:root {
  --surf:        #1A7A6E;   /* surf-green teal — main brand */
  --surf-light:  #239688;
  --surf-dark:   #0D4E45;
  --sunset:      #F4622A;   /* sunset orange CTA */
  --sunset-dark: #D14E1A;
  --shell:       #FBF7F0;   /* warm shell background */
  --shell-mid:   #F2EBE0;
  --sand:        #E8C99A;   /* golden sand accent */
  --charcoal:    #1A2420;
  --slate:       #3D5A54;
  --white:       #ffffff;
  --border:      rgba(26,122,110,0.13);
  --shadow-card: 0 4px 32px rgba(26,122,110,0.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--shell); color: var(--charcoal); line-height: 1.65; overflow-x: hidden; }

/* HERO */
.hero {
  background: var(--surf-dark);
  position: relative; min-height: 88vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; overflow: hidden; padding: 60px 20px 80px;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 100% 55% at 50% 115%, rgba(244,98,42,0.14) 0%, transparent 60%),
    radial-gradient(ellipse 70% 55% at 8% 0%, rgba(35,150,136,0.52) 0%, transparent 60%),
    radial-gradient(ellipse 55% 50% at 92% 0%, rgba(13,78,69,0.72) 0%, transparent 60%);
  z-index: 0;
}
/* surf ripple pattern */
.hero::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='40' viewBox='0 0 120 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20 Q30 5 60 20 Q90 35 120 20' fill='none' stroke='rgba(255,255,255,0.028)' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: 120px 40px; z-index: 0;
}
.hero-content { position: relative; z-index: 1; max-width: 780px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(244,98,42,0.18); border: 1px solid rgba(244,98,42,0.42);
  color: #ffb899; font-size: 0.77rem; font-weight: 600; letter-spacing: 0.13em;
  text-transform: uppercase; padding: 7px 18px; border-radius: 50px;
  margin-bottom: 28px; animation: fadeUp 0.6s ease both;
}
.hero-title {
  font-family: 'Fraunces', serif; font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 700; color: var(--white); line-height: 1.06;
  letter-spacing: -0.01em; margin-bottom: 20px;
  animation: fadeUp 0.7s 0.1s ease both;
}
.hero-title span { color: var(--sand); font-style: italic; }
.hero-sub {
  font-size: clamp(0.98rem, 2vw, 1.15rem); color: rgba(255,255,255,0.68);
  max-width: 540px; margin: 0 auto 40px; font-weight: 300;
  animation: fadeUp 0.7s 0.2s ease both;
}
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; animation: fadeUp 0.7s 0.3s ease both; }
.btn-primary {
  background: var(--sunset); color: var(--white); font-weight: 700; font-size: 0.94rem;
  padding: 14px 34px; border-radius: 8px; border: none; cursor: pointer;
  text-decoration: none; display: inline-block; letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 22px rgba(244,98,42,0.4);
}
.btn-primary:hover { background: var(--sunset-dark); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(244,98,42,0.5); }
.btn-outline {
  background: transparent; color: var(--white); font-weight: 600; font-size: 0.94rem;
  padding: 13px 30px; border-radius: 8px; border: 1.5px solid rgba(255,255,255,0.32);
  cursor: pointer; text-decoration: none; display: inline-block;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.hero-stats { display: flex; gap: 44px; justify-content: center; margin-top: 56px; flex-wrap: wrap; animation: fadeUp 0.7s 0.45s ease both; }
.stat { text-align: center; }
.stat-num { font-family: 'Fraunces', serif; font-size: 2.2rem; font-weight: 700; color: var(--sand); line-height: 1; }
.stat-label { font-size: 0.73rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; }
.hero-scroll {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: rgba(255,255,255,0.36); font-size: 0.7rem; letter-spacing: 0.13em; text-transform: uppercase;
  animation: fadeUp 1s 0.8s ease both;
}
.scroll-dot { width: 1px; height: 38px; background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent); animation: scrollPulse 2s infinite; }

