@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap");:root{--ink:#10212a;--muted:#61727b;--line:#dce7ea;--paper:#f5f8f6;--white:#ffffff;--primary:#07607d;--primary-dark:#062f3e;--spruce:#1d6b5d;--mint:#a9ddd3;--sun:#f1c45b;--gold:#c7a13a;--shadow:0 24px 70px rgba(14,51,62,0.12);--shadow-soft:0 16px 44px rgba(14,51,62,0.08)}*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{min-height:100vh;margin:0;color:var(--ink);background:var(--paper);font-family:Outfit,sans-serif;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body>.form-page,body>main{flex:1 1}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}.shell{width:min(1180px,calc(100% - 56px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.86);border-bottom:1px solid rgba(16,33,42,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav{min-height:72px;display:flex;justify-content:space-between;gap:22px}.brand,.nav{align-items:center}.brand{display:inline-flex;gap:12px;min-width:0;color:var(--primary-dark);font-weight:800;line-height:1.05}.brand img{width:72px;height:52px;object-fit:contain}.brand span{max-width:150px;font-size:.96rem}.nav-links{display:flex;align-items:center;gap:22px;color:#31434b;font-size:.92rem;font-weight:700}.nav-links a:not(.button){position:relative;padding-block:8px}.nav-links a:not(.button):after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:var(--spruce);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.nav-links a:not(.button):hover:after{transform:scaleX(1)}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 21px;border:0;border-radius:10px;color:#fff;background:linear-gradient(135deg,var(--primary-dark),var(--primary));font-size:.95rem;font-weight:800;cursor:pointer;box-shadow:0 16px 34px rgba(6,47,62,.2),inset 0 1px 0 rgba(255,255,255,.18);transition:transform .16s ease,box-shadow .18s ease}.button:hover{box-shadow:0 20px 44px rgba(7,96,125,.26),inset 0 1px 0 rgba(255,255,255,.2);transform:translateY(-2px) scale(1.015)}.button:active{transform:translateY(0) scale(.975);box-shadow:0 9px 20px rgba(6,47,62,.18),inset 0 2px 8px rgba(0,0,0,.12)}.button.light{color:var(--primary-dark);background:var(--white)}.button-icon,.footer-link-icon,.link-icon{flex:0 0 auto;transition:transform .16s ease}.button-icon{width:18px;height:18px}.link-icon{width:17px;height:17px;color:var(--spruce)}.button:hover .button-icon{transform:translateX(2px)}.text-link{display:inline-flex;align-items:center;gap:8px;min-height:42px;color:var(--primary-dark);font-size:.94rem;font-weight:800}.text-link:hover .link-icon{transform:translateX(3px)}.whatsapp-link{display:inline-flex;align-items:center;gap:10px;color:#dfffee;font-size:.94rem;font-weight:700;line-height:1;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .18s ease,opacity .18s ease}.whatsapp-link:hover{color:#ffffff}.whatsapp-icon{width:18px;height:18px;flex:0 0 18px}.hero{position:relative;min-height:clamp(600px,78vh,760px);overflow:hidden;isolation:isolate;background:#eaf2ef}.hero-image{z-index:-2;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center right}.hero-image,.hero:before{position:absolute;inset:0}.hero:before{content:"";z-index:-1;background:linear-gradient(90deg,rgba(245,248,246,.98),rgba(245,248,246,.92) 33%,rgba(245,248,246,.46) 61%,rgba(245,248,246,.08)),linear-gradient(0deg,rgba(245,248,246,.96),rgba(245,248,246,0) 30%)}.hero-inner{display:grid;min-height:inherit;align-items:center;padding:86px 0 118px}.hero-content{max-width:690px}.eyebrow{margin:0 0 14px;color:var(--spruce);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}h1,h2,h3{margin:0;font-family:Outfit,sans-serif;font-weight:800;line-height:1.02}.hero h1{max-width:680px;color:#092531;font-size:clamp(2.35rem,4.45vw,4.35rem);letter-spacing:0}.hero-copy{max-width:600px;margin:22px 0 30px;color:#334950;font-size:clamp(1rem,1.25vw,1.14rem);line-height:1.7}.cta-actions,.hero-actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.intro-strip{position:relative;z-index:2;margin-top:-60px}.intro-grid{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid rgba(16,33,42,.08);border-radius:8px;background:#ffffff;box-shadow:var(--shadow)}.intro-grid div{display:grid;grid-gap:6px;gap:6px;min-height:120px;padding:26px;align-content:center}.intro-grid div+div{border-left:1px solid rgba(16,33,42,.08)}.intro-grid strong{color:var(--primary-dark);font-size:1.08rem}.intro-grid span{color:var(--muted);font-size:.93rem;line-height:1.45}.section{padding:82px 0}.section.alt{background:linear-gradient(180deg,#ffffff 0,rgba(245,248,246,.78) 100%),var(--paper)}.section-head{max-width:700px;margin-bottom:34px}.section-head.center{margin-inline:auto;text-align:center}.section-head h2{color:var(--primary-dark);font-size:clamp(2rem,3.35vw,3.15rem);line-height:1.04}.section-head p{max-width:640px;color:var(--muted);font-size:1rem;line-height:1.68}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.service-card{position:relative;min-height:258px;padding:25px;overflow:hidden;border:1px solid rgba(16,33,42,.08);border-radius:8px;background:var(--white);box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease}.service-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--primary),var(--spruce),var(--gold))}.service-card:hover{transform:translateY(-4px);box-shadow:0 26px 64px rgba(14,51,62,.13)}.service-icon{display:flex;width:54px;height:54px;align-items:center;justify-content:center;margin-bottom:20px;border:1px solid rgba(7,96,125,.1);border-radius:8px;color:var(--primary);background:#eef8f8}.service-icon lord-icon{display:block;width:42px;height:42px}.service-card h3{margin-top:2px;margin-bottom:12px;color:var(--primary-dark);font-size:1.28rem;line-height:1.12}.service-card p{margin:0;color:#64757a;font-size:.96rem;line-height:1.68}.split{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);grid-gap:56px;gap:56px;align-items:center}.process-list{display:grid;grid-gap:14px;gap:14px}.process-item{display:grid;grid-template-columns:58px 1fr;grid-gap:18px;gap:18px;align-items:start;padding:22px 0;border-top:1px solid rgba(16,33,42,.12)}.process-item:last-child{border-bottom:1px solid rgba(16,33,42,.12)}.process-item>span{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:999px;color:var(--primary-dark);background:var(--mint);font-size:.84rem;font-weight:900}.process-item h3{color:var(--primary-dark);font-size:1.12rem}.process-item p{margin:8px 0 0;color:var(--muted);line-height:1.62}.panel{padding:10px;border:1px solid rgba(7,89,133,.1);border-radius:8px;background:rgba(255,255,255,.58);box-shadow:var(--shadow-soft)}.check-list{display:grid;grid-gap:0;gap:0;margin:0;padding:0;list-style:none}.check-list li{min-height:62px;padding:17px 18px 17px 48px;position:relative;color:#405765;font-size:.95rem;line-height:1.55}.check-list li+li{border-top:1px solid rgba(7,89,133,.1)}.check-list li:before{content:"";position:absolute;left:17px;top:22px;width:10px;height:10px;border-radius:50%;background:var(--spruce);box-shadow:0 0 0 6px rgba(29,107,93,.12)}.cta-band{position:relative;overflow:hidden;color:var(--primary-dark);background:#ffffff;border-top:1px solid rgba(16,33,42,.08)}.cta-band:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(169,221,211,.2),transparent 42%),linear-gradient(300deg,rgba(241,196,91,.2),transparent 38%);pointer-events:none}.cta-inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:28px;gap:28px;align-items:center;min-height:188px;padding:42px 0}.cta-copy{max-width:610px}.cta-inner h2{color:var(--primary-dark);font-size:clamp(1.7rem,2.8vw,2.45rem);line-height:1.05}.cta-copy>p:not(.eyebrow){max-width:620px;margin:14px 0 0;color:#50666b;line-height:1.72}.cta-details{display:grid;grid-gap:10px;gap:10px;min-width:218px}.cta-details span{display:inline-flex;align-items:center;gap:10px;color:#244250;font-size:.94rem;font-weight:800;line-height:1.35}.cta-details span:before{content:"";width:9px;height:9px;border-radius:999px;background:var(--spruce);box-shadow:0 0 0 5px rgba(29,107,93,.12)}.site-footer{color:#e8f4f7;background:#0b1b22}.footer-shell{padding:48px 0 24px}.footer-main{display:grid;grid-template-columns:minmax(260px,1.25fr) minmax(140px,.6fr) minmax(250px,1fr) minmax(210px,.85fr);grid-gap:48px;gap:48px;align-items:start}.footer-intro{max-width:390px}.footer-brand{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;margin-bottom:18px}.footer-brand img{width:112px;height:auto;object-fit:contain}.footer-intro p{margin:0;color:rgba(232,244,247,.76);font-size:.95rem;line-height:1.65}.footer-column{display:flex;flex-direction:column;gap:10px}.site-footer h3{margin:0 0 10px;color:#ffffff;font-size:.78rem;font-weight:900;letter-spacing:0;line-height:1.15;text-transform:uppercase}.site-footer p{margin:0}.footer-link,.footer-whatsapp-link{display:inline-flex;align-items:center;gap:9px;width:-moz-fit-content;width:fit-content;color:rgba(255,255,255,.86);font-size:.9rem;font-weight:650;line-height:1.45;transition:color .18s ease,transform .18s ease}.footer-link-icon{width:15px;height:15px;color:var(--mint)}.footer-link:hover,.footer-whatsapp-link:hover{color:var(--mint);transform:translateX(3px)}.footer-link:hover .footer-link-icon{transform:translateX(2px)}.footer-whatsapp{display:flex;flex-direction:column;gap:9px;margin-top:4px}.footer-whatsapp-link .whatsapp-icon{width:17px;height:17px;flex:0 0 17px;color:var(--mint)}.footer-business p{display:grid;grid-gap:3px;gap:3px;color:rgba(255,255,255,.86);font-size:.9rem;font-weight:650;line-height:1.45}.footer-business p+p{margin-top:4px}.footer-business span{color:var(--mint);font-size:.76rem;font-weight:900;text-transform:uppercase}.copyright{margin:0;font-size:.8rem}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.footer-credit{margin:0;font-size:.8rem;color:rgba(232,244,247,.72)}.footer-credit a{color:#ffffff;font-weight:800;transition:color .18s ease}.footer-credit a:hover{color:var(--mint)}.form-page{min-height:100vh;background:linear-gradient(120deg,rgba(245,248,246,.96),rgba(255,255,255,.92)),url(/bossy-hero-clean-interior.png) 100% /cover no-repeat}.form-wrap{padding:54px 0 78px}.contact-layout{display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:22px;gap:22px;align-items:stretch}.contact-intro,.form-card,.thanks-card{border:1px solid rgba(16,33,42,.1);border-radius:8px;background:var(--white);box-shadow:var(--shadow)}.contact-intro{display:flex;min-height:450px;flex-direction:column;justify-content:space-between;padding:32px;color:#fff;background:linear-gradient(145deg,rgba(6,47,62,.96),rgba(7,96,125,.86)),var(--primary-dark)}.contact-intro h1,.thanks-card h1{font-size:clamp(2rem,3.8vw,3.2rem);line-height:1.02}.contact-intro .eyebrow{color:var(--mint)}.contact-intro p{color:rgba(255,255,255,.8);line-height:1.65}.contact-lines{display:grid;grid-gap:14px;gap:14px;color:rgba(255,255,255,.88);font-weight:700}.form-card{padding:32px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px}.field{display:grid;grid-gap:9px;gap:9px}.field.full{grid-column:1/-1}.field label{color:#344c5b;font-size:.92rem;font-weight:800}.field input,.field textarea{width:100%;border:1px solid #cfdde5;border-radius:8px;background:#f9fcfd;color:var(--ink);outline:0;padding:13px 14px;transition:border .16s ease,box-shadow .16s ease,background .16s ease}.field textarea{min-height:150px;resize:vertical}.field input:focus,.field textarea:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px rgba(7,96,125,.14)}.thanks-card{max-width:760px;margin:56px auto 88px;padding:38px;text-align:center}.thanks-card p{color:var(--muted);font-size:1rem;line-height:1.65}@media (max-width:920px){.contact-layout,.cta-inner,.form-grid,.service-grid,.split{grid-template-columns:1fr}.hero{min-height:640px}.hero:before{background:linear-gradient(90deg,rgba(245,248,246,.98),rgba(245,248,246,.78)),linear-gradient(0deg,rgba(245,248,246,.98),rgba(245,248,246,0) 36%)}.hero-image{object-position:67% center}.intro-grid{grid-template-columns:1fr}.intro-grid div+div{border-top:1px solid rgba(16,33,42,.08);border-left:0}.footer-main{grid-template-columns:1fr 1fr;gap:44px 38px}.footer-intro{grid-column:1/-1;max-width:620px}}@media (max-width:640px){.shell{width:min(100% - 32px,1180px)}.site-header{position:relative}.nav{min-height:66px;gap:12px}.brand{gap:8px}.brand img{width:82px;height:54px}.brand span{display:none}.nav-links{gap:12px}.nav-links a:not(.button){display:none}.button{min-height:48px;padding:0 18px;font-size:.94rem}.nav-links .button{white-space:nowrap}.hero{min-height:640px}.hero-inner{align-items:end;padding:72px 0 92px}.hero-image{object-position:72% center}.hero h1{font-size:clamp(1.95rem,10.2vw,2.82rem)}.contact-intro p,.cta-inner p,.hero-copy,.section-head p,.thanks-card p{font-size:.95rem;line-height:1.62}.cta-actions,.hero-actions{align-items:stretch;flex-direction:column}.cta-actions .button,.hero-actions .button,.text-link{width:100%;justify-content:center}.intro-strip{margin-top:-44px}.intro-grid div{min-height:96px;padding:20px}.section{padding:56px 0}.section-head{margin-bottom:28px}.cta-inner h2,.section-head h2{font-size:clamp(1.72rem,9vw,2.35rem)}.contact-intro,.form-card,.service-card,.thanks-card{padding:22px}.service-card{min-height:0}.process-item{grid-template-columns:48px 1fr;gap:14px}.process-item>span{width:40px;height:40px}.cta-inner{min-height:0;gap:22px}.cta-details{min-width:0}.footer-shell{padding:38px 0 22px}.footer-main{grid-template-columns:1fr;gap:42px}.footer-intro{max-width:none}.footer-link,.footer-whatsapp-link{width:100%}.footer-bottom{align-items:flex-start;flex-direction:column;margin-top:28px}.form-wrap{padding:28px 0 48px}.contact-intro{min-height:auto;gap:32px}.contact-intro h1,.thanks-card h1{font-size:clamp(1.85rem,9vw,2.5rem)}.field input,.field textarea{padding:13px 14px}.thanks-card{margin:28px auto 50px}}