@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/bebas-neue-pro-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/bebas-neue-pro-middle.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/bebas-neue-pro-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/bebas-neue-pro-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/bebas-neue-pro-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Pro Expanded";
  src: url("../fonts/bebas-neue-pro-expanded-extrabold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Pro Expanded";
  src: url("../fonts/bebas-neue-pro-expanded-extrabold.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --purple: #cf7bcc;
  --purple-dark: #8f3e8c;
  --yellow: #fec900;
  --yellow-soft: #fff3ad;
  --ink: #151515;
  --muted: #5f6368;
  --line: #e4dfd2;
  --bg: #fbfaf5;
  --paper: #ffffff;
  --danger: #b42318;
  --shadow: 0 18px 48px rgba(21, 21, 21, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(207, 123, 204, 0.18) 0%, rgba(207, 123, 204, 0.08) 56%, rgba(254, 201, 0, 0.16) 100%),
    var(--bg);
  color: var(--ink);
  font-family: "Bebas Neue Pro", "Bebas Neue", "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

a {
  color: inherit;
}

.container {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 16px;
  z-index: 10;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
}

.skip-link:focus {
  left: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  background: rgba(251, 250, 245, 0.92);
  backdrop-filter: blur(14px);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.header-inner {
  padding: 14px 0;
}

.brand,
.footer-brand {
  color: var(--ink);
  font-family: "Bebas Neue Pro", "Arial Narrow", Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.nav {
  display: none;
  gap: 22px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav a {
  text-decoration: none;
}

.nav a:hover,
.footer-links a:hover {
  color: var(--purple-dark);
}

.opening-visual {
  background: #000000;
  border-bottom: 1px solid var(--line);
}

.opening-visual-inner {
  display: grid;
  place-items: center;
}

.opening-visual img {
  display: block;
  width: min(100%, 1280px);
  height: auto;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(207, 123, 204, 0.26) 0%, rgba(255, 255, 255, 0.88) 58%, rgba(254, 201, 0, 0.24) 100%),
    #ffffff;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--ink) 0 34%, var(--purple) 34% 68%, var(--yellow) 68%);
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 30px;
  padding: 54px 0 62px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 14px;
  padding: 5px 10px;
  border: 1px solid rgba(21, 21, 21, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  font-family: "Bebas Neue Pro Expanded", "Bebas Neue Pro", "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.2rem, 11vw, 6.8rem);
  line-height: 0.95;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 3.4rem);
  line-height: 1;
}

h3 {
  margin: 18px 0 8px;
  font-size: 1.16rem;
  line-height: 1.15;
}

.lead {
  max-width: 820px;
  margin: 22px 0 0;
  font-size: clamp(1.25rem, 3.4vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
}

.intro {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--ink);
  color: var(--paper);
}

.button-submit {
  width: 100%;
  background: linear-gradient(90deg, var(--ink), #292024);
  color: var(--paper);
}

.local-panel,
.card,
.suggestion-form,
.thanks-card,
.privacy-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.local-panel {
  align-self: end;
  padding: 20px;
}

.local-panel p {
  margin: 16px 0 0;
  color: var(--muted);
}

.video-panel {
  max-width: 390px;
}

.video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(207, 123, 204, 0.18), rgba(254, 201, 0, 0.2)),
    #151515;
  aspect-ratio: 9 / 16;
}

.hero-photo-frame {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  aspect-ratio: 9 / 16;
}

.hero-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.local-panel-map {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(21, 21, 21, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(21, 21, 21, 0.07) 1px, transparent 1px),
    #fff9d9;
  background-size: 34px 34px;
}

.map-dot {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 5px solid var(--paper);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(21, 21, 21, 0.16);
}

.dot-purple {
  top: 42px;
  left: 44px;
  background: var(--purple);
}

.dot-yellow {
  right: 44px;
  bottom: 42px;
  background: var(--yellow);
}

.map-line {
  position: absolute;
  height: 12px;
  border-radius: 999px;
  background: var(--ink);
  transform-origin: left center;
}

.line-one {
  top: 89px;
  left: 80px;
  width: 170px;
  transform: rotate(26deg);
}

.line-two {
  right: 54px;
  bottom: 88px;
  width: 122px;
  background: var(--purple);
  transform: rotate(-18deg);
}

.map-label {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 6px 10px;
  border-radius: 8px;
  background: var(--paper);
  font-weight: 900;
}

.section {
  padding: 56px 0;
}

.section-heading {
  margin-bottom: 26px;
}

.section-heading p:not(.eyebrow),
.form-copy p,
.card p,
.why-inner p,
.person-copy p {
  color: var(--muted);
}

.steps,
.topic-grid {
  display: grid;
  gap: 16px;
}

.card {
  padding: 22px;
}

.step-card {
  border-top: 5px solid var(--ink);
}

.step-number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 900;
}

.purple {
  background: rgba(207, 123, 204, 0.2);
  color: var(--purple-dark);
}

.yellow {
  background: rgba(254, 201, 0, 0.36);
}

.ink {
  background: var(--ink);
  color: var(--paper);
}

.person-section {
  background: #ffffff;
}

.person-inner {
  display: grid;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(207, 123, 204, 0.12) 0%, rgba(255, 255, 255, 0.94) 62%, rgba(254, 201, 0, 0.18) 100%),
    #ffffff;
  padding: 24px;
  box-shadow: var(--shadow);
}

.person-copy {
  display: grid;
  gap: 12px;
}

.person-copy p {
  margin: 0;
  font-size: 1.08rem;
}

.form-section {
  background:
    linear-gradient(90deg, rgba(207, 123, 204, 0.08), rgba(254, 201, 0, 0.12)),
    #ffffff;
}

.form-layout {
  display: grid;
  gap: 26px;
}

.form-copy {
  max-width: 520px;
}

.suggestion-form {
  padding: 22px;
}

.field,
.field-grid {
  margin-bottom: 18px;
}

.field-grid {
  display: grid;
  gap: 16px;
}

label {
  display: block;
  margin-bottom: 7px;
  font-weight: 900;
}

input,
textarea,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #c9c3b5;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  padding: 11px 12px;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus,
.button:focus,
a:focus {
  outline: 3px solid rgba(207, 123, 204, 0.36);
  outline-offset: 2px;
}

.help {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.error,
.alert {
  color: var(--danger);
}

.error {
  margin: 7px 0 0;
  font-size: 0.95rem;
}

.alert {
  margin-bottom: 18px;
  border: 1px solid rgba(180, 35, 24, 0.25);
  border-radius: 8px;
  background: #fff4f2;
  padding: 12px 14px;
  font-weight: 800;
}

.checkbox-field {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  margin: 6px 0 20px;
  align-items: start;
}

.checkbox-field input {
  min-height: 22px;
  margin-top: 2px;
}

.checkbox-field label {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
}

.checkbox-field a {
  color: var(--ink);
  font-weight: 800;
  text-decoration-color: rgba(207, 123, 204, 0.55);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.checkbox-field-optional {
  margin-top: -8px;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.topics-section {
  background: var(--bg);
}

.topic-card {
  position: relative;
  min-height: 170px;
  overflow: hidden;
}

.topic-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--purple), var(--yellow));
}

.why-section {
  background: var(--ink);
  color: var(--paper);
}

.why-inner {
  max-width: 850px;
}

.why-inner .eyebrow {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: var(--paper);
}

.why-inner p {
  max-width: 720px;
  font-size: 1.16rem;
}

.site-footer {
  background: #ffffff;
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.footer-inner {
  align-items: flex-start;
  padding: 28px 0;
}

.footer-inner p {
  margin: 6px 0 0;
  color: var(--muted);
}

.footer-legal {
  font-size: 0.82rem;
}

.footer-logo {
  display: block;
  width: 132px;
  height: auto;
  margin-top: 12px;
}

.footer-links {
  display: grid;
  gap: 8px;
  font-weight: 800;
  text-align: left;
}

.footer-links a {
  color: var(--muted);
  text-decoration-color: rgba(207, 123, 204, 0.5);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.thanks-card {
  width: min(100%, 680px);
  padding: 30px;
}

.thanks-card h1 {
  font-size: clamp(2.2rem, 9vw, 4rem);
}

.thanks-card p:not(.eyebrow) {
  color: var(--muted);
}

.privacy-document {
  background:
    radial-gradient(circle at top right, rgba(207, 123, 204, 0.18), transparent 360px),
    var(--bg);
}

.privacy-hero {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #ffffff, #fffbea);
}

.privacy-hero-inner {
  max-width: 880px;
  padding: 64px 0 56px;
}

.privacy-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.18rem;
}

.privacy-layout {
  display: grid;
  gap: 24px;
}

.privacy-toc {
  display: grid;
  gap: 10px;
  align-self: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: 18px;
  box-shadow: var(--shadow);
}

.privacy-toc a {
  color: var(--muted);
  font-weight: 800;
  text-decoration-color: rgba(207, 123, 204, 0.5);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.privacy-content {
  display: grid;
  gap: 18px;
}

.privacy-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 24px;
  box-shadow: var(--shadow);
}

.privacy-block h2 {
  font-size: clamp(1.55rem, 4vw, 2.35rem);
}

.privacy-block p,
.privacy-block li {
  color: var(--muted);
}

.privacy-block a {
  color: var(--ink);
  font-weight: 800;
  text-decoration-color: rgba(207, 123, 204, 0.55);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

@media (min-width: 720px) {
  .nav {
    display: flex;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 390px;
    align-items: center;
    padding: 78px 0 88px;
  }

  .steps,
  .topic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .form-layout {
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1fr);
    align-items: start;
  }

  .person-inner {
    grid-template-columns: 0.75fr 1.25fr;
    align-items: start;
    padding: 34px;
  }

  .field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .suggestion-form {
    padding: 28px;
  }

  .footer-links {
    text-align: right;
  }

  .privacy-layout {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .privacy-toc {
    position: sticky;
    top: 86px;
  }
}

@media (max-width: 719px) {
  body {
    font-size: 17px;
  }

  .header-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .local-panel-map {
    min-height: 180px;
  }

  .line-one {
    width: 130px;
  }
}
