@font-face {
  font-family: "Google Sans Flex";
  src: url("./assets/GoogleSansFlex-Variable.ttf") format("truetype");
  font-weight: 100 1000;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("./assets/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

:root {
  --orange: #ff6b3d;
  --orange-deep: #f4512a;
  --green: #28b66e;
  --green-dark: #087545;
  --pink: #f5aeb8;
  --yellow: #ffc34d;
  --ink: #183129;
  --muted: #66726e;
  --paper: #f6f7f3;
  --white: #ffffff;
  --line: rgba(24, 49, 41, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--paper); }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Google Sans Flex", "Noto Sans Thai", "Leelawadee UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 20px;
  left: 50%;
  width: min(1720px, calc(100% - 64px));
  height: 76px;
  padding: 0 14px 0 30px;
  display: flex;
  align-items: center;
  gap: 34px;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 100px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 40px rgba(40,64,53,.08);
  backdrop-filter: blur(18px);
  transition: top .25s ease, box-shadow .25s ease, background .25s ease;
}

.site-header.is-scrolled { top: 10px; background: rgba(255,255,255,.92); box-shadow: 0 12px 38px rgba(40,64,53,.14); }

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: 160px;
  height: 36px;
}

.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-nav { display: flex; align-items: center; justify-content: center; gap: 38px; flex: 1; font-size: 15px; color: #44544f; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }

.header-cta, .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 100px;
  background: var(--green);
  color: #fff;
  font-weight: 720;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.header-cta { min-width: 180px; height: 50px; }
.header-cta img { display: block; width: 20px; height: 20px; flex: 0 0 auto; }
.header-cta:hover, .primary-button:hover { transform: translateY(-2px); background: #20a964; box-shadow: 0 12px 28px rgba(40,182,110,.25); }
.menu-button { display: none; }

.hero {
  position: relative;
  width: 100%;
  min-height: 720px;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  padding: clamp(140px, 17.5vh, 190px) max(8vw, 70px) clamp(60px, 9vh, 100px);
  background: var(--orange);
  color: #fff;
}

.hero::after {
  content: "";
  position: absolute;
  right: -18vw;
  bottom: -42vw;
  width: 75vw;
  height: 75vw;
  border-radius: 50%;
  background: var(--green);
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .11;
  background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 65%);
}

.hero-orb { position: absolute; z-index: 0; border-radius: 50%; }
.orb-yellow { width: 330px; height: 330px; top: -120px; left: 7vw; background: var(--yellow); }
.orb-pink { width: 820px; height: 820px; right: -70px; top: -180px; background: var(--pink); }
.orb-green { width: 250px; height: 250px; right: 29vw; top: 60px; background: var(--green); }

.hero-copy {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: max(8vw, 70px);
  translate: 0 -50%;
  width: 51%;
  max-width: 760px;
  transform-origin: left center;
}

.eyebrow, .kicker { text-transform: uppercase; letter-spacing: 2.4px; font-size: 13px; font-weight: 750; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; }
.eyebrow span { width: 34px; height: 3px; border-radius: 3px; background: var(--yellow); }

.hero h1 {
  margin: 0;
  font-size: clamp(76px, 6.6vw, 128px);
  line-height: .9;
  letter-spacing: -6px;
  font-weight: 800;
}
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-copy > p { max-width: 600px; margin: 42px 0 0; color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.8; }

.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.primary-button { min-width: 240px; height: 62px; padding: 0 28px; font-size: 17px; }
.primary-button span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.18); }
.primary-button span img { display: block; width: 20px; height: 20px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.hero-proof { display: flex; align-items: center; gap: 28px; margin-top: 62px; }
.hero-proof div { display: flex; flex-direction: column; gap: 4px; }
.hero-proof strong { font-family: "Barlow", sans-serif; font-size: 30px; }
.hero-proof span { color: rgba(255,255,255,.62); font-size: 13px; }
.hero-proof i { width: 1px; height: 42px; background: rgba(255,255,255,.25); }

.hero-visual { position: absolute; z-index: 5; right: max(32px, calc((100% - 1720px) / 2)); bottom: 0; width: clamp(560px, 46vw, 860px); height: calc(100% - 110px); }
.phone { overflow: hidden; border: 8px solid #171a18; border-radius: 48px; background: #171a18; box-shadow: 0 40px 90px rgba(26,48,40,.28); }
.phone img { display: block; width: 100%; height: 100%; object-fit: cover; }
.app-brand-overlay { position: absolute; z-index: 4; top: 5.8%; left: 0; display: flex; align-items: center; width: 49%; height: 7.8%; padding-left: 4%; background: #ff6f38; }
.app-brand-overlay img { display: block; width: 92%; height: auto; object-fit: contain; filter: brightness(0) invert(1); }
.hero-device { position: absolute; right: 0; bottom: 0; width: min(100%, calc((100vh - 110px) * .88485)); }
.hero-device img { display: block; width: 100%; height: auto; }

.scroll-cue { position: absolute; z-index: 7; left: 50%; bottom: 30px; display: flex; flex-direction: column; align-items: center; gap: 8px; transform: translateX(-50%); color: rgba(255,255,255,.65); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 32px; background: linear-gradient(#fff, transparent); }

.section { padding: 140px max(6vw, 56px); }
.kicker { margin: 0 0 24px; color: var(--green); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 80px; align-items: end; max-width: 1720px; margin: 0 auto 70px; }
.section-heading .kicker { grid-column: 1 / -1; }
.benefits-label { grid-column: 1 / -1; display: block; width: auto; max-width: 100%; height: 24px; margin: 0 0 24px; }
.section-heading h2, .steps h2, .security h2, .faq h2, .download h2 { margin: 0; font-size: clamp(58px, 5vw, 92px); line-height: .98; letter-spacing: -4px; }
.section-heading > p:last-child, .section-intro, .security-copy > p, .faq-heading > p:last-child, .download-copy > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }

.benefits { background: #fff; }
.benefit-grid { display: grid; grid-template-columns: 1.15fr .85fr 1fr; gap: 22px; max-width: 1720px; margin: 0 auto; }
.benefit-card { position: relative; min-height: 560px; overflow: hidden; padding: 38px; border-radius: 38px; }
.benefit-card h3 { margin: 118px 0 12px; font-size: 34px; letter-spacing: -1.2px; }
.benefit-card p { max-width: 360px; margin: 0; font-size: 16px; line-height: 1.7; opacity: .75; }
.card-number { position: absolute; top: 30px; right: 34px; font-family: "Barlow"; font-size: 15px; opacity: .55; }
.benefit-icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 18px; background: rgba(255,255,255,.18); font-family: "Barlow"; font-size: 27px; }
.benefit-icon img { display: block; width: 32px; height: 32px; }
.card-green { background: var(--green); color: #fff; }
.card-orange { background: var(--orange); color: #fff; }
.card-light { border: 1px solid var(--line); background: #f0f2ed; }
.card-light h3 { color: var(--green); }
.large-stat { position: absolute; left: 32px; bottom: -35px; color: rgba(255,255,255,.2); font-family: "Barlow"; font-size: 190px; line-height: 1; }
.speed-ring { position: absolute; right: -60px; bottom: -50px; display: grid; place-items: center; width: 310px; height: 310px; border: 3px solid rgba(255,255,255,.6); border-radius: 50%; }
.speed-ring::before, .speed-ring::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); }
.speed-ring::before { inset: 24px; }.speed-ring::after { inset: 48px; }
.speed-ring b { font-family: "Barlow"; font-size: 130px; line-height: 1; }.speed-ring span { position: absolute; bottom: 52px; font-size: 14px; letter-spacing: 4px; }
.payment-preview { position: absolute; left: 34px; right: 34px; bottom: 34px; padding: 30px; border-radius: 24px; background: #fff; box-shadow: 0 18px 45px rgba(18,49,38,.08); }
.payment-preview span, .payment-preview small { display: block; color: var(--muted); font-size: 12px; }.payment-preview strong { display: block; margin-top: 8px; color: var(--green); font-family: "Barlow"; font-size: 46px; }.payment-preview i { display: block; height: 1px; margin: 20px 0 15px; background: var(--line); }

.steps { background: var(--paper); }
.steps-stage { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; max-width: 1600px; min-height: 820px; margin: 0 auto; padding: 95px; overflow: hidden; border-radius: 54px; background: #17352c; color: #fff; }
.steps-stage::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 64px 64px; }
.steps-copy, .steps-visual { position: relative; z-index: 2; }
.steps-label { display: block; width: auto; max-width: 100%; height: 24px; margin: 0 0 24px; }
.steps h2 em { color: #78e0a9; font-style: normal; }.steps .kicker { color: #78e0a9; }.section-intro { margin-top: 30px; color: rgba(255,255,255,.62); }
.step-list { display: grid; gap: 12px; margin: 54px 0 0; padding: 0; list-style: none; }
.step-list li { display: flex; align-items: center; gap: 20px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; color: rgba(255,255,255,.45); cursor: pointer; transition: background .25s, color .25s, transform .25s; }
.step-list li:hover, .step-list li.is-active { color: #fff; background: rgba(255,255,255,.1); transform: translateX(8px); }
.step-list li > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.1); font-family: "Barlow"; font-size: 18px; }.step-list li.is-active > span { background: #78e0a9; color: #17352c; }
.step-list strong, .step-list small { display: block; }.step-list strong { font-size: 17px; }.step-list small { margin-top: 4px; opacity: .6; }
.steps-visual { display: grid; min-height: 650px; place-items: center; }
.steps-composite { display: block; width: min(170%, 720px); height: auto; transform: translateX(-8%); }

.security { display: grid; grid-template-columns: 1.05fr .95fr; gap: 120px; align-items: center; min-height: 1040px; overflow: hidden; background: #fff; }
.security-visual { position: relative; display: grid; min-height: 790px; place-items: center; }
.security-composite { display: block; width: min(112%, 780px); height: auto; }
.security-label { display: block; width: auto; max-width: 100%; height: 24px; margin: 0 0 24px; }
.security-copy > p { margin-top: 28px; }
.security-points { display: grid; gap: 12px; margin-top: 42px; }
.security-points > div { display: flex; align-items: flex-start; gap: 16px; padding: 19px 20px; border: 1px solid var(--line); border-radius: 18px; }
.security-points > div > span { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 auto; border-radius: 50%; background: #def6e9; color: var(--green); font-weight: 900; }
.security-points p { margin: 0; }.security-points strong, .security-points small { display: block; }.security-points small { margin-top: 4px; color: var(--muted); }
.payment-logos { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }.payment-logos b { padding: 10px 16px; border-radius: 100px; background: #f0f2ed; color: #56655f; font-size: 12px; }

.testimonial { position: relative; display: flex; flex-direction: column; align-items: center; overflow: hidden; padding-top: 170px; padding-bottom: 170px; background: var(--yellow); text-align: center; }
.testimonial::before, .testimonial::after { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; }.testimonial::before { left: -140px; top: -120px; background: var(--orange); }.testimonial::after { right: -110px; bottom: -140px; background: var(--pink); }
.quote-mark { position: absolute; top: 50px; color: rgba(24,49,41,.11); font-family: Georgia, serif; font-size: 250px; line-height: 1; }
.testimonial blockquote { position: relative; z-index: 2; margin: 0; max-width: 1150px; font-size: clamp(42px, 4vw, 74px); line-height: 1.28; letter-spacing: -2.5px; font-weight: 720; }
.reviewer { position: relative; z-index: 2; display: flex; align-items: center; gap: 14px; margin-top: 42px; text-align: left; }.reviewer > span { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--green); color: #fff; font-family: "Barlow"; }.reviewer strong, .reviewer small { display: block; }.reviewer small { margin-top: 2px; opacity: .55; }.reviewer > b { margin-left: 18px; letter-spacing: 3px; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 130px; max-width: 1700px; margin: 0 auto; }
.faq-heading { position: sticky; top: 130px; align-self: start; }.faq-label { display: block; width: auto; max-width: 100%; height: 24px; margin: 0 0 24px; }.faq-heading > p:last-child { margin-top: 24px; }
.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 0; cursor: pointer; font-size: 22px; font-weight: 700; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #e9ede8; transition: transform .25s, background .25s; }.faq-list details[open] summary span { transform: rotate(45deg); background: #d7f1e3; color: var(--green-dark); }
.faq-list details p { max-width: 760px; margin: -4px 70px 28px 0; color: var(--muted); font-size: 16px; line-height: 1.8; }

.download { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; overflow: hidden; padding-top: 120px; padding-bottom: 0; background: var(--orange); color: #fff; }
.download::after { content: ""; position: absolute; right: -120px; top: -170px; width: 720px; height: 720px; border-radius: 50%; background: var(--pink); }.download-shape { position: absolute; border-radius: 50%; }.shape-a { width: 280px; height: 280px; left: -110px; bottom: -120px; background: var(--yellow); }.shape-b { width: 500px; height: 500px; right: 15%; bottom: -310px; background: var(--green); }
.download-copy, .download-phone { position: relative; z-index: 2; }.download-copy { align-self: center; max-width: 680px; }.download-label { display: block; width: auto; max-width: 100%; height: 24px; margin: 0 0 24px; }.download-copy > p { margin-top: 28px; color: rgba(255,255,255,.78); }
.store-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }.store-buttons a { display: block; width: auto; height: 42px; padding: 0; border: 0; border-radius: 21px; background: transparent; transition: transform .2s; }.store-buttons a:hover { transform: translateY(-3px); }.store-buttons img { display: block; width: auto; height: 42px; }
.download-phone { min-height: 640px; }.download-composite { position: absolute; left: 50%; bottom: 0; display: block; width: min(80%, 440px); height: auto; transform: translateX(-33%); }

.site-footer { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 70px; padding: 90px max(6vw, 56px) 34px; background: #122a23; color: #fff; }
.footer-brand p { max-width: 360px; color: rgba(255,255,255,.48); line-height: 1.7; }.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 15px; font-size: 14px; }.footer-links strong, .footer-contact strong { margin-bottom: 10px; font-size: 16px; }.footer-links a, .footer-contact a, .footer-contact p { color: rgba(255,255,255,.54); }.footer-links a:hover, .footer-contact a:hover { color: #fff; }.footer-contact p { margin: 0; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 45px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: 12px; }

.policy-page { background: var(--paper); }
.policy-hero { position: relative; min-height: 720px; overflow: hidden; padding: 190px max(6vw, 56px) 100px; background: #17352c; color: #fff; }
.policy-hero::after { content: ""; position: absolute; right: -17vw; bottom: -34vw; width: 58vw; height: 58vw; border-radius: 50%; background: var(--green); }
.policy-orb { position: absolute; border-radius: 50%; }
.policy-orb-yellow { top: -120px; left: 8vw; width: 300px; height: 300px; background: var(--yellow); }
.policy-orb-pink { top: -180px; right: -60px; width: 680px; height: 680px; background: var(--pink); }
.policy-hero-inner { position: relative; z-index: 2; width: min(100%, 1180px); margin: 0 auto; }
.policy-eyebrow { margin: 0 0 28px; color: #78e0a9; font-family: "Barlow", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 3px; }
.policy-hero h1 { margin: 0; max-width: 900px; font-size: clamp(72px, 7vw, 128px); line-height: .92; letter-spacing: -6px; }
.policy-lead { max-width: 720px; margin: 38px 0 0; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.8; }
.policy-meta { display: inline-flex; align-items: center; gap: 16px; margin-top: 44px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 100px; background: rgba(255,255,255,.08); font-size: 13px; }
.policy-meta span { color: rgba(255,255,255,.58); }
.policy-layout { display: grid; grid-template-columns: 270px minmax(0, 900px); gap: 90px; width: min(calc(100% - 112px), 1260px); margin: 0 auto; padding: 120px 0 150px; }
.policy-nav { position: sticky; top: 120px; align-self: start; display: flex; flex-direction: column; gap: 4px; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.72); backdrop-filter: blur(16px); }
.policy-nav strong { margin-bottom: 12px; padding: 0 12px 12px; border-bottom: 1px solid var(--line); font-size: 15px; }
.policy-nav a { padding: 10px 12px; border-radius: 10px; color: var(--muted); font-size: 13px; line-height: 1.4; transition: color .2s, background .2s; }
.policy-nav a:hover { background: #e6f4ec; color: var(--green-dark); }
.policy-content { min-width: 0; }
.policy-intro { margin-bottom: 28px; padding: 34px 38px; border-radius: 28px; background: var(--orange); color: #fff; }
.policy-intro span { display: block; margin-bottom: 10px; color: var(--yellow); font-size: 13px; font-weight: 750; letter-spacing: 1.2px; text-transform: uppercase; }
.policy-intro p { margin: 0; font-size: 17px; line-height: 1.8; }
.policy-notice { margin-bottom: 28px; padding: 26px 30px; border: 1px solid rgba(244,81,42,.2); border-radius: 24px; background: #fff3ec; }
.policy-notice strong { display: block; margin-bottom: 8px; color: var(--orange-deep); }
.policy-notice p { margin: 0; color: #6d5148; font-size: 15px; line-height: 1.8; }
.policy-section { position: relative; scroll-margin-top: 110px; margin-bottom: 18px; padding: 48px 52px; border: 1px solid var(--line); border-radius: 30px; background: #fff; }
.policy-index { position: absolute; top: 40px; right: 42px; color: var(--green); font-family: "Barlow", sans-serif; font-size: 14px; }
.policy-section h2 { max-width: calc(100% - 70px); margin: 0 0 22px; font-size: 32px; line-height: 1.25; letter-spacing: -1px; }
.policy-section h3 { margin: 36px 0 14px; color: var(--green-dark); font-size: 22px; line-height: 1.4; }
.policy-section h4 { margin: 28px 0 10px; font-size: 17px; line-height: 1.5; }
.policy-section p { margin: 0 0 16px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.policy-section p:last-child { margin-bottom: 0; }
.policy-section ul { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.policy-section li { position: relative; padding-left: 26px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.policy-section ul li::before { content: ""; position: absolute; top: .72em; left: 2px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.policy-section li strong { color: var(--ink); }
.policy-alpha { display: grid; gap: 12px; margin: 22px 0 0; padding-left: 25px; }
.policy-alpha li { padding-left: 8px; }
.policy-alpha li::marker { color: var(--green); font-family: "Barlow", sans-serif; font-weight: 700; }
.policy-inline-link { color: var(--green-dark); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(8,117,69,.25); text-underline-offset: 3px; overflow-wrap: anywhere; }
.policy-callout { margin-top: 28px; padding: 24px 26px; border-radius: 20px; background: #e6f5ed; }
.policy-callout strong { display: block; margin-bottom: 6px; color: var(--green-dark); }
.policy-callout p { margin: 0; color: #3f5d51; font-size: 14px; }
.policy-callout-warning { background: #fff3ec; }
.policy-callout-warning strong { color: var(--orange-deep); }
.policy-callout-warning p { color: #6d5148; }
.policy-contact { overflow: hidden; background: #17352c; color: #fff; }
.policy-contact::after { content: ""; position: absolute; right: -90px; bottom: -110px; width: 260px; height: 260px; border-radius: 50%; background: var(--green); opacity: .24; }
.policy-contact h2, .policy-contact p, .policy-contact a, .policy-contact small { position: relative; z-index: 1; }
.policy-contact p { color: rgba(255,255,255,.65); }
.policy-contact a { display: inline-flex; align-items: center; gap: 12px; color: #78e0a9; font-size: 20px; font-weight: 720; }
.policy-contact a span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.1); font-size: 16px; }
.policy-contact small { display: block; margin-top: 14px; color: rgba(255,255,255,.42); }
.policy-contact-list { position: relative; z-index: 1; display: grid; gap: 18px; margin: 30px 0 0; }
.policy-contact-list div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
.policy-contact-list dt { color: rgba(255,255,255,.42); font-size: 13px; }
.policy-contact-list dd { margin: 0; color: #fff; font-size: 15px; line-height: 1.65; }
.policy-back { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; color: var(--green-dark); font-weight: 720; }
.policy-back span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #dff3e8; }
.protocol-page .policy-hero h1 { max-width: 1100px; font-size: clamp(64px, 6.2vw, 112px); }
.user-policy-page .policy-nav { max-height: calc(100vh - 140px); overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(23,53,44,.22) transparent; }
.user-policy-page .policy-nav::-webkit-scrollbar { width: 6px; }
.user-policy-page .policy-nav::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(23,53,44,.22); }
.policy-table-wrap { max-width: 100%; margin-top: 26px; overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; background: #fff; -webkit-overflow-scrolling: touch; }
.policy-table { width: 100%; min-width: 680px; border-collapse: collapse; table-layout: fixed; }
.policy-table th, .policy-table td { padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 14px; line-height: 1.7; }
.policy-table th:last-child, .policy-table td:last-child { border-right: 0; }
.policy-table tbody tr:last-child td { border-bottom: 0; }
.policy-table th { background: #e6f5ed; color: var(--green-dark); font-size: 13px; }
.policy-table td { color: var(--muted); }
.policy-table td:first-child { width: 22%; color: var(--ink); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,.8,.25,1); }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay-short { transition-delay: .1s; }.reveal-delay { transition-delay: .18s; }

@media (max-width: 1200px) {
  .site-header { width: calc(100% - 32px); }.main-nav { gap: 22px; }
  .hero { padding-left: 56px; padding-right: 56px; }.hero-copy { width: 57%; }.hero h1 { font-size: 78px; }.hero-visual { right: 16px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }.benefit-card:last-child { grid-column: 1 / -1; }.benefit-card { min-height: 500px; }
  .steps-stage { padding: 70px 55px; gap: 30px; }.security { gap: 50px; }.faq { gap: 70px; }
}

@media (max-width: 900px) {
  .site-header { height: 64px; padding: 0 10px 0 22px; }.header-cta { margin-left: auto; min-width: 154px; height: 44px; }.main-nav { position: fixed; inset: 80px 16px auto; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 20px; border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(20,45,36,.18); }.main-nav.is-open { display: flex; }.main-nav a { width: 100%; padding: 16px; }.menu-button { display: grid; width: 44px; height: 44px; place-content: center; gap: 7px; border: 0; border-radius: 50%; background: #edf0ec; }.menu-button span { width: 20px; height: 2px; background: var(--ink); transition: transform .2s; }
  .hero { min-height: 1180px; height: auto; padding: 150px 32px 70px; }.hero-copy { position: relative; top: auto; left: auto; width: 100%; translate: none; }.hero-copy > p { max-width: 540px; }.hero-visual { position: relative; top: auto; right: auto; bottom: auto; width: min(calc(100% + 16px), 860px); height: 900px; margin: 80px -16px 0 auto; translate: none; }.hero-device { width: min(100%, 790px); }.scroll-cue { display: none; }
  .section { padding: 100px 32px; }.section-heading { grid-template-columns: 1fr; }.section-heading > p:last-child { margin-top: 24px; }.benefit-grid { grid-template-columns: 1fr; }.benefit-card:last-child { grid-column: auto; }
  .steps-stage { grid-template-columns: 1fr; padding: 58px 36px; }.steps-visual { margin-top: 25px; }.steps-composite { width: min(112%, 720px); transform: none; }.security { grid-template-columns: 1fr; }.security-visual { order: 2; }.security-copy { order: 1; }.faq { grid-template-columns: 1fr; }.faq-heading { position: static; }.download { grid-template-columns: 1fr; }.download-phone { margin-top: 60px; }.site-footer { grid-template-columns: 1fr 1fr; }
  .policy-hero { min-height: 640px; padding: 160px 32px 80px; }.policy-hero h1 { font-size: clamp(68px, 13vw, 96px); }.policy-layout { grid-template-columns: 1fr; gap: 36px; width: calc(100% - 64px); padding: 80px 0 110px; }.policy-nav { position: static; display: grid; grid-template-columns: 1fr 1fr; }.policy-nav strong { grid-column: 1 / -1; }.policy-section { padding: 40px; }
  .protocol-page .policy-hero h1 { font-size: clamp(58px, 11vw, 84px); }
  .user-policy-page .policy-nav { max-height: none; overflow-y: visible; }
}

@media (max-width: 620px) {
  .site-header { top: 10px; width: calc(100% - 20px); }.brand { width: 142px; height: 32px; }.header-cta { display: none; }
  .hero { min-height: 1060px; padding: 130px 20px 60px; }.hero h1 { font-size: clamp(58px, 18vw, 78px); letter-spacing: -4px; }.hero-copy > p { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-proof { gap: 16px; }.hero-proof strong { font-size: 24px; }
  .hero-visual { width: calc(100% + 10px); height: clamp(560px, 150vw, 650px); margin-right: -10px; }.hero-device { right: 0; bottom: 0; width: min(520px, 130vw); transform: none; }.hero::after { width: 150vw; height: 150vw; bottom: -50vw; right: -80vw; }
  .section { padding: 82px 20px; }.section-heading h2, .steps h2, .security h2, .faq h2, .download h2 { font-size: 50px; letter-spacing: -3px; }.section-heading { margin-bottom: 42px; }.benefit-card { min-height: 440px; padding: 28px; border-radius: 28px; }.benefit-card h3 { margin-top: 90px; }.large-stat { font-size: 130px; }.speed-ring { width: 260px; height: 260px; }.payment-preview { left: 22px; right: 22px; bottom: 22px; }.payment-preview strong { font-size: 38px; }
  .steps-stage { padding: 46px 20px; border-radius: 32px; }.steps-visual { min-height: 610px; }.steps-composite { width: min(135%, 560px); }.security { min-height: 0; }.security-visual { min-height: 710px; }.security-composite { width: min(115%, 620px); }.testimonial blockquote { font-size: 39px; }.reviewer { flex-wrap: wrap; justify-content: center; }.reviewer > b { width: 100%; margin: 8px 0 0; text-align: center; }.faq-list summary { font-size: 18px; }.faq-list details p { margin-right: 0; }
  .download { min-height: 1050px; }.download-phone { min-height: 600px; }.download-composite { bottom: 0; width: min(110%, 350px); transform: translateX(-40%); }.store-buttons { flex-direction: column; align-items: flex-start; }.site-footer { grid-template-columns: 1fr; gap: 40px; padding-left: 24px; padding-right: 24px; }.footer-bottom { flex-direction: column; gap: 8px; }
  .policy-hero { min-height: 590px; padding: 135px 20px 70px; }.policy-orb-yellow { width: 210px; height: 210px; }.policy-orb-pink { width: 440px; height: 440px; }.policy-hero::after { right: -70vw; bottom: -55vw; width: 145vw; height: 145vw; }.policy-hero h1 { font-size: clamp(56px, 18vw, 76px); letter-spacing: -4px; }.policy-lead { margin-top: 30px; font-size: 16px; }.policy-meta { align-items: flex-start; flex-direction: column; gap: 2px; margin-top: 30px; border-radius: 18px; }.policy-layout { width: calc(100% - 40px); padding: 60px 0 90px; }.policy-nav { grid-template-columns: 1fr; padding: 18px; }.policy-nav strong { grid-column: auto; }.policy-intro { padding: 26px; border-radius: 22px; }.policy-intro p { font-size: 15px; }.policy-notice { padding: 22px; border-radius: 20px; }.policy-section { padding: 34px 24px; border-radius: 24px; }.policy-index { top: 30px; right: 24px; }.policy-section h2 { font-size: 27px; }.policy-section h3 { font-size: 20px; }.policy-contact a { font-size: 18px; word-break: break-all; }.policy-contact-list div { grid-template-columns: 1fr; gap: 6px; }
  .protocol-page .policy-hero { min-height: 640px; }.protocol-page .policy-hero h1 { font-size: clamp(48px, 14vw, 66px); letter-spacing: -3px; }.policy-table-wrap { margin-right: -24px; border-radius: 18px 0 0 18px; }
}

@media (min-width: 901px) and (max-height: 900px) {
  .hero-copy { transform: scale(.88); transform-origin: left center; }
  .scroll-cue { bottom: 18px; }
}

@media (min-width: 901px) and (max-height: 780px) {
  .hero { min-height: 660px; padding-top: 122px; }
  .hero-copy { transform: scale(.76); }
  .scroll-cue { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
