/* ==========================================
   ERICKA MORAES HAIR STUDIO — STYLE.CSS
   Design: Luxury Editorial / Mobile-First
   ========================================== */

:root {
    --gold: #B8966E;
    --gold-light: #D4B896;
    --gold-dark: #8C6E4A;
    --cream: #FAF7F2;
    --dark: #0F0D0B;
    --dark-2: #1A1714;
    --dark-3: #2A2521;
    --white: #FFFFFF;
    --text-muted: #7A7068;
    --border: rgba(184, 150, 110, 0.2);
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --shadow-card: 0 8px 40px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0 20px 60px rgba(0, 0, 0, 0.14);
    --radius: 4px;
    --header-h: 72px;
}

/* ==========================================
   RESET & BASE
   ========================================== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--white);
    color: var(--dark);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

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

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

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--cream);
}

::-webkit-scrollbar-thumb {
    background: var(--gold-light);
    border-radius: 8px;
    border: 2px solid var(--cream);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gold);
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section {
    padding: 5rem 0;
}

/* ==========================================
   TYPOGRAPHY
   ========================================== */
.eyebrow {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    display: block;
    margin-bottom: 0.9rem;
}

.eyebrow--light {
    color: var(--gold-light);
}

.section-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 600;
    line-height: 1.15;
    color: var(--dark);
    margin-bottom: 1.2rem;
}

.section-heading em {
    font-style: italic;
    color: var(--gold);
    font-weight: 300;
}

.section-sub {
    font-size: 0.97rem;
    color: var(--text-muted);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.8;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

/* ==========================================
   BUTTONS
   ========================================== */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.9rem 2rem;
    background: var(--gold);
    color: var(--white);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    border-radius: 50px;
    border: 2px solid var(--gold);
    transition: var(--transition);
    white-space: nowrap;
    cursor: pointer;
}

.btn-primary:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(184, 150, 110, 0.4);
}

.btn-primary i {
    font-size: 1.1rem;
}

.btn-primary.btn-large {
    padding: 1.1rem 2.8rem;
    font-size: 1rem;
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 2rem;
    background: transparent;
    color: var(--white);
    font-size: 0.9rem;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    transition: var(--transition);
    cursor: pointer;
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.8rem;
    background: transparent;
    color: var(--gold);
    font-size: 0.9rem;
    font-weight: 500;
    border: 2px solid var(--gold);
    border-radius: 50px;
    transition: var(--transition);
    cursor: pointer;
}

.btn-outline:hover {
    background: var(--gold);
    color: var(--white);
    transform: translateY(-2px);
}

.btn-nav {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1.3rem;
    background: var(--gold);
    color: var(--white) !important;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 50px;
    transition: var(--transition);
}

.btn-nav:hover {
    background: var(--gold-dark);
}

.btn-nav i {
    font-size: 1rem;
}

/* ==========================================
   HEADER & NAV
   ========================================== */
#header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding: 1rem 0;
    transition: var(--transition);
}

#header.scrolled {
    background: rgba(255, 255, 255, 0.97);
    padding: 0.7rem 0;
    box-shadow: 0 1px 0 var(--border), 0 4px 30px rgba(0, 0, 0, 0.06);
}

.nav-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.logo {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.logo-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--dark);
}

.logo-tag {
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
}

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

.nav-link {
    font-size: 0.86rem;
    font-weight: 400;
    color: var(--dark);
    position: relative;
    transition: var(--transition);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width 0.3s ease;
}

.nav-link:hover {
    color: var(--gold);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-link.active {
    color: var(--gold);
}

/* Mobile toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    z-index: 1200;
    position: relative;
    flex-shrink: 0;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--dark);
    border-radius: 2px;
    transition: var(--transition);
    transform-origin: center;
}

.menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ==========================================
   HERO
   ========================================== */
.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--white);
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    transform: scale(1.05);
    animation: heroZoom 12s ease-out forwards;
}

