
:root {
  color-scheme: dark;
  --bg: #050816;
  --bg-2: #071024;
  --surface: rgba(8, 14, 31, 0.74);
  --surface-strong: rgba(8, 14, 31, 0.9);
  --surface-soft: rgba(14, 23, 48, 0.62);
  --line: rgba(98, 255, 246, 0.16);
  --line-strong: rgba(98, 255, 246, 0.34);
  --text: #ecfbff;
  --muted: #8ba7c7;
  --cyan: #48f4ff;
  --violet: #8e63ff;
  --lime: #8cff8a;
  --danger: #ff6f9b;
  --warning: #ffd166;
  --shadow: 0 22px 64px rgba(0, 0, 0, 0.45);
  --radius: 24px;
  --shell-spot-cyan: rgba(72, 244, 255, 0.18);
  --shell-spot-violet: rgba(142, 99, 255, 0.24);
  --shell-spot-lime: rgba(140, 255, 138, 0.12);
  --shell-grid-line: rgba(72, 244, 255, 0.04);
  --shell-mask: rgba(0, 0, 0, 0.55);
  --orb-cyan: rgba(72, 244, 255, 0.25);
  --orb-violet: rgba(142, 99, 255, 0.24);
  --orb-lime: rgba(140, 255, 138, 0.16);
  --nav-bg: rgba(7, 12, 28, 0.74);
  --badge-shell: rgba(10, 16, 36, 0.8);
  --badge-border: rgba(72, 244, 255, 0.28);
  --badge-glow: rgba(72, 244, 255, 0.18);
  --glass-gradient-start: rgba(12, 21, 44, 0.88);
  --glass-gradient-end: rgba(7, 13, 28, 0.88);
  --subpanel-bg: rgba(255, 255, 255, 0.025);
  --subpanel-border: rgba(72, 244, 255, 0.12);
  --hero-copy: #d3e6fb;
  --soft-white: rgba(255, 255, 255, 0.08);
  --soft-white-2: rgba(255, 255, 255, 0.04);
  --control-bg: rgba(4, 10, 24, 0.72);
  --dropdown-bg: rgba(7, 12, 28, 0.94);
  --terminal-bg: rgba(1, 7, 17, 0.68);
  --terminal-border: rgba(72, 244, 255, 0.15);
  --terminal-shadow: rgba(72, 244, 255, 0.04);
}

:root[data-theme="light"] {
  color-scheme: light;
  --bg: #edf5ff;
  --bg-2: #dfe9fb;
  --surface: rgba(255, 255, 255, 0.8);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --surface-soft: rgba(239, 246, 255, 0.88);
  --line: rgba(36, 110, 173, 0.14);
  --line-strong: rgba(36, 110, 173, 0.28);
  --text: #0d1c34;
  --muted: #5b7396;
  --cyan: #007e9d;
  --violet: #5f53d4;
  --lime: #11825f;
  --danger: #bf4b68;
  --warning: #b87b06;
  --shadow: 0 22px 56px rgba(37, 65, 101, 0.16);
  --shell-spot-cyan: rgba(0, 159, 214, 0.16);
  --shell-spot-violet: rgba(108, 76, 245, 0.14);
  --shell-spot-lime: rgba(17, 130, 95, 0.12);
  --shell-grid-line: rgba(0, 126, 157, 0.05);
  --shell-mask: rgba(255, 255, 255, 0.6);
  --orb-cyan: rgba(0, 159, 214, 0.18);
  --orb-violet: rgba(108, 76, 245, 0.16);
  --orb-lime: rgba(17, 130, 95, 0.12);
  --nav-bg: rgba(255, 255, 255, 0.72);
  --badge-shell: rgba(247, 251, 255, 0.9);
  --badge-border: rgba(0, 126, 157, 0.18);
  --badge-glow: rgba(0, 159, 214, 0.12);
  --glass-gradient-start: rgba(255, 255, 255, 0.94);
  --glass-gradient-end: rgba(238, 245, 255, 0.88);
  --subpanel-bg: rgba(255, 255, 255, 0.56);
  --subpanel-border: rgba(0, 126, 157, 0.12);
  --hero-copy: #36506e;
  --soft-white: rgba(14, 33, 62, 0.08);
  --soft-white-2: rgba(14, 33, 62, 0.04);
  --control-bg: rgba(255, 255, 255, 0.82);
  --dropdown-bg: rgba(255, 255, 255, 0.96);
  --terminal-bg: rgba(255, 255, 255, 0.78);
  --terminal-border: rgba(0, 126, 157, 0.14);
  --terminal-shadow: rgba(0, 126, 157, 0.05);
}

* {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

html,
body {
  min-height: 100%;
}

body.gattouz-shell {
  background:
    radial-gradient(circle at top right, var(--shell-spot-cyan), transparent 24%),
    radial-gradient(circle at 10% 18%, var(--shell-spot-violet), transparent 25%),
    radial-gradient(circle at 85% 80%, var(--shell-spot-lime), transparent 20%),
    linear-gradient(135deg, var(--bg), var(--bg-2));
  color: var(--text);
  position: relative;
  overflow-x: hidden;
  padding-bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
  scroll-padding-bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
}

body.gattouz-shell {
  background:
    radial-gradient(circle at 50% -12%, rgba(214, 178, 93, 0.14), transparent 30%),
    radial-gradient(circle at 12% 18%, rgba(30, 38, 70, 0.5), transparent 28%),
    linear-gradient(180deg, #070812 0%, #05060b 48%, #030407 100%);
}

.shell-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(var(--shell-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--shell-grid-line) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, var(--shell-mask), transparent 95%);
  z-index: -3;
}

.shell-orb {
  position: fixed;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.3;
  z-index: -2;
  animation: drift 16s ease-in-out infinite;
}

body.catalog-home::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 14% 14%, rgba(242, 220, 134, 0.22) 0 1px, transparent 1.8px),
    radial-gradient(circle at 72% 11%, rgba(242, 220, 134, 0.16) 0 1px, transparent 1.8px),
    radial-gradient(circle at 80% 28%, rgba(242, 220, 134, 0.18) 0 1px, transparent 1.8px),
    radial-gradient(circle at 9% 64%, rgba(242, 220, 134, 0.12) 0 1px, transparent 1.8px),
    radial-gradient(circle at 90% 73%, rgba(242, 220, 134, 0.14) 0 1px, transparent 1.8px);
  background-size: 24rem 24rem;
  opacity: 0.45;
  z-index: -1;
}

.orb-cyan {
  background: var(--orb-cyan);
  top: -8rem;
  right: -10rem;
}

.orb-violet {
  background: var(--orb-violet);
  top: 18rem;
  left: -12rem;
  animation-delay: -5s;
}

.orb-lime {
  background: var(--orb-lime);
  bottom: -9rem;
  right: 18%;
  animation-delay: -9s;
}

.shell-header,
.gattouz-footer,
main,
aside {
  position: relative;
  z-index: 1;
}

.gattouz-navbar {
  margin: 1rem auto 0;
  background: var(--nav-bg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  border-radius: calc(var(--radius) + 4px);
}

.catalog-home .gattouz-navbar {
  margin-top: 0.65rem;
}

.catalog-home .gattouz-navbar .container-fluid {
  position: relative;
  min-height: 4.9rem;
}

.catalog-home .navbar-brand {
  position: absolute;
  inset-inline: 0;
  justify-content: center;
  margin: 0 auto;
  pointer-events: none;
}

.catalog-home .navbar-brand .brand-copy {
  align-items: center;
}

.catalog-home .nav-utility {
  position: absolute;
  inset-inline-end: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.catalog-home .theme-toggle {
  display: inline-flex;
}

.catalog-home .navbar-nav,
.catalog-home .dropdown,
.catalog-home .mobile-account-panel {
  display: none !important;
}

.navbar-brand,
.section-kicker,
.hero-kicker,
.hero-title,
.metric-label,
.sidebar-top h2,
.page-title {
  font-family: "Orbitron", "IBM Plex Sans Arabic", sans-serif;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--text);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.brand-copy strong {
  font-size: 1.1rem;
}

.brand-fire {
  position: relative;
  display: inline-block;
  background: linear-gradient(180deg, #fff5bf 0%, #ffd86c 18%, #ffb63d 36%, #ff7a27 58%, #ffef9a 78%, #fff7d6 100%);
  background-size: 100% 260%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow:
    0 0 6px rgba(255, 213, 108, 0.34),
    0 0 18px rgba(255, 122, 39, 0.28),
    0 0 28px rgba(255, 90, 0, 0.12);
  animation: firePulse 1.85s ease-in-out infinite, fireGlow 2.4s ease-in-out infinite;
}

.brand-fire::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -10%;
  height: 30%;
  background: radial-gradient(circle, rgba(255, 190, 70, 0.55), rgba(255, 93, 0, 0.18) 52%, transparent 76%);
  filter: blur(8px);
  opacity: 0.88;
  z-index: -1;
  animation: flameGlow 1.8s ease-in-out infinite;
}

.brand-badge,
.user-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(72, 244, 255, 0.22), rgba(142, 99, 255, 0.24)),
    var(--badge-shell);
  border: 1px solid var(--badge-border);
  box-shadow:
    0 0 0 1px rgba(72, 244, 255, 0.08),
    0 0 28px var(--badge-glow);
  color: var(--text);
}

.nav-link {
  color: var(--muted);
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--text);
  text-shadow: 0 0 14px rgba(72, 244, 255, 0.32);
}

.nav-utility {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 20;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.36rem 0.75rem 0.36rem 0.45rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--text);
  box-shadow: 0 0 0 1px rgba(72, 244, 255, 0.06);
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  color: var(--text);
  border-color: var(--line-strong);
  box-shadow: 0 0 0 0.2rem rgba(72, 244, 255, 0.12);
}

.theme-toggle-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(72, 244, 255, 0.18), rgba(142, 99, 255, 0.22)),
    var(--badge-shell);
  border: 1px solid var(--badge-border);
  box-shadow: 0 0 22px var(--badge-glow);
  font-size: 1rem;
}

.theme-toggle-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.theme-toggle-copy small {
  color: var(--muted);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.theme-toggle-copy strong {
  font-size: 0.92rem;
}

.theme-toggle .icon-light,
:root[data-theme="light"] .theme-toggle .icon-dark {
  display: none;
}

:root[data-theme="light"] .theme-toggle .icon-light {
  display: inline-block;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(140, 255, 138, 0.22);
  background: rgba(140, 255, 138, 0.08);
  color: #d8ffdd;
  font-size: 0.85rem;
}

.nav-user {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
  padding: 0.4rem 0.65rem;
  border-radius: 18px;
}

.nav-user small {
  display: block;
  color: var(--muted);
}

.nav-logout-form {
  display: inline-flex;
  position: relative;
  z-index: 21;
  pointer-events: auto;
}

.nav-logout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.45rem 0.85rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 111, 155, 0.32);
  background: rgba(255, 111, 155, 0.08);
  color: #ffd7e2;
  font-weight: 800;
  text-decoration: none;
  pointer-events: auto;
  cursor: pointer;
}

.nav-logout-button:hover,
.nav-logout-button:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 111, 155, 0.58);
  background: rgba(255, 111, 155, 0.14);
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 155, 0.12);
}

.telegram-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.36rem 0.8rem 0.36rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(89, 201, 255, 0.24);
  background: rgba(32, 139, 255, 0.08);
  color: var(--text);
  box-shadow: 0 0 0 1px rgba(72, 244, 255, 0.05);
  text-decoration: none;
}

.telegram-pill:hover,
.telegram-pill:focus-visible {
  color: var(--text);
  border-color: rgba(89, 201, 255, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(89, 201, 255, 0.14);
}

.telegram-pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(89, 201, 255, 0.3), rgba(72, 244, 255, 0.12));
  border: 1px solid rgba(89, 201, 255, 0.28);
  color: #dff8ff;
  font-size: 1rem;
}

