/* =========================================
   Swayogi Travels — Home 2026 (mockup match)
   Navy #0B1F3A + Gold #D4AF37 + White
========================================= */

.sy-home {
  --navy: #0b1f3a;
  --gold: #d4af37;
  --ink: #152238;
  --muted: #5f6b7c;
  --line: #e6ebf2;
  --soft: #f7f8fb;
  --font: "Poppins", "Segoe UI", sans-serif;
  --display: "Playfair Display", Georgia, serif;
  font-family: var(--font);
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}

.sy-home *,
.sy-home *::before,
.sy-home *::after { box-sizing: border-box; }

.sy-wrap {
  width: min(1180px, 92%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.sy-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.sy-usp {
  margin-top: -36px;
  position: relative;
  z-index: 3;
  padding: 0 0 8px;
}

.sy-usp .sy-wrap {
  width: min(1180px, 92%);
  margin-left: auto;
  margin-right: auto;
}

.sy-home .sy-usp__row,
.sy-usp__row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  gap: 8px !important;
  background: #fff !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 40px rgba(8, 22, 45, 0.12) !important;
  padding: 18px 16px !important;
  margin: 0 !important;
  list-style: none !important;
  width: 100% !important;
}

.sy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: var(--font);
  transition: 0.25s ease;
}

.sy-btn--gold {
  background: var(--gold);
  color: #111;
}
.sy-btn--gold:hover { filter: brightness(1.05); color: #111; }

.sy-home a.sy-btn--outline,
.sy-btn--outline {
  background: transparent !important;
  color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.85) !important;
}
.sy-home a.sy-btn--outline:hover,
.sy-btn--outline:hover {
  background: rgba(255,255,255,0.12) !important;
  color: #fff !important;
}

.sy-btn--ghost-dark {
  background: #fff;
  color: var(--navy);
  border-color: #d7dde8;
}
.sy-btn--ghost-dark:hover { border-color: var(--navy); color: var(--navy); }

.sy-btn--wa {
  background: #25d366;
  color: #fff;
}
.sy-btn--wa:hover { color: #fff; filter: brightness(1.05); }

/* ---------- HERO ---------- */
.sy-hero {
  position: relative;
  min-height: 80svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 110px 0 80px;
  color: #fff;
  isolation: isolate;
}

.sy-hero > .sy-wrap {
  width: min(1180px, 92%);
  margin-left: auto;
  margin-right: auto;
}

.sy-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(105deg, rgba(8, 22, 45, 0.78) 0%, rgba(8, 22, 45, 0.42) 50%, rgba(8, 22, 45, 0.28) 100%),
    url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=2000&q=80") center/cover no-repeat;
}

.sy-hero__eyebrow {
  margin: 0 0 14px;
  font-family: "Great Vibes", "Playfair Display", cursive;
  font-size: clamp(1.4rem, 2.6vw, 1.95rem);
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
}

.sy-hero__title {
  margin: 0 0 16px;
  font-family: var(--display);
  font-size: clamp(2.4rem, 5.2vw, 3.8rem);
  font-weight: 700;
  line-height: 1.08;
  color: #fff;
  text-align: left;
  letter-spacing: -0.02em;
}

.sy-hero__title span {
  color: var(--gold);
  display: inline;
}

.sy-hero__text {
  margin: 0 0 24px;
  max-width: 44ch;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
  white-space: pre-line;
}

.sy-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.sy-usp__row > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 8px !important;
  padding: 6px;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: auto !important;
  float: none !important;
  font-size: 12px;
  font-weight: 600;
  color: #0b1f3a !important;
  line-height: 1.3;
}

.sy-usp__row i {
  color: #d4af37 !important;
  font-size: 18px;
}

/* ---------- SECTION TITLE ---------- */
.sy-section {
  padding: 32px 0;
  background: #fff;
}

.sy-section--soft { background: var(--soft); }

.sy-title {
  margin-bottom: 20px;
}

.sy-title--center {
  text-align: center;
}

.sy-title h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  color: var(--navy);
  font-weight: 700;
}

.sy-title--center h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 12px auto 0;
  background: var(--gold);
  border-radius: 2px;
}

/* ---------- DESTINATIONS 8 ---------- */
.sy-dest-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.sy-dest {
  position: relative;
  display: block;
  height: 280px;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(8, 22, 45, 0.1);
  background: #0b1f3a;
}

.sy-dest img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.sy-dest:hover img { transform: scale(1.06); }

