/* ===========================================================
   Sadran Safar | صدران سفر — Brand Design System
   Dark Navy + Red + White + Soft Gold, premium travel identity
   =========================================================== */

:root {
  --ss-navy: #0b1f3a;
  --ss-navy-deep: #071426;
  --ss-navy-light: #16335c;
  --ss-red: #c8102e;
  --ss-red-dark: #9c0c22;
  --ss-gold: #d4af6a;
  --ss-gold-soft: #f0dfb8;
  --ss-white: #ffffff;
  --ss-ivory: #faf8f4;
  --ss-gray: #6b7280;
  --ss-gray-light: #f1f3f6;
  --ss-border: #e6e2d8;
  --ss-shadow: 0 10px 30px -10px rgba(11, 31, 58, 0.25);
  --ss-shadow-lg: 0 20px 60px -15px rgba(11, 31, 58, 0.35);
  --ss-radius: 20px;
  --ss-radius-sm: 12px;
  font-family: 'Vazirmatn', 'Tahoma', sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--ss-ivory);
  color: var(--ss-navy);
  font-family: 'Vazirmatn', 'Tahoma', sans-serif;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; }

/* ---------- Utility ---------- */
.ss-container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.ss-section { padding: 48px 0; }
.ss-fade-in { animation: ssFadeIn 0.6s ease both; }
@keyframes ssFadeIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

/* ---------- Hero ---------- */
.ss-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(7,20,38,0.15) 0%, rgba(7,20,38,0.55) 55%, rgba(7,20,38,0.92) 100%), var(--ss-navy-deep);
  background-size: cover;
  background-position: center;
  color: var(--ss-white);
  overflow: hidden;
}
.ss-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(1200px 500px at 50% 100%, rgba(212,175,106,0.18), transparent);
  pointer-events: none;
}
.ss-hero-content { position: relative; z-index: 2; width: 100%; padding: 40px 0 36px; }
.ss-hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(212,175,106,0.18); border: 1px solid rgba(212,175,106,0.5);
  color: var(--ss-gold-soft); font-size: 13px; font-weight: 600;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
  backdrop-filter: blur(4px);
}
.ss-hero-title { font-size: clamp(28px, 5vw, 46px); font-weight: 800; line-height: 1.3; margin: 0 0 10px; }
.ss-hero-sub { font-size: clamp(15px, 2.5vw, 19px); color: rgba(255,255,255,0.85); margin: 0 0 22px; }
.ss-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.ss-logo-bar {
  position: absolute; top: 0; right: 0; left: 0; z-index: 3;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px;
}
.ss-logo { display: flex; align-items: center; gap: 8px; color: var(--ss-white); font-weight: 800; font-size: 18px; }
.ss-logo i { color: var(--ss-gold); }

/* ---------- Buttons ---------- */
.ss-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: 15px;
  border: none; transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.ss-btn:active { transform: scale(0.97); }
