/* Public landing: independent from the application shell. */
@font-face {
  font-family:Wemvy;
  src:url('../ITCAvantGardeStd-Md.ttf') format('truetype');
  font-weight:500;
  font-style:normal;
  font-display:swap
}

@font-face {
  font-family:Wemvy;
  src:url('../ITCAvantGardeStd-Bold.ttf') format('truetype');
  font-weight:700;
  font-style:normal;
  font-display:swap
}

:root {
  --apple-bg:#F5F5F7;
  --apple-text:#1D1D1F;
  --apple-muted:#86868B;
  --apple-subtle:#A1A1A6;
  --wemvy-cyan:#00D0D4;
  --wemvy-cyan-dark:#00B8BC;
  --wemvy-pink:#FA47C9;
  --wemvy-pink-dark:#E03DB5;
  --cyan-wash:#E0F7FA;
  --pink-wash:#FCE4EC;
  --paper:var(--apple-bg);
  --ink:var(--apple-text);
  --muted:var(--apple-muted);
  --line:#E8E8ED;
  --heading:Wemvy,Arial,sans-serif
}

*,*::before,*::after {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}

body.landing-body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font:15px/1.65 Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased
}

button,input,textarea {
  font:inherit
}

button,a,input,textarea,summary {
  -webkit-tap-highlight-color:transparent
}

button,a {
  touch-action:manipulation
}

button,summary {
  cursor:pointer
}

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

button {
  color:inherit
}

img,svg {
  max-width:100%
}

[hidden] {
  display:none!important
}

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

h1,h2,h3 {
  font-family:var(--heading);
  font-weight:500
}

h2 {
  font-size:clamp(30px,3.2vw,43px);
  line-height:1.2;
  letter-spacing:-1.6px
}

h3 {
  line-height:1.35
}

p {
  color:var(--muted)
}

::selection {
  background:rgba(0,208,212,.28);
  color:var(--ink)
}

:focus-visible {
  outline:3px solid var(--wemvy-cyan);
  outline-offset:5px;
  border-radius:3px
}

.lucide {
  width:20px;
  height:20px;
  stroke-width:1.7;
  flex-shrink:0
}

.container {
  width:min(1184px,calc(100% - 80px));
  margin-inline:auto
}

.skip-link {
  position:fixed;
  left:20px;
  top:-100px;
  z-index:100;
  background:var(--ink);
  color:white;
  padding:12px 20px
}

.skip-link:focus {
  top:12px
}

.landing-nav {
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(245,245,247,.96);
  border-bottom:1px solid var(--line);
  transition:box-shadow .2s
}

.landing-nav.is-scrolled {
  box-shadow:0 3px 18px rgba(29,29,31,.03);
  backdrop-filter:blur(14px)
}

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

.landing-nav-brand {
  display:inline-flex;
  align-items:center;
  gap:9px;
  flex-shrink:0
}

.landing-brand-mark {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:37px;
  height:40px;
  color:var(--wemvy-cyan)
}

.landing-brand-mark svg {
  width:33px;
  height:33px
}

.brand-name {
  font-family:var(--heading);
  font-weight:700;
  font-size:27px;
  line-height:1;
  letter-spacing:-1.5px
}

.brand-product {
  font:12px/1.2 Arial,sans-serif;
  letter-spacing:2.7px;
  display:block;
  margin-top:5px;
  margin-left:2px;
  color:var(--wemvy-cyan)
}

.landing-nav-links {
  display:flex;
  align-items:center;
  gap:27px;
  font-size:12px;
  font-weight:600
}

.landing-nav-links>a:not(.landing-btn) {
  transition:color .2s
}

.landing-nav-links>a:not(.landing-btn):hover {
  color:var(--wemvy-cyan)
}

.nav-login {
  display:flex;
  align-items:center;
  gap:5px
}

.nav-login .lucide {
  width:15px
}

.nav-divider {
  width:1px;
  height:18px;
  background:var(--line)
}

.landing-nav-toggle {
  display:none
}

.landing-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  padding:16px 23px;
  min-height:54px;
  border:1px solid transparent;
  border-radius:7px;
  font-size:13px;
  font-weight:700;
  line-height:1.4;
  transition:background .2s,transform .2s,box-shadow .2s
}

.landing-btn:hover {
  transform:translateY(-2px);
  box-shadow:0 6px 18px rgba(29,29,31,.07)
}

.landing-btn .lucide {
  width:18px;
  height:18px
}

.landing-btn-primary {
  background:linear-gradient(180deg,var(--wemvy-cyan),var(--wemvy-cyan-dark));
  color:var(--ink);
  box-shadow:0 2px 8px rgba(0,208,212,.25),inset 0 1px 0 rgba(255,255,255,.2)
}

.landing-btn-primary:hover {
  background:var(--wemvy-cyan-dark);
  box-shadow:0 4px 16px rgba(0,208,212,.35),inset 0 1px 0 rgba(255,255,255,.2)
}

.landing-btn-dark {
  background:var(--ink);
  color:#fff
}

.landing-btn-dark:hover {
  background:#3A3A3C
}

.nav-cta {
  min-height:43px;
  padding:12px 17px;
  gap:17px;
  font-size:12px
}

.text-link {
  display:inline-flex;
  align-items:center;
  gap:13px;
  font-size:13px;
  font-weight:600
}

.text-link:hover {
  color:var(--wemvy-cyan-dark)
}

.text-link .lucide {
  width:17px;
  height:17px
}

.landing-hero {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:center;
  padding-block:88px 75px
}

.hero-copy {
  position:relative;
  z-index:2
}

.hero-eyebrow {
  display:flex;
  align-items:center;
  gap:9px;
  color:var(--muted);
  font-size:10px;
  font-weight:700;
  letter-spacing:1.7px;
  margin-bottom:27px
}

