/* Strategy Guide — refreshed card layout · v4.2.8.27.664 */

body.livesport-theme[data-page="strategy"] .sg-page {
  gap: 1rem;
}

/* —— Hero —— */
body.livesport-theme[data-page="strategy"] .sg-hero {
  text-align: left;
  padding: 0;
}

body.livesport-theme[data-page="strategy"] .sg-hero-card {
  padding: 1rem 1.05rem 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(14, 24, 36, 0.98) 0%, rgba(8, 14, 22, 0.94) 100%);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

body.livesport-theme[data-page="strategy"] .sg-hero-kicker {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 224, 194, 0.35);
  background: rgba(53, 224, 194, 0.08);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #35e0c2;
}

body.livesport-theme[data-page="strategy"] .sg-hero h1 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.55rem, 4.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #f8fafc 35%, rgba(53, 224, 194, 0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  color: transparent;
}

body.livesport-theme[data-page="strategy"] .sg-hero-sub {
  margin: 0 0 0.65rem;
  max-width: none;
  font-size: clamp(0.9rem, 2vw, 1.02rem);
  line-height: 1.55;
  color: rgba(243, 244, 246, 0.84);
}

body.livesport-theme[data-page="strategy"] .sg-hero-note {
  margin: 0;
  max-width: none;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(148, 163, 184, 0.95);
}

body.livesport-theme[data-page="strategy"] .sg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

/* —— Quick nav —— */
body.livesport-theme[data-page="strategy"] .sg-quick-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.38rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.1rem 0 0.2rem;
}

body.livesport-theme[data-page="strategy"] .sg-quick-nav::-webkit-scrollbar {
  display: none;
}

body.livesport-theme[data-page="strategy"] .sg-quick-nav a {
  flex: 0 0 auto;
  padding: 0.34rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 224, 194, 0.22);
  background: rgba(53, 224, 194, 0.06);
  color: #9ef5e4;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

body.livesport-theme[data-page="strategy"] .sg-quick-nav a:hover {
  background: rgba(53, 224, 194, 0.12);
  border-color: rgba(53, 224, 194, 0.38);
  color: #d9fff7;
}

/* —— Panel grid —— */
body.livesport-theme[data-page="strategy"] .sg-panel-grid {
  display: grid;
  gap: 1rem;
}

body.livesport-theme[data-page="strategy"] .sg-panel-grid--2 {
  grid-template-columns: 1fr;
}

body.livesport-theme[data-page="strategy"] .sg-panel-grid--3 {
  grid-template-columns: 1fr;
}

@media (min-width: 860px) {
  body.livesport-theme[data-page="strategy"] .sg-panel-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.livesport-theme[data-page="strategy"] .sg-panel-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* —— Cards —— */
body.livesport-theme[data-page="strategy"] .sg-panel {
  position: relative;
  padding: 1.25rem 1.3rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(18, 24, 34, 0.98) 0%, rgba(8, 14, 22, 0.92) 100%);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

body.livesport-theme[data-page="strategy"] .sg-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: rgba(148, 163, 184, 0.35);
}

