:root {
  --ink: #171329;
  --berry: #c62d68;
  --berry-dark: #a91f56;
  --accent: #5ad1c5;
  --gold: #f4c95d;
  --paper: #fff1dc;
  --white: #fffaf2;
  --muted: #625a70;
  --line: #30294a;
  --shadow: 10px 10px 0 #0d0a18;
  --typewriter: "Courier New", "Nimbus Mono PS", "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background: var(--ink);
  background-image:
    linear-gradient(rgba(90,209,197,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90,209,197,.035) 1px, transparent 1px);
  background-size: 32px 32px;
  font-family: var(--typewriter);
  font-size: 16px;
  line-height: 1.6;
}
body::before { content: ""; position: fixed; inset: 0; z-index: 99; pointer-events: none; background: repeating-linear-gradient(0deg, transparent 0, transparent 3px, rgba(0,0,0,.045) 3px, rgba(0,0,0,.045) 4px); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 28px;
  background: rgba(23, 19, 41, .94);
  border-bottom: 3px solid var(--accent);
  box-shadow: 0 5px 0 var(--berry);
  backdrop-filter: blur(10px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--typewriter); font-weight: 800; text-decoration: none; letter-spacing: -.04em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; color: var(--gold); background: #282044; border: 2px solid var(--accent); border-radius: 0; font: 800 23px/1 var(--typewriter); box-shadow: 4px 4px 0 var(--berry); }
nav { display: flex; align-items: center; gap: 30px; }
nav a { color: var(--white); font-family: var(--typewriter); font-size: .82rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
nav a:hover { color: var(--accent); }
.nav-cta { padding: 9px 16px; color: var(--ink) !important; background: var(--gold); border: 2px solid var(--white); border-radius: 0; box-shadow: 4px 4px 0 var(--berry); }

.hero {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
  max-width: 1200px;
  min-height: 700px;
  margin: 0 auto;
  padding: 78px 28px 100px;
}
.eyebrow, .kicker { margin: 0 0 18px; color: var(--accent); font-family: var(--typewriter); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 26px; height: 4px; background: var(--accent); box-shadow: 3px 3px 0 var(--berry); }
h1 { max-width: 690px; margin: 0; color: var(--white); font-family: var(--typewriter); font-size: clamp(3rem, 6.5vw, 5.6rem); font-weight: 700; line-height: .96; letter-spacing: -.075em; text-shadow: 4px 4px 0 #4b2451; }
h1 em { display: block; color: #ff5b91; font-family: inherit; font-style: normal; font-weight: 700; text-shadow: 3px 3px 0 #572348; }
.hero-lead { max-width: 660px; margin: 32px 0 0; color: #ded8e7; font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 22px; border: 3px solid var(--white); border-radius: 0; font-family: var(--typewriter); font-weight: 800; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover { transform: translate(-2px, -2px); }
.button-primary { color: var(--white); background: var(--berry); box-shadow: 7px 7px 0 var(--accent); }
.button-primary:hover { background: var(--berry-dark); }
.text-link { color: var(--gold); font-family: var(--typewriter); font-weight: 800; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 46px 0 0; padding: 0; list-style: none; }
.quick-facts li { padding: 12px 13px 11px; color: var(--white); background: #282044; border: 2px solid var(--accent); border-top: 6px solid var(--berry); box-shadow: 4px 4px 0 #0d0a18; }
.quick-facts strong, .quick-facts span { display: block; }
.quick-facts strong { font-size: .92rem; }
.quick-facts span { color: #c7c0d1; font-size: .8rem; }

.portrait-card {
  position: relative;
  margin: 0;
  min-height: 520px;
  overflow: hidden;
  background: var(--ink);
  border: 4px solid var(--accent);
  border-radius: 0;
  box-shadow: var(--shadow);
  transform: none;
}
.portrait-card::before { content: "PLAYER 1"; position: absolute; top: 14px; left: 14px; z-index: 2; padding: 5px 9px; color: var(--ink); background: var(--gold); border: 2px solid var(--white); font: 800 .72rem/1 var(--typewriter); letter-spacing: .08em; }
.portrait-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(to bottom, transparent, rgba(23,19,41,.84)); pointer-events: none; }
.portrait-card img { display: block; width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: 50% 45%; }
.portrait-card figcaption { position: absolute; right: 20px; bottom: 20px; left: 20px; z-index: 1; padding: 17px 20px; color: var(--white); background: #282044; border: 3px solid var(--white); border-left: 10px solid var(--berry); border-radius: 0; box-shadow: 6px 6px 0 var(--accent); }
.portrait-card figcaption span { display: block; color: var(--accent); font-family: var(--typewriter); font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.portrait-card figcaption strong { display: block; margin-top: 2px; font-size: 1.08rem; }
.portrait-card figcaption small { display: block; margin-top: 7px; color: #d7d0e1; font-family: var(--typewriter); font-size: .78rem; font-weight: 700; line-height: 1.4; }

.section { max-width: 1200px; margin: 0 auto; padding: 110px 28px; }
.approach { margin-bottom: 54px; color: var(--ink); background: var(--paper); border: 4px solid var(--accent); box-shadow: 10px 10px 0 var(--berry); }
.section-heading { max-width: 600px; margin-bottom: 56px; }
.section-heading h2 { margin: 0; font-family: var(--typewriter); font-size: clamp(2.25rem, 4.6vw, 4rem); font-weight: 700; line-height: 1.03; letter-spacing: -.055em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 3px solid var(--ink); box-shadow: 8px 8px 0 var(--berry); }
.steps article { padding: 31px 32px 30px; background: var(--white); border-right: 3px solid var(--ink); }
.steps article + article { padding-left: 32px; }
.steps article:last-child { border-right: 0; }
.steps span { display: inline-block; padding: 3px 8px; color: var(--white); background: var(--berry); border: 2px solid var(--ink); font-family: var(--typewriter); font-weight: 700; box-shadow: 3px 3px 0 var(--accent); }
.steps h3 { margin: 34px 0 8px; font-family: var(--typewriter); font-size: 1.45rem; }
.steps p { margin: 0; color: var(--muted); }

.method { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 130px); max-width: none; padding-right: max(28px, calc((100vw - 1144px) / 2)); padding-left: max(28px, calc((100vw - 1144px) / 2)); color: var(--white); background: #282044; background-image: linear-gradient(rgba(90,209,197,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(90,209,197,.045) 1px, transparent 1px); background-size: 24px 24px; border-top: 8px solid var(--accent); border-bottom: 8px solid var(--berry); }
.method h2 { max-width: 540px; margin: 0; font-family: var(--typewriter); font-size: clamp(2.35rem, 4.6vw, 4.1rem); font-weight: 700; line-height: 1.02; letter-spacing: -.06em; }
.method .kicker { color: var(--accent); }
.method-copy > p { margin: 0 0 22px; color: rgba(255,255,255,.72); font-size: 1.04rem; }
.method-copy .method-highlight { padding: 20px 22px; color: var(--ink); background: var(--gold); border: 3px solid var(--white); border-radius: 0; box-shadow: 7px 7px 0 var(--berry); font-weight: 720; }
.method-balance { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin-top: 34px; }
.method-balance > div { padding: 18px; background: var(--white); border: 3px solid var(--accent); border-radius: 0; box-shadow: 5px 5px 0 var(--berry); }
.method-balance span, .method-balance strong { display: block; }
.method-balance > div span { color: var(--berry); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.method-balance > div strong { margin-top: 4px; color: var(--ink); font-size: .94rem; }
.method-balance .plus { color: var(--accent); font-size: 1.8rem; font-weight: 400; }

.pricing { max-width: none; padding-right: max(28px, calc((100vw - 1144px) / 2)); padding-left: max(28px, calc((100vw - 1144px) / 2)); color: var(--ink); background: #f7dce7; background-image: linear-gradient(rgba(23,19,41,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23,19,41,.045) 1px, transparent 1px); background-size: 24px 24px; }
.pricing-heading { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 80px; max-width: none; }
.pricing-heading > p { margin: 0 0 5px; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr .75fr; gap: 18px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; min-height: 465px; padding: 31px; background: var(--white); border: 3px solid var(--ink); border-radius: 0; box-shadow: 8px 8px 0 var(--accent); }
.price-card.featured { color: var(--white); background: var(--berry); transform: translateY(-12px); box-shadow: 9px 9px 0 var(--ink); }
.price-card.university { background: var(--ink); color: var(--white); }
.level-tag { align-self: flex-start; padding: 6px 10px; color: var(--ink); background: var(--accent); border: 2px solid currentColor; border-radius: 0; font-family: var(--typewriter); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.featured .level-tag, .university .level-tag { color: var(--ink); background: var(--gold); }
.single-price { display: flex; align-items: baseline; gap: 6px; margin: 28px 0 23px; }
.single-price strong { font-size: 3.25rem; line-height: 1; letter-spacing: -.06em; }
.single-price span { opacity: .7; }
.single-price.consultation strong { max-width: 190px; font-size: 2.5rem; }
.divider { height: 1px; margin-bottom: 22px; background: var(--line); }
.featured .divider, .university .divider { background: rgba(255,255,255,.22); }
.price-card h3 { margin: 0 0 12px; font-size: .9rem; }
.pack { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 0; border-top: 1px solid rgba(101,112,139,.18); }
.featured .pack { border-color: rgba(255,255,255,.2); }
.pack span { font-size: .9rem; opacity: .8; }
.pack strong { white-space: nowrap; font-size: 1.18rem; }
.pack small { margin-left: 2px; font-size: .65rem; font-weight: 600; opacity: .7; }
.card-link { display: flex; justify-content: space-between; margin-top: auto; padding-top: 25px; border-top: 1px solid rgba(101,112,139,.18); font-weight: 850; text-decoration: none; }
.featured .card-link, .university .card-link { border-color: rgba(255,255,255,.2); }
.university-copy { color: rgba(255,255,255,.7); }
.price-note { margin: 26px 0 0; color: var(--muted); font-size: .82rem; }

.booking { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 8vw, 110px); max-width: none; padding-right: max(28px, calc((100vw - 1144px) / 2)); padding-left: max(28px, calc((100vw - 1144px) / 2)); color: var(--white); background: var(--ink); background-image: linear-gradient(rgba(90,209,197,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(90,209,197,.04) 1px, transparent 1px); background-size: 24px 24px; border-top: 8px solid var(--accent); }
.kicker.light { color: var(--accent); }
.booking h2 { max-width: 530px; margin: 0; font-family: var(--typewriter); font-size: clamp(2.4rem, 4.6vw, 4.2rem); font-weight: 700; line-height: 1.02; letter-spacing: -.06em; }
.booking-intro > p:not(.kicker) { max-width: 470px; color: rgba(255,255,255,.68); }
.whatsapp-direct { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--accent); font-weight: 800; text-decoration: none; }
.booking-form { padding: 34px; color: var(--ink); background: var(--white); border: 4px solid var(--accent); border-radius: 0; box-shadow: 10px 10px 0 var(--berry); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; font-family: var(--typewriter); font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff8e9; border: 2px solid var(--ink); border-radius: 0; outline: none; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--berry); box-shadow: 4px 4px 0 var(--accent); }
.button-accent { width: 100%; color: var(--ink); background: var(--gold); box-shadow: 6px 6px 0 var(--berry); }
.button-accent:hover { box-shadow: 8px 8px 0 var(--accent); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 30px max(28px, calc((100vw - 1144px) / 2)); color: #d7d0e1; background: #0f0c1d; border-top: 6px solid var(--berry); font-size: .88rem; }
.footer-brand { color: var(--white); }
footer > a:last-child { color: var(--gold); font-weight: 800; text-decoration: none; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .portrait-card, .portrait-card img { min-height: 560px; }
  .pricing-heading, .booking, .method { grid-template-columns: 1fr; }
  .pricing-heading { gap: 10px; }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .price-card.university { grid-column: 1 / -1; min-height: 310px; }
  .method { gap: 42px; }
}

@media (max-width: 640px) {
  .site-header { padding: 14px 18px; }
  .site-header .brand > span:last-child { display: none; }
  .hero, .section { padding-right: 18px; padding-left: 18px; }
  .hero { min-height: auto; padding-top: 45px; padding-bottom: 70px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .quick-facts { grid-template-columns: 1fr; }
  .quick-facts li { display: flex; align-items: center; justify-content: space-between; }
  .portrait-card, .portrait-card img { min-height: 510px; }
  .portrait-card { border-radius: 2px; transform: none; }
  .portrait-card img { object-position: 50% 38%; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .steps, .price-grid { grid-template-columns: 1fr; }
  .steps article, .steps article + article { padding: 24px; border-right: 0; border-bottom: 3px solid var(--ink); }
  .steps h3 { margin-top: 18px; }
  .price-card.featured { transform: none; }
  .price-card.university { grid-column: auto; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .method-balance { grid-template-columns: 1fr; }
  .method-balance .plus { text-align: center; }
  .booking-form { padding: 24px 18px; }
  footer { align-items: flex-start; flex-direction: column; padding: 28px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
