
.bonus-hero{
  position:relative;
  overflow:hidden;
  background:#071a2b;
  color:#fff;
}
.bonus-hero::after{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  right:-160px;
  bottom:-220px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,181,71,.3),rgba(255,181,71,0) 70%);
}
.bonus-hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.18;
}
.bonus-hero-grid{
  position:relative;
  z-index:2;
  min-height:620px;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:56px;
  align-items:center;
  padding-block:86px;
}
.bonus-hero h1{
  margin:0 0 18px;
  max-width:900px;
  font-size:clamp(42px,5.2vw,70px);
  line-height:1.06;
  letter-spacing:-.035em;
}
.bonus-hero p{
  max-width:820px;
  margin:0;
  color:#d6e5ee;
  font-size:19px;
}
.bonus-hero-card{
  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);
}
.bonus-hero-card h2{
  margin:0 0 10px;
  font-size:27px;
}
.bonus-hero-card p{
  font-size:15px;
  color:#c4d7e1;
}
.bonus-hero-list{
  display:grid;
  gap:10px;
  margin:22px 0 0;
}
.bonus-hero-list span{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:12px;
  background:rgba(255,255,255,.08);
  font-weight:800;
}
.bonus-hero-list small{
  color:var(--color-secondary);
}
.bonus-stat-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:24px;
}
.bonus-stat{
  padding:14px;
  border-radius:14px;
  background:rgba(255,255,255,.07);
}
.bonus-stat strong{
  display:block;
  font-size:20px;
}
.bonus-stat span{
  color:#bfd1dc;
  font-size:13px;
}
.offer-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.offer-card{
  position:relative;
  overflow:hidden;
  min-height:290px;
  padding:28px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.offer-card::after{
  content:"";
  position:absolute;
  width:140px;
  height:140px;
  right:-54px;
  bottom:-54px;
  border-radius:50%;
  background:rgba(12,107,104,.08);
}
.offer-card img{
  width:48px;
  height:48px;
  margin-bottom:34px;
}
.offer-card h3{
  margin:0 0 8px;
  font-size:25px;
}
.offer-card p{
  margin:0;
  color:var(--color-muted);
}
.offer-card a{
  position:absolute;
  left:28px;
  bottom:26px;
  font-weight:900;
}
.compare-table-wrap{
  overflow-x:auto;
  border:1px solid var(--color-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.compare-table{
  width:100%;
  border-collapse:collapse;
  min-width:860px;
}
.compare-table th,
.compare-table td{
  padding:17px 18px;
  border-bottom:1px solid var(--color-border);
  text-align:left;
}
.compare-table th{
  background:#0a2a3e;
  color:#fff;
  font-size:14px;
}
.compare-table tr:last-child td{border-bottom:0}
.compare-table td:first-child{
  font-weight:900;
  color:var(--color-primary-dark);
}
.badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#e8f5f1;
  color:#0d5e58;
  font-size:13px;
  font-weight:900;
}
.bonus-content-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:38px;
  align-items:start;
}
.bonus-copy article{
  padding:28px 0;
  border-bottom:1px solid var(--color-border);
}
.bonus-copy article:first-child{padding-top:0}
.bonus-copy article:last-child{border-bottom:0}
.bonus-copy h3{
  margin:0 0 8px;
  font-size:29px;
}
.bonus-copy h4{
  margin:22px 0 7px;
}
.bonus-copy p{
  margin:0;
  color:var(--color-muted);
}
.bonus-copy p + p{margin-top:14px}
.bonus-feature-image{
  position:sticky;
  top:120px;
  overflow:hidden;
  border-radius:24px;
  background:#dce7ed;
  box-shadow:var(--shadow-lg);
}
.bonus-feature-image img{
  display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
}
.bonus-feature-caption{
  padding:20px;
  background:#08293c;
  color:#d7e6ee;
}
.bonus-feature-caption strong{
  display:block;
  color:#fff;
  margin-bottom:6px;
}
.platform-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.platform-card{
  padding:22px;
  border:1px solid var(--color-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.platform-card img{
  width:140px;
  height:58px;
  object-fit:contain;
  display:block;
  margin-bottom:18px;
}
.platform-card h3{
  margin:0 0 6px;
  font-size:22px;
}
.platform-card p{
  min-height:72px;
  margin:0;
  color:var(--color-muted);
  font-size:15px;
}
.platform-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:18px;
}
.platform-actions .btn{
  min-height:40px;
  padding-inline:14px;
  font-size:14px;
}
.term-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.term-card{
  padding:24px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--color-border);
}
.term-card img{
  width:42px;
  height:42px;
  margin-bottom:16px;
}
.term-card h3{
  margin:0 0 8px;
  font-size:21px;
}
.term-card p{
  margin:0;
  color:var(--color-muted);
}
.bonus-note{
  margin-top:28px;
  padding:22px;
  border-left:5px solid var(--color-secondary);
  border-radius:12px;
  background:#fff8eb;
  color:#4e3b1d;
}
.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;
}
@media(max-width:1000px){
  .bonus-hero-grid{grid-template-columns:1fr}
  .offer-grid{grid-template-columns:1fr 1fr}
  .bonus-content-grid{grid-template-columns:1fr}
  .bonus-feature-image{position:static;max-width:680px}
  .platform-grid{grid-template-columns:1fr 1fr}
  .term-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .bonus-hero-grid{padding-block:58px 70px}
  .bonus-hero h1{font-size:40px}
  .bonus-stat-row{grid-template-columns:1fr}
  .offer-grid,.platform-grid,.term-grid,.related-grid{grid-template-columns:1fr}
  .offer-card{min-height:260px}
}