.sy-dest__copy {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 10px 12px;
  background: linear-gradient(180deg, transparent, rgba(8, 22, 45, 0.92));
  color: #fff;
  text-align: left;
}

.sy-dest__copy h3 {
  margin: 0 0 2px;
  font-family: var(--display);
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}

.sy-dest__copy p {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

.sy-dest__go {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--gold);
  color: #111;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 12px;
}

/* ---------- WHY 6 ---------- */
.sy-section--soft:has(.sy-why-row) {
  padding: 20px 0 12px;
}

.sy-section--soft:has(.sy-why-row) .sy-title {
  margin-bottom: 12px;
}

.sy-why-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}

.sy-why-item {
  text-align: center;
  padding: 2px 2px;
}

.sy-why-item i {
  display: block;
  font-size: 18px;
  color: var(--gold);
  margin-bottom: 5px;
}

.sy-why-item h3 {
  margin: 0 0 2px;
  font-family: var(--font);
  font-size: 11.5px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
}

.sy-why-item p {
  margin: 0;
  font-size: 10.5px;
  color: var(--muted);
  line-height: 1.3;
}

/* ---------- BOOK WITH CONFIDENCE (single thin row) ---------- */
.sy-trust-band {
  padding-top: 2px;
  padding-bottom: 16px;
  background: #fff;
}

.sy-trust-band__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
  border-radius: 10px;
  padding: 14px 18px;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(8, 22, 45, 0.88) 0%, rgba(11, 31, 58, 0.94) 38%, rgba(11, 31, 58, 0.98) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 200' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' fill-opacity='0.06' d='M0 160 L80 110 L160 145 L240 70 L320 130 L400 55 L480 120 L560 80 L640 140 L720 95 L800 150 L800 200 L0 200 Z'/%3E%3C/svg%3E") left center / 55% 100% no-repeat,
    linear-gradient(180deg, #0b1f3a, #08162d);
  box-shadow: 0 8px 22px rgba(8, 22, 45, 0.12);
}

.sy-trust-band__inner::after { display: none; }

.sy-trust-band__copy {
  flex: 0 0 220px;
  max-width: 240px;
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  z-index: 1;
}

.sy-trust-band__copy h2 {
  margin: 0 0 3px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  white-space: nowrap;
}

.sy-trust-band__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11.5px;
  line-height: 1.35;
}

.sy-trust-band__items {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.sy-trust-band__items > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2px;
  padding: 0 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  min-height: 52px;
}

.sy-trust-band__items > div:last-child {
  border-right: 0;
  padding-right: 0;
}

.sy-trust-band__items i {
  color: var(--gold);
  font-size: 14px;
  margin-bottom: 1px;
}

.sy-trust-band__items strong {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}

.sy-trust-band__items span {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
}

.sy-trust-band__tag { display: none; }

@media (max-width: 980px) {
  .sy-trust-band__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 14px 14px;
    gap: 10px;
  }
  .sy-trust-band__copy {
    flex: none;
    max-width: none;
    padding-right: 0;
    padding-bottom: 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .sy-trust-band__copy h2 { white-space: normal; }
  .sy-trust-band__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sy-trust-band__items > div {
    padding: 8px 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 0;
  }
  .sy-trust-band__items > div:nth-child(3),
  .sy-trust-band__items > div:nth-child(4) {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .sy-trust-band__items { grid-template-columns: 1fr; }
  .sy-trust-band__items > div { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .sy-trust-band__items > div:last-child { border-bottom: 0; }
}

/* ---------- PACKAGES 4 ---------- */
.sy-pkg-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sy-pkg {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(8, 22, 45, 0.06);
  display: flex;
  flex-direction: column;
}

.sy-pkg__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 200px;
  overflow: hidden;
  background: #eef2f7;
}

.sy-pkg__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
  display: block;
  position: absolute;
  inset: 0;
}

.sy-pkg__badge {
  display: none !important;
}

.sy-pkg__badge--1,
.sy-pkg__badge--2,
.sy-pkg__badge--3 { display: none !important; }

.sy-pkg__body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.sy-pkg__top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-start;
}

.sy-pkg__top h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 16px;
  color: var(--navy);
  line-height: 1.3;
}

.sy-pkg__top span {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  white-space: nowrap;
}

.sy-pkg__places {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}

.sy-pkg__icons {
  display: flex;
  gap: 10px;
  color: #9aa3b2;
  font-size: 14px;
}

