:root{
  --blue:#0A63FF;
  --blue-2:#2A83FF;
  --blue-3:#EAF3FF;
  --navy:#071A3D;
  --navy-2:#0B2E64;
  --ink:#101C2F;
  --muted:#64748B;
  --line:#E4EAF2;
  --soft:#F5F8FC;
  --soft-2:#EEF4FB;
  --red:#E1262F;
  --white:#fff;
  --shadow:0 22px 60px rgba(17,45,77,.09);
  --shadow-sm:0 10px 28px rgba(17,45,77,.08);
  --radius:22px;
  --radius-sm:15px;
  --shell:1240px;
  --header-h:64px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:"Microsoft YaHei","PingFang SC","Noto Sans CJK SC",system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}
body.menu-open,body.modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img,video{display:block;max-width:100%}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
:root:not([data-feature-consultation="on"]) a[href^="consult.html"],
:root:not([data-feature-consultation="on"]) .consultation-only,
:root:not([data-feature-consultation="on"]) body[data-page="consult"] main{display:none!important}
.shell{width:min(calc(100% - 48px),var(--shell));margin:0 auto}
.section{padding:112px 0}
.section.soft{background:linear-gradient(180deg,#F8FAFD,#F3F7FC)}
.section.compact{padding:82px 0}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.eyebrow::before{content:"";width:28px;height:2px;background:var(--blue);border-radius:99px}
.eyebrow.light{color:#BFD9FF}.eyebrow.light::before{background:#78B5FF}
.section-head{margin-bottom:48px}
.section-head.center{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}
.section-head h2{margin:12px 0 14px;font-size:clamp(34px,4vw,52px);line-height:1.16;letter-spacing:-.04em}
.section-head p{margin:0;color:var(--muted);font-size:16px;line-height:1.85}
.section-head.split{display:flex;align-items:flex-end;justify-content:space-between;gap:60px}
.section-head.split>p{max-width:520px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-weight:700;transition:.28s ease;white-space:nowrap}
.btn-primary{background:linear-gradient(135deg,var(--blue),#0858D9);color:#fff;box-shadow:0 14px 30px rgba(10,99,255,.25)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(10,99,255,.34)}
.btn-light{background:#fff;color:var(--blue);border-color:#fff}.btn-light:hover{transform:translateY(-2px)}
.btn-outline{border-color:rgba(255,255,255,.68);color:#fff;background:rgba(255,255,255,.04);backdrop-filter:blur(10px)}
.btn-outline:hover{background:#fff;color:var(--blue)}
.btn-ghost{background:#fff;border-color:#D9E3F0;color:var(--ink)}
.btn-ghost:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-2px)}
.btn-small{min-height:42px;padding:0 20px;font-size:14px}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:750;font-size:14px;background:none;border:0;padding:0}
.text-link i{font-style:normal;transition:.25s}.text-link:hover i{transform:translateX(4px)}
.pill{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#EAF3FF;color:var(--blue);font-size:12px;font-weight:800}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}
.page-progress{position:fixed;z-index:3000;left:0;top:0;width:100%;height:3px;background:transparent}.page-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--blue),#2AB7FF)}

/* Header */
.site-header{position:fixed;z-index:1000;top:0;left:0;width:100%;height:var(--header-h);background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid rgba(218,226,238,.86);transition:.25s}
.site-header.scrolled{box-shadow:0 10px 30px rgba(10,32,65,.08)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px;min-width:150px}
.brand img{width:48px;height:48px;object-fit:contain}
.brand-copy{display:none;flex-direction:column;gap:2px}.brand-copy strong{font-size:15px;line-height:1.3}.brand-copy small{color:#6D7A8D;font-size:10px;letter-spacing:.08em}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:34px;flex:1}
.desktop-nav a{position:relative;font-size:15px;font-weight:650;color:#28364A;padding:28px 0 25px;transition:.22s}
.desktop-nav a::after{content:"";position:absolute;left:50%;bottom:13px;width:0;height:2px;border-radius:9px;background:var(--blue);transform:translateX(-50%);transition:.22s}
.desktop-nav a:hover,.desktop-nav a.active{color:var(--blue)}
.desktop-nav a.active::after{width:26px}
.header-actions{display:flex;align-items:center;justify-content:flex-end;min-width:150px}
.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;border-radius:12px;padding:10px}.menu-toggle span{display:block;height:2px;background:var(--ink);margin:5px 0;border-radius:9px}
.mobile-menu{position:fixed;z-index:1600;right:0;top:0;width:min(88vw,420px);height:100dvh;background:#fff;transform:translateX(105%);transition:.32s ease;box-shadow:-25px 0 70px rgba(0,0,0,.18);padding:24px;display:flex;flex-direction:column}
.mobile-menu.open{transform:translateX(0)}
.mobile-menu-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:18px}.mobile-menu-top strong{font-size:18px}.mobile-menu-top button{border:0;background:#EFF4FA;width:40px;height:40px;border-radius:50%;font-size:25px;color:#405067}
.mobile-menu nav{display:flex;flex-direction:column;padding:18px 0}.mobile-menu nav a{padding:15px 6px;border-bottom:1px solid #EEF2F7;font-size:17px;font-weight:650}
.mobile-menu .btn{margin-top:auto}.menu-backdrop{position:fixed;z-index:1500;inset:0;background:rgba(3,12,28,.58);opacity:0;visibility:hidden;transition:.25s}.menu-backdrop.open{opacity:1;visibility:visible}

/* Hero */
main{padding-top:var(--header-h)}
.hero-home{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden;background:var(--navy)}
.hero-media{position:absolute;inset:0;display:block;width:100%;height:100%}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,16,38,.88) 0%,rgba(3,16,38,.64) 42%,rgba(3,16,38,.12) 76%,rgba(3,16,38,.18) 100%)}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(90,170,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(90,170,255,.08) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,#000,transparent 80%)}
.hero-home .shell{position:relative;z-index:2}
.hero-copy{max-width:690px;color:#fff}
.hero-copy h1{margin:18px 0 20px;font-size:clamp(48px,6vw,82px);line-height:1.04;letter-spacing:-.055em}
.hero-copy>p{max-width:650px;margin:0;color:#DFEBFA;font-size:18px;line-height:1.85}
.hero-actions{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}
.video-trigger{display:flex;align-items:center;gap:12px;margin-top:30px;padding:0;border:0;background:none;color:#fff;text-align:left}
.play-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.6);border-radius:50%;font-size:13px;background:rgba(255,255,255,.08);transition:.25s}.video-trigger:hover .play-icon{background:#fff;color:var(--blue);transform:scale(1.05)}
.video-trigger strong{display:block;font-size:14px}.video-trigger small{display:block;color:#ABC6E8;margin-top:3px;font-size:11px}
.hero-badges{position:absolute;z-index:3;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:10px}.hero-badges span{padding:8px 13px;border-radius:999px;background:rgba(4,20,47,.6);color:#D7E9FF;border:1px solid rgba(255,255,255,.17);backdrop-filter:blur(12px);font-size:11px}
.hero-dots{position:absolute;z-index:4;left:50%;bottom:20px;display:flex;gap:8px;transform:translateX(-50%)}.hero-dots span{width:34px;height:4px;border-radius:99px;background:rgba(255,255,255,.5)}.hero-dots span.active{background:#fff}
.inner-hero{position:relative;height:570px;overflow:hidden;background:#0B2E64;display:flex;align-items:center}
.inner-hero .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.inner-hero .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,15,36,.93) 0%,rgba(3,17,40,.72) 42%,rgba(3,17,40,.08) 78%)}
.inner-hero.light .hero-shade{background:linear-gradient(90deg,rgba(244,249,255,.98) 0%,rgba(240,247,255,.86) 44%,rgba(240,247,255,.04) 75%)}
.inner-hero .shell{position:relative;z-index:2}
.inner-hero-copy{max-width:650px;color:#fff}.inner-hero.light .inner-hero-copy{color:var(--ink)}
.inner-hero-copy h1{margin:15px 0 14px;font-size:clamp(48px,6vw,74px);line-height:1.05;letter-spacing:-.05em}
.inner-hero-copy p{margin:0;max-width:590px;font-size:17px;line-height:1.82;color:#D5E5F8}.inner-hero.light .inner-hero-copy p{color:#526178}
.inner-hero-copy .btn{margin-top:28px}
.inner-hero.reference-page-hero{height:430px}
.reference-page-hero .reference-page-art{object-position:center center;filter:saturate(.94) contrast(1.04)}
.reference-page-hero .hero-shade{background:linear-gradient(90deg,rgba(4,18,39,.76) 0%,rgba(5,22,45,.58) 38%,rgba(5,22,45,.18) 62%,rgba(5,22,45,.02) 100%)}
.reference-page-hero .inner-hero-copy{max-width:560px}
.reference-page-hero .inner-hero-copy h1{font-size:clamp(44px,5vw,58px);line-height:1.08;margin:12px 0 14px;text-shadow:0 3px 24px rgba(0,0,0,.42)}
.reference-page-hero .inner-hero-copy p{max-width:540px;font-size:16px;line-height:1.75;color:#F0F5FC;text-shadow:0 2px 14px rgba(0,0,0,.52)}
.reference-page-hero .inner-hero-copy p.inner-hero-lead{margin:0 0 8px;font-size:24px;line-height:1.35;font-weight:700;color:#fff}

/* Overlap value cards */
.value-overlap{position:relative;z-index:5;margin-top:-58px}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.value-card{padding:28px 25px;background:rgba(255,255,255,.97);border:1px solid #E7EDF5;border-radius:18px;box-shadow:0 20px 50px rgba(19,48,84,.11);transition:.28s}
.value-card:hover{transform:translateY(-6px);box-shadow:0 26px 60px rgba(19,48,84,.15)}
.icon-box{width:48px;height:48px;border-radius:14px;background:linear-gradient(145deg,#F0F6FF,#E6F1FF);display:grid;place-items:center;margin-bottom:18px}.icon-box img{width:27px;height:27px}
.value-card h3{margin:0 0 8px;font-size:18px}.value-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.72}

/* Product cards */
.product-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-category{position:relative;min-height:460px;overflow:hidden;padding:28px;background:linear-gradient(160deg,#F7FAFE,#EEF4FA);border:1px solid #E3EAF2;border-radius:22px;transition:.34s;box-shadow:0 12px 32px rgba(15,50,90,.06)}
.product-category::after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-100px;bottom:-110px;background:radial-gradient(circle,rgba(10,99,255,.13),transparent 68%);transition:.34s}
.product-category:hover{transform:translateY(-7px);border-color:#BAD5FF;box-shadow:0 24px 56px rgba(15,70,140,.14)}.product-category:hover::after{transform:scale(1.22)}
.product-category h3{position:relative;z-index:3;margin:0;font-size:22px}.product-category p{position:relative;z-index:3;color:var(--muted);font-size:13px;line-height:1.65;margin:10px 0 0}
.product-category img.product-image{position:absolute;z-index:2;left:7%;bottom:46px;width:86%;height:290px;object-fit:contain;filter:drop-shadow(0 26px 24px rgba(11,43,81,.18));transition:.45s cubic-bezier(.2,.7,.2,1)}
.product-category:hover img.product-image{transform:translateY(-10px) scale(1.055) rotate(-1.2deg)}
.product-category .text-link{position:absolute;z-index:4;left:28px;bottom:24px}
.product-tags{position:absolute;z-index:5;right:18px;top:90px;display:flex;flex-direction:column;gap:7px;opacity:0;transform:translateX(10px);transition:.3s}.product-category:hover .product-tags{opacity:1;transform:none}.product-tags span{background:rgba(255,255,255,.91);border:1px solid #D9E8FA;padding:7px 10px;border-radius:999px;color:#356B9E;font-size:10px;box-shadow:0 8px 20px rgba(20,61,107,.08)}
.product-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{position:relative;overflow:hidden;min-height:420px;padding:26px;border-radius:20px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:.3s}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.product-card h3{margin:0;font-size:20px}.product-card p{color:var(--muted);font-size:13px;line-height:1.65;margin:8px 0 0}.product-card .product-image{height:255px;width:100%;object-fit:contain;margin-top:16px;transition:.35s;filter:drop-shadow(0 20px 20px rgba(15,47,83,.16))}.product-card:hover .product-image{transform:scale(1.05) translateY(-5px)}
.capability-card{min-height:330px;background:linear-gradient(145deg,#fff 58%,#F6FAFF);border-color:#DCE7F5}
.product-card .capability-icon{display:block;width:116px;height:116px;margin:25px auto 0;filter:drop-shadow(0 14px 18px rgba(30,101,218,.1))}
.product-card:hover .capability-icon{transform:translateY(-4px) scale(1.035)}
.product-card .text-link{position:absolute;left:26px;bottom:22px}
.product-filters{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:40px 0 66px}.filter-btn{border:1px solid #E0E7F0;background:#fff;color:#56657A;padding:11px 20px;border-radius:999px;font-weight:700}.filter-btn.active,.filter-btn:hover{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(10,99,255,.2)}

/* Scenario */
.scenario-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.scenario-card{position:relative;min-height:300px;border-radius:22px;overflow:hidden;color:#fff;box-shadow:var(--shadow-sm);isolation:isolate}
.scenario-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.6s}.scenario-card:hover img{transform:scale(1.07)}
.scenario-card::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(4,18,39,.03),rgba(4,18,39,.86))}
.scenario-card .scenario-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:22px}.scenario-card h3{margin:0 0 7px;font-size:21px}.scenario-card p{margin:0;color:#DBE8F7;font-size:13px;line-height:1.62}.scenario-card .circle-arrow{position:absolute;z-index:3;right:20px;bottom:20px;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.13);color:#fff;display:grid;place-items:center;transition:.25s}.scenario-card:hover .circle-arrow{background:#fff;color:var(--blue);transform:translateX(3px)}

/* Process / abilities */
.process{display:grid;grid-template-columns:repeat(6,1fr);gap:0;position:relative}
.process::before{content:"";position:absolute;left:7%;right:7%;top:35px;border-top:2px dashed #BBD7FF}
.process-item{position:relative;z-index:2;text-align:center;padding:0 12px}.process-icon{width:70px;height:70px;margin:0 auto 16px;border-radius:50%;background:linear-gradient(145deg,#EFF6FF,#DDEBFF);border:6px solid #fff;box-shadow:0 8px 22px rgba(38,111,217,.13);display:grid;place-items:center}.process-icon img{width:31px;height:31px}.process-item strong{display:block;font-size:15px;margin-bottom:7px}.process-item span{display:block;color:var(--muted);font-size:11px;line-height:1.55}
.statement-bar{margin-top:42px;border-radius:16px;padding:20px 26px;color:#fff;background:linear-gradient(90deg,#0847A9,#0A63FF,#3F8BFF);display:flex;align-items:center;justify-content:center;gap:15px;font-weight:800;font-size:18px;box-shadow:0 16px 34px rgba(10,99,255,.2)}.statement-bar img{width:28px;filter:brightness(0) invert(1)}
.ability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ability-card{padding:32px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}.ability-card h3{display:flex;align-items:center;gap:12px;margin:0 0 18px;font-size:20px}.ability-card h3 img{width:34px}.ability-card ul{margin:0;padding-left:18px;color:#526178;line-height:1.95;font-size:14px}
.delivery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.delivery-card{padding:25px 20px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:18px}.delivery-card img{width:34px;margin:0 auto 14px}.delivery-card h4{margin:0 0 8px;font-size:16px}.delivery-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}

/* Cases / articles */
.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.case-card{overflow:hidden;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:.3s}.case-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.case-card .cover{position:relative;height:230px;overflow:hidden}.case-card .cover img{width:100%;height:100%;object-fit:cover;transition:.45s}.case-card:hover .cover img{transform:scale(1.06)}.case-badge{position:absolute;left:16px;top:16px;background:rgba(6,33,73,.78);color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:7px 11px;font-size:11px;backdrop-filter:blur(8px)}.case-card .body{padding:22px}.case-card h3{margin:0 0 8px;font-size:19px}.case-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.case-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.case-meta span{padding:6px 9px;background:#EEF5FF;color:#326AA6;border-radius:999px;font-size:10px}

/* Homepage layout follows the supplied visual reference while retaining real content. */
body[data-page="home"]{--header-h:64px;background:#fff}
body[data-page="home"] .brand{min-width:150px}
body[data-page="home"] .brand-copy{display:none}
body[data-page="home"] .brand img{width:48px;height:48px}
body[data-page="home"] .header-actions{min-width:150px}
body[data-page="home"] .hero-home{min-height:620px}
body[data-page="home"] .hero-reference-art{object-position:center center;filter:saturate(.96) contrast(1.03)}
body[data-page="home"] .hero-overlay{background:linear-gradient(90deg,rgba(4,18,39,.96) 0%,rgba(5,22,45,.86) 34%,rgba(5,22,45,.45) 52%,rgba(5,22,45,.08) 72%,rgba(5,22,45,.02) 100%)}
body[data-page="home"] .hero-grid{display:none}
body[data-page="home"] .hero-copy{max-width:570px}
body[data-page="home"] .hero-copy h1{margin:0 0 20px;font-size:clamp(48px,5vw,66px);line-height:1.08;letter-spacing:-.045em;text-shadow:0 4px 28px rgba(0,0,0,.46)}
body[data-page="home"] .hero-copy>p{max-width:540px;font-size:16px;line-height:1.8;color:#F0F5FC;text-shadow:0 2px 16px rgba(0,0,0,.5)}
body[data-page="home"] .hero-actions{margin-top:26px}
body[data-page="home"] .hero-actions .btn{min-width:154px;min-height:46px}
body[data-page="home"] .video-trigger{margin-top:28px}
body[data-page="home"] .value-overlap{margin-top:-36px}
body[data-page="home"] .value-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body[data-page="home"] .value-card{min-height:166px;padding:24px 22px;text-align:center;border-radius:13px}
body[data-page="home"] .value-card .icon-box{margin:0 auto 14px}
body[data-page="home"] .value-card h3{font-size:16px}
body[data-page="home"] .value-card p{font-size:12px;line-height:1.65}
body[data-page="home"] .section{padding:76px 0}
body[data-page="home"] .section-head{margin-bottom:34px}
body[data-page="home"] .section-head h2{font-size:36px;letter-spacing:-.025em}
body[data-page="home"] .section-head.center h2::after{content:"";display:block;width:42px;height:3px;margin:14px auto 0;border-radius:99px;background:var(--blue)}
body[data-page="home"] .section-head p{font-size:14px;line-height:1.7}
body[data-page="home"] .home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body[data-page="home"] .home-product-grid .product-category{min-height:354px;padding:24px 22px;border-radius:13px;background:linear-gradient(160deg,#F7FAFE,#EFF5FC)}
body[data-page="home"] .home-product-grid .product-category h3{font-size:18px}
body[data-page="home"] .home-product-grid .product-category p{font-size:12px;line-height:1.6}
body[data-page="home"] .home-product-grid .product-category img.product-image{left:8%;bottom:38px;width:84%;height:220px}
body[data-page="home"] .home-product-grid .product-category .text-link{left:22px;bottom:18px}
body[data-page="home"] .home-product-grid .product-tags{display:none}
body[data-page="home"] .home-solutions{background:#fff}
body[data-page="home"] .home-scenario-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body[data-page="home"] .home-scenario-grid .scenario-card{min-height:218px;border-radius:13px}
body[data-page="home"] .home-scenario-grid .scenario-copy{left:18px;right:18px;bottom:16px}
body[data-page="home"] .home-scenario-grid .scenario-card h3{font-size:18px}
body[data-page="home"] .home-scenario-grid .scenario-card p{font-size:11px}
body[data-page="home"] .home-scenario-grid .circle-arrow{display:none}
body[data-page="home"] .home-scenario-grid .reference-scene-card{min-height:0;aspect-ratio:8/5;background:#071A3D}
body[data-page="home"] .home-scenario-grid .reference-scene-card::after{display:block;background:linear-gradient(180deg,rgba(3,17,37,.02) 32%,rgba(3,17,37,.86) 100%)}
body[data-page="home"] .home-scenario-grid .reference-scene-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
body[data-page="home"] .home-scenario-grid .reference-scene-card.scene-focus-right>img{object-position:72% center}
body[data-page="home"] .home-scenario-grid .scenario-symbol{position:absolute;z-index:2;top:15px;right:15px;display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(7,25,51,.28);box-shadow:0 8px 18px rgba(2,15,35,.16);backdrop-filter:blur(8px)}
body[data-page="home"] .home-scenario-grid .scenario-symbol img{position:static;width:21px;height:21px;object-fit:contain;filter:brightness(0) invert(1)}
body[data-page="home"] .home-process .process-icon{width:56px;height:56px;margin-bottom:12px;border-width:5px}
body[data-page="home"] .home-process .process-icon img{width:26px;height:26px}
body[data-page="home"] .home-process .process{grid-template-columns:repeat(6,minmax(0,1fr))}
body[data-page="home"] .home-process .process::before{top:28px}
body[data-page="home"] .home-process .statement-bar{margin-top:34px;padding:16px 22px;border-radius:8px;font-size:17px}
body[data-page="home"] .home-cases{background:#fff}
body[data-page="home"] .home-cases .case-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body[data-page="home"] .home-cases .case-card{border-radius:13px}
body[data-page="home"] .home-cases .case-card:last-child{grid-column:auto}
body[data-page="home"] .home-cases .case-card .cover{height:205px}
body[data-page="home"] .home-cases .case-card .body{padding:20px}
.article-feature{display:grid;grid-template-columns:1.1fr 1fr;overflow:hidden}.article-feature .feature-image{min-height:390px}.article-feature .feature-image img{width:100%;height:100%;object-fit:cover}.article-feature .feature-copy{padding:46px;display:flex;flex-direction:column;justify-content:center}.article-feature h2{font-size:34px;line-height:1.3;margin:14px 0 14px}.article-feature p{color:var(--muted);line-height:1.85;margin:0}.article-meta{display:flex;gap:18px;margin-top:20px;color:#8792A2;font-size:12px}
.article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.article-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-sm);transition:.3s}.article-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.article-card .thumb{height:170px;overflow:hidden}.article-card .thumb img{width:100%;height:100%;object-fit:cover;transition:.4s}.article-card:hover .thumb img{transform:scale(1.06)}.article-card .body{padding:19px}.article-card h3{margin:10px 0 8px;font-size:16px;line-height:1.5}.article-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}.article-card .article-meta{margin-top:14px;justify-content:space-between}
.insight-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.insight-card{display:grid;grid-template-columns:42% 1fr;overflow:hidden}.insight-card img{width:100%;height:100%;object-fit:cover}.insight-card .body{padding:28px}.insight-card h3{font-size:22px;line-height:1.4;margin:10px 0}.insight-card p{color:var(--muted);font-size:13px;line-height:1.75;margin:0}
.media-list{display:grid;gap:14px}.media-item{display:grid;grid-template-columns:220px 1fr;gap:26px;align-items:center;padding:16px;background:#fff;border:1px solid var(--line);border-radius:18px}.media-item img{width:220px;height:120px;object-fit:cover;border-radius:13px}.media-item h3{margin:7px 0 7px;font-size:19px}.media-item p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}
.news-tabs{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.news-tabs button{border:1px solid #DFE7F1;background:#fff;border-radius:999px;padding:10px 18px;color:#5F6E82;font-weight:700}.news-tabs button.active,.news-tabs button:hover{background:var(--blue);color:#fff;border-color:var(--blue)}
.news-story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.news-story-card{overflow:hidden;transition:.3s}.news-story-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.news-story-image{aspect-ratio:2.32/1;overflow:hidden;background:#DCE8F7}.news-story-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.news-story-card:hover .news-story-image img{transform:scale(1.035)}.news-story-body{padding:30px}.news-story-body h2{margin:14px 0 13px;font-size:24px;line-height:1.45}.news-story-body>p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}.news-story-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin:22px 0 18px;color:#8792A2;font-size:12px}.news-story-meta span{position:relative}.news-story-meta span::before{content:"";position:absolute;left:-10px;top:50%;width:3px;height:3px;border-radius:50%;background:#9AA8BA;transform:translateY(-50%)}

/* About */
.about-intro{display:grid;grid-template-columns:.9fr 1.2fr;gap:60px;align-items:center}.about-intro h2{font-size:40px;margin:13px 0 18px}.about-intro p{color:#526178;line-height:1.95;margin:0 0 16px}.about-collage img{width:100%;border-radius:24px;box-shadow:var(--shadow)}
.position-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:40px}.position-card{padding:28px;background:#fff;border:1px solid var(--line);border-radius:19px;box-shadow:var(--shadow-sm)}.position-card img{width:36px;margin-bottom:18px}.position-card h3{margin:0 0 8px;font-size:18px}.position-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.72}
.path-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.path-card{position:relative;padding:26px 20px 24px;border-radius:18px;background:#fff;border:1px solid var(--line)}.path-card .num{font-size:12px;font-weight:800;color:var(--blue)}.path-card h3{margin:20px 0 8px;font-size:17px}.path-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}.path-card:not(:last-child)::after{content:"→";position:absolute;right:-14px;top:50%;color:#8AB9FF;font-size:22px;z-index:2}
.eco-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.eco-card{padding:26px;border-radius:18px;background:linear-gradient(145deg,#fff,#F5F9FE);border:1px solid var(--line)}.eco-card h3{margin:0 0 10px;font-size:18px}.eco-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.eco-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.eco-tags span{padding:6px 9px;border-radius:999px;background:#EAF3FF;color:#356FAE;font-size:10px}
.culture-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.culture-card{text-align:center;padding:34px 24px}.culture-card img{width:44px;margin:0 auto 16px}.culture-card h3{margin:0 0 8px;font-size:21px}.culture-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.72}
.contact-banner{position:relative;overflow:hidden;border-radius:26px;background:#072452;color:#fff;box-shadow:var(--shadow)}.contact-banner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.contact-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,22,51,.97),rgba(4,38,88,.58),rgba(4,38,88,.08))}.contact-banner-content{position:relative;z-index:2;padding:56px;max-width:760px}.contact-banner h2{font-size:38px;margin:0 0 14px}.contact-banner p{color:#D5E6FA;line-height:1.8}.contact-lines{display:grid;gap:10px;margin:24px 0}.contact-lines span{display:flex;align-items:center;gap:12px}.contact-lines img{width:22px;filter:brightness(0) invert(1)}

/* Consultation */
.steps-3{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:34px}.steps-3 .step{position:relative;display:flex;align-items:center;gap:18px;padding:0 30px}.steps-3 .step:not(:last-child)::after{content:"";position:absolute;right:-22px;width:44px;border-top:2px dashed #8AB9FF}.steps-3 .num{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#E9F3FF,#CFE5FF);color:var(--blue);font-size:20px;font-weight:800}.steps-3 h3{margin:0 0 5px;font-size:18px}.steps-3 p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}
.form-card{padding:48px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px 30px}.field{display:flex;flex-direction:column;gap:9px}.field.full{grid-column:1/-1}.field label{font-size:14px;font-weight:700}.field label em{font-style:normal;color:var(--red)}
.field input,.field select,.field textarea{width:100%;border:1px solid #D9E2EE;border-radius:12px;background:#fff;color:var(--ink);outline:none;transition:.2s;padding:0 15px}.field input,.field select{height:50px}.field textarea{min-height:150px;padding-top:14px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(10,99,255,.09)}
.phone-row{display:grid;grid-template-columns:150px 1fr;gap:12px}.form-bottom{margin-top:26px}.consent{display:flex;align-items:center;gap:9px;color:#536279;font-size:13px}.consent input{width:18px;height:18px}.consent a{color:var(--red)}.form-submit{width:100%;margin-top:24px;border-radius:12px;min-height:54px}
.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.promise-card{text-align:center;padding:32px 24px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-sm)}.promise-card img{width:42px;margin:0 auto 15px}.promise-card h3{margin:0 0 8px;font-size:17px}.promise-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}
.contact-methods{display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden}.contact-methods .left{padding:38px}.contact-methods .right{padding:38px;background:linear-gradient(145deg,#F1F7FF,#E7F2FF);display:flex;align-items:center;justify-content:center;gap:26px}.contact-row{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}.contact-row:last-child{margin-bottom:0}.contact-row .icon-box{flex:0 0 48px;margin:0}.contact-row h4{margin:0 0 5px}.contact-row p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.qr-large{width:180px;border-radius:16px;border:10px solid #fff;box-shadow:0 14px 30px rgba(17,45,77,.14)}.qr-copy h3{margin:0 0 8px}.qr-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:#fff;padding:18px 20px;text-align:left;font-weight:700;color:var(--ink)}.faq-q span:last-child{color:var(--blue);font-size:20px;transition:.2s}.faq-a{max-height:0;overflow:hidden;color:var(--muted);line-height:1.75;font-size:13px;padding:0 20px;transition:.3s}.faq-item.open .faq-a{max-height:160px;padding:0 20px 18px}.faq-item.open .faq-q span:last-child{transform:rotate(45deg)}

/* CTA and footer */
.cta-strip{position:relative;overflow:hidden;border-radius:22px;padding:42px 46px;background:linear-gradient(105deg,#0648AF,#0A63FF 64%,#4A8EFF);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:0 18px 42px rgba(10,99,255,.22)}.cta-strip::after{content:"";position:absolute;right:-110px;top:-150px;width:380px;height:380px;border:1px solid rgba(255,255,255,.24);border-radius:50%}.cta-strip h2{position:relative;z-index:2;margin:0 0 8px;font-size:32px}.cta-strip p{position:relative;z-index:2;margin:0;color:#DCEBFF}.cta-strip .btn{position:relative;z-index:2}
.newsletter{padding:34px 40px;background:linear-gradient(100deg,#0646A6,#0A63FF);border-radius:22px;color:#fff;display:grid;grid-template-columns:1fr 520px;gap:34px;align-items:center}.newsletter h2{margin:0 0 7px;font-size:27px}.newsletter p{margin:0;color:#D7E7FB}.subscribe{display:grid;grid-template-columns:1fr 120px}.subscribe input{height:50px;border:0;border-radius:12px 0 0 12px;padding:0 16px;outline:none}.subscribe button{border:0;border-radius:0 12px 12px 0;background:#063E96;color:#fff;font-weight:800}
.site-footer{background:linear-gradient(135deg,#06162F,#082A59);color:#fff;padding:66px 0 22px}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(4,.76fr) .9fr;gap:32px}.footer-brand{display:flex;gap:12px;align-items:center;margin-bottom:18px}.footer-brand img{width:50px}.footer-brand strong{display:block;font-size:16px}.footer-brand small{display:block;color:#90ACCD;margin-top:4px;font-size:10px}.footer-about p{color:#AFC2DA;font-size:12px;line-height:1.8}.footer-contact{display:grid;gap:6px;color:#C7D8EA;font-size:12px;margin-top:16px}.footer-col h4{margin:0 0 17px;font-size:14px}.footer-col a{display:block;color:#9EB5D0;font-size:12px;padding:6px 0;transition:.2s}.footer-col a:hover{color:#fff;transform:translateX(3px)}.footer-qr img{width:128px;border-radius:10px;border:7px solid #fff}.footer-qr p{margin:10px 0 0;color:#AFC2DA;font-size:11px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);margin-top:44px;padding-top:20px;color:#7892B2;font-size:10px}.footer-bottom a{color:#93ABC8}
.back-top{position:fixed;z-index:900;right:24px;bottom:24px;width:46px;height:46px;border-radius:50%;border:1px solid #DDE6F1;background:#fff;color:var(--blue);box-shadow:0 10px 25px rgba(14,44,80,.15);opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s}.back-top.show{opacity:1;visibility:visible;transform:none}

/* Modals / Toast */
.modal{position:fixed;z-index:2200;inset:0;display:grid;place-items:center;opacity:0;visibility:hidden;transition:.25s;padding:24px}.modal.open{opacity:1;visibility:visible}.modal-backdrop{position:absolute;inset:0;background:rgba(2,12,28,.76);backdrop-filter:blur(8px)}.modal-panel{position:relative;z-index:2;width:min(100%,980px);max-height:90vh;overflow:auto;border-radius:24px;background:#fff;box-shadow:0 34px 100px rgba(0,0,0,.35)}.modal-close{position:absolute;z-index:3;right:16px;top:16px;width:42px;height:42px;border:1px solid #DCE5EF;border-radius:50%;background:#fff;color:#33465D;font-size:23px}.video-panel{width:min(100%,1100px);background:#000}.video-panel video{width:100%;max-height:78vh}.product-modal-layout{display:grid;grid-template-columns:1fr 1fr}.product-modal-visual{min-height:520px;display:grid;place-items:center;background:linear-gradient(145deg,#F4F8FD,#E7F0FA)}.product-modal-visual img{width:86%;height:450px;object-fit:contain;filter:drop-shadow(0 30px 30px rgba(16,49,87,.22))}.product-modal-copy{padding:54px}.product-modal-copy h2{font-size:42px;margin:10px 0 14px}.product-modal-copy p{color:var(--muted);line-height:1.85}.modal-features{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.modal-features span{padding:8px 11px;border-radius:999px;background:#EAF3FF;color:#356FAE;font-size:11px}.article-modal-copy{padding:56px}.article-modal-copy h2{font-size:38px;line-height:1.35;margin:12px 0 10px}.article-modal-meta{color:#8792A2;font-size:13px;margin-bottom:24px}.article-modal-image{width:100%;aspect-ratio:2.32/1;object-fit:cover;border-radius:16px;margin-bottom:28px;background:#DCE8F7}.article-modal-copy p{color:#526178;line-height:1.95;margin:0 0 18px}.toast{position:fixed;z-index:2600;left:50%;bottom:28px;transform:translate(-50%,20px);padding:14px 20px;border-radius:999px;background:#071A3D;color:#fff;box-shadow:0 18px 50px rgba(0,0,0,.28);opacity:0;visibility:hidden;transition:.3s;font-size:13px}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}

/* Reveal */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.in-view{opacity:1;transform:none}

/* Privacy */
.legal{max-width:880px;margin:0 auto}.legal h1{font-size:48px}.legal h2{margin-top:38px}.legal p,.legal li{color:#526178;line-height:1.9}

@media(max-width:1120px){
  .desktop-nav{gap:20px}.desktop-nav a{font-size:14px}.brand{min-width:230px}.brand-copy strong{font-size:14px}
  .product-category-grid,.product-grid-4{grid-template-columns:repeat(2,1fr)}
  .article-grid{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1.2fr repeat(3,.8fr)}.footer-col:nth-of-type(5),.footer-qr{margin-top:10px}
}
@media(max-width:900px){
  :root{--header-h:70px}.shell{width:min(calc(100% - 32px),var(--shell))}.section{padding:84px 0}
  .desktop-nav{display:none}.header-actions .btn{display:none}.menu-toggle{display:block}.brand{min-width:0}.brand-copy strong{font-size:13px}.brand-copy small{display:none}
  .hero-home{min-height:560px}.hero-copy{max-width:580px}.hero-copy h1{font-size:52px}.hero-badges{display:none}
  .inner-hero{height:520px}
  .value-grid{grid-template-columns:repeat(2,1fr)}.value-overlap{margin-top:-40px}
  .section-head.split{display:block}.section-head.split>p{margin-top:18px}
  .scenario-grid{grid-template-columns:repeat(2,1fr)}
  .process{grid-template-columns:repeat(3,1fr);gap:28px 0}.process::before{display:none}
  .ability-grid,.case-grid{grid-template-columns:1fr 1fr}.case-card:last-child{grid-column:1/-1}
  .delivery-grid{grid-template-columns:repeat(3,1fr)}
  .article-feature{grid-template-columns:1fr}.article-feature .feature-image{min-height:320px}.article-grid{grid-template-columns:repeat(2,1fr)}.news-story-grid{grid-template-columns:1fr}
  .about-intro{grid-template-columns:1fr}.position-grid,.culture-grid{grid-template-columns:repeat(2,1fr)}.path-grid{grid-template-columns:1fr 1fr}.path-card::after{display:none}.eco-grid{grid-template-columns:repeat(2,1fr)}
  .steps-3{grid-template-columns:1fr;gap:22px}.steps-3 .step:not(:last-child)::after{display:none}
  .promise-grid{grid-template-columns:repeat(2,1fr)}.contact-methods{grid-template-columns:1fr}.contact-methods .right{justify-content:flex-start}
  .newsletter{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-about{grid-column:1/-1}.footer-bottom{flex-direction:column}
}
@media(min-width:621px) and (max-width:900px){
  body[data-page="home"] .desktop-nav{display:flex;gap:18px}
  body[data-page="home"] .desktop-nav a{font-size:13px}
  body[data-page="home"] .menu-toggle{display:none}
  body[data-page="home"] .brand{min-width:120px}
  body[data-page="home"] .header-actions{min-width:120px}
  body[data-page="home"] .hero-reference-art{object-position:44% center}
  body[data-page="home"] .hero-overlay{background:linear-gradient(90deg,rgba(4,18,39,.98) 0%,rgba(5,22,45,.94) 34%,rgba(5,22,45,.72) 57%,rgba(5,22,45,.16) 80%,rgba(5,22,45,.03) 100%)}
  body[data-page="home"] .hero-copy{max-width:460px}
  body[data-page="home"] .hero-copy h1{font-size:54px}
  body[data-page="home"] .hero-copy>p{max-width:440px;font-size:15px}
}
@media(min-width:721px) and (max-width:900px){
  body:not([data-page="home"]) .desktop-nav{display:flex;gap:18px}
  body:not([data-page="home"]) .desktop-nav a{font-size:13px}
  body:not([data-page="home"]) .menu-toggle{display:none}
  body:not([data-page="home"]) .brand{min-width:120px}
  body:not([data-page="home"]) .header-actions{min-width:120px}
}
@media(max-width:620px){
  .shell{width:min(calc(100% - 24px),var(--shell))}.section{padding:68px 0}.section-head{margin-bottom:34px}.section-head h2{font-size:34px}
  .brand img{width:40px;height:40px}.brand-copy strong{font-size:12px}.brand-copy{max-width:180px}
  .hero-home{min-height:650px;align-items:flex-end;padding-bottom:100px}.hero-overlay{background:linear-gradient(180deg,rgba(4,17,39,.32),rgba(4,17,39,.93) 58%,rgba(4,17,39,.98))}.hero-copy h1{font-size:47px}.hero-copy>p{font-size:15px}.hero-actions{gap:10px}.hero-actions .btn{width:100%}.video-trigger small{display:none}
  .inner-hero.reference-page-hero{height:520px;align-items:flex-end;padding-bottom:44px}.reference-page-hero .reference-page-art{object-position:center center}.reference-page-hero .hero-shade{background:linear-gradient(180deg,rgba(4,17,39,.04) 0%,rgba(4,17,39,.1) 38%,rgba(4,17,39,.9) 70%,#06162D 100%)}.inner-hero.light .hero-shade{background:linear-gradient(180deg,rgba(242,248,255,.25),rgba(242,248,255,.97))}.reference-page-hero .inner-hero-copy{max-width:none}.reference-page-hero .inner-hero-copy h1{font-size:42px}.reference-page-hero .inner-hero-copy p{font-size:14px;line-height:1.68}.reference-page-hero .inner-hero-copy p.inner-hero-lead{font-size:19px}
  .value-grid,.product-category-grid,.product-grid-4,.scenario-grid,.ability-grid,.case-grid,.article-grid,.insight-grid,.position-grid,.culture-grid,.eco-grid,.promise-grid{grid-template-columns:1fr}.value-overlap{margin-top:-25px}
  .product-category{min-height:430px}.scenario-card{min-height:280px}.case-card:last-child{grid-column:auto}
  .process{grid-template-columns:repeat(2,1fr)}.delivery-grid{grid-template-columns:1fr 1fr}
  .article-feature .feature-copy{padding:28px}.article-feature h2{font-size:28px}.insight-card{grid-template-columns:1fr}.insight-card img{height:220px}.media-item{grid-template-columns:1fr}.media-item img{width:100%;height:180px}.news-story-body{padding:24px}.news-story-body h2{font-size:21px}.news-story-meta span::before{display:none}
  .path-grid{grid-template-columns:1fr}.about-intro h2{font-size:34px}.contact-banner-content{padding:38px 26px}.contact-banner h2{font-size:30px}
  .form-card{padding:26px 20px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.phone-row{grid-template-columns:118px 1fr}.contact-methods .left,.contact-methods .right{padding:26px}.contact-methods .right{display:block;text-align:center}.qr-large{margin:0 auto 18px}.qr-copy{text-align:center}
  .steps-3{padding:24px}.steps-3 .step{padding:0}.cta-strip{padding:34px 28px;display:block}.cta-strip h2{font-size:27px}.cta-strip .btn{margin-top:22px;width:100%}.newsletter{padding:30px 24px}.subscribe{grid-template-columns:1fr}.subscribe input{border-radius:12px}.subscribe button{height:48px;border-radius:12px;margin-top:10px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-about{grid-column:1/-1}.footer-qr{grid-column:1/-1}.footer-bottom{font-size:9px}.site-footer{padding-top:52px}
  .product-modal-layout{grid-template-columns:1fr}.product-modal-visual{min-height:340px}.product-modal-visual img{height:300px}.product-modal-copy{padding:32px}.product-modal-copy h2{font-size:32px}.article-modal-copy{padding:34px 24px}.article-modal-copy h2{font-size:30px}
  body[data-page="home"] .value-grid,body[data-page="home"] .home-product-grid,body[data-page="home"] .home-scenario-grid{grid-template-columns:1fr}
  body[data-page="home"] .home-process .process{grid-template-columns:repeat(2,1fr);gap:26px 0}
  body[data-page="home"] .home-cases .case-grid{grid-template-columns:1fr}
  body[data-page="home"] .hero-home{min-height:650px;padding-bottom:76px}
  body[data-page="home"] .hero-reference-art{object-position:center center}
  body[data-page="home"] .hero-overlay{background:linear-gradient(180deg,rgba(5,22,45,.04) 0%,rgba(5,22,45,.18) 30%,rgba(5,22,45,.9) 54%,#07182F 100%)}
  body[data-page="home"] .hero-copy h1{font-size:44px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}
