@charset "utf-8";
:root{--green:#074295;--green-dark:#082975;--ink:#101d3a;--muted:#5e6671;--line:#dee5ee;--soft:#eef2f8;--radius:26px;--shadow:0 12px 32px #19284b10}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;background:radial-gradient(ellipse at 0 22%,#dbe5f488,transparent 38%),radial-gradient(ellipse at 100% 65%,#d5e0ef75,transparent 40%),#f5f7fa;color:var(--ink);font-family:"Microsoft JhengHei","PingFang TC",system-ui,sans-serif;font-size:16px;line-height:1.75;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{max-width:100%;height:auto;display:block}button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #087dba;outline-offset:5px}
.container{width:min(1320px,calc(100% - 64px));margin-inline:auto}.icon{width:24px;height:24px;flex-shrink:0;vertical-align:middle}
.skip-link{position:fixed;left:16px;top:-80px;z-index:50;padding:12px 20px;background:#fff;color:var(--green-dark);border:2px solid var(--green-dark);border-radius:8px}.skip-link:focus{top:12px}#main-content:focus{outline:none}
.site-header{background:#ffffff9c}.topbar{display:flex;align-items:center;gap:24px;min-height:110px;padding-block:16px}.brand{flex-shrink:0}.brand img{width:232px;height:auto}.brand-note{border-left:1px solid var(--line);padding-left:24px;color:#737a84;font-size:12px;letter-spacing:2px;line-height:1.7;margin:0}.site-nav{margin-left:auto;display:flex;gap:12px;align-items:center}
.nav-link{display:block;white-space:nowrap;font-size:14px;font-weight:700;padding:13px 21px;background:#fff;border:1px solid #fff;border-radius:17px;box-shadow:0 7px 20px #20346210;transition:background .2s,color .2s,transform .2s}.nav-link:hover,.nav-link.is-active{color:#fff;background:linear-gradient(135deg,#3c76c8,#002887);border-color:transparent}.nav-link:hover{transform:translateY(-2px)}
.hero{position:relative;isolation:isolate;overflow:hidden;min-height:480px;border-radius:var(--radius);background:#0b4494;box-shadow:0 12px 36px #142f6d10;margin-top:0;padding:36px 46px;display:flex;align-items:center}.hero-media{position:absolute;inset:0;z-index:-2}.hero-media img{height:100%;width:100%;object-fit:cover;object-position:center}.hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#082b7c 0%,#114a9af2 30%,#265da9b8 46%,#285ea919 66%,#12469008 100%)}
.hero-copy{width:55%;max-width:690px}.hero-kicker{font-size:13px;font-weight:700;letter-spacing:3px;color:#dfecff;margin:0 0 15px;display:flex;gap:13px;align-items:center}.hero-kicker::before{content:"";display:block;width:26px;height:2px;background:currentColor;opacity:.65}.hero-title{margin:0;color:#fff;font-size:clamp(34px,4.2vw,56px);line-height:1.24;font-weight:800;letter-spacing:1px;text-wrap:balance}.hero-description{max-width:32em;color:#f1f7ff;font-size:16px;line-height:1.9;margin:17px 0 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:10px 23px;border:1px solid transparent;border-radius:999px;font-weight:700;font-size:15px;line-height:1.5;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 8px 22px #121e3b22}.button-primary{background:#fff;color:var(--green-dark)}.button-secondary{border-color:#e6f0ff;background:#082b7c33;color:#fff}.button .icon{width:21px;height:21px}.button .arrow-icon{width:16px;height:16px}
.hero-points{display:flex;list-style:none;gap:10px;margin:24px 0 0;padding:0}.hero-points li{display:flex;align-items:center;gap:10px;flex:1;padding:14px 12px;min-height:64px;background:linear-gradient(130deg,#fff,#e5edf8);border:1px solid #ffffffb0;border-radius:14px;color:#172f66;font-size:12px;font-weight:700;line-height:1.6}.hero-points .icon{width:27px;height:27px;color:var(--green)}.page-main{padding-top:24px;padding-bottom:4px}
.page-home{background:#f7f9fb}.page-home .site-header{border-radius:0 0 48px 48px;position:relative;z-index:1}.page-home .hero{width:100%;max-width:1600px;border-radius:0;min-height:570px;padding:48px max(48px,calc((100% - 1200px)/2));background:#f5f7fa;box-shadow:none}.page-home .hero::before{background:linear-gradient(90deg,#ffffffde 0%,#ffffffc7 29%,#fff7 43%,transparent 60%)}.page-home .hero-copy{width:52%;max-width:650px;padding-bottom:24px}.page-home .hero-kicker{color:var(--green-dark);font-size:12px;letter-spacing:3px}.page-home .hero-kicker::before{display:none}.page-home .hero-title{font-size:clamp(44px,5.2vw,72px);line-height:1.2;color:#0f182c;letter-spacing:2px;text-wrap:initial}.page-home .hero-title span{display:block;color:var(--green)}
.hero-subtitle{font-size:clamp(18px,2.05vw,28px);font-weight:700;line-height:1.5;color:#404955;margin:16px 0 0}.page-home .hero-description{color:#424a56;max-width:31em;font-size:16px;line-height:1.8;margin-top:12px}.page-home .hero .button-primary{background:linear-gradient(115deg,#2b6dc9,#002884);color:#fff;box-shadow:0 8px 24px #28599e30}.page-home .hero .button-secondary{background:#ffffffdd;color:#152957;border-color:#074295}
.handwritten{font-family:"DFKai-SB","BiauKai","KaiTi",serif;color:var(--green-dark);letter-spacing:3px;display:inline-block;line-height:1.7;font-weight:400;transform:rotate(-4deg)}.hero .handwritten{font-size:23px;margin:24px 0 0 30px;position:relative}.hero .handwritten::after{content:"";height:1px;background:linear-gradient(90deg,transparent,#144993,transparent);position:absolute;bottom:-4px;left:12%;right:-12%}.page-home .page-main{position:relative;margin-top:-25px;padding-top:0}
.quick-services{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;position:relative}.quick-card{position:relative;display:flex;align-items:center;gap:12px;border:1px solid #fff;border-radius:22px;background:#fffffff5;padding:23px 17px;box-shadow:var(--shadow);line-height:1.6;transition:transform .2s}.quick-card:hover{transform:translateY(-4px)}.quick-card strong{font-size:14px;display:block;color:#121e37}.quick-card small{display:block;font-size:12px;color:var(--muted);margin-top:7px}
.icon-disc{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:64px;height:64px;border-radius:50%;color:var(--green);background:linear-gradient(145deg,#dde8f7,#e7edf5)}.icon-disc .icon{width:32px;height:32px;stroke-width:2}.quick-card .icon-disc{width:49px;height:49px}.quick-card .icon-disc .icon{width:27px;height:27px}.card-arrow{position:absolute;right:15px;top:19px;width:16px;height:16px;color:#6d7c91}.quick-card .card-arrow{width:12px;height:12px;right:9px;top:11px}
.quick-card:nth-child(2) .icon-disc,.service-card:nth-child(2) .icon-disc,.service-card:nth-child(3) .icon-disc{color:#008cce;background:#e1f2ff}.quick-card:nth-child(3) .icon-disc{color:#8c38c4;background:#f4e9ff}.quick-card:nth-child(4) .icon-disc,.home-service-grid .service-card:nth-child(5) .icon-disc{color:#e78a0a;background:#fff1df}.quick-card:nth-child(5) .icon-disc,.home-service-grid .service-card:nth-child(6) .icon-disc{color:#038e9c;background:#e0f5f5}
.trust-band{display:grid;grid-template-columns:repeat(4,1fr);margin:24px 0 0;padding:26px 18px;border-radius:26px 26px 70px 26px;background:radial-gradient(ellipse at 45% -50%,#2f77dc 0,transparent 65%),linear-gradient(110deg,#06449b,#001f69);color:white}.trust-band>div{display:flex;align-items:center;justify-content:center;gap:18px;border-right:1px solid #ffffff38}.trust-band>div:last-child{border:0}.trust-band .icon{width:38px;height:38px}.trust-band p{margin:0}.trust-band strong{font-size:29px;letter-spacing:1px;display:block;line-height:1.25}.trust-band span{display:block;font-size:14px;margin-top:5px}
.home-section{padding:48px 24px 0}.eyebrow{color:var(--green-dark);font-size:11px;font-weight:800;letter-spacing:3px;margin:0 0 8px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 12px}.section-heading h1,.section-heading h2{margin:0;font-size:clamp(26px,3vw,38px);line-height:1.4;letter-spacing:1px;color:var(--ink)}.section-heading>span:not(.handwritten){font-size:13px;color:var(--muted)}.section-heading .handwritten{font-size:22px}.section-intro{margin:0 0 23px;color:var(--muted);font-size:16px}
.benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.benefit-card{display:flex;align-items:flex-start;gap:15px;background:#fff;border-radius:22px;padding:24px 20px;box-shadow:var(--shadow);border:1px solid var(--line)}.benefit-card .icon-disc{width:52px;height:52px}.benefit-card .icon{width:27px;height:27px}.benefit-card h3{font-size:16px;margin:3px 0 8px;line-height:1.5}.benefit-card p{margin:0;font-size:13px;line-height:1.8;color:var(--muted)}
.home-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.service-card{background:#fff;border:1px solid var(--line);padding:25px 25px 25px 20px;border-radius:22px;position:relative;display:flex;gap:18px;align-items:flex-start;box-shadow:var(--shadow)}a.service-card{transition:transform .2s,border-color .2s}a.service-card:hover{transform:translateY(-3px);border-color:#89a4c9}.service-card h3{font-size:18px;line-height:1.5;margin:1px 0 9px}.service-card p{color:var(--muted);font-size:14px;line-height:1.8;margin:0}.text-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--green-dark);font-weight:700;white-space:nowrap}.text-link .icon{width:18px;height:18px}
.process-grid{list-style:none;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;margin:0;padding:0}.process-grid li{background:#fff;border-radius:22px;border:1px solid var(--line);text-align:center;position:relative;padding:24px 12px 21px;box-shadow:var(--shadow)}.process-grid li:not(:last-child)::after{content:"›";font-size:35px;color:var(--green);position:absolute;right:-18px;top:40%}.step-number{position:absolute;top:-6px;left:14px;display:grid;place-items:center;border-radius:50%;width:43px;height:43px;background:linear-gradient(130deg,#2b6bc5,#002781);color:#fff;font-size:21px;box-shadow:0 5px 12px #17488d24}.process-grid .icon-disc{width:51px;height:51px;margin-top:4px}.process-grid .icon{width:26px;height:26px}.process-grid h3{font-size:18px;margin:11px 0 5px}.process-grid p{font-size:13px;color:var(--muted);margin:0}
.about-section{padding-top:45px}.about-copy{display:grid;grid-template-columns:1fr 1fr;gap:36px;border-top:1px solid var(--line);padding-top:20px}.about-copy p{font-size:14px;line-height:2;color:var(--muted);margin:0}.service-area-strip{display:flex;align-items:center;gap:18px;background:linear-gradient(100deg,#d5e2f3,#ecf1f9);border-radius:22px;padding:20px 26px;margin-top:28px;color:var(--ink);line-height:1.8}.service-area-strip>.icon{width:31px;height:31px;color:var(--green)}.service-area-strip strong{white-space:nowrap;font-size:19px}.service-area-strip span{font-size:14px;color:#495464}
#content{background:#ffffffec;border:1px solid var(--line);border-radius:var(--radius);padding:30px 32px;box-shadow:var(--shadow)}#content>h1{font-size:34px;margin:0 0 24px;line-height:1.4;display:flex;align-items:center;gap:16px}#content>h1::before,#content>.section-heading h1::before{content:"";display:inline-block;width:7px;height:32px;border-radius:7px;background:linear-gradient(#3671c4,#052a80);margin-right:8px;vertical-align:middle}#content>h1::after{content:"";height:1px;flex:1;background:linear-gradient(90deg,#a3b8d6,transparent);margin-left:12px}#content h2{line-height:1.5}#content p{color:var(--muted)}
#clients{display:flex;flex-direction:column;gap:18px}#clients ul{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;list-style:none;padding:0;margin:0}#clients li{min-width:0;border:1px solid var(--line);border-radius:22px;padding:13px;background:#fff;box-shadow:0 7px 18px #182d5d10;transition:transform .2s}#clients li:hover{transform:translateY(-4px)}#clients .image{border-radius:13px;overflow:hidden;background:#eef1f6;aspect-ratio:215/110}#clients .image img{width:100%;height:100%;object-fit:cover}#clients a{display:block;position:relative;padding:13px 16px 4px 1px;overflow-wrap:anywhere}#clients a::after{content:"↗";position:absolute;right:0;bottom:3px;color:var(--green);font-size:22px}#clients .name{font-size:16px;font-weight:700;display:block;line-height:1.5}#clients .link{display:block;font-size:13px;color:var(--green-dark);margin-top:5px;line-height:1.5}
#service{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}#service .service-card{display:grid;grid-template-columns:64px 1fr;gap:9px 18px;padding:24px;scroll-margin-top:24px}#service .icon-disc{grid-row:1/3;border:3px solid #fff;box-shadow:0 0 0 1px #dbe3ee}#service h2{font-size:22px;margin:4px 0 4px;color:#142b60}#service p{grid-column:2;font-size:14px;line-height:1.85}
#guarantee{display:flex;flex-direction:column;gap:24px}#guarantee>section{padding:28px;background:#f7f9fc;border:1px solid var(--line);border-radius:22px}#guarantee h2{margin:0 0 15px;font-size:25px}#guarantee h3{margin:0 0 14px;font-size:20px;color:var(--green-dark)}#guarantee p{margin:0;line-height:1.95}#guarantee .compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;background:linear-gradient(#e9eff8,#f9fbfd)}#guarantee .compare>h2{grid-column:1/-1;margin:0}.comparison-item{border:1px solid var(--line);background:#fff;border-radius:18px;padding:26px}.comparison-item img{float:right;margin:0 0 14px 18px;width:70px}.service-features{padding-left:20px;margin-bottom:0;color:#404c5d}.advantage-list{background:#e7edf5;padding:24px;margin:22px 0;border-radius:18px}.advantage-list ul{padding-left:22px;margin:0;line-height:2}.contact-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px;padding:20px;background:#dce6f3;border-radius:18px}.cta-button,.contact-submit{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:11px 24px;min-height:48px;background:linear-gradient(120deg,#2965ba,#04287c);color:#fff;font-weight:700;cursor:pointer}.faq-section details{padding:15px 0;border-top:1px solid var(--line)}.faq-section summary{font-weight:700;cursor:pointer;color:#152855}.faq-section details p{padding-top:12px}
#contact{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.85fr);gap:22px;padding:20px;background:linear-gradient(140deg,#f0f4fa,#fafbfd);border:1px solid var(--line);border-radius:24px}.contact-form-wrap,.contact-side{padding:24px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);min-width:0}.contact-form-wrap h2,.contact-side h2{display:flex;align-items:center;gap:10px;margin:0 0 10px;font-size:22px}.contact-form-wrap h2 .icon,.contact-side h2 .icon{color:var(--green);width:26px;height:26px}.contact-form-wrap p,.contact-side p{margin:0;font-size:14px}.form-alert{padding:12px 15px;margin-top:15px;border-radius:12px;font-size:13px;line-height:1.8}.form-alert.is-info{background:#e7edf5;color:#2c4364}.form-alert.is-error{background:#fff0ef;color:#9d302c;border:1px solid #e3bbb8}
.contact-form{margin-top:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.field{display:grid;gap:7px}.field.is-full{grid-column:1/-1}.field label{font-size:14px;font-weight:700}.field input,.field textarea{display:block;width:100%;border:1px solid #cbcfd5;border-radius:10px;padding:11px 13px;line-height:1.6;background:#fff;color:var(--ink);min-width:0}.field input::placeholder,.field textarea::placeholder{color:#72767c;font-size:14px}.field input:focus,.field textarea:focus{outline:2px solid #16468a;outline-offset:2px}.field textarea{min-height:175px;resize:vertical}.field-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.contact-form .field-hint{font-size:12px;margin:12px 0;color:#686f78}.contact-submit .icon{width:20px;height:20px}
.contact-points{padding:0;list-style:none;margin:18px 0 0;display:grid;gap:10px}.contact-points li{background:linear-gradient(110deg,#e6edf7,#edf2f9);padding:12px 16px;border-radius:15px;font-size:14px}.contact-points strong{display:block;font-size:13px;margin-bottom:3px}.contact-points a{color:var(--green-dark);font-weight:700;overflow-wrap:anywhere}.contact-side-illustration{margin-top:18px;background:radial-gradient(ellipse at 100% 0,#d3e5ff,#d7e4f6);border-radius:16px;overflow:hidden;padding:20px}.contact-side-illustration>p{text-align:center;color:#31517d!important;font-weight:700;letter-spacing:2px;font-size:15px}.contact-art{height:145px;max-width:310px;margin:auto;position:relative;color:#235293}.contact-art>.icon{position:absolute;stroke-width:1.1}.contact-art>.icon:nth-child(1){width:69px;height:69px;left:8%;top:0;fill:#b5cdef}.contact-art>.icon:nth-child(2){width:114px;height:114px;right:0;top:4%;fill:#9cbce9}.contact-art>.icon:nth-child(3){width:100px;height:100px;left:17%;bottom:0;fill:#e6f0ff}.contact-art>.icon:nth-child(4){width:47px;height:47px;left:0;bottom:10%;fill:#80a5d9}
.site-footer{padding:20px 0 0}.footer-cta{display:flex;align-items:center;gap:22px;border:1px solid #fff;border-radius:26px;padding:31px;background:radial-gradient(ellipse at 55% -130%,#4184e3,transparent 73%),linear-gradient(115deg,#2459a3,#002887 65%,#2f65b1);color:#fff;box-shadow:var(--shadow)}.cta-symbol{display:grid;place-items:center;width:77px;height:77px;border-radius:50%;background:#ffffff2b;flex-shrink:0}.cta-symbol .icon{width:45px;height:45px}.footer-copy{flex:1}.footer-copy h2{font-size:21px;line-height:1.6;margin:0 0 7px}.footer-copy p{font-size:14px;margin:0;color:#f2f7ff}.footer-actions{display:flex;gap:12px;flex-shrink:0}.footer-actions .button{padding-inline:20px;font-size:14px}
.footer-grid{display:grid;grid-template-columns:1.1fr .6fr 1.25fr;gap:36px;background:#ffffffb8;border:1px solid #fff;border-radius:26px;padding:34px;margin-top:20px}.footer-brand img{width:190px}.footer-brand p{font-size:13px;color:var(--muted);line-height:1.95;margin:12px 0 5px}.footer-brand .handwritten{font-size:18px}.footer-nav,.footer-info{border-left:1px solid var(--line);padding-left:34px}.footer-grid h2{font-size:15px;margin:0 0 13px}.footer-nav a{display:block;font-size:14px;color:var(--muted);width:fit-content;margin-top:4px}.footer-nav a:hover,.footer-info a:hover{text-decoration:underline;color:var(--green-dark)}.footer-info p{display:flex;align-items:flex-start;gap:12px;margin:12px 0;font-size:14px;color:var(--muted)}.footer-info .icon{width:19px;height:19px;margin-top:3px;color:var(--green)}.footer-info a{color:var(--green-dark);overflow-wrap:anywhere}.copyright{display:flex;justify-content:space-between;gap:20px;padding:18px 6px;font-size:11px;color:#626a76}.copyright>span:last-child{font-size:9px;letter-spacing:2px;color:#3f5a80}.copyright a{text-decoration:underline}
@media(min-width:1500px){.page-home .hero{padding-inline:170px}.page-home .hero-copy{max-width:610px}}
@media(max-width:1190px){
 .container{width:calc(100% - 48px)}.brand-note{display:none}.topbar{min-height:95px}.brand img{width:210px}.nav-link{padding:12px 17px}.site-nav{gap:10px}.page-home .hero{min-height:520px;padding:38px 46px}.page-home .hero-copy{width:52%}.page-home .hero-title{font-size:56px}.page-home .hero-description{font-size:15px}.hero{padding:30px 35px;min-height:440px}.hero-copy{width:57%}.hero-title{font-size:46px}
 .quick-card{gap:9px;padding:22px 12px}.quick-card .icon-disc{width:40px;height:40px}.quick-card strong{font-size:12px}.quick-card small{font-size:11px}.home-section{padding-inline:10px}.benefit-card{padding:21px 15px;gap:10px}.benefit-card .icon-disc{width:42px;height:42px}.benefit-card h3{font-size:15px}.service-card{gap:14px;padding:22px 17px}.icon-disc{width:56px;height:56px}.service-card h3{font-size:16px}
 .cta-symbol{display:none}.footer-copy h2{font-size:19px}.footer-cta{padding:28px}.footer-actions .button{font-size:13px;padding-inline:17px}.footer-grid{gap:25px;padding:30px}.footer-nav,.footer-info{padding-left:25px}#service .service-card{grid-template-columns:52px 1fr;gap:8px 13px;padding:22px 17px}#service .icon-disc{width:52px;height:52px}#service h2{font-size:20px}#contact{padding:16px;gap:18px}.contact-form-wrap,.contact-side{padding:20px}
}
@media(max-width:950px){
 .topbar{gap:16px}.brand img{width:175px}.nav-link{padding:11px 13px;font-size:13px}.site-nav{gap:7px}.hero-title{font-size:38px}.hero-description{font-size:14px}.hero-actions .button{font-size:13px;padding:11px 16px}.hero-copy{width:60%}.hero-points li{flex-direction:column;text-align:center;padding:10px 6px;gap:6px;font-size:11px}.hero-points{max-width:450px}.page-home .hero-title{font-size:48px}.page-home .hero-subtitle{font-size:20px}.page-home .hero-description{font-size:14px}.page-home .hero-copy{width:56%}.page-home .hero{min-height:500px;padding-inline:36px}.hero .handwritten{font-size:20px;margin-left:0}
 .quick-services{gap:9px}.quick-card{display:block;padding:18px 11px}.quick-card .icon-disc{margin-bottom:8px}.quick-card small{font-size:11px}.quick-card strong{font-size:13px}.trust-band{padding:23px 10px}.trust-band>div{gap:10px}.trust-band .icon{width:28px;height:28px}.trust-band strong{font-size:23px}.trust-band span{font-size:12px}.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit-card .icon-disc{width:55px;height:55px}.benefit-card h3{font-size:17px}.home-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading .handwritten{font-size:18px}.process-grid{gap:15px}.process-grid li:not(:last-child)::after{right:-14px}.process-grid p{font-size:12px}.process-grid h3{font-size:16px}.step-number{width:33px;height:33px;font-size:18px;left:8px}
 .footer-cta{flex-direction:column;align-items:flex-start;gap:18px}.footer-copy h2{font-size:23px}.footer-grid{grid-template-columns:1fr .65fr 1.2fr;gap:19px;padding:26px}.footer-nav,.footer-info{padding-left:19px}.footer-info p{font-size:12px}.footer-brand img{width:170px}.footer-brand .handwritten{font-size:14px}#content{padding:25px}#clients ul{gap:12px}#clients li{padding:10px;border-radius:17px}#clients .name{font-size:14px}#clients .link{font-size:12px}#service{grid-template-columns:repeat(2,minmax(0,1fr))}#contact{grid-template-columns:1.15fr 1fr;gap:14px;padding:12px}.contact-form-wrap,.contact-side{padding:17px}.contact-form-wrap h2,.contact-side h2{font-size:19px}.form-grid{grid-template-columns:1fr}.contact-points li{padding:12px}.copyright>span:last-child{display:none}
}
@media(max-width:700px){
 .container{width:calc(100% - 28px)}.site-header,.page-home .site-header{border-radius:0}.topbar{flex-direction:column;gap:13px;padding:16px 0;min-height:0}.brand img{width:190px}.site-nav{margin:0;width:100%;justify-content:center;gap:5px}.nav-link{font-size:12px;padding:10px 8px;border-radius:12px;text-align:center;flex:1;box-shadow:none}
 .hero{padding:28px 25px 24px;min-height:0;display:flex;flex-direction:column;align-items:stretch;border-radius:22px}.hero-copy{width:100%;max-width:none}.hero-title{font-size:35px;text-wrap:initial}.hero-kicker{font-size:11px;margin-bottom:12px}.hero-description{max-width:none;font-size:15px;line-height:1.8}.hero-media{position:relative;inset:auto;order:2;height:230px;margin:22px -25px -24px;z-index:0}.hero-media img{object-fit:cover;object-position:right center}.hero::before{background:linear-gradient(125deg,#114185,#3164ac);z-index:-1}.hero-points{max-width:none;margin-top:20px;gap:8px}.hero-points li{font-size:12px;flex-direction:row;text-align:left;padding:12px 8px}.hero-points .icon{width:22px;height:22px}.hero-actions{margin-top:19px}.hero-actions .button{font-size:14px;min-height:47px;flex:1;padding:10px 13px}.hero-actions .arrow-icon{display:none}
 .page-home .hero{width:100%;padding:30px 24px 0;min-height:0;display:flex;flex-direction:column;background:#f6f9fc}.page-home .hero::before{background:radial-gradient(ellipse at 100% 0,#dde7f5,transparent 60%),#f8fafc}.page-home .hero-copy{width:100%;padding:0;max-width:570px;margin:auto}.page-home .hero-title{font-size:clamp(40px,9vw,54px)}.page-home .hero-description{font-size:15px;max-width:none}.page-home .hero-subtitle{font-size:21px}.page-home .hero-kicker{font-size:11px;letter-spacing:2px}.hero .handwritten{font-size:19px;margin:21px 0 0 13px}.page-home .hero-media{margin:16px -24px 0;height:275px;position:relative}.page-home .hero-media img{object-position:right center;object-fit:cover}.page-home .page-main{margin-top:0;padding-top:14px}
 .quick-services{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-card{display:flex;gap:10px;padding:16px 12px;border-radius:17px}.quick-card:last-child{grid-column:1/-1;justify-content:center}.quick-card .icon-disc{margin:0;width:43px;height:43px}.quick-card strong{font-size:13px}.quick-card small{font-size:11px;margin-top:3px}.trust-band{grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 0;padding:25px 12px;border-radius:22px}.trust-band>div:nth-child(2){border:0}.trust-band>div{justify-content:flex-start;padding-left:16px;gap:14px}.trust-band strong{font-size:24px}.trust-band span{font-size:12px}
 .home-section{padding:34px 5px 0}.eyebrow{font-size:10px;letter-spacing:2px}.section-heading{gap:12px;flex-wrap:wrap}.section-heading h1,.section-heading h2{font-size:28px}.section-heading .handwritten{display:none}.section-heading>span:not(.handwritten){font-size:12px}.section-intro{font-size:14px;margin-bottom:20px}.benefit-grid{gap:12px}.benefit-card{display:block;padding:18px 16px;border-radius:18px}.benefit-card .icon-disc{width:45px;height:45px}.benefit-card h3{font-size:15px;margin:10px 0 6px}.benefit-card p{font-size:13px}.home-service-grid{grid-template-columns:1fr;gap:12px}.service-card{padding:22px 20px;border-radius:18px;gap:18px}.service-card h3{font-size:18px}.service-card p{font-size:14px}.text-link{font-size:12px}
 .process-grid{grid-template-columns:1fr;gap:13px}.process-grid li{display:grid;grid-template-columns:42px 45px 1fr;gap:0 15px;padding:17px;text-align:left;align-items:center;border-radius:18px}.step-number{position:static;grid-row:1/3;width:36px;height:36px}.process-grid .icon-disc{grid-row:1/3;margin:0;width:45px;height:45px}.process-grid h3{margin:0;font-size:17px}.process-grid p{grid-column:3;font-size:13px}.process-grid li:not(:last-child)::after{display:none}.about-copy{grid-template-columns:1fr;gap:16px;padding-top:16px}.about-copy p{font-size:14px}.service-area-strip{gap:10px 13px;flex-wrap:wrap;padding:20px;margin-top:25px;border-radius:18px}.service-area-strip span{flex-basis:100%;font-size:13px}.service-area-strip strong{font-size:18px}
 .page-main{padding-top:18px}#content{padding:24px 17px;border-radius:22px}#content>h1{font-size:28px;margin-bottom:19px}#content>h1::after{display:none}#content>h1::before{height:27px}#clients ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}#clients{gap:12px}#clients a{padding-top:11px}#clients .name{font-size:14px}#clients .link{font-size:11px}.page-clients #content>.section-heading{margin-bottom:20px}#service{grid-template-columns:1fr;gap:14px}#service .service-card{grid-template-columns:57px 1fr;padding:23px 17px;gap:7px 15px}#service .icon-disc{width:57px;height:57px}#service h2{font-size:21px}
 #guarantee{gap:18px}#guarantee>section{padding:21px 17px}#guarantee .compare{grid-template-columns:1fr;gap:16px}#guarantee h2{font-size:22px}#guarantee p{font-size:14px}.comparison-item{padding:22px 18px}.advantage-list{padding:18px}.advantage-list li{font-size:14px}.contact-cta{flex-direction:column;align-items:flex-start;padding:18px}.faq-section summary{font-size:15px}#contact{grid-template-columns:1fr;padding:0;border:0;background:transparent;gap:20px}.contact-form-wrap,.contact-side{padding:20px 16px}.contact-form-wrap h2,.contact-side h2{font-size:21px}.field textarea{min-height:170px}.contact-points li{padding:14px 17px}.contact-art{height:150px}
 .site-footer{padding-top:21px}.footer-cta{padding:25px 22px;border-radius:22px;gap:19px}.footer-copy h2{font-size:21px;line-height:1.6}.footer-copy p{font-size:13px}.footer-actions{width:100%;flex-wrap:wrap;gap:11px}.footer-actions .button{font-size:14px;flex:1;white-space:nowrap}.footer-grid{grid-template-columns:1fr 1fr;padding:26px 23px;gap:27px 22px;border-radius:22px}.footer-brand{grid-column:1/-1}.footer-brand img{width:183px}.footer-brand p{font-size:13px}.footer-brand .handwritten{font-size:18px}.footer-nav{border:0;padding:0;grid-column:1/-1}.footer-info{border:0;padding:0;grid-column:1/-1;border-top:1px solid var(--line);padding-top:22px}.footer-info p{font-size:14px}.footer-grid h2{font-size:15px}.footer-nav a{font-size:14px;display:inline-block;margin-right:16px;margin-top:5px}.copyright{font-size:10px;padding:16px 5px}
}
@media(max-width:380px){.site-nav{gap:3px}.nav-link{padding:9px 5px;font-size:11px}.hero{padding-inline:19px}.hero-media{margin-inline:-19px}.hero-actions .button{font-size:12px;padding-inline:10px}.hero-points li{flex-direction:column;text-align:center;font-size:11px}.page-home .hero-subtitle{font-size:18px}.quick-card{gap:7px;padding-inline:9px}.quick-card .icon-disc{width:34px;height:34px}.quick-card .icon{width:23px;height:23px}.quick-card strong{font-size:12px}.trust-band>div{padding-left:6px;gap:10px}.trust-band strong{font-size:21px}.section-heading h2{font-size:25px}.benefit-card{padding:17px 13px}.footer-actions .button{flex-basis:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media print{body{background:#fff;color:#000}.site-header,.hero-media,.hero-actions,.footer-cta,.skip-link{display:none}.container{width:100%}.hero,.page-home .hero{min-height:0;padding:16px 0;background:#fff}.hero-copy,.page-home .hero-copy{width:100%}.hero::before{display:none}.hero-title,.hero-description,.hero-kicker{color:#000}.page-home .page-main{margin-top:0}#content,.service-card,.benefit-card,.footer-grid{box-shadow:none}.quick-services,.trust-band{display:none}.hero-points li{color:#000}a{color:inherit}.home-section{break-inside:avoid}}

/* Blue / lime / graphite enterprise identity. Standalone stylesheet; no old theme loaded. */
:root{--green:#087ff5;--green-dark:#075cc2;--ink:#0a2354;--muted:#596f8c;--line:#dceafb;--soft:#f0f7ff;--radius:18px;--shadow:0 9px 28px #1474ba0b;--lime:#6bdc38;--blue:#087ff5;--navy:#0a2354}
body,.page-home{background:radial-gradient(ellipse at 100% 45%,#e9f7ff80,transparent 60%),#fff;color:var(--navy)}
.site-header,.page-home .site-header{background:#fff;border-radius:0 0 50% 5% / 0 0 15px 4px;position:relative;z-index:3;box-shadow:0 1px 0 #deecff}
.topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px;min-height:88px;padding:12px 0}
.brand img{width:191px}.brand-note{display:none}.site-nav{gap:18px;justify-content:center;margin:0}
.nav-link{font-size:14px;color:var(--navy);font-weight:700;background:transparent;border:0;padding:12px 15px;border-radius:0;box-shadow:none;position:relative}
.nav-link:hover,.nav-link.is-active{background:transparent;color:#087ff5;transform:none}.nav-link::after{content:"";height:3px;position:absolute;bottom:4px;left:22%;right:22%;border-radius:6px;background:linear-gradient(90deg,#6bda35,#0488ff);transform:scaleX(0);transition:transform .2s}.nav-link:hover::after,.nav-link.is-active::after{transform:scaleX(1)}
.header-contact{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:11px 24px;min-height:45px;border-radius:999px;background:linear-gradient(112deg,#6bda38,#00baba 42%,#007cff);color:white;font-size:15px;font-weight:800;white-space:nowrap;box-shadow:0 6px 20px #0788ee15;transition:transform .2s}.header-contact:hover{transform:translateY(-2px)}.header-contact .icon{width:21px;height:21px}
.hero,.page-home .hero{width:100%;max-width:none;margin-top:0;border-radius:0;min-height:442px;padding:48px max(44px,calc((100% - 1240px)/2)) 76px;box-shadow:none;display:flex;align-items:center;isolation:isolate;background:#e6f5ff}
.hero-media,.page-home .hero-media{position:absolute;inset:0;height:100%;width:100%;margin:0;z-index:-2}
.hero-media img,.page-home .hero-media img{width:100%;height:100%;object-fit:cover;object-position:50% 48%}
.hero::before,.page-home .hero::before{background:linear-gradient(90deg,#faffffdb 0%,#f8fcffdb 32%,#f5fcff9c 45%,#effaff08 64%,#2184e608 100%);z-index:-1}
.hero::after{content:"";position:absolute;bottom:-72px;left:-5%;width:110%;height:104px;border-radius:50% 50% 0 0 / 60% 80% 0 0;background:#fff;transform:rotate(-1.8deg);border-top:11px solid #8fdced48;pointer-events:none;z-index:-1}
.hero-copy,.page-home .hero-copy{width:57%;max-width:650px;padding:0;margin:0;position:relative;z-index:1}
.hero-kicker,.page-home .hero-kicker{font-size:13px;color:#3487ce;letter-spacing:1.4px;line-height:1.7;margin-bottom:12px}.hero-kicker::before{display:none}
.hero-title,.page-home .hero-title{font-size:clamp(35px,4.25vw,58px);line-height:1.22;font-weight:800;letter-spacing:1px;color:var(--navy);text-wrap:balance}
.page-home .hero-title span.gradient-text{display:inline;background:linear-gradient(105deg,#087dff 10%,#00aab1 60%,#41c42b);background-clip:text;-webkit-background-clip:text;color:transparent}
.hero-subtitle,.page-home .hero-subtitle{color:var(--navy);font-weight:700;font-size:24px;margin:12px 0 0}
.hero-description,.page-home .hero-description{color:#455f7d;font-size:16px;max-width:34em;line-height:1.85;margin-top:9px}
.hero-actions{margin-top:21px;gap:13px}.button{border-radius:999px;min-height:49px;font-size:15px;padding:11px 24px;gap:12px}
.button-primary,.page-home .hero .button-primary{background:linear-gradient(110deg,#4cd040,#00aeca 45%,#037eff);color:#fff;box-shadow:0 7px 22px #0085ec18;border:1px solid transparent}
.button-secondary,.page-home .hero .button-secondary{color:var(--navy);border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(120deg,#008bff,#31babb 70%,#6bd72d) border-box;box-shadow:none}
.button-secondary .icon{color:var(--blue)}.button .arrow-icon{display:inline-block;width:18px;height:18px}
.hero-promise{font-size:12px;letter-spacing:2px;color:#6a8398;margin:17px 0 0}.hero-points{margin-top:23px;gap:16px;max-width:570px}.hero-points li{padding:10px 0;min-height:0;flex:initial;background:transparent;box-shadow:none;border:0;border-radius:0;color:#255477;font-size:12px;gap:8px}.hero-points .icon{color:#1489ed;width:23px;height:23px}.hero-points li::before{display:none}
.hero-caption{position:absolute;right:5%;top:18%;width:170px;display:flex;flex-direction:column;gap:18px;color:#fff;text-shadow:0 1px 12px #0a4f8d66}.hero-caption>span{font-size:10px;line-height:1.8;letter-spacing:1px}.hero-caption p{font-family:"DFKai-SB","KaiTi",serif;font-size:22px;line-height:1.7;transform:rotate(-7deg);margin:0;border-bottom:2px solid #b8f058;padding-bottom:10px}
.page-main{padding-top:27px;padding-bottom:10px}.page-home .page-main{margin-top:-38px;padding-top:0;z-index:1;position:relative}
.feature-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;position:relative}
.feature-service{display:grid;grid-template-columns:38% minmax(0,1fr);gap:21px;padding:16px;border:1px solid #dcecff;border-radius:17px;min-height:211px;background:#fffffffa;box-shadow:0 6px 22px #0778bb12;align-items:stretch}
.feature-service>img{width:100%;height:100%;max-height:205px;min-height:178px;object-fit:cover;border-radius:8px}.feature-service>img.server-thumbnail{object-position:81% center}
.feature-copy{padding:5px 0;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.feature-copy>.icon{width:34px;height:34px;color:#0b87ff;stroke-width:1.6}.feature-copy h2{font-size:20px;line-height:1.5;margin:9px 0 6px;color:var(--navy);letter-spacing:.2px}.feature-copy p{font-size:12px;line-height:1.85;color:var(--muted);margin:0 0 10px}.feature-copy .text-link{font-size:12px;margin-top:auto;color:var(--blue)}.feature-copy .text-link .icon{color:#4fc92d;width:17px;height:17px}
.enterprise-about{display:grid;grid-template-columns:31% minmax(0,1fr) 30%;gap:30px;align-items:center;margin:35px 0 0;padding:0 7px 29px;border-bottom:1px solid #e1ecf8}
.engineer-image{position:relative;overflow:hidden;border-radius:0 28px 0 28px;background:#e3eef7;align-self:stretch;min-height:218px}.engineer-image img{width:100%;height:100%;object-fit:cover;object-position:center;max-height:300px}.engineer-image::after{content:"";position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#033f6570)}.engineer-image>span{position:absolute;bottom:17px;left:19px;color:#fff;letter-spacing:1.5px;font-size:9px;z-index:1}
.enterprise-about-copy h2{font-size:29px;margin:4px 0 10px;line-height:1.45}.enterprise-about-copy>p:not(.eyebrow){font-size:13px;line-height:1.9;color:var(--muted);margin:0 0 15px}.enterprise-about-copy .button{min-height:38px;font-size:12px;padding:7px 19px;gap:10px}.enterprise-about-copy .button .icon{width:18px;height:18px}
.enterprise-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 16px}.enterprise-facts>div{display:flex;gap:12px;align-items:center;border-left:1px solid #cce3fc;padding-left:17px;min-height:62px}.enterprise-facts .icon{width:33px;height:33px;color:#1284fb;stroke-width:1.6}.enterprise-facts p{margin:0}.enterprise-facts strong{display:block;color:#10265b;font-size:25px;line-height:1.3;font-weight:800;white-space:nowrap}.enterprise-facts strong small{font-size:15px}.enterprise-facts span{font-size:11px;display:block;color:#637a96;white-space:nowrap;margin-top:5px}
.home-section{padding:42px 12px 0}.eyebrow{color:#45bd34;font-size:11px;letter-spacing:2px}.section-heading h1,.section-heading h2{color:var(--navy);font-size:32px;letter-spacing:.5px}.section-intro{color:var(--muted);font-size:14px;line-height:1.85}.handwritten{color:#297ca6;font-size:19px}.section-heading .handwritten{font-size:19px}
.icon-disc,.quick-card .icon-disc,.service-card .icon-disc,.home-service-grid .service-card .icon-disc{color:#1282ee;background:#eff7ff;border-radius:14px;width:54px;height:54px}.icon-disc .icon{stroke-width:1.7;width:29px;height:29px}
.benefit-card,.service-card{border-color:#dfeafa;border-radius:14px;box-shadow:0 5px 17px #006fc008;background:#fff}.benefit-card{padding:22px 19px;gap:14px}.benefit-card h3{color:var(--navy);font-size:16px}.benefit-card p,.service-card p{color:var(--muted)}.benefit-card .icon-disc{width:46px;height:46px}.service-card h3{color:var(--navy);font-size:18px}.service-card .card-arrow{color:#42bd35;background:#f1faef;border-radius:50%;padding:2px;width:21px;height:21px;top:18px;right:15px}
.process-grid li{border-radius:13px;box-shadow:none;background:linear-gradient(#fff,#f8fbff);border-color:#dfeafa}.step-number{background:linear-gradient(125deg,#0b9df0,#1674dc);box-shadow:0 5px 14px #177ab725}.process-grid li:not(:last-child)::after{color:#73cb4a}.process-grid h3{color:var(--navy)}.process-grid .icon-disc{background:#f0f7fe;color:#1385f5;border-radius:50%}
.about-copy{border-color:#e0ecf8}.about-copy p{color:#566e88}.service-area-strip{background:linear-gradient(105deg,#eff8ff,#f5faff 60%,#f1f9e9);border:1px solid #dfedfc;border-radius:14px;color:var(--navy)}.service-area-strip>.icon{color:#1385f5}.service-area-strip span{color:#58708b}
#content{border-radius:19px;border-color:#e0edfb;box-shadow:0 6px 24px #0068b909;background:#fff;padding:31px 33px}#content>h1,#content>.section-heading h1{color:var(--navy);font-size:32px}#content>h1::before,#content>.section-heading h1::before{height:29px;width:5px;background:linear-gradient(#0589ff,#42c6d1 75%,#76d949)}#content>h1::after{height:1px;background:linear-gradient(90deg,#b9dcff,transparent)}#content p{color:var(--muted)}
#clients li{border-radius:14px;border-color:#dfeafb;box-shadow:0 5px 19px #1c74b10b;padding:12px}#clients .image{border-radius:8px}#clients .name{color:var(--navy);font-size:16px}#clients .link{color:#1980ce;font-size:12px}#clients a::after{color:#4cba3c}#clients li:hover{border-color:#a6d2ff}
#service .service-card{border-radius:15px;border-top:3px solid #1591f5;grid-template-columns:57px 1fr;padding:27px 23px;gap:11px 16px}#service .service-card:nth-child(3n){border-top-color:#41bfd0}#service .service-card:nth-child(3n + 2){border-top-color:#74ca46}#service .icon-disc{box-shadow:none;border:0;border-radius:13px;width:57px;height:57px;background:#edf7ff;color:#1384f4}#service h2{color:var(--navy);font-size:22px}#service p{font-size:14px;line-height:1.9}
#guarantee>section{background:#f9fcff;border-color:#e1ecfa;border-radius:15px;padding:28px}#guarantee h2{color:var(--navy)}#guarantee h3{color:#0871cf}#guarantee .compare{background:linear-gradient(120deg,#f0f8ff,#f7fbff)}.comparison-item{border-radius:13px;border:1px solid #dceafa;border-top:3px solid #288fe6;box-shadow:0 3px 13px #067bc409}.comparison-item:nth-child(3){border-top-color:#7acb42}.service-features{color:#4e6c85}.advantage-list{background:linear-gradient(105deg,#edf7ff,#f3f9ff);border:1px solid #d9eaff;border-radius:13px}.contact-cta{background:linear-gradient(100deg,#eaf6ff,#f0fae8);border-radius:12px}.cta-button,.contact-submit{background:linear-gradient(115deg,#4acb44,#00b8be 42%,#087ffc);color:#fff}.faq-section details{border-color:#dceafa}.faq-section summary{color:#19588b}
#contact{background:#f6fbff;border-color:#deedfc;border-radius:16px;gap:24px}.contact-form-wrap,.contact-side{border-radius:14px;border-color:#dfebf8;box-shadow:0 4px 15px #0d77bf06}.contact-form-wrap h2,.contact-side h2{color:var(--navy)}.contact-form-wrap h2 .icon,.contact-side h2 .icon{color:#0789f8}.form-alert.is-info{background:#edf7f1;border:1px solid #dfefe4;color:#377251}.form-alert.is-error{background:#fff0ef;color:#9d302c;border:1px solid #e3bbb8}.field label{color:#23496c}.field input,.field textarea{border-color:#cddce8;border-radius:8px;color:var(--navy);background:#fff}.field input:focus,.field textarea:focus{outline:2px solid #1687e8;outline-offset:2px}.contact-points li{background:linear-gradient(110deg,#edf7ff,#f5faff);border:1px solid #e0edfb;border-radius:12px}.contact-points strong{color:#23486d}.contact-points a{color:#0874c9}.contact-side-illustration{background:radial-gradient(ellipse at 100% 0,#e9fce0,#e4f3ff 65%);border:1px solid #daedfc;border-radius:12px}.contact-art{color:#1087d7}.contact-art>.icon:nth-child(1){fill:#caedff}.contact-art>.icon:nth-child(2){fill:#aee4ef}.contact-art>.icon:nth-child(3){fill:#f3fbff}.contact-art>.icon:nth-child(4){fill:#b2e299}.contact-side-illustration>p{color:#2275a5!important}
.site-footer{margin-top:27px;padding-top:0;background:#fafdff}.footer-cta{width:100%;max-width:none;border:0;border-radius:0;box-shadow:none;position:relative;isolation:isolate;overflow:hidden;padding:27px max(38px,calc((100% - 1260px)/2));gap:26px;background:linear-gradient(110deg,#148bdf,#16a6d2 38%,#27a6d7 68%,#7abbf2);color:#fff}
.footer-cta::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(135deg,#2cc7ff50,transparent 55%);border-left:38px solid #83de5d66;transform:skewX(-25deg);pointer-events:none}
.cta-symbol{display:none}.footer-copy .cta-eyebrow{font-size:10px;letter-spacing:2px;margin-bottom:3px;color:#e8f8ff}.footer-copy h2{font-size:23px;line-height:1.55;letter-spacing:.5px}.footer-copy p{font-size:13px;color:#e9faff}.footer-actions .button{font-size:14px;min-height:49px}.footer-actions .button-primary{background:linear-gradient(120deg,#9cde4f,#18ba7c 57%,#00adaf);color:#fff}.footer-actions .button-secondary{background:#fff;color:#0d386a;border:0}.footer-grid{border:0;border-radius:0;background:transparent;margin-top:0;padding:35px 18px;gap:36px}.footer-nav,.footer-info{border-color:#dae7f3}.footer-nav a{color:#5c7490}.footer-info p{color:#5c7490}.footer-info a{color:#1678c3}.footer-info .icon{color:#1586e9}.footer-brand p{color:#5c7490}.copyright{border-top:1px solid #e1ecf7;color:#66829a;padding-top:17px;padding-bottom:17px}.copyright>span:last-child{color:#6292af}
@media(min-width:1600px){.hero-media img,.page-home .hero-media img{object-position:50% 44%}.hero,.page-home .hero{min-height:490px}.hero-caption{right:8%}}
@media(max-width:1250px){.topbar{gap:18px}.site-nav{gap:8px}.nav-link{padding:11px 12px}.header-contact{padding:11px 19px}.brand img{width:181px}.hero-caption{right:3%;width:133px}.hero-caption p{font-size:18px}.hero-copy,.page-home .hero-copy{width:57%}.hero-title,.page-home .hero-title{font-size:48px}.feature-service{padding:14px;gap:15px;grid-template-columns:35% minmax(0,1fr)}.feature-copy h2{font-size:18px}.feature-copy p{font-size:12px}.feature-copy>.icon{width:29px;height:29px}.enterprise-about{gap:22px;grid-template-columns:28% minmax(0,1fr) 32%}.enterprise-about-copy h2{font-size:25px}.enterprise-facts{gap:19px 9px}.enterprise-facts>div{gap:9px;padding-left:12px}.enterprise-facts .icon{width:28px;height:28px}.enterprise-facts strong{font-size:23px}.enterprise-facts span{font-size:10px}.footer-copy h2{font-size:21px}.footer-actions .button{font-size:13px;padding-inline:17px}}
@media(max-width:1050px){.topbar{grid-template-columns:1fr auto;gap:8px;min-height:0;padding:13px 0 9px}.brand{grid-column:1;grid-row:1}.header-contact{grid-column:2;grid-row:1}.site-nav{grid-column:1/-1;grid-row:2;width:100%;gap:10px;justify-content:center}.nav-link{flex:1;text-align:center}.hero,.page-home .hero{padding:37px 37px 75px;min-height:407px}.hero-caption{display:none}.hero-copy,.page-home .hero-copy{width:61%}.hero-title,.page-home .hero-title{font-size:42px}.hero-description,.page-home .hero-description{font-size:14px}.hero-subtitle,.page-home .hero-subtitle{font-size:21px}.hero-actions .button{font-size:13px;padding:11px 17px}.feature-services{gap:13px}.feature-service{display:flex;flex-direction:column;gap:10px;min-height:0;padding:14px}.feature-service>img{height:143px;width:100%;min-height:0;max-height:143px}.feature-copy{flex:1;padding:5px 2px}.feature-copy h2{font-size:19px}.feature-copy p{font-size:13px}.feature-copy>.icon{width:29px;height:29px}.feature-copy .text-link{margin-top:auto;padding-top:4px}.enterprise-about{grid-template-columns:34% 1fr;gap:24px}.enterprise-facts{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:6px 0 0}.enterprise-facts strong{font-size:24px}.enterprise-facts span{font-size:11px}.engineer-image{min-height:209px}.enterprise-about-copy h2{font-size:29px}.enterprise-about-copy>p:not(.eyebrow){font-size:14px}.footer-cta{flex-direction:column;align-items:flex-start;padding:28px 36px;gap:18px}.footer-copy h2{font-size:24px}.footer-actions .button{font-size:14px}.section-heading h1,.section-heading h2{font-size:29px}}
@media(max-width:700px){
 .site-header,.page-home .site-header{border-radius:0}.topbar{grid-template-columns:1fr auto;gap:12px 8px;padding:14px 0 9px}.brand img{width:165px}.header-contact{font-size:12px;min-height:42px;padding:10px 17px;gap:7px}.header-contact .icon{width:18px;height:18px}.site-nav{gap:3px}.nav-link{font-size:12px;padding:9px 7px;background:transparent;border:0;border-radius:0}.nav-link::after{height:2px;bottom:1px}
 .hero,.page-home .hero{display:flex;flex-direction:column;align-items:stretch;padding:29px 23px 0;min-height:0;background:#f2faff;overflow:hidden}.hero-copy,.page-home .hero-copy{width:100%;max-width:none;padding:0;margin:0}.hero-title,.page-home .hero-title{font-size:clamp(32px,8vw,42px);letter-spacing:0;line-height:1.27;text-wrap:initial}.hero-kicker,.page-home .hero-kicker{font-size:11px;letter-spacing:.8px;margin-bottom:11px}.hero-subtitle,.page-home .hero-subtitle{font-size:20px;margin-top:12px}.hero-description,.page-home .hero-description{font-size:14px;line-height:1.9;margin-top:9px;max-width:none}.hero-actions{margin-top:19px;gap:10px}.hero-actions .button{font-size:13px;min-height:47px;padding:10px 13px;flex:1;gap:8px}.hero-actions .arrow-icon{display:none}.hero-promise{font-size:11px;letter-spacing:1.4px;margin:16px 0 0}
 .hero::before,.page-home .hero::before{background:linear-gradient(140deg,#faffff,#f0f9ff)}.hero::after{display:none}.hero-media,.page-home .hero-media{position:relative;inset:auto;order:2;z-index:0;height:240px;width:calc(100% + 46px);margin:15px -23px 0;overflow:hidden}.hero-media img,.page-home .hero-media img{height:100%;width:100%;object-fit:cover;object-position:83% center;max-width:none}.hero-points{margin-top:14px;max-width:none;gap:10px;flex-wrap:wrap}.hero-points li{flex:1;flex-direction:row;gap:6px;font-size:11px;padding:6px 0;text-align:left}.hero-points .icon{width:20px;height:20px}
 .page-main{padding-top:19px}.page-home .page-main{margin-top:0;padding-top:17px}.feature-services{grid-template-columns:1fr;gap:13px}.feature-service{display:grid;grid-template-columns:35% minmax(0,1fr);gap:18px;min-height:183px;padding:14px;border-radius:13px}.feature-service>img{height:100%;min-height:153px;max-height:none}.feature-copy{padding:3px 0}.feature-copy>.icon{width:28px;height:28px}.feature-copy h2{font-size:19px;margin-top:7px}.feature-copy p{font-size:12px;line-height:1.8}.feature-copy .text-link{font-size:12px}
 .enterprise-about{grid-template-columns:1fr;gap:22px;margin-top:29px;padding:0 5px 24px}.engineer-image{min-height:0;height:245px;border-radius:0 23px 0 23px}.engineer-image img{max-height:none;object-position:center 40%}.enterprise-about-copy h2{font-size:28px}.enterprise-about-copy>p:not(.eyebrow){font-size:14px}.enterprise-facts{grid-column:auto;grid-template-columns:repeat(2,minmax(0,1fr));padding-top:0;gap:22px 15px}.enterprise-facts>div{padding-left:17px;gap:14px;min-height:65px}.enterprise-facts .icon{width:32px;height:32px}.enterprise-facts strong{font-size:25px}.enterprise-facts span{font-size:12px}
 .home-section{padding:33px 5px 0}.section-heading h1,.section-heading h2{font-size:27px}.section-intro{font-size:14px}.benefit-card{padding:19px 15px;border-radius:12px;display:block}.benefit-card h3{font-size:15px}.benefit-card .icon-disc{width:43px;height:43px;border-radius:11px}.service-card{padding:22px 18px;border-radius:12px;gap:16px}.service-card h3{font-size:17px}.service-card .icon-disc{width:48px;height:48px;border-radius:12px}.process-grid li{border-radius:12px}.process-grid h3{font-size:17px}.service-area-strip{border-radius:12px;padding:18px}
 #content{padding:23px 17px;border-radius:15px}#content>h1,#content>.section-heading h1{font-size:27px}#clients li{padding:10px;border-radius:12px}#clients .image{border-radius:6px}#clients .name{font-size:14px}#clients .link{font-size:11px}#service .service-card{padding:24px 18px;grid-template-columns:51px 1fr;gap:8px 14px}#service .icon-disc{width:51px;height:51px}#service h2{font-size:21px}#guarantee>section{padding:22px 17px;border-radius:12px}#guarantee h2{font-size:22px}.comparison-item{padding:22px 17px}.advantage-list{padding:19px}.contact-cta{padding:18px}
 #contact{background:transparent;border:0;gap:19px}.contact-form-wrap,.contact-side{padding:21px 17px;border-radius:12px}.contact-form-wrap h2,.contact-side h2{font-size:21px}.contact-points li{padding:14px}.contact-side-illustration{padding:20px}
 .site-footer{padding:0;margin-top:26px}.footer-cta{padding:26px 24px;gap:19px;border-radius:0}.footer-copy h2{font-size:22px}.footer-copy p{font-size:13px}.footer-copy .cta-eyebrow{font-size:10px}.footer-actions{gap:11px}.footer-actions .button{font-size:13px;padding-inline:16px;flex:1}.footer-grid{grid-template-columns:1fr;padding:30px 14px;gap:24px;border-radius:0}.footer-brand,.footer-nav,.footer-info{grid-column:1}.footer-nav{padding:0}.footer-info{padding-top:20px}.footer-brand img{width:176px}.footer-brand .handwritten{font-size:17px}.copyright{font-size:10px;padding:15px 5px}
}
@media(max-width:380px){.brand img{width:145px}.header-contact{font-size:12px;padding-inline:13px}.nav-link{font-size:11px;padding-inline:5px}.hero,.page-home .hero{padding-inline:19px}.hero-media,.page-home .hero-media{margin-inline:-19px;width:calc(100% + 38px);height:210px}.hero-actions .button{font-size:12px;padding-inline:10px}.feature-service{gap:13px;padding:12px;grid-template-columns:33% minmax(0,1fr)}.feature-copy h2{font-size:17px}.feature-copy p{font-size:12px}.enterprise-facts>div{gap:10px;padding-left:11px}.enterprise-facts strong{font-size:22px}.enterprise-facts span{font-size:11px}.footer-actions .button{flex-basis:100%}}
@media(prefers-reduced-motion:reduce){.nav-link::after,.header-contact{transition:none}}
@media print{.header-contact,.hero-caption,.hero-promise{display:none}.hero,.page-home .hero{min-height:0;padding:18px 0;background:white}.hero-media,.page-home .hero-media{display:none}.hero::before,.hero::after{display:none}.hero-copy,.page-home .hero-copy{width:100%}.page-home .hero-title span.gradient-text{color:#123264;background:none}.page-home .page-main{margin-top:0}.feature-services{display:block}.feature-service,.enterprise-about{break-inside:avoid}.feature-service{margin-bottom:12px}.footer-cta{display:none}}
