/* ══════════════════════════════════════════════════════════════════════
   SITE-PAGES.CSS — Homepage, Login, Register ONLY (Light Theme)
   This file is loaded ONLY on frontend/public pages.
   It will NOT affect the dashboard UI.
   ══════════════════════════════════════════════════════════════════════ */

/* ── Force Light Theme on Public Pages ── */
body.site-page {
  background-color: #ffffff !important;
  color: #334155 !important;
}

/* Dark mode for public pages is now handled in awin-theme.css */

/* ── Typography — All Black ── */
body.site-page h1,
body.site-page h2,
body.site-page h3,
body.site-page h4,
body.site-page h5,
body.site-page h6 {
  color: #0f172a !important;
}

body.site-page p {
  color: #334155 !important;
}

body.site-page span,
body.site-page li,
body.site-page td,
body.site-page th,
body.site-page label,
body.site-page .text,
body.site-page .desc {
  color: #334155;
}

body.site-page a {
  color: hsl(var(--base));
}

body.site-page a:hover {
  color: hsl(var(--base-d-200));
}

/* ── Header / Navigation ── */
body.site-page .header {
  background: #ffffff;
  border-bottom: 1px solid #e8ecf1;
}

body.site-page .header .nav-link {
  color: #334155 !important;
}

body.site-page .header .nav-link:hover,
body.site-page .header .nav-link.active {
  color: hsl(var(--base)) !important;
}

body.site-page .header .logo-text,
body.site-page .header .site-name {
  color: #0f172a !important;
}

/* ── Hero / Banner Section ── */
body.site-page .banner-section,
body.site-page .hero-section {
  background: #ffffff;
}

body.site-page .banner-section__title,
body.site-page .hero-section__title,
body.site-page .banner-content__title {
  color: #0f172a !important;
}

body.site-page .banner-section__desc,
body.site-page .hero-section__desc,
body.site-page .banner-content__desc {
  color: #475569 !important;
}

/* ── Section Headings ── */
body.site-page .section-heading__title,
body.site-page .section-heading .title {
  color: #0f172a !important;
}

body.site-page .section-heading__subtitle,
body.site-page .section-heading .subtitle {
  color: hsl(var(--base)) !important;
}

body.site-page .section-heading__desc,
body.site-page .section-heading .desc {
  color: #475569 !important;
}

/* ── Section Backgrounds ── */
body.site-page .section-bg {
  background-color: #f8fafc !important;
}

/* ── Cards (Category, Campaign, Process, etc.) ── */
body.site-page .category-item,
body.site-page .campaign-item,
body.site-page .work-process-item,
body.site-page .path-item,
body.site-page .why-choose-card,
body.site-page .benefit-item,
body.site-page .testimonial-item,
body.site-page .faq-item {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

body.site-page .category-item::after,
body.site-page .campaign-item::before,
body.site-page .campaign-item::after,
body.site-page .work-process-item::before,
body.site-page .path-item::before,
body.site-page .path-item::after,
body.site-page .why-choose-card::before,
body.site-page .why-choose-card::after,
body.site-page .benefit-item::before,
body.site-page .benefit-item::after,
body.site-page .testimonial-item::before {
  background: #ffffff !important;
}

body.site-page .category-item__title,
body.site-page .campaign-item__title,
body.site-page .work-process-item__title,
body.site-page .path-item__title,
body.site-page .why-choose-card__title,
body.site-page .benefit-item__title,
body.site-page .testimonial-item__title {
  color: #0f172a !important;
}

body.site-page .category-item__number,
body.site-page .campaign-item__desc,
body.site-page .work-process-item__desc,
body.site-page .why-choose-card__desc,
body.site-page .benefit-item__desc,
body.site-page .testimonial-item__desc,
body.site-page .testimonial-item__designation {
  color: #64748b !important;
}

/* ── Counter Section ── */
body.site-page .counter-item__number {
  color: #0f172a !important;
}

body.site-page .counter-item__title {
  color: #475569 !important;
}

/* ── FAQ ── */
body.site-page .faq-item .faq-item__title {
  color: #0f172a !important;
}

body.site-page .faq-item .faq-item__content {
  color: #475569 !important;
}

/* ── CTA ── */
body.site-page .cta-section {
  background-color: #ffffff !important;
}

/* ── Footer (keep dark) ── */
body.site-page .footer-section {
  background: #0f172a !important;
  color: #cbd5e1;
}

body.site-page .footer-section h1,
body.site-page .footer-section h2,
body.site-page .footer-section h3,
body.site-page .footer-section h4,
body.site-page .footer-section h5,
body.site-page .footer-section h6 {
  color: #ffffff !important;
}

body.site-page .footer-section p,
body.site-page .footer-section span,
body.site-page .footer-section li,
body.site-page .footer-section a {
  color: #cbd5e1;
}

/* ── Login / Register Card ── */
body.site-page .account-form {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.04) !important;
}

