:root {
  --navy-950: #152036;
  --navy-900: #1c2d48;
  --navy-850: #233754;
  --navy-800: #274266;
  --navy-700: #35527e;
  --ink-950: #1f2530;
  --ink-700: #4d5f75;
  --ink-500: #778396;
  --stone-50: #fcfaf7;
  --stone-100: #f6f0e7;
  --stone-200: #e6dece;
  --stone-300: #d7ccb9;
  --accent: #b97351;
  --accent-soft: rgba(185, 115, 81, 0.12);
  --line: rgba(28, 45, 72, 0.08);
  --white: #ffffff;
  --shadow-soft: 0 20px 60px rgba(20, 32, 52, 0.08);
  --shadow-card: 0 30px 60px rgba(20, 32, 52, 0.12);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 18px;
  --max-width: 1240px;
  --header-height: 92px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink-950);
  background:
    radial-gradient(circle at top left, rgba(185, 115, 81, 0.12), transparent 28%),
    radial-gradient(circle at right 10% top 10%, rgba(35, 55, 84, 0.12), transparent 24%),
    linear-gradient(180deg, #faf6ee 0%, #f6f0e8 44%, #fbf7f2 100%);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .sticky-whatsapp {
  opacity: 0;
  pointer-events: none;
}

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

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

button {
  font: inherit;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.95), transparent 88%);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 1000;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--navy-900);
  color: var(--white);
}

.skip-link:focus {
  left: 16px;
}

.section-frame {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
}

.section {
  padding: 110px 0;
}

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

.section-title,
.hero h1,
.story-panel h3,
.report-panel h3,
.media-copy h3,
.slider-card h3,
.contact-card .contact-value,
.feature-card h3,
.workflow-card h3,
.mobile-card h3,
.automation-card h3,
.footer-links h3 {
  font-family: "Outfit", "Segoe UI", sans-serif;
  letter-spacing: -0.03em;
}

.section-title,
.hero h1 {
  margin: 0;
  color: var(--navy-950);
  font-weight: 600;
  line-height: 1.02;
}

.hero h1 {
  font-size: clamp(2rem, 4.8vw, 5.3rem);
}

.section-title {
  font-size: clamp(2rem, 3.5vw, 3.8rem);
}

.hero-lead,
.section-description,
.story-copy p,
.feature-card p,
.workflow-card p,
.mobile-card p,
.automation-card p,
.report-list li,
.contact-card p,
.footer-brand p,
.footer-bottom,
.media-copy p,
.slider-footer p {
  color: var(--ink-700);
  line-height: 1.78;
}

.hero-lead,
.section-description {
  font-size: 1.05rem;
}

.eyebrow,
.mini-label,
.demo-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before,
.mini-label::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 18px 0;
  transition: padding 180ms ease;
}

.site-header.is-scrolled {
  padding: 10px 0;
}

.header-shell {
  display: grid;
  grid-template-columns: minmax(0, 250px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: var(--header-height);
  padding: 14px 16px 14px 18px;
  border: 1px solid rgba(28, 45, 72, 0.09);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 240, 232, 0.9)),
    rgba(252, 250, 247, 0.96);
  backdrop-filter: blur(16px);
  box-shadow:
    0 18px 40px rgba(20, 32, 52, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

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

.brand-emblem {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  padding: 0;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(21, 32, 54, 0.04);
  box-shadow:
    0 16px 34px rgba(20, 32, 52, 0.14),
    0 0 0 1px rgba(28, 45, 72, 0.08);
}

.brand-emblem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.brand-copy strong {
  color: var(--navy-950);
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.brand-copy small {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav {
  justify-self: center;
  min-width: 0;
  width: 100%;
}

.site-nav ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 1px solid rgba(28, 45, 72, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 10px 26px rgba(20, 32, 52, 0.04);
}

.site-nav li {
  position: relative;
  flex: 0 1 auto;
}

.site-nav li + li::before {
  content: none;
}

.site-nav a,
.footer-links a {
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--navy-900);
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
  white-space: nowrap;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--navy-900));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--navy-950);
  background: rgba(28, 45, 72, 0.05);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
}

