:root {
  --ink: #102040;
  --ink-2: #1d2f5e;
  --orange: #f05018;
  --orange-2: #ff6a2a;
  --sky: #1b83c5;
  --mint: #36b98d;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --line: #dfe5ef;
  --muted: #63708a;
  --shadow: 0 22px 50px rgba(20, 32, 63, 0.16);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

@font-face {
  font-family: Techead;
  src: url("Techead.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Techead Bold";
  src: url("Techead-Bold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Egindal Gindul";
  src: url("Egindal-Gindul.ttf") format("truetype");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

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

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

.wrap {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

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

.skip-link:focus {
  z-index: 50;
  width: auto;
  height: auto;
  margin: 12px;
  padding: 10px 14px;
  clip: auto;
  color: var(--paper);
  background: var(--ink);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(223, 229, 239, 0.9);
  transition: box-shadow 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 14px 34px rgba(20, 32, 63, 0.12);
}

.nav {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  width: 190px;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  font-size: 1.04rem;
  font-weight: 800;
}

.nav-menu a {
  color: var(--ink-2);
  line-height: 1;
  padding: 8px 0;
}

.nav-menu a:hover {
  color: var(--orange);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 8px 22px rgba(16, 32, 64, 0.08);
}

.language-switch a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 7px;
  color: var(--ink-2);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
}

.language-switch a.is-active {
  color: var(--paper);
  background: var(--ink);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 800;
  letter-spacing: 0;
}

.nav-cta {
  min-height: 42px;
  padding: 0 20px;
  color: var(--paper);
  background: var(--orange);
  font-size: 1rem;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.hero-media,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  opacity: 0.74;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(9, 16, 34, 0.96), rgba(20, 32, 63, 0.84) 44%, rgba(20, 32, 63, 0.28)),
    linear-gradient(0deg, rgba(9, 16, 34, 0.64), rgba(9, 16, 34, 0.02) 54%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 150px 0 70px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.contact h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(2.35rem, 4.8vw, 4.95rem);
  text-wrap: balance;
}

.hero-copy {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
}

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

.button {
  min-width: 170px;
  padding: 13px 20px;
  border: 1px solid transparent;
  cursor: pointer;
}

.button.primary {
  color: var(--paper);
  background: var(--orange);
}

.button.secondary {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.1);
}

.button.whatsapp {
  color: var(--paper);
  background: var(--mint);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 700px;
  margin: 44px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.hero-metrics div {
  padding: 18px;
  background: rgba(20, 32, 63, 0.46);
}

.hero-metrics dt {
  font-size: 1.72rem;
  font-weight: 900;
}

.hero-metrics dd {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.proof-band {
  color: var(--paper);
  background: var(--ink);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.proof-grid p {
  min-height: 120px;
  margin: 0;
  padding: 28px;
  background: var(--ink);
  font-weight: 700;
}

.section,
.contact {
  padding: 96px 0;
}

.section-head {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: end;
  margin-bottom: 36px;
}

.section-head h2,
.network h2,
.coverage h2,
.contact h2,
.faq h2 {
  font-size: clamp(2rem, 4vw, 3.85rem);
}

.section-head p:last-child,
.network p,
.coverage p,
.contact p,
.faq p {
  color: var(--muted);
  font-size: 1.05rem;
}

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

.service-card {
  min-height: 410px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 32px rgba(20, 32, 63, 0.06);
}

.service-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--paper);
  background: var(--orange);
  font-weight: 900;
  font-size: 0.76rem;
}

.service-card h3 {
  margin: 24px 0 10px;
  font-size: 1.25rem;
}

.service-card p {
  color: var(--muted);
}

.service-card ul,
.city-list {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.service-card li,
.city-list li {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
  font-weight: 700;
}

.service-card li::before,
.city-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
}

.network {
  color: var(--paper);
  background: var(--ink);
}

.network-layout,
.coverage-layout,
.contact-layout,
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 52px;
  align-items: center;
}

.network p {
  color: rgba(255, 255, 255, 0.76);
}

.network-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.network-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
}

.network-panel {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow);
}

.panel-label {
  margin: 0 0 8px;
  color: var(--orange-2);
  font-weight: 900;
  text-transform: uppercase;
}

.network-panel strong {
  display: block;
  font-size: 1.65rem;
  line-height: 1.15;
}

.network-panel dl {
  margin: 30px 0 0;
}

.network-panel div {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.network-panel dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.network-panel dd {
  margin: 2px 0 0;
}

.coverage {
  background: var(--soft);
}

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

.coverage-map {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(27, 131, 197, 0.14), transparent 52%),
    linear-gradient(45deg, rgba(240, 75, 22, 0.11), transparent 58%),
    var(--paper);
  box-shadow: var(--shadow);
}

.coverage-map span {
  position: absolute;
  left: 34px;
  bottom: 28px;
  color: var(--ink);
  font-size: 3.5rem;
  font-weight: 900;
}

.pin {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 4px solid var(--paper);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(240, 75, 22, 0.16);
}

.pin-one { top: 32%; left: 58%; }
.pin-two { top: 44%; left: 48%; background: var(--sky); box-shadow: 0 0 0 8px rgba(27, 131, 197, 0.16); }
.pin-three { top: 56%; left: 32%; }
.pin-four { top: 25%; left: 72%; background: var(--mint); box-shadow: 0 0 0 8px rgba(54, 185, 141, 0.16); }

.line {
  position: absolute;
  height: 3px;
  transform-origin: left center;
  background: rgba(20, 32, 63, 0.24);
}

.line-one {
  top: 39%;
  left: 50%;
  width: 160px;
  transform: rotate(-16deg);
}

.line-two {
  top: 52%;
  left: 34%;
  width: 168px;
  transform: rotate(-9deg);
}

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

.faq {
  background: #fbfcff;
}

.faq-layout {
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 700;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.contact {
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(240, 75, 22, 0.92), rgba(20, 32, 63, 0.96)),
    var(--ink);
}

.contact .eyebrow,
.contact p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-quick {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-quick a {
  width: fit-content;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  color: var(--paper);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.08);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
  font-size: 0.9rem;
}

.contact-form .full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--ink);
  font: inherit;
  background: var(--paper);
}

