:root {
  --pasaporte-bg: #090909;
  --pasaporte-panel: #101010;
  --pasaporte-panel-2: #141414;
  --pasaporte-border: rgba(192, 192, 192, 0.34);
  --pasaporte-border-soft: rgba(192, 192, 192, 0.20);
  --pasaporte-border-strong: rgba(255, 255, 255, 0.22);
  --pasaporte-silver: #c0c0c0;
  --pasaporte-muted: #888888;
  --pasaporte-text: #efefef;
  --pasaporte-shell-bg: #151515;
  --pasaporte-shell-border: rgba(255, 255, 255, 0.08);
  --pasaporte-shell-text: rgba(255, 255, 255, 0.86);
  --pasaporte-shell-text-muted: rgba(255, 255, 255, 0.72);
  --pasaporte-shadow: 0 24px 90px rgba(0, 0, 0, 0.55);
  --pasaporte-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='rgba(255,255,255,0.78)' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

html,
body,
#page,
.site,
.site-main,
main,
.entry-content {
  background: var(--pasaporte-bg) !important;
}

html {
  background: var(--pasaporte-bg);
}

body {
  margin: 0;
  background: var(--pasaporte-bg);
  color: var(--pasaporte-text);
  font-family: Inter, Helvetica, Arial, sans-serif;
}

a {
  color: var(--pasaporte-silver);
}

.pasaporte-global-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.pasaporte-global-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid var(--pasaporte-shell-border);
  background: var(--pasaporte-shell-bg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.admin-bar .pasaporte-global-header,
body.admin-bar .pasaporte-global-header {
  top: 32px;
}

.pasaporte-global-header .pasaporte-global-inner {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.pasaporte-global-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.pasaporte-global-logo {
  width: auto;
  height: 38px;
  display: block;
  object-fit: contain;
}

.pasaporte-global-brand-text {
  color: var(--pasaporte-shell-text);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font: 700 11px/1 Inter, Helvetica, Arial, sans-serif;
}

.pasaporte-global-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.pasaporte-global-nav a,
.pasaporte-footer-col a {
  color: var(--pasaporte-shell-text-muted);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font: 500 0.72rem/1 Inter, Helvetica, Arial, sans-serif;
}

.pasaporte-global-nav a:hover,
.pasaporte-global-nav a:focus,
.pasaporte-footer-col a:hover,
.pasaporte-footer-col a:focus {
  color: #fff;
}

.pasaporte-global-cta,
.pasaporte-footer-write,
.pasaporte-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font: 500 0.66rem/1 Inter, Helvetica, Arial, sans-serif;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pasaporte-global-cta:hover,
.pasaporte-global-cta:focus,
.pasaporte-footer-write:hover,
.pasaporte-footer-write:focus,
.pasaporte-submit-btn:hover,
.pasaporte-submit-btn:focus {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.pasaporte-form-section {
  width: 100%;
  margin: 34px auto 0;
  padding: 0 16px 0;
  display: grid;
  justify-items: center;
  background: var(--pasaporte-bg);
  color: var(--pasaporte-text);
  box-sizing: border-box;
}

.pasaporte-form-shell {
  width: min(100%, 920px);
  margin: 0 auto;
}

.pasaporte-signup-card {
  width: 100%;
  margin: 0 auto 32px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--pasaporte-border);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    linear-gradient(145deg, rgba(24, 24, 24, 0.96), rgba(10, 10, 10, 0.96));
  box-shadow: var(--pasaporte-shadow);
  position: relative;
  overflow: visible;
  box-sizing: border-box;
}

.pasaporte-signup-card::before {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.pasaporte-form-intro {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  margin: 0 auto 20px;
  text-align: center;
}

.pasaporte-form-intro h1 {
  margin: 0;
  color: #efefef;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font: 400 clamp(2.2rem, 4vw, 2.7rem)/1.12 Inter, Helvetica, Arial, sans-serif;
  white-space: nowrap;
}

.pasaporte-form-intro p {
  margin: 18px 0 0;
  color: var(--pasaporte-silver);
  font: 400 1rem/1.7 Inter, Helvetica, Arial, sans-serif;
}

.pasaporte-purchase-form {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  margin: 0 auto;
  display: grid;
  gap: 18px;
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid var(--pasaporte-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    linear-gradient(145deg, var(--pasaporte-panel), var(--pasaporte-panel-2));
  box-shadow: var(--pasaporte-shadow);
  box-sizing: border-box;
}

.pasaporte-section-title {
  margin: 28px 0 8px;
  color: #efefef;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font: 600 0.78rem/1.5 Inter, Helvetica, Arial, sans-serif;
}

.pasaporte-section-title:first-child {
  margin-top: 0;
}

.pasaporte-label-optional {
  display: inline;
  color: var(--pasaporte-muted);
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 400;
  white-space: nowrap;
}

.pasaporte-purchase-form label:not(.pasaporte-check),
.pasaporte-field-title,
.pasaporte-delivery-label {
  display: block;
  width: 100%;
  gap: 10px;
  margin: 0;
  color: var(--pasaporte-silver);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font: 500 0.72rem/1.6 Inter, Helvetica, Arial, sans-serif;
}

.pasaporte-purchase-form label:not(.pasaporte-check) input,
.pasaporte-purchase-form label:not(.pasaporte-check) select,
.pasaporte-purchase-form label:not(.pasaporte-check) textarea {
  margin-top: 10px;
}

.pasaporte-purchase-form input[type='text'],
.pasaporte-purchase-form input[type='email'],
.pasaporte-purchase-form input[type='tel'],
.pasaporte-purchase-form select,
.pasaporte-purchase-form textarea,
.pasaporte-city-trigger,
.pasaporte-collective-trigger {
  width: 100%;
  min-height: 54px;
  margin-top: 0;
  padding: 0 16px;
  border: 1px solid var(--pasaporte-border-soft) !important;
  border-radius: 0 !important;
  background: rgba(4, 4, 4, 0.76) !important;
  color: var(--pasaporte-text) !important;
  font: 400 0.98rem/1.4 Inter, Helvetica, Arial, sans-serif;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  box-sizing: border-box;
}

.pasaporte-purchase-form textarea {
  min-height: 116px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}

.pasaporte-purchase-form select {
  appearance: none;
  padding-right: 52px;
  background-image: var(--pasaporte-chevron) !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 15px 10px !important;
  cursor: pointer;
}

.pasaporte-purchase-form input:focus,
.pasaporte-purchase-form select:focus,
.pasaporte-purchase-form textarea:focus,
.pasaporte-city-trigger:focus,
.pasaporte-collective-trigger:focus,
.pasaporte-city-filter-input:focus,
.pasaporte-collective-filter-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.42) !important;
  background: rgba(4, 4, 4, 0.92) !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.05) !important;
}

.pasaporte-help-text {
  margin: -6px 0 2px;
  color: var(--pasaporte-muted);
  text-transform: none;
  letter-spacing: 0;
  font: 400 0.86rem/1.45 Inter, Helvetica, Arial, sans-serif;
}

.pasaporte-grid-2 {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.pasaporte-field-group {
  display: grid;
  gap: 10px;
  margin: 0;
}

.pasaporte-city-picker,
.pasaporte-collective-picker {
  position: relative;
}

.pasaporte-city-trigger,
.pasaporte-collective-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.pasaporte-city-trigger-text,
.pasaporte-collective-trigger-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pasaporte-city-trigger-icon,
.pasaporte-collective-trigger-icon {
  width: 12px;
  height: 8px;
  margin-left: 12px;
  background-image: var(--pasaporte-chevron);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.95;
  flex: 0 0 auto;
}

.pasaporte-city-panel,
.pasaporte-collective-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 50;
  max-height: 330px;
  overflow: hidden;
  background: #121212;
  border: 1px solid rgba(192, 192, 192, 0.24);
  border-radius: 0;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.72);
}

.pasaporte-city-search-wrap,
.pasaporte-collective-search-wrap {
  padding: 10px;
  border-bottom: 1px solid rgba(192, 192, 192, 0.14);
}

.pasaporte-city-filter-input,
.pasaporte-collective-filter-input {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding: 0 13px;
  background: #090909;
  border: 1px solid rgba(192, 192, 192, 0.20);
  border-radius: 0;
  color: var(--pasaporte-text);
  font: 400 0.92rem/1.4 Inter, Helvetica, Arial, sans-serif;
}

.pasaporte-city-list,
.pasaporte-collective-list {
  max-height: 260px;
  overflow-y: auto;
}

.pasaporte-city-option,
.pasaporte-collective-option {
  display: block;
  width: 100%;
  padding: 12px 14px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--pasaporte-text);
  font: 400 0.92rem/1.35 Inter, Helvetica, Arial, sans-serif;
  text-align: left;
  cursor: pointer;
}