body.site-page .account-form::before {
  background: #ffffff !important;
}

body.site-page .account-form .form--label {
  color: #334155 !important;
}

body.site-page .account-form .account-form__title {
  color: #0f172a !important;
}

body.site-page .account-form .form--control {
  background-color: #f8fafc !important;
  color: #1e293b !important;
  border: 1.5px solid #e2e8f0 !important;
}

body.site-page .account-form .form--control::placeholder {
  color: #94a3b8 !important;
}

body.site-page .account-form .form--control:focus {
  border-color: hsl(var(--base)) !important;
  box-shadow: 0 0 0 3px hsl(var(--base) / 0.1) !important;
  background-color: #ffffff !important;
}

body.site-page .account-form .form-check-label,
body.site-page .account-form .have-account__text {
  color: #475569 !important;
}

body.site-page .account-form .forgot-password {
  color: hsl(var(--base)) !important;
}

body.site-page .account-form .password-show-hide {
  color: #94a3b8 !important;
}

body.site-page .right-thumb-wrapper .right-thumb,
body.site-page .right-thumb-wrapper .border-shape,
body.site-page .right-thumb-wrapper .bg-style {
  opacity: 0.15;
}

/* ── Account Section bg ── */
body.site-page .account-section {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
}

/* ── Brand ticker ── */
body.site-page .brand-wrapper {
  overflow: hidden !important;
  max-width: 100vw;
}

/* ── Breadcrumb ── */
body.site-page .breadcrumb-section {
  background: #f8fafc;
}

body.site-page .breadcrumb-section .breadcrumb-title {
  color: #0f172a !important;
}

body.site-page .breadcrumb-section .breadcrumb-item,
body.site-page .breadcrumb-section .breadcrumb-item a {
  color: #475569 !important;
}

/* ── Contact page ── */
body.site-page .contact-form .form--control {
  background-color: #f8fafc !important;
  color: #1e293b !important;
  border: 1.5px solid #e2e8f0 !important;
}

body.site-page .contact-form .form--label {
  color: #334155 !important;
}

/* ══════════════════════════════════════════════════════════════════════
   RESPONSIVE — Mobile-first breakpoints for site pages
   ══════════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  body.site-page .header .nav-menu {
    background: #ffffff;
    border: 1px solid #e2e8f0;
  }

  body.site-page .header .nav-link {
    border-bottom: 1px solid #f1f5f9;
  }

  body.site-page .banner-section__title {
    font-size: 2rem !important;
  }
}

@media (max-width: 767px) {
  body.site-page .banner-section__title {
    font-size: 1.6rem !important;
  }

  body.site-page .section-heading__title {
    font-size: 1.4rem !important;
  }

  body.site-page .account-form {
    margin: 15px;
    padding: 24px !important;
  }
}

@media (max-width: 575px) {
  body.site-page .banner-section__title {
    font-size: 1.35rem !important;
  }

  body.site-page .section-heading__title {
    font-size: 1.2rem !important;
  }

  body.site-page .counter-item__number {
    font-size: 1.5rem !important;
  }
}

/* ══════════════════════════════════════════════════════════════════════
   AWIN COMPONENT SYSTEM — Phase 2
   All components used by awin_hero, awin_stats, awin_features,
   banner.blade.php, why_choose_us.blade.php, user_path.blade.php
   ══════════════════════════════════════════════════════════════════════ */

