:root {
    --ink: #15323b;
    --muted: #5e7580;
    --blue: #62d7ee;
    --blue2: #dffaff;
    --mint: #dffcf2;
    --gold: #f6c65b;
    --wa: #25d366;
    --line: rgba(21, 50, 59, .12);
    --card: rgba(255, 255, 255, .78);
    --shadow: 0 24px 70px rgba(22, 79, 92, .16);
    --radius: 28px
}

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

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter, system-ui, Arial, sans-serif;
    color: var(--ink);
    background: #f7fdff;
    line-height: 1.5;
    overflow-x: hidden
}

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

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

.container {
    width: 100%;
    max-width: 1980px;
    margin: auto;
    padding: 0 20px
}

.skip {
    position: absolute;
    left: -999px
}

.skip:focus {
    left: 14px;
    top: 14px;
    z-index: 999;
    background: #fff;
    padding: 12px;
    border-radius: 12px
}

.topShell {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 clamp(16px, 4vw, 48px);
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    box-shadow: 0 12px 35px rgba(28, 109, 126, .08)
}

.brandMark {
    display: flex;
    align-items: center;
    gap: 2px;
    min-width: 0
}

.brandMark img {
    width: 56px;
    height: 56px;
    object-fit: contain
}

.brandMark strong {
    display: block;
    font-size: 18px;
    font-weight: 900
}

.brandMark small {
    display: block;
    color: var(--muted);
    font-weight: 700;
    font-size: 12px
}

.navDesk {
    display: flex;
    align-items: center;
    gap: 22px;
    color: #315864;
    font-weight: 800;
    font-size: 14px
}

.navDesk a:hover {
    color: #0098b6
}

.backSite {
    padding: 12px 18px;
    border-radius: 999px;
    background: #eefcff;
    border: 1px solid rgba(98, 215, 238, .35);
    font-weight: 900;
    color: #116074
}

.hero {
    position: relative;
    min-height: 720px;
    padding: 88px 0 120px;
    background: radial-gradient(circle at 82% 16%, rgba(246, 198, 91, .28), transparent 24%), radial-gradient(circle at 18% 10%, rgba(98, 215, 238, .30), transparent 28%), linear-gradient(135deg, #f8feff 0%, #e9fbff 48%, #fff7df 100%);
    overflow: hidden
}

.heroGrid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 58px;
    align-items: center
}

.eyebrow,
.kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .75);
    border: 1px solid rgba(98, 215, 238, .28);
    color: #078aa4;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 16px
}

.hero h1 {
    font-size: clamp(42px, 5.6vw, 76px);
    line-height: .98;
    letter-spacing: -2.5px;
    font-weight: 900;
    color: #12313a
}

.hero h1 span {
    color: #03a7c4
}

.lead {
    font-size: 19px;
    color: #476872;
    max-width: 590px;
    margin: 22px 0 28px
}

.heroActions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    cursor: pointer;
    border-radius: 999px;
    padding: 15px 22px;
    font-weight: 900;
    transition: .25s;
    min-height: 54px
}

.btn span b {
    display: block;
    line-height: 1.1
}

.btn span small {
    display: block;
    font-size: 11px;
    opacity: .82;
    margin-top: 2px
}

.btnWa {
    background: linear-gradient(135deg, #25d366, #19b957);
    color: #fff;
    box-shadow: 0 16px 34px rgba(37, 211, 102, .32)
}

.btnWa:hover,
.waFloat:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 42px rgba(37, 211, 102, .38)
}

.btnSoft {
    background: #fff;
    color: #147084;
    border: 1px solid rgba(98, 215, 238, .35);
    box-shadow: 0 12px 30px rgba(29, 121, 142, .10)
}

.btnSlim {
    min-height: 48px;
    padding: 13px 18px
}

.btnShine {
    position: relative;
    overflow: hidden
}

.btnShine:after {
    content: "";
    position: absolute;
    inset: -40% auto -40% -60%;
    width: 42%;
    transform: rotate(20deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
    animation: shine 3.1s infinite
}

@keyframes shine {
    0% {
        left: -60%
    }

    45%,
    100% {
        left: 130%
    }
}

.whatsMini {
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    border-radius:50%;
    background:rgba(255,255,255,.22);
    flex:0 0 34px
}
.whatsMini svg {
    width:25px;
    height:25px
}
.miniProof {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .75);
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, .9)
}

.miniProof img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    padding: 5px
}

.miniProof strong {
    display: block;
    font-size: 14px
}

.miniProof span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700
}

.heroVisual {
    position: relative;
    min-height: 540px
}

