:root {
    --navy-950: #061f35; --navy-900: #092f4f; --navy-800: #0d3d61;
    --teal-700: #087e89; --teal-600: #0b98a2; --teal-100: #dff4f2;
    --gold-500: #e3ad32; --gold-400: #f2c65e; --cream: #f7f4ed;
    --white: #fff; --ink: #10283b; --muted: #5c6c78; --line: #dce4e8;
    --shadow-sm: 0 12px 32px rgba(6,31,53,.08); --shadow-lg: 0 28px 70px rgba(6,31,53,.16);
    --radius-md: 22px; --container: 1200px;
}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;color:var(--ink);background:#fff;font-family:"Source Sans 3",Arial,sans-serif;font-size:17px;line-height:1.65;overflow-x:hidden}body.menu-open{overflow:hidden}
img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}h1,h2,h3,p{margin-top:0}
h1,h2,h3{color:var(--navy-950);font-family:"Roboto",Arial,sans-serif;line-height:1.08;letter-spacing:-.035em}h1{font-size:clamp(3.15rem,6.5vw,6.25rem)}h2{font-size:clamp(2.4rem,4.5vw,4.15rem)}h3{font-size:1.45rem}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{padding:120px 0}
.skip-link{position:fixed;top:10px;left:10px;z-index:9999;padding:10px 16px;color:#fff;background:var(--navy-950);border-radius:8px;transform:translateY(-150%)}.skip-link:focus{transform:none}
.topbar{position:relative;z-index:1001;color:rgba(255,255,255,.84);background:var(--navy-950);font-size:.85rem}.topbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.topbar p{margin:0}.topbar i{margin-right:8px;color:var(--gold-400)}.topbar a{font-weight:600}.topbar a:hover{color:var(--gold-400)}
.site-header{position:absolute;top:38px;left:0;right:0;z-index:1000;color:#fff;border-bottom:1px solid rgba(255,255,255,.16);transition:.3s ease}.site-header.is-sticky{position:fixed;top:0;color:var(--navy-950);background:rgba(255,255,255,.97);box-shadow:0 8px 28px rgba(6,31,53,.1);backdrop-filter:blur(14px)}
.header__inner{min-height:92px;display:grid;grid-template-columns:270px 1fr auto;align-items:center;gap:32px}.brand{width:250px;display:inline-flex;align-items:center;padding:7px 12px;background:rgba(255,255,255,.94);border-radius:0 0 13px 13px;box-shadow:0 8px 22px rgba(6,31,53,.1)}.brand img{width:100%;height:62px;object-fit:contain;object-position:left center}
.desktop-nav{display:flex;justify-content:center;gap:clamp(20px,3vw,44px)}.desktop-nav a{position:relative;padding:33px 0;font-size:.95rem;font-weight:600}.desktop-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:24px;height:2px;background:var(--gold-400);transition:right .25s}.desktop-nav a:hover::after,.desktop-nav a.active::after{right:0}
.header-call{display:flex;align-items:center;gap:12px}.header-call__icon{width:42px;height:42px;display:grid;place-items:center;color:var(--navy-950);background:var(--gold-400);border-radius:50%}.header-call span:last-child{display:flex;flex-direction:column;line-height:1.25}.header-call small{opacity:.72;font-size:.72rem}.header-call strong{font-size:.95rem}.menu-toggle,.mobile-menu{display:none}
.hero{position:relative;min-height:790px;display:flex;align-items:center;color:#fff;background:var(--navy-950);overflow:hidden}.hero__backdrop{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(6,31,53,.98) 0%,rgba(6,31,53,.91) 36%,rgba(6,31,53,.38) 68%,rgba(6,31,53,.06) 100%),url("../images/jr-tax-hero.webp");background-size:cover;background-position:center}
.hero::before{content:"";position:absolute;z-index:1;width:520px;height:520px;left:-220px;bottom:-310px;border:1px solid rgba(242,198,94,.25);border-radius:50%;box-shadow:0 0 0 65px rgba(242,198,94,.035),0 0 0 130px rgba(242,198,94,.025)}.hero__inner{position:relative;z-index:2;padding-top:130px}.hero__content{width:min(740px,65%)}.hero h1{margin:22px 0 26px;color:#fff}.hero h1 em{color:var(--gold-400);font-family:Georgia,serif;font-weight:400}.hero__content>p{max-width:630px;margin-bottom:36px;color:rgba(255,255,255,.82);font-size:1.25rem;line-height:1.55}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--teal-700);font-size:.8rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.eyebrow--light{color:var(--gold-400)}.hero__actions{display:flex;flex-wrap:wrap;gap:14px}
.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-size:.95rem;font-weight:700;transition:.2s}.button:hover{transform:translateY(-2px)}.button--gold{color:var(--navy-950);background:var(--gold-400)}.button--gold:hover{background:#ffd77e}.button--ghost{color:#fff;border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.04)}.button--ghost:hover{border-color:#fff;background:rgba(255,255,255,.11)}.button--full{width:100%}
.hero__assurance{display:flex;flex-wrap:wrap;gap:26px;margin-top:48px;color:rgba(255,255,255,.74);font-size:.83rem}.hero__assurance span{display:inline-flex;align-items:center;gap:8px}.hero__assurance i{color:var(--gold-400)}.hero__scroll{position:absolute;right:38px;bottom:32px;z-index:3;display:flex;align-items:center;gap:13px;color:rgba(255,255,255,.68);font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;writing-mode:vertical-rl}.hero__scroll i{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;writing-mode:initial}
.trust-strip{position:relative;z-index:4;color:#fff;background:var(--teal-700)}.trust-strip__grid{display:grid;grid-template-columns:repeat(3,1fr)}.trust-item{min-height:126px;display:flex;align-items:center;gap:18px;padding:26px 34px;border-right:1px solid rgba(255,255,255,.18)}.trust-item:last-child{border:0}.trust-item>span{color:var(--gold-400);font:2.1rem Georgia,serif}.trust-item div{display:flex;flex-direction:column;line-height:1.35}.trust-item strong{font-size:1.05rem}.trust-item small{margin-top:5px;color:rgba(255,255,255,.7)}
.services{background:linear-gradient(180deg,#fff 0%,#f9fbfb 100%)}.section-heading--split{display:grid;grid-template-columns:.95fr 1.05fr;align-items:end;gap:90px;margin-bottom:60px}.section-heading h2{margin:14px 0 0}.section-heading--split>p{max-width:590px;margin:0 0 8px;color:var(--muted);font-size:1.05rem}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{position:relative;min-height:490px;display:flex;flex-direction:column;padding:38px 34px 34px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;transition:.3s}.service-card::before{content:"";position:absolute;top:0;left:0;width:0;height:4px;background:var(--gold-500);transition:.3s}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.service-card:hover::before{width:100%}.service-card--featured{color:rgba(255,255,255,.78);background:var(--navy-900);border-color:var(--navy-900)}.service-card--featured h3{color:#fff}.service-card--featured::before{width:100%}
.service-card__badge{position:absolute;top:0;right:28px;padding:8px 15px;color:var(--navy-950);background:var(--gold-400);border-radius:0 0 9px 9px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.service-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.service-card__icon{width:60px;height:60px;display:grid;place-items:center;color:var(--teal-700);background:var(--teal-100);border-radius:16px;font-size:1.25rem}.service-card__number{color:#c8d1d6;font:italic 2.3rem Georgia,serif}.service-card--featured .service-card__icon{color:var(--navy-950);background:var(--gold-400)}.service-card--featured .service-card__number{color:rgba(255,255,255,.22)}
.service-card h3{margin-bottom:16px;font-size:1.55rem}.service-card p{color:var(--muted);font-size:.96rem}.service-card--featured p{color:rgba(255,255,255,.7)}.service-card ul{display:grid;gap:10px;margin:8px 0 30px;padding:0;list-style:none;font-size:.9rem}.service-card li{display:flex;gap:9px}.service-card li i{margin-top:6px;color:var(--teal-600);font-size:.7rem}.service-card--featured li i{color:var(--gold-400)}.service-card>a{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:20px;color:var(--navy-900);border-top:1px solid var(--line);font-size:.9rem;font-weight:700}.service-card--featured>a{color:var(--gold-400);border-color:rgba(255,255,255,.14)}
.about{position:relative;overflow:hidden;background:var(--cream)}.about::after{content:"JR";position:absolute;right:-25px;bottom:-115px;color:rgba(9,47,79,.035);font:700 330px/1 Georgia,serif}.about__grid{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(60px,8vw,110px)}.about__visual{position:relative;padding:0 0 45px 38px}.about__image-wrap{position:relative;height:630px;border-radius:220px 220px 30px 30px;overflow:hidden;box-shadow:var(--shadow-lg)}.about__image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top}
.about__note{position:absolute;left:0;right:45px;bottom:0;display:flex;align-items:center;gap:16px;padding:23px 26px;color:#fff;background:var(--navy-900);border:5px solid var(--cream);border-radius:17px;box-shadow:var(--shadow-sm)}.about__note>i{color:var(--gold-400);font-size:1.55rem}.about__note div{display:flex;flex-direction:column;line-height:1.35}.about__note span{margin-top:4px;color:rgba(255,255,255,.68);font-size:.82rem}.about__shape{position:absolute;top:28px;left:0;width:90px;height:90px;border:2px solid var(--gold-500);border-radius:50%;transform:translateX(-18%)}
.about__content h2{margin:16px 0 27px}.about__lead{color:var(--navy-800);font-size:1.2rem;font-weight:600}.about__content>p:not(.about__lead){color:var(--muted)}.about__values{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:32px 0}.about__values>div{display:flex;align-items:center;gap:12px;padding:16px 8px 16px 0;border-block:1px solid #d8d5cd}.about__values i{color:var(--teal-700)}.about__values span,.signature-block>span:last-child{display:flex;flex-direction:column;line-height:1.25}.about__values small{margin-top:3px;color:var(--muted);font-size:.74rem}.signature-block{display:flex;align-items:center;gap:14px}.signature-block__initials{width:56px;height:56px;display:grid;place-items:center;color:var(--gold-400);background:var(--navy-950);border-radius:50%;font:italic 1.2rem Georgia,serif}.signature-block small{color:var(--muted)}
.community{padding:70px 0;color:#fff;background:var(--teal-700)}.community__inner{display:grid;grid-template-columns:auto 1.1fr .9fr;align-items:center;gap:38px}.community__icon{width:92px;height:92px;display:grid;place-items:center;color:var(--navy-950);background:var(--gold-400);border-radius:50%;font-size:2rem}.community h2{max-width:600px;margin:9px 0 0;color:#fff;font-size:clamp(2rem,3.2vw,3.15rem)}.community p{margin:0;color:rgba(255,255,255,.76)}
.process{background:#fbfcfc}.section-heading--center{max-width:740px;margin:0 auto 70px;text-align:center}.section-heading--center p{max-width:590px;margin:20px auto 0;color:var(--muted)}.process__grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.process__grid::before{content:"";position:absolute;top:44px;left:15%;right:15%;height:1px;background:repeating-linear-gradient(90deg,var(--teal-600) 0 7px,transparent 7px 14px);opacity:.45}.process-step{position:relative;z-index:1;padding:0 20px;text-align:center}.process-step__number{position:absolute;top:-6px;left:calc(50% + 33px);width:28px;height:28px;display:grid;place-items:center;color:var(--navy-950);background:var(--gold-400);border:4px solid #fbfcfc;border-radius:50%;font-size:.6rem;font-weight:700}.process-step__icon{width:90px;height:90px;display:grid;place-items:center;margin:0 auto 28px;color:var(--teal-700);background:#fff;border:1px solid var(--line);border-radius:50%;box-shadow:var(--shadow-sm);font-size:1.45rem}.process-step h3{margin-bottom:13px}.process-step p{color:var(--muted);font-size:.95rem}
.contact{position:relative;padding:100px 0;color:#fff;background:var(--navy-950);overflow:hidden}.contact__pattern{position:absolute;inset:0;opacity:.07;background-image:linear-gradient(30deg,var(--gold-400) 12%,transparent 12.5%,transparent 87%,var(--gold-400) 87.5%),linear-gradient(150deg,var(--gold-400) 12%,transparent 12.5%,transparent 87%,var(--gold-400) 87.5%);background-size:80px 140px}.contact::after{content:"";position:absolute;width:500px;height:500px;right:-250px;top:-250px;border:1px solid rgba(242,198,94,.22);border-radius:50%;box-shadow:0 0 0 70px rgba(242,198,94,.025),0 0 0 140px rgba(242,198,94,.02)}.contact__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:90px}.contact h2{max-width:730px;margin:15px 0 22px;color:#fff}.contact__content p{max-width:680px;margin:0;color:rgba(255,255,255,.7);font-size:1.07rem}.contact__card{padding:37px;color:var(--ink);background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.contact__card-label{color:var(--teal-700);font-size:.74rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.contact__phone{display:flex;align-items:center;gap:12px;margin:15px 0;color:var(--navy-950);font-family:"Roboto",Arial,sans-serif;font-size:clamp(1.7rem,3vw,2.35rem);font-weight:700;line-height:1}.contact__phone i{color:var(--gold-500);font-size:1.2rem}.contact__card p{color:var(--muted);font-size:.9rem}
.footer{color:rgba(255,255,255,.67);background:#041725}.footer__main{display:grid;grid-template-columns:1.6fr .6fr 1fr;gap:80px;padding-block:70px 55px}.footer__brand>a{display:inline-flex;padding:5px 12px;background:#fff;border-radius:10px}.footer__brand img{width:235px;height:62px;object-fit:contain;object-position:left center}.footer__brand p{max-width:430px;margin:18px 0 0;font-size:.92rem}.footer__links,.footer__contact{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer strong{margin-bottom:6px;color:#fff}.footer a:hover{color:var(--gold-400)}.footer__contact a{color:var(--gold-400);font-size:1.1rem;font-weight:700}.footer__contact span{font-size:.88rem}.footer__bottom{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);font-size:.78rem}.footer__bottom p{margin:0}.floating-call{position:fixed;right:24px;bottom:24px;z-index:900;min-height:50px;display:flex;align-items:center;gap:9px;padding:0 18px;color:var(--navy-950);background:var(--gold-400);border:3px solid #fff;border-radius:999px;box-shadow:0 10px 30px rgba(6,31,53,.25);font-size:.85rem;font-weight:700}.floating-call:hover{transform:translateY(-3px)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}.reveal.is-visible{opacity:1;transform:none}.service-card:nth-child(2),.process-step:nth-child(2),.trust-item:nth-child(2){transition-delay:.1s}.service-card:nth-child(3),.process-step:nth-child(3),.trust-item:nth-child(3){transition-delay:.2s}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*{animation-duration:.01ms!important}}
@media(max-width:1050px){.header__inner{grid-template-columns:220px 1fr auto;gap:20px}.brand{width:210px}.header-call{display:none}.desktop-nav{justify-content:flex-end}.hero__content{width:72%}.service-grid{gap:15px}.service-card{padding-inline:26px}.about__grid{gap:55px}.about__image-wrap{height:560px}.about__values{grid-template-columns:1fr;gap:0}.community__inner{grid-template-columns:auto 1fr}.community__inner>p{grid-column:2}.contact__grid{gap:50px}}
@media(max-width:800px){.container{width:min(calc(100% - 32px),var(--container))}.section{padding:85px 0}.topbar p{display:none}.topbar__inner{justify-content:center}.site-header{top:38px}.site-header.is-sticky{top:0}.header__inner{min-height:78px;grid-template-columns:1fr auto}.brand{width:205px}.brand img{height:62px}.desktop-nav{display:none}.menu-toggle{width:46px;height:46px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0;color:inherit;background:transparent;border:1px solid currentColor;border-radius:50%}.menu-toggle span{width:19px;height:2px;background:currentColor;transition:.25s}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu{position:absolute;top:100%;left:16px;right:16px;display:flex;flex-direction:column;padding:16px;color:var(--navy-950);background:#fff;border-radius:0 0 16px 16px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.25s}.mobile-menu.is-open{opacity:1;visibility:visible;transform:none}.mobile-menu a{padding:13px 8px;border-bottom:1px solid var(--line);font-weight:600}.mobile-menu__call{margin-top:10px;color:var(--navy-950)!important;background:var(--gold-400);border:0!important;border-radius:10px;text-align:center}
.hero{min-height:760px;align-items:flex-end}.hero__backdrop{background-image:linear-gradient(180deg,rgba(6,31,53,.15) 5%,rgba(6,31,53,.56) 38%,rgba(6,31,53,.98) 76%),url("../images/jr-tax-hero.webp");background-position:64% center}.hero__inner{padding:165px 0 70px}.hero__content{width:100%}.hero h1{font-size:clamp(3rem,11.5vw,5rem)}.hero__content>p{font-size:1.08rem}.hero__assurance{gap:13px 20px;margin-top:34px}.hero__scroll{display:none}.trust-strip__grid,.service-grid,.section-heading--split,.about__grid,.process__grid,.contact__grid,.footer__main{grid-template-columns:1fr}.trust-item{min-height:105px;border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}.section-heading--split{gap:22px}.section-heading--split>p{margin:0}.service-grid{gap:18px}.service-card{min-height:450px}.about__grid{gap:70px}.about__visual{max-width:570px;margin:0 auto}.about__image-wrap{height:610px}.about__values{grid-template-columns:repeat(3,1fr)}.community__inner{grid-template-columns:auto 1fr}.process__grid{gap:45px}.process__grid::before{top:45px;bottom:45px;left:50%;right:auto;width:1px;height:auto;background:repeating-linear-gradient(180deg,var(--teal-600) 0 7px,transparent 7px 14px)}.process-step{padding:0 10%;background:#fbfcfc}.contact__grid{gap:40px}.footer__main{gap:42px}}
@media(max-width:540px){body{font-size:16px}.section{padding:72px 0}h2{font-size:2.35rem}.hero{min-height:730px}.hero__inner{padding-bottom:48px}.hero h1{margin-top:17px;font-size:2.95rem;overflow-wrap:anywhere}.hero h1 em{display:block}.hero__actions{flex-direction:column;align-items:stretch}.hero__actions .button{width:100%}.hero__assurance span:last-child{display:none}.trust-item{padding-inline:18px}.service-card{min-height:auto;padding:32px 25px}.about__visual{padding:0 0 55px 15px}.about__image-wrap{height:480px;border-radius:150px 150px 24px 24px}.about__note{right:5px;padding:18px}.about__values{grid-template-columns:1fr}.community__inner{grid-template-columns:1fr}.community__icon{width:72px;height:72px}.community__inner>p{grid-column:1}.contact{padding:76px 0}.contact__card{padding:29px 23px}.contact__phone{font-size:1.75rem}.footer__bottom{padding:22px 0;align-items:flex-start;flex-direction:column}.floating-call{right:14px;bottom:14px;width:52px;height:52px;justify-content:center;padding:0}.floating-call span{display:none}}
