:root {
  --willy-vista-brand-primary: #B3CE0C;
  --willy-vista-brand-primary-hover: color-mix(in srgb, var(--willy-vista-brand-primary) 88%, white);
  --willy-vista-on-brand: #08090b;
  --willy-vista-surface-background: #08090b;
  --willy-vista-surface-secondary: #0d0f12;
  --willy-vista-surface-elevated: #16181c;
  --willy-vista-surface-interactive: #1e2126;
  --willy-vista-text-primary: #ffffff;
  --willy-vista-text-secondary: #b8bdc7;
  --willy-vista-border-subtle: #2b2f36;
  --willy-vista-feedback-danger: #dc5f5f;
  --bg: var(--willy-vista-surface-background);
  --bg-2: var(--willy-vista-surface-secondary);
  --panel: var(--willy-vista-surface-elevated);
  --panel-2: var(--willy-vista-surface-interactive);
  --yellow: var(--willy-vista-brand-primary);
  --white: var(--willy-vista-text-primary);
  --text: var(--willy-vista-text-primary);
  --muted: var(--willy-vista-text-secondary);
  --soft: var(--willy-vista-text-secondary);
  --border: color-mix(in srgb, var(--willy-vista-brand-primary) 28%, transparent);
  --border-soft: var(--willy-vista-border-subtle);
  --danger: var(--willy-vista-feedback-danger);
  --radius-xl: 28px;
  --radius-lg: 18px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
  --shadow-yellow: 0 0 0 1px color-mix(in srgb, var(--willy-vista-brand-primary) 22%, transparent), 0 20px 60px color-mix(in srgb, var(--willy-vista-brand-primary) 8%, transparent);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 8%, color-mix(in srgb, var(--willy-vista-brand-primary) 14%, transparent), transparent 24rem),
    radial-gradient(circle at 8% 18%, color-mix(in srgb, var(--willy-vista-brand-primary) 8%, transparent), transparent 22rem),
    linear-gradient(180deg, #090a09 0%, #050505 100%);
  overflow-x: clip;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(color-mix(in srgb, var(--willy-vista-brand-primary) 16%, transparent) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(120deg, transparent 0 40%, black 68%, transparent 100%);
  opacity: .45;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 1.4vw, 24px);
  padding: 16px clamp(24px, 2.5vw, 48px);
  background: rgba(5, 6, 5, 0.84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.02em; }
.brand small { display: block; color: var(--yellow); font-size: .62rem; letter-spacing: .02em; text-transform: uppercase; margin-top: 1px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 2px solid var(--yellow);
  color: var(--yellow);
  font-weight: 1000;
  background: linear-gradient(145deg, #12140f, #050605);
  box-shadow: 0 0 24px color-mix(in srgb, var(--willy-vista-brand-primary) 16%, transparent);
}
.main-nav { display: flex; justify-content: center; gap: clamp(10px, 1.15vw, 18px); color: var(--white); font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.main-nav a { opacity: .86; white-space: nowrap; }
.main-nav a:hover { color: var(--yellow); opacity: 1; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.login-link { font-weight: 900; padding: 11px 18px; border-radius: 10px; border: 1px solid var(--yellow); color: var(--yellow); text-transform: uppercase; font-size: .78rem; }

.section { padding: 76px clamp(18px, 4vw, 64px); max-width: 1320px; margin: 0 auto; position: relative; }
.compact-section { padding-top: 36px; }
.hero { display: grid; grid-template-columns: 1fr .95fr; align-items: center; min-height: calc(100vh - 76px); gap: 64px; }
.hero-content { min-width: 0; }
.eyebrow { color: var(--yellow); font-weight: 950; text-transform: uppercase; letter-spacing: .09em; font-size: .78rem; margin: 0 0 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.4rem); line-height: .95; letter-spacing: -0.065em; margin-bottom: 24px; text-transform: uppercase; }
h1 span, h2 span { color: var(--yellow); }
h2 { font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.03; letter-spacing: -0.045em; margin-bottom: 18px; }
h3 { font-size: 1.35rem; margin-bottom: 12px; }
.hero-subtitle, .section-heading p, .gameplan-panel p, .founders-card p, .showcase-copy p { font-size: 1.08rem; color: var(--muted); line-height: 1.65; max-width: 720px; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 16px; margin: 24px 0 30px; }
.hero-benefits div { display: flex; align-items: center; gap: 10px; color: var(--white); }
.hero-benefits strong { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-size: .74rem; }
.hero-benefits span { color: var(--muted); font-weight: 750; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 10px; font-weight: 950; border: 1px solid transparent; cursor: pointer; text-transform: uppercase; font-size: .82rem; letter-spacing: .01em; }
.btn-primary { background: var(--willy-vista-brand-primary); color: var(--willy-vista-on-brand); box-shadow: 0 12px 35px color-mix(in srgb, var(--willy-vista-brand-primary) 16%, transparent); }
.btn-primary:hover { filter: brightness(1.04); }
.btn-secondary { background: rgba(255,255,255,.02); color: var(--yellow); border-color: var(--yellow); }
.btn-secondary:hover { background: color-mix(in srgb, var(--willy-vista-brand-primary) 10%, transparent); }
.full { width: 100%; margin-top: auto; }
.header-cta { min-height: 42px; padding: 0 16px; }

.hero-visual { min-width: 0; }
.visual-stack { position: relative; min-height: 520px; }
.mockup-img { display: block; border-radius: 28px; filter: drop-shadow(0 30px 60px rgba(0,0,0,.55)); }
.club-shot { width: min(560px, 100%); position: absolute; right: 2%; top: 80px; border: 1px solid var(--border); }
.app-shot { width: min(260px, 46vw); position: absolute; left: 0; top: 0; border-radius: 32px; }

.section-heading { text-align: center; max-width: 860px; margin: 0 auto 38px; }
.split-panel, .product-showcase, .gameplan-panel, .founders-card, .philosophy-section blockquote, .contact-form, .feature-card, .price-card {
  background: linear-gradient(145deg, rgba(21,25,24,.92), rgba(8,9,8,.94));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-yellow);
}
.split-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: clamp(24px, 4vw, 42px); }
.solution-box { background: var(--willy-vista-brand-primary); color: var(--willy-vista-on-brand); border: 1px solid var(--willy-vista-brand-primary); border-radius: 18px; padding: 24px; }
.solution-box .eyebrow,
.solution-box .check-list li,
.solution-box .check-list li::before { color: var(--willy-vista-on-brand); }
.negative-list, .check-list { list-style: none; padding: 0; margin: 0; }
.negative-list li, .check-list li, .price-card li { position: relative; padding-left: 28px; margin: 12px 0; color: var(--muted); line-height: 1.45; }
.negative-list li::before { content: "×"; position: absolute; left: 0; top: -1px; color: var(--danger); font-weight: 1000; }
.check-list li::before, .price-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--yellow); font-weight: 1000; }
.two-cols-list { columns: 2; column-gap: 28px; }