.hero-eyebrow>span {
  height:7px;
  width:7px;
  background:var(--wemvy-cyan);
  border-radius:50%
}

.hero-copy h1 {
  font-size:clamp(43px,4.7vw,64px);
  line-height:1.13;
  letter-spacing:-2.9px;
  font-weight:700
}

.hero-accent {
  color:var(--wemvy-cyan-dark);
  position:relative;
  white-space:nowrap;
  background:linear-gradient(135deg,var(--wemvy-cyan),var(--wemvy-pink));
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent
}

.hero-accent::after {
  content:'';
  position:absolute;
  left:0;
  bottom:-8px;
  width:100%;
  height:8px;
  border-top:2px solid var(--wemvy-pink);
  border-radius:50%;
  transform:rotate(-2deg)
}

.landing-lead {
  font-size:16px;
  line-height:1.8;
  max-width:455px;
  margin-top:29px
}

.landing-hero-actions {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:22px;
  margin-top:29px
}

.hero-reassurance {
  font-size:11px;
  margin-top:18px;
  display:flex;
  align-items:center;
  gap:7px
}

.hero-reassurance .lucide {
  width:14px;
  color:var(--muted)
}

.hero-visual {
  position:relative;
  min-width:0;
  padding:48px 9px 66px 20px
}

.hero-visual::before {
  content:'';
  position:absolute;
  inset:2px -10px 10px 16px;
  border-radius:48% 48% 43% 48%;
  background:var(--cyan-wash)
}

.visual-orbit {
  position:absolute;
  inset:-9px 3px 5px 34px;
  border:1px solid rgba(250,71,201,.28);
  border-radius:50%;
  transform:rotate(21deg)
}

.visual-spark {
  position:absolute;
  z-index:2;
  font-family:Georgia,serif;
  line-height:1;
  color:var(--wemvy-cyan)
}

.spark-one {
  right:4px;
  top:5px;
  font-size:73px;
  transform:rotate(10deg)
}

.spark-two {
  left:0;
  bottom:52px;
  font-size:38px;
  color:var(--apple-subtle)
}

.preview-window {
  position:relative;
  z-index:1;
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:0 20px 45px rgba(29,29,31,.08);
  overflow:hidden;
  transform:rotate(-2deg)
}

.preview-topbar {
  height:52px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:0 16px;
  border-bottom:1px solid #F0F0F2;
  font-size:10px
}

.preview-logo {
  font-family:var(--heading);
  font-weight:700;
  font-size:23px;
  color:var(--wemvy-cyan-dark)
}

.preview-avatar {
  margin-left:auto;
  font-size:8px;
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border-radius:50%;
  background:var(--pink-wash)
}

.preview-workspace {
  display:flex;
  min-height:343px
}

.preview-sidebar {
  width:47px;
  flex-shrink:0;
  border-right:1px solid #F0F0F2;
  padding:13px 7px;
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:14px;
  color:var(--apple-subtle)
}

.preview-sidebar>span {
  display:flex;
  padding:7px
}

.preview-sidebar .lucide {
  width:14px;
  height:14px
}

.preview-sidebar .selected {
  background:rgba(0,208,212,.10);
  color:var(--wemvy-cyan-dark);
  border-radius:6px
}

.preview-sidebar .sidebar-bottom {
  margin-top:auto
}

.preview-content {
  min-width:0;
  padding:20px 18px 17px;
  flex:1
}

.preview-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:6px
}

.preview-heading span {
  font-size:7px;
  letter-spacing:1px;
  color:var(--muted)
}

.preview-heading .preview-title {
  font-family:Arial,sans-serif;
  font-size:15px;
  font-weight:700;
  letter-spacing:-.3px;
  margin-top:5px
}

.preview-heading .preview-add {
  background:var(--ink);
  color:#fff;
  font-size:17px;
  border-radius:5px;
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  line-height:1
}

.preview-tabs {
  display:flex;
  gap:22px;
  border-bottom:1px solid var(--line);
  margin-top:17px
}

.preview-tabs button {
  padding:7px 0 9px;
  border:0;
  border-bottom:2px solid transparent;
  background:none;
  font-size:9px;
  color:var(--muted)
}

.preview-tabs button:hover {
  color:var(--ink)
}

.preview-tabs button.is-active {
  color:var(--ink);
  border-bottom-color:var(--wemvy-cyan);
  font-weight:700
}

.preview-panel {
  min-height:237px
}

.preview-campaign {
  display:flex;
  align-items:center;
  gap:8px;
  margin-block:15px 12px
}

.campaign-icon {
  background:rgba(250,71,201,.10);
  padding:7px;
  border-radius:6px;
  display:flex;
  color:var(--wemvy-pink-dark)
}

.campaign-icon .lucide {
  width:13px;
  height:13px
}

.preview-campaign strong {
  display:block;
  font-size:9px
}

.preview-campaign div>span {
  font-size:8px;
  color:var(--muted);
  display:block;
  margin-top:1px
}

.status-badge {
  margin-left:auto;
  color:#426a54;
  background:#edf4ec;
  padding:3px 6px;
  border-radius:4px;
  font-size:7px;
  white-space:nowrap
}

.email-example {
  border:1px solid var(--line);
  border-radius:6px;
  overflow:hidden
}

.email-meta {
  padding:9px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:7px;
  color:var(--muted)
}

.email-meta .lucide {
  width:10px;
  height:10px
}

.email-art {
  position:relative;
  margin:0 9px;
  background:var(--wemvy-cyan);
  padding:17px 15px;
  color:var(--ink);
  overflow:hidden
}

.email-wordmark {
  font-size:7px;
  letter-spacing:2px;
  font-weight:700;
  display:block
}

.email-art>strong {
  position:relative;
  display:block;
  font-family:var(--heading);
  font-size:24px;
  letter-spacing:-1px;
  line-height:1.12;
  margin-block:18px 14px;
  font-weight:500;
  z-index:1
}

