/* Shared marketing surface tokens and the home page component layer. */
:root {
  --accent: #c2410c;
  --accent-hover: #9a3412;
  --accent-soft: #fff7ed;
  --header-h: 64px;
  --font-main: "Inter", system-ui, -apple-system, sans-serif;
  --font-display: "Space Grotesk", "Inter", system-ui, -apple-system, sans-serif;
}

html,
body {
  scroll-behavior: auto;
  font-family: var(--font-main) !important;
}

body {
  overscroll-behavior-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.underline {
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
}

.brand-wordmark {
  color: #0f172a;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.brand-wordmark .brand-mark {
  color: var(--accent);
  letter-spacing: -0.025em;
}

@media (min-width: 768px) {
  .brand-wordmark {
    font-size: 1.35rem;
  }
}

section[id],
#order {
  scroll-margin-top: var(--header-h);
}

main#main {
  scroll-margin-top: 0;
}

.reveal,
.reveal-in {
  opacity: 1;
  transform: none;
}

.site-header {
  backdrop-filter: saturate(160%) blur(8px);
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid #e2e8f0 !important;
  box-shadow: none !important;
  /* viewport-fit=cover: keep content clear of notches / home indicator */
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.site-nav a:not(.brand-cta) {
  color: #334155;
}

.site-nav a:not(.brand-cta):hover,
.site-nav a:not(.brand-cta).active {
  color: var(--accent);
}

.site-nav a:focus {
  outline: none;
}

.site-nav a:not(.brand-cta):focus-visible {
  outline: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 3px rgba(194, 65, 12, 0.22);
}

.hero-shell {
  display: block;
  min-height: auto;
}

.hero-layout {
  grid-template-columns: 1fr;
}

.hero-copy {
  max-width: none;
}

.hero-title {
  max-width: none;
  letter-spacing: -0.025em;
  line-height: 1.04;
  text-wrap: balance;
}

.hero-title-sub,
.hero-lead {
  text-wrap: pretty;
}

.hero-title-sub {
  max-width: none;
  font-family: var(--font-main);
  letter-spacing: normal;
}

.hero-lead {
  max-width: 65ch;
}

.hero-note {
  text-wrap: pretty;
}

.hero-proof {
  display: flex;
  justify-content: center;
}

.hero-facts {
  display: flex;
  max-width: 48rem;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  border-block: 1px solid #e2e8f0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.5;
}

.hero-facts__separator {
  color: var(--accent);
  font-weight: 700;
}

.process-steps {
  position: relative;
  display: grid;
  gap: 1.75rem;
}

.process-steps::before {
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  width: 1px;
  background: #cbd5e1;
  content: "";
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1rem;
  min-width: 0;
}

.process-step__number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-radius: 9999px;
  background: #fff;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.process-step--final .process-step__number {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.process-step__title {
  margin-top: 0.3rem;
  text-wrap: balance;
}

.process-step__body {
  min-width: 0;
}

.need-grid {
  display: grid;
  gap: 1rem;
}

.need-card {
  min-width: 0;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
}

.need-card--prepare {
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.need-card--warning {
  border-color: #1e293b;
  background: #1e293b;
  color: #e2e8f0;
}

.need-card__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.need-card__icon {
  flex: 0 0 auto;
  color: var(--accent);
}

.need-list {
  display: grid;
  gap: 0;
  margin-top: 1.25rem;
}

.need-list li {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.8rem 0;
  border-top: 1px solid #e2e8f0;
}

.need-list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.need-list__icon {
  margin-top: 0.15rem;
  color: var(--accent);
}

.need-card--warning .need-card__title {
  color: #fff;
}

.need-card--warning .need-list li {
  border-color: rgba(226, 232, 240, 0.16);
  color: #cbd5e1;
}

.need-card--warning .need-list__icon {
  color: #fb923c;
}

.need-card--warning strong {
  color: #fff;
}

@media (min-width: 768px) {
  .process-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }

  .process-steps::before {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    left: 1.5rem;
    bottom: auto;
    width: auto;
    height: 1px;
    background: #cbd5e1;
    content: "";
  }

  .process-step {
    display: block;
  }

  .process-step__body {
    padding-right: 0.5rem;
  }

  .need-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .process-step__title {
    white-space: nowrap;
  }
}

@media (min-width: 1024px) {
  .hero-shell,
  .hero-layout {
    min-height: calc(100svh - var(--header-h));
  }
}

.receipt-card {
  width: min(100%, 420px);
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
  font-family: var(--font-main);
}

