:root {
  color-scheme: dark;
  --black: #000;
  --black-soft: #060403;
  --black-panel: #100b0a;
  --black-glass: rgba(12, 8, 7, 0.78);
  --white: #fffaf4;
  --white-soft: #f1ebe3;
  --warm: #cfc4ba;
  --muted: #93887f;
  --red: #df1821;
  --red-hot: #ff3344;
  --red-dark: #8d080f;
  --red-black: #260204;
  --line: rgba(255, 250, 244, 0.13);
  --line-hot: rgba(255, 51, 68, 0.42);
  --shadow: 0 44px 120px rgba(0, 0, 0, 0.64);
  --glow: 0 0 80px rgba(223, 24, 33, 0.28);
  --section-gap: 0.6rem;
  --radius-xl: clamp(1.35rem, 2.4vw, 2.7rem);
  --radius-lg: clamp(1.1rem, 1.8vw, 2rem);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 50% -18rem, rgba(223, 24, 33, 0.42), transparent 36rem),
    radial-gradient(circle at 50% 12rem, rgba(255, 250, 244, 0.055), transparent 44rem),
    linear-gradient(180deg, #090403 0%, #000 32rem, #000 100%);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

main {
  display: grid;
  gap: var(--section-gap);
  overflow: clip;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.2rem, 2.8vw, 2.6rem);
  padding: 0 clamp(1rem, 2.4vw, 2.4rem);
  background: rgba(0, 0, 0, 0.86);
  border-bottom: 1px solid rgba(255, 250, 244, 0.08);
  backdrop-filter: saturate(170%) blur(24px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--white);
  text-decoration: none;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.brand {
  position: absolute;
  left: clamp(1rem, 2.4vw, 2.4rem);
  font-size: 0.78rem;
}

.brand img {
  width: 1.85rem;
  height: 1.85rem;
  filter: drop-shadow(0 0 16px rgba(255, 51, 68, 0.34));
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.55rem, 1.3vw, 1.45rem);
  flex-wrap: nowrap;
}

.site-nav a {
  color: rgba(255, 250, 244, 0.72);
  text-decoration: none;
  padding: 0;
  border-radius: 0;
  font-size: 0.76rem;
  font-weight: 560;
  line-height: 46px;
  letter-spacing: -0.01em;
  transition: color 0.18s ease, opacity 0.18s ease;
}

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

.site-nav .portal-link {
  line-height: 1;
  color: #fff;
  padding: 0.46rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--red-hot), var(--red-dark));
  box-shadow: 0 0 26px rgba(223, 24, 33, 0.34);
}

.menu-toggle {
  display: none;
  position: absolute;
  right: 1rem;
  min-height: 2.25rem;
  padding: 0.45rem 0.82rem;
  color: var(--white);
  background: rgba(255, 250, 244, 0.08);
  border: 1px solid rgba(255, 250, 244, 0.17);
  border-radius: 999px;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
}

.showcase-band {
  position: relative;
  width: min(100% - var(--section-gap) * 2, 1820px);
  max-width: none;
  margin: 0 auto;
  padding: clamp(2.6rem, 5vw, 5.2rem) clamp(1rem, 3.6vw, 3.8rem);
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 250, 244, 0.085);
  background:
    radial-gradient(circle at 50% 112%, rgba(223, 24, 33, 0.24), transparent 35rem),
    linear-gradient(180deg, #15100e 0%, #070302 70%, #000 100%);
  box-shadow: inset 0 1px 0 rgba(255, 250, 244, 0.08);
}

.showcase-band::before,
.showcase-band::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.showcase-band::before {
  inset: 0;
  background:
    radial-gradient(circle at 50% -4rem, rgba(255, 250, 244, 0.105), transparent 29rem),
    radial-gradient(circle at 18% 22%, rgba(255, 51, 68, 0.16), transparent 25rem),
    radial-gradient(circle at 82% 22%, rgba(223, 24, 33, 0.12), transparent 25rem);
}

