.Header-module__hBw1pG__header{border-bottom:1px solid var(--light-border);z-index:1000;background:#fff;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.Header-module__hBw1pG__logo{align-items:center;gap:.75rem;display:flex}.Header-module__hBw1pG__logoText{flex-direction:column;line-height:1.1;display:flex}.Header-module__hBw1pG__brand{font-size:1.5rem;font-weight:700;font-family:var(--font-heading);color:var(--navy);letter-spacing:-.02em}.Header-module__hBw1pG__sub{font-family:var(--font-body);letter-spacing:2px;color:var(--slate);text-transform:uppercase;font-size:.7rem}.Header-module__hBw1pG__nav{gap:2rem;display:flex}.Header-module__hBw1pG__link{color:var(--text-main);font-size:.95rem;font-weight:600}.Header-module__hBw1pG__link:hover{color:var(--teal)}.Header-module__hBw1pG__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__portalLink{color:var(--nav);font-size:.9rem;font-weight:600;text-decoration:underline}.Header-module__hBw1pG__portalLink:hover{color:var(--teal)}.Header-module__hBw1pG__hamburger{cursor:pointer;color:var(--navy);background:0 0;border:none;display:none}@media (max-width:900px){.Header-module__hBw1pG__nav{box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:all var(--transition-base);border-bottom:1px solid var(--light-border);background:#fff;flex-direction:column;gap:0;padding:2rem;position:fixed;top:65px;left:0;right:0;transform:translateY(-100%)}.Header-module__hBw1pG__nav.Header-module__hBw1pG__open{opacity:1;pointer-events:all;transform:translateY(0)}.Header-module__hBw1pG__nav a{border-bottom:1px solid var(--light-border);width:100%;padding:1rem}.Header-module__hBw1pG__actions{display:none}.Header-module__hBw1pG__hamburger{display:block}}
.Footer-module__S6Hkya__footer{background:var(--navy);color:#fff;padding:4rem 0 2rem}.Footer-module__S6Hkya__top{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}.Footer-module__S6Hkya__logo{font-family:var(--font-heading);letter-spacing:1px;font-size:1.25rem;font-weight:700}.Footer-module__S6Hkya__tagline{color:var(--teal);margin-top:.5rem;font-size:.9rem}.Footer-module__S6Hkya__linksCol h4{text-transform:uppercase;letter-spacing:1px;color:var(--slate);margin-bottom:1.5rem;font-size:.9rem}.Footer-module__S6Hkya__linksCol a{color:#fffc;margin-bottom:.75rem;font-size:.9rem;display:block}.Footer-module__S6Hkya__linksCol a:hover{color:#fff;text-decoration:underline}.Footer-module__S6Hkya__bottom{text-align:center;color:var(--slate);font-size:.85rem}.Footer-module__S6Hkya__brandCol{max-width:280px}.Footer-module__S6Hkya__footerLogo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.Footer-module__S6Hkya__logoText{flex-direction:column;line-height:1.1;display:flex}.Footer-module__S6Hkya__brandName{font-size:1.5rem;font-weight:700;font-family:var(--font-heading);color:var(--navy)}.Footer-module__S6Hkya__brandTag{color:var(--teal);letter-spacing:.15em;text-transform:uppercase;font-size:.65rem;font-weight:600}@media (max-width:900px){.Footer-module__S6Hkya__top{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:500px){.Footer-module__S6Hkya__top{grid-template-columns:1fr}}
.Hero-module__ZARIfG__hero{background:var(--off-white);align-items:center;min-height:90vh;padding:5rem 0;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__ZARIfG__badge{color:var(--teal);background:#146c631a;border-radius:100px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.Hero-module__ZARIfG__title{color:var(--navy);margin-bottom:1.5rem}.Hero-module__ZARIfG__desc{color:var(--slate);max-width:500px;margin-bottom:2rem;font-size:1.15rem}.Hero-module__ZARIfG__features{flex-direction:column;gap:.75rem;margin-bottom:2.5rem;display:flex}.Hero-module__ZARIfG__feature{color:var(--navy);align-items:center;gap:.75rem;font-weight:500;display:flex}.Hero-module__ZARIfG__icon{color:var(--teal)}.Hero-module__ZARIfG__actions{gap:1rem;display:flex}.Hero-module__ZARIfG__imageWrapper{position:relative}.Hero-module__ZARIfG__image{border-radius:var(--radius-md);width:100%;height:auto;box-shadow:var(--shadow-md)}.Hero-module__ZARIfG__floatCard{border-radius:var(--radius-md);box-shadow:var(--shadow-md);border-left:4px solid var(--teal);background:#fff;padding:1.5rem 2rem;animation:4s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute;bottom:-20px;left:-20px}.Hero-module__ZARIfG__floatLabel{color:var(--slate);margin-bottom:.25rem;font-size:.85rem;display:block}.Hero-module__ZARIfG__floatValue{color:var(--navy);font-size:1.75rem;font-weight:700;font-family:var(--font-heading);display:block}@keyframes Hero-module__ZARIfG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:900px){.Hero-module__ZARIfG__hero{text-align:center}.Hero-module__ZARIfG__container{grid-template-columns:1fr}.Hero-module__ZARIfG__features,.Hero-module__ZARIfG__actions{justify-content:center;align-items:center}.Hero-module__ZARIfG__floatCard{display:none}}
.Services-module__dpHhBa__services{background:#fff;position:relative;overflow:hidden}.Services-module__dpHhBa__header{text-align:center;max-width:700px;margin:0 auto 4rem}.Services-module__dpHhBa__label{color:var(--teal);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:block}.Services-module__dpHhBa__header h2{color:var(--navy);margin-bottom:1rem}.Services-module__dpHhBa__header p{color:var(--slate);font-size:1.1rem}.Services-module__dpHhBa__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Services-module__dpHhBa__card{border-radius:var(--radius-md);border:1px solid var(--light-border);background:#fff;padding:2.5rem 2rem;transition:all .3s}.Services-module__dpHhBa__card:hover{box-shadow:var(--shadow-md);border-color:var(--teal);transform:translateY(-5px)}.Services-module__dpHhBa__iconWrapper{background:var(--off-white);width:56px;height:56px;color:var(--teal);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:background .3s;display:flex}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__iconWrapper{background:var(--teal);color:#fff}.Services-module__dpHhBa__cardTitle{color:var(--navy);margin-bottom:1rem;font-size:1.25rem}.Services-module__dpHhBa__cardDesc{color:var(--slate);margin-bottom:1.5rem;font-size:.95rem}.Services-module__dpHhBa__learnMore{color:var(--teal);font-size:.9rem;font-weight:600}.Services-module__dpHhBa__learnMore:hover{text-decoration:underline}@media (max-width:900px){.Services-module__dpHhBa__grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Services-module__dpHhBa__grid{grid-template-columns:1fr}}
.TaxEstimator-module__s9yItG__section{background:var(--navy);color:#fff;padding:6rem 0}.TaxEstimator-module__s9yItG__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.TaxEstimator-module__s9yItG__label{color:var(--teal);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:block}.TaxEstimator-module__s9yItG__content h2{font-weight:700;font-family:var(--font-heading);margin-bottom:1.5rem}.TaxEstimator-module__s9yItG__desc{color:#94a3b8;margin-bottom:3rem;font-size:1.1rem;line-height:1.8}.TaxEstimator-module__s9yItG__benefits{border-top:1px solid #ffffff1a;gap:3rem;padding-top:2rem;display:flex}.TaxEstimator-module__s9yItG__benefit{flex-direction:column;display:flex}.TaxEstimator-module__s9yItG__benefit strong{color:var(--teal);font-size:2.5rem;font-family:var(--font-heading);margin-bottom:.5rem;line-height:1}.TaxEstimator-module__s9yItG__calculator{border-radius:var(--radius-md);color:var(--navy);background:#fff;padding:2rem;box-shadow:0 20px 40px #0003}.TaxEstimator-module__s9yItG__header{color:var(--teal);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.9rem;font-weight:700;display:flex}.TaxEstimator-module__s9yItG__inputs{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.TaxEstimator-module__s9yItG__inputGroup label{color:var(--slate);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.TaxEstimator-module__s9yItG__inputWrapper{align-items:center;display:flex;position:relative}.TaxEstimator-module__s9yItG__inputIcon{color:var(--slate);pointer-events:none;position:absolute;left:10px}.TaxEstimator-module__s9yItG__input{border:1px solid var(--light-border);border-radius:var(--radius-sm);width:100%;color:var(--navy);font-size:1rem;font-weight:600;font-family:var(--font-body);padding:.75rem .75rem .75rem 2.25rem}.TaxEstimator-module__s9yItG__input:focus{border-color:var(--teal);outline:none}.TaxEstimator-module__s9yItG__results{background:var(--off-white);border-radius:var(--radius-sm);margin-bottom:1.5rem;padding:1.5rem}.TaxEstimator-module__s9yItG__resultRow{color:var(--slate);justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:600;display:flex}.TaxEstimator-module__s9yItG__profitValue{color:var(--navy)}.TaxEstimator-module__s9yItG__divider{background:var(--light-border);height:1px;margin:1rem 0}.TaxEstimator-module__s9yItG__savingsBox{text-align:center}.TaxEstimator-module__s9yItG__savingsLabel{color:var(--teal);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.TaxEstimator-module__s9yItG__savingsValue{color:var(--navy);font-size:2.5rem;font-weight:700;font-family:var(--font-heading);margin-bottom:.5rem;line-height:1;display:block}.TaxEstimator-module__s9yItG__savingsNote{color:var(--slate);font-size:.75rem;font-style:italic;display:block}.TaxEstimator-module__s9yItG__actionBtn{background:var(--teal);color:#fff;border-radius:var(--radius-sm);cursor:pointer;width:100%;font-size:1rem;font-weight:700;font-family:var(--font-body);border:none;padding:1rem;transition:all .2s}.TaxEstimator-module__s9yItG__actionBtn:hover{background:#0e5c54;transform:translateY(-2px);box-shadow:0 4px 12px #146c6333}@media (max-width:900px){.TaxEstimator-module__s9yItG__wrapper{grid-template-columns:1fr;gap:3rem}.TaxEstimator-module__s9yItG__inputs{grid-template-columns:1fr}}
.about-module__8TymFG__hero{background:var(--teal);color:#fff;padding:6rem 0 4rem;position:relative;overflow:hidden}.about-module__8TymFG__hero h1{color:#fff;margin-bottom:1rem}.about-module__8TymFG__subtitle{opacity:.95;max-width:700px;font-size:1.25rem}.about-module__8TymFG__story{text-align:center;max-width:800px;margin:0 auto}.about-module__8TymFG__story h2{color:var(--navy);margin-bottom:2rem}.about-module__8TymFG__story p{color:var(--slate);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-module__8TymFG__valuesGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.about-module__8TymFG__valueCard{text-align:center;border-radius:var(--radius-md);border:1px solid var(--light-border);transition:all var(--transition-base);background:#fff;padding:2rem}.about-module__8TymFG__valueCard:hover{box-shadow:var(--shadow-md);border-color:var(--teal);transform:translateY(-4px)}.about-module__8TymFG__valueIcon{background:linear-gradient(135deg,var(--emerald),var(--teal));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;display:flex}.about-module__8TymFG__valueCard h3{color:var(--navy);margin-bottom:.75rem;font-size:1.2rem}.about-module__8TymFG__valueCard p{color:var(--slate);font-size:.95rem}@media (max-width:900px){.about-module__8TymFG__valuesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.about-module__8TymFG__valuesGrid{grid-template-columns:1fr}}
.portal-module__2iFjNW__hero{background:linear-gradient(135deg,var(--emerald),var(--teal));justify-content:center;align-items:center;min-height:80vh;padding:6rem 0;display:flex;position:relative}.portal-module__2iFjNW__loginCard{border-radius:var(--radius-lg);width:100%;max-width:480px;box-shadow:var(--shadow-lg);background:#fff;padding:3rem}.portal-module__2iFjNW__header{text-align:center;margin-bottom:2rem}.portal-module__2iFjNW__icon{color:var(--teal);margin-bottom:1rem}.portal-module__2iFjNW__header h1{color:var(--navy);margin-bottom:.5rem;font-size:2rem}.portal-module__2iFjNW__header p{color:var(--slate);font-size:.95rem}.portal-module__2iFjNW__form{flex-direction:column;gap:1.5rem;display:flex}.portal-module__2iFjNW__field{flex-direction:column;gap:.5rem;display:flex}.portal-module__2iFjNW__field label{color:var(--navy);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.portal-module__2iFjNW__field input{border:1px solid var(--light-border);border-radius:var(--radius-sm);font-size:1rem;font-family:var(--font-body);transition:all var(--transition-fast);padding:.75rem 1rem}.portal-module__2iFjNW__field input:focus{border-color:var(--teal);outline:none;box-shadow:0 0 0 3px #146c631a}.portal-module__2iFjNW__links{justify-content:space-between;font-size:.9rem;display:flex}.portal-module__2iFjNW__links a{color:var(--teal);font-weight:600}.portal-module__2iFjNW__links a:hover{text-decoration:underline}.portal-module__2iFjNW__note{background:var(--off-white);border-left:3px solid var(--teal);border-radius:var(--radius-sm);margin-top:2rem;padding:1rem}.portal-module__2iFjNW__note p{color:var(--slate);font-size:.85rem;line-height:1.6}.portal-module__2iFjNW__note strong{color:var(--navy)}@media (max-width:600px){.portal-module__2iFjNW__loginCard{padding:2rem}.portal-module__2iFjNW__links{text-align:center;flex-direction:column;gap:.5rem}}
.legal-module__0qBMDG__hero{background:var(--off-white);border-bottom:1px solid var(--light-border);padding:5rem 0 3rem}.legal-module__0qBMDG__hero h1{color:var(--navy);margin-bottom:.5rem}.legal-module__0qBMDG__hero p{color:var(--slate);font-size:.9rem}.legal-module__0qBMDG__content{max-width:800px;margin:0 auto}.legal-module__0qBMDG__content h2{color:var(--navy);margin-top:2.5rem;margin-bottom:1rem}.legal-module__0qBMDG__content p{color:var(--slate);margin-bottom:1rem;line-height:1.8}.legal-module__0qBMDG__content a{color:var(--teal);font-weight:600}
.services-module__g8J8Uq__hero{background:linear-gradient(135deg,var(--emerald),var(--teal));color:#fff;padding:6rem 0 4rem;position:relative;overflow:hidden}.services-module__g8J8Uq__hero h1{color:#fff;margin-bottom:1rem}.services-module__g8J8Uq__subtitle{opacity:.95;max-width:600px;font-size:1.125rem}.services-module__g8J8Uq__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.services-module__g8J8Uq__card{border-radius:var(--radius-md);border:1px solid var(--light-border);transition:all var(--transition-base);background:#fff;padding:2.5rem 2rem}.services-module__g8J8Uq__card:hover{box-shadow:var(--shadow-lg);border-color:var(--teal);transform:translateY(-6px)}.services-module__g8J8Uq__icon{background:linear-gradient(135deg,var(--emerald),var(--teal));color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.services-module__g8J8Uq__card h3{color:var(--navy);margin-bottom:.75rem;font-size:1.25rem}.services-module__g8J8Uq__card p{color:var(--slate);line-height:1.7}@media (max-width:900px){.services-module__g8J8Uq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.services-module__g8J8Uq__grid{grid-template-columns:1fr}}
.legal-module__BU2bvq__hero{background:var(--off-white);border-bottom:1px solid var(--light-border);padding:5rem 0 3rem}.legal-module__BU2bvq__hero h1{color:var(--navy);margin-bottom:.5rem}.legal-module__BU2bvq__hero p{color:var(--slate);font-size:.9rem}.legal-module__BU2bvq__content{max-width:800px;margin:0 auto}.legal-module__BU2bvq__content h2{color:var(--navy);margin-top:2.5rem;margin-bottom:1rem}.legal-module__BU2bvq__content p{color:var(--slate);margin-bottom:1rem;line-height:1.8}.legal-module__BU2bvq__content a{color:var(--teal);font-weight:600}
.Contact-module__hcVmEa__contact{background:var(--off-white)}.Contact-module__hcVmEa__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.Contact-module__hcVmEa__label{color:var(--teal);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:block}.Contact-module__hcVmEa__info h2{color:var(--navy);margin-bottom:1.5rem}.Contact-module__hcVmEa__desc{color:var(--slate);margin-bottom:3rem;font-size:1.1rem}.Contact-module__hcVmEa__methods{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.Contact-module__hcVmEa__method{align-items:flex-start;gap:1rem;display:flex}.Contact-module__hcVmEa__iconCircle{width:40px;height:40px;color:var(--teal);box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__method strong{color:var(--navy);margin-bottom:.25rem;font-size:.9rem;display:block}.Contact-module__hcVmEa__method p{color:var(--slate);font-size:.9rem}.Contact-module__hcVmEa__form{border-radius:var(--radius-md);box-shadow:var(--shadow-md);border-top:5px solid var(--teal);background:#fff;padding:2.5rem}.Contact-module__hcVmEa__form h3{color:var(--navy);margin-bottom:1.5rem;font-size:1.5rem}.Contact-module__hcVmEa__grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__select,.Contact-module__hcVmEa__textarea{border:1px solid var(--light-border);border-radius:var(--radius-sm);width:100%;font-size:.95rem;font-family:var(--font-body);color:var(--navy);padding:.85rem;transition:border-color .2s}.Contact-module__hcVmEa__textarea{margin-bottom:1.5rem}.Contact-module__hcVmEa__select{background-color:#fff;margin-bottom:1rem}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__select:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--teal);outline:none}@media (max-width:900px){.Contact-module__hcVmEa__wrapper{grid-template-columns:1fr;gap:3rem}}@media (max-width:500px){.Contact-module__hcVmEa__methods,.Contact-module__hcVmEa__grid{grid-template-columns:1fr}}
