:root {
  --navy: #111827;
  --navy-2: #0a101c;
  --teal: #14b8a6;
  --teal-2: #0f9488;
  --gray: #d1d5db;
  --light: #f9fafb;
  --white: #ffffff;
  --ink: #1f2937;
  --muted: #667085;
  --line: rgba(17, 24, 39, 0.12);
  --shadow: 0 28px 80px rgba(17, 24, 39, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans Arabic", "Cairo", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 15px;
  color: var(--ink);
  background: var(--light);
  line-height: 1.7;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 64px);
  background: rgba(249, 250, 251, 0.9);
  border-bottom: 1px solid rgba(209, 213, 219, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: max-content;
  font-weight: 800;
}

.brand-logo {
  display: block;
  width: auto;
  height: 62px;
  max-width: 248px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  gap: clamp(18px, 3vw, 36px);
  color: #475467;
  font-weight: 800;
}

.main-nav a {
  transition: color 180ms ease;
}

.main-nav a:hover {
  color: var(--teal-2);
}

.header-cta,
.button,
.contact-form button,
.whatsapp-link,
.call-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 10px 18px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-size: 1.18em;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  direction: ltr;
  font-feature-settings: "liga";
}

.header-cta,
.button.primary,
.contact-form button {
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 14px 28px rgba(20, 184, 166, 0.24);
}

.button.secondary,
.whatsapp-link,
.call-link {
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.header-cta:hover,
.button:hover,
.contact-form button:hover,
.whatsapp-link:hover,
.call-link:hover,
.direct-contact a:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 77px);
  padding: clamp(56px, 7vw, 98px) clamp(18px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.2), transparent 34%),
    linear-gradient(135deg, #070d16 0%, var(--navy) 56%, #0b1828 100%);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 184, 166, 0.11) 1px, transparent 1px),
    linear-gradient(0deg, rgba(20, 184, 166, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 15% 22%, rgba(94, 234, 212, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 38%, rgba(255, 255, 255, 0.12) 0 1px, transparent 2px);
  background-size: 54px 54px, 54px 54px, 120px 120px, 150px 150px;
  opacity: 0.7;
  transform: skewY(-3deg) scale(1.08);
  animation: heroTechFlow 15s linear infinite;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset-inline-start: -10vw;
  bottom: 8vh;
  width: 58vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(20, 184, 166, 0.82), transparent);
  animation: scanLine 4s linear infinite;
}

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

.hero-copy {
  isolation: isolate;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-weight: 900;
}

.hero h1,
.hero h2,
.section-heading h2,
.final-copy h2 {
  margin: 0;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(3.35rem, 7.6vw, 6.2rem);
  font-weight: 900;
}

.hero h2 {
  max-width: 820px;
  margin-top: 8px;
  font-size: clamp(1.55rem, 2.9vw, 2.95rem);
  font-weight: 900;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 750;
}

.hero-points li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--navy);
  background: #5eead4;
  font-size: 0.84rem;
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.product-stage {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 94px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(20px);
}

.hero-visual {
  isolation: isolate;
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 6% 2% 2%;
  border-radius: 8px;
  pointer-events: none;
}

.hero-visual::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(20, 184, 166, 0.14) 1px, transparent 1px),
    linear-gradient(0deg, rgba(20, 184, 166, 0.1) 1px, transparent 1px),
    linear-gradient(135deg, rgba(20, 184, 166, 0.18), rgba(17, 24, 39, 0.18));
  background-size: 44px 44px, 44px 44px, 100% 100%;
  opacity: 0.62;
  transform: perspective(900px) rotateX(58deg) translateY(12%);
  animation: gridDrift 12s linear infinite;
}

.hero-visual::after {
  z-index: -1;
  background: linear-gradient(115deg, transparent 0 42%, rgba(94, 234, 212, 0.22) 48%, transparent 56% 100%);
  transform: translateX(72%);
  animation: screenSweep 4.8s ease-in-out infinite;
}

.dashboard-preview {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 760px);
  margin-inline: auto;
  filter: drop-shadow(0 34px 64px rgba(0, 0, 0, 0.42));
  animation: laptopFloat 5.4s ease-in-out infinite;
}