.showcase-band::after {
  inset: auto 12% -2rem;
  height: 4rem;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 51, 68, 0.28), transparent 72%);
  filter: blur(18px);
}

.band-black {
  background:
    radial-gradient(circle at 50% 108%, rgba(255, 51, 68, 0.18), transparent 31rem),
    linear-gradient(180deg, #090604 0%, #000 100%);
}

.band-red {
  background:
    radial-gradient(circle at 50% 110%, rgba(255, 51, 68, 0.28), transparent 35rem),
    linear-gradient(180deg, #190908 0%, #080101 74%, #000 100%);
}

.hero-showcase {
  min-height: clamp(34rem, calc(88svh - 56px), 50rem);
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: start;
  gap: clamp(1.5rem, 3.2vw, 3.2rem);
  padding-top: clamp(3.2rem, 5.2vw, 5.1rem);
  text-align: center;
}

.hero-copy {
  display: grid;
  justify-items: center;
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--red-hot);
  font-size: clamp(0.72rem, 1.3vw, 0.9rem);
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 0 34px rgba(223, 24, 33, 0.46);
}

.hero h1,
.section-heading h2,
.footer-hero h2 {
  text-wrap: balance;
  color: transparent;
  background: linear-gradient(180deg, #fff 0%, var(--white) 46%, #bdb2a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero h1 {
  max-width: min(12.4ch, 1120px);
  margin: 0;
  font-size: clamp(3.45rem, 8vw, 8rem);
  line-height: 0.93;
  letter-spacing: -0.086em;
}

.hero p {
  max-width: 770px;
  margin: 0.75rem auto 0;
  color: rgba(255, 250, 244, 0.74);
  font-size: clamp(1.16rem, 2.25vw, 1.72rem);
  line-height: 1.34;
  letter-spacing: -0.026em;
}

.hero-actions,
.footer-actions,
.center-callout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

.button {
  position: relative;
  min-height: 2.62rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  padding: 0.66rem 1.14rem;
  color: var(--white);
  border: 1px solid rgba(255, 250, 244, 0.16);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 760;
  letter-spacing: -0.01em;
  line-height: 1;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 250, 244, 0.16);
  backdrop-filter: blur(18px);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translateX(-130%) skewX(-16deg);
  background: linear-gradient(90deg, transparent, rgba(255, 250, 244, 0.18), transparent);
  transition: transform 0.65s ease;
}

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

.button:hover::after {
  transform: translateX(130%) skewX(-16deg);
}

.button.primary {
  background:
    linear-gradient(180deg, rgba(255, 70, 82, 0.98), rgba(223, 24, 33, 0.96) 48%, rgba(141, 8, 15, 0.98)),
    var(--red);
  border-color: rgba(255, 113, 124, 0.42);
  box-shadow: 0 14px 38px rgba(223, 24, 33, 0.32), inset 0 1px 0 rgba(255, 250, 244, 0.2);
}

.button.secondary {
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.105), rgba(255, 250, 244, 0.045)),
    rgba(255, 250, 244, 0.035);
  border-color: rgba(255, 250, 244, 0.18);
}

.button:focus-visible,
.chat-launcher:focus-visible,
.chat-close:focus-visible,
.chat-actions button:focus-visible {
  outline: 3px solid rgba(255, 51, 68, 0.45);
  outline-offset: 3px;
}

.hero-panel {
  width: min(100%, 1020px);
  padding: 0;
  border: 0;
  border-radius: clamp(1.7rem, 3vw, 3.2rem);
  background: transparent;
  box-shadow: none;
}

