@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/MontserratMedium.otf") format("opentype");
  font-weight: 500 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/MontserratBold.otf") format("opentype");
  font-weight: 700 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --navy: #0a2463;
  --navy-deep: #071a4d;
  --blue: #214c9f;
  --blue-soft: #edf3ff;
  --ink: #111827;
  --muted: #667085;
  --line: #dfe5ef;
  --surface: #ffffff;
  --canvas: #f7f9fc;
  --gold: #f6b73c;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 20px 60px rgba(10, 36, 99, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--surface);
  color: var(--ink);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 14px; border-radius: 12px; background: var(--navy); color: #fff; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(16,24,40,.06); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 24px; font-weight: 800; letter-spacing: -.045em; }
.brand img { border-radius: 13px; box-shadow: 0 8px 20px rgba(10,36,99,.18); }
.site-nav { display: flex; align-items: center; gap: 30px; color: #344054; font-size: 14px; font-weight: 600; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--navy); transition: right .2s ease; }
.site-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border-radius: 14px; background: var(--navy); color: #fff; }
.menu-button { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--navy); transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; padding: 74px 0 100px; background: linear-gradient(145deg, #fbfcff 0%, #f4f7ff 48%, #fff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; }
.hero-copy { position: relative; z-index: 2; padding: 34px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: currentColor; }
.hero h1 { max-width: 690px; margin: 20px 0 24px; font-size: clamp(52px, 6.4vw, 84px); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { display: block; color: var(--navy); font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.8vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: stretch; gap: 14px; margin-top: 34px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 17px; padding: 13px 24px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { min-width: 186px; flex-direction: column; align-items: flex-start; background: var(--navy); color: #fff; box-shadow: 0 16px 30px rgba(10,36,99,.2); }
.button-kicker { font-size: 10px; font-weight: 600; line-height: 1; opacity: .72; }
.button strong { margin-top: 4px; font-size: 18px; }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.78); color: var(--navy); }
.button-white { min-width: 200px; flex-direction: column; align-items: flex-start; background: #fff; color: var(--navy); box-shadow: 0 14px 32px rgba(0,0,0,.14); }
.button-outline-light { border-color: rgba(255,255,255,.4); color: #fff; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin: 28px 0 0; padding: 0; list-style: none; color: #475467; font-size: 13px; font-weight: 600; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points span { width: 20px; height: 20px; display: inline-grid; place-items: center; border-radius: 50%; background: #e9f7ef; color: #168052; font-size: 11px; }

.hero-visual { position: relative; min-height: 640px; display: grid; place-items: center; }
.phone-frame { position: relative; z-index: 3; width: 314px; padding: 10px; border: 8px solid #0a1740; border-radius: 48px; background: #0a1740; box-shadow: 0 38px 90px rgba(10,36,99,.28); transform: rotate(3deg); }
.phone-frame::before { content: ""; position: absolute; inset: -4px; border: 2px solid rgba(255,255,255,.55); border-radius: 42px; pointer-events: none; }
.phone-frame img { width: 100%; aspect-ratio: 320 / 694; object-fit: cover; object-position: top; border-radius: 33px; background: #fff; }
.phone-speaker { position: absolute; z-index: 4; top: 16px; left: 50%; width: 88px; height: 24px; transform: translateX(-50%); border-radius: 16px; background: #07112f; }
.phone-shadow { position: absolute; z-index: 1; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(71,119,221,.24) 0%, rgba(196,213,255,.15) 54%, transparent 72%); }
.mode-pill { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 16px 34px rgba(10,36,99,.13); backdrop-filter: blur(12px); color: var(--navy); font-size: 13px; font-weight: 700; }
.mode-pill span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 10px; background: var(--blue-soft); font-size: 16px; }
.mode-pill-sale { top: 108px; right: -4px; }
.mode-pill-swap { top: 258px; left: -2px; }
.mode-pill-loan { bottom: 126px; right: 8px; }
.floating-card { position: absolute; z-index: 5; bottom: 26px; left: 50%; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 18px; background: var(--navy); color: #fff; box-shadow: 0 18px 38px rgba(10,36,99,.28); transform: translateX(-50%) rotate(-2deg); }
.floating-card div { display: grid; gap: 3px; white-space: nowrap; }
.floating-card strong { font-size: 13px; }
.floating-card small { color: rgba(255,255,255,.68); font-size: 10px; }
.floating-dot { width: 10px; height: 10px; border: 3px solid rgba(255,255,255,.28); border-radius: 50%; background: #61d397; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { top: -180px; right: -140px; width: 460px; height: 460px; background: rgba(123,158,235,.12); }
.hero-orb-two { bottom: -210px; left: -160px; width: 430px; height: 430px; background: rgba(246,183,60,.08); }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { display: grid; gap: 7px; padding: 30px 36px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border: 0; }
.trust-grid strong { color: var(--navy); font-size: 17px; }
.trust-grid span { color: var(--muted); font-size: 13px; line-height: 1.5; }

.section { padding: 110px 0; }
.section-heading { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .safety-copy h2, .download-card h2 { margin: 14px 0 16px; font-size: clamp(38px, 5vw, 58px); line-height: 1.08; letter-spacing: -.05em; }
.section-heading p, .safety-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading-left { margin: 0; text-align: left; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 10px 34px rgba(16,24,40,.045); }
.feature-card h3 { margin: 22px 0 12px; font-size: 22px; letter-spacing: -.03em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.feature-highlight { position: relative; grid-row: span 2; min-height: 580px; overflow: hidden; background: var(--navy); color: #fff; border-color: transparent; }
.feature-highlight p { color: rgba(255,255,255,.7); }
.feature-index { color: rgba(255,255,255,.48); font-size: 13px; font-weight: 700; }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--blue-soft); color: var(--navy); font-size: 25px; font-weight: 800; }
.mini-map { position: absolute; inset: auto 24px 24px; height: 270px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.03)); }
.mini-map::before, .mini-map::after { content: ""; position: absolute; width: 340px; height: 1px; background: rgba(255,255,255,.11); transform: rotate(28deg); }
.mini-map::before { top: 92px; left: -38px; }.mini-map::after { top: 176px; left: -12px; transform: rotate(-20deg); }
.map-line { position: absolute; height: 1px; background: rgba(255,255,255,.1); }
.line-one { width: 280px; top: 70px; left: 10px; transform: rotate(-42deg); }.line-two { width: 260px; bottom: 54px; left: 34px; transform: rotate(12deg); }
.map-pin { position: absolute; z-index: 2; width: 22px; height: 22px; border: 6px solid rgba(255,255,255,.9); border-radius: 50% 50% 50% 0; background: var(--gold); transform: rotate(-45deg); box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.pin-one { top: 45px; left: 28%; }.pin-two { top: 130px; right: 22%; }.pin-three { bottom: 36px; left: 44%; }

.section-steps { background: var(--navy-deep); color: #fff; }
.section-heading-light p { color: rgba(255,255,255,.65); }
.section-heading-light .eyebrow { color: #a9c2ff; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 0; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 26px; list-style: none; overflow: hidden; background: rgba(255,255,255,.14); }
.steps li { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; gap: 34px; padding: 32px; background: var(--navy-deep); }
.step-number { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.1); color: #b9ccff; font-size: 14px; font-weight: 800; }
.steps h3 { margin: 0 0 12px; font-size: 22px; }
.steps p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; }

.safety-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.safety-copy h2 { max-width: 470px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 28px; color: var(--navy); font-size: 14px; font-weight: 800; }
.text-link span { transition: transform .2s; }.text-link:hover span { transform: translateX(5px); }
.safety-list { border-top: 1px solid var(--line); }
.safety-list article { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.safety-list article > span { color: var(--blue); font-size: 12px; font-weight: 800; }
.safety-list h3 { margin: 0 0 7px; font-size: 19px; }
.safety-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.faq-section { background: var(--canvas); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.section-heading-left a { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 24px; padding: 25px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -8px 42px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.accordion details p a { color: var(--blue); text-decoration: underline; }

.download-section { padding: 42px 0 90px; background: var(--canvas); }
.download-card { display: flex; align-items: center; justify-content: space-between; gap: 44px; padding: 60px 64px; border-radius: var(--radius-lg); background: linear-gradient(135deg, #0a2463 0%, #173f8c 100%); color: #fff; box-shadow: var(--shadow); }
.download-card h2 { margin-bottom: 12px; }
.download-card p { margin: 0; color: rgba(255,255,255,.7); }
.download-actions { display: flex; align-items: stretch; gap: 12px; }
.eyebrow-light { color: #b8cdff; }

.site-footer { padding: 72px 0 26px; background: #061336; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4,1fr); gap: 36px; }
.footer-brand p { max-width: 280px; margin: 18px 0 0; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.6; }
.site-footer h2 { margin: 7px 0 20px; color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-grid a:not(.brand) { color: rgba(255,255,255,.72); font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 11px; }

/* İç sayfalar */
.subpage-hero { padding: 74px 0 58px; background: linear-gradient(140deg, #f2f6ff, #fff); border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; color: var(--muted); font-size: 12px; }
.breadcrumb a:hover { color: var(--navy); }
.subpage-hero h1 { max-width: 840px; margin: 0; font-size: clamp(42px, 6vw, 68px); line-height: 1.05; letter-spacing: -.055em; }
.subpage-hero p { max-width: 760px; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0,760px); justify-content: center; gap: 70px; padding: 72px 0 110px; }
.legal-aside { position: sticky; top: 112px; align-self: start; display: grid; gap: 10px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--canvas); }
.legal-aside a { padding: 10px 12px; border-radius: 10px; color: var(--muted); font-size: 12px; font-weight: 700; }
.legal-aside a:hover, .legal-aside a[aria-current="page"] { background: #fff; color: var(--navy); box-shadow: 0 5px 14px rgba(16,24,40,.06); }
.legal-content { min-width: 0; }
.legal-meta { margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.legal-summary { margin: 0 0 38px; padding: 23px 26px; border-left: 4px solid var(--blue); border-radius: 0 16px 16px 0; background: var(--blue-soft); color: #334155; font-size: 15px; line-height: 1.75; }
.legal-section { scroll-margin-top: 110px; }
.legal-section h2 { margin: 40px 0 13px; color: var(--navy); font-size: 23px; letter-spacing: -.025em; }
.legal-section p { margin: 0 0 13px; color: #475467; font-size: 14px; line-height: 1.8; }
.legal-section a, .notice a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-error { padding: 20px; border-radius: 15px; background: #fff1f1; color: #9f1c1c; }

.support-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; padding: 72px 0 110px; }
.support-card { min-height: 250px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 10px 34px rgba(16,24,40,.045); }
.support-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; min-height: auto; background: var(--navy); color: #fff; }
.support-card h2 { margin: 20px 0 12px; font-size: 24px; letter-spacing: -.03em; }
.support-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.support-card-wide p { color: rgba(255,255,255,.66); }
.support-label { display: inline-flex; padding: 7px 10px; border-radius: 9px; background: var(--blue-soft); color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.guide-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 72px; align-items: start; padding: 76px 0 110px; }
.guide-content { min-width: 0; }
.guide-content > p { color: #475467; font-size: 16px; line-height: 1.85; }
.guide-content h2 { margin: 44px 0 14px; color: var(--navy); font-size: clamp(28px,4vw,38px); letter-spacing: -.04em; }
.guide-content h3 { margin: 26px 0 10px; font-size: 20px; letter-spacing: -.025em; }
.guide-content ul, .guide-content ol { display: grid; gap: 12px; margin: 20px 0 30px; padding-left: 24px; color: #475467; font-size: 15px; line-height: 1.7; }
.guide-callout { margin: 34px 0; padding: 26px 28px; border-left: 4px solid var(--blue); border-radius: 0 18px 18px 0; background: var(--blue-soft); }
.guide-callout strong { display: block; margin-bottom: 8px; color: var(--navy); font-size: 17px; }
.guide-callout p { margin: 0; color: #475467; font-size: 14px; line-height: 1.75; }
.guide-aside { position: sticky; top: 110px; display: grid; gap: 16px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--canvas); }
.guide-aside h2 { margin: 0; color: var(--navy); font-size: 24px; letter-spacing: -.035em; }
.guide-aside p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.guide-aside .button { width: 100%; }
.guide-links { display: grid; gap: 9px; padding-top: 18px; border-top: 1px solid var(--line); }
.guide-links a { color: var(--blue); font-size: 13px; font-weight: 700; }
.account-steps { counter-reset: account-step; display: grid; gap: 16px; margin: 34px 0; padding: 0; list-style: none; }
.account-steps li { counter-increment: account-step; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 15px; }
.account-steps li::before { content: counter(account-step); width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--navy); color: #fff; font-weight: 800; }
.account-steps strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 14px; }
.account-steps span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.notice { padding: 22px 24px; border: 1px solid #f3d595; border-radius: 16px; background: #fff9eb; color: #684a0d; font-size: 13px; line-height: 1.7; }
.empty-page { min-height: 70vh; display: grid; place-items: center; padding: 60px 20px; text-align: center; }
.empty-page h1 { margin: 12px 0; font-size: clamp(52px,10vw,92px); color: var(--navy); }.empty-page p { color: var(--muted); }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-copy > p { margin-inline: auto; }
  .hero h1 em { display: inline; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { min-height: 620px; max-width: 650px; margin: 0 auto; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .feature-highlight { grid-row: span 2; }
  .safety-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2,1fr); }
  .legal-layout { grid-template-columns: 190px minmax(0,1fr); gap: 38px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 600px); }
  .nav-shell { min-height: 72px; }
  .brand { font-size: 21px; }
  .brand img { width: 38px; height: 38px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 18px 20px 28px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px rgba(10,36,99,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 14px; border-radius: 12px; }
  .site-nav a::after { display: none; }
  .nav-cta { text-align: center; }
  .hero { padding: 48px 0 72px; }
  .hero h1 { margin-top: 16px; font-size: clamp(46px,14vw,66px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .button-primary, .button-white { align-items: center; }
  .hero-points { gap: 12px; }
  .hero-visual { min-height: 560px; }
  .phone-frame { width: 270px; }
  .mode-pill { padding: 10px 12px; }
  .mode-pill-sale { right: 0; }.mode-pill-swap { left: 0; }.mode-pill-loan { right: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 22px 8px; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .safety-copy h2, .download-card h2 { font-size: 40px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 250px; }
  .feature-highlight { min-height: 540px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 220px; }
  .download-card { flex-direction: column; align-items: stretch; padding: 42px 28px; text-align: center; }
  .download-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .subpage-hero { padding: 48px 0 42px; }
  .subpage-hero h1 { font-size: 43px; }
  .legal-layout { display: block; padding: 48px 0 76px; }
  .legal-aside { position: static; display: flex; overflow-x: auto; margin-bottom: 36px; }
  .legal-aside a { white-space: nowrap; }
  .support-grid { grid-template-columns: 1fr; padding: 48px 0 76px; }
  .support-card-wide { grid-column: auto; grid-template-columns: 1fr; }
  .guide-layout { grid-template-columns: 1fr; gap: 38px; padding: 48px 0 76px; }
  .guide-aside { position: static; }
}

@media (max-width: 420px) {
  .hero-visual { min-height: 520px; }
  .phone-frame { width: 240px; border-width: 6px; border-radius: 40px; }
  .phone-frame img { border-radius: 28px; }
  .mode-pill { font-size: 11px; }.mode-pill span { width: 24px; height: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