/* Media Query para o Desktop (A Opção 1) */
@media (min-width: 1024px) {
    .hero-video {
        object-position: center 30%;
    }
}

@keyframes heroZoom {
    to {
        transform: scale(1);
    }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(10, 8, 6, 0.78) 0%, rgba(10, 8, 6, 0.5) 50%, rgba(10, 8, 6, 0.68) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 7rem 1.5rem 4rem;
    max-width: 760px;
    width: 100%;
    animation: fadeUp 1.1s ease both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.hero-eyebrow {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 1.4rem;
    animation: fadeUp 1.1s 0.15s ease both;
}

.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.8rem, 8vw, 5.5rem);
    font-weight: 300;
    line-height: 1.08;
    margin-bottom: 1.4rem;
    animation: fadeUp 1.1s 0.28s ease both;
}

.hero-title em {
    font-style: italic;
    color: var(--gold-light);
}

.hero-sub {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.78);
    max-width: 460px;
    margin: 0 auto 2.2rem;
    line-height: 1.8;
    animation: fadeUp 1.1s 0.4s ease both;
}

.hero-ctas {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeUp 1.1s 0.52s ease both;
}

.hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    margin-top: 3.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    animation: fadeUp 1.1s 0.65s ease both;
    flex-wrap: wrap;
}

.stat {
    text-align: center;
}

.stat strong {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--gold-light);
    line-height: 1;
}

.stat span {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 0.3rem;
    display: block;
}

.stat-divider {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
}

.hero-scroll {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.hero-scroll span {
    display: block;
    width: 1px;
    height: 44px;
    background: linear-gradient(to bottom, transparent, var(--gold-light));
    animation: scrollPulse 2s ease infinite;
}

@keyframes scrollPulse {

    0%,
    100% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }
}

/* ==========================================
   SOBRE
   ========================================== */
.sobre-section {
    background: var(--cream);
    position: relative;
    overflow: hidden;
}

.sobre-deco-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.sobre-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.sobre-media {
    position: relative;
}

.sobre-img-frame {
    position: relative;
}

.sobre-img-frame::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
    border: 1.5px solid var(--gold);
    border-radius: var(--radius);
    z-index: 0;
    opacity: 0.45;
}

.sobre-img-frame img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
}

.sobre-badge {
    position: absolute;
    bottom: -1.2rem;
    right: -1.2rem;
    z-index: 3;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 0.9rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    box-shadow: var(--shadow-card);
}

.sobre-badge i {
    font-size: 1.7rem;
    color: var(--gold);
}

.sobre-badge strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--dark);
}

.sobre-badge span {
    font-size: 0.72rem;
    color: var(--text-muted);
}

.sobre-text .section-heading {
    margin-bottom: 1.3rem;
}

.sobre-desc {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 1.1rem;
    line-height: 1.85;
}

.sobre-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
    margin: 1.8rem 0 2.2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.87rem;
    color: var(--dark);
}

.feature-item i {
    color: var(--gold);
    font-size: 0.88rem;
    flex-shrink: 0;
}

.sobre-lista {
    list-style: none;
    padding: 0;
    margin: 0 0 1.4rem;
    display: flex;
    flex-direction: column;
}

.sobre-lista--servicos {
    gap: 0.45rem;
    padding: 0.9rem 1.2rem;
    background: rgba(184, 150, 110, 0.07);
    border-left: 2.5px solid var(--gold);
    border-radius: 0 var(--radius) var(--radius) 0;
}

.sobre-lista--servicos li {
    font-size: 0.93rem;
    color: var(--dark);
    font-weight: 500;
}

.sobre-lista--valores {
    gap: 0.5rem;
}

