/*
Theme Name: Selecciona Tu Pick
Theme URI: https://seleccionatupick.com
Author: Selecciona Tu Pick
Description: Tema editorial ligero para picks deportivos basados en datos.
Version: 0.2.1
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: seleccionatupick
*/

:root {
	--spp-ink: #101827;
	--spp-ink-2: #19243a;
	--spp-copy: #5d687b;
	--spp-blue: #5066f6;
	--spp-blue-dark: #3549d3;
	--spp-lime: #b6f36a;
	--spp-coral: #ff765d;
	--spp-paper: #f6f7fb;
	--spp-warm: #fffaf5;
	--spp-white: #ffffff;
	--spp-line: #e3e7ef;
	--spp-shadow: 0 26px 70px rgba(16, 24, 39, .13);
	--spp-radius: 24px;
	--spp-max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--spp-ink);
	background: var(--spp-paper);
	font-family: "DM Sans", "Avenir Next", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.spp-container { width: min(calc(100% - 40px), var(--spp-max)); margin: 0 auto; }
.spp-section { padding: 96px 0; }
.spp-section--white { background: var(--spp-white); }
.spp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 17px;
	color: var(--spp-blue-dark);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.spp-eyebrow::before { content: ""; width: 25px; height: 3px; border-radius: 3px; background: var(--spp-coral); }
.spp-section-heading { max-width: 700px; margin-bottom: 44px; }
.spp-section-heading h2 { margin: 0 0 13px; font-family: "Space Grotesk", "DM Sans", sans-serif; font-size: clamp(31px, 4vw, 50px); line-height: 1.04; letter-spacing: -.055em; }
.spp-section-heading p { margin: 0; color: var(--spp-copy); font-size: 18px; }

