/* ============================================================
   NADJANE — Premium Manicure Studio
   Paleta: Marrom sofisticado · Neutros elegantes · Dark charcoal
   ============================================================ */

/* ---- Variáveis CSS ---- */
:root {
    --primary:        #8B6145;
    --primary-dark:   #6B4226;
    --primary-light:  #C4A882;
    --primary-xlight: #EDE0D0;
    --dark:           #1C1C1C;
    --dark-2:         #2C2826;
    --gray:           #6B6B6B;
    --gray-light:     #9A9A9A;
    --cream:          #F8F4EF;
    --cream-dark:     #EDE8E0;
    --white:          #FFFFFF;
    --border:         #E0D8CE;
    --shadow-sm:  0 2px 12px rgba(28,28,28,.06);
    --shadow-md:  0 8px 32px rgba(28,28,28,.10);
    --shadow-lg:  0 20px 60px rgba(28,28,28,.15);
    --transition: all .35s cubic-bezier(.4,0,.2,1);
    --font-h:  'Cormorant Garamond', Georgia, serif;
    --font-b:  'DM Sans', 'Helvetica Neue', sans-serif;
    --r-sm:  6px;
    --r-md: 12px;
    --r-lg: 20px;
    --r-xl: 40px;
}

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-b);
    color: var(--dark);
    background: var(--white);
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-h);
    font-weight: 500;
    line-height: 1.15;
    color: var(--dark);
}

em { font-style: italic; color: var(--primary); }

a { color: inherit; text-decoration: none; transition: var(--transition); }

img { max-width: 100%; height: auto; display: block; }

/* ---- Utilities ---- */
.section-pad { padding: 100px 0; }
.bg-cream    { background: var(--cream); }

.eyebrow {
    font-family: var(--font-b);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--primary);
    display: block;
    margin-bottom: 14px;
}
.eyebrow.light { color: var(--primary-light); }

.sec-title {
    font-family: var(--font-h);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 20px;
}

.sec-header { max-width: 540px; margin: 0 auto 16px; }

/* ---- Spinner ---- */
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    background: var(--cream) !important;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.spinner-wrap {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner-ring {
    position: absolute;
    inset: 0;
    border: 2px solid var(--border);
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: spin .85s linear infinite;
}
.spinner-brand {
    font-family: var(--font-h);
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--primary);
    line-height: 1;
}
@keyframes spin { to { transform: rotate(360deg); } }


/* ============================================================
   TOPBAR
   ============================================================ */
.topbar-strip {
    background: var(--cream-dark);
    border-bottom: 1px solid var(--border);
}
.topbar-cell {
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 76px;
}
.topbar-cell.border-x {
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    background: var(--white);
    padding: 0;
}
.topbar-icon {
    font-size: 1.05rem;
    color: var(--primary);
    flex-shrink: 0;
}
.topbar-label {
    display: block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gray-light);
    line-height: 1;
    margin-bottom: 4px;
}
.topbar-value {
    font-size: 13.5px;
    font-weight: 500;
    color: var(--dark);
    display: block;
    line-height: 1.3;
}
.topbar-value:hover { color: var(--primary); }
.topbar-wa { color: #22A55A !important; }
.topbar-wa:hover { color: #1a8044 !important; }
.topbar-logo-img {
    height: 76px;
    width: 100%;
    object-fit: contain;
}


/* ============================================================
   NAVBAR
   ============================================================ */
.navbar-premium {
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 0;
    z-index: 1030;
}

/* Bootstrap overrides sticky top transition */
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.nav-logo {
    height: 68px;
    width: auto;
    object-fit: contain;
}
.navbar-brand-premium { display: block; padding: 4px 0; }

.navbar-premium .navbar-nav .nav-link {
    font-family: var(--font-b);
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: .3px;
    color: var(--dark);
    padding: 26px 15px;
    position: relative;
    transition: color .3s;
}
.navbar-premium .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: var(--primary);
    transition: width .3s ease;
}
.navbar-premium .navbar-nav .nav-link:hover,
.navbar-premium .navbar-nav .nav-link.active { color: var(--primary); }
.navbar-premium .navbar-nav .nav-link:hover::after,
.navbar-premium .navbar-nav .nav-link.active::after { width: 18px; }

/* Dropdown */
.navbar-premium .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 11px;
}
.dropdown-premium {
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    box-shadow: var(--shadow-md);
    background: var(--white);
    padding: 8px;
    min-width: 175px;
}
.dropdown-premium .dropdown-item {
    font-family: var(--font-b);
    font-size: 13.5px;
    color: var(--dark);
    padding: 9px 16px;
    border-radius: 6px;
    transition: var(--transition);
}
.dropdown-premium .dropdown-item:hover {
    background: var(--cream);
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-premium .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        top: 110%;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        pointer-events: none;
    }
    .navbar-premium .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }
}

