:root{font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;color:#071b3d;background:#f8f5ed;font-synthesis:none;--ink:#071b3d;--blue:#075ee8;--orange:#ff8210;--green:#16a34a;--paper:#f8f5ed;--white:#fff;--line:rgba(7,27,61,0.14);--muted:#5d6878;--container:min(1400px,calc(100vw - 48px));--shadow:0 18px 50px rgba(7,27,61,0.1);--text-xs:12px;--text-sm:14px;--text-md:16px;--text-lg:20px;--title-card:28px;--title-section:clamp(40px,3.6vw,52px);--title-page:58px;--radius-sm:8px;--radius-md:12px;--radius-lg:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:280px;min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(7,94,232,.025) 0 1px,transparent 1px),var(--paper);background-size:14px 14px;-webkit-font-smoothing:antialiased}a,button{font:inherit}button{color:inherit}img{display:block;max-width:100%}.app-shell{min-height:100vh;overflow:clip}.container{width:var(--container);margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;height:74px;background:rgba(248,245,237,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(7,27,61,.08)}.nav-wrap{width:var(--container);height:100%;margin:auto;display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:24px}.brand-logo{border:0;background:transparent;cursor:pointer;padding:0;display:inline-block;width:162px}.brand-logo img{width:100%;height:48px;object-fit:contain;object-position:center;mix-blend-mode:normal}.desktop-nav{display:flex;justify-content:center;gap:6px}.desktop-nav button{border:0;background:transparent;padding:24px 16px 21px;cursor:pointer;font-size:14px;font-weight:600;position:relative}.desktop-nav button:after{content:"";position:absolute;height:3px;left:16px;right:16px;bottom:0;background:var(--blue);transform:scaleX(0);transition:transform .18s ease}.desktop-nav button.active:after,.desktop-nav button:hover:after{transform:scaleX(1)}.contact-band button,.nav-contact{border:0;border-radius:999px;background:var(--blue);color:#fff;padding:12px 20px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.contact-band button:hover,.nav-contact:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(7,94,232,.24)}.menu-button,.mobile-nav{display:none}.hero{min-height:760px;display:flex;padding:40px 0 0;position:relative}.hero,.hero-inner{align-items:center}.hero-inner{display:grid;grid-template-columns:48% 52%}.hero-copy{position:relative;z-index:2;padding-bottom:54px}.hero h1{margin:0;font-size:clamp(52px,5.35vw,78px);line-height:1.12;letter-spacing:-.055em;font-weight:900}.hero h1:after{content:"";width:86%;height:10px;display:block;margin:22px 0 16px;background:var(--blue);transform:rotate(-2deg);border-radius:100%}.hero h2{margin:0 0 28px;font-size:clamp(28px,3vw,44px);letter-spacing:-.04em}.hero-copy>p{margin:0;max-width:560px;color:#34445d;font-size:15px;line-height:1.8}.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-tags span{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid rgba(7,27,61,.08);border-radius:8px;padding:9px 14px;font-size:14px;font-weight:700;box-shadow:0 8px 20px rgba(7,27,61,.06)}.hero-tags svg{color:var(--blue)}.hero-art{height:720px;margin-right:-12vw;position:relative}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:left center;mix-blend-mode:multiply}.stats-strip{background:rgba(255,255,255,.84);border:1px solid rgba(7,27,61,.08);display:grid;grid-template-columns:repeat(4,1fr);padding:26px 20px;margin-top:-38px;position:relative;z-index:5;box-shadow:var(--shadow)}.stat-item{display:flex;align-items:center;justify-content:center;gap:14px;padding:4px 16px;border-right:1px solid var(--line)}.stat-item:last-child{border-right:0}.stat-item svg{font-size:35px;color:var(--blue)}.stat-item div{display:grid}.stat-item strong{font-size:26px;line-height:1}.stat-item span{margin-top:8px;font-size:12px;color:var(--muted)}.section{padding:110px 0}.section-heading{max-width:720px;margin-bottom:52px}.section-heading.center{margin-inline:auto;text-align:center}.section-label{color:var(--blue);font-size:13px;font-weight:800;letter-spacing:.16em}.section-heading h2{margin:13px 0 0;font-size:clamp(36px,4vw,54px);line-height:1.13;letter-spacing:-.04em}.section-heading p{color:var(--muted);line-height:1.8}.mission-section{padding:130px 0}.mission-inner{display:grid;grid-template-columns:180px 1fr;gap:42px;align-items:start;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);padding:64px 0;position:relative}.mission-inner:after{content:"";position:absolute;width:130px;height:38px;background:var(--orange);right:4%;bottom:-18px;transform:skewX(-30deg)}.mission-inner>span{font-weight:800;color:var(--blue)}.mission-inner p{margin:0;font-size:clamp(30px,3.4vw,48px);line-height:1.55;font-weight:700;letter-spacing:-.035em}.mission-inner strong{color:var(--blue)}.business-section{padding-top:50px}.business-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.business-column{min-width:0;border-right:1px solid var(--line)}.business-column:last-child{border-right:0}.business-copy{min-height:310px;padding:36px 30px}.business-copy svg{font-size:34px}.business-copy>span{display:block;margin:24px 0 12px;font-size:12px;font-weight:700}.business-copy h3{margin:0;font-size:34px;line-height:1.2}.business-copy p{color:var(--muted)}.business-copy button,.product-copy button,.section-title-row>button{border:0;background:transparent;padding:14px 0 0;display:inline-flex;align-items:center;gap:8px;font-weight:700;cursor:pointer}.business-column.blue button,.business-column.blue h3,.business-column.blue svg{color:var(--blue)}.business-column.orange button,.business-column.orange h3,.business-column.orange svg{color:var(--orange)}.business-column.green button,.business-column.green h3,.business-column.green svg{color:var(--green)}.business-media{height:280px;overflow:hidden;position:relative}.business-media:after{content:"";position:absolute;inset:auto 0 0;height:50px;background:currentColor;clip-path:polygon(0 60%,100% 0,100% 100%,0 100%)}.business-column.blue .business-media{color:var(--blue)}.business-column.orange .business-media{color:var(--orange)}.business-column.green .business-media{color:var(--green)}.business-media img{width:100%;height:100%;object-fit:cover}.product-showcase{background:#fff}.product-stage{min-height:590px;display:grid;grid-template-columns:220px 320px 1fr;border:1px solid var(--line);overflow:hidden;background:var(--paper)}.product-tabs{display:flex;flex-direction:column;border-right:1px solid var(--line)}.product-tabs button{flex:1;border:0;border-bottom:1px solid var(--line);background:transparent;padding:24px;text-align:left;display:grid;gap:10px;cursor:pointer;font-size:16px;font-weight:700}.product-tabs button:last-child{border-bottom:0}.product-tabs button span{font-size:12px;opacity:.6}.product-stage.blue .product-tabs button.active{background:var(--blue);color:#fff}.product-stage.green .product-tabs button.active{background:var(--green);color:#fff}.product-stage.orange .product-tabs button.active{background:var(--orange);color:#fff}.product-copy{display:flex;flex-direction:column;justify-content:center;padding:48px 34px}.product-copy>span{font-size:14px;font-weight:800}.product-copy h3{font-size:45px;line-height:1.15;margin:18px 0}.product-copy p{color:var(--muted)}.product-media{padding:28px}.product-media img{width:100%;height:100%;object-fit:cover;border-radius:2px}.proof-section{background:var(--paper)}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.proof-panel{border:1px solid var(--line);background:#fff;padding:0;text-align:left;cursor:pointer;overflow:hidden;transition:transform .18s ease}.proof-panel:hover{transform:translateY(-5px)}.proof-panel>div{padding:28px;display:grid;gap:10px}.proof-panel svg{color:var(--blue);font-size:30px}.proof-panel span{font-size:12px;color:var(--muted)}.proof-panel strong{font-size:22px}.proof-panel img{width:100%;height:210px;object-fit:cover}.cert-panel img,.partner-panel img{object-fit:contain;padding:18px}.section-title-row{display:flex;align-items:flex-end;justify-content:space-between}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.news-card{border:0;background:transparent;text-align:left;padding:0;cursor:pointer}.news-visual{height:190px;display:flex;align-items:center;justify-content:space-between;padding:26px;color:#fff;overflow:hidden}.news-card.blue .news-visual{background:var(--blue)}.news-card.orange .news-visual{background:var(--orange)}.news-card.green .news-visual{background:var(--green)}.news-visual span{align-self:flex-start;font-size:14px;font-weight:800}.news-visual svg{font-size:92px;opacity:.9}.news-card time{display:block;margin-top:22px;font-size:12px;color:var(--muted)}.news-card h3{font-size:21px;line-height:1.4;margin:10px 0}.news-card p{color:var(--muted);font-size:14px;line-height:1.7}.news-link{display:inline-flex;align-items:center;gap:8px;margin-top:10px;font-size:13px;font-weight:800}.contact-band{min-height:430px;background:#fff;overflow:hidden}.contact-band,.contact-band-inner{position:relative;display:flex;align-items:center}.contact-band-inner{justify-content:space-between;z-index:2}.contact-band span{color:var(--blue);font-size:13px;font-weight:800}.contact-band h2{margin:14px 0;font-size:clamp(42px,5vw,70px);line-height:1.15;letter-spacing:-.05em}.contact-band p{color:var(--muted)}.contact-band .qr-preview{width:210px;height:210px;border:2px solid var(--ink);border-radius:0;background:var(--paper);color:var(--ink);display:grid;place-items:center;align-content:center;gap:8px;cursor:pointer}.qr-preview svg{font-size:92px}.contact-shape{position:absolute}.contact-shape.blue{width:220px;height:220px;background:var(--blue);left:-110px;bottom:-130px;transform:rotate(45deg)}.contact-shape.orange{width:220px;height:220px;background:var(--orange);right:-110px;top:-110px;border-radius:50%}.site-footer{background:var(--ink);color:#fff;padding:54px 0}.footer-grid{display:grid;grid-template-columns:180px 1fr 1.3fr;gap:30px;align-items:center}.site-footer .brand-logo{filter:none}.site-footer p,.site-footer span{font-size:12px;color:rgba(255,255,255,.62)}.site-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px}.site-footer nav button{border:0;background:transparent;color:#fff;cursor:pointer;font-size:13px}.site-footer span{grid-column:1/-1;text-align:center}.page-hero{padding:140px 0 80px;border-bottom:1px solid var(--ink)}.page-hero:after{content:"";position:absolute;right:6vw;top:80px;width:220px;height:100px;background:var(--blue);clip-path:polygon(0 50%,100% 0,76% 100%)}.page-hero.orange:after{background:var(--orange);border-radius:50%}.page-hero.green:after{background:var(--green)}.page-hero h1{font-size:clamp(56px,8vw,104px);line-height:1;letter-spacing:-.06em}.page-hero p{margin:30px 0 0;color:var(--muted)}.service-subnav{position:sticky;z-index:20;background:rgba(248,245,237,.94);border-bottom:1px solid var(--line);padding:14px}.service-subnav button{padding:10px 16px;cursor:pointer}.service-subnav button.active{background:var(--ink);color:#fff}.service-section{scroll-margin-top:130px}.service-section.blue{background:#fff}.service-section.orange{background:#fff8ed}.service-section.green{background:#f0faf2}.service-product-row{min-height:460px;grid-template-columns:37% 63%;border-top:1px solid var(--ink);align-items:stretch}.service-product-row.reverse{grid-template-columns:63% 37%}.service-product-copy{padding:44px 36px 44px 0}.service-product-row.reverse .service-product-copy{padding:44px 0 44px 36px}.service-product-copy>span{color:var(--blue);font-size:13px;font-weight:800}.service-product-copy h3{font-size:42px;margin:16px 0}.service-product-copy p{color:var(--muted)}.service-product-copy ul{list-style:none;padding:0;margin-top:30px}.service-product-copy li{display:flex;align-items:center;gap:9px}.service-product-copy li svg{color:var(--green)}.service-image{min-height:440px}.service-image img{width:100%;height:100%;object-fit:cover}.simple-service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--ink)}.simple-service-grid article{padding:46px 32px 100px;border-right:1px solid var(--line)}.simple-service-grid article:last-child{border-right:0}.simple-service-grid span{font-size:13px;font-weight:800;color:var(--orange)}.service-section.green .simple-service-grid span{color:var(--green)}.simple-service-grid h3{margin:30px 0 12px;font-size:30px}.simple-service-grid p{color:var(--muted)}.news-list{border-top:1px solid var(--ink)}.news-list>button{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;padding:36px 0;display:grid;grid-template-columns:120px 1fr 40px;gap:28px;align-items:center;text-align:left;cursor:pointer}.news-index{width:74px;height:74px;display:grid;place-items:center;color:#fff;font-weight:900}.news-index.blue{background:var(--blue)}.news-index.orange{background:var(--orange)}.news-index.green{background:var(--green)}.news-list time{color:var(--muted);font-size:12px}.news-list h2{margin:8px 0;font-size:28px}.news-list p{color:var(--muted)}.about-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end}.about-intro-grid .section-heading{margin:0}.about-intro-grid>p{font-size:25px;line-height:1.8;margin:0}.values-section{background:#fff}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--ink)}.values-grid article{padding:42px 34px 80px;border-right:1px solid var(--line)}.values-grid article:last-child{border-right:0}.values-grid span{color:var(--blue);font-weight:800}.values-grid p{font-size:22px;line-height:1.75}.about-proof{border-bottom:1px solid var(--line)}.about-proof img{width:100%;max-height:650px;object-fit:contain;background:#fff}.contact-page-grid{display:grid}.contact-page h3{margin:0;font-size:20px}.contact-page p{color:var(--muted)}.modal-backdrop{position:fixed;inset:0;z-index:100;background:rgba(7,27,61,.58);display:grid;place-items:center;padding:24px}.modal{width:min(580px,100%);max-height:calc(100vh - 48px);overflow:auto;background:var(--paper);padding:54px;position:relative;box-shadow:0 30px 100px rgba(0,0,0,.24)}.modal-close{position:absolute;top:18px;right:18px;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;display:grid;place-items:center;cursor:pointer}.modal-accent{display:block;width:90px;height:10px;margin-bottom:36px}.modal-accent.blue{background:var(--blue)}.modal-accent.orange{background:var(--orange)}.modal-accent.green{background:var(--green)}.news-modal time{font-size:12px;color:var(--muted)}.news-modal h2{font-size:38px;line-height:1.3;margin:15px 0 30px}.news-modal p{color:var(--muted);line-height:1.9}.qr-modal{width:min(840px,100%);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);padding:0;overflow:hidden;border:1px solid rgba(19,101,232,.14);box-shadow:0 28px 90px rgba(5,31,72,.28)}.qr-modal-copy{padding:64px 56px 58px;text-align:left;background:radial-gradient(circle at 0 100%,rgba(25,146,255,.12),transparent 42%),linear-gradient(145deg,#fff,#f7faff)}.qr-modal-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--blue);font-size:13px;font-weight:700;letter-spacing:.08em}.qr-modal-kicker:before{content:"";width:7px;height:7px;border-radius:2px;background:var(--blue)}.qr-modal h2{margin:18px 0 14px;font-size:34px;line-height:1.25;color:var(--ink)}.qr-modal-copy>p{margin:0;color:var(--muted);line-height:1.8}.qr-modal-topics{display:grid;gap:0;margin:30px 0 24px;border-top:1px solid var(--line)}.qr-modal-topics span{position:relative;padding:13px 0 13px 20px;border-bottom:1px solid var(--line);color:#263a57;font-size:14px}.qr-modal-topics span:before{content:"";position:absolute;left:0;top:19px;width:7px;height:7px;border:2px solid var(--blue);border-radius:50%}.qr-modal-copy small{color:#7a8798;font-size:12px}.qr-modal-code{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 42px 52px;text-align:center;color:#fff;background:linear-gradient(150deg,#075ce3,#168cf5)}.qr-placeholder{width:210px;height:210px;margin:0 0 26px;border:0;border-radius:10px;display:grid;place-items:center;background:#fff;box-shadow:0 16px 38px rgba(0,34,104,.2)}.qr-placeholder svg{font-size:160px;color:var(--blue)}.qr-modal-code strong{font-size:16px;line-height:1.5}.qr-modal-code>span{margin-top:8px;color:rgba(255,255,255,.78);font-size:12px}.qr-modal .modal-close{z-index:2;border-color:rgba(255,255,255,.38);color:#fff;background:rgba(255,255,255,.12)}@media (max-width:980px){:root{--container:min(100% - 48px,920px)}.nav-wrap{grid-template-columns:1fr auto}.desktop-nav,.nav-contact{display:none}.menu-button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;font-size:23px}.mobile-nav{display:grid;position:absolute;top:74px;left:0;right:0;gap:0;padding:8px max(14px,calc((100vw - var(--container)) / 2)) 16px;border-bottom:1px solid #dfe7f1;background:rgba(255,255,255,.98);box-shadow:0 16px 36px rgba(7,27,61,.12);backdrop-filter:blur(16px)}.mobile-nav button{min-height:52px;border:0;border-bottom:1px solid var(--line);background:transparent;padding:0 8px;display:flex;justify-content:space-between;align-items:center;text-align:left;font-size:var(--text-md);font-weight:700;line-height:1.4;cursor:pointer}.mobile-nav button>svg{width:18px;height:18px;flex:0 0 auto;color:#6d7b8f}.mobile-nav button.active,.mobile-nav button.active>svg{color:var(--blue)}.mobile-nav .mobile-contact{min-height:48px;margin-top:16px;padding-inline:20px;justify-content:center;border:0;border-radius:999px;background:var(--blue);color:#fff;font-size:var(--text-sm)}.hero{min-height:auto;padding-top:80px}.hero-inner{grid-template-columns:1fr}.hero-copy{padding-bottom:0}.hero-art{height:560px;margin:-20px -25vw 0 -8vw}.stats-strip{margin-top:-10px;grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2){border-right:0}.stat-item:nth-child(-n+2){border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:18px}.business-grid,.mission-inner,.news-grid,.proof-grid,.simple-service-grid,.values-grid{grid-template-columns:1fr}.business-column,.simple-service-grid article,.values-grid article{border-right:0;border-bottom:1px solid var(--line)}.product-stage{grid-template-columns:1fr}.product-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-right:0;border-bottom:1px solid var(--line)}.product-tabs button{min-height:100px;border-right:1px solid var(--line)}.product-media{min-height:440px}}@media (max-width:640px){:root{--container:calc(100vw - 28px)}.nav-wrap,.site-header{height:64px}.brand-logo{width:132px}.brand-logo img{height:40px}.mobile-nav{top:64px}.hero{padding-top:52px}.hero h1{font-size:clamp(42px,13vw,58px)}.hero h1:after{height:7px}.hero h2{font-size:28px}.hero-copy>p{font-size:13px;max-width:330px}.hero-tags{gap:7px}.hero-tags span{padding:8px 10px;font-size:12px}.hero-art{height:420px;margin:-5px -60vw 0 -18vw}.stats-strip{padding:20px 8px}.stat-item{padding:8px;gap:8px;justify-content:flex-start}.stat-item svg{font-size:27px}.stat-item strong{font-size:20px}.stat-item span{font-size:10px}.section{padding:72px 0}.section-heading{margin-bottom:32px}.section-heading h2{font-size:38px}.mission-section{padding:84px 0}.mission-inner{padding:42px 0;gap:22px}.mission-inner p{font-size:28px;line-height:1.6}.business-copy{min-height:260px}.business-media{height:240px}.product-tabs button{padding:16px 10px;font-size:12px}.product-copy{padding:36px 24px 18px}.product-copy h3{font-size:36px}.product-media{min-height:310px;padding:18px}.proof-panel img{height:180px}.section-title-row{align-items:flex-start}.section-title-row>button{font-size:12px}.news-grid{gap:44px}.contact-band{min-height:620px}.contact-band-inner{flex-direction:column;align-items:flex-start;gap:42px}.contact-band h2{font-size:48px}.contact-band .qr-preview{align-self:flex-end;width:170px;height:170px}.footer-grid{grid-template-columns:1fr;text-align:left}.site-footer nav{justify-content:flex-start}.site-footer span{text-align:left}.page-hero{padding:108px 0 58px}.page-hero:after{width:100px;height:60px;top:76px;right:-20px}.page-hero h1{font-size:58px}.service-subnav{top:64px;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.service-subnav button{flex:0 0 auto}.service-product-row,.service-product-row.reverse{grid-template-columns:1fr}.service-product-row.reverse .service-product-copy{order:0;padding:34px 0}.service-product-copy{padding:34px 0}.service-product-copy h3{font-size:34px}.service-image{min-height:280px}.simple-service-grid article{padding:34px 0 60px}.news-list>button{grid-template-columns:64px 1fr 24px;gap:15px}.news-index{width:54px;height:54px}.news-list h2{font-size:21px}.news-list p{font-size:13px}.about-intro-grid{grid-template-columns:1fr;gap:28px}.about-intro-grid>p{font-size:20px}.values-grid p{font-size:18px}.contact-page-grid{gap:38px}.modal{padding:48px 28px 34px}.news-modal h2{font-size:30px}.qr-placeholder{width:200px;height:200px}.qr-placeholder svg{font-size:130px}.qr-modal{grid-template-columns:1fr;width:min(520px,100%)}.qr-modal-copy{padding:50px 30px 32px}.qr-modal h2{padding-right:24px;font-size:28px}.qr-modal-code{padding:34px 28px 36px}.qr-modal .modal-close{color:var(--ink);border-color:var(--line);background:rgba(255,255,255,.92)}}a:focus-visible,button:focus-visible{outline:3px solid rgba(7,94,232,.38);outline-offset:4px}.site-footer{position:relative;padding:58px 0 22px;background:#fff;color:var(--ink);border-top:1px solid #e2e8f0}.footer-accent{position:absolute;left:0;top:0;width:120px;height:12px;background:var(--blue);clip-path:polygon(0 0,78% 0,100% 100%,0 100%)}.footer-main{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:64px;align-items:start}.footer-brand .brand-logo{display:inline-block;width:220px}.footer-brand p{max-width:260px;margin:24px 0 0;color:#617084;font-size:12px;line-height:1.8}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-column h3{margin:0 0 8px;font-size:var(--text-sm)}.footer-column a,.footer-column button,.footer-column span{min-height:24px;padding:2px 0;border:0;background:transparent;color:#657083;font-size:var(--text-xs);line-height:1.65;text-decoration:none;text-align:left;cursor:pointer}.footer-column a:hover,.footer-column button:hover{color:var(--blue)}.footer-contact-info button{margin-top:3px;color:var(--blue);font-weight:700}.footer-bottom{display:flex;justify-content:center;gap:28px;margin-top:38px;padding-top:18px;border-top:1px solid #edf1f5}.footer-bottom span{color:#8a96a7;font-size:11px;line-height:1.6}@media(max-width:900px){.footer-main{grid-template-columns:1.4fr repeat(2,1fr)}.footer-brand{grid-row:span 2}}@media(max-width:640px){.site-footer{padding-top:48px}.footer-main{grid-template-columns:1fr 1fr;gap:34px 20px}.footer-brand{grid-column:1/3;grid-row:auto}.footer-bottom{align-items:center;flex-direction:column;gap:8px;text-align:center}.footer-brand{display:flex;align-items:flex-start;flex-direction:column;text-align:left}.footer-brand .brand-logo{width:132px;margin:0}.footer-brand .brand-logo img{object-position:left center}.footer-brand p{margin-top:18px;text-align:left}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition:none!important}}.qr-modal{width:min(460px,100%);display:flex;flex-direction:column;align-items:center;gap:0;padding:48px 44px 42px;overflow:visible;text-align:center;background:#fff;border:1px solid #dce7f3;border-radius:18px;box-shadow:0 24px 70px rgba(5,31,72,.24)}.qr-modal .qr-placeholder{width:190px;height:190px;margin:0 0 28px;border:1px solid #e0e8f3;border-radius:12px;box-shadow:none;background:#f8fbff}.qr-modal .qr-placeholder svg{font-size:138px}.qr-modal h2{margin:0 0 12px;font-size:28px;line-height:1.3}.qr-modal>p{max-width:330px;margin:0;color:var(--muted);font-size:14px;line-height:1.75}.qr-modal .modal-close{color:var(--ink);border-color:var(--line);background:#fff}@media(max-width:640px){.qr-modal{padding:44px 24px 34px}.qr-modal .qr-placeholder{width:168px;height:168px}.qr-modal .qr-placeholder svg{font-size:122px}.qr-modal h2{padding:0;font-size:24px}}.app-shell:has(.page-hero) .site-header{background:rgba(255,255,255,.92)}.page-hero{min-height:430px;padding:0;overflow:hidden;position:relative;border-bottom:1px solid #dfe8f3;background:linear-gradient(112deg,#fff 5%,#f8fbff 58%,#edf5ff)}.page-hero:after{display:none}.page-hero-inner{min-height:430px;display:flex;align-items:center;position:relative}.page-hero-inner>div{position:relative;z-index:2;padding-bottom:18px}.page-hero-inner>div>span{display:flex;align-items:center;gap:9px;margin-bottom:20px;color:#075ee8;font-size:12px;font-weight:800;letter-spacing:.12em}.page-hero-inner>div>span:before{content:"";width:7px;height:7px;border-radius:2px;background:#075ee8}.page-hero h1{margin:0;font-size:58px;line-height:1.18;letter-spacing:-.055em}.page-hero p{margin:20px 0 0;color:#536175;font-size:15px}.page-hero img{position:absolute;right:-90px;top:-112px;width:600px;height:600px;object-fit:contain;opacity:.78;mix-blend-mode:multiply}.service-subnav{top:74px;min-height:70px;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:8px;background:rgba(255,255,255,.94);border-block:1px solid #e2eaf4;backdrop-filter:blur(14px)}.service-subnav button{padding:22px 26px;border:0;border-bottom:3px solid transparent;background:transparent;color:#566477;font-size:13px;font-weight:700}.service-subnav button.active{border-color:#075ee8;color:#075ee8;background:transparent}.service-section{padding:108px 0;background:#fff}.service-section .section-heading{max-width:700px;margin-bottom:52px}.service-section .section-heading h2{font-size:42px;letter-spacing:-.04em}.service-product-row{min-height:430px;display:grid;grid-template-columns:36% 64%;margin:0;border:0;background:#f7faff}.service-product-row.reverse{grid-template-columns:64% 36%;background:#f7fcf8}.service-product-row.reverse .service-product-copy{order:2}.service-product-copy{display:flex;flex-direction:column;justify-content:center;padding:50px}.service-product-copy>span{width:auto;height:auto;display:block;background:transparent;color:#8aa0bd;font-size:12px}.service-product-copy h3{margin:13px 0 18px;font-size:29px}.service-product-copy p{max-width:320px;color:#526175;font-size:14px;line-height:1.8}.service-product-copy ul{display:grid;gap:12px;margin-top:24px}.service-product-copy li{color:#30435c;font-size:13px}.service-product-copy li svg{color:#075ee8}.service-image{min-width:0;position:relative;min-height:430px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#fff,#edf5ff)}.service-image>img{width:100%;height:100%;object-fit:contain}.service-image-split{display:grid;grid-template-columns:58% 42%;gap:0}.service-image-split img:first-child{width:100%;height:100%;padding:30px;object-fit:contain}.service-image-split img:last-child{width:100%;height:100%;object-fit:cover}.growth-editorial{background:linear-gradient(180deg,#fff,#fffaf4)}.b-editorial{background:linear-gradient(180deg,#fff,#f3fbf5)}.simple-service-layout{display:grid;grid-template-columns:45% 55%;min-height:430px;background:#fff}.simple-service-layout.reverse{grid-template-columns:55% 45%}.simple-service-layout.reverse>img{order:2}.simple-service-layout>img{width:100%;height:100%;object-fit:cover}.simple-service-layout .simple-service-grid{grid-template-columns:1fr;margin:0}.simple-service-grid article{min-height:143px;padding:26px 34px;display:grid;grid-template-columns:46px 1fr;grid-template-rows:auto auto;column-gap:18px;align-content:center;border:0;border-bottom:1px solid #e4ebf3;background:#fff}.simple-service-grid article:last-child{border-bottom:0}.simple-service-grid article>span{grid-row:1/3;width:auto;height:auto;display:block;background:transparent;color:#9aaabd;font-size:12px}.simple-service-grid h3{margin:0;font-size:20px}.simple-service-grid p{margin:8px 0 0;color:#5b6879;font-size:13px}.inner-news{padding:72px 0 120px;background:#fff}.inner-section-intro{max-width:650px;margin-bottom:54px}.inner-section-intro>span{color:#075ee8;font-size:11px;font-weight:800;letter-spacing:.15em}.inner-section-intro h2{margin:13px 0 15px;font-size:38px;letter-spacing:-.04em}.inner-section-intro p{margin:0;color:#637084;font-size:14px}.inner-news .news-list{border-top:0}.inner-news .news-list>button{min-height:230px;display:grid;grid-template-columns:300px 1fr 34px;gap:36px;align-items:center;padding:30px 0;border-bottom:1px solid #dfe7f1;background:#fff}.inner-news .news-list>button:last-child{border-bottom:0}.inner-news .news-list>button>img{width:300px;aspect-ratio:1.72;object-fit:cover}.news-list time{display:block;margin-top:16px;color:#7a8798;font-size:11px}.news-list h2{margin:0 0 13px;font-size:23px}.news-list p{margin:0;color:#5b6879;font-size:13px}.inner-news .news-list>button>svg{font-size:22px}.inner-contact{padding:105px 0 125px;background:linear-gradient(180deg,#fff,#f3f8ff)}.inner-contact .contact-page-grid{grid-template-columns:1.2fr .8fr;gap:80px;align-items:stretch}.contact-intro{max-width:530px;margin:-26px 0 38px;color:#5e6b7e;font-size:14px;line-height:1.8}.contact-page-grid>div:first-child>a{min-height:104px;padding:25px 0;border:0;border-top:1px solid #dce6f1;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:16px;text-decoration:none;color:inherit}.contact-page-grid>div:first-child>a:first-of-type{border-top:0}.contact-page-grid>div:first-child>a:last-child{border-bottom:0}.contact-page h3{font-size:18px}.contact-page p{font-size:12px}.contact-card{min-height:480px;padding:0;display:grid;grid-template-columns:1fr;grid-template-rows:185px auto;overflow:hidden;border:1px solid #dce7f3;border-radius:18px;background:#fff;color:#071b3d;box-shadow:0 18px 45px rgba(7,27,61,.1)}.contact-map{min-height:0;position:relative;overflow:hidden}.contact-map img{width:100%;height:100%;object-fit:cover}.contact-qr-direct{display:grid;min-height:0;place-items:center;align-content:center;gap:6px;padding:10px 22px 12px;background:#fff}.contact-card-address{display:flex;flex-direction:column;align-items:center;gap:2px;max-width:290px;text-align:center}.contact-card-address strong{color:#075ee8;font-size:12px}.contact-card-address span{color:#34445a;font-size:12px;line-height:1.55}.contact-qr-direct img{width:min(132px,58%);aspect-ratio:1;padding:6px;border:1px solid #d7e5fb;border-radius:10px;background:#fff}.contact-qr-direct>span{color:#075ee8;font-size:14px;font-weight:700;letter-spacing:.04em}@media(hover:hover){.inner-news .news-list>button{transition:transform .2s ease,background .2s ease}.inner-news .news-list>button:hover{transform:translateX(6px);background:#f9fbfe}}@media(max-width:900px){.page-hero img{right:-220px}.service-product-row,.service-product-row.reverse,.simple-service-layout,.simple-service-layout.reverse{grid-template-columns:42% 58%}.inner-contact .contact-page-grid{gap:36px}}@media(max-width:640px){.page-hero,.page-hero-inner{min-height:350px}.page-hero h1{font-size:43px}.page-hero p{max-width:260px;font-size:13px}.page-hero img{right:-195px;top:-80px;width:430px;height:430px;opacity:.52}.service-subnav{top:64px;justify-content:flex-start;overflow-x:auto;padding-inline:14px}.service-subnav button{flex:0 0 auto;padding:19px 16px}.service-section{padding:72px 0}.service-section .section-heading h2{font-size:32px}.service-product-row,.service-product-row.reverse{grid-template-columns:1fr}.service-product-row.reverse .service-product-copy{order:0}.service-product-copy{min-height:260px;padding:32px}.service-image{min-height:300px}.service-image-split{grid-template-columns:58% 42%}.simple-service-layout,.simple-service-layout.reverse{grid-template-columns:1fr}.simple-service-layout.reverse>img{order:0}.simple-service-layout>img{height:270px}.inner-news{padding:70px 0}.inner-section-intro h2{font-size:31px}.inner-news .news-list>button{grid-template-columns:1fr 28px;gap:18px;padding:26px 0}.inner-news .news-list>button>img{grid-column:1/3;width:100%}.inner-contact{padding:70px 0}.inner-contact .contact-page-grid{grid-template-columns:1fr;gap:40px}.contact-card{min-height:390px}}.page-hero img{right:-18px;top:15px;width:650px;height:400px;opacity:.9}.page-hero img.page-hero-icon{right:72px;top:30px;width:400px;height:370px;opacity:1;mix-blend-mode:normal}@media(max-width:900px){.page-hero img{right:-175px;top:25px;width:560px;height:370px}.page-hero img.page-hero-icon{right:-36px;top:42px;width:340px;height:330px}}@media(max-width:640px){.page-hero img{right:-190px;top:30px;width:440px;height:290px;opacity:.58}.page-hero img.page-hero-icon{right:-112px;top:58px;width:300px;height:270px;opacity:.42}}@media(min-width:641px){.service-product-row,.service-product-row.reverse{height:430px;min-height:430px}.service-image{height:430px;min-height:0}.service-image>img{width:100%;height:100%;object-fit:cover}}@media(max-width:640px){.service-product-row,.service-product-row.reverse{height:auto}.service-image{height:300px;min-height:300px}.service-image>img{object-fit:cover}}.inner-section-intro>span,.news-list time,.page-hero-inner>div>span,.service-product-copy>span,.simple-service-grid article>span{font-size:var(--text-xs)}.page-hero h1{font-size:var(--title-page)}.page-hero p{font-size:var(--text-md)}.service-subnav button{min-height:48px;font-size:var(--text-sm)}.service-product-copy h3{font-size:var(--title-card)}.contact-page p,.inner-section-intro p,.news-list p,.service-product-copy li,.service-product-copy p,.simple-service-grid p{font-size:var(--text-sm)}.contact-page h3,.simple-service-grid h3{font-size:var(--text-lg)}.inner-section-intro h2{font-size:40px}.news-list h2{font-size:24px}@media(max-width:640px){.page-hero h1{font-size:42px}.page-hero p{font-size:var(--text-sm)}.inner-section-intro h2{font-size:32px}}.inner-news .news-list>a{min-height:230px;display:grid;grid-template-columns:300px 1fr 34px;gap:36px;align-items:center;padding:30px 0;border-bottom:1px solid #dfe7f1;background:#fff;color:inherit;text-decoration:none}.inner-news .news-list>a:last-child{border-bottom:0}.inner-news .news-list>a>img{width:300px;aspect-ratio:1.72;object-fit:cover}.inner-news .news-list>a>svg{font-size:22px}@media (hover:hover){.inner-news .news-list>a{transition:transform .2s ease,background .2s ease}.inner-news .news-list>a:hover{transform:translateX(6px);background:#f9fbfe}}