@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

:root{
--g-dark:#1b3a2d;
--g-mid:#2a5c45;
--g-light:#3d7a5e;
--gold:#c9a84c;
--gold-light:#dfc070;
--gold-pale:rgba(201,168,76,.15);
--cream:#f8f4ed;
--cream-dark:#efe9de;
--off-white:#fdfbf7;
--text-dark:#1c2820;
--text-body:#3d4a44;
--text-muted:#6b7c74;
--border-color:#ddd5c4;
--shadow-sm:0 1px 8px rgba(27,58,45,.1);
--shadow-md:0 4px 20px rgba(27,58,45,.15);
--shadow-lg:0 8px 40px rgba(27,58,45,.2);
--radius-sm:6px;
--radius-md:12px;
--radius-lg:20px;
--radius-pill:50px;
--transition-fast:.2s ease;
--transition-base:.3s ease;
--font-heading:'DM Serif Display',serif;
--font-body:'DM Sans',sans-serif;
--container:1180px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font-body);background:var(--off-white);color:var(--text-body);line-height:1.7;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--g-mid);text-decoration:none;transition:color var(--transition-fast)}
a:hover{color:var(--gold)}
a:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:3px}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-dark);line-height:1.2}
h1{font-size:clamp(2.1rem,5vw,3.4rem)}
h2{font-size:clamp(1.6rem,3.5vw,2.5rem)}
h3{font-size:clamp(1.2rem,2.5vw,1.65rem)}
h4{font-size:1.2rem}
h5{font-size:1rem;font-family:var(--font-body);font-weight:600}
h6{font-size:.9rem;font-family:var(--font-body);font-weight:600}
p{margin-bottom:.9rem;color:var(--text-body)}
p:last-child{margin-bottom:0}

.wrap{max-width:var(--container);margin:0 auto;padding:0 1.25rem}

.py-lg{padding:5.5rem 0}
.py-md{padding:3.5rem 0}
.py-sm{padding:2rem 0}

.section__label{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-body);font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--gold);margin-bottom:1rem}
.section__label::before{content:'';width:24px;height:2px;background:var(--gold);border-radius:2px;display:inline-block}

.section__head{margin-bottom:3rem}
.section__head h2{margin-bottom:.65rem}
.section__head p{color:var(--text-muted);max-width:580px;font-size:1.05rem}
.section__head--center{text-align:center}
.section__head--center p{margin:0 auto}

.divider{width:48px;height:3px;background:linear-gradient(90deg,var(--gold),var(--g-light));border-radius:2px;margin:.85rem 0 1.25rem}
.divider--center{margin:0 auto 1.25rem}

.tag{display:inline-flex;align-items:center;gap:.3rem;background:var(--gold-pale);color:var(--gold);border:1px solid rgba(201,168,76,.3);border-radius:var(--radius-pill);padding:.25rem .7rem;font-size:.73rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;transition:all var(--transition-fast)}
.tag:hover{background:rgba(201,168,76,.25);border-color:var(--gold);color:var(--gold)}
.tag--green{background:rgba(27,58,45,.08);color:var(--g-dark);border-color:rgba(27,58,45,.2)}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.6rem;border-radius:var(--radius-sm);font-family:var(--font-body);font-weight:600;font-size:.93rem;letter-spacing:.2px;border:2px solid transparent;cursor:pointer;transition:all var(--transition-base);text-decoration:none;white-space:nowrap}
.btn--primary{background:var(--g-dark);color:var(--cream);border-color:var(--g-dark)}
.btn--primary:hover{background:var(--g-mid);border-color:var(--g-mid);color:var(--cream);transform:translateY(-2px);box-shadow:0 6px 18px rgba(27,58,45,.35)}
.btn--gold{background:var(--gold);color:var(--g-dark);border-color:var(--gold)}
.btn--gold:hover{background:var(--gold-light);border-color:var(--gold-light);transform:translateY(-2px);box-shadow:0 6px 18px rgba(201,168,76,.4);color:var(--g-dark)}
.btn--outline{background:transparent;color:var(--g-dark);border-color:var(--g-dark)}
.btn--outline:hover{background:var(--g-dark);color:var(--cream);transform:translateY(-2px)}
.btn--outline-gold{background:transparent;color:var(--gold);border-color:var(--gold)}
.btn--outline-gold:hover{background:var(--gold-pale);transform:translateY(-2px)}
.btn--sm{padding:.45rem 1.1rem;font-size:.83rem}
.btn--lg{padding:.9rem 2rem;font-size:1rem}