/* CTA button */
.btn-nav-cta {
    display: inline-block;
    background: var(--primary);
    color: var(--white) !important;
    font-family: var(--font-b);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
    padding: 10px 22px;
    border-radius: 50px;
    transition: var(--transition);
    white-space: nowrap;
}
.btn-nav-cta:hover {
    background: var(--primary-dark);
    color: var(--white) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(139,97,69,.3);
}

/* Admin icon */
.nav-admin {
    color: var(--gray-light) !important;
    font-size: 1.05rem;
    opacity: .45;
    transition: opacity .3s;
    line-height: 1;
}
.nav-admin:hover { opacity: 1; color: var(--primary) !important; }

/* Hamburger */
.nav-hamburger {
    background: none;
    border: none;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.nav-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--dark);
    border-radius: 2px;
    transition: var(--transition);
}
.nav-hamburger:focus { outline: none; box-shadow: none; }

@media (max-width: 991.98px) {
    .navbar-premium .navbar-nav .nav-link { padding: 11px 8px; }
    .navbar-premium .navbar-nav .nav-link::after { display: none; }
    .navbar-premium #navbarCollapse {
        background: var(--white);
        border-radius: var(--r-md);
        padding: 16px;
        margin-top: 8px;
        border: 1px solid var(--border);
    }
    .dropdown-premium { border: none; box-shadow: none; padding: 0 0 0 16px; }
    .btn-nav-cta { display: inline-block; margin: 8px 0; }
}


/* ============================================================
   HERO
   ============================================================ */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url('../img/1.png') center center / cover no-repeat;
    overflow: hidden;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        140deg,
        rgba(28,28,28,.75) 0%,
        rgba(107,66,38,.42) 55%,
        rgba(28,28,28,.28) 100%
    );
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    width: 100%;
}
.hero-body { padding: 40px 0; }

.hero-eyebrow {
    font-family: var(--font-b);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--primary-light);
    display: block;
    margin-bottom: 20px;
}
.hero-title {
    font-family: var(--font-h);
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 400;
    line-height: 1.07;
    color: var(--white);
    margin-bottom: 22px;
    text-shadow: 0 2px 20px rgba(0,0,0,.12);
}
.hero-title em { color: var(--primary-light); }

.hero-sub {
    font-size: 17px;
    font-weight: 300;
    color: rgba(255,255,255,.82);
    max-width: 460px;
    margin-bottom: 48px;
    line-height: 1.75;
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-b);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .4px;
    padding: 15px 32px;
    border-radius: 50px;
    transition: var(--transition);
    border: 2px solid transparent;
}
.btn-hero-solid {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.btn-hero-solid:hover {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(139,97,69,.38);
}
.btn-hero-solid i { transition: transform .3s; }
.btn-hero-solid:hover i { transform: translateX(4px); }

.btn-hero-glass {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--white);
    border-color: rgba(255,255,255,.22);
}
.btn-hero-glass:hover {
    background: #22A55A;
    border-color: #22A55A;
    color: var(--white);
    transform: translateY(-2px);
}
.btn-hero-glass i { font-size: 1.15rem; }

