:root {
  --primary-color: #1f2f86;
  --accent-color: #c7a44d;
  --bg: #f3f8ff;
  --text: #0f172a;
  --muted: #475569;
  --surface: #ffffff;
  --border: #d7e5fb;
  --hero-shadow: 0 30px 70px rgba(15, 23, 42, 0.24);
  --card-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
  --display-font: 'Changa', 'Cairo', sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Cairo', sans-serif;
  background:
    radial-gradient(circle at 100% -15%, rgba(14, 116, 144, 0.16) 0%, rgba(14, 116, 144, 0) 50%),
    radial-gradient(circle at -15% 35%, rgba(245, 158, 11, 0.13) 0%, rgba(245, 158, 11, 0) 46%),
    linear-gradient(180deg, #f6f9ff 0%, var(--bg) 60%, #ffffff 100%);
  color: var(--text);
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh;
}

body::before,
body::after {
  content: '';
  position: fixed;
  inset: auto;
  width: min(45vw, 520px);
  height: min(45vw, 520px);
  border-radius: 999px;
  filter: blur(50px);
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}

body::before {
  top: -140px;
  inset-inline-start: -150px;
  background: #3a56bb;
}

body::after {
  bottom: -180px;
  inset-inline-end: -120px;
  background: #c8a956;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--display-font);
  letter-spacing: 0.1px;
}

.container {
  width: min(1200px, 94%);
  margin-inline: auto;
}

.notice-bar {
  background: linear-gradient(95deg, #06263f, var(--primary-color), #1a2d7a);
  color: #fff;
  padding: 0.58rem 0;
  font-size: 0.93rem;
  letter-spacing: 0.15px;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}

.site-header {
  padding-bottom: 1.2rem;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(8px);
  margin-top: 0.9rem;
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-logo {
  width: clamp(120px, 13vw, 176px);
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 14px rgba(15, 23, 42, 0.14));
}

.brand-block h1 {
  margin: 0;
  font-size: 1.38rem;
  line-height: 1.2;
}

.brand-block p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #fff;
  border: 1px solid #d6e3f8;
  color: var(--text);
  padding: 0.55rem 0.9rem;
  border-radius: 11px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, color 180ms ease;
}

.main-nav a:hover {
  transform: translateY(-2px);
  border-color: var(--primary-color);
  color: var(--primary-color);
  box-shadow: 0 8px 18px rgba(14, 116, 144, 0.12);
}

.main-nav .admin-link {
  background: linear-gradient(125deg, #0f172a, #1e293b);
  border-color: #1e293b;
  color: #fff;
}

.hero {
  padding: 0.25rem 0 1.7rem;
}

.hero-stage {
  position: relative;
  min-height: var(--hero-min-height, 520px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  overflow: hidden;
  box-shadow: var(--hero-shadow);
}

.hero-stage::before {
  content: '';
  position: absolute;
  inset: -35% auto auto -10%;
  width: 58%;
  height: 170%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.23), rgba(255, 255, 255, 0));
  transform: rotate(18deg);
  z-index: 2;
  pointer-events: none;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.015);
  pointer-events: none;
  transition: opacity 420ms ease, transform 800ms ease;
  display: grid;
  align-items: stretch;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, var(--grad-start), var(--grad-end));
}

.hero-media-wrap,
.hero-media,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media,
.hero-video {
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
    linear-gradient(112deg, rgba(2, 6, 23, var(--overlay-opacity)) 14%, rgba(2, 6, 23, calc(var(--overlay-opacity) * 0.7)) 54%, rgba(2, 6, 23, calc(var(--overlay-opacity) * 0.36)) 100%);
}

.hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  width: min(760px, calc(100% - 2.2rem));
  margin: auto;
  padding: clamp(1.25rem, 3vw, 2.4rem);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.25), rgba(2, 6, 23, 0.36));
  backdrop-filter: blur(2px);
}

.hero-content.align-center {
  text-align: center;
  margin-inline: auto;
}

.hero-content.align-start {
  text-align: right;
  margin-inline-start: 0;
  margin-inline-end: auto;
}

.hero-badge-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.badge-title,
.badge-slide {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.15px;
}

