@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@300;400;500;600;700;800&display=swap');

:root {
  --ink: #071532;
  --navy: #051d55;
  --blue: #075af5;
  --electric: #04a9ff;
  --whatsapp: #25d366;
  --whatsapp-dark: #128c4a;
  --ice: #edf7ff;
  --paper: #f8fbff;
  --white: #fff;
  --line: rgba(7, 30, 74, .12);
  --shadow: 0 28px 80px rgba(5, 36, 96, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { background: var(--electric); color: white; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; max-width: 1400px; margin: auto; padding: 30px 5vw; display: flex; align-items: center; justify-content: space-between; color: white; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-logo { width: 62px; min-width: 62px; max-width: 62px; height: auto; object-fit: contain; object-position: center; }
.brand small { max-width: 72px; font-size: 8px; line-height: 1.3; letter-spacing: 1.5px; text-transform: uppercase; opacity: .7; }
.header-cta { width: 54px; height: 54px; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: grid; place-items: center; color: white; background: var(--whatsapp); box-shadow: 0 12px 28px rgba(12,126,65,.28); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.header-cta:hover { background: var(--whatsapp-dark); color: white; transform: translateY(-2px) scale(1.04); box-shadow: 0 16px 34px rgba(12,126,65,.38); }

.hero { position: relative; min-height: 920px; padding: 150px max(5vw, calc((100vw - 1260px)/2)) 70px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 7vw; overflow: hidden; color: white; background: linear-gradient(120deg, #06163a 0%, #052e86 53%, #0878f7 100%); }
.hero::before { content: ""; position: absolute; left: 42%; top: 50%; width: clamp(300px, 36vw, 580px); aspect-ratio: 800 / 291; transform: translate(-50%,-50%); background: url('public/dvk-logo.png') center / contain no-repeat; opacity: .055; pointer-events: none; }
.hero-copy { position: relative; z-index: 3; max-width: 670px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-size: 10px; font-weight: 700; letter-spacing: 2.3px; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; opacity: .7; }
.eyebrow.blue { color: var(--blue); }
.eyebrow.light { color: #80d9ff; }
.eyebrow.centered { justify-content: center; }
.hero h1, h2 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.055em; }
.hero h1 { font-size: clamp(53px, 5.5vw, 90px); line-height: .98; font-weight: 300; }
em { font-style: normal; font-weight: 800; }
.hero-lede { max-width: 450px; margin: 30px 0 32px; color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.65; }
.hero-actions { display: inline-flex; flex-direction: column; align-items: center; gap: 12px; }
.hero-actions small, .final-cta small { font-size: 10px; letter-spacing: 1.2px; opacity: .65; }
.button { min-height: 58px; padding: 0 24px; border: 0; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; text-transform: uppercase; letter-spacing: .8px; font-size: 12px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: linear-gradient(135deg, #08a4ff, #0560fb); box-shadow: 0 15px 40px rgba(0,139,255,.35); }
.button-primary:hover { box-shadow: 0 20px 50px rgba(0,139,255,.52); }
.button-whatsapp { color: white; background: linear-gradient(135deg, #2cdd70, var(--whatsapp-dark)); box-shadow: 0 15px 38px rgba(20, 156, 79, .3); }
.button-whatsapp:hover { background: linear-gradient(135deg, #24cf66, #0e7c40); box-shadow: 0 20px 50px rgba(20, 156, 79, .42); }
.wa-icon { width: 15px !important; min-width: 15px; max-width: 15px !important; height: 15px !important; min-height: 15px; max-height: 15px; flex: 0 0 15px; display: block; object-fit: contain; }
.header-cta .wa-icon { width: 24px !important; min-width: 24px; max-width: 24px !important; height: 24px !important; min-height: 24px; max-height: 24px; flex-basis: 24px; }
.hero-proof { margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); display: flex; gap: 34px; }
.hero-proof div { display: flex; gap: 10px; align-items: center; }
.hero-proof strong { font: 500 10px "Manrope"; color: #59c9ff; }
.hero-proof span { font-size: 10px; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: 1px; }

.hero-visual { position: relative; z-index: 2; justify-self: end; width: min(450px, 100%); }
.image-frame { position: relative; aspect-ratio: .74; border-radius: 28px; overflow: hidden; background: #0e69d9; box-shadow: 0 50px 110px rgba(0,9,44,.45); }
.image-frame::after { content: ""; position: absolute; z-index: 4; inset: 0; background: linear-gradient(180deg, transparent 64%, rgba(1,16,50,.24)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); border-radius: inherit; pointer-events: none; }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; overflow: hidden; background: #071532; animation: heroSwap 10s ease-in-out infinite both; }
.hero-slide-after { animation-delay: 5s; }
.hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide-backdrop { object-fit: cover; filter: blur(24px) brightness(.62); transform: scale(1.14); }
.hero-slide-photo { z-index: 1; object-fit: contain; object-position: center; }
.hero-slide figcaption { position: absolute; z-index: 5; top: 18px; left: 18px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; background: rgba(5,20,57,.72); color: white; font: 700 10px "Manrope", sans-serif; letter-spacing: 1.5px; text-transform: uppercase; backdrop-filter: blur(10px); }
@keyframes heroSwap { 0%, 44% { opacity: 1; } 50%, 94% { opacity: 0; } 100% { opacity: 1; } }
.image-shine { position: absolute; z-index: 3; inset: -20%; background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.15) 45%, transparent 60%); transform: translateX(-100%); animation: shine 8s ease-in-out infinite; pointer-events: none; }
@keyframes shine { 0%,65% { transform: translateX(-100%); } 85%,100% { transform: translateX(100%); } }
.floating-note { position: absolute; left: -72px; bottom: 55px; width: 180px; padding: 20px; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; background: rgba(9,37,101,.48); backdrop-filter: blur(22px); box-shadow: var(--shadow); }
.logo-mini { width: 43px; min-width: 43px; max-width: 43px; height: auto; display: block; object-fit: contain; }
.floating-note p { margin: 12px 0 0; font-size: 11px; line-height: 1.5; color: rgba(255,255,255,.75); }
.vertical-copy { position: absolute; right: -54px; top: 42%; margin: 0; transform: rotate(90deg); font-size: 8px; letter-spacing: 3px; opacity: .55; }

.section-pad { padding: 130px max(5vw, calc((100vw - 1260px)/2)); }
.section-intro { display: grid; grid-template-columns: 1fr 1.3fr; column-gap: 8vw; align-items: end; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.section-intro h2, .results h2, .experience h2 { font-size: clamp(45px, 5vw, 78px); line-height: 1; font-weight: 400; }
.section-intro > p:last-child { max-width: 480px; margin: 0 0 4px; color: #5c6b85; font-size: 16px; line-height: 1.8; }
.pillars { margin-top: 72px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.pillar { position: relative; min-height: 280px; padding: 36px; border-right: 1px solid var(--line); transition: background .3s, transform .3s; }
.pillar:first-child { border-left: 1px solid var(--line); }
.pillar:hover { background: white; transform: translateY(-6px); box-shadow: 0 25px 60px rgba(7,41,99,.08); }
.pillar-index { font-size: 9px; letter-spacing: 1px; color: #8290a8; }
.line-icon { width: 54px; height: 54px; margin: 42px 0 25px; border: 1px solid #a8c3e8; border-radius: 50%; display: grid; place-items: center; color: var(--blue); font-size: 22px; }
.pillar h3 { margin: 0 0 10px; text-transform: uppercase; font: 800 15px "Manrope"; letter-spacing: 1.5px; }
.pillar p { margin: 0; color: #718097; font-size: 13px; line-height: 1.5; }

.results { color: white; background: #061c50; overflow: hidden; }
.results-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 60px; }
.results-heading h2 { font-weight: 700; text-transform: uppercase; }
.results-heading > p { margin: 0 0 5px; color: #69ceff; font: 500 clamp(23px, 3vw, 42px) "Manrope"; letter-spacing: -.04em; }
.result-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.result-card { position: relative; overflow: hidden; border-radius: 24px; background: #092662; box-shadow: 0 22px 55px rgba(0, 8, 35, .24); }
.result-photo-wrap { aspect-ratio: 1 / 1.08; overflow: hidden; display: grid; place-items: center; background: #031336; }
.result-photo { width: 100%; height: 100%; object-fit: contain; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.result-card:hover .result-photo { transform: scale(1.025); }
.result-overlay { position: absolute; z-index: 2; top: 22px; left: 22px; right: 22px; display: flex; justify-content: space-between; align-items: center; font-size: 9px; letter-spacing: 1.6px; }
.result-overlay i { font-style: normal; opacity: .5; }
.result-caption { position: relative; z-index: 2; padding: 20px 24px 22px; background: linear-gradient(120deg, #092b70, #0748bc); }
.result-caption p { margin: 0 0 5px; font: 700 17px "Manrope"; }
.result-caption small { color: rgba(255,255,255,.58); }
.results-note { margin: 25px 0 0; font-size: 9px; letter-spacing: .5px; color: rgba(255,255,255,.4); }

.testimonials { background: #f8fbff; }
.testimonial-layout { margin-top: 70px; display: grid; gap: 22px; }
.video-testimonials { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.video-card { position: relative; grid-column: span 2; aspect-ratio: 16 / 10; min-height: 0; padding: 0; overflow: hidden; border: 0; border-radius: 24px; color: white; cursor: pointer; background: var(--navy); box-shadow: 0 24px 60px rgba(7,36,89,.16); text-align: left; }
.video-card:nth-child(4), .video-card:nth-child(5) { grid-column: span 3; aspect-ratio: 16 / 8.4; }
.video-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; inset: 0; transition: transform .6s; }
.video-card:hover img { transform: scale(1.04); }
.video-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,24,70,.05), rgba(3,24,70,.78)); }
.play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 58px; height: 58px; display: grid; place-items: center; padding-left: 4px; border-radius: 50%; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.7); backdrop-filter: blur(16px); transition: .3s; }
.video-card:hover .play { background: white; color: var(--blue); transform: translate(-50%,-50%) scale(1.08); }
.video-label { position: absolute; left: 30px; bottom: 30px; display: flex; flex-direction: column; gap: 5px; }
.video-label strong { font: 700 20px "Manrope"; }
.video-label small { opacity: .62; }
.written-testimonials { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.testimonial-card { padding: 50px; border: 1px solid var(--line); border-radius: 26px; display: flex; flex-direction: column; justify-content: space-between; background: white; }
.stars { color: #0879ff; font-size: 12px; letter-spacing: 5px; }
.testimonial-card blockquote { margin: 30px 0; font: 400 clamp(25px, 3vw, 39px)/1.35 "Manrope"; letter-spacing: -.04em; }
.person { display: flex; align-items: center; gap: 13px; }
.person > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ice); color: var(--blue); font-size: 10px; font-weight: 800; }
.person div { display: flex; flex-direction: column; gap: 3px; }
.person strong { font-size: 12px; }
.person small { color: #8090a8; font-size: 10px; }
.blue-card { border: 0; color: white; background: linear-gradient(120deg, #061d52, #075bed); }
.blue-card blockquote { margin: 20px 0; font-size: clamp(22px, 2.3vw, 32px); }
.mini-label { margin: 0; color: #71d2ff; font-size: 9px; letter-spacing: 1.8px; text-transform: uppercase; }
.text-link { align-self: start; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.text-link span { margin-left: 8px; }

.vivi { display: grid; grid-template-columns: .93fr 1.07fr; padding-top: 0; padding-bottom: 0; color: white; background: linear-gradient(135deg, #04173f, #0647c4); }
.vivi-photo { position: relative; min-height: 780px; overflow: hidden; margin-left: calc(-1 * max(5vw, calc((100vw - 1260px)/2))); }
.vivi-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.8) contrast(1.03); }
.vivi-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,22,61,.05), rgba(3,22,61,.3)); }
.vivi-photo > span { position: absolute; z-index: 2; right: -10px; bottom: 25px; font: 800 85px/.78 "Manrope"; letter-spacing: -7px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.4); text-align: right; }
.vivi-copy { padding: 100px 0 100px 8vw; max-width: 600px; }
.vivi-copy h2 { font-size: clamp(55px, 7vw, 104px); line-height: .9; font-weight: 300; }
.vivi-copy h3 { margin: 40px 0 25px; font: 600 20px "Manrope"; }
.vivi-copy > p { max-width: 480px; color: rgba(255,255,255,.65); line-height: 1.75; font-size: 14px; }
.vivi-copy blockquote { margin: 38px 0; padding-left: 22px; border-left: 2px solid #38bdff; font: 600 21px/1.45 "Manrope"; }
.vivi-evolution { grid-column: 1 / -1; padding: 90px max(5vw, calc((100vw - 1260px)/2)) 110px; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: minmax(260px, 380px) 1fr; align-items: center; gap: clamp(55px, 8vw, 120px); background: rgba(3,20,57,.28); }
.evolution-video { position: relative; width: 100%; max-width: 360px; justify-self: center; }
.evolution-video video { display: block; width: 100%; aspect-ratio: 9 / 16; max-height: 640px; object-fit: cover; border: 1px solid rgba(255,255,255,.22); border-radius: 28px; background: #031439; box-shadow: 0 38px 90px rgba(0,9,40,.38); }
.evolution-video > span { position: absolute; top: 18px; left: 18px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; background: rgba(3,20,57,.74); color: white; font: 700 9px "Manrope", sans-serif; letter-spacing: 1.4px; text-transform: uppercase; backdrop-filter: blur(10px); pointer-events: none; }
.evolution-story { max-width: 720px; }
.evolution-story h3 { max-width: 650px; margin: 18px 0 24px; font: 600 clamp(34px, 4vw, 58px)/1.05 "Manrope", sans-serif; letter-spacing: -.04em; }
.evolution-story > p:not(.eyebrow) { max-width: 660px; margin: 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.8; }
.evolution-points { margin-top: 38px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.evolution-points article { min-height: 130px; padding: 24px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.evolution-points strong, .evolution-points span { display: block; }
.evolution-points strong { margin-bottom: 8px; font: 700 14px "Manrope", sans-serif; color: #75d6ff; }
.evolution-points span { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.55; }
.evolution-story blockquote { margin: 38px 0 0; padding-left: 22px; border-left: 2px solid #38bdff; font: 600 20px/1.45 "Manrope", sans-serif; }
.button-white { color: var(--navy); background: white; box-shadow: 0 18px 50px rgba(0,11,49,.24); }

.experience-heading { display: flex; justify-content: space-between; align-items: flex-start; }
.experience-heading h2 { max-width: 800px; }
.mosaic { margin-top: 70px; display: grid; grid-template-columns: 1fr .8fr 1.3fr; grid-template-rows: 320px 260px; gap: 18px; }
.mosaic-photo { position: relative; margin: 0; overflow: hidden; border-radius: 23px; background: var(--navy); }
.mosaic-photo.tall { grid-row: span 2; }
.mosaic-photo.wide { grid-column: span 2; }
.photo { position: absolute; inset: 0; background-image: linear-gradient(180deg, transparent 40%, rgba(3,21,58,.75)), url('public/vivi-hero.jpg'); background-size: cover; transition: transform .6s; }
.mosaic-photo:hover .photo { transform: scale(1.04); }
.crop-three { background-position: 52% 50%; }
.crop-four { background-position: 50% 26%; }
.mosaic-photo figcaption { position: absolute; z-index: 2; left: 26px; bottom: 24px; color: white; font: 600 16px "Manrope"; }
.mosaic-word { padding: 34px; border-radius: 23px; display: flex; flex-direction: column; justify-content: space-between; color: white; background: #0968f9; }
.mosaic-word span { font-size: 9px; letter-spacing: 2px; opacity: .7; }
.mosaic-word strong { font: 800 clamp(35px, 4vw, 58px)/.92 "Manrope"; letter-spacing: -.06em; }
.mosaic-statement { padding: 36px; border: 1px solid var(--line); border-radius: 23px; display: flex; flex-direction: column; justify-content: space-between; background: white; }
.mosaic-statement .logo-mini { width: 45px; }
.mosaic-statement p { max-width: 240px; margin: 0; font: 600 18px/1.4 "Manrope"; }

.final-cta { position: relative; min-height: 720px; padding: 140px 5vw; display: grid; place-items: center; overflow: hidden; color: white; text-align: center; background: radial-gradient(circle at 50% 50%, #0967f8 0%, #052d86 38%, #03163e 78%); }
.final-cta::before { content: ""; position: absolute; width: min(82vw, 1100px); aspect-ratio: 800 / 291; background: url('public/dvk-logo.png') center / contain no-repeat; opacity: .028; }
.cta-orbit { position: absolute; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 100px rgba(0,171,255,.2), inset 0 0 100px rgba(0,171,255,.15); }
.final-cta > div:last-child { position: relative; z-index: 2; }
.final-cta h2 { font-size: clamp(68px, 9vw, 132px); line-height: .8; font-weight: 300; }
.final-cta > div > p:not(.eyebrow) { margin: 35px 0 30px; color: rgba(255,255,255,.7); }
.button-large { min-height: 68px; padding: 0 32px; }
.final-cta small { display: block; margin-top: 15px; }

footer { padding: 42px max(5vw, calc((100vw - 1260px)/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; background: #03163e; }
.footer-brand .brand-logo { width: 58px; }
.footer-links { display: flex; gap: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
footer > p { justify-self: end; margin: 0; color: #8490a5; font-size: 10px; }

.floating-wa { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: 60px; height: 60px; padding: 0; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--whatsapp); box-shadow: 0 15px 35px rgba(12,126,65,.34); transition: transform .25s, background .25s, box-shadow .25s; }
.floating-wa:hover { transform: translateY(-3px) scale(1.04); background: var(--whatsapp-dark); box-shadow: 0 19px 42px rgba(12,126,65,.42); }
.floating-wa .wa-icon { width: 27px !important; min-width: 27px; max-width: 27px !important; height: 27px !important; min-height: 27px; max-height: 27px; flex-basis: 27px; }

.video-modal { width: min(1180px, calc(100% - 28px)); max-height: calc(100dvh - 28px); padding: 0; border: 0; border-radius: 24px; color: var(--ink); background: #020817; box-shadow: 0 40px 120px rgba(0,12,45,.58); overflow: hidden; }
.video-modal[open] { display: grid; grid-template-rows: auto auto; animation: modal-in .3s ease; }
.video-modal::backdrop { background: rgba(2,14,42,.75); backdrop-filter: blur(10px); }
@keyframes modal-in { from { opacity: 0; transform: translateY(15px) scale(.98); } }
.modal-close { position: absolute; z-index: 6; top: 12px; right: 12px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: white; background: rgba(2,12,35,.66); backdrop-filter: blur(12px); cursor: pointer; font-size: 25px; }
.modal-video { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #000; }
.modal-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; pointer-events: none; }
.player-mask { position: absolute; z-index: 2; left: 0; right: 0; pointer-events: none; }
.player-mask-top { top: 0; height: 64px; background: linear-gradient(180deg, rgba(0,0,0,.72), transparent); }
.player-mask-bottom { bottom: 0; height: 64px; background: linear-gradient(0deg, rgba(0,0,0,.78), transparent); }
.video-toggle { position: absolute; z-index: 4; left: 50%; bottom: 14px; transform: translateX(-50%); height: 34px; padding: 0 15px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: white; background: rgba(2,12,35,.7); backdrop-filter: blur(12px); cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.video-toggle span { font-size: 12px; }
.modal-copy { padding: 14px 22px 16px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: white; }
.modal-copy .eyebrow { margin: 0 0 5px; font-size: 8px; }
.modal-copy h2 { font-size: clamp(19px, 2.3vw, 27px); line-height: 1; }
.modal-copy > p { margin: 0; color: #7a879a; font-size: 9px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .image-shine { animation: none; } }

@media (min-width: 901px) {
  .hero { min-height: 840px; padding-top: 125px; padding-bottom: 55px; gap: 5vw; }
  .hero h1 { font-size: clamp(54px, 5vw, 80px); }
  .hero-lede { margin: 24px 0 27px; font-size: 16px; }
  .hero-proof { margin-top: 48px; }
  .hero-visual { width: min(410px, 100%); }
  .floating-note { left: -58px; bottom: 42px; width: 165px; padding: 18px; }

  .section-pad { padding-top: 100px; padding-bottom: 100px; }
  .section-intro h2, .results h2, .experience h2 { font-size: clamp(45px, 4.4vw, 68px); }
  .pillars { margin-top: 54px; }
  .pillar { min-height: 220px; padding: 28px 32px; }
  .line-icon { margin: 25px 0 19px; }

  .results-heading { margin-bottom: 44px; }
  .result-card { border-radius: 18px; }
  .result-caption { padding: 15px 17px 17px; }
  .result-caption p { font-size: 14px; }
  .result-overlay { top: 16px; left: 16px; right: 16px; font-size: 8px; }

  .testimonial-layout { margin-top: 52px; }
  .video-card { border-radius: 18px; }
  .video-label { left: 18px; bottom: 18px; }
  .video-label strong { font-size: 15px; }
  .play { width: 46px; height: 46px; }
  .testimonial-card { padding: 38px; }
  .testimonial-card blockquote { font-size: clamp(24px, 2.4vw, 33px); }

  .vivi-photo { min-height: 680px; }
  .vivi-copy { padding-top: 78px; padding-bottom: 78px; }
  .vivi-copy h2 { font-size: clamp(58px, 6vw, 84px); }
  .vivi-copy h3 { margin-top: 30px; }
  .vivi-evolution { padding-top: 78px; padding-bottom: 90px; grid-template-columns: minmax(250px, 320px) 1fr; gap: clamp(55px, 6vw, 90px); }
  .evolution-video { max-width: 300px; }
  .evolution-video video { max-height: 535px; border-radius: 23px; }
  .evolution-story h3 { font-size: clamp(34px, 3.5vw, 48px); }
  .evolution-points { margin-top: 30px; }
  .evolution-points article { min-height: 108px; padding: 19px 20px; }
  .evolution-story blockquote { margin-top: 30px; font-size: 18px; }

  .mosaic { margin-top: 52px; grid-template-rows: 270px 220px; }
  .final-cta { min-height: 620px; padding-top: 105px; padding-bottom: 105px; }
  .final-cta h2 { font-size: clamp(68px, 8vw, 112px); }
}

@media (min-width: 1180px) {
  .result-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .result-photo-wrap { aspect-ratio: .86; }
  .video-testimonials { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
  .video-card, .video-card:nth-child(4), .video-card:nth-child(5) { grid-column: auto; aspect-ratio: 16 / 11; }
  .video-label strong { font-size: 13px; }
  .video-label small { font-size: 9px; }
}

@media (max-width: 900px) {
  .site-header { padding: 22px 20px; }
  .header-cta { width: 46px; height: 46px; padding: 0; }
  .header-cta .wa-icon { width: 21px !important; min-width: 21px; max-width: 21px !important; height: 21px !important; min-height: 21px; max-height: 21px; flex-basis: 21px; }
  .brand-logo { width: 52px; min-width: 52px; max-width: 52px; height: auto; }
  .hero { min-height: auto; padding: 120px 20px 65px; grid-template-columns: 1fr; gap: 55px; }
  .hero::before { top: 45%; left: 40%; width: 82vw; }
  .hero-copy { max-width: none; }
  .hero h1 { font-size: clamp(50px, 14vw, 70px); }
  .hero-lede { font-size: 15px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 38px; gap: 10px; justify-content: space-between; }
  .hero-proof div { display: block; }
  .hero-proof strong { display: block; margin-bottom: 5px; }
  .hero-proof span { font-size: 8px; }
  .hero-visual { width: 88%; justify-self: center; }
  .floating-note { left: -25px; bottom: 25px; width: 155px; }
  .vertical-copy { display: none; }
  .section-pad { padding: 90px 20px; }
  .section-intro { grid-template-columns: 1fr; gap: 25px; }
  .section-intro h2, .results h2, .experience h2 { font-size: clamp(43px, 12vw, 61px); }
  .pillars { margin-top: 50px; grid-template-columns: 1fr; }
  .pillar, .pillar:first-child { min-height: auto; padding: 25px 12px; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 40px 54px 1fr; align-items: center; gap: 12px; }
  .pillar .line-icon { margin: 0; }
  .pillar h3 { margin: 0; }
  .pillar p { grid-column: 3; }
  .results-heading { align-items: flex-start; flex-direction: column; gap: 17px; }
  .result-grid { grid-template-columns: 1fr; }
  .result-photo-wrap { aspect-ratio: 1 / 1.06; }
  .video-testimonials { grid-template-columns: 1fr; }
  .video-card, .video-card:nth-child(4), .video-card:nth-child(5) { grid-column: auto; aspect-ratio: 16 / 10; }
  .video-card { min-height: 0; }
  .written-testimonials { grid-template-columns: 1fr; }
  .testimonial-card { padding: 30px; min-height: 340px; }
  .vivi { padding: 0; grid-template-columns: 1fr; }
  .vivi-photo { margin: 0; min-height: 650px; }
  .vivi-copy { padding: 80px 20px; }
  .vivi-evolution { padding: 70px 20px 85px; grid-template-columns: 1fr; gap: 55px; }
  .evolution-video { max-width: 330px; }
  .evolution-story { max-width: none; }
  .evolution-points { grid-template-columns: 1fr; }
  .evolution-points article { min-height: auto; }
  .experience-heading { display: block; }
  .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 470px 230px 330px; }
  .mosaic-photo.tall { grid-row: auto; grid-column: span 2; }
  .mosaic-photo.wide { grid-column: span 2; }
  .mosaic-word, .mosaic-statement { padding: 25px; }
  .mosaic-word strong { font-size: 35px; }
  .mosaic-statement p { font-size: 15px; }
  .final-cta { min-height: 690px; padding: 100px 20px; }
  .final-cta h2 { font-size: clamp(70px, 22vw, 104px); }
  .final-cta .button { width: 100%; }
  footer { padding: 42px 20px 105px; grid-template-columns: 1fr auto; row-gap: 35px; }
  footer > p { grid-column: span 2; justify-self: start; }
  .footer-links { gap: 14px; flex-direction: column; align-items: flex-end; }
  .floating-wa { right: 14px; bottom: 14px; }
  .floating-wa { width: 54px; height: 54px; padding: 0; }
  .floating-wa .wa-icon { width: 24px !important; min-width: 24px; max-width: 24px !important; height: 24px !important; min-height: 24px; max-height: 24px; flex-basis: 24px; }
  .video-modal { width: calc(100% - 12px); max-height: calc(100dvh - 12px); border-radius: 18px; }
  .video-modal[open] { display: grid; }
  .modal-video { aspect-ratio: 16 / 9; }
  .modal-copy { padding: 11px 14px 13px; gap: 12px; }
  .modal-copy h2 { font-size: 17px; }
  .modal-copy > p { font-size: 7px; }
  .modal-close { top: 8px; right: 8px; width: 34px; height: 34px; }
  .player-mask-top, .player-mask-bottom { height: 48px; }
  .video-toggle { bottom: 8px; height: 30px; padding: 0 12px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 49px; }
  .button { padding: 0 16px; font-size: 10px; }
  .image-frame { aspect-ratio: .72; border-radius: 22px; }
  .testimonial-card blockquote { font-size: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { animation: none; }
  .hero-slide-before { opacity: 1; }
  .hero-slide-after { display: none; }
}
