:root {
  --bg: #fafaf9;
  --bg-soft: #fafaf9;
  --surface: #ffffff;
  --surface-dark: #232323;
  --surface-deep: #1f1f1f;
  --ink: #141414;
  --muted: #6a6a6a;
  --line: #e8e8e1;
  --line-dark: rgba(255, 255, 255, 0.1);
  --blue: #4c66d6;
  --orange: #f1b04a;
  --green: #87d873;
  --success: #def5df;
  --info: #dde7ff;
  --error: #ffe1e1;
  --shadow-soft: 0 24px 60px rgba(17, 17, 17, 0.06);
  --shell: min(1460px, calc(100vw - 56px));
  --shell-wide: min(1680px, calc(100vw - 24px));
  --font-base: "Segoe UI Variable Text", "Segoe UI Variable", "Segoe UI", "Arial Nova", sans-serif;
  --font-display: "Segoe UI Variable Display", "Segoe UI Variable", "Segoe UI", "Arial Nova", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-base);
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(76, 102, 214, 0.03), transparent 24%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg) 100%);
}

body.has-open-modal {
  overflow: hidden;
}

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

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

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

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  flex: 0 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6e6e6e;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading h2,
.contact-copy h2,
.workflow-copy h2,
.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.section-heading h2,
.contact-copy h2,
.workflow-copy h2 {
  font-size: clamp(2.1rem, 4vw, 3.7rem);
}

.section-heading p,
.contact-copy p,
.workflow-copy p,
.offer-pillar p,
.feature-card-body p,
.help-card p {
  color: var(--muted);
  line-height: 1.78;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(30, 30, 30, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-family: var(--font-display);
  font-size: 1.02rem;
  color: #ffffff;
}

.brand small {
  color: rgba(255, 255, 255, 0.55);
}

.main-nav {
  display: inline-flex;
  justify-content: center;
  gap: 24px;
  justify-self: center;
}

.main-nav a {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #ffffff;
}

.menu-toggle,
.header-cta,
.button,
.help-card a {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, border-color 0.28s ease;
}

.header-cta::after,
.button::after,
.help-card a::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -45%;
  width: 34%;
  height: 160%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
  transform: skewX(-24deg) translateX(-220%);
  transition: transform 0.72s ease;
  pointer-events: none;
}

.header-cta,
.button-primary,
.button-submit,
.help-card:nth-child(3n + 1) a {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 14px 28px rgba(76, 102, 214, 0.2);
}

.button-secondary,
.button-light,
.help-card:nth-child(3n + 2) a {
  color: #121212;
  background: var(--orange);
  box-shadow: 0 14px 28px rgba(241, 176, 74, 0.18);
}

.button-lilac {
  color: #2b2450;
  background: #d7d2ff;
  box-shadow: 0 14px 28px rgba(181, 171, 255, 0.18);
}

.button-download {
  color: #ffffff;
  background: #c96f72;
  box-shadow: 0 14px 28px rgba(201, 111, 114, 0.24);
}

.button-accent,
.help-card:nth-child(3n) a {
  color: #121212;
  background: var(--green);
  box-shadow: 0 14px 28px rgba(135, 216, 115, 0.18);
}

.pricing-card .button,
.button-submit {
  width: 100%;
}

.menu-toggle {
  display: none;
  gap: 10px;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  cursor: pointer;
}

.header-cta:hover,
.button:hover,
.help-card a:hover {
  transform: translateY(-2px);
}

.header-cta:hover::after,
.button:hover::after,
.help-card a:hover::after {
  transform: skewX(-24deg) translateX(520%);
}

.hero {
  position: relative;
  min-height: calc(100svh - 78px);
  padding: 0;
  overflow: hidden;
  background: #252525;
  --pointer-x: 50%;
  --pointer-y: 50%;
  --light-opacity: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: -10%;
  pointer-events: none;
  opacity: var(--light-opacity);
  z-index: 1;
  background:
    radial-gradient(circle 340px at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.14), transparent 62%),
    radial-gradient(circle 520px at var(--pointer-x) var(--pointer-y), rgba(120, 135, 255, 0.08), transparent 70%);
  transition: opacity 0.28s ease;
}

