:root {
  --ink: #06111f;
  --muted: #5b6678;
  --line: #d9e1ea;
  --paper: #f5f8fb;
  --white: #ffffff;
  --navy: #071a2e;
  --teal: #12c8b0;
  --cyan: #5bd6ff;
  --amber: #f4bf57;
  --green: #24d366;
  --shadow: 0 26px 80px rgba(6, 17, 31, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px clamp(18px, 4vw, 58px);
  color: var(--white);
  background: rgba(6, 15, 28, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--ink);
  font-weight: 900;
  background: linear-gradient(135deg, var(--cyan), var(--teal));
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(18, 200, 176, 0.34);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 16px;
  line-height: 1.1;
}

.brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  transition: color 180ms ease, transform 180ms ease;
}

.nav-links a:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.nav-cta {
  color: var(--ink);
  background: var(--white);
  padding: 11px 16px;
  border-radius: 10px;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 900;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 8px;
  background: var(--white);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  color: #052014;
  font-weight: 900;
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 16px 44px rgba(36, 211, 102, 0.34);
  animation: floatPulse 2.4s ease-in-out infinite;
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.72fr);
  gap: clamp(26px, 4vw, 60px);
  align-items: center;
  overflow: hidden;
  color: var(--white);
  padding: 124px clamp(20px, 5vw, 72px) 72px;
}

.service-hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  overflow: hidden;
  color: var(--white);
  padding: 132px clamp(20px, 5vw, 72px) 76px;
}

.hero-media,
.hero-overlay,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-media {
  background: #030a14;
}

.service-hero-media,
.service-hero-overlay {
  position: absolute;
  inset: 0;
}

.service-hero-media {
  background: #030a14;
}

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

.hero-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.82) contrast(1.32) saturate(1.16);
  transform: scaleX(-1);
  transform-origin: center;
}

.service-hero-media img,
.service-hero-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.72) contrast(1.28) saturate(1.12);
  transform: scaleX(-1);
  transform-origin: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 10, 20, 0.97), rgba(3, 10, 20, 0.78) 40%, rgba(3, 10, 20, 0.24) 72%, rgba(3, 10, 20, 0.06)),
    linear-gradient(0deg, rgba(3, 10, 20, 0.68), rgba(3, 10, 20, 0.04) 58%);
}

.service-hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 10, 20, 0.98), rgba(3, 10, 20, 0.84) 48%, rgba(3, 10, 20, 0.48)),
    linear-gradient(0deg, rgba(3, 10, 20, 0.88), rgba(3, 10, 20, 0.18));
}

.hero-grid {
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
  animation: heroGridDrift 22s linear infinite;
}

.hero::after,
.service-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 76% 28%, rgba(91, 214, 255, 0.16), transparent 28%),
    radial-gradient(circle at 42% 82%, rgba(18, 200, 176, 0.1), transparent 30%);
  opacity: 0.7;
  animation: ambientLight 12s ease-in-out infinite;
}

.hero-content,
.hero-console {
  position: relative;
  z-index: 2;
}

.service-hero-content,
.service-panel {
  position: relative;
  z-index: 2;
}

.hero-content {
  width: min(790px, 100%);
}

.service-hero-content {
  width: min(820px, 100%);
}

.hero-content.reveal,
.service-hero-content.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.hero-content > .hero-kicker,
.hero-content > h1,
.hero-content > .hero-copy,
.hero-content > .hero-actions,
.hero-content > .hero-proof,
.service-hero-content > .hero-kicker,
.service-hero-content > h1,
.service-hero-content > .hero-copy,
.service-hero-content > .hero-actions,
.service-hero-content > .hero-proof {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.hero-content.is-visible > .hero-kicker,
.service-hero-content.is-visible > .hero-kicker {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.04s;
}

.hero-content.is-visible > h1,
.service-hero-content.is-visible > h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.18s;
}

.hero-content.is-visible > .hero-copy,
.service-hero-content.is-visible > .hero-copy {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.32s;
}

.hero-content.is-visible > .hero-actions,
.service-hero-content.is-visible > .hero-actions {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.46s;
}

.hero-content.is-visible > .hero-proof,
.service-hero-content.is-visible > .hero-proof {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.58s;
}

