.pv {
  --pv-ink: #10212b;
  --pv-teal: #087f8c;
  --pv-line: #dce5e7;
  font:
    16px/1.6 'Helvetica Neue',
    Arial,
    sans-serif;
  color: var(--pv-ink);
  background: #fff;
  overflow: clip;
}
.pv * {
  box-sizing: border-box;
}
.pv a {
  color: inherit;
  text-decoration: none;
}
.pv p {
  color: #586972;
  margin: 0 0 20px;
  line-height: 1.65;
}
.pv h1,
.pv h2,
.pv h3 {
  color: var(--pv-ink);
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.05em;
  margin: 0;
}
.pv h1 {
  font-size: clamp(72px, 7.5vw, 112px);
  line-height: 0.99;
  margin: 20px 0 28px;
}
.pv h1 span {
  color: var(--pv-teal);
}
.pv h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}
.pv h3 {
  font-size: 24px;
  line-height: 1.2;
}
.pv small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #586972;
}
.pv header,
.pv footer,
.pv main,
.pv section {
  max-width: none;
  margin: 0;
  border: 0;
}
.pv-nav,
.pv-main,
.pv-footer {
  width: min(1240px, 100%);
  margin-inline: auto !important;
}
.pv .pv-nav {
  height: 100px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--pv-line);
}
.pv .pv-logo {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -5px;
  line-height: 1;
  text-decoration: none;
}
.pv-logo span {
  color: var(--pv-teal);
}
.pv .pv-nav nav {
  display: flex;
  width: auto;
  gap: 32px;
  font-size: 14px;
  align-items: center;
}
.pv .pv-nav nav a:hover,
.pv-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.pv a:focus-visible,
.pv summary:focus-visible,
.pv button:focus-visible {
  outline: 3px solid #087f8c;
  outline-offset: 5px;
}
.pv .pv-btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  min-height: 56px;
  padding: 16px 24px;
  background: var(--pv-teal);
  color: white;
  border: 1px solid var(--pv-teal);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  transition:
    background 0.18s,
    transform 0.18s;
}
.pv .pv-btn:hover {
  background: #066672;
  transform: translateY(-2px);
  text-decoration: none;
}
.pv .pv-small {
  min-height: 44px;
  padding: 11px 18px;
  font-size: 14px;
  gap: 24px;
}
.pv .pv-hero {
  padding: 72px 40px 64px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 64px;
}
.pv .pv-kicker {
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: var(--pv-teal);
  margin: 0 0 20px;
}
.pv-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0c9b96;
  display: inline-block;
  margin-right: 7px;
}
.pv .pv-lead {
  font-size: 24px;
  line-height: 1.4;
  color: var(--pv-ink);
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}
.pv .pv-intro {
  font-size: 17px;
  max-width: 440px;
  margin-bottom: 28px;
}
.pv .pv-offer {
  font-size: 13px;
  margin: 15px 0 24px;
}
.pv-offer del {
  margin-right: 6px;
}
.pv-offer strong {
  color: var(--pv-ink);
}
.pv .pv-underlink {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.pv-demo {
  border: 1px solid #cbd8dc;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 48px #173d4810;
  background: #fff;
  min-width: 0;
}
.pv-demo-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 22px;
  font-size: 10px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--pv-line);
}
.pv-demo-image {
  position: relative;
  background: #0f1c2e;
}
.pv-demo-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.32;
  object-fit: cover;
}
.pv-file-tag {
  position: absolute;
  bottom: 20px;
  left: 22px;
  border: 1px solid #53606e;
  color: #dfedf4;
  background: #152437;
  padding: 5px 9px;
  font-size: 10px;
  letter-spacing: 0.1em;
  border-radius: 4px;
}
.pv-demo-caption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 25px 22px 8px;
}
.pv-demo-caption h2 {
  font-size: 21px;
  letter-spacing: -0.03em;
  margin: 6px 0;
}
.pv-demo-caption p {
  font-size: 13px;
  margin: 0;
}
.pv .pv-download {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eaf4f4;
  color: #087f8c;
  flex-shrink: 0;
  font-size: 22px;
}
.pv-download:hover {
  background: #d0e9e9;
}
.pv .pv-demo-note {
  font-size: 10px;
  line-height: 1.5;
  margin: 8px 22px 22px;
}
.pv-proof {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 28px 40px;
  border-block: 1px solid var(--pv-line);
  font-size: 13px;
  color: #586972;
}
.pv-proof strong {
  color: var(--pv-ink);
  font-weight: 600;
}
.pv .pv-section {
  padding: 88px 40px;
}
.pv-section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 36px;
}
.pv-section-title > p {
  font-size: 15px;
  margin: 0;
}
.pv-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.pv-card-image {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #0f1c2e;
  margin-bottom: 24px;
}
.pv-card-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.32;
  object-fit: cover;
  transition: transform 0.2s;
}
.pv-card-image:hover img {
  transform: scale(1.035);
}
.pv-card-image > span {
  display: flex;
  justify-content: space-between;
  padding: 12px 18px;
  background: #eaf2f3;
  font-size: 12px;
  color: #153f48;
}
.pv-card small {
  font-size: 10px;
  margin-bottom: 10px;
}
.pv-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.pv-card p {
  font-size: 14px;
  margin-bottom: 0;
}
.pv .pv-muted {
  font-size: 12px;
  margin: 26px 0 0;
}
.pv-imagine {
  display: grid;
  grid-template-columns: 1fr 1.3fr auto;
  gap: 30px;
  align-items: center;
  background: #f1f6f6;
  border-radius: 10px;
  padding: 25px;
  margin-top: 36px;
}
.pv-imagine strong {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}
.pv-imagine p {
  font-size: 13px;
  margin: 0;
}
.pv .pv-workflow {
  background: #f6f8f7;
  border-radius: 14px;
}
.pv-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 48px;
}
.pv-number {
  display: block;
  font-size: 15px;
  color: #087f8c;
  border-top: 1px solid #a8c4c9;
  padding-top: 16px;
  margin-bottom: 22px;
}
.pv-steps h3 {
  margin-bottom: 15px;
}
.pv-steps p {
  font-size: 15px;
  margin: 0;
}
.pv .pv-pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.pv-pricing .pv-intro {
  margin-top: 24px;
}
.pv-pricing ul {
  padding: 0;
  list-style: none;
  margin: 26px 0 34px;
}
.pv-pricing li {
  border-bottom: 1px solid #e4ecee;
  padding: 10px 0;
  font-size: 14px;
}
.pv-price-card {
  border: 1px solid #b5d7da;
  background: #f0f8f7;
  border-radius: 14px;
  padding: 30px;
}
.pv-price-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}
.pv-price-top > span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 4px 9px;
  background: #ccece5;
  border-radius: 4px;
  color: #175a51;
}
.pv .pv-price {
  font-size: 66px;
  font-weight: 650;
  color: var(--pv-ink);
  letter-spacing: -0.065em;
  line-height: 1.1;
  margin: 27px 0 14px;
}
.pv-price del {
  font-size: 32px;
  color: #657c83;
  font-weight: 400;
}
.pv-price small {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
}
.pv-price-card h3 {
  font-size: 21px;
}
.pv-price-card > p:not(.pv-price) {
  font-size: 13px;
  margin: 10px 0 22px;
}
.pv-price-card .pv-btn {
  display: flex;
  width: 100%;
  margin: 24px 0;
}
.pv-price-next {
  border-top: 1px solid #c8dcde;
  padding-top: 21px;
}
.pv-price-next strong {
  font-size: 13px;
}
.pv-price-next p {
  font-size: 13px;
  margin: 5px 0;
}
.pv-price-card .pv-price-note {
  font-size: 11px !important;
  line-height: 1.6;
  margin-bottom: 0 !important;
}
.pv-price-note a {
  text-decoration: underline;
}
.pv .pv-agents {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  background: #102b31;
  color: white;
  border-radius: 14px;
}
.pv-agents h2 {
  color: white;
}
.pv-agents .pv-kicker {
  color: #7ed3cb;
}
.pv-agents p:not(.pv-kicker) {
  color: #c2d7d9;
  max-width: 460px;
  margin: 24px 0;
}
.pv .pv-outline {
  background: transparent;
  border-color: #719298;
}
.pv-agent-mark {
  font-size: 180px;
  font-weight: 750;
  letter-spacing: -0.08em;
  text-align: center;
  line-height: 1;
}
.pv-agent-mark span {
  color: #5dc7bc;
}
.pv-agent-mark small {
  font-size: 10px;
  letter-spacing: 0.25em;
  color: #a8cacc;
  margin-top: 20px;
}
.pv .pv-faq {
  max-width: 850px;
  margin: auto;
}
.pv-faq h2 {
  margin-bottom: 30px;
}
.pv details {
  border-bottom: 1px solid var(--pv-line);
  padding: 21px 0;
}
.pv summary {
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  padding-right: 30px;
  position: relative;
}
.pv summary:after {
  content: '+';
  position: absolute;
  right: 0;
  color: #087f8c;
}
.pv details[open] summary:after {
  content: '−';
}
.pv summary::-webkit-details-marker {
  display: none;
}
.pv details p {
  font-size: 15px;
  margin: 14px 0 0;
}
.pv .pv-final {
  text-align: center;
  background: #f0f7f6;
  border-radius: 14px;
}
.pv-final .pv-btn {
  margin: 28px 0 18px;
}
.pv-final p:last-child {
  font-size: 13px;
  margin: 0;
}
.pv .pv-footer {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 60px 40px;
}
.pv-footer p {
  font-size: 13px;
  margin: 16px 0;
}
.pv-footer > div:last-child {
  max-width: 560px;
}
.pv-footer a:not(.pv-logo),
.pv-footer button {
  display: inline-block;
  margin: 0 20px 12px 0;
  font: inherit;
  font-size: 13px;
}
.pv-footer button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}
.pv .pv-skip {
  position: absolute;
  top: -80px;
  left: 20px;
  padding: 12px;
  background: white;
  z-index: 1000;
}
.pv-skip:focus {
  top: 20px;
}
.pv-test {
  text-align: center;
  background: #eaf4f4;
  font-size: 12px;
  padding: 8px;
}
@media (max-width: 1024px) {
  .pv .pv-hero {
    gap: 30px;
    padding-block: 48px;
  }
  .pv h1 {
    font-size: 80px;
  }
  .pv .pv-pricing {
    gap: 40px;
  }
  .pv .pv-section {
    padding: 64px 32px;
  }
  .pv .pv-lead {
    font-size: 21px;
  }
  .pv-imagine {
    grid-template-columns: 1fr 1.3fr;
  }
  .pv-imagine a {
    grid-column: 2;
  }
  .pv-card h3 {
    font-size: 21px;
  }
  .pv-price-card {
    padding: 24px;
  }
  .pv-price {
    font-size: 56px !important;
  }
}
@media (max-width: 700px) {
  .pv .pv-nav {
    height: auto;
    min-height: 80px;
    padding: 18px 22px;
    gap: 18px;
    flex-wrap: wrap;
  }
  .pv .pv-logo {
    font-size: 44px;
  }
  .pv .pv-nav nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
  }
  .pv .pv-hero {
    grid-template-columns: 1fr;
    padding: 44px 22px;
    gap: 36px;
  }
  .pv h1 {
    font-size: 78px;
    margin: 22px 0;
  }
  .pv .pv-lead {
    font-size: 23px;
  }
  .pv .pv-intro {
    font-size: 16px;
  }
  .pv-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 22px;
    gap: 18px;
    font-size: 12px;
  }
  .pv .pv-section {
    padding: 56px 22px;
    border-radius: 0;
  }
  .pv-section-title {
    display: block;
  }
  .pv-section-title > p {
    margin-top: 20px;
  }
  .pv-cards,
  .pv-steps {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .pv-card-image {
    margin-bottom: 18px;
  }
  .pv-card h3 {
    font-size: 25px;
  }
  .pv-imagine {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }
  .pv-imagine a {
    grid-column: auto;
  }
  .pv .pv-pricing {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .pv .pv-agents {
    grid-template-columns: 1fr;
  }
  .pv-agent-mark {
    display: none;
  }
  .pv .pv-footer {
    padding: 40px 22px;
    display: block;
  }
  .pv-footer > div:last-child {
    margin-top: 32px;
  }
  .pv-offer span {
    display: block;
    margin-top: 3px;
  }
  .pv h2 {
    font-size: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pv * {
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .pv .pv-btn:hover,
  .pv-card-image:hover img {
    transform: none;
  }
}

.pv .pv-customer {
  font-size: 12px !important;
  margin-bottom: 0 !important;
}
.pv-customer a {
  text-decoration: underline;
}

.pv-showcase { min-width: 0; align-self: center; }
.pv-showcase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.pv-showcase-item { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--pv-line); border-radius: 12px; background: white; padding-bottom: 14px; }
.pv-showcase-item:first-child { grid-column: 1 / -1; }
.pv-showcase-item img { display: block; width: 100%; height: 165px; object-fit: contain; background: #c0c0c0; }
.pv-showcase-item:first-child img { height: 210px; background: #0f1c2e; }
.pv-showcase-name { padding: 12px 16px 3px; font-weight: 700; font-size: 15px; }
.pv-showcase-format { padding: 0 16px; font-size: 12px; color: var(--pv-teal); text-decoration: underline; text-underline-offset: 3px; }
.pv-showcase > .pv-muted { font-size: 12px; margin-top: 14px; }
@media (max-width: 700px) { .pv-showcase-item img { height: 145px; } .pv-showcase-item:first-child img { height: 180px; } }

.coupon-nav-actions {display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.pv .coupon-video {padding:24px 0 48px!important;text-align:center;max-width:1000px;margin-inline:auto}
.coupon-video h2 {font-size:clamp(26px,4vw,40px)}
.coupon-video-player {display:block;width:100%;aspect-ratio:16/9;margin:24px auto 16px;border-radius:16px;background:#102338;object-fit:contain}
.coupon-video-note {font-size:14px;color:var(--pv-muted)}
@media(max-width:767px){.coupon-video-player{aspect-ratio:9/16;max-width:390px}.pv .coupon-video{padding-top:8px!important}}
.pv .coupon-hero {padding:72px 0!important;max-width:900px!important;margin-inline:auto;text-align:center}
.coupon-hero .pv-actions {justify-content:center}
.coupon-page h1 {font-size:clamp(42px,6vw,76px)}
.coupon-steps {display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:40px 0!important;border-top:1px solid var(--pv-line)!important}
.coupon-steps h2 {font-size:25px;margin:12px 0}
.coupon-steps b {color:var(--pv-teal)}
.coupon-demo {display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:60px 0!important}
.coupon-demo img {width:100%;height:auto;display:block;border-radius:20px}
.coupon-demo blockquote {margin:0 0 20px;padding:20px;background:#eef7f8;border-left:3px solid var(--pv-teal)}
.welcome-page {max-width:640px;margin:48px auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;text-align:center}
.welcome-page > .panel {width:100%;max-width:480px;margin-inline:auto;text-align:left}
.welcome-page > .button {width:100%;max-width:480px;justify-content:center}
.welcome-page > output {display:block;width:100%}
.welcome-page h1 {font-size:clamp(32px,6vw,48px)}
.welcome-consent {display:flex;gap:12px;margin-bottom:24px;align-items:flex-start}
.welcome-consent input {min-width:22px;min-height:22px}
.welcome-consent a {text-decoration:underline}
.welcome-fine {font-size:14px;color:#586972}
@media(max-width:700px){.coupon-steps,.coupon-demo{grid-template-columns:1fr}.coupon-hero{padding:40px 0!important}.coupon-page .pv-nav{flex-wrap:wrap;gap:16px}}

.pv.coupon-page .pv-main {padding:0 clamp(24px,6vw,100px);max-width:1440px;margin:auto}

.trial-signup-frame { width: 100%; height: 1050px; border: 0; background: white; }
#trial-signup { max-width: 760px; margin: 0 auto; scroll-margin-top: 20px; }
