:root {
  --ink: #102033;
  --muted: #64748b;
  --line: #e2e8f0;
  --brand: #1363df;
  --brand-2: #12b886;
  --accent: #ffb703;
  --surface: #ffffff;
  --soft: #f6f9fc;
}

* {
  box-sizing: border-box;
}

body {
  color: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background: var(--soft);
}

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

.topbar {
  background: #071526;
  color: #dbeafe;
}

.topbar a {
  color: #dbeafe;
}

.btn {
  border-radius: 6px;
  font-weight: 700;
}

.btn-accent {
  color: #071526;
  background: var(--accent);
  border-color: var(--accent);
}

.btn-accent:hover {
  color: #071526;
  background: #ffd166;
  border-color: #ffd166;
}

.topbar .btn-pay {
  color: #071526;
  background: #ffffff;
  border-color: #ffffff;
}

.topbar .btn-pay:hover,
.topbar .btn-pay:focus {
  color: #ffffff;
  background: var(--brand);
  border-color: var(--brand);
}

.main-nav {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  backdrop-filter: blur(14px);
}

.navbar-brand img {
  max-height: 54px;
}

.navbar-nav .nav-link {
  color: #1e293b;
  font-size: 0.78rem;
  font-weight: 800;
  padding-inline: 0.48rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--brand);
}

.hero {
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 20%, rgba(18, 184, 134, 0.33), transparent 30%),
    linear-gradient(135deg, #081628 0%, #0f3b68 48%, #1263a6 100%);
}

.min-vh-75 {
  min-height: 75vh;
}

.hero-copy {
  padding-block: 4rem;
}

.eyebrow {
  display: inline-block;
  color: #9ee6d1;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--brand);
}

.hero h1 {
  font-size: clamp(3.4rem, 8vw, 7.5rem);
  font-weight: 900;
  line-height: 0.9;
  margin-bottom: 1.5rem;
}

.hero h1 span {
  color: var(--accent);
}

.carousel-item p {
  color: #e8f3ff;
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 600;
  margin-bottom: 0.6rem;
}

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

.hero-image-carousel {
  position: absolute;
  inset: 2rem 0 2rem 1rem;
  display: grid;
  place-items: center;
}

.hero-image-carousel .carousel-inner,
.hero-image-carousel .carousel-item {
  height: 100%;
}

.hero-image-carousel .carousel-item {
  place-items: center;
}

.hero-image-carousel .carousel-item.active,
.hero-image-carousel .carousel-item-next,
.hero-image-carousel .carousel-item-prev {
  display: grid;
}

.hero-image-carousel img {
  max-width: min(92%, 520px);
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.32));
}

.hero-image-carousel .carousel-indicators {
  bottom: -1.3rem;
}

.hero-image-carousel .carousel-control-prev,
.hero-image-carousel .carousel-control-next {
  width: 9%;
}

.signal-card {
  position: absolute;
  right: 0;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 185px;
  min-height: 58px;
  padding: 0.65rem 0.9rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(2, 8, 23, 0.22);
}

.signal-card i {
  color: var(--brand-2);
  font-size: 1.75rem;
}

.signal-card strong,
.signal-card span {
  display: inline;
  white-space: nowrap;
}

.signal-card strong {
  margin-right: 0.25rem;
}