body.livesport-theme[data-page="strategy"] .sg-panel--accent-teal::before {
  background: linear-gradient(180deg, #35e0c2, #14b8a6);
  box-shadow: 0 0 18px rgba(53, 224, 194, 0.45);
}

body.livesport-theme[data-page="strategy"] .sg-panel--accent-green::before {
  background: linear-gradient(180deg, #4ade80, #22c55e);
  box-shadow: 0 0 18px rgba(74, 222, 128, 0.35);
}

body.livesport-theme[data-page="strategy"] .sg-panel-icon {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(53, 224, 194, 0.28);
  background: rgba(53, 224, 194, 0.1);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #35e0c2;
  line-height: 1;
}

body.livesport-theme[data-page="strategy"] .sg-panel h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}

body.livesport-theme[data-page="strategy"] .sg-panel p {
  margin: 0 0 0.65rem;
  font-size: 0.91rem;
  line-height: 1.58;
  color: rgba(243, 244, 246, 0.76);
}

body.livesport-theme[data-page="strategy"] .sg-panel p:last-child {
  margin-bottom: 0;
}

body.livesport-theme[data-page="strategy"] .sg-panel strong {
  color: rgba(243, 244, 246, 0.95);
}

body.livesport-theme[data-page="strategy"] .sg-panel-label {
  margin: 0.85rem 0 0.35rem !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4ade80 !important;
}

body.livesport-theme[data-page="strategy"] .sg-panel-foot {
  margin-top: 0.75rem !important;
  font-size: 0.84rem !important;
  color: rgba(148, 163, 184, 0.95) !important;
}

body.livesport-theme[data-page="strategy"] .sg-panel--compact {
  padding: 1rem 1.1rem;
}

body.livesport-theme[data-page="strategy"] .sg-panel--compact h2 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

body.livesport-theme[data-page="strategy"] .sg-panel-list {
  margin: 0.35rem 0 0.75rem;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(243, 244, 246, 0.76);
}

body.livesport-theme[data-page="strategy"] .sg-panel-list li + li {
  margin-top: 0.35rem;
}

body.livesport-theme[data-page="strategy"] .sg-pro-tip {
  margin-top: 0.85rem !important;
  padding: 0.75rem 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(53, 224, 194, 0.22);
  background: rgba(53, 224, 194, 0.06);
  font-size: 0.86rem !important;
  font-style: italic;
  color: rgba(167, 243, 230, 0.92) !important;
}

body.livesport-theme[data-page="strategy"] .sg-pro-tip strong {
  font-style: normal;
  color: #35e0c2;
}

body.livesport-theme[data-page="strategy"] .sg-pro-tip--muted {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(243, 244, 246, 0.72) !important;
}

body.livesport-theme[data-page="strategy"] .sg-example-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  margin: 0.75rem 0;
  padding: 0.8rem 0.95rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.35);
  font-size: 0.88rem;
  color: rgba(243, 244, 246, 0.82);
}

body.livesport-theme[data-page="strategy"] .sg-example-box--calc {
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.84rem;
}

body.livesport-theme[data-page="strategy"] .sg-example-eq {
  color: rgba(148, 163, 184, 0.9);
}

/* —— Section headers —— */
body.livesport-theme[data-page="strategy"] .sg-section-head {
  margin-bottom: 0.85rem;
}

body.livesport-theme[data-page="strategy"] .sg-section-head h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 800;
  color: #fff;
}

body.livesport-theme[data-page="strategy"] .sg-section-head p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(148, 163, 184, 0.95);
}

/* —— Risk row —— */
body.livesport-theme[data-page="strategy"] .sg-risk-row {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  body.livesport-theme[data-page="strategy"] .sg-risk-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.livesport-theme[data-page="strategy"] .sg-risk-pill {
  position: relative;
  padding: 0.9rem 0.95rem 0.9rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

body.livesport-theme[data-page="strategy"] .sg-risk-pill::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
}

body.livesport-theme[data-page="strategy"] .sg-risk-pill h3 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
}

body.livesport-theme[data-page="strategy"] .sg-risk-pill p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgba(243, 244, 246, 0.72);
}

body.livesport-theme[data-page="strategy"] .sg-risk-pill--low::before {
  background: linear-gradient(180deg, #35e0c2, #14b8a6);
}

body.livesport-theme[data-page="strategy"] .sg-risk-pill--medium::before {
  background: linear-gradient(180deg, #fbbf24, #f59e0b);
}

body.livesport-theme[data-page="strategy"] .sg-risk-pill--high::before {
  background: linear-gradient(180deg, #f87171, #ef4444);
}

body.livesport-theme[data-page="strategy"] .sg-risk-pill--low {
  border-color: rgba(53, 224, 194, 0.28);
}

body.livesport-theme[data-page="strategy"] .sg-risk-pill--medium {
  border-color: rgba(251, 191, 36, 0.28);
}

body.livesport-theme[data-page="strategy"] .sg-risk-pill--high {
  border-color: rgba(248, 113, 113, 0.28);
}

/* —— Step cards —— */
body.livesport-theme[data-page="strategy"] .sg-steps {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 768px) {
  body.livesport-theme[data-page="strategy"] .sg-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.livesport-theme[data-page="strategy"] .sg-step-card {
  padding: 1.15rem 1.1rem 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(16, 22, 32, 0.95) 0%, rgba(8, 12, 18, 0.9) 100%);
  text-align: center;
}

body.livesport-theme[data-page="strategy"] .sg-step-num {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: rgba(53, 224, 194, 0.12);
  border: 2px solid rgba(53, 224, 194, 0.45);
  color: #35e0c2;
  font-size: 1rem;
  font-weight: 800;
}

body.livesport-theme[data-page="strategy"] .sg-step-card h3 {
  margin: 0 0 0.45rem;
  font-size: 0.98rem;
  font-weight: 700;
  color: #fff;
}

body.livesport-theme[data-page="strategy"] .sg-step-card p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.52;
  color: rgba(243, 244, 246, 0.72);
}

body.livesport-theme[data-page="strategy"] .sg-step-card a {
  color: #35e0c2;
  font-weight: 600;
  text-decoration: none;
}

body.livesport-theme[data-page="strategy"] .sg-step-card a:hover {
  text-decoration: underline;
}

/* —— Golden rules —— */
body.livesport-theme[data-page="strategy"] .sg-golden {
  padding: 1.25rem 1.2rem;
  border-radius: 16px;
  border: 2px solid rgba(251, 191, 36, 0.55);
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.07) 0%, rgba(6, 16, 25, 0.55) 100%);
  box-shadow: inset 0 0 0 1px rgba(251, 191, 36, 0.12);
}