.header-socials {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(28, 45, 72, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 12px 28px rgba(20, 32, 52, 0.05);
}

.header-social-link,
.drawer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(28, 45, 72, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 8px 18px rgba(20, 32, 52, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.header-social-link:hover,
.header-social-link:focus-visible,
.drawer-social-link:hover,
.drawer-social-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(185, 115, 81, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 12px 22px rgba(20, 32, 52, 0.08);
}

.header-social-icon,
.drawer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.header-social-icon svg,
.drawer-social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.header-social-link--instagram,
.drawer-social-link--instagram {
  color: #d12f7a;
}

.header-social-link--facebook,
.drawer-social-link--facebook {
  color: #1877f2;
}

.header-social-link--youtube,
.drawer-social-link--youtube {
  color: #ff0000;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--accent);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 54px;
  padding: 0 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-icon,
.footer-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.button-icon svg,
.footer-link-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.button-icon--whatsapp {
  width: 20px;
  height: 20px;
}

.button-primary {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-800));
  color: var(--white);
  box-shadow: 0 22px 38px rgba(28, 45, 72, 0.18);
}

.button-secondary {
  border-color: rgba(28, 45, 72, 0.12);
  background: rgba(255, 255, 255, 0.66);
  color: var(--navy-900);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(185, 115, 81, 0.35);
  color: var(--accent);
}

.header-cta {
  min-width: 118px;
  min-height: 48px;
  padding-inline: 1rem;
  box-shadow: 0 18px 32px rgba(28, 45, 72, 0.16);
}

.hero {
  padding-top: 34px;
  overflow: clip;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 58px;
  align-items: center;
}

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

.hero-points {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 24px;
  line-height: 1.7;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #d9aa8b);
  box-shadow: 0 0 0 6px rgba(185, 115, 81, 0.14);
}

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

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 228px;
  padding: 14px 18px;
  border-radius: 22px;
  border: 1px solid rgba(10, 14, 20, 0.2);
  color: var(--white);
  box-shadow: 0 18px 36px rgba(20, 32, 52, 0.12);
}

.store-badge--apple {
  background: linear-gradient(180deg, #0d1117, #171c24);
}

.store-badge--play {
  background: linear-gradient(180deg, #101726, #181f2f);
}

.store-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.store-icon svg {
  width: 24px;
  height: 24px;
}

.store-copy {
  display: grid;
  gap: 4px;
}

.store-copy small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.store-copy strong {
  font-size: 1rem;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: auto;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.hero-glow-a {
  inset: 18px auto auto 20px;
  width: 220px;
  height: 220px;
  background: rgba(185, 115, 81, 0.2);
}

.hero-glow-b {
  right: 12px;
  bottom: 18px;
  width: 290px;
  height: 290px;
  background: rgba(35, 55, 84, 0.15);
}

.hero-badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(28, 45, 72, 0.1);
  border-radius: 26px;
  background: rgba(252, 250, 247, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.hero-badge img {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  object-fit: cover;
}

.device-frame {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border-radius: 40px;
  border: 1px solid rgba(28, 45, 72, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(232, 223, 208, 0.56)),
    var(--white);
  box-shadow: var(--shadow-card);
}

.device-frame::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  width: 38%;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 0 0 16px 16px;
  background: rgba(17, 24, 39, 0.88);
  z-index: 2;
}

.device-frame img,
.demo-video {
  width: 100%;
  border-radius: 28px;
}

.trust-bar {
  padding: 18px 0 0;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 32px rgba(20, 32, 52, 0.05);
  color: var(--navy-900);
  font-weight: 700;
  line-height: 1.6;
}

.section-coverage {
  padding-top: 78px;
}

.coverage-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: 34px;
  padding: 52px;
  border: 1px solid var(--line);
  border-radius: 42px;
  background:
    radial-gradient(circle at top left, rgba(201, 38, 45, 0.2), transparent 30%),
    radial-gradient(circle at right 15% top 20%, rgba(34, 57, 92, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 237, 227, 0.98));
  box-shadow: var(--shadow-soft);
}

.coverage-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: linear-gradient(180deg, #d12d34 0%, #f1575d 100%);
}

.coverage-copy,
.coverage-visual {
  position: relative;
  z-index: 1;
}

.coverage-copy {
  display: grid;
  gap: 18px;
}

.coverage-copy .eyebrow {
  margin-bottom: 0;
  color: #b52b32;
}

.coverage-map {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  transform: none;
  opacity: 0.28;
  pointer-events: none;
  filter: brightness(0) invert(1);
}

.coverage-title,
.coverage-description {
  position: relative;
}

.coverage-title {
  max-width: 640px;
  margin-bottom: 0;
  color: var(--navy-950);
}

.coverage-description {
  max-width: 620px;
  margin: 0;
}

.coverage-manifesto {
  max-width: 600px;
  margin: 0;
  padding-left: 18px;
  border-left: 3px solid rgba(201, 38, 45, 0.34);
  color: var(--navy-900);
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.7;
}

.coverage-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
}

.coverage-pill {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--navy-900);
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 16px 30px rgba(20, 32, 52, 0.08);
}

.coverage-visual {
  display: grid;
  gap: 18px;
}

.coverage-badge {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(201, 38, 45, 0.96), rgba(141, 24, 30, 0.96));
  color: var(--white);
  box-shadow: 0 24px 44px rgba(141, 24, 30, 0.24);
}

