@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/cairo-arabic-400-normal.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200D, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/cairo-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/cairo-arabic-700-normal.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200D, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/cairo-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./fonts/cairo-arabic-900-normal.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200D, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./fonts/cairo-latin-900-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

: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: "Cairo", "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;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.inline-icon,
.action-icon svg,
.action-arrow svg,
.info-sticker svg,
.float-button svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: currentColor;
}

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%;
  padding: 2px;
  background: #fff;
  object-fit: contain;
}

.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;
}

.header-call .inline-icon {
  width: 18px;
  height: 18px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 20px 18px 23px;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 22%, rgba(87, 170, 255, 0.32), transparent 30%),
    linear-gradient(145deg, #06172f 0%, #0d3970 46%, #071e3f 100%);
  text-align: center;
  isolation: isolate;
}

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

.hero::before {
  width: 520px;
  height: 190px;
  top: -102px;
  right: -155px;
  border-color: rgba(112, 179, 246, 0.19);
  transform: rotate(-7deg);
}

.hero::after {
  width: 440px;
  height: 170px;
  bottom: -112px;
  left: -110px;
  border-color: rgba(212, 174, 66, 0.19);
  transform: rotate(8deg);
}

.hero-glow {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 38%, rgba(255, 255, 255, 0.045) 39% 46%, transparent 47%),
    repeating-radial-gradient(ellipse at 50% -18%, transparent 0 55px, rgba(255, 255, 255, 0.045) 57px 58px, transparent 60px 92px);
  pointer-events: none;
}

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

.logo-frame {
  position: relative;
  width: 176px;
  height: 176px;
  margin: 0 auto 10px;
  padding: 6px;
  border: 2px solid rgba(244, 208, 112, 0.95);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(5, 23, 54, 0.75)),
    #0a2d5d;
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -9px 18px rgba(0, 0, 0, 0.24),
    0 0 0 7px rgba(9, 39, 83, 0.72);
}

.logo-frame img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: #fff;
  object-fit: contain;
}

.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);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 5px 12px rgba(18, 48, 85, 0.16);
}

.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 {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #2e8fd0, #1768aa);
  color: #fff;
  box-shadow: 0 4px 10px rgba(23, 104, 170, 0.22);
}

.action-arrow svg {
  width: 17px;
  height: 17px;
}

.action-arrow.arrow-down {
  background: linear-gradient(145deg, #e2b94d, #ad7c13);
}

.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;
  color: var(--navy-800);
  background: var(--sky);
  box-shadow: inset 0 0 0 1px rgba(19, 73, 128, 0.06);
}

.info-sticker svg {
  width: 25px;
  height: 25px;
}

.sales-sticker {
  color: #b78616;
  background: #fff7de;
}

.shipping-sticker {
  color: #1975b6;
  background: #eaf6ff;
}

.payment-sticker {
  color: #b6810d;
  background: #fff5d9;
}

.location-sticker {
  color: #d44b4b;
  background: #fff0f0;
}

.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 {
  padding: 2px;
  border: 1px solid rgba(211, 165, 46, 0.7);
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
}

.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 svg {
  width: 21px;
  height: 21px;
}

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

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

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