.telegram-pill-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.telegram-pill-copy small {
  color: var(--muted);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.telegram-pill-copy strong {
  font-size: 0.92rem;
}

.mobile-account-panel {
  width: 100%;
}

.mobile-account-card {
  width: 100%;
  padding: 0.9rem;
  border-radius: 22px;
  background: linear-gradient(180deg, var(--glass-gradient-start), var(--glass-gradient-end));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mobile-account-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.mobile-account-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mobile-account-copy strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.1;
}

.mobile-account-copy small {
  color: var(--muted);
}

.mobile-account-actions {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.mobile-account-actions .btn,
.mobile-account-actions form {
  width: 100%;
}

.glass-panel,
.gattouz-card,
.card {
  background: linear-gradient(180deg, var(--glass-gradient-start), var(--glass-gradient-end));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.glass-subpanel {
  background: var(--subpanel-bg);
  border: 1px solid var(--subpanel-border);
  border-radius: 20px;
  padding: 1rem;
}

.gattouz-sidebar {
  min-height: calc(100vh - 7rem);
  padding: 1.15rem;
  position: sticky;
  top: 1rem;
}

.sidebar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.sidebar-top h2 {
  margin: 0.3rem 0 0;
  font-size: 1rem;
}

.section-kicker,
.hero-kicker,
.small-label {
  color: var(--cyan);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sidebar-pulse {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 16px rgba(140, 255, 138, 0.8);
  animation: pulse 2s ease-in-out infinite;
}

.gattouz-sidebar .list-group-item {
  background: transparent;
  border: 0;
  border-radius: 18px;
  color: var(--muted);
  padding: 0.85rem 1rem;
  margin-bottom: 0.35rem;
}

.gattouz-sidebar .list-group-item i {
  margin-left: 0.6rem;
}

.gattouz-sidebar .list-group-item:hover,
.gattouz-sidebar .list-group-item.active {
  color: var(--text);
  background: linear-gradient(135deg, rgba(72, 244, 255, 0.12), rgba(142, 99, 255, 0.12));
  box-shadow: inset 0 0 0 1px rgba(72, 244, 255, 0.12), 0 0 18px rgba(72, 244, 255, 0.1);
}

.sidebar-status {
  margin-top: 1rem;
}

.sidebar-status strong {
  display: block;
  margin: 0.25rem 0 0.35rem;
}

.sidebar-status p,
.muted,
.text-muted,
.small-muted {
  color: var(--muted) !important;
}

.alerts-stack {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.alert {
  color: var(--text);
  border: 1px solid var(--line);
}

.alert-info {
  background: rgba(72, 244, 255, 0.1);
}

.alert-success {
  background: rgba(140, 255, 138, 0.12);
}

.alert-warning {
  background: rgba(255, 209, 102, 0.12);
}

.alert-danger {
  background: rgba(255, 111, 155, 0.12);
}

.btn {
  border-radius: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, rgba(72, 244, 255, 0.28), rgba(142, 99, 255, 0.82));
  border-color: rgba(72, 244, 255, 0.26);
  box-shadow: 0 0 26px rgba(72, 244, 255, 0.16);
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, rgba(72, 244, 255, 0.38), rgba(142, 99, 255, 0.96));
  border-color: rgba(72, 244, 255, 0.5);
  box-shadow: 0 0 34px rgba(72, 244, 255, 0.24);
}

.btn-outline-secondary,
.btn-outline-light,
.btn-outline-primary {
  color: var(--text);
  border-color: rgba(72, 244, 255, 0.2);
  background: rgba(255, 255, 255, 0.02);
}

.btn-outline-secondary:hover,
.btn-outline-light:hover,
.btn-outline-primary:hover {
  color: var(--text);
  border-color: rgba(72, 244, 255, 0.4);
  background: rgba(72, 244, 255, 0.08);
}

.btn-success {
  color: #03111a;
  background: linear-gradient(135deg, rgba(140, 255, 138, 0.95), rgba(72, 244, 255, 0.72));
  border-color: transparent;
}

.btn-outline-success {
  color: #d7ffd8;
  border-color: rgba(140, 255, 138, 0.32);
  background: rgba(140, 255, 138, 0.05);
}

.btn-outline-success:hover {
  color: #03111a;
  border-color: rgba(140, 255, 138, 0.5);
  background: rgba(140, 255, 138, 0.9);
}

.btn-outline-danger {
  color: #ffd6e1;
  border-color: rgba(255, 111, 155, 0.32);
  background: rgba(255, 111, 155, 0.05);
}

.btn-outline-danger:hover {
  color: #17040c;
  border-color: rgba(255, 111, 155, 0.5);
  background: rgba(255, 111, 155, 0.92);
}

.btn-light {
  color: #03111a;
  background: linear-gradient(135deg, #d5fbff, #8cff8a);
  border-color: transparent;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 2rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto auto -20% -6%;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(72, 244, 255, 0.3), transparent 68%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: -10% 0 auto auto;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(142, 99, 255, 0.28), transparent 70%);
  pointer-events: none;
}

.hero-title {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.1;
  margin: 0.45rem 0 0.9rem;
}

.hero-copy {
  color: var(--hero-copy);
  max-width: 40rem;
  font-size: 1.05rem;
}

.hero-actions,
.action-row,
.inline-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hero-support-card {
  max-width: 34rem;
}

.hero-support-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.carrier-strip {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.carrier-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--soft-white-2);
  color: var(--text);
  font-size: 0.92rem;
}

.carrier-chip-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.carrier-chip-copy strong {
  font-size: 0.92rem;
}

.carrier-chip-copy small {
  color: var(--muted);
  font-size: 0.72rem;
}

.carrier-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  background: var(--soft-white);
}

.carrier-logo-shell,
.carrier-chip-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid var(--soft-white);
  background: linear-gradient(180deg, var(--surface-strong), var(--surface-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 0 30px rgba(72, 244, 255, 0.08);
}

.carrier-logo-shell {
  min-width: 5rem;
  min-height: 5rem;
  padding: 0.9rem 1.05rem;
  margin-bottom: 1rem;
}

.carrier-chip-logo-wrap {
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0.4rem 0.6rem;
  border-radius: 999px;
}

.carrier-logo {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.16));
}

.carrier-logo-inline {
  height: 1.2rem;
}

.carrier-logo-card {
  height: 2.65rem;
}

.carrier-logo-large {
  height: 3rem;
}

.carrier-logo-stat {
  height: 2rem;
}

.badge-soft,
.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(72, 244, 255, 0.14);
  background: rgba(72, 244, 255, 0.08);
  color: var(--cyan);
}

.hero-terminal,
.metric-card,
.product-card,
.summary-card {
  height: 100%;
}

.hero-terminal {
  position: relative;
  padding: 1.2rem;
  border-radius: 22px;
  background: var(--terminal-bg);
  border: 1px solid var(--terminal-border);
  box-shadow: inset 0 0 0 1px var(--terminal-shadow);
}

.terminal-head,
.terminal-row {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: 0.65rem;
  align-items: center;
}

.terminal-head {
  color: var(--muted);
  margin-bottom: 0.8rem;
  font-size: 0.85rem;
}

.terminal-row {
  padding: 0.7rem 0;
  border-top: 1px solid rgba(72, 244, 255, 0.08);
}

.terminal-row span {
  color: var(--muted);
}

.terminal-row code,
code {
  color: var(--lime);
  background: rgba(140, 255, 138, 0.06);
  border-radius: 10px;
  padding: 0.12rem 0.35rem;
}

.terminal-row strong {
  color: var(--text);
}

.metric-card {
  padding: 1.25rem;
}

.metric-label {
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.metric-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.8rem;
}

.metric-value strong {
  font-size: 2rem;
  line-height: 1;
}

.metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 20px;
  background: rgba(72, 244, 255, 0.08);
  color: var(--cyan);
  font-size: 1.3rem;
}

.metric-icon-link {
  text-decoration: none;
}

.metric-icon-link:hover,
.metric-icon-link:focus-visible {
  color: var(--text);
  border-color: rgba(89, 201, 255, 0.42);
  box-shadow: 0 0 0 0.2rem rgba(89, 201, 255, 0.12);
}

.page-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}

.page-title {
  font-size: clamp(1.5rem, 2vw, 2.15rem);
  margin: 0;
}

.section-subtitle {
  color: var(--muted);
  margin-top: 0.3rem;
}

.card,
.gattouz-card {
  color: var(--text);
}

.table-responsive {
  border-radius: calc(var(--radius) - 6px);
}

.carrier-card {
  position: relative;
  overflow: hidden;
}

.carrier-card::before {
  content: "";
  position: absolute;
  inset: auto -15% -35% auto;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  filter: blur(24px);
  opacity: 0.22;
  pointer-events: none;
}

.service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.service-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.carrier-vodafone {
  border-color: rgba(255, 72, 72, 0.28);
}

.carrier-vodafone::before {
  background: radial-gradient(circle, rgba(255, 72, 72, 0.7), transparent 70%);
}

.carrier-vodafone .carrier-dot,
.carrier-logo-shell.carrier-vodafone,
.carrier-chip.carrier-vodafone .carrier-chip-logo-wrap {
  border-color: rgba(255, 83, 83, 0.32);
  box-shadow: inset 0 0 0 1px rgba(255, 83, 83, 0.12), 0 0 28px rgba(255, 83, 83, 0.18);
}

