/* Global Phone Line - corporate telecom, distinct from OnlyDataSim */

.theme-globalphoneline {
  --paper: #eef2f7;
  --paper-2: #dde5f0;
  --ink: #08111f;
  --muted: #4d5d73;
  --line: #b8c6d8;
  --teal: #0b3d91;
  --teal-2: #1557c0;
  --teal-deep: #062554;
  --white: #ffffff;
  --font: "IBM Plex Sans", system-ui, sans-serif;
  --display: "IBM Plex Serif", Georgia, serif;
  --radius: 6px;
  --shadow: 0 8px 24px rgba(8, 17, 31, 0.1);
  --shadow-lg: 0 20px 50px rgba(8, 17, 31, 0.18);
}

body.store.theme-globalphoneline {
  font-family: var(--font);
  background:
    linear-gradient(180deg, #d8e2f0 0%, var(--paper) 220px),
    var(--paper);
  color: var(--ink);
}

body.theme-globalphoneline h1,
body.theme-globalphoneline h2,
body.theme-globalphoneline h3 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Dark corporate top bar - beat body.store .site-bar */
body.store.theme-globalphoneline .site-bar.gpl-bar {
  background: #08111f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: none;
}

body.theme-globalphoneline .gpl-nav .brand {
  color: #fff;
  gap: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.theme-globalphoneline .brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  gap: 2px;
}

body.theme-globalphoneline .brand-name {
  font-size: 1.02rem;
}

body.theme-globalphoneline .brand-sub {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--font);
}

body.theme-globalphoneline .gpl-nav .nav-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

body.theme-globalphoneline .gpl-nav .nav-links a:hover {
  color: #fff;
}

body.theme-globalphoneline .gpl-nav .btn-teal {
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: none;
}

body.theme-globalphoneline .btn {
  border-radius: 4px;
}

body.theme-globalphoneline .nav-toggle-bar {
  background: #fff;
}

/* Signal-bars logo mark */
body.theme-globalphoneline .mark,
body.theme-globalphoneline .mark-globalphoneline {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: linear-gradient(160deg, #1557c0, #062554);
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

body.theme-globalphoneline .mark::after,
body.theme-globalphoneline .mark-globalphoneline::after {
  content: none;
}

body.theme-globalphoneline .mark-globalphoneline::before {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 3px;
  height: 8px;
  background: #fff;
  box-shadow:
    5px -4px 0 #fff,
    10px -8px 0 #fff,
    15px -2px 0 rgba(255, 255, 255, 0.35);
}

/* Hero: visual LEFT, copy RIGHT */
.gpl-hero-band {
  background:
    radial-gradient(900px 420px at 80% 10%, rgba(21, 87, 192, 0.45), transparent 55%),
    linear-gradient(160deg, #050b16 0%, #0b3d91 100%);
  color: #fff;
  padding: 8px 0 0;
  margin: 0 0 28px;
}

.gpl-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  padding: 36px 0 56px;
  min-height: 540px;
}

.gpl-copy {
  color: #fff;
  padding: 12px 0;
  order: -1;
}

.gpl-copy .kicker {
  color: #8eb6ff;
}

.gpl-copy h1 {
  color: #fff;
}

.gpl-copy .lead {
  color: rgba(255, 255, 255, 0.78);
  max-width: 36rem;
}

.gpl-copy .rating-badge-compact {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.gpl-copy .rating-label,
.gpl-copy .rating-text {
  color: rgba(255, 255, 255, 0.85);
}

.gpl-facts {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
  padding: 0;
  margin: 22px 0 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}

.gpl-facts li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gpl-facts li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #8eb6ff;
  flex-shrink: 0;
}

body.store.theme-globalphoneline .gpl-copy .btn-teal {
  background: #fff;
  color: #08111f;
  box-shadow: none;
}

body.store.theme-globalphoneline .gpl-copy .btn-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: transparent;
}

.gpl-visual {
  position: relative;
  min-height: 380px;
  display: grid;
  place-items: center;
}

.gpl-globe {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.2), transparent 40%),
    radial-gradient(circle at 50% 50%, #1557c0, #062554);
  position: relative;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

.gpl-orbit {
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  animation: gpl-spin 18s linear infinite;
}

.gpl-orbit-2 {
  inset: 46px;
  animation-duration: 12s;
  animation-direction: reverse;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.12);
}

