:root {
  --page: #ffffff;
  --ink: #05080d;
  --ink-soft: #101820;
  --muted: #5d6877;
  --muted-2: #7d8794;
  --line: #dfe5ec;
  --line-soft: #edf1f5;
  --cyan: #26d8cf;
  --green: #58ee8a;
  --dark: #020910;
  --dark-2: #0c151d;
  --radius: 10px;
  --shadow: 0 22px 70px rgba(7, 17, 27, 0.1);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(38, 216, 207, 0.12), transparent 26rem),
    linear-gradient(#ffffff, #ffffff);
  color: var(--ink);
}

a {
  color: inherit;
}

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

svg {
  width: 1em;
  height: 1em;
  display: block;
}

svg path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.pv-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.pv-header-inner {
  width: min(1240px, calc(100% - 40px));
  min-height: 74px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
}

.pv-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  text-decoration: none;
}

.pv-brand span {
  display: grid;
  gap: 1px;
  color: #071017;
  line-height: 1;
  text-transform: uppercase;
}

.pv-brand strong {
  font-size: 1.02rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.pv-brand small {
  color: #16bcc7;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.32em;
}

.pv-brand img {
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 9px;
}

.pv-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 56px);
}

.pv-header nav a {
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
}

.pv-header-cta,
.pv-button,
.pv-form button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--radius);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
}

.pv-header-cta {
  justify-self: end;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(38, 216, 207, 0.22);
}

.pv-page {
  overflow: hidden;
}

.pv-hero {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 26px;
}

.pv-hero-inner {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(500px, 0.78fr) minmax(660px, 1fr);
  gap: 50px;
  align-items: center;
}

.pv-hero-copy {
  max-width: 560px;
}

.pv-hero h1,
.pv-value-intro h2,
.pv-pricing h2,
.pv-process h2,
.pv-capture h2 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
  line-height: 0.92;
}

.pv-hero h1 {
  font-size: clamp(3.65rem, 5.25vw, 5.25rem);
  font-weight: 930;
}

.pv-hero h1 span,
.pv-value-intro h2 span,
.pv-pricing h2 span,
.pv-process h2 span {
  color: var(--cyan);
}

.pv-hero p {
  max-width: 540px;
  margin: 26px 0 0;
  color: #445063;
  font-size: 1.22rem;
  line-height: 1.62;
}

.pv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.pv-button {
  min-width: 188px;
  padding: 0 22px;
  border: 1px solid transparent;
}

.pv-button-primary {
  background: linear-gradient(135deg, var(--cyan), var(--green));
  color: var(--ink);
  box-shadow: 0 18px 36px rgba(38, 216, 207, 0.24);
}

.pv-button-secondary {
  border-color: #1d2630;
  background: #fff;
  color: var(--ink);
}

.pv-browser {
  overflow: hidden;
  border: 1px solid #d6dee8;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(7, 18, 31, 0.16);
}

.pv-browser-top {
  height: 50px;
  display: grid;
  grid-template-columns: 13px 13px 13px 1fr;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  background: #fbfcfd;
}

.pv-browser-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.pv-browser-top span:nth-child(1) {
  background: #ff695f;
}

.pv-browser-top span:nth-child(2) {
  background: #f7bd42;
}

.pv-browser-top span:nth-child(3) {
  background: #32c671;
}

.pv-browser-top i {
  height: 18px;
  margin-left: 24px;
  border-radius: 999px;
  background: #eef2f5;
}

.pv-compare-tabs {
  display: grid;
  grid-template-columns: 0.52fr 1fr;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  text-align: center;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
}

.pv-compare-tabs span {
  padding: 12px 8px;
  background: #f3f5f7;
  color: #586272;
}

.pv-compare-tabs strong {
  padding: 12px 8px;
  background: linear-gradient(90deg, rgba(38, 216, 207, 0.56), rgba(88, 238, 138, 0.56));
  color: #021014;
}

.pv-compare {
  position: relative;
  display: grid;
  grid-template-columns: 0.52fr 1fr;
  min-height: 330px;
}

