:root {
  --orange: #ff6200;
  --orange-dark: #e74d00;
  --orange-soft: #fff0e6;
  --navy: #14223a;
  --navy-soft: #2d3f5e;
  --cream: #fffaf6;
  --white: #ffffff;
  --muted: #647089;
  --line: rgba(20, 34, 58, 0.12);
  --shadow: 0 24px 70px rgba(57, 38, 25, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(20, 34, 58, 0.08);
  background: rgba(255, 250, 246, 0.9);
  backdrop-filter: blur(16px);
}
.nav { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; font-size: 20px; letter-spacing: -0.03em; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px; color: white; background: var(--orange); font: 900 23px/1 Georgia, serif; box-shadow: 0 8px 20px rgba(255, 98, 0, 0.28); }
.brand em { color: var(--orange); font-style: normal; }
.nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; color: var(--navy-soft); font-size: 14px; font-weight: 700; }
.nav-links a:hover { color: var(--orange-dark); }
.language-switcher { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); }
.language-switcher button { border: 0; padding: 6px 9px; color: var(--muted); background: transparent; border-radius: 999px; font-size: 12px; font-weight: 800; cursor: pointer; }
.language-switcher button.is-active { color: var(--white); background: var(--navy); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--orange), var(--orange-dark)); box-shadow: 0 12px 28px rgba(231, 77, 0, 0.25); }
.button-secondary { border-color: var(--line); background: var(--white); }
.button-small { min-height: 42px; padding-inline: 16px; font-size: 14px; }

