@font-face {
  font-family: "Geist";
  src: url("geist-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-geist-sans: "Geist";
  --ink: #102f3b;
  --teal: #315e70;
  --teal-deep: #173f4d;
  --gold: #c19a18;
  --gold-light: #e7ca68;
  --paper: #f7f5ed;
  --white: #fffef9;
  --muted: #61737a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

main {
  position: relative;
  min-height: 100vh;
  padding-top: 102px;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(16,47,59,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,47,59,.022) 1px, transparent 1px);
  background-size: 54px 54px;
}
.ambient { position: absolute; border-radius: 999px; filter: blur(4px); pointer-events: none; }
.ambient-one { width: 520px; height: 520px; right: -260px; top: 180px; background: rgba(193,154,24,.12); }
.ambient-two { width: 420px; height: 420px; left: -320px; top: 760px; border: 90px solid rgba(49,94,112,.07); }

.site-header {
  width: min(1240px, calc(100% - 32px));
  min-height: 86px;
  margin: 0;
  padding: 7px 12px 7px 22px;
  display: grid;
  grid-template-columns: 178px minmax(300px, 1fr) 204px;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(16,47,59,.11);
  border-radius: 20px;
  background: rgba(255,254,249,.82);
  box-shadow: 0 14px 40px rgba(16,47,59,.07);
  backdrop-filter: blur(18px);
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.brand { width: 146px; height: 72px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.brand img { width: 146px; height: 146px; flex: 0 0 auto; object-fit: contain; display: block; mix-blend-mode: multiply; }
.site-header nav { display: flex; justify-content: center; gap: clamp(19px, 2.4vw, 34px); font-size: 12px; font-weight: 800; color: #36535e; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.site-header nav a:hover::after { width: 100%; }
.header-cta { width: 100%; min-height: 60px; display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; background: var(--gold); color: var(--ink); padding: 15px 17px 15px 21px; border: 2px solid var(--ink); border-radius: 16px; font-size: 12px; font-weight: 950; white-space: nowrap; box-shadow: 5px 5px 0 var(--ink); transition: transform .2s ease, box-shadow .2s ease; animation: ctaPulse 2.6s ease-in-out infinite; }
.header-cta > span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; }
.header-cta:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--ink); }

.hero {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 58px;
  padding: 72px 0 88px;
  position: relative;
  z-index: 2;
}
.hero::after {
  content: "MNL";
  position: absolute;
  right: -62px;
  top: 20px;
  color: rgba(49,94,112,.045);
  font-size: 260px;
  font-weight: 950;
  letter-spacing: -.11em;
  z-index: -1;
}
.hero-index { display: inline-flex; margin-bottom: 20px; color: rgba(16,47,59,.52); font-size: 9px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--teal); font-size: 11px; line-height: 1.4; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--gold); }
.hero h1 { margin: 0; max-width: 650px; font-size: clamp(60px, 6.35vw, 92px); line-height: .91; letter-spacing: -.075em; font-weight: 920; text-wrap: balance; }
.hero h1 em { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.05em; }
.hero-lead { max-width: 615px; margin: 30px 0 0; color: #45606a; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 59px; padding: 16px 20px 16px 28px; border: 2px solid var(--ink); border-radius: 999px; font-weight: 950; font-size: 13px; letter-spacing: .015em; position: relative; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.button > span:last-child { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; position: relative; z-index: 2; }
.button::before { content: ""; position: absolute; top: -30%; bottom: -30%; left: -45px; width: 22px; background: rgba(255,255,255,.5); transform: rotate(18deg); transition: left .55s ease; }
.button:hover::before { left: calc(100% + 30px); }
.button-primary { background: var(--gold); color: var(--ink); box-shadow: 7px 7px 0 var(--ink), 0 18px 36px rgba(193,154,24,.25); animation: ctaPulse 2.6s ease-in-out infinite; }
.button-primary:hover { transform: translate(-3px,-3px); box-shadow: 10px 10px 0 var(--ink), 0 22px 42px rgba(193,154,24,.3); }
.text-link { font-size: 13px; font-weight: 800; color: var(--teal); display: inline-flex; gap: 8px; align-items: center; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 28px; color: #536b73; font-size: 12px; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.check-icon { width: 19px; height: 19px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--gold); color: white; font-size: 11px; font-style: normal; flex: 0 0 auto; }

.hero-visual { min-height: 540px; position: relative; }
.hero-banknote { position: absolute; height: auto; pointer-events: none; filter: drop-shadow(0 22px 22px rgba(16,47,59,.2)); animation: drift 7s ease-in-out infinite; }
.hero-banknote-50 { z-index: 3; width: 300px; right: -118px; top: -82px; opacity: .88; transform: rotate(12deg); }
.hero-banknote-100 { z-index: 3; width: 255px; left: -105px; bottom: -26px; opacity: .82; transform: rotate(-14deg); animation-delay: -3.4s; }
.logo-stage { position: absolute; z-index: 2; inset: 16px 8px 42px 40px; padding: 21px; background: var(--teal-deep); color: white; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; box-shadow: 0 34px 80px rgba(14,47,59,.25); overflow: hidden; }
.logo-stage::before { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; right: -155px; top: -145px; box-shadow: 0 0 0 54px rgba(255,255,255,.033), 0 0 0 108px rgba(255,255,255,.022); }
.logo-stage::after { content: ""; position: absolute; left: 0; right: 0; bottom: 77px; height: 1px; background: rgba(255,255,255,.12); }
.stage-topline { min-height: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; position: relative; z-index: 2; }
.logo-kicker { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; color: var(--gold-light); font-weight: 900; }
.stage-status { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.54); font-size: 8px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.stage-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 4px rgba(231,202,104,.13); }
.logo-window { height: 300px; margin-top: 16px; background: #fff; border-radius: 18px; overflow: hidden; position: relative; box-shadow: inset 0 0 0 1px rgba(16,47,59,.06); }
.logo-window img { width: 112%; max-width: none; margin: 0; display: block; transform: translate(-5.5%, -77px); }
.stage-footer { min-height: 63px; padding-top: 16px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; position: relative; z-index: 2; }
.stage-footer p { margin: 0; max-width: 270px; color: rgba(255,255,255,.68); line-height: 1.45; font-size: 11px; }
.stage-footer > span { color: var(--gold-light); font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .16em; }
.price-card { position: absolute; z-index: 5; right: -34px; bottom: -2px; width: 202px; min-height: 202px; padding: 27px; background: var(--gold); color: var(--ink); border: 7px solid var(--paper); border-radius: 50%; transform: rotate(4deg); box-shadow: 0 22px 54px rgba(73,58,5,.28), 0 0 0 8px rgba(193,154,24,.18); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.price-card::before { content: ""; position: absolute; inset: 10px; border: 1px dashed rgba(16,47,59,.42); border-radius: 50%; }
.price-card span, .price-card em { display: block; width: 100%; position: relative; z-index: 2; text-align: center; font-size: 10px; line-height: 1.4; font-style: normal; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.price-card strong { display: flex; width: 100%; align-items: baseline; justify-content: center; gap: 6px; margin: 8px 0 6px; font-size: 70px; line-height: .9; letter-spacing: -.08em; position: relative; z-index: 2; }
.price-card strong small { font-size: 17px; letter-spacing: 0; }
.mini-card { position: absolute; z-index: 4; display: inline-flex; gap: 9px; align-items: center; padding: 12px 15px; background: rgba(255,254,249,.92); border: 1px solid rgba(16,47,59,.09); box-shadow: 0 12px 32px rgba(16,47,59,.15); backdrop-filter: blur(10px); border-radius: 999px; color: var(--ink); font-size: 11px; font-weight: 900; }
.mini-card .check-icon { width: 18px; height: 18px; }
.mini-card-one { left: -12px; top: 96px; transform: rotate(-3deg); }
.mini-card-two { left: 5px; bottom: 63px; transform: rotate(2deg); }
.visual-code { position: absolute; right: -69px; top: 230px; transform: rotate(90deg); color: rgba(16,47,59,.42); font-size: 8px; font-weight: 900; letter-spacing: .23em; }

.floating-notes { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.money-note { position: absolute; width: 230px; height: auto; object-fit: contain; opacity: .55; filter: drop-shadow(0 20px 20px rgba(16,47,59,.18)); animation: drift 8s ease-in-out infinite; will-change: translate; }
.note-one { top: 120px; left: -45px; width: 270px; transform: rotate(-17deg); opacity: .62; }
.note-two { top: 900px; right: -20px; width: 285px; transform: rotate(14deg); animation-delay: -2.8s; opacity: .68; }
.note-three { top: 1530px; left: -35px; width: 245px; transform: rotate(12deg); animation-delay: -4.5s; opacity: .5; }
.note-four { top: 2460px; right: -28px; width: 270px; transform: rotate(-11deg); animation-delay: -1.2s; opacity: .62; }
.note-five { top: 3500px; left: -25px; width: 255px; transform: rotate(17deg); animation-delay: -5.2s; opacity: .5; }
.note-six { top: 4720px; right: -35px; width: 285px; transform: rotate(10deg); animation-delay: -3.6s; opacity: .62; }
@keyframes drift { 0%,100% { translate: 0 0; } 50% { translate: 0 -28px; } }
@keyframes ctaPulse { 0%,100% { filter: brightness(1); } 50% { filter: brightness(1.08); } }

.problem-strip { min-height: 94px; background: var(--ink); color: white; padding: 0 22px; position: relative; z-index: 2; overflow: hidden; }
.strip-track { min-height: 94px; width: min(1180px, 100%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: clamp(18px, 4vw, 64px); }
.problem-strip p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2vw, 28px); font-style: italic; white-space: nowrap; }
.problem-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

.welcome-video {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 112px 0 28px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.welcome-video::before {
  content: "PLAY";
  position: absolute;
  left: -68px;
  bottom: -26px;
  color: rgba(49,94,112,.045);
  font-size: 164px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.09em;
  pointer-events: none;
}
.welcome-video-copy { position: relative; z-index: 2; }
.welcome-video-copy h2 { margin: 0; font-size: clamp(43px, 4.7vw, 67px); line-height: 1; letter-spacing: -.058em; }
.welcome-video-copy > p:not(.eyebrow) { margin: 25px 0 28px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.video-meta { display: flex; align-items: center; gap: 12px; color: var(--teal); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.video-meta i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.video-frame { position: relative; overflow: hidden; background: var(--ink); color: white; }
.video-frame-main { aspect-ratio: 16 / 9; min-height: 430px; border-radius: 32px; border: 1px solid rgba(16,47,59,.15); box-shadow: 0 28px 70px rgba(16,47,59,.2); isolation: isolate; }
.video-frame-main::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(120deg, rgba(16,47,59,.08) 20%, rgba(16,47,59,.92) 100%); }
.video-frame-main::after { content: ""; position: absolute; z-index: 1; width: 340px; height: 340px; right: -150px; top: -150px; border: 1px solid rgba(231,202,104,.27); border-radius: 50%; box-shadow: 0 0 0 56px rgba(231,202,104,.055), 0 0 0 112px rgba(231,202,104,.025); }
.video-frame-brand { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(145deg, #ead987 0%, #d7b944 42%, #b98c12 100%); }
.video-frame-brand img { width: min(70%, 520px); mix-blend-mode: multiply; filter: saturate(.86) contrast(1.04); transform: translateY(-5%); }
.video-frame-overlay { position: absolute; z-index: 3; inset: 0; padding: 30px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: 1fr auto; align-items: end; gap: 22px; }
.video-number { align-self: start; color: rgba(255,255,255,.72); font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.play-button { width: 82px; height: 82px; display: grid; place-items: center; align-self: center; justify-self: center; grid-row: 1 / -1; grid-column: 2; border: 2px solid var(--ink); border-radius: 50%; background: var(--gold-light); color: var(--ink); box-shadow: 7px 7px 0 var(--ink), 0 16px 36px rgba(16,47,59,.28); font-size: 24px; text-indent: 4px; }
.video-frame-overlay > div { display: flex; flex-direction: column; gap: 4px; }
.video-frame-overlay strong { font-size: 18px; letter-spacing: -.02em; }
.video-frame-overlay small { color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }

.audience { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0; position: relative; z-index: 2; }
.section-heading { max-width: 710px; }
.section-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.7; font-size: 16px; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 52px; }
.audience-card { min-height: 410px; border-radius: 28px; padding: 38px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid rgba(255,255,255,.13); transition: transform .25s ease, box-shadow .25s ease; }
.audience-card:hover { transform: translateY(-7px); box-shadow: 0 26px 60px rgba(16,47,59,.14); }
.audience-card::after { content: ""; position: absolute; width: 210px; height: 210px; border: 1px solid currentColor; opacity: .1; border-radius: 50%; right: -100px; bottom: -100px; box-shadow: 0 0 0 42px currentColor; }
.audience-dark { background: var(--teal-deep); color: white; }
.audience-gold { background: #e3c65d; color: var(--ink); }
.card-number { opacity: .6; font-family: Georgia, "Times New Roman", serif; font-style: italic; }
.route-top { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.route-top > span:last-child { opacity: .55; font-size: 8px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.card-label { margin: 40px 0 12px; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 900; }
.audience-card h3 { max-width: 470px; margin: 0; font-size: clamp(27px, 3vw, 40px); line-height: 1.08; letter-spacing: -.04em; }
.audience-card > p:not(.card-label) { max-width: 500px; margin: 18px 0 30px; opacity: .78; line-height: 1.65; font-size: 14px; }
.audience-card a { margin-top: auto; display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 900; border-bottom: 1px solid currentColor; padding-bottom: 5px; }

.method { background: var(--teal-deep); color: white; padding: 118px 24px; position: relative; z-index: 2; overflow: hidden; }
.method::before { content: ""; position: absolute; width: 460px; height: 460px; left: -260px; top: -240px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
.method-shell { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; position: relative; }
.eyebrow-light { color: var(--gold-light); }
.method-intro { position: sticky; top: 36px; }
.method-intro h2 { margin: 0; font-size: clamp(48px, 5.6vw, 76px); line-height: .98; letter-spacing: -.06em; }
.method-intro h2 em { display: block; color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.method-intro > p:not(.eyebrow) { max-width: 470px; margin: 26px 0 32px; color: rgba(255,255,255,.68); line-height: 1.75; }
.button-gold { background: var(--gold); color: var(--ink); box-shadow: 7px 7px 0 rgba(0,0,0,.75), 0 18px 36px rgba(0,0,0,.16); }
.button-gold:hover { transform: translate(-3px,-3px); box-shadow: 10px 10px 0 rgba(0,0,0,.75), 0 22px 42px rgba(0,0,0,.2); }
.steps { border-top: 1px solid rgba(255,255,255,.13); }
.step-card { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.step-card > span { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-style: italic; }
.step-card h3 { margin: 0 0 10px; font-size: 23px; letter-spacing: -.025em; }
.step-card p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.65; font-size: 14px; }

.toolkit { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 118px 0; position: relative; z-index: 2; }
.toolkit-copy { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; }
.toolkit-copy .eyebrow { grid-column: 1 / -1; margin-bottom: -28px; }
.toolkit-copy h2 { margin: 0; max-width: 720px; font-size: clamp(43px, 5.4vw, 74px); line-height: 1; letter-spacing: -.06em; }
.toolkit-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.75; }
.toolkit-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; margin-top: 58px; }
.tool-card { min-height: 310px; padding: 28px; background: rgba(255,254,249,.9); border: 1px solid rgba(16,47,59,.1); border-radius: 24px; display: flex; flex-direction: column; transition: transform .22s ease, box-shadow .22s ease; }
.tool-card:nth-child(1) { grid-column: span 5; }
.tool-card:nth-child(2) { grid-column: span 3; }
.tool-card:nth-child(3) { grid-column: span 4; }
.tool-card:nth-child(4) { grid-column: span 12; min-height: 170px; }
.tool-card:hover { transform: translateY(-7px); box-shadow: 0 20px 44px rgba(16,47,59,.11); }
.tool-featured { background: #e5ca69; border-color: transparent; }
.tool-icon { width: 48px; height: 48px; display: grid; place-items: center; background: var(--ink); color: white; border-radius: 50%; font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: 18px; }
.tool-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tool-top small { color: rgba(16,47,59,.42); font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.tool-card h3 { margin: auto 0 12px; font-size: 23px; line-height: 1.1; letter-spacing: -.03em; }
.tool-card p { margin: 0; color: #5c6f76; line-height: 1.6; font-size: 13px; }
.tool-featured p { color: rgba(16,47,59,.72); }

.professional-band { width: min(1180px, calc(100% - 48px)); margin: 0 auto 118px; min-height: 520px; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--teal-deep); color: white; border-radius: 36px; overflow: hidden; position: relative; z-index: 2; box-shadow: 0 28px 70px rgba(16,47,59,.18); }
.professional-band::after { content: ""; position: absolute; right: -120px; top: -150px; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.018), 0 0 0 130px rgba(255,255,255,.012); pointer-events: none; }
.professional-portrait { min-height: 520px; position: relative; overflow: hidden; isolation: isolate; background: linear-gradient(145deg, #d9b83f 0%, #b98c12 100%); }
.professional-portrait::before { content: "CF"; position: absolute; left: -24px; bottom: -45px; z-index: -1; color: rgba(16,47,59,.1); font-family: Georgia, "Times New Roman", serif; font-size: 260px; line-height: 1; font-weight: 700; letter-spacing: -.11em; }
.professional-portrait::after { content: ""; position: absolute; inset: 18px; z-index: 0; border: 1px solid rgba(16,47,59,.17); border-radius: 26px; pointer-events: none; }
.professional-portrait img { position: absolute; z-index: 2; left: 50%; bottom: 0; width: 100%; height: 100%; transform: translateX(-50%); object-fit: contain; object-position: center bottom; }
.portrait-halo { position: absolute; z-index: 1; width: 350px; height: 350px; left: 50%; top: 52%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.26); border-radius: 50%; box-shadow: 0 0 0 44px rgba(255,255,255,.07), 0 0 0 88px rgba(255,255,255,.04); }
.experience-seal { position: absolute; z-index: 4; top: 28px; left: 28px; width: 116px; height: 116px; padding: 13px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--gold-light); border-radius: 50%; background: rgba(16,47,59,.94); color: white; text-align: center; box-shadow: 0 16px 35px rgba(16,47,59,.22); transform: rotate(-6deg); }
.experience-seal::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(231,202,104,.58); border-radius: 50%; }
.experience-seal strong { position: relative; z-index: 1; color: var(--gold-light); font-size: 37px; line-height: .9; letter-spacing: -.06em; }
.experience-seal span { position: relative; z-index: 1; margin-top: 6px; font-size: 8px; line-height: 1.15; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.portrait-signature { position: absolute; z-index: 4; right: 27px; bottom: 25px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.34); border-radius: 99px; background: rgba(16,47,59,.78); color: white; font-family: Georgia, "Times New Roman", serif; font-size: 12px; font-style: italic; letter-spacing: .03em; backdrop-filter: blur(8px); }
.professional-copy { padding: 62px 66px; display: flex; flex-direction: column; justify-content: center; }
.professional-copy h2 { margin: 0; max-width: 620px; font-size: clamp(42px, 4.7vw, 66px); line-height: 1; letter-spacing: -.055em; }
.professional-copy > p:not(.eyebrow) { max-width: 680px; margin: 25px 0; color: rgba(255,255,255,.72); line-height: 1.75; }
.professional-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.professional-tags span { border: 1px solid rgba(255,255,255,.25); padding: 9px 12px; border-radius: 99px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.video-testimonials { padding: 8px 24px 122px; position: relative; z-index: 2; }
.video-testimonials::before { content: ""; position: absolute; z-index: -1; left: 0; right: 0; top: 170px; bottom: 0; background: var(--teal-deep); }
.testimonials-heading { width: min(1180px, 100%); margin: 0 auto 55px; padding: 62px 64px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; background: var(--gold-light); border: 2px solid var(--ink); border-radius: 30px; box-shadow: 9px 9px 0 var(--ink); }
.testimonials-heading h2 { margin: 0; max-width: 730px; font-size: clamp(44px, 5.2vw, 72px); line-height: .98; letter-spacing: -.06em; }
.testimonials-heading > p { margin: 0; color: rgba(16,47,59,.72); font-size: 14px; line-height: 1.75; }
.testimonial-video-grid { width: min(1080px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-video-card { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 26px; background: rgba(255,255,255,.07); color: white; box-shadow: 0 22px 55px rgba(0,0,0,.16); }
.testimonial-video-media, .testimonial-video-placeholder { aspect-ratio: 9 / 16; min-height: 410px; position: relative; overflow: hidden; background: linear-gradient(150deg, #315e70 0%, #173f4d 56%, #102f3b 100%); }
.testimonial-video-media video { width: 100%; height: 100%; display: block; object-fit: contain; background: #0b222c; }
.testimonial-video-placeholder { display: grid; place-items: center; }
.testimonial-video-placeholder::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(231,202,104,.3); border-radius: 18px; }
.testimonial-video-placeholder::after { content: ""; position: absolute; width: 270px; height: 270px; right: -150px; bottom: -140px; border: 1px solid rgba(231,202,104,.2); border-radius: 50%; box-shadow: 0 0 0 42px rgba(231,202,104,.04), 0 0 0 84px rgba(231,202,104,.025); }
.testimonial-index { position: absolute; z-index: 2; top: 22px; left: 22px; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(231,202,104,.62); border-radius: 50%; background: rgba(16,47,59,.78); color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: 18px; backdrop-filter: blur(8px); pointer-events: none; }
.play-button-small { position: relative; z-index: 3; width: 70px; height: 70px; grid-row: auto; grid-column: auto; font-size: 20px; }
.testimonial-watermark { position: absolute; z-index: 1; left: -16px; bottom: -34px; color: rgba(255,255,255,.045); font-size: 150px; line-height: 1; font-weight: 950; letter-spacing: -.12em; }
.testimonial-video-info { min-height: 92px; padding: 20px 24px; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.testimonial-video-info strong { font-size: 14px; }
.testimonial-video-info span { color: rgba(255,255,255,.5); font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.offer { width: min(1060px, calc(100% - 48px)); margin: 0 auto; padding: 35px 0 128px; display: grid; grid-template-columns: 1fr 480px; gap: 90px; align-items: center; position: relative; z-index: 2; }
.offer-copy h2 { margin: 0; font-size: clamp(46px, 5.2vw, 72px); line-height: 1; letter-spacing: -.06em; }
.offer-copy > p:not(.eyebrow) { margin: 25px 0; color: var(--muted); line-height: 1.7; }
.offer-copy ul { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 15px; }
.offer-copy li { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 14px; }
.offer-card { background: rgba(255,254,249,.96); padding: 42px; border: 3px solid var(--gold); border-radius: 30px; box-shadow: 0 34px 80px rgba(16,47,59,.16), 0 0 0 8px rgba(193,154,24,.1); position: relative; backdrop-filter: blur(12px); }
.offer-card::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(193,154,24,.28); border-radius: 22px; pointer-events: none; }
.offer-label { margin: 0; text-align: center; text-transform: uppercase; letter-spacing: .15em; color: var(--teal); font-size: 10px; font-weight: 900; }
.offer-price { display: flex; align-items: baseline; justify-content: center; gap: 12px; margin: 20px -12px 5px; padding: 24px 24px 22px; text-align: center; background: var(--ink); color: white; border-radius: 22px; box-shadow: inset 0 -5px 0 var(--gold); }
.offer-price span { font-size: 20px; font-weight: 950; }
.offer-price strong { color: var(--gold-light); font-size: 116px; line-height: .72; letter-spacing: -.095em; }
.offer-note { margin: 14px 0 27px; text-align: center; color: var(--muted); font-size: 12px; font-weight: 700; }
.button-dark { width: 100%; background: var(--gold); color: var(--ink); box-shadow: 7px 7px 0 var(--ink), 0 18px 36px rgba(193,154,24,.22); animation: ctaPulse 2.6s ease-in-out infinite; }
.button-dark:hover { transform: translate(-3px,-3px); box-shadow: 10px 10px 0 var(--ink), 0 22px 42px rgba(193,154,24,.28); }
.secure-line { margin: 18px 0 24px; text-align: center; color: #6b7b80; font-size: 10px; font-weight: 800; }
.secure-line span { color: var(--gold); }
.guarantee-box { position: relative; z-index: 2; padding: 20px; background: var(--paper); border-radius: 10px; }
.guarantee-box strong { font-size: 13px; }
.guarantee-box p { margin: 7px 0 0; color: var(--muted); line-height: 1.55; font-size: 11px; }

.faq { width: min(1060px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0; border-top: 1px solid rgba(16,47,59,.12); display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; position: relative; z-index: 2; }
.faq-heading { position: sticky; top: 32px; align-self: start; }
.faq-heading h2 { margin: 0; font-size: clamp(48px, 5.2vw, 70px); line-height: 1; letter-spacing: -.06em; }
.faq-list { border-top: 1px solid rgba(16,47,59,.16); }
.faq-list details { border-bottom: 1px solid rgba(16,47,59,.16); padding: 24px 0; }
.faq-list summary { list-style: none; cursor: pointer; position: relative; padding-right: 40px; font-size: 17px; font-weight: 900; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: -4px; font-size: 28px; font-weight: 400; color: var(--gold); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 15px 40px 0 0; color: var(--muted); line-height: 1.7; font-size: 14px; }

.final-cta { background: var(--ink); color: white; min-height: 350px; padding: 70px max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 60px; position: relative; z-index: 2; overflow: hidden; }
.final-cta::after { content: "R$"; position: absolute; right: 4%; top: -60px; color: rgba(255,255,255,.035); font-size: 330px; font-weight: 900; transform: rotate(-12deg); }
.final-cta > div, .final-cta > a { position: relative; z-index: 2; }
.final-cta p { margin: 0 0 8px; color: rgba(255,255,255,.6); }
.final-cta h2 { margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: 1; letter-spacing: -.06em; }

footer { min-height: 150px; padding: 36px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 170px minmax(240px, 1fr) minmax(310px, auto); align-items: center; gap: 30px; background: var(--white); color: var(--muted); font-size: 10px; line-height: 1.5; position: relative; z-index: 2; }
.footer-brand { width: 140px; height: 70px; overflow: hidden; display: flex; align-items: center; }
.footer-brand img { width: 100%; mix-blend-mode: multiply; }
.footer-copy { margin: 0; }
.footer-legal { justify-self: end; text-align: right; }
.footer-legal p { margin: 0; }
.footer-legal p + p { margin-top: 5px; }
.footer-legal a { color: var(--teal); font-weight: 800; transition: color .2s ease; }
.footer-legal a:hover { color: var(--gold); }
.mobile-buy { display: none; }

@media (max-width: 940px) {
  .site-header { grid-template-columns: minmax(130px, 1fr) 204px; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 52px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(620px, 100%); margin: 0 auto; }
  .welcome-video { grid-template-columns: 1fr; gap: 40px; }
  .welcome-video-copy { max-width: 760px; }
  .method-shell { grid-template-columns: 1fr; gap: 60px; }
  .method-intro, .faq-heading { position: static; }
  .toolkit-grid { grid-template-columns: repeat(2, 1fr); }
  .tool-card:nth-child(n) { grid-column: span 1; }
  .tool-card:nth-child(4) { grid-column: span 2; }
  .professional-band { grid-template-columns: 1fr; }
  .professional-portrait { min-height: 500px; }
  .professional-portrait img { width: min(580px, 95%); }
  .testimonials-heading { grid-template-columns: 1fr; gap: 24px; }
  .testimonial-video-grid { grid-template-columns: repeat(3, minmax(260px, 1fr)); overflow-x: auto; padding: 0 0 18px; scroll-snap-type: x mandatory; }
  .testimonial-video-card { scroll-snap-align: start; }
  .offer, .faq { grid-template-columns: 1fr; gap: 60px; }
  .offer-card { width: min(520px, 100%); margin: 0 auto; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 98px; }
  main { padding-top: 88px; }
  .site-header, .hero, .audience { width: min(100% - 30px, 1180px); }
  .site-header { min-height: 76px; grid-template-columns: minmax(104px, 1fr) minmax(158px, 176px); gap: 10px; top: 8px; margin: 0; padding: 5px 8px 5px 13px; border-radius: 17px; }
  .brand { width: 114px; height: 64px; justify-content: flex-start; }
  .brand img { width: 128px; height: 128px; }
  .header-cta { min-height: 54px; padding: 11px 11px 11px 15px; gap: 8px; font-size: 10px; }
  .header-cta > span { width: 22px; height: 22px; }
  .hero { padding: 46px 0 70px; min-height: auto; }
  .eyebrow { font-size: 9px; }
  .hero h1 { font-size: clamp(52px, 17vw, 72px); }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .text-link { justify-content: center; }
  .hero-visual { min-height: 450px; margin-top: 22px; }
  .logo-stage { inset: 2px 0 38px 0; padding: 15px; border-radius: 24px; }
  .logo-window { height: 250px; margin-top: 10px; border-radius: 14px; }
  .logo-window img { width: 120%; margin: 0; transform: translate(-8.5%, -72px); }
  .stage-footer { min-height: 58px; padding-top: 13px; }
  .stage-footer p { width: 66%; font-size: 9px; }
  .mini-card-one { top: 70px; left: -3px; }
  .mini-card-two { bottom: 34px; left: 0; }
  .hero-banknote-50 { width: 220px; right: -82px; top: -58px; opacity: .84; }
  .hero-banknote-100 { width: 190px; left: -72px; bottom: -18px; opacity: .76; }
  .price-card { width: 164px; min-height: 164px; right: -7px; bottom: 0; padding: 21px; border-width: 5px; }
  .price-card strong { font-size: 54px; }
  .problem-strip { padding: 0 15px; }
  .strip-track { min-height: 82px; gap: 18px; }
  .strip-track p:nth-of-type(4), .strip-track i:last-of-type { display: none; }
  .problem-strip p { font-size: 18px; }
  .welcome-video { width: min(100% - 30px, 1180px); padding: 82px 0 8px; gap: 32px; }
  .welcome-video::before { font-size: 92px; left: -22px; }
  .video-frame-main { min-height: 270px; border-radius: 24px; }
  .video-frame-overlay { padding: 20px; }
  .video-frame-overlay strong { font-size: 14px; }
  .video-frame-overlay small { font-size: 8px; }
  .play-button { width: 62px; height: 62px; font-size: 18px; box-shadow: 5px 5px 0 var(--ink); }
  .audience { padding: 82px 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 360px; padding: 30px; }
  .money-note { width: 165px; opacity: .38; }
  .note-one { left: -68px; top: 155px; width: 190px; opacity: .48; }
  .note-two { right: -55px; top: 930px; width: 200px; opacity: .58; }
  .note-three { left: -62px; top: 1600px; width: 175px; }
  .note-four { right: -55px; top: 2760px; width: 195px; opacity: .52; }
  .note-five { left: -55px; top: 3900px; width: 180px; }
  .note-six { right: -58px; top: 5300px; width: 200px; opacity: .52; }
  .method { padding: 82px 15px; }
  .method-shell { gap: 48px; }
  .method-intro .button { width: 100%; }
  .step-card { grid-template-columns: 48px 1fr; gap: 12px; padding: 27px 0; }
  .step-card h3 { font-size: 20px; }
  .toolkit { width: min(100% - 30px, 1180px); padding: 82px 0; }
  .toolkit-copy { grid-template-columns: 1fr; gap: 18px; }
  .toolkit-copy .eyebrow { margin-bottom: 0; }
  .toolkit-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .tool-card:nth-child(n) { grid-column: span 1; }
  .tool-card { min-height: 230px; }
  .professional-band { width: min(100% - 30px, 1180px); margin-bottom: 85px; border-radius: 28px; }
  .professional-portrait { min-height: 430px; }
  .professional-portrait img { width: 113%; height: 96%; }
  .experience-seal { width: 96px; height: 96px; top: 20px; left: 20px; }
  .experience-seal strong { font-size: 30px; }
  .experience-seal span { font-size: 7px; }
  .portrait-signature { right: 20px; bottom: 19px; }
  .professional-copy { padding: 42px 28px; }
  .video-testimonials { padding: 0 15px 88px; }
  .video-testimonials::before { top: 125px; }
  .testimonials-heading { margin-bottom: 38px; padding: 38px 28px; border-radius: 24px; box-shadow: 6px 6px 0 var(--ink); }
  .testimonial-video-grid { grid-template-columns: repeat(3, 78vw); gap: 14px; }
  .testimonial-video-placeholder { min-height: 390px; }
  .offer, .faq { width: min(100% - 30px, 1060px); padding-bottom: 88px; }
  .offer-card { padding: 34px 28px; }
  .offer-price { margin-left: -8px; margin-right: -8px; padding: 22px 20px; }
  .offer-price strong { font-size: 94px; }
  .faq { padding-top: 82px; gap: 42px; }
  .final-cta { align-items: flex-start; flex-direction: column; gap: 36px; min-height: 400px; padding: 58px 24px 100px; }
  .final-cta .button { width: 100%; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 20px; padding-bottom: 100px; }
  .footer-legal { justify-self: center; text-align: center; }
  .mobile-buy { display: flex; position: fixed; z-index: 50; left: 15px; right: 15px; bottom: 14px; min-height: 58px; align-items: center; justify-content: center; gap: 14px; border: 2px solid var(--ink); border-radius: 16px; background: var(--gold); color: var(--ink); box-shadow: 6px 6px 0 var(--ink), 0 14px 42px rgba(16,47,59,.3); font-size: 14px; font-weight: 950; animation: ctaPulse 2.6s ease-in-out infinite; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .money-note, .hero-banknote, .button-primary, .button-dark, .header-cta, .mobile-buy { animation: none; }
  * { transition-duration: .01ms !important; }
}
