:root{
  --page:#fbfcfe;
  --paper:#ffffff;
  --ink:#101522;
  --heading:#07111f;
  --muted:#566579;
  --soft:#f3f7fc;
  --soft-blue:#eef7ff;
  --soft-warm:#fff7ec;
  --line:#dbe5ef;
  --line2:#c7d5e4;
  --blue:#1457d9;
  --blue2:#0b73ff;
  --cyan:#04bafc;
  --navy:#081827;
  --navy2:#0c2b46;
  --amber:#f2a02c;
  --green:#12a87d;
  --shadow:0 18px 45px rgba(8,24,39,.08);
  --shadow2:0 26px 70px rgba(8,24,39,.12);
  --radius:6px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--page);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;font-size:16px}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}p{color:var(--muted);margin-top:0}.container{width:min(100% - 56px,1240px);margin:0 auto}.section-pad{padding:104px 0}.section-soft{background:linear-gradient(180deg,#f5f9fe,#edf6ff)}.content-block{background:#fff}.story-band{background:var(--page)}.scroll-progress{position:fixed;left:0;top:0;height:3px;width:0;background:linear-gradient(90deg,var(--blue),var(--cyan));z-index:200}
/* Header */
.site-header{position:sticky;top:0;z-index:120;background:rgba(255,255,255,.9);backdrop-filter:saturate(170%) blur(16px);border-bottom:1px solid rgba(219,229,239,.9)}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:13px;font-weight:900;letter-spacing:-.02em;white-space:nowrap}.brand-mark{width:42px;height:42px;background:var(--navy);color:#fff;display:grid;place-items:center;border-radius:5px;font-size:13px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}.brand-text{font-size:20px;color:var(--heading)}.main-nav{display:flex;align-items:center;gap:5px;font-size:15px;font-weight:800;white-space:nowrap}.main-nav>a,.nav-item>a{position:relative;display:flex;align-items:center;min-height:82px;padding:0 13px;color:#213044}.main-nav>a:after,.nav-item>a:before{content:"";position:absolute;left:13px;right:13px;bottom:20px;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.main-nav>a:hover:after,.nav-item>a:hover:before,.main-nav>a.active:after,.nav-item>a.active:before{transform:scaleX(1)}.main-nav>a:hover,.nav-item>a:hover,.main-nav>a.active,.nav-item>a.active{color:var(--blue)}.nav-cta{min-height:44px!important;height:44px!important;margin-left:12px!important;padding:0 22px!important;border-radius:4px!important;background:linear-gradient(135deg,var(--blue),#0b7ef6)!important;color:#fff!important;border:1px solid #0b65df!important;box-shadow:0 12px 30px rgba(20,87,217,.22);display:inline-flex!important;align-items:center!important;justify-content:center!important}.nav-cta:after{display:none}.nav-cta:hover{color:#fff!important;background:linear-gradient(135deg,#0b48b7,#075edb)!important}.has-dropdown{position:relative}.has-dropdown>a{gap:8px}.has-dropdown>a::after{content:"";position:static;width:7px;height:7px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg);margin-top:-4px;background:transparent}.has-dropdown>a:before{bottom:20px}
.dropdown-panel{position:fixed;top:82px;left:50%;width:min(1080px,calc(100vw - 56px));display:grid;grid-template-columns:300px 1fr;gap:0;background:#fff;border:1px solid var(--line);box-shadow:0 32px 90px rgba(8,24,39,.16);border-radius:6px;opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease;overflow:hidden;z-index:130}.has-dropdown:hover .dropdown-panel,.has-dropdown:focus-within .dropdown-panel{opacity:1;visibility:visible;transform:translate(-50%,0)}.dropdown-panel:before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}.dropdown-intro{background:linear-gradient(180deg,#f5f9ff,#edf6ff);padding:34px 32px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.menu-label{display:block;margin-bottom:14px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;color:#536981}.dropdown-intro strong{display:block;font-size:27px;line-height:1.12;letter-spacing:-.035em;color:var(--heading);margin-bottom:16px}.dropdown-intro span:not(.menu-label){display:block;color:#536579;font-size:15px;line-height:1.75;font-weight:600}.dropdown-quick{display:inline-flex;align-self:flex-start;margin-top:30px;padding-bottom:4px;border-bottom:1px solid var(--heading);font-size:15px;font-weight:900;color:var(--heading)}.dropdown-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);padding:0}.service-menu-link{display:grid;grid-template-columns:44px minmax(0,1fr);column-gap:12px;align-items:start;background:#fff;padding:26px 24px;min-height:128px;transition:background .18s ease}.service-menu-link:hover,.service-menu-link.current{background:#f8fbff}.service-menu-link em{font-style:normal;color:var(--blue);font-size:13px;font-weight:950;letter-spacing:.08em;padding-top:2px}.service-menu-link b{font-size:18px;line-height:1.25;color:var(--heading);letter-spacing:-.025em;white-space:normal}.service-menu-link span{grid-column:2;display:block;color:#5b6b80;font-size:14px;line-height:1.58;margin-top:8px;font-weight:650;white-space:normal}.nav-toggle{display:none;width:46px;height:46px;border:1px solid var(--line2);background:#fff;border-radius:4px;padding:11px}.nav-toggle span{display:block;height:2px;background:var(--heading);margin:6px 0;border-radius:5px;transition:.2s ease}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
/* Type */
.eyebrow{margin:0 0 16px;color:var(--blue);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.18em}h1,h2,h3{margin-top:0;color:var(--heading);letter-spacing:-.025em}h1{font-size:clamp(42px,4.8vw,66px);line-height:1.08;margin-bottom:24px;max-width:820px}h2{font-size:clamp(34px,3.3vw,48px);line-height:1.12;margin-bottom:18px;max-width:760px}h3{font-size:23px;line-height:1.22;margin-bottom:12px}.large-text{font-size:20px;line-height:1.75;color:#3d4f66;font-weight:650}.section-head{max-width:760px;margin-bottom:44px}.section-head p{font-size:17px;line-height:1.75}.split-head{max-width:none;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);gap:64px;align-items:start}.split-head p{margin-top:38px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 26px;border-radius:4px;font-weight:900;border:1px solid transparent;font-size:16px;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 14px 34px rgba(20,87,217,.18)}.btn-primary:hover{background:#0a48ba;border-color:#0a48ba}.btn-secondary{background:#fff;border-color:#98abc0;color:var(--heading)}.btn-secondary:hover{background:#f4f8fc;border-color:#7288a1}
/* Hero */
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 84% 18%,rgba(4,186,252,.16),transparent 34%),linear-gradient(120deg,#ffffff 0%,#ffffff 52%,#eef7ff 52%,#f8fbff 100%);padding:108px 0 98px;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(460px,.88fr);gap:72px;align-items:center}.hero-lead{font-size:20px;line-height:1.8;max-width:760px;margin-bottom:30px;color:#506075}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0 38px}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);max-width:820px;background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden;box-shadow:0 16px 44px rgba(8,24,39,.07)}.hero-proof div{padding:22px 24px;border-right:1px solid var(--line)}.hero-proof div:last-child{border-right:0}.hero-proof strong{display:block;font-size:17px;color:var(--heading);margin-bottom:4px}.hero-proof span{display:block;color:#5a6b80;font-size:14px;line-height:1.55}.hero-visual{position:relative;min-height:520px}.browser-card{background:#fff;border:1px solid var(--line2);border-radius:6px;box-shadow:var(--shadow2);overflow:hidden}.main-preview{position:absolute;inset:24px 0 68px 20px}.browser-top{height:44px;background:#f5f8fc;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:8px;padding:0 16px}.browser-top span{width:10px;height:10px;border-radius:50%;background:#b9c8d6}.preview-layout{display:grid;grid-template-columns:120px 1fr;min-height:390px}.preview-sidebar{background:#f0f6fc;border-right:1px solid var(--line)}.preview-main{padding:34px}.preview-title{height:40px;width:58%;background:var(--navy);border-radius:4px;margin-bottom:20px}.preview-line{height:14px;width:70%;background:#d5e0eb;border-radius:999px;margin:12px 0}.preview-line.wide{width:88%}.preview-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px}.preview-cards i{height:126px;background:linear-gradient(180deg,#fff,#f4f8fc);border:1px solid var(--line);border-radius:5px}.floating-card{position:absolute;background:#fff;border:1px solid var(--line2);border-radius:6px;padding:20px 22px;box-shadow:var(--shadow);min-width:220px}.floating-card span{display:block;text-transform:uppercase;letter-spacing:.12em;color:#5c6b7d;font-size:12px;font-weight:950}.floating-card strong{display:block;font-size:32px;line-height:1.1;color:var(--heading);margin:7px 0}.floating-card small{display:block;color:#607084;line-height:1.55}.card-seo{right:0;top:6px;border-top:4px solid var(--cyan)}.card-lead{left:0;bottom:14px;border-top:4px solid var(--amber)}
/* Cards */
.info-card,.service-card,.case-card,.price-card,.article-card,.feature-card,.deliver-card,.stat-card,.process-card,.visual-card,.toc-box,.method-wrap,.mini-panel,.form-card,.contact-card,.service-detail-card,.quote-box{background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.info-card:hover,.service-card:hover,.case-card:hover,.price-card:hover,.article-card:hover,.feature-card:hover,.deliver-card:hover,.stat-card:hover,.process-card:hover{border-color:#b8c9dc;box-shadow:0 18px 44px rgba(8,24,39,.08);transform:translateY(-2px)}.client-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.info-card{padding:30px 28px;min-height:230px;border-top:4px solid var(--blue)}.info-card:nth-child(2){border-top-color:var(--cyan)}.info-card:nth-child(3){border-top-color:var(--amber)}.info-card:nth-child(4){border-top-color:var(--green)}.icon-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:3px;background:#edf5ff;color:var(--blue);border:1px solid #cfe3ff;font-size:12px;font-weight:950;padding:6px 10px;margin-bottom:22px}.info-card h3{font-size:22px}.info-card p{font-size:15.5px;line-height:1.7}
.service-list{display:grid;grid-template-columns:1.02fr 1fr 1fr;gap:20px}.service-card{position:relative;display:grid;grid-template-columns:58px 1fr;gap:18px;padding:32px 30px;min-height:230px;overflow:hidden}.service-card:before{content:"";position:absolute;left:0;top:0;right:0;height:4px;background:var(--blue)}.service-card:nth-child(2):before{background:var(--cyan)}.service-card:nth-child(3):before{background:#5b6ee1}.service-card:nth-child(4):before{background:var(--green)}.service-card:nth-child(5):before{background:var(--amber)}.service-card.featured{grid-row:span 2;background:linear-gradient(180deg,#ffffff,#f8fbff);border-color:#bfd6ee}.service-num{font-size:22px;font-weight:950;color:var(--blue);line-height:1.2}.service-card p{font-size:16px;line-height:1.75}.service-card ul{margin:20px 0 0;padding-left:18px;color:#536579;font-size:15.5px;line-height:1.75}.service-card li{margin:5px 0}
.problem-section{background:radial-gradient(circle at 88% 12%,rgba(4,186,252,.16),transparent 30%),linear-gradient(135deg,#081827,#0b2a46);color:#fff}.problem-section h2{color:#fff}.problem-section .eyebrow{color:#7dd3fc}.problem-section p{color:#c9d8e7}.problem-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.problem-list{display:grid;gap:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:6px;overflow:hidden}.problem-list div{display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:start;padding:22px 24px;border-bottom:1px solid rgba(255,255,255,.12)}.problem-list div:last-child{border-bottom:0}.problem-list strong{font-size:20px;color:#7dd3fc}.problem-list span{font-size:17px;color:#e7f0fa;line-height:1.65}.method-wrap{padding:44px;background:linear-gradient(180deg,#fff,#f7fbff);border-color:#cfe0f2}.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.method-grid article{background:#fff;border:1px solid var(--line);border-radius:5px;padding:26px 24px}.method-grid article span{display:inline-block;margin-bottom:18px;color:var(--blue);font-size:13px;font-weight:950}.method-grid article h3{font-size:20px}.method-grid article p{font-size:15.5px;line-height:1.7}
.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.case-card{overflow:hidden;background:#fff}.case-img{height:260px;background:#eef4fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.case-img.has-image img{width:100%;height:100%;object-fit:cover;object-position:center}.case-body{padding:30px}.case-type,.article-meta{margin:0 0 14px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:950;color:var(--blue)}.case-body h3{font-size:24px;margin-bottom:22px}.case-body dl{margin:0;display:grid;grid-template-columns:48px 1fr;gap:8px 12px}.case-body dt{font-weight:900;color:var(--heading)}.case-body dd{margin:0;color:#5d6d80;line-height:1.6}.insights-grid,.resources-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{padding:32px;min-height:260px;display:flex;flex-direction:column;justify-content:space-between}.featured-article{background:#fff;border-color:var(--line)}.featured-article h3{color:var(--heading)}.featured-article p{color:#526278}.featured-article .article-link,.featured-article .article-meta{color:var(--blue)}.article-card h3{font-size:24px}.article-link{margin-top:22px;display:inline-flex;font-weight:950;color:var(--blue)}.pricing-grid,.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.price-card{padding:30px;position:relative;overflow:hidden}.price-card.highlight,.price-card.featured{border-color:#8dbaf4;box-shadow:0 18px 44px rgba(20,87,217,.08)}.price-card.highlight:before,.price-card.featured:before{content:"推荐";position:absolute;right:20px;top:20px;background:#eaf4ff;color:var(--blue);border:1px solid #cfe3ff;border-radius:3px;padding:4px 8px;font-size:12px;font-weight:950}.price-card strong{display:block;font-size:27px;color:var(--heading);margin:18px 0}.price-card ul{padding-left:18px;color:#536579;line-height:1.8}.timeline{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line);border-radius:6px;overflow:hidden;background:#fff}.timeline div{padding:28px 22px;border-right:1px solid var(--line)}.timeline div:last-child{border-right:0}.timeline span{display:block;color:var(--blue);font-weight:950;margin-bottom:14px}.timeline h3{font-size:22px}.timeline p{font-size:15px}.faq-wrap{max-width:920px}.faq-list{display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:6px;padding:0}.faq-list summary{cursor:pointer;padding:22px 24px;font-weight:900;color:var(--heading);list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";float:right;color:var(--blue);font-size:22px;line-height:1}.faq-list details[open] summary:after{content:"−"}.faq-list p{padding:0 24px 24px;margin:0}.final-cta{background:linear-gradient(135deg,#071827,#0a3359);color:#fff}.final-cta h2,.final-cta p{color:#fff}.cta-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:start}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#fff;border-radius:6px;padding:30px;border:1px solid rgba(255,255,255,.2);box-shadow:var(--shadow2)}.contact-form label{display:grid;gap:8px;color:#223044;font-weight:900;font-size:14px}.contact-form label:nth-child(3),.contact-form label:nth-child(4),.contact-form button,.contact-form .form-note{grid-column:1/-1}input,textarea,select{width:100%;min-height:52px;border:1px solid #cbd8e5;border-radius:4px;background:#fff;color:var(--ink);padding:0 14px;font:inherit}textarea{min-height:120px;padding-top:13px;resize:vertical}.form-note{font-size:13px;margin:0;color:#718197}.contact-form .btn-primary{width:100%;min-height:56px}.site-footer{background:#071827;color:#dbe7f4;padding:64px 0 26px}.site-footer p,.site-footer a{color:#aebed1}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:44px}.site-footer h4{margin:0 0 16px;color:#fff}.site-footer a{display:block;margin:9px 0}.footer-brand .brand-text{color:#fff}.footer-bottom{margin-top:44px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);color:#8395aa;font-size:14px}
/* Inner pages */
.page-hero,.article-hero{background:radial-gradient(circle at 82% 20%,rgba(4,186,252,.12),transparent 30%),#fff;border-bottom:1px solid var(--line);padding:96px 0}.page-hero-grid,.article-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:60px;align-items:start}.crumb,.article-byline{color:#657589;font-weight:800;margin-bottom:16px}.mini-panel.text-only,.article-side-card,.toc-box{padding:26px;background:#fff;border:1px solid var(--line);border-radius:6px}.mini-panel-media{display:none!important}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.feature-grid,.deliver-grid,.stats-grid,.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card,.deliver-card,.stat-card,.contact-card{padding:28px}.visual-stack{display:grid;gap:22px}.visual-card{padding:28px}.visual-stack-image,.visual-media-card{background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden}.visual-media-card img,.visual-stack-image img,.article-cover-media img{width:100%;height:100%;object-fit:cover}.visual-caption{padding:20px 22px;background:#fff;display:flex;justify-content:space-between;gap:20px;color:#5d6d80;border-top:1px solid var(--line);font-weight:700}.dark-panel{background:linear-gradient(135deg,#071827,#0b3154);color:#fff;border-radius:6px;padding:36px}.dark-panel h2,.dark-panel h3,.dark-panel p{color:#fff}.check-list{padding-left:18px;color:#526278;line-height:1.9}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:6px;background:#fff}.price-table{width:100%;border-collapse:collapse}.price-table th,.price-table td{padding:18px;border-bottom:1px solid var(--line);text-align:left}.price-table th{background:#f2f7fc;color:var(--heading)}.resource-filter{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:34px}.tag{display:inline-flex;border:1px solid #cfe3ff;background:#eef7ff;color:var(--blue);border-radius:3px;padding:8px 12px;font-weight:900;font-size:13px}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 320px;gap:64px;align-items:start}.article-content{background:#fff;border:1px solid var(--line);border-radius:6px;padding:42px}.article-content h2{font-size:34px;margin-top:38px}.article-lead{font-size:20px;line-height:1.8;color:#415168}.article-note,.article-cta{background:#eef7ff;border-left:4px solid var(--blue);padding:22px;margin:28px 0}.article-cover,.article-cover-media{height:380px;background:#eef4fa;border:1px solid var(--line);border-radius:6px;overflow:hidden}.article-toc{position:sticky;top:104px;display:grid;gap:18px}.cover-browser{height:100%;background:linear-gradient(180deg,#fff,#eef6ff)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .45s ease,transform .45s ease}.reveal.in{opacity:1;transform:none}
@media(max-width:1120px){.container{width:min(100% - 40px,1000px)}.nav-toggle{display:block}.main-nav{position:absolute;left:0;right:0;top:82px;display:none;flex-direction:column;align-items:stretch;background:#fff;border-bottom:1px solid var(--line);padding:10px 24px 24px;box-shadow:0 22px 45px rgba(8,24,39,.08)}.main-nav.open{display:flex}.main-nav>a,.nav-item>a{min-height:54px;padding:0;border-bottom:1px solid #edf2f7}.main-nav>a:after,.nav-item>a:before{display:none}.nav-cta{width:100%;margin:16px 0 0!important}.dropdown-panel{position:static;display:none;opacity:1;visibility:visible;transform:none;width:auto;grid-template-columns:1fr;margin:0 0 14px;box-shadow:none}.capabilities-menu.open .dropdown-panel{display:grid}.dropdown-intro{display:none}.dropdown-links{grid-template-columns:1fr}.service-menu-link{min-height:auto;padding:18px}.hero-grid,.problem-grid,.cta-grid,.page-hero-grid,.article-hero-grid,.two-col,.article-layout{grid-template-columns:1fr}.hero-visual{max-width:760px}.client-grid,.method-grid,.pricing-grid,.price-grid{grid-template-columns:repeat(2,1fr)}.service-list{grid-template-columns:1fr 1fr}.case-grid,.insights-grid,.resources-grid,.feature-grid,.deliver-grid,.stats-grid,.contact-cards{grid-template-columns:1fr 1fr}.timeline{grid-template-columns:repeat(3,1fr)}.timeline div:nth-child(3){border-right:0}.split-head{grid-template-columns:1fr;gap:18px}.split-head p{margin-top:0}}
@media(max-width:720px){.container{width:min(100% - 28px,100%)}.nav-wrap{height:72px}.brand-text{font-size:18px}.brand-mark{width:38px;height:38px}.main-nav{top:72px}.section-pad{padding:72px 0}.hero{padding:76px 0;background:#fff}.hero-grid{gap:44px}h1{font-size:40px}h2{font-size:32px}.hero-lead,.large-text{font-size:18px}.hero-proof{grid-template-columns:1fr}.hero-proof div{border-right:0;border-bottom:1px solid var(--line)}.hero-proof div:last-child{border-bottom:0}.hero-visual{min-height:360px}.main-preview{inset:0 0 42px 0}.preview-layout{min-height:300px;grid-template-columns:78px 1fr}.preview-main{padding:22px}.preview-cards i{height:90px}.floating-card{display:none}.client-grid,.service-list,.case-grid,.insights-grid,.resources-grid,.pricing-grid,.price-grid,.method-grid,.feature-grid,.deliver-grid,.stats-grid,.contact-cards,.timeline{grid-template-columns:1fr}.service-card{grid-template-columns:46px 1fr;padding:26px 22px}.case-img{height:220px}.contact-form{grid-template-columns:1fr;padding:22px}.footer-grid{grid-template-columns:1fr}.article-content{padding:26px 20px}.article-cover,.article-cover-media{height:250px}}

.problem-section .large-text,.final-cta .large-text,.dark-panel .large-text{color:#dbeafe;font-weight:650}
.story-band .large-text,.content-block .large-text,.page-hero .large-text,.article-hero .large-text{color:#35475c;font-weight:650}

/* Final readability and navigation polish */
@media (min-width:1121px){
  .nav-wrap{height:92px;gap:34px}
  .brand{gap:15px}
  .brand-mark{width:48px;height:48px;font-size:14px;border-radius:5px}
  .brand-text{font-size:22px;letter-spacing:-.025em}
  .main-nav{gap:8px;font-size:16.5px;font-weight:900}
  .main-nav>a,.nav-item>a{min-height:92px;padding:0 16px;color:#172439}
  .main-nav>a:after,.nav-item>a:before{left:16px;right:16px;bottom:25px;height:2.5px}
  .nav-cta{min-height:52px!important;height:52px!important;padding:0 30px!important;margin-left:16px!important;font-size:16.5px!important;letter-spacing:.01em!important;box-shadow:0 16px 34px rgba(20,87,217,.24)!important}
  .dropdown-panel{top:92px;width:min(1120px,calc(100vw - 64px));grid-template-columns:320px 1fr}
  .service-menu-link{min-height:136px;padding:28px 28px;grid-template-columns:48px minmax(0,1fr)}
  .service-menu-link b{font-size:19.5px}
  .service-menu-link span{font-size:15.5px;line-height:1.62;color:#4d5f75}
  .dropdown-intro strong{font-size:29px}
  .dropdown-intro span:not(.menu-label){font-size:16px;color:#465a71}
}

.problem-section .large-text,
.problem-section .section-head p,
.problem-section p.large-text{
  color:#e8f5ff!important;
  font-weight:760!important;
  opacity:1!important;
  text-shadow:0 1px 0 rgba(0,0,0,.08);
}
.problem-section p{
  color:#d8e8f7!important;
}
.problem-section .problem-list span{
  color:#f2f8ff!important;
  font-weight:680!important;
}
.problem-section .problem-list strong{
  color:#8ee2ff!important;
}
.dark-panel .check-list,
.dark-panel .check-list li,
.dark-panel ul,
.dark-panel li{
  color:#e6f0fb!important;
  opacity:1!important;
  font-weight:650;
}
.dark-panel .check-list li::marker,
.dark-panel li::marker{
  color:#8ee2ff;
}
.dark-panel p,
.final-cta p{
  color:#e0edf9!important;
}
.dark-panel .large-text,
.final-cta .large-text{
  color:#f0f8ff!important;
  font-weight:760!important;
}

@media(max-width:1120px){
  .main-nav{top:92px;font-size:16px}
  .main-nav>a,.nav-item>a{font-size:16px;font-weight:900}
  .nav-cta{min-height:52px!important;height:52px!important;font-size:16px!important}
}
@media(max-width:720px){
  .nav-wrap{height:76px}
  .main-nav{top:76px}
  .brand-text{font-size:19px}
  .brand-mark{width:40px;height:40px}
}

/* Typography balance pass: keep the editorial feel without oversized Chinese headings */
@media (min-width:721px){
  h1{
    font-size:clamp(34px,3.35vw,52px);
    line-height:1.16;
    letter-spacing:-.018em;
    max-width:900px;
    margin-bottom:22px;
  }
  h2{
    font-size:clamp(28px,2.45vw,40px);
    line-height:1.2;
    letter-spacing:-.016em;
    max-width:840px;
    margin-bottom:16px;
  }
  h3{
    font-size:21px;
    line-height:1.28;
    letter-spacing:-.01em;
  }
  .hero-lead{
    font-size:19px;
    line-height:1.78;
    max-width:780px;
  }
  .large-text{
    font-size:18px;
    line-height:1.72;
  }
  .section-head{max-width:820px;margin-bottom:42px}
  .section-head p{font-size:16.5px;line-height:1.72}
  .split-head{gap:56px}
  .split-head p{margin-top:28px}
  .article-content h2{font-size:30px;line-height:1.24}
  .page-hero,.article-hero{padding:84px 0}
  .section-pad{padding:92px 0}
  .hero{padding:92px 0 86px}
}

@media (min-width:1121px){
  .hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(440px,.86fr);gap:64px}
  .hero-visual{min-height:500px}
  .split-head{grid-template-columns:minmax(0,0.92fr) minmax(390px,.76fr)}
}

@media(max-width:720px){
  h1{font-size:34px;line-height:1.18;letter-spacing:-.015em;max-width:100%}
  h2{font-size:28px;line-height:1.22;letter-spacing:-.012em;max-width:100%}
  h3{font-size:20px;line-height:1.28}
  .hero-lead,.large-text{font-size:17px;line-height:1.72}
  .section-head p{font-size:16px;line-height:1.72}
  .article-content h2{font-size:26px;line-height:1.25}
}

/* Final UX typography correction: reduce oversized hero/section headings */
@media (min-width:721px){
  h1{
    font-size:clamp(36px,3.1vw,50px);
    line-height:1.17;
    max-width:900px;
  }
  h2{
    font-size:clamp(29px,2.25vw,38px);
    line-height:1.22;
    max-width:840px;
  }
  .problem-section h2,
  .method-wrap h2,
  .section-head h2,
  .split-head h2{
    max-width:780px;
  }
  .page-hero h1,
  .article-hero h1{
    max-width:860px;
  }
  .eyebrow{
    margin-bottom:14px;
  }
}
@media (min-width:1121px){
  .hero h1{
    font-size:clamp(40px,3.25vw,52px);
    max-width:880px;
  }
  .section-head h2,
  .split-head h2{
    font-size:clamp(31px,2.35vw,40px);
  }
}
@media(max-width:720px){
  h1{font-size:32px;line-height:1.2}
  h2{font-size:26px;line-height:1.24}
  .hero h1{font-size:33px;line-height:1.2}
  .section-pad{padding:66px 0}
  .hero{padding:66px 0 70px}
}

/* Final size lock after visual review: editorial but not billboard-sized */
@media (min-width:721px){
  h1{font-size:clamp(35px,2.95vw,48px);line-height:1.18}
  h2{font-size:clamp(28px,2.1vw,36px);line-height:1.24}
  .hero h1{font-size:clamp(38px,3vw,50px);line-height:1.18}
  .section-head h2,.split-head h2{font-size:clamp(29px,2.15vw,37px);line-height:1.24}
  .problem-section h2,.method-wrap h2{font-size:clamp(29px,2.12vw,36px);line-height:1.25}
  .large-text{font-size:17.5px;line-height:1.72}
}
@media(max-width:720px){
  h1{font-size:31px;line-height:1.22}
  h2{font-size:25px;line-height:1.26}
  .hero h1{font-size:32px;line-height:1.21}
}


/* Final UX pass: headings with helper copy, non-native lists, stronger qualified enquiry forms */
.section-head.split-head{
  display:block!important;
  max-width:900px!important;
  margin-bottom:48px!important;
}
.section-head.split-head > div{
  max-width:860px!important;
}
.section-head.split-head > p{
  margin:14px 0 0!important;
  max-width:720px!important;
  font-size:17px!important;
  line-height:1.76!important;
  color:#41536a!important;
  font-weight:650!important;
}
@media(max-width:720px){
  .section-head.split-head{margin-bottom:34px!important;}
  .section-head.split-head > p{font-size:16px!important;line-height:1.72!important;}
}

/* Replace browser-default bullets with designed list rows */
.mini-panel ul,
.article-side-card ul,
.toc-box ul,
.service-card ul,
.price-card ul,
.feature-card ul,
.deliver-card ul,
.dark-panel .check-list,
.article-content ul{
  list-style:none!important;
  padding-left:0!important;
  margin:18px 0 0!important;
  display:grid!important;
  gap:10px!important;
}
.mini-panel li,
.article-side-card li,
.toc-box li,
.service-card li,
.price-card li,
.feature-card li,
.deliver-card li,
.dark-panel .check-list li,
.article-content li{
  position:relative!important;
  padding-left:30px!important;
  color:#40536a!important;
  line-height:1.66!important;
  font-weight:650!important;
}
.mini-panel li::before,
.article-side-card li::before,
.toc-box li::before,
.service-card li::before,
.price-card li::before,
.feature-card li::before,
.deliver-card li::before,
.article-content li::before{
  content:"";
  position:absolute;
  left:0;
  top:.58em;
  width:12px;
  height:12px;
  border:2px solid var(--blue);
  background:#edf6ff;
  border-radius:2px;
  box-shadow:inset 0 0 0 3px #fff;
}
.dark-panel .check-list li,
.dark-panel ul li{
  color:#edf7ff!important;
  font-weight:680!important;
}
.dark-panel .check-list li::before,
.dark-panel ul li::before{
  content:"";
  position:absolute;
  left:0;
  top:.58em;
  width:12px;
  height:12px;
  border:2px solid #7dd3fc;
  background:rgba(125,211,252,.16);
  border-radius:2px;
  box-shadow:inset 0 0 0 3px rgba(8,24,39,.65);
}

/* Numbers / capability cards: more intentional than plain boxes */
.stats-grid{
  gap:18px!important;
}
.stat-card{
  position:relative;
  min-height:128px;
  padding:30px 28px 28px!important;
  display:grid;
  align-content:center;
  overflow:hidden;
  background:linear-gradient(180deg,#fff,#f8fbff)!important;
  border-color:#cfdceb!important;
}
.stat-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:5px;
  background:linear-gradient(180deg,var(--blue),var(--cyan));
}
.stat-card strong{
  display:inline-flex!important;
  align-items:baseline;
  gap:6px;
  margin:0 0 8px!important;
  color:var(--blue)!important;
  font-size:30px!important;
  line-height:1.05!important;
  letter-spacing:-.02em;
}
.stat-card span{
  display:block;
  color:#29384c!important;
  font-weight:760!important;
  line-height:1.58;
}

/* Qualified project enquiry form */
.contact-form.project-form{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px 20px!important;
  padding:38px!important;
  border:1px solid #c8d7e8!important;
  border-radius:6px!important;
  background:#fff!important;
  box-shadow:0 24px 70px rgba(8,24,39,.14)!important;
}
.form-head{
  grid-column:1/-1;
  padding:0 0 18px;
  margin:0 0 4px;
  border-bottom:1px solid var(--line);
}
.form-head strong{
  display:block;
  color:var(--heading);
  font-size:24px;
  line-height:1.25;
  letter-spacing:-.018em;
  margin-bottom:8px;
}
.form-head p{
  margin:0;
  color:#53667d!important;
  font-size:15.5px;
  line-height:1.72;
  font-weight:650;
}
.contact-form.project-form label{
  display:grid!important;
  gap:9px!important;
  color:#172439!important;
  font-size:15px!important;
  font-weight:900!important;
}
.contact-form.project-form label.form-wide,
.contact-form.project-form button,
.contact-form.project-form .form-note{
  grid-column:1/-1!important;
}
.contact-form.project-form input,
.contact-form.project-form select,
.contact-form.project-form textarea{
  min-height:58px!important;
  border:1px solid #b8c9dc!important;
  border-radius:4px!important;
  background:#fff!important;
  color:#101522!important;
  font-size:15.5px!important;
  font-weight:650!important;
  box-shadow:0 1px 0 rgba(8,24,39,.02);
}
.contact-form.project-form input:focus,
.contact-form.project-form select:focus,
.contact-form.project-form textarea:focus{
  outline:0;
  border-color:var(--blue)!important;
  box-shadow:0 0 0 4px rgba(20,87,217,.12)!important;
}
.contact-form.project-form textarea{
  min-height:150px!important;
  padding-top:14px!important;
}
.contact-form.project-form .btn-primary{
  min-height:62px!important;
  font-size:17px!important;
  letter-spacing:.01em!important;
  margin-top:2px;
}
.contact-form.project-form .form-note{
  margin:0!important;
  padding:13px 15px!important;
  border-left:4px solid var(--cyan);
  background:#f3f8fd;
  color:#53667d!important;
  font-size:13.5px!important;
  line-height:1.62;
  font-weight:650;
}
@media(max-width:720px){
  .contact-form.project-form{
    grid-template-columns:1fr!important;
    padding:24px!important;
  }
  .form-head strong{font-size:21px;}
}


/* Final quick UX correction: list markers should never look like checkboxes */
.mini-panel ul,
.article-side-card ul,
.toc-box ul,
.service-card ul,
.price-card ul,
.feature-card ul,
.deliver-card ul,
.dark-panel .check-list,
.article-content ul{
  list-style:none!important;
  padding-left:0!important;
  margin:16px 0 0!important;
  display:grid!important;
  gap:8px!important;
}
.mini-panel li,
.article-side-card li,
.toc-box li,
.service-card li,
.price-card li,
.feature-card li,
.deliver-card li,
.dark-panel .check-list li,
.article-content li{
  position:relative!important;
  padding-left:18px!important;
  color:#40536a!important;
  line-height:1.72!important;
  font-weight:650!important;
}
.mini-panel li::before,
.article-side-card li::before,
.toc-box li::before,
.service-card li::before,
.price-card li::before,
.feature-card li::before,
.deliver-card li::before,
.article-content li::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:.72em!important;
  width:6px!important;
  height:6px!important;
  border:0!important;
  border-radius:50%!important;
  background:var(--blue)!important;
  box-shadow:none!important;
}
.dark-panel .check-list li,
.dark-panel ul li{
  color:#edf7ff!important;
}
.dark-panel .check-list li::before,
.dark-panel ul li::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:.72em!important;
  width:6px!important;
  height:6px!important;
  border:0!important;
  border-radius:50%!important;
  background:#7dd3fc!important;
  box-shadow:none!important;
}

/* Final quick UX correction: keep enquiry forms short and low-friction */
.contact-form.project-form.simple-project-form{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px 18px!important;
  padding:32px!important;
  border:1px solid #c8d7e8!important;
  border-radius:6px!important;
  background:#fff!important;
  box-shadow:0 22px 62px rgba(8,24,39,.12)!important;
}
.simple-project-form .form-head{
  grid-column:1/-1!important;
  padding:0 0 16px!important;
  margin:0 0 2px!important;
  border-bottom:1px solid var(--line)!important;
}
.simple-project-form .form-head strong{
  font-size:24px!important;
  line-height:1.25!important;
}
.simple-project-form .form-head p{
  color:#4d6078!important;
  font-size:15.5px!important;
  line-height:1.7!important;
  font-weight:650!important;
}
.simple-project-form label{
  display:grid!important;
  gap:8px!important;
  font-size:14.5px!important;
  font-weight:900!important;
  color:#172439!important;
}
.simple-project-form label.form-wide,
.simple-project-form button,
.simple-project-form .form-note{
  grid-column:1/-1!important;
}
.simple-project-form input,
.simple-project-form textarea{
  min-height:54px!important;
  border:1px solid #b8c9dc!important;
  border-radius:4px!important;
  padding:0 14px!important;
  font-size:15px!important;
  font-weight:650!important;
}
.simple-project-form textarea{
  min-height:126px!important;
  padding-top:13px!important;
}
.simple-project-form .btn-primary{
  min-height:56px!important;
  font-size:16px!important;
}
.simple-project-form .form-note{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#718197!important;
  font-size:13px!important;
  line-height:1.6!important;
}
.nav-cta{font-size:16px!important;}
@media(max-width:720px){
  .contact-form.project-form.simple-project-form{
    grid-template-columns:1fr!important;
    padding:24px!important;
  }
}

/* Final polish: keep insight/resource cards visually consistent and avoid one dark card disrupting the module. */
.insights-grid .article-card{border-top:3px solid #d7e7f7;background:#fff}
.insights-grid .article-card:nth-child(2){border-top-color:#bfefff}
.insights-grid .article-card:nth-child(3){border-top-color:#cfe3ff}
.insights-grid .article-card p{color:#526278}
.insights-grid .article-link{color:var(--blue)}

/* Final cleanup: remove side mini-panels on inner-page heroes and let hero copy use full width. */
.page-hero-single{
  display:block;
  max-width:1120px;
}
.page-hero-single > div{
  max-width:920px;
}
.page-hero-single h1{
  max-width:900px;
}
.page-hero-single p:not(.eyebrow):not(.crumb){
  max-width:860px;
}
.page-hero-single .hero-actions{
  margin-top:28px;
}
@media(max-width:720px){
  .page-hero-single > div,
  .page-hero-single h1,
  .page-hero-single p:not(.eyebrow):not(.crumb){
    max-width:none;
  }
}

/* WordPress dynamic theme additions */
.hero-custom-image{display:block;width:100%;height:100%;min-height:420px;object-fit:cover;border-radius:6px;box-shadow:0 28px 70px rgba(8,24,39,.18)}
.brand-logo{display:block;max-width:240px;max-height:58px;width:auto;height:auto}.footer-logo{display:block;max-width:230px;max-height:72px;width:auto;height:auto;margin:0 0 20px}
.inquiry-success{grid-column:1/-1;margin:0 0 18px;padding:14px 18px;border-left:4px solid #16a34a;background:#ecfdf3;color:#166534;font-weight:800}
.feature-card img{display:block;width:100%;height:220px;object-fit:cover;margin:-1px -1px 24px;width:calc(100% + 2px);max-width:none}
.price-card .btn{margin-top:18px}.service-card h3 a,.article-card h2 a{color:inherit;text-decoration:none}.service-card h3 a:hover,.article-card h2 a:hover{color:var(--blue)}
@media(max-width:720px){.hero-custom-image{min-height:320px}}

/* Article detail alignment with the editorial resource template */
.article-byline{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:24px}.article-byline span{position:relative}.article-byline span+span:before{content:"";position:absolute;left:-12px;top:.45em;width:3px;height:3px;border-radius:50%;background:#94a3b8}
.article-side-card h3,.toc-box h3{margin-bottom:18px}.article-side-card .btn{width:100%;margin-top:22px}.toc-box a{display:block;padding:9px 0;border-bottom:1px solid #edf2f7;color:#43556c;font-weight:750}.toc-box a:last-child{border-bottom:0}.toc-box a:hover{color:var(--blue)}
.article-cover-media{margin-bottom:34px}.article-cover-media img{display:block;width:100%;height:100%;object-fit:cover}.article-content>.article-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:42px}.article-cta h3{margin:4px 0 10px}.article-cta p{margin-bottom:0}.article-cta .btn{flex:0 0 auto}
@media(max-width:720px){.article-content>.article-cta{display:block}.article-cta .btn{margin-top:20px;width:100%}.article-byline span+span:before{display:none}}

/* Keep the article heading with the body instead of separating it into a large hero. */
.article-section{padding-top:64px}.article-layout{grid-template-columns:minmax(0,830px) minmax(260px,290px);gap:30px}.article-content{padding:40px 46px}.article-entry-header{padding-bottom:28px;margin-bottom:32px;border-bottom:1px solid var(--line)}.article-entry-header .crumb{margin-bottom:22px;font-size:14px}.article-entry-header h1{max-width:760px;margin:0;font-size:30px;line-height:1.3;letter-spacing:-.015em}.article-entry-header .article-byline{margin-top:20px;color:#64748b;font-size:15px}.article-content .article-cover-media{height:auto;max-height:none;margin-bottom:32px;background:transparent}.article-content .article-cover-media img{width:100%;height:auto;max-height:560px;object-fit:cover}.article-toc{top:104px;gap:16px}.article-toc .toc-box{padding:24px}
@media(max-width:1120px){.article-section{padding-top:56px}.article-layout{grid-template-columns:minmax(0,1fr);gap:28px}.article-content{min-width:0;width:100%}.article-toc{position:static;width:100%}}
@media(max-width:720px){.article-section{padding-top:36px}.article-layout{display:block}.article-content{min-width:0;width:100%;padding:26px 22px}.article-toc{display:none}.article-entry-header{padding-bottom:24px;margin-bottom:26px}.article-entry-header .crumb{margin-bottom:18px;white-space:normal}.article-entry-header h1{font-size:clamp(24px,7vw,28px);line-height:1.32;overflow-wrap:anywhere}.article-entry-header .article-byline{gap:8px 14px;font-size:14px}.article-content .article-cover-media{margin-bottom:26px}.entry-content{min-width:0;overflow-wrap:anywhere}}

/* Dynamic article content and recommendation lists */
.entry-content{font-size:17px;line-height:1.85;color:#334155}.article-content h2{margin:38px 0 15px;font-size:24px;line-height:1.4;color:#0f172a}.article-content h3{margin:28px 0 12px;font-size:20px;line-height:1.45;color:#172033}.article-content p{margin:0 0 21px;font-size:17px;line-height:1.85;color:#334155}.article-content ul,.article-content ol{margin:17px 0 24px;padding-left:25px;display:grid;gap:8px}.article-content li{font-size:17px;line-height:1.75;color:#334155;font-weight:500}.article-content img{max-width:100%;height:auto}.article-content figure{max-width:100%;margin:27px 0}.article-content figcaption{margin-top:8px;color:#64748b;font-size:14px;text-align:center}.article-content ol li{padding-left:4px}.article-content ol li::before{display:none!important}.article-content blockquote{margin:27px 0;padding:20px 24px;border-left:4px solid var(--blue);background:#f2f7fc;color:#26364a}.article-content blockquote p:last-child{margin-bottom:0}.article-content table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;margin:27px 0}.article-content th,.article-content td{min-width:130px;padding:13px 15px;border:1px solid var(--line);text-align:left;vertical-align:top}.article-content th{background:#f2f7fc;color:var(--heading)}.article-content .wp-block-image,.article-content .wp-block-table{max-width:100%;overflow-x:auto}
.latest-posts-box .latest-post-list{display:grid!important;gap:0!important;margin:0!important;padding:0!important;list-style:none!important}.latest-posts-box .latest-post-list li{display:block!important;padding:13px 0!important;border-bottom:1px solid #edf2f7;color:inherit!important;font-weight:inherit!important}.latest-posts-box .latest-post-list li:last-child{border-bottom:0}.latest-posts-box .latest-post-list li::before{display:none!important}.latest-posts-box .latest-post-list a{display:block;padding:0;border:0;color:var(--heading);font-weight:850;line-height:1.45}.latest-posts-box .latest-post-list a:hover{color:var(--blue)}.latest-posts-box time{display:block;margin-top:6px;color:#7a899b;font-size:12px;font-weight:700}
.article-card h3 a{color:inherit;text-decoration:none}.article-card h3 a:hover,.article-meta a:hover{color:var(--blue)}.article-meta a{color:inherit;text-decoration:none}.archive-description{max-width:780px;margin-top:20px}.archive-pagination{margin-top:42px}.archive-pagination .nav-links{display:flex;flex-wrap:wrap;gap:8px}.archive-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--heading);font-weight:800}.archive-pagination .current,.archive-pagination .page-numbers:hover{border-color:var(--blue);background:var(--blue);color:#fff}
@media(max-width:720px){.entry-content,.article-content p,.article-content li{font-size:16px}.article-content h2{margin-top:32px;font-size:21px;line-height:1.42}.article-content h3{margin-top:25px;font-size:18px;line-height:1.48}.article-content table{font-size:14px}}

/* Global inquiry modal */
.inquiry-modal[hidden]{display:none}.inquiry-modal{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:28px;opacity:0;transition:opacity .18s ease}.inquiry-modal.is-open{opacity:1}.inquiry-modal-backdrop{position:absolute;inset:0;background:rgba(4,15,28,.72);backdrop-filter:blur(5px)}.inquiry-modal-dialog{position:relative;z-index:1;width:min(100%,720px);max-height:calc(100vh - 56px);overflow-y:auto;padding:36px;border:1px solid #d6e1ec;border-radius:8px;background:#fff;box-shadow:0 30px 90px rgba(3,15,29,.28);transform:translateY(14px) scale(.985);transition:transform .18s ease;outline:none}.inquiry-modal.is-open .inquiry-modal-dialog{transform:none}.inquiry-modal-close{position:absolute;top:16px;right:18px;display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;color:#172033;font:400 30px/1 Arial,sans-serif;cursor:pointer}.inquiry-modal-close:hover{border-color:var(--blue);color:var(--blue)}.inquiry-modal-copy{padding-right:52px;margin-bottom:24px}.inquiry-modal-copy .eyebrow{margin-bottom:8px}.inquiry-modal-copy h2{margin-bottom:10px;font-size:30px}.inquiry-modal-copy p:last-child{max-width:590px;margin:0}.inquiry-modal .contact-form{box-shadow:none;border-color:var(--line);background:#f8fbfe}.inquiry-modal .contact-form .form-head{display:none}.inquiry-modal .inquiry-success{margin-bottom:18px}.inquiry-modal-open{overflow:hidden}
@media(max-width:720px){.inquiry-modal{align-items:end;padding:0}.inquiry-modal-dialog{width:100%;max-height:92vh;padding:28px 18px 20px;border-radius:12px 12px 0 0;transform:translateY(24px)}.inquiry-modal-close{top:12px;right:14px;width:38px;height:38px}.inquiry-modal-copy{padding-right:44px;margin-bottom:18px}.inquiry-modal-copy h2{font-size:24px}.inquiry-modal-copy p:last-child{font-size:15px}.inquiry-modal .contact-form.project-form.simple-project-form{padding:20px!important}}

/* Final mobile navigation: compact service names without desktop card details. */
@media(max-width:1120px){
  .site-header .main-nav{max-height:calc(100vh - 92px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}
  .site-header .capabilities-menu{width:100%;min-width:0}
  .site-header .capabilities-menu>a{width:100%}
  .site-header .dropdown-panel{position:static!important;inset:auto!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;transform:none!important;overflow:hidden!important;background:#f7faff!important}
  .site-header .dropdown-links{display:block!important;width:100%!important;min-width:0!important;background:transparent!important}
  .site-header .service-menu-link{display:block!important;width:100%!important;min-width:0!important;min-height:0!important;padding:13px 16px 13px 22px!important;border-bottom:1px solid #e4edf6!important;background:#f7faff!important}
  .site-header .service-menu-link:last-child{border-bottom:0!important}
  .site-header .service-menu-link em,.site-header .service-menu-link span{display:none!important}
  .site-header .service-menu-link b{display:block!important;margin:0!important;font-size:15px!important;line-height:1.4!important;letter-spacing:0!important;white-space:normal!important;color:#25364b!important}
  .site-header .service-menu-link:hover,.site-header .service-menu-link:focus{background:#edf5ff!important}
}
@media(max-width:720px){
  .site-header .main-nav{max-height:calc(100vh - 76px);padding:8px 18px 20px}
  .site-header .service-menu-link{padding:12px 14px 12px 18px!important}
  .site-header .service-menu-link b{font-size:15px!important}
}

/* Keep the first content row visible while preserving gradual reveals deeper down. */
.page-hero,.article-hero{padding:76px 0 70px}
.page-hero .hero-actions,.article-hero .hero-actions{margin:26px 0 0}
main > .page-hero + .section-pad,
main > .article-hero + .section-pad{padding-top:64px}
@media(max-width:720px){
  .page-hero,.article-hero{padding:52px 0 48px}
  .page-hero .eyebrow,.article-hero .eyebrow{margin-bottom:12px}
  .page-hero h1,.article-hero h1{margin-bottom:18px}
  .page-hero .large-text,.article-hero .large-text{margin-bottom:0}
  .page-hero .hero-actions,.article-hero .hero-actions{margin:22px 0 0;gap:10px}
  main > .page-hero + .section-pad,
  main > .article-hero + .section-pad{padding-top:46px}
}

@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
}

/* Balanced vertical rhythm between page modules. */
main > section.section-pad:not(.hero):not(.page-hero):not(.article-hero){padding:56px 0}
.section-head{margin-bottom:42px}
main > .page-hero + .section-pad,
main > .article-hero + .section-pad{padding-top:64px}
@media(max-width:720px){
  main > section.section-pad:not(.hero):not(.page-hero):not(.article-hero){padding:44px 0}
  .section-head{margin-bottom:34px}
  .section-head.split-head{margin-bottom:34px!important}
  main > .page-hero + .section-pad,
  main > .article-hero + .section-pad{padding-top:46px}
}
