.ho-header{position:sticky;top:0;z-index:50;background:#070b16b8;backdrop-filter:saturate(1.4) blur(14px);-webkit-backdrop-filter:saturate(1.4) blur(14px);border-bottom:1px solid var(--ho-line)}.ho-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:var(--ho-grad-fire-soft)}.ho-nav{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;position:relative}.ho-brand{display:inline-flex;align-items:center;gap:12px;font-family:var(--ho-font-head);font-weight:700;color:#fff;text-decoration:none}.ho-brand-logo{display:block;height:42px;width:auto;filter:drop-shadow(0 6px 14px rgba(255,69,0,.3))}.ho-footer-brand .ho-brand-logo{height:46px;margin-bottom:.4em}.ho-flame-word{background:linear-gradient(90deg,#ff4500,#ffb627 60%,gold);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}@media (max-width:520px){.ho-brand-logo{height:36px}}.ho-nav-links{display:flex;gap:6px;align-items:center}.ho-nav-links>a{position:relative;color:var(--ho-text);font-weight:500;font-size:.95rem;padding:8px 14px;border-radius:10px;text-decoration:none;transition:color .18s var(--ho-ease),background .18s var(--ho-ease),transform .18s var(--ho-ease)}.ho-nav-links>a:hover{color:#fff;background:#ff450014}.ho-nav-links>a[aria-current=page]{color:#fff}.ho-nav-links>a[aria-current=page]:after{content:"";position:absolute;left:14px;right:14px;bottom:2px;height:2px;border-radius:2px;background:var(--ho-grad-fire)}.ho-menu-btn{display:none;background:#ffffff0a;border:1px solid var(--ho-line);color:#fff;width:42px;height:42px;border-radius:11px;cursor:pointer;align-items:center;justify-content:center;transition:background .18s,border-color .18s}.ho-menu-btn:hover{background:#ff450014;border-color:#ff45004d}.ho-burger{display:inline-flex;flex-direction:column;justify-content:space-between;width:18px;height:13px}.ho-burger i{display:block;height:2px;background:#fff;border-radius:2px;transition:transform .25s var(--ho-ease),opacity .2s}[data-open=true] .ho-burger i:nth-child(1){transform:translateY(5.5px) rotate(45deg)}[data-open=true] .ho-burger i:nth-child(2){opacity:0}[data-open=true] .ho-burger i:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}@media (max-width:920px){.ho-menu-btn{display:inline-flex}.ho-nav-links{display:none;position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;background:linear-gradient(180deg,#0f1730,#0a0f1f);border-top:1px solid var(--ho-line);padding:14px clamp(16px,3vw,28px);gap:4px;box-shadow:0 16px 40px #00000080}.ho-nav-links>a{padding:14px 12px;border-radius:10px}.ho-nav-links>a[aria-current=page]:after{display:none}.ho-nav-links>a[aria-current=page]{background:#ff45001a}[data-open=true] .ho-nav-links{display:flex}.ho-nav-links .ho-cta{margin-top:6px;justify-content:center}}.ho-cta{position:relative;display:inline-flex;align-items:center;gap:9px;background:var(--ho-grad-cta);color:#fff;font-family:var(--ho-font-head);font-weight:700;font-size:1rem;padding:.85em 1.5em;border-radius:999px;letter-spacing:.005em;border:1px solid rgba(255,255,255,.1);box-shadow:var(--ho-glow-soft);text-decoration:none;white-space:nowrap;cursor:pointer;transition:transform .2s var(--ho-ease),box-shadow .2s var(--ho-ease),filter .2s var(--ho-ease);overflow:hidden;isolation:isolate}.ho-cta:before{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--ho-grad-glass);pointer-events:none;z-index:0}.ho-cta>*{position:relative;z-index:1}.ho-cta:hover{transform:translateY(-2px);box-shadow:0 14px 32px #ff45005c,0 0 36px #ff45004d;filter:brightness(1.06)}.ho-cta-arrow{transition:transform .25s var(--ho-ease)}.ho-cta:hover .ho-cta-arrow{transform:translate(4px)}.ho-cta--sm{font-size:.92rem;padding:.62em 1.15em}.ho-cta--ghost{background:transparent;color:#fff;border-color:#ff45008c;box-shadow:none}.ho-cta--ghost:before{display:none}.ho-cta--ghost:hover{background:#ff45001a;box-shadow:0 0 0 1px #ff4500b3 inset}.ho-hero{position:relative;padding:clamp(2.8rem,5vw,5.2rem) 0 clamp(2.4rem,4vw,3.6rem);overflow:hidden}.ho-hero-glyph{position:absolute;right:-100px;top:-60px;width:520px;height:520px;background:radial-gradient(closest-side,#ff450052,#ff450000 72%);pointer-events:none;z-index:0}.ho-hero>.ho-wrap{position:relative;z-index:1}.ho-hero:has(.ho-hero-art)>.ho-wrap{display:grid;gap:2.5rem;align-items:center;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr)}.ho-hero-text{min-width:0}.ho-hero-art{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:520px}.ho-hero-art:before{content:"";position:absolute;left:50%;bottom:-2%;transform:translate(-50%);width:78%;height:60%;background:radial-gradient(closest-side,#ff45008c,#ff450000 75%);filter:blur(8px);pointer-events:none;z-index:0}.ho-hero-art:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:60%;height:14px;border-radius:50%;background:radial-gradient(closest-side,#0000008c,#0000 75%);filter:blur(4px);pointer-events:none}.ho-mascot{position:relative;z-index:1;display:block;width:auto;height:auto;max-height:540px;max-width:100%;filter:drop-shadow(0 18px 28px rgba(255,69,0,.3)) drop-shadow(0 4px 6px rgba(0,0,0,.45));animation:ho-mascot-float 6.5s ease-in-out infinite;will-change:transform}@keyframes ho-mascot-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (prefers-reduced-motion:reduce){.ho-mascot{animation:none}}@media (max-width:1024px){.ho-hero>.ho-wrap{grid-template-columns:1fr}.ho-hero-art{display:none}}.ho-hero h1{margin:0 0 .35em;line-height:1.1;letter-spacing:-.025em}.ho-hero h1 .ho-flame-word{display:inline-block}.ho-lead{font-size:clamp(1.05rem,.96rem + .55vw,1.25rem);color:var(--ho-text);max-width:64ch;margin:.6em 0 1.6em;line-height:1.6}.ho-hero-meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--ho-muted);font-size:.92rem;margin-top:1.2em;align-items:center}.ho-pill{background:#ffb6271a;border:1px solid rgba(255,182,39,.4);color:var(--ho-gold);padding:5px 12px;border-radius:999px;font-size:.82rem;font-weight:600;letter-spacing:.02em}.ho-pill--fire{background:#ff45001a;border-color:#ff450073;color:#ffb088}.ho-trust{display:flex;flex-wrap:wrap;gap:10px;margin:1.2em 0;font-size:.86rem;color:var(--ho-muted);align-items:center}.ho-trust-item{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;background:#ffffff08;border:1px solid var(--ho-line);border-radius:10px}.ho-trust-item strong{color:#fff;font-weight:600}.ho-trust-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55e}.ho-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:1.8rem 0 .8rem}@media (max-width:760px){.ho-stats{grid-template-columns:repeat(2,1fr)}}.ho-stat{position:relative;padding:18px 18px 16px;border-radius:var(--ho-rad-sm);background:linear-gradient(180deg,#ff45001a,#ff450000 60%),var(--ho-card);border:1px solid var(--ho-line);overflow:hidden}.ho-stat:after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--ho-grad-fire);opacity:.85}.ho-stat-num{font-family:var(--ho-font-head);font-weight:700;font-size:clamp(1.4rem,1rem + 1.2vw,1.85rem);letter-spacing:-.02em;color:#fff;line-height:1;background:linear-gradient(90deg,#ff7a1a,#ffb627);-webkit-background-clip:text;background-clip:text;color:transparent}.ho-stat-label{color:var(--ho-muted);font-size:.84rem;margin-top:6px;letter-spacing:.02em}.ho-author{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:1.8rem 0 1rem;padding:12px 14px;background:#ffffff06;border:1px solid var(--ho-line);border-radius:var(--ho-rad-sm);font-size:.9rem;color:var(--ho-muted)}.ho-author strong{color:#fff;font-weight:600}.ho-author-badge{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--ho-grad-cta);color:#fff;font-family:var(--ho-font-head);font-weight:700}.ho-fact{margin:1.6em 0;border-radius:var(--ho-rad);overflow:hidden;border:1px solid var(--ho-line);background:var(--ho-card)}.ho-fact h2{margin:0;padding:14px 18px;background:linear-gradient(90deg,#ff45002e,#ffb6270d);font-size:1.05rem;border-bottom:1px solid var(--ho-line)}.ho-fact-grid{display:grid;grid-template-columns:repeat(2,1fr)}@media (max-width:680px){.ho-fact-grid{grid-template-columns:1fr}}.ho-fact-row{display:flex;justify-content:space-between;gap:14px;padding:11px 18px;border-bottom:1px solid var(--ho-line)}.ho-fact-row:last-child{border-bottom:none}.ho-fact-key{color:var(--ho-muted);font-size:.92rem}.ho-fact-val{color:#fff;font-weight:600;font-size:.95rem;text-align:right}.ho-toc{margin:1.6em 0;padding:14px 18px;background:#ffffff08;border:1px solid var(--ho-line);border-radius:var(--ho-rad-sm)}.ho-toc h2{margin:0 0 .5em;font-size:.92rem;color:var(--ho-muted);font-weight:600;letter-spacing:.06em;text-transform:uppercase}.ho-toc ol{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:6px 18px;counter-reset:toc}.ho-toc li{counter-increment:toc;font-size:.95rem}.ho-toc li:before{content:counter(toc,decimal-leading-zero);color:var(--ho-fire);font-family:var(--ho-font-head);font-weight:700;margin-right:8px}.ho-toc a{color:var(--ho-text);border-bottom:1px dotted rgba(255,255,255,.15);text-decoration:none;transition:color .18s,border-color .18s}.ho-toc a:hover{color:var(--ho-gold);border-bottom-color:var(--ho-gold)}.ho-section{padding:clamp(2rem,3.5vw,3.4rem) 0}.ho-divider{height:8px;margin:1.6rem 0;border-radius:8px;background:linear-gradient(90deg,transparent,rgba(255,69,0,.4),rgba(255,182,39,.4),rgba(255,69,0,.4),transparent);opacity:.6;filter:blur(.3px)}.ho-content h2{font-size:clamp(1.5rem,1.15rem + 1.3vw,2.1rem);margin:2.4em 0 .8em;color:#fff;letter-spacing:-.02em;position:relative;padding-left:18px;scroll-margin-top:90px}.ho-content h2:first-child{margin-top:0}:target{scroll-margin-top:90px}.ho-content h2:before{content:"";position:absolute;left:0;top:.4em;width:5px;height:.85em;border-radius:3px;background:var(--ho-grad-fire)}.ho-content h3{font-size:clamp(1.1rem,1rem + .5vw,1.32rem);margin:1.8em 0 .5em;color:#fff}.ho-content p{margin:0 0 1em;color:var(--ho-text);line-height:1.72}.ho-content ul,.ho-content ol{padding-left:1.4em;margin:0 0 1.2em}.ho-content li{margin:.4em 0;color:var(--ho-text)}.ho-content a{color:#fff;border-bottom:1px solid rgba(255,182,39,.45);transition:color .18s,border-color .18s}.ho-content a:hover{color:var(--ho-gold);border-bottom-color:var(--ho-fire)}.ho-content strong{color:#fff;font-weight:700}.ho-lead-quote{position:relative;margin:2rem 0 2.5rem;padding:0 0 0 1.4rem;font-family:var(--ho-font-head);font-weight:500;font-size:clamp(1.15rem,1rem + .65vw,1.42rem);line-height:1.5;letter-spacing:-.01em;color:#ffffffeb;max-width:62ch}.ho-lead-quote:before{content:"";position:absolute;left:0;top:.15em;bottom:.15em;width:2px;border-radius:2px;background:var(--ho-grad-fire)}.ho-lead-quote a{color:#fff;border-bottom:1px solid rgba(255,182,39,.55)}.ho-lead-quote a:hover{color:var(--ho-gold);border-bottom-color:var(--ho-gold)}.ho-card{position:relative;background:linear-gradient(180deg,#ffffff06,#fff0),var(--ho-card);border:1px solid var(--ho-line);border-radius:var(--ho-rad);padding:1.4rem;transition:border-color .22s var(--ho-ease),transform .22s var(--ho-ease),box-shadow .22s var(--ho-ease)}.ho-card:hover{border-color:#ff450073;transform:translateY(-3px);box-shadow:var(--ho-shadow-card)}.ho-card h3{margin-top:0}.ho-card--accent{border-left:3px solid var(--ho-fire)}.ho-card--num{counter-reset:none}.ho-card-num{display:inline-block;font-family:var(--ho-font-head);font-weight:700;font-size:2rem;line-height:1;color:transparent;background:linear-gradient(90deg,#ff4500,#ffb627);-webkit-background-clip:text;background-clip:text;margin-bottom:.3em}.ho-card-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:11px;background:#ff45001f;border:1px solid rgba(255,69,0,.3);margin-bottom:.7em;color:var(--ho-fire)}.ho-grid{display:grid;gap:18px}.ho-grid--3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.ho-grid--2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.ho-grid--4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.ho-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--ho-rad);border:1px solid var(--ho-line);margin:1.4em 0}.ho-table{margin:0;width:100%;border-collapse:collapse}.ho-table thead{background:linear-gradient(180deg,#ffb6272e,#ffb6270d)}.ho-table th{font-family:var(--ho-font-head);font-weight:700;color:var(--ho-gold);text-align:left;padding:13px 16px;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid rgba(255,182,39,.25)}.ho-table td{padding:13px 16px;border-bottom:1px solid var(--ho-line);font-size:.96rem;color:var(--ho-text);vertical-align:top}.ho-table tbody tr:last-child td{border-bottom:none}.ho-table tbody tr{transition:background .18s}.ho-table tbody tr:hover{background:#ffffff06}.ho-table td.num,.ho-table .num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum";color:#fff;font-weight:600}.ho-faq{display:flex;flex-direction:column;gap:10px;margin:1.6em 0}.ho-faq-item{background:var(--ho-card);border:1px solid var(--ho-line);border-radius:var(--ho-rad-sm);overflow:hidden;transition:border-color .2s var(--ho-ease),background .2s var(--ho-ease)}.ho-faq-item[open]{border-color:#ff450073;background:linear-gradient(180deg,rgba(255,69,0,.04),transparent),var(--ho-card)}.ho-faq-item summary{list-style:none;cursor:pointer;padding:15px 18px;font-family:var(--ho-font-head);font-weight:600;font-size:1.02rem;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:12px}.ho-faq-item summary::-webkit-details-marker{display:none}.ho-faq-icon{width:22px;height:22px;flex:0 0 22px;border-radius:50%;background:#ff45001f;border:1px solid rgba(255,69,0,.3);position:relative;transition:transform .25s var(--ho-ease),background .2s}.ho-faq-icon:before,.ho-faq-icon:after{content:"";position:absolute;left:50%;top:50%;background:var(--ho-fire);border-radius:1px}.ho-faq-icon:before{width:10px;height:2px;transform:translate(-50%,-50%)}.ho-faq-icon:after{width:2px;height:10px;transform:translate(-50%,-50%);transition:transform .25s var(--ho-ease)}.ho-faq-item[open] .ho-faq-icon{background:#ff450040}.ho-faq-item[open] .ho-faq-icon:after{transform:translate(-50%,-50%) scaleY(0)}.ho-faq-body{padding:0 18px 16px;color:var(--ho-text);line-height:1.7}.ho-faq-body p:last-child{margin-bottom:0}.ho-rg{display:flex;align-items:center;gap:14px;flex-wrap:wrap;background:linear-gradient(135deg,#ffb62714,#ff45000a);border:1px solid rgba(255,182,39,.3);border-radius:var(--ho-rad-sm);padding:12px 16px;margin:2em 0 0;color:var(--ho-muted);font-size:.9rem;line-height:1.5}.ho-rg strong{color:var(--ho-gold);font-weight:700}.ho-rg-badge{display:inline-flex;align-items:center;justify-content:center;background:var(--ho-grad-cta);color:#fff;font-family:var(--ho-font-head);font-weight:700;padding:4px 10px;border-radius:8px;font-size:.85rem;letter-spacing:.04em}.ho-note{background:#121a3599;border:1px solid var(--ho-line);border-left:3px solid var(--ho-gold);border-radius:var(--ho-rad-sm);padding:1rem 1.2rem;margin:1.4em 0;color:var(--ho-text)}.ho-crumb{font-size:.86rem;color:var(--ho-muted);padding:14px 0 0}.ho-crumb a{color:var(--ho-muted);border-bottom:1px dotted rgba(255,255,255,.2);text-decoration:none;transition:color .18s}.ho-crumb a:hover{color:var(--ho-gold)}.ho-crumb [aria-current]{color:#fff}.ho-crumb [aria-hidden]{color:#ffffff40;margin:0 4px}.ho-byline{display:flex;flex-wrap:wrap;gap:14px;font-size:.85rem;color:var(--ho-muted);margin:1.4em 0 0;align-items:center}.ho-byline strong{color:#fff;font-weight:600}.ho-byline .ho-dot{width:4px;height:4px;border-radius:50%;background:var(--ho-line-strong);display:inline-block}.ho-ctablock{position:relative;margin:2.4rem 0;padding:1.8rem;background:radial-gradient(600px 200px at 80% 0%,rgba(255,69,0,.25),transparent 60%),linear-gradient(135deg,#8b00004d,#ff45001a);border:1px solid rgba(255,69,0,.3);border-radius:var(--ho-rad);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;overflow:hidden}.ho-ctablock:before{content:"";position:absolute;right:-40px;bottom:-40px;width:200px;height:200px;background:radial-gradient(closest-side,rgba(255,182,39,.25),transparent 70%);pointer-events:none}.ho-ctablock h3{margin:0;color:#fff;font-size:1.25rem}.ho-ctablock p{margin:.3em 0 0;color:var(--ho-muted);font-size:.95rem}.ho-ctablock>*{position:relative;z-index:1}.ho-ctablock--mascot{padding-right:11rem;min-height:160px}.ho-ctablock-peek{position:absolute;right:6px;bottom:-6px;width:170px;height:auto;z-index:0;pointer-events:none;filter:drop-shadow(0 12px 22px rgba(255,69,0,.32));transform-origin:bottom center;animation:ho-peek-float 7s ease-in-out infinite}@keyframes ho-peek-float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-5px) rotate(0)}}@media (prefers-reduced-motion:reduce){.ho-ctablock-peek{animation:none}}@media (max-width:680px){.ho-ctablock--mascot{padding-right:1.6rem}.ho-ctablock-peek{display:none}}.ho-hub a{display:block;text-decoration:none;color:inherit}.ho-hub a .ho-card{height:100%}.ho-hub h3{color:#fff;margin:0 0 .4em;font-size:1.1rem;display:flex;align-items:center;gap:10px}.ho-hub h3:before{content:"\2192";color:var(--ho-fire);transition:transform .2s var(--ho-ease);font-weight:400}.ho-hub a:hover h3:before{transform:translate(4px)}.ho-hub p{color:var(--ho-muted);margin:0;font-size:.94rem;line-height:1.55}.ho-related{margin:2.6rem 0;padding:1.6rem;border:1px dashed var(--ho-line-strong);border-radius:var(--ho-rad)}.ho-related h2{margin-top:0!important;padding-left:0!important}.ho-related h2:before{display:none}.ho-related .ho-grid--3{margin-top:1rem}.ho-related .ho-card{padding:1.1rem}.ho-related .ho-card h3{font-size:1rem;margin:0 0 .4em}.ho-howto{counter-reset:howto;display:grid;gap:14px;margin:1.6em 0;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.ho-howto-step{position:relative;counter-increment:howto;padding:1.2rem 1.2rem 1.2rem 3.4rem;background:var(--ho-card);border:1px solid var(--ho-line);border-radius:var(--ho-rad-sm)}.ho-howto-step:before{content:counter(howto);position:absolute;left:1rem;top:1.1rem;width:1.9rem;height:1.9rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--ho-grad-cta);color:#fff;font-family:var(--ho-font-head);font-weight:700;font-size:1rem;box-shadow:0 0 14px #ff450066}.ho-howto-step strong{display:block;color:#fff;margin-bottom:.3em;font-family:var(--ho-font-head)}.ho-howto-step p{margin:0;color:var(--ho-text);font-size:.94rem;line-height:1.6}.ho-segments{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:1.6em 0}.ho-segment{padding:1.2rem;border-radius:var(--ho-rad-sm);background:linear-gradient(180deg,#ff450014,#fff0),var(--ho-card);border:1px solid var(--ho-line);transition:border-color .2s,transform .2s}.ho-segment:hover{border-color:#ff450073;transform:translateY(-2px)}.ho-segment h3{margin:0 0 .3em;color:#fff;font-size:1.05rem;display:flex;align-items:center;gap:8px}.ho-segment-tag{font-size:.74rem;color:var(--ho-gold);text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-family:var(--ho-font-head)}.ho-segment p{margin:.3em 0 0;color:var(--ho-muted);font-size:.92rem;line-height:1.55}.ho-footer{background:linear-gradient(180deg,var(--ho-ink) 0%,#040711 100%);border-top:2px solid transparent;border-image:var(--ho-grad-fire) 1;margin-top:5rem;padding:3rem 0 1.4rem;color:var(--ho-muted);font-size:.93rem;position:relative}.ho-footer:before{content:"";position:absolute;left:0;right:0;top:-2px;height:2px;background:var(--ho-grad-fire-soft)}.ho-footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;padding-bottom:2rem;border-bottom:1px solid var(--ho-line)}@media (max-width:900px){.ho-footer-top{grid-template-columns:1fr 1fr;gap:28px}.ho-footer-brand{grid-column:1/-1}}@media (max-width:520px){.ho-footer-top{grid-template-columns:1fr}}.ho-footer-brand .ho-brand{margin-bottom:.7em}.ho-footer-brand p{margin:.5em 0;line-height:1.6}.ho-footer-meta{font-size:.86rem;color:var(--ho-muted)}.ho-footer h4{font-family:var(--ho-font-head);color:#fff;font-size:.88rem;margin:0 0 .9em;letter-spacing:.08em;text-transform:uppercase}.ho-footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55em}.ho-footer a{color:var(--ho-muted);border-bottom:1px solid transparent;text-decoration:none;transition:color .18s,border-color .18s}.ho-footer a:hover{color:var(--ho-gold);border-bottom-color:var(--ho-gold)}.ho-footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;padding-top:1.4rem;color:var(--ho-muted);font-size:.84rem}.ho-footer-bottom .ho-rg-mini{color:var(--ho-muted)}.ho-footer-bottom .ho-rg-mini strong{color:var(--ho-gold);font-weight:700;background:#ffb62726;padding:2px 7px;border-radius:6px;margin-right:4px}.ho-footer-bottom a{color:var(--ho-gold)}.ho-eyebrow{display:inline-block;font-family:var(--ho-font-head);font-weight:700;font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;color:var(--ho-gold);margin-bottom:1.1rem}.ho-hero--lead h1{font-size:clamp(2.5rem,1.4rem + 4.2vw,4.6rem);line-height:1.04;letter-spacing:-.03em;margin:0 0 .5em;font-weight:700}.ho-hero-text .ho-lead{font-size:clamp(1.1rem,1rem + .55vw,1.32rem);color:#ffffffc7;max-width:54ch}.ho-hero-cta{display:flex;flex-wrap:wrap;gap:18px;align-items:center;margin-top:2rem}.ho-link-strong{color:#fff;font-family:var(--ho-font-head);font-weight:600;font-size:1rem;text-decoration:none;border-bottom:1px solid rgba(255,182,39,.5);padding-bottom:2px;transition:color .18s,border-color .18s}.ho-link-strong:hover{color:var(--ho-gold);border-bottom-color:var(--ho-gold)}.ho-prose{padding-top:clamp(1.5rem,3vw,2.5rem)}.ho-prose .ho-wrap{max-width:780px}.ho-display{font-family:var(--ho-font-head);font-weight:600;font-size:clamp(1.35rem,1.05rem + 1.2vw,1.85rem);line-height:1.35;color:#fff;letter-spacing:-.012em;margin:0 0 1.6em}.ho-prose p{font-size:1.04rem;line-height:1.75;color:#ffffffd1;margin:0 0 1.2em}.ho-section-head{margin:0 0 2rem;max-width:62ch}.ho-section-head h2{font-size:clamp(1.7rem,1.25rem + 1.6vw,2.5rem)!important;margin:0 0 .5em!important;padding-left:0!important;line-height:1.15;letter-spacing:-.022em}.ho-section-head h2:before{display:none!important}.ho-section-sub{color:#ffffffb3;font-size:1.05rem;line-height:1.6;margin:0}.ho-band{background:linear-gradient(180deg,#ffffff05,#fff0);border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.ho-cards{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.ho-cards--3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.ho-tile{position:relative;display:block;text-decoration:none;color:inherit;background:linear-gradient(180deg,#ffffff0a,#ffffff03);border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:1.6rem 1.4rem 1.5rem;transition:border-color .25s var(--ho-ease),transform .25s var(--ho-ease),background .25s var(--ho-ease);overflow:hidden}.ho-tile:before{content:"";position:absolute;left:0;top:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,69,0,.6),transparent);opacity:0;transition:opacity .25s var(--ho-ease)}.ho-tile:hover{border-color:#ff450059;transform:translateY(-3px);background:linear-gradient(180deg,#ff45000f,#ffffff03)}.ho-tile:hover:before{opacity:1}.ho-tile-no{font-family:var(--ho-font-head);font-weight:700;font-size:.78rem;letter-spacing:.18em;color:var(--ho-gold);display:block;margin-bottom:1.4em}.ho-tile h3{margin:0 0 .5em;color:#fff;font-size:1.18rem;letter-spacing:-.01em}.ho-tile p{margin:0;color:#ffffffa6;font-size:.95rem;line-height:1.55}.ho-tile-arrow{position:absolute;right:1.4rem;bottom:1.4rem;color:var(--ho-fire);font-size:1.3rem;line-height:1;transition:transform .25s var(--ho-ease)}.ho-tile:hover .ho-tile-arrow{transform:translate(5px)}.ho-tile--mini{padding:1.2rem 1.2rem 1.1rem}.ho-tile--mini h3{font-size:1.02rem;margin-bottom:.3em}.ho-tile--mini p{font-size:.9rem}.ho-twocol{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:1rem}.ho-twocol-item{padding:1.6rem 0;border-top:1px solid rgba(255,182,39,.25)}.ho-twocol-item h3{margin:0 0 .6em;color:#fff;font-size:1.3rem;letter-spacing:-.01em}.ho-twocol-item p{margin:0 0 1em;color:#ffffffb8;line-height:1.65}.ho-meta{margin-top:1.3em;color:#ffffff8c;font-size:.92rem}.ho-meta a{color:var(--ho-gold);text-decoration:none;border-bottom:1px dotted rgba(255,182,39,.4)}.ho-meta a:hover{border-bottom-color:var(--ho-gold)}.ho-finale{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:36px;align-items:end;margin:2.4rem 0;padding:2rem 2.2rem 0;background:radial-gradient(700px 280px at 75% 0%,rgba(255,69,0,.22),transparent 60%),linear-gradient(135deg,#8b000047,#ff45001a);border:1px solid rgba(255,69,0,.35);border-radius:24px;overflow:hidden;min-height:280px}.ho-finale-mascot{display:block;height:auto;width:200px;align-self:flex-end;filter:drop-shadow(0 16px 24px rgba(255,69,0,.35)) drop-shadow(0 4px 8px rgba(0,0,0,.5));margin-bottom:-2px;animation:ho-mascot-float 7s ease-in-out infinite}.ho-finale-body{padding:0 0 2.2rem;min-width:0}.ho-finale-body h2{margin:0 0 .5em;color:#fff;font-size:clamp(1.4rem,1.15rem + 1vw,2rem);letter-spacing:-.02em;line-height:1.2}.ho-finale-body h2:before{display:none}.ho-finale-body p{color:#ffffffbf;margin:0 0 1.3em;max-width:54ch}@media (prefers-reduced-motion:reduce){.ho-finale-mascot{animation:none}}@media (max-width:680px){.ho-finale{grid-template-columns:1fr;padding:1.6rem 1.4rem 0;text-align:center}.ho-finale-mascot{width:160px;margin:0 auto -2px;order:2}.ho-finale-body{padding-bottom:1.6rem;order:1}.ho-finale-body p{margin-left:auto;margin-right:auto}}.ho-related{margin:3rem 0 2rem;padding:0;border:none}.ho-related .ho-eyebrow{display:block;margin-bottom:1rem}.ho-cta--lg{padding:1em 1.8em;font-size:1.05rem}.ho-cookie{position:fixed;right:clamp(16px,3vw,28px);bottom:clamp(16px,3vw,28px);max-width:340px;width:calc(100% - 32px);z-index:60;background:#0f1730f0;backdrop-filter:saturate(1.4) blur(14px);-webkit-backdrop-filter:saturate(1.4) blur(14px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:14px 16px 14px 18px;box-shadow:0 18px 40px #00000080,0 0 0 1px #ff450014;transform:translateY(20px);opacity:0;pointer-events:none;transition:opacity .3s var(--ho-ease),transform .3s var(--ho-ease)}.ho-cookie:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:3px 0 0 3px;background:var(--ho-grad-fire);opacity:.85}.ho-cookie[data-show=true]{transform:translateY(0);opacity:1;pointer-events:auto}.ho-cookie p{margin:0 0 12px;color:#ffffffc7;font-size:.86rem;line-height:1.45}.ho-cookie a{color:var(--ho-gold);text-decoration:none;border-bottom:1px dotted rgba(255,182,39,.45)}.ho-cookie a:hover{color:#fff;border-bottom-color:#fff}.ho-cookie-actions{display:flex;gap:8px;justify-content:flex-end}.ho-cookie-btn{font:inherit;font-family:var(--ho-font-head);font-weight:600;font-size:.83rem;padding:.55em 1em;border-radius:10px;cursor:pointer;border:1px solid var(--ho-line);background:transparent;color:#fff;transition:background .18s,border-color .18s,transform .15s}.ho-cookie-btn:hover{background:#ffffff0f}.ho-cookie-btn--primary{background:var(--ho-grad-cta);border-color:transparent;box-shadow:0 4px 14px #ff450040}.ho-cookie-btn--primary:hover{filter:brightness(1.08);transform:translateY(-1px)}.ho-sr{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