.pv-before-panel {
  padding: 28px 22px;
  background:
    linear-gradient(90deg, transparent calc(100% - 100px), rgba(239, 242, 245, 0.9)),
    #fff;
}

.pv-before-panel h2 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.05;
}

.pv-before-panel p,
.pv-before-panel li,
.pv-before-panel small {
  color: #333d49;
  font-size: 0.94rem;
  line-height: 1.5;
}

.pv-before-panel ul {
  padding-left: 18px;
  margin: 14px 0 20px;
}

.pv-before-panel small {
  display: block;
  margin-bottom: 9px;
  font-weight: 850;
}

.pv-before-panel button {
  min-height: 38px;
  border: 0;
  border-radius: 7px;
  padding: 0 14px;
  background: #23d36b;
  color: #04120a;
  font-size: 0.8rem;
  font-weight: 900;
}

.pv-switch {
  position: absolute;
  left: calc(34.2% - 25px);
  top: 50%;
  z-index: 3;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #05101a;
  color: #fff;
  transform: translateY(-50%);
  box-shadow: 0 18px 36px rgba(5, 16, 26, 0.25);
}

.pv-switch svg {
  width: 24px;
  height: 24px;
}

.pv-after-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 206px;
  gap: 20px;
  padding: 34px 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(38, 216, 207, 0.22), transparent 18rem),
    linear-gradient(135deg, #07111a 0%, #02070c 100%);
  color: #fff;
}

.pv-after-copy small {
  display: block;
  max-width: 260px;
  color: #8df19f;
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1.35;
  text-transform: uppercase;
}

.pv-after-copy strong {
  display: block;
  max-width: 242px;
  margin-top: 16px;
  color: #fff;
  font-size: clamp(1.9rem, 2.45vw, 2.55rem);
  font-weight: 930;
  line-height: 0.95;
}

.pv-after-copy p {
  max-width: 320px;
  margin: 18px 0 24px;
  color: #b7c2cc;
  font-size: 0.92rem;
  line-height: 1.6;
}

.pv-after-copy div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pv-after-copy button,
.pv-after-copy a,
.pv-mini-form button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 950;
  text-decoration: none;
}

.pv-after-copy button,
.pv-mini-form button {
  border: 0;
  padding: 0 16px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  color: #041012;
}

.pv-after-copy a {
  border: 1px solid rgba(255, 255, 255, 0.34);
  padding: 0 14px;
  color: #fff;
}

.pv-mini-form {
  align-self: center;
  width: 100%;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pv-mini-form strong {
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.35;
}

.pv-mini-form label {
  display: grid;
  gap: 6px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.pv-mini-form input {
  min-height: 36px;
  border: 0;
  border-radius: 6px;
  background: #fff;
}

.pv-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
  padding: 20px 0 0;
}

.pv-proof-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #344153;
  font-size: 0.86rem;
  font-weight: 850;
}

.pv-proof-strip svg {
  width: 21px;
  height: 21px;
}

.pv-main-grid {
  width: min(1240px, calc(100% - 40px));
  display: grid;
  grid-template-areas:
    "value pricing process"
    "list pricing process";
  grid-template-columns: minmax(250px, 0.72fr) minmax(470px, 1.28fr) minmax(310px, 0.88fr);
  align-items: stretch;
  margin: 28px auto 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pv-value-intro,
.pv-value-list,
.pv-pricing,
.pv-process {
  padding: 32px 28px;
}

.pv-value-intro {
  grid-area: value;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pv-value-list {
  grid-area: list;
  border-right: 1px solid var(--line);
}

.pv-pricing {
  grid-area: pricing;
  border-right: 1px solid var(--line);
}

.pv-process {
  grid-area: process;
}

.pv-value-intro h2,
.pv-pricing h2,
.pv-process h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.75rem);
  font-weight: 920;
}

.pv-value-intro p {
  margin: 20px 0 0;
  color: #526071;
  font-size: 1rem;
  line-height: 1.7;
}

.pv-value-list {
  display: grid;
  align-content: center;
  gap: 24px;
}

.pv-value-list article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 18px;
}

.pv-value-list i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d8fced;
  color: #0f9f68;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 950;
}

