:root {
  --ink: #101820;
  --muted: #5d6d72;
  --paper: #f1f8f5;
  --soft: #e0f0e9;
  --white: #fbfffd;
  --line: rgba(16, 24, 32, 0.12);
  --dark: #0f1f2a;
  --accent: #18b99a;
  --accent-2: #316bff;
  --mint: #c9f7df;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 92px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

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

p {
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.58;
}

p,
h1,
h2 {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.85rem, 6vw, 5.9rem);
  line-height: 0.94;
  margin-bottom: 24px;
  max-width: 980px;
}

h2 {
  font-size: clamp(2.3rem, 5.1vw, 5.4rem);
  line-height: 0.98;
  margin-bottom: 20px;
}

h3 {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 0.95;
  margin: 0 0 10px;
}

.site-header {
  align-items: center;
  background: rgba(241, 248, 245, 0.9);
  backdrop-filter: blur(18px);
  display: flex;
  inset: 0 0 auto;
  justify-content: space-between;
  min-height: 70px;
  padding: 0 clamp(14px, 4vw, 54px);
  position: fixed;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  border-radius: 9px;
  color: var(--white);
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

nav {
  align-items: center;
  display: flex;
  gap: clamp(12px, 2vw, 28px);
  font-size: 0.9rem;
  font-weight: 850;
}

nav a {
  color: rgba(16, 24, 32, 0.72);
}

.nav-action,
.button {
  align-items: center;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 12px;
  color: var(--white);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav-action {
  min-height: 42px;
  padding: 10px 14px;
}

.button:hover,
.nav-action:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-2px);
}

.button-secondary {
  background: transparent;
  color: var(--ink);
}

