:root{--bg:#f8fbfe;--surface:#fff;--surface-soft:#eef7fd;--text:#0d1b2a;--muted:#536779;--brand:#7ec6f4;--brand-hover:#65b9ef;--navy:#0d1b2a;--line:#dbeaf4;--radius:24px;--shadow:0 24px 70px #0d1b2a14}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,100% - 40px);margin:0 auto}.site-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8fbfeeb;border-bottom:1px solid #dbeaf4e6;position:sticky;top:0}.header-inner{align-items:center;gap:32px;min-height:76px;display:flex}.brand{margin-right:auto}.desktop-nav{color:var(--muted);gap:28px;font-size:.95rem;display:flex}.desktop-nav a:hover{color:var(--navy)}.button{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 24px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.button:hover{background:#172f47;transform:translateY(-1px)}.button-small{background:var(--brand);min-height:44px;color:var(--navy);padding:0 20px}.button-small:hover{background:var(--brand-hover)}.hero{padding:72px 0 76px}.hero-grid{grid-template-columns:1fr .9fr;align-items:center;gap:72px;display:grid}.hero-copy{max-width:650px}.eyebrow{color:#388ec5;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-size:.8rem;font-weight:800;display:inline-block}h1,h2,h3,p{margin-top:0}h1{color:var(--navy);letter-spacing:-.055em;margin-bottom:24px;font-size:clamp(3rem,4.6vw,4.6rem);line-height:1.02}.hero-text{max-width:570px;color:var(--muted);margin-bottom:30px;font-size:1.15rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-actions .button:first-child{background:var(--brand);color:var(--navy)}.hero-actions .button:first-child:hover{background:var(--brand-hover)}.trust-row{color:var(--muted);flex-wrap:wrap;gap:22px;margin-top:30px;font-size:.88rem;display:flex}.trust-row span:before{content:"✓";color:#388ec5;margin-right:7px;font-weight:900}.hero-visual{border-radius:var(--radius);min-height:460px;box-shadow:var(--shadow);overflow:hidden}.hero-image{object-fit:cover;object-position:center;width:100%;height:100%;min-height:460px;display:block}@media (max-width:768px){.hero-image{min-height:300px}}.section{padding:92px 0}.section-heading{max-width:720px;margin-bottom:38px}.section-heading.compact{margin-bottom:30px}.section-heading h2,.quote-copy h2{color:var(--navy);letter-spacing:-.045em;margin-bottom:16px;font-size:clamp(2rem,4vw,3.6rem);line-height:1.05}.section-heading p,.quote-copy p{color:var(--muted)}.service-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.service-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 8px 30px #0d1b2a0a}.service-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px #0d1b2a17}.service-image-wrapper{aspect-ratio:4/3;background:var(--surface-soft);width:100%;overflow:hidden}.service-image{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.service-card:hover .service-image{transform:scale(1.025)}.service-content{flex-direction:column;flex:1;justify-content:space-between;min-height:220px;padding:26px 28px 24px;display:flex}.service-card h3{color:var(--navy);margin-bottom:10px;font-size:1.4rem;line-height:1.2}.service-card p{color:var(--muted);margin-bottom:24px;line-height:1.55}.service-bottom{justify-content:flex-end;align-items:center;margin-top:auto;display:flex}.service-bottom a{color:#318bc4;font-weight:700}.service-bottom a:hover{color:var(--navy)}.work-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.work-placeholder{aspect-ratio:4/3;border-radius:var(--radius);color:#fff;background:linear-gradient(145deg,#738292,#35495c);align-items:end;padding:24px;font-weight:800;display:flex}.work-placeholder.after{color:var(--navy);background:linear-gradient(145deg,#a8dcfa,#54afe7)}.center-cta{justify-content:center;margin-top:30px;display:flex}.quote-section{background:var(--navy);color:#fff;padding:100px 0}.quote-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:64px;display:grid}.quote-copy .eyebrow{color:var(--brand)}.quote-copy h2{color:#fff}.quote-copy p,.quote-copy .service-area{color:#bdcbd7}.steps{flex-direction:column;gap:10px;margin:28px 0;font-weight:700;display:flex}.steps span:before{content:"✓";color:var(--brand);margin-right:9px}.quote-form{color:var(--navy);background:#fff;border-radius:28px;gap:16px;padding:28px;display:grid;box-shadow:0 30px 70px #0000002e}.quote-form label{gap:8px;font-size:.9rem;font-weight:700;display:grid}.quote-form input,.quote-form select,.quote-form textarea{border:1px solid var(--line);width:100%;color:var(--navy);background:#f9fcfe;border-radius:14px;outline:none;padding:14px 16px}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #7ec6f42e}.form-button{background:var(--brand);width:100%;color:var(--navy)}.form-button:hover{background:var(--brand-hover)}.form-note{color:var(--muted);text-align:center;margin:0;font-size:.82rem}footer{color:#fff;background:#09131e;padding:38px 0 92px}.footer-inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.footer-inner p{color:#91a5b5;margin:6px 0 0}.footer-links{gap:18px;display:flex}.mobile-cta{display:none}@media (max-width:900px){.desktop-nav{display:none}.hero{padding-top:56px}.hero-grid,.quote-grid{grid-template-columns:1fr;gap:42px}.hero-visual{min-height:360px}.service-grid{grid-template-columns:1fr}}@media (max-width:640px){.container{width:min(100% - 28px,1180px)}.site-header .button-small{display:none}.header-inner{min-height:64px}h1{font-size:clamp(2.6rem,14vw,4rem)}.hero{padding:42px 0 52px}.hero-text{font-size:1rem}.hero-actions .button{width:100%}.hero-visual{border-radius:26px;min-height:330px}.section,.quote-section{padding:68px 0}.work-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:flex-start}body{padding-bottom:64px}.mobile-cta{z-index:30;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;grid-template-columns:1fr;padding:8px;display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-cta a{min-height:48px;color:var(--navy);border-radius:999px;justify-content:center;align-items:center;font-weight:800;display:flex}.mobile-quote{background:var(--brand);color:var(--navy)}}.header-logo{width:auto;height:52px;display:block}.field-hint{color:var(--muted);margin-top:8px;font-size:.85rem;line-height:1.4;display:block}.quote-form input[type=file]{cursor:pointer;padding:12px}.quote-form input[type=file]::file-selector-button{background:var(--surface-soft);color:var(--navy);cursor:pointer;border:0;border-radius:10px;margin-right:12px;padding:10px 14px;font-weight:700}.included-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.included-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:28px}.included-number{color:#318bc4;letter-spacing:.08em;margin-bottom:18px;font-size:.8rem;font-weight:800;display:inline-block}.included-item h3{color:var(--navy);margin:0 0 10px;font-size:1.15rem}.included-item p{color:var(--muted);margin:0;line-height:1.6}@media (max-width:900px){.included-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.included-grid{grid-template-columns:1fr}}.how-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.how-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);padding:30px}.how-number{color:#318bc4;letter-spacing:.08em;margin-bottom:18px;font-size:.8rem;font-weight:800;display:inline-block}.how-item h3{color:var(--navy);margin:0 0 10px;font-size:1.2rem}.how-item p{color:var(--muted);margin:0;line-height:1.6}@media (max-width:768px){.how-grid{grid-template-columns:1fr}}.faq-list{max-width:860px;margin:0 auto}.faq-item{border-bottom:1px solid var(--line);background:var(--surface)}.faq-item:first-child{border-radius:var(--radius) var(--radius) 0 0}.faq-item:last-child{border-radius:0 0 var(--radius) var(--radius);border-bottom:0}.faq-item summary{color:var(--navy);cursor:pointer;padding:22px 56px 22px 24px;font-weight:700;list-style:none;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:#318bc4;font-size:1.5rem;font-weight:500;position:absolute;top:50%;right:24px;transform:translateY(-50%)}.faq-item[open] summary:after{content:"−"}.faq-item p{color:var(--muted);margin:0;padding:0 56px 22px 24px;line-height:1.65}.service-area-content{max-width:1000px}.service-area-content h2{margin:12px 0 18px}.service-area-content p{max-width:760px;color:var(--muted);margin:0 0 26px;line-height:1.6}.service-area-list{flex-wrap:wrap;gap:10px;display:flex}.service-area-list span{border:1px solid var(--line);background:var(--surface-soft);color:var(--navy);border-radius:999px;padding:10px 16px;font-size:.95rem;font-weight:600}.hero{background:var(--bg)}.services-section{background:var(--surface-soft)}.included-section{background:var(--surface)}.how-section{background:var(--surface-soft)}.work-section{background:var(--surface)}.faq-section{background:var(--surface-soft)}.service-area-section{background:var(--surface)}
