:root {
  --navy-950: #061426;
  --navy-900: #0a1c32;
  --navy-800: #102b49;
  --blue-600: #1f6f8f;
  --teal-500: #1eb6a8;
  --teal-400: #48d1c2;
  --aqua-100: #dff7f3;
  --sky-50: #f4fbfc;
  --ink: #112235;
  --muted: #5e7184;
  --line: #dce7ec;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 30, 53, .12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-dark { color: var(--white); background: var(--navy-950); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 9999; background: var(--white); color: var(--ink); padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-color: rgba(13,48,78,.08); box-shadow: 0 10px 34px rgba(6,20,38,.08); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.brand-wrap { display: flex; align-items: center; min-width: 245px; }
.brand { position: relative; display: inline-flex; align-items: center; min-width: max-content; line-height: 0; }
.brand-logo { display: block; width: clamp(205px, 16vw, 246px); height: auto; object-fit: contain; }
.brand-logo-dark { display: none; }
.site-header.is-scrolled .brand-logo-light { display: none; }
.site-header.is-scrolled .brand-logo-dark { display: block; }
.custom-logo-link { display: flex; align-items: center; line-height: 0; }
.custom-logo { display: block; width: auto; max-width: 246px; max-height: 58px; object-fit: contain; background: transparent !important; }
.primary-navigation { display: flex; align-items: center; gap: 34px; }
.site-menu { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.site-menu a { color: rgba(255,255,255,.82); font-size: 14px; font-weight: 600; transition: color .2s ease; }
.site-menu a:hover, .site-menu a:focus { color: var(--teal-400); }
.site-header.is-scrolled .site-menu a { color: #375065; }
.site-header.is-scrolled .site-menu a:hover { color: var(--blue-600); }
.menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; cursor: pointer; }
.site-header.is-scrolled .menu-toggle { color: var(--navy-900); border-color: var(--line); }
.menu-close-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close-icon { display: inline-flex; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; color: var(--white); background: linear-gradient(135deg, var(--teal-500), #1593a3); border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 750; box-shadow: 0 12px 35px rgba(30,182,168,.22); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(30,182,168,.32); }
.button svg { width: 18px; height: 18px; }
.button-sm { min-height: 44px; padding-inline: 18px; border-radius: 10px; font-size: 13px; }
.button-ghost { background: transparent; border-color: rgba(255,255,255,.28); box-shadow: none; }
.button-ghost:hover { border-color: var(--teal-400); background: rgba(255,255,255,.06); box-shadow: none; }
.button-light { color: var(--navy-950); background: var(--white); box-shadow: 0 15px 40px rgba(0,0,0,.14); }
.button-light:hover { background: var(--aqua-100); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-600); font-weight: 750; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }

.hero { position: relative; min-height: 780px; padding: 160px 0 0; overflow: hidden; background: radial-gradient(circle at 80% 30%, rgba(31,111,143,.36), transparent 35%), radial-gradient(circle at 5% 15%, rgba(30,182,168,.14), transparent 28%), var(--navy-950); }
.hero::after { content: ""; position: absolute; right: -130px; bottom: -160px; width: 560px; height: 560px; border: 1px solid rgba(72,209,194,.16); border-radius: 50%; box-shadow: 0 0 0 80px rgba(72,209,194,.035), 0 0 0 160px rgba(72,209,194,.025); }
.hero-grid-overlay { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 72px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--teal-400); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 30px; height: 2px; background: currentColor; border-radius: 9px; }
.eyebrow-dark { color: var(--blue-600); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(46px, 5.6vw, 78px); line-height: 1.03; letter-spacing: -.045em; }
.hero-description { max-width: 670px; margin: 28px 0 0; color: #b6c8d6; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof div { display: grid; gap: 3px; }
.hero-proof strong { color: var(--white); font-size: 16px; }
.hero-proof span { color: #7f9ab0; font-size: 12px; }
.hero-visual { position: relative; min-height: 560px; }
.hero-image-card { position: absolute; inset: 20px 0 30px 50px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 34px; box-shadow: 0 40px 100px rgba(0,0,0,.38); }
.hero-image-card img { width: 100%; height: 100%; object-fit: cover; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,20,38,.74), transparent 55%), linear-gradient(135deg, rgba(13,48,78,.15), rgba(30,182,168,.08)); }
.live-status { position: absolute; right: 22px; bottom: 20px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; color: #d9f8f3; background: rgba(6,20,38,.72); border: 1px solid rgba(72,209,194,.28); border-radius: 99px; backdrop-filter: blur(8px); font-size: 11px; font-weight: 700; }
.live-status span { width: 8px; height: 8px; background: var(--teal-400); border-radius: 50%; box-shadow: 0 0 0 5px rgba(72,209,194,.12); }
.floating-card { position: absolute; z-index: 3; padding: 17px 19px; color: var(--white); background: rgba(12,34,57,.88); border: 1px solid rgba(255,255,255,.16); border-radius: 17px; backdrop-filter: blur(18px); box-shadow: 0 24px 55px rgba(0,0,0,.28); }
.floating-card small { display: block; margin-bottom: 4px; color: #77e0d4; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.floating-card strong { display: block; font-size: 13px; }
.floating-card-top { top: 0; left: 0; width: 250px; }
.floating-card-bottom { right: -10px; bottom: 12px; display: flex; align-items: center; gap: 12px; max-width: 305px; }
.status-icon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; color: var(--teal-400); background: rgba(72,209,194,.12); border-radius: 50%; }
.pulse-line { display: flex; align-items: flex-end; gap: 3px; height: 17px; margin-top: 11px; }
.pulse-line i { width: 6px; background: linear-gradient(to top, var(--blue-600), var(--teal-400)); border-radius: 3px; animation: pulseBar 1.5s ease-in-out infinite; }
.pulse-line i:nth-child(1){height:30%}.pulse-line i:nth-child(2){height:70%;animation-delay:.2s}.pulse-line i:nth-child(3){height:45%;animation-delay:.4s}.pulse-line i:nth-child(4){height:90%;animation-delay:.6s}.pulse-line i:nth-child(5){height:58%;animation-delay:.8s}
@keyframes pulseBar { 50% { opacity: .4; transform: scaleY(.65); } }
.sectors-strip { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 66px; padding: 25px 20px; color: #9eb2c3; border-top: 1px solid rgba(255,255,255,.1); }
.sectors-strip span { font-size: 12px; }
.sectors-strip strong { color: #d3e1eb; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.sectors-strip i { width: 4px; height: 4px; background: var(--teal-500); border-radius: 50%; }

.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.section-heading h2, .stack-copy h2, .flagship-copy h2, .platform-copy h2, .vision-copy h2, .cta-card h2 { margin: 0; font-size: clamp(36px, 4.1vw, 56px); line-height: 1.1; letter-spacing: -.035em; }
.section-heading > p, .stack-copy > p, .platform-copy > p, .vision-copy > p { margin: 0; color: var(--muted); font-size: 17px; }
.capabilities-section { background: linear-gradient(to bottom, var(--white), #f8fbfc); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.capability-card { position: relative; min-height: 415px; padding: 34px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 12px 40px rgba(12,47,76,.055); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.capability-card::after { content: ""; position: absolute; right: -70px; bottom: -70px; width: 180px; height: 180px; background: radial-gradient(circle, rgba(30,182,168,.11), transparent 68%); }
.capability-card:hover { transform: translateY(-8px); border-color: rgba(30,182,168,.36); box-shadow: 0 24px 60px rgba(12,47,76,.11); }
.icon-box { display: grid; place-items: center; width: 56px; height: 56px; color: var(--blue-600); background: var(--aqua-100); border-radius: 15px; }
.icon-box svg { width: 29px; height: 29px; }
.card-number { position: absolute; top: 31px; right: 31px; margin: 0; color: #c6d4dd; font-weight: 800; letter-spacing: .12em; }
.capability-card h3 { margin: 28px 0 12px; font-size: 25px; letter-spacing: -.02em; }
.capability-card > p:not(.card-number) { margin: 0; color: var(--muted); }
.mini-list { display: grid; gap: 9px; margin: 25px 0 0; padding: 0; list-style: none; }
.mini-list li { position: relative; padding-left: 19px; color: #345067; font-size: 13px; font-weight: 650; }
.mini-list li::before { content: ""; position: absolute; left: 0; top: .58em; width: 7px; height: 7px; background: var(--teal-500); border-radius: 50%; box-shadow: 0 0 0 4px rgba(30,182,168,.1); }

.stack-section { background: var(--sky-50); }
.stack-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.stack-copy > p { margin-top: 24px; }
.stack-copy .text-link { margin-top: 28px; }
.stack-flow { position: relative; display: grid; gap: 12px; }
.stack-flow::before { content: ""; position: absolute; left: 29px; top: 34px; bottom: 34px; width: 1px; background: linear-gradient(var(--teal-500), var(--blue-600)); }
.stack-step { position: relative; display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 20px; min-height: 88px; padding: 16px 20px 16px 0; background: var(--white); border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 12px 35px rgba(12,47,76,.05); }
.stack-step > span { position: relative; z-index: 1; display: grid; place-items: center; width: 58px; height: 58px; margin-left: 0; color: var(--white); background: var(--navy-800); border: 8px solid var(--sky-50); border-radius: 50%; font-size: 10px; font-weight: 800; }
.stack-step div { display: grid; gap: 2px; }
.stack-step strong { font-size: 16px; }
.stack-step small { color: var(--muted); font-size: 12px; }

.flagship-section { background: linear-gradient(135deg, var(--navy-950), #0d2944 65%, #123c50); }
.flagship-grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 74px; }
.flagship-media { position: relative; min-height: 610px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: 0 35px 80px rgba(0,0,0,.32); }
.flagship-media img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; }
.media-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,20,38,.92), transparent 63%); }
.media-label { position: absolute; left: 30px; right: 30px; bottom: 28px; display: grid; gap: 3px; }
.media-label span { color: var(--teal-400); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.media-label strong { font-size: 28px; }
.flagship-copy > p:not(.eyebrow) { margin: 25px 0 0; color: #a9bfce; font-size: 17px; }
.feature-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.feature-chips span { padding: 8px 12px; color: #b8f0e8; background: rgba(72,209,194,.09); border: 1px solid rgba(72,209,194,.25); border-radius: 99px; font-size: 12px; font-weight: 700; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 30px 0; }
.comparison-grid > div { padding: 22px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }
.comparison-grid small { color: #849db0; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.comparison-grid strong { display: block; margin-top: 8px; font-size: 14px; }
.comparison-grid p { margin: 9px 0 0; color: #8fa7b9; font-size: 12px; }
.comparison-grid .comparison-active { background: linear-gradient(145deg, rgba(30,182,168,.13), rgba(31,111,143,.12)); border-color: rgba(72,209,194,.3); }

.products-section { background: var(--white); }
.product-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 18px; }
.product-card { position: relative; min-height: 275px; padding: 29px; background: #f8fbfc; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(31,111,143,.32); background: var(--white); }
.product-card-featured { grid-row: span 2; min-height: 568px; padding: 0; overflow: hidden; background: var(--navy-900); color: var(--white); }
.product-image { height: 62%; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-card-featured .product-category, .product-card-featured h3, .product-card-featured p { margin-inline: 28px; }
.product-card-featured .product-category { margin-top: 25px; }
.product-category { display: block; color: var(--blue-600); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-card-featured .product-category { color: var(--teal-400); }
.product-card h3 { margin: 14px 0 9px; font-size: 24px; letter-spacing: -.02em; }
.product-card p { margin: 0; color: var(--muted); }
.product-card-featured p { color: #a8bdcc; }
.product-index { position: absolute; top: 25px; right: 26px; color: #b7c7d1; font-size: 12px; font-weight: 800; }

.platform-section { background: linear-gradient(180deg, #eef8f8, #f8fbfc); overflow: hidden; }
.platform-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 75px; }
.platform-copy > p { margin-top: 23px; }
.platform-list { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid #cddde2; }
.platform-list div { display: grid; grid-template-columns: 155px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid #cddde2; }
.platform-list strong { font-size: 14px; }
.platform-list span { color: var(--muted); font-size: 13px; }
.dashboard-mockup { overflow: hidden; background: #0a1c32; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; box-shadow: 0 42px 85px rgba(12,47,76,.23); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.mockup-top { display: flex; align-items: center; gap: 7px; height: 42px; padding: 0 16px; color: #6e879a; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 9px; }
.mockup-top i { width: 7px; height: 7px; background: #36536a; border-radius: 50%; }
.mockup-top span { margin-left: 8px; }
.mockup-body { display: grid; grid-template-columns: 54px 1fr; min-height: 440px; }
.mockup-body aside { display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 24px; border-right: 1px solid rgba(255,255,255,.07); }
.mockup-body aside span { width: 20px; height: 4px; background: #263f55; border-radius: 9px; }
.mockup-body aside .active { height: 20px; background: var(--teal-500); border-radius: 6px; }
.mockup-content { padding: 24px; }
.mockup-title { display: flex; justify-content: space-between; align-items: center; color: var(--white); }
.mockup-title div { display: grid; }
.mockup-title small { color: #5b8196; font-size: 8px; letter-spacing: .15em; }
.mockup-title strong { margin-top: 3px; font-size: 17px; }
.mockup-title > span { padding: 6px 10px; color: #81e5da; background: rgba(72,209,194,.1); border-radius: 99px; font-size: 8px; }
.mockup-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 21px; }
.mockup-cards div { padding: 14px; background: #102b49; border: 1px solid rgba(255,255,255,.06); border-radius: 10px; }
.mockup-cards small { display: block; color: #6e879a; font-size: 8px; }
.mockup-cards strong { color: #c8f5ef; font-size: 12px; }
.mockup-chart { position: relative; height: 180px; margin-top: 13px; overflow: hidden; background: repeating-linear-gradient(to bottom, transparent 0 35px, rgba(255,255,255,.05) 36px); border: 1px solid rgba(255,255,255,.06); border-radius: 11px; }
.mockup-chart svg { position: absolute; inset: 18px 12px 15px; width: calc(100% - 24px); height: calc(100% - 33px); stroke: var(--teal-400); stroke-width: 3; filter: drop-shadow(0 0 8px rgba(72,209,194,.25)); }
.mockup-table { display: grid; gap: 7px; margin-top: 14px; }
.mockup-table i { height: 10px; background: linear-gradient(90deg, #173650 20%, #102b49 20% 48%, #173650 48% 72%, #102b49 72%); border-radius: 4px; }

.vision-section { background: var(--white); }
.vision-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 82px; }
.vision-image { position: relative; min-height: 610px; overflow: hidden; border-radius: var(--radius-lg); }
.vision-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,20,38,.3), transparent 55%); }
.vision-image img { width: 100%; height: 610px; object-fit: cover; }
.vision-copy > p { margin-top: 24px; }
.vision-roadmap { display: grid; grid-template-columns: 1fr 22px 1fr 22px 1fr; align-items: center; gap: 8px; margin-top: 34px; }
.vision-roadmap div { min-height: 110px; padding: 18px; background: var(--sky-50); border: 1px solid var(--line); border-radius: 13px; }
.vision-roadmap span { color: var(--blue-600); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.vision-roadmap strong { display: block; margin-top: 8px; font-size: 13px; line-height: 1.4; }
.vision-roadmap i { height: 1px; background: var(--teal-500); }

.cta-section { padding-top: 25px; background: var(--white); }
.cta-card { position: relative; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 70px; padding: 64px; overflow: hidden; color: var(--white); background: linear-gradient(135deg, #0b2138, #123f54); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.cta-card::after { content: ""; position: absolute; right: -100px; top: -180px; width: 480px; height: 480px; border: 1px solid rgba(72,209,194,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(72,209,194,.035), 0 0 0 140px rgba(72,209,194,.025); }
.cta-card > * { position: relative; z-index: 1; }
.cta-card p:not(.eyebrow) { max-width: 720px; margin: 20px 0 0; color: #abc0cf; }
.cta-actions { display: grid; gap: 13px; justify-items: start; }
.cta-actions small { max-width: 260px; color: #89a3b5; }

.site-footer { margin-top: 110px; padding: 80px 0 24px; color: #afc0cd; background: #071523; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 70px; padding-bottom: 60px; }
.brand-light { color: var(--white); }
.footer-brand p { max-width: 420px; margin: 25px 0 0; color: #8097a8; }
.footer-title { margin: 0 0 20px; color: var(--white); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer-menu, .footer-contact { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-menu .site-menu { display: grid; gap: 10px; }
.footer-menu a, .footer-contact a { color: #9eb1bf; font-size: 13px; }
.footer-menu a:hover, .footer-contact a:hover { color: var(--teal-400); }
.footer-contact li { color: #8097a8; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom p { margin: 0; color: #60798c; font-size: 11px; }

.content-shell { min-height: 70vh; padding: 150px 0 80px; }
.content-grid { display: grid; gap: 45px; }
.archive-header h1, .entry-header h1, .error-page h1 { max-width: 900px; margin: 0; font-size: clamp(42px, 6vw, 70px); line-height: 1.05; letter-spacing: -.04em; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.post-thumb { display: block; height: 230px; overflow: hidden; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card-body { padding: 24px; }
.post-card-body time { color: var(--blue-600); font-size: 11px; font-weight: 750; }
.post-card-body h2 { margin: 10px 0; font-size: 22px; }
.post-card-body p { color: var(--muted); }
.prose { max-width: 920px; }
.entry-header { margin-bottom: 45px; }
.entry-hero { overflow: hidden; margin-bottom: 45px; border-radius: 24px; }
.entry-content { font-size: 18px; }
.entry-content h2, .entry-content h3 { margin-top: 2em; line-height: 1.2; }
.entry-content a { color: var(--blue-600); text-decoration: underline; }
.entry-content blockquote { margin: 35px 0; padding: 25px 30px; background: var(--sky-50); border-left: 4px solid var(--teal-500); }
.error-page { display: grid; place-items: center; text-align: center; }
.error-page p { color: var(--muted); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .14s; }
.reveal-delay-one { transition-delay: .09s; }
.reveal-delay-two { transition-delay: .18s; }

@media (max-width: 1050px) {
  .nav-cta { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-visual { min-height: 560px; max-width: 760px; width: 100%; margin-inline: auto; }
  .section-heading, .stack-layout, .flagship-grid, .platform-grid, .vision-grid { grid-template-columns: 1fr; gap: 52px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-card:last-child { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card-featured { grid-column: 1 / -1; grid-row: auto; min-height: 520px; }
  .platform-copy { max-width: 760px; }
  .flagship-media, .flagship-media img, .vision-image, .vision-image img { min-height: 520px; height: 520px; }
  .cta-card { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: inline-flex; }
  .primary-navigation { position: fixed; inset: 82px 0 auto 0; display: none; max-height: calc(100vh - 82px); padding: 25px 20px 35px; overflow-y: auto; background: rgba(6,20,38,.98); border-top: 1px solid rgba(255,255,255,.08); }
  .site-header.is-scrolled .primary-navigation { background: rgba(255,255,255,.98); border-color: var(--line); }
  .primary-navigation.is-open { display: block; }
  .site-menu { display: grid; gap: 0; }
  .site-menu li { border-bottom: 1px solid rgba(255,255,255,.09); }
  .site-header.is-scrolled .site-menu li { border-color: var(--line); }
  .site-menu a { display: block; padding: 17px 0; font-size: 16px; }
  .hero { padding-top: 135px; }
  .hero h1 { font-size: clamp(42px, 10vw, 64px); }
  .hero-proof { grid-template-columns: 1fr; gap: 14px; }
  .hero-proof div { grid-template-columns: 115px 1fr; align-items: baseline; }
  .hero-visual { min-height: 470px; }
  .hero-image-card { inset: 20px 0 20px 25px; }
  .floating-card-top { width: 220px; }
  .floating-card-bottom { right: 0; }
  .section-heading { gap: 25px; }
  .capability-grid, .product-grid { grid-template-columns: 1fr; }
  .capability-card:last-child, .product-card-featured { grid-column: auto; }
  .comparison-grid { grid-template-columns: 1fr; }
  .vision-roadmap { grid-template-columns: 1fr; }
  .vision-roadmap i { width: 1px; height: 18px; margin-left: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .post-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 76px; }
  .primary-navigation { inset: 76px 0 auto 0; }
  .brand-wrap { min-width: 0; }
  .brand-logo { width: 190px; }
  .custom-logo { max-width: 190px; max-height: 48px; }
  .hero { padding-top: 115px; }
  .hero h1 { font-size: 43px; }
  .hero-description { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .hero-image-card { inset: 18px 0 28px 0; border-radius: 22px; }
  .floating-card-top { left: 10px; width: 205px; }
  .floating-card-bottom { left: 22px; right: 8px; bottom: 0; max-width: none; }
  .sectors-strip { justify-content: flex-start; gap: 13px; }
  .sectors-strip span { width: 100%; }
  .section-heading h2, .stack-copy h2, .flagship-copy h2, .platform-copy h2, .vision-copy h2, .cta-card h2 { font-size: 38px; }
  .capability-card { min-height: 0; padding: 27px; }
  .stack-step { grid-template-columns: 52px 1fr; }
  .stack-flow::before { left: 26px; }
  .stack-step > span { width: 52px; height: 52px; }
  .flagship-media, .flagship-media img, .vision-image, .vision-image img { min-height: 390px; height: 390px; }
  .product-card-featured { min-height: 480px; }
  .platform-list div { grid-template-columns: 1fr; gap: 3px; }
  .dashboard-mockup { transform: none; }
  .mockup-body { grid-template-columns: 34px 1fr; min-height: 360px; }
  .mockup-content { padding: 15px; }
  .mockup-cards { grid-template-columns: 1fr; }
  .mockup-cards div:nth-child(n+2) { display: none; }
  .cta-card { padding: 38px 24px; }
  .footer-grid, .footer-bottom, .post-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
}

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

/* Product module — Evotech Corporate V3 */
.product-card-link { position: relative; display: flex; flex-direction: column; color: inherit; text-decoration: none; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.product-card-link:hover { color: inherit; transform: translateY(-5px); border-color: rgba(19, 166, 174, .35); box-shadow: 0 22px 55px rgba(11, 38, 59, .12); }
.product-card-action { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 20px; color: var(--teal-600); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.product-card-action svg, .text-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.product-card-featured .product-card-action { color: var(--teal-300); }
.section-heading-action { display: grid; align-content: end; gap: 15px; }
.section-heading-action p { margin: 0; }
.text-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; color: var(--teal-700); font-size: 13px; font-weight: 800; }
.text-link:hover { color: var(--navy-900); }

.catalog-hero { position: relative; padding: 180px 0 95px; overflow: hidden; background: radial-gradient(circle at 78% 25%, rgba(24,164,178,.16), transparent 34%), var(--navy-950); }
.catalog-hero::after { content: ""; position: absolute; width: 440px; height: 440px; right: -150px; bottom: -280px; border: 1px solid rgba(79,210,215,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(79,210,215,.03), 0 0 0 140px rgba(79,210,215,.02); }
.catalog-hero-inner { position: relative; z-index: 1; max-width: 850px; }
.catalog-hero h1 { max-width: 850px; margin: 0 0 22px; color: #fff; font-size: clamp(50px, 7vw, 88px); line-height: .98; letter-spacing: -.055em; }
.catalog-hero p:not(.eyebrow) { max-width: 680px; margin: 0; color: #a7bdcc; font-size: 19px; line-height: 1.75; }
.catalog-section { background: #f7fbfc; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.catalog-grid .product-card { min-height: 360px; }
.catalog-grid .product-card:nth-child(1) { grid-column: span 2; }
.catalog-grid .product-card:nth-child(1) .product-image { height: 280px; }
.catalog-pagination { margin-top: 50px; }
.catalog-pagination .nav-links { display: flex; gap: 8px; }
.catalog-pagination .page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; background: #fff; border: 1px solid var(--line); border-radius: 10px; color: var(--navy-900); }
.catalog-pagination .current { background: var(--teal-600); border-color: var(--teal-600); color: #fff; }

.product-detail-hero { position: relative; padding: 155px 0 92px; overflow: hidden; background: radial-gradient(circle at 78% 28%, rgba(19,164,174,.18), transparent 33%), linear-gradient(135deg, #061526, #09243a); }
.product-detail-hero::after { content: ""; position: absolute; inset: auto -100px -260px auto; width: 540px; height: 540px; border: 1px solid rgba(88,215,219,.13); border-radius: 50%; box-shadow: 0 0 0 75px rgba(52,197,203,.025), 0 0 0 150px rgba(52,197,203,.02); }
.product-detail-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); align-items: center; gap: 72px; }
.product-back-link { display: inline-flex; margin-bottom: 35px; color: #91aabb; font-size: 13px; font-weight: 700; }
.product-back-link:hover { color: var(--teal-300); }
.product-detail-copy h1 { max-width: 760px; margin: 0 0 28px; color: #fff; font-size: clamp(52px, 6.4vw, 86px); line-height: .98; letter-spacing: -.055em; }
.product-detail-subtitle { max-width: 690px; margin: 0; color: #b0c3cf; font-size: 19px; line-height: 1.75; }
.product-detail-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 30px; }
.product-detail-meta > span { padding: 8px 12px; color: #b8cbd6; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; }
.product-detail-meta .product-status { color: #74e0d8; background: rgba(25,181,178,.12); border-color: rgba(78,222,214,.25); }
.product-detail-meta .product-status-development { color: #ffd27d; background: rgba(255,181,71,.1); border-color: rgba(255,193,94,.22); }
.product-detail-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.product-detail-media { position: relative; min-height: 550px; }
.product-detail-media > img { width: 100%; height: 550px; object-fit: cover; border-radius: 28px; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 40px 80px rgba(0,0,0,.28); }
.product-detail-media::before { content: ""; position: absolute; inset: 28px -22px -22px 38px; background: linear-gradient(135deg, rgba(27,181,185,.17), rgba(7,35,57,.1)); border: 1px solid rgba(82,209,213,.16); border-radius: 28px; z-index: -1; }
.product-detail-media-label { position: absolute; left: -28px; bottom: 28px; display: grid; gap: 5px; min-width: 235px; padding: 20px 23px; background: rgba(7,28,47,.94); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; box-shadow: 0 20px 55px rgba(0,0,0,.24); }
.product-detail-media-label small { color: var(--teal-300); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.product-detail-media-label strong { color: #fff; font-size: 18px; }

.product-overview-section { background: #fff; }
.product-overview-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 80px; align-items: start; }
.product-rich-content .entry-content { max-width: 760px; color: #435b6b; font-size: 18px; line-height: 1.85; }
.product-rich-content .entry-content h2 { color: var(--navy-950); font-size: clamp(31px, 4vw, 48px); letter-spacing: -.035em; }
.product-feature-panel { position: sticky; top: 115px; padding: 30px; background: linear-gradient(150deg, #f4fbfb, #eef8fa); border: 1px solid #dcebed; border-radius: 22px; box-shadow: 0 20px 50px rgba(13,64,80,.08); }
.product-feature-list { display: grid; gap: 12px; margin-top: 24px; }
.product-feature-list > div { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 13px; padding: 15px; background: #fff; border: 1px solid #e3edef; border-radius: 13px; }
.product-feature-list span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--teal-700); background: #e4f8f7; border-radius: 50%; }
.product-feature-list svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.product-feature-list strong { color: var(--navy-900); font-size: 14px; line-height: 1.4; }

.product-spec-section { background: #f1f8f9; }
.product-spec-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr); gap: 80px; align-items: start; }
.product-spec-heading h2 { margin: 0 0 22px; color: var(--navy-950); font-size: clamp(38px, 5vw, 58px); line-height: 1.03; letter-spacing: -.045em; }
.product-spec-heading > p:last-child { color: var(--muted); line-height: 1.75; }
.product-spec-table { overflow: hidden; background: #fff; border: 1px solid #dce8ea; border-radius: 20px; box-shadow: 0 18px 50px rgba(15,57,72,.07); }
.product-spec-table > div { display: grid; grid-template-columns: minmax(150px, .65fr) minmax(0, 1.35fr); gap: 24px; padding: 21px 24px; border-bottom: 1px solid #e6eff0; }
.product-spec-table > div:last-child { border-bottom: 0; }
.product-spec-table span { color: #6e8491; font-size: 13px; }
.product-spec-table strong { color: var(--navy-900); font-size: 14px; }
.product-related-section { background: #fff; }
.related-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.related-product-grid .product-card { min-height: 340px; }
.product-cta-section { padding-top: 25px; background: #fff; }

@media (max-width: 1050px) {
  .catalog-grid { grid-template-columns: 1fr 1fr; }
  .catalog-grid .product-card:nth-child(1) { grid-column: span 2; }
  .product-detail-grid, .product-overview-grid, .product-spec-layout { grid-template-columns: 1fr; }
  .product-detail-media { max-width: 780px; width: 100%; margin-inline: auto; }
  .product-feature-panel { position: static; }
  .related-product-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .catalog-hero { padding: 135px 0 72px; }
  .catalog-grid, .related-product-grid { grid-template-columns: 1fr; }
  .catalog-grid .product-card:nth-child(1) { grid-column: auto; }
  .catalog-grid .product-card:nth-child(1) .product-image { height: 230px; }
  .product-detail-hero { padding: 125px 0 72px; }
  .product-detail-grid { gap: 45px; }
  .product-detail-copy h1 { font-size: 48px; }
  .product-detail-subtitle { font-size: 17px; }
  .product-detail-actions { display: grid; }
  .product-detail-media, .product-detail-media > img { min-height: 390px; height: 390px; }
  .product-detail-media::before { inset: 18px -8px -12px 22px; }
  .product-detail-media-label { left: 14px; right: 14px; bottom: 14px; min-width: 0; }
  .product-overview-grid, .product-spec-layout { gap: 48px; }
  .product-feature-panel { padding: 23px; }
  .product-spec-table > div { grid-template-columns: 1fr; gap: 7px; }
  .section-heading-action { align-content: start; }
}
.product-card-featured .product-card-action { margin: auto 28px 28px; }