textarea {
  resize: vertical;
}

.footer {
  padding: 40px 0;
  background: #091022;
  color: rgba(255, 255, 255, 0.76);
}

.footer-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer img {
  width: 178px;
  height: auto;
  padding: 9px 12px;
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.footer address {
  display: grid;
  gap: 5px;
  font-style: normal;
  text-align: right;
}

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

@media (max-width: 980px) {
  .nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu,
  .language-switch,
  .nav-cta {
    display: none;
  }

  .nav-menu.is-open {
    position: absolute;
    inset: 82px 20px auto;
    display: grid;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .nav-menu.is-open a {
    padding: 14px;
  }

  .nav-menu.is-open .language-switch {
    display: inline-flex;
    margin: 8px 10px 10px;
  }

  .section-head,
  .service-grid,
  .network-layout,
  .coverage-layout,
  .contact-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }
}

@media (max-width: 700px) {
  .wrap {
    width: min(100% - 28px, 1160px);
  }

  .nav {
    min-height: 70px;
  }

  .brand {
    width: 132px;
  }

  .nav-menu.is-open {
    inset: 70px 14px auto;
  }

  .hero {
    min-height: 680px;
  }

  .hero-scrim {
    background:
      linear-gradient(0deg, rgba(9, 16, 34, 0.94), rgba(20, 32, 63, 0.68)),
      linear-gradient(90deg, rgba(9, 16, 34, 0.92), rgba(9, 16, 34, 0.28));
  }

  .hero-content {
    padding-top: 108px;
    padding-bottom: 46px;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(2.12rem, 10.5vw, 3.05rem);
    line-height: 1.04;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-metrics,
  .proof-grid,
  .city-list,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    margin-top: 30px;
  }

  .hero-metrics div {
    padding: 14px 16px;
  }

  .hero-metrics dt {
    font-size: 1.45rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .section,
  .contact {
    padding: 62px 0;
  }

  .section-head {
    gap: 18px;
    margin-bottom: 24px;
  }

  .section-head h2,
  .network h2,
  .coverage h2,
  .contact h2,
  .faq h2 {
    font-size: clamp(1.95rem, 9vw, 2.75rem);
  }

  .proof-grid p,
  .service-card,
  .network-panel,
  .contact-form {
    padding: 22px;
  }

  .coverage-map {
    min-height: 280px;
  }

  .coverage-map span {
    font-size: 2.2rem;
  }

  .footer-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer address {
    text-align: left;
  }
}
