﻿:root {
    --color-bg: #f6f5f2;
    --color-surface: #ffffff;
    --color-primary: #0b1f3a;
    --color-primary-soft: #12335f;
    --color-accent: #c9a13a;
    --color-accent-strong: #b48b28;
    --color-text: #1d2430;
    --color-muted: #5c6574;
    --color-whatsapp: #25d366;
    --shadow-soft: 0 10px 26px rgba(11, 31, 58, 0.12);
    --shadow-card: 0 8px 20px rgba(11, 31, 58, 0.1);
    --radius: 14px;
    --radius-sm: 10px;
    --container: 1180px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--color-text);
    background: radial-gradient(circle at top right, #efe8d4 0%, var(--color-bg) 34%, #f9f8f4 100%);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(8px);
    background: linear-gradient(95deg, rgba(11, 31, 58, 0.96), rgba(18, 51, 95, 0.95));
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
    border-bottom: 1px solid rgba(201, 161, 58, 0.55);
}

nav {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0.75rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.logo img {
    width: 76px;
    height: 76px;
    object-fit: contain;
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.nav-links a {
    color: #f4f5f7;
    font-weight: 600;
    font-size: 0.96rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    transition: color 0.25s ease, transform 0.25s ease;
}

.nav-links a:hover {
    color: #f8d57a;
    transform: translateY(-1px);
}

.nav-links .whatsapp-link {
    background: var(--color-whatsapp);
    color: #fff;
    padding: 0.52rem 0.82rem;
    border-radius: 999px;
    font-size: 0.9rem;
}

.nav-links .whatsapp-link:hover {
    color: #fff;
    background: #1db955;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger div {
    width: 26px;
    height: 3px;
    margin: 4px 0;
    background: #fff;
    border-radius: 3px;
}

.hero {
    position: relative;
    min-height: 42vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 3rem 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0b1f3a;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(8, 28, 58, 0.55);
}

.cortes-page .hero {
    background-image: url('../img/banner_cortes.png');
}

.servicos-page .hero {
    background-image: url('../img/banner_servicos.png');
}

.barbeiros-page .hero {
    background-image: url('../img/banner_barbeiros.png');
}

.produtos-page .hero {
    background-image: url('../img/banner_produtos.png');
}

.cortes-page .hero::before,
.servicos-page .hero::before,
.barbeiros-page .hero::before,
.produtos-page .hero::before {
    background: rgba(8, 28, 58, 0.55);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.hero h1 {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
    font-size: clamp(2.4rem, 5vw, 4.1rem);
    line-height: 1.05;
    margin-bottom: 0.8rem;
}

.hero p {
    font-size: clamp(1rem, 2.4vw, 1.2rem);
    opacity: 0.95;
    margin-bottom: 1.5rem;
}

.home-page .hero {
    background-image: url('../img/Banner_index.png');
    background-position: center center;
}

.home-page .static-hero {
    width: 100%;
    min-height: 100vh;
    padding: 6rem 1rem;
    background-size: cover;
    background-position: center center;
    background-color: #0b1f3a;
}

.home-page .static-hero::before {
    background: linear-gradient(135deg, rgba(7, 20, 37, 0.82), rgba(7, 20, 37, 0.52));
}

.cta-row {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.btn {
    border: 0;
    cursor: pointer;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.8rem 1.25rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--color-accent);
    color: #1b2230;
    box-shadow: var(--shadow-soft);
}

.btn-primary:hover {
    background: #d8b252;
}

.btn-outline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.btn-outline:hover {
    border-color: #fff;
}

.btn-whatsapp {
    background: var(--color-whatsapp);
    color: #fff;
}

.btn-whatsapp:hover {
    background: #1db955;
}

.btn-offer {
    background: linear-gradient(135deg, #f0c04c, #c98d1c);
    color: #1e2430;
    box-shadow: 0 10px 24px rgba(201, 141, 28, 0.28);
}

.btn-offer:hover {
    background: linear-gradient(135deg, #f6cc61, #d5961d);
}

main {
    max-width: var(--container);
    margin: 0 auto;
    padding: 2.5rem 1rem 0;
}

.home-page main {
    padding-top: 1rem;
}

.section {
    background: var(--color-surface);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow-soft);
    margin-bottom: 1.5rem;
}

.section-title {
    color: var(--color-primary);
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
    font-size: 2rem;
    margin-bottom: 0.35rem;
}

.section-subtitle {
    color: var(--color-muted);
    margin-bottom: 1.2rem;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-accent);
    color: #fff;
    padding: 0.45rem 1.2rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.promo-callout {
    text-align: center;
    background: linear-gradient(135deg, #0d233f, #13345f);
    color: #fff;
    margin-top: 0;
}

.promo-callout .section-title,
.promo-callout .section-subtitle {
    color: #fff;
}

.promo-button {
    min-width: min(100%, 360px);
}

.two-col {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.4rem;
    align-items: center;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    align-items: center;
}

.about-text .section-tag {
    margin-bottom: 0.8rem;
}

.about-text h2 {
    margin-bottom: 1rem;
}

.about-text p {
    color: var(--color-muted);
    margin-bottom: 1rem;
    line-height: 1.8;
}

.about-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: var(--shadow-card);
}

.feature-grid,
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1rem;
}

.destaque-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.destaque-card {
    display: block;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    background: #fff;
    border-radius: var(--radius-sm);
    padding: 1.1rem;
    box-shadow: var(--shadow-card);
}

.destaque-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(11, 31, 58, 0.16);
}

.destaque-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.5s ease;
}

.destaque-card:hover img {
    transform: scale(1.04);
}

.destaque-card .badge {
    margin-bottom: 0.6rem;
}

.destaque-card h3 {
    color: var(--color-primary);
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
}

.destaque-card p {
    color: var(--color-muted);
    font-size: 0.93rem;
    margin-bottom: 0.5rem;
}

.destaque-card .btn {
    margin-top: 1rem;
    width: 100%;
}


.quick-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.quick-card {
    background: linear-gradient(135deg, #f8f6f1 0%, #efebe2 100%);
    border-radius: 14px;
    padding: 1.5rem 1rem;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 1px solid #e5dfd3;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quick-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(11, 31, 58, 0.12);
}

.quick-card i {
    font-size: 2rem;
    color: var(--color-accent);
    margin-bottom: 0.6rem;
}

.quick-card h3 {
    color: var(--color-primary);
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.quick-card p {
    color: var(--color-muted);
    font-size: 0.88rem;
}

.card {
    background: #fff;
    border-radius: var(--radius-sm);
    padding: 1.1rem;
    box-shadow: var(--shadow-card);
}

.card img {
    border-radius: 10px;
    height: 180px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 0.8rem;
}

.card h3 {
    color: var(--color-primary);
    margin-bottom: 0.35rem;
    font-size: 1.05rem;
}

.card p {
    color: var(--color-muted);
    font-size: 0.93rem;
    margin-bottom: 0.85rem;
}

.quick-access-card {
    text-align: center;
}

.quick-access-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 0.9rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0b1f3a, #12335f);
    color: #f4d27a;
    font-size: 1.5rem;
    box-shadow: var(--shadow-card);
}

.quick-access-card .btn {
    width: 100%;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: #f4efdf;
    color: #7e6220;
    border-radius: 999px;
    padding: 0.28rem 0.62rem;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.map iframe {
    width: 100%;
    border: 0;
    border-radius: 12px;
    min-height: 290px;
}

.descricao-card {
    width: 100%;
}

.descricao-texto-card {
    overflow: hidden;
    transition: max-height 0.45s ease;
    position: relative;
}

.descricao-texto-card.collapsed {
    max-height: 72px;
}

.descricao-texto-card.collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.descricao-texto-card.expanded {
    max-height: 500px;
}

.descricao-texto-card p {
    color: var(--color-muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

.btn-vermais {
    margin-top: 0.8rem;
    background: none;
    border: none;
    color: var(--color-accent);
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
    padding: 0;
}

.btn-vermais:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.catalog-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.catalog-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
    width: 100%;
    flex-wrap: wrap;
}

.catalog-buttons .btn,
.catalog-buttons .btn-whatsapp,
.catalog-buttons .btn-agendar {
    flex: 1;
    min-width: 180px;
    padding: 15px 22px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
    cursor: pointer;
}

.catalog-buttons .btn-agendar,
.btn-agendar {
    background: linear-gradient(135deg, #d4af37 0%, #f5d76e 100%);
    color: #111;
    border: none;
    box-shadow: 0 8px 22px rgba(212, 175, 55, 0.28);
}

.catalog-buttons .btn-agendar:hover,
.btn-agendar:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 18px 38px rgba(212, 175, 55, 0.40);
}

.catalog-buttons .btn-whatsapp {
    background: #25D366;
    color: #fff;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.22);
}

.catalog-buttons .btn-whatsapp:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 18px 38px rgba(37, 211, 102, 0.32);
}

.catalog-buttons i {
    font-size: 1rem;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-whatsapp);
    color: #fff;
    font-size: 1.8rem;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.45);
    z-index: 1200;
    transition: transform 0.2s ease, background 0.2s ease;
}

.whatsapp-float:hover {
    transform: translateY(-3px);
    background: #1db955;
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    animation-delay: 0.14s;
}

.reveal-delay-2 {
    animation-delay: 0.24s;
}

.modal-imagem {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.92);
    justify-content: center;
    align-items: center;
    padding: 20px;
    backdrop-filter: blur(4px);
}

