:root {
  --blue-950: #111969;
  --blue-900: #263180;
  --blue-700: #3052bf;
  --blue-600: #435cad;
  --green-500: #16c878;
  --green-400: #45c47d;
  --teal-500: #2d9c90;
  --danger: #f05263;
  --ink: #14204a;
  --muted: #65709a;
  --line: rgba(67, 92, 173, 0.18);
  --surface: #ffffff;
  --surface-soft: #f4f7ff;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(17, 25, 105, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Raleway", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 18px 24px auto;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 14px 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(17, 25, 105, 0.12);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, background 180ms ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.96);
}

.brand img {
  width: 178px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--blue-900);
}

.main-nav a {
  padding: 10px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--blue-700), var(--green-500));
  color: #fff;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: none;
}

.btn svg {
  width: 18px;
  height: 18px;
}

.btn-small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 0.82rem;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: none;
}

.btn-outline {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--blue-900);
  box-shadow: none;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--blue-900);
}

.section {
  padding: 110px 0;
}

.section-dark {
  color: #fff;
  background:
    radial-gradient(circle at 12% 8%, rgba(67, 92, 173, 0.95), transparent 28%),
    linear-gradient(135deg, var(--blue-950), #315c8f 62%, var(--green-400));
}

.hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 150px 0 110px;
}

.hero-media {
  position: absolute;
  inset: 0 46% 0 0;
  opacity: 0.5;
  clip-path: ellipse(86% 74% at 8% 38%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 8, 36, 0.72), rgba(17, 25, 105, 0.6) 42%, rgba(17, 25, 105, 0.04));
}

.hero-shape {
  position: absolute;
  border: 56px solid rgba(69, 196, 125, 0.9);
  border-radius: 50%;
  pointer-events: none;
}

.hero-shape-one {
  width: 360px;
  height: 360px;
  right: -120px;
  top: -90px;
}

.hero-shape-two {
  width: 260px;
  height: 260px;
  right: 18%;
  bottom: -140px;
  border-color: rgba(67, 92, 173, 0.6);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.hero-grid > *,
.split-grid > *,
.video-grid > *,
.showcase-grid > *,
.strategic-grid > *,
.cta-card > * {
  min-width: 0;
}

.hero-logo {
  width: 250px;
  margin-bottom: 46px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green-400);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow.blue {
  color: var(--blue-700);
}

.eyebrow.danger {
  color: var(--danger);
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(2.55rem, 5vw, 4.95rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(1.85rem, 3.15vw, 3.05rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
}

.section-dark p {
  color: rgba(255, 255, 255, 0.82);
}

.hero-text {
  max-width: 660px;
  padding-top: 28px;
  border-top: 2px solid var(--green-500);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-panel {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.panel-topline {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.panel-topline span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff5f57;
}

.panel-topline span:nth-child(2) {
  background: #febc2e;
}

.panel-topline span:nth-child(3) {
  background: var(--green-500);
}

.metric-card {
  min-height: 176px;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  color: var(--blue-900);
  transition: transform 180ms ease, opacity 180ms ease;
}

.metric-card.is-changing {
  opacity: 0.62;
  transform: translateY(4px);
}

.metric-card small {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(22, 200, 120, 0.12);
  color: var(--green-500);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.35rem;
  line-height: 1.18;
}

.metric-card span {
  color: var(--muted);
  line-height: 1.5;
}

.flow-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 20px 0;
}

.flow-line button {
  min-height: 64px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(120deg, var(--green-500), var(--blue-700));
  box-shadow: none;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.22);
}

.btn-outline:hover {
  background: var(--blue-900);
  color: #fff;
}

.flow-line button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
}

.flow-line .active {
  background: var(--green-500);
  box-shadow: 0 12px 24px rgba(22, 200, 120, 0.26);
}

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

.mini-dashboard div {
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(17, 25, 105, 0.48);
}

.mini-dashboard small,
.mini-dashboard strong {
  display: block;
}

.mini-dashboard small {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
}

.split-grid,
.pain-grid,
.video-grid,
.showcase-grid,
.strategic-grid,
.cta-card,
.footer-grid {
  display: grid;
  gap: 56px;
  align-items: center;
}

.split-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
}

.section-copy {
  max-width: 620px;
}

.laptop-card {
  position: relative;
  padding: 26px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--surface-soft), #fff);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.laptop-card:hover,
.feature-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(17, 25, 105, 0.2);
}

