:root{--gold: #C99E2A;--gold-hover: #B8901F;--gold-light: rgba(201,158,42,.1);--gold-faint: rgba(201,158,42,.04);--gold-glow-sm: rgba(201,158,42,.08);--gold-glow-md: rgba(201,158,42,.12);--gold-glow-lg: rgba(201,158,42,.25);--gold-border: rgba(201,158,42,.35);--black: #0A0A14;--white: #FFFFFF;--off-white: #F9F9FB;--text: #0A0A14;--muted: #6B6B8A;--border: #E2E2EA;--font: "DM Sans", sans-serif;--bg-dark: #0A0A14;--bg-card: #0D0D18;--bg-card-hover: #13131f;--text-on-dark: #e8eaf0;--text-secondary-dark: #8b90a5;--text-muted-dark: #5c6180;--border-dark: rgba(255,255,255,.06);--gradient-hero-dark: linear-gradient(165deg, #0c0f1a 0%, #131832 40%, #0f1428 100%)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}video{width:100%;height:auto;display:block;object-fit:cover}html{scroll-behavior:smooth}body{font-family:var(--font);font-weight:300;line-height:1.6;overflow-x:hidden;color:var(--text);background:var(--white)}.dark-zone{background:var(--black);color:#fff}.section-off{background:var(--off-white)}.section-dark{background:var(--black);color:#fff}.section-dark .section-title{color:var(--white)}.btn-primary{background:var(--gold);color:#0a0a14;text-decoration:none;font-size:15px;font-weight:600;padding:14px 30px;border-radius:8px;transition:all .2s;display:inline-flex;align-items:center;gap:6px}.btn-primary:hover{background:var(--gold-hover);transform:translateY(-2px);box-shadow:0 8px 32px #c99e2a4d}.btn-ghost{color:#ffffff9e;text-decoration:none;font-size:15px;padding:14px 26px;border:1px solid rgba(255,255,255,.15);border-radius:8px;transition:all .2s}.btn-ghost:hover{border-color:#ffffff52;color:#fff}.btn-border{display:inline-block;border:1.5px solid var(--border);color:var(--black);font-weight:500;font-size:15px;padding:13px 28px;border-radius:8px;text-decoration:none;transition:all .2s}.btn-border:hover{border-color:var(--gold);color:var(--gold)}.transition-band{height:2px;background:var(--border)}.full-divider{border:none;border-top:1px solid var(--border);margin:0 56px}.section{padding:80px 56px;max-width:1200px;margin:0 auto}.section-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:16px;display:block;font-weight:500}.hero-h1{font-size:clamp(32px,5vw,68px)}.section-title{font-size:clamp(26px,3.5vw,48px);font-weight:600;letter-spacing:-.03em;line-height:1.15;margin-bottom:16px;color:var(--text)}.section-sub{font-size:17px;color:var(--muted);max-width:560px;line-height:1.65}.section-body{font-size:16px;line-height:1.75;color:var(--muted);max-width:640px;margin-bottom:24px}.hero-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(201,158,42,.4);color:#dcb964e6;font-size:11px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;padding:5px 14px;border-radius:100px;margin-bottom:32px;position:relative;z-index:1}.hero-badge-dot{width:6px;height:6px;background:var(--gold);border-radius:50%;box-shadow:0 0 8px #c99e2ae6;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-in{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:32px}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.hero-section{padding:140px 56px 80px!important}@media(max-width:1024px){.hero-section{padding:120px 40px 60px!important}}@media(max-width:768px){.hero-section{padding:100px 24px 48px!important;min-height:unset!important}}@media(max-width:480px){.hero-section{padding:90px 20px 40px!important}}html.dark-page body{background:#0a0a14;color:#e8eaf0}html.dark-page .section-title{color:#e8eaf0}html.dark-page .section-sub{color:#8b90a5}html.dark-hero .hero-section{background:#0a0a14;color:#e8eaf0}html.dark-hero .hero-section .section-title{color:#e8eaf0}html.dark-hero .hero-section .section-sub{color:#ffffff8c}@media(max-width:1024px){.section{padding:64px 40px}}@media(max-width:768px){.section{padding:48px 24px}.full-divider{margin:0 24px}.dark-zone .section{padding:48px 24px}.section-title{margin-bottom:12px}.section-sub{margin-bottom:24px}.section-label{margin-bottom:12px}}@media(max-width:480px){.section{padding:40px 20px}}