.cards, .pricing-grid { display: grid; gap: 20px; }
.three-cols { grid-template-columns: repeat(3, 1fr); }
.four-cols { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-card { padding: 28px; }
.icon-pill { display: inline-flex; margin-bottom: 20px; padding: 8px 12px; border-radius: 999px; background: color-mix(in srgb, var(--willy-vista-brand-primary) 10%, transparent); color: var(--yellow); border: 1px solid color-mix(in srgb, var(--willy-vista-brand-primary) 24%, transparent); font-weight: 900; }
.feature-card h3, .price-card h3 { color: var(--yellow); text-transform: uppercase; letter-spacing: -.01em; }
.feature-card p, .price-card p { color: var(--muted); line-height: 1.55; }
.feature-card ul, .price-card ul { padding: 0; margin-bottom: 0; list-style: none; }

.product-showcase { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: center; padding: clamp(28px, 4vw, 46px); overflow: hidden; }
.product-showcase.reverse { grid-template-columns: 1fr .85fr; }
.product-showcase.reverse .showcase-copy { order: 2; }
.showcase-img { width: 100%; min-width: 0; border-radius: 22px; border: 1px solid var(--border-soft); background: #0a0b0a; }
.mobile-pair { max-height: 460px; object-fit: contain; background: transparent; border: 0; }

.gameplan-panel { display: grid; grid-template-columns: 1fr 430px; gap: 32px; align-items: center; padding: clamp(28px, 5vw, 54px); }
.analytics-card { background: #050605; color: white; border-radius: 22px; padding: 26px; border: 1px solid color-mix(in srgb, var(--willy-vista-brand-primary) 25%, transparent); }
.price-card { position: relative; display: flex; flex-direction: column; padding: 28px; }
.price { display: block; font-size: 2.45rem; font-weight: 1000; letter-spacing: -.04em; margin: 10px 0 0; color: var(--white); }
.pricing-note { text-align: center; color: var(--soft); margin: 22px 0 0; }

.founders-card { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: clamp(28px, 4vw, 44px); }
.founders-icon { display: grid; place-items: center; width: 86px; height: 86px; border-radius: 24px; border: 2px solid var(--yellow); color: var(--yellow); font-size: 2.2rem; background: color-mix(in srgb, var(--willy-vista-brand-primary) 8%, transparent); }
.founders-card h2 { margin-bottom: 10px; }
.founders-card p { margin-bottom: 0; }
.philosophy-section blockquote { margin: 0; padding: clamp(32px, 6vw, 62px); text-align: center; }
.philosophy-section span, .philosophy-section strong { display: block; font-size: clamp(1.45rem, 3.8vw, 2.8rem); letter-spacing: -0.05em; line-height: 1.08; }
.philosophy-section span { color: var(--muted); margin-bottom: 16px; }
.philosophy-section strong { color: var(--yellow); }

.contact-form { max-width: 840px; margin: 0 auto; padding: 30px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 8px; font-weight: 900; margin-bottom: 18px; color: var(--white); }
input, textarea { width: 100%; border: 1px solid var(--border-soft); border-radius: 12px; padding: 14px 15px; font: inherit; background: #080908; color: var(--white); }
input:focus, textarea:focus { outline: 3px solid color-mix(in srgb, var(--willy-vista-brand-primary) 24%, transparent); border-color: var(--yellow); }
.site-footer { padding: 40px clamp(18px, 4vw, 64px); background: #030403; color: white; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; border-top: 1px solid var(--border); }
.site-footer p { color: var(--muted); margin: 0; }
.site-footer a { color: var(--yellow); font-weight: 900; }

@media (max-width: 1120px) {
  .hero, .gameplan-panel, .split-panel, .product-showcase, .product-showcase.reverse { grid-template-columns: 1fr; }
  .product-showcase.reverse .showcase-copy { order: 0; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .four-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .visual-stack { min-height: 560px; }
  .club-shot { right: 0; }
  .app-shot { left: 4%; }
}
@media (max-width: 860px) {
  .main-nav, .header-cta { display: none; }
  .site-header { padding: 12px 16px; }
  .hero { min-height: auto; padding-top: 52px; }
  .three-cols, .four-cols, .pricing-grid, .form-row, .founders-card { grid-template-columns: 1fr; }
  .price-card.recommended { transform: none; }
  .price-card { min-height: auto; }
  .section { padding: 54px 18px; }
  .hero-actions .btn { width: 100%; }
  .two-cols-list { columns: 1; }
  .visual-stack { min-height: 460px; }
  .club-shot { width: 92%; top: 140px; }
  .app-shot { width: 190px; }
  h1 { font-size: clamp(2.3rem, 13vw, 3.7rem); }
}
@media (max-width: 520px) {
  .site-header { gap: 8px; }
  .language-switch { margin-left: 0; }
  .brand small { display: none; }
  .login-link { padding: 8px; font-size: .7rem; }
  .visual-stack { min-height: 390px; }
  .app-shot { width: 150px; }
  .club-shot { top: 120px; width: 98%; }
  .hero-content { width: calc(100vw - 36px); max-width: 100%; }
  h1 { font-size: clamp(2.3rem, 11vw, 3rem); overflow-wrap: anywhere; }
}

/* v3 visual polish */
.brand-logo {
  display: block;
  height: 60px;
  width: auto;
  object-fit: contain;
}
.footer-brand .brand-logo { height: 116px; }
.brand { min-width: 190px; }
.section-title-strong {
  color: var(--yellow);
  text-transform: uppercase;
  font-size: clamp(2.45rem, 5.2vw, 4.6rem);
  line-height: .95;
  letter-spacing: -0.055em;
  margin-bottom: 16px;
}
.section-heading p { margin-left: auto; margin-right: auto; }
.audience-section .section-heading,
.pricing-section .section-heading {
  margin-bottom: 48px;
}
.feature-card, .price-card, .product-showcase, .split-panel, .gameplan-panel, .founders-card, .contact-form {
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.feature-card:hover, .price-card:hover, .product-showcase:hover {
  border-color: color-mix(in srgb, var(--willy-vista-brand-primary) 46%, transparent);
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--willy-vista-brand-primary) 28%, transparent), 0 24px 70px color-mix(in srgb, var(--willy-vista-brand-primary) 10%, transparent);
}
.price-card.recommended:hover { transform: translateY(-13px); }
.hero { padding-top: 28px; }
.hero h1 { font-size: clamp(2.7rem, 5vw, 4.6rem); }
.hero .hero-benefits { margin: 18px 0 24px; }
.hero-subtitle { color: var(--white); font-size: 1.08rem; }
.mockup-img { box-shadow: 0 24px 70px rgba(0,0,0,.45); }
@media (max-width: 860px) {
  .site-header { display: flex; }
  .brand-logo { height: 70px; }
  .brand { min-width: 220px; }
  .section-title-strong { font-size: clamp(2.1rem, 10vw, 3.3rem); }
  .price-card.recommended:hover { transform: translateY(-3px); }
}
@media (max-width: 520px) {
  .brand-logo { height: 42px; max-width: 150px; }
  .brand { min-width: auto; }
}

/* v4 language switch */
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid color-mix(in srgb, var(--willy-vista-brand-primary) 32%, transparent);
  border-radius: 999px;
  background: rgba(255,255,255,.03);
}
.lang-option {
  border: 0;
  border-radius: 999px;
  padding: 8px 10px;
  background: transparent;
  color: var(--muted);
  font-weight: 950;
  font-size: .74rem;
  cursor: pointer;
}
.lang-option.active {
  background: var(--yellow);
  color: #050505;
}
.lang-option:not(.active):hover {
  color: var(--yellow);
}
@media (max-width: 860px) {
  .language-switch { margin-left: auto; }
}
@media (max-width: 520px) {
  .language-switch { margin-left: 0; }
  .lang-option { padding: 7px 8px; }
}


/* ==========================================
   WHY WILLY VISTA
========================================== */

.why-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
    margin-top: 32px;
}

.why-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    background: linear-gradient(145deg, rgba(21,25,24,.92), rgba(8,9,8,.94));
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-yellow);
    transition: all .25s ease;
}

.why-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--willy-vista-brand-primary) 45%, transparent);
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--willy-vista-brand-primary) 28%, transparent),
        0 24px 70px color-mix(in srgb, var(--willy-vista-brand-primary) 10%, transparent);
}