.site-header{position:sticky;top:0;z-index:999;background:rgba(27,58,45,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,.2)}
.site-header.is-scrolled{box-shadow:0 2px 20px rgba(0,0,0,.3)}

.header__inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:1rem}

.logo{display:flex;align-items:center;gap:.55rem;text-decoration:none;flex-shrink:0}
.logo__img{width:38px;height:38px;border-radius:var(--radius-sm);object-fit:contain}
.logo__name{font-family:var(--font-heading);font-size:1.45rem;color:var(--cream);letter-spacing:-.5px}
.logo__name em{font-style:normal;color:var(--gold)}
.logo:hover .logo__name{color:var(--gold-light)}

.nav__list{display:flex;align-items:center;gap:.15rem}
.nav__item a{font-size:.87rem;font-weight:500;color:rgba(248,244,237,.75);padding:.4rem .8rem;border-radius:var(--radius-sm);transition:all var(--transition-fast);display:block}
.nav__item a:hover,.nav__item a.is-active{color:var(--cream);background:rgba(255,255,255,.08)}
.nav__item a.is-active{color:var(--gold)}

.header__actions{display:flex;align-items:center;gap:.6rem;flex-shrink:0}

.burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;cursor:pointer;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);transition:background var(--transition-fast)}
.burger:hover{background:rgba(255,255,255,.12)}
.burger__line{display:block;width:20px;height:2px;background:var(--cream);border-radius:2px;transition:all var(--transition-base)}
.burger.is-open .burger__line:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.is-open .burger__line:nth-child(2){opacity:0;width:0}
.burger.is-open .burger__line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.mobile-nav{display:none;position:fixed;inset:68px 0 0;background:var(--g-dark);z-index:998;overflow-y:auto;padding:1.25rem;flex-direction:column;gap:.35rem;border-top:1px solid rgba(201,168,76,.2)}
.mobile-nav.is-open{display:flex}
.mobile-nav a{color:rgba(248,244,237,.8);font-weight:500;padding:.8rem 1rem;border-radius:var(--radius-sm);display:flex;align-items:center;gap:.6rem;transition:all var(--transition-fast);font-size:.95rem}
.mobile-nav a:hover,.mobile-nav a.is-active{background:rgba(255,255,255,.07);color:var(--gold)}
.mobile-nav__sep{height:1px;background:rgba(255,255,255,.08);margin:.4rem 0}
.mobile-nav__cta{margin-top:.75rem}