.hero { position: relative; overflow: hidden; padding: 92px 0 84px; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; top: -250px; right: -80px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 98, 0, 0.22), rgba(255, 98, 0, 0)); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 14px; color: var(--orange-dark); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(44px, 6vw, 72px); line-height: 1.01; letter-spacing: -.055em; }
h2 { margin-bottom: 16px; font-size: clamp(34px, 4vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
h3 { margin-bottom: 9px; font-size: 20px; line-height: 1.25; }
.lead { max-width: 690px; margin-bottom: 30px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; color: var(--navy-soft); font-size: 13px; font-weight: 700; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--orange); font-weight: 900; }

.dashboard { position: relative; padding: 17px; border: 1px solid rgba(20, 34, 58, .12); border-radius: 30px; background: rgba(255,255,255,.7); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.dashboard::after { content: ""; position: absolute; inset: 14px -14px -14px 14px; z-index: -1; border-radius: 30px; background: var(--orange-soft); }
.dashboard-window { overflow: hidden; border-radius: 20px; background: var(--white); }
.window-bar { display: flex; align-items: center; gap: 7px; padding: 14px 17px; border-bottom: 1px solid var(--line); }
.window-bar i { width: 9px; height: 9px; border-radius: 50%; background: #f2d5c3; }
.window-bar i:first-child { background: var(--orange); }
.dashboard-body { padding: 24px; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; color: #147a55; background: #e8f8f1; border-radius: 999px; font-size: 12px; font-weight: 850; }
.status-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #20b77a; box-shadow: 0 0 0 4px rgba(32,183,122,.13); }
.dashboard-title { margin: 18px 0 20px; font-size: 25px; letter-spacing: -.03em; }
.metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metric { padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: #fbfcfe; }
.metric-label { display: block; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.metric strong { display: block; margin-top: 5px; font-size: 18px; }
.progress { height: 8px; margin: 22px 0 15px; overflow: hidden; border-radius: 99px; background: #edf0f5; }
.progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--orange), #ffb16f); }
.validation { display: flex; align-items: center; gap: 9px; color: #147a55; font-size: 13px; font-weight: 800; }
.validation span:first-child { display: grid; place-items: center; flex: 0 0 21px; width: 21px; height: 21px; border-radius: 50%; color: white; background: #20b77a; }

.section { padding: 92px 0; }
.section-white { background: var(--white); }
.section-heading { max-width: 730px; margin-bottom: 42px; }
.section-heading p:last-child { color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 230px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(255,98,0,.38); box-shadow: 0 16px 40px rgba(57,38,25,.08); }
.feature-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 24px; border-radius: 14px; color: var(--orange-dark); background: var(--orange-soft); font-size: 20px; font-weight: 900; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: steps; }
.step { position: relative; padding-top: 74px; counter-increment: steps; }
.step::before { content: "0" counter(steps); position: absolute; top: 0; left: 0; color: var(--orange); font-size: 48px; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 22px; right: 8px; width: calc(100% - 100px); border-top: 1px dashed rgba(255,98,0,.45); }
.step p { color: var(--muted); }

.pricing-wrap { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 80px; }
.price-card { padding: 32px; border: 1px solid rgba(255,98,0,.28); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.plan-name { color: var(--orange-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.price { display: flex; align-items: baseline; gap: 8px; margin: 9px 0 20px; }
.price strong { font-size: 54px; letter-spacing: -.06em; }
.price span { color: var(--muted); font-weight: 700; }
.price-list { display: grid; gap: 11px; padding: 0; margin: 0 0 26px; list-style: none; }
.price-list li::before { content: "✓"; margin-right: 10px; color: var(--orange); font-weight: 900; }
.price-card .button { width: 100%; }
.price-note { margin: 14px 0 0; color: var(--muted); text-align: center; font-size: 12px; }

.support-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 42px; padding: 46px; border-radius: 30px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.support-card .eyebrow { color: #ffad76; }
.support-card h2 { margin-bottom: 12px; }
.support-card p { max-width: 680px; margin-bottom: 0; color: #bac4d6; }
.support-actions { display: grid; gap: 10px; min-width: 220px; }
.support-actions .button-secondary { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.response-time { margin-top: 20px !important; font-size: 12px; }

.site-footer { padding: 54px 0 28px; background: #101b2e; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: 50px; }
.footer-grid .brand { margin-bottom: 16px; }
.footer-grid p, .footer-grid address { color: #aeb9cc; font-size: 14px; font-style: normal; }
.footer-grid h3 { margin-bottom: 14px; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footer-links { display: grid; gap: 8px; color: #dbe1ea; font-size: 14px; }
.copyright { margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #8f9bb0; font-size: 12px; }

.faq-hero { padding: 80px 0 46px; text-align: center; }
.faq-hero .lead { margin-inline: auto; }
.back-link { display: inline-block; margin-bottom: 24px; color: var(--orange-dark); font-weight: 800; }
.faq-list { display: grid; gap: 14px; max-width: 850px; margin: 0 auto 92px; }
.faq-list details { padding: 22px 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.faq-list summary { cursor: pointer; list-style: none; font-weight: 850; font-size: 17px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--orange); font-size: 24px; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 14px 24px 0 0; color: var(--muted); }
.faq-cta { display: flex; justify-content: center; margin: -48px 0 86px; }

@media (max-width: 920px) {
  .nav-links a:not(.button) { display: none; }
  .hero-grid, .pricing-wrap { grid-template-columns: 1fr; }
  .hero-grid { gap: 56px; }
  .dashboard { max-width: 600px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .support-card { grid-template-columns: 1fr; }
  .support-actions { display: flex; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav { min-height: 68px; gap: 12px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 31px; height: 31px; }
  .nav-links { gap: 8px; }
  .nav-links .button { display: none; }
  .hero { padding: 66px 0 64px; }
  h1 { font-size: 42px; }
  .lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; }
  .dashboard { padding: 10px; border-radius: 22px; transform: none; }
  .dashboard-body { padding: 19px; }
  .section { padding: 70px 0; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .step:not(:last-child)::after { display: none; }
  .support-card { padding: 30px 24px; }
  .support-actions { display: grid; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .faq-hero { padding-top: 58px; }
}

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