/* Scroll line */
.hero-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.hero-scroll span {
    display: block;
    width: 1px;
    height: 56px;
    background: linear-gradient(to bottom, rgba(255,255,255,.55), transparent);
    animation: scroll-line 2s ease-in-out infinite;
}
@keyframes scroll-line {
    0%,100% { opacity:0; transform:scaleY(0) translateY(0); transform-origin:top; }
    50%      { opacity:1; transform:scaleY(1) translateY(0); transform-origin:top; }
}

@media (max-width: 767px) {
    .hero-title  { font-size: 2.6rem; }
    .hero-actions { flex-direction: column; align-items: flex-start; }
}


/* ============================================================
   ABOUT
   ============================================================ */
.about-img-wrap {
    position: relative;
    height: 560px;
}
.about-img-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--r-lg);
}
.about-badge {
    position: absolute;
    bottom: -28px;
    right: -28px;
    width: 138px;
    height: 138px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: var(--shadow-lg);
    border: 6px solid var(--white);
}
.badge-num {
    font-family: var(--font-h);
    font-size: 2.8rem;
    font-weight: 600;
    color: var(--white);
    line-height: 1;
}
.badge-lbl {
    font-size: 10.5px;
    font-weight: 500;
    color: rgba(255,255,255,.82);
    line-height: 1.35;
    letter-spacing: .5px;
}

.about-text { padding-left: 20px; }
.about-desc {
    font-size: 15.5px;
    color: var(--gray);
    line-height: 1.82;
    margin-bottom: 36px;
}
.about-features {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 40px;
}
.feature-row { display: flex; align-items: flex-start; gap: 18px; }
.feature-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.15rem;
}
.feature-row h5 {
    font-family: var(--font-b);
    font-size: 14.5px;
    font-weight: 600;
    color: var(--dark);
    margin: 0 0 3px;
}
.feature-row p { font-size: 13.5px; color: var(--gray); margin: 0; }

.btn-prem {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary);
    color: var(--white);
    font-family: var(--font-b);
    font-size: 14px;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 50px;
    border: 2px solid var(--primary);
    transition: var(--transition);
}
.btn-prem:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(139,97,69,.3);
}

@media (max-width: 991px) {
    .about-img-wrap { height: 400px; margin-bottom: 60px; }
    .about-badge { right: 12px; bottom: -18px; }
    .about-text  { padding-left: 0; }
}
@media (max-width: 575px) {
    .about-img-wrap { height: 300px; }
    .about-badge { width: 110px; height: 110px; }
    .badge-num { font-size: 2.2rem; }
}


/* ============================================================
   SERVICES
   ============================================================ */
.svc-card {
    background: var(--white);
    border-radius: var(--r-lg);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}
.svc-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}
.svc-img-wrap {
    position: relative;
    overflow: hidden;
    height: 240px;
}
.svc-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.svc-card:hover .svc-img-wrap img { transform: scale(1.08); }
.svc-overlay {
    position: absolute;
    inset: 0;
    background: rgba(107,66,38,.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s;
}
.svc-card:hover .svc-overlay { opacity: 1; }
.svc-overlay-link {
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,.5);
    padding: 10px 24px;
    border-radius: 50px;
    transition: var(--transition);
}
.svc-overlay-link:hover {
    background: var(--white);
    color: var(--primary);
}
.svc-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.svc-icon { width: 46px; height: 46px; object-fit: contain; }
.svc-title {
    font-family: var(--font-h);
    font-size: 1.45rem;
    font-weight: 500;
    color: var(--dark);
    margin: 0;
}
.svc-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
    letter-spacing: .4px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap .3s;
}
.svc-link:hover { gap: 10px; color: var(--primary-dark); }


/* ============================================================
   TEAM
   ============================================================ */
.team-card {
    border-radius: var(--r-lg);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    background: var(--white);
    transition: var(--transition);
}
.team-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}
.team-img-wrap {
    position: relative;
    overflow: hidden;
    height: 420px;
}
.team-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.team-card:hover .team-img-wrap img { transform: scale(1.05); }
.team-social {
    position: absolute;
    bottom: -64px;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(28,28,28,.85), transparent);
    padding: 28px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: bottom .35s ease;
}
.team-card:hover .team-social { bottom: 0; }
.soc-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.13);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.28);
    color: var(--white);
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.soc-btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    transform: translateY(-3px);
}
.team-body { padding: 22px 24px 24px; text-align: center; }
.team-body h4 {
    font-family: var(--font-h);
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.team-body span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary);
}