.hero-backdrop,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05) brightness(0.34);
  transform: scale(1.06);
  transform-origin: center center;
  animation: heroBackdropDrift 22s ease-in-out infinite alternate;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(24, 24, 24, 0.72) 0%, rgba(24, 24, 24, 0.82) 100%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.06), transparent 34%);
  animation: heroGlowPulse 16s ease-in-out infinite alternate;
}

.hero-shell {
  position: relative;
  width: var(--shell-wide);
  min-height: calc(100svh - 78px);
  display: grid;
  place-items: center;
  z-index: 2;
}

.hero-copy {
  max-width: 860px;
  padding: 120px 20px 140px;
  text-align: center;
  color: #ffffff;
}

.hero-copy > * {
  opacity: 0;
  animation: heroFadeUp 0.9s cubic-bezier(0.21, 1, 0.32, 1) forwards;
}

.hero-copy .eyebrow {
  animation-delay: 0.08s;
}

.hero-copy h1 {
  animation-delay: 0.18s;
}

.hero-copy .hero-body {
  animation-delay: 0.3s;
}

.hero-copy .hero-badges {
  animation-delay: 0.42s;
}

.hero-copy .hero-actions {
  animation-delay: 0.54s;
}

.hero-copy .hero-contact {
  animation-delay: 0.66s;
}

.hero-copy .proof-grid {
  animation-delay: 0.78s;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.hero h1 {
  font-size: clamp(4rem, 9vw, 6.6rem);
}

.hero-body {
  max-width: 760px;
  margin: 22px auto 0;
  font-size: 1.2rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.76);
}

.hero-badges,
.hero-actions,
.hero-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-badges {
  justify-content: center;
  margin-top: 28px;
}

.hero-badge {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
}

.hero-actions {
  justify-content: center;
  margin-top: 34px;
}

.hero-contact {
  justify-content: center;
  margin-top: 24px;
  gap: 22px;
}

.hero-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.84);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 940px;
  margin: 42px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
}

.proof-item span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.58;
}

.hero-media,
.hero-note {
  display: none;
}

.offer-strip {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: #ffffff;
}

.offer-pillar {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 38px 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.offer-pillar:last-child {
  border-right: 0;
}

.offer-icon,
.help-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1.5px solid #222222;
  color: #222222;
}

.offer-pillar h2,
.feature-card-body h3,
.help-card h3,
.pricing-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.38rem;
  line-height: 1.2;
}

.pricing-section,
.help-section,
.legal-section {
  background: var(--bg-soft);
}

.pricing-section {
  position: relative;
  overflow: hidden;
  --pointer-x: 50%;
  --pointer-y: 50%;
  --light-opacity: 0;
}

.pricing-section::before {
  content: "";
  position: absolute;
  inset: -10%;
  pointer-events: none;
  opacity: var(--light-opacity);
  background:
    radial-gradient(circle 360px at var(--pointer-x) var(--pointer-y), rgba(131, 122, 212, 0.1), transparent 64%),
    radial-gradient(circle 540px at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.22), transparent 72%);
  transition: opacity 0.28s ease;
}

.pricing-section,
.features-section,
.workflow-section,
.help-section,
.contact-section,
.legal-section {
  padding: 96px 0;
}

.pricing-section .section-heading,
.help-section .section-heading,
.legal-section .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  max-width: 1060px;
  margin: 0 auto;
  align-items: stretch;
}

.pricing-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #ffffff;
  border: 1px solid #ebe7dd;
  border-radius: 28px;
  overflow: hidden;
  text-align: left;
  gap: 0;
  box-shadow: 0 22px 48px rgba(17, 17, 17, 0.05);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.pricing-card-featured {
  --pricing-shift: -10px;
  border-top: 8px solid #d88686;
  transform: translateY(var(--pricing-shift));
  box-shadow: 0 28px 54px rgba(17, 17, 17, 0.08);
}

.pricing-card-standard {
  --pricing-shift: 0px;
  border-top: 8px solid #d9d6cf;
}

.pricing-card-top,
.pricing-focus,
.pricing-list li::before {
  transition: background 0.32s ease, color 0.32s ease, transform 0.32s ease;
}