/* ── Missing root design tokens (used in inline Blade styles) ── */
:root {
  --awin-font-head:    'Montserrat', sans-serif;
  --awin-font-body:    'Inter', system-ui, sans-serif;
  --awin-on-surface:   #0b1c30;
  --awin-radius-btn:   0.5rem;
  --awin-radius-card:  0.75rem;
}

/* ══════════════════════════════════════════════════════════════════════
   HERO SECTION
   ══════════════════════════════════════════════════════════════════════ */
body.site-page .awin-hero {
  padding: clamp(64px, 8vw, 100px) 0 clamp(48px, 6vw, 80px);
  background: #f8f9ff;
  position: relative;
  overflow: hidden;
}

body.site-page .awin-hero__tag {
  display: inline-block;
  font-family: var(--awin-font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0051d5;
  background: rgba(0, 81, 213, 0.08);
  border: 1px solid rgba(0, 81, 213, 0.2);
  padding: 5px 12px;
  border-radius: 50rem;
  margin-bottom: 20px;
}

body.site-page .awin-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--awin-font-body);
  font-size: 0.78rem;
  font-weight: 500;
  color: #45464d;
  background: #fff;
  border: 1px solid #e8eaf6;
  padding: 4px 12px;
  border-radius: 50rem;
  margin: 0 4px 8px 0;
  box-shadow: 0 1px 4px rgba(15,23,42,0.06);
}

body.site-page .awin-hero__badge-dot {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #10b981;
  flex-shrink: 0;
}

body.site-page .awin-hero__title {
  font-family: var(--awin-font-head) !important;
  font-size: clamp(2rem, 4.5vw, 3.25rem) !important;
  font-weight: 700 !important;
  color: #0b1c30 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.025em !important;
  margin-bottom: 20px !important;
}

body.site-page .awin-hero__desc {
  font-family: var(--awin-font-body);
  font-size: 1.0625rem;
  line-height: 1.72;
  color: #45464d !important;
  max-width: 520px;
  margin-bottom: 8px;
}

body.site-page .awin-hero__trust {
  font-family: var(--awin-font-body);
  font-size: 0.8rem;
  color: #76777d !important;
  display: flex;
  align-items: center;
  gap: 6px;
}

body.site-page .awin-hero__trust i {
  color: #0051d5;
  font-size: 0.85rem;
}

/* Hero right-side mockup */
body.site-page .awin-hero__visual {
  position: relative;
}

body.site-page .awin-hero__mockup {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(15,23,42,0.13);
  background: #fff;
  position: relative;
  z-index: 1;
}

body.site-page .awin-hero__mockup-bar {
  background: #0b1c30;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 7px;
}