.showcase-device {
  position: relative;
  padding: clamp(1.05rem, 2.6vw, 2.15rem);
  border-radius: inherit;
  border: 1px solid rgba(255, 250, 244, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.14), transparent 25%),
    linear-gradient(135deg, rgba(255, 51, 68, 0.25), rgba(255, 250, 244, 0.035) 52%, rgba(223, 24, 33, 0.2)),
    rgba(7, 3, 2, 0.84);
  box-shadow:
    0 48px 130px rgba(0, 0, 0, 0.74),
    0 0 92px rgba(223, 24, 33, 0.2),
    inset 0 1px 0 rgba(255, 250, 244, 0.2);
  backdrop-filter: blur(26px) saturate(135%);
}

.stats {
  max-width: 880px;
  margin: 0 auto;
}

.stats-label {
  margin-bottom: 0.55rem;
  color: var(--warm);
  text-align: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.6rem, 1.4vw, 1.05rem);
  align-items: start;
}

.stat-card {
  margin: 0;
  padding: 0;
  text-align: center;
  background: transparent;
}

.stat-card strong {
  display: block;
  color: var(--white);
  font-size: clamp(1.9rem, 4vw, 3.35rem);
  line-height: 1;
  letter-spacing: -0.08em;
}

.stat-card span {
  color: var(--muted);
  font-size: 0.88rem;
}

.cards-section,
.plans-section,
.process-section,
.text-section {
  display: grid;
  justify-items: center;
  text-align: center;
}

.section-heading {
  max-width: 960px;
  margin: 0 auto clamp(1.25rem, 2.8vw, 2.2rem);
}

.section-heading h2,
.footer-hero h2 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: -0.078em;
}

.section-heading p {
  max-width: 760px;
  margin: 0.7rem auto 0;
  color: rgba(255, 250, 244, 0.72);
  font-size: clamp(1.05rem, 2vw, 1.36rem);
  line-height: 1.38;
  letter-spacing: -0.026em;
}

.card-grid,
.plan-grid,
.process-grid {
  width: min(100%, 1660px);
  display: grid;
  align-items: stretch;
  gap: var(--section-gap);
}

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

.card-grid.compact {
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
}

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

.plan-grid {
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
}

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

.service-tile,
.plan-card,
.process-card,
.site-form,
.footer-panel {
  position: relative;
  overflow: clip;
  border: 1px solid rgba(255, 250, 244, 0.105);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 51, 68, 0.15), transparent 20rem),
    linear-gradient(180deg, rgba(255, 250, 244, 0.11), rgba(255, 250, 244, 0.036));
  box-shadow: inset 0 1px 0 rgba(255, 250, 244, 0.08);
  backdrop-filter: blur(20px) saturate(135%);
}

.service-tile,
.plan-card,
.process-card {
  min-height: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(0.9rem, 1.8vw, 1.5rem);
  text-align: center;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, transform 0.18s ease;
}

.service-tile:hover,
.plan-card:hover,
.process-card:hover {
  border-color: var(--line-hot);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42), 0 0 54px rgba(223, 24, 33, 0.18);
}

.service-tile::before,
.plan-card::before,
.process-card::before,
.footer-panel::before,
.site-form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.7;
  background:
    linear-gradient(130deg, rgba(255, 250, 244, 0.12), transparent 32%),
    radial-gradient(circle at 50% 0%, rgba(255, 51, 68, 0.18), transparent 44%);
}

.service-tile > *,
.plan-card > *,
.process-card > *,
.footer-panel > *,
.site-form > * {
  position: relative;
  z-index: 1;
}

.footer-orb {
  display: grid;
  place-items: center;
  color: var(--red-hot);
  border: 1px solid rgba(255, 250, 244, 0.16);
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 250, 244, 0.22), transparent 1.8rem),
    linear-gradient(145deg, rgba(255, 51, 68, 0.22), rgba(0, 0, 0, 0.5));
  box-shadow: 0 26px 70px rgba(223, 24, 33, 0.22), inset 0 1px 0 rgba(255, 250, 244, 0.18);
}

.tile-symbol {
  display: grid;
  place-items: center;
  width: clamp(3.2rem, 4.2vw, 3.8rem);
  height: clamp(3.2rem, 4.2vw, 3.8rem);
  margin-bottom: clamp(0.55rem, 1.3vw, 0.9rem);
  color: var(--red-hot);
}

