:root {
  --bg: #05080d;
  --panel: #0d1821;
  --panel-strong: #122534;
  --line: rgba(107, 207, 246, 0.22);
  --text: #f4f8fb;
  --muted: #9ab0bf;
  --soft: #c6d7e3;
  --cyan: #55c7f2;
  --cyan-strong: #13aeea;
  --green: #4dd8a8;
  --amber: #f2b84b;
  --danger: #ff6b7a;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(90deg, rgba(85, 199, 242, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(85, 199, 242, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 78% 12%, rgba(85, 199, 242, 0.18), transparent 31rem),
    linear-gradient(135deg, #030509 0%, #07121c 48%, #05080d 100%);
  background-size: 64px 64px, 64px 64px, auto, auto;
  color: var(--text);
  font-family: "Barlow", Arial, sans-serif;
}

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

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

.is-hidden {
  display: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 8, 13, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(85, 199, 242, 0.55);
  border-radius: 50%;
  background: #071018;
  box-shadow: 0 0 28px rgba(85, 199, 242, 0.16);
}

.brand-mark svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--cyan);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand strong {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  letter-spacing: 8px;
  line-height: 0.95;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.header-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: var(--soft);
  font-size: 14px;
  font-weight: 700;
}

.header-nav a {
  transition: color 0.2s ease;
}

.header-nav a:hover {
  color: var(--cyan);
}

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

.primary-link,
.secondary-link,
.ghost-link,
.demo-player button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  padding: 0 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.primary-link {
  background: var(--cyan);
  color: #041018;
  box-shadow: 0 16px 40px rgba(85, 199, 242, 0.24);
}

.secondary-link,
.ghost-link,
.demo-player button {
  border: 1px solid var(--line);
  background: rgba(9, 19, 28, 0.72);
  color: var(--text);
}

.primary-link:hover,
.secondary-link:hover,
.ghost-link:hover,
.demo-player button:hover {
  transform: translateY(-1px);
  border-color: rgba(85, 199, 242, 0.62);
}

.primary-link.is-loading,
.secondary-link.is-loading,
.ghost-link.is-loading {
  pointer-events: none;
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.primary-link.is-disabled,
.secondary-link.is-disabled,
.ghost-link.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
}

.large {
  min-height: 50px;
  padding: 0 24px;
  font-size: 18px;
}

.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(720px, calc(100vh - 120px));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: clamp(58px, 8vw, 92px) clamp(18px, 6vw, 84px);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 13, 0.96) 0%, rgba(5, 8, 13, 0.78) 48%, rgba(5, 8, 13, 0.26) 100%),
    radial-gradient(circle at 78% 42%, rgba(85, 199, 242, 0.22), transparent 30rem);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.hero-dashboard-bg {
  position: absolute;
  top: 54%;
  right: clamp(-190px, -7vw, -60px);
  z-index: 1;
  width: min(820px, 62vw);
  transform: translateY(-50%) rotate(-2deg);
  opacity: 0.86;
  pointer-events: none;
}

.hero-screenshot-carousel {
  border: 1px solid rgba(85, 199, 242, 0.28);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(18, 37, 52, 0.92), rgba(5, 11, 17, 0.9));
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(85, 199, 242, 0.1) inset;
}

.hero-shot-top {
  display: flex;
  gap: 9px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 17, 26, 0.82);
}

.hero-shot-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(85, 199, 242, 0.48);
}

.hero-shot-stack {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 430px;
  overflow: hidden;
  background: #06111a;
}

.hero-shot-stack::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 13, 0.28), transparent 44%),
    radial-gradient(circle at 35% 12%, rgba(85, 199, 242, 0.2), transparent 18rem);
  pointer-events: none;
}

.hero-shot-stack img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  opacity: 0;
  transform: scale(1.02);
  animation: heroScreenshotLoop 50s infinite;
  animation-delay: calc(var(--i) * 5s);
}

@keyframes heroScreenshotLoop {
  0%,
  8% {
    opacity: 1;
    transform: scale(1.02);
  }

  10%,
  100% {
    opacity: 0;
    transform: scale(1.045);
  }
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  line-height: 0.98;
}

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(46px, 5.8vw, 76px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 68px);
}

h3 {
  margin-bottom: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  line-height: 1;
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--soft);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.campaign-countdown {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 26px;
  border: 1px solid rgba(85, 199, 242, 0.38);
  border-radius: 8px;
  padding: 12px 16px;
  background: rgba(7, 17, 26, 0.86);
  box-shadow: 0 18px 46px rgba(85, 199, 242, 0.12);
}

.campaign-countdown span {
  color: var(--muted);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.campaign-countdown strong {
  color: var(--cyan);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0.9;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  max-width: 760px;
}

.trust-strip span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 13px;
  background: rgba(13, 24, 33, 0.72);
  color: var(--soft);
  font-size: 14px;
  font-weight: 700;
}