.why-card .icon-pill {
    margin-bottom: 18px;
}

.why-card h3 {
    color: var(--yellow);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.why-card p {
    color: var(--muted);
    line-height: 1.6;
    flex: 1;
}

/* Tablet */

@media (max-width: 1200px) {

    .why-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

/* Mòbil */

@media (max-width: 768px) {

    .why-grid {
        grid-template-columns: 1fr;
    }

}

.success-panel {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 32px;
  padding: clamp(26px, 4vw, 44px);
  align-items: stretch;
}
.success-visual {
  min-height: 420px;
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--willy-vista-brand-primary) 24%, transparent);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--willy-vista-brand-primary) 11%, transparent), rgba(5,6,5,.84)),
    radial-gradient(circle at 20% 15%, color-mix(in srgb, var(--willy-vista-brand-primary) 22%, transparent), transparent 18rem);
  display: grid;
  place-items: center;
  padding: 28px;
  overflow: hidden;
}
.club-placeholder {
  width: 100%;
  min-height: 310px;
  border: 1px dashed color-mix(in srgb, var(--willy-vista-brand-primary) 52%, transparent);
  border-radius: 24px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 32px;
  background: rgba(5,6,5,.45);
}
.club-logo-text {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  margin-bottom: 22px;
  border: 2px solid var(--yellow);
  border-radius: 30px;
  color: var(--yellow);
  font-size: 2.1rem;
  font-weight: 1000;
  letter-spacing: -.06em;
  box-shadow: 0 18px 50px color-mix(in srgb, var(--willy-vista-brand-primary) 8%, transparent);
}
.club-placeholder strong {
  color: var(--white);
  font-size: 1.35rem;
  margin-bottom: 10px;
}
.club-placeholder small {
  color: var(--muted);
  max-width: 330px;
  line-height: 1.5;
}
.success-copy {
  align-self: center;
}
.success-copy h3 {
  color: var(--yellow);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.success-copy p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 1.03rem;
}
.success-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 26px 0;
}
.success-metrics div {
  padding: 18px 14px;
  border-radius: 16px;
  background: var(--willy-vista-brand-primary);
  border: 1px solid var(--willy-vista-brand-primary);
}
.success-metrics strong {
  display: block;
  color: var(--willy-vista-on-brand);
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: -.04em;
}
.success-metrics span {
  display: block;
  margin-top: 8px;
  color: var(--willy-vista-on-brand);
  font-size: .82rem;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}