.carrier-vodafone .carrier-dot {
  background: linear-gradient(135deg, #ff5353, #b31632);
}

.carrier-etisalat {
  border-color: rgba(51, 255, 154, 0.28);
}

.carrier-etisalat::before {
  background: radial-gradient(circle, rgba(51, 255, 154, 0.55), transparent 70%);
}

.carrier-etisalat .carrier-dot,
.carrier-logo-shell.carrier-etisalat,
.carrier-chip.carrier-etisalat .carrier-chip-logo-wrap {
  border-color: rgba(29, 204, 116, 0.32);
  box-shadow: inset 0 0 0 1px rgba(29, 204, 116, 0.12), 0 0 28px rgba(29, 204, 116, 0.18);
}

.carrier-etisalat .carrier-dot {
  background: linear-gradient(135deg, #1dcc74, #0b8f57);
}

.carrier-orange {
  border-color: rgba(255, 169, 50, 0.28);
}

.carrier-orange::before {
  background: radial-gradient(circle, rgba(255, 169, 50, 0.58), transparent 70%);
}

.carrier-orange .carrier-dot,
.carrier-logo-shell.carrier-orange,
.carrier-chip.carrier-orange .carrier-chip-logo-wrap {
  border-color: rgba(255, 166, 50, 0.32);
  box-shadow: inset 0 0 0 1px rgba(255, 166, 50, 0.12), 0 0 28px rgba(255, 166, 50, 0.18);
}

.carrier-orange .carrier-dot {
  background: linear-gradient(135deg, #ffa632, #ff6b00);
}

.carrier-we {
  border-color: rgba(187, 111, 255, 0.28);
}

.carrier-we::before {
  background: radial-gradient(circle, rgba(187, 111, 255, 0.58), transparent 70%);
}

.carrier-we .carrier-dot,
.carrier-logo-shell.carrier-we,
.carrier-chip.carrier-we .carrier-chip-logo-wrap {
  border-color: rgba(202, 125, 255, 0.32);
  box-shadow: inset 0 0 0 1px rgba(202, 125, 255, 0.12), 0 0 28px rgba(202, 125, 255, 0.18);
}

.carrier-we .carrier-dot {
  background: linear-gradient(135deg, #ca7dff, #7034b7);
}

.carrier-axis {
  border-color: rgba(88, 223, 199, 0.28);
}

.carrier-axis::before {
  background: radial-gradient(circle, rgba(88, 223, 199, 0.6), transparent 70%);
}

.carrier-axis .carrier-dot,
.carrier-logo-shell.carrier-axis,
.carrier-chip.carrier-axis .carrier-chip-logo-wrap {
  border-color: rgba(88, 223, 199, 0.34);
  box-shadow: inset 0 0 0 1px rgba(88, 223, 199, 0.12), 0 0 28px rgba(88, 223, 199, 0.18);
}

.carrier-axis .carrier-dot {
  background: linear-gradient(135deg, #58dfc7, #146d74);
}

.carrier-default .carrier-dot,
.carrier-logo-shell.carrier-default {
  border-color: rgba(72, 244, 255, 0.26);
  box-shadow: inset 0 0 0 1px rgba(72, 244, 255, 0.08), 0 0 28px rgba(72, 244, 255, 0.16);
}

.carrier-default .carrier-dot {
  background: linear-gradient(135deg, rgba(72, 244, 255, 0.8), rgba(142, 99, 255, 0.8));
}

.carrier-stat {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.2rem;
}

.carrier-stat .carrier-logo-shell {
  min-width: 4.5rem;
  min-height: 4.5rem;
  margin-bottom: 0;
}

.carrier-stat strong {
  font-size: 1.8rem;
  line-height: 1;
}

.carrier-stat-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.carrier-stat small {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}

.carrier-brand-line {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 0.75rem;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
}

.carrier-brand-line small {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 500;
}

.result-snippet {
  white-space: pre-wrap;
  background: rgba(140, 255, 138, 0.08);
  border: 1px solid rgba(140, 255, 138, 0.12);
  border-radius: 16px;
  padding: 0.85rem;
  max-height: 16rem;
  overflow: auto;
  font-size: 0.88rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem 1rem;
}

.metric-telegram-link {
  margin-top: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.metric-telegram-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  border: 1px solid rgba(89, 201, 255, 0.24);
  color: var(--cyan);
  text-decoration: none;
  background: rgba(89, 201, 255, 0.08);
}

.metric-telegram-link a:hover,
.metric-telegram-link a:focus-visible {
  border-color: rgba(89, 201, 255, 0.42);
  color: var(--text);
}

.telegram-contact-inline {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(72, 244, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.telegram-contact-inline strong {
  display: block;
  font-size: 1rem;
}

.telegram-float {
  position: fixed !important;
  right: max(1.2rem, env(safe-area-inset-right, 0px));
  bottom: calc(1.2rem + env(safe-area-inset-bottom, 0px));
  left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3.7rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(25, 161, 240, 0.92), rgba(72, 244, 255, 0.68));
  color: #04111d;
  border: 1px solid rgba(89, 201, 255, 0.38);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28), 0 0 24px rgba(89, 201, 255, 0.24);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  z-index: 1045;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.telegram-float:hover,
.telegram-float:focus-visible {
  color: #04111d;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32), 0 0 28px rgba(89, 201, 255, 0.32);
}

.telegram-float-label {
  font-size: 0.92rem;
  line-height: 1;
  white-space: nowrap;
}

.lookup-pills,
.legacy-match-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.lookup-pill,
.legacy-match {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(72, 244, 255, 0.16);
  background: var(--soft-white-2);
  color: var(--text);
  font-size: 0.82rem;
}

.legacy-match {
  border-color: rgba(140, 255, 138, 0.22);
  background: rgba(140, 255, 138, 0.08);
  color: #d7ffd8;
}

.status-stack {
  display: grid;
  gap: 0.85rem;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-bg: var(--soft-white-2);
  color: var(--text);
  margin: 0;
}

.table thead th {
  background: rgba(72, 244, 255, 0.06);
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.table > :not(caption) > * > * {
  border-bottom-color: rgba(72, 244, 255, 0.08);
  padding: 0.95rem 1rem;
}

.table-hover > tbody > tr:hover > * {
  background: rgba(72, 244, 255, 0.05);
  color: var(--text);
}

.form-control,
.form-select,
.form-control:focus,
.form-select:focus {
  background: var(--control-bg);
  border: 1px solid rgba(72, 244, 255, 0.16);
  color: var(--text);
  box-shadow: none;
}

.form-control::placeholder {
  color: rgba(139, 167, 199, 0.76);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(72, 244, 255, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(72, 244, 255, 0.12);
}

.form-label,
.dropdown-item,
.dropdown-divider,
.navbar-toggler {
  border-color: rgba(72, 244, 255, 0.12);
}

.dropdown-menu {
  background: var(--dropdown-bg);
  border: 1px solid rgba(72, 244, 255, 0.18);
  box-shadow: var(--shadow);
  z-index: 1060;
  pointer-events: auto;
}

.dropdown-item {
  color: var(--text);
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--text);
  background: rgba(72, 244, 255, 0.08);
}

.badge.text-bg-dark {
  background: rgba(72, 244, 255, 0.12) !important;
  color: var(--cyan) !important;
}

.badge.text-bg-success {
  background: rgba(140, 255, 138, 0.14) !important;
  color: #d5ffd7 !important;
}

.badge.text-bg-warning {
  background: rgba(255, 209, 102, 0.16) !important;
  color: #fff0bf !important;
}

.badge.text-bg-danger {
  background: rgba(255, 111, 155, 0.16) !important;
  color: #ffd8e4 !important;
}

.badge.text-bg-info {
  background: rgba(72, 244, 255, 0.14) !important;
  color: #d6fdff !important;
}

.badge.text-bg-secondary,
.badge.text-bg-light {
  background: rgba(255, 255, 255, 0.08) !important;
  color: var(--text) !important;
}

.list-inline-item,
.text-end,
.text-start {
  color: inherit;
}

.gattouz-footer {
  padding: 1.4rem 0 2rem;
  color: var(--muted);
}

.text-info {
  color: var(--cyan) !important;
}

hr {
  border-color: rgba(72, 244, 255, 0.12);
}

.btn-close {
  filter: invert(1) opacity(0.8);
}

:root[data-theme="light"] .btn-close {
  filter: none;
}

:root[data-theme="light"] .status-pill {
  color: #0e4f36;
  background: rgba(17, 130, 95, 0.08);
  border-color: rgba(17, 130, 95, 0.16);
}

:root[data-theme="light"] .btn-outline-secondary,
:root[data-theme="light"] .btn-outline-light,
:root[data-theme="light"] .btn-outline-primary {
  background: rgba(255, 255, 255, 0.5);
}

:root[data-theme="light"] .btn-outline-success {
  color: #0e563b;
}

:root[data-theme="light"] .btn-outline-danger {
  color: #8a2943;
}

:root[data-theme="light"] .badge.text-bg-success {
  color: #0e563b !important;
}

:root[data-theme="light"] .badge.text-bg-warning {
  color: #7a5600 !important;
}

:root[data-theme="light"] .badge.text-bg-danger {
  color: #8a2943 !important;
}

:root[data-theme="light"] .badge.text-bg-info,
:root[data-theme="light"] .badge.text-bg-dark {
  color: #075a70 !important;
}

:root[data-theme="light"] .carrier-logo {
  filter: drop-shadow(0 0 10px rgba(0, 126, 157, 0.12));
}

.btn-link {
  color: var(--cyan);
}

.empty-state {
  padding: 2rem;
  text-align: center;
  color: var(--muted);
}

.inline-form {
  display: inline-flex;
}

.inline-form button {
  min-width: 2.4rem;
}

.auth-panel,
.content-panel {
  padding: 1.5rem;
}

.auth-page-shell {
  max-width: 1100px;
}

.auth-page .gattouz-navbar {
  margin-bottom: 0.75rem;
}

.auth-hero {
  margin-bottom: 1.25rem;
}

.auth-card-wrap {
  display: flex;
  justify-content: center;
}

.auth-card {
  width: 100%;
  max-width: 760px;
}

.auth-panel {
  padding: 2rem 2.1rem 2.15rem;
}

.auth-panel .form-control,
.auth-panel .form-select {
  min-height: 3.2rem;
  border-radius: 16px;
}

.auth-panel .btn-lg {
  min-height: 3.35rem;
}

.product-hero-head {
  align-items: center;
}

.scanline {
  position: relative;
  overflow: hidden;
}

.scanline::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(72, 244, 255, 0.06), transparent);
  transform: translateY(-100%);
  animation: scan 7s linear infinite;
  pointer-events: none;
}

@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, 2rem, 0); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.75; }
}

@keyframes scan {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}

@media (prefers-reduced-motion: reduce) {
  .shell-orb,
  .scanline::after,
  .sidebar-pulse {
    animation: none;
  }
}

@media (max-width: 1199px) {
  .gattouz-sidebar {
    min-height: auto;
    position: static;
  }

  .gattouz-navbar .container-fluid {
    align-items: flex-start;
  }

  .gattouz-navbar .navbar-brand {
    max-width: calc(100% - 4.5rem);
  }

  .gattouz-navbar .navbar-toggler {
    margin-inline-start: auto;
    margin-top: 0.15rem;
  }

  .gattouz-navbar .navbar-collapse {
    width: 100%;
    flex-basis: 100%;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(72, 244, 255, 0.12);
  }

  .gattouz-navbar .navbar-nav {
    width: 100%;
    gap: 0.25rem;
    margin-bottom: 1rem !important;
  }

  .gattouz-navbar .nav-link {
    display: block;
    padding: 0.8rem 0.25rem;
  }

  .nav-utility {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }

  .status-pill,
  .telegram-pill,
  .theme-toggle,
  .nav-logout-form,
  .nav-logout-button,
  .nav-user,
  .mobile-account-panel,
  .nav-utility > .btn {
    width: 100%;
    justify-content: space-between;
  }

  .theme-toggle-copy,
  .nav-user span:last-child {
    min-width: 0;
  }

  .dropdown,
  .dropdown-menu {
    width: 100%;
  }

  .dropdown-menu {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    margin-top: 0.75rem !important;
  }

  .mobile-account-card {
    padding: 0.8rem;
  }

  .telegram-float {
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
    left: auto;
    width: 3.35rem;
    height: 3.35rem;
    min-height: 3.35rem;
    padding: 0;
    border-radius: 50%;
    gap: 0;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.34), 0 0 24px rgba(89, 201, 255, 0.3);
  }

  .telegram-float-label {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .carrier-chip {
    width: 100%;
    justify-content: flex-start;
  }

  .product-hero-head {
    align-items: flex-start !important;
  }
}

@media (max-width: 767px) {
  .gattouz-navbar {
    border-radius: 22px;
  }

  .hero {
    padding: 1.35rem;
  }

  .page-header {
    align-items: stretch;
  }

  .hero-support-row,
  .telegram-contact-inline {
    align-items: stretch;
  }

  .hero-support-row .btn,
  .telegram-contact-inline .btn {
    width: 100%;
  }

  .carrier-stat {
    padding: 0.85rem 1rem;
  }

  .carrier-logo-shell {
    min-width: 4.25rem;
    min-height: 4.25rem;
  }

  .carrier-logo-large {
    height: 2.4rem;
  }
}

@media (max-width: 575.98px) {
  .carrier-strip {
    flex-direction: column;
  }

  .carrier-logo-shell {
    padding: 0.8rem;
  }

  .lookup-pill,
  .legacy-match {
    width: 100%;
    justify-content: center;
  }
}

/* Premium storefront catalog */
.gattouz-storefront {
  max-width: 1740px;
}

.catalog-hero {
  position: relative;
  min-height: 104px;
  padding: 0.95rem 0 1rem;
  text-align: center;
  border-bottom: 1px solid rgba(214, 178, 93, 0.16);
}

.catalog-auth {
  position: absolute;
  top: 0;
  left: 0;
}

.catalog-login-btn,
.catalog-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.45rem;
  padding: 0.75rem 2rem;
  border-radius: 0 0 22px 22px;
  border: 1px solid rgba(238, 202, 115, 0.7);
  background: linear-gradient(135deg, #c59d3b, #f2dc86 54%, #c69b35);
  color: #0b0802;
  font-size: 1.15rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35), 0 0 24px rgba(220, 178, 82, 0.16);
}

.catalog-login-btn:hover,
.catalog-buy-btn:hover,
.catalog-login-btn:focus-visible,
.catalog-buy-btn:focus-visible {
  color: #0b0802;
  border-color: #ffe59a;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42), 0 0 34px rgba(238, 202, 115, 0.26);
  transform: translateY(-1px);
}

.catalog-brand {
  margin: 0;
  color: #f3d675;
  font-family: "Orbitron", "IBM Plex Sans Arabic", sans-serif;
  font-size: clamp(2rem, 4.1vw, 4.15rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 0 28px rgba(214, 178, 93, 0.18);
}

.catalog-subtitle {
  margin: 0.75rem 0 0;
  color: #bca66f;
  font-size: clamp(0.88rem, 1.4vw, 1.15rem);
  font-weight: 700;
}

.catalog-filters {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0 0 2.55rem;
  padding-top: 0;
}

.catalog-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  min-height: 56px;
  padding: 0.62rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(20, 21, 29, 0.74);
  color: #bfae7a;
  font-size: clamp(0.92rem, 1.25vw, 1.12rem);
  font-weight: 900;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 16px 34px rgba(0, 0, 0, 0.2);
}

.catalog-filter.active,
.catalog-filter:hover {
  color: #f3d675;
  border-color: rgba(232, 197, 101, 0.78);
  background: rgba(48, 42, 26, 0.5);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.9rem;
}

.catalog-card {
  min-height: 510px;
  border-radius: 28px;
  padding: 1px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(214, 178, 93, 0.18), rgba(255, 255, 255, 0.04));
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.42);
}

.catalog-card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 508px;
  height: 100%;
  padding: 2.4rem 2.2rem 2rem;
  border-radius: 29px;
  background: linear-gradient(180deg, rgba(17, 18, 31, 0.98), rgba(10, 11, 20, 0.98));
  overflow: hidden;
}

.catalog-card-body::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 42%;
  background: radial-gradient(circle at 50% 0%, rgba(214, 178, 93, 0.07), transparent 62%);
  pointer-events: none;
}

.catalog-card-body::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 16% 12%, rgba(243, 214, 117, 0.12) 0 1px, transparent 1.6px),
    radial-gradient(circle at 76% 18%, rgba(243, 214, 117, 0.1) 0 1px, transparent 1.6px),
    radial-gradient(circle at 28% 66%, rgba(243, 214, 117, 0.08) 0 1px, transparent 1.6px);
  background-size: 14rem 14rem;
  opacity: 0.55;
}

.availability-badge {
  align-self: flex-start;
  min-width: 74px;
  padding: 0.34rem 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 174, 104, 0.42);
  background: rgba(12, 96, 66, 0.55);
  color: #32e69b;
  font-size: 0.92rem;
  font-weight: 900;
  text-align: center;
}

.catalog-card-title {
  position: relative;
  margin: 1.7rem 0 1.35rem;
  color: #f7edc8;
  font-size: clamp(1.42rem, 1.9vw, 2rem);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.catalog-card-description {
  position: relative;
  color: #bda977;
  font-size: clamp(0.92rem, 1.15vw, 1.2rem);
  font-weight: 500;
  line-height: 2.05;
  text-align: center;
}

.catalog-divider {
  margin-top: auto;
  border-top: 1px solid rgba(214, 178, 93, 0.14);
}

.catalog-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.4rem;
  padding-top: 1.85rem;
}

.catalog-buy-btn {
  min-width: 176px;
  min-height: 62px;
  border-radius: 18px;
  font-size: 1.1rem;
}

.catalog-price-block {
  display: grid;
  justify-items: end;
  gap: 0.15rem;
  color: #b8a16b;
  line-height: 1;
}

.catalog-price-block span {
  font-size: 0.9rem;
}

.catalog-price-block strong {
  color: #f3d675;
  font-family: "Orbitron", "IBM Plex Sans Arabic", sans-serif;
  font-size: clamp(1.75rem, 2.3vw, 2.45rem);
  font-weight: 900;
}

.catalog-price-block em {
  color: #f3d675;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 900;
}

@media (max-width: 1199.98px) {
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .auth-page main {
    padding-inline: 0;
  }

  .auth-page-shell {
    width: 100%;
    max-width: 100%;
    padding-inline: 0.75rem;
  }

  .auth-page .catalog-hero {
    min-height: auto;
    padding: 2rem 0 0.9rem;
    margin-bottom: 0.9rem;
  }

  .auth-page .catalog-brand {
    font-size: clamp(2.05rem, 13vw, 3rem);
  }

  .auth-card-wrap {
    width: 100%;
  }

  .auth-card {
    width: 100%;
    max-width: 100%;
    border-radius: 22px;
  }

  .auth-panel {
    padding: 1.2rem;
  }

  .auth-panel .form-control,
  .auth-panel .form-select {
    min-height: 3rem;
  }

  .catalog-hero {
    padding-top: 4.05rem;
  }

  .catalog-auth {
    right: 0;
    left: auto;
  }

  .catalog-home .navbar-brand {
    inset-inline: 0;
  }

  .catalog-home .nav-utility {
    inset-inline-end: 0.75rem;
  }

  .catalog-login-btn {
    min-height: 2.7rem;
    padding: 0.55rem 1.1rem;
    font-size: 0.92rem;
  }

  .catalog-filters {
    gap: 0.65rem;
    margin-bottom: 2rem;
  }

  .catalog-filter {
    min-width: 118px;
    min-height: 48px;
    padding: 0.5rem 0.9rem;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .catalog-card,
  .catalog-card-body {
    min-height: 460px;
  }

  .catalog-card-body {
    padding: 1.7rem 1.1rem 1.35rem;
  }

  .catalog-card-footer {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .catalog-price-block {
    justify-items: start;
  }

  .catalog-buy-btn {
    width: 100%;
  }
}

@keyframes firePulse {
  0%, 100% {
    background-position: 50% 0%;
    transform: translateY(0) scale(1);
  }
  25% {
    background-position: 0% 28%;
    transform: translateY(-0.5px) scale(1.01);
  }
  50% {
    background-position: 100% 62%;
    transform: translateY(0) scale(0.995);
  }
  75% {
    background-position: 35% 100%;
    transform: translateY(-1px) scale(1.012);
  }
}

@keyframes flameGlow {
  0%, 100% {
    opacity: 0.7;
    transform: scale(0.98);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

/* Matrix Pro storefront refresh */
body.gattouz-shell {
  background:
    radial-gradient(circle at 50% -10%, rgba(0, 255, 194, 0.16), transparent 28%),
    radial-gradient(circle at 14% 20%, rgba(67, 96, 255, 0.16), transparent 30%),
    radial-gradient(circle at 86% 76%, rgba(0, 255, 157, 0.1), transparent 24%),
    linear-gradient(180deg, #020508 0%, #050a12 48%, #020306 100%);
}

.shell-grid {
  background-image:
    linear-gradient(rgba(0, 255, 194, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 194, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(75, 255, 176, 0.025) 1px, transparent 1px);
  background-size: 68px 68px, 68px 68px, 17px 17px;
}

body.catalog-home::before,
body.auth-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 255, 194, 0.035), transparent 18%, transparent 82%, rgba(0, 255, 194, 0.025)),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(0, 255, 194, 0.026) 34px 35px);
  opacity: 0.75;
  z-index: -1;
}

.gattouz-navbar {
  max-width: min(1760px, calc(100% - 1.5rem));
  border-color: rgba(0, 255, 194, 0.18);
  background:
    linear-gradient(135deg, rgba(5, 12, 20, 0.88), rgba(2, 5, 10, 0.78)),
    radial-gradient(circle at 50% 0%, rgba(0, 255, 194, 0.1), transparent 42%);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.46), 0 0 34px rgba(0, 255, 194, 0.08);
}

.brand-fire {
  background: linear-gradient(115deg, #efffff 0%, #00ffc2 20%, #6dfcff 40%, #b1ff6b 58%, #00d8ff 76%, #ffffff 100%);
  background-size: 320% 320%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 0 10px rgba(0, 255, 194, 0.42)) drop-shadow(0 0 22px rgba(0, 216, 255, 0.22));
  text-shadow: none;
  animation: matrixWordmark 2.8s ease-in-out infinite, matrixFlicker 5.5s steps(1, end) infinite;
}

.brand-copy small {
  color: rgba(126, 255, 218, 0.72);
}

.matrix-kicker,
.section-kicker {
  color: #69ffd7;
  letter-spacing: 0.18em;
  text-shadow: 0 0 16px rgba(0, 255, 194, 0.32);
}

.catalog-hero {
  min-height: 290px;
  padding: 1.15rem 0 2rem;
  border-bottom-color: rgba(0, 255, 194, 0.16);
}

.matrix-hero-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  max-width: 1120px;
  margin: 0 auto;
  min-height: 230px;
}

