:root {
  --bg: #08101c;
  --bg-2: #0d1827;
  --surface: #ffffff;
  --surface-2: #f4f7f7;
  --text: #142033;
  --muted: #667386;
  --white: #ffffff;
  --green: #13945b;
  --green-dark: #0c7546;
  --green-soft: #e8f7ef;
  --orange: #e58a1f;
  --orange-dark: #bd6711;
  --gold: #f0c04b;
  --line: #dfe6e9;
  --shadow: 0 24px 70px rgba(8, 16, 28, .14);
  --radius: 24px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--surface); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(7, 14, 24, .94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 172px; }
.primary-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.primary-nav a { color: #dbe4ec; font-size: 14px; font-weight: 700; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: #fff; }
.header-cta { padding: 11px 17px; border-radius: 12px; background: var(--green); color: #fff; font-weight: 850; font-size: 14px; box-shadow: 0 8px 24px rgba(19,148,91,.3); }
.menu-toggle { display: none; margin-left: auto; border: 1px solid rgba(255,255,255,.2); background: transparent; color: #fff; border-radius: 10px; padding: 9px 12px; font: inherit; font-weight: 800; }
.section-dark { background: var(--bg); color: #fff; }
.hero { position: relative; overflow: hidden; padding: 86px 0 78px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 85%); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(10px); opacity: .35; pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; background: radial-gradient(circle, rgba(24,176,106,.55), transparent 68%); right: 5%; top: -120px; }
.hero-glow-two { width: 380px; height: 380px; background: radial-gradient(circle, rgba(229,138,31,.42), transparent 68%); left: -180px; bottom: -180px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); gap: 72px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.045); color: #dce8ee; font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.dot, .status-dot { width: 8px; height: 8px; border-radius: 50%; background: #22d47f; box-shadow: 0 0 0 5px rgba(34,212,127,.14); }
h1, h2, h3 { margin: 0; line-height: 1.13; letter-spacing: -.025em; }
h1 { font-size: clamp(43px, 6vw, 74px); max-width: 760px; margin-top: 22px; }
h2 { font-size: clamp(32px, 4vw, 50px); }
h3 { font-size: 20px; }
.hero h1 { background: linear-gradient(92deg, #fff 0%, #fff 62%, #c9f6dd 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { max-width: 720px; margin: 24px 0 0; font-size: 19px; color: #c8d4df; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 13px 19px; border-radius: 14px; font-size: 15px; font-weight: 900; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .header-cta:focus-visible, .primary-nav a:focus-visible, .mobile-cta-bar a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-primary { color: #fff; background: linear-gradient(135deg, #16a565, #0f7d4c); box-shadow: 0 14px 34px rgba(19,148,91,.28); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(19,148,91,.38); }
.button-secondary { color: #182133; background: linear-gradient(135deg, #ffd872, #eca62c); box-shadow: 0 14px 34px rgba(229,138,31,.22); }
.button-tertiary { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.section:not(.section-dark) .button-tertiary { background: var(--bg); }
.button-icon { font-size: 18px; line-height: 1; }
.external-note { color: #91a0ae; font-size: 12px; margin: 14px 0 0; max-width: 650px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 26px; color: #d7e1e9; font-size: 13px; font-weight: 750; }
.hero-panel { background: linear-gradient(160deg, rgba(255,255,255,.105), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.15); border-radius: 28px; padding: 18px; box-shadow: 0 38px 100px rgba(0,0,0,.3); transform: rotate(1deg); }
.panel-top { display: flex; align-items: center; gap: 10px; padding: 4px 4px 15px; color: #e6eef4; font-size: 13px; font-weight: 800; }
.panel-badge { margin-left: auto; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.09); }
.phone-card { border-radius: 22px; background: #fff; color: var(--text); padding: 22px; }
.phone-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 20px; }
.phone-head img { background: #07101b; padding: 6px 8px; border-radius: 8px; }
.lock-chip { font-size: 11px; color: var(--green-dark); background: var(--green-soft); border-radius: 999px; padding: 6px 9px; font-weight: 850; }
.mock-field { border: 1px solid var(--line); border-radius: 13px; padding: 12px 14px; margin-top: 11px; }
.mock-field span { display: block; font-size: 11px; color: var(--muted); }
.mock-field b { display: block; margin-top: 3px; font-size: 14px; }
.mock-button { margin-top: 15px; text-align: center; background: var(--green); color: #fff; border-radius: 13px; padding: 13px; font-weight: 900; }
.mini-checks { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 16px; }
.mini-checks span { border-radius: 10px; background: var(--surface-2); padding: 9px 7px; text-align: center; font-size: 10px; color: var(--muted); font-weight: 800; }
.panel-caption { margin: 14px 5px 2px; color: #c1ced7; font-size: 12px; }
.quick-strip { background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 10px 30px rgba(8,16,28,.04); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-grid div { display: flex; flex-direction: column; gap: 2px; padding: 22px 24px; border-right: 1px solid var(--line); }
.quick-grid div:first-child { border-left: 1px solid var(--line); }
.quick-grid strong { font-size: 21px; color: var(--green-dark); }
.quick-grid span { color: var(--muted); font-size: 12px; font-weight: 700; }
.section { padding: 92px 0; }
.section-soft { background: var(--surface-2); }
.two-column { display: grid; grid-template-columns: .92fr 1.08fr; gap: 76px; align-items: start; }
.section-label { display: inline-block; margin-bottom: 15px; color: var(--green-dark); font-size: 12px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.section-label.light { color: #67e3a1; }
.prose p, .section-heading p, .feature-copy > p { color: var(--muted); font-size: 17px; margin: 0 0 18px; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.step-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 27px 24px; box-shadow: 0 14px 36px rgba(8,16,28,.055); }
.step-number { display: inline-flex; min-width: 44px; height: 32px; align-items: center; justify-content: center; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-weight: 950; font-size: 12px; margin-bottom: 34px; }
.step-card h3 { margin-bottom: 12px; }
.step-card p { color: var(--muted); font-size: 14px; margin: 0; }
.center-action { text-align: center; margin-top: 34px; }
.split-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: 82px; align-items: center; }
.split-feature.reverse { grid-template-columns: 1.1fr .9fr; }
.feature-copy h2 { margin-bottom: 20px; }
.feature-copy .button { margin-top: 16px; }
.feature-visual { min-height: 490px; position: relative; display: grid; place-items: center; border-radius: 30px; overflow: hidden; background: linear-gradient(145deg, #eaf8f0, #fff3df); }
.feature-visual::before { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(19,148,91,.11); top: -80px; right: -60px; }
.visual-card { position: absolute; width: min(76%, 380px); height: 310px; border-radius: 25px; box-shadow: var(--shadow); }
.card-back { background: linear-gradient(145deg, #0f7e4d, #13a766); transform: rotate(-9deg) translate(-28px, 8px); }
.card-front { background: #fff; padding: 32px; transform: rotate(3deg) translate(20px, -4px); }
.tiny-label { font-size: 10px; letter-spacing: .14em; color: var(--green-dark); font-weight: 950; }
.visual-line { height: 13px; border-radius: 999px; background: #e5ebee; margin-top: 18px; width: 77%; }
.visual-line.wide { width: 100%; margin-top: 28px; }
.visual-line.short { width: 55%; }
.visual-check { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: var(--muted); font-size: 13px; font-weight: 800; }
.visual-check span { display: inline-grid; place-items: center; width: 26px; height: 26px; background: var(--green-soft); color: var(--green-dark); border-radius: 50%; }
.visual-action { margin-top: 20px; background: var(--bg); color: #fff; border-radius: 12px; text-align: center; padding: 13px; font-weight: 900; }
.check-list { list-style: none; padding: 0; margin: 27px 0 5px; display: grid; gap: 18px; }
.check-list li { display: grid; grid-template-columns: 32px 1fr; gap: 13px; align-items: start; }
.check-list li > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-weight: 950; }
.check-list strong { display: block; margin-bottom: 3px; }
.check-list p { margin: 0; color: var(--muted); font-size: 14px; }
.app-section { overflow: hidden; }
.app-section .feature-copy > p { color: #b7c6d1; }
.info-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin: 28px 0 8px; }
.info-grid > div { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 17px; }
.info-icon { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(34,212,127,.14); color: #65e8a2; font-size: 12px; font-weight: 950; margin-bottom: 12px; }
.info-grid strong { display: block; margin-bottom: 5px; }
.info-grid p { margin: 0; color: #9fb0bd; font-size: 13px; }
.app-phone { justify-self: center; width: 330px; padding: 14px; border-radius: 44px; background: #03070c; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 44px 120px rgba(0,0,0,.55); transform: rotate(3deg); }
.phone-speaker { width: 82px; height: 6px; background: #27313b; border-radius: 999px; margin: 2px auto 11px; }
.app-screen { min-height: 545px; border-radius: 31px; padding: 28px 20px; background: linear-gradient(180deg, #0c1b2d, #f3f7f5 48%); overflow: hidden; }
.app-screen > img { display: block; margin-inline: auto; }
.app-hero-shape { width: 180px; height: 180px; border-radius: 50%; margin: 30px auto -22px; background: radial-gradient(circle at 35% 30%, #fbd167, #e7861a 52%, #a95307); display: grid; place-items: center; box-shadow: 0 20px 50px rgba(229,138,31,.35); }
.app-hero-shape span { font-size: 55px; font-weight: 1000; color: #fff; text-shadow: 0 6px 18px rgba(0,0,0,.22); }
.app-stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; background: #fff; padding: 12px; border-radius: 16px; box-shadow: 0 12px 34px rgba(8,16,28,.13); position: relative; }
.app-stat-row span { text-align: center; font-size: 10px; color: var(--muted); font-weight: 850; }
.app-banner { margin-top: 14px; border-radius: 13px; padding: 13px; background: var(--green); color: #fff; text-align: center; font-size: 12px; font-weight: 900; }
.app-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 12px; }
.app-cards i { display: block; height: 64px; border-radius: 13px; background: #fff; box-shadow: 0 8px 24px rgba(8,16,28,.08); }
.safety-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.safety-grid article { border: 1px solid var(--line); border-radius: 20px; padding: 25px; }
.safety-icon { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding-inline: 8px; border-radius: 13px; background: var(--green-soft); color: var(--green-dark); font-size: 14px; font-weight: 950; margin-bottom: 23px; }
.safety-grid h3 { margin-bottom: 10px; }
.safety-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.help-layout, .faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 74px; align-items: start; }
.sticky-heading { position: sticky; top: 112px; }
.help-list, .faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
summary { cursor: pointer; list-style: none; padding: 21px 54px 21px 21px; font-weight: 850; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-2); color: var(--green-dark); font-size: 18px; }
details[open] summary::after { content: "–"; }
details p { margin: 0; padding: 0 21px 21px; color: var(--muted); font-size: 15px; }
.responsible-section { padding-top: 0; }
.responsible-card { display: grid; grid-template-columns: 1.18fr .82fr; gap: 44px; align-items: center; padding: 43px; border-radius: 28px; background: linear-gradient(135deg, #fff4df, #ebf8f1); border: 1px solid #eadfc9; }
.responsible-card h2 { font-size: clamp(29px,4vw,44px); margin-bottom: 15px; }
.responsible-card p { margin: 0; color: var(--muted); }
.limit-box { display: grid; gap: 9px; padding: 24px; border-radius: 19px; background: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.9); }
.limit-box strong { margin-bottom: 5px; }
.limit-box span { color: var(--muted); font-size: 14px; }
.faq-layout .section-heading p { color: #aebdca; }
.faq-list details { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.faq-list summary { color: #fff; }
.faq-list summary::after { background: rgba(255,255,255,.1); color: #70e6a8; }
.faq-list details p { color: #adbdc9; }
.final-cta { padding: 72px 0; background: #fff; }
.final-card { text-align: center; border: 1px solid var(--line); border-radius: 30px; padding: 52px 30px; background: linear-gradient(180deg, #fff, #f4f8f6); box-shadow: 0 26px 70px rgba(8,16,28,.08); }
.final-card img { background: var(--bg); border-radius: 10px; padding: 7px 10px; }
.final-card h2 { margin-top: 24px; }
.final-card p { color: var(--muted); }
.centered-row { justify-content: center; }
.site-footer { background: #050b13; color: #fff; padding: 62px 0 105px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1.1fr; gap: 42px; }
.footer-brand img { margin-bottom: 17px; }
.footer-brand p, .footer-notice p { color: #8fa0ae; font-size: 13px; max-width: 360px; }
.footer-grid h3 { font-size: 14px; margin-bottom: 18px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a { color: #aebdca; font-size: 13px; margin-bottom: 10px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.08); margin-top: 38px; padding-top: 20px; color: #718290; font-size: 12px; }
.mobile-cta-bar { display: none; }
@media (max-width: 1040px) {
  .primary-nav { gap: 16px; }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 42px; }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.3fr .7fr .7fr; }
  .footer-notice { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  body { padding-bottom: 66px; }
  .header-inner { min-height: 68px; }
  .brand img { width: 150px; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .primary-nav { position: absolute; left: 18px; right: 18px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: #0b1522; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px 10px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .primary-nav a:last-child { border-bottom: 0; }
  .hero { padding: 62px 0 55px; }
  .hero-grid, .two-column, .split-feature, .split-feature.reverse, .help-layout, .faq-layout, .responsible-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .hero-panel { max-width: 530px; width: 100%; justify-self: center; transform: none; }
  .quick-grid { grid-template-columns: repeat(2,1fr); }
  .quick-grid div:nth-child(odd) { border-left: 1px solid var(--line); }
  .quick-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .split-feature { gap: 50px; }
  .feature-visual { min-height: 420px; }
  .feature-copy { order: -1; }
  .app-section .feature-copy { order: 0; }
  .app-phone { order: 1; }
  .safety-grid { grid-template-columns: repeat(2,1fr); }
  .sticky-heading { position: static; }
  .help-layout, .faq-layout { gap: 12px; }
  .responsible-section { padding-top: 0; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-cta-bar { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3,1fr); background: #07101b; border-top: 1px solid rgba(255,255,255,.13); padding: 7px max(8px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); box-shadow: 0 -12px 40px rgba(0,0,0,.3); }
  .mobile-cta-bar a { display: flex; align-items: center; justify-content: center; gap: 6px; color: #fff; min-height: 48px; font-size: 12px; font-weight: 900; border-right: 1px solid rgba(255,255,255,.1); }
  .mobile-cta-bar a:last-child { border-right: 0; }
  .mobile-cta-bar span { color: #6fe2a5; }
}
@media (max-width: 580px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .hero { padding-top: 44px; }
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  .hero-lead { font-size: 16px; }
  .cta-row { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
  .quick-grid div { padding: 18px 15px; }
  .steps-grid, .safety-grid, .info-grid { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 31px; }
  .feature-visual { min-height: 360px; }
  .visual-card { height: 280px; }
  .card-front { padding: 25px; }
  .app-phone { width: min(100%, 320px); }
  .responsible-card { padding: 28px 22px; }
  .final-card { padding: 40px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mini-checks { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* Expanded homepage content */
.action-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.action-choice-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 27px; box-shadow: 0 16px 42px rgba(8,16,28,.055); }
.action-choice-card.featured-choice { border-color: rgba(19,148,91,.36); box-shadow: 0 18px 52px rgba(19,148,91,.12); }
.choice-tag { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: 11px; font-weight: 950; margin-bottom: 20px; }
.action-choice-card h3 { margin-bottom: 11px; }
.action-choice-card p { margin: 0; color: var(--muted); font-size: 14px; }
.action-choice-card ul { margin: 18px 0 0; padding-left: 19px; color: var(--muted); font-size: 13px; }
.action-choice-card li + li { margin-top: 6px; }
.comparison-wrap { margin-top: 30px; overflow-x: auto; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
.comparison-table caption { padding: 18px 20px; text-align: left; color: var(--muted); font-size: 13px; font-weight: 750; border-bottom: 1px solid var(--line); }
.comparison-table th, .comparison-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 13px; }
.comparison-table thead th { background: #eef5f1; color: var(--green-dark); font-weight: 950; }
.comparison-table tbody th { color: var(--text); }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom: 0; }
.preflight-panel { margin-top: 36px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; padding: 30px; border-radius: 22px; background: #fff; border: 1px solid var(--line); }
.preflight-panel h3 { font-size: 25px; margin-bottom: 12px; }
.preflight-panel p { margin: 0; color: var(--muted); font-size: 14px; }
.preflight-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.preflight-grid div { padding: 16px; border-radius: 15px; background: var(--surface-2); }
.preflight-grid strong { display: block; margin-bottom: 6px; font-size: 14px; }
.preflight-grid span { display: block; color: var(--muted); font-size: 12px; }
.record-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; }
.record-copy h2 { margin-bottom: 18px; }
.record-copy p { color: var(--muted); font-size: 16px; }
.record-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: 0 18px 48px rgba(8,16,28,.06); }
.record-card h3 { margin-bottom: 22px; }
.record-list { display: grid; gap: 12px; }
.record-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; padding: 13px; border-radius: 14px; background: var(--surface-2); }
.record-list > div > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-size: 11px; font-weight: 950; }
.record-list p { margin: 0; color: var(--muted); font-size: 12px; }
.record-list strong { display: block; color: var(--text); font-size: 13px; margin-bottom: 2px; }
.device-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.device-grid article { border: 1px solid var(--line); border-radius: 20px; padding: 24px; }
.device-grid article > span { display: inline-grid; place-items: center; min-width: 42px; height: 32px; padding-inline: 10px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: 11px; font-weight: 950; margin-bottom: 22px; }
.device-grid h3 { margin-bottom: 10px; }
.device-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.device-note { margin-top: 22px; border-left: 4px solid var(--orange); background: #fff6e7; color: #6f541f; padding: 16px 18px; border-radius: 0 14px 14px 0; font-size: 13px; }
.status-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.status-grid article { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 24px; }
.status-grid h3 { margin: 15px 0 9px; }
.status-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.status-label { display: inline-flex; align-items: center; padding: 6px 9px; border-radius: 999px; font-size: 10px; font-weight: 950; text-transform: uppercase; letter-spacing: .06em; }
.status-label.waiting { background: #fff3d6; color: #8b5c00; }
.status-label.warning { background: #ffe9df; color: #9a3e16; }
.status-label.stopped { background: #f4e7ea; color: #8a2b40; }
.status-label.complete { background: var(--green-soft); color: var(--green-dark); }
.promo-disclaimer { max-width: 720px; margin: 18px auto 0 !important; font-size: 12px; }
.footer-promo-button { display: inline-flex; align-items: center; justify-content: center; margin-top: 8px; padding: 11px 14px; border-radius: 11px; background: linear-gradient(135deg, #ffd872, #eca62c); color: #172033 !important; font-size: 12px !important; font-weight: 950; box-shadow: 0 10px 28px rgba(229,138,31,.18); }
.footer-promo-button:hover { color: #172033 !important; transform: translateY(-1px); }

@media (max-width: 1040px) {
  .action-choice-grid, .device-grid, .status-grid { grid-template-columns: repeat(2,1fr); }
  .action-choice-card:last-child, .device-grid article:last-child, .status-grid article:last-child { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .preflight-panel, .record-layout { grid-template-columns: 1fr; }
  .preflight-panel { gap: 22px; }
}
@media (max-width: 580px) {
  .action-choice-grid, .device-grid, .status-grid, .preflight-grid { grid-template-columns: 1fr; }
  .action-choice-card:last-child, .device-grid article:last-child, .status-grid article:last-child { grid-column: auto; }
  .preflight-panel, .record-card { padding: 22px; }
}

/* Multi-page content */
.page-hero{padding:72px 0 58px;background:radial-gradient(circle at 85% 15%,rgba(34,212,127,.16),transparent 28%),linear-gradient(180deg,#08101c,#0b1623);color:#fff}.page-hero .breadcrumbs{margin-bottom:30px}.breadcrumbs{display:flex;gap:10px;align-items:center;font-size:13px;color:#91a3b2}.breadcrumbs a{color:#64e5a1}.page-hero h1{max-width:850px;margin-bottom:18px}.page-hero p{max-width:780px;color:#b4c2cd;font-size:18px}.page-actions{margin-top:28px;display:flex;flex-wrap:wrap;gap:12px}.content-shell{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:54px;align-items:start}.article-main{min-width:0}.content-block{padding:0 0 44px;margin-bottom:44px;border-bottom:1px solid var(--line)}.content-block:last-child{border-bottom:0}.content-block h2{font-size:clamp(26px,3vw,38px);margin-bottom:18px}.content-block p{color:var(--muted);font-size:16px;line-height:1.82}.check-list.compact{gap:12px;margin-top:22px}.check-list.compact li{grid-template-columns:28px 1fr}.check-list.compact li>span{width:25px;height:25px;font-size:12px}.notice-box{margin-top:22px;padding:18px 20px;border:1px solid #ead8b5;border-radius:15px;background:#fff8e8;color:#6e5420;font-weight:700}.side-card{position:sticky;top:105px;border:1px solid var(--line);border-radius:22px;background:#fff;padding:24px;box-shadow:0 18px 45px rgba(8,16,28,.07)}.side-card h2{font-size:20px}.side-card p{font-size:14px;color:var(--muted)}.side-links{display:grid;gap:9px;margin:18px 0}.side-links a{padding:11px 12px;border-radius:11px;background:var(--surface-2);font-size:13px;font-weight:800}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.related-card{display:flex;flex-direction:column;gap:8px;padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;transition:.2s transform,.2s box-shadow}.related-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(8,16,28,.08)}.related-card span{font-size:13px;color:var(--muted)}.legal-meta{display:flex;gap:18px;flex-wrap:wrap;color:#8a9aa8;font-size:13px;margin-top:20px}.legal-content h2{margin-top:42px}.legal-content h3{margin-top:28px}.legal-content p,.legal-content li{color:var(--muted);line-height:1.8}.legal-content ul{padding-left:22px}.contact-card{border:1px solid var(--line);border-radius:18px;padding:24px;background:#fff;margin:20px 0}.contact-card strong{display:block;margin-bottom:8px}.contact-card code{word-break:break-all}.table-wrap{overflow:auto;margin:22px 0}.info-table{width:100%;border-collapse:collapse;min-width:620px}.info-table th,.info-table td{padding:14px;border:1px solid var(--line);text-align:left}.info-table th{background:var(--surface-2)}
@media(max-width:900px){.content-shell{grid-template-columns:1fr}.side-card{position:static}.related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.page-hero{padding:52px 0 44px}.page-hero p{font-size:16px}.page-actions{display:grid}.related-grid{grid-template-columns:1fr}.content-block{padding-bottom:32px;margin-bottom:34px}}
