/* ════════════════════════════════════════════
   e& (Etisalat) — Signal Horizon Hub (unique layout)
════════════════════════════════════════════ */
#biz.etisalat-biz {
  background: #f4faf0;
  color: #1a2418;
  overflow-x: hidden;
}

.et-page {
  min-height: 100vh;
  background:
    radial-gradient(800px 480px at 85% 5%, rgba(201, 162, 39, 0.14), transparent 55%),
    radial-gradient(900px 520px at 10% 20%, rgba(107, 170, 0, 0.16), transparent 50%),
    linear-gradient(180deg, #eef8e8 0%, #f4faf0 40%, #fafdf8 100%);
}

/* ── Hero ── */
.et-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 4vw, 28px) clamp(16px, 4vw, 32px) clamp(48px, 8vw, 72px);
}

.et-hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 64px;
  background: #f4faf0;
  clip-path: ellipse(55% 100% at 50% 100%);
  pointer-events: none;
}

.et-hero-wave::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(107, 170, 0, 0.12), transparent);
  clip-path: inherit;
}

.et-hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 4vw, 32px);
  align-items: center;
}

@media (min-width: 880px) {
  .et-hero-grid { grid-template-columns: 1.05fr 0.95fr; }
}

.et-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid rgba(26, 36, 24, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: #1a2418;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: clamp(16px, 3vw, 22px);
  transition: background 0.2s, border-color 0.2s;
}

.et-back:hover {
  background: #fff;
  border-color: rgba(107, 170, 0, 0.35);
}

.et-brand {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.5vw, 18px);
  margin-bottom: 12px;
}

.et-logo {
  width: clamp(52px, 9vw, 64px);
  height: clamp(52px, 9vw, 64px);
  border-radius: 16px;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 8px 24px rgba(107, 170, 0, 0.2);
  flex-shrink: 0;
}

.et-eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6baa00;
}

.et-title {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(1.85rem, 5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.08;
  color: #1a2418;
  letter-spacing: -0.02em;
}

.et-title span {
  display: block;
  font-size: 0.72em;
  font-weight: 700;
  color: #6baa00;
  margin-top: 2px;
}

.et-tagline {
  margin: 0 0 14px;
  max-width: 480px;
  font-size: clamp(13px, 2.2vw, 15px);
  line-height: 1.55;
  color: #4a5c46;
}

.et-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(14px, 3vw, 20px);
}

.et-chips span {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(107, 170, 0, 0.1);
  border: 1px solid rgba(107, 170, 0, 0.22);
  color: #4a7020;
  font-size: 11px;
  font-weight: 700;
}

.et-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: clamp(16px, 3vw, 22px);
  max-width: 480px;
}

@media (min-width: 520px) {
  .et-stats { grid-template-columns: repeat(4, 1fr); max-width: none; }
}

.et-stat {
  padding: 12px 10px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(107, 170, 0, 0.14);
  text-align: center;
  box-shadow: 0 4px 16px rgba(107, 170, 0, 0.06);
}

.et-stat strong {
  display: block;
  font-size: clamp(14px, 2.4vw, 17px);
  font-weight: 800;
  color: #6baa00;
  line-height: 1.2;
}

.et-stat span {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 600;
  color: #6a7a66;
  line-height: 1.3;
}

.et-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.et-primary,
.et-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.et-primary svg,
.et-secondary svg {
  width: 18px;
  height: 18px;
}

.et-primary {
  background: linear-gradient(135deg, #6baa00, #8ec926);
  color: #fff;
  box-shadow: 0 8px 24px rgba(107, 170, 0, 0.28);
}

.et-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(107, 170, 0, 0.35);
}

.et-secondary {
  background: #fff;
  color: #1a2418;
  border: 1px solid rgba(26, 36, 24, 0.12);
}

.et-secondary:hover {
  border-color: rgba(107, 170, 0, 0.35);
  transform: translateY(-2px);
}

/* Hero visual */
.et-hero-visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 24px 56px rgba(26, 36, 24, 0.14);
  border: 4px solid #fff;
}

.et-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.et-hero-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #6baa00;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(6px);
}

.et-hero-badge svg {
  width: 18px;
  height: 18px;
}

/* ── Main ── */
.et-main {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px) clamp(32px, 6vw, 56px);
}

.et-sec {
  margin-bottom: clamp(28px, 5vw, 44px);
}

.et-sec-label {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #c9a227;
}

.et-sec-title {
  margin: 0;
  font-size: clamp(1.25rem, 3.2vw, 1.7rem);
  font-weight: 800;
  color: #1a2418;
  letter-spacing: -0.02em;
}

.et-sec-sub {
  margin: 8px 0 0;
  font-size: 13px;
  color: #6a7a66;
  line-height: 1.5;
}

.et-sec-head {
  margin-bottom: clamp(14px, 3vw, 20px);
}

/* Usage gauges */
.et-sec--dash {
  margin-top: -12px;
}

.et-gauges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 2.5vw, 16px);
}

@media (max-width: 560px) {
  .et-gauges { grid-template-columns: 1fr; }
}

