/* Roamler US waitlist — brand values lifted from roamler.com:
   Montserrat 700 headings, Lato body, #FF6738 primary, #666 body text. */

:root {
  --orange: #ff6738;
  --orange-dark: #eb3700;
  --orange-tint: #fff3ef;
  --ink: #2b2b2b;
  --body: #666;
  --line: #e6e6e6;
  --bg-soft: #f7f7f7;
  --white: #fff;
  --err: #d02f1e;
  --radius: 6px;
  --shadow: 0 2px 14px rgba(0, 0, 0, .07);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, .12);
  --wrap: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Lato, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .logo-badge, .btn, .step-num, .ph-pay, legend {
  font-family: Montserrat, -apple-system, "Segoe UI", sans-serif;
}

h1, h2, h3 { color: var(--ink); font-weight: 700; line-height: 1.2; margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 5.5vw, 3.25rem); letter-spacing: -.02em; }
h2 { font-size: clamp(1.5rem, 3.4vw, 2.125rem); }
h3 { font-size: 1.125rem; }
p { margin: 0 0 1rem; }

a { color: var(--orange); text-decoration: none; }
a:hover { color: var(--orange-dark); text-decoration: underline; }

img { max-width: 100%; height: auto; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

:where(a, button, input, select, summary):focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 2px;
  border-radius: 3px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--orange); color: #fff; padding: 12px 20px; font-weight: 700;
}
.skip-link:focus { left: 0; }

/* ---------- header ---------- */

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 72px;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo:hover { text-decoration: none; }
.logo img { width: 132px; height: auto; display: block; }
.logo-badge {
  font-size: .6875rem; font-weight: 800; letter-spacing: .08em;
  color: var(--orange); background: var(--orange-tint);
  border: 1px solid rgba(255, 103, 56, .3);
  padding: 2px 7px; border-radius: 3px; line-height: 1.4;
}

/* ---------- buttons ---------- */

.btn {
  display: inline-block; border: 2px solid transparent; border-radius: var(--radius);
  padding: 11px 26px; font-size: .9375rem; font-weight: 700; text-align: center;
  cursor: pointer; transition: background-color .15s ease, border-color .15s ease, transform .05s ease;
}
.btn:hover { text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--orange); border-color: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-dark); border-color: var(--orange-dark); color: #fff; }
.btn-primary[disabled] { background: #f9a68d; border-color: #f9a68d; cursor: not-allowed; transform: none; }
.btn-sm { padding: 8px 18px; font-size: .875rem; }
.btn-lg { padding: 14px 34px; font-size: 1rem; }
.btn-block { display: block; width: 100%; }

/* ---------- hero ---------- */

.hero { padding: clamp(40px, 7vw, 80px) 0 clamp(48px, 7vw, 88px); overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 56px; align-items: center;
}
.eyebrow {
  display: inline-block; font-weight: 700; font-size: .8125rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--orange);
  background: var(--orange-tint); padding: 6px 14px; border-radius: 100px;
  margin: 0 0 20px;
}
.lede { font-size: 1.0625rem; max-width: 34em; }
.hero-cta { margin: 12px 0 8px; }

.stats {
  display: flex; flex-wrap: wrap; gap: 12px 40px;
  list-style: none; margin: 36px 0 0; padding: 28px 0 0;
  border-top: 1px solid var(--line);
}
.stats li { display: flex; flex-direction: column; }
.stats strong {
  font-family: Montserrat, sans-serif; font-size: 1.375rem;
  font-weight: 700; color: var(--ink); line-height: 1.3;
}
.stats span { font-size: .875rem; }

/* ---------- phone mockup ---------- */

