/* Reset margins for consistency */
body, h1, p {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Inter', sans-serif;
}

/* Base section reset (scoped spacing applied inside main card) */
section {
  padding: 0;
  width: 100%;
}

section h2 {
  font-size: 1.85rem;
  margin: 0 0 18px 0;
  color: #033e6b;
  letter-spacing: .3px;
}

.features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features li {
  margin-bottom: 10px;
  line-height: 1.7;
  font-size: 1.08rem;
  padding-left: 1.2em;
  position: relative;
  color: #1a3552;
}
.features li:before {
  content: "\2022";
  color: #ff7b00;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.packages table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.packages th, .packages td {
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid #e2e8f0;
}

.packages th {
  background: #033e6b;
  color: #fff;
  position: sticky;
  top: 0;
}

.packages tr:nth-child(even) td {
  background: #f7fbff;
}

.roadmap {
  background: linear-gradient(135deg, #f0f8ff 0%, #e8f4ff 100%);
  border: 1px solid #d1e6f8;
  border-radius: 10px;
  padding: 50px 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  margin-bottom: 60px;
}

.roadmap h2 {
  margin-top: 0;
}

.roadmap p {
  line-height: 1.55;
  font-size: 0.98rem;
  max-width: 900px;
  color: #062f4f;
}


/* HERO SECTION */
.hero-section {
  background-color: #033e6b;
  color: #ffffff;
  padding-top: 10px;
}

.hero-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hero-left {
  flex: 1 1 60%;
  max-width: 760px;
}

.logo {
  width: 200px;
  margin-bottom: 50px;
}

.hero-text h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.tagline {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #cce6ff;
}

.description {
  font-size: 1rem;
  margin-bottom: 18px;
  line-height: 1.55;
  max-width: 720px;
}

.cta-button {
  display: inline-block;
  background-color: #ff7b00;
  color: white;
  padding: 14px 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #e06a00;
}

.hero-right {
  flex: 1 1 30%;
  text-align: right;
}

.hero-image {
  max-width: 80%;
  height: auto;
}

/* Main Body Container */
.main-body-container {
  max-width: 1040px;
  margin: -25px auto 40px auto;
  padding: 48px 64px 56px 64px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 48px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow:
    0 2px 4px -2px rgba(15,40,70,0.12),
    0 8px 18px -6px rgba(15,40,70,0.10),
    0 28px 56px -18px rgba(15,40,70,0.18);
  position: relative;
  z-index: 2;
  border: 1.5px solid #d7e2ec;
  background-clip: padding-box;
  overflow: hidden;
}

.main-body-container:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(115deg,rgba(255,255,255,0) 0%, rgba(3,62,107,0.06) 55%, rgba(3,62,107,0.10) 100%);
  mix-blend-mode: normal;
  opacity: .9;
}

.main-body-container:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(3,62,107,0.10), 0 0 0 6px rgba(3,62,107,0.03);
  mix-blend-mode: normal;
}

/* Scoped section spacing inside main body */
.main-body-container section {
  padding: 0;
}
.main-body-container section + section {
  padding-top: 8px;
  position: relative;
}
.main-body-container section + section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right,#e9eff4,rgba(233,239,244,0));
}