.receipt-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.5rem;
  padding: 0.65rem 0;
}

.receipt-row span {
  color: #64748b;
}

.receipt-row strong {
  overflow-wrap: anywhere;
  color: #0f172a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.86rem;
  font-weight: 650;
  text-align: right;
}

.brand-cta {
  background: var(--accent) !important;
  color: #fff !important;
  border-radius: 0.75rem !important;
  box-shadow: 0 10px 20px rgba(154, 52, 18, 0.18) !important;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease !important;
}

.brand-cta:hover {
  background: var(--accent-hover) !important;
  filter: none !important;
}

.brand-cta:focus-visible,
.brand-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(194, 65, 12, 0.25) !important;
}

.brand-btn-secondary {
  border-color: #e2e8f0 !important;
  color: #0f172a !important;
  background: #fff !important;
  box-shadow: none !important;
}

.brand-btn-secondary:hover {
  border-color: #cbd5e1 !important;
  filter: none !important;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pricing-inclusions {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  margin-top: 2rem;
  padding-block: 0.9rem;
  border-block: 1px solid #dbe3ec;
}

.pricing-inclusions__label {
  flex: 0 0 auto;
  color: #0f172a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-inclusions__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.5rem;
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pricing-inclusions__list li {
  position: relative;
  padding-left: 0.9rem;
}

.pricing-inclusions__list li::before {
  position: absolute;
  top: 0.58rem;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 9999px;
  background: var(--accent);
  content: "";
}

.plan-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid #cbd5e1;
  border-radius: 1rem;
  background: #fff;
  color: #0f172a;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.plan-card:hover {
  border-color: #94a3b8;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
}

/* Keep the accent top bar on hover: border-color above would grey it out */
.plan-card--featured:hover {
  border-top-color: var(--accent);
}

.plan-card--featured {
  border-top: 2px solid var(--accent);
  padding-top: calc(1.5rem - 1px);
}

.plan-card__header {
  min-height: 4.5rem;
}

.plan-card__title {
  color: #0f172a;
}

.plan-card__summary {
  margin-top: 0.4rem;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.5;
}

.plan-card__price {
  display: grid;
  gap: 0.25rem;
  margin-top: 1.75rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid #e2e8f0;
}

.plan-card__price-label,
.plan-card__timing-label {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.plan-card__price-value {
  color: #0f172a;
  font-size: 2.35rem;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.plan-card__price-suffix {
  color: #64748b;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
}

.plan-card__timing {
  display: flex;
  flex: 1 0 auto;
  align-items: flex-start;
  gap: 0.7rem;
  padding-top: 1.25rem;
}

.plan-card__timing-icon {
  flex: 0 0 auto;
  margin-top: 0.1rem;
  color: var(--accent);
}

.plan-card__timing strong {
  display: block;
  margin-top: 0.3rem;
  color: #0f172a;
  font-size: 0.95rem;
  line-height: 1.45;
}

.plan-cta {
  margin-top: 1.5rem !important;
}

.plan-card-selected {
  position: relative;
  z-index: 1;
  border-color: var(--accent) !important;
  box-shadow: inset 0 0 0 1px var(--accent) !important;
}

@media (min-width: 768px) {
  .pricing-inclusions {
    gap: 2rem;
  }
}

@media (max-width: 767px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-inclusions {
    display: grid;
    gap: 0.65rem;
  }
}

/* --- Order form styled as a passport data page --- */
.pp-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 420px) !important;
    gap: 2.5rem !important;
  }

  .hero-proof {
    justify-content: flex-end;
  }

  .pp-grid {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
    gap: 1.25rem;
  }

  .pp-summary {
    position: sticky;
    top: 5.5rem;
  }
}

@media (min-width: 1280px) {
  .pp-grid {
    grid-template-columns: minmax(0, 1fr) 370px;
  }
}

.pp-paper {
  position: relative;
  border: 1px solid #e7ddc4;
  outline: 1px solid rgba(167, 128, 56, 0.32);
  outline-offset: -9px;
  border-radius: 1.15rem;
  background-color: #fcf8ee;
  background-image:
    radial-gradient(120% 90% at 100% 0%, rgba(194, 65, 12, 0.055), transparent 55%),
    radial-gradient(90% 90% at 0% 100%, rgba(120, 96, 48, 0.05), transparent 55%),
    repeating-linear-gradient(0deg, rgba(120, 96, 48, 0.03) 0 1px, transparent 1px 9px);
  box-shadow: 0 22px 48px -20px rgba(15, 23, 42, 0.18);
}