.hero-visual { display: flex; justify-content: center; }
.phone {
  position: relative; width: 290px; padding: 12px 12px 22px;
  background: #1f1f1f; border-radius: 34px; box-shadow: var(--shadow-lg);
}
.phone::before {
  content: ""; position: absolute; inset: -60px -70px auto auto;
  width: 240px; height: 240px; border-radius: 50%;
  background: var(--orange-tint); z-index: -1;
}
.phone-notch {
  width: 96px; height: 5px; background: #4a4a4a;
  border-radius: 100px; margin: 2px auto 10px;
}
.phone-screen {
  background: #fafafa; border-radius: 24px; padding: 18px 14px;
  display: flex; flex-direction: column; gap: 9px;
}
.ph-head { display: flex; flex-direction: column; margin-bottom: 4px; }
.ph-title { font-family: Montserrat, sans-serif; font-weight: 700; font-size: .9375rem; color: var(--ink); }
.ph-pin { font-size: .75rem; color: var(--orange); font-weight: 700; }
.ph-card {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--line);
  border-radius: 10px; padding: 10px;
}
.ph-thumb {
  flex: 0 0 34px; height: 34px; border-radius: 8px;
  background: linear-gradient(135deg, var(--orange) 0%, #ff9169 100%);
}
.ph-body { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.ph-name {
  font-size: .78125rem; font-weight: 700; color: var(--ink);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ph-meta { font-size: .6875rem; color: #999; }
.ph-pay { font-weight: 700; font-size: .9375rem; color: var(--orange); }
.ph-balance {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 4px; padding: 12px; border-radius: 10px;
  background: var(--ink); color: #fff;
}
.ph-balance span { font-size: .75rem; opacity: .75; }
.ph-balance strong { font-family: Montserrat, sans-serif; font-size: 1rem; }

/* ---------- steps ---------- */

.steps { background: var(--bg-soft); padding: clamp(48px, 6vw, 76px) 0; }
.steps h2, .benefits h2, .faq h2 { text-align: center; margin-bottom: 44px; }
.step-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  list-style: none; margin: 0; padding: 0; counter-reset: none;
}
.step-grid li {
  background: #fff; border-radius: var(--radius); padding: 32px 26px 26px;
  box-shadow: var(--shadow); position: relative;
}
.step-num {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--orange); color: #fff; font-weight: 700; font-size: 1.0625rem;
  margin-bottom: 16px;
}
.step-grid p { margin: 0; font-size: .9375rem; }

/* ---------- benefits ---------- */

.benefits { padding: clamp(48px, 6vw, 76px) 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 44px; }
.benefit { padding-left: 20px; border-left: 3px solid var(--orange); }
.benefit p { margin: 0; font-size: .9375rem; }

/* ---------- signup ---------- */

.signup { background: var(--bg-soft); padding: clamp(48px, 6vw, 80px) 0; scroll-margin-top: 80px; }
.signup-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: start;
}
.signup-intro { padding-top: 8px; }
.signup-intro h2 { margin-bottom: .4em; }
.ticks { list-style: none; margin: 24px 0 0; padding: 0; }
.ticks li { position: relative; padding: 0 0 10px 30px; font-size: .9375rem; }
.ticks li::before {
  content: "\2713"; position: absolute; left: 0; top: -1px;
  color: var(--orange); font-weight: 700; font-size: 1.0625rem;
}

.signup-form, .success {
  background: #fff; border-radius: 8px; padding: 32px;
  box-shadow: var(--shadow-lg);
}

.field { margin-bottom: 18px; border: 0; padding: 0; min-width: 0; }
.field-row { display: grid; grid-template-columns: 1.6fr 1fr; gap: 16px; }

label, legend {
  display: block; font-size: .875rem; font-weight: 700;
  color: var(--ink); margin-bottom: 6px; padding: 0;
}
.hint { font-size: .8125rem; color: #8c8c8c; margin: -2px 0 10px; }

input[type="text"], input[type="email"], select {
  width: 100%; font-family: inherit; font-size: 1rem; color: var(--ink);
  padding: 12px 14px; background: #fff;
  border: 1px solid #d4d4d4; border-radius: var(--radius);
  transition: border-color .15s ease, box-shadow .15s ease;
  -webkit-appearance: none; appearance: none;
}
select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.4 0 6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 38px;
}
input:hover, select:hover { border-color: #b5b5b5; }
input:focus, select:focus {
  outline: none; border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 103, 56, .16);
}
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: var(--err); }

.err { display: none; color: var(--err); font-size: .8125rem; margin: 6px 0 0; }
.err.show { display: block; }
.form-err { text-align: center; margin-top: 12px; }