body.livesport-theme[data-page="strategy"] .sg-golden h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 800;
  color: #fcd34d;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

body.livesport-theme[data-page="strategy"] .sg-golden-mark {
  display: inline-grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.16);
  border: 1px solid rgba(251, 191, 36, 0.45);
  color: #fcd34d;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
}

body.livesport-theme[data-page="strategy"] .sg-golden-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  body.livesport-theme[data-page="strategy"] .sg-golden-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

body.livesport-theme[data-page="strategy"] .sg-golden-grid h3 {
  margin: 0 0 0.4rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: #fff;
}

body.livesport-theme[data-page="strategy"] .sg-golden-grid p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.52;
  color: rgba(243, 244, 246, 0.74);
}

/* —— Status badges —— */
body.livesport-theme[data-page="strategy"] .sg-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.35rem 0 0.65rem;
}

body.livesport-theme[data-page="strategy"] .sg-status {
  padding: 0.24rem 0.55rem;
  border-radius: 7px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

body.livesport-theme[data-page="strategy"] .sg-status--win {
  background: rgba(53, 224, 194, 0.14);
  color: #35e0c2;
  border: 1px solid rgba(53, 224, 194, 0.28);
}

body.livesport-theme[data-page="strategy"] .sg-status--loss {
  background: rgba(248, 113, 113, 0.12);
  color: #fca5a5;
  border: 1px solid rgba(248, 113, 113, 0.25);
}

body.livesport-theme[data-page="strategy"] .sg-status--void {
  background: rgba(148, 163, 184, 0.12);
  color: #94a3b8;
  border: 1px solid rgba(148, 163, 184, 0.22);
}

body.livesport-theme[data-page="strategy"] .sg-status--pending {
  background: rgba(251, 191, 36, 0.1);
  color: #fcd34d;
  border: 1px solid rgba(251, 191, 36, 0.25);
}

/* —— Glossary —— */
body.livesport-theme[data-page="strategy"] .sg-glossary {
  padding: 0.25rem 0;
}

body.livesport-theme[data-page="strategy"] .sg-glossary-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
}

@media (min-width: 720px) {
  body.livesport-theme[data-page="strategy"] .sg-glossary-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.livesport-theme[data-page="strategy"] .sg-glossary-item {
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

body.livesport-theme[data-page="strategy"] .sg-glossary-item dt {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #35e0c2;
}

body.livesport-theme[data-page="strategy"] .sg-glossary-item dd {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgba(243, 244, 246, 0.78);
}

body.livesport-theme[data-page="strategy"] .sg-glossary-item dd a {
  color: #35e0c2;
  font-weight: 600;
  text-decoration: none;
}

body.livesport-theme[data-page="strategy"] .sg-glossary-item dd a:hover {
  text-decoration: underline;
}

/* —— CTA —— */
body.livesport-theme[data-page="strategy"] .sg-cta {
  text-align: center;
  padding: 1.1rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(53, 224, 194, 0.18);
  background: linear-gradient(165deg, rgba(10, 28, 34, 0.92) 0%, rgba(8, 14, 22, 0.96) 100%);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

body.livesport-theme[data-page="strategy"] .sg-cta h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  color: #fff;
}

body.livesport-theme[data-page="strategy"] .sg-cta p {
  margin: 0 auto 1rem;
  max-width: 36em;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(148, 163, 184, 0.95);
}

body.livesport-theme[data-page="strategy"] .sg-cta p a {
  color: #35e0c2;
  font-weight: 600;
  text-decoration: none;
}

body.livesport-theme[data-page="strategy"] .sg-cta p a:hover {
  text-decoration: underline;
}

body.livesport-theme[data-page="strategy"] .sg-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

/* —— Responsible —— */
body.livesport-theme[data-page="strategy"] .sg-responsible {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.15rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(251, 191, 36, 0.28);
  background: rgba(251, 191, 36, 0.05);
}

body.livesport-theme[data-page="strategy"] .sg-responsible-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.35);
  color: #fcd34d;
  font-size: 0.75rem;
  font-weight: 900;
}