.hero-kicker {
  width: min(710px, 100%);
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: clamp(22px, 2.15vw, 32px);
  font-weight: 900;
  line-height: 1.15;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 5.5vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 3.45vw, 50px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.service-panel {
  padding: 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.service-panel strong {
  display: block;
  margin-bottom: 18px;
  color: var(--white);
  font-size: 22px;
}

.service-panel ul,
.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-panel li,
.check-list li {
  position: relative;
  padding-left: 22px;
  line-height: 1.6;
}

.service-panel li {
  color: rgba(255, 255, 255, 0.82);
}

.service-panel li::before,
.check-list li::before {
  position: absolute;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 9px;
  background: var(--teal);
  border-radius: 999px;
}

.service-demo {
  align-items: center;
}

.service-chat {
  width: min(640px, 100%);
  justify-self: end;
}

.service-cta {
  background:
    radial-gradient(circle at top right, rgba(18, 200, 176, 0.16), transparent 34%),
    var(--white);
}

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

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

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 23px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button.primary {
  color: var(--ink);
  background: linear-gradient(135deg, var(--cyan), var(--teal));
  box-shadow: 0 14px 42px rgba(18, 200, 176, 0.32);
}

.button.primary::after {
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transition: left 0.8s ease;
}

.button.primary:hover {
  box-shadow: 0 18px 52px rgba(18, 200, 176, 0.42);
}

.button.primary:hover::after {
  left: 120%;
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.13);
}

.hero-proof {
  margin-top: 26px;
}

.hero-proof span {
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-console {
  align-self: end;
  padding: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-console.is-visible {
  animation: floatCard 5.6s ease-in-out 0.9s infinite;
}

.console-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  font-weight: 900;
}

.console-top small {
  color: var(--teal);
}

.console-row {
  margin-top: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.68s ease, transform 0.68s ease, border-color 180ms ease, background 180ms ease;
}

.hero-console.is-visible .console-row {
  opacity: 1;
  transform: translateY(0);
  animation: floatCardSoft 5.8s ease-in-out 1.4s infinite;
}

.hero-console.is-visible .console-row:nth-of-type(2) {
  transition-delay: 0.12s;
  animation-delay: 1.7s;
}

.hero-console.is-visible .console-row:nth-of-type(3) {
  transition-delay: 0.24s;
  animation-delay: 2s;
}

.hero-console.is-visible .console-row:nth-of-type(4) {
  transition-delay: 0.36s;
  animation-delay: 2.3s;
}

.console-row.active {
  border-color: rgba(91, 214, 255, 0.48);
  background: rgba(91, 214, 255, 0.13);
}

.console-row strong,
.console-row span {
  display: block;
}

.console-row span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

section {
  padding: 86px clamp(20px, 5vw, 72px);
}

.section-intro {
  width: min(790px, 100%);
  margin-bottom: 38px;
}

.section-intro p {
  font-size: 17px;
}

.pain-section,
.offer-section {
  background: var(--white);
}

.pain-grid,
.segments-grid,
.offer-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pain-grid article,
.segments-grid article,
.offer-list article {
  min-height: 220px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(6, 17, 31, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pain-grid article:hover,
.segments-grid article:hover,
.offer-list article:hover {
  transform: translateY(-4px);
  border-color: rgba(18, 200, 176, 0.38);
  box-shadow: 0 22px 60px rgba(6, 17, 31, 0.1);
}

.pain-grid span {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--teal);
  font-weight: 900;
}

.solution-section {
  background:
    linear-gradient(180deg, #edf4f9, #f7fafc);
}

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

.workflow-step {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(6, 17, 31, 0.06);
}

.workflow-step strong {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  color: var(--ink);
  background: var(--amber);
  border-radius: 10px;
}

.dashboard-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(7, 26, 46, 0.98), rgba(7, 42, 58, 0.96)),
    var(--navy);
  color: var(--white);
}

.dashboard-section p,
.dashboard-section li {
  color: rgba(255, 255, 255, 0.74);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--teal);
  border-radius: 50%;
}

.check-list.dark li {
  color: var(--muted);
}

.check-list.dark li::before {
  background: var(--green);
}

.crm-card,
.whatsapp-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.crm-header,
.crm-row,
.crm-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.crm-header {
  padding: 4px 4px 18px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 900;
}

.crm-header small {
  color: var(--teal);
}

.crm-row {
  margin-top: 12px;
  padding: 18px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.crm-row span,
.crm-row small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.crm-row strong {
  grid-column: 1 / -1;
  font-size: 22px;
}

.crm-row.hot {
  border-color: rgba(91, 214, 255, 0.5);
  background: rgba(91, 214, 255, 0.12);
}

.crm-actions {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 16px;
}

.crm-actions button {
  min-height: 44px;
  color: var(--ink);
  font-weight: 900;
  border: 0;
  border-radius: 10px;
  background: var(--white);
}

.segments-section {
  background: #f4f7fa;
}

.demo-section {
  background:
    radial-gradient(circle at 15% 15%, rgba(18, 200, 176, 0.12), transparent 30%),
    linear-gradient(180deg, #fff7f5, #f7fafc);
}

.demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.72fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
}

.demo-copy {
  max-width: 560px;
}

.demo-copy h3 {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.08;
}

.phone-chat {
  overflow: hidden;
  background: #efe7df;
  border: 1px solid rgba(7, 26, 46, 0.12);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(7, 26, 46, 0.18);
}

.chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  color: var(--white);
  background: #087363;
}

.chat-avatar {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--white);
  font-weight: 900;
  background: #e95f67;
  border-radius: 50%;
}