.hero{background:var(--g-dark);position:relative;overflow:hidden;padding:5rem 0 4.5rem}
.hero::after{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none;opacity:.6}
.hero__wrap{display:grid;grid-template-columns:1fr 480px;align-items:center;gap:3.5rem;position:relative;z-index:1}
.hero__eyebrow{margin-bottom:1rem}
.hero__title{color:var(--cream);margin-bottom:1.25rem}
.hero__title span{color:var(--gold)}
.hero__lead{color:rgba(248,244,237,.7);font-size:1.1rem;line-height:1.75;margin-bottom:2rem;max-width:520px}
.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}
.hero__img{width:100%;height:400px;object-fit:cover;border-radius:var(--radius-lg);border:2px solid rgba(201,168,76,.3);box-shadow:var(--shadow-lg)}
.hero__img-frame{position:relative}
.hero__badge{position:absolute;bottom:-1.25rem;right:-1rem;background:var(--cream);border-radius:var(--radius-md);padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;box-shadow:var(--shadow-md);min-width:180px}
.hero__badge-icon{width:44px;height:44px;border-radius:10px;background:var(--g-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hero__badge-icon i{color:var(--gold);font-size:1.2rem}
.hero__badge-num{font-family:var(--font-heading);font-size:1.5rem;color:var(--g-dark);display:block;line-height:1}
.hero__badge-txt{font-size:.72rem;color:var(--text-muted);display:block}

.kpi-strip{background:var(--cream-dark);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}
.kpi-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.kpi-strip__item{padding:1.75rem 1.5rem;text-align:center;border-right:1px solid var(--border-color);position:relative}
.kpi-strip__item:last-child{border-right:none}
.kpi-strip__num{font-family:var(--font-heading);font-size:2.2rem;color:var(--g-dark);display:block;line-height:1}
.kpi-strip__txt{font-size:.78rem;color:var(--text-muted);margin-top:.35rem;display:block;font-weight:500;text-transform:uppercase;letter-spacing:.6px}

.strip{background:var(--off-white)}
.strip--alt{background:var(--cream)}
.strip--dark{background:var(--g-dark)}

.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.two-col--reverse{direction:rtl}
.two-col--reverse>*{direction:ltr}

.prose p{color:var(--text-body);line-height:1.8;margin-bottom:1rem}
.prose h4{margin:1.75rem 0 .5rem;color:var(--g-dark)}
.prose ul{padding-left:1.5rem;margin-bottom:1rem}
.prose ul li{list-style:none;padding:.3rem 0 .3rem 1.25rem;position:relative;color:var(--text-body);font-size:.93rem}
.prose ul li::before{content:'';position:absolute;left:0;top:.85rem;width:6px;height:6px;border-radius:50%;background:var(--gold)}
.prose strong{color:var(--text-dark);font-weight:600}

.media-block{width:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);object-fit:cover}

.pill-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;justify-content:center}
.pill-nav__item{padding:.45rem 1.1rem;border-radius:var(--radius-pill);border:1.5px solid var(--border-color);color:var(--text-muted);font-size:.83rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast);text-decoration:none}
.pill-nav__item:hover,.pill-nav__item.is-active{background:var(--g-dark);border-color:var(--g-dark);color:var(--cream)}

.game-row{display:grid;grid-template-columns:340px 1fr;gap:0;background:var(--cream);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1.5rem;transition:all var(--transition-base)}
.game-row:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}
.game-row__img{width:340px;height:220px;object-fit:cover;flex-shrink:0}
.game-row__body{padding:1.75rem 2rem;display:flex;flex-direction:column;justify-content:center}
.game-row__cat{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--g-light);margin-bottom:.5rem}
.game-row__title{font-family:var(--font-heading);font-size:1.35rem;color:var(--text-dark);margin-bottom:.65rem}
.game-row__desc{font-size:.9rem;color:var(--text-muted);line-height:1.65;margin-bottom:1.25rem}
.game-row__meta{display:flex;align-items:center;gap:1.5rem;font-size:.78rem;color:var(--text-muted)}
.game-row__meta span{display:flex;align-items:center;gap:.3rem}
.game-row__meta i{color:var(--gold)}

.timeline{position:relative;display:flex;gap:0}
.timeline::before{content:'';position:absolute;top:28px;left:28px;right:28px;height:2px;background:linear-gradient(90deg,var(--g-dark),var(--gold),var(--g-dark));z-index:0}
.timeline__step{flex:1;text-align:center;position:relative;z-index:1;padding:0 .75rem}
.timeline__dot{width:56px;height:56px;border-radius:50%;background:var(--g-dark);border:3px solid var(--gold);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;position:relative;z-index:1}
.timeline__dot i{color:var(--gold);font-size:1.2rem}
.timeline__num{position:absolute;top:-8px;right:-4px;width:22px;height:22px;background:var(--gold);border-radius:50%;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;color:var(--g-dark)}
.timeline__step h4{font-size:.95rem;margin-bottom:.4rem;color:var(--g-dark)}
.timeline__step p{font-size:.83rem;color:var(--text-muted);line-height:1.5}