.plan-symbol,
.process-symbol {
  display: grid;
  place-items: center;
  width: clamp(3.05rem, 3.8vw, 3.55rem);
  height: clamp(3.05rem, 3.8vw, 3.55rem);
  margin-bottom: 0.55rem;
  color: var(--red-hot);
}

.tile-icon {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 22px rgba(255, 51, 68, 0.32));
}

.footer-orb {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.1rem;
  border-radius: 1.25rem;
}

.plan-icon,
.process-icon {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 22px rgba(255, 51, 68, 0.32));
}

.footer-icon {
  width: 54%;
  height: 54%;
}

.card h3,
.plan-card h3,
.process-card h3 {
  margin: 0 0 0.35rem;
  color: var(--white);
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  line-height: 1.06;
  letter-spacing: -0.056em;
}

.card p,
.process-card p,
.plan-card p,
.plan-card li,
.center-callout p,
.site-footer p,
.mini-counts {
  color: rgba(255, 250, 244, 0.7);
}

.card p,
.process-card p {
  max-width: 34rem;
  margin-inline: auto;
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.42;
  letter-spacing: -0.012em;
}

.card ul,
.plan-card ul {
  width: 100%;
  padding: 0;
  margin: 0.55rem 0 0;
  list-style: none;
}

.card li,
.plan-card li {
  display: flex;
  gap: 0.55rem;
  justify-content: flex-start;
  align-items: baseline;
  margin: 0.22rem 0;
  color: rgba(255, 250, 244, 0.72);
  text-align: left;
}

.card li::before,
.plan-card li::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--red-hot);
  box-shadow: 0 0 14px rgba(255, 51, 68, 0.42);
}

.plan-card {
  min-height: auto;
  gap: 0.4rem;
}

.plan-card.featured {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 51, 68, 0.34), transparent 18rem),
    linear-gradient(180deg, rgba(141, 8, 15, 0.9), rgba(10, 1, 2, 0.98));
  border-color: rgba(255, 51, 68, 0.42);
  box-shadow: var(--glow);
}

.plan-tag {
  margin: 0;
  color: var(--red-hot);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price span {
  color: var(--white);
  font-size: clamp(3.15rem, 5.6vw, 4.6rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.09em;
}

.price small {
  color: var(--muted);
  font-weight: 760;
}

.plan-card .button {
  margin-top: 0.55rem;
}

.center-callout {
  width: min(100%, 940px);
  flex-direction: column;
  padding: clamp(1rem, 2.6vw, 1.75rem);
  border: 1px solid rgba(255, 250, 244, 0.1);
  border-radius: 1.8rem;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.09), rgba(255, 250, 244, 0.04)),
    rgba(0, 0, 0, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 250, 244, 0.08);
  backdrop-filter: blur(20px);
}

.process-card {
  min-height: auto;
  justify-content: center;
}

.text-section {
  min-height: auto;
  place-content: center;
}

.form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
  gap: clamp(1rem, 2.4vw, 1.6rem);
  align-items: center;
  justify-items: stretch;
  text-align: left;
}

.form-section .section-heading {
  margin: 0;
  text-align: left;
}

.form-section .section-heading p {
  margin-left: 0;
}

.site-form {
  min-height: auto;
  display: grid;
  align-items: stretch;
  padding: clamp(0.95rem, 2vw, 1.35rem);
  text-align: left;
  backdrop-filter: blur(18px);
}

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

.site-form label {
  display: grid;
  gap: 0.42rem;
  color: var(--warm);
  font-weight: 740;
}

.site-form input,
.site-form select,
.site-form textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  color: var(--white);
  background: rgba(0, 0, 0, 0.46);
  border: 1px solid rgba(255, 250, 244, 0.14);
  border-radius: 0.95rem;
  outline: none;
  font: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.site-form input:focus,