.matrix-hero-copy {
  direction: rtl;
  text-align: center;
}

.matrix-logo-frame,
.auth-logo-frame {
  position: relative;
  display: grid;
  place-items: center;
  margin-inline: auto;
  border: 1px solid rgba(0, 255, 194, 0.24);
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 255, 194, 0.16), transparent 58%),
    linear-gradient(145deg, rgba(0, 255, 194, 0.08), rgba(5, 10, 18, 0.78));
  box-shadow: inset 0 0 34px rgba(0, 255, 194, 0.08), 0 22px 70px rgba(0, 0, 0, 0.5), 0 0 48px rgba(0, 255, 194, 0.14);
  overflow: hidden;
}

.matrix-logo-frame {
  width: min(100%, 320px);
  aspect-ratio: 1;
  border-radius: 34px;
}

.gt-hero-logo-top {
  width: 150px;
  border-radius: 28px;
  box-shadow: inset 0 0 30px rgba(0, 255, 194, 0.08), 0 18px 54px rgba(0, 0, 0, 0.44), 0 0 38px rgba(0, 255, 194, 0.2);
}

.gt-dev-welcome {
  margin-top: 0.15rem;
  color: #75ffb0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: none;
}

.gt-dev-cursor {
  display: inline-block;
  animation: gtCursorBlink 1.05s steps(1, end) infinite;
}

.matrix-logo-frame::before,
.auth-logo-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(125, 255, 217, 0.18);
  border-radius: inherit;
  pointer-events: none;
}

.matrix-logo-frame img,
.auth-logo-frame img {
  width: 86%;
  height: 86%;
  object-fit: contain;
  filter: saturate(1.2) contrast(1.08) drop-shadow(0 0 18px rgba(0, 255, 194, 0.22));
}

.catalog-brand {
  font-size: clamp(2.6rem, 5vw, 5.25rem);
}

.catalog-subtitle {
  color: rgba(181, 255, 230, 0.72);
  font-size: clamp(0.95rem, 1.35vw, 1.2rem);
}

.catalog-login-btn,
.catalog-buy-btn,
.auth-panel .btn-primary {
  border-color: rgba(0, 255, 194, 0.42);
  background: linear-gradient(135deg, #00ffc2, #8dff7a 54%, #00d8ff);
  color: #01100d;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.35), 0 0 30px rgba(0, 255, 194, 0.16);
}

.catalog-login-btn:hover,
.catalog-buy-btn:hover,
.auth-panel .btn-primary:hover,
.catalog-login-btn:focus-visible,
.catalog-buy-btn:focus-visible,
.auth-panel .btn-primary:focus-visible {
  color: #01100d;
  border-color: rgba(190, 255, 233, 0.86);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45), 0 0 42px rgba(0, 255, 194, 0.28);
}

.catalog-filter {
  border-color: rgba(0, 255, 194, 0.14);
  background: rgba(4, 12, 18, 0.76);
  color: rgba(190, 255, 234, 0.72);
}

.catalog-filter.active,
.catalog-filter:hover {
  color: #efffff;
  border-color: rgba(0, 255, 194, 0.7);
  background: rgba(0, 255, 194, 0.08);
  box-shadow: inset 0 0 0 1px rgba(0, 255, 194, 0.08), 0 0 26px rgba(0, 255, 194, 0.14);
}

.catalog-card {
  min-height: 468px;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(0, 255, 194, 0.3), rgba(124, 255, 130, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42), 0 0 30px rgba(0, 255, 194, 0.05);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.catalog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 66px rgba(0, 0, 0, 0.48), 0 0 42px rgba(0, 255, 194, 0.1);
}

.catalog-card-body {
  min-height: 466px;
  padding: 2rem 1.75rem 1.65rem;
  border-radius: 25px;
  background:
    linear-gradient(180deg, rgba(7, 17, 27, 0.98), rgba(3, 8, 14, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(0, 255, 194, 0.1), transparent 58%);
}

.catalog-card-body::before {
  background: radial-gradient(circle at 50% 0%, rgba(0, 255, 194, 0.08), transparent 62%);
}

.catalog-card-body::after {
  background-image:
    linear-gradient(rgba(0, 255, 194, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 194, 0.035) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.42;
}

.availability-badge {
  border-color: rgba(0, 255, 157, 0.5);
  background: rgba(0, 120, 82, 0.35);
  color: #72ffbd;
  box-shadow: 0 0 18px rgba(0, 255, 157, 0.12);
}

.catalog-card-title {
  color: #efffff;
  font-size: clamp(1.28rem, 1.65vw, 1.72rem);
}

.catalog-card-description {
  color: rgba(181, 255, 230, 0.68);
  line-height: 1.85;
}

.catalog-divider {
  border-top-color: rgba(0, 255, 194, 0.16);
}

.catalog-price-block {
  color: rgba(181, 255, 230, 0.68);
}

.catalog-price-block strong,
.catalog-price-block em {
  color: #7dffda;
  text-shadow: 0 0 18px rgba(0, 255, 194, 0.2);
}

.auth-page-shell {
  max-width: 1180px;
}

.auth-hero {
  min-height: 160px;
  padding: 1.25rem 0;
}

.auth-brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
}

.auth-logo-frame {
  width: 112px;
  height: 112px;
  border-radius: 26px;
  flex: 0 0 auto;
}

.auth-card {
  max-width: 700px;
  border: 1px solid rgba(0, 255, 194, 0.18);
  background: linear-gradient(145deg, rgba(0, 255, 194, 0.16), rgba(7, 14, 24, 0.92));
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.46), 0 0 44px rgba(0, 255, 194, 0.08);
}

.auth-panel {
  background:
    linear-gradient(180deg, rgba(7, 17, 27, 0.96), rgba(3, 8, 14, 0.96)),
    radial-gradient(circle at 50% 0%, rgba(0, 255, 194, 0.1), transparent 60%);
  border-radius: inherit;
}

.auth-panel .form-control,
.auth-panel .form-select {
  border-color: rgba(0, 255, 194, 0.16);
  background: rgba(1, 8, 13, 0.72);
  color: var(--text);
  box-shadow: inset 0 0 0 1px rgba(0, 255, 194, 0.02);
}

.auth-panel .form-control:focus,
.auth-panel .form-select:focus {
  border-color: rgba(0, 255, 194, 0.56);
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 194, 0.12);
}

.auth-panel .btn-outline-secondary {
  border-color: rgba(0, 255, 194, 0.24);
  color: rgba(190, 255, 234, 0.9);
}

.auth-inline-link {
  color: rgba(117, 255, 176, 0.88);
  font-weight: 800;
  text-decoration: none;
}

.auth-inline-link:hover,
.auth-inline-link:focus-visible {
  color: #efffff;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.gattouz-footer {
  margin-top: 2.5rem;
  color: rgba(181, 255, 230, 0.62);
  text-shadow: 0 0 14px rgba(0, 255, 194, 0.12);
}

@keyframes matrixWordmark {
  0%, 100% {
    background-position: 0% 50%;
    transform: translateY(0);
  }
  50% {
    background-position: 100% 50%;
    transform: translateY(-1px);
  }
}

@keyframes matrixFlicker {
  0%, 92%, 100% {
    opacity: 1;
  }
  93% {
    opacity: 0.76;
  }
  94% {
    opacity: 1;
  }
  96% {
    opacity: 0.86;
  }
}

@keyframes gtCursorBlink {
  0%, 48% {
    opacity: 1;
  }
  49%, 100% {
    opacity: 0.18;
  }
}

@media (max-width: 991.98px) {
  .matrix-hero-layout {
    gap: 1.25rem;
  }

  .matrix-logo-frame {
    width: min(78vw, 280px);
  }

  .gt-hero-logo-top {
    width: 132px;
  }
}

@media (max-width: 767.98px) {
  .catalog-hero {
    min-height: auto;
    padding: 3.8rem 0 1.5rem;
  }

  .catalog-brand {
    font-size: clamp(2.45rem, 15vw, 3.65rem);
  }

  .matrix-kicker {
    font-size: 0.72rem;
  }

  .gt-hero-logo-top {
    width: 105px;
    border-radius: 22px;
  }

  .catalog-filter {
    min-width: 104px;
  }

  .catalog-card,
  .catalog-card-body {
    min-height: 420px;
  }

  .catalog-card-body {
    padding: 1.45rem 1.05rem 1.25rem;
  }

  .auth-brand-lockup {
    flex-direction: column;
    gap: 0.8rem;
  }

  .auth-logo-frame {
    width: 92px;
    height: 92px;
    border-radius: 22px;
  }
}

/* Restored Matrix command-center home layout */
.gtx-shell {
position: relative;
z-index: 2;
max-width: 1800px;
margin: 0 auto;
min-height: 100vh;
padding: 28px 34px;
display: grid;
grid-template-columns: 240px minmax(0, 1fr) 270px;
gap: 24px;
direction: ltr;
}

.gtx-left-rail,
.gtx-right-panel,
.gtx-main {
min-width: 0;
}

.gtx-main {
direction: rtl;
}

.gtx-mini-controls {
display: flex;
gap: 16px;
align-items: center;
justify-content: center;
height: 56px;
margin-bottom: 28px;
border-radius: 18px;
color: #eafff8;
background: rgba(2, 18, 20, .82);
border: 1px solid rgba(70,255,190,.22);
box-shadow: inset 0 0 0 1px rgba(255,255,255,.025), 0 0 24px rgba(0,255,170,.06);
}

.gtx-dock {
padding: 16px;
border-radius: 24px;
background: rgba(2, 16, 18, .88);
border: 1px solid rgba(74,255,190,.24);
box-shadow: 0 18px 42px rgba(0,0,0,.32), inset 0 0 0 1px rgba(255,255,255,.03);
}

.gtx-dock-title {
color: #42ffae;
font-family: ui-monospace, Menlo, Consolas, monospace;
font-weight: 900;
letter-spacing: .12em;
text-align: center;
margin: 4px 0 18px;
}

.gtx-dock-item {
min-height: 54px;
padding: 10px 13px;
margin-bottom: 10px;
border-radius: 14px;
display: grid;
grid-template-columns: 38px 1fr 10px;
align-items: center;
gap: 10px;
color: #dffdf6;
text-decoration: none;
background: rgba(0, 10, 14, .74);
border: 1px solid rgba(255,255,255,.07);
direction: rtl;
}

.gtx-dock-item.active {
background: linear-gradient(135deg, rgba(31,255,169,.26), rgba(0,255,220,.07));
border-color: rgba(55,255,190,.58);
box-shadow: 0 0 26px rgba(55,255,190,.16);
}

.gtx-dock-icon {
font-size: 1.4rem;
opacity: .9;
}

.gtx-dock-item i {
width: 9px;
height: 9px;
border-radius: 50%;
background: #39ffad;
box-shadow: 0 0 16px rgba(57,255,173,.8);
}

