:root{--navy:#082746;--navy-2:#103b63;--teal:#077382;--teal-dark:#0a5f6b;--teal-light:#89b3ba;--teal-soft:#e2eef0;--slate:#4f6477;--mist:#f5f8fa;--line:#d7e2ea;--white:#fff;--shadow:0 22px 60px #0827461f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--navy);background:var(--white);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.siteHeader{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #d7e2eae6;justify-content:space-between;align-items:center;gap:24px;padding:10px clamp(20px,5vw,72px);display:flex;position:sticky;top:0}.brandLink{flex:none;align-items:center;display:inline-flex}.headerLogo{width:clamp(140px,14vw,180px);height:auto;display:block}.mainNav{color:var(--navy);justify-content:flex-end;align-items:center;gap:clamp(14px,2vw,28px);font-size:.95rem;font-weight:700;display:flex}.mainNav a:not(.phoneButton){color:var(--slate)}.mainNav a:not(.phoneButton):hover,.mainNav a:not(.phoneButton):focus-visible{color:var(--navy)}.phoneButton,.primaryButton{border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:46px;font-weight:800;line-height:1.2;transition:transform .16s,background .16s,color .16s,border-color .16s;display:inline-flex}.phoneButton{color:var(--white);background:var(--navy);padding:12px 18px;box-shadow:0 10px 26px #08274624}.phoneButton:hover,.phoneButton:focus-visible,.primaryButton:hover,.primaryButton:focus-visible{background:var(--navy-2);transform:translateY(-1px)}main{overflow:hidden}.heroSection{background:radial-gradient(1100px 560px at 88% -12%, #0773821f, transparent 60%), linear-gradient(180deg, var(--mist), var(--white));flex-direction:column;gap:clamp(28px,3.5vw,40px);padding:clamp(21px,2.4vw,37px) clamp(20px,5vw,72px) clamp(36px,4.5vw,56px);display:flex;position:relative;overflow:hidden}.heroSection:before{content:"";pointer-events:none;background:repeating-linear-gradient(135deg,#0827460d 0 2px,#0000 2px 16px);width:460px;height:460px;position:absolute;top:-60px;right:-60px;-webkit-mask:radial-gradient(circle at 100% 0,#000,#0000 68%);mask:radial-gradient(circle at 100% 0,#000,#0000 68%)}.heroContent{width:100%;max-width:720px;position:relative}.eyebrow{color:var(--teal);text-transform:uppercase;margin:0;font-size:.82rem;font-weight:900}h1,h2,h3,p{overflow-wrap:anywhere}h1{color:var(--navy);letter-spacing:-.015em;margin:0 0 16px;font-size:clamp(2.2rem,4.8vw,3.7rem);line-height:1.05}h2{color:var(--navy);margin:10px 0 14px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.08}h3{color:var(--navy);margin:0;font-size:1.05rem;line-height:1.35}.heroText{max-width:540px;color:var(--slate);margin:0;font-size:clamp(1.05rem,1.6vw,1.22rem)}.heroActions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.btnIcon{justify-content:center;align-items:center;display:inline-flex}.btnIcon svg{width:19px;height:19px}.primaryButton{color:var(--white);background:var(--navy);gap:10px;padding:15px 22px;box-shadow:0 14px 34px #0827462e}.categoryPanel{border:1px solid var(--line);width:100%;box-shadow:var(--shadow);background:#ffffffeb;border-radius:20px;gap:clamp(18px,2.4vw,26px);padding:clamp(24px,3vw,40px);scroll-margin-top:96px;display:grid;position:relative}.categoryTitle{color:var(--navy);margin:0;font-size:clamp(1.25rem,2vw,1.6rem);line-height:1.18}.categoryGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.categoryBox{min-height:56px;color:var(--navy);background:var(--white);border:1px solid var(--line);border-radius:14px;align-items:center;gap:12px;padding:11px 14px;font-size:.92rem;font-weight:700;line-height:1.2;transition:border-color .16s,transform .16s,box-shadow .16s;display:flex}.categoryBox:hover{border-color:var(--teal);transform:translateY(-2px);box-shadow:0 10px 24px #08274614}.catIconWrap{background:var(--teal-soft);width:38px;height:38px;color:var(--teal);border-radius:10px;flex:none;justify-content:center;align-items:center;display:inline-flex}.catIconWrap svg{width:21px;height:21px}.trustRow{color:var(--slate);flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(20px,4vw,44px);font-size:.92rem;font-weight:700;display:flex}.trustItem{align-items:center;gap:9px;display:inline-flex}.trustItem svg{width:18px;height:18px;color:var(--teal)}.processSection{color:var(--white);background:linear-gradient(135deg, var(--navy), #123f66);padding:clamp(48px,6vw,80px) clamp(20px,5vw,72px)}.processSection .eyebrow{color:var(--teal-light)}.processSection h2{color:var(--white)}.sectionIntro{max-width:800px}.sectionIntro.narrow{max-width:680px}.sectionIntro p:not(.eyebrow){color:var(--slate);margin:0;font-size:1.08rem}.stepGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px;display:grid}.stepCard{background:var(--white);border:1px solid var(--line);border-radius:8px;gap:12px;min-height:145px;padding:24px;display:grid}.stepCard p{color:var(--slate);margin:0}.siteFooter{background:var(--white);border-top:1px solid var(--line);grid-template-columns:auto minmax(0,760px);align-items:center;gap:clamp(22px,4vw,48px);padding:34px clamp(20px,5vw,72px);scroll-margin-top:96px;display:grid}.footerLogo{width:clamp(130px,15vw,170px);height:auto;display:block}.siteFooter p{color:var(--slate);margin:0}.footerInfo{gap:12px;display:grid}.footerContact{color:var(--slate);flex-wrap:wrap;align-items:center;gap:8px 12px;font-size:.92rem;font-weight:700;display:flex}.footerContact a{color:var(--navy)}.footerContact a:hover,.footerContact a:focus-visible{color:var(--teal)}@media (max-width:1100px){.categoryGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:900px){.siteHeader{gap:14px;padding-block:8px}.mainNav a:not(.phoneButton){display:none}.categoryGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.stepGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.siteHeader{padding-inline:16px}.headerLogo{width:clamp(150px,42vw,176px)}.phoneButton{min-height:42px;padding:10px 14px;font-size:.9rem}.heroSection,.processSection,.siteFooter{padding-inline:16px}h1{font-size:clamp(2.1rem,9vw,3rem)}h2{font-size:clamp(1.8rem,9vw,2.4rem)}.heroActions{flex-direction:column;align-items:stretch}.primaryButton{width:100%}.categoryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.stepGrid,.siteFooter{grid-template-columns:1fr}}@media (max-width:430px){.categoryGrid{grid-template-columns:1fr}}
