@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,800;1,800&family=Nunito+Sans:wght@300;400;600;700;800&family=Bebas+Neue&family=Fira+Code:wght@400;500&display=swap";:root{--g1:#1b5e20;--g2:#2e7d32;--g3:#43a047;--g4:#66bb6a;--g5:#a5d6a7;--g6:#e8f5e9;--b1:#0d47a1;--b2:#1565c0;--b3:#1e88e5;--b4:#42a5f5;--b5:#90caf9;--b6:#e3f2fd;--grad:linear-gradient(135deg, #43a047, #1e88e5);--grad2:linear-gradient(135deg, #1b5e20, #0d47a1);--grad-hero:linear-gradient(135deg, #1b5e20d1, #0d47a1c7);--grad-section:linear-gradient(180deg, #f8fdf8 0%, #e8f5e9 50%, #e3f2fd 100%);--grad-dark:linear-gradient(135deg, #0a2e14 0%, #0a1929 100%);--glass:#ffffff1f;--glass2:#ffffff38;--glass3:#ffffff59;--gbb:1px solid #ffffff47;--blur:blur(16px);--blur2:blur(28px);--shadow:0 8px 32px #0003;--shadow2:0 20px 60px #00000047;--shadow-card:0 4px 24px #1e88e514;--shadow-card-hover:0 12px 40px #1e88e52e;--font-display:"Playfair Display", Georgia, serif;--font-body:"Nunito Sans", "Segoe UI", sans-serif;--font-mono:"Fira Code", monospace;--font-logo:"Bebas Neue", Impact, sans-serif;--section-pad:clamp(3.5rem, 8vw, 7rem) clamp(1rem, 5vw, 6rem);--container:1280px;--r-sm:8px;--r-md:16px;--r-lg:24px;--r-xl:32px;--ease:cubic-bezier(.4,0,.2,1);--t-fast:.2s var(--ease);--t-med:.35s var(--ease);--t-slow:.6s var(--ease)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--g2);background:#fafefa;font-weight:400;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--g1);line-height:1.2}a{color:var(--b3);transition:color var(--t-fast);text-decoration:none}a:hover{color:var(--b4)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}ul,ol{list-style:none}.container{max-width:var(--container);width:100%;margin:0 auto}.section-pad{padding:var(--section-pad)}.section-tag{letter-spacing:2.5px;text-transform:uppercase;color:var(--g3);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-flex}.section-tag:before{content:"";background:var(--grad);border-radius:2px;width:32px;height:2px}.section-title{color:var(--g1);margin-bottom:1.2rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.section-title .gradient-text{background:var(--grad);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-subtitle{color:#5a7d5e;max-width:640px;font-size:1.1rem;line-height:1.8}.glass-card{background:var(--glass);-webkit-backdrop-filter:var(--blur);border:var(--gbb);border-radius:var(--r-md);box-shadow:var(--shadow)}.btn{border-radius:var(--r-md);letter-spacing:.5px;transition:all var(--t-fast);justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--grad);color:#fff;box-shadow:0 4px 20px #43a04759}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #43a04773}.btn-glass{background:var(--glass2);-webkit-backdrop-filter:var(--blur);border:var(--gbb);color:#fff}.btn-glass:hover{background:var(--glass3);transform:translateY(-2px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px #43a0474d}50%{box-shadow:0 0 40px #43a04780}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.animate-fade-up{animation:fadeUp .7s var(--ease) both}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--g6)}::-webkit-scrollbar-thumb{background:var(--grad);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--g3)}::selection{color:var(--g1);background:#43a04740}.nav.svelte-y3sb6h{z-index:1000;padding:1rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.nav.scrolled.svelte-y3sb6h{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#ffffffe0;padding:.6rem 0;box-shadow:0 2px 32px #00000014}.nav-inner.svelte-y3sb6h{justify-content:space-between;align-items:center;padding:0 clamp(1rem,5vw,4rem);display:flex}.logo.svelte-y3sb6h{z-index:1001;align-items:center;gap:.5rem;text-decoration:none;display:flex}.logo-img.svelte-y3sb6h{object-fit:contain;width:auto;height:45px;transition:transform .3s}.nav.scrolled.svelte-y3sb6h .logo-img:where(.svelte-y3sb6h){height:40px}.nav-links.svelte-y3sb6h{align-items:center;gap:.3rem;list-style:none;display:flex}.nav-links.svelte-y3sb6h li:where(.svelte-y3sb6h) a:where(.svelte-y3sb6h){color:#ffffffe6;letter-spacing:.3px;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s}.nav.scrolled.svelte-y3sb6h .nav-links:where(.svelte-y3sb6h) li:where(.svelte-y3sb6h) a:where(.svelte-y3sb6h){color:var(--g2)}.nav-links.svelte-y3sb6h li:where(.svelte-y3sb6h) a:where(.svelte-y3sb6h):hover{color:#fff;background:#ffffff26}.nav.scrolled.svelte-y3sb6h .nav-links:where(.svelte-y3sb6h) li:where(.svelte-y3sb6h) a:where(.svelte-y3sb6h):hover{background:var(--g6);color:var(--g3)}.nav-cta.svelte-y3sb6h .btn-sm:where(.svelte-y3sb6h){border-radius:10px;padding:.55rem 1.4rem;font-size:.85rem}.nav-cta.svelte-y3sb6h a.btn-primary:where(.svelte-y3sb6h){background:var(--grad);color:#fff!important}.hamburger.svelte-y3sb6h{z-index:1001;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.bar.svelte-y3sb6h{background:#fff;border-radius:2px;width:26px;height:2.5px;transition:all .3s}.nav.scrolled.svelte-y3sb6h .bar:where(.svelte-y3sb6h){background:var(--g2)}.bar.open.svelte-y3sb6h:first-child{transform:rotate(45deg)translate(5px,5px)}.bar.open.svelte-y3sb6h:nth-child(2){opacity:0}.bar.open.svelte-y3sb6h:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=900px){.hamburger.svelte-y3sb6h{display:flex}.nav-links.svelte-y3sb6h{background:linear-gradient(#0d2818 0%,#0a1929 100%);flex-direction:column;gap:.5rem;width:75%;max-width:320px;height:100vh;padding:6rem 2rem 2rem;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 40px #0000004d}.nav-links.mobile-open.svelte-y3sb6h{right:0}.nav-links.svelte-y3sb6h li:where(.svelte-y3sb6h) a:where(.svelte-y3sb6h){padding:.8rem 1.2rem;font-size:1.05rem;display:block;color:#ffffffd9!important}.nav-links.svelte-y3sb6h li:where(.svelte-y3sb6h) a:where(.svelte-y3sb6h):hover{color:#fff!important;background:#ffffff14!important}}.footer.svelte-16bymxh{color:#ffffffb3;background:linear-gradient(135deg,#0d2818 0%,#0a1929 100%);position:relative;overflow:hidden}.footer.svelte-16bymxh:before{content:"";pointer-events:none;background:radial-gradient(circle,#43a04714 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-100px;right:-100px}.footer-grid.svelte-16bymxh{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;display:grid}.footer-logo.svelte-16bymxh{align-items:center;gap:.5rem;margin-bottom:1.2rem;text-decoration:none;display:inline-flex}.footer-logo.svelte-16bymxh .logo-img:where(.svelte-16bymxh){object-fit:contain;width:auto;height:50px;transition:transform .3s}.footer-desc.svelte-16bymxh{color:#ffffff8c;margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.footer-socials.svelte-16bymxh{gap:.8rem;display:flex}.social-link.svelte-16bymxh{color:#fff9;background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .25s;display:flex}.social-link.svelte-16bymxh:hover{background:var(--grad);color:#fff;border-color:#0000;transform:translateY(-2px)}.footer-col-title.svelte-16bymxh{font-family:var(--font-body);color:#fff;letter-spacing:.5px;margin-bottom:1.2rem;font-size:.95rem;font-weight:800}.footer-col.svelte-16bymxh ul:where(.svelte-16bymxh){flex-direction:column;gap:.6rem;display:flex}.footer-col.svelte-16bymxh ul:where(.svelte-16bymxh) li:where(.svelte-16bymxh) a:where(.svelte-16bymxh){color:#ffffff8c;align-items:center;gap:.3rem;font-size:.88rem;text-decoration:none;transition:all .2s;display:inline-flex}.footer-col.svelte-16bymxh ul:where(.svelte-16bymxh) li:where(.svelte-16bymxh) a:where(.svelte-16bymxh):hover{color:var(--g4);padding-left:4px}.contact-list.svelte-16bymxh li:where(.svelte-16bymxh){color:#ffffff8c;align-items:center;gap:.6rem;font-size:.88rem;display:flex}.contact-list.svelte-16bymxh li:where(.svelte-16bymxh) svg:where(.svelte-16bymxh){color:var(--g4);min-width:16px}.footer-bottom.svelte-16bymxh{border-top:1px solid #ffffff14;padding:1.5rem 0}.footer-bottom-inner.svelte-16bymxh{text-align:center;flex-direction:column;align-items:center;gap:.8rem;padding:0 1rem;display:flex}.footer-meta.svelte-16bymxh{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.footer-bottom.svelte-16bymxh p:where(.svelte-16bymxh){color:#ffffff59;margin:0;font-size:.82rem}.footer-tagline.svelte-16bymxh{font-weight:600;color:#ffffff80!important}.meta-sep.svelte-16bymxh{color:#fff3;font-size:.8rem}.footer-credit.svelte-16bymxh{color:#ffffff4d!important;font-size:.8rem!important}.credit-brand.svelte-16bymxh{color:var(--g5);font-weight:700}@media (width<=900px){.footer-grid.svelte-16bymxh{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand.svelte-16bymxh{grid-column:1/-1}}@media (width<=560px){.footer-grid.svelte-16bymxh{grid-template-columns:1fr}.footer-meta.svelte-16bymxh{flex-direction:column;gap:.4rem}.meta-sep.svelte-16bymxh{display:none}}