.pricing-card-top {
  padding: 26px 30px 24px;
  background: linear-gradient(180deg, #fffefb 0%, #fbfaf6 100%);
  border-bottom: 1px solid #f0ece3;
}

.pricing-card-featured .pricing-card-top {
  background: linear-gradient(180deg, #fffefd 0%, #fdf7f7 100%);
}

.pricing-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 0;
  margin-bottom: 22px;
}

.pricing-label {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-label-featured {
  color: #ffffff;
  background: #d88686;
}

.pricing-label-standard {
  color: #4f4f4f;
  background: #efede8;
}

.pricing-focus {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8e8e8e;
}

.pricing-note,
.pricing-description {
  color: var(--muted);
}

.pricing-card-top h3 {
  font-size: clamp(1.7rem, 3vw, 2rem);
}

.pricing-note {
  margin: 8px 0 0;
}

.pricing-card-main {
  display: grid;
  align-content: start;
  padding: 0 30px 0;
}

.pricing-price-wrap {
  padding: 28px 0 24px;
}

.pricing-price {
  margin-top: 0;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.pricing-audience {
  margin: 14px 0 0;
  font-weight: 700;
  line-height: 1.65;
  color: #202020;
}

.pricing-description {
  max-width: none;
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid #f0ece3;
}

.pricing-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.pricing-list li {
  position: relative;
  padding-left: 26px;
  line-height: 1.6;
  color: #2a2a2a;
}

.pricing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f0eee8 0%, #d9d6cf 100%);
}

.pricing-card-featured .pricing-list li::before {
  background: linear-gradient(180deg, #efc1c2 0%, #d88686 100%);
}

.pricing-card-footer {
  display: grid;
  padding: 28px 30px 30px;
  margin-top: 28px;
  border-top: 1px solid #f0ece3;
}

.pricing-card:hover {
  transform: translateY(calc(var(--pricing-shift) - 10px));
  border-color: #e2ddcf;
  box-shadow: 0 32px 66px rgba(17, 17, 17, 0.1);
}

.pricing-card:hover .pricing-card-top {
  background: linear-gradient(180deg, #ffffff 0%, #f8f5ef 100%);
}

.pricing-card-featured:hover .pricing-card-top {
  background: linear-gradient(180deg, #fffefe 0%, #fcf0f0 100%);
}

.pricing-card:hover .pricing-focus {
  color: #555555;
}

.pricing-card:hover .pricing-list li::before {
  transform: scale(1.15);
}

.pricing-card .button {
  width: 100%;
  margin: 0;
  align-self: end;
}

.pricing-compare {
  max-width: 1060px;
  margin: 28px auto 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #ebe7dd;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.04);
}

.pricing-compare h3 {
  margin: 0;
  padding: 28px 30px 20px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  background: #fbfaf6;
  border-bottom: 1px solid #f0ece3;
}

.pricing-table-wrap {
  overflow-x: auto;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.pricing-table th,
.pricing-table td {
  padding: 16px 18px;
  border-top: 1px solid #e8e4da;
  text-align: left;
  vertical-align: top;
}

.pricing-table thead th {
  border-top: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #727272;
  background: #fbfaf6;
}

.pricing-table tbody th {
  width: 44%;
  font-weight: 700;
  color: #1d1d1d;
}

.pricing-table td {
  color: var(--muted);
}

.pricing-table tbody tr:first-child th,
.pricing-table tbody tr:first-child td {
  border-top: 0;
}

.features-section {
  position: relative;
  background: #242424;
  z-index: 0;
}

.features-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #242424;
  z-index: -1;
}

.features-section .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.features-section .section-heading h2 {
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.045em;
}

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

.feature-card {
  overflow: hidden;
  background: #ffffff;
  border: 0;
  display: grid;
  grid-template-rows: 156px 1fr;
}

.feature-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 26px;
  background: #2d2d2d;
  border-top: 4px solid var(--feature-accent);
}

.feature-index {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.32);
}

.feature-icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--feature-accent);
  background: rgba(255, 255, 255, 0.02);
}

.feature-svg {
  width: 2.6rem;
  height: 2.6rem;
}

.feature-card-body {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 30px 28px 34px;
}

.workflow-section {
  background: #ffffff;
}

.workflow-stack {
  width: var(--shell-wide);
  margin: 0 auto;
  display: grid;
  gap: 0;
}

.workflow-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  background: #ffffff;
}