.pv-value-list strong {
  display: block;
  color: #0b1118;
  font-size: 1rem;
  font-weight: 900;
}

.pv-value-list p {
  margin: 8px 0 0;
  color: #626e7b;
  font-size: 0.92rem;
  line-height: 1.62;
}

.pv-pricing {
  min-width: 0;
}

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

.pv-price-grid article {
  position: relative;
  min-height: 332px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: #fff;
}

.pv-price-grid article.is-featured {
  border-color: rgba(38, 216, 207, 0.9);
  box-shadow: 0 20px 60px rgba(38, 216, 207, 0.14);
}

.pv-price-grid article > span {
  position: absolute;
  top: -12px;
  left: 50%;
  border-radius: 999px;
  padding: 5px 12px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  color: #021013;
  font-size: 0.64rem;
  font-weight: 950;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.pv-price-grid h3 {
  margin: 0;
  color: #111827;
  font-size: 1.05rem;
  font-weight: 900;
}

.pv-price-grid strong {
  display: block;
  margin-top: 8px;
  color: #0a1118;
  font-size: 1.05rem;
  line-height: 1.2;
}

.pv-price-grid p,
.pv-price-grid li {
  color: #5f6b79;
  font-size: 0.88rem;
  line-height: 1.55;
}

.pv-price-grid p {
  margin: 16px 0 0;
}

.pv-price-grid ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 18px 0;
  list-style: none;
}

.pv-price-grid li {
  position: relative;
  padding-left: 22px;
}

.pv-price-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--green));
}

.pv-price-grid a {
  margin-top: auto;
  color: #071017;
  font-size: 0.9rem;
  font-weight: 950;
  text-decoration: none;
}

.pv-process ol {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.pv-process li {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.pv-process li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 48px;
  bottom: -20px;
  width: 1px;
  background: repeating-linear-gradient(to bottom, #9ea8b4, #9ea8b4 5px, transparent 5px, transparent 10px);
}

.pv-process i {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #071017;
  color: #fff;
  font-style: normal;
  font-size: 0.85rem;
  font-weight: 950;
}

.pv-process strong {
  display: block;
  color: #111821;
  font-size: 1.02rem;
  font-weight: 950;
}

.pv-process p {
  margin: 8px 0 0;
  color: #626e7b;
  font-size: 0.92rem;
  line-height: 1.6;
}

.pv-capture {
  width: min(1340px, calc(100% - 40px));
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 56px;
  align-items: center;
  margin: 48px auto 76px;
  border-radius: 28px;
  padding: 50px 66px;
  background:
    radial-gradient(circle at 100% 0%, rgba(38, 216, 207, 0.16), transparent 24rem),
    linear-gradient(135deg, var(--dark), var(--dark-2));
  color: #fff;
  box-shadow: 0 36px 90px rgba(4, 12, 20, 0.24);
}

.pv-capture h2 {
  max-width: 460px;
  color: #fff;
  font-size: clamp(2.3rem, 3.7vw, 4.05rem);
  font-weight: 930;
}

.pv-capture-copy p {
  max-width: 480px;
  margin: 22px 0 0;
  color: #c8d3df;
  font-size: 1.08rem;
  line-height: 1.7;
}

.pv-capture-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  padding: 0;
  margin: 46px 0 0;
  list-style: none;
}

.pv-capture-copy li {
  position: relative;
  padding-left: 24px;
  color: #d6e2ec;
  font-size: 0.9rem;
  font-weight: 850;
}

.pv-capture-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.16em;
  width: 13px;
  height: 13px;
  border: 1px solid var(--green);
  border-radius: 50%;
  background: radial-gradient(circle, var(--green) 0 36%, transparent 40%);
}

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

.pv-field-small {
  grid-column: span 2;
}

.pv-field-half {
  grid-column: span 3;
}

.pv-form label {
  display: grid;
  gap: 8px;
  color: #eef6fb;
  font-size: 0.86rem;
  font-weight: 900;
}

.pv-form input,
.pv-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pv-form input::placeholder {
  color: #aab6c4;
}

