
:root {
  --ink: #10110f;
  --muted: #65685f;
  --paper: #f6f5ef;
  --card: #fffefa;
  --lime: #c7ff35;
  --lime-dark: #aee921;
  --line: #deded4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.nav { height: 90px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 19px; font-weight: 900; letter-spacing: .14em; }
.brand-mark { width: 31px; height: 31px; display: flex; gap: 3px; align-items: flex-end; padding: 7px; background: var(--ink); border-radius: 50%; transform: rotate(-10deg); }
.brand-mark i { width: 4px; border-radius: 3px; background: var(--lime); display: block; }
.brand-mark i:nth-child(1) { height: 9px; }
.brand-mark i:nth-child(2) { height: 16px; }
.brand-mark i:nth-child(3) { height: 12px; }
.nav-links { display: flex; gap: 34px; color: #494c45; font-size: 14px; font-weight: 700; }
.nav-links a:hover { color: #000; }
.nav-cta { display: flex; align-items: center; gap: 16px; border: 1px solid var(--ink); border-radius: 999px; padding: 11px 12px 11px 20px; font-size: 13px; font-weight: 800; }
.nav-cta span { display: grid; place-items: center; width: 27px; height: 27px; background: var(--lime); border-radius: 50%; }

.hero { text-align: center; padding: 78px 0 66px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; border: 1px solid #d6d6cc; border-radius: 999px; background: rgba(255,255,255,.6); padding: 8px 14px; color: #51554c; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow span { color: #78b000; font-size: 11px; }
h1 { margin: 24px auto 18px; max-width: 940px; font-size: clamp(54px, 7.3vw, 94px); line-height: .94; letter-spacing: -.072em; font-weight: 900; }
h1 em { color: transparent; -webkit-text-stroke: 1.4px var(--ink); font-style: normal; }
.hero-copy { max-width: 650px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.65; }

.download-card { max-width: 920px; margin: 43px auto 0; padding: 12px; background: var(--card); border: 1px solid #d9d8cd; border-radius: 20px; box-shadow: 0 24px 70px rgba(34,35,27,.10); text-align: left; }
.input-row { display: flex; gap: 10px; }
.url-field { position: relative; flex: 1; display: flex; align-items: center; height: 60px; border: 1px solid #cdcdc3; border-radius: 12px; background: #f9f9f5; }
.link-icon { margin-left: 19px; color: #696c64; font-size: 21px; transform: rotate(-45deg); }
.url-field input { width: 100%; height: 100%; border: 0; outline: 0; background: transparent; padding: 0 116px 0 12px; color: #161713; }
.url-field input::placeholder { color: #999b94; }
.detected { position: absolute; right: 12px; max-width: 104px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 5px 8px; background: #e9eadf; border-radius: 7px; color: #575b51; font-size: 11px; font-weight: 800; }
.primary-button { min-width: 220px; height: 60px; border: 1px solid #91bf19; border-radius: 12px; background: var(--lime); color: #171a10; font-weight: 900; display: inline-flex; align-items: center; justify-content: center; gap: 11px; cursor: pointer; box-shadow: inset 0 -3px 0 rgba(111,150,9,.22); transition: .2s ease; }
.primary-button:hover { background: #d4ff62; transform: translateY(-1px); }
.primary-button:disabled { cursor: wait; opacity: .75; }
.download-icon { display: grid; place-items: center; width: 25px; height: 25px; border: 1.5px solid #15170f; border-radius: 50%; }
.spinner { width: 20px; height: 20px; border: 2px solid rgba(0,0,0,.22); border-top-color: #111; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.options-row { display: flex; align-items: center; gap: 22px; padding: 12px 8px 2px; min-height: 54px; }
.mode-switch { display: flex; padding: 3px; border-radius: 9px; background: #eeeeE8; }
.mode-switch button { border: 0; padding: 8px 12px; border-radius: 7px; background: transparent; color: #696c64; font-size: 12px; font-weight: 800; cursor: pointer; }
.mode-switch button.active { background: #fff; color: #181a15; box-shadow: 0 2px 7px rgba(30,30,20,.08); }
.options-row label { display: flex; align-items: center; gap: 8px; color: #777970; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.options-row select { border: 0; outline: 0; background: transparent; color: #272921; font-size: 12px; font-weight: 800; text-transform: none; letter-spacing: 0; }
.privacy-note { margin-left: auto; color: #777970; font-size: 11px; }
.privacy-note b { color: #74a605; }
.form-message { margin: 10px 3px 2px; display: flex; align-items: center; gap: 9px; padding: 12px 14px; border-radius: 10px; background: #fff3dc; color: #754d00; font-size: 13px; font-weight: 700; }
.form-message span { display: grid; place-items: center; min-width: 22px; height: 22px; border-radius: 50%; background: #f1bd55; }
.result-card { margin: 10px 3px 2px; display: flex; justify-content: space-between; align-items: center; padding: 14px 14px 14px 18px; border-radius: 12px; background: #efffd0; }
.result-card div { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 8px; }
.result-card small { grid-column: 2; color: #676d59; margin-top: 3px; }
.ready-dot { width: 9px; height: 9px; background: #79af00; border-radius: 50%; }
.result-card a { padding: 10px 14px; background: #161811; color: #fff; border-radius: 8px; font-size: 12px; font-weight: 800; }
.picker-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 12px 3px 2px; }
.picker-grid a { min-height: 70px; display: flex; align-items: center; gap: 10px; padding: 9px; border-radius: 10px; background: #efffd0; font-size: 12px; font-weight: 800; }
.picker-grid img { width: 52px; height: 52px; object-fit: cover; border-radius: 7px; }
.trust-line { display: flex; justify-content: center; gap: 48px; margin-top: 27px; color: #696c64; font-size: 12px; font-weight: 700; }
.trust-line b { color: #77a904; margin-right: 6px; font-size: 15px; }

.platform-section { padding: 86px 0 92px; background: var(--ink); color: #fff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }
.kicker { display: block; color: #a9e31c; font-size: 11px; font-weight: 900; letter-spacing: .18em; margin-bottom: 15px; }
.section-heading h2, .how h2 { margin: 0; font-size: clamp(36px, 4.3vw, 58px); letter-spacing: -.055em; line-height: 1; }
.section-heading p { max-width: 420px; color: #a7aaa1; line-height: 1.6; font-size: 14px; }
.platform-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #363832; border-left: 1px solid #363832; }
.platform-card { position: relative; min-height: 220px; padding: 24px; border-right: 1px solid #363832; border-bottom: 1px solid #363832; overflow: hidden; transition: .2s ease; }
.platform-card:hover { background: #181a17; transform: translateY(-2px); }
.platform-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: #242620; }
.platform-icon img { width: 23px; height: 23px; }
.platform-card h3 { margin: 34px 0 8px; font-size: 18px; }
.platform-card p { margin: 0; min-height: 34px; color: #8f928a; font-size: 12px; line-height: 1.45; }
.platform-card > span { display: flex; justify-content: space-between; margin-top: 22px; padding-top: 14px; border-top: 1px solid #2d2f2a; color: #b4b6af; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.platform-card > span b { color: #a9e31c; }
.platform-card.more .platform-icon { background: #2b3823; }

.how { display: grid; grid-template-columns: .9fr 1.5fr; gap: 80px; padding-top: 105px; padding-bottom: 105px; }
.how-intro p { max-width: 360px; color: var(--muted); line-height: 1.6; margin-top: 22px; }
.how .kicker { color: #74a600; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 0; margin: 0; list-style: none; }
.steps li { position: relative; min-height: 300px; padding: 24px; border: 1px solid #d8d8ce; border-radius: 16px; background: #fbfaf6; }
.step-number { color: #8b8e85; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.step-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 46px 0 34px; border-radius: 50%; background: var(--lime); font-size: 23px; font-weight: 900; }
.steps h3 { margin: 0 0 10px; font-size: 18px; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.legal { padding: 22px 0 56px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.legal div { display: flex; align-items: center; gap: 15px; max-width: 800px; }
.legal div > span { display: grid; place-items: center; min-width: 34px; height: 34px; border: 1px solid #babcb2; border-radius: 50%; font-family: Georgia, serif; font-weight: 700; }
.legal p { color: #666960; font-size: 11px; line-height: 1.6; }
.legal strong { color: #20221d; }
.legal > a { white-space: nowrap; font-size: 11px; font-weight: 800; }
footer { padding: 34px 0; background: #e8e8df; border-top: 1px solid #d5d5ca; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; }
.footer-inner p { color: #494b45; font-size: 13px; }
.footer-inner > span { color: #777a72; font-size: 9px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .platform-grid { grid-template-columns: repeat(2, 1fr); }
  .how { grid-template-columns: 1fr; gap: 48px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 24px, 1160px); }
  .nav { height: 76px; }
  .nav-cta { font-size: 0; padding: 8px; }
  .nav-cta span { font-size: 14px; }
  .hero { padding-top: 54px; }
  h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-copy { font-size: 15px; }
  .download-card { margin-top: 32px; }
  .input-row { flex-direction: column; }
  .primary-button { width: 100%; min-width: 0; }
  .options-row { flex-wrap: wrap; gap: 12px; }
  .privacy-note { width: 100%; margin: 0; }
  .trust-line { gap: 15px; flex-wrap: wrap; }
  .platform-section { padding: 66px 0; }
  .platform-grid { grid-template-columns: 1fr 1fr; }
  .platform-card { min-height: 196px; padding: 17px; }
  .platform-card h3 { margin-top: 26px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 240px; }
  .step-icon { margin: 30px 0 24px; }
  .legal, .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { gap: 14px; }
  .picker-grid { grid-template-columns: 1fr; }
  .result-card { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation-duration: .01ms !important; }
}