.email-flower {
  position:absolute;
  right:3px;
  top:6px;
  font:102px/1 Georgia,serif;
  color:var(--wemvy-pink-dark);
  transform:rotate(-12deg)
}

.email-art-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  font-size:6px
}

.email-art-bottom .lucide {
  width:12px;
  height:12px
}

.email-bottom {
  padding:12px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:7px;
  gap:8px
}

.email-faux-button {
  padding:5px 8px;
  color:white;
  background:var(--ink);
  border-radius:3px;
  font-size:6px
}

.preview-window-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid #F0F0F2;
  padding:11px 15px;
  font-size:7px;
  color:var(--muted)
}

.preview-window-footer>span:first-child {
  display:flex;
  align-items:center;
  gap:5px
}

.preview-window-footer .lucide {
  width:10px;
  height:10px;
  color:#6b8c72
}

.floating-note {
  position:absolute;
  z-index:3;
  bottom:60px;
  right:-9px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:9px;
  box-shadow:0 9px 25px rgba(29,29,31,.07);
  padding:15px 17px;
  display:flex;
  align-items:center;
  gap:12px;
  transform:rotate(3deg)
}

.floating-note>span {
  display:flex;
  padding:10px;
  border-radius:50%;
  background:#e8f1e7;
  color:#4e7959
}

.floating-note>span .lucide {
  width:18px;
  height:18px
}

.floating-note strong {
  font-size:11px;
  display:block
}

.floating-note small {
  font-size:9px;
  color:var(--muted);
  display:block;
  margin-top:1px
}

.floating-note>.lucide {
  margin-left:10px;
  width:16px;
  color:#648467
}

.preview-caption {
  position:absolute;
  bottom:-1px;
  text-align:center;
  width:100%;
  left:0;
  font-size:10px;
  color:var(--muted);
  line-height:1.6
}

.preview-caption>span {
  font-size:8px;
  display:block;
  color:var(--apple-subtle)
}

.preview-panel-title {
  padding-top:19px;
  margin-bottom:14px
}

.preview-panel-title strong {
  font-size:11px;
  display:block
}

.preview-panel-title>span {
  font-size:9px;
  color:var(--muted)
}

.audience-row {
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 0;
  border-bottom:1px solid var(--line)
}

.avatar {
  display:inline-grid;
  place-items:center;
  width:36px;
  height:36px;
  flex-shrink:0;
  background:rgba(0,208,212,.22);
  border:3px solid #fff;
  border-radius:50%;
  font-size:9px;
  font-weight:700
}

.avatar-lilac {
  background:rgba(250,71,201,.18)
}

.avatar-green {
  background:#dce9da
}

.audience-row .avatar {
  width:30px;
  height:30px
}

.audience-row strong,.audience-row div>span {
  display:block;
  font-size:9px
}

.audience-row div>span {
  font-size:8px;
  color:var(--muted)
}

.preview-panel-note {
  display:flex;
  align-items:center;
  gap:6px;
  font-size:9px;
  margin-top:17px
}

.preview-panel-note .lucide {
  width:13px;
  height:13px
}

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

.preview-stats>div {
  background:rgba(0,208,212,.08);
  padding:10px 13px;
  border-radius:6px
}

.preview-stats span {
  display:block;
  font-size:9px
}

.preview-stats strong {
  font-size:25px;
  font-weight:500;
  line-height:1.4
}

.results-chart {
  display:flex;
  align-items:flex-end;
  gap:12px;
  height:103px;
  border-bottom:1px solid var(--line);
  padding:8px 4px 0;
  margin-top:9px
}

.results-chart span {
  height:var(--bar);
  flex:1;
  background:rgba(250,71,201,.35);
  border-radius:4px 4px 0 0
}

.results-chart span:nth-last-child(2) {
  background:var(--wemvy-cyan)
}

.benefit-strip {
  border-block:1px solid var(--line);
  background:#fff
}

.benefit-strip-inner {
  min-height:111px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px
}

.benefit-strip p {
  font-size:12px;
  line-height:1.7
}

.benefit-strip strong {
  color:var(--ink)
}

.benefit-strip-inner>span {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:12px
}

.benefit-strip .lucide {
  width:23px;
  height:23px;
  color:var(--wemvy-pink)
}

.landing-section {
  padding-block:98px
}

.landing-kicker {
  color:var(--wemvy-cyan-dark);
  font-size:10px;
  font-weight:700;
  letter-spacing:1.8px;
  margin-bottom:19px
}

.section-heading {
  margin-bottom:37px
}

.section-heading>p:not(.landing-kicker) {
  margin-top:18px;
  font-size:14px;
  max-width:570px
}

.heading-split {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:60px
}

.heading-split>p {
  max-width:330px!important;
  margin-bottom:5px
}

.feature-grid {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:20px
}

.feature-card {
  padding:29px 32px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden
}

.feature-card h3 {
  font-size:21px;
  letter-spacing:-.7px;
  margin-top:15px
}

.feature-card p {
  font-size:13px;
  margin-top:11px;
  max-width:400px;
  line-height:1.8
}

.feature-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(250,71,201,.08);
  border:1px solid rgba(250,71,201,.22);
  width:39px;
  height:39px;
  border-radius:11px;
  color:var(--wemvy-pink-dark)
}

.feature-icon .lucide {
  width:19px;
  height:19px
}

.icon-peach {
  background:rgba(0,208,212,.10);
  color:var(--wemvy-cyan-dark);
  border-color:rgba(0,208,212,.25)
}

.icon-green {
  background:#f0f4ed;
  color:#6c8463;
  border-color:#dfe8da
}

.feature-main {
  grid-row:span 2;
  background:var(--pink-wash);
  border-color:rgba(250,71,201,.22);
  position:relative;
  padding-bottom:0;
  min-height:520px
}

