/* ============================================================
   ЮРИСТЫ БУДУЩЕГО — Landing styles
   Palette: white / navy / flag-red.  Type: Montserrat.
   ============================================================ */

:root {
  --navy:        #15295E;
  --navy-2:      #0E1E47;
  --navy-deep:   #091532;
  --blue:        #2A53A8;   /* steel-blue accent for geometry */
  --blue-soft:   #4B73C9;
  --red:         #E11B22;
  --red-2:       #C0141B;
  --red-soft:    #ff5b61;

  --paper:       #ffffff;
  --mist:        #F3F6FB;
  --mist-2:      #E9EEF7;
  --line:        #E0E7F1;
  --line-strong: #C9D4E4;
  --muted:       #5A6781;
  --text:        #14213D;

  --sans: 'Montserrat', system-ui, -apple-system, sans-serif;

  --max:   1240px;
  --pad-x: 56px;
  --r-card: 14px;
  --r-btn:  8px;

  --shadow-sm: 0 4px 14px rgba(16, 30, 71, 0.07);
  --shadow-md: 0 14px 40px rgba(16, 30, 71, 0.12);
  --shadow-lg: 0 30px 70px rgba(16, 30, 71, 0.22);
}

* , *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--red); color: #fff; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad-x); }

/* ── Shared type ─────────────────────────────────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--red);
}
.eyebrow::before {
  content: ""; width: 30px; height: 2px; background: var(--red);
}
.eyebrow.center { justify-content: center; }
.eyebrow.on-dark { color: #fff; }
.eyebrow.on-dark::before { background: var(--red); }

.h2 {
  font-size: clamp(30px, 3.8vw, 50px);
  font-weight: 800; line-height: 1.08; letter-spacing: -0.02em;
  color: var(--navy);
}
.h2.on-dark { color: #fff; }
.h2 em { font-style: normal; color: var(--red); }
.h2.on-dark em { color: var(--red-soft); }

.lede {
  font-size: 18px; line-height: 1.7; color: var(--muted);
  max-width: 640px; font-weight: 500;
}
.lede.on-dark { color: rgba(255,255,255,0.72); }

.section { position: relative; padding: clamp(72px, 9vw, 128px) 0; }
.section-head { max-width: 720px; }
.section-head .h2 { margin-top: 16px; }
.section-head .lede { margin-top: 20px; }
.section-head.center { margin: 0 auto; text-align: center; }
.section-head.center .lede { margin-left: auto; margin-right: auto; }

/* ── Buttons ─────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans); font-weight: 700; font-size: 15px;
  letter-spacing: 0.01em; cursor: pointer; border: none;
  padding: 17px 30px; border-radius: var(--r-btn);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn svg { width: 16px; height: 16px; transition: transform .18s ease; }
.btn-primary {
  background: var(--red); color: #fff;
  box-shadow: 0 10px 26px rgba(225, 27, 34, 0.28);
}
.btn-primary:hover { background: var(--red-2); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(225,27,34,.38); }
.btn-primary:hover svg { transform: translateX(4px); }
.btn-navy { background: var(--navy); color: #fff; box-shadow: var(--shadow-sm); }
.btn-navy:hover { background: var(--navy-2); transform: translateY(-2px); }
.btn-navy:hover svg { transform: translateX(4px); }
.btn-outline {
  background: transparent; color: var(--navy);
  box-shadow: inset 0 0 0 2px var(--line-strong);
}
.btn-outline:hover { box-shadow: inset 0 0 0 2px var(--navy); transform: translateY(-2px); }
.btn-outline.on-dark { color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.4); }
.btn-outline.on-dark:hover { box-shadow: inset 0 0 0 2px #fff; background: rgba(255,255,255,.06); }
.btn-lg { padding: 21px 40px; font-size: 16px; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 80;
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: 1320px; margin: 0 auto; padding: 14px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-mark { width: 42px; height: 50px; flex-shrink: 0; }
.brand-divider { width: 1px; height: 34px; background: var(--line-strong); }
.brand-text { line-height: 1; }
.brand-text .l1 {
  font-weight: 800; font-size: 19px; letter-spacing: 0.04em; color: var(--navy);
}
.brand-text .l1 em { font-style: normal; color: var(--red); }
.brand-text .l2 {
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--muted); margin-top: 4px;
}
.nav-links { display: flex; gap: 30px; }
.nav-links a {
  font-size: 13.5px; font-weight: 600; color: var(--text);
  position: relative; padding: 4px 0; transition: color .15s; white-space: nowrap;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--red); transition: width .2s ease;
}
.nav-links a:hover { color: var(--red); }
.nav-links a:hover::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-phone { font-size: 14px; font-weight: 700; color: var(--navy); white-space: nowrap; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: .2s; }

/* ============================================================
   Geometric shards (clip-path)
   ============================================================ */
