@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  color-scheme: dark;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  --bg: #07111b;
  --surface: #0b1723;
  --surface-2: #101e2c;
  --surface-3: #142536;
  --border: #294257;
  --border-strong: #3c5d75;
  --text: #edf4fa;
  --muted: #a9bac7;
  --muted-2: #c7d3dd;
  --lime: #72e142;
  --lime-soft: #143c25;
  --amber: #f4bd23;
  --amber-soft: #33290c;
  --red: #ff7379;
  --blue: #6bb5ff;
  --blue-soft: #102f4c;
  --radius: 10px;
  --radius-lg: 18px;
  --shadow: 0 24px 72px rgba(0, 0, 0, .32);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { min-width: 0; min-height: 100vh; margin: 0; overflow-x: hidden; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
:focus-visible { outline: 3px solid #a5f482; outline-offset: 3px; }
::selection { color: #07111b; background: var(--lime); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 104px 0; }
.section-surface { border-block: 1px solid rgba(41, 66, 87, .72); background: var(--surface); }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; min-height: 44px; padding: 11px 18px; transform: translateY(-160%); border-radius: 8px; color: #07111b; background: var(--lime); font-weight: 800; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow i { font-size: 18px; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; text-wrap: balance; }
h1 { margin: 0; font-size: clamp(44px, 6vw, 76px); line-height: .98; letter-spacing: -.045em; }
h2 { margin: 0; font-size: clamp(32px, 4.2vw, 52px); line-height: 1.04; letter-spacing: -.035em; }
h3 { margin: 0; font-size: 21px; line-height: 1.2; }
p { text-wrap: pretty; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(41, 66, 87, .8); background: rgba(7, 17, 27, .9); backdrop-filter: blur(18px); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; min-height: 76px; align-items: center; gap: 24px; }
.brand { display: inline-flex; min-width: 0; min-height: 44px; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 9px; object-fit: contain; background: #fff; }
.brand span { display: grid; min-width: 0; gap: 1px; }
.brand strong { font: 700 20px/1 "Space Grotesk", sans-serif; }
.brand small { overflow: hidden; color: var(--muted); font-size: 12px; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 4px; }
.primary-nav a, .language-switch { display: inline-flex; min-height: 44px; align-items: center; padding: 0 11px; border-radius: 8px; color: var(--muted-2); font-size: 13px; font-weight: 700; text-decoration: none; }
.primary-nav a:hover, .language-switch:hover { color: var(--text); background: var(--surface-2); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.language-switch { min-width: 44px; justify-content: center; border: 1px solid var(--border); }
.experience-switch { display: inline-flex; min-height: 48px; align-items: stretch; padding: 2px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); }
.experience-switch a { display: inline-flex; min-width: 64px; min-height: 44px; align-items: center; justify-content: center; padding: 0 10px; border-radius: 7px; color: var(--muted); font-size: 12px; font-weight: 800; text-decoration: none; }
.experience-switch a:hover { color: var(--text); }
.experience-switch a[aria-current="page"] { color: #07111b; background: var(--lime); box-shadow: 0 3px 12px rgba(0,0,0,.14); }
.nav-toggle { display: none; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); cursor: pointer; }
.nav-toggle i { font-size: 22px; }
.nav-toggle span { font-size: 12px; font-weight: 800; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border: 1px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.button i { font-size: 19px; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #07111b; background: var(--lime); box-shadow: 0 10px 32px rgba(114, 225, 66, .18); }
.button-primary:hover { background: #8deb65; }
.button-secondary { border-color: var(--border-strong); color: var(--text); background: var(--surface-2); }
.button-secondary:hover { border-color: var(--blue); }

.hero { min-height: calc(100vh - 76px); display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 12% 24%, rgba(23, 84, 67, .34), transparent 32%), radial-gradient(circle at 86% 12%, rgba(16, 47, 76, .5), transparent 30%), var(--bg); }
.hero::after { position: absolute; inset: 0; pointer-events: none; content: ""; opacity: .22; background-image: linear-gradient(rgba(107, 181, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(107, 181, 255, .08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); align-items: center; gap: 64px; }
.hero-copy { max-width: 640px; }
.hero-copy h1 { max-width: 780px; }
.hero-lead { max-width: 640px; margin: 26px 0 0; color: var(--muted-2); font-size: clamp(17px, 2vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 0; }
.boundary-note { display: flex; max-width: 620px; align-items: flex-start; gap: 10px; margin: 24px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.boundary-note i { flex: 0 0 auto; margin-top: 2px; color: var(--amber); font-size: 18px; }
.product-visual { position: relative; margin: 0; }
.visual-frame { position: relative; overflow: hidden; aspect-ratio: 1.28; border: 1px solid var(--border-strong); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.visual-frame::before { position: absolute; z-index: 2; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.05); content: ""; }
.visual-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.product-visual figcaption { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-top: 12px; color: var(--muted); font-size: 12px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(114,225,66,.12); animation: status-pulse 2.4s ease-in-out infinite; }

.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading-wide { max-width: 860px; }
.section-heading > p:last-child, .section-lead { margin: 20px 0 0; color: var(--muted-2); font-size: 17px; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { position: relative; min-width: 0; display: flex; flex-direction: column; gap: 18px; padding: 24px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(150deg, rgba(20,37,54,.86), rgba(11,23,35,.92)); }
.product-card::after { position: absolute; right: -28px; bottom: -48px; width: 120px; height: 120px; border-radius: 50%; opacity: .18; filter: blur(10px); content: ""; background: var(--blue); }
.product-card[data-product="mtf"]::after { background: var(--amber); }
.product-card[data-product="intelligence"]::after { background: var(--blue); }
.product-card[data-product="tv"]::after { background: var(--lime); }
.product-card[data-product="copytrade"]::after { background: #b88cff; }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.icon-box { display: inline-grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border: 1px solid var(--border-strong); border-radius: 9px; color: var(--blue); background: var(--blue-soft); }
.icon-box i { font-size: 23px; }
.card-number { color: var(--muted); font: 700 12px "Space Grotesk", sans-serif; letter-spacing: .08em; }
.product-card > p { min-height: 114px; margin: 0; color: var(--muted-2); font-size: 14px; line-height: 1.65; }
.benefit { display: grid; gap: 6px; padding-top: 16px; border-top: 1px solid var(--border); }
.benefit strong { color: var(--lime); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.benefit span { color: var(--muted); font-size: 13px; line-height: 1.55; }
.status-line { display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.status-line i { flex: 0 0 auto; margin-top: 2px; color: var(--amber); font-size: 16px; }
.text-link { position: relative; z-index: 1; display: inline-flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; color: var(--blue); font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--lime); }

.workflow-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.workflow-grid li { position: relative; min-width: 0; min-height: 224px; padding: 22px 18px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.workflow-grid li::after { position: absolute; z-index: 2; top: 50%; right: -13px; width: 26px; height: 1px; content: ""; background: var(--border-strong); }
.workflow-grid li:last-child::after { display: none; }
.workflow-grid .step-index { display: block; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.workflow-grid i { display: block; margin: 24px 0 18px; color: var(--lime); font-size: 28px; }
.workflow-grid h3 { font-size: 16px; }
.workflow-grid p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.term-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 28px 0 0; }
.term-grid div { padding: 18px; border-left: 3px solid var(--amber); border-radius: 0 8px 8px 0; background: var(--amber-soft); }
.term-grid dt { color: var(--amber); font: 700 14px "Space Grotesk", sans-serif; }
.term-grid dd { margin: 8px 0 0; color: var(--muted-2); font-size: 12px; line-height: 1.55; }

.proof-section { background: radial-gradient(circle at 12% 40%, rgba(114,225,66,.11), transparent 34%), #09141f; }
.proof-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: 84px; align-items: center; }
.proof-copy > p:not(.eyebrow) { margin: 22px 0 30px; color: var(--muted-2); font-size: 16px; line-height: 1.75; }
.proof-list { display: grid; gap: 12px; }
.proof-list article { display: flex; gap: 18px; padding: 20px; border: 1px solid var(--border); border-radius: var(--radius); background: rgba(16,30,44,.7); }
.proof-list h3 { font-size: 17px; }
.proof-list p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.start-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.start-grid > a { min-width: 0; min-height: 246px; display: flex; flex-direction: column; gap: 18px; padding: 22px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface-2); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.start-grid > a:hover { transform: translateY(-4px); border-color: var(--blue); }
.start-grid > a > i { color: var(--blue); font-size: 30px; }
.start-grid span { display: flex; height: 100%; flex-direction: column; }
.start-grid strong { font: 700 16px/1.35 "Space Grotesk", sans-serif; }
.start-grid small { margin: 10px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.start-grid b { display: flex; min-height: 44px; align-items: center; gap: 7px; margin-top: auto; color: var(--lime); font-size: 12px; }

.content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.content-grid > a { min-width: 0; min-height: 224px; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); color: inherit; background: var(--surface); text-decoration: none; }
.content-grid > a:hover { border-color: var(--lime); background: var(--surface-2); }
.content-grid > a > i { color: var(--amber); font-size: 29px; }
.content-grid h3 { margin-top: 28px; }
.content-grid p { min-height: 46px; margin: 10px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.content-grid span { display: flex; min-height: 44px; align-items: center; gap: 7px; color: var(--blue); font-size: 12px; font-weight: 800; }

.trust-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .8fr) minmax(280px, .9fr); gap: 20px; align-items: stretch; }
.trust-grid > div { padding-right: 34px; }
.contact-card, .limits-card { padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface-2); }
.contact-card h3, .limits-card h3 { margin: 22px 0 14px; }
.contact-card address { margin-bottom: 14px; color: var(--muted-2); font-size: 13px; font-style: normal; line-height: 1.7; }
.contact-card > a { display: flex; min-height: 44px; align-items: center; color: var(--blue); font-size: 13px; font-weight: 700; }
.limits-card ul { display: grid; gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; }
.limits-card li { display: flex; gap: 9px; color: var(--muted-2); font-size: 13px; line-height: 1.55; }
.limits-card li i { flex: 0 0 auto; margin-top: 2px; color: var(--lime); font-size: 17px; }

.faq-shell { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 84px; align-items: start; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 4px; cursor: pointer; font: 600 17px/1.4 "Space Grotesk", sans-serif; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { flex: 0 0 auto; color: var(--lime); font-size: 20px; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 46px 24px 4px; color: var(--muted-2); font-size: 14px; line-height: 1.7; }

.site-footer { padding: 68px 0 24px; border-top: 1px solid var(--border); background: #050c13; }
.footer-grid { display: grid; grid-template-columns: minmax(300px, 1.6fr) repeat(3, minmax(150px, .7fr)); gap: 48px; }
.footer-brand p { max-width: 470px; margin: 22px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.footer-grid h2 { margin: 4px 0 16px; color: var(--muted); font: 800 12px "Manrope", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: flex; min-height: 44px; align-items: center; color: var(--muted-2); font-size: 12px; text-decoration: none; }
.footer-grid > div:not(.footer-brand) a:hover { color: var(--lime); }
.footer-bottom { display: flex; min-height: 68px; align-items: flex-end; justify-content: space-between; gap: 24px; margin-top: 46px; border-top: 1px solid var(--border); color: var(--muted); font-size: 12px; }
.footer-bottom a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; color: var(--blue); }

.content-page { min-height: 70vh; padding: 48px 0 112px; }
.breadcrumb { display: flex; min-height: 44px; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.breadcrumb a { color: var(--blue); }
.content-hero { max-width: 920px; padding: 68px 0 56px; }
.content-hero h1 { font-size: clamp(40px, 6vw, 68px); }
.content-hero > p:last-child { max-width: 780px; margin: 24px 0 0; color: var(--muted-2); font-size: 18px; line-height: 1.7; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 72px; align-items: start; }
.article-body { display: grid; gap: 0; }
.article-body section { padding: 34px 0; border-top: 1px solid var(--border); }
.article-body h2 { font-size: 28px; }
.article-body p, .article-body li { color: var(--muted-2); font-size: 15px; line-height: 1.8; }
.article-body ul { padding-left: 22px; }
.article-aside { position: sticky; top: 104px; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.article-aside h2 { margin: 20px 0 10px; font-size: 20px; }
.article-aside p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.article-aside a { display: flex; min-height: 44px; align-items: center; gap: 7px; margin-top: 16px; color: var(--blue); font-size: 12px; font-weight: 800; }

.legacy-home { display: flex; min-height: 100vh; flex-direction: column; background: radial-gradient(circle at 75% 20%, rgba(76,119,153,.28), transparent 34%), #07111b; }
.legacy-header { border-bottom: 1px solid var(--border); background: rgba(7,17,27,.92); }
.legacy-header > .container { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.legacy-header nav { display: flex; gap: 6px; }
.legacy-header nav a { display: inline-flex; min-height: 44px; align-items: center; padding: 0 12px; color: var(--muted-2); font-size: 13px; font-weight: 700; }
.legacy-main { flex: 1; display: grid; place-items: center; padding: 96px 0; }
.legacy-main > .container { max-width: 880px; text-align: center; }
.legacy-main h1 { font-size: clamp(52px, 9vw, 100px); }
.legacy-main p:not(.eyebrow) { max-width: 640px; margin: 24px auto; color: var(--muted-2); font-size: 18px; line-height: 1.7; }
.legacy-main .hero-actions { justify-content: center; }
.legacy-footer { border-top: 1px solid var(--border); }
.legacy-footer .container { display: flex; min-height: 68px; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; }
.legacy-footer a { display: inline-flex; min-height: 44px; align-items: center; color: var(--blue); }

.classic-home { color-scheme: light; --bg: #f7f5ef; --surface: #ffffff; --surface-2: #f0ede5; --surface-3: #e6e1d7; --border: #d7d1c5; --border-strong: #ada596; --text: #17202a; --muted: #68727d; --muted-2: #414b55; --lime: #2f7d45; --blue: #245f87; min-height: 100vh; color: var(--text); background: var(--bg); }
.classic-home .skip-link { color: #fff; background: #245f87; }
.classic-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--border); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.classic-header-inner { display: grid; grid-template-columns: 1fr auto auto; min-height: 76px; align-items: center; gap: 16px; }
.classic-header .brand small { color: var(--muted); }
.classic-header .experience-switch { background: #f0ede5; }
.classic-header .experience-switch a { color: #525f6a; }
.classic-header .experience-switch a[aria-current="page"] { color: #fff; background: #245f87; }
.classic-language { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 9px; color: var(--text); font-size: 12px; font-weight: 800; text-decoration: none; }
.classic-hero { padding: 96px 0 82px; overflow: hidden; background: radial-gradient(circle at 85% 10%, rgba(36,95,135,.12), transparent 33%), linear-gradient(180deg,#fff,var(--bg)); }
.classic-hero-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(460px,1.1fr); align-items: center; gap: 64px; }
.classic-kicker, .classic-section-heading > p { display: flex; align-items: center; gap: 8px; margin: 0 0 16px; color: #245f87; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.classic-hero h1 { max-width: 700px; color: #17202a; font-size: clamp(46px,6vw,76px); }
.classic-hero-grid > div > p:not(.classic-kicker):not(.classic-boundary) { max-width: 650px; margin: 24px 0 0; color: var(--muted-2); font-size: 18px; line-height: 1.7; }
.classic-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.classic-primary, .classic-secondary { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border-radius: 9px; font-size: 14px; font-weight: 800; text-decoration: none; }
.classic-primary { color: #fff; background: #245f87; }
.classic-secondary { border: 1px solid var(--border-strong); color: #17202a; background: #fff; }
.classic-boundary { display: flex; max-width: 620px; align-items: flex-start; gap: 9px; margin: 20px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.classic-boundary i { margin-top: 2px; color: #9a6a00; font-size: 18px; }
.classic-visual { margin: 0; padding: 12px; border: 1px solid var(--border); border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(33,45,56,.14); }
.classic-visual img { width: 100%; aspect-ratio: 1.28; border-radius: 11px; object-fit: cover; object-position: top center; }
.classic-visual figcaption { padding: 11px 4px 2px; color: var(--muted); font-size: 12px; }
.classic-products { padding: 88px 0; border-block: 1px solid var(--border); background: #fff; }
.classic-section-heading { max-width: 760px; margin-bottom: 40px; }
.classic-section-heading h2, .classic-method h2 { color: #17202a; font-size: clamp(32px,4vw,50px); }
.classic-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.classic-product-grid article { min-width: 0; display: flex; min-height: 360px; flex-direction: column; align-items: flex-start; gap: 16px; padding: 24px; border: 1px solid var(--border); border-radius: 14px; background: #fff; box-shadow: 0 12px 34px rgba(33,45,56,.06); }
.classic-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 11px; color: #245f87; background: #e9f1f6; }
.classic-icon i { font-size: 24px; }
.classic-product-grid h3 { color: #17202a; font-size: 20px; }
.classic-product-grid p { margin: 0; color: var(--muted-2); font-size: 14px; line-height: 1.65; }
.classic-product-grid small { display: flex; align-items: flex-start; gap: 7px; margin-top: auto; color: var(--muted); font-size: 12px; line-height: 1.5; }
.classic-product-grid small i { margin-top: 2px; color: #9a6a00; }
.classic-product-grid a { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; color: #245f87; font-size: 13px; font-weight: 800; text-decoration: none; }
.classic-method { padding: 88px 0; }
.classic-method-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.classic-method ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.classic-method li { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 16px; min-height: 88px; padding: 16px 20px; border: 1px solid var(--border); border-radius: 12px; background: #fff; }
.classic-method li > b { color: #245f87; font: 700 16px "Space Grotesk",sans-serif; }
.classic-method li span { display: grid; gap: 5px; }
.classic-method li strong { font-size: 15px; }
.classic-method li small { color: var(--muted); font-size: 13px; line-height: 1.5; }
.classic-footer { border-top: 1px solid var(--border); background: #fff; }
.classic-footer > .container { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 12px; }
.classic-footer nav { display: flex; flex-wrap: wrap; gap: 6px; }
.classic-footer a { display: inline-flex; min-height: 44px; align-items: center; padding: 0 10px; color: #245f87; font-weight: 700; text-decoration: none; }

@keyframes status-pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.82); opacity: .65; } }

@media (max-width: 1120px) {
  .header-inner { grid-template-columns: auto 1fr; }
  .primary-nav { grid-column: 1 / -1; grid-row: 2; padding: 0 0 10px; }
  .header-actions { justify-self: end; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { max-width: 820px; }
  .product-visual { max-width: 880px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card > p { min-height: 72px; }
  .workflow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .workflow-grid li::after { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .start-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { grid-column: 1 / -1; padding-right: 0; }
  .classic-hero-grid { grid-template-columns: 1fr; }
  .classic-visual { max-width: 860px; }
  .classic-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 800px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 76px 0; }
  .header-inner { grid-template-columns: 1fr auto auto; min-height: 68px; gap: 8px; }
  .brand small { display: none; }
  .nav-toggle { display: inline-flex; grid-column: 2; grid-row: 1; }
  .header-actions { grid-column: 3; grid-row: 1; }
  .header-cta { display: none; }
  .primary-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; max-height: calc(100vh - 68px); overflow-y: auto; padding: 12px 16px 20px; border-bottom: 1px solid var(--border); background: #07111b; }
  .primary-nav[data-open="true"] { display: grid; }
  .primary-nav a { min-height: 48px; justify-content: flex-start; padding: 0 14px; border-bottom: 1px solid rgba(41,66,87,.55); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .hero-copy h1 { max-width: 680px; }
  .hero-lead { font-size: 17px; }
  .visual-frame { aspect-ratio: 1.1; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card > p { min-height: 0; }
  .workflow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .term-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-grid { grid-template-columns: 1fr; }
  .start-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { grid-column: auto; }
  .faq-shell { grid-template-columns: 1fr; gap: 22px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
  .article-layout { grid-template-columns: 1fr; gap: 36px; }
  .article-aside { position: static; }
  .classic-header-inner { min-height: 68px; }
  .classic-hero { padding: 72px 0; }
  .classic-method-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 64px 0; }
  h1 { font-size: clamp(40px, 13vw, 58px); }
  h2 { font-size: clamp(30px, 10vw, 42px); }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 18px; }
  .nav-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
  .hero { padding-top: 76px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .product-visual figcaption { justify-content: flex-start; }
  .visual-frame { aspect-ratio: .92; }
  .visual-frame img { object-position: 39% top; }
  .workflow-grid, .term-grid, .start-grid, .content-grid { grid-template-columns: 1fr; }
  .workflow-grid li { min-height: 0; }
  .start-grid > a, .content-grid > a { min-height: 0; }
  .content-grid p { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding-top: 24px; }
  .content-page { padding-top: 30px; }
  .content-hero { padding: 46px 0 38px; }
  .content-hero > p:last-child { font-size: 16px; }
  .legacy-header nav { display: none; }
  .legacy-main { padding: 72px 0; }
  .site-header .experience-switch a[aria-current="page"] { display: none; }
  .site-header .experience-switch a { min-width: 58px; }
  .classic-header .brand small { display: none; }
  .classic-header-inner { grid-template-columns: 1fr auto auto; gap: 7px; }
  .classic-header .experience-switch a[aria-current="page"] { display: none; }
  .classic-header .experience-switch a { min-width: 64px; }
  .classic-hero h1 { font-size: clamp(40px,12vw,56px); }
  .classic-actions { display: grid; grid-template-columns: 1fr; }
  .classic-product-grid { grid-template-columns: 1fr; }
  .classic-product-grid article { min-height: 0; }
  .classic-footer > .container { align-items: flex-start; flex-direction: column; padding-block: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (forced-colors: active) {
  .button, .product-card, .workflow-grid li, .proof-list article, .start-grid > a, .content-grid > a, .contact-card, .limits-card { border: 1px solid CanvasText; }
  .status-dot { border: 2px solid CanvasText; }
}