.logo-panel {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 8px;
}

.metric-line {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.metric-line::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 16px;
  height: 16px;
  border-top: 3px solid var(--teal);
  border-inline-start: 3px solid var(--teal);
  transform: rotate(-45deg);
  animation: arrowPulse 1.8s ease-in-out infinite;
}

.metric-line span,
.metric-line b {
  color: rgba(255, 255, 255, 0.72);
}

.metric-line strong {
  color: var(--white);
}

.section {
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

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

.packages-section {
  background:
    linear-gradient(180deg, rgba(20, 184, 166, 0.07), rgba(249, 250, 251, 0)),
    var(--light);
}

.packages-section .section-heading {
  margin-inline: auto;
  text-align: center;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.section-heading h2,
.final-copy h2 {
  color: var(--navy);
  font-size: clamp(1.55rem, 2.8vw, 2.55rem);
  font-weight: 900;
}

.section-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 750;
}

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

.service-module {
  position: relative;
  min-height: 250px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(20, 184, 166, 0.05), rgba(255, 255, 255, 0)),
    var(--white);
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.06);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-module::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 36%, rgba(20, 184, 166, 0.11) 48%, transparent 60% 100%),
    linear-gradient(90deg, rgba(20, 184, 166, 0.06) 1px, transparent 1px);
  background-size: 220% 100%, 28px 28px;
  opacity: 0;
  transform: translateX(40%);
  transition: opacity 220ms ease;
  pointer-events: none;
}

.service-module::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 38%;
  height: 3px;
  background: var(--teal);
  transition: width 360ms ease;
}

.service-module:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 184, 166, 0.32);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}

.service-module:hover::before {
  opacity: 1;
  animation: serviceShine 1.2s ease forwards;
}

.service-module:hover::after {
  width: 100%;
}

.service-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  color: var(--teal-2);
  background: rgba(20, 184, 166, 0.1);
  font-size: 1.9rem;
}

.service-number {
  color: rgba(17, 24, 39, 0.22);
  font-size: 1.5rem;
  font-weight: 900;
}

.service-module h3 {
  position: relative;
  z-index: 1;
  margin: 20px 0 10px;
  color: var(--navy);
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  font-weight: 900;
}

.service-module p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.service-mobile-dots {
  display: none;
}

.industries-section {
  background:
    linear-gradient(180deg, rgba(20, 184, 166, 0.08), rgba(255, 255, 255, 0)),
    var(--light);
}

.industries-section .section-heading {
  margin-inline: auto;
  text-align: center;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  margin-inline: auto;
}

.industry-card {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 168px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  color: inherit;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.07);
  font: inherit;
  text-align: start;
  cursor: pointer;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.industry-card:hover,
.industry-card.is-selected {
  transform: translateY(-3px);
  border-color: rgba(20, 184, 166, 0.32);
  box-shadow: 0 20px 48px rgba(17, 24, 39, 0.11);
}

.industry-card.is-selected {
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.14), rgba(255, 255, 255, 0)),
    var(--white);
}

.industry-card.is-selected::after {
  content: "location_on";
  position: absolute;
  inset-block-start: 10px;
  inset-inline-start: 10px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--white);
  background: #dc2626;
  font-family: "Material Symbols Rounded";
  font-size: 1.25rem;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(220, 38, 38, 0.28);
  animation: pinDrop 360ms ease both;
}

.industry-card:focus-visible {
  outline: 3px solid rgba(20, 184, 166, 0.24);
  outline-offset: 3px;
}

.industry-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  color: var(--teal-2);
  background: rgba(20, 184, 166, 0.1);
  font-size: 1.7rem;
}

.industry-card b {
  color: var(--navy);
  font-size: 1.04rem;
}

.industry-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.industry-choice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 720px;
  margin: 28px auto 0;
  padding: 16px;
  border: 1px solid rgba(20, 184, 166, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
  text-align: center;
}

.industry-choice span {
  color: var(--navy);
  font-weight: 850;
}

.industry-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  padding: 10px 18px;
  color: var(--white);
  background: var(--teal);
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(20, 184, 166, 0.18);
}