.workflow-card+.workflow-card {
  margin-top: 0;
}

.workflow-card-reverse .workflow-media {
  order: 2;
}

.workflow-card-reverse .workflow-copy {
  order: 1;
}

.workflow-media img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  --image-scale: 1.08;
  --parallax-y: 0px;
  transform: translate3d(0, var(--parallax-y), 0) scale(var(--image-scale));
  transition: transform 1s cubic-bezier(0.21, 1, 0.32, 1), filter 1s ease;
  will-change: transform;
}

.workflow-card.reveal .workflow-media {
  clip-path: inset(8% 10% 8% 0 round 28px);
  transform: translateY(26px);
  opacity: 0.01;
  transition: clip-path 1s cubic-bezier(0.21, 1, 0.32, 1), transform 1s cubic-bezier(0.21, 1, 0.32, 1), opacity 0.7s ease;
}

.workflow-card-reverse.reveal .workflow-media {
  clip-path: inset(8% 0 8% 10% round 28px);
}

.workflow-card.reveal.is-visible .workflow-media {
  clip-path: inset(0 0 0 0 round 0);
  transform: translateY(0);
  opacity: 1;
}

.workflow-card.reveal.is-visible .workflow-media img {
  --image-scale: 1;
}

.workflow-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(42px, 5vw, 88px);
  background: #ffffff;
}

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

.help-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--line);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.help-card:hover {
  transform: translateY(-6px);
  border-color: #ddd7cb;
  box-shadow: 0 20px 40px rgba(17, 17, 17, 0.06);
}

.help-card a {
  justify-self: start;
  margin-top: 8px;
}

.contact-section {
  background: #242424;
  color: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 30px;
  align-items: center;
}

.contact-copy {
  position: static;
  max-width: 560px;
}

.contact-copy .eyebrow,
.contact-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-panel {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.contact-row .icon {
  color: rgba(255, 255, 255, 0.76);
}

.contact-row span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.contact-row a {
  font-weight: 700;
}

.support-visual {
  margin: 0;
  overflow: hidden;
  border: 0;
  height: 100%;
  min-height: 520px;
}

.support-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  --image-scale: 1.08;
  --parallax-y: 0px;
  transform: translate3d(0, var(--parallax-y), 0) scale(var(--image-scale));
  transition: transform 1s cubic-bezier(0.21, 1, 0.32, 1);
  will-change: transform;
}

.support-visual.reveal {
  clip-path: inset(8% 0 8% 10% round 28px);
  transform: translateY(26px);
  opacity: 0.01;
  transition: clip-path 1s cubic-bezier(0.21, 1, 0.32, 1), transform 1s cubic-bezier(0.21, 1, 0.32, 1), opacity 0.7s ease;
}

.support-visual.reveal.is-visible {
  clip-path: inset(0 0 0 0 round 0);
  transform: translateY(0);
  opacity: 1;
}

.support-visual.reveal.is-visible img {
  --image-scale: 1;
}

.form-card {
  padding: 30px;
  background: #ffffff;
  color: var(--ink);
}

.form-message {
  margin-bottom: 18px;
  padding: 14px 16px;
  line-height: 1.65;
}

.form-message-success {
  background: var(--success);
}

.form-message-info {
  background: var(--info);
}

.form-message-error {
  background: var(--error);
}

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

.field,
.field-full {
  display: grid;
  gap: 10px;
}

.field span,
.field-full span {
  font-size: 0.84rem;
  font-weight: 700;
  color: #404040;
}

.field input,
.field select,
.field-full textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input:focus,
.field select:focus,
.field-full textarea:focus {
  outline: none;
  border-color: #141414;
  box-shadow: 0 0 0 3px rgba(20, 20, 20, 0.05);
}

.field small,
.consent-error {
  color: #ba3131;
}

.field-full {
  margin-top: 16px;
}

.consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  margin: 18px 0 10px;
  line-height: 1.7;
  color: var(--muted);
}

.consent a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.legal-list {
  display: grid;
  gap: 16px;
}