.sobre-lista--valores li {
    font-size: 0.93rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.sobre-servicos-label {
    margin-bottom: 0.6rem !important;
}

/* ==========================================
   CARROSSEL — BASE (reutilizado em todas as seções)
   ========================================== */
.carousel-outer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Track: scroll snap horizontal, sem barra de rolagem visível */
.carousel-track {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.5rem 1.5rem 1rem;
    cursor: grab;
    scroll-padding-left: 1.5rem;
    user-select: none;
    /* Previne a seleção do texto em azul do seu print */
    -webkit-user-select: none;
}

.carousel-track:active {
    cursor: grabbing;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

/* Dots de navegação */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding-bottom: 0.5rem;
}

.carousel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--border);
    border: none;
    cursor: pointer;
    transition: var(--transition);
    padding: 0;
    flex-shrink: 0;
}

.carousel-dot.active {
    width: 22px;
    border-radius: 3px;
    background: var(--gold);
}

/* Botões prev/next (visíveis no desktop) */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid var(--border);
    color: var(--dark);
    font-size: 0.85rem;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    display: none;
    /* Começa escondido e o JS decide quando mostrar */
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.carousel-btn:not(:disabled):hover {
    background: var(--gold);
    color: var(--white);
    border-color: var(--gold);
}

.carousel-btn--prev {
    left: 0.5rem;
}

.carousel-btn--next {
    right: 0.5rem;
}

.carousel-btn:disabled {
    opacity: 0.3;
    visibility: hidden;
    pointer-events: none;
}

/* ==========================================
   SERVIÇOS — CARDS DO CARROSSEL
   ========================================== */
.servicos-section {
    background: var(--white);
}

/* Cada card tem largura fixa snap */
.card {
    flex: 0 0 300px;
    scroll-snap-align: start;
    background: var(--white);
    border: 1px solid #F0EBE4;
    border-radius: 8px;
    overflow: hidden;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    border-bottom: 3px solid transparent;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-bottom-color: var(--gold);
}

.card-img-wrap {
    position: relative;
    overflow: hidden;
}

.card-img-wrap img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.card:hover .card-img-wrap img {
    transform: scale(1.06);
}

.card-tag {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    background: var(--gold);
    color: var(--white);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.28rem 0.75rem;
    border-radius: 50px;
}

.card-info {
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-info h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.card-desc {
    font-size: 0.84rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 1.1rem;
    flex: 1;
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding-top: 1.1rem;
    border-top: 1px solid #F0EBE4;
}

.price-label {
    font-size: 0.68rem;
    color: var(--text-muted);
    display: block;
    margin-bottom: 0.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--gold);
    line-height: 1;
}

.btn-card {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 1.2rem;
    background: var(--dark);
    color: var(--white);
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 50px;
    transition: var(--transition);
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
}

.btn-card:hover {
    background: var(--gold);
    transform: translateY(-1px);
}

.btn-card i {
    font-size: 0.95rem;
}

.servicos-cta {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: var(--cream);
    border-radius: 12px;
    border: 1px solid var(--border);
    margin-top: 2rem;
}

.servicos-cta p {
    font-size: 0.97rem;
    color: var(--text-muted);
    margin-bottom: 1.3rem;
}

/* ==========================================
   ANTES & DEPOIS
   ========================================== */
.antesdepois-section {
    background: var(--dark);
    position: relative;
    overflow: hidden;
}

.antesdepois-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(184, 150, 110, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.antesdepois-section .section-heading {
    color: var(--white);
}

.antesdepois-section .eyebrow {
    color: var(--gold-light);
}

.antesdepois-section .section-sub {
    color: rgba(255, 255, 255, 0.5);
}

/* Track escuro para antes/depois */
.ad-carousel-outer .carousel-btn {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: var(--white);
}

.ad-carousel-outer .carousel-btn:not(:disabled):hover {
    background: var(--gold);
    border-color: var(--gold);
}

.ad-track {
    padding: 0.5rem 1.5rem 1rem;
}

.ad-slide {
    flex: 0 0 min(380px, 85vw);
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ad-label-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.02em;
}

/* Slider de comparação */
.ad-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: 8px;
    cursor: ew-resize;
    user-select: none;
    -webkit-user-select: none;
    border: 1px solid rgba(184, 150, 110, 0.2);
}

