:root {
  --primary: #003366;
  --primary-dark: #00264d;
  --accent: #d4af37;
  --accent-hover: #c9a432;
  --text: #1c2d41;
  --muted: #5c6b7f;
  --line: #e2e8f0;
  --bg-soft: #f4f6f9;
  --bg-dark: #0a1628;
  --white: #fff;
  --radius: 20px;
  --container: 1180px;
  --shadow: 0 20px 50px rgba(16, 24, 40, 0.08);
  --font-sans: "Montserrat", system-ui, -apple-system, sans-serif;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font-sans);color:var(--text);background:#fff;line-height:1.65}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}
.section{padding:90px 0}
section[id]{scroll-margin-top:96px}
.section-soft{background:var(--bg-soft)}
.section-title{max-width:760px;margin:0 auto 48px;text-align:center}
.eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:12px}
.section-title h1,.section-title h2{margin:0 0 14px;font-family:var(--font-serif);font-weight:700;line-height:1.15;color:var(--primary)}
.section-title h1{font-size:56px}
.section-title h2{font-size:44px}
.section-title p{margin:0;color:var(--muted);font-size:18px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:14px;font-weight:700;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,filter .2s ease;font-size:15px}
.btn-primary{background:var(--primary);color:#fff;border-color:transparent;box-shadow:0 4px 14px rgba(0,51,102,.22)}
.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,51,102,.28)}
.btn-primary:active{transform:translateY(0)}
.btn-accent{background:linear-gradient(180deg,#e8c547,#d4af37);color:#1a1f2e;border-color:transparent;box-shadow:0 4px 14px rgba(212,175,55,.35)}
.btn-accent:hover{filter:brightness(1.05)}
.btn-outline{border-color:rgba(255,255,255,.55);color:#fff;background:transparent}
.btn-outline:hover{background:rgba(255,255,255,.1);border-color:#fff}
.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid rgba(26,54,93,.08)}
.navbar{height:82px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:24px;position:relative}
.nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}
.nav-actions .btn-primary{padding:9px 18px;font-size:13px;border-radius:11px}
.brand{display:flex;align-items:center;gap:12px;font-weight:700}
.brand-mark{width:40px;height:40px;border-radius:12px;background:var(--primary);display:grid;place-items:center;color:#fff;font-size:18px;font-weight:700;flex-shrink:0}
.navbar .brand{justify-self:start}
.navbar .nav-links{justify-self:center}
.brand-text small{display:block;color:var(--muted);font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:11px}
.nav-links{display:flex;align-items:center;gap:clamp(14px,2vw,26px);flex-wrap:wrap;justify-content:center}
.nav-links a{padding:10px 0;color:#4b5565;font-weight:600;position:relative;font-size:14px;transition:color .2s ease}
.nav-links a.active,.nav-links a:hover{color:var(--primary)}
.nav-links a::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--primary);border-radius:99px;opacity:0;transform:scaleX(0);transition:opacity .2s ease,transform .2s ease;transform-origin:center}
.nav-links a:hover::after{opacity:.45;transform:scaleX(1)}
.nav-links a.active::after{opacity:1;transform:scaleX(1)}
.menu-toggle{display:none;background:none;border:0;font-size:26px;color:var(--primary);cursor:pointer;padding:8px;line-height:1}
/* ── Custom Google Translate ──────────────────────────────── */
#google_translate_element{display:none!important;visibility:hidden!important}
.goog-te-banner-frame,.goog-te-gadget,.goog-te-balloon-frame,iframe.skiptranslate{display:none!important;height:0!important}
body{top:0!important}
#goog-gt-tt,#goog-gt-tt *,.goog-tooltip,.goog-text-highlight{display:none!important;box-shadow:none!important;background:none!important}
.nav-translate{position:relative}
.nav-translate-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 11px;border-radius:10px;border:1px solid var(--line);background:transparent;font-family:var(--font-sans);font-size:13px;font-weight:600;color:#4b5565;cursor:pointer;line-height:1;transition:color .2s,border-color .2s,background .2s;white-space:nowrap}
.nav-translate-btn:hover,.nav-translate-btn[aria-expanded="true"]{color:var(--primary);border-color:var(--primary);background:rgba(0,51,102,.05)}
.nav-translate-globe{font-size:15px;line-height:1}
.nav-translate-label{font-size:12px;font-weight:700;letter-spacing:.05em}
.nav-translate-caret{font-size:8px;opacity:.5;transition:transform .2s}
.nav-translate-btn[aria-expanded="true"] .nav-translate-caret{transform:rotate(180deg)}
.nav-translate-dropdown{position:absolute;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 48px rgba(16,24,40,.13);padding:6px;min-width:172px;display:none;z-index:1100}
.nav-translate-dropdown.is-open{display:block;animation:translateFadeIn .14s ease}
@keyframes translateFadeIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.translate-lang-btn{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:8px;font-family:var(--font-sans);font-size:13px;font-weight:600;color:#4b5565;cursor:pointer;border:none;background:none;width:100%;text-align:left;transition:background .15s,color .15s}
.translate-lang-btn:hover{background:rgba(0,51,102,.06);color:var(--primary)}
.translate-lang-btn.is-active{color:var(--primary);background:rgba(0,51,102,.08)}
.translate-lang-flag{font-size:15px;line-height:1;flex-shrink:0}
.translate-lang-name{flex:1}
.translate-lang-check{font-size:11px;color:var(--primary);visibility:hidden}
.translate-lang-btn.is-active .translate-lang-check{visibility:visible}
@media(max-width:780px){.nav-translate-label,.nav-translate-caret{display:none}.nav-translate-btn{padding:7px 9px;border-radius:9px}.nav-translate-dropdown{right:-8px}}
.hero{position:relative;min-height:88vh;color:#fff;background:#0c1929}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(10,22,40,.92) 0%,rgba(10,22,40,.45) 48%,rgba(10,22,40,.78) 100%);z-index:1}
.hero-media{position:absolute;inset:0;background:url('../img/hero-home.png') center/cover no-repeat}
.hero-inner{position:relative;z-index:2;display:flex;align-items:center;min-height:88vh;padding:120px 0 96px}
.hero-content{max-width:640px}
.eyebrow-hero{color:var(--accent);letter-spacing:.14em;font-size:11px;margin-bottom:16px}
.hero-title{display:flex;flex-direction:column;gap:6px;margin:0 0 22px;font-family:var(--font-serif);font-weight:700;line-height:1.02}
.hero-title-main{font-size:clamp(42px,6vw,76px);color:#fff}
.hero-title-accent{font-size:clamp(32px,4.5vw,56px);color:var(--accent);font-weight:600}
.hero-lead{font-size:18px;color:rgba(255,255,255,.9);margin:0 0 30px;max-width:540px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:40px}
.hero-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:620px;padding-top:8px;border-top:1px solid rgba(255,255,255,.12)}
.pillar{display:flex;align-items:flex-start;gap:12px;padding:14px 12px;border-radius:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}
.pillar-icon{width:40px;height:40px;border-radius:12px;background:rgba(212,175,55,.15);display:grid;place-items:center;font-size:18px;flex-shrink:0}
.pillar strong{display:block;font-size:14px;color:#fff;margin-bottom:2px;font-family:var(--font-sans)}
.pillar span{font-size:12px;color:rgba(255,255,255,.75);line-height:1.35}
.grid-2{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.about-image{position:relative}
.about-image img{border-radius:24px;box-shadow:var(--shadow);width:100%;height:auto;object-fit:cover}
.about-float{position:absolute;right:20px;bottom:24px;background:#fff;border-radius:16px;padding:18px 22px;box-shadow:0 16px 40px rgba(15,23,42,.15);border:1px solid var(--line);min-width:160px}
.about-float-value{display:block;font-family:var(--font-serif);font-size:22px;font-weight:700;color:var(--primary)}
.about-float-label{font-size:12px;font-weight:600;color:var(--muted);letter-spacing:.06em;text-transform:uppercase}
.about-heading{font-family:var(--font-serif);font-size:clamp(32px,3.5vw,44px);font-weight:700;line-height:1.2;margin:0 0 16px;color:var(--text)}
.about-heading-accent{color:var(--primary)}
.about-intro{margin:0 0 8px;color:var(--muted);font-size:17px}
.feature-desc{color:var(--muted);font-size:14px}
.section-network{background:linear-gradient(180deg,#fff,var(--bg-soft));padding:72px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.network-inner{text-align:center;max-width:900px;margin:0 auto}
.network-title{font-family:var(--font-serif);font-size:36px;color:var(--primary);margin:0 0 12px}
.network-desc{margin:0 0 36px;color:var(--muted);font-size:17px}
.network-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.network-stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 8px 24px rgba(15,23,42,.04)}
.network-stat strong{display:block;font-family:var(--font-serif);font-size:32px;color:var(--primary);margin-bottom:6px}
.network-stat span{font-size:14px;color:var(--muted)}
.section-head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:12px}
.section-head-title{font-family:var(--font-serif);font-size:40px;margin:0;color:var(--primary);font-weight:700}
.section-head-lead{margin:0 0 36px;color:var(--muted);font-size:17px;max-width:720px}
.link-more{font-weight:700;font-size:15px;color:var(--primary);border-bottom:2px solid var(--accent);padding-bottom:2px;transition:color .2s}
.link-more:hover{color:var(--accent)}
.about-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}
.features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px}
.feature{display:flex;gap:14px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff}
.icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#e8f0ff;color:var(--primary);font-weight:700;flex:0 0 auto}
.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.product-card{position:relative;min-height:380px;border-radius:22px;overflow:hidden;color:#fff;box-shadow:var(--shadow)}
.product-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.product-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,18,36,.05),rgba(9,18,36,.78));}
.product-card .content{position:relative;z-index:1;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;height:100%}
.product-card h3{margin:0 0 8px;font-size:26px;font-family:var(--font-serif)}
.product-card p{margin:0;color:rgba(255,255,255,.86);font-size:14px}
.center{text-align:center}
.ecosystem-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.ecosystem-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 12px 30px rgba(16,24,40,.04)}
.ecosystem-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;font-size:22px;background:var(--ec-bg);color:var(--ec-fg)}
.ecosystem-card h3{margin:12px 0 8px;font-family:var(--font-serif);font-size:26px;color:var(--text)}
.ecosystem-card h3 a{color:var(--primary);text-decoration:none}
.ecosystem-card h3 a:hover{text-decoration:underline}
.ecosystem-card p{margin:0 0 10px;color:var(--muted)}
.ecosystem-card ul{list-style:none;padding:0;margin:0}
.ecosystem-card li{padding:7px 0;color:#344054;border-bottom:1px dashed #edf0f4}
.ecosystem-card li:last-child{border-bottom:0}
.ecosystem-card a{color:var(--primary);font-weight:600}
.ecosystem-card a:hover{text-decoration:underline}
.ecosystem-card p a{font-weight:700}
.cta{background:var(--primary);color:#fff;border-radius:28px;padding:56px 48px;position:relative;overflow:hidden;box-shadow:0 24px 60px rgba(26,54,93,.25)}
.cta::before,.cta::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04)}
.cta::before{width:280px;height:280px;left:-100px;top:-120px}
.cta::after{width:320px;height:320px;right:-100px;bottom:-140px}
.cta-content{position:relative;z-index:1;max-width:720px;margin:0 auto;text-align:center}
.cta-eyebrow{color:rgba(255,255,255,.85)!important;margin-bottom:14px}
.cta h2{font-size:clamp(30px,4vw,42px);color:#fff;margin:0 0 14px;font-family:var(--font-serif)}
.cta p{margin:0 0 28px;color:rgba(255,255,255,.9);font-size:17px}
.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.ecosystem-cta-wrap{margin-top:32px}
.brand-footer{color:#fff!important}
.brand-footer .brand-mark{background:var(--accent);color:#1a1f2e}
.brand-footer .brand-text small{color:#93a5bf!important}
.footer-contact a:hover{color:#fff}
.footer{background:var(--bg-dark);color:#dce5f2;padding:68px 0 28px}
.footer-grid{display:grid;grid-template-columns:minmax(0,1.25fr) repeat(4,minmax(0,1fr));gap:28px;align-items:start;width:100%}
.footer h4{margin:0 0 14px;color:#fff}
.footer p,.footer li,.footer a{color:#c3cede}
.footer ul{list-style:none;padding:0;margin:0}
.footer li{padding:6px 0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:28px;padding-top:18px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;color:#93a5bf;font-size:14px}
.footer-tagline{min-width:200px}
.page-hero{padding:90px 0 70px;background:#fff;text-align:center}
.page-hero-products{padding-top:100px;padding-bottom:56px}
.page-hero h1{font-size:clamp(36px,5vw,54px);margin:10px 0 18px;font-family:var(--font-serif);font-weight:700;color:var(--primary)}
.page-hero p{font-size:18px;color:var(--muted);max-width:640px;margin:0 auto;line-height:1.7}
.product-list{display:grid;gap:72px}
.section-products{padding-top:48px;padding-bottom:100px}
.product-row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.product-row-reverse .product-copy{order:1}
.product-row-reverse .product-media{order:2}
.product-media{border-radius:16px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/3}
.product-media img{border-radius:16px;box-shadow:none;width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.25,.46,.45,.94)}
.hover-zoom:hover img{transform:scale(1.05)}
.product-copy{padding:12px 8px 12px 12px}
.product-cat-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:#e8f4fc;font-size:24px;margin-bottom:14px;box-shadow:0 4px 12px rgba(0,51,102,.08)}
.product-cat-label{display:block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary);margin-bottom:8px}
.product-copy h2{font-size:clamp(30px,3.5vw,42px);margin:0 0 16px;font-family:var(--font-serif);font-weight:700;color:var(--text);line-height:1.15}
.product-copy p{margin:0 0 22px;color:var(--muted);font-size:17px;line-height:1.7}
.product-bullets{list-style:none;padding:0;margin:0;display:grid;gap:14px}
.product-bullets li{display:flex;gap:14px;align-items:flex-start;color:#344054;font-size:15px;line-height:1.5}
.bullet-ico{flex:0 0 auto;width:36px;height:36px;border-radius:10px;background:#e8f4fc;display:grid;place-items:center;font-size:16px}
.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}
.reveal.is-visible{opacity:1;transform:none}
.reveal-left{transform:translate(-28px,20px)}
.reveal-right{transform:translate(28px,20px)}
.reveal-left.is-visible,.reveal-right.is-visible{transform:none}
.reveal-hero{opacity:0;animation:revealHero .85s cubic-bezier(.25,.46,.45,.94) .15s forwards}
@keyframes revealHero{to{opacity:1}}
.product-card{transition:transform .3s ease,box-shadow .3s ease}
.product-card:hover{transform:translateY(-6px);box-shadow:0 28px 56px rgba(15,23,42,.12)}
.ecosystem-card{transition:transform .3s ease,box-shadow .3s ease}
.ecosystem-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(15,23,42,.08)}
.timeline-item{transition:transform .3s ease,box-shadow .3s ease}
.timeline-item:hover{transform:translateX(4px);box-shadow:0 16px 36px rgba(15,23,42,.08)}
.doc-card{transition:transform .2s ease,box-shadow .2s ease}
.doc-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(15,23,42,.08)}
.form-card,.contact-panel{transition:box-shadow .3s ease}
.form-card:hover,.contact-panel:hover{box-shadow:0 20px 48px rgba(15,23,42,.1)}
.network-stat{transition:transform .25s ease,box-shadow .25s ease}
.network-stat:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(15,23,42,.08)}
.feature{transition:box-shadow .25s ease,border-color .25s ease}
.feature:hover{box-shadow:0 8px 24px rgba(15,23,42,.06);border-color:#c5d4e8}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal,.reveal-hero{opacity:1!important;transform:none!important;animation:none!important;transition:none!important}
  .product-media img,.btn-primary:hover,.product-card:hover,.ecosystem-card:hover,.timeline-item:hover,.doc-card:hover,.network-stat:hover,.feature:hover{transform:none!important}
  .hover-zoom:hover img{transform:none}
  .ecosystem-node-circle,.ecosystem-tooltip{transition:none!important}
  .ecosystem-node:hover .ecosystem-node-circle,.ecosystem-node:focus-visible .ecosystem-node-circle{transform:none!important}
}
.check-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.check-list li{display:flex;gap:12px;align-items:flex-start;color:#344054}
.check-list li::before{content:"✓";width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#e8f0ff;color:var(--primary);font-weight:700;flex:0 0 auto}
.timeline{position:relative;max-width:920px;margin:0 auto;padding-left:40px}
.timeline::before{content:"";position:absolute;left:14px;top:10px;bottom:10px;width:2px;background:#d9e1ec}
.timeline-item{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px 24px 24px 28px;box-shadow:0 12px 30px rgba(16,24,40,.04);margin-bottom:22px}
.timeline-item::before{content:"";position:absolute;left:-36px;top:28px;width:18px;height:18px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 5px #e8f0ff}
.timeline-item h3{margin:0 0 8px;font-size:26px;font-family:var(--font-serif)}
.doc-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.doc-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;text-align:center}
.doc-card strong{display:block;margin:10px 0 6px}
.ecosystem-orbit-layout{display:grid;gap:48px;align-items:start}
.ecosystem-radar{position:relative;width:min(540px,94vw);height:min(540px,94vw);margin:0 auto;overflow:visible;--orbit-radius:calc(min(540px, 94vw) / 2 - 50px)}
.ecosystem-radar-spokes{position:absolute;inset:3%;border-radius:50%;background:repeating-conic-gradient(from 0deg at 50% 50%,transparent 0deg 29deg,rgba(180,195,220,.42) 29deg 30deg);pointer-events:none;opacity:.75;z-index:0}
.ecosystem-radar-ring{position:absolute;border-radius:50%;border:1px dashed #c5d4e8;pointer-events:none;z-index:1}
.ecosystem-radar-ring--outer{inset:0}
.ecosystem-radar-ring--mid{inset:14%}
.ecosystem-radar-ring--inner{inset:28%}
.ecosystem-hub-wrap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;display:flex;flex-direction:column;align-items:center;pointer-events:none}
.ecosystem-hub{width:168px;height:168px;border-radius:50%;background:var(--primary);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:16px;text-align:center;box-shadow:0 22px 55px rgba(0,51,102,.38)}
.ecosystem-hub-globe{font-size:30px;line-height:1;filter:grayscale(.1)}
.ecosystem-hub-title{font-size:13px;font-weight:800;letter-spacing:.08em;line-height:1.2}
.ecosystem-hub-sub{font-size:11px;font-weight:600;letter-spacing:.22em;opacity:.92}
.ecosystem-hub-pill{margin-top:-10px;background:var(--primary);color:#fff;font-size:9px;font-weight:700;letter-spacing:.14em;padding:7px 16px;border-radius:999px;box-shadow:0 8px 24px rgba(0,51,102,.3);border:1px solid rgba(255,255,255,.2)}
.ecosystem-node{position:absolute;left:50%;top:50%;width:90px;height:90px;margin:0;z-index:4;outline:none;transform:translate(-50%,-50%) rotate(var(--orbit-angle,0deg)) translateY(calc(-1 * var(--orbit-radius))) rotate(calc(-1 * var(--orbit-angle,0deg)))}
.ecosystem-node-circle{width:100%;height:100%;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#fff;box-shadow:0 14px 32px rgba(15,23,42,.2);transition:transform .28s ease,box-shadow .28s ease;cursor:default}
.ecosystem-node:focus-visible .ecosystem-node-circle,.ecosystem-node:hover .ecosystem-node-circle{transform:scale(1.07);box-shadow:0 18px 42px rgba(15,23,42,.28)}
.ecosystem-node-icon{font-size:24px;line-height:1}
.ecosystem-node-name{font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;text-align:center;line-height:1.15;max-width:78px}
.ecosystem-node--media .ecosystem-node-circle{background:linear-gradient(145deg,#5b9fff,#2563eb)}
.ecosystem-node--finance .ecosystem-node-circle{background:linear-gradient(145deg,#fbbf24,#d97706)}
.ecosystem-node--education .ecosystem-node-circle{background:linear-gradient(145deg,#c084fc,#7c3aed)}
.ecosystem-node--healthcare .ecosystem-node-circle{background:linear-gradient(145deg,#fb7185,#db2777)}
.ecosystem-node--commerce .ecosystem-node-circle{background:linear-gradient(145deg,#fb923c,#ea580c)}
.ecosystem-node--agriculture .ecosystem-node-circle{background:linear-gradient(145deg,#4ade80,#15803d)}
.ecosystem-node--media{--orbit-angle:0deg}
.ecosystem-node--finance{--orbit-angle:60deg}
.ecosystem-node--education{--orbit-angle:120deg}
.ecosystem-node--healthcare{--orbit-angle:180deg}
.ecosystem-node--commerce{--orbit-angle:240deg}
.ecosystem-node--agriculture{--orbit-angle:300deg}
.ecosystem-tooltip{position:absolute;left:50%;bottom:calc(100% + 14px);transform:translateX(-50%);min-width:200px;max-width:260px;padding:14px 16px;background:#0a1628;border-radius:14px;box-shadow:0 16px 48px rgba(0,0,0,.25);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease,transform .25s ease;transform:translateX(-50%) translateY(6px);z-index:20;text-align:left}
.ecosystem-tooltip--wide{max-width:280px}
.ecosystem-tooltip strong{display:block;font-size:15px;color:#fff;margin-bottom:8px;font-family:var(--font-sans)}
.ecosystem-tooltip p{margin:0 0 10px;font-size:12px;line-height:1.5;color:#94a3b8}
.ecosystem-tooltip a{font-size:12px;font-weight:700;color:var(--accent);pointer-events:auto}
.ecosystem-tooltip a:hover{color:#e8c547}
.ecosystem-node:hover .ecosystem-tooltip,.ecosystem-node:focus-within .ecosystem-tooltip{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);pointer-events:auto}
.ecosystem-node--tip-left .ecosystem-tooltip{left:auto;right:calc(100% + 12px);bottom:auto;top:50%;transform:translateY(-50%) translateX(6px)}
.ecosystem-node--tip-left:hover .ecosystem-tooltip,.ecosystem-node--tip-left:focus-within .ecosystem-tooltip{transform:translateY(-50%) translateX(0)}
.ecosystem-node--tip-down .ecosystem-tooltip{bottom:auto;top:calc(100% + 14px);transform:translateX(-50%) translateY(6px)}
.ecosystem-node--tip-down:hover .ecosystem-tooltip,.ecosystem-node--tip-down:focus-within .ecosystem-tooltip{transform:translateX(-50%) translateY(0)}
.ecosystem-radar-tagline{text-align:center;margin:0;font-size:11px;font-weight:600;letter-spacing:.12em;color:#94a3b8;text-transform:uppercase}
.ecosystem-card[id]{scroll-margin-top:100px}
.vision{max-width:900px;margin:0 auto;display:grid;gap:18px}
.vision-item{display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:center}
.vision-item .year{font-weight:700;color:var(--primary);text-align:right;padding-right:12px}
.contact-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start}
.contact-panel,.form-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}
.contact-item{display:flex;gap:14px;margin-top:18px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.field{display:flex;flex-direction:column;gap:8px}
.field.full{grid-column:1/-1}
label{font-weight:700;font-size:14px}
input,textarea{width:100%;padding:14px 16px;border-radius:12px;border:1px solid #d0d8e4;font:inherit}
textarea{min-height:160px;resize:vertical}
.breadcrumb{display:flex;gap:8px;justify-content:center;color:var(--muted);font-size:14px;margin-top:16px}
.ecosystem-grid-page{grid-template-columns:repeat(2,minmax(0,1fr))}
.contact-page-title{font-family:var(--font-serif);margin:0 0 10px;font-size:40px;color:var(--text)}
.contact-page-lead{margin:0;color:var(--muted)}
.form-card-title{font-family:var(--font-serif);margin-top:0;font-size:32px;color:var(--text)}
@media (max-width: 1100px){
  .cards,.ecosystem-grid,.ecosystem-grid-page,.doc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .grid-2,.ecosystem-orbit-layout,.contact-wrap,.product-row,.footer-grid{grid-template-columns:1fr}
  .ecosystem-radar{width:min(420px,92vw);height:min(420px,92vw);--orbit-radius:calc(min(420px, 92vw) / 2 - 44px)}
  .ecosystem-hub{width:140px;height:140px}
  .ecosystem-node{width:76px;height:76px}
  .hero h1{font-size:54px}
}
@media (max-width: 780px){
  .menu-toggle{display:block}
  .navbar{grid-template-columns:1fr auto;row-gap:0}
  .nav-links{position:absolute;left:16px;right:16px;top:100%;margin-top:8px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;display:none;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow);z-index:999}
  .nav-links.open{display:flex}
  .nav-actions .btn-primary{display:none}
  .hero-inner{min-height:72vh;padding:96px 0 64px}
  .hero-title-main{font-size:40px}
  .hero-title-accent{font-size:30px}
  .section-title h1,.page-hero h1{font-size:40px}
  .section-title h2,.section-head-title,.product-copy h2,.cta h2,.network-title{font-size:32px}
  .hero-pillars,.network-stats,.cards,.ecosystem-grid,.ecosystem-grid-page,.doc-grid,.features,.form-grid{grid-template-columns:1fr}
  .section{padding:72px 0}
  .cta{padding:40px 24px}
  .ecosystem-radar{width:min(320px,90vw);height:min(320px,90vw);--orbit-radius:calc(min(320px, 90vw) / 2 - 38px)}
  .ecosystem-hub{width:118px;height:118px;padding:12px}
  .ecosystem-hub-globe{font-size:24px}
  .ecosystem-hub-title{font-size:11px}
  .ecosystem-hub-sub{font-size:9px}
  .ecosystem-hub-pill{font-size:8px;padding:5px 12px}
  .ecosystem-node{width:64px;height:64px}
  .ecosystem-node-icon{font-size:18px}
  .ecosystem-node-name{font-size:7px;max-width:60px}
  .ecosystem-tooltip{min-width:170px;padding:12px;max-width:min(240px,calc(100vw - 48px))}
  .vision-item{grid-template-columns:1fr}
  .vision-item .year{text-align:left;padding-right:0}
}
body.modal-open{overflow:hidden}
.course-landing-hero h1{font-size:clamp(32px,4vw,48px);color:var(--primary)}
.course-hero-level{color:var(--text)}
.course-landing-section{padding-top:56px}
.course-landing-head{margin-bottom:8px}
.course-landing-lead{margin:0 0 36px;color:var(--muted);max-width:720px;font-size:17px}
.course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.course-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.1);display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}
.course-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.12)}
.course-card-media{aspect-ratio:16/9;overflow:hidden;background:#e8eef5}
.course-card-media img{width:100%;height:100%;object-fit:cover;display:block}
.course-card-body{padding:20px 20px 22px;display:flex;flex-direction:column;flex:1;gap:12px}
.course-card-title{margin:0;font-size:18px;font-weight:700;color:#111;line-height:1.35;font-family:var(--font-sans)}
.course-card-desc{margin:0;font-size:14px;color:var(--muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.btn-course-detail{margin-top:auto;width:100%;padding:12px 16px;border:none;border-radius:8px;background:#45a049;color:#fff;font-weight:700;font-size:15px;font-family:var(--font-sans);cursor:pointer;transition:background .2s ease,filter .2s ease}
.btn-course-detail:hover{background:#3d8b40;filter:brightness(1.05)}
.btn-course-detail:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
.course-modal{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}
.course-modal[hidden]{display:none!important}
.course-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(4px)}
.course-modal-panel{position:relative;z-index:1;width:100%;max-width:920px;max-height:min(92vh,900px);overflow-y:auto;background:#fff;border-radius:16px;box-shadow:0 24px 80px rgba(0,0,0,.2);display:flex;flex-direction:column}
.course-modal-panel--wide{max-width:1040px}
.course-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 26px;border-bottom:1px solid var(--line)}
.course-modal-header h2{margin:0;font-size:22px;font-weight:700;color:#1e293b;font-family:var(--font-sans);line-height:1.3;flex:1;padding-right:8px}
.course-modal-close{flex-shrink:0;width:44px;height:44px;border:none;border-radius:12px;background:#f1f5f9;color:#475569;font-size:26px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .2s}
.course-modal-close:hover{background:#e2e8f0}
.course-modal-body{padding:24px 26px 28px;display:grid;gap:24px}
.course-modal-body--split{grid-template-columns:1fr 1fr;align-items:start}
.course-modal-col{display:flex;flex-direction:column;gap:20px;min-width:0}
.course-modal-banner-wrap{border-radius:14px;overflow:hidden;background:#e8eef5}
.course-modal-banner{width:100%;height:auto;display:block;aspect-ratio:16/10;object-fit:cover}
.course-subbox-title{margin:0 0 12px;font-size:16px;font-weight:700;color:#1e293b}
.course-author-box,.course-content-box,.course-price-box,.course-payment-box{background:#f8f9fa;border-radius:14px;padding:18px 20px;border:1px solid #eef1f4}
.course-author-row{display:flex;gap:14px;align-items:center}
.course-author-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.course-author-name{display:block;font-size:16px;margin-bottom:4px;color:#111}
.course-author-role{margin:0;font-size:14px;color:var(--muted)}
.course-content-text{margin:0 0 14px;font-size:15px;line-height:1.65;color:#475569}
.course-content-bullets{margin:0;padding-left:20px;color:#334155;font-size:15px;line-height:1.6}
.course-content-bullets li{margin:6px 0}
.course-price-box{display:flex;flex-direction:column;gap:16px}
.course-price-line{margin:0;font-size:16px;color:#334155}
.course-price-line strong{color:#111}
.btn-course-register{width:100%;justify-content:center;padding:14px 20px;border-radius:12px;border:none;background:#0d6efd;color:#fff;font-weight:700;font-size:16px;font-family:var(--font-sans);cursor:pointer;transition:filter .2s,transform .2s}
.btn-course-register:hover{filter:brightness(1.06)}
.course-modal-body--register{grid-template-columns:1fr 1fr;align-items:start}
.course-register-form{display:flex;flex-direction:column;gap:16px}
.course-selected-banner{background:#f0f7ff;border:1px solid #cfe2ff;border-radius:12px;padding:16px 18px;margin-bottom:4px}
.course-selected-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:6px}
.course-selected-title{margin:0 0 8px;font-size:17px;font-weight:700;color:#111}
.course-selected-price{margin:0;font-size:15px;color:#334155}
.course-selected-price span{font-weight:800;color:#0d6efd;font-size:18px}
.course-register-form .field label{font-size:14px}
.course-register-form .req{color:#dc2626}
.course-register-form input,.course-register-form textarea{border-radius:10px;border:1px solid #d0d8e4;padding:12px 14px;font:inherit;width:100%;box-sizing:border-box}
.course-register-form textarea{resize:vertical;min-height:88px}
.course-bank-list{margin:0;display:grid;gap:12px}
.course-bank-list div{display:grid;grid-template-columns:140px 1fr;gap:10px;align-items:start;font-size:14px}
.course-bank-list dt{margin:0;font-weight:600;color:#64748b}
.course-bank-list dd{margin:0;color:#1e293b;line-height:1.45}
.course-qr-wrap{text-align:center;padding:16px 0 8px}
.course-qr-img{border-radius:12px;border:1px solid var(--line)}
.course-qr-caption{margin:10px 0 0;font-size:13px;color:var(--muted)}
.course-payment-notice{display:flex;gap:12px;align-items:flex-start;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:14px 16px;margin-top:8px}
.course-payment-notice-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#fbbf24;color:#fff;display:grid;place-items:center;font-size:14px;font-weight:700}
.course-payment-notice p{margin:0;font-size:13px;line-height:1.55;color:#78350f}
.course-modal-footer{padding:16px 26px 22px;border-top:1px solid var(--line);display:flex;justify-content:flex-end}
.btn-register-submit{min-width:200px;padding:14px 28px}
.course-form-status{margin-top:4px;padding:12px 14px;border-radius:10px;font-size:14px;line-height:1.5}
.course-form-status--ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}
.course-form-status--err{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
.btn-register-submit:disabled{opacity:.65;cursor:not-allowed}
.hs-landing-hero h1{font-size:clamp(32px,4vw,48px);color:var(--primary)}
.hs-landing-intro .about-heading{margin-top:0}
.hs-pillar-stack{display:flex;flex-direction:column;gap:14px}
.hs-brand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.hs-brand-grid--2{grid-template-columns:repeat(3,minmax(0,1fr))}
.hs-brand-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.hs-brand-card h3{margin:0 0 10px;font-family:var(--font-serif);font-size:22px;color:var(--primary)}
.hs-brand-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.6}
.footer [aria-current="page"]{color:#fff;font-weight:700}
@media (max-width:1100px){
  .hs-brand-grid,.hs-brand-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:780px){
  .hs-brand-grid,.hs-brand-grid--2{grid-template-columns:1fr}
}
@media (max-width:1100px){
  .course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .course-modal-body--split,.course-modal-body--register{grid-template-columns:1fr}
}
@media (max-width:780px){
  .course-grid{grid-template-columns:1fr}
  .course-bank-list div{grid-template-columns:1fr}
  .course-bank-list dt{margin-bottom:2px}
  .course-modal-panel,.course-modal-panel--wide{max-width:calc(100vw - 24px)}
  .course-modal-footer{justify-content:stretch}
  .btn-register-submit{width:100%}
}
