/* ==========================================================================
   BETBONUSS statik site stilleri
   Palet: logo gradyanı (pembe → mor → lavanta) + beyaz zemin
   Hedef: Core Web Vitals, 320–1440 px, erişilebilir kontrast
   ========================================================================== */

:root {
  --bg: #ffffff;
  --bg-soft: #f7f6fb;
  --bg-mute: #eeeef6;
  --ink: #17171f;
  --ink-2: #3d3d4d;
  --ink-3: #6b6b7c;
  --line: #e7e6ef;
  --line-2: #d4d2e0;
  --pink: #e24d9a;
  --purple: #7c5cdb;
  --lavender: #8ea3f4;
  --live: #15803d;
  --danger: #c2410c;
  --grad: linear-gradient(90deg, #e24d9a 0%, #8b6bde 52%, #8ea3f4 100%);
  --radius: 4px;
  --radius-sm: 4px;
  --shadow: none;
  --shadow-sm: none;
  --max: 1120px;
  --header-h: 72px;
  --font: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --display: "Segoe UI", system-ui, -apple-system, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}
a { color: var(--purple); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--pink); }
button { font-family: inherit; cursor: pointer; }

::selection { background: #ead9ff; color: var(--ink); }

:focus-visible {
  outline: 3px solid var(--lavender);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--ink);
  color: #fff;
  padding: 8px 14px;
  z-index: 100;
  border-radius: 6px;
}
.skip:focus { left: 8px; }

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.header-inner {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.brand img {
  height: 36px;
  width: auto;
}
.brand:hover { opacity: 0.88; }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.site-nav a {
  color: var(--ink-2);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 4px;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--purple);
  background: var(--bg-soft);
}

/* ---------- Ticker ---------- */
.ticker {
  background: var(--ink);
  color: #d7d4e8;
  font-size: 12.5px;
  overflow: hidden;
  white-space: nowrap;
}
.ticker-track {
  display: inline-flex;
  gap: 40px;
  padding: 8px 0;
  animation: ticker 36s linear infinite;
}
.ticker .hot { color: #f3b3d4; }
.ticker .live { color: #86efac; }
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Hero ---------- */
.hero {
  padding: 48px 0 36px;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 12px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--grad);
  border-radius: 2px;
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 4.4vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  font-weight: 800;
  max-width: 18ch;
}
.hero h1 span {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lead {
  font-size: 1.08rem;
  color: var(--ink-2);
  max-width: 62ch;
  margin: 0 0 22px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: opacity 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.btn:hover { color: #fff; opacity: 0.92; }
.btn-primary {
  background: var(--grad);
  color: #fff;
}
.btn-ghost {
  background: #fff;
  color: var(--ink);
  border-color: var(--line-2);
}
.btn-ghost:hover { color: var(--purple); border-color: var(--purple); }

.notice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--danger);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  font-size: 13.5px;
  color: var(--ink-2);
  max-width: 760px;
}
.notice strong { color: var(--ink); }
.badge-18 {
  flex-shrink: 0;
  font-weight: 800;
  color: var(--danger);
  font-size: 13px;
}

/* ---------- Sections ---------- */
.section { padding: 44px 0; }
.section[id] { scroll-margin-top: 88px; }
.section + .section { border-top: 1px solid var(--line); }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.section h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  letter-spacing: -0.02em;
  margin: 0;
}
.section-note {
  font-size: 12.5px;
  color: var(--ink-3);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.prose { max-width: 72ch; color: var(--ink-2); }
.prose p { margin: 0 0 1em; }
.prose p:last-child { margin-bottom: 0; }
.prose h3 {
  color: var(--ink);
  font-size: 1.2rem;
  margin: 1.6em 0 0.5em;
}
.prose h4 {
  color: var(--ink);
  font-size: 1.05rem;
  margin: 1.3em 0 0.4em;
}
.prose ul, .prose ol { padding-left: 1.2em; margin: 0 0 1em; }
.prose li { margin-bottom: 0.35em; }

/* ---------- Affiliate image grid ---------- */
.promo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}
@media (min-width: 768px) {
  .promo-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
}
.promo-lig {
  display: grid;
  gap: 20px;
}
.promo-pair {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}
.promo-solo {
  display: grid;
  justify-items: center;
}
.promo-solo .promo-card {
  width: 100%;
  max-width: 560px;
}
@media (min-width: 768px) {
  .promo-lig { gap: 28px; }
  .promo-pair {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
}
.promo-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}
.promo-card:hover {
  color: inherit;
}
.promo-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}
.promo-card.tall img {
  object-fit: contain;
}
.promo-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 0 0;
}
.promo-meta strong { font-size: 14.5px; }
.promo-meta span {
  font-size: 12.5px;
  color: var(--ink-3);
  font-weight: 600;
}
.promo-card:hover .promo-meta span { color: var(--purple); }

