:root {
  --ink: #1a1a2e;
  --ink-deep: #0d0d1a;
  --ella: #7f77dd;
  --ella-deep: #6a22a0;
  --action: #1d9e75;
  --warm: #ef9f27;
  --white: #ffffff;
  --soft: #f5f3ff;
  --muted: rgba(255, 255, 255, 0.72);
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.3);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: rgba(13, 13, 26, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 16px clamp(20px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--ella), var(--action));
  border-radius: 8px;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.nav-links,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.nav-links a,
.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

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

.hero {
  isolation: isolate;
  min-height: 92vh;
  overflow: hidden;
  position: relative;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(13, 13, 26, 0.94) 0%, rgba(13, 13, 26, 0.76) 44%, rgba(13, 13, 26, 0.12) 100%),
    url("./assets/ella-hero-business.jpg") 72% center / cover;
  inset: 0;
  position: absolute;
  z-index: -2;
}

.hero::after {
  background: linear-gradient(180deg, rgba(26, 26, 46, 0) 70%, var(--ink) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 92vh;
  padding: 112px clamp(22px, 7vw, 96px) 76px;
  width: min(760px, 100%);
}

.eyebrow {
  color: var(--ella);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(50px, 8vw, 96px);
  line-height: 0.96;
  margin-bottom: 28px;
  max-width: 760px;
}

h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
  margin-bottom: 22px;
}

h3 {
  color: var(--soft);
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.15;
}

.hero-copy {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  max-width: 680px;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

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

.button.primary {
  background: var(--action);
  color: var(--white);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
}

.button.ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
}

section {
  padding: 82px clamp(22px, 5vw, 72px);
}

.section-grid,
.doors-section,
.lead-section,
.people-resources,
.about-section,
.interest-section,
.company-contact {
  margin: 0 auto;
  max-width: var(--max);
}

.section-grid,
.lead-section,
.interest-section,
.company-contact {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.pain-section,
.radar-section,
.method-section,
.company-contact {
  background: var(--ink);
}

.pain-section p,
.radar-section p,
.method-section p,
.company-contact p,
.door p,
.people-resources p,
.about-section p,
.interest-section p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.tight-list,
.door ul,
.feature-grid {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.tight-list li,
.door li,
.feature-grid li {
  border-top: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.86);
  padding: 12px 0;
}

.doors-section {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.door {
  background: #121225;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: clamp(28px, 4vw, 44px);
}

.door:nth-child(2) {
  background: #102219;
  border-color: rgba(29, 158, 117, 0.36);
}

.lead-section {
  align-items: center;
  background: #f5f3ff;
  color: #141426;
  max-width: none;
}

.lead-section > * {
  margin-inline: auto;
  max-width: 560px;
}

.lead-section .eyebrow,
.lead-section h2 {
  color: var(--ink);
}

.lead-section p {
  color: rgba(20, 20, 38, 0.76);
}

.people-resources {
  display: grid;
  gap: 34px;
}

.resources-intro {
  max-width: 820px;
}

.resource-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-card {
  background: #101024;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: clamp(24px, 3vw, 34px);
}

.resource-card.featured {
  border-color: rgba(29, 158, 117, 0.55);
  box-shadow: var(--shadow);
}

.resource-card h3 {
  margin-bottom: 0;
}

.resource-card .button {
  margin-top: auto;
}

.mini-form {
  margin-top: auto;
}

.map-preview {
  margin: 0;
  max-height: 720px;
  overflow: hidden;
}

.map-preview img {
  border: 1px solid rgba(26, 26, 46, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(26, 26, 46, 0.18);
}

.lead-form,
.company-form {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

label {
  color: inherit;
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
}

input,
textarea {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(26, 26, 46, 0.16);
  border-radius: 8px;
  color: #111122;
  font: inherit;
  min-height: 50px;
  padding: 12px 14px;
  width: 100%;
}

textarea {
  resize: vertical;
}

.radar-section .feature-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 28px;
}

.method-section {
  margin: 0 auto;
  max-width: var(--max);
}

.method-steps {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.method-steps article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}

.method-steps span {
  color: var(--warm);
  display: block;
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 20px;
}

.about-section {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}

.about-ella,
.about-claudia,
.interest-section,
.company-contact {
  background: #101024;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(28px, 4vw, 44px);
}

.about-ella {
  align-items: center;
  display: grid;
  gap: clamp(24px, 5vw, 52px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  overflow: hidden;
}

.about-ella img {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  height: min(360px, 36vw);
  object-fit: cover;
  object-position: 68% center;
  width: 100%;
}

blockquote {
  border-left: 4px solid var(--action);
  color: var(--white);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  margin: 24px 0 0;
  padding-left: 20px;
}

.interest-section,
.company-contact {
  align-items: start;
}

.interest-section .lead-form,
.company-contact .company-form {
  margin-top: 0;
}

.inline-cta {
  margin-top: 12px;
}

.interest-section input,
.company-contact input,
.company-contact textarea {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.interest-section input::placeholder,
.company-contact input::placeholder,
.company-contact textarea::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.form-note {
  color: var(--action);
  font-size: 14px;
  font-weight: 800;
  min-height: 22px;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 32px clamp(22px, 5vw, 72px);
}

.kit-section {
  background: linear-gradient(160deg, #0f1230 0%, #101e18 100%);
  border-bottom: 1px solid var(--line);
  border-top: 2px solid var(--action);
  padding-block: clamp(64px, 8vw, 120px);
  padding-inline: clamp(22px, 5vw, 72px);
  text-align: center;
}

.kit-inner {
  margin: 0 auto;
  max-width: 640px;
}

.kit-inner h2 {
  color: var(--white);
  font-size: clamp(32px, 4.5vw, 52px);
  margin-bottom: 16px;
}

.kit-subtitle {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  margin-bottom: 20px;
}

.kit-note {
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  margin-bottom: 32px;
}

.kit-inner .eyebrow {
  color: var(--action);
}

.kit-section .ml-embedded {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

.kit-section .ml-embedded iframe,
.kit-section .ml-embedded form,
.kit-section .ml-embedded input,
.kit-section .ml-embedded button {
  max-width: 100% !important;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav-links {
    gap: 12px;
  }

  .hero-inner {
    padding-top: 148px;
  }

  .section-grid,
  .doors-section,
  .lead-section,
  .resource-cards,
  .about-section,
  .interest-section,
  .company-contact,
  .method-steps,
  .about-ella {
    grid-template-columns: 1fr;
  }

  .about-ella img {
    height: auto;
    max-height: 360px;
    width: 100%;
  }

  .radar-section .feature-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  h1 {
    font-size: 50px;
  }

  section {
    padding-block: 64px;
  }

  .hero-actions,
  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .kit-section {
    text-align: left;
  }
}
