:root{--primary:#172554;--secondary:#1d4ed8;--accent:#06b6d4;--accent-soft:#cffafe;--bg:#f4f8ff;--bg-alt:#e8f1ff;--surface:#ffffff;--text:#0f172a;--muted:#54637d;--line:#d8e4f4;--hero:radial-gradient(circle at 16% 18%, rgba(6,182,212,.2), transparent 28%), radial-gradient(circle at 84% 14%, rgba(29,78,216,.2), transparent 26%), linear-gradient(135deg, #0f1a3f 0%, #123271 56%, #1358a6 100%);--font-display:"Bahnschrift", "PingFang SC", "Microsoft YaHei", sans-serif;--font-body:"Segoe UI Variable Text", "PingFang SC", "Microsoft YaHei", sans-serif;--radius-xl:34px;--radius-lg:24px;--radius-md:18px;--container:min(1180px,calc(100% - 32px));--shadow-xl:0 28px 70px rgba(15,23,42,.16);--shadow-md:0 18px 36px rgba(15,23,42,.08)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}body{margin:0;overflow-x:hidden;font-family:var(--font-body);color:var(--text);line-height:1.72;background:radial-gradient(circle at 0 0,rgba(255,255,255,.8),transparent 34%),linear-gradient(180deg,var(--bg) 0%,var(--bg-alt) 100%)}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea{touch-action:manipulation}.skip-link{position:absolute;left:16px;top:-48px;z-index:100;min-height:42px;padding:10px 14px;border-radius:999px;background:var(--text);color:#fff}.skip-link:focus{top:14px}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(0,0,0,.05)}.header-inner,.section-inner,.footer-inner,.smallprint{width:var(--container);margin:0 auto}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-family:var(--font-display);font-weight:800;letter-spacing:.06em;box-shadow:var(--shadow-md)}.brand-copy{display:grid;gap:3px;min-width:0}.brand-copy strong{font-family:var(--font-display);font-size:1rem}.brand-copy span{color:var(--muted);font-size:.92rem}.site-nav,.nav-links,.nav-actions,.hero-actions,.hero-badges,.meta-row,.pill-grid{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.nav-links a{min-height:44px;padding:10px 14px;border-radius:999px;color:var(--muted);font-weight:700;transition:.18s}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--text);background:rgba(0,0,0,.04)}.nav-toggle{display:none;min-height:44px;padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:var(--surface);cursor:pointer}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:800;transition:transform .18s ease,box-shadow .18s ease;cursor:pointer}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:linear-gradient(135deg,var(--accent),var(--secondary));box-shadow:0 16px 30px rgba(0,0,0,.16)}.button-ghost{background:var(--surface);border-color:var(--line);color:var(--text)}.button-light{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.2);color:#fff}.hero-section,.page-hero{position:relative;overflow:clip;color:#fff;background:var(--hero)}.hero-section:after,.page-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 14%,rgba(255,255,255,.12),transparent 26%),radial-gradient(circle at 82% 18%,rgba(255,255,255,.08),transparent 24%),linear-gradient(180deg,rgba(255,255,255,.04),transparent 68%);pointer-events:none}.hero-grid,.page-hero-inner,.page-hero-shell,.page-hero-banner,.split-layout,.article-layout,.contact-layout,.news-highlight,.feature-article,.hero-stack,.hero-editorial,.hero-frame-inner,.story-matrix{display:grid;gap:24px}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;padding:88px 0 72px}.page-hero-inner{padding:74px 0 54px}.page-hero-shell{padding:74px 0 54px}.page-hero-shell--split,.page-hero-shell--editorial{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);align-items:start}.page-hero-shell--stacked{grid-template-columns:1fr;padding:86px 0 60px}.page-hero-shell--frame{padding:80px 0 58px}.page-hero-banner,.page-hero-copy,.page-hero-side{position:relative;z-index:1;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);box-shadow:var(--shadow-xl)}.page-hero-banner{max-width:920px;padding:34px;border-radius:38px}.page-hero-copy,.page-hero-side{padding:28px;border-radius:30px}.page-hero-copy p,.page-hero-side p{color:rgba(255,255,255,.8)}.page-hero-media{margin:0;overflow:hidden;border-radius:30px;box-shadow:var(--shadow-xl)}.page-hero-media img{width:100%;height:100%;min-height:320px;object-fit:cover}.hero-stat-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stat-chip{padding:18px;border-radius:24px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14)}.stat-chip strong{display:block;font-size:1.4rem;font-family:var(--font-display)}.stat-chip span{color:rgba(255,255,255,.78)}.hero-pills{margin-top:4px}.quote-card{padding:22px;border-radius:26px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow-md)}.quote-card strong{display:block;margin-bottom:10px;font-family:var(--font-display);font-size:1.12rem}.hero-copy,.hero-panel,.story-panel,.card,.service-card,.feature-article,.article-body,.article-side,.faq-card,.metric-card{border-radius:var(--radius-xl)}.hero-copy,.hero-panel{position:relative;z-index:1;align-self:start;padding:32px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);box-shadow:var(--shadow-xl)}.hero-copy h1,.page-hero h1,.section-heading h2,.story-panel h2,.feature-article h2,.article-body h2{text-wrap:balance}.hero-copy h1,.page-hero h1{margin:0;font-family:var(--font-display);font-size:clamp(2.4rem,5vw,4.6rem);line-height:1.08}.hero-description,.page-hero p,.hero-panel p{color:rgba(255,255,255,.8)}.hero-origin-note{display:grid;gap:6px;max-width:620px;margin:18px 0 0;padding:14px 16px;border-radius:22px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);box-shadow:var(--shadow-md);backdrop-filter:blur(8px)}.hero-origin-note span{font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.68);font-weight:800}.hero-origin-note strong{font-family:var(--font-display);font-size:1rem;line-height:1.5}.hero-origin-note p{margin:0;color:rgba(255,255,255,.8)}.hero-origin-note--old_portal{background:rgba(255,255,255,.14)}.hero-origin-note--new_tech{background:rgba(255,255,255,.1)}.hero-origin-note--high_consulting{background:rgba(255,255,255,.09)}.hero-origin-note--lifestyle{background:rgba(255,247,237,.16);border-color:rgba(255,244,235,.24)}.hero-origin-note--infra_gov{background:rgba(255,255,255,.1)}.hero-kicker,.eyebrow{margin:0 0 14px;font-size:.84rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.eyebrow{color:var(--accent)}.eyebrow-light{color:rgba(255,255,255,.7)}.badge,.pill{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.12);color:inherit;font-size:.86rem}.metric-grid,.trust-grid,.card-grid,.info-list,.faq-grid,.process-list,.trust-metrics,.service-bands,.service-listing,.news-list-home,.proof-list,.timeline-stack{display:grid;gap:18px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px}.metric-card,.service-band,.service-row,.news-row,.proof-item{padding:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}.metric-card strong{display:block;font-size:1.8rem;font-family:var(--font-display)}.metric-card span{color:rgba(255,255,255,.76)}.section{padding:82px 0}.section.alt{background:linear-gradient(180deg,rgba(255,255,255,.54),rgba(255,255,255,.14))}.section-heading{max-width:760px;margin-bottom:30px}.section-heading h2,.story-panel h2,.feature-article h2,.article-body h2{margin:0;font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);line-height:1.16}.section-heading p,.story-panel p,.card p,.service-card p,.article-body p,.article-side p,.faq-card p,.form-note,.feature-article p,.info-list span,.service-band p,.service-row p,.news-row p,.proof-item p{color:var(--muted)}.trust-grid,.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.service-card,.feature-article,.article-body,.article-side,.story-panel,.metric-band,.timeline-row{padding:26px;background:rgba(255,255,255,.86);border:1px solid rgba(16,33,51,.08);box-shadow:var(--shadow-md)}.card h3,.service-card h3,.story-panel h3,.article-side h3,.service-band h3,.service-row h3{margin:0 0 10px;font-family:var(--font-display);font-size:1.28rem}.card-index{display:inline-flex;min-width:48px;min-height:48px;align-items:center;justify-content:center;margin-bottom:18px;border-radius:16px;background:var(--accent-soft);color:var(--primary);font-weight:800}.split-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.split-layout--reverse{grid-template-columns:.95fr 1.05fr}.process-item,.service-row,.news-row{display:grid;grid-template-columns:54px minmax(0,1fr);gap:16px;align-items:start}.process-item span,.service-row span{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;background:var(--accent-soft);color:var(--primary);font-weight:800}.service-band{display:grid;grid-template-columns:minmax(180px,.55fr) minmax(0,1fr);gap:18px;align-items:start}.service-band .card-index{margin-bottom:12px}.story-matrix{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-list{margin:16px 0 0;padding-left:18px;color:var(--muted)}.news-highlight,.feature-article,.contact-layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.news-list-home{grid-template-columns:1fr 1fr}.news-row{grid-template-columns:minmax(0,1fr) auto;border-radius:24px;background:rgba(255,255,255,.86);box-shadow:var(--shadow-md)}.hero-visual,.news-visual{margin:0;overflow:hidden;border-radius:28px}.hero-visual img{width:100%;aspect-ratio:4/3;object-fit:cover}.hero-panel .metric-grid{margin-top:14px}.article-layout{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr)}.article-layout--reverse{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr)}.article-layout--reverse .article-side{order:-1}.article-body h2{margin-top:34px}.article-side{display:grid;gap:18px;align-content:start}.text-link{color:var(--primary);font-weight:800}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:rgba(255,255,255,.78)}.info-list div{display:grid;gap:4px;padding:16px 0;border-bottom:1px solid var(--line)}.contact-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.contact-form label{display:grid;gap:8px}.contact-form label span{color:var(--text);font-weight:700}.contact-form input,.contact-form textarea{width:100%;min-height:48px;padding:12px 14px;border-radius:16px;border:1px solid var(--line);background:#fff}.contact-form .full,.form-note{grid-column:1/-1}.site-footer{padding:30px 0 16px;background:rgba(255,255,255,.8);border-top:1px solid rgba(0,0,0,.06)}.footer-inner{display:grid;grid-template-columns:minmax(0,1.3fr) repeat(2,minmax(0,.8fr));gap:20px}.footer-links{display:grid;gap:10px;align-content:start}.footer-links h3{margin:0;font-family:var(--font-display)}.smallprint{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;padding:18px 0 6px;color:var(--muted);font-size:.92rem}.reveal{opacity:1;transform:none;transition:opacity .28s ease,transform .28s ease}.reveal.is-visible{opacity:1;transform:none}.page-hero-layout,.page-hero-frame-inner,.contact-shell,.case-grid{display:grid;gap:24px}.page-hero-layout--split{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;padding:78px 0 58px}.page-hero-layout--editorial{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;padding:78px 0 58px}.page-hero-layout--immersive{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(280px,.72fr);align-items:stretch;padding:82px 0 60px}.page-hero-layout--classic{grid-template-columns:minmax(0,.92fr) minmax(320px,.84fr) minmax(240px,.58fr);align-items:end;padding:78px 0 58px}.page-hero-frame{padding:78px 0 58px}.page-hero-frame-inner{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);padding:18px;border-radius:34px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)}.page-hero-copy{position:relative;z-index:1}.page-hero-copy h1{margin:0;font-family:var(--font-display);font-size:clamp(2.3rem,4.8vw,4.2rem);line-height:1.08}.page-hero-copy p{color:rgba(255,255,255,.82)}.page-hero-panel{display:grid;gap:18px;padding:24px;border-radius:var(--radius-xl);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow-xl)}.page-hero-visual img{width:100%;min-height:240px;object-fit:cover}.page-hero-metrics{margin-top:0}.page-hero--classic .page-hero-copy{padding:0;max-width:620px;border:0;background:transparent;box-shadow:none}.page-hero--classic .page-hero-visual{margin:0;overflow:hidden;border-radius:34px;box-shadow:var(--shadow-xl)}.page-hero--classic .page-hero-visual img{min-height:380px}.page-hero--classic .page-hero-panel{align-self:stretch}.about-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-shell{grid-template-columns:repeat(2,minmax(0,1fr))}.case-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.article-layout--reverse{grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr)}.article-layout--stacked{grid-template-columns:1fr}.article-intro{font-size:1.08rem;color:var(--text)}@media (max-width:1024px){.page-hero-layout--split,.page-hero-layout--editorial,.page-hero-layout--immersive,.page-hero-layout--classic,.page-hero-frame-inner,.contact-shell,.case-grid,.article-layout--reverse,.about-grid,.hero-classic-shell,.hero-frame-shell{grid-template-columns:1fr}}@media (max-width:760px){.page-hero-layout--split,.page-hero-layout--editorial,.page-hero-layout--immersive,.page-hero-layout--classic,.page-hero-frame,.hero-classic-shell,.hero-frame-shell{padding:70px 0 54px}.page-hero-panel{padding:20px}}.channel-showcase,.channel-sidebar,.intro-shell,.intro-points,.news-home-grid,.news-home-stack{display:grid;gap:18px}.channel-showcase--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.channel-showcase--classic{grid-template-columns:repeat(2,minmax(0,1fr))}.channel-showcase--immersive{grid-template-columns:repeat(4,minmax(0,1fr))}.channel-showcase--editorial{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)}.channel-sidebar{align-content:start}.channel-card,.news-home-card,.intro-point{background:rgba(255,255,255,.88);border:1px solid rgba(16,33,51,.08);box-shadow:var(--shadow-md)}.channel-card,.news-home-card{padding:20px;border-radius:28px}.channel-card{display:grid;gap:16px;align-content:start}.channel-card--feature{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);align-items:center}.channel-media,.intro-visual,.news-home-thumb,.ops-command-media,.cloud-deploy-media,.infra-dossier-media{margin:0;overflow:hidden;border-radius:22px}.channel-media img,.intro-visual img,.news-home-thumb img,.ops-command-media img,.cloud-deploy-media img,.infra-dossier-media img{width:100%;height:100%;object-fit:cover}.channel-media img,.news-home-thumb img{aspect-ratio:5/3}.channel-copy{display:grid;gap:10px}.channel-copy h3,.news-home-copy h3{margin:0;font-family:var(--font-display);font-size:1.3rem}.channel-link{color:var(--primary);font-weight:800}.site-03-blueroute-logistics .ops-command-board,.site-08-vertex-cloud .cloud-deploy-board,.site-13-bluepeak-infra .infra-dossier-board{display:grid;gap:20px}.site-03-blueroute-logistics .ops-command-cover,.site-03-blueroute-logistics .ops-command-route,.site-08-vertex-cloud .cloud-deploy-feature,.site-08-vertex-cloud .cloud-deploy-module,.site-13-bluepeak-infra .infra-dossier-cover,.site-13-bluepeak-infra .infra-dossier-item{background:rgba(255,255,255,.9);border:1px solid rgba(16,33,51,.08);box-shadow:var(--shadow-md)}.site-03-blueroute-logistics .ops-command-board{grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr)}.site-03-blueroute-logistics .ops-command-cover{display:grid;gap:18px;padding:24px;border-radius:34px}.site-03-blueroute-logistics .ops-command-overline,.site-08-vertex-cloud .cloud-deploy-head,.site-13-bluepeak-infra .infra-dossier-overline{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.site-03-blueroute-logistics .ops-command-overline span,.site-08-vertex-cloud .cloud-deploy-head span,.site-13-bluepeak-infra .infra-dossier-overline span{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;background:var(--accent-soft);color:var(--primary);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.site-03-blueroute-logistics .ops-command-overline strong,.site-08-vertex-cloud .cloud-deploy-head strong,.site-13-bluepeak-infra .infra-dossier-overline strong{font-family:var(--font-display);font-size:1rem;color:var(--primary)}.site-03-blueroute-logistics .ops-command-layout,.site-08-vertex-cloud .cloud-deploy-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(260px,.88fr);gap:20px;align-items:stretch}.site-03-blueroute-logistics .ops-command-copy,.site-08-vertex-cloud .cloud-deploy-copy,.site-13-bluepeak-infra .infra-dossier-copy{display:grid;align-content:start;gap:14px}.site-03-blueroute-logistics .ops-command-tags,.site-08-vertex-cloud .cloud-deploy-tags,.site-13-bluepeak-infra .infra-dossier-tags{display:flex;flex-wrap:wrap;gap:10px}.site-03-blueroute-logistics .ops-command-tags span,.site-08-vertex-cloud .cloud-deploy-tags span,.site-13-bluepeak-infra .infra-dossier-tags span{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(15,23,42,.05);color:var(--primary);font-size:.84rem;font-weight:700}.site-03-blueroute-logistics .ops-command-steps{display:grid;gap:10px}.site-03-blueroute-logistics .ops-command-step{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:center;padding:14px 16px;border-radius:20px;background:rgba(15,23,42,.04)}.site-03-blueroute-logistics .ops-command-step span{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:16px;background:var(--accent-soft);color:var(--primary);font-weight:800}.site-03-blueroute-logistics .ops-command-step p{margin:0;color:var(--muted);font-weight:700}.site-03-blueroute-logistics .ops-command-media img{min-height:360px;aspect-ratio:auto}.site-03-blueroute-logistics .ops-command-lanes{display:grid;gap:16px}.site-03-blueroute-logistics .ops-command-route{display:grid;grid-template-columns:120px minmax(0,1fr) 180px;align-items:start;gap:18px;padding:20px 22px;border-radius:28px}.site-03-blueroute-logistics .ops-command-meta,.site-08-vertex-cloud .cloud-deploy-module-meta{display:grid;gap:8px;align-content:start}.site-03-blueroute-logistics .ops-command-meta strong,.site-08-vertex-cloud .cloud-deploy-module-meta strong,.site-13-bluepeak-infra .infra-dossier-meta strong{font-family:var(--font-display);font-size:1.02rem;color:var(--primary)}.site-03-blueroute-logistics .ops-command-meta span,.site-08-vertex-cloud .cloud-deploy-module-meta span,.site-13-bluepeak-infra .infra-dossier-meta p{margin:0;color:var(--muted)}.site-08-vertex-cloud .cloud-deploy-board{grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr)}.site-08-vertex-cloud .cloud-deploy-feature{display:grid;gap:18px;padding:24px;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(241,246,255,.92));border-color:rgba(37,99,235,.12)}.site-08-vertex-cloud .cloud-deploy-note{display:grid;gap:8px;padding:16px;border-radius:22px;background:rgba(37,99,235,.06);border:1px solid rgba(37,99,235,.12)}.site-08-vertex-cloud .cloud-deploy-note strong{font-family:var(--font-display);font-size:1.04rem;color:var(--primary)}.site-08-vertex-cloud .cloud-deploy-note p{margin:0;color:var(--muted)}.site-08-vertex-cloud .cloud-deploy-media img{min-height:320px;aspect-ratio:auto}.site-08-vertex-cloud .cloud-deploy-signals{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.site-08-vertex-cloud .cloud-deploy-signal{display:grid;gap:6px;padding:16px;border-radius:20px;background:rgba(11,22,57,.04)}.site-08-vertex-cloud .cloud-deploy-signal strong,.site-13-bluepeak-infra .infra-dossier-stat strong{font-family:var(--font-display);font-size:1.15rem;color:var(--primary)}.site-08-vertex-cloud .cloud-deploy-signal span,.site-13-bluepeak-infra .infra-dossier-stat span{color:var(--muted)}.site-08-vertex-cloud .cloud-deploy-stack,.site-13-bluepeak-infra .infra-dossier-stack{display:grid;gap:16px}.site-08-vertex-cloud .cloud-deploy-module{display:grid;grid-template-columns:54px minmax(0,1fr) 180px;align-items:start;gap:16px;padding:20px 22px;border-radius:28px}.site-08-vertex-cloud .cloud-module-index,.site-13-bluepeak-infra .infra-card-index{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;background:var(--accent-soft);color:var(--primary);font-weight:800}.site-13-bluepeak-infra .infra-dossier-board{grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr)}.site-13-bluepeak-infra .infra-dossier-cover{display:grid;grid-template-columns:minmax(320px,.96fr) minmax(0,1.04fr);gap:20px;padding:24px;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(244,248,252,.92))}.site-13-bluepeak-infra .infra-dossier-media img{min-height:360px;aspect-ratio:auto}.site-13-bluepeak-infra .infra-dossier-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.site-13-bluepeak-infra .infra-dossier-stat{display:grid;gap:6px;padding:16px;border-radius:20px;background:rgba(9,38,63,.04)}.site-13-bluepeak-infra .infra-dossier-item{display:grid;grid-template-columns:54px minmax(0,1fr) 170px;align-items:start;gap:16px;padding:20px 22px;border-radius:28px}.site-13-bluepeak-infra .infra-dossier-meta{display:grid;gap:8px;align-content:start}.intro-shell--classic,.intro-shell--editorial{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)}.intro-shell--immersive{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.intro-shell--stack{grid-template-columns:1fr}.intro-shell--matrix{grid-template-columns:repeat(2,minmax(0,1fr))}.intro-copy,.intro-aside{display:grid;gap:16px}.intro-points{grid-template-columns:1fr}.intro-point{display:grid;gap:8px;padding:16px 18px;border-radius:22px}.intro-point span{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:var(--accent-soft);color:var(--primary);font-weight:800}..news-home-copy p,.channel-copy p{color:var(--muted)}.news-home-grid--feature{grid-template-columns:repeat(3,minmax(0,1fr))}.news-home-grid--feature .news-home-card--feature{grid-column:span 2}.news-home-grid--magazine{grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr)}.news-home-grid--list{grid-template-columns:1fr}.news-home-card--feature,.news-home-card--row{display:grid;gap:16px;align-items:center}.news-home-card--feature{grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr)}.news-home-card--row{grid-template-columns:minmax(240px,.82fr) minmax(0,1.18fr)}.news-home-copy{display:grid;gap:10px}.news-home-copy .meta-row{margin-top:2px}.footer-inner{grid-template-columns:minmax(0,1.3fr) repeat(2,minmax(0,.8fr))}.site-09-cedar-education .channel-card:nth-child(odd),.site-12-solara-travel .news-home-card--feature{transform:translateY(-4px)}@media (max-width:1024px){.channel-showcase--editorial,.intro-shell--classic,.intro-shell--editorial,.intro-shell--immersive,.intro-shell--matrix,.news-home-grid--magazine,.news-home-card--feature,.news-home-card--row,.site-03-blueroute-logistics .ops-command-board,.site-03-blueroute-logistics .ops-command-layout,.site-08-vertex-cloud .cloud-deploy-board,.site-08-vertex-cloud .cloud-deploy-layout,.site-13-bluepeak-infra .infra-dossier-board,.site-13-bluepeak-infra .infra-dossier-cover{grid-template-columns:1fr}.channel-showcase--immersive,.news-home-grid--feature,.site-08-vertex-cloud .cloud-deploy-signals,.site-13-bluepeak-infra .infra-dossier-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.channel-card--feature{grid-template-columns:1fr}}@media (max-width:760px){.channel-showcase--grid,.channel-showcase--classic,.channel-showcase--immersive,.news-home-grid--feature,.site-08-vertex-cloud .cloud-deploy-signals,.site-13-bluepeak-infra .infra-dossier-stats{grid-template-columns:1fr}.channel-card,.news-home-card,.site-03-blueroute-logistics .ops-command-cover,.site-03-blueroute-logistics .ops-command-route,.site-08-vertex-cloud .cloud-deploy-feature,.site-08-vertex-cloud .cloud-deploy-module,.site-13-bluepeak-infra .infra-dossier-cover,.site-13-bluepeak-infra .infra-dossier-item{padding:18px}.site-03-blueroute-logistics .ops-command-route,.site-08-vertex-cloud .cloud-deploy-module,.site-13-bluepeak-infra .infra-dossier-item{grid-template-columns:1fr}}.hero-editorial{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:22px;padding:88px 0 72px}.editorial-side{display:grid;gap:18px}.editorial-side .metric-grid{grid-template-columns:1fr}.metric-card{position:relative;overflow:hidden}.metric-card:after{content:"";position:absolute;inset:auto -10% -24px auto;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.08)}.site-08-vertex-cloud .hero-cloud-shell{position:relative;z-index:1;display:grid;gap:18px;min-height:calc(100svh - 82px);padding:34px 0 30px}.site-08-vertex-cloud .hero-cloud-console{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:18px;align-items:end}.site-08-vertex-cloud .hero-copy--cloud{padding:0;border:0;background:transparent;box-shadow:none;max-width:560px}.site-08-vertex-cloud .hero-copy--cloud h1{max-width:8.4ch;font-size:clamp(3rem,5vw,5rem)}.site-08-vertex-cloud .hero-copy--cloud .hero-badges{max-width:450px}.site-08-vertex-cloud .hero-cloud-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.site-08-vertex-cloud .hero-cloud-stat{display:grid;gap:6px;padding:16px;border-radius:22px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14)}.site-08-vertex-cloud .hero-cloud-stat strong{font-family:var(--font-display);font-size:1.3rem}.site-08-vertex-cloud .hero-cloud-stat span{color:rgba(255,255,255,.74)}.site-08-vertex-cloud .hero-cloud-stage{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.48fr);gap:18px;align-items:start}.site-08-vertex-cloud .hero-visual--cloud{height:100%;min-height:500px;border-radius:38px;overflow:hidden;box-shadow:var(--shadow-xl)}.site-08-vertex-cloud .hero-visual--cloud img{height:100%;min-height:500px;aspect-ratio:auto;object-fit:cover;object-position:center}.site-08-vertex-cloud .hero-cloud-queue{display:grid;align-content:start;gap:14px;padding:24px;border-radius:32px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-xl)}.site-08-vertex-cloud .hero-cloud-queue-list{display:grid;gap:12px}.site-08-vertex-cloud .hero-cloud-item{display:grid;gap:6px;padding:16px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}.site-08-vertex-cloud .hero-cloud-item span{font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.62)}.site-08-vertex-cloud .hero-cloud-item strong{font-size:1rem;line-height:1.5}.site-08-vertex-cloud .cloud-module-frame{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);gap:18px}.site-08-vertex-cloud .cloud-module{display:grid;grid-template-columns:54px minmax(0,1fr) 120px;align-items:center;gap:16px;padding:18px 20px;border-radius:28px;background:rgba(255,255,255,.9);border:1px solid rgba(16,33,51,.08);box-shadow:var(--shadow-md)}.site-08-vertex-cloud .cloud-module--feature{grid-template-columns:minmax(0,1fr) 260px;padding:22px 24px}.site-08-vertex-cloud .cloud-module--feature .channel-copy{display:grid;align-content:center;gap:12px}.site-08-vertex-cloud .cloud-module-rail{display:grid;gap:14px}.site-08-vertex-cloud .cloud-module-index{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;background:var(--accent-soft);color:var(--primary);font-weight:800}.site-08-vertex-cloud .cloud-module-thumb{margin:0;overflow:hidden;border-radius:22px}.site-08-vertex-cloud .cloud-module-thumb img{width:100%;height:100%;min-height:100px;object-fit:cover}@media (max-width:1120px){.site-08-vertex-cloud .hero-cloud-shell{min-height:auto;padding:72px 0 54px}.site-08-vertex-cloud .hero-cloud-console,.site-08-vertex-cloud .hero-cloud-stage,.site-08-vertex-cloud .cloud-module-frame{grid-template-columns:1fr}.site-08-vertex-cloud .hero-cloud-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.site-08-vertex-cloud .hero-visual--cloud,.site-08-vertex-cloud .hero-visual--cloud img{min-height:400px}}@media (max-width:760px){.site-08-vertex-cloud .hero-cloud-strip{grid-template-columns:1fr}.site-08-vertex-cloud .cloud-module,.site-08-vertex-cloud .cloud-module--feature{grid-template-columns:1fr}.site-08-vertex-cloud .cloud-module-thumb img{min-height:180px}}.site-08-vertex-cloud .page-cloud-shell{display:grid;gap:18px;min-height:calc(100svh - 82px);padding:34px 0 30px}.site-08-vertex-cloud .page-cloud-top{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:18px;align-items:end}.site-08-vertex-cloud .page-hero-copy--cloud{padding:0;border:0;background:transparent;box-shadow:none;max-width:560px}.site-08-vertex-cloud .page-hero-copy--cloud h1{max-width:8ch;font-size:clamp(3rem,5vw,5rem)}.site-08-vertex-cloud .page-cloud-top .page-hero-metrics-group{padding:18px;border-radius:28px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow-md)}.site-08-vertex-cloud .page-cloud-top .page-hero-metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px}.site-08-vertex-cloud .page-cloud-top .metric-card{background:rgba(255,255,255,.08)}.site-08-vertex-cloud .page-cloud-body{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.44fr);gap:18px;align-items:start}.site-08-vertex-cloud .page-hero-visual--cloud{height:100%;min-height:500px;border-radius:38px;overflow:hidden;box-shadow:var(--shadow-xl)}.site-08-vertex-cloud .page-hero-visual--cloud img{height:100%;min-height:500px;aspect-ratio:auto;object-fit:cover}.site-08-vertex-cloud .page-cloud-side{display:grid;align-content:start;gap:14px;padding:24px;border-radius:32px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-xl)}.site-08-vertex-cloud .page-cloud-side-list{display:grid;gap:12px}.site-08-vertex-cloud .page-cloud-side-item{display:grid;gap:6px;padding:16px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}.site-08-vertex-cloud .page-cloud-side-item span{font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.62)}.site-08-vertex-cloud .cloud-about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.site-08-vertex-cloud .cloud-about-card{display:grid;gap:14px;padding:24px;border-radius:30px;background:rgba(255,255,255,.9);border:1px solid rgba(16,33,51,.08);box-shadow:var(--shadow-md)}.site-08-vertex-cloud .cloud-about-card--wide{grid-column:1/-1}.site-08-vertex-cloud .cloud-about-modules{display:grid;gap:14px}.site-08-vertex-cloud .cloud-about-module{display:grid;grid-template-columns:54px minmax(0,1fr);gap:16px;padding:16px;border-radius:22px;background:rgba(15,23,42,.04)}.site-08-vertex-cloud .cloud-about-module span{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;background:var(--accent-soft);color:var(--primary);font-weight:800}.site-08-vertex-cloud .cloud-contact-shell{display:grid;gap:18px}.site-08-vertex-cloud .cloud-contact-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.74fr);gap:18px}@media (max-width:1120px){.site-08-vertex-cloud .page-cloud-top,.site-08-vertex-cloud .page-cloud-body,.site-08-vertex-cloud .cloud-about-grid,.site-08-vertex-cloud .cloud-contact-main{grid-template-columns:1fr}.site-08-vertex-cloud .page-cloud-top .page-hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.site-08-vertex-cloud .page-hero-visual--cloud,.site-08-vertex-cloud .page-hero-visual--cloud img{min-height:400px}}@media (max-width:760px){.site-08-vertex-cloud .page-cloud-top .page-hero-metrics{grid-template-columns:1fr}.site-08-vertex-cloud .cloud-about-card--wide{grid-column:auto}}.site-08-vertex-cloud .cloud-proof-matrix,.site-08-vertex-cloud .cloud-proof-signals,.site-08-vertex-cloud .cloud-proof-lanes,.site-08-vertex-cloud .cloud-intro-command,.site-08-vertex-cloud .cloud-intro-facts,.site-08-vertex-cloud .cloud-intro-tracks{display:grid;gap:18px}.site-08-vertex-cloud .cloud-proof-matrix{grid-template-columns:minmax(0,1.02fr) minmax(320px,.82fr);align-items:start}.site-08-vertex-cloud .cloud-proof-brief,.site-08-vertex-cloud .cloud-proof-side,.site-08-vertex-cloud .cloud-proof-lane,.site-08-vertex-cloud .cloud-intro-lead,.site-08-vertex-cloud .cloud-intro-side,.site-08-vertex-cloud .cloud-intro-track{background:rgba(255,255,255,.94);border:1px solid rgba(37,99,235,.12);box-shadow:var(--shadow-md)}.site-08-vertex-cloud .cloud-proof-brief,.site-08-vertex-cloud .cloud-proof-side,.site-08-vertex-cloud .cloud-intro-lead,.site-08-vertex-cloud .cloud-intro-side{display:grid;gap:14px;padding:24px;border-radius:32px}.site-08-vertex-cloud .cloud-proof-brief{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(239,246,255,.94))}.site-08-vertex-cloud .cloud-proof-note,.site-08-vertex-cloud .cloud-proof-side-note,.site-08-vertex-cloud .cloud-intro-note{display:grid;gap:8px;padding:16px;border-radius:22px;background:rgba(37,99,235,.06)}.site-08-vertex-cloud .cloud-proof-note p,.site-08-vertex-cloud .cloud-proof-side-note p,.site-08-vertex-cloud .cloud-proof-lane p,.site-08-vertex-cloud .cloud-intro-note p,.site-08-vertex-cloud .cloud-intro-fact span,.site-08-vertex-cloud .cloud-intro-track p{margin:0;color:var(--muted)}.site-08-vertex-cloud .cloud-proof-note strong,.site-08-vertex-cloud .cloud-proof-side-note strong,.site-08-vertex-cloud .cloud-proof-signal strong,.site-08-vertex-cloud .cloud-proof-lane strong,.site-08-vertex-cloud .cloud-proof-lane small,.site-08-vertex-cloud .cloud-intro-note strong,.site-08-vertex-cloud .cloud-intro-fact strong,.site-08-vertex-cloud .cloud-intro-track strong{font-family:var(--font-display);color:var(--primary)}.site-08-vertex-cloud .cloud-proof-signals{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.site-08-vertex-cloud .cloud-proof-signal,.site-08-vertex-cloud .cloud-intro-fact{display:grid;gap:6px;padding:16px;border-radius:20px;background:rgba(15,23,42,.04)}.site-08-vertex-cloud .cloud-proof-signal span{color:var(--muted)}.site-08-vertex-cloud .cloud-proof-lanes{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.site-08-vertex-cloud .cloud-proof-lane{display:grid;gap:12px;padding:20px;border-radius:28px;transition:transform .18s ease,box-shadow .18s ease}.site-08-vertex-cloud .cloud-proof-lane-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.site-08-vertex-cloud .cloud-proof-lane-head span{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);font-weight:800}.site-08-vertex-cloud .cloud-proof-lane small{font-size:.92rem}.site-08-vertex-cloud .cloud-intro-command{grid-template-columns:minmax(0,1fr) minmax(320px,.86fr);align-items:start}.site-08-vertex-cloud .cloud-intro-side .intro-visual{margin:0;overflow:hidden;border-radius:28px;box-shadow:var(--shadow-md)}.site-08-vertex-cloud .cloud-intro-side .intro-visual img{width:100%;height:100%;min-height:280px;object-fit:cover}.site-08-vertex-cloud .cloud-intro-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.site-08-vertex-cloud .cloud-intro-tracks{grid-column:1/-1;gap:14px}.site-08-vertex-cloud .cloud-intro-track{display:grid;grid-template-columns:120px minmax(0,1fr) 190px;gap:16px;align-items:start;padding:20px 22px;border-radius:28px;transition:transform .18s ease,box-shadow .18s ease}.site-08-vertex-cloud .cloud-intro-track span{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);font-weight:800}.site-08-vertex-cloud .cloud-intro-track h3{margin:0 0 8px;font-family:var(--font-display);font-size:1.06rem}@media (max-width:1120px){.site-08-vertex-cloud .cloud-proof-matrix,.site-08-vertex-cloud .cloud-proof-lanes,.site-08-vertex-cloud .cloud-intro-command{grid-template-columns:1fr}}@media (max-width:760px){.site-08-vertex-cloud .cloud-proof-signals,.site-08-vertex-cloud .cloud-intro-facts,.site-08-vertex-cloud .cloud-intro-track{grid-template-columns:1fr}}.site-08-vertex-cloud .cloud-proof-terminal,.site-08-vertex-cloud .cloud-proof-readout,.site-08-vertex-cloud .cloud-proof-readout-grid,.site-08-vertex-cloud .cloud-proof-runtime-bars,.site-08-vertex-cloud .cloud-proof-queues,.site-08-vertex-cloud .cloud-service-mesh,.site-08-vertex-cloud .cloud-service-trust,.site-08-vertex-cloud .cloud-service-clusters,.site-08-vertex-cloud .cloud-service-observer,.site-08-vertex-cloud .cloud-service-sequence{display:grid;gap:18px}.site-08-vertex-cloud .cloud-proof-terminal,.site-08-vertex-cloud .cloud-service-mesh{padding:28px;border-radius:36px;background:linear-gradient(135deg,#07152d 0%,#0d2d60 58%,#09172f 100%);box-shadow:0 28px 70px rgba(11,22,57,.24);color:#dbeafe;position:relative;overflow:hidden}.site-08-vertex-cloud .cloud-proof-terminal:before,.site-08-vertex-cloud .cloud-service-mesh:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(96,165,250,.18),transparent 38%),radial-gradient(circle at bottom left,rgba(59,130,246,.12),transparent 34%);pointer-events:none}.site-08-vertex-cloud .cloud-proof-terminal{grid-template-columns:minmax(0,1.02fr) minmax(320px,.82fr);align-items:start}.site-08-vertex-cloud .cloud-proof-core,.site-08-vertex-cloud .cloud-proof-readout,.site-08-vertex-cloud .cloud-proof-queue,.site-08-vertex-cloud .cloud-service-brief,.site-08-vertex-cloud .cloud-service-cluster,.site-08-vertex-cloud .cloud-service-observer,.site-08-vertex-cloud .cloud-service-keyword-panel{position:relative;z-index:1;background:rgba(6,17,39,.44);border:1px solid rgba(148,197,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.site-08-vertex-cloud .cloud-proof-core,.site-08-vertex-cloud .cloud-proof-readout,.site-08-vertex-cloud .cloud-service-brief,.site-08-vertex-cloud .cloud-service-observer{padding:24px;border-radius:30px}.site-08-vertex-cloud .cloud-proof-core,.site-08-vertex-cloud .cloud-service-brief{display:grid;gap:14px}.site-08-vertex-cloud .cloud-proof-core-note,.site-08-vertex-cloud .cloud-service-brief-note,.site-08-vertex-cloud .cloud-service-keyword-panel{display:grid;gap:8px;padding:16px;border-radius:22px;background:rgba(148,197,255,.08);border:1px solid rgba(148,197,255,.16)}.site-08-vertex-cloud .cloud-proof-core-note strong,.site-08-vertex-cloud .cloud-proof-runtime strong,.site-08-vertex-cloud .cloud-proof-signal strong,.site-08-vertex-cloud .cloud-proof-pulse span,.site-08-vertex-cloud .cloud-proof-queue strong,.site-08-vertex-cloud .cloud-proof-queue small,.site-08-vertex-cloud .cloud-service-brief-note strong,.site-08-vertex-cloud .cloud-service-cluster strong,.site-08-vertex-cloud .cloud-service-sequence-step strong,.site-08-vertex-cloud .cloud-service-keyword-panel strong,.site-08-vertex-cloud .cloud-service-trust-item span{font-family:var(--font-display);color:#eff6ff}.site-08-vertex-cloud .cloud-proof-core p,.site-08-vertex-cloud .cloud-proof-core-note p,.site-08-vertex-cloud .cloud-proof-runtime p,.site-08-vertex-cloud .cloud-proof-signal span,.site-08-vertex-cloud .cloud-proof-pulse p,.site-08-vertex-cloud .cloud-proof-queue p,.site-08-vertex-cloud .cloud-service-brief p,.site-08-vertex-cloud .cloud-service-brief-note p,.site-08-vertex-cloud .cloud-service-cluster p,.site-08-vertex-cloud .cloud-service-sequence-step p,.site-08-vertex-cloud .cloud-service-keyword-panel p,.site-08-vertex-cloud .cloud-service-trust-item p{margin:0;color:rgba(219,234,254,.82)}.site-08-vertex-cloud .cloud-proof-core-tags,.site-08-vertex-cloud .cloud-service-cluster-meta{display:flex;flex-wrap:wrap;gap:10px}.site-08-vertex-cloud .cloud-proof-core-tags span,.site-08-vertex-cloud .cloud-service-cluster-meta span{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(148,197,255,.1);border:1px solid rgba(148,197,255,.18);color:#eff6ff;font-size:.82rem;font-weight:700}.site-08-vertex-cloud .cloud-proof-readout-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.site-08-vertex-cloud .cloud-proof-signal,.site-08-vertex-cloud .cloud-proof-pulse,.site-08-vertex-cloud .cloud-proof-queue,.site-08-vertex-cloud .cloud-service-cluster,.site-08-vertex-cloud .cloud-service-sequence-step,.site-08-vertex-cloud .cloud-service-trust-item{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.site-08-vertex-cloud .cloud-proof-signal{display:grid;gap:6px;padding:16px;border-radius:20px;background:rgba(148,197,255,.08);border:1px solid rgba(148,197,255,.12)}.site-08-vertex-cloud .cloud-proof-runtime{display:grid;gap:12px;padding:18px;border-radius:24px;background:rgba(7,22,46,.72);border:1px solid rgba(148,197,255,.14)}.site-08-vertex-cloud .cloud-proof-pulse{grid-template-columns:110px minmax(0,1fr);gap:12px;align-items:start;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(148,197,255,.12)}.site-08-vertex-cloud .cloud-proof-pulse p{font-size:.92rem}.site-08-vertex-cloud .cloud-proof-queues{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.site-08-vertex-cloud .cloud-proof-queue{display:grid;gap:12px;padding:20px;border-radius:28px}.site-08-vertex-cloud .cloud-proof-queue-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.site-08-vertex-cloud .cloud-proof-queue-head span,.site-08-vertex-cloud .cloud-service-cluster-head span,.site-08-vertex-cloud .cloud-service-sequence-step span{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#bfdbfe;font-weight:800}.site-08-vertex-cloud .cloud-proof-queue small{font-size:.92rem}.site-08-vertex-cloud .cloud-service-mesh{grid-template-columns:300px minmax(0,1fr) 320px;align-items:start}.site-08-vertex-cloud .cloud-service-trust{gap:12px}.site-08-vertex-cloud .cloud-service-trust-item{display:grid;gap:8px;padding:14px 16px;border-radius:20px;background:rgba(255,255,255,.05);border:1px solid rgba(148,197,255,.12)}.site-08-vertex-cloud .cloud-service-clusters{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.site-08-vertex-cloud .cloud-service-cluster{display:grid;gap:14px;padding:20px;border-radius:28px}.site-08-vertex-cloud .cloud-service-cluster h3{margin:0;font-family:var(--font-display);font-size:1.08rem;color:#eff6ff}.site-08-vertex-cloud .cloud-service-cluster-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.site-08-vertex-cloud .cloud-service-cluster-head strong{font-size:1.16rem}.site-08-vertex-cloud .cloud-service-sequence{gap:12px}.site-08-vertex-cloud .cloud-service-sequence-step{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:start;padding:16px 18px;border-radius:24px;background:rgba(255,255,255,.05);border:1px solid rgba(148,197,255,.12)}.site-08-vertex-cloud .cloud-service-sequence-step span{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;background:rgba(96,165,250,.18)}.site-08-vertex-cloud .cloud-service-keyword-panel .pill-grid .pill,.site-08-vertex-cloud .cloud-proof-terminal .pill-grid .pill{background:rgba(148,197,255,.1);border-color:rgba(148,197,255,.18);color:#eff6ff}.site-08-vertex-cloud .cloud-service-observer{gap:16px}.site-08-vertex-cloud .cloud-service-observer .eyebrow,.site-08-vertex-cloud .cloud-proof-readout .eyebrow,.site-08-vertex-cloud .cloud-proof-core .eyebrow,.site-08-vertex-cloud .cloud-service-brief .eyebrow{color:#bfdbfe}.site-08-vertex-cloud .cloud-proof-signal:hover,.site-08-vertex-cloud .cloud-proof-pulse:hover,.site-08-vertex-cloud .cloud-proof-queue:hover,.site-08-vertex-cloud .cloud-service-cluster:hover,.site-08-vertex-cloud .cloud-service-sequence-step:hover,.site-08-vertex-cloud .cloud-service-trust-item:hover{transform:translateY(-4px);border-color:rgba(191,219,254,.32);box-shadow:0 22px 40px rgba(3,7,18,.24)}@media (max-width:1120px){.site-08-vertex-cloud .cloud-proof-terminal,.site-08-vertex-cloud .cloud-proof-queues,.site-08-vertex-cloud .cloud-service-mesh,.site-08-vertex-cloud .cloud-service-clusters{grid-template-columns:1fr}}@media (max-width:760px){.site-08-vertex-cloud .cloud-proof-readout-grid,.site-08-vertex-cloud .cloud-proof-pulse,.site-08-vertex-cloud .cloud-service-sequence-step{grid-template-columns:1fr}}.site-08-vertex-cloud .cloud-service-workspace{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:18px}.site-08-vertex-cloud .cloud-service-overview,.site-08-vertex-cloud .cloud-service-module,.site-08-vertex-cloud .cloud-news-feature,.site-08-vertex-cloud .cloud-news-log-item,.site-08-vertex-cloud .cloud-news-grid .card{background:rgba(255,255,255,.9);border:1px solid rgba(16,33,51,.08);box-shadow:var(--shadow-md)}.site-08-vertex-cloud .cloud-service-overview{display:grid;align-content:start;gap:14px;padding:24px;border-radius:32px}.site-08-vertex-cloud .cloud-service-overview-note{display:grid;gap:8px;padding:16px;border-radius:24px;background:rgba(37,99,235,.06);border:1px solid rgba(37,99,235,.12)}.site-08-vertex-cloud .cloud-service-overview-note strong{font-family:var(--font-display);font-size:1.02rem;color:var(--primary)}.site-08-vertex-cloud .cloud-service-overview-note p{margin:0;color:var(--muted)}.site-08-vertex-cloud .cloud-service-modules{display:grid;gap:14px}.site-08-vertex-cloud .cloud-service-module{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:start;gap:16px;padding:18px 20px;border-radius:28px}.site-08-vertex-cloud .cloud-service-module span{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;background:var(--accent-soft);color:var(--primary);font-weight:800}.site-08-vertex-cloud .cloud-service-module strong{font-family:var(--font-display);font-size:1.2rem;color:var(--primary)}.site-08-vertex-cloud .cloud-service-runbook{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.site-08-vertex-cloud .cloud-service-runbook-list{display:grid;gap:14px}.site-08-vertex-cloud .cloud-runbook-step{display:grid;grid-template-columns:54px minmax(0,1fr);gap:16px;align-items:start;padding:16px;border-radius:22px;background:rgba(255,255,255,.9);border:1px solid rgba(16,33,51,.08)}.site-08-vertex-cloud .cloud-runbook-step span{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;background:var(--accent-soft);color:var(--primary);font-weight:800}.site-08-vertex-cloud .cloud-news-release{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.88fr) minmax(240px,.56fr);gap:18px;align-items:stretch}.site-08-vertex-cloud .cloud-news-feature{display:grid;align-content:center;gap:14px;padding:24px;border-radius:32px}.site-08-vertex-cloud .cloud-news-visual{margin:0;overflow:hidden;border-radius:32px;box-shadow:var(--shadow-md)}.site-08-vertex-cloud .cloud-news-visual img{width:100%;height:100%;min-height:420px;object-fit:cover}.site-08-vertex-cloud .cloud-news-log{display:grid;gap:14px}.site-08-vertex-cloud .cloud-news-log-item{display:grid;grid-template-columns:54px minmax(0,1fr);gap:16px;padding:18px;border-radius:24px}.site-08-vertex-cloud .cloud-news-log-item span{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;background:var(--accent-soft);color:var(--primary);font-weight:800}.site-08-vertex-cloud .cloud-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}@media (max-width:1120px){.site-08-vertex-cloud .cloud-service-workspace,.site-08-vertex-cloud .cloud-service-runbook,.site-08-vertex-cloud .cloud-news-release,.site-08-vertex-cloud .cloud-news-grid{grid-template-columns:1fr}}@media (max-width:760px){.site-08-vertex-cloud .cloud-service-module,.site-08-vertex-cloud .cloud-news-log-item,.site-08-vertex-cloud .cloud-runbook-step{grid-template-columns:1fr}}@media (max-width:1024px){.hero-grid,.page-hero-shell--split,.page-hero-shell--editorial,.split-layout,.news-highlight,.feature-article,.article-layout,.article-layout--reverse,.contact-layout,.footer-inner,.hero-editorial,.hero-frame-inner,.story-matrix,.news-list-home{grid-template-columns:1fr}.trust-grid,.card-grid,.trust-metrics,.hero-stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.service-band{grid-template-columns:1fr}}@media (max-width:760px){.nav-toggle{display:inline-flex;align-items:center;justify-content:center}.site-nav{position:absolute;left:16px;right:16px;top:calc(100% + 10px);flex-direction:column;align-items:stretch;gap:14px;padding:16px;border-radius:26px;border:1px solid var(--line);background:rgba(255,255,255,.98);box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease}.site-nav[data-open=true]{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links,.nav-actions{flex-direction:column;align-items:stretch}.hero-grid,.hero-stack,.hero-editorial,.hero-frame,.page-hero-shell,.page-hero-shell--stacked{padding:72px 0 60px}.trust-grid,.card-grid,.metric-grid,.contact-form,.trust-metrics,.news-list-home,.hero-stat-strip{grid-template-columns:1fr}.header-inner,.section-inner,.footer-inner,.smallprint{width:min(100% - 20px,1180px)}.hero-copy,.hero-panel,.story-panel,.card,.service-card,.feature-article,.article-body,.article-side,.metric-band,.timeline-row,.page-hero-copy,.page-hero-side,.page-hero-banner,.quote-card{padding:22px}.hero-origin-note{padding:12px 14px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}