.ad-before,
.ad-after {
    position: absolute;
    inset: 0;
}

.ad-before img,
.ad-after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

.ad-after {
    clip-path: inset(0 0 0 50%);
}

.ad-badge {
    position: absolute;
    bottom: 0.9rem;
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.28rem 0.8rem;
    border-radius: 50px;
    pointer-events: none;
}

.ad-badge--before {
    left: 0.9rem;
    background: rgba(0, 0, 0, 0.55);
    color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
}

.ad-badge--after {
    right: 0.9rem;
    background: var(--gold);
    color: var(--white);
}

.ad-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
    z-index: 10;
}

.ad-handle-line {
    flex: 1;
    width: 2px;
    background: var(--white);
    opacity: 0.85;
}

.ad-handle-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
    flex-shrink: 0;
    pointer-events: auto;
    /* Devolve o poder de toque na bolinha */
    touch-action: none;
    /* Impede que a tela do celular role para baixo ao arrastar */
}

.ad-handle-circle i {
    color: var(--gold-dark);
    font-size: 0.72rem;
}

/* Hint animation */
.ad-slider.hint .ad-handle {
    animation: sliderHint 1.4s 0.6s ease both;
}

@keyframes sliderHint {
    0% {
        left: 50%;
    }

    35% {
        left: 28%;
    }

    70% {
        left: 72%;
    }

    100% {
        left: 50%;
    }
}

.ad-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.72rem 1.4rem;
    background: transparent;
    border: 1.5px solid rgba(184, 150, 110, 0.5);
    color: var(--gold-light);
    font-size: 0.84rem;
    font-weight: 500;
    border-radius: 50px;
    transition: var(--transition);
}

.ad-cta:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--white);
    transform: translateY(-2px);
}

.ad-cta i {
    font-size: 1rem;
}

/* Dots da seção escura */
.antesdepois-section .carousel-dots .carousel-dot {
    background: rgba(255, 255, 255, 0.2);
}

.antesdepois-section .carousel-dots .carousel-dot.active {
    background: var(--gold);
}

/* ==========================================
   DEPOIMENTOS
   ========================================== */
.depo-section {
    background: var(--cream);
    border-top: 1px solid var(--border);
}

.depo-rating-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    margin-top: 1rem;
}

.depo-stars-big {
    display: flex;
    gap: 0.3rem;
}

.depo-stars-big i {
    color: var(--gold);
    font-size: 1.1rem;
}

.depo-rating-summary strong {
    font-size: 1.4rem;
    font-family: 'Cormorant Garamond', serif;
    color: var(--dark);
}

.depo-rating-summary span {
    font-size: 0.88rem;
    color: var(--text-muted);
}

.depo-carousel-outer .carousel-track {
    padding: 0.5rem 1.5rem 1rem;
}

.depo-card {
    flex: 0 0 min(360px, 82vw);
    scroll-snap-align: center;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1.8rem;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.depo-card:hover {
    box-shadow: var(--shadow-card);
    border-color: var(--gold);
}

.depo-card--featured {
    background: var(--dark-2);
    border-color: var(--gold-dark);
}

.depo-card--featured .depo-text {
    color: rgba(255, 255, 255, 0.78);
}

.depo-card--featured .depo-author strong {
    color: var(--white);
}

.depo-card--featured .depo-author span {
    color: rgba(255, 255, 255, 0.45);
}

.depo-stars {
    display: flex;
    gap: 0.25rem;
}

.depo-stars i {
    color: var(--gold);
    font-size: 0.82rem;
}

.depo-text {
    font-size: 0.92rem;
    line-height: 1.8;
    color: var(--text-muted);
    font-style: italic;
    flex: 1;
}

.depo-author {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.depo-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.depo-author strong {
    display: block;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--dark);
}

.depo-author span {
    font-size: 0.74rem;
    color: var(--text-muted);
}

.depo-cta-wrap {
    text-align: center;
    margin-top: 3rem;
}

/* ==========================================
   CTA FINAL
   ========================================== */
.cta-section {
    background: var(--dark);
    position: relative;
    overflow: hidden;
    text-align: center;
    color: var(--white);
}

.cta-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(184, 150, 110, 0.15) 0%, transparent 70%),
        radial-gradient(ellipse 40% 40% at 80% 80%, rgba(184, 150, 110, 0.08) 0%, transparent 60%);
}