.news-card{background:var(--off-white);border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden;transition:all var(--transition-base);display:flex;flex-direction:column}
.news-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:rgba(201,168,76,.3)}
.news-card__img{width:100%;height:210px;object-fit:cover}
.news-card__body{padding:1.4rem 1.5rem;flex:1;display:flex;flex-direction:column}
.news-card__cat{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--g-light);margin-bottom:.4rem}
.news-card__title{font-family:var(--font-heading);font-size:1.05rem;color:var(--text-dark);margin-bottom:.55rem;line-height:1.35}
.news-card__title a{color:inherit;transition:color var(--transition-fast)}
.news-card__title a:hover{color:var(--g-mid)}
.news-card__excerpt{font-size:.86rem;color:var(--text-muted);line-height:1.6;flex:1;margin-bottom:1rem}
.news-card__foot{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--border-color);font-size:.75rem;color:var(--text-muted)}
.news-card__foot span{display:flex;align-items:center;gap:.3rem}
.news-card__foot i{color:var(--gold);font-size:.7rem}

.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}

.more-link{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;font-size:.85rem;color:var(--g-mid);transition:all var(--transition-fast)}
.more-link:hover{color:var(--gold);gap:.65rem}

.faq-block{margin-bottom:.6rem}
.faq-q{width:100%;background:var(--cream);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:1.1rem 1.4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;font-family:var(--font-body);font-weight:600;font-size:.95rem;color:var(--text-dark);cursor:pointer;transition:all var(--transition-fast)}
.faq-q:hover{border-color:var(--g-light);background:var(--cream-dark)}
.faq-block.is-open .faq-q{background:var(--g-dark);color:var(--cream);border-color:var(--g-dark)}
.faq-ico{width:26px;height:26px;border-radius:50%;background:var(--gold-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all var(--transition-base)}
.faq-ico i{color:var(--gold);font-size:.75rem;transition:transform var(--transition-base)}
.faq-block.is-open .faq-ico{background:rgba(201,168,76,.25)}
.faq-block.is-open .faq-ico i{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a__inner{padding:1.1rem 1.4rem;background:var(--cream);border:1px solid var(--border-color);border-top:none;border-radius:0 0 var(--radius-sm) var(--radius-sm);font-size:.9rem;color:var(--text-muted);line-height:1.7}
.faq-block.is-open .faq-a{max-height:500px}
.faq-a__inner ul li{padding:.2rem 0 .2rem 1rem;position:relative}
.faq-a__inner ul li::before{content:'›';position:absolute;left:0;color:var(--gold)}

.cta-section{background:var(--g-dark);position:relative;overflow:hidden;text-align:center;padding:5rem 0}
.cta-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 100%,rgba(201,168,76,.12),transparent);pointer-events:none}
.cta-section h2{color:var(--cream);margin-bottom:.85rem;position:relative}
.cta-section p{color:rgba(248,244,237,.65);max-width:520px;margin:0 auto 2rem;position:relative;font-size:1.05rem}
.cta-section__actions{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center;position:relative}

.page-top{background:linear-gradient(145deg,var(--g-dark) 0%,var(--g-mid) 100%);padding:3.5rem 0 3rem;position:relative;overflow:hidden}
.page-top::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:60px;background:var(--off-white);clip-path:ellipse(60% 100% at 50% 100%)}
.page-top .wrap{position:relative;z-index:1}
.breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:rgba(248,244,237,.55);margin-bottom:1rem;flex-wrap:wrap}
.breadcrumb a{color:rgba(248,244,237,.55);transition:color var(--transition-fast)}
.breadcrumb a:hover{color:var(--gold)}
.breadcrumb i{font-size:.6rem}
.page-top h1{color:var(--cream)}
.page-top p{color:rgba(248,244,237,.7);margin-top:.65rem;font-size:1.05rem;max-width:640px}