.feature-main p {
  max-width:385px
}

.template-art {
  height:290px;
  position:relative;
  margin-top:24px
}

.template-paper {
  position:absolute;
  width:220px;
  min-height:270px;
  background:#fff;
  box-shadow:0 6px 18px rgba(29,29,31,.08);
  padding:19px;
  border:1px solid var(--line)
}

.template-paper>span {
  font-size:6px;
  letter-spacing:1px;
  display:block
}

.template-paper b {
  font-family:var(--heading);
  font-weight:500;
  display:block;
  font-size:20px;
  line-height:1.15;
  letter-spacing:-.6px;
  margin-block:13px
}

.template-back {
  left:15px;
  top:18px;
  transform:rotate(-12deg);
  background:var(--wemvy-cyan)
}

.template-front {
  right:13px;
  top:42px;
  transform:rotate(8deg)
}

.template-sun {
  width:80px;
  height:80px;
  background:var(--wemvy-pink);
  border-radius:50%;
  margin:20px auto
}

.template-artwork {
  display:flex;
  height:92px;
  gap:6px;
  align-items:flex-end;
  margin-top:15px;
  overflow:hidden
}

.template-artwork>div {
  height:80%;
  width:33.33%;
  border-radius:60px 60px 0 0;
  background:rgba(250,71,201,.40)
}

.template-artwork>div:nth-child(2) {
  height:100%;
  background:var(--wemvy-cyan)
}

.template-artwork>div:nth-child(3) {
  height:65%;
  background:#c9d6b9
}

.paper-line {
  height:4px;
  width:90%;
  background:var(--line);
  margin-top:9px
}

.paper-line.short {
  width:60%
}

.design-note {
  position:absolute;
  right:1px;
  top:-8px;
  color:var(--wemvy-pink-dark);
  font:italic 17px Georgia,serif;
  transform:rotate(-5deg)
}

.design-note svg {
  width:52px;
  height:31px;
  display:block;
  margin-left:65px;
  fill:none;
  stroke:var(--wemvy-pink-dark);
  stroke-width:1.3
}

.mini-audience {
  display:flex;
  align-items:center;
  margin-top:22px
}

.mini-audience>.avatar+.avatar {
  margin-left:-9px
}

.audience-label {
  font-size:9px;
  margin-left:12px;
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--muted)
}

.audience-label .lucide {
  width:13px;
  height:13px;
  color:var(--wemvy-pink)
}

.mini-chart {
  display:flex;
  gap:9px;
  align-items:flex-end;
  height:66px;
  margin-top:10px
}

.mini-chart>span {
  width:10%;
  height:25%;
  background:#dce6d5;
  border-radius:4px 4px 0 0
}

.mini-chart>span:nth-child(2) {
  height:42%
}

.mini-chart>span:nth-child(3) {
  height:32%
}

.mini-chart>span:nth-child(4) {
  height:52%
}

.mini-chart>span:nth-child(5) {
  height:46%
}

.mini-chart>span:nth-child(6) {
  height:70%
}

.mini-chart>span:nth-child(7) {
  height:85%
}

.mini-chart>span:nth-child(8) {
  height:100%;
  background:#9db38a
}

.mini-chart .lucide {
  margin-left:15px;
  align-self:center;
  color:#718465
}

.feature-extras {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:50px;
  margin-top:40px
}

.feature-extras>div {
  padding-left:35px;
  position:relative
}

.feature-extras .lucide {
  position:absolute;
  left:0;
  top:1px;
  width:19px;
  color:var(--apple-subtle)
}

.feature-extras h3 {
  font-size:14px;
  letter-spacing:-.2px
}

.feature-extras p {
  font-size:12px;
  line-height:1.8;
  margin-top:8px;
  max-width:270px
}

.agency-section {
  background:var(--ink);
  color:var(--paper);
  padding-block:77px
}

.agency-inner {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:95px;
  align-items:center
}

.agency-copy .landing-kicker {
  color:var(--wemvy-cyan)
}

.agency-copy h2 {
  font-size:38px;
  line-height:1.28
}

.agency-copy h2 span {
  color:var(--wemvy-pink)
}

.agency-copy>p:not(.landing-kicker) {
  color:var(--apple-subtle);
  font-size:14px;
  line-height:1.9;
  max-width:415px;
  margin-block:22px 26px
}

.agency-copy .text-link {
  color:var(--wemvy-cyan)
}

.agency-copy .text-link:hover {
  color:#fff
}

.agency-promises>div {
  display:flex;
  gap:20px;
  align-items:flex-start;
  padding:22px 0;
  border-bottom:1px solid #ffffff1a
}

.agency-promises>div:first-child {
  padding-top:0
}

.agency-promises>div:last-child {
  border:0;
  padding-bottom:0
}

.agency-promises>div>span {
  color:var(--muted);
  font-size:10px;
  margin-top:3px
}

.agency-promises h3 {
  font-size:16px;
  letter-spacing:-.3px
}

.agency-promises p {
  font-size:12px;
  color:var(--apple-subtle);
  line-height:1.8;
  margin-top:9px
}

.agency-promises .lucide {
  color:var(--wemvy-pink);
  width:22px;
  height:22px;
  margin-left:auto;
  flex-shrink:0
}

.centered {
  text-align:center
}

.centered>p {
  margin-inline:auto
}

.landing-steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:42px;
  list-style:none;
  padding:0;
  margin:48px 0 0;
  counter-reset:steps
}

.step-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid var(--line);
  padding-bottom:21px;
  margin-bottom:26px
}

.step-top>span {
  font-family:var(--heading);
  font-size:36px;
  color:var(--wemvy-cyan);
  letter-spacing:-2px
}

.step-top .lucide {
  width:23px;
  height:23px;
  color:var(--wemvy-pink);
  margin-right:9px
}

