:root {
  --deep-purple: #432371;
  --lavender: #f4f0f9;
  --peach: #faae7b;
  --dark: #1c0f2e;
  --white: #ffffff;
  --ink-soft: rgba(28, 15, 46, 0.74);
  --border: rgba(67, 35, 113, 0.16);
  --shadow: 0 18px 48px rgba(28, 15, 46, 0.12);
  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  color: var(--dark);
  background:
    radial-gradient(circle at top left, rgba(250, 174, 123, 0.16), transparent 30rem),
    linear-gradient(180deg, var(--white) 0%, var(--lavender) 100%);
  font-family: var(--font-body);
  line-height: 1.65;
}

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

a {
  color: var(--deep-purple);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 999;
  padding: 0.75rem 1rem;
  color: var(--dark);
  background: var(--peach);
}

.skip-link:focus {
  top: 1rem;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background:
    linear-gradient(90deg, rgba(28, 15, 46, 0.96), rgba(67, 35, 113, 0.9), rgba(28, 15, 46, 0.96));
  border-bottom: 1px solid rgba(250, 174, 123, 0.24);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 36px rgba(28, 15, 46, 0.18);
}

.nav-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.brand {
  color: var(--lavender);
  font-family: var(--font-heading);
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  white-space: nowrap;
}

.brand span,
.eyebrow {
  color: var(--peach);
}

.brand span {
  display: inline-block;
  text-shadow: 0 0 18px rgba(250, 174, 123, 0.72);
  animation: star-pulse 4.8s ease-in-out infinite;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  margin-left: auto;
}

.site-nav a {
  color: rgba(244, 240, 249, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--peach);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(244, 240, 249, 0.26);
  border-radius: 6px;
  background: transparent;
  color: var(--lavender);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.86rem 1.25rem;
  border: 2px solid var(--deep-purple);
  border-radius: 6px;
  color: var(--white);
  background: var(--deep-purple);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(67, 35, 113, 0.28);
}

.btn-peach {
  color: var(--dark);
  background: var(--peach);
  border-color: var(--peach);
  box-shadow: 0 0 0 1px rgba(250, 174, 123, 0.14), 0 12px 30px rgba(250, 174, 123, 0.18);
}

.btn-peach:hover,
.btn-peach:focus-visible {
  box-shadow: 0 0 28px rgba(250, 174, 123, 0.34), 0 16px 36px rgba(28, 15, 46, 0.26);
}

.btn-small {
  min-height: 40px;
  padding: 0.62rem 0.9rem;
  font-size: 0.72rem;
}

.section {
  padding: 88px 0;
}

.section-dark {
  color: var(--lavender);
  background: var(--dark);
}

.section-lavender {
  background: var(--lavender);
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  z-index: -2;
  background:
    radial-gradient(ellipse at 16% 18%, rgba(250, 174, 123, 0.28), transparent 32rem),
    radial-gradient(ellipse at 82% 76%, rgba(244, 240, 249, 0.18), transparent 34rem),
    linear-gradient(145deg, var(--dark) 0%, #2a1646 50%, #432371 100%);
}

.hero::after {
  z-index: -1;
  opacity: 0.42;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(250, 174, 123, 0.22) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 0 48%, rgba(244, 240, 249, 0.14) 49% 51%, transparent 52%);
  background-size: 140px 140px;
  -webkit-mask-image: radial-gradient(circle at center, black, transparent 72%);
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.64;
  background:
    radial-gradient(circle at 22% 28%, rgba(250, 174, 123, 0.32) 0 1px, transparent 2px),
    radial-gradient(circle at 80% 14%, rgba(244, 240, 249, 0.26) 0 1px, transparent 2px),
    repeating-linear-gradient(115deg, transparent 0 30px, rgba(244, 240, 249, 0.045) 31px 32px);
  background-size: 42px 42px, 66px 66px, auto;
}