.shard { position: absolute; pointer-events: none; z-index: 0; }
.shard-red  { background: var(--red); }
.shard-navy { background: var(--navy); }
.shard-blue { background: var(--blue); }
.shard-mist { background: var(--mist-2); }

/* corner motifs reused */
.corner-tl, .corner-tr, .corner-bl, .corner-br { position: absolute; z-index: 0; pointer-events: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; overflow: hidden; background: var(--paper); }
.hero-grid {
  position: relative; z-index: 3;
  max-width: var(--max); margin: 0 auto; padding: clamp(70px,8vw,110px) var(--pad-x) clamp(80px,9vw,120px);
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 50px; align-items: center;
}
.hero-kicker {
  font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--navy); display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.hero-kicker .bar { width: 34px; height: 2px; background: var(--red); }
.hero h1 {
  margin-top: 22px;
  font-weight: 800; line-height: 0.94; letter-spacing: -0.02em;
  font-size: clamp(54px, 8vw, 104px);
  color: var(--navy); text-transform: uppercase;
}
.hero h1 .red { color: var(--red); display: block; }
.hero-meta {
  margin-top: 26px; display: inline-flex; flex-wrap: wrap; gap: 10px;
}
.hero-chip {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--mist); border: 1px solid var(--line);
  padding: 9px 16px; border-radius: 100px;
  font-size: 13.5px; font-weight: 700; color: var(--navy);
}
.hero-chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.hero p.hero-desc {
  margin-top: 26px; font-size: 18px; line-height: 1.7; color: var(--muted);
  max-width: 520px; font-weight: 500;
}
.hero-cta { margin-top: 36px; display: flex; gap: 16px; flex-wrap: wrap; }

/* hero visual side */
.hero-visual { position: relative; height: 100%; min-height: 480px; display: flex; align-items: center; justify-content: flex-end; }

/* portrait card with geometric accents */
.hero-portrait {
  position: relative; z-index: 2;
  width: min(100%, 420px); margin-left: auto;
  aspect-ratio: 4 / 5;
}
.hero-portrait .hp-frame {
  position: absolute; inset: 0; z-index: 2;
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 30px 70px rgba(16,30,71,0.28);
  background: var(--mist);
  border: 5px solid #fff;
}
.hero-portrait .hp-frame img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; display: block;
}
.hero-portrait .hp-block-navy {
  position: absolute; z-index: 1; left: -34px; top: 26px; bottom: 26px; width: 120px;
  background: var(--navy); border-radius: 14px;
}
.hero-portrait .hp-block-red {
  position: absolute; z-index: 3; right: -22px; bottom: -22px; width: 96px; height: 96px;
  background: var(--red); border-radius: 12px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  box-shadow: 0 14px 30px rgba(225,27,34,0.3);
}
.hero-portrait .hp-tag {
  position: absolute; z-index: 4; left: -34px; bottom: 28px;
  background: #fff; border-radius: 12px; padding: 14px 20px;
  box-shadow: var(--shadow-md); display: flex; flex-direction: column; gap: 3px;
  border-left: 4px solid var(--red);
}
.hero-portrait .hp-name { font-size: 16px; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; }
.hero-portrait .hp-role { font-size: 11.5px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; }

/* hero background decoration */
.hero-bg-shard-1 { top: -80px; right: -60px; width: 420px; height: 420px; transform: rotate(0deg);
  clip-path: polygon(100% 0, 100% 100%, 0 0); background: var(--mist-2); }
.hero-bg-shard-2 { bottom: -60px; right: 120px; width: 260px; height: 260px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%); background: var(--navy); opacity: .96; }
.hero-bg-shard-3 { bottom: 40px; right: -40px; width: 150px; height: 150px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%); background: var(--red); }
.hero-line-tl { top: 0; left: 0; width: 240px; height: 240px; overflow: hidden; }

/* ============================================================
   ABOUT / cards
   ============================================================ */