.gtx-dock-item.orange i { background: #ff9846; }
.gtx-dock-item.vodafone i { background: #ff4a70; }
.gtx-dock-item.etisalat i { background: #7affb4; }
.gtx-dock-item.we i { background: #a984ff; }

.gtx-status-card {
margin-top: 26px;
padding: 18px;
border-radius: 22px;
color: #7cffbd;
background: rgba(1, 18, 17, .86);
border: 1px solid rgba(72,255,190,.22);
box-shadow: 0 16px 34px rgba(0,0,0,.28);
font-family: ui-monospace, Menlo, Consolas, monospace;
}

.gtx-status-card b {
display: block;
margin-bottom: 10px;
letter-spacing: .12em;
}

.gtx-status-card span {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 14px;
}

.gtx-status-card i {
width: 9px;
height: 9px;
border-radius: 50%;
background: #44ffab;
box-shadow: 0 0 14px #44ffab;
}

.gtx-bars {
display: flex;
gap: 6px;
}

.gtx-bars em {
width: 6px;
height: 26px;
background: linear-gradient(#4fffb1, #0b8);
opacity: .85;
}

.gtx-globe {
margin-top: 12px;
text-align: center;
font-size: 4rem;
line-height: 1;
opacity: .34;
}

.gtx-telegram {
margin-top: 26px;
min-height: 72px;
padding: 14px 16px;
border-radius: 22px;
display: grid;
grid-template-columns: 44px 1fr;
grid-template-rows: auto auto;
column-gap: 12px;
align-items: center;
color: #eaffff;
text-decoration: none;
background: linear-gradient(135deg, rgba(55,200,255,.28), rgba(0,255,170,.10));
border: 1px solid rgba(87,221,255,.34);
}

.gtx-telegram span {
grid-row: 1 / 3;
width: 44px;
height: 44px;
display: grid;
place-items: center;
border-radius: 50%;
background: #2cb8ff;
font-size: 1.4rem;
}

.gtx-telegram small {
color: rgba(230,255,255,.68);
}

/* TOP LOGO */
.gtx-top-logo {
text-align: center;
margin-bottom: 14px;
}

.gtx-logo-badge {
width: clamp(170px, 18vw, 290px);
margin: 0 auto 6px;
padding: 8px;
border-radius: 28px;
background: rgba(0, 12, 14, .70);
border: 1px solid rgba(60,255,180,.28);
box-shadow: 0 0 32px rgba(55,255,180,.14);
}

.gtx-logo-badge img {
width: 100%;
display: block;
border-radius: 20px;
}

.gtx-top-logo p {
margin: 0;
color: #d8fff3;
font-weight: 800;
}

/* HERO */
.gtx-hero-panel {
min-height: 300px;
border-radius: 26px;
padding: 28px;
display: grid;
grid-template-columns: minmax(260px, .85fr) 1fr;
gap: 26px;
align-items: center;
background:
radial-gradient(circle at 20% 50%, rgba(0,255,170,.22), transparent 30%),
linear-gradient(135deg, rgba(6, 31, 32, .94), rgba(2, 12, 18, .96));
border: 1px solid rgba(99,255,215,.22);
box-shadow: 0 20px 54px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.026);
}

.gtx-hero-visual {
min-height: 230px;
border-radius: 22px;
display: grid;
place-items: center;
background:
radial-gradient(circle, rgba(55,255,180,.24), transparent 52%),
linear-gradient(135deg, rgba(0,255,170,.08), rgba(0,130,255,.04));
border: 1px solid rgba(255,255,255,.06);
overflow: hidden;
}

.gtx-holo-core {
width: 150px;
height: 150px;
border-radius: 34px;
display: grid;
place-items: center;
transform: perspective(500px) rotateY(-16deg);
background: linear-gradient(135deg, rgba(70,255,190,.24), rgba(0,255,170,.05));
border: 1px solid rgba(100,255,210,.35);
box-shadow: 0 0 42px rgba(60,255,180,.30);
}

.gtx-holo-core span {
color: #baffdf;
font-size: 5rem;
font-weight: 1000;
text-shadow: 0 0 30px rgba(100,255,190,.55);
}

.gtx-hero-copy {
text-align: right;
}

.gtx-trust-pill {
display: inline-flex;
padding: 8px 16px;
border-radius: 999px;
margin-bottom: 14px;
color: #79ffc1;
background: rgba(0,255,170,.10);
border: 1px solid rgba(0,255,170,.22);
font-weight: 900;
}

.gtx-hero-copy h1 {
margin: 0;
color: #eaffff;
font-size: clamp(2rem, 3vw, 3.6rem);
line-height: 1.22;
font-weight: 1000;
}

.gtx-hero-copy h1 span {
color: #22df86;
}

.gtx-hero-copy p {
color: rgba(230,255,248,.72);
font-size: 1.05rem;
margin: 14px 0 22px;
}

.gtx-feature-row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
}

.gtx-feature-row span {
padding: 13px 14px;
text-align: center;
border-radius: 14px;
color: #eafff9;
background: rgba(0,0,0,.20);
border: 1px solid rgba(255,255,255,.07);
}

.gtx-slider-dots {
display: flex;
justify-content: center;
gap: 12px;
margin: 16px 0 22px;
}

.gtx-slider-dots span {
width: 26px;
height: 4px;
border-radius: 999px;
background: rgba(255,255,255,.25);
}

.gtx-slider-dots .active {
width: 72px;
background: linear-gradient(90deg, #ecfff5, #20f5a2);
}

.gtx-services-head {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 10px;
margin: 6px 0 14px;
}

.gtx-services-head h2 {
color: #eaffff;
margin: 0;
font-size: clamp(1.2rem, 1.6vw, 1.7rem);
}

.gtx-services-head i {
width: 10px;
height: 18px;
background: #ff9846;
border-radius: 3px;
}

/* SERVICE MODULES */
.gtx-service-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 235px), 1fr));
gap: 18px;
}

.catalog-grid,
.catalog-filters {
display: none !important;
}

.gtx-service-card {
position: relative;
min-height: 350px;
overflow: hidden;
border-radius: 24px;
padding: 16px;
display: flex;
flex-direction: column;
background:
linear-gradient(160deg, rgba(0,255,170,.10), rgba(0,70,90,.03)),
rgba(2, 13, 18, .94);
border: 1px solid rgba(72,255,194,.24);
box-shadow: 0 18px 42px rgba(0,0,0,.36), 0 0 28px rgba(50,255,180,.08);
}

.gtx-card-frame {
position: absolute;
inset: 8px;
border-radius: 18px;
border: 1px solid rgba(255,255,255,.04);
pointer-events: none;
}

.gtx-card-top {
display: flex;
justify-content: space-between;
direction: ltr;
color: #ff9a4a;
font-family: ui-monospace, Menlo, Consolas, monospace;
font-weight: 900;
letter-spacing: .09em;
font-size: .78rem;
}

.gtx-card-num {
padding: 5px 9px;
border-radius: 10px;
color: #e9d7ff;
background: rgba(150,105,255,.12);
border: 1px solid rgba(180,140,255,.18);
}

.gtx-card-icon {
width: 82px;
height: 82px;
border-radius: 50%;
display: grid;
place-items: center;
margin: 14px auto 10px;
color: #ff9a4a;
font-size: 2.6rem;
background: radial-gradient(circle, rgba(255,145,60,.20), rgba(0,0,0,.05));
border: 1px solid rgba(255,145,60,.24);
box-shadow: 0 0 26px rgba(255,145,60,.16);
}

.gtx-service-card h3 {
margin: 0;
min-height: 58px;
text-align: center;
color: #f7fffd;
font-size: clamp(1.1rem, 1.25vw, 1.45rem);
line-height: 1.35;
font-weight: 1000;
}

.gtx-service-card p {
margin: 10px 0 14px;
min-height: 68px;
color: rgba(226,255,247,.72);
text-align: center;
line-height: 1.6;
}

.gtx-card-price {
margin-top: auto;
min-height: 52px;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 8px;
direction: rtl;
padding: 10px 12px;
border-radius: 14px;
background: rgba(0,0,0,.24);
border: 1px solid rgba(72,255,194,.18);
}

.gtx-card-price span,
.gtx-card-price em {
color: rgba(220,255,245,.74);
font-style: normal;
font-size: .82rem;
font-weight: 900;
}

.gtx-card-price strong {
color: #63ffae;
text-align: center;
font-size: clamp(1.15rem, 1.6vw, 1.45rem);
font-weight: 1000;
}

.gtx-buy-btn {
margin-top: 12px;
min-height: 48px;
border-radius: 14px;
padding: 10px 14px;
display: flex;
justify-content: center;
gap: 12px;
align-items: center;
color: #001613;
text-decoration: none;
background: linear-gradient(135deg, #24eba2, #22cfff);
box-shadow: 0 14px 30px rgba(35,255,180,.20);
font-weight: 1000;
}

/* RIGHT PANEL */
.gtx-login-box a {
min-height: 56px;
margin-bottom: 28px;
border-radius: 18px;
display: flex;
justify-content: center;
align-items: center;
color: #eaffff;
text-decoration: none;
font-weight: 900;
background: rgba(2, 18, 22, .84);
border: 1px solid rgba(74,255,190,.24);
}

.gtx-control-panel,
.gtx-mode-card {
padding: 18px;
border-radius: 24px;
background: rgba(2,16,18,.88);
border: 1px solid rgba(74,255,190,.24);
box-shadow: 0 18px 42px rgba(0,0,0,.32), inset 0 0 0 1px rgba(255,255,255,.03);
color: #dffdf6;
direction: rtl;
}

.gtx-control-panel h3 {
margin: 0 0 16px;
color: #38ffad;
text-align: center;
}

.gtx-stat-box {
padding: 14px;
border-radius: 15px;
margin-bottom: 12px;
background: rgba(0,0,0,.18);
border: 1px solid rgba(255,255,255,.06);
}

.gtx-stat-box span {
color: rgba(220,255,245,.62);
display: block;
margin-bottom: 5px;
}

.gtx-stat-box strong {
color: #caffef;
font-size: 1.2rem;
}

.gtx-control-panel button {
width: 100%;
min-height: 44px;
color: #44ffad;
border-radius: 12px;
background: rgba(0,255,170,.08);
border: 1px solid rgba(0,255,170,.20);
font-weight: 900;
}

.gtx-mode-card {
margin-top: 26px;
direction: ltr;
font-family: ui-monospace, Menlo, Consolas, monospace;
}

.gtx-mode-card span {
color: rgba(230,255,248,.55);
}

.gtx-mode-card strong {
display: block;
color: #31ff9e;
letter-spacing: .14em;
margin-top: 4px;
}

.gtx-mode-card i {
display: block;
margin-top: 12px;
width: 54px;
height: 54px;
border-radius: 50%;
border: 1px solid rgba(60,255,180,.4);
box-shadow: 0 0 26px rgba(60,255,180,.15);
}

.gtx-bottom-strip {
width: min(820px, 100%);
margin: 28px auto 0;
display: grid;
grid-template-columns: repeat(4, 1fr);
border-radius: 18px;
overflow: hidden;
border: 1px solid rgba(74,255,190,.18);
}

.gtx-bottom-strip span {
padding: 14px 12px;
text-align: center;
color: rgba(235,255,250,.76);
background: rgba(0,0,0,.18);
border-inline-end: 1px solid rgba(255,255,255,.05);
}

/* responsive */
@media (max-width: 1200px) {
.gtx-shell {
grid-template-columns: 210px minmax(0, 1fr);
}

.gtx-right-panel {
display: none;
}

.gtx-hero-panel {
grid-template-columns: 1fr;
}

.gtx-hero-copy {
text-align: center;
}
}

@media (max-width: 820px) {
.gtx-shell {
display: block;
padding: 18px 12px;
}

.gtx-left-rail {
margin-bottom: 18px;
}

.gtx-dock,
.gtx-status-card {
display: none;
}

.gtx-mini-controls {
margin-bottom: 14px;
}

.gtx-telegram {
margin: 0 0 16px;
}

.gtx-feature-row,
.gtx-bottom-strip {
grid-template-columns: 1fr;
}

.gtx-service-grid {
grid-template-columns: 1fr;
}

.gtx-hero-panel {
padding: 18px;
}
}

/* ==========================================================
GATTOUZ MATRIX COMMAND CENTER - full homepage redesign
========================================================== */

.gt-matrix-command .site-header,
.gt-matrix-command header,
.gt-matrix-command .glass-nav,
.gt-matrix-command .topbar {
display: none !important;
}

.gt-matrix-command {
background:
radial-gradient(circle at 20% 20%, rgba(0, 255, 170, 0.10), transparent 32%),
radial-gradient(circle at 80% 10%, rgba(0, 180, 255, 0.08), transparent 30%),
linear-gradient(120deg, #020707 0%, #07141a 48%, #020707 100%) !important;
}

.gt-matrix-command::before {
content: "";
position: fixed;
inset: 0;
pointer-events: none;
background:
repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 70px),
repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 70px);
opacity: .38;
z-index: 0;
}

.gtx-shell {
position: relative;
z-index: 2;
max-width: 1800px;
margin: 0 auto;
min-height: 100vh;
padding: 28px 34px;
display: grid;
grid-template-columns: 240px minmax(0, 1fr) 270px;
gap: 24px;
direction: ltr;
}

.gtx-left-rail,
.gtx-right-panel,
.gtx-main {
min-width: 0;
}

.gtx-main {
direction: rtl;
}

.gtx-mini-controls {
display: flex;
gap: 16px;
align-items: center;
justify-content: center;
height: 56px;
margin-bottom: 28px;
border-radius: 18px;
color: #eafff8;
background: rgba(2, 18, 20, .82);
border: 1px solid rgba(70,255,190,.22);
box-shadow: inset 0 0 0 1px rgba(255,255,255,.025), 0 0 24px rgba(0,255,170,.06);
}

.gtx-dock {
padding: 16px;
border-radius: 24px;
background: rgba(2, 16, 18, .88);
border: 1px solid rgba(74,255,190,.24);
box-shadow: 0 18px 42px rgba(0,0,0,.32), inset 0 0 0 1px rgba(255,255,255,.03);
}

.gtx-dock-title {
color: #42ffae;
font-family: ui-monospace, Menlo, Consolas, monospace;
font-weight: 900;
letter-spacing: .12em;
text-align: center;
margin: 4px 0 18px;
}

.gtx-dock-item {
min-height: 54px;
padding: 10px 13px;
margin-bottom: 10px;
border-radius: 14px;
display: grid;
grid-template-columns: 38px 1fr 10px;
align-items: center;
gap: 10px;
color: #dffdf6;
text-decoration: none;
background: rgba(0, 10, 14, .74);
border: 1px solid rgba(255,255,255,.07);
direction: rtl;
}

.gtx-dock-item.active {
background: linear-gradient(135deg, rgba(31,255,169,.26), rgba(0,255,220,.07));
border-color: rgba(55,255,190,.58);
box-shadow: 0 0 26px rgba(55,255,190,.16);
}

.gtx-dock-icon {
font-size: 1.4rem;
opacity: .9;
}

.gtx-dock-item i {
width: 9px;
height: 9px;
border-radius: 50%;
background: #39ffad;
box-shadow: 0 0 16px rgba(57,255,173,.8);
}