/* ============================================================
   APPOINTMENT CTA
   ============================================================ */
.appt-section {
    background: var(--dark-2);
    overflow: hidden;
}
.appt-inner {
    position: relative;
    padding: 96px 24px;
    overflow: hidden;
}
.appt-inner::before,
.appt-inner::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.appt-inner::before {
    width: 360px; height: 360px;
    border: 70px solid rgba(196,168,130,.06);
    top: -100px; right: -80px;
}
.appt-inner::after {
    width: 280px; height: 280px;
    border: 50px solid rgba(196,168,130,.05);
    bottom: -80px; left: -60px;
}
.appt-content {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.appt-title {
    font-family: var(--font-h);
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 400;
    color: var(--white);
    margin-bottom: 14px;
}
.appt-title em { color: var(--primary-light); }
.appt-sub {
    font-size: 15.5px;
    color: rgba(255,255,255,.55);
    margin-bottom: 44px;
    line-height: 1.75;
}

.btn-appt-wa {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: #22A55A;
    color: var(--white);
    padding: 18px 32px;
    border-radius: var(--r-xl);
    transition: var(--transition);
    margin-bottom: 18px;
    width: 100%;
    max-width: 420px;
    text-align: left;
}
.btn-appt-wa:hover {
    background: #1a8044;
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(34,165,90,.35);
}
.btn-appt-wa i { font-size: 2rem; flex-shrink: 0; }
.btn-appt-wa .ph { display: block; font-size: 1.35rem; font-weight: 700; line-height: 1.2; }
.btn-appt-wa .lbl { display: block; font-size: 11.5px; opacity: .78; letter-spacing: .5px; }

.btn-appt-outline {
    display: inline-block;
    color: rgba(255,255,255,.6);
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: .4px;
    border: 1px solid rgba(255,255,255,.18);
    padding: 13px 30px;
    border-radius: 50px;
    transition: var(--transition);
}
.btn-appt-outline:hover {
    background: rgba(255,255,255,.08);
    color: var(--white);
    border-color: rgba(255,255,255,.38);
}


/* ============================================================
   TESTIMONIALS
   ============================================================ */

/* Fotos flutuantes laterais */
.testi-floats {
    position: relative;
    height: 380px;
}
.fl-img {
    position: absolute;
    border-radius: 50%;
    border: 4px solid var(--white);
    box-shadow: var(--shadow-md);
    object-fit: cover;
}
/* Left column */
.testi-floats.fl-left .fl-img:nth-child(1) {
    width:88px; height:88px; top:8%; left:50%;
    transform:translateX(-50%);
    animation: fpx 5s ease-in-out infinite;
}
.testi-floats.fl-left .fl-img:nth-child(2) {
    width:68px; height:68px; top:48%; left:8%;
    transform:translateY(-50%);
    animation: fpy 5s ease-in-out infinite 1.6s;
}
.testi-floats.fl-left .fl-img:nth-child(3) {
    width:58px; height:58px; bottom:10%; right:10%;
    animation: fp 5s ease-in-out infinite 3.2s;
}
/* Right column */
.testi-floats.fl-right .fl-img:nth-child(1) {
    width:58px; height:58px; top:10%; left:10%;
    animation: fp 5s ease-in-out infinite .5s;
}
.testi-floats.fl-right .fl-img:nth-child(2) {
    width:68px; height:68px; top:48%; right:8%;
    transform:translateY(-50%);
    animation: fpy 5s ease-in-out infinite 2s;
}
.testi-floats.fl-right .fl-img:nth-child(3) {
    width:88px; height:88px; bottom:8%; left:50%;
    transform:translateX(-50%);
    animation: fpx 5s ease-in-out infinite 1s;
}
@keyframes fp  { 0%,100%{opacity:.65;transform:scale(1) translateY(0)}   50%{opacity:1;transform:scale(1.06) translateY(-10px)} }
@keyframes fpx { 0%,100%{opacity:.65;transform:translateX(-50%) scale(1)} 50%{opacity:1;transform:translateX(-50%) translateY(-10px) scale(1.06)} }
@keyframes fpy { 0%,100%{opacity:.65;transform:translateY(-50%) scale(1)} 50%{opacity:1;transform:translateY(calc(-50% - 10px)) scale(1.06)} }


/* ── Card do testemunho ── */
.testimonial-carousel .testi-item {
    background: var(--white);
    border-radius: var(--r-lg);
    padding: 44px 44px 36px;
    box-shadow: 0 4px 40px rgba(28,28,28,.08);
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
}

/* Faixa decorativa lateral esquerda */
.testimonial-carousel .testi-item::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, var(--primary), var(--primary-light));
    border-radius: 4px 0 0 4px;
}

