:root {
  --ink: #0b1020;
  --ink-soft: #515a70;
  --line: #dfe3ec;
  --paper: #ffffff;
  --soft: #f5f6fb;
  --violet: #6f2cff;
  --violet-dark: #40149d;
  --cyan: #21c7d9;
  --mint: #25c79a;
  --amber: #ffbd2e;
  --hero: #10091f;
  --shell: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--paper); letter-spacing: 0; }
body.menu-open { overflow: hidden; }
.legacy-modern-page .legacy-modern-content { min-height: 45vh; }
.legacy-modern-page .mega-trigger.active { color: var(--primary); }
.legacy-modern-page .button-primary.active { box-shadow: 0 10px 28px rgba(110, 42, 255, .28); }
.legacy-modern-page .features-table td:not(:first-child) > .check-icon {
  margin-inline: auto;
}
.legacy-modern-page .promo-section .promo-media > .responsive-picture {
  transform: translateY(50px);
}
.legacy-modern-page .promo-section {
  background: #fff;
}
.software-page-intro { padding: 76px 0 52px; text-align: center; background: #fff; }
.software-page-intro .eyebrow { margin-inline: auto; }
.software-page-intro h1 { margin: 18px 0 12px; color: var(--ink); font-size: clamp(40px, 4.4vw, 62px); line-height: 1.02; }
.software-page-intro p { max-width: 780px; margin: 0 auto; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; padding: 10px 14px; background: white; color: var(--ink); border: 1px solid var(--line); }
.skip-link:focus { top: 12px; }

.status-bar { height: 36px; background: #0c0718; color: #d7d2e2; font-size: 12px; font-weight: 600; }
.status-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.status-inner span, .status-inner a { display: inline-flex; align-items: center; gap: 7px; }
.status-inner a span { color: white; }
.status-dot { width: 7px; height: 7px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 4px rgba(37,199,154,.16); }

.site-header { position: sticky; top: 0; z-index: 70; height: 78px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(223,227,236,.9); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; }
.brand img { width: 148px; height: auto; }
.modern-nav { display: flex; align-items: stretch; align-self: stretch; gap: 2px; margin-left: 12px; }
.nav-mobile-only { display: none !important; }
.mega-item { position: static; display: flex; align-items: stretch; }
.mega-trigger, .modern-nav > .nav-direct { position: relative; display: inline-flex; align-items: center; gap: 5px; padding: 0 12px; color: #353a50; background: transparent; border: 0; font-size: 13px; font-weight: 700; white-space: nowrap; cursor: pointer; }
.mega-trigger::after, .modern-nav > .nav-direct::after { content: ''; position: absolute; right: 12px; bottom: 0; left: 12px; height: 3px; background: var(--violet); transform: scaleX(0); transform-origin: center; transition: transform .18s ease; }
.mega-trigger:hover, .mega-trigger.active, .modern-nav > .nav-direct:hover { color: var(--violet); }
.mega-trigger.active::after, .modern-nav > .nav-direct:hover::after { transform: scaleX(1); }
.mega-trigger > svg { width: 14px; transition: transform .18s ease; }
.mega-trigger.active > svg { transform: rotate(180deg); }
.mega-panel { position: fixed; z-index: 75; top: var(--header-bottom, 114px); right: 0; left: 0; padding-top: 10px; opacity: 0; visibility: hidden; transform: translateY(9px); pointer-events: none; transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
.mega-item.open .mega-panel { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.mega-surface { overflow: hidden; color: var(--ink); background: rgba(255,255,255,.99); border: 1px solid rgba(28,20,45,.11); border-radius: 8px; box-shadow: 0 28px 80px rgba(25,14,46,.19); }
.mega-layout { display: grid; grid-template-columns: 255px minmax(0, 1fr) 270px; min-height: 350px; }
.mega-intro { padding: 28px 25px; background: #f4efff; border-right: 1px solid #e7e2ee; }
.mega-intro-mint { background: #edf9f5; }
.mega-intro-cyan { background: #ebf8fb; }
.mega-label, .mega-section-title { display: block; color: var(--violet); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.mega-intro-mint .mega-label { color: #087d60; }
.mega-intro-cyan .mega-label { color: #087f91; }
.mega-intro h2 { margin: 16px 0 12px; font-size: 26px; line-height: 1.12; }
.mega-intro p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.mega-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.mega-tags span { padding: 5px 7px; color: #514468; background: rgba(255,255,255,.7); border: 1px solid rgba(77,53,121,.13); border-radius: 6px; font-size: 9px; font-weight: 700; }
.mega-intro-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 24px; color: var(--violet-dark); font-size: 12px; font-weight: 800; }
.mega-intro-link svg { width: 14px; }
.mega-products { padding: 24px; }
.mega-section-title { margin-bottom: 12px; color: #747b8e; }
.mega-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.mega-product { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 12px; min-height: 82px; padding: 12px; color: var(--ink); border: 1px solid transparent; border-radius: 8px; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.mega-product:hover, .mega-product:focus-visible { color: var(--ink); background: #faf8ff; border-color: #e4dcff; transform: translateY(-1px); outline: none; }
.mega-product > svg { width: 42px; height: 42px; padding: 10px; color: var(--violet); background: #f1edff; border-radius: 8px; }
.mega-product span { min-width: 0; display: grid; gap: 5px; }
.mega-product strong { font-size: 12px; }
.mega-product small { color: var(--ink-soft); font-size: 10px; line-height: 1.35; }
.mega-product-grid-six .mega-product { min-height: 72px; }
.mega-side { display: flex; flex-direction: column; padding: 24px; color: white; background: #1c1036; border-left: 1px solid #e7e2ee; }
.mega-side > span { color: #72dce8; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.mega-side h3 { margin: 14px 0 8px; font-size: 30px; line-height: 1.1; }
.mega-side h3 small { font-size: 12px; }
.mega-side p { margin: 0; color: #bdb5ca; font-size: 12px; line-height: 1.6; }
.mega-side ul { display: grid; gap: 9px; margin: 20px 0 24px; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; font-size: 11px; }
.mega-side li { display: flex; align-items: center; gap: 8px; }
.mega-side li svg { width: 14px; color: #65dfba; }
.mega-side > a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: white; font-size: 11px; font-weight: 800; }
.mega-side > a svg { width: 14px; }
.mega-side-light { color: var(--ink); background: #f7f8fc; }
.mega-side-light > span { color: var(--violet); }
.mega-side-light p { color: var(--ink-soft); }
.mega-side-light > a { color: var(--violet-dark); }
.mega-side-metric { display: grid; gap: 4px; margin-top: 24px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mega-side-metric b { font-size: 30px; }
.mega-side-metric small { color: var(--ink-soft); font-size: 10px; }
.mega-side-infra { background: #0f2930; }
.mega-footer-links { min-height: 50px; display: flex; align-items: center; gap: 6px; padding: 7px 16px; background: #faf9fc; border-top: 1px solid #e7e2ee; }
.mega-footer-links a { padding: 8px 10px; color: #686e7c; border-radius: 6px; font-size: 10px; font-weight: 700; }
.mega-footer-links a:hover { color: var(--violet); background: #f1edff; }
.mega-overlay { position: fixed; z-index: 60; inset: var(--header-bottom, 114px) 0 0; background: rgba(12,9,20,.38); opacity: 0; visibility: hidden; pointer-events: none; backdrop-filter: blur(2px); transition: opacity .18s ease, visibility .18s ease; }
.mega-overlay.open { opacity: 1; visibility: visible; pointer-events: auto; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.support-chip { display: flex; align-items: center; gap: 10px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 8px; }
.support-chip svg { width: 19px; color: var(--mint); }
.support-chip span { display: grid; font-size: 10px; line-height: 1.25; color: var(--ink-soft); }
.support-chip b { color: #03956e; text-transform: uppercase; font-size: 9px; }
.icon-button { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; }
.icon-button svg { width: 18px; }
.menu-toggle { display: none; width: 42px; height: 42px; place-items: center; margin-left: auto; border: 1px solid var(--line); background: white; border-radius: 8px; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 8px; font-weight: 750; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-primary { color: white; background: var(--violet); box-shadow: 0 10px 24px rgba(111,44,255,.26); }
.button-primary:hover { background: #5b20dd; }
.button-ghost { color: white; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); }
.button-dark { background: var(--ink); color: white; }
.button-light { background: white; color: var(--violet-dark); }
.button-outline { border-color: #cfd4df; background: white; color: var(--ink); }

.hero { position: relative; min-height: min(720px, calc(100svh - 126px)); overflow: hidden; display: flex; align-items: center; background: var(--hero); color: white; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,650px) minmax(0,1fr); align-items: center; gap: clamp(34px,4vw,64px); padding-block: 62px; }
.hero-copy { width: 100%; }
.hero-visual { position: relative; min-width: 0; padding: 18px 0; }
.hero-visual::before { content: ''; position: absolute; inset: 6% -7% -2% 9%; z-index: -1; background: radial-gradient(circle at 50% 45%, rgba(33,199,217,.18), rgba(111,44,255,.09) 48%, transparent 73%); filter: blur(28px); }
.hero-media { overflow: hidden; background: #f8faff; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; box-shadow: 0 30px 70px rgba(0,0,0,.38); }
.hero-media picture { display: block; }
.hero-media img { width: 100%; height: auto; object-fit: contain; object-position: center; filter: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; width: fit-content; padding: 7px 11px; border: 1px solid #d8ccfa; color: var(--violet-dark); background: #faf8ff; border-radius: 999px; font-size: 12px; font-weight: 750; }
.eyebrow svg { width: 14px; }
.eyebrow-dark { color: #e7ddff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.18); }
.hero h1 { max-width: 680px; margin: 24px 0 22px; font-size: clamp(48px, 4.15vw, 62px); line-height: 1.02; letter-spacing: 0; }
.hero h1 span { color: #61d9ea; }
.hero-copy > p { max-width: 610px; margin: 0; color: #bdb7c9; font-size: 18px; line-height: 1.7; }
.hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; margin: 28px 0 0; padding: 0; list-style: none; color: #e7e3eb; font-size: 14px; font-weight: 600; }
.hero-points li { display: flex; align-items: center; gap: 9px; }
.hero-points svg { width: 19px; height: 19px; padding: 3px; color: var(--mint); background: rgba(37,199,154,.14); border-radius: 50%; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.hero-proof { display: flex; align-items: center; gap: 0; margin-top: 34px; color: #aaa3b5; font-size: 12px; }
.hero-proof span { padding: 0 20px; border-left: 1px solid rgba(255,255,255,.15); }
.hero-proof span:first-child { padding-left: 0; border: 0; }
.hero-proof b { margin-right: 5px; color: white; font-size: 14px; }
.metric { position: absolute; z-index: 3; display: flex; background: white; color: var(--ink); box-shadow: 0 18px 45px rgba(0,0,0,.24); border-radius: 8px; }
.metric-speed { right: -2%; top: 9%; display: grid; padding: 16px 19px; }
.metric-speed span { font-size: 11px; color: var(--ink-soft); }
.metric-speed strong { margin-top: 6px; font-size: 29px; }
.metric-speed small { font-size: 12px; color: var(--ink-soft); }
.metric-live { left: -4%; bottom: 3%; align-items: center; gap: 10px; padding: 13px 15px; }
.metric-live svg { width: 28px; height: 28px; padding: 6px; color: #078e6a; background: #dff8ef; border-radius: 50%; }
.metric-live span { display: grid; font-size: 10px; color: var(--ink-soft); }
.metric-live strong { margin-bottom: 3px; color: var(--ink); font-size: 12px; }
.video-modal { width: min(920px, calc(100% - 32px)); max-width: none; padding: 0; overflow: hidden; color: #fff; background: #10091f; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; box-shadow: 0 32px 90px rgba(7,3,17,.5); }
.video-modal::backdrop { background: rgba(8,4,18,.78); backdrop-filter: blur(5px); }
.video-modal-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.video-modal-head > div { display: grid; gap: 4px; }
.video-modal-head span { color: #a99fbb; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.video-modal-head h2 { margin: 0; color: #fff; font-size: 18px; }
.video-modal-head button { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 7px; cursor: pointer; }
.video-modal-head button svg { width: 18px; }
.video-modal-body { aspect-ratio: 16 / 9; display: grid; place-items: center; background: #080510; }
.video-modal-body video { width: 100%; height: 100%; object-fit: contain; }
.video-placeholder { display: grid; place-items: center; gap: 10px; padding: 28px; text-align: center; }
.video-placeholder > svg { width: 54px; height: 54px; padding: 14px; color: #bda7ff; background: rgba(124,58,237,.16); border: 1px solid rgba(189,167,255,.24); border-radius: 8px; }
.video-placeholder strong { margin-top: 8px; font-size: 18px; }
.video-placeholder span { color: #8f879d; font-size: 12px; }

.trust-band { border-bottom: 1px solid var(--line); background: white; }
.trust-inner { min-height: 112px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 34px; }
.trust-inner > p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.5; font-weight: 650; }
.trust-logos { min-width: 0; display: flex; align-items: center; gap: 28px; overflow-x: auto; padding: 8px 2px; cursor: grab; user-select: none; touch-action: pan-x pan-y; overscroll-behavior-inline: contain; scrollbar-width: none; -ms-overflow-style: none; }
.trust-logos::-webkit-scrollbar { display: none; }
.trust-logos.dragging { cursor: grabbing; }
.trust-logos:focus-visible { outline: 2px solid var(--violet); outline-offset: 4px; border-radius: 6px; }
.trust-logos img { width: 142px; height: 42px; flex: 0 0 142px; margin: 0; filter: grayscale(1); opacity: .62; object-fit: contain; pointer-events: none; -webkit-user-drag: none; }
.trust-inner > a { display: inline-flex; align-items: center; gap: 8px; color: var(--violet-dark); font-size: 12px; font-weight: 750; white-space: nowrap; }
.trust-inner > a svg { width: 15px; }

.section { padding: 104px 0; }
.section-heading { max-width: 800px; }
.section-heading.centered { margin: 0 auto 54px; text-align: center; }
.section-heading.centered .eyebrow { margin-inline: auto; }
.section-heading h2, .proof-copy h2, .migration-copy h2, .final-cta h2 { margin: 20px 0 16px; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: 0; }
.section-heading p, .proof-copy > p, .migration-copy > p { margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.capabilities { background: var(--soft); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.capability { min-height: 235px; padding: 24px; background: white; border: 1px solid #e7e9f0; border-radius: 8px; box-shadow: 0 10px 26px rgba(18,24,40,.055); }
.capability > svg { width: 43px; height: 43px; padding: 10px; color: var(--violet); background: #f0e9ff; border-radius: 8px; }
.capability h3 { margin: 25px 0 10px; font-size: 19px; }
.capability p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.capability a { display: inline-flex; align-items: center; gap: 7px; margin-top: 22px; color: var(--violet); font-size: 13px; font-weight: 750; }
.capability a svg { width: 15px; }
.featured-capability { background: #1c1036; color: white; }
.featured-capability p { color: #bbb3c8; }
.featured-capability > svg { color: #68e2ee; background: rgba(104,226,238,.12); }
.featured-capability a { color: #68e2ee; }
.feature-more-wrap { display: grid; place-items: center; margin-top: 30px; }
.feature-more-button { min-width: 196px; color: white; background: var(--violet); box-shadow: 0 10px 25px rgba(111,44,255,.22); }
.feature-more-button:hover { background: #5c20df; }
.feature-more-button svg { transition: transform .2s ease; }
.feature-more-button.expanded svg { transform: rotate(180deg); }
.feature-reveal { animation: featureReveal .28s ease both; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@keyframes featureReveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.modern-showcase { overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f7f6fb 100%); }
.modern-showcase-heading { margin-bottom: 52px; }
.modern-showcase-heading p { max-width: 740px; }
.modern-showcase-viewport { width: 100%; overflow: visible; cursor: grab; touch-action: pan-y; user-select: none; outline: 0; }
.modern-showcase-viewport.dragging { cursor: grabbing; }
.modern-showcase-viewport:focus-visible { outline: 2px solid var(--violet); outline-offset: -2px; }
.modern-showcase-track { display: flex; gap: 22px; will-change: transform; transform: translate3d(0,0,0); transition: transform .6s cubic-bezier(.22,1,.36,1); }
.modern-showcase-slide { min-width: 0; flex: 0 0 min(980px, 76vw); display: grid; grid-template-columns: minmax(0,1.18fr) minmax(280px,.82fr); align-items: center; gap: clamp(28px,4vw,58px); min-height: 360px; padding: clamp(24px,3vw,38px); overflow: hidden; background: #f6f4fb; border: 1px solid #e5e0f0; border-radius: 8px; opacity: .3; filter: blur(2.5px); transform: scale(.92); transition: opacity .45s ease, filter .45s ease, transform .45s ease, box-shadow .45s ease, border-color .45s ease; }
.modern-showcase-slide.active { z-index: 2; background: linear-gradient(135deg,#fbfaff 0%,#f0edfa 100%); border-color: #d9cff4; box-shadow: 0 24px 65px rgba(35,22,74,.12); opacity: 1; filter: none; transform: scale(1); }
.modern-showcase-media { min-width: 0; aspect-ratio: 16 / 10; display: grid; place-items: center; overflow: hidden; background: white; border: 1px solid rgba(30,26,48,.08); border-radius: 6px; box-shadow: 0 16px 36px rgba(25,20,49,.1); }
.modern-showcase-media picture { width: 100%; height: 100%; display: block; }
.modern-showcase-media img { width: 100%; height: 100%; display: block; object-fit: contain; pointer-events: none; -webkit-user-drag: none; }
.modern-showcase-copy > span { display: inline-block; color: var(--violet); font-size: 12px; font-weight: 800; }
.modern-showcase-copy h3 { margin: 12px 0 0; color: var(--ink); font-size: clamp(26px,2.5vw,36px); line-height: 1.12; }
.modern-showcase-copy p { margin: 18px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.modern-showcase-controls { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 32px; }
.modern-showcase-button { width: 48px; height: 48px; display: grid; place-items: center; color: white; background: var(--violet); border: 0; border-radius: 50%; box-shadow: 0 10px 24px rgba(111,44,255,.22); cursor: pointer; transition: background .2s ease, transform .2s ease; }
.modern-showcase-button:hover { background: var(--violet-dark); transform: translateY(-2px); }
.modern-showcase-button:focus-visible { outline: 3px solid rgba(124,58,237,.25); outline-offset: 3px; }
.modern-showcase-button svg { width: 20px; height: 20px; }
.modern-showcase-count { min-width: 66px; color: #8b849b; font-size: 12px; text-align: center; }
.modern-showcase-count b { color: var(--ink); font-size: 14px; }

.product-proof { overflow: hidden; }
.proof-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.proof-copy { max-width: 520px; }
.proof-steps { display: grid; gap: 22px; margin: 34px 0; }
.proof-steps > div { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; }
.proof-steps span, .migration-copy li > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--violet); background: #f1ebff; border: 1px solid #d5c4ff; border-radius: 8px; font-weight: 800; }
.proof-steps p, .migration-copy li p { display: grid; gap: 5px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.proof-steps strong, .migration-copy li strong { color: var(--ink); font-size: 14px; }
.proof-visual { position: relative; padding: 24px 0 24px 24px; background: #eee9fa; border: 1px solid #d9d1e8; border-radius: 8px; }
.proof-visual picture, .proof-visual img { width: 100%; }
.proof-visual img { height: auto; border: 1px solid #c8c3d2; box-shadow: 0 26px 70px rgba(31,20,58,.18); }
.proof-stat { position: absolute; left: -28px; bottom: 52px; width: 170px; display: grid; padding: 16px; background: white; box-shadow: 0 16px 40px rgba(11,16,32,.16); border-radius: 8px; }
.proof-stat span, .proof-stat em { color: var(--ink-soft); font-size: 10px; font-style: normal; }
.proof-stat strong { margin: 5px 0; font-size: 25px; }
.proof-stat em { color: #078e6a; font-weight: 700; }

.pricing-page-intro { padding: 76px 0 34px; text-align: center; background: #f8f8fb; }
.pricing-page-intro .eyebrow { margin-inline: auto; }
.pricing-page-intro h1 { margin: 18px 0 12px; font-size: clamp(40px, 4.4vw, 62px); line-height: 1.02; }
.pricing-page-intro p { margin: 0; color: var(--ink-soft); font-size: 17px; }
.pricing-section { padding: 54px 0 80px; background: #eff0f4; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pricing-page .pricing-section { padding-top: 38px; border-top: 0; }
.pricing-section > .shell { width: min(1450px, calc(100% - 40px)); }
.pricing-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.pricing-heading .eyebrow { margin-inline: auto; }
.pricing-heading h2 { margin-bottom: 14px; }
.pricing-heading > p { max-width: 660px; margin: 0 auto; color: var(--ink-soft); line-height: 1.7; }
.license-note { width: fit-content; display: flex; align-items: center; gap: 5px; margin: 26px auto 0; padding: 5px; background: white; border: 1px solid #d7dbe5; border-radius: 8px; box-shadow: 0 8px 24px rgba(11,16,32,.06); }
.license-note span { min-height: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 0 14px; color: var(--ink-soft); border-radius: 6px; font-size: 12px; font-weight: 700; }
.license-note span:first-child { color: white; background: var(--ink); }
.license-note svg { width: 15px; }
.pricing-toolbar { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0 auto 38px; }
.pricing-toolbar > span { color: #565a6a; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.pricing-period-switch { display: inline-grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 5px; background: white; border: 1px solid #d7dbe5; border-radius: 9px; box-shadow: 0 8px 24px rgba(11,16,32,.06); }
.pricing-period-switch button { min-width: 118px; min-height: 38px; padding: 0 18px; color: #626778; background: transparent; border: 0; border-radius: 6px; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.pricing-period-switch button.active { color: white; background: var(--ink); box-shadow: 0 4px 12px rgba(11,16,32,.18); }
.pricing-period-switch button:focus-visible { outline: 3px solid rgba(111,44,255,.28); outline-offset: 2px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 796px; padding: 25px 24px 30px; overflow: hidden; background: white; border: 0; border-radius: 22px; box-shadow: 0 1px 2px rgba(16,24,40,.015); }
.plan-label { width: fit-content; color: var(--violet); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.discount-badge { position: absolute; top: 20px; right: 20px; min-height: 20px; display: inline-flex; align-items: center; padding: 2px 9px; color: #5931e6; background: #f1edff; border-radius: 999px; font-size: 12px; line-height: 1; font-weight: 600; }
.price-card h3 { margin: 20px 0 0; padding-right: 108px; font-size: 18px; line-height: 1.3; }
.price-card > p { min-height: 58px; margin: 6px 0 0; color: #414252; font-size: 14px; line-height: 1.45; }
.old-price { min-height: 16px; display: block; margin: 20px 0 0; color: #747583; font-size: 13px; line-height: 1.2; text-decoration: line-through; }
.old-price-placeholder { text-decoration: none; }
.price { display: flex; align-items: baseline; gap: 4px; margin: 3px 0 0; }
.price strong { font-size: clamp(30px, 2.1vw, 36px); line-height: 1; letter-spacing: 0; }
.price span { color: var(--ink-soft); font-weight: 700; }
.price-text { min-height: 36px; }
.price-text strong { font-size: 31px; }
.price-text span { font-size: 11px; }
.price-period { display: block; min-height: 14px; margin-top: 5px; color: #858ca0; font-size: 10px; }
[data-lifetime-only][hidden] { display: block !important; visibility: hidden; }
.price-card > .button { width: 100%; height: 50px; min-height: 50px; margin-top: 18px; border-radius: 9px; }
.price-card > .button-outline { color: #181820; background: transparent; border-color: #d5d6df; }
.price-card > .button-outline:hover { color: white; background: var(--violet); border-color: var(--violet); }
.price-card > p.package-note { min-height: 47px; margin: 14px 0 0; color: #757685; font-size: 12px; line-height: 1.35; }
.package-note strong { color: #646a79; }
.plan-features { display: grid; gap: 9px; margin: 24px 0 0; padding: 21px 0 0; border-top: 1px solid #dfe1e7; list-style: none; font-size: 14px; }
.plan-features li { min-height: 19px; display: flex; align-items: flex-start; gap: 8px; line-height: 1.35; }
.plan-features li svg { width: 16px; height: 16px; min-width: 16px; color: #0aa97c; }
.plan-features li.disabled { color: #a0a5b3; }
.plan-features li.disabled svg { color: #c3c7d1; }
.plan-features .feature-link { color: var(--violet); line-height: 1.35; border-bottom: 1px dashed currentColor; }
.plan-features .feature-link:hover { border-bottom-style: solid; }
.feature-group-title { margin: 26px 0 14px; color: #6e7080; font-size: 12px; line-height: 1.3; text-transform: uppercase; letter-spacing: .06em; }
.secondary-features { margin: 0; padding: 0; border-top: 0; }
.secondary-features li svg { color: #30333e; }
.popular { z-index: 2; min-height: 826px; margin: -15px -6px; background: radial-gradient(circle at 22% -10%, rgba(120,69,229,.38), transparent 36%), linear-gradient(155deg, #241442 0%, #15111f 43%, #101010 100%); color: white; box-shadow: 0 18px 45px rgba(50,27,99,.18); }
.popular h3 { margin-top: 48px; }
.popular .plan-label { color: #63ddeb; }
.popular > p { color: white; font-weight: 500; }
.popular .price span { color: #bdb5ca; }
.popular .price-period { color: #8f85a4; }
.popular .old-price { color: #898093; }
.popular > p.package-note, .popular .package-note strong { color: #aaa2b5; }
.popular > p.package-note { min-height: 37px; }
.popular .plan-features { border-color: rgba(255,255,255,.13); }
.popular .plan-features li { color: white; font-weight: 600; }
.popular .plan-features li svg { color: #9f83ff; }
.popular .plan-features li.disabled { color: #746b86; }
.popular .feature-group-title { color: #aaa4bd; }
.popular .discount-badge { top: 20px; color: #bcaeff; background: rgba(103,61,230,.34); }
.popular .feature-link { color: #d4c7ff; }
.popular .feature-link:hover { color: white; }
.popular-tag { position: absolute; top: 28px; left: 24px; color: var(--amber); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.button-popular { color: var(--violet); background: white; border-color: white; box-shadow: none; }
.button-popular:hover { color: white; background: var(--violet); border-color: var(--violet); }
.pricing-footnote { margin-top: 24px; color: var(--ink-soft); font-size: 12px; text-align: center; }
.pricing-footnote a { color: var(--violet); text-decoration: underline; }

.hosting-pricing-section { padding: 96px 0 42px; background: white; }
.pricing-detail-shell { width: min(1240px, calc(100% - 40px)); }
.hosting-heading, .hosting-benefits-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.hosting-heading .eyebrow, .hosting-benefits-heading .eyebrow { margin-inline: auto; }
.hosting-heading h2, .hosting-benefits-heading h2, .calculator-copy h2 { margin: 18px 0 12px; font-size: clamp(34px, 3.3vw, 50px); line-height: 1.08; }
.hosting-heading p, .hosting-benefits-heading p, .calculator-copy > p { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.hosting-table-wrap { overflow-x: auto; background: white; border: 1px solid #dfe1e7; border-radius: 8px; box-shadow: 0 18px 42px rgba(23,26,43,.07); }
.hosting-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.hosting-table th, .hosting-table td { padding: 18px 22px; text-align: center; border-bottom: 1px solid #e7e8ed; }
.hosting-table th { color: #22283a; background: #f4f6fa; font-size: 13px; }
.hosting-table td { color: #33384a; font-size: 14px; }
.hosting-table th:first-child, .hosting-table td:first-child { width: 34%; text-align: left; font-weight: 700; }
.hosting-table tbody tr:last-child td { border-bottom: 0; }
.hosting-table tbody tr:hover { background: #faf9ff; }
.hosting-notes { max-width: 1100px; display: grid; gap: 8px; margin: 22px auto 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; text-align: center; }
.hosting-notes p { margin: 0; }

.pricing-calculator-section { padding: 58px 0 96px; background: white; }
.home-package-calculator { padding: 52px 0 18px; background: white; border-top: 0; }
.home-package-calculator + .migration { padding-top: 34px; }
.pricing-calculator { display: grid; grid-template-columns: minmax(0,.9fr) minmax(360px,1.1fr) minmax(300px,.82fr); gap: 38px; align-items: center; padding: 46px; color: white; background: linear-gradient(135deg,#151022 0%,#211440 54%,#13243a 100%); border-radius: 8px; box-shadow: 0 24px 70px rgba(32,21,61,.2); }
.calculator-copy .eyebrow { color: #ddd2ff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.07); }
.calculator-copy h2 { color: white; }
.calculator-copy > p { color: rgba(255,255,255,.64); }
.calculator-controls { display: grid; gap: 18px; }
.calculator-controls label, .calculator-controls legend { color: rgba(255,255,255,.76); font-size: 12px; font-weight: 700; }
.calculator-controls label { display: grid; gap: 8px; }
.calculator-controls fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.calculator-controls legend { margin-bottom: 8px; }
.calculator-controls select { width: 100%; height: 48px; padding: 0 38px 0 13px; color: #151827; background: white; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; font: inherit; font-size: 13px; }
.calculator-period-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; }
.calculator-period-switch button { min-height: 40px; color: rgba(255,255,255,.7); background: transparent; border: 0; border-radius: 6px; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.calculator-period-switch button.active { color: #211440; background: white; }
.calculator-compatibility { min-height: 34px; margin: -4px 0 0; color: #b9add7; font-size: 11px; line-height: 1.45; }
.calculator-result { display: grid; padding: 23px; color: #1b1d2b; background: white; border-radius: 8px; }
.calculator-result > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid #e8e8ee; }
.calculator-result span { color: #686d7c; font-size: 12px; }
.calculator-result .calculator-hosting-row > span { display: grid; gap: 4px; }
.calculator-result .calculator-hosting-row small { max-width: 190px; color: #8a8f9e; font-size: 10px; line-height: 1.35; }
.calculator-result strong { font-size: 15px; }
.calculator-result .calculator-total { margin-top: 4px; border-bottom: 0; }
.calculator-result .calculator-total span { color: #222538; font-weight: 800; }
.calculator-result .calculator-total strong { color: var(--violet); font-size: 25px; }
.calculator-result > p { margin: 8px 0 16px; color: #858998; font-size: 10px; line-height: 1.45; }
.calculator-result .button { width: 100%; }

.hosting-benefits-section { padding: 96px 0; background: #f6f7fa; border-top: 1px solid var(--line); }
.hosting-benefits-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.hosting-benefits-grid article { min-height: 220px; padding: 27px; background: white; border: 1px solid #e2e4e9; border-radius: 8px; box-shadow: 0 12px 30px rgba(23,26,43,.045); }
.hosting-benefits-grid article > svg { width: 44px; height: 44px; padding: 11px; color: #1878d4; background: #e8f3ff; border-radius: 8px; }
.hosting-benefits-grid article:nth-child(3n+2) > svg { color: #ca2562; background: #ffe9f1; }
.hosting-benefits-grid article:nth-child(3n) > svg { color: #087d67; background: #e2f8f2; }
.hosting-benefits-grid h3 { margin: 20px 0 10px; font-size: 18px; }
.hosting-benefits-grid p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }

.pricing-support-cta { padding: 38px 0 64px; background: #f6f7fa; }
.pricing-support-cta .shell { width: min(1160px, calc(100% - 40px)); }
.pricing-support-cta .shell > div { min-height: 142px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 44px; align-items: center; padding: 30px 48px; color: white; background: #1b2f50; border-radius: 8px; box-shadow: 0 16px 34px rgba(20,39,70,.12); }
.pricing-support-cta h2 { max-width: 760px; margin: 0; color: white; font-size: 23px; line-height: 1.35; }
.pricing-support-cta .button { min-width: 160px; white-space: nowrap; }

.modern-nav > .nav-direct.active { color: var(--violet); }
.modern-nav > .nav-direct.active::after { width: calc(100% - 24px); }
.references-hero { padding: 94px 0 52px; overflow: hidden; text-align: center; background: #f7f7fb; border-bottom: 1px solid var(--line); }
.references-hero .shell { width: min(1060px, calc(100% - 40px)); }
.references-hero .eyebrow { margin-inline: auto; }
.references-hero h1 { max-width: 940px; margin: 22px auto 18px; color: var(--ink); font-size: 56px; line-height: 1.05; }
.references-hero > .shell > p { max-width: 760px; margin: 0 auto; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.references-hero-actions { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.references-stats { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 64px; padding-top: 28px; border-top: 1px solid #dddfe6; }
.references-stats > div { display: grid; gap: 6px; padding: 0 20px; border-right: 1px solid #dddfe6; }
.references-stats > div:last-child { border-right: 0; }
.references-stats strong { color: var(--violet); font-size: 28px; }
.references-stats span { color: var(--ink-soft); font-size: 12px; }
.references-featured { padding: 30px 0; background: white; border-bottom: 1px solid var(--line); }
.references-featured .shell { display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); gap: 24px; align-items: center; }
.references-featured .shell > div { height: 58px; display: grid; place-items: center; }
.references-featured img { width: 100%; max-width: 126px; height: 44px; object-fit: contain; filter: grayscale(1); opacity: .62; transition: filter .2s ease, opacity .2s ease; }
.references-featured img:hover { filter: none; opacity: 1; }
.references-directory { padding: 96px 0; background: #f5f6f9; }
.references-directory-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.7fr); gap: 50px; align-items: end; margin-bottom: 42px; }
.references-directory-head h2 { max-width: 700px; margin: 18px 0 0; font-size: 44px; line-height: 1.08; }
.references-directory-head > p { margin: 0 0 4px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.references-logo-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.references-logo-grid article { min-height: 150px; display: grid; grid-template-rows: 78px auto; place-items: center; align-content: center; gap: 14px; padding: 22px; background: white; border: 1px solid #e1e3e9; border-radius: 8px; box-shadow: 0 10px 24px rgba(18,25,42,.035); }
.references-logo-grid img { width: min(100%,190px); height: 68px; object-fit: contain; }
.references-logo-grid h3 { margin: 0; color: #666b79; font-size: 11px; font-weight: 600; text-align: center; }
.references-operation { padding: 42px 0; background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.references-operation .shell { display: grid; grid-template-columns: repeat(4,1fr); }
.references-operation .shell > div { display: grid; grid-template-columns: 40px 1fr; gap: 3px 13px; align-items: center; padding: 10px 28px; border-right: 1px solid var(--line); }
.references-operation .shell > div:last-child { border-right: 0; }
.references-operation svg { grid-row: 1 / 3; width: 40px; height: 40px; padding: 10px; color: var(--violet); background: #eee8ff; border-radius: 8px; }
.references-operation strong { font-size: 14px; }
.references-operation span { color: var(--ink-soft); font-size: 11px; line-height: 1.4; }
.references-cta { padding: 78px 0; background: #f5f6f9; }
.references-cta .shell > div { padding: 66px 50px; text-align: center; color: white; background: linear-gradient(120deg,#241443 0%,#172d4c 100%); border-radius: 8px; }
.references-cta .eyebrow { margin-inline: auto; }
.references-cta h2 { max-width: 840px; margin: 22px auto 12px; color: white; font-size: 42px; line-height: 1.12; }
.references-cta p { max-width: 660px; margin: 0 auto 28px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.65; }
.references-cta .button { margin-inline: auto; }

.section.migration { padding-top: 56px; }
.migration-copy h2 { color: #111526; font-size: clamp(27px,2.6vw,38px); line-height: 1.18; letter-spacing: -1.2px; font-weight: 750; }
.migration-copy h2 em { color: #7033de; font-style: normal; }
.migration-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 86px; align-items: center; }
.migration-visual { position: relative; min-height: 500px; display: grid; place-items: center; padding: 45px; overflow: hidden; background: #f0ecf9; border: 1px solid #d9d1e8; border-radius: 8px; }
.iso-transfer { position: relative; width: min(100%,560px); height: 330px; margin-bottom: 54px; perspective: 900px; }
.iso-grid { position: absolute; inset: 30px 8px 0; overflow: hidden; border-radius: 36%; transform: rotateX(58deg) translateY(18px); transform-origin: center bottom; background-image: linear-gradient(rgba(111,44,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(111,44,255,.13) 1px,transparent 1px),radial-gradient(circle at center,rgba(111,44,255,.12),transparent 66%); background-size: 34px 34px,34px 34px,100% 100%; mask-image: radial-gradient(ellipse 72% 72% at 50% 50%,#000 38%,transparent 82%); }
.iso-node { position: absolute; top: 92px; width: 158px; height: 170px; z-index: 2; }
.iso-node-source { left: 18px; }
.iso-node-target { right: 18px; }
.iso-platform { position: absolute; left: 7px; bottom: 24px; width: 144px; height: 88px; background: linear-gradient(135deg,#d8cff8,#b9a7ef); border: 1px solid rgba(88,55,177,.22); border-radius: 12px; box-shadow: 18px 20px 28px rgba(56,34,116,.16); transform: rotate(30deg) skewX(-30deg) scaleY(.86); }
.iso-node-target .iso-platform { background: linear-gradient(135deg,#d7f5f0,#9ee4d7); border-color: rgba(4,139,108,.22); box-shadow: 18px 20px 28px rgba(4,105,83,.14); }
.iso-server { position: absolute; top: 7px; left: 27px; width: 104px; display: grid; gap: 6px; filter: drop-shadow(12px 16px 14px rgba(36,23,76,.2)); transform: skewY(-8deg); }
.iso-server > span { position: relative; height: 31px; display: flex; align-items: center; justify-content: flex-end; gap: 5px; padding: 0 12px; background: linear-gradient(90deg,#332450,#493269); border: 1px solid rgba(255,255,255,.16); border-radius: 5px; box-shadow: inset 0 -7px 12px rgba(0,0,0,.14); }
.iso-server > span::before { content: ''; position: absolute; left: 11px; width: 35px; height: 4px; background: rgba(255,255,255,.2); border-radius: 999px; box-shadow: 0 8px 0 rgba(255,255,255,.1); }
.iso-server > span i { width: 5px; height: 5px; background: #54d8e8; border-radius: 50%; box-shadow: 0 0 7px rgba(84,216,232,.75); animation: isoLight 1.8s ease-in-out infinite; }
.iso-server > span i:nth-child(2) { animation-delay: -.6s; }
.iso-server > span i:nth-child(3) { animation-delay: -1.2s; }
.iso-server-target > span { background: linear-gradient(90deg,#096f5a,#0b9677); }
.iso-server-target > span i { background: #93f5d7; box-shadow: 0 0 7px rgba(147,245,215,.8); }
.iso-node > b { position: absolute; right: 0; bottom: 0; left: 0; color: #44385e; text-align: center; font-size: 12px; }
.iso-node-target > b { color: #08785e; }
.iso-route { position: absolute; z-index: 4; top: 132px; right: 154px; left: 154px; height: 82px; }
.iso-route > span { position: absolute; top: 39px; right: 0; left: 0; height: 2px; background: linear-gradient(90deg,rgba(111,44,255,.2),#6f2cff 42%,#25c79a 72%,rgba(37,199,154,.2)); box-shadow: 0 0 15px rgba(111,44,255,.25); }
.iso-route > span::after { content: ''; position: absolute; right: 0; top: -4px; width: 9px; height: 9px; border-top: 2px solid #25c79a; border-right: 2px solid #25c79a; transform: rotate(45deg); }
.iso-packet { position: absolute; top: 25px; left: 0; width: 29px; height: 29px; display: grid; place-items: center; color: white; background: #6f2cff; border: 3px solid #f0ecf9; border-radius: 8px; box-shadow: 0 8px 18px rgba(76,29,149,.28); animation: isoTransfer 4.8s cubic-bezier(.45,.05,.55,.95) infinite; }
.iso-packet em { font-size: 9px; font-style: normal; font-weight: 800; }
.iso-packet-two { animation-delay: -1.6s; }
.iso-packet-three { animation-delay: -3.2s; }
.iso-ready { position: absolute; top: -14px; right: 1px; width: 34px; height: 34px; display: grid; place-items: center; color: white; background: #20b486; border: 4px solid #dff8ef; border-radius: 50%; box-shadow: 0 9px 22px rgba(7,142,106,.25); animation: isoReady 2.4s ease-in-out infinite; }
.iso-ready svg { width: 15px; }
@keyframes isoTransfer { 0% { left: 0; opacity: 0; transform: translateY(12px) scale(.82); } 12% { opacity: 1; } 48% { transform: translateY(-10px) scale(1); } 88% { opacity: 1; } 100% { left: calc(100% - 29px); opacity: 0; transform: translateY(8px) scale(.82); } }
@keyframes isoLight { 0%,100% { opacity: .35; } 50% { opacity: 1; } }
@keyframes isoReady { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-5px) scale(1.05); } }
.migration-progress { position: absolute; inset: auto 30px 30px; display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 15px 40px rgba(11,16,32,.14); }
.migration-progress span { display: grid; gap: 4px; }
.migration-progress b { font-size: 13px; }
.migration-progress em { color: var(--ink-soft); font-size: 10px; font-style: normal; }
.migration-progress strong { color: var(--violet); }
.migration-progress > div { grid-column: 1 / -1; height: 6px; overflow: hidden; background: #ece7f6; border-radius: 999px; }
.migration-progress i { display: block; width: 84%; height: 100%; background: var(--violet); }
.migration-copy { max-width: 570px; }
.migration-copy ol { display: grid; gap: 22px; margin: 34px 0; padding: 0; list-style: none; }
.migration-copy li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; }

.final-cta { padding: 72px 0; color: white; background: #150a29; }
.final-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.final-cta span { color: #69deeb; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.final-cta h2 { max-width: 830px; margin-bottom: 0; font-size: clamp(32px, 3.5vw, 48px); }
.final-inner > div:last-child { display: flex; gap: 10px; }

.modern-footer { padding: 66px 0 24px; background: white; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 150px; }
.footer-brand p { max-width: 290px; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.footer-grid h3 { margin: 0 0 18px; font-size: 13px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid a { color: var(--ink-soft); font-size: 13px; }
.footer-grid a:hover { color: var(--violet); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; }
.footer-bottom span:last-child { display: flex; gap: 22px; }

/* NovaHost reference sections, adapted for Habersoft. */
.nova-infrastructure { position: relative; isolation: isolate; overflow: hidden; color: white; background: #0b0617; }
.nova-infrastructure::before { content: ''; position: absolute; inset: 0; z-index: -2; background: radial-gradient(60% 50% at 15% 20%, rgba(124,58,237,.4), transparent 60%), radial-gradient(40% 50% at 85% 80%, rgba(34,211,238,.15), transparent 60%); }
.nova-infrastructure::after { content: ''; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, #000 30%, transparent 80%); }
.nova-infrastructure-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 60px; align-items: center; }
.nova-infrastructure-copy h2 { margin: 18px 0 0; max-width: 600px; color: white; font-size: clamp(38px,4.2vw,58px); line-height: 1.04; }
.nova-infrastructure-copy > p { max-width: 500px; margin: 20px 0 0; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.7; }
.nova-infrastructure-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.nova-infrastructure-stats > div { padding: 20px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); border-radius: 18px; backdrop-filter: blur(8px); }
.nova-infrastructure-stats b { display: block; color: white; font-size: 31px; line-height: 1.1; }
.nova-infrastructure-stats span { display: block; margin-top: 6px; color: rgba(255,255,255,.55); font-size: 12px; }
.nova-map { position: relative; height: 480px; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(124,58,237,.15), transparent 60%), rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.08); border-radius: 24px; backdrop-filter: blur(20px); }
.nova-map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 30%, transparent 80%); }
.nova-turkey-map-layer { position: absolute; top: 56px; right: 6%; left: 6%; height: 300px; }
.nova-turkey-shape { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(167,139,250,.76), rgba(124,58,237,.38) 58%, rgba(34,211,238,.2)); filter: drop-shadow(0 18px 30px rgba(76,29,149,.26)); -webkit-mask: url('/assets/images/turkiye-haritasi.svg') center / contain no-repeat; mask: url('/assets/images/turkiye-haritasi.svg') center / contain no-repeat; }
.nova-map-node { position: absolute; z-index: 2; width: 14px; height: 14px; background: #7c3aed; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; box-shadow: 0 0 0 6px rgba(124,58,237,.18), 0 0 20px rgba(167,139,250,.6); transform: translate(-50%,-50%); }
.nova-map-node::after { content: ''; position: absolute; inset: -6px; border: 1px solid rgba(167,139,250,.5); border-radius: inherit; animation: nova-map-ping 2.6s ease-out infinite; }
.nova-map-node > span { position: absolute; bottom: 18px; left: 50%; padding: 5px 9px; color: white; background: rgba(11,6,23,.88); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; font-size: 10px; font-weight: 700; white-space: nowrap; transform: translateX(-50%); }
.nova-map-node.label-bottom > span { top: 18px; bottom: auto; }
.nova-map-node.label-left > span { top: 50%; right: 18px; bottom: auto; left: auto; transform: translateY(-50%); }
.nova-map-node.label-right > span { top: 50%; bottom: auto; left: 18px; transform: translateY(-50%); }
.nova-map-node b { color: #6ee7b7; }
@keyframes nova-map-ping { 0% { transform: scale(.6); opacity: .9; } 80%,100% { transform: scale(1.6); opacity: 0; } }
.nova-map-tiles { position: absolute; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.nova-map-tiles > div { padding: 12px 14px; background: rgba(11,6,23,.72); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; backdrop-filter: blur(10px); }
.nova-map-tiles b { display: block; font-size: 12px; }
.nova-map-tiles span { display: flex; align-items: center; gap: 5px; margin-top: 4px; color: #6ee7b7; font-size: 10px; font-weight: 650; }
.nova-map-tiles span::before { content: ''; width: 5px; height: 5px; background: #34d399; border-radius: 50%; }

.nova-builder { background: #f6f6fb; }
.nova-builder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.nova-builder-copy h2 { max-width: 620px; margin: 14px 0 0; font-size: clamp(34px,3.5vw,50px); line-height: 1.05; }
.nova-builder-copy > p { max-width: 520px; margin: 18px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.nova-builder-copy ul { display: grid; gap: 12px; margin: 30px 0; padding: 0; list-style: none; }
.nova-builder-copy li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; }
.nova-builder-copy li svg { width: 22px; height: 22px; padding: 5px; color: #07956f; background: rgba(16,185,129,.12); border-radius: 50%; }
.nova-builder-visual { padding: 30px; overflow: hidden; background: radial-gradient(circle at 100% 0, rgba(34,211,238,.12), transparent 50%), linear-gradient(180deg,#faf9ff,#f5f1ff); border: 1px solid #d9dce5; border-radius: 26px; }
.nova-builder-window { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 22px 60px rgba(24,17,46,.1); }
.nova-builder-chrome { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.nova-window-dots { display: flex; gap: 6px; }
.nova-window-dots i { width: 10px; height: 10px; background: #ff5f57; border-radius: 50%; }
.nova-window-dots i:nth-child(2) { background: #febc2e; }
.nova-window-dots i:nth-child(3) { background: #28c840; }
.nova-builder-chrome code { padding: 5px 12px; color: #6e7485; background: #f7f6fa; border-radius: 7px; font-size: 10px; }
.nova-window-add { width: 24px; height: 24px; display: grid; place-items: center; color: white; background: var(--violet); border-radius: 6px; font-weight: 800; }
.nova-builder-canvas { display: grid; grid-template-columns: 64px minmax(0,1fr); min-height: 380px; }
.nova-builder-canvas aside { display: flex; flex-direction: column; gap: 8px; padding: 16px 10px; background: #f7f6fa; border-right: 1px solid var(--line); }
.nova-builder-canvas aside span { width: 44px; height: 44px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.nova-builder-canvas aside .active { background: linear-gradient(135deg,#7c3aed,#6f2cff); border-color: var(--violet); }
.nova-builder-main { padding: 18px; background: #f7f6f8; }
.nova-site-preview { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 12px; }
.nova-site-nav { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border-bottom: 1px solid var(--line); font-size: 9px; }
.nova-site-nav b { letter-spacing: .1em; }
.nova-site-nav span { color: #71778a; }
.nova-site-nav em { padding: 4px 9px; color: white; background: #10101a; border-radius: 6px; font-style: normal; font-weight: 700; }
.nova-site-hero { min-height: 200px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 14px; padding: 20px; background: #ece8e0; }
.nova-site-hero small { color: #5e6371; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.nova-site-hero h3 { margin: 8px 0 10px; font-size: 22px; line-height: .98; }
.nova-site-hero > div:first-child > i { width: 80%; height: 4px; display: block; margin-top: 5px; background: rgba(0,0,0,.12); border-radius: 4px; }
.nova-site-hero > div:first-child > i:nth-of-type(2) { width: 60%; }
.nova-site-hero strong { display: inline-flex; margin-top: 12px; padding: 7px 10px; color: white; background: #17131e; border-radius: 6px; font-size: 9px; }
.nova-site-art { position: relative; height: 130px; }
.nova-site-art span, .nova-site-art b { position: absolute; border-radius: 18px; }
.nova-site-art span:first-child { inset: 12px; background: var(--violet); transform: rotate(6deg); }
.nova-site-art span:nth-child(2) { inset: 24px; background: #20152f; transform: rotate(-6deg); }
.nova-site-art b { inset: 36px; display: grid; place-items: center; color: white; background: linear-gradient(135deg,#c4b5fd,#7c3aed); font-size: 28px; }
.nova-site-thumbs { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 12px; }
.nova-site-thumbs i { height: 50px; background: #f7f6fa; border-radius: 8px; }
.nova-site-thumbs i:nth-child(2) { background: #dcd2fb; }
.nova-ai-suggestion { display: flex; align-items: center; gap: 10px; margin-top: 10px; padding: 12px; background: white; border: 1px solid #d1c0ff; border-radius: 12px; }
.nova-ai-suggestion > span { width: 32px; height: 32px; display: grid; place-items: center; color: white; background: linear-gradient(135deg,#7c3aed,#a78bfa); border-radius: 9px; }
.nova-ai-suggestion p { display: grid; gap: 2px; margin: 0; font-size: 12px; }
.nova-ai-suggestion small { color: #72788a; font-size: 10px; }
.nova-ai-suggestion button { margin-left: auto; padding: 7px 12px; color: white; background: var(--violet); border: 0; border-radius: 8px; font-size: 10px; font-weight: 800; }

.nova-comparison { background: white; }
.nova-section-head { max-width: 820px; margin: 0 auto 46px; text-align: center; }
.nova-section-head .eyebrow { margin-inline: auto; }
.nova-section-head h2 { margin: 18px 0 12px; font-size: clamp(38px,4vw,56px); line-height: 1.05; }
.nova-section-head p { margin: 0; color: var(--ink-soft); font-size: 17px; }
.nova-table-scroll { overflow-x: auto; border-radius: 22px; }
.nova-comparison table { min-width: 900px; width: 100%; overflow: hidden; background: white; border: 1px solid var(--line); border-spacing: 0; border-radius: 22px; }
.nova-comparison th, .nova-comparison td { padding: 18px 20px; border-bottom: 1px solid var(--line); font-size: 14px; text-align: left; }
.nova-comparison th { background: #f8f7fb; font-size: 12px; }
.nova-comparison th:not(:first-child), .nova-comparison td:not(:first-child) { text-align: center; }
.nova-comparison tbody tr:last-child td { border-bottom: 0; }
.nova-comparison td:first-child { font-weight: 750; }
.nova-comparison .featured { position: relative; color: #5d27c5; background: #f1eaff; font-weight: 800; }
.nova-comparison th.featured::before { content: 'En popüler'; position: absolute; top: 5px; left: 50%; padding: 2px 8px; color: white; background: var(--violet); border-radius: 999px; font-size: 8px; text-transform: uppercase; transform: translateX(-50%); }
.nova-comparison .muted { color: #a2a8b7; }

.nova-testimonials { background: #f6f6fb; }
.nova-testimonial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.nova-testimonial-grid article { padding: 30px 28px; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 1px 2px rgba(16,24,40,.02); }
.nova-quote-head { display: flex; align-items: center; justify-content: space-between; }
.nova-quote-head span { color: #fbbf24; letter-spacing: 2px; }
.nova-quote-head svg { width: 32px; height: 32px; padding: 8px; color: var(--violet); background: #f1ebff; border-radius: 9px; }
.nova-testimonial-grid article > p { min-height: 102px; margin: 22px 0 0; color: #34394b; font-size: 15px; line-height: 1.7; }
.nova-testimonial-grid article footer { display: grid; gap: 3px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.nova-testimonial-grid article footer b { font-size: 14px; }
.nova-testimonial-grid article footer span { color: var(--ink-soft); font-size: 12px; }
.nova-trust-stats { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 50px; padding: 30px; background: linear-gradient(135deg,#faf9ff,#f3eeff); border: 1px solid #e1d7ff; border-radius: 22px; }
.nova-trust-stats > div { padding: 0 12px; text-align: center; border-right: 1px solid #e1d7ff; }
.nova-trust-stats > div:last-child { border-right: 0; }
.nova-trust-stats b { display: block; color: #682ad7; font-size: clamp(26px,3vw,38px); }
.nova-trust-stats span { display: block; margin-top: 5px; color: var(--ink-soft); font-size: 12px; font-weight: 650; }

.nova-faq { background: linear-gradient(180deg,#fff 0%,#f6f6fb 100%); }
.nova-faq-grid { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: 70px; align-items: start; }
.nova-faq-copy h2 { margin: 18px 0 0; font-size: clamp(36px,3.5vw,50px); line-height: 1.05; }
.nova-faq-copy p { max-width: 420px; margin: 18px 0 28px; color: var(--ink-soft); line-height: 1.7; }
.nova-faq-list { display: grid; gap: 10px; }
.nova-faq-item { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 16px; transition: border-color .2s ease, box-shadow .2s ease; }
.nova-faq-item.open { border-color: #cdbbff; box-shadow: 0 12px 30px rgba(124,58,237,.06); }
.nova-faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; color: var(--ink); background: transparent; border: 0; text-align: left; font-size: 14px; font-weight: 750; cursor: pointer; }
.nova-faq-item button svg { width: 32px; height: 32px; padding: 8px; color: var(--violet); background: #f1ebff; border-radius: 9px; transition: transform .25s ease, color .2s ease, background .2s ease; }
.nova-faq-item.open button svg { color: white; background: var(--violet); transform: rotate(45deg); }
.nova-faq-item > div { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.nova-faq-item.open > div { max-height: 260px; }
.nova-faq-item > div p { margin: 0; padding: 0 24px 22px; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }

.nova-cta { padding: 0 0 90px; background: #f6f6fb; }
.nova-cta-card { position: relative; isolation: isolate; overflow: hidden; padding: clamp(58px,7vw,90px) 30px; color: white; text-align: center; background: radial-gradient(circle at 30% 30%, rgba(167,139,250,.4), transparent 50%), radial-gradient(circle at 70% 70%, rgba(34,211,238,.2), transparent 50%), linear-gradient(135deg,#2e1065 0%,#150a2e 60%,#0b0617 100%); border: 1px solid rgba(255,255,255,.08); border-radius: 32px; }
.nova-cta-card::before { content: ''; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: 40px 40px; mask-image: radial-gradient(ellipse 60% 80% at 50% 50%,#000 30%,transparent 80%); }
.nova-cta-card .eyebrow { margin-inline: auto; }
.nova-cta-card h2 { max-width: 860px; margin: 18px auto 0; font-size: clamp(36px,4.5vw,58px); line-height: 1.04; }
.nova-cta-card > p { max-width: 590px; margin: 18px auto 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.6; }
.nova-cta-card > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }

.modern-footer { padding: 70px 0 30px; color: rgba(255,255,255,.65); background: #0b0617; }
.modern-footer-grid { display: grid; grid-template-columns: minmax(0,1.45fr) repeat(5,minmax(0,1fr)); gap: 34px; }
.modern-footer-brand img { width: 150px; filter: brightness(0) invert(1); }
.modern-footer-brand p { max-width: 320px; margin: 18px 0 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.65; }
.modern-footer-brand > div { display: flex; gap: 8px; margin-top: 22px; }
.modern-footer-brand > div a { width: 36px; height: 36px; display: grid; place-items: center; color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; }
.modern-footer-brand > div svg { width: 15px; }
.modern-footer-socials i { font-size: 15px; }
.modern-footer-socials a:hover { color: #fff; border-color: rgba(255,255,255,.28); transform: translateY(-2px); }
.modern-footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; }
.modern-footer-grid h3 { margin: 0 0 7px; color: white; font-size: 13px; }
.modern-footer-grid a { color: rgba(255,255,255,.55); font-size: 13px; }
.modern-footer-grid a:hover { color: white; }
.modern-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 50px; padding-top: 28px; color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; }
.modern-footer-bottom > span { display: flex; flex-wrap: wrap; gap: 20px; }
.modern-footer-bottom b { padding: 5px 9px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.1); border-radius: 6px; font-size: 10px; }

/* Modern product subpages */
.modern-subpage { color: var(--ink); background: #fff; }
.modern-subpage .eyebrow svg { width: 14px; height: 14px; }
.subpage-hero { padding: 92px 0 88px; overflow: hidden; background: #fff; }
.subpage-hero-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: 72px; align-items: center; }
.subpage-hero-copy h1, .subpage-hero--center h1, .subpage-hero--about h1 { margin: 20px 0 0; font-size: clamp(44px,5vw,68px); line-height: 1.02; letter-spacing: 0; }
.subpage-hero-copy > p, .subpage-hero--center > .shell > p, .subpage-hero--about > .shell > p { max-width: 660px; margin: 24px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.72; }
.subpage-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.subpage-proof-row { display: flex; flex-wrap: wrap; gap: 0; margin-top: 38px; }
.subpage-proof-row span { padding: 0 20px; color: var(--ink-soft); border-right: 1px solid var(--line); font-size: 12px; }
.subpage-proof-row span:first-child { padding-left: 0; }
.subpage-proof-row span:last-child { border-right: 0; }
.subpage-proof-row b { display: block; margin-bottom: 3px; color: var(--ink); font-size: 15px; }
.subpage-product-frame { position: relative; padding: 13px; background: #f3f0fb; border: 1px solid #d7cffa; border-radius: 8px; box-shadow: 0 28px 70px rgba(21,10,53,.13); }
.product-window-bar { display: flex; align-items: center; gap: 6px; padding: 9px 11px 15px; }
.product-window-bar i { width: 8px; height: 8px; background: #ff6258; border-radius: 50%; }
.product-window-bar i:nth-child(2) { background: #ffbd2d; }
.product-window-bar i:nth-child(3) { background: #29c840; }
.product-window-bar span { margin: auto; color: #85899a; font: 10px/1 monospace; }
.product-screen { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 6px; aspect-ratio: 16 / 10; }
.product-screen picture, .product-screen img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top left; }
.floating-metric { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 150px; padding: 12px 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 14px 35px rgba(21,10,53,.14); }
.floating-metric svg { width: 34px; height: 34px; padding: 8px; color: #07956f; background: #e8fbf4; border-radius: 8px; }
.floating-metric span { display: grid; gap: 2px; }
.floating-metric small { color: var(--ink-soft); font-size: 10px; }
.floating-metric b { font-size: 13px; }
.floating-metric--top { top: 28%; right: -24px; }
.floating-metric--bottom { bottom: -22px; left: 38px; }
.subpage-band { padding: 92px 0; background: #f6f7fa; }
.subpage-heading { max-width: 800px; margin: 0 auto 46px; text-align: center; }
.subpage-heading .eyebrow { margin-inline: auto; }
.subpage-heading h2, .subpage-showcase-copy h2, .optimization-grid h2, .continuity-layout h2 { margin: 18px 0 0; font-size: clamp(34px,4vw,52px); line-height: 1.06; letter-spacing: 0; }
.subpage-heading p, .subpage-showcase-copy > p, .optimization-grid > div > p, .continuity-layout > div > p { max-width: 680px; margin: 18px auto 0; color: var(--ink-soft); line-height: 1.72; }
.feature-row-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.feature-row-grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.feature-row-grid article { min-height: 218px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.feature-row-grid article > svg { width: 42px; height: 42px; padding: 10px; color: var(--violet); background: #f0eaff; border-radius: 8px; }
.feature-row-grid h3 { margin: 30px 0 0; font-size: 18px; }
.feature-row-grid p { margin: 10px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.subpage-showcase { padding: 100px 0; }
.subpage-showcase--soft { background: #f6f7fa; }
.subpage-showcase-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: center; }
.subpage-media-card { padding: 13px; overflow: hidden; background: #f3f0fb; border: 1px solid #d7cffa; border-radius: 8px; }
.subpage-media-card picture, .subpage-media-card img { width: 100%; height: auto; display: block; border-radius: 5px; }
.subpage-showcase-copy > p { margin-inline: 0; }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 650; }
.check-list svg { width: 20px; height: 20px; padding: 4px; color: #078660; background: #e6faf2; border-radius: 50%; }
.subpage-dark-band { padding: 94px 0; color: #fff; background: linear-gradient(125deg,#160b2d 0%,#111a35 100%); }
.eyebrow--dark { color: #d8c9ff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); }
.dark-band-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.dark-band-grid h2, .security-layout h2 { margin: 18px 0 0; color: #fff; font-size: clamp(36px,4vw,52px); line-height: 1.05; }
.dark-module-grid { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; }
.dark-module-grid article { min-height: 126px; display: grid; align-content: center; gap: 5px; padding: 26px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.dark-module-grid article:nth-child(2n) { border-right: 0; }
.dark-module-grid article:nth-child(n+3) { border-bottom: 0; }
.dark-module-grid b { font-size: 26px; }
.dark-module-grid span { color: rgba(255,255,255,.58); font-size: 12px; }
.subpage-cta { padding: 84px 0; background: #f6f7fa; }
.subpage-cta .shell > div { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 40px; padding: 52px; color: #fff; background: linear-gradient(115deg,#1b0d35,#152440); border-radius: 8px; }
.subpage-cta .eyebrow { grid-column: 1 / -1; width: max-content; margin-bottom: -24px; color: #dacbff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.subpage-cta h2 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(30px,3vw,44px); line-height: 1.12; }
.button.light { color: #5d27c5; background: #fff; }

/* SEO workspace */
.subpage-hero--center { padding-bottom: 58px; text-align: center; }
.subpage-hero--center .eyebrow { margin-inline: auto; }
.subpage-hero--center h1 { max-width: 960px; margin-inline: auto; }
.subpage-hero--center > .shell > p { margin-inline: auto; }
.seo-workspace-section { padding: 0 0 100px; }
.seo-workspace { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 22px 60px rgba(21,10,53,.08); }
.seo-input-panel, .seo-result-panel { padding: 36px; }
.seo-input-panel { background: #f7f7fa; border-right: 1px solid var(--line); }
.seo-result-panel { background: #fff; }
.workspace-title { display: flex; align-items: center; gap: 13px; margin-bottom: 30px; }
.workspace-title > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--violet); background: #eee7ff; border-radius: 8px; font-size: 11px; font-weight: 800; }
.workspace-title h2 { margin: 0; font-size: 20px; }
.workspace-title p { margin: 4px 0 0; color: var(--ink-soft); font-size: 12px; }
.seo-input-panel label { display: flex; justify-content: space-between; gap: 10px; margin: 18px 0 8px; font-size: 12px; font-weight: 750; }
.seo-input-panel label small { color: var(--ink-soft); font-weight: 500; }
.seo-input-panel input, .seo-input-panel textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: #fff; border: 1px solid #d9dce5; border-radius: 7px; font: inherit; font-size: 13px; outline: 0; }
.seo-input-panel input:focus, .seo-input-panel textarea:focus { border-color: #a983ff; box-shadow: 0 0 0 3px rgba(124,58,237,.1); }
.seo-progress { height: 4px; margin-top: 7px; overflow: hidden; background: #e5e7ee; border-radius: 4px; }
.seo-progress i { width: 0; height: 100%; display: block; background: var(--violet); transition: width .2s ease; }
.seo-score-line { display: grid; grid-template-columns: 120px 1fr; gap: 24px; align-items: center; }
.seo-gauge { --score: 324deg; width: 112px; height: 112px; display: grid; place-content: center; text-align: center; background: conic-gradient(var(--violet) var(--score),#ececf2 0); border-radius: 50%; position: relative; }
.seo-gauge::after { content: ''; position: absolute; inset: 9px; background: #fff; border-radius: 50%; }
.seo-gauge b, .seo-gauge small { position: relative; z-index: 1; }
.seo-gauge b { font-size: 28px; }
.seo-gauge small { color: var(--ink-soft); font-size: 9px; }
.seo-status { display: inline-flex; padding: 5px 9px; color: #087b5b; background: #e4f9f1; border-radius: 99px; font-size: 10px; font-weight: 800; }
.seo-score-line h3 { margin: 12px 0 4px; font-size: 17px; }
.seo-score-line p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.serp-preview { margin-top: 28px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; }
.serp-source { display: flex; align-items: center; gap: 9px; }
.serp-source i { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: var(--violet); border-radius: 50%; font-size: 11px; font-style: normal; }
.serp-source span { display: grid; font-size: 11px; }
.serp-source small { color: #70757a; font-size: 9px; }
.serp-preview > a { display: block; margin-top: 14px; color: #1a0dab; font: 19px/1.3 Arial,sans-serif; }
.serp-preview > p { margin: 7px 0 0; color: #4d5156; font: 12px/1.55 Arial,sans-serif; }
.density-strip { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 16px; background: #f7f7fa; border: 1px solid var(--line); border-radius: 8px; }
.density-strip span { display: grid; gap: 5px; padding: 14px; color: var(--ink-soft); border-right: 1px solid var(--line); font-size: 10px; }
.density-strip span:last-child { border-right: 0; }
.density-strip b { color: var(--ink); font-size: 12px; }
.seo-tips { display: grid; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.seo-tips li { display: flex; align-items: center; gap: 8px; color: #98511e; font-size: 11px; }
.seo-tips li.ok { color: #087b5b; }
.seo-tips svg { width: 15px; }

/* Performance and infrastructure */
.subpage-hero--performance { background: linear-gradient(180deg,#fff,#f7f6fb); }
.performance-console { padding: 24px; color: #fff; background: #111428; border: 1px solid #2c3150; border-radius: 8px; box-shadow: 0 28px 70px rgba(15,18,40,.2); }
.console-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; font-size: 12px; font-weight: 750; }
.console-head b { display: flex; align-items: center; gap: 7px; color: #7ee8c3; font-size: 10px; }
.console-head i { width: 6px; height: 6px; background: #36d399; border-radius: 50%; box-shadow: 0 0 0 5px rgba(54,211,153,.1); }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.metric-grid article { display: grid; gap: 8px; padding: 16px; background: #191d35; border: 1px solid #2b304c; border-radius: 7px; }
.metric-grid small, .metric-grid span { color: #8f96b3; font-size: 9px; }
.metric-grid b { font-size: 19px; }
.performance-chart { margin-top: 10px; padding: 18px; background: #191d35; border: 1px solid #2b304c; border-radius: 7px; }
.performance-chart > span { color: #aeb4ca; font-size: 10px; }
.performance-chart svg { width: 100%; display: block; margin-top: 10px; }
.chart-grid { fill: none; stroke: rgba(255,255,255,.08); }
.chart-area { fill: rgba(124,58,237,.18); stroke: none; }
.chart-line { fill: none; stroke: #9d7cff; stroke-width: 3; }
.optimization-grid, .continuity-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 82px; align-items: center; }
.optimization-grid > div > p, .continuity-layout > div > p { margin-inline: 0; }
.optimization-steps, .continuity-timeline { display: grid; margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); border-radius: 8px; }
.optimization-steps li, .continuity-timeline article { display: flex; align-items: center; gap: 20px; padding: 22px 24px; background: #fff; border-bottom: 1px solid var(--line); }
.optimization-steps li:last-child, .continuity-timeline article:last-child { border-bottom: 0; }
.optimization-steps > li > span, .continuity-timeline article > span { color: var(--violet); font-size: 11px; font-weight: 800; }
.optimization-steps div, .continuity-timeline div { display: grid; gap: 5px; }
.optimization-steps p, .continuity-timeline small { margin: 0; color: var(--ink-soft); font-size: 12px; }
.security-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.security-layout > div > p { color: rgba(255,255,255,.62); line-height: 1.7; }
.security-stack { display: grid; gap: 10px; }
.security-stack span { display: flex; align-items: center; gap: 13px; padding: 18px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; font-size: 13px; font-weight: 700; }
.security-stack svg { width: 20px; color: #7ee8c3; }
.subpage-hero--infrastructure { color: #fff; background: linear-gradient(120deg,#190c32,#0d1830); }
.subpage-hero--infrastructure .subpage-hero-copy > p { color: rgba(255,255,255,.67); }
.subpage-hero--infrastructure h1 { color: #fff; }
.subpage-proof-row--dark span { color: rgba(255,255,255,.6); border-color: rgba(255,255,255,.15); }
.subpage-proof-row--dark b { color: #fff; }
.infra-visual { position: relative; height: 450px; overflow: hidden; background: #11142a; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; }
.infra-grid-lines { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size: 42px 42px; }
.infra-visual > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.infra-visual > svg path { fill: none; stroke: rgba(157,124,255,.42); stroke-width: 2; stroke-dasharray: 5 7; }
.infra-core, .infra-node { position: absolute; z-index: 1; }
.infra-core { top: 50%; left: 50%; width: 148px; display: grid; place-items: center; gap: 6px; padding: 22px; background: #241548; border: 1px solid #7350bd; border-radius: 8px; transform: translate(-50%,-50%); box-shadow: 0 0 50px rgba(124,58,237,.3); }
.infra-core svg { width: 28px; color: #b99cff; }
.infra-core b { font-size: 12px; }
.infra-core small { color: #958bac; font-size: 9px; }
.infra-node { display: flex; align-items: center; gap: 9px; padding: 9px 11px; background: #17152a; border: 1px solid #33304b; border-radius: 7px; }
.infra-node i { width: 8px; height: 8px; background: #40d6a4; border-radius: 50%; box-shadow: 0 0 0 5px rgba(64,214,164,.1); }
.infra-node span { display: grid; font-size: 10px; font-weight: 750; }
.infra-node small { margin-top: 2px; color: #858ba4; font-size: 8px; }
.node-a { top: 18%; left: 8%; }.node-b { top: 14%; right: 7%; }.node-c { bottom: 16%; left: 7%; }.node-d { right: 6%; bottom: 15%; }
.infra-status-strip { background: #fff; border-bottom: 1px solid var(--line); }
.infra-status-strip .shell { display: grid; grid-template-columns: repeat(4,1fr); }
.infra-status-strip span { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 18px; color: var(--ink-soft); border-right: 1px solid var(--line); font-size: 10px; }
.infra-status-strip span:last-child { border-right: 0; }
.infra-status-strip i { width: 6px; height: 6px; background: #10b981; border-radius: 50%; }
.infra-status-strip b { color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 25px; color: var(--violet); font-size: 13px; font-weight: 750; }
.text-link svg { width: 16px; }

/* About */
.subpage-hero--about { text-align: center; background: linear-gradient(180deg,#fff,#f6f7fa); }
.subpage-hero--about .eyebrow { margin-inline: auto; }
.subpage-hero--about h1 { max-width: 1050px; margin-inline: auto; }
.subpage-hero--about > .shell > p { max-width: 760px; margin-inline: auto; }
.about-hero-facts { display: grid; grid-template-columns: repeat(3,1fr); max-width: 860px; margin: 54px auto 0; border: 1px solid var(--line); border-radius: 8px; }
.about-hero-facts span { padding: 23px; color: var(--ink-soft); border-right: 1px solid var(--line); font-size: 11px; }
.about-hero-facts span:last-child { border-right: 0; }
.about-hero-facts b { display: block; margin-bottom: 4px; color: var(--ink); font-size: 20px; }
.about-manifesto { padding: 100px 0; }
.manifesto-grid { display: grid; grid-template-columns: 80px 1.1fr .9fr; gap: 48px; align-items: start; }
.manifesto-index { color: #b1a6c9; font-size: 12px; font-weight: 800; }
.manifesto-grid h2 { margin: 18px 0 0; font-size: clamp(34px,4vw,52px); line-height: 1.08; }
.manifesto-grid > p { margin: 47px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.8; }
.founder-grid { display: grid; grid-template-columns: .38fr 1fr; gap: 70px; align-items: center; }
.founder-monogram { aspect-ratio: 1; display: grid; place-content: center; text-align: center; background: linear-gradient(135deg,#7432e2,#29395c); border: 1px solid rgba(255,255,255,.15); border-radius: 8px; }
.founder-monogram span { font-size: clamp(54px,8vw,100px); font-weight: 800; }
.founder-monogram small { color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; }
.founder-grid h2 { margin: 16px 0 20px; color: #fff; font-size: clamp(38px,4vw,54px); }
.founder-grid p { color: rgba(255,255,255,.64); line-height: 1.75; }
.founder-facts { display: flex; flex-wrap: wrap; gap: 0; margin-top: 30px; }
.founder-facts span { padding: 0 22px; color: rgba(255,255,255,.5); border-right: 1px solid rgba(255,255,255,.14); font-size: 10px; }
.founder-facts span:first-child { padding-left: 0; }
.founder-facts b { display: block; margin-bottom: 4px; color: #fff; font-size: 15px; }
.journey-section { padding: 100px 0; }
.journey-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid var(--line); }
.journey-grid article { position: relative; padding: 34px 34px 0 0; }
.journey-grid article > span { color: var(--violet); font-size: 12px; font-weight: 800; }
.journey-grid article > i { position: absolute; top: -6px; left: 0; width: 11px; height: 11px; background: #fff; border: 3px solid var(--violet); border-radius: 50%; }
.journey-grid h3 { margin: 22px 0 0; font-size: 20px; }
.journey-grid p { margin: 10px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.company-profile-section { padding: 100px 0; background: #fff; }
.company-profile-section .subpage-heading { margin-bottom: 38px; }
.company-profile-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.company-profile-card { min-height: 152px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 28px; color: var(--ink); background: #f8f8fb; border: 1px solid var(--line); border-radius: 8px; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.company-profile-card:hover { color: var(--ink); border-color: #c9b5ff; transform: translateY(-2px); box-shadow: 0 18px 38px rgba(36,24,69,.08); }
.company-profile-card > svg { width: 21px; height: 21px; margin-bottom: 18px; color: var(--violet); }
.company-profile-card > span { margin-bottom: 8px; color: var(--ink-soft); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.company-profile-card > strong { max-width: 720px; font-size: 16px; line-height: 1.55; }
.company-profile-card--wide { grid-column: span 1; }

@media (max-width: 1180px) {
  .mega-trigger, .modern-nav > .nav-direct { padding-inline: 8px; font-size: 12px; }
  .mega-layout { grid-template-columns: 225px minmax(0, 1fr) 240px; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .popular { min-height: 796px; margin: 0; }
  .support-chip { display: none; }
  .hero-inner { grid-template-columns: minmax(0,1.38fr) minmax(0,1fr); gap: 26px; }
  .metric-speed { right: 1%; }
  .trust-inner { grid-template-columns: 180px 1fr; }
  .trust-inner > a { display: none; }
  .modern-footer-grid { grid-template-columns: 1.4fr repeat(2,1fr); }
  .modern-footer-grid > div:nth-child(4), .modern-footer-grid > div:nth-child(5) { margin-top: 12px; }
  .pricing-calculator { grid-template-columns: 1fr 1fr; }
  .calculator-copy { grid-column: 1 / -1; max-width: 800px; }
  .references-featured .shell { grid-template-columns: repeat(4,1fr); row-gap: 14px; }
  .references-logo-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .references-operation .shell { grid-template-columns: repeat(2,1fr); gap: 24px 0; }
  .references-operation .shell > div:nth-child(2) { border-right: 0; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .status-inner > span { display: none; }
  .status-inner { justify-content: center; }
  .header-inner { gap: 8px; }
  .menu-toggle { display: grid; flex: 0 0 42px; margin-left: 0; }
  .header-actions { margin-left: auto; gap: 6px; }
  .header-actions .support-chip { display: flex; gap: 6px; padding: 5px 7px; }
  .header-actions .support-chip svg { width: 17px; }
  .header-actions .support-chip span { font-size: 9px; }
  .header-actions .support-chip b { font-size: 8px; }
  .header-actions .icon-button { display: grid; flex: 0 0 40px; }
  .header-actions .button { display: none; }
  .modern-nav { position: fixed; inset: 114px 0 auto; display: none; max-height: calc(100dvh - 114px); overflow-y: auto; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 14px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 34px rgba(11,16,32,.14); }
  .modern-nav.open { display: flex; }
  .nav-desktop-only { display: none !important; }
  .modern-nav > .nav-mobile-only { display: flex !important; }
  .modern-nav > .nav-mobile-only > svg { width: 18px; height: 18px; color: var(--violet); }
  .modern-nav > .nav-mobile-only > span { flex: 1; }
  .mega-item { display: block; border-bottom: 1px solid var(--line); }
  .mega-trigger, .modern-nav > .nav-direct { width: 100%; min-height: 50px; justify-content: space-between; padding: 0 8px; font-size: 14px; }
  .mega-trigger::after, .modern-nav > .nav-direct::after { display: none; }
  .mega-panel { position: static; display: none; padding: 0 0 10px; opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
  .mega-item.open .mega-panel { display: block; }
  .mega-surface { width: 100%; border: 0; box-shadow: none; }
  .mega-layout { display: block; min-height: 0; }
  .mega-intro, .mega-side, .mega-footer-links, .mega-section-title { display: none; }
  .mega-products { padding: 5px 0; }
  .mega-product-grid { grid-template-columns: 1fr 1fr; gap: 5px; }
  .mega-product { min-height: 64px; padding: 8px; background: #f7f7fb; border-color: #ececf2; }
  .mega-product > svg { width: 36px; height: 36px; padding: 8px; }
  .mega-overlay { display: none; }
  .hero { min-height: 0; align-items: flex-start; }
  .hero-inner { grid-template-columns: 1fr; gap: 38px; padding-top: 42px; padding-bottom: 58px; }
  .hero-copy { width: 100%; }
  .hero-copy > p { max-width: 650px; }
  .hero h1 { max-width: 720px; font-size: clamp(42px, 8vw, 60px); }
  .hero-visual { width: min(760px,100%); margin-inline: auto; padding: 0; }
  .metric { display: none; }
  .trust-inner { padding: 24px 0; grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .trust-inner > p { max-width: 330px; margin: auto; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .modern-showcase-slide { flex-basis: 86vw; grid-template-columns: minmax(0,1.1fr) minmax(240px,.9fr); min-height: 340px; }
  .proof-grid, .migration-grid { grid-template-columns: 1fr; gap: 50px; }
  .proof-copy, .migration-copy { max-width: 700px; }
  .proof-visual { order: -1; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card, .popular { min-height: auto; margin: 0; }
  .hosting-benefits-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pricing-calculator { grid-template-columns: 1fr; padding: 34px; }
  .calculator-copy { grid-column: auto; }
  .pricing-support-cta .shell > div { grid-template-columns: 1fr; padding: 38px; }
  .pricing-support-cta .button { width: fit-content; }
  .references-hero { padding: 70px 0 42px; }
  .references-hero h1 { font-size: 46px; }
  .references-stats { grid-template-columns: repeat(2,1fr); gap: 24px 0; }
  .references-stats > div:nth-child(2) { border-right: 0; }
  .references-directory-head { grid-template-columns: 1fr; gap: 18px; }
  .references-logo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .migration-visual { min-height: 430px; }
  .final-inner { grid-template-columns: 1fr; gap: 34px; }
  .nova-infrastructure-grid, .nova-builder-grid, .nova-faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .nova-infrastructure-copy, .nova-builder-copy, .nova-faq-copy { max-width: 720px; }
  .nova-map { height: 460px; }
  .nova-builder-visual { order: -1; }
  .nova-testimonial-grid { grid-template-columns: 1fr; }
  .nova-testimonial-grid article > p { min-height: 0; }
  .modern-footer-grid { grid-template-columns: repeat(2,1fr); gap: 38px 28px; }
  .modern-footer-brand { grid-column: 1 / -1; }
  .subpage-hero { padding: 64px 0; }
  .subpage-hero-grid, .subpage-showcase-grid, .optimization-grid, .continuity-layout, .security-layout, .founder-grid { grid-template-columns: 1fr; gap: 42px; }
  .subpage-hero-copy h1, .subpage-hero--center h1, .subpage-hero--about h1 { font-size: 45px; }
  .feature-row-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .subpage-showcase { padding: 76px 0; }
  .dark-band-grid { grid-template-columns: 1fr; }
  .seo-workspace { grid-template-columns: 1fr; }
  .seo-input-panel { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric-grid { grid-template-columns: repeat(2,1fr); }
  .infra-visual { height: 400px; }
  .manifesto-grid { grid-template-columns: 50px 1fr; }
  .manifesto-grid > p { grid-column: 2; margin-top: 0; }
  .journey-grid { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--line); }
  .journey-grid article { padding: 0 0 35px 30px; }
  .journey-grid article > i { top: 2px; left: -6px; }
  .journey-grid h3 { margin-top: 15px; }
}

@media (max-width: 640px) {
  .status-bar { height: 30px; }
  .site-header { height: 68px; }
  .brand img { width: 132px; }
  .software-page-intro { padding: 52px 0 38px; }
  .software-page-intro h1 { font-size: 38px; }
  .software-page-intro p { font-size: 15px; }
  .modern-nav { top: 98px; }
  .modern-nav { max-height: calc(100dvh - 98px); }
  .mega-product-grid { grid-template-columns: 1fr; }
  .section { padding: 74px 0; }
  .hero { min-height: 0; }
  .hero-inner { padding-top: 34px; }
  .hero h1 { margin-top: 18px; font-size: 42px; }
  .hero-copy > p { font-size: 15px; line-height: 1.6; }
  .hero-points { grid-template-columns: 1fr; gap: 9px; margin-top: 20px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 24px; }
  .hero-proof { margin-top: 25px; }
  .hero-proof span { padding-inline: 10px; }
  .trust-logos { gap: 22px; }
  .trust-logos img { width: 128px; flex-basis: 128px; }
  .section-heading h2, .proof-copy h2, .migration-copy h2 { font-size: 35px; }
  .section.migration { padding-top: 40px; }
  .migration-copy h2 { font-size: 28px; line-height: 1.22; letter-spacing: -.9px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability { min-height: auto; padding: 25px; }
  .capability p { min-height: auto; }
  .modern-showcase-heading { margin-bottom: 34px; }
  .modern-showcase-slide { flex-basis: calc(100vw - 32px); grid-template-columns: 1fr; gap: 22px; min-height: 510px; padding: 18px; }
  .modern-showcase-media { aspect-ratio: 16 / 10; }
  .modern-showcase-copy h3 { margin-top: 8px; font-size: 24px; }
  .modern-showcase-copy p { margin-top: 12px; font-size: 14px; line-height: 1.6; }
  .modern-showcase-controls { margin-top: 24px; }
  .proof-visual { padding: 12px 0 12px 12px; }
  .proof-stat { left: 14px; bottom: 20px; transform: scale(.88); transform-origin: bottom left; }
  .license-note { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .license-note span { justify-content: center; padding-inline: 8px; }
  .pricing-page-intro { padding: 52px 0 26px; }
  .pricing-page-intro h1 { font-size: 38px; }
  .pricing-page-intro p { font-size: 15px; }
  .pricing-toolbar { align-items: stretch; flex-direction: column; gap: 9px; margin-bottom: 26px; }
  .pricing-toolbar > span { text-align: center; }
  .pricing-period-switch { width: 100%; }
  .pricing-period-switch button { min-width: 0; padding-inline: 10px; }
  .price-card { padding: 30px 26px; }
  .hosting-pricing-section, .hosting-benefits-section { padding: 72px 0; }
  .pricing-calculator-section { padding: 30px 0 72px; }
  .home-package-calculator { padding: 42px 0 14px; }
  .home-package-calculator + .migration { padding-top: 30px; }
  .pricing-calculator { gap: 28px; padding: 26px 20px; }
  .hosting-benefits-grid { grid-template-columns: 1fr; }
  .hosting-benefits-grid article { min-height: 0; }
  .pricing-support-cta { padding: 30px 0 48px; }
  .pricing-support-cta .shell > div { padding: 30px 24px; }
  .pricing-support-cta .button { width: 100%; }
  .references-hero { padding-top: 52px; }
  .references-hero h1 { font-size: 38px; }
  .references-hero > .shell > p { font-size: 15px; }
  .references-hero-actions { display: grid; grid-template-columns: 1fr; }
  .references-featured .shell { grid-template-columns: repeat(2,1fr); }
  .references-directory { padding: 72px 0; }
  .references-directory-head h2 { font-size: 35px; }
  .references-logo-grid article { min-height: 126px; padding: 15px 10px; }
  .references-logo-grid img { height: 56px; }
  .references-operation .shell { grid-template-columns: 1fr; gap: 0; }
  .references-operation .shell > div { padding: 18px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .references-operation .shell > div:last-child { border-bottom: 0; }
  .references-cta { padding: 52px 0; }
  .references-cta .shell > div { padding: 44px 22px; }
  .references-cta h2 { font-size: 34px; }
  .popular { padding-top: 46px; }
  .discount-badge { right: 16px; }
  .popular-tag { left: 26px; }
  .migration-visual { min-height: 330px; padding: 25px; }
  .iso-transfer { height: 250px; margin-bottom: 62px; transform: scale(.8); }
  .migration-progress { inset: auto 14px 14px; }
  .final-inner > div:last-child { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 15px; }
  .nova-infrastructure-copy h2, .nova-builder-copy h2, .nova-section-head h2, .nova-faq-copy h2, .nova-cta-card h2 { font-size: 35px; }
  .nova-infrastructure-stats { grid-template-columns: 1fr 1fr; }
  .nova-infrastructure-stats > div { padding: 17px; }
  .nova-infrastructure-stats b { font-size: 26px; }
  .nova-map { height: 470px; }
  .nova-turkey-map-layer { top: 38px; right: 3%; left: 3%; height: 270px; }
  .nova-map-node > span { display: none; }
  .nova-map-tiles { grid-template-columns: 1fr 1fr; }
  .nova-builder-visual { padding: 14px; border-radius: 18px; }
  .nova-builder-canvas { grid-template-columns: 46px minmax(0,1fr); min-height: 340px; }
  .nova-builder-canvas aside { padding: 12px 6px; }
  .nova-builder-canvas aside span { width: 32px; height: 36px; }
  .nova-builder-main { padding: 10px; }
  .nova-site-nav span { display: none; }
  .nova-site-hero { min-height: 176px; padding: 14px; }
  .nova-site-hero h3 { font-size: 17px; }
  .nova-site-art { height: 110px; }
  .nova-ai-suggestion { padding: 9px; }
  .nova-ai-suggestion button { padding-inline: 8px; }
  .nova-section-head { margin-bottom: 32px; }
  .nova-trust-stats { grid-template-columns: 1fr 1fr; gap: 24px 0; padding: 22px 12px; }
  .nova-trust-stats > div:nth-child(2) { border-right: 0; }
  .nova-faq-item button { padding: 18px; }
  .nova-faq-item > div p { padding: 0 18px 18px; }
  .nova-cta { padding-bottom: 64px; }
  .nova-cta-card { padding: 54px 20px; border-radius: 22px; }
  .nova-cta-card > div { display: grid; grid-template-columns: 1fr; }
  .modern-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 22px; }
  .modern-footer-bottom { align-items: flex-start; flex-direction: column; }
  .subpage-hero { padding: 52px 0; }
  .subpage-hero-copy h1, .subpage-hero--center h1, .subpage-hero--about h1 { font-size: 38px; }
  .subpage-hero-copy > p, .subpage-hero--center > .shell > p, .subpage-hero--about > .shell > p { font-size: 15px; }
  .subpage-actions { display: grid; grid-template-columns: 1fr; }
  .subpage-actions .button { width: 100%; }
  .subpage-proof-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
  .subpage-proof-row span { padding: 0; border-right: 0; }
  .floating-metric { min-width: 132px; padding: 9px; }
  .floating-metric--top { top: 24%; right: -8px; }
  .floating-metric--bottom { bottom: -18px; left: 14px; }
  .subpage-band, .subpage-dark-band, .journey-section, .about-manifesto { padding: 68px 0; }
  .subpage-heading { margin-bottom: 32px; }
  .subpage-heading h2, .subpage-showcase-copy h2, .optimization-grid h2, .continuity-layout h2 { font-size: 34px; }
  .feature-row-grid, .feature-row-grid--three { grid-template-columns: 1fr; }
  .feature-row-grid article { min-height: 0; }
  .subpage-cta { padding: 50px 0; }
  .subpage-cta .shell > div { grid-template-columns: 1fr; padding: 30px 24px; }
  .subpage-cta .eyebrow { margin-bottom: -16px; }
  .subpage-cta .button { width: 100%; }
  .seo-input-panel, .seo-result-panel { padding: 24px 18px; }
  .seo-score-line { grid-template-columns: 96px 1fr; gap: 16px; }
  .seo-gauge { width: 92px; height: 92px; }
  .density-strip { grid-template-columns: 1fr; }
  .density-strip span { border-right: 0; border-bottom: 1px solid var(--line); }
  .density-strip span:last-child { border-bottom: 0; }
  .infra-visual { height: 330px; }
  .infra-core { width: 120px; padding: 16px; }
  .infra-node { padding: 7px; }
  .infra-status-strip .shell { grid-template-columns: repeat(2,1fr); }
  .infra-status-strip span:nth-child(2) { border-right: 0; }
  .infra-status-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-hero-facts { grid-template-columns: 1fr; }
  .about-hero-facts span { border-right: 0; border-bottom: 1px solid var(--line); }
  .about-hero-facts span:last-child { border-bottom: 0; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 24px; }
  .manifesto-grid > p { grid-column: auto; margin-top: 0; }
  .founder-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .founder-facts span { padding: 0; border-right: 0; }
}

@media (max-width: 360px) {
  .header-inner { gap: 4px; }
  .brand img { width: 108px; }
  .header-actions { gap: 4px; }
  .header-actions .support-chip { gap: 4px; padding: 4px; }
  .header-actions .support-chip svg { width: 14px; }
  .header-actions .support-chip span,
  .header-actions .support-chip b { font-size: 7.5px; white-space: nowrap; }
  .header-actions .icon-button { width: 36px; height: 36px; flex-basis: 36px; }
  .menu-toggle { width: 38px; height: 38px; flex-basis: 38px; }
}

@media (max-width: 359px) {
  .header-actions .support-chip { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .iso-server > span i, .iso-packet, .iso-ready { animation: none !important; }
}

/* Modern resource, customer story and help pages */
.resource-page { background: #fff; }
.resource-hero { position: relative; overflow: hidden; padding: 88px 0 82px; text-align: center; background: #f7f7fb; border-bottom: 1px solid var(--line); }
.resource-hero::after { content: ''; position: absolute; inset: auto 12% -1px; height: 1px; background: #7c3aed; opacity: .32; }
.resource-hero-inner { position: relative; z-index: 1; display: grid; justify-items: center; }
.resource-hero .eyebrow { color: #5b21b6; background: #fff; border-color: #d8caff; }
.resource-hero h1 { max-width: 960px; margin: 22px auto 0; color: var(--ink); font-size: clamp(44px,5vw,66px); line-height: 1.04; letter-spacing: 0; }
.resource-hero p { max-width: 720px; margin: 22px auto 0; color: var(--ink-soft); font-size: 17px; line-height: 1.72; }
.resource-section { padding: 88px 0; }
.resource-section-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.6fr); gap: 60px; align-items: end; margin-bottom: 34px; }
.resource-section-head span, .resource-compact-cta-card > div > span, .faq-directory-aside > span { color: #6d28d9; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.resource-section-head h2 { margin: 8px 0 0; font-size: 38px; line-height: 1.08; }
.resource-section-head p { margin: 0; color: var(--ink-soft); line-height: 1.7; }

.resource-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 34px; }
.resource-search { min-width: 280px; height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 14px; background: #fff; border: 1px solid var(--line); border-radius: 7px; }
.resource-search:focus-within { border-color: #9f7aea; box-shadow: 0 0 0 3px rgba(124,58,237,.08); }
.resource-search svg { width: 17px; color: #766d88; }
.resource-search input { width: 100%; min-width: 0; color: var(--ink); background: transparent; border: 0; outline: 0; font: inherit; font-size: 13px; }
.resource-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.resource-filters button { min-height: 40px; padding: 0 15px; color: #5d566b; background: #fff; border: 1px solid var(--line); border-radius: 7px; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.resource-filters button.active { color: #fff; background: #161026; border-color: #161026; }
.video-resource-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.video-resource-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 16px 36px rgba(31,22,57,.06); }
.video-resource-card[hidden] { display: none; }
.video-resource-poster { position: relative; width: 100%; aspect-ratio: 16 / 10; display: block; overflow: hidden; padding: 0; background: #eeecf5; border: 0; cursor: pointer; }
.video-resource-poster::after { content: ''; position: absolute; inset: 0; background: rgba(17,9,34,.16); transition: background .2s ease; }
.video-resource-poster:hover::after { background: rgba(17,9,34,.05); }
.video-resource-poster img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; transition: transform .35s ease; }
.video-resource-poster:hover img { transform: scale(1.025); }
.video-play { position: absolute; left: 50%; top: 50%; z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: #6d28d9; border: 5px solid rgba(255,255,255,.82); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 12px 28px rgba(70,30,160,.28); }
.video-play svg { width: 16px; fill: currentColor; }
.video-resource-poster > small { position: absolute; right: 10px; bottom: 10px; z-index: 2; padding: 5px 7px; color: #fff; background: rgba(12,7,23,.8); border-radius: 5px; font-size: 10px; font-weight: 700; }
.video-resource-copy { padding: 20px; }
.video-resource-copy > span { color: #6d28d9; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.video-resource-copy h2 { min-height: 44px; margin: 9px 0 0; font-size: 17px; line-height: 1.28; }
.video-resource-copy p { min-height: 62px; margin: 10px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.video-resource-copy button { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; padding: 0; color: #5b21b6; background: transparent; border: 0; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.video-resource-copy button svg { width: 14px; }
.resource-empty { padding: 58px 20px; text-align: center; color: var(--ink-soft); }
.resource-empty[hidden] { display: none; }
.resource-empty svg { width: 36px; color: #7c3aed; }
.resource-empty h2 { margin: 14px 0 0; color: var(--ink); font-size: 22px; }
.resource-empty p { margin: 8px 0 0; }

.resource-video-dialog, .discover-dialog { width: min(980px,calc(100% - 32px)); max-width: none; padding: 0; overflow: hidden; color: #fff; background: #0d0818; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; box-shadow: 0 32px 90px rgba(7,3,17,.55); }
.resource-video-dialog::backdrop, .discover-dialog::backdrop { background: rgba(7,4,16,.78); backdrop-filter: blur(5px); }
.resource-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.resource-dialog-head > div { display: grid; gap: 3px; }
.resource-dialog-head span { color: #9f94b3; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.resource-dialog-head h2 { margin: 0; color: #fff; font-size: 17px; }
.resource-dialog-head button { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 7px; cursor: pointer; }
.resource-dialog-head button svg { width: 17px; }
.resource-dialog-body { position: relative; aspect-ratio: 16 / 9; background: #05030a; }
.resource-dialog-body video { width: 100%; height: 100%; display: block; object-fit: contain; }
.resource-video-note { position: absolute; left: 18px; bottom: 18px; display: flex; align-items: center; gap: 9px; padding: 9px 11px; color: #b8afc6; background: rgba(15,9,28,.82); border: 1px solid rgba(255,255,255,.09); border-radius: 6px; font-size: 11px; pointer-events: none; }
.resource-video-note svg { width: 15px; color: #a78bfa; }

.story-list { background: #fff; }
.story-list .shell { display: grid; gap: 24px; }
.story-card { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); overflow: hidden; background: #f7f7fb; border: 1px solid var(--line); border-radius: 8px; }
.story-card--reverse .story-copy { order: 2; }
.story-copy { padding: clamp(34px,5vw,66px); }
.story-label { display: inline-flex; padding: 6px 9px; color: #6d28d9; background: #efe8ff; border-radius: 5px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.story-label--cyan { color: #087f74; background: #dcf8f2; }
.story-label--orange { color: #b45309; background: #fff0da; }
.story-logo { width: auto; max-width: 170px; height: 42px; display: block; margin-top: 28px; object-fit: contain; object-position: left center; }
.story-copy h2 { margin: 24px 0 0; font-size: clamp(30px,3.5vw,46px); line-height: 1.08; }
.story-copy p { margin: 18px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.story-copy ul { display: grid; gap: 11px; margin: 24px 0 0; padding: 0; list-style: none; }
.story-copy li { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 650; }
.story-copy li svg { width: 17px; color: #059669; }
.story-metric { min-height: 420px; display: grid; align-content: center; justify-items: center; padding: 50px; color: #fff; text-align: center; background: #21103c; }
.story-metric--cyan { background: #0d353b; }
.story-metric--orange { background: #321d16; }
.story-metric > span { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.story-metric > strong { margin-top: 14px; font-size: clamp(62px,7vw,96px); line-height: 1; }
.story-metric > small { margin-top: 12px; color: rgba(255,255,255,.65); }
.story-bars { height: 84px; display: flex; align-items: end; gap: 8px; margin-top: 34px; }
.story-bars i { width: 14px; height: 30%; background: #9b75f1; border-radius: 3px 3px 0 0; }
.story-bars i:nth-child(2) { height: 38%; }.story-bars i:nth-child(3) { height: 46%; }.story-bars i:nth-child(4) { height: 55%; }.story-bars i:nth-child(5) { height: 68%; }.story-bars i:nth-child(6) { height: 82%; }.story-bars i:nth-child(7) { height: 100%; }
.speed-ring { width: 118px; height: 118px; display: grid; place-content: center; margin-top: 32px; background: #fff; border: 12px solid #37d2bd; border-right-color: rgba(255,255,255,.18); border-radius: 50%; }
.speed-ring b { color: #0d353b; font-size: 34px; }.speed-ring small { color: #547176; font-size: 9px; }
.workflow-steps { display: flex; align-items: center; margin-top: 38px; }.workflow-steps i { width: 42px; height: 42px; display: grid; place-items: center; background: #f59e0b; border-radius: 7px; font-style: normal; font-weight: 800; }.workflow-steps span { width: 38px; height: 2px; background: rgba(255,255,255,.25); }
.resource-proof-band { padding: 0 0 88px; background: #fff; }
.resource-proof-band .shell { display: grid; grid-template-columns: repeat(4,1fr); padding: 28px 0; background: #f6f3ff; border: 1px solid #ded4fb; border-radius: 8px; }
.resource-proof-band .shell > div { display: grid; gap: 5px; padding: 0 24px; text-align: center; border-right: 1px solid #ded4fb; }
.resource-proof-band .shell > div:last-child { border-right: 0; }.resource-proof-band strong { color: #6d28d9; font-size: 30px; }.resource-proof-band span { color: var(--ink-soft); font-size: 11px; }

.discover-gallery { background: #fff; }
.discover-resource-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.discover-resource-card { padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 16px 38px rgba(31,22,57,.06); }
.discover-resource-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; padding: 4px 4px 15px; }
.discover-resource-head span { color: #6d28d9; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.discover-resource-head h2 { margin: 5px 0 0; font-size: 17px; }.discover-resource-head > small { padding: 5px 7px; color: #696174; background: #f4f2f8; border-radius: 5px; font-size: 10px; }
.discover-shot { position: relative; width: 100%; aspect-ratio: 16 / 9; display: block; overflow: hidden; padding: 0; background: #f4f5f7; border: 1px solid var(--line); border-radius: 6px; cursor: zoom-in; }
.discover-shot img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top; }.discover-shot > span { position: absolute; right: 10px; bottom: 10px; display: flex; align-items: center; gap: 6px; padding: 7px 9px; color: #fff; background: rgba(13,8,24,.82); border-radius: 5px; font-size: 10px; font-weight: 700; }.discover-shot svg { width: 13px; }
.discover-resource-metrics { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 15px; }.discover-resource-metrics > div { display: grid; gap: 4px; padding: 4px 12px; border-right: 1px solid var(--line); }.discover-resource-metrics > div:first-child { padding-left: 4px; }.discover-resource-metrics > div:last-child { border-right: 0; }.discover-resource-metrics small { color: var(--ink-soft); font-size: 10px; }.discover-resource-metrics b { font-size: 18px; }
.discover-dialog { width: min(1180px,calc(100% - 32px)); }.discover-dialog-body { max-height: calc(100vh - 110px); overflow: auto; background: #fff; }.discover-dialog-body img { width: 100%; height: auto; display: block; }

.faq-directory { background: #fff; }
.faq-directory-grid { display: grid; grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); gap: 68px; align-items: start; }
.faq-directory-aside { position: sticky; top: 110px; }
.faq-directory-aside h2 { margin: 10px 0 0; font-size: 40px; line-height: 1.08; }.faq-directory-aside > p { margin: 18px 0 24px; color: var(--ink-soft); line-height: 1.7; }.faq-directory-aside .resource-search { width: 100%; }
.faq-quick-links { display: grid; gap: 8px; margin-top: 22px; }.faq-quick-links a { display: flex; align-items: center; justify-content: space-between; padding: 13px 14px; color: var(--ink); background: #f7f6fa; border: 1px solid var(--line); border-radius: 7px; font-size: 12px; font-weight: 750; }.faq-quick-links svg { width: 14px; color: #6d28d9; }
.faq-directory .nova-faq-item button > span { display: grid; gap: 5px; }.faq-directory .nova-faq-item button small { color: #7c3aed; font-size: 9px; text-transform: uppercase; }.faq-directory .nova-faq-item > div p { font-size: 14px; }

.resource-compact-cta { padding: 0 0 88px; background: #fff; }
.resource-compact-cta-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 50px; align-items: center; padding: 48px 52px; color: #fff; background: #171129; border: 1px solid #2e2446; border-radius: 8px; box-shadow: 0 24px 55px rgba(21,10,53,.12); }
.resource-compact-cta-card > div > span { color: #bca8f4; }.resource-compact-cta-card h2 { max-width: 760px; margin: 9px 0 0; color: #fff; font-size: 34px; line-height: 1.12; }.resource-compact-cta-card p { margin: 10px 0 0; color: rgba(255,255,255,.62); font-size: 13px; }.resource-compact-cta-card .button { white-space: nowrap; }

@media (max-width: 1180px) {
  .modern-footer-grid { grid-template-columns: 1.35fr repeat(2,1fr); }
  .video-resource-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .resource-hero { padding: 68px 0 62px; }
  .resource-section { padding: 68px 0; }
  .resource-toolbar, .resource-section-head { align-items: stretch; flex-direction: column; grid-template-columns: 1fr; gap: 20px; }
  .resource-search { width: 100%; }
  .video-resource-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .story-card { grid-template-columns: 1fr; }.story-card--reverse .story-copy { order: 0; }.story-metric { min-height: 330px; }
  .faq-directory-grid { grid-template-columns: 1fr; gap: 44px; }.faq-directory-aside { position: static; }
  .resource-compact-cta-card { grid-template-columns: 1fr; gap: 28px; }
  .company-profile-section { padding: 72px 0; }
}

@media (max-width: 640px) {
  .resource-hero { padding: 54px 0 50px; }.resource-hero h1 { font-size: 38px; }.resource-hero p { font-size: 15px; }
  .resource-section { padding: 54px 0; }.resource-section-head h2, .faq-directory-aside h2 { font-size: 32px; }
  .resource-filters { display: grid; grid-template-columns: repeat(2,1fr); }.resource-filters button:first-child { grid-column: 1 / -1; }
  .video-resource-grid, .discover-resource-grid { grid-template-columns: 1fr; }.video-resource-copy h2, .video-resource-copy p { min-height: 0; }
  .story-copy { padding: 30px 22px; }.story-metric { min-height: 300px; padding: 34px 20px; }.story-logo { max-width: 145px; height: 36px; }
  .resource-proof-band .shell { grid-template-columns: 1fr 1fr; }.resource-proof-band .shell > div { padding: 16px; }.resource-proof-band .shell > div:nth-child(2) { border-right: 0; }.resource-proof-band .shell > div:nth-child(-n+2) { border-bottom: 1px solid #ded4fb; }
  .discover-resource-metrics b { font-size: 15px; }.discover-resource-metrics > div { padding-inline: 8px; }
  .resource-compact-cta { padding-bottom: 60px; }.resource-compact-cta-card { padding: 32px 24px; }.resource-compact-cta-card h2 { font-size: 28px; }.resource-compact-cta-card .button { width: 100%; }
  .resource-video-note { left: 10px; right: 10px; bottom: 10px; }
  .company-profile-grid { grid-template-columns: 1fr; }
  .company-profile-card { min-height: 138px; padding: 24px 20px; }
  .company-profile-card > strong { font-size: 14px; }
}

@media (min-width: 641px) and (max-width: 760px) { .migration-copy h2 { font-size: 28px; line-height: 1.22; letter-spacing: -.9px; } }

@media (max-width: 360px) { .migration-copy h2 { font-size: 24px; } }

/* Mobile footer: paired menus, resources on a full-width final row. */
@media (max-width: 767px) {
  .modern-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
  .modern-footer .modern-footer-grid > div { min-width: 0; margin-top: 0; }
  .modern-footer-grid .modern-footer-brand { grid-column: 1 / -1; }
  .modern-footer-grid .modern-footer-resources { grid-column: 1 / -1; order: 1; margin-top: 0; }
}