.et-gauge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: clamp(18px, 3vw, 24px) 16px;
  border: 1px solid rgba(107, 170, 0, 0.14);
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.et-gauge:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(107, 170, 0, 0.12);
}

.et-gauge-ring {
  --pct: 50;
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: conic-gradient(
    #6baa00 calc(var(--pct) * 1%),
    #e8f2e0 calc(var(--pct) * 1%)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.et-gauge-ring::before {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: #fff;
}

.et-gauge-val {
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 800;
  color: #1a2418;
  line-height: 1.15;
  max-width: 56px;
}

.et-gauge-label {
  font-size: 13px;
  font-weight: 700;
  color: #1a2418;
}

.et-gauge-sub {
  font-size: 11px;
  color: #6a7a66;
}

/* Panels */
.et-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 640px) {
  .et-panels { grid-template-columns: 1.2fr 0.8fr 0.8fr; }
  .et-panel--tower { grid-row: span 2; min-height: 320px; }
}

.et-panel {
  position: relative;
  border: none;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  min-height: 150px;
  cursor: pointer;
  text-align: left;
  background: #ddd;
}

.et-panel img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.et-panel:hover img {
  transform: scale(1.04);
}

.et-panel-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  background: linear-gradient(transparent, rgba(26, 36, 24, 0.82));
}

.et-panel-title {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.et-panel-sub {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.78);
}

/* Quick actions */
.et-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 640px) {
  .et-actions { grid-template-columns: repeat(2, 1fr); }
}

.et-action {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(107, 170, 0, 0.14);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.et-action:hover {
  border-color: rgba(107, 170, 0, 0.35);
  box-shadow: 0 8px 24px rgba(107, 170, 0, 0.1);
  transform: translateY(-2px);
}

.et-action-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(107, 170, 0, 0.14), rgba(201, 162, 39, 0.12));
  color: #6baa00;
  flex-shrink: 0;
}

.et-action-ic svg {
  width: 22px;
  height: 22px;
}

.et-action-body {
  flex: 1;
  min-width: 0;
}

.et-action-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1a2418;
}

.et-action-desc {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #6a7a66;
  line-height: 1.4;
}

.et-action-go {
  color: #6baa00;
  flex-shrink: 0;
}

/* Plan cards */
.et-plan-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}

.et-plan {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 18px 20px;
  border: 2px solid rgba(107, 170, 0, 0.18);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.et-plan:hover {
  border-color: #6baa00;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(107, 170, 0, 0.14);
}

.et-plan-badge {
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.15);
  color: #9a7b18;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.et-plan-name {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 800;
  color: #1a2418;
}

.et-plan-price {
  font-size: 13px;
  color: #6a7a66;
}

.et-plan-price strong {
  font-size: 24px;
  font-weight: 900;
  color: #6baa00;
}

.et-plan-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
  margin: 10px 0 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(107, 170, 0, 0.12);
}

.et-plan-kpis .k {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9aaa96;
}

.et-plan-kpis .v {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #1a2418;
  margin-top: 2px;
}

.et-plan-cta {
  font-size: 13px;
  font-weight: 700;
  color: #6baa00;
}

/* eLife band */
.et-elife {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a2418 0%, #2a3a24 100%);
  color: #f4faf0;
  margin-bottom: clamp(28px, 5vw, 44px);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

@media (min-width: 720px) {
  .et-elife { grid-template-columns: 1.1fr 0.9fr; }
}

.et-elife:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(26, 36, 24, 0.2);
}

.et-elife-copy {
  padding: clamp(22px, 4vw, 32px);
}

.et-elife-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(107, 170, 0, 0.25);
  color: #b8e86a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.et-elife-copy h3 {
  margin: 0 0 8px;
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  font-weight: 800;
}

.et-elife-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(244, 250, 240, 0.72);
  max-width: 420px;
}

.et-elife-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.et-elife-item {
  padding: 10px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.et-elife-speed {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.et-elife-price {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #b8e86a;
  font-weight: 700;
}

.et-elife-price span {
  font-weight: 500;
  opacity: 0.75;
}

.et-elife-go {
  display: inline-block;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 700;
  color: #b8e86a;
}

.et-elife-img {
  min-height: 200px;
}

.et-elife-img img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
}

/* Footer */
.et-footer {
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(107, 170, 0, 0.1), rgba(201, 162, 39, 0.1));
  border: 1px solid rgba(107, 170, 0, 0.16);
}

.et-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: clamp(18px, 3vw, 24px);
}

.et-foot-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fff;
  color: #6baa00;
  flex-shrink: 0;
}

.et-foot-ic svg {
  width: 24px;
  height: 24px;
}

.et-footer-inner h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 800;
  color: #1a2418;
}

.et-footer-inner p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #6a7a66;
}

.et-footer-inner > div {
  flex: 1;
  min-width: 200px;
}

.et-foot-btn {
  padding: 12px 20px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #6baa00, #8ec926);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.et-foot-btn:hover {
  transform: translateY(-2px);
}
