:root {
  --ink: #1c1c1e;
  --paper: #fff;
  --lime: #0a84ff;
  --green: #0874dc;
  --line: #e5e7eb;
  --muted: #62666d;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 90px; }
body { background: var(--paper); color: var(--ink); font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif; }
.container { max-width: 1200px; padding-right: 24px; padding-left: 24px; }
header.container { position: sticky; top: 0; z-index: 1030; max-width: none; padding: 0; background: rgb(255 255 255 / 95%); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.navbar { min-height: 64px; max-width: 1200px; margin: auto; padding: 12px 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 22px; font-weight: 700; line-height: 1; letter-spacing: -.035em; text-decoration: none; }
.brand-symbol { flex: none; width: 36px; height: 36px; }
.brand-wordmark { display: flex; align-items: baseline; gap: 4px; }
.brand-wordmark span { color: var(--muted); font-weight: 400; }
.nav-link { color: var(--ink) !important; font-size: 14px; font-weight: 400; }
.nav-link:hover { opacity: .65; }
.button-dark, .button-light { display: inline-block; padding: 13px 26px; color: #fff; font-size: 14px; font-weight: 600; white-space: nowrap; text-decoration: none; background: var(--ink); border: 1px solid var(--ink); border-radius: 100px; }
.button-dark:hover { color: #fff; background: var(--green); border-color: var(--green); }
.button-light:hover { color: #fff; opacity: .85; }
.navbar .button-dark { padding: 9px 18px; font-size: 12px; }
.language-selector { display: flex; gap: 6px; align-items: center; margin: 1rem; color: var(--muted); font-size: 12px; font-weight: 600; }
.language-selector a { color: var(--muted); text-decoration: none; }
.language-selector a:hover, .language-selector .is-active { color: var(--ink); }
.language-selector .is-active { text-decoration: underline; text-underline-offset: 3px; }
.language-landing { padding-top: 20vh; }
.language-landing h1 { margin-top: 1rem; font-size: clamp(36px, 5vw, 60px); font-weight: 600; letter-spacing: -.035em; }
.eyebrow { display: flex; align-items: center; gap: .45rem; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { display: inline-block; width: 6px; height: 6px; content: ""; background: var(--lime); border-radius: 50%; }
.hero { padding-top: 100px; padding-bottom: 100px; }
.display-title { max-width: 760px; font-size: clamp(42px, 5.5vw, 72px); font-weight: 600; line-height: 1.08; letter-spacing: -.035em; }
.display-title em { color: var(--lime); font: inherit; letter-spacing: inherit; }
.hero-copy { max-width: 600px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.hero-tags span { padding: 6px 12px; font-size: 12px; border: 1px solid var(--line); border-radius: 50px; }
.text-link { color: var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; }
.text-link:hover { color: var(--green); }
.word-band { padding: 1rem 0; color: var(--muted); line-height: 2.2; text-align: center; background: #f7f8fa; border-block: 1px solid var(--line); }
.word-band span { margin: 0 16px; color: var(--muted); font-size: 11px; letter-spacing: .1em; }
.section { padding-top: 96px; padding-bottom: 96px; }
.section-title { font-size: clamp(32px, 4vw, 48px); font-weight: 600; line-height: 1.15; letter-spacing: -.025em; }
.section-copy { color: var(--muted); font-size: 17px; line-height: 1.75; }
#how-it-works { border-bottom: 1px solid var(--line); }
.step-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.step { padding: 20px; background: #f8f9fb; border: 1px solid var(--line); border-radius: 16px; }
.step-number { color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.step h3 { font-size: 19px; font-weight: 600; letter-spacing: -.015em; }
.step .section-copy { font-size: 15px; }
.how-it-works-photo { width: 100%; height: 100%; min-height: 520px; object-fit: cover; border-radius: 24px; }
#features { padding-top: 80px; }
.feature-card { height: 100%; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 24px; }
.feature-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; color: var(--green); font-size: 1.2rem; background: #eef6ff; border-radius: 50%; }
.feature-card h3 { margin-top: 24px; font-size: 20px; font-weight: 600; letter-spacing: -.02em; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.photo-tile, .payment-photo { width: 100%; height: 440px; object-fit: cover; border-radius: 24px; }
.numbers { padding: 2.25rem; color: var(--ink); background: #f7f8fa; border: 1px solid var(--line); border-radius: 24px; }
.numbers .eyebrow { color: var(--muted) !important; }
.numbers-title { font-size: 34px; font-weight: 600; line-height: 1.2; letter-spacing: -.025em; }
.number { padding-top: 1.1rem; border-top: 1px solid var(--line); }
.number strong { display: block; color: var(--lime); font-size: 30px; font-weight: 600; letter-spacing: -.025em; }
.number span { color: var(--muted); font-size: .9rem; }
#payments { border-top: 1px solid var(--line); }
.pricing-intro { max-width: 680px; }
.pricing-card { display: flex; flex-direction: column; padding: 36px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.pricing-card-featured { border-color: #b8d7f3; background: #f5faff; box-shadow: 0 20px 50px -35px #17394b; }
.pricing-plan { margin-bottom: 14px; color: var(--ink); font-size: 22px; font-weight: 700; letter-spacing: -.025em; }
.pricing-plan span { display: inline-block; margin-left: 8px; padding: 4px 8px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; vertical-align: middle; background: #e8f5ff; border-radius: 50px; }
.pricing-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 22px; }
.pricing-price strong { color: var(--ink); font-size: 48px; line-height: 1; letter-spacing: -.05em; }
.pricing-price span { color: var(--muted); font-size: 14px; }
.pricing-features { display: grid; gap: 12px; padding: 0; margin: 28px 0 32px; color: var(--muted); font-size: 15px; line-height: 1.45; list-style: none; }
.pricing-features li { position: relative; padding-left: 24px; }
.pricing-features li::before { position: absolute; left: 0; color: var(--green); content: "✓"; font-weight: 700; }
.pricing-card .button-dark { margin-top: auto; align-self: flex-start; }
.pricing-note { margin: 28px 0 0; color: var(--muted); font-size: 14px; }
.pricing-note a { color: var(--ink); font-weight: 600; }
.final { max-width: none; padding: 80px max(24px, calc((100vw - 1152px) / 2)); margin-bottom: 0; background: #f5f7fa; border-block: 1px solid var(--line); }
.final h2 { max-width: 800px; font-size: clamp(32px, 4vw, 48px); font-weight: 600; line-height: 1.15; letter-spacing: -.025em; }
.final-copy { max-width: 680px; }
.final .fw-semibold { color: var(--muted); font-size: 14px; font-weight: 400 !important; }
footer.container { padding-top: 32px; padding-bottom: 32px; color: var(--muted); font-size: 12px; }
.legal-footer { display: flex; flex-wrap: wrap; gap: 12px 20px; justify-content: space-between; }
.legal-links { display: inline-flex; flex-wrap: wrap; gap: 12px; }
.legal-footer a { color: inherit; text-decoration: none; }
.legal-footer a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.ticket-scene { position: relative; padding: 52px 24px; background: radial-gradient(ellipse at 60% 35%, #f7fbff, #edf1f5); border: 1px solid var(--line); border-radius: 28px; }
.rental-ticket { overflow: hidden; color: #233142; background: #fff; border: 1px solid #d8e0e8; border-radius: 22px; box-shadow: 0 28px 36px -20px #23384b45; transform: rotate(-4deg); }
.ticket-top { padding: 28px 24px 22px; }
.ticket-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 25px; }
.ticket-reference, .ticket-duration { color: #6c7b89; font: 600 12px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; }
.ticket-stamp { display: grid; flex-shrink: 0; place-items: center; width: 80px; height: 80px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .03em; border: 2px solid var(--lime); border-radius: 50%; transform: rotate(13deg); }
.ticket-details { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 14px 16px; margin: 0; font-size: 15px; }
.ticket-details dt { color: #6c7b89; font-weight: 400; }
.ticket-details dd { margin: 0; font-weight: 600; text-align: right; letter-spacing: -.015em; }
.ticket-perforation { height: 26px; background: radial-gradient(circle at 12px 12px, #edf1f5 5px, transparent 5.5px) 0 0 / 24px 24px; border-block: 1px dashed #c7d1da; }
.ticket-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 24px; }
.ticket-total { font-size: 30px; font-weight: 700; letter-spacing: -.035em; white-space: nowrap; }
.ticket-footer { display: flex; align-items: center; gap: 8px; padding: 12px 24px; color: #fff; font-size: 12px; background: var(--ink); }
.ticket-footer svg { flex: none; color: #79bdff; }
.ticket-caption { display: block; margin-top: 32px; color: #7b8794; font-size: 11px; text-align: center; letter-spacing: .03em; }

@media (max-width: 991px) {
  .hero, .section { padding-top: 64px; padding-bottom: 64px; }
  .hero-image-wrap { max-width: 520px; margin: auto; }
  .how-it-works-photo { height: 460px; min-height: 0; }
}

@media (max-width: 575px) {
  .hero, .section { padding-top: 48px; padding-bottom: 48px; }
  .photo-tile, .payment-photo { height: 320px; }
  .pricing-card { padding: 28px; }
  .step-cards { grid-template-columns: 1fr; }
  .how-it-works-photo { height: 320px; }
  .final { padding-top: 48px; padding-bottom: 48px; }
  .ticket-scene { padding: 36px 18px 24px; }
  .ticket-top { padding: 22px 18px; }
  .ticket-details { gap: 12px; font-size: 13px; }
  .ticket-bottom { padding: 20px 18px; }
  .ticket-stamp { width: 66px; height: 66px; font-size: 10px; }
  .ticket-total { font-size: 26px; }
  .language-selector { margin: 1rem 0; }
}
