/* =========================================
   Goa Landing Page 2026
   Navy #0B1F3A + Gold #D4AF37 (Swayogi shared theme)
========================================= */

.gp-page {
  --navy: #0b1f3a;
  --gold: #d4af37;
  --ink: #152238;
  --muted: #6b7280;
  --line: #ebe6df;
  --soft: #faf8f5;
  --font: "Poppins", "Segoe UI", sans-serif;
  --display: "Playfair Display", Georgia, serif;
  font-family: var(--font);
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}

.gp-page *,
.gp-page *::before,
.gp-page *::after { box-sizing: border-box; }

.gp-wrap {
  width: min(1180px, 92%);
  margin-left: auto;
  margin-right: auto;
}

.gp-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: 1.5px solid transparent;
  cursor: pointer;
  font-family: inherit;
  transition: 0.25s ease;
  white-space: nowrap;
}

.gp-page a.gp-btn--gold,
.gp-btn--gold {
  background: var(--gold) !important;
  color: #0b1f3a !important;
  border-color: var(--gold) !important;
  box-shadow: 0 10px 24px rgba(212, 175, 55, 0.28);
}
.gp-btn--gold:hover { filter: brightness(1.05); color: #0b1f3a !important; }

.gp-page a.gp-btn--outline-light,
.gp-btn--outline-light {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.85) !important;
}
.gp-btn--outline-light:hover { background: rgba(255,255,255,.12) !important; color: #fff !important; }

.gp-btn--navy { background: var(--navy) !important; color: #fff !important; border-color: var(--navy) !important; }
.gp-btn--navy:hover { filter: brightness(1.08); color: #fff !important; }

.gp-btn--wa {
  background: #25d366 !important;
  color: #fff !important;
  border-color: #25d366 !important;
}
.gp-btn--wa:hover { filter: brightness(1.05); color: #fff !important; }

.gp-btn--call {
  background: #fff !important;
  color: var(--navy) !important;
  border-color: #fff !important;
}
.gp-btn--call:hover { filter: brightness(0.98); color: var(--navy) !important; }

.gp-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.gp-ctas--center { justify-content: center; }

.gp-ico {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  margin: 0 auto 12px;
}
.gp-ico i { color: var(--gold); font-size: 20px; }

.gp-include .gp-ico { width: 38px; height: 38px; margin: 0 auto 9px; }
.gp-include .gp-ico i { font-size: 17px; }
.gp-ico--circle {
  border: 1.5px solid rgba(212,175,55,.55);
  background: #fff;
  margin-bottom: 12px;
}
.gp-ico--circle i { font-size: 16px; }

/* ---------- HERO ---------- */
.gp-hero {
  position: relative;
  min-height: 54svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  isolation: isolate;
}

.gp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(105deg, rgba(8,22,45,.58) 0%, rgba(8,22,45,.34) 55%, rgba(8,22,45,.22) 100%),
    url("https://images.unsplash.com/photo-1512343879784-a960bf40e7f2?auto=format&fit=crop&w=2000&q=85") center/cover no-repeat;
}

.gp-hero__inner {
  position: relative;
  z-index: 1;
  padding: 72px 0 36px;
  width: min(1180px, 92%);
  margin-left: auto;
  margin-right: auto;
}

.gp-hero__inner > .gp-eyebrow,
.gp-hero__inner > h1,
.gp-hero__inner > .gp-sub,
.gp-hero__inner > .gp-ctas {
  max-width: 580px;
}

.gp-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gp-hero h1 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

.gp-hero h1 span { color: var(--gold); }

.gp-sub {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,.92);
  max-width: 50ch;
}

.gp-hero__meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 12.5px;
  color: rgba(255,255,255,.85);
}
.gp-hero__meta span { display: inline-flex; align-items: center; gap: 6px; }
.gp-hero__meta i { color: var(--gold); }

/* USP white floating bar */
.gp-usp {
  margin-top: -36px;
  position: relative;
  z-index: 3;
  padding-bottom: 10px;
}

.gp-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;
  width: 100% !important;
  margin: 0 !important;
  padding: 18px 16px !important;
  background: #fff !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 40px rgba(8, 22, 45, 0.12) !important;
  list-style: none !important;
}

.gp-usp-row > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  gap: 8px !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #0b1f3a !important;
  line-height: 1.3 !important;
}

.gp-usp-row i {
  color: #d4af37 !important;
  font-size: 16px !important;
  line-height: 1;
}

/* ---------- AT A GLANCE ---------- */
.gp-glance-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.gp-glance {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 6px 18px rgba(8,22,45,.04);
}
.gp-glance i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(212,175,55,.12);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 15px;
  flex-shrink: 0;
}
.gp-glance strong { display: block; font-size: 12.5px; color: var(--navy); }
.gp-glance span { display: block; font-size: 11.5px; color: var(--muted); }

/* ---------- SECTIONS ---------- */
.gp-section { padding: 32px 0; background: #fff; }
.gp-section--soft { background: var(--soft); }

.gp-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.gp-head h2,
.gp-title-center h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  color: var(--navy);
  font-weight: 700;
}

.gp-link {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.gp-link:hover { opacity: .85; }

.gp-title-center { text-align: center; margin-bottom: 20px; }

/* ---------- INCLUDES ---------- */
.gp-include-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.gp-include {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 12px 14px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(8,22,45,.04);
}

.gp-include h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 14.5px;
  line-height: 1.25;
  color: var(--navy);
}

.gp-include ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  display: grid;
  gap: 6px;
}

.gp-include li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.35;
}

