
.slots-hero{
  position:relative;
  overflow:hidden;
  background:#071a2b;
  color:#fff;
}
.slots-hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.18;
}
.slots-hero::after{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  right:-180px;
  bottom:-280px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,181,71,.3),rgba(255,181,71,0) 70%);
}
.slots-hero-grid{
  position:relative;
  z-index:2;
  min-height:620px;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);
  gap:56px;
  align-items:center;
  padding-block:86px;
}
.slots-hero h1{
  max-width:920px;
  margin:0 0 18px;
  font-size:clamp(42px,5vw,68px);
  line-height:1.06;
  letter-spacing:-.035em;
}
.slots-hero p{
  max-width:820px;
  margin:0;
  color:#d6e5ee;
  font-size:19px;
}
.slots-hero-panel{
  padding:28px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
  box-shadow:var(--shadow-lg);
}
.slots-hero-panel h2{
  margin:0 0 10px;
  font-size:27px;
}
.slots-hero-panel p{
  font-size:15px;
  color:#c4d7e1;
}
.slots-hero-list{
  display:grid;
  gap:10px;
  margin-top:22px;
}
.slots-hero-list a{
  display:grid;
  grid-template-columns:48px 1fr auto;
  gap:12px;
  align-items:center;
  padding:12px 14px;
  border-radius:13px;
  background:rgba(255,255,255,.08);
  color:#fff;
}
.slots-hero-list a:hover{
  text-decoration:none;
  background:rgba(255,255,255,.12);
}
.slots-hero-list img{
  width:42px;
  height:42px;
  object-fit:contain;
}
.slots-hero-list strong{
  display:block;
}
.slots-hero-list span{
  color:#bcd0db;
  font-size:13px;
}
.slots-hero-list small{
  color:var(--color-secondary);
  font-weight:900;
}
.provider-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.provider-card{
  padding:24px;
  border:1px solid var(--color-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.provider-card img{
  width:150px;
  height:64px;
  object-fit:contain;
  display:block;
  margin-bottom:22px;
}
.provider-card h3{
  margin:0 0 8px;
  font-size:22px;
}
.provider-card p{
  min-height:90px;
  margin:0;
  color:var(--color-muted);
  font-size:15px;
}
.provider-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.provider-meta span{
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  background:#e8f5f1;
  color:#0b5f58;
  font-size:12px;
  font-weight:900;
}
.provider-card a{
  display:inline-block;
  margin-top:16px;
  font-weight:900;
}
.slot-guide-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:40px;
  align-items:start;
}
.slot-copy article{
  padding:30px 0;
  border-bottom:1px solid var(--color-border);
}
.slot-copy article:first-child{padding-top:0}
.slot-copy article:last-child{border-bottom:0}
.slot-copy h3{
  margin:0 0 8px;
  font-size:29px;
}
.slot-copy h4{
  margin:22px 0 8px;
}
.slot-copy p{
  margin:0;
  color:var(--color-muted);
}
.slot-copy p+p{margin-top:14px}
.slot-feature{
  position:sticky;
  top:120px;
  overflow:hidden;
  border-radius:24px;
  background:#dce7ed;
  box-shadow:var(--shadow-lg);
}
.slot-feature img{
  display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
}
.slot-feature div{
  padding:20px;
  background:#08293c;
  color:#d2e3eb;
}
.slot-feature strong{
  display:block;
  margin-bottom:6px;
  color:#fff;
}
.metric-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.metric-card{
  padding:24px;
  border:1px solid var(--color-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.metric-card strong{
  display:block;
  margin-bottom:6px;
  font-size:34px;
  color:var(--color-primary);
}
.metric-card h3{
  margin:0 0 8px;
  font-size:20px;
}
.metric-card p{
  margin:0;
  color:var(--color-muted);
  font-size:14px;
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.feature-card{
  padding:24px;
  border:1px solid var(--color-border);
  border-radius:18px;
  background:#fff;
}
.feature-card img{
  width:44px;
  height:44px;
  margin-bottom:16px;
}
.feature-card h3{
  margin:0 0 8px;
  font-size:21px;
}
.feature-card p{
  margin:0;
  color:var(--color-muted);
}
.slot-table-wrap{
  overflow-x:auto;
  border:1px solid var(--color-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.slot-table{
  width:100%;
  min-width:980px;
  border-collapse:collapse;
}
.slot-table th,
.slot-table td{
  padding:17px 18px;
  border-bottom:1px solid var(--color-border);
  text-align:left;
}
.slot-table th{
  background:#09283b;
  color:#fff;
  font-size:14px;
}
.slot-table tr:last-child td{border-bottom:0}
.slot-table td:first-child{
  font-weight:900;
  color:var(--color-primary-dark);
}
.slot-badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#e7f4ef;
  color:#0d5f58;
  font-size:12px;
  font-weight:900;
}
.tip-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.tip-card{
  padding:24px;
  border:1px solid var(--color-border);
  border-radius:18px;
  background:#fff;
}
.tip-card img{
  width:42px;
  height:42px;
  margin-bottom:16px;
}
.tip-card h3{
  margin:0 0 8px;
  font-size:20px;
}
.tip-card p{
  margin:0;
  color:var(--color-muted);
  font-size:14px;
}
.related-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.related-card{
  display:block;
  padding:22px;
  border:1px solid var(--color-border);
  border-radius:16px;
  background:#fff;
  color:var(--color-ink);
  box-shadow:var(--shadow-sm);
}
.related-card:hover{
  transform:translateY(-2px);
  text-decoration:none;
}
.related-card strong{
  display:block;
  margin-bottom:6px;
}
.related-card span{
  color:var(--color-muted);
  font-size:14px;
}
.slot-note{
  margin-top:28px;
  padding:22px;
  border-left:5px solid var(--color-secondary);
  border-radius:12px;
  background:#fff8eb;
  color:#4e3b1d;
}
@media(max-width:1100px){
  .provider-grid{grid-template-columns:repeat(3,1fr)}
  .tip-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:950px){
  .slots-hero-grid{grid-template-columns:1fr}
  .slot-guide-grid{grid-template-columns:1fr}
  .slot-feature{position:static;max-width:680px}
  .metric-grid{grid-template-columns:repeat(2,1fr)}
  .feature-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .slots-hero-grid{padding-block:58px 70px}
  .slots-hero h1{font-size:40px}
  .provider-grid,.metric-grid,.tip-grid,.related-grid{grid-template-columns:1fr}
}