.landing-steps h3 {
  font-size:19px;
  letter-spacing:-.5px
}

.landing-steps p {
  font-size:13px;
  line-height:1.9;
  margin-top:12px;
  max-width:320px
}

.faq-section {
  display:grid;
  grid-template-columns:.85fr 1.3fr;
  gap:80px;
  padding-block:15px 103px
}

.faq-section h2 {
  font-size:35px
}

.faq-section .section-heading>p a {
  text-decoration:underline;
  text-underline-offset:4px;
  color:var(--ink)
}

.faq-list {
  border-top:1px solid var(--line)
}

.faq-list details {
  border-bottom:1px solid var(--line)
}

.faq-list summary {
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:23px;
  padding:22px 0;
  font-size:13px;
  font-weight:600
}

.faq-list summary::-webkit-details-marker {
  display:none
}

.faq-list summary .lucide {
  width:16px;
  height:16px;
  color:var(--apple-subtle);
  transition:transform .2s
}

.faq-list details[open] summary .lucide {
  transform:rotate(45deg)
}

.faq-list details[open] summary {
  color:var(--wemvy-cyan-dark)
}

.faq-list details p {
  padding:0 30px 23px 0;
  line-height:1.9;
  font-size:13px
}

.contact-section {
  background:linear-gradient(180deg,var(--cyan-wash) 0%,var(--pink-wash) 100%);
  border-block:1px solid var(--line);
  padding-block:80px
}

.landing-contacto {
  display:grid;
  grid-template-columns:1fr 1.07fr;
  gap:90px;
  align-items:start
}

.landing-contacto-copy {
  padding-top:28px
}

.landing-contacto-copy h2 {
  font-size:47px;
  line-height:1.2;
  letter-spacing:-2px
}

.landing-contacto-copy h2>span {
  font-size:37px;
  color:var(--wemvy-pink-dark);
  display:block;
  margin-top:6px
}

.landing-contacto-copy>p:not(.landing-kicker) {
  font-size:14px;
  line-height:1.9;
  margin-top:25px;
  max-width:365px
}

.landing-contacto-list {
  list-style:none;
  padding:0;
  margin:27px 0;
  font-size:12px
}

.landing-contacto-list li {
  display:flex;
  gap:11px;
  align-items:center;
  margin-top:12px
}

.landing-contacto-list .lucide {
  width:16px;
  height:16px;
  color:var(--wemvy-cyan-dark)
}

.contact-signoff {
  border-top:1px solid rgba(0,208,212,.28);
  padding-top:27px;
  display:flex;
  align-items:center;
  gap:17px;
  margin-top:37px;
  max-width:360px;
  font-size:11px;
  color:var(--muted)
}

.contact-signoff strong {
  color:var(--ink);
  font-weight:600
}

.signoff-symbol {
  font-family:var(--heading);
  font-size:39px;
  font-weight:700;
  color:var(--wemvy-pink);
  letter-spacing:-3px;
  line-height:1
}

.landing-form {
  background:#fff;
  padding:33px;
  border:1px solid var(--line);
  border-radius:13px;
  box-shadow:0 12px 26px rgba(29,29,31,.04)
}

.landing-form h3 {
  font-size:21px;
  letter-spacing:-.8px
}

.form-intro {
  font-size:12px;
  margin-top:6px;
  margin-bottom:26px
}

.form-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px
}

.form-group {
  margin-bottom:17px;
  min-width:0
}

.form-label {
  font-size:11px;
  font-weight:600;
  display:block;
  margin-bottom:7px
}

.form-input,.form-textarea {
  width:100%;
  background:#fff;
  border:1px solid var(--line);
  border-radius:5px;
  padding:11px 12px;
  font-size:12px;
  line-height:1.5;
  color:var(--ink);
  min-height:42px;
  transition:border-color .2s
}

.form-input::placeholder,.form-textarea::placeholder {
  color:var(--apple-subtle)
}

.form-input:focus,.form-textarea:focus {
  outline:2px solid rgba(0,208,212,.45);
  outline-offset:1px;
  border-color:var(--wemvy-cyan)
}

.form-textarea {
  min-height:106px;
  resize:vertical
}

.form-hint {
  font-size:10px;
  margin-top:6px;
  color:var(--muted)
}

.form-error,.landing-form-feedback {
  color:#a42f2f;
  font-size:12px;
  line-height:1.5;
  margin-bottom:8px
}

.form-group.error .form-input,.form-group.error .form-textarea {
  border-color:#c03e3e
}

.landing-check {
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:10px;
  color:var(--muted);
  line-height:1.6
}

.landing-check input {
  width:15px;
  height:15px;
  margin:0;
  flex-shrink:0;
  accent-color:var(--wemvy-cyan)
}

.landing-captcha {
  display:flex;
  align-items:center;
  gap:13px
}

.landing-captcha-img {
  border:1px solid var(--line);
  border-radius:5px;
  overflow:hidden;
  background:#fff;
  padding:0;
  line-height:0;
  flex-shrink:0
}

.landing-captcha-img img {
  display:block;
  width:150px;
  height:42px
}

.landing-captcha .form-input {
  min-width:0
}

.landing-form>.landing-btn {
  width:100%;
  font-size:12px;
  min-height:47px;
  padding:12px 18px;
  justify-content:space-between
}

.form-footnote {
  font-size:9px;
  text-align:center;
  margin-top:12px;
  line-height:1.7
}

.landing-btn:disabled {
  opacity:.55;
  cursor:wait;
  transform:none
}

.landing-footer {
  padding-block:37px 25px
}

.footer-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-bottom:30px
}

.footer-top>p {
  font-size:12px
}

.footer-top .brand-name {
  font-size:23px
}

.footer-top .brand-product {
  font-size:10px;
  letter-spacing:2.2px
}

.footer-top .landing-brand-mark {
  width:29px
}

