
/* EVONET TLC visual system: shared across all existing routes. */
:root{
 --green:#20a556;--green-dark:#12713c;--navy:#0b2344;--muted:#4c6179;
 --line:#dde8de;--cream:#e8f6ee;--brand-soft:#a7dca7;
 --surface:#fff;--surface-soft:#f4faf6;--radius-card:24px;
 --shadow-card:0 8px 30px rgb(11 35 68 / 4%);
}
body{color:var(--navy);background:var(--surface);line-height:1.7}
h1,h2,h3{color:var(--navy);letter-spacing:-.045em}
h1{letter-spacing:-.06em;line-height:1.07}
h2{font-size:clamp(30px,3.1vw,44px);line-height:1.15}
p{overflow-wrap:break-word}
.container{width:min(1240px,calc(100% - 80px))}
.eyebrow,.section-heading .eyebrow,.offers-top .eyebrow,.technology-heading .eyebrow,.contact-copy .eyebrow,.inner-hero .eyebrow{color:var(--green-dark);font-size:12px;letter-spacing:.14em}
.handwritten{color:var(--navy)}
.underline:after{height:4px;background:var(--green);bottom:-8px;border-radius:80% 25% 65% 20%;transform:rotate(-1deg)}
.utility{background:var(--surface-soft);color:#405b50;border-bottom:1px solid #e7f0e9}
.utility .container{padding-block:9px}
.header{border-bottom:1px solid #eaf0eb}
.header-inner{padding-block:24px;gap:24px}
.header nav{gap:24px;color:var(--navy)}
.header nav a:after{content:"";position:absolute;bottom:4px;left:0;width:100%;height:2px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .2s}
.header nav a:hover:after,.header nav a[aria-current="page"]:after{transform:scaleX(1)}
.logo{width:185px}
.client-link{border-color:#c8d9d1;min-height:46px;background:white;font-size:14px}
.client-link:hover{background:var(--cream);border-color:var(--green)}
.button{min-height:48px;border-radius:999px;font-size:15px;padding:15px 25px;gap:12px}
.button.green{background:#158344;color:#fff;box-shadow:0 4px 12px #20a55616}
.button.green:hover{background:var(--green-dark)}
.button.navy{background:var(--navy);color:#fff}
.button.outline{background:#fff;border:1px solid #9dbca9;color:var(--navy)}
.button.outline:hover{background:var(--cream);border-color:var(--green)}
.text-link{color:var(--navy);font-size:14px}
.text-link .icon{color:var(--green-dark)}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #167aa2;outline-offset:4px}
.hero{background:var(--cream);min-height:650px;border-radius:0 0 60px 60px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);overflow:hidden}
.hero-content{grid-column:1;grid-row:1;width:auto;margin:0;padding:64px 32px 70px max(40px,calc((100vw - 1240px)/2));z-index:1}
.hero-copy{max-width:590px}
.hero h1{font-size:clamp(46px,4.65vw,68px);margin-top:20px}
.hero-hand{font-size:30px;line-height:1.13;margin:30px 0 24px;transform:rotate(-2deg)}
.hero-description{font-size:17px;max-width:420px;color:#354f64}
.hero-image{position:relative;grid-column:2;grid-row:1;inset:auto;min-width:0;z-index:0;opacity:1}
.hero-image img{height:100%;width:100%;object-fit:cover;object-position:64% center}
.hero-image:after{background:linear-gradient(90deg,#e8f6ee 0%,#e8f6ee00 24%);inset:0}
.hero-actions{gap:18px;max-width:none}
.hero-actions>.text-link{padding:13px 18px;min-height:48px;border:1px solid #b8d4c3;border-radius:999px;background:#ffffffbf;font-size:14px}
.hero-assurance{font-size:12px;color:#3d5c51;flex-wrap:wrap}
.hero-note{z-index:2;right:5%;top:36px;font-size:25px;color:var(--navy);background:#ffffffda;border-radius:18px;padding:12px 18px;transform:rotate(3deg)}
.hero-note span{font-size:25px}
.speed-badge{right:5%;bottom:32px;z-index:2;transform:none;box-shadow:var(--shadow-card);border-radius:20px}
.speed-badge>.icon{color:var(--green)}
.services{padding-block:72px}
.service-grid{gap:20px;margin-top:36px;text-align:left}
.service-grid article{padding:25px 23px;border:1px solid var(--line);border-radius:var(--radius-card);background:white;box-shadow:var(--shadow-card)}
.service-icon{width:58px;height:58px;margin:0 0 20px;background:var(--cream);border-radius:18px;color:var(--green-dark)}
.service-icon .icon{width:29px;height:29px;filter:none;stroke-width:1.7}
.service-grid h3{font-size:20px}
.service-grid p{font-size:15px}
.offers{padding-block:76px;background:var(--surface-soft)}
.offers-top h2{font-size:clamp(32px,3.3vw,44px)}
.audience-control{background:var(--cream);border:1px solid #cce2d4}
.audience-control button{min-height:48px;font-size:15px;color:#365842}
.audience-control button.active{background:var(--navy);color:white;box-shadow:none}
.offer-grid{gap:24px}
.offer-card,.doc-card,.panel,.tech-explainer{border:1px solid var(--line);border-radius:var(--radius-card);box-shadow:var(--shadow-card);background:white}
.offer-card{padding:30px}
.offer-card.featured{border-color:var(--green);box-shadow:0 12px 36px #20a5560d;padding:29px}
.offer-ribbon{background:var(--green-dark);color:white}
.offer-card-top>.icon,.offer-points .icon,.phone-big .icon,.technology-list article>.icon{color:var(--green-dark)}
.offer-subtitle,.speed-label,.upload,.offer-installation,.offer-note{color:var(--muted)}
.offer-installation,.offer-note{font-size:13px}
.offer-card .button{font-size:15px;min-height:48px}
.offer-price strong{color:var(--navy)}
.coverage-band{position:relative;isolation:isolate;overflow:hidden;background:var(--cream);border-radius:40px;margin:36px auto;width:min(1320px,calc(100% - 40px));border:1px solid #d6ecdd}
.coverage-band:before{content:"";position:absolute;width:350px;height:350px;border:42px solid #a7dca75c;border-radius:50%;right:-150px;top:-190px;z-index:-1}
.coverage-inner{padding-block:44px}
.coverage-inner .eyebrow,.coverage-inner p{color:#355747}
.coverage-inner h2{font-size:32px}
.coverage-symbol .icon{color:var(--green-dark)}
.technology{padding-block:72px;gap:64px}
.technology-list article{padding-block:27px;border-color:var(--line)}
.technology-list article>span{color:var(--green-dark)}
.technology-list h3{font-size:26px}
.technology-list small{font-size:14px;color:var(--muted)}
.technology-list p{font-size:16px}
.faq{padding-block:72px}
.faq h2{font-size:36px}
.faq-grid{gap:12px 26px}
.faq details,.full-faq details{border:1px solid var(--line);border-radius:18px;padding:22px;background:white}
.faq summary,.full-faq summary{font-size:16px;font-weight:600}
.faq details p,.full-faq p{font-size:15px}
summary>span{color:var(--green-dark)}
.contact{background:linear-gradient(120deg,var(--cream),#f8fcf9);border-radius:56px 56px 0 0}
.contact-inner{padding-block:68px}
.contact-copy h2{font-size:44px}
.contact-options>a,.support-home-links a{border-color:var(--line);border-radius:20px;box-shadow:var(--shadow-card)}
.contact-icon{color:var(--green-dark);background:var(--cream);border-radius:14px}
.contact-options h3{font-size:17px}
.contact-options p{font-size:14px}
.contact-hand{color:var(--green-dark)}
footer{background:var(--navy);padding-top:64px;color:white}
.footer-grid{gap:40px}
.footer-grid h3{font-size:15px}
.footer-grid>div>a,.footer-grid>div:not(.footer-brand)>p{font-size:14px;color:#d5e1ee}
.footer-brand p{font-size:14px;color:#d5e1ee}
.footer-brand .handwritten{color:var(--brand-soft);font-size:27px}
.footer-brand>a>img{filter:none;background:white;padding:12px 16px;border-radius:14px;width:180px}
.footer-bottom{font-size:12px;color:#c0d0e2;border-color:#ffffff20}
.inner-hero{background:linear-gradient(112deg,#e8f6ee 0%,#f6fbf7 72%,#edf8ed 100%);padding:46px 0 56px;border-radius:0 0 44px 44px;position:relative;isolation:isolate;overflow:hidden}
.inner-hero:after{content:"";position:absolute;right:-160px;top:-180px;width:460px;height:460px;border:48px solid #a7dca740;border-radius:50%;z-index:-1;pointer-events:none}
.inner-hero h1{font-size:clamp(38px,4.4vw,58px);max-width:900px}
.inner-hero p{font-size:17px;color:var(--muted);max-width:760px}
.breadcrumbs{font-size:13px;color:#4a6559;margin-bottom:28px}
.inner-body{padding-block:52px 72px}
.doc-grid{gap:24px}
.doc-card{padding:30px;position:relative}
.doc-card .file-label{color:var(--green-dark);font-size:12px;letter-spacing:.1em}
.doc-card h2{font-size:26px}
.doc-card p{font-size:16px;color:var(--muted)}
.doc-card .doc-actions{padding-top:24px;gap:24px}
.doc-actions .button,.doc-actions .text-link{font-size:14px}
.doc-card .doc-warning{font-size:13px;line-height:1.65;background:#fff8e8;color:#685224}
.source-link{font-size:12px;line-height:1.6;color:#52665c}
.info-note{border-left:3px solid var(--green);background:var(--cream);color:#355646;font-size:14px;padding:22px 26px;border-radius:0 18px 18px 0}
.panel{padding:32px}
.panel h2{font-size:29px}
.panel p,.panel ul{font-size:16px;color:var(--muted)}
.quick-links a{background:var(--cream);font-size:14px;border:1px solid #d5e7db;color:#234b38;padding:11px 16px}
.detail-form label,#coverage-form label{font-size:14px}
input,select,.detail-form textarea{border-color:#c7dace;border-radius:12px;padding:14px 16px;font-size:16px}
.detail-form small,#coverage-form small{font-size:12px;color:var(--muted)}
.close-dialog{background:var(--cream);color:var(--navy)}
dialog{border-color:var(--line);border-radius:24px;padding:32px}
dialog::backdrop{background:#0b2344b0}
.dialog-header .eyebrow{color:var(--green-dark);font-size:12px}
.dialog-description,dialog>p{font-size:16px}
.dialog-terms{font-size:13px}
.profile-row,.inner-body .profile-row{background:var(--surface-soft);border:1px solid #e0ece3;border-radius:16px;padding:20px}
.profile-row p{font-size:14px}
.comparison-section{background:#fff;padding-block:66px}
.comparison-table{font-size:14px}
.comparison-table thead{background:var(--cream);color:var(--navy)}
.comparison-scroll{border-color:var(--line);border-radius:24px;box-shadow:var(--shadow-card)}
.comparison-table th,.comparison-table td{padding:20px}
.comparison-profile .icon{color:var(--green-dark)}
.comparison-terms{font-size:14px;color:var(--muted)}
.tech-intro p{color:var(--muted)}
.tech-explainer{padding:30px}
.tech-explainer figcaption{color:#345944;font-size:15px}
.speedtest-shell{background:var(--surface-soft);border-color:var(--line);border-radius:24px}
.support-home{gap:46px;padding-block:64px}
.support-home h2{font-size:36px}
.support-home-links strong{font-size:16px}
.support-home-links span{font-size:14px;color:var(--muted)}
/* Preserve the existing link to the separate Mobile project, without borrowing its yellow identity. */
.mobile-band{background:white;border-color:var(--line);box-shadow:var(--shadow-card)}
.mobile-band>.button.yellow{background:var(--navy);color:white}
.mobile-band .yellow-line:after{background:var(--green)}
.mobile-band .coming{border-color:#cbdcd2;color:var(--navy);font-size:12px}
.support-portrait{position:absolute;right:max(40px,calc((100vw - 1240px)/2));bottom:0;width:280px;height:260px;object-fit:contain;object-position:center bottom;mix-blend-mode:multiply}
.inner-hero.has-mascot .container{padding-right:310px}
.inner-hero.has-mascot h1{max-width:760px}
@media(hover:hover) and (pointer:fine){
 .offer-card:hover,.doc-card:hover,.service-grid article:hover,.panel:hover{border-color:var(--green);box-shadow:0 12px 30px #0b234409;transform:translateY(-4px)}
 .service-grid article:hover .service-icon,.contact-options>a:hover .contact-icon{background:var(--cream)}
 .profile-row:hover{background:var(--cream)}
}
@media(max-width:1100px){
 .container{width:calc(100% - 48px)}
 .header nav{gap:16px;font-size:13px}
 .hero-content{padding-left:24px;padding-right:20px}
 .hero h1{font-size:50px}
 .hero-hand{font-size:27px}
 .hero-description{font-size:16px}
 .hero-note{font-size:21px;right:3%}
 .service-grid{gap:16px}
 .service-grid article{padding:22px 18px}
 .offer-grid,.list-cards{gap:16px}
 .offer-card,.offer-card.featured{padding:26px 20px}
 .footer-grid{gap:26px}
}
@media(max-width:900px){
 .hero{grid-template-columns:1fr;min-height:0;padding:0;border-radius:0 0 32px 32px}
 .hero-content{grid-column:1;grid-row:1;padding:40px 24px 28px}
 .hero-copy{max-width:680px}
 .hero h1{font-size:clamp(42px,7vw,60px)}
 .hero-image{grid-column:1;grid-row:2;height:380px;min-height:0;opacity:1}
 .hero-image img{object-position:center}
 .hero-image:after{background:linear-gradient(180deg,#e8f6ee 0%,#e8f6ee00 22%)}
 .hero-note{display:none}
 .speed-badge{bottom:25px;right:24px;left:auto}
 .hero-actions{max-width:none}
 .service-grid{grid-template-columns:repeat(2,1fr)}
 .offer-grid,.list-cards{grid-template-columns:1fr;gap:28px}
 .offer-card,.offer-card.featured{padding:30px}
 .offer-card-top h3{font-size:25px}
 .offer-subtitle,.offer-points,.offer-installation{font-size:14px}
 .offer-speed{font-size:40px}
 .offer-price strong{font-size:38px}
 .offer-price>span{font-size:14px}
 .offer-ribbon{font-size:11px}
 .offer-card .button{font-size:15px}
 .two-column{gap:26px}
 .inner-hero.has-mascot .container{padding-right:235px}
 .support-portrait{right:20px;width:225px;height:230px}
 .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:800px){
 .header nav{top:100%;border-bottom:1px solid var(--line)}
 .header-inner{padding-block:18px}
 .logo{width:155px}
 .client-link{font-size:13px;padding:10px 14px}
 .services,.offers,.faq,.technology{padding-block:48px}
 .offers-top h2{font-size:34px}
 .coverage-inner{flex-direction:column;align-items:flex-start}
 .coverage-action{align-items:flex-start}
 .coverage-band{border-radius:28px;width:calc(100% - 24px)}
 .technology{gap:32px}
 .contact-inner{grid-template-columns:1fr;gap:36px;padding-block:48px}
 .contact-copy h2{font-size:38px}
 .two-column,.doc-grid{grid-template-columns:1fr}
 .mobile-actions{background:#fffffffa;border-color:var(--line)}
 .mobile-actions a{border-color:var(--green);color:var(--green-dark)}
 .mobile-actions button{background:#158344;border-color:#158344;color:white}
 .mobile-actions a,.mobile-actions button{font-size:14px}
}
@media(max-width:580px){
 .container{width:calc(100% - 36px)}
 .header-inner{gap:8px}
 .logo{width:132px}
 .client-link{font-size:12px;padding:9px 10px;gap:6px}
 .hero-content{padding:32px 18px 24px}
 .hero h1{font-size:clamp(38px,10vw,52px)}
 .hero .eyebrow{font-size:11px}
 .hero-hand{font-size:28px}
 .hero-description{font-size:16px}
 .hero-actions{gap:12px;align-items:stretch}
 .hero-actions>.button,.hero-actions>.text-link{font-size:14px;padding:14px 18px}
 .hero-assurance{font-size:12px;gap:10px}
 .hero-image{height:290px}
 .speed-badge{right:18px;bottom:20px;max-width:80%;padding:12px 16px}
 .section-heading>p{font-size:16px;max-width:none}
 .service-grid{grid-template-columns:1fr;gap:14px}
 .service-grid article{padding:24px}
 .service-grid h3{font-size:22px}
 .service-grid p{font-size:16px}
 .service-icon{width:54px;height:54px;margin-bottom:16px}
 .offers-top{align-items:stretch}
 .offers-description,.offer-points{font-size:16px}
 .offer-card,.offer-card.featured{padding:26px}
 .offer-ribbon{font-size:10px;max-width:calc(100% - 40px)}
 .offer-note{font-size:13px}
 .offer-help,.offer-help>.text-link{font-size:14px}
 .coverage-inner{padding-block:32px}
 .coverage-inner h2{font-size:30px}
 .coverage-inner p{font-size:16px}
 .technology-list h3{font-size:24px}
 .technology-list p{font-size:16px}
 .technology-list small{font-size:14px}
 .faq-grid{grid-template-columns:1fr}
 .faq h2{font-size:30px}
 .faq details{padding:20px}
 .contact-copy h2{font-size:36px}
 .contact-options h3{font-size:16px}
 .contact-options p{font-size:14px}
 .inner-hero{padding:30px 0 40px;border-radius:0 0 28px 28px}
 .inner-hero h1{font-size:clamp(35px,9vw,44px)}
 .inner-hero p{font-size:16px}
 .inner-hero:after{width:280px;height:280px;right:-150px;top:-140px;border-width:30px}
 .breadcrumbs{font-size:12px;margin-bottom:24px}
 .inner-body{padding-block:32px 48px}
 .doc-card,.panel,.tech-explainer{padding:24px}
 .doc-card h2,.panel h2{font-size:25px}
 .doc-card .doc-actions{gap:20px;flex-wrap:wrap}
 .doc-card p,.panel p,.panel ul{font-size:16px}
 .info-note{font-size:14px;padding:20px}
 .inner-body .profile-row p{font-size:14px}
 .inner-hero.has-mascot .container{padding-right:0}
 .inner-hero.has-mascot{padding-bottom:0}
 .support-portrait{position:relative;right:auto;bottom:auto;width:200px;height:185px;margin:18px 18px 0 auto}
 .footer-grid{gap:30px 22px}
 .footer-grid>div>a{font-size:14px}
 .footer-grid h3{font-size:15px}
 .footer-brand>a>img{width:165px}
 .footer-bottom{font-size:12px;flex-direction:column;align-items:flex-start}
 .footer-bottom span:nth-child(2){text-align:left}
 .mobile-band{padding:24px}
 .mobile-band h2{font-size:26px}
 .mobile-band p{font-size:16px}
 .mobile-word{flex-wrap:wrap}
 dialog{padding:24px}
 .dialog-footer .button,.dialog-footer .text-link{font-size:14px}
}
@media(prefers-reduced-motion:reduce){
 *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
 .offer-card:hover,.doc-card:hover,.service-grid article:hover,.panel:hover{transform:none!important}
}

.home-support-robot{width:215px;height:155px;object-fit:cover;object-position:center 35%;border-radius:28px;margin-bottom:24px}
.support-home>div:first-child{min-width:0}
@media(max-width:580px){.home-support-robot{width:180px;height:135px}.support-home{padding-block:40px}}

/* Refined art direction: immersive landscape, open layouts, sculpted accents. */
body{background:#fff}
.header{border:0;background:#fff;box-shadow:0 6px 25px #0b234404}
.header-inner{padding-block:20px}
.logo{width:178px}
.utility{background:#0b2344;color:#e8f6ee;border:0}
.utility a{color:#fff}
.hero{display:block;position:relative;min-height:720px;background:#edf8ef;border-radius:0 0 80px 0;isolation:isolate}
.hero-image{position:absolute;inset:0;z-index:-1;height:100%;width:100%;opacity:1}
.hero-image img{object-fit:cover;object-position:center 58%;height:100%;width:100%}
.hero-image:after{background:linear-gradient(90deg,#f4fbf8fa 0%,#f4fbf8f0 30%,#f4fbf880 46%,transparent 68%)}
.hero-content{width:min(1240px,calc(100% - 80px));margin:auto;padding:65px 0 90px}
.hero-copy{max-width:560px}
.hero h1{font-size:clamp(56px,5.5vw,80px);line-height:1.03;letter-spacing:-.065em;max-width:590px}
.hero h1 .underline{display:inline}
.hero h1 .underline:after{bottom:-5px;height:5px}
.hero-hand{font-size:32px;margin:32px 0 24px;max-width:450px}
.hero-description{font-size:17px;max-width:420px;color:#2d4861}
.hero-note{top:46px;right:7%;background:transparent;box-shadow:none;font-size:30px;padding:0;transform:rotate(5deg);text-shadow:0 1px 12px white}
.hero-note span{display:inline-block;margin-left:10px}
.speed-badge{right:6%;bottom:54px;padding:20px 28px;border-radius:22px 22px 22px 5px;box-shadow:0 12px 45px #0b234418;transform:rotate(-3deg)}
.speed-badge strong{font-size:36px}
.hero-actions>.button{background:#158344;box-shadow:0 8px 22px #15834424}
.hero-actions>.text-link{background:#ffffffc9;border-color:#829e8d}
.hero-assurance{margin-top:25px}
.services{padding-block:74px 66px}
.section-heading{max-width:800px;margin-inline:auto}
.section-heading h2{font-size:clamp(32px,3.3vw,46px)}
.service-grid{margin-top:42px;gap:0;text-align:left}
.service-grid article{border:0;border-right:1px solid #dbe8df;border-radius:0;box-shadow:none;padding:10px 30px;background:transparent}
.service-grid article:first-child{padding-left:0}
.service-grid article:last-child{border-right:0;padding-right:0}
.service-icon{width:62px;height:62px;border-radius:20px 20px 20px 5px;background:#e8f6ee}
.service-grid h3{font-size:21px}
.service-grid p{font-size:15px}
.offers{background:#f1f8f4;padding-block:80px;border-radius:60px 0 0 0}
.offers-top h2{font-size:46px}
.offer-grid{gap:26px;margin-top:46px}
.offer-card,.offer-card.featured{padding:32px;border-radius:26px;border:1px solid #d7e5dd;box-shadow:0 12px 35px #0b234405}
.offer-card.featured{border:2px solid #20a556;padding:31px;box-shadow:0 16px 36px #20a55610}
.offer-ribbon{top:-15px;left:28px;letter-spacing:.06em}
.offer-card-top{margin-bottom:25px}
.offer-card-top>.icon{height:40px;width:40px;background:#e8f6ee;padding:8px;border-radius:12px}
.offer-price strong{font-size:45px}
.offer-speed{font-size:45px}
.offer-divider{margin-block:25px}
.offer-card .button{padding-block:15px}
.audience-control{border:0;background:#dfeee4}
.comparison-section{padding-block:70px}
.comparison-section h2{font-size:40px}
.comparison-scroll{box-shadow:none;border-radius:20px}
.comparison-table th,.comparison-table td{padding:20px 24px}
.coverage-band{background:#0b2344;border:0;color:#fff;border-radius:30px 75px 30px 30px;margin:24px auto 0}
.coverage-band:before{border-color:#20a55626;width:500px;height:500px;right:-145px;top:-180px;border-width:75px}
.coverage-inner{padding-block:52px}
.coverage-inner h2,.coverage-inner .eyebrow,.coverage-inner p,.coverage-action .handwritten{color:#fff}
.coverage-symbol .icon{color:#a7dca7}
.coverage-action .button.navy{background:#20a556;color:#0b2344}
.coverage-inner h2{font-size:36px}
.technology{padding-block:86px}
.technology-heading h2{font-size:43px}
.technology-list article{padding-block:26px}
.technology-list article>span{border-radius:50%;width:28px;height:28px;text-align:center;background:#e8f6ee;line-height:28px;margin-top:2px}
.technology-list h3{font-size:29px}
.technology-list article>.icon{width:33px;height:33px}
.support-home{position:relative;padding:40px;border:1px solid #dce9e0;border-radius:32px;background:linear-gradient(110deg,#e8f6ee,#fff 65%);margin-block:22px 66px;gap:48px}
.support-home>div:first-child{position:relative;padding-right:120px}
.home-support-robot{width:165px;height:185px;position:absolute;right:-8px;bottom:-15px;object-fit:cover;object-position:47% center;margin:0;mix-blend-mode:multiply;mask-image:linear-gradient(90deg,transparent,#000 15%,#000 90%,transparent)}
.support-home h2{font-size:32px;line-height:1.2}
.support-home .eyebrow{font-size:11px}
.support-home-links a{box-shadow:none;padding:17px 20px;border-radius:16px}
.faq{padding-block:72px}
.faq details,.full-faq details{border:0;border-bottom:1px solid #dce7df;border-radius:0;padding:25px 4px}
.faq details[open],.full-faq details[open]{background:#f5faf7;padding-inline:20px;border-radius:16px}
.contact{background:#e8f6ee;border-radius:70px 0 0 0}
.contact-inner{padding-block:74px}
.contact-copy h2{font-size:48px}
.contact-options>a{padding:25px;border:0;box-shadow:none;border-radius:18px}
.contact-icon{background:#e8f6ee;width:52px;height:52px}
footer{padding-top:64px}
.footer-brand>a>img{border-radius:12px;width:170px}
.inner-hero{background:#edf8f1;border-radius:0 0 70px 0;padding-block:42px 64px}
.inner-hero:after{width:560px;height:560px;border:80px solid #a7dca747;right:-210px;top:-245px;transform:rotate(-15deg);border-radius:48% 52% 38% 62%}
.inner-hero h1{font-size:clamp(42px,5vw,66px);line-height:1.08;max-width:920px}
.inner-hero .eyebrow{font-size:12px}
.inner-hero p{margin-top:28px;max-width:730px}
.inner-body{padding-block:56px 80px}
.doc-grid{gap:26px}
.doc-card{padding:32px;border-radius:22px;box-shadow:none;border:1px solid #dce7df}
.doc-card:before{content:"";display:block;width:42px;height:4px;border-radius:4px;background:#20a556;margin-bottom:22px}
.doc-card .file-label{font-size:12px;letter-spacing:.08em}
.doc-card h2{font-size:28px}
.doc-card .doc-actions{padding-top:28px}
.panel{box-shadow:none;border-radius:24px;padding:32px}
.profile-row{border-radius:14px}
.tech-explainer{border:0;border-bottom:1px solid #dce7df;border-radius:0;box-shadow:none;padding:25px 0 42px;gap:50px}
.tech-intro h2{font-size:48px}
.tech-scene{background:#fff}
.tech-explainer img{border-radius:24px}
.tech-explainer details{border-bottom:0}
.quick-links a{border-radius:12px;background:#eff8f2}
.support-portrait{width:300px;height:285px;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 90%,transparent)}
@media(hover:hover) and (pointer:fine){
 .service-grid article:hover{box-shadow:none;transform:none;border-color:#dbe8df}
 .service-grid article:hover .service-icon{transform:translateY(-4px);background:#d3eddd}
 .doc-card:hover,.offer-card:hover{box-shadow:0 16px 35px #0b23440a;transform:translateY(-4px)}
}
@media(max-width:1100px){
 .hero-content{width:calc(100% - 48px)}
 .hero h1{font-size:62px}
 .hero-copy{max-width:510px}
 .hero-note{right:4%;font-size:25px}
 .service-grid article{padding-inline:20px}
 .service-grid h3{font-size:19px}
 .offer-card,.offer-card.featured{padding:26px}
 .support-home{padding:30px;gap:30px}
 .support-home>div:first-child{padding-right:80px}
 .home-support-robot{width:120px;height:165px;right:-20px}
 .support-home h2{font-size:28px}
}
@media(max-width:900px){
 .hero{display:grid;grid-template-columns:1fr;min-height:0;border-radius:0 0 36px 0}
 .hero-content{grid-row:1;width:calc(100% - 48px);padding:42px 0 20px;margin:auto}
 .hero-copy{max-width:680px}
 .hero h1{font-size:clamp(45px,7vw,62px)}
 .hero-image{position:relative;inset:auto;grid-row:2;grid-column:1;height:380px;z-index:0}
 .hero-image img{object-position:70% center}
 .hero-image:after{background:linear-gradient(180deg,#edf8f1 0%,transparent 32%)}
 .hero-note{display:none}
 .speed-badge{bottom:24px;right:24px}
 .service-grid{grid-template-columns:1fr 1fr;gap:30px 0}
 .service-grid article:nth-child(2){border-right:0;padding-right:0}
 .service-grid article:nth-child(3){padding-left:0}
 .support-home{grid-template-columns:1fr}
 .support-home>div:first-child{padding-right:200px;min-height:175px;display:flex;flex-direction:column;justify-content:center}
 .home-support-robot{width:195px;height:180px;right:0;bottom:0}
 .support-home h2{font-size:34px}
 .contact-copy h2{font-size:40px}
}
@media(max-width:580px){
 .hero-content{width:calc(100% - 36px);padding-block:32px 18px}
 .hero h1{font-size:clamp(42px,10vw,54px)}
 .hero-hand{font-size:29px;margin-block:28px 22px}
 .hero-description{font-size:16px}
 .hero-image{height:290px}
 .hero-image img{object-position:75% center}
 .speed-badge{padding:14px 20px;right:18px;bottom:20px}
 .speed-badge strong{font-size:29px}
 .services{padding-block:48px}
 .service-grid{grid-template-columns:1fr;gap:0}
 .service-grid article,.service-grid article:first-child,.service-grid article:last-child{padding:25px 0;border-right:0;border-bottom:1px solid #dbe8df}
 .service-grid article:last-child{border:0}
 .service-icon{float:left;margin-right:20px;width:52px;height:52px}
 .service-grid h3{font-size:21px}
 .service-grid p{font-size:15px;margin-left:72px}
 .offers{padding-block:50px;border-radius:36px 0 0 0}
 .offers-top h2{font-size:35px}
 .offer-card,.offer-card.featured{padding:27px}
 .offer-price strong{font-size:42px}
 .comparison-section{padding-block:48px}
 .comparison-section h2{font-size:32px}
 .coverage-band{border-radius:24px 48px 24px 24px}
 .coverage-inner h2{font-size:30px}
 .coverage-inner{padding-block:34px}
 .technology{padding-block:52px}
 .technology-heading h2{font-size:34px}
 .technology-list h3{font-size:25px}
 .support-home{padding:24px;margin-block:10px 44px;gap:22px}
 .support-home>div:first-child{padding-right:0;min-height:0;display:block}
 .home-support-robot{position:static;width:150px;height:110px;margin:0 0 18px;object-position:center 35%}
 .support-home h2{font-size:29px}
 .support-home-links a{padding:17px}
 .contact{border-radius:40px 0 0 0}
 .contact-copy h2{font-size:37px}
 .inner-hero{padding-block:32px 46px;border-radius:0 0 42px 0}
 .inner-hero h1{font-size:clamp(37px,9vw,46px)}
 .inner-hero.has-mascot{padding-bottom:0}
 .support-portrait{width:220px;height:165px}
 .inner-body{padding-block:36px 52px}
 .doc-card,.panel{padding:26px}
 .doc-card h2{font-size:26px}
 .tech-explainer{gap:25px;padding:10px 0 30px}
 .tech-intro h2{font-size:39px}
}
@media(prefers-reduced-motion:reduce){.service-grid article:hover .service-icon{transform:none!important}}

/* Richer service composition with existing brand illustrations. */
.services{padding-block:56px}
.services .section-heading{max-width:850px}
.services-stage{display:grid;grid-template-columns:1fr 1.3fr;gap:26px;margin-top:36px;align-items:stretch}
.services-visual{position:relative;overflow:hidden;min-height:420px;background:linear-gradient(145deg,#e8f6ee,#c8ebd5);border-radius:32px 80px 32px 32px;border:1px solid #cce6d6;isolation:isolate}
.services-visual:before{content:"";position:absolute;inset:-100px -200px auto auto;width:400px;height:400px;border:42px solid #20a55630;border-radius:50%;z-index:-1}
.services-visual>img:first-child{width:100%;height:280px;object-fit:contain;mix-blend-mode:multiply;position:absolute;left:0;top:0}
.services-visual .services-mascot{position:absolute;right:-10px;bottom:-10px;width:78%;height:245px;object-fit:cover;object-position:center 20%;mix-blend-mode:multiply;mask-image:linear-gradient(90deg,transparent,#000 15%,#000 90%,transparent)}
.services-stage .service-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:0}
.services-stage .service-grid article,.services-stage .service-grid article:first-child,.services-stage .service-grid article:last-child{padding:24px;border:1px solid #d7e8dd;border-radius:22px;background:#fff;box-shadow:0 6px 22px #0b234406}
.services-stage .service-grid article:nth-child(2),.services-stage .service-grid article:nth-child(3){background:#f1f9f4}
.services-stage .service-icon{float:none;width:55px;height:55px;margin:0 0 17px;background:#dff2e6;border-radius:16px}
.services-stage .service-grid h3{font-size:20px;line-height:1.2}
.services-stage .service-grid p{font-size:14px;margin:10px 0 0;line-height:1.7}
.technology-list .technology-preview{width:135px;height:100px;object-fit:cover;border-radius:15px;align-self:center}
.technology-list article>.icon{display:none}
.technology-list article{align-items:flex-start}
.technology{gap:40px;padding-block:60px}
.offers{padding-block:60px}
.faq{padding-block:52px}
.inner-hero:before{content:"";position:absolute;right:5%;bottom:-90px;width:260px;height:180px;background:#20a55618;border-radius:60% 40% 0 0;transform:rotate(-12deg);z-index:-1;pointer-events:none}
.doc-card{background:linear-gradient(145deg,#fff 70%,#f0f8f3);border-top:3px solid #20a556}
.panel{background:linear-gradient(135deg,#fff 75%,#f3faf5)}
@media(hover:hover) and (pointer:fine){
 .services-stage .service-grid article:hover{border-color:#20a556;box-shadow:0 12px 28px #0b234410;transform:translateY(-4px)}
 .technology-preview{transition:transform .3s}
 .technology-list article:hover .technology-preview{transform:scale(1.04)}
}
@media(max-width:1000px){
 .services-stage{grid-template-columns:1fr}
 .services-visual{min-height:260px;border-radius:28px 60px 28px 28px}
 .services-visual>img:first-child{width:65%;height:260px}
 .services-visual .services-mascot{width:38%;height:260px;right:0}
}
@media(max-width:580px){
 .services{padding-block:40px}
 .services-stage{gap:20px;margin-top:28px}
 .services-visual{min-height:215px}
 .services-visual>img:first-child{width:80%;height:200px;left:-18px}
 .services-visual .services-mascot{width:49%;height:180px}
 .services-stage .service-grid{grid-template-columns:1fr;gap:14px}
 .services-stage .service-grid article,.services-stage .service-grid article:first-child,.services-stage .service-grid article:last-child{padding:23px}
 .services-stage .service-grid p{font-size:16px}
 .services-stage .service-icon{float:left;margin-right:18px}
 .services-stage .service-grid p{margin-left:73px}
 .technology-list .technology-preview{width:90px;height:85px}
 .technology-list article{gap:12px;flex-wrap:wrap}
 .technology-list article>div{min-width:170px}
 .technology-list .technology-preview{margin-left:40px;width:calc(100% - 40px);height:145px;object-fit:contain;background:#f4faf6}
}
@media(prefers-reduced-motion:reduce){.services-stage .service-grid article:hover,.technology-list article:hover .technology-preview{transform:none!important}}

/* Persistent mobile navigation, outside every story or content section. */
@media(max-width:800px){
 body{padding-top:calc(76px + env(safe-area-inset-top,0px))}
 .utility{display:none}
 .header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;padding-top:env(safe-area-inset-top,0px);box-shadow:0 3px 18px #0b234410}
 .header-inner{height:76px;padding-block:12px}
 .menu-toggle{min-width:44px;min-height:44px;display:grid;place-items:center;border:1px solid #d7e8dd;border-radius:12px}
 .header nav{top:100%;max-height:calc(100dvh - 76px - env(safe-area-inset-top,0px));overflow-y:auto;overscroll-behavior:contain;padding:18px 24px 30px}
 .header nav a{min-height:48px;padding:12px 8px}
 .mobile-menu-open{overflow:hidden}
 html{scroll-padding-top:calc(96px + env(safe-area-inset-top,0px))}
 [id]{scroll-margin-top:calc(96px + env(safe-area-inset-top,0px))}
 .client-link{min-height:44px}
}

.story-skip{display:inline-flex;align-items:center;gap:12px;margin-top:18px;font-size:14px;font-weight:600;color:#0b2344;min-height:44px;text-decoration:underline;text-underline-offset:5px}
@media(max-width:800px){
 .hero{min-height:calc(100svh - 76px - env(safe-area-inset-top,0px) - 84px);grid-template-rows:auto minmax(260px,1fr)}
 .hero-content{padding-top:24px;padding-bottom:12px}
 .hero-copy>.eyebrow,.hero-hand,.hero-description,.hero-assurance,.hero-actions>.text-link{display:none}
 .hero h1{font-size:clamp(38px,8.7vw,58px);margin-top:0;max-width:600px}
 .hero-actions{margin-top:23px}
 .hero-image{height:100%;min-height:280px}
 .hero-image img{object-position:72% center}
 .hero .speed-badge{display:none}
 .story-skip{margin-top:8px;font-size:13px}
}

/* Preserve mascot detail without darkening its antialiased edges. */
.services-visual .services-mascot{mix-blend-mode:normal;object-fit:contain;object-position:center bottom;image-rendering:auto;mask-image:radial-gradient(ellipse 75% 95% at 50% 75%,#000 60%,transparent 100%);height:auto;max-height:280px;bottom:-4px;right:0}
@media(max-width:900px){.services-visual .services-mascot{height:auto;max-height:260px}}
@media(max-width:580px){.services-visual .services-mascot{height:auto;max-height:180px}}


/* One coherent portrait in the services section. */
.services-visual.services-portrait{background:#f2fbf5;display:flex;align-items:center;justify-content:center;min-height:350px;border-radius:32px;overflow:hidden}.services-portrait:before{display:none}.services-visual.services-portrait .services-mascot{position:static;width:100%;height:auto;max-height:none;object-fit:contain;mix-blend-mode:normal;mask-image:none;margin:0;display:block}.services-portrait .services-mascot:first-child{position:static;inset:auto;width:100%;height:auto;mix-blend-mode:normal}@media(max-width:900px){.services-visual.services-portrait{min-height:0;max-width:480px;margin-inline:auto}}

.mobile-band{border-color:#f1d768;background:linear-gradient(110deg,#fffdf2,#fff)}.mobile-band .coming{background:#fff8d5;border-color:#eed15b;color:#0b2344}.mobile-band .yellow-line:after{background:#ffd100}.mobile-band .button.yellow{background:#ffd100;color:#0b2344;border-color:#ffd100}.mobile-band .button.yellow:hover{background:#f1c400;border-color:#f1c400}.mobile-band .button.yellow:focus-visible{outline:3px solid #0b2344;outline-offset:4px}

