:root {
  --gold: #f7b500;
  --gold-deep: #d99d00;
  --blue: #1167c9;
  --blue-bright: #1d7fe8;
  --navy: #082b64;
  --navy-dark: #041f48;
  --sky: #edf6ff;
  --text: #172033;
  --muted: #667085;
  --border: #dce7f2;
  --white: #fff;
  --surface: #f7fbff;
  --shadow: 0 20px 55px rgba(8, 43, 100, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--surface); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
.container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.sr-only, .hidden-field { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 1000; transform: translateY(-180%); padding: 10px 14px; border-radius: 10px; background: white; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.status-bar { background: var(--gold); color: #15253d; font-size: .84rem; font-weight: 700; }
.status-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.checked-date { white-space: nowrap; opacity: .78; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(220, 231, 242, .9); background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); }
.header-row { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { text-decoration: none; }
.banner-logo { width: min(445px, 45vw); max-height: 74px; object-fit: contain; object-position: left center; }
.mark-logo { display: none; width: 62px; height: 62px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 24px; }
.primary-nav a { color: var(--navy); text-decoration: none; font-weight: 800; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--blue); }
.primary-nav .nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--blue); color: white; }
.primary-nav .nav-cta:hover, .primary-nav .nav-cta:focus-visible { background: var(--navy); color: white; }
.menu-button { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid var(--border); border-radius: 13px; background: white; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--navy); }

