:root {
  --home-blue: #075fba;
  --home-blue-dark: #064c96;
  --home-teal: #08a9bd;
  --home-ink: #17233b;
  --home-muted: #64748b;
  --home-line: #dbe5f0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.home-page {
  margin: 0;
  color: var(--home-ink);
  background: #fff;
  font-family: "Poppins", sans-serif;
}
.home-container { width: min(100% - 40px, 1216px); margin: 0 auto; }

.public-header {
  height: 72px;
  position: relative;
  z-index: 20;
  background: #f8fafc;
  border-bottom: 1px solid #e6edf5;
  position: fixed;
  width: 100%;
}
.nav-inner { height: 100%; display: flex; align-items: center; gap: 42px; }
.public-brand { color: var(--home-ink); display: inline-flex; align-items: baseline; gap: 9px; text-decoration: none; white-space: nowrap; }
.public-brand strong { color: #008db7; font-size: 1.48rem; letter-spacing: -.03em; }
.public-brand span { font-size: .78rem; letter-spacing: .16em; }
.public-nav { display: flex; align-items: center; gap: 35px; margin-left: auto; }
.public-nav a { color: #3d4658; font-size: .95rem; text-decoration: none; transition: color .2s; }
.public-nav a:hover, .public-nav a.active { color: var(--home-blue); font-weight: 600; }
.header-actions { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.phone-link { color: var(--home-ink); text-decoration: none; font-size: .88rem; white-space: nowrap; }
.phone-link i { color: var(--home-blue); margin-right: 7px; }
.login-button, .primary-button { background: var(--home-blue); border-radius: 7px; color: #fff; display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; text-decoration: none; font-size: .88rem; font-weight: 500; transition: background .2s, transform .2s; }
.login-button:hover, .primary-button:hover { background: var(--home-blue-dark); color: #fff; transform: translateY(-1px); }
.mobile-nav-toggle { display: none; border: 0; background: transparent; color: var(--home-ink); font-size: 1.6rem; }

.hero { min-height: 560px; position: relative; color: #fff; overflow: hidden; background: #123253; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; background-position: center; background-size: cover; transition: opacity .9s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,24,47,.75) 0%, rgba(8,24,47,.45) 44%, rgba(8,24,47,.15) 100%); }
.hero-content { min-height: 432px; position: relative; display: flex; align-items: flex-start; }
.hero-copy { max-width: 820px; padding: 108px 0 20px; }
.hero-copy h1 { margin: 0 0 16px; font-size: clamp(2.15rem, 4.1vw, 3.45rem); line-height: 1.15; letter-spacing: -.045em; font-weight: 700; }
.hero-copy h1 span { color: var(--home-teal); display: block; }
.hero-copy p { max-width: 680px; margin: 0; color: rgba(255,255,255,.93); font-size: 1.12rem; line-height: 1.6; }
.hero-buttons { display: flex; gap: 15px; margin-top: 29px; }
.hero-buttons .primary-button { padding: 12px 32px; }
.secondary-button { border: 1px solid rgba(255,255,255,.85); border-radius: 7px; color: #fff; display: inline-flex; align-items: center; justify-content: center; padding: 11px 32px; text-decoration: none; font-size: .9rem; background: rgba(255,255,255,.12); transition: background .2s; }
.secondary-button:hover { color: #fff; background: rgba(255,255,255,.28); }
.hero-dots { position: absolute; bottom: 34px; left: 50%; display: flex; gap: 8px; transform: translateX(-50%); z-index: 2; }
.hero-dot { width: 9px; height: 9px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; opacity: .8; }
.hero-dot.is-active { background: #fff; opacity: 1; transform: scale(1.2); }
.search-card-wrap { position: relative; margin-top: 0; z-index: 3; }
.travel-search { background: #fff; color: var(--home-ink); border-radius: 9px; box-shadow: 0 14px 28px rgba(15,38,65,.18); display: grid; grid-template-columns: 1fr 1fr 1.03fr; gap: 16px; padding: 30px; }
.search-field { display: flex; flex-direction: column; gap: 8px; }
.search-field span { font-size: .9rem; font-weight: 500; }
.search-field span i { color: var(--home-blue); margin-right: 10px; }
.search-field input { border: 1px solid var(--home-line); border-radius: 6px; color: var(--home-ink); font: inherit; font-size: .95rem; outline: none; padding: 10px 12px; }
.search-field input::placeholder { color: #9aa6b8; }
.search-field input:focus { border-color: var(--home-blue); box-shadow: 0 0 0 3px rgba(7,95,186,.1); }
.search-button { align-self: end; background: var(--home-blue); border: 0; border-radius: 6px; color: #fff; cursor: pointer; font: inherit; font-size: .9rem; height: 42px; transition: background .2s; }
.search-button:hover { background: var(--home-blue-dark); }
.search-button i { margin-right: 12px; }

.pattern-section { background-color: #f9fbfd; background-image: radial-gradient(#e9eff6 .9px, transparent .9px); background-size: 22px 22px; }
.packages-section { padding: 126px 0 74px; }
.section-heading { max-width: 680px; margin: 0 auto 42px; text-align: center; }
.section-heading h2 { color: var(--home-ink); font-size: clamp(1.7rem, 3vw, 2.15rem); letter-spacing: -.04em; margin: 0 0 10px; }
.section-heading p { color: var(--home-muted); margin: 0; font-size: .98rem; line-height: 1.65; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.package-card { overflow: hidden; border: 1px solid #e4ebf3; border-radius: 10px; background: #fff; box-shadow: 0 6px 20px rgba(23,35,59,.06); transition: transform .2s, box-shadow .2s; }
.package-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(23,35,59,.12); }
.package-card img { width: 100%; height: 190px; object-fit: cover; display: block; }
.package-body { padding: 20px; }
.package-tag, .eyebrow { color: var(--home-blue); font-size: .72rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.package-body h3 { margin: 8px 0 8px; font-size: 1.12rem; }
.package-body p { color: var(--home-muted); font-size: .86rem; line-height: 1.6; margin: 0 0 16px; min-height: 44px; }
.package-body a { color: var(--home-blue); font-size: .85rem; font-weight: 600; text-decoration: none; }
.package-body a i { margin-left: 6px; }
.center-action { margin-top: 39px; text-align: center; }
.outline-button { border: 1px solid var(--home-line); border-radius: 7px; color: var(--home-ink); display: inline-flex; gap: 16px; padding: 11px 30px; text-decoration: none; font-size: .88rem; background: #fff; }
.outline-button:hover { border-color: var(--home-blue); color: var(--home-blue); }

.services-section { padding: 80px 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-item { border: 1px solid #e7eef5; border-radius: 10px; padding: 30px; text-align: center; }
.service-item > i { color: var(--home-blue); display: block; font-size: 2rem; margin-bottom: 14px; }
.service-item h3 { font-size: 1.05rem; margin: 0 0 9px; }
.service-item p { color: var(--home-muted); font-size: .85rem; line-height: 1.6; margin: 0; }
.about-section { background: var(--home-ink); color: #fff; padding: 75px 0; }
.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-content h2, .contact-card h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: -.04em; line-height: 1.2; margin: 10px 0 0; }
.about-content p { color: #cbd5e1; line-height: 1.8; margin: 0 0 14px; }
.about-content .about-highlight { color: #55cbd7; font-size: .82rem; font-weight: 600; letter-spacing: .08em; margin-top: 18px; text-transform: uppercase; }
.about-copy { max-width: 650px; }
.about-section .eyebrow, .contact-section .eyebrow { color: #55cbd7; }
.contact-section { background: #f8fafc; padding: 78px 0; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 72px; }
.contact-intro h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: -.04em; line-height: 1.2; margin: 10px 0 0; }
.contact-intro p { color: var(--home-muted); line-height: 1.7; margin: 14px 0 22px; }
.contact-direct { display: flex; flex-direction: column; gap: 10px; }
.contact-direct a { color: var(--home-blue); font-size: .88rem; text-decoration: none; }
.contact-direct i { margin-right: 7px; }
.contact-form { padding: 27px; border: 1px solid var(--home-line); border-radius: 11px; background: #fff; box-shadow: 0 8px 22px rgba(23,35,59,.06); }
.contact-form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 20px; }
.contact-form-heading h3 { margin: 0; font-size: 1.2rem; }
.contact-form-heading span { color: var(--home-muted); font-size: .78rem; }
.contact-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 15px; }
.contact-form label span { color: var(--home-ink); font-size: .8rem; font-weight: 500; }
.contact-form label b { color: #dc2626; }
.contact-form input, .contact-form textarea { border: 1px solid var(--home-line); border-radius: 6px; color: var(--home-ink); font: inherit; font-size: .84rem; outline: none; padding: 10px 12px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--home-blue); box-shadow: 0 0 0 3px rgba(7,95,186,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-submit { border: 0; cursor: pointer; margin-top: 2px; width: 100%; }
.public-footer { background: #111b30; color: #9eacc0; padding: 24px 0; font-size: .8rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner .public-brand strong { color: #55cbd7; }
.footer-inner .public-brand span { color: #cbd5e1; }

@media (max-width: 980px) {
  .nav-inner { gap: 20px; }
  .public-nav { gap: 18px; }
  .phone-link span { display: none; }
  .package-grid { gap: 15px; }
}
@media (max-width: 760px) {
  .public-header { height: 64px; }
  .nav-inner { justify-content: space-between; }
  .public-nav { display: none; position: absolute; top: 64px; left: 0; right: 0; padding: 12px 20px 18px; background: #fff; border-bottom: 1px solid var(--home-line); box-shadow: 0 8px 15px rgba(23,35,59,.08); }
  .public-nav.is-open { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
  .header-actions { margin-left: auto; }
  .mobile-nav-toggle { display: block; order: 3; }
  .phone-link { display: none; }
  .hero { min-height: 640px; }
  .hero-content { min-height: 520px; }
  .hero-copy { max-width: 100%; padding-top: 30px; }
  .hero-copy h1 { font-size: 2.25rem; }
  .hero-copy p { font-size: .97rem; }
  .travel-search { grid-template-columns: 1fr; padding: 22px; }
  .search-card-wrap { margin-top: -90px; }
  .package-grid, .service-grid { grid-template-columns: 1fr; }
  .packages-section { padding-top: 135px; }
  .about-content { grid-template-columns: 1fr; gap: 24px; }
  .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .contact-form-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}