.site-form select:focus,
.site-form textarea:focus {
  border-color: rgba(255, 51, 68, 0.68);
  box-shadow: 0 0 0 4px rgba(223, 24, 33, 0.18);
  background: rgba(0, 0, 0, 0.62);
}

.site-form .wide {
  margin: 0.75rem 0;
}

.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}

.form-status {
  min-height: 1.5rem;
  color: var(--warm);
  font-weight: 760;
}

.form-status.ok,
.form-status.error {
  color: var(--red-hot);
}

.site-footer {
  position: relative;
  width: min(100% - var(--section-gap) * 2, 1820px);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--section-gap);
  margin: var(--section-gap) auto 0;
  padding: 0 0 var(--section-gap);
  background: transparent;
}

.footer-hero,
.footer-panel,
.footer-links {
  border: 1px solid rgba(255, 250, 244, 0.095);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 51, 68, 0.18), transparent 24rem),
    linear-gradient(180deg, rgba(16, 11, 10, 0.9), rgba(3, 1, 1, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 250, 244, 0.08);
  backdrop-filter: blur(24px) saturate(135%);
}

.footer-hero {
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1.25rem, 3.8vw, 2.9rem);
}

.footer-brand img {
  width: 2.8rem;
  height: 2.8rem;
  filter: drop-shadow(0 0 16px rgba(255, 51, 68, 0.32));
}

.footer-hero h2 {
  max-width: 13ch;
  margin: 1rem 0 0;
  font-size: clamp(2.6rem, 6vw, 5.7rem);
}

.footer-hero p {
  max-width: 42rem;
  margin: 0.7rem 0 0;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.footer-actions {
  justify-content: flex-start;
}

.footer-panel {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 2.4rem);
}

.footer-panel-label {
  margin: 0 0 1rem;
  color: var(--red-hot);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-metrics {
  display: grid;
  gap: 0.7rem;
}

.footer-metrics span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  color: var(--warm);
  border: 1px solid rgba(255, 250, 244, 0.11);
  border-radius: 1rem;
  background: rgba(255, 250, 244, 0.05);
}

.footer-metrics strong {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.08em;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 2.8vw, 2.15rem);
  padding: clamp(1rem, 2.8vw, 1.75rem);
}

.footer-links h2 {
  margin: 0 0 0.6rem;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: fit-content;
  margin: 0.36rem 0;
  color: rgba(255, 250, 244, 0.72);
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.footer-links a:hover {
  color: var(--white);
  transform: translateX(3px);
}

.footer-link-icon {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--red-hot);
}

.site-chat {
  position: fixed;
  --chat-edge: clamp(0.75rem, 2vw, 1.4rem);
  --chat-launcher-size: clamp(3.25rem, 5vw, 3.75rem);
  right: var(--chat-edge);
  bottom: var(--chat-edge);
  z-index: 40;
  width: auto;
  max-width: calc(100vw - (var(--chat-edge) * 2));
  max-height: calc(100vh - (var(--chat-edge) * 2));
  max-height: calc(100dvh - (var(--chat-edge) * 2));
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  pointer-events: none;
}

.chat-launcher,
.chat-panel {
  pointer-events: auto;
}

.chat-launcher {
  width: var(--chat-launcher-size);
  height: var(--chat-launcher-size);
  min-height: var(--chat-launcher-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--white);
  border: 1px solid rgba(255, 250, 244, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 250, 244, 0.28), transparent 1.1rem),
    linear-gradient(180deg, rgba(255, 51, 68, 0.95), rgba(141, 8, 15, 0.95)),
    #100b0a;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.52), 0 0 34px rgba(223, 24, 33, 0.3);
  font: inherit;
  font-weight: 820;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chat-launcher:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.58), 0 0 42px rgba(223, 24, 33, 0.36);
}

.chat-launcher-icon {
  width: 1.65rem;
  height: 1.65rem;
}

