._app_1tqvm_1{width:100%;position:relative}._loading_1tqvm_6{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.25rem;color:#666}.header{position:fixed;top:0;left:0;right:0;height:var(--header-height);z-index:999;background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.3);box-shadow:0 4px 20px #00000008;transition:all .3s var(--ease-smooth)}.header-container{height:100%;max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.logo{display:block;text-decoration:none;transition:transform .3s var(--ease-spring)}.logo:hover{transform:scale(1.05)}.logo img{height:48px;width:auto;display:block}.nav{display:flex;gap:40px;align-items:center}.nav a{font-family:var(--font-body);font-weight:500;color:var(--text-secondary);font-size:.95rem;letter-spacing:.02em;padding:8px 0;position:relative}.nav a:hover{color:var(--primary-dark)}.nav a:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background:var(--primary);transition:width .3s var(--ease-smooth)}.nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:16px}.meus-numeros-btn{padding:10px 20px;font-family:var(--font-heading);font-weight:600;font-size:.9rem;color:var(--primary-dark);background:#d4af371a;border-radius:var(--radius-full);transition:all .3s ease;border:1px solid transparent}.meus-numeros-btn:hover{background:#d4af3733;transform:translateY(-2px)}.donate-btn{padding:12px 24px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;font-family:var(--font-heading);font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);box-shadow:0 4px 15px #d4af374d;transition:all .3s var(--ease-spring)}.donate-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #d4af3766}.donate-btn:active{transform:translateY(-1px)}@media(max-width:900px){.header{height:60px}.header-container{padding:0 16px}.logo img{height:36px}.nav{display:none}.header-actions{gap:8px}.meus-numeros-btn{padding:8px 12px;font-size:.8rem}.donate-btn{padding:10px 16px;font-size:.8rem}}.header--home{height:82px;background:#faf9f5f5;border-bottom:1px solid #e6e2d8;box-shadow:none}.header--home .header-container{max-width:1224px;padding-inline:32px;gap:25px}.header--home .logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.header--home .logo img{height:44px;width:35px;object-fit:contain}.header-wordmark{color:#35372d;font-size:.48rem;letter-spacing:.18em}.header-wordmark strong{display:block;font-family:var(--font-heading);font-size:.92rem;font-weight:500;letter-spacing:.05em}.header--home .nav{gap:26px}.header--home .nav a{color:#626458;font-size:.75rem;padding-block:13px;letter-spacing:0}.header--home .nav a:after{height:1px;bottom:8px}.header--home .meus-numeros-btn{border:1px solid #d7d0b8;border-radius:6px;color:#58513b;padding:11px 17px;font-family:var(--font-body);font-size:.72rem;font-weight:500;background:transparent;white-space:nowrap}.header--home .meus-numeros-btn:hover{background:#ede8d8;transform:none}.header-menu-toggle{display:none}@media(max-width:1000px){.header--home{height:72px}.header--home .header-container{padding-inline:24px}.header--home .header-actions{gap:12px}.header--home .header-menu-toggle{display:grid;place-items:center;width:44px;height:44px;border:1px solid #ded9c9;border-radius:6px;color:#4b503e}.header--home .nav{display:none}.header--home .nav--open{display:flex;position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - 72px);overflow-y:auto;flex-direction:column;align-items:stretch;padding:12px 24px 22px;gap:0;background:#faf9f5;border-bottom:1px solid #ded9c9;box-shadow:0 20px 30px #0001;animation:header-menu-enter .22s ease both}.header--home .nav a{padding:17px 10px;font-size:.9rem;border-bottom:1px solid #e6e2d8}.header--home .nav a:after{display:none}.header--home .nav a:last-child{border-bottom:0}.header--home .nav a:hover{color:#826829;background:#f1eee3}}@media(max-width:400px){.header--home .header-container{padding-inline:16px;gap:10px}.header--home .logo{gap:6px}.header--home .logo img{height:36px;width:26px}.header-wordmark{font-size:.42rem}.header-wordmark strong{font-size:.75rem}.header--home .meus-numeros-btn{font-size:.63rem;padding:11px 10px}.header--home .header-actions{gap:8px}}@keyframes header-menu-enter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.header--home .nav--open{animation:none}}.sortee-action{display:inline-flex;flex-direction:column;max-width:100%}.sortee-button{display:flex;align-items:center;justify-content:center;gap:28px;min-height:56px;padding:17px 28px;width:100%;border:1px solid transparent;border-radius:7px;background:#ecd086;color:#343218;cursor:pointer;font:inherit;font-size:.94rem;font-weight:600;line-height:1.4;box-shadow:0 5px 18px #00000012;transition:background .2s,box-shadow .2s,transform .2s}.sortee-button svg{width:20px;height:20px;flex-shrink:0;transition:transform .2s}.sortee-button:focus-visible{outline:3px solid #b79339;outline-offset:4px}.sortee-button:disabled{cursor:wait;opacity:.75}.sortee-error{max-width:300px;margin-top:8px;font-size:.8rem;color:inherit}.sortee-action--floating{position:fixed;bottom:max(20px,env(safe-area-inset-bottom));left:50%;transform:translate(-50%);z-index:1000;width:max-content;max-width:calc(100% - 32px)}.sortee-action--floating .sortee-button{min-height:46px;padding:11px 20px;gap:14px;border-radius:999px;border-color:#f7e7b5;font-size:.82rem;font-weight:500;box-shadow:0 4px 16px #0000001a}.sortee-paws{display:flex;align-items:center;gap:3px}.sortee-paws svg:first-child{width:15px;height:15px;transform:translateY(3px) rotate(-18deg)}.sortee-paws svg:last-child{width:13px;height:13px;transform:translateY(-4px) rotate(12deg)}.sortee-action--floating .sortee-error{padding:8px;border-radius:7px;background:#fff;color:#343218}.sortee-action--prize{display:flex;width:max-content;margin:22px auto 0}.sortee-action--prize .hero-prize-card{margin:0;font:inherit;text-align:left;cursor:pointer}.sortee-action--prize .hero-prize-card:focus-visible{outline:3px solid #ecd086;outline-offset:5px}.sortee-action--prize .hero-prize-card:disabled{cursor:wait}.sortee-action--prize .sortee-error{max-width:280px;text-align:center;color:#f6f3e9}@media(hover:hover){.sortee-button:hover:not(:disabled){background:#f4db9b;box-shadow:0 8px 25px #0002;transform:translateY(-2px)}.sortee-button:hover svg{transform:translate(3px)}.sortee-action--floating .sortee-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #00000024}.sortee-button:hover .sortee-paws svg:first-child{transform:translateY(2px) rotate(-18deg)}.sortee-button:hover .sortee-paws svg:last-child{transform:translateY(-5px) rotate(12deg)}.sortee-action--prize .hero-prize-card:hover:not(:disabled){transform:rotate(-1deg) translateY(-4px);box-shadow:0 22px 52px #0005}}@media(max-width:760px){.hero-actions>.sortee-action,.donation-content>.sortee-action,.raffle-bottom>.sortee-action{width:100%}}@media(prefers-reduced-motion:reduce){.sortee-button,.sortee-button svg{transition:none}}.mission-gallery{position:relative;min-width:0}.mission-gallery-stage{aspect-ratio:1.12;width:100%;position:relative;overflow:hidden;border-radius:13px;isolation:isolate;background:#d5d4c6;touch-action:pan-y;cursor:grab;-webkit-user-select:none;user-select:none}.mission-gallery-stage:active{cursor:grabbing}.mission-gallery-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;pointer-events:none}.mission-gallery-slide.is-active{opacity:1}.mission-gallery-slide img{width:100%;height:100%;object-fit:cover;object-position:48% center}.mission-gallery-stage:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#111a1633,transparent 25%,transparent 60%,#142016c9);pointer-events:none}.mission-gallery-label{display:flex;align-items:center;gap:9px;position:absolute;z-index:2;top:22px;left:22px;color:#fff;font-size:.52rem;letter-spacing:.17em}.mission-gallery-label>span{height:5px;width:5px;border-radius:50%;background:#e1c471}.home .mission-gallery-caption{position:absolute;z-index:2;bottom:26px;left:24px;right:20px;font-family:var(--font-heading);font-weight:400;line-height:1.4;font-size:1.45rem;color:#fff}.mission-gallery-controls{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 0 60px}.mission-gallery-count{font-size:.67rem;letter-spacing:.09em;color:#7c806d}.mission-gallery-count strong{color:#444b35;font-weight:500}.mission-gallery-dots{display:flex}.mission-gallery-dots button{display:grid;place-items:center;width:32px;height:44px}.mission-gallery-dots span{width:5px;height:5px;border-radius:4px;background:#c2c3b4;transition:width .25s,background .25s}.mission-gallery-dots [aria-current] span{width:19px;background:#8c7435}.mission-gallery-arrows{display:flex;gap:6px}.mission-gallery-arrows button{display:grid;place-items:center;width:38px;height:44px;border:1px solid #d3d3c5;border-radius:50%;color:#525b42;transition:background .25s}.mission-gallery-arrows button:hover{background:#dedecf}.mission-gallery-arrows svg{width:16px;height:16px}.mission-gallery-arrows .gallery-previous{transform:rotate(180deg)}@media(max-width:760px){.mission-gallery-stage{aspect-ratio:1.2}.mission-gallery-controls{padding-bottom:58px}}@media(max-width:400px){.mission-gallery-dots button{width:25px}.mission-gallery-arrows{gap:4px}.mission-gallery-arrows button{width:34px}.home .mission-gallery-caption{font-size:1.15rem}}@media(prefers-reduced-motion:reduce){.mission-gallery-slide,.mission-gallery-dots span,.mission-gallery-arrows button{transition:none}}.home{--home-ink: #20221e;--home-muted: #62645b;--home-paper: #faf9f5;--home-line: #e4e2d8;--home-gold: #dcc06b;--home-gold-dark: #80651f;--home-ease: cubic-bezier(.22, 1, .36, 1);background:var(--home-paper);color:var(--home-ink)}.home .container{max-width:1224px;padding-inline:32px}.home :where(section,footer){scroll-margin-top:86px}.home :where(h1,h2,h3,p){margin:0}.home h2{font-size:clamp(2.2rem,3.8vw,3.5rem);line-height:1.12;font-weight:500;letter-spacing:-.045em;color:var(--home-ink)}.home h2 strong{color:var(--home-gold-dark);font-weight:500}.home p{color:var(--home-muted);font-size:1rem;line-height:1.8}.home svg{flex-shrink:0}.home :where(a,button,summary):focus-visible{outline:3px solid #967323;outline-offset:5px}.home #main-content:focus{outline:none}.home-skip-link{position:fixed;top:10px;left:16px;z-index:1200;background:#fff;color:#20221e;padding:12px 20px;transform:translateY(-160%);border-radius:8px}.home-skip-link:focus{transform:translateY(0)}.home .section{padding-block:clamp(68px,8vw,112px)}.home .section-tag{display:block;margin-bottom:24px;color:var(--home-gold-dark);font-size:.68rem;font-weight:600;letter-spacing:.16em}.home .home-button{display:inline-flex;justify-content:center;align-items:center;gap:26px;min-height:56px;padding:15px 25px;border:1px solid transparent;border-radius:8px;background:var(--home-gold);color:#26251d;font-size:.9rem;font-weight:600;line-height:1.4;position:relative;transition:background .25s,transform .3s var(--home-ease),box-shadow .3s}.home .home-button svg{width:21px;transition:transform .3s var(--home-ease)}.home .home-button:hover{background:#ecd086;transform:translateY(-3px);box-shadow:0 10px 24px #0002}.home .home-button:hover svg{transform:translate(4px)}.home .home-button:active{transform:translateY(0)}.home .home-button-dark{background:var(--home-ink);color:#fff}.home .home-button-dark:hover{background:#3b4033}.home .home-text-link{display:inline-flex;align-items:center;gap:12px;min-height:44px;font-size:.86rem;font-weight:600;border-bottom:1px solid #bdbba9;transition:gap .25s}.home .home-text-link:hover{gap:18px}.home .home-text-link svg{width:17px}.home .hero{min-height:790px;padding:135px 0 85px;display:flex;align-items:center;position:relative;isolation:isolate;overflow:hidden;background:#191b17;color:#fff}.home .hero-atmosphere{position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 80% 48%,#b4974522,transparent 48%),linear-gradient(115deg,#171a16 15%,#25261f)}.home .hero-atmosphere:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.15' d='M0 0h160v160H0z'/%3E%3C/svg%3E");opacity:.17}.home .hero-container{display:grid;grid-template-columns:1.08fr 1fr;gap:44px;align-items:center}.home .hero-text{position:relative;z-index:2}.home .hero-tag{display:inline-flex;align-items:center;gap:11px;margin-bottom:28px;font-size:.68rem;font-weight:500;letter-spacing:.24em;color:#e5cd8c}.home .hero-tag>span{width:6px;height:6px;border-radius:50%;background:#e1c471;box-shadow:0 0 0 5px #e1c47112}.home .hero h1{font-size:clamp(3rem,5.1vw,4.8rem);font-weight:500;letter-spacing:-.05em;line-height:1.08;color:#f6f5ef;margin-bottom:25px}.home .hero h1 strong{color:#e1c471;font-weight:500}.home .hero-subtitle{max-width:440px;font-size:1rem;line-height:1.85;color:#c2c5ba}.home .hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:34px}.home .hero-more{color:#eeeee6;border:0;font-weight:400;font-size:.84rem}.home .hero-purpose{display:flex;gap:15px;align-items:center;margin-top:48px}.home .hero-purpose>svg{width:32px;height:32px;color:#c6b887}.home .hero-purpose p{color:#ced0c6;font-size:.75rem;line-height:1.6}.home .hero-purpose strong{font-weight:400;color:#919788}.home .hero-text>*{animation:home-enter .85s var(--home-ease) both}.home .hero-text>:nth-child(2){animation-delay:.08s}.home .hero-text>:nth-child(3){animation-delay:.16s}.home .hero-text>:nth-child(4){animation-delay:.24s}.home .hero-text>:nth-child(5){animation-delay:.32s}.home .hero-visual{position:relative;width:100%;max-width:490px;min-width:0;margin-inline:auto;padding:0}.home .hero-image-wrapper{position:relative;z-index:1;width:88%;max-width:440px;margin-inline:auto;animation:home-product-enter 1.25s var(--home-ease) both}.home .hero-iphone{width:100%;height:auto;transform:rotate(-7deg);filter:drop-shadow(0 25px 22px #0005);transition:transform .9s var(--home-ease)}@media(hover:hover)and (pointer:fine){.home .hero-visual:hover .hero-iphone{transform:rotate(-3deg) translateY(-8px)}}.home .hero-orbit{position:absolute;width:103%;aspect-ratio:1;border:1px solid #d3bc7230;border-radius:50%;top:0;left:0;pointer-events:none}.home .orbit-one:after{content:"";position:absolute;top:19%;left:10%;width:7px;height:7px;border-radius:50%;background:#d6bd78;box-shadow:0 0 20px #d6bd7855}.home .orbit-two{width:120%;top:-8%;left:-8%;border-style:dashed;border-color:#d3bc7213;animation:home-orbit 4s var(--home-ease) both}.home .hero-spark{position:absolute;color:#cfb365;font-size:28px}.home .spark-one{top:3%;right:6%;animation:home-spark 3.5s ease both}.home .spark-two{bottom:22%;left:-4%;font-size:17px}.home .hero-prize-card{position:relative;z-index:2;display:flex;align-items:center;gap:16px;width:max-content;max-width:100%;margin:22px auto 0;padding:16px 22px;background:#f6f3e9;color:#24261f;border:1px solid #fff7;border-radius:12px;box-shadow:0 18px 50px #0003;transform:rotate(-2deg);animation:home-enter 1s .35s var(--home-ease) backwards}.home .prize-card-icon{display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:#e9dfc4;color:#82672b}.home .hero-prize-card span:not(.prize-card-icon){display:block;font-size:.58rem;font-weight:600;letter-spacing:.18em;color:#77622f}.home .hero-prize-card strong{display:block;font-family:var(--font-heading);font-size:1.25rem;font-weight:500;line-height:1.5}.home .hero-prize-card small{font-size:.75rem;font-family:var(--font-body);font-weight:400}.home .hero-prize-card p{font-size:.69rem;line-height:1.5;color:#65675e}.home .hero-visual-note{display:block;text-align:center;margin-top:22px;font-size:.52rem;letter-spacing:.27em;color:#9b9f8f}.home .hero-scroll{position:absolute;bottom:26px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:12px;color:#c4c8bb;font-size:.65rem;letter-spacing:.12em;white-space:nowrap}.home .hero-scroll span{width:15px;height:23px;border:1px solid #909680;border-radius:8px;position:relative}.home .hero-scroll span:after{content:"";position:absolute;top:5px;left:6px;width:1px;height:5px;background:#d4be82;animation:home-scroll-cue 2s 2}.home .campaign-facts{border-bottom:1px solid var(--home-line);background:#f0eee5}.home .stats-grid{display:grid;grid-template-columns:1fr 1fr 1.15fr;padding-block:31px}.home .stat-card{display:flex;justify-content:center;align-items:center;gap:20px;padding:2px 20px;border-right:1px solid #d9d6c9}.home .stat-card:first-child{justify-content:flex-start;padding-left:0}.home .stat-card:last-child{border:0;justify-content:flex-end;padding-right:0}.home .stat-icon{color:#8a7440;display:grid;place-items:center}.home .stat-icon svg{width:29px;height:29px}.home .stat-label{font-size:.68rem;letter-spacing:.04em;margin-bottom:1px}.home .stat-value{font-family:var(--font-heading);font-size:1.6rem;line-height:1.35;font-weight:500;color:#292b23}.home .section-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:50px}.home .section-intro>p{max-width:340px;padding-bottom:5px;font-size:.94rem}.home .steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.home .step-card{position:relative;display:flex;flex-direction:column;padding:32px;border:1px solid var(--home-line);border-radius:12px;background:#fffdfa;transition:border-color .35s,background .35s,box-shadow .35s}.home .step-card:hover{border-color:#bc9f4e;background:#fffdf7;box-shadow:0 15px 40px #25271908}.home .step-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.home .step-top>svg{width:32px;height:32px;color:#8b7131}.home .step-top>span{font-family:var(--font-heading);font-size:3.4rem;line-height:1;font-weight:400;color:#d6d2c4;transition:color .35s}.home .step-card:hover .step-top>span{color:#b19754}.home .step-card h3{font-size:1.4rem;font-weight:500;margin-bottom:18px}.home .step-card p{font-size:.86rem;line-height:1.85}.home .step-card p strong{color:#45483b;font-weight:600}.home .step-card p a{color:#715917;text-decoration:underline;text-underline-offset:3px}.home .step-caption{display:block;font-size:.55rem;letter-spacing:.15em;color:#7e806f;border-top:1px solid var(--home-line);padding-top:22px;margin-top:auto}.home .step-card p{margin-bottom:32px}.home .raffle-bottom{margin-top:32px;display:flex;justify-content:space-between;align-items:center;gap:30px}.home .raffle-bottom p{display:flex;align-items:center;flex-wrap:wrap;gap:5px;font-size:.75rem}.home .raffle-bottom p svg{width:18px;margin-right:5px;color:#8d773e}.home .raffle-bottom a{text-decoration:underline;text-underline-offset:4px}.home .mission{background:#efeee7;border-top:1px solid #e4e2d8;border-bottom:1px solid #e4e2d8}.home .mission-grid{display:grid;grid-template-columns:1.02fr 1fr;gap:90px;align-items:center}.home .mission-visual{min-width:0;position:relative;padding-bottom:22px}.home .mission-note{display:flex;align-items:center;gap:17px;padding:20px 28px;background:#fbf9f1;border:1px solid #e6dfc9;box-shadow:0 15px 30px #34351e0a;position:absolute;right:-24px;bottom:-5px;transform:rotate(-4deg);z-index:3;border-radius:8px}.home .mission-note>svg{color:#957934;width:30px;height:30px}.home .mission-note span{font-size:.82rem;line-height:1.6}.home .mission-note strong{font-weight:600}.home .mission-content>p{margin-top:22px;font-size:.92rem}.home .mission-features{margin:30px 0 25px;display:grid;gap:23px}.home .feature{display:flex;align-items:center;gap:17px}.home .feature>span{display:grid;place-items:center;width:44px;height:44px;flex-shrink:0;border:1px solid #d4c8a7;border-radius:50%;color:#907333}.home .feature svg{width:21px}.home .feature h3{font-size:1rem;font-weight:500;margin-bottom:5px}.home .feature p{font-size:.78rem;line-height:1.6}.home .donation-section{padding-bottom:30px}.home .donation-panel{display:grid;grid-template-columns:.82fr 1.18fr;border-radius:18px;overflow:hidden;background:#24271f}.home .donation-photo{position:relative;min-height:480px}.home .donation-photo img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:48% center}.home .donation-photo:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#17200ec4)}.home .donation-photo>span{position:absolute;z-index:1;display:flex;align-items:center;gap:10px;bottom:27px;left:30px;color:#fff;font-size:.75rem}.home .donation-photo>span svg{width:19px}.home .donation-content{padding:clamp(32px,5vw,65px);align-self:center}.home .donation-content .section-tag{color:#d4bf83;font-size:.6rem}.home .donation-content h2{font-size:clamp(2.1rem,3.3vw,3rem);color:#f2f2e8}.home .donation-content h2 strong{color:#e0c577}.home .donation-content p{color:#bfc5b4;font-size:.91rem;margin:25px 0 30px}.home .donation-footnote{display:flex;align-items:center;gap:8px;color:#a7af99;font-size:.63rem;margin-top:21px}.home .donation-footnote svg{width:16px;height:16px}.home .faq-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.home .faq-intro>p{max-width:300px;margin-top:22px;font-size:.91rem}.home .faq-contact{display:flex;align-items:center;gap:12px;margin-top:32px;padding-top:25px;border-top:1px solid var(--home-line)}.home .faq-contact>span{display:grid;place-items:center;border:1px solid #d5d1bf;border-radius:50%;width:41px;height:41px;flex-shrink:0;color:#887337}.home .faq-contact>svg{width:16px;margin-left:auto;color:#8f7b42}.home .faq-contact strong{display:block;font-size:.75rem;font-weight:600}.home .faq-contact small{display:block;color:var(--home-muted);font-size:.65rem;margin-top:5px}.home .faq-grid{border-top:1px solid var(--home-line)}.home .faq-item{border-bottom:1px solid var(--home-line);transition:background .3s}.home .faq-item[open]{background:#f0eee4}.home .faq-item summary{cursor:pointer;display:flex;align-items:center;gap:17px;padding:24px 16px;list-style:none;font-family:var(--font-heading);font-size:1.05rem;font-weight:500;line-height:1.4}.home .faq-item summary::-webkit-details-marker{display:none}.home .faq-number{font-family:var(--font-body);font-size:.6rem;color:#8a7a4c;min-width:16px}.home .faq-plus{width:22px;height:22px;flex-shrink:0;margin-left:auto;position:relative;transition:transform .3s}.home .faq-plus:before,.home .faq-plus:after{content:"";position:absolute;background:#897238;width:12px;height:1px;top:10px;left:5px}.home .faq-plus:after{transform:rotate(90deg);transition:transform .3s}.home .faq-item[open] .faq-plus:after{transform:rotate(0)}.home .faq-answer{padding:0 45px 26px 49px;animation:home-answer .3s ease}.home .faq-answer p{font-size:.85rem}.home .faq-answer a{margin-top:14px;font-size:.8rem}.home .documents-section{padding-bottom:88px}.home .documents-card{display:flex;gap:40px;justify-content:space-between;align-items:center;padding:32px 0;border-block:1px solid var(--home-line)}.home .documents-intro{display:flex;align-items:center;gap:17px}.home .documents-intro>svg{width:32px;height:32px;color:#8a7437}.home .documents-intro h2{font-size:1.27rem;letter-spacing:-.02em;font-weight:500}.home .documents-intro p{font-size:.76rem;margin-top:6px}.home .documents-buttons{display:flex;gap:16px}.home .document-btn{display:flex;align-items:center;gap:12px;padding:16px 20px;border:1px solid #dad6c6;border-radius:8px;transition:background .25s,border-color .25s}.home .document-btn:hover{border-color:#9e8848;background:#f0eddf}.home .document-btn>svg{color:#887235;width:20px}.home .document-btn>svg:last-child{width:14px;margin-left:8px}.home .document-btn span{font-size:.78rem;font-weight:600}.home .document-btn small{display:block;font-size:.62rem;font-weight:400;color:var(--home-muted);margin-top:3px}.home .footer{background:#1c1f1a;padding:55px 0 110px}.home .footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:40px;border-bottom:1px solid #ffffff15}.home .footer-brand{display:flex;align-items:center;gap:13px;color:#e8e8dd}.home .footer-brand img{width:40px;height:48px;object-fit:contain}.home .footer-brand span{font-size:.56rem;letter-spacing:.17em}.home .footer-brand strong{display:block;font-family:var(--font-heading);font-size:1.05rem;font-weight:500;letter-spacing:.08em}.home .footer-top>p{color:#aaaf9e;font-size:.85rem}.home .footer-top>p strong{color:#d9d9c7;font-weight:400}.home .footer-back{display:grid;place-items:center;width:43px;height:43px;border:1px solid #ffffff25;border-radius:50%;color:#d6c188;transition:background .25s}.home .footer-back svg{transform:rotate(-90deg);width:19px}.home .footer-back:hover{background:#ffffff10}.home .footer-grid{display:grid;grid-template-columns:1.4fr 1.1fr .6fr;gap:50px;padding-block:40px}.home .footer-label{display:block;color:#aaa88c;font-size:.57rem;letter-spacing:.15em;margin-bottom:20px}.home .footer-grid a{display:block;font-size:.8rem;color:#d0d4c6;margin-bottom:9px;width:fit-content}.home .footer-grid a:hover{color:#e1c471}.home .footer-grid p{font-size:.75rem;color:#929b87}.home .social-links{display:grid;gap:2px}.home .social-links a{display:inline-flex;align-items:center;gap:10px}.home .social-links svg{width:12px;height:12px;color:#8f987f}.home .footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff15;padding-top:25px;gap:24px}.home .footer-bottom p{color:#969d8b;font-size:.62rem}.home .footer-developer{display:flex;align-items:center;gap:12px}.home .footer-developer span{color:#969d8b;font-size:.57rem}.home .footer-developer img{width:110px;max-height:36px;object-fit:contain;filter:grayscale(1) brightness(0) invert(1);opacity:.65}.home [data-reveal].reveal-ready{opacity:0;transform:translateY(24px);transition:opacity .8s var(--home-ease),transform .8s var(--home-ease)}.home [data-reveal].is-visible{opacity:1;transform:none}.home .steps-grid>:nth-child(2).reveal-ready{transition-delay:.09s}.home .steps-grid>:nth-child(3).reveal-ready{transition-delay:.18s}@keyframes home-enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes home-product-enter{0%{opacity:0;transform:translateY(35px) rotate(5deg) scale(.96)}to{opacity:1;transform:none}}@keyframes home-orbit{0%{transform:rotate(-25deg);opacity:0}to{transform:rotate(0);opacity:1}}@keyframes home-spark{0%{opacity:0;transform:rotate(-45deg) scale(.5)}60%{opacity:1;transform:rotate(0) scale(1.15)}to{transform:scale(1)}}@keyframes home-scroll-cue{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(5px);opacity:1}}@keyframes home-answer{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}@media(max-width:1100px){.home .container{padding-inline:28px}.home .hero{min-height:710px;padding-top:130px}.home .hero-container{gap:30px}.home .hero h1{font-size:clamp(3.4rem,5.2vw,4.5rem)}.home .hero-actions{gap:16px}.home .hero-actions .home-button{padding-inline:18px;gap:18px}.home .mission-grid,.home .faq-layout{gap:45px}.home .step-card{padding:26px}.home .step-card h3{font-size:1.25rem}.home .documents-card{flex-direction:column;align-items:stretch;gap:24px}.home .documents-buttons{display:grid;grid-template-columns:1fr 1fr}.home .document-btn>svg:last-child{margin-left:auto}}@media(max-width:760px){.home .container{padding-inline:24px}.home .hero{padding:122px 0 62px;min-height:auto}.home .hero-container{grid-template-columns:1fr;gap:22px}.home .hero-text{max-width:550px;margin-inline:auto;text-align:center}.home .hero h1{font-size:clamp(2.75rem,7.7vw,4rem)}.home .hero-tag{margin-bottom:23px}.home .hero-subtitle{margin-inline:auto;font-size:.92rem}.home .hero-actions{justify-content:center;margin-top:25px}.home .hero-purpose{justify-content:center;text-align:left;margin-top:20px}.home .hero-purpose p{font-size:.65rem}.home .hero-purpose>svg{width:27px;height:27px}.home .hero-visual{max-width:370px;margin:15px auto 0;padding-bottom:25px}.home .hero-image-wrapper{width:86%}.home .hero-orbit{width:91%;left:4%}.home .orbit-two{width:106%;left:-3%}.home .hero-prize-card{padding:15px 20px;margin-top:22px}.home .hero-prize-card strong{font-size:1.12rem}.home .hero-scroll{bottom:19px;font-size:.57rem}.home .hero-visual-note{font-size:.45rem}.home .stats-grid{padding-block:24px;grid-template-columns:1fr 1fr;row-gap:20px}.home .stat-card{flex-direction:column;gap:8px;text-align:center;padding-inline:10px;justify-content:flex-start}.home .stat-card:first-child,.home .stat-card:last-child{justify-content:flex-start}.home .stat-card:nth-child(2){border-right:0}.home .stat-card:last-child{grid-column:1 / -1;flex-direction:row;justify-content:center;border-top:1px solid #d9d6c9;padding-top:17px;gap:16px;text-align:left}.home .stat-icon svg{width:22px;height:22px}.home .stat-label{font-size:.7rem;line-height:1.5}.home .stat-value{font-size:1.2rem}.home .section-intro{flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:32px}.home .section-intro>p{max-width:460px}.home .steps-grid{grid-template-columns:1fr;gap:16px}.home .step-card{padding:28px}.home .step-top{margin-bottom:20px}.home .step-top>span{font-size:2.8rem}.home .step-card h3{font-size:1.4rem;margin-bottom:13px}.home .step-card p{margin-bottom:24px;max-width:450px}.home .step-caption{padding-top:17px}.home .raffle-bottom{flex-direction:column;align-items:flex-start;gap:22px}.home .mission-grid{grid-template-columns:1fr;gap:48px}.home .mission-content{order:-1}.home .mission-visual{max-width:600px;width:100%;margin-inline:auto}.home .mission-note{right:10px;bottom:0;padding:16px 22px}.home .donation-panel{grid-template-columns:1fr}.home .donation-photo{min-height:330px}.home .donation-photo img{object-position:center 42%}.home .donation-content{padding:35px 30px}.home .donation-footnote{align-items:flex-start}.home .faq-layout{grid-template-columns:1fr;gap:32px}.home .faq-contact{max-width:400px}.home .documents-section{padding-bottom:60px}.home .footer-grid{grid-template-columns:1fr 1fr;gap:35px}.home .footer-grid>:first-child{grid-column:1 / -1}.home .footer-top{flex-wrap:wrap;gap:25px}.home .footer-top>p{order:3;width:100%}.home .footer-bottom{flex-direction:column;align-items:flex-start}.home .steps-grid>[data-reveal].reveal-ready{transition-delay:0s}}@media(max-width:400px){.home .container{padding-inline:20px}.home .hero{padding-top:108px}.home .hero h1{font-size:clamp(2.4rem,10.7vw,2.75rem)}.home .hero-subtitle{font-size:.84rem}.home .hero-actions{gap:11px;flex-direction:column}.home .hero-actions .home-button{width:100%}.home .hero-visual{margin-top:0}.home .hero-prize-card{gap:10px;padding:14px 16px}.home .hero-prize-card strong{font-size:1rem}.home .hero-prize-card small{font-size:.64rem}.home .hero-prize-card p{font-size:.58rem}.home .prize-card-icon{width:33px;height:33px}.home .stat-value{font-size:1.15rem}.home .stat-label{font-size:.68rem}.home .stat-card{padding-inline:7px}.home .section-tag{font-size:.58rem}.home h2{font-size:2.1rem}.home .step-card{padding:24px}.home .donation-photo{min-height:280px}.home .donation-content{padding:32px 22px}.home .donation-content h2{font-size:1.95rem}.home .donation-content .home-button{font-size:.79rem;padding-inline:18px;gap:13px;width:100%}.home .faq-item summary{padding:22px 8px;gap:12px;font-size:.97rem}.home .faq-answer{padding:0 24px 24px 36px}.home .documents-buttons{grid-template-columns:1fr}.home .documents-intro h2{font-size:1.15rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.home *,.home *:before,.home *:after{animation:none!important;transition:none!important}.home [data-reveal].reveal-ready{opacity:1;transform:none}}:root{--primary: #D4AF37;--primary-hover: #F2C94C;--primary-light: #F9E4B7;--primary-dark: #AA8220;--secondary: #1F2937;--secondary-hover: #374151;--secondary-light: #374151;--accent: #D4AF37;--success: #10B981;--error: #EF4444;--warning: #F59E0B;--bg-body: #F9FAFB;--bg-surface: #FFFFFF;--bg-glass: rgba(255, 255, 255, .7);--text-main: #111827;--text-secondary: #4B5563;--text-muted: #9CA3AF;--text-on-primary: #FFFFFF;--text-dark: var(--text-main);--text-light: var(--text-secondary);--text-red: var(--primary-dark);--text-red-dark: var(--primary-dark);--border-light: #E5E7EB;--border-glass: rgba(255, 255, 255, .5);--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -1px rgba(0, 0, 0, .03);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .04);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-gold: 0 10px 30px -5px rgba(212, 175, 55, .3);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 9999px;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--header-height: 70px;--ease-spring: cubic-bezier(.175, .885, .32, 1.275);--ease-smooth: cubic-bezier(.25, .46, .45, .94)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height);-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background-color:var(--bg-body);color:var(--text-main);line-height:1.6;font-feature-settings:"cv02","cv03","cv04","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-main);font-weight:700;line-height:1.1;letter-spacing:-.02em}a{text-decoration:none;color:inherit;transition:color .2s var(--ease-smooth)}button{cursor:pointer;border:none;background:none;font-family:inherit;-webkit-tap-highlight-color:transparent}img,video{max-width:100%;height:auto;display:block}a svg,a img{pointer-events:none}a{display:inline-block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.text-gradient-gold{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 50%,var(--primary-dark) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;background-size:200% auto;animation:shine 4s linear infinite}.glass-panel{background:#ffffffd9;background:var(--bg-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-glass);box-shadow:var(--shadow-sm)}.glass-card{background:#fff9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 32px #1f268712}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shine{to{background-position:200% center}}.animate-enter{animation:fadeInUp .8s var(--ease-smooth) forwards}@media(max-width:1024px){:root{--header-height: 60px}.container{padding:0 20px}}@media(max-width:480px){.container{padding:0 16px}h1{font-size:2.5rem}}