.success-copy blockquote {
  margin: 0;
  padding: 20px 22px;
  border-left: 4px solid var(--yellow);
  border-radius: 0 16px 16px 0;
  background: color-mix(in srgb, var(--willy-vista-brand-primary) 10%, transparent);
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.45;
}
@media (max-width: 1120px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .success-panel { grid-template-columns: 1fr; }
  .success-visual { min-height: 320px; }
}
@media (max-width: 860px) {
  .why-grid, .success-metrics { grid-template-columns: 1fr; }
  .why-card-wide { grid-column: auto; }
  .why-card { min-height: auto; }
  .success-panel { padding: 22px; }
  .success-visual { min-height: 260px; }
  .club-placeholder { min-height: 230px; }
}


/* v7 - CEV logo + larger Willy Vista logo */
.cev-logo {
  display: block;
  width: min(240px, 75%);
  height: auto;
  margin: 0 auto 24px;
  object-fit: contain;
  filter: drop-shadow(0 18px 44px rgba(0,0,0,.35));
}
.success-visual .club-placeholder {
  border-style: solid;
  background: radial-gradient(circle at 50% 20%, color-mix(in srgb, var(--willy-vista-brand-primary) 12%, transparent), rgba(5,6,5,.58));
}
@media (max-width: 860px) {
  .cev-logo { width: min(190px, 70%); }
}
@media (max-width: 520px) {
  .cev-logo { width: min(150px, 72%); }
}

