@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #252527;
  --muted: #77777c;
  --paper: #f3f3f1;
  --white: #ffffff;
  --line: #dededb;
  --blue: #3c6fd4;
  --blue-soft: #dce7fc;
  --blue-deep: #244991;
  --radius-sm: 4px;
  --radius-md: 6px;
  --sans: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  --display: 'Space Grotesk', 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { width: 100%; min-width: 0; max-width: 100%; margin: 0; overflow-x: hidden; background: #d1d1cf; color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1em; height: 1em; display: inline-block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.page-shell { width: 100%; max-width: 1380px; margin: 0 auto; background: var(--paper); overflow: hidden; box-shadow: 0 16px 40px rgba(24, 24, 25, .14); }
.section-pad { padding-left: clamp(28px, 7.5vw, 108px); padding-right: clamp(28px, 7.5vw, 108px); }
.button, .main-nav, .product-feature, .use-grid, .order-panel, .custom-panel, .ideas-contact-panel, .step-icon, .featured-badge, .rating-pin { border-radius: var(--radius-sm); }
.product-feature, .use-grid { overflow: hidden; }

.site-header { min-height: 86px; padding: 0 clamp(28px, 7.5vw, 108px); display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 18px; font-weight: 700; letter-spacing: -.05em; }
.brand-logo-wrap { width: 27px; height: 27px; position: relative; display: inline-block; flex: 0 0 auto; overflow: hidden; }
.brand-logo { width: 41px; height: 41px; max-width: none; position: absolute; top: -6px; left: -7px; display: block; object-fit: contain; }
.brand-logo-wrap.small { width: 16px; height: 16px; }
.brand-logo-wrap.small .brand-logo { width: 24px; height: 24px; top: -3.5px; left: -4px; }
.brand-mark { width: 25px; height: 25px; display: inline-flex; align-items: center; gap: 2px; transform: skew(-13deg); }
.brand-mark span { display: block; width: 6px; height: 21px; background: var(--blue); border-radius: 4px; }
.brand-mark span:nth-child(2) { height: 14px; background: var(--ink); }
.brand-mark span:nth-child(3) { height: 9px; background: var(--blue); }
.brand-mark.small { width: 16px; height: 16px; gap: 1px; }
.brand-mark.small span { width: 4px; height: 14px; border-radius: 2px; }
.brand-mark.small span:nth-child(2) { height: 9px; }
.brand-mark.small span:nth-child(3) { height: 6px; }
.brand-mark.invert span:nth-child(2) { background: white; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 45px); font-size: 12px; color: #59595d; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .text-link:hover, .arrow-link:hover, .faq-heading a:hover { color: var(--blue); }
.main-nav .nav-cta { color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.main-nav .nav-cta .icon { width: 14px; height: 14px; margin-left: 2px; color: var(--blue); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px 0 8px 8px; cursor: pointer; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); gap: clamp(30px, 6vw, 98px); min-height: 592px; padding-top: 74px; padding-bottom: 74px; align-items: center; border-top: 1px solid var(--line); }
.eyebrow { margin: 0 0 25px; display: inline-flex; align-items: center; gap: 9px; font-size: 10px; line-height: 1; letter-spacing: .17em; text-transform: uppercase; font-weight: 600; color: var(--blue-deep); }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 { max-width: 620px; margin-bottom: 25px; font-size: clamp(48px, 6.2vw, 82px); line-height: .96; letter-spacing: -.08em; font-weight: 500; }
h1 em, h2 em, h3 em { font-style: normal; color: var(--blue); }
.hero-intro { max-width: 370px; margin-bottom: 30px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { min-height: 46px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; font-size: 12px; font-weight: 600; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button .icon { width: 15px; height: 15px; color: #7d9de3; }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 10px; color: #646468; font-size: 12px; transition: color .2s ease; }
.text-link .icon, .arrow-link .icon { width: 16px; height: 16px; color: var(--blue); }
.hero-visual { min-width: 0; }
.card-stage { min-height: 395px; position: relative; display: grid; place-items: center; }
.hero-map-stage { min-height: 440px; }
.hero-map-image { width: min(100%, 500px); height: auto; position: relative; z-index: 1; display: block; object-fit: contain; transform: translateX(-6px) scaleX(1.09); transform-origin: right center; filter: drop-shadow(0 18px 20px rgba(31, 42, 69, .14)); }
.nfc-card { width: min(324px, 65%); aspect-ratio: 1.6; border-radius: var(--radius-md); position: absolute; box-shadow: 20px 24px 30px rgba(29, 33, 46, .14); }
.nfc-card-back { background: var(--blue); transform: translate(47px, 36px) rotate(9deg); box-shadow: none; }
.nfc-card-back::after { content: ''; position: absolute; width: 80px; height: 80px; border: 11px solid rgba(255,255,255,.15); border-radius: 50%; top: 35px; left: 38px; }
.nfc-card-back span { position: absolute; left: 32px; bottom: 23px; color: white; font-family: var(--display); font-size: 10px; letter-spacing: .15em; }
.nfc-card-front { padding: 22px 24px 18px; display: flex; flex-direction: column; justify-content: space-between; background: #fdfdfd; transform: translate(-4px, -9px) rotate(-8deg); }
.card-topline, .card-bottomline { display: flex; justify-content: space-between; color: #8b8d91; font-size: 8px; letter-spacing: .14em; }
.card-logo { display: flex; align-items: center; gap: 2px; transform: skew(-12deg); }
.card-logo i { display: block; width: 4px; height: 13px; border-radius: 2px; background: var(--blue); }
.card-logo i:nth-child(2) { height: 9px; background: var(--ink); }
.card-logo i:nth-child(3) { height: 6px; }
.card-center { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.card-center strong { font-family: var(--display); font-weight: 500; font-size: 27px; line-height: .98; letter-spacing: -.07em; }
.tap-label { color: var(--blue); font-size: 8px; letter-spacing: .16em; }
.tap-label b { margin-left: 6px; font-size: 13px; letter-spacing: -.18em; }
.nfc-wave { position: absolute; right: 8%; top: 28%; transform: rotate(11deg); color: var(--blue); font-size: 20px; letter-spacing: -6px; }
.ticker { overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--blue); color: white; }
.ticker-inner { min-height: 48px; display: flex; align-items: center; justify-content: space-around; gap: 22px; padding: 0 28px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.ticker-inner i { width: 5px; height: 5px; border-radius: 50%; background: white; }

.product { padding-top: 120px; padding-bottom: 125px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(39px, 4.7vw, 64px); line-height: .98; letter-spacing: -.08em; font-weight: 500; }
.product-feature { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); min-height: 440px; margin-top: 60px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.product-feature-rating { margin-top: 60px; }
.product-image-panel { min-height: 440px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--blue-soft); }
.rating-panel { background: #e5ecfb; }
.rating-panel::after { content: ''; position: absolute; width: 13px; height: 13px; right: 16%; bottom: 17%; border-radius: 50%; background: var(--blue); }
.featured-badge { position: absolute; top: 21px; right: 25px; padding: 7px 9px; color: white; background: var(--blue); font-size: 8px; font-weight: 600; letter-spacing: .12em; }
.rating-card { width: min(350px, 70%); aspect-ratio: 1.43; position: relative; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; background: white; border: 1px solid #dfe3ed; border-radius: var(--radius-md); box-shadow: 15px 20px 25px rgba(52, 70, 111, .16); transform: rotate(5deg); }
.rating-topline { display: flex; align-items: center; gap: 8px; color: #676b75; font-size: 10px; font-weight: 600; }
.maps-mark { width: 30px; height: 30px; position: relative; display: block; flex: 0 0 auto; border-radius: 50% 50% 50% 0; background: conic-gradient(from 205deg, #4285f4 0 30%, #34a853 30% 52%, #fbbc04 52% 75%, #ea4335 75% 100%); box-shadow: 3px 4px 0 rgba(37, 54, 93, .18), inset -3px -3px 0 rgba(30, 58, 117, .16); transform: rotate(-45deg); }
.maps-mark::before { content: ''; position: absolute; width: 12px; height: 12px; top: 9px; left: 9px; border: 3px solid white; border-radius: 50%; background: #dce7fc; box-shadow: 1px 1px 0 rgba(37, 54, 93, .15); }
.maps-mark::after { content: ''; position: absolute; width: 13px; height: 4px; right: -5px; bottom: 0; border-radius: 50%; background: rgba(37, 54, 93, .16); transform: rotate(45deg); filter: blur(.3px); }
.maps-mark-card { width: 31px; height: 31px; box-shadow: 3px 4px 0 rgba(37, 54, 93, .16), inset -3px -3px 0 rgba(30, 58, 117, .16); }
.maps-mark-card::before { background: white; }
.rating-live { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; color: #6a9a75; font-size: 8px; letter-spacing: .1em; }
.rating-live i { width: 5px; height: 5px; border-radius: 50%; background: #6a9a75; }
.rating-body { display: grid; grid-template-columns: auto 1fr; align-items: end; column-gap: 11px; }
.rating-stars { grid-column: 1 / -1; width: 90px; height: 18px; display: block; margin-bottom: 7px; color: #e7ad3c; fill: currentColor; stroke: none; }
.rating-body strong { font-family: var(--display); font-size: 46px; line-height: .8; letter-spacing: -.09em; font-weight: 500; }
.rating-count { padding-bottom: 3px; color: #8c8f97; font-size: 10px; }
.rating-bars { height: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.rating-bars i { display: block; width: 82%; height: 2px; background: #e2e4e9; }
.rating-bars i:first-child { width: 94%; background: var(--blue); }
.rating-bars i:nth-child(2) { width: 76%; background: #8da9e1; }
.rating-bars i:nth-child(3) { width: 24%; }
.rating-bars i:nth-child(4) { width: 11%; }
.rating-bars i:nth-child(5) { width: 5%; }
.rating-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 11px; color: var(--blue-deep); border-top: 1px solid #e6e7ea; font-size: 9px; }
.rating-footer .icon { width: 22px; height: 22px; color: var(--blue); }
.rating-pin { position: absolute; right: 9%; top: 19%; padding: 5px 8px; color: var(--blue-deep); background: var(--paper); font-size: 9px; transform: rotate(-5deg); }
.rating-pin::after { content: ''; position: absolute; width: 27px; left: -27px; top: 50%; border-top: 1px solid var(--blue); }
.product-image-panel::before { content: ''; position: absolute; width: 350px; height: 350px; border: 1px solid rgba(60,111,212,.18); border-radius: 50%; }
.product-details { padding: 32px clamp(27px, 4vw, 57px); display: flex; flex-direction: column; justify-content: center; gap: 24px; }
.product-feature-rating { border-color: var(--blue); box-shadow: 0 10px 0 rgba(60, 111, 212, .08); }
.product-feature-rating .product-details h3 { font-size: clamp(41px, 4.5vw, 61px); }
.product-details h3 { margin: 0; font-size: clamp(36px, 4vw, 55px); line-height: .9; letter-spacing: -.08em; font-weight: 500; }
.product-details > p { max-width: 375px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.arrow-link { color: var(--ink); font-weight: 600; }
.arrow-link span { color: var(--blue); font-size: 17px; }

.how-it-works { padding-top: 120px; padding-bottom: 125px; background: white; }
.centered-heading { display: block; text-align: center; }
.centered-heading .eyebrow { margin-bottom: 25px; }
.steps { display: grid; grid-template-columns: 1fr 52px 1fr 52px 1fr; align-items: center; max-width: 940px; margin: 65px auto 0; }
.step { text-align: center; }
.step-icon { width: 100px; height: 100px; position: relative; display: grid; place-items: center; margin: 0 auto 23px; border: 1px solid var(--line); background: var(--paper); }
.step-symbol { width: 52px; height: 52px; fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.step-phone { width: 31px; height: 48px; }
.step-nfc { width: 25px; height: 25px; position: absolute; right: 20px; top: 37px; color: var(--blue); fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transform: rotate(-10deg); }
.phone-outline { width: 30px; height: 48px; display: block; border: 2px solid var(--ink); border-radius: 5px; position: relative; }
.phone-outline::after { content: ''; position: absolute; width: 4px; height: 4px; left: 11px; bottom: 4px; border: 1px solid var(--ink); border-radius: 50%; }
.tap-lines { position: absolute; right: 10px; top: 23px; color: var(--blue); font-size: 16px; letter-spacing: -6px; transform: rotate(-10deg); }
.browser-outline { width: 52px; height: 39px; display: flex; gap: 4px; padding: 9px 7px; border: 2px solid var(--ink); border-radius: 4px; position: relative; }
.browser-outline::before { content: ''; position: absolute; top: 5px; left: 7px; right: 7px; border-top: 1px solid var(--ink); }
.browser-outline i { width: 4px; height: 4px; margin-top: -5px; border-radius: 50%; background: var(--blue); z-index: 1; }
.browser-outline i:nth-child(2) { background: #c3c3c2; }
.browser-outline i:nth-child(3) { background: #c3c3c2; }
.step-check { width: 48px; height: 48px; padding: 10px; border: 2px solid var(--blue); border-radius: 50%; color: var(--blue); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.step-number { color: var(--blue); font-size: 9px; letter-spacing: .16em; }
.step h3 { margin: 10px 0 7px; font-size: 28px; letter-spacing: -.06em; font-weight: 500; }
.step p { max-width: 165px; margin: auto; color: var(--muted); font-size: 11px; line-height: 1.5; }
.step-divider { padding-bottom: 55px; color: var(--blue); text-align: center; }
.step-divider .icon { width: 22px; height: 22px; }

.uses { padding-top: 120px; padding-bottom: 125px; }
.uses-heading { margin-bottom: 56px; }
.use-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.use-item { min-height: 174px; position: relative; padding: 22px 24px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transition: background .2s ease, color .2s ease; }
.use-item:hover { color: white; background: var(--ink); }
.use-item-featured { background: var(--blue); color: white; }
.use-number { font-size: 9px; letter-spacing: .14em; opacity: .65; }
.use-icon { width: 30px; height: 30px; display: grid; place-items: center; margin-top: 11px; border: 1px solid currentColor; color: var(--blue); }
.use-icon .icon { width: 18px; height: 18px; }
.use-item-featured .use-icon, .use-item:hover .use-icon { color: inherit; }
.use-item strong { font-family: var(--display); font-size: 19px; letter-spacing: -.05em; font-weight: 500; }
.use-arrow { position: absolute; right: 24px; bottom: 20px; width: 19px; height: 19px; color: var(--blue); }
.use-item-featured .use-arrow, .use-item:hover .use-arrow { color: #9dbafa; }

.order { padding-top: 120px; padding-bottom: 120px; }
.order-panel { min-height: 432px; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; color: white; background: var(--ink); }
.order-copy { padding: clamp(36px, 5vw, 64px); display: flex; flex-direction: column; align-items: flex-start; }
.order-copy .eyebrow { color: #9dbafa; }
.order-copy h2 { margin: 0 0 22px; font-size: clamp(40px, 4.7vw, 63px); line-height: .94; letter-spacing: -.08em; font-weight: 500; }
.order-copy h2 em { color: #9dbafa; }
.order-copy > p { max-width: 345px; margin-bottom: 30px; color: #a4a4a8; font-size: 12px; line-height: 1.65; }
.button-light { background: white; color: var(--ink); }
.order-visual { position: relative; min-height: 432px; overflow: hidden; background: var(--blue); }
.order-visual::before { content: ''; position: absolute; width: 470px; height: 470px; top: -110px; left: -20px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.order-card { width: 240px; height: 150px; position: absolute; top: 50%; left: 50%; padding: 17px; display: flex; flex-direction: column; justify-content: space-between; background: #fafafa; color: var(--ink); border-radius: var(--radius-md); box-shadow: 12px 18px 23px rgba(20,33,73,.22); transform: translate(-50%, -50%) rotate(13deg); }
.order-card-brand { display: flex; gap: 7px; align-items: center; font-size: 8px; font-weight: 600; letter-spacing: .13em; }
.order-card-title { font-family: var(--display); font-size: 25px; line-height: .89; letter-spacing: -.08em; }
.order-card-nfc { align-self: flex-end; width: 25px; height: 25px; color: var(--blue); }
.order-orbit { position: absolute; display: block; width: 9px; height: 9px; border-radius: 50%; background: white; }
.orbit-one { right: 18%; top: 24%; }
.orbit-two { left: 13%; bottom: 18%; width: 5px; height: 5px; background: #a9c2f4; }

.faq { padding-top: 120px; padding-bottom: 130px; background: white; }
.faq-heading { margin-bottom: 58px; }
.faq-heading a { color: var(--blue); transition: color .2s ease; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--ink); }
.faq-list summary { min-height: 74px; display: grid; grid-template-columns: 55px 1fr 20px; align-items: center; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 9px; letter-spacing: .14em; }
.faq-list summary strong { font-family: var(--display); font-size: 17px; letter-spacing: -.04em; font-weight: 500; }
.faq-list summary i { width: 13px; height: 13px; position: relative; justify-self: end; }
.faq-list summary i::before, .faq-list summary i::after { content: ''; position: absolute; top: 6px; left: 0; width: 13px; border-top: 1px solid var(--ink); transition: transform .2s ease; }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0deg); }
.faq-list details p { max-width: 600px; margin: -1px 55px 26px; color: var(--muted); font-size: 12px; line-height: 1.65; }

.site-footer { padding-top: 38px; padding-bottom: 30px; background: var(--paper); border-top: 1px solid var(--ink); }
.footer-top { padding-bottom: 48px; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom { padding-top: 18px; display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid var(--line); color: #8b8b8e; font-size: 10px; }
.footer-bottom > span:nth-child(2) { text-align: center; }
.footer-bottom strong { color: var(--ink); font-weight: 600; }
.footer-bottom div { display: flex; justify-content: flex-end; gap: 19px; }
.footer-bottom a:hover { color: var(--blue); }

@media (max-width: 900px) {
  body { background: var(--paper); }
  .page-shell { box-shadow: none; }
  .hero { grid-template-columns: 1fr; padding-top: 58px; padding-bottom: 70px; }
  .hero-copy { max-width: 650px; }
  .hero-visual { max-width: 650px; width: 100%; justify-self: center; }
  .product-feature { grid-template-columns: minmax(0, 1fr); }
  .product-feature-rating { margin-top: 38px; }
  .product-image-panel { min-height: 390px; }
  .product-details { min-height: 360px; }
  .order-panel { grid-template-columns: 1fr; }
  .order-visual { min-height: 300px; }
}

@media (max-width: 650px) {
  .site-header { min-height: 72px; padding-left: max(21px, env(safe-area-inset-left)); padding-right: max(21px, env(safe-area-inset-right)); }
  .menu-toggle { display: flex; width: 25px; flex-direction: column; gap: 5px; }
  .menu-toggle > span { display: block; width: 20px; border-top: 1px solid var(--ink); transition: transform .2s ease; }
  .main-nav { position: absolute; top: 71px; left: 21px; right: 21px; display: none; padding: 20px; flex-direction: column; align-items: flex-start; gap: 18px; background: white; border: 1px solid var(--line); box-shadow: 0 10px 20px rgba(0,0,0,.06); }
  .main-nav.is-open { display: flex; }
  .main-nav .nav-cta { margin-top: 3px; }
  .section-pad { padding-left: max(21px, env(safe-area-inset-left)); padding-right: max(21px, env(safe-area-inset-right)); }
  .hero { grid-template-columns: minmax(0, 1fr) 96px; min-height: auto; padding-top: 38px; gap: 14px; align-items: start; }
  .hero-copy { grid-column: 1; }
  .hero-visual { grid-column: 2; grid-row: 1; width: 96px; padding-top: 0; align-self: center; transform: translateY(-18px); }
  h1 { max-width: 340px; font-size: clamp(42px, 12vw, 58px); line-height: .94; letter-spacing: -.075em; }
  .hero-intro { max-width: 320px; margin-bottom: 26px; font-size: 13px; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .card-stage { min-height: 310px; }
  .hero-map-stage { min-height: auto; }
  .hero-map-image { width: 96px; max-width: 100%; transform: none; filter: drop-shadow(0 8px 10px rgba(31, 42, 69, .14)); }
  .nfc-card { width: min(292px, 76%); }
  .nfc-card-back { transform: translate(30px, 28px) rotate(9deg); }
  .nfc-card-front { transform: translate(-3px, -6px) rotate(-8deg); }
  .card-center strong { font-size: 24px; }
  .ticker-inner { justify-content: flex-start; width: max-content; animation: ticker-scroll 22s linear infinite; }
  @keyframes ticker-scroll { to { transform: translateX(-40%); } }
  .product, .how-it-works, .uses, .order, .faq { padding-top: 82px; padding-bottom: 86px; }
  .order { padding-top: 0; }
  .section-heading { display: block; }
  .product-feature { margin-top: 38px; }
  .product-image-panel { min-height: 330px; }
  .rating-card { width: 78%; }
  .product-details { min-height: 320px; padding: 28px 23px 34px; }
  .steps { grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr); gap: 0; margin-top: 34px; }
  .step-divider { display: grid; place-items: center; padding: 0 0 31px; transform: none; }
  .step-divider .icon { width: 16px; height: 16px; }
  .step-icon { width: 62px; height: 62px; margin-bottom: 10px; }
  .step-symbol { width: 35px; height: 35px; }
  .step-phone { width: 23px; height: 36px; }
  .step-nfc { width: 18px; height: 18px; right: 10px; top: 25px; }
  .step-check { width: 36px; height: 36px; padding: 7px; }
  .step-number { font-size: 8px; }
  .step h3 { margin: 7px 0 0; font-size: 17px; }
  .uses-heading { margin-bottom: 38px; }
  .use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .use-item { min-height: clamp(136px, 36vw, 150px); padding: 17px 15px; }
  .use-icon { width: 34px; height: 34px; margin-top: 7px; }
  .use-item strong { max-width: calc(100% - 20px); font-size: clamp(14px, 4vw, 16px); line-height: 1.08; }
  .use-arrow { right: 15px; bottom: 15px; width: 18px; height: 18px; }
  .order-copy { padding: 38px 25px 48px; }
  .order-visual { min-height: 260px; }
  .order-card { width: 210px; height: 131px; }
  .faq-heading { margin-bottom: 38px; }
  .faq-list summary { min-height: 67px; grid-template-columns: 34px 1fr 16px; gap: 10px; }
  .faq-list summary strong { font-size: 14px; line-height: 1.25; }
  .faq-list details p { margin: -2px 30px 22px 34px; font-size: 11px; }
  .footer-top { padding-bottom: 34px; display: block; }
  .footer-bottom { grid-template-columns: 1fr; gap: 14px; }
  .footer-bottom > span:nth-child(2) { text-align: left; order: 3; }
  .footer-bottom div { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 380px) {
  .hero { grid-template-columns: minmax(0, 1fr) 82px; gap: 10px; }
  .hero-visual { width: 82px; padding-top: 0; align-self: center; transform: translateY(-14px); }
  .hero-map-image { width: 82px; }
  h1 { font-size: clamp(39px, 11.5vw, 50px); }
}
