body.v0pc-isolated-page,
body.v0pc-focus-mode {
  margin: 0;
  background: #f4f7fb;
  min-height: 100svh;
}

body.v0pc-isolated-page {
  overflow-x: hidden;
}

body.v0pc-focus-mode .site-header,
body.v0pc-focus-mode .site-footer,
body.v0pc-focus-mode .main-navigation,
body.v0pc-focus-mode .page-header,
body.v0pc-focus-mode .entry-header,
body.v0pc-focus-mode .entry-title,
body.v0pc-focus-mode .site-info,
body.v0pc-focus-mode footer {
  display: none !important;
}

body.v0pc-focus-mode #page,
body.v0pc-focus-mode .site,
body.v0pc-focus-mode .site-content,
body.v0pc-focus-mode .content-area,
body.v0pc-focus-mode .site-main,
body.v0pc-focus-mode main,
body.v0pc-focus-mode .site-main > article,
body.v0pc-focus-mode article.page,
body.v0pc-focus-mode .inside-article,
body.v0pc-focus-mode .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.v0pc-isolated-page .v0pc-isolated-root {
  all: initial;
  display: block;
  min-height: 100svh;
  width: 100%;
  background: #f4f7fb;
  color: #101828;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.4;
  isolation: isolate;
}

body.v0pc-isolated-page .v0pc-isolated-root,
body.v0pc-isolated-page .v0pc-isolated-root * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.v0pc-frontend {
  --ink: #101828;
  --muted: #5f6f82;
  --line: #ccd7e5;
  --soft: #eaf1f8;
  --panel: #ffffff;
  --navy: #0b1f3a;
  --navy-2: #12345a;
  --teal: #0b1f3a;
  --teal-dark: #0b1f3a;
  --coral: #c58b29;
  --blue: #12345a;
  --green: #0b1f3a;
  --red: #b42318;
  min-height: 100svh;
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.v0pc-frontend * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.v0pc-hero {
  padding: 8px 0 14px;
}

.v0pc-frontend.is-started .v0pc-hero {
  display: none;
}

.v0pc-hero-copy {
  max-width: 820px;
}

.v0pc-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: var(--teal-dark);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 850;
}

.v0pc-hero h1 {
  margin: 6px 0 8px;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.08;
  font-weight: 880;
}

.v0pc-hero p,
.v0pc-step-head p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.v0pc-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.v0pc-trust-list li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 10px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 780;
}

.v0pc-trust-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 999px;
  background: var(--coral);
}

.v0pc-intro-actions {
  margin-top: 18px;
}

.v0pc-wizard {
  display: none;
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.v0pc-frontend.is-started .v0pc-wizard {
  display: grid;
}

.v0pc-progress {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: var(--panel);
}

.v0pc-progress button {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 9px;
  row-gap: 1px;
  align-items: center;
  width: 100%;
  min-height: 54px;
  border: 0;
  background: transparent;
  color: var(--muted);
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
}

.v0pc-progress button.is-active {
  background: var(--soft);
  color: var(--teal-dark);
}

.v0pc-progress span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #eef2f3;
  color: inherit;
  font-weight: 850;
  font-size: 13px;
}

.v0pc-progress strong {
  color: inherit;
  font-size: 13px;
  line-height: 1.15;
}

.v0pc-progress small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
}

.v0pc-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 20px;
  min-height: 340px;
}

.v0pc-step {
  display: none;
}

.v0pc-step.is-active {
  display: block;
}

.v0pc-step-head {
  margin-bottom: 16px;
}

.v0pc-step-head span,
.v0pc-label {
  display: block;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.v0pc-step-head h2 {
  margin: 0 0 6px;
  font-size: 25px;
  line-height: 1.18;
  color: var(--ink);
}

.v0pc-field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.v0pc-contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v0pc-field-grid label,
.v0pc-notes,
.v0pc-stepper-field {
  display: grid;
  gap: 6px;
}

.v0pc-field-grid label span,
.v0pc-notes span,
.v0pc-passengers span,
.v0pc-stepper-field > span {
  color: var(--ink);
  font-weight: 760;
  font-size: 13px;
}

.v0pc-field-grid label em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.25;
}

.v0pc-optional-field span,
.v0pc-notes span {
  color: var(--muted);
}

.v0pc-field-grid input,
.v0pc-field-grid select,
.v0pc-notes textarea,
.v0pc-passengers input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
}