.legal-item {
  background: #ffffff;
  border: 1px solid var(--line);
}

.legal-item summary {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}

.legal-item summary::-webkit-details-marker {
  display: none;
}

.legal-item[open] summary {
  border-bottom: 1px solid var(--line);
}

.legal-item summary small {
  color: var(--muted);
  font-weight: 600;
}

.legal-content {
  padding: 0 24px 24px;
}

.legal-intro {
  margin-top: 20px;
  color: #4f4f4f;
}

.legal-block h3 {
  margin: 24px 0 10px;
}

.legal-block p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.82;
}

.site-footer {
  background: #242424;
  color: #ffffff;
  padding: 56px 0 62px;
  border-top: 12px solid var(--blue);
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 1.15fr) minmax(180px, 0.7fr);
  gap: 52px;
  align-items: start;
}

.footer-brand,
.footer-contact,
.footer-social {
  display: grid;
  align-content: start;
  gap: 18px;
}

.footer-brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.footer-hash {
  margin: 6px 0 10px;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: #ffffff;
}

.footer-brand a,
.footer-contact a,
.footer-contact p,
.footer-social a {
  color: rgba(255, 255, 255, 0.82);
}

.footer-brand a,
.footer-contact p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.footer-contact h3,
.footer-social h3 {
  margin: 0 0 8px;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-social-links {
  display: flex;
  gap: 18px;
  align-items: center;
}

.footer-legal-links {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
}

.footer-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}

.social-icon {
  width: 1.35rem;
  height: 1.35rem;
  fill: currentColor;
  stroke: none;
}

.contact-widget {
  position: fixed;
  right: 24px;
  bottom: 26px;
  z-index: 70;
  display: grid;
  justify-items: end;
  gap: 14px;
  pointer-events: none;
}

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

.contact-widget-panel {
  pointer-events: auto;
  width: min(360px, calc(100vw - 32px));
  padding: 22px;
  border-radius: 26px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.96) 0%, rgba(24, 24, 24, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 68px rgba(9, 9, 9, 0.28);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(18px) scale(0.96);
  transform-origin: bottom right;
  transition: opacity 0.24s ease, transform 0.28s cubic-bezier(0.21, 1, 0.32, 1);
}

.contact-widget.is-open .contact-widget-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.contact-widget-eyebrow {
  margin: 0 0 10px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.contact-widget-panel h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.contact-widget-copy {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.contact-widget-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.contact-widget-link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  color: #ffffff;
  line-height: 1.25;
  font: inherit;
  font-family: var(--font-base);
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  outline: none;
  cursor: pointer;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

.contact-widget-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

.contact-widget-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.contact-widget-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #ffffff;
}

.contact-widget-link-mail .contact-widget-icon {
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(76, 102, 214, 0.28);
}

.contact-widget-link-phone .contact-widget-icon {
  background: #6bc869;
  box-shadow: 0 12px 28px rgba(107, 200, 105, 0.24);
}

.contact-widget-link-meeting .contact-widget-icon {
  background: var(--orange);
  color: #1b160d;
  box-shadow: 0 12px 28px rgba(241, 176, 74, 0.24);
}

.contact-widget-link strong,
.contact-widget-link small {
  display: block;
}

.contact-widget-link strong {
  font-size: 1rem;
}

.contact-widget-link small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
}

.contact-widget-toggle {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(24, 24, 24, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 48px rgba(9, 9, 9, 0.24);
  backdrop-filter: blur(18px);
  cursor: pointer;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.contact-widget-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 56px rgba(9, 9, 9, 0.28);
}

.contact-widget-toggle-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.contact-widget-toggle-text-open {
  display: none;
}

.contact-widget.is-open .contact-widget-toggle-text-closed {
  display: none;
}

.contact-widget.is-open .contact-widget-toggle-text-open {
  display: inline;
}

.contact-widget.is-open .contact-widget-toggle {
  background: rgba(34, 34, 34, 0.98);
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: grid;
  place-items: center;
  padding: 16px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, 0.62);
  backdrop-filter: blur(2px);
}

.modal-dialog {
  position: relative;
  width: min(760px, calc(100vw - 30px));
  max-height: calc(100vh - 36px);
  overflow: auto;
  background: #ffffff;
  border: 1px solid #e6e0d6;
  box-shadow: 0 28px 62px rgba(12, 12, 12, 0.3);
}

