:root {
  --ink: #171719;
  --muted: #66666d;
  --paper: #f7f7f8;
  --white: #ffffff;
  --orange: #f15a24;
  --orange-dark: #c63c11;
  --yellow: #ffb02e;
  --line: #e7e5e3;
  --soft: #fff1eb;
  --shadow: 0 20px 55px rgba(23, 23, 25, .09);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 0, rgba(241, 90, 36, .10), transparent 31rem),
    linear-gradient(180deg, #fff 0, var(--paper) 35rem);
  font: 16px/1.72 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--orange-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: #8f290a; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(231, 229, 227, .9);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; color: var(--ink); text-decoration: none; }
.brand img { width: 234px; height: auto; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 3px; }
.main-nav a { padding: 9px 11px; border-radius: 9px; color: var(--ink); text-decoration: none; font-size: .89rem; font-weight: 700; white-space: nowrap; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--orange-dark); background: var(--soft); }
.lang-menu { display: flex; gap: 3px; padding-left: 11px; border-left: 1px solid var(--line); }
.lang-menu a { padding: 7px; border-radius: 8px; color: var(--muted); text-decoration: none; font-size: .76rem; font-weight: 800; }
.lang-menu a:hover, .lang-menu a[aria-current="true"] { color: #fff; background: var(--ink); }

.hero { padding: 72px 0 42px; }
.hero-inner { max-width: 960px; }
.eyebrow { margin: 0 0 12px; color: var(--orange-dark); font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.2; letter-spacing: -.032em; }
h1 { max-width: 1050px; margin: 0; font-size: clamp(2.35rem, 5.7vw, 4.65rem); }
.hero-copy { max-width: 800px; margin: 20px 0 0; color: var(--muted); font-size: clamp(1.04rem, 2vw, 1.22rem); }
.hero-promise { max-width: 850px; margin: 18px 0 0; color: var(--orange-dark); font-size: clamp(1.25rem, 2.6vw, 1.8rem); font-weight: 900; line-height: 1.35; letter-spacing: -.025em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
.button, .content .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 11px 19px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange-dark), var(--orange));
  box-shadow: 0 10px 24px rgba(198, 60, 17, .22);
  text-decoration: none;
  font-weight: 800;
}
.button:hover { color: #fff; background: linear-gradient(135deg, #18181a, #3e3e42); transform: translateY(-1px); }
.button-secondary { color: var(--ink); background: #eeeef0; box-shadow: none; }
.button-secondary:hover { color: #fff; }

.content-shell { display: grid; grid-template-columns: minmax(0, 1fr) 242px; gap: 48px; align-items: start; padding-bottom: 88px; }
.content { min-width: 0; padding: clamp(25px, 5vw, 52px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
.content > :first-child { margin-top: 0; }
.content > :last-child { margin-bottom: 0; }
.content h2 { margin: 2.7rem 0 1rem; font-size: clamp(1.6rem, 3.6vw, 2.25rem); }
.content h3 { margin: 1.9rem 0 .75rem; font-size: 1.25rem; }
.content p, .content li { color: #3c3c42; }
.content ul, .content ol { padding-left: 1.3rem; }
.content li + li { margin-top: .5rem; }
.content strong { color: var(--ink); }
.content figure { margin: 2rem 0; }
.content figure img { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: #f0f1f2; }
.content figcaption { margin-top: .65rem; color: var(--muted); font-size: .86rem; text-align: center; }
.content hr { height: 1px; margin: 2.5rem 0; border: 0; background: var(--line); }
.content .action-wrap { margin: 1.8rem 0; }
.content .text-center { text-align: center; }
.content blockquote { margin: 1.7rem 0; padding: 17px 20px; border-left: 4px solid var(--orange); background: var(--soft); }
.table-wrap { overflow-x: auto; margin: 1.7rem 0; border: 1px solid var(--line); border-radius: 14px; }
table { width: 100%; border-collapse: collapse; font-size: .92rem; }
th, td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--ink); background: #f1f1f2; font-weight: 850; }
tr:last-child td { border-bottom: 0; }

.home-page .container { width: min(1420px, calc(100% - 56px)); }
.home-page .hero-inner { max-width: 1160px; }
.home-shell { display: block; padding-bottom: 96px; }
.home-shell .content { display: grid; gap: 24px; padding: 0; border: 0; background: transparent; box-shadow: none; }
.home-section { min-width: 0; margin: 0; padding: clamp(30px, 4vw, 52px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
.content .home-section > :first-child { margin-top: 0; }
.content .home-section > :last-child { margin-bottom: 0; }
.content .home-section h2 { margin: 0 0 1rem; font-size: clamp(1.75rem, 3.5vw, 2.5rem); }
.section-heading { max-width: 900px; margin-bottom: 26px; }
.section-heading > span { display: block; margin-bottom: 8px; color: var(--orange-dark); font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.section-heading > p { margin: 9px 0 0; color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.benefit-card, .audience-grid article { display: flex; min-width: 0; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(145deg, #fff, #fafafb); }
.content .benefit-card h3, .content .audience-grid h3 { margin: 16px 0 8px; font-size: 1.1rem; }
.benefit-card p, .audience-grid p { margin: 0; font-size: .91rem; }
.feature-icon { display: inline-grid; place-items: center; min-width: 37px; height: 37px; padding: 0 8px; border-radius: 10px; color: #fff; background: linear-gradient(145deg, var(--orange-dark), var(--orange)); font-size: .78rem; font-weight: 900; }
.wide-proof { margin: 18px 0; padding: clamp(14px, 3vw, 24px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.home-shell .content > .wide-proof { margin: 0; }
.content .wide-proof img { max-height: 560px; object-fit: contain; border-radius: 13px; }
.speed-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 1.6rem 0; }
.speed-grid article { min-width: 0; padding: 27px; border: 1px solid #ffd2c1; border-radius: 16px; background: linear-gradient(145deg, var(--soft), #fff); }
.speed-grid span, .plan-card > span { color: var(--muted); font-size: .79rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.speed-grid strong { display: block; margin: 8px 0; color: var(--orange-dark); font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.1; }
.speed-grid p { margin: 0; font-size: .9rem; }
.test-note { padding: 18px 20px; border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; background: var(--soft); }
.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 1.7rem 0; }
.plan-card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.plan-card.featured { border-color: #ffb89d; background: linear-gradient(145deg, #fff, var(--soft)); }
.content .plan-card h3 { margin: 9px 0 10px; font-size: 1.35rem; }
.plan-card p { margin: 0; }
.center-action { margin-top: 1.6rem; text-align: center; }
.audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.guide-grid a { display: flex; flex-direction: column; gap: 4px; min-height: 98px; padding: 21px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fff; text-decoration: none; }
.guide-grid a:hover { border-color: #ffb89d; background: var(--soft); transform: translateY(-1px); }
.guide-grid strong { font-size: 1.05rem; }
.guide-grid span { color: var(--muted); font-size: .88rem; }
.final-cta { padding: clamp(31px, 6vw, 58px); border-radius: var(--radius); color: #fff; background: linear-gradient(135deg, #171719, #353338); box-shadow: var(--shadow); text-align: center; }
.final-cta > span { color: #ff9b73; font-size: .77rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.content .final-cta h2 { margin: 10px 0; color: #fff; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.content .final-cta p { max-width: 680px; margin: 0 auto 22px; color: #c7c7cb; }

.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin: 1.8rem 0; }
.metric { padding: 22px; border: 1px solid #ffd3c2; border-radius: 15px; background: linear-gradient(145deg, #fff, var(--soft)); }
.metric strong { display: block; color: var(--orange-dark); font-size: 1.55rem; }
.metric span { color: var(--muted); font-size: .85rem; }

.account-crop { height: 92px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #eef0f1; }
.account-crop img { width: 100%; height: 92px; border: 0; border-radius: 0; object-fit: cover; object-position: 50% 59%; transform: scale(1.02); }
.account-crop + figcaption { margin-top: .65rem; }
.content figure img.account-image { height: 92px; object-fit: cover; object-position: 50% 59%; }

.side-note { position: sticky; top: 108px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.9); }
.side-note .mini-label { margin: 0 0 7px; color: var(--orange-dark); font-size: .71rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.side-note p { margin: 0 0 14px; color: var(--muted); font-size: .89rem; }
.side-note a { font-size: .89rem; font-weight: 780; }

.faq-grid { display: grid; gap: 14px; }
.faq-card { position: relative; padding: 23px 23px 23px 65px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, #fff, #fbfbfc); }
.faq-icon { position: absolute; top: 21px; left: 19px; display: grid; place-items: center; width: 33px; height: 33px; border-radius: 9px; color: #fff; background: linear-gradient(145deg, var(--orange-dark), var(--orange)); font-weight: 900; }
.faq-card h2 { margin: 0 0 8px; font-size: 1.14rem; letter-spacing: -.015em; }
.faq-card p { margin: 0; }
.faq-card p + p { margin-top: .7rem; }

.contact-card { padding: clamp(24px, 6vw, 44px); border: 1px solid #ffd3c2; border-radius: 18px; background: linear-gradient(135deg, var(--soft), #fff); text-align: center; }
.mail-link { display: inline-block; margin-top: 9px; font-size: clamp(1.02rem, 3.6vw, 1.42rem); font-weight: 900; overflow-wrap: anywhere; }
.legal-note { padding: 18px 20px; border-left: 4px solid var(--orange); border-radius: 0 11px 11px 0; background: var(--soft); }

.site-footer { padding: 55px 0 34px; color: #d4d4d7; background: #171719; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 40px; }
.footer-brand img { width: 235px; height: auto; filter: brightness(0) invert(1); }
.site-footer h2 { margin: 0 0 12px; color: #fff; font-size: .83rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer p { max-width: 440px; margin: 12px 0 0; color: #9b9b9f; font-size: .89rem; }
.footer-links { display: grid; gap: 7px; }
.footer-links a { color: #d4d4d7; text-decoration: none; font-size: .89rem; }
.footer-links a:hover { color: #ff9b73; }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid #333337; color: #88888e; font-size: .8rem; }

@media (max-width: 980px) {
  .header-inner { min-height: 70px; flex-wrap: wrap; gap: 5px 14px; padding: 10px 0; }
  .brand img { width: 195px; }
  .main-nav { order: 3; width: 100%; overflow-x: auto; }
  .lang-menu { margin-left: auto; }
  .content-shell { grid-template-columns: 1fr; }
  .side-note { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .speed-grid, .plan-grid, .audience-grid, .guide-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 26px, 1160px); }
  .home-page .container { width: calc(100% - 24px); }
  .brand img { width: 172px; }
  .lang-menu a { padding: 6px; }
  .hero { padding: 52px 0 30px; }
  .content-shell { gap: 23px; padding-bottom: 60px; }
  .content { padding: 23px 18px; border-radius: 16px; }
  .metric-row { grid-template-columns: 1fr; }
  .home-shell { padding-bottom: 64px; }
  .home-shell .content { gap: 15px; }
  .home-section { padding: 25px 18px; }
  .benefit-grid, .speed-grid, .plan-grid, .audience-grid, .guide-grid { grid-template-columns: 1fr; }
  .faq-card { padding: 21px 17px 21px 56px; }
  .faq-icon { left: 14px; top: 19px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
}

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