/* ---------- Match / standings ---------- */
.match-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.match-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.match-top {
  padding: 14px 16px 12px;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
}
.match-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--ink-3);
  font-weight: 600;
  margin-bottom: 8px;
}
.match-meta .live { color: var(--live); }
.teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.team { flex: 1; }
.team.away { text-align: right; }
.vs {
  font-size: 11px;
  font-weight: 700;
  color: var(--purple);
  border: 1px solid #d8cff5;
  padding: 3px 7px;
  border-radius: 6px;
}
.card-body { padding: 14px 16px 16px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.chip {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--ink-2);
  border: 1px solid var(--line);
}
.btn-mini {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  padding: 6px 12px;
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: 0.01em;
  color: #fff;
  background: var(--purple);
  border: 1px solid var(--purple);
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.btn-mini:hover {
  background: #6b2fd4;
  border-color: #6b2fd4;
  color: #fff;
}
.chip.primary {
  background: #f3edff;
  color: var(--purple);
  border-color: #d8cff5;
}
.analysis { font-size: 14.5px; color: var(--ink-2); margin: 0; }
.analysis strong { color: var(--ink); }

/* ---------- Table ---------- */
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
table.data {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  min-width: 640px;
}
table.data th,
table.data td {
  text-align: left;
  padding: 11px 14px;
  border-bottom: 1px solid var(--line);
}
table.data th {
  background: var(--bg-soft);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-3);
}
table.data tr:last-child td { border-bottom: 0; }
table.data tbody tr:hover { background: #fbfaff; }
.num { text-align: right; font-variant-numeric: tabular-nums; }

/* ---------- Coupon slip ---------- */
.kupon {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
  position: relative;
}
.kupon::before {
  content: "ÖRNEK KUPON";
  position: absolute;
  top: 0;
  right: 0;
  background: var(--grad);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 5px 10px;
  border-radius: 0 var(--radius) 0 0;
}
.kupon-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
}
.kupon-row:last-of-type { border-bottom: 0; }
.kupon-match { font-weight: 700; }
.kupon-match small {
  display: block;
  font-weight: 600;
  color: var(--ink-3);
  margin-top: 2px;
}
.kupon-pick {
  color: var(--purple);
  font-weight: 800;
  white-space: nowrap;
}
.kupon-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 13.5px;
  color: var(--ink-3);
}
.kupon-foot strong {
  color: var(--pink);
  font-size: 1.15rem;
}

/* ---------- Compare / list cards ---------- */
.compare {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
.compare-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: #fff;
}
.compare-card h3 { margin: 0 0 8px; font-size: 1.05rem; }
.compare-card p { margin: 0; color: var(--ink-2); font-size: 14.5px; }
.sport-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 14px;
}
.sport-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
}
.sport-card:hover {
  border-color: var(--line-2);
  color: inherit;
}
.sport-card .sn {
  display: block;
  color: var(--pink);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}
.sport-card h3 { margin: 0 0 8px; }
.sport-card p { margin: 0 0 12px; color: var(--ink-2); font-size: 14.5px; }
.sport-card .cta { font-weight: 700; color: var(--purple); font-size: 14px; }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.panel {
  background: var(--bg-soft);
  border-radius: var(--radius);
  padding: 20px 22px;
  border: 1px solid var(--line);
}
.panel h3 { margin: 0 0 10px; }
.panel ul { margin: 0; padding-left: 1.1em; color: var(--ink-2); }
.panel li { margin-bottom: 6px; }

/* ---------- FAQ ---------- */
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  margin-bottom: 8px;
  padding: 4px 16px;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
  padding: 12px 0;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  float: right;
  color: var(--purple);
  font-weight: 800;
}
.faq details[open] summary::after { content: "–"; }
.faq details p {
  margin: 0 0 14px;
  color: var(--ink-2);
}

/* ---------- Hero olgu şeridi ---------- */
.hero-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px 18px;
  list-style: none;
  margin: 0 0 22px;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--ink-2);
}
.hero-facts strong {
  display: block;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 700;
}

/* ---------- Dış çıkış düğmesi satırı ---------- */
.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.cta-note {
  font-size: 12.5px;
  color: var(--ink-3);
  max-width: 42ch;
}