.hero-social-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(640px, 100%);
  margin-top: 14px;
}

.hero-social-proof strong {
  display: grid;
  gap: 2px;
  min-height: 82px;
  border: 1px solid rgba(85, 199, 242, 0.2);
  border-radius: 8px;
  padding: 14px 16px;
  background:
    linear-gradient(135deg, rgba(85, 199, 242, 0.12), transparent 58%),
    rgba(5, 11, 17, 0.62);
  color: var(--text);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  line-height: 0.95;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-social-proof span {
  color: var(--soft);
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.campaign-note {
  max-width: 680px;
  margin: 18px 0 0;
  border-left: 3px solid var(--green);
  padding: 12px 16px;
  color: var(--soft);
  background: rgba(77, 216, 168, 0.08);
}

.campaign-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  max-width: 760px;
}

.campaign-benefits span {
  border: 1px solid rgba(85, 199, 242, 0.24);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--soft);
  background: rgba(9, 19, 28, 0.7);
  font-size: 14px;
  font-weight: 700;
}

.demo-player {
  width: min(100%, 1080px);
  margin: 0 auto;
  border: 1px solid rgba(85, 199, 242, 0.3);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(18, 37, 52, 0.92), rgba(4, 10, 16, 0.96));
  box-shadow: var(--shadow);
}

.player-top,
.player-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.player-controls {
  border-top: 1px solid var(--line);
  border-bottom: 0;
}

.player-top div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.player-top small {
  color: var(--muted);
  font-weight: 800;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(77, 216, 168, 0.13);
}

.player-screen {
  display: grid;
  grid-template-columns: 72px 1fr;
  min-height: 430px;
  background:
    linear-gradient(90deg, rgba(85, 199, 242, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(85, 199, 242, 0.035) 1px, transparent 1px),
    #071018;
  background-size: 42px 42px;
}

.screen-sidebar {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 24px 14px;
  border-right: 1px solid var(--line);
}

.screen-sidebar span {
  height: 42px;
  border: 1px solid rgba(85, 199, 242, 0.22);
  border-radius: 8px;
  background: rgba(85, 199, 242, 0.08);
}

.screen-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px;
}

.screen-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.screen-heading span {
  color: var(--cyan);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.screen-heading strong {
  max-width: 340px;
  text-align: right;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  line-height: 1;
}

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

.metric-card,
.demo-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(18, 37, 52, 0.72);
}

.metric-card {
  min-height: 84px;
  padding: 14px;
}

.metric-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.metric-card strong {
  display: block;
  margin-top: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 34px;
}

.demo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  flex: 1;
}

.demo-item {
  position: relative;
  min-height: 104px;
  padding: 14px;
  overflow: hidden;
}

.demo-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 3px solid var(--item-color, var(--cyan));
  pointer-events: none;
}

.demo-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.demo-item span {
  display: block;
  color: var(--muted);
  line-height: 1.35;
}

.demo-item small {
  display: inline-flex;
  margin-top: 12px;
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(85, 199, 242, 0.14);
  color: var(--cyan);
  font-weight: 800;
}

.progress-track {
  position: relative;
  flex: 1;
  height: 7px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(198, 215, 227, 0.14);
}

.progress-track span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--green));
}

.demo-caption {
  margin: 0;
  padding: 0 16px 18px;
  color: var(--soft);
  line-height: 1.5;
}

.section-band,
.demo-section,
.audience-section,
.workflow-section,
.reassurance-section,
.feature-section,
.plans-section,
.final-cta {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 76px 0;
}

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

.demo-section-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.benefit-grid,
.audience-grid,
.reassurance-grid,
.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.benefit-grid article,
.audience-grid article,
.reassurance-grid article,
.workflow-list article,
.feature-list article,
.plans-grid article,
.final-cta {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(18, 37, 52, 0.78), rgba(5, 11, 17, 0.78));
}

.benefit-grid article {
  min-height: 260px;
  padding: 22px;
}

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

.audience-grid article {
  min-height: 246px;
  padding: 22px;
}

.audience-grid span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--cyan);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.audience-grid strong,
.reassurance-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--text);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  line-height: 1.05;
}

.benefit-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--cyan);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.benefit-grid p,
.audience-grid p,
.reassurance-grid p,
.workflow-list p,
.feature-list span,
.plans-grid p {
  color: var(--muted);
  line-height: 1.48;
}

.reassurance-section {
  padding-top: 38px;
}

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

.reassurance-grid article {
  position: relative;
  min-height: 174px;
  padding: 22px 22px 22px 54px;
}

.reassurance-grid article::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 22px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(77, 216, 168, 0.13);
}

