:root {
  color-scheme: light;
  --bg: #f4fbf8;
  --bg-2: #eaf6f2;
  --panel: #ffffff;
  --text: #10201d;
  --muted: #667873;
  --line: #d7e7e2;
  --accent: #16b886;
  --accent-2: #377dff;
  --accent-3: #ffb84d;
  --accent-dark: #057753;
  --danger: #d84d45;
  --warn: #a97605;
  --ink: #0c1715;
  --shadow: 0 24px 80px rgba(28, 69, 59, 0.14);
  --shadow-soft: 0 14px 34px rgba(28, 69, 59, 0.08);
}

/* Public marketing and production account additions */
.nav-actions,.hero-actions{display:flex;align-items:center;gap:12px}.primary.small{padding:10px 18px}.marketing-hero{min-height:680px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;padding:90px max(6vw,24px);background:radial-gradient(circle at 75% 25%,rgba(69,196,176,.18),transparent 34%),#f7faf9}.marketing-hero h1{font-size:clamp(3rem,7vw,6.5rem);line-height:.94;letter-spacing:-.065em;max-width:900px;margin:16px 0 28px}.marketing-hero .subcopy{max-width:680px}.visual-card{background:#101c1a;color:#fff;padding:36px;border-radius:28px;box-shadow:0 28px 80px rgba(11,38,34,.2);transform:rotate(2deg)}.status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#54e4b4;box-shadow:0 0 0 7px rgba(84,228,180,.12)}.waveform{font-size:clamp(1.5rem,4vw,3rem);letter-spacing:5px;color:#79e9c5;overflow:hidden;margin:45px 0}.clean-meter{height:8px;background:#273a36;border-radius:10px;margin:20px 0}.clean-meter span{display:block;width:88%;height:100%;background:#54e4b4;border-radius:inherit}.marketing-section{padding:100px max(6vw,24px)}.marketing-section>h2{font-size:clamp(2.2rem,5vw,4rem);max-width:900px;letter-spacing:-.04em}.marketing-section.muted{background:#eef5f2}.feature-grid,.steps,.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px}.feature-grid article,.steps article,.pricing-grid article{background:#fff;border:1px solid #dce9e5;border-radius:22px;padding:28px}.feature-grid article{min-height:190px}.steps b{font-size:2rem;color:#17a77e}.pricing-grid{grid-template-columns:repeat(4,1fr);align-items:stretch}.pricing-grid article{position:relative;display:flex;flex-direction:column}.pricing-grid ul{padding-left:20px;line-height:1.9;flex:1}.pricing-grid .popular{border:2px solid #19a880;box-shadow:0 18px 45px rgba(20,130,101,.14);transform:translateY(-12px)}.plan-tag{position:absolute;top:-15px;right:18px;background:#101c1a;color:#fff;padding:7px 12px;border-radius:20px;font-size:.75rem}.price{font-size:2rem;font-weight:800;margin:20px 0}.price small{font-size:.8rem;font-weight:500}.offer{color:#0b8a68;font-weight:700}.wide{text-align:center;display:block}.center-note{text-align:center;color:#58706a;margin-top:30px}.cta{text-align:center;padding:100px 24px;background:#11211e;color:#fff}.cta h2{font-size:clamp(2.2rem,5vw,4.5rem);margin:0 0 16px}footer{padding:42px max(6vw,24px);display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;border-top:1px solid #dce9e5}footer div{display:flex;gap:18px;flex-wrap:wrap}.content-page{max-width:850px;margin:auto;padding:110px 24px;min-height:65vh}.content-page h1{font-size:clamp(2.5rem,6vw,5rem);letter-spacing:-.05em}.content-page p{font-size:1.12rem;line-height:1.85}.google-button{display:block;text-align:center;border:1px solid #cbdad6;border-radius:10px;padding:12px;font-weight:700}.media-preview,.video-preview{width:100%;margin:20px 0;border-radius:12px}.media-preview[hidden],.video-preview[hidden]{display:none}
body{overflow-x:hidden}.marketing-hero>*{min-width:0}.marketing-hero h1{font-size:clamp(3rem,6vw,5rem)}.visual-card{max-width:100%;overflow:hidden}.nav-actions a{white-space:nowrap}
@media(max-width:1400px){.marketing-hero{grid-template-columns:1fr;min-height:auto}.public-nav nav{display:none}.visual-card{transform:none}}
@media(max-width:1100px){.feature-grid,.steps{grid-template-columns:1fr 1fr}.pricing-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.marketing-hero{padding-top:65px}.visual-card{transform:none}.feature-grid,.steps,.pricing-grid{grid-template-columns:1fr}.pricing-grid .popular{transform:none}.nav-actions .ghost{display:none}footer{align-items:flex-start;flex-direction:column}}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(22, 184, 134, 0.13), transparent 34%),
    linear-gradient(225deg, rgba(55, 125, 255, 0.11), transparent 30%),
    linear-gradient(180deg, var(--bg) 0%, #ffffff 58%, var(--bg-2) 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.nav,
main {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand,
.nav nav,
.trust-row,
.job-top,
.job-actions,
.section-head {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 18px;
  font-weight: 950;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--accent);
  box-shadow: 0 12px 24px rgba(16, 32, 29, 0.18);
}

.nav nav {
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(215, 231, 226, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
}

.nav nav a {
  border-radius: 999px;
  padding: 9px 14px;
  color: #48615b;
  font-size: 14px;
  font-weight: 850;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav nav a:hover {
  background: var(--ink);
  color: #fff;
  transform: translateY(-1px);
}

.account-box {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(215, 231, 226, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 6px;
  box-shadow: var(--shadow-soft);
}

.account-box span {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  color: #36514b;
  font-size: 13px;
  font-weight: 900;
}

.account-box button {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  padding: 0 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  padding: 0 13px;
  outline: none;
  box-shadow: var(--shadow-soft);
}

.auth-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px 0;
}

.auth-shell {
  width: min(1040px, calc(100% - 32px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 44px;
  align-items: center;
}

.auth-copy .brand {
  margin-bottom: 40px;
}

.auth-copy h1 {
  font-size: clamp(44px, 6vw, 74px);
}

.auth-card {
  border: 1px solid rgba(215, 231, 226, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  padding: 28px;
}

.auth-card label {
  display: block;
  margin-top: 14px;
  color: #36514b;
  font-size: 13px;
  font-weight: 900;
}

.auth-card input {
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  padding: 0 13px;
  font: inherit;
  outline: none;
}

.auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.plan-note {
  display: grid;
  gap: 4px;
  margin: 16px 0 2px;
  border: 1px solid rgba(22, 184, 134, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(22, 184, 134, 0.1), rgba(55, 125, 255, 0.07));
  padding: 13px 14px;
}

.plan-note strong {
  color: var(--accent-dark);
  font-size: 14px;
}

.plan-note span {
  color: #4d625d;
  font-size: 13px;
  line-height: 1.45;
}

.auth-card input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(22, 184, 134, 0.12);
}

.auth-message {
  min-height: 20px;
  margin-top: 12px;
  color: var(--danger);
  font-size: 13px;
  font-weight: 800;
}

.auth-card .primary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border-radius: 10px;
}

.auth-switch {
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.auth-switch a {
  color: var(--accent-dark);
  font-weight: 950;
}

.hero {
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 500px);
  gap: 42px;
  align-items: center;
  padding: 26px 0 34px;
}

.tools-hero {
  min-height: auto;
  padding: 58px 0 44px;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 680px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(27px, 3.4vw, 42px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  font-size: 18px;
}

.subcopy {
  max-width: 590px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.trust-row {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 9px 12px;
  color: #36514b;
  font-size: 13px;
  font-weight: 900;
}

.upload-card,
.feature-band,
.job {
  border: 1px solid rgba(215, 231, 226, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.upload-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.upload-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(22, 184, 134, 0.12), transparent 38%),
    linear-gradient(315deg, rgba(55, 125, 255, 0.09), transparent 34%);
}

.upload-card > * {
  position: relative;
}

.sound-preview {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
}

.sound-preview span {
  width: 8px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  animation: wave 1.1s ease-in-out infinite;
}

.sound-preview span:nth-child(2) { animation-delay: 80ms; }
.sound-preview span:nth-child(3) { animation-delay: 160ms; }
.sound-preview span:nth-child(4) { animation-delay: 240ms; }
.sound-preview span:nth-child(5) { animation-delay: 320ms; }
.sound-preview span:nth-child(6) { animation-delay: 400ms; }

.dropzone {
  min-height: 190px;
  border: 2px dashed #8bdcc2;
  border-radius: 8px;
  background: rgba(248, 255, 252, 0.88);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.dropzone:hover,
.upload-card.has-file .dropzone {
  border-color: var(--accent);
  background: #f1fff9;
  transform: translateY(-2px);
}

.dropzone input,
.preset-card input,
.mini-drop input {
  display: none;
}

.upload-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 12px;
  box-shadow: 0 16px 32px rgba(22, 184, 134, 0.28);
}

.dropzone strong {
  font-size: 22px;
}

.dropzone small,
.preset-card small,
.privacy-note,
.job p,
.feature-band span,
.mini-drop small {
  color: var(--muted);
}

.dropzone small {
  margin-top: 8px;
  overflow-wrap: anywhere;
}

.quick-options {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
}

.quick-options.compact {
  grid-template-columns: 1fr;
}

.preset-card {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 13px;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.preset-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
}

.preset-card::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #9cb2ac;
  border-radius: 50%;
  flex: 0 0 auto;
}

.preset-card:has(input:checked) {
  border-color: rgba(22, 184, 134, 0.8);
  background: #edfff8;
}

.preset-card:has(input:checked)::before {
  border: 6px solid var(--accent);
}

.preset-card strong,
.preset-card small,
.mini-drop span,
.mini-drop small,
.feature-band strong,
.feature-band span {
  display: block;
}

.preset-card small {
  margin-top: 2px;
}

.field-label {
  display: block;
  margin: 4px 0 8px;
  color: #36514b;
  font-size: 13px;
  font-weight: 900;
}

.extra-files {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.mini-drop {
  border: 1px dashed #adc4bd;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
  padding: 14px;
  cursor: pointer;
}

.mini-drop span {
  font-weight: 900;
}

.mini-drop small {
  margin-top: 4px;
}

.primary,
.ghost {
  min-height: 48px;
  border-radius: 8px;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary {
  width: 100%;
  margin-top: 16px;
  border: 0;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  box-shadow: 0 18px 38px rgba(22, 184, 134, 0.26);
}

.secondary-action {
  background: linear-gradient(135deg, var(--ink), var(--accent-2));
}

.primary:hover,
.ghost:hover {
  transform: translateY(-2px);
}

.primary:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  padding: 0 18px;
}

.privacy-note {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 38px;
  overflow: hidden;
}

.feature-band div {
  padding: 20px;
  border-right: 1px solid var(--line);
}

.feature-band div:last-child {
  border-right: 0;
}

.feature-band span {
  margin-top: 6px;
  line-height: 1.45;
}

.result-section {
  padding: 22px 0 62px;
}

.section-head {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.single-result {
  display: grid;
  grid-template-columns: minmax(0, 680px);
}

.job {
  padding: 18px;
  animation: liftIn 420ms ease both;
}

.job.empty {
  background: rgba(255, 255, 255, 0.65);
}

.job-top {
  justify-content: space-between;
  gap: 16px;
}

.job p {
  margin-top: 5px;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.badge {
  border-radius: 999px;
  padding: 6px 10px;
  background: #edf2f0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.badge.completed {
  background: #d9f8ed;
  color: var(--accent-dark);
}

.badge.failed {
  background: #ffe7e5;
  color: var(--danger);
}

.badge.running {
  background: #fff3cd;
  color: var(--warn);
}

.bar {
  height: 10px;
  border-radius: 999px;
  margin: 16px 0;
  background: #edf2f0;
  overflow: hidden;
}

.bar span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent-3));
  transition: width 240ms ease;
}

.job-actions {
  display: grid;
  grid-template-columns: minmax(220px, 360px);
  gap: 12px;
  align-items: center;
}

.job-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.job-actions .download {
  position: relative;
  overflow: hidden;
  border: 0;
  background: linear-gradient(135deg, var(--ink), var(--accent-dark) 48%, var(--accent-2));
  color: #fff;
  box-shadow: 0 16px 34px rgba(22, 184, 134, 0.25);
}

.job-actions .download::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: currentColor;
  clip-path: polygon(42% 0, 58% 0, 58% 48%, 78% 48%, 50% 78%, 22% 48%, 42% 48%);
}

.job-actions .download::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.22) 42%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 420ms ease;
}

.job-actions .download:hover::after {
  transform: translateX(120%);
}

.job-actions a:hover {
  transform: translateY(-1px);
  border-color: var(--accent);
}

.job-actions a.disabled {
  pointer-events: none;
  opacity: 1;
}

.job-actions .download.disabled {
  background: #e8efed;
  color: #82938e;
  box-shadow: none;
}

.job-actions .download.disabled::before {
  clip-path: circle(44% at 50% 50%);
}

.reveal {
  animation: liftIn 520ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.delay-1 {
  animation-delay: 90ms;
}

.delay-2 {
  animation-delay: 160ms;
}

@keyframes liftIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wave {
  0%, 100% {
    height: 16px;
  }
  50% {
    height: 46px;
  }
}

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

@media (max-width: 900px) {
  .nav {
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .nav nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero,
  .tools-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 0;
  }

  .feature-band {
    grid-template-columns: 1fr;
  }

  .feature-band div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-band div:last-child {
    border-bottom: 0;
  }

  .auth-shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .auth-copy .brand {
    margin-bottom: 22px;
  }
}

@media (max-width: 560px) {
  .nav,
  main {
    width: min(100% - 20px, 1160px);
  }

  .account-box {
    width: 100%;
    justify-content: space-between;
  }

  .nav nav {
    gap: 4px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .nav nav a {
    white-space: nowrap;
  }

  h1 {
    font-size: 40px;
  }

  .subcopy {
    font-size: 16px;
  }

  .upload-card {
    padding: 14px;
  }

  .auth-card {
    padding: 20px;
  }

  .auth-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sound-preview {
    height: 42px;
  }

  .dropzone {
    min-height: 170px;
  }

  .extra-files {
    grid-template-columns: 1fr;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .job-top,
  .job-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .job-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .job-actions a {
    width: 100%;
  }
}

/* Final responsive overrides for public pages */
body{overflow-x:hidden}.marketing-hero>*{min-width:0}.marketing-hero h1{font-size:clamp(3rem,6vw,5rem)}.visual-card{max-width:100%;overflow:hidden}.nav-actions a{white-space:nowrap}
@media(max-width:1400px){.marketing-hero{grid-template-columns:1fr;min-height:auto}.public-nav nav{display:none}.visual-card{transform:none}}
@media(max-width:1100px){.feature-grid,.steps,.pricing-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.feature-grid,.steps,.pricing-grid{grid-template-columns:1fr}.public-nav{flex-wrap:nowrap}.public-nav nav{display:none}.marketing-hero{padding-top:65px}.visual-card{transform:none}.pricing-grid .popular{transform:none}.nav-actions .ghost{display:none}footer{align-items:flex-start;flex-direction:column}}

.pricing-section {
  background: linear-gradient(180deg, #ffffff 0%, #f3fbf8 100%);
}

.pro-pricing {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.pricing-grid .price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  border: 1px solid #dce9e5;
  background: linear-gradient(180deg, #ffffff 0%, #fbfffd 100%);
  padding: 24px;
  box-shadow: 0 18px 48px rgba(13, 46, 39, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pricing-grid .price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(22, 184, 134, 0.45);
  box-shadow: 0 28px 68px rgba(13, 46, 39, 0.14);
}

.pricing-grid .price-card.popular {
  border: 2px solid #16b886;
  transform: translateY(-14px);
  box-shadow: 0 30px 76px rgba(22, 184, 134, 0.18);
}

.plan-head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
}

.plan-head h3 {
  margin: 0;
  line-height: 1.15;
}

.plan-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #e9fbf4;
  color: #057753;
  font-weight: 950;
}

.plan-icon.starter {
  background: #eef4ff;
  color: #265ddf;
}

.plan-icon.pro {
  background: #101c1a;
  color: #54e4b4;
}

.plan-icon.business {
  background: #fff4df;
  color: #9b6100;
}

.pricing-grid .price {
  margin: 18px 0 14px;
  font-size: 2.1rem;
  line-height: 1;
}

.pricing-grid .price small {
  color: #667873;
  font-size: 0.88rem;
}

.pricing-grid .price-card ul {
  flex: 1;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  line-height: 1.55;
}

.pricing-grid .price-card li {
  position: relative;
  margin: 10px 0;
  padding-left: 24px;
  color: #38534d;
}

.pricing-grid .price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #16b886;
  box-shadow: 0 0 0 4px rgba(22, 184, 134, 0.12);
}

.advanced-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 20px;
}

.advanced-features span {
  border-radius: 999px;
  background: #edf8f4;
  color: #086f50;
  padding: 6px 9px;
  font-size: 0.74rem;
  font-weight: 850;
}

.paygo-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 24px;
  align-items: center;
  margin-top: 26px;
  border: 1px solid #dce9e5;
  border-radius: 22px;
  background: #101c1a;
  color: #ffffff;
  padding: 30px;
  box-shadow: 0 26px 72px rgba(13, 46, 39, 0.16);
}

.paygo-card .eyebrow {
  color: #54e4b4;
}

.paygo-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.paygo-card p {
  color: #bdd5cf;
  line-height: 1.65;
}

.credit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.credit-grid a,.credit-grid>div {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
  text-align: center;
}

.credit-grid strong {
  font-size: 0.95rem;
}

.credit-grid span,.credit-grid small {
  color: #54e4b4;
  font-size: 1.7rem;
  font-weight: 950;
}

@media(max-width:1200px){
  .pro-pricing{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pricing-grid .price-card.popular{transform:none}
}

@media(max-width:760px){
  .pro-pricing{grid-template-columns:1fr}
  .paygo-card{grid-template-columns:1fr;padding:22px}
  .credit-grid{grid-template-columns:1fr}
}

.billing-section{padding:72px max(6vw,24px);background:#f4f8f7;border-top:1px solid #dce9e5}
.billing-section .section-head{align-items:flex-end}
.billing-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:32px}
.billing-plans article{position:relative;background:#fff;border:1px solid #d7e5e1;border-radius:22px;padding:28px;box-shadow:0 14px 36px rgba(17,47,40,.06)}
.billing-plans article.featured{border:2px solid #19a880;transform:translateY(-7px)}
.billing-plans h3{font-size:1.4rem;margin:0 0 8px}
.billing-price{font-size:2rem;font-weight:800;margin:12px 0}
.billing-price small{font-size:.85rem;font-weight:600;color:#58706a}
.billing-plans button{width:100%;margin-top:16px}
.billing-note{color:#58706a;text-align:center;margin:26px auto 0;max-width:760px}
@media(max-width:760px){.billing-plans{grid-template-columns:1fr}.billing-plans article.featured{transform:none}}

.rich-page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 60px 0 90px;
}

.rich-hero {
  border: 1px solid #dce9e5;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(22, 184, 134, 0.14), transparent 38%),
    linear-gradient(315deg, rgba(55, 125, 255, 0.12), transparent 36%), #ffffff;
  padding: clamp(34px, 6vw, 64px);
  box-shadow: 0 28px 76px rgba(13, 46, 39, 0.12);
}

.rich-hero h1 {
  max-width: 900px;
  margin: 0 0 22px;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.rich-hero p {
  max-width: 880px;
  color: #526a64;
  font-size: 1.14rem;
  line-height: 1.8;
}

.contact-hero {
  background: linear-gradient(135deg, rgba(22, 184, 134, 0.16), transparent 35%), #101c1a;
  color: #ffffff;
}

.contact-hero .eyebrow {
  color: #54e4b4;
}

.contact-hero p {
  color: #c5d9d4;
}

.contact-email {
  display: inline-flex;
  width: auto;
  margin-top: 24px;
  padding: 14px 20px;
}

.rich-section {
  margin-top: 28px;
  border: 1px solid #dce9e5;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  padding: clamp(24px, 4vw, 38px);
  box-shadow: 0 16px 44px rgba(13, 46, 39, 0.07);
}

.rich-section h2 {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: -0.035em;
}

.rich-section p {
  color: #526a64;
  font-size: 1.04rem;
  line-height: 1.78;
}

.rich-section a {
  color: #057753;
  font-weight: 850;
}

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

.team-grid article {
  border: 1px solid #dce9e5;
  border-radius: 18px;
  background: #fbfffd;
  padding: 22px;
}

.team-grid h3 {
  margin: 0 0 7px;
}

.team-grid strong {
  display: block;
  color: #057753;
  margin-bottom: 12px;
}

.split-rich {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.value-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.value-list span {
  border: 1px solid rgba(22, 184, 134, 0.22);
  border-radius: 999px;
  background: #ecfbf5;
  color: #057753;
  padding: 9px 13px;
  font-size: 0.92rem;
  font-weight: 850;
}

.check-list {
  columns: 2;
  column-gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  break-inside: avoid;
  margin: 0 0 12px;
  padding-left: 24px;
  color: #38534d;
  line-height: 1.55;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #16b886;
  box-shadow: 0 0 0 4px rgba(22, 184, 134, 0.12);
}

@media(max-width:760px){
  .rich-page{width:min(100% - 20px,1120px);padding-top:30px}
  .team-grid,.rich-tools,.split-rich{grid-template-columns:1fr}
  .check-list{columns:1}
  .rich-hero h1{font-size:2.65rem}
}

/* Final public-site polish: keep link buttons centered instead of inheriting form-button width. */
a.primary,
a.ghost,
.nav-actions a,
.hero-actions a,
.pricing-grid a,
.cta a {
  width: auto;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  border-radius: 14px;
  padding: 0 24px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.nav-actions a {
  min-height: 48px;
  padding: 0 22px;
}

.nav-actions .primary {
  background: linear-gradient(135deg, #15b98a, #327dff);
  color: #fff;
  box-shadow: 0 12px 28px rgba(22, 184, 134, 0.22);
}

.nav-actions .ghost {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dce9e5;
  color: #101c1a;
  box-shadow: 0 10px 24px rgba(13, 46, 39, 0.06);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions .primary {
  min-width: 260px;
  background: linear-gradient(135deg, #15b98a, #327dff);
}

.hero-actions .ghost {
  min-width: 160px;
  background: #fff;
  border: 1px solid #dce9e5;
  color: #101c1a;
}

.pricing-grid .wide {
  width: 100%;
  min-height: 52px;
  margin-top: auto;
}

.pricing-grid .price-card .primary {
  background: linear-gradient(135deg, #101c1a, #057753 55%, #327dff);
  color: #fff;
}

.pricing-grid .price-card .ghost {
  background: #fff;
  border: 1px solid #dce9e5;
  color: #101c1a;
}

.cta .primary {
  width: auto;
  min-width: 220px;
  margin-top: 22px;
  background: linear-gradient(135deg, #54e4b4, #327dff);
  color: #071411;
  box-shadow: 0 18px 42px rgba(84, 228, 180, 0.22);
}

.visual-card {
  position: relative;
}

.voice-wave {
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 36px 0;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  overflow: hidden;
}

.voice-wave span {
  width: 10px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #9cf8da, #16b886);
  box-shadow: 0 0 24px rgba(84, 228, 180, 0.28);
  animation: voicePulse 1.15s ease-in-out infinite;
}

.voice-wave span:nth-child(2) { animation-delay: 80ms; height: 42px; }
.voice-wave span:nth-child(3) { animation-delay: 160ms; height: 70px; }
.voice-wave span:nth-child(4) { animation-delay: 240ms; height: 46px; }
.voice-wave span:nth-child(5) { animation-delay: 320ms; height: 92px; }
.voice-wave span:nth-child(6) { animation-delay: 400ms; height: 56px; }
.voice-wave span:nth-child(7) { animation-delay: 480ms; height: 78px; }
.voice-wave span:nth-child(8) { animation-delay: 560ms; height: 38px; }
.voice-wave span:nth-child(9) { animation-delay: 640ms; height: 98px; }
.voice-wave span:nth-child(10) { animation-delay: 720ms; height: 52px; }
.voice-wave span:nth-child(11) { animation-delay: 800ms; height: 74px; }
.voice-wave span:nth-child(12) { animation-delay: 880ms; height: 34px; }

@keyframes voicePulse {
  0%, 100% { transform: scaleY(0.55); opacity: 0.72; }
  50% { transform: scaleY(1.28); opacity: 1; }
}

@media(max-width:760px){
  .nav-actions a{min-height:44px;padding:0 16px}
  .hero-actions{align-items:stretch}
  .hero-actions a{width:100%;min-width:0}
  .voice-wave{height:100px;gap:7px}
  .voice-wave span{width:8px}
}