.footer-top .text-link {
  font-size:11px
}

.footer-bottom {
  padding-top:20px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:10px;
  color:var(--muted)
}

.footer-bottom>div {
  display:flex;
  gap:26px
}

.footer-bottom a:hover {
  text-decoration:underline
}

.toast-container {
  position:fixed;
  z-index:60;
  right:22px;
  top:110px;
  width:min(420px,calc(100% - 44px))
}

.toast {
  padding:18px 22px;
  border:1px solid rgba(0,208,212,.35);
  border-left:4px solid var(--wemvy-cyan);
  border-radius:8px;
  background:#fff;
  color:var(--ink);
  box-shadow:0 8px 35px rgba(29,29,31,.13);
  font-size:14px
}

.toast strong {
  display:block
}

.toast:not(.show) {
  display:none
}

.landing-thanks {
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:30px
}

.landing-thanks-card {
  max-width:590px;
  background:white;
  text-align:center;
  border:1px solid var(--line);
  border-radius:18px;
  padding:55px 40px
}

.landing-thanks-card>.landing-brand-mark {
  margin-bottom:24px
}

.landing-thanks h1 {
  font-size:38px;
  letter-spacing:-1.5px;
  line-height:1.2
}

.landing-thanks .landing-lead {
  font-size:15px;
  margin:23px auto 28px
}

.landing-thanks .landing-kicker {
  font-size:10px
}

.preview-window {
  font-size:10px;
  line-height:1.5
}

.preview-heading>div>span {
  display:block;
  line-height:1.5
}

.preview-tabs button {
  line-height:1.5
}

.preview-campaign strong,.preview-campaign div>span {
  line-height:1.5
}

.visual-orbit {
  transform:none
}

.landing-hero {
  padding-block:58px 59px
}

@media(min-width:1400px) {
  .landing-hero {
    padding-block:80px 75px;
    gap:50px
  }
  .hero-visual {
    padding-top:55px;
    padding-bottom:76px
  }
  .preview-workspace {
    min-height:362px
  }
  .email-art {
    padding-block:22px
  }
}

@media(max-width:1120px) {
  .container {
    width:calc(100% - 56px)
  }
  .landing-nav-links {
    gap:18px;
    font-size:11px
  }
  .nav-inner {
    min-height:84px
  }
  .landing-hero {
    gap:15px;
    padding-block:65px
  }
  .hero-copy h1 {
    font-size:clamp(40px,4.7vw,53px)
  }
  .landing-lead {
    font-size:15px
  }
  .landing-hero-actions {
    gap:17px
  }
  .landing-hero-actions>.text-link {
    font-size:12px
  }
  .hero-visual {
    padding-left:10px
  }
  .preview-content {
    padding:16px 12px
  }
  .preview-heading .preview-title {
    font-size:13px
  }
  .preview-campaign {
    gap:5px
  }
  .preview-campaign strong {
    font-size:8px
  }
  .email-art>strong {
    font-size:23px
  }
  .floating-note {
    right:-5px
  }
  .agency-inner {
    gap:55px
  }
  .agency-copy h2 {
    font-size:34px
  }
  .landing-contacto {
    gap:50px
  }
  .landing-contacto-copy h2 {
    font-size:43px
  }
  .landing-contacto-copy h2>span {
    font-size:33px
  }
  .template-paper {
    width:190px
  }
  .template-back {
    left:0
  }
  .template-front {
    right:0
  }
  .faq-section {
    gap:55px
  }
}

@media(max-width:900px) {
  .nav-inner {
    min-height:78px
  }
  .landing-nav-toggle:not([hidden]) {
    display:flex;
    align-items:center;
    justify-content:center;
    width:43px;
    height:43px;
    background:none;
    border:1px solid var(--line);
    border-radius:7px
  }
  .landing-nav-links {
    gap:15px
  }
  .nav-divider {
    display:none
  }
  .nav-cta {
    display:none
  }
  .landing-nav-links.is-enhanced {
    display:none;
    position:absolute;
    left:28px;
    right:28px;
    top:calc(100% + 8px);
    background:var(--paper);
    padding:18px;
    border:1px solid var(--line);
    box-shadow:0 12px 30px rgba(29,29,31,.06);
    border-radius:10px;
    align-items:stretch;
    font-size:14px
  }
  .landing-nav-links.is-enhanced.is-open {
    display:flex;
    flex-direction:column;
    gap:2px
  }
  .landing-nav-links.is-enhanced a {
    padding:13px 12px
  }
  .landing-nav-links.is-enhanced .nav-cta {
    display:flex;
    margin-top:7px
  }
  .landing-hero {
    gap:36px;
    grid-template-columns:1fr;
    padding-block:55px 60px
  }
  .hero-copy {
    text-align:center;
    max-width:600px;
    margin-inline:auto
  }
  .hero-eyebrow {
    justify-content:center;
    font-size:10px
  }
  .hero-copy h1 {
    font-size:62px
  }
  .landing-lead {
    margin-inline:auto;
    max-width:475px
  }
  .landing-hero-actions {
    justify-content:center
  }
  .hero-reassurance {
    justify-content:center
  }
  .hero-visual {
    width:530px;
    max-width:100%;
    margin-inline:auto
  }
  .preview-content {
    padding:20px 18px
  }
  .preview-heading .preview-title {
    font-size:15px
  }
  .preview-campaign strong {
    font-size:10px
  }
  .email-art>strong {
    font-size:27px
  }
  .benefit-strip-inner {
    flex-wrap:wrap;
    justify-content:center;
    gap:20px 32px;
    padding-block:26px
  }
  .benefit-strip p {
    width:100%;
    text-align:center
  }
  .benefit-strip p br {
    display:none
  }
  .benefit-strip p strong {
    margin-left:4px
  }
  .benefit-strip-inner>span {
    font-size:11px
  }
  .heading-split {
    gap:35px
  }
  .heading-split>p {
    max-width:255px!important
  }
  .feature-card {
    padding:25px
  }
  .feature-main {
    padding-bottom:0
  }
  .feature-card h3 {
    font-size:19px
  }
  .template-paper {
    width:170px;
    padding:14px
  }
  .template-paper b {
    font-size:18px
  }
  .template-art {
    margin-top:40px
  }
  .template-front {
    right:-15px;
    top:58px
  }
  .template-back {
    left:-7px;
    top:25px
  }
  .audience-label {
    font-size:8px;
    gap:4px;
    margin-left:6px
  }
  .audience-label .lucide {
    display:none
  }
  .feature-extras {
    gap:22px
  }
  .agency-inner {
    gap:40px
  }
  .agency-copy h2 {
    font-size:29px
  }
  .agency-promises>div {
    gap:13px
  }
  .agency-promises .lucide {
    display:none
  }
  .agency-promises h3 {
    font-size:15px
  }
  .landing-steps {
    gap:26px
  }
  .landing-steps h3 {
    font-size:17px
  }
  .faq-section {
    grid-template-columns:1fr;
    gap:0
  }
  .faq-section .section-heading {
    margin-bottom:30px
  }
  .landing-contacto {
    grid-template-columns:1fr;
    gap:36px;
    max-width:630px
  }
  .landing-contacto-copy {
    padding-top:0
  }
  .landing-contacto-copy h2 br {
    display:none
  }
  .landing-contacto-copy h2 {
    font-size:38px
  }
  .landing-contacto-copy h2>span {
    font-size:38px
  }
  .landing-contacto-copy>p:not(.landing-kicker) {
    max-width:100%
  }
  .contact-signoff {
    display:none
  }
  .footer-top>p {
    font-size:11px
  }
  .landing-section {
    padding-block:75px
  }
}

