/* =====================================================
   PlayOJO App — style.css
   Prefix: pa-
   Region: IE | Locale: en-IE
   ===================================================== */

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; max-width: 100%; }
body { font-family: 'Inter', sans-serif; background: #fff; color: #1a1f4f; font-size: 16px; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Plus Jakarta Sans', sans-serif; line-height: 1.25; }
h1, h2, h3, p, li, blockquote, td, th { overflow-wrap: anywhere; word-break: break-word; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* ROOT VARIABLES */
:root {
  --pa-bg: #fff;
  --pa-bg-raised: #f5f0ff;
  --pa-text: #1a1f4f;
  --pa-text-muted: #6b7280;
  --pa-header: #7b2cbf;
  --pa-topbar: #1a1f4f;
  --pa-hero-from: #3d1184;
  --pa-hero-to: #7b2cbf;
  --pa-accent: #ffd000;
  --pa-accent-rgb: 255, 208, 0;
  --pa-green: #00a651;
  --pa-border: #e5e0f5;
  --pa-radius: 12px;
  --pa-shadow: 0 4px 24px rgba(123, 44, 191, 0.12);
  --container: 1240px;
}

/* CONTAINER */
.pa-container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 760px) { .pa-container { padding-inline: 20px; } }

/* CONTENT IMAGES */
article img, section.content img, main p img {
  display: block; max-width: 720px; width: 100%; height: auto;
  max-height: 480px; object-fit: contain; margin: 24px auto;
  border-radius: var(--pa-radius);
}
.pa-hero img, .banner img, img.banner {
  max-width: 100%; max-height: 560px; object-fit: cover; width: 100%; height: auto;
}
header img { max-height: 48px; width: auto; object-fit: contain; }
.pa-author img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; }
footer img[src*="img_listing_casinos"] { max-height: 28px; width: auto; object-fit: contain; }
@media (max-width: 768px) {
  article img, section.content img, main p img { max-height: 320px; }
  .pa-hero img, .banner img { max-height: 360px; }
}

/* BUTTONS */
.pa-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 20px; border-radius: 8px; font-weight: 700; font-size: 13.5px;
  letter-spacing: .04em; transition: opacity .15s, transform .1s;
  text-transform: uppercase; white-space: nowrap; max-width: 100%;
}
.pa-btn:hover { opacity: .88; }
.pa-btn--login { background: var(--pa-green); color: #fff; }
.pa-btn--register { background: var(--pa-accent); color: var(--pa-text); }
.pa-btn--primary { background: var(--pa-accent); color: var(--pa-text); font-size: 15px; padding: 14px 32px; border-radius: 10px; }
.pa-btn--lg { padding: 15px 36px; font-size: 16px; border-radius: 10px; }

/* TOPBAR */
.pa-topbar {
  background: var(--pa-topbar); color: #fff; font-size: 12px; font-weight: 500;
  padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.08);
}
.pa-topbar__inner {
  display: flex; align-items: center; justify-content: center;
  gap: 8px 18px; flex-wrap: wrap; text-align: center;
}
.pa-topbar__sep { opacity: .4; }
@media (max-width: 639px) {
  .pa-topbar { font-size: 11px; }
  .pa-topbar__inner { gap: 5px 10px; }
}

/* HEADER */
.pa-header { background: var(--pa-header); position: sticky; top: 0; z-index: 50; box-shadow: 0 2px 12px rgba(0,0,0,.25); }
.pa-header__inner {
  display: flex; align-items: center; gap: 12px; padding: 12px 0;
  flex-wrap: nowrap; min-width: 0;
}
.pa-header__logo { flex-shrink: 0; display: flex; align-items: center; min-width: 0; }
.pa-header__logo img { height: 38px; width: auto; max-width: 140px; object-fit: contain; }
@media (min-width: 760px) {
  .pa-header__logo img { height: 44px; max-width: none; }
  .pa-header__inner { gap: 18px; padding: 14px 0; }
}
.pa-header__search {
  flex: 1; min-width: 0; display: none;
  align-items: center; background: rgba(255,255,255,.15); border-radius: 8px;
  padding: 8px 14px; gap: 8px;
}
@media (min-width: 760px) { .pa-header__search { display: flex; } }
.pa-header__search input {
  background: none; border: none; outline: none; color: #fff; font-size: 14px;
  flex: 1; min-width: 0;
}
.pa-header__search input::placeholder { color: rgba(255,255,255,.6); }
.pa-header__search svg { flex-shrink: 0; color: rgba(255,255,255,.7); }
.pa-header__actions { display: flex; align-items: center; gap: 8px; margin-left: auto; flex-shrink: 0; }
.pa-header__actions .pa-btn { padding: 8px 12px; font-size: 12px; letter-spacing: .02em; }
@media (min-width: 760px) {
  .pa-header__actions { gap: 10px; }
  .pa-header__actions .pa-btn { padding: 10px 20px; font-size: 13.5px; letter-spacing: .04em; }
}
@media (max-width: 479px) {
  .pa-header__actions .pa-btn { padding: 7px 10px; font-size: 11px; }
}
.pa-header__burger {
  display: flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 36px; height: 36px; flex-shrink: 0; padding: 4px; cursor: pointer;
}
.pa-header__burger span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: transform .2s, opacity .2s; }
@media (min-width: 1100px) { .pa-header__burger { display: none; } }