.industry-whatsapp.is-disabled {
  pointer-events: none;
  color: #667085;
  background: #e5e7eb;
  box-shadow: none;
}

.benefits-section {
  background: var(--light);
}

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

.benefit-item {
  display: grid;
  gap: 10px;
  min-height: 156px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.benefit-item b {
  color: var(--navy);
  font-size: 1.04rem;
}

.benefit-item span {
  color: var(--muted);
  font-weight: 750;
}

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

.comparison-section .section-heading {
  margin-inline: auto;
  text-align: center;
}

.comparison-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  max-width: 1060px;
  margin-inline: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 56px rgba(17, 24, 39, 0.08);
}

.comparison-table.is-visible > div {
  animation: comparisonRise 580ms ease both;
}

.comparison-table.is-visible > div:nth-child(1),
.comparison-table.is-visible > div:nth-child(2) {
  animation-delay: 0ms;
}

.comparison-table.is-visible > div:nth-child(3),
.comparison-table.is-visible > div:nth-child(4) {
  animation-delay: 90ms;
}

.comparison-table.is-visible > div:nth-child(5),
.comparison-table.is-visible > div:nth-child(6) {
  animation-delay: 180ms;
}

.comparison-table.is-visible > div:nth-child(7),
.comparison-table.is-visible > div:nth-child(8) {
  animation-delay: 270ms;
}

.comparison-table.is-visible > div:nth-child(9),
.comparison-table.is-visible > div:nth-child(10) {
  animation-delay: 360ms;
}

.comparison-table.is-visible > div:nth-child(11),
.comparison-table.is-visible > div:nth-child(12) {
  animation-delay: 450ms;
}

.comparison-table > div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  justify-items: start;
  gap: 12px;
  min-height: 62px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  font-weight: 800;
  text-align: justify;
  text-align-last: start;
}

.comparison-head {
  display: flex;
  justify-content: center;
  text-align: center;
  text-align-last: center;
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 900;
}

.comparison-table .danger {
  background: #fff1f2;
  color: #9f1239;
}

.comparison-table .success {
  background: #ecfdf5;
  color: #047857;
}

.comparison-head.danger {
  background: #be123c;
  color: var(--white);
}

.comparison-head.success {
  background: var(--teal-2);
  color: var(--white);
}

.comparison-table .danger::before,
.comparison-table .success::before {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-weight: 900;
}

.comparison-table .danger::before {
  content: "!";
  color: #fff1f2;
  background: #be123c;
  box-shadow: 0 0 0 4px rgba(190, 18, 60, 0.12);
  animation: warningBeat 2.4s ease-in-out infinite;
}

.comparison-table .success::before {
  content: "✓";
  color: #ecfdf5;
  background: var(--teal-2);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.12);
  animation: successBeat 2.6s ease-in-out infinite;
}

.comparison-head.danger::before,
.comparison-head.success::before {
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
  box-shadow: none;
}

.value-map-section {
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.04), rgba(20, 184, 166, 0.08)),
    var(--light);
}

.value-map {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) 80px minmax(180px, 0.9fr) 80px minmax(240px, 1.25fr);
  gap: 14px;
  align-items: center;
  max-width: 1120px;
}

.value-node,
.value-savings {
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
}

.value-node.start {
  border: 1px solid rgba(190, 18, 60, 0.22);
}

.value-node b,
.value-node span {
  display: block;
}

.value-node b {
  color: var(--navy);
  font-size: 1.24rem;
}

.value-node span {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 750;
}

.map-arrow {
  position: relative;
  height: 3px;
  background: linear-gradient(90deg, rgba(20, 184, 166, 0.1), var(--teal));
}

.map-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: -1px;
  width: 16px;
  height: 16px;
  border-top: 3px solid var(--teal);
  border-inline-start: 3px solid var(--teal);
  transform: translateY(-50%) rotate(-45deg);
  animation: arrowPulse 1.6s ease-in-out infinite;
}

.value-savings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  background: var(--navy);
}

.value-savings span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 850;
}

.service-flow {
  display: grid;
  grid-template-columns: 1fr 84px 1fr 84px 1fr;
  gap: 12px;
  align-items: center;
}

.service-item {
  position: relative;
  min-height: 180px;
  padding: 4px 0;
}

