*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:#0e1115;background-color:#fff;font-family:Work Sans,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.font-display{letter-spacing:-.02em;font-family:Sora,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.15}.font-headline{letter-spacing:-.01em;font-family:Sora,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2}.font-title{font-family:Sora,system-ui,sans-serif;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:600;line-height:1.3}.font-body{font-family:Work Sans,system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.6}.font-label{letter-spacing:.05em;text-transform:uppercase;font-family:Work Sans,system-ui,sans-serif;font-size:.75rem;font-weight:500;line-height:1.4}.color-primary{color:#123454}.color-accent{color:#c06e2d}.color-ink{color:#0e1115}.color-muted{color:#6d7277}.color-bg{color:#fff}.bg-primary{background-color:#123454}.bg-accent{background-color:#c06e2d}.bg-surface{background-color:#eff2f4}.bg-white{background-color:#fff}.btn{border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-family:Work Sans,system-ui,sans-serif;font-size:1rem;font-weight:500;line-height:1.4;transition:transform .2s cubic-bezier(.25,1,.5,1),box-shadow .2s cubic-bezier(.25,1,.5,1),background-color .2s;display:inline-flex}.btn-primary{color:#fff;background-color:#c06e2d}.btn-primary:hover,.btn-primary:focus-visible{background-color:#a55d24;transform:translateY(-1px);box-shadow:0 2px 8px #1234541f}.btn-secondary{color:#123454;background-color:#0000;border:1px solid #123454}.btn-secondary:hover,.btn-secondary:focus-visible{color:#fff;background-color:#123454;transform:translateY(-1px);box-shadow:0 2px 8px #1234541f}.btn-white{color:#123454;background-color:#fff}.btn-white:hover,.btn-white:focus-visible{background-color:#eff2f4;transform:translateY(-1px)}:focus-visible{outline-offset:2px;outline:2px solid #c06e2d}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}@media (width>=768px){.container{padding-left:32px;padding-right:32px}}.section-padding{padding-top:clamp(48px,8vw,96px);padding-bottom:clamp(48px,8vw,96px)}.card{background-color:#eff2f4;border-radius:12px;padding:24px}.card-interactive{transition:transform .2s cubic-bezier(.25,1,.5,1),box-shadow .2s cubic-bezier(.25,1,.5,1)}.card-interactive:hover,.card-interactive:focus-within{transform:translateY(-2px);box-shadow:0 4px 12px #0e111514}.eyebrow{letter-spacing:.05em;text-transform:uppercase;color:#c06e2d;font-family:Work Sans,system-ui,sans-serif;font-size:.75rem;font-weight:500;line-height:1.4}.link-accent{color:#c06e2d;align-items:center;gap:4px;font-weight:500;transition:gap .2s;display:inline-flex}.link-accent:hover,.link-accent:focus-visible{gap:8px}.divider{background-color:#d8d5d0;align-self:stretch;width:1px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.card-interactive,.link-accent{transition:none}}:root{--ease-out-quint:cubic-bezier(.22, 1, .36, 1);--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--reveal-duration:.7s;--hero-duration:.9s}.hero{background-color:#fff;padding-top:clamp(40px,8vw,96px);padding-bottom:clamp(40px,8vw,96px);position:relative;overflow:hidden}.hero-canvas{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero-inner{z-index:1;position:relative}html.motion-ready .site-header{animation:header-slide-down .6s var(--ease-out-quint) forwards}@keyframes header-slide-down{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}html.motion-ready .hero-anim{opacity:0;animation:hero-fade-up var(--hero-duration) var(--ease-out-expo) forwards}html.motion-ready .hero-anim[data-anim-delay="1"]{animation-delay:.12s}html.motion-ready .hero-anim[data-anim-delay="2"]{animation-delay:.26s}html.motion-ready .hero-anim[data-anim-delay="3"]{animation-delay:.4s}html.motion-ready .hero-anim[data-anim-delay="4"]{animation-delay:.52s}html.motion-ready .hero-anim[data-anim-delay="5"]{animation-delay:.62s}html.motion-ready .hero-anim[data-anim-delay="6"]{animation-delay:.7s}html.motion-ready .hero-anim[data-anim-delay="7"]{animation-delay:.76s}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}html.motion-ready .hero-image-anim{opacity:0;clip-path:inset(100% 0 0);animation:hero-image-enter 1.2s var(--ease-out-expo) forwards}@keyframes hero-image-enter{0%{opacity:0;clip-path:inset(100% 0 0);transform:scale(1.08)translateY(30px)}to{opacity:1;clip-path:inset(0);transform:scale(1)translateY(0)}}html.motion-ready .reveal{opacity:0;transition:opacity var(--reveal-duration) var(--ease-out-quint), transform var(--reveal-duration) var(--ease-out-quint);transform:translateY(24px)}html.motion-ready .reveal.revealed{opacity:1;transform:translateY(0)}html.motion-ready .reveal[data-reveal-delay="1"]{transition-delay:80ms}html.motion-ready .reveal[data-reveal-delay="2"]{transition-delay:.16s}html.motion-ready .reveal[data-reveal-delay="3"]{transition-delay:.24s}html.motion-ready .reveal[data-reveal-delay="4"]{transition-delay:.32s}html.motion-ready .reveal[data-reveal-delay="5"]{transition-delay:.4s}html.motion-ready .reveal[data-reveal-delay="6"]{transition-delay:.48s}html.motion-ready .reveal[data-reveal-delay="7"]{transition-delay:.56s}html.motion-ready .reveal[data-reveal-delay="8"]{transition-delay:.64s}html.motion-ready .reveal[data-reveal-delay="9"]{transition-delay:.72s}html.motion-ready .reveal-scale{opacity:0;transition:opacity .75s var(--ease-out-expo), transform .75s var(--ease-out-expo);transform:scale(.97)translateY(16px)}html.motion-ready .reveal-scale.revealed{opacity:1;transform:scale(1)translateY(0)}.parallax-container{overflow:hidden}.parallax{will-change:transform}.btn:active{transform:scale(.97)translateY(0)}.card-interactive:hover,.card-interactive:focus-within{transform:translateY(-3px)scale(1.01)}.link-accent span[aria-hidden=true]{transition:transform .2s var(--ease-out-quint);display:inline-block}.link-accent:hover span[aria-hidden=true],.link-accent:focus-visible span[aria-hidden=true]{transform:translate(3px)}.feature-bar-item:hover .feature-icon{transition:transform .3s var(--ease-out-quint);transform:scale(1.1)}html.motion-ready .quote-mark{opacity:0;transition:opacity .5s var(--ease-out-quint), transform .5s var(--ease-out-quint);display:inline-block;transform:scale(.8)rotate(-8deg)}html.motion-ready .testimonial-card.revealed .quote-mark{opacity:1;transform:scale(1)rotate(0)}html.motion-ready .cta-band.reveal-scale.revealed{box-shadow:0 16px 56px #12345433}.btn-primary{position:relative;overflow:hidden}.btn-primary:after{content:"";border-radius:inherit;transition:box-shadow .35s var(--ease-out-quint);pointer-events:none;position:absolute;inset:0;box-shadow:0 0 #c06e2d00}.btn-primary:hover:after,.btn-primary:focus-visible:after{box-shadow:0 0 24px 4px #c06e2d40}html.motion-ready .phone-pulse{animation:3s ease-in-out infinite phone-breathe}@keyframes phone-breathe{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}html.motion-ready .check-draw svg{stroke-dasharray:40;stroke-dashoffset:40px;transition:stroke-dashoffset .6s var(--ease-out-quint)}html.motion-ready .reveal.revealed .check-draw svg{stroke-dashoffset:0}.service-card .service-icon-wrap{transition:background-color .3s var(--ease-out-quint), transform .3s var(--ease-out-quint)}.service-card:hover .service-icon-wrap,.service-card:focus-within .service-icon-wrap{background-color:#c06e2d1f;transform:scale(1.08)}.service-card .service-icon-wrap svg{transition:stroke .3s var(--ease-out-quint)}.service-card:hover .service-icon-wrap svg,.service-card:focus-within .service-icon-wrap svg{stroke:#c06e2d}.testimonial-card{transition:border-color .3s var(--ease-out-quint), box-shadow .3s var(--ease-out-quint)}.testimonial-card:hover,.testimonial-card:focus-within{border-color:#c06e2d59;box-shadow:0 6px 20px #12345414}.desktop-nav .nav-links a{position:relative}.desktop-nav .nav-links a:after{content:"";transform-origin:0;height:2px;transition:transform .3s var(--ease-out-quint);background-color:#c06e2d;border-radius:1px;position:absolute;bottom:4px;left:12px;right:12px;transform:scaleX(0)}.desktop-nav .nav-links a:hover:after,.desktop-nav .nav-links a:focus-visible:after{transform:scaleX(1)}.social-link{transition:background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .3s var(--ease-out-quint)}.social-link:hover,.social-link:focus-visible{box-shadow:0 0 0 3px #c06e2d33}.feature-bar-item .feature-icon svg{transition:stroke .3s var(--ease-out-quint)}.feature-bar-item:hover .feature-icon svg{stroke:#c06e2d}.cta-method{transition:transform .25s var(--ease-out-quint)}.cta-method:hover{transform:translate(4px)}.cta-method-icon{transition:background-color .3s var(--ease-out-quint), transform .3s var(--ease-out-quint)}.cta-method:hover .cta-method-icon{background-color:#ffffff2e;transform:scale(1.1)}@media (prefers-reduced-motion:reduce){html.motion-ready .hero-anim,html.motion-ready .hero-image-anim,html.motion-ready .site-header,html.motion-ready .reveal,html.motion-ready .reveal-scale{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}.parallax{transform:none!important}html.motion-ready .quote-mark{opacity:1!important;transition:none!important;transform:none!important}html.motion-ready .phone-pulse{animation:none!important}html.motion-ready .check-draw svg{stroke-dashoffset:0!important;transition:none!important}}.site-header{z-index:20;color:#fff;background-color:#123454;position:sticky;top:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header-inner[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:center;gap:16px;min-height:64px;display:flex}.header-logo[data-astro-cid-lcdefpme]{flex-shrink:0;align-items:center;display:flex}.logo-img[data-astro-cid-lcdefpme]{filter:brightness(0)invert();width:auto;height:48px;display:block}.desktop-nav[data-astro-cid-lcdefpme]{display:none}.mobile-nav[data-astro-cid-lcdefpme]{margin-left:auto;position:relative}.nav-toggle[data-astro-cid-lcdefpme]{cursor:pointer;color:#fff;justify-content:center;align-items:center;width:40px;height:40px;list-style:none;display:flex}.nav-toggle[data-astro-cid-lcdefpme]::-webkit-details-marker{display:none}.nav-menu[data-astro-cid-lcdefpme]{background-color:#123454;border-radius:12px;min-width:220px;padding:16px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 32px #0e111529}.nav-links[data-astro-cid-lcdefpme]{flex-direction:column;gap:8px;display:flex}.nav-links[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{color:#fff;opacity:.9;border-radius:8px;padding:8px 12px;font-size:.875rem;font-weight:500;transition:opacity .2s,background-color .2s;display:block}.nav-links[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover,.nav-links[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:focus-visible{opacity:1;background-color:#ffffff14}.header-actions[data-astro-cid-lcdefpme]{display:none}.header-phone[data-astro-cid-lcdefpme]{color:#fff;opacity:.9;align-items:center;gap:8px;font-size:.875rem;font-weight:500;transition:opacity .2s;display:flex}.header-phone[data-astro-cid-lcdefpme]:hover,.header-phone[data-astro-cid-lcdefpme]:focus-visible{opacity:1}.header-cta[data-astro-cid-lcdefpme]{padding:10px 18px;font-size:.875rem}@media (width>=768px){.mobile-nav[data-astro-cid-lcdefpme]{display:none}.desktop-nav[data-astro-cid-lcdefpme]{margin-left:auto;display:block}.desktop-nav[data-astro-cid-lcdefpme] .nav-links[data-astro-cid-lcdefpme]{flex-direction:row;align-items:center;gap:4px}.header-actions[data-astro-cid-lcdefpme]{align-items:center;gap:16px;margin-left:16px;display:flex}}.hero-inner[data-astro-cid-lcdefpme]{flex-direction:column;gap:32px;display:flex}.hero-image[data-astro-cid-lcdefpme]{border-radius:12px;max-height:480px;overflow:hidden}.hero-image[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:cover;object-position:center top;width:100%;height:100%}.hero-text[data-astro-cid-lcdefpme]{max-width:560px}.hero-eyebrow[data-astro-cid-lcdefpme]{margin-bottom:16px}.hero-title[data-astro-cid-lcdefpme]{text-wrap:balance;margin-bottom:20px}.hero-body[data-astro-cid-lcdefpme]{color:#0e1115;text-wrap:pretty;max-width:65ch;margin-bottom:28px}.hero-buttons[data-astro-cid-lcdefpme]{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.hero-phone-row[data-astro-cid-lcdefpme]{color:#6d7277;flex-wrap:wrap;align-items:center;gap:8px 16px;font-size:.875rem;display:flex}.phone-link[data-astro-cid-lcdefpme]{color:#0e1115;font-weight:500}.phone-availability[data-astro-cid-lcdefpme]{color:#6d7277}@media (width>=768px){.hero-inner[data-astro-cid-lcdefpme]{flex-direction:row;align-items:flex-start;gap:48px}.hero-image[data-astro-cid-lcdefpme]{flex:45%;order:2;max-height:520px}.hero-image[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:cover;object-position:center top;height:100%}.hero-text[data-astro-cid-lcdefpme]{flex:55%;order:1}}.feature-bar[data-astro-cid-lcdefpme]{background-color:#fff;padding-bottom:clamp(32px,6vw,64px)}.feature-bar-inner[data-astro-cid-lcdefpme]{background-color:#fff;border:1px solid #e2e5e8;border-radius:12px;flex-direction:column;gap:24px;padding:24px;display:flex}.feature-bar-item[data-astro-cid-lcdefpme]{align-items:flex-start;gap:16px;display:flex}.feature-icon[data-astro-cid-lcdefpme]{background-color:#eff2f4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.feature-bar-title[data-astro-cid-lcdefpme]{color:#0e1115;margin-bottom:4px;font-size:1rem}.feature-bar-divider[data-astro-cid-lcdefpme]{background-color:#e2e5e8;align-self:stretch;width:1px;display:none}@media (width>=768px){.feature-bar-inner[data-astro-cid-lcdefpme]{flex-direction:row;align-items:stretch;padding:32px}.feature-bar-item[data-astro-cid-lcdefpme]{flex:1}.feature-bar-divider[data-astro-cid-lcdefpme]{display:block}}.why-section[data-astro-cid-lcdefpme]{background-color:#fff}.section-header[data-astro-cid-lcdefpme]{text-align:center;margin-bottom:clamp(32px,5vw,56px)}.section-header[data-astro-cid-lcdefpme] .eyebrow[data-astro-cid-lcdefpme]{margin-bottom:12px}.section-header[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{text-wrap:balance}.why-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:32px;display:grid}.why-item[data-astro-cid-lcdefpme]{text-align:center;padding:0 16px}.why-icon[data-astro-cid-lcdefpme]{background-color:#eff2f4;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex}.why-title[data-astro-cid-lcdefpme]{color:#0e1115;margin-bottom:8px;font-size:1.125rem}.why-body[data-astro-cid-lcdefpme]{max-width:32ch;margin:0 auto}@media (width>=768px){.why-grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(4,1fr);gap:0}.why-item[data-astro-cid-lcdefpme]{padding:0 24px}.why-item[data-astro-cid-lcdefpme]:not(:last-child){border-right:1px solid #e2e5e8}}.services-section[data-astro-cid-lcdefpme]{background-color:#f4f5f7}.services-layout[data-astro-cid-lcdefpme]{gap:32px;display:grid}.services-intro[data-astro-cid-lcdefpme]{max-width:360px}.services-intro[data-astro-cid-lcdefpme] .eyebrow[data-astro-cid-lcdefpme]{margin-bottom:12px}.services-intro[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{margin-bottom:16px}.services-intro-text[data-astro-cid-lcdefpme]{color:#0e1115;text-wrap:pretty;max-width:65ch;margin-bottom:24px}.services-grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}.service-card[data-astro-cid-lcdefpme]{background-color:#fff;border:1px solid #e2e5e8;flex-direction:column;gap:12px;display:flex}.service-icon-wrap[data-astro-cid-lcdefpme]{background-color:#eff2f4;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.service-title[data-astro-cid-lcdefpme]{color:#0e1115;font-size:1.125rem}.service-body[data-astro-cid-lcdefpme]{flex:1}.service-link[data-astro-cid-lcdefpme]{margin-top:4px}@media (width>=1024px){.services-layout[data-astro-cid-lcdefpme]{grid-template-columns:280px 1fr;align-items:start;gap:48px}}.about-section[data-astro-cid-lcdefpme]{background-color:#fff}.about-inner[data-astro-cid-lcdefpme]{gap:32px;display:grid}.about-image[data-astro-cid-lcdefpme]{border-radius:12px;overflow:hidden}.about-image[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:cover;width:100%;height:auto}.about-text[data-astro-cid-lcdefpme]{max-width:560px}.about-text[data-astro-cid-lcdefpme] .eyebrow[data-astro-cid-lcdefpme]{margin-bottom:12px}.about-title[data-astro-cid-lcdefpme]{text-wrap:balance;margin-bottom:20px}.about-body[data-astro-cid-lcdefpme]{color:#0e1115;text-wrap:pretty;max-width:65ch;margin-bottom:16px}.about-checklist[data-astro-cid-lcdefpme]{flex-direction:column;gap:12px;margin:24px 0;display:flex}.about-checklist[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{color:#0e1115;align-items:center;gap:10px;font-size:.9375rem;display:flex}.check-icon[data-astro-cid-lcdefpme]{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.about-cta[data-astro-cid-lcdefpme]{margin-top:8px}@media (width>=768px){.about-inner[data-astro-cid-lcdefpme]{grid-template-columns:1fr 1fr;align-items:center;gap:48px}}.testimonials-section[data-astro-cid-lcdefpme]{background-color:#f4f5f7}.testimonials-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:20px;display:grid}.testimonial-card[data-astro-cid-lcdefpme]{background-color:#fff;border:1px solid #e2e5e8;border-radius:12px;flex-direction:column;gap:16px;padding:28px;display:flex}.quote-mark[data-astro-cid-lcdefpme]{color:#c06e2d;font-family:Sora,system-ui,sans-serif;font-size:2.5rem;font-weight:600;line-height:1}.testimonial-quote[data-astro-cid-lcdefpme]{color:#0e1115;text-wrap:pretty;flex:1;font-size:.9375rem;line-height:1.7}.testimonial-author[data-astro-cid-lcdefpme]{align-items:center;gap:12px;display:flex}.testimonial-author[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:cover;border-radius:50%;width:48px;height:48px}.author-name[data-astro-cid-lcdefpme]{color:#0e1115;font-size:.875rem;font-weight:600}.author-role[data-astro-cid-lcdefpme]{color:#6d7277;font-size:.8125rem}@media (width>=768px){.testimonials-grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(3,1fr)}}.cta-section[data-astro-cid-lcdefpme]{background-color:#fff;padding-top:clamp(32px,6vw,64px);padding-bottom:clamp(32px,6vw,64px)}.cta-band[data-astro-cid-lcdefpme]{color:#fff;background-color:#123454;border-radius:12px;align-items:center;gap:32px;padding:clamp(32px,5vw,56px);display:grid}.cta-title[data-astro-cid-lcdefpme]{color:#fff;text-wrap:balance;margin-bottom:12px}.cta-subtitle[data-astro-cid-lcdefpme]{color:#ffffffbf;max-width:45ch}.cta-methods[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:24px;display:grid}.cta-method[data-astro-cid-lcdefpme]{align-items:flex-start;gap:12px;display:flex}.cta-method-icon[data-astro-cid-lcdefpme]{background-color:#ffffff1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cta-method-label[data-astro-cid-lcdefpme]{margin-bottom:2px;font-size:.9375rem;font-weight:500}.cta-method-sub[data-astro-cid-lcdefpme]{color:#ffffffb3;font-size:.875rem}.cta-method-sub[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{color:#ffffffd9;text-underline-offset:2px;text-decoration:underline}.cta-method-sub[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover,.cta-method-sub[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:focus-visible{color:#fff}.cta-action[data-astro-cid-lcdefpme]{align-items:center;display:flex}@media (width>=768px){.cta-band[data-astro-cid-lcdefpme]{grid-template-columns:1fr auto auto;gap:40px}.cta-methods[data-astro-cid-lcdefpme]{grid-template-columns:repeat(3,1fr)}}.site-footer[data-astro-cid-lcdefpme]{color:#fff;background:linear-gradient(#0f1e38 0%,#14243f 100%);padding-top:clamp(40px,6vw,72px);padding-bottom:24px}.footer-inner[data-astro-cid-lcdefpme]{gap:40px;margin-bottom:40px;display:grid}.footer-brand[data-astro-cid-lcdefpme]{max-width:320px}.footer-logo[data-astro-cid-lcdefpme]{margin-bottom:16px;display:inline-block}.footer-logo-img[data-astro-cid-lcdefpme]{filter:brightness(0)invert();width:auto;height:48px;display:block}.footer-about[data-astro-cid-lcdefpme]{color:#ffffffb3;margin-bottom:20px;font-size:.875rem;line-height:1.6}.footer-social[data-astro-cid-lcdefpme]{gap:12px;display:flex}.social-link[data-astro-cid-lcdefpme]{color:#fffc;border:1px solid #ffffff40;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .2s,border-color .2s,color .2s;display:flex}.social-link[data-astro-cid-lcdefpme]:hover,.social-link[data-astro-cid-lcdefpme]:focus-visible{color:#fff;background-color:#ffffff1a;border-color:#ffffff80}.footer-links[data-astro-cid-lcdefpme]{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.footer-col-title[data-astro-cid-lcdefpme]{color:#fff;margin-bottom:16px;font-family:Sora,system-ui,sans-serif;font-size:.9375rem;font-weight:600}.footer-col[data-astro-cid-lcdefpme] ul[data-astro-cid-lcdefpme]{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-col[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{color:#ffffffb3;font-size:.875rem;transition:color .2s}.footer-col[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover,.footer-col[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:focus-visible{color:#fff}.footer-address[data-astro-cid-lcdefpme]{color:#ffffffb3;font-size:.875rem;font-style:normal;line-height:1.7}.footer-address[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{color:#ffffffd9;transition:color .2s}.footer-address[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover,.footer-address[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:focus-visible{color:#fff}.footer-kvk[data-astro-cid-lcdefpme]{color:#ffffff8c;margin-top:8px;font-size:.8125rem}.footer-bottom[data-astro-cid-lcdefpme]{color:#ffffff8c;border-top:1px solid #ffffff1f;flex-direction:column;gap:12px;padding-top:24px;font-size:.8125rem;display:flex}.footer-bottom-links[data-astro-cid-lcdefpme]{gap:20px;display:flex}.footer-bottom-links[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{color:#ffffffb3;transition:color .2s}.footer-bottom-links[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover,.footer-bottom-links[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:focus-visible{color:#fff}@media (width>=768px){.footer-inner[data-astro-cid-lcdefpme]{grid-template-columns:280px 1fr;gap:64px}.footer-links[data-astro-cid-lcdefpme]{grid-template-columns:repeat(4,1fr)}.footer-bottom[data-astro-cid-lcdefpme]{flex-direction:row;justify-content:space-between;align-items:center}}