body.site-page .dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
body.site-page .dot--red    { background: #ff5f57; }
body.site-page .dot--yellow { background: #febc2e; }
body.site-page .dot--green  { background: #28c840; }

body.site-page .awin-hero__mockup-url {
  font-family: var(--awin-font-body);
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  margin-left: 8px;
}

body.site-page .awin-hero__mockup-body {
  padding: 22px;
  background: #f8f9ff;
}

body.site-page .awin-hero__stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

body.site-page .awin-hero__stat {
  background: #fff;
  border: 1px solid #e8eaf6;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 2px 8px rgba(15,23,42,0.04);
}

body.site-page .awin-hero__stat-icon {
  width: 34px; height: 34px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 8px;
  font-size: 1rem;
}

body.site-page .awin-hero__stat-val {
  font-family: var(--awin-font-head);
  font-size: 1.05rem;
  font-weight: 700;
  color: #0b1c30 !important;
}

body.site-page .awin-hero__stat-lbl {
  font-family: var(--awin-font-body);
  font-size: 0.68rem;
  color: #76777d !important;
  margin-top: 2px;
}

body.site-page .awin-hero__chart-wrap {
  background: #fff;
  border: 1px solid #e8eaf6;
  border-radius: 12px;
  padding: 14px;
}

body.site-page .awin-hero__chart-label {
  font-family: var(--awin-font-head);
  font-size: 0.75rem;
  font-weight: 600;
  color: #0b1c30 !important;
  margin-bottom: 12px;
}

body.site-page .awin-hero__bars {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  height: 56px;
}

body.site-page .awin-hero__bar {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #0051d5, #3b82f6);
}

body.site-page .awin-hero__bar-labels {
  display: flex;
  gap: 7px;
  margin-top: 5px;
}

body.site-page .awin-hero__bar-labels span {
  flex: 1;
  text-align: center;
  font-family: var(--awin-font-body);
  font-size: 0.62rem;
  color: #76777d !important;
}

/* Hero decorative glow */
body.site-page .awin-hero__glow {
  position: absolute;
  bottom: -60px; right: -60px;
  width: 340px; height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,81,213,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ══════════════════════════════════════════════════════════════════════
   CTA BUTTONS — used in hero, sections, user_path
   ══════════════════════════════════════════════════════════════════════ */
body.site-page .btn-awin-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: var(--awin-radius-btn);
  font-family: var(--awin-font-body);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
  cursor: pointer;
  border: none;
}

body.site-page .btn-awin-cta:hover {
  opacity: 0.88;
  transform: translateY(-2px);
  text-decoration: none;
}

body.site-page .btn-awin-primary {
  background: linear-gradient(135deg, #0051d5 0%, #0b3ba8 100%);
  color: #fff !important;
  box-shadow: 0 4px 20px rgba(0,81,213,0.28);
}

body.site-page .btn-awin-secondary {
  background: transparent;
  color: #0b1c30 !important;
  border: 1.5px solid #c6c6cd !important;
}

body.site-page .btn-awin-secondary:hover {
  background: rgba(15,23,42,0.04);
  border-color: #0b1c30 !important;
  color: #0b1c30 !important;
}

/* ══════════════════════════════════════════════════════════════════════
   STATS BAR — dark navy strip with numbers
   ══════════════════════════════════════════════════════════════════════ */
body.site-page .awin-stats-bar {
  background: #0b1c30;
  padding: 42px 0;
}

body.site-page .awin-stats-bar__item {
  padding: 0 8px;
}

body.site-page .awin-stats-bar__number {
  font-family: var(--awin-font-head);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #ffffff !important;
  line-height: 1;
  margin-bottom: 6px;
}

body.site-page .awin-stats-bar__label {
  font-family: var(--awin-font-body);
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.55) !important;
  font-weight: 400;
}

body.site-page .awin-stats-bar__divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.12);
}

/* ══════════════════════════════════════════════════════════════════════
   SECTION HEADER TOKENS — awin-section-tag / title / desc
   ══════════════════════════════════════════════════════════════════════ */
body.site-page .awin-section-tag {
  display: inline-block;
  font-family: var(--awin-font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0051d5 !important;
  margin-bottom: 14px;
}

body.site-page .awin-section-title {
  font-family: var(--awin-font-head) !important;
  font-size: clamp(1.55rem, 2.8vw, 2.2rem) !important;
  font-weight: 700 !important;
  color: #0b1c30 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 14px !important;
}

body.site-page .awin-section-desc {
  font-family: var(--awin-font-body);
  font-size: 1rem;
  line-height: 1.72;
  color: #45464d !important;
  max-width: 580px;
}

/* ══════════════════════════════════════════════════════════════════════
   FEATURE CARDS — awin_features + why_choose_us
   ══════════════════════════════════════════════════════════════════════ */
body.site-page .awin-features {
  padding: clamp(64px, 8vw, 96px) 0;
  background: #ffffff;
}

body.site-page .awin-feature-card {
  background: #fff;
  border: 1px solid #e8eaf6;
  border-radius: 14px;
  padding: 28px 26px;
  height: 100%;
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.25s;
  box-shadow: 0 2px 12px rgba(15,23,42,0.05);
}

body.site-page .awin-feature-card:hover {
  box-shadow: 0 12px 36px rgba(15,23,42,0.1);
  border-color: rgba(0,81,213,0.2);
  transform: translateY(-4px);
}

body.site-page .awin-feature-card__icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  font-size: 1.5rem;
  flex-shrink: 0;
}

body.site-page .awin-feature-card__title {
  font-family: var(--awin-font-head) !important;
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  color: #0b1c30 !important;
  margin-bottom: 8px !important;
  line-height: 1.35 !important;
  border-bottom: 1px solid #e8eaf6;
  padding-bottom: 10px;
}

body.site-page .awin-feature-card__desc {
  font-family: var(--awin-font-body);
  font-size: 0.875rem;
  line-height: 1.68;
  color: #45464d !important;
  margin: 0;
}

/* ══════════════════════════════════════════════════════════════════════
   ADVERTISER / PUBLISHER SPLIT SECTIONS — user_path.blade.php
   ══════════════════════════════════════════════════════════════════════ */
body.site-page .awin-adv-section {
  padding: clamp(64px, 8vw, 96px) 0;
  background: #f8f9ff;
}

body.site-page .awin-adv-section__label {
  display: inline-block;
  font-family: var(--awin-font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0051d5 !important;
  margin-bottom: 12px;
}

body.site-page .awin-adv-section__title {
  font-family: var(--awin-font-head) !important;
  font-size: clamp(1.55rem, 2.8vw, 2.2rem) !important;
  font-weight: 700 !important;
  color: #0b1c30 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 28px !important;
}

body.site-page .awin-benefit-list {
  list-style: none;
  padding: 0; margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.site-page .awin-benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

body.site-page .awin-benefit-list__icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(0,81,213,0.1);
  color: #0051d5;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 2px;
}

body.site-page .awin-benefit-list__title {
  font-family: var(--awin-font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0b1c30 !important;
  margin-bottom: 3px;
}

body.site-page .awin-benefit-list p,
body.site-page .awin-benefit-list__text {
  font-family: var(--awin-font-body);
  font-size: 0.875rem;
  line-height: 1.6;
  color: #45464d !important;
  margin: 0;
}

/* ══════════════════════════════════════════════════════════════════════
   FOOTER GRID — 5-column layout (Brand + 4 content cols)
   ══════════════════════════════════════════════════════════════════════ */
body.site-page .footer-area {
  background: #0b1c30;
}

body.site-page .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  padding: 64px 0 48px;
}

body.site-page .footer-item__logo img {
  max-height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
}

body.site-page .footer-item__desc {
  font-family: var(--awin-font-body);
  font-size: 0.875rem;
  line-height: 1.72;
  color: rgba(255,255,255,0.5) !important;
  margin-top: 14px;
}

body.site-page .footer-item__title {
  font-family: var(--awin-font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35) !important;
  margin-bottom: 16px;
}

body.site-page .footer-menu {
  list-style: none;
  padding: 0; margin: 0;
}

body.site-page .footer-menu__item {
  margin-bottom: 10px;
}

body.site-page .footer-menu__link {
  font-family: var(--awin-font-body);
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55) !important;
  text-decoration: none;
  transition: color 0.2s;
  display: inline-block;
}

body.site-page .footer-menu__link:hover {
  color: #ffffff !important;
  text-decoration: none;
}

/* Social icons */
body.site-page .footer-social {
  list-style: none;
  padding: 0; margin: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.site-page .footer-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.5) !important;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

body.site-page .footer-social__link:hover {
  background: rgba(255,255,255,0.16);
  color: #ffffff !important;
}

/* Inline social (bottom bar) */
body.site-page .footer-social--inline {
  margin: 0;
}

/* Footer bottom bar */
body.site-page .footer-bottom {
  background: rgba(0,0,0,0.28);
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 14px 0;
}

body.site-page .footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

body.site-page .footer-bottom__copy {
  font-family: var(--awin-font-body);
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.4) !important;
}

