:root {
  --ess-primary: #0d9488;
  --ess-primary-deep: #0f766e;
  --ess-primary-bright: #14b8a6;
  --ess-danger: #dc2626;
  --ess-success: #22c55e;
  --ess-base: #0f1419;
  --ess-surface: #1a2027;
  --ess-text: #f1f5f9;
  --ess-subtle: #94a3b8;
  --ess-dim: #64748b;
  --ess-edge: rgba(255,255,255,0.08);
  --ess-glow: rgba(13,148,136,0.25);
  --ess-shadow: 0 6px 24px rgba(0,0,0,0.45);
  --ess-curve: 6px;
  --ess-curve-xl: 12px;
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--ess-base);color:var(--ess-text);line-height:1.65;min-height:100vh}
h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--ess-text);line-height:1.25}
a{color:var(--ess-primary-bright);text-decoration:none;transition:color 0.2s}
a:hover{color:var(--ess-primary)}
.container{max-width:1080px;margin:0 auto;padding:0 20px}

.top-bar{background:rgba(15,20,25,0.96);border-bottom:1px solid var(--ess-edge);padding:14px 0;position:sticky;top:0;z-index:150;backdrop-filter:blur(10px)}
.top-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand-zone{display:flex;align-items:center;gap:10px}
.brand-name{font-size:1.1rem;font-weight:800;color:var(--ess-text);letter-spacing:-0.01em}
.brand-name:hover{color:var(--ess-primary-bright)}
.nav-desktop{display:none;gap:6px}
.nav-item{padding:8px 14px;color:var(--ess-subtle);font-size:0.88rem;font-weight:500;border-radius:var(--ess-curve);transition:all 0.2s}
.nav-item:hover{color:var(--ess-text);background:var(--ess-surface)}
.top-bar-actions{display:flex;align-items:center;gap:10px}
.restriction-badge{font-size:0.68rem;font-weight:700;color:var(--ess-danger);padding:5px 12px;border:2px solid var(--ess-danger);border-radius:16px;display:none}
.hamburger{background:var(--ess-primary);border:none;border-radius:var(--ess-curve);padding:9px 12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700}
.nav-mobile{display:none;width:100%;padding-top:14px;margin-top:14px;border-top:1px solid var(--ess-edge)}
.nav-mobile.open{display:flex;flex-direction:column;gap:6px}
.nav-mobile .nav-item{padding:12px 0;border-bottom:1px solid var(--ess-edge)}