.service-item span {
  display: block;
  color: var(--teal);
  font-weight: 900;
  font-size: 1.1rem;
}

.service-item h3 {
  margin: 10px 0 8px;
  color: var(--navy);
  font-size: clamp(1.18rem, 1.7vw, 1.65rem);
  font-weight: 900;
}

.service-item p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.flow-arrow {
  position: relative;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), rgba(20, 184, 166, 0.08));
  overflow: visible;
}

.flow-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: -1px;
  width: 16px;
  height: 16px;
  border-top: 3px solid var(--teal);
  border-inline-start: 3px solid var(--teal);
  transform: translateY(-50%) rotate(-45deg);
  animation: arrowPulse 1.5s ease-in-out infinite;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 980px;
  margin-inline: auto;
}

.package-card {
  position: relative;
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 370px;
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 54px rgba(17, 24, 39, 0.08);
  overflow: hidden;
}

.package-card::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 5px;
  background: var(--teal);
}

.package-card-featured {
  padding-block-start: clamp(56px, 4vw, 66px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.24), rgba(20, 184, 166, 0)),
    var(--navy);
  box-shadow: 0 28px 78px rgba(17, 24, 39, 0.22);
}

.best-seller {
  position: absolute;
  inset-block-start: 16px;
  inset-inline-end: 16px;
  border-radius: 8px;
  padding: 7px 12px;
  color: var(--navy);
  background: #facc15;
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(250, 204, 21, 0.24);
}

.package-label {
  width: max-content;
  border-radius: 8px;
  padding: 6px 12px;
  color: var(--teal-2);
  background: rgba(20, 184, 166, 0.1);
  font-weight: 900;
}

.package-card-featured .package-label {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.package-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.22rem, 1.8vw, 1.7rem);
  font-weight: 900;
}

.package-card-featured h3 {
  color: var(--white);
}

.package-card strong {
  color: var(--teal);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.15;
}

.price-wrap {
  display: grid;
  gap: 5px;
  justify-items: start;
}

.old-price {
  position: relative;
  width: max-content;
  color: #fecaca;
  font-weight: 900;
}

.old-price::after {
  content: "";
  position: absolute;
  top: 54%;
  inset-inline: -4px;
  height: 3px;
  border-radius: 99px;
  background: #ef4444;
  transform: rotate(-8deg);
}

.package-card-featured .price-wrap strong {
  width: max-content;
  border-radius: 8px;
  padding: 8px 13px;
  color: var(--white);
  background: #dc2626;
  box-shadow: 0 16px 32px rgba(220, 38, 38, 0.28);
}

.package-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.package-card del {
  color: #98a2b3;
  text-decoration-thickness: 2px;
}

.package-card-featured p {
  color: rgba(255, 255, 255, 0.76);
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-inline-start: 26px;
  color: #344054;
  font-weight: 750;
}

.package-card-featured li {
  color: rgba(255, 255, 255, 0.84);
}

.package-card li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  inset-inline-start: 0;
  width: 14px;
  height: 2px;
  background: var(--teal);
}

.package-card a {
  align-self: end;
  justify-self: start;
  margin-top: 8px;
  border-radius: 8px;
  padding: 11px 18px;
  color: var(--white);
  background: var(--teal);
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(20, 184, 166, 0.2);
}

.feature-tracks {
  display: grid;
  gap: 16px;
  max-width: 1040px;
}

.feature-track {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 76px;
  padding-block: 12px;
  border-bottom: 1px solid var(--line);
}

.feature-track span {
  width: 16px;
  height: 16px;
  border-top: 3px solid var(--teal);
  border-inline-start: 3px solid var(--teal);
  transform: rotate(-45deg);
  animation: arrowPulse 1.8s ease-in-out infinite;
}

.feature-track b {
  color: var(--navy);
  font-size: 1.02rem;
}

.feature-track p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.process-section {
  color: var(--white);
  background: var(--navy);
}

.process-section .section-heading h2 {
  color: var(--white);
}

.progress-wrap {
  position: relative;
  padding: 34px 0 8px;
}

.progress-line {
  position: absolute;
  top: 62px;
  inset-inline: 0;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.progress-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), #5eead4);
}

