:root{--navy: #0A2540;--navy-deep: #061a30;--navy-soft: #14365E;--navy-line: #1f3f66;--gold-light: #E2682A;--gold: #B94B12;--gold-deep: #7E3008;--gold-soft: #F5C2A8;--gold-gradient: linear-gradient(135deg, #E2682A 0%, #B94B12 50%, #7E3008 100%);--gold-gradient-h: linear-gradient(90deg, #E2682A 0%, #B94B12 50%, #7E3008 100%);--blue: #2563EB;--blue-deep: #1D4ED8;--emerald: #10B981;--white: #FFFFFF;--gray-50: #F8FAFC;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-300: #CBD5E1;--gray-400: #94A3B8;--gray-500: #64748B;--gray-600: #475569;--gray-700: #334155;--gray-800: #1E293B;--gray-900: #0F172A;--container: 1200px;--radius: 12px;--radius-lg: 18px;--radius-xl: 24px;--radius-full: 999px;--shadow-xs: 0 1px 2px rgba(10, 37, 64, .06);--shadow-sm: 0 2px 6px rgba(10, 37, 64, .06);--shadow-md: 0 8px 24px rgba(10, 37, 64, .08);--shadow-lg: 0 20px 50px rgba(10, 37, 64, .12);--shadow-xl: 0 30px 80px rgba(10, 37, 64, .18);--t-fast: .15s ease;--t: .25s ease;--t-slow: .4s ease;--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:90px}body{font-family:var(--font);color:var(--gray-800);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}:focus-visible{outline:3px solid var(--gold);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1!important;transform:none!important}}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:transparent}input,textarea,select{font-family:inherit;font-size:1rem;color:var(--gray-800)}h1,h2,h3,h4,h5{font-weight:700;color:var(--navy);line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(2.25rem,5vw,3.75rem)}h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:1.35rem}h4{font-size:1.125rem}p{color:var(--gray-600)}.eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:.85rem}.eyebrow.on-dark{color:var(--gold)}.container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-header{max-width:720px;margin:0 auto 3rem;text-align:center}.section-header p{margin-top:1rem;font-size:1.05rem}.site-header{position:sticky;top:0;z-index:100;background:#fffffff2;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--gray-200)}.nav{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 1.5rem;max-width:var(--container);margin:0 auto}.logo{display:inline-flex;align-items:center;text-decoration:none;overflow:hidden;align-self:stretch;flex-shrink:0}.logo picture{display:inline-flex;align-items:center}.nav-cta-mobile{display:none}.logo-img{display:block;height:250px;width:auto;margin:-120px 0;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.site-footer .logo-img{height:152px;margin:-48px 0;filter:brightness(0) invert(1);opacity:.92}@media (max-width: 768px){.logo-img{height:110px;margin:-33px 0}}.nav-links{display:flex;align-items:center;gap:.35rem;list-style:none}.nav-links a{position:relative;display:inline-block;padding:.6rem .9rem;border-radius:8px;font-weight:500;font-size:.95rem;color:var(--gray-700);transition:var(--t-fast)}.nav-links a:hover{color:var(--navy);background:var(--gray-100)}.nav-links a.active{color:var(--navy)}.nav-links a.active:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:18px;height:2px;background:var(--gold);border-radius:2px}.nav-links .nav-trigger{position:relative;display:inline-block;padding:.6rem .9rem;border-radius:8px;font-family:inherit;font-weight:500;font-size:.95rem;color:var(--gray-700);background:none;border:none;cursor:pointer;transition:var(--t-fast)}.nav-links .nav-trigger:hover{color:var(--navy);background:var(--gray-100)}.nav-links .nav-trigger.active{color:var(--navy)}.nav-links .nav-trigger.active:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:18px;height:2px;background:var(--gold);border-radius:2px}.has-dropdown{position:relative}.dropdown-chevron{display:inline-block;width:8px;height:8px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);margin-left:6px;opacity:.6;transition:var(--t-fast);vertical-align:middle}.has-dropdown:hover .dropdown-chevron{transform:rotate(225deg) translateY(2px);opacity:1}.dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:240px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.5rem;opacity:0;visibility:hidden;transform:translateY(-6px);transition:var(--t);list-style:none}.has-dropdown:hover .dropdown,.has-dropdown:focus-within .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{display:flex;flex-direction:column;padding:.65rem .85rem;border-radius:8px}.dropdown a:hover{background:var(--gray-100)}.dropdown a strong{color:var(--navy);font-weight:600}.dropdown a span{font-size:.82rem;color:var(--gray-500)}.nav-actions{display:flex;align-items:center;gap:.65rem}.menu-toggle{display:none;width:44px;height:44px;border-radius:8px;place-items:center;background:var(--navy);color:var(--white)}.menu-toggle svg{width:22px;height:22px;display:block}.menu-toggle:hover{background:var(--navy-deep)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;min-height:44px;border-radius:var(--radius-full);font-weight:600;font-size:.95rem;white-space:nowrap;transition:var(--t);border:1.5px solid transparent}.btn svg{width:16px;height:16px}.btn-primary{background:var(--navy);color:var(--white)}.btn-primary:hover{background:var(--navy-deep);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-gold{background:var(--gold-gradient);color:var(--white);box-shadow:0 6px 18px #b94b1266}.btn-gold:hover{transform:translateY(-1px);box-shadow:0 10px 25px #b94b1273}.btn-ghost{background:transparent;color:var(--navy);border-color:var(--gray-200)}.btn-ghost:hover{border-color:var(--navy);background:var(--gray-50)}.btn-light{background:#ffffff1a;color:var(--white);border-color:#fff3}.btn-light:hover{background:#ffffff2e}.btn-lg{padding:.95rem 1.6rem;font-size:1rem}.btn-pulse{position:relative;background:var(--gold-gradient);color:var(--white);font-weight:700;animation:pulse-glow 2.2s ease-in-out infinite}.btn-pulse:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:var(--radius-full);border:2px solid var(--gold);opacity:0;animation:pulse-ring 2.2s ease-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 #b94b128c}50%{box-shadow:0 0 0 10px #b94b1200}}@keyframes pulse-ring{0%{transform:scale(.95);opacity:.7}to{transform:scale(1.25);opacity:0}}.hero{position:relative;background:radial-gradient(ellipse at top right,#14365E 0%,var(--navy) 45%,var(--navy-deep) 100%);color:var(--white);overflow:hidden;padding:5rem 0 7rem}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.06) 1px,transparent 0);background-size:28px 28px;pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.hero-text h1{color:var(--white)}.hero-text h1 span{color:var(--gold)}.hero-text p{color:#ffffffc7;font-size:1.15rem;margin:1.25rem 0 2rem;max-width:560px}.hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem}.hero-meta{display:grid;grid-template-columns:repeat(3,auto);grid-template-rows:auto auto;grid-auto-flow:column;justify-content:start;column-gap:2rem;row-gap:.25rem;margin-top:2.75rem;padding-top:1.75rem;border-top:1px solid rgba(255,255,255,.12)}.hero-meta>div{display:contents}.hero-meta div strong{font-size:1rem;color:var(--white);font-weight:700;white-space:nowrap}.hero-meta div span{color:#ffffff9e;font-size:.82rem;white-space:nowrap}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--navy);color:var(--white);padding:.75rem 1.25rem;border-radius:0 0 var(--radius) var(--radius);font-weight:600;font-size:.95rem;z-index:9999;transition:top .2s ease;text-decoration:none}.skip-link:focus{top:0;outline:3px solid var(--gold);outline-offset:2px}.hero-visual{position:relative;height:420px;display:grid;place-items:center}.globe{position:relative;width:380px;height:380px}.globe-canvas{width:100%!important;height:100%!important;display:block;cursor:grab;contain:layout paint size;filter:drop-shadow(0 30px 60px rgba(0,0,0,.55));aspect-ratio:1 / 1}.globe-canvas:active{cursor:grabbing}.delhi-pin{position:absolute;top:50%;left:50%;width:0;height:0;pointer-events:none;z-index:3}.delhi-pin .ring{position:absolute;top:0;left:0;width:20px;height:20px;border:2.5px solid #B94B12;border-radius:50%;transform:translate(-50%,-50%);animation:pinPulse 2.2s cubic-bezier(.4,0,.2,1) infinite}.delhi-pin .ring.delay{animation-delay:1.1s}.delhi-pin .dot{position:absolute;top:0;left:0;width:14px;height:14px;background:#b94b12;border:2.5px solid #ffffff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #0003,0 2px 8px #00000073,0 0 14px #b94b12b3}@keyframes pinPulse{0%{transform:translate(-50%,-50%) scale(.3);opacity:.85;border-width:3px}to{transform:translate(-50%,-50%) scale(3.4);opacity:0;border-width:.5px}}.delhi-callout{position:absolute;top:50%;left:50%;display:flex;align-items:center;gap:.6rem;padding:.45rem .95rem .45rem .45rem;background:var(--white);color:var(--navy);border-radius:999px;box-shadow:0 14px 30px #00000059,0 2px 6px #0003;white-space:nowrap;z-index:4;transform:translate(-50%,calc(-100% - 26px));animation:floatLabel 4s ease-in-out infinite}.delhi-callout:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--white);filter:drop-shadow(0 2px 1px rgba(0,0,0,.18))}.delhi-callout:before{content:"";position:absolute;bottom:-22px;left:50%;transform:translate(-50%);width:1.5px;height:16px;background:linear-gradient(to bottom,#b94b12d9,#b94b1200);pointer-events:none}.delhi-callout .flag{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--gold-gradient);display:grid;place-items:center;color:var(--white);box-shadow:0 4px 10px #b94b1273}.delhi-callout .flag svg{width:14px;height:14px}.delhi-callout strong{display:block;color:var(--navy);font-size:.84rem;font-weight:700;line-height:1.15}.delhi-callout small{display:block;color:var(--gray-500);font-size:.7rem;font-weight:500;letter-spacing:.02em}@keyframes floatLabel{0%,to{transform:translate(-50%,calc(-100% - 26px))}50%{transform:translate(-50%,calc(-100% - 30px))}}@keyframes spin{to{transform:rotate(360deg)}}.orbit{position:absolute;top:-30px;right:-30px;bottom:-30px;left:-30px;border:1px dashed rgba(185,75,18,.35);border-radius:50%;animation:spin 22s linear infinite reverse}.orbit:before{content:"";position:absolute;top:-7px;left:50%;width:14px;height:14px;background:var(--gold);border-radius:50%;box-shadow:0 0 18px var(--gold);transform:translate(-50%)}.hero-badge{position:absolute;padding:.75rem 1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.85rem;font-weight:600;color:var(--white);display:flex;align-items:center;gap:.5rem;animation:float 4s ease-in-out infinite}.hero-badge svg{width:18px;height:18px;color:var(--gold)}.hero-badge.top{top:30px;left:-10px;animation-delay:.5s}.hero-badge.bottom{bottom:50px;right:0;animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.trust-strip{background:var(--navy-deep);border-bottom:1px solid var(--navy-line);padding:.9rem 0}.trust-strip-inner{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;padding:.4rem 1.5rem;color:#ffffffd1;font-size:.88rem;font-weight:500;white-space:nowrap}.trust-item svg{width:16px;height:16px;color:var(--gold);flex-shrink:0}.trust-divider{width:1px;height:18px;background:#ffffff26;flex-shrink:0}.steps-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;column-gap:0;row-gap:2rem;margin-top:3rem;align-items:center}.step-arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;padding:0 1.25rem;color:var(--gold);opacity:.8}.step-arrow svg{width:32px;height:32px}.step-card{position:relative;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem 1.75rem;box-shadow:var(--shadow-sm);transition:box-shadow var(--t),transform var(--t)}.step-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.step-num{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.1em;color:var(--gold);background:#b94b1214;border:1px solid rgba(185,75,18,.2);border-radius:var(--radius-full);padding:.25rem .75rem;margin-bottom:1.25rem}.step-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--gray-100);border-radius:var(--radius);margin-bottom:1.25rem;color:var(--navy)}.step-icon svg{width:24px;height:24px}.step-card h3{font-size:1.15rem;margin-bottom:.6rem}.step-card p{font-size:.92rem;line-height:1.65;margin:0}.product-strip{position:relative;z-index:5;margin-top:0;margin-bottom:4rem}.product-strip .container{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.product-card{display:flex;align-items:center;gap:1.25rem;background:var(--white);padding:1.5rem 1.75rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--gray-100);transition:var(--t)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--gold)}.product-card-icon{flex-shrink:0;width:56px;height:56px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),var(--navy-soft));color:var(--gold)}.product-card-icon svg{width:26px;height:26px}.product-card-body{flex:1}.product-card-body h3{font-size:1.1rem;margin-bottom:.15rem}.product-card-body p{font-size:.9rem;color:var(--gray-500);margin:0}.product-card .arrow{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:var(--gray-100);display:grid;place-items:center;color:var(--navy);transition:var(--t)}.product-card:hover .arrow{background:var(--gold-gradient);color:var(--white);transform:translate(4px)}.product-card:focus{outline:none}.product-card:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.feature-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.feature-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.75rem;transition:var(--t);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--gold-gradient-h);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--gray-300)}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#b94b1226,#b94b120d);color:var(--gold-deep);margin-bottom:1.25rem}.feature-icon svg{width:24px;height:24px}.feature-card h3{font-size:1.1rem;margin-bottom:.5rem}.feature-card p{font-size:.95rem;line-height:1.55}.card-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem}.media-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:var(--t);display:flex;flex-direction:column}.media-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.media-thumb{position:relative;aspect-ratio:16 / 9;overflow:hidden;color:var(--white);display:grid;place-items:center;padding:1.5rem;text-align:center}.media-thumb h4{color:var(--white);font-size:1.05rem;position:relative;z-index:2;line-height:1.3;text-shadow:0 2px 8px rgba(0,0,0,.4)}.media-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a254033,#0a25408c)}.media-thumb.t-1{background:linear-gradient(135deg,#1e3a8a,#5b21b6)}.media-thumb.t-2{background:linear-gradient(135deg,#064e3b,#047857)}.media-thumb.t-3{background:linear-gradient(135deg,#7c2d12,#b45309)}.media-thumb.t-4{background:linear-gradient(135deg,#0c4a6e,#0369a1)}.media-thumb.t-5{background:linear-gradient(135deg,#581c87,#9333ea)}.media-thumb.t-6{background:linear-gradient(135deg,#831843,#be185d)}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background:#fffffff2;display:grid;place-items:center;z-index:3;transition:var(--t)}.play-button svg{width:22px;height:22px;color:var(--navy);margin-left:3px}.media-card:hover .play-button{transform:translate(-50%,-50%) scale(1.1);background:var(--gold-gradient)}.media-card:hover .play-button svg{color:var(--white)}.media-body{padding:1.25rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.media-tag{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:.5rem}.media-body h3{font-size:1.08rem;margin-bottom:.5rem;line-height:1.35}.media-body p{font-size:.92rem;flex:1;margin-bottom:1rem}.media-link{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;font-size:.9rem;color:var(--navy);transition:var(--t-fast)}.media-link svg{width:14px;height:14px;transition:var(--t-fast)}.media-link:hover{color:var(--gold-deep)}.media-link:hover svg{transform:translate(3px)}.trending-list{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.trending-head,.trending-row{display:grid;grid-template-columns:1.2fr 1.4fr 1fr 1.6fr;gap:1rem;padding:1rem 1.5rem;align-items:center}.trending-head{background:var(--gray-50);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-500);border-bottom:1px solid var(--gray-200)}.trending-row{border-bottom:1px solid var(--gray-100);transition:var(--t-fast)}.trending-row:last-child{border-bottom:0}.trending-row:hover{background:var(--gray-50)}.ticker-label{font-size:.88rem;font-weight:700;color:var(--navy);white-space:nowrap;letter-spacing:.01em}.ticker-exch{font-size:.78rem;font-weight:500;color:var(--gray-500);letter-spacing:.03em}.trending-row strong{color:var(--navy)}.sector-chip{display:inline-block;padding:.3rem .7rem;background:var(--gray-100);border-radius:var(--radius-full);font-size:.78rem;font-weight:500;color:var(--gray-700);justify-self:start}.compliance-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem 1rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-full);font-size:.88rem;font-weight:600;color:#ffffffe6;letter-spacing:.01em}.compliance-pill svg{width:15px;height:15px;opacity:.8}.mvv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.mvv-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem 1.75rem;box-shadow:var(--shadow-sm);transition:box-shadow var(--t),transform var(--t)}.mvv-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.mvv-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#b94b1214;border-radius:var(--radius);color:var(--gold);margin-bottom:1.25rem}.mvv-icon svg{width:22px;height:22px}.mvv-card h3{font-size:1.15rem;color:var(--navy);margin-bottom:.65rem}.mvv-card p{font-size:.93rem;line-height:1.65;color:var(--gray-600);margin:0}.leader-card{display:grid;grid-template-columns:auto 1fr;gap:3rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-sm);max-width:860px;margin:3rem auto 0;align-items:center}.leader-photo-wrap{flex-shrink:0}.leader-photo{width:160px;height:160px;border-radius:50%;object-fit:cover;object-position:top center;border:3px solid var(--gold);display:block}.leader-info h3{font-size:1.6rem;color:var(--navy);margin-bottom:.2rem}.leader-designation{font-size:1rem;font-weight:600;color:var(--gold);margin-bottom:.35rem}.leader-credential{font-size:.88rem;font-weight:500;color:var(--gray-500);margin-bottom:1.25rem}.leader-points{list-style:none;display:flex;flex-direction:column;gap:.6rem}.leader-points li{display:flex;align-items:flex-start;gap:.6rem;font-size:.93rem;color:var(--gray-600);line-height:1.55}.reg-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem}.reg-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2rem;display:flex;gap:1.5rem;align-items:flex-start;box-shadow:var(--shadow-sm);transition:box-shadow var(--t),transform var(--t)}.reg-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.reg-logo{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);font-size:.72rem;font-weight:800;letter-spacing:.06em}.amfi-logo{background:#f0f4ff;color:#1a3a6b;border:1px solid #c9d6f0}.sebi-logo{background:#fff4f0;color:#b32e1c;border:1px solid #f0c9c4}.reg-card h3{font-size:1.1rem;color:var(--navy);margin-bottom:.5rem}.reg-card p{font-size:.92rem;line-height:1.65;color:var(--gray-600);margin:0}.cta-band{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-soft) 100%);color:var(--white);border-radius:var(--radius-xl);padding:4rem 3rem;text-align:center;position:relative;overflow:hidden}.cta-band:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(185,75,18,.18),transparent 65%);border-radius:50%}.cta-band:after{content:"";position:absolute;bottom:-150px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(37,99,235,.18),transparent 65%);border-radius:50%}.cta-band>*{position:relative;z-index:2}.cta-band h2{color:var(--white);margin-bottom:.85rem}.cta-band p{color:#ffffffc7;font-size:1.1rem;margin-bottom:2rem}.page-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-soft) 100%);color:var(--white);padding:4.5rem 0 4rem;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.05) 1px,transparent 0);background-size:28px 28px}.page-hero .container{position:relative;max-width:800px;text-align:center}.page-hero h1{color:var(--white);margin-bottom:1rem}.page-hero p{color:#ffffffc7;font-size:1.15rem}.breadcrumb{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;color:#fff9;margin-bottom:1.25rem}.breadcrumb a{color:var(--gold)}.breadcrumb a:hover{text-decoration:underline}.subsection-header{margin-bottom:2.5rem;max-width:720px}.subsection-header h2{margin-bottom:.5rem}.subsection-header p{font-size:1.05rem}.subsection{padding:5rem 0;border-bottom:1px solid var(--gray-100)}.subsection:last-of-type{border-bottom:0}.subsection.bg-alt{background:var(--gray-50);border-bottom:0}.faq-section{margin-bottom:.75rem;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--gray-200);transition:border-color var(--t-fast),box-shadow var(--t-fast)}.faq-section.section-open{border-color:var(--navy);box-shadow:var(--shadow-sm)}.faq-section-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 1.5rem;background:var(--white);border:none;text-align:left;cursor:pointer;color:var(--navy);transition:background var(--t-fast)}.faq-section-header:hover{background:var(--gray-50)}.faq-section.section-open .faq-section-header{background:var(--navy);color:var(--white)}.faq-section-label{display:flex;align-items:center;gap:.75rem}.faq-section-label .num{display:inline-grid;place-items:center;width:34px;height:34px;background:var(--gray-100);color:var(--navy);border-radius:10px;font-size:.9rem;font-weight:700;flex-shrink:0;transition:background var(--t-fast)}.faq-section.section-open .faq-section-label .num{background:#ffffff2e;color:var(--gold)}.faq-section-title{font-size:1.05rem;font-weight:600;line-height:1.3}.faq-section-chevron{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:var(--gray-100);display:grid;place-items:center;transition:background var(--t-fast),transform var(--t);color:var(--navy)}.faq-section.section-open .faq-section-chevron{background:#ffffff2e;color:var(--white);transform:rotate(180deg)}.faq-section-chevron svg{width:14px;height:14px}.faq-section-body{max-height:0;overflow:hidden;transition:max-height .45s ease;border-top:0px solid var(--gray-200)}.faq-section.section-open .faq-section-body{max-height:4000px;transition:max-height .6s ease;border-top:1px solid var(--gray-200)}.faq-section-inner{padding:1.5rem;background:var(--gray-50)}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;transition:var(--t-fast)}.faq-item.open{border-color:var(--navy);box-shadow:var(--shadow-sm)}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.5rem;font-weight:600;font-size:1rem;color:var(--navy);text-align:left}.faq-q .ico{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--gray-100);display:grid;place-items:center;color:var(--navy);transition:var(--t)}.faq-item.open .faq-q .ico{background:var(--gold-gradient);color:var(--white);transform:rotate(45deg)}.faq-q .ico svg{width:14px;height:14px}.faq-a{max-height:0;overflow:hidden;transition:max-height var(--t-slow)}.faq-item.open .faq-a{max-height:1800px}.faq-a div{padding:0 1.5rem 1.4rem;color:var(--gray-600);line-height:1.65}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-art{position:relative;aspect-ratio:1;border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--navy),var(--navy-soft));display:grid;place-items:center;overflow:hidden}.about-art:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.08) 1px,transparent 0);background-size:24px 24px}.about-art svg{width:50%;height:50%;color:var(--gold);position:relative}.about-art picture{display:block;width:72%;margin:0 auto;position:relative}.about-logo-img{display:block;width:100%;height:auto;position:relative;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.about-offerings-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media (max-width: 900px){.about-offerings-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.about-offerings-grid{grid-template-columns:1fr}}.value-list{list-style:none;display:flex;flex-direction:column;gap:1.25rem;margin-top:1.5rem}.value-list li{display:flex;gap:1rem;padding:1.15rem 1.25rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius)}.value-list .v-num{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:var(--gold-gradient);color:var(--white);display:grid;place-items:center;font-weight:700}.value-list strong{color:var(--navy);display:block;margin-bottom:.15rem}.value-list p{font-size:.92rem;margin:0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a25408c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:none;align-items:center;justify-content:center;padding:1.5rem;opacity:0;transition:opacity var(--t)}.modal-overlay.is-open{display:flex;opacity:1}.modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:540px;max-height:90vh;overflow-y:auto;position:relative;transform:translateY(20px);transition:transform var(--t);box-shadow:var(--shadow-xl)}.modal-overlay.is-open .modal{transform:translateY(0)}.modal-header{padding:1.75rem 1.75rem .5rem;position:relative}.modal-header h3{font-size:1.4rem;margin-bottom:.35rem}.modal-header p{font-size:.95rem}.modal-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:var(--gray-500);transition:var(--t-fast);z-index:10}.modal-close:hover{background:var(--gray-100);color:var(--navy)}.modal-close svg{width:18px;height:18px}.modal-body{padding:1.5rem 1.75rem 1.75rem}.field{margin-bottom:1.15rem}.field label{display:block;font-size:.85rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}.field label .req{color:#dc2626}.field input,.field textarea,.field select{width:100%;padding:.75rem .9rem;border:1.5px solid var(--gray-200);border-radius:10px;background:var(--white);transition:var(--t-fast)}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--navy);box-shadow:0 0 0 3px #0a25401f}.field textarea{resize:vertical;min-height:90px}.success-state{text-align:center;padding:2rem 1.5rem}.success-state svg{width:60px;height:60px;margin:0 auto 1rem;color:var(--emerald)}.success-state h3{margin-bottom:.5rem}.site-footer{background:var(--navy-deep);color:#ffffffb3;padding:4rem 0 2rem;margin-top:5rem}.footer-top{display:grid;grid-template-columns:1.4fr repeat(5,1fr);gap:2rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand{max-width:320px}.footer-brand .logo{color:var(--white);margin-bottom:1rem}.footer-brand p{color:#ffffff9e;font-size:.9rem;margin-bottom:1.5rem}.social{display:flex;gap:.55rem}.social a{width:44px;height:44px;border-radius:10px;background:#ffffff14;display:grid;place-items:center;color:#ffffffbf;transition:var(--t)}.social a:hover{background:var(--gold-gradient);color:var(--white);transform:translateY(-2px)}.social svg{width:18px;height:18px}.footer-col h5{color:var(--white);font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.7rem}.footer-col a{color:#ffffffa6;font-size:.92rem;transition:var(--t-fast);overflow-wrap:break-word}.footer-col a:hover{color:var(--gold)}.footer-contact-list{gap:.9rem!important}.footer-contact-list li{display:flex;flex-direction:column;gap:.15rem}.footer-contact-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffff59}.footer-contact-list address{font-style:normal;color:#ffffffa6;font-size:.88rem;line-height:1.65}.footer-bottom{padding-top:2rem;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;align-items:flex-start;font-size:.85rem}.disclaimer{max-width:760px;color:#ffffffc7;font-size:.82rem;line-height:1.6}.copyright{color:#ffffffb8;font-size:.82rem}.footer-legal-link{color:#ffffffbf;margin-right:.85rem;font-size:.82rem;transition:var(--t-fast)}.footer-legal-link:hover{color:var(--gold)}.footer-legal-link:last-child{margin-right:0}.article{max-width:760px;margin:0 auto;padding:4rem 1.5rem}.article-meta{color:var(--gray-500);font-size:.9rem;margin-bottom:.5rem}.article h1{margin-bottom:1.5rem}.article-hero-img{border-radius:var(--radius-lg);margin-bottom:2.5rem;overflow:hidden;line-height:0}.article-hero-img img{width:100%;height:auto;display:block;border-radius:var(--radius-lg)}.article-hero{height:280px;border-radius:var(--radius-lg);margin-bottom:2.5rem;overflow:hidden;position:relative}.article-body{font-size:1.05rem;color:var(--gray-700);line-height:1.8}.article-body h2{margin:2.25rem 0 .85rem;font-size:1.5rem}.article-body h3{margin:1.75rem 0 .5rem;font-size:1.2rem}.article-body p{margin-bottom:1.1rem;color:var(--gray-700)}.article-body ul{margin:0 0 1.1rem 1.25rem}.article-body li{margin-bottom:.5rem}.article-body blockquote{border-left:4px solid var(--gold);padding:.5rem 0 .5rem 1.25rem;margin:1.5rem 0;font-style:italic;color:var(--gray-600)}@media (max-width: 960px){.hero{padding:3.5rem 0 5rem}.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-visual{height:320px;order:-1}.globe{width:260px;height:260px}.hero-meta{column-gap:1.5rem}.product-strip .container,.steps-grid{grid-template-columns:1fr}.step-arrow{transform:rotate(90deg);padding:.5rem 0}.feature-grid{grid-template-columns:repeat(6,1fr);gap:1rem}.feature-card:nth-child(1){grid-column:1 / 3}.feature-card:nth-child(2){grid-column:3 / 5}.feature-card:nth-child(3){grid-column:5 / 7}.feature-card:nth-child(4){grid-column:2 / 4}.feature-card:nth-child(5){grid-column:4 / 6}.footer-top{grid-template-columns:1fr 1fr}.about-grid{grid-template-columns:1fr}.about-art{max-width:360px;margin:0 auto}.mvv-grid{grid-template-columns:1fr}.leader-card{grid-template-columns:1fr;text-align:center;gap:1.5rem}.leader-photo-wrap{display:flex;justify-content:center}.leader-points li{justify-content:center;text-align:left}.reg-grid{grid-template-columns:1fr}.cta-band{padding:3rem 1.5rem}.trending-head{display:none}.trending-row{grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:.5rem 1rem;padding:1.25rem}.trending-row .ticker-label{grid-row:1 / 3;align-self:center}.trending-row strong{grid-column:2}.trending-row .sector-chip{grid-column:2;justify-self:start}.trending-row>p{grid-column:1 / 3;font-size:.88rem}}@media (max-width: 640px){.trust-strip-inner{gap:0}.trust-item{padding:.4rem .85rem;font-size:.82rem}.trust-divider{display:none}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card:nth-child(n){grid-column:auto}}@media (max-width: 768px){.hero-badge{display:none}.menu-toggle{display:grid}.nav-links{position:fixed;top:72px;left:0;right:0;z-index:200;flex-direction:column;align-items:stretch;background:var(--white);padding:1rem 1.5rem 1.5rem;border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-md);gap:.25rem;transform:translateY(calc(-100% - 120px));transition:transform var(--t);pointer-events:none}.nav-links.is-open{transform:translateY(0);pointer-events:auto}.nav-links a{padding:.85rem 1rem}.nav-links .nav-trigger{display:block;width:100%;text-align:left;padding:.85rem 1rem}.has-dropdown>a:after{float:right;margin-top:6px}.dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0;max-width:none;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.has-dropdown.products-open .dropdown{max-height:300px;padding:0 0 0 1rem}.nav-actions .btn-pulse,.nav-actions .btn-primary{display:none}.nav-cta-mobile{display:flex;flex-direction:column;gap:.6rem;margin-top:.85rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.nav-cta-mobile .btn{width:100%;justify-content:center}.section{padding:3.5rem 0}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1;max-width:100%}.footer-bottom{flex-direction:column}}@media (max-width: 480px){.nav{padding:.85rem 1rem}.container{padding:0 1rem}.logo span.full{font-size:1.05rem}.hero-meta{grid-template-columns:repeat(3,auto);column-gap:1rem}.footer-top,.feature-grid{grid-template-columns:1fr}.nav-actions .btn-pulse{padding:.55rem .85rem;font-size:.85rem;min-height:44px}}@media (max-width: 400px){.hero-meta{display:flex;flex-direction:column;gap:.55rem}.hero-meta>div{display:flex;align-items:baseline;gap:.4rem}.hero-meta div strong,.hero-meta div span{white-space:normal}.hero-meta div strong:after{content:" —";font-weight:400;opacity:.6}}.guide-intro{font-size:1.1rem;color:var(--gray-600);line-height:1.7;margin-bottom:2rem}.guide-toc{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:1.25rem;margin-bottom:3rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg)}.guide-toc-link{display:flex;align-items:center;gap:.6rem;padding:.55rem .65rem;border-radius:var(--radius);font-size:.92rem;font-weight:500;color:var(--gray-700);transition:var(--t-fast)}.guide-toc-link:hover{background:var(--white);color:var(--navy);box-shadow:var(--shadow-xs)}.guide-toc-num{flex-shrink:0;display:grid;place-items:center;width:26px;height:26px;border-radius:7px;background:var(--gray-200);color:var(--navy);font-size:.8rem;font-weight:700}.guide-steps{display:flex;flex-direction:column;gap:1.25rem}.guide-step{scroll-margin-top:96px;padding:2rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:border-color var(--t-fast),box-shadow var(--t-fast)}.guide-step:hover{border-color:var(--gray-300);box-shadow:var(--shadow-sm)}.guide-step-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.1rem}.guide-step-num{flex-shrink:0;display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:var(--navy);color:var(--gold);font-size:1.2rem;font-weight:800}.guide-step-head h2{font-size:1.4rem;margin:0;line-height:1.25}.guide-step-body{color:var(--gray-700);line-height:1.75}.guide-step-body p{margin-bottom:.85rem}.guide-step-body ul{margin:0 0 .85rem;padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem}.guide-step-body li{padding-left:.2rem}.guide-step-body strong{color:var(--navy);font-weight:600}.guide-note{margin-top:.5rem;padding:.85rem 1.1rem;background:#c9a3491a;border-left:3px solid var(--gold);border-radius:var(--radius);font-size:.92rem}.guide-disclaimer{margin-top:2rem;padding:1.25rem 1.5rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg)}.guide-disclaimer p{margin:0;font-size:.875rem;font-style:italic;color:var(--gray-500);line-height:1.7}.guide-cta-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}@media (max-width: 600px){.guide-toc{grid-template-columns:1fr}.guide-step{padding:1.5rem 1.25rem}.guide-step-head h2{font-size:1.2rem}}.notfound{min-height:62vh;display:grid;place-items:center;text-align:center;padding:5rem 0}.notfound-code{display:block;font-size:clamp(4.5rem,14vw,9rem);font-weight:800;line-height:1;background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.notfound h1{margin:.5rem 0 1rem}.notfound p{max-width:480px;margin:0 auto 2rem;color:var(--gray-600)}.notfound-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.notfound-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;align-items:center;font-size:.92rem}.notfound-links span{color:var(--gray-500)}.notfound-links a{color:var(--navy);font-weight:600}.notfound-links a:hover{color:var(--gold)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.in-view{opacity:1;transform:translateY(0)}.yt-row{display:flex;align-items:center;gap:3rem;justify-content:center}.yt-video-card{flex:0 0 420px;max-width:420px}.yt-channel-circle{flex-shrink:0;width:210px;height:210px;border-radius:50%;background:red;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;text-decoration:none;color:#fff;box-shadow:0 8px 28px #ff000052;transition:transform var(--t-fast),box-shadow var(--t-fast)}.yt-channel-circle:hover{transform:scale(1.06);box-shadow:0 14px 40px #ff00006b}.yt-circle-icon svg{width:44px;height:44px;display:block}.yt-circle-handle{font-size:.8rem;font-weight:600;color:#ffffffe0;letter-spacing:.02em}.yt-circle-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffffa6}@media (max-width: 768px){.yt-row{flex-direction:column;gap:2rem}.yt-video-card{flex:unset;max-width:100%;width:100%}}.coming-soon-tile{max-width:560px;margin:0 auto;background:var(--white);border:1.5px dashed var(--gray-300);border-radius:var(--radius-xl);padding:3.5rem 2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.coming-soon-icon{width:64px;height:64px;border-radius:var(--radius-lg);background:var(--gray-100);display:grid;place-items:center;flex-shrink:0}.coming-soon-icon svg{width:30px;height:30px;color:var(--gold)}.coming-soon-badge{display:inline-block;padding:.3rem .85rem;background:var(--gold-soft);color:var(--gold-deep);border-radius:var(--radius-full);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.coming-soon-tile h3{font-size:1.2rem;font-weight:700;color:var(--navy);margin:0}.coming-soon-tile p{font-size:.95rem;color:var(--gray-500);line-height:1.7;max-width:400px;margin:0}.articles-more-note{text-align:center;margin-top:2rem;font-size:.88rem;color:var(--gray-400);font-style:italic}.legal-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.75rem 2rem;margin-bottom:2rem}.legal-meta-item dt{font-size:.72rem;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.3rem}.legal-meta-item dd{font-size:.9rem;color:var(--navy);font-weight:500;line-height:1.5;margin:0}.legal-meta-item dd a{color:var(--gold);text-decoration:none}.legal-meta-item dd a:hover{text-decoration:underline}.legal-note{background:#fff7f0;border-left:3px solid var(--gold);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:1rem 1.25rem;margin-bottom:2.25rem;font-size:.9rem;color:var(--gray-700);line-height:1.65}.legal-toc{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.5rem 2rem;margin-bottom:3rem}.legal-toc h3{font-size:.72rem;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.07em;margin-bottom:1rem}.legal-toc ol{columns:2;column-gap:2rem;padding-left:1.25rem;margin:0}.legal-toc li{font-size:.87rem;color:var(--gray-600);margin-bottom:.45rem;break-inside:avoid;line-height:1.4}.legal-toc a{color:var(--navy);text-decoration:none;transition:color var(--t-fast)}.legal-toc a:hover{color:var(--gold)}.legal-section{margin-bottom:2.75rem;scroll-margin-top:90px}.legal-section h2{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.85rem;padding-bottom:.6rem;border-bottom:1px solid var(--gray-200)}.legal-section p{font-size:.94rem;line-height:1.8;color:var(--gray-700);margin-bottom:.85rem}.legal-section p:last-child{margin-bottom:0}.legal-section a{color:var(--gold);text-decoration:none}.legal-section a:hover{text-decoration:underline}.legal-contact{background:var(--navy);border-radius:var(--radius-md);padding:2rem 2.25rem;margin-top:1rem}.legal-contact h3{font-size:.95rem;font-weight:700;color:var(--white);margin-bottom:.85rem}.legal-contact p{font-size:.9rem;line-height:1.85;color:#ffffffa6;margin:0}.legal-contact a{color:var(--gold-light);text-decoration:none}.legal-contact a:hover{text-decoration:underline}@media (max-width: 768px){.legal-meta{grid-template-columns:1fr 1fr;padding:1.25rem}.legal-toc ol{columns:1}.legal-toc{padding:1.25rem}}@media (max-width: 480px){.legal-meta{grid-template-columns:1fr}}