.hero {
  display: grid;
  gap: clamp(26px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(104px, 14svh, 146px) clamp(14px, 5vw, 72px) 56px;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px);
  background-size: 68px 68px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero::after {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-bottom-left-radius: 34px;
  content: "";
  height: 40vh;
  min-height: 260px;
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(220px, 32vw, 500px);
  z-index: -1;
}

.hero-copy {
  align-self: center;
  animation: rise-in 720ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  position: relative;
  z-index: 2;
}

.label {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.hero-lead {
  color: rgba(16, 24, 32, 0.74);
  font-size: clamp(1.08rem, 1.5vw, 1.34rem);
  max-width: 720px;
}

.hero-actions,
.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-actions {
  margin-top: 30px;
}

.proof-row {
  color: rgba(16, 24, 32, 0.7);
  font-size: 0.92rem;
  font-weight: 850;
  margin-top: 24px;
}

.proof-row span {
  background: rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  padding: 9px 12px;
}

.video-card {
  align-self: center;
  animation: panel-in 780ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
  background: var(--dark);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(16, 24, 32, 0.22);
  cursor: pointer;
  display: block;
  justify-self: center;
  max-width: min(390px, 100%);
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}

.video-card video,
.video-card img {
  aspect-ratio: 9 / 16;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.play-badge {
  align-items: center;
  background: var(--white);
  border-radius: 999px;
  bottom: 16px;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 950;
  min-height: 42px;
  padding: 0 16px;
  position: absolute;
  right: 16px;
}

.pricing-section {
  background: var(--ink);
  color: var(--white);
  padding: clamp(62px, 9vw, 116px) clamp(14px, 5vw, 72px);
}

.campaign-section {
  align-items: start;
  background: var(--white);
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(26px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  padding: clamp(58px, 8vw, 96px) clamp(14px, 5vw, 72px);
}

.campaign-copy {
  max-width: 720px;
}

.campaign-copy h2 {
  max-width: 760px;
}

.campaign-terms {
  display: grid;
  gap: 1px;
  overflow: hidden;
}

.campaign-terms div {
  background: var(--paper);
  border-left: 6px solid var(--accent);
  display: grid;
  gap: 8px;
  min-height: 116px;
  padding: clamp(18px, 2.5vw, 26px);
}

.campaign-terms strong {
  color: var(--ink);
  font-size: clamp(1.06rem, 1.4vw, 1.3rem);
  line-height: 1.2;
}

.campaign-terms span {
  color: var(--muted);
  font-weight: 720;
  line-height: 1.45;
}

.section-heading {
  max-width: 820px;
}

.section-heading h2 {
  color: var(--white);
  max-width: 780px;
}

.section-heading p:not(.label) {
  color: rgba(251, 255, 253, 0.72);
  max-width: 690px;
}

.price-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(24px, 4vw, 42px);
}

.scope-strip {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.scope-strip span {
  background: rgba(251, 255, 253, 0.08);
  border: 1px solid rgba(251, 255, 253, 0.14);
  border-radius: 999px;
  color: rgba(251, 255, 253, 0.78);
  font-size: 0.92rem;
  font-weight: 850;
  padding: 10px 14px;
}

.price-card {
  background: rgba(251, 255, 253, 0.08);
  border: 1px solid rgba(251, 255, 253, 0.16);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  min-height: 460px;
  padding: clamp(18px, 2.4vw, 28px);
}

.price-card.is-featured {
  background: var(--white);
  color: var(--ink);
  transform: translateY(-10px);
}

.price-kicker {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.price-card h3 {
  color: inherit;
}

.old-price {
  color: inherit;
  display: block;
  font-size: 0.34em;
  line-height: 1.2;
  opacity: 0.52;
  text-decoration: line-through;
}

.price-card p {
  color: rgba(251, 255, 253, 0.72);
  font-size: 0.94rem;
}

.price-card.is-featured p {
  color: rgba(16, 24, 32, 0.68);
}

.price-subline {
  font-weight: 900;
  margin-bottom: 20px;
}

.price-card ul {
  color: rgba(251, 255, 253, 0.8);
  display: grid;
  gap: 9px;
  line-height: 1.35;
  list-style: none;
  margin: auto 0 0;
  padding: 0;
}

.price-card li {
  padding-left: 18px;
  position: relative;
}

.price-card li::before {
  background: var(--accent);
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.48em;
  width: 7px;
}

.price-card.is-featured ul {
  color: rgba(16, 24, 32, 0.76);
}

.price-note {
  background: rgba(251, 255, 253, 0.08);
  border: 1px solid rgba(251, 255, 253, 0.14);
  border-radius: 18px;
  color: rgba(251, 255, 253, 0.76);
  line-height: 1.5;
  margin-top: 14px;
  max-width: 880px;
  padding: 18px;
}

.price-note strong {
  color: var(--white);
}

.price-cta {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
  margin-top: 20px;
}

.price-cta:hover {
  background: var(--white);
  border-color: var(--white);
}

.upload-section {
  background: var(--white);
  display: grid;
  gap: clamp(28px, 6vw, 88px);
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  padding: clamp(62px, 9vw, 124px) clamp(14px, 5vw, 72px);
}

.upload-copy {
  max-width: 680px;
}

.tile-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
}

.tile-grid div {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  min-height: 128px;
  padding: 18px;
}

.tile-grid strong {
  color: var(--accent);
  display: block;
  font-size: 0.78rem;
  margin-bottom: 14px;
}

.tile-grid span {
  color: var(--ink);
  display: block;
  font-size: 1.06rem;
  font-weight: 880;
  line-height: 1.22;
}

.upload-form {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(18px, 4vw, 34px);
}

[data-reveal] {
  animation: rise-in 680ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.upload-form[data-reveal] {
  animation-delay: 120ms;
}

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

label {
  color: var(--ink);
  display: grid;
  font-size: 0.94rem;
  font-weight: 850;
  gap: 8px;
  margin-bottom: 18px;
}

input,
textarea {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  font: inherit;
  min-height: 52px;
  padding: 13px;
  width: 100%;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--accent);
  outline: 3px solid rgba(24, 185, 154, 0.18);
}

.field-hint,
.form-note {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 680;
}

.check {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 18px 1fr;
}

.check input {
  min-height: 18px;
  padding: 0;
}

.hp-field {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.form-note {
  margin: 14px 0 0;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  padding: 34px clamp(14px, 5vw, 72px);
}

.site-footer p {
  font-size: 0.95rem;
  margin: 0;
}

.site-footer div {
  display: flex;
  gap: 18px;
}

.page-main {
  min-height: 70svh;
  padding: 124px clamp(14px, 5vw, 72px) 80px;
}

.page-hero {
  border-bottom: 1px solid var(--line);
  margin-bottom: 42px;
  padding-bottom: 42px;
}

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

.page-content {
  max-width: 760px;
}

.page-content p {
  color: var(--muted);
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .hero,
  .campaign-section,
  .upload-section {
    grid-template-columns: 1fr;
  }

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

  .price-card.is-featured {
    transform: none;
  }

}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    min-height: 96px;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  nav {
    gap: 10px;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  nav a {
    font-size: 0.82rem;
  }

  .nav-action {
    min-height: 34px;
    padding: 8px 10px;
  }

  .hero {
    gap: 28px;
    min-height: auto;
    padding-top: 132px;
  }

  section {
    scroll-margin-top: 124px;
  }

  .hero::after {
    border-bottom-left-radius: 24px;
    height: 180px;
    min-height: 0;
    opacity: 0.72;
    width: 50vw;
  }

  .button {
    width: 100%;
  }

  .button-secondary {
    background: var(--white);
  }

  .proof-row span {
    width: 100%;
  }

  .video-card {
    border-radius: 20px;
    max-width: min(360px, 92vw);
  }

  .video-card video,
  .video-card img {
    max-height: 66svh;
  }

  .tile-grid {
    grid-template-columns: 1fr;
  }

  .pricing-section {
    padding-top: 54px;
  }

  .campaign-section {
    padding-top: 54px;
  }

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

  .scope-strip span {
    border-radius: 14px;
    width: 100%;
  }

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

  .tile-grid div {
    min-height: auto;
  }

  .upload-section {
    padding-top: 54px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer p + p {
    margin-top: -12px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: clamp(2.45rem, 14vw, 3.2rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-lead {
    font-size: 1.02rem;
  }

  .play-badge {
    bottom: 12px;
    right: 12px;
  }
}

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