.progress-wrap.is-visible .progress-fill {
  animation: fillToEnd 2.1s ease forwards;
}

.progress-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.progress-steps div {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.progress-steps div::before {
  content: "";
  width: 26px;
  height: 26px;
  border: 5px solid var(--navy);
  border-radius: 99px;
  background: var(--gray);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.progress-wrap.is-visible .progress-steps div::before {
  animation: stepDone 420ms ease forwards;
  animation-delay: calc(var(--step) * 0.018);
}

.progress-steps b {
  color: var(--teal);
  font-size: 1.35rem;
}

.progress-steps span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.support-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 24px;
  max-width: 920px;
  margin-top: 32px;
  margin-inline: auto;
  padding: 24px;
  border: 1px solid rgba(94, 234, 212, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.28), rgba(20, 184, 166, 0.08)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.support-note strong {
  color: var(--white);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}

.support-note span {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 32px;
  align-items: start;
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px);
  background: var(--light);
}

.contact-intro {
  max-width: 560px;
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.direct-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.direct-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.direct-contact a:first-child {
  color: var(--white);
  background: #16a34a;
  border-color: #16a34a;
}

.direct-contact .call-action {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-weight: 900;
}

.contact-form input {
  width: 100%;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
  color: var(--ink);
  background: var(--light);
}

.contact-form input:focus {
  outline: 3px solid rgba(20, 184, 166, 0.18);
  border-color: var(--teal);
}

.whatsapp-link {
  gap: 8px;
  color: var(--white);
  background: #16a34a;
  border-color: #16a34a;
}

.call-link {
  gap: 8px;
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 18px 28px;
  padding: 34px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: #070d16;
  text-align: center;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--white);
  font-size: 1.2rem;
}

.footer-email {
  display: inline-flex;
  margin-top: 10px;
  color: #5eead4;
  font-weight: 900;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--white);
  font-weight: 800;
}

.site-footer p,
.site-footer small {
  margin: 0;
}

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

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

.service-module.reveal.is-visible:hover {
  transform: translateY(-4px);
}

@keyframes fillToEnd {
  to {
    width: 100%;
  }
}

@keyframes heroTechFlow {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 108px 54px, 54px 108px, 120px 80px, -90px 130px;
  }
}

@keyframes heroTextField {
  0%,
  100% {
    opacity: 0.26;
    transform: translateY(0);
  }
  50% {
    opacity: 0.48;
    transform: translateY(-10px);
  }
}

@keyframes serviceShine {
  0% {
    transform: translateX(42%);
  }
  100% {
    transform: translateX(-42%);
  }
}

@keyframes serviceCardsMobile {
  0%,
  18% {
    transform: translateX(0);
  }
  25%,
  43% {
    transform: translateX(-100%);
  }
  50%,
  68% {
    transform: translateX(-200%);
  }
  75%,
  93% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes serviceDotPulse {
  0%,
  21% {
    width: 26px;
    opacity: 1;
    background: var(--teal);
  }
  24%,
  100% {
    width: 8px;
    opacity: 0.35;
    background: var(--cool);
  }
}

@keyframes stepDone {
  to {
    background: var(--teal);
    box-shadow: 0 0 0 8px rgba(20, 184, 166, 0.12);
  }
}

@keyframes arrowPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: translateX(0) rotate(-45deg);
  }
  50% {
    opacity: 1;
    transform: translateX(-8px) rotate(-45deg);
  }
}

@keyframes scanLine {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(120vw);
  }
}

@keyframes laptopFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-0.4deg);
  }
  50% {
    transform: translateY(-14px) rotate(0.5deg);
  }
}

@keyframes gridDrift {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 88px 44px, 44px 88px, 0 0;
  }
}

@keyframes screenSweep {
  0%,
  18% {
    transform: translateX(72%);
    opacity: 0;
  }
  46% {
    opacity: 1;
  }
  82%,
  100% {
    transform: translateX(-72%);
    opacity: 0;
  }
}