.article-wrap{max-width:800px;margin:0 auto}
.article-thumb{width:100%;height:400px;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:2.5rem}
.article-byline{display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color);font-size:.8rem;color:var(--text-muted)}
.article-byline span{display:flex;align-items:center;gap:.35rem}
.article-byline i{color:var(--gold)}
.article-body h2{margin:2.25rem 0 .85rem;font-size:1.5rem}
.article-body h3{margin:1.75rem 0 .65rem;font-size:1.2rem;color:var(--g-mid)}
.article-body h4{margin:1.35rem 0 .5rem;font-size:1rem}
.article-body p{color:var(--text-body);line-height:1.85;margin-bottom:1.1rem}
.article-body ul,.article-body ol{padding-left:1.5rem;margin-bottom:1.1rem;color:var(--text-body)}
.article-body ul li{list-style:disc;margin-bottom:.4rem}
.article-body ol li{list-style:decimal;margin-bottom:.4rem}
.article-body strong{color:var(--text-dark);font-weight:600}
.article-body a{color:var(--g-mid);border-bottom:1px solid rgba(61,122,94,.3)}
.article-body a:hover{color:var(--gold);border-color:var(--gold)}
.article-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}

.notice{background:rgba(27,58,45,.07);border-left:4px solid var(--g-light);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:1rem 1.25rem;display:flex;gap:.85rem;align-items:flex-start;margin:1.5rem 0}
.notice--gold{background:rgba(201,168,76,.08);border-color:var(--gold)}
.notice i{margin-top:.1rem;flex-shrink:0;font-size:1.1rem;color:var(--g-light)}
.notice--gold i{color:var(--gold)}
.notice p{font-size:.9rem;color:var(--text-muted);margin:0;line-height:1.65}

.contact-split{display:grid;grid-template-columns:380px 1fr;gap:2.5rem;align-items:start}
.info-panel{background:var(--g-dark);border-radius:var(--radius-lg);padding:2rem;color:var(--cream)}
.info-panel h3{color:var(--cream);margin-bottom:1.5rem;font-size:1.2rem}
.info-row{display:flex;gap:.9rem;align-items:flex-start;padding:.9rem 0;border-bottom:1px solid rgba(255,255,255,.08)}
.info-row:last-of-type{border-bottom:none}
.info-row__icon{width:40px;height:40px;border-radius:8px;background:rgba(201,168,76,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}
.info-row__icon i{color:var(--gold);font-size:1rem}
.info-row h5{color:rgba(248,244,237,.55);font-size:.73rem;font-weight:500;text-transform:uppercase;letter-spacing:.6px;margin-bottom:.2rem}
.info-row p,.info-row a{font-size:.9rem;color:var(--cream);line-height:1.5}
.info-row a:hover{color:var(--gold)}
.map-box{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-color)}
.map-box iframe{display:block;width:100%;height:380px;border:none;filter:sepia(15%) brightness(.95)}

.social-row{display:flex;gap:.5rem;margin-top:1.25rem}
.soc-btn{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:rgba(248,244,237,.6);font-size:.88rem;transition:all var(--transition-fast)}
.soc-btn:hover{background:rgba(201,168,76,.2);border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}