.gtx-dock-item.orange i { background: #ff9846; }
.gtx-dock-item.vodafone i { background: #ff4a70; }
.gtx-dock-item.etisalat i { background: #7affb4; }
.gtx-dock-item.we i { background: #a984ff; }

.gtx-status-card {
margin-top: 26px;
padding: 18px;
border-radius: 22px;
color: #7cffbd;
background: rgba(1, 18, 17, .86);
border: 1px solid rgba(72,255,190,.22);
box-shadow: 0 16px 34px rgba(0,0,0,.28);
font-family: ui-monospace, Menlo, Consolas, monospace;
}

.gtx-status-card b {
display: block;
margin-bottom: 10px;
letter-spacing: .12em;
}

.gtx-status-card span {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 14px;
}

.gtx-status-card i {
width: 9px;
height: 9px;
border-radius: 50%;
background: #44ffab;
box-shadow: 0 0 14px #44ffab;
}

.gtx-bars {
display: flex;
gap: 6px;
}

.gtx-bars em {
width: 6px;
height: 26px;
background: linear-gradient(#4fffb1, #0b8);
opacity: .85;
}

.gtx-globe {
margin-top: 12px;
text-align: center;
font-size: 4rem;
line-height: 1;
opacity: .34;
}

.gtx-telegram {
margin-top: 26px;
min-height: 72px;
padding: 14px 16px;
border-radius: 22px;
display: grid;
grid-template-columns: 44px 1fr;
grid-template-rows: auto auto;
column-gap: 12px;
align-items: center;
color: #eaffff;
text-decoration: none;
background: linear-gradient(135deg, rgba(55,200,255,.28), rgba(0,255,170,.10));
border: 1px solid rgba(87,221,255,.34);
}

.gtx-telegram span {
grid-row: 1 / 3;
width: 44px;
height: 44px;
display: grid;
place-items: center;
border-radius: 50%;
background: #2cb8ff;
font-size: 1.4rem;
}

.gtx-telegram small {
color: rgba(230,255,255,.68);
}

/* TOP LOGO */
.gtx-top-logo {
text-align: center;
margin-bottom: 14px;
}

.gtx-logo-badge {
width: clamp(170px, 18vw, 290px);
margin: 0 auto 6px;
padding: 8px;
border-radius: 28px;
background: rgba(0, 12, 14, .70);
border: 1px solid rgba(60,255,180,.28);
box-shadow: 0 0 32px rgba(55,255,180,.14);
}

.gtx-logo-badge img {
width: 100%;
display: block;
border-radius: 20px;
}

.gtx-top-logo p {
margin: 0;
color: #d8fff3;
font-weight: 800;
}

/* HERO */
.gtx-hero-panel {
min-height: 300px;
border-radius: 26px;
padding: 28px;
display: grid;
grid-template-columns: minmax(260px, .85fr) 1fr;
gap: 26px;
align-items: center;
background:
radial-gradient(circle at 20% 50%, rgba(0,255,170,.22), transparent 30%),
linear-gradient(135deg, rgba(6, 31, 32, .94), rgba(2, 12, 18, .96));
border: 1px solid rgba(99,255,215,.22);
box-shadow: 0 20px 54px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.026);
}

.gtx-hero-visual {
min-height: 230px;
border-radius: 22px;
display: grid;
place-items: center;
background:
radial-gradient(circle, rgba(55,255,180,.24), transparent 52%),
linear-gradient(135deg, rgba(0,255,170,.08), rgba(0,130,255,.04));
border: 1px solid rgba(255,255,255,.06);
overflow: hidden;
}

.gtx-holo-core {
width: 150px;
height: 150px;
border-radius: 34px;
display: grid;
place-items: center;
transform: perspective(500px) rotateY(-16deg);
background: linear-gradient(135deg, rgba(70,255,190,.24), rgba(0,255,170,.05));
border: 1px solid rgba(100,255,210,.35);
box-shadow: 0 0 42px rgba(60,255,180,.30);
}

.gtx-holo-core span {
color: #baffdf;
font-size: 5rem;
font-weight: 1000;
text-shadow: 0 0 30px rgba(100,255,190,.55);
}

.gtx-hero-copy {
text-align: right;
}

.gtx-trust-pill {
display: inline-flex;
padding: 8px 16px;
border-radius: 999px;
margin-bottom: 14px;
color: #79ffc1;
background: rgba(0,255,170,.10);
border: 1px solid rgba(0,255,170,.22);
font-weight: 900;
}

.gtx-hero-copy h1 {
margin: 0;
color: #eaffff;
font-size: clamp(2rem, 3vw, 3.6rem);
line-height: 1.22;
font-weight: 1000;
}

.gtx-hero-copy h1 span {
color: #22df86;
}

.gtx-hero-copy p {
color: rgba(230,255,248,.72);
font-size: 1.05rem;
margin: 14px 0 22px;
}

.gtx-feature-row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
}

.gtx-feature-row span {
padding: 13px 14px;
text-align: center;
border-radius: 14px;
color: #eafff9;
background: rgba(0,0,0,.20);
border: 1px solid rgba(255,255,255,.07);
}

.gtx-slider-dots {
display: flex;
justify-content: center;
gap: 12px;
margin: 16px 0 22px;
}

.gtx-slider-dots span {
width: 26px;
height: 4px;
border-radius: 999px;
background: rgba(255,255,255,.25);
}

.gtx-slider-dots .active {
width: 72px;
background: linear-gradient(90deg, #ecfff5, #20f5a2);
}

.gtx-services-head {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 10px;
margin: 6px 0 14px;
}

.gtx-services-head h2 {
color: #eaffff;
margin: 0;
font-size: clamp(1.2rem, 1.6vw, 1.7rem);
}

.gtx-services-head i {
width: 10px;
height: 18px;
background: #ff9846;
border-radius: 3px;
}

/* SERVICE MODULES */
.gtx-service-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 235px), 1fr));
gap: 18px;
}

.catalog-grid,
.catalog-filters {
display: none !important;
}

.gtx-service-card {
position: relative;
min-height: 350px;
overflow: hidden;
border-radius: 24px;
padding: 16px;
display: flex;
flex-direction: column;
background:
linear-gradient(160deg, rgba(0,255,170,.10), rgba(0,70,90,.03)),
rgba(2, 13, 18, .94);
border: 1px solid rgba(72,255,194,.24);
box-shadow: 0 18px 42px rgba(0,0,0,.36), 0 0 28px rgba(50,255,180,.08);
}

.gtx-card-frame {
position: absolute;
inset: 8px;
border-radius: 18px;
border: 1px solid rgba(255,255,255,.04);
pointer-events: none;
}

.gtx-card-top {
display: flex;
justify-content: space-between;
direction: ltr;
color: #ff9a4a;
font-family: ui-monospace, Menlo, Consolas, monospace;
font-weight: 900;
letter-spacing: .09em;
font-size: .78rem;
}

.gtx-card-num {
padding: 5px 9px;
border-radius: 10px;
color: #e9d7ff;
background: rgba(150,105,255,.12);
border: 1px solid rgba(180,140,255,.18);
}

.gtx-card-icon {
width: 82px;
height: 82px;
border-radius: 50%;
display: grid;
place-items: center;
margin: 14px auto 10px;
color: #ff9a4a;
font-size: 2.6rem;
background: radial-gradient(circle, rgba(255,145,60,.20), rgba(0,0,0,.05));
border: 1px solid rgba(255,145,60,.24);
box-shadow: 0 0 26px rgba(255,145,60,.16);
}

.gtx-service-card h3 {
margin: 0;
min-height: 58px;
text-align: center;
color: #f7fffd;
font-size: clamp(1.1rem, 1.25vw, 1.45rem);
line-height: 1.35;
font-weight: 1000;
}

.gtx-service-card p {
margin: 10px 0 14px;
min-height: 68px;
color: rgba(226,255,247,.72);
text-align: center;
line-height: 1.6;
}

.gtx-card-price {
margin-top: auto;
min-height: 52px;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 8px;
direction: rtl;
padding: 10px 12px;
border-radius: 14px;
background: rgba(0,0,0,.24);
border: 1px solid rgba(72,255,194,.18);
}

.gtx-card-price span,
.gtx-card-price em {
color: rgba(220,255,245,.74);
font-style: normal;
font-size: .82rem;
font-weight: 900;
}

.gtx-card-price strong {
color: #63ffae;
text-align: center;
font-size: clamp(1.15rem, 1.6vw, 1.45rem);
font-weight: 1000;
}

.gtx-buy-btn {
margin-top: 12px;
min-height: 48px;
border-radius: 14px;
padding: 10px 14px;
display: flex;
justify-content: center;
gap: 12px;
align-items: center;
color: #001613;
text-decoration: none;
background: linear-gradient(135deg, #24eba2, #22cfff);
box-shadow: 0 14px 30px rgba(35,255,180,.20);
font-weight: 1000;
}

/* RIGHT PANEL */
.gtx-login-box a {
min-height: 56px;
margin-bottom: 28px;
border-radius: 18px;
display: flex;
justify-content: center;
align-items: center;
color: #eaffff;
text-decoration: none;
font-weight: 900;
background: rgba(2, 18, 22, .84);
border: 1px solid rgba(74,255,190,.24);
}

.gtx-control-panel,
.gtx-mode-card {
padding: 18px;
border-radius: 24px;
background: rgba(2,16,18,.88);
border: 1px solid rgba(74,255,190,.24);
box-shadow: 0 18px 42px rgba(0,0,0,.32), inset 0 0 0 1px rgba(255,255,255,.03);
color: #dffdf6;
direction: rtl;
}

.gtx-control-panel h3 {
margin: 0 0 16px;
color: #38ffad;
text-align: center;
}

.gtx-stat-box {
padding: 14px;
border-radius: 15px;
margin-bottom: 12px;
background: rgba(0,0,0,.18);
border: 1px solid rgba(255,255,255,.06);
}

.gtx-stat-box span {
color: rgba(220,255,245,.62);
display: block;
margin-bottom: 5px;
}

.gtx-stat-box strong {
color: #caffef;
font-size: 1.2rem;
}

.gtx-control-panel button {
width: 100%;
min-height: 44px;
color: #44ffad;
border-radius: 12px;
background: rgba(0,255,170,.08);
border: 1px solid rgba(0,255,170,.20);
font-weight: 900;
}

.gtx-mode-card {
margin-top: 26px;
direction: ltr;
font-family: ui-monospace, Menlo, Consolas, monospace;
}

.gtx-mode-card span {
color: rgba(230,255,248,.55);
}

.gtx-mode-card strong {
display: block;
color: #31ff9e;
letter-spacing: .14em;
margin-top: 4px;
}

.gtx-mode-card i {
display: block;
margin-top: 12px;
width: 54px;
height: 54px;
border-radius: 50%;
border: 1px solid rgba(60,255,180,.4);
box-shadow: 0 0 26px rgba(60,255,180,.15);
}

.gtx-bottom-strip {
width: min(820px, 100%);
margin: 28px auto 0;
display: grid;
grid-template-columns: repeat(4, 1fr);
border-radius: 18px;
overflow: hidden;
border: 1px solid rgba(74,255,190,.18);
}

.gtx-bottom-strip span {
padding: 14px 12px;
text-align: center;
color: rgba(235,255,250,.76);
background: rgba(0,0,0,.18);
border-inline-end: 1px solid rgba(255,255,255,.05);
}

/* responsive */
@media (max-width: 1200px) {
.gtx-shell {
grid-template-columns: 210px minmax(0, 1fr);
}

.gtx-right-panel {
display: none;
}

.gtx-hero-panel {
grid-template-columns: 1fr;
}

.gtx-hero-copy {
text-align: center;
}
}

@media (max-width: 820px) {
.gtx-shell {
display: block;
padding: 18px 12px;
}

.gtx-left-rail {
margin-bottom: 18px;
}

.gtx-dock,
.gtx-status-card {
display: none;
}

.gtx-mini-controls {
margin-bottom: 14px;
}

.gtx-telegram {
margin: 0 0 16px;
}

.gtx-feature-row,
.gtx-bottom-strip {
grid-template-columns: 1fr;
}

.gtx-service-grid {
grid-template-columns: 1fr;
}

.gtx-hero-panel {
padding: 18px;
}
}

/* ===== GATTOUZ MATRIX COMMAND CENTER CLEAN OVERRIDE ===== */

body.gt-command-center-page {
  background:
    radial-gradient(circle at 20% 20%, rgba(0,255,170,.10), transparent 32%),
    radial-gradient(circle at 80% 10%, rgba(0,180,255,.08), transparent 30%),
    linear-gradient(120deg, #020707 0%, #07141a 48%, #020707 100%) !important;
}

body.gt-command-center-page .site-header,
body.gt-command-center-page header,
body.gt-command-center-page .glass-nav,
body.gt-command-center-page .topbar,
body.gt-command-center-page .catalog-filters,
body.gt-command-center-page .catalog-grid,
body.gt-command-center-page .catalog-hero,
body.gt-command-center-page .catalog-auth {
  display: none !important;
}

body.gt-command-center-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 70px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 70px);
  opacity: .38;
  z-index: 0;
}

.gtx-shell {
  position: relative;
  z-index: 2;
  max-width: 1800px;
  margin: 0 auto;
  min-height: 100vh;
  padding: 28px 34px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 270px;
  gap: 24px;
  direction: ltr;
}

.gtx-main-stage {
  direction: rtl;
  min-width: 0;
}

.gtx-left-rail,
.gtx-right-panel {
  min-width: 0;
}

.gtx-mini-icons {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin-bottom: 26px;
  border-radius: 18px;
  color: #eafff8;
  background: rgba(2,18,20,.82);
  border: 1px solid rgba(70,255,190,.22);
}

.gtx-command-dock,
.gtx-system-box,
.gtx-control-card,
.gtx-mode-card {
  padding: 16px;
  border-radius: 24px;
  background: rgba(2,16,18,.88);
  border: 1px solid rgba(74,255,190,.24);
  box-shadow: 0 18px 42px rgba(0,0,0,.32), inset 0 0 0 1px rgba(255,255,255,.03);
}

.gtx-dock-title {
  color: #42ffae;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-weight: 900;
  letter-spacing: .12em;
  text-align: center;
  margin: 4px 0 18px;
}

.gtx-dock-link {
  min-height: 54px;
  padding: 10px 13px;
  margin-bottom: 10px;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 38px 1fr 10px;
  align-items: center;
  gap: 10px;
  color: #dffdf6;
  text-decoration: none;
  background: rgba(0,10,14,.74);
  border: 1px solid rgba(255,255,255,.07);
  direction: rtl;
}

.gtx-dock-link.active {
  background: linear-gradient(135deg, rgba(31,255,169,.26), rgba(0,255,220,.07));
  border-color: rgba(55,255,190,.58);
  box-shadow: 0 0 26px rgba(55,255,190,.16);
}

.gtx-dock-link i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #39ffad;
  box-shadow: 0 0 16px rgba(57,255,173,.8);
}

