@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@500;600;700&display=swap');

:root {
  --navy: #0d1b2a;
  --navy-2: #15324a;
  --ocean: #2e6f95;
  --ocean-soft: #dceaf1;
  --gold: #d9a441;
  --gold-soft: #fff2d8;
  --ivory: #f7f3ec;
  --sand: #e9ddc8;
  --white: #fff;
  --ink: #1a2732;
  --muted: #60707d;
  --line: rgba(13, 27, 42, .13);
  --shadow: 0 24px 70px rgba(13, 27, 42, .1);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: 'Inter', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body :focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.p2-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.p2-skip {
  position: fixed; z-index: 200; left: 16px; top: 10px; padding: 10px 14px;
  border-radius: 7px; background: #fff; color: var(--navy); font-weight: 700;
  transform: translateY(-160%); box-shadow: var(--shadow);
}
.p2-skip:focus { transform: translateY(0); }

.p2-header {
  position: sticky; top: 0; z-index: 80; border-bottom: 1px solid var(--line);
  background: rgba(247, 243, 236, .95); backdrop-filter: blur(16px);
}
.p2-header-inner { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.p2-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; }
.p2-brand-mark { width: 37px; height: 43px; }
.p2-brand-mark svg { width: 100%; height: 100%; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.p2-brand-name { font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .15em; }
.p2-nav { display: flex; align-items: center; gap: 22px; }
.p2-nav a { text-decoration: none; font-size: 13px; font-weight: 650; color: var(--navy); }
.p2-nav a:hover, .p2-nav a[aria-current='page'] { color: var(--ocean); }
.p2-button {
  display: inline-flex; min-height: 44px; align-items: center; justify-content: center;
  padding: 0 18px; border: 0; border-radius: 7px; text-decoration: none;
  font-weight: 750; cursor: pointer; transition: transform .2s ease, background .2s ease;
}
.p2-button:hover { transform: translateY(-1px); }
.p2-button-gold { background: var(--gold); color: var(--navy); }
.p2-button-navy { background: var(--navy); color: #fff; }
.p2-button-outline { border: 1px solid var(--line); background: transparent; color: var(--navy); }
.p2-menu { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; }
.p2-menu span { display: block; height: 2px; margin: 5px 0; background: var(--navy); }
.p2-mobile-nav { display: none; }

.p2-beta {
  background: var(--navy); color: #fff; font-size: 12px; line-height: 1.5; text-align: center; padding: 10px 20px;
}
.p2-beta strong { color: #f4c96d; }
.p2-beta a { color: #f4c96d; font-weight: 700; }

.p2-hero {
  position: relative; min-height: 650px; display: flex; align-items: center; color: #fff;
  background-size: cover; background-position: center; overflow: hidden;
}
.p2-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,27,42,.92) 0%, rgba(13,27,42,.7) 48%, rgba(13,27,42,.2) 100%); }
.p2-hero-content { position: relative; z-index: 2; padding: 92px 0 150px; }
.p2-eyebrow { margin: 0 0 14px; color: var(--gold); font-size: 11px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.p2-hero h1, .p2-page-hero h1 { margin: 0; font-family: 'Sora', sans-serif; letter-spacing: -.05em; line-height: 1.02; }
.p2-hero h1 { max-width: 780px; font-size: clamp(46px, 7vw, 78px); }
.p2-hero-copy { max-width: 670px; margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: 19px; line-height: 1.65; }
.p2-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.p2-hero .p2-button-outline { color: #fff; border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.06); }

.p2-search-card {
  position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 14px;
  margin-top: -76px; padding: 22px; border: 1px solid var(--line); border-radius: 14px;
  background: #fff; box-shadow: var(--shadow);
}
.p2-field { display: grid; gap: 7px; }
.p2-field span { color: var(--navy); font-size: 11px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.p2-field select, .p2-field input {
  min-height: 48px; width: 100%; border: 1px solid var(--line); border-radius: 7px; padding: 0 13px; background: #fff; color: var(--ink);
}
.p2-search-card .p2-button { align-self: end; min-height: 48px; }

.p2-section { padding: 84px 0; }
.p2-section-tight { padding: 52px 0; }
.p2-section-white { background: #fff; }
.p2-section-navy { background: var(--navy); color: #fff; }
.p2-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 30px; }
.p2-heading h2 { margin: 0; color: inherit; font: 650 clamp(30px, 4vw, 48px)/1.1 'Sora', sans-serif; letter-spacing: -.04em; }
.p2-heading p:not(.p2-eyebrow) { max-width: 630px; margin: 12px 0 0; color: var(--muted); line-height: 1.65; }
.p2-section-navy .p2-heading p:not(.p2-eyebrow) { color: rgba(255,255,255,.68); }
.p2-text-link { color: var(--ocean); font-weight: 750; text-decoration: none; white-space: nowrap; }

.p2-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--line); }
.p2-trust-grid article { min-height: 150px; padding: 25px; background: #fff; }
.p2-trust-grid strong { display: block; color: var(--navy); font: 650 16px/1.4 'Sora', sans-serif; }
.p2-trust-grid p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.p2-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.p2-resort-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 35px rgba(13,27,42,.06); }
.p2-card-image { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--sand); }
.p2-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.p2-resort-card:hover .p2-card-image img { transform: scale(1.025); }
.p2-card-badge { position: absolute; left: 14px; top: 14px; padding: 7px 9px; border-radius: 999px; background: rgba(13,27,42,.9); color: #fff; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.p2-card-body { padding: 22px; }
.p2-card-body h3 { margin: 0; color: var(--navy); font: 650 20px/1.3 'Sora', sans-serif; letter-spacing: -.02em; }
.p2-location { margin: 6px 0 17px; color: var(--muted); font-size: 12px; }
.p2-score-summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.p2-score-circle { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--navy); color: #fff; font: 700 18px 'Sora', sans-serif; }
.p2-score-summary p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.p2-chip-row { display: flex; flex-wrap: wrap; gap: 7px; margin: 17px 0; }
.p2-chip { display: inline-flex; padding: 6px 8px; border-radius: 999px; background: var(--ocean-soft); color: #215978; font-size: 10px; font-weight: 700; }
.p2-card-footer { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.p2-card-footer span { color: var(--muted); font-size: 11px; }
.p2-card-footer a { color: var(--ocean); font-weight: 750; font-size: 12px; text-decoration: none; }

.p2-comparison-grid, .p2-guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.p2-feature-card { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.p2-feature-card h3 { margin: 0 0 10px; color: var(--navy); font: 650 23px/1.25 'Sora', sans-serif; letter-spacing: -.025em; }
.p2-feature-card p { color: var(--muted); line-height: 1.65; }
.p2-feature-card a { color: var(--ocean); font-weight: 750; text-decoration: none; }

.p2-page-hero { padding: 74px 0 64px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #fff, var(--ivory)); }
.p2-page-hero h1 { max-width: 900px; color: var(--navy); font-size: clamp(40px, 6vw, 68px); }
.p2-page-hero p { max-width: 800px; margin: 20px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.p2-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; color: var(--muted); font-size: 12px; }
.p2-breadcrumbs a { color: var(--ocean); text-decoration: none; }

.p2-profile-hero { position: relative; min-height: 520px; display: flex; align-items: end; color: #fff; background-size: cover; background-position: center; }
.p2-profile-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,27,42,.92), rgba(13,27,42,.18) 70%); }
.p2-profile-hero-content { position: relative; z-index: 2; padding: 70px 0 48px; }
.p2-profile-hero h1 { max-width: 900px; margin: 0; font: 650 clamp(38px, 6vw, 68px)/1.06 'Sora', sans-serif; letter-spacing: -.05em; }
.p2-profile-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.p2-meta-pill { padding: 7px 10px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(13,27,42,.35); font-size: 11px; font-weight: 700; }

.p2-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 38px; align-items: start; }
.p2-content-card, .p2-sidebar-card { border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 12px 40px rgba(13,27,42,.05); }
.p2-content-card { padding: clamp(26px, 4vw, 48px); }
.p2-sidebar { display: grid; gap: 18px; position: sticky; top: 104px; }
.p2-sidebar-card { padding: 22px; }
.p2-content-card h2, .p2-content-card h3 { color: var(--navy); font-family: 'Sora', sans-serif; }
.p2-content-card h2 { margin: 44px 0 15px; font-size: 31px; letter-spacing: -.03em; }
.p2-content-card h2:first-child { margin-top: 0; }
.p2-content-card h3 { margin: 26px 0 8px; font-size: 18px; }
.p2-content-card p, .p2-content-card li { color: #43525e; line-height: 1.75; }
.p2-content-card ul { padding-left: 21px; }
.p2-callout { margin: 26px 0; padding: 22px 24px; border-left: 4px solid var(--gold); border-radius: 5px 12px 12px 5px; background: var(--gold-soft); }
.p2-callout strong { display: block; margin-bottom: 7px; color: var(--navy); }
.p2-score-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0; }
.p2-score-card { padding: 17px; border: 1px solid var(--line); border-radius: 10px; background: #fffdf9; }
.p2-score-card span { display: block; color: var(--muted); font-size: 11px; }
.p2-score-card strong { display: block; margin-top: 6px; color: var(--navy); font: 700 23px 'Sora', sans-serif; }
.p2-fact-list { display: grid; gap: 0; }
.p2-fact { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.p2-fact strong { color: var(--navy); font-size: 12px; }
.p2-fact span { color: var(--muted); font-size: 13px; line-height: 1.55; }
.p2-source-list { display: grid; gap: 10px; margin-top: 18px; }
.p2-source-list a { padding: 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--ocean); font-size: 12px; font-weight: 700; text-decoration: none; }
.p2-source-list small { display: block; margin-top: 3px; color: var(--muted); }

.p2-filter-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; margin-bottom: 28px; }
.p2-filter-bar label { display: grid; gap: 7px; color: var(--navy); font-size: 11px; font-weight: 750; }
.p2-filter-bar select { min-height: 43px; border: 1px solid var(--line); border-radius: 7px; padding: 0 10px; background: #fff; }
.p2-empty { grid-column: 1 / -1; padding: 45px; text-align: center; border: 1px dashed var(--line); border-radius: 12px; color: var(--muted); }

.p2-compare-table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.p2-compare-table th, .p2-compare-table td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; }
.p2-compare-table th { color: var(--navy); background: var(--ivory); font-size: 12px; }
.p2-compare-table td { color: var(--muted); font-size: 13px; }
.p2-winner { color: #17613a; font-weight: 750; }

.p2-ranking { display: grid; gap: 14px; margin-top: 24px; }
.p2-rank-card { display: grid; grid-template-columns: 54px 115px 1fr auto; align-items: center; gap: 18px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.p2-rank-number { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font: 700 16px 'Sora', sans-serif; }
.p2-rank-card img { width: 115px; height: 80px; object-fit: cover; border-radius: 8px; }
.p2-rank-card h3 { margin: 0 0 5px; }
.p2-rank-card p { margin: 0; color: var(--muted); font-size: 12px; }

.p2-form { display: grid; gap: 18px; }
.p2-form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.p2-form label { display: grid; gap: 8px; color: var(--navy); font-size: 12px; font-weight: 750; }
.p2-form input, .p2-form select, .p2-form textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 8px; padding: 12px; background: #fff; }
.p2-checkboxes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.p2-checkboxes label { display: flex; align-items: center; gap: 8px; padding: 11px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-weight: 600; }
.p2-checkboxes input { width: auto; min-height: auto; }
.p2-match-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 26px; }
.p2-match-results:empty { display: none; }

.p2-newsletter { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 40px; padding: 42px; border-radius: 18px; background: var(--navy); color: #fff; }
.p2-newsletter h2 { margin: 0; font: 650 32px/1.2 'Sora', sans-serif; letter-spacing: -.03em; }
.p2-newsletter p { color: rgba(255,255,255,.7); line-height: 1.6; }
.p2-newsletter form { display: grid; gap: 10px; }
.p2-newsletter input[type='email'] { min-height: 49px; border: 0; border-radius: 7px; padding: 0 13px; }
.p2-consent { display: flex; align-items: flex-start; gap: 8px; color: rgba(255,255,255,.7); font-size: 10px; line-height: 1.45; }

.p2-footer { padding: 56px 0; background: var(--navy); color: #fff; }
.p2-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; }
.p2-footer h2 { margin: 0 0 12px; font: 650 23px/1.35 'Sora', sans-serif; }
.p2-footer h3 { margin: 0 0 14px; color: #d8e3ea; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.p2-footer a { display: block; margin: 9px 0; color: #b9c7d1; text-decoration: none; font-size: 12px; }
.p2-footer p { color: #94a6b3; font-size: 11px; line-height: 1.6; }

@media (max-width: 920px) {
  .p2-nav, .p2-header .p2-button-gold { display: none; }
  .p2-menu { display: block; }
  .p2-mobile-nav.open { display: grid; gap: 5px; padding: 18px 20px 24px; border-top: 1px solid var(--line); background: var(--ivory); }
  .p2-mobile-nav a { padding: 11px; text-decoration: none; font-weight: 700; }
  .p2-search-card { grid-template-columns: repeat(2, 1fr); }
  .p2-card-grid { grid-template-columns: repeat(2, 1fr); }
  .p2-trust-grid { grid-template-columns: 1fr; }
  .p2-layout { grid-template-columns: 1fr; }
  .p2-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .p2-filter-bar { grid-template-columns: repeat(2, 1fr); }
  .p2-match-results { grid-template-columns: 1fr; }
  .p2-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
  .p2-container { width: min(100% - 28px, 1180px); }
  .p2-header-inner { min-height: 68px; }
  .p2-brand-name { font-size: 11px; }
  .p2-hero { min-height: 600px; }
  .p2-hero-content { padding: 70px 0 155px; }
  .p2-hero-copy { font-size: 16px; }
  .p2-search-card { grid-template-columns: 1fr; margin-top: -110px; }
  .p2-section { padding: 62px 0; }
  .p2-heading { display: block; }
  .p2-heading .p2-text-link { display: inline-block; margin-top: 16px; }
  .p2-card-grid, .p2-comparison-grid, .p2-guide-grid { grid-template-columns: 1fr; }
  .p2-score-grid { grid-template-columns: repeat(2, 1fr); }
  .p2-sidebar { grid-template-columns: 1fr; }
  .p2-filter-bar { grid-template-columns: 1fr; }
  .p2-fact { grid-template-columns: 1fr; gap: 5px; }
  .p2-rank-card { grid-template-columns: 44px 1fr; }
  .p2-rank-card img { display: none; }
  .p2-rank-card .p2-button { grid-column: 1 / -1; }
  .p2-form-row, .p2-checkboxes { grid-template-columns: 1fr; }
  .p2-newsletter { grid-template-columns: 1fr; padding: 28px 22px; }
  .p2-footer-grid { grid-template-columns: 1fr; }
}

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