.coverage-badge-flag {
  position: relative;
  display: inline-flex;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.coverage-badge-flag::before,
.coverage-badge-flag::after {
  content: "";
  position: absolute;
}

.coverage-badge-flag::before {
  top: 15px;
  left: 14px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow:
    -4px 0 0 2px rgba(255, 255, 255, 0.98),
    3px 0 0 0 rgba(201, 38, 45, 1);
}

.coverage-badge-flag::after {
  top: 19px;
  left: 31px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid rgba(255, 255, 255, 0.98);
  transform: rotate(-13deg);
}

.coverage-badge-copy {
  display: grid;
  gap: 4px;
}

.coverage-badge-copy strong {
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 1.16rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.coverage-badge-copy small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
  line-height: 1.5;
}

.coverage-map-shell {
  position: relative;
  min-height: 430px;
  padding: 34px 28px 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(241, 87, 93, 0.34), transparent 28%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 40%),
    linear-gradient(145deg, #182744 0%, #243b5f 56%, #17263f 100%);
  box-shadow: 0 30px 60px rgba(20, 32, 52, 0.24);
}

.coverage-map-shell::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
}

.coverage-stats {
  position: absolute;
  inset: auto 18px 18px 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.coverage-stat {
  display: grid;
  gap: 4px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  color: var(--white);
}

.coverage-stat strong {
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.coverage-stat span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  line-height: 1.5;
}

.section-showcase {
  padding-top: 92px;
}

.demo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
}

.demo-grid--single {
  grid-template-columns: 1fr;
}

.video-card,
.slider-card,
.story-panel,
.report-panel,
.map-card,
.footer-grid {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.video-card,
.slider-card,
.story-panel,
.report-panel {
  padding: 32px;
  border-radius: var(--radius-xl);
}

.video-card {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.hero-video-card {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr;
  gap: 26px;
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(185, 115, 81, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 237, 227, 0.96));
}

.video-shell {
  max-width: 320px;
}

.hero-video-card .video-shell {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

.hero-video-copy {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.hero-video-copy .mini-label {
  justify-content: center;
  margin-bottom: 0;
}

.hero-video-copy .mini-label::before {
  content: none;
}

.hero-video-copy h3 {
  margin: 0;
}

.hero-video-copy p {
  max-width: 420px;
  margin: 0;
}

.device-frame-video {
  padding-top: 18px;
}

.demo-chip {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 3;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(20, 32, 52, 0.72);
  color: var(--white);
  letter-spacing: 0.12em;
}

.demo-chip::before {
  content: none;
}

.demo-video {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #101726;
}

.video-toggle {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: rgba(20, 32, 52, 0.82);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
}

.media-copy h3,
.slider-card h3,
.story-panel h3,
.report-panel h3 {
  margin: 0 0 16px;
  font-size: 1.8rem;
  color: var(--navy-950);
}

.slider-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.slider-controls {
  display: inline-flex;
  gap: 10px;
}

.slider-control {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(248, 244, 237, 0.92);
  color: var(--navy-900);
  font-size: 1.1rem;
  font-weight: 800;
  cursor: pointer;
}

.slider-viewport {
  overflow: hidden;
  border-radius: 28px;
  background: #ede5d7;
}

.slider-track {
  display: flex;
  transition: transform 460ms ease;
}

.slide-card {
  min-width: 100%;
}

.slide-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.slider-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-end;
  margin-top: 20px;
}

.slider-footer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-950);
  font-size: 1.15rem;
}

