:root {
  --ink: #143c47;
  --ink-deep: #0d2d37;
  --teal: #108b92;
  --teal-dark: #08727b;
  --mint: #e4f4ef;
  --mint-strong: #cbeee3;
  --sky: #eef7f8;
  --cream: #fcfdfb;
  --line: #dce9e7;
  --muted: #70878b;
  --text: #466168;
  --white: #ffffff;
  --peach: #fff0e7;
  --shadow: 0 24px 70px rgba(18, 65, 73, .10);
  --shadow-soft: 0 10px 35px rgba(18, 65, 73, .07);
  --radius-lg: 30px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.admin-mode { background: #f5f8f8; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; color: transparent; font-size: 0; }
img.image-failed { display: none !important; }
.container { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }

.topbar { background: var(--ink-deep); color: #c8d9d8; font-size: 11px; letter-spacing: .03em; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; gap: 13px; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #7ce3c6; box-shadow: 0 0 0 3px rgba(124, 227, 198, .14); }
.topbar-separator { width: 1px; height: 12px; background: rgba(255,255,255,.18); }
.topbar-link { margin-left: auto; color: #fff; font-weight: 700; }
.topbar-link span { color: #83e2ca; padding-left: 5px; }

.site-header { position: relative; z-index: 20; background: rgba(252, 253, 251, .92); border-bottom: 1px solid rgba(220, 233, 231, .8); backdrop-filter: blur(18px); }
.header-inner { height: 82px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; }
.brand-mark { width: 38px; height: 42px; display: grid; place-items: center; position: relative; color: var(--white); background: var(--teal); border-radius: 21px 21px 17px 17px / 23px 23px 15px 15px; transform: rotate(1deg); box-shadow: 0 7px 15px rgba(16, 139, 146, .18); }
.brand-mark::after { content: ""; position: absolute; width: 8px; height: 4px; border-radius: 50%; bottom: -2px; background: var(--teal); }
.tooth-mark { font-size: 15px; line-height: 1; transform: rotate(-1deg); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: Manrope, sans-serif; color: var(--ink); font-size: 15px; letter-spacing: -.035em; }
.brand-copy small { color: var(--teal); font-size: 7px; font-weight: 800; letter-spacing: .24em; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: 12px; color: #60777c; font-weight: 600; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--teal); }
.nav-admin-link { color: var(--ink) !important; padding-left: 25px; border-left: 1px solid var(--line); }
.nav-admin-link span { color: var(--teal); padding-left: 4px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 13px; border: 1px solid transparent; border-radius: 999px; padding: 15px 21px; font-size: 12px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--teal); box-shadow: 0 9px 20px rgba(16, 139, 146, .19); }
.button-primary:hover { background: var(--teal-dark); box-shadow: 0 12px 26px rgba(16, 139, 146, .24); }
.button-dark { color: #fff; background: var(--ink-deep); box-shadow: 0 9px 20px rgba(13, 45, 55, .16); }
.button-dark:hover { background: #194d59; }
.button-small { padding: 11px 16px; font-size: 11px; }
.button-ghost { color: var(--ink); background: rgba(255,255,255,.65); border-color: var(--line); }
.button-ghost:hover { background: #fff; border-color: #b8d7d3; }
.button-outline { color: var(--teal-dark); background: transparent; border-color: #b8dbd5; }
.button-outline:hover { color: #fff; background: var(--teal); border-color: var(--teal); }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; padding: 82px 0 0; background: linear-gradient(180deg, #f7fbf9 0%, #fff 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 600px; height: 600px; right: -200px; top: -230px; background: rgba(208, 239, 231, .7); }
.hero-glow-two { width: 310px; height: 310px; left: -180px; bottom: 40px; background: rgba(231, 245, 247, .8); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 60px; position: relative; z-index: 1; }
.hero-content { padding: 6px 0 42px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--teal-dark); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-line { width: 24px; height: 1px; background: var(--teal); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Manrope, sans-serif; letter-spacing: -.065em; }
h1 { max-width: 540px; margin-bottom: 22px; font-size: clamp(44px, 5vw, 68px); line-height: 1.03; font-weight: 800; }
h1 em, h2 em { color: var(--teal); font-style: normal; }
.hero-description { max-width: 470px; margin-bottom: 29px; color: var(--text); font-size: 15px; line-height: 1.7; }
.hero-description span { color: var(--ink); font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.wa-icon { display: grid; place-items: center; width: 17px; height: 17px; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); font-size: 15px; }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 38px; }
.avatar-stack { display: flex; align-items: center; padding-left: 7px; }
.avatar-stack img, .avatar-stack span { width: 30px; height: 30px; margin-left: -7px; border: 2px solid #f7fbf9; border-radius: 50%; object-fit: cover; background: #c5e9df; }
.avatar-stack span { display: grid; place-items: center; color: var(--teal-dark); background: var(--mint-strong); font-size: 8px; font-weight: 800; }
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof strong { color: var(--ink); font-size: 11px; }
.hero-proof small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.hero-visual { min-height: 475px; position: relative; }
.hero-image-wrap { width: min(100%, 490px); height: 470px; margin-left: auto; position: relative; overflow: hidden; border-radius: 170px 28px 28px 28px; background: radial-gradient(circle at 68% 30%, rgba(255,255,255,.75) 0 8%, transparent 8.4%), radial-gradient(circle at 45% 57%, rgba(255,255,255,.37) 0 15%, transparent 15.5%), linear-gradient(135deg, #d8f1e8 0%, #a5d3c6 48%, #75b7aa 100%); box-shadow: var(--shadow); }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.hero-image-tint { position: absolute; inset: 0; background: linear-gradient(30deg, rgba(10, 50, 57, .22), transparent 44%); }
.hero-image-caption { position: absolute; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border-radius: 999px; color: #eafff8; background: rgba(11, 53, 60, .64); font-size: 10px; font-weight: 600; backdrop-filter: blur(10px); }
.caption-icon { color: #8de5cf; font-size: 15px; }
.floating-card { position: absolute; display: flex; z-index: 2; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: var(--shadow-soft); }
.rating-card { left: 8px; bottom: 76px; width: 133px; padding: 15px; flex-direction: column; border-radius: 16px; }
.rating-stars { color: #f3b64c; font-size: 11px; letter-spacing: 2px; }
.rating-card strong { margin-top: 8px; font-family: Manrope, sans-serif; font-size: 23px; letter-spacing: -.05em; }
.rating-card span { margin-top: 2px; color: var(--muted); font-size: 9px; }
.appointment-card { right: -14px; bottom: 30px; width: 208px; align-items: center; gap: 10px; padding: 13px; border-radius: 15px; }
.mini-icon { display: grid; place-items: center; width: 30px; height: 30px; flex: none; border-radius: 10px; color: var(--teal); background: var(--mint); font-size: 18px; }
.appointment-card small, .appointment-card strong { display: block; }
.appointment-card small { color: var(--muted); font-size: 9px; }
.appointment-card strong { margin-top: 4px; font-size: 10px; }
.card-arrow { margin-left: auto; color: var(--teal); font-size: 18px; }
.visual-circle { position: absolute; border: 1px solid rgba(16,139,146,.22); border-radius: 50%; }
.circle-one { width: 100px; height: 100px; right: -53px; top: 60px; }
.circle-two { width: 35px; height: 35px; left: 10px; top: 44px; background: var(--peach); border: none; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; position: relative; z-index: 2; margin-top: -15px; padding: 17px 22px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.92); box-shadow: 0 13px 35px rgba(15, 69, 74, .05); }
.trust-item { display: flex; align-items: center; gap: 10px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; color: var(--teal); background: var(--mint); font-size: 17px; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { color: var(--ink); font-size: 11px; }
.trust-item small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.trust-item-highlight .trust-number { color: var(--teal); font-family: Manrope, sans-serif; font-size: 26px; font-weight: 800; letter-spacing: -.07em; }

.section { padding: 106px 0; }
.section-soft { background: #f4faf8; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.about-visual { min-height: 500px; position: relative; }
.about-photo-main { width: 81%; height: 420px; overflow: hidden; border-radius: 26px 112px 26px 26px; background: linear-gradient(145deg, #e1f3ed 12%, #9bcfc2 52%, #d0e9e2 53%, #8ebeb3 100%); box-shadow: var(--shadow); }
.about-photo-main img { width: 100%; height: 100%; object-fit: cover; }
.about-photo-small { position: absolute; right: 0; bottom: 0; width: 48%; height: 210px; overflow: hidden; border: 10px solid #f4faf8; border-radius: 24px 24px 75px 24px; background: linear-gradient(140deg, #dff2ed, #89bfb5); box-shadow: var(--shadow-soft); }
.about-photo-small img { width: 100%; height: 100%; object-fit: cover; }
.experience-badge { position: absolute; left: -21px; bottom: 52px; display: flex; align-items: center; gap: 8px; padding: 14px 16px; border-radius: 14px; color: var(--white); background: var(--ink-deep); box-shadow: var(--shadow-soft); }
.experience-badge strong { font-family: Manrope, sans-serif; font-size: 29px; line-height: 1; letter-spacing: -.07em; }
.experience-badge span { color: #b6d1ce; font-size: 9px; line-height: 1.3; }
.about-content h2, .section-heading-row h2, .process-intro h2, .testimonials-intro h2, .faq-intro h2, .location-copy h2 { margin-bottom: 20px; font-size: clamp(34px, 4vw, 47px); line-height: 1.06; }
.section-lead, .heading-side-copy, .process-intro > p, .testimonials-intro > p, .faq-intro > p, .location-copy > p { color: var(--text); font-size: 14px; line-height: 1.75; }
.section-lead { margin-bottom: 29px; }
.about-points { display: grid; gap: 17px; margin-bottom: 26px; }
.about-point { display: flex; gap: 11px; }
.check-icon { display: grid; place-items: center; width: 21px; height: 21px; flex: none; margin-top: 1px; border-radius: 50%; color: var(--teal); background: var(--mint-strong); font-size: 12px; font-weight: 800; }
.about-point strong { display: block; color: var(--ink); font-size: 12px; }
.about-point p { max-width: 370px; margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--teal-dark); font-size: 12px; font-weight: 800; }
.text-link span { font-size: 17px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, -2px); }

.treatments-section { background: #fff; }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-heading-row h2 { max-width: 590px; margin-bottom: 0; }
.heading-side-copy { max-width: 280px; margin: 0 0 4px; font-size: 12px; }
.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.treatment-card { min-height: 207px; display: flex; flex-direction: column; padding: 22px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fbfdfc; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.treatment-card:hover { transform: translateY(-4px); border-color: #b9dcd7; box-shadow: var(--shadow-soft); }
.treatment-card::after { content: ""; width: 68px; height: 68px; position: absolute; right: -23px; top: -23px; border-radius: 50%; background: var(--mint); }
.treatment-icon { display: grid; place-items: center; width: 35px; height: 35px; margin-bottom: 21px; position: relative; z-index: 1; border-radius: 11px; color: var(--teal); background: var(--mint); font-size: 18px; }
.treatment-card h3 { margin: 0 0 8px; font-family: Manrope, sans-serif; color: var(--ink); font-size: 15px; letter-spacing: -.04em; }
.treatment-card p { max-width: 250px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.treatment-link { display: flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 16px; color: var(--teal-dark); font-size: 10px; font-weight: 800; }
.treatment-link span { font-size: 15px; }
.section-center { margin-top: 31px; text-align: center; }

.section-mint { background: var(--mint); }
.team-heading { align-items: center; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.team-card { position: relative; padding: 10px 10px 20px; border-radius: 21px; background: rgba(255,255,255,.67); }
.team-photo { height: 285px; overflow: hidden; border-radius: 15px; background: linear-gradient(145deg, #e4f5ef, #9accc0); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.team-card:nth-child(2) .team-photo img { object-position: 50% 30%; }
.team-card:nth-child(3) .team-photo img { object-position: 50% 25%; }
.team-meta { padding: 18px 9px 0; }
.team-meta h3 { margin: 0 0 4px; font-family: Manrope, sans-serif; font-size: 17px; letter-spacing: -.05em; }
.team-meta > span { color: var(--teal-dark); font-size: 10px; font-weight: 800; }
.team-meta p { min-height: 36px; margin: 12px 0 15px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.team-schedule { display: flex; align-items: center; gap: 7px; color: #6e8587; font-size: 10px; }
.schedule-dot { width: 6px; height: 6px; border-radius: 50%; background: #52b99e; }
.team-link { position: absolute; right: 19px; bottom: 20px; color: var(--teal); font-size: 17px; }

.process-section { background: var(--ink-deep); color: #fff; }
.process-section .eyebrow { color: #8cd7c6; }
.process-section .eyebrow-line { background: #8cd7c6; }
.process-intro { max-width: 560px; text-align: center; margin: 0 auto 43px; }
.process-intro h2 { margin-bottom: 15px; }
.process-intro > p:last-child { max-width: 400px; margin: auto; color: #a6c2c0; font-size: 13px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(164, 214, 208, .18); border-radius: 20px; background: rgba(164, 214, 208, .18); }
.process-step { min-height: 225px; position: relative; padding: 25px; background: var(--ink-deep); }
.process-step-active { background: #164b55; }
.process-step-active::after { content: ""; position: absolute; width: 110px; height: 110px; right: -42px; bottom: -40px; border: 1px solid rgba(134,227,208,.25); border-radius: 50%; }
.step-number { display: block; color: #70a6a4; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.step-icon { display: block; margin-top: 29px; color: #8fe4ce; font-size: 25px; }
.process-step h3 { margin: 12px 0 8px; font-family: Manrope, sans-serif; font-size: 15px; letter-spacing: -.03em; }
.process-step p { max-width: 255px; margin: 0; color: #9ab5b4; font-size: 11px; line-height: 1.6; }

.testimonials-section { background: #f2f9f7; }
.testimonials-layout { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 90px; }
.testimonials-intro h2 { max-width: 440px; }
.testimonials-intro > p { max-width: 370px; margin-bottom: 25px; }
.testimonial-rating { display: flex; align-items: center; gap: 13px; margin-bottom: 21px; }
.testimonial-rating > strong { font-family: Manrope, sans-serif; font-size: 35px; letter-spacing: -.08em; }
.testimonial-rating small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; }
.testimonial-feature { padding: 37px 42px 31px; position: relative; overflow: hidden; border-radius: 25px; background: #fff; box-shadow: var(--shadow-soft); }
.testimonial-feature::after { content: ""; position: absolute; width: 180px; height: 180px; right: -88px; top: -88px; border: 1px solid #d5eeea; border-radius: 50%; }
.quote-mark { margin-bottom: 10px; color: var(--teal); font-family: Georgia, serif; font-size: 68px; line-height: .65; }
blockquote { max-width: 500px; margin: 0 0 26px; color: var(--ink); font-family: Manrope, sans-serif; font-size: 18px; font-weight: 600; letter-spacing: -.035em; line-height: 1.55; }
.testimonial-author { display: flex; align-items: center; gap: 10px; padding-top: 20px; border-top: 1px solid var(--line); }
.testimonial-author img { width: 37px; height: 37px; border-radius: 50%; object-fit: cover; }
.testimonial-author strong, .testimonial-author span { display: block; }
.testimonial-author strong { font-size: 11px; }
.testimonial-author span { margin-top: 3px; color: var(--muted); font-size: 9px; }
.author-stars { margin-left: auto; color: #f0b34b !important; font-size: 11px !important; letter-spacing: 2px; }
.testimonial-dots { display: flex; gap: 6px; margin-top: 25px; }
.testimonial-dots span { width: 5px; height: 5px; border-radius: 50%; background: #c6dad6; }
.testimonial-dots span.active { width: 18px; border-radius: 99px; background: var(--teal); }

.results-section { background: #fff; }
.results-grid { display: grid; grid-template-columns: 1.55fr 1fr 1fr; align-items: stretch; gap: 16px; }
.result-card { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #f8fbfa; }
.result-placeholder { height: 208px; display: flex; align-items: end; justify-content: space-between; padding: 16px; position: relative; background: linear-gradient(135deg, #b9d8d1 0%, #eef6f1 46%, #d8ece8 47%, #9dc9c0 100%); }
.result-placeholder::before { content: ""; position: absolute; inset: 16px 50% 16px 16px; border-radius: 12px; background: linear-gradient(160deg, #eef7f4 0%, #c6dfd9 100%); }
.result-placeholder::after { content: ""; position: absolute; inset: 16px 16px 16px 50%; border-radius: 12px; background: linear-gradient(160deg, #a4cac0 0%, #eaf7f2 100%); }
.result-placeholder > span { position: relative; z-index: 1; padding: 6px 9px; border-radius: 99px; color: var(--ink); background: rgba(255,255,255,.72); font-size: 9px; font-weight: 800; }
.placeholder-smile { position: absolute; z-index: 2; left: 50%; top: 48%; color: rgba(255,255,255,.72); font-family: Georgia, serif; font-size: 43px; transform: translate(-50%, -50%); }
.result-placeholder-alt { height: 155px; align-items: center; justify-content: center; background: var(--mint); }
.result-placeholder-alt::before, .result-placeholder-alt::after { display: none; }
.placeholder-plus { position: relative; z-index: 1; width: 42px; height: 42px; display: grid; place-items: center; border: 1px dashed #75bbb0; border-radius: 50%; color: var(--teal); font-size: 24px; font-weight: 300; }
.result-info { display: grid; gap: 5px; padding: 17px; }
.result-info strong { font-size: 12px; }
.result-info span { color: var(--muted); font-size: 9px; }
.result-note { align-self: center; padding: 10px; }
.note-icon { display: block; margin-bottom: 13px; color: var(--teal); font-size: 25px; }
.result-note strong { font-family: Manrope, sans-serif; font-size: 15px; letter-spacing: -.04em; }
.result-note p { margin: 9px 0 17px; color: var(--muted); font-size: 11px; line-height: 1.6; }

.booking-section { padding: 89px 0; background: var(--teal); }
.booking-wrap { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; }
.eyebrow-light { color: #b5f0df; }
.eyebrow-light .eyebrow-line { background: #b5f0df; }
.booking-copy h2 { max-width: 380px; margin-bottom: 18px; font-family: Manrope, sans-serif; font-size: 50px; letter-spacing: -.07em; line-height: 1.03; }
.booking-copy > p { max-width: 330px; margin-bottom: 30px; color: #d1f2eb; font-size: 13px; line-height: 1.7; }
.booking-benefit { display: flex; align-items: center; gap: 10px; margin-top: 14px; }
.booking-benefit > span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: var(--teal); background: #c6f3e3; font-size: 11px; font-weight: 900; }
.booking-benefit strong, .booking-benefit small { display: block; }
.booking-benefit strong { color: #fff; font-size: 11px; }
.booking-benefit small { margin-top: 3px; color: #b2ded6; font-size: 10px; }
.booking-form-card { padding: 32px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.form-card-header { display: flex; justify-content: space-between; margin-bottom: 21px; }
.form-overline { color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.form-card-header h3 { margin: 8px 0 0; font-family: Manrope, sans-serif; font-size: 24px; letter-spacing: -.06em; }
.form-icon { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; color: var(--teal); background: var(--mint); }
.booking-form { display: grid; gap: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.booking-form label { display: grid; gap: 7px; color: #587074; font-size: 10px; font-weight: 700; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #d8e7e4; border-radius: 9px; outline: none; color: var(--ink); background: #fbfdfc; font-size: 11px; font-weight: 400; transition: border .2s ease, box-shadow .2s ease; }
.booking-form textarea { resize: vertical; }
.booking-form input::placeholder, .booking-form textarea::placeholder { color: #a3b6b7; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: #69bfb0; box-shadow: 0 0 0 3px rgba(105,191,176,.14); }
.optional { color: #9aadad; font-size: 9px; font-weight: 400; }
.form-submit { width: 100%; margin-top: 3px; }
.form-disclaimer { margin: 0; color: #9bafb0; font-size: 9px; text-align: center; }
.form-success { padding: 22px 5px 9px; text-align: center; }
.success-check { width: 45px; height: 45px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 50%; color: #138576; background: var(--mint-strong); font-size: 22px; font-weight: 800; }
.form-success h3 { margin-bottom: 8px; font-family: Manrope, sans-serif; font-size: 22px; letter-spacing: -.05em; }
.form-success p { max-width: 360px; margin: 0 auto 19px; color: var(--muted); font-size: 12px; line-height: 1.6; }

.faq-section { background: #f8fbfa; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.faq-intro h2 { max-width: 330px; }
.faq-intro > p { max-width: 300px; margin-bottom: 24px; font-size: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border: 0; background: transparent; color: var(--ink); text-align: left; font-size: 13px; font-weight: 700; cursor: pointer; }
.faq-plus { color: var(--teal); font-size: 20px; font-weight: 400; }
.faq-answer { display: none; padding: 0 35px 20px 0; }
.faq-item.active .faq-answer { display: block; }
.faq-answer p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.blog-section { background: #fff; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fbfdfc; transition: transform .2s ease, box-shadow .2s ease; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.blog-image { height: 160px; overflow: hidden; position: relative; background: linear-gradient(135deg, #dff1ec, #9fcfc4); }
.blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.blog-card:hover .blog-image img { transform: scale(1.04); }
.blog-category { position: absolute; left: 14px; top: 14px; padding: 6px 9px; border-radius: 99px; color: var(--teal-dark); background: rgba(255,255,255,.85); font-size: 9px; font-weight: 800; }
.blog-copy { padding: 17px; }
.blog-copy small { color: var(--muted); font-size: 9px; }
.blog-copy h3 { margin: 9px 0 13px; font-family: Manrope, sans-serif; font-size: 15px; letter-spacing: -.04em; line-height: 1.3; }
.blog-read { color: var(--teal-dark); font-size: 10px; font-weight: 800; }

.location-section { background: #f2f9f7; }
.location-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 75px; align-items: center; }
.map-card { min-height: 410px; position: relative; overflow: hidden; border-radius: 24px; background: #cfe3de; box-shadow: var(--shadow-soft); }
.map-card iframe { width: 100%; height: 100%; min-height: 410px; display: block; border: 0; filter: saturate(.7); }
.map-overlay { display: flex; align-items: center; gap: 10px; position: absolute; left: 18px; bottom: 18px; padding: 11px 14px; border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 7px 18px rgba(15, 60, 68, .11); }
.map-pin { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 9px; color: var(--teal); background: var(--mint); font-size: 18px; }
.map-overlay strong, .map-overlay small { display: block; }
.map-overlay strong { font-size: 10px; }
.map-overlay small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.location-copy > p { margin-bottom: 25px; }
.contact-list { display: grid; gap: 17px; margin-bottom: 27px; }
.contact-list > div { display: flex; gap: 11px; }
.contact-icon { display: grid; place-items: center; width: 28px; height: 28px; flex: none; border-radius: 9px; color: var(--teal); background: #d9f1eb; font-size: 15px; }
.contact-list p { margin: 0; }
.contact-list strong, .contact-list p > span { display: block; }
.contact-list strong { margin-bottom: 4px; font-size: 11px; }
.contact-list p > span { color: var(--muted); font-size: 10px; line-height: 1.5; }
.contact-list a { color: var(--teal-dark); font-weight: 700; }

.site-footer { color: #c0d6d4; background: var(--ink-deep); }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr .85fr 1fr; gap: 55px; padding: 63px 0 49px; }
.brand-footer .brand-copy strong { color: #fff; }
.brand-footer .brand-copy small { color: #79d5c0; }
.footer-brand > p { max-width: 210px; margin: 20px 0 20px; color: #92b1b0; font-size: 11px; line-height: 1.6; }
.social-row { display: flex; gap: 8px; }
.social-row a { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(167, 218, 208, .27); border-radius: 50%; color: #9fd5ca; font-size: 15px; }
.footer-col { display: grid; align-content: start; gap: 12px; }
.footer-col strong { margin-bottom: 7px; color: #fff; font-size: 11px; }
.footer-col a, .footer-col > span { color: #90aeae; font-size: 10px; line-height: 1.5; }
.footer-col a:hover { color: #9ee8d5; }
.footer-contact { gap: 15px; }
.footer-bottom { display: flex; align-items: center; gap: 22px; padding: 17px 0; border-top: 1px solid rgba(165, 213, 207, .16); color: #789998; font-size: 9px; }
.footer-bottom > span:nth-child(2) { margin-left: auto; }
.footer-credit strong { color: #a5dfd2; font-weight: 700; }
.floating-whatsapp { display: flex; align-items: center; gap: 8px; position: fixed; z-index: 15; right: 24px; bottom: 22px; padding: 10px 14px 10px 10px; border-radius: 999px; color: #fff; background: #1faa82; box-shadow: 0 10px 24px rgba(12, 105, 78, .26); }
.floating-whatsapp span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); font-size: 19px; }
.floating-whatsapp small { font-size: 10px; font-weight: 800; }
.toast { position: fixed; z-index: 99; left: 50%; bottom: 28px; padding: 12px 18px; border-radius: 99px; color: #fff; background: var(--ink-deep); box-shadow: var(--shadow); font-size: 11px; opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: opacity .25s ease, transform .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* Admin */
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 226px 1fr; color: var(--ink); }
.admin-sidebar { display: flex; flex-direction: column; padding: 26px 16px; background: var(--ink-deep); color: #a7c0bf; }
.admin-sidebar .brand { padding: 0 10px 28px; }
.admin-sidebar .brand-copy strong { color: #fff; }
.admin-sidebar .brand-copy small { color: #80d6c4; }
.admin-menu-label { margin: 18px 10px 9px; color: #638887; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.admin-nav { display: grid; gap: 4px; }
.admin-nav button, .admin-exit { display: flex; align-items: center; gap: 10px; padding: 11px 10px; border: 0; border-radius: 9px; color: #91aaa9; background: transparent; font-size: 11px; text-align: left; cursor: pointer; }
.admin-nav button:hover, .admin-nav button.active { color: #fff; background: #1a4b54; }
.admin-nav button span:first-child { width: 18px; color: #83d4c3; font-size: 15px; text-align: center; }
.admin-sidebar-bottom { margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(164, 211, 205, .12); }
.admin-exit { width: 100%; color: #84a5a3; }
.admin-exit:hover { color: #fff; }
.admin-content { min-width: 0; }
.admin-top { min-height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 40px; border-bottom: 1px solid #e1ecea; background: #fff; }
.admin-top-title strong { display: block; font-family: Manrope, sans-serif; font-size: 18px; letter-spacing: -.06em; }
.admin-top-title span { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
.admin-top-actions { display: flex; align-items: center; gap: 16px; }
.admin-date { color: var(--muted); font-size: 10px; }
.admin-notification { width: 30px; height: 30px; display: grid; place-items: center; position: relative; border: 1px solid var(--line); border-radius: 9px; color: var(--teal); background: #fff; font-size: 16px; }
.admin-notification::after { content: ""; position: absolute; width: 5px; height: 5px; right: 6px; top: 5px; border: 2px solid #fff; border-radius: 50%; background: #ec8f5b; }
.admin-avatar { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--teal-dark); background: var(--mint); font-size: 11px; font-weight: 800; }
.admin-main { padding: 34px 40px 50px; }
.admin-page-header { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 25px; }
.admin-page-header h2 { margin: 0; font-family: Manrope, sans-serif; font-size: 26px; letter-spacing: -.07em; }
.admin-page-header p { margin: 6px 0 0; color: var(--muted); font-size: 11px; }
.admin-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-bottom: 24px; }
.admin-kpi { padding: 17px; border: 1px solid #e2ecea; border-radius: 14px; background: #fff; }
.admin-kpi-top { display: flex; align-items: start; justify-content: space-between; }
.admin-kpi-label { color: var(--muted); font-size: 10px; }
.admin-kpi-icon { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: var(--teal); background: var(--mint); font-size: 14px; }
.admin-kpi strong { display: block; margin-top: 12px; font-family: Manrope, sans-serif; font-size: 28px; letter-spacing: -.08em; }
.admin-kpi-trend { display: inline-flex; gap: 4px; margin-top: 6px; color: #42a98f; font-size: 9px; }
.admin-kpi-trend.muted { color: var(--muted); }
.admin-two-col { display: grid; grid-template-columns: 1.25fr .75fr; gap: 15px; }
.admin-card { padding: 21px; border: 1px solid #e2ecea; border-radius: 14px; background: #fff; }
.admin-card-header { display: flex; justify-content: space-between; align-items: start; gap: 15px; margin-bottom: 18px; }
.admin-card-header h3 { margin: 0; font-family: Manrope, sans-serif; font-size: 15px; letter-spacing: -.05em; }
.admin-card-header span { color: var(--muted); font-size: 10px; }
.admin-link { color: var(--teal-dark); font-size: 10px; font-weight: 800; }
.admin-table-wrap { overflow: auto; }
.admin-table { width: 100%; border-collapse: collapse; white-space: nowrap; }
.admin-table th { padding: 0 10px 11px; color: #9baead; font-size: 9px; font-weight: 700; text-align: left; }
.admin-table td { padding: 12px 10px; border-top: 1px solid #eef4f2; color: #536d70; font-size: 10px; }
.admin-table td:first-child, .admin-table th:first-child { padding-left: 0; }
.admin-table td:last-child, .admin-table th:last-child { padding-right: 0; }
.patient-cell { display: flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 700; }
.patient-avatar { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--teal-dark); background: var(--mint); font-size: 8px; font-weight: 800; }
.status-pill { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 99px; font-size: 9px; font-weight: 700; }
.status-pill::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.status-pendente { color: #bb7f2c; background: #fff5db; }
.status-confirmado { color: #238b70; background: #dff5ed; }
.status-remarcado { color: #6d73ba; background: #ebebff; }
.status-cancelado { color: #c76c6c; background: #ffebeb; }
.status-atendido { color: #4389a3; background: #e3f4fa; }
.chart-area { height: 155px; display: flex; align-items: end; gap: 10px; padding: 18px 4px 0; border-bottom: 1px solid #e5eeee; background: repeating-linear-gradient(to bottom, transparent 0, transparent 38px, #eef5f3 39px); }
.chart-bar { flex: 1; position: relative; border-radius: 6px 6px 0 0; background: var(--teal); opacity: .8; }
.chart-bar:nth-child(even) { background: #a6d9cd; }
.chart-bar span { position: absolute; left: 50%; bottom: -20px; color: var(--muted); font-size: 8px; transform: translateX(-50%); }
.treatment-stat { display: flex; align-items: center; gap: 9px; margin-top: 19px; }
.treatment-stat:first-child { margin-top: 13px; }
.treatment-stat-name { width: 92px; color: #536d70; font-size: 10px; }
.treatment-stat-track { flex: 1; height: 5px; overflow: hidden; border-radius: 99px; background: #edf3f1; }
.treatment-stat-fill { height: 100%; border-radius: inherit; background: var(--teal); }
.treatment-stat-value { width: 26px; color: var(--ink); font-size: 10px; font-weight: 800; text-align: right; }
.admin-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.admin-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-input, .admin-select { min-height: 34px; padding: 8px 10px; border: 1px solid #deebe8; border-radius: 8px; outline: none; color: var(--ink); background: #fff; font-size: 10px; }
.admin-input:focus, .admin-select:focus { border-color: #73c1b4; }
.admin-button { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 8px 12px; border: 0; border-radius: 8px; color: #fff; background: var(--teal); font-size: 10px; font-weight: 800; cursor: pointer; }
.admin-button.secondary { color: var(--teal-dark); background: var(--mint); }
.admin-button:hover { filter: brightness(.96); }
.admin-status-select { padding: 5px 6px; border: 1px solid #deebe8; border-radius: 7px; color: var(--ink); font-size: 9px; }
.empty-state { padding: 42px 20px; color: var(--muted); font-size: 11px; text-align: center; }
.admin-overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.admin-list { display: grid; gap: 1px; }
.admin-list-item { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-top: 1px solid #eef4f2; }
.admin-list-item:first-child { border-top: 0; }
.admin-list-item > div:nth-child(2) { flex: 1; }
.admin-list-item strong, .admin-list-item small { display: block; }
.admin-list-item strong { color: var(--ink); font-size: 10px; }
.admin-list-item small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.admin-list-item > span { color: var(--muted); font-size: 9px; }
.admin-content-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 15px; }
.admin-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.admin-form label { display: grid; gap: 6px; margin-bottom: 13px; color: #60787a; font-size: 10px; font-weight: 700; }
.admin-form input, .admin-form textarea, .admin-form select { width: 100%; padding: 10px; border: 1px solid #deebe8; border-radius: 8px; outline: none; color: var(--ink); background: #fbfdfc; font-size: 10px; font-weight: 400; }
.admin-form textarea { resize: vertical; }
.admin-form input:focus, .admin-form textarea:focus { border-color: #73c1b4; }
.admin-info-banner { display: flex; gap: 10px; padding: 12px; margin-bottom: 15px; border-radius: 10px; color: #507076; background: var(--sky); font-size: 10px; line-height: 1.5; }
.admin-info-banner span { color: var(--teal); font-size: 15px; }
.mini-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.mini-stat { padding: 13px; border: 1px solid #e6efed; border-radius: 10px; background: #fbfdfc; }
.mini-stat strong, .mini-stat span { display: block; }
.mini-stat strong { font-family: Manrope, sans-serif; font-size: 22px; letter-spacing: -.06em; }
.mini-stat span { margin-top: 4px; color: var(--muted); font-size: 9px; }
.admin-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.admin-tag { padding: 6px 8px; border-radius: 99px; color: var(--teal-dark); background: var(--mint); font-size: 9px; font-weight: 700; }

@media (max-width: 1020px) {
  .container { width: min(100% - 42px, 1160px); }
  .main-nav { gap: 15px; }
  .header-inner { gap: 20px; }
  .about-grid { gap: 55px; }
  .booking-wrap, .testimonials-layout, .location-grid { gap: 45px; }
  .footer-main { gap: 28px; }
  .admin-main { padding-left: 27px; padding-right: 27px; }
  .admin-top { padding-left: 27px; padding-right: 27px; }
}
@media (max-width: 780px) {
  .container { width: min(100% - 32px, 600px); }
  .topbar-inner { gap: 8px; font-size: 9px; }
  .topbar-inner > span:nth-of-type(2), .topbar-inner > .topbar-separator { display: none; }
  .topbar-link { font-size: 9px; }
  .site-header { position: sticky; top: 0; }
  .header-inner { height: 70px; }
  .header-cta { display: none; }
  .menu-toggle { width: 34px; height: 34px; display: grid; place-content: center; gap: 4px; margin-left: auto; padding: 0; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 19px; height: 1px; display: block; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .main-nav { display: none; position: absolute; left: 16px; right: 16px; top: 70px; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.97); box-shadow: var(--shadow-soft); }
  .main-nav.open { display: grid; gap: 0; }
  .main-nav a { padding: 12px 9px; border-bottom: 1px solid #edf3f1; }
  .main-nav a:last-child { border-bottom: 0; }
  .nav-admin-link { padding-left: 9px; border-left: 0; }
  .hero { padding-top: 57px; }
  .hero-grid, .about-grid, .testimonials-layout, .faq-layout, .location-grid, .booking-wrap { grid-template-columns: 1fr; }
  .hero-grid { gap: 25px; }
  h1 { font-size: clamp(41px, 12vw, 59px); }
  .hero-description { font-size: 13px; }
  .hero-content { padding-bottom: 0; }
  .hero-visual { min-height: 400px; }
  .hero-image-wrap { width: calc(100% - 19px); height: 400px; border-radius: 125px 23px 23px 23px; }
  .rating-card { left: 0; bottom: 57px; }
  .appointment-card { right: -2px; bottom: 21px; }
  .trust-row { grid-template-columns: 1fr 1fr; gap: 16px 10px; margin-top: 22px; padding: 15px; }
  .trust-item { border-right: 0; }
  .trust-item:nth-child(odd) { border-right: 1px solid var(--line); }
  .trust-item-highlight { display: none; }
  .section { padding: 76px 0; }
  .about-grid { gap: 35px; }
  .about-visual { min-height: 400px; }
  .about-photo-main { height: 350px; }
  .about-photo-small { height: 170px; }
  .experience-badge { left: -5px; bottom: 33px; }
  .section-heading-row { display: grid; gap: 13px; margin-bottom: 28px; }
  .heading-side-copy { max-width: 360px; margin-bottom: 0; }
  .treatment-grid, .team-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .treatment-card { min-height: 198px; padding: 17px; }
  .team-photo { height: 230px; }
  .team-meta p { min-height: auto; }
  .process-grid, .results-grid, .admin-two-col, .admin-overview-grid, .admin-content-grid { grid-template-columns: 1fr; }
  .process-step { min-height: auto; }
  .testimonials-layout, .faq-layout, .location-grid { gap: 35px; }
  .booking-copy h2 { font-size: 43px; }
  .booking-form-card { padding: 24px 18px; }
  .results-grid { gap: 12px; }
  .result-card-large { grid-column: auto; }
  .map-card, .map-card iframe { min-height: 320px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 8px; }
  .footer-bottom > span:nth-child(2) { margin-left: 0; }
  .footer-credit { display: none; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
  .admin-shell { display: block; }
  .admin-sidebar { min-height: auto; padding: 13px 16px; }
  .admin-sidebar .brand { padding: 0; }
  .admin-sidebar .admin-menu-label, .admin-sidebar .admin-nav, .admin-sidebar-bottom { display: none; }
  .admin-sidebar::after { content: "Painel da clínica"; margin: 3px 0 0 49px; color: #7f9b9a; font-size: 9px; }
  .admin-top { min-height: 70px; padding: 0 16px; }
  .admin-date { display: none; }
  .admin-main { padding: 24px 16px 40px; }
  .admin-kpis { grid-template-columns: 1fr 1fr; }
  .admin-page-header { align-items: start; }
  .admin-page-header h2 { font-size: 22px; }
  .admin-toolbar { display: grid; }
  .admin-filters { display: grid; grid-template-columns: 1fr 1fr; }
  .admin-filters .admin-input { grid-column: 1 / -1; }
  .admin-button { justify-self: start; }
  .admin-form-grid { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 430px) {
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .treatment-grid, .team-grid, .blog-grid { grid-template-columns: 1fr; }
  .team-photo { height: 300px; }
  .team-card { padding: 10px 10px 22px; }
  .form-grid { grid-template-columns: 1fr; gap: 13px; }
  .testimonial-feature { padding: 28px 22px; }
  blockquote { font-size: 16px; }
  .booking-copy h2 { font-size: 39px; }
  .admin-kpis { gap: 8px; }
  .admin-kpi { padding: 13px; }
  .admin-kpi strong { font-size: 24px; }
}