.modal-dialog-form {
  padding: 30px;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f2efe9;
  color: #313131;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.modal-eyebrow {
  margin: 0 0 8px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #666666;
}

.modal-dialog h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.modal-intro {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.modal-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.modal-field {
  display: grid;
  gap: 8px;
}

.modal-field-full {
  grid-column: 1 / -1;
}

.modal-field span {
  font-size: 0.85rem;
  font-weight: 700;
  color: #383838;
}

.modal-field input,
.modal-field textarea,
.chat-form input {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #dfd9cd;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.modal-field input:focus,
.modal-field textarea:focus,
.chat-form input:focus {
  outline: none;
  border-color: #b9afb8;
  box-shadow: 0 0 0 3px rgba(185, 175, 184, 0.15);
}

.modal-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 2px 0 0;
  font-size: 0.95rem;
}

.modal-status-success {
  color: #2d7b30;
}

.modal-status-error {
  color: #b03535;
}

.modal-status-info {
  color: #3a57b9;
}

.modal-submit {
  grid-column: 1 / -1;
}

.modal-dialog-chat {
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 24px;
  background: #f7f7f5;
}

.chat-header {
  padding-right: 50px;
}

.chat-messages {
  display: grid;
  align-content: start;
  gap: 10px;
  height: min(54vh, 520px);
  margin-top: 18px;
  padding: 14px;
  overflow: auto;
  background: #ffffff;
  border: 1px solid #e7e1d7;
}

.chat-bubble {
  max-width: 84%;
  padding: 12px 14px;
  border-radius: 14px;
  line-height: 1.58;
  white-space: pre-wrap;
}

.chat-bubble-bot {
  justify-self: start;
  background: #ece9ff;
  color: #2d2656;
  border-top-left-radius: 6px;
}

.chat-bubble-user {
  justify-self: end;
  background: #dce7ff;
  color: #16224d;
  border-top-right-radius: 6px;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.chat-submit {
  min-width: 126px;
}

.legal-page-body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(76, 102, 214, 0.06), transparent 22%),
    linear-gradient(180deg, #fafaf9 0%, #f7f7f5 100%);
  color: #161616;
}

.legal-page-shell {
  width: min(1080px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 28px 0 64px;
}

.legal-page-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.legal-back-link {
  font-weight: 800;
  letter-spacing: -0.03em;
}

.legal-page-date {
  color: #6a6a6a;
}

.legal-page-main {
  padding: clamp(26px, 4vw, 42px);
  background: #ffffff;
  border: 1px solid #e8e3d8;
  box-shadow: 0 22px 52px rgba(17, 17, 17, 0.05);
}

.legal-page-eyebrow {
  margin: 0 0 12px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #666666;
}

.legal-page-main h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.legal-page-intro {
  margin: 18px 0 0;
  max-width: 860px;
  color: #5f5f5f;
  line-height: 1.8;
}

.legal-page-content {
  display: grid;
  gap: 28px;
  margin-top: 36px;
}

.legal-page-section h2 {
  margin: 0 0 12px;
  font-size: 1.18rem;
}

.legal-page-section p {
  margin: 0 0 12px;
  color: #555555;
  line-height: 1.84;
}

.cookie-modal[hidden] {
  display: none;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.cookie-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.56);
}

.cookie-modal-card {
  position: relative;
  width: min(560px, calc(100vw - 28px));
  margin: min(10vh, 80px) auto 0;
  padding: 28px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.cookie-modal-label {
  margin: 0 0 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6f6f6f;
}

.cookie-modal-card h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.cookie-modal-card p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.cookie-policy-link {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.cookie-modal-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroBackdropDrift {
  0% {
    transform: scale(1.06) translate3d(0, 0, 0);
  }

  50% {
    transform: scale(1.11) translate3d(-1.4%, -1.2%, 0);
  }

  100% {
    transform: scale(1.08) translate3d(1.1%, 1.4%, 0);
  }
}

@keyframes heroGlowPulse {
  0% {
    opacity: 0.92;
  }

  100% {
    opacity: 1;
  }
}

@keyframes heroFadeUp {
  0% {
    opacity: 0;
    transform: translateY(26px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-copy > * {
    opacity: 1 !important;
  }

  .reveal,
  .hero-copy > *,
  .workflow-card.reveal .workflow-media,
  .support-visual.reveal,
  .pricing-card,
  .help-card,
  .button,
  .header-cta,
  .help-card a {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }

  .reveal {
    opacity: 1;
  }

  .hero-backdrop img,
  .hero-overlay,
  .workflow-media img,
  .support-visual img {
    animation: none !important;
    transform: none !important;
  }

  .hero::after,
  .pricing-section::before {
    display: none;
  }

  .header-cta::after,
  .button::after,
  .help-card a::after {
    display: none;
  }
}

@media (max-width: 1180px) {

  .offer-strip,
  .workflow-stack,
  .hero-shell {
    width: min(100vw, 100%);
  }

  .workflow-media img {
    min-height: 460px;
  }
}

@media (max-width: 980px) {

  .hero-shell,
  .contact-grid,
  .workflow-card,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    position: static;
  }

  .workflow-card-reverse .workflow-media,
  .workflow-card-reverse .workflow-copy {
    order: initial;
  }

  .offer-strip,
  .feature-grid,
  .help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-pillar:nth-child(2n) {
    border-right: 0;
  }

  .proof-grid {
    max-width: 100%;
  }

  .support-visual {
    min-height: 420px;
  }

  .pricing-card-featured {
    transform: none;
  }

  .workflow-card.reveal .workflow-media,
  .workflow-card-reverse.reveal .workflow-media,
  .support-visual.reveal {
    clip-path: inset(0 0 0 0 round 0);
    transform: none;
    opacity: 1;
  }
}

@media (max-width: 860px) {
  :root {
    --shell: min(1460px, calc(100vw - 28px));
  }

  .header-shell {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .site-header.is-open .main-nav {
    display: grid;
    grid-column: 1 / -1;
    gap: 12px;
    padding: 0 0 18px;
  }

  .site-header.is-open .header-cta {
    display: inline-flex;
    grid-column: 1 / -1;
    justify-self: start;
    margin-bottom: 18px;
  }

  .offer-strip,
  .feature-grid,
  .help-grid,
  .proof-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .offer-pillar {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .offer-pillar:last-child {
    border-bottom: 0;
  }

  .hero-copy {
    padding: 100px 18px 110px;
  }

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

  .pricing-section,
  .features-section,
  .workflow-section,
  .help-section,
  .contact-section,
  .legal-section {
    padding: 74px 0;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact-widget {
    right: 16px;
    bottom: 16px;
  }

  .legal-page-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .modal-dialog-form,
  .modal-dialog-chat {
    padding: 20px;
  }

  .modal-form {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 580px) {

  .hero-body,
  .section-heading p,
  .workflow-copy p,
  .contact-copy p {
    font-size: 1rem;
  }

  .pricing-card,
  .help-card,
  .form-card,
  .feature-card-body,
  .workflow-copy,
  .contact-panel {
    padding-left: 22px;
    padding-right: 22px;
  }

  .pricing-card-top,
  .pricing-card-main,
  .pricing-card-footer,
  .pricing-compare h3 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .pricing-card .button {
    width: 100%;
  }

  .pricing-compare {
    padding: 22px;
  }

  .workflow-media img {
    min-height: 320px;
  }

  .support-visual {
    min-height: 280px;
  }

  .support-visual img {
    height: 100%;
  }

  .legal-item summary,
  .legal-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cookie-modal-card {
    padding: 22px;
    margin-top: 24px;
  }

  .modal-dialog {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
  }

  .chat-messages {
    height: min(50vh, 420px);
  }

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

  .chat-submit {
    width: 100%;
  }

  .contact-widget {
    right: 12px;
    bottom: 12px;
    left: 12px;
    justify-items: stretch;
  }

  .contact-widget-panel {
    width: 100%;
    padding: 18px;
    border-radius: 22px;
  }

  .contact-widget-actions {
    gap: 8px;
  }

  .contact-widget-link {
    padding: 12px 14px;
  }

  .contact-widget-toggle {
    width: 100%;
  }
}