.v0pc-field-grid input:focus,
.v0pc-field-grid select:focus,
.v0pc-notes textarea:focus,
.v0pc-passengers input:focus {
  border-color: var(--navy-2);
  outline: 3px solid rgba(18, 52, 90, .14);
}

.v0pc-field-grid select {
  appearance: auto;
}

.v0pc-notes {
  margin-top: 12px;
}

.v0pc-notes textarea {
  padding: 12px;
  min-height: 76px;
  resize: vertical;
}

.v0pc-field-grid .is-invalid {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(180, 35, 24, .12);
}

.v0pc-passengers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.v0pc-stepper {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.v0pc-stepper button {
  border: 0;
  background: var(--soft);
  color: var(--navy);
  cursor: pointer;
  font-size: 22px;
  font-weight: 850;
}

.v0pc-stepper input {
  min-height: 48px;
  border: 0;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: 0;
  text-align: center;
  font-weight: 850;
}

.v0pc-choice-group {
  margin-bottom: 16px;
}

.v0pc-card-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.v0pc-card-options label {
  position: relative;
}

.v0pc-card-options input {
  position: absolute;
  opacity: 0;
}

.v0pc-card-options span {
  display: grid;
  align-items: center;
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  color: var(--ink);
  font-weight: 760;
  font-size: 13px;
  cursor: pointer;
}

.v0pc-card-options input:checked + span {
  border-color: var(--navy);
  background: var(--soft);
  color: var(--navy);
  box-shadow: inset 0 0 0 1px var(--navy);
}

.v0pc-step[data-v0pc-step="2"] .v0pc-field-grid {
  grid-template-columns: minmax(0, 420px);
}

.v0pc-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.v0pc-btn {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 850;
  font-size: 15px;
  line-height: 1.15;
}

.v0pc-btn-primary {
  background: var(--navy);
  color: #fff;
}

.v0pc-btn-secondary {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}

.v0pc-btn-whatsapp {
  background: var(--navy);
  color: #fff;
}

.v0pc-btn:disabled {
  opacity: .48;
  cursor: not-allowed;
}

.v0pc-form-note {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .v0pc-wizard {
    grid-template-columns: 1fr;
  }

  .v0pc-progress {
    position: sticky;
    top: 0;
    z-index: 20;
    grid-template-columns: repeat(3, 1fr);
  }

  .v0pc-progress button {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .v0pc-field-grid,
  .v0pc-contact-grid,
  .v0pc-passengers {
    grid-template-columns: 1fr;
  }

  .v0pc-card-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .v0pc-frontend {
    padding: 10px;
  }

  .v0pc-hero {
    padding: 2px 0 10px;
  }

  .v0pc-kicker {
    min-height: 20px;
    font-size: 11px;
  }

  .v0pc-hero h1 {
    margin: 4px 0 6px;
    font-size: 24px;
    line-height: 1.12;
  }

  .v0pc-hero p,
  .v0pc-step-head p {
    font-size: 13px;
    line-height: 1.35;
  }

  .v0pc-trust-list {
    gap: 6px;
    margin-top: 8px;
  }

  .v0pc-trust-list li {
    min-height: 25px;
    padding: 0 8px;
    font-size: 11px;
  }

  .v0pc-progress {
    gap: 5px;
    padding: 6px;
  }

  .v0pc-progress button {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 48px;
    padding: 5px 4px;
    text-align: center;
  }

  .v0pc-progress span {
    grid-row: auto;
    width: 22px;
    height: 22px;
    font-size: 11px;
  }

  .v0pc-progress strong {
    font-size: 11px;
  }

  .v0pc-progress small {
    display: none;
  }

  .v0pc-form {
    padding: 14px;
    min-height: 0;
  }

  .v0pc-step-head {
    margin-bottom: 12px;
  }

  .v0pc-step-head span,
  .v0pc-label {
    font-size: 11px;
    margin-bottom: 3px;
  }

  .v0pc-step-head h2 {
    font-size: 20px;
    line-height: 1.16;
  }

  .v0pc-field-grid,
  .v0pc-passengers,
  .v0pc-card-options {
    gap: 9px;
  }

  .v0pc-field-grid input,
  .v0pc-field-grid select,
  .v0pc-passengers input {
    min-height: 42px;
    font-size: 16px;
  }

  .v0pc-card-options span {
    min-height: 48px;
    padding: 9px;
    font-size: 12px;
  }

  .v0pc-notes textarea {
    min-height: 64px;
  }

  .v0pc-actions {
    flex-direction: column;
    margin-top: 14px;
  }

  .v0pc-btn {
    width: 100%;
    min-height: 46px;
  }
}