.badge-title {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.badge-slide {
  background: rgba(245, 158, 11, 0.24);
  color: #fef3c7;
}

.hero-content h2 {
  margin: 0;
  font-size: clamp(1.9rem, 5vw, 3.15rem);
  line-height: 1.22;
  text-wrap: balance;
}

.hero-content h3 {
  margin: 0.6rem 0 0;
  font-size: clamp(1.1rem, 2.4vw, 1.55rem);
  color: #e2e8f0;
}

.hero-text {
  margin: 0.95rem 0 1.15rem;
  font-size: 1.04rem;
  line-height: 1.8;
  color: #f1f5f9;
  max-width: 66ch;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.76rem 1.2rem;
  background: linear-gradient(125deg, var(--accent-color), #d0a94d);
  color: #fff;
  border-radius: 12px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(249, 115, 22, 0.38);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(249, 115, 22, 0.45);
}

.hero-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.hero-control:hover {
  transform: translateY(-50%) scale(1.04);
  background: rgba(255, 255, 255, 0.3);
}

.hero-control.next {
  inset-inline-end: 0.8rem;
}

.hero-control.prev {
  inset-inline-start: 0.8rem;
}

.hero-indicators {
  position: absolute;
  inset-inline: 0;
  bottom: 0.9rem;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
}

.hero-dot {
  width: 12px;
  height: 11px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.hero-dot.is-active {
  width: 30px;
  background: #fff;
}

.home-main .hero-content {
  animation: fade-up 520ms ease both;
}

.home-main .trust-item,
.home-main .cards .card,
.home-main .package-card,
.home-main .about-shell {
  animation: fade-up 620ms ease both;
}

.home-main .trust-item:nth-child(2),
.home-main .cards .card:nth-child(2),
.home-main .package-card:nth-child(2) {
  animation-delay: 70ms;
}

.home-main .trust-item:nth-child(3),
.home-main .cards .card:nth-child(3),
.home-main .package-card:nth-child(3) {
  animation-delay: 120ms;
}

.home-main .trust-item:nth-child(4),
.home-main .package-card:nth-child(4) {
  animation-delay: 170ms;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-main .hero-content,
  .home-main .trust-item,
  .home-main .cards .card,
  .home-main .package-card,
  .home-main .about-shell {
    animation: none;
  }
}

.trust-strip {
  padding: 0 0 1.5rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.trust-item {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #d8e6fb;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 0.2rem;
}

.trust-value {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
}

.trust-label {
  color: #475569;
  font-size: 0.92rem;
  font-weight: 700;
}

.home-main .services,
.home-main .packages,
.home-main .about {
  padding: 2.25rem 0;
}

.section-head h3,
.about h3 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.3;
}

.section-head p,
.about p {
  color: var(--muted);
  max-width: 75ch;
}

.section-head h3::after {
  content: '';
  display: block;
  width: 68px;
  height: 4px;
  border-radius: 999px;
  margin-top: 0.5rem;
  background: linear-gradient(120deg, var(--accent-color), var(--primary-color));
}

.section-head-actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.section-links {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.section-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 0.58rem 0.92rem;
  font-weight: 800;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.section-link-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.1);
}

.section-link-btn.primary {
  border-color: transparent;
  background: linear-gradient(120deg, #1f2f86, var(--primary-color));
  color: #fff;
}

.cards {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.package-grid {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.package-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.05rem;
  box-shadow: var(--card-shadow);
  display: flex;
  flex-direction: column;
  gap: 0.74rem;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.package-card::before {
  content: '';
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
  opacity: 0.28;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 34px rgba(15, 23, 42, 0.14);
}

.package-card.offer-active {
  border-color: #f59e0b;
  box-shadow: 0 18px 34px rgba(245, 158, 11, 0.24);
}

.package-head {
  display: flex;
  justify-content: space-between;
  gap: 0.55rem;
  align-items: center;
  flex-wrap: wrap;
}

.package-type,
.package-offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.package-type {
  background: rgba(14, 116, 144, 0.1);
  color: #2d42a3;
}

.package-offer-badge {
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #fdba74;
}

.package-card h4 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.4;
}

.package-description {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 0.95rem;
}

.package-price-block {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.price-old {
  color: #94a3b8;
  text-decoration: line-through;
  font-size: 0.95rem;
}

.price-main {
  font-size: 1.58rem;
  color: #0f172a;
}

.price-cycle {
  color: #64748b;
  font-size: 0.9rem;
}

.package-services {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #1f2f86;
  font-weight: 700;
}

.package-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.38rem;
}

.package-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.38rem;
  color: #334155;
  font-size: 0.93rem;
  line-height: 1.6;
}

.package-features i {
  color: #b88f35;
}

.package-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.68rem 0.95rem;
  border-radius: 12px;
  background: linear-gradient(120deg, #1f2f86, var(--primary-color));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 18px rgba(14, 116, 144, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.package-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(14, 116, 144, 0.3);
}

.request-page {
  padding-bottom: 1.4rem;
}

.request-hero {
  padding: 1rem 0 0.4rem;
}

.request-hero h2 {
  margin: 0;
  font-size: 1.7rem;
}

.request-hero p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.request-section {
  padding: 1rem 0 2rem;
}

.request-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1rem;
}

.request-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 10px 20px rgba(30, 41, 59, 0.06);
}

.request-card h3 {
  margin-top: 0;
}

.request-form {
  display: grid;
  gap: 0.75rem;
}

.request-form .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.request-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 700;
}