.pv-form select {
  color: #fff;
}

.pv-form option {
  color: #071017;
}

.pv-form input:focus,
.pv-form select:focus {
  outline: 3px solid rgba(38, 216, 207, 0.26);
  border-color: rgba(38, 216, 207, 0.68);
}

.pv-consent {
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  color: #cbd6e0 !important;
  font-size: 0.82rem !important;
  font-weight: 750 !important;
}

.pv-consent input {
  width: 18px;
  min-height: 18px;
  margin: 1px 0 0;
  accent-color: var(--green);
}

.pv-form button {
  grid-column: 4 / -1;
  min-height: 54px;
  border: 0;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  color: #031014;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(38, 216, 207, 0.22);
}

.pv-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.pv-form-note {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: #adb9c6;
  font-size: 0.86rem;
}

.pv-form-note.is-success {
  color: #8df19f;
}

.pv-form-note.is-error {
  color: #ffb4aa;
}

.pv-honeypot {
  position: absolute;
  left: -10000px;
}

:focus-visible {
  outline: 3px solid rgba(38, 216, 207, 0.42);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .pv-hero-inner {
    grid-template-columns: 1fr;
  }

  .pv-hero-copy {
    max-width: 780px;
  }

  .pv-main-grid {
    grid-template-areas:
      "value"
      "list"
      "pricing"
      "process";
    grid-template-columns: 1fr;
  }

  .pv-value-intro,
  .pv-value-list,
  .pv-pricing {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .pv-capture {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .pv-header-inner {
    width: min(100% - 28px, 1240px);
    grid-template-columns: 1fr auto;
    padding: 14px 0;
  }

  .pv-header nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .pv-brand img {
    width: 38px;
    height: 38px;
  }

  .pv-brand strong {
    font-size: 0.92rem;
  }

  .pv-brand small {
    font-size: 0.56rem;
  }

  .pv-header-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.85rem;
  }

  .pv-hero,
  .pv-main-grid,
  .pv-capture {
    width: min(100% - 28px, 1240px);
  }

  .pv-hero {
    padding-top: 34px;
  }

  .pv-hero-inner {
    min-height: 0;
    gap: 34px;
  }

  .pv-hero h1 {
    font-size: clamp(3.35rem, 13.2vw, 5.25rem);
  }

  .pv-hero p {
    font-size: 1.06rem;
  }

  .pv-actions {
    gap: 10px;
  }

  .pv-button {
    width: 100%;
  }

  .pv-browser {
    border-radius: 14px;
  }

  .pv-compare,
  .pv-compare-tabs {
    grid-template-columns: 1fr;
  }

  .pv-switch {
    display: none;
  }

  .pv-after-panel {
    grid-template-columns: 1fr;
    padding: 30px 22px;
  }

  .pv-mini-form {
    max-width: 360px;
  }

  .pv-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
  }

  .pv-proof-strip span {
    justify-content: flex-start;
  }

  .pv-price-grid {
    grid-template-columns: 1fr;
  }

  .pv-capture {
    margin-top: 34px;
    border-radius: 22px;
    padding: 30px 20px;
  }

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

  .pv-field-small,
  .pv-field-half,
  .pv-form button {
    grid-column: 1;
  }
}

@media (max-width: 520px) {
  .pv-header nav a {
    font-size: 0.82rem;
  }

  .pv-header-cta {
    max-width: 140px;
  }

  .pv-hero h1 {
    font-size: clamp(2.9rem, 14vw, 4rem);
  }

  .pv-hero p {
    margin-top: 20px;
  }

  .pv-before-panel {
    padding: 24px 20px;
  }

  .pv-after-copy strong {
    font-size: clamp(2rem, 10vw, 2.9rem);
  }

  .pv-value-intro,
  .pv-value-list,
  .pv-pricing,
  .pv-process {
    padding: 26px 0;
  }

  .pv-main-grid {
    border-bottom: 0;
  }

  .pv-price-grid article {
    min-height: 0;
  }

  .pv-capture h2 {
    font-size: clamp(2.15rem, 12vw, 3.25rem);
  }
}

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