body.site-page .footer-bottom__copy a {
  color: rgba(255,255,255,0.6) !important;
  text-decoration: none;
}

body.site-page .footer-bottom__copy a:hover {
  color: rgba(255,255,255,0.9) !important;
}

/* ── Footer responsive ── */
@media (max-width: 1199px) {
  body.site-page .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    padding: 48px 0 32px;
  }
}

@media (max-width: 767px) {
  body.site-page .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding: 40px 0 28px;
  }

  body.site-page .footer-item--brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 479px) {
  body.site-page .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ══════════════════════════════════════════════════════════════════════
   RESPONSIVE — Hero + Stats Bar + Section padding
   ══════════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  body.site-page .awin-hero {
    padding-top: 56px;
    padding-bottom: 48px;
  }

  body.site-page .awin-hero__title {
    font-size: clamp(1.75rem, 5vw, 2.4rem) !important;
  }

  body.site-page .awin-stats-bar__number {
    font-size: 1.6rem !important;
  }

  body.site-page .awin-feature-card {
    padding: 22px 20px;
  }
}

@media (max-width: 767px) {
  body.site-page .awin-hero__title {
    font-size: 1.8rem !important;
  }

  body.site-page .awin-stats-bar {
    padding: 32px 0;
  }

  body.site-page .awin-stats-bar__divider {
    display: none;
  }

  body.site-page .awin-section-title {
    font-size: 1.45rem !important;
  }

  body.site-page .awin-adv-section__title {
    font-size: 1.45rem !important;
  }
}