.passport-page {
  min-width: 0;
}

.pp-head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.15rem clamp(1.1rem, 3.5vw, 1.6rem) 0.95rem;
  border-bottom: 1px solid rgba(167, 128, 56, 0.28);
}

.pp-emblem {
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 auto;
  color: rgba(154, 52, 18, 0.85);
}

.pp-emblem-sm {
  width: 2.2rem;
  height: 2.2rem;
}

.pp-over {
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #a47e2f;
}

.pp-title {
  margin-top: 0.15rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: #292524;
}

@media (min-width: 640px) {
  .pp-title {
    font-size: 1.5rem;
  }
}

.pp-note {
  margin-top: 0.3rem;
  max-width: 34rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #79716b;
}

.pp-stamp {
  display: inline-flex;
  rotate: -7deg;
  flex: 0 0 auto;
  align-self: center;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  padding: 0.42rem 0.72rem;
  border: 1.5px solid rgba(194, 65, 12, 0.5);
  border-radius: 0.8rem;
  background: rgba(255, 247, 237, 0.55);
  color: rgba(178, 60, 15, 0.85);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  user-select: none;
}

.pp-stamp small {
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  opacity: 0.85;
}

.pp-head > div {
  flex: 1 1 auto;
}

@media (max-width: 639px) {
  .pp-head {
    align-items: flex-start;
    gap: 0.8rem;
  }

  .pp-emblem {
    width: 2.2rem;
    height: 2.2rem;
    margin-top: 0.2rem;
  }

  .pp-over {
    font-size: 0.56rem;
    letter-spacing: 0.14em;
    white-space: nowrap;
  }

  .pp-title {
    font-size: 1.22rem;
  }

  .pp-note {
    font-size: 0.76rem;
  }
}

@media (max-width: 480px) {
  .pp-stamp {
    font-size: 0.68rem;
    padding: 0.36rem 0.6rem;
  }
}

.pp-body {
  padding: 1.15rem clamp(1.1rem, 3.5vw, 1.6rem) 1.35rem;
}

.pp-section {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 1.45rem 0 0.95rem;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #8a743f;
}

.pp-body .pp-section:first-child,
.pp-body > p:first-child {
  margin-top: 0;
}

.pp-section::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  rotate: 45deg;
  border: 1.5px solid currentColor;
  opacity: 0.55;
}

.pp-section::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(167, 128, 56, 0.42), transparent);
}

.pp-fields {
  display: grid;
  gap: 1.1rem 1.6rem;
}

@media (min-width: 640px) {
  .pp-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pp-field-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.pp-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #57534e;
}

.pp-label-en {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b3a78c;
  white-space: nowrap;
}

.pp-input {
  margin-top: 0.4rem;
  width: 100%;
  height: 2.85rem;
  padding: 0 0.1rem;
  border: 0;
  border-bottom: 1.5px solid #cdbf9d;
  border-radius: 0;
  background: transparent;
  color: #1c1917;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pp-input::placeholder {
  color: #cdc1a4;
  letter-spacing: 0.04em;
  text-transform: none;
}

.pp-input:focus {
  outline: none;
  border-bottom-color: var(--accent);
  box-shadow: 0 1px 0 0 var(--accent);
}

.pp-input[aria-invalid="true"] {
  border-bottom-color: #dc2626;
  box-shadow: 0 1px 0 0 #dc2626;
}

.pp-input-lower,
.pp-input-lower::placeholder {
  text-transform: none;
}

.pp-input-date::-webkit-calendar-picker-indicator {
  opacity: 0.55;
  cursor: pointer;
}

.pp-agree {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding-top: 0.15rem;
  cursor: pointer;
  font-size: 0.83rem;
  line-height: 1.5;
  color: #57534e;
}

.pp-agree a {
  color: #292524;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(194, 65, 12, 0.55);
  text-underline-offset: 3px;
}

.pp-agree a:hover {
  color: var(--accent);
}

.pp-mrz {
  display: grid;
  gap: 0.15rem;
  margin-top: 1.5rem;
  padding: 0.7rem 0.85rem;
  overflow-x: auto;
  border: 1px dashed rgba(120, 96, 48, 0.38);
  border-radius: 0.55rem;
  background: rgba(28, 25, 23, 0.045);
}