body.livesport-theme[data-page="strategy"] .sg-responsible h2 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

body.livesport-theme[data-page="strategy"] .sg-responsible p {
  margin: 0 0 0.4rem;
  font-size: 0.88rem;
  line-height: 1.52;
  color: rgba(243, 244, 246, 0.72);
}

body.livesport-theme[data-page="strategy"] .sg-responsible a {
  color: #35e0c2;
  font-weight: 600;
  text-decoration: none;
}

body.livesport-theme[data-page="strategy"] .sg-responsible a:hover {
  text-decoration: underline;
}

@media (max-width: 720px) {
  body.gg-layout-shell[data-page="strategy"] .site-shell.football-shell.how-page {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0.65rem 0.35rem !important;
    gap: 0.55rem;
  }

  body.livesport-theme[data-page="strategy"] .sg-page {
    gap: 0.55rem;
  }

  body.livesport-theme[data-page="strategy"] .sg-hero-card {
    padding: 0.85rem 0.82rem 0.9rem;
    border-radius: 14px;
  }

  body.livesport-theme[data-page="strategy"] .sg-hero h1 {
    font-size: 1.45rem;
  }

  body.livesport-theme[data-page="strategy"] .sg-hero-sub {
    font-size: 0.86rem;
  }

  body.livesport-theme[data-page="strategy"] .sg-hero-note {
    font-size: 0.76rem;
  }

  body.livesport-theme[data-page="strategy"] .sg-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
    margin-top: 0.7rem;
  }

  body.livesport-theme[data-page="strategy"] .sg-hero-actions .topbar-cta-btn,
  body.livesport-theme[data-page="strategy"] .sg-hero-actions .topbar-ghost-btn {
    justify-content: center;
    text-align: center;
    font-size: 0.72rem;
    padding: 0.45rem 0.35rem;
  }

  body.livesport-theme[data-page="strategy"] .sg-panel {
    padding: 0.85rem 0.82rem 0.82rem;
    border-radius: 14px;
  }

  body.livesport-theme[data-page="strategy"] .sg-panel h2 {
    font-size: 0.98rem;
    margin-bottom: 0.5rem;
  }

  body.livesport-theme[data-page="strategy"] .sg-panel p,
  body.livesport-theme[data-page="strategy"] .sg-panel-list {
    font-size: 0.84rem;
  }

  body.livesport-theme[data-page="strategy"] .sg-section-head h2 {
    font-size: 1.02rem;
  }

  body.livesport-theme[data-page="strategy"] .sg-step-card {
    padding: 0.9rem 0.82rem;
    border-radius: 14px;
  }

  body.livesport-theme[data-page="strategy"] .sg-golden {
    padding: 0.9rem 0.82rem;
    border-radius: 14px;
  }

  body.livesport-theme[data-page="strategy"] .sg-cta {
    padding: 0.9rem 0.82rem;
    border-radius: 14px;
  }

  body.livesport-theme[data-page="strategy"] .sg-cta h2 {
    font-size: 1.08rem;
  }

  body.livesport-theme[data-page="strategy"] .sg-cta-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
  }

  body.livesport-theme[data-page="strategy"] .sg-responsible {
    padding: 0.9rem 0.82rem;
    border-radius: 14px;
  }
}

@media (max-width: 560px) {
  body.livesport-theme[data-page="strategy"] .sg-responsible {
    flex-direction: column;
  }
}