.slider-footer p {
  margin: 0;
  max-width: 460px;
}

.slider-dots {
  display: inline-flex;
  gap: 10px;
}

.slider-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(28, 45, 72, 0.16);
  cursor: pointer;
}

.slider-dot.is-active {
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(185, 115, 81, 0.16);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 34px;
  align-items: start;
}

.story-columns {
  margin-top: 30px;
}

.detail-list,
.solution-list,
.report-list,
.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list,
.solution-list,
.report-list {
  display: grid;
  gap: 14px;
}

.detail-list li,
.solution-list li,
.report-list li {
  position: relative;
  padding-left: 24px;
}

.detail-list li::before,
.solution-list li::before,
.report-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

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

.feature-sections {
  display: grid;
  gap: 34px;
}

.feature-section {
  display: grid;
  gap: 22px;
}

.feature-section-head {
  display: grid;
  gap: 10px;
  max-width: 640px;
}

.feature-section-head h3 {
  margin: 0;
  color: var(--navy-950);
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 1.6rem;
  letter-spacing: -0.03em;
}

.feature-section-head p {
  margin: 0;
  color: var(--ink-700);
  line-height: 1.72;
}

.feature-card,
.automation-card,
.contact-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 34px rgba(20, 32, 52, 0.06);
}

.feature-card-header {
  margin-bottom: 14px;
}

.feature-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.feature-kicker {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(214, 23, 56, 0.1);
  color: #b11230;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-official-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(28, 45, 72, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 24px rgba(20, 32, 52, 0.06);
}

.feature-official-mark img {
  width: 158px;
  max-width: 100%;
  height: auto;
}

.feature-card.is-featured {
  position: relative;
  grid-column: 1 / -1;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(214, 23, 56, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 241, 232, 0.94));
  border-color: rgba(28, 45, 72, 0.12);
  box-shadow: 0 26px 54px rgba(20, 32, 52, 0.12);
  padding: 36px;
}

.feature-card.is-featured::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #d61738, #b11230);
}

.feature-card.is-featured h3 {
  font-size: 1.9rem;
}

.feature-card.is-featured .chip-list span {
  background: rgba(28, 45, 72, 0.1);
}

.feature-card.is-featured p {
  max-width: 760px;
  font-size: 1.04rem;
}

.feature-card h3,
.workflow-card h3,
.mobile-card h3,
.automation-card h3,
.contact-card .contact-value {
  margin: 0;
  color: var(--navy-950);
  font-size: 1.5rem;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.chip-list span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(28, 45, 72, 0.06);
  color: var(--navy-900);
  font-size: 0.88rem;
  font-weight: 700;
}

.section-dark {
  color: var(--white);
}

.section-dark .section-frame {
  padding: 56px;
  border-radius: 44px;
  background:
    radial-gradient(circle at top right, rgba(185, 115, 81, 0.16), transparent 28%),
    linear-gradient(145deg, #16253c 0%, #22395c 55%, #182a47 100%);
  box-shadow: 0 30px 64px rgba(20, 32, 52, 0.22);
}

.section-dark .section-title,
.section-dark .workflow-card h3 {
  color: var(--white);
}

.section-dark .section-description,
.section-dark .workflow-card p {
  color: rgba(255, 255, 255, 0.76);
}

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

.workflow-card {
  padding: 28px 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.workflow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: #f7d8c7;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.mobile-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.mobile-card {
  display: grid;
  grid-template-columns: minmax(180px, 210px) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.mobile-card-copy p {
  margin-bottom: 0;
}

.automation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
}

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

.section-map {
  padding-top: 94px;
}

.map-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 40px;
  padding: 38px 44px;
  border-radius: 40px;
}