.pp-mrz-line {
  display: block;
  overflow: hidden;
  white-space: pre;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: clamp(0.56rem, 2.4vw, 0.74rem);
  letter-spacing: 0.14em;
  line-height: 1.35;
  color: #292524;
}

.pp-summary {
  min-width: 0;
  padding: 1.15rem 1.2rem 1.3rem;
  border: 1px solid #e7ddc4;
  border-radius: 1.15rem;
  background: #fffdf7;
  box-shadow: 0 16px 36px -22px rgba(15, 23, 42, 0.2);
}

.pp-sum-cap {
  font-size: 0.6rem;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a47e2f;
}

.pp-sum-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #79716b;
}

.pp-sum-plan {
  margin-top: 0.3rem;
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 650;
  letter-spacing: -0.015em;
  color: #1c1917;
  font-variant-numeric: tabular-nums;
}

.pp-breakdown {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.05rem;
  font-size: 0.86rem;
}

.breakdown-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.8rem;
  border: 1px dashed #ddd0ae;
  border-radius: 0.7rem;
  font-variant-numeric: tabular-nums;
}

.breakdown-label {
  color: #79716b;
  font-weight: 600;
}

.breakdown-value {
  color: #1c1917;
  font-weight: 700;
}

.breakdown-total {
  border: 1px solid rgba(194, 65, 12, 0.35);
  background: var(--accent-soft);
}

.breakdown-total .breakdown-label,
.breakdown-total .breakdown-value {
  color: #7c2d12;
}

/* Review modal on the same passport paper */
.pp-modal {
  border-color: #e7ddc4;
}

.pp-close {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #a8a29e;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.pp-close:hover {
  background: rgba(28, 25, 23, 0.06);
  color: #44403c;
}

.pp-close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(194, 65, 12, 0.25);
}

.pp-review-list {
  display: grid;
  margin-top: 0.25rem;
}

.pp-review-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  column-gap: 0.55rem;
  padding: 0.5rem 0;
}

.pp-review-row + .pp-review-row {
  border-top: 1px solid rgba(167, 128, 56, 0.16);
}

.pp-review-term {
  display: grid;
  gap: 0.05rem;
}

.pp-review-ru {
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #57534e;
}

.pp-review-en {
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b3a78c;
}

.pp-review-leader {
  align-self: end;
  height: 0.85em;
  margin-bottom: 0.3em;
  border-bottom: 1px dotted rgba(120, 96, 48, 0.5);
}

.pp-review-value {
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.92rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-align: right;
  color: #1c1917;
}

@media (max-width: 480px) {
  .pp-review-value {
    font-size: 0.85rem;
  }
}

.pp-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.3rem;
  border: 1px solid var(--accent);
  border-radius: 0.9rem;
  background: var(--accent);
  color: #fff;
  font-weight: 650;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 10px 24px -8px rgba(154, 52, 18, 0.55);
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.pp-btn-primary:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}

.pp-btn-primary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(194, 65, 12, 0.28);
}

.pp-btn-primary:disabled {
  opacity: 0.6;
  cursor: default;
}

.pp-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.3rem;
  border: 1.5px solid #d6cebc;
  border-radius: 0.9rem;
  background: transparent;
  color: #57534e;
  font-weight: 650;
  font-size: 0.95rem;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.pp-btn-secondary:hover {
  border-color: #a89968;
  background: rgba(120, 96, 48, 0.05);
  color: #292524;
}

.pp-btn-secondary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(120, 96, 48, 0.22);
}


.site-footer {
  margin-top: 0 !important;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.site-footer__bottom {
  padding-bottom: env(safe-area-inset-bottom);
}

.site-footer .brand-wordmark {
  color: #f8fafc !important;
}

.site-footer .brand-mark {
  color: var(--accent) !important;
}

#faq details > summary {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  cursor: pointer;
  color: #0f172a;
  font-weight: 600;
}

#faq details > summary::-webkit-details-marker {
  display: none;
}

#faq details > summary:focus-visible {
  outline: 3px solid rgba(194, 65, 12, 0.25);
  outline-offset: 3px;
}

.faq-chevron {
  transition: transform 0.15s ease;
}

#faq details[open] .faq-chevron {
  transform: rotate(180deg);
}

@media (max-width: 639px) {
  .hero-title {
    max-width: 100%;
  }

  .hero-facts {
    display: grid;
    gap: 0.4rem;
    padding-block: 0.75rem;
  }

  .hero-facts__separator {
    display: none;
  }

  .receipt-row {
    align-items: flex-start;
  }
}

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