.laptop-card img {
  width: 100%;
  border-radius: var(--radius);
}

.image-note {
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 3px solid var(--green-500);
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.pain-section {
  background:
    linear-gradient(90deg, rgba(240, 82, 99, 0.06), transparent 52%),
    var(--surface-soft);
}

.pain-grid {
  grid-template-columns: 0.78fr 1fr;
}

.pain-list {
  display: grid;
  gap: 10px;
}

.pain-list div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(22, 200, 120, 0.35);
  color: var(--blue-900);
  font-weight: 600;
  line-height: 1.45;
}

.pain-list svg {
  width: 20px;
  min-width: 20px;
  color: var(--green-500);
}

.negative-list div {
  border-bottom-color: rgba(240, 82, 99, 0.26);
}

.negative-list svg {
  color: var(--danger);
}

.video-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
}

.video-card {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: #080d32;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtube-frame,
.youtube-frame iframe,
.youtube-frame img {
  width: 100%;
  height: 100%;
}

.youtube-frame iframe {
  border: 0;
}

.youtube-frame img {
  object-fit: cover;
  opacity: 0.62;
}

.video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 28px;
  text-align: center;
  background: linear-gradient(180deg, rgba(17, 25, 105, 0.36), rgba(17, 25, 105, 0.72));
  pointer-events: none;
  transition: opacity 180ms ease;
}

.video-card.has-video .video-placeholder {
  opacity: 0;
}

.video-placeholder svg {
  width: 58px;
  height: 58px;
  padding: 15px;
  border-radius: 50%;
  background: var(--green-500);
}

.video-placeholder span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.video-fallback-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--blue-900);
  font-size: 0.78rem;
  font-weight: 800;
  pointer-events: auto;
}

.video-card.has-video .video-fallback-link {
  position: absolute;
  right: 14px;
  bottom: 14px;
}

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

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.feature-grid article {
  min-height: 222px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 42px rgba(17, 25, 105, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.feature-grid article:hover {
  border-color: rgba(22, 200, 120, 0.38);
}

.feature-grid svg {
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  color: var(--green-500);
}

.feature-grid p {
  font-size: 0.9rem;
  line-height: 1.58;
}

.showcase {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(67, 92, 173, 0.08), transparent),
    #fff;
}

.showcase-grid {
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.8fr);
}

.screen-stack {
  position: relative;
  min-height: 470px;
  perspective: 1200px;
  cursor: pointer;
  overflow: hidden;
}

.screen-card {
  position: absolute;
  display: flex;
  align-items: flex-end;
  width: min(82%, 560px);
  aspect-ratio: 16 / 10;
  padding: 18px;
  border: 0;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(244, 247, 255, 0.78)),
    repeating-linear-gradient(0deg, rgba(67, 92, 173, 0.15) 0 1px, transparent 1px 34px);
  box-shadow: var(--shadow);
  cursor: pointer;
  transform-origin: center;
  transition:
    left 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    top 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 420ms ease,
    filter 420ms ease,
    box-shadow 420ms ease;
}

.screen-card:focus-visible {
  outline: 3px solid rgba(22, 200, 120, 0.55);
  outline-offset: 4px;
}

.screen-card::before {
  content: "";
  position: absolute;
  inset: 58px 24px 58px;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, var(--green-500) 0 34%, rgba(67, 92, 173, 0.26) 34% 100%),
    linear-gradient(#fff, #fff);
  opacity: 0.78;
}

.screen-card span {
  position: relative;
  z-index: 1;
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--blue-900);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
}

.screen-card.is-active {
  z-index: 3;
  left: 6%;
  top: 78px;
  opacity: 1;
  filter: none;
  transform: translate3d(0, 0, 70px) scale(1);
  box-shadow: 0 32px 90px rgba(17, 25, 105, 0.22);
}