.about { background: var(--paper); }
.cards-3 {
  margin-top: 56px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
}
.feature {
  position: relative; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-card); padding: 36px 32px 34px;
  box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
  overflow: hidden;
}
.feature::before {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--blue));
}
.feature.accent-red::before { background: linear-gradient(90deg, var(--red), var(--red-soft)); }
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.feature-ic {
  width: 56px; height: 56px; border-radius: 12px; display: grid; place-items: center;
  background: var(--mist); color: var(--navy); margin-bottom: 22px;
}
.feature.accent-red .feature-ic { color: var(--red); background: #fdecec; }
.feature-ic svg { width: 28px; height: 28px; }
.feature h3 { font-size: 21px; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; }
.feature p { margin-top: 12px; font-size: 15.5px; color: var(--muted); font-weight: 500; line-height: 1.65; }

/* ============================================================
   STATS BAND (navy)
   ============================================================ */
.stats {
  position: relative; background: var(--navy); color: #fff; overflow: hidden;
  padding: clamp(56px,6vw,84px) 0;
}
.stats .container { position: relative; z-index: 2; }
.stats-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px;
}
.stat { text-align: center; padding: 8px 6px; position: relative; }
.stat:not(:last-child)::after {
  content: ""; position: absolute; right: -10px; top: 14%; height: 72%; width: 1px;
  background: rgba(255,255,255,0.14);
}
.stat .num {
  font-size: clamp(38px, 5vw, 60px); font-weight: 800; line-height: 1;
  color: #fff; letter-spacing: -0.02em;
}
.stat .num em { font-style: normal; color: var(--red-soft); }
.stat .lbl {
  margin-top: 12px; font-size: 13px; font-weight: 600; line-height: 1.4;
  color: rgba(255,255,255,0.66); text-transform: uppercase; letter-spacing: 0.04em;
}
.stats-shard-1 { top: -40px; left: -30px; width: 200px; height: 200px;
  clip-path: polygon(0 0, 100% 0, 0 100%); background: rgba(255,255,255,0.04); }
.stats-shard-2 { bottom: -50px; right: -30px; width: 240px; height: 240px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%); background: var(--red); opacity: .9; }

/* ============================================================
   NOMINATIONS
   ============================================================ */
