:root{--navy:#062c68;--navy2:#031f4b;--green:#4a982a;--lime:#80c52b;--ink:#102341;--muted:#58667a;--line:#dbe3ea;--soft:#f3f7f8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:white;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12}h1{font-size:clamp(2.35rem,5vw,4.8rem);letter-spacing:-.045em}h2{font-size:clamp(1.75rem,3vw,2.65rem);letter-spacing:-.03em}h1 span,h2 span{color:var(--green)}.topline{background:var(--navy2);color:white;padding:.38rem max(5vw,1rem);display:flex;justify-content:space-between;font-size:.78rem}.topline div{display:flex;gap:1.5rem}.nav-wrap{max-width:1180px;margin:auto;height:92px;padding:0 1.25rem;display:flex;align-items:center;gap:2rem}.logo{width:190px;margin-right:auto}.logo img{height:62px;width:auto;object-fit:contain}.nav-wrap nav{display:flex;align-items:center;gap:1.35rem}.nav-wrap nav a{font-size:.78rem;font-weight:700;text-transform:uppercase;padding:2.25rem .2rem 1.9rem;border-bottom:3px solid transparent;white-space:nowrap}.nav-wrap nav a:hover,.nav-wrap nav a.active{color:var(--green);border-color:var(--green)}.portal{background:var(--navy);color:white;border-radius:4px;padding:.8rem 1rem;font-size:.76rem;font-weight:800;text-transform:uppercase;white-space:nowrap}.hero,.section,.page-hero,.about-hero,.contact-hero,.legal{max-width:1180px;margin:auto}.home-hero{display:grid;grid-template-columns:1.05fr 1fr;background:linear-gradient(110deg,#f9fbfd 0%,#f3f7fa 50%,#fff 50%);min-height:480px}.hero-copy{padding:4.2rem 2.5rem 2.2rem 3.2rem}.hero-copy>p:not(.eyebrow){max-width:610px;font-size:1.06rem;color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:.76rem;font-weight:800;color:var(--green);margin-bottom:.75rem}.actions{display:flex;gap:.9rem;margin:2rem 0}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--green);border-radius:3px;padding:.85rem 1.25rem;font-size:.76rem;text-transform:uppercase;font-weight:800;letter-spacing:.025em;cursor:pointer}.button.primary{background:var(--green);color:white}.button.primary:hover{background:#397d1f}.button.secondary{color:var(--green);background:white}.button.small{padding:.65rem .85rem;font-size:.69rem}.hero-photo{width:100%;height:100%;min-height:480px;object-fit:cover;object-position:center}.trust-bar{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem 1rem;margin-top:2rem;font-size:.73rem;font-weight:700}.mission{max-width:1180px;margin:auto;background:var(--navy);color:white;display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:1.2rem 3rem;gap:1.2rem}.mission-icon{font-size:2.5rem;color:var(--lime)}.mission p{max-width:570px;margin:0}.rating{border-left:1px solid #55749b;padding-left:2rem;display:grid;grid-template-columns:auto auto;gap:.1rem .5rem}.rating span{color:#ffc400}.rating small{grid-column:1/3}.section{padding:5.2rem 2rem}.center{text-align:center}.section-lead{max-width:700px;margin:0 auto 2.3rem;color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.service-card{border:1px solid var(--line);border-radius:8px;padding:1.4rem;background:white;box-shadow:0 8px 26px rgba(7,44,104,.04);text-align:left}.service-head{display:flex;gap:1rem}.service-icon{width:48px;height:48px;flex:0 0 48px;border-radius:50%;display:grid;place-items:center;background:#eef7ea;color:var(--green);font-size:1.5rem}.service-card h3{font-size:1.1rem;margin:.25rem 0 .45rem;color:var(--navy)}.service-card p{font-size:.85rem;color:var(--muted)}.service-card ul{list-style:none;padding:0;margin:1rem 0 0;border-top:1px solid var(--line);padding-top:.8rem}.service-card li{font-size:.8rem;padding:.35rem 0 .35rem 1.05rem;position:relative}.service-card li:before{content:"✓";color:var(--green);position:absolute;left:0;font-weight:bold}.service-card>a{font-size:.78rem;color:var(--navy);font-weight:800}.compact .service-card{min-height:190px}.compact .service-card>a{display:block;margin-top:1rem}.spaced{margin-top:2.5rem}.soft{background:var(--soft)}.trust-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem;align-items:center}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.feature-grid article{background:white;border-left:3px solid var(--green);padding:1.25rem}.feature-grid p{color:var(--muted);font-size:.85rem;margin:.4rem 0 0}.page-hero{padding:4.5rem 5rem;background:linear-gradient(110deg,#f4f7fb,#eef6e9);position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:340px;height:340px;border:1px solid #bdd0b6;border-radius:50%;right:-80px;top:-170px}.page-hero h1{font-size:clamp(2.6rem,5vw,4rem);max-width:820px;margin-bottom:1rem}.page-hero>p:last-child{max-width:650px;color:var(--muted)}.pricing-note{font-size:.78rem;font-style:italic;text-align:center;max-width:1020px;margin:1.5rem auto}.cta-band{margin-top:3.5rem;background:var(--navy);color:white;padding:2rem 2.5rem;display:flex;align-items:center;justify-content:space-between}.cta-band h2{font-size:1.6rem;margin-bottom:.2rem}.cta-band p{margin:0;color:#d9e7f5}.about-hero{display:grid;grid-template-columns:1fr 1.4fr;background:var(--soft)}.about-hero img{height:400px;width:100%;object-fit:cover;object-position:20% center}.about-hero>div{padding:4.5rem}.about-hero h1{font-size:clamp(2.4rem,4.5vw,4rem)}.about-grid{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:3rem}.about-grid article+article{border-left:1px solid var(--line);padding-left:3rem}.about-grid h2{font-size:1.75rem}.about-grid p,.plain-list{font-size:.9rem;color:#33435a}.plain-list{padding-left:1.2rem}.plain-list li{margin:.55rem 0}.text-link{display:block;border:1px solid var(--green);padding:.75rem;color:var(--green);font-weight:700;margin-top:1.5rem}.about-grid blockquote{border:1px solid #b9d1ae;border-left:4px solid var(--green);padding:1.2rem;margin:2rem 0 0;color:#246210;background:#fbfdf9}.values p{border-bottom:1px solid var(--line);padding:.55rem 0;margin:0}.student{display:grid;grid-template-columns:.75fr 1.25fr;gap:4rem}.resource-title{text-align:center;font-size:1rem;color:var(--green);margin:0 auto 1rem}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3rem}.resource-card{display:flex;gap:1rem;border:1px solid var(--line);padding:1.2rem;border-radius:6px}.resource-mark{width:58px;height:58px;flex:0 0 58px;display:grid;place-items:center;background:#edf3fa;color:var(--navy);font-weight:900;border-radius:4px}.resource-card h3{font-size:1rem;margin:.15rem 0 .4rem}.resource-card p{font-size:.8rem;color:var(--muted);margin-bottom:.55rem}.resource-card a{font-size:.75rem;color:var(--green);font-weight:bold}.partner-strip{background:var(--soft);padding:1.5rem;display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:1rem;align-items:center}.partner-strip h2{font-size:1.15rem}.partner-strip p{font-size:.8rem;margin:0}.partner-strip span{text-align:center;font-size:.75rem;border-left:1px solid var(--line)}.partner-strip small{display:block;color:var(--green)}.external-note{font-size:.75rem;margin-top:1rem;color:var(--muted)}.contact-hero{display:grid;grid-template-columns:.8fr 1.2fr;gap:5rem;padding:5rem;background:var(--soft)}.contact-hero>div>p:not(.eyebrow){color:var(--muted)}.contact-details{display:flex;flex-direction:column;gap:.5rem;color:var(--green);font-weight:bold;margin-top:2rem}.contact-hero form{background:white;padding:2rem;border:1px solid var(--line);box-shadow:0 14px 40px rgba(6,44,104,.08)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}label{font-size:.78rem;font-weight:700;display:block;margin-bottom:1rem}input,select,textarea{width:100%;padding:.8rem;margin-top:.35rem;border:1px solid #bdc8d3;border-radius:3px;font:inherit;background:white}textarea{resize:vertical}.secure-note{font-size:.75rem;background:#eef5fb;border-left:3px solid var(--navy);padding:.8rem;margin-bottom:1.2rem}.office-section{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:3rem}.office-section article{background:white;padding:1.5rem;border:1px solid var(--line)}.legal{padding:5rem 2rem;max-width:850px}.legal h1{font-size:3rem}.legal h2{font-size:1.4rem;margin-top:2rem}footer{max-width:1180px;margin:auto;background:#f5f8fa;border-top:1px solid var(--line)}.footer-main{display:grid;grid-template-columns:1.1fr .9fr 1fr 1fr 1.05fr;padding:2.2rem;gap:1.7rem}.footer-main h3{font-size:.9rem;color:var(--navy)}.footer-main p,.footer-main a{display:block;font-size:.75rem;line-height:1.6}.footer-main>div+div{border-left:1px solid var(--line);padding-left:1.5rem}.footer-brand img{width:145px;height:52px;object-fit:contain}.direction{color:var(--green);font-weight:bold;margin-top:.6rem}.footer-bottom{display:flex;justify-content:space-between;background:var(--navy2);color:white;padding:.8rem 2rem;font-size:.68rem}.footer-bottom div{display:flex;gap:1.5rem}
@media(max-width:900px){.topline>span{display:none}.topline{justify-content:center}.nav-wrap{height:auto;flex-wrap:wrap;padding:1rem}.logo{width:150px}.nav-wrap nav{order:3;width:100%;overflow-x:auto;gap:1.1rem}.nav-wrap nav a{padding:.75rem 0}.home-hero,.about-hero,.contact-hero{grid-template-columns:1fr}.hero-copy{padding:3rem 1.5rem}.hero-photo{min-height:300px}.mission{grid-template-columns:auto 1fr}.rating{grid-column:1/3;border-left:0;border-top:1px solid #55749b;padding:1rem 0 0}.service-grid{grid-template-columns:repeat(2,1fr)}.trust-section,.student{grid-template-columns:1fr;gap:2rem}.about-grid{grid-template-columns:1fr}.about-grid article+article{border:0;padding:0}.resource-grid{grid-template-columns:1fr 1fr}.partner-strip{grid-template-columns:1fr 1fr}.office-section{grid-template-columns:1fr 1fr}.office-section>div{grid-column:1/3}.footer-main{grid-template-columns:1fr 1fr}.footer-main>div+div{border-left:0;padding-left:0}.footer-brand{grid-column:1/3}}
@media(max-width:600px){h1{font-size:2.45rem}.topline div{gap:.8rem;font-size:.68rem}.nav-wrap{justify-content:space-between}.portal{padding:.65rem .7rem}.nav-wrap nav a{font-size:.7rem}.home-hero{display:flex;flex-direction:column-reverse}.hero-photo{height:250px;min-height:250px}.trust-bar{grid-template-columns:1fr}.mission{padding:1.2rem}.section,.page-hero,.contact-hero,.legal{padding:3.5rem 1.25rem}.service-grid,.resource-grid,.form-grid,.feature-grid{grid-template-columns:1fr}.about-hero{display:flex;flex-direction:column}.about-hero img{height:290px}.about-hero>div{padding:2rem 1.25rem}.cta-band{align-items:flex-start;gap:1.5rem;flex-direction:column}.partner-strip,.office-section{grid-template-columns:1fr}.office-section>div{grid-column:auto}.contact-hero{gap:2rem}.contact-hero form{padding:1.2rem}.footer-main{grid-template-columns:1fr;padding:1.5rem}.footer-brand{grid-column:auto}.footer-bottom{gap:1rem;flex-direction:column}.actions{flex-direction:column}.button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.brand-lockup,.footer-logo{display:flex;align-items:center;gap:.55rem}.brand-lockup img{height:58px;width:88px;object-fit:contain}.brand-lockup span,.footer-logo span{display:flex;flex-direction:column;line-height:1}.brand-lockup b,.footer-logo b{font-size:1.5rem;letter-spacing:.02em;color:var(--navy)}.brand-lockup small,.footer-logo small{font-size:.58rem;text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem;white-space:nowrap}.logo{width:215px}.logo>img{display:none}.service-icon{overflow:hidden;background:white}.service-icon img{width:100%;height:100%;object-fit:cover}.hero-photo{object-position:center 18%}.about-hero img{height:440px;object-position:center 16%}.footer-logo{margin-bottom:.75rem}.footer-logo img{width:72px;height:48px;object-fit:contain}.reviews-link{grid-column:1/3;color:var(--green);font-weight:800;font-size:.76rem;margin-top:.2rem}.reviews-link:hover{text-decoration:underline}
.carousel{max-width:1180px;margin:auto;position:relative}.carousel .hero-copy{animation:carousel-in .45s ease}.carousel-controls{position:absolute;left:0;right:0;bottom:1rem;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;pointer-events:none}.carousel-controls button{pointer-events:auto;border:1px solid rgba(6,44,104,.18);background:rgba(255,255,255,.92);color:var(--navy);width:36px;height:36px;border-radius:50%;cursor:pointer;font-weight:900}.carousel-controls>div{display:flex;gap:.45rem}.carousel-controls>div button{width:9px;height:9px;padding:0;background:#c7d1dc;border:0}.carousel-controls>div button.active{background:var(--green);transform:scale(1.25)}@keyframes carousel-in{from{opacity:.25;transform:translateX(12px)}to{opacity:1;transform:none}}
body,input,select,textarea,button{font-family:"Trebuchet MS","Avenir Next","Segoe UI",Arial,sans-serif}h1,h2,h3{font-family:"Trebuchet MS","Avenir Next","Segoe UI",Arial,sans-serif;font-weight:700;letter-spacing:-.025em}.nav-wrap nav a,.button,.portal,.eyebrow{font-family:"Trebuchet MS","Avenir Next","Segoe UI",Arial,sans-serif;font-weight:700}
.carousel.photo-free .home-hero{display:block;min-height:390px;background:radial-gradient(circle at 88% 20%,rgba(128,197,43,.16),transparent 24%),linear-gradient(110deg,#f8fafc,#eef4f8)}.carousel.photo-free .hero-copy{max-width:820px;padding:3.5rem 4.2rem 1.6rem}.carousel.photo-free .hero-copy h1{max-width:760px}.carousel.photo-free .hero-copy>p:not(.eyebrow){max-width:670px}.carousel.photo-free .trust-bar{max-width:760px}.brand-lockup img{width:110px;height:64px}.footer-logo img{width:88px;height:56px}
/* Full-width, compact page system */
.nav-wrap,.hero,.section,.page-hero,.about-hero,.contact-hero,.mission,footer,.carousel{width:100%;max-width:none}.nav-wrap{padding-inline:clamp(1.25rem,4vw,4.5rem);height:78px}.nav-wrap nav a{padding:1.8rem .2rem 1.5rem}.brand-lockup img{height:52px;width:92px}.section{padding:2.4rem clamp(1.25rem,5vw,5rem)}.page-hero{padding:2.5rem clamp(1.25rem,5vw,5rem)}.page-hero h1{font-size:clamp(2.2rem,4vw,3.25rem);margin-bottom:.6rem}.page-hero>p:last-child{margin-bottom:0}.carousel.photo-free .home-hero{min-height:305px}.carousel.photo-free .hero-copy{padding:2.4rem clamp(1.25rem,5vw,5rem) 1.25rem;max-width:1000px}.carousel .hero-copy h1{font-size:clamp(2.35rem,4vw,3.2rem)}.carousel .actions{margin:.9rem 0 1rem}.carousel.photo-free .trust-bar{max-width:900px;margin-top:.7rem;padding-top:.7rem}.mission{padding:.75rem clamp(1.25rem,5vw,5rem)}.mission-icon{font-size:2rem}.service-grid{gap:.75rem}.service-card{padding:.95rem}.compact .service-card{min-height:145px}.service-icon{width:42px;height:42px;flex-basis:42px}.service-card h3{font-size:1rem}.service-card p{font-size:.78rem;margin-bottom:.35rem}.service-card ul{margin-top:.55rem;padding-top:.45rem}.service-card li{padding-block:.23rem;font-size:.75rem}.spaced{margin-top:1.25rem}.trust-section{gap:2rem}.feature-grid article{padding:.9rem}.about-hero img{height:310px}.about-hero>div{padding:2.5rem clamp(1.25rem,4vw,4rem)}.about-grid{gap:1.5rem}.about-grid article+article{padding-left:1.5rem}.about-grid p,.plain-list{font-size:.82rem}.student{gap:2rem}.resource-grid{gap:.7rem;margin-bottom:1.4rem}.resource-card{padding:.85rem}.partner-strip{padding:1rem}.contact-hero{padding:2.5rem clamp(1.25rem,5vw,5rem);gap:2.5rem}.contact-hero form{padding:1.25rem}.office-section{gap:1.5rem}.footer-main{padding:1.25rem clamp(1.25rem,4vw,4rem);gap:1.1rem}.footer-brand img{height:42px}.footer-main p{margin-bottom:.4rem}.footer-bottom{padding:.55rem clamp(1.25rem,4vw,4rem)}
@media(min-width:901px){main{min-height:calc(100vh - 78px)}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.resource-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.resource-card{min-width:0}.resource-mark{width:46px;height:46px;flex-basis:46px}.footer-main{grid-template-columns:1.1fr .85fr 1fr 1fr 1fr}}
@media(max-width:600px){.nav-wrap{height:auto}.section{padding-block:2.25rem}.carousel.photo-free .hero-copy{padding:2rem 1.25rem 1.5rem}.carousel.photo-free .home-hero{min-height:0}.page-hero{padding-block:2.25rem}}
.rating{position:relative;padding-left:4.8rem}.rating:before{content:"";position:absolute;left:1.6rem;top:50%;width:28px;height:28px;transform:translateY(-50%);background:url('/google-icon.png') center/contain no-repeat}.reviews-link{display:flex;align-items:center;gap:.5rem}.reviews-link:before{content:"";width:20px;height:20px;flex:0 0 20px;background:url('/google-icon.png') center/contain no-repeat}
.header-contact{display:flex;align-items:center;gap:1.2rem;white-space:nowrap}.header-contact a{font-size:.68rem;font-weight:700;color:var(--navy)}.nav-wrap{gap:1.2rem}.nav-wrap .logo{margin-right:auto}.nav-wrap nav{gap:1.15rem}.nav-wrap nav a{font-size:.68rem}.portal{font-size:.68rem;padding:.7rem .9rem}@media(max-width:1050px){.header-contact{order:4;width:100%;justify-content:center;border-top:1px solid var(--line);padding-top:.55rem}.nav-wrap{height:auto;flex-wrap:wrap;padding-block:.65rem}.nav-wrap nav{order:3;width:100%;justify-content:center}.portal{margin-left:auto}}@media(max-width:600px){.header-contact{flex-direction:column;gap:.25rem}.nav-wrap nav{justify-content:flex-start;overflow-x:auto}}
.carousel .home-hero{grid-template-columns:54% 46%;min-height:390px;background:linear-gradient(110deg,#f8fafc 0%,#f3f5f8 54%,#fff 54%)}.carousel .hero-copy{padding:3rem 2.9rem 1.4rem}.carousel .hero-copy h1{font-size:clamp(2.45rem,4.2vw,3.55rem);max-width:610px;margin-bottom:.75rem;line-height:1.08}.carousel .hero-copy>p:not(.eyebrow){font-size:.9rem;line-height:1.45;max-width:560px}.carousel .actions{margin:1.25rem 0 1.45rem}.carousel .button{padding:.72rem 1.05rem;font-size:.7rem}.carousel .trust-bar{grid-template-columns:repeat(4,1fr);gap:.55rem;margin-top:1.1rem;border-top:1px solid #e0e6ec;padding-top:1rem}.carousel .trust-bar span{font-size:.64rem;line-height:1.25}.carousel .reviews-link{display:none}.portrait-panel{min-height:390px;overflow:hidden;background:#f8f7f8}.carousel .hero-photo{height:390px;min-height:390px;width:100%;object-fit:cover;object-position:center 14%}@media(max-width:900px){.carousel .home-hero{grid-template-columns:1fr}.portrait-panel{min-height:340px}.carousel .hero-photo{height:340px;min-height:340px}.carousel .trust-bar{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.carousel .home-hero{display:flex;flex-direction:column-reverse}.carousel .hero-copy{padding:2rem 1.25rem 1.5rem}.carousel .hero-copy h1{font-size:2.25rem}.portrait-panel{min-height:290px}.carousel .hero-photo{height:290px;min-height:290px}.carousel .trust-bar{grid-template-columns:1fr 1fr}.carousel .actions{flex-direction:column}}
.page-hero{color:white;background:linear-gradient(110deg,#062c68 0%,#0a3b7a 58%,#123e70 100%)}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(125deg,transparent 0 62%,rgba(128,197,43,.12) 62% 63%,transparent 63%);pointer-events:none}.page-hero .eyebrow{color:#9bdb51}.page-hero h1{position:relative}.page-hero h1 span{color:#9bdb51}.page-hero>p:last-child{position:relative;color:#eef5ff}.page-hero:after{border-color:rgba(155,219,81,.28)}.resource-mark{background:white;overflow:hidden}.resource-mark img{width:100%;height:100%;object-fit:contain}
@media(min-width:1051px){.nav-wrap{display:grid;grid-template-columns:110px minmax(450px,1fr) auto auto;align-items:center;column-gap:1.5rem}.nav-wrap .logo{margin:0;width:110px}.nav-wrap nav{justify-content:center;justify-self:center}.header-contact{justify-self:end}.portal{justify-self:end}}
@media(max-width:1050px){.nav-wrap{display:flex}}
.nav-wrap nav a{font-size:1.36rem;line-height:1;font-weight:700}.nav-wrap nav{gap:1.65rem}@media(min-width:1051px){.nav-wrap{height:106px;grid-template-columns:120px minmax(650px,1fr) auto auto}.nav-wrap nav a{padding:2.55rem .2rem 2.2rem}}@media(max-width:1250px) and (min-width:1051px){.nav-wrap nav a{font-size:1.05rem}.nav-wrap nav{gap:1rem}.nav-wrap{grid-template-columns:105px minmax(520px,1fr) auto auto;column-gap:.8rem}.header-contact{gap:.65rem}.header-contact a{font-size:.6rem}}@media(max-width:1050px){.nav-wrap nav a{font-size:1rem}}
/* Readability floor: comfortable at 100% zoom */
.about-hero>div{color:white;background:linear-gradient(110deg,#062c68,#0b3b78)}.about-hero>div .eyebrow{color:#9bdb51}.about-hero>div h1{color:white}.about-hero>div h1 span{color:#9bdb51}.about-hero>div>p:last-child{color:#eef5ff}
.about-hero{background:#f7f8fa}.about-hero img{height:310px;object-fit:contain;object-position:center center;padding:1rem 2rem;background:linear-gradient(135deg,#f8f8fa,#eef1f5)}@media(max-width:600px){.about-hero img{height:320px;padding:.75rem 1rem;object-fit:contain}}
.portal{font-size:0;gap:.6rem}.portal:before{content:"";width:13px;height:11px;border:2px solid white;border-radius:2px;display:inline-block;position:relative;background:linear-gradient(white,white) center 5px/2px 4px no-repeat;box-shadow:0 -6px 0 -3px transparent}.portal:after{content:"Client Login";font-size:.9rem;line-height:1}.portal{position:relative}.portal:before{clip-path:polygon(0 22%,18% 22%,18% 0,82% 0,82% 22%,100% 22%,100% 100%,0 100%)}
.carousel.photo-free .home-hero{color:white;background:radial-gradient(circle at 88% 20%,rgba(155,219,81,.16),transparent 25%),linear-gradient(110deg,#062c68,#0b3b78)}.carousel.photo-free .hero-copy>p:not(.eyebrow){color:#eef5ff}.carousel.photo-free .eyebrow{color:#9bdb51}.carousel.photo-free .hero-copy h1{color:white}.carousel.photo-free .hero-copy h1 span{color:#9bdb51}.carousel.photo-free .trust-bar{border-color:rgba(255,255,255,.24);color:white}.carousel.photo-free .button.secondary{background:white;color:var(--green)}.contact-hero{color:white;background:linear-gradient(110deg,#062c68,#0b3b78)}.contact-hero>div .eyebrow{color:#9bdb51}.contact-hero>div h1{color:white}.contact-hero>div h1 span{color:#9bdb51}.contact-hero>div>p:not(.eyebrow){color:#eef5ff}.contact-details a{color:#b7ea7e}.legal>h1{color:white;background:linear-gradient(110deg,#062c68,#0b3b78);padding:1.5rem 2rem;margin:-2rem -2rem 2rem}
body{font-size:16px}.eyebrow{font-size:.9rem}.hero-copy>p:not(.eyebrow),.page-hero>p:last-child,.section-lead{font-size:1rem}.button,.portal{font-size:.9rem}.header-contact a{font-size:.9rem}.service-card h3{font-size:1.12rem}.service-card p,.service-card li,.service-card>a{font-size:.92rem}.compact .service-card{min-height:170px}.feature-grid p,.about-grid p,.plain-list,.resource-card p,.partner-strip p{font-size:.92rem}.resource-card h3{font-size:1rem}.resource-card a,.external-note,.pricing-note{font-size:.88rem}.contact-hero>div>p:not(.eyebrow){font-size:1rem}label{font-size:.95rem}.secure-note{font-size:.88rem}.footer-main h3{font-size:1rem}.footer-main p,.footer-main a{font-size:.88rem}.footer-bottom{font-size:.82rem}.trust-bar,.carousel .trust-bar span{font-size:.82rem}.rating small{font-size:.82rem}@media(max-width:1250px) and (min-width:1051px){.header-contact a{font-size:.78rem}.nav-wrap nav a{font-size:1rem}.portal{font-size:.78rem}}@media(max-width:600px){body{font-size:16px}.button{font-size:.9rem}.footer-main p,.footer-main a{font-size:.92rem}}
.nav-wrap nav a{font-size:1.05rem!important}
.about-hero{display:block;background:linear-gradient(110deg,#062c68,#0b3b78)}
.about-hero>img{display:none}
.about-hero>div{width:100%;max-width:none;padding:3rem clamp(1.25rem,7vw,7rem)}
@media(max-width:1250px) and (min-width:1051px){.nav-wrap nav a{font-size:.92rem!important}}
@media(max-width:1050px){.nav-wrap nav a{font-size:.95rem!important}}
.blog-post>header{padding:3rem clamp(1.25rem,7vw,7rem);color:white;background:linear-gradient(110deg,#062c68,#0b3b78)}
.blog-post>header .eyebrow,.blog-post>header h2{color:#9bdb51}
.blog-post>header h1{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:.4rem}
.blog-post>header>p:last-child{max-width:850px;font-size:1.05rem;color:#eef5ff}
.blog-body{padding:2.5rem clamp(1.25rem,7vw,7rem);display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.blog-body>section{padding:1.4rem;border:1px solid var(--line);background:white}
.blog-body>section h2{font-size:1.35rem}.blog-body>section p{font-size:1rem;color:var(--muted)}
.blog-body aside{grid-column:1/4;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem 2rem;background:var(--soft)}
.blog-body aside h2,.blog-body aside p{margin:0}
@media(max-width:800px){.blog-body{grid-template-columns:1fr}.blog-body aside{grid-column:auto;align-items:flex-start;flex-direction:column}}
.portal{font-size:0!important}
.portal:after{font-size:.9rem!important}
.portal:before{display:none!important}

/* Crisp agency-specific marks for Government & Regulatory Resources */
.agency-mark{height:64px!important;width:74px!important;flex-basis:74px!important;border:1px solid #d7e0ea!important;border-radius:10px!important;background:#fff!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;line-height:1;box-shadow:0 4px 12px rgba(6,44,104,.08);overflow:hidden}
.agency-mark b{font-weight:900;letter-spacing:-.04em}.agency-mark small{font-size:.46rem;font-weight:800;letter-spacing:.08em;margin-top:.28rem;text-align:center;line-height:1.05}
.irs-mark{color:#18385f!important;border-top:5px solid #bb2026!important}.irs-mark b{font-family:Georgia,serif;font-size:1.7rem}.irs-mark small{color:#334e6d;letter-spacing:0;text-transform:uppercase}
.irs-account-mark{background:#123b70!important;color:#fff!important;display:grid!important;grid-template-columns:22px auto;grid-template-rows:auto auto;column-gap:.28rem}.irs-account-mark .agency-lock{grid-row:1/3;width:20px;height:24px;border:2px solid white;border-radius:3px;font-size:0;position:relative}.irs-account-mark .agency-lock:before{content:"";position:absolute;width:10px;height:9px;border:2px solid white;border-bottom:0;border-radius:8px 8px 0 0;left:3px;top:-10px}.irs-account-mark b{font-family:Georgia,serif;font-size:1.35rem}.irs-account-mark small{margin:0;color:#dcecff;font-size:.42rem}
.state-tax-mark{background:linear-gradient(145deg,#0d3b72,#1e6299)!important;color:white!important}.state-map{width:43px;height:28px;display:grid;place-items:center;background:white;color:#174d7f;font-size:.72rem;font-weight:900;clip-path:polygon(0 20%,12% 15%,15% 3%,30% 10%,42% 0,57% 12%,70% 8%,80% 20%,100% 25%,92% 54%,80% 56%,75% 90%,58% 82%,45% 100%,30% 78%,13% 82%,8% 60%,0 50%)}.state-tax-mark small{color:#dcecff;font-size:.42rem}
.colorado-mark{background:linear-gradient(#2366a2 0 32%,#fff 32% 68%,#d83732 68%)!important}.co-c{font-size:1.75rem;font-weight:900;color:#f4c542;text-shadow:-2px 0 #c9282d,0 2px #c9282d,2px 0 #c9282d,0 -2px #c9282d}.co-c i{font-size:.55rem;color:#f4c542;font-style:normal;vertical-align:.34rem;margin-left:-.72rem}.colorado-mark small{background:#fff;color:#173c64;padding:.15rem .25rem;border-radius:2px;margin-top:.1rem}
.pa-mark{background:#163c66!important;color:#fff!important}.keystone{width:38px;height:34px;background:#f5c64f;color:#163c66;font-weight:900;font-size:.8rem;display:grid;place-items:center;clip-path:polygon(15% 0,85% 0,100% 22%,86% 100%,14% 100%,0 22%)}.pa-mark small{color:#fff}
.usa-mark{background:#eef4fb!important;color:#173e73!important;flex-direction:row!important;gap:.35rem!important}.usa-mark b{font-size:1rem;letter-spacing:-.03em}.usa-star{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#c72b37;color:white;font-size:.85rem}
.aicpa-mark{color:#5b2377!important;flex-direction:row!important;gap:.32rem!important}.aicpa-symbol{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#7d348c,#3b1b68);color:white;font-family:Georgia,serif;font-size:1.2rem;font-weight:700}.aicpa-mark b{font-size:.95rem;letter-spacing:.01em}
.fasb-mark{color:#176a9b!important;flex-direction:row!important;gap:.25rem!important;background:#f7fbfe!important}.fasb-bars{font-size:1.55rem;font-weight:900;font-style:italic;line-height:1;color:#1f78a7;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:3px}.fasb-mark b{font-size:1rem;letter-spacing:-.02em}
.gao-mark{background:#f7f9fc!important;color:#15365d!important;display:grid!important;grid-template-columns:auto 12px;grid-template-rows:auto auto;column-gap:.1rem}.gao-mark b{font-family:Georgia,serif;font-size:1.35rem;font-style:italic;letter-spacing:-.08em}.gao-stars{color:#7091ae;font-size:.55rem;letter-spacing:-.1em;transform:rotate(-28deg)}.gao-mark small{grid-column:1/3;margin:0;color:#607991;font-size:.38rem;letter-spacing:.25em}
.nacpb-mark{color:#4d7e20!important;flex-direction:row!important;gap:.3rem!important}.nacpb-seal{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:3px double #8dbd36;color:#4d7e20;font-family:Georgia,serif;font-size:1rem;font-weight:900;background:#f8fbea}.nacpb-mark b{font-size:.78rem;letter-spacing:-.02em}
@media(max-width:600px){.agency-mark{width:68px!important;flex-basis:68px!important}}
@media(min-width:901px){.resource-grid.four-up{grid-template-columns:repeat(4,minmax(0,1fr))}}