/* Cabeçalho: estrelas à esquerda + aspas à direita */
.testi-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.testi-stars {
    display: flex;
    gap: 5px;
    color: #C9922A;
    font-size: 13px;
    padding-top: 4px;
}

/* Aspas decorativas grandes */
.testi-big-quote {
    font-family: var(--font-h);
    font-size: 7rem;
    line-height: .6;
    color: var(--primary-xlight);
    user-select: none;
    display: block;
    margin-top: -4px;
}

/* Texto do depoimento */
.testi-text {
    font-family: var(--font-h);
    font-size: 1.2rem;
    font-weight: 400;
    font-style: italic;
    color: var(--dark);
    line-height: 1.75;
    margin-bottom: 28px;
    letter-spacing: .01em;
}

/* Linha divisória fina */
.testi-divider {
    height: 1px;
    background: linear-gradient(to right, var(--primary-light), transparent);
    margin-bottom: 24px;
    opacity: .5;
}

/* Autor */
.testi-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testi-avatar-wrap {
    position: relative;
    flex-shrink: 0;
}

.testi-avatar-wrap::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    z-index: -1;
}

.testi-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--white);
    display: block;
    position: relative;
    z-index: 1;
}

.testi-author-info h5 {
    font-family: var(--font-b);
    font-size: 15px;
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 3px;
    letter-spacing: -.1px;
}

.testi-author-info span {
    font-family: var(--font-b);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary);
}


/* ── Navegação Owl (setas) ── */
.testimonial-carousel .owl-nav {
    margin-top: 28px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: var(--white) !important;
    border: 1px solid var(--border) !important;
    color: var(--dark) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    box-shadow: var(--shadow-sm) !important;
    transition: var(--transition) !important;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--white) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(139,97,69,.28) !important;
}

/* Dots */
.testimonial-carousel .owl-dots {
    display: none;
}


/* ============================================================
   INSTAGRAM
   ============================================================ */
.insta-section { position: relative; }
.insta-grid   { position: relative; }
.insta-center {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: var(--white);
    border-radius: 24px;
    padding: 16px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    text-align: center;
    white-space: nowrap;
}
.insta-center:hover {
    background: var(--dark);
    transform: translate(-50%,-50%) scale(1.05);
}
.insta-center i {
    font-size: 1.9rem;
    color: var(--primary);
    transition: color .3s;
}
.insta-center:hover i { color: var(--white); }
.insta-center span {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--gray);
    transition: color .3s;
}
.insta-center:hover span { color: rgba(255,255,255,.65); }

.insta-item { position: relative; overflow: hidden; aspect-ratio: 1; }
.insta-item img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.insta-item:hover img { transform: scale(1.09); }
.insta-ov {
    position: absolute;
    inset: 0;
    background: rgba(107,66,38,.62);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.7rem;
    opacity: 0;
    transition: opacity .3s;
}
.insta-item:hover .insta-ov { opacity: 1; }

@media (max-width: 575px) {
    .insta-center span { display: none; }
    .insta-center { padding: 12px 16px; }
    .insta-center i { font-size: 1.5rem; }
}


/* ============================================================
   FOOTER
   ============================================================ */
