:root {
  --paper: #f7f1e3;
  --paper-deep: #e8dcc0;
  --surface: #fffdf7;
  --ink: #14241e;
  --muted: #69716b;
  --line: rgba(20, 36, 30, 0.13);
  --coral: #ff6048;
  --coral-dark: #d94331;
  --sun: #ffc64d;
  --mint: #b9e6cd;
  --green: #1b7457;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: radial-gradient(circle at 86% 2%, rgba(255,198,77,.5), transparent 25rem), linear-gradient(180deg, #fcf7eb, var(--paper) 44%, #efe5ce); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-head { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: "Unbounded", sans-serif; font-weight: 700; letter-spacing: -.055em; }
.brand img { width: 39px; height: 39px; border-radius: 12px; box-shadow: 0 7px 18px rgba(21,37,31,.15); }
.head-nav { display: flex; align-items: center; gap: 19px; color: var(--muted); font-size: 13px; font-weight: 750; }
.head-nav a { text-decoration: none; }
.lang-link { padding: 8px 11px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,253,247,.55); }

.hero { display: grid; min-height: 690px; grid-template-columns: minmax(0, 1.07fr) minmax(360px, .93fr); gap: clamp(32px, 7vw, 90px); align-items: center; padding: 64px 0 95px; }
.eyebrow { margin: 0 0 14px; color: var(--coral-dark); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Unbounded", sans-serif; }
h1 { max-width: 790px; margin: 0; font-size: clamp(48px, 7.2vw, 92px); letter-spacing: -.075em; line-height: .99; }
.hero-copy { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 21px; border: 1px solid var(--ink); border-radius: 16px; color: #fff; background: var(--ink); text-decoration: none; font-size: 14px; font-weight: 850; box-shadow: 0 13px 30px rgba(20,36,30,.18); transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 17px 38px rgba(20,36,30,.23); }
.button-secondary { color: var(--ink); border-color: var(--line); background: rgba(255,253,247,.65); box-shadow: none; }
.button.is-disabled { opacity: .72; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 21px; color: var(--muted); font-size: 12px; font-weight: 750; }
.trust-row span { padding: 7px 10px; border-radius: 99px; background: rgba(255,253,247,.58); }

.app-stage { position: relative; display: grid; min-height: 530px; place-items: center; }
.orbit { position: absolute; width: 460px; height: 460px; border: 1px dashed rgba(20,36,30,.22); border-radius: 50%; animation: orbit 28s linear infinite; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 25px; height: 25px; border: 5px solid var(--paper); border-radius: 50%; background: var(--coral); }
.orbit::before { top: 52px; right: 55px; }
.orbit::after { bottom: 39px; left: 71px; background: var(--green); }
.app-card { position: relative; z-index: 1; width: min(100%, 390px); padding: 20px; border: 1px solid rgba(20,36,30,.14); border-radius: 34px; background: rgba(255,253,247,.88); box-shadow: 0 35px 90px rgba(69,51,20,.2); backdrop-filter: blur(18px); transform: rotate(1.5deg); }
.mini-head { display: flex; align-items: center; justify-content: space-between; }
.mini-brand { display: flex; align-items: center; gap: 8px; font-family: "Unbounded", sans-serif; font-size: 12px; font-weight: 700; }
.mini-brand i { width: 18px; height: 18px; border-radius: 6px; background: var(--sun); box-shadow: -7px 5px 0 -2px var(--coral), 7px 5px 0 -2px var(--green); }
.mini-zone { padding: 7px 9px; border-radius: 99px; color: var(--muted); background: #f0eadc; font-size: 9px; font-weight: 800; }
.mini-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-top: 22px; padding: 4px; border-radius: 13px; background: #f0eadc; color: var(--muted); font-size: 9px; font-weight: 850; text-align: center; }
.mini-tabs span { padding: 8px 6px; border-radius: 10px; }
.mini-tabs .active { color: #fff; background: var(--ink); box-shadow: 0 6px 15px rgba(20,36,30,.14); }
.mini-label { margin: 22px 0 5px; color: var(--coral-dark); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.app-card h2 { margin: 0 0 17px; font-size: 24px; letter-spacing: -.06em; }
.match-card { display: grid; grid-template-columns: 46px 1fr auto; gap: 10px; align-items: center; padding: 12px; border-radius: 18px; color: #fff; background: var(--ink); }
.match-date { display: grid; width: 46px; height: 53px; place-items: center; border-radius: 13px; color: var(--ink); background: var(--sun); font-family: "Unbounded", sans-serif; font-weight: 800; }
.match-copy strong, .match-copy small { display: block; }
.match-copy strong { font-size: 12px; }
.match-copy small { margin-top: 3px; color: #bec9c3; font-size: 9px; }
.match-badge { padding: 5px 7px; border-radius: 99px; color: var(--ink); background: var(--surface); font-size: 8px; font-weight: 900; }
.match-summary { display: flex; align-items: center; gap: 12px; padding: 16px 3px 13px; }
.match-summary strong, .match-summary small, .proposal-preview strong, .proposal-preview small { display: block; }
.match-summary strong { font-size: 10px; }
.match-summary small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.mini-people { display: flex; min-width: 82px; padding-left: 6px; }
.mini-people i { display: grid; width: 28px; height: 28px; margin-left: -6px; place-items: center; border: 2px solid var(--surface); border-radius: 50%; color: var(--ink); background: var(--mint); font-size: 8px; font-style: normal; font-weight: 900; }
.mini-people i:nth-child(2) { background: var(--sun); }
.mini-people i:nth-child(3) { background: #c6d4f2; }
.mini-people i:nth-child(4) { color: #fff; background: var(--coral); }
.proposal-preview { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; padding: 11px; border: 1px solid var(--line); border-radius: 16px; background: #f5efe2; }
.proposal-preview > i { color: var(--green); font-size: 17px; font-style: normal; font-weight: 900; }
.proposal-preview strong { font-size: 10px; }
.proposal-preview small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.proposal-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; color: #fff; background: var(--green); }

.signal { padding: 92px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(35px, 8vw, 110px); align-items: center; }
.signal-number { font-family: "Unbounded", sans-serif; font-size: clamp(75px, 15vw, 175px); letter-spacing: -.1em; line-height: .8; }
.signal-number span { color: var(--coral); }
.signal-copy h2, .section-title { margin: 0; font-size: clamp(31px, 5vw, 55px); letter-spacing: -.065em; line-height: 1.08; }
.signal-copy p { max-width: 590px; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }

.section { padding: 105px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.section-head p { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.6; }
.steps, .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.step, .feature { min-height: 250px; padding: 25px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,253,247,.62); }
.step:nth-child(2) { transform: translateY(22px); }
.step-number { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; color: #fff; background: var(--coral); font-family: "Unbounded", sans-serif; font-size: 13px; transform: rotate(-4deg); }
.step:nth-child(2) .step-number { color: var(--ink); background: var(--sun); }
.step:nth-child(3) .step-number { background: var(--green); }
.step h3, .feature h3 { margin: 45px 0 11px; font-size: 18px; letter-spacing: -.045em; }
.step p, .feature p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.features { padding-top: 55px; }
.feature { min-height: 210px; background: var(--ink); color: #fff; }
.feature:nth-child(2) { color: var(--ink); background: var(--mint); }
.feature:nth-child(3) { color: var(--ink); background: var(--sun); }
.feature h3 { margin-top: 18px; }
.feature p { color: inherit; opacity: .72; }
.feature-mark { font-size: 28px; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 105px 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { padding: 23px 0; border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0 0 8px; font-size: 14px; letter-spacing: -.025em; }
.faq-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.final-cta { position: relative; overflow: hidden; margin-bottom: 30px; padding: clamp(37px, 7vw, 80px); border-radius: 36px; color: #fff; background: var(--ink); }
.final-cta::after { content: ""; position: absolute; right: -80px; bottom: -150px; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.final-cta h2 { position: relative; z-index: 1; max-width: 760px; margin: 0 0 28px; font-size: clamp(34px, 6vw, 66px); letter-spacing: -.07em; line-height: 1.04; }
.final-cta .button { position: relative; z-index: 1; color: var(--ink); border-color: var(--sun); background: var(--sun); box-shadow: none; }
.site-footer { display: flex; min-height: 100px; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer a { text-decoration: none; }
[hidden] { display: none !important; }
@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 850px) {
  .hero { min-height: 0; grid-template-columns: 1fr; padding-top: 45px; }
  .app-stage { min-height: 500px; }
  .signal-grid, .faq { grid-template-columns: 1fr; gap: 40px; }
  .steps, .feature-grid { grid-template-columns: 1fr; }
  .step { min-height: 210px; }
  .step:nth-child(2) { transform: none; }
  .step h3 { margin-top: 30px; }
  .section-head { display: block; }
  .section-head p { margin-top: 18px; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 26px, 1160px); }
  .site-head { min-height: 70px; }
  .head-nav > a:not(.lang-link) { display: none; }
  .hero { padding: 35px 0 70px; }
  h1 { font-size: clamp(44px, 15vw, 65px); }
  .hero-copy { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .app-stage { min-height: 440px; }
  .orbit { width: 350px; height: 350px; }
  .app-card { padding: 16px; border-radius: 28px; }
  .signal, .section, .faq { padding: 75px 0; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; }
}

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