.pasaporte-city-option:hover,
.pasaporte-city-option:focus,
.pasaporte-collective-option:hover,
.pasaporte-collective-option:focus {
  background: #1a1a1a;
  color: #fff;
  outline: none;
}

.pasaporte-city-empty,
.pasaporte-collective-empty {
  padding: 14px;
  color: var(--pasaporte-muted);
  font: 400 0.88rem/1.4 Inter, Helvetica, Arial, sans-serif;
}

.pasaporte-delivery-no-city-msg,
.pasaporte-pickup-message,
.pasaporte-redirect-note,
.pasaporte-form-notice {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(192, 192, 192, 0.18);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0;
  color: var(--pasaporte-muted);
  font: 400 0.88rem/1.45 Inter, Helvetica, Arial, sans-serif;
}

.pasaporte-delivery-btns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.pasaporte-delivery-btn {
  min-height: 52px;
  padding: 0 14px;
  background: rgba(4, 4, 4, 0.76);
  border: 1px solid var(--pasaporte-border-soft);
  border-radius: 0;
  color: var(--pasaporte-silver);
  font: 500 0.72rem/1.3 Inter, Helvetica, Arial, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.pasaporte-delivery-btn:hover,
.pasaporte-delivery-btn:focus,
.pasaporte-delivery-btn.is-active {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.pasaporte-address-section,
.pasaporte-conditional-wrap {
  display: grid;
  gap: 14px;
}

.pasaporte-checkout-summary {
  display: grid;
  gap: 0;
  padding: 16px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012)),
    rgba(12, 12, 12, 0.92);
  border: 1px solid rgba(192, 192, 192, 0.28);
  border-radius: 0;
}