.stats-band {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.stat-item {
  display: grid;
  align-content: center;
  justify-items: center;
  height: 100%;
  min-height: 150px;
  padding: 1.4rem;
  text-align: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.stat-item i {
  color: var(--brand);
  font-size: 2rem;
}

.stat-item strong {
  display: block;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  line-height: 1;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.stat-item strong[data-stat-value="01883009392"] {
  white-space: nowrap;
}

.stat-item span {
  color: var(--muted);
  font-weight: 700;
}

.section-space {
  padding-block: clamp(3.2rem, 6vw, 5rem);
}

.page-hero {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  color: #fff;
  background:
    linear-gradient(rgba(7, 21, 38, 0.84), rgba(7, 21, 38, 0.9)),
    url("assets/img/slider/layer2.png") center right / contain no-repeat,
    #071526;
}

.page-hero h1 {
  max-width: 850px;
  margin-inline: auto;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
}

.page-hero p {
  max-width: 720px;
  margin: 1rem auto 0;
  color: #dbeafe;
  font-size: 1.05rem;
}

.page-hero h1 span,
.about-story h2 span {
  color: var(--accent);
}

.about-story {
  background: #fff;
}

.about-story p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.85;
}

.mini-card {
  display: grid;
  min-height: 120px;
  place-items: center;
  gap: 0.55rem;
  padding: 1rem;
  text-align: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mini-card i {
  color: var(--brand);
  font-size: 2rem;
}

.mini-card strong {
  font-weight: 900;
}

.contact-page {
  background: #fff;
}

.contact-stack {
  display: grid;
  gap: 1rem;
}

.contact-info-card,
.contact-form-panel {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.contact-info-card {
  padding: 1.35rem;
}

.contact-info-card.active {
  color: #fff;
  background: linear-gradient(135deg, #1363df, #12b886);
  border-color: transparent;
}

.contact-info-card i {
  color: var(--brand);
  font-size: 2rem;
}

.contact-info-card.active i,
.contact-info-card.active a {
  color: #fff;
}

.contact-info-card h3 {
  margin: 0.75rem 0 0.5rem;
  font-weight: 900;
}

.contact-info-card a,
.contact-info-card p {
  display: block;
  margin: 0;
  color: #334155;
  font-weight: 700;
}

.contact-form-panel {
  padding: clamp(1.25rem, 4vw, 2rem);
}

.contact-form-panel h2,
.social-media-row h2 {
  font-weight: 900;
}

.form-control {
  border-color: var(--line);
  border-radius: 8px;
}

.form-control:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 0.2rem rgba(19, 99, 223, 0.12);
}

.social-media-row {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.social-links a {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  background: var(--brand);
  border-radius: 8px;
}

.social-links a:hover {
  background: var(--brand-2);
}

.map-section iframe {
  display: block;
  width: 100%;
  height: 480px;
  border: 0;
}

.policy-page {
  background: #fff;
}

.policy-card {
  max-width: 980px;
  margin-inline: auto;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.policy-card h2,
.policy-card h3 {
  font-weight: 900;
}

.policy-card h3 {
  margin-top: 2rem;
}

.policy-card p,
.policy-card li {
  color: #334155;
  font-size: 1rem;
  line-height: 1.8;
}

.policy-card ol,
.policy-card ul {
  padding-left: 1.25rem;
}

.policy-card li {
  margin-bottom: 0.75rem;
}

.section-heading {
  max-width: 770px;
}

.section-heading h2,
.about h2,
.ultra h2 {
  font-weight: 900;
  letter-spacing: 0;
}

.package-card {
  height: 100%;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.package-head {
  padding: 2rem 1.7rem;
  color: #fff;
  text-align: left;
  background: linear-gradient(135deg, #1363df, #12b886);
}

.package-head h3 {
  margin: 0;
  font-size: clamp(1.85rem, 4vw, 2.35rem);
  font-weight: 900;
}

.speed-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 0.55rem 0.8rem;
  color: #dff8ff;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  font-weight: 800;
}

.price {
  margin-top: 2rem;
  font-size: clamp(2.05rem, 5vw, 2.8rem);
  font-weight: 900;
  line-height: 1;
}

.price span {
  font-size: 1rem;
  font-weight: 700;
}

.package-card ul {
  margin: 0;
  padding: 1.3rem 1.4rem 0.3rem;
  list-style: none;
}

.package-card li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  padding-block: 0.42rem;
  color: #334155;
  font-weight: 600;
  text-align: center;
}

.package-card li i {
  color: var(--brand-2);
}

.package-card .card-action {
  padding: 1.2rem 1.4rem 1.4rem;
}

.about {
  background: #fff;
}

.image-panel {
  display: grid;
  min-height: 360px;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(18, 184, 134, 0.12), rgba(19, 99, 223, 0.12)),
    #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.image-panel img {
  max-width: 94%;
}

.about p,
.ultra p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.ultra {
  color: #fff;
  background:
    linear-gradient(rgba(7, 21, 38, 0.86), rgba(7, 21, 38, 0.9)),
    url("assets/img/slider/layer3.png") center right / contain no-repeat,
    #071526;
}

.feature-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  height: 100%;
  padding: 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.feature-pill i {
  color: var(--accent);
  font-size: 1.5rem;
}

.build-band {
  padding-block: 2.5rem;
  color: #fff;
  background: linear-gradient(135deg, #1363df, #12b886);
}

.build-band h2 {
  margin: 0;
  font-weight: 900;
}

.footer {
  color: #dbeafe;
  background: #071526;
}

.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1rem;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.footer-logo {
  max-height: 62px;
  max-width: 240px;
}

.footer h3,
.footer h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
}

.contact-list {
  padding: 0;
  list-style: none;
}

.contact-list li {
  margin-bottom: 0.8rem;
}

.footer a {
  color: #dbeafe;
}

.powered img {
  display: block;
  max-width: 170px;
  margin-top: 0.65rem;
}

.footer-links a {
  display: block;
  margin-bottom: 0.55rem;
}

.pay-card {
  display: grid;
  height: 100%;
  min-height: 170px;
  place-items: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.pay-card img {
  max-width: 100%;
}

.footer-bottom {
  background: #03101f;
}

.back-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 44px;
  height: 44px;
  color: #071526;
  background: var(--accent);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.24);
}

.back-top.show {
  display: inline-grid;
  place-items: center;
}

@media (max-width: 991.98px) {
  .main-nav .container-fluid {
    padding-inline: 1rem;
  }

  .navbar-brand img {
    max-height: 48px;
    max-width: min(70vw, 270px);
  }

  .navbar-toggler {
    width: 48px;
    height: 44px;
    padding: 0.35rem;
    border-radius: 8px;
  }

  .navbar-collapse {
    padding-block: 0.75rem;
  }

  .navbar-nav .nav-link {
    padding-block: 0.65rem;
    font-size: 0.9rem;
  }

  .hero-copy {
    padding-bottom: 1rem;
  }

  .hero-visual {
    min-height: 360px;
  }

  .stats-band {
    padding-block: 2.4rem !important;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand img {
    max-height: 40px;
    max-width: 66vw;
  }

  .main-nav {
    position: sticky;
    top: 0;
  }

  .hero-copy {
    padding-block: 2.5rem 0.75rem;
    text-align: center;
  }

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

  .hero-copy .d-flex {
    justify-content: center;
  }

  .topbar .btn {
    flex: 1 1 auto;
  }

  .hero-visual {
    min-height: 300px;
  }

  .hero-image-carousel {
    inset: 0.75rem 0 2rem;
  }

  .hero-image-carousel img {
    max-width: 92%;
    max-height: 250px;
  }

  .signal-card {
    display: none;
  }

  .stats-band .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
  }

  .stat-item {
    min-height: 150px;
    padding: 1rem 0.65rem;
  }

  .stat-item i {
    font-size: 1.85rem;
  }

  .stat-item strong {
    font-size: clamp(1.45rem, 6vw, 1.9rem);
  }

  .stat-item strong[data-stat-value="01883009392"] {
    font-size: clamp(1.25rem, 4.9vw, 1.55rem);
    white-space: nowrap;
  }

  .stat-item span {
    font-size: 1rem;
    line-height: 1.35;
  }

  .section-heading h2,
  .about h2,
  .ultra h2 {
    font-size: 1.75rem;
  }

  .package-head {
    padding: 1.7rem 1.4rem;
  }

  .price {
    font-size: 1.9rem;
  }
}

@media (max-width: 390px) {
  .navbar-brand img {
    max-width: 62vw;
  }

  .stat-item strong {
    font-size: clamp(1.35rem, 7vw, 1.75rem);
  }

  .stat-item {
    min-height: 140px;
  }
}
