:root {
  --navy-950: #06152f;
  --navy-900: #0a2048;
  --navy-800: #123567;
  --blue: #1b69bc;
  --sky: #eaf4ff;
  --gold: #d8ae42;
  --gold-soft: #fff6d8;
  --green: #16834f;
  --ink: #13213a;
  --muted: #5e6a7c;
  --line: #dce3ec;
  --paper: #f5f7fb;
  --white: #fff;
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  min-width: 300px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 0%, rgba(37, 104, 180, 0.08), transparent 30%),
    var(--paper);
  line-height: 1.48;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  top: -100px;
  right: 18px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--white);
  font-weight: 800;
}

.skip-link:focus {
  top: 10px;
}

.page-width {
  width: min(100% - 28px, 1060px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 21, 47, 0.96);
  color: var(--white);
}

.header-inner {
  width: min(100% - 28px, 1060px);
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
}

.header-logo {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  object-fit: cover;
}

.header-inner > div {
  display: grid;
}

.header-inner strong {
  font-size: 1rem;
}

.header-inner span {
  color: #cbd8ec;
  font-size: 0.78rem;
}

.header-call {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-right: auto;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 20px 18px 23px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 24, 57, 0.96), rgba(15, 56, 110, 0.95)),
    var(--navy-950);
  text-align: center;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.hero::before {
  width: 360px;
  height: 360px;
  top: -210px;
  right: -120px;
}

.hero::after {
  width: 270px;
  height: 270px;
  bottom: -190px;
  left: -60px;
}

.hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 35%, rgba(69, 139, 226, 0.24), transparent 32%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.logo-frame {
  width: 168px;
  height: 168px;
  margin: 0 auto 10px;
  padding: 0;
  border: 3px solid var(--gold);
  border-radius: 50%;
  background: var(--white);
  overflow: hidden;
}

.logo-frame img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transform: scale(1.035);
}

.hero h1 {
  margin: 0;
  font-size: clamp(1.75rem, 7vw, 3.15rem);
  line-height: 1.2;
}

.english-name {
  margin: 2px 0 0;
  color: #cfddf0;
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.tagline {
  margin: 7px 0 6px;
  color: #f4f7fc;
  font-size: clamp(1rem, 3vw, 1.18rem);
  font-weight: 700;
}

.champion-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #745714;
  font-weight: 900;
}

.phone-number {
  display: block;
  width: max-content;
  margin: 9px auto 0;
  color: var(--white);
  font-size: clamp(1.12rem, 4.6vw, 1.55rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.quick-actions,
.service-section {
  padding-block: 22px 6px;
}

.section-heading {
  margin-bottom: 12px;
}

.section-heading p {
  margin: 0;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
}

.section-heading h2 {
  margin: 2px 0 0;
  color: var(--navy-950);
  font-size: clamp(1.45rem, 5vw, 2rem);
}

.action-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.action-card {
  min-height: 82px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  text-decoration: none;
  box-shadow: 0 5px 16px rgba(15, 35, 70, 0.05);
}

.action-card:hover,
.action-card:focus-visible {
  border-color: #9eb7d4;
  outline: none;
}

.action-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 900;
}

.telegram .action-icon {
  background: linear-gradient(145deg, #1f9bd8, #1471aa);
}

.whatsapp .action-icon,
.group .action-icon {
  background: linear-gradient(145deg, #22a864, #127546);
}

.address .action-icon {
  background: linear-gradient(145deg, #e2b949, #a97b16);
}

.action-copy {
  display: grid;
}

.action-copy strong {
  color: var(--navy-950);
  font-size: 0.96rem;
}

.action-copy small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
}

.action-arrow {
  color: #7d8da2;
  font-size: 1.25rem;
}

.service-section {
  padding-bottom: 32px;
}

.info-card {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--white);
}

.info-sticker {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  border-radius: 15px;
  background: var(--sky);
  font-size: 1.28rem;
}

.info-card h3 {
  margin: 0 0 4px;
  color: var(--navy-950);
  font-size: 1rem;
}

.info-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.info-card .important-note {
  margin-block: 5px;
  color: #9d2c2c;
  font-weight: 900;
}

.trust-strip {
  padding: 22px 0;
  border-block: 1px solid #d6e0ec;
  background: #edf3fa;
}

.trust-strip .page-width {
  display: flex;
  align-items: center;
  gap: 13px;
}

.trust-strip img {
  border-radius: 50%;
  object-fit: cover;
}

.trust-strip strong {
  color: var(--navy-950);
}

.trust-strip p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.site-footer {
  padding: 24px 18px 88px;
  background: var(--navy-950);
  color: var(--white);
  text-align: center;
}

.site-footer p {
  margin: 3px 0;
}

.site-footer a {
  display: inline-block;
  margin-top: 9px;
  color: #e7cf8e;
  font-weight: 900;
  text-decoration: none;
}

.floating-contact {
  position: fixed;
  z-index: 40;
  right: max(14px, env(safe-area-inset-right));
  bottom: max(14px, env(safe-area-inset-bottom));
  display: flex;
  gap: 9px;
}

.float-button {
  width: 56px;
  min-height: 54px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  color: var(--white);
  text-decoration: none;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.22);
}

.float-button span {
  font-size: 1.3rem;
  line-height: 1;
}

.float-button small {
  margin-top: 3px;
  font-size: 0.7rem;
  font-weight: 900;
}

.float-button.call {
  background: var(--navy-800);
}

.float-button.wa {
  background: var(--green);
}

@media (max-width: 700px) {
  .action-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .quick-actions,
  .service-section {
    padding-top: 20px;
  }

  .header-call {
    padding-inline: 10px;
    font-size: 0.82rem;
  }

  .hero {
    padding-block: 18px 21px;
  }

  .action-card {
    min-height: 78px;
  }
}

@media (max-width: 380px) {
  .header-logo {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .header-inner {
    min-height: 60px;
  }

  .header-inner span {
    display: none;
  }

  .action-card {
    grid-template-columns: 50px 1fr auto;
    padding: 12px;
  }

  .action-icon {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 480px) {
  .logo-frame {
    width: 164px;
    height: 164px;
  }

  .hero h1 {
    font-size: 1.78rem;
  }

  .tagline {
    font-size: 0.96rem;
  }
}