.hero-stars {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-stars span {
  position: absolute;
  color: rgba(250, 174, 123, 0.7);
  font-size: clamp(1.6rem, 3vw, 3.5rem);
  text-shadow: 0 0 24px rgba(250, 174, 123, 0.46);
  animation: drift-star 8s ease-in-out infinite;
}

.hero-stars span:nth-child(1) {
  top: 18%;
  left: 7%;
}

.hero-stars span:nth-child(2) {
  right: 12%;
  top: 16%;
  animation-delay: -2.4s;
}

.hero-stars span:nth-child(3) {
  right: 30%;
  bottom: 13%;
  animation-delay: -4.8s;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.35rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.8rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "✦";
  color: var(--peach);
  font-size: 0.78rem;
  text-shadow: 0 0 14px rgba(250, 174, 123, 0.5);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.05;
}

h1 {
  max-width: none;
  color: var(--white);
  font-size: clamp(3.3rem, 5.15vw, 5.35rem);
  overflow-wrap: break-word;
  text-shadow: 0 0 34px rgba(250, 174, 123, 0.22);
  text-wrap: balance;
}

h1::after {
  content: "";
  display: block;
  width: min(136px, 36vw);
  height: 2px;
  margin-top: 1.2rem;
  background: linear-gradient(90deg, var(--peach), rgba(250, 174, 123, 0));
  box-shadow: 0 0 18px rgba(250, 174, 123, 0.34);
}

h2 {
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
}

h3 {
  font-size: 1.55rem;
}

.hero-subheading {
  max-width: 880px;
  margin: 1.35rem 0 0;
  color: rgba(244, 240, 249, 0.84);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.platform-line {
  display: inline-flex;
  max-width: 100%;
  margin: 1rem 0 0;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(250, 174, 123, 0.28);
  border-radius: 999px;
  color: rgba(244, 240, 249, 0.88);
  background: rgba(244, 240, 249, 0.07);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.text-link.light {
  color: var(--peach);
}

.hero-panel,
.hero-system,
.system-card,
.audit-list,
.pricing-card,
.step-card,
.audit-form,
.portrait-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hero-panel {
  position: relative;
  max-width: 100%;
  padding: 1.6rem;
  background:
    linear-gradient(145deg, rgba(244, 240, 249, 0.16), rgba(250, 174, 123, 0.08));
  border-color: rgba(250, 174, 123, 0.28);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-panel::before {
  content: "✦";
  position: absolute;
  top: -1rem;
  right: 1.2rem;
  color: var(--peach);
  font-size: 2rem;
  text-shadow: 0 0 18px rgba(250, 174, 123, 0.6);
}

.hero-panel p {
  margin-top: 0;
  color: var(--white);
  font-weight: 700;
  overflow-wrap: break-word;
}

.hero-panel ul,
.audit-list ul,
.pricing-card ul {
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.hero-panel li,
.audit-list li,
.pricing-card li {
  position: relative;
  padding-left: 1.3rem;
  margin: 0.7rem 0;
}

.hero-panel li::before,
.audit-list li::before,
.pricing-card li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--peach);
  font-size: 0.72rem;
}

.hero-system {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(320px, 1.4fr) minmax(220px, 0.9fr);
  gap: 1rem;
  padding: 1rem;
  border-color: rgba(250, 174, 123, 0.22);
  background:
    linear-gradient(145deg, rgba(244, 240, 249, 0.12), rgba(28, 15, 46, 0.28)),
    repeating-linear-gradient(90deg, transparent 0 56px, rgba(250, 174, 123, 0.055) 57px 58px);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.system-card {
  min-height: 178px;
  padding: 1.2rem;
  border-color: rgba(244, 240, 249, 0.16);
  background:
    linear-gradient(160deg, rgba(244, 240, 249, 0.14), rgba(250, 174, 123, 0.08));
  box-shadow: none;
}

.system-card span {
  display: block;
  color: var(--peach);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.system-card p {
  margin: 0.85rem 0 0;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
}

.tool-constellation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  align-content: center;
}

.tool-constellation span {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(250, 174, 123, 0.28);
  border-radius: 8px;
  color: var(--lavender);
  background: rgba(28, 15, 46, 0.36);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.tool-constellation span:nth-child(3),
.tool-constellation span:nth-child(7) {
  color: var(--dark);
  background: var(--peach);
}

.about-grid,
.audit-grid,
.form-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.prose p {
  margin: 1rem 0 0;
  color: var(--ink-soft);
}

.portrait-card {
  position: sticky;
  top: 104px;
  padding: 1rem;
  background:
    linear-gradient(var(--lavender), var(--lavender)) padding-box,
    linear-gradient(145deg, rgba(250, 174, 123, 0.7), rgba(67, 35, 113, 0.32)) border-box;
  border-color: transparent;
}

.portrait-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top center;
  border-radius: 6px;
}

.portrait-card figcaption {
  margin-top: 0.85rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
  text-align: center;
}

.section-heading {
  position: relative;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.flow-heading {
  max-width: none;
}

.section-heading::after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  margin-top: 1rem;
  background: linear-gradient(90deg, var(--peach), rgba(250, 174, 123, 0));
}

.section-heading h2 + p {
  margin-top: 1rem;
}

@media (min-width: 1100px) {
  h1,
  .flow-heading h2 {
    white-space: nowrap;
  }

  .flow-heading h2 {
    font-size: clamp(3rem, 4.6vw, 4.7rem);
  }
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.step-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 1.4rem;
  background:
    linear-gradient(160deg, var(--white), rgba(244, 240, 249, 0.78));
}

.step-card::after,
.pricing-card::after,
.audit-list::after {
  content: "✦";
  position: absolute;
  right: 1rem;
  bottom: 0.6rem;
  color: rgba(250, 174, 123, 0.4);
  font-size: 1.6rem;
}

.step-card:hover,
.step-card:focus-within,
.pricing-card:hover,
.pricing-card:focus-within,
.audit-list:hover,
.audit-form:focus-within {
  transform: translateY(-3px);
  border-color: rgba(250, 174, 123, 0.52);
  box-shadow: 0 22px 54px rgba(28, 15, 46, 0.16);
}

.step-card span {
  color: var(--deep-purple);
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 700;
}

.step-card h3 {
  margin-top: 1rem;
  font-size: 1.35rem;
}

.step-card p,
.audit-list p,
.price-note,
.form-intro,
address {
  color: var(--ink-soft);
}

.audit-grid {
  align-items: center;
}

.audit-section p:not(.eyebrow) {
  max-width: 680px;
  color: var(--ink-soft);
}

.audit-list {
  position: relative;
  overflow: hidden;
  padding: 1.6rem;
  background:
    linear-gradient(145deg, rgba(244, 240, 249, 0.95), rgba(250, 174, 123, 0.16));
}

.pricing-section .section-heading h2 {
  color: var(--white);
}

.pricing-section .section-heading::after {
  background: linear-gradient(90deg, var(--peach), rgba(250, 174, 123, 0));
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.pricing-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 370px;
  flex-direction: column;
  padding: 1.35rem;
  color: var(--dark);
  background:
    linear-gradient(160deg, var(--white), rgba(244, 240, 249, 0.86));
}

.pricing-card.featured {
  border-color: var(--peach);
  box-shadow: 0 0 0 1px rgba(250, 174, 123, 0.4), 0 24px 58px rgba(250, 174, 123, 0.16);
}

.pricing-card .price {
  margin: 1rem 0 0;
  color: var(--deep-purple);
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.pricing-card ul {
  margin-top: auto;
  padding-top: 1.2rem;
}

.audit-form {
  padding: 1.35rem;
  background:
    linear-gradient(160deg, var(--white), rgba(244, 240, 249, 0.74));
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field {
  margin-bottom: 1rem;
}

label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.78rem 0.85rem;
  border: 1px solid rgba(67, 35, 113, 0.22);
  border-radius: 6px;
  color: var(--dark);
  background: var(--white);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(250, 174, 123, 0.34);
  border-color: var(--deep-purple);
}

.field-error {
  margin-top: 0.35rem;
  color: #8d1f3f;
  font-size: 0.86rem;
}

.is-invalid {
  border-color: #8d1f3f;
}

.form-status {
  display: none;
  margin-bottom: 1rem;
  padding: 0.9rem;
  border-radius: 6px;
  font-weight: 700;
}

.form-status.show {
  display: block;
}

.form-status.success {
  color: #173d27;
  background: #def7e8;
}

.form-status.error {
  color: #64152b;
  background: #ffe1e8;
}

.form-note {
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.contact-grid {
  align-items: center;
}

address {
  font-style: normal;
}

.site-footer {
  padding: 2rem 0;
  color: rgba(244, 240, 249, 0.72);
  background:
    linear-gradient(90deg, var(--dark), #2a1646, var(--dark));
}

@keyframes star-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.86;
  }

  50% {
    transform: scale(1.16) rotate(10deg);
    opacity: 1;
  }
}

@keyframes drift-star {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.58;
  }

  50% {
    transform: translateY(-12px) rotate(8deg);
    opacity: 1;
  }
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-grid p {
  margin: 0;
}

.footer-grid .brand {
  font-size: 1rem;
}

@media (max-width: 980px) {
  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0.5rem 1rem 1rem;
    background: var(--dark);
    border-bottom: 1px solid rgba(250, 174, 123, 0.24);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 0.85rem 0;
  }

  .hero-grid,
  .about-grid,
  .audit-grid,
  .form-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-system {
    grid-template-columns: 1fr;
  }

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

  .portrait-card {
    position: static;
    max-width: 420px;
  }

  .steps-grid,
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  .brand {
    font-size: 0.96rem;
    letter-spacing: 0.09em;
  }

  .section {
    padding: 64px 0;
  }

  .hero {
    min-height: auto;
    padding: 82px 0 70px;
  }

  .hero-stars span:nth-child(1) {
    left: 4%;
    top: 12%;
  }

  .hero-stars span:nth-child(2),
  .hero-stars span:nth-child(3) {
    display: none;
  }

  h1 {
    font-size: 2.85rem;
    line-height: 1.08;
  }

  .platform-line {
    display: flex;
    border-radius: 8px;
    font-size: 0.74rem;
  }

  .tool-constellation {
    grid-template-columns: 1fr;
  }

  .system-card {
    min-height: auto;
  }

  .hero-panel {
    padding: 1.35rem;
  }

  .hero-actions,
  .footer-grid {
    align-items: stretch;
    flex-direction: column;
  }

  .steps-grid,
  .pricing-grid,
  .field-row {
    grid-template-columns: 1fr;
  }

  .step-card,
  .pricing-card {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