.chat-panel {
  width: min(25.5rem, calc(100vw - 1.4rem));
  max-height: min(44rem, calc(100vh - (var(--chat-edge) * 2) - var(--chat-launcher-size) - 0.75rem));
  max-height: min(44rem, calc(100svh - (var(--chat-edge) * 2) - var(--chat-launcher-size) - 0.75rem));
  max-height: min(44rem, calc(100dvh - (var(--chat-edge) * 2) - var(--chat-launcher-size) - 0.75rem));
  flex: 0 1 auto;
  display: grid;
  gap: clamp(0.58rem, 1.5vh, 1rem);
  margin-bottom: 0.75rem;
  padding: 1rem;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  border: 1px solid rgba(255, 250, 244, 0.14);
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 51, 68, 0.22), transparent 13rem),
    rgba(4, 1, 1, 0.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.chat-panel[hidden] {
  display: none;
}

.chat-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.chat-header .eyebrow {
  margin-bottom: 0.45rem;
  font-size: 0.68rem;
}

.chat-header h2 {
  margin: 0;
  color: var(--white);
  font-size: 1.18rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.chat-close {
  flex: 0 0 auto;
  padding: 0.42rem 0.62rem;
  color: var(--warm);
  border: 1px solid rgba(255, 250, 244, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.07);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 760;
  cursor: pointer;
}

.chat-messages {
  max-height: clamp(5rem, 18dvh, 10rem);
  display: grid;
  gap: 0.55rem;
  overflow: auto;
  padding-right: 0.2rem;
}

.chat-message {
  width: fit-content;
  max-width: 92%;
  margin: 0;
  padding: 0.72rem 0.82rem;
  color: rgba(255, 250, 244, 0.78);
  border: 1px solid rgba(255, 250, 244, 0.11);
  border-radius: 1rem;
  background: rgba(255, 250, 244, 0.06);
  line-height: 1.35;
}

.chat-message.visitor {
  justify-self: end;
  color: var(--white);
  border-color: rgba(255, 51, 68, 0.28);
  background: rgba(223, 24, 33, 0.26);
}

.chat-message.typing {
  color: var(--warm);
  background: rgba(255, 250, 244, 0.035);
}

.chat-form {
  display: grid;
  gap: clamp(0.5rem, 1.25vh, 0.75rem);
}

.chat-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.chat-actions button {
  min-height: 2.25rem;
  padding: 0.48rem 0.58rem;
  color: rgba(255, 250, 244, 0.78);
  border: 1px solid rgba(255, 250, 244, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.055);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 760;
  cursor: pointer;
}

.chat-actions button.active,
.chat-actions button:hover {
  color: var(--white);
  border-color: rgba(255, 51, 68, 0.38);
  background: rgba(223, 24, 33, 0.2);
}

.chat-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--warm);
  font-weight: 740;
}

.chat-identity span,
.chat-security-note {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 620;
}

.chat-security-note {
  margin: -0.15rem 0 0;
  line-height: 1.35;
}

.chat-form input,
.chat-form textarea {
  width: 100%;
  padding: clamp(0.62rem, 1.2vh, 0.78rem) 0.86rem;
  color: var(--white);
  background: rgba(0, 0, 0, 0.48);
  border: 1px solid rgba(255, 250, 244, 0.14);
  border-radius: 0.85rem;
  outline: none;
  font: inherit;
}

.chat-form textarea {
  min-height: 5.2rem;
  resize: vertical;
}

.chat-form input:focus,
.chat-form textarea:focus {
  border-color: rgba(255, 51, 68, 0.68);
  box-shadow: 0 0 0 4px rgba(223, 24, 33, 0.18);
}

