:root {
  --ink: #15231f;
  --muted: #65736f;
  --green: #0b4b3d;
  --green-2: #176a56;
  --cream: #f8f6ef;
  --paper: #fffef9;
  --gold: #d7aa53;
  --line: #dfe5df;
  --shadow: 0 18px 50px rgba(17, 58, 48, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", system-ui, sans-serif; }
button, select, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.topbar {
  position: sticky; top: 0; z-index: 20; height: 76px; padding: 0 clamp(20px, 6vw, 88px);
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(248, 246, 239, .92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(11,75,61,.08);
}
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; }
.brand strong { display: block; letter-spacing: .08em; font: 800 15px/1.1 "Manrope", sans-serif; }
.brand small { display: block; color: var(--muted); font-size: 11px; margin-top: 3px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--green); box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.brand-mark span { width: 16px; height: 19px; display: block; border-radius: 2px; background: #111; border-top: 4px solid var(--gold); box-shadow: 0 0 0 2px rgba(255,255,255,.8); }
.header-cta { padding: 11px 17px; border-radius: 999px; background: var(--green); color: white; text-decoration: none; font-weight: 700; font-size: 13px; }

.hero-section { position: relative; overflow: hidden; padding: 76px clamp(20px, 6vw, 88px) 0; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 44px; }
.hero-section::before { content: ""; position: absolute; width: 620px; height: 620px; right: -160px; top: -310px; border: 1px solid rgba(11,75,61,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(11,75,61,.025), 0 0 0 140px rgba(11,75,61,.02); pointer-events: none; }
.hero-copy { max-width: 810px; position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--green-2); text-transform: uppercase; letter-spacing: .15em; font: 800 11px/1.2 "Manrope", sans-serif; }
.eyebrow span { width: 22px; height: 1px; background: var(--gold); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; }
h1 { margin-bottom: 22px; max-width: 800px; font-size: clamp(46px, 6.2vw, 82px); line-height: .99; letter-spacing: -.055em; }
.hero-copy > p { margin: 0; max-width: 650px; color: var(--muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.6; }
.hero-badges { margin-top: 28px; display: flex; gap: 9px; flex-wrap: wrap; }
.hero-badges span { padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.65); border: 1px solid var(--line); color: #3f514c; font-size: 12px; font-weight: 600; }

.hero-card { position: relative; align-self: stretch; min-height: 320px; padding: 32px; overflow: hidden; color: #fff; background: var(--green); border-radius: 32px; box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: flex-end; }
.hero-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 15%, rgba(215,170,83,.2), transparent 25%), linear-gradient(160deg, transparent 50%, rgba(0,0,0,.12)); }
.moon { position: absolute; z-index: 1; top: 35px; right: 40px; width: 72px; height: 72px; background: var(--gold); border-radius: 50%; box-shadow: -17px 3px 0 1px var(--green); transform: rotate(-20deg); }
.hero-card p, .hero-card strong, .hero-card > span, .hero-card a { position: relative; z-index: 2; }
.hero-card p { margin: 0 0 4px; opacity: .72; font-size: 13px; }
.hero-card strong { font: 800 clamp(35px, 4vw, 49px)/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.hero-card > span { margin: 10px 0 22px; opacity: .72; font-size: 12px; line-height: 1.5; }
.hero-card a { width: fit-content; text-decoration: none; font-weight: 700; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 4px; }

.filter-panel { grid-column: 1 / -1; position: relative; z-index: 3; margin-top: 24px; padding: 20px; display: grid; grid-template-columns: 1fr 1fr 1.1fr 1.4fr auto; align-items: end; gap: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.filter-panel label, .sort-control { display: grid; gap: 7px; color: var(--muted); font-size: 11px; font-weight: 700; }
select { appearance: none; width: 100%; min-height: 46px; padding: 0 38px 0 13px; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%2365736f'%3E%3Cpath d='m3 5 4 4 4-4'/%3E%3C/svg%3E") no-repeat right 13px center; font-size: 13px; font-weight: 600; }
select:focus, input:focus, button:focus-visible, a:focus-visible { outline: 3px solid rgba(215,170,83,.4); outline-offset: 2px; }
.budget-control { min-width: 190px; padding: 0 8px 8px; }
.budget-control > span { display: flex; justify-content: space-between; }
.budget-control output { color: var(--green); }
input[type="range"] { width: 100%; accent-color: var(--green); }
.reset-button { min-height: 46px; padding: 0 18px; color: var(--green); background: #edf4f1; border: 0; border-radius: 12px; font-weight: 700; cursor: pointer; }

.packages-section { padding: 92px clamp(20px, 6vw, 88px) 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-heading h2, .trust-section h2 { margin: 9px 0 7px; font-size: clamp(34px, 4vw, 54px); letter-spacing: -.045em; line-height: 1.08; }
.section-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.sort-control { min-width: 210px; }
.package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; }
.package-card { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 25px; background: var(--paper); border: 1px solid var(--line); border-radius: 23px; box-shadow: 0 8px 30px rgba(17,58,48,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.package-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #c7d6cf; }
.package-card.selected { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(215,170,83,.22), var(--shadow); }
.card-top { display: flex; justify-content: space-between; gap: 14px; align-items: start; }
.tag { display: inline-flex; padding: 6px 9px; border-radius: 999px; color: var(--green); background: #edf4f1; text-transform: uppercase; letter-spacing: .08em; font: 800 9px/1 "Manrope", sans-serif; }
.tag.gold { color: #75500c; background: #fff3d8; }
.compare-check { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 700; cursor: pointer; }
.compare-check input { width: 16px; height: 16px; accent-color: var(--green); }
.package-card h3 { margin: 17px 0 5px; font-size: 21px; letter-spacing: -.025em; }
.route { margin: 0 0 18px; color: var(--muted); font-size: 12px; }
.date-box { margin-bottom: 18px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 14px; background: #fafbf8; }
.date-box span { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 800; }
.date-box strong { display: block; margin-top: 4px; font-size: 13px; }
.hotels { display: grid; gap: 10px; margin-bottom: 19px; }
.hotel { display: grid; grid-template-columns: 31px 1fr auto; gap: 10px; align-items: center; }
.hotel-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: #f0eee6; font-size: 14px; }
.hotel small { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; font-weight: 800; letter-spacing: .05em; }
.hotel strong { display: block; margin-top: 2px; font-size: 12px; line-height: 1.25; }
.distance { color: var(--green); font-size: 11px; font-weight: 800; white-space: nowrap; }
.inclusion-toggle { margin-bottom: 18px; padding: 0; width: fit-content; color: var(--green-2); background: transparent; border: 0; border-bottom: 1px dashed #9bb9b0; font-size: 11px; font-weight: 700; cursor: pointer; }
.inclusion-list { margin: -8px 0 17px; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; color: var(--muted); font-size: 10px; }
.inclusion-list li::before { content: "✓"; color: var(--green-2); margin-right: 5px; font-weight: 800; }
.card-footer { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; }
.price small { display: block; color: var(--muted); font-size: 9px; }
.price strong { display: block; margin-top: 2px; font: 800 24px/1.1 "Manrope", sans-serif; letter-spacing: -.035em; }
.wa-button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 14px; border-radius: 11px; background: var(--green); color: white; text-decoration: none; font-size: 11px; font-weight: 800; }
.empty-state { padding: 70px 20px; text-align: center; border: 1px dashed #c9d5d0; border-radius: 24px; }
.empty-state div { color: var(--gold); font-size: 42px; }
.empty-state h3 { margin: 8px 0; }
.empty-state p { color: var(--muted); }
.empty-state button { color: white; background: var(--green); border: 0; border-radius: 11px; padding: 11px 17px; font-weight: 700; cursor: pointer; }

.trust-section { padding: 88px clamp(20px, 6vw, 88px) 42px; color: white; background: var(--green); }
.eyebrow.light { color: #d8e7e2; }
.trust-section > div:first-child { max-width: 820px; }
.trust-section > div:first-child p { max-width: 680px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.6; }
.trust-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.trust-grid article { min-height: 190px; padding: 28px; border-right: 1px solid rgba(255,255,255,.15); }
.trust-grid article:last-child { border: 0; }
.trust-grid span { color: var(--gold); font: 700 12px "Manrope", sans-serif; }
.trust-grid strong { display: block; margin-top: 28px; font: 700 17px "Manrope", sans-serif; }
.trust-grid p { margin: 7px 0 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.5; }
.contact-strip { padding-top: 35px; display: flex; justify-content: space-between; gap: 25px; align-items: end; }
.contact-strip span { display: block; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }
.contact-strip strong { display: block; max-width: 700px; margin-top: 6px; font-size: 12px; line-height: 1.5; }
.contact-strip a { color: white; text-decoration-color: var(--gold); text-underline-offset: 4px; font: 700 17px "Manrope", sans-serif; white-space: nowrap; }

.compare-bar { position: fixed; z-index: 25; left: 50%; bottom: 22px; width: min(610px, calc(100% - 30px)); transform: translateX(-50%); padding: 13px 14px 13px 18px; align-items: center; justify-content: space-between; gap: 16px; color: white; background: #132a24; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; box-shadow: 0 20px 60px rgba(0,0,0,.28); }
.compare-bar:not([hidden]) { display: flex; }
.compare-bar > div { display: flex; align-items: center; gap: 12px; }
.compare-bar > div:first-child { display: grid; gap: 1px; }
.compare-bar strong { font-size: 13px; }
.compare-bar span { color: rgba(255,255,255,.58); font-size: 10px; }
.compare-bar button { min-height: 38px; padding: 0 14px; border-radius: 10px; border: 0; cursor: pointer; font-size: 11px; font-weight: 800; }
#clearCompare { color: rgba(255,255,255,.7); background: transparent; }
#openCompare { color: #1d251f; background: var(--gold); }
#openCompare:disabled { opacity: .45; cursor: not-allowed; }

.compare-modal { width: min(1040px, calc(100% - 24px)); max-height: min(84vh, 760px); padding: 0; color: var(--ink); background: var(--paper); border: 0; border-radius: 24px; box-shadow: 0 30px 100px rgba(0,0,0,.32); }
.compare-modal::backdrop { background: rgba(5,21,17,.7); backdrop-filter: blur(5px); }
.modal-head { position: sticky; top: 0; z-index: 3; padding: 22px 25px; display: flex; justify-content: space-between; align-items: start; background: var(--paper); border-bottom: 1px solid var(--line); }
.modal-head span { color: var(--green-2); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.modal-head h2 { margin: 3px 0 0; font-size: 25px; }
.icon-button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: white; font-size: 24px; cursor: pointer; }
.compare-content { padding: 20px 25px 28px; overflow-x: auto; }
.compare-table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: 12px; }
.compare-table th, .compare-table td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table th:first-child { width: 125px; color: var(--muted); }
.compare-table thead th { color: var(--green); font: 800 14px "Manrope", sans-serif; }
.compare-table .table-price { color: var(--green); font-size: 18px; font-weight: 800; }
.table-wa { display: inline-block; padding: 9px 12px; border-radius: 9px; color: white; background: var(--green); text-decoration: none; font-weight: 800; }
.toast { position: fixed; z-index: 40; left: 50%; bottom: 95px; transform: translate(-50%, 12px); padding: 11px 16px; color: white; background: #15231f; border-radius: 10px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: .2s ease; font-size: 12px; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .hero-section { grid-template-columns: 1fr .6fr; gap: 24px; }
  .filter-panel { grid-template-columns: 1fr 1fr 1fr; }
  .budget-control { grid-column: span 2; }
  .package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .topbar { height: 66px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand small { display: none; }
  .header-cta { padding: 10px 13px; font-size: 11px; }
  .hero-section { padding-top: 48px; grid-template-columns: 1fr; }
  h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-card { min-height: 250px; }
  .filter-panel { margin-top: 0; grid-template-columns: 1fr 1fr; padding: 14px; border-radius: 18px; }
  .filter-panel label:nth-child(3), .budget-control { grid-column: 1 / -1; }
  .reset-button { grid-column: 1 / -1; }
  .packages-section { padding-top: 70px; }
  .section-heading { align-items: stretch; flex-direction: column; }
  .sort-control { min-width: 0; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { padding: 21px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .trust-grid article:last-child { border-bottom: 0; }
  .contact-strip { align-items: start; flex-direction: column; }
  .compare-bar { bottom: 12px; }
  .compare-bar > div:first-child span { display: none; }
  .compare-bar button { padding: 0 11px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