.workflow-list {
  display: grid;
  gap: 12px;
}

.workflow-list article {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.workflow-list strong {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: var(--cyan);
  color: #041018;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.workflow-list h3,
.workflow-list p {
  margin-bottom: 0;
}

.feature-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 28px;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.feature-list article {
  min-height: 116px;
  padding: 18px;
}

.feature-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
}

.plans-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
}

.plans-grid article {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 24px;
}

.plans-grid h3 {
  font-size: 34px;
}

.plans-grid strong {
  display: inline-block;
  margin: 14px 0 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
}

.plans-grid span {
  color: var(--muted);
}

.plan-features {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  color: var(--soft);
  list-style: none;
}

.plan-features li {
  position: relative;
  padding-left: 24px;
  line-height: 1.35;
}

.plan-features li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(85, 199, 242, 0.12);
}

.featured-plan {
  border-color: rgba(85, 199, 242, 0.72) !important;
  box-shadow: 0 18px 54px rgba(85, 199, 242, 0.13);
}

.featured-plan small {
  display: inline-flex;
  margin-bottom: 16px;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(77, 216, 168, 0.14);
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
}

.centered {
  width: fit-content;
  margin: 0 auto;
}

.final-cta {
  padding: clamp(34px, 6vw, 58px);
  text-align: center;
}

.final-cta h2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.final-cta .hero-actions {
  justify-content: center;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

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

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  border: 1px solid rgba(77, 216, 168, 0.7);
  border-radius: 999px;
  padding: 9px 18px 9px 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 42%),
    linear-gradient(135deg, #28d366 0%, #12b958 100%);
  color: #03140a;
  box-shadow:
    0 20px 52px rgba(24, 194, 99, 0.34),
    0 10px 34px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  filter: saturate(1.06);
  box-shadow:
    0 26px 64px rgba(24, 194, 99, 0.4),
    0 14px 42px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.whatsapp-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f7fff9;
  box-shadow: inset 0 0 0 1px rgba(3, 20, 10, 0.08), 0 8px 18px rgba(3, 20, 10, 0.18);
}

.whatsapp-icon svg {
  width: 31px;
  height: 31px;
  fill: #16ba5b;
  flex: 0 0 auto;
}

.whatsapp-copy {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.whatsapp-copy strong,
.whatsapp-copy small {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.whatsapp-copy strong {
  font-size: 19px;
  letter-spacing: 1.2px;
}

.whatsapp-copy small {
  color: rgba(3, 20, 10, 0.78);
  font-size: 13px;
  letter-spacing: 0.8px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-nav {
    display: none;
  }

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

  .hero-section {
    min-height: 560px;
    padding: 52px 24px 58px;
  }

  .hero-dashboard-bg {
    right: -280px;
    width: 760px;
    opacity: 0.36;
  }

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

@media (max-width: 720px) {
  .site-header {
    gap: 14px;
    padding: 14px 16px;
  }

  .brand strong {
    font-size: 25px;
    letter-spacing: 6px;
  }

  .brand small {
    letter-spacing: 3px;
  }

  .header-actions .ghost-link {
    display: none;
  }

  .section-band,
  .demo-section,
  .audience-section,
  .workflow-section,
  .reassurance-section,
  .feature-section,
  .plans-section,
  .final-cta {
    width: min(100% - 28px, 1180px);
  }

  .hero-section {
    min-height: auto;
    padding: 44px 18px 48px;
  }

  .hero-dashboard-bg {
    display: none;
  }

  h1 {
    font-size: clamp(44px, 14vw, 58px);
  }

  h2 {
    font-size: 40px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .trust-strip span {
    flex: 1 1 calc(50% - 10px);
    text-align: center;
  }

  .hero-social-proof {
    grid-template-columns: 1fr;
  }

  .hero-social-proof strong {
    min-height: 72px;
  }

  .player-screen {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .screen-sidebar {
    display: none;
  }

  .screen-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .screen-heading strong {
    text-align: left;
  }

  .metric-row,
  .demo-grid,
  .benefit-grid,
  .audience-grid,
  .reassurance-grid,
  .feature-list,
  .plans-grid {
    grid-template-columns: 1fr;
  }

  .player-controls {
    flex-wrap: wrap;
  }

  .progress-track {
    flex-basis: 100%;
    order: -1;
  }

  .workflow-list article {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    min-height: 58px;
    padding: 8px 14px 8px 9px;
  }

  .whatsapp-icon {
    width: 42px;
    height: 42px;
  }

  .whatsapp-icon svg {
    width: 28px;
    height: 28px;
  }

  .whatsapp-copy strong {
    font-size: 17px;
  }

  .whatsapp-copy small {
    font-size: 12px;
  }
}
