:root {
  --navy-950: #061a31;
  --navy-900: #092541;
  --navy-800: #0d345d;
  --navy-700: #164a7d;
  --blue-500: #2774b8;
  --blue-100: #eaf4fc;
  --gold-600: #a67512;
  --gold-500: #d8a52d;
  --gold-400: #efc85d;
  --gold-100: #fff3cc;
  --ink: #14283d;
  --muted: #63778b;
  --line: #dde7ef;
  --surface: #f6f9fc;
  --white: #ffffff;
  --success: #147a55;
  --warning: #9a6810;
  --danger: #a73b46;
  --shadow: 0 22px 65px rgba(7, 35, 64, .12);
  --radius-lg: 28px;
  --radius-md: 19px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body[dir="rtl"] { font-family: Tahoma, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 840px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; color: #fff; background: var(--navy-900); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(221, 231, 239, .9); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.brand img { width: 150px; height: auto; }
.brand span { padding-left: 10px; border-left: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 750; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 21px; margin-left: auto; }
.main-nav a { position: relative; padding: 27px 0 25px; color: #40556a; font-size: 12px; font-weight: 720; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; border-radius: 2px; background: var(--gold-500); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--navy-800); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.language-select { width: 110px; height: 38px; padding: 0 28px 0 10px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy-800); background: #fff; font-size: 11px; }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--navy-800); }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 19px; border: 1px solid transparent; border-radius: 12px; font-size: 12px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button[disabled] { cursor: not-allowed; opacity: .55; transform: none; }
.button-small { min-height: 38px; padding-inline: 15px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--navy-800), var(--navy-700)); box-shadow: 0 10px 24px rgba(13,52,93,.18); }
.button-primary:hover { box-shadow: 0 14px 30px rgba(13,52,93,.25); }
.button-secondary { border-color: var(--line); color: var(--navy-800); background: #fff; }
.button-gold { color: var(--navy-950); background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); box-shadow: 0 12px 28px rgba(216,165,45,.22); }
.button-quiet { min-height: 38px; border-color: var(--line); color: var(--navy-700); background: var(--surface); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--gold-600); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; border-radius: 2px; background: var(--gold-500); }
.hero { position: relative; overflow: hidden; padding: 102px 0 94px; background: linear-gradient(150deg, #fff 0%, #f4f8fc 57%, #edf5fb 100%); }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.orb-one { width: 520px; height: 520px; top: -270px; right: -100px; border: 1px solid rgba(216,165,45,.18); box-shadow: 0 0 0 90px rgba(216,165,45,.035), 0 0 0 180px rgba(39,116,184,.025); }
.orb-two { width: 300px; height: 300px; bottom: -210px; left: 10%; background: rgba(39,116,184,.06); filter: blur(8px); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1fr .93fr; align-items: center; gap: 68px; }
.hero-copy h1 { max-width: 720px; margin: 0; color: var(--navy-950); font-size: clamp(48px, 5.7vw, 76px); line-height: 1.08; letter-spacing: -.055em; }
.hero-copy h1 em { color: var(--gold-600); font-style: normal; }
.hero-lead { max-width: 680px; margin: 25px 0 0; color: #50677e; font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 30px; }
.trust-row span { display: flex; align-items: center; gap: 7px; color: #52687e; font-size: 11px; }
.trust-row i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-800); background: var(--gold-100); font-size: 10px; font-style: normal; font-weight: 900; }

.hero-console { position: relative; padding: 16px; border: 1px solid rgba(13,52,93,.1); border-radius: 26px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); transform: perspective(1100px) rotateY(-3deg) rotateX(1deg); }
.console-top { display: flex; align-items: center; justify-content: space-between; padding: 3px 4px 15px; color: var(--muted); font-size: 10px; font-weight: 800; }
.console-brand { display: flex; align-items: center; gap: 8px; color: var(--navy-900); font-size: 12px; }
.console-brand img { width: 30px; border-radius: 9px; }
.console-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10px; }
.console-main { min-height: 330px; padding: 22px; border-radius: 19px; background: linear-gradient(145deg, var(--navy-950), var(--navy-800)); }
.console-title { display: flex; flex-direction: column; }
.console-title small { color: var(--gold-400); font-size: 9px; font-weight: 800; }
.console-title strong { margin-top: 4px; color: #fff; font-size: 16px; }
.mock-chart { position: relative; height: 165px; display: flex; align-items: flex-end; gap: 10px; margin-top: 26px; padding: 18px 14px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.mock-chart i { position: relative; z-index: 2; flex: 1; min-height: 24px; border-radius: 5px 5px 0 0; background: linear-gradient(to top, rgba(239,200,93,.25), var(--gold-400)); }
.mock-chart i:nth-child(1) { height: 35%; }.mock-chart i:nth-child(2) { height: 55%; }.mock-chart i:nth-child(3) { height: 43%; }.mock-chart i:nth-child(4) { height: 73%; }.mock-chart i:nth-child(5) { height: 62%; }.mock-chart i:nth-child(6) { height: 91%; }
.mock-chart span { position: absolute; width: 130px; height: 130px; top: 9px; right: 18px; border: 1px solid rgba(239,200,93,.13); border-radius: 50%; box-shadow: 0 0 0 28px rgba(239,200,93,.025); }
.console-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 18px; }
.console-metrics div { display: flex; flex-direction: column; padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; }
.console-metrics small { color: #9fb3c6; font-size: 7px; }
.console-metrics strong { margin-top: 4px; color: #fff; font-size: 13px; }
.console-side { display: grid; gap: 9px; }
.console-side article { display: flex; align-items: center; gap: 10px; padding: 15px 12px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.console-side article > span { width: 29px; height: 29px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 9px; color: var(--gold-600); background: var(--gold-100); font-size: 9px; font-weight: 900; }
.console-side article div { display: flex; flex-direction: column; }
.console-side strong { color: var(--navy-800); font-size: 10px; }
.console-side small { margin-top: 2px; color: var(--muted); font-size: 7px; }

.proof-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.proof-items { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-items > div { position: relative; min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 18px 27px; }
.proof-items > div + div::before { content: ""; position: absolute; top: 25px; bottom: 25px; left: 0; width: 1px; background: var(--line); }
.proof-items strong { color: var(--navy-800); font-size: 15px; }
.proof-items span { margin-top: 4px; color: var(--muted); font-size: 11px; }

.section { padding: 104px 0; }
.page-section { padding-top: 82px; }
.section-heading { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading.align-left { max-width: none; margin: 0 0 28px; text-align: left; }
.section-heading h2 { margin: 0; color: var(--navy-950); font-size: clamp(34px, 4vw, 49px); line-height: 1.18; letter-spacing: -.045em; }
.section-heading > p:not(.eyebrow) { max-width: 680px; margin: 17px auto 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.value-grid, .feature-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card, .detail-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 8px 30px rgba(7,35,64,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.value-card:hover, .detail-card:hover { transform: translateY(-4px); border-color: rgba(216,165,45,.5); box-shadow: 0 18px 42px rgba(7,35,64,.1); }
.value-card > span, .detail-card > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: var(--gold-600); background: var(--gold-100); font-size: 10px; font-weight: 900; }
.value-card h3, .detail-card h2 { margin: 24px 0 10px; color: var(--navy-800); font-size: 19px; }
.value-card p, .detail-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.section-navy { position: relative; overflow: hidden; color: #fff; background: linear-gradient(140deg, var(--navy-950), var(--navy-800)); }
.section-navy::after { content: ""; position: absolute; width: 520px; height: 520px; top: -340px; right: -100px; border: 1px solid rgba(239,200,93,.16); border-radius: 50%; box-shadow: 0 0 0 75px rgba(239,200,93,.025), 0 0 0 150px rgba(239,200,93,.02); }
.section-heading.light { position: relative; z-index: 2; }
.section-heading.light h2 { color: #fff; }
.section-heading.light > p:not(.eyebrow) { color: #b8c9d9; }
.section-heading.light .eyebrow { color: var(--gold-400); }
.dark-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dark-card { min-height: 250px; padding: 27px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.055); }
.dark-card b { color: var(--gold-400); font-size: 10px; letter-spacing: .1em; }
.dark-card h3 { margin: 48px 0 11px; color: #fff; font-size: 19px; }
.dark-card p { margin: 0; color: #b7c8d8; font-size: 12px; line-height: 1.8; }
.center-action { position: relative; z-index: 2; display: flex; justify-content: center; margin-top: 34px; }

.cta-section { padding: 0 0 94px; background: var(--surface); }
.cta-card { min-height: 245px; display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 51px 58px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(135deg, var(--navy-950), var(--navy-700)); box-shadow: 0 24px 70px rgba(7,31,58,.18); }
.cta-card > div > span { color: var(--gold-400); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.cta-card h2 { max-width: 690px; margin: 12px 0 0; font-size: clamp(28px, 3.5vw, 42px); line-height: 1.25; letter-spacing: -.04em; }
.cta-card p { margin: 10px 0 0; color: #bbcada; font-size: 13px; }
.cta-card .button { flex: 0 0 auto; }

.page-hero { padding: 104px 0 90px; background: linear-gradient(150deg, #fff, #f0f6fb); text-align: center; }
.page-hero .eyebrow { justify-content: center; }
.page-hero h1 { margin: 0; color: var(--navy-950); font-size: clamp(43px, 5.5vw, 68px); line-height: 1.12; letter-spacing: -.052em; }
.hero-copy h1, .page-hero h1, .section-heading h2, .cta-card h2 { overflow-wrap: anywhere; }
.page-hero p:not(.eyebrow) { max-width: 760px; margin: 22px auto 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.page-hero-dark { color: #fff; background: linear-gradient(140deg, var(--navy-950), var(--navy-800)); }
.page-hero-dark h1 { color: #fff; }
.page-hero-dark p:not(.eyebrow) { color: #bed0e0; }
.page-hero-dark .eyebrow { color: var(--gold-400); }
.page-hero-soft { background: var(--surface); }
.feature-detail-grid { grid-template-columns: repeat(2, 1fr); }
.detail-card { min-height: 230px; }
.statement-section { padding: 0 0 100px; }
.statement-card { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 45px 52px; border-radius: 24px; color: #fff; background: var(--navy-900); }
.statement-card p { max-width: 780px; margin: 0; font-size: clamp(19px, 2.5vw, 27px); font-weight: 720; line-height: 1.55; }

.scenario-list { display: grid; gap: 15px; }
.scenario { display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 27px; padding: 30px 35px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.scenario-number { color: var(--gold-500); font-size: 33px; font-weight: 850; letter-spacing: -.05em; }
.scenario h2 { margin: 0 0 7px; color: var(--navy-800); font-size: 21px; }
.scenario p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.professional-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.professional-card { padding: 35px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.pro-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; color: var(--navy-800); background: var(--gold-100); font-size: 21px; }
.professional-card h2 { margin: 26px 0 10px; color: var(--navy-800); font-size: 23px; }
.professional-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.professional-card ul { margin: 23px 0 0; padding: 19px 0 0; border-top: 1px solid var(--line); list-style: none; }
.professional-card li { margin: 8px 0; color: #50657a; font-size: 12px; }
.professional-card li::before { content: "✓"; margin-inline-end: 8px; color: var(--gold-600); font-weight: 900; }
.workflow-section { padding: 96px 0; color: #fff; background: var(--navy-950); }
.workflow-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.workflow-row > div { display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: rgba(255,255,255,.045); }
.workflow-row b { color: var(--gold-400); font-size: 12px; }
.workflow-row strong { margin-top: 34px; color: #fff; font-size: 17px; }
.workflow-row span { margin-top: 6px; color: #aebfd0; font-size: 12px; }

.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.download-card { min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 10px 35px rgba(7,35,64,.05); }
.download-icon { min-width: 52px; height: 52px; display: grid; place-items: center; padding-inline: 10px; border-radius: 15px; color: var(--navy-800); background: var(--blue-100); font-size: 12px; font-weight: 900; }
.download-card h2 { margin: 23px 0 8px; color: var(--navy-800); font-size: 21px; }
.download-card p { min-height: 48px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.download-card .status { display: inline-flex; margin-top: 18px; padding: 6px 9px; border-radius: 20px; font-size: 9px; font-weight: 850; }
.status-available { color: var(--success); background: #e5f5ef; }.status-beta { color: var(--warning); background: #fff3d3; }.status-planned, .status-unavailable { color: #67798b; background: #edf2f6; }
.download-card .button { width: 100%; margin-top: auto; }
.download-card small { min-height: 15px; margin-top: 9px; color: var(--muted); font-size: 9px; }
.download-safety { margin: 30px 0 0; padding: 17px 20px; border-left: 3px solid var(--gold-500); color: #52677b; background: var(--gold-100); font-size: 12px; }

.content-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.content-toolbar p { margin: 0; color: var(--muted); font-size: 12px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card, .forum-card, .loading-card, .empty-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.news-card { min-height: 275px; display: flex; flex-direction: column; }
.news-card time, .forum-card time { color: var(--gold-600); font-size: 9px; font-weight: 800; }
.news-card h2, .forum-card h2 { margin: 22px 0 10px; color: var(--navy-800); font-size: 19px; }
.news-card p, .forum-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; white-space: pre-wrap; }
.news-card button { align-self: flex-start; margin-top: auto; padding: 18px 0 0; border: 0; color: var(--navy-700); background: none; font-size: 11px; font-weight: 800; }
.loading-card, .empty-card { grid-column: 1 / -1; color: var(--muted); text-align: center; }
.article-view { max-width: 850px; margin: 0 auto; padding: 45px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.back-button { padding: 0; border: 0; color: var(--navy-700); background: none; font-size: 11px; font-weight: 800; }
.article-date { margin: 35px 0 8px; color: var(--gold-600); font-size: 10px; }
.article-view h2 { margin: 0; color: var(--navy-950); font-size: 38px; line-height: 1.2; }
.article-summary { margin: 18px 0 0; color: #52677a; font-size: 16px; font-weight: 650; line-height: 1.7; }
.article-body { margin: 32px 0; color: #425a70; font-size: 14px; line-height: 1.9; white-space: pre-wrap; }

.community-principles { color: #fff; background: var(--navy-900); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.principle-grid > div { min-height: 120px; display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 14px; padding: 20px 30px; }
.principle-grid b { grid-row: 1 / 3; color: var(--gold-400); font-size: 11px; }
.principle-grid strong { font-size: 13px; }
.principle-grid span { margin-top: 4px; color: #afc2d4; font-size: 10px; }
.community-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: 34px; }
.forum-list { display: grid; gap: 13px; }
.forum-card h2 { margin-top: 13px; }
.forum-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 9px; }
.submission-card, .feedback-panel { position: sticky; top: 100px; padding: 32px; border: 1px solid var(--line); border-radius: 23px; background: var(--surface); }
.submission-card h2, .feedback-panel h2 { margin: 0; color: var(--navy-900); font-size: 25px; }
.submission-card > p { margin: 8px 0 25px; color: var(--muted); font-size: 12px; line-height: 1.65; }

form { display: grid; gap: 15px; }
form label { display: grid; gap: 6px; color: #3d5368; font-size: 11px; font-weight: 750; }
input, textarea, select { width: 100%; border: 1px solid #cfdae4; border-radius: 10px; outline: none; color: var(--ink); background: #fff; }
input, select { height: 43px; padding: 0 12px; }
textarea { padding: 11px 12px; line-height: 1.55; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(39,116,184,.1); }
.check-row { grid-template-columns: 18px 1fr; align-items: start; gap: 8px; font-weight: 500; line-height: 1.55; }
.check-row input { width: 16px; height: 16px; margin: 1px 0 0; }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-result { min-height: 19px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.form-result.success { color: var(--success); }.form-result.error { color: var(--danger); }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 34px; }
.contact-options { display: grid; gap: 15px; }
.contact-card { padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.contact-badge { display: inline-flex; padding: 5px 9px; border-radius: 15px; color: var(--gold-600); background: var(--gold-100); font-size: 9px; font-weight: 900; }
.contact-card h2 { margin: 19px 0 7px; color: var(--navy-800); font-size: 20px; }
.contact-card p { margin: 0 0 19px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.backend-note { padding: 21px 23px; border-radius: 17px; color: #fff; background: var(--navy-800); }
.backend-note strong { font-size: 13px; }
.backend-note p { margin: 5px 0 0; color: #c4d4e3; font-size: 11px; line-height: 1.65; }
.feedback-panel { position: static; background: #fff; box-shadow: 0 18px 55px rgba(7,35,64,.08); }
.feedback-panel h2 { margin-bottom: 24px; }

.support-layout { display: grid; grid-template-columns: 1.2fr .8fr; align-items: start; gap: 32px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 22px 24px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.faq-list summary { color: var(--navy-800); font-size: 14px; font-weight: 800; cursor: pointer; }
.faq-list p { margin: 13px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.support-side { display: flex; flex-direction: column; align-items: flex-start; padding: 32px; border-radius: 22px; color: #fff; background: var(--navy-900); }
.support-side img { width: 62px; border-radius: 17px; }
.support-side h2 { margin: 24px 0 8px; font-size: 23px; }
.support-side p { margin: 0 0 22px; color: #bfd0df; font-size: 12px; line-height: 1.7; }
.support-side > a:last-child { margin-top: 17px; color: var(--gold-400); font-size: 11px; }

.legal-section { padding-top: 58px; background: var(--surface); }
.legal-card { max-width: 880px; padding: 47px 54px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.legal-card section + section { margin-top: 31px; padding-top: 29px; border-top: 1px solid var(--line); }
.legal-card h2 { margin: 0 0 9px; color: var(--navy-800); font-size: 19px; }
.legal-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.legal-card a { color: var(--blue-500); text-decoration: underline; }
.not-found { min-height: 65vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 70px 24px; text-align: center; }
.not-found img { width: 74px; border-radius: 20px; }
.not-found > strong { margin-top: 18px; color: var(--gold-500); font-size: 14px; letter-spacing: .2em; }
.not-found h1 { margin: 8px 0 0; color: var(--navy-950); font-size: 42px; }
.not-found p { margin: 10px 0 26px; color: var(--muted); }

.site-footer { padding: 62px 0 25px; color: #aebdcb; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 45px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 9px; }
.footer-brand img { width: 170px; padding: 6px 9px; border-radius: 11px; background: #fff; }
.footer-brand p { margin: 8px 0 0; font-size: 12px; }
.footer-grid strong { margin-bottom: 7px; color: #fff; font-size: 12px; }
.footer-grid a, .footer-grid p { margin: 0; font-size: 11px; line-height: 1.6; }
.footer-grid a:hover { color: var(--gold-400); }
.footer-share { align-self: flex-start; padding: 0; border: 0; color: var(--gold-400); background: none; font-size: 11px; }
.footer-share:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 47px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(17px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
[dir="rtl"] .brand span { padding-right: 10px; padding-left: 0; border-right: 1px solid var(--line); border-left: 0; }
[dir="rtl"] .main-nav { margin-right: auto; margin-left: 0; }
[dir="rtl"] .proof-items > div + div::before { right: 0; left: auto; }
[dir="rtl"] .download-safety { border-right: 3px solid var(--gold-500); border-left: 0; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }
@media (max-width: 1080px) {
  .main-nav { gap: 14px; }.main-nav a { font-size: 11px; }.nav-actions .button { display: none; }
  .hero-layout { grid-template-columns: 1fr; }.hero-copy { max-width: 820px; text-align: center; margin-inline: auto; }.hero-copy .eyebrow, .hero-actions, .trust-row { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-console { width: min(740px,100%); margin-inline: auto; }
  .value-grid { grid-template-columns: repeat(2,1fr); }.dark-grid { grid-template-columns: repeat(2,1fr); }.download-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 1040px) {
  .nav-wrap { min-height: 68px; gap: 10px; }
  .brand img { width: 128px; }
  .brand span { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  [dir="rtl"] .menu-toggle { margin-right: auto; margin-left: 0; }
  .main-nav { position: fixed; top: 68px; right: 15px; left: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 10px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 10px; font-size: 13px; }
  .main-nav a::after { display: none; }
  .language-select { width: 108px; }
}
@media (max-width: 820px) {
  .shell { width: min(100% - 30px, 680px); }
  .nav-wrap { min-height: 68px; gap: 10px; }.brand img { width: 128px; }.brand span { display: none; }.menu-toggle { display: block; margin-left: auto; }[dir="rtl"] .menu-toggle { margin-right: auto; margin-left: 0; }
  .main-nav { position: fixed; top: 68px; right: 15px; left: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 10px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }.main-nav.is-open { display: flex; }.main-nav a { padding: 12px 10px; font-size: 13px; }.main-nav a::after { display: none; }.language-select { width: 92px; }
  .hero { padding: 74px 0 65px; }.hero-copy h1 { font-size: clamp(41px, 12vw, 59px); }.hero-lead { font-size: 15px; }.hero-console { transform: none; }.console-main { min-height: 285px; }
  .proof-items { grid-template-columns: repeat(2,1fr); }.proof-items > div:nth-child(3)::before { display: none; }
  .section { padding: 78px 0; }.section-heading { text-align: left; }.section-heading .eyebrow { justify-content: flex-start; }.section-heading > p:not(.eyebrow) { margin-inline: 0; }
  .feature-detail-grid, .professional-grid, .community-layout, .contact-layout, .support-layout { grid-template-columns: 1fr; }.submission-card { position: static; }.news-grid { grid-template-columns: repeat(2,1fr); }
  .statement-card, .cta-card { flex-direction: column; align-items: flex-start; }.workflow-row { grid-template-columns: 1fr; }.principle-grid { grid-template-columns: 1fr; }.principle-grid > div + div { border-top: 1px solid rgba(255,255,255,.1); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .hero-copy { text-align: left; }.hero-copy .eyebrow, .hero-actions, .trust-row { justify-content: flex-start; }.hero-actions .button { width: 100%; }
  .console-grid { grid-template-columns: 1fr; }.console-side { grid-template-columns: repeat(3,1fr); }.console-side article { flex-direction: column; align-items: flex-start; }.console-main { min-height: 270px; }.console-metrics { grid-template-columns: 1fr 1fr; }.console-metrics div:last-child { display: none; }
  .proof-items, .value-grid, .dark-grid, .feature-detail-grid, .download-grid, .news-grid { grid-template-columns: 1fr; }.proof-items > div + div::before { top: 0; right: 0; bottom: auto; left: 0; width: auto; height: 1px; }.proof-items > div:nth-child(3)::before { display: block; }
  .page-hero { padding: 73px 0 63px; text-align: left; }.page-hero .eyebrow { justify-content: flex-start; }.page-hero h1 { font-size: 40px; }.page-hero p:not(.eyebrow) { font-size: 14px; }
  .scenario { grid-template-columns: 1fr; gap: 12px; padding: 25px; }.scenario-number { font-size: 22px; }.form-two { grid-template-columns: 1fr; }.article-view, .legal-card { padding: 30px 23px; }.article-view h2 { font-size: 31px; }
  .statement-card, .cta-card { padding: 37px 27px; }.statement-card .button, .cta-card .button { width: 100%; }.content-toolbar { align-items: flex-start; flex-direction: column; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
}