.noms { background: var(--mist); position: relative; overflow: hidden; }
.noms-grid {
  margin-top: 52px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.nom {
  position: relative; background: var(--paper); border-radius: var(--r-card);
  padding: 34px 30px; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease; overflow: hidden;
}
.nom:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.nom-num {
  font-size: 13px; font-weight: 800; letter-spacing: 0.1em; color: var(--red);
}
.nom h3 {
  margin-top: 14px; font-size: 22px; font-weight: 800; color: var(--navy);
  letter-spacing: -0.01em; line-height: 1.14;
}
.nom p { margin-top: 14px; font-size: 15px; color: var(--muted); font-weight: 500; line-height: 1.6; }
.nom-corner {
  position: absolute; top: 0; right: 0; width: 56px; height: 56px;
  clip-path: polygon(100% 0, 100% 100%, 0 0); background: var(--mist-2);
  transition: background .2s;
}
.nom:hover .nom-corner { background: var(--red); }
.noms-cta { margin-top: 48px; text-align: center; }

/* ============================================================
   PROGRAM
   ============================================================ */
.program { background: var(--paper); }
.stages { margin-top: 54px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.stage {
  position: relative; border-radius: var(--r-card); overflow: hidden;
  padding: 42px 38px; border: 1px solid var(--line); background: var(--paper);
  box-shadow: var(--shadow-sm);
}
.stage.dark { background: var(--navy); border-color: var(--navy); color: #fff; }
.stage-tag {
  display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--red);
}
.stage.dark .stage-tag { color: var(--red-soft); }
.stage-tag .n {
  width: 28px; height: 28px; border-radius: 7px; display: grid; place-items: center;
  background: var(--red); color: #fff; font-size: 14px;
}
.stage h3 { margin-top: 18px; font-size: 25px; font-weight: 800; letter-spacing: -0.01em; }
.stage.dark h3 { color: #fff; }
.stage .when { margin-top: 4px; font-size: 14px; font-weight: 700; color: var(--muted); }
.stage.dark .when { color: rgba(255,255,255,.6); }
.stage p { margin-top: 16px; font-size: 15.5px; line-height: 1.65; color: var(--muted); font-weight: 500; }
.stage.dark p { color: rgba(255,255,255,.78); }

.evening {
  margin-top: 28px; background: var(--mist); border-radius: var(--r-card);
  padding: 38px 40px; border: 1px solid var(--line);
}
.evening h4 { font-size: 13px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); }
.evening-list { margin-top: 22px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 40px; }
.evening-item { display: flex; gap: 16px; align-items: baseline; padding: 10px 0; border-bottom: 1px dashed var(--line-strong); }
.evening-item .step { font-size: 13px; font-weight: 800; color: var(--red); min-width: 26px; }
.evening-item .txt { font-size: 15.5px; font-weight: 600; color: var(--text); }

/* ============================================================
   QUIZ
   ============================================================ */
.quiz { position: relative; overflow: hidden; background: var(--navy-2); color: #fff; }
.quiz .container { position: relative; z-index: 2; }
.quiz-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.quiz-rounds { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.round-chip {
  border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.04);
  padding: 11px 18px; border-radius: 100px; font-size: 14px; font-weight: 600;
  color: rgba(255,255,255,0.9); transition: border-color .15s, background .15s;
}
.round-chip:hover { border-color: var(--red-soft); background: rgba(225,27,34,.12); }
.quiz-prize {
  margin-top: 30px; display: flex; gap: 16px; align-items: center;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px; padding: 20px 24px;
}
.quiz-prize svg { width: 34px; height: 34px; color: var(--red-soft); flex-shrink: 0; }
.quiz-prize span { font-size: 15px; font-weight: 600; color: rgba(255,255,255,0.85); }
.quiz-num {
  font-size: clamp(120px, 18vw, 240px); font-weight: 800; line-height: 0.8;
  color: rgba(255,255,255,0.05); letter-spacing: -0.04em; text-align: right; user-select: none;
}
.quiz-shard { top: -40px; right: -40px; width: 300px; height: 300px;
  clip-path: polygon(100% 0, 100% 100%, 0 0); background: var(--red); opacity: .85; }

/* ============================================================
   JURY
   ============================================================ */
.jury { background: var(--paper); }
.jury-wrap {
  position: relative; margin-top: 50px; border-radius: var(--r-card); overflow: hidden;
  border: 1px solid var(--line); background: var(--mist); padding: clamp(40px,5vw,64px);
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: center;
}
.jury-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.jury-tag {
  background: var(--paper); border: 1px solid var(--line); border-radius: 10px;
  padding: 13px 18px; font-size: 14px; font-weight: 600; color: var(--navy);
  box-shadow: var(--shadow-sm); display: flex; align-items: center; gap: 10px;
}
.jury-tag .d { width: 8px; height: 8px; background: var(--red); border-radius: 2px; flex-shrink: 0; }

/* ============================================================
   BENEFITS (participants)
   ============================================================ */
.benefits { position: relative; overflow: hidden; background: var(--mist); }
.benefits-grid { margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 40px; }
.benefit {
  display: flex; gap: 18px; align-items: flex-start; padding: 20px 0;
  border-bottom: 1px solid var(--line-strong);
}
.benefit .chk {
  width: 30px; height: 30px; border-radius: 8px; background: var(--navy); color: #fff;
  display: grid; place-items: center; flex-shrink: 0;
}
.benefit .chk svg { width: 16px; height: 16px; }
.benefit p { font-size: 16.5px; font-weight: 600; color: var(--text); line-height: 1.45; }
.benefits-cta { margin-top: 46px; }

/* ============================================================
   STEPS
   ============================================================ */
.steps { background: var(--paper); }
.steps-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step-card {
  position: relative; padding: 40px 34px 36px; border-radius: var(--r-card);
  background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.step-card .big {
  font-size: 72px; font-weight: 800; line-height: 0.8; color: var(--mist-2);
  letter-spacing: -0.04em;
}
.step-card h3 { margin-top: 18px; font-size: 21px; font-weight: 800; color: var(--navy); }
.step-card p { margin-top: 12px; font-size: 15px; color: var(--muted); font-weight: 500; line-height: 1.6; }
.step-card::after {
  content: ""; position: absolute; left: 34px; top: 30px; width: 46px; height: 4px; background: var(--red);
}
.steps-cta { margin-top: 48px; text-align: center; }

/* ============================================================
   CHARITY
   ============================================================ */
.charity { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.charity .container { position: relative; z-index: 2; }
.charity-shard-1 { top: -50px; left: -40px; width: 240px; height: 240px;
  clip-path: polygon(0 0, 100% 0, 0 100%); background: rgba(255,255,255,0.04); }
.charity-shard-2 { bottom: -60px; right: -40px; width: 260px; height: 260px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%); background: var(--red); opacity: .85; }
.charity-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 50px; align-items: center; }
.charity-flows { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.cflow {
  display: inline-flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 100px; padding: 11px 20px 11px 12px; font-size: 14.5px; font-weight: 600;
  color: rgba(255,255,255,0.9);
}
.cflow .cf-ic { width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,0.1);
  color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.cflow .cf-ic.red { background: var(--red); }
.cflow .cf-ic svg { width: 16px; height: 16px; }
.cf-arrow { background: none; border: none; padding: 0 4px; color: var(--red-soft); }
.cf-arrow svg { width: 22px; height: 22px; }
.cf-dest { background: rgba(225,27,34,0.16); border-color: rgba(255,91,97,0.45); color: #fff; font-weight: 700; }

.charity-card {
  position: relative; background: var(--paper); color: var(--text); border-radius: 18px;
  padding: 38px 34px; box-shadow: var(--shadow-lg); text-align: center; overflow: hidden;
  border-top: 5px solid var(--red);
}
.cc-heart { width: 70px; height: 70px; margin: 0 auto 18px; border-radius: 50%;
  background: #fdecec; color: var(--red); display: grid; place-items: center; }
.cc-heart svg { width: 36px; height: 36px; }
.cc-name { font-size: 23px; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; }
.cc-role { margin-top: 6px; font-size: 13px; font-weight: 600; color: var(--muted); }
.cc-text { margin-top: 16px; font-size: 14.5px; color: var(--muted); font-weight: 500; line-height: 1.6; }
.cc-badge { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.cc-badge .cb-num { display: block; font-size: 40px; font-weight: 800; color: var(--red); line-height: 1; letter-spacing: -0.02em; }
.cc-badge .cb-lbl { display: block; margin-top: 6px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--navy); }

/* ============================================================
   PARTNERS teaser
   ============================================================ */
.ptease { background: var(--mist); }
.ptease-card {
  position: relative; overflow: hidden; border-radius: 18px; background: var(--navy);
  color: #fff; padding: clamp(44px,5vw,68px); display: grid;
  grid-template-columns: 1.3fr 0.7fr; gap: 40px; align-items: center;
}
.ptease-card .h2 { color: #fff; }
.ptease-shard { top: 0; right: 0; width: 280px; height: 100%;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%); background: rgba(255,255,255,0.04); }
.ptease-tiers { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }
.ptier {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px; padding: 16px 22px;
}
.ptier .t { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.7); }
.ptier .p { font-size: 22px; font-weight: 800; color: #fff; margin-top: 4px; }
.ptease-right { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.final { position: relative; overflow: hidden; background: var(--navy-deep); color: #fff; text-align: center; }
.final .container { position: relative; z-index: 2; }
.final .slogan {
  font-size: clamp(36px, 6vw, 76px); font-weight: 800; line-height: 1.04; letter-spacing: -0.02em;
}
.final .slogan em { font-style: normal; color: var(--red-soft); }
.final .when { margin-top: 20px; font-size: 17px; font-weight: 600; color: rgba(255,255,255,0.62); letter-spacing: 0.04em; }
.final-cta { margin-top: 40px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.final-shard-1 { top: -60px; left: -40px; width: 300px; height: 300px;
  clip-path: polygon(0 0, 100% 0, 0 100%); background: rgba(255,255,255,0.03); }
.final-shard-2 { bottom: -60px; right: -40px; width: 280px; height: 280px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%); background: var(--red); opacity: .8; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--navy-deep); color: rgba(255,255,255,0.7); padding: 56px 0 40px; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; align-items: start; }
.footer-org { display: flex; align-items: center; gap: 16px; }
.footer-org img { height: 64px; width: auto; background: #fff; border-radius: 10px; padding: 8px; }
.footer-org .txt p { font-size: 13px; color: rgba(255,255,255,0.6); max-width: 280px; line-height: 1.5; }
.footer h5 { font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.footer a, .footer p.fp { font-size: 14px; color: rgba(255,255,255,0.7); display: block; margin-bottom: 10px; transition: color .15s; }
.footer a:hover { color: #fff; }
.footer-bottom {
  margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 12.5px; color: rgba(255,255,255,0.45);
}

/* ============================================================
   MODAL
   ============================================================ */
.modal-overlay {
  position: fixed; inset: 0; z-index: 200; display: none;
  background: rgba(9, 21, 50, 0.6); backdrop-filter: blur(4px);
  padding: 30px; overflow-y: auto;
}
.modal-overlay.open { display: grid; place-items: center; }
.modal {
  position: relative; width: min(560px, 100%); background: var(--paper);
  border-radius: 18px; box-shadow: var(--shadow-lg); overflow: hidden;
  animation: modalIn .26s cubic-bezier(.2,.8,.2,1);
}
@keyframes modalIn { from { opacity: 0; transform: translateY(20px) scale(.97); } to { opacity: 1; transform: none; } }
.modal-head { position: relative; background: var(--navy); color: #fff; padding: 30px 34px; overflow: hidden; }
.modal-head .eyebrow { color: var(--red-soft); }
.modal-head .eyebrow::before { background: var(--red-soft); }
.modal-head h3 { margin-top: 10px; font-size: 24px; font-weight: 800; letter-spacing: -0.01em; }
.modal-head .sub { margin-top: 6px; font-size: 14px; color: rgba(255,255,255,0.7); font-weight: 500; }
.modal-head-shard { position: absolute; top: 0; right: 0; width: 120px; height: 100%;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%); background: rgba(255,255,255,0.05); pointer-events: none; }
.modal-close {
  position: absolute; top: 18px; right: 18px; z-index: 3; width: 38px; height: 38px;
  border-radius: 50%; border: none; background: rgba(255,255,255,0.12); color: #fff;
  cursor: pointer; display: grid; place-items: center; transition: background .15s;
}
.modal-close:hover { background: rgba(255,255,255,0.24); }
.modal-body { padding: 30px 34px 34px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.field label .req { color: var(--red); }
.field input, .field select {
  width: 100%; font-family: var(--sans); font-size: 15px; font-weight: 500; color: var(--text);
  padding: 13px 15px; border: 1.5px solid var(--line-strong); border-radius: 9px;
  background: var(--paper); transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus {
  outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(21,41,94,0.1);
}
.field input.err, .field select.err { border-color: var(--red); box-shadow: 0 0 0 3px rgba(225,27,34,0.1); }
.field .msg { display: none; font-size: 12px; font-weight: 600; color: var(--red); margin-top: 6px; }
.field.invalid .msg { display: block; }
.fieldset-label { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin-bottom: 6px; }
.check {
  display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px;
  font-weight: 600; color: var(--text); user-select: none;
}
.check input { width: 18px; height: 18px; accent-color: var(--red); cursor: pointer; flex-shrink: 0; }
.modal-submit { width: 100%; justify-content: center; margin-top: 8px; }
.modal-note { margin-top: 14px; font-size: 12px; color: var(--muted); text-align: center; line-height: 1.5; }

/* success */
.modal-success { display: none; padding: 50px 40px 46px; text-align: center; }
.modal-success.show { display: block; animation: modalIn .3s ease; }
.success-ic {
  width: 76px; height: 76px; border-radius: 50%; background: #e9f7ee; color: #1c9e54;
  display: grid; place-items: center; margin: 0 auto 24px;
}
.success-ic svg { width: 38px; height: 38px; }
.modal-success h3 { font-size: 25px; font-weight: 800; color: var(--navy); }
.modal-success p { margin-top: 12px; font-size: 15.5px; color: var(--muted); font-weight: 500; max-width: 360px; margin-left: auto; margin-right: auto; }
.modal-success .btn { margin-top: 28px; }

/* ============================================================
   REVEAL (subtle)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { min-height: 420px; order: -1; justify-content: center; }
  .hero-portrait { margin: 10px auto 18px; width: min(78%, 340px); }
  .quiz-grid { grid-template-columns: 1fr; gap: 30px; }
  .quiz-num { display: none; }
  .charity-grid { grid-template-columns: 1fr; gap: 32px; }
  .jury-wrap { grid-template-columns: 1fr; gap: 30px; }
  .ptease-card { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  :root { --pad-x: 28px; }
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: block; }
  .nav-links.mobile-open {
    display: flex; flex-direction: column; gap: 4px;
    position: absolute; top: 100%; left: 0; right: 0; background: #fff;
    padding: 16px 28px 24px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
  }
  .nav-links.mobile-open a { padding: 12px 0; font-size: 16px; border-bottom: 1px solid var(--line); }
  .cards-3, .noms-grid, .steps-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; }
  .stat:not(:last-child)::after { display: none; }
  .stats-grid .stat:last-child { grid-column: 1 / -1; }
  .stages { grid-template-columns: 1fr; }
  .evening-list, .benefits-grid, .checks { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: clamp(42px, 13vw, 60px); }
  .btn { width: 100%; justify-content: center; }
  .hero-cta, .final-cta { width: 100%; }
  .modal-body, .modal-head { padding-left: 22px; padding-right: 22px; }
}