.compare-table{border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border-color)}
.compare-table table{width:100%;border-collapse:collapse;font-size:.9rem}
.compare-table thead{background:var(--g-dark)}
.compare-table th{padding:.85rem 1rem;text-align:left;font-family:var(--font-body);font-weight:600;font-size:.78rem;color:rgba(248,244,237,.7);text-transform:uppercase;letter-spacing:.5px}
.compare-table td{padding:.8rem 1rem;border-bottom:1px solid var(--border-color);color:var(--text-muted)}
.compare-table tr:last-child td{border-bottom:none}
.compare-table tr:hover td{background:var(--cream)}
.compare-table .yes{color:#2e7d52;font-weight:600}
.compare-table .no{color:#c0392b}
.compare-table .val{color:var(--g-mid);font-weight:600}

.legal-doc{background:var(--cream);border-radius:var(--radius-lg);padding:2.5rem;max-width:860px}
.legal-doc h2{font-size:1.25rem;margin:2.25rem 0 .65rem;padding-bottom:.5rem;border-bottom:1px dashed var(--border-color)}
.legal-doc h3{font-size:1rem;margin:1.5rem 0 .4rem;color:var(--g-mid)}
.legal-doc p{color:var(--text-muted);font-size:.91rem;line-height:1.8;margin-bottom:.8rem}
.legal-doc ul{padding-left:1.5rem;margin-bottom:.9rem;color:var(--text-muted);font-size:.91rem}
.legal-doc ul li{list-style:disc;margin-bottom:.35rem;line-height:1.65}
.legal-doc strong{color:var(--text-dark)}
.legal-stamp{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold-pale);border:1px solid rgba(201,168,76,.3);border-radius:var(--radius-pill);padding:.3rem .85rem;font-size:.78rem;font-weight:600;color:var(--gold);margin-bottom:1.5rem}

.error-wrap{min-height:65vh;display:flex;align-items:center;justify-content:center;text-align:center}
.error-wrap__code{font-family:var(--font-heading);font-size:clamp(7rem,18vw,12rem);line-height:.9;color:var(--g-dark);opacity:.08;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;user-select:none;white-space:nowrap}
.error-wrap__inner{position:relative}
.error-wrap h2{margin-bottom:.85rem}
.error-wrap p{color:var(--text-muted);margin-bottom:2rem;max-width:440px;margin-left:auto;margin-right:auto}

.site-footer{background:var(--g-dark);color:var(--cream);padding:4rem 0 0}
.footer__grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem}
.footer__brand p{color:rgba(248,244,237,.55);font-size:.86rem;line-height:1.7;margin:1rem 0 1.25rem}
.footer__col-title{font-family:var(--font-body);font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:1.2px;color:rgba(248,244,237,.4);margin-bottom:1rem}
.footer__links li{margin-bottom:.45rem}
.footer__links a{font-size:.86rem;color:rgba(248,244,237,.6);display:flex;align-items:center;gap:.35rem;transition:color var(--transition-fast)}
.footer__links a:hover{color:var(--gold)}
.footer__links a i{font-size:.65rem;color:rgba(248,244,237,.25);transition:color var(--transition-fast)}
.footer__links a:hover i{color:var(--gold)}
.footer__base{border-top:1px solid rgba(255,255,255,.06);padding:1.4rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}
.footer__base p{font-size:.78rem;color:rgba(248,244,237,.35)}
.footer__base a{color:rgba(248,244,237,.35);transition:color var(--transition-fast)}
.footer__base a:hover{color:var(--gold)}
.footer__legal{display:flex;align-items:center;gap:1rem;font-size:.78rem}

.scroll-top-btn{position:fixed;bottom:1.5rem;right:1.5rem;width:42px;height:42px;border-radius:var(--radius-sm);background:var(--g-dark);border:2px solid var(--gold);color:var(--gold);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:all var(--transition-base);z-index:800;font-size:1rem}
.scroll-top-btn.is-visible{opacity:1;visibility:visible}
.scroll-top-btn:hover{background:var(--gold);color:var(--g-dark);transform:translateY(-3px)}

@media(max-width:1024px){
  .hero__wrap{grid-template-columns:1fr}
  .hero__img-frame{display:none}
  .footer__grid{grid-template-columns:1fr 1fr}
  .article-layout{grid-template-columns:1fr}
}
@media(max-width:768px){
  .nav__list,.header__actions .btn--outline-gold{display:none}
  .burger{display:flex}
  .two-col{grid-template-columns:1fr}
  .two-col--reverse{direction:ltr}
  .news-grid{grid-template-columns:repeat(2,1fr)}
  .kpi-strip__grid{grid-template-columns:repeat(2,1fr)}
  .kpi-strip__item:nth-child(2){border-right:none}
  .game-row{grid-template-columns:1fr}
  .game-row__img{width:100%;height:200px}
  .contact-split{grid-template-columns:1fr}
  .timeline{flex-direction:column;gap:1.5rem}
  .timeline::before{display:none}
}
@media(max-width:520px){
  .news-grid{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr}
  .footer__base{flex-direction:column;text-align:center}
  .hero__actions{flex-direction:column;align-items:flex-start}
  .cta-section__actions{flex-direction:column;align-items:center}
}
@media(prefers-reduced-motion:reduce){
  *{transition-duration:.01ms !important}
}
