*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #1a2744;--navy-light:#253358;--olive: #5c6b3a;--olive-mid: #6e7f46;--olive-dark:#4a5530;--cream: #f5f2eb;--cream-dark:#ede9df;--sand: #e8e2d5;--white: #ffffff;--text-dark: #1a2744;--text-mid: #3d4a35;--text-light:#7a8070;--font-display: "Playfair Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--max-w: 1180px;--section-pad: clamp(64px, 8vw, 100px)}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{max-width:var(--max-w);margin-inline:auto;padding-inline:clamp(20px,5vw,60px)}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border:2px solid transparent;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.btn-primary{background:var(--olive);color:var(--white);border-color:var(--olive)}.btn-primary:hover{background:var(--olive-dark);border-color:var(--olive-dark)}.btn-outline{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.btn-outline-light{background:transparent;color:var(--white);border-color:#fff9}.btn-outline-light:hover{background:#ffffff1a;border-color:var(--white)}.section-label{font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--olive-mid);display:block;margin-bottom:12px}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.8rem);font-weight:700;color:var(--navy);line-height:1.2}.divider{width:40px;height:2px;background:var(--olive-mid);margin:16px auto}.reveal{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}.site-header[data-astro-cid-dmqpwcec]{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--cream);border-bottom:1px solid var(--sand);transition:box-shadow .2s}.site-header[data-astro-cid-dmqpwcec].scrolled{box-shadow:0 2px 20px #1a274414}.nav-inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:32px;height:72px}.logo[data-astro-cid-dmqpwcec]{display:flex;align-items:center}.logo[data-astro-cid-dmqpwcec] img[data-astro-cid-dmqpwcec]{height:44px;width:auto}.main-nav[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:4px;margin-left:auto}.main-nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec],.main-nav[data-astro-cid-dmqpwcec] button[data-astro-cid-dmqpwcec],.nav-resources-btn[data-astro-cid-dmqpwcec]{font-size:.82rem;font-weight:500;letter-spacing:.04em;color:var(--navy);padding:6px 14px;position:relative;transition:color .2s;background:none;border:none;cursor:pointer;font-family:var(--font-body)}.main-nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:after,.nav-resources-btn[data-astro-cid-dmqpwcec]:after{content:"";position:absolute;bottom:0;left:14px;right:14px;height:2px;background:var(--olive);transform:scaleX(0);transition:transform .2s}.main-nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover:after,.nav-resources-btn[data-astro-cid-dmqpwcec]:hover:after{transform:scaleX(1)}.main-nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover,.nav-resources-btn[data-astro-cid-dmqpwcec]:hover{color:var(--olive)}.nav-actions[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:10px;margin-left:12px}.client-portal-btn[data-astro-cid-dmqpwcec]{font-size:.78rem;padding:10px 18px}.hamburger[data-astro-cid-dmqpwcec]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:0;margin-left:auto}.hamburger[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{display:block;width:24px;height:2px;background:var(--navy);transition:transform .2s,opacity .2s}.hamburger[data-astro-cid-dmqpwcec].open span[data-astro-cid-dmqpwcec]:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger[data-astro-cid-dmqpwcec].open span[data-astro-cid-dmqpwcec]:nth-child(2){opacity:0}.hamburger[data-astro-cid-dmqpwcec].open span[data-astro-cid-dmqpwcec]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav[data-astro-cid-dmqpwcec]{display:none;flex-direction:column;background:var(--cream);border-top:1px solid var(--sand);padding:16px 0 24px}.mobile-nav[data-astro-cid-dmqpwcec].open{display:flex}.mobile-nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec],.mobile-nav[data-astro-cid-dmqpwcec] button[data-astro-cid-dmqpwcec],.mobile-resources-btn[data-astro-cid-dmqpwcec]{padding:12px clamp(20px,5vw,60px);font-size:.9rem;font-weight:500;color:var(--navy);display:block;background:none;border:none;cursor:pointer;font-family:var(--font-body);text-align:left;width:100%;transition:color .15s}.mobile-nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover,.mobile-resources-btn[data-astro-cid-dmqpwcec]:hover{color:var(--olive)}.mobile-actions[data-astro-cid-dmqpwcec]{display:flex;gap:10px;flex-wrap:wrap;padding:12px clamp(20px,5vw,60px) 0}@media (max-width: 900px){.main-nav[data-astro-cid-dmqpwcec],.nav-actions[data-astro-cid-dmqpwcec]{display:none}.hamburger[data-astro-cid-dmqpwcec]{display:flex}}.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:100svh;display:flex;align-items:center;background:var(--cream);overflow-x:clip;overflow-y:visible;padding-top:72px}.hero-branch[data-astro-cid-bbe6dxrz]{position:absolute;top:-40px;right:-60px;width:clamp(260px,30vw,420px);pointer-events:none;z-index:0;opacity:.92}.hero-inner[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch;min-height:calc(100svh - 72px);padding-block:var(--section-pad);padding-bottom:0;position:relative;z-index:1}.hero-eyebrow[data-astro-cid-bbe6dxrz]{font-size:.75rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-light);margin-bottom:16px}.hero-logo-main[data-astro-cid-bbe6dxrz]{width:min(520px,100%);height:auto;display:block;margin-bottom:24px}.hero-sub[data-astro-cid-bbe6dxrz]{font-size:1rem;color:var(--text-light);line-height:1.65;margin-bottom:36px;max-width:360px}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;gap:12px;flex-wrap:wrap}.hero-visual[data-astro-cid-bbe6dxrz]{display:flex;align-items:flex-end;justify-content:center;height:100%}.calculator-img[data-astro-cid-bbe6dxrz]{width:min(460px,100%);height:auto;object-fit:contain;display:block;filter:drop-shadow(0 12px 32px rgba(26,39,68,.1))}@media (max-width: 768px){.hero[data-astro-cid-bbe6dxrz]{min-height:auto;padding-top:40px;padding-bottom:72px;align-items:flex-start}.hero-inner[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;text-align:center;min-height:auto;padding-top:72px;padding-bottom:56px}.hero-logo-main[data-astro-cid-bbe6dxrz]{margin-top:32px;max-width:90%}.hero-sub[data-astro-cid-bbe6dxrz]{max-width:none}.hero-actions[data-astro-cid-bbe6dxrz]{justify-content:center}.hero-visual[data-astro-cid-bbe6dxrz]{display:none}.hero-branch[data-astro-cid-bbe6dxrz]{width:clamp(220px,56vw,320px);right:-90px;top:0}.br-desk[data-astro-cid-bbe6dxrz]{display:none}}.trust-bar[data-astro-cid-zdc2jl42]{background:var(--navy);padding:56px 0}.trust-list[data-astro-cid-zdc2jl42]{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-item[data-astro-cid-zdc2jl42]{text-align:center;padding:24px 28px;border-right:1px solid rgba(255,255,255,.1)}.trust-item[data-astro-cid-zdc2jl42]:last-child{border-right:none}.trust-icon[data-astro-cid-zdc2jl42]{width:44px;height:44px;color:#ffffffb3;margin:0 auto 16px}.trust-icon[data-astro-cid-zdc2jl42] svg[data-astro-cid-zdc2jl42]{width:100%;height:100%}.trust-item[data-astro-cid-zdc2jl42] strong[data-astro-cid-zdc2jl42]{display:block;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--white);margin-bottom:8px}.trust-item[data-astro-cid-zdc2jl42] p[data-astro-cid-zdc2jl42]{font-size:.85rem;color:#ffffff8c;line-height:1.55}@media (max-width: 768px){.trust-list[data-astro-cid-zdc2jl42]{grid-template-columns:repeat(2,1fr)}.trust-item[data-astro-cid-zdc2jl42]:nth-child(2){border-right:none}.trust-item[data-astro-cid-zdc2jl42]:nth-child(1),.trust-item[data-astro-cid-zdc2jl42]:nth-child(2){border-bottom:1px solid rgba(255,255,255,.1)}}@media (max-width: 440px){.trust-list[data-astro-cid-zdc2jl42]{grid-template-columns:1fr}.trust-item[data-astro-cid-zdc2jl42]{border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.trust-item[data-astro-cid-zdc2jl42]:last-child{border-bottom:none}}.services-section[data-astro-cid-g5jplrhu]{padding-block:var(--section-pad);background:var(--cream);position:relative;overflow:visible}.branch-left[data-astro-cid-g5jplrhu],.branch-right[data-astro-cid-g5jplrhu]{position:absolute;top:50%;transform:translateY(-50%);width:clamp(200px,50vw,400px);pointer-events:none;opacity:.9}.branch-left[data-astro-cid-g5jplrhu]{left:-60px}.branch-right[data-astro-cid-g5jplrhu]{right:-80px;transform:translateY(-50%)}.section-header[data-astro-cid-g5jplrhu]{margin-bottom:48px}.services-list[data-astro-cid-g5jplrhu]{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:960px;margin:0 auto}.service-card[data-astro-cid-g5jplrhu]{text-align:center;padding:32px 20px;background:var(--white);border:1px solid var(--sand);transition:transform .25s,box-shadow .25s,border-color .25s}.service-card[data-astro-cid-g5jplrhu]:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1a274414;border-color:var(--olive-mid)}.service-icon[data-astro-cid-g5jplrhu]{width:52px;height:52px;background:var(--cream-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--olive)}.service-icon[data-astro-cid-g5jplrhu] svg[data-astro-cid-g5jplrhu]{width:26px;height:26px}.service-card[data-astro-cid-g5jplrhu] h3[data-astro-cid-g5jplrhu]{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:10px;line-height:1.3}.service-card[data-astro-cid-g5jplrhu] p[data-astro-cid-g5jplrhu]{font-size:.82rem;color:var(--text-light);line-height:1.6}@media (max-width: 860px){.services-list[data-astro-cid-g5jplrhu]{grid-template-columns:repeat(2,1fr)}.branch-left[data-astro-cid-g5jplrhu],.branch-right[data-astro-cid-g5jplrhu]{width:clamp(70px,10vw,120px)}}@media (max-width: 500px){.services-list[data-astro-cid-g5jplrhu]{grid-template-columns:1fr;max-width:360px}.branch-left[data-astro-cid-g5jplrhu],.branch-right[data-astro-cid-g5jplrhu]{display:none}}.about-section[data-astro-cid-v2cbyr3p]{padding-block:var(--section-pad);background:var(--cream-dark);position:relative;overflow-x:clip;overflow-y:visible}.about-branch[data-astro-cid-v2cbyr3p]{position:absolute;right:-50px;top:50%;transform:translateY(-60%);width:clamp(220px,32vw,440px);pointer-events:none;opacity:.85;z-index:0}.container[data-astro-cid-v2cbyr3p]{position:relative;z-index:1}.mission[data-astro-cid-v2cbyr3p]{display:flex;gap:32px;align-items:flex-start;background:var(--white);border:1px solid var(--sand);padding:40px;max-width:800px;margin-inline:auto;margin-bottom:64px}.mission-icon[data-astro-cid-v2cbyr3p]{width:64px;height:64px;background:var(--olive);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--white)}.mission-icon[data-astro-cid-v2cbyr3p] svg[data-astro-cid-v2cbyr3p]{width:30px;height:30px}.mission-body[data-astro-cid-v2cbyr3p] .section-label[data-astro-cid-v2cbyr3p]{color:var(--olive-mid)}.mission-body[data-astro-cid-v2cbyr3p] p[data-astro-cid-v2cbyr3p]{font-size:.9rem;color:var(--text-light);line-height:1.75}.values-header[data-astro-cid-v2cbyr3p]{margin-bottom:32px}.values-list[data-astro-cid-v2cbyr3p]{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--sand);background:var(--white)}.value-card[data-astro-cid-v2cbyr3p]{padding:32px 24px;border-right:1px solid var(--sand);text-align:center;transition:background .2s}.value-card[data-astro-cid-v2cbyr3p]:last-child{border-right:none}.value-card[data-astro-cid-v2cbyr3p]:hover{background:var(--cream)}.value-card[data-astro-cid-v2cbyr3p] strong[data-astro-cid-v2cbyr3p]{display:block;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--navy);margin-bottom:12px}.value-card[data-astro-cid-v2cbyr3p] p[data-astro-cid-v2cbyr3p]{font-size:.82rem;color:var(--text-light);line-height:1.6}@media (max-width: 768px){.values-list[data-astro-cid-v2cbyr3p]{grid-template-columns:repeat(2,1fr)}.value-card[data-astro-cid-v2cbyr3p]:nth-child(1),.value-card[data-astro-cid-v2cbyr3p]:nth-child(2){border-bottom:1px solid var(--sand)}.value-card[data-astro-cid-v2cbyr3p]:nth-child(2){border-right:none}.mission[data-astro-cid-v2cbyr3p]{flex-direction:column;gap:20px}}@media (max-width: 480px){.values-list[data-astro-cid-v2cbyr3p]{grid-template-columns:1fr}.value-card[data-astro-cid-v2cbyr3p]{border-right:none;border-bottom:1px solid var(--sand)}.value-card[data-astro-cid-v2cbyr3p]:last-child{border-bottom:none}}.contact-section[data-astro-cid-xmivup5a]{padding-block:var(--section-pad);background:var(--navy);position:relative;overflow:hidden}.contact-section[data-astro-cid-xmivup5a]:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}.contact-inner[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(40px,6vw,80px);align-items:start;position:relative}.contact-info[data-astro-cid-xmivup5a] .section-label[data-astro-cid-xmivup5a]{color:var(--olive-mid)}.contact-info[data-astro-cid-xmivup5a] .section-title[data-astro-cid-xmivup5a]{color:var(--white)}.contact-info[data-astro-cid-xmivup5a] .divider[data-astro-cid-xmivup5a]{background:var(--olive-mid);margin-left:0}.contact-tagline[data-astro-cid-xmivup5a]{color:#ffffff8c;font-size:.9rem;line-height:1.7;margin-bottom:32px}.contact-details[data-astro-cid-xmivup5a]{list-style:none;display:flex;flex-direction:column;gap:20px;margin-bottom:28px}.contact-details[data-astro-cid-xmivup5a] li[data-astro-cid-xmivup5a]{display:flex;gap:14px;align-items:flex-start}.contact-details[data-astro-cid-xmivup5a] svg[data-astro-cid-xmivup5a]{width:18px;height:18px;color:var(--olive-mid);flex-shrink:0;margin-top:2px}.contact-details[data-astro-cid-xmivup5a] strong[data-astro-cid-xmivup5a]{display:block;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:2px}.contact-details[data-astro-cid-xmivup5a] span[data-astro-cid-xmivup5a],.contact-details[data-astro-cid-xmivup5a] a[data-astro-cid-xmivup5a]{font-size:.88rem;color:#ffffffbf;display:block}.contact-details[data-astro-cid-xmivup5a] a[data-astro-cid-xmivup5a]{transition:color .15s}.contact-details[data-astro-cid-xmivup5a] a[data-astro-cid-xmivup5a]:hover{color:var(--white)}.map-link[data-astro-cid-xmivup5a]{font-size:.78rem!important;color:var(--olive-mid)!important;text-decoration:underline;margin-top:2px}.social-links[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:10px}.social-links[data-astro-cid-xmivup5a] a[data-astro-cid-xmivup5a]{display:flex;align-items:center;gap:10px;font-size:.83rem;color:#ffffff8c;transition:color .15s}.social-links[data-astro-cid-xmivup5a] a[data-astro-cid-xmivup5a]:hover{color:var(--white)}.social-links[data-astro-cid-xmivup5a] svg[data-astro-cid-xmivup5a]{width:16px;height:16px}.contact-form-wrap[data-astro-cid-xmivup5a]{background:var(--cream);padding:clamp(28px,4vw,48px)}.contact-form[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:18px}.form-row[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:6px}label[data-astro-cid-xmivup5a]{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dark)}.optional[data-astro-cid-xmivup5a]{font-weight:400;text-transform:none;color:var(--text-light);letter-spacing:0}input[data-astro-cid-xmivup5a],select[data-astro-cid-xmivup5a],textarea[data-astro-cid-xmivup5a]{font-family:var(--font-body);font-size:.9rem;color:var(--text-dark);background:var(--white);border:1px solid var(--sand);padding:11px 14px;width:100%;outline:none;transition:border-color .2s,box-shadow .2s;appearance:none}input[data-astro-cid-xmivup5a]::placeholder,textarea[data-astro-cid-xmivup5a]::placeholder{color:var(--text-light)}input[data-astro-cid-xmivup5a]:focus,select[data-astro-cid-xmivup5a]:focus,textarea[data-astro-cid-xmivup5a]:focus{border-color:var(--olive-mid);box-shadow:0 0 0 3px #6e7f461f}textarea[data-astro-cid-xmivup5a]{resize:vertical;min-height:100px}.select-wrap[data-astro-cid-xmivup5a]{position:relative}.select-arrow[data-astro-cid-xmivup5a]{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--text-light);pointer-events:none}.form-footer[data-astro-cid-xmivup5a]{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.submit-btn[data-astro-cid-xmivup5a]{white-space:nowrap}.form-note[data-astro-cid-xmivup5a]{font-size:.75rem;color:var(--text-light);line-height:1.4}.form-success[data-astro-cid-xmivup5a],.form-error[data-astro-cid-xmivup5a]{padding:14px 18px;font-size:.88rem;display:flex;align-items:center;gap:10px}.form-success[data-astro-cid-xmivup5a]{background:#5c6b3a1a;border:1px solid var(--olive-mid);color:var(--olive-dark)}.form-success[data-astro-cid-xmivup5a] svg[data-astro-cid-xmivup5a]{width:18px;height:18px;flex-shrink:0}.form-error[data-astro-cid-xmivup5a]{background:#fdf0f0;border:1px solid #e0a0a0;color:#8b2020}.form-success[data-astro-cid-xmivup5a][hidden],.form-error[data-astro-cid-xmivup5a][hidden]{display:none}@media (max-width: 820px){.contact-inner[data-astro-cid-xmivup5a]{grid-template-columns:1fr}}@media (max-width: 540px){.form-row[data-astro-cid-xmivup5a]{grid-template-columns:1fr}}.site-footer[data-astro-cid-sz7xmlte]{background:var(--navy-light);position:relative;overflow-x:clip;overflow-y:visible}.footer-branch[data-astro-cid-sz7xmlte]{position:absolute;bottom:0;width:clamp(120px,16vw,220px);pointer-events:none;opacity:.5}.footer-branch-left[data-astro-cid-sz7xmlte]{left:-30px}.footer-branch-right[data-astro-cid-sz7xmlte]{right:-30px;bottom:-30px}.footer-inner[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr auto 1fr;gap:40px;padding-block:clamp(40px,6vw,64px);position:relative}.footer-col-title[data-astro-cid-sz7xmlte]{font-family:var(--font-body);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--olive-mid);margin-bottom:20px}.footer-contact[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-contact[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{display:flex;gap:10px;align-items:flex-start}.footer-contact[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:16px;height:16px;color:var(--olive-mid);flex-shrink:0;margin-top:2px}.footer-contact[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.footer-contact[data-astro-cid-sz7xmlte] div[data-astro-cid-sz7xmlte]{font-size:.83rem;color:#fff9;line-height:1.55}.footer-contact[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{transition:color .15s}.footer-contact[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--white)}.footer-divider[data-astro-cid-sz7xmlte]{width:1px;background:#ffffff1a;align-self:stretch}.footer-cta[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column}.footer-cta-btns[data-astro-cid-sz7xmlte]{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.footer-cta-text[data-astro-cid-sz7xmlte]{font-size:.8rem;color:#ffffff73;line-height:1.6;margin-bottom:24px}.footer-logo[data-astro-cid-sz7xmlte]{margin-top:auto}.footer-logo[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{width:min(260px,100%);height:auto;display:block;filter:brightness(0) invert(1);opacity:.95}.footer-bar[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.08);padding-block:16px;position:relative}.footer-bar[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.75rem;color:#ffffff4d;text-align:center}@media (max-width: 768px){.footer-inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}.footer-divider[data-astro-cid-sz7xmlte]{height:1px;width:auto}}.modal-overlay[data-astro-cid-6sfhxpqh]{position:fixed;inset:0;z-index:200;background:#1a27448c;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .25s}.modal-overlay[data-astro-cid-6sfhxpqh]:not([hidden]){opacity:1}.modal-overlay[data-astro-cid-6sfhxpqh][hidden]{display:none!important}.modal-box[data-astro-cid-6sfhxpqh]{background:var(--cream);width:100%;max-width:640px;max-height:88vh;overflow-y:auto;padding:40px;position:relative;transform:translateY(16px);transition:transform .25s;box-shadow:0 24px 64px #1a274433}.modal-overlay[data-astro-cid-6sfhxpqh]:not([hidden]) .modal-box[data-astro-cid-6sfhxpqh]{transform:none}.modal-close[data-astro-cid-6sfhxpqh]{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;color:var(--text-light);padding:6px;line-height:1;transition:color .15s}.modal-close[data-astro-cid-6sfhxpqh]:hover{color:var(--navy)}.modal-header[data-astro-cid-6sfhxpqh]{margin-bottom:28px}.modal-title[data-astro-cid-6sfhxpqh]{font-family:var(--font-display);font-size:1.8rem;font-weight:700;color:var(--navy);line-height:1.2}.modal-subtitle[data-astro-cid-6sfhxpqh]{color:var(--text-light);font-size:.9rem;margin-top:8px}.resource-list[data-astro-cid-6sfhxpqh]{list-style:none;display:flex;flex-direction:column;gap:8px}.resource-card[data-astro-cid-6sfhxpqh]{display:flex;align-items:center;gap:16px;padding:16px 18px;background:var(--white);border:1px solid var(--sand);transition:border-color .2s,box-shadow .2s,transform .2s;color:var(--navy)}.resource-card[data-astro-cid-6sfhxpqh]:hover{border-color:var(--olive-mid);box-shadow:0 4px 16px #5c6b3a1f;transform:translate(3px)}.resource-icon[data-astro-cid-6sfhxpqh]{width:40px;height:40px;background:var(--cream-dark);border-radius:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--olive)}.resource-icon[data-astro-cid-6sfhxpqh] svg[data-astro-cid-6sfhxpqh]{width:20px;height:20px}.resource-info[data-astro-cid-6sfhxpqh]{flex:1;min-width:0}.resource-info[data-astro-cid-6sfhxpqh] strong[data-astro-cid-6sfhxpqh]{display:block;font-size:.9rem;font-weight:600}.resource-info[data-astro-cid-6sfhxpqh] span[data-astro-cid-6sfhxpqh]{display:block;font-size:.78rem;color:var(--text-light);margin-top:2px}.resource-arrow[data-astro-cid-6sfhxpqh]{width:16px;height:16px;color:var(--text-light);flex-shrink:0;transition:color .2s}.resource-card[data-astro-cid-6sfhxpqh]:hover .resource-arrow[data-astro-cid-6sfhxpqh]{color:var(--olive)}@media (max-width: 500px){.modal-box[data-astro-cid-6sfhxpqh]{padding:28px 20px}}