.radio-row { display: flex; gap: 10px; flex-wrap: wrap; }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  margin: 0; padding: 10px 16px; cursor: pointer;
  font-weight: 400; font-size: .9375rem; color: var(--body);
  border: 1px solid #d4d4d4; border-radius: 100px;
  transition: border-color .15s ease, background-color .15s ease;
}
.pill:hover { border-color: var(--orange); }
.pill input { accent-color: var(--orange); margin: 0; }
.pill:has(input:checked) {
  border-color: var(--orange); background: var(--orange-tint); color: var(--ink); font-weight: 700;
}

.checks { display: flex; flex-wrap: wrap; gap: 8px; }
.check-pill {
  display: inline-flex; align-items: center; gap: 7px;
  margin: 0; padding: 8px 14px; cursor: pointer;
  font-weight: 400; font-size: .875rem; color: var(--body);
  border: 1px solid #d4d4d4; border-radius: 100px;
  transition: border-color .15s ease, background-color .15s ease;
}
.check-pill:hover { border-color: var(--orange); }
.check-pill input { accent-color: var(--orange); margin: 0; }
.check-pill:has(input:checked) {
  border-color: var(--orange); background: var(--orange-tint); color: var(--ink); font-weight: 700;
}

.apps-field, .other-field { animation: fade .18s ease; }
.other-field { margin: 14px 0 0; }
@keyframes fade { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }

.consent { margin: 22px 0 20px; }
.check-inline {
  display: flex; align-items: flex-start; gap: 10px;
  font-weight: 400; font-size: .875rem; color: var(--body);
  line-height: 1.5; cursor: pointer; margin: 0;
}
.check-inline input { accent-color: var(--orange); margin: 3px 0 0; flex: 0 0 auto; width: 16px; height: 16px; }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.formnote { font-size: .75rem; color: #999; text-align: center; margin: 14px 0 0; }

/* ---------- success ---------- */

.success { text-align: center; padding: 48px 32px; }
.success-mark {
  width: 62px; height: 62px; margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--orange); color: #fff; font-size: 1.75rem;
}
.success-share { font-size: .875rem; color: #8c8c8c; margin: 20px 0 0; }

/* ---------- faq ---------- */

.faq { padding: clamp(48px, 6vw, 76px) 0 clamp(56px, 7vw, 88px); }
.faq-list { max-width: 760px; margin: 0 auto; }
details { border-bottom: 1px solid var(--line); }
summary {
  cursor: pointer; list-style: none; padding: 18px 34px 18px 0; position: relative;
  font-family: Montserrat, sans-serif; font-weight: 600; font-size: 1rem; color: var(--ink);
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  color: var(--orange); font-size: 1.375rem; font-weight: 400; line-height: 1;
}
details[open] summary::after { content: "\2212"; }
summary:hover { color: var(--orange); }
details p { margin: 0 0 18px; font-size: .9375rem; padding-right: 34px; }

/* ---------- footer ---------- */

.site-footer { background: var(--ink); color: rgba(255, 255, 255, .6); padding: 44px 0; }
.footer-inner { text-align: center; }
.footer-logo { width: 120px; height: auto; filter: brightness(0) invert(1); opacity: .9; margin-bottom: 14px; }
.footer-tag { font-size: .9375rem; margin-bottom: 10px; }
.footer-legal { font-size: .8125rem; margin: 0; }
.site-footer a { color: rgba(255, 255, 255, .85); }
.site-footer a:hover { color: var(--orange); }

/* ---------- responsive ---------- */

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .phone { width: 260px; }
  .signup-grid { grid-template-columns: 1fr; gap: 32px; }
  .step-grid { grid-template-columns: 1fr; gap: 16px; }
  .benefit-grid { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { padding: 0 18px; }
  .header-cta { display: none; }
  .signup-form, .success { padding: 24px 20px; border-radius: 6px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .stats { gap: 16px 28px; }
  .stats strong { font-size: 1.1875rem; }
  .hero-cta { display: block; width: 100%; }
  /* 16px keeps iOS Safari from zooming the viewport on focus. */
  input[type="text"], input[type="email"], select { font-size: 16px; }
}

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