.pasaporte-price-stage-box {
  margin: 0 0 14px;
  padding: 12px 13px 18px;
  border: 1px solid rgba(192, 192, 192, 0.24);
  background: rgba(255, 255, 255, 0.018);
}

.pasaporte-price-stage-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid rgba(192, 192, 192, 0.34);
  color: #efefef;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font: 700 0.68rem/1 Inter, Helvetica, Arial, sans-serif;
}

.pasaporte-price-stage-box p {
  margin: 12px 0 0;
  color: var(--pasaporte-silver);
  font: 400 0.86rem/1.45 Inter, Helvetica, Arial, sans-serif;
}

.pasaporte-summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 5px 0;
  color: #efefef;
  font: 400 1rem/1.45 Inter, Helvetica, Arial, sans-serif;
}

.pasaporte-summary-line strong {
  color: #efefef;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

.pasaporte-summary-line.is-total {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(192, 192, 192, 0.22);
  font-weight: 700;
}

.pasaporte-summary-line.is-total strong {
  color: #fff;
}

.pasaporte-price-note {
  margin: 10px 0 0;
  color: var(--pasaporte-muted);
  font: 400 0.72rem/1.45 Inter, Helvetica, Arial, sans-serif;
}

.pasaporte-conditional-card {
  width: 100%;
  margin: -8px auto 0;
  padding: 20px 22px 18px 26px;
  border: 1px solid rgba(192, 192, 192, 0.16);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.006)),
    rgba(8, 8, 8, 0.48);
  box-sizing: border-box;
}

