.product-page {
  --ease-precise: cubic-bezier(.22, 1, .36, 1);
  --card-yellow: #f6d64b;
  --card-yellow-ink: #23364f;
  --card-green: #d3e3d4;
  --card-lilac: #ddd0eb;
  --soft-shadow: 0 16px 42px rgba(28,22,48,.13);
  background: var(--white);
  overflow-x: clip;
}
.product-page .site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.95); backdrop-filter: blur(16px); }
.product-page .header-inner { min-height: 78px; }
.product-page h1, .product-page h2, .product-page h3 { letter-spacing: 0; }
.product-page .button { gap: 14px; transition: background 160ms, transform 160ms var(--ease-precise); }
.product-page button:active, .product-page .button:active { transform: scale(.98); }
.product-page button { touch-action: manipulation; }
.product-page .text-link { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px; line-height: 1.4; }
.product-page .text-link span { transition: transform 160ms var(--ease-precise); }
.product-hero { isolation: isolate; position: relative; display: flex; align-items: center; min-height: 620px; height: min(720px, calc(100svh - 144px)); overflow: hidden; }
.product-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.wallet-hero .product-hero-photo { object-position: center 60%; }
.product-hero-copy { width: 48%; max-width: 560px; padding-block: 40px; }
.eyebrow { margin: 0 0 20px; font-size: 16px; font-weight: 600; }
.product-hero h1 { font-size: 68px; line-height: 1.07; }
.hero-statement { font: 600 25px/1.35 var(--display); margin-top: 24px; text-wrap: balance; }
.hero-description { max-width: 38ch; font-size: 18px; line-height: 1.6; }
.store-area { margin-top: 26px; }
.store-badges { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; min-height: 48px; }
.store-badges img { height: 46px; width: auto; display: block; }
.store-badges .google-badge { height: 46px; }
.store-availability { font-size: 13px; line-height: 1.5; margin-top: 12px; color: var(--muted); }
.preview-link { margin-top: 12px; font-size: 15px; }
.portal-hero { color: white; background: var(--night); }
.portal-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(23,16,32,.93), rgba(23,16,32,.76) 34%, rgba(23,16,32,.13) 72%); }
.portal-hero .product-hero-photo { object-position: center 58%; }
.portal-hero h1 { font-size: 58px; }
.portal-hero .hero-statement { font-size: 25px; }
.portal-hero .eyebrow { color: var(--card-lilac); }
.portal-hero .actions { margin-top: 30px; }
.portal-hero .text-link { color: white; }
.section-nav { position: sticky; top: 78px; z-index: 15; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.section-nav .wrap { display: flex; align-items: center; gap: 34px; min-height: 64px; overflow: auto; scrollbar-width: none; }
.section-nav span { margin-right: auto; font-family: var(--display); font-size: 15px; font-weight: 600; white-space: nowrap; }
.section-nav a { color: var(--muted); font-size: 14px; padding-block: 20px; text-decoration: none; white-space: nowrap; }
.section-nav a:hover, .section-nav a[aria-current="location"] { color: var(--purple-dark); }
.product-section { padding-block: 104px; scroll-margin-top: 156px; }
.product-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.section-number { display: block; margin-bottom: 22px; color: var(--muted); font-size: 14px; font-weight: 600; }
.story-copy h2, .section-title-row h2, .connection-grid h2 { font-size: 44px; line-height: 1.12; }
.story-copy > p, .section-title-row > p, .connection-grid > div > p { color: var(--muted); font-size: 19px; }
.story-copy > .text-link, .connection-grid .text-link { margin-top: 26px; }
.plain-points { padding: 0; margin: 26px 0; list-style: none; }
.plain-points li { position: relative; padding: 7px 0 7px 26px; }
.plain-points li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.wallet-example { min-width: 0; }
.wallet-fan { position: relative; height: 470px; isolation: isolate; }
.example-card { border-radius: 8px; padding: 28px; width: 350px; min-height: 328px; background: var(--card-yellow); color: var(--card-yellow-ink); box-shadow: var(--soft-shadow); }
.wallet-fan .example-card { position: absolute; left: 50%; top: 70px; transform: translateX(-50%); transition: transform 320ms var(--ease-precise); }
.card-bloom { background: var(--card-lilac); color: var(--ink); }
.card-form { background: var(--card-green); color: #183c2d; }
.wallet-fan .card-bloom { transform: translate(-39%,-32px) rotate(12deg); z-index: 1; }
.wallet-fan .card-form { transform: translate(-61%,-12px) rotate(-12deg); z-index: 2; }
.wallet-fan .card-daybreak { z-index: 3; }
.wallet-fan .example-card.is-selected { transform: translate(-50%,30px) rotate(0); z-index: 4; }
.example-card-head { display: flex; flex-direction: column; gap: 2px; }
.card-brand { font: 700 25px/1.2 var(--display); }
.example-card-head > span:last-child { font-size: 12px; font-weight: 500; }
.example-card > p { margin-top: 25px; font: 600 23px/1.2 var(--display); }
.sample-stamps { margin-block: 24px; display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); gap: 7px; }
.sample-stamps > * { display: grid; place-items: center; aspect-ratio: 1; border: 1.5px solid currentColor; border-radius: 50%; font-style: normal; font-size: 20px; line-height: 1; min-width: 0; }
.sample-stamps b { background: currentColor; }
.sample-stamps b::first-letter { color: var(--card-yellow); }
.sample-stamps b { color: var(--card-yellow-ink); -webkit-text-fill-color: var(--card-yellow); }
.card-form .sample-stamps b { -webkit-text-fill-color: var(--card-green); }
.card-bloom .sample-stamps b { -webkit-text-fill-color: var(--card-lilac); }
.card-foot { display: flex; flex-direction: column; gap: 4px; font-size: 13px; }
.card-foot strong { font-size: 15px; }
.wallet-choices { display: flex; justify-content: center; gap: 26px; }
.wallet-choices button { border: 0; border-bottom: 2px solid transparent; padding: 10px 0; color: var(--muted); background: none; font-size: 15px; }
.wallet-choices button[aria-pressed="true"] { color: var(--ink); border-bottom-color: var(--ink); font-weight: 700; }
.example-caption { color: var(--muted); font-size: 12px; margin-top: 22px; }
.wallet-example .example-caption, .collect-example .example-caption { text-align: center; }
.collect-story { background: var(--night); color: white; }
.collect-story .story-copy > p, .collect-story .section-number, .collect-story .journey-list p, .collect-story .example-caption { color: #c9c0d6; }
.collect-story .text-link { color: #cdbaff; }
.demo-phone { width: 300px; min-height: 550px; margin-inline: auto; padding: 24px 19px 20px; border: 6px solid #352b41; border-radius: 40px; background: var(--paper); color: var(--ink); position: relative; box-shadow: 0 28px 55px rgba(0,0,0,.22); }
.phone-island { position: absolute; top: 12px; width: 76px; height: 18px; border-radius: 12px; left: 50%; transform: translateX(-50%); background: var(--night); }
.demo-phone-top { display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; }
.phone-section-label { font-size: 11px; color: var(--muted); margin-top: 30px; }
.demo-phone h3 { font-size: 20px; margin-top: 6px; }
.coffee-detail { margin-top: 20px; overflow: hidden; border-radius: 6px; height: 155px; }
.coffee-detail img { width: 100%; height: 100%; object-fit: cover; }
.demo-reward-title { display: block; margin-top: 20px; font: 600 21px/1.3 var(--display); }
.demo-progress { margin-top: 8px; font-size: 13px; }
.demo-stamps { margin-block: 20px; gap: 6px; color: var(--purple); }
.demo-stamps b { background: var(--purple); color: var(--purple); -webkit-text-fill-color: white; font-size: 15px; }
.demo-phone .button { width: 100%; font-size: 13px; min-height: 42px; padding-inline: 8px; }
.demo-status { font-size: 11px; line-height: 1.5; min-height: 34px; margin-top: 14px; color: var(--muted); }
.journey-list { list-style: none; margin: 30px 0 0; padding: 0; }
.journey-list li { display: grid; grid-template-columns: 32px 1fr; gap: 18px; padding-block: 20px; }
.journey-list li + li { border-top: 1px solid #46384f; }
.journey-list li > span { font-size: 13px; padding-top: 4px; color: #cdbaff; }
.journey-list h3 { font-size: 22px; }
.journey-list p { font-size: 16px; margin-top: 8px; }
.offers-story { background: var(--green-soft); }
.section-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 48px; }
.section-title-row > p { max-width: 420px; margin: 0 0 2px; }
.offer-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.offer-image-button { padding: 0; border: 0; border-radius: 6px; display: block; width: 100%; position: relative; overflow: hidden; background: transparent; }
.offer-image-button img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: contain; transition: transform 250ms var(--ease-precise); }
.image-expand { position: absolute; right: 14px; bottom: 14px; width: 36px; height: 36px; display: grid; place-items: center; background: white; border-radius: 50%; color: var(--ink); font-size: 23px; }
.offer-gallery figcaption { margin-top: 20px; display: flex; flex-direction: column; gap: 7px; }
.offer-gallery figcaption strong { color: var(--ink); font-family: var(--display); font-size: 19px; }
.offer-gallery figcaption span { font-size: 13px; }
.connection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.notification-example { display: flex; align-items: flex-start; gap: 14px; padding: 24px; border-radius: 8px; background: #fff; color: var(--ink); box-shadow: var(--soft-shadow); border: 1px solid var(--line); }
.notification-example > img { width: 40px; height: 40px; border-radius: 8px; }
.notification-example > div { flex: 1; min-width: 0; }
.notification-meta { display: flex; justify-content: space-between; font-size: 10px; color: var(--muted); margin-bottom: 6px; }
.notification-example strong { font-size: 16px; }
.notification-example p { margin-top: 5px; font-size: 15px; line-height: 1.5; }
.download-finale { padding: 88px 0; text-align: center; background: var(--purple-soft); }
.finale-icon { width: 64px; height: 64px; margin: 0 auto 24px; border-radius: 12px; }
.download-finale h2, .portal-finale h2 { font-size: 46px; }
.download-finale .store-area { margin-top: 28px; }
.download-finale .store-badges { justify-content: center; }
.download-finale .store-availability { margin-inline: auto; }
.download-finale .text-link { margin-top: 16px; }
.card-studio-illustration { padding: 22px 0; }
.studio-caption { display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 13px; margin-bottom: 24px; }
.studio-dot { display: inline-block; width: 7px; height: 7px; flex-shrink: 0; border-radius: 50%; background: var(--green); }
.studio-card { width: min(100%,390px); margin-inline: auto; transform: rotate(-4deg); }
.studio-specs { margin: 36px auto 0; max-width: 390px; }
.studio-specs > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 12px; border-bottom: 1px solid var(--line); font-size: 13px; }
.studio-specs dd { margin: 0; display: flex; align-items: center; gap: 7px; }
.colour-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--card-yellow); border: 1px solid #b89a36; }
.card-studio-illustration > .example-caption { text-align: center; }
.marketing-story { background: var(--paper); }
.marketing-tabs { display: flex; gap: 30px; border-bottom: 1px solid var(--line); overflow: auto; scrollbar-width: none; }
.marketing-tabs button { flex-shrink: 0; border: 0; border-bottom: 3px solid transparent; color: var(--muted); background: transparent; padding: 19px 0; font-size: 16px; font-weight: 600; }
.marketing-tabs button[aria-selected="true"] { border-bottom-color: var(--purple); color: var(--purple-dark); }
.marketing-stage { min-height: 575px; }
.marketing-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 74px; padding-top: 54px; }
.marketing-art { min-width: 0; min-height: 425px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.marketing-copy h3 { font-size: 35px; }
.tool-label { font-size: 13px; color: var(--purple-dark); margin: 0 0 18px; font-weight: 600; }
.marketing-copy > p:not(.tool-label) { font-size: 17px; color: var(--muted); }
.marketing-copy .plain-points { font-size: 15px; margin-block: 22px; }
.marketing-copy .text-link { font-size: 15px; }
.message-composer { padding: 30px; background: var(--purple-soft); border-radius: 8px; width: 88%; margin-left: 2%; }
.composer-title { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; }
.composer-label { font-size: 11px; color: var(--muted); margin-top: 24px; }
.composed-copy { font-family: var(--display); font-size: 21px; line-height: 1.4; margin-top: 8px; }
.composer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 26px; font-size: 10px; }
.delivery-pill { background: var(--purple); color: white; padding: 4px 8px; border-radius: 4px; }
.marketing-art > .notification-example { width: 94%; margin: -8px 0 0 6%; z-index: 1; }
.promotion-art > img { width: 100%; height: auto; border-radius: 6px; aspect-ratio: 3/2; object-fit: contain; }
.art-status { background: white; border: 1px solid var(--line); display: flex; align-items: center; gap: 9px; font-size: 12px; padding: 13px 18px; width: max-content; max-width: 90%; margin: -16px auto 0; z-index: 1; box-shadow: var(--soft-shadow); }
.birthday-date { background: var(--card-lilac); padding: 32px; width: 80%; margin: 0 auto; text-align: center; border-radius: 8px; }
.birthday-date > span { display: block; font-size: 13px; }
.birthday-date > strong { font: 700 92px/1.2 var(--display); }
.birthday-rule { height: 1px; width: 38px; background: var(--ink); margin: 20px auto; }
.birthday-date > p { font: 600 24px/1.2 var(--display); }
.visit-timeline { padding: 25px 32px; background: var(--green-soft); border-radius: 8px; width: 90%; }
.visit-timeline > div { display: flex; gap: 18px; position: relative; padding: 15px 0; }
.visit-timeline > div:not(:last-child)::after { content: ''; position: absolute; left: 5px; top: 27px; bottom: -15px; width: 1px; background: #a8bba9; }
.timeline-point { border-radius: 50%; background: var(--green); width: 11px; height: 11px; flex-shrink: 0; margin-top: 5px; }
.timeline-point.quiet { background: white; border: 1px solid var(--green); }
.visit-timeline p { margin: 0; font-size: 11px; color: var(--muted); }
.visit-timeline strong { display: block; color: var(--ink); font-size: 16px; margin-top: 6px; }
.activity-example { padding-block: 20px; }
.activity-example-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 24px; }
.activity-example-heading h3 { font-size: 22px; }
.activity-example-heading > span { font-size: 11px; color: var(--muted); }
.member-line { display: flex; gap: 16px; align-items: center; padding: 23px 0; border-top: 1px solid var(--line); }
.member-avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--card-lilac); font-size: 14px; font-weight: 600; }
.member-avatar.green { background: var(--card-green); }.member-avatar.yellow { background: var(--card-yellow); }
.member-line > div { display: flex; flex-direction: column; gap: 4px; }.member-line strong { font-size: 16px; }.member-line div > span { font-size: 13px; color: var(--muted); }
.member-progress { margin-left: auto; font-size: 13px; }.reward-ready { color: var(--green); font-weight: 700; }
.portal-plans { background: var(--green-soft); }
.plan-summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.plan-summary-grid article { border-top: 1px solid #b6cbb9; padding-top: 28px; }
.plan-type { font: 600 17px var(--display); color: var(--green); }.plan-summary-grid h3 { font-size: 29px; margin-top: 20px; }.plan-summary-grid p { color: var(--muted); margin-bottom: 24px; }
.plan-trial-note { font-size: 13px; margin-top: 44px; color: var(--muted); }
.portal-finale { padding: 90px 0; text-align: center; background: var(--purple-soft); }.portal-finale .button { margin: 32px auto 24px; }.portal-finale .text-link { display: flex; width: max-content; margin-inline: auto; font-size: 15px; }
.offer-dialog { border: 0; border-radius: 8px; width: min(1040px,calc(100% - 40px)); max-height: calc(100svh - 40px); padding: 18px; background: white; color: var(--ink); box-shadow: var(--soft-shadow); }
.offer-dialog::backdrop { background: rgba(23,16,32,.84); }.offer-dialog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 14px; }.offer-dialog h2 { font-size: 18px; }.icon-button { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; background: var(--paper); color: var(--ink); border: 0; border-radius: 50%; font-size: 27px; }
.offer-dialog > img { width: 100%; height: auto; max-height: calc(100svh - 175px); object-fit: contain; }.offer-dialog > p { font-size: 12px; color: var(--muted); margin-top: 12px; }
@media (hover:hover) and (pointer:fine) { .product-page .text-link:hover span { transform: translateX(3px); }.offer-image-button:hover img { transform: scale(1.02); } }
@media (max-width:1100px) { .product-split, .connection-grid { gap: 55px; }.example-card { width: 320px; }.product-hero h1 { font-size: 56px; }.portal-hero h1 { font-size: 50px; }.story-copy h2, .section-title-row h2, .connection-grid h2 { font-size: 38px; }.marketing-panel { gap: 44px; }.section-title-row { gap: 40px; }.product-hero-copy { width: 49%; }.hero-statement { font-size: 22px; } }
@media (max-width:960px) { .product-page .header-inner { min-height: 68px; }.section-nav { top: 68px; }.section-nav span { display: none; }.section-nav .wrap { gap: 26px; min-height: 58px; }.section-nav a { padding-block: 17px; }.product-section { scroll-margin-top: 138px; }.product-split { gap: 40px; }.example-card { width: 285px; padding: 24px; }.example-card > p { font-size: 21px; }.card-brand { font-size: 23px; }.sample-stamps { gap: 5px; }.sample-stamps > * { font-size: 16px; }.wallet-fan { height: 445px; }.marketing-tabs { gap: 24px; }.marketing-tabs button { font-size: 14px; }.message-composer { padding: 24px; }.composer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }.notification-example { padding: 19px; gap: 10px; }.notification-example > img { width: 32px; height: 32px; }.notification-example p { font-size: 13px; }.notification-example strong { font-size: 14px; }.section-title-row > p { max-width: 340px; } }
@media (max-width:720px) {
  .product-hero { min-height: 660px; height: auto; align-items: flex-start; }.product-hero-copy { width: 100%; max-width: 460px; padding: 34px 0 290px; }.product-hero h1 { font-size: 44px; }.eyebrow { margin-bottom: 14px; font-size: 13px; }.hero-statement { font-size: 22px; margin-top: 16px; }.hero-description { max-width: 35ch; font-size: 16px; margin-top: 14px; }
  .wallet-hero .product-hero-photo { object-position: 85% bottom; }.wallet-hero::before { content:''; position:absolute; inset:0; z-index:-1; background:linear-gradient(180deg,rgba(250,249,252,.99) 0%,rgba(250,249,252,.98) 71%,rgba(250,249,252,.05) 90%); }
  .store-area { margin-top: 20px; }.store-badges { gap: 14px; }.store-badges img { height: 41px; }.store-badges .google-badge { height: 41px; }.store-availability { font-size: 12px; }.preview-link { font-size: 14px; }
  .portal-hero .product-hero-copy { padding: 36px 0 225px; }.portal-hero h1 { font-size: 43px; }.portal-hero .hero-statement { font-size: 22px; }.portal-hero .product-hero-photo { object-position: 66% bottom; }.portal-hero::before { background:linear-gradient(180deg,rgba(23,16,32,.9),rgba(23,16,32,.84) 49%,rgba(23,16,32,.15) 83%); }.portal-hero .actions { gap: 20px; flex-direction: column; align-items: flex-start; }
  .product-section { padding-block: 66px; }.product-split, .connection-grid, .marketing-panel { grid-template-columns: 1fr; gap: 38px; }.story-copy h2, .section-title-row h2, .connection-grid h2 { font-size: 34px; }.story-copy > p, .section-title-row > p, .connection-grid > div > p { font-size: 17px; }.section-number { margin-bottom: 16px; font-size: 12px; }.plain-points { font-size: 15px; margin-block: 22px; }
  .wallet-fan { height: 410px; }.wallet-fan .example-card { top: 36px; width: min(300px,calc(100% - 48px)); padding: 24px; }.example-card { min-height: 310px; }.wallet-fan .card-bloom { transform: translate(-43%,-5px) rotate(7deg); }.wallet-fan .card-form { transform: translate(-57%,5px) rotate(-7deg); }.wallet-fan .example-card.is-selected { transform: translate(-50%,32px); }.wallet-choices { gap: 25px; }.card-foot strong { font-size: 13px; }.sample-stamps > * { font-size: 17px; }.wallet-fan .example-card > p { font-size: 20px; }
  .collect-example { order: 2; }.demo-phone { width: min(300px,100%); }.journey-list h3 { font-size: 20px; }.section-title-row { display: block; margin-bottom: 32px; }.section-title-row > p { max-width: none; margin-top: 22px; }.section-title-row > .button { margin-top: 24px; }
  .offer-gallery { gap: 24px; grid-template-columns: 1fr; }.offer-gallery figcaption strong { font-size: 17px; }.offer-gallery figcaption { margin-top: 15px; }.connection-grid { gap: 32px; }.notification-example { padding: 24px; }.notification-example p { font-size: 14px; }
  .download-finale, .portal-finale { padding-block: 64px; }.download-finale h2, .portal-finale h2 { font-size: 34px; }.studio-card { width: calc(100% - 20px); max-width: 370px; }.marketing-stage { min-height: 0; }.marketing-panel { padding-top: 32px; }.marketing-art { min-height: 350px; }.marketing-copy h3 { font-size: 31px; }.marketing-copy > p:not(.tool-label) { font-size: 16px; }.marketing-art > .notification-example { width: 96%; margin-left: 4%; }.birthday-date { padding: 24px; }.birthday-date > strong { font-size: 74px; }.message-composer { width: 91%; }.composed-copy { font-size: 21px; }.visit-timeline { padding: 18px 24px; }
  .activity-example-heading { align-items: flex-start; flex-direction: column; gap: 8px; }.activity-example-heading h3 { font-size: 21px; }.plan-summary-grid { grid-template-columns: 1fr; gap: 40px; }.plan-summary-grid h3 { font-size: 27px; }.plan-trial-note { margin-top: 30px; }.offer-dialog { width: calc(100% - 20px); padding: 12px; }.offer-dialog h2 { font-size: 15px; }
}
@media (max-width:360px) { .store-badges { gap: 10px; flex-wrap: nowrap; }.store-badges img, .store-badges .google-badge { height: 37px; }.product-hero-copy { padding-bottom: 240px; }.product-hero h1 { font-size: 38px; }.hero-statement { font-size: 20px; }.wallet-fan .example-card { width: calc(100% - 32px); padding: 20px; }.example-card-head .card-brand { font-size: 22px; }.wallet-fan .example-card > p { font-size: 19px; }.sample-stamps { gap: 4px; }.sample-stamps > * { font-size: 14px; }.card-foot { font-size: 12px; }.story-copy h2, .section-title-row h2, .connection-grid h2 { font-size: 31px; }.notification-example { padding: 18px; }.notification-example > img { width: 28px; height: 28px; }.demo-phone { padding-inline: 16px; } }
@media (prefers-reduced-motion:reduce) { .product-page *, .product-page *::before, .product-page *::after { animation:none!important; transition:none!important; scroll-behavior:auto!important; } }
@media (max-width:720px) {
  .wallet-hero .product-hero-copy { padding-bottom: 220px; }
  .marketing-art, .marketing-copy { min-width: 0; }
  .offer-dialog { width: 100%; max-width: none; height: 100dvh; max-height: none; margin: 0; border-radius: 0; padding: 12px; }
  .offer-dialog[open] { display: flex; flex-direction: column; }
  .offer-dialog-toolbar { flex-shrink: 0; }
  .offer-dialog > img { flex: 1; min-height: 0; max-height: none; }
  .offer-dialog > p { flex-shrink: 0; padding-bottom: env(safe-area-inset-bottom, 0px); }
}
@media (max-width:360px) {
  .store-badges { width: calc(100% + 16px); margin-inline: -8px; gap: 8px; }
  .store-badges img, .store-badges .google-badge { height: 40px; }
}
@media (max-width:720px) and (max-height:740px) {
  .product-hero { min-height: 0; }
  .wallet-hero .product-hero-copy { padding-bottom: 100px; }
  .portal-hero .product-hero-copy { padding-bottom: 95px; }
}
@media (prefers-reduced-transparency:reduce) { .product-page .site-header, .section-nav { background: white; backdrop-filter:none; } }
@media (prefers-contrast:more) { .product-page { --muted:var(--ink); }.product-page .site-header, .section-nav { background:white; backdrop-filter:none; }.example-caption { color:var(--ink); } }