.map-copy {
  max-width: 460px;
}

.map-figure {
  margin: 0;
}

.map-figure img {
  width: 100%;
  filter: drop-shadow(0 24px 44px rgba(20, 32, 52, 0.12));
}

.contact-shell {
  padding: 54px;
  border: 1px solid var(--line);
  border-radius: 44px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 241, 232, 0.94));
  box-shadow: var(--shadow-soft);
}

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

.contact-card {
  display: grid;
  gap: 14px;
  min-height: 100%;
}

.contact-icon,
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
}

.contact-icon {
  background: linear-gradient(180deg, rgba(35, 55, 84, 0.08), rgba(35, 55, 84, 0.04));
  color: var(--navy-900);
}

.contact-icon svg,
.social-icon svg {
  width: 22px;
  height: 22px;
}

.contact-value {
  color: var(--navy-900);
  line-height: 1.35;
}

.social-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 12px;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 18px 30px rgba(20, 32, 52, 0.14);
}

.social-link--instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af 72%, #515bd4);
}

.social-link--facebook {
  background: #1877f2;
}

.social-link--youtube {
  background: #ff0000;
}

.social-icon {
  background: rgba(255, 255, 255, 0.16);
}

.social-icon svg {
  fill: var(--white);
}

.site-footer {
  padding: 0 0 36px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  padding: 34px;
  border-radius: 36px;
}

.footer-brand {
  display: grid;
  gap: 22px;
}

.footer-brand img {
  width: clamp(160px, 14vw, 200px);
}

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

.footer-links h3 {
  margin: 0 0 14px;
  font-size: 1.18rem;
  color: var(--navy-950);
}

.footer-links ul {
  display: grid;
  gap: 10px;
}

.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  font-size: 0.95rem;
}

.sticky-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: none;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-900), var(--navy-800));
  color: var(--white);
  box-shadow: 0 22px 40px rgba(20, 32, 52, 0.22);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sticky-whatsapp-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sticky-whatsapp-logo svg {
  width: 30px;
  height: 30px;
  fill: var(--white);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 110px;
  height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(28, 45, 72, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(246, 240, 232, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 12px 28px rgba(20, 32, 52, 0.08);
  cursor: pointer;
}

.nav-toggle-lines {
  display: grid;
  gap: 5px;
}

.nav-toggle-lines span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy-900);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle-label {
  color: var(--navy-900);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-toggle.is-active {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-800));
  border-color: transparent;
}

.nav-toggle.is-active .nav-toggle-lines span {
  background: var(--white);
}