.hero-block{background:linear-gradient(170deg,var(--ess-base) 0%,#0a1f1c 100%);padding:70px 0 55px;position:relative;overflow:hidden}
.hero-block::after{content:'';position:absolute;top:-20%;right:-10%;width:380px;height:380px;background:radial-gradient(circle,rgba(13,148,136,0.12) 0%,transparent 65%);pointer-events:none}
.hero-block .container{position:relative;z-index:1}
.hero-text{max-width:680px}
.hero-text h1{font-size:2rem;margin-bottom:18px;line-height:1.2}
.hero-text h1 span{color:var(--ess-primary-bright)}
.hero-desc{font-size:1.05rem;color:var(--ess-subtle);margin-bottom:28px;line-height:1.85}
.hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:36px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 24px;border-radius:var(--ess-curve-xl);font-weight:600;font-size:0.92rem;cursor:pointer;border:none;transition:all 0.2s}
.btn-solid{background:linear-gradient(170deg,var(--ess-primary) 0%,var(--ess-primary-deep) 100%);color:#fff;box-shadow:0 4px 16px rgba(13,148,136,0.35)}
.btn-solid:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(13,148,136,0.45);color:#fff}
.btn-ghost{background:transparent;color:var(--ess-text);border:2px solid var(--ess-edge)}
.btn-ghost:hover{border-color:var(--ess-primary);color:var(--ess-primary)}
.hero-stats{display:flex;flex-wrap:wrap;gap:10px;list-style:none}
.stat-chip{background:rgba(13,148,136,0.12);border:1px solid var(--ess-glow);padding:8px 16px;border-radius:18px;font-size:0.88rem;color:var(--ess-subtle)}
.stat-chip strong{color:var(--ess-primary-bright)}

.section{padding:65px 0}
.section-alt{background:var(--ess-surface)}
.section-head{text-align:left;max-width:600px;margin-bottom:45px}
.section-head h2{font-size:1.6rem;margin-bottom:10px}
.section-head p{color:var(--ess-subtle);font-size:0.98rem}
.card-row{display:grid;gap:18px;grid-template-columns:1fr}
.card{background:var(--ess-surface);border:1px solid var(--ess-edge);border-radius:var(--ess-curve-xl);padding:24px;transition:all 0.2s}
.section-alt .card{background:var(--ess-base)}
.card:hover{border-color:var(--ess-glow)}
.card h3{font-size:1.02rem;margin-bottom:10px;padding-left:12px;border-left:3px solid var(--ess-primary)}
.card p{color:var(--ess-subtle);line-height:1.8}

.bookmaker-list{display:flex;flex-direction:column;gap:22px}
.bookmaker-card{background:var(--ess-surface);border:1px solid var(--ess-edge);border-radius:var(--ess-curve-xl);padding:22px;transition:all 0.2s;display:flex;flex-direction:column;gap:16px}
.section-alt .bookmaker-card{background:var(--ess-base)}
.bookmaker-card:hover{border-color:var(--ess-glow);box-shadow:var(--ess-shadow)}
.bookmaker-name h3{font-size:1.25rem;font-weight:700;margin-bottom:6px}
.bookmaker-desc{color:var(--ess-subtle);font-size:0.92rem;line-height:1.75}
.promo-box{background:linear-gradient(170deg,rgba(13,148,136,0.18) 0%,rgba(13,148,136,0.06) 100%);border:1px solid var(--ess-glow);border-radius:var(--ess-curve);padding:14px}
.promo-label{font-size:0.72rem;color:var(--ess-dim);text-transform:uppercase;letter-spacing:0.4px;display:block;margin-bottom:3px}
.promo-value{font-size:1.2rem;font-weight:700;color:var(--ess-primary-bright)}
.bookmaker-features{list-style:none;margin:0;padding:0}
.bookmaker-features li{display:flex;align-items:center;gap:8px;color:var(--ess-subtle);font-size:0.88rem;padding:5px 0}
.bookmaker-features li::before{content:'';width:7px;height:7px;background:var(--ess-success);border-radius:50%;flex-shrink:0}
.bookmaker-cta{display:flex;gap:10px;flex-wrap:wrap}
.bookmaker-cta .btn{flex:1;min-width:110px}

.alert-box{background:linear-gradient(170deg,var(--ess-surface) 0%,rgba(220,38,38,0.1) 100%);border:2px solid rgba(220,38,38,0.45);border-radius:var(--ess-curve-xl);padding:36px;text-align:center;max-width:600px;margin:0 auto}
.alert-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(170deg,var(--ess-danger) 0%,#b91c1c 100%);border-radius:50%;margin-bottom:18px;font-weight:800;font-size:1.4rem;color:white}
.alert-box h2{font-size:1.35rem;margin-bottom:14px}
.alert-box p{color:var(--ess-subtle);margin-bottom:14px;font-size:0.94rem}

.bottom-bar{background:#080c10;padding:55px 0 35px;border-top:1px solid var(--ess-edge)}
.bottom-grid{display:grid;gap:35px;margin-bottom:35px}
.bottom-bar h3{color:var(--ess-text);font-size:0.95rem;margin-bottom:18px;font-weight:600}
.bottom-bar p{color:var(--ess-dim);font-size:0.88rem;line-height:1.8}
.bottom-links{list-style:none;display:flex;flex-direction:column;gap:10px}
.bottom-links a{color:var(--ess-dim);font-size:0.88rem;transition:color 0.2s}
.bottom-links a:hover{color:var(--ess-primary)}
.bottom-copy{border-top:1px solid var(--ess-edge);padding-top:28px;text-align:center;color:var(--ess-dim);font-size:0.82rem;line-height:2}

.page-header{background:linear-gradient(170deg,var(--ess-base) 0%,var(--ess-surface) 100%);padding:55px 0;text-align:center}
.page-header h1{font-size:1.75rem;margin-bottom:10px}
.page-header p{color:var(--ess-subtle);font-size:0.98rem}
.page-content{padding:55px 0}
.narrow-content{max-width:720px;margin:0 auto}
.prose h2{font-size:1.3rem;margin:36px 0 14px;padding-bottom:10px;border-bottom:1px solid var(--ess-edge)}
.prose h2:first-child{margin-top:0}
.prose h3{font-size:1.02rem;margin:22px 0 10px}
.prose p{color:var(--ess-subtle);margin-bottom:14px;line-height:1.9}
.prose ul,.prose ol{margin:14px 0 14px 22px;color:var(--ess-subtle)}
.prose li{margin-bottom:8px;line-height:1.8}
.prose a{color:var(--ess-primary)}

.operator-detail{max-width:720px;margin:0 auto}
.highlight-promo{background:linear-gradient(170deg,rgba(13,148,136,0.18) 0%,rgba(13,148,136,0.06) 100%);border:2px solid var(--ess-glow);border-radius:var(--ess-curve-xl);padding:28px;margin-bottom:36px;text-align:center}
.highlight-promo .promo-label{display:block;margin-bottom:6px}
.highlight-promo .promo-value{display:block;font-size:1.6rem;margin-bottom:18px}
.operator-detail h2{font-size:1.3rem;margin:36px 0 14px;padding-bottom:10px;border-bottom:1px solid var(--ess-edge)}
.operator-detail h2:first-child{margin-top:0}
.operator-detail p{color:var(--ess-subtle);margin-bottom:14px;line-height:1.9}
.operator-detail ul{margin:14px 0 14px 22px;color:var(--ess-subtle)}
.operator-detail li{margin-bottom:8px;line-height:1.8}
.action-panel{background:var(--ess-surface);border:1px solid var(--ess-edge);border-radius:var(--ess-curve-xl);padding:28px;margin-top:36px;text-align:center}
.action-panel p{margin-bottom:18px;font-size:1.02rem}

@media (min-width:640px){.card-row{grid-template-columns:repeat(2,1fr)}}
@media (min-width:768px){.nav-desktop{display:flex}.hamburger{display:none}.restriction-badge{display:block}.hero-text h1{font-size:2.4rem}.bottom-grid{grid-template-columns:2fr 1fr 1fr}}
@media (min-width:1024px){.card-row{grid-template-columns:repeat(2,1fr)}.bookmaker-list{display:grid;grid-template-columns:repeat(2,1fr)}.hero-text h1{font-size:2.7rem}}