.sy-pkg__price {
  margin-top: auto;
  font-size: 13px;
  color: var(--navy);
}

.sy-pkg__price strong {
  font-size: 17px;
  font-weight: 800;
}

.sy-pkg__price em {
  font-style: normal;
  color: var(--muted);
  font-size: 12px;
}

.sy-pkg__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.sy-pkg__actions .sy-btn {
  padding: 9px 8px;
  font-size: 12px;
}

.sy-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--muted);
  padding: 24px;
}

/* ---------- REVIEWS 3 ---------- */
.sy-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sy-review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 18px;
  box-shadow: 0 10px 26px rgba(8, 22, 45, 0.05);
  text-align: left;
}

.sy-stars {
  color: var(--gold);
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 14px;
}

.sy-review-source {
  margin: 0 0 8px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0b1f3a !important;
  font-style: normal !important;
  min-height: 0 !important;
}

.sy-review-card > p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink);
  font-style: italic;
  min-height: 72px;
}

.sy-review-card__user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sy-review-card__user img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.sy-review-card__user strong {
  display: block;
  font-size: 13px;
  color: var(--navy);
}

.sy-review-card__user span {
  font-size: 12px;
  color: var(--muted);
}

/* ---------- BLOG 5 ---------- */
.sy-blog-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.sy-blog-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(8, 22, 45, 0.05);
}

.sy-blog-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
}

.sy-blog-card__body {
  padding: 12px;
  text-align: left;
}

.sy-blog-card__body h3 {
  margin: 0 0 6px;
  font-family: var(--display);
  font-size: 14px;
  line-height: 1.35;
}

.sy-blog-card__body h3 a {
  color: var(--navy);
  text-decoration: none;
}

.sy-blog-card__body time {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 8px;
}

.sy-blog-more {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

/* ---------- CTA ---------- */
.sy-cta-bar {
  padding: 22px 0;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(8, 22, 45, 0.58), rgba(11, 31, 58, 0.4)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1600&q=85") center/cover;
}

.sy-cta-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.sy-cta-bar h2 {
  margin: 0 0 4px;
  font-family: var(--font);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
  color: #fff;
}

.sy-cta-bar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
}

.sy-cta-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sy-cta-bar .sy-btn {
  padding: 9px 14px;
  font-size: 13px;
  min-height: 40px;
}

/* WhatsApp float */
.sy-home .whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.4);
}

.sy-reveal {
  opacity: 0;
  transform: translateY(22px);
}

/* never hide hero copy from users who opt out of animation */
@media (prefers-reduced-motion: reduce) {
  .sy-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1100px) {
  .sy-dest-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sy-pkg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sy-blog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sy-usp__row,
  .sy-why-row { grid-template-columns: repeat(3, 1fr); }
  .sy-home .sy-usp__row,
  .sy-usp__row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    flex-wrap: unset !important;
    gap: 14px 10px !important;
  }
  .sy-usp__row > div { flex: unset !important; }
}

@media (max-width: 768px) {
  .sy-hero { min-height: 62svh; padding: 96px 0 56px; }
  .sy-hero__title { margin: 0 0 10px; font-size: clamp(1.55rem, 7vw, 2rem); }
  .sy-hero__text { margin: 0 0 14px; font-size: 13px; }
  .sy-hero__ctas { gap: 8px; }
  .sy-section { padding: 24px 0 !important; }
  .sy-head { margin-bottom: 12px !important; }
  .sy-dest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .sy-review-grid,
  .sy-pkg-grid { grid-template-columns: 1fr; gap: 12px; }
  .sy-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .sy-usp__row,
  .sy-why-row { grid-template-columns: repeat(2, 1fr); }
  .sy-home .sy-usp__row,
  .sy-usp__row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
    padding: 14px 12px !important;
  }
  .sy-usp { margin-top: -16px; padding-bottom: 0; }
  .sy-why-row { gap: 10px; }
  .sy-why-item { padding: 6px 4px; }
  .sy-why-item i { margin-bottom: 6px; font-size: 22px; }
  .sy-cta-bar { padding: 28px 0 !important; }
  .sy-cta-bar__inner { flex-direction: column; align-items: flex-start; gap: 12px; }
}

@media (max-width: 480px) {
  .sy-blog-grid { grid-template-columns: 1fr; }
  .sy-hero { min-height: 58svh; padding: 88px 0 48px; }
  .sy-section { padding: 20px 0 !important; }
}