.nav-toggle.is-active .nav-toggle-label {
  color: var(--white);
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 24;
  display: none;
  border: 0;
  background: rgba(16, 23, 38, 0.3);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.nav-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.nav-drawer-footer {
  display: none;
}

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

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .reveal.is-visible,
  .button,
  .site-header,
  .site-nav a,
  .footer-links a,
  .slider-track {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .header-shell {
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr) auto;
  }

  .site-nav a {
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .header-socials {
    gap: 6px;
    padding: 5px;
  }

  .hero-grid,
  .demo-grid,
  .story-grid,
  .coverage-card,
  .automation-layout,
  .map-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

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

  .hero-grid {
    gap: 36px;
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 10px 0 8px;
  }

  .site-header.is-scrolled {
    padding: 6px 0 4px;
  }

  .brand-mark {
    max-width: calc(100% - 88px);
    grid-column: 1;
    grid-row: 1;
  }

  .header-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 10px 74px 10px 14px;
    min-height: 76px;
    position: relative;
    z-index: 91;
    overflow: hidden;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: 0;
    gap: 0;
    min-width: 52px;
    width: 52px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    z-index: 92;
    border-color: rgba(28, 45, 72, 0.14);
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.94),
      0 10px 24px rgba(20, 32, 52, 0.1);
  }

  .nav-toggle-label {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .brand-copy small {
    display: none;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    position: static;
    justify-self: stretch;
    min-width: 0;
    width: 100%;
    max-height: 0;
    display: grid;
    align-content: start;
    gap: 16px;
    margin-top: 0;
    padding: 0;
    border: 0;
    border-top: 0 solid rgba(28, 45, 72, 0.08);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
    opacity: 0;
    transform: none;
    pointer-events: none;
    transition:
      max-height 220ms ease,
      margin-top 220ms ease,
      padding-top 220ms ease,
      opacity 220ms ease,
      border-top-width 220ms ease;
    z-index: auto;
  }

  .site-nav.is-open {
    max-height: min(560px, calc(100vh - 150px));
    margin-top: 12px;
    padding-top: 14px;
    border-top-width: 1px;
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav ul {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    align-items: stretch;
    width: 100%;
    gap: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav li {
    display: block;
    width: 100%;
  }

  .site-nav li + li::before {
    content: none;
  }

  .site-nav a {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid rgba(28, 45, 72, 0.08);
    border-radius: 16px;
    white-space: normal;
    font-size: 0.95rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.88);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      0 10px 24px rgba(20, 32, 52, 0.06);
  }

  .site-nav a::after {
    left: 18px;
    right: 18px;
    bottom: 10px;
  }

  .nav-drawer-footer {
    display: grid;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    position: sticky;
    bottom: 0;
    background: linear-gradient(180deg, rgba(246, 240, 232, 0), rgba(246, 240, 232, 0.98) 28%);
  }

  .nav-drawer-cta {
    display: flex;
    width: 100%;
    min-height: 56px;
  }

  .nav-drawer-socials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .drawer-social-link {
    width: 100%;
    height: 54px;
    border-radius: 16px;
  }

  .nav-toggle.is-active .nav-toggle-lines span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .nav-toggle.is-active .nav-toggle-lines span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .nav-overlay {
    display: none;
  }

  .hero {
    padding-top: 6px;
  }

  .hero-grid,
  .mobile-showcase,
  .automation-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .coverage-card {
    padding: 38px 24px;
  }

  .coverage-points {
    justify-content: flex-start;
  }

  .coverage-map-shell {
    min-height: 390px;
  }

  .coverage-stats {
    grid-template-columns: 1fr 1fr;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 0;
  }

  .hero-badge {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 8px;
  }

  .video-card,
  .mobile-card {
    grid-template-columns: 1fr;
  }

  .section-dark .section-frame,
  .contact-shell {
    padding: 38px 24px;
  }

  .workflow-grid,
  .feature-grid,
  .trust-list,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .feature-card.is-featured {
    grid-column: auto;
  }

  .social-strip,
  .footer-bottom,
  .slider-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 86px 0;
  }

  .section-frame {
    width: min(calc(100% - 24px), var(--max-width));
  }

  .header-shell {
    padding: 8px 68px 8px 12px;
    min-height: 70px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-header {
    padding: 8px 0 4px;
  }

  .site-header.is-scrolled {
    padding: 4px 0 2px;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .brand-emblem {
    width: 58px;
    height: 58px;
    border-radius: 19px;
  }

  .hero-actions,
  .store-badges {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .store-badge {
    width: 100%;
  }

  .video-card,
  .slider-card,
  .story-panel,
  .report-panel,
  .feature-card,
  .automation-card,
  .contact-card,
  .footer-grid {
    padding: 24px;
  }

  .hero-video-card {
    padding: 24px;
  }

  .map-card {
    padding: 28px 24px;
  }

  .coverage-card {
    padding: 30px 22px;
    gap: 22px;
  }

  .coverage-badge {
    padding: 16px 18px;
  }

  .coverage-map-shell {
    min-height: 360px;
    padding: 28px 20px 20px;
  }

  .coverage-stats {
    inset: auto 12px 12px 12px;
    grid-template-columns: 1fr;
  }

  .sticky-whatsapp {
    left: auto;
    right: 12px;
    bottom: 12px;
    display: grid;
  }

  .site-footer {
    padding-bottom: 110px;
  }
}
