/* ==========================================================================
   SKY TELECOM — Bold Editorial
   Full-bleed alternating bands · big type · hairline grids · numbered rows
   ========================================================================== */

:root {
  --paper: #ffffff;
  --paper-soft: #f3f5f9;
  --ink: #0a0e1a;
  --ink-2: #131a2b;
  --muted: #5a6474;
  --muted-dark: #9aa5ba;

  --line: #e5e8ef;
  --line-dark: rgba(255, 255, 255, 0.14);

  --accent: #2f5bff;
  --accent-dark: #1f42d6;
  --accent-ink: #0d1a4d;

  --wrap: 1140px;
  --font: "Helvetica Neue", Helvetica, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* legacy decorative hooks — off in this theme */
.bg-decor, .grid-pattern, .hero-decor, .hero-ring,
.services-decor, .footer-decor, .ac-shape, .art-blob,
.signal-graphic { display: none !important; }

.wrap,
.container {
  width: min(var(--wrap), calc(100% - 48px));
  margin: 0 auto;
}

/* --------------------------------------------------------------------------
   Full-bleed bands
   -------------------------------------------------------------------------- */
.band { position: relative; padding: 104px 0; }
.band--soft { background: var(--paper-soft); }
.band--dark { background: var(--ink); color: #fff; }
.band--accent { background: var(--accent); color: #fff; }
.band--tight { padding: 64px 0; }

.band--dark h1, .band--dark h2, .band--dark h3,
.band--accent h1, .band--accent h2, .band--accent h3 { color: #fff; }

/* --------------------------------------------------------------------------
   Type
   -------------------------------------------------------------------------- */
h1, h2, h3 { margin: 0; font-weight: 800; letter-spacing: -0.035em; line-height: 1.02; color: var(--ink); }

.kicker {
  display: inline-block;
  margin: 0 0 22px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-dark);
}
.band--dark .kicker { color: #7d96ff; }
.band--accent .kicker { color: rgba(255, 255, 255, 0.8); }

.lead {
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
  color: var(--muted);
}
.band--dark .lead { color: var(--muted-dark); }
.band--accent .lead { color: rgba(255, 255, 255, 0.9); }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.cta-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-family: inherit;
  cursor: pointer;
  border: 1.5px solid transparent;
  border-radius: 4px;
  transition: transform 0.15s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.cta-button { background: var(--accent); color: #fff; }
.cta-button:hover { background: var(--accent-dark); transform: translateY(-2px); }

.secondary-button { background: transparent; color: var(--ink); border-color: var(--ink); }
.secondary-button:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }

.band--dark .secondary-button { color: #fff; border-color: rgba(255, 255, 255, 0.5); }
.band--dark .secondary-button:hover { background: #fff; color: var(--ink); }

.cta-white { background: #fff; color: var(--accent-ink); border-color: #fff; }
.cta-white:hover { background: transparent; color: #fff; border-color: #fff; }

.full-width { width: 100%; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: inline-flex; width: 36px; height: 36px; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 18px; font-weight: 800; letter-spacing: 0.2em; color: var(--ink); }
.brand-copy small { font-size: 9px; letter-spacing: 0.4em; color: var(--muted); font-weight: 600; margin-top: 3px; }

.top-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink);
}
.top-nav a { transition: color 0.16s ease; }
.top-nav a:hover { color: var(--accent); }

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

.nav-cta {
  min-height: 44px;
  padding: 11px 22px;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   Mobile menu
   -------------------------------------------------------------------------- */
.mobile-menu { display: none; position: relative; }
.mobile-menu summary {
  display: flex; flex-direction: column; justify-content: center; gap: 4px;
  width: 44px; height: 44px;
  border: 1.5px solid var(--ink);
  border-radius: 4px;
  background: #fff; cursor: pointer; list-style: none;
}
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 18px; height: 2px; margin: 0 auto; background: var(--ink); }

.mobile-nav {
  position: absolute; top: calc(100% + 12px); right: 0;
  min-width: 220px; display: grid; gap: 2px; padding: 10px;
  border: 1px solid var(--line); border-radius: 6px;
  background: #fff; box-shadow: 0 20px 50px rgba(10, 14, 26, 0.14);
}
.mobile-nav a { padding: 12px 14px; border-radius: 4px; font-size: 14px; font-weight: 600; color: var(--ink); }
.mobile-nav a:hover { background: var(--paper-soft); color: var(--accent); }

/* --------------------------------------------------------------------------
   Hero — big centered
   -------------------------------------------------------------------------- */
.ed-hero { text-align: center; padding: 116px 0 104px; }

.ed-hero .kicker { margin-bottom: 26px; }

.ed-hero h1 {
    font-size: clamp(42px, 4vw, 50px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    margin: 0 auto 26px;
    max-width: 25ch;
}
.ed-hero h1 em { font-style: normal; color: var(--accent); }

.ed-hero .lead { max-width: 60ch; margin: 0 auto 38px; }

.ed-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 44px;
}

.ed-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ed-chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.ed-chips li::before {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
}

/* --------------------------------------------------------------------------
   Stats band (dark)
   -------------------------------------------------------------------------- */
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.stat-big {
  padding: 8px 32px;
  border-left: 1px solid var(--line-dark);
}
.stat-big:first-child { border-left: 0; padding-left: 0; }
.stat-big strong {
  display: block;
  font-size: clamp(46px, 7vw, 86px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
  margin-bottom: 12px;
}
.stat-big span { font-size: 15px; color: var(--muted-dark); font-weight: 500; }

/* --------------------------------------------------------------------------
   Section head (editorial)
   -------------------------------------------------------------------------- */
.sec-head { max-width: 760px; margin-bottom: 56px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head h2 {
  font-size: clamp(30px, 4.4vw, 54px);
  letter-spacing: -0.04em;
  line-height: 1.03;
}
.sec-head h2 em { font-style: normal; color: var(--accent); }
.sec-head .lead { margin: 22px 0 0; }

/* --------------------------------------------------------------------------
   About — editorial two-column text
   -------------------------------------------------------------------------- */
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.about-statement {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.18;
}
.about-statement em { font-style: normal; color: var(--accent); }
.about-body p { margin: 0 0 18px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.about-body p:last-child { margin: 0; }

/* --------------------------------------------------------------------------
   Services — hairline editorial grid
   -------------------------------------------------------------------------- */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.svc-item {
  padding: 40px 36px 44px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 0.18s ease;
}
.svc-item:hover { background: var(--paper-soft); }
.svc-index {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--accent-dark);
  margin-bottom: 22px;
}
.svc-item h3 { font-size: 21px; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 12px; }
.svc-item p { margin: 0; color: var(--muted); font-size: 15.5px; line-height: 1.6; }

/* --------------------------------------------------------------------------
   How it works — big numbered rows
   -------------------------------------------------------------------------- */
.steps { border-bottom: 1px solid var(--line); }
.step-row {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 40px;
  align-items: baseline;
  padding: 46px 0;
  border-top: 1px solid var(--line);
}
.step-no {
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
  color: var(--accent);
}
.step-main h3 { font-size: clamp(22px, 2.6vw, 30px); letter-spacing: -0.03em; margin-bottom: 10px; }
.step-main p { margin: 0; color: var(--muted); font-size: 16.5px; line-height: 1.6; max-width: 52ch; }
.step-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

/* --------------------------------------------------------------------------
   Accent CTA band
   -------------------------------------------------------------------------- */
.cta-band-inner { text-align: center; max-width: 820px; margin: 0 auto; }
.cta-band-inner h2 {
  font-size: clamp(32px, 5vw, 60px);
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin-bottom: 22px;
}
.cta-band-inner .lead { margin: 0 auto 36px; max-width: 60ch; }
.cta-checklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.cta-checklist li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}
.cta-checklist li::before {
  content: "✓";
  font-weight: 800;
  font-size: 13px;
}

/* --------------------------------------------------------------------------
   FAQ — hairline accordion rows
   -------------------------------------------------------------------------- */
.faq-list { border-bottom: 1px solid var(--line); max-width: 900px; margin: 0 auto; }
.faq-row { border-top: 1px solid var(--line); }
.faq-row summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 4px;
  cursor: pointer;
  list-style: none;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.faq-row summary::-webkit-details-marker { display: none; }
.faq-row summary::after {
  content: "+";
  font-size: 26px;
  font-weight: 400;
  color: var(--accent);
  transition: transform 0.2s ease;
  line-height: 1;
}
.faq-row[open] summary::after { transform: rotate(45deg); }
.faq-row p {
  margin: 0;
  padding: 0 4px 30px;
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.7;
  max-width: 68ch;
}

/* --------------------------------------------------------------------------
   Disclaimer
   -------------------------------------------------------------------------- */
.disclaimer-inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
}
.disclaimer-inner .kicker { margin: 0; }
.disclaimer-body p { margin: 0 0 12px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.disclaimer-body p:first-child { color: var(--ink); font-weight: 700; font-size: 10px; }
.disclaimer-body p:last-child { margin: 0; }

/* --------------------------------------------------------------------------
   Contact band (dark)
   -------------------------------------------------------------------------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.contact-grid h2 { font-size: clamp(30px, 4.4vw, 54px); letter-spacing: -0.04em; line-height: 1.03; }
.contact-grid h2 em { font-style: normal; color: #7d96ff; }
.contact-grid > div:first-child .lead { margin-top: 22px; }

.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.contact-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--line-dark);
}
.contact-list li:last-child { border-bottom: 1px solid var(--line-dark); }
.contact-key {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-dark);
}
.contact-val { font-size: clamp(16px, 2vw, 20px); font-weight: 600; color: #fff; text-align: right; }
.contact-val:hover { color: #7d96ff; }

/* --------------------------------------------------------------------------
   Footer (dark)
   -------------------------------------------------------------------------- */
.site-footer {
  background: #05070f;
  color: var(--muted-dark);
  padding: 72px 0 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.2fr 1fr;
  gap: 40px;
  align-items: start;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line-dark);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 26px;
}
.footer-bottom p { margin: 0; color: var(--muted-dark); font-size: 13.5px; }
.footer-legal { display: flex; gap: 26px; }
.footer-legal a {
  color: var(--muted-dark);
  font-size: 13.5px;
  font-weight: 600;
  transition: color 0.16s ease;
}
.footer-legal a:hover { color: #fff; }
.footer-brand-block .brand-copy strong { color: #fff; }
.footer-brand-block .brand-copy small { color: var(--muted-dark); }
.footer-brand-block p { margin: 18px 0 0; color: var(--muted-dark); font-size: 15px; line-height: 1.7; max-width: 40ch; }
.footer-brand { margin-bottom: 4px; }

.footer-column { display: grid; gap: 12px; align-content: start; }
.footer-column h3 {
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #fff; font-weight: 700; margin-bottom: 6px;
}
.footer-column a, .footer-column p { margin: 0; color: var(--muted-dark); font-size: 14.5px; transition: color 0.16s ease; }
.footer-column a:hover { color: #fff; }

/* --------------------------------------------------------------------------
   Sticky call button
   -------------------------------------------------------------------------- */
.sticky-call-button {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 15px 26px;
  border-radius: 4px;
  background: var(--accent);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(47, 91, 255, 0.34);
  transition: transform 0.16s ease, background 0.18s ease;
}
.sticky-call-button:hover { background: var(--accent-dark); transform: translateY(-2px); }

/* --------------------------------------------------------------------------
   Slide-in popup (bottom card)
   -------------------------------------------------------------------------- */
.popup-toast {
  position: fixed;
  left: 24px; bottom: 24px;
  z-index: 50;
  width: min(370px, calc(100% - 32px));
  padding: 24px;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 26px 60px rgba(10, 14, 26, 0.2);
  transform: translateY(170%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease, visibility 0.35s ease;
}
.popup-toast.is-visible { transform: translateY(0); opacity: 1; visibility: visible; }

.popup-close {
  position: absolute; top: 14px; right: 14px;
  width: 30px; height: 30px;
  border: 0; border-radius: 4px;
  background: var(--paper-soft); color: var(--muted);
  font-size: 17px; line-height: 1; cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease;
}
.popup-close:hover { background: var(--accent); color: #fff; }

.popup-label {
  display: block;
  margin: 0 0 10px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent);
}
.popup-toast h2 { font-size: 20px; letter-spacing: -0.02em; line-height: 1.2; margin: 0 0 8px; padding-right: 22px; }
.popup-toast p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.popup-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.popup-actions .cta-button,
.popup-actions .secondary-button { min-height: 46px; padding: 12px 20px; font-size: 14px; flex: 1 1 auto; }
.popup-dismiss { cursor: pointer; }

/* --------------------------------------------------------------------------
   Policy pages
   -------------------------------------------------------------------------- */
.policy-hero { padding: 84px 0 24px; }
.policy-hero .eyebrow,
.eyebrow {
  display: inline-block;
  margin: 0 0 20px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--accent);
}
.policy-hero h1 {
  font-size: clamp(40px, 7vw, 72px);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin-bottom: 20px;
}
.policy-intro { max-width: 66ch; color: var(--muted); font-size: 18px; line-height: 1.7; }

.policy-section { padding: 20px 0 88px; }
.policy-card {
  padding: 0;
  background: transparent;
  border: 0;
  max-width: 860px;
}
.policy-block { border-top: 1px solid var(--line); padding-top: 34px; margin-top: 34px; }
.policy-block:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.policy-block h2 { font-size: clamp(22px, 3vw, 30px); letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 14px; }
.policy-block p { margin: 0 0 12px; color: var(--muted); font-size: 16.5px; line-height: 1.75; }
.policy-list { margin: 0 0 12px; padding-left: 22px; color: var(--muted); }
.policy-list li { margin-bottom: 8px; line-height: 1.7; }

.text-link {
  color: var(--accent);
  font-weight: 600;
  border-bottom: 1px solid rgba(47, 91, 255, 0.4);
  transition: color 0.16s ease, border-color 0.16s ease;
}
.text-link:hover { color: var(--accent-dark); border-color: var(--accent-dark); }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 940px) {
  .top-nav { display: none; }
  .mobile-menu { display: block; }

  .band { padding: 72px 0; }
  .ed-hero { padding: 30px 0 68px; }

  .about-grid,
  .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }

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

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

  .stats-row { gap: 0; }
}

@media (max-width: 720px) {
  .wrap, .container { width: min(100% - 32px, var(--wrap)); }

  .stats-row { grid-template-columns: minmax(0, 1fr); }
  .stat-big { border-left: 0; border-top: 1px solid var(--line-dark); padding: 26px 0; }
  .stat-big:first-child { border-top: 0; padding-top: 0; }

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

  .step-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 34px 0;
  }
  .step-tag { display: none; }

  .contact-list li { flex-direction: column; align-items: flex-start; gap: 6px; }
  .contact-val { text-align: left; word-break: break-word; }

  .disclaimer-inner { grid-template-columns: minmax(0, 1fr); gap: 16px; }

  .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
}

@media (max-width: 620px) {
  .nav-cta svg { display: none; }
  .ed-actions .cta-button,
  .ed-actions .secondary-button { width: 100%; }
  .sticky-call-button { right: 14px; bottom: 14px; min-height: 50px; padding: 13px 20px; }
  .popup-toast { left: 12px; right: 12px; width: auto; bottom: 74px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
