:root{--brand: #2d8b48;--brand-deep: #236e39;--brand-soft: #e8f5ec;--ink: #15221a;--muted: #5f6f64;--line: #dfe8e1;--surface: #f5f8f5;--white: #ffffff;--site-header-height: 72px;--container: 1200px;--gutter: 24px;--section-space: clamp(56px, 7vw, 88px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif;color:var(--ink);background:var(--white);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;min-width:320px;background:var(--white);color:var(--ink)}body,button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{border:0}:focus-visible{outline:2px solid var(--brand-deep);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance;overflow-wrap:anywhere}p,li,span,strong,a{overflow-wrap:anywhere}p{color:var(--muted);line-height:1.75}.site-layout{min-height:100vh;display:flex;flex-direction:column}#main-content{flex:1}.container{width:min(100% - (var(--gutter) * 2),var(--container));margin-inline:auto;min-width:0}.section-shell{padding-block:var(--section-space)}.section-tint{background:var(--surface)}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:1000;height:var(--site-header-height);background:#fffffff0;border-bottom:1px solid transparent;backdrop-filter:blur(18px);transition:box-shadow .25s ease,border-color .25s ease}.site-header.is-scrolled{border-color:#2d8b481f;box-shadow:0 8px 26px #142b1b12}.header-inner{min-height:100%;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:10px;min-width:0;margin-right:auto}.brand-logo-shell{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.brand-logo{width:100%;height:100%;object-fit:contain;padding:3px}.brand-name{max-width:210px;font-size:15px;line-height:1.25;font-weight:750;letter-spacing:-.01em}.brand-loading{width:180px;height:16px;background:#edf2ee;border-radius:999px}.header-navigation{display:flex;align-items:center;gap:22px}.primary-navigation{display:flex;align-items:center;gap:20px}.primary-navigation a{position:relative;padding:25px 0 23px;color:#36463b;font-size:14px;font-weight:600;white-space:nowrap;transition:color .2s ease}.primary-navigation a:after{content:"";position:absolute;left:50%;bottom:16px;width:0;height:2px;border-radius:2px;background:var(--brand);transform:translate(-50%);transition:width .2s ease}.primary-navigation a:hover,.primary-navigation a.router-link-active{color:var(--brand-deep)}.primary-navigation a:hover:after,.primary-navigation a.router-link-active:after{width:100%}.dashboard-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 15px;border:1px solid #c8d9cc;border-radius:7px;font-size:14px;font-weight:700;color:var(--brand-deep);white-space:nowrap;transition:background .2s ease,transform .2s ease,border-color .2s ease}.dashboard-link:hover,.dashboard-link.router-link-active{background:var(--brand-soft);border-color:var(--brand);transform:translateY(-1px)}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px #2d8b481f}.menu-toggle{display:none;width:44px;height:44px;padding:11px;background:transparent;cursor:pointer}.menu-toggle span{display:block;width:22px;height:2px;margin:4px auto;background:var(--ink);transition:transform .2s ease,opacity .2s ease}.hero-section{position:relative;min-height:min(740px,calc(100vh - var(--site-header-height)));display:grid;align-items:center;padding:clamp(64px,8vw,104px) 0;overflow:hidden;background:radial-gradient(circle at 78% 25%,rgba(45,139,72,.13),transparent 29%),linear-gradient(180deg,#f8fbf8,#fff 78%)}.hero-section:before{content:"";position:absolute;inset:0;opacity:.32;background-image:linear-gradient(rgba(45,139,72,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(45,139,72,.07) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,black,transparent 86%)}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(430px,1.05fr);align-items:center;gap:clamp(48px,7vw,92px)}.hero-copy,.hero-visual{min-width:0}.eyebrow{margin-bottom:14px;color:var(--brand-deep);font-size:13px;line-height:1.4;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow.light{color:#cbead5}.hero-copy h1{max-width:690px;margin-bottom:22px;font-size:clamp(36px,4vw,56px);line-height:1.12;letter-spacing:-.045em}.hero-description{max-width:640px;margin-bottom:30px;font-size:clamp(16px,1.35vw,19px);line-height:1.8;text-wrap:pretty}.hero-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:12px}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border-radius:7px;font-size:15px;font-weight:750;cursor:pointer;transition:transform .2s ease,color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:var(--brand);box-shadow:0 9px 24px #2d8b4833}.button-primary:hover{background:var(--brand-deep);box-shadow:0 12px 28px #236e3940}.button-secondary{color:var(--brand-deep);border:1px solid #b8cdbc;background:#fff}.button-secondary:hover{border-color:var(--brand);background:var(--brand-soft)}.button-light{color:var(--brand-deep);background:#fff}.button-outline-light{color:#fff;border:1px solid rgba(255,255,255,.5)}.button-outline-light:hover{background:#ffffff1a;border-color:#fff}.trust-row{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:30px}.trust-row>span{display:inline-flex;align-items:center;gap:7px;max-width:100%;color:#526259;font-size:13px}.trust-row i{width:18px;height:18px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--brand-soft);color:var(--brand-deep);font-style:normal;font-size:11px;font-weight:900}.hero-visual{position:relative;min-height:450px;display:grid;place-items:center}.visual-console{position:relative;z-index:2;width:min(100%,560px);border:1px solid rgba(45,139,72,.22);border-radius:16px;background:#ffffffe6;box-shadow:0 34px 70px #183f2429;overflow:hidden;transform:perspective(900px) rotateY(-3deg) rotateX(1deg)}.console-top{height:50px;display:flex;align-items:center;gap:7px;padding:0 18px;border-bottom:1px solid var(--line)}.console-top>span{width:8px;height:8px;border-radius:50%;background:#c9d7cc}.console-top>span:first-child{background:var(--brand)}.console-top em{margin-left:auto;color:#718077;font-size:12px;font-style:normal}.console-main{display:grid;grid-template-columns:132px minmax(0,1fr);min-height:330px}.console-pulse{display:grid;place-items:center;border-right:1px solid var(--line);background:#f7faf8}.console-pulse>span{position:relative;width:62px;height:62px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 14px #2d8b481a,0 0 0 30px #2d8b480e}.console-pulse>span:before,.console-pulse>span:after{content:"";position:absolute;top:50%;left:50%;width:2px;height:125px;background:linear-gradient(var(--brand),transparent);transform-origin:top center}.console-pulse>span:before{transform:rotate(48deg)}.console-pulse>span:after{transform:rotate(-70deg)}.console-flow{display:grid;align-content:center;gap:12px;padding:30px}.flow-node{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:9px;background:#fff;box-shadow:0 8px 22px #16311d0d}.flow-node>span{width:29px;height:29px;display:grid;place-items:center;border-radius:7px;background:var(--brand-soft);color:var(--brand-deep);font-size:12px;font-weight:800}.flow-node p{margin:0;color:#3b4d41;font-size:13px;line-height:1.5}.visual-orbit{position:absolute;border:1px solid rgba(45,139,72,.2);border-radius:50%;animation:orbit 16s linear infinite}.orbit-one{width:390px;height:390px}.orbit-two{width:510px;height:510px;animation-direction:reverse;animation-duration:24s}.visual-orbit:after{content:"";position:absolute;top:12%;left:11%;width:12px;height:12px;border-radius:50%;background:var(--brand);box-shadow:0 0 18px #2d8b488c}.page-hero{padding:clamp(62px,8vw,104px) 0 clamp(54px,7vw,88px);background:radial-gradient(circle at 80% 20%,rgba(45,139,72,.12),transparent 28%),var(--surface);border-bottom:1px solid var(--line)}.page-hero-inner{max-width:var(--container)}.page-hero h1{max-width:850px;margin-bottom:18px;font-size:clamp(34px,4vw,52px);line-height:1.16;letter-spacing:-.035em}.page-hero-description{max-width:820px;margin-bottom:0;font-size:clamp(16px,1.4vw,19px);line-height:1.75;text-wrap:pretty}.article-date{display:inline-block;margin-top:18px;color:var(--muted);font-size:14px}.article-keywords{margin-top:14px}.detail-price{display:inline-flex;margin-top:20px;padding:8px 12px;border-radius:6px;color:var(--brand-deep);background:var(--brand-soft);font-weight:800}.section-heading{width:100%;margin-bottom:clamp(30px,4vw,46px)}.section-heading h2,.split-feature h2,.contact-layout h2,.contact-context h2{max-width:780px;margin-bottom:14px;font-size:clamp(28px,3vw,39px);line-height:1.25;letter-spacing:-.025em}.section-heading>p:last-child{max-width:820px;margin-bottom:0;font-size:16px}.section-heading.align-center{text-align:center}.section-heading.align-center h2,.section-heading.align-center>p:last-child{margin-inline:auto}.heading-with-link{display:flex;align-items:end;justify-content:space-between;gap:24px}.heading-with-link .section-heading{min-width:0}.text-link{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;margin-bottom:46px;color:var(--brand-deep);font-size:14px;font-weight:800}.text-link:hover{gap:11px}.adaptive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr));gap:20px}.feature-grid>*,.content-grid>*,.narrative-grid>*{min-width:0}.feature-card{position:relative;min-height:100%;padding:28px;border:1px solid var(--line);border-radius:10px;background:#fff;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.feature-card:hover{transform:translateY(-3px);border-color:#bcd3c1;box-shadow:0 18px 38px #153f2117}.feature-card.large{padding:32px}.feature-card h3{margin:18px 0 10px;font-size:21px;line-height:1.35}.feature-card p{margin:0;font-size:15px}.card-index{color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.13em}.content-card{min-width:0;height:100%;border:1px solid var(--line);border-radius:11px;background:#fff;overflow:clip;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.content-card:hover{transform:translateY(-3px);border-color:#b8d0be;box-shadow:0 18px 40px #143d1f1a}.card-link{min-width:0;min-height:100%;display:flex;flex-direction:column}.card-media{width:100%;aspect-ratio:16 / 9;object-fit:cover;background:var(--surface)}.card-body{min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;padding:25px}.card-body h2{margin:12px 0 10px;font-size:22px;line-height:1.35}.card-body time{margin-top:10px;color:#738078;font-size:13px}.card-subtitle{margin-bottom:9px;color:#34463a;font-weight:650}.card-description{margin-bottom:18px;font-size:15px}.pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--brand-soft);color:var(--brand-deep);font-size:12px;font-weight:750}.tag-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:2px}.tag-list>span{display:inline-flex;max-width:100%;padding:5px 9px;border:1px solid #d8e5db;border-radius:5px;color:#526258;background:#fafcfb;font-size:12px;line-height:1.45}.card-action{display:inline-flex;gap:7px;margin-top:auto;padding-top:24px;color:var(--brand-deep);font-size:14px;font-weight:800}.split-feature{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:clamp(44px,7vw,90px);align-items:center}.split-feature.balanced{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}.split-feature>*{min-width:0}.lead-text{margin-bottom:26px;font-size:17px}.case-panel{position:relative;padding:clamp(28px,4vw,46px);border:1px solid #c7dccb;border-radius:12px;background:linear-gradient(145deg,#f5fbf7,#fff)}.case-panel p{margin:0;color:#304438;font-size:clamp(18px,2vw,24px);line-height:1.65}.case-marker{display:inline-grid;width:40px;height:40px;place-items:center;margin-bottom:22px;border-radius:50%;color:#fff;background:var(--brand)}.context-stack{display:grid;gap:12px}.context-stack p{margin:0;padding:18px 20px;border-left:3px solid var(--brand);background:var(--surface);color:#34463b}.timeline-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:14px}.timeline-grid article{min-width:0;padding:26px 22px;border-top:2px solid var(--brand);background:#fff;box-shadow:inset 0 0 0 1px var(--line)}.timeline-grid article>span{color:var(--brand);font-size:12px;font-weight:800}.timeline-grid h3{margin:14px 0 8px;font-size:19px}.timeline-grid p{margin:0;font-size:14px}.compact-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:20px}.compact-facts article{min-width:0;padding:28px;border-left:3px solid var(--brand);background:var(--surface)}.compact-facts span,.narrative-grid span{display:block;margin-bottom:12px;color:var(--brand-deep);font-size:13px;font-weight:800}.compact-facts p,.narrative-grid p{margin:0;color:var(--ink);font-size:19px}.filter-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:34px}.filter-tabs{min-width:0;display:flex;flex-wrap:wrap;gap:8px}.filter-tabs button{min-height:40px;padding:0 16px;border:1px solid var(--line);border-radius:6px;color:#435247;background:#fff;cursor:pointer}.filter-tabs button:hover,.filter-tabs button.active{color:#fff;border-color:var(--brand);background:var(--brand)}.search-form{display:flex;gap:8px;min-width:min(100%,360px)}.search-form input{min-width:0;width:100%;min-height:44px;padding:0 14px;border:1px solid #cdd9cf;border-radius:7px;color:var(--ink);background:#fff}.search-form input:focus{border-color:var(--brand);outline:2px solid rgba(45,139,72,.14)}.pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:38px}.pagination button{min-height:42px;padding:0 16px;border:1px solid var(--line);border-radius:6px;color:var(--brand-deep);background:#fff;cursor:pointer}.pagination button:disabled{cursor:not-allowed;opacity:.45}.pagination span{color:var(--muted);font-size:14px}.loading-state{min-height:180px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--muted)}.loading-state span{width:7px;height:7px;border-radius:50%;background:var(--brand);animation:loading .8s ease-in-out infinite alternate}.loading-state span:nth-child(2){animation-delay:.15s}.loading-state span:nth-child(3){animation-delay:.3s}.loading-state em{margin-left:6px;font-size:14px;font-style:normal}.page-loading{min-height:60vh}.empty-state{min-height:160px;display:grid;place-items:center;align-content:center;gap:8px;padding:30px;border:1px dashed #c8d5cb;border-radius:9px;background:var(--surface)}.empty-state>span{color:var(--brand);font-size:26px}.empty-state p,.neutral-note{margin:0;color:var(--muted);text-align:center}.detail-layout{display:grid;gap:clamp(34px,5vw,70px);align-items:start}.detail-layout.has-media{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr)}.detail-gallery{display:grid;gap:14px;position:sticky;top:calc(var(--site-header-height) + 24px)}.detail-gallery img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border:1px solid var(--line);border-radius:10px}.detail-content{min-width:0;max-width:820px}.detail-lead,.article-summary{padding:20px 22px;border-left:3px solid var(--brand);color:#3c4f42;background:var(--surface);font-size:17px}.detail-block+.detail-block{margin-top:38px}.detail-block h2{margin-bottom:18px;font-size:clamp(24px,2.5vw,32px)}.check-list{display:grid;gap:12px;padding:0;list-style:none}.check-list li{position:relative;padding-left:26px;color:#405146;line-height:1.7}.check-list li:before{content:"✓";position:absolute;left:0;top:1px;color:var(--brand);font-weight:900}.detail-tags{gap:10px}.detail-tags>span{padding:8px 11px;font-size:14px}.rich-text{min-width:0;color:#324238;font-size:16px;line-height:1.85}.rich-text *{max-width:100%;overflow-wrap:anywhere}.rich-text h1,.rich-text h2,.rich-text h3{margin:1.7em 0 .7em;color:var(--ink);line-height:1.35}.rich-text h2{font-size:clamp(24px,2.5vw,31px)}.rich-text h3{font-size:clamp(20px,2vw,25px)}.rich-text p{margin-bottom:1.2em}.rich-text img,.article-cover{width:auto;height:auto;border-radius:8px}.rich-text table{display:block;width:100%;overflow-x:auto;border-collapse:collapse}.rich-text th,.rich-text td{padding:10px;border:1px solid var(--line)}.rich-text pre{max-width:100%;padding:18px;overflow-x:auto;border-radius:8px;background:#132019;color:#e8f5ec}.rich-text iframe,.rich-text video{max-width:100%}.article-container{max-width:880px}.article-cover{width:100%;max-height:480px;object-fit:cover;margin-bottom:34px}.article-summary{margin-bottom:30px}.article-body{max-width:780px;margin-inline:auto}.source-link{margin-top:30px}.case-list{display:grid;gap:1px;background:var(--line);border:1px solid var(--line)}.case-list article{min-width:0;display:grid;grid-template-columns:70px minmax(0,1fr);align-items:start;gap:24px;padding:28px;background:#fff}.case-list p{margin:0;color:#34463a;font-size:18px}.case-number{color:var(--brand);font-size:13px;font-weight:800}.result-list{display:grid;gap:14px}.result-list article{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);gap:18px;align-items:start;padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff}.result-list span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--brand)}.result-list p{margin:2px 0 0}.faq-container{max-width:900px}.faq-search{margin-bottom:34px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{position:relative;padding:23px 54px 23px 0;color:var(--ink);font-size:18px;font-weight:700;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:8px;top:18px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--brand-soft);color:var(--brand-deep);font-size:21px;transition:transform .2s ease}.faq-list details[open] summary:after{transform:rotate(45deg)}.faq-list details p{max-width:780px;margin:-4px 0 24px;padding-right:54px}.about-intro{display:grid;grid-template-columns:minmax(0,.68fr) minmax(0,1.32fr);gap:clamp(40px,7vw,90px);align-items:start}.about-intro>p{margin:0;color:#34463a;font-size:18px;line-height:1.95}.narrative-grid article{padding:28px;border:1px solid var(--line);border-radius:9px}.narrative-grid p{font-size:17px;line-height:1.75}.contact-layout{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:clamp(42px,7vw,90px);align-items:start}.contact-card-list{display:grid;gap:12px}.contact-card{min-width:0;display:grid;grid-template-columns:52px minmax(0,1fr) 24px;align-items:center;gap:16px;padding:20px;border:1px solid var(--line);border-radius:9px;background:#fff;transition:transform .2s ease,border-color .2s ease,background .2s ease}a.contact-card:hover{transform:translate(3px);border-color:#b8d0bd;background:#fbfefc}.contact-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:8px;color:var(--brand-deep);background:var(--brand-soft);font-size:10px;font-weight:850;letter-spacing:.06em}.contact-card small{display:block;margin-bottom:4px;color:#738077}.contact-card strong{display:block;color:var(--ink);font-size:17px;line-height:1.5}.contact-card i{color:var(--brand);font-style:normal}.contact-context{max-width:var(--container)}.contact-context>p:last-child{max-width:900px;margin-bottom:0;font-size:17px}.cta-section{padding-top:0}.cta-panel{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:clamp(34px,5vw,56px);border-radius:12px;color:#fff;background:linear-gradient(120deg,#215f35,var(--brand));box-shadow:0 25px 55px #236e3933}.cta-panel>div:first-child{min-width:0;max-width:720px}.cta-panel h2{margin-bottom:11px;color:#fff;font-size:clamp(27px,3vw,38px)}.cta-panel p{margin-bottom:0;color:#ffffffc7}.cta-actions{flex:0 0 auto;justify-content:flex-end}.site-footer{padding:58px 0 22px;color:#dde9df;background:#142219}.footer-grid{display:grid;grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(170px,.7fr));gap:clamp(35px,6vw,80px)}.footer-grid>*{min-width:0}.footer-brand p{max-width:470px;margin:18px 0 0;color:#aebdb2;font-size:14px}.footer-logo-row{display:flex;align-items:center;gap:12px}.footer-logo-shell{width:42px;height:42px}.footer-logo-row strong{color:#fff}.footer-grid h2{margin-bottom:18px;color:#fff;font-size:14px}.footer-links{display:grid;gap:11px;color:#aebdb2;font-size:14px}.footer-links a:hover{color:#fff}.contact-lines span{line-height:1.65}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:46px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#87988b;font-size:12px}#dashboard-view{width:100%}#rh-dashboard{min-height:calc(100vh - var(--site-header-height, 64px))}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:none}.hero-enter{opacity:0;animation:hero-in .65s cubic-bezier(.22,.8,.35,1) forwards}.hero-enter.step-1{animation-delay:.05s}.hero-enter.step-2{animation-delay:.14s}.hero-enter.step-3{animation-delay:.24s}.hero-enter.step-4{animation-delay:.34s}.page-enter-active,.page-leave-active{transition:opacity .18s ease,transform .18s ease}.page-enter-from{opacity:0;transform:translateY(5px)}.page-leave-to{opacity:0;transform:translateY(-3px)}@keyframes hero-in{to{opacity:1;transform:none}0%{opacity:0;transform:translateY(18px)}}@keyframes orbit{to{transform:rotate(360deg)}}@keyframes loading{to{transform:translateY(-5px);opacity:.45}}@media(max-width:1100px){.header-inner{gap:14px}.brand-name{display:none}.header-navigation{gap:12px}.primary-navigation{gap:14px}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(370px,.9fr);gap:42px}.hero-visual{min-height:400px}.console-main{grid-template-columns:105px minmax(0,1fr)}.console-flow{padding:22px}}@media(max-width:860px){.primary-navigation{gap:10px}.primary-navigation a{font-size:13px}.dashboard-link{padding-inline:11px;font-size:13px}.hero-grid{grid-template-columns:1fr}.hero-section{padding-top:68px}.hero-copy{max-width:720px}.hero-visual{min-height:390px}.visual-console{max-width:620px}.split-feature,.contact-layout,.about-intro{grid-template-columns:1fr}.split-feature>div:first-child,.contact-layout>div:first-child{max-width:760px}.detail-layout.has-media{grid-template-columns:1fr}.detail-gallery{position:static;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}.cta-panel{align-items:flex-start;flex-direction:column}.cta-actions{justify-content:flex-start}.footer-grid{grid-template-columns:1.25fr 1fr 1fr;gap:32px}}@media(max-width:767px){:root{--gutter: 16px;--site-header-height: 64px;--section-space: 52px}.site-header{height:var(--site-header-height)}.brand-name{display:block;max-width:min(61vw,240px);font-size:13px}.brand-logo-shell{width:40px;height:40px}.menu-toggle{display:block;margin-left:auto}.menu-is-open .menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-is-open .menu-toggle span:nth-child(2){opacity:0}.menu-is-open .menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.header-navigation{position:fixed;inset:var(--site-header-height) 0 auto;max-height:calc(100vh - var(--site-header-height));display:none;align-items:stretch;flex-direction:column;gap:14px;padding:18px 16px 24px;overflow-y:auto;border-top:1px solid var(--line);background:#fff;box-shadow:0 18px 36px #142b1b1a}.header-navigation.open{display:flex}.primary-navigation{display:grid;gap:0}.primary-navigation a{min-height:48px;display:flex;align-items:center;padding:0;border-bottom:1px solid #edf1ee;font-size:16px}.primary-navigation a:after{display:none}.dashboard-link{min-height:46px;font-size:15px}.hero-section{min-height:auto;padding:54px 0 64px}.hero-copy h1{font-size:clamp(32px,9vw,42px);line-height:1.18}.hero-description{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.trust-row{display:grid;grid-template-columns:1fr;gap:9px;margin-top:24px}.hero-visual{min-height:340px}.visual-console{transform:none}.console-main{grid-template-columns:76px minmax(0,1fr);min-height:280px}.console-pulse>span{width:38px;height:38px;box-shadow:0 0 0 9px #2d8b481a,0 0 0 18px #2d8b480d}.console-pulse>span:before,.console-pulse>span:after{height:74px}.console-flow{gap:8px;padding:14px}.flow-node{grid-template-columns:25px minmax(0,1fr);gap:8px;padding:9px}.flow-node>span{width:24px;height:24px}.flow-node p{font-size:11px}.orbit-one{width:300px;height:300px}.orbit-two{width:360px;height:360px}.page-hero{padding:52px 0 46px}.page-hero h1{font-size:clamp(30px,8.6vw,40px)}.section-heading{margin-bottom:28px}.section-heading h2,.split-feature h2,.contact-layout h2,.contact-context h2{font-size:clamp(25px,7vw,32px)}.heading-with-link{align-items:flex-start;flex-direction:column;gap:0}.text-link{min-height:44px;margin:-14px 0 24px}.adaptive-grid{grid-template-columns:1fr}.feature-card,.feature-card.large,.card-body{padding:22px}.case-panel{padding:24px}.filter-bar{align-items:stretch;flex-direction:column}.filter-tabs{flex-wrap:nowrap;width:calc(100% + 32px);margin-inline:-16px;padding-inline:16px;overflow-x:auto;scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.filter-tabs button{white-space:nowrap}.search-form{width:100%;min-width:0}.search-form .button{padding-inline:18px}.detail-lead,.article-summary{padding:17px;font-size:16px}.case-list article{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:22px 18px}.case-list p{font-size:16px}.result-list article{grid-template-columns:34px minmax(0,1fr);padding:18px;gap:12px}.result-list span{width:32px;height:32px}.faq-list summary{font-size:16px}.faq-list details p{padding-right:0}.contact-card{grid-template-columns:44px minmax(0,1fr) 18px;gap:12px;padding:16px}.contact-mark{width:42px;height:42px}.contact-card strong{font-size:15px}.cta-panel{padding:28px 22px}.cta-actions{width:100%;flex-direction:column}.cta-actions .button{width:100%}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}@media(max-width:390px){.brand-name{max-width:55vw}.console-main{grid-template-columns:62px minmax(0,1fr)}.flow-node{padding-inline:7px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.hero-enter,.reveal{opacity:1!important;transform:none!important}}
