* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

/* Compact destinations section */
.destinations-section {
  padding-top: 1.2rem;
  padding-bottom: 1.8rem;
}
.destinations-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.3rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, #fffdf8 0%, #fef3c7 100%);
  border: 1px solid rgba(4,120,87,0.16);
  box-shadow: 0 10px 30px rgba(15,23,42,0.06);
  max-width: 980px;
  margin: 0 auto;
}
.destinations-content {
  flex: 1;
}
.destinations-copy {
  margin: 0.45rem 0 0.8rem;
  max-width: none;
  font-size: 1rem;
  line-height: 1.6;
  color: #334155;
}
.destinations-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.destinations-tags span {
  display: inline-block;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #fff;
  color: #047857;
  border: 1px solid rgba(4,120,87,0.16);
  font-size: 0.84rem;
  font-weight: 600;
}
.packages-destinations {
  margin-top: 1rem;
  justify-content: flex-start;
}
.destinations-cta {
  white-space: nowrap;
  margin-top: 0;
}
@media (max-width: 760px) {
  .destinations-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .destinations-cta {
    width: 100%;
    text-align: center;
  }
}

/* Mobile menu close button */
.menu-close {
  display: none;
  background: rgba(4,120,87,0.1);
  border: 1px solid rgba(4,120,87,0.22);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  margin-left: 0.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, transform 0.2s;
  height: 44px;
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 100;
}
.menu-close[style*="inline-flex"] {
  display: inline-flex !important;
}
.menu-close:hover {
  background: rgba(4,120,87,0.18);
  transform: scale(1.08);
}
/* Simple Contact Boxes & WhatsApp Form */
.contact-boxes {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  margin-bottom: 2.2rem;
  flex-wrap: wrap;
}
.contact-box {
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 2px 12px rgba(4,120,87,0.07);
  border: 1.5px solid #e0e7ef;
  padding: 1.1rem 1.7rem;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.5rem;
}
.contact-box-label {
  font-size: 0.93rem;
  color: #047857;
  font-weight: 700;
  margin-bottom: 0.3rem;
  letter-spacing: 0.04em;
}
.contact-box-value {
  font-size: 1.08rem;
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
}
.contact-box-value:hover {
  color: #f59e42;
}
.contact-form-simple {
  max-width: 420px;
  margin: 0 auto;
  background: #f6f2e8;
  border-radius: 1.1rem;
  box-shadow: 0 2px 12px rgba(4,120,87,0.07);
  padding: 1.5rem 1.2rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.form-label-simple {
  font-size: 1rem;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#contact-message {
  border-radius: 0.7rem;
  border: 1.5px solid #e0e7ef;
  font-size: 1rem;
  padding: 0.7rem 1rem;
  resize: vertical;
  min-height: 70px;
  background: #fff;
  color: #0f172a;
  font-family: inherit;
  margin-bottom: 0.7rem;
  transition: border-color 0.18s;
}
#contact-message:focus {
  border-color: #047857;
  outline: none;
}
@media (max-width: 700px) {
  .contact-boxes {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
  }
  .contact-box {
    min-width: 0;
    padding: 1rem 1.1rem;
  }
}
/* Professional Contact Section Styles */
.contact-section {
  background: #f8fafc;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.contact-card-pro {
  display: flex;
  gap: 2.5rem;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(4,120,87,0.10), 0 1.5px 8px rgba(15,23,42,0.07);
  border: 1.5px solid #e0e7ef;
  padding: 2.5rem 2.2rem;
  max-width: 900px;
  margin: 0 auto;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact-info-pro {
  flex: 1 1 320px;
  min-width: 260px;
}
.contact-details-list {
  margin-bottom: 1.2rem;
}
.contact-detail {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  color: #334155;
}
.contact-label {
  font-weight: 700;
  color: #047857;
  margin-right: 0.5rem;
}
.contact-social-pro {
  margin-top: 1.1rem;
  display: flex;
  gap: 1.1rem;
}
.contact-social-pro .social-link {
  color: #047857;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.18s;
}
.contact-social-pro .social-link:hover {
  color: #f59e42;
}
.contact-form-pro {
  flex: 1 1 320px;
  min-width: 260px;
  background: #f6f2e8;
  border-radius: 1.1rem;
  box-shadow: 0 2px 12px rgba(4,120,87,0.07);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0.5rem;
}
.form-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.1rem;
  text-align: center;
}
.form-grid-pro {
  display: flex;
  gap: 1.1rem;
  flex-wrap: wrap;
}
.form-field-pro {
  flex: 1 1 120px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.7rem;
}
.form-field-pro span {
  font-size: 0.98rem;
  color: #475569;
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.form-field-pro input {
  padding: 0.7rem 1rem;
  border-radius: 0.7rem;
  border: 1.5px solid #e0e7ef;
  font-size: 1rem;
  background: #fff;
  color: #0f172a;
  font-family: inherit;
  transition: border-color 0.18s;
}
.form-field-pro input:focus {
  border-color: #047857;
  outline: none;
}
.form-note {
  margin: 0.9rem 0 0;
  font-size: 0.92rem;
  color: #475569;
  text-align: center;
}
@media (max-width: 900px) {
  .contact-card-pro {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem 0.7rem;
  }
  .contact-form-pro, .contact-info-pro {
    min-width: 0;
  }
}
body {
  margin: 0;
  min-height: 100%;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f6f2e8;
  color: #1f2937;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  line-height: 1.7;
/* End of boxed card styles */

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

header {
  background: rgba(255,255,255,0.92);
  padding: 0.85rem 0;
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(4,120,87,0.12);
  box-shadow: 0 18px 35px rgba(15,23,42,0.08);
}

/* Slight header lift when sticky */
header.site-header { transition: box-shadow 220ms ease, border-color 220ms ease; }
header.site-header.scrolled { box-shadow: 0 22px 60px rgba(15,23,42,0.12); border-bottom-color: rgba(148,163,184,0.08); }

.nav {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.75rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 1.5rem;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(4,120,87,0.12);
  box-shadow: 0 12px 30px rgba(15,23,42,0.05);
}

.brand-name {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #0f172a;
  font-family: 'Poppins', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.brand-word {
  display: inline-block;
}

.brand-word--safari {
  color: #0f172a;
}

.brand-word--plug {
  color: #047857;
}

.brand-word--254 {
  color: #ca8a04;
}

.brand-tag {
  margin: 0;
  font-size: 0.78rem;
  color: #475569;
}

.text-center {
  text-align: center;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-links li {
  display: inline-flex;
}

.nav-links a {
  text-decoration: none;
  color: #334155;
  font-weight: 700;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  box-shadow: inset 0 0 0 1px rgba(15,23,42,0.03);
  border: 1px solid transparent;
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Animated underline for nav links */
.nav-links a {
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 7px;
  transform: translateX(-50%) scaleX(0);
  height: 3px;
  width: 56%;
  background: linear-gradient(90deg,#047857,#16a34a);
  border-radius: 2px;
  transform-origin: center;
  transition: transform 220ms cubic-bezier(.2,.9,.2,1);
  pointer-events: none;
}
.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-links a.active::after {
  transform: translateX(-50%) scaleX(1);
}

/* Remove underline on header links and apply Poppins */
header a,
.nav-links a,
.brand {
  text-decoration: none;
  font-family: 'Poppins', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #047857;
  background: rgba(4,120,87,0.12);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(4,120,87,0.06);
}

.nav-links a.active {
  color: #047857;
  background: rgba(4,120,87,0.18);
  border-color: rgba(4,120,87,0.18);
  box-shadow: 0 10px 30px rgba(4,120,87,0.08);
}

.logo-img {
  height: 56px;
  width: auto;
}

/* Logo polish */
.logo-img {
  border-radius: 0.75rem;
  box-shadow: 0 8px 30px rgba(4,120,87,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.logo-img:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 18px 50px rgba(4,120,87,0.12); }

.hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.5rem 1.5rem 2.5rem;
  text-align: center;
  background: linear-gradient(135deg, #ecfccb 0%, #f0fdf4 25%, #f8fafc 75%, #f1f5f9 100%);
  border-bottom: 2px solid rgba(4,120,87,0.1);
}

.hero-title {
  font-size: clamp(2.2rem, 6vw, 3.5rem);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 1.1rem;
  line-height: 1.13;
}

.safari-slider {
  position: relative;
  width: min(100%, 1100px);
  aspect-ratio: 16 / 7;
  margin: 0 auto 2.3rem;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #0f172a;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
  border: 4px solid rgba(255, 255, 255, 0.85);
  touch-action: pan-y;
}

.safari-slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.safari-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.safari-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.72), transparent 48%);
}

.safari-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.safari-slide figcaption {
  position: absolute;
  left: 1.5rem;
  bottom: 1.35rem;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.35rem);
  text-align: left;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.safari-slider-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(2, 6, 23, 0.58);
  color: #fff;
  font-size: 1.35rem;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
}

.safari-slider-control:hover,
.safari-slider-control:focus-visible {
  background: #047857;
  transform: translateY(-50%) scale(1.06);
}

.safari-slider-prev { left: 1rem; }
.safari-slider-next { right: 1rem; }

.safari-slider-dots {
  position: absolute;
  right: 1.5rem;
  bottom: 1.45rem;
  z-index: 3;
  display: flex;
  gap: 0.5rem;
}

.safari-slider-dots button {
  width: 0.7rem;
  height: 0.7rem;
  min-width: 0;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.safari-slider-dots button.is-active {
  background: #fcd34d;
  transform: scale(1.18);
}

@media (max-width: 700px) {
  .safari-slider {
    aspect-ratio: 4 / 3;
    margin-bottom: 1.7rem;
    border-radius: 1.1rem;
  }

  .safari-slide figcaption {
    left: 1rem;
    right: 4.5rem;
    bottom: 1rem;
  }

  .safari-slider-control {
    width: 2.5rem;
    height: 2.5rem;
  }

  .safari-slider-prev { left: 0.65rem; }
  .safari-slider-next { right: 0.65rem; }

  .safari-slider-dots {
    right: 1rem;
    bottom: 1.05rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .safari-slider-track {
    transition: none;
  }
}

.hero-lead {
  font-size: 1.18rem;
  color: #334155;
  margin: 0 0 2.1rem;
  font-weight: 500;
}

.hero-trust {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2.2rem;
  flex-wrap: wrap;
}
.trust-badge {
  background: #fcd34d;
  color: #0f172a;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.4rem 1.1rem;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 18px rgba(250,204,21,0.10);
}

@media (max-width: 768px) {
  .hero {
    min-height: 50vh;
    padding: 2.2rem 0.7rem 1.7rem;
  }
  .hero-title {
    font-size: clamp(1.3rem, 8vw, 2.1rem);
  }
  .hero-lead {
    font-size: 1.02rem;
    margin-bottom: 1.3rem;
  }
  .hero-trust {
    gap: 0.5rem;
    margin-top: 1.1rem;
  }
}

.how-it-works {
  background: #f8fafc;
  border-bottom: 1px solid #e0e7ef;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.how-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.how-step {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 6px 32px rgba(15,23,42,0.07);
  padding: 2.2rem 1.2rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.how-step-number {
  background: #047857;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}
.how-step-title {
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  color: #0f172a;
}
.how-step p {
  color: #334155;
  font-size: 1rem;
  margin: 0;
}

@media (max-width: 1000px) {
  .how-steps-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 600px) {
  .how-steps-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .how-step {
    padding: 1.3rem 0.7rem 1.1rem;
  }
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(16,185,129,0.08) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(4,120,87,0.06) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

.hero > .container {
  position: relative;
  z-index: 2;
}

.hero .overlay {
  display: none;
}

.hero h1 {
  font-size: clamp(2.3rem, 5vw, 4rem);
  margin: 0.5rem 0 0;
  letter-spacing: -0.03em;
  color: #0f172a;
  font-weight: 800;
  line-height: 1.15;
  background: linear-gradient(135deg, #047857 0%, #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero p {
  margin: 1rem auto 2rem;
  max-width: 48rem;
  font-size: 1.05rem;
  color: #334155;
  line-height: 1.7;
  font-weight: 500;
}

@media (max-width: 768px) {
  .hero {
    min-height: 55vh;
    padding: 2rem 1rem 2.5rem;
    align-items: center;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 7vw, 2.6rem);
    line-height: 1.12;
  }

  .hero p {
    margin: 0.9rem auto 1.4rem;
    max-width: 100%;
    font-size: 1rem;
  }

  .hero-actions {
    gap: 0.75rem;
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

.hero-buttons .btn {
  margin: 5px;
  padding: 10px 20px;
  background: gold;
  color: black;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}

.hero-actions {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

.button,
button,
a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.8rem 1.4rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
button:hover,
a.button:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #047857;
  color: #ffffff;
  border: none;
}

/* Button depth and interaction */
.btn-primary {
  box-shadow: 0 12px 40px rgba(4,120,87,0.18);
  background: linear-gradient(180deg, #10b981 0%, #059669 50%, #047857 100%);
  font-weight: 700;
}
.btn-primary:hover { 
  transform: translateY(-4px); 
  box-shadow: 0 24px 50px rgba(4,120,87,0.22);
}

.btn-secondary { 
  background: linear-gradient(180deg, #fcd34d 0%, #facc15 100%);
  color: #0f172a;
  box-shadow: 0 10px 32px rgba(250,204,21,0.15);
  font-weight: 700;
}
.btn-secondary:hover { 
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(250,204,21,0.2);
}

.btn-muted {
  background: #ffffff;
  color: #334155;
  border: 2px solid rgba(4,120,87,0.15);
  box-shadow: 0 8px 24px rgba(15,23,42,0.08);
  font-weight: 600;
}

.btn-muted:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15,23,42,0.12);
  background: #f8fafc;
  border-color: rgba(4,120,87,0.25);
}

main {
  overflow-x: hidden;
}

main {
  width: 100%;
}

.container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  padding: 3.5rem 0 1.5rem;
}

.section:last-child {
  padding-bottom: 2.5rem;
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin: 0 0 0.75rem;
  color: #0f172a;
  font-weight: 800;
}

.section-subtitle {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #047857;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(16,185,129,0.12), rgba(4,120,87,0.08));
  border-radius: 999px;
  border: 1px solid rgba(4,120,87,0.15);
}

.section-copy {
  max-width: 48rem;
  margin: 0 auto;
  color: #475569;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}

.cards-grid {
  display: grid;
  gap: 2.2rem;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.7rem;
  }
}

.card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(4,120,87,0.10), 0 1.5px 8px rgba(15,23,42,0.07);
  border: 1.5px solid #e0e7ef;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.18s cubic-bezier(.2,.9,.2,1), box-shadow 0.18s cubic-bezier(.2,.9,.2,1);
  position: relative;
}
.card:hover {
  transform: translateY(-6px) scale(1.025);
  box-shadow: 0 18px 60px rgba(4,120,87,0.13), 0 2px 12px rgba(15,23,42,0.10);
  border-color: #a7f3d0;
}
.card-header {
  padding: 2.1rem 1.5rem 1.1rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
  flex: 1 1 auto;
}
.card-tag {
  display: inline-block;
  background: linear-gradient(90deg,#047857,#fcd34d);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.32rem 0.95rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
  letter-spacing: 0.08em;
  box-shadow: 0 2px 10px rgba(4,120,87,0.08);
}
.card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #047857;
  margin: 0 0 0.2rem 0;
  letter-spacing: -0.01em;
}
.card-copy {
  color: #334155;
  font-size: 1.01rem;
  margin: 0 0 0.5rem 0;
  line-height: 1.7;
  padding-left: 0;
}
.card-copy li {
  margin-bottom: 0.3rem;
  font-size: 0.98rem;
}
.card-action {
  padding: 1.1rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
}
.card-action .button {
  min-width: 0;
  font-size: 1rem;
  padding: 0.7rem 1.3rem;
}
@media (max-width: 700px) {
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .card-header, .card-action {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .card-title {
    font-size: 1.1rem;
  }
  .card-copy li {
    margin-bottom: 0.65rem;
  }
}

.feature-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.feature-card {
  background: #ffffff;
  border: 1px solid rgba(148,163,184,0.14);
  border-radius: 1.25rem;
  padding: 1.2rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.feature-icon {
  width: 2.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 0.85rem;
  background: rgba(16,185,129,0.12);
  color: #047857;
}

.feature-title {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
  font-weight: 700;
  color: #0f172a;
}

.feature-copy {
  margin: 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

.footer {
  background: #0f172a;
  color: #f8fafc;
  padding: 2.5rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer h3 {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
}

.footer a {
  color: #a7f3d0;
  text-decoration: none;
}

.footer p,
.footer a {
  color: #cbd5e1;
}

.footer-note {
  margin-top: 1.5rem;
  text-align: center;
  color: #94a3b8;
  font-size: 0.8rem;
}

/* Hide menu toggle by default (desktop), show on mobile */
.menu-toggle {
  display: none;
  background: rgba(4,120,87,0.1);
  border: 1px solid rgba(4,120,87,0.22);
  border-radius: 999px;
  padding: 0.85rem;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

@media (max-width: 768px) {
  .nav-links {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    gap: 0;
    padding: 1rem 1.5rem 1.25rem;
    border-top: 1px solid rgba(148,163,184,0.15);
    box-shadow: 0 20px 40px rgba(15,23,42,0.08);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    z-index: 99;
  }

  .nav-links.show {
    display: flex !important;
  }

  .nav-links a {
    padding: 0.8rem 0;
    width: 100%;
  }

  .menu-toggle {
    display: inline-flex;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }
  .menu-close {
    display: none;
  }
  .nav-links.show ~ .menu-close {
    display: inline-flex !important;
  }
}
@media (min-width: 769px) {
  .nav-links {
    display: flex !important;
    position: static;
    flex-direction: row;
    gap: 1.5rem;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: none;
  }
  .menu-toggle,
  .menu-close {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .brand {
    padding: 0.35rem 0.6rem;
    width: 100%;
    justify-content: center;
  }

  .nav {
    justify-content: center;
  }

  .brand-tag {
    display: none;
  }

  .nav-links a {
    padding: 0.65rem 0.85rem;
    font-size: 0.92rem;
  }

  .section-title {
    font-size: clamp(1.5rem, 5vw, 2.1rem);
  }


.gallery, .attractions, .museums, .contact {
  padding: 4rem 0;
  text-align: center;
}

/* Contact panel styles */
.contact-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  background: linear-gradient(180deg, rgba(4,120,87,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(4,120,87,0.08);
  padding: 1.5rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}

/* Subtle highlight for contact panel */
.contact-panel { background: linear-gradient(90deg, rgba(6,95,70,0.03), rgba(255,255,255,0)); }

.contact-panel .contact-info h3 {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
  color: #064e3b;
}

.contact-panel .contact-info p {
  margin: 0 0 0.75rem;
  color: #134e4a;
}

.contact-grid {
  display: grid;
  gap: 1rem;
  align-items: start;
  max-width: 900px;
  margin: 0 auto;
}

.contact-card,
.contact-form {
  background: #ffffff;
  border: 1px solid rgba(148,163,184,0.16);
  border-radius: 1rem;
  padding: 1.1rem;
  box-shadow: 0 10px 30px rgba(15,23,42,0.04);
}

.contact-card p {
  margin: 0 0 0.85rem;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.6;
}

.contact-card a {
  color: #047857;
  text-decoration: none;
  font-weight: 700;
}

.contact-form {
  padding: 1rem;
}

.form-grid {
  display: grid;
  gap: 0.8rem;
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  }
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: #475569;
  font-size: 0.9rem;
}

.form-field span {
  font-weight: 700;
}

.form-field input {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(148,163,184,0.22);
  border-radius: 0.85rem;
  background: #f8fafc;
  color: #0f172a;
  font-size: 0.95rem;
}

.form-field input:focus {
  outline: none;
  border-color: #047857;
  box-shadow: 0 0 0 4px rgba(4,120,87,0.08);
}

.form-note {
  margin: 0.9rem 0 0;
  font-size: 0.9rem;
  color: #475569;
}

.contact-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.contact-social {
  text-align: right;
}

.contact-social .social-link {
  color: #047857;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 880px) {
  .contact-panel {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .contact-social { text-align: left; }
}

.slider img {
  display: none;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.slider img:first-child {
  display: block;
}

footer {
  background: #0f172a;
  color: #f8fafc;
  text-align: center;
  padding: 3rem 1.5rem;
}

.footer-grid a.social-link {
  color: #a7f3d0;
  font-weight: 700;
}