.ss-btn-primary { background: var(--ss-red); color: var(--ss-white); box-shadow: 0 10px 25px -8px rgba(200,16,46,0.55); }
.ss-btn-primary:hover { background: var(--ss-red-dark); }
.ss-btn-whatsapp { background: #25D366; color: #fff; box-shadow: 0 10px 25px -8px rgba(37,211,102,0.55); }
.ss-btn-whatsapp:hover { background: #1ebe57; }
.ss-btn-gold { background: linear-gradient(135deg, var(--ss-gold), #b8934f); color: var(--ss-navy-deep); }
.ss-btn-outline { background: transparent; border: 1.5px solid rgba(255,255,255,0.5); color: var(--ss-white); }

/* ---------- Quick Info Cards ---------- */
.ss-quickinfo {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px; margin-top: -56px; position: relative; z-index: 4;
}
.ss-card {
  background: var(--ss-white); border-radius: var(--ss-radius-sm);
  box-shadow: var(--ss-shadow); padding: 16px 14px; text-align: center;
  border: 1px solid var(--ss-border);
}
.ss-card i { color: var(--ss-red); font-size: 20px; margin-bottom: 8px; display: block; }
.ss-card .ss-card-label { font-size: 12px; color: var(--ss-gray); margin-bottom: 4px; }
.ss-card .ss-card-value { font-size: 14.5px; font-weight: 700; color: var(--ss-navy); }

/* ---------- Section Headings ---------- */
.ss-heading {
  display: flex; align-items: center; gap: 10px; margin-bottom: 22px;
}
.ss-heading .ss-heading-icon {
  width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--ss-navy), var(--ss-navy-light)); color: var(--ss-gold);
  font-size: 17px; flex-shrink: 0;
}
.ss-heading h2 { font-size: 22px; font-weight: 800; margin: 0; color: var(--ss-navy); }
.ss-heading .ss-heading-line { flex: 1; height: 1px; background: var(--ss-border); }

/* ---------- Hotels ---------- */
.ss-hotel-card {
  background: var(--ss-white); border-radius: var(--ss-radius); border: 1px solid var(--ss-border);
  overflow: hidden; box-shadow: var(--ss-shadow); margin-bottom: 16px;
  display: flex; flex-wrap: wrap;
}
.ss-hotel-img { width: 100%; max-width: 220px; height: 160px; object-fit: cover; background: var(--ss-gray-light); }
.ss-hotel-body { flex: 1; min-width: 200px; padding: 18px 20px; }
.ss-hotel-name { font-size: 17px; font-weight: 800; color: var(--ss-navy); margin: 0 0 6px; }
.ss-stars { color: var(--ss-gold); font-size: 13px; margin-bottom: 10px; }
.ss-hotel-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 13.5px; color: var(--ss-gray); }
.ss-hotel-meta span i { color: var(--ss-red); margin-left: 6px; }

/* ---------- Pricing ---------- */
.ss-pricing-box {
  background: linear-gradient(135deg, var(--ss-navy), var(--ss-navy-deep));
  border-radius: var(--ss-radius); padding: 26px; color: var(--ss-white);
  display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; align-items: center;
  box-shadow: var(--ss-shadow-lg);
}
.ss-price-item { text-align: center; }
.ss-price-item .label { font-size: 12.5px; color: rgba(255,255,255,0.65); margin-bottom: 6px; }
.ss-price-item .value { font-size: 24px; font-weight: 800; color: var(--ss-gold); }
.ss-price-item .value small { font-size: 13px; color: rgba(255,255,255,0.8); font-weight: 500; }

/* ---------- Itinerary ---------- */
.ss-itinerary { position: relative; padding-right: 30px; }
.ss-itinerary::before {
  content: ''; position: absolute; right: 11px; top: 6px; bottom: 6px; width: 2px;
  background: linear-gradient(180deg, var(--ss-gold), var(--ss-border));
}
.ss-day { position: relative; margin-bottom: 18px; }
.ss-day-dot {
  position: absolute; right: -30px; top: 2px; width: 24px; height: 24px; border-radius: 50%;
  background: var(--ss-navy); color: var(--ss-gold); font-size: 11px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; border: 3px solid var(--ss-ivory);
}
.ss-day-card { background: var(--ss-white); border: 1px solid var(--ss-border); border-radius: var(--ss-radius-sm); padding: 14px 18px; }
.ss-day-title { font-weight: 800; font-size: 15px; color: var(--ss-navy); margin: 0 0 4px; }
.ss-day-desc { font-size: 13.5px; color: var(--ss-gray); margin: 0; line-height: 1.7; }

/* ---------- Services Included/Excluded ---------- */
.ss-services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 620px) { .ss-services-grid { grid-template-columns: 1fr; } }
.ss-service-box { background: var(--ss-white); border-radius: var(--ss-radius-sm); border: 1px solid var(--ss-border); padding: 18px; }
.ss-service-box h3 { font-size: 15px; font-weight: 800; margin: 0 0 12px; display: flex; align-items: center; gap: 8px; }
.ss-service-box.included h3 { color: #0d8f4f; }
.ss-service-box.excluded h3 { color: var(--ss-red); }
.ss-service-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.ss-service-list li { font-size: 13.5px; display: flex; align-items: flex-start; gap: 8px; color: var(--ss-navy); }
.ss-service-list li i { margin-top: 2px; font-size: 12px; }
.included .ss-service-list li i { color: #0d8f4f; }
.excluded .ss-service-list li i { color: var(--ss-red); }

/* ---------- Info Accordion ---------- */
.ss-info-item { background: var(--ss-white); border: 1px solid var(--ss-border); border-radius: var(--ss-radius-sm); margin-bottom: 10px; overflow: hidden; }
.ss-info-item summary {
  padding: 14px 18px; font-weight: 700; font-size: 14.5px; color: var(--ss-navy);
  display: flex; align-items: center; gap: 10px; list-style: none; cursor: pointer;
}
.ss-info-item summary::-webkit-details-marker { display: none; }
.ss-info-item summary i.chev { margin-right: auto; margin-left: 0; transition: transform 0.2s; color: var(--ss-gray); }
.ss-info-item[open] summary i.chev { transform: rotate(180deg); }
.ss-info-item summary i.field-icon { color: var(--ss-red); }
.ss-info-body { padding: 0 18px 16px; font-size: 13.5px; color: var(--ss-gray); line-height: 1.8; white-space: pre-line; }

/* ---------- Gallery ---------- */
.ss-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
@media (max-width: 620px) { .ss-gallery { grid-template-columns: repeat(2, 1fr); } }
.ss-gallery img { width: 100%; height: 140px; object-fit: cover; border-radius: 14px; box-shadow: var(--ss-shadow); transition: transform 0.2s; }
.ss-gallery img:hover { transform: scale(1.03); }

/* ---------- Contact / Footer CTA ---------- */
.ss-contact-box {
  background: linear-gradient(135deg, var(--ss-red), var(--ss-red-dark));
  border-radius: var(--ss-radius); padding: 30px; text-align: center; color: var(--ss-white);
  box-shadow: var(--ss-shadow-lg);
}
.ss-contact-box h2 { font-size: 22px; font-weight: 800; margin: 0 0 8px; }
.ss-contact-box p { margin: 0 0 20px; color: rgba(255,255,255,0.9); font-size: 14.5px; }
.ss-contact-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

.ss-footer { background: var(--ss-navy-deep); color: rgba(255,255,255,0.6); padding: 26px 0; text-align: center; font-size: 13px; margin-top: 20px; }
.ss-footer .brand { color: var(--ss-gold); font-weight: 800; }

.ss-empty-note { color: var(--ss-gray); font-size: 13px; font-style: italic; }

/* Floating WhatsApp button (mobile-first sharing) */
.ss-float-whatsapp {
  position: fixed; bottom: 20px; left: 20px; z-index: 50;
  width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 24px;
  box-shadow: 0 10px 25px -6px rgba(0,0,0,0.35);
}

/* Sticky bottom CTA bar on mobile */
.ss-sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 49;
  background: var(--ss-white); border-top: 1px solid var(--ss-border);
  padding: 10px 16px; display: none; align-items: center; justify-content: space-between; gap: 10px;
  box-shadow: 0 -8px 24px -8px rgba(11,31,58,0.15);
}
@media (max-width: 720px) { .ss-sticky-cta { display: flex; } body { padding-bottom: 74px; } }
.ss-sticky-price { display: flex; flex-direction: column; }
.ss-sticky-price .label { font-size: 11px; color: var(--ss-gray); }
.ss-sticky-price .value { font-size: 17px; font-weight: 800; color: var(--ss-navy); }
.ss-sticky-cta .ss-btn { padding: 11px 20px; font-size: 14px; }

/* Draft preview banner */
.ss-draft-banner {
  background: repeating-linear-gradient(45deg, #fff3cd, #fff3cd 10px, #ffe69c 10px, #ffe69c 20px);
  color: #664d03; text-align: center; padding: 8px; font-size: 13px; font-weight: 700;
}

/* Not found / info-not-provided chip */
.ss-chip-muted { display: inline-block; font-size: 12px; color: var(--ss-gray); background: var(--ss-gray-light); padding: 3px 10px; border-radius: 999px; }
