:root{color-scheme:light;--ink: #142033;--muted: #5e6b7c;--line: #dce4ef;--surface: #ffffff;--surface-soft: #f4f7fb;--brand: #12315a;--brand-2: #1b66c9;--safe: #1f8a5b;--warning: #a96f16;--shadow: 0 24px 60px rgba(18, 49, 90, .14);--font-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;font-family:var(--font-sans);font-synthesis-weight:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px;overflow-x:hidden}body{margin:0;color:var(--ink);background:var(--surface);font-family:var(--font-sans);line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid rgba(27,102,201,.28);outline-offset:3px}p,h1,h2,h3{margin-top:0;overflow-wrap:anywhere}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:72px;padding:0 48px;background:#ffffffeb;border-bottom:1px solid rgba(220,228,239,.85);backdrop-filter:blur(16px);min-width:0}.brand{display:grid;gap:2px;color:var(--brand);font-weight:700;white-space:nowrap}.brand-logo{display:block;width:154px;height:auto}.brand-subline{color:var(--muted);font-size:11px;font-weight:600;line-height:1.1}.site-nav{display:flex;justify-content:center;gap:26px;color:var(--muted);font-size:15px;min-width:0;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav a{padding:24px 0;border-bottom:2px solid transparent}.nav-dropdown{position:relative}.nav-dropdown summary{display:flex;align-items:center;gap:6px;min-height:100%;padding:24px 0;color:inherit;border-bottom:2px solid transparent;cursor:pointer;list-style:none}.nav-dropdown summary::-webkit-details-marker{display:none}.nav-dropdown summary:after{content:"";width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg)}.nav-dropdown-menu{position:absolute;top:calc(100% - 2px);left:50%;z-index:40;display:grid;min-width:236px;padding:10px;border:1px solid rgba(18,49,90,.12);border-radius:8px;background:#fffffffa;box-shadow:0 24px 58px #12315a29;opacity:0;pointer-events:none;transform:translate(-50%,8px);transition:opacity .16s ease,transform .16s ease}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown[open] .nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translate(-50%)}.nav-dropdown-menu a{padding:12px 14px;color:var(--brand);border:0;border-radius:6px;font-weight:700;white-space:nowrap}.nav-dropdown-menu a:hover{background:#f1f6ff;border:0}.site-nav a.active,.site-nav a:hover,.nav-dropdown summary.active,.nav-dropdown summary:hover{color:var(--brand);border-bottom-color:var(--brand-2)}.header-action,.button,.contact-form button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border:1px solid transparent;border-radius:8px;font-weight:700;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.header-action,.button.primary,.contact-form button{color:#fff;background:var(--brand)}.button.secondary{color:var(--brand);background:#fff;border-color:var(--line)}.header-action:hover,.button:hover,.contact-form button:hover{transform:translateY(-1px);box-shadow:0 12px 26px #12315a29}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,500px);align-items:center;gap:64px;min-height:620px;padding:56px 7vw 64px;background:linear-gradient(180deg,#f6f8fb,#fff)}.hero h1{margin-bottom:18px;color:var(--brand);font-size:clamp(40px,5.4vw,64px);line-height:1.1;letter-spacing:0}.hero .lead{color:var(--ink);font-size:22px;font-weight:650;line-height:1.45}.hero p,.section-header p,.cta-section p{color:var(--muted);font-size:17px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.service-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:640px;margin-top:28px}.service-strip article{padding:18px;border:1px solid var(--line);border-radius:8px;background:#ffffffdb}.service-strip strong{display:block;color:var(--brand);font-size:17px;line-height:1.25}.service-strip span{display:block;margin-top:10px;color:var(--muted);font-size:13px;line-height:1.5}.eyebrow{display:inline-block;margin-bottom:14px;color:var(--brand-2);font-size:14px;font-weight:800}.product-visual{display:grid;gap:14px;align-content:center;min-height:0;padding:26px;border:1px solid rgba(220,228,239,.9);border-radius:8px;background:#fff;box-shadow:0 18px 46px #12315a1a}.visual-photo{width:100%;aspect-ratio:16 / 9;object-fit:cover;border:1px solid var(--line);border-radius:8px;filter:saturate(.92)}.visual-panel,.flow-card,.risk-card{border:1px solid var(--line);border-radius:8px;background:#ffffffeb}.visual-panel-main{padding:18px}.panel-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:22px;color:var(--muted)}.panel-head strong{color:var(--safe)}.metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.metric-grid div{min-height:84px;padding:16px;border-radius:8px;background:var(--surface-soft)}.metric-grid span,.risk-card span{display:block;color:var(--muted);font-size:14px}.metric-grid strong{display:block;margin-top:8px;color:var(--brand);font-size:21px}.flow-card{display:grid;gap:10px;width:auto;padding:14px}.flow-card span{padding:9px 12px;border-radius:8px;color:var(--brand);background:#edf4ff;font-weight:700}.risk-card{width:auto;padding:14px}.risk-card strong{display:block;margin-top:6px;color:var(--warning)}.section{padding:80px 7vw}.fit-check-section,.trust-section,.decision-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:48px}.fit-check-section h2,.trust-section h2,.decision-section h2,.contact-form h2{color:var(--brand);font-size:clamp(28px,3.6vw,40px);line-height:1.2}.fit-check-section p,.trust-section p,.decision-section p{color:var(--muted);font-size:17px}.fit-check-list,.trust-list,.decision-list{display:grid;gap:14px}.fit-check-list div,.trust-list div,.decision-list div{padding:18px 20px;color:var(--brand);border:1px solid var(--line);border-left:4px solid var(--brand-2);border-radius:8px;background:#fff;font-weight:700}.compare-section .section-header,.faq-section .section-header{max-width:900px}.compare-list{display:grid;gap:16px}.compare-list article{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff}.compare-list div{min-height:132px;padding:20px;border-radius:8px;background:var(--surface-soft)}.compare-list div:last-child{background:#eef7f3}.compare-list span{display:inline-flex;margin-bottom:10px;color:var(--brand-2);font-size:14px;font-weight:800}.compare-list div:last-child span{color:var(--safe)}.compare-list p{margin-bottom:0;color:var(--ink);font-weight:700}.image-split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:52px}.split-copy h2{color:var(--brand);font-size:clamp(32px,4vw,48px);line-height:1.16}.split-copy p{color:var(--muted);font-size:18px}.text-link{display:inline-flex;margin-top:18px;color:var(--brand-2);font-weight:800}.photo-card{margin:0;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 22px 52px #12315a1f}.photo-card img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:6px}.section.muted{background:var(--surface-soft)}.section-header{max-width:860px;margin-bottom:40px}.section-header h2,.compliance-band h2,.cta-section h2,.about-layout h2,.contact-card h2,.notice-box h2{color:var(--brand);font-size:clamp(28px,3.6vw,40px);line-height:1.2;letter-spacing:0}.pain-grid,.capability-grid,.scenario-grid,.case-grid,.faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.scenario-grid,.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.decision-question-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.demo-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.pain-grid article,.capability-card,.scenario-grid article,.case-grid article,.faq-grid article,.demo-step-grid article,.contact-card,.contact-form,.notice-box{padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff}.pain-grid strong,.capability-card h3,.scenario-grid h2,.case-grid h2,.faq-grid h2,.demo-step-grid h2{color:var(--brand);font-size:20px}.pain-grid p,.capability-card p,.scenario-grid p,.case-grid p,.faq-grid p,.demo-step-grid p,.feature-list p,.about-layout p,.notice-box p,.contact-form p{color:var(--muted)}.timeline{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.timeline-item{min-height:160px;padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff}.timeline-item span{display:block;margin-bottom:32px;color:var(--brand-2);font-weight:800}.timeline-item strong{color:var(--brand);font-size:18px}.compliance-band{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:48px;padding:42px;color:#fff;border-radius:8px;background:var(--brand)}.compliance-band h2,.compliance-band p,.compliance-band .eyebrow{color:#fff}.compliance-band ul{display:grid;gap:14px;margin:0;padding:0;list-style:none}.compliance-band li{padding:14px 16px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff14}.cta-section{margin:0 7vw 88px;padding:48px;text-align:center;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,#fff,#f4f7fb)}.site-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,.95fr);align-items:center;gap:56px;min-height:640px;padding:64px 7vw 70px;background:radial-gradient(circle at 72% 46%,rgba(27,102,201,.1),transparent 32%),linear-gradient(135deg,#f5f9ff,#fff 58%,#f7fbff)}.site-hero-copy{position:relative;z-index:2;max-width:620px}.site-hero-kicker,.home-section-head>span,.home-final-cta span{display:inline-flex;align-items:center;min-height:36px;margin-bottom:28px;padding:0 18px;color:#075ed8;border:1px solid rgba(27,102,201,.16);border-radius:999px;background:#ffffffc2;box-shadow:0 10px 24px #1b66c914;font-size:15px;font-weight:700}.site-hero h1{max-width:620px;margin-bottom:24px;color:#06143b;font-family:var(--font-display);font-size:58px;font-weight:700;line-height:1.18;letter-spacing:0}.site-hero p{max-width:620px;color:#4c5e7a;font-size:20px;font-weight:600;line-height:1.75}.site-hero-logo{display:block;justify-self:center;width:min(220px,22vw);height:auto}.compliance-hero{grid-template-columns:minmax(0,.92fr) minmax(460px,.95fr)}.compliance-hero-visual{position:relative;z-index:1;display:grid;gap:16px;min-width:0}.compliance-hero-photo{position:relative;overflow:hidden;margin:0;border:1px solid rgba(18,49,90,.12);border-radius:14px;background:#fff;box-shadow:0 34px 88px #12315a2e,0 14px 34px #0b63ce1a}.compliance-hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,20,59,.42),rgba(6,20,59,.08) 54%,transparent);pointer-events:none}.compliance-hero-photo img{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover}.compliance-hero-stack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.compliance-hero-stack article{min-height:132px;padding:18px;border:1px solid rgba(18,49,90,.12);border-radius:8px;background:#ffffffeb;box-shadow:0 16px 36px #12315a14}.compliance-hero-stack span,.compliance-hero-stack small{display:block;color:var(--muted);font-size:13px;line-height:1.45}.compliance-hero-stack strong{display:block;margin:8px 0;color:var(--brand);font-size:18px;line-height:1.25}.risk-check-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.risk-check-grid span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;color:var(--brand);border:1px solid rgba(27,102,201,.16);border-radius:8px;background:#f1f6ff;font-size:14px;font-weight:800}.control-pillar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.control-pillar-grid article{min-height:260px;padding:28px;border:1px solid rgba(18,49,90,.12);border-radius:8px;background:#fff;box-shadow:0 14px 32px #12315a0f}.control-pillar-grid article:before{content:"";display:block;width:48px;height:6px;margin-bottom:30px;border-radius:999px;background:var(--safe)}.control-pillar-grid h2,.trust-chain h2{color:var(--brand);font-size:22px;line-height:1.24}.control-pillar-grid p,.trust-chain p{margin-bottom:0;color:var(--muted)}.trust-chain{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.trust-chain article{position:relative;min-height:230px;padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff}.trust-chain article:not(:last-child):after{content:"";position:absolute;top:44px;right:-17px;z-index:2;width:18px;height:2px;background:var(--brand-2)}.trust-chain span{display:grid;width:46px;height:46px;place-items:center;margin-bottom:28px;color:#fff;border-radius:8px;background:var(--brand);font-weight:800}.compliance-boundary-section{padding-top:0}.compliance-boundary-box{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:44px;align-items:center;background:linear-gradient(135deg,#fff,#f4f8ff)}.compliance-boundary-box .eyebrow{margin-bottom:14px}.feature-list{display:grid;gap:16px}.feature-list article{display:grid;grid-template-columns:76px 1fr;gap:24px;padding:28px;border:1px solid var(--line);border-radius:8px;background:#fff}.feature-list article>span{display:grid;width:52px;height:52px;place-items:center;color:#fff;border-radius:8px;background:var(--brand);font-weight:800}.feature-list h2{margin-bottom:8px;color:var(--brand)}.fit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.fit-card{min-height:188px;padding:28px;border:1px solid var(--line);border-radius:8px;background:#fff}.fit-card h2{color:var(--brand);font-size:24px;line-height:1.24}.fit-card p{color:var(--muted)}.member-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.member-type-card{display:grid;align-content:start;min-height:280px;padding:26px;border:1px solid var(--line);border-radius:8px;background:#fff}.member-type-card h2{color:var(--brand);font-size:23px;line-height:1.22}.member-type-card p{color:var(--muted)}.member-type-card strong{align-self:end;display:block;margin-top:28px;padding-top:18px;color:var(--safe);border-top:1px solid var(--line);font-size:17px}.product-story{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;gap:48px}.story-copy{position:sticky;top:104px}.story-copy h2,.product-outcome h2{color:var(--brand);font-size:clamp(28px,3.6vw,40px);line-height:1.2}.story-copy p{color:var(--muted);font-size:17px}.money-flow{display:grid;gap:14px}.money-flow article{display:grid;grid-template-columns:58px 1fr;gap:18px;padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff}.money-flow span{display:grid;width:44px;height:44px;place-items:center;color:#fff;border-radius:8px;background:var(--brand);font-weight:800}.money-flow h2{margin-bottom:6px;color:var(--brand);font-size:22px;line-height:1.24}.money-flow p{grid-column:2;margin-bottom:0;color:var(--muted)}.product-outcome{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:52px}.product-outcome ul{display:grid;gap:14px;margin:24px 0 0;padding:0;list-style:none}.product-outcome li{padding:16px 18px;color:var(--ink);border-left:4px solid var(--brand-2);border-radius:8px;background:var(--surface-soft)}.suitability-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.suitability-card{padding:32px;border:1px solid var(--line);border-radius:8px;background:#fff}.suitability-card>span{display:inline-flex;margin-bottom:16px;color:var(--brand-2);font-size:14px;font-weight:800}.suitability-card h2{color:var(--brand);font-size:clamp(26px,3vw,36px);line-height:1.18}.suitability-card ul{display:grid;gap:12px;margin:22px 0 0;padding:0;list-style:none}.suitability-card li{padding-left:18px;color:var(--muted);border-left:3px solid var(--brand-2)}.suitability-card.not-fit li{border-left-color:var(--warning)}.use-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.use-steps article{padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff}.use-steps span{display:grid;width:46px;height:46px;place-items:center;margin-bottom:28px;color:#fff;border-radius:8px;background:var(--brand);font-weight:800}.use-steps h2{color:var(--brand);font-size:22px;line-height:1.24}.use-steps p{color:var(--muted)}.compliance-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.compliance-list article{padding:24px;color:var(--brand);border-left:4px solid var(--safe);border-radius:8px;background:#fff;box-shadow:0 12px 28px #12315a0f}.compliance-list-detailed{grid-template-columns:repeat(3,minmax(0,1fr))}.compliance-list-detailed article{min-height:176px}.about-layout,.contact-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:28px}.about-brand-logo{display:block;width:min(260px,100%);height:auto;margin-bottom:26px}.info-list{display:grid;gap:12px;margin:0}.info-list div{display:grid;grid-template-columns:120px 1fr;gap:18px;padding:14px 0;border-bottom:1px solid var(--line)}.info-list dt{color:var(--muted)}.info-list dd{margin:0;color:var(--brand);font-weight:700}.company-info-list,.contact-info-list{max-width:900px}.company-info-list a,.contact-info-list a{color:var(--brand-2)}.contact-form{display:grid;gap:18px}.prep-grid,.contact-steps{display:grid;gap:14px;margin-top:22px}.prep-grid article,.contact-steps div{padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.prep-grid h3{margin-bottom:6px;color:var(--brand);font-size:18px}.contact-steps div{display:grid;grid-template-columns:48px 1fr;gap:14px;background:#fff}.contact-steps span{display:grid;width:40px;height:40px;place-items:center;color:#fff;border-radius:8px;background:var(--brand);font-weight:800}.contact-steps p{margin-bottom:0}.contact-form label{display:grid;gap:8px;color:var(--brand);font-weight:700}.contact-form input,.contact-form textarea{width:100%;padding:13px 14px;color:var(--ink);border:1px solid var(--line);border-radius:8px;font:inherit}.contact-form textarea{resize:vertical}.site-footer{display:grid;grid-template-columns:1fr auto;gap:30px;padding:42px 7vw;color:#ffffffbd;background:#0e2748}.site-footer strong{color:#fff;font-size:20px}.footer-brand{display:flex;align-items:flex-start;gap:14px}.footer-brand img{flex:0 0 auto;width:46px;height:auto;margin-top:2px}.footer-brand p{margin:4px 0 0}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px}.footer-meta{grid-column:1 / -1;display:flex;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14)}.site-hero-actions,.home-final-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:34px}.site-hero-actions .button,.home-final-actions .button{min-height:52px;min-width:148px;font-weight:700}.home-trust-panel{position:relative;z-index:1;overflow:hidden;border:1px solid rgba(18,49,90,.12);border-radius:14px;background:#fff;box-shadow:0 34px 88px #12315a2e,0 14px 34px #0b63ce1a}.trust-panel-head{display:flex;justify-content:space-between;gap:18px;padding:20px 24px;color:#fff;background:#102f55}.trust-panel-head span,.trust-panel-head strong,.trust-panel-amount span,.trust-panel-amount small,.trust-panel-grid span,.trust-panel-grid small{font-weight:700}.trust-panel-amount{padding:28px 24px 24px}.trust-panel-amount span,.trust-panel-grid span{display:block;color:#64738d;font-size:14px}.trust-panel-amount strong{display:block;margin-top:8px;color:#0b63ce;font-size:42px;line-height:1.1}.trust-panel-amount small{display:block;margin-top:8px;color:#64738d}.trust-panel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-panel-grid div{padding:20px;background:#fff}.trust-panel-grid strong{display:block;margin-top:8px;color:#06143b;font-size:24px}.trust-panel-note{display:grid;grid-template-columns:10px minmax(0,1fr);gap:12px;padding:20px 24px 24px;color:#33445f;background:#f4f8f6;font-weight:700}.trust-panel-note span{width:10px;height:10px;margin-top:8px;border-radius:999px;background:var(--safe)}.home-section{padding:72px 7vw}.home-section-head{max-width:900px;margin-bottom:34px}.home-section-head h2,.home-reason-section h2,.home-final-cta h2{margin-bottom:14px;color:#06143b;font-size:34px;font-weight:700;line-height:1.24;letter-spacing:0}.home-section-head p,.home-reason-section p,.home-final-cta p,.home-preview-copy p{color:#5c6b80;font-size:17px;font-weight:600;line-height:1.7}.home-value-grid,.home-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.home-value-grid article,.home-trust-grid article{min-height:190px;padding:26px;border:1px solid #dce7f5;border-radius:10px;background:#fff;box-shadow:0 14px 34px #12315a0d}.home-value-grid h3,.home-industry-grid h3,.home-trust-grid h3,.home-preview-copy h3{color:#122144;font-size:20px;line-height:1.32}.home-value-grid p,.home-industry-grid p,.home-trust-grid p{margin:12px 0 0;color:#60708a;font-weight:600}.home-industry-section,.home-trust-section{background:#f6f9fd}.home-industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.home-industry-grid article{min-height:230px;padding:30px;border:1px solid #dce7f5;border-radius:10px;background:#fff}.home-industry-grid span{display:inline-flex;margin-bottom:20px;color:#0b63ce;font-size:14px;font-weight:700}.home-reason-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:56px;align-items:start}.home-reason-section ul{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}.home-reason-section li{padding:20px 0;color:#142033;border-bottom:1px solid var(--line);font-size:18px;font-weight:650}.home-product-preview{background:linear-gradient(180deg,#fff,#f6f9fd)}.home-preview-wrap{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:44px;align-items:center}.home-preview-card{position:relative;z-index:1;overflow:hidden;border:1px solid rgba(18,49,90,.12);border-radius:14px;background:#fff;box-shadow:0 30px 78px #12315a29,0 12px 30px #0b63ce1a}.preview-topline{display:flex;justify-content:space-between;gap:16px;padding:18px 22px;color:#fff;background:#0b63ce;font-weight:700}.preview-main{padding:24px 22px}.preview-main span,.preview-row span,.preview-row small{display:block;color:#64738d;font-size:14px;font-weight:700}.preview-main strong{display:block;margin-top:6px;color:#0b63ce;font-size:38px;line-height:1.1}.preview-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 18px;padding:16px 22px;border-top:1px solid var(--line)}.preview-row strong{color:#06143b}.preview-row small{grid-column:1 / -1}.home-preview-copy{max-width:620px}.home-preview-copy h3{font-size:28px}.home-final-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:30px;margin:0 7vw 76px;padding:36px;border:1px solid #dce7f5;border-radius:12px;background:radial-gradient(circle at 88% 38%,rgba(27,102,201,.12),transparent 28%),linear-gradient(135deg,#eef6ff,#fff)}.home-final-cta p{margin:0}.product-phone-stage{position:relative;display:grid;place-items:center;min-height:560px}.product-phone-stage:before,.product-phone-stage:after{content:"";position:absolute;inset:82px 34px;border:1px solid rgba(27,102,201,.12);border-radius:50%}.product-phone-stage:after{inset:118px 86px}.phone-mock{position:relative;z-index:2;width:min(310px,78vw);padding:8px;border-radius:38px;background:#050915;box-shadow:0 28px 70px #06143b47}.phone-shell{overflow:hidden;min-height:540px;border-radius:31px;background:linear-gradient(180deg,#0c6efb,#0b6ff5 16%,#f6f8fc 16%)}.phone-status,.phone-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#06143b;font-size:11px;font-weight:800}.phone-status{padding:12px 17px 4px}.phone-status span:nth-child(2){width:72px;height:22px;border-radius:999px;background:#050915}.phone-status span:last-child,.phone-topbar span:last-child{justify-self:end}.phone-topbar{padding:4px 17px 16px;color:#fff}.phone-topbar span:last-child{display:inline-grid;min-width:36px;min-height:22px;place-items:center;color:#06143b;border-radius:999px;background:#fff;letter-spacing:1px}.phone-card{margin:0 10px 10px;padding:12px;border-radius:8px;background:#fff;box-shadow:0 10px 24px #06143b14}.summary-card{position:relative;display:grid;grid-template-columns:1fr auto;gap:6px}.summary-card span,.summary-card strong,.ledger-card strong,.bill-card strong{color:#06143b}.summary-card small,.ledger-grid span,.ledger-grid small,.bill-grid span,.bill-grid small{display:block;color:#65748d;font-size:11px;font-weight:750}.summary-card button{align-self:start;min-height:24px;padding:0 8px;color:#0b6ff5;border:0;border-radius:6px;background:#e8f1ff;font-weight:850}.summary-card strong{grid-column:1 / -1;color:#0b6ff5;font-size:26px;line-height:1.1}.phone-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:0 10px 10px;padding:12px 6px;border-radius:8px;background:#fff}.phone-shortcuts span{display:grid;justify-items:center;gap:5px;color:#4d5d74;font-size:10px;font-weight:800}.phone-icon{display:block;width:28px;height:28px;border-radius:10px;background:#0b6ff5}.phone-icon.green{background:#24bd73}.phone-icon.orange{background:#ff7a1a}.phone-icon.purple{background:#8b5cf6}.ledger-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px}.ledger-grid div+div{padding-left:12px;border-left:1px solid #e1e8f2}.ledger-grid b{display:block;color:#06143b;font-size:15px}.ledger-grid small.danger{color:#ef2f36}.bar{height:12px;margin:12px 0;overflow:hidden;border-radius:999px;background:#e6edf7}.bar span{display:block;width:78%;height:100%;background:#19b975}.bill-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.bill-grid div{display:grid;gap:2px;min-width:0}.bill-grid b{color:#06143b;font-size:14px}.dot{width:7px;height:7px;border-radius:999px;background:#19b975}.dot.split{background:#0b6ff5}.dot.withdraw{background:#ff7a1a}.phone-tabbar{display:grid;grid-template-columns:repeat(3,1fr);margin-top:18px;padding:12px 18px 16px;color:#738099;border-top:1px solid #e1e8f2;background:#fff;font-size:11px;font-weight:850;text-align:center}.phone-tabbar .active{color:#0b6ff5}.product-float-card{position:absolute;z-index:5;display:inline-flex;align-items:center;gap:10px;min-height:58px;padding:0 20px 0 18px;color:#182544;border:1px solid rgba(255,255,255,.86);border-radius:12px;background:linear-gradient(135deg,#fffffffa,#f5faffe6);box-shadow:0 30px 66px #06143b2e,0 12px 24px #0b6ff51f,inset 0 1px #ffffffeb;font-size:16px;font-weight:850;backdrop-filter:blur(12px)}.product-float-card:before{content:"";position:absolute;inset:8px;z-index:-1;border-radius:18px;background:#0b6ff524;filter:blur(22px)}.product-float-card:after{content:"";position:absolute;top:50%;width:54px;height:1px;background:linear-gradient(90deg,#0b6ff566,#0b6ff500);transform:translateY(-50%);pointer-events:none}.float-card-left-top{top:202px;left:-26px;transform:translateY(-10px)}.float-card-left-top:after,.float-card-left-bottom:after{left:calc(100% - 2px)}.float-card-left-bottom{bottom:124px;left:-36px}.float-card-right{right:-34px;top:260px}.float-card-right:after{right:calc(100% - 2px);background:linear-gradient(270deg,#0b6ff566,#0b6ff500)}.mini-icon{display:grid;width:28px;height:28px;place-items:center;color:#fff;border-radius:7px;background:#0b6ff5;font-size:13px}.mini-icon.green{background:#19b975}.mini-icon.purple{background:#8b5cf6}.product-service-section,.product-flow-section,.product-trust-section{padding:58px 7vw 0}.product-service-section h2,.product-flow-section h2,.product-trust-section h2,.product-final-cta h2{color:#06143b;font-size:32px;line-height:1.22;letter-spacing:0}.product-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:24px}.product-info-card{display:grid;grid-template-columns:56px minmax(0,1fr);gap:18px;min-height:158px;padding:28px;border:1px solid #dce7f5;border-radius:10px;background:#fff;box-shadow:0 14px 34px #12315a0f}.product-info-card h3{margin-bottom:8px;color:#122144;font-size:18px;line-height:1.32}.product-info-card p{margin:0;color:#60708a;font-size:14px;font-weight:620;line-height:1.7}.card-icon{position:relative;display:block;width:50px;height:50px;border-radius:13px;background:linear-gradient(135deg,#0b6ff5,#005ce0)}.card-icon:before,.card-icon:after{content:"";position:absolute;background:#fff}.card-icon.member:before,.card-icon.person:before{top:8px;left:16px;width:18px;height:18px;border-radius:999px}.card-icon.member:after,.card-icon.person:after{left:9px;bottom:8px;width:32px;height:18px;border-radius:18px 18px 6px 6px}.card-icon.bank:before{top:13px;left:8px;width:34px;height:6px}.card-icon.bank:after{left:10px;bottom:10px;width:30px;height:18px;background:repeating-linear-gradient(90deg,#ffffff 0 5px,transparent 5px 9px)}.card-icon.chart:before{inset:8px 8px 8px 25px;border-radius:0 999px 999px 0}.card-icon.chart:after{left:8px;top:8px;width:18px;height:34px;border-radius:999px 0 0 999px}.card-icon.wallet:before,.card-icon.money:before{left:9px;top:15px;width:32px;height:24px;border-radius:5px}.card-icon.wallet:after,.card-icon.money:after{right:9px;top:24px;width:7px;height:7px;border-radius:999px;background:#0b6ff5}.card-icon.money,.card-icon.trade{background:linear-gradient(135deg,#20c278,#05a966)}.card-icon.person{background:linear-gradient(135deg,#ff831e,#f15b16)}.card-icon.fee{background:linear-gradient(135deg,#9b6af6,#6737e4)}.card-icon.fee:before{left:10px;top:13px;width:30px;height:24px;border-radius:5px}.card-icon.fee:after{right:9px;top:22px;width:7px;height:7px;border-radius:999px;background:#6737e4}.card-icon.trade:before,.card-icon.fund:before{left:13px;top:9px;width:24px;height:30px;border:3px solid #ffffff;border-top:0;border-radius:4px 4px 12px 12px;background:transparent}.card-icon.trade:after,.card-icon.fund:after{left:21px;top:18px;width:8px;height:14px;border-radius:999px}.card-icon.shield,.card-icon.boundary{background:#fff;border:3px solid #18b970}.card-icon.shield:before,.card-icon.boundary:before{left:12px;top:8px;width:22px;height:28px;clip-path:polygon(50% 0,100% 18%,88% 76%,50% 100%,12% 76%,0 18%);background:#18b970}.card-icon.boundary{border-color:#0b6ff5}.card-icon.boundary:before{background:#0b6ff5}.card-icon.fund{background:#fff;border:3px solid #18b970}.card-icon.fund:before{border-color:#18b970}.card-icon.fund:after{background:#18b970}.product-process{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:30px;margin-top:26px}.product-process article{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:start;min-width:0}.product-process article:not(:last-child):after{content:"";position:absolute;top:21px;right:-24px;width:34px;height:1px;border-top:2px dashed rgba(11,111,245,.5)}.product-process article:not(:last-child):before{content:"";position:absolute;top:17px;right:-25px;width:9px;height:9px;border-top:2px solid rgba(11,111,245,.65);border-right:2px solid rgba(11,111,245,.65);transform:rotate(45deg)}.product-process span{display:grid;width:44px;height:44px;place-items:center;color:#fff;border-radius:999px;background:#0b6ff5;font-weight:900}.product-process article.danger span{background:#ef3340}.product-process h3{margin-bottom:8px;color:#122144;font-size:18px}.product-process p{margin:0;color:#60708a;font-size:14px;font-weight:620;line-height:1.7}.product-trust-section{margin-top:58px;padding-bottom:24px;background:linear-gradient(180deg,#f4f8ff,#fff)}.product-notice{margin:28px 0 0;padding:22px 24px;color:#40516d;border-radius:10px;background:#ffffffc2;box-shadow:0 12px 34px #12315a0f;font-weight:700}.product-final-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;margin-top:22px;padding:32px;border-radius:12px;background:radial-gradient(circle at 88% 40%,rgba(27,102,201,.12),transparent 26%),linear-gradient(135deg,#eff6ff,#fff)}.product-final-cta p{margin:0;color:#40516d;font-size:18px;font-weight:720}.story-hero,.product-story-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);align-items:center;gap:70px;min-height:560px;padding:56px 7vw;background:linear-gradient(135deg,#f8fafc,#fff 58%,#f4f8f6)}.story-copy h1,.product-story-hero h1{max-width:860px;margin-bottom:22px;color:var(--brand);font-size:clamp(38px,4.6vw,58px);line-height:1.12;text-wrap:balance}.story-lead,.product-story-hero p{max-width:720px;color:#35445a;font-size:19px;font-weight:560;line-height:1.58}.story-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:36px}.hero-tags{display:flex;flex-wrap:wrap;gap:8px;max-width:690px;margin-top:28px}.hero-tags span{padding:7px 10px;color:#44536a;border:1px solid rgba(18,49,90,.12);border-radius:999px;background:#ffffffc2;font-size:13px;font-weight:800}.ledger-demo,.product-evidence{overflow:hidden;border:1px solid rgba(18,49,90,.12);border-radius:10px;background:#fff;box-shadow:0 20px 52px #12315a1a}.ledger-demo{padding:0}.product-cockpit{overflow:hidden;border:1px solid rgba(18,49,90,.12);border-radius:14px;background:#fff;box-shadow:0 24px 58px #12315a1f}.cockpit-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;color:#fff;background:#102f55}.cockpit-head span{font-weight:900}.cockpit-head strong{flex:0 0 auto;padding:6px 10px;color:#102f55;border-radius:999px;background:#d9f2e4;font-size:13px;font-weight:900}.cockpit-amount{padding:24px 22px;color:#fff;border-top:1px solid rgba(255,255,255,.12);background:#102f55}.cockpit-amount span{display:block;margin-bottom:8px;color:#ffffffad;font-size:14px;font-weight:800}.cockpit-amount strong{font-size:clamp(30px,4vw,40px);line-height:1}.cockpit-subject{display:flex;flex-wrap:wrap;gap:10px;padding:18px 22px;border-bottom:1px solid var(--line)}.cockpit-subject span{padding:7px 10px;color:#4b5a70;border-radius:8px;background:#f4f7fb;font-size:14px;font-weight:800}.cockpit-track{display:grid;gap:0;padding:4px 22px 0}.cockpit-track div{display:grid;grid-template-columns:78px minmax(0,1fr);gap:6px 16px;padding:16px 0;border-bottom:1px solid var(--line)}.cockpit-track span{color:var(--muted);font-size:14px;font-weight:800}.cockpit-track strong{color:var(--ink);line-height:1.35}.cockpit-track small{grid-column:2;color:var(--muted);font-weight:700}.product-cockpit p{margin:0;padding:18px 22px 22px;color:var(--brand);background:#f4f8f6;font-size:16px;font-weight:760}.ledger-kicker{padding:18px 24px 0;color:#ffffffb3;background:#102f55;font-size:14px;font-weight:800}.ledger-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:16px 24px 26px;color:#fff;background:#102f55}.ledger-topline span,.ledger-subject span,.ledger-flow span,.product-evidence span{color:var(--muted);font-size:14px;font-weight:700}.ledger-topline strong{color:#fff;font-size:32px;line-height:1}.ledger-topline span{display:block;margin-bottom:10px;color:#ffffffad}.ledger-topline em{flex:0 0 auto;padding:7px 10px;color:#102f55;border-radius:999px;background:#d9f2e4;font-size:13px;font-style:normal;font-weight:900}.ledger-subject{display:flex;flex-wrap:wrap;gap:10px;padding:18px 24px;border-bottom:1px solid var(--line)}.ledger-subject span{padding:7px 10px;border-radius:8px;background:var(--surface-soft)}.ledger-flow{display:grid;gap:0;padding:6px 24px 0}.ledger-flow div{display:grid;grid-template-columns:98px 1fr;gap:18px;padding:15px 0;border-bottom:1px solid var(--line)}.ledger-flow strong{color:var(--ink)}.ledger-demo p{margin:0;padding:18px 24px 22px;color:var(--brand);background:#f4f8f6;font-size:16px;font-weight:760}.section-intro{max-width:900px}.section-intro h2,.question-section h2,.chain-section h2,.contrast-section h2,.fit-story-section h2,.boundary-story-section h2,.answer-section h2,.scope-section h2,.low-friction-cta h2{color:var(--brand);font-size:clamp(28px,3.5vw,40px);line-height:1.2;text-wrap:balance}.section-intro p,.chain-section .section-intro p,.boundary-story-section p,.low-friction-cta p{color:var(--muted);font-size:18px}.question-section,.chain-section,.fit-story-section,.account-story-section,.answer-section,.scope-section,.outcome-section,.solution-preview-section,.capability-deck-section,.solution-story-section,.solution-index-section{padding:76px 7vw}.outcome-section{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:56px;align-items:start;background:#fff}.outcome-grid{display:grid;gap:0;border-top:1px solid var(--line)}.outcome-grid article{display:grid;grid-template-columns:126px minmax(0,1fr);gap:24px;padding:22px 0;border-bottom:1px solid var(--line)}.outcome-grid span{color:var(--brand-2);font-size:14px;font-weight:900}.outcome-grid p{margin:0;color:var(--ink);font-size:19px;font-weight:760;line-height:1.45}.question-section{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:56px;align-items:start}.question-list{display:grid;gap:0;border-top:1px solid var(--line)}.question-list p{margin:0;padding:20px 0;color:var(--ink);border-bottom:1px solid var(--line);font-size:20px;font-weight:800}.chain-list{display:grid;gap:0;margin-top:44px;border-top:1px solid var(--line)}.compact-chain{grid-template-columns:repeat(4,minmax(0,1fr));border-left:1px solid var(--line)}.chain-list article{display:grid;grid-template-columns:96px minmax(0,1fr);gap:30px;padding:30px 0;border-bottom:1px solid var(--line)}.compact-chain article{display:block;min-height:260px;padding:28px;border-right:1px solid var(--line)}.compact-chain article>span{display:block;margin-bottom:50px}.chain-list article>span,.account-story-list article>span{color:var(--brand-2);font-weight:900}.chain-list h3,.account-story-list h3{margin-bottom:8px;color:var(--brand);font-size:26px}.chain-list p,.account-story-list p{max-width:820px;margin-bottom:0;color:var(--muted);font-size:18px}.contrast-section{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:60px;padding:76px 7vw;color:#fff;background:linear-gradient(135deg,#102f55,#0e2748 64%,#123733)}.solution-preview-section{background:#f7fafc}.solution-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:44px;background:var(--line);border:1px solid var(--line)}.solution-link-grid a{display:grid;min-height:240px;padding:28px;background:#fff;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.solution-link-grid a:hover{position:relative;z-index:1;transform:translateY(-4px);background:#f8fbff;box-shadow:0 22px 46px #12315a1f}.solution-link-grid span{color:var(--brand);font-size:22px;font-weight:900;line-height:1.22}.solution-link-grid p{margin-top:18px;color:var(--muted);font-size:16px;font-weight:650}.solution-link-grid strong{align-self:end;color:var(--brand-2);font-size:14px;font-weight:900}.contrast-section h2,.contrast-section .eyebrow{color:#fff}.contrast-rows{display:grid;gap:26px}.contrast-rows div{padding-bottom:26px;border-bottom:1px solid rgba(255,255,255,.22)}.contrast-rows span{display:block;margin-bottom:10px;color:#ffffffa8;font-weight:800}.contrast-rows p{margin:0;color:#fff;font-size:19px;font-weight:760;line-height:1.45}.fit-story-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:60px}.fit-story-section ul,.boundary-story-section ul,.answer-section ul,.scope-section ul{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}.fit-story-section li,.answer-section li,.scope-section li{padding:18px 0;color:var(--ink);border-bottom:1px solid var(--line);font-size:18px;font-weight:750}.boundary-story-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:52px;padding:72px 7vw;background:#f2f6fb}.boundary-story-section li{padding:16px 0;color:var(--brand);border-bottom:1px solid rgba(18,49,90,.16);font-weight:750}.low-friction-cta{margin:0;padding:78px 7vw 92px;text-align:left;background:#fff}.low-friction-cta h2,.low-friction-cta p{max-width:880px}.product-evidence{display:grid;align-content:center;min-height:430px;padding:32px;color:#fff;background:linear-gradient(160deg,#102f55,#0d2442 62%,#173c39)}.capability-deck-section{background:#fff}.capability-deck{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:46px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.capability-deck article{display:grid;min-height:360px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.capability-deck article:hover{position:relative;z-index:1;transform:translateY(-4px);background:#f8fbff;box-shadow:0 20px 42px #12315a1a}.capability-deck span{color:var(--brand);font-size:24px;font-weight:900}.capability-deck p{margin-top:16px;color:var(--muted);font-weight:650}.capability-deck ul{align-self:end;display:grid;gap:10px;margin:32px 0 0;padding:0;list-style:none}.capability-deck li{color:var(--brand);font-size:14px;font-weight:800}.solution-hero{background:linear-gradient(180deg,#f8fafc,#fff)}.solution-index-section{padding-top:0;padding-bottom:0;background:#fff}.solution-index{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);border-radius:8px;overflow:hidden}.solution-index a{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-right:1px solid var(--line);background:#fff;transition:background-color .18s ease}.solution-index a:last-child{border-right:0}.solution-index a:hover{background:#f4f8ff}.solution-index span{color:var(--brand);font-weight:900}.solution-index small{color:var(--brand-2);font-weight:900}.solution-story-section{display:grid;gap:0;background:#fff}.solution-story-section article{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:60px;padding:58px 0;border-bottom:1px solid var(--line);scroll-margin-top:100px}.solution-story-section article:first-child{padding-top:0}.solution-story-section h2{color:var(--brand);font-size:clamp(30px,4vw,46px);line-height:1.16}.solution-story-section p{color:var(--muted);font-size:18px;font-weight:650}.solution-story-section ul{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}.solution-story-section li{padding:18px 0;color:var(--ink);border-bottom:1px solid var(--line);font-size:18px;font-weight:800}.industry-solution-index{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;padding:72px 7vw 42px;background:#fff}.industry-solution-index a{min-height:250px;padding:30px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 20px 48px #12315a14;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.industry-solution-index img{display:block;width:100%;height:188px;margin-bottom:24px;border-radius:6px;object-fit:cover}.industry-solution-index a:hover{transform:translateY(-4px);border-color:#1b66c947;box-shadow:0 30px 68px #12315a21}.industry-solution-index span{color:var(--brand-2);font-size:14px;font-weight:900}.industry-solution-index strong{display:block;margin-top:22px;color:var(--brand);font-size:clamp(26px,3vw,38px);line-height:1.16}.industry-solution-index p{margin:18px 0 0;color:var(--muted);font-size:17px;font-weight:650}.industry-solution-list{display:grid;gap:0;padding:12px 7vw 80px;background:#fff}.industry-solution-card{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:46px 58px;padding:72px 0;border-top:1px solid var(--line);scroll-margin-top:104px}.industry-solution-card:last-child{border-bottom:1px solid var(--line)}.industry-solution-copy h2{margin-bottom:18px;color:var(--brand);font-size:clamp(34px,4vw,52px);line-height:1.16}.industry-solution-copy p{color:var(--muted);font-size:19px;font-weight:650}.industry-solution-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--line)}.industry-solution-panel>div{padding:28px;background:#fff}.industry-solution-panel h3{margin-bottom:20px;color:var(--brand);font-size:22px}.industry-solution-panel ul{display:grid;gap:14px;margin:0;padding:0;list-style:none}.industry-solution-panel li{position:relative;padding-left:18px;color:var(--ink);font-weight:750;line-height:1.58}.industry-solution-panel li:before{content:"";position:absolute;top:.72em;left:0;width:7px;height:7px;border-radius:999px;background:var(--brand-2)}.industry-solution-flow{grid-column:1 / -1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--line);border-radius:8px;overflow:hidden}.industry-solution-flow div{min-height:132px;padding:24px;border-right:1px solid var(--line);background:#f8fbff}.industry-solution-flow div:last-child{border-right:0}.industry-solution-flow span{display:block;margin-bottom:24px;color:var(--brand-2);font-weight:900}.industry-solution-flow strong{color:var(--brand);font-size:18px;line-height:1.35}.solution-detail-hero{grid-template-columns:minmax(0,.86fr) minmax(420px,1.04fr)}.solution-hero-media{position:relative;z-index:1;overflow:hidden;margin:0;border:1px solid rgba(18,49,90,.12);border-radius:8px;background:#fff;box-shadow:0 30px 76px #12315a29}.solution-hero-media img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover}.solution-hero-media figcaption{padding:18px 20px;color:var(--brand);background:#fff;font-weight:800;line-height:1.55}.solution-detail-section,.solution-outcome-section,.solution-flow-section{padding:78px 7vw;background:#fff}.solution-detail-section{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:58px;align-items:start}.solution-detail-copy h2,.solution-outcome-section h2,.solution-flow-section h2{color:var(--brand);font-size:clamp(34px,4vw,50px);line-height:1.16}.solution-detail-copy p{color:var(--muted);font-size:19px;font-weight:650}.solution-detail-panel{padding:30px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 22px 52px #12315a14}.solution-detail-panel h3{margin-bottom:22px;color:var(--brand);font-size:24px}.solution-detail-panel ul,.solution-outcome-grid{display:grid;gap:14px;margin:0;padding:0;list-style:none}.solution-detail-panel li{position:relative;padding-left:18px;color:var(--ink);font-weight:760;line-height:1.62}.solution-detail-panel li:before{content:"";position:absolute;top:.75em;left:0;width:7px;height:7px;border-radius:999px;background:var(--brand-2)}.solution-outcome-section{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:58px;background:#f7fafc}.solution-outcome-grid article{padding:22px 0;color:var(--ink);border-bottom:1px solid var(--line);font-size:19px;font-weight:800;line-height:1.48}.solution-outcome-grid article:first-child{border-top:1px solid var(--line)}.solution-flow-section .section-header{margin-bottom:34px}.solution-proof-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0 7vw 84px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--line)}.solution-proof-band strong{display:grid;min-height:126px;place-items:center;padding:24px;color:var(--brand);background:#fff;font-size:20px;line-height:1.35;text-align:center}.product-evidence strong{display:block;margin-top:14px;color:#fff;font-size:clamp(26px,3.2vw,38px);line-height:1.16}.product-evidence>span{color:#ffffffad}.evidence-rows{display:grid;gap:0;margin-top:30px;border-top:1px solid rgba(255,255,255,.16)}.evidence-rows div{display:grid;grid-template-columns:54px minmax(0,1fr);gap:8px 18px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.16)}.evidence-rows span{color:#ffffff94;font-size:14px;font-weight:800}.evidence-rows strong{margin:0;color:#fff;font-size:18px}.evidence-rows small{grid-column:2;color:#ffffff9e;font-size:13px;font-weight:700}.account-story-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:48px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.account-story-list article{min-height:300px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.account-story-list article>span{display:block;margin-bottom:48px}.answer-section{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:60px;background:var(--surface-soft)}.scope-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:60px}@media(max-width:1080px){.site-header{grid-template-columns:1fr auto;padding:14px 28px 10px}.brand-subline{display:none}.brand-logo{width:136px}.site-nav{grid-column:1 / -1;flex-wrap:wrap;justify-content:flex-start;order:3;max-width:100%;overflow-x:visible;overscroll-behavior-x:contain;padding-bottom:0}.site-nav a,.nav-dropdown summary{padding:8px 0;white-space:nowrap}.nav-dropdown-menu{left:0;transform:translateY(8px)}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown[open] .nav-dropdown-menu{transform:translate(0)}.hero{grid-template-columns:minmax(0,1fr);min-height:auto}.story-hero,.product-story-hero,.question-section,.outcome-section,.contrast-section,.fit-story-section,.boundary-story-section,.answer-section,.solution-detail-section,.solution-outcome-section,.industry-solution-card,.industry-solution-panel,.solution-story-section article{grid-template-columns:1fr}.account-story-list,.compact-chain,.capability-deck,.solution-link-grid,.solution-index{grid-template-columns:repeat(2,minmax(0,1fr))}.solution-index a:nth-child(2){border-right:0}.solution-index a{border-bottom:1px solid var(--line)}.solution-index a:nth-child(n+3){border-bottom:0}.timeline{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){main,section,div,article{min-width:0}.site-header{gap:14px;min-height:78px;padding:12px 22px 10px}.brand-logo{width:122px}.header-action{display:none}.hero,.story-hero,.product-story-hero,.question-section,.outcome-section,.chain-section,.fit-story-section,.boundary-story-section,.account-story-section,.answer-section,.scope-section,.solution-preview-section,.capability-deck-section,.solution-story-section,.solution-index-section,.low-friction-cta,.section,.site-hero{padding-left:22px;padding-right:22px;width:100%;max-width:100vw}.hero{gap:36px;padding-top:54px}.hero h1,.story-copy h1,.product-story-hero h1,.site-hero h1{font-size:34px;line-height:1.14}.story-lead,.product-story-hero p{font-size:18px}.story-hero,.product-story-hero{gap:34px;min-height:auto;padding-top:54px;padding-bottom:48px}.ledger-demo{padding:0}.product-evidence{min-height:auto;padding:24px}.hero-tags{margin-top:24px}.product-cockpit{border-radius:10px}.cockpit-track div{grid-template-columns:1fr;gap:6px}.cockpit-track small{grid-column:auto}.ledger-topline{display:grid}.ledger-flow div,.chain-list article,.outcome-grid article{grid-template-columns:1fr;gap:10px}.question-section,.outcome-section,.chain-section,.fit-story-section,.account-story-section,.answer-section,.scope-section,.solution-preview-section,.capability-deck-section,.solution-story-section{padding-top:58px;padding-bottom:58px}.question-list p,.contrast-rows p{font-size:19px}.account-story-list,.scope-section,.compact-chain,.capability-deck,.solution-link-grid,.solution-index{grid-template-columns:1fr}.solution-index a,.solution-index a:nth-child(2),.solution-index a:nth-child(n+3){border-right:0;border-bottom:1px solid var(--line)}.solution-index a:last-child{border-bottom:0}.account-story-list article,.compact-chain article,.capability-deck article,.solution-link-grid a{min-height:auto}.account-story-list article>span,.compact-chain article>span{margin-bottom:18px}.hero .lead{font-size:22px}.hero-copy,.hero-copy p,.hero-copy h1{min-width:0;max-width:100%}.hero-actions{display:grid;grid-template-columns:1fr;max-width:100%}.service-strip{grid-template-columns:1fr}.hero-actions .button{width:100%}.product-visual{min-width:0;width:100%;max-width:100%;padding:18px}.visual-panel,.flow-card,.risk-card{max-width:100%}.metric-grid,.pain-grid,.capability-grid,.scenario-grid,.case-grid,.faq-grid,.decision-question-grid,.demo-step-grid,.compliance-list,.fit-check-section,.trust-section,.decision-section,.compare-list article,.fit-grid,.member-type-grid,.product-story,.money-flow article,.product-outcome,.suitability-section,.use-steps,.about-layout,.contact-layout,.compliance-band,.image-split{grid-template-columns:1fr}.metric-grid strong{font-size:20px}.money-flow p{grid-column:auto}.timeline{grid-template-columns:1fr}.timeline-item{min-height:auto}.timeline-item span{margin-bottom:14px}.story-copy{position:static}.member-type-card{min-height:auto}.member-type-card strong{align-self:auto}.compliance-band,.cta-section{padding:28px}.cta-section{margin-left:22px;margin-right:22px}.feature-list article{grid-template-columns:1fr}.info-list div{grid-template-columns:1fr;gap:4px}.site-footer{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.footer-meta{flex-direction:column}}@media(max-width:1180px){.site-hero,.home-reason-section,.home-final-cta{grid-template-columns:minmax(0,1fr)}.site-hero h1,.site-hero p{max-width:860px}.home-value-grid,.home-trust-grid,.control-pillar-grid,.trust-chain,.compliance-list-detailed{grid-template-columns:repeat(2,minmax(0,1fr))}.home-industry-grid,.home-preview-wrap{grid-template-columns:minmax(0,1fr)}.industry-solution-flow,.product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-process{grid-template-columns:repeat(3,minmax(0,1fr))}.product-process article:not(:last-child):before,.product-process article:not(:last-child):after{display:none}}@media(max-width:760px){.site-hero,.home-section,.industry-solution-index,.industry-solution-list{padding-left:22px;padding-right:22px}.site-hero{grid-template-columns:1fr;min-height:auto;gap:36px;padding-top:48px;padding-bottom:52px}.site-hero-kicker,.home-section-head>span,.home-final-cta span{min-height:32px;margin-bottom:16px;padding:0 12px;font-size:13px}.site-hero h1{font-size:36px;line-height:1.16}.site-hero p,.home-section-head p,.home-reason-section p,.home-final-cta p,.home-preview-copy p{font-size:16px}.site-hero-actions,.home-final-actions{display:grid;grid-template-columns:1fr;gap:12px}.site-hero-actions .button,.home-final-actions .button{width:100%}.home-trust-panel,.home-preview-card{border-radius:10px}.trust-panel-grid,.industry-solution-index,.industry-solution-flow,.home-value-grid,.home-trust-grid,.compliance-hero-stack,.control-pillar-grid,.trust-chain,.compliance-list-detailed,.compliance-boundary-box{grid-template-columns:1fr}.compliance-hero-stack article,.control-pillar-grid article,.trust-chain article,.compliance-list-detailed article{min-height:auto}.trust-chain article:not(:last-child):after{display:none}.industry-solution-index{padding-top:48px;padding-bottom:20px}.industry-solution-index a{min-height:auto;padding:24px}.industry-solution-card{gap:28px;padding:52px 0}.industry-solution-flow div{min-height:auto;border-right:0;border-bottom:1px solid var(--line)}.industry-solution-flow div:last-child{border-bottom:0}.trust-panel-grid div,.home-value-grid article,.home-trust-grid article,.home-industry-grid article{min-height:auto}.home-section{padding-top:52px;padding-bottom:52px}.home-section-head h2,.home-reason-section h2,.home-final-cta h2{font-size:28px}.home-reason-section{gap:28px}.home-reason-section li{font-size:16px}.home-preview-wrap{gap:26px}.home-final-cta{margin:0 22px 54px;padding:24px}.product-service-section,.product-flow-section,.product-trust-section,.solution-detail-section,.solution-outcome-section,.solution-flow-section{padding-left:22px;padding-right:22px}.solution-detail-section,.solution-outcome-section,.solution-flow-section{padding-top:54px;padding-bottom:54px}.solution-detail-copy h2,.solution-outcome-section h2,.solution-flow-section h2{font-size:28px}.solution-detail-panel{padding:24px}.solution-outcome-grid article{font-size:16px}.solution-proof-band{grid-template-columns:1fr;margin:0 22px 54px}.solution-proof-band strong{min-height:auto}.product-phone-stage{min-height:500px}.product-phone-stage:before,.product-phone-stage:after,.product-float-card{display:none}.phone-mock{width:min(300px,100%)}.phone-shell{min-height:510px}.product-card-grid,.product-process,.product-final-cta{grid-template-columns:1fr}.product-info-card{grid-template-columns:48px minmax(0,1fr);min-height:auto;padding:22px}.card-icon{width:44px;height:44px}.product-service-section h2,.product-flow-section h2,.product-trust-section h2,.product-final-cta h2{font-size:28px}.product-final-cta{padding:24px}}