/* VEHICLE STRIP */
.vehicle-strip { background: var(--surf); padding: 18px 24px; display: flex; align-items: center; justify-content: center; gap: 30px; flex-wrap: wrap; }
.vehicle-strip span { color: rgba(255,255,255,0.65); font-size: 0.81rem; letter-spacing: 0.08em; text-transform: uppercase; }
.vehicle-strip strong { color: #ffcfaa; font-size: 0.84rem; }
.v-dot { width: 4px; height: 4px; background: rgba(255,255,255,0.2); border-radius: 50%; }

/* MAIN SECTION */
.section { padding: 88px 20px; }
.section-inner { max-width: 860px; margin: 0 auto; }
.section-label { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--surf); background: rgba(26,122,110,0.08); padding: 5px 14px; border-radius: 50px; margin-bottom: 14px; }
.section-title { font-family: 'Fraunces', serif; font-size: clamp(2rem, 4.5vw, 3.1rem); font-weight: 700; color: var(--surf-dark); line-height: 1.12; margin-bottom: 16px; }
.section-desc { font-size: 1rem; color: var(--slate); max-width: 600px; line-height: 1.72; margin-bottom: 52px; }

/* SINGLE CARD — full-width, prominent */
.pkg-card {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border);
  animation: fadeUp 0.6s 0.15s ease both;
}

/* Image frame */
.pkg-img-frame {
  position: relative; height: 300px;
  background: var(--surf-dark); overflow: hidden;
  display: block; text-decoration: none; cursor: pointer;
}
.pkg-img-frame img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; transition: transform 0.5s, opacity 0.3s; }
.pkg-card:hover .pkg-img-frame img { transform: scale(1.04); opacity: 0.95; }
.pkg-img-placeholder {
  width: 100%; height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 14px;
  background: linear-gradient(140deg, var(--surf) 0%, var(--surf-dark) 100%);
}
.pkg-img-placeholder .alt-text { font-size: 0.74rem; color: rgba(255,255,255,0.44); text-align: center; padding: 0 60px; font-style: italic; line-height: 1.6; max-width: 560px; }
.pkg-img-placeholder .img-icon { width: 52px; height: 52px; border: 1.5px dashed rgba(255,255,255,0.24); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.34); }
.pkg-badge { position: absolute; top: 20px; left: 20px; background: var(--sunset); color: var(--white); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 14px; border-radius: 7px; z-index: 2; }
.pkg-price-badge { position: absolute; top: 20px; right: 20px; background: rgba(13,78,69,0.9); color: var(--white); font-weight: 700; font-size: 1.15rem; padding: 8px 16px; border-radius: 11px; z-index: 2; border: 1px solid rgba(255,255,255,0.1); line-height: 1.2; text-align: right; backdrop-filter: blur(4px); }
.pkg-price-badge small { display: block; font-size: 0.64rem; font-weight: 400; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.06em; }

/* Card body */
.pkg-body { padding: 36px 36px 24px; }

.pkg-header { margin-bottom: 28px; }
.pkg-name { font-family: 'Fraunces', serif; font-size: 1.85rem; font-weight: 700; color: var(--surf-dark); margin-bottom: 8px; line-height: 1.18; }
.pkg-tagline { font-size: 0.93rem; color: var(--slate); margin-bottom: 16px; max-width: 560px; line-height: 1.6; }
.pkg-meta { display: flex; gap: 10px; flex-wrap: wrap; }
.meta-pill { display: flex; align-items: center; gap: 6px; font-size: 0.78rem; font-weight: 600; color: var(--surf); background: rgba(26,122,110,0.08); padding: 6px 14px; border-radius: 50px; }

/* Divider */
.card-divider { border: none; border-top: 1px solid rgba(26,122,110,0.1); margin: 28px 0; }

/* STOPS */
.stops-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--slate); margin-bottom: 16px; }

.stops-list { list-style: none; margin-bottom: 28px; }
.stops-list li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 13px 0; border-bottom: 1px solid rgba(26,122,110,0.08);
  font-size: 0.86rem; color: var(--charcoal); cursor: pointer; user-select: none;
}
.stops-list li:last-child { border-bottom: none; }

.stop-number {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(26,122,110,0.1); color: var(--surf);
  font-size: 0.72rem; font-weight: 700; display: flex; align-items: center;
  justify-content: center; flex-shrink: 0; margin-top: 1px;
  transition: background 0.2s, color 0.2s;
}
.stops-list li:hover .stop-number { background: var(--sunset); color: var(--white); }

.stop-info { flex: 1; }
.stop-name { font-weight: 600; color: var(--surf-dark); line-height: 1.3; font-size: 0.92rem; }
.stop-time { font-size: 0.76rem; color: var(--slate); margin-top: 3px; }

