@import url('/assets/fonts/manrope.css');
:root{--blue:#1264d8;--blue-deep:#0c4aa6;--ink:#102650;--muted:#526480;--page:#f5f8ff;--pale:#eaf2ff;--line:#dce6f4;--white:#fff;--max:1280px;--radius:12px;color-scheme:light;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;font-size:16px;line-height:1.65}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{flex-shrink:0}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #5a9df8;outline-offset:5px}::selection{background:#1264d8;color:white}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:600}h1,h2{letter-spacing:-.045em}h3{letter-spacing:-.02em}button{color:inherit}button:disabled{cursor:default}[hidden]{display:none!important}.wrap{width:min(var(--max),calc(100% - 96px));margin-inline:auto}.section{padding-block:112px}.eyebrow{display:block;font-size:13px;line-height:1.4;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:22px}.section-title{font-size:clamp(34px,4.1vw,55px);line-height:1.13;max-width:770px}.copy{color:var(--muted);font-size:18px;line-height:1.8;max-width:620px}.icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.icon.small{width:19px;height:19px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:52px;padding:13px 25px;border-radius:8px;font-weight:650;font-size:15px;line-height:1.4;background:var(--blue);color:#fff;border:1px solid transparent;transition:background .2s,transform .2s}.btn:hover{background:var(--blue-deep);transform:translateY(-2px)}.btn.white{background:#fff;color:var(--ink)}.btn.white:hover{background:var(--pale)}.btn.outline{background:transparent;border-color:var(--line);color:var(--ink)}.btn.outline:hover{border-color:var(--blue);background:var(--pale)}.text-link{display:inline-flex;gap:12px;align-items:center;font-weight:650;font-size:15px;color:var(--blue);padding:8px 0}.text-link:hover{color:var(--blue-deep)}.text-link .icon{transition:transform .2s}.text-link:hover .icon{transform:translateX(4px)}.skip-link{position:fixed;top:-90px;left:20px;background:#fff;border:2px solid var(--blue);padding:12px;z-index:200}.skip-link:focus{top:10px}
.header{height:96px;position:sticky;top:0;background:rgba(255,255,255,.97);border-bottom:1px solid #e9eff8;z-index:50}.header-inner{width:calc(100% - 80px);max-width:1500px;height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:inline-block;flex-shrink:0}.brand img{width:145px;height:47px;object-fit:contain}.header-nav{display:flex;gap:34px;align-items:center;font-size:14px;font-weight:650}.nav-link{min-height:44px;display:inline-flex;align-items:center;gap:7px}.nav-link:hover{color:var(--blue)}.nav-link[aria-current=page]{color:var(--blue)}.header-nav .btn{min-height:46px;padding:10px 20px;font-size:14px}.nav-details summary{list-style:none;cursor:pointer}.nav-details summary::-webkit-details-marker{display:none}.nav-details[open] summary{color:var(--blue)}.mega-menu{position:absolute;top:calc(100% - 1px);left:0;right:0;background:white;border-block:1px solid var(--line);box-shadow:0 20px 40px #10265012;padding:38px 0}.mega-grid{display:grid;grid-template-columns:1fr 2.6fr;gap:60px}.mega-intro h3{font-size:30px;line-height:1.25;margin-bottom:14px}.mega-intro p{font-size:15px;color:var(--muted)}.mega-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2px 25px}.mega-links a{font-size:14px;display:flex;gap:12px;align-items:center;min-height:48px;line-height:1.4;padding:9px 6px;border-radius:5px}.mega-links a .icon{color:var(--blue);width:20px;height:20px}.mega-links a:hover{background:var(--page)}.menu-toggle{display:none;background:none;border:1px solid var(--line);border-radius:8px;width:46px;height:46px;align-items:center;justify-content:center}
.hero-shell{padding:18px 18px 0}.hero{min-height:650px;height:min(740px,calc(100svh - 125px));position:relative;overflow:hidden;background:#153a5a;border-radius:12px;color:white;isolation:isolate}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s;display:flex;align-items:center}.hero-slide.is-active{opacity:1;visibility:visible;z-index:1}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:var(--photo-position,65% 50%);z-index:-2}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,28,50,.83) 0%,rgba(10,28,50,.56) 36%,rgba(10,28,50,.13) 75%);z-index:-1}.hero-copy{width:min(1450px,100%);padding:34px 70px 108px;margin:auto}.hero .eyebrow{color:#fff;letter-spacing:.17em;margin-bottom:26px;display:flex;align-items:center;gap:12px}.hero .eyebrow:before{content:"";width:26px;height:1px;background:#ffffffa8}.hero h1,.hero .slide-title{font-size:clamp(48px,5.6vw,82px);line-height:1.08;max-width:720px;letter-spacing:-.045em;font-weight:600;margin-bottom:26px;text-wrap:balance}.hero-copy p{font-size:18px;line-height:1.7;max-width:510px;color:#f0f4fa;margin-bottom:34px}.hero-controls{position:absolute;bottom:37px;left:70px;right:70px;display:flex;align-items:center;justify-content:space-between;z-index:3}.slide-selectors{display:flex;align-items:center;gap:10px}.slide-select{width:48px;min-height:44px;padding:0;background:none;border:0;position:relative;font-size:12px;letter-spacing:.08em;color:#d2deeb}.slide-select:before{content:"";height:2px;width:100%;background:#ffffff55;position:absolute;bottom:2px;left:0}.slide-select[aria-current=true]:before{background:#fff;height:3px}.slide-select[aria-current=true]{color:#fff}.hero-arrows{display:flex;align-items:center;gap:9px}.round-button{width:44px;height:44px;border-radius:50%;background:transparent;border:1px solid #ffffff6b;color:white;display:inline-flex;align-items:center;justify-content:center}.round-button:hover{background:#ffffff20}.hero-context{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#f2f5fa;margin-right:18px}.hero-pause{border:0;width:40px}.hero-caption{font-size:12px;color:#728097;text-align:right;margin-top:9px;margin-right:6px}.hero-caption a{text-decoration:underline;text-underline-offset:3px}
.intro{display:grid;grid-template-columns:1.08fr 1fr;gap:110px;align-items:start}.intro h2{font-size:clamp(36px,4vw,56px);line-height:1.15}.intro .copy{margin-top:4px}.inline-values{display:flex;flex-wrap:wrap;gap:12px 25px;margin-top:27px;font-size:14px;color:var(--ink)}.inline-values span{display:flex;align-items:center;gap:8px}.inline-values .icon{color:var(--blue);width:18px;height:18px}.modules-section{background:var(--page);padding-top:96px;padding-bottom:96px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:45px;margin-bottom:48px}.section-head .copy{max-width:360px;font-size:16px}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.module-card{background:white;border:1px solid var(--line);border-radius:12px;padding:32px;display:flex;flex-direction:column;min-height:260px;transition:border-color .2s,transform .2s,box-shadow .2s}.module-card:hover{border-color:#8cb5ee;transform:translateY(-4px);box-shadow:0 14px 30px #10265006}.module-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.module-card-top>.icon{width:31px;height:31px;color:var(--blue)}.module-number{font-size:13px;color:#697b92}.module-card h3{font-size:22px;line-height:1.3;margin-bottom:13px}.module-card p{font-size:15px;color:var(--muted);line-height:1.8;margin-bottom:23px}.module-card .text-link{margin-top:auto}.module-card.featured{background:var(--blue);color:white;border-color:var(--blue)}.module-card.featured p,.module-card.featured .module-number{color:#e5efff}.module-card.featured .icon,.module-card.featured .text-link{color:white}
.heat-section{background:#fff}.heat-layout{display:grid;grid-template-columns:1.08fr 1fr;gap:88px;align-items:center}.heat-layout h2{font-size:clamp(36px,4vw,56px);line-height:1.13;margin-bottom:25px}.heat-layout .copy{font-size:17px;margin-bottom:24px}.tag-row{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:25px}.tag{padding:7px 11px;font-size:12px;font-weight:600;background:var(--pale);border-radius:5px;color:var(--blue)}.heat-demo-wrap{position:relative;background:var(--page);padding:48px 36px;border-radius:16px}.product-label{font-size:12px;color:var(--muted);text-align:center;margin-top:18px}.mini-panel{background:white;border-radius:12px;border:1px solid var(--line);box-shadow:0 18px 50px #1737630b;overflow:hidden}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:21px 25px;border-bottom:1px solid var(--line);font-size:13px}.panel-header img{width:79px}.panel-body{padding:27px}.panel-body h3{font-size:22px;line-height:1.25;margin-bottom:6px}.panel-meta{font-size:13px;color:var(--muted)}.panel-total{margin-block:24px;background:var(--blue);border-radius:9px;color:white;padding:23px}.panel-total span{display:block;font-size:13px;color:#e5efff}.panel-total strong{display:block;font-size:37px;line-height:1.2;letter-spacing:-.025em;margin:7px 0}.detail-row{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:12px 0;border-bottom:1px solid #edf1f7;font-size:14px}.detail-row span{color:var(--muted)}.detail-row:last-child{border:0}.detail-row strong{font-weight:650}.panel-note{font-size:12px;line-height:1.6;color:var(--muted);padding-top:14px}.panel-steps{display:flex;gap:10px;align-items:center;font-size:12px;margin-top:21px;color:var(--muted)}.panel-steps strong{color:var(--blue);font-weight:600}.panel-steps .icon{width:15px;height:15px}
.resident-section{background:var(--pale);overflow:hidden}.resident-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.resident-photo{position:relative;height:620px}.resident-photo>img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:12px}.resident-float{position:absolute;bottom:28px;left:28px;right:28px;background:#fff;border-radius:10px;padding:23px;box-shadow:0 10px 30px #10265015}.resident-float-top{display:flex;gap:13px;align-items:center;margin-bottom:12px}.resident-float .icon{color:var(--blue)}.resident-float strong{font-size:17px}.resident-float p{font-size:14px;color:var(--muted)}.resident-content h2{font-size:clamp(36px,4vw,55px);line-height:1.15;margin-bottom:24px}.resident-content .copy{font-size:17px}.feature-list{list-style:none;padding:0;margin:30px 0}.feature-list li{display:flex;gap:17px;padding:17px 0;border-bottom:1px solid #cedef2;font-size:16px;align-items:center}.feature-list .icon{color:var(--blue)}.resident-content .text-link{margin-top:8px}
.approach-section{padding-top:106px;padding-bottom:105px}.approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;margin-top:58px}.approach-item{padding-top:25px;border-top:1px solid var(--line)}.approach-item>span{color:var(--blue);font-size:14px;font-weight:700}.approach-item h3{font-size:25px;line-height:1.3;margin:20px 0 14px}.approach-item p{font-size:16px;color:var(--muted)}.end-cta{background:var(--blue);color:#fff;padding:68px 0}.end-cta .wrap{display:flex;gap:35px;align-items:center;justify-content:space-between}.end-cta h2{font-size:clamp(30px,3vw,44px);line-height:1.2;max-width:690px}.end-cta p{color:#e5efff;margin-top:14px;max-width:640px}.end-cta .btn{flex-shrink:0}
.footer{background:#0c2245;color:#fff;padding:70px 0 0}.footer-main{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:58px}.footer-brand img{width:155px;height:52px;object-fit:contain}.footer-brand p{font-size:16px;color:#c1cfe1;max-width:245px;margin-top:24px;line-height:1.75}.footer h3{font-size:14px;font-weight:650;letter-spacing:.02em;margin-bottom:22px}.footer-links{list-style:none;margin:0;padding:0;display:grid;gap:12px}.footer-links a{font-size:13px;color:#c1cfe1;line-height:1.6;display:inline-block}.footer-links a:hover{color:white;text-decoration:underline;text-underline-offset:4px}.footer-bottom{border-top:1px solid #ffffff20;min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;color:#b7c7dc}.footer-bottom a:hover{color:white}
.breadcrumb{display:flex;gap:10px;align-items:center;flex-wrap:wrap;font-size:13px;color:var(--muted);padding-top:33px;padding-bottom:32px}.breadcrumb .icon{width:13px;height:13px}.breadcrumb a:hover{color:var(--blue)}.module-hero{padding-top:22px;padding-bottom:88px}.module-hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}.module-hero h1{font-size:clamp(43px,4.6vw,65px);line-height:1.1;margin-bottom:26px;text-wrap:balance}.module-hero .copy{font-size:18px;margin-bottom:30px}.module-hero-media{height:470px;border-radius:12px;overflow:hidden;position:relative;background:var(--pale)}.module-hero-media img{width:100%;height:100%;object-fit:cover;object-position:var(--photo-position,50% 50%)}.media-label{position:absolute;bottom:23px;left:23px;right:23px;color:var(--ink);background:#fff;border-radius:7px;padding:15px 18px;display:flex;gap:12px;align-items:center;font-size:14px;font-weight:600}.media-label .icon{color:var(--blue)}.module-benefits{background:var(--page);padding:82px 0}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.benefit-icon{display:flex;align-items:center;justify-content:center;color:var(--blue);background:#fff;border:1px solid var(--line);width:51px;height:51px;border-radius:10px;margin-bottom:23px}.benefits-grid h3{font-size:23px;line-height:1.3;margin-bottom:14px}.benefits-grid p{font-size:16px;color:var(--muted)}.workflow-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:110px}.workflow-layout h2{font-size:46px;line-height:1.15;margin-bottom:22px}.workflow-layout .copy{font-size:17px}.workflow-steps{counter-reset:steps;list-style:none;padding:0;margin:0}.workflow-steps li{display:grid;grid-template-columns:49px 1fr;gap:19px;padding:26px 0;border-bottom:1px solid var(--line)}.workflow-steps li:first-child{padding-top:0}.step-number{font-size:13px;line-height:41px;width:41px;height:41px;border-radius:50%;background:var(--pale);color:var(--blue);text-align:center;font-weight:700}.workflow-steps h3{font-size:22px;margin:3px 0 10px}.workflow-steps p{color:var(--muted);font-size:16px}.module-context{margin-top:65px;border-left:3px solid var(--blue);padding:20px 26px;background:var(--page);font-size:15px;color:var(--muted);line-height:1.8}.module-context strong{color:var(--ink)}.related-section{padding:80px 0;background:var(--page)}.related-section .section-title{font-size:36px}.related-section .module-card{min-height:235px}.module-index-intro{max-width:820px;padding:20px 0 60px}.module-index-intro h1{font-size:clamp(44px,5vw,70px);line-height:1.12;margin-bottom:24px}.index-nav{display:flex;gap:8px 12px;flex-wrap:wrap;padding-bottom:50px}.index-nav a{font-size:14px;padding:10px 17px;border:1px solid var(--line);border-radius:7px}.index-nav a:hover{border-color:var(--blue);color:var(--blue)}.index-category{padding:0 0 65px;scroll-margin-top:120px}.category-heading{display:flex;align-items:center;gap:18px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--line)}.category-heading h2{font-size:28px;letter-spacing:-.025em}.category-heading span{font-size:13px;color:var(--muted)}.source-page{padding-bottom:90px;max-width:900px}.source-page h1{font-size:52px;line-height:1.15;margin-bottom:25px}.source-page>.copy{margin-bottom:42px}.source-card{padding:25px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:175px 1fr;gap:28px}.source-card img{height:125px;width:175px;object-fit:cover;border-radius:8px}.source-card h2{font-size:22px;line-height:1.3;margin-bottom:8px}.source-card p{font-size:14px;color:var(--muted);margin-bottom:10px}.source-card a{font-size:14px;color:var(--blue);text-decoration:underline;text-underline-offset:3px}.source-card .source-links{display:flex;gap:20px;flex-wrap:wrap}.not-found{padding-block:110px;text-align:center}.not-found h1{font-size:60px;margin-bottom:22px}.not-found .copy{margin:0 auto 32px}
@media(min-width:1700px){.hero h1,.hero .slide-title{font-size:86px}.hero-copy{padding-left:75px}.hero{height:740px}}
@media(max-width:1150px){.header-inner{width:calc(100% - 48px)}.header-nav{gap:22px}.wrap{width:calc(100% - 64px)}.hero-copy{padding-left:45px;padding-right:45px}.hero-controls{left:45px;right:45px}.hero{min-height:620px}.intro{gap:60px}.heat-layout,.resident-layout{gap:50px}.module-card{padding:25px}.module-card h3{font-size:20px}.heat-demo-wrap{padding:30px 22px}.module-hero-grid{gap:45px}.module-hero-media{height:430px}.workflow-layout{gap:65px}.footer-main{gap:25px}.resident-photo{height:590px}}
@media(max-width:900px){.header{height:82px}.header-inner{width:calc(100% - 40px)}.brand img{width:128px;height:43px}.menu-toggle{display:inline-flex}.header-nav{display:none;position:absolute;top:81px;left:0;right:0;max-height:calc(100svh - 81px);overflow-y:auto;background:#fff;padding:22px 28px 28px;border-bottom:1px solid var(--line);align-items:stretch;gap:9px;flex-direction:column;box-shadow:0 20px 25px #1026500e}.header-nav.is-open{display:flex}.nav-link{font-size:16px;min-height:48px;justify-content:space-between}.header-nav .btn{margin-top:12px;min-height:50px}.mega-menu{position:static;padding:15px 0 24px;border:0;box-shadow:none}.mega-grid{display:block;width:100%}.mega-intro{display:none}.mega-links{grid-template-columns:1fr 1fr;gap:5px 16px}.mega-links a{font-size:14px;min-height:49px}.hero-shell{padding:12px 12px 0}.hero{min-height:610px;height:680px}.hero h1,.hero .slide-title{font-size:64px;max-width:590px}.hero-copy{padding:30px 38px 120px}.hero-copy p{max-width:465px}.hero-slide:after{background:linear-gradient(90deg,#0a1c32db 0%,#0a1c3290 50%,#0a1c3222 100%)}.hero-controls{left:38px;right:38px;bottom:29px}.hero-context{display:none}.section{padding-block:80px}.intro{gap:38px}.intro h2{font-size:39px}.intro .copy{font-size:16px}.inline-values{gap:9px 15px;font-size:13px}.module-grid{grid-template-columns:1fr 1fr}.module-card{min-height:260px}.heat-layout{gap:35px}.heat-layout h2{font-size:40px}.heat-demo-wrap{padding:26px 17px}.panel-body{padding:22px}.panel-total strong{font-size:32px}.resident-layout{gap:36px}.resident-content h2{font-size:39px}.resident-photo{height:585px}.resident-float{left:17px;right:17px;bottom:18px;padding:19px}.feature-list li{font-size:14px}.approach-grid{gap:30px}.approach-item h3{font-size:22px}.approach-item p{font-size:15px}.footer-main{grid-template-columns:1fr 1fr;gap:44px}.footer-brand{grid-row:span 2}.end-cta h2{font-size:35px}.module-hero-grid{gap:32px;grid-template-columns:1fr 1fr}.module-hero h1{font-size:45px}.module-hero .copy{font-size:16px}.module-hero-media{height:445px}.benefits-grid{gap:28px}.benefits-grid h3{font-size:21px}.workflow-layout{gap:45px}.workflow-layout h2{font-size:39px}.related-section .module-grid>.module-card:last-child{grid-column:1/-1;min-height:210px}}
@media(max-width:650px){body{font-size:16px}.wrap{width:calc(100% - 40px)}.section{padding-block:65px}.eyebrow{font-size:12px;margin-bottom:18px;letter-spacing:.12em}.section-title{font-size:36px}.copy{font-size:16px}.hero{min-height:650px;height:calc(100svh - 106px);max-height:770px;border-radius:9px}.hero-copy{padding:22px 23px 125px;align-self:end;width:100%}.hero-slide:after{background:linear-gradient(0deg,#0a1c32ed 0%,#0a1c32b5 42%,#0a1c3230 100%)}.hero-photo{object-position:var(--mobile-position,66% 50%)}.hero .eyebrow{font-size:11px;letter-spacing:.11em;margin-bottom:19px}.hero h1,.hero .slide-title{font-size:clamp(42px,10.8vw,59px);line-height:1.08;margin-bottom:20px;max-width:100%}.hero-copy p{font-size:16px;line-height:1.65;margin-bottom:26px;max-width:350px}.hero .btn{min-height:49px;font-size:14px;padding:12px 18px;gap:20px}.hero-controls{left:23px;right:23px;bottom:25px}.slide-select{width:33px}.hero-arrows{gap:5px}.round-button{width:39px;height:39px}.hero-pause{width:32px}.hero-caption{font-size:11px;margin-right:5px}.intro{grid-template-columns:1fr;gap:28px}.intro h2{font-size:39px;max-width:380px}.intro .copy{font-size:17px}.inline-values{gap:11px 22px;font-size:13px;margin-top:23px}.section-head{display:block;margin-bottom:32px}.section-head>.copy,.section-head>.text-link{margin-top:20px}.section-head .copy{max-width:100%;font-size:16px}.module-grid{grid-template-columns:1fr;gap:14px}.module-card{padding:26px;min-height:220px}.module-card-top{margin-bottom:21px}.module-card h3{font-size:23px}.module-card p{font-size:15px;margin-bottom:16px}.module-card .text-link{font-size:14px}.heat-layout{grid-template-columns:1fr;gap:36px}.heat-layout h2{font-size:40px}.heat-layout .copy{font-size:16px}.heat-demo-wrap{padding:27px 20px}.panel-header{padding:19px 21px}.panel-body{padding:23px}.panel-total strong{font-size:37px}.resident-layout{display:flex;flex-direction:column-reverse;gap:35px}.resident-content h2{font-size:40px}.resident-content .copy{font-size:16px}.resident-photo{height:440px;width:100%}.resident-float{left:20px;right:20px;bottom:20px}.feature-list{margin-block:23px}.feature-list li{font-size:15px;padding:16px 0}.approach-grid{grid-template-columns:1fr;gap:32px;margin-top:36px}.approach-item{padding-top:20px}.approach-item h3{font-size:26px;margin:12px 0}.approach-item p{font-size:16px;max-width:430px}.end-cta{padding:53px 0}.end-cta .wrap{display:block}.end-cta h2{font-size:36px;line-height:1.15}.end-cta p{font-size:15px}.end-cta .btn{margin-top:27px}.footer{padding-top:55px}.footer-main{grid-template-columns:1fr 1fr;gap:33px 25px;padding-bottom:40px}.footer-brand{grid-column:1/-1;grid-row:auto;margin-bottom:5px}.footer-brand img{width:145px;height:47px}.footer-brand p{margin-top:18px;max-width:330px}.footer h3{margin-bottom:17px}.footer-links{gap:12px}.footer-links a{font-size:13px}.footer-bottom{align-items:start;justify-content:start;flex-wrap:wrap;padding-block:23px;gap:10px 25px;min-height:80px}.mega-links{grid-template-columns:1fr}.mega-links a{font-size:15px}.breadcrumb{font-size:12px;gap:6px;padding-top:26px;padding-bottom:25px}.module-hero{padding-top:10px;padding-bottom:55px}.module-hero-grid{grid-template-columns:1fr;gap:33px}.module-hero h1{font-size:44px;line-height:1.12;margin-bottom:22px}.module-hero .copy{font-size:17px;margin-bottom:25px}.module-hero-media{height:340px}.media-label{bottom:17px;left:17px;right:17px;font-size:13px;padding:14px}.module-benefits{padding:55px 0}.benefits-grid{grid-template-columns:1fr;gap:32px}.benefit-icon{margin-bottom:16px}.benefits-grid h3{font-size:24px;margin-bottom:11px}.workflow-layout{grid-template-columns:1fr;gap:35px}.workflow-layout h2{font-size:37px}.workflow-layout .copy{font-size:16px}.workflow-steps li{gap:13px;grid-template-columns:40px 1fr;padding-block:22px}.step-number{width:36px;height:36px;line-height:36px;font-size:12px}.workflow-steps h3{font-size:22px}.workflow-steps p{font-size:15px}.module-context{margin-top:35px;padding:18px 20px;font-size:14px}.related-section{padding:60px 0}.related-section .section-title{font-size:32px}.related-section .module-grid>.module-card:last-child{grid-column:auto}.module-index-intro{padding-top:15px;padding-bottom:28px}.module-index-intro h1{font-size:43px}.index-nav{padding-bottom:35px;gap:8px}.index-nav a{font-size:13px;padding:9px 12px}.index-category{padding-bottom:43px}.category-heading{margin-bottom:23px;gap:12px}.category-heading h2{font-size:24px}.source-page h1{font-size:41px}.source-card{grid-template-columns:1fr;gap:18px}.source-card img{width:100%;height:210px}.source-page{padding-bottom:60px}.not-found{padding-block:90px}.not-found h1{font-size:45px}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.method-section{background:#fff;padding-bottom:30px}.method-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.method-card{border:1px solid var(--line);border-radius:12px;padding:34px}.method-card h3{font-size:26px;line-height:1.3;margin-bottom:17px}.method-card p{color:var(--muted);font-size:16px;line-height:1.8}.method-section .module-context{margin-top:25px}.mobile-showcase{background:var(--pale)}.mobile-showcase-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:95px;align-items:center}.mobile-showcase .copy{margin-top:24px;font-size:17px}.mobile-showcase .text-link{margin-top:23px}.mobile-screenshot{margin:0 auto;width:min(365px,100%)}.mobile-screenshot img{width:100%;height:auto;border-radius:26px;box-shadow:0 18px 60px #10265012}.mobile-screenshot figcaption{text-align:center;font-size:12px;color:var(--muted);margin-top:16px}
@media(max-width:650px){.method-grid,.mobile-showcase-grid{grid-template-columns:1fr;gap:24px}.method-card{padding:26px}.method-card h3{font-size:24px}.mobile-showcase-grid{gap:40px}.mobile-showcase .copy{font-size:16px}.mobile-screenshot{width:min(340px,100%)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
