/* Waitera landing: original assets from Waitera_Web_Assets_v1. */
:root {
  --ink: #2b120b;
  --muted: #536b91;
  --teal: #00848d;
  --line: #e6edf3;
  --mint: #e9fbfb;
  --sky: #edf7ff;
  --coral: #fff2ec;
  --cream: #fff7eb;
  --lavender: #f3f0ff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; color: var(--ink); background: #fff; font: 16px/1.65 Arial, 'Segoe UI', sans-serif; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.035em; }
h1 { font-size: clamp(42px, 4.4vw, 62px); font-weight: 750; }
h2 { font-size: 36px; }
h3 { font-size: 19px; letter-spacing: -.02em; }
p { color: var(--muted); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; object-fit: contain; }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #266cd2; outline-offset: 5px; }
.container { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 88px; }
.skip { position: fixed; z-index: 100; top: -100px; left: 15px; padding: 15px; background: white; }
.skip:focus { top: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 24px; border-radius: 24px; color: white; background: var(--teal); font-size: 14px; font-weight: 700; transition: background .2s; }
.button:hover { background: #006d75; }
.text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; color: var(--teal); font-size: 14px; font-weight: 600; }
.text-link img { width: 20px; height: 20px; }
.text-link:hover { text-decoration: underline; }
.header { background: #fff; position: relative; z-index: 5; }
.header-inner { min-height: 100px; display: flex; align-items: center; gap: 30px; }
/* Preserve the full original logo, including coral accents. Only its empty canvas is clipped. */
.logo { display: block; position: relative; width: 166px; height: 56px; overflow: hidden; flex: 0 0 166px; }
.logo img { position: absolute; max-width: none; width: 252px; height: 189px; left: -44px; top: -61px; }
.header nav { margin-left: auto; display: flex; gap: 22px; align-items: center; }
.header nav a { display: flex; align-items: center; min-height: 48px; font-size: 13px; color: #344b74; }
.header nav a:hover { color: var(--teal); }
.mobile-label, .menu-toggle { display: none; }
.hero-wrap { position: relative; isolation: isolate; overflow: clip; background: linear-gradient(180deg, #fff, #fbfdfd); }
.hero-blob { position: absolute; z-index: -1; pointer-events: none; opacity: .2; width: 420px; }
.hero-blob-left { top: 30px; left: -320px; }
.hero-blob-right { right: -150px; bottom: 0; width: 500px; }
.hero { display: grid; grid-template-columns: 1.2fr 1fr; column-gap: 32px; padding-top: 60px; padding-bottom: 46px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.lead { font-size: 18px; line-height: 1.65; max-width: 550px; margin-top: 25px; }
.store-badges { display: flex; align-items: center; gap: 14px; }
.store-badges img { width: 178px; height: 52px; }
.hero-copy .store-badges { margin-top: 28px; }
.hero-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 25px; margin-top: 10px; font-size: 13px; color: var(--muted); }
.hero-links .text-link { font-size: 13px; }
.hero-art { height: 500px; position: relative; isolation: isolate; display: flex; align-items: flex-start; justify-content: center; overflow: clip; border-radius: 24px; }
.hero-mint { position: absolute; z-index: -1; width: 440px; height: 440px; top: 20px; right: -30px; opacity: .25; }
.hero-phone { width: 278px; height: auto; border-radius: 40px; margin-top: 0; margin-left: -58px; }
.hero-cat { display: none; }
.hero-plane { position: absolute; width: 100px; height: 100px; top: 38px; right: 0; }
.hero-note { position: absolute; right: 0; top: 220px; transform: rotate(-8deg); font-size: 20px; line-height: 1.5; font-weight: 600; color: #3d628f; text-align: center; }
.hero-note img { width: 32px; height: 32px; margin: 12px auto 0; }
.features { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 36px; padding-top: 42px; border-top: 1px solid var(--line); margin-top: 42px; }
.feature { text-align: center; }
.asset-icon { display: flex; flex-shrink: 0; align-items: center; justify-content: center; width: 66px; height: 66px; border-radius: 22px; overflow: hidden; }
.asset-icon img { width: 44px; height: 44px; }
.mint { background: var(--mint); }
.sky { background: var(--sky); }
.coral { background: var(--coral); }
.cream { background: var(--cream); }
.lavender { background: var(--lavender); }
.feature .asset-icon { margin: 0 auto 16px; border-radius: 50%; }
.feature h3 { max-width: 230px; margin: auto; font-size: 17px; line-height: 1.35; }
.feature p { font-size: 14px; margin: 10px auto 0; max-width: 230px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 32px; }
.section-heading p { margin-top: 12px; font-size: 16px; }
.section-heading > .text-link { flex-shrink: 0; }
.events { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.event-card { border: 1px solid var(--line); padding: 12px; border-radius: 22px; background: white; box-shadow: 0 5px 20px #18314b06; }
.event-cover { width: 100%; height: auto; aspect-ratio: 1.5; object-fit: cover; border-radius: 14px; }
.event-body { padding: 18px 5px 8px; }
.event-body h3 { font-size: 18px; line-height: 1.3; min-height: 47px; }
.tag { display: inline-block; border-radius: 30px; padding: 4px 10px; font-size: 11px; margin-top: 12px; color: #425679; }
.tag.coral { color: #a7432b; }
.tag.lavender { color: #6946a0; }
.event-caption { font-size: 12px; margin-top: 14px; }
.category-section { margin-top: 48px; scroll-margin-top: 28px; }
.category-section h2 { font-size: 28px; margin-bottom: 24px; }
.categories { display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); gap: 12px; }
.category { border-radius: 18px; padding: 18px 8px; text-align: center; font-size: 13px; color: #354a70; line-height: 1.35; display: flex; flex-direction: column; align-items: center; gap: 12px; }
/* Some exported category PNGs contain a partial caption; clip below the icon. */
.category-crop { width: 48px; height: 43px; border-radius: 0; display: block; }
.category-crop img { width: 52px; height: 52px; max-width: none; margin: -2px 0 0 -2px; }
.how-wrap { background: #f6fbfc; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.step { border: 1px solid var(--line); border-radius: 24px; background: #fff; position: relative; padding: 24px 30px 32px; text-align: center; }
.step-number { display: grid; place-items: center; position: absolute; left: 22px; top: 22px; width: 34px; height: 34px; border-radius: 50%; background: var(--mint); color: var(--teal); font-size: 16px; font-weight: 700; }
.step-art { width: 130px; height: 140px; margin: 0 auto 20px; }
.step h3 { font-size: 21px; max-width: 260px; margin: auto; }
.step p { font-size: 15px; margin-top: 15px; }
.billing { display: flex; gap: 4px; padding: 4px; border: 0; border-radius: 30px; background: #eef3f8; margin: 0; }
.billing label { position: relative; cursor: pointer; }
.billing input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.billing span { min-height: 44px; min-width: 116px; display: grid; place-items: center; padding: 8px 20px; border-radius: 25px; color: #34527e; font-size: 14px; }
.billing input:checked + span { background: var(--teal); color: white; }
.billing input:focus-visible + span { outline: 3px solid #266cd2; outline-offset: 4px; }
.pricing { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.plan { position: relative; border: 1px solid var(--line); border-radius: 22px; padding: 28px; display: flex; flex-direction: column; background: white; }
.plan.popular { border: 1.5px solid #00a8ad; background: #f4fdfd; }
.popular-label { position: absolute; top: -14px; left: 24px; padding: 5px 13px; background: #fff0df; color: #ae4a24; border-radius: 30px; font-size: 11px; }
.plan-heading { display: flex; align-items: center; gap: 16px; }
.plan .asset-icon { width: 58px; height: 62px; background: var(--mint); border-radius: 17px; }
.plan:nth-child(2) .asset-icon { background: var(--cream); }
.plan:nth-child(3) .asset-icon { background: var(--sky); }
.plan h3 { font-size: 20px; }
.price { margin-top: 6px; white-space: nowrap; line-height: 1.3; color: #283c66; }
.price strong { font-size: 29px; letter-spacing: -.04em; }
.period { font-size: 13px; }
.plan ul { list-style: none; margin: 24px 0 18px; padding: 0; flex: 1; }
.plan li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 11px; font-size: 14px; color: var(--muted); }
.plan li img { width: 20px; height: 20px; padding: 3px; background: #e3f9fa; border-radius: 50%; flex-shrink: 0; margin-top: 2px; }
.plan-link { display: flex; align-items: center; justify-content: space-between; min-height: 48px; color: var(--teal); font-size: 13px; font-weight: 600; border-top: 1px solid var(--line); padding-top: 12px; }
.plan-link img { width: 18px; height: 18px; }
.trust { background: linear-gradient(110deg,#effbfd,#f7fcff); border-radius: 28px; display: grid; grid-template-columns: 1fr 220px; align-items: center; gap: 40px; padding: 42px; }
.trust h2 { font-size: 30px; }
.trust-copy > p { margin-top: 16px; font-size: 15px; max-width: 660px; }
.sources { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; margin-top: 26px; }
.sources > div { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.sources .asset-icon { width: 40px; height: 40px; border-radius: 50%; background: #e2f6fb; }
.sources .asset-icon img { width: 25px; height: 25px; }
.trust-art { width: 200px; height: 225px; }
.faq { display: grid; grid-template-columns: 1fr 1.7fr; gap: 64px; }
.faq-intro > p { margin-top: 16px; }
.faq-cat { width: 170px; height: 150px; margin-top: 24px; }
.questions { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; min-height: 78px; padding-block: 22px; font-size: 16px; font-weight: 600; line-height: 1.5; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: ''; flex: 0 0 20px; height: 20px; background: url('/landing-assets/utility_icons/chevron_down.svg') center/contain no-repeat; transition: transform .2s; }
details[open] summary::after { transform: rotate(180deg); }
details p { padding: 0 28px 24px 0; font-size: 15px; line-height: 1.7; }
.download { display: grid; grid-template-columns: 1.2fr 1fr; position: relative; isolation: isolate; overflow: hidden; gap: 32px; align-items: center; background: #e9fafb; padding: 44px 42px; border-radius: 26px; }
.download h2 { font-size: 34px; }
.download-copy > p { font-size: 15px; margin-top: 15px; }
.download-copy .text-link { margin-top: 8px; }
.download-stores { justify-self: end; text-align: center; position: relative; z-index: 1; }
.download-stores p { font-size: 13px; margin-top: 14px; }
.download-wave { position: absolute; width: 100%; height: 110%; object-fit: fill; bottom: -50%; z-index: -1; opacity: .12; pointer-events: none; }
.download-robot { display: none; }
.footer { padding-block: 35px; display: flex; align-items: center; gap: 24px; font-size: 12px; color: var(--muted); }
.footer p { margin-right: auto; }
.footer nav { display: flex; gap: 22px; }
.footer nav a { display: inline-flex; align-items: center; min-height: 48px; }
@media (max-width: 1100px) {
  .header-inner { gap: 22px; }
  .header nav { gap: 15px; }
  .header-cta { padding-inline: 18px; font-size: 12px; }
  .header nav a { font-size: 12px; }
  .hero { grid-template-columns: 1.2fr 1fr; gap: 24px; padding-top: 40px; }
  .hero-art { height: 480px; }
  .hero-phone { width: 250px; margin-left: -36px; }
  .hero-note { font-size: 17px; right: 0; top: 230px; }
  .hero-plane { width: 80px; height: 80px; }
  .hero-mint { width: 340px; }
  .features { gap: 24px; margin-top: 18px; }
  .events { gap: 14px; }
  .event-body h3 { font-size: 16px; }
  .categories { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .category { flex-direction: row; text-align: left; padding: 16px; }
  .plan { padding: 25px 20px; }
  .plan-heading { gap: 10px; }
  .plan .asset-icon { width: 46px; height: 52px; }
  .plan .asset-icon img { width: 36px; height: 36px; }
  .price strong { font-size: 26px; }
  .period { font-size: 11px; }
  .trust { grid-template-columns: 1fr 170px; padding: 32px; gap: 24px; }
  .sources { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .download { grid-template-columns: 1fr 1fr; padding: 36px 30px; gap: 25px; }
  .download .store-badges { gap: 10px; }
  .download .store-badges img { width: 150px; height: 44px; }
  .footer { flex-wrap: wrap; gap: 16px 24px; }
}
@media (max-width: 900px) and (min-width: 761px) {
  .header-cta { display: none; }
  .hero-note { display: none; }
  .hero-phone { margin-left: 0; }
  .store-badges img { width: 155px; height: 45px; }
  .store-badges { gap: 10px; }
  .plan-heading { flex-direction: column; align-items: flex-start; gap: 14px; }
  .download { grid-template-columns: 1fr; }
  .download-stores { justify-self: start; text-align: left; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .section { padding-block: 64px; }
  h1 { font-size: clamp(38px,8.8vw,54px); line-height: 1.08; }
  h2 { font-size: 30px; }
  .header-inner { min-height: 82px; gap: 12px; flex-wrap: wrap; }
  .logo { width: 135px; height: 48px; flex-basis: 135px; }
  .logo img { width: 207px; height: 155px; top: -49px; left: -36px; }
  .header-cta { margin-left: auto; min-height: 44px; padding: 9px 18px; font-size: 12px; }
  .desktop-label { display: none; }
  .mobile-label { display: inline; }
  .menu-toggle:not([hidden]) { display: flex; align-items: center; justify-content: center; padding: 10px; width: 44px; height: 48px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle img { width: 24px; height: 24px; }
  .header nav { order: 4; flex-basis: 100%; margin: 0; flex-wrap: wrap; gap: 0 23px; padding-bottom: 16px; }
  .header nav a { font-size: 14px; }
  .header nav[hidden] { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 30px; padding-bottom: 30px; gap: 22px; }
  .hero h1 br { display: none; }
  .lead { font-size: 17px; line-height: 1.65; margin-top: 22px; }
  .hero-copy .store-badges { margin-top: 24px; }
  .store-badges { gap: 12px; }
  .store-badges img { width: calc((100% - 12px)/2); max-width: 184px; height: auto; aspect-ratio: 3.44; }
  .hero-links { gap: 2px; flex-direction: column; align-items: flex-start; font-size: 12px; margin-top: 12px; }
  .hero-links .text-link { min-height: 44px; }
  .hero-art { height: 240px; max-width: 420px; width: 100%; justify-self: center; border-radius: 0; overflow: visible; margin-top: -15px; }
  .hero-phone, .hero-plane, .hero-note { display: none; }
  .hero-cat { display: block; width: 250px; height: 225px; align-self: center; z-index: 1; }
  .hero-mint { width: 260px; height: 220px; top: 0; right: 10px; opacity: .2; }
  .hero-blob-left { width: 280px; left: -240px; top: 100px; }
  .hero-blob-right { width: 350px; right: -240px; top: 280px; bottom: auto; }
  .features { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 0; padding-top: 24px; }
  .feature { padding: 20px 16px; border-radius: 20px; text-align: left; background: #f1fbfc; }
  .feature:nth-child(2) { background: #fff4ee; }
  .feature:nth-child(3) { background: #f4f1ff; }
  .feature:nth-child(4) { background: #fff8ef; }
  .feature .asset-icon { margin: 0 0 14px; background: #fff; width: 48px; height: 48px; }
  .feature .asset-icon img { width: 32px; height: 32px; }
  .feature h3 { font-size: 16px; line-height: 1.3; }
  .feature p { font-size: 13px; line-height: 1.55; margin-top: 10px; }
  .section-heading { display: block; margin-bottom: 26px; }
  .section-heading p { font-size: 15px; margin-top: 14px; }
  .section-heading > .text-link { margin-top: 8px; }
  .events { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
  .event-card { padding: 9px; border-radius: 18px; }
  .event-cover { aspect-ratio: 1.1; border-radius: 11px; }
  .event-body { padding: 14px 3px 7px; }
  .event-body h3 { font-size: 16px; min-height: 62px; }
  .event-caption { font-size: 11px; margin-top: 12px; }
  .tag { font-size: 10px; padding: 4px 8px; }
  .category-section { margin-top: 34px; }
  .category-section h2 { font-size: 26px; margin-bottom: 22px; }
  .categories { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .category { padding: 14px 12px; font-size: 12px; min-height: 78px; gap: 10px; border-radius: 15px; }
  .category-crop { width: 38px; height: 34px; }
  .category-crop img { width: 41px; height: 41px; margin: -1px 0 0 -1px; }
  .steps { grid-template-columns: 1fr; gap: 18px; }
  .step { padding: 23px 24px 27px; text-align: left; display: grid; grid-template-columns: 80px 1fr; column-gap: 20px; align-items: center; }
  .step-art { width: 80px; height: 110px; margin: 10px 0 0; grid-row: 1 / 3; }
  .step-number { width: 26px; height: 26px; top: 12px; left: 12px; font-size: 13px; }
  .step h3 { font-size: 20px; margin: 0; padding-top: 5px; }
  .step p { font-size: 14px; line-height: 1.6; margin-top: 10px; }
  .billing { margin-top: 22px; width: 100%; }
  .billing label { flex: 1; }
  .billing span { min-width: 0; }
  .pricing { grid-template-columns: 1fr; gap: 23px; }
  .plan { padding: 24px; }
  .plan-heading { gap: 16px; }
  .plan .asset-icon { width: 62px; height: 62px; }
  .plan .asset-icon img { width: 44px; height: 44px; }
  .price strong { font-size: 30px; }
  .period { font-size: 14px; }
  .plan ul { margin-block: 22px 15px; }
  .plan li { font-size: 15px; }
  .trust { grid-template-columns: 1fr; padding: 28px 24px; gap: 20px; border-radius: 24px; }
  .trust h2 { font-size: 28px; }
  .trust h2 br { display: none; }
  .trust-copy > p { font-size: 15px; }
  .sources { gap: 18px 12px; margin-top: 24px; }
  .sources > div { font-size: 11px; gap: 8px; }
  .sources .asset-icon { width: 34px; height: 34px; }
  .sources .asset-icon img { width: 22px; height: 22px; }
  .trust-art { display: none; }
  .faq { grid-template-columns: 1fr; gap: 26px; }
  .faq-intro > p br { display: none; }
  .faq-intro > p { font-size: 15px; margin-top: 14px; }
  .faq-cat { display: none; }
  summary { min-height: 76px; font-size: 16px; padding-block: 20px; }
  details p { padding-right: 8px; font-size: 15px; }
  .download { grid-template-columns: 1fr; padding: 32px 24px; gap: 24px; border-radius: 24px; }
  .download h2 { font-size: 30px; }
  .download-copy > p { font-size: 15px; }
  .download-stores { justify-self: stretch; text-align: left; }
  .download .store-badges { gap: 10px; }
  .download .store-badges img { width: calc((100% - 10px)/2); height: auto; }
  .download-robot { display: block; width: 130px; height: 140px; justify-self: center; }
  .download-wave { height: 70%; bottom: -15%; }
  .footer { padding-block: 26px; gap: 8px 20px; }
  .footer .logo { flex-basis: 135px; }
  .footer p { width: 100%; font-size: 12px; }
  .footer nav { flex-wrap: wrap; gap: 18px; }
  .footer > span { width: 100%; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 32px); }
  .header-inner { gap: 6px; }
  .header-cta { padding-inline: 12px; }
  .hero h1 { font-size: 36px; }
  .feature { padding: 17px 12px; }
  .event-body h3 { font-size: 15px; }
  .category { padding: 12px 9px; gap: 7px; }
  .step { grid-template-columns: 64px 1fr; padding: 22px 18px; gap: 15px; }
  .step-art { width: 64px; }
  .step h3 { font-size: 18px; }
  .download { padding-inline: 20px; }
  .download h2 { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Keep exported badge edges and the hero annotation inside their frames. */
.store-badges img { clip-path: inset(8% 0 0 round 7px); }
@media (min-width: 901px) { .hero-note { right: 8px; max-width: 155px; font-size: 18px; } }

/* V3: follow the supplied layout section by section; use the new hero art verbatim. */
:root { --muted: #526eaa; --teal: #008b96; }
.container { width: min(1200px, calc(100% - 64px)); }
h1 { font-size: clamp(42px, 3.9vw, 56px); line-height: 1.06; }
h2 { font-size: 30px; }
.section { padding-block: 30px; }
.header-inner { min-height: 84px; }
.hero-wrap { background: white; overflow: clip; position: relative; }
.hero-background { position: absolute; inset: 0; background: url('/landing-assets/hero/desktop.png') center center / cover no-repeat; z-index: -1; }
.hero { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; min-height: min(900px, 56.28vw); padding-top: 40px; padding-bottom: 40px; }
.hero-copy { width: 47%; }
.hero h1 br { display: none; }
.lead { margin-top: 22px; font-size: 17px; line-height: 1.5; }
.mobile-copy { display: none; }
.hero-copy .store-badges { margin-top: 24px; }
.store-badges img { width: 174px; height: 51px; }
.free-caption { font-size: 13px; margin-top: 9px; }
.features { width: 49%; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin-top: 30px; border: 0; padding: 0; }
.feature .asset-icon { width: 58px; height: 58px; margin-bottom: 12px; }
.feature .asset-icon img { width: 37px; height: 37px; }
.feature h3 { font-size: 13px; line-height: 1.35; color: #253c72; letter-spacing: -.02em; }
.feature p { display: none; }
.events-section { padding-top: 30px; padding-bottom: 24px; }
.section-heading { margin-bottom: 20px; gap: 24px; }
.section-heading p { font-size: 15px; margin-top: 7px; }
.events { gap: 12px; }
.event-card { display: flex; gap: 12px; padding: 10px; border-radius: 18px; align-items: center; }
.event-cover { width: 88px; height: 105px; flex-shrink: 0; border-radius: 12px; aspect-ratio: auto; }
.event-body { display: flex; flex-direction: column; padding: 0; min-width: 0; }
.event-body h3 { color: #23396f; font-size: 15px; line-height: 1.25; min-height: 0; }
.tag { align-self: flex-start; font-size: 10px; padding: 3px 9px; margin-top: 8px; order: 3; }
.event-caption { display: flex; gap: 5px; align-items: center; font-size: 11px; line-height: 1.3; margin-top: 10px; }
.event-caption img { width: 16px; height: 16px; object-fit: cover; object-position: top; }
.category-section { margin-top: 26px; }
.category-section h2 { font-size: 28px; margin-bottom: 16px; }
.categories { grid-template-columns: repeat(10,minmax(0,1fr)); gap: 10px; }
.category { flex-direction: column; gap: 10px; padding: 14px 6px; text-align: center; font-size: 12px; min-height: 108px; }
.category-crop { width: 44px; height: 40px; }
.category-crop img { width: 48px; height: 48px; }
.reference-icon { width: 44px; height: 42px; background-image: url('/landing-assets/hero/desktop-reference.png'); background-repeat: no-repeat; background-size: 1122px 1402px; flex-shrink: 0; }
.reference-museum { background-position: -897px -725px; }
.reference-theater { background-position: -999px -725px; }
.how-wrap { background: white; }
.how-wrap .section { padding-top: 14px; padding-bottom: 24px; }
.how-wrap .section-heading { align-items: center; margin-bottom: 18px; }
.how-wrap .section-heading > p { margin: 0; }
.steps { gap: 14px; }
.step { display: flex; gap: 17px; text-align: left; align-items: center; padding: 24px 20px 24px 48px; border-radius: 18px; }
.step-number { width: 28px; height: 28px; left: 10px; top: 12px; font-size: 14px; color: white; background: var(--teal); }
.step-icon { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.step-icon img { width: 44px; height: 44px; object-fit: contain; }
.step h3 { font-size: 16px; color: #253c72; max-width: none; margin: 0; line-height: 1.3; }
.step p { font-size: 14px; line-height: 1.4; margin-top: 8px; }
.pricing-section { padding-top: 18px; padding-bottom: 26px; }
.pricing-section .section-heading { margin-bottom: 24px; }
.billing span { min-width: 100px; min-height: 40px; }
.pricing { gap: 14px; }
.plan { padding: 26px 25px; border-radius: 18px; }
.plan-heading { flex-direction: row; gap: 18px; }
.plan .asset-icon { width: 58px; height: 58px; }
.plan h3 { color: #23396f; font-size: 18px; }
.price strong { font-size: 28px; }
.period { font-size: 13px; }
.plan ul { margin: 18px 0 0 30px; }
.plan li { font-size: 14px; line-height: 1.4; margin-bottom: 8px; }
.information { display: grid; grid-template-columns: 1.25fr 1fr; gap: 20px; align-items: start; margin-bottom: 28px; }
.trust { display: block; width: auto; margin: 0; padding: 22px; border-radius: 18px; background: #effaff; }
.trust h2 { font-size: 20px; line-height: 1.25; }
.trust-copy > p { font-size: 13px; line-height: 1.45; margin-top: 9px; }
.sources { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin-top: 18px; }
.sources > div { font-size: 10px; gap: 7px; }
.sources .asset-icon { width: 32px; height: 32px; }
.sources .asset-icon img { width: 20px; height: 20px; }
.faq { display: block; padding: 0; }
.faq h2 { font-size: 20px; margin: 0 0 10px; }
.faq-intro p { display: none; }
.questions { border: 0; }
details { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 6px; }
summary { padding: 8px 12px; font-size: 13px; min-height: 42px; font-weight: 400; color: var(--muted); }
summary::after { flex-basis: 15px; height: 15px; }
details p { font-size: 13px; padding: 3px 14px 14px; line-height: 1.6; }
.download { display: flex; justify-content: space-between; gap: 28px; padding: 24px; border-radius: 18px; }
.download h2 { font-size: 25px; color: var(--teal); }
.download-copy > p { font-size: 14px; margin-top: 5px; }
.download-copy .text-link { margin: 0; min-height: 35px; font-size: 12px; }
.download .store-badges { gap: 12px; }
.download .store-badges img { width: 138px; height: 40px; }
.download-stores p { margin-top: 8px; font-size: 11px; }
.footer { padding-block: 24px; }
@media (min-width: 1673px) { .hero-wrap { max-width: 1672px; margin-inline: auto; } }
@media (max-width: 1200px) and (min-width: 901px) {
  .hero { min-height: 675px; }
  .hero-copy { width: 48%; }
  .hero h1 { font-size: 44px; }
  .lead { font-size: 16px; }
  .features { width: 49%; gap: 10px; }
  .feature h3 { font-size: 12px; }
  .events { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .event-cover { width: 84px; height: 94px; }
  .categories { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .category { flex-direction: row; padding: 12px; text-align: left; min-height: 80px; }
  .step { flex-direction: column; align-items: flex-start; padding: 22px; }
  .step-icon { margin-left: 28px; width: 54px; height: 54px; }
  .step h3 { min-height: 40px; }
  .plan { padding: 24px 18px; }
  .plan-heading { gap: 10px; }
  .plan .asset-icon { width: 44px; height: 50px; }
  .plan .asset-icon img { width: 34px; height: 34px; }
  .price strong { font-size: 25px; }
  .period { font-size: 11px; }
  .plan ul { margin-left: 0; }
  .sources { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .download h2 { font-size: 22px; }
}
@media (max-width: 900px) {
  .hero-wrap { overflow: hidden; }
  .hero-background { background-image: url('/landing-assets/hero/mobile.png'); background-size: 151.18% auto; background-position: right bottom; }
  .hero { display: block; min-height: 760px; padding-top: 40px; padding-bottom: 0; }
  .hero-copy { width: 59%; }
  .hero h1 { font-size: 42px; }
  .lead { font-size: 17px; }
  .desktop-copy { display: none; }
  .mobile-copy { display: block; }
  .features { display: none; }
  .hero-copy .store-badges { margin-top: 24px; }
  .hero-copy .store-badges img { width: calc((100% - 12px)/2); height: auto; }
  .events { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .event-card { display: flex; }
  .event-body h3 { font-size: 16px; }
  .categories { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .category { flex-direction: column; padding: 14px 8px; }
  .steps { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .step { display: flex; flex-direction: column; text-align: center; padding: 24px 15px; gap: 16px; }
  .step-icon { width: 58px; height: 58px; }
  .step h3 { font-size: 16px; min-height: 62px; }
  .step p { font-size: 14px; }
  .pricing { grid-template-columns: 1fr; gap: 20px; }
  .plan { flex-direction: row; align-items: center; gap: 26px; padding: 26px; }
  .plan-heading { flex: 1; gap: 20px; }
  .plan ul { flex: 1; margin: 0; }
  .plan h3 { font-size: 20px; }
  .price strong { font-size: 30px; }
  .period { font-size: 14px; }
  .information { grid-template-columns: 1fr; gap: 26px; }
  .trust h2, .faq h2 { font-size: 26px; }
  .trust-copy > p { font-size: 15px; }
  .sources { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .sources > div { font-size: 12px; }
  summary { font-size: 15px; min-height: 48px; padding: 12px; }
  details p { font-size: 14px; }
  .download { display: flex; align-items: center; }
  .download h2 { font-size: 25px; }
  .download-stores { flex-shrink: 0; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 82px; }
  h2 { font-size: 28px; }
  .hero { min-height: 660px; }
  .hero h1 { font-size: 36px; }
  .hero-copy { width: 65%; }
  .hero .lead { font-size: 16px; line-height: 1.5; }
  .free-caption { font-size: 12px; }
  .section { padding-block: 28px; }
  .events-section { padding-top: 28px; }
  .events { gap: 12px; }
  .event-card { flex-direction: column; align-items: stretch; padding: 10px; gap: 0; }
  .event-cover { width: 100%; height: auto; aspect-ratio: 1.25; }
  .event-body { padding: 14px 2px 5px; }
  .event-body h3 { font-size: 16px; min-height: 60px; }
  .tag { font-size: 10px; }
  .event-caption { font-size: 11px; min-height: 30px; }
  .category-section h2 { font-size: 27px; }
  .categories { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .category { flex-direction: row; min-height: 78px; padding: 14px 12px; text-align: left; gap: 12px; font-size: 12px; }
  .category-crop { width: 38px; height: 35px; }
  .category-crop img { width: 42px; height: 42px; }
  .reference-icon { width: 38px; height: 38px; }
  .how-wrap .section-heading > p { margin-top: 10px; }
  .steps { grid-template-columns: 1fr; gap: 14px; }
  .step { flex-direction: row; text-align: left; padding: 24px 20px 24px 44px; gap: 15px; }
  .step-icon { width: 52px; height: 52px; }
  .step-icon img { width: 36px; height: 36px; }
  .step h3 { min-height: 0; font-size: 17px; padding: 0; }
  .step p { font-size: 14px; margin-top: 8px; }
  .step-number { width: 25px; height: 25px; left: 9px; top: 12px; }
  .pricing-section .section-heading { margin-bottom: 26px; }
  .plan { display: block; padding: 24px; }
  .plan ul { margin: 20px 0 0; }
  .plan-heading { gap: 18px; }
  .plan .asset-icon { width: 62px; height: 62px; }
  .plan li { font-size: 15px; }
  .trust { padding: 24px; }
  .sources { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 12px; }
  .sources > div { font-size: 11px; }
  .information { margin-top: 6px; margin-bottom: 30px; }
  .faq h2 { margin-bottom: 18px; }
  details { margin-bottom: 8px; }
  summary { min-height: 52px; }
  .download { display: block; padding: 26px 24px; }
  .download h2 { font-size: 28px; line-height: 1.15; }
  .download-copy > p { margin-top: 12px; font-size: 15px; }
  .download-copy .text-link { min-height: 44px; font-size: 13px; margin-top: 4px; }
  .download-stores { margin-top: 14px; text-align: left; }
  .download .store-badges { justify-content: flex-start; gap: 12px; }
  .download .store-badges img { width: calc((100% - 12px)/2); max-width: 178px; height: auto; }
  .download-stores p { font-size: 12px; margin-top: 10px; }
}
@media (max-width: 480px) {
  /* The source is a two-panel sheet: select its original 468px-wide left panel. */
  .hero-background { background-size: 328.205% auto; background-position: 2.439% bottom; }
  .hero { min-height: 218.804vw; padding-top: 26px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(34px, 8.72vw, 42px); line-height: 1.08; }
  .hero .lead { margin-top: 18px; font-size: 16px; line-height: 1.5; }
  .hero-copy .store-badges { margin-top: 20px; }
  .hero-copy .store-badges img { max-width: 184px; }
  .free-caption { margin-top: 8px; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 32px); }
  .hero { padding-top: 22px; }
  .hero h1 { font-size: 33px; }
  .hero .lead { font-size: 15px; line-height: 1.45; margin-top: 16px; }
  .hero-copy .store-badges { margin-top: 16px; }
  .event-body h3 { font-size: 15px; }
  .category { padding: 12px 9px; gap: 8px; }
  .step { padding-right: 15px; gap: 12px; }
  .step-icon { width: 44px; height: 44px; }
}
.mobile-features, .header nav .mobile-feature-link { display: none; }
@media (max-width: 900px) {
  .header nav .desktop-feature-link { display: none; }
  .header nav .mobile-feature-link { display: flex; }
  .mobile-features { display: block; margin-top: 12px; margin-bottom: 28px; }
  .mobile-features h2 { margin-bottom: 22px; }
  .mobile-features .features { display: grid; width: 100%; margin: 0; padding: 0; gap: 14px; }
  .mobile-features .feature { text-align: left; border-radius: 18px; background: var(--mint); padding: 20px 16px; }
  .mobile-features .feature:nth-child(2) { background: var(--sky); }
  .mobile-features .feature:nth-child(3) { background: var(--coral); }
  .mobile-features .feature:nth-child(4) { background: var(--lavender); }
  .mobile-features .feature .asset-icon { margin: 0 0 14px; background: white; width: 48px; height: 48px; }
  .mobile-features .feature .asset-icon img { width: 32px; height: 32px; }
  .mobile-features .feature h3 { font-size: 16px; line-height: 1.3; color: var(--ink); }
  .mobile-features .feature p { display: block; font-size: 14px; line-height: 1.5; margin-top: 12px; }
}
@media (max-width: 600px) { .mobile-features .features { grid-template-columns: repeat(2,minmax(0,1fr)); } }
.social-marks { display: flex; align-items: center; gap: 14px; }
.social-marks img { width: 28px; height: 28px; }
summary { min-height: 48px; }
@media (min-width: 1101px) { .footer { gap: 20px; font-size: 11px; } .footer nav { gap: 18px; } }
@media (max-width: 600px) { .social-marks { width: 100%; margin: 8px 0; } }
/* Original high-resolution store badges: preserve proportions and rounded artwork. */
.store-badges { --badge-height: 52px; gap: 14px; }
.store-badges img, .hero-copy .store-badges img, .download .store-badges img {
  width: auto; height: var(--badge-height); max-width: none; aspect-ratio: auto;
  clip-path: none; object-fit: contain; flex: 0 0 auto;
}
.download .store-badges { --badge-height: 44px; }
@media (max-width: 900px) { .hero-copy .store-badges { --badge-height: clamp(36px, 5vw, 50px); } }
@media (max-width: 600px) {
  .store-badges, .hero-copy .store-badges { --badge-height: clamp(38px, 12vw, 52px); gap: 12px; }
  .download .store-badges { --badge-height: clamp(32px, 10.5vw, 44px); gap: 10px; }
}
/* Intermediate mobile widths: fill above the bottom-aligned art and blend its empty top edge. */
@media (min-width: 481px) and (max-width: 900px) {
  .hero-background {
    background: linear-gradient(135deg, #c4f3ec 0%, #fff8f0 65%);
  }
  .hero-background::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vw * 1024 / 1016);
    background: url('/landing-assets/hero/mobile.png') right bottom / 151.1811% auto no-repeat;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 64px);
    mask-image: linear-gradient(to bottom, transparent, #000 64px);
    pointer-events: none;
  }
}
/* Categories and benefits follow the supplied two-row / four-card reference. */
.category-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.category-heading h2 { margin: 0; }
.categories { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.category { flex-direction: row; align-items: center; justify-content: flex-start; min-height: 82px; padding: 18px; gap: 14px; text-align: left; font-size: 15px; border-radius: 16px; }
.category-symbol { display: flex; flex: 0 0 32px; align-items: center; justify-content: center; }
.category-symbol img { width: 32px; height: 32px; }
.mobile-features { display: block; margin-top: 10px; margin-bottom: 40px; }
.mobile-features h2 { margin-bottom: 22px; }
.mobile-features .features { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); width: 100%; gap: 18px; margin: 0; padding: 0; }
.mobile-features .feature { padding: 26px 24px 30px; border-radius: 20px; text-align: left; background: linear-gradient(130deg,#e4fafa,#f0fcfc); }
.mobile-features .feature:nth-child(2) { background: linear-gradient(130deg,#eaf6ff,#f0f9ff); }
.mobile-features .feature:nth-child(3) { background: linear-gradient(130deg,#fff0e9,#fff7f2); }
.mobile-features .feature:nth-child(4) { background: linear-gradient(130deg,#e4fafa,#f0fcfc); }
.mobile-features .feature .asset-icon { width: 56px; height: 56px; border-radius: 50%; background: white; margin: 0 0 20px; }
.mobile-features .feature .asset-icon img { width: 32px; height: 32px; }
.mobile-features .feature h3 { color: var(--ink); font-size: 20px; line-height: 1.25; margin: 0; max-width: none; }
.mobile-features .feature p { display: block; font-size: 16px; line-height: 1.5; margin: 14px 0 0; max-width: none; }
@media (min-width: 901px) { .mobile-features .feature h3 { min-height: 75px; } }
@media (max-width: 1100px) { .category { padding: 15px 12px; gap: 10px; font-size: 13px; } .mobile-features .feature { padding: 22px 18px; } .mobile-features .feature h3 { font-size: 18px; } }
@media (max-width: 760px) { .category-heading { align-items: flex-start; gap: 14px; } .category-heading .text-link { font-size: 12px; flex-shrink: 0; } .category-heading h2 { font-size: 26px; } .categories { grid-template-columns: repeat(2,minmax(0,1fr)); } .mobile-features .features { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; } .mobile-features .feature h3 { font-size: 17px; } .mobile-features .feature p { font-size: 14px; } }
@media (max-width: 480px) { .category-heading { display: block; } .category-heading .text-link { margin-top: 4px; } .category { font-size: 12px; min-height: 76px; } .mobile-features .feature { padding: 20px 16px; } .mobile-features .feature .asset-icon { width: 48px; height: 48px; margin-bottom: 16px; } }
@media (min-width: 1101px) { .mobile-features .feature h3 { min-height: 50px; } }
@media (min-width: 901px) and (max-width: 1100px) { .mobile-features .feature h3 { min-height: 68px; } }
