:root { color-scheme: light; --ink: #17231d; --green: #166534; --muted: #59655e; --line: #dce3dd; --pale: #f3f6f3; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid #4f8bfa; outline-offset: 6px; }
svg { display: block; }
.wrap { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.header { height: 100px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; }
.brand-mark { width: 33px; height: 33px; }
.brand-name { font-size: 29px; font-weight: 750; letter-spacing: -1.6px; }
.brand-sub { margin-left: 2px; font-size: 12px; font-weight: 500; letter-spacing: 0; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; }
.nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.nav a:hover { color: var(--green); }
.nav .demo-link { gap: 12px; }
.arrow { width: 16px; height: 16px; flex: none; }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 55px; padding-top: 49px; padding-bottom: 52px; }
.hero-copy { padding-bottom: 56px; }
.eyebrow { display: flex; gap: 9px; align-items: center; margin: 0 0 24px; font-size: 11px; font-weight: 650; letter-spacing: 1.55px; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 7px; height: 7px; background: var(--green); }
h1 { margin: 0; font-size: clamp(49px, 4.75vw, 69px); font-weight: 620; line-height: 1.065; letter-spacing: -3.6px; }
h1 span { display: block; }
h1 .green { color: var(--green); }
.intro { max-width: 420px; margin: 27px 0 24px; font-size: 16px; line-height: 1.65; color: var(--muted); }
.cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 39px; min-height: 48px; padding: 14px 19px; border-radius: 5px; color: #fff; background: var(--green); text-decoration: none; font-size: 13px; font-weight: 650; transition: background .15s ease; }
.cta:hover { background: #104e28; }
.app-note { display: flex; align-items: center; gap: 7px; margin: 16px 0 0; font-size: 11px; color: var(--muted); }
.app-note svg { width: 14px; height: 14px; color: var(--green); }
.return-story { padding: 31px 34px; border: 1px solid #e1eae2; border-radius: 10px; background: var(--pale); }
.story-kicker { margin: 0 0 21px; color: var(--green); font-size: 11px; font-weight: 650; letter-spacing: 1.15px; text-transform: uppercase; }
.return-story ol { margin: 0; padding: 0; list-style: none; }
.return-story li { display: flex; gap: 19px; padding: 17px 0; border-top: 1px solid #dce5dd; }
.return-story li:last-child { padding-bottom: 0; }
.story-number { flex: none; padding-top: 2px; color: var(--green); font-size: 11px; font-weight: 600; }
.return-story strong { display: block; margin-bottom: 5px; font-size: 17px; font-weight: 600; letter-spacing: -.3px; }
.return-story li p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.journey { min-width: 0; margin: 0; padding-top: 3px; }
.journey-caption { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 0 0 16px; font-size: 11px; }
.journey-caption strong { font-weight: 550; }
.example-label { color: var(--muted); font-size: 9px; letter-spacing: .5px; text-transform: uppercase; }
.journey-order { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 0 0 15px; font-size: 10px; color: var(--muted); }
.journey-order b { color: var(--green); font-weight: 600; }
.journey-order svg { width: 12px; height: 12px; color: #8d9d91; }
.steps { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; grid-template-areas: "card card" "staff sms"; gap: 24px 18px; isolation: isolate; padding: 26px 0 0; margin: 0; list-style: none; }
.steps::before { content: ""; position: absolute; inset: 0 -20px 36px 19px; z-index: -1; background: var(--pale); border: 1px solid #e9eeea; border-radius: 9px; }
.step { min-width: 0; }
.step-title { display: flex; align-items: center; gap: 7px; margin: 0 0 11px; color: #44564a; font-size: 10px; font-weight: 550; }
.step-number { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid #cbd7cd; border-radius: 50%; font-size: 9px; font-weight: 550; color: var(--green); background: #fff; flex: none; }
.step-staff { grid-area: staff; padding-top: 18px; }
.step-sms { grid-area: sms; }
.step-card { grid-area: card; padding-left: 43px; padding-right: 1px; }
.step-card > .step-title { justify-content: space-between; padding-left: 1px; font-size: 11px; }
.card-label { display: flex; align-items: center; gap: 8px; }
.card-private { display: flex; align-items: center; gap: 4px; font-size: 9px; color: var(--muted); }
.card-private svg { width: 12px; height: 12px; }
.card { background: #fff; border: 1px solid #c3d3c6; border-radius: 8px; box-shadow: 0 13px 23px -17px #54705c4d; overflow: hidden; }
.card-main { padding: 25px 26px 28px; }
.card-heading { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.merchant { margin: 0; color: var(--green); font-size: 12px; font-weight: 500; }
.programme { margin: 8px 0 0; font-size: 28px; font-weight: 590; letter-spacing: -1px; }
.card-heading > svg { width: 29px; height: 29px; margin-top: 2px; color: var(--green); }
.stamp-count { display: flex; align-items: baseline; justify-content: space-between; margin-top: 35px; font-size: 11px; color: var(--muted); }
.stamp-count strong { color: var(--ink); font-size: 16px; font-weight: 600; }
.stamps { display: flex; justify-content: space-between; gap: 11px; margin-top: 16px; }
.stamp { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 1 54px; aspect-ratio: 1; border-radius: 50%; color: #fff; background: var(--green); }
.stamp svg { width: 23px; height: 23px; }
.stamp.empty { border: 1px dashed #a8b9a5; color: #617d5e; background: #f8faf5; font-size: 16px; }
.reward-strip { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 26px; background: #edf3df; border-top: 1px solid #dce6d8; }
.reward-strip p { margin: 0; color: #56664a; font-size: 10px; }
.reward-strip strong { display: block; margin-top: 5px; font-size: 15px; font-weight: 550; color: #304126; }
.reward-strip > svg { width: 25px; height: 25px; color: #647c4c; flex: none; }
.mini { border: 1px solid #d7e0d8; border-radius: 6px; background: #fff; }
.mini-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 13px; border-bottom: 1px solid #e9eeea; font-size: 9px; color: var(--muted); }
.tiny-brand { display: flex; align-items: center; gap: 5px; color: var(--green); font-size: 11px; font-weight: 750; letter-spacing: -.4px; }
.tiny-brand svg { width: 12px; height: 12px; }
.staff-body { padding: 14px 13px 13px; }
.staff-body .merchant { font-size: 9px; color: var(--muted); }
.confirmation { display: flex; align-items: center; gap: 5px; margin: 9px 0 13px; font-size: 16px; font-weight: 550; letter-spacing: -.45px; }
.confirmation svg { width: 17px; height: 17px; color: var(--green); flex: none; }
.staff-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding-top: 10px; border-top: 1px solid #e9eeea; font-size: 9px; color: var(--muted); }
.staff-meta strong { color: var(--ink); font-size: 12px; font-weight: 600; }
.sms-sample { padding: 14px; }
.sms-heading { display: flex; align-items: center; gap: 6px; margin-bottom: 11px; font-size: 9px; color: var(--muted); }
.sms-heading svg { width: 14px; height: 14px; color: var(--green); }
.message { margin: 0; padding: 12px; border-radius: 2px 9px 9px 9px; color: #354339; background: #e8eee8; font-size: 10px; line-height: 1.65; }
.message strong { color: var(--ink); font-weight: 600; }
.message-link { display: block; margin-top: 7px; color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1180px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 33px; grid-template-columns: 1fr 1fr; }
  h1 { font-size: 57px; letter-spacing: -3.1px; }
  .intro { font-size: 14px; }
  .step-card { padding-left: 24px; }
  .steps::before { right: -12px; left: 10px; }
  .card-main { padding-inline: 21px; }
  .reward-strip { padding-inline: 21px; }
  .stamp { width: 46px; height: 46px; flex-basis: 46px; }
  .stamp svg { width: 21px; height: 21px; }
}
@media (max-width: 980px) and (min-width: 761px) {
  .hero { gap: 27px; }
  h1 { font-size: 44px; letter-spacing: -2.5px; }
  .eyebrow { font-size: 9px; letter-spacing: 1px; }
  .journey-caption { align-items: start; flex-direction: column; gap: 5px; }
  .journey-order { font-size: 8px; gap: 5px; }
  .journey-order svg { width: 9px; }
  .step-card { padding-left: 13px; }
  .steps { column-gap: 11px; }
  .card-main { padding: 20px 16px 24px; }
  .programme { font-size: 25px; }
  .stamp { width: 40px; height: 40px; flex-basis: 40px; }
  .stamps { gap: 7px; }
  .reward-strip { padding: 16px; }
  .reward-strip strong { font-size: 14px; }
  .step-title { font-size: 9px; gap: 5px; }
  .step-number { width: 18px; height: 18px; font-size: 8px; }
  .confirmation { font-size: 13px; }
  .mini-toolbar, .staff-body { padding-inline: 10px; }
  .sms-sample { padding: 10px; }
  .message { padding: 10px; font-size: 9px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 44px); }
  .header { height: 81px; }
  .brand-mark { width: 29px; height: 29px; }
  .brand-name { font-size: 27px; }
  .brand-sub { font-size: 10px; }
  .nav { gap: 0; font-size: 11px; }
  .nav .demo-link { gap: 5px; }
  .nav .arrow { width: 13px; height: 13px; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 34px; padding-bottom: 34px; }
  .hero-copy { padding-bottom: 0; }
  .eyebrow { margin-bottom: 18px; font-size: 9px; letter-spacing: 1.2px; }
  h1 { font-size: clamp(38px, 11.5vw, 58px); line-height: 1.055; letter-spacing: -2.5px; }
  .intro { max-width: 345px; margin: 19px 0 19px; font-size: 14px; line-height: 1.6; }
  .cta { min-height: 49px; padding-inline: 18px; gap: 51px; }
  .app-note { margin-top: 13px; font-size: 10px; }
  .return-story { padding: 23px 22px; }
  .story-kicker { font-size: 10px; }
  .return-story li { gap: 14px; }
  .return-story strong { font-size: 16px; }
  .journey { padding-top: 0; }
  .journey-caption { align-items: start; gap: 8px; margin-bottom: 15px; font-size: 10px; }
  .example-label { padding-top: 1px; font-size: 8px; }
  .journey-order { gap: 7px; font-size: 9px; margin-bottom: 16px; }
  .journey-order svg { width: 10px; }
  .steps { gap: 21px 11px; padding-top: 18px; }
  .steps::before { inset: 0 -9px 40px 9px; }
  .step-card { padding-left: 15px; padding-right: 8px; }
  .step-card > .step-title { font-size: 10px; }
  .card-private { font-size: 8px; }
  .card-main { padding: 21px 20px 24px; }
  .merchant { font-size: 11px; }
  .programme { margin-top: 8px; font-size: 26px; }
  .card-heading > svg { width: 25px; height: 25px; }
  .stamp-count { margin-top: 27px; font-size: 10px; }
  .stamp-count strong { font-size: 14px; }
  .stamps { gap: 7px; margin-top: 16px; }
  .stamp { width: 43px; height: 43px; flex-basis: 43px; }
  .stamp svg { width: 20px; height: 20px; }
  .reward-strip { padding: 17px 20px; }
  .reward-strip strong { font-size: 14px; }
  .reward-strip > svg { width: 22px; height: 22px; }
  .step-staff { padding-top: 14px; }
  .step-title { gap: 5px; font-size: 9px; }
  .step-number { width: 18px; height: 18px; font-size: 8px; }
  .mini-toolbar { padding: 10px; font-size: 9px; }
  .staff-body { padding: 13px 10px; }
  .staff-body .merchant { font-size: 10px; }
  .confirmation { margin-top: 10px; font-size: 13px; letter-spacing: -.4px; gap: 4px; }
  .confirmation svg { width: 15px; height: 15px; }
  .staff-meta { gap: 4px; font-size: 10px; }
  .staff-meta strong { font-size: 11px; }
  .sms-sample { padding: 10px; }
  .sms-heading { font-size: 9px; gap: 5px; margin-bottom: 9px; }
  .sms-heading svg { width: 12px; height: 12px; }
  .message { padding: 10px; font-size: 11px; line-height: 1.6; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 36px); }
  .steps { grid-template-columns: 1fr 1fr; gap: 17px 9px; }
  .card-main { padding-inline: 16px; }
  .reward-strip { padding-inline: 16px; }
  .stamp { width: 38px; height: 38px; flex-basis: 38px; }
  .mini-toolbar, .staff-body, .sms-sample { padding-inline: 8px; }
  .confirmation { font-size: 11px; }
  .staff-meta { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .cta { transition: none; } }

/* The product examples follow the merchant outcome, with native HTML controls. */
:target { scroll-margin-top: 28px; }
.skip-link { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 12px 18px; background: #fff; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
section[tabindex="-1"]:focus, main:focus { outline: none; }
.section { padding-block: 74px; border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; margin-bottom: 36px; }
.kicker { margin: 0 0 16px; color: var(--green); font-size: 11px; font-weight: 650; letter-spacing: 1.4px; text-transform: uppercase; }
h2 { margin: 0; font-size: clamp(30px, 3vw, 42px); line-height: 1.13; font-weight: 580; letter-spacing: -1.5px; }
.section-head > p, .section-intro { max-width: 460px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.section-head > p { padding-top: 28px; }
.process .journey { width: min(700px, 100%); margin-inline: auto; }
.programmes { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.feature { display: flex; flex-direction: column; padding: 32px; border-radius: 9px; background: var(--pale); }
.feature h3 { margin: 0 0 13px; font-size: 24px; font-weight: 580; letter-spacing: -.65px; }
.feature > p { margin: 0 0 26px; max-width: 440px; font-size: 15px; line-height: 1.7; color: var(--muted); }
.feature.vouchers { background: #f7f5ee; }
.programme-example { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding: 22px 0 0; border-top: 1px solid #d4ded5; }
.programme-example p { margin: 0; }
.programme-example strong { display: block; margin-bottom: 7px; font-size: 16px; font-weight: 600; }
.programme-example small { color: var(--muted); font-size: 12px; }
.programme-example svg { flex: none; width: 48px; height: 48px; color: var(--green); }
.setup { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.setup .section-intro { margin-top: 23px; }
.setup-list { margin: 0; padding: 0; list-style: none; counter-reset: setup; }
.setup-list li { position: relative; padding: 0 0 24px 49px; counter-increment: setup; }
.setup-list li::before { content: "0" counter(setup); position: absolute; left: 0; top: 0; color: var(--green); font-size: 12px; line-height: 26px; }
.setup-list li + li { border-top: 1px solid var(--line); padding-top: 24px; }
.setup-list li + li::before { top: 24px; }
.setup-list li:last-child { padding-bottom: 0; }
.setup-list h3 { font-size: 18px; font-weight: 600; margin: 0 0 9px; letter-spacing: -.35px; }
.setup-list p { margin: 0; font-size: 14px; line-height: 1.75; color: var(--muted); }
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; cursor: pointer; padding: 21px 0; font-size: 16px; font-weight: 550; list-style: none; line-height: 1.5; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; flex: none; color: var(--green); font-size: 20px; font-weight: 400; }
details[open] summary::after { content: "−"; }
summary:focus-visible { outline: 3px solid #4f8bfa; outline-offset: 4px; }
details p { margin: 0; padding: 0 25px 22px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
details a { color: var(--green); }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 64px; padding: 48px; border-radius: 10px; background: var(--green); color: #fff; }
.contact .kicker { color: #d9e8cf; }
.contact h2 { max-width: 440px; }
.contact p:not(.kicker) { max-width: 395px; margin: 20px 0 0; font-size: 15px; line-height: 1.7; color: #e2eee4; }
.contact-links { display: flex; align-items: flex-start; flex-direction: column; gap: 14px; }
.contact .cta { background: #fff; color: var(--green); font-size: 15px; min-height: 52px; }
.contact .cta:hover { background: #edf3df; }
.contact .phone-link { display: inline-flex; align-items: center; min-height: 44px; color: #fff; font-size: 15px; }
.contact .contact-email { margin: 0 !important; font-size: 13px !important; overflow-wrap: anywhere; }
.footer { display: flex; justify-content: space-between; gap: 32px; padding-block: 26px 36px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer p { margin: 0; line-height: 1.8; }
.footer strong { color: var(--ink); font-weight: 600; }
.footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0 26px; }
.footer a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
@media (max-width: 980px) {
  .section-head, .setup, .faq, .contact { gap: 40px; }
  .feature { padding: 26px; }
  .contact { padding: 36px; }
}
@media (max-width: 760px) {
  .section { padding-block: 42px; }
  .section-head, .programmes, .setup, .faq, .contact { grid-template-columns: 1fr; gap: 26px; }
  .section-head { margin-bottom: 25px; }
  .section-head > p { padding-top: 0; font-size: 15px; }
  .kicker { font-size: 10px; margin-bottom: 13px; }
  h2 { font-size: 32px; letter-spacing: -1.1px; }
  .feature { padding: 25px; }
  .feature h3 { font-size: 23px; }
  .feature > p { font-size: 14px; }
  .section-intro { font-size: 15px; }
  .setup .section-intro { margin-top: 19px; }
  .setup-list li { padding-left: 36px; }
  .faq { gap: 25px; }
  summary { font-size: 15px; }
  .contact { padding: 29px 25px; margin-bottom: 38px; }
  .contact h2 { font-size: 31px; }
  .contact .cta { font-size: 14px; gap: 26px; }
  .contact-links { gap: 8px; }
  .contact p:not(.kicker) { font-size: 14px; }
  .footer { flex-direction: column; gap: 15px; padding-bottom: 24px; }
  .footer nav { justify-content: flex-start; gap: 0 23px; }
}
@media print {
  .nav, .cta, .skip-link, .footer nav { display: none; }
  .wrap { width: 100%; }
  .hero { grid-template-columns: 1fr 1fr; }
  .contact { color: var(--ink); background: #fff; border: 1px solid var(--line); }
  .contact p:not(.kicker), .contact .kicker, .contact .phone-link { color: var(--muted); }
}