@media (min-width: 1181px) {
  .card-grid.compact {
    grid-template-columns: repeat(var(--card-count), minmax(0, 1fr));
  }

  .plan-grid {
    grid-template-columns: repeat(var(--plan-count), minmax(0, 1fr));
  }

  .card-grid.compact .service-tile,
  .plan-grid .plan-card {
    min-height: auto;
    padding: clamp(0.85rem, 1.15vw, 1.25rem);
  }

  .card-grid.compact .tile-symbol,
  .plan-grid .plan-symbol {
    width: clamp(2.75rem, 2.7vw, 3.25rem);
    height: clamp(2.75rem, 2.7vw, 3.25rem);
  }

  .card-grid.compact .card h3,
  .plan-grid .plan-card h3 {
    font-size: clamp(1.18rem, 1.55vw, 1.95rem);
    letter-spacing: -0.045em;
  }

  .card-grid.compact .card p,
  .card-grid.compact .card li,
  .plan-grid .plan-card li {
    font-size: clamp(0.86rem, 0.78vw, 0.95rem);
    line-height: 1.36;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1180px) {
  .brand span {
    display: none;
  }

  .card-grid,
  .card-grid.compact,
  .plan-grid,
  .plan-grid.preview,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    justify-content: flex-start;
    min-height: 54px;
  }

  .brand {
    position: static;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 4rem;
    left: 0.85rem;
    right: 0.85rem;
    padding: 1rem;
    gap: 0;
    border: 1px solid rgba(255, 250, 244, 0.14);
    border-radius: 1.2rem;
    background: rgba(0, 0, 0, 0.94);
    box-shadow: var(--shadow);
    backdrop-filter: blur(24px);
  }

  .site-nav.open {
    display: grid;
  }

  .site-nav a {
    width: 100%;
    padding: 0.84rem 0.9rem;
    line-height: 1.2;
    font-size: 1rem;
  }

  .site-nav .portal-link {
    margin: 0.35rem 0 0;
    text-align: center;
  }

  .showcase-band,
  .site-footer {
    width: calc(100% - 1rem);
    border-radius: 1.4rem;
  }

  .showcase-band {
    padding: clamp(1.8rem, 5vw, 3.2rem) 1rem;
  }

  .hero-showcase {
    min-height: auto;
    padding-top: clamp(2.4rem, 8vw, 3.4rem);
  }

  .stats-grid,
  .card-grid,
  .card-grid.compact,
  .plan-grid,
  .plan-grid.preview,
  .process-grid,
  .form-section,
  .site-footer,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .form-section,
  .form-section .section-heading {
    text-align: center;
  }

  .form-section .section-heading p {
    margin-left: auto;
  }

  .service-tile,
  .plan-card,
  .process-card {
    min-height: auto;
  }

  .footer-hero,
  .footer-panel {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  :root {
    --section-gap: 0.42rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .hero p {
    font-size: 1.13rem;
  }

  .section-heading h2,
  .footer-hero h2 {
    font-size: clamp(2.25rem, 11vw, 3.35rem);
  }

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

  .tile-symbol {
    width: 3.1rem;
    height: 3.1rem;
  }

  .site-chat {
    right: 0.55rem;
    bottom: 0.55rem;
    width: auto;
    --chat-edge: 0.55rem;
    --chat-launcher-size: 3.35rem;
  }

  .chat-panel {
    width: calc(100vw - 1.1rem);
    padding: 0.8rem;
  }

  .chat-header {
    gap: 0.7rem;
  }

  .chat-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-height: 760px) {
  .chat-panel {
    padding: 0.78rem;
    border-radius: 1.15rem;
  }

  .chat-header {
    gap: 0.7rem;
  }

  .chat-header h2 {
    font-size: 1.04rem;
  }

  .chat-header p:not(.eyebrow) {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .chat-messages {
    max-height: clamp(4.25rem, 15dvh, 6.5rem);
  }

  .chat-message {
    padding: 0.58rem 0.68rem;
  }

  .chat-actions button {
    min-height: 2rem;
    padding-block: 0.38rem;
  }

  .chat-security-note {
    font-size: 0.72rem;
  }
}
