: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 Kufi Arabic", "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.56;
}

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: 72px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
}

.header-logo {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  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: 34px 18px 36px;
  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: 176px;
  height: 176px;
  margin: 0 auto 14px;
  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;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2rem, 8vw, 3.55rem);
  line-height: 1.25;
}

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

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

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

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

.quick-actions,
.service-section {
  padding-block: 30px 8px;
}

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

.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: 94px;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 14px;
  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: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--white);
  font-size: 1.6rem;
  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: 1rem;
}

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

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

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

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

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

.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: 62px;
  min-height: 58px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  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: 26px;
  }

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

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

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

  .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: 158px;
    height: 158px;
  }
}