.heroPhoto.main {
    position: absolute;
    right: 0;
    top: 18px;
    width: min(100%, 560px);
    border-radius: 42px;
    overflow: hidden;
    box-shadow: 0 35px 90px rgba(22, 79, 92, .24);
    border: 10px solid rgba(255, 255, 255, .72);
    transform: rotate(2deg)
}

.heroPhoto img {
    width: 100%;
    height: 520px;
    object-fit: cover
}

.doctorFloat{
  position:absolute;
  left:-14px;
  bottom:-48px;
  z-index:30;

  width:420px;
  min-height:112px;

  display:grid;
  grid-template-columns:72px 1fr;
  align-items:center;
  gap:18px;

  background:rgba(255,255,255,.97);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.9);
  border-radius:22px;
  padding:18px 22px;

  box-shadow:
    0 24px 55px rgba(19,48,71,.16),
    0 8px 18px rgba(19,48,71,.08);
}

.doctorFloat > img{
  width:72px;
  height:72px;
  border-radius:18px;
  object-fit:cover;
  flex-shrink:0;
}

.doctorInfo{
  min-width:0;
}

.doctorName{
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:4px;
}

.doctorName strong{
  font-size:20px;
  line-height:1;
  color:#12313a;
  font-weight:900;
}

.doctorCheck{
  width:16px;
  height:16px;
  border-radius:50%;
  background:#22c55e;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 16px;
  margin-top:1px;
}

.doctorCheck svg{
  width:15px;
  height:15px;
  display:block;
}

.doctorCheck path{
  fill:none;
  stroke:#fff;
  stroke-width:3.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.doctorMeta{
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:8px;
}

.doctorMeta span{
  font-size:12px;
  color:#12313a;
  font-weight:900;
  display:block;
}

.doctorMeta small{
  font-size:12px;
  color:#6b7280;
  font-weight:700;
  display:block;
}

.doctorRating{
  display:flex;
  align-items:center;
  gap:6px;
  margin-top:0;
  margin-bottom:4px;
}

.doctorRating img{
  width:16px;
  height:16px;
  object-fit:contain;
}

.stars{
  color:#f5b400;
  font-size:12px;
  letter-spacing:.5px;
  line-height:1;
}

.doctorRating b{
  font-size:12px;
  color:#12313a;
  font-weight:900;
}

.doctorInfo em{
  display:block;
  font-style:normal;
  font-size:11px;
  color:#71808b;
  font-weight:700;
}

@media(max-width:768px){
  .doctorFloat{
    left:50%;
    bottom:-58px;
    transform:translateX(-50%);
    width:92%;
    max-width:380px;
    grid-template-columns:62px 1fr;
    gap:14px;
    padding:15px 16px;
  }

  .doctorFloat > img{
    width:62px;
    height:62px;
    border-radius:16px;
  }

  .doctorName strong{
    font-size:18px;
  }

  .doctorMeta{
    display:block;
    margin-bottom:7px;
  }

  .doctorMeta span,
  .doctorMeta small{
    display:block;
  }
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(3px);
    opacity: .65;
    display: none
}

.orb1 {
    width: 180px;
    height: 180px;
    right: 7%;
    top: 105px;
    background: #b9f3ff
}

.orb2 {
    width: 140px;
    height: 140px;
    left: 4%;
    bottom: 120px;
    background: #ffe7a2
}

.wave {
    position: absolute;
    left: 0;
    width: 100%;
    height: 110px;
    pointer-events: none
}

.wave svg {
    width: 100%;
    height: 100%;
    display: block
}

.waveBottom {
    bottom: -1px
}

.waveBottom path {
    fill: #fff
}

.waveTop {
    top: -1px
}

.waveTop path {
    fill: #fff
}

.trustBar {
    margin: 0 auto 0;
    max-width: 1980px;
    padding: 0 20px 64px;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.trustBarInner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column: 1 / -1;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 22px;
    padding: 22px;
    box-shadow: var(--shadow)
}

.trustBarInner div {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 0 12px;
    align-items: center;
    border-right: 1px solid var(--line);
    padding: 0 16px
}

.trustBarInner div:last-child {
    border-right: 0
}

.trustBarInner .lineIcon {
    grid-row: span 2;
    color: #0e9ab5;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center
}

.trustBarInner .lineIcon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.trustBarInner strong {
    font-size: 15px;
    display: block
}

.trustBarInner small {
    color: var(--muted);
    font-weight: 600;
    font-size: 12.5px
}

@media(max-width:768px) {
    .trustBarInner {
        grid-template-columns: 1fr 1fr;
        gap: 14px 0
    }

    .trustBarInner div {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 8px 6px
    }
}

.sectionPad {
    position: relative;
    padding: 96px 0
}

.sectionHead {
    max-width: 760px;
    margin-bottom: 34px
}

.sectionHead.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.sectionHead h2,
.sectionRow h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -1.2px
}