.request-form input,
.request-form textarea,
.request-form select {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 0.6rem 0.75rem;
  background: #fff;
  font-family: inherit;
}

.request-form .hidden {
  display: none;
}

.service-checklist {
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 0.7rem;
  margin: 0;
}

.service-checklist legend {
  padding: 0 0.4rem;
  font-weight: 800;
}

.service-group-title {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.35rem 0 0.55rem;
  font-weight: 800;
  color: #0f172a;
}

.service-place-group {
  margin-top: 0.55rem;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  padding: 0.55rem;
  background: #f8fafc;
}

.service-place-title {
  margin: 0 0 0.5rem;
  font-weight: 800;
  color: #0f172a;
}

.service-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.service-checklist .check-inline {
  display: flex;
  direction: rtl;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.42rem;
  line-height: 1.5;
  font-weight: 700;
}

.service-checklist .check-inline input[type="checkbox"] {
  flex: 0 0 auto;
  margin: 0;
}

.map-pick-wrap {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  overflow: hidden;
}

.notify-status-wrap {
  margin-bottom: 0.75rem;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  padding: 0.5rem 0.65rem;
}

.request-form button {
  border: 0;
  border-radius: 10px;
  padding: 0.7rem 1rem;
  color: #fff;
  background: linear-gradient(120deg, var(--primary-color), #1f2f86);
  font-weight: 800;
  cursor: pointer;
}

.request-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.request-info li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}

.request-summary-list {
  margin-top: 0.75rem !important;
}

.request-summary-list li {
  justify-content: space-between;
  border-bottom: 1px dashed #cbd5e1;
  padding-bottom: 0.35rem;
}

.request-summary-list li strong {
  font-weight: 800;
  color: #0f172a;
}

.request-success-card {
  width: min(820px, 100%);
  margin-inline: auto;
}

.request-no-field {
  display: grid;
  gap: 0.45rem;
  font-weight: 800;
}