/* Feature list refinement */
.features ul { margin-top: 4px; }
.features li { font-size: 1rem; line-height: 1.55; margin-bottom: 10px; }
.features li strong { color: #0d2f48; font-weight: 600; }

/* Table polish */
.packages table { border-radius: 14px; overflow: hidden; font-size: 0.95rem; }
.packages th { font-weight: 600; letter-spacing: .25px; }
.packages td { vertical-align: top; }

/* Roadmap block soften */
.roadmap { padding: 40px 36px; border-radius: 18px; margin-bottom: 0; }
.roadmap h2 { font-size: 1.4rem; margin-bottom: 14px; }
.roadmap p { font-size: 0.95rem; max-width: 840px; }

/* Hide legacy divider element if present */
.divider { display: none; }

/* Responsive adjustments */
@media (max-width: 1100px) {
  .main-body-container { padding: 44px 48px 52px; max-width: 94%; }
}
@media (max-width: 780px) {
  .main-body-container { padding: 40px 28px 48px; border-radius: 22px; gap: 40px; }
  section h2 { font-size: 1.6rem; }
}

/* ================= Footer ================= */
.site-footer {
  background: #033e6b;
  color: #d5d9dd;
  font-size: 0.9rem;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 70px clamp(32px,5vw,80px) 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
  gap: 56px 60px;
}

.footer-col h4 {
  margin: 0 0 18px 0;
  font-size: 1rem;
  letter-spacing: .5px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.brand-col .footer-logo { width: 180px; margin-bottom: 18px; filter: brightness(1.1); }
.footer-mission { line-height: 1.5; margin: 0 0 22px 0; max-width: 300px; }

.social-row { display: flex; gap: 10px; }
.social-icon { width: 38px; height: 38px; border: 1px solid #3a3d3f; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #c7ccd0; text-decoration: none; transition: all .25s ease; background: radial-gradient(circle at 30% 30%, #2a2d2f, #1b1c1d); }
.social-icon:hover { color: #fff; border-color: #5a636b; box-shadow: 0 4px 14px -4px rgba(255,255,255,0.18); transform: translateY(-3px); }

.contact-list, .footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.contact-list li, .footer-links li { line-height: 1.5; }
.contact-list a, .footer-links a { color: #d5d9dd; text-decoration: none; transition: color .25s ease; }
.contact-list a:hover, .footer-links a:hover { color: #ffffff; }
.contact-list .icon { display: inline-block; width: 20px; }

.newsletter-copy { line-height: 1.5; margin: 0 0 14px 0; max-width: 300px; }
.newsletter-form { display: flex; gap: 8px; }
.newsletter-form input { flex: 1; padding: 10px 14px; border-radius: 6px; border: 1px solid #3a3d3f; background: #262728; color: #e6ecef; font-family: inherit; }
.newsletter-form input:focus { outline: 2px solid #ff7b00; outline-offset: 1px; }
.newsletter-form button { background: #ff7b00; border: none; color: #fff; padding: 10px 18px; border-radius: 6px; font-weight: 600; cursor: pointer; font-family: inherit; letter-spacing: .3px; transition: background .25s ease, transform .2s ease; }
.newsletter-form button:hover { background:#e06a00; transform: translateY(-2px); }
.newsletter-form button:active { transform: translateY(0); }

.footer-base { border-top: 1px solid #2d3133; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; padding: 18px clamp(32px,5vw,80px) 28px; font-size: 0.78rem; letter-spacing: .4px; }
.footer-base a { color: #c2c8cc; text-decoration: none; margin: 0 6px; }
.footer-base a:hover { color: #ffffff; }
.legal-links span { opacity: .4; margin: 0 4px; }

@media (max-width: 640px) {
  .footer-inner { gap: 52px 32px; }
  .brand-col .footer-logo { width: 150px; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form button { width: 100%; }
}

/* Responsive */
@media (max-width: 900px) {
  .hero-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .hero-left,
  .hero-right {
    max-width: 100%;
  }

  .hero-right {
    margin-bottom: 30px;
  }

  .logo {
    margin-bottom: 40px;
  }
}

/* ======= Breadcrumb Navigation (clean, aligned) ======= */
.breadcrumb-nav {
  background: #eaf4fb;
  border-bottom: 1px solid #d1e6f8;
  font-size: 0.85rem;
  letter-spacing: .3px;
}
.breadcrumb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 32px 6px 32px;
  color: #033e6b;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  line-height: 1.2;
}
.breadcrumb-inner a {
  position: relative;
  color: #0d3c63;
  text-decoration: none;
  font-weight: 600;
  padding: 4px 6px 4px 2px;
  border-radius: 4px;
  transition: color .18s, background .25s;
}
.breadcrumb-inner a:hover {
  color: #ff7b00;
  background: rgba(255,123,0,0.06);
}
.breadcrumb-inner a:focus-visible {
  outline: 2px solid #ff7b00;
  outline-offset: 2px;
}
.breadcrumb-sep {
  color: #6c98c0;
  font-size: .9rem;
  margin: 0 2px;
}
.breadcrumb-inner span:last-child {
  font-weight: 600;
  color: #033e6b;
}
/* ======= Form Card ======= */
.contact-form-card {
  background: linear-gradient(180deg, #f9fcff 0%, #eef4f9 100%);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(3, 62, 107, 0.12);
  padding: 48px 44px 52px;
  max-width: 540px;
  margin: 50px auto;
  border: 1px solid #d6e5f2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.contact-form-card h1 {
  text-align: center;
  color: #033e6b;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 36px;
  letter-spacing: 0.4px;
}

/* ======= Labels ======= */
.booking-form label {
  display: block;
  color: #033e6b;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.4px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

/* ======= Inputs & Textareas ======= */
.form-input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #c6d8e4;
  background: #ffffff;
  font-family: inherit;
  font-size: 0.95rem;
  color: #1a3552;
  transition: border-color 0.18s, box-shadow 0.18s, background 0.25s;
  margin-bottom: 18px;
  box-sizing: border-box;
}

.form-input:hover {
  border-color: #99b3c9;
}

.form-input:focus {
  border-color: #033e6b;
  box-shadow: 0 0 0 3px rgba(3, 62, 107, 0.15);
  outline: none;
}

/* ======= Textarea ======= */
textarea.form-input {
  min-height: 90px;
  resize: vertical;
}

/* ======= Select ======= */
select.form-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23033e6b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 14px center;
  background-size: 14px;
  padding-right: 42px;
}

/* ======= Submit Button ======= */
.booking-form button.cta-button {
  background: linear-gradient(90deg, #ff9a1a, #ff7b00);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 0;
  margin-top: 12px;
  cursor: pointer;
  letter-spacing: 0.3px;
  box-shadow: 0 5px 14px rgba(255, 123, 0, 0.35);
  transition: background 0.25s, transform 0.15s ease;
}

.booking-form button.cta-button:hover {
  background: linear-gradient(90deg, #ffa63c, #ff7b00);
  transform: translateY(-2px);
  box-shadow: 0 7px 20px rgba(255, 123, 0, 0.45);
}

.booking-form button.cta-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(255, 123, 0, 0.3);
}

/* ======= Responsive ======= */
@media (max-width: 600px) {
  .contact-form-card {
    padding: 36px 22px 40px;
    border-radius: 18px;
  }
  .booking-form label {
    font-size: 0.75rem;
  }
}



@media (max-width: 780px) {
  .breadcrumb-inner {
    padding: 6px 18px 4px 18px;
    font-size: .78rem;
  }
}
@media (max-width: 480px) {
  .breadcrumb-inner {
    padding: 6px 12px 4px 12px;
    font-size: .72rem;
  }
}