@media(max-width:600px) {
  .container {
    width:calc(100% - 40px)
  }
  .nav-inner {
    min-height:74px;
    gap:12px
  }
  .brand-name {
    font-size:25px
  }
  .brand-product {
    font-size:10px
  }
  .landing-brand-mark {
    width:31px
  }
  .landing-nav-links:not(.is-enhanced) {
    flex-wrap:wrap;
    font-size:10px;
    gap:9px;
    justify-content:flex-end;
    padding-block:10px
  }
  .landing-nav-links.is-enhanced {
    left:20px;
    right:20px
  }
  .landing-hero {
    padding-block:42px 52px;
    gap:26px
  }
  .hero-eyebrow {
    font-size:8px;
    letter-spacing:1.3px;
    margin-bottom:24px;
    gap:7px
  }
  .hero-copy h1 {
    font-size:clamp(34px,9.6vw,55px);
    letter-spacing:-1.9px;
    line-height:1.14
  }
  .landing-lead {
    font-size:14px;
    line-height:1.85;
    margin-top:28px
  }
  .landing-hero-actions {
    flex-direction:column;
    gap:19px;
    margin-top:24px
  }
  .landing-btn {
    min-height:51px;
    font-size:12px
  }
  .hero-reassurance {
    font-size:10px;
    margin-top:17px
  }
  .hero-visual {
    padding:39px 5px 64px;
    max-width:430px
  }
  .hero-visual::before {
    inset:8px 0 22px 2px
  }
  .visual-orbit {
    inset:0 9px 14px 15px
  }
  .spark-one {
    right:0;
    top:3px;
    font-size:54px
  }
  .spark-two {
    font-size:27px;
    left:0;
    bottom:41px
  }
  .preview-topbar {
    height:44px;
    padding-inline:12px;
    font-size:9px
  }
  .preview-sidebar {
    width:35px;
    padding:12px 4px;
    gap:10px
  }
  .preview-sidebar .lucide {
    width:12px;
    height:12px
  }
  .preview-sidebar>span {
    padding:6px
  }
  .preview-content {
    padding:15px 10px
  }
  .preview-heading .preview-title {
    font-size:12px
  }
  .preview-heading span {
    font-size:6px;
    letter-spacing:.6px
  }
  .preview-heading .preview-add {
    height:23px;
    width:23px;
    font-size:15px
  }
  .preview-tabs {
    gap:18px;
    margin-top:13px
  }
  .preview-tabs button {
    font-size:8px;
    padding:8px 0 10px
  }
  .preview-workspace {
    min-height:316px
  }
  .preview-campaign {
    margin-block:12px 10px;
    gap:6px
  }
  .preview-campaign strong {
    font-size:8px
  }
  .preview-campaign div>span {
    font-size:7px
  }
  .campaign-icon {
    padding:5px
  }
  .campaign-icon .lucide {
    width:11px;
    height:11px
  }
  .status-badge {
    font-size:6px;
    padding:3px 4px
  }
  .email-meta {
    font-size:6px;
    padding:8px
  }
  .email-art {
    padding:16px 12px;
    margin-inline:6px
  }
  .email-art>strong {
    font-size:22px;
    margin-block:15px 11px
  }
  .email-flower {
    font-size:78px;
    top:9px
  }
  .email-art-bottom {
    font-size:5px
  }
  .email-bottom {
    padding:11px 8px;
    font-size:6px
  }
  .email-faux-button {
    font-size:5px;
    padding:4px 5px
  }
  .preview-panel {
    min-height:231px
  }
  .preview-window-footer {
    padding:9px 12px;
    font-size:6px
  }
  .floating-note {
    right:0;
    bottom:55px;
    padding:11px 12px;
    gap:9px
  }
  .floating-note strong {
    font-size:9px
  }
  .floating-note small {
    font-size:8px
  }
  .floating-note>span {
    padding:8px
  }
  .floating-note>span .lucide {
    width:15px;
    height:15px
  }
  .preview-caption {
    font-size:9px;
    bottom:0
  }
  .preview-caption>span {
    font-size:8px
  }
  .benefit-strip-inner {
    display:grid;
    grid-template-columns:1fr;
    justify-items:center;
    gap:18px
  }
  .benefit-strip-inner>span {
    font-size:12px
  }
  .benefit-strip p {
    margin-bottom:3px
  }
  .benefit-strip .lucide {
    width:20px;
    height:20px
  }
  .landing-section {
    padding-block:58px
  }
  .landing-kicker {
    font-size:8px;
    letter-spacing:1.5px;
    margin-bottom:15px
  }
  h2 {
    font-size:29px;
    letter-spacing:-1.1px
  }
  .heading-split {
    display:block
  }
  .heading-split>p {
    max-width:100%!important;
    font-size:13px;
    margin-top:19px
  }
  .section-heading {
    margin-bottom:28px
  }
  .feature-grid {
    grid-template-columns:1fr;
    gap:15px
  }
  .feature-card {
    padding:25px
  }
  .feature-card h3 {
    font-size:20px
  }
  .feature-card p {
    font-size:13px
  }
  .feature-main {
    min-height:490px;
    padding-bottom:0
  }
  .template-art {
    max-width:365px;
    margin:30px auto 0;
    height:257px
  }
  .template-paper {
    width:190px
  }
  .template-front {
    right:0;
    top:45px
  }
  .template-back {
    left:0;
    top:20px
  }
  .design-note {
    right:12px;
    top:-4px
  }
  .mini-audience {
    margin-top:20px
  }
  .audience-label {
    font-size:10px;
    margin-left:10px
  }
  .mini-chart {
    height:72px;
    margin-top:18px
  }
  .feature-extras {
    grid-template-columns:1fr;
    gap:27px;
    margin-top:31px
  }
  .feature-extras h3 {
    font-size:15px
  }
  .feature-extras p {
    max-width:100%;
    font-size:13px;
    margin-top:6px
  }
  .agency-section {
    padding-block:53px
  }
  .agency-inner {
    grid-template-columns:1fr;
    gap:34px
  }
  .agency-copy h2 {
    font-size:30px
  }
  .agency-copy>p:not(.landing-kicker) {
    font-size:13px
  }
  .agency-promises h3 {
    font-size:16px
  }
  .agency-promises .lucide {
    display:block
  }
  .agency-promises>div {
    gap:18px
  }
  .agency-promises p {
    font-size:12px
  }
  .centered {
    text-align:left
  }
  .section-heading>p:not(.landing-kicker) {
    font-size:13px
  }
  .landing-steps {
    grid-template-columns:1fr;
    gap:31px;
    margin-top:30px
  }
  .step-top {
    padding-bottom:12px;
    margin-bottom:17px
  }
  .step-top>span {
    font-size:32px
  }
  .landing-steps h3 {
    font-size:19px
  }
  .landing-steps p {
    max-width:100%;
    margin-top:9px;
    font-size:13px
  }
  .faq-section {
    padding-block:0 57px
  }
  .faq-section h2 {
    font-size:29px
  }
  .faq-list summary {
    font-size:12px;
    gap:16px;
    padding-block:20px
  }
  .faq-list details p {
    font-size:12px;
    padding-right:10px
  }
  .contact-section {
    padding-block:49px
  }
  .landing-contacto {
    gap:23px
  }
  .landing-contacto-copy h2 {
    font-size:33px;
    letter-spacing:-1.2px
  }
  .landing-contacto-copy h2>span {
    font-size:30px;
    margin-top:8px
  }
  .landing-contacto-copy>p:not(.landing-kicker) {
    font-size:13px;
    margin-top:19px
  }
  .landing-contacto-list {
    font-size:11px;
    margin-block:21px 7px
  }
  .landing-form {
    padding:24px 20px
  }
  .landing-form h3 {
    font-size:20px
  }
  .form-intro {
    font-size:11px;
    margin-bottom:23px
  }
  .form-row {
    grid-template-columns:1fr;
    gap:0
  }
  .form-input,.form-textarea {
    font-size:16px;
    padding:10px;
    min-height:45px
  }
  .form-input::placeholder,.form-textarea::placeholder {
    font-size:12px
  }
  .form-label {
    font-size:12px
  }
  .landing-captcha {
    flex-wrap:wrap;
    gap:9px
  }
  .landing-captcha-img img {
    width:150px;
    height:42px
  }
  .landing-captcha .form-input {
    flex:1 1 135px
  }
  .landing-check {
    font-size:11px
  }
  .form-footnote {
    font-size:10px
  }
  .footer-top {
    flex-wrap:wrap;
    gap:22px;
    padding-bottom:24px
  }
  .footer-top>p {
    order:3;
    width:100%;
    font-size:11px
  }
  .footer-top .text-link {
    font-size:10px;
    gap:5px
  }
  .footer-bottom {
    flex-direction:column;
    gap:17px;
    font-size:9px
  }
  .footer-bottom>div {
    gap:24px
  }
  .landing-footer {
    padding-block:29px 24px
  }
  .landing-thanks-card {
    padding:36px 23px
  }
  .landing-thanks h1 {
    font-size:30px
  }
  .landing-thanks .landing-lead {
    font-size:14px
  }
}

@media(max-width:900px) {
  .landing-hero {
    grid-template-columns:minmax(0,1fr)
  }
  .hero-copy {
    min-width:0;
    max-width:100%
  }
  .hero-visual {
    width:100%;
    max-width:530px
  }
}

@media(max-width:600px) {
  .hero-visual {
    max-width:430px
  }
}

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

.preview-title {
  color:var(--ink);
  line-height:1.2
}

.preview-tabs button {
  min-height:36px
}

@media(max-width:600px) {
  .preview-tabs button {
    min-height:44px;
    font-size:9px
  }
}