.screen-card.is-next {
  z-index: 2;
  left: 18%;
  top: 0;
  opacity: 0.74;
  filter: saturate(0.86);
  transform: translate3d(0, 0, 20px) scale(0.92);
}

.screen-card.is-prev {
  z-index: 1;
  left: 24%;
  top: 212px;
  opacity: 0.54;
  filter: saturate(0.75);
  transform: translate3d(0, 0, -40px) scale(0.88);
}

.screen-stack:hover .screen-card.is-active {
  transform: translate3d(0, -4px, 80px) scale(1.01);
}

.screen-stack::after {
  content: "Clique ou passe o mouse para alternar as telas";
  position: absolute;
  left: 6%;
  bottom: 2px;
  z-index: 4;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--blue-900);
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(17, 25, 105, 0.12);
}

.strategic-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
}

.benefit-list {
  display: grid;
  gap: 0;
  padding: 26px 36px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: var(--radius);
  background: rgba(17, 25, 105, 0.28);
}

.benefit-list article {
  display: grid;
  grid-template-columns: 44px minmax(170px, 0.52fr) 1fr;
  gap: 14px;
  align-items: start;
  min-height: 76px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(22, 200, 120, 0.38);
  color: #fff;
}

.benefit-list article:last-child {
  border-bottom: 0;
}

.benefit-list svg {
  width: 23px;
  height: 23px;
  margin-top: 2px;
  color: var(--green-500);
}

.benefit-list strong {
  display: block;
  margin-bottom: 7px;
  font-size: 0.98rem;
  line-height: 1.22;
}

.benefit-list span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.46;
}

.cta-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #fff 0%, var(--surface-soft) 100%);
}

.cta-card {
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 0.72fr);
  padding: 46px;
  border-top: 8px solid var(--green-500);
  border-radius: 28px 28px var(--radius) var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.lead-form {
  display: grid;
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--blue-900);
  font-size: 0.82rem;
  font-weight: 800;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font: inherit;
}

.lead-form textarea {
  min-height: 96px;
  padding-top: 13px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus {
  outline: 2px solid rgba(22, 200, 120, 0.32);
  border-color: var(--green-500);
}

.lead-form input.is-invalid,
.lead-form textarea.is-invalid {
  border-color: var(--danger);
  background: rgba(240, 82, 99, 0.04);
}

.lead-form input.is-valid,
.lead-form textarea.is-valid {
  border-color: rgba(22, 200, 120, 0.58);
}

.field-error {
  min-height: 16px;
  color: var(--danger);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-message {
  min-height: 24px;
  margin: 0;
  color: var(--green-500);
  font-size: 0.86rem;
  font-weight: 700;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 84px 0 34px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 18%, rgba(22, 200, 120, 0.24), transparent 28%),
    linear-gradient(135deg, #080d32 0%, var(--blue-950) 54%, #214a78 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  right: -110px;
  bottom: -150px;
  border: 48px solid rgba(22, 200, 120, 0.2);
  border-radius: 50%;
}

.footer-cta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 34px;
  margin-bottom: 54px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.footer-cta h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.footer-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.2fr 0.68fr 0.86fr 0.9fr;
  align-items: start;
  gap: 44px;
}

.footer-brand img {
  width: 180px;
  margin-bottom: 22px;
}

.footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.footer-links {
  display: grid;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
}

.footer-links strong,
.footer-card strong {
  color: #fff;
  font-size: 1rem;
}

.footer-links a,
.footer-links span {
  color: rgba(255, 255, 255, 0.72);
}

.footer-links a:hover {
  color: var(--green-500);
}

.footer-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.footer-card svg {
  width: 32px;
  height: 32px;
  color: var(--green-500);
}

.footer-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.55;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.footer-bottom strong {
  color: var(--green-500);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--green-500);
  color: #fff;
  box-shadow: 0 18px 42px rgba(22, 200, 120, 0.34);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 24px 50px rgba(22, 200, 120, 0.42);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.contact-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 13, 50, 0.62);
  backdrop-filter: blur(8px);
}

