:root {
  --ink: #173d34;
  --dark: #0d3029;
  --muted: #6d7770;
  --lime: #d5ec99;
  --paper: #f8f9f5;
  --line: #e2e7dd;
  --white: #fff;
  --radius: 22px;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.55;
  cursor: wait;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #a4be58;
  outline-offset: 4px;
}
input:focus,
select:focus {
  outline: 2px solid #99b866;
  outline-offset: 1px;
}
svg {
  display: block;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
p {
  line-height: 1.65;
}
button {
  border: 0;
  background: none;
  color: inherit;
}
h1,
h2,
.serif {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin: auto;
}
.nav {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 27px;
  font-weight: 650;
  letter-spacing: -1.4px;
}
.brand .logo {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.brand small {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  align-self: end;
  margin-bottom: 5px;
  margin-left: 0;
  color: var(--muted);
}
.navlinks {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 14px;
}
.navright {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 24px;
  border-radius: 100px;
  background: var(--ink);
  color: #fff;
  font-weight: 550;
  font-size: 14px;
  transition:
    background 0.2s,
    transform 0.2s;
  line-height: 1.2;
}
.btn:hover {
  background: #285447;
  transform: translateY(-1px);
}
.btn.lime {
  background: var(--lime);
  color: var(--ink);
}
.btn.lime:hover {
  background: #e2f4b4;
}
.btn.outline {
  border: 1px solid #cbd5c5;
  background: transparent;
  color: var(--ink);
}
.btn.white {
  background: white;
  color: var(--ink);
}
.btn.small {
  padding: 11px 18px;
  font-size: 13px;
}
.btn.full {
  width: 100%;
}
.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2.2px;
  font-weight: 650;
}
.dot {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  display: inline-block;
}
.hero {
  position: relative;
  min-height: 640px;
  border-radius: 30px;
  overflow: visible;
  isolation: isolate;
  color: white;
  padding: 68px 64px 100px;
  background: #284c43;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  z-index: -2;
  background: url("https://images.unsplash.com/photo-1518509562904-e7ef99cdcc86?auto=format&fit=crop&w=2000&q=85")
    center 55% / cover;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(10, 43, 35, 0.87),
      rgba(12, 40, 31, 0.32) 63%,
      rgba(7, 30, 24, 0.1)
    ),
    linear-gradient(0deg, rgba(5, 30, 20, 0.25), transparent 60%);
}
.hero .eyebrow {
  color: #e3ebd9;
  margin: 0 0 28px;
}
.hero h1 {
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1.04;
  max-width: 650px;
  margin-bottom: 25px;
}
.hero h1 em {
  color: #e1f0b5;
  font-weight: 400;
}
.hero .lead {
  font-size: 16px;
  max-width: 415px;
  color: #e1e9e0;
  line-height: 1.8;
  margin-bottom: 28px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.text-link {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.photo-caption {
  position: absolute;
  bottom: 103px;
  right: 32px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.8px;
  color: #e4ecdd;
}
.floating-deal {
  position: absolute;
  right: 52px;
  top: 196px;
  width: 250px;
  background: #fffefa;
  color: var(--ink);
  padding: 21px;
  border-radius: 18px;
  box-shadow: 0 15px 55px #0b211c30;
  transform: rotate(3deg);
}
.floating-deal .eyebrow {
  color: #6c7d5a;
  font-size: 8px;
  letter-spacing: 1.4px;
  margin-bottom: 17px;
}
.floating-deal h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 8px;
}
.floating-deal p {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 15px;
}
.fare {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-top: 1px dashed #d6ddce;
  padding-top: 13px;
}
.fare strong {
  font-size: 30px;
  letter-spacing: -1.5px;
  font-weight: 550;
}
.fare span {
  font-size: 10px;
  color: var(--muted);
}
.floating-deal .example {
  position: absolute;
  bottom: -23px;
  right: 10px;
  font-size: 9px;
  color: #fff;
  transform: rotate(-3deg);
}
.search-dock {
  position: relative;
  z-index: 3;
  margin: -42px 30px 0;
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr auto;
  align-items: center;
  background: white;
  padding: 19px 20px;
  border-radius: 18px;
  box-shadow: 0 12px 40px #25372a10;
  gap: 0;
}
.dock-field {
  padding: 1px 24px;
  text-align: left;
  border-right: 1px solid var(--line);
  display: block;
  min-width: 0;
}
.dock-field small {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--muted);
  margin-bottom: 7px;
}
.dock-field span {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 13px;
  white-space: nowrap;
}
.dock-field .icon {
  width: 15px;
  height: 15px;
}
.search-dock .btn {
  margin-left: 20px;
  border-radius: 12px;
  padding: 19px 22px;
}
.trust-strip {
  display: flex;
  justify-content: center;
  gap: 52px;
  margin: 29px 0 74px;
  color: var(--muted);
  font-size: 11px;
}
.trust-strip span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.trust-strip .icon {
  width: 15px;
  height: 15px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 27px;
}
.section-head h2 {
  font-size: 43px;
  margin: 13px 0 0;
  line-height: 1.1;
}
.section-head p {
  font-size: 13px;
  max-width: 320px;
  color: var(--muted);
  margin-bottom: 2px;
}
.destination-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 20px;
}
.destination {
  height: 322px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: left;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #37534d;
}
.destination img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
  z-index: 0;
}
.destination:hover img {
  transform: scale(1.05);
}
.destination:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #00180d10 10%, #062a22b0);
  z-index: 1;
}
.destination > *:not(img) {
  position: relative;
  z-index: 2;
}
.pill {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  border: 1px solid #ffffff80;
  background: #ffffff17;
  backdrop-filter: blur(12px);
  border-radius: 100px;
  padding: 7px 12px;
  font-size: 10px;
  width: fit-content;
}
.destination h3 {
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  margin: 8px 0;
}
.destination p {
  font-size: 11px;
  color: #e2ebe2;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.round-arrow {
  border: 1px solid #ffffff77;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caption {
  font-size: 11px;
  color: var(--muted);
  margin: 14px 0 0;
}
.how {
  padding: 91px 0 80px;
}
.how-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 44px;
}
.how-header .eyebrow {
  justify-content: center;
}
.how-header h2 {
  font-size: 47px;
  margin: 18px 0;
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
.step-number {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #859a72;
  font:
    italic 30px Georgia,
    serif;
  margin-bottom: 24px;
}
.step-number:after {
  content: "";
  height: 1px;
  background: var(--line);
  flex: 1;
}
.how-grid h3 {
  font-size: 16px;
  font-weight: 550;
  margin-bottom: 10px;
}
.how-grid p {
  font-size: 13px;
  color: var(--muted);
  max-width: 320px;
}
.flex-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
  background: #eaf0e3;
  border-radius: 25px;
  overflow: hidden;
}
.story-copy {
  padding: 53px;
}
.story-copy h2 {
  font-size: 46px;
  margin: 20px 0;
  line-height: 1.08;
}
.story-copy p {
  font-size: 14px;
  color: #637360;
  max-width: 380px;
}
.story-art {
  padding: 45px;
  background: #e1ead6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.orbit {
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid #c4d0b8;
  border-radius: 50%;
}
.orbit:before,
.orbit:after {
  content: "";
  position: absolute;
  inset: 45px;
  border-radius: 50%;
  border: 1px solid #c4d0b8;
}
.orbit:after {
  inset: 90px;
}
.mini-alert {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  width: 290px;
  transform: rotate(-4deg);
  box-shadow: 0 16px 35px #2435220e;
}
.mini-alert h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 7px;
}
.mini-alert p {
  font-size: 12px;
  color: var(--muted);
}
.mini-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--muted);
}
.mini-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.mini-tags span {
  font-size: 11px;
  background: #f0f3ea;
  padding: 8px 11px;
  border-radius: 8px;
}
.active-tag {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: #638047;
}
.pricing {
  padding: 90px 0 70px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.price-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px;
}
.price-card.featured {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.price-card h3 {
  font-size: 17px;
  margin-bottom: 7px;
}
.price-card .description {
  font-size: 12px;
  min-height: 38px;
  color: var(--muted);
}
.price-card.featured .description,
.price-card.featured .price small {
  color: #c7d3c1;
}
.price {
  font-size: 47px;
  font-weight: 450;
  letter-spacing: -2px;
  margin: 24px 0 4px;
}
.price small {
  font-size: 12px;
  letter-spacing: 0;
  color: var(--muted);
}
.price-card ul {
  list-style: none;
  padding: 18px 0;
  margin: 20px 0;
  border-top: 1px solid #a4b19740;
  min-height: 135px;
}
.price-card li {
  display: flex;
  gap: 9px;
  font-size: 12px;
  margin-bottom: 15px;
  align-items: center;
}
.price-card li .icon {
  width: 14px;
  height: 14px;
}
.price-note {
  color: var(--muted);
  font-size: 11px;
  text-align: center;
  max-width: 700px;
  margin: 21px auto 0;
  line-height: 1.7;
}
.faq {
  max-width: 800px;
  margin: 0 auto;
  padding: 5px 0 70px;
}
.faq h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 30px;
}
details {
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
}
summary {
  font-size: 14px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
summary:after {
  content: "+";
  font-size: 19px;
  color: #819572;
}
details[open] summary:after {
  content: "−";
}
details p {
  font-size: 13px;
  color: var(--muted);
  margin: 15px 25px 0 0;
}
.closing {
  background: var(--ink);
  border-radius: 24px;
  color: white;
  text-align: center;
  padding: 48px 20px;
  margin-bottom: 45px;
}
.closing h2 {
  font-size: 46px;
  margin-bottom: 22px;
}
.closing p {
  color: #c5d4bc;
  font-size: 13px;
}
.footer {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  padding: 0 0 35px;
}
.footer p {
  font-size: 11px;
  color: var(--muted);
  margin: 0;
}
.footer-links {
  display: flex;
  gap: 22px;
  font-size: 11px;
  color: var(--muted);
}
.demo-banner {
  background: #edf3de;
  color: #576740;
  text-align: center;
  font-size: 11px;
  padding: 8px 20px;
  border-bottom: 1px solid #d8e3c5;
}
.demo-banner a {
  text-decoration: underline;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: #143c32;
  color: #fff;
  padding: 15px 23px;
  border-radius: 14px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  max-width: min(90%, 540px);
  font-size: 13px;
  box-shadow: 0 5px 25px #0002;
  transition: 0.2s;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
dialog {
  width: min(780px, calc(100% - 32px));
  border: 0;
  border-radius: 25px;
  padding: 0;
  color: var(--ink);
  box-shadow: 0 30px 100px #00150d40;
  max-height: 92dvh;
  background: var(--paper);
}
dialog::backdrop {
  background: #102e2860;
  backdrop-filter: blur(7px);
}
.modal-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 29px 32px 0;
}
.modal-head h2 {
  font-size: 32px;
  margin: 7px 0 0;
}
.close {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 33px;
  height: 33px;
  font-size: 23px;
  background: white;
}
.modal-body {
  padding: 25px 32px 30px;
}
.stepper {
  display: flex;
  gap: 8px;
  margin: 0 0 27px;
}
.stepper span {
  height: 3px;
  background: #dce3d3;
  flex: 1;
  border-radius: 10px;
}
.stepper span.on {
  background: #78994e;
}
.form-title {
  font-size: 17px;
  font-weight: 550;
  margin-bottom: 8px;
}
.form-help {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 25px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field {
  display: block;
  position: relative;
}
.field > span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin: 0 0 8px;
}
.field input,
.field select {
  width: 100%;
  border: 1px solid #d9e1d1;
  background: white;
  border-radius: 11px;
  padding: 13px 14px;
  font-size: 14px;
  color: var(--ink);
  min-height: 46px;
}
.field input[type="range"] {
  padding: 0;
  accent-color: #426d3b;
  border: 0;
  min-height: 30px;
}
.field.wide {
  grid-column: 1/-1;
}
.field:focus-within > span {
  color: #3b6435;
}
.tabs {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin: 24px 0 16px;
}
.chip {
  padding: 9px 15px;
  border: 1px solid #dce3d3;
  border-radius: 100px;
  font-size: 11px;
  background: #fff;
}
.chip.on {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
.place-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-bottom: 18px;
}
.place-option {
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  padding: 16px 10px;
  font-size: 12px;
  min-height: 63px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
}
.place-option.selected {
  border-color: #7b9b55;
  background: #eef4e4;
  box-shadow: inset 0 0 0 1px #7b9b55;
}
.place-option .icon {
  color: #8da373;
  width: 17px;
}
.selection-info {
  font-size: 12px;
  padding: 11px 13px;
  background: #eaf1df;
  border-radius: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 15px;
}
.modal-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 28px;
}
.modal-foot small {
  font-size: 10px;
  color: var(--muted);
}
.text-btn {
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 10px 30px #173d3419;
  max-height: 220px;
  overflow: auto;
}
.suggestions button {
  display: block;
  padding: 12px 14px;
  width: 100%;
  text-align: left;
  font-size: 12px;
  border-bottom: 1px solid #eef1e9;
}
.suggestions button:hover {
  background: #eef3e5;
}
.suggestions button small {
  color: var(--muted);
  display: block;
  margin-top: 3px;
}
.budget-number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  font-size: 59px;
  letter-spacing: -2px;
  margin: 20px 0;
}
.budget-number input {
  border: 0;
  background: none;
  color: var(--ink);
  width: 200px;
  text-align: center;
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: 400;
}
.budget-number select {
  border: 0;
  background: none;
  color: var(--muted);
  font-size: 17px;
}
.range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 24px;
}
.check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  margin: 20px 0;
}
.check input {
  width: 17px;
  height: 17px;
  accent-color: var(--ink);
}
.recap {
  background: #fff;
  border: 1px solid var(--line);
  padding: 18px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1.9;
}
.recap strong {
  font-weight: 550;
}
.error {
  color: #a34431;
  font-size: 12px;
  line-height: 1.6;
  margin: 14px 0 0;
  min-height: 1px;
}
.login-panel {
  max-width: 430px;
  margin: 0 auto;
}
.login-panel .serif {
  font-size: 34px;
}
.login-panel p {
  font-size: 13px;
  color: var(--muted);
}
.login-panel .btn {
  margin-top: 15px;
}
.divider {
  text-align: center;
  font-size: 10px;
  color: var(--muted);
  margin: 18px 0;
}
.login-disclaimer {
  font-size: 10px !important;
  margin: 19px 0 0 !important;
}
.login-disclaimer a {
  text-decoration: underline;
}
.mobile-nav {
  display: none;
}
.search-start {
  max-width: 720px;
  margin: 8px auto;
  padding: 38px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
}
.search-start-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background: #eef3e6;
  color: var(--ink);
  border-radius: 16px;
  margin-bottom: 24px;
}
.search-start-icon .icon {
  width: 27px;
  height: 27px;
}
.search-start .eyebrow {
  font-size: 9px;
  letter-spacing: 1.4px;
}
.search-start h2 {
  font-size: 42px;
  margin: 14px 0;
  line-height: 1.06;
}
.search-start > p {
  max-width: 420px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 24px;
}
.search-credit {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
  margin-top: 13px;
}
.search-credit .icon {
  width: 14px;
  height: 14px;
}
.search-inspiration {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.search-inspiration > span {
  color: var(--muted);
  font-size: 11px;
}
.search-inspiration > div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.search-inspiration button {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 30px;
  font-size: 12px;
  min-height: 44px;
}
.search-inspiration button:hover {
  background: #eef3e6;
}
.search-inspiration .icon {
  width: 14px;
  height: 14px;
}
.account-profile {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 26px;
}
.profile-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e8efde;
  flex-shrink: 0;
}
.account-profile > div {
  min-width: 0;
}
.account-profile strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 14px;
  font-weight: 550;
}
.account-profile div > span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
}
.account-links {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}
.account-links button {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 14px;
  width: 100%;
  padding: 22px 18px;
  min-height: 76px;
}
.account-links button + button {
  border-top: 1px solid var(--line);
}
.account-links button > span:nth-child(2) {
  flex: 1;
  min-width: 0;
}
.account-links strong {
  display: block;
  font-size: 14px;
  font-weight: 550;
}
.account-links small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  margin-top: 5px;
}
.account-link-icon {
  color: #648072;
}
.account-links button > .icon {
  width: 16px;
}
.account-logout {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
  font-size: 12px;
  color: var(--muted);
  min-height: 48px;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid #476f50;
  outline-offset: 4px;
}
.dashboard {
  display: grid;
  grid-template-columns: 235px 1fr;
  min-height: 100dvh;
  background: #f7f8f3;
}
.sidebar {
  background: #fff;
  border-right: 1px solid var(--line);
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100dvh;
}
.sidebar .brand {
  font-size: 24px;
  margin: 0 7px 40px;
}
.sidebar .brand small {
  display: none;
}
.side-nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.side-nav button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 11px;
  font-size: 13px;
  text-align: left;
  color: var(--muted);
}
.side-nav button.on {
  background: #eaf1df;
  color: var(--ink);
  font-weight: 550;
}
.sidebar .plan-box {
  margin-top: auto;
  background: #f1f5e9;
  border-radius: 14px;
  padding: 18px;
}
.plan-box p {
  font-size: 11px;
  color: var(--muted);
  margin: 7px 0 12px;
}
.plan-box strong {
  font-size: 13px;
}
.user-menu {
  margin-top: 19px;
  padding: 15px 5px 0;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  font-size: 11px;
  color: var(--muted);
}
.user-menu span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-menu button {
  margin-left: auto;
  font-size: 10px;
}
.workspace {
  min-width: 0;
}
.topbar {
  height: 80px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 42px;
  background: #ffffff70;
  font-size: 12px;
}
.topbar small {
  color: var(--muted);
  font-size: 11px;
}
.workspace-content {
  padding: 40px 42px;
  max-width: 1350px;
  margin: auto;
}
.dash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 30px;
}
.dash-head h1 {
  font-size: 42px;
  margin: 0 0 9px;
}
.dash-head p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.stat {
  border: 1px solid var(--line);
  padding: 21px 22px;
  border-radius: 15px;
  background: #fff;
}
.stat .stat-label {
  font-size: 11px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
}
.stat strong {
  display: block;
  font-size: 29px;
  font-weight: 450;
  letter-spacing: -1px;
  margin-top: 12px;
}
.stat small {
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0;
}
.alert-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.alert-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
}
.alert-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 22px;
}
.status {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  background: #edf3e5;
  color: #60763e;
  border-radius: 6px;
  font-size: 9px;
}
.status.paused {
  background: #f2f2ed;
  color: #94998d;
}
.alert-card h3 {
  font:
    28px Georgia,
    serif;
  letter-spacing: -0.7px;
  margin-bottom: 9px;
}
.alert-route {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 17px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.alert-route .icon {
  width: 14px;
}
.alert-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.alert-tags span {
  background: #f4f6ef;
  padding: 7px 9px;
  border-radius: 6px;
  font-size: 10px;
}
.alert-budget {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 23px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
}
.alert-budget strong {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.7px;
}
.alert-budget small {
  font-size: 10px;
  color: var(--muted);
  display: block;
  margin-top: 4px;
}
.alert-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  gap: 10px;
}
.alert-controls button {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
}
.alert-controls .icon {
  width: 14px;
  height: 14px;
}
.empty {
  background: white;
  border: 1px dashed #c9d7bc;
  border-radius: 20px;
  padding: 54px 25px;
  text-align: center;
}
.empty > .icon {
  margin: auto;
  width: 35px;
  height: 35px;
  color: #8ba663;
}
.empty h2 {
  font-size: 32px;
  margin: 22px 0 12px;
}
.empty p {
  font-size: 13px;
  color: var(--muted);
  max-width: 430px;
  margin: 0 auto 23px;
}
.empty .btn {
  margin: auto;
}
.suggested {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 22px;
}
.result-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #dce5cd;
  border-radius: 13px;
  padding: 15px 18px;
  background: #eef4e4;
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.result-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.result-card {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 23px;
}
.result-card h3 {
  font-size: 18px;
  font-weight: 550;
  margin: 0 0 7px;
}
.result-card p {
  font-size: 11px;
  color: var(--muted);
  margin: 0;
}
.result-price {
  text-align: right;
}
.result-price strong {
  display: block;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.result-price .btn {
  padding: 9px 12px;
  font-size: 10px;
}
.history-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  padding: 20px 0 12px;
}
.history-head small {
  color: var(--muted);
}
.settings-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  margin-bottom: 18px;
  max-width: 800px;
}
.settings-card h3 {
  font-size: 16px;
  font-weight: 550;
}
.settings-card p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 18px;
}
.settings-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--line);
  padding-top: 17px;
  margin-top: 17px;
  font-size: 12px;
}
.toggle {
  width: 40px;
  height: 23px;
  accent-color: var(--ink);
}
.danger {
  color: #a54c3c;
}
.loading {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
}
.spinner {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 2px solid #a7ba92;
  border-top-color: var(--ink);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-right: 10px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.legal {
  max-width: 750px;
  margin: 60px auto;
  padding: 0 25px;
}
.legal h1 {
  font-size: 45px;
}
.legal h2 {
  font-size: 27px;
  letter-spacing: -0.5px;
  margin-top: 30px;
}
.legal p,
.legal li {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}
.legal .notice {
  background: #eef1e6;
  padding: 20px;
  border-radius: 12px;
}
.mobile-brand {
  display: none;
}
.billing-note {
  font-size: 12px;
  color: var(--muted);
  padding: 16px;
  background: #eef3e7;
  border-radius: 12px;
  margin-bottom: 20px;
}
.admin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.admin-grid pre {
  white-space: pre-wrap;
  font-size: 12px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 25px;
  overflow: auto;
}
@media (min-width: 1600px) {
  .hero {
    min-height: 690px;
  }
  .hero h1 {
    font-size: 82px;
  }
  .floating-deal {
    top: 240px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .hero {
    padding: 55px 42px 110px;
    min-height: 610px;
  }
  .hero h1 {
    max-width: 550px;
    font-size: 65px;
  }
  .floating-deal {
    right: 30px;
    top: 250px;
    width: 215px;
  }
  .hero .lead {
    max-width: 345px;
    font-size: 14px;
  }
  .navlinks {
    gap: 17px;
    font-size: 12px;
  }
  .search-dock {
    margin-left: 15px;
    margin-right: 15px;
    padding: 18px 10px;
  }
  .dock-field {
    padding: 0 15px;
  }
  .dock-field span {
    font-size: 11px;
  }
  .search-dock .btn {
    font-size: 12px;
    padding: 17px;
    margin-left: 12px;
  }
  .story-copy {
    padding: 36px;
  }
  .story-copy h2 {
    font-size: 39px;
  }
  .workspace-content {
    padding: 30px 25px;
  }
  .topbar {
    padding: 0 25px;
  }
  .dashboard {
    grid-template-columns: 210px 1fr;
  }
  .sidebar {
    padding: 25px 15px;
  }
  .dash-head h1 {
    font-size: 35px;
  }
  .alert-grid {
    grid-template-columns: 1fr;
  }
  .workspace .pricing-grid {
    grid-template-columns: 1fr;
  }
  .workspace .price-card ul {
    min-height: auto;
  }
  .workspace .price-card .description {
    min-height: 0;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .nav {
    height: 80px;
    gap: 10px;
  }
  .brand {
    font-size: 24px;
  }
  .brand small {
    display: none;
  }
  .navlinks {
    display: none;
  }
  .navright {
    gap: 12px;
  }
  .navright .text-btn {
    display: none;
  }
  .navright .btn {
    font-size: 11px;
    padding: 12px 15px;
  }
  .hero {
    border-radius: 23px;
    padding: 39px 25px 90px;
    min-height: 650px;
  }
  .hero:before,
  .hero:after {
    border-radius: 23px;
  }
  .hero:before {
    background-position: 60% center;
  }
  .hero:after {
    background:
      linear-gradient(90deg, #0b2f29dd, #153e3470),
      linear-gradient(0deg, #153e3440, transparent);
  }
  .hero h1 {
    font-size: 53px;
    max-width: 450px;
    line-height: 1.05;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.7px;
    margin-bottom: 24px;
  }
  .hero .lead {
    font-size: 14px;
    max-width: 320px;
  }
  .hero-actions {
    gap: 15px;
    align-items: start;
    flex-direction: column;
  }
  .hero-actions .btn {
    font-size: 12px;
    padding: 14px 18px;
  }
  .text-link {
    font-size: 11px;
  }
  .floating-deal {
    top: auto;
    bottom: 62px;
    right: 23px;
    width: 185px;
    padding: 15px;
    transform: rotate(4deg);
  }
  .floating-deal h3 {
    font-size: 20px;
  }
  .floating-deal .eyebrow {
    font-size: 7px;
    margin-bottom: 9px;
    letter-spacing: 1px;
  }
  .floating-deal p {
    font-size: 9px;
    margin-bottom: 10px;
  }
  .fare {
    padding-top: 9px;
  }
  .fare strong {
    font-size: 25px;
  }
  .floating-deal .example {
    font-size: 7px;
  }
  .photo-caption {
    display: none;
  }
  .search-dock {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: -23px 10px 0;
    padding: 20px 10px;
  }
  .dock-field:nth-child(2) {
    border: 0;
  }
  .dock-field small {
    font-size: 8px;
  }
  .dock-field span {
    font-size: 11px;
  }
  .search-dock .btn {
    margin: 0 5px;
    padding: 15px 10px;
    border-radius: 9px;
    font-size: 11px;
  }
  .trust-strip {
    gap: 16px;
    flex-wrap: wrap;
    font-size: 9px;
    margin: 24px 0 46px;
  }
  .trust-strip span:last-child {
    display: none;
  }
  .section-head {
    align-items: start;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 22px;
  }
  .section-head h2 {
    font-size: 36px;
  }
  .section-head p {
    max-width: none;
    font-size: 12px;
  }
  .destination-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .destination {
    height: 235px;
  }
  .destination h3 {
    font-size: 30px;
  }
  .destination-grid .destination:nth-child(2),
  .destination-grid .destination:nth-child(3) {
    height: 215px;
  }
  .how {
    padding: 60px 0 40px;
  }
  .how-header h2 {
    font-size: 37px;
  }
  .how-header {
    margin-bottom: 26px;
  }
  .how-grid {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .step-number {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .how-grid p {
    max-width: none;
  }
  .flex-story {
    grid-template-columns: 1fr;
  }
  .story-copy {
    padding: 32px 27px;
  }
  .story-copy h2 {
    font-size: 38px;
  }
  .story-art {
    min-height: 300px;
    padding: 30px;
  }
  .pricing {
    padding: 58px 0 45px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .price-card {
    padding: 26px;
  }
  .price-card ul {
    min-height: auto;
  }
  .price-card .description {
    min-height: 0;
  }
  .price {
    margin: 18px 0 0;
    font-size: 43px;
  }
  .faq {
    padding-bottom: 40px;
  }
  .faq h2 {
    font-size: 33px;
  }
  .closing {
    padding: 37px 22px;
    margin-bottom: 28px;
  }
  .closing h2 {
    font-size: 37px;
  }
  .footer {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .footer .brand {
    font-size: 23px;
  }
  .footer p {
    order: 3;
    width: 100%;
    font-size: 10px;
  }
  .footer-links {
    gap: 15px;
    font-size: 10px;
  }
  .modal-head {
    padding: 24px 22px 0;
  }
  .modal-head h2 {
    font-size: 28px;
  }
  .modal-body {
    padding: 23px 22px;
  }
  .form-grid {
    gap: 14px;
  }
  .place-options {
    grid-template-columns: 1fr 1fr;
  }
  .place-option {
    font-size: 11px;
  }
  .tabs {
    gap: 5px;
  }
  .chip {
    font-size: 10px;
    padding: 9px 11px;
  }
  .modal-foot .btn {
    font-size: 12px;
    padding: 14px 17px;
  }
  .modal-foot small {
    max-width: 100px;
    font-size: 9px;
  }
  .field input,
  .field select {
    font-size: 16px;
    padding: 11px;
    min-width: 0;
  }
  .budget-number input {
    font-size: 50px;
    width: 160px;
  }
  .dashboard {
    display: block;
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }
  .sidebar {
    display: none;
  }
  .mobile-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 7px max(12px, env(safe-area-inset-left, 0px))
      calc(7px + env(safe-area-inset-bottom, 0px));
    background: #fffffff5;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid #173f3512;
    box-shadow: 0 -4px 24px #173f3505;
  }
  .mobile-nav button {
    min-width: 0;
    min-height: 56px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    color: #717c76;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 12px;
    -webkit-tap-highlight-color: transparent;
  }
  .nav-icon {
    width: 48px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 20px;
  }
  .nav-icon .icon {
    width: 21px;
    height: 21px;
  }
  .mobile-nav button[aria-current="page"] {
    color: var(--ink);
    font-weight: 650;
  }
  .mobile-nav button[aria-current="page"] .nav-icon {
    background: #e7efdc;
  }
  .topbar small {
    display: none;
  }
  .topbar {
    height: 68px;
    padding: 0 18px;
  }
  .topbar > span {
    display: none;
  }
  .mobile-brand {
    display: block;
  }
  .mobile-brand .brand {
    font-size: 23px;
  }
  .topbar small {
    font-size: 10px;
  }
  .workspace-content {
    padding: 27px 18px;
  }
  .dash-head {
    align-items: start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 23px;
  }
  .dash-head h1 {
    font-size: clamp(29px, 7.5vw, 35px);
    line-height: 1.12;
    text-wrap: balance;
  }
  .dash-head p {
    font-size: 12px;
  }
  .dash-head .btn {
    padding: 13px 17px;
    font-size: 12px;
  }
  .stats {
    gap: 9px;
    margin-bottom: 22px;
  }
  .stat {
    padding: 15px 12px;
    border-radius: 12px;
  }
  .stat .stat-label {
    font-size: 9px;
  }
  .stat .icon {
    display: none;
  }
  .stat strong {
    font-size: 25px;
  }
  .stat small {
    font-size: 9px;
  }
  .alert-card {
    padding: 20px;
  }
  .alert-controls button {
    font-size: 10px;
  }
  .result-card {
    grid-template-columns: 1fr auto;
    padding: 17px;
    gap: 14px;
  }
  .result-card > div:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .result-price {
    grid-column: 2;
    grid-row: 1/3;
  }
  .result-card h3 {
    font-size: 16px;
  }
  .result-card p {
    font-size: 10px;
  }
  .result-price strong {
    font-size: 22px;
  }
  .result-banner {
    font-size: 11px;
    padding: 12px;
  }
  .settings-card {
    padding: 21px;
  }
  .settings-row {
    font-size: 11px;
  }
  .admin-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 0;
    padding-bottom: 70px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .floating-deal {
    display: none;
  }
  .hero .lead {
    margin-bottom: 25px;
  }
  .hero-actions {
    gap: 18px;
  }
}
@media (max-width: 760px) {
  .dock-field span {
    white-space: normal;
    line-height: 1.5;
    align-items: flex-start;
  }
  .dock-field .icon {
    margin-top: 2px;
  }
  .dock-field {
    min-height: 40px;
  }
}

@media (max-width: 760px) {
  .search-start {
    margin: 0;
    padding: 25px 22px;
    border-radius: 20px;
  }
  .search-start-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 19px;
    border-radius: 13px;
  }
  .search-start h2 {
    font-size: 34px;
  }
  .search-start > p {
    font-size: 13px;
    margin-bottom: 21px;
  }
  .search-start > .btn {
    width: 100%;
    justify-content: center;
    min-height: 50px;
  }
  .search-credit {
    justify-content: center;
    font-size: 10px;
  }
  .search-inspiration {
    margin-top: 23px;
    padding-top: 18px;
  }
  .search-inspiration button {
    font-size: 11px;
  }
  .dashboard ~ .toast,
  body:has(.dashboard) .toast {
    bottom: calc(86px + env(safe-area-inset-bottom, 0px));
  }
}