@keyframes pinDrop {
  0% {
    opacity: 0;
    transform: translateY(-12px) scale(0.8);
  }
  70% {
    transform: translateY(2px) scale(1.06);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes comparisonRise {
  0% {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes warningBeat {
  0%,
  100% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.12);
  }
}

@keyframes successBeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

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

  .hero,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .service-flow {
    grid-template-columns: 1fr;
  }

  .service-modules,
  .benefit-grid,
  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-map {
    grid-template-columns: 1fr;
  }

  .map-arrow {
    width: 3px;
    height: 46px;
    margin-inline-start: 24px;
  }

  .packages-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .flow-arrow {
    width: 3px;
    height: 48px;
    margin-inline-start: 26px;
  }

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

  .feature-track p {
    grid-column: 2;
  }

  .progress-steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .progress-line {
    inset-inline-start: 13px;
    inset-inline-end: auto;
    top: 44px;
    width: 5px;
    height: calc(100% - 78px);
  }

  .progress-fill {
    width: 100%;
    height: 0;
  }

  .progress-wrap.is-visible .progress-fill {
    animation: fillDown 2.1s ease forwards;
  }

  .progress-steps div {
    grid-template-columns: 34px auto auto;
    justify-items: start;
    text-align: start;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
  }

  .header-cta {
    padding-inline: 12px;
    font-size: 0.92rem;
  }

  .brand-logo {
    height: 46px;
    max-width: 180px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero {
    padding-top: 46px;
    background:
      linear-gradient(135deg, rgba(20, 184, 166, 0.22), transparent 44%),
      linear-gradient(160deg, #070d16 0%, #111827 58%, #0b1828 100%);
  }

  .hero::before {
    background-size: 36px 36px, 36px 36px, 82px 82px, 104px 104px;
    opacity: 0.96;
    transform: skewY(-5deg) scale(1.15);
    animation-duration: 8s;
  }

  .hero::after {
    inset-inline-start: -40vw;
    top: 42%;
    bottom: auto;
    width: 140vw;
    height: 2px;
    opacity: 0.92;
    box-shadow: 0 0 24px rgba(20, 184, 166, 0.52);
  }

  .hero-copy::before {
    content: "";
    position: absolute;
    inset: -20px -14px auto -14px;
    height: 68%;
    z-index: -1;
    background:
      linear-gradient(90deg, rgba(94, 234, 212, 0.18) 1px, transparent 1px),
      linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 22px 22px;
    -webkit-mask-image: linear-gradient(180deg, #000, transparent);
    mask-image: linear-gradient(180deg, #000, transparent);
    opacity: 0.34;
    animation: heroTextField 4.8s ease-in-out infinite;
    pointer-events: none;
  }

  .metric-line {
    grid-template-columns: 1fr;
    padding-inline-start: 26px;
  }

  .benefit-grid,
  .industries-grid,
  .comparison-table {
    grid-template-columns: 1fr;
  }

  .services-section {
    overflow: hidden;
  }

  .services-section .section-heading {
    margin-inline: auto;
    text-align: center;
  }

  .service-modules {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    direction: ltr;
    animation: serviceCardsMobile 18s ease-in-out infinite;
    will-change: transform;
  }

  .service-module {
    flex: 0 0 100%;
    direction: rtl;
    min-height: 258px;
    box-shadow: 0 20px 58px rgba(17, 24, 39, 0.11);
  }

  .service-module.reveal {
    opacity: 1;
    transform: translateY(0);
  }

  .service-module::before {
    opacity: 0.85;
    animation: serviceShine 4.5s ease-in-out infinite;
  }

  .service-mobile-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
  }

  .service-mobile-dots span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--cool);
    opacity: 0.35;
    animation: serviceDotPulse 18s ease-in-out infinite;
  }

  .service-mobile-dots span:nth-child(2) {
    animation-delay: 4.5s;
  }

  .service-mobile-dots span:nth-child(3) {
    animation-delay: 9s;
  }

  .service-mobile-dots span:nth-child(4) {
    animation-delay: 13.5s;
  }

  .hero-points {
    display: grid;
  }

  .comparison-head.success {
    grid-row: 2;
  }

  .value-savings {
    grid-template-columns: 1fr;
  }
}

@keyframes fillDown {
  to {
    height: 100%;
  }
}
