:root{--bg:#f6f1e8;--bg-strong:#f0e8dc;--surface:#fffbf5e6;--surface-strong:#fffdf8;--surface-deep:#10233f;--surface-deep-2:#18345c;--line:#222b3e1f;--line-strong:#222b3e33;--text:#1a2333;--text-soft:#5f6676;--text-faint:#7d8594;--brand:#2456d6;--brand-strong:#173ca2;--accent:#c08a37;--accent-soft:#c08a3724;--success:#2f8c67;--shadow-soft:0 18px 50px #171f2d14;--shadow-strong:0 28px 80px #121f3a24;--radius-sm:14px;--radius-md:22px;--radius-lg:32px;--container:1240px;--header-height:84px;--font-body:"Avenir Next", "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;--font-heading:"Iowan Old Style", "Palatino Linotype", "Noto Serif SC", "Source Han Serif SC", serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 28px)}body{min-width:320px;color:var(--text);background:radial-gradient(circle at top left, #2456d61a, transparent 28%), radial-gradient(circle at 85% 0%, #c08a3717, transparent 22%), linear-gradient(180deg, #fbf7f1 0%, var(--bg) 48%, #f8f2e8 100%);font-family:var(--font-body);margin:0;font-size:16px;line-height:1.7;overflow-x:hidden}body::selection{color:#fff;background:var(--brand)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img,svg{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--font-heading);color:var(--text);margin-bottom:0;line-height:1.08}h1{letter-spacing:-.04em;font-size:clamp(2.9rem,5vw,5.6rem)}h2{letter-spacing:-.03em;font-size:clamp(2rem,3vw,3.2rem)}h3{letter-spacing:-.02em;font-size:1.2rem}p{color:var(--text-soft)}.site-shell{position:relative}.site-main{z-index:1;position:relative}.container{width:min(100% - 48px, var(--container));margin-inline:auto}.skip-link{z-index:300;background:var(--brand);color:#fff;border-radius:999px;padding:10px 16px;transition:transform .18s;position:fixed;top:16px;left:16px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.eyebrow{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;margin-bottom:14px;font-size:.86rem;font-weight:800}.eyebrow.light{color:#ffe8ccdb}.site-header{z-index:120;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbf7f1b8;border-bottom:1px solid #222b3e14;position:sticky;top:0}.header-bar{min-height:var(--header-height);justify-content:space-between;align-items:center;gap:28px;display:flex}.brand,.footer-brand{align-items:center;gap:14px;display:inline-flex}.brand-mark{color:#fff;width:46px;height:46px;font-family:var(--font-heading);background:linear-gradient(145deg,#1a3d93,#2f69df 68%,#cf9951);border-radius:18px;place-items:center;font-size:1rem;font-weight:700;display:grid;box-shadow:0 16px 36px #2456d638}.brand-copy{gap:1px;display:grid}.brand-copy strong{color:var(--text);font-size:1rem}.brand-copy span{color:var(--text-faint);font-size:.78rem}.desktop-nav{align-items:center;gap:4px;display:flex}.nav-link,.dropdown-panel a{min-height:44px;color:var(--text-soft);border-radius:999px;align-items:center;padding:0 14px;font-size:.95rem;transition:background .18s,color .18s,transform .18s;display:inline-flex}.nav-link:hover,.nav-link:focus-visible,.nav-link.active{color:var(--brand-strong);background:#2456d614}.nav-dropdown{position:relative}.dropdown-panel{opacity:0;visibility:hidden;border:1px solid var(--line);min-width:220px;box-shadow:var(--shadow-soft);background:#fffdf8f5;border-radius:20px;padding:10px;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:calc(100% + 10px);left:0;transform:translateY(8px)}.nav-dropdown:hover .dropdown-panel,.nav-dropdown:focus-within .dropdown-panel{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-panel a{display:flex}.header-actions{align-items:center;gap:14px;display:flex}.header-note{justify-items:end;gap:1px;display:grid}.header-note span{color:var(--text-faint);font-size:.76rem}.header-note strong{color:var(--text);font-size:.94rem}.menu-button{border:1px solid var(--line);background:#fffdf8e6;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:48px;height:48px;display:none}.menu-button span{background:var(--text);border-radius:999px;width:18px;height:2px}.mobile-menu{border-top:1px solid var(--line);background:#fbf7f1fa;display:none}.mobile-menu.open{display:block}.mobile-menu-inner{padding:18px 0 24px}.mobile-menu nav,.mobile-subnav{gap:8px;display:grid}.mobile-menu nav a,.mobile-subnav a{min-height:46px;color:var(--text);border-radius:16px;align-items:center;padding:0 14px;display:flex}.mobile-menu nav a:hover,.mobile-menu nav a:focus-visible,.mobile-subnav a:hover,.mobile-subnav a:focus-visible{background:#2456d614}.mobile-subnav{border-left:2px solid #2456d624;margin:10px 0 16px;padding-left:12px}.mobile-menu-contact{border:1px solid var(--line);background:#fffdf8e6;border-radius:22px;gap:12px;padding:18px;display:grid}.button-group{flex-wrap:wrap;gap:14px;display:flex}.btn{touch-action:manipulation;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:12px 22px;font-weight:700;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s,color .18s;display:inline-flex}.btn:hover,.btn:focus-visible{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg, var(--brand-strong), var(--brand));color:#fff;box-shadow:0 16px 36px #2456d63d}.btn-primary:hover,.btn-primary:focus-visible{background:linear-gradient(135deg,#143487,#1f4dbf)}.btn-secondary{color:#84591d;background:#c08a371a;border-color:#c08a3747}.btn-secondary:hover,.btn-secondary:focus-visible{background:#c08a3729}.btn-outline{color:var(--text);background:#fffdf899;border-color:#1a233324}.btn-outline:hover,.btn-outline:focus-visible{color:var(--brand-strong);border-color:#2456d640}.btn-light{color:#fff;background:#ffffff1f;border-color:#ffffff2e}.btn.compact{min-height:44px;padding-inline:16px;font-size:.9rem}.page-hero{padding:52px 0 96px;position:relative;overflow:hidden}.hero-aura{filter:blur(80px);opacity:.45;pointer-events:none;border-radius:999px;position:absolute}.hero-aura-left{background:#2456d62e;width:260px;height:260px;top:120px;left:-140px}.hero-aura-right{background:#c08a3724;width:320px;height:320px;top:40px;right:-100px}.breadcrumbs{margin-bottom:34px}.breadcrumbs ol{flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li{color:var(--text-faint);align-items:center;gap:10px;font-size:.9rem;display:inline-flex}.breadcrumbs li+li:before{content:"/";color:#1a233347}.breadcrumbs a:hover,.breadcrumbs a:focus-visible{color:var(--brand-strong)}.page-hero-shell{align-items:start;gap:28px;padding-top:34px;display:grid;position:relative}.page-hero-shell:before{content:"";background:linear-gradient(90deg, var(--brand), #c08a37d9);width:min(160px,26vw);height:2px;position:absolute;top:0;left:0}.hero-layout-split,.hero-layout-brief{grid-template-columns:minmax(0,1fr) minmax(310px,.82fr)}.hero-layout-belt,.hero-layout-plain{max-width:980px}.hero-layout-action{grid-template-columns:minmax(0,1fr) minmax(300px,.74fr);max-width:1120px}.hero-layout-belt{gap:24px}.hero-primary-column,.hero-secondary-column{min-width:0}.hero-intro{max-width:760px}.page-hero h1{letter-spacing:-.055em;max-width:9.6ch;font-size:clamp(2.95rem,4.8vw,5.1rem);line-height:.98}.hero-manifesto .page-hero-shell{grid-template-columns:minmax(0,1.12fr) minmax(480px,.88fr);align-items:center;gap:30px}.hero-manifesto .hero-intro{max-width:none}.hero-manifesto h1{max-width:760px;font-size:clamp(3.3rem,4.2vw,4.95rem);line-height:.98}.hero-service-diagnostic h1{max-width:8.6ch}.hero-industry-brief h1,.hero-editorial-plain h1,.hero-action-plain h1{max-width:10.6ch;font-size:clamp(2.7rem,4.15vw,4.55rem)}.hero-summary{max-width:690px;color:var(--text);margin:20px 0 0;font-size:clamp(1.06rem,1.35vw,1.24rem);line-height:1.62}.hero-manifesto .hero-summary{max-width:33rem;margin-top:24px;font-size:clamp(1rem,1.08vw,1.12rem);line-height:1.72}.hero-proof-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:840px;margin-top:30px;display:grid}.hero-proof-item{border-top:1px solid #222b3e1a;padding-top:16px}.hero-proof-item span{color:var(--text-faint);letter-spacing:.16em;margin-bottom:10px;font-size:.74rem;font-weight:800;display:block}.hero-proof-item strong{color:var(--text);font-size:1rem;line-height:1.45}.hero-button-group{margin-top:30px}.hero-manifesto .hero-button-group{margin-top:34px}.hero-visual-card{background:radial-gradient(circle at 100% 0,#ffffffe6,#0000 34%),linear-gradient(#fffefafa,#f5eee4e6);border:1px solid #222b3e14;border-radius:30px;position:relative;overflow:hidden;box-shadow:0 20px 56px #13203914}.hero-visual-card.kind-diagram{padding:20px 20px 18px}.hero-visual-card.kind-panel{padding:22px 24px}.hero-manifesto .hero-visual-card.kind-panel{border-radius:38px;align-content:space-between;width:100%;max-width:100%;min-height:420px;margin-left:auto;padding:34px 36px 26px;display:grid}.hero-manifesto .hero-visual-card.kind-panel.theme-audit-board{background:radial-gradient(circle at 82% 18%,#fffffff5,#0000 20%),radial-gradient(circle at 78% 22%,#2456d614,#0000 36%),linear-gradient(#fffefafa,#f7f0e5e6);align-content:start;gap:28px;min-height:0}.hero-manifesto .hero-visual-card.kind-panel.theme-audit-board:before{content:"";opacity:.9;pointer-events:none;background:radial-gradient(circle,#fffffff0 0 26%,#2456d612 27% 45%,#0000 46% 100%);border-radius:999px;width:138px;height:138px;position:absolute;top:42px;right:36px}.hero-manifesto .hero-visual-card.kind-panel h2{max-width:11.5ch;font-size:clamp(1.9rem,2.35vw,2.7rem);line-height:1.06}.hero-manifesto .theme-audit-board .hero-visual-head{z-index:1;margin-bottom:0;position:relative}.hero-manifesto .theme-audit-board .hero-visual-eyebrow{letter-spacing:.14em;font-size:.92rem}.hero-manifesto .theme-audit-board .hero-visual-items{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:0;padding-top:28px;display:grid;position:relative}.hero-manifesto .theme-audit-board .hero-visual-items:before{content:"";background:linear-gradient(90deg,#2456d614,#c08a3747,#2456d614);height:1px;position:absolute;top:0;left:0;right:0}.hero-manifesto .theme-audit-board .hero-visual-item{text-align:left;background:#ffffff85;border-top:none;border-radius:24px;gap:10px;padding:18px 18px 16px;display:grid;box-shadow:inset 0 0 0 1px #2456d60d}.hero-manifesto .theme-audit-board .hero-visual-item:before{content:"";background:linear-gradient(145deg, var(--brand), var(--accent));border-radius:999px;width:10px;height:10px}.hero-manifesto .theme-audit-board .hero-visual-item strong{color:var(--text-faint);letter-spacing:.16em;font-size:.78rem;font-weight:800}.hero-manifesto .theme-audit-board .hero-visual-item span{margin-top:0;font-size:1.5rem;line-height:1.04}.hero-manifesto .theme-audit-board .hero-visual-item p{margin-top:0;font-size:.94rem;line-height:1.58}.hero-manifesto .theme-audit-board .hero-visual-note{z-index:1;border-top:1px solid #222b3e14;margin-top:0;padding-top:18px;font-size:.96rem;position:relative}.hero-manifesto .theme-industry-belt .hero-visual-items{gap:0;margin-top:30px}.hero-manifesto .theme-industry-belt .hero-visual-item{text-align:center;padding:28px 16px 0}.hero-manifesto .theme-industry-belt .hero-visual-item strong{color:var(--text-faint);letter-spacing:.18em;font-size:.74rem;font-weight:800}.hero-manifesto .theme-industry-belt .hero-visual-item span{margin-top:8px;font-size:1.64rem;line-height:1.05}.hero-manifesto .hero-visual-note{margin-top:24px;font-size:.98rem}.hero-visual-head{gap:8px;margin-bottom:10px;display:grid}.hero-visual-eyebrow{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}.hero-visual-caption{max-width:30rem;color:var(--text-soft);margin:0;font-size:.96rem}.hero-diagram-surface{padding:10px 4px 4px}.hero-diagram-surface svg{width:100%;height:auto;display:block}.hero-visual-card.kind-panel h2{font-size:clamp(1.34rem,2vw,1.72rem);line-height:1.16}.hero-visual-items{gap:12px;margin-top:18px;display:grid}.theme-channel-rail .hero-visual-items{gap:14px}.theme-industry-belt .hero-visual-items{grid-template-columns:repeat(3,minmax(0,1fr))}.theme-contact-strip .hero-visual-items{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-visual-item{border-top:1px solid #222b3e14;padding:16px 0 0;position:relative}.theme-channel-rail .hero-visual-item{border-top:none;padding-left:16px}.theme-channel-rail .hero-visual-item:before{content:"";background:linear-gradient(180deg, var(--brand), #c08a37b3);border-radius:999px;width:2px;position:absolute;top:18px;bottom:4px;left:0}.hero-visual-item strong{color:var(--text);font-size:1rem;line-height:1.35;display:block}.hero-visual-item span{color:var(--text);font-family:var(--font-heading);margin-top:8px;font-size:1.44rem;line-height:1.1;display:block}.hero-visual-item p,.hero-visual-note{color:var(--text-soft);margin:8px 0 0;font-size:.92rem;line-height:1.55}.visual-frame{border-radius:var(--radius-lg);box-shadow:var(--shadow-strong);background:radial-gradient(circle at 15% 10%,#ffffffe6,#0000 28%),linear-gradient(#fffffff2,#f0e8dccc);border:1px solid #2456d624;position:relative;overflow:hidden}.visual-frame.dark{background:radial-gradient(circle at 20% 12%,#467eff38,#0000 28%),linear-gradient(145deg,#0a172cfa,#122745eb);border-color:#729bff2e}.visual-frame:after{content:"";border-radius:calc(var(--radius-lg) - 10px);pointer-events:none;border:1px solid #ffffff14;position:absolute;inset:18px}.visual-frame-image{object-position:center}.mode-cover .visual-frame-image{object-fit:cover}.mode-contain .visual-frame-image{object-fit:contain;padding:clamp(18px,2vw,28px)}.mode-frame .visual-frame-image{object-fit:contain;padding:clamp(28px,3vw,40px)}.section-shell{padding:84px 0}.section-shell.section-tight{padding-top:68px;padding-bottom:68px}.section-shell.section-tint{background:linear-gradient(#fff9efa6,#f6f1e833)}.section-shell.section-dark{background:radial-gradient(circle at 18% 0,#3467de47,#0000 32%),linear-gradient(#0c1d35,#132946 62%,#0f223e)}.section-shell.section-dark h2,.section-shell.section-dark h3,.section-shell.section-dark p,.section-shell.section-dark li,.section-shell.section-dark strong{color:#f2f5ff}.section-head{margin-bottom:30px}.section-head.center{text-align:center;max-width:820px}.section-head.center p:not(.eyebrow){margin-inline:auto}.section-head>p:not(.eyebrow){max-width:760px;margin-top:14px;font-size:1.04rem}.proof-grid,.pain-strip,.method-grid,.guarantee-grid,.case-grid,.contact-channel-grid{gap:20px;display:grid}.proof-grid,.pain-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.proof-card,.pain-card,.method-card,.capability-card,.industry-card,.guarantee-card,.case-card,.contact-channel-card,.checklist-panel,.checklist-surface{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:#fffdf8e0}.proof-card,.pain-card,.method-card,.capability-card,.industry-card,.case-card,.contact-channel-card,.checklist-panel,.checklist-surface{padding:24px}.proof-card,.pain-card,.capability-card,.industry-card,.contact-channel-card{flex-direction:column;display:flex}.proof-card p,.pain-card p,.method-card p,.capability-card p,.industry-card p,.guarantee-card p,.case-card p,.contact-channel-card p,.checklist-panel p{margin:12px 0 0}.icon-badge{width:46px;height:46px;color:var(--brand-strong);background:linear-gradient(145deg,#2456d624,#c08a3724);border-radius:16px;place-items:center;margin-bottom:18px;display:inline-grid}.icon-badge svg{width:22px;height:22px}.section-dark .icon-badge{color:#ffdeab;background:#ffffff14}.pain-card{padding-top:58px;position:relative}.pain-index{color:#1a233357;letter-spacing:.18em;font-size:.76rem;font-weight:800;position:absolute;top:20px;left:24px}.pain-card-head{align-items:flex-start;gap:14px;display:flex}.pain-card-head .icon-badge{flex:none;margin-bottom:0}.proof-band{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.proof-band-item{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:#fffdf8e0;padding:22px 24px}.proof-band-item strong{color:var(--brand-strong);font-family:var(--font-heading);font-size:clamp(1.5rem,2vw,2rem);line-height:1.05;display:block}.proof-band-item span{color:var(--text);margin-top:12px;font-size:1rem;font-weight:700;line-height:1.45;display:block}.proof-band-item p{color:var(--text-soft);margin-top:10px;font-size:.92rem}.method-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.method-grid.dark .method-card{background:#ffffff0d;border-color:#a1bcf82e}.method-head{align-items:center;gap:14px;margin-bottom:8px;display:flex}.method-head .icon-badge{flex:none;margin-bottom:0}.method-detail{color:var(--text-faint);font-size:.94rem}.micro-tags{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.micro-tags span,.card-label,.industry-focus{width:fit-content;min-height:32px;color:var(--brand-strong);background:#2456d614;border-radius:999px;align-items:center;padding:5px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.section-dark .micro-tags span{color:#ffeed0e6;background:#ffffff14}.capability-grid{gap:20px;display:grid}.capability-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.capability-grid.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.capability-grid.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.capability-card{min-height:100%;transition:transform .18s,box-shadow .18s,border-color .18s}.capability-card:hover,.capability-card:focus-visible,.industry-card:hover,.industry-card:focus-visible{border-color:#2456d63d;transform:translateY(-3px);box-shadow:0 22px 56px #101f3a1f}.capability-title-row,.case-card-head{align-items:flex-start;gap:14px;display:flex}.capability-title-row .icon-badge,.case-card-head .icon-badge{flex:none;margin-bottom:0}.line-list{gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.line-list li{color:var(--text-soft);padding-left:18px;position:relative}.line-list li:before{content:"";background:var(--accent);border-radius:999px;width:7px;height:7px;position:absolute;top:.78em;left:0}.text-cta{color:var(--brand-strong);margin-top:auto;padding-top:18px;font-weight:800}.industry-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;display:grid}.industry-card strong{color:var(--brand-strong);margin-top:auto;padding-top:22px;font-size:.95rem}.guarantee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guarantee-card{grid-template-columns:auto minmax(0,1fr);gap:18px;padding:24px;display:grid}.guarantee-note{color:var(--accent);font-weight:700}.case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.case-row{gap:4px;margin-top:18px;display:grid}.case-row strong{color:var(--text);font-size:.9rem}.process-timeline{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;display:grid;position:relative}.process-timeline:before{content:"";background:linear-gradient(90deg,#2456d62e,#c08a3785,#2456d62e);height:1px;position:absolute;top:32px;left:32px;right:32px}.process-step{border:1px solid var(--line);border-radius:var(--radius-md);min-height:100%;box-shadow:var(--shadow-soft);background:#fffdf8e0;padding:22px;position:relative}.process-index{z-index:1;color:#fff;background:linear-gradient(145deg,#1f4dbf,#cf9951);border-radius:999px;place-items:center;width:42px;height:42px;margin-bottom:20px;font-weight:800;display:inline-grid;position:relative;box-shadow:0 12px 28px #1a305c2e}.process-step strong{color:var(--accent);margin-top:18px;font-size:.92rem;display:block}.contact-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-channel-value{color:var(--text);margin-top:16px;font-size:clamp(1.35rem,2vw,1.9rem);line-height:1.15;display:block}.contact-channel-card .btn{width:100%;margin-top:auto}.split-shell{grid-template-columns:minmax(0,.68fr) minmax(0,1.32fr);gap:28px;display:grid}.checklist-panel,.checklist-surface{max-width:760px}.checklist-surface{padding:28px}.faq-wrap{max-width:920px;margin-inline:auto}.sales-faq{width:100%}.faq-list{gap:14px;display:grid}.faq-item{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fffdf8e6;border-radius:22px;overflow:hidden}.faq-item summary{min-height:66px;color:var(--text);cursor:pointer;justify-content:space-between;align-items:center;gap:18px;padding:18px 22px;font-weight:700;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";width:34px;height:34px;color:var(--brand-strong);background:#2456d614;border-radius:999px;flex:none;place-items:center;font-size:1.2rem;line-height:1;display:grid}.faq-item[open] summary:after{content:"-";background:var(--brand);color:#fff}.faq-answer{border-top:1px solid var(--line);padding:0 22px 22px}.faq-answer p{margin:16px 0 0}.cta-section{padding:78px 0}.cta-shell{color:#fff;box-shadow:var(--shadow-strong);background:radial-gradient(circle at 100% 0,#638cff52,#0000 24%),linear-gradient(140deg,#0f223e,#163159 62%,#1e3f73);border-radius:34px;justify-content:space-between;align-items:center;gap:26px;padding:34px;display:flex}.cta-shell h2,.cta-shell p{color:#fff}.cta-shell>div>p:not(.eyebrow){color:#e7efffe0;max-width:640px;margin-top:14px}.cta-shell.tone-hard{background:radial-gradient(circle at 100% 0,#ffd49638,#0000 28%),linear-gradient(135deg,#0e2039,#17345c 58%,#204579);padding:40px}.site-footer{color:#e6ecf7e6;background:linear-gradient(#0d1d34,#0a182d);padding-top:22px;position:relative}.footer-grid{grid-template-columns:1.45fr .8fr .8fr 1fr;gap:30px;padding:48px 0;display:grid}.footer-brand-block p,.footer-column p,.footer-column a{color:#d7e1f1bd}.footer-brand{color:#fff;font-size:1.08rem;font-weight:700}.footer-column h2{color:#fff;font-size:1rem;font-family:var(--font-body);letter-spacing:.02em;margin-bottom:14px}.footer-column nav{gap:8px;display:grid}.footer-column a:hover,.footer-column a:focus-visible{color:#fff}.footer-bottom{border-top:1px solid #ffffff14}.footer-bottom-inner{color:#d7e1f19e;justify-content:space-between;align-items:center;gap:16px;min-height:62px;font-size:.9rem;display:flex}.footer-record-link{color:inherit}.footer-record-link:hover,.footer-record-link:focus-visible{color:#fff;text-decoration:underline}.floating-contact-rail{z-index:90;border:1px solid var(--line);opacity:0;pointer-events:none;background:#fffdf8eb;border-radius:24px;gap:10px;width:248px;padding:16px;transition:opacity .22s,transform .22s;display:grid;position:fixed;bottom:24px;right:22px;transform:translateY(16px);box-shadow:0 20px 56px #101e3724}.floating-contact-rail p{color:var(--text-faint);margin-bottom:0;font-size:.88rem}.floating-contact-rail strong{color:var(--text);font-size:1.24rem}.floating-contact-actions{gap:10px;display:grid}.mobile-action-bar{display:none}.floating-contact-rail.is-visible,.mobile-action-bar.is-visible{opacity:1;pointer-events:auto;transform:translate(0,0)}:focus-visible{outline-offset:3px;outline:3px solid #2456d65c}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:1100px){.desktop-nav,.header-note,.header-cta,.floating-contact-rail{display:none}.menu-button{display:inline-flex}.hero-layout-split,.hero-layout-brief,.footer-grid,.split-shell{grid-template-columns:1fr}.hero-layout-belt,.hero-layout-action,.hero-layout-plain{max-width:100%}.hero-layout-action,.hero-layout-belt{grid-template-columns:1fr}.hero-manifesto .page-hero-shell{grid-template-columns:1fr;gap:30px}.page-hero h1,.hero-summary,.hero-intro{max-width:100%}.hero-proof-row,.theme-industry-belt .hero-visual-items{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-manifesto .theme-audit-board .hero-visual-items{grid-template-columns:1fr}.proof-grid,.pain-strip,.contact-channel-grid,.method-grid,.proof-band,.capability-grid.columns-3,.capability-grid.columns-4,.industry-grid,.process-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.capability-grid.columns-2,.guarantee-grid,.case-grid{grid-template-columns:1fr}.process-timeline:before{display:none}.cta-shell{flex-direction:column;align-items:flex-start}.cta-shell .button-group{width:100%}}@media (max-width:780px){:root{--header-height:72px}body{padding-bottom:88px}.container{width:min(100% - 28px, var(--container))}.brand-copy span{display:none}.page-hero{padding-top:36px;padding-bottom:72px}.page-hero-shell{gap:22px;padding-top:28px}.page-hero-shell:before{width:112px}.page-hero h1{max-width:none;font-size:clamp(2.35rem,11vw,3.6rem)}.hero-industry-brief h1,.hero-editorial-plain h1,.hero-action-plain h1{font-size:clamp(2.2rem,10.2vw,3.2rem)}.hero-summary{margin-top:18px;font-size:1rem}.hero-proof-row,.theme-industry-belt .hero-visual-items,.theme-contact-strip .hero-visual-items,.button-group,.cta-shell .button-group{grid-template-columns:1fr;width:100%;display:grid}.button-group .btn,.contact-channel-card .btn{width:100%}.hero-visual-card.kind-panel,.hero-visual-card.kind-diagram{padding:18px}.hero-manifesto .hero-visual-card.kind-panel.theme-audit-board:before{width:96px;height:96px;top:24px;right:20px}.hero-manifesto .theme-audit-board .hero-visual-items{gap:12px}.section-shell{padding:64px 0}.section-shell.section-tight{padding-top:54px;padding-bottom:54px}.proof-grid,.pain-strip,.method-grid,.proof-band,.capability-grid.columns-2,.capability-grid.columns-3,.capability-grid.columns-4,.industry-grid,.guarantee-grid,.case-grid,.contact-channel-grid,.process-timeline{grid-template-columns:1fr}.proof-card,.method-card,.capability-card,.industry-card,.case-card,.contact-channel-card,.checklist-panel,.checklist-surface,.process-step,.cta-shell{padding:20px}.process-step{min-height:auto}.footer-bottom-inner{flex-direction:column;align-items:flex-start;min-height:auto;padding:16px 0}.mobile-action-bar{z-index:130;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;pointer-events:none;background:#fffbf5f0;border:1px solid #101d3614;border-radius:24px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px;transition:opacity .22s,transform .22s;display:grid;position:fixed;bottom:10px;left:10px;right:10px;transform:translateY(18px);box-shadow:0 18px 44px #101e3729}.mobile-action-bar .btn{min-height:48px;padding-inline:14px;font-size:.94rem}}.hero-scene-page{background:radial-gradient(circle at 4% 24%,#2456d621,#0000 30%),radial-gradient(circle at 88% 12%,#c08a3724,#0000 26%),linear-gradient(105deg,#f8fbffeb 0%,#fffaf2e0 48%,#f5ecdebd 100%);min-height:auto;padding:clamp(28px,3.2vw,46px) 0 clamp(42px,4vw,64px)}.hero-scene-page:before{content:"";pointer-events:none;background-image:linear-gradient(#1a233309 1px,#0000 1px),linear-gradient(90deg,#1a233306 1px,#0000 1px);background-size:76px 76px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000009e,#0003,#0000);mask-image:linear-gradient(90deg,#0000009e,#0003,#0000)}.hero-scene-page .container{z-index:1;position:relative}.hero-scene-page .breadcrumbs{margin-bottom:clamp(18px,2.2vw,30px)}.page-hero-scene-shell{grid-template-columns:minmax(420px,.88fr) minmax(520px,1.12fr);align-items:center;gap:clamp(30px,5vw,76px);min-height:clamp(540px,66svh,680px);display:grid;position:relative}.page-hero-scene-shell:before{content:"";background:linear-gradient(90deg, var(--brand), #c08a37db);width:min(190px,24vw);height:2px;position:absolute;top:clamp(8px,2vw,20px);left:0}.hero-copy-panel{z-index:2;min-width:0;padding-top:clamp(28px,5vw,64px);position:relative}.hero-scene-page .hero-intro{max-width:720px}.hero-scene-page .eyebrow{color:var(--accent);letter-spacing:.16em;margin-bottom:16px;font-size:.88rem;font-weight:900}.hero-scene-page h1{color:#121c2d;letter-spacing:-.06em;text-wrap:balance;gap:clamp(4px,.45vw,9px);max-width:760px;font-size:clamp(3.55rem,5.05vw,6.05rem);font-weight:900;line-height:.9;display:grid}.hero-headline-line{isolation:isolate;width:fit-content;max-width:100%;line-height:.92;display:block;position:relative}.hero-headline-line:first-child{letter-spacing:-.035em;font-size:.72em;line-height:1}.hero-headline-line:last-child{padding-right:.08em}.hero-headline-line:last-child:before{content:"";z-index:-1;background:linear-gradient(90deg,#2456d62e,#c08a3733);border-radius:999px;height:.2em;position:absolute;bottom:.01em;left:-.02em;right:-.03em;transform:skew(-10deg)}.hero-headline-line:last-child:after{content:"";background:var(--accent);border-radius:999px;width:.12em;height:.12em;position:absolute;top:.08em;right:-.18em;box-shadow:0 0 0 .08em #c08a371f}.hero-home-scene h1,.hero-service-scene h1{max-width:760px}.hero-channel-scene h1,.hero-industry-scene h1,.hero-case-scene h1,.hero-trust-scene h1,.hero-contact-scene h1,.hero-faq-scene h1{font-size:clamp(3.05rem,4.35vw,5.35rem)}.hero-scene-page .hero-summary{color:#162236;max-width:620px;margin-top:22px;font-size:clamp(1.02rem,1.22vw,1.17rem);line-height:1.74}.hero-scene-page .hero-proof-row{flex-wrap:wrap;gap:10px;max-width:680px;margin-top:24px;display:flex}.hero-scene-page .hero-proof-item{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf8b8;border:1px solid #1a23331a;border-radius:999px;align-items:center;gap:9px;min-height:42px;padding:9px 14px 9px 10px;display:inline-flex;box-shadow:0 14px 32px #121f3a0f}.hero-scene-page .hero-proof-item span{width:24px;height:24px;color:var(--brand-strong);letter-spacing:.04em;background:#2456d61a;border-radius:50%;place-items:center;margin:0;font-size:.65rem;display:inline-grid}.hero-scene-page .hero-proof-item strong{color:var(--text);font-size:.9rem;line-height:1.2}.hero-scene-page .hero-button-group{margin-top:28px}.hero-scene-visual{isolation:isolate;min-height:clamp(420px,42vw,620px);box-shadow:none;background:0 0;border:0;border-radius:clamp(30px,3.5vw,54px);margin:0;position:relative;overflow:visible}.hero-scene-visual:before,.hero-scene-visual:after{display:none}.hero-scene-image{object-fit:contain;filter:saturate(1.04)contrast(1.02);transform:none}.hero-scene-glow{z-index:2;border:18px solid #2456d614;border-radius:999px;width:120px;height:120px;position:absolute;top:12%;right:9%;box-shadow:0 0 0 1px #2456d60f}.hero-scene-overlay{z-index:3;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(10px,1.3vw,16px);display:grid;position:absolute;bottom:clamp(18px,3vw,34px);left:clamp(18px,3vw,34px);right:clamp(18px,3vw,34px)}.hero-scene-overlay-item{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffdf8e0;border:1px solid #1a23331a;border-radius:22px;min-width:0;padding:clamp(14px,1.5vw,20px);box-shadow:0 18px 42px #121f3a14}.hero-scene-overlay-item span{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px;font-size:.7rem;font-weight:900;display:inline-flex}.hero-scene-overlay-item strong{color:var(--text);font-family:var(--font-heading);font-size:clamp(1.06rem,1.4vw,1.35rem);line-height:1.12;display:block}.hero-scene-overlay-item p{color:var(--text-soft);margin:8px 0 0;font-size:.86rem;line-height:1.48}.hero-scene-visual figcaption{z-index:3;max-width:350px;color:var(--text);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#fffdf8eb,#fff8ecd1),#fffdf8db;border:1px solid #1a23331a;border-radius:20px;gap:4px;padding:13px 18px 14px 46px;display:grid;position:absolute;top:clamp(18px,3vw,34px);left:clamp(18px,3vw,34px);box-shadow:0 20px 46px #121f3a17}.hero-scene-visual figcaption:before{content:"";background:var(--brand);border-radius:999px;width:12px;height:12px;position:absolute;top:18px;left:18px;box-shadow:0 0 0 6px #2456d614,10px 10px 0 -4px #c08a37e0}.hero-scene-caption-label{color:var(--accent);letter-spacing:.18em;font-size:.66rem;font-weight:900}.hero-scene-visual figcaption strong{color:#132033;font-size:clamp(.88rem,.9vw,.98rem);font-family:var(--font-body);font-weight:900;line-height:1.36}.hero-scene-page+.section-shell{padding-top:clamp(56px,5vw,76px)}@media (max-width:1180px){.page-hero-scene-shell{grid-template-columns:1fr;gap:26px;min-height:auto}.hero-copy-panel{max-width:760px}.hero-scene-visual{min-height:clamp(360px,52vw,520px)}}@media (max-width:780px){.hero-scene-page{min-height:auto;padding-top:26px;padding-bottom:44px}.page-hero-scene-shell{gap:22px}.page-hero-scene-shell:before{width:118px}.hero-copy-panel{padding-top:28px}.hero-scene-page .eyebrow{margin-bottom:12px;font-size:.78rem}.hero-scene-page h1,.hero-channel-scene h1,.hero-industry-scene h1,.hero-case-scene h1,.hero-trust-scene h1,.hero-contact-scene h1,.hero-faq-scene h1{letter-spacing:-.048em;gap:8px;max-width:100%;font-size:clamp(2.32rem,9.6vw,3rem);line-height:.98}.hero-headline-line:first-child{letter-spacing:-.032em;font-size:.82em}.hero-headline-line:last-child:after{right:-.12em}.hero-scene-page .hero-summary{margin-top:16px;font-size:.98rem;line-height:1.68}.hero-scene-page .hero-proof-row{gap:8px;margin-top:18px}.hero-scene-page .hero-proof-item{min-height:38px;padding:8px 12px 8px 9px}.hero-scene-visual{border-radius:28px;min-height:270px}.hero-scene-image{transform:scale(1.16)translateY(-4%)}.hero-scene-overlay{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;bottom:12px;left:12px;right:12px}.hero-scene-overlay-item{border-radius:16px;padding:10px 9px}.hero-scene-overlay-item span{margin-bottom:5px;font-size:.58rem}.hero-scene-overlay-item strong{font-size:.92rem}.hero-scene-overlay-item p,.hero-scene-visual figcaption,.hero-scene-glow{display:none}}@media (max-width:520px){.hero-scene-page{overflow:hidden}.page-hero-scene-shell,.hero-copy-panel,.hero-scene-page .hero-intro,.hero-scene-page .hero-summary,.hero-scene-page .hero-button-group,.hero-scene-visual{width:calc(100vw - 28px);max-width:calc(100vw - 28px)}.hero-headline-line{width:fit-content}.hero-scene-page .hero-proof-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:calc(100vw - 28px);max-width:calc(100vw - 28px);display:grid}.hero-scene-page .hero-proof-item{justify-content:center;gap:5px;width:100%;min-width:0;padding:8px 7px;overflow:hidden}.hero-scene-page .hero-proof-item span{width:22px;height:22px;font-size:.6rem}.hero-scene-page .hero-proof-item strong{white-space:nowrap;font-size:.74rem}.hero-scene-page .hero-proof-item:nth-child(3){grid-column:1/-1}.hero-scene-overlay{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-scene-overlay-item{min-height:74px;display:block}.hero-scene-overlay-item:nth-child(3){grid-column:1/-1}}
