/* Landing page refresh: a cleaner, high-contrast system that stays friendly on small screens. */
.landing-redesign {
  --landing-ink: #10203b;
  --landing-muted: #68758c;
  --landing-line: #dce3ed;
  --landing-blue: #2f6df6;
  --landing-blue-dark: #164bd1;
  --landing-blue-soft: #edf3ff;
  --landing-navy: #08162d;
  --landing-paper: #f6f8fc;
  --landing-white: #ffffff;
  width: 100%;
  overflow: hidden;
  background: var(--landing-paper);
  color: var(--landing-ink);
  font-family: 'Nunito Sans', 'Segoe UI', Arial, sans-serif;
}

.landing-redesign a { text-decoration: none; }
.landing-redesign h1,
.landing-redesign h2,
.landing-redesign h3,
.landing-redesign p { margin-top: 0; }
.landing-redesign h1,
.landing-redesign h2,
.landing-redesign h3 { font-family: 'Nunito', 'Nunito Sans', 'Segoe UI', Arial, sans-serif; text-wrap: balance; }
.landing-wrap,
.landing-section,
.landing-header,
.landing-footer { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.landing-header {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.landing-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--landing-ink); font-family: 'Nunito', sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -.07em; }
.landing-brand-mark { width: 27px; height: 27px; display: inline-block; position: relative; overflow: hidden; flex: 0 0 auto; }
.landing-brand-mark img { width: 41px; height: 41px; position: absolute; top: -6px; left: -7px; display: block; max-width: none; }
.landing-brand-dot { color: var(--landing-blue); }
.landing-nav { display: flex; align-items: center; gap: clamp(16px, 2.3vw, 32px); color: #536179; font-size: 13px; font-weight: 700; }
.landing-nav a { transition: color .2s ease, transform .2s ease; }
.landing-nav a:hover { color: var(--landing-blue); transform: translateY(-1px); }
.landing-nav-account { padding: 12px 16px; border: 1px solid var(--landing-blue); border-radius: 999px; color: var(--landing-blue); background: var(--landing-white); }
.landing-nav-cta { padding: 12px 16px; border: 1px solid var(--landing-line); border-radius: 999px; color: var(--landing-ink); background: rgba(255,255,255,.75); }
.landing-nav-cta span { margin-left: 7px; color: var(--landing-blue); }
.landing-menu-toggle { display: none; width: 40px; height: 40px; padding: 10px; border: 1px solid var(--landing-line); border-radius: 12px; background: var(--landing-white); cursor: pointer; }
.landing-menu-toggle span:not(.sr-only) { width: 19px; height: 2px; display: block; margin: 3px auto; border-radius: 2px; background: var(--landing-ink); }

.landing-hero,
.landing-cta { position: relative; isolation: isolate; overflow: hidden; border-radius: 30px; }
.landing-hero { min-height: 630px; padding: clamp(45px, 6vw, 84px) clamp(30px, 6vw, 92px); display: grid; grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr); align-items: center; gap: 30px; background: var(--landing-navy); color: var(--landing-white); }
.landing-hero::before { content: ''; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 77% 50%, rgba(56, 120, 255, .28), transparent 37%), radial-gradient(circle at 17% 110%, rgba(33, 87, 204, .35), transparent 36%); }
.hero-noise { position: absolute; z-index: -1; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(120deg, transparent 0%, black 65%); }
.hero-copy { position: relative; z-index: 2; max-width: 540px; }
.landing-eyebrow { margin: 0 0 20px; display: inline-flex; align-items: center; gap: 9px; color: var(--landing-blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; line-height: 1; text-transform: uppercase; }
.landing-eyebrow > span { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: currentColor; }
.landing-eyebrow-light { color: #9fbdff; }
.landing-redesign h1 { max-width: 660px; margin-bottom: 24px; color: var(--landing-white); font-size: clamp(50px, 6.1vw, 86px); line-height: .94; letter-spacing: -.075em; font-weight: 700; }
.landing-redesign h1 em,
.landing-redesign h2 em,
.landing-redesign h3 em { color: var(--landing-blue); font-style: normal; }
.landing-redesign .landing-hero h1 em { color: #71a0ff; }
.hero-lead { max-width: 390px; margin-bottom: 30px; color: #b8c5da; font-size: 16px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.landing-button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.landing-button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(17, 43, 99, .18); }
.landing-button span { font-size: 17px; line-height: 0; }
.landing-button-light { background: var(--landing-white); color: var(--landing-ink); }
.landing-button-white { background: var(--landing-white); color: var(--landing-ink); }
.hero-text-link { color: #c4d1e6; font-size: 13px; font-weight: 700; }
.hero-text-link span { margin-left: 7px; color: #78a3ff; font-size: 17px; }
.hero-proof { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 42px; color: #93a4be; font-size: 11px; font-weight: 700; }
.hero-proof i { width: 16px; height: 16px; display: inline-grid; place-items: center; margin-right: 6px; border-radius: 50%; color: #8ec0ff; background: rgba(74, 130, 255, .2); font-style: normal; font-size: 10px; }
.hero-art { min-height: 520px; position: relative; display: grid; place-items: center; }
.hero-art::before { content: ''; position: absolute; width: 75%; aspect-ratio: 1; border: 1px solid rgba(136, 173, 255, .2); border-radius: 50%; box-shadow: 0 0 0 42px rgba(92, 136, 237, .035), 0 0 0 84px rgba(92, 136, 237, .025); }
.hero-art-glow { position: absolute; width: 74%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(50, 114, 255, .38), rgba(50, 114, 255, 0) 68%); filter: blur(4px); }
.hero-art img { width: min(100%, 580px); height: auto; position: relative; z-index: 1; display: block; filter: drop-shadow(0 28px 28px rgba(0, 0, 0, .23)); transform: rotate(2deg); animation: landing-float 6s ease-in-out infinite; }
.hero-art-chip { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(182, 209, 255, .25); border-radius: 11px; color: #cddcff; background: rgba(22, 46, 91, .74); box-shadow: 0 12px 30px rgba(0, 0, 0, .16); backdrop-filter: blur(10px); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-art-chip-top { top: 12%; right: 3%; }
.hero-art-chip-bottom { right: 9%; bottom: 12%; display: grid; gap: 2px; align-items: start; color: #a7b8d1; font-size: 10px; letter-spacing: 0; text-transform: none; }
.hero-art-chip-bottom strong { color: white; font-family: 'Nunito', sans-serif; font-size: 17px; letter-spacing: -.04em; }
.chip-pulse { width: 7px; height: 7px; border-radius: 50%; background: #5affba; box-shadow: 0 0 0 5px rgba(90, 255, 186, .12); }
.hero-scroll { position: absolute; bottom: 24px; left: clamp(30px, 6vw, 92px); display: flex; align-items: center; gap: 9px; color: #667996; font-size: 10px; font-weight: 700; }
.hero-scroll span { width: 24px; height: 1px; display: inline-block; background: #5575ab; }
@keyframes landing-float { 0%,100% { transform: translateY(0) rotate(2deg); } 50% { transform: translateY(-8px) rotate(2deg); } }

.landing-section { padding: clamp(66px, 7.5vw, 100px) 0 0; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.landing-redesign h2 { margin-bottom: 0; color: var(--landing-ink); font-size: clamp(42px, 5vw, 67px); line-height: .94; letter-spacing: -.075em; font-weight: 700; }
.section-intro-copy { max-width: 310px; margin-bottom: 4px; color: var(--landing-muted); font-size: 14px; line-height: 1.6; }

.product-showcase { min-height: 460px; display: grid; grid-template-columns: minmax(290px, .92fr) minmax(280px, .88fr) minmax(230px, .7fr); gap: clamp(22px, 3vw, 42px); align-items: center; margin-top: 38px; padding: clamp(22px, 4vw, 52px); border-radius: 24px; background: #eaf1ff; overflow: hidden; }
.product-card-stage { min-height: 355px; position: relative; display: grid; place-items: center; }
.product-card-stage::before { content: ''; position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; background: #d3e2ff; }
.product-card { width: min(100%, 300px); aspect-ratio: 1.58; padding: 22px; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; border-radius: 19px; color: white; background: linear-gradient(135deg, #4a85ff, #1b55d7); box-shadow: 0 22px 30px rgba(42, 84, 171, .24); transform: rotate(-8deg); }
.product-card-back { width: min(100%, 300px); aspect-ratio: 1.58; position: absolute; border-radius: 19px; background: #102b6f; transform: rotate(8deg) translate(22px, 24px); }
.product-card-top, .product-card-bottom { display: flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.product-card-logo { width: 20px; height: 20px; position: relative; overflow: hidden; border-radius: 4px; background: rgba(255,255,255,.18); }
.product-card-logo img { width: 30px; height: 30px; position: absolute; top: -5px; left: -5px; max-width: none; }
.card-dots { margin-left: auto; letter-spacing: .1em; opacity: .7; }
.product-card-middle { padding-left: 4px; }
.product-card-middle span { display: block; margin-bottom: 3px; color: #b9cfff; font-size: 12px; }
.product-card-middle strong { display: block; font-family: 'Nunito', sans-serif; font-size: 31px; letter-spacing: -.08em; }
.product-card-bottom { justify-content: space-between; color: #c5d5ff; font-size: 9px; letter-spacing: .08em; }
.nfc-wave { color: white; font-size: 18px; letter-spacing: -7px; transform: rotate(-90deg); }
.product-card-label { position: absolute; z-index: 3; padding: 8px 10px; border-radius: 8px; font-size: 9px; font-weight: 800; box-shadow: 0 8px 18px rgba(54, 85, 137, .14); }
.label-blue { top: 12%; left: 1%; color: #1551d8; background: white; }
.label-white { right: 0; bottom: 12%; color: white; background: var(--landing-ink); }
.profile-preview { min-height: 355px; padding: 12px; border: 7px solid #10203b; border-radius: 22px; background: white; box-shadow: 0 20px 26px rgba(42, 76, 136, .14); }
.profile-window-bar { height: 18px; display: flex; align-items: center; gap: 4px; padding: 0 4px; color: #8a98ad; font-size: 8px; }
.profile-window-bar > span { width: 5px; height: 5px; border-radius: 50%; background: #e0e6ef; }
.profile-window-bar small { margin-left: 8px; font-size: 8px; }
.profile-content { padding: 26px 18px 14px; text-align: center; }
.profile-avatar { width: 48px; height: 48px; margin: 0 auto 10px; display: grid; place-items: center; border-radius: 15px; background: #e9f0ff; overflow: hidden; }
.profile-avatar img { width: 42px; height: 42px; object-fit: contain; }
.profile-status { color: #19a472; font-size: 9px; font-weight: 800; }
.profile-status i { width: 5px; height: 5px; display: inline-block; margin-right: 3px; border-radius: 50%; background: currentColor; }
.profile-content h3 { margin: 8px 0 3px; font-size: 21px; letter-spacing: -.06em; }
.profile-content > p { margin-bottom: 15px; color: var(--landing-muted); font-size: 10px; line-height: 1.4; }
.profile-links { display: grid; gap: 7px; }
.profile-links a { min-height: 31px; display: flex; align-items: center; gap: 7px; padding: 0 10px; border: 1px solid #e5eaf2; border-radius: 8px; color: var(--landing-ink); font-size: 10px; font-weight: 800; text-align: left; }
.profile-links a span { color: var(--landing-blue); font-size: 15px; }
.profile-links a b { margin-left: auto; color: #9ca8ba; }
.product-showcase-copy { padding-right: 15px; }
.product-showcase-copy h3 { margin: 0 0 22px; font-size: clamp(29px, 3vw, 42px); line-height: .97; letter-spacing: -.07em; }
.landing-arrow-link { display: inline-flex; align-items: center; gap: 10px; color: var(--landing-ink); font-size: 12px; font-weight: 800; }
.landing-action-link { min-height: 42px; padding: 0 15px; border: 1px solid #cbd8eb; border-radius: 9px; color: var(--landing-ink); background: white; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.landing-action-link:hover { color: var(--landing-blue); border-color: #a9c2ec; background: var(--landing-blue-soft); transform: translateY(-1px); }

.flow-section { padding-top: clamp(74px, 8vw, 110px); }
.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.flow-step { min-height: 300px; padding: 25px 27px; position: relative; border: 1px solid var(--landing-line); border-radius: 18px; background: var(--landing-white); }
.flow-step-active { color: white; border-color: var(--landing-blue); background: var(--landing-blue); box-shadow: 0 18px 30px rgba(47, 109, 246, .16); }
.flow-icon { width: 64px; height: 64px; margin: 50px 0 22px; position: relative; display: grid; place-items: center; border-radius: 16px; color: var(--landing-blue); background: var(--landing-blue-soft); }
.flow-step-active .flow-icon { color: var(--landing-blue); background: white; }
.flow-icon-tap span, .flow-icon-tap span::before, .flow-icon-tap span::after { width: 22px; height: 32px; display: block; border: 2px solid currentColor; border-radius: 5px; }
.flow-icon-tap span { position: relative; }
.flow-icon-tap span::before, .flow-icon-tap span::after { content: ''; position: absolute; width: 7px; height: 7px; border-width: 1.5px; border-left: 0; border-bottom: 0; border-radius: 0 8px 0 0; transform: rotate(45deg); }
.flow-icon-tap span::before { right: -9px; top: 8px; }
.flow-icon-tap span::after { right: -13px; top: 4px; }
.flow-icon-tap i { width: 5px; height: 5px; position: absolute; bottom: 8px; border-radius: 50%; background: currentColor; }
.browser-icon-top { width: 30px; height: 22px; position: absolute; top: 18px; border: 2px solid currentColor; border-radius: 5px; }
.browser-icon-line { width: 17px; height: 2px; position: absolute; top: 36px; border-radius: 2px; background: currentColor; }
.browser-icon-line.short { width: 11px; top: 43px; margin-left: -6px; opacity: .55; }
.flow-icon-check { color: white; background: var(--landing-blue); font-size: 30px; font-weight: 400; }
.flow-step h3 { margin: 0 0 6px; font-size: 23px; letter-spacing: -.06em; }
.flow-step p { max-width: 190px; margin-bottom: 0; color: var(--landing-muted); font-size: 12px; line-height: 1.5; }
.flow-step-active p { color: #d5e0ff; }

.use-section { padding-top: clamp(76px, 8.5vw, 116px); }
.use-intro { align-items: end; }
.desktop-only-link { margin-bottom: 8px; }
.use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 36px; border: 0; }
.use-tile { min-height: 180px; padding: 18px 20px; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; border: 1px solid var(--landing-line); border-radius: 15px; background: var(--landing-white); overflow: hidden; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.use-tile:hover { border-color: #b5c9f4; box-shadow: 0 12px 24px rgba(34, 78, 153, .08); transform: translateY(-3px); }
.use-tile-featured { color: white; border-color: var(--landing-blue); background: var(--landing-blue); }
.use-tile-icon { width: 31px; height: 31px; position: absolute; top: 13px; right: 17px; color: var(--landing-blue); fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.use-tile-featured .use-tile-icon { color: white; }
.use-tile strong { font-family: 'Nunito', sans-serif; font-size: 20px; line-height: .98; letter-spacing: -.06em; }

.faq-section { padding-top: clamp(78px, 8.5vw, 116px); padding-bottom: clamp(72px, 8vw, 108px); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 9vw, 140px); padding-top: 2px; }
.faq-intro { max-width: 250px; margin-top: 22px; color: var(--landing-muted); font-size: 13px; line-height: 1.6; }
.faq-list { border-top: 1px solid var(--landing-line); }
.faq-list details { border-bottom: 1px solid var(--landing-line); }
.faq-list summary { min-height: 78px; display: grid; grid-template-columns: 1fr 18px; align-items: center; gap: 16px; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary strong { color: var(--landing-ink); font-family: 'Nunito', sans-serif; font-size: 15px; letter-spacing: -.025em; }
.faq-list summary i { width: 13px; height: 13px; position: relative; display: block; }
.faq-list summary i::before, .faq-list summary i::after { content: ''; width: 13px; height: 1.5px; position: absolute; top: 6px; left: 0; border-radius: 2px; background: var(--landing-ink); }
.faq-list summary i::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details p { max-width: 500px; margin: -5px 34px 22px 0; color: var(--landing-muted); font-size: 12px; line-height: 1.5; }

.landing-cta { min-height: 400px; padding: clamp(42px, 7vw, 82px) clamp(30px, 7vw, 88px); display: grid; grid-template-columns: 1fr minmax(300px, .78fr); align-items: center; gap: 30px; color: white; background: var(--landing-navy); }
.landing-cta::before { content: ''; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 87% 38%, rgba(63, 123, 255, .28), transparent 34%), linear-gradient(120deg, #08162d, #10265a); }
.cta-orb { position: absolute; z-index: -1; border: 1px solid rgba(149, 182, 255, .13); border-radius: 50%; }
.cta-orb-one { width: 350px; height: 350px; right: -90px; top: -90px; }
.cta-orb-two { width: 220px; height: 220px; right: 35px; top: 40px; }
.cta-copy h2 { margin-bottom: 15px; color: white; font-size: clamp(47px, 5.5vw, 72px); }
.cta-copy > p:not(.landing-eyebrow) { max-width: 300px; margin-bottom: 25px; color: #aabbd7; font-size: 14px; line-height: 1.55; }
.cta-card { width: min(100%, 345px); aspect-ratio: 1.58; justify-self: end; padding: 26px; position: relative; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; color: white; background: linear-gradient(145deg, rgba(61, 117, 245, .8), rgba(23, 54, 133, .85)); box-shadow: 0 28px 40px rgba(0, 0, 0, .2); transform: rotate(7deg); }
.cta-card-brand { display: flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.cta-card-brand .landing-brand-mark { width: 18px; height: 18px; }
.cta-card-brand .landing-brand-mark img { width: 27px; height: 27px; top: -4px; left: -5px; }
.cta-card-title { padding-left: 2px; font-family: 'Nunito', sans-serif; font-size: 31px; line-height: .92; letter-spacing: -.07em; }
.cta-card-title strong { color: #bcd0ff; font-weight: 600; }
.cta-card-wave { align-self: end; color: #d0deff; font-size: 25px; letter-spacing: -10px; transform: rotate(-90deg); }
.landing-footer { min-height: 130px; padding: 30px 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.landing-footer-links { display: flex; gap: 25px; color: var(--landing-muted); font-size: 11px; font-weight: 700; }
.landing-footer-links a:hover { color: var(--landing-blue); }
.landing-footer p { justify-self: end; margin: 0; color: #8a96a9; font-size: 10px; }
.landing-footer p strong { color: var(--landing-ink); }

@media (max-width: 900px) {
  .landing-wrap, .landing-section, .landing-header, .landing-footer { width: min(100% - 36px, 650px); }
  .landing-header { min-height: 76px; }
  .landing-menu-toggle { display: block; }
  .landing-nav { display: none; position: absolute; top: 67px; right: 0; left: 0; padding: 10px; flex-direction: column; align-items: stretch; gap: 3px; border: 1px solid var(--landing-line); border-radius: 16px; background: white; box-shadow: 0 18px 32px rgba(19, 41, 83, .12); }
  .landing-nav.is-open { display: flex; }
  .landing-nav a { padding: 13px 14px; border-radius: 10px; }
  .landing-nav a:hover { background: var(--landing-blue-soft); transform: none; }
  .landing-nav-account, .landing-nav-cta { border: 0; background: var(--landing-blue-soft); }
  .landing-hero { min-height: 0; grid-template-columns: 1fr; padding: 55px 27px 66px; border-radius: 24px; }
  .hero-art { min-height: 430px; order: 2; margin-top: -8px; }
  .hero-art img { width: min(100%, 500px); }
  .hero-art-chip-top { top: 4%; right: 0; }
  .hero-art-chip-bottom { right: 1%; bottom: 5%; }
  .hero-scroll { display: none; }
  .product-showcase { grid-template-columns: 1fr 1fr; }
  .product-showcase-copy { grid-column: 1 / -1; padding: 8px 4px 0; }
  .faq-layout { grid-template-columns: 1fr 1.45fr; gap: 35px; }
  .landing-cta { grid-template-columns: 1fr .9fr; padding: 50px 30px; }
  .landing-footer { grid-template-columns: 1fr 1fr; }
  .landing-footer-links { justify-self: end; }
  .landing-footer p { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 620px) {
  .landing-wrap, .landing-section, .landing-header, .landing-footer { width: min(100% - 28px, 500px); }
  .landing-brand { font-size: 18px; }
  .landing-hero { padding: 41px 21px 48px; border-radius: 20px; }
  .landing-redesign h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-lead { max-width: 330px; font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .landing-button { width: 100%; }
  .hero-text-link { align-self: center; }
  .hero-proof { justify-content: space-between; gap: 8px; margin-top: 31px; font-size: 10px; }
  .hero-art { min-height: 310px; margin-top: 4px; }
  .hero-art img { width: min(115%, 405px); margin-left: -5%; }
  .hero-art::before { width: 88%; box-shadow: 0 0 0 25px rgba(92, 136, 237, .035), 0 0 0 50px rgba(92, 136, 237, .025); }
  .hero-art-chip { padding: 8px 10px; font-size: 8px; }
  .hero-art-chip-top { top: 1%; }
  .hero-art-chip-bottom { bottom: 0; }
  .landing-section { padding-top: 64px; }
  .section-intro { display: block; }
  .landing-redesign h2 { font-size: clamp(41px, 12vw, 58px); }
  .section-intro-copy { max-width: 320px; margin-top: 22px; font-size: 13px; }
  .product-showcase { display: block; margin-top: 31px; padding: 18px 14px 26px; border-radius: 18px; }
  .product-card-stage { min-height: 285px; }
  .product-card { width: min(86%, 260px); }
  .product-card-back { width: min(86%, 260px); }
  .product-card-label { font-size: 8px; }
  .profile-preview { min-height: 320px; margin: 10px 4px 0; }
  .product-showcase-copy { padding: 30px 5px 0; }
  .product-showcase-copy h3 { margin-top: 14px; font-size: 34px; }
  .flow-section { padding-top: 70px; }
  .flow-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 27px; }
  .flow-step { min-height: 0; padding: 20px; display: grid; grid-template-columns: 55px 1fr; grid-template-areas: 'icon title' 'icon text'; column-gap: 15px; align-items: center; }
  .flow-icon { grid-area: icon; width: 48px; height: 48px; margin: 0 0 8px; border-radius: 13px; }
  .flow-icon-tap span { transform: scale(.8); }
  .browser-icon-top { top: 13px; transform: scale(.78); }
  .browser-icon-line { top: 28px; transform: scale(.78); }
  .browser-icon-line.short { top: 34px; }
  .flow-icon-check { font-size: 23px; }
  .flow-step h3 { grid-area: title; margin: 0 0 3px; font-size: 21px; }
  .flow-step p { grid-area: text; max-width: none; }
  .use-section { padding-top: 70px; }
  .desktop-only-link { display: inline-flex; margin-top: 22px; }
  .use-grid { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 27px; }
  .use-tile { min-height: 145px; padding: 15px; }
  .use-tile-icon { width: 25px; height: 25px; top: 12px; right: 13px; }
  .use-tile strong { font-size: 17px; }
  .faq-section { padding-top: 72px; padding-bottom: 68px; }
  .faq-layout { display: block; }
  .faq-intro { margin-top: 18px; }
  .faq-list { margin-top: 33px; }
  .faq-list summary { min-height: 68px; grid-template-columns: 1fr 15px; gap: 10px; }
  .faq-list summary strong { font-size: 13px; line-height: 1.25; }
  .faq-list details p { margin: -2px 25px 19px 0; font-size: 11px; }
  .landing-cta { min-height: 590px; display: block; padding: 42px 21px; border-radius: 20px; }
  .cta-copy > p:not(.landing-eyebrow) { font-size: 13px; }
  .cta-card { width: min(92%, 295px); margin: 57px auto 0; transform: rotate(6deg); }
  .landing-footer { display: flex; flex-wrap: wrap; align-items: start; padding: 28px 0; gap: 20px 24px; }
  .landing-footer-links { width: 100%; justify-content: space-between; order: 3; padding-top: 10px; border-top: 1px solid var(--landing-line); }
  .landing-footer p { order: 4; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-art img { animation: none; }
}
