    *, *::before, *::after { box-sizing: border-box; }
    
    :root {
      --font-outfit: var(--font-family-base);
      --accent: #ccb225; /* Dia de Sorte gold */
      --accent-dark: #9a8518;
      --primary-green: #15803d; /* Forest green */
      --bg-light: #f9fafb;
      --border-light: #e5e7eb;
      --text-main: #1f2937;
      --text-muted: #4b5563;
    }
    
    body {
      margin: 0;
      font-family: var(--font-outfit);
      background: radial-gradient(circle at top, #f3f4f6 0%, #e5e7eb 100%) no-repeat fixed;
      color: var(--text-main);
      -webkit-font-smoothing: antialiased;
    }
    
    .res-layout {
      max-width: 1080px;
      margin: 0 auto;
      padding: 32px 20px 80px;
    }
    
    /* Breadcrumb styling */
    .res-breadcrumb {
      font-size: 14px;
      color: var(--text-muted);
      margin-bottom: 24px;
      font-weight: 500;
    }
    .res-breadcrumb a {
      color: var(--text-muted);
      text-decoration: none;
      transition: color 0.2s ease;
    }
    .res-breadcrumb a:hover {
      color: var(--accent);
      text-decoration: underline;
    }
    .res-breadcrumb span {
      margin: 0 8px;
      color: #9ca3af;
    }
    
    /* Banner Header */
    .res-banner {
      position: relative;
      background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
      border-radius: 24px;
      padding: 40px;
      margin-bottom: 32px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-shadow: 0 10px 25px rgba(204, 178, 37, 0.15);
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.15);
    }
    .res-banner::before {
      content: '';
      position: absolute;
      top: 0; right: 0; bottom: 0; left: 0;
      background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
      pointer-events: none;
    }
    .res-banner-info {
      z-index: 2;
    }
    .res-banner-badge {
      background: rgba(255, 255, 255, 0.25);
      border: 1px solid rgba(255, 255, 255, 0.4);
      color: #ffffff;
      padding: 6px 14px;
      border-radius: 99px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1px;
      display: inline-block;
      margin-bottom: 16px;
      text-transform: uppercase;
    }
    .res-banner h1 {
      font-size: 38px;
      font-weight: 800;
      margin: 0 0 10px;
      color: #ffffff;
      letter-spacing: -0.5px;
      line-height: 1.2;
    }
    .res-banner p {
      margin: 0;
      color: rgba(255, 255, 255, 0.95);
      font-size: 16px;
      font-weight: 400;
    }
    .res-banner-action {
      z-index: 2;
      flex-shrink: 0;
    }
    .res-banner-accumulated {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      text-align: right;
      z-index: 2;
    }
    .res-banner-accumulated .res-accumulated-badge {
      background: #ef4444;
      color: #ffffff;
      font-size: 11px;
      font-weight: 800;
      text-transform: uppercase;
      padding: 6px 12px;
      border-radius: 6px;
      letter-spacing: 1px;
      margin-bottom: 10px;
      display: inline-block;
    }
    .res-banner-accumulated .res-accumulated-badge.normal {
      background: rgba(255, 255, 255, 0.25);
      border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .res-banner-accumulated .res-accumulated-badge.normal.green-badge {
      background: #22c55e;
      border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .res-banner-accumulated .res-accumulated-label {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.95);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 4px;
    }
    .res-banner-accumulated .res-accumulated-value {
      font-size: 28px;
      font-weight: 900;
      color: #ffffff;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    }
    .res-banner-accumulated .res-accumulated-value.green-text {
      color: #fff;
      /* text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff; */
    }
    
    /* CTA Banner styling */
    .res-cta-banner {
      background: #f0fdf4;
      border: 1px solid #bbf7d0;
      border-radius: 20px;
      padding: 20px 32px;
      margin-bottom: 32px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      box-shadow: 0 4px 12px rgba(22, 101, 52, 0.05);
    }
    .res-cta-info {
      display: flex;
      align-items: center;
      gap: 16px;
    }
    .res-cta-badge {
      background: #22c55e;
      color: #ffffff;
      font-size: 11px;
      font-weight: 800;
      text-transform: uppercase;
      padding: 6px 12px;
      border-radius: 6px;
      letter-spacing: 1px;
    }
    .res-cta-label {
      font-size: 15px;
      color: #166534;
      font-weight: 600;
    }
    .res-cta-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      flex-shrink: 0;
    }
    .res-cta-btn-block {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #22c55e;
      color: #ffffff;
      font-weight: 700;
      font-size: 14px;
      padding: 10px 24px;
      border-radius: 99px;
      text-decoration: none;
      box-shadow: 0 4px 12px rgba(34, 197, 94, 0.25);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      flex-shrink: 0;
    }
    .res-cta-btn-block:hover {
      background: #15803d;
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(21, 128, 61, 0.3);
    }
    .res-cta-btn-block.secondary {
      background: #dcfce7;
      color: #166534;
      box-shadow: none;
      border: 1px solid #bbf7d0;
    }
    .res-cta-btn-block.secondary:hover {
      background: #bbf7d0;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(22, 101, 52, 0.1);
    }
    
    /* Swiper custom styles */
    .res-swiper-card {
      padding: 24px !important;
      position: relative;
      margin-bottom: 32px;
      min-width: 0;
    }
    .res-swiper-card--flush {
      margin-top: -8px;
    }
    .res-lotteries-swiper {
      padding-bottom: 30px !important; /* Space for pagination */
      width: 100%;
      overflow: hidden;
      --swiper-theme-color: var(--accent);
      --swiper-pagination-color: var(--accent);
    }
    .res-lotteries-swiper,
    .res-lotteries-swiper .swiper-wrapper,
    .res-lotteries-swiper .swiper-slide {
      height: auto !important;
    }
    .res-slide-link {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      border-radius: 14px;
      text-decoration: none;
      color: #ffffff;
      font-weight: 700;
      font-size: 15px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      width: 100%;
      box-sizing: border-box;
    }
    /* Lottery slide with logo */
    .res-slide-inner {
      display: flex;
      align-items: center;
      gap: 12px;
      width: 100%;
    }
    .res-slide-logo {
      width: 40px;
      height: 40px;
      object-fit: contain;
      flex-shrink: 0;
      border-radius: 8px;
      background: rgba(255,255,255,0.15);
      padding: 4px;
    }
    .res-slide-name {
      flex: 1;
      font-weight: 700;
      font-size: 14px;
    }

    /* Analysis card before stats CTA */
    .res-analysis-card {
      background: #ffffff;
      border: 1px solid var(--border-light);
      border-radius: 20px;
      padding: 28px 32px;
      margin-bottom: 24px;
      box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    }
    .res-analysis-card h3 {
      font-size: 18px;
      font-weight: 700;
      color: var(--text-main);
      margin: 0 0 12px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .res-analysis-card h3::before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 18px;
      background: var(--accent);
      border-radius: 2px;
      flex-shrink: 0;
    }
    .res-analysis-card p {
      font-size: 15px;
      color: var(--text-muted);
      line-height: 1.7;
      margin: 0 0 16px;
    }
    .res-analysis-card p:last-child { margin-bottom: 0; }
    .res-analysis-balls {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 12px 0;
    }
    .res-analysis-ball {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: var(--accent);
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 800;
    }
    .res-analysis-ball.cold {
      background: #2c2c7f;
    }
    .res-analysis-highlights {
      display: flex;
      gap: 24px;
      margin-top: 16px;
      flex-wrap: wrap;
    }
    .res-analysis-stat {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }
    .res-analysis-stat-label {
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--text-muted);
    }
    .res-analysis-stat-value {
      font-size: 15px;
      font-weight: 800;
      color: var(--text-main);
    }
    
    .res-slide-link.lottery-megasena { background: linear-gradient(135deg, #209869 0%, #115c3e 100%); }
    .res-slide-link.lottery-lotofacil { background: linear-gradient(135deg, #930053 0%, #5c0031 100%); }
    .res-slide-link.lottery-quina { background: linear-gradient(135deg, #262f51 0%, #11162b 100%); }
    .res-slide-link.lottery-lotomania { background: linear-gradient(135deg, #f68b1f 0%, #ca5a00 100%); }
    .res-slide-link.lottery-duplasena { background: linear-gradient(135deg, #a61c1c 0%, #6e0000 100%); }
    .res-slide-link.lottery-timemania { background: linear-gradient(135deg, #04bc5c 0%, #005a2b 100%); }
    .res-slide-link.lottery-supersete { background: linear-gradient(135deg, #a4c639 0%, #6d8b16 100%); }
    .res-slide-link.lottery-milionaria { background: linear-gradient(135deg, #1b365d 0%, #0c1a30 100%); }
    
    .res-slide-arrow {
      font-size: 18px;
      transition: transform 0.2s ease;
    }
    .res-slide-link:hover .res-slide-arrow {
      transform: translateX(4px);
    }

    /* Stats CTA banner specific styling */
    .res-cta-banner.res-cta-stats-banner {
      background: #fffbeb;
      border: 1px solid #fde68a;
      box-shadow: 0 4px 12px rgba(180, 83, 9, 0.03);
    }
    .res-stats-badge {
      background: var(--accent) !important;
      color: #ffffff !important;
    }
    .res-cta-banner.res-cta-stats-banner .res-cta-label {
      color: #78350f;
    }
    .stats-primary-btn {
      background: var(--accent) !important;
      box-shadow: 0 4px 12px rgba(204, 178, 37, 0.25) !important;
    }
    .stats-primary-btn:hover {
      background: var(--accent-dark) !important;
      box-shadow: 0 6px 15px rgba(154, 133, 24, 0.3) !important;
    }
    .res-cta-stats-banner .res-cta-btn-block.secondary {
      background: #fef3c7;
      color: #78350f;
      border: 1px solid #fde68a;
    }
    .res-cta-stats-banner .res-cta-btn-block.secondary:hover {
      background: #fde68a;
      box-shadow: 0 4px 12px rgba(180, 83, 9, 0.1);
    }

    /* Paridade CTA banner */
    .res-cta-banner.res-cta-paridade {
      background: #f0f9ff;
      border: 1px solid #bae6fd;
      box-shadow: 0 4px 12px rgba(2, 132, 199, 0.04);
    }
    .res-cta-paridade .res-cta-label { color: #075985; }
    .res-paridade-badge { background: #0284c7 !important; color: #fff !important; }
    .res-paridade-btn { background: #0284c7 !important; box-shadow: 0 4px 12px rgba(2,132,199,0.25) !important; }
    .res-paridade-btn:hover { background: #0369a1 !important; }
    .res-cta-paridade .res-cta-btn-block.secondary { background: #e0f2fe; color: #075985; border: 1px solid #bae6fd; }
    .res-cta-paridade .res-cta-btn-block.secondary:hover { background: #bae6fd; }

    /* Repetidas CTA banner */
    .res-cta-banner.res-cta-repetidas {
      background: #fdf4ff;
      border: 1px solid #e9d5ff;
      box-shadow: 0 4px 12px rgba(124, 58, 237, 0.04);
    }
    .res-cta-repetidas .res-cta-label { color: #6b21a8; }
    .res-repetidas-badge { background: #7c3aed !important; color: #fff !important; }
    .res-repetidas-btn { background: #7c3aed !important; box-shadow: 0 4px 12px rgba(124,58,237,0.25) !important; }
    .res-repetidas-btn:hover { background: #6d28d9 !important; }
    .res-cta-repetidas .res-cta-btn-block.secondary { background: #f3e8ff; color: #6b21a8; border: 1px solid #e9d5ff; }
    .res-cta-repetidas .res-cta-btn-block.secondary:hover { background: #e9d5ff; }

    /* Primos CTA banner */
    .res-cta-banner.res-cta-primos {
      background: #fff1f2;
      border: 1px solid #fecdd3;
      box-shadow: 0 4px 12px rgba(225, 29, 72, 0.04);
    }
    .res-cta-primos .res-cta-label { color: #9f1239; }
    .res-primos-badge { background: #e11d48 !important; color: #fff !important; }
    .res-primos-btn { background: #e11d48 !important; box-shadow: 0 4px 12px rgba(225,29,72,0.25) !important; }
    .res-primos-btn:hover { background: #be123c !important; }
    .res-cta-primos .res-cta-btn-block.secondary { background: #ffe4e6; color: #9f1239; border: 1px solid #fecdd3; }
    .res-cta-primos .res-cta-btn-block.secondary:hover { background: #fecdd3; }

    /* Fibonacci CTA banner */
    .res-cta-banner.res-cta-fibonacci {
      background: #f0fdf4;
      border: 1px solid #bbf7d0;
      box-shadow: 0 4px 12px rgba(5, 150, 105, 0.04);
    }
    .res-cta-fibonacci .res-cta-label { color: #065f46; }
    .res-fibonacci-badge { background: #059669 !important; color: #fff !important; }
    .res-fibonacci-btn { background: #059669 !important; box-shadow: 0 4px 12px rgba(5,150,105,0.25) !important; }
    .res-fibonacci-btn:hover { background: #047857 !important; }
    .res-cta-fibonacci .res-cta-btn-block.secondary { background: #dcfce7; color: #065f46; border: 1px solid #bbf7d0; }
    .res-cta-fibonacci .res-cta-btn-block.secondary:hover { background: #bbf7d0; }
    .res-cta-btn-block svg {
      width: 16px;
      height: 16px;
      fill: currentColor;
    }
    
    /* Grid for results */
    .res-results-grid {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 24px;
      margin-bottom: 32px;
    }
    
    /* Main Draw Card */
    .res-main-card {
      background: #ffffff;
      border: 1px solid var(--border-light);
      border-radius: 24px;
      margin-bottom: 25px;
      padding: 32px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    }
    .res-main-card h2,
    .res-main-card h3 {
      font-size: 20px;
      font-weight: 700;
      color: var(--text-main);
      margin: 0 0 24px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .res-main-card h2::before,
    .res-main-card h3::before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 20px;
      background: var(--accent);
      border-radius: 2px;
    }
    
    .res-draw-label {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--text-muted);
      letter-spacing: 1.5px;
      margin-bottom: 16px;
    }
    
    /* Balls rendering */
    .res-balls {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 28px;
    }
    .res-ball {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: linear-gradient(135deg, #fad02c 0%, #c49b00 100%);
      color: #ffffff;
      font-size: 22px;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 8px 16px rgba(196, 155, 0, 0.2), inset 0 2px 4px rgba(255, 255, 255, 0.5), inset 0 -2px 4px rgba(0, 0, 0, 0.15);
      transition: all 0.3s ease;
      cursor: default;
    }
    .res-ball:hover {
      transform: translateY(-4px) scale(1.08);
      box-shadow: 0 12px 20px rgba(196, 155, 0, 0.35), inset 0 2px 4px rgba(255, 255, 255, 0.6);
    }
    
    /* Mês da Sorte card */
    .res-lucky-month-card {
      background: #fffbeb;
      border: 1px solid rgba(250, 204, 21, 0.5);
      border-radius: 24px;
      padding: 32px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      box-shadow: 0 4px 20px rgba(250, 204, 21, 0.05);
    }
    .res-lucky-month-title {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: var(--accent-dark);
      font-weight: 700;
      margin-bottom: 16px;
    }
    .res-lucky-month-value {
      font-size: 32px;
      font-weight: 900;
      color: #b45309;
      letter-spacing: 1px;
      margin: 0;
    }
    
    /* Prize Cards (Correspondências) */
    .res-prize-section-title {
      font-size: 20px;
      font-weight: 700;
      color: var(--text-main);
      margin: 40px 0 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .res-prize-section-title::before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 20px;
      background: var(--primary-green);
      border-radius: 2px;
    }
    
    /* Prize Swiper */
    .res-prize-swiper-wrap {
      margin-bottom: 32px;
    }
    .res-prize-swiper {
      padding-bottom: 36px !important;
      --swiper-theme-color: var(--accent);
      --swiper-pagination-color: var(--accent);
    }
    .res-prize-swiper .swiper-slide {
      height: auto !important;
      display: flex;
    }
    .res-prize-swiper .swiper-slide .res-prize-card {
      flex: 1;
      width: 100%;
    }

    .res-prize-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      margin-bottom: 32px;
    }
    .res-prize-card {
      background: #ffffff;
      border: 1px solid var(--border-light);
      border-radius: 18px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 16px;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    }
    .res-prize-card:hover {
      transform: translateY(-6px);
      border-color: var(--accent);
      box-shadow: 0 10px 25px rgba(246, 139, 31, 0.15);
    }
    .res-prize-card-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .res-prize-tier {
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--text-muted);
    }
    .res-prize-winners {
      font-size: 12px;
      color: var(--text-muted);
      background: #f3f4f6;
      padding: 4px 10px;
      border-radius: 99px;
      font-weight: 600;
      border: 1px solid #e5e7eb;
    }
    .res-prize-value {
      font-size: 24px;
      font-weight: 800;
      color: var(--primary-green);
      letter-spacing: -0.5px;
    }
    
    /* Prize Card Variations */
    .res-prize-card.top-tier {
      background: #fffbeb;
      border-color: rgba(246, 139, 31, 0.3);
    }
    .res-prize-card.top-tier:hover {
      border-color: var(--accent);
      box-shadow: 0 10px 25px rgba(246, 139, 31, 0.2);
    }
    .res-prize-card.top-tier .res-prize-tier {
      color: #b45309;
    }
    .res-prize-card.top-tier .res-prize-value {
      color: #b45309;
    }
    
    .res-prize-card.luck-month-tier {
      background: #fafaf9;
      border-color: #e5e5e0;
    }
    .res-prize-card.luck-month-tier:hover {
      border-color: var(--accent-dark);
      box-shadow: 0 10px 25px rgba(217, 119, 6, 0.15);
    }
    .res-prize-card.luck-month-tier .res-prize-tier {
      color: var(--accent-dark);
    }
    .res-prize-card.luck-month-tier .res-prize-value {
      color: var(--accent-dark);
    }
    
    /* Yesterday's Link Card */
    .res-ontem-link-card {
      display: block;
      background: #ffffff;
      border: 1px solid var(--border-light);
      border-radius: 18px;
      padding: 20px 24px;
      margin-bottom: 32px;
      text-decoration: none;
      color: var(--text-main);
      font-size: 15px;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    }
    .res-ontem-link-card:hover {
      border-color: var(--accent);
      transform: translateX(6px);
      box-shadow: 0 6px 16px rgba(246, 139, 31, 0.08);
    }
    .res-ontem-link-card strong {
      color: var(--accent-dark);
      font-weight: 700;
    }
    .res-ontem-link-card span {
      float: right;
      transition: transform 0.2s ease;
    }
    .res-ontem-link-card:hover span {
      transform: translateX(4px);
    }
    
    /* Rules & Stats Section */
    .res-two-col {
      display: grid;
      grid-template-columns: 1.2fr 1fr;
      gap: 24px;
      margin-bottom: 32px;
    }
    .res-two-col > * {
      min-width: 0;
    }
    .res-info-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .res-info-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 15px;
      color: var(--text-muted);
      line-height: 1.5;
    }
    .res-info-list li svg {
      width: 18px;
      height: 18px;
      fill: var(--primary-green);
      flex-shrink: 0;
      margin-top: 2px;
    }
    
    /* Probabilities table inside card */
    .res-prob-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
    }
    .res-prob-table th {
      background: #f9fafb;
      color: var(--text-muted);
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 12px 16px;
      text-align: left;
      border-bottom: 1px solid var(--border-light);
    }
    .res-prob-table td {
      padding: 12px 16px;
      border-bottom: 1px solid #f3f4f6;
      font-size: 14px;
      color: var(--text-main);
    }
    .res-prob-table tr:last-child td {
      border-bottom: none;
    }
    .res-prob-table tr:hover td {
      background: #fafafa;
    }
    .res-prob-pct {
      font-weight: 700;
      color: var(--accent-dark);
    }
    
    /* FAQ Accordion cards */
    .res-faq {
      margin-top: 40px;
    }
    .res-faq h2 {
      font-size: 24px;
      font-weight: 800;
      color: var(--text-main);
      margin-bottom: 24px;
    }
    .res-faq-grid {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .res-faq-item {
      background: #ffffff;
      border: 1px solid var(--border-light);
      border-radius: 16px;
      padding: 24px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
      transition: all 0.3s ease;
    }
    .res-faq-item:hover {
      border-color: #d1d5db;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
    }
    .res-faq-q {
      font-weight: 700;
      color: var(--text-main);
      margin: 0 0 10px;
      font-size: 16px;
    }
    .res-faq-a {
      color: var(--text-muted);
      font-size: 14.5px;
      line-height: 1.6;
      margin: 0;
    }
    
    /* Stats Summary inside main card */
    .res-stats-summary {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      border-top: 1px solid var(--border-light);
      padding-top: 24px;
      margin-top: 24px;
    }
    .res-stat-item {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    .res-stat-label {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--text-muted);
      letter-spacing: 0.5px;
    }
    .res-stat-value {
      font-size: 20px;
      font-weight: 800;
      color: var(--accent-dark);
    }
    @media (max-width: 480px) {
      .res-stats-summary {
        grid-template-columns: 1fr;
        gap: 12px;
      }
    }

    /* SEO optimized section */
    .res-seo-content {
      background: #ffffff;
      border: 1px solid var(--border-light);
      border-radius: 24px;
      padding: 32px;
      margin-top: 40px;
      margin-bottom: 32px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    }
    .res-seo-content h2 {
      font-size: 20px;
      font-weight: 700;
      color: var(--text-main);
      margin-top: 24px;
      margin-bottom: 12px;
    }
    .res-seo-content h2:first-of-type {
      margin-top: 0;
    }
    .res-seo-content p {
      font-size: 15px;
      color: var(--text-muted);
      line-height: 1.6;
      margin: 0 0 16px;
    }
    .res-seo-content p:last-child {
      margin-bottom: 0;
    }
    .res-seo-content a {
      color: var(--accent-dark);
      text-decoration: underline;
      font-weight: 600;
    }
    .res-seo-content a:hover {
      color: var(--accent);
    }
    .res-seo-content ul {
      margin: 0 0 16px 20px;
      padding: 0;
      list-style: disc !important;
    }
    .res-seo-content li {
      display: list-item !important;
      font-size: 15px;
      color: var(--text-muted);
      line-height: 1.6;
      margin-bottom: 8px;
    }
    .res-seo-content li:last-child {
      margin-bottom: 0;
    }

    /* Lucky Month Stats styling */
    .res-lucky-month-stats {
      border-top: 1px solid rgba(250, 204, 21, 0.4);
      padding-top: 16px;
      margin-top: 16px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
    }

    /* Media Queries */
    @media (max-width: 960px) {
      .res-results-grid,
      .res-two-col {
        grid-template-columns: 1fr;
        gap: 24px;
      }
      .res-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 32px 24px;
      }
      .res-banner-accumulated {
        align-items: flex-start;
        text-align: left;
      }
      .res-banner h1 {
        font-size: 30px;
      }
      .res-cta-banner {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 24px;
      }
      .res-cta-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
      }
      .res-cta-actions {
        width: 100%;
        flex-direction: column;
        gap: 10px;
      }
      .res-cta-btn-block {
        width: 100%;
        justify-content: center;
      }
    }
    
    @media (max-width: 600px) {
      .res-balls {
        justify-content: center;
        gap: 10px;
      }
      .res-ball {
        width: 48px;
        height: 48px;
        font-size: 18px;
      }
    }
/* Share buttons */
.res-share-links-centered {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  border-top: 1px solid var(--border-light);
  padding-top: 20px;
  width: 100%;
}
.share-btn { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; fill: #fff; transition: transform 0.2s, box-shadow 0.2s; }
.share-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0,0,0,0.15); }
.share-wa { background: #25D366; }
.share-fb { background: #1877F2; }
.share-tw { background: #000000; }
.share-tg { background: #229ED9; }

/* Middle banner */
.res-middle-banner-container {
  margin: 8px auto 32px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: 1px solid var(--border-light);
  background: #ffffff;
  width: 100%;
}
.res-middle-banner-img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  display: block;
}

/* News and Draw Info card */
.res-news-card {
  margin-bottom: 32px;
}
.res-news-text {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}
.res-news-article {
  background: #f9fafb;
  border-left: 4px solid var(--accent);
  padding: 18px 24px;
  border-radius: 0 16px 16px 0;
  margin-top: 16px;
}
.res-article-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
  margin: 0 0 10px;
}
.res-article-body {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0 0 12px;
}
.res-article-meta {
  font-size: 12px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* No-draw notice (resultado-ontem) */
.res-no-draw-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fffbeb;
  border: 1px solid #f59e0b;
  border-left: 4px solid #f59e0b;
  border-radius: 12px;
  padding: 14px 18px;
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #78350f;
  line-height: 1.5;
}
.res-no-draw-notice svg {
  flex-shrink: 0;
  margin-top: 2px;
}