.hero { position: relative; overflow: hidden; padding: 86px 0 110px; color: white; background: linear-gradient(115deg, rgba(4, 31, 72, .97) 15%, rgba(17, 103, 201, .76) 68%, rgba(247, 181, 0, .22)), url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2000&q=88") center 54% / cover; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; top: -270px; border-radius: 50%; background: rgba(247, 181, 0, .21); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); align-items: center; gap: 56px; }
.eyebrow, .section-kicker { margin: 0 0 12px; color: var(--blue); font-size: .79rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero .eyebrow { display: inline-flex; padding: 8px 13px; border: 1px solid rgba(255, 255, 255, .36); border-radius: 999px; color: white; background: rgba(255, 255, 255, .12); letter-spacing: .06em; }
.hero h1 { max-width: 800px; margin: 18px 0; font-size: clamp(3rem, 6.7vw, 5.9rem); line-height: .96; letter-spacing: -.064em; }
.hero-text { max-width: 720px; margin: 0; color: rgba(255, 255, 255, .9); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 20px; border: 0; border-radius: 13px; text-decoration: none; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--gold); color: #12213a; box-shadow: 0 12px 28px rgba(247, 181, 0, .24); }
.button-primary:hover, .button-primary:focus-visible { background: #ffc526; }
.button-secondary { border: 1px solid rgba(255, 255, 255, .42); background: rgba(255, 255, 255, .1); color: white; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 26px 0 0; padding: 0; list-style: none; color: rgba(255, 255, 255, .82); font-size: .92rem; font-weight: 700; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--gold); }
.hero-card { padding: 28px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 26px; background: rgba(4, 31, 72, .71); box-shadow: 0 24px 65px rgba(0, 0, 0, .2); backdrop-filter: blur(14px); }
.hero-card-label { color: var(--gold); font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-card h2 { margin: 10px 0 22px; font-size: 1.65rem; line-height: 1.1; }
.hero-card ol { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.hero-card li { display: flex; align-items: center; gap: 12px; font-weight: 750; }
.hero-card li span { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; background: var(--gold); color: var(--navy-dark); font-weight: 900; }
.hero-card p { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.7); font-size: .86rem; }

.search-panel-section { position: relative; z-index: 5; margin-top: -48px; }
.search-panel { padding: 28px; border: 1px solid var(--border); border-radius: 26px; background: white; box-shadow: var(--shadow); }
.search-panel h2 { margin: 0 0 22px; color: var(--navy); font-size: clamp(1.7rem, 3vw, 2.4rem); letter-spacing: -.04em; }
.deal-filter { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; align-items: end; gap: 14px; }
label { display: grid; gap: 7px; color: var(--navy); font-size: .88rem; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid #cbd9e8; border-radius: 12px; background: white; color: var(--text); outline: none; }
input, select { min-height: 48px; padding: 10px 12px; }
textarea { padding: 12px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(17, 103, 201, .12); }
.filter-button { min-width: 150px; }

.section { padding: 82px 0; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section h2 { margin: 0 0 12px; color: var(--navy); font-size: clamp(2.2rem, 4.6vw, 3.7rem); line-height: 1; letter-spacing: -.052em; }
.section-heading-row p { max-width: 750px; margin: 0; color: var(--muted); }
.text-button { padding: 0; border: 0; background: none; color: var(--blue); font-weight: 850; text-decoration: underline; }
.deal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.deal-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: 0 12px 35px rgba(8, 43, 100, .08); transition: transform .2s ease, box-shadow .2s ease; }
.deal-card:hover { transform: translateY(-4px); box-shadow: 0 22px 45px rgba(8, 43, 100, .14); }
.deal-image-wrap { position: relative; overflow: hidden; height: 210px; background: var(--sky); }
.deal-image { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.deal-card:hover .deal-image { transform: scale(1.025); }
.deal-badge { position: absolute; left: 15px; top: 15px; padding: 7px 10px; border-radius: 999px; background: var(--gold); color: #15253d; font-size: .74rem; font-weight: 900; box-shadow: 0 8px 18px rgba(0,0,0,.12); }
.deal-card-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.provider-row { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .75rem; }
.provider-name { color: var(--blue); font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.external-label { white-space: nowrap; }
.deal-card h3 { margin: 10px 0 8px; color: var(--navy); font-size: 1.35rem; line-height: 1.12; letter-spacing: -.025em; }
.deal-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0; }
.tag-row span { padding: 5px 8px; border-radius: 8px; background: var(--sky); color: var(--navy); font-size: .72rem; font-weight: 800; }
.deal-link { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--border); color: var(--blue); text-decoration: none; font-weight: 900; }
.deal-link:hover { color: var(--navy); }
.price-note, .no-results { margin-top: 25px; padding: 18px 20px; border: 1px solid #c9d9ea; border-radius: 15px; background: #eef7ff; color: #40536d; font-size: .88rem; }
.no-results { text-align: center; }

.destination-section { padding-top: 48px; }
.destination-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.destination-card { position: relative; isolation: isolate; overflow: hidden; min-height: 410px; display: flex; align-items: end; padding: 25px; border-radius: 26px; color: white; background-position: center; background-size: cover; box-shadow: 0 18px 45px rgba(8, 43, 100, .15); }
.destination-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(to top, rgba(4,31,72,.93), rgba(4,31,72,.12) 72%); }
.destination-spain { background-image: url("https://images.unsplash.com/photo-1509840841025-9088ba78a826?auto=format&fit=crop&w=1000&q=84"); }
.destination-greece { background-image: url("https://images.unsplash.com/photo-1530841377377-3ff06c0ca713?auto=format&fit=crop&w=1000&q=84"); }
.destination-turkey { background-image: url("https://images.unsplash.com/photo-1524231757912-21f4fe3a7200?auto=format&fit=crop&w=1000&q=84"); }
.destination-content > span { color: var(--gold); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.destination-card h3 { margin: 5px 0; font-size: 2.2rem; line-height: 1; }
.destination-card p { margin: 0 0 18px; color: rgba(255,255,255,.79); }
.destination-card a { font-weight: 850; text-decoration: none; }
.destination-card a:hover { color: var(--gold); }

.how-section { padding: 40px 0 82px; }
.how-wrap { overflow: hidden; display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; padding: 54px; border-radius: 30px; color: white; background: radial-gradient(circle at 100% 0, rgba(29,127,232,.42), transparent 36%), var(--navy-dark); }
.section-kicker.light { color: var(--gold); }
.how-wrap h2 { color: white; }
.how-intro > p:last-child { color: #bed0e5; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.steps-grid article { padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.06); }
.steps-grid span { color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.steps-grid h3 { margin: 8px 0; }
.steps-grid p { margin: 0; color: #bed0e5; font-size: .87rem; }

.shortlist-section { background: white; }
.shortlist-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 62px; align-items: start; }
.shortlist-grid > div > p:not(.section-kicker) { color: var(--muted); font-size: 1.05rem; }
.contact-note { display: grid; gap: 4px; margin-top: 25px; padding: 19px; border-left: 4px solid var(--gold); border-radius: 0 14px 14px 0; background: #fff8df; }
.contact-note span { color: #665b3d; font-size: .88rem; }
.shortlist-form { display: grid; gap: 16px; padding: 28px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); box-shadow: 0 16px 45px rgba(8,43,100,.08); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.consent { display: flex; grid-template-columns: none; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .82rem; font-weight: 650; }
.consent input { flex: 0 0 auto; width: 18px; min-height: 18px; margin-top: 2px; }
.shortlist-form .button { justify-self: start; }

.site-footer { padding: 54px 0 20px; border-top: 1px solid var(--border); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.05fr 1.45fr .5fr; gap: 45px; }
.footer-logo { width: 270px; max-height: 62px; object-fit: contain; object-position: left; }
.site-footer h2 { margin: 0 0 10px; color: var(--navy); font-size: 1rem; }
.site-footer p { margin: 12px 0 0; color: var(--muted); font-size: .85rem; }
.site-footer nav { display: grid; align-content: start; gap: 7px; }
.site-footer nav a { color: var(--muted); text-decoration: none; font-size: .88rem; font-weight: 700; }
.site-footer nav a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--border); color: var(--muted); font-size: .8rem; }

.legal-page { min-height: 65vh; padding: 74px 0; }
.legal-card { max-width: 850px; padding: 38px; border: 1px solid var(--border); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.legal-card h1 { margin-top: 0; color: var(--navy); font-size: clamp(2.5rem, 5vw, 4rem); letter-spacing: -.05em; }
.legal-card h2 { margin-top: 32px; color: var(--navy); font-size: 1.45rem; }
.legal-card p, .legal-card li { color: #52647b; }
.back-link { display: inline-flex; margin-bottom: 20px; color: var(--blue); font-weight: 850; text-decoration: none; }
.thanks-card { text-align: center; }
.thanks-icon { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 20px; border-radius: 50%; background: var(--gold); color: var(--navy); font-size: 2rem; font-weight: 900; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 620px; }
  .deal-filter { grid-template-columns: repeat(2, 1fr); }
  .deal-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .how-wrap, .shortlist-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .status-inner { padding: 9px 0; }
  .checked-date { display: none; }
  .header-row { min-height: 72px; }
  .banner-logo { display: none; }
  .mark-logo { display: block; }
  .menu-button { display: block; }
  .primary-nav { position: absolute; left: 18px; right: 18px; top: calc(100% + 8px); display: none; align-items: stretch; flex-direction: column; gap: 2px; padding: 14px; border: 1px solid var(--border); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 11px 12px; }
  .primary-nav .nav-cta { text-align: center; }
  .hero { padding: 58px 0 90px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.4rem); }
  .search-panel { padding: 21px; }
  .deal-filter, .form-row { grid-template-columns: 1fr; }
  .filter-button { width: 100%; }
  .section { padding: 62px 0; }
  .section-heading-row { align-items: flex-start; flex-direction: column; }
  .deal-grid, .destination-grid { grid-template-columns: 1fr; }
  .destination-card { min-height: 360px; }
  .how-wrap { padding: 34px 22px; }
  .steps-grid { grid-template-columns: 1fr; }
  .shortlist-grid { gap: 32px; }
  .shortlist-form { padding: 21px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