.sectionHead p,
.sectionRow p {
    margin-top: 14px;
    color: var(--muted);
    font-size: 17px
}

.benefits {
    background: #fff
}

.benefitGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.benefitCard {
    padding: 26px;
    border-radius: var(--radius);
    background: linear-gradient(180deg, #fff, #f3fcff);
    border: 1px solid var(--line);
    box-shadow: 0 14px 38px rgba(22, 79, 92, .08)
}

.benefitCard span {
    font-size: 34px
}

.benefitCard h3 {
    font-size: 20px;
    margin: 14px 0 8px
}

.benefitCard p {
    color: var(--muted);
    font-weight: 600
}

.results {
    background: linear-gradient(180deg, #f0fcff, #fff8e8)
}

.sectionRow {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px
}

.sectionRow>div {
    max-width: 760px
}

.caseGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.caseCard {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    min-height: 310px;
    cursor: pointer;
    box-shadow: var(--shadow);
    background: #fff
}

.caseCard img {
    width: 100%;
    height: 710px;
    object-fit: cover;
    transition: .35s
}

.caseCard:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 46%, rgba(5, 37, 46, .74))
}

.caseCard span,
.caseCard strong {
    position: absolute;
    left: 20px;
    z-index: 2;
    color: #fff
}

.caseCard span {
    bottom: 52px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #dcfaff
}

.caseCard strong {
    bottom: 22px;
    font-size: 20px
}

.caseCard:hover img {
    transform: scale(1.06)
}

.videoArea {
    background: #fff
}

.videoGrid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 44px;
    align-items: center
}

.videoText h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -1.1px
}

.videoText p {
    color: var(--muted);
    font-size: 18px;
    margin: 16px 0 22px
}

.videoCards {
    display: grid;
    grid-template-columns: 1fr 210px;
    gap: 18px;
    align-items: stretch
}

.videoFeature,
.videoMini {
    position: relative;
    border: 0;
    border-radius: 34px;
    overflow: hidden;
    background: #dffaff;
    box-shadow: var(--shadow);
    cursor: pointer
}

.videoFeature video {
    width: 100%;
    height: 430px;
    object-fit: cover
}

.videoMini video {
    width: 100%;
    height: 430px;
    object-fit: cover
}

.videoFeature:after,
.videoMini:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .38))
}

.videoFeature span,
.videoMini span {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    color: #0e9ab5;
    font-size: 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .24)
}

.videoFeature b {
    position: absolute;
    z-index: 2;
    left: 28px;
    bottom: 24px;
    color: #fff;
    font-size: 22px
}

.steps {
    background: linear-gradient(180deg, #fff, #effcff)
}

.stepGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.step {
    padding: 30px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 16px 40px rgba(22, 79, 92, .08)
}

.step b {
    font-size: 42px;
    color: #b9eef8
}

.step h3 {
    font-size: 23px;
    margin: 8px 0
}

.step p {
    color: var(--muted);
    font-weight: 600
}

.offer {
    background: #effcff
}

.offerBox {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 22px;
    padding: 42px;
    border-radius: 38px;
    background: linear-gradient(135deg, #12313a, #067f98);
    color: #fff;
    box-shadow: 0 32px 80px rgba(13, 107, 128, .24);
    position: relative;
    overflow: hidden
}

.offerBox:before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -80px;
    top: -90px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14)
}

.offerBox h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05
}

.offerBox p {
    color: rgba(255, 255, 255, .82);
    margin-top: 12px;
    max-width: 680px
}

.why {
    background: #fff
}

.whyGrid {
    display: grid;
    grid-template-columns: .78fr 1fr;
    gap: 50px;
    align-items: center
}

.whyImg {
    border-radius: 38px;
    overflow: hidden;
    background: linear-gradient(180deg, #e8fbff, #fff);
    box-shadow: var(--shadow)
}

.whyImg img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: bottom
}

.whyCopy h2 {
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.05;
    letter-spacing: -1.1px
}

.whyCopy p {
    color: var(--muted);
    font-size: 18px;
    margin: 16px 0 22px
}

.checkList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.checkList span {
    padding: 14px 16px;
    border-radius: 18px;
    background: #f0fcff;
    border: 1px solid var(--line);
    font-weight: 900;
    color: #23525d
}

