﻿:root {
  --red: #c8102e;
  --red-dark: #7f0d18;
  --navy: #0b1220;
  --ink: #172033;
  --muted: #667085;
  --line: #e7eaf0;
  --soft: #f6f8fb;
  --gold: #c7a456;
  --shadow-sm: 0 10px 28px rgba(16, 24, 40, .08);
  --shadow: 0 22px 70px rgba(16, 24, 40, .14);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.topbar {
  color: #e5e7eb;
  background: var(--navy);
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
}
.topbar-inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.top-left, .top-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 700; }
.top-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(231,234,240,.9);
  box-shadow: 0 8px 30px rgba(16,24,40,.05);
}
.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand { display: flex; align-items: center; gap: 14px; min-width: 280px; }
.logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16,24,40,.08);
}
.logo[src$="aletqan-logo.png"] { padding: 6px; }
.brand-name {
  color: #101828;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.4px;
}
.brand-name span { color: var(--red); }
.brand-slogan { margin-top: 3px; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.25; }
.nav-area { display: flex; align-items: center; gap: 14px; }
.mobile-toggle {
  display: none;
  border: 0;
  padding: 11px 14px;
  color: #fff;
  background: var(--navy);
  border-radius: 12px;
  font-weight: 900;
  cursor: pointer;
}
.menu { display: flex; align-items: center; gap: 2px; padding: 0; margin: 0; list-style: none; }
.menu > li { position: relative; }
.menu > li > a {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 12px 11px;
  color: #202939;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}
.menu > li > a:hover, .menu > li:hover > a { color: var(--red); background: #fff1f2; }
.has-drop > a:after { content: 'v'; color: var(--red); font-size: 10px; font-weight: 900; }
.drop {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 270px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .16s ease;
  z-index: 1002;
}
.has-drop:hover > .drop, .has-drop:focus-within > .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.drop a {
  display: block;
  padding: 10px 12px;
  color: #344054;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 750;
}
.drop a:hover { color: var(--red); background: var(--soft); }
.mega { left: 50%; width: min(820px, 92vw); transform: translate(-50%, 8px); padding: 18px; }
.has-drop:hover > .mega, .has-drop:focus-within > .mega { transform: translate(-50%, 0); }
.mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mega-title { margin: 0 0 8px; padding-bottom: 8px; color: #101828; border-bottom: 1px solid var(--line); font-family: Montserrat, Inter, sans-serif; font-weight: 900; }
.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 17px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(215,25,32,.22);
  white-space: nowrap;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(115deg, rgba(64,6,14,.96) 0%, rgba(116,11,24,.94) 46%, rgba(11,18,32,.96) 100%), radial-gradient(circle at 82% 20%, rgba(255,255,255,.16), transparent 30%);
}
.hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: .55;
}
.hero-inner {
  position: relative;
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 46px;
  padding: 76px 0;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  color: #fff;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}
.kicker.dark { color: var(--red); background: #fff1f2; border-color: #ffd5d9; }
.hero h1, .page-hero h1 {
  margin: 20px 0 18px;
  font-family: Montserrat, Inter, sans-serif;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 1.02;
  letter-spacing: -2px;
}
.hero h1 span, .page-hero h1 span { color: #ff4b55; }
.hero p, .page-hero p { max-width: 720px; color: #e6eaf1; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
}
.btn.primary { color: #fff; background: linear-gradient(135deg, var(--red), var(--red-dark)); box-shadow: 0 18px 42px rgba(215,25,32,.24); }
.btn.dark { color: #fff; background: var(--navy); }
.btn.ghost { color: #fff; border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.06); }
.hero-card {
  padding: 24px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(0,0,0,.32);
  backdrop-filter: blur(18px);
}
.status-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.stat {
  padding: 20px;
  color: #101828;
  background: #fff;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
}
.stat strong { display: block; color: var(--red); font-family: Montserrat, Inter, sans-serif; font-size: 31px; line-height: 1; }
.stat span { display: block; margin-top: 8px; color: #586174; font-size: 13px; font-weight: 850; }
.vip-panel { margin-top: 15px; padding: 20px; background: rgba(11,18,32,.92); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; }
.vip-panel h3, .card h3, .cat-card h3, .step h3, .footer h3, .text-box h2, .text-box h3 { font-family: Montserrat, Inter, sans-serif; }
.vip-panel h3 { margin: 0 0 12px; }
.check-list { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.check-list li:before { content: '\2713'; display: inline-flex; align-items: center; justify-content: center; width: 19px; height: 19px; margin-right: 9px; color: #fff; background: var(--red); border-radius: 50%; font-size: 12px; font-weight: 900; }

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 76px;
  color: #fff;
  background: linear-gradient(135deg, #4b0712 0%, #8f1020 54%, #0b1220 100%);
}
.page-hero:after { content: ''; position: absolute; right: -110px; top: -110px; width: 360px; height: 360px; border-radius: 50%; background: rgba(215,25,32,.28); }
.page-hero .container { position: relative; z-index: 1; }

.section { padding: 84px 0; }
.section.soft { background: var(--soft); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head h2 { margin: 10px 0 0; color: #101828; font-family: Montserrat, Inter, sans-serif; font-size: clamp(30px, 3.2vw, 48px); line-height: 1.08; letter-spacing: -1px; }
.section-head p { max-width: 650px; color: var(--muted); font-size: 17px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card, .cat-card, .text-box, .role {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.card {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  padding: 26px;
  border-radius: var(--radius);
  transition: .2s ease;
}
.card:before { content: ''; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--red), var(--gold)); }
.card:hover, .cat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #ffd7db; }
.icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 16px; color: #fff; background: var(--navy); border-radius: 14px; font-weight: 900; }
.card h3 { margin: 0 0 9px; color: #101828; font-size: 21px; line-height: 1.25; }
.card p, .cat-card p, .text-box p { color: var(--muted); }
.link { color: var(--red); font-weight: 900; }
.category-board { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cat-card { padding: 22px; border-radius: var(--radius); transition: .2s ease; }
.cat-card .num { color: var(--red); font-family: Montserrat, Inter, sans-serif; font-size: 12px; font-weight: 900; letter-spacing: .4px; }
.cat-card h3 { margin: 8px 0; color: #101828; font-size: 20px; line-height: 1.25; }
.cat-card p { margin: 0 0 14px; font-size: 14px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags span { padding: 7px 10px; color: #344054; background: #f4f6f9; border: 1px solid #e8ebf1; border-radius: 999px; font-size: 12px; font-weight: 800; }
.process { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.step { min-height: 184px; padding: 22px; color: #fff; background: var(--navy); border-radius: var(--radius); }
.step b { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; margin-bottom: 18px; background: var(--red); border-radius: 50%; }
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; color: #d8dee8; font-size: 14px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.text-box { padding: 30px; border-radius: var(--radius); }
.text-box h2, .text-box h3 { color: #101828; margin-top: 0; }
.role-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.role { padding: 15px 16px; border-radius: 14px; font-weight: 850; }
.cta {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #1f2937 62%, #5c080f);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.cta:before { content: ''; position: absolute; right: -90px; top: -130px; width: 320px; height: 320px; background: rgba(215,25,32,.32); border-radius: 50%; }
.cta > * { position: relative; }
.cta h2 { margin: 0 0 8px; font-family: Montserrat, Inter, sans-serif; font-size: clamp(28px, 3vw, 38px); line-height: 1.12; }
.cta p { margin: 0; color: #e6eaf1; }

.footer { padding: 64px 0 24px; color: #fff; background: linear-gradient(135deg, #30050b, #080d18 58%, #12040a); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1.15fr; gap: 32px; }
.footer-logo { width: 64px; padding: 6px; background: #fff; border-radius: 14px; }
.footer h3 { margin: 10px 0 12px; color: #fff; }
.footer p, .footer a { color: #cbd5e1; }
.footer-list { display: grid; gap: 8px; }
.footer-list a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 40px; padding-top: 20px; color: #96a0b5; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.float { position: fixed; right: 18px; bottom: 18px; z-index: 1001; display: flex; gap: 10px; }
.float a { padding: 12px 16px; color: #fff; background: var(--navy); border-radius: 999px; box-shadow: var(--shadow); font-weight: 900; }
.float .primary { background: var(--red); }

@media (max-width: 1100px) {
  .header-inner { align-items: flex-start; padding: 14px 0; }
  .nav-area { margin-left: auto; flex-wrap: wrap; justify-content: flex-end; }
  .mobile-toggle { display: inline-flex; }
  .menu { display: none; position: absolute; top: 100%; left: 0; right: 0; align-items: stretch; flex-direction: column; padding: 12px 20px 18px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .menu.open { display: flex; }
  .menu > li > a { justify-content: space-between; }
  .drop, .mega { position: static; display: none; width: auto; min-width: 0; margin: 0 0 8px; padding: 8px; opacity: 1; visibility: visible; transform: none !important; background: var(--soft); border: 0; box-shadow: none; }
  .has-drop.open > .drop, .has-drop.open > .mega { display: block; }
  .mega-grid { grid-template-columns: 1fr; }
  .header-action { display: none; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; }
  .cards, .category-board { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .role-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .topbar-inner { align-items: flex-start; flex-direction: column; padding: 10px 0; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand { min-width: 0; }
  .logo { width: 52px; height: 52px; }
  .brand-name { font-size: 19px; }
  .brand-slogan { font-size: 11px; }
  .hero-inner { padding: 58px 0; }
  .hero h1, .page-hero h1 { font-size: 41px; letter-spacing: -1px; }
  .hero p, .page-hero p { font-size: 17px; }
  .hero-actions { display: grid; }
  .status-grid, .cards, .category-board, .process, .role-grid, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .section-head { display: block; }
  .page-hero { padding: 60px 0; }
  .cta { display: block; padding: 28px; border-radius: 22px; }
  .cta .btn { margin-top: 18px; }
  .footer-bottom { display: block; }
  .float { left: 14px; right: 14px; }
  .float a { flex: 1; text-align: center; }
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
}
.language-switch:before {
  content: none;
}
.language-switch button {
  min-height: 30px;
  padding: 5px 11px;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.language-switch button.active {
  color: #101828;
  background: #fff;
}
html[dir='rtl'] body { direction: rtl; text-align: right; }
html[dir='rtl'] .topbar-inner,
html[dir='rtl'] .header-inner,
html[dir='rtl'] .section-head,
html[dir='rtl'] .cta { direction: rtl; }
html[dir='rtl'] .menu { padding-right: 0; }
html[dir='rtl'] .drop { right: 0; left: auto; }
html[dir='rtl'] .check-list li:before { margin-left: 9px; margin-right: 0; }
@media (max-width: 680px) {
  .top-right { gap: 10px; }
  .language-switch { width: 100%; justify-content: space-between; }
  .language-switch button { flex: 1; }
}

.inquiry-layout {
  display: grid;
  grid-template-columns: .9fr 1.35fr;
  gap: 28px;
  align-items: start;
}
.inquiry-intro h2 {
  margin: 14px 0 12px;
  color: #101828;
  font-family: Montserrat, Inter, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
}
.inquiry-form {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.inquiry-form label {
  display: grid;
  gap: 7px;
  color: #202939;
  font-size: 13px;
  font-weight: 900;
}
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: #101828;
  background: #f8fafc;
  border: 1px solid #d9dee8;
  border-radius: 12px;
  font: 600 14px Inter, Arial, sans-serif;
  outline: none;
}
.inquiry-form textarea {
  min-height: 150px;
  margin-top: 16px;
  resize: vertical;
}
.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(200,16,46,.1);
  background: #fff;
}
.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}
html[dir='rtl'] .inquiry-form input,
html[dir='rtl'] .inquiry-form select,
html[dir='rtl'] .inquiry-form textarea { text-align: right; }
@media (max-width: 900px) {
  .inquiry-layout,
  .form-grid { grid-template-columns: 1fr; }
}




.inquiry-page { max-width: 1120px; }
.inquiry-head { align-items: start; }
.clear-form { padding: 0; overflow: hidden; }
.clear-form fieldset {
  margin: 0;
  padding: 26px 30px 30px;
  border: 0;
  border-top: 1px solid var(--line);
}
.clear-form fieldset:first-child { border-top: 0; }
.clear-form legend {
  width: 100%;
  margin-bottom: 18px;
  color: #101828;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 19px;
  font-weight: 900;
}
.clear-form .form-actions,
.clear-form .form-note { margin-left: 30px; margin-right: 30px; }
.clear-form .form-note { margin-bottom: 30px; }
@media (max-width: 680px) {
  .clear-form fieldset { padding: 22px 18px; }
  .clear-form .form-actions,
  .clear-form .form-note { margin-left: 18px; margin-right: 18px; }
}