.request-no-wrap {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.request-no-wrap input {
  flex: 1;
  min-width: 220px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  font-size: 1.05rem;
  font-weight: 800;
  background: #f8fafc;
}

.copy-btn {
  border: 0;
  border-radius: 10px;
  padding: 0.7rem 1rem;
  color: #fff;
  background: linear-gradient(120deg, #1f2f86, #2d42a3);
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.request-success-actions {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.success-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  font-weight: 800;
  padding: 0.7rem 1rem;
}

.success-btn.primary {
  background: linear-gradient(120deg, var(--primary-color), #1f2f86);
  border-color: transparent;
  color: #fff;
}

.track-layout {
  display: grid;
  gap: 1rem;
}

.track-card {
  width: min(980px, 100%);
  margin-inline: auto;
}

.track-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.track-head h3 {
  margin: 0;
}

.track-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0.8rem 0;
}

.track-meta-grid p {
  margin: 0;
}

.chat-box {
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  padding: 0.75rem;
  margin: 0.8rem 0;
}

.chat-box h4 {
  margin: 0 0 0.5rem;
}

.chat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.chat-item {
  border-radius: 10px;
  padding: 0.65rem;
  border: 1px solid #e2e8f0;
}

.chat-item p {
  margin: 0.35rem 0 0;
  line-height: 1.75;
}

.chat-item-head {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.sender-customer {
  background: #eef2ff;
  border-color: #c7d2fe;
}

.sender-admin {
  background: #ecfeff;
  border-color: #c9d4f5;
}

.sender-system {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.track-logout-form {
  margin-top: 0.5rem;
}

.ghost-btn {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 0.6rem 0.9rem;
  background: #fff;
  color: #0f172a;
  font-weight: 700;
}

.status-badge-public {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
  border: 1px solid transparent;
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
}

.status-badge-public.status-default {
  background: #f8fafc;
  color: #0f172a;
  border-color: #e2e8f0;
}

.status-badge-public.status-new {
  background: #eef2ff;
  color: #3730a3;
  border-color: #c7d2fe;
}

.status-badge-public.status-review {
  background: #ecfeff;
  color: #2d42a3;
  border-color: #c9d4f5;
}

.status-badge-public.status-negotiation {
  background: #fff7ed;
  color: #c2410c;
  border-color: #fdba74;
}

.status-badge-public.status-approved {
  background: #f5f7ff;
  color: #1f2f86;
  border-color: #d2bf7e;
}

.status-badge-public.status-rejected {
  background: #fef2f2;
  color: #991b1b;
  border-color: #fca5a5;
}

.status-badge-public.status-contracted {
  background: #f0f9ff;
  color: #0c4a6e;
  border-color: #7dd3fc;
}

.home-feedback {
  padding: 1rem 0 0;
}

.home-feedback .alert {
  margin-bottom: 0;
}

.alert {
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.alert-success {
  background: #f5f7ff;
  border: 1px solid #c7a44d;
  color: #1f2f86;
}

.alert-error {
  background: #fef2f2;
  border: 1px solid #ef4444;
  color: #991b1b;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.05rem;
  box-shadow: var(--card-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cards .card:hover {
  transform: translateY(-4px);
  border-color: #9bd4ff;
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.12);
}

.card .icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(14, 116, 144, 0.1);
  color: var(--primary-color);
}

.card h4 {
  margin: 0.8rem 0 0.5rem;
  font-size: 1.1rem;
}

.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.about {
  border-top: 1px dashed #bed6ff;
}

.about-shell {
  background: linear-gradient(145deg, #ffffff, #f2f8ff);
  border: 1px solid #d7e5fb;
  border-radius: 20px;
  padding: clamp(1rem, 2.4vw, 1.5rem);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1rem;
  align-items: center;
}

.about-shell h3 {
  margin-bottom: 0.5rem;
}

.about-shell p {
  margin: 0;
}

.about-points {
  display: grid;
  gap: 0.55rem;
}

.about-point {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 0.55rem 0.7rem;
  font-weight: 700;
  color: #0f172a;
}

.about-point i {
  color: #1f2f86;
}

.site-footer {
  margin-top: 2.4rem;
  background:
    radial-gradient(circle at 88% -18%, rgba(199, 164, 77, 0.22), rgba(199, 164, 77, 0)),
    radial-gradient(circle at 12% 110%, rgba(31, 47, 134, 0.28), rgba(31, 47, 134, 0)),
    linear-gradient(160deg, #081126 0%, #0f2048 58%, #102a5d 100%);
  color: #e2e8f0;
  border-top: 1px solid rgba(199, 164, 77, 0.38);
}

.footer-shell {
  padding-top: 1.25rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 1.35rem;
  padding: 0.7rem 0 1.4rem;
}

.footer-logo {
  width: clamp(110px, 15vw, 176px);
  height: auto;
  display: block;
  margin-bottom: 0.5rem;
  filter: brightness(1.08) drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
}

.footer-tagline {
  margin: 0 0 0.72rem;
  color: #d5deef;
  line-height: 1.8;
}

.footer-contact-list {
  display: grid;
  gap: 0.42rem;
  margin-bottom: 0.75rem;
}

.footer-contact-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.46rem;
  color: #dbe7ff;
}

.footer-contact-list a i {
  width: 27px;
  height: 27px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: #f4f8ff;
}

.footer-contact-list a:hover i {
  background: rgba(199, 164, 77, 0.22);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  padding: 0.34rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(203, 213, 225, 0.35);
  background: rgba(2, 6, 23, 0.25);
  color: #dce7ff;
  font-size: 0.86rem;
}

.footer-socials a i {
  font-size: 0.95rem;
}

.footer-links-col,
.footer-accreditations-col {
  border: 1px solid rgba(203, 213, 225, 0.2);
  border-radius: 14px;
  background: rgba(2, 6, 23, 0.22);
  padding: 0.72rem;
}

.site-footer h3 {
  margin-top: 0;
  margin-bottom: 0.55rem;
  color: #f8fafc;
}

.footer-quick-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-quick-links li {
  margin: 0;
}

.footer-quick-links li a {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(203, 213, 225, 0.36);
  background: rgba(15, 23, 42, 0.3);
  color: #dbeafe;
  font-size: 0.9rem;
  line-height: 1.3;
}

.site-footer a:hover {
  color: #fff;
  border-color: rgba(199, 164, 77, 0.72);
  background: rgba(31, 47, 134, 0.55);
}

.footer-accreditations-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.42rem;
}

.footer-accreditations-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(203, 213, 225, 0.26);
  background: rgba(3, 7, 22, 0.28);
  padding: 0.45rem 0.54rem;
  font-size: 0.9rem;
}

.footer-accreditations-list li span {
  color: #c8d4eb;
}

.footer-accreditations-list li strong {
  color: #f5deb0;
  direction: ltr;
  unicode-bidi: plaintext;
  text-align: left;
}

.footer-empty {
  margin: 0;
  color: #c8d4eb;
  font-size: 0.9rem;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0.9rem 0;
  color: #cbd5e1;
}

.copyright-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .hero-stage {
    min-height: max(420px, calc(var(--hero-min-height, 520px) - 80px));
  }

  .hero-content {
    width: min(100%, calc(100% - 1rem));
    padding: 1rem;
  }

  .hero-text {
    font-size: 0.98rem;
  }

  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-shell {
    grid-template-columns: 1fr;
  }

  .request-layout {
    grid-template-columns: 1fr;
  }

  .cards,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links-col,
  .footer-accreditations-col {
    padding: 0.62rem;
  }

  .nav-wrap {
    flex-direction: column;
    align-items: stretch;
    padding: 0.9rem;
  }
}

@media (max-width: 700px) {
  .brand-logo {
    width: clamp(106px, 38vw, 142px);
  }

  .main-nav {
    width: 100%;
  }

  .main-nav a {
    flex: 1 1 calc(50% - 0.55rem);
    justify-content: center;
  }

  .trust-item {
    padding: 0.75rem 0.8rem;
  }

  .hero-control {
    width: 36px;
    height: 36px;
  }

  .package-grid {
    grid-template-columns: 1fr;
  }

  .section-links {
    width: 100%;
  }

  .section-link-btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .map-pick-wrap {
    height: 230px;
  }

  .footer-socials a,
  .footer-quick-links li a {
    width: 100%;
    justify-content: center;
  }

  .copyright-inner {
    justify-content: center;
    text-align: center;
  }

  .hero-content h2 {
    font-size: clamp(1.4rem, 7vw, 2rem);
  }

  .hero-content h3 {
    font-size: 1rem;
  }

  .hero-stage {
    border-radius: 16px;
    min-height: max(380px, calc(var(--hero-min-height, 520px) - 120px));
  }

  .services,
  .packages,
  .about {
    padding: 1.6rem 0;
  }
}

@media (max-width: 390px) {
  .container {
    width: min(1160px, 96%);
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .brand-block h1 {
    font-size: 1.08rem;
  }

  .brand-block p {
    font-size: 0.8rem;
  }

  .brand-logo {
    width: clamp(94px, 40vw, 122px);
  }

  .main-nav a {
    flex: 1 1 100%;
    font-size: 0.92rem;
  }

  .hero-stage {
    min-height: max(340px, calc(var(--hero-min-height, 520px) - 160px));
  }

  .hero-content {
    padding: 0.75rem;
  }

  .badge-title,
  .badge-slide {
    font-size: 0.78rem;
    padding: 0.28rem 0.62rem;
  }

  .hero-text {
    font-size: 0.93rem;
    line-height: 1.65;
  }

  .hero-btn {
    width: 100%;
    justify-content: center;
  }

  .section-head h3,
  .about h3 {
    font-size: 1.3rem;
  }

  .package-btn {
    width: 100%;
  }

  .request-form .grid-2 {
    grid-template-columns: 1fr;
  }

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

  .request-no-wrap {
    flex-direction: column;
  }

  .copy-btn,
  .success-btn {
    width: 100%;
  }

  .track-meta-grid {
    grid-template-columns: 1fr;
  }
}
