/* Isabela Camper Park — landing page styles */
:root {
  --sunset-orange:#f59332;
  --sunset-red:#d9431f;
  --sunset-red-dk:#a8270e;
  --palm-navy:#1f3a5f;
  --palm-navy-dk:#152842;
  --sand:#fef4e0;
  --cream:#fffbf3;
  --teal:#2a9d8f;
  --txt:#1a1a1a;
  --txt-mute:#555;
}

html, body { margin: 0; padding: 0; }
body.landing {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--cream);
  color: var(--txt);
  line-height: 1.55;
}

/* Header */
.landing-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,251,243,.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(31,58,95,.08);
}
.landing-header .wrap {
  max-width: 1180px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.landing-header .brand {
  display: flex; align-items: center; gap: 12px;
  font-weight: 800; color: var(--palm-navy); font-size: 18px; letter-spacing: .3px;
}
.landing-header .brand img { height: 42px; width: auto; }
.landing-header nav { display: flex; gap: 20px; align-items: center; }
.landing-header nav a { color: var(--palm-navy); text-decoration: none; font-weight: 600; font-size: 14px; }
.landing-header nav a:hover { color: var(--sunset-red); }
.landing-header .btn-cta {
  background: var(--sunset-orange); color: #fff; padding: 9px 18px;
  border-radius: 8px; font-weight: 700; font-size: 14px;
  border: none; cursor: pointer; text-decoration: none;
  box-shadow: 0 2px 8px rgba(245,147,50,.3);
}
.landing-header .btn-cta:hover { background: var(--sunset-red); color: #fff; }

/* Hero */
.hero {
  position: relative;
  padding: 80px 24px 100px;
  text-align: center;
  background: linear-gradient(180deg, #ffe8c2 0%, #fef4e0 60%, var(--cream) 100%);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 90px;
  background: linear-gradient(180deg, transparent, rgba(31,58,95,.06));
  pointer-events: none;
}
.hero-inner { max-width: 960px; margin: 0 auto; position: relative; z-index: 1; }
.hero img.logo {
  width: 260px; max-width: 60%; height: auto;
  filter: drop-shadow(0 12px 32px rgba(0,0,0,.2));
  margin-bottom: 20px;
}
.hero h1 {
  font-size: 54px; margin: 10px 0 14px;
  color: var(--palm-navy); letter-spacing: -.5px; line-height: 1.05;
  font-weight: 800;
}
.hero .tagline { font-size: 22px; color: var(--txt-mute); max-width: 640px; margin: 0 auto 30px; }
.hero .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-lg {
  display: inline-block; padding: 14px 28px; border-radius: 10px;
  font-size: 16px; font-weight: 700; text-decoration: none; border: 2px solid transparent;
}
.btn-lg.primary { background: var(--sunset-orange); color: #fff; box-shadow: 0 4px 14px rgba(245,147,50,.35); }
.btn-lg.primary:hover { background: var(--sunset-red); }
.btn-lg.outline { background: transparent; color: var(--palm-navy); border-color: var(--palm-navy); }
.btn-lg.outline:hover { background: var(--palm-navy); color: #fff; }

/* Sections */
.section-wrap { max-width: 1080px; margin: 0 auto; padding: 70px 24px; }
.section-wrap h2 {
  font-size: 34px; color: var(--palm-navy); margin: 0 0 12px; font-weight: 800; letter-spacing: -.3px;
}
.section-wrap .sub { color: var(--txt-mute); font-size: 17px; margin: 0 0 40px; }

.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.feature {
  background: #fff; border-radius: 14px; padding: 28px;
  box-shadow: 0 4px 18px rgba(31,58,95,.06);
  border: 1px solid rgba(31,58,95,.06);
}
.feature .icon {
  width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 26px; background: var(--sunset-orange); color: #fff; margin-bottom: 18px;
  box-shadow: 0 4px 12px rgba(245,147,50,.3);
}
.feature h3 { margin: 0 0 8px; font-size: 18px; color: var(--palm-navy); }
.feature p { margin: 0; color: var(--txt-mute); font-size: 15px; }

/* Location section */
.location {
  background: var(--palm-navy); color: #fff;
  padding: 70px 24px;
}
.location-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.location h2 { color: #fff; font-size: 34px; margin: 0 0 14px; font-weight: 800; }
.location p { font-size: 17px; line-height: 1.6; opacity: .92; margin: 0 0 10px; }
.location .addr { font-weight: 700; font-size: 18px; }
.location .contact-list { list-style: none; padding: 0; margin: 24px 0 0; }
.location .contact-list li { padding: 6px 0; display: flex; align-items: center; gap: 10px; font-size: 16px; }
.location iframe { width: 100%; height: 320px; border: 0; border-radius: 12px; box-shadow: 0 8px 30px rgba(0,0,0,.3); }

/* Portal CTA */
.portal-cta {
  background: linear-gradient(135deg, var(--sunset-orange), var(--sunset-red));
  color: #fff; padding: 60px 24px; text-align: center;
}
.portal-cta h2 { color: #fff; font-size: 32px; margin: 0 0 12px; font-weight: 800; }
.portal-cta p { font-size: 17px; max-width: 620px; margin: 0 auto 28px; opacity: .95; }
.portal-cta .btn-lg.white {
  background: #fff; color: var(--sunset-red);
}
.portal-cta .btn-lg.white:hover { background: var(--cream); }

/* Footer */
footer.landing-footer {
  background: var(--palm-navy-dk); color: #b9c3d4;
  padding: 40px 24px; text-align: center; font-size: 14px;
}
footer.landing-footer a { color: #fff; text-decoration: none; }
footer.landing-footer a:hover { color: var(--sunset-orange); }
footer.landing-footer .footer-nav { margin-bottom: 14px; }
footer.landing-footer .footer-nav a { margin: 0 12px; }

/* Responsive */
@media (max-width: 760px) {
  .hero h1 { font-size: 38px; }
  .hero .tagline { font-size: 18px; }
  .location-inner { grid-template-columns: 1fr; }
  .landing-header nav a:not(.btn-cta) { display: none; }
  .section-wrap { padding: 50px 20px; }
  .section-wrap h2 { font-size: 26px; }
}