.testimonials {
    background: linear-gradient(180deg, #f8feff, #fff)
}

.reviewGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.review {
    padding: 26px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(22, 79, 92, .08);
    border: 1px solid var(--line)
}

.review div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px
}

.review img{
    width:20px;
    height:auto;
    object-fit:contain;
    flex-shrink:0;
}

.review strong {
    color: #f5b400;
    letter-spacing: 2px
}

.review p {
    color: #456872;
    font-weight: 700;
    margin-bottom: 16px
}

.review b {
    color: #15323b
}

.faq {
    background: #fff
}

.faqGrid {
    max-width: 880px;
    margin: auto;
    display: grid;
    gap: 12px
}

.faqGrid details {
    background: #f6fdff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 0 20px
}

.faqGrid summary {
    padding: 19px 0;
    cursor: pointer;
    font-weight: 900;
    list-style: none
}

.faqGrid summary::-webkit-details-marker {
    display: none
}

.faqGrid summary:after {
    content: "+";
    float: right;
    color: #09a6c2;
    font-size: 24px;
    line-height: 1
}

.faqGrid details[open] summary:after {
    content: "–"
}

.faqGrid p {
    padding: 0 0 18px;
    color: var(--muted);
    font-weight: 600
}

.finalCta {
    padding: 90px 0;
    background: radial-gradient(circle at center top, rgba(98, 215, 238, .25), transparent 34%), linear-gradient(135deg, #102d36, #0b6e84);
    color: #fff;
    text-align: center
}

.finalBox {
    max-width: 820px
}

.finalBox h2 {
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.03;
    letter-spacing: -1.3px
}

.finalBox p {
    margin: 16px 0 24px;
    color: rgba(255, 255, 255, .82);
    font-size: 18px
}

.waFloat {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 60;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #25d366;
    display: grid;
    place-items: center;
    box-shadow: 0 18px 42px rgba(37, 211, 102, .36);
    transition: .25s
}

.waFloat .waIcon {
    width: 34px;
    height: 34px
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(5, 20, 25, .88);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px
}

.lightbox.is-open {
    display: flex
}

.lightboxClose {
    position: absolute;
    right: 22px;
    top: 18px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

.lightboxBody {
    max-width: min(980px, 96vw);
    max-height: 88vh;
    color: #fff;
    text-align: center
}

.lightboxBody img,
.lightboxBody video {
    max-height: 78vh;
    border-radius: 24px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35)
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease
}

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

@media(max-width:980px) {
    .topShell {
        height: auto;
        min-height: 72px
    }

    .navDesk {
        display: none
    }

    .brandMark small{
    display:block;
    color:#6d7c88;
    font-size:11px;
    font-weight:700;
    margin-top:2px;
}

    .hero {
        padding: 58px 0 95px;
        min-height: auto
    }

    .heroGrid,
    .videoGrid,
    .whyGrid {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .heroCopy {
        text-align: center
    }

    .heroActions,
    .miniProof {
        justify-content: center
    }

    .heroVisual {
        min-height: 430px
    }

    .heroPhoto.main {
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(1deg);
        width: min(94%, 560px)
    }

    .heroPhoto img {
        height: 390px
    }


    .benefitGrid,
    .caseGrid,
    .reviewGrid {
        grid-template-columns: 1fr 1fr
    }

    .sectionRow {
        display: block;
        text-align: center
    }

    .sectionRow .btn {
        margin-top: 18px
    }

    .videoCards {
        grid-template-columns: 1fr
    }

    .videoMini {
        display: none
    }

    .stepGrid {
        grid-template-columns: 1fr
    }

    .offerBox {
        grid-template-columns: 1fr;
        text-align: center
    }

    .offerBox .btn {
        margin: auto
    }

    .whyImg img {
        height: 480px
    }

    .checkList {
        grid-template-columns: 1fr
    }

    .backSite {
        font-size: 0;
        padding: 12px
    }

    .backSite:after {
        content: "Home";
        font-size: 14px
    }
}

@media(max-width:620px) {
    .container {
        padding: 0 16px
    }

    .brandMark img {
        width: 68px;
        height: 68px
    }

    .hero h1 {
        font-size: 40px;
        letter-spacing: -1.4px
    }

    .lead {
        font-size: 16px
    }

    .heroActions .btn {
        width: 100%
    }

    .benefitGrid,
    .caseGrid,
    .reviewGrid {
        grid-template-columns: 1fr
    }

    .sectionPad {
        padding: 72px 0
    }

    .caseCard,
    .caseCard img {
        height: 285px;
        min-height: 285px
    }

    .videoFeature video {
        height: 670px
    }

    .whyImg img {
        height: 410px
    }

    .offerBox {
        padding: 30px 20px;
        border-radius: 28px
    }

    .topShell {
        padding: 10px 14px
    }

    .waFloat {
        width: 58px;
        height: 58px;
        right: 14px;
        bottom: 14px
    }
}

.whatsMini {
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    border-radius:50%;
    background:rgba(255,255,255,.22);
    flex:0 0 34px
}
.whatsMini svg {
    width:25px;
    height:25px
}

@media(prefers-reduced-motion:reduce) {

    *,
    ::before,
    ::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important
    }
}

@media(max-width:768px){
  .videoArea .videoGrid{
    text-align:center;
  }

  .videoArea .videoText{
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  .videoArea .videoText h2,
  .videoArea .videoText p{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }

  .videoArea .videoText .kicker{
    margin-left:auto;
    margin-right:auto;
  }

  .videoArea .videoText .btn{
    margin-left:auto;
    margin-right:auto;
  }
}

/* ===========================
   Animação Botões WhatsApp
=========================== */

.btnWa,
.waFloat{
    animation: waPulse 2s ease-in-out infinite;
    transform-origin:center;
}

.btnWa:hover,
.waFloat:hover{
    animation-play-state:paused;
}

@keyframes waPulse{

    0%{
        transform:scale(1);
        box-shadow:
        0 16px 34px rgba(37,211,102,.30);
    }

    50%{
        transform:scale(1.04);
        box-shadow:
        0 22px 46px rgba(37,211,102,.45),
        0 0 0 10px rgba(37,211,102,.08);
    }

    100%{
        transform:scale(1);
        box-shadow:
        0 16px 34px rgba(37,211,102,.30);
    }
}

/* ===========================
   Popup de cupom - Clareamento + Limpeza grátis
=========================== */

.promoOverlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(10, 40, 48, .7);
    backdrop-filter: blur(10px)
}

.promoOverlay.is-open {
    display: flex
}

.promoModal {
    position: relative;
    width: min(460px, 100%);
    padding: 42px 34px;
    border-radius: var(--radius);
    background: linear-gradient(180deg, #fff, var(--blue2));
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    text-align: center;
    animation: promoIn .35s ease
}

.promoClose {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(21, 50, 59, .08);
    color: var(--ink);
    font-size: 26px;
    cursor: pointer
}

.promoKicker {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(98, 215, 238, .35);
    color: #078aa4;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 11.5px;
    font-weight: 900;
    margin-bottom: 14px
}

.promoModal h2 {
    font-size: clamp(24px, 4vw, 30px);
    line-height: 1.08;
    letter-spacing: -.6px;
    color: var(--ink);
    margin-bottom: 12px
}

.promoModal p {
    color: var(--muted);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px
}

.promoModal p strong {
    color: #078aa4
}

.promoTimer {
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(246, 198, 91, .16);
    border: 1px solid rgba(246, 198, 91, .4);
    color: #8a6414;
    font-weight: 800;
    margin-bottom: 20px
}

.promoGift {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 12px;
    cursor: pointer;
    padding: 14px 18px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #25d366, #19b957);
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(37, 211, 102, .3);
    transition: transform .2s, box-shadow .2s;
    animation: waPulse 2s ease-in-out infinite
}

.promoGift:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(37, 211, 102, .42)
}

.promoGift span {
    font-size: 20px;
    line-height: 1
}

.promoReveal {
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(246, 198, 91, .16), rgba(98, 215, 238, .12));
    border: 1px solid rgba(246, 198, 91, .32);
    margin-bottom: 16px
}

.promoReveal small {
    display: block;
    color: var(--muted);
    margin-bottom: 6px;
    font-weight: 700
}

.promoReveal > strong {
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 14px;
    background: #fff;
    color: #078aa4;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 14px;
    box-shadow: 0 8px 20px rgba(22, 79, 92, .12)
}

.promoOptions {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--ink);
    font-weight: 700;
    text-align: left;
    padding: 0 8px
}

.promoWhatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    border-radius: 999px;
    background: linear-gradient(135deg, #25d366, #19b957);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(37, 211, 102, .32);
    animation: waPulse 2s ease-in-out infinite
}

.promoNo {
    background: none;
    border: 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer
}

@keyframes promoIn {
    from {
        opacity: 0;
        transform: translateY(22px) scale(.96)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@media(max-width:520px) {
    .promoModal {
        padding: 34px 22px
    }
}