.chat-header strong,
.chat-header small {
  display: block;
}

.chat-header small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.76);
}

.chat-body {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.bubble {
  position: relative;
  width: fit-content;
  max-width: 78%;
  padding: 12px 13px 20px;
  color: #243139;
  font-size: 14px;
  line-height: 1.45;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 5px 18px rgba(7, 26, 46, 0.06);
}

.bubble.assistant {
  justify-self: end;
  background: #d9ffd0;
}

.bubble.short {
  max-width: 46%;
}

.bubble small {
  position: absolute;
  right: 10px;
  bottom: 6px;
  color: rgba(36, 49, 57, 0.48);
  font-size: 10px;
}

.founder-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  background: #07111f;
  color: var(--white);
}

.founder-photo {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.founder-photo picture,
.founder-photo img {
  display: block;
}

.founder-photo img {
  width: 100%;
  height: min(620px, 70vh);
  object-fit: cover;
  object-position: center;
}

.founder-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.founder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.founder-tags span {
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

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

.segment-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 28px;
  color: var(--white);
  font-weight: 900;
  background: var(--navy);
  border-radius: 12px;
}

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

.proof-section {
  background: #f7fafc;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.proof-grid article {
  min-height: 250px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(6, 17, 31, 0.06);
}

.proof-grid span {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 9px 11px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(18, 200, 176, 0.16);
  border-radius: 999px;
}

.results-section {
  background: var(--white);
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 20px;
}

.metrics-grid article {
  padding: 26px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 26, 46, 0.98), rgba(9, 54, 64, 0.94)),
    var(--navy);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.metrics-grid strong,
.metrics-grid span {
  display: block;
}

.metrics-grid strong {
  font-size: clamp(24px, 2.7vw, 36px);
  line-height: 1.05;
}

.metrics-grid span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-grid blockquote {
  margin: 0;
  min-height: 220px;
  padding: 26px;
  color: var(--ink);
  background: #f7fafc;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(6, 17, 31, 0.06);
}

.testimonial-grid cite {
  display: block;
  margin-top: 22px;
  color: var(--teal);
  font-style: normal;
  font-weight: 900;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.76fr);
  gap: 20px;
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(7, 17, 31, 0.98), rgba(9, 54, 64, 0.95)),
    var(--navy);
  color: var(--white);
}

.trust-card,
.price-card {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.trust-card p,
.price-card p {
  color: rgba(255, 255, 255, 0.74);
}

.trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trust-points span,
.price-card span {
  display: inline-flex;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.price-card h3 {
  margin-top: 20px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
}

.price-card .button {
  width: 100%;
  margin-top: 14px;
}

.implementation-section {
  background: #eaf0f6;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.timeline div {
  min-height: 160px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(6, 17, 31, 0.06);
}

.timeline strong {
  display: block;
  margin-bottom: 34px;
  color: var(--teal);
  font-size: 15px;
}

.timeline span {
  font-weight: 900;
  line-height: 1.35;
}

.faq-section {
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.faq-grid article {
  min-height: 230px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(245, 248, 251, 0.96), rgba(255, 255, 255, 0.96));
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(6, 17, 31, 0.06);
}

.faq-grid h3 {
  font-size: 19px;
}

.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: start;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 17, 31, 0.98), rgba(9, 54, 64, 0.96)),
    var(--navy);
}