.modal-imagem.active,
.modal-imagem.ativo {
    display: flex;
}

.modal-imagem img {
    max-width: 92%;
    max-height: 92%;
    border-radius: 14px;
    animation: zoomImagem 0.35s ease;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.45);
}

.fechar-modal {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 52px;
    font-weight: 300;
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
    line-height: 1;
}

.fechar-modal:hover {
    transform: scale(1.1);
    color: var(--color-accent);
}

@keyframes zoomImagem {
    from {
        transform: scale(0.85);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

footer {
    background: #08172c;
    color: #c9d1df;
    margin-top: 2.4rem;
}

.footer-wrap {
    max-width: var(--container);
    margin: 0 auto;
    padding: 2rem 1rem;
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.footer-wrap h4 {
    color: #f4f6fb;
    margin-bottom: 0.6rem;
}

.footer-wrap a {
    color: #d8dfeb;
}

.footer-wrap a:hover {
    color: #f2cf73;
}

.footer-social {
    display: flex;
    gap: 0.7rem;
    font-size: 1.3rem;
}

.footer-bottom {
    border-top: 1px solid rgba(201, 209, 223, 0.2);
    text-align: center;
    padding: 1rem;
    font-size: 0.92rem;
    color: #9eadc4;
}

.back-to-top {
    margin-top: 0.5rem;
    background: var(--color-accent);
    color: #1c2533;
}

.footer-lock {
    color: #5a6a7e;
    margin-left: 0.4rem;
    font-size: 0.78rem;
    opacity: 0.5;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.footer-lock:hover {
    opacity: 1;
    color: var(--color-accent);
}

.login-page {
    background: #0a0f1a;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.login-page header {
    border-bottom-color: rgba(201, 161, 58, 0.25);
}

.login-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    max-width: none;
}

.login-box {
    background: #111822;
    border: 1px solid #1e2a3a;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    width: 100%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.login-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-accent), #d9b44a);
    color: #0a0f1a;
    font-size: 1.4rem;
    box-shadow: 0 8px 24px rgba(201, 161, 58, 0.25);
}

.login-box h1 {
    color: #f0f2f5;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
}

.login-subtitle {
    color: #7a8aa0;
    font-size: 0.88rem;
    margin-bottom: 1.5rem;
}

.login-erro {
    background: #2a0f0f;
    color: #ff6b6b;
    padding: 0.7rem;
    border-radius: 10px;
    border: 1px solid #3f1a1a;
    font-size: 0.85rem;
    margin-bottom: 1.2rem;
}

.login-box label {
    display: block;
    text-align: left;
    color: #8a9ab0;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.4rem;
    margin-top: 0.8rem;
}

.login-box label:first-of-type {
    margin-top: 0;
}

.input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrap i {
    position: absolute;
    left: 14px;
    color: #4a5a70;
    font-size: 0.9rem;
    pointer-events: none;
}

.input-wrap input {
    width: 100%;
    padding: 0.75rem 0.9rem 0.75rem 2.4rem;
    border: 1px solid #1e2a3a;
    border-radius: 10px;
    background: #0d1420;
    color: #e8ecf0;
    font-size: 0.95rem;
    font-family: inherit;
    outline: none;
    transition: border 0.25s ease, box-shadow 0.25s ease;
}

.input-wrap input:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(201, 161, 58, 0.12);
}

.input-wrap input::placeholder {
    color: #3a4a5e;
}

.login-btn {
    width: 100%;
    margin-top: 1.5rem;
    padding: 0.85rem;
    border-radius: 12px;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.login-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1.2rem;
    color: #5a6a7e;
    font-size: 0.85rem;
    transition: color 0.25s ease;
}

.login-back:hover {
    color: var(--color-accent);
}

@media (max-width: 900px) {
    .two-col,
    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-image {
        order: -1;
    }
}

@media (max-width: 780px) {
    .hamburger {
        display: block;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
        background: rgba(8, 23, 44, 0.98);
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .nav-links.active {
        display: flex;
    }

    .hero {
        min-height: 62vh;
    }

    .home-page .static-hero {
        min-height: 70vh;
        padding: 3rem 1rem;
    }

    .section {
        padding: 1.25rem;
    }

    .whatsapp-float {
        width: 54px;
        height: 54px;
        right: 14px;
        bottom: 14px;
        font-size: 1.65rem;
    }

    .catalog-buttons {
        flex-direction: column;
        gap: 14px;
    }

    .catalog-buttons .btn,
    .catalog-buttons .btn-whatsapp,
    .catalog-buttons .btn-agendar {
        width: 100%;
        min-width: 100%;
        text-align: center;
    }

    .fechar-modal {
        top: 15px;
        right: 20px;
        font-size: 42px;
    }

    .destaque-card img {
        height: 210px;
    }

    .descricao-texto-card.collapsed {
        max-height: 95px;
    }
}

.carousel-wrap {
    position: relative;
    overflow: hidden;
    margin: 0.5rem auto 0;
    max-width: 480px;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.review-card {
    flex: 0 0 100%;
    background: #fff;
    border-radius: 16px;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 4px 16px rgba(11, 31, 58, 0.08);
    border: 1px solid #edeae2;
}

.review-card-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.3rem;
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-soft));
    color: var(--color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.review-card-user strong {
    font-size: 0.95rem;
    color: var(--color-text);
}

.review-stars {
    color: #f4b400;
    font-size: 1.3rem;
    letter-spacing: 3px;
    margin-top: 0.25rem;
}

.review-card-cta {
    text-align: center;
    background: linear-gradient(135deg, #f8f6f1 0%, #efebe2 100%);
    border: 1px dashed #c9c1b2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-cta-content h3 {
    font-family: 'Bebas Neue', sans-serif;
    color: var(--color-primary);
    letter-spacing: 2px;
    font-size: 1.4rem;
    margin: 0.5rem 0 0.25rem;
}

.review-cta-content p {
    color: var(--color-muted);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e0dbd2;
    background: #fff;
    color: var(--color-muted);
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(11, 31, 58, 0.1);
    transition: all 0.25s ease;
    z-index: 2;
}

.carousel-btn:hover {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}

.carousel-prev { left: -6px; }
.carousel-next { right: -6px; }

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.carousel-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d5d0c7;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dots span.active {
    background: var(--color-accent);
    transform: scale(1.3);
}

.btn-review {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #4285F4;
    color: #fff;
    padding: 0.7rem 1.4rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-review:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(66, 133, 244, 0.3);
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.7rem;
    }
}
