:root{--bg: #f9f9f9;--bg2: #f2f2f2;--ink: #1b1b1b;--ink2: #6b6b6b;--accent: #037EFF;--accent-hover: #0567d6;--accent-light: #e6f1ff;--green-tint: oklch(.88 .1 145);--radius: 20px;--nav-h: 110px;--container-max: 1300px;--section-pad-x: 0px;--section-pad-y: 80px;--font-display: "Unbounded", sans-serif;--font-body: "Inter", sans-serif}@media (max-width: 768px){:root{--section-pad-x: 25px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);overflow-x:hidden}.container{max-width:var(--container-max);margin:0 auto;padding-left:var(--section-pad-x);padding-right:var(--section-pad-x)}.section{padding:var(--section-pad-y) var(--section-pad-x);max-width:var(--container-max);margin:0 auto}.section-full{padding:var(--section-pad-y) var(--section-pad-x);max-width:none}h2.section-title{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.6rem);font-weight:500;line-height:1.12;letter-spacing:-.02em;color:var(--ink);margin-bottom:3.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.02em;padding:.85rem 1.8rem;border-radius:100px;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;cursor:pointer;border:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px #037eff66}.btn-outline{background:transparent;color:var(--ink2);border:1.5px solid oklch(.88 .005 250)}.btn-outline:hover{border-color:#666;color:var(--ink);transform:translateY(-2px)}.reveal{transition:opacity .7s ease,transform .7s ease}.anim-ready .reveal{opacity:0;transform:translateY(28px)}.reveal.visible,.anim-ready .reveal.visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.social-pill{font-family:var(--font-display);font-size:.65rem;font-weight:600;letter-spacing:.04em;padding:.5rem 1.1rem;border-radius:100px;text-decoration:none;border:1.5px solid;transition:background .2s,color .2s}.social-pill.fb{color:#1877f2;border-color:#1877f2}.social-pill.fb:hover{background:#1877f2;color:#fff}.social-pill.ig{color:#e1306c;border-color:#e1306c}.social-pill.ig:hover{background:#e1306c;color:#fff}.social-pill.li{color:#0a66c2;border-color:#0a66c2}.social-pill.li:hover{background:#0a66c2;color:#fff}header[data-astro-cid-ctg3m53h]{position:static;background:#0e0e0e;border-bottom:1px solid #222}.header-inner[data-astro-cid-ctg3m53h]{height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 var(--section-pad-x);max-width:var(--container-max);margin:0 auto}.nav-logo[data-astro-cid-ctg3m53h]{display:flex;align-items:center;height:36px;flex-shrink:0}.nav-logo[data-astro-cid-ctg3m53h] img[data-astro-cid-ctg3m53h]{height:auto;width:150px}.nav-links[data-astro-cid-ctg3m53h]{display:flex;gap:1rem;align-items:center}.nav-links[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{font-family:var(--font-display);font-size:.875rem;font-weight:500;letter-spacing:.02em;padding:.55rem 1.5rem;border-radius:100px;color:#fff;text-decoration:none;transition:color .2s}.nav-links[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{background-color:#fff;color:#1b1b1b}.nav-links[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h].cta{background:var(--accent);color:#fff;padding:.75rem 2rem;border-radius:100px;font-size:.875rem;transition:background .2s,transform .15s}.nav-links[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h].cta:hover{background:var(--accent-hover);transform:translateY(-1px)}.nav-burger[data-astro-cid-ctg3m53h]{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.nav-burger[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{display:block;width:24px;height:2px;background:#aaa;border-radius:2px;transition:.3s}@media (max-width: 768px){.nav-links[data-astro-cid-ctg3m53h]{display:none;position:absolute;top:var(--nav-h);left:0;right:0;background:#111;flex-direction:column;padding:1.5rem var(--section-pad-x);gap:1.25rem;border-bottom:1px solid #222;box-shadow:0 8px 24px #0003}.nav-links[data-astro-cid-ctg3m53h].open,.nav-burger[data-astro-cid-ctg3m53h]{display:flex}}footer[data-astro-cid-gcn2mc3v]{background:#111;border-top:1px solid #222;padding:60px var(--section-pad-x) 32px}.footer-main[data-astro-cid-gcn2mc3v]{max-width:var(--container-max);margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:3rem;flex-wrap:no-wrap;padding-bottom:48px;border-bottom:1px solid #222}.footer-tagline[data-astro-cid-gcn2mc3v],.footer-right[data-astro-cid-gcn2mc3v]{width:50%}.footer-tagline[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{font-family:var(--font-display);font-size:clamp(2rem,2.5vw,1.8rem);font-weight:500;line-height:1.3;color:#fff}.footer-right[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;gap:2rem;align-items:flex-end}.footer-socials[data-astro-cid-gcn2mc3v]{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.footer-contact-row[data-astro-cid-gcn2mc3v]{display:flex;gap:3rem;flex-wrap:wrap;justify-content:flex-end}.footer-contact-item[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;gap:.4rem}.fci-label[data-astro-cid-gcn2mc3v]{font-family:var(--font-display);font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#555}.fci-val[data-astro-cid-gcn2mc3v]{font-family:var(--font-display);font-size:clamp(1rem,1.8vw,1.4rem);font-weight:500;color:#fff;text-decoration:none;transition:color .2s}.fci-val[data-astro-cid-gcn2mc3v]:hover{color:var(--accent)}.footer-bottom[data-astro-cid-gcn2mc3v]{max-width:var(--container-max);margin:1.5rem auto 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-bottom[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{font-size:.78rem;font-weight:300!important;color:#fff;font-family:var(--font-display)}.footer-bottom[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{font-size:.78rem;font-weight:300;font-family:var(--font-display);color:#fff;text-decoration:none;transition:color .2s}.footer-bottom[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{text-decoration:underline}.accent[data-astro-cid-gcn2mc3v]{color:var(--accent)}@media (max-width: 768px){.footer-main[data-astro-cid-gcn2mc3v]{flex-direction:column}.footer-tagline[data-astro-cid-gcn2mc3v]{width:100%}.footer-right[data-astro-cid-gcn2mc3v]{align-items:flex-start;width:100%}.footer-socials[data-astro-cid-gcn2mc3v]{justify-content:flex-start}.footer-contact-row[data-astro-cid-gcn2mc3v]{justify-content:flex-start;gap:1.5rem}.footer-bottom[data-astro-cid-gcn2mc3v]{flex-direction:column;text-align:center}}
