@import url('data:text/css,');

:root {
  --ink: #18251f;
  --forest: #1f3a31;
  --forest-deep: #12241e;
  --lime: #d8f05c;
  --paper: #f5f1e8;
  --warm: #ebe4d6;
  --coral: #ef6a50;
  --line: rgba(24, 37, 31, .18);
  --radius: 24px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
a { color: inherit; }

.site-header {
  height: 86px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-size: 22px; font-weight: 760; letter-spacing: -.04em; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: var(--forest); font-family: Georgia, serif; font-style: italic; }
.brand-logo { width: 40px; height: 40px; display: block; border-radius: 50%; object-fit: cover; }
.header-link { font-size: 13px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid currentColor; padding-bottom: 3px; }

.hero {
  max-width: 1440px;
  min-height: 720px;
  margin: 0 auto;
  padding: clamp(60px, 8vw, 120px) clamp(22px, 5vw, 76px) 88px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
  overflow: hidden;
}

.hero-copy { min-width: 0; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-size: 12px; line-height: 1; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.eyebrow span { width: 34px; height: 2px; background: var(--coral); }
.hero h1, .policy-intro h1 { margin: 0; max-width: 790px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 7vw, 106px); line-height: .87; letter-spacing: -.065em; font-weight: 500; }
.hero h1 em, .policy-intro h1 em { color: var(--coral); font-weight: 400; }
.lead { max-width: 650px; margin: 34px 0 0; font-size: clamp(18px, 1.6vw, 23px); line-height: 1.5; color: #435049; }

.download-group { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.download-button { min-width: 205px; display: flex; align-items: center; gap: 14px; padding: 14px 20px; border: 1px solid var(--forest); border-radius: 15px; text-decoration: none; background: var(--lime); color: var(--ink); box-shadow: 0 5px 0 var(--forest); transition: transform .2s ease, box-shadow .2s ease; }
.download-button:hover { transform: translateY(-3px); box-shadow: 0 8px 0 var(--forest); }
.download-button svg { width: 28px; height: 28px; fill: currentColor; flex: 0 0 auto; }
.download-button span { display: flex; flex-direction: column; font-size: 18px; line-height: 1.15; font-weight: 800; }
.download-button small { font-size: 10px; text-transform: uppercase; letter-spacing: .07em; font-weight: 650; }
.download-button-dark { background: var(--forest); color: #fff; box-shadow: 0 5px 0 var(--coral); }
.download-button-dark:hover { box-shadow: 0 8px 0 var(--coral); }
.availability { margin: 17px 0 0 4px; color: #68736d; font-size: 12px; }

.hero-visual { min-height: 570px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 490px; height: 490px; border-radius: 50%; background: var(--warm); }
.phone { z-index: 2; width: 278px; height: 565px; padding: 9px; border: 2px solid var(--ink); border-radius: 42px; background: var(--ink); transform: rotate(3.5deg); box-shadow: 24px 28px 0 rgba(24, 37, 31, .10); }
.phone-top { position: absolute; z-index: 2; left: 50%; top: 16px; width: 88px; height: 23px; transform: translateX(-50%); border-radius: 20px; background: var(--ink); }
.phone-screen { height: 100%; padding: 28px 19px 18px; overflow: hidden; border-radius: 33px; background: #fbf8f1; }
.app-head { display: flex; align-items: center; justify-content: space-between; font-size: 12px; }
.app-head b { display: flex; align-items: center; gap: 6px; letter-spacing: -.03em; }.app-head-logo { width: 18px; height: 18px; flex: 0 0 auto; border-radius: 50%; }.app-head i { letter-spacing: 2px; }
.app-kicker { margin: 45px 0 8px; color: var(--coral); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
.phone h2 { margin: 0; font-family: Georgia, serif; font-size: 34px; line-height: .97; letter-spacing: -.05em; font-weight: 500; }
.search-chip { margin-top: 22px; padding: 12px 13px; display: flex; justify-content: space-between; border-radius: 10px; background: var(--lime); font-size: 11px; font-weight: 700; }
.map-shape { position: relative; height: 195px; margin: 18px -8px 0; opacity: .92; background: var(--forest); clip-path: polygon(4% 31%, 14% 11%, 30% 6%, 40% 15%, 54% 4%, 67% 13%, 74% 29%, 95% 33%, 89% 54%, 71% 57%, 67% 77%, 51% 90%, 36% 79%, 18% 90%, 8% 70%, 13% 51%); }
.pin { position: absolute; z-index: 1; width: 15px; height: 15px; border: 4px solid #fff; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 3px var(--coral); }
.pin-a { left: 30%; top: 44%; }.pin-b { left: 61%; top: 25%; }.pin-c { right: 18%; bottom: 23%; }
.safety-card { display: flex; align-items: center; gap: 11px; margin-top: 8px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; }
.safety-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(216, 240, 92, .25); }
.safety-card p { display: flex; flex-direction: column; gap: 3px; margin: 0; font-size: 9px; }.safety-card small { color: #737d77; font-size: 7px; }
.stamp { position: absolute; z-index: 3; width: 116px; height: 116px; display: grid; place-items: center; border: 2px solid var(--coral); border-radius: 50%; color: var(--coral); background: rgba(245, 241, 232, .9); text-align: center; text-transform: uppercase; letter-spacing: .1em; line-height: 1.5; font-size: 9px; font-weight: 850; }
.stamp::after { content: ""; position: absolute; inset: 6px; border: 1px dashed currentColor; border-radius: 50%; }
.stamp-top { top: 16px; right: 3%; transform: rotate(10deg); }.stamp-bottom { bottom: 8px; left: 2%; transform: rotate(-12deg); color: var(--forest); border-color: var(--forest); }
.route-line { position: absolute; z-index: 1; width: 140px; height: 70px; border-top: 2px dashed rgba(24, 37, 31, .35); border-radius: 50%; }.route-one { top: 18%; left: 1%; transform: rotate(24deg); }.route-two { right: 2%; bottom: 24%; transform: rotate(-30deg); }

.audience { max-width: 1440px; margin: 0 auto; padding: 100px clamp(22px, 5vw, 76px) 120px; display: grid; grid-template-columns: 220px minmax(0, 900px); gap: clamp(40px, 8vw, 130px); border-top: 1px solid var(--line); }
.section-label { display: flex; align-items: flex-start; gap: 16px; padding-top: 10px; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.section-label p { margin: 0; }
.audience-copy h2, .notice h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 72px); line-height: 1; letter-spacing: -.05em; font-weight: 500; }
.audience-copy > p { max-width: 900px; margin: 30px 0 0; font-size: clamp(18px, 2vw, 24px); line-height: 1.6; color: #435049; }

.notice { max-width: 1440px; margin: 0 auto; padding: clamp(60px, 8vw, 110px) clamp(22px, 7vw, 110px); display: grid; grid-template-columns: 120px minmax(0, 960px); justify-content: center; gap: clamp(30px, 6vw, 80px); background: var(--forest); color: #f8f5ed; border-radius: var(--radius) var(--radius) 0 0; }
.notice-icon { width: 84px; height: 84px; display: grid; place-items: center; border: 2px solid var(--lime); border-radius: 50%; color: var(--lime); font-family: Georgia, serif; font-size: 52px; font-style: italic; }
.eyebrow.light { color: var(--lime); }.eyebrow.light span { background: var(--lime); }
.notice h2 { max-width: 970px; }.notice > div:last-child > p:last-child { max-width: 900px; margin: 30px 0 0; color: #cad4cf; font-size: 18px; line-height: 1.65; }

footer { max-width: 1440px; margin: 0 auto; padding: 55px clamp(22px, 5vw, 76px) 34px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 28px; align-items: start; background: var(--forest-deep); color: #f8f5ed; }
.footer-brand { color: #f8f5ed; }.footer-brand .brand-mark { color: var(--forest); background: var(--lime); }
footer > p { margin: 7px 0; color: #9ba9a2; font-size: 13px; }
footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 13px; } footer nav a { text-underline-offset: 4px; }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }

.policy-wrap { max-width: 1180px; margin: 0 auto; padding: 90px clamp(22px, 5vw, 76px) 130px; }
.policy-intro { margin-bottom: 65px; }.policy-intro h1 { font-size: clamp(58px, 8vw, 100px); }.policy-intro > p:not(.eyebrow) { margin: 26px 0 0; color: #69736e; }
.language-nav { display: flex; gap: 10px; margin-top: 28px; }.language-nav a { padding: 10px 15px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-size: 12px; font-weight: 750; }.language-nav a:hover { background: var(--lime); }
.policy-card { max-width: 850px; margin: 0 0 28px auto; padding: clamp(28px, 5vw, 64px); border: 1px solid var(--line); border-radius: var(--radius); background: #fffdf8; box-shadow: 0 14px 44px rgba(24,37,31,.05); scroll-margin-top: 25px; }
.policy-lang { margin: 0 0 28px; color: var(--coral); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.policy-card h2 { margin: 0 0 32px; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 58px); letter-spacing: -.04em; font-weight: 500; }.policy-card h3 { margin: 38px 0 12px; font-size: 18px; }.policy-card p { color: #46534c; font-size: 16px; line-height: 1.75; }.policy-card a { font-weight: 700; text-underline-offset: 3px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { z-index: 2; }
  .hero-visual { min-height: 600px; }
  .audience { grid-template-columns: 1fr; gap: 35px; }
  .notice { grid-template-columns: 1fr; }
  .notice-icon { width: 64px; height: 64px; font-size: 38px; }
}

@media (max-width: 620px) {
  .site-header { height: 72px; gap: 16px; }.header-link { flex: 0 0 auto; white-space: nowrap; font-size: 9px; letter-spacing: .06em; }.brand { min-width: 0; gap: 9px; font-size: 17px; }.brand-mark, .brand-logo { width: 32px; height: 32px; }
  .hero { min-height: auto; grid-template-columns: minmax(0, 1fr); padding-bottom: 55px; gap: 35px; }.hero h1 { font-size: clamp(44px, 12.5vw, 52px); }.lead { margin-top: 26px; font-size: 17px; }
  .download-group { flex-direction: column; }.download-button { width: 100%; }
  .hero-visual { min-height: 510px; transform: scale(.84); margin: -10px 0 -45px; }.hero-visual::before { width: 410px; height: 410px; }.phone { width: 250px; height: 505px; }
  .stamp-top { right: 0; }.stamp-bottom { left: 0; }
  .audience { padding-top: 70px; padding-bottom: 75px; }.audience-copy > p { font-size: 17px; }.audience-copy h2, .notice h2 { font-size: 42px; }
  .notice { border-radius: 18px 18px 0 0; }.notice > div:last-child > p:last-child { font-size: 16px; }
  footer { grid-template-columns: 1fr; }.copyright { grid-column: 1; }
  .policy-wrap { padding-top: 60px; }.policy-intro h1 { font-size: 56px; }.policy-card { padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .download-button { transition: none; } }
