:root{--primary: #1b5e20;--secondary: #f57c00;--surface: #fcfaf7;--text: #111827;--text-muted: #4b5563;--white: #ffffff;--transition: .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--surface);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,serif;font-weight:700;line-height:1.1}.container{max-width:1280px;margin:0 auto;padding:0 2rem}a{text-decoration:none;color:inherit;transition:var(--transition)}button{cursor:pointer;border:none;background:none;font:inherit}img{max-width:100%;height:auto;display:block}ul{list-style:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .6s ease-out forwards}.skip-link{position:absolute;top:-100px;left:0;background:var(--primary);color:var(--white);padding:.5rem 1.5rem;z-index:10000;border-radius:0 0 8px}.skip-link:focus{top:0}.support-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.support-overlay[aria-hidden=false]{opacity:1;visibility:visible}.support-modal{background:var(--surface);border-radius:2rem;padding:3rem 2.5rem;max-width:650px;width:100%;position:relative;box-shadow:0 25px 50px -12px #00000040;transform:translateY(20px);transition:transform .3s ease;max-height:90vh;overflow-y:auto}.support-overlay[aria-hidden=false] .support-modal{transform:translateY(0)}.modal-close{position:absolute;top:1.5rem;right:1.5rem;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--white);color:var(--text);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;transition:var(--transition)}.modal-close:hover{background:var(--primary);color:var(--white);transform:rotate(90deg)}.support-heading{font-family:Cormorant Garamond,serif;font-size:2rem;color:var(--primary);margin-bottom:.75rem;text-align:center}.support-subtitle{text-align:center;color:var(--text-muted);margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.bank-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem}.bank-card{background:var(--white);border:1px solid rgba(0,0,0,.06);border-radius:1.25rem;padding:1.75rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow .2s ease;box-shadow:0 4px 12px #00000008}.bank-card:hover{box-shadow:0 10px 25px -5px #00000014}.bank-card .bank-card-details{display:flex;justify-content:space-between;align-items:flex-start;text-align:start}.bank-icon{width:48px;height:48px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);margin-bottom:1rem}.bank-name{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:700;color:var(--text);margin-left:.75rem}.account-details{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.25rem}.account-number{font-family:Inter,monospace;font-size:1.125rem;font-weight:600;color:var(--text);letter-spacing:.05em;background:#f3f4f6;padding:.5rem 1rem;border-radius:.75rem;word-break:break-all}.account-holder{font-size:.9rem;color:var(--text-muted);font-weight:500;margin-left:.75rem}.support-footer{text-align:center}.support-footer .thank-you{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-style:italic;color:var(--primary)}@media(max-width:480px){.support-modal{padding:2rem 1.5rem;border-radius:1.5rem}.support-heading{font-size:1.75rem}}.navbar[data-astro-cid-pux6a34n]{position:fixed;top:0;width:100%;z-index:1000;background:#fcfaf7cc;backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}.nav-content[data-astro-cid-pux6a34n]{display:flex;align-items:center;justify-content:space-between;height:80px}.logo[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:1rem}.logo[data-astro-cid-pux6a34n] .logo-icon[data-astro-cid-pux6a34n]{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:var(--white);border:none}.logo[data-astro-cid-pux6a34n] .logo-icon[data-astro-cid-pux6a34n] img[data-astro-cid-pux6a34n]{width:100%;height:100%;object-fit:contain}.logo[data-astro-cid-pux6a34n] .logo-text[data-astro-cid-pux6a34n]{font-family:Cormorant Garamond,serif;font-weight:700;font-size:1.5rem;color:var(--primary);letter-spacing:-.02em}.nav-links[data-astro-cid-pux6a34n]{display:flex;gap:2.5rem}@media(max-width:768px){.nav-links[data-astro-cid-pux6a34n]{display:none}}.nav-link[data-astro-cid-pux6a34n]{font-size:.875rem;font-weight:600;color:var(--text-muted);position:relative;padding:.5rem 0}.nav-link[data-astro-cid-pux6a34n]:hover,.nav-link[data-astro-cid-pux6a34n].active{color:var(--primary)}.nav-link[data-astro-cid-pux6a34n].active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--primary);border-radius:2px}@media(max-width:768px){.nav-cta[data-astro-cid-pux6a34n]{display:none}}.btn[data-astro-cid-pux6a34n]{display:inline-block;padding:.625rem 1.5rem;border-radius:100px;font-size:.875rem;font-weight:600;transition:var(--transition)}.btn-primary[data-astro-cid-pux6a34n]{background:var(--primary);color:var(--white);box-shadow:0 4px 12px #1b5e2026}.btn-primary[data-astro-cid-pux6a34n]:hover{background:#144617;transform:translateY(-2px);box-shadow:0 6px 16px #1b5e2040}.btn[data-astro-cid-pux6a34n].full-width{width:100%;text-align:center}.mobile-toggle[data-astro-cid-pux6a34n]{display:none;color:var(--text)}@media(max-width:768px){.mobile-toggle[data-astro-cid-pux6a34n]{display:block}}.mobile-menu[data-astro-cid-pux6a34n]{position:fixed;top:80px;left:0;width:100%;height:0;background:var(--surface);overflow:hidden;transition:height .4s ease;z-index:999}.mobile-menu[data-astro-cid-pux6a34n].open{height:calc(100vh - 80px);padding:2rem}.mobile-menu[data-astro-cid-pux6a34n] .mobile-links[data-astro-cid-pux6a34n]{margin-bottom:2rem}.mobile-menu[data-astro-cid-pux6a34n] .mobile-links[data-astro-cid-pux6a34n] li[data-astro-cid-pux6a34n]{margin-bottom:1.5rem}.mobile-menu[data-astro-cid-pux6a34n] .mobile-links[data-astro-cid-pux6a34n] li[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{font-size:1.25rem;font-weight:700;font-family:Cormorant Garamond,serif}.footer[data-astro-cid-sz7xmlte]{background:var(--primary);color:var(--white);padding-top:5rem;margin-top:5rem}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.5fr .8fr 1fr 1fr;gap:3rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:1024px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}}@media(max-width:640px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}}h3[data-astro-cid-sz7xmlte]{font-size:1.125rem;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.1em;font-family:Inter,sans-serif;font-weight:600}.logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.logo[data-astro-cid-sz7xmlte] .logo-icon[data-astro-cid-sz7xmlte]{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;color:var(--primary)}.logo[data-astro-cid-sz7xmlte] .logo-text[data-astro-cid-sz7xmlte]{font-size:1.5rem;font-weight:700}.brand-description[data-astro-cid-sz7xmlte]{font-size:.875rem;line-height:1.7;opacity:.8}.footer-links[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte],.footer-contact[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1rem}.footer-links[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte],.footer-contact[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.75rem;font-size:.875rem;opacity:.8;transition:var(--transition)}.footer-links[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]:hover,.footer-contact[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]:hover{opacity:1}.email[data-astro-cid-sz7xmlte]{word-break:break-all}.newsletter-form[data-astro-cid-sz7xmlte]{display:flex;gap:.5rem;margin-top:1.5rem}.newsletter-form[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:.625rem 1rem;color:var(--white);font-size:.875rem}.newsletter-form[data-astro-cid-sz7xmlte] input[data-astro-cid-sz7xmlte]::placeholder{color:#ffffff80}.newsletter-form[data-astro-cid-sz7xmlte] .btn-secondary[data-astro-cid-sz7xmlte]{background:var(--secondary);color:var(--white);padding:.625rem 1.25rem;border-radius:100px;font-weight:600;font-size:.875rem}.newsletter-form[data-astro-cid-sz7xmlte] .btn-secondary[data-astro-cid-sz7xmlte]:hover{background:#e67600}.footer-bottom[data-astro-cid-sz7xmlte]{padding:2rem 0;font-size:.75rem;opacity:.6}.bottom-content[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center}@media(max-width:640px){.bottom-content[data-astro-cid-sz7xmlte]{flex-direction:column;gap:1rem;text-align:center}}.developed-by[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--secondary);font-weight:600}.developed-by[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--white)}.contact-icon[data-astro-cid-sz7xmlte]{color:var(--secondary)}