.stop-detail { max-height: 0; overflow: hidden; transition: max-height 0.34s ease; }
.stop-detail.open { max-height: 300px; }
.stop-detail-inner { padding: 10px 0 4px 0; border-left: 2px solid rgba(26,122,110,0.15); margin-top: 8px; padding-left: 12px; }
.detail-row { display: flex; gap: 6px; margin-bottom: 5px; align-items: flex-start; font-size: 0.8rem; }
.detail-key { font-weight: 700; color: var(--surf); white-space: nowrap; flex-shrink: 0; }
.detail-val { color: var(--slate); line-height: 1.55; }

/* Gem note */
.gem-note { display: inline-flex; align-items: center; gap: 7px; background: rgba(232,201,154,0.2); border: 1px solid rgba(232,201,154,0.5); color: #7a5500; font-size: 0.78rem; font-weight: 600; padding: 7px 14px; border-radius: 8px; margin-bottom: 24px; }

/* Bottom grid */
.card-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 28px; }

.extras-block { background: rgba(26,122,110,0.045); border-radius: 12px; padding: 16px 18px; font-size: 0.8rem; color: var(--slate); border: 1px dashed rgba(26,122,110,0.15); line-height: 1.65; }
.extras-block strong { color: var(--surf); display: block; margin-bottom: 6px; font-size: 0.82rem; }

.dropoff-block { background: rgba(244,98,42,0.05); border-radius: 12px; padding: 16px 18px; font-size: 0.8rem; color: var(--slate); border: 1px solid rgba(244,98,42,0.15); line-height: 1.65; }
.dropoff-block strong { color: var(--sunset-dark); display: block; margin-bottom: 6px; font-size: 0.82rem; }

/* CTA */
.pkg-footer { padding: 0 36px 36px; }
.book-btn {
  display: block; width: 100%; background: var(--sunset); color: var(--white);
  font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 1rem;
  padding: 16px; border-radius: 12px; border: none; cursor: pointer;
  text-align: center; text-decoration: none; letter-spacing: 0.03em;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(244,98,42,0.32);
}
.book-btn:hover { background: var(--sunset-dark); transform: translateY(-2px); box-shadow: 0 8px 26px rgba(244,98,42,0.42); }

/* INFO SECTION */
.info-section { background: var(--surf); padding: 72px 20px; }
.info-grid { max-width: 1060px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.info-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 26px 22px; transition: background 0.2s; }
.info-card:hover { background: rgba(255,255,255,0.12); }
.info-icon { width: 44px; height: 44px; background: rgba(244,98,42,0.2); border-radius: 11px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.info-card h3 { font-family: 'Fraunces', serif; font-size: 1.08rem; color: var(--white); margin-bottom: 8px; }
.info-card p { font-size: 0.82rem; color: rgba(255,255,255,0.57); line-height: 1.65; }

/* PRICING */
.pricing-section { background: var(--shell); padding: 80px 20px; }
.pricing-inner { max-width: 700px; margin: 0 auto; }
/* UPDATE your existing .price-table class */
.price-table { 
  width: 100%; 
  border-collapse: separate; 
  border-spacing: 0; 
  min-width: 500px; /* This forces the table to stay wide and triggers the scroll on mobile */
}
.price-table thead tr { background: var(--surf); }
.price-table thead th { color: var(--white); font-size: 0.77rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 16px 20px; text-align: left; }
.price-table tbody tr { border-bottom: 1px solid var(--border); transition: background 0.15s; }
.price-table tbody tr:last-child { border-bottom: none; }
.price-table tbody tr:hover { background: rgba(26,122,110,0.04); }
.price-table td { padding: 16px 20px; font-size: 0.88rem; color: var(--charcoal); vertical-align: middle; }
.price-tag { display: inline-block; background: var(--sunset); color: var(--white); font-weight: 700; padding: 5px 14px; border-radius: 7px; font-size: 0.92rem; white-space: nowrap; }
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
  border-radius: 16px;
  box-shadow: var(--shadow-card);
  margin-top: 32px;
  background: var(--white);
}

/* ANIMATIONS & MEDIA QUERIES */
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scrollPulse { 0%, 100% { opacity: 0.35; } 50% { opacity: 0.82; } }

@media (max-width: 680px) {
  .hero-stats { gap: 20px; }
  .vehicle-strip { gap: 14px; }
  .v-dot { display: none; }
  .pkg-body { padding: 24px 22px 18px; }
  .pkg-footer { padding: 0 22px 28px; }
}

@media (max-width: 600px) { 
  .card-bottom { grid-template-columns: 1fr; } 
}
@media (max-height: 768px) {
  .hero { padding: 100px 20px 80px; }
  .hero-stats { margin-top: 36px; gap: 24px; }
  .hero-scroll { bottom: 15px; }
}