.cta-inner {
    position: relative;
    z-index: 1;
}

.cta-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.9rem, 5vw, 3.4rem);
    font-weight: 300;
    line-height: 1.2;
    color: var(--white);
    margin-bottom: 1.3rem;
}

.cta-title em {
    font-style: italic;
    color: var(--gold-light);
}

.cta-sub {
    font-size: 0.96rem;
    color: rgba(255, 255, 255, 0.58);
    max-width: 460px;
    margin: 0 auto 2.3rem;
    line-height: 1.8;
}

.cta-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2.2rem;
    flex-wrap: wrap;
}

.cta-info span {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.48);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cta-info i {
    color: var(--gold);
}

/* ==========================================
   FOOTER
   ========================================== */
.footer {
    background: var(--dark-2);
    padding: 1.8rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.footer .logo-name {
    color: var(--white);
}

.footer-copy {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.32);
    text-align: center;
}

.footer-social {
    display: flex;
    gap: 0.9rem;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 1rem;
    transition: var(--transition);
}

.footer-social a:hover {
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-2px);
}

/* ==========================================
   WHATSAPP FLUTUANTE
   ========================================== */
.whatsapp-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
    transition: var(--transition);
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6);
}

.whatsapp-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #25D366;
    animation: waPulse 2.5s ease infinite;
    z-index: -1;
}

@keyframes waPulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    70%,
    100% {
        transform: scale(1.65);
        opacity: 0;
    }
}

/* ==========================================
   SCROLL REVEAL
   ========================================== */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: none;
}

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

.reveal-delay-4 {
    transition-delay: 0.4s;
}

/* ==========================================
   RESPONSIVE — DESKTOP APRIMORADO
   ========================================== */
@media (min-width: 1024px) {
    .section {
        padding: 7rem 0;
    }

    .container {
        padding: 0 2rem;
    }

    .nav-container {
        padding: 0 2rem;
    }

    .carousel-track {
        padding: 0.5rem 2rem 1rem;
    }

    .ad-track {
        padding: 0.5rem 2rem 1rem;
    }

    .depo-carousel-outer .carousel-track {
        padding: 0.5rem 2rem 1rem;
    }

    /* No desktop, carrossel de serviços mostra 3 por vez centralizados */
    .carousel-outer {
        max-width: 1200px;
        margin: 0 auto;
    }

    /* Dots somem no desktop quando há botões */
    .servicos-section .carousel-dots {
        display: flex;
    }
}

/* ==========================================
   RESPONSIVE — TABLET
   ========================================== */
@media (max-width: 1023px) {
    .sobre-grid {
        gap: 3.5rem;
    }

    .carousel-btn {
        display: none;
    }

    /* No tablet/mobile, apenas swipe + dots */
}

/* ==========================================
   RESPONSIVE — MOBILE
   ========================================== */