/* SUBNAV */
.pa-subnav { background: #fff; border-bottom: 1px solid var(--pa-border); overflow-x: auto; scrollbar-width: none; }
.pa-subnav::-webkit-scrollbar { display: none; }
.pa-subnav__inner {
  display: flex; align-items: center; justify-content: center;
  gap: 0; padding: 0 16px; min-width: max-content;
}
.pa-subnav a {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 10px 14px; font-size: 11.5px; font-weight: 600; color: var(--pa-text);
  white-space: nowrap; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s;
  text-transform: uppercase; letter-spacing: .04em;
}
.pa-subnav a:hover { color: var(--pa-header); border-bottom-color: var(--pa-header); }
.pa-subnav a.active { color: var(--pa-header); border-bottom-color: var(--pa-header); }
.pa-subnav svg { width: 18px; height: 18px; flex-shrink: 0; }

/* HERO */
.pa-hero {
  background: linear-gradient(135deg, var(--pa-hero-from) 0%, var(--pa-hero-to) 100%);
  padding-block: 60px 72px; color: #fff;
}
.pa-hero__inner { max-width: 700px; min-width: 0; max-width: 100%; }
.pa-hero h1 { font-size: clamp(28px, 5vw, 52px); font-weight: 800; margin-bottom: 18px; color: #fff; }
.pa-hero__lead { font-size: 17px; opacity: .9; margin-bottom: 32px; max-width: 560px; }
.pa-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 639px) {
  .pa-hero { padding-block: 36px 44px; }
  .pa-hero h1 { font-size: clamp(24px, 8vw, 36px); }
  .pa-hero__lead { font-size: 15px; margin-bottom: 24px; }
  .pa-hero__ctas .pa-btn { width: 100%; justify-content: center; }
}

/* BREADCRUMBS */
.pa-breadcrumbs { padding: 12px 0; font-size: 13px; color: var(--pa-text-muted); }
.pa-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 4px; list-style: none; }
.pa-breadcrumbs li + li::before { content: '›'; margin-right: 4px; opacity: .5; }
.pa-breadcrumbs a { color: var(--pa-header); }

/* SECTION SPACING */
.pa-section { padding-block: 52px; }
.pa-section--alt { background: var(--pa-bg-raised); }
.pa-section__heading { font-size: clamp(20px, 3vw, 30px); font-weight: 800; color: var(--pa-text); margin-bottom: 8px; }
.pa-section__sub { color: var(--pa-text-muted); margin-bottom: 32px; font-size: 15px; }