.footer-prem {
    background: var(--dark-2);
    color: rgba(255,255,255,.6);
    font-size: 14px;
}
.footer-main { padding: 80px 0 60px; }

.footer-brand-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.footer-logo-img {
    height: 38px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1) opacity(.8);
}
.footer-brand-wrap h3 {
    font-family: var(--font-h);
    font-size: 1.85rem;
    font-weight: 500;
    color: var(--white);
    margin: 0;
}
.footer-desc { color: rgba(255,255,255,.5); line-height: 1.75; margin-bottom: 26px; }

.footer-socials { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-soc {
    width: 38px; height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.55);
    display: flex; align-items: center; justify-content: center;
    font-size: 13px;
    transition: var(--transition);
}
.footer-soc:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    transform: translateY(-3px);
}

.footer-heading {
    font-family: var(--font-b);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 26px;
}

.footer-contact { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 13px; color: rgba(255,255,255,.55); }
.footer-contact li i { color: var(--primary-light); font-size: 14px; margin-top: 3px; flex-shrink: 0; }
.footer-contact li a { color: rgba(255,255,255,.55); }
.footer-contact li a:hover { color: var(--primary-light); }
.footer-wa-link { color: #22A55A !important; }
.footer-wa-link:hover { color: #2dd46d !important; }

.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-links li a {
    color: rgba(255,255,255,.5);
    font-size: 13.5px;
    display: flex;
    align-items: center;
    gap: 9px;
    transition: var(--transition);
}
.footer-links li a::before {
    content: '';
    display: block;
    width: 14px;
    height: 1px;
    background: var(--primary-light);
    flex-shrink: 0;
    transition: width .3s;
}
.footer-links li a:hover { color: var(--white); padding-left: 4px; }
.footer-links li a:hover::before { width: 20px; }

.footer-nl-desc { color: rgba(255,255,255,.5); margin-bottom: 18px; line-height: 1.72; }
.footer-nl-form { display: flex; flex-direction: column; gap: 10px; }
.footer-nl-input {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: var(--r-sm);
    padding: 12px 16px;
    color: var(--white);
    font-family: var(--font-b);
    font-size: 14px;
    width: 100%;
    transition: border-color .3s;
}
.footer-nl-input::placeholder { color: rgba(255,255,255,.28); }
.footer-nl-input:focus { outline: none; border-color: var(--primary-light); background: rgba(255,255,255,.09); }
.footer-nl-btn {
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: var(--r-sm);
    padding: 12px 22px;
    font-family: var(--font-b);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
    cursor: pointer;
    transition: var(--transition);
}
.footer-nl-btn:hover { background: var(--primary-dark); transform: translateY(-1px); }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 22px 0;
}
.footer-bottom p { margin: 0; font-size: 13px; color: rgba(255,255,255,.32); }
.footer-bottom a { color: rgba(255,255,255,.5); }
.footer-bottom a:hover { color: var(--primary-light); }


/* ============================================================
   BACK TO TOP
   ============================================================ */
/* Oculta o botão legado do Bootstrap sem quebrar o fadeIn do main.js */
.back-to-top {
    position: fixed !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: -1 !important;
}
.btt-premium {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 44px;
    height: 44px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-shadow: 0 4px 20px rgba(139,97,69,.38);
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: var(--transition);
    z-index: 999;
    border: none;
}
.btt-premium.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.btt-premium:hover {
    background: var(--primary-dark);
    color: var(--white);
    transform: translateY(-4px);
}


/* ============================================================
   PAGE HEADER (other pages)
   ============================================================ */
.page-header {
    background: url('../img/1.png') center right / cover no-repeat;
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a { font-weight: 500; }
.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before { color: rgba(255,255,255,.7); }
.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active { color: var(--white); }


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 767px) {
    .section-pad { padding: 70px 0; }
    .hero-section { min-height: 88vh; }
    .appt-inner { padding: 70px 16px; }
    .btn-appt-wa { max-width: 100%; }
    .btn-appt-wa .ph { font-size: 1.1rem; }
}
@media (max-width: 575px) {
    .hero-section { min-height: 82vh; }
    .hero-sub { font-size: 15px; }
}
