:root {
  --ink: #071A24;
  --ink-2: #12303c;
  --paper: #fffdf6;
  --sand: #f5eddb;
  --aqua: #42d3c8;
  --aqua-dark: #0c9f98;
  --sun: #ffd95a;
  --coral: #ff775f;
  --sky: #c8f0ef;
  --white: #ffffff;
  --muted: #60727a;
  --line: rgba(7,26,36,.12);
  --shadow: 0 22px 60px rgba(7,26,36,.12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.announcement { background: var(--ink); color: #dff9f7; text-align: center; padding: 8px 16px; font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.site-header { height: 76px; padding: 0 clamp(18px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 24px; position: sticky; top: 0; background: rgba(255,253,246,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); z-index: 30; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -.04em; }
.brand > span:last-child > span { color: var(--aqua-dark); }
.brand-mark { width: 34px; height: 34px; border-radius: 50%; background: var(--ink); position: relative; display: inline-block; overflow: hidden; }
.brand-mark span:first-child, .brand-mark span:last-child { position: absolute; left: -5px; width: 44px; height: 14px; border-radius: 50%; border: 4px solid var(--aqua); }
.brand-mark span:first-child { bottom: 6px; }
.brand-mark span:last-child { bottom: -2px; border-color: var(--sun); }
.desktop-nav { display: flex; gap: 26px; font-size: 14px; font-weight: 600; }
.desktop-nav a:hover { color: var(--aqua-dark); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.text-btn, .link-btn { border: 0; background: transparent; color: var(--ink); font-weight: 700; }
.primary-btn { border: 0; background: var(--ink); color: var(--white); border-radius: 14px; padding: 14px 20px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.primary-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(7,26,36,.18); }
.primary-btn.small { padding: 11px 15px; font-size: 13px; }
.primary-btn.inverted { background: var(--white); color: var(--ink); }
.primary-btn.full { width: 100%; }
.menu-btn { display: none; border: 0; background: transparent; font-size: 25px; }
.hero { min-height: 670px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding: 70px clamp(20px, 6vw, 92px) 60px; overflow: hidden; }
.hero-copy { max-width: 720px; }
.eyebrow { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .16em; color: var(--sun); margin-bottom: 14px; }
.eyebrow.dark { color: var(--aqua-dark); }
.hero h1, h2, h3 { font-family: "Manrope", sans-serif; }
.hero h1 { font-size: clamp(56px, 7.2vw, 104px); line-height: .9; letter-spacing: -.075em; margin: 0; }
.hero h1 span { color: var(--aqua-dark); }
.hero-copy > p { color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 650px; margin: 26px 0 26px; }
.hero-search { display: grid; grid-template-columns: 1fr auto auto; background: var(--white); border: 1px solid var(--line); padding: 6px; border-radius: 18px; box-shadow: 0 18px 50px rgba(7,26,36,.1); max-width: 760px; }
.search-field, .location-field { display: flex; align-items: center; gap: 8px; padding: 0 12px; }
.search-field input, .location-field select { border: 0; outline: none; width: 100%; background: transparent; color: var(--ink); min-height: 48px; }
.location-field { border-left: 1px solid var(--line); }
.location-field select { width: 120px; font-weight: 700; }
.search-submit { border: 0; border-radius: 13px; background: var(--aqua); color: var(--ink); font-weight: 800; padding: 0 24px; }
.quick-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.quick-links button { border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: 9px 12px; font-weight: 700; font-size: 12px; }
.quick-links button:hover { background: var(--white); }
.hero-art { min-height: 530px; border-radius: 40px; position: relative; overflow: hidden; background: linear-gradient(180deg, #bdeeed 0 52%, #61d4cc 52% 66%, #ecdaaa 66% 100%); box-shadow: var(--shadow); }
.sun { width: 110px; height: 110px; border-radius: 50%; background: var(--sun); position: absolute; right: 70px; top: 58px; }
.wave { position: absolute; left: -10%; width: 120%; height: 90px; border-radius: 50%; border-top: 16px solid rgba(255,255,255,.65); transform: rotate(-3deg); }
.wave-one { top: 270px; }.wave-two { top: 318px; opacity: .6; }.wave-three { top: 360px; opacity: .35; }
.hero-stamp { position: absolute; right: 28px; bottom: 28px; width: 98px; height: 98px; border: 2px solid rgba(7,26,36,.35); border-radius: 50%; display: grid; place-items: center; text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .15em; transform: rotate(8deg); }
.hero-stamp span { font-size: 26px; line-height: .7; }
.island-card { position: absolute; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 20px 50px rgba(7,26,36,.16); backdrop-filter: blur(6px); border-radius: 20px; padding: 18px; display: grid; gap: 5px; z-index: 3; }
.island-card strong { font-family: "Manrope", sans-serif; font-size: 15px; }.island-card small { color: var(--muted); }
.island-card-a { left: 28px; top: 80px; transform: rotate(-4deg); }.island-card-b { right: 28px; top: 190px; transform: rotate(4deg); }
.mini-tag { font-size: 9px; font-weight: 800; color: var(--coral); }.score-pill { width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: var(--sun); display: grid; place-items: center; font-weight: 800; }
.palm { position: absolute; bottom: 74px; width: 12px; height: 140px; background: var(--ink-2); border-radius: 10px; transform-origin: bottom; opacity: .82; }
.palm-left { left: 78px; transform: rotate(-8deg); }.palm-right { right: 120px; height: 120px; transform: rotate(11deg); }
.palm i { position: absolute; top: 0; left: 50%; width: 82px; height: 18px; background: var(--ink-2); border-radius: 100% 0; transform-origin: left center; }
.palm i:nth-child(1){transform:rotate(-72deg)}.palm i:nth-child(2){transform:rotate(-34deg)}.palm i:nth-child(3){transform:rotate(8deg)}.palm i:nth-child(4){transform:rotate(48deg)}.palm i:nth-child(5){transform:rotate(90deg)}
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip div { background: var(--white); padding: 22px clamp(16px, 3vw, 44px); display: grid; gap: 3px; }.trust-strip strong { font-family: "Manrope"; font-size: 14px; }.trust-strip span { color: var(--muted); font-size: 12px; }
.section { padding: 90px clamp(20px, 6vw, 92px); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-head h2 { font-size: clamp(34px, 4vw, 56px); letter-spacing: -.05em; margin: 0; }.section-head .eyebrow { margin-bottom: 8px; }
.section-head.light { color: white; }.link-btn { font-size: 13px; }.link-btn.light { color: white; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.filter-chip { border: 1px solid var(--line); background: var(--white); border-radius: 999px; padding: 10px 15px; font-weight: 700; color: var(--ink-2); }
.filter-chip.active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.listing-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.listing-card { background: var(--white); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; display: flex; flex-direction: column; }
.listing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-art { height: 210px; padding: 16px; position: relative; overflow: hidden; display: flex; align-items: end; }
.card-art::after { content:""; position:absolute; width:160px; height:160px; border-radius:50%; background:rgba(255,255,255,.28); right:-30px; top:-40px; }
.art-food { background: linear-gradient(145deg,#ffd95a,#ff9f65); }.art-activity { background: linear-gradient(145deg,#81e4de,#3ab6d6); }.art-service { background: linear-gradient(145deg,#cbd7ff,#a5b0f2); }.art-shopping { background: linear-gradient(145deg,#ffc8d8,#ff8ab0); }.art-event { background: linear-gradient(145deg,#d7c5ff,#9b83e3); }
.card-icon { font-size: 74px; filter: drop-shadow(0 12px 12px rgba(7,26,36,.12)); z-index: 1; }
.card-badges { position: absolute; top: 14px; left: 14px; right: 14px; display:flex; justify-content:space-between; z-index:2; }
.badge { background: rgba(255,255,255,.9); border-radius: 999px; padding: 7px 9px; font-size: 10px; font-weight: 800; }.badge.hot { background: var(--ink); color: var(--sun); }
.card-body { padding: 18px; display: grid; gap: 10px; flex:1; }.card-meta { display:flex; justify-content:space-between; gap:10px; align-items:center; color:var(--muted); font-size:11px; font-weight:700; }.card-body h3 { font-size: 20px; margin: 0; letter-spacing: -.03em; }.card-body p { margin:0; color:var(--muted); font-size:13px; line-height:1.5; }.rating-line { display:flex; align-items:center; gap:8px; font-size:12px; }.rating-line strong { font-size:13px; }.rating-line .stars { color:#e3a900; letter-spacing:1px; }.score-chip { margin-left:auto; background:var(--ink); color:var(--sun); border-radius:999px; padding:6px 9px; font-weight:800; }
.card-action { border: 0; border-top: 1px solid var(--line); background: transparent; padding: 14px 18px; text-align:left; font-weight:800; color:var(--ink); }
.empty-state { text-align:center; border:1px dashed var(--line); border-radius:24px; padding:60px 20px; }.empty-state div { font-size:40px; }.empty-state h3 { margin-bottom:4px; }.empty-state p { color:var(--muted); }
.demo-note { color:var(--muted); font-size:11px; margin-top:18px; }
.deal-section { background: var(--ink); padding: 90px clamp(20px, 6vw, 92px); }
.deal-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.deal-card { background:#0d2732; border:1px solid rgba(255,255,255,.12); color:white; border-radius:22px; padding:22px; min-height:240px; display:flex; flex-direction:column; position:relative; overflow:hidden; }
.deal-card::after { content:""; position:absolute; right:-45px; bottom:-70px; width:160px; height:160px; border-radius:50%; background:var(--aqua); opacity:.18; }.deal-card .deal-price { font-family:"Manrope"; font-size:42px; font-weight:800; color:var(--sun); letter-spacing:-.06em; }.deal-card h3 { font-size:21px; margin:8px 0; }.deal-card p { color:#bdd0d7; margin:0; font-size:13px; line-height:1.5; }.deal-card .deal-footer { margin-top:auto; display:flex; justify-content:space-between; align-items:center; gap:12px; font-size:11px; color:#bdd0d7; }.deal-card button { border:0; background:var(--aqua); color:var(--ink); border-radius:999px; padding:9px 12px; font-weight:800; z-index:1; }
.category-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }.category-card { border:1px solid var(--line); background:var(--white); border-radius:22px; padding:26px; text-align:left; display:grid; gap:8px; transition:.2s; }.category-card:hover { transform:translateY(-3px); box-shadow:var(--shadow); }.category-card > span { font-size:34px; }.category-card strong { font-family:"Manrope"; font-size:22px; }.category-card small { color:var(--muted); }
.score-section { margin: 0 clamp(20px, 6vw, 92px); border-radius:36px; background:linear-gradient(135deg,#0d948d,#44d3c8); padding:70px; display:grid; grid-template-columns:1fr .8fr; gap:50px; color:var(--ink); overflow:hidden; }.score-copy h2 { font-size:clamp(40px,5vw,66px); letter-spacing:-.06em; line-height:.95; margin:4px 0 18px; }.score-copy h2 span { color:white; }.score-copy > p { font-size:17px; line-height:1.6; max-width:620px; }.score-features { display:grid; gap:15px; margin-top:28px; }.score-features div { display:flex; gap:12px; align-items:flex-start; }.score-features div > span { background:white; width:28px; height:28px; border-radius:50%; display:grid; place-items:center; font-weight:800; flex:none; }.score-features p { margin:0; }.score-features small { opacity:.75; }
.score-demo { background:var(--paper); border-radius:28px; padding:34px; align-self:center; box-shadow:var(--shadow); }.score-ring { width:150px; height:150px; border-radius:50%; border:15px solid var(--sun); display:grid; place-items:center; margin:0 auto 20px; position:relative; }.score-ring span { font-family:"Manrope"; font-size:58px; font-weight:800; letter-spacing:-.08em; }.score-ring small { position:absolute; bottom:23px; font-size:11px; }.score-demo > strong { display:block; text-align:center; font-family:"Manrope"; font-size:20px; }.score-bars { display:grid; gap:12px; margin-top:25px; }.score-bars label { display:grid; grid-template-columns:55px 1fr 28px; gap:10px; align-items:center; font-size:11px; font-weight:700; }.score-bars i { height:8px; background:var(--sand); border-radius:10px; overflow:hidden; }.score-bars b { display:block; height:100%; background:var(--aqua-dark); border-radius:10px; }
.itinerary-card { background:var(--sand); border-radius:30px; padding:45px; display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; }.itinerary-card h2 { font-size:clamp(34px,4vw,52px); line-height:1; letter-spacing:-.05em; margin:4px 0 12px; }.itinerary-card p { color:var(--muted); line-height:1.6; }.time-options { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }.time-options button { min-height:125px; border:1px solid rgba(7,26,36,.14); background:var(--white); border-radius:20px; font-family:"Manrope"; font-weight:800; font-size:24px; }.time-options button span { display:block; font-family:"DM Sans"; font-size:10px; color:var(--muted); margin-top:6px; }.time-options button:hover { background:var(--ink); color:white; }.time-options button:hover span { color:#c9d5d9; }
.business-section { background:var(--aqua); padding:90px clamp(20px,6vw,92px); }.business-intro { max-width:760px; margin-bottom:35px; }.business-intro h2 { font-size:clamp(42px,6vw,78px); line-height:.95; letter-spacing:-.065em; margin:5px 0 20px; }.business-intro p { font-size:17px; line-height:1.6; max-width:650px; }.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }.pricing-grid article { background:var(--paper); border-radius:24px; padding:28px; position:relative; }.pricing-grid article > span { font-size:10px; font-weight:800; letter-spacing:.14em; color:var(--aqua-dark); }.pricing-grid h3 { font-size:42px; margin:8px 0; letter-spacing:-.06em; }.pricing-grid h3 small { font-size:13px; letter-spacing:0; color:var(--muted); }.pricing-grid p { color:var(--muted); min-height:44px; }.pricing-grid ul { list-style:none; padding:0; display:grid; gap:10px; font-size:13px; }.pricing-grid li::before { content:"✓"; margin-right:8px; color:var(--aqua-dark); font-weight:800; }.pricing-grid button { width:100%; border:1px solid var(--ink); background:transparent; color:var(--ink); border-radius:12px; padding:12px; font-weight:800; }.featured-plan { outline:3px solid var(--ink); transform:translateY(-7px); }.featured-plan button { background:var(--ink); color:white; }.popular { position:absolute; right:18px; top:18px; background:var(--sun); border-radius:999px; padding:6px 9px; font-size:9px; font-weight:800; }.payment-note { font-size:11px; margin-top:18px; opacity:.72; }
.newsletter-section { padding:70px clamp(20px,6vw,92px); display:grid; grid-template-columns:1fr .8fr; gap:40px; align-items:center; }.newsletter-section h2 { font-size:clamp(34px,4vw,52px); line-height:1; letter-spacing:-.05em; margin:4px 0 10px; }.newsletter-section p { color:var(--muted); }.newsletter-section form { display:grid; grid-template-columns:1fr auto; gap:8px; }.newsletter-section input { border:1px solid var(--line); border-radius:14px; padding:14px; background:white; outline:none; }
footer { background:#04131b; color:white; padding:55px clamp(20px,6vw,92px); display:grid; grid-template-columns:1.5fr repeat(3,1fr); gap:40px; font-size:12px; }.footer-brand p { color:#91a8b1; max-width:240px; }.footer-brand .brand > span:last-child > span { color:var(--aqua); } footer > div { display:flex; flex-direction:column; align-items:flex-start; gap:10px; } footer strong { font-family:"Manrope"; font-size:13px; } footer a, footer button, footer span { color:#a8bbc2; } footer button { padding:0; border:0; background:transparent; cursor:pointer; }
.mobile-menu { position:fixed; top:104px; right:14px; left:auto; width:min(320px,calc(100vw - 28px)); z-index:60; background:var(--paper); padding:16px; border:1px solid var(--line); border-radius:20px; box-shadow:0 20px 55px rgba(7,26,36,.24); display:grid; gap:8px; font-weight:700; }
.mobile-menu[hidden] { display:none !important; }
.mobile-menu-head { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:2px 2px 8px; border-bottom:1px solid var(--line); margin-bottom:2px; }
.mobile-menu-head strong { font-family:"Manrope"; font-size:15px; }
.mobile-menu-close { border:0; background:var(--ink); color:white; border-radius:999px; padding:9px 12px; font-weight:800; cursor:pointer; }
.mobile-menu a { padding:11px 12px; border-radius:12px; }
.mobile-menu a:hover { background:var(--sand); }
.mobile-menu .primary-btn { margin-top:4px; }
.modal { width:min(720px,calc(100% - 28px)); max-height:90vh; border:0; border-radius:26px; padding:0; box-shadow:0 30px 100px rgba(7,26,36,.35); background:var(--paper); color:var(--ink); }.modal::backdrop { background:rgba(7,26,36,.55); backdrop-filter:blur(4px); }.modal-close { position:sticky; top:10px; float:right; z-index:1000; min-width:92px; height:46px; margin:10px 10px -56px 0; padding:0 14px; border:2px solid rgba(255,255,255,.88); border-radius:999px; background:var(--ink); color:var(--white); font-size:16px; font-weight:800; display:inline-flex; align-items:center; justify-content:center; gap:7px; box-shadow:0 10px 28px rgba(7,26,36,.28); cursor:pointer; }
.modal-close:hover { transform:translateY(-1px); }
.modal-close .close-x { font-size:23px; line-height:1; }
.modal-close:focus-visible { outline:3px solid var(--sun); outline-offset:2px; }
.form-modal, .dashboard-modal, .itinerary-modal { padding:34px; }.wide-modal { width:min(820px,calc(100% - 28px)); }.business-modal { width:min(900px,calc(100% - 28px)); }.modal-head { margin-bottom:22px; padding-right:40px; }.modal-head .eyebrow { margin-bottom:5px; }.modal-head h2 { font-size:34px; margin:0 0 6px; letter-spacing:-.04em; }.modal-head p { color:var(--muted); margin:0; }
.form-modal form { display:grid; gap:15px; }.form-modal label { display:grid; gap:6px; font-size:12px; font-weight:700; }.form-modal input, .form-modal select, .form-modal textarea { border:1px solid var(--line); background:white; border-radius:12px; padding:12px; outline:none; width:100%; }.form-modal textarea { min-height:110px; resize:vertical; }.two-col-form { grid-template-columns:1fr 1fr; }.full-span { grid-column:1/-1; }.checkbox { grid-template-columns:auto 1fr !important; align-items:center; justify-content:start; }.checkbox input { width:auto; }.star-field { border:0; padding:0; margin:0; }.star-field legend { font-size:12px; font-weight:700; margin-bottom:6px; }.star-picker { display:flex; gap:6px; }.star-picker button { border:0; background:transparent; color:#d6d8d9; font-size:30px; padding:0; }.star-picker button.active { color:#e3a900; }
.business-hero { height:250px; padding:26px; display:flex; align-items:flex-end; position:relative; }.business-hero .big-icon { font-size:100px; }.business-hero .hero-score { position:absolute; right:24px; bottom:24px; background:var(--ink); color:var(--sun); border-radius:18px; padding:14px; font-family:"Manrope"; font-size:30px; font-weight:800; }.business-content { padding:28px; }.business-title-row { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; }.business-title-row h2 { font-size:35px; margin:0 0 5px; letter-spacing:-.04em; }.business-title-row p { margin:0; color:var(--muted); }.business-actions { display:flex; gap:8px; margin:20px 0; }.business-actions button, .business-actions a { flex:1; border:1px solid var(--line); border-radius:12px; padding:11px; background:white; text-align:center; font-weight:800; font-size:12px; }.business-actions .main-action { background:var(--ink); color:white; }.business-detail-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }.detail-box { border:1px solid var(--line); background:white; border-radius:16px; padding:18px; }.detail-box h3 { margin:0 0 12px; }.detail-list { display:grid; gap:8px; font-size:12px; color:var(--muted); }.reviews-section { margin-top:22px; }.review-head { display:flex; justify-content:space-between; align-items:center; }.review-head button { border:0; background:var(--aqua); border-radius:10px; padding:10px 12px; font-weight:800; }.review-card { border-top:1px solid var(--line); padding:16px 0; }.review-card:first-of-type { border-top:0; }.review-top { display:flex; justify-content:space-between; gap:12px; }.review-top strong { font-size:13px; }.review-top span { font-size:11px; color:var(--muted); }.review-card p { color:var(--muted); font-size:13px; line-height:1.5; }.verified { display:inline-block; background:#e4f8f6; color:#087d77; border-radius:999px; padding:4px 7px; font-size:9px; font-weight:800; }
.dashboard-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }.dashboard-stats div { background:white; border:1px solid var(--line); border-radius:15px; padding:15px; }.dashboard-stats span { display:block; font-family:"Manrope"; font-size:26px; font-weight:800; }.dashboard-stats small { color:var(--muted); }.dashboard-panel { margin-top:20px; background:white; border:1px solid var(--line); border-radius:18px; padding:18px; }.section-head.mini { margin-bottom:12px; align-items:center; }.section-head.mini h3 { font-size:18px; margin:0; }.submission-item { display:flex; justify-content:space-between; gap:15px; align-items:center; padding:12px 0; border-top:1px solid var(--line); }.submission-item:first-child { border-top:0; }.submission-item small { color:var(--muted); }.status-pill { border-radius:999px; padding:5px 8px; background:#fff2bf; font-size:9px; font-weight:800; }.empty-submission { color:var(--muted); font-size:12px; padding:20px 0; text-align:center; }
.itinerary-plan h2 { font-size:34px; margin:0 0 7px; }.itinerary-plan > p { color:var(--muted); }.timeline { margin-top:24px; display:grid; gap:12px; }.timeline-item { display:grid; grid-template-columns:70px 1fr; gap:15px; }.timeline-time { font-weight:800; font-size:12px; padding-top:4px; }.timeline-stop { border-left:3px solid var(--aqua); padding:0 0 18px 16px; }.timeline-stop strong { font-family:"Manrope"; }.timeline-stop p { color:var(--muted); font-size:12px; margin:4px 0; }
.toast { position:fixed; left:50%; bottom:25px; transform:translate(-50%,20px); background:var(--ink); color:white; border-radius:999px; padding:11px 16px; font-size:12px; font-weight:700; opacity:0; pointer-events:none; transition:.25s; z-index:100; }.toast.show { opacity:1; transform:translate(-50%,0); }
@media (max-width: 1050px) { .desktop-nav,.header-actions{display:none}.menu-btn{display:block}.hero{grid-template-columns:1fr;padding-top:45px}.hero-art{min-height:430px}.listing-grid,.deal-grid{grid-template-columns:repeat(2,1fr)}.score-section{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr}.featured-plan{transform:none}.trust-strip{grid-template-columns:repeat(2,1fr)} }
@media (max-width: 720px) { .site-header{height:64px}.hero{padding:36px 18px 44px}.hero h1{font-size:55px}.hero-copy>p{font-size:15px}.hero-search{grid-template-columns:1fr}.location-field{border-left:0;border-top:1px solid var(--line)}.search-submit{min-height:46px}.hero-art{min-height:370px;border-radius:28px}.island-card-b{display:none}.palm-right{display:none}.trust-strip{grid-template-columns:1fr}.section,.deal-section,.business-section{padding:65px 18px}.section-head{align-items:flex-start;flex-direction:column;gap:10px}.listing-grid,.deal-grid,.category-grid{grid-template-columns:1fr}.score-section{margin:0 18px;padding:34px 22px}.itinerary-card{grid-template-columns:1fr;padding:28px 20px}.time-options{grid-template-columns:1fr}.time-options button{min-height:85px}.newsletter-section{padding:55px 18px;grid-template-columns:1fr}.newsletter-section form{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr;padding:45px 18px}.two-col-form{grid-template-columns:1fr}.full-span{grid-column:auto}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.business-detail-grid{grid-template-columns:1fr}.business-title-row{display:block}.business-actions{display:grid;grid-template-columns:1fr 1fr}.form-modal,.dashboard-modal,.itinerary-modal{padding:26px 20px}.mobile-menu{top:84px;right:10px;width:min(300px,calc(100vw - 20px))} }
@media (max-width: 420px) { .hero h1{font-size:48px}.quick-links{display:grid;grid-template-columns:1fr 1fr}.hero-art{min-height:320px}.island-card-a{left:18px;top:54px}.section-head h2{font-size:36px}.score-copy h2{font-size:40px}.business-intro h2{font-size:46px}footer{grid-template-columns:1fr}.dashboard-stats{grid-template-columns:1fr 1fr}.business-actions{grid-template-columns:1fr} }

@media (max-width: 640px) { .modal-close { top:8px; margin:8px 8px -54px 0; min-width:88px; height:44px; } }