.gp-include li i {
  color: var(--gold);
  font-size: 9.5px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* ---------- PACKAGES ---------- */
.gp-pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gp-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(8,22,45,.06);
  display: flex;
  flex-direction: column;
}

.gp-card__media { position: relative; height: 168px; }
.gp-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gp-card__media::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, rgba(8,22,45,.35));
  pointer-events: none;
}

.gp-card__badge {
  position: absolute;
  top: 12px;
  left: -4px;
  z-index: 2;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px 5px 12px;
  clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%);
}
.gp-card__badge--gold { background: var(--gold); color: #111; }
.gp-card__badge--navy { background: var(--navy); color: #fff; }
.gp-card__badge--blue { background: #2563eb; color: #fff; }
.gp-card__badge--purple { background: #7c3aed; color: #fff; }
.gp-card__badge--teal { background: #0d9488; color: #fff; }
.gp-card__badge--orange { background: #ea580c; color: #fff; }

.gp-card__body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.gp-card__body h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 16px;
  color: var(--navy);
  line-height: 1.3;
}

.gp-card__loc {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}
.gp-card__loc i { color: var(--gold); margin-right: 4px; }

.gp-card__desc {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}

.gp-card__foot {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gp-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 6px;
}
.gp-card__price small {
  display: inline;
  font-size: 11px;
  color: var(--muted);
}
.gp-card__price small:first-child {
  display: block;
  width: 100%;
}
.gp-card__price strong {
  font-size: 18px;
  color: var(--navy);
}

.gp-card__actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 8px;
}
.gp-card__actions .gp-btn { padding: 9px 8px; font-size: 12px; width: 100%; }

/* ---------- PLACES ---------- */
.gp-place-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.gp-place {
  position: relative;
  display: block;
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: 0 10px 26px rgba(8,22,45,.1);
}

.gp-place img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.gp-place:hover img { transform: scale(1.06); }

.gp-place__copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 12px;
  background: linear-gradient(180deg, transparent, rgba(8,22,45,.92));
  color: #fff;
}
.gp-place__copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 13.5px;
  color: #fff;
  line-height: 1.3;
}

/* ---------- WHY ---------- */
.gp-why-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  text-align: center;
}

.gp-why h3 {
  margin: 0;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.35;
}

/* ---------- REVIEWS ---------- */
.gp-reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gp-review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(8,22,45,.05);
}

.gp-review__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 12px;
  display: block;
  border: 3px solid rgba(212,175,55,.3);
}

.gp-stars {
  color: var(--gold);
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 13px;
}

.gp-review > p {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.6;
  font-style: italic;
  color: var(--ink);
  min-height: 66px;
}

.gp-review h4 {
  margin: 0 0 4px;
  font-size: 14px;
  color: var(--navy);
  font-family: var(--display);
}

.gp-review > span {
  font-size: 12px;
  color: var(--muted);
}

/* ---------- FAQ ---------- */
.gp-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.gp-faq__col { display: grid; gap: 10px; align-content: start; }

.gp-faq details {
  background: #f7f8fb;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}

.gp-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 42px 14px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  position: relative;
}
.gp-faq summary::-webkit-details-marker { display: none; }

.gp-faq summary::after {
  content: "▾";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--navy);
  font-size: 12px;
}
.gp-faq details[open] summary::after { content: "▴"; }

.gp-faq details p {
  margin: 0;
  padding: 0 16px 14px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

/* ---------- CTA ---------- */
.gp-cta {
  padding: 40px 0;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(120deg, rgba(8,22,45,.72), rgba(11,31,58,.55)),
    url("https://images.unsplash.com/photo-1512343879784-a960bf40e7f2?auto=format&fit=crop&w=1600&q=85") center/cover;
}

.gp-cta h2 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: clamp(1.3rem, 2.6vw, 1.9rem);
  font-weight: 700;
  color: #fff;
}

.gp-cta p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.9);
  font-size: 13.5px;
}

/* ---------- UTIL BAR ---------- */
.gp-util {
  background: var(--navy);
  color: #fff;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.gp-util__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 16px;
  text-align: center;
  padding: 14px 12px;
  border: 0 !important;
}

.gp-util__row > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  min-height: 48px;
  padding: 8px 10px;
  border: 0 !important;
  text-align: left;
  line-height: 1.35;
}
.gp-util__icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: rgba(212,175,55,.14);
}
.gp-util__row i { color: var(--gold); font-size: 13px; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1100px) {
  .gp-pkg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gp-include-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gp-place-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gp-why-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gp-glance-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gp-usp-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    flex-wrap: unset !important;
    gap: 14px 10px !important;
  }
  .gp-usp-row > div { flex: unset !important; }
}

@media (max-width: 720px) {
  .gp-section { padding: 22px 0 !important; }
  .gp-head { margin-bottom: 12px !important; }
  .gp-title-center { margin-bottom: 14px !important; }
  .gp-include-grid,
  .gp-place-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .gp-pkg-grid,
  .gp-reviews,
  .gp-faq,
  .gp-why-row,
  .gp-glance-row { grid-template-columns: 1fr; gap: 12px; }
  .gp-util__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 12px;
    padding: 12px 10px;
  }
  .gp-util__row > div {
    justify-content: flex-start;
    border: 0 !important;
    min-height: 44px;
  }
  .gp-usp-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
    padding: 14px 12px !important;
  }
  .gp-usp-row > div { flex: unset !important; font-size: 11px !important; }
  .gp-usp { margin-top: -16px; padding-bottom: 0; }
  .gp-hero { min-height: 58svh; }
  .gp-hero__inner { padding: 88px 0 40px; }
  .gp-place { height: 180px; }
  .gp-cta { padding: 28px 0 !important; }
}