/* CONTENT */
.pa-content h2 { font-size: clamp(18px, 2.5vw, 26px); font-weight: 700; margin: 32px 0 14px; color: var(--pa-text); }
.pa-content p { margin-bottom: 16px; color: #374063; }
.pa-content ul { margin: 0 0 16px 20px; list-style: disc; }
.pa-content ul li { margin-bottom: 6px; }
.pa-content blockquote {
  border-left: 4px solid var(--pa-header); background: var(--pa-bg-raised);
  padding: 16px 20px; margin: 24px 0; border-radius: 0 8px 8px 0;
  font-style: italic; color: var(--pa-text-muted);
}
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th { background: var(--pa-header); color: #fff; padding: 10px 14px; text-align: left; font-weight: 700; }
td { padding: 9px 14px; border-bottom: 1px solid var(--pa-border); }
tr:nth-child(even) td { background: var(--pa-bg-raised); }
.pa-table-wrap { overflow-x: auto; margin: 24px 0; border-radius: var(--pa-radius); border: 1px solid var(--pa-border); }

/* ===== OFFERS LISTING ===== */
.pa-offers { padding-block: 52px; }
.pa-offers__heading { font-size: clamp(20px, 3vw, 30px); font-weight: 800; margin-bottom: 6px; text-align: center; }
.pa-offers__subhead { text-align: center; color: var(--pa-text-muted); margin-bottom: 36px; }
.pa-offers__grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 22px; align-items: start;
}
@media (max-width: 759px) { .pa-offers__grid { grid-template-columns: 1fr; } }

.pa-offers__card {
  position: relative; overflow: hidden;
  background: #fff; border: 2px solid var(--pa-border);
  border-radius: 16px; box-shadow: 0 2px 16px rgba(0,0,0,.07);
  display: flex; flex-direction: column;
  transition: box-shadow .2s;
}
.pa-offers__card:hover { box-shadow: var(--pa-shadow); }
.pa-offers__card--top {
  border-color: var(--pa-accent); transform: scale(1.02);
  padding-top: 36px; box-shadow: 0 6px 36px rgba(123,44,191,.18);
}
@media (max-width: 759px) { .pa-offers__card--top { transform: none; order: -1; padding-top: 36px; } }

.pa-offers__card > *:not(.pa-offers__overlay-link) { position: relative; z-index: 2; }
.pa-offers__card * { pointer-events: none; }
.pa-offers__overlay-link, .pa-offers__review-link { pointer-events: auto !important; cursor: pointer; }

.pa-offers__overlay-link {
  position: absolute; inset: 0; z-index: 1;
  font-size: 0; color: transparent;
}
.pa-offers__review-link { position: relative; z-index: 3; }

.pa-ribbon {
  position: absolute !important; top: 30px; right: -44px; width: 175px;
  transform: rotate(45deg); background: var(--pa-accent); color: var(--pa-text);
  font-size: 12px; font-weight: 900; padding: 7px 0; z-index: 4;
  box-shadow: 0 2px 8px rgba(0,0,0,.2); text-align: center;
  text-transform: uppercase; letter-spacing: .04em; pointer-events: none !important;
}

.pa-offers__logo {
  display: flex; justify-content: center; padding: 24px 20px 14px;
}
.pa-offers__logo img {
  width: 80px; height: 80px; object-fit: contain;
  background: var(--pa-bg-raised); border-radius: 12px; padding: 8px;
}
.pa-offers__name { text-align: center; font-size: 17px; font-weight: 800; padding: 0 16px; }
.pa-offers__rating { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 6px 16px; }
.pa-offers__stars { color: var(--pa-accent); font-size: 14px; }
.pa-offers__score { font-size: 13px; font-weight: 700; color: var(--pa-text-muted); }
.pa-offers__tags { display: flex; justify-content: center; gap: 6px; padding: 0 16px 14px; flex-wrap: wrap; }
.pa-offers__tag {
  background: var(--pa-bg-raised); color: var(--pa-header);
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px;
  text-transform: uppercase; letter-spacing: .04em;
}
.pa-offers__tag--gold { background: #fff5cc; color: #7a5c00; }
.pa-offers__bonus {
  margin: 0 16px 14px; padding: 14px 16px;
  background: linear-gradient(135deg, var(--pa-bg-raised), #ede7ff);
  border-radius: 10px; text-align: center;
}
.pa-offers__bonus-text { font-size: 18px; font-weight: 900; color: var(--pa-header); }
.pa-offers__bonus-sub { font-size: 11.5px; color: var(--pa-text-muted); margin-top: 3px; }
.pa-offers__usps {
  margin: 0 16px 14px; display: flex; flex-direction: column; gap: 6px;
  align-items: center; justify-content: center;
}
.pa-offers__usp { font-size: 12.5px; color: var(--pa-text-muted); display: flex; align-items: center; gap: 5px; }
.pa-offers__usp::before { content: '✓'; color: var(--pa-green); font-weight: 700; flex-shrink: 0; }
.pa-offers__social-proof {
  margin: 0 16px 10px; display: flex; align-items: center; justify-content: center;
  gap: 6px; font-size: 12px; color: var(--pa-text-muted);
}
.pa-offers__social-proof .flame { font-size: 14px; }
.pa-offers__timer {
  margin: 0 16px 12px; background: var(--pa-topbar); color: #fff;
  border-radius: 8px; padding: 8px 12px; text-align: center; font-size: 12px;
}
.pa-offers__timer-label { opacity: .7; font-size: 11px; margin-bottom: 3px; }
.pa-offers__timer-digits { font-size: 18px; font-weight: 900; font-family: 'Plus Jakarta Sans', sans-serif; letter-spacing: .06em; }
.pa-offers__cta-row { padding: 0 16px 12px; display: flex; flex-direction: column; gap: 8px; align-items: center; }
.pa-offers__cta {
  display: block; width: 100%; padding: 13px; text-align: center;
  background: var(--pa-accent); color: var(--pa-text); border-radius: 10px;
  font-weight: 900; font-size: 14px; text-transform: uppercase; letter-spacing: .04em;
}
.pa-offers__review-link {
  font-size: 12px; color: var(--pa-header); text-decoration: underline; text-align: center;
}
.pa-offers__urgency { text-align: center; font-size: 11px; color: var(--pa-text-muted); padding: 0 16px 14px; }
.pa-offers__aggregate { text-align: center; margin-top: 28px; font-size: 14px; color: var(--pa-text-muted); }
.pa-offers__aggregate strong { color: var(--pa-text); }

/* ===== SLOTS LISTING ===== */
.pa-slots { padding-block: 52px; }
.pa-slots__heading { font-size: clamp(20px, 3vw, 28px); font-weight: 800; margin-bottom: 6px; }
.pa-slots__sub { color: var(--pa-text-muted); margin-bottom: 28px; }
.pa-slots__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (min-width: 600px) { .pa-slots__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 960px) { .pa-slots__grid { grid-template-columns: repeat(6, 1fr); gap: 16px; } }

.pa-slots__grid > div {
  position: relative; aspect-ratio: 3/4; border-radius: var(--pa-radius);
  overflow: hidden; border: 1px solid var(--pa-border);
  background: #111; cursor: pointer;
}
.pa-slots__grid > div:hover .pa-slots__overlay { opacity: 1; }
.pa-slots__tile {
  position: absolute; inset: 0; display: block;
  width: 100%; height: 100%; border: 0; background: transparent;
  aspect-ratio: auto; border-radius: 0;
}
.pa-slots__tile img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .3s; pointer-events: none;
}
.pa-slots__grid > div:hover .pa-slots__tile img { transform: scale(1.05); }
.pa-slots__top-row {
  position: absolute; top: 8px; left: 8px; right: 8px;
  display: flex; justify-content: space-between; align-items: flex-start;
  pointer-events: none; z-index: 2;
}
.pa-slots__hot {
  background: #e53e3e; color: #fff; font-size: 10px; font-weight: 800;
  padding: 3px 8px; border-radius: 999px; text-transform: uppercase; letter-spacing: .06em;
}
.pa-slots__meta-row {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, transparent 100%);
  padding: 32px 10px 10px; pointer-events: none; z-index: 2;
}
.pa-slots__name { color: #fff; font-size: 11px; font-weight: 700; margin-bottom: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pa-slots__badges { display: flex; gap: 4px; flex-wrap: wrap; }
.pa-slots__badge { background: rgba(255,255,255,.18); color: #fff; font-size: 9px; font-weight: 600; padding: 2px 5px; border-radius: 4px; }
.pa-slots__overlay {
  position: absolute; inset: 0; background: rgba(61, 17, 132, .82);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; opacity: 0; transition: opacity .2s; pointer-events: none; z-index: 3;
}
.pa-slots__overlay-play {
  width: 44px; height: 44px; background: var(--pa-accent); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.pa-slots__overlay-play svg { width: 20px; height: 20px; color: var(--pa-text); }
.pa-slots__overlay-info { text-align: center; }
.pa-slots__overlay-title { color: #fff; font-size: 11px; font-weight: 700; margin-bottom: 4px; }
.pa-slots__overlay-meta { color: rgba(255,255,255,.8); font-size: 10px; }

/* AUTHOR BLOCK */
.pa-author { padding-block: 48px; }
.pa-author__inner {
  display: flex; gap: 28px; align-items: flex-start;
  background: var(--pa-bg-raised); border-radius: 16px; padding: 32px;
  max-width: 100%;
}
@media (max-width: 599px) { .pa-author__inner { flex-direction: column; gap: 18px; } }
.pa-author__photo-wrap { flex-shrink: 0; }
.pa-author__photo { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; border: 3px solid var(--pa-header); }
.pa-author__name { font-size: 18px; font-weight: 800; margin-bottom: 3px; }
.pa-author__role { font-size: 13px; color: var(--pa-text-muted); margin-bottom: 12px; }
.pa-author__bio { font-size: 14px; color: #374063; margin-bottom: 14px; line-height: 1.65; }
.pa-author__links { display: flex; gap: 10px; align-items: center; }
.pa-author__linkedin {
  display: inline-flex; align-items: center; gap: 6px;
  background: #0077b5; color: #fff; font-size: 12px; font-weight: 700;
  padding: 6px 14px; border-radius: 6px;
}
.pa-author__badge { font-size: 11px; color: var(--pa-text-muted); background: #fff; border: 1px solid var(--pa-border); padding: 4px 10px; border-radius: 999px; }

/* FAQ */
.pa-faq { padding-block: 48px; }
.pa-faq__heading { font-size: clamp(20px, 3vw, 28px); font-weight: 800; margin-bottom: 28px; }
.pa-faq__item { border-bottom: 1px solid var(--pa-border); }
.pa-faq__item details { padding: 18px 0; }
.pa-faq__item summary {
  font-weight: 700; font-size: 15px; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.pa-faq__item summary::-webkit-details-marker { display: none; }
.pa-faq__item summary::after { content: '+'; font-size: 20px; color: var(--pa-header); flex-shrink: 0; }
.pa-faq__item details[open] summary::after { content: '−'; }
.pa-faq__answer { padding-top: 12px; font-size: 14px; color: #374063; line-height: 1.65; }

/* RELATED LINKS */
.pa-related { padding-block: 32px; border-top: 1px solid var(--pa-border); }
.pa-related__heading { font-size: 14px; font-weight: 700; color: var(--pa-text-muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; }
.pa-related__list { display: flex; flex-wrap: wrap; gap: 8px; }
.pa-related__list a {
  background: var(--pa-bg-raised); color: var(--pa-header); font-size: 13px; font-weight: 600;
  padding: 6px 14px; border-radius: 999px; border: 1px solid var(--pa-border);
  pointer-events: auto;
}
.pa-related__list a:hover { background: var(--pa-header); color: #fff; }

/* FOOTER */
.pa-footer { background: #1a1f4f; color: #c8cde0; padding: 52px 0 0; }
.pa-footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 14px;
  padding-bottom: 36px;
}
.pa-footer__brand { grid-column: 1 / -1; }
@media (min-width: 600px) { .pa-footer__top { grid-template-columns: 1fr 1fr 1fr; } }
@media (min-width: 900px) {
  .pa-footer__top { grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 22px; }
  .pa-footer__brand { grid-column: auto; }
}
.pa-footer__logo img { height: 70px; width: auto; max-height: 70px; }
@media (max-width: 759px) { .pa-footer__logo img { height: 60px; } }
.pa-footer__tagline { font-size: 13px; margin-top: 12px; margin-bottom: 18px; opacity: .75; }
.pa-footer__socials { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
.pa-footer__social {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; background: rgba(255,255,255,.08);
  border-radius: 8px; color: #c8cde0; transition: background .15s;
}
.pa-footer__social:hover { background: rgba(255,255,255,.18); }
.pa-footer__social svg { width: 18px; height: 18px; fill: currentColor; }
.pa-footer__col h4 { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: #fff; margin-bottom: 12px; }
.pa-footer__col ul li { margin-bottom: 7px; }
.pa-footer__col a { font-size: 13px; color: #c8cde0; opacity: .8; transition: opacity .15s; }
.pa-footer__col a:hover { opacity: 1; color: var(--pa-accent); }
.pa-footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 24px 0; }
.pa-footer__pay { margin-bottom: 20px; }
.pa-footer__pay-label { font-size: 11px; text-transform: uppercase; letter-spacing: .07em; opacity: .5; margin-bottom: 10px; }
.pa-footer__pay-grid { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.pa-footer__pay-icon {
  background: #fff; border-radius: 6px; padding: 4px 10px;
  display: flex; align-items: center; height: 32px;
}
.pa-footer__pay-icon img { height: 22px; width: auto; object-fit: contain; }
.pa-footer__pay-text { background: #fff; color: #1a1f4f; border-radius: 6px; padding: 4px 10px; font-size: 12px; font-weight: 700; height: 32px; display: flex; align-items: center; }
.pa-footer__rg { display: flex; align-items: flex-start; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.pa-footer__rg-badge {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px; padding: 8px 14px; text-align: center; min-width: 70px;
}
.pa-footer__rg-badge span { display: block; font-size: 14px; font-weight: 900; color: #fff; }
.pa-footer__rg-badge small { font-size: 10px; opacity: .6; }
.pa-footer__legal { font-size: 11.5px; opacity: .55; line-height: 1.7; margin-bottom: 16px; }
.pa-footer__copyright { font-size: 12px; opacity: .45; display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: center; }
.pa-footer__copyright a { color: inherit; text-decoration: underline; opacity: .7; }
.pa-footer__copyright a:hover { opacity: 1; }

@media (max-width: 599px) {
  .pa-footer { padding: 28px 0 0; font-size: 12px; }
  .pa-footer__col h4 { font-size: 11px; margin-bottom: 6px; }
  .pa-footer__col ul li { margin-bottom: 4px; }
  .pa-footer__col a { font-size: 12px; }
  .pa-footer__logo img { max-height: 56px; margin-bottom: 10px; }
  .pa-footer__tagline { font-size: 12px; margin-bottom: 10px; }
  .pa-footer__pay-grid { gap: 6px 10px; }
  .pa-footer__pay-icon img { height: 18px; }
}

/* MOBILE MENU OVERLAY */
.pa-menu-overlay {
  position: fixed; inset: 0; background: rgba(10,5,26,.97); z-index: 100;
  display: flex; flex-direction: column; overflow-y: auto;
  transform: translateX(-100%); transition: transform .25s ease;
}
.pa-menu-overlay.is-open { transform: translateX(0); }
.pa-menu-overlay__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,.1);
}
.pa-menu-overlay__logo img { height: 38px; margin: 0 auto; display: block; }
.pa-menu-overlay__close { color: #fff; font-size: 24px; background: none; border: none; cursor: pointer; padding: 4px; }
.pa-menu-overlay__nav { padding: 20px; flex: 1; }
.pa-menu-overlay__nav a {
  display: block; color: #fff; font-size: 16px; font-weight: 600;
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.07);
}
.pa-menu-overlay__nav a:hover { color: var(--pa-accent); }
.pa-menu-overlay__ctas { padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.pa-menu-overlay__ctas .pa-btn { width: 100%; justify-content: center; font-size: 14px; padding: 14px; }

/* FAB */
.pa-fab {
  display: none; position: fixed; left: 50%; bottom: 16px;
  transform: translateX(-50%); z-index: 95;
  padding: 18px 38px; background: var(--pa-accent); color: var(--pa-text);
  font-weight: 900; font-size: 16px; text-transform: uppercase; letter-spacing: .04em;
  border-radius: 32px; box-shadow: 0 10px 30px rgba(var(--pa-accent-rgb), .5), 0 2px 8px rgba(0,0,0,.6);
  transition: background .15s, transform .15s;
  align-items: center; justify-content: center; gap: 10px;
  min-width: 260px; max-width: calc(100% - 28px); white-space: nowrap; text-align: center;
  text-decoration: none;
}
.pa-fab::after { content: '▶'; font-size: 11px; }
.pa-fab:hover { transform: translate(-50%, -2px); }
.pa-fab:active { transform: translate(-50%, 0); }
@media (max-width: 979px) { .pa-fab { display: inline-flex; } }
@media (max-width: 480px) { .pa-fab { padding: 16px 32px; font-size: 15px; min-width: 220px; } }
body.is-cookies-shown .pa-fab { bottom: 110px; }
@media (max-width: 480px) { body.is-cookies-shown .pa-fab { bottom: 150px; } }
@media (max-width: 1023px) { .pa-footer { padding-bottom: 84px; } }

/* SITEMAP PAGE */
.pa-sitemap { padding-block: 48px; }
.pa-sitemap__group { margin-bottom: 40px; }
.pa-sitemap__group-title { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--pa-text-muted); margin-bottom: 16px; padding-bottom: 6px; border-bottom: 2px solid var(--pa-border); }
.pa-sitemap__cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.pa-sitemap__card { background: var(--pa-bg-raised); border-radius: 10px; padding: 16px; border: 1px solid var(--pa-border); }
.pa-sitemap__card a { font-weight: 700; color: var(--pa-header); font-size: 14px; display: block; margin-bottom: 4px; pointer-events: auto; }
.pa-sitemap__card p { font-size: 12px; color: var(--pa-text-muted); }
