﻿.hero {
  position: relative;
  overflow: clip;
  padding: 128px 0 110px;
  background:
    url("https://t4.ftcdn.net/jpg/04/66/61/61/360_F_466616169_GOalqLI5SpJj7E6mwEAkhFEw5JO8Ezps.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero::before,
.hero::after {
  content: none;
}



.hero-overlay {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  text-align: center;
}

.hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  color: #fff;
}

.hero .eyebrow {
  color: #fff;
}

.subheadline {
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 700;
  color: #fff;
}

.supporting-text {
  color: #f4f9ff;
}

.hero-cta-group {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hero .btn-success {
  background: #fff;
  color: #16386d;
  border-color: #fff;
  box-shadow: var(--shadow-soft);
}

.hero .btn-success:hover {
  background: #f4f9ff;
  color: #16386d;
  border-color: #f4f9ff;
}

.trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--color-border);
}

.trust-strip p {
  margin: 0;
  text-align: center;
  padding: 18px 0;
  font-weight: 600;
  color: #264269;
}

.about,
.process,
.testimonials,
.faq {
  background: #fff;
}

.services {
  background: #fff;
}

.services .container {
  width: min(1320px, 96vw);
}

.check-grid {
  margin: 34px auto 14px;
  width: min(980px, 100%);
  display: grid;
  gap: 12px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-grid li {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  box-shadow: var(--shadow-soft);
  font-weight: 600;
}

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

.process-grid article {
  background: linear-gradient(170deg, #ffffff, #f0f6ff);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-weight: 800;
  margin-bottom: 12px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.pill-list li {
  border: 1px solid var(--color-border);
  border-radius: 999px;
  padding: 10px 16px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  font-weight: 600;
}

.testimonial-intro {
  width: min(760px, 100%);
  margin: 0 auto;
}

.testimonial-carousel {
  margin-top: 30px;
  display: grid;
  gap: 18px;
}

.testimonial-carousel-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

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

.testimonial-control {
  width: 42px;
  height: 42px;
  border: 1px solid #d7e4fb;
  border-radius: 50%;
  background: #fff;
  color: #16386d;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}

.testimonial-viewport {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 18px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.testimonial-card {
  display: grid;
  gap: 18px;
  flex: 0 0 calc((100% - 36px) / 3);
  border: 1px solid var(--color-border);
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow-soft);
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-person strong {
  display: block;
  color: #14315b;
  margin-bottom: 2px;
}

.testimonial-person p {
  margin: 0;
  color: #667998;
  font-size: 0.9rem;
}

.testimonial-avatar {
  width: 62px;
  height: 62px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid #d9e7ff;
  box-shadow: 0 10px 22px rgba(19, 49, 91, 0.08);
  background: linear-gradient(135deg, #eaf3ff, #d7e8ff);
  color: #1a57b8;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.testimonial-card blockquote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #10213d;
  font-weight: 600;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #c7d7f3;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.testimonial-dot.active {
  background: #1f78e7;
  transform: scale(1.2);
}

@media (max-width: 1100px) {
  .testimonial-card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 760px) {
  .testimonial-carousel {
    gap: 14px;
  }

  .testimonial-carousel-head {
    justify-content: center;
  }

  .testimonial-card {
    flex-basis: 100%;
    padding: 18px;
    border-radius: 20px;
  }

  .testimonial-person {
    align-items: flex-start;
  }

  .testimonial-person p {
    font-size: 0.85rem;
    line-height: 1.45;
  }

  .testimonial-card blockquote {
    font-size: 0.96rem;
    line-height: 1.65;
  }
}

.cta {
  background-image: url("https://www.netgear.com/hub/wp-content/uploads/2024/01/starlink-with-orbi-hero-e1749772898167.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-box {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: var(--radius-lg);
  text-align: center;
  padding: 44px;
  box-shadow: var(--shadow-card);
}

.cta-list {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 20px 0 8px;
}

.cta-list li {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--color-border);
  font-weight: 700;
}

.faq-list {
  width: min(840px, 100%);
  margin: 28px auto 0;
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: #fff;
  padding: 0 16px;
  box-shadow: var(--shadow-soft);
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  padding: 16px 0;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  color: var(--color-text-muted);
  padding-bottom: 16px;
}

.site-footer {
  background:
    radial-gradient(circle at top left, rgba(60, 106, 184, 0.2), transparent 34%),
    linear-gradient(180deg, #0b1118 0%, #0f1722 100%);
  color: #d8e3f1;
  padding: 36px 0 22px;
}

.footer-shell {
  border: 1px solid transparent;
  border-radius: 32px;
  padding: 34px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(640px, 1.05fr);
  gap: 32px;
  align-items: start;
}

.footer-brand-block {
  max-width: 520px;
}

.footer-kicker {
  margin-bottom: 12px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(216, 227, 241, 0.62);
}

.footer-brand-block h3 {
  margin-bottom: 14px;
  color: #f7fbff;
  font-size: clamp(1.72rem, 2.25vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.footer-summary {
  max-width: 440px;
  margin-bottom: 0;
  font-size: 0.95rem;
  color: rgba(216, 227, 241, 0.74);
}

.footer-contact-grid {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(170px, 0.92fr) minmax(250px, 1.18fr);
  gap: 16px;
}

.footer-card {
  min-height: 100%;
  padding: 18px 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  overflow-wrap: anywhere;
}

.footer-label {
  margin-bottom: 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(216, 227, 241, 0.52);
}

.footer-card-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 1rem;
  color: #f7fbff;
}

.footer-card-copy,
.footer-card p,
.footer-card a {
  margin-bottom: 6px;
  line-height: 1.5;
  color: rgba(235, 243, 252, 0.88);
}

.footer-card a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 0;
  white-space: nowrap;
  word-break: normal;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-card p:last-child,
.footer-card a:last-child {
  margin-bottom: 0;
}

.footer-card a:hover,
.footer-bottom-links a:hover {
  color: #ffffff;
  opacity: 1;
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(223, 236, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
}

.footer-bottom-links a,
.footer-bottom small {
  color: rgba(216, 227, 241, 0.62);
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  background: #fff;
  color: #14a752;
  border: 1px solid rgba(20, 167, 82, 0.18);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  box-shadow: var(--shadow-card);
}



.hero .eyebrow,
.hero h1,
.hero .subheadline,
.hero .supporting-text,
.hero .hero-cta-group {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

.hero .eyebrow { animation-delay: 0.08s; }
.hero h1 { animation-delay: 0.16s; }
.hero .subheadline { animation-delay: 0.24s; }
.hero .supporting-text:nth-of-type(1) { animation-delay: 0.32s; }
.hero .supporting-text:nth-of-type(2) { animation-delay: 0.4s; }
.hero .hero-cta-group { animation-delay: 0.48s; }

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s ease, transform 0.75s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.floating-whatsapp {
  animation: whatsappPulse 2.4s ease-in-out infinite;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes whatsappPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), var(--shadow-card);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0), var(--shadow-card);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero .eyebrow,
  .hero h1,
  .hero .subheadline,
  .hero .supporting-text,
  .hero .hero-cta-group,
  .floating-whatsapp {
    animation: none;
    opacity: 1;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