/* ══════════════════════════════════════════════════════════════════════
   BLOG CARDS — aff-blog-card (clean white, replaces dark Furstic cards)
   ══════════════════════════════════════════════════════════════════════ */
body.site-page .aff-blog-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15,23,42,0.05);
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

body.site-page .aff-blog-card:hover {
  box-shadow: 0 14px 40px rgba(15,23,42,0.10);
  border-color: rgba(0,81,213,0.2);
  transform: translateY(-5px);
}

body.site-page .aff-blog-card__thumb {
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #f1f5f9;
  flex-shrink: 0;
}

body.site-page .aff-blog-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

body.site-page .aff-blog-card:hover .aff-blog-card__thumb img {
  transform: scale(1.05);
}

body.site-page .aff-blog-card__body {
  padding: 20px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.site-page .aff-blog-card__badge {
  display: inline-block;
  font-family: var(--awin-font-body);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0051d5 !important;
  background: rgba(0,81,213,0.07);
  border: 1px solid rgba(0,81,213,0.15);
  padding: 3px 10px;
  border-radius: 50rem;
  align-self: flex-start;
}

body.site-page .aff-blog-card__date {
  font-family: var(--awin-font-body);
  font-size: 0.78rem;
  color: #76777d !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

body.site-page .aff-blog-card__date i {
  font-size: 0.85rem;
}

body.site-page .aff-blog-card__title {
  font-family: var(--awin-font-head) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  flex: 1;
}

body.site-page .aff-blog-card__title a {
  color: #0b1c30 !important;
  text-decoration: none;
  transition: color 0.2s;
}

body.site-page .aff-blog-card__title a:hover {
  color: #0051d5 !important;
}

/* Dark mode blog cards */
body.dark-mode.site-page .aff-blog-card {
  background: #1e293b;
  border-color: rgba(255,255,255,0.07);
}

body.dark-mode.site-page .aff-blog-card:hover {
  border-color: rgba(96,165,250,0.25);
}

body.dark-mode.site-page .aff-blog-card__badge {
  color: #60a5fa !important;
  background: rgba(59,130,246,0.1);
  border-color: rgba(59,130,246,0.2);
}

body.dark-mode.site-page .aff-blog-card__date {
  color: #64748b !important;
}

body.dark-mode.site-page .aff-blog-card__title a {
  color: #e2e8f0 !important;
}

body.dark-mode.site-page .aff-blog-card__title a:hover {
  color: #60a5fa !important;
}
