:root {
  --ink: #0e1d33;
  --ink-2: #1c2b40;
  --muted: #647184;
  --orange: #f06b21;
  --orange-2: #ff8b4a;
  --orange-soft: #fff4ed;
  --surface: #f7f9fb;
  --surface-2: #fbfcfd;
  --line: #e7ebf0;
  --line-strong: #dce2e9;
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(14, 29, 51, .08);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.section-tight { padding: 30px 0 70px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; background: var(--ink); color: white; padding: 10px 14px; border-radius: 10px; transition: .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(231,235,240,.88);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 142px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; color: var(--ink-2); }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .22s ease; }
.main-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--orange); color: white; box-shadow: 0 8px 24px rgba(240,107,33,.2); }
.nav-cta:hover { transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: white; border-radius: 12px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; cursor: pointer; }
.menu-toggle span { width: 19px; height: 2px; background: var(--ink); border-radius: 2px; }

.hero { position: relative; overflow: hidden; padding-top: 96px; }
.hero::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 620px; pointer-events: none;
  background:
    radial-gradient(circle at 76% 18%, rgba(240,107,33,.10), transparent 25%),
    radial-gradient(circle at 18% 16%, rgba(14,29,51,.035), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
}
.hero::after {
  content: ""; position: absolute; top: 60px; right: 3%; width: 420px; height: 420px; opacity: .38; pointer-events: none;
  background-image: radial-gradient(rgba(14,29,51,.13) 1px, transparent 1px); background-size: 18px 18px; mask-image: radial-gradient(circle, #000 25%, transparent 72%);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; min-height: 560px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; color: var(--orange); }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(240,107,33,.10); }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { margin: 22px 0 24px; font-size: clamp(48px, 6.2vw, 82px); line-height: .98; letter-spacing: -.055em; max-width: 760px; }
h1 span { color: var(--orange); }
.hero-lead { font-size: 19px; line-height: 1.65; color: var(--muted); max-width: 660px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: white; box-shadow: 0 12px 34px rgba(240,107,33,.23); }
.btn-secondary { background: white; border: 1px solid var(--line-strong); color: var(--ink); }
.btn-secondary:hover { border-color: #c7d0da; box-shadow: 0 12px 30px rgba(14,29,51,.07); }
.hero-micro { margin-top: 26px; font-size: 12px; color: #8a95a3; letter-spacing: .04em; }

.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 480px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(240,107,33,.14), transparent 70%); filter: blur(4px); }
.visual-card { position: relative; width: min(100%, 620px); background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
.visual-card-main { padding: 20px; }
.visual-card-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 11px; font-weight: 750; color: #7a8797; text-transform: uppercase; letter-spacing: .08em; }
.status { display: inline-flex; align-items: center; gap: 7px; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #47b881; box-shadow: 0 0 0 4px rgba(71,184,129,.12); }
.visual-map { position: relative; margin-top: 18px; border: 1px solid #edf0f4; background: linear-gradient(180deg,#fff,#fbfcfd); border-radius: 18px; min-height: 308px; overflow: hidden; }
.visual-map svg { width: 100%; height: 100%; position: absolute; inset: 0; }
.grid-lines path { stroke: #edf1f4; stroke-width: 1; fill: none; }
.trend-area { fill: rgba(240,107,33,.06); }
.trend-line { stroke: url(#lineGrad); stroke-width: 4; fill: none; stroke-linecap: round; }
.points circle { fill: white; stroke: var(--orange); stroke-width: 4; }
.map-pill { position: absolute; display: flex; flex-direction: column; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 14px; padding: 10px 14px; box-shadow: 0 8px 24px rgba(14,29,51,.07); }
.map-pill b { font-size: 19px; line-height: 1; }
.map-pill span { margin-top: 4px; font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.pill-a { top: 34px; left: 44px; }.pill-b { right: 34px; top: 88px; }.pill-c { left: 45%; bottom: 40px; }
.visual-bars { height: 64px; display: flex; align-items: end; gap: 9px; padding: 12px 4px 0; }
.visual-bars span { flex: 1; height: var(--h); background: linear-gradient(180deg, var(--orange-2), var(--orange)); opacity: .86; border-radius: 6px 6px 2px 2px; }
.floating-card { position: absolute; z-index: 4; background: white; border: 1px solid var(--line); border-radius: 16px; padding: 12px 16px; box-shadow: 0 12px 34px rgba(14,29,51,.10); min-width: 150px; }
.floating-card span { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: #8a95a3; }
.floating-card strong { display: block; margin-top: 3px; font-size: 14px; }
.floating-top { right: -10px; top: 48px; }.floating-bottom { left: -12px; bottom: 64px; }

.metrics { position: relative; z-index: 3; }
.metrics-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 14px 45px rgba(14,29,51,.05); overflow: hidden; }
.metrics-grid article { padding: 28px 28px 25px; position: relative; }
.metrics-grid article + article { border-left: 1px solid var(--line); }
.metrics-grid strong { display: block; font-size: 34px; line-height: 1; letter-spacing: -.04em; color: var(--orange); }
.metrics-grid span { display: block; margin-top: 9px; color: var(--muted); font-size: 13px; }
.metrics-note { text-align: center; color: #8a95a3; font-size: 12px; margin: 14px 0 0; }

.about { background: var(--surface-2); }
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 120px; }
.section-intro h2, .section-head h2 { font-size: clamp(38px,4.5vw,60px); line-height: 1.04; letter-spacing: -.045em; margin: 14px 0 0; }
.about-copy { max-width: 720px; }
.about-copy p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.about-copy .lead { font-size: 21px; color: var(--ink-2); line-height: 1.6; }
.about-callout { margin-top: 30px; border-left: 3px solid var(--orange); background: white; padding: 18px 22px; color: var(--ink-2); box-shadow: 0 8px 24px rgba(14,29,51,.04); }

.section-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 42px; }
.section-head > p { margin: 0 0 5px; color: var(--muted); max-width: 430px; }
.product-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.product-card { min-height: 285px; text-align: left; border: 1px solid var(--line); border-radius: 20px; background: white; padding: 20px; cursor: pointer; color: var(--ink); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-5px); border-color: #f4c4aa; box-shadow: 0 14px 42px rgba(14,29,51,.07); }
.product-card.is-active { background: var(--orange-soft); border-color: #f4c09f; }
.product-no { font-size: 11px; font-weight: 800; color: var(--orange); letter-spacing: .08em; }
.product-card h3 { font-size: 22px; line-height: 1.08; margin: 45px 0 13px; letter-spacing: -.025em; }
.product-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.product-link { margin-top: auto; font-size: 12px; font-weight: 800; display: flex; justify-content: space-between; align-items: center; }
.product-link b { font-size: 18px; color: var(--orange); }
.product-details { margin-top: 18px; }
.product-panel { display: grid; grid-template-columns: .42fr .58fr; gap: 60px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface-2); padding: 42px; animation: panelIn .35s ease both; scroll-margin-top: 110px; }
@keyframes panelIn { from{opacity:0; transform: translateY(10px)} to{opacity:1; transform:none} }
.panel-title span { font-size: 11px; color: var(--orange); font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.panel-title h3 { font-size: 36px; line-height: 1.12; letter-spacing: -.035em; margin: 12px 0 0; }
.panel-copy > p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.detail-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 26px; }
.detail-cols h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 11px; }
ul { margin: 0; padding-left: 18px; }
.detail-cols li { color: var(--muted); margin: 7px 0; font-size: 14px; }
.example-box { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; color: var(--muted); font-size: 14px; }
.example-box b { color: var(--ink); }
.countries { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.countries span { background: white; border: 1px solid var(--line); padding: 8px 11px; border-radius: 999px; font-size: 12px; color: var(--ink-2); }
.panel-foot { margin-top: 20px; font-size: 12px !important; }
.text-link { display: inline-block; margin-top: 22px; color: var(--orange); font-weight: 800; font-size: 14px; }

.process { background: linear-gradient(180deg, #fbfcfd, #f7f9fb); }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; }
.process-grid li { position: relative; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 18px; min-height: 220px; }
.process-grid li > span { font-size: 10px; color: var(--orange); font-weight: 800; }
.process-icon { width: 38px; height: 38px; display: grid; place-items: center; margin: 34px 0 22px; border-radius: 12px; background: var(--orange-soft); color: var(--orange); font-weight: 900; }
.process-grid h3 { font-size: 16px; margin-bottom: 8px; }
.process-grid p { font-size: 12px; color: var(--muted); }
.speed-note { margin-top: 18px; border: 1px solid var(--line); border-radius: 18px; padding: 20px 24px; background: white; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.speed-note strong { font-size: 15px; }.speed-note span { font-size: 12px; color: var(--muted); text-align: right; }

.audience .section-intro { max-width: 800px; }
.audience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 42px; }
.audience-grid article { border-top: 2px solid var(--ink); padding: 20px 4px 0; }
.audience-grid span { color: var(--orange); font-size: 11px; font-weight: 800; }
.audience-grid h3 { font-size: 19px; margin: 28px 0 10px; }
.audience-grid p { color: var(--muted); font-size: 13px; max-width: 240px; }

.knowledge { padding-top: 28px; }
.knowledge-card { display: flex; align-items: end; justify-content: space-between; gap: 60px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg,#fff 0%,#fff7f1 100%); padding: 44px; }
.knowledge-card h2 { font-size: 38px; line-height: 1.1; letter-spacing: -.035em; margin: 14px 0 14px; max-width: 760px; }
.knowledge-card p { color: var(--muted); margin-bottom: 0; max-width: 760px; }
.knowledge-card .btn { flex: 0 0 auto; }

.contact { background: var(--surface-2); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.contact-copy h2 { font-size: clamp(45px,5vw,68px); line-height: 1.02; letter-spacing: -.05em; margin: 16px 0 20px; }
.contact-copy > p { color: var(--muted); max-width: 670px; font-size: 17px; }
.contact-actions { margin-top: 34px; border-top: 1px solid var(--line); }
.contact-row { display: grid; grid-template-columns: 90px 1fr 30px; align-items: center; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-row span { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }.contact-row strong { font-size: 16px; }.contact-row b { color: var(--orange); font-size: 20px; }
.contact-card { border: 1px solid var(--line); border-radius: 26px; background: white; padding: 34px; box-shadow: 0 18px 50px rgba(14,29,51,.06); }
.contact-card-kicker { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; color: var(--orange); }
.avatar { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; margin: 32px 0 20px; background: var(--orange-soft); color: var(--orange); font-weight: 900; font-size: 20px; }
.contact-card h3 { font-size: 26px; margin-bottom: 1px; letter-spacing: -.03em; }.contact-card > p { color: var(--muted); font-size: 13px; }.contact-card a { display: block; font-weight: 750; margin-top: 8px; font-size: 14px; }.contact-card a:hover { color: var(--orange); }
.contact-card-line { height: 1px; background: var(--line); margin: 26px 0; }.contact-address { line-height: 1.7; }

.site-footer { border-top: 1px solid var(--line); background: white; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 38px 0; }.footer-brand img { width: 120px; }.footer-links { display: flex; flex-wrap: wrap; gap: 18px 26px; font-size: 12px; font-weight: 700; color: var(--ink-2); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 20px 0 30px; border-top: 1px solid var(--line); }.footer-bottom p { margin: 0; color: #8994a2; font-size: 10px; line-height: 1.6; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Privacy page */
.legal-hero { padding: 96px 0 48px; background: var(--surface-2); border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(44px,5vw,66px); max-width: 850px; }
.legal-wrap { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 110px; }
.legal-wrap h2 { font-size: 25px; margin: 42px 0 12px; letter-spacing: -.02em; }.legal-wrap h3 { font-size: 17px; margin: 28px 0 8px; }.legal-wrap p, .legal-wrap li { color: var(--muted); font-size: 15px; line-height: 1.75; }.legal-note { padding: 18px 20px; border: 1px solid #f2c8af; background: var(--orange-soft); border-radius: 14px; color: var(--ink-2) !important; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }.hero-copy { max-width: 830px; }.hero-visual { min-height: 430px; }.visual-card { width: min(90%,680px); }
  .product-grid { grid-template-columns: repeat(3,1fr); }.product-card:nth-child(4), .product-card:nth-child(5) { min-height: 245px; }
  .process-grid { grid-template-columns: repeat(3,1fr); }.about-grid { gap: 70px; }.contact-grid { gap: 50px; }
}

@media (max-width: 820px) {
  .section-pad { padding: 82px 0; }.nav-wrap { height: 72px; }.brand img { width: 126px; }
  .menu-toggle { display: flex; }.main-nav { position: fixed; top: 72px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }.main-nav.is-open { display: flex; }.main-nav a { padding: 14px 12px; }.main-nav .nav-cta { margin-top: 7px; text-align: center; }.main-nav a::after { display: none; }
  .hero { padding-top: 56px; }.hero-grid { gap: 36px; }.hero-visual { min-height: 360px; }.floating-card { display: none; }.visual-card { width: 100%; }.visual-map { min-height: 250px; }
  .metrics-grid { grid-template-columns: repeat(2,1fr); }.metrics-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }.metrics-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .about-grid, .section-head, .contact-grid { grid-template-columns: 1fr; gap: 34px; }.section-head { align-items: start; }.product-grid { grid-template-columns: 1fr 1fr; }.product-panel { grid-template-columns: 1fr; gap: 26px; padding: 30px; }.process-grid { grid-template-columns: 1fr 1fr; }.audience-grid { grid-template-columns: 1fr 1fr; }.knowledge-card { align-items: flex-start; flex-direction: column; gap: 28px; }.footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }.contact-card { max-width: 520px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--container)); }.section-pad { padding: 68px 0; }
  h1 { font-size: 48px; }.hero-lead { font-size: 16px; }.hero-actions .btn { width: 100%; }.hero-visual { min-height: 300px; }.visual-card-main { padding: 13px; }.visual-map { min-height: 210px; }.pill-a { left: 14px; top: 20px; }.pill-b { right: 12px; top: 65px; }.pill-c { left: 40%; bottom: 20px; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }.metrics-grid article { padding: 22px 18px; }.metrics-grid strong { font-size: 28px; }
  .section-intro h2, .section-head h2 { font-size: 40px; }.about-copy .lead { font-size: 18px; }
  .product-grid { grid-template-columns: 1fr; }.product-card { min-height: 220px; }.product-card h3 { margin-top: 28px; }.product-panel { padding: 24px; }.panel-title h3 { font-size: 30px; }.detail-cols { grid-template-columns: 1fr; gap: 10px; }
  .process-grid { grid-template-columns: 1fr; }.process-grid li { min-height: 170px; }.process-icon { margin: 24px 0 18px; }.speed-note { align-items: flex-start; flex-direction: column; }.speed-note span { text-align: left; }
  .audience-grid { grid-template-columns: 1fr; gap: 24px; }.knowledge-card { padding: 28px 24px; }.knowledge-card h2 { font-size: 31px; }.contact-row { grid-template-columns: 1fr 26px; gap: 5px 15px; }.contact-row span { grid-column: 1; }.contact-row strong { grid-column: 1; }.contact-row b { grid-column: 2; grid-row: 1 / 3; }.contact-card { padding: 28px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