.gtx-dock-link.orange i { background: #ff9846; }
.gtx-dock-link.vodafone i { background: #ff4a70; }
.gtx-dock-link.etisalat i { background: #7affb4; }
.gtx-dock-link.we i { background: #a984ff; }

.gtx-system-box {
  margin-top: 24px;
  color: #7cffbd;
  font-family: ui-monospace, Menlo, Consolas, monospace;
}

.gtx-system-box b {
  display: block;
  margin-bottom: 10px;
  letter-spacing: .12em;
}

.gtx-system-box p {
  margin: 0 0 12px;
}

.gtx-system-box p span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #44ffab;
  box-shadow: 0 0 14px #44ffab;
}

.gtx-equalizer {
  display: flex;
  gap: 6px;
}

.gtx-equalizer i {
  width: 6px;
  height: 26px;
  background: linear-gradient(#4fffb1, #0b8);
}

.gtx-telegram-box {
  margin-top: 24px;
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 22px;
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  color: #eaffff;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(55,200,255,.28), rgba(0,255,170,.10));
  border: 1px solid rgba(87,221,255,.34);
}

.gtx-telegram-box span {
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2cb8ff;
}

.gtx-telegram-box small {
  color: rgba(230,255,255,.68);
}

.gtx-brand-top {
  text-align: center;
  margin-bottom: 14px;
}

.gtx-brand-badge {
  width: clamp(170px, 18vw, 290px);
  margin: 0 auto 6px;
  padding: 8px;
  border-radius: 28px;
  background: rgba(0,12,14,.70);
  border: 1px solid rgba(60,255,180,.28);
  box-shadow: 0 0 32px rgba(55,255,180,.14);
}

.gtx-brand-badge img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.gtx-brand-top p {
  margin: 0;
  color: #d8fff3;
  font-weight: 800;
}

.gtx-hero {
  min-height: 300px;
  border-radius: 26px;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(260px, .85fr) 1fr;
  gap: 26px;
  align-items: center;
  background:
    radial-gradient(circle at 20% 50%, rgba(0,255,170,.22), transparent 30%),
    linear-gradient(135deg, rgba(6,31,32,.94), rgba(2,12,18,.96));
  border: 1px solid rgba(99,255,215,.22);
  box-shadow: 0 20px 54px rgba(0,0,0,.34);
}

.gtx-holo {
  min-height: 230px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(55,255,180,.24), transparent 52%);
  border: 1px solid rgba(255,255,255,.06);
}

.gtx-holo-core {
  width: 150px;
  height: 150px;
  border-radius: 34px;
  display: grid;
  place-items: center;
  transform: perspective(500px) rotateY(-16deg);
  color: #baffdf;
  font-size: 5rem;
  font-weight: 1000;
  background: linear-gradient(135deg, rgba(70,255,190,.24), rgba(0,255,170,.05));
  border: 1px solid rgba(100,255,210,.35);
  box-shadow: 0 0 42px rgba(60,255,180,.30);
}

.gtx-hero-copy {
  text-align: right;
}

.gtx-pill {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 14px;
  color: #79ffc1;
  background: rgba(0,255,170,.10);
  border: 1px solid rgba(0,255,170,.22);
  font-weight: 900;
}

.gtx-hero-copy h1 {
  margin: 0;
  color: #eaffff;
  font-size: clamp(2rem, 3vw, 3.6rem);
  line-height: 1.22;
  font-weight: 1000;
}

.gtx-hero-copy h1 span {
  color: #22df86;
}

.gtx-hero-copy p {
  color: rgba(230,255,248,.72);
  font-size: 1.05rem;
  margin: 14px 0 22px;
}

.gtx-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gtx-features span {
  padding: 13px 14px;
  text-align: center;
  border-radius: 14px;
  color: #eafff9;
  background: rgba(0,0,0,.20);
  border: 1px solid rgba(255,255,255,.07);
}

.gtx-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 16px 0 22px;
}

.gtx-dots span {
  width: 26px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.25);
}

.gtx-dots .active {
  width: 72px;
  background: linear-gradient(90deg, #ecfff5, #20f5a2);
}

.gtx-section-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin: 6px 0 14px;
}

.gtx-section-title h2 {
  color: #eaffff;
  margin: 0;
  font-size: clamp(1.2rem, 1.6vw, 1.7rem);
}

.gtx-section-title i {
  width: 10px;
  height: 18px;
  background: #ff9846;
  border-radius: 3px;
}

.gtx-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 235px), 1fr));
  gap: 18px;
}

.gtx-service-card {
  min-height: 350px;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(160deg, rgba(0,255,170,.10), rgba(0,70,90,.03)),
    rgba(2,13,18,.94);
  border: 1px solid rgba(72,255,194,.24);
  box-shadow: 0 18px 42px rgba(0,0,0,.36), 0 0 28px rgba(50,255,180,.08);
}

.gtx-card-top {
  display: flex;
  justify-content: space-between;
  direction: ltr;
  color: #ff9a4a;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-weight: 900;
  letter-spacing: .09em;
  font-size: .78rem;
}

.gtx-number {
  padding: 5px 9px;
  border-radius: 10px;
  color: #e9d7ff;
  background: rgba(150,105,255,.12);
  border: 1px solid rgba(180,140,255,.18);
}

.gtx-service-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 14px auto 10px;
  color: #ff9a4a;
  font-size: 2.6rem;
  background: radial-gradient(circle, rgba(255,145,60,.20), rgba(0,0,0,.05));
  border: 1px solid rgba(255,145,60,.24);
}

.gtx-service-card h3 {
  margin: 0;
  min-height: 58px;
  text-align: center;
  color: #f7fffd;
  font-size: clamp(1.1rem, 1.25vw, 1.45rem);
  line-height: 1.35;
  font-weight: 1000;
}

.gtx-service-card p {
  margin: 10px 0 14px;
  min-height: 68px;
  color: rgba(226,255,247,.72);
  text-align: center;
  line-height: 1.6;
}

.gtx-price {
  margin-top: auto;
  min-height: 52px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  direction: rtl;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0,0,0,.24);
  border: 1px solid rgba(72,255,194,.18);
}

.gtx-price span,
.gtx-price em {
  color: rgba(220,255,245,.74);
  font-style: normal;
  font-size: .82rem;
  font-weight: 900;
}

.gtx-price strong {
  color: #63ffae;
  text-align: center;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  font-weight: 1000;
}

.gtx-buy {
  margin-top: 12px;
  min-height: 48px;
  border-radius: 14px;
  padding: 10px 14px;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  color: #001613;
  text-decoration: none;
  background: linear-gradient(135deg, #24eba2, #22cfff);
  box-shadow: 0 14px 30px rgba(35,255,180,.20);
  font-weight: 1000;
}

.gtx-login-card a {
  min-height: 56px;
  margin-bottom: 26px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #eaffff;
  text-decoration: none;
  font-weight: 900;
  background: rgba(2,18,22,.84);
  border: 1px solid rgba(74,255,190,.24);
}

.gtx-control-card {
  direction: rtl;
  color: #dffdf6;
}

.gtx-control-card h3 {
  margin: 0 0 16px;
  color: #38ffad;
  text-align: center;
}

.gtx-control-card div {
  padding: 14px;
  border-radius: 15px;
  margin-bottom: 12px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.06);
}

.gtx-control-card div span {
  color: rgba(220,255,245,.62);
  display: block;
  margin-bottom: 5px;
}

.gtx-control-card div strong {
  color: #caffef;
  font-size: 1.2rem;
}

.gtx-control-card button {
  width: 100%;
  min-height: 44px;
  color: #44ffad;
  border-radius: 12px;
  background: rgba(0,255,170,.08);
  border: 1px solid rgba(0,255,170,.20);
  font-weight: 900;
}

.gtx-mode-card {
  margin-top: 24px;
  direction: ltr;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  color: #dffdf6;
}

.gtx-mode-card span {
  color: rgba(230,255,248,.55);
}

.gtx-mode-card strong {
  display: block;
  color: #31ff9e;
  letter-spacing: .14em;
  margin-top: 4px;
}

.gtx-mode-card i {
  display: block;
  margin-top: 12px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(60,255,180,.4);
}

.gtx-bottom-bar {
  width: min(820px, 100%);
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(74,255,190,.18);
}

.gtx-bottom-bar span {
  padding: 14px 12px;
  text-align: center;
  color: rgba(235,255,250,.76);
  background: rgba(0,0,0,.18);
  border-inline-end: 1px solid rgba(255,255,255,.05);
}

@media (max-width: 1200px) {
  .gtx-shell {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .gtx-right-panel {
    display: none;
  }

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

  .gtx-hero-copy {
    text-align: center;
  }
}

@media (max-width: 820px) {
  .gtx-shell {
    display: block;
    padding: 18px 12px;
  }

  .gtx-left-rail {
    margin-bottom: 18px;
  }

  .gtx-command-dock,
  .gtx-system-box {
    display: none;
  }

  .gtx-mini-icons {
    margin-bottom: 14px;
  }

  .gtx-telegram-box {
    margin: 0 0 16px;
  }

  .gtx-features,
  .gtx-bottom-bar {
    grid-template-columns: 1fr;
  }

  .gtx-card-grid {
    grid-template-columns: 1fr;
  }

  .gtx-hero {
    padding: 18px;
  }
}

/* ===== Senior final: real holo logo + working control panel ===== */

/* Put animated Gattouz logo inside the holo cube instead of letter G */
.gtx-holo-core.gtx-holo-logo {
  width: clamp(170px, 18vw, 260px) !important;
  height: auto !important;
  min-height: clamp(145px, 16vw, 220px) !important;
  padding: clamp(12px, 1.4vw, 20px) !important;
  border-radius: clamp(24px, 2vw, 38px) !important;
  transform: perspective(700px) rotateY(-10deg) rotateX(2deg) !important;
  background:
    radial-gradient(circle at center, rgba(62,255,180,0.22), transparent 58%),
    linear-gradient(135deg, rgba(70,255,190,0.20), rgba(0,255,170,0.045)) !important;
  border: 1px solid rgba(100,255,210,0.38) !important;
  box-shadow:
    0 0 55px rgba(60,255,180,0.28),
    inset 0 0 0 1px rgba(255,255,255,0.04) !important;
}

.gtx-holo-core.gtx-holo-logo img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  border-radius: clamp(18px, 1.6vw, 28px) !important;
  filter:
    drop-shadow(0 0 16px rgba(70,255,180,0.35))
    saturate(1.08) !important;
}

.gtx-holo-core.gtx-holo-logo::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(105,255,210,0.18), transparent);
  opacity: 0.55;
  animation: gtxHoloSweep 3.6s ease-in-out infinite;
}

@keyframes gtxHoloSweep {
  0%, 100% { transform: translateX(-18%); opacity: 0.18; }
  50% { transform: translateX(18%); opacity: 0.55; }
}

/* Make control panel look real and clickable */
.gtx-real-panel .gtx-stat-box,
.gtx-control-card .gtx-stat-box {
  position: relative !important;
  overflow: hidden !important;
}

.gtx-real-panel .gtx-stat-box::before,
.gtx-control-card .gtx-stat-box::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(#39ffad, #22d8ff);
  box-shadow: 0 0 14px rgba(57,255,173,0.55);
}