.spp-site-header { position: relative; z-index: 2; background: var(--spp-ink); color: var(--spp-white); }
.spp-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; }
.spp-brand { display: inline-flex; align-items: center; }
.spp-logo { display: inline-flex; align-items: center; gap: 10px; }
.spp-logo__mark { width: 37px; height: 37px; display: block; }
.spp-logo__label { display: inline-flex; flex-direction: column; color: var(--spp-ink); font-family: "Space Grotesk", "DM Sans", sans-serif; font-size: 14px; line-height: 1; letter-spacing: -.02em; }
.spp-logo__label strong { font-weight: 800; }
.spp-logo__label span { margin-top: 4px; color: var(--spp-blue); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.spp-logo__label--light { color: var(--spp-white); }
.spp-logo__label--light span { color: #bcc7ff; }
.spp-main-nav { display: flex; align-items: center; gap: 27px; color: #c5cfdd; font-size: 14px; font-weight: 700; }
.spp-main-nav a:hover { color: var(--spp-white); }
.spp-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 0; border-radius: 999px; background: var(--spp-lime); color: var(--spp-ink); font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.spp-button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(182, 243, 106, .25); }
.spp-button--small { min-height: 40px; padding: 0 17px; font-size: 13px; }
.spp-button--light { background: var(--spp-white); color: var(--spp-ink); }
.spp-button--outline { border: 1px solid rgba(255,255,255,.28); background: transparent; color: var(--spp-white); }

.spp-hero { overflow: hidden; padding: 86px 0 100px; background: var(--spp-ink); color: var(--spp-white); }
.spp-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); align-items: center; gap: 74px; }
.spp-hero h1 { max-width: 720px; margin: 0 0 24px; font-family: "Space Grotesk", "DM Sans", sans-serif; font-size: clamp(45px, 6vw, 78px); line-height: .96; letter-spacing: -.075em; }
.spp-hero h1 em { color: var(--spp-lime); font-style: normal; }
.spp-hero-copy { max-width: 590px; margin: 0 0 31px; color: #c5cfdd; font-size: 18px; }
.spp-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.spp-proof-row { display: flex; flex-wrap: wrap; gap: 16px; color: #aebdce; font-size: 13px; }
.spp-proof-row span { display: inline-flex; align-items: center; gap: 7px; }
.spp-proof-row span::before { content: "✓"; color: var(--spp-lime); font-weight: 900; }
.spp-hero-card-wrap { position: relative; }
.spp-hero-card-wrap::before { content: ""; position: absolute; inset: 23px -31px -26px 31px; border: 1px solid rgba(182,243,106,.24); border-radius: 38px; transform: rotate(5deg); }
.spp-preview-label { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; margin: 0 0 13px 15px; color: var(--spp-lime); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.spp-preview-label::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--spp-coral); }

.spp-pick-card { position: relative; padding: 26px; border: 1px solid var(--spp-line); border-radius: var(--spp-radius); background: var(--spp-white); box-shadow: 0 12px 34px rgba(16,24,39,.06); }
.spp-hero-card { z-index: 1; padding: 29px; border: 0; box-shadow: var(--spp-shadow); }
.spp-pick-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 17px; }
.spp-sport-pill { display: inline-flex; align-items: center; gap: 7px; min-height: 29px; padding: 0 10px 0 8px; border-radius: 99px; background: #edf0ff; color: var(--spp-blue-dark); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.spp-sport-icon { width: 17px; height: 17px; flex: 0 0 auto; }
.spp-pick-date { color: #8a95a5; font-size: 11px; font-weight: 700; }
.spp-pick-card h3 { margin: 0; font-family: "Space Grotesk", "DM Sans", sans-serif; font-size: 27px; line-height: 1.08; letter-spacing: -.05em; }
.spp-pick-event { padding-bottom: 20px; }
.spp-pick-event__context { display: block; margin-top: 5px; color: #8a95a5; font-size: 12px; font-weight: 650; }
.spp-pick-card__summary { display: grid; grid-template-columns: minmax(0, 1fr) 108px; gap: 18px; align-items: center; padding: 18px 0; border-top: 1px solid var(--spp-line); border-bottom: 1px solid var(--spp-line); }
.spp-pick-selection { padding: 16px; border-radius: 17px; background: var(--spp-ink); color: var(--spp-white); }
.spp-pick-selection span, .spp-pick-card__explanation > span { display: block; color: #8b98aa; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.spp-pick-selection span { color: #aab6c7; }
.spp-pick-selection strong { display: block; margin-top: 6px; color: var(--spp-lime); font-family: "Space Grotesk", "DM Sans", sans-serif; font-size: 24px; line-height: 1; letter-spacing: -.04em; }
.spp-pick-confidence { display: flex; flex-direction: column; align-items: center; gap: 7px; text-align: center; }
.spp-confidence-ring { position: relative; display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: conic-gradient(var(--spp-blue) calc(var(--spp-confidence) * 1%), #e8ebf3 0); }
.spp-confidence-ring::before { content: ""; position: absolute; width: 60px; height: 60px; border-radius: 50%; background: var(--spp-white); }
.spp-confidence-ring strong { position: relative; z-index: 1; color: var(--spp-ink); font-family: "Space Grotesk", "DM Sans", sans-serif; font-size: 17px; }
.spp-pick-confidence span { color: var(--spp-copy); font-size: 10px; font-weight: 800; line-height: 1.15; }
.spp-pick-card__explanation { margin-top: 19px; padding: 17px; border-radius: 16px; background: var(--spp-warm); }
.spp-pick-card__explanation p { margin: 7px 0 0; color: var(--spp-copy); font-size: 13px; line-height: 1.68; }
.spp-pick-card__explanation p strong { color: var(--spp-ink); }

.spp-sport-strip { border-bottom: 1px solid #263348; background: var(--spp-ink-2); color: #bcc7d5; }
.spp-sport-strip-inner { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0; overflow: auto; white-space: nowrap; }
.spp-sport-item { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; }
.spp-sport-item .spp-sport-icon { color: var(--spp-lime); }
.spp-sport-more { color: #8f9dae; }

.spp-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.spp-feature-card { padding: 29px; border: 1px solid transparent; border-radius: var(--spp-radius); background: var(--spp-paper); }
.spp-feature-card:hover { border-color: #dfe4ff; }
.spp-feature-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 21px; border-radius: 14px; background: #edf0ff; color: var(--spp-blue-dark); font-family: "Space Grotesk", "DM Sans", sans-serif; font-size: 13px; font-weight: 900; }
.spp-feature-card h3 { margin: 0 0 8px; font-family: "Space Grotesk", "DM Sans", sans-serif; font-size: 20px; letter-spacing: -.03em; }
.spp-feature-card p { margin: 0; color: var(--spp-copy); font-size: 15px; }

.spp-picks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.spp-picks-grid .spp-pick-card { height: 100%; }
.spp-empty-state { padding: 35px; border: 1px dashed #bac5d5; border-radius: var(--spp-radius); background: var(--spp-white); color: var(--spp-copy); }
.spp-empty-state strong { display: block; margin-bottom: 4px; color: var(--spp-ink); }
.spp-empty-state p { margin: 0; }

.spp-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.spp-plan { display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--spp-line); border-radius: var(--spp-radius); background: var(--spp-white); }
.spp-plan--featured { border-color: var(--spp-blue); box-shadow: 0 22px 48px rgba(80,102,246,.16); transform: translateY(-10px); }
.spp-plan-badge { align-self: flex-start; margin-bottom: 16px; padding: 5px 10px; border-radius: 99px; background: var(--spp-lime); color: var(--spp-ink); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.spp-plan h3 { margin: 0 0 5px; font-family: "Space Grotesk", "DM Sans", sans-serif; font-size: 25px; letter-spacing: -.04em; }
.spp-plan-description { min-height: 52px; margin: 0 0 20px; color: var(--spp-copy); font-size: 14px; }
.spp-plan-price { margin-bottom: 23px; font-family: "Space Grotesk", "DM Sans", sans-serif; font-size: 31px; font-weight: 900; letter-spacing: -.06em; }
.spp-plan-price small { color: var(--spp-copy); font-family: "DM Sans", sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0; }
.spp-plan ul { display: grid; gap: 10px; flex: 1; margin: 0 0 25px; padding: 0; list-style: none; color: var(--spp-copy); font-size: 14px; }
.spp-plan li { display: flex; gap: 8px; }
.spp-plan li::before { content: "✓"; color: var(--spp-blue-dark); font-weight: 900; }
.spp-plan .spp-button { width: 100%; }

.spp-callout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 49px; border-radius: 30px; background: var(--spp-ink); color: var(--spp-white); }
.spp-callout h2 { max-width: 620px; margin: 0 0 9px; font-family: "Space Grotesk", "DM Sans", sans-serif; font-size: clamp(29px, 4vw, 45px); line-height: 1.02; letter-spacing: -.06em; }
.spp-callout p { max-width: 620px; margin: 0; color: #b8c5d5; }
.spp-responsible { margin-top: 30px; color: #7c899a; font-size: 12px; text-align: center; }

.spp-page-shell { min-height: 60vh; padding: 74px 0; background: var(--spp-paper); }
.spp-page-shell h1 { margin-top: 0; font-family: "Space Grotesk", "DM Sans", sans-serif; font-size: clamp(37px, 5vw, 60px); line-height: 1.02; letter-spacing: -.06em; }
.spp-content { max-width: 820px; }
.spp-content p, .spp-content li { color: var(--spp-copy); }

.spp-site-footer { padding: 45px 0; background: #0b111e; color: #aebbc9; }
.spp-footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.spp-footer-grid p { max-width: 480px; margin: 14px 0 0; font-size: 13px; }
.spp-footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: 13px; }
.spp-footer-links a:hover { color: var(--spp-white); }

@media (max-width: 900px) {
	.spp-hero-grid { grid-template-columns: 1fr; gap: 52px; }
	.spp-hero h1 { max-width: 650px; }
	.spp-picks-grid, .spp-plans { grid-template-columns: repeat(2, 1fr); }
	.spp-plan--featured { transform: none; }
}
@media (max-width: 680px) {
	.spp-container { width: min(calc(100% - 28px), var(--spp-max)); }
	.spp-section { padding: 68px 0; }
	.spp-header-inner { min-height: 72px; }
	.spp-main-nav { display: none; }
	.spp-header-inner > .spp-button { min-height: 37px; padding: 0 13px; font-size: 12px; }
	.spp-hero { padding: 64px 0 75px; }
	.spp-hero h1 { font-size: clamp(43px, 13vw, 63px); }
	.spp-hero-copy { font-size: 17px; }
	.spp-picks-grid, .spp-plans, .spp-feature-grid { grid-template-columns: 1fr; }
	.spp-pick-card__summary { grid-template-columns: minmax(0, 1fr) 94px; gap: 11px; }
	.spp-pick-selection { padding: 14px; }
	.spp-pick-selection strong { font-size: 21px; }
	.spp-callout { grid-template-columns: 1fr; padding: 31px 24px; }
	.spp-footer-grid { flex-direction: column; }
}
