:root {
  --red: #e31b23;
  --red-2: #b90f17;
  --red-soft: #fff0f1;
  --black: #0d0f12;
  --black-2: #15181d;
  --graphite: #242930;
  --text: #171a1f;
  --muted: #686f79;
  --line: #e7e9ed;
  --light: #f6f7f8;
  --white: #ffffff;
  --silver: #b9bdc4;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(21, 25, 31, .10);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 16px; background: #fff; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(231,233,237,.8);
}
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 28px; }
.brand { width: 224px; flex: 0 0 auto; }
.brand img { width: 100%; height: 58px; object-fit: contain; object-position: left center; }
.main-nav { margin-left: auto; display: flex; gap: 26px; align-items: center; }
.main-nav a { font-size: 14px; font-weight: 700; color: #4f555f; transition: .2s ease; }
.main-nav a:hover { color: var(--red); }
.header-cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--black); margin: 4px 0; border-radius: 2px; }

.btn { min-height: 50px; padding: 0 22px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 14px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, #f0262f, var(--red-2)); box-shadow: 0 12px 28px rgba(227,27,35,.24); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(227,27,35,.30); }
.btn-ghost { border-color: #d9dde2; background: rgba(255,255,255,.78); color: var(--black); }
.btn-sm { min-height: 44px; padding-inline: 18px; }
.btn-full { width: 100%; }

.hero { position: relative; min-height: 720px; overflow: hidden; background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%); border-bottom: 1px solid var(--line); }
.hero-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(#eceef1 1px, transparent 1px), linear-gradient(90deg, #eceef1 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 80%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(16px); pointer-events: none; }
.hero-glow-one { width: 480px; height: 480px; right: -180px; top: 80px; background: radial-gradient(circle, rgba(227,27,35,.13), transparent 68%); }
.hero-glow-two { width: 420px; height: 420px; left: -180px; bottom: -160px; background: radial-gradient(circle, rgba(22,26,31,.08), transparent 70%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.18fr; gap: 64px; align-items: center; padding-top: 94px; padding-bottom: 92px; }
.hero-copy { max-width: 580px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; line-height: 1; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; color: #3e444d; margin-bottom: 20px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(227,27,35,.09); }
.eyebrow-light { color: var(--red); }
.eyebrow-dark { color: #ff7277; }
.hero h1 { font-size: clamp(44px, 5vw, 70px); line-height: 1.01; letter-spacing: -.055em; margin: 0 0 26px; max-width: 670px; }
.hero h1 span { color: var(--red); }
.hero-copy > p { margin: 0; max-width: 600px; color: #555c66; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.hero-points { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 18px; color: #626974; font-size: 13px; font-weight: 700; }
.hero-points span { display: inline-flex; align-items: center; gap: 8px; }
.hero-points i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }

.hero-visual { position: relative; min-width: 0; }
.dashboard-shell { position: relative; width: 100%; border: 1px solid #dfe2e7; border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 0 38px 90px rgba(18,22,27,.15); transform: perspective(1400px) rotateY(-2.8deg) rotateX(1deg); }
.dashboard-topbar { height: 58px; display: flex; align-items: center; gap: 22px; padding: 0 20px; border-bottom: 1px solid #e8eaed; background: #fbfbfc; }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 8px; height: 8px; border-radius: 50%; background: #d6d9de; }
.window-dots span:first-child { background: var(--red); }
.dashboard-brand { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; color: #424750; }
.dashboard-brand img { width: 27px; height: 27px; object-fit: contain; }
.status-pill { margin-left: auto; font-size: 10px; font-weight: 800; color: #4c545d; background: #fff; border: 1px solid #e1e4e8; border-radius: 999px; padding: 7px 10px; }
.dashboard-body { display: grid; grid-template-columns: 54px 1fr; min-height: 455px; }
.dash-side { border-right: 1px solid #eceef1; background: #fafbfc; padding-top: 20px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.dash-side span { width: 23px; height: 23px; border-radius: 7px; background: #e7e9ec; }
.dash-side span.active { background: linear-gradient(135deg, #f12a33, #b80f17); }
.dash-content { padding: 26px; min-width: 0; }
.dash-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.dash-heading small { display: block; font-size: 9px; letter-spacing: .13em; font-weight: 900; color: var(--red); margin-bottom: 6px; }
.dash-heading h2 { margin: 0; font-size: 21px; line-height: 1.2; letter-spacing: -.025em; }
.live-chip { white-space: nowrap; display: flex; align-items: center; gap: 7px; font-size: 9px; color: #6f7680; font-weight: 800; border: 1px solid #e2e5e9; padding: 7px 9px; border-radius: 999px; }
.live-chip b { width: 6px; height: 6px; border-radius: 50%; background: #32a05f; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.metric-card { min-height: 98px; border: 1px solid #e7e9ec; background: #fff; border-radius: 12px; padding: 13px; }
.metric-card small { display: block; color: #888e97; font-size: 9px; margin-bottom: 7px; }
.metric-card strong { display: block; font-size: 11px; }
.mini-line { margin-top: 16px; height: 3px; border-radius: 9px; background: #f0f1f3; overflow: hidden; }
.mini-line i { display: block; height: 100%; width: 72%; background: var(--red); border-radius: inherit; }
.mini-bars { height: 20px; margin-top: 10px; display: flex; gap: 3px; align-items: end; }
.mini-bars i { flex: 1; background: #d7dae0; border-radius: 3px 3px 0 0; }
.mini-bars i:nth-child(1){height:45%}.mini-bars i:nth-child(2){height:70%;background:#ef6b70}.mini-bars i:nth-child(3){height:55%}.mini-bars i:nth-child(4){height:90%;background:var(--red)}
.progress { height: 6px; margin-top: 14px; background: #f0f1f3; border-radius: 8px; overflow: hidden; }
.progress i { display: block; width: 78%; height: 100%; background: linear-gradient(90deg, var(--red), #ff6f75); }
.dash-lower { display: grid; grid-template-columns: 1.55fr .8fr; gap: 10px; margin-top: 10px; }
.chart-card, .activity-card { border: 1px solid #e7e9ec; border-radius: 13px; min-width: 0; overflow: hidden; background: #fff; }
.card-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 14px 8px; }
.card-title span { font-size: 10px; font-weight: 900; }
.card-title small { color: #9398a0; font-size: 8px; }
.fake-chart { height: 164px; position: relative; overflow: hidden; }
.fake-chart svg { position: absolute; inset: 15px 10px 0; width: calc(100% - 20px); height: calc(100% - 15px); }
.grid-line { position: absolute; left: 0; right: 0; border-top: 1px dashed #eceef0; }
.g1{top:28%}.g2{top:53%}.g3{top:78%}
.activity-list { padding: 8px 13px 13px; display: grid; gap: 11px; }
.activity-list > div { display: flex; align-items: center; gap: 8px; padding-bottom: 10px; border-bottom: 1px solid #f0f1f3; }
.activity-list > div:last-child { border-bottom: 0; padding-bottom: 0; }
.activity-list b { width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; }
.a-red{background:var(--red)}.a-gray{background:#757d87}.a-light{background:#c7cbd1}
.activity-list p { margin: 0; min-width: 0; }
.activity-list strong, .activity-list span { display: block; }
.activity-list strong { font-size: 9px; margin-bottom: 2px; }
.activity-list span { font-size: 7px; color: #989da5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.floating-card { position: absolute; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border: 1px solid #e4e7ea; border-radius: 12px; padding: 11px 13px; box-shadow: 0 18px 34px rgba(18,22,27,.13); }
.floating-card span { color: var(--red); display: block; font-size: 9px; font-weight: 900; letter-spacing: .12em; margin-bottom: 3px; }
.floating-card strong { font-size: 10px; }
.floating-card-one { left: -28px; top: 105px; }
.floating-card-two { right: -22px; bottom: 48px; }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 104px; display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { padding: 24px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { font-size: 13px; color: var(--red); letter-spacing: .05em; text-transform: uppercase; }
.trust-grid span { margin-top: 5px; font-size: 13px; color: #68707a; }

.section { padding: 112px 0; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading h2, .platform-copy h2, .about-copy h2, .contact-copy h2 { font-size: clamp(36px, 4vw, 54px); line-height: 1.05; letter-spacing: -.045em; margin: 0 0 20px; }
.section-heading p, .platform-copy > p, .about-copy > p, .contact-copy > p { font-size: 17px; line-height: 1.75; color: var(--muted); margin: 0; }
.solutions { background: var(--white); }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.solution-card { min-height: 390px; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; background: #fff; position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.solution-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #d8dbe0; }
.solution-card.featured { background: linear-gradient(145deg, #fff7f7, #fff 55%); }
.solution-card.featured::after { content:""; position:absolute; width:260px; height:260px; border-radius:50%; right:-120px; top:-120px; background:radial-gradient(circle, rgba(227,27,35,.12), transparent 70%); }
.icon-box { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--red-soft); color: var(--red); margin-bottom: 26px; }
.icon-box svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card-kicker { font-size: 10px; letter-spacing: .14em; font-weight: 900; color: var(--red); margin-bottom: 12px; }
.solution-card h3 { margin: 0 0 14px; max-width: 540px; font-size: 26px; line-height: 1.17; letter-spacing: -.03em; }
.solution-card p { color: #69707a; line-height: 1.7; margin: 0 0 22px; }
.solution-card ul { padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 16px; margin: 26px 0 0; }
.solution-card li { font-size: 13px; color: #545b65; display: flex; gap: 8px; align-items: start; }
.solution-card li::before { content:""; width:6px; height:6px; border-radius:50%; background:var(--red); margin-top:6px; flex:0 0 auto; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 900; color: #272b31; }
.text-link span { color: var(--red); transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.platform { background: var(--light); overflow: hidden; }
.platform-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.platform-copy { max-width: 540px; }
.feature-list { display: grid; gap: 20px; margin-top: 34px; }
.feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; }
.feature-list > div > span { color: var(--red); font-size: 11px; font-weight: 900; padding-top: 3px; }
.feature-list p { margin: 0; font-size: 14px; line-height: 1.65; color: #6b727b; }
.feature-list strong { display: block; color: #272b31; font-size: 15px; margin-bottom: 4px; }
.platform-panel { min-height: 520px; background: linear-gradient(145deg, #12151a, #20242b); border: 1px solid #2a3038; border-radius: 28px; box-shadow: 0 30px 75px rgba(13,15,18,.22); position: relative; overflow: hidden; }
.platform-panel::before { content:""; position:absolute; inset:0; background-image: radial-gradient(rgba(255,255,255,.09) 1px, transparent 1px); background-size: 23px 23px; mask-image: radial-gradient(circle at center, #000, transparent 72%); }
.panel-head, .panel-footer { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; color: #d9dce1; }
.panel-head { border-bottom: 1px solid rgba(255,255,255,.08); }
.panel-head > div { display: flex; align-items: center; gap: 10px; }
.panel-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 7px rgba(227,27,35,.12); }
.panel-head strong { font-size: 12px; }
.panel-head small { font-size: 9px; color: #818893; }
.orbit-map { position: relative; z-index: 1; height: 380px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.10); border-radius: 50%; }
.orbit-one { width: 230px; height: 230px; }
.orbit-two { width: 360px; height: 360px; border-style: dashed; }
.core { width: 116px; height: 116px; display: grid; place-items: center; border-radius: 28px; background: linear-gradient(145deg, #fff, #d8dadd); box-shadow: 0 18px 50px rgba(0,0,0,.32); position: relative; z-index: 3; }
.core img { width: 100px; height: 90px; object-fit: contain; }
.node { position: absolute; z-index: 3; min-width: 92px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 13px; background: rgba(23,27,33,.88); backdrop-filter: blur(10px); color: #fff; }
.node span { display: block; font-size: 12px; font-weight: 900; color: #ff595f; }
.node small { font-size: 9px; color: #8f969f; }
.n1{left:8%;top:28%}.n2{right:8%;top:26%}.n3{left:13%;bottom:19%}.n4{right:12%;bottom:18%}
.panel-footer { border-top: 1px solid rgba(255,255,255,.08); justify-content: center; gap: 28px; }
.panel-footer span { font-size: 9px; color: #9ca2aa; display: inline-flex; align-items: center; gap: 7px; }
.panel-footer b { width: 5px; height: 5px; border-radius: 50%; background: var(--red); }

.dark-section { color: #fff; background: radial-gradient(circle at 80% 0%, rgba(227,27,35,.12), transparent 30%), linear-gradient(135deg, #0b0d10, #171a20); }
.section-heading.light p { color: #979ea8; }
.difference-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.difference-card { min-height: 300px; padding: 34px 26px; border-right: 1px solid rgba(255,255,255,.10); }
.difference-card:first-child { border-left: 1px solid rgba(255,255,255,.10); }
.difference-card > span { display: inline-flex; width: 38px; height: 38px; border-radius: 10px; align-items: center; justify-content: center; background: rgba(227,27,35,.11); color: #ff5a60; font-size: 10px; font-weight: 900; margin-bottom: 48px; }
.difference-card h3 { font-size: 20px; letter-spacing: -.02em; margin: 0 0 13px; }
.difference-card p { color: #969da6; line-height: 1.65; margin: 0; font-size: 14px; }

.process { background: #fff; }
.process-line { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.process-line::before { content:""; position:absolute; height:1px; background:#dde0e4; left:4%; right:4%; top:30px; }
.process-step { position: relative; z-index: 1; padding-right: 28px; }
.step-number { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--black); border: 7px solid #fff; box-shadow: 0 0 0 1px #dfe2e6; font-size: 11px; font-weight: 900; margin-bottom: 24px; }
.process-step:first-child .step-number { background: var(--red); }
.process-step h3 { margin: 0 0 8px; font-size: 20px; }
.process-step p { margin: 0; color: #707780; line-height: 1.65; font-size: 14px; }

.about { background: linear-gradient(145deg, #fff 0%, #f7f8f9 100%); border-top: 1px solid var(--line); }
.about-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 84px; align-items: center; }
.about-mark { aspect-ratio: 1 / 1; max-width: 420px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, #fff 0 42%, #f1f2f4 42% 56%, transparent 56%); position: relative; }
.about-mark::before, .about-mark::after { content:""; position:absolute; border:1px solid #e3e5e8; border-radius:50%; }
.about-mark::before { inset:8%; }.about-mark::after { inset:22%; border-style:dashed; }
.about-mark img { position: relative; z-index: 2; width: 72%; filter: drop-shadow(0 20px 30px rgba(18,22,27,.16)); }
.about-copy { max-width: 690px; }
.about-copy > p + p { margin-top: 14px; }
.about-signature { margin-top: 28px; font-size: 11px; font-weight: 900; letter-spacing: .13em; color: #4d535c; }
.about-signature span { color: var(--red); margin-inline: 7px; }

.contact-section { padding: 112px 0; background: #101318; color: #fff; position: relative; overflow: hidden; }
.contact-section::before { content:""; position:absolute; width:500px; height:500px; border-radius:50%; top:-230px; right:-120px; background:radial-gradient(circle, rgba(227,27,35,.20), transparent 66%); }
.contact-wrap { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 82px; align-items: start; }
.contact-copy > p { color: #9da3ad; }
.contact-note { margin-top: 30px; display: inline-flex; align-items: center; gap: 9px; color: #d5d8dd; font-size: 13px; }
.contact-note span { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: rgba(227,27,35,.16); color: #ff656b; font-size: 11px; }
.contact-form { background: #fff; color: var(--text); border-radius: 22px; padding: 30px; box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.contact-form label { display: grid; gap: 8px; font-size: 11px; font-weight: 900; color: #555c64; margin-bottom: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #dfe2e6; border-radius: 10px; background: #fbfbfc; color: #20242a; outline: none; padding: 13px 14px; transition: border .2s, box-shadow .2s; font-size: 14px; }
.contact-form textarea { resize: vertical; min-height: 108px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(227,27,35,.55); box-shadow: 0 0 0 4px rgba(227,27,35,.08); }
.form-status { min-height: 20px; margin: 12px 0 0; font-size: 12px; color: #59616b; line-height: 1.5; }
.form-status.success { color: #2f7d50; }
.form-status.error { color: #b61720; }
.form-privacy { text-align: center; color: #969ba3; font-size: 10px; line-height: 1.5; margin: 8px 0 0; }

.site-footer { background: #080a0d; color: #fff; border-top: 1px solid rgba(255,255,255,.08); }
.footer-main { padding: 58px 0 44px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; }
.footer-brand img { width: 340px; max-height: 88px; object-fit: cover; object-position: center; border-radius: 6px; }
.footer-brand p { color: #818892; line-height: 1.6; font-size: 13px; max-width: 430px; margin: 18px 0 0; }
.footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 38px; }
.footer-links > div { display: grid; align-content: start; gap: 10px; }
.footer-links strong { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: #f2f3f4; margin-bottom: 5px; }
.footer-links a { font-size: 13px; color: #818892; }
.footer-links a:hover { color: #fff; }
.footer-bottom { min-height: 72px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #676e78; font-size: 11px; }
.footer-bottom a:hover { color: #fff; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 13px; }
  .header-cta { display: none; }
  .hero-layout { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { max-width: 760px; }
  .hero { min-height: auto; }
  .hero-visual { max-width: 850px; }
  .platform-layout, .contact-wrap { grid-template-columns: 1fr; gap: 50px; }
  .platform-copy { max-width: 740px; }
  .difference-grid { grid-template-columns: repeat(2,1fr); }
  .difference-card:nth-child(2) { border-right: 1px solid rgba(255,255,255,.10); }
  .process-line { grid-template-columns: repeat(2,1fr); gap: 42px 28px; }
  .process-line::before { display: none; }
}

@media (max-width: 820px) {
  .header-inner { min-height: 72px; }
  .brand { width: 190px; }
  .brand img { height: 48px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 72px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 8px; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px; border-radius: 10px; }
  .main-nav a:hover { background: var(--light); }
  .hero-layout { padding-top: 72px; padding-bottom: 76px; }
  .hero h1 { font-size: clamp(42px, 10vw, 62px); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: auto; }
  .section { padding: 88px 0; }
  .about-layout { grid-template-columns: 1fr; gap: 35px; }
  .about-mark { max-width: 320px; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero-layout { padding-top: 58px; gap: 42px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-points { display: grid; gap: 10px; }
  .dashboard-shell { transform: none; }
  .dashboard-topbar { gap: 10px; padding: 0 12px; }
  .dashboard-brand span, .status-pill { display: none; }
  .dashboard-body { grid-template-columns: 38px 1fr; }
  .dash-content { padding: 15px; }
  .dash-heading h2 { font-size: 16px; }
  .live-chip { display: none; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-card { min-height: 72px; }
  .dash-lower { grid-template-columns: 1fr; }
  .activity-card { display: none; }
  .floating-card { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .trust-grid > div:first-child { border-top: 0; }
  .section-heading { margin-bottom: 36px; }
  .solution-card { padding: 26px; }
  .solution-card ul { grid-template-columns: 1fr; }
  .platform-panel { min-height: 470px; }
  .orbit-map { height: 340px; transform: scale(.92); }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-card { min-height: auto; border-left: 1px solid rgba(255,255,255,.10); border-bottom: 1px solid rgba(255,255,255,.10); }
  .difference-card > span { margin-bottom: 28px; }
  .process-line { grid-template-columns: 1fr; gap: 34px; }
  .process-step { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding-right: 0; }
  .step-number { width: 50px; height: 50px; margin: 0; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 22px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { padding: 18px 0; flex-direction: column; align-items: flex-start; }
}

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