.cta-section p,
.whatsapp-card p {
  color: rgba(255, 255, 255, 0.76);
}

.whatsapp-card span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.whatsapp-card h3 {
  margin-top: 12px;
  font-size: clamp(26px, 3vw, 38px);
}

.whatsapp-card .button {
  width: 100%;
  margin-top: 14px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: #050b14;
}

.site-footer strong {
  color: var(--white);
}

.site-footer small {
  flex-basis: 100%;
  color: rgba(255, 255, 255, 0.52);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@keyframes floatPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes floatCard {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

@keyframes floatCardSoft {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -4px;
  }
}

@keyframes heroGridDrift {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 72px 72px, 72px 72px;
  }
}

@keyframes ambientLight {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(1);
  }
  50% {
    opacity: 0.82;
    transform: scale(1.04);
  }
}

@media (max-width: 1080px) {
  .hero,
  .service-hero {
    grid-template-columns: 1fr;
  }

  .hero-console {
    width: min(520px, 100%);
    align-self: start;
  }

  .service-panel {
    width: min(620px, 100%);
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 78px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: rgba(7, 17, 31, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
  }

  .nav-links.is-open {
    display: flex;
  }

  .pain-grid,
  .workflow,
  .demo-layout,
  .segments-grid,
  .offer-list,
  .proof-grid,
  .metrics-grid,
  .testimonial-grid,
  .faq-grid,
  .timeline,
  .dashboard-section,
  .founder-section,
  .trust-section,
  .service-hero,
  .cta-section {
    grid-template-columns: 1fr 1fr;
  }

  .dashboard-section,
  .cta-section {
    align-items: stretch;
  }
}

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

  .brand strong {
    font-size: 14px;
  }

  .brand small {
    font-size: 11px;
  }

  .hero {
    min-height: 94vh;
    padding: 112px 18px 52px;
  }

  .service-hero {
    min-height: auto;
    padding: 112px 18px 56px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(4, 12, 24, 0.95), rgba(4, 12, 24, 0.72)),
      linear-gradient(0deg, rgba(4, 12, 24, 0.86), rgba(4, 12, 24, 0.18) 58%);
  }

  .hero::after,
  .service-hero::after,
  .hero-grid {
    animation-duration: 28s;
  }

  .hero-console.is-visible,
  .hero-console.is-visible .console-row {
    animation: none;
  }

  h1 {
    font-size: 40px;
  }

  .hero-kicker {
    font-size: 23px;
  }

  .hero-copy {
    font-size: 16px;
  }

  section {
    padding: 64px 18px;
  }

  .pain-grid,
  .workflow,
  .demo-layout,
  .segments-grid,
  .offer-list,
  .proof-grid,
  .metrics-grid,
  .testimonial-grid,
  .faq-grid,
  .timeline,
  .dashboard-section,
  .founder-section,
  .trust-section,
  .service-hero,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .pain-grid article,
  .segments-grid article,
  .offer-list article,
  .proof-grid article,
  .testimonial-grid blockquote,
  .faq-grid article {
    min-height: auto;
  }

  .crm-card,
  .whatsapp-card,
  .hero-console,
  .service-panel {
    padding: 18px;
  }

  .bubble {
    max-width: 88%;
    font-size: 13px;
  }

  .bubble.short {
    max-width: 60%;
  }

  .founder-photo img {
    height: auto;
  }

  .button {
    width: 100%;
    text-align: center;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 46px;
    padding: 0 15px;
    font-size: 14px;
  }
}

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

  .reveal,
  .hero-content > .hero-kicker,
  .hero-content > h1,
  .hero-content > .hero-copy,
  .hero-content > .hero-actions,
  .hero-content > .hero-proof,
  .service-hero-content > .hero-kicker,
  .service-hero-content > h1,
  .service-hero-content > .hero-copy,
  .service-hero-content > .hero-actions,
  .service-hero-content > .hero-proof,
  .console-row {
    opacity: 1 !important;
    transform: none !important;
    translate: 0 0 !important;
  }
}
