/*
Theme Name: Maria Norge 2026
Theme URI: https://maria-casino-no.com/
Author: Redaksjonen
Author URI: https://maria-casino-no.com/redaksjonen/
Description: Custom WordPress theme for the Maria Casino Norge editorial site.
Version: 1.0.4
License: GNU General Public License v2 or later
Text Domain: maria-norge-2026
*/

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #fbece2;
  color: #26211e;
  line-height: 1.65;
  font-size: 16px;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #26211e;
  line-height: 1.25;
  margin-bottom: 0.7em;
  margin-top: 1.5em;
}
h1 { font-size: 2.1rem; margin-top: 0; }
h2 { font-size: 1.55rem; padding-bottom: 0.3em; border-bottom: 2px solid #fca1ca; }
h3 { font-size: 1.2rem; }

p { margin-bottom: 1.1em; }
a { color: #dc0a35; text-decoration: none; transition: color .15s; }
a:hover { color: #26211e; text-decoration: underline; }

ul, ol { margin: 0 0 1.1em 1.4em; }
li { margin-bottom: 0.4em; }

code {
  background: rgba(220, 10, 53, 0.08);
  color: #dc0a35;
  padding: 0.15em 0.45em;
  border-radius: 4px;
  font-family: 'Consolas', monospace;
  font-size: 0.92em;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0 1.5em;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
th, td { padding: 0.7em 0.9em; text-align: left; border-bottom: 1px solid #eee; }
th { background: #26211e; color: white; font-weight: 600; font-family: 'Poppins', sans-serif; }
tr:last-child td { border-bottom: none; }

/* layout */
.site-header {
  background: white;
  border-bottom: 3px solid #dc0a35;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.9em 1.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}
.brand-link {
  display: flex; align-items: center; gap: 0.7em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #26211e;
}
.brand-mark {
  width: 36px; height: 36px;
  background: #dc0a35;
  color: white;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}
.brand-link:hover { text-decoration: none; }
.main-nav { display: flex; flex-wrap: wrap; gap: 0.2em 1.4em; }
.main-nav a { color: #423a34; font-weight: 600; font-size: 0.95rem; }
.main-nav a:hover { color: #dc0a35; }

.btn-cta {
  display: inline-block;
  background: #dc0a35;
  color: white !important;
  padding: 0.65em 1.4em;
  border-radius: 6px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: background .15s, transform .15s;
}
.btn-cta:hover { background: #b30828; text-decoration: none; transform: translateY(-1px); }
.btn-cta.large { font-size: 1.1rem; padding: 0.85em 2em; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.2em;
}

.hero {
  background: linear-gradient(135deg, #26211e 0%, #423a34 100%);
  color: white;
  padding: 3em 1.2em 3.5em;
  position: relative;
  overflow: hidden;
}
.hero.hero-with-bg {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.hero.hero-with-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(38,33,30,.55) 0%, rgba(38,33,30,.85) 70%);
  z-index: 0;
}
.hero.hero-red { background-color: #dc0a35; }
.hero.hero-lilac { background-color: #ddc5d6; color: #26211e; }
.hero.hero-lilac::before { background: linear-gradient(90deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.7) 70%); }
.hero.hero-lilac h1, .hero.hero-lilac .lead { color: #26211e; }
.hero::after {
  content: '';
  position: absolute;
  right: -80px; top: -80px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, #fca1ca33, transparent 70%);
  border-radius: 50%;
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hero-brand-logo {
  height: 30px; margin-bottom: 1em;
  filter: brightness(0) invert(1);
}
.hero.hero-lilac .hero-brand-logo { filter: none; }
.hero h1 { color: white; font-size: 2.4rem; max-width: 800px; }
.hero .lead { font-size: 1.15rem; max-width: 700px; opacity: 0.93; }
.hero .meta-row {
  display: flex; gap: 1.5em; margin-top: 1.5em; flex-wrap: wrap;
  font-size: 0.9rem; opacity: 0.85;
}
.hero .meta-row span { display: inline-flex; align-items: center; gap: 0.4em; }

/* Categories grid (7 SVG icons) */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.9em;
  margin: 1em 0;
}
.category-card {
  position: relative;
  overflow: hidden;
  height: 140px;
  background-color: #26211e;
  background-size: cover;
  background-position: center;
  color: white !important;
  border-radius: 12px;
  text-decoration: none !important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  transition: transform .18s, box-shadow .18s;
  isolation: isolate;
}
.category-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.3) 45%, rgba(0,0,0,.82) 100%);
  z-index: 1;
}
.category-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(0,0,0,.25); }
.category-card span {
  position: relative;
  z-index: 2;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.9em 1em;
  text-shadow: 0 1px 3px rgba(0,0,0,.6);
}

/* Slots grid (12 generated tiles) */
.slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.9em;
  margin: 1em 0;
}
.slot-tile {
  display: block;
  background: #26211e;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none !important;
  color: white !important;
  transition: transform .15s, box-shadow .15s;
}
.slot-tile:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.slot-tile img { width: 100%; height: auto; display: block; }
.slot-tile .slot-meta {
  padding: .55em .7em;
  display: flex; justify-content: space-between; align-items: center;
  font-size: .85rem;
}
.slot-tile .slot-meta strong { font-family: 'Poppins', sans-serif; font-size: .9rem; }
.slot-tile .slot-meta span { color: rgba(255,255,255,.7); font-size: .78rem; }

/* Footer license badges */
.footer-license-badges {
  display: flex; gap: 1.5em; flex-wrap: wrap;
  align-items: center; justify-content: center;
  padding: 1em 0 1.5em;
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 0.5em;
}
.footer-license-badges img { height: 32px; opacity: 0.65; filter: brightness(0) invert(1); transition: opacity .15s; }
.footer-license-badges img:hover { opacity: 1; }

.promo-widget {
  background: white;
  border-radius: 12px;
  padding: 1.6em 1.6em;
  margin: -2em auto 2em;
  max-width: 800px;
  box-shadow: 0 6px 30px rgba(0,0,0,.12);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.2em;
  align-items: center;
  position: relative; z-index: 5;
}
.promo-widget .logo-cell img { height: 28px; }
.promo-widget h3 { margin: 0; font-size: 1.05rem; }
.promo-widget .code {
  font-family: 'Consolas', monospace;
  background: #fbece2;
  border: 2px dashed #dc0a35;
  padding: 0.4em 0.8em;
  border-radius: 6px;
  font-weight: 700;
  color: #dc0a35;
  margin: 0.4em 0;
  display: inline-block;
}
@media (max-width: 700px) {
  .promo-widget { grid-template-columns: 1fr; text-align: center; }
}

.content-section {
  background: white;
  border-radius: 10px;
  padding: 2em 2em;
  margin: 1.5em auto;
  max-width: 1000px;
  box-shadow: 0 1px 6px rgba(0,0,0,.05);
}

.bonus-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1em;
  margin: 1.5em 0;
}
.bonus-card {
  background: linear-gradient(180deg, white, #fbece2);
  border: 1px solid #eadfd6;
  border-radius: 10px;
  padding: 1.2em;
  display: flex; flex-direction: column; gap: 0.5em;
}
.bonus-card .rating { color: #f5a623; font-weight: 700; }
.bonus-card h4 { color: #dc0a35; font-size: 1.2rem; margin: 0.3em 0; }
.bonus-card ul { font-size: 0.92rem; margin-left: 1.2em; }

.payments-row {
  display: flex; flex-wrap: wrap; gap: 1em;
  align-items: center; justify-content: center;
  padding: 1em; background: white; border-radius: 10px;
  margin: 1.5em 0;
}
.payments-row img { height: 28px; opacity: 0.85; transition: opacity .15s; }
.payments-row img:hover { opacity: 1; }

.faq summary {
  cursor: pointer; padding: 0.8em 0; font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid #eee;
  list-style: none;
}
.faq details { border: none; }
.faq summary::before { content: '+'; color: #dc0a35; font-weight: 700; margin-right: 0.5em; }
.faq details[open] summary::before { content: '−'; }
.faq p { padding: 0.6em 0 1em; color: #423a34; }

.disclaimer-box {
  background: #fff5e6;
  border-left: 4px solid #f5a623;
  padding: 1em 1.2em;
  margin: 1.5em 0;
  font-size: 0.92rem;
  border-radius: 4px;
}
.age-badge {
  display: inline-block;
  background: #dc0a35;
  color: white;
  border-radius: 50%;
  width: 38px; height: 38px;
  text-align: center;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 38px;
}

.site-footer {
  background: #26211e;
  color: white;
  padding: 2.5em 1.2em 1.5em;
  margin-top: 3em;
}
.site-footer .container { max-width: 1200px; }
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5em;
  margin-bottom: 2em;
}
.footer-grid h4 { color: white; font-size: 1rem; margin-top: 0; border: none; padding: 0; }
.footer-grid ul { list-style: none; margin: 0; }
.footer-grid li { margin-bottom: 0.4em; }
.footer-grid a { color: rgba(255,255,255,0.75); font-size: 0.92rem; }
.footer-grid a:hover { color: white; text-decoration: underline; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.15);
  padding-top: 1.2em;
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1em;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
}
.footer-badges { display: flex; gap: 0.6em; align-items: center; }
.footer-badges img { height: 22px; opacity: 0.7; }

@media (max-width: 760px) {
  .header-inner { padding: 0.7em; }
  .main-nav { display: none; }
  .hero h1 { font-size: 1.7rem; }
  .content-section { padding: 1.2em 1em; }
}

/* === Maria Jackpot widget === */
.jackpot-block {
  margin: 2.2em auto;
  max-width: 1180px;
  border-radius: 18px;
  background:
    radial-gradient(ellipse at top, #5a0d1a 0%, #2a0a0d 55%, #120406 100%);
  color: #fff;
  padding: 1.6em 1.6em 1.8em;
  box-shadow: 0 14px 40px rgba(60, 5, 12, 0.45);
  overflow: hidden;
}
.jackpot-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5em 2em;
  align-items: center;
  padding-bottom: 1.4em;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.jackpot-col { display: flex; flex-direction: column; gap: 1.1em; }
.jackpot-logo {
  display: flex; flex-direction: column; align-items: center; gap: 0.6em;
  padding: 0 0.8em;
}
.jackpot-logo img { height: 38px; max-width: 220px; filter: brightness(0) invert(1); }
.jackpot-logo .jackpot-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, #ffffff 0%, #ffcdd6 50%, #f25b6d 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 18px rgba(255, 60, 90, 0.45);
}
.jackpot-logo .jackpot-title .jstar { color: #ff3a5a; -webkit-text-fill-color: #ff3a5a; }
.jackpot-tier { display: grid; grid-template-rows: auto auto auto; gap: 0.25em; }
.jackpot-tier .tier-row {
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 0.6em; align-items: baseline;
  font-family: 'Poppins', sans-serif; font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
}
.jackpot-tier .tier-name { color: #ffe2c8; }
.jackpot-tier .tier-state { justify-self: center; color: #ffba66; }
.jackpot-tier .tier-cap { color: #ffba66; }
.jackpot-tier .tier-bar {
  height: 26px; border-radius: 14px;
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  position: relative;
}
.jackpot-tier .tier-bar > .tier-fill {
  height: 100%;
  background: linear-gradient(90deg, #ffd76b 0%, #ff8a25 55%, #ff3d2e 100%);
  box-shadow: inset 0 0 12px rgba(255,255,255,0.35), 0 0 16px rgba(255, 110, 40, 0.6);
  display: flex; align-items: center; justify-content: center;
  color: #1a0405; font-family: 'Poppins',sans-serif; font-weight: 800; font-size: 0.92rem;
  letter-spacing: 0.02em;
}
.jackpot-tier .tier-foot {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.65);
  text-align: center;
  padding-top: 0.15em;
}

.jackpot-games { padding-top: 1.5em; }
.jackpot-games-head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 1em;
}
.jackpot-games-head h3 {
  margin: 0; color: #fff;
  font-size: 1.5rem;
  border: none;
}
.jackpot-games-head .game-count {
  color: rgba(255,255,255,0.55); font-size: 0.92rem;
}
.jackpot-tiles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.9em;
}
.jackpot-tile {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #1a0405;
  text-decoration: none;
}
.jackpot-tile img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .25s;
}
.jackpot-tile:hover img { transform: scale(1.05); }
.jackpot-tile .tile-meta {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 0.55em 0.7em 0.6em;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 80%);
  color: #fff;
  font-family: 'Poppins',sans-serif;
}
.jackpot-tile .tile-name { font-weight: 700; font-size: 0.95rem; line-height: 1.15; }
.jackpot-tile .tile-prov { font-size: 0.75rem; color: rgba(255,255,255,0.7); margin-top: 0.15em; }
.jackpot-show-more {
  display: block; width: 200px; margin: 1.4em auto 0;
  padding: 0.85em 1.6em;
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 999px;
  font-family: 'Poppins',sans-serif; font-weight: 700;
  letter-spacing: 0.12em; font-size: 0.86rem;
  text-align: center; text-decoration: none; text-transform: uppercase;
  transition: all .15s;
}
.jackpot-show-more:hover {
  background: rgba(255,255,255,0.1); border-color: #fff; color: #fff;
  text-decoration: none;
}

/* === Dream Drop mega banner === */
.dream-drop {
  margin: 1.4em auto 2.4em;
  max-width: 1180px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(120deg, #ffba47 0%, #ff8a3c 55%, #4d3aa1 100%);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  min-height: 240px;
  box-shadow: 0 12px 36px rgba(0,0,0,0.18);
}
.dream-drop .dd-info {
  padding: 1.6em 1.8em;
  display: flex; flex-direction: column; justify-content: center; gap: 0.55em;
  color: #2e1a05;
}
.dream-drop .dd-meta-row { display: flex; align-items: center; gap: 0.6em; }
.dream-drop .dd-mega-pill {
  display: inline-flex; align-items: center; gap: 0.7em;
  background: rgba(0,0,0,0.85);
  color: #fff;
  border: 2px solid #ff3d8a;
  border-radius: 10px;
  padding: 0.5em 0.95em;
  font-family: 'Poppins',sans-serif;
  box-shadow: 0 0 18px rgba(255,61,138,0.45);
}
.dream-drop .dd-mega-pill .dd-mega { color: #ffe066; font-weight: 800; letter-spacing: 0.05em; }
.dream-drop .dd-mega-pill .dd-amount {
  font-size: 1.35rem; font-weight: 800; letter-spacing: 0.01em;
  background: linear-gradient(180deg,#ffe066,#ffae47);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.dream-drop .dd-mega-pill .dd-het { color: #ff3d8a; font-weight: 800; }
.dream-drop .dd-next {
  font-size: 0.8rem; color: rgba(46,26,5,0.7);
  letter-spacing: 0.02em;
}
.dream-drop .dd-title {
  font-family: 'Poppins',sans-serif; font-weight: 800;
  font-size: 1.6rem;
  color: #1a0c00;
  margin: 0.3em 0 0.6em;
  text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
.dream-drop .dd-cta {
  align-self: flex-start;
  display: inline-block;
  background: #18a8a4;
  color: #fff;
  padding: 0.78em 1.8em;
  border-radius: 999px;
  font-family: 'Poppins',sans-serif; font-weight: 700;
  letter-spacing: 0.12em; font-size: 0.86rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .15s;
}
.dream-drop .dd-cta:hover { background: #0e8480; color: #fff; text-decoration: none; }
.dream-drop .dd-vol {
  font-size: 0.78rem; color: rgba(46,26,5,0.75); margin-top: 0.4em;
  display: inline-flex; align-items: center; gap: 0.35em;
}
.dream-drop .dd-art {
  background-size: cover; background-position: center;
}

@media (max-width: 980px) {
  .jackpot-head { grid-template-columns: 1fr; gap: 1.2em; }
  .jackpot-logo { order: -1; }
  .jackpot-tiles { grid-template-columns: repeat(3, 1fr); }
  .dream-drop { grid-template-columns: 1fr; }
  .dream-drop .dd-art { min-height: 200px; }
}
@media (max-width: 540px) {
  .jackpot-tiles { grid-template-columns: repeat(2, 1fr); }
  .jackpot-logo .jackpot-title { font-size: 2rem; }
}

/* === App download CTA (only on /app/) === */
.app-download {
  max-width: 1180px;
  margin: 1.2em auto;
  background: linear-gradient(135deg, #0f0f12 0%, #1a1010 55%, #2b0a14 100%);
  color: #fff;
  border-radius: 16px;
  padding: 1.4em 1.6em;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.6em;
  align-items: center;
  box-shadow: 0 14px 36px rgba(0,0,0,0.22);
  position: relative; overflow: hidden;
}
.app-download::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at top right, rgba(220,10,53,0.35) 0%, transparent 55%);
  pointer-events: none;
}
.ad-phone {
  width: 96px; height: 150px;
  border-radius: 18px;
  background: linear-gradient(180deg, #dc0a35 0%, #ff7a1f 100%);
  display: flex; align-items: center; justify-content: center;
  border: 4px solid #1a1a1a;
  box-shadow: 0 10px 18px rgba(0,0,0,0.35), inset 0 0 0 2px rgba(255,255,255,0.08);
  position: relative; z-index: 1;
}
.ad-phone::before {
  content: ""; position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 5px; background: #1a1a1a; border-radius: 3px;
}
.ad-phone img { width: 52px; filter: brightness(0) invert(1); }
.ad-info { display: flex; flex-direction: column; gap: 0.35em; position: relative; z-index: 1; }
.ad-eyebrow { color: #ffba66; font-size: 0.86rem; letter-spacing: 0.04em; font-weight: 600; }
.ad-eyebrow .ad-stars { color: #ffd76b; letter-spacing: 0.1em; margin-right: 0.4em; }
.ad-title {
  margin: 0; font-size: 1.65rem;
  color: #fff !important;
  border: none !important;
  padding: 0 !important;
  font-family: 'Poppins', sans-serif; font-weight: 800;
  line-height: 1.15;
}
.ad-tag { margin: 0; color: rgba(255,255,255,0.72); font-size: 0.92rem; }
.ad-buttons {
  display: flex; flex-direction: column; gap: 0.55em;
  position: relative; z-index: 1;
}
.ad-btn {
  display: inline-flex; align-items: center; gap: 0.7em;
  background: #000; color: #fff !important;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 12px;
  padding: 0.6em 1.2em;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  min-width: 200px;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.ad-btn:hover {
  transform: translateY(-2px); background: #1a1a1a;
  text-decoration: none; color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.ad-btn svg { flex-shrink: 0; }
.ad-btn-text { display: flex; flex-direction: column; line-height: 1.05; text-align: left; }
.ad-btn-text small { font-size: 0.66rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; opacity: 0.85; }
.ad-btn-text strong { font-size: 1.05rem; font-weight: 700; letter-spacing: 0.01em; }

@media (max-width: 880px) {
  .app-download { grid-template-columns: auto 1fr; }
  .ad-buttons { grid-column: 1 / -1; flex-direction: row; }
}
@media (max-width: 560px) {
  .app-download { grid-template-columns: 1fr; padding: 1.2em; gap: 1em; }
  .ad-phone { width: 80px; height: 124px; }
  .ad-phone img { width: 42px; }
  .ad-title { font-size: 1.35rem; }
  .ad-buttons { flex-direction: column; }
  .ad-btn { width: 100%; min-width: 0; justify-content: center; text-align: left; }
}