.contact-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  padding: 34px;
  border-top: 6px solid var(--green-500);
  border-radius: 18px 18px var(--radius) var(--radius);
  background: #fff;
  box-shadow: 0 34px 90px rgba(8, 13, 50, 0.3);
  transform: translateY(18px) scale(0.98);
  transition: transform 180ms ease;
}

.contact-modal.is-open .contact-modal__dialog {
  transform: translateY(0) scale(1);
}

.contact-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--surface-soft);
  color: var(--blue-900);
  cursor: pointer;
}

.contact-modal__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(22, 200, 120, 0.12);
  color: var(--green-500);
}

.contact-modal__icon svg {
  width: 28px;
  height: 28px;
}

.contact-modal h2 {
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.contact-modal p:not(.eyebrow) {
  margin-bottom: 24px;
}

.contact-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 540ms ease, transform 540ms ease;
}

.reveal-stagger.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger.is-visible > *:nth-child(2) {
  transition-delay: 70ms;
}

.reveal-stagger.is-visible > *:nth-child(3) {
  transition-delay: 140ms;
}

.reveal-stagger.is-visible > *:nth-child(4) {
  transition-delay: 210ms;
}

.reveal-stagger.is-visible > *:nth-child(5) {
  transition-delay: 280ms;
}

.reveal-stagger.is-visible > *:nth-child(6) {
  transition-delay: 350ms;
}

@media (max-width: 980px) {
  .site-header {
    inset: 12px 14px auto;
  }

  .main-nav,
  .site-header .btn-small {
    display: none;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    margin-left: auto;
  }

  .site-header.nav-open {
    align-items: flex-start;
    border-radius: 999px;
  }

  .site-header.nav-open .main-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 74px;
    display: grid;
    gap: 4px;
    padding: 14px;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .hero-grid,
  .split-grid,
  .pain-grid,
  .video-grid,
  .showcase-grid,
  .strategic-grid,
  .cta-card,
  .footer-cta,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-copy {
    width: 100%;
    max-width: 100%;
  }

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

  .hero {
    min-height: auto;
  }

  .hero-media {
    inset: 0;
    clip-path: none;
  }

  .hero-panel {
    max-width: 620px;
  }

  .benefit-list article {
    grid-template-columns: 40px 1fr;
  }

  .benefit-list span {
    grid-column: 2;
  }

  .footer-contact {
    justify-content: start;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .showcase-grid {
    overflow: hidden;
  }

  .section {
    padding: 74px 0;
  }

  .hero {
    padding-top: 126px;
  }

  .hero-shape {
    border-width: 38px;
  }

  .hero-shape-one {
    width: 230px;
    height: 230px;
    right: -88px;
    top: 12px;
  }

  .brand img {
    width: 146px;
  }

  .hero-logo {
    width: 198px;
    margin-bottom: 34px;
  }

  .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
  }

  h1 {
    font-size: 2.28rem;
    line-height: 1.08;
  }

  h2 {
    font-size: 1.58rem;
    line-height: 1.16;
  }

  .hero-text {
    font-size: 0.98rem;
  }

  .hero-actions,
  .mini-dashboard,
  .flow-line {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .lead-form .btn {
    width: 100%;
  }

  .flow-line {
    display: grid;
  }

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

  .benefit-list {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .screen-stack {
    min-height: 360px;
  }

  .screen-card {
    width: 82%;
  }

  .screen-card.is-active {
    left: 3%;
    top: 74px;
  }

  .screen-card.is-next {
    left: 12%;
    top: 10px;
    transform: translate3d(0, 0, 20px) scale(0.9);
  }

  .screen-card.is-prev {
    left: 9%;
    top: 188px;
    transform: translate3d(0, 0, -40px) scale(0.86);
  }

  .screen-stack::after {
    left: 3%;
    right: auto;
    bottom: 2px;
    max-width: 86%;
    font-size: 0.65rem;
  }

  .cta-card {
    padding: 30px 18px;
    border-radius: 22px 22px var(--radius) var(--radius);
  }

  .footer-cta {
    padding: 24px;
  }

  .footer-bottom {
    display: grid;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }

  .contact-modal__dialog {
    padding: 28px 20px;
  }

  .contact-modal__actions .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-copy,
  .hero-panel {
    max-width: 340px;
  }
}
