@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";
@font-face{font-family:cactus;src:url(../media/Cactus_Medium-s.p.0wcivhkeb~cz4.ttf)format("truetype");font-display:swap}@font-face{font-family:cactus Fallback;src:local(Arial);ascent-override:112.92%;descent-override:26.06%;line-gap-override:0.0%;size-adjust:90.95%}.cactus_67ed300b-module__aWhrLG__className{font-family:cactus,cactus Fallback}.cactus_67ed300b-module__aWhrLG__variable{--font-cactus:"cactus", "cactus Fallback"}
:root{--bg-cream:#f5f0e6;--bg-cream-light:#faf7f0;--bg-white:#fffdf9;--bg-charcoal:#333;--bg-charcoal-dark:#1e1e1e;--text-dark:#333;--text-dark-muted:#555;--text-light:#fffdf9;--text-light-muted:#ccc;--primary-yellow:#f5c242;--primary-yellow-hover:#e5a92c;--primary-yellow-light:#fef7e6;--border-light:#00000014;--border-dark:#ffffff14;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 8px 24px #0000000f;--shadow-lg:0 16px 40px #0000001a;--shadow-yellow:0 8px 20px #f5c24240;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-full:9999px;--font-outfit:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce:all .5s cubic-bezier(.175, .885, .32, 1.275)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body{min-height:100%;color:var(--text-dark);background-color:var(--bg-cream);font-family:var(--font-outfit);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex;overflow-x:hidden}main{flex:1}a{color:inherit;transition:var(--transition-smooth);-webkit-tap-highlight-color:transparent;touch-action:manipulation;text-decoration:none}button,input,textarea,select{font-family:inherit}button{cursor:pointer;transition:var(--transition-smooth);touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:0 0;border:none;outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-cream)}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#00000026}::-webkit-scrollbar-thumb:hover{background:#0000004d}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes pulse-soft{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-float{animation:6s ease-in-out infinite float}.animate-fadeIn{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.section-padding{padding:80px 0}@media (max-width:768px){.section-padding{padding:60px 0}}.cookie-consent-overlay{border-radius:var(--radius-md);z-index:9999;border:1px solid #00000014;border-left:4px solid var(--primary-yellow);background:#fffdf9fa;flex-direction:column;gap:16px;width:calc(100% - 48px);max-width:480px;max-height:calc(100vh - 48px);padding:24px;display:flex;position:fixed;bottom:24px;right:24px;overflow-y:auto;box-shadow:0 12px 36px #0000001f}.cookie-consent-icon-title{align-items:center;gap:12px;display:flex}.cookie-icon-wrapper{background:var(--primary-yellow-light);border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:8px;display:flex}.cookie-consent-icon-title h3{color:var(--text-dark);font-size:16px;font-weight:700}.cookie-consent-body p{color:var(--text-dark-muted);margin-bottom:12px;font-size:13.5px;line-height:1.6}.cookie-details-toggle{color:var(--primary-yellow-hover);transition:var(--transition-smooth);align-items:center;gap:6px;margin-bottom:8px;font-size:13px;font-weight:600;text-decoration:underline;display:flex}.cookie-details-toggle:hover{color:var(--text-dark)}.cookie-details-list{background:var(--bg-cream-light);border-radius:var(--radius-sm);border:1px solid #0000000a;flex-direction:column;gap:12px;max-height:240px;margin-top:8px;padding:12px;display:flex;overflow-y:auto}.cookie-detail-item{border-bottom:1px dashed #00000014;padding-bottom:8px}.cookie-detail-item:last-child{border-bottom:none;padding-bottom:0}.cookie-detail-name{color:var(--text-dark);margin-bottom:4px;font-size:13px}.cookie-detail-meta{color:var(--text-dark-muted);flex-wrap:wrap;gap:8px;margin-bottom:4px;font-size:11px;display:flex}.cookie-detail-purpose{color:var(--text-dark-muted);font-size:12px;line-height:1.4}.cookie-consent-actions{border-top:1px solid #0000000f;justify-content:flex-end;gap:12px;padding-top:16px;display:flex}.cookie-btn-essential{color:var(--text-dark-muted);border-radius:var(--radius-sm);transition:var(--transition-smooth);background:0 0;border:1px solid #0000001f;padding:10px 16px;font-size:13px;font-weight:600}.cookie-btn-essential:hover{color:var(--text-dark);background:#00000008}.cookie-btn-all{color:var(--text-dark);background:var(--primary-yellow);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);padding:10px 18px;font-size:13px;font-weight:600}.cookie-btn-all:hover{background:var(--primary-yellow-hover);box-shadow:0 4px 12px #f5c24226}@media (max-width:540px){.cookie-consent-overlay{width:calc(100% - 32px);max-height:80vh;padding:16px;bottom:16px;left:16px;right:16px}.cookie-consent-actions{flex-direction:column-reverse;gap:8px}.cookie-btn-essential,.cookie-btn-all{text-align:center;width:100%}}
