:root{--blue: #070942;--blue-mid: #0d1260;--yellow: #e0c805;--yellow-lt: #f0da2a;--white: #f4f4f8;--gray: #c8d4e3;--muted: #8899b4}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--blue);color:var(--white);overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;gap:2rem;padding:0 2.5rem;height:64px;background:#070942d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(224,200,5,.15);transition:background .3s}nav.scrolled{background:#070942fa}.nav__logo{display:flex;align-items:center;height:40px;flex-shrink:0}.nav__logo img{height:40px;width:auto;filter:brightness(0) invert(1)}.nav__links{display:flex;gap:.25rem;list-style:none;margin-left:auto}.nav__links a{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:1rem;letter-spacing:.04em;text-transform:uppercase;color:var(--gray);text-decoration:none;padding:.4rem .8rem;border-radius:4px;transition:color .2s,background .2s}.nav__links a:hover{color:var(--yellow);background:#e0c80514}.nav__links .nav__cta{margin-left:1rem;background:var(--yellow);color:var(--blue);font-weight:700;padding:.45rem 1.1rem}.nav__links .nav__cta:hover{background:var(--yellow-lt);color:var(--blue)}.hero{position:relative;width:100%;height:100svh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__gif{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.4}.hero__overlay{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 45%,#0709421a,#0709420d,#07094266),linear-gradient(180deg,#0709421a,#07094200 35%,#07094299 80%,#070942f2)}.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1.5rem;gap:2rem}.hero__logotype{width:min(480px,75vw);height:auto;display:block;filter:brightness(0) invert(1)}.hero__tagline{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:clamp(1.05rem,2.5vw,1.4rem);letter-spacing:.1em;text-transform:uppercase;color:var(--gray);max-width:520px;line-height:1.4}.hero__tagline strong{color:var(--yellow)}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#ffffff59;font-family:Barlow Condensed,sans-serif;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;animation:bounce 2.2s ease-in-out infinite}.hero__scroll-line{width:1px;height:36px;background:linear-gradient(to bottom,rgba(255,255,255,.35),transparent)}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.btn{font-family:Barlow Condensed,sans-serif;font-weight:700;font-size:1.05rem;letter-spacing:.08em;text-transform:uppercase;padding:.75rem 2rem;border-radius:4px;text-decoration:none;transition:all .2s;display:inline-block;cursor:pointer}.btn--primary{background:var(--yellow);color:var(--blue)}.btn--primary:hover{background:var(--yellow-lt);transform:translateY(-1px)}.btn--outline{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.35)}.btn--outline:hover{border-color:var(--yellow);color:var(--yellow);transform:translateY(-1px)}.section{padding:5rem 2.5rem}.container{max-width:1100px;margin:0 auto}.section--dark{background:var(--blue);color:var(--white)}.section--light{background:var(--white);color:var(--blue)}.section-label{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:var(--yellow);margin-bottom:.6rem}.section--light .section-label{color:var(--blue);opacity:.45}.section-title{font-family:Barlow Condensed,sans-serif;font-weight:800;font-size:clamp(2.4rem,5.5vw,3.8rem);line-height:1;text-transform:uppercase;margin-bottom:1.25rem}.divider{width:44px;height:3px;background:var(--yellow);border-radius:2px;margin-bottom:2rem}.section-body{font-size:1rem;line-height:1.75;color:var(--gray);max-width:600px}.section-body+.section-body{margin-top:1rem}.section-body a{color:var(--yellow);text-decoration:underline;text-underline-offset:3px}.section--light .section-body{color:#3a4060}.section--light .section-body a{color:var(--blue);text-decoration:underline}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.stat-card{border-radius:8px;padding:1.25rem 1.5rem}.stat-card__val{font-family:Barlow Condensed,sans-serif;font-size:2.4rem;font-weight:800;color:var(--yellow);line-height:1}.stat-card__lbl{font-size:.82rem;color:var(--gray);margin-top:.25rem;line-height:1.3}.section--dark .stat-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.section--light .stat-card{background:var(--blue)}.section--light .stat-card .stat-card__lbl{color:var(--gray)}.tags-section{margin-top:2rem}.tags-title{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:1rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.75rem}.section--dark .tags-title{color:var(--gray)}.section--light .tags-title{color:#3a4060}.tag-row{display:flex;flex-wrap:wrap;gap:.5rem}.tag{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:.92rem;letter-spacing:.04em;text-transform:uppercase;border-radius:100px;padding:.35rem .9rem}.section--light .tag{border:1.5px solid rgba(7,9,66,.2);color:var(--blue)}.section--light .tag--filled{background:var(--blue);color:var(--white);border-color:var(--blue)}.section--light .tag--accent{background:var(--yellow);color:var(--blue);border-color:var(--yellow)}.section--dark .tag{border:1.5px solid rgba(255,255,255,.2);color:var(--gray)}.section--dark .tag--filled{background:#ffffff1a;color:var(--white);border-color:#fff3}.section--dark .tag--accent{background:var(--yellow);color:var(--blue);border-color:var(--yellow)}.item-banner{display:block;border-radius:12px;overflow:hidden;max-width:900px;margin:2rem auto 0;box-shadow:0 20px 60px #00000080;transition:transform .3s,box-shadow .3s}a.item-banner:hover{transform:translateY(-4px);box-shadow:0 28px 70px #0009}.item-banner img{width:100%;height:auto;display:block}.items-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.item-card{border-radius:10px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;transition:background .2s,border-color .2s}.section--dark .item-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.section--dark .item-card:hover{background:#e0c8050f;border-color:#e0c8054d}.section--light .item-card{background:var(--blue);color:var(--white)}.item-card__amount{font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:800;color:var(--yellow);line-height:1}.item-card__icon{width:32px;height:32px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;flex-shrink:0}.item-card__text{display:flex;flex-direction:column;gap:.2rem}.item-card__title{display:block;font-size:.95rem;font-weight:600;color:var(--white)}.item-card__desc{font-size:.82rem;color:var(--muted);line-height:1.45}.section--light .item-card .item-card__desc{color:var(--gray)}.section-cta{margin-top:2rem}footer{background:#040631;border-top:1px solid rgba(224,200,5,.15);padding:3rem 2.5rem 2rem}.footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-brand img{height:52px;width:auto;opacity:.85;margin-bottom:1rem;display:block}.footer-contact p{font-size:.8rem;color:var(--muted);margin-bottom:.25rem}.footer-contact a{color:var(--yellow);text-decoration:none;font-size:.9rem;font-weight:500}.footer-contact a:hover{text-decoration:underline}.footer-org{font-size:.75rem;color:#ffffff40;margin-top:.5rem}.footer-socials{display:flex;gap:.75rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);transition:background .2s,border-color .2s}.social-link:hover{background:#e0c8051f;border-color:#e0c80566}.social-link img{width:20px;height:20px}.footer-copy{max-width:1100px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06);font-size:.75rem;color:#fff3;text-align:center}@media(max-width:700px){nav{padding:0 1.25rem}.nav__links{display:none}.section{padding:3.5rem 1.25rem}.stat-grid{grid-template-columns:1fr 1fr}.items-grid{grid-template-columns:1fr}footer{padding:2.5rem 1.25rem 1.5rem}}