/* Shared copy panels */
.automation-note {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--willy-vista-on-brand) 24%, transparent);
}
.automation-note h4 { margin: 0 0 8px; font-size: 1.05rem; }
.automation-note p { margin: 0; color: var(--willy-vista-on-brand); line-height: 1.55; }
.scope-clarification {
  margin-top: 24px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--willy-vista-border-subtle);
  border-radius: var(--radius-lg);
  background: var(--willy-vista-surface-elevated);
}
.scope-clarification h3 { margin: 0 0 8px; color: var(--willy-vista-brand-primary); }
.scope-clarification p { margin: 0; color: var(--willy-vista-text-secondary); line-height: 1.6; }
.closing-line { color: var(--willy-vista-brand-primary) !important; font-weight: 900; }
.pricing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }


/* Strategic Plan v5: annual per-club pricing and personalized demo. */
.pricing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pricing-grid .price-card { min-height: 270px; }
.pricing-grid .price-card h3 { font-size: 1rem; }
.pricing-grid .price { font-size: clamp(2rem, 3vw, 2.8rem); }
.pricing-examples { margin-top: 32px; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--willy-vista-surface-elevated); }
.pricing-examples h3 { margin-top: 0; color: var(--white); }
.examples-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.examples-grid div { display: grid; gap: 4px; padding: 18px; border: 1px solid var(--border-soft); border-radius: 14px; background: #090a09; }
.examples-grid strong { color: var(--yellow); font-size: 1.8rem; }
.examples-grid span { color: var(--muted); }
.examples-grid b { font-size: 1.2rem; color: var(--white); }
.pricing-examples p, .pricing-conditions { color: var(--muted); line-height: 1.6; }
.pricing-conditions { max-width: 900px; margin: 26px auto; text-align: center; }
.pricing-cta { display: table; margin: 0 auto; }
.promoters-benefits { margin-top: 18px; }
.gameplan-price { color: var(--yellow) !important; font-size: 1.35rem !important; font-weight: 900; }
.gameplan-explainer { display: grid; align-content: center; }
.demo-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 26px auto; max-width: 950px; text-align: left; }
.demo-steps div { display: flex; gap: 12px; align-items: center; padding: 16px; border: 1px solid var(--border); border-radius: 14px; background: #090a09; }
.demo-steps strong { color: var(--yellow); font-size: 1.5rem; }
.final-cta-section { text-align: center; padding-top: 42px; padding-bottom: 80px; }
.final-cta-section h2 { max-width: 820px; margin: 0 auto 14px; color: var(--yellow); }
.final-cta-section p { color: var(--muted); }
.site-header > * { min-width: 0; }
.language-switch, .header-actions { position: relative; z-index: 1; }
@media (min-width: 861px) and (max-width: 1500px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto auto; row-gap: 8px; }
  .main-nav { grid-column: 1 / -1; grid-row: 2; }
}
.data-layer-section { padding-top: 30px; }
.data-layer-flow { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; padding: 26px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--willy-vista-surface-elevated); text-align: center; }
.data-layer-flow span { color: var(--white); font-weight: 800; }
.data-layer-flow strong { color: var(--yellow); font-size: 1.25rem; }
.data-layer-flow b { color: var(--yellow); }
@media (max-width: 1120px) { .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .examples-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 860px) { .pricing-grid, .examples-grid, .demo-steps { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .data-layer-flow { flex-direction: column; } .data-layer-flow b { transform: rotate(90deg); } }