.gpl-core {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  padding-bottom: 88px;
}

.gpl-signal {
  width: 10px;
  background: #fff;
  border-radius: 2px;
  opacity: 0.95;
}

.gpl-signal:nth-child(1) { height: 22px; }
.gpl-signal:nth-child(2) { height: 36px; }
.gpl-signal:nth-child(3) { height: 50px; }

.gpl-line-card {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 12%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border-radius: 6px;
  padding: 16px 18px;
  box-shadow: var(--shadow-lg);
  border-left: 4px solid var(--teal);
}

.gpl-line-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

.gpl-line-number {
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 700;
  margin: 4px 0;
  letter-spacing: -0.02em;
}

.gpl-line-meta {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 600;
}

@keyframes gpl-spin {
  to { transform: rotate(360deg); }
}

.gpl-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 6px;
  overflow: hidden;
}

.gpl-strip > div {
  padding: 22px 24px;
  display: flex;
  gap: 14px;
  align-items: baseline;
  border-right: 1px solid var(--line);
  font-weight: 600;
}

.gpl-strip > div:last-child { border-right: none; }

.gpl-strip strong {
  font-family: var(--display);
  color: var(--teal);
  font-size: 1.35rem;
}

.gpl-section-head {
  align-items: end;
}

.gpl-link {
  font-weight: 700;
  color: var(--teal);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.gpl-dest-table {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 6px;
  overflow: hidden;
}

.gpl-dest-row {
  display: grid;
  grid-template-columns: 40px 1.4fr 0.7fr 0.7fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: background 0.15s ease;
}

.gpl-dest-row:last-child { border-bottom: none; }
.gpl-dest-row:hover { background: #f3f7fc; }
.gpl-dest-name { font-weight: 700; }
.gpl-dest-dial, .gpl-dest-stock { color: var(--muted); font-size: 0.9rem; font-weight: 600; }
.gpl-dest-go {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}

.gpl-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 36px 40px;
  background: #08111f;
  color: #fff;
  border-radius: 6px;
}

.gpl-cta h2 { color: #fff; margin-bottom: 8px; }
.gpl-cta p { color: rgba(255, 255, 255, 0.7); margin: 0; max-width: 36rem; }

body.theme-globalphoneline .gpl-footer {
  background: #08111f;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 48px;
  border-top: none;
}

body.theme-globalphoneline .gpl-footer strong { color: #fff; display: block; margin-bottom: 8px; }
body.theme-globalphoneline .gpl-footer a { color: rgba(255, 255, 255, 0.65); }
body.theme-globalphoneline .gpl-footer a:hover { color: #fff; }
body.theme-globalphoneline .gpl-footer .legal-note { color: rgba(255, 255, 255, 0.4); }
body.theme-globalphoneline .gpl-footer .footer-rating-score strong { display: inline; color: #fff; }
body.theme-globalphoneline .rating-star.on { color: #f0c14b; }

body.theme-globalphoneline .panel,
body.theme-globalphoneline .plan-card {
  border-radius: 6px;
  border-color: var(--line);
  box-shadow: none;
}

body.theme-globalphoneline .trust span {
  border-radius: 4px;
}

@media (max-width: 900px) {
  .gpl-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 28px;
    padding-bottom: 40px;
  }
  .gpl-copy { padding: 0; order: 0; }
  .gpl-visual { min-height: 300px; }
  .gpl-line-card { left: 8%; right: 8%; }
  .gpl-strip { grid-template-columns: 1fr; }
  .gpl-strip > div { border-right: none; border-bottom: 1px solid var(--line); }
  .gpl-dest-row {
    grid-template-columns: 36px 1fr auto;
    grid-template-areas: "flag name go" "flag dial stock";
  }
  .gpl-dest-row .flag { grid-area: flag; }
  .gpl-dest-name { grid-area: name; }
  .gpl-dest-go { grid-area: go; }
  .gpl-dest-dial { grid-area: dial; }
  .gpl-dest-stock { grid-area: stock; }
  .gpl-cta { flex-direction: column; align-items: flex-start; padding: 28px; }
}