.gtx-panel-action,
.gtx-control-card button {
  width: 100% !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  color: #031614 !important;
  border-radius: 14px !important;
  border: 0 !important;
  background: linear-gradient(135deg, #38f2a1, #34d8ff) !important;
  font-weight: 950 !important;
  box-shadow: 0 14px 30px rgba(37,255,184,0.22) !important;
  cursor: pointer !important;
}

.gtx-panel-action:hover,
.gtx-control-card button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

/* Better right panel spacing */
.gtx-right-panel {
  align-self: start !important;
}

.gtx-login-card a,
.gtx-login-box a {
  font-size: clamp(0.95rem, 1vw, 1.08rem) !important;
}

/* If old fake labels still exist, keep them from dominating */
.gtx-control-card small {
  color: rgba(190,255,235,0.70) !important;
  font-size: 0.72rem !important;
  margin-inline-start: 4px !important;
}

/* Mobile: keep holo logo clean */
@media (max-width: 820px) {
  .gtx-holo-core.gtx-holo-logo {
    width: clamp(145px, 50vw, 210px) !important;
    min-height: clamp(125px, 44vw, 180px) !important;
    transform: none !important;
  }
}

/* ==========================================================
   SENIOR PATCH: remove top logo + move hero/items upward
   ========================================================== */

/* safety: if top logo still exists anywhere, hide it */
.gtx-top-logo{
  display:none !important;
}

/* bring the whole middle area upward a bit */
.gtx-shell{
  padding-top: 12px !important;
  gap: 18px !important;
}

/* reduce extra empty spacing above main content */
.gtx-main{
  padding-top: 0 !important;
}

/* hero closer to top and tighter */
.gtx-hero-panel{
  margin-top: -6px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  min-height: 260px !important;
  align-items: start !important;
}

/* move the logo visual box upward */
.gtx-hero-visual{
  align-self: start !important;
  min-height: 180px !important;
  padding-top: 4px !important;
}

.gtx-holo-core,
.gtx-holo-core.gtx-holo-logo{
  margin-top: -10px !important;
  transform: translateY(-12px) perspective(700px) rotateY(-10deg) rotateX(2deg) !important;
}

/* keep the right text block tighter */
.gtx-hero-copy{
  align-self: start !important;
  padding-top: 4px !important;
}

.gtx-trust-pill{
  margin-bottom: 10px !important;
}

.gtx-hero-copy h1{
  margin-top: 0 !important;
  line-height: 1.14 !important;
}

.gtx-hero-copy p{
  margin: 10px 0 14px !important;
}

.gtx-feature-row{
  margin-top: 0 !important;
}

/* move dots and products upward */
.gtx-slider-dots{
  margin: 10px 0 10px !important;
}

.gtx-services-head{
  margin: 0 0 10px !important;
}

.gtx-service-grid{
  margin-top: 0 !important;
}

/* tighten side panels too */
.gtx-dock{
  margin-top: 0 !important;
}

.gtx-status-card{
  margin-top: 18px !important;
}

.gtx-telegram{
  margin-top: 18px !important;
}

.gtx-control-panel,
.gtx-control-card{
  margin-top: 0 !important;
}

.gtx-mode-card{
  margin-top: 16px !important;
}

/* responsive */
@media (max-width: 1200px){
  .gtx-shell{
    padding-top: 10px !important;
    gap: 16px !important;
  }

  .gtx-hero-panel{
    margin-top: 0 !important;
    min-height: auto !important;
  }

  .gtx-holo-core,
  .gtx-holo-core.gtx-holo-logo{
    transform: translateY(-6px) !important;
  }
}

@media (max-width: 820px){
  .gtx-shell{
    padding-top: 8px !important;
  }

  .gtx-hero-panel{
    padding: 14px !important;
    gap: 12px !important;
  }

  .gtx-hero-visual{
    min-height: 140px !important;
  }

  .gtx-holo-core,
  .gtx-holo-core.gtx-holo-logo{
    margin-top: 0 !important;
    transform: none !important;
  }

  .gtx-slider-dots{
    margin: 8px 0 8px !important;
  }
}

/* ==========================================================
   FINAL PATCH: remove duplicated top logo + pull hero/services up
   ========================================================== */

/* Hide duplicated top logo if it still exists in cached/old template */
.gtx-brand-top,
.gtx-top-logo {
  display: none !important;
}

/* Move whole command center upward */
.gtx-shell {
  padding-top: 10px !important;
  gap: 16px !important;
}

/* Remove extra top space from center stage */
.gtx-main-stage,
.gtx-main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Move main hero panel up */
.gtx-hero,
.gtx-hero-panel {
  margin-top: 0 !important;
  transform: translateY(-16px) !important;
  min-height: 250px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

/* Move actual logo box inside hero upward */
.gtx-holo,
.gtx-hero-visual {
  min-height: 170px !important;
  align-self: start !important;
}

.gtx-holo-core,
.gtx-holo-core.gtx-holo-logo {
  margin-top: -18px !important;
  transform: translateY(-14px) perspective(700px) rotateY(-10deg) rotateX(2deg) !important;
}

/* Keep logo size clean */
.gtx-holo-core.gtx-holo-logo {
  width: clamp(145px, 15vw, 225px) !important;
  min-height: clamp(125px, 14vw, 190px) !important;
  padding: clamp(10px, 1vw, 16px) !important;
}

.gtx-holo-core.gtx-holo-logo img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Pull hero text up too */
.gtx-hero-copy {
  align-self: start !important;
  padding-top: 0 !important;
}

.gtx-pill,
.gtx-trust-pill {
  margin-bottom: 8px !important;
}

.gtx-hero-copy h1 {
  margin-top: 0 !important;
  line-height: 1.12 !important;
}

.gtx-hero-copy p {
  margin: 8px 0 12px !important;
}

.gtx-features,
.gtx-feature-row {
  margin-top: 0 !important;
}

/* Pull slider, section title, and product cards up */
.gtx-dots,
.gtx-slider-dots {
  margin: -2px 0 8px !important;
  transform: translateY(-12px) !important;
}

.gtx-section-title,
.gtx-services-head {
  margin: -10px 0 10px !important;
  transform: translateY(-10px) !important;
}

.gtx-card-grid,
.gtx-service-grid {
  margin-top: -10px !important;
  transform: translateY(-10px) !important;
}

/* Tighten sidebars so the whole dashboard feels aligned */
.gtx-mini-icons,
.gtx-mini-controls {
  margin-bottom: 14px !important;
}

.gtx-command-dock,
.gtx-dock {
  margin-top: 0 !important;
}

.gtx-system-box,
.gtx-status-card {
  margin-top: 16px !important;
}

.gtx-telegram-box,
.gtx-telegram {
  margin-top: 16px !important;
}

.gtx-login-card,
.gtx-login-box {
  margin-bottom: 14px !important;
}

.gtx-control-card,
.gtx-control-panel {
  margin-top: 0 !important;
}

.gtx-mode-card {
  margin-top: 14px !important;
}

/* Mobile / smaller laptop safety */
@media (max-width: 1200px) {
  .gtx-shell {
    padding-top: 8px !important;
    gap: 14px !important;
  }

  .gtx-hero,
  .gtx-hero-panel {
    transform: translateY(-8px) !important;
  }

  .gtx-holo-core,
  .gtx-holo-core.gtx-holo-logo {
    margin-top: -8px !important;
    transform: translateY(-8px) !important;
  }
}

@media (max-width: 820px) {
  .gtx-shell {
    padding-top: 8px !important;
  }

  .gtx-hero,
  .gtx-hero-panel {
    transform: none !important;
    padding: 14px !important;
    gap: 12px !important;
  }

  .gtx-holo,
  .gtx-hero-visual {
    min-height: 130px !important;
  }

  .gtx-holo-core,
  .gtx-holo-core.gtx-holo-logo {
    margin-top: 0 !important;
    transform: none !important;
    width: clamp(130px, 48vw, 180px) !important;
    min-height: clamp(110px, 42vw, 160px) !important;
  }

  .gtx-dots,
  .gtx-slider-dots,
  .gtx-section-title,
  .gtx-services-head,
  .gtx-card-grid,
  .gtx-service-grid {
    transform: none !important;
    margin-top: 0 !important;
  }
}

/* ==========================================================
   REAL WORKING COMMAND DOCK FILTERS
   ========================================================== */

.gtx-dock-link {
  width: 100% !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  appearance: none !important;
  cursor: pointer !important;
  font-family: inherit !important;
  font-size: inherit !important;
}

.gtx-dock-link:hover {
  transform: translateX(-2px) !important;
  border-color: rgba(80,255,195,.42) !important;
  box-shadow: 0 0 22px rgba(55,255,190,.12) !important;
}

.gtx-dock-link.active {
  position: relative !important;
}

.gtx-dock-link.active::before {
  content: "";
  position: absolute;
  inset-inline-end: -8px;
  top: 50%;
  width: 14px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(#42ffae, #35d8ff);
  box-shadow: 0 0 20px rgba(66,255,174,.6);
}

.gtx-service-card[hidden],
.gtx-card-hidden {
  display: none !important;
}

.gtx-filter-empty {
  grid-column: 1 / -1;
  padding: 28px;
  border-radius: 22px;
  text-align: center;
  color: #baffdf;
  background: rgba(0, 18, 20, .78);
  border: 1px solid rgba(70,255,190,.24);
  box-shadow: 0 14px 36px rgba(0,0,0,.28);
  font-weight: 900;
}

.gtx-section-title h2 {
  transition: color .18s ease, text-shadow .18s ease;
}

.gtx-dock-link.active strong {
  color: #ffffff !important;
  text-shadow: 0 0 12px rgba(70,255,190,.35) !important;
}

/* Fine tune: move hero logo visual slightly down */
.gtx-hero-visual,
.gtx-holo {
  transform: translateY(18px) !important;
}

.gtx-holo-core,
.gtx-holo-core.gtx-holo-logo {
  margin-top: 0 !important;
  transform: translateY(10px) perspective(700px) rotateY(-10deg) rotateX(2deg) !important;
}

/* mobile: smaller move */
@media (max-width: 820px) {
  .gtx-hero-visual,
  .gtx-holo {
    transform: translateY(8px) !important;
  }

  .gtx-holo-core,
  .gtx-holo-core.gtx-holo-logo {
    transform: translateY(6px) !important;
  }
}

/* ===== Senior repair: working dock + hide filtered cards + stray cleanup ===== */
.gtx-dock-link {
  width: 100% !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  appearance: none !important;
  cursor: pointer !important;
  font-family: inherit !important;
  font-size: inherit !important;
}

.gtx-dock-link:hover {
  transform: translateX(-2px) !important;
  border-color: rgba(80,255,195,.42) !important;
  box-shadow: 0 0 22px rgba(55,255,190,.12) !important;
}

.gtx-dock-link.active {
  position: relative !important;
}

.gtx-dock-link.active::before {
  content: "";
  position: absolute;
  inset-inline-end: -8px;
  top: 50%;
  width: 14px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(#42ffae, #35d8ff);
  box-shadow: 0 0 20px rgba(66,255,174,.6);
}

.gtx-service-card[hidden],
.gtx-card-hidden {
  display: none !important;
}

.gtx-filter-empty {
  grid-column: 1 / -1;
  padding: 28px;
  border-radius: 22px;
  text-align: center;
  color: #baffdf;
  background: rgba(0,18,20,.78);
  border: 1px solid rgba(70,255,190,.24);
  font-weight: 900;
}

/* ===== Final dock filter safety ===== */
.gtx-dock-link {
  width: 100% !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  appearance: none !important;
  cursor: pointer !important;
  font-family: inherit !important;
  font-size: inherit !important;
}

.gtx-dock-link:hover {
  transform: translateX(-2px) !important;
  border-color: rgba(80,255,195,.42) !important;
  box-shadow: 0 0 22px rgba(55,255,190,.12) !important;
}

.gtx-dock-link.active {
  position: relative !important;
}

.gtx-dock-link.active::before {
  content: "";
  position: absolute;
  inset-inline-end: -8px;
  top: 50%;
  width: 14px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(#42ffae, #35d8ff);
  box-shadow: 0 0 20px rgba(66,255,174,.6);
}

.gtx-service-card[hidden],
.gtx-card-hidden {
  display: none !important;
}

/* ===== Extra data service card accents ===== */
.gtx-service-card.carrier-vodafone .gtx-card-top strong,
.gtx-service-card.carrier-vodafone .gtx-service-icon {
  color: #ff4a70 !important;
}

.gtx-service-card.carrier-etisalat .gtx-card-top strong,
.gtx-service-card.carrier-etisalat .gtx-service-icon {
  color: #75ffb4 !important;
}

.gtx-service-card.carrier-orange .gtx-card-top strong,
.gtx-service-card.carrier-orange .gtx-service-icon {
  color: #ff9846 !important;
}

/* ===== Matrix responsive polish: desktop/tablet/phone ===== */
.gt-command-center-page .container-fluid {
  max-width: none;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.gt-command-center-page main.col-12 {
  padding-top: 10px !important;
}

.gtx-shell {
  width: min(1800px, 100%) !important;
  margin: 0 auto !important;
  padding: 24px 28px 18px !important;
  display: grid !important;
  grid-template-columns: 255px minmax(0, 1fr) 285px !important;
  gap: 24px !important;
  align-items: start !important;
  min-height: auto !important;
  direction: ltr !important;
}

.gtx-left-rail,
.gtx-right-panel {
  position: sticky !important;
  top: 88px !important;
  align-self: start !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  min-width: 0 !important;
}

.gtx-main-stage {
  direction: rtl !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.gtx-top-brand {
  display: grid !important;
  justify-items: center !important;
  gap: 10px !important;
  margin: 0 auto 8px !important;
}

.gtx-top-logo {
  width: min(305px, 40vw) !important;
  aspect-ratio: 1 / 1 !important;
  border: 1px solid rgba(38, 255, 171, 0.34) !important;
  border-radius: 28px !important;
  display: grid !important;
  place-items: center !important;
  background: radial-gradient(circle at center, rgba(30, 255, 163, 0.13), rgba(0, 0, 0, 0.92) 62%) !important;
  box-shadow: 0 0 0 10px rgba(16, 255, 161, 0.035), 0 0 38px rgba(29, 255, 164, 0.22) !important;
  overflow: hidden !important;
}

.gtx-top-logo img {
  width: 74% !important;
  height: 74% !important;
  object-fit: contain !important;
  filter: drop-shadow(0 0 22px rgba(37, 255, 166, 0.35)) !important;
}

.gtx-top-brand p {
  margin: 0 !important;
  color: #dffcf4 !important;
  font-weight: 800 !important;
  font-size: clamp(1rem, 1.4vw, 1.35rem) !important;
  text-shadow: 0 0 18px rgba(43, 255, 177, 0.3) !important;
}

.gtx-hero {
  min-height: 0 !important;
  padding: clamp(22px, 3vw, 38px) !important;
  border-radius: 26px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.78fr) !important;
  gap: clamp(20px, 3vw, 34px) !important;
  align-items: center !important;
  margin: 0 !important;
}

.gtx-hero-copy h1 {
  margin: 14px 0 10px !important;
  font-size: clamp(2.6rem, 5vw, 5.2rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.gtx-hero-copy p {
  margin-bottom: 20px !important;
  font-size: clamp(1rem, 1.25vw, 1.25rem) !important;
}

.gtx-holo {
  min-height: 220px !important;
  transform: none !important;
}

.gtx-holo-core,
.gtx-holo-core.gtx-holo-logo {
  width: min(250px, 85%) !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  transform: perspective(700px) rotateY(-10deg) rotateX(2deg) !important;
}

.gtx-holo-logo img {
  width: 72% !important;
  height: 72% !important;
  object-fit: contain !important;
}

.gtx-dots,
.gtx-section-title {
  margin-top: 0 !important;
}

.gtx-section-title h2 {
  margin: 0 !important;
  font-size: clamp(1.45rem, 2.2vw, 2.1rem) !important;
}

.gtx-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  margin-top: 0 !important;
}

.gtx-service-card {
  min-height: 380px !important;
  padding: 18px !important;
  border-radius: 24px !important;
  display: grid !important;
  grid-template-rows: auto auto minmax(54px, auto) 1fr auto auto !important;
  gap: 12px !important;
  background:
    linear-gradient(180deg, rgba(0, 56, 45, 0.8), rgba(1, 18, 23, 0.96)),
    radial-gradient(circle at 50% 26%, rgba(39, 255, 178, 0.13), transparent 44%) !important;
  border: 1px solid rgba(39, 255, 178, 0.28) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 18px 45px rgba(0, 0, 0, 0.28) !important;
  overflow: hidden !important;
}

.gtx-service-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(39, 255, 178, 0.48) !important;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34), 0 0 22px rgba(29, 255, 164, 0.12) !important;
}

.gtx-service-card h3 {
  margin: 0 !important;
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: clamp(1.22rem, 1.35vw, 1.6rem) !important;
  line-height: 1.35 !important;
}

.gtx-service-card p {
  margin: 0 !important;
  min-height: 88px !important;
  font-size: clamp(0.98rem, 1vw, 1.08rem) !important;
  line-height: 1.75 !important;
}

.gtx-price {
  margin-top: 4px !important;
  padding: 12px 14px !important;
  min-height: 70px !important;
  border-radius: 16px !important;
}

.gtx-buy {
  min-height: 50px !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

.telegram-float {
  left: auto !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 1040 !important;
}

@media (max-width: 1399.98px) {
  .gtx-shell {
    grid-template-columns: 220px minmax(0, 1fr) 250px !important;
    gap: 18px !important;
    padding: 22px 18px !important;
  }

  .gtx-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .gtx-hero {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 991.98px) {
  .gtx-shell {
    grid-template-columns: 1fr !important;
    padding: 14px 0 76px !important;
  }

  .gtx-left-rail,
  .gtx-right-panel {
    position: static !important;
  }

  .gtx-left-rail {
    order: 2 !important;
  }

  .gtx-main-stage {
    order: 1 !important;
  }

  .gtx-right-panel {
    order: 3 !important;
  }

  .gtx-command-dock {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .gtx-dock-title {
    grid-column: 1 / -1 !important;
  }

  .gtx-top-logo {
    width: min(210px, 64vw) !important;
    border-radius: 24px !important;
  }

  .gtx-card-grid {
    grid-template-columns: 1fr !important;
  }

  .gtx-service-card {
    min-height: 0 !important;
  }

  .telegram-float {
    right: 14px !important;
    bottom: 12px !important;
  }
}

@media (max-width: 575.98px) {
  .gt-command-center-page .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .gtx-hero {
    padding: 18px 14px !important;
    border-radius: 20px !important;
  }

  .gtx-hero-copy h1 {
    font-size: 2.15rem !important;
  }

  .gtx-features {
    grid-template-columns: 1fr !important;
  }

  .gtx-command-dock {
    grid-template-columns: 1fr !important;
  }
}