/* ---------- Tahmin tablosu ---------- */
table.data caption {
  text-align: left;
  padding: 12px 14px;
  font-size: 12.5px;
  color: var(--ink-3);
  font-weight: 600;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
table.picks { min-width: 780px; }
table.picks td small {
  display: block;
  color: var(--ink-3);
  font-size: 12.5px;
  font-weight: 500;
}
.pick {
  display: inline-block;
  font-weight: 800;
  color: var(--purple);
  white-space: nowrap;
}
.conf {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  white-space: nowrap;
}
.conf.hi { background: #eefaf1; border-color: #b7e3c4; color: #14663a; }
.conf.mid { background: var(--bg-soft); color: var(--ink-2); }
.conf.lo { background: #fdf3ec; border-color: #f0cdb4; color: #8a3b0d; }

/* ---------- Kupon fişi başlığı / ızgarası ---------- */
.kupon-title {
  margin: 0 0 6px;
  font-size: 1.05rem;
  padding-right: 96px;
}
.slip-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 900px) {
  .slip-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ---------- Sözlük ---------- */
.term-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 900px) {
  .term-list { grid-template-columns: 1fr 1fr; }
}
.term {
  border: 1px solid var(--line);
  border-left: 3px solid var(--lavender);
  border-radius: var(--radius);
  padding: 16px 18px;
  background: #fff;
  scroll-margin-top: 96px;
}
.term.term-cta {
  position: relative;
  padding-top: 18px;
  padding-right: 118px;
}
.term-go {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: 0.01em;
  color: var(--purple);
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.term-go:hover {
  color: #fff;
  background: var(--purple);
  border-color: var(--purple);
}
@media (max-width: 520px) {
  .term.term-cta { padding-right: 18px; padding-top: 52px; }
  .term-go { top: 12px; right: 12px; }
}
.term h3 { margin: 0 0 6px; font-size: 1.05rem; }
.term p { margin: 0 0 8px; color: var(--ink-2); font-size: 14.5px; }
.term p:last-child { margin-bottom: 0; }
.term-short { font-weight: 600; color: var(--ink) !important; }
.chips a.chip { text-decoration: none; color: var(--ink-2); }
.chips a.chip:hover { color: var(--purple); border-color: var(--line-2); }

/* ---------- Numaralı adımlar ---------- */
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.steps li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: #fff;
}
.step-n {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--grad);
  color: #fff;
  font-size: 12.5px;
  font-weight: 800;
}
.steps strong { display: block; }
.steps p { margin: 2px 0 0; color: var(--ink-2); font-size: 14.5px; }

/* ---------- Güvenli yönlendirme sayfası ---------- */
.redirect-h1 {
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  letter-spacing: -0.03em;
  margin: 6px 0 20px;
}
.redirect-card {
  border: 1px solid var(--line);
  border-top: 3px solid var(--purple);
  border-radius: var(--radius);
  padding: 22px 24px;
  background: #fff;
  max-width: 640px;
}
.redirect-target { margin: 0 0 6px; font-size: 1.05rem; }
.redirect-count { margin: 0; color: var(--ink-2); font-size: 14.5px; }
.redirect-fine {
  margin: 16px 0 0;
  font-size: 12.5px;
  color: var(--ink-3);
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.brand-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.brand-list li { border-bottom: 1px dashed var(--line); }
.brand-list li:last-child { border-bottom: 0; }
.brand-list a {
  display: block;
  padding: 13px 2px;
  font-weight: 700;
  text-decoration: none;
}

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  font-size: 13px;
  color: var(--ink-3);
  padding: 16px 0 0;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 6px;
  color: var(--line-2);
}
.breadcrumb a { color: var(--ink-2); text-decoration: none; }
.breadcrumb a:hover { color: var(--purple); }

/* ---------- Footer ---------- */
.site-footer {
  background: #12121a;
  color: #c9c7d6;
  padding: 48px 0 28px;
  margin-top: 8px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}
.site-footer h2 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.site-footer a { color: #c9c7d6; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 7px; }
.site-footer p { margin: 0 0 10px; font-size: 14px; line-height: 1.6; }
.footer-logo { height: 32px; width: auto; margin-bottom: 12px; }
.footer-legal {
  border-top: 1px solid #2a2a36;
  padding-top: 18px;
  font-size: 13px;
  color: #9b99ab;
}
.helpline { color: #f3b3d4; font-weight: 700; }

/* ---------- Page hero (inner) ---------- */
.page-hero { padding: 12px 0 28px; }
.page-hero h1 {
  font-size: clamp(1.7rem, 3.6vw, 2.4rem);
  letter-spacing: -0.03em;
  margin: 8px 0 10px;
  max-width: 22ch;
}
.page-hero p { color: var(--ink-2); max-width: 68ch; margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: 8px 16px 16px;
    gap: 2px;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 10px; }
}
@media (max-width: 768px) {
  .two-col { grid-template-columns: 1fr; }
  .hero { padding: 32px 0 24px; }
  .section { padding: 36px 0; }
  .kupon-row { flex-direction: column; gap: 4px; }
}
@media (max-width: 480px) {
  .wrap, .header-inner { width: min(var(--max), calc(100% - 28px)); }
  .brand img { height: 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .kupon { padding: 18px 14px; }
}
@media (min-width: 1440px) {
  :root { --max: 1180px; }
}