@media (max-width: 768px) {
    :root {
        --header-h: 60px;
    }

    .section {
        padding: 4rem 0;
    }

    /* Nav mobile */
    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: min(300px, 85vw);
        height: 100%;
        background: var(--white);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 5.5rem 1.8rem 2rem;
        gap: 0;
        transform: translateX(105%);
        transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        box-shadow: -8px 0 40px rgba(0, 0, 0, 0.12);
        z-index: 1050;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        list-style: none;
    }

    .nav-menu.open {
        transform: translateX(0);
        background: var(--white);
    }

    .nav-menu li {
        width: 100%;
        border-bottom: 1px solid #F0EBE4;
    }

    .nav-menu li:last-child {
        border: none;
        padding-top: 1.4rem;
    }

    .nav-link {
        display: block;
        padding: 0.95rem 0;
        font-size: 1rem;
    }

    .btn-nav {
        width: 100%;
        justify-content: center;
    }

    /* Sobre */
    .sobre-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .sobre-img-frame::before {
        top: 14px;
        left: 14px;
        right: -14px;
        bottom: -14px;
    }

    .sobre-badge {
        right: 0;
        bottom: -1rem;
    }

    .sobre-features {
        grid-template-columns: 1fr;
    }

    /* Stats hero */
    .stat-divider {
        display: none;
    }

    .hero-stats {
        gap: 1.5rem;
        margin-top: 2.5rem;
        padding-top: 2rem;
    }

    /* Botões hero empilhados */
    .hero-ctas {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary,
    .btn-ghost {
        width: 100%;
        max-width: 320px;
    }

    /* Carrossel — cards ocupam quase toda a tela */
    .card {
        flex: 0 0 min(300px, 80vw);
    }

    .depo-card {
        flex: 0 0 min(320px, 85vw);
    }

    .ad-slide {
        flex: 0 0 min(340px, 88vw);
    }

    /* CTA info empilhado */
    .cta-info {
        flex-direction: column;
        gap: 0.7rem;
    }

    /* Footer */
    .footer-inner {
        flex-direction: column;
        text-align: center;
    }

    /* Sobre badge reposicionado */
    .sobre-badge {
        position: static;
        margin-top: 1.5rem;
    }

    .carousel-btn {
        display: none !important;
    }
}

@media (max-width: 400px) {
    .card {
        flex: 0 0 88vw;
    }

    .depo-card {
        flex: 0 0 88vw;
    }

    .ad-slide {
        flex: 0 0 90vw;
    }
}

/* ==========================================
   ESTILO DA ASSINATURA DO DESENVOLVEDOR
   ========================================== */
.footer-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}

.footer-dev {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.35);
    /* Discreto */
    font-weight: 300;
}

.footer-dev i {
    font-size: 0.7rem;
    color: var(--gold-dark);
    /* Ícone de código em dourado escuro */
}

.footer-dev a {
    color: var(--gold-light);
    font-weight: 500;
    transition: var(--transition);
}

.footer-dev a:hover {
    color: var(--white);
    text-decoration: underline;
}

/* ==========================================
   MODAL DE SERVIÇO
   ========================================== */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 8, 6, 0.8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: var(--white);
    width: 100%;
    max-width: 450px;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    position: relative;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid var(--gold);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.modal-overlay.active .modal-content {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    background: none;
    border: none;
    font-size: 1.2rem;
    color: var(--text-muted);
    cursor: pointer;
    transition: var(--transition);
    padding: 0.5rem;
}

.modal-close:hover {
    color: var(--gold);
    transform: rotate(90deg);
}

.modal-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--dark);
    margin-bottom: 0.5rem;
}

.modal-select {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--cream);
    color: var(--dark);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    appearance: none;
    outline: none;
    transition: var(--transition);
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23B8966E%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem top 50%;
    background-size: 0.65rem auto;
}

.modal-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(184, 150, 110, 0.15);
}

.modal-footer {
    margin-top: 2rem;
}

/* ==========================================
   FILTROS DE SERVIÇOS
   ========================================== */
.servicos-filtros {
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.btn-filtro {
    padding: 0.6rem 1.4rem;
    border: 1px solid var(--border);
    background: var(--white);
    border-radius: 50px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-muted);
    cursor: pointer;
    transition: var(--transition);
}

.btn-filtro.active,
.btn-filtro:hover {
    background: var(--gold);
    color: var(--white);
    border-color: var(--gold);
    box-shadow: 0 4px 15px rgba(184, 150, 110, 0.3);
}