:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--navy: #062f63;--navy-deep: #042852;--ink: #061f45;--body: #162235;--gold: #e19b25;--gold-bright: #f2aa2e;--ice: #eaf6ff;--mist: #f7fbff;--line: rgba(6, 47, 99, .14);--shadow: 0 14px 34px rgba(6, 36, 82, .13);background:#fff;color:var(--ink)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;background:#fff}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-shell{min-height:100vh;overflow:hidden;background:linear-gradient(180deg,#fff,#fbfdff 54%,#fff)}.icon{width:1.25em;height:1.25em;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.topbar{position:relative;z-index:5;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:24px;min-height:78px;padding:16px clamp(26px,4.2vw,58px);background:#fffffffa;box-shadow:0 2px 15px #061f4514}.brand{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.25rem,4vw,3rem);font-weight:800;line-height:1}.brand span{color:var(--navy)}.brand em{color:#0d6f8c;font-style:italic}.nav-links{display:flex;justify-content:center;gap:clamp(20px,2.7vw,36px);color:#071f49;font-size:.88rem;font-weight:800}.nav-links a{position:relative;padding:12px 0}.nav-links a.active:after,.nav-links a:hover:after{position:absolute;right:0;bottom:2px;left:0;height:3px;content:"";background:var(--gold)}.nav-links a:hover{color:#0d6f8c}.header-actions{display:flex;align-items:center;gap:13px}.nav-button,.action-button,.submit-button,.gold-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 19px;border:1px solid var(--navy);border-radius:8px;font-weight:900;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.nav-button.primary,.action-button.primary,.submit-button{color:#fff;background:linear-gradient(180deg,#073f78,var(--navy-deep));box-shadow:0 8px 18px #062f6338}.nav-button.active{border-color:var(--gold);box-shadow:0 0 0 2px #e19b2547,0 8px 18px #062f6338}.nav-button.light,.action-button.secondary{color:var(--navy);background:#fff}.nav-button.active-light{border-color:var(--gold);box-shadow:0 0 0 2px #e19b252e}.action-button.secondary{border-color:var(--gold)}.nav-button.location{white-space:nowrap}.nav-button:hover,.action-button:hover,.submit-button:hover,.gold-button:hover{transform:translateY(-2px);box-shadow:0 13px 25px #062f632e}.home-hero{position:relative;display:grid;grid-template-columns:minmax(390px,.95fr) minmax(450px,1.05fr);min-height:430px;background:linear-gradient(90deg,#fff,#fffffff5 42%,#e8f7ff94)}.register-hero{position:relative;display:grid;grid-template-columns:minmax(390px,.95fr) minmax(450px,1.05fr);min-height:418px;background:linear-gradient(90deg,#fff,#fffffff5 45%,#e8f7ff99)}.hero-copy{position:relative;z-index:2;padding:58px clamp(28px,4.6vw,68px) 76px}.gold-rule{display:block;width:66px;height:3px;margin:0 0 23px;background:var(--gold)}h1,h2,h3{font-family:Georgia,Times New Roman,serif;color:var(--navy);letter-spacing:0}.home-hero h1{max-width:575px;margin:0;font-size:clamp(2.95rem,4.75vw,4.55rem);line-height:1.04}.register-hero h1{margin:0;font-size:clamp(3.05rem,5.4vw,4.85rem);line-height:1.02}.home-hero>.hero-copy>p{max-width:555px;margin:23px 0 28px;color:#111927;font-size:clamp(1.04rem,1.25vw,1.2rem);line-height:1.65}.register-hero>.hero-copy>p{max-width:500px;margin:20px 0 34px;color:#111927;font-size:clamp(1.08rem,1.45vw,1.34rem);line-height:1.5}.hero-actions{display:flex;flex-wrap:wrap;gap:18px}.hero-actions .action-button{min-height:58px;padding-inline:24px}.security-note{display:flex;gap:18px;align-items:center;max-width:520px}.security-note>span,.benefit-item>span{display:grid;place-items:center;width:62px;height:62px;flex:0 0 auto;color:var(--navy);background:var(--ice);border-radius:50%}.security-note .icon,.benefit-item .icon{width:32px;height:32px;stroke-width:2}.security-note strong{display:block;margin-bottom:6px;color:var(--navy);font-family:Georgia,Times New Roman,serif;font-size:1.08rem}.security-note p{margin:0;color:#111927;line-height:1.45}.hero-photo{min-height:418px;background:linear-gradient(90deg,#fff9,#fff0 24%),url(/images/original-hero-danice.png) center center / cover no-repeat}.hero-swoop{position:absolute;right:-3vw;bottom:-1px;left:-3vw;height:75px;background:var(--navy);clip-path:polygon(0 70%,63% 83%,64.5% 78%,100% 22%,100% 100%,0 100%);border-top:2px solid var(--gold)}.services-section{padding:31px clamp(30px,4.8vw,70px) 25px;background:#fff}.section-title{text-align:center}.section-title span,.title-underline{display:block;width:36px;height:3px;margin:0 auto 11px;background:var(--gold)}.section-title h2,.about-copy h2{margin:0;font-size:clamp(2rem,3vw,2.8rem);line-height:1.08}.services-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;margin-top:22px}.service-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:165px;padding:18px 13px;background:#fff;border:1px solid rgba(6,47,99,.1);border-radius:6px;box-shadow:0 8px 18px #062f6321;text-align:center}.service-card .icon{width:56px;height:56px;color:#087b91;stroke-width:1.7}.service-card h3{min-height:43px;margin:12px 0 10px;color:var(--navy);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:1rem;line-height:1.22}.service-card span{width:34px;height:2px;background:var(--gold)}.about-section{display:grid;grid-template-columns:minmax(280px,.98fr) minmax(280px,1.02fr);gap:clamp(30px,5vw,52px);align-items:center;padding:33px clamp(34px,4.8vw,70px) 18px;background:var(--mist)}.about-section img{display:block;width:100%;min-height:195px;max-height:260px;object-fit:cover;border-radius:6px;box-shadow:0 8px 20px #062f6317}.about-copy{max-width:470px}.about-copy .title-underline{margin:10px 0 16px}.about-copy p{margin:0 0 20px;color:#1f2b3c;font-size:1.03rem;line-height:1.56}.profile-line{display:flex;gap:15px;align-items:center}.profile-line>div{display:grid;place-items:center;width:42px;height:42px;flex:0 0 auto;color:#fff;background:var(--navy);border-radius:50%}.profile-line p,.consultation-card .section-title p{margin:0}.profile-line strong,.profile-line small{display:block}.profile-line strong{color:var(--navy)}.profile-line small{color:#087b91;font-size:.88rem}.testimonial-section{padding:16px clamp(34px,4.8vw,70px) 26px;background:#fff}.section-title.compact h2{font-size:clamp(1.7rem,2.6vw,2.3rem)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(250px,1fr));gap:24px;max-width:1180px;margin:22px auto 0}.testimonial-card{position:relative;display:flex;flex-direction:column;min-height:235px;padding:34px 24px 22px;background:#fff;border:1px solid rgba(6,47,99,.08);border-radius:6px;box-shadow:0 7px 20px #062f631f;text-align:center}.quote-badge{position:absolute;top:-16px;left:calc(50% - 17px);display:grid;place-items:center;width:34px;height:34px;color:#fff;background:var(--gold);border-radius:50%;font-family:Georgia,Times New Roman,serif;font-size:2rem;line-height:1}.recommendation-badge{align-self:center;margin:0 0 12px;padding:5px 10px;color:#fff;background:var(--navy);border-radius:999px;font-size:.72rem;font-weight:900}.testimonial-card p{margin:0 0 12px;color:var(--navy);font-family:Georgia,Times New Roman,serif;font-size:1rem;font-style:italic;line-height:1.38}.stars{color:var(--gold);font-size:.9rem;letter-spacing:.08em}.testimonial-card footer{margin-top:auto;color:#1f2b3c;font-size:.82rem}.testimonial-card footer strong,.testimonial-card footer span{display:block}.testimonial-card footer strong{color:var(--navy);font-size:.9rem}.testimonial-card footer span{margin-top:3px;line-height:1.28}.consultation-section{padding:0 clamp(34px,8vw,104px) 12px;background:#fff}.consultation-card{max-width:920px;margin:0 auto;padding:16px 31px 24px;background:#fff;border:1px solid rgba(6,47,99,.1);border-radius:11px;box-shadow:0 8px 24px #062f6321}.consultation-card .section-title p{margin-top:5px;margin-bottom:14px;color:#1f2b3c}.consultation-card form{display:grid;gap:13px}.resources-section{padding:30px clamp(34px,4.8vw,70px) 22px;background:var(--mist)}.resources-grid{display:grid;grid-template-columns:repeat(3,minmax(230px,1fr));gap:18px;max-width:1180px;margin:22px auto 0}.resource-card{display:grid;grid-template-columns:auto 1fr;gap:16px;min-height:142px;padding:20px;background:#fff;border:1px solid rgba(6,47,99,.1);border-radius:8px;box-shadow:0 7px 20px #062f631a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.resource-card:hover{border-color:#e19b258c;transform:translateY(-2px);box-shadow:0 12px 25px #062f6326}.resource-card>span{display:grid;place-items:center;width:46px;height:46px;color:var(--navy);background:var(--ice);border-radius:50%}.resource-card .icon{width:25px;height:25px}.resource-card h3{margin:0 0 8px;color:var(--navy);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.03rem;line-height:1.25}.resource-card p{margin:0;color:#1f2b3c;font-size:.95rem;line-height:1.45}.register-section{display:grid;grid-template-columns:minmax(440px,1fr) minmax(310px,.55fr);gap:clamp(34px,4.5vw,70px);align-items:start;padding:44px clamp(30px,4.4vw,58px) 42px;background:#fff}.register-card{display:grid;gap:19px;padding:clamp(24px,3vw,38px);background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.form-heading{display:flex;align-items:center;justify-content:center;gap:22px;margin-bottom:8px}.form-heading>.icon{width:58px;height:58px;color:var(--navy)}.form-heading h2,.benefits-panel h2{margin:0;font-size:clamp(2rem,3vw,2.8rem);line-height:1.05}.form-heading p{margin:9px 0 0;color:#3c4658}.form-heading span,.label-text strong,.check-row strong{color:var(--gold)}.field-grid{display:grid;gap:28px}.field-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}label{display:grid;gap:8px;color:var(--navy);font-size:.92rem;font-weight:900}label small{color:#1e2b3d;font-size:inherit;font-weight:800}.label-text{color:var(--navy)}input,select,textarea{width:100%;min-height:50px;padding:0 15px;color:#192437;background:#fff;border:1px solid rgba(6,47,99,.2);border-radius:7px;outline:none;box-shadow:inset 0 1px 2px #061f4508}select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}textarea{min-height:82px;padding-top:12px;resize:vertical}input::placeholder{color:#7d8da6}input:focus,select:focus,textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px #062f6317}.password-field{position:relative;display:block;color:var(--navy)}.password-field input{padding-right:48px}.password-field button{position:absolute;top:0;right:2px;display:grid;place-items:center;width:46px;height:50px;padding:0;color:#5c6c86;background:transparent;border:0}.password-field .icon{width:22px;height:22px}.password-help{margin:-10px 0 5px;color:#64728b;font-size:.89rem}.phone-help,.field-help{margin:-10px 0 0;color:#64728b;font-size:.89rem}.password-help.valid,.phone-help.valid,.field-help.valid{color:#146a38}.input-error{border-color:#c63b3b;box-shadow:0 0 0 3px #c63b3b1f}.input-error:focus{border-color:#b92f2f;box-shadow:0 0 0 3px #c63b3b29}.check-row{grid-template-columns:auto 1fr;gap:14px;align-items:start;color:#1c2940;font-weight:500;line-height:1.42}.check-row input{width:22px;height:22px;min-height:22px;margin:0;accent-color:var(--navy)}.check-row a,.login-prompt a{color:#006fca;font-weight:900}.forgot-password-link{justify-self:start;margin-top:-12px;color:#006fca;font-size:.93rem;font-weight:900;text-decoration:none}.forgot-password-link:hover{text-decoration:underline}.form-status{padding:12px 14px;border-radius:7px;font-size:.92rem;font-weight:800}.form-status.success{color:#14552d;background:#e9f7ed}.form-status.error{color:#8a1d1d;background:#fde8e8}.submit-button{width:100%;min-height:58px;border:0;font-size:1.12rem}.login-divider{position:relative;display:grid;place-items:center;color:#626f82}.login-divider:before{position:absolute;right:0;left:0;height:1px;content:"";background:var(--line)}.login-divider span{position:relative;padding:0 18px;background:#fff}.login-prompt{margin:-3px 0 0;color:var(--navy);font-weight:500;text-align:center}.benefits-panel{padding-top:22px}.benefits-panel .gold-rule{width:54px;margin-bottom:23px}.benefit-intro{max-width:390px;margin:17px 0 30px;color:#182536;font-size:1.05rem;line-height:1.55}.benefit-list{display:grid;gap:0}.benefit-item{display:grid;grid-template-columns:auto 1fr;gap:22px;padding:0 0 23px;margin-bottom:22px;border-bottom:1px solid rgba(6,47,99,.12)}.benefit-item h3,.protected-card h3{margin:0 0 8px;font-size:1.31rem;line-height:1.15}.benefit-item p,.protected-card p{margin:0;color:#182536;line-height:1.42}.protected-card{display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:center;padding:22px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 28px #0624521a}.protected-card>.icon{width:62px;height:62px;color:var(--navy);stroke-width:1.7}.auth-page,.portal-page{background:#fff}.auth-page{padding:56px clamp(30px,6vw,88px)}.auth-card{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(340px,.62fr);gap:clamp(34px,5vw,72px);align-items:center;max-width:1120px;margin:0 auto}.auth-copy h1,.portal-hero h1{margin:0;font-size:clamp(2.8rem,4.6vw,4.4rem);line-height:1.03}.auth-copy>p,.portal-hero p{max-width:560px;margin:20px 0 28px;color:#182536;font-size:1.08rem;line-height:1.6}.protected-card.compact{max-width:560px}.protected-card.compact .icon{width:48px;height:48px}.login-card{display:grid;gap:19px;padding:clamp(24px,3vw,38px);background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.portal-page{padding:42px clamp(28px,4.8vw,70px) 52px}.portal-hero{display:grid;grid-template-columns:minmax(280px,1fr) auto;gap:28px;align-items:end;padding:24px 0 34px}.portal-summary-card{display:flex;gap:16px;align-items:center;min-width:280px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.portal-summary-card .icon{width:44px;height:44px;color:var(--navy)}.portal-summary-card strong,.portal-summary-card span{display:block}.portal-summary-card span{margin-top:4px;color:#146a38;font-weight:800}.portal-grid{display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,.85fr);gap:24px;margin-bottom:24px}.portal-panel{padding:clamp(22px,3vw,30px);background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 9px 24px #0624521a}.portal-panel h2{margin:0 0 18px;font-size:clamp(1.6rem,2.5vw,2.1rem)}.client-panel dl{display:grid;gap:14px;margin:0}.client-panel div{display:grid;grid-template-columns:150px 1fr;gap:16px;padding-bottom:14px;border-bottom:1px solid rgba(6,47,99,.1)}.client-panel div:last-child{border-bottom:0;padding-bottom:0}.client-panel dt{color:#63718a;font-weight:800}.client-panel dd{margin:0;color:var(--navy);font-weight:900}.status-steps{display:grid;gap:14px}.status-steps span{display:flex;gap:12px;align-items:center;min-height:48px;padding:12px 14px;color:var(--navy);background:var(--mist);border-radius:7px;font-weight:900}.status-steps .complete{color:#146a38;background:#e9f7ed}.portal-section-heading{display:flex;justify-content:space-between;gap:20px;align-items:start;margin-bottom:22px}.portal-section-heading h2{margin-bottom:6px}.portal-section-heading p{margin:0;color:#4b5a70;line-height:1.45}.portal-section-heading>.icon{width:42px;height:42px;color:var(--navy);flex:0 0 auto}.tax-record-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:18px}.tax-record-card{padding:20px;background:var(--mist);border:1px solid rgba(6,47,99,.1);border-radius:8px}.tax-record-card>div{display:flex;justify-content:space-between;gap:14px;align-items:center}.record-year{display:grid;place-items:center;width:62px;height:62px;color:#fff;background:var(--navy);border-radius:50%;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:800}.tax-record-card strong{color:var(--navy);text-align:right}.tax-record-card p{display:flex;gap:9px;align-items:center;margin:18px 0 12px;color:#146a38;font-weight:900}.tax-record-card ul{margin:0;padding-left:20px;color:#243249;line-height:1.55}.upload-panel,.share-panel,.questionnaire-panel,.form-library-panel{margin-top:24px}.form-library-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.form-library-grid>p{margin:0;color:#596880}.tax-form-card{display:grid;gap:12px;align-content:start;min-height:175px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:7px}.tax-form-card strong,.tax-form-card small{display:block}.tax-form-card strong{color:var(--navy);font-family:Georgia,Times New Roman,serif;font-size:1.08rem}.tax-form-card small{margin-top:4px;color:#5a6a82;font-weight:700}.encrypted-badge{display:inline-flex;gap:7px;align-items:center;width:fit-content;min-height:32px;padding:0 10px;color:#5b4a14;background:#fff6dc;border:1px solid #edd185;border-radius:999px;font-size:.82rem;font-weight:900}.encrypted-badge.ready{color:#146a38;background:#eaf8ef;border-color:#b9e0c6}.encrypted-badge .icon{width:16px;height:16px}.tax-form-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.tax-form-actions .download-button{width:100%;min-height:42px}.download-button.secondary{color:var(--navy);background:#fff;border:1px solid var(--line)}.download-button.secondary:hover{color:var(--navy);background:#f4f8fc}.questionnaire-form{display:grid;gap:18px}.questionnaire-section{display:grid;gap:14px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:7px}.questionnaire-section h3,.questionnaire-section h4,.questionnaire-section p{margin:0}.questionnaire-section h3{color:var(--navy);font-family:Georgia,Times New Roman,serif;font-size:1.18rem}.questionnaire-section h4{margin-top:4px;color:#243249;font-size:.95rem}.questionnaire-section p{color:#596880;line-height:1.55}.questionnaire-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.questionnaire-grid label,.questionnaire-form label{display:grid;gap:7px}.questionnaire-wide{grid-column:1 / -1}.questionnaire-spacer{min-height:1px}.questionnaire-form input,.questionnaire-form select,.questionnaire-form textarea{width:100%;min-width:0;padding:12px 13px;color:var(--navy);background:#fff;border:1px solid var(--line);border-radius:7px;font:inherit;line-height:1.35}.questionnaire-form textarea{resize:vertical}.questionnaire-form input:focus,.questionnaire-form select:focus,.questionnaire-form textarea:focus{outline:3px solid rgba(28,103,168,.16);border-color:#1c67a8}.questionnaire-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.yes-no-list{display:grid;gap:10px}.yes-no-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:12px;background:#f8fbff;border:1px solid #dce8f3;border-radius:7px}.yes-no-row>span{min-width:0;color:#243249;font-weight:800;line-height:1.4}.yes-no-row label,.questionnaire-form .yes-no-row label{display:inline-flex;gap:6px;align-items:center;color:var(--navy);font-weight:900;white-space:nowrap}.yes-no-row input[type=radio]{width:auto;min-width:0;padding:0}.saved-questionnaire-list{display:grid;gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.saved-questionnaire-list h3{margin:0;color:var(--navy);font-family:Georgia,Times New Roman,serif;font-size:1.12rem}.saved-questionnaire-list>p{margin:0;color:#596880}.saved-questionnaire-item{display:flex;gap:12px;align-items:center;padding:13px;background:#f7fbf9;border:1px solid #cfe8d7;border-radius:7px}.saved-questionnaire-item .icon{width:24px;height:24px;color:#146a38;flex:0 0 auto}.saved-questionnaire-item strong,.saved-questionnaire-item small{display:block}.saved-questionnaire-item>div{min-width:0;flex:1}.saved-questionnaire-item small{margin-top:3px;color:#5a6a82;font-weight:700}.upload-box{display:grid;place-items:center;min-height:185px;padding:26px;color:var(--navy);background:#f4faff;border:2px dashed rgba(6,47,99,.26);border-radius:8px;text-align:center;cursor:pointer}.upload-box .icon{width:48px;height:48px}.upload-box span{margin-top:10px;font-size:1.12rem;font-weight:900}.upload-box small{margin-top:4px;color:#5a6a82;font-weight:700}.upload-box input{display:none}.upload-activity{display:grid;gap:8px}.upload-activity-item{display:flex;gap:10px;align-items:center;padding:10px 12px;color:var(--navy);background:#f7fbf9;border:1px solid #cfe8d7;border-radius:7px}.upload-activity-item>div{min-width:0;flex:1}.upload-activity-item .icon{width:20px;height:20px;color:#146a38;flex:0 0 auto}.upload-activity-item strong,.upload-activity-item small{display:block}.upload-activity-item small{margin-top:2px;color:#5a6a82;font-weight:700}.pending-upload-actions{display:flex;justify-content:flex-end;margin-top:4px}.upload-list{display:grid;gap:12px;margin-top:18px}.upload-list>p{margin:0;color:#596880}.upload-item{display:flex;gap:14px;align-items:center;padding:14px;background:#fff;border:1px solid var(--line);border-radius:7px}.upload-item .icon{width:28px;height:28px;color:var(--navy)}.upload-item strong,.upload-item small{display:block}.upload-item small{margin-top:3px;color:#5a6a82}.upload-item .file-note{margin:8px 0 0;color:#243249;font-size:.92rem;line-height:1.45;white-space:pre-wrap}.upload-item>div{min-width:0;flex:1}.file-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.download-button{min-height:40px;padding:0 15px;color:var(--navy);background:#fff;border:1px solid var(--line);border-radius:7px;font-weight:900}.download-button:hover{color:#fff;background:var(--navy)}.remove-button{min-height:40px;padding:0 15px;color:#9b1c1c;background:#fff;border:1px solid #f0c6c6;border-radius:7px;font-weight:900}.remove-button:hover:not(:disabled){color:#fff;background:#9b1c1c;border-color:#9b1c1c}.remove-button:disabled{cursor:wait;opacity:.65}.share-form{display:grid;gap:15px}.inline-share-panel{display:grid;gap:14px;padding-bottom:18px;border-bottom:1px solid var(--line)}.shared-list{display:grid;gap:12px;margin-top:22px}.shared-list>p{margin:0;color:#596880}.shared-item{padding:16px;background:var(--mist);border:1px solid rgba(6,47,99,.1);border-radius:8px}.shared-item div{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:9px}.shared-item strong,.shared-item small{display:block}.shared-item strong{color:var(--navy)}.shared-item small{color:#5a6a82;font-weight:800}.shared-item p{margin:0;color:#243249;line-height:1.5;white-space:pre-wrap}.accountant-page{background:#fbfdff}.accountant-layout{display:grid;grid-template-columns:minmax(280px,.42fr) minmax(420px,1fr);gap:24px;align-items:start}.client-list-panel{position:sticky;top:18px}.accountant-client-list{display:grid;gap:10px;margin-top:18px}.accountant-client-list button{display:grid;gap:4px;width:100%;padding:14px;color:var(--navy);background:#fff;border:1px solid var(--line);border-radius:7px;text-align:left}.accountant-client-list button.active,.accountant-client-list button:hover{border-color:var(--gold);box-shadow:0 0 0 2px #e19b2529}.accountant-client-list strong,.accountant-client-list span,.accountant-client-list small{min-width:0;overflow-wrap:anywhere}.accountant-client-list span,.accountant-client-list small{color:#52637b;font-weight:750}.accountant-client-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}.accountant-client-details div{padding:15px;background:var(--mist);border:1px solid rgba(6,47,99,.1);border-radius:7px}.accountant-client-details span,.accountant-client-details strong{display:block;overflow-wrap:anywhere}.accountant-client-details span{margin-bottom:5px;color:#5a6a82;font-size:.82rem;font-weight:900}.accountant-client-details strong{color:var(--navy)}.accountant-account-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end}.client-profile-form{display:grid;gap:18px;margin-bottom:22px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:8px}.compact-heading{justify-content:start;gap:14px;margin-bottom:0}.compact-heading>.icon{width:36px;height:36px}.compact-heading h3{margin:0;color:var(--navy);font-size:1.1rem;line-height:1.2}.compact-heading p{margin-top:4px;font-size:.92rem}.profile-save-button{justify-self:start;min-height:48px;padding-inline:18px}.accountant-files{margin-top:24px}.accountant-form-grid,.accountant-inline-form{margin-top:18px}.accountant-upload{min-height:155px}.accountant-upload-box{display:grid;gap:12px;margin-top:18px}.accountant-upload-box textarea{min-height:92px;resize:vertical}.accountant-shared{margin-top:28px}.accountant-shared h3{margin:0 0 14px;font-size:1.35rem}.empty-panel-text{margin:0;color:#596880;font-weight:800}.bottom-cta{display:grid;grid-template-columns:auto minmax(260px,1fr) auto;gap:26px;align-items:center;min-height:118px;padding:21px clamp(34px,9vw,134px);color:#fff;background:linear-gradient(180deg,#032d5ce3,#032652fa),url(/images/tax-desk-wide.png) center / cover no-repeat;border-top:2px solid var(--gold)}.cta-icon{display:grid;place-items:center;width:76px;height:76px;border:2px solid var(--gold-bright);border-radius:50%}.cta-icon .icon{width:41px;height:41px}.bottom-cta h2{margin:0 0 6px;color:#fff;font-size:clamp(1.7rem,2.7vw,2.32rem);line-height:1.08}.bottom-cta p{max-width:540px;margin:0;color:#ffffffed;line-height:1.45}.gold-button{min-width:230px;min-height:58px;color:#fff;background:linear-gradient(180deg,#efad39,var(--gold));border:0}.site-footer{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:29px clamp(28px,4.6vw,64px);color:#fff;background:#052b58;border-top:1px solid rgba(255,255,255,.18)}.site-footer div{display:flex;gap:16px;align-items:flex-start;min-height:64px;padding:0 24px;border-right:1px solid rgba(255,255,255,.28)}.site-footer div:last-child{border-right:0}.site-footer .icon{width:33px;height:33px;flex:0 0 auto}.site-footer p{margin:0}.site-footer strong,.site-footer small{display:block}.site-footer strong{margin-bottom:4px;font-size:1.02rem}.site-footer small{color:#ffffffdb;line-height:1.35}.legal-row{display:flex;justify-content:center;gap:clamp(22px,4vw,58px);padding:20px clamp(28px,4.6vw,64px);color:#ffffffe0;background:#052b58;border-top:1px solid rgba(255,255,255,.18);font-size:.88rem}@media (max-width: 1160px){.topbar{grid-template-columns:1fr;justify-items:center;gap:12px}.nav-links,.header-actions{flex-wrap:wrap;justify-content:center}.home-hero,.register-hero{grid-template-columns:1fr}.hero-photo{order:-1;min-height:395px;background-position:center 42%}.hero-copy{padding-top:42px}.register-section,.auth-card,.portal-hero,.portal-grid,.accountant-layout{grid-template-columns:1fr}.client-list-panel{position:static}.services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.resources-grid{grid-template-columns:repeat(2,minmax(230px,1fr))}.field-grid.three{grid-template-columns:1fr}.benefits-panel{display:grid;max-width:760px;margin:0 auto}}@media (max-width: 820px){.about-section,.testimonial-grid,.field-grid.two,.tax-record-grid,.accountant-client-details,.bottom-cta,.site-footer{grid-template-columns:1fr}.about-copy{max-width:none}.bottom-cta{justify-items:center;text-align:center}.site-footer div{padding:16px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.23)}.site-footer div:last-child{border-bottom:0}.legal-row{flex-wrap:wrap}}@media (max-width: 620px){.topbar,.services-section,.about-section,.resources-section,.testimonial-section,.consultation-section,.auth-page,.portal-page,.register-section{padding-inline:20px}.nav-links{gap:14px;font-size:.82rem}.nav-button{min-height:44px;padding-inline:13px}.hero-copy{padding-inline:22px}.home-hero h1,.register-hero h1{font-size:2.7rem}.hero-photo{min-height:305px}.security-note,.form-heading,.protected-card{align-items:flex-start}.form-heading{justify-content:flex-start}.form-heading>.icon{width:46px;height:46px}.register-card{padding:22px 18px}.hero-actions,.hero-actions .action-button{width:100%}.services-grid,.resources-grid{grid-template-columns:1fr}.consultation-card{padding:18px}.client-panel div{grid-template-columns:1fr;gap:4px}.portal-section-heading{display:grid}.questionnaire-grid{grid-template-columns:1fr}.questionnaire-spacer{display:none}.yes-no-row{grid-template-columns:1fr}.upload-item,.saved-questionnaire-item,.tax-form-card,.shared-item div{align-items:flex-start;flex-direction:column}.file-actions,.pending-upload-actions,.download-button,.remove-button,.pending-upload-actions .submit-button{width:100%}.benefit-item{grid-template-columns:1fr;gap:14px}.protected-card{grid-template-columns:1fr}.gold-button{width:100%}}