.pasaporte-acceptance-wrap {
  padding: 4px 0;
  color: var(--pasaporte-muted);
}

.pasaporte-acceptance-wrap label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--pasaporte-muted);
  text-transform: none;
  letter-spacing: 0;
  font: 400 0.88rem/1.45 Inter, Helvetica, Arial, sans-serif;
}

.pasaporte-acceptance-wrap input[type='checkbox'] {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--pasaporte-silver);
  flex: 0 0 auto;
}

.pasaporte-submit-btn {
  width: 100%;
  min-height: 56px;
  margin-top: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
}

.pasaporte-submit-btn:hover,
.pasaporte-submit-btn:focus {
  transform: translateY(-1px);
}

.pasaporte-submit-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.pasaporte-global-footer {
  margin-top: 72px;
  padding-top: 34px;
  border-top: 1px solid var(--pasaporte-shell-border);
  background: var(--pasaporte-shell-bg);
  color: var(--pasaporte-shell-text-muted);
}

.pasaporte-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 34px;
  padding: 0 0 34px;
}

.pasaporte-footer-col h3 {
  margin: 0 0 14px;
  color: var(--pasaporte-shell-text);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font: 600 0.78rem/1.5 Inter, Helvetica, Arial, sans-serif;
}

.pasaporte-footer-col p {
  margin: 0;
  color: var(--pasaporte-shell-text-muted);
  line-height: 1.6;
}

.pasaporte-footer-col ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pasaporte-footer-write {
  margin-top: 16px;
  min-height: 40px;
}

.pasaporte-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--pasaporte-shell-text-muted);
  font: 400 0.82rem/1.4 Inter, Helvetica, Arial, sans-serif;
}


.iti {
  display: block;
  width: 100%;
}


.pasaporte-phone-field .iti {
  display: block;
  width: 100%;
}

.pasaporte-phone-native-wrap {
  display: grid;
  grid-template-columns: 116px 1fr;
  width: 100%;
}

.pasaporte-phone-native-country {
  min-height: 54px;
  border-right: 0 !important;
}

.pasaporte-phone-native-wrap input#phone_ui {
  min-width: 0;
}

.iti__selected-country,
.iti__country-container {
  color: var(--pasaporte-text);
}

.iti__country-list,
.iti__dropdown-content {
  background: #121212 !important;
  border: 1px solid rgba(192, 192, 192, 0.24) !important;
  color: var(--pasaporte-text) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.72) !important;
}

.iti__country:hover,
.iti__country.iti__highlight {
  background: #1a1a1a !important;
}

.iti input#phone_ui {
  padding-left: 92px !important;
}

[hidden] {
  display: none !important;
}

@media (max-width: 782px) {
  .admin-bar .pasaporte-global-header,
  body.admin-bar .pasaporte-global-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .pasaporte-global-header .pasaporte-global-inner {
    min-height: auto;
    padding: 14px 0;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pasaporte-global-nav {
    justify-content: flex-start;
  }

  .pasaporte-global-cta {
    width: 100%;
  }

  .pasaporte-grid-2,
  .pasaporte-delivery-btns,
  .pasaporte-footer-grid {
    grid-template-columns: 1fr;
  }

  .pasaporte-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .pasaporte-global-inner {
    width: min(100% - 28px, 1120px);
  }

  .pasaporte-form-section {
    margin-top: 20px;
    padding: 0 14px;
  }

  .pasaporte-signup-card {
    padding: 22px 12px;
  }

  .pasaporte-purchase-form {
    padding: 24px 18px;
  }
}


@media (max-width: 767px) {
  .pasaporte-form-intro h1 {
    white-space: normal;
    font-size: clamp(2rem, 10vw, 2.7rem);
    line-height: 1.08;
  }
}
