:root {
  --bg: #f4f1ed;
  --card: #ffffff;
  --text: #171717;
  --muted: #677083;
  --line: #e5e7eb;
  --navy: #151927;
  --deep: #1d1320;
  --red: #b92327;
  --red-dark: #8d191c;
  --gold: #e2c25e;
  --gold-deep: #b58a20;
  --green: #1d8b43;
  --green-soft: #ecf8f1;
  --blue: #2f5bd7;
  --blue-soft: #eef3ff;
  --shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  --shadow-hero: 0 28px 90px rgba(0, 0, 0, 0.28);
  --radius: 26px;
  --radius-sm: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fbfaf8 0%, var(--bg) 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.announcement-bar {
  background: linear-gradient(90deg, #861116 0%, #b92327 45%, #701118 100%);
  color: #fff7dd;
  text-align: center;
  padding: 12px 16px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
}
.announcement-inner { max-width: 1280px; margin: 0 auto; }
.site-shell { max-width: 1280px; margin: 0 auto; padding: 0 24px 70px; }
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}
.logo-wrap { display: flex; align-items: center; gap: 14px; }
.logo-box {
  width: 74px;
  min-width: 74px;
  height: 74px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: #f3f4f6;
  color: #1f2937;
  font-weight: 900;
  font-size: 23px;
  letter-spacing: -.03em;
}
.logo-copy { line-height: 1.05; }
.logo-title { font-size: 20px; font-weight: 900; letter-spacing: -.03em; color: #1a2233; }
.logo-subtitle { font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--red); margin-top: 6px; }
.main-nav { display: flex; align-items: center; gap: 34px; color: #202638; font-weight: 700; }
.main-nav a:hover { color: var(--red); }
.register-now {
  padding: 16px 26px;
  border-radius: 16px;
  background: var(--red);
  color: white;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(185,35,39,0.2);
}
.hero-home {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow-hero);
  background:
    radial-gradient(circle at 76% 24%, rgba(185,35,39,.34), transparent 26%),
    radial-gradient(circle at 12% 78%, rgba(226,194,94,.14), transparent 24%),
    linear-gradient(120deg, rgba(18,16,27,.97) 0%, rgba(60,11,18,.96) 52%, rgba(84,15,19,.95) 100%);
  min-height: 760px;
  margin-bottom: 30px;
}
.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.18)),
    radial-gradient(circle at 30% 10%, rgba(255,255,255,0.07), transparent 16%),
    radial-gradient(circle at 70% 70%, rgba(255,255,255,0.04), transparent 18%);
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,16,28,.55), rgba(70,12,17,.14));
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: 86px 20px 24px;
  text-align: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(226,194,94,.35);
  background: rgba(86,49,20,.38);
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.hero-home h1 {
  margin: 28px 0 18px;
  font-size: clamp(52px, 8vw, 90px);
  line-height: .93;
  letter-spacing: -.06em;
  color: white;
}
.hero-home h1 span { color: #ebcb67; }
.hero-home p {
  margin: 0 auto;
  max-width: 860px;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.55;
  color: rgba(255,255,255,.84);
}
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.hero-button {
  min-width: 280px;
  padding: 20px 24px;
  border-radius: 18px;
  font-weight: 900;
  font-size: 20px;
}
.hero-button.primary {
  background: var(--red);
  color: white;
  box-shadow: 0 16px 34px rgba(185,35,39,0.24);
}
.hero-button.secondary {
  background: rgba(255,255,255,.06);
  border: 2px solid rgba(255,255,255,.65);
  color: white;
}
.trust-badges {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.trust-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff8dc;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 700;
}
.hero-offers {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 22px 24px 28px;
}
.offer-card {
  background: rgba(255,255,255,.98);
  border: 2px solid var(--line);
  border-radius: 28px;
  padding: 22px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-height: 338px;
}
.offer-card.workshop { border-color: rgba(29,139,67,.88); }
.offer-card.hql { border-color: rgba(47,91,215,.88); }
.offer-card.ccw { border-color: rgba(24,122,58,.88); }
.offer-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 14px; }
.offer-tag {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--green-soft);
  color: var(--green);
}
.offer-card.hql .offer-tag { background: var(--blue-soft); color: var(--blue); }
.offer-tag.hot { background: rgba(29,139,67,.12); color: var(--green); }
.offer-card h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.02;
  letter-spacing: -.05em;
  color: #1a2233;
}
.offer-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
.offer-points {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  color: #344054;
  font-weight: 700;
}
.offer-points span::before {
  content: '✓';
  margin-right: 10px;
  font-weight: 900;
}
.offer-card button,
.cta-tile,
.panel-close,
.nav button,
.btn {
  cursor: pointer;
}
.offer-card button {
  margin-top: auto;
  border: 0;
  border-radius: 16px;
  padding: 18px 20px;
  font-size: 19px;
  font-weight: 900;
  transition: transform .16s ease;
}
.offer-card button:hover,
.cta-tile:hover,
.register-now:hover,
.hero-button:hover,
.nav button:hover,
.btn:hover { transform: translateY(-1px); }
.offer-card.workshop button { background: var(--green); color: white; }
.offer-card.hql button { background: #eef3ff; color: var(--blue); border: 2px solid rgba(47,91,215,.9); }
.offer-card.ccw button { background: #18803d; color: white; }
.content-section {
  margin-top: 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 28px;
}
.section-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}
.section-head.compact { grid-template-columns: 1fr .8fr; }
.section-head.photos-only { grid-template-columns: 1fr; }
.section-kicker {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 8px;
}
.section-head h3 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: .98;
  letter-spacing: -.05em;
  color: #172030;
}
.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.info-grid.three-up,
.process-strip,
.contact-cta-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.info-panel,
.location-card,
.process-card,
.photo-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  background: #fff;
}
.info-panel h4,
.location-card h4,
.process-card h4 { margin: 0 0 10px; font-size: 21px; letter-spacing: -.02em; color: #1a2233; }
.info-panel p,
.location-card p,
.process-card p { margin: 0; color: var(--muted); line-height: 1.58; }
.photo-card {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.photo-card img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  background: #eef2f6;
}
.photo-card figcaption {
  padding: 16px 18px 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}
.process-num {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(185,35,39,.1);
  color: var(--red);
  font-weight: 900;
  margin-bottom: 16px;
}
.contact-section {
  background: linear-gradient(135deg, #111726 0%, #2a1118 100%);
  color: white;
}
.contact-section .section-kicker { color: var(--gold); }
.contact-section h3 { color: white; }
.contact-section p { color: rgba(255,255,255,.82); }
.cta-tile {
  border: 0;
  border-radius: 20px;
  padding: 20px 18px;
  min-height: 92px;
  color: white;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -.03em;
}
.cta-tile.workshop { background: var(--green); }
.cta-tile.hql { background: var(--blue); }
.cta-tile.ccw { background: var(--red); }
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
  padding: 26px 4px 10px;
}
.footer-links { display: flex; gap: 18px; }
.footer-links a { font-weight: 800; }
.modal {
  position: fixed;
  inset: 0;
  background: rgba(13, 16, 24, .7);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1000;
}
.modal.open { display: flex; }
.panel {
  width: min(760px, 100%);
  max-height: min(94vh, 980px);
  overflow: auto;
  background: white;
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 30px 100px rgba(0,0,0,.28);
}
.panel-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.panel-top h3 { margin: 0; font-size: 18px; letter-spacing: -.02em; }
.panel-close {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: #eef2f6;
  font-size: 20px;
}
.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 14px 0 10px;
}
.progress-header .meta,
.step-kicker,
.status-label,
.label {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
}
.progress-shell {
  height: 10px;
  border-radius: 999px;
  background: #edf1f5;
  overflow: hidden;
  margin-bottom: 24px;
}
.progress-bar {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-deep), #ffd96d);
  transition: width .2s ease;
}
.step-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.step-copy,
.info-box,
.small-note,
.status-value,
.value {
  line-height: 1.55;
}
.step-copy { margin: 0 0 16px; color: var(--muted); font-size: 17px; }
.info-box,
.notice {
  padding: 18px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 18px;
  color: #344054;
}
.options,
.fields,
.status-list,
.lead-list { display: grid; gap: 12px; }
.option {
  width: 100%;
  text-align: left;
  border: 1.5px solid var(--line);
  background: white;
  border-radius: 18px;
  padding: 18px;
  font-size: 17px;
  font-weight: 800;
  color: #1f2937;
}
.option.selected {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(185,35,39,.08);
}
label { display: grid; gap: 7px; color: #344054; font-size: 14px; font-weight: 800; }
input,
select {
  width: 100%;
  border: 1.5px solid #d0d5dd;
  border-radius: 16px;
  background: white;
  font: inherit;
  padding: 16px;
  font-size: 17px;
}
input:focus,
select:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(185,35,39,.08);
}
.nav {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 24px;
}
.nav button {
  border: 0;
  border-radius: 16px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 900;
}
.nav .secondary { background: #eef2f6; color: #273444; min-width: 110px; }
.nav .primary { background: var(--gold); color: #181818; flex: 1; }
.nav .primary[disabled] { opacity: .45; cursor: not-allowed; }
.success-flag {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(29,139,67,.1);
  color: var(--green);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 14px;
}
.status-box { margin-top: 18px; }
.status-item,
.detail,
.field { border-top: 1px dashed var(--line); padding-top: 12px; }
.small-note { margin-top: 16px; color: var(--muted); font-size: 13px; }
.field-row[data-invalid="true"] input,
.field-row[data-invalid="true"] select {
  border-color: #b42318;
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.12);
}
.field-message {
  min-height: 16px;
  font-size: 12px;
  color: #b42318;
  font-weight: 700;
}
.admin-wrap { max-width: 1160px; margin: 0 auto; padding: 24px; }
.admin-hidden { display: none !important; }
.admin-login-shell {
  min-height: calc(100vh - 56px);
  display: grid;
  place-items: center;
}
.admin-login-card {
  width: min(100%, 520px);
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.admin-login-card h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 6vw, 48px);
  letter-spacing: -.05em;
}
.admin-login-card p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.6;
}
.admin-login-form { display: grid; gap: 14px; }
.password-input { min-height: 56px; }
.admin-login-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.admin-auth-error {
  min-height: 20px;
  color: #b42318;
  font-size: 14px;
  font-weight: 800;
}
.admin-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.admin-top h1 { margin: 0 0 8px; font-size: 38px; letter-spacing: -.04em; }
.admin-top p { margin: 0; color: var(--muted); }
.admin-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 16px;
  border-radius: 14px;
  border: 1px solid #d0d5dd;
  background: white;
  color: #344054;
  font: inherit;
  font-weight: 900;
}
.btn.primary { background: var(--gold); border-color: transparent; color: #181818; }
.btn.danger { background: var(--red); border-color: transparent; color: white; }
.admin-grid {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 18px;
}
.sidebar,
.main-card,
.lead-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.sidebar { padding: 18px; }
.main-card { padding: 20px; }
.lead-row {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
  cursor: pointer;
  background: white;
}
.lead-row.active { border-color: var(--red); box-shadow: 0 0 0 4px rgba(185,35,39,.08); }
.lead-row .name { font-weight: 900; margin-bottom: 4px; }
.lead-row .meta { color: var(--muted); font-size: 14px; }
.lead-card { padding: 22px; }
.lead-card h2 { margin: 8px 0; font-size: 28px; letter-spacing: -.03em; }
.lead-tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(185,35,39,.08);
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin-top: 18px;
}
.value { font-size: 16px; font-weight: 800; word-break: break-word; }
@media (max-width: 1180px) {
  .hero-offers,
  .info-grid.three-up,
  .process-strip,
  .contact-cta-row,
  .admin-grid { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-head,
  .section-head.compact { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .site-header { flex-wrap: wrap; }
  .main-nav { order: 3; width: 100%; justify-content: center; gap: 22px; }
}
@media (max-width: 720px) {
  .site-shell,
  .admin-wrap { padding: 0 16px 40px; }
  .photo-grid { grid-template-columns: 1fr; }
  .announcement-bar { font-size: 12px; }
  .site-header { padding: 16px 0; }
  .logo-box { width: 62px; min-width: 62px; height: 62px; font-size: 20px; }
  .logo-title { font-size: 18px; }
  .logo-subtitle { font-size: 14px; }
  .main-nav { justify-content: flex-start; overflow-x: auto; width: 100%; padding-bottom: 4px; }
  .register-now { width: 100%; text-align: center; }
  .hero-home { min-height: auto; border-radius: 26px; }
  .hero-content { padding: 42px 16px 18px; }
  .hero-home h1 { font-size: 52px; }
  .hero-home p { font-size: 19px; }
  .hero-button { min-width: 100%; }
  .hero-offers { padding: 16px; }
  .offer-card { min-height: auto; }
  .content-section { padding: 22px 18px; border-radius: 24px; }
  .site-footer { flex-direction: column; align-items: flex-start; }
  .panel { padding: 18px; border-radius: 22px; }
  .nav { flex-direction: column; }
  .nav .secondary,
  .nav .primary,
  .admin-login-actions .btn { width: 100%; }
  .detail-grid { grid-template-columns: 1fr; }
  .admin-login-shell { min-height: auto; padding-top: 24px; }
  .admin-login-card { padding: 22px 18px; border-radius: 22px; }
  .admin-top h1 { font-size: 30px; }
}
@media (max-width: 520px) {
  .site-shell,
  .admin-wrap { padding: 0 12px 28px; }
  .hero-content { padding: 34px 12px 16px; }
  .hero-home h1 { font-size: 42px; line-height: .98; }
  .hero-home p { font-size: 17px; line-height: 1.45; }
  .hero-buttons { gap: 12px; }
  .hero-button { width: 100%; min-width: 100%; padding: 16px 18px; }
  .trust-badges { gap: 10px; }
  .trust-badges span { width: 100%; justify-content: center; }
  .offer-card { padding: 20px 16px; }
  .offer-card h2 { font-size: 28px; }
  .offer-card p { font-size: 16px; }
  .offer-card button,
  .cta-tile { width: 100%; min-height: 72px; font-size: 18px; border-radius: 18px; }
  .content-section { padding: 18px 14px; }
  .section-head h3 { font-size: 34px; }
  .section-head p { font-size: 16px; }
  .section-kicker { line-height: 1.45; word-break: break-word; }
  .photo-card img { height: 220px; }
  .photo-card figcaption { padding: 14px 14px 16px; font-size: 14px; }
  .fields { gap: 14px; }
  input,
  select { min-height: 52px; font-size: 16px; }
  .panel-top { gap: 12px; align-items: flex-start; }
  .admin-actions { width: 100%; }
  .admin-actions .btn { width: 100%; }
}
