:root {
    --red: #e7082e;
    --red-dark: #c90427;
    --pink: #fff0f3;
    --ink: #12151f;
    --muted: #656b78;
    --line: #ececf1;
    --footer: #121824;
}

/* Home: illustrated How OBOROTO Works flow */
.home-page { overflow-x: hidden; }
.how-works-section { margin-top: 34px; margin-bottom: 34px; }
.how-works-heading { text-align: center; margin-bottom: 26px; }
.how-works-heading h2 { margin: 0; font-size: 36px; line-height: 1.15; }
.how-works-heading h2 span { color: var(--red); }
.how-works-heading h2:after { content: ""; display: block; width: 58px; height: 3px; margin: 12px auto 0; border-radius: 999px; background: var(--red); }
.how-works-heading p { margin: 16px 0 0; color: #606978; font-size: 15px; font-weight: 600; }
.how-works-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: start; }
.how-works-column { display: grid; gap: 16px; }
.how-work-card { position: relative; min-height: 254px; display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 22px; align-items: center; overflow: hidden; padding: 22px 22px 22px 18px; border: 1px solid #ececf1; border-radius: 12px; background: white; box-shadow: 0 12px 28px rgba(18,21,31,.06); }
.work-number { position: absolute; z-index: 4; left: 16px; top: 16px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: 25px; line-height: 1; box-shadow: 0 8px 18px rgba(231,8,46,.2); }
.work-visual { position: relative; min-width: 0; min-height: 210px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 12px; padding-top: 50px; }
.work-icon { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid #ffdce2; border-radius: 50%; background: #fff2f4; color: var(--red); font-size: 34px; }
.work-copy { min-width: 0; }
.work-copy h3 { position: relative; margin: 0 0 24px; font-size: 21px; line-height: 1.3; }
.work-copy h3:after { content: ""; position: absolute; left: 0; bottom: -12px; width: 34px; height: 3px; border-radius: 999px; background: var(--red); }
.work-copy p { margin: 0; color: #303846; font-size: 13px; line-height: 1.65; font-weight: 600; }
.work-phone { width: 88px; height: 142px; overflow: hidden; border: 6px solid #1b202a; border-radius: 17px; background: var(--red); box-shadow: 0 10px 18px rgba(18,21,31,.16); }
.work-phone img { width: 100%; height: 100%; object-fit: contain; }
.work-download .work-icon { position: absolute; top: 36px; right: 2px; }
.category-mini-grid { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.category-mini-grid span { min-height: 48px; display: grid; place-items: center; gap: 3px; padding: 5px 2px; border: 1px solid #eeeef2; border-radius: 7px; color: #252c38; background: #fff; font-size: 8px; font-weight: 700; }
.category-mini-grid i { color: var(--red); font-size: 17px; }
.work-categories .work-icon { position: absolute; top: 34px; left: 50%; transform: translateX(-50%); }
.work-member-card { position: relative; width: 164px; height: 94px; display: grid; align-content: center; gap: 5px; padding: 16px; overflow: hidden; border-radius: 9px; background: linear-gradient(145deg, #ef173a, #c80023); color: white; box-shadow: 0 12px 20px rgba(177,0,29,.2); }
.work-member-card strong { font-size: 18px; }
.work-member-card span { font-size: 10px; font-weight: 800; }
.work-member-card > i { position: absolute; right: 15px; bottom: 12px; color: rgba(255,255,255,.28); font-size: 35px; }
.work-outlet { justify-content: center; color: var(--red); }
.work-outlet .work-icon { position: absolute; right: 2px; top: 38px; }
.outlet-shop { margin-top: 50px; font-size: 100px; }
.work-outlet > span { margin-top: -22px; padding: 5px 10px; border-radius: 4px; background: var(--red); color: white; font-size: 9px; font-weight: 900; }
.work-qr { flex-direction: row; justify-content: center; gap: 10px; }
.work-qr .work-icon { position: absolute; left: 52px; top: 36px; }
.merchant-qr { width: 78px; min-height: 118px; margin-top: 54px; display: grid; place-items: center; align-content: center; gap: 7px; border: 3px solid #202631; border-radius: 6px; background: white; transform: rotate(-4deg); }
.merchant-qr small { font-size: 7px; font-weight: 900; }
.merchant-qr > i { font-size: 48px; color: #111; }
.offer-phone { width: 76px; min-height: 132px; margin-top: 45px; display: grid; place-items: center; align-content: center; gap: 8px; border: 5px solid #202631; border-radius: 16px; background: white; transform: rotate(5deg); }
.offer-phone > i { color: var(--red); font-size: 25px; }
.offer-phone span { font-size: 7px; font-weight: 800; }
.offer-phone b { padding: 5px; border-radius: 4px; background: var(--red); color: white; font-size: 8px; }
.qr-step-card { min-height: 300px; }
.qr-note { margin-top: 16px; padding: 10px 12px; border: 1px dashed var(--red); border-radius: 7px; color: #bd0826; background: #fff9fa; font-size: 10px; line-height: 1.5; font-weight: 700; }
.qr-note i { margin-right: 5px; }
.confirmed-phone { width: 104px; min-height: 168px; display: grid; place-items: center; align-content: center; gap: 10px; padding: 12px 8px; border: 6px solid #202631; border-radius: 20px; background: white; text-align: center; box-shadow: 0 12px 22px rgba(18,21,31,.1); }
.confirmed-phone i { color: #27a860; font-size: 54px; }
.confirmed-phone strong { font-size: 12px; }
.confirmed-phone span { padding: 5px 7px; border-radius: 5px; background: #27a860; color: white; font-size: 7px; font-weight: 800; }
.work-payment { justify-content: center; }
.payment-phone { width: 90px; height: 132px; display: grid; place-items: center; align-content: center; gap: 8px; border: 6px solid #202631; border-radius: 18px; background: white; transform: rotate(-7deg); }
.payment-phone i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #28a862; color: white; }
.payment-phone span { font-size: 8px; font-weight: 800; text-align: center; }
.payment-types { width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.payment-types span { display: grid; place-items: center; gap: 4px; font-size: 7px; font-weight: 700; }
.payment-types i,
.payment-types b { color: var(--red); font-size: 17px; }
.work-save { flex-direction: row; justify-content: center; padding-top: 20px; color: var(--red); }
.work-save i:first-child { color: #f48a96; font-size: 82px; }
.work-save i:last-child { font-size: 105px; }
.merchant-qr-alert { min-height: 90px; margin-top: 18px; display: grid; grid-template-columns: 58px 1fr 62px; gap: 18px; align-items: center; padding: 16px 28px; border-radius: 10px; background: #fff0f3; color: #202735; }
.merchant-qr-alert > i:first-child { color: var(--red); font-size: 42px; }
.merchant-qr-alert > i:last-child { color: #111; font-size: 48px; }
.merchant-qr-alert p { margin: 0; font-size: 13px; line-height: 1.55; font-weight: 600; }
.merchant-qr-alert strong { display: block; color: var(--red); font-size: 16px; }
.how-works-trust { min-height: 82px; margin-top: 14px; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 9px; background: var(--red); color: white; }
.how-works-trust div { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 12px; border-right: 1px solid rgba(255,255,255,.38); }
.how-works-trust div:last-child { border-right: 0; }
.how-works-trust i { font-size: 31px; }
.how-works-trust span { font-size: 12px; line-height: 1.3; }
.how-works-trust b { display: block; font-size: 14px; }

@media (max-width: 940px) {
    .how-works-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .how-works-section { margin-top: 28px; margin-bottom: 28px; }
    .how-works-heading { margin-bottom: 20px; }
    .how-works-heading h2 { font-size: 27px; }
    .how-works-heading p { margin-top: 13px; font-size: 11px; }
    .how-works-grid,
    .how-works-column { gap: 12px; }
    .how-work-card { min-height: 220px; grid-template-columns: 108px minmax(0, 1fr); gap: 12px; padding: 16px 12px 16px 10px; border-radius: 10px; }
    .work-number { left: 9px; top: 10px; width: 35px; height: 35px; font-size: 18px; }
    .work-visual { min-height: 184px; padding-top: 43px; }
    .work-icon { width: 52px; height: 52px; font-size: 23px; }
    .work-copy h3 { margin-bottom: 19px; font-size: 15px; line-height: 1.3; }
    .work-copy h3:after { bottom: -9px; width: 26px; height: 2px; }
    .work-copy p { font-size: 10px; line-height: 1.55; }
    .work-phone { width: 68px; height: 112px; border-width: 4px; border-radius: 13px; }
    .work-download .work-icon { top: 34px; right: -2px; }
    .category-mini-grid { gap: 3px; }
    .category-mini-grid span { min-height: 39px; padding: 3px 1px; font-size: 6px; }
    .category-mini-grid i { font-size: 13px; }
    .work-categories .work-icon { top: 30px; }
    .work-member-card { width: 100px; height: 68px; padding: 10px; }
    .work-member-card strong { font-size: 12px; }
    .work-member-card span { font-size: 6px; }
    .work-member-card > i { font-size: 25px; }
    .work-outlet .work-icon { right: -2px; top: 34px; }
    .outlet-shop { font-size: 69px; }
    .work-outlet > span { margin-top: -18px; font-size: 6px; }
    .work-qr { gap: 4px; }
    .work-qr .work-icon { left: 29px; top: 31px; }
    .merchant-qr { width: 50px; min-height: 90px; margin-top: 48px; border-width: 2px; }
    .merchant-qr small { font-size: 5px; }
    .merchant-qr > i { font-size: 31px; }
    .offer-phone { width: 50px; min-height: 100px; margin-top: 43px; border-width: 3px; border-radius: 11px; }
    .offer-phone > i { font-size: 18px; }
    .offer-phone span,
    .offer-phone b { font-size: 5px; }
    .qr-step-card { min-height: 268px; }
    .qr-note { margin-top: 11px; padding: 7px 8px; font-size: 8px; }
    .confirmed-phone { width: 75px; min-height: 128px; border-width: 4px; border-radius: 15px; }
    .confirmed-phone i { font-size: 39px; }
    .confirmed-phone strong { font-size: 9px; }
    .confirmed-phone span { font-size: 5px; }
    .payment-phone { width: 66px; height: 104px; border-width: 4px; border-radius: 14px; }
    .payment-types { gap: 2px; }
    .payment-types span { font-size: 5px; }
    .payment-types i,
    .payment-types b { font-size: 12px; }
    .work-save i:first-child { font-size: 52px; }
    .work-save i:last-child { font-size: 67px; }
    .merchant-qr-alert { grid-template-columns: 38px 1fr 40px; gap: 10px; padding: 13px 12px; }
    .merchant-qr-alert > i:first-child { font-size: 29px; }
    .merchant-qr-alert > i:last-child { font-size: 31px; }
    .merchant-qr-alert p { font-size: 9px; }
    .merchant-qr-alert strong { font-size: 11px; }
    .how-works-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .how-works-trust div { min-height: 62px; justify-content: flex-start; padding: 10px 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
    .how-works-trust div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.35); }
    .how-works-trust div:nth-child(n+3) { border-bottom: 0; }
    .how-works-trust i { font-size: 23px; }
    .how-works-trust span { font-size: 9px; }
    .how-works-trust b { font-size: 11px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html,
body {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    color: var(--ink);
    background: #fff;
}
button,
input,
select,
textarea {
    font-family: 'Montserrat', Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid #f2f2f4;
    backdrop-filter: blur(12px);
}
.nav-shell {
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.brand img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.site-menu { display: flex; gap: 28px; align-items: center; flex: 1; }
.site-menu a { font-size: 14px; font-weight: 700; padding: 8px 0; position: relative; }
.site-menu a.active,
.site-menu a:hover { color: var(--red); }
.site-menu a.active:after,
.site-menu a:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 3px;
    background: var(--red);
}
.nav-actions { display: flex; align-items: center; gap: 12px; }
.city-selector { position: relative; }
.city-menu { position: absolute; right: 0; top: calc(100% + 8px); min-width: 180px; padding: 8px; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 18px 34px rgba(18,21,31,.14); display: none; z-index: 30; }
.city-selector:hover .city-menu,
.city-selector:focus-within .city-menu { display: grid; gap: 4px; }
.city-menu a { min-height: 40px; display: flex; align-items: center; padding: 0 12px; border-radius: 7px; color: #111827; font-size: 13px; font-weight: 800; }
.city-menu a:hover,
.city-menu a.active { color: white; background: var(--red); }
.city-pill,
.primary-pill,
.outline-btn,
.red-btn,
.yellow-btn {
    border-radius: 9px;
    min-height: 42px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
}
.city-pill { border: 1px solid var(--line); background: white; color: var(--red); }
.primary-pill,
.red-btn { border: 0; color: white; background: var(--red); box-shadow: 0 8px 18px rgba(231,8,46,.18); }
.outline-btn { border: 1px solid #12151f; background: white; color: var(--ink); }
.yellow-btn { border: 0; background: #ffd64d; color: #1b1b1b; }
.mobile-label { display: none; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 24px; color: var(--red); }
.menu-icon,
.menu-icon:before,
.menu-icon:after { display: block; width: 26px; height: 3px; border-radius: 3px; background: currentColor; }
.menu-icon { position: relative; }
.menu-icon:before,
.menu-icon:after { content: ""; position: absolute; left: 0; }
.menu-icon:before { top: -8px; }
.menu-icon:after { top: 8px; }
.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; }

.hero {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 38px;
    align-items: center;
    padding: 44px 0 22px;
}
.hero h1 { font-size: clamp(36px, 6vw, 60px); line-height: 1.03; margin: 0 0 18px; letter-spacing: 0; }
.hero h1 span { color: var(--red); display: block; }
.hero p { color: #141822; font-size: 18px; line-height: 1.55; margin: 0 0 28px; font-weight: 600; max-width: 520px; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 28px 0; }
.hero-stat { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 8px; }
.hero-stat i { color: var(--red); font-size: 25px; }
.hero-stat strong { display: block; font-size: 18px; }
.hero-stat span { font-size: 12px; color: #343945; font-weight: 700; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; }
.hero-visual { position: relative; min-height: 470px; display: flex; align-items: end; justify-content: center; overflow: hidden; }
.hero-visual:before {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: var(--red);
    right: 30px;
    top: 22px;
}
.hero-visual img { position: relative; z-index: 1; width: auto; max-width: min(440px, 100%); max-height: 470px; object-fit: contain; border-radius: 0; }
.mobile-home-hero,
.mobile-savings-banner,
.mobile-offer-strip { display: none; }

.section-title { text-align: center; font-size: 27px; margin: 24px 0 22px; }
.section-title:after {
    content: "";
    display: block;
    width: 54px;
    height: 3px;
    border-radius: 3px;
    background: var(--red);
    margin: 9px auto 0;
}
.benefits { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.benefit-card,
.testimonial,
.partner-card,
.faq-panel,
.business-panel,
.page-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    box-shadow: 0 10px 28px rgba(20,24,34,.05);
}
.benefit-card { text-align: center; padding: 24px 12px 20px; min-height: 174px; }
.benefit-card i { color: var(--red); font-size: 34px; margin-bottom: 14px; }
.benefit-card h3 { font-size: 15px; margin: 0 0 9px; }
.benefit-card p { font-size: 12px; line-height: 1.55; color: #313744; margin: 0; font-weight: 500; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; padding-top: 8px; }
.step { min-height: 230px; text-align: center; position: relative; border: 1px solid var(--line); border-radius: 12px; background: white; padding: 24px 16px 18px; box-shadow: 0 12px 26px rgba(18,21,31,.06); transition: transform .2s ease, box-shadow .2s ease; }
.step:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(18,21,31,.09); }
.step .icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff5f7;
    border: 1px solid #ffd5dc;
    color: var(--red);
    font-size: 25px;
    box-shadow: 0 8px 18px rgba(20,24,34,.05);
}
.step b { display: block; width: 28px; height: 28px; margin: -18px auto 12px; color: white; background: var(--red); border-radius: 50%; font-size: 12px; line-height: 28px; position: relative; z-index: 1; box-shadow: 0 7px 15px rgba(231,8,46,.22); }
.step h3 { font-size: 15px; line-height: 1.3; margin: 0 0 8px; }
.step p { font-size: 12px; color: #384050; line-height: 1.55; font-weight: 600; margin: 0; }

.membership-band { display: grid; grid-template-columns: 230px 1fr 270px; gap: 26px; align-items: center; margin: 34px auto 26px; }
.price-card { border-radius: 8px; background: var(--red); color: white; padding: 28px 24px; min-height: 288px; display: flex; flex-direction: column; justify-content: space-between; }
.price-card i { font-size: 28px; }
.price-card h2 { margin: 8px 0 0; line-height: 1.08; font-size: 26px; }
.price-card p { font-size: 13px; line-height: 1.55; margin: 12px 0; }
.price-card .price { font-size: 39px; font-weight: 900; }
.includes h2 { font-size: 29px; margin: 0 0 22px; }
.include-list { display: grid; grid-template-columns: repeat(2, minmax(180px,1fr)); gap: 16px 42px; list-style: none; padding: 0; margin: 0; font-size: 14px; font-weight: 700; }
.include-list li:before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--red); margin-right: 10px; }
.validity { margin-top: 24px; background: var(--pink); color: var(--red); font-weight: 800; border-radius: 999px; padding: 13px 22px; display: inline-flex; gap: 28px; font-size: 13px; }
.gift-art { min-height: 230px; position: relative; display: grid; place-items: end center; }
.gift-box { width: 150px; height: 118px; background: var(--red); border-radius: 8px 8px 14px 14px; position: relative; box-shadow: 0 18px 24px rgba(231,8,46,.16); }
.gift-box:before { content: ""; position: absolute; left: 64px; top: 0; bottom: 0; width: 22px; background: #ffcf35; }
.gift-box:after { content: ""; position: absolute; left: -16px; right: -16px; top: -21px; height: 24px; background: #f3193f; border-radius: 6px; }
.voucher { position: absolute; width: 72px; height: 118px; color: white; border-radius: 5px; display: grid; place-items: center; text-align: center; font-size: 13px; font-weight: 900; transform-origin: bottom center; box-shadow: 0 10px 18px rgba(0,0,0,.12); }
.voucher.one { background: #18a770; transform: rotate(-18deg); left: 34px; top: 30px; }
.voucher.two { background: #e7082e; transform: rotate(-4deg); left: 96px; top: 6px; }
.voucher.three { background: #7b38d1; transform: rotate(10deg); left: 154px; top: 26px; }
.voucher.four { background: #1976d2; transform: rotate(22deg); left: 206px; top: 62px; }

.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: var(--pink); border-radius: 8px; margin: 20px auto 30px; overflow: hidden; }
.big-stat { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 22px; border-right: 1px solid #f2cbd3; }
.big-stat:last-child { border-right: 0; }
.big-stat i { color: var(--red); font-size: 38px; }
.big-stat strong { color: var(--red); display: block; font-size: 27px; line-height: 1; }
.big-stat span { font-size: 13px; font-weight: 800; }

.partner-heading { display: flex; align-items: center; justify-content: center; position: relative; }
.partner-heading a { position: absolute; right: 0; color: var(--red); font-size: 12px; font-weight: 900; }
.partners { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.partner-card { min-height: 166px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px; padding: 12px; text-align: center; }
.partner-logo { width: 102px; height: 74px; display: grid; place-items: center; border-radius: 6px; background: #fbfbfc; font-family: 'Montserrat', Arial, sans-serif; font-size: 18px; line-height: 1.05; font-weight: 900; color: #174a28; }
.partner-logo.has-image { overflow: hidden; background: #f7f7f8; }
.partner-logo img { width: 100%; height: 100%; object-fit: contain; }
.partner-logo span { display: block; overflow-wrap: anywhere; }
.partner-card h3 { margin: 0; max-width: 100%; font-size: 12px; line-height: 1.25; }
.partner-card:nth-child(2) .partner-logo { background: #111; color: #d6b661; }
.partner-card:nth-child(3) .partner-logo { color: #333; }
.partner-card:nth-child(4) .partner-logo { background: #090909; color: #ffcf35; }
.partner-card:nth-child(5) .partner-logo { color: #d34983; }
.partner-card:nth-child(6) .partner-logo { color: #2c7edb; }
.partner-card b { color: var(--red); font-size: 12px; }

.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial { padding: 24px; min-height: 172px; position: relative; }
.stars { color: #ffc400; letter-spacing: 3px; font-size: 15px; margin-bottom: 14px; }
.testimonial p { color: #202532; font-size: 14px; line-height: 1.55; margin: 0 0 18px; }
.testimonial strong { font-size: 12px; }
.testimonial:after { content: "\201D"; color: #ffe0e5; font-size: 82px; position: absolute; right: 18px; bottom: -18px; }

.split-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 26px auto 22px; }
.business-panel { background: #fff1f3; padding: 24px; display: grid; grid-template-columns: 150px 1fr; gap: 22px; align-items: center; }
.store-illustration { width: 150px; height: 152px; display: block; border: 1px solid #ffd5dc; border-radius: 8px; background: #fff7f8; object-fit: contain; }
.business-panel h2,
.faq-panel h2 { margin: 0 0 16px; font-size: 22px; }
.retailer-points { columns: 2; list-style: none; padding: 0; margin: 0 0 18px; font-size: 13px; font-weight: 700; line-height: 2; }
.retailer-points li:before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--red); margin-right: 8px; }
.faq-panel { padding: 24px; }
.faq-item { border-top: 1px solid var(--line); padding: 12px 0; display: grid; grid-template-columns: 1fr 18px; gap: 8px 14px; font-size: 13px; font-weight: 800; cursor: pointer; }
.faq-item:first-of-type { border-top: 0; }
.faq-item i { color: var(--red); transition: transform .2s ease; }
.faq-item p { grid-column: 1 / -1; margin: 0; color: var(--muted); line-height: 1.55; font-weight: 500; max-height: 0; overflow: hidden; transition: max-height .22s ease, padding .22s ease; }
.faq-item.expanded i { transform: rotate(45deg); }
.faq-item.expanded p { max-height: 110px; padding-top: 2px; }
.faq-panel .view-all { color: var(--red); font-size: 12px; font-weight: 900; display: inline-block; margin-top: 6px; }

.app-cta { background: var(--red); color: white; overflow: hidden; }
.app-cta-inner { min-height: 126px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 24px; }
.cta-phone { align-self: end; height: 142px; display: flex; align-items: end; }
.phone-screen { width: 76px; height: 136px; border-radius: 15px 15px 0 0; background: #e8092f; border: 5px solid #2d2f38; overflow: hidden; display: grid; place-items: center; transform: rotate(-10deg); box-shadow: 0 14px 28px rgba(0,0,0,.18); }
.phone-screen img { width: 100%; height: 100%; border-radius: 9px 9px 0 0; object-fit: contain; }
.app-cta h2 { font-size: 31px; margin: 0 0 8px; }
.app-cta p { margin: 0; font-size: 13px; font-weight: 600; }
.store-buttons { display: flex; align-items: center; gap: 13px; }
.store-buttons img { width: 158px; height: 47px; object-fit: contain; background: #000; border-radius: 6px; }
.qr-box { width: 75px; height: 75px; background: white; color: #111; display: grid; place-items: center; border-radius: 4px; font-size: 51px; }
.site-footer { position: relative; overflow: hidden; border-top: 4px solid var(--red); background: #111722; color: #dce0e8; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .72fr .92fr 1.2fr; gap: 52px; padding: 52px 0 38px; }
.footer-about > p { max-width: 360px; margin: 20px 0; color: #aeb7c5; font-size: 13px; line-height: 1.7; }
.footer-brand { display: inline-flex; align-items: center; gap: 14px; color: white; }
.footer-brand img { width: 54px; height: 54px; flex: 0 0 54px; border: 2px solid rgba(255,255,255,.28); border-radius: 50%; }
.footer-brand span { display: grid; gap: 4px; }
.footer-brand strong { font-size: 20px; letter-spacing: 0; }
.footer-brand small { color: #aeb7c5; font-size: 11px; font-weight: 600; }
.site-footer h4 { position: relative; color: white; font-size: 15px; margin: 0 0 24px; }
.site-footer h4:after { content: ""; position: absolute; left: 0; bottom: -10px; width: 30px; height: 3px; border-radius: 999px; background: var(--red); }
.footer-links a { width: fit-content; display: flex; align-items: center; gap: 8px; color: #c5ccd7; font-size: 12px; font-weight: 600; margin: 11px 0; transition: color .18s ease, transform .18s ease; }
.footer-links a:before { content: "\f105"; color: #ef516b; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 10px; }
.footer-links a:hover { color: white; transform: translateX(3px); }
.footer-contact-links { display: grid; gap: 10px; }
.footer-contact-links a { width: fit-content; display: flex; align-items: center; gap: 10px; color: #d5dae3; font-size: 12px; font-weight: 600; }
.footer-contact-links i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #3a4352; border-radius: 6px; color: #ff6079; }
.footer-app p { max-width: 290px; margin: 0 0 18px; color: #aeb7c5; font-size: 12px; line-height: 1.65; }
.footer-play-link { display: block; width: 166px; margin-bottom: 10px; }
.footer-play-link img { width: 166px; height: 49px; object-fit: contain; border-radius: 6px; background: #050505; }
.footer-app-link { width: 166px; min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #4b5565; border-radius: 6px; color: white; font-size: 12px; font-weight: 800; transition: border-color .18s ease, background .18s ease; }
.footer-app-link:hover { border-color: var(--red); background: rgba(231,8,46,.14); }
.footer-legal { min-height: 62px; border-top: 1px solid #2a3240; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #909aaa; font-size: 11px; }
.footer-legal div { display: flex; align-items: center; gap: 22px; }
.footer-legal a { color: #b9c0cc; font-weight: 600; }
.footer-legal a:hover { color: white; }
.site-footer > .footer-bottom { display: none; }

.page-hero { background: linear-gradient(135deg, #fff5f7, #fff); padding: 56px 0 34px; border-bottom: 1px solid #f3e4e7; }
.page-hero h1 { font-size: clamp(34px, 5vw, 52px); margin: 0 0 12px; }
.page-hero p { color: var(--muted); font-weight: 600; max-width: 760px; line-height: 1.7; }
.page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding: 38px 0 54px; }
.page-card { padding: 24px; }
.page-card i { color: var(--red); font-size: 30px; margin-bottom: 14px; }
.page-card h3 { margin: 0 0 10px; }
.page-card p { color: var(--muted); line-height: 1.65; margin: 0; }
.content-page { padding: 40px 0 58px; }
.content-page .page-card { margin-bottom: 18px; }

.business-page { background: #fff; }
.business-page .site-header { box-shadow: 0 8px 18px rgba(18,21,31,.08); }
.business-page .menu-toggle { display: block; margin-left: 0; }
.business-page .primary-pill { min-height: 54px; border-radius: 18px; padding: 0 24px; font-size: 15px; }
.business-page .city-pill { min-height: 54px; border-radius: 18px; color: #111827; }
.business-hero { padding: 34px 0 18px; }
.breadcrumb { display: flex; align-items: center; gap: 12px; color: #77808f; font-size: 13px; font-weight: 700; margin-bottom: 24px; }
.breadcrumb a { color: #707987; }
.breadcrumb a i,
.breadcrumb span { color: var(--red); }
.business-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 38px; align-items: center; }
.business-copy { grid-column: 1; grid-row: 1; }
.business-copy h1 { font-size: clamp(36px, 5.3vw, 60px); line-height: 1.1; margin: 0 0 20px; letter-spacing: 0; }
.business-copy h1 span { color: var(--red); display: block; }
.business-copy p { max-width: 470px; margin: 0; color: #28303d; font-size: 16px; line-height: 1.65; font-weight: 600; }
.business-search { grid-column: 1; grid-row: 2; max-width: 520px; height: 64px; border: 1px solid #dfe2e8; border-radius: 8px; display: grid; grid-template-columns: 48px 1fr 106px; align-items: center; overflow: hidden; background: white; box-shadow: 0 12px 28px rgba(18,21,31,.04); }
.business-search i { color: #8a93a3; font-size: 22px; justify-self: center; }
.business-search input { border: 0; outline: 0; height: 100%; font: inherit; font-size: 14px; min-width: 0; }
.business-search button { height: 100%; border: 0; background: var(--red); color: white; font-weight: 800; font: inherit; cursor: pointer; }
.business-map-art { grid-column: 2; grid-row: 1 / span 2; position: relative; min-height: 340px; overflow: hidden; }
.business-map-art:before { content: ""; position: absolute; right: 18px; top: 12px; width: 430px; height: 300px; border-radius: 50%; background: #ffd9df; opacity: .82; }
.business-map-art:after { content: ""; position: absolute; inset: 70px 50px 40px 120px; background-image: radial-gradient(#e9aab5 1.5px, transparent 1.5px); background-size: 18px 18px; opacity: .55; }
.map-phone { width: 174px; height: 310px; border-radius: 24px; border: 7px solid #1c1f28; background: #f8f7f2; position: absolute; left: 46%; top: 14px; transform: translateX(-50%) rotate(8deg); z-index: 2; overflow: hidden; box-shadow: 0 22px 34px rgba(18,21,31,.2); }
.map-phone:before { content: ""; position: absolute; top: 0; left: 42px; right: 42px; height: 19px; background: #1c1f28; border-radius: 0 0 13px 13px; z-index: 3; }
.map-phone:after { display: none; }
.map-phone img { width: 100%; height: 100%; object-fit: contain; background: #e8092f; }
.pin { position: absolute; z-index: 4; color: var(--red); font-size: 55px; filter: drop-shadow(0 8px 8px rgba(231,8,46,.18)); }
.pin-one { left: 20px; top: 98px; }
.pin-two { right: 13px; top: 48px; }
.pin-three { right: 24px; bottom: 62px; }
.map-line { position: absolute; z-index: 1; height: 3px; background: #f0c442; border-radius: 999px; opacity: .75; }
.map-line.one { width: 180px; left: -15px; top: 150px; transform: rotate(-24deg); }
.map-line.two { width: 150px; right: -10px; top: 220px; transform: rotate(32deg); }
.map-label { position: absolute; z-index: 5; min-width: 142px; min-height: 70px; padding: 10px 14px; display: flex; align-items: center; gap: 12px; background: white; border-radius: 999px; box-shadow: 0 12px 24px rgba(18,21,31,.16); font-size: 14px; }
.map-label.dining { left: 78px; top: 28px; }
.map-label.shopping { right: 14px; top: 96px; }
.map-label.wellness { left: 18px; bottom: 74px; }
.map-label.entertainment { right: 12px; bottom: 66px; }
.label-icon { width: 50px; height: 50px; flex: 0 0 50px; border-radius: 50%; display: inline-grid; place-items: center; background: #fff0f3; color: var(--red); box-shadow: inset 0 0 0 2px #ffd8df; }
.label-icon i { font-size: 22px; }
.business-stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 25px rgba(18,21,31,.07); overflow: hidden; margin-top: 10px; margin-bottom: 36px; }
.business-stats div { min-height: 128px; display: grid; grid-template-columns: 58px 1fr; align-content: center; column-gap: 18px; padding: 24px 36px; border-right: 1px solid #e5e7ec; }
.business-stats div:last-child { border-right: 0; }
.business-stats i { grid-row: 1 / span 2; color: var(--red); font-size: 44px; align-self: center; }
.business-stats strong { font-size: 26px; line-height: 1; }
.business-stats span { font-weight: 700; color: #2d3440; line-height: 1.35; }
.business-section { margin-bottom: 35px; }
.business-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.business-section-heading h2 { margin: 0; font-size: 28px; }
.business-section-heading a { color: var(--red); font-weight: 800; font-size: 14px; }
.all-businesses-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.business-card { position: relative; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: white; box-shadow: 0 10px 24px rgba(18,21,31,.06); }
.all-businesses-grid .business-card { min-width: 0; }
.business-photo { height: 154px; background: var(--biz-bg); background-size: cover; background-position: center; }
.business-card-body { padding: 16px 14px 15px; }
.business-card h3,
.rated-card h3 { margin: 0 0 8px; font-size: 16px; }
.business-card p,
.rated-card p { margin: 0 0 10px; color: #656b78; font-weight: 600; font-size: 13px; }
.business-card span,
.rated-card span { display: block; color: #707987; font-size: 12px; font-weight: 700; margin-bottom: 13px; }
.business-card span i,
.rated-card span i { color: var(--red); }
.business-card-body div { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.business-card small,
.rated-card small { color: #4b5565; font-weight: 800; }
.business-card small i,
.rated-card small i { color: #ffc400; }
.business-card em,
.rated-card em { font-style: normal; color: var(--red); background: #fff0f3; border-radius: 999px; padding: 6px 12px; font-size: 11px; font-weight: 800; display: inline-block; }
.business-card em.green,
.rated-card em.green { color: #20a76b; background: #e9f9f1; }
.business-card em.blue,
.rated-card em.blue { color: #4472d8; background: #eef3ff; }
.photo-restaurant { --biz-bg: radial-gradient(circle at 22% 25%, rgba(255,201,97,.55), transparent 12%), linear-gradient(135deg, rgba(20,14,12,.2), rgba(20,14,12,.75)), linear-gradient(90deg, #4a2414, #b2773c 40%, #1f1511); }
.photo-moti { --biz-bg: linear-gradient(180deg, rgba(12,12,12,.15), rgba(12,12,12,.6)), linear-gradient(90deg, #1a1a1a 0 34%, #d2b163 35% 62%, #242424 63%); }
.photo-salon { --biz-bg: linear-gradient(135deg, rgba(19,19,19,.18), rgba(19,19,19,.7)), linear-gradient(90deg, #423124, #c7a477 45%, #1b1714); }
.photo-silk { --biz-bg: repeating-linear-gradient(90deg, #7f1d1d 0 22px, #e6a53a 23px 32px, #b83280 33px 54px, #2f855a 55px 68px); }
.photo-game { --biz-bg: radial-gradient(circle at 30% 30%, #e7082e, transparent 12%), radial-gradient(circle at 70% 54%, #2b6cb0, transparent 18%), linear-gradient(135deg, #101322, #3d1644); }
.photo-cafe { --biz-bg: linear-gradient(135deg, rgba(255,255,255,.1), rgba(0,0,0,.32)), linear-gradient(90deg, #6b4423, #e8d8bc 45%, #31533b); }
.photo-water { --biz-bg: linear-gradient(135deg, rgba(255,255,255,.2), rgba(0,0,0,.18)), linear-gradient(135deg, #58c4e8, #6ac46a 48%, #ffdf7e); }
.slider-dots { display: flex; justify-content: center; gap: 12px; margin-top: 22px; }
.slider-dots b,
.slider-dots span { width: 12px; height: 12px; border-radius: 50%; background: #d9dde5; }
.slider-dots b { background: var(--red); }
.top-rated-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.rated-card { border: 1px solid var(--line); border-radius: 10px; padding: 12px; display: grid; grid-template-columns: 92px 1fr; gap: 16px; box-shadow: 0 10px 24px rgba(18,21,31,.05); }
.rated-photo { min-height: 148px; border-radius: 9px; background: var(--biz-bg); background-size: cover; background-position: center; position: relative; overflow: hidden; }
.rated-card small { display: block; margin: 0 0 12px; }
.empty-businesses { grid-column: 1 / -1; border: 1px dashed #f1b7c2; border-radius: 10px; padding: 26px; text-align: center; color: #303846; font-weight: 700; background: #fff5f7; }
.business-member-cta { background: var(--red); color: white; border-radius: 12px; min-height: 230px; padding: 34px 58px; margin: 36px auto 30px; display: grid; grid-template-columns: 1fr 360px; gap: 20px; align-items: center; overflow: hidden; }
.business-member-cta h2 { font-size: 34px; margin: 0 0 12px; }
.business-member-cta p { max-width: 440px; line-height: 1.6; font-weight: 600; margin: 0 0 24px; }
.business-member-cta a { background: white; color: var(--red); min-height: 56px; border-radius: 8px; display: inline-flex; align-items: center; gap: 10px; padding: 0 28px; font-weight: 900; }
.gift-art.small { min-height: 180px; transform: scale(.9); }
.footer-store-buttons { display: grid; gap: 10px; max-width: 180px; }
.footer-store-buttons img { width: 170px; height: 50px; object-fit: contain; background: #000; border-radius: 6px; }
.footer-store-buttons span { width: 170px; height: 50px; color: white; background: #050505; border: 1px solid #697084; border-radius: 6px; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; }

.membership-page .site-header { box-shadow: 0 8px 18px rgba(18,21,31,.08); }
.membership-page .menu-toggle { display: block; margin-left: 0; }
.membership-page .primary-pill { min-height: 54px; border-radius: 18px; padding: 0 24px; font-size: 15px; }
.membership-page .city-pill { min-height: 54px; border-radius: 18px; color: #111827; }
.membership-hero { padding: 24px 0 28px; }
.membership-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 36px; align-items: center; min-height: 420px; }
.membership-copy { grid-column: 1; grid-row: 1; }
.membership-copy > strong { color: var(--red); font-size: 17px; display: block; margin-bottom: 12px; }
.membership-copy h1 { font-size: clamp(36px, 6vw, 60px); line-height: 1.05; margin: 0 0 24px; letter-spacing: 0; }
.membership-copy h1 span { color: var(--red); display: block; }
.membership-copy p { max-width: 560px; color: #151b27; font-size: 17px; line-height: 1.65; font-weight: 600; margin: 0 0 36px; }
.membership-hero-stats { grid-column: 1; grid-row: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; max-width: 650px; }
.membership-hero-stats div { text-align: center; }
.membership-hero-stats i { width: 56px; height: 46px; display: grid; place-items: center; margin: 0 auto 9px; border-radius: 13px; color: var(--red); background: #fff0f3; font-size: 24px; }
.membership-hero-stats b { display: block; font-size: 16px; margin-bottom: 3px; }
.membership-hero-stats span { font-size: 12px; font-weight: 800; color: #303846; }
.membership-card-art { grid-column: 2; grid-row: 1 / span 2; min-height: 380px; position: relative; overflow: hidden; }
.membership-card-art:before { content: ""; position: absolute; right: 40px; top: 8px; width: 440px; height: 315px; background: #ffd9df; border-radius: 50%; }
.membership-card-art:after { content: ""; position: absolute; inset: 32px 60px 100px 130px; background: radial-gradient(#f4b2bd 2px, transparent 2px); background-size: 18px 18px; opacity: .45; }
.premium-card { width: 430px; height: 214px; position: absolute; right: 88px; top: 70px; z-index: 2; color: white; border-radius: 16px; background: linear-gradient(135deg, #ef173b, #d9042c); box-shadow: 0 32px 42px rgba(231,8,46,.22); transform: rotate(-8deg); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.premium-card i { font-size: 34px; margin-bottom: 14px; }
.premium-card b { font-size: 48px; letter-spacing: 1px; }
.premium-card span { font-weight: 700; opacity: .86; }
.premium-card small { position: absolute; right: 34px; bottom: 24px; font-weight: 700; opacity: .72; }
.benefit-orbs { position: absolute; left: 70px; right: 18px; bottom: 20px; z-index: 3; display: flex; justify-content: center; gap: 30px; }
.orb { width: 72px; height: 72px; border-radius: 50%; background: #fff; box-shadow: 0 10px 22px rgba(18,21,31,.14), inset 0 0 0 5px #fff; }
.orb.food { background: radial-gradient(circle at 55% 40%, #38a169 0 13%, transparent 14%), radial-gradient(circle at 35% 60%, #f6ad55 0 18%, transparent 19%), linear-gradient(135deg, #fff1d7, #9c4221); }
.orb.bags { border-radius: 18px; background: linear-gradient(90deg, #f8c7d1 0 35%, #a83248 36% 66%, #f6ad55 67%); }
.orb.spa { background: radial-gradient(circle at 48% 42%, #6abf69 0 18%, transparent 19%), linear-gradient(135deg, #ece4d7, #4f6f52); }
.orb.movie { background: linear-gradient(135deg, #2d3748, #111827 55%, #f6ad55 56% 100%); }
.plan-section { margin: 8px auto 26px; }
.plan-section > h2,
.benefit-section > h2 { text-align: center; font-size: 28px; margin: 0 0 26px; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.plan-card { position: relative; border: 1px solid var(--line); border-radius: 11px; min-height: 458px; padding: 36px 38px 28px; display: flex; flex-direction: column; align-items: center; text-align: center; box-shadow: 0 12px 28px rgba(18,21,31,.06); }
.plan-card.featured { border-color: #f04c68; padding-top: 52px; }
.popular { position: absolute; top: 0; left: 0; right: 0; height: 34px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; color: white; background: var(--red); border-radius: 10px 10px 0 0; font-size: 12px; font-weight: 800; }
.plan-card h3 { font-size: 21px; margin: 0 0 5px; }
.plan-card p { margin: 0 0 18px; color: var(--muted); font-weight: 700; }
.plan-card > strong { font-size: 43px; line-height: 1; margin-bottom: 15px; }
.plan-validity { color: var(--red); background: #fff0f3; border-radius: 999px; padding: 9px 24px; font-size: 13px; font-weight: 800; margin-bottom: 30px; }
.plan-card ul { list-style: none; margin: 0 0 28px; padding: 0; width: 100%; text-align: left; display: grid; gap: 16px; font-weight: 700; font-size: 13px; }
.plan-card li:before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--red); margin-right: 10px; }
.plan-outline,
.plan-solid { margin-top: auto; width: 100%; min-height: 54px; border-radius: 8px; display: inline-flex; justify-content: center; align-items: center; font-weight: 900; }
.plan-outline { color: var(--red); background: white; border: 1px solid var(--red); }
.plan-solid { color: white; background: var(--red); border: 1px solid var(--red); }
.plan-includes { display: grid; grid-template-columns: 1.45fr 1fr 1.25fr 1.25fr 1.15fr; align-items: center; gap: 0; background: #fff5f6; border-radius: 10px; overflow: hidden; margin-bottom: 34px; }
.plan-includes div { min-height: 84px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 16px; font-size: 14px; font-weight: 800; }
.plan-includes div:first-child { background: #fff0f3; }
.plan-includes i { color: var(--red); font-size: 31px; }
.membership-year-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(135deg, #fff0f3, #fff); box-shadow: 0 12px 25px rgba(18,21,31,.05); padding: 34px 38px; margin-bottom: 34px!important; }
.membership-year-card span,
.customer-benefits-card span { display: inline-block; color: var(--red); font-weight: 900; margin-bottom: 10px; }
.membership-year-card h2,
.customer-benefits-card h2 { font-size: 28px; line-height: 1.25; margin: 0 0 14px; }
.membership-year-card p { margin: 0; color: #151b27; font-size: 17px; line-height: 1.55; font-weight: 700; }
.membership-benefit-list { border-radius: 10px; background: white; padding: 24px; border: 1px solid #ffd5dc; }
.membership-benefit-list h3 { margin: 0 0 16px; font-size: 20px; }
.membership-benefit-list ul,
.customer-benefits-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px 24px; }
.membership-benefit-list ul { grid-template-columns: repeat(2, 1fr); }
.membership-benefit-list li,
.customer-benefits-card li { color: #303846; font-size: 13px; line-height: 1.45; font-weight: 700; }
.membership-benefit-list li:before,
.customer-benefits-card li:before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--red); margin-right: 10px; }
.benefit-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 22px; margin-bottom: 20px; }
.benefit-tabs button { min-width: 122px; min-height: 38px; border: 1px solid var(--line); border-radius: 999px; background: white; font-weight: 800; cursor: pointer; }
.benefit-tabs button.active { color: white; background: var(--red); border-color: var(--red); }
.benefit-highlight { min-height: 154px; display: grid; grid-template-columns: 250px 1fr 230px; gap: 30px; align-items: center; background: #fff0f3; border-radius: 10px; padding: 22px 36px; margin-bottom: 34px; }
.plate-art { width: 210px; height: 110px; border-radius: 50%; background: radial-gradient(circle at 48% 45%, #f6ad55 0 12%, transparent 13%), radial-gradient(circle at 58% 52%, #2f855a 0 10%, transparent 11%), radial-gradient(circle at 38% 48%, #e53e3e 0 8%, transparent 9%), #f7fafc; box-shadow: 0 16px 22px rgba(18,21,31,.12), inset 0 0 0 12px white; }
.benefit-highlight h3 { font-size: 20px; margin: 0 0 10px; }
.benefit-highlight ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; color: #303846; font-weight: 700; font-size: 13px; }
.benefit-highlight li:before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--red); margin-right: 10px; }
.benefit-highlight aside { background: white; border: 1px solid #f3a8b6; border-radius: 9px; padding: 22px; text-align: center; color: var(--red); }
.benefit-highlight aside span,
.benefit-highlight aside b { display: block; color: var(--red); font-weight: 900; }
.benefit-highlight aside strong { display: block; font-size: 32px; margin: 8px 0; }
.customer-benefits-card { display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; align-items: center; border-radius: 12px; background: #fff5f6; padding: 32px 38px; margin-bottom: 36px!important; }
.customer-benefits-card ul { grid-template-columns: repeat(2, 1fr); }
.membership-info-grid { display: grid; grid-template-columns: 1.25fr .85fr; gap: 42px; margin-bottom: 36px; }
.membership-info-grid h2 { font-size: 25px; margin: 0 0 24px; }
.membership-steps { display: grid; grid-template-columns: repeat(2, 1fr); align-items: stretch; text-align: center; gap: 16px; }
.membership-steps > div:not(.step-arrow) { border: 1px solid var(--line); border-radius: 12px; background: white; padding: 22px 16px 18px; box-shadow: 0 10px 24px rgba(18,21,31,.05); }
.membership-steps > div:not(.step-arrow) > i { width: 64px; height: 64px; margin: 0 auto 10px; border-radius: 50%; background: #fff5f7; border: 1px solid #ffd5dc; color: var(--red); font-size: 27px; display: grid; place-items: center; }
.membership-steps b { display: block; width: 27px; height: 27px; line-height: 27px; margin: -18px auto 11px; color: white; background: var(--red); border-radius: 50%; position: relative; z-index: 1; box-shadow: 0 7px 15px rgba(231,8,46,.22); }
.membership-steps h3 { font-size: 14px; line-height: 1.3; margin: 0 0 7px; }
.membership-steps p { margin: 0; color: #303846; font-size: 12px; line-height: 1.55; font-weight: 600; }
.step-arrow { display: none; color: var(--red); margin-top: 32px; }
.membership-faq .faq-item { border-top: 1px solid var(--line); }
.membership-faq a { color: var(--red); display: block; text-align: right; font-weight: 900; margin-top: 16px; }
.membership-faq-wide { margin-bottom: 36px; padding: 28px 32px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 10px 24px rgba(18,21,31,.05); }
.membership-faq-wide h2 { margin: 0 0 18px; font-size: 25px; }
.membership-app-banner { min-height: 190px; border-radius: 12px; background: var(--red); color: white; display: grid; grid-template-columns: 185px 1fr 230px 150px; gap: 28px; align-items: center; padding: 0 34px; overflow: hidden; margin-bottom: 20px!important; }
.app-phone-large { width: 126px; height: 180px; align-self: end; background: #e8092f; border: 7px solid #263041; border-bottom: 0; border-radius: 24px 24px 0 0; transform: rotate(-10deg); overflow: hidden; display: grid; place-items: center; box-shadow: 0 16px 28px rgba(0,0,0,.22); }
.app-phone-large img { width: 100%; height: 100%; object-fit: contain; }
.membership-app-banner h2 { font-size: 31px; margin: 0 0 10px; }
.membership-app-banner p { font-size: 14px; line-height: 1.55; font-weight: 600; margin: 0; }
.banner-store-buttons { display: grid; gap: 12px; }
.banner-store-buttons img { width: 210px; height: 58px; object-fit: contain; background: #000; border-radius: 7px; }
.banner-store-buttons span { width: 210px; height: 58px; background: #050505; border-radius: 7px; display: flex; align-items: center; justify-content: center; gap: 9px; font-weight: 900; }
.banner-qr { text-align: center; font-weight: 800; }
.banner-qr i { width: 116px; height: 116px; background: white; color: #10151f; border-radius: 7px; display: grid; place-items: center; font-size: 78px; margin: 0 auto 8px; }
.banner-qr b { color: #ffd1d8; font-size: 12px; }

.retailer-page .site-header { box-shadow: 0 8px 18px rgba(18,21,31,.08); }
.retailer-page .menu-toggle { display: block; margin-left: 0; }
.retailer-page .primary-pill { min-height: 54px; border-radius: 18px; padding: 0 24px; font-size: 15px; }
.retailer-page .city-pill { min-height: 54px; border-radius: 18px; color: #111827; }
.retailer-hero { padding: 28px 0 22px; }
.retailer-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 46px; align-items: center; }
.retailer-copy { grid-column: 1; grid-row: 1; }
.retailer-copy h1 { font-size: clamp(36px, 5.8vw, 60px); line-height: 1.08; margin: 0 0 26px; letter-spacing: 0; }
.retailer-copy h1 span { color: var(--red); }
.retailer-copy p { max-width: 560px; color: #1e2530; font-size: 17px; line-height: 1.6; font-weight: 600; margin: 0; }
.retailer-hero-stats { grid-column: 1; grid-row: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; max-width: 620px; }
.retailer-hero-stats div { text-align: center; }
.retailer-hero-stats i { color: var(--red); font-size: 35px; margin-bottom: 10px; }
.retailer-hero-stats b { display: block; font-size: 14px; margin-bottom: 3px; }
.retailer-hero-stats span { display: block; font-size: 12px; font-weight: 800; color: #202735; }
.retailer-actions { grid-column: 1; grid-row: 3; display: flex; gap: 34px; flex-wrap: wrap; }
.retailer-actions .red-btn,
.retailer-actions .outline-btn { min-height: 64px; min-width: 242px; border-radius: 9px; font-size: 16px; }
.retailer-visual { grid-column: 2; grid-row: 1 / span 3; min-height: 430px; }
.retailer-photo { height: 420px; border-radius: 14px; position: relative; overflow: hidden; background: radial-gradient(circle at 72% 28%, rgba(255,214,133,.35), transparent 18%), linear-gradient(90deg, rgba(20,12,8,.92), rgba(80,43,20,.42) 48%, rgba(17,15,14,.1)), linear-gradient(135deg, #1d1510, #a06635 45%, #151617); box-shadow: 0 18px 34px rgba(18,21,31,.13); }
.retailer-photo:before { content: ""; position: absolute; right: 36px; bottom: 0; width: 270px; height: 356px; border-radius: 140px 140px 0 0; background: linear-gradient(#252525 0 35%, #090909 36% 58%, #3b2a20 59%); box-shadow: inset 0 0 0 999px rgba(255,255,255,.03); }
.retailer-photo:after { content: ""; position: absolute; right: 100px; top: 82px; width: 112px; height: 112px; border-radius: 50%; background: radial-gradient(circle at 50% 38%, #f0b58c 0 31%, #101010 32% 48%, transparent 49%); box-shadow: 0 90px 0 42px #171717; }
.retailer-card { position: absolute; left: 42px; top: 44px; z-index: 2; width: 210px; min-height: 236px; padding: 34px 26px; color: white; background: var(--red); border-radius: 12px; }
.retailer-card b { display: block; font-size: 29px; margin-bottom: 6px; }
.retailer-card span { display: block; opacity: .9; font-size: 12px; margin-bottom: 22px; }
.retailer-card p { margin: 14px 0 0; font-weight: 800; }
.partner-badge { position: absolute; left: 26px; bottom: 24px; z-index: 3; min-height: 62px; padding: 10px 22px 10px 14px; display: flex; align-items: center; background: white; border-radius: 10px; box-shadow: 0 14px 24px rgba(18,21,31,.18); }
.partner-badge span { width: 34px; height: 34px; border-radius: 50%; margin-right: -9px; background: linear-gradient(135deg, #f3bd93, #222); border: 2px solid white; }
.partner-badge span:nth-child(2) { background: linear-gradient(135deg, #f7d7b5, #7f1d1d); }
.partner-badge span:nth-child(3) { background: linear-gradient(135deg, #e6b17d, #2d3748); }
.partner-badge span:nth-child(4) { margin-right: 14px; background: linear-gradient(135deg, #f0c7a0, #2f855a); }
.partner-badge b { font-size: 14px; }
.retailer-section { margin-bottom: 30px; }
.retailer-title { text-align: center; font-size: 30px; margin: 0 0 26px; }
.retailer-title:after { content: ""; display: block; width: 52px; height: 3px; background: var(--red); border-radius: 999px; margin: 10px auto 0; }
.retailer-section-copy { max-width: 720px; margin: -10px auto 26px; text-align: center; color: #303846; font-size: 16px; line-height: 1.65; font-weight: 600; }
.retailer-benefits { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.retailer-benefits article { min-height: 224px; text-align: center; padding: 26px 16px; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 10px 24px rgba(18,21,31,.05); }
.retailer-benefits i { color: var(--red); font-size: 44px; margin-bottom: 18px; }
.retailer-benefits h3 { font-size: 16px; margin: 0 0 11px; }
.retailer-benefits p { color: #2c3441; font-size: 12px; line-height: 1.6; font-weight: 600; margin: 0; }
.retailer-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; text-align: center; align-items: stretch; }
.retailer-steps > div { position: relative; min-height: 300px; padding: 28px 18px 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 12px 26px rgba(18,21,31,.06); transition: transform .2s ease, box-shadow .2s ease; }
.retailer-steps > div:before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--red); }
.retailer-steps > div:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(18,21,31,.1); }
.retailer-steps > div > i { width: 68px; height: 68px; margin: 4px auto 18px; border-radius: 50%; background: #fff0f3; color: var(--red); display: grid; place-items: center; font-size: 29px; }
.retailer-steps b { width: 30px; height: 30px; line-height: 30px; position: absolute; top: 13px; right: 13px; border-radius: 50%; color: white; background: var(--red); font-size: 12px; }
.retailer-steps h3 { font-size: 15px; line-height: 1.35; margin: 0 0 10px; }
.retailer-steps p { margin: 0; color: #303846; font-size: 11px; line-height: 1.6; font-weight: 600; }
.retailer-steps > span { display: none; }
.retailer-dashboard-band { display: grid; grid-template-columns: 250px 1fr 1.45fr; gap: 44px; align-items: center; background: #fff5f6; border-radius: 10px; padding: 30px 36px; margin-bottom: 32px; overflow: hidden; }
.retailer-dashboard-band h2 { color: var(--red); font-size: 30px; line-height: 1.2; margin: 0 0 18px; }
.retailer-dashboard-band p { font-size: 16px; line-height: 1.55; font-weight: 600; margin: 0; }
.retailer-dashboard-band ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 17px; font-size: 13px; font-weight: 800; }
.retailer-dashboard-band li:before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--red); margin-right: 12px; }
.dashboard-art { position: relative; min-height: 220px; }
.dashboard-screen { position: absolute; left: 0; top: 12px; width: 370px; height: 200px; border: 7px solid #151922; border-radius: 8px; background: white; padding: 18px 22px 18px 78px; box-shadow: -52px 0 0 #161b24 inset; }
.dashboard-screen:before { content: "OBOROTO"; position: absolute; left: 10px; top: 10px; color: white; background: var(--red); border-radius: 4px; padding: 5px 9px; font-size: 10px; }
.mini-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 14px 0 30px; }
.mini-stats span { background: #f6f7f9; border-radius: 6px; padding: 9px 4px; text-align: center; color: #2b6cb0; font-weight: 900; font-size: 12px; }
.chart-line { height: 74px; border-radius: 8px; background: linear-gradient(135deg, transparent 0 15%, #8bd3d3 16% 18%, transparent 19% 36%, #8bd3d3 37% 39%, transparent 40% 58%, #8bd3d3 59% 62%, transparent 63%), linear-gradient(#f8fafc,#eef8fb); border: 1px solid #e6eef3; }
.dashboard-phone { position: absolute; right: 0; top: 28px; width: 110px; height: 178px; border: 6px solid #1d2430; border-radius: 18px; background: #e8092f; padding: 0; overflow: hidden; box-shadow: 0 14px 24px rgba(18,21,31,.13); }
.dashboard-phone img { width: 100%; height: 100%; object-fit: contain; }
.dashboard-phone b { display: block; color: var(--red); font-size: 11px; margin-bottom: 14px; }
.dashboard-phone span { display: block; height: 20px; margin-bottom: 10px; border-radius: 999px; background: #f1f3f7; }
.dashboard-phone span:nth-child(3) { width: 70%; }
.dashboard-phone span:nth-child(4) { width: 86%; background: #fde6eb; }
.retailer-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.retailer-testimonials article { min-height: 190px; border: 1px solid var(--line); border-radius: 10px; padding: 30px; box-shadow: 0 10px 24px rgba(18,21,31,.05); }
.retailer-testimonials > article > i { color: var(--red); font-size: 30px; }
.retailer-testimonials .stars { float: right; margin: 0; }
.retailer-testimonials p { clear: both; color: #202735; font-size: 14px; line-height: 1.6; font-weight: 600; margin: 22px 0 18px; }
.retailer-testimonials b { font-size: 13px; }
.retailer-stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff0f3; border-radius: 10px; margin-bottom: 24px; overflow: hidden; }
.retailer-stats-strip div { min-height: 92px; display: grid; grid-template-columns: 58px auto; align-content: center; column-gap: 16px; justify-content: center; border-right: 1px solid #f4c9d1; }
.retailer-stats-strip div:last-child { border-right: 0; }
.retailer-stats-strip i { grid-row: 1 / span 2; align-self: center; color: var(--red); font-size: 39px; }
.retailer-stats-strip strong { font-size: 31px; line-height: 1; }
.retailer-stats-strip span { font-size: 13px; font-weight: 800; }
.retailer-final-cta { min-height: 150px; display: grid; grid-template-columns: 260px 1fr 260px; align-items: center; gap: 28px; color: white; background: var(--red); border-radius: 10px; overflow: hidden; padding: 0 38px; margin-bottom: 20px; }
.retailer-final-cta .gift-art.small { min-height: 142px; transform: scale(.7); transform-origin: center; }
.retailer-final-cta h2 { font-size: 28px; margin: 0 0 9px; }
.retailer-final-cta p { margin: 0; font-weight: 600; line-height: 1.5; }
.retailer-final-cta a { height: 58px; border-radius: 8px; background: white; color: var(--red); display: flex; align-items: center; justify-content: center; font-weight: 900; margin-bottom: 16px; }
.retailer-final-cta span { font-weight: 900; }

.about-page .site-header { box-shadow: 0 8px 18px rgba(18,21,31,.08); }
.about-page .menu-toggle { display: block; margin-left: 0; }
.about-page .primary-pill { min-height: 54px; border-radius: 18px; padding: 0 24px; font-size: 15px; }
.about-page .city-pill { min-height: 54px; border-radius: 18px; color: #111827; }
.about-hero { padding: 28px 0 32px; }
.about-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 44px; align-items: center; min-height: 480px; }
.about-copy { grid-column: 1; grid-row: 1; }
.about-copy h1 { font-size: clamp(36px, 6vw, 60px); line-height: 1; margin: 0 0 24px; letter-spacing: 0; }
.about-copy h1 span { color: var(--red); }
.about-copy h2 { font-size: clamp(26px, 3vw, 39px); line-height: 1.3; margin: 0 0 34px; max-width: 560px; }
.about-copy p,
.about-hero-extra { color: #26303d; max-width: 560px; font-size: 17px; line-height: 1.8; font-weight: 600; margin: 0; }
.about-hero-extra { grid-column: 1; grid-row: 2; }
.about-open-app { grid-column: 1; grid-row: 3; width: 210px; min-height: 64px; border: 1px solid var(--red); color: var(--red); border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 900; }
.about-visual { grid-column: 2; grid-row: 1 / span 3; min-height: 430px; position: relative; overflow: hidden; }
.city-art { position: absolute; inset: 28px 26px 34px 20px; border-radius: 48% 52% 45% 55%; background: radial-gradient(circle at 35% 28%, rgba(255,229,190,.95), transparent 22%), linear-gradient(135deg, rgba(255,255,255,.2), rgba(255,255,255,.65)), linear-gradient(125deg, #f5c17f 0 22%, #9f6635 23% 35%, #efb268 36% 47%, #5f3a24 48% 63%, #f6d2a2 64% 100%); }
.city-art:before { content: ""; position: absolute; left: 30px; right: 120px; bottom: 34px; height: 170px; background: repeating-linear-gradient(90deg, #6b3e24 0 18px, #c88542 19px 36px, #f2d0a0 37px 52px); clip-path: polygon(0 70%, 6% 54%, 10% 66%, 16% 30%, 22% 62%, 28% 18%, 35% 66%, 44% 38%, 54% 64%, 66% 28%, 74% 66%, 86% 35%, 100% 72%, 100% 100%, 0 100%); opacity: .95; }
.city-art:after { content: ""; position: absolute; left: 22px; right: 60px; bottom: 4px; height: 96px; background: linear-gradient(180deg, rgba(111,74,45,.45), rgba(49,91,112,.45)); border-radius: 50%; filter: blur(1px); }
.about-phone { position: absolute; right: 88px; top: 34px; width: 210px; height: 360px; border-radius: 34px; border: 9px solid #171b24; background: #e8092f; color: white; z-index: 2; overflow: hidden; display: flex; align-items: center; justify-content: center; transform: rotate(9deg); box-shadow: 0 22px 34px rgba(18,21,31,.25); }
.about-phone:before { content: ""; position: absolute; top: 0; left: 54px; right: 54px; height: 22px; background: #171b24; border-radius: 0 0 15px 15px; }
.about-phone img { width: 100%; height: 100%; object-fit: contain; }
.about-phone i { font-size: 28px; margin-bottom: 18px; }
.about-phone b { font-size: 31px; }
.about-phone span { font-weight: 700; opacity: .9; margin-top: 8px; }
.local-badge { position: absolute; right: 26px; bottom: 72px; z-index: 3; min-width: 250px; min-height: 88px; border-radius: 999px; background: white; display: flex; align-items: center; gap: 14px; padding: 16px 28px; box-shadow: 0 16px 26px rgba(18,21,31,.16); }
.local-badge i { color: var(--red); width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid #ffe1e6; border-radius: 50%; font-size: 22px; }
.local-badge b { color: var(--red); font-size: 17px; line-height: 1.25; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 25px rgba(18,21,31,.07); overflow: hidden; margin-bottom: 38px; }
.about-stats div { min-height: 136px; display: grid; grid-template-columns: 70px auto; align-content: center; column-gap: 18px; padding: 28px 42px; border-right: 1px solid #e5e7ec; }
.about-stats div:last-child { border-right: 0; }
.about-stats i { grid-row: 1 / span 2; color: var(--red); font-size: 55px; align-self: center; }
.about-stats strong { font-size: 30px; line-height: 1; }
.about-stats span { font-weight: 700; color: #1f2937; line-height: 1.45; }
.about-story-card { display: grid; grid-template-columns: .88fr 1.12fr; gap: 32px; align-items: stretch; border: 1px solid var(--line); border-radius: 12px; padding: 34px; box-shadow: 0 12px 25px rgba(18,21,31,.05); margin-bottom: 38px!important; }
.about-story-card > div:first-child > span,
.about-local-band span { display: inline-block; color: var(--red); font-weight: 900; margin-bottom: 10px; }
.about-story-card h2 { font-size: 30px; line-height: 1.2; margin: 0 0 18px; }
.about-story-card p { color: #26303d; font-size: 15px; line-height: 1.8; font-weight: 600; margin: 0 0 14px; }
.about-value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.about-value-grid article { border-radius: 10px; background: #fff5f6; padding: 26px 24px; }
.about-value-grid i { color: var(--red); font-size: 38px; margin-bottom: 14px; }
.about-value-grid h3 { font-size: 20px; margin: 0 0 16px; }
.about-value-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; color: #202735; font-size: 14px; font-weight: 700; line-height: 1.45; }
.about-value-grid li:before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--red); margin-right: 10px; }
.about-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 38px; }
.about-pillars article { min-height: 330px; border: 1px solid var(--line); border-radius: 12px; padding: 38px 36px; box-shadow: 0 12px 25px rgba(18,21,31,.05); }
.about-pillars i { color: var(--red); font-size: 48px; margin-bottom: 24px; }
.about-pillars h2 { font-size: 25px; margin: 0 0 28px; position: relative; }
.about-pillars h2:after { content: ""; position: absolute; left: 0; bottom: -12px; width: 36px; height: 3px; border-radius: 999px; background: var(--red); }
.about-pillars p { color: #202735; font-size: 16px; line-height: 1.85; font-weight: 600; margin: 0; }
.about-pillars ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; font-size: 16px; font-weight: 800; }
.about-pillars li:before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--red); margin-right: 12px; }
.about-local-band { min-height: 170px; display: grid; grid-template-columns: 95px 1fr; gap: 28px; align-items: center; background: #fff0f3; border-radius: 12px; padding: 34px 42px; margin-bottom: 38px!important; }
.about-local-band > i { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--red); font-size: 32px; }
.about-local-band h2 { font-size: 31px; margin: 0 0 10px; }
.about-local-band p { color: #253042; max-width: 820px; line-height: 1.65; font-weight: 600; margin: 0; }
.about-why-section,
.about-categories-section { margin-bottom: 38px; }
.about-list-grid,
.about-category-grid { display: grid; gap: 16px; }
.about-list-grid { grid-template-columns: repeat(4, 1fr); }
.about-category-grid { grid-template-columns: repeat(5, 1fr); }
.about-list-grid div,
.about-category-grid div { min-height: 112px; border: 1px solid var(--line); border-radius: 10px; padding: 20px 16px; display: grid; place-items: center; text-align: center; gap: 10px; box-shadow: 0 10px 24px rgba(18,21,31,.05); background: white; }
.about-list-grid i,
.about-category-grid i { color: var(--red); font-size: 30px; }
.about-list-grid span,
.about-category-grid span { color: #202735; font-size: 13px; line-height: 1.35; font-weight: 800; }
.about-title { text-align: center; font-size: 30px; margin: 0 0 34px; }
.about-title:after { content: ""; display: block; width: 44px; height: 3px; background: var(--red); border-radius: 999px; margin: 10px auto 0; }
.about-journey-section { margin-bottom: 42px; }
.about-journey { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; position: relative; text-align: center; }
.about-journey:before { content: ""; position: absolute; top: 41px; left: 110px; right: 110px; border-top: 2px dashed #cdd2dc; z-index: 0; }
.about-journey article { position: relative; z-index: 1; }
.about-journey i { width: 82px; height: 82px; margin: 0 auto 20px; border-radius: 50%; background: var(--red); color: white; display: grid; place-items: center; font-size: 35px; }
.about-journey h3 { color: var(--red); font-size: 17px; margin: 0 0 14px; }
.about-journey p { margin: 0 auto; max-width: 150px; color: #202735; font-weight: 700; line-height: 1.55; }
.about-local-cta { min-height: 250px; display: grid; grid-template-columns: 450px 1fr; align-items: center; gap: 44px; color: white; background: var(--red); border-radius: 10px; overflow: hidden; padding: 50px 58px; margin-bottom: 20px!important; }
.about-local-cta .gift-art.small { min-height: 230px; transform: scale(.92); transform-origin: center; }
.about-local-cta h2 { font-size: 37px; margin: 0 0 14px; }
.about-local-cta p { font-size: 17px; line-height: 1.55; font-weight: 600; margin: 0 0 28px; max-width: 620px; }
.about-local-cta a { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 200px; min-height: 58px; border-radius: 8px; background: white; color: var(--red); font-weight: 900; }

.contact-page .site-header { box-shadow: 0 8px 18px rgba(18,21,31,.08); }
.contact-page .menu-toggle { display: block; margin-left: 0; }
.contact-page .primary-pill { min-height: 54px; border-radius: 18px; padding: 0 24px; font-size: 15px; }
.contact-page .city-pill { min-height: 54px; border-radius: 18px; color: #111827; }
.contact-hero { padding: 28px 0 28px; }
.contact-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; min-height: 370px; }
.contact-copy { grid-column: 1; grid-row: 1; }
.contact-copy h1 { font-size: clamp(36px, 6vw, 60px); line-height: .98; margin: 0 0 28px; letter-spacing: 0; }
.contact-copy h1 span { color: var(--red); display: block; }
.contact-copy p { max-width: 600px; color: #1f2937; font-size: 18px; line-height: 1.65; font-weight: 600; margin: 0; }
.contact-points { grid-column: 1; grid-row: 2; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 620px; gap: 26px; }
.contact-points div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; border-right: 1px solid #e6e9ef; }
.contact-points div:last-child { border-right: 0; }
.contact-points i { color: var(--red); font-size: 32px; }
.contact-points b { font-size: 13px; line-height: 1.35; }
.contact-visual { grid-column: 2; grid-row: 1 / span 2; min-height: 330px; position: relative; overflow: hidden; }
.contact-visual:before { content: ""; position: absolute; right: 150px; top: 30px; width: 360px; height: 240px; background: #ffe4e8; border-radius: 50%; }
.contact-visual:after { content: ""; position: absolute; right: 40px; top: 40px; width: 210px; height: 210px; border: 2px dashed #efd0d6; border-radius: 50%; opacity: .7; }
.contact-envelope { position: absolute; left: 145px; top: 82px; width: 330px; height: 190px; background: var(--red); border-radius: 16px; z-index: 2; box-shadow: 0 22px 36px rgba(231,8,46,.16); overflow: hidden; }
.contact-envelope:before { content: ""; position: absolute; inset: 52px 0 0; background: linear-gradient(145deg, transparent 49%, #c90427 50%), linear-gradient(215deg, transparent 49%, #f51b40 50%); }
.letter { position: absolute; left: 55px; right: 55px; top: -55px; height: 150px; background: white; border-radius: 8px; text-align: center; padding-top: 42px; transform: rotate(3deg); }
.letter b { display: block; color: var(--red); font-size: 26px; letter-spacing: 1px; }
.letter span { display: block; color: #c74356; font-family: 'Montserrat', Arial, sans-serif; font-size: 18px; margin-top: 8px; }
.chat-bubble { position: absolute; right: 95px; top: 105px; width: 125px; height: 78px; background: var(--red); border-radius: 28px; z-index: 3; color: white; display: grid; place-items: center; font-size: 46px; }
.call-bubble { position: absolute; right: 165px; bottom: 28px; width: 112px; height: 112px; border-radius: 50%; background: white; color: var(--red); z-index: 4; display: grid; place-items: center; font-size: 48px; box-shadow: 0 16px 28px rgba(18,21,31,.14); }
.paper-plane { position: absolute; right: 60px; top: 20px; color: #ef6b82; font-size: 36px; transform: rotate(10deg); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 24px; }
.contact-card { border: 1px solid var(--line); border-radius: 12px; padding: 30px; box-shadow: 0 12px 25px rgba(18,21,31,.05); }
.contact-card h2,
.map-info h2,
.contact-faq h2 { font-size: 22px; margin: 0 0 22px; position: relative; }
.contact-card h2:after,
.map-info h2:after,
.contact-faq h2:after { content: ""; position: absolute; left: 0; bottom: -10px; width: 36px; height: 3px; border-radius: 999px; background: var(--red); }
.contact-card > p { color: #344052; font-weight: 600; margin: 0 0 26px; }
.contact-form-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form-card label { min-height: 52px; border: 1px solid #dde2ea; border-radius: 6px; display: grid; grid-template-columns: 38px 1fr; align-items: center; padding: 0 10px; color: #6b7280; }
.contact-form-card label.wide,
.contact-form-card button.wide { grid-column: 1 / -1; }
.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea { border: 0; outline: 0; width: 100%; font: inherit; font-size: 13px; color: #1f2937; background: transparent; }
.contact-form-card .message { min-height: 118px; align-items: start; padding-top: 14px; }
.contact-form-card textarea { min-height: 92px; resize: vertical; padding-top: 0; }
.contact-form-card button { min-height: 56px; border: 0; border-radius: 6px; background: var(--red); color: white; font: inherit; font-weight: 900; cursor: pointer; }
.contact-form-card small { display: block; margin-top: 18px; color: #475164; font-weight: 600; }
.contact-method { min-height: 88px; display: grid; grid-template-columns: 58px 1fr auto 18px; gap: 14px; align-items: center; border-bottom: 1px solid #eceff4; }
.contact-method:last-child { border-bottom: 0; }
.contact-method > i:first-child { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: var(--red); background: #fff0f3; font-size: 26px; }
.contact-method.whatsapp > i:first-child { color: #18a75f; background: #eaf9f1; }
.contact-method h3 { margin: 0 0 5px; font-size: 15px; }
.contact-method p { margin: 0; color: #344052; font-size: 13px; font-weight: 600; line-height: 1.45; }
.contact-method b { color: var(--red); font-size: 13px; white-space: nowrap; }
.contact-method > i:last-child { color: var(--red); }
.contact-map { min-height: 210px; border-radius: 12px; overflow: hidden; position: relative; margin-bottom: 24px; background: linear-gradient(135deg, rgba(255,255,255,.55), rgba(255,255,255,.45)), repeating-linear-gradient(35deg, transparent 0 50px, rgba(150,166,185,.32) 51px 54px), repeating-linear-gradient(115deg, transparent 0 68px, rgba(150,166,185,.28) 69px 72px), linear-gradient(110deg, #edf2f7 0 62%, #91d9e7 63%); }
.contact-map:after { content: "Ganga"; position: absolute; right: 90px; top: 96px; color: #44748b; transform: rotate(-24deg); }
.map-info { position: absolute; left: 38px; top: 24px; width: 330px; min-height: 166px; background: white; border-radius: 8px; padding: 28px; box-shadow: 0 12px 25px rgba(18,21,31,.08); z-index: 2; }
.map-info p { color: #344052; font-weight: 600; line-height: 1.55; margin: 0 0 20px; }
.map-info a { min-height: 48px; min-width: 170px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: var(--red); border: 1px solid var(--red); border-radius: 6px; font-weight: 900; }
.map-pin { position: absolute; left: 53%; top: 72px; color: var(--red); font-size: 54px; z-index: 1; }
.contact-faq { border: 1px solid var(--line); border-radius: 12px; padding: 30px 36px; box-shadow: 0 12px 25px rgba(18,21,31,.05); margin-bottom: 24px; }
.contact-faq-heading { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.contact-faq-heading a { color: var(--red); font-weight: 900; font-size: 13px; }
.contact-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 70px; }
.faq-line { min-height: 48px; border-bottom: 1px solid #eceff4; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 14px; }
.faq-line i { color: #252b36; }
.contact-local-cta { margin-bottom: 0; min-height: 190px; }

.privacy-page .site-header { box-shadow: 0 8px 18px rgba(18,21,31,.08); }
.privacy-page .menu-toggle { display: block; margin-left: 0; }
.privacy-page .primary-pill { min-height: 54px; border-radius: 18px; padding: 0 24px; font-size: 15px; }
.privacy-page .city-pill { min-height: 54px; border-radius: 18px; color: #111827; }
.privacy-hero { padding: 28px 0 28px; }
.privacy-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; min-height: 350px; }
.privacy-copy h1 { font-size: clamp(36px, 6vw, 60px); line-height: .98; margin: 0 0 28px; letter-spacing: 0; }
.privacy-copy h1 span { color: var(--red); display: block; }
.privacy-copy p { max-width: 590px; color: #1f2937; font-size: 18px; line-height: 1.65; font-weight: 600; margin: 0 0 22px; }
.updated-date { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; color: #293241; }
.updated-date i { color: var(--red); }
.privacy-visual { position: relative; min-height: 320px; overflow: hidden; }
.privacy-visual:before { content: ""; position: absolute; left: 130px; top: 30px; width: 360px; height: 240px; border-radius: 50%; background: #ffe3e8; }
.privacy-visual:after { content: ""; position: absolute; right: 88px; top: 42px; width: 250px; height: 250px; border-radius: 50%; border: 2px dotted #efd0d6; }
.privacy-shield { position: absolute; left: 205px; top: 18px; width: 240px; height: 270px; color: var(--red); background: linear-gradient(145deg, #f92a4b, #d9042c); clip-path: polygon(50% 0, 88% 14%, 88% 52%, 72% 82%, 50% 100%, 28% 82%, 12% 52%, 12% 14%); display: grid; place-items: center; z-index: 2; filter: drop-shadow(0 22px 25px rgba(231,8,46,.22)); }
.privacy-shield i { width: 112px; height: 112px; border-radius: 12px; display: grid; place-items: center; background: white; color: var(--red); font-size: 58px; }
.privacy-id { position: absolute; right: 124px; top: 134px; width: 126px; height: 150px; border-radius: 15px; background: white; z-index: 3; box-shadow: 0 14px 26px rgba(18,21,31,.12); display: grid; place-items: center; padding: 20px; }
.privacy-id i { color: var(--red); font-size: 48px; }
.privacy-id span { width: 78px; height: 4px; background: #f1b7c2; border-radius: 99px; display: block; }
.privacy-check { position: absolute; right: 92px; bottom: 38px; width: 60px; height: 60px; border-radius: 50%; color: white; background: var(--red); display: grid; place-items: center; font-size: 28px; z-index: 4; border: 7px solid white; box-shadow: 0 10px 18px rgba(18,21,31,.12); }
.privacy-layout { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 28px; align-items: start; margin-bottom: 26px; }
.privacy-sidebar { display: grid; gap: 0; position: -webkit-sticky; position: sticky; top: 96px; align-self: start; z-index: 5; }
.privacy-sidebar > a { min-height: 54px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-bottom: 0; padding: 0 18px; font-weight: 400; line-height: 1.35; background: white; }
.privacy-sidebar > a:first-child { border-radius: 9px 9px 0 0; }
.privacy-sidebar > a:nth-child(12) { border-bottom: 1px solid var(--line); border-radius: 0 0 9px 9px; }
.privacy-sidebar > a.active { color: white; background: var(--red); border-color: var(--red); font-weight: 500; }
.privacy-sidebar > a i { width: 22px; text-align: center; font-size: 20px; }
.trust-box { margin-top: 26px; border-radius: 9px; background: #fff0f3; padding: 30px 28px; display: grid; grid-template-columns: 52px 1fr; gap: 12px 18px; align-items: center; }
.trust-box i { grid-row: 1 / span 2; color: var(--red); font-size: 44px; }
.trust-box h3 { margin: 0; font-size: 18px; }
.trust-box p { margin: 0; color: #28303d; font-weight: 600; line-height: 1.6; }
.privacy-content { border: 1px solid var(--line); border-radius: 12px; padding: 26px 30px; box-shadow: 0 12px 25px rgba(18,21,31,.05); }
.privacy-content section { display: grid; grid-template-columns: 34px 1fr; gap: 22px; border-bottom: 1px solid #e7eaf0; padding: 0 0 22px; margin-bottom: 22px; scroll-margin-top: 110px; }
.privacy-content section:last-of-type { border-bottom: 0; }
.privacy-content section > b { width: 31px; height: 31px; border-radius: 50%; background: var(--red); color: white; display: grid; place-items: center; font-size: 14px; }
.privacy-content h2 { font-size: 19px; margin: 0 0 8px; }
.privacy-content h3 { font-size: 16px; margin: 18px 0 8px; color: #111827; font-weight: 600; }
.privacy-content p { color: #151b27; font-weight: 400; line-height: 1.7; margin: 0; }
.privacy-content p + p { margin-top: 10px; }
.privacy-content ul { margin: 10px 0 0; padding-left: 0; list-style: none; display: grid; gap: 8px; font-weight: 400; }
.privacy-content li:before { content: ""; width: 7px; height: 7px; display: inline-block; background: var(--red); border-radius: 50%; margin-right: 10px; vertical-align: middle; }
.policy-download { width: min(360px, 100%); min-height: 54px; margin: 12px auto 0; border: 1px solid var(--red); border-radius: 7px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--red); font-weight: 900; }
.privacy-local-cta { margin-bottom: 0; min-height: 190px; }

.refund-visual { min-height: 350px; position: relative; display: grid; place-items: center; overflow: hidden; }
.refund-visual:before { content: ""; position: absolute; width: 430px; height: 245px; border-radius: 50%; background: #fff0f3; left: 52px; top: 48px; }
.refund-wallet { position: relative; z-index: 3; width: 250px; height: 165px; border-radius: 22px; background: linear-gradient(145deg, #ff475e, #e3001f); box-shadow: 0 20px 30px rgba(195,0,25,.24), inset 0 -12px 20px rgba(121,0,15,.16); transform: translate(-18px, 42px); }
.refund-wallet:before { content: ""; position: absolute; left: 18px; right: 18px; top: -22px; height: 46px; border-radius: 18px 18px 8px 8px; background: #ff6b7b; box-shadow: inset 0 -10px 14px rgba(121,0,15,.12); }
.refund-wallet span { position: absolute; right: 22px; top: 58px; width: 58px; height: 42px; border-radius: 24px; background: #de001d; box-shadow: inset 0 0 0 4px rgba(255,255,255,.22); }
.refund-wallet span:after { content: ""; position: absolute; width: 22px; height: 22px; border-radius: 50%; background: white; left: 9px; top: 10px; box-shadow: 0 3px 10px rgba(0,0,0,.18); }
.refund-money { position: absolute; z-index: 2; width: 116px; height: 70px; border-radius: 12px; background: #79c44a; color: #467a28; display: grid; place-items: center; font-size: 30px; box-shadow: 0 10px 16px rgba(73,127,39,.22); }
.refund-money:before { content: ""; position: absolute; inset: 12px; border: 2px solid rgba(255,255,255,.22); border-radius: 8px; }
.refund-money.money-one { left: 210px; top: 64px; transform: rotate(-8deg); }
.refund-money.money-two { left: 290px; top: 48px; transform: rotate(8deg); }
.refund-money.money-two:after { content: ""; position: absolute; right: -34px; top: 12px; width: 46px; height: 46px; border-radius: 50%; background: #ffc644; box-shadow: 20px 42px 0 -7px #ffc644; }
.refund-shield { position: absolute; z-index: 4; right: 92px; bottom: 24px; width: 150px; height: 170px; background: white; color: var(--red); display: grid; place-items: center; font-size: 74px; clip-path: polygon(50% 0, 94% 18%, 84% 78%, 50% 100%, 16% 78%, 6% 18%); box-shadow: 0 18px 28px rgba(18,21,31,.18); }
.refund-shield:before { content: ""; position: absolute; inset: 10px; background: #fff; border: 8px solid var(--red); clip-path: polygon(50% 0, 94% 18%, 84% 78%, 50% 100%, 16% 78%, 6% 18%); z-index: -1; }
.refund-page .dot-pattern { right: 18px; top: 58px; }
.refund-help-box { grid-template-columns: 58px 1fr; }
.refund-help-box > i { color: var(--red); font-size: 48px; }
.refund-help-box a { grid-column: 1 / -1; min-height: 52px; border: 1px solid var(--red); border-radius: 7px; display: flex; align-items: center; justify-content: center; color: var(--red); font-weight: 800; margin-top: 8px; }

.faq-page .site-header { box-shadow: 0 8px 18px rgba(18,21,31,.08); }
.faq-page .primary-pill { min-height: 54px; border-radius: 16px; }
.business-page .menu-toggle,
.membership-page .menu-toggle,
.retailer-page .menu-toggle,
.about-page .menu-toggle,
.contact-page .menu-toggle,
.privacy-page .menu-toggle,
.faq-page .menu-toggle { display: none; margin-left: auto; }
.business-page .primary-pill,
.membership-page .primary-pill,
.retailer-page .primary-pill,
.about-page .primary-pill,
.contact-page .primary-pill,
.privacy-page .primary-pill,
.faq-page .primary-pill,
.business-page .city-pill,
.membership-page .city-pill,
.retailer-page .city-pill,
.about-page .city-pill,
.contact-page .city-pill,
.privacy-page .city-pill,
.faq-page .city-pill { min-height: 42px; border-radius: 9px; padding: 0 20px; font-size: 13px; }
.business-page .city-pill,
.membership-page .city-pill,
.retailer-page .city-pill,
.about-page .city-pill,
.contact-page .city-pill,
.privacy-page .city-pill,
.faq-page .city-pill { color: var(--red); }
.faq-hero { padding: 28px 0 34px; }
.faq-hero-grid { min-height: 335px; display: grid; grid-template-columns: .98fr 1.02fr; gap: 50px; align-items: center; }
.faq-copy h1 { font-size: clamp(36px, 6vw, 60px); line-height: 1.08; letter-spacing: 0; margin: 0 0 28px; }
.faq-copy h1 span { display: block; color: var(--red); }
.faq-copy p { max-width: 520px; color: #303948; font-size: 19px; line-height: 1.65; font-weight: 500; margin: 0; }
.faq-visual { min-height: 310px; position: relative; display: grid; place-items: center; overflow: hidden; }
.faq-visual:before { content: ""; position: absolute; width: 390px; height: 235px; border-radius: 50%; background: #fff0f3; left: 36px; top: 54px; }
.question-bubble { width: 280px; height: 228px; border-radius: 54px 54px 74px 54px; background: linear-gradient(145deg, #ff566a, #e3001f 70%); color: white; display: grid; place-items: center; font-size: 148px; font-weight: 900; line-height: 1; box-shadow: 0 24px 34px rgba(195,0,25,.28), inset -16px -18px 22px rgba(121,0,15,.22); transform: rotate(5deg); position: relative; z-index: 2; text-shadow: 0 8px 10px rgba(0,0,0,.18); }
.question-bubble:after { content: ""; position: absolute; right: 32px; bottom: -34px; width: 72px; height: 66px; background: #e3001f; clip-path: polygon(10% 0, 100% 0, 100% 100%); }
.dot-pattern { position: absolute; right: 12px; top: 76px; width: 178px; height: 178px; opacity: .55; background-image: radial-gradient(#f1bdc6 1.4px, transparent 1.4px); background-size: 17px 17px; }
.faq-main { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 52px; align-items: start; margin-bottom: 34px; }
.faq-category-card { display: grid; gap: 0; }
.faq-category-card > button { min-height: 64px; border: 1px solid var(--line); border-bottom: 0; background: white; display: grid; grid-template-columns: 28px 1fr 18px; align-items: center; gap: 14px; padding: 0 22px; color: #101827; font: inherit; font-size: 16px; font-weight: 600; text-align: left; cursor: pointer; }
.faq-category-card > button:first-child { border-radius: 10px 10px 0 0; }
.faq-category-card > button:nth-child(8) { border-bottom: 1px solid var(--line); border-radius: 0 0 10px 10px; }
.faq-category-card > button > i:first-child { font-size: 20px; width: 24px; text-align: center; }
.faq-category-card > button > i:last-child { font-size: 14px; justify-self: end; }
.faq-category-card > button.active { background: var(--red); border-color: var(--red); color: white; }
.faq-help-card { margin-top: 34px; border-radius: 10px; background: #fff1f3; padding: 26px 22px; display: grid; grid-template-columns: 58px 1fr; gap: 12px 18px; align-items: center; }
.faq-help-card > i { grid-row: 1 / span 2; color: var(--red); font-size: 48px; }
.faq-help-card h3 { margin: 0 0 8px; font-size: 17px; }
.faq-help-card p { margin: 0; color: #263142; font-size: 14px; font-weight: 500; line-height: 1.5; }
.faq-help-card a { grid-column: 1 / -1; min-height: 52px; border: 1px solid var(--red); border-radius: 7px; display: flex; align-items: center; justify-content: center; color: var(--red); font-weight: 800; margin-top: 10px; }
.faq-accordion-card { border: 1px solid var(--line); border-radius: 12px; padding: 18px 34px; box-shadow: 0 12px 25px rgba(18,21,31,.05); background: white; }
.faq-qa { border-bottom: 1px solid #e7eaf0; }
.faq-qa:last-child { border-bottom: 0; }
.faq-qa[hidden] { display: none; }
.faq-qa button { min-height: 64px; width: 100%; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0; color: #111827; font: inherit; font-size: 19px; font-weight: 700; text-align: left; cursor: pointer; }
.faq-qa button i { color: #101827; transition: transform .2s ease; }
.faq-qa p { max-height: 0; overflow: hidden; color: #2d3747; font-size: 16px; line-height: 1.75; font-weight: 500; margin: 0; transition: max-height .24s ease, padding .24s ease; }
.faq-qa.expanded button { color: var(--red); }
.faq-qa.expanded button i { transform: rotate(180deg); color: var(--red); }
.faq-qa.expanded p { max-height: 260px; padding: 0 0 26px; }
.faq-contact-strip { min-height: 150px; border-radius: 12px; background: #fff1f3; display: grid; grid-template-columns: 78px 1.25fr 1fr 1fr 1fr; gap: 28px; align-items: center; padding: 28px 34px; margin-bottom: 30px!important; }
.faq-contact-strip > div:not(:first-child):not(:nth-child(2)) { border-left: 1px solid #ead8dc; padding-left: 34px; min-height: 72px; display: grid; align-content: center; gap: 8px; }
.faq-mail-icon { width: 64px; height: 64px; border-radius: 50%; border: 4px solid var(--red); color: var(--red); display: grid; place-items: center; font-size: 30px; }
.faq-contact-strip h2 { font-size: 20px; margin: 0 0 8px; }
.faq-contact-strip p { margin: 0; color: #243043; font-weight: 500; line-height: 1.45; }
.faq-contact-strip span { color: #111827; font-weight: 600; }
.faq-contact-strip strong { color: var(--red); font-size: 16px; }

@media (max-width: 940px) {
    .menu-toggle { display: block; margin-left: auto; }
    .business-page .menu-toggle,
    .membership-page .menu-toggle,
    .retailer-page .menu-toggle,
    .about-page .menu-toggle,
    .contact-page .menu-toggle,
    .privacy-page .menu-toggle,
    .faq-page .menu-toggle { display: block; margin-left: auto; }
    .nav-shell { gap: 14px; flex-wrap: wrap; padding: 8px 0; }
    .site-menu, .nav-actions { display: none; width: 100%; }
    .site-menu.open, .nav-actions.open { display: flex; }
    .site-menu { flex-direction: column; align-items: flex-start; gap: 8px; }
    .nav-actions { padding-bottom: 10px; }
    .hero, .membership-band, .split-panels, .business-hero-grid, .business-member-cta, .membership-hero-grid, .membership-info-grid, .membership-app-banner, .membership-year-card, .customer-benefits-card, .retailer-hero-grid, .retailer-dashboard-band, .retailer-final-cta, .about-hero-grid, .about-story-card, .about-local-band, .about-local-cta, .contact-hero-grid, .contact-grid, .privacy-hero-grid, .privacy-layout, .faq-hero-grid, .faq-main, .faq-contact-strip { grid-template-columns: 1fr; }
    .business-copy,
    .business-search,
    .business-map-art { grid-column: 1; grid-row: auto; }
    .membership-copy,
    .membership-card-art,
    .membership-hero-stats { grid-column: 1; grid-row: auto; }
    .retailer-copy,
    .retailer-visual,
    .retailer-hero-stats,
    .retailer-actions { grid-column: 1; grid-row: auto; }
    .about-copy,
    .about-visual,
    .about-hero-extra,
    .about-open-app { grid-column: 1; grid-row: auto; }
    .contact-copy,
    .contact-visual,
    .contact-points { grid-column: 1; grid-row: auto; }
    .benefits { grid-template-columns: repeat(3, 1fr); }
    .steps { grid-template-columns: repeat(4, 1fr); }
    .partners, .page-grid, .top-rated-grid, .plan-grid, .retailer-benefits, .retailer-testimonials, .about-pillars, .about-value-grid, .about-list-grid, .about-category-grid { grid-template-columns: repeat(2, 1fr); }
    .all-businesses-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stats-band, .testimonials, .footer-grid, .business-stats, .plan-includes, .retailer-hero-stats, .retailer-stats-strip, .about-stats { grid-template-columns: 1fr 1fr; }
    .footer-grid { gap: 38px; }
    .footer-about,
    .footer-app { grid-column: 1 / -1; }
    .app-cta-inner { grid-template-columns: 90px 1fr; }
    .store-buttons { grid-column: 1 / -1; padding-bottom: 20px; flex-wrap: wrap; }
    .business-map-art { min-height: 320px; }
    .membership-card-art { min-height: 330px; }
    .premium-card { right: 50%; transform: translateX(50%) rotate(-8deg); }
    .benefit-highlight { grid-template-columns: 1fr; text-align: center; }
    .plate-art { margin: 0 auto; }
    .membership-steps { grid-template-columns: repeat(2, 1fr); }
    .step-arrow { display: none; }
    .membership-app-banner { padding: 24px; text-align: center; }
    .app-phone-large { display: none; }
    .banner-store-buttons { justify-items: center; }
    .retailer-visual { min-height: 360px; }
    .retailer-photo { height: 360px; }
    .retailer-steps { grid-template-columns: repeat(5, 1fr); }
    .dashboard-art { min-height: 250px; }
    .dashboard-screen { left: 50%; transform: translateX(-58%); }
    .dashboard-phone { right: 9%; }
    .retailer-final-cta { padding: 26px; text-align: center; }
    .about-visual { min-height: 390px; }
    .about-journey { grid-template-columns: repeat(3, 1fr); }
    .about-journey:before { display: none; }
    .about-local-cta { padding: 28px; text-align: center; }
    .about-local-cta .gift-art.small { margin: 0 auto; }
    .contact-visual { min-height: 300px; }
    .contact-envelope { left: 50%; transform: translateX(-50%); }
    .contact-faq-grid { grid-template-columns: 1fr; gap: 0; }
    .faq-hero-grid { gap: 10px; }
    .faq-visual { min-height: 260px; }
    .faq-main { gap: 0; }
    .faq-category-card { display: none; }
    .faq-contact-strip { gap: 18px; }
    .faq-contact-strip > div:not(:first-child):not(:nth-child(2)) { border-left: 0; border-top: 1px solid #ead8dc; padding: 18px 0 0; min-height: auto; }
    .privacy-visual { min-height: 300px; }
    .refund-visual { min-height: 300px; transform: scale(.9); transform-origin: top center; margin-bottom: -28px; }
    .privacy-sidebar { display: none; }
    .privacy-layout { display: block; }
    .privacy-content { width: 100%; min-width: 0; }
}

@media (max-width: 620px) {
    .container, .nav-shell { width: min(100% - 24px, 1120px); }
    .nav-shell { min-height: 70px; padding: 8px 0; gap: 6px; flex-wrap: nowrap; }
    .brand img { width: 50px; height: 50px; }
    .menu-toggle { order: 3; width: 36px; height: 40px; margin-left: 0; padding: 5px; color: #10131b; line-height: 1; }
    .nav-actions { display: flex; order: 2; width: auto; margin-left: auto; padding: 0; gap: 6px; }
    .nav-actions.open { display: flex; }
    .nav-actions .city-selector { display: block; }
    .nav-actions .city-pill { min-height: 40px; max-width: 90px; padding: 0 8px; gap: 5px; border-radius: 8px; font-size: 10px; white-space: nowrap; overflow: hidden; }
    .nav-actions .city-pill i:first-child { font-size: 12px; }
    .nav-actions .city-pill i:last-child { font-size: 8px; }
    .nav-actions .city-menu { right: 0; min-width: 170px; }
    .primary-pill { min-height: 40px; border-radius: 8px; padding: 0 9px; gap: 5px; font-size: 11px; white-space: nowrap; }
    .primary-pill i { font-size: 14px; }
    .business-page .primary-pill,
    .membership-page .primary-pill,
    .retailer-page .primary-pill,
    .about-page .primary-pill,
    .contact-page .primary-pill,
    .privacy-page .primary-pill,
    .faq-page .primary-pill { min-height: 40px; border-radius: 8px; padding: 0 9px; font-size: 11px; }
    .primary-pill .desktop-label { display: none; }
    .primary-pill .mobile-label { display: inline; }
    .site-menu { order: 4; }
    .site-menu.open { position: absolute; left: 12px; right: 12px; top: 70px; width: auto; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 18px 34px rgba(18,21,31,.14); z-index: 25; }
    .hero { display: none; }
    .membership-band { overflow: hidden; }
    .mobile-home-hero { display: grid; grid-template-columns: minmax(0, 52%) minmax(0, 48%); align-items: center; width: min(100% - 20px, 1120px); margin: 0 auto 20px; padding-top: 10px; overflow: hidden; }
    .mobile-hero-copy { position: relative; z-index: 3; padding: 10px 0 14px; }
    .mobile-hero-copy h1 { margin: 0 0 14px; font-size: 27px; line-height: 1.08; letter-spacing: 0; font-weight: 900; color: #05070d; }
    .mobile-hero-copy h1 span { position: relative; display: inline-block; color: var(--red); }
    .mobile-hero-copy h1 span:after { content: ""; position: absolute; left: 0; right: 12px; bottom: -12px; height: 6px; border-radius: 999px; background: #ef6e7f; transform: rotate(-2deg); }
    .mobile-hero-copy p { margin: 0; max-width: 100%; padding-right: 8px; color: #3d4452; font-size: 12px; line-height: 1.5; font-weight: 500; }
    .mobile-hero-art { align-self: stretch; min-width: 0; min-height: 300px; margin-right: 0; position: relative; overflow: hidden; }
    .mobile-model-backdrop { position: absolute; width: 180px; height: 180px; right: -12px; top: 38px; border-radius: 50%; background: #e7082e; }
    .mobile-hero-art img { position: absolute; z-index: 1; inset: 0 0 0 auto; width: 100%; height: 100%; max-width: 180px; max-height: 300px; object-fit: contain; object-position: right bottom; }
    .mobile-member-card { position: absolute; z-index: 2; left: 2px; bottom: 18px; width: 104px; height: 64px; border-radius: 7px; background: linear-gradient(160deg, #ee173a, #bc031f); color: white; padding: 10px 12px; box-shadow: 0 12px 20px rgba(18,21,31,.22); transform: rotate(-7deg); display: grid; align-content: center; gap: 2px; }
    .mobile-member-card strong { font-size: 15px; letter-spacing: .5px; }
    .mobile-member-card span { color: #ffd96b; font-size: 9px; font-weight: 700; }
    .mobile-member-card small { align-self: end; margin-top: 4px; font-size: 7px; font-weight: 900; letter-spacing: .5px; }
    .mobile-hero-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 0; border-radius: 16px; background: white; box-shadow: 0 16px 34px rgba(18,21,31,.14); border: 1px solid #f2f2f4; overflow: hidden; }
    .mobile-hero-stats div { min-height: 100px; padding: 12px 4px; text-align: center; display: grid; align-content: center; gap: 6px; border-right: 1px solid #e8e8ed; }
    .mobile-hero-stats div:last-child { border-right: 0; }
    .mobile-hero-stats i { color: var(--red); font-size: 24px; }
    .mobile-hero-stats strong { font-size: 18px; line-height: 1; }
    .mobile-hero-stats span { color: #404757; font-size: 11px; line-height: 1.22; font-weight: 500; }
    .mobile-hero-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
    .mobile-hero-actions a { min-height: 74px; border-radius: 10px; display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; gap: 8px; padding: 10px 12px; }
    .mobile-red-action { background: var(--red); color: white; box-shadow: 0 12px 24px rgba(231,8,46,.2); }
    .mobile-outline-action { border: 1px solid #e7082e; color: #161a24; background: white; }
    .mobile-hero-actions i { font-size: 23px; }
    .mobile-hero-actions b { display: block; font-size: 13px; line-height: 1.18; }
    .mobile-hero-actions small { display: block; margin-top: 4px; font-size: 10px; font-weight: 500; line-height: 1.2; }
    .mobile-savings-banner { width: min(100% - 20px, 1120px); aspect-ratio: 333 / 131; min-height: 0; margin: 0 auto 22px; border-radius: 9px; overflow: hidden; display: block; background: #e90027; box-shadow: 0 10px 22px rgba(18,21,31,.09); }
    .mobile-savings-banner img { width: 100%; height: 100%; object-fit: contain; }
    .mobile-offer-strip { width: min(100% - 32px, 1120px); margin: 0 auto 28px; border-radius: 14px; background: white; box-shadow: 0 10px 24px rgba(18,21,31,.07); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; padding: 10px; }
    .mobile-offer-strip div { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 9px; align-items: center; min-width: 0; min-height: 66px; padding: 8px; }
    .mobile-offer-strip div:nth-child(odd) { border-right: 1px solid #ececf0; }
    .mobile-offer-strip div:nth-child(-n+2) { border-bottom: 1px solid #ececf0; }
    .mobile-offer-strip i { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--red); color: white; font-size: 18px; }
    .mobile-offer-strip b { display: block; font-size: 12px; line-height: 1.2; }
    .mobile-offer-strip small { display: block; margin-top: 3px; color: #454b57; font-size: 10px; line-height: 1.25; font-weight: 500; }
    .hero h1 { font-size: 37px; }
    .hero p { font-size: 15px; }
    .hero-stats, .benefits, .steps, .partners, .testimonials, .stats-band, .footer-grid, .page-grid, .top-rated-grid, .business-stats, .plan-grid, .plan-includes, .membership-hero-stats, .membership-steps, .retailer-hero-stats, .retailer-benefits, .retailer-steps, .retailer-testimonials, .retailer-stats-strip, .about-stats, .about-pillars, .about-value-grid, .about-list-grid, .about-category-grid, .about-journey { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 18px; padding: 38px 0 30px; }
    .footer-about,
    .footer-app { grid-column: 1 / -1; }
    .footer-about > p { margin: 16px 0; }
    .footer-contact-links { grid-template-columns: 1fr; }
    .footer-legal { min-height: 88px; flex-direction: column; justify-content: center; text-align: center; gap: 12px; padding: 18px 0; line-height: 1.5; }
    .footer-legal div { gap: 18px; }
    .all-businesses-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .all-businesses-grid .business-photo { height: 120px; }
    .all-businesses-grid .business-card-body { padding: 12px 10px; }
    .all-businesses-grid .business-card h3 { font-size: 13px; }
    .all-businesses-grid .business-card p,
    .all-businesses-grid .business-card span { font-size: 10px; }
    .benefits,
    .steps,
    .partners,
    .testimonials,
    .stats-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .benefit-card { min-height: 178px; padding: 18px 10px; }
    .benefit-card i { font-size: 28px; margin-bottom: 10px; }
    .benefit-card h3 { font-size: 13px; }
    .benefit-card p { font-size: 11px; }
    .step { min-height: 220px; padding: 18px 10px 14px; }
    .step .icon { width: 54px; height: 54px; font-size: 23px; }
    .step h3 { font-size: 12px; }
    .step p { font-size: 10px; line-height: 1.45; }
    .partner-card { min-height: 158px; padding: 10px 8px; }
    .partner-logo { width: 94px; height: 68px; }
    .testimonial { min-height: 190px; padding: 18px 14px; }
    .testimonial p { font-size: 12px; }
    .big-stat { min-height: 106px; padding: 14px 8px; gap: 8px; }
    .big-stat i { font-size: 28px; }
    .big-stat strong { font-size: 20px; }
    .big-stat span { font-size: 11px; }
    .hero-visual { min-height: 330px; }
    .hero-visual:before { width: 290px; height: 290px; right: 0; }
    .hero-visual img { max-height: 330px; }
    .include-list { grid-template-columns: 1fr; }
    .validity { border-radius: 12px; flex-direction: column; gap: 4px; }
    .business-panel { grid-template-columns: 1fr; }
    .store-illustration { width: min(220px, 100%); height: auto; aspect-ratio: 1; margin: 0 auto; }
    .retailer-points { columns: 1; }
    .partner-heading { display: block; text-align: center; }
    .partner-heading a { position: static; display: block; margin: -8px 0 14px; }
    .big-stat { border-right: 0; border-bottom: 1px solid #f2cbd3; }
    .app-cta-inner { grid-template-columns: 1fr; text-align: center; padding: 18px 0; }
    .cta-phone { display: none; }
    .store-buttons { justify-content: center; }
    .business-hero { padding-top: 20px; }
    .business-hero .breadcrumb { margin-bottom: 12px; }
    .business-hero-grid { grid-template-columns: minmax(0, 52%) minmax(0, 48%); column-gap: 8px; row-gap: 16px; align-items: center; }
    .business-copy { grid-column: 1; grid-row: 1; min-width: 0; }
    .business-map-art { grid-column: 2; grid-row: 1; min-width: 0; min-height: 260px; margin: 0; transform: none; overflow: hidden; }
    .business-copy h1 { margin-bottom: 12px; font-size: 24px; line-height: 1.08; }
    .business-copy p { font-size: 11px; line-height: 1.5; }
    .business-search { width: 100%; height: 52px; grid-template-columns: 38px minmax(0, 1fr) 82px; border-radius: 10px; }
    .business-hero-grid .business-search { grid-column: 1 / -1; grid-row: 2; }
    .business-search i { font-size: 17px; }
    .business-search input { width: 100%; padding: 0 6px 0 0; font-size: 12px; }
    .business-search button { grid-column: auto; min-height: 52px; padding: 0 12px; font-size: 12px; }
    .business-map-art:before { width: 164px; height: 190px; right: -12px; top: 30px; }
    .business-map-art:after { display: none; }
    .map-phone { width: 106px; height: 214px; left: 50%; top: 21px; border-width: 5px; border-radius: 18px; transform: translateX(-50%) rotate(6deg); }
    .map-phone:before { left: 30px; right: 30px; height: 13px; }
    .map-label { min-width: 0; min-height: 40px; gap: 5px; padding: 5px 7px; font-size: 8px; white-space: nowrap; }
    .map-label.dining { left: 0; top: 24px; }
    .map-label.shopping { right: 0; top: 83px; }
    .map-label.wellness { left: 0; bottom: 50px; }
    .map-label.entertainment { right: 0; bottom: 5px; }
    .label-icon { width: 28px; height: 28px; flex-basis: 28px; }
    .label-icon i { font-size: 13px; }
    .business-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .business-stats div { min-height: 104px; grid-template-columns: 34px minmax(0, 1fr); column-gap: 8px; padding: 16px 10px; border-right: 0; border-bottom: 0; }
    .business-stats div:nth-child(odd) { border-right: 1px solid #e5e7ec; }
    .business-stats div:nth-child(-n+2) { border-bottom: 1px solid #e5e7ec; }
    .business-stats i { font-size: 28px; }
    .business-stats strong { font-size: 19px; }
    .business-stats span { font-size: 11px; }
    .business-section-heading { align-items: flex-start; flex-direction: column; }
    .rated-card { grid-template-columns: 105px 1fr; }
    .business-member-cta { padding: 28px 24px; }
    .business-member-cta h2 { font-size: 28px; }
    .membership-hero { padding-top: 20px; }
    .membership-hero .breadcrumb { margin-bottom: 12px; }
    .membership-hero-grid { grid-template-columns: minmax(0, 52%) minmax(0, 48%); min-height: 0; column-gap: 8px; row-gap: 14px; align-items: center; }
    .membership-copy { grid-column: 1; grid-row: 1; min-width: 0; }
    .membership-copy > strong { margin-bottom: 8px; font-size: 12px; }
    .membership-copy h1 { margin-bottom: 14px; font-size: 27px; line-height: 1.08; }
    .membership-copy p { margin: 0; padding-right: 6px; font-size: 11px; line-height: 1.5; }
    .membership-card-art { grid-column: 2; grid-row: 1; min-width: 0; min-height: 300px; margin: 0; transform: none; overflow: hidden; }
    .membership-card-art:before { width: 180px; height: 190px; right: -18px; top: 42px; }
    .membership-card-art:after { display: none; }
    .premium-card { width: 150px; height: 92px; right: 3px; top: 76px; border-radius: 9px; transform: rotate(-7deg); }
    .premium-card i { margin-bottom: 4px; font-size: 16px; }
    .premium-card b { font-size: 19px; }
    .premium-card span { font-size: 8px; }
    .premium-card small { display: none; }
    .benefit-orbs { left: 0; right: 0; bottom: 35px; gap: 4px; }
    .orb { width: 30px; height: 30px; }
    .membership-hero-stats { grid-column: 1 / -1; grid-row: 2; max-width: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 25px rgba(18,21,31,.07); }
    .membership-hero-stats div { min-height: 92px; padding: 12px 8px; display: grid; align-content: center; border: 0; }
    .membership-hero-stats div:nth-child(odd) { border-right: 1px solid #e5e7ec; }
    .membership-hero-stats div:nth-child(-n+2) { border-bottom: 1px solid #e5e7ec; }
    .membership-hero-stats i { width: 40px; height: 36px; margin-bottom: 6px; font-size: 19px; }
    .membership-hero-stats b { font-size: 14px; }
    .membership-hero-stats span { font-size: 10px; }
    .plan-includes,
    .membership-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .membership-year-card,
    .customer-benefits-card { padding: 24px; }
    .membership-benefit-list ul,
    .customer-benefits-card ul { grid-template-columns: 1fr; }
    .membership-year-card h2,
    .customer-benefits-card h2 { font-size: 24px; }
    .plan-card { min-height: auto; padding: 34px 24px 26px; }
    .plan-card.featured { padding-top: 52px; }
    .benefit-highlight { padding: 22px; }
    .benefit-highlight aside strong { font-size: 26px; }
    .membership-info-grid h2 { font-size: 22px; }
    .membership-steps { gap: 20px; }
    .membership-app-banner h2 { font-size: 25px; }
    .banner-store-buttons img,
    .banner-store-buttons span { width: 180px; }
    .retailer-hero { padding-top: 20px; }
    .retailer-hero .breadcrumb { margin-bottom: 12px; }
    .retailer-hero-grid { grid-template-columns: minmax(0, 52%) minmax(0, 48%); column-gap: 8px; row-gap: 14px; align-items: center; }
    .retailer-copy { grid-column: 1; grid-row: 1; min-width: 0; }
    .retailer-copy h1 { margin-bottom: 14px; font-size: 27px; line-height: 1.08; }
    .retailer-copy p { padding-right: 4px; font-size: 11px; line-height: 1.5; }
    .retailer-visual { grid-column: 2; grid-row: 1; min-width: 0; min-height: 300px; overflow: hidden; }
    .retailer-photo { height: 300px; border-radius: 12px; box-shadow: 0 12px 24px rgba(18,21,31,.12); }
    .retailer-photo:before { right: -68px; width: 220px; height: 286px; transform: scale(.76); transform-origin: bottom right; }
    .retailer-photo:after { right: -2px; top: 62px; width: 92px; height: 92px; transform: scale(.76); transform-origin: bottom right; }
    .retailer-card { left: 7px; top: 32px; width: 126px; min-height: 164px; padding: 18px 11px; border-radius: 8px; }
    .retailer-card b { font-size: 17px; }
    .retailer-card span { margin-bottom: 12px; font-size: 8px; }
    .retailer-card p { margin-top: 10px; font-size: 9px; }
    .partner-badge { left: 6px; right: 6px; bottom: 9px; min-height: 42px; padding: 7px 8px; border-radius: 8px; }
    .partner-badge span { display: none; }
    .partner-badge span:first-child { display: block; width: 28px; height: 28px; flex: 0 0 28px; margin: 0 7px 0 0; }
    .partner-badge b { font-size: 8px; line-height: 1.25; }
    .retailer-hero-stats { grid-column: 1 / -1; grid-row: 2; max-width: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 25px rgba(18,21,31,.07); }
    .retailer-hero-stats div { min-height: 94px; padding: 12px 8px; display: grid; align-content: center; border: 0; }
    .retailer-hero-stats div:nth-child(odd) { border-right: 1px solid #e5e7ec; }
    .retailer-hero-stats div:nth-child(-n+2) { border-bottom: 1px solid #e5e7ec; }
    .retailer-hero-stats i { margin-bottom: 6px; font-size: 22px; }
    .retailer-hero-stats b { font-size: 14px; }
    .retailer-hero-stats span { font-size: 10px; }
    .retailer-actions { grid-column: 1 / -1; grid-row: 3; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .retailer-actions .red-btn,
    .retailer-actions .outline-btn { min-width: 0; min-height: 56px; padding: 9px 10px; text-align: center; font-size: 10px; line-height: 1.3; }
    .retailer-benefits,
    .retailer-steps,
    .retailer-testimonials,
    .retailer-stats-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .retailer-benefits article { min-height: 205px; padding: 20px 11px; }
    .retailer-benefits i { margin-bottom: 12px; font-size: 31px; }
    .retailer-benefits h3 { font-size: 12px; line-height: 1.3; }
    .retailer-benefits p { font-size: 10px; line-height: 1.5; }
    .retailer-steps > div { min-height: 246px; padding: 20px 9px 15px; }
    .retailer-steps > div > i { width: 58px; height: 58px; font-size: 24px; }
    .retailer-steps b { width: 26px; height: 26px; line-height: 26px; top: 9px; right: 9px; font-size: 11px; }
    .retailer-steps h3 { font-size: 12px; line-height: 1.3; }
    .retailer-steps p { font-size: 9px; line-height: 1.48; }
    .retailer-testimonials article { min-height: 230px; padding: 18px 12px; }
    .retailer-testimonials > article > i { font-size: 23px; }
    .retailer-testimonials .stars { font-size: 10px; }
    .retailer-testimonials p { margin: 16px 0 13px; font-size: 10px; line-height: 1.55; }
    .retailer-testimonials b { font-size: 9px; line-height: 1.4; }
    .retailer-title { font-size: 24px; }
    .retailer-dashboard-band { gap: 22px; padding: 24px; }
    .dashboard-art { min-height: 220px; transform: scale(.72); transform-origin: top center; margin-bottom: -55px; }
    .dashboard-screen { left: 0; transform: none; }
    .dashboard-phone { right: -20px; }
    .retailer-stats-strip div { min-height: 104px; grid-template-columns: 36px minmax(0, 1fr); column-gap: 8px; padding: 12px 8px; border: 0; }
    .retailer-stats-strip div:nth-child(odd) { border-right: 1px solid #f4c9d1; }
    .retailer-stats-strip div:nth-child(-n+2) { border-bottom: 1px solid #f4c9d1; }
    .retailer-stats-strip i { font-size: 27px; }
    .retailer-stats-strip strong { font-size: 20px; }
    .retailer-stats-strip span { font-size: 10px; }
    .retailer-final-cta .gift-art.small { display: none; }
    .retailer-final-cta h2 { font-size: 24px; }
    .about-hero { padding-top: 20px; }
    .about-hero .breadcrumb { margin-bottom: 12px; }
    .about-hero-grid { grid-template-columns: minmax(0, 52%) minmax(0, 48%); min-height: 0; column-gap: 8px; row-gap: 14px; align-items: center; }
    .about-copy { grid-column: 1; grid-row: 1; min-width: 0; }
    .about-copy h1 { margin-bottom: 14px; font-size: 27px; line-height: 1.08; }
    .about-copy h2 { margin-bottom: 14px; font-size: 14px; line-height: 1.35; }
    .about-copy p { font-size: 10px; line-height: 1.5; }
    .about-visual { grid-column: 2; grid-row: 1; min-width: 0; min-height: 320px; margin: 0; transform: none; overflow: hidden; }
    .city-art { inset: 28px -16px 32px -8px; }
    .city-art:before { left: 12px; right: 38px; bottom: 24px; height: 118px; }
    .city-art:after { left: 8px; right: 18px; height: 66px; }
    .about-phone { right: 10px; top: 48px; width: 118px; height: 204px; border-width: 5px; border-radius: 20px; }
    .about-phone:before { left: 34px; right: 34px; height: 13px; }
    .local-badge { right: 2px; bottom: 18px; min-width: 142px; min-height: 48px; gap: 6px; padding: 7px 9px; }
    .local-badge i { width: 28px; height: 28px; font-size: 13px; }
    .local-badge b { font-size: 8px; }
    .about-hero-extra { grid-column: 1 / -1; grid-row: 2; max-width: none; padding: 14px; border-radius: 10px; background: #fff5f6; font-size: 11px; line-height: 1.55; }
    .about-open-app { grid-column: 1 / -1; grid-row: 3; width: 100%; min-height: 54px; font-size: 12px; }
    .about-stats,
    .about-pillars,
    .about-value-grid,
    .about-list-grid,
    .about-category-grid,
    .about-journey { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-stats div { min-height: 104px; grid-template-columns: 38px minmax(0, 1fr); column-gap: 8px; padding: 14px 9px; border: 0; }
    .about-stats div:nth-child(odd) { border-right: 1px solid #e5e7ec; }
    .about-stats div:nth-child(-n+2) { border-bottom: 1px solid #e5e7ec; }
    .about-stats i { font-size: 29px; }
    .about-stats strong { font-size: 18px; }
    .about-stats span { font-size: 10px; }
    .about-story-card,
    .about-local-band { padding: 24px; text-align: center; }
    .about-local-band > i { margin: 0 auto; }
    .about-story-card h2,
    .about-local-band h2 { font-size: 25px; }
    .about-value-grid { gap: 10px; }
    .about-value-grid article { padding: 18px 12px; text-align: left; }
    .about-value-grid i { margin-bottom: 10px; font-size: 28px; }
    .about-value-grid h3 { margin-bottom: 12px; font-size: 14px; }
    .about-value-grid ul { gap: 8px; font-size: 9px; }
    .about-value-grid li:before { margin-right: 5px; }
    .about-pillars { gap: 12px; }
    .about-pillars article { min-height: 300px; padding: 22px 13px; text-align: left; }
    .about-pillars i { margin-bottom: 14px; font-size: 32px; }
    .about-pillars h2 { margin-bottom: 24px; font-size: 16px; }
    .about-pillars p,
    .about-pillars ul { font-size: 10px; line-height: 1.6; }
    .about-list-grid,
    .about-category-grid { gap: 12px; }
    .about-list-grid div,
    .about-category-grid div { min-height: 126px; padding: 16px 10px; }
    .about-list-grid i,
    .about-category-grid i { font-size: 26px; }
    .about-list-grid span,
    .about-category-grid span { font-size: 10px; }
    .about-journey { gap: 12px; }
    .about-journey article { min-height: 208px; padding: 16px 8px; border: 1px solid var(--line); border-radius: 10px; }
    .about-journey i { width: 58px; height: 58px; margin-bottom: 14px; font-size: 24px; }
    .about-journey h3 { font-size: 12px; }
    .about-journey p { font-size: 10px; }
    .about-local-cta .gift-art.small { display: none; }
    .about-local-cta h2 { font-size: 28px; }
    .contact-hero { padding-top: 20px; }
    .contact-hero .breadcrumb { margin-bottom: 12px; }
    .contact-hero-grid { grid-template-columns: minmax(0, 52%) minmax(0, 48%); min-height: 0; column-gap: 8px; row-gap: 14px; align-items: center; }
    .contact-copy { grid-column: 1; grid-row: 1; min-width: 0; }
    .contact-copy h1 { margin-bottom: 14px; font-size: 29px; line-height: 1.03; }
    .contact-copy p { font-size: 11px; line-height: 1.55; }
    .contact-visual { grid-column: 2; grid-row: 1; min-width: 0; min-height: 300px; margin: 0; transform: none; overflow: hidden; }
    .contact-visual:before { right: -14px; top: 38px; width: 176px; height: 190px; }
    .contact-visual:after { right: -24px; top: 28px; width: 150px; height: 150px; }
    .contact-envelope { left: 8px; top: 84px; width: 142px; height: 105px; border-radius: 10px; transform: none; }
    .contact-envelope:before { inset: 35px 0 0; }
    .letter { left: 20px; right: 20px; top: -26px; height: 88px; padding-top: 28px; }
    .letter b { font-size: 15px; }
    .letter span { font-size: 8px; }
    .chat-bubble { right: 2px; top: 112px; width: 66px; height: 48px; border-radius: 17px; font-size: 25px; }
    .call-bubble { right: 38px; bottom: 50px; width: 64px; height: 64px; font-size: 27px; }
    .paper-plane { right: 5px; top: 43px; font-size: 23px; }
    .contact-points { grid-column: 1 / -1; grid-row: 2; max-width: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 25px rgba(18,21,31,.07); }
    .contact-points div { min-height: 88px; grid-template-columns: 36px minmax(0, 1fr); gap: 8px; padding: 12px 10px; border: 0; }
    .contact-points div:nth-child(odd) { border-right: 1px solid #e5e7ec; }
    .contact-points div:nth-child(-n+2) { border-bottom: 1px solid #e5e7ec; }
    .contact-points div:last-child { grid-column: 1 / -1; border-right: 0; }
    .contact-points i { font-size: 25px; }
    .contact-points b { font-size: 10px; }
    .faq-copy h1 { font-size: 48px; }
    .question-bubble { width: 210px; height: 172px; border-radius: 42px 42px 56px 42px; font-size: 112px; }
    .faq-visual:before { width: 300px; height: 190px; left: 20px; }
    .faq-main { margin-bottom: 24px; }
    .faq-accordion-card { width: 100%; min-width: 0; padding: 10px 16px; border-radius: 10px; }
    .faq-qa button { min-height: 58px; font-size: 16px; }
    .faq-qa button span { min-width: 0; padding-right: 8px; overflow-wrap: anywhere; }
    .faq-qa p { font-size: 14px; overflow-wrap: anywhere; }
    .faq-contact-strip { padding: 24px; text-align: center; }
    .faq-mail-icon { margin: 0 auto; }
    .contact-card { padding: 24px; }
    .contact-form-card form { grid-template-columns: 1fr; }
    .contact-method { grid-template-columns: 48px 1fr 14px; }
    .contact-method b { grid-column: 2 / 3; }
    .contact-map { min-height: 280px; }
    .map-info { position: relative; left: auto; top: auto; width: calc(100% - 32px); margin: 16px; }
    .map-pin { left: 60%; top: 180px; }
    .contact-faq { padding: 24px; }
    .contact-faq-heading { display: block; }
    .contact-faq-heading a { display: inline-block; margin-bottom: 12px; }
    .privacy-copy h1 { font-size: 54px; }
    .privacy-visual { min-height: 250px; transform: scale(.82); transform-origin: top center; margin-bottom: -34px; }
    .refund-visual { min-height: 250px; transform: scale(.72); transform-origin: top center; margin-bottom: -78px; }
    .privacy-shield { left: 48px; }
    .privacy-id { right: 50px; }
    .privacy-check { right: 30px; }
    .privacy-content { overflow: hidden; padding: 18px 16px; border-radius: 10px; }
    .privacy-content section { grid-template-columns: 1fr; gap: 10px; }
    .privacy-content section > b { width: 28px; height: 28px; font-size: 12px; }
    .privacy-content h2 { font-size: 17px; line-height: 1.35; overflow-wrap: anywhere; }
    .privacy-content h3 { font-size: 15px; line-height: 1.4; overflow-wrap: anywhere; }
    .privacy-content p,
    .privacy-content li { font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; word-break: normal; }
    .privacy-content ul { padding-left: 0; }
    .policy-download { min-height: 48px; padding: 10px 14px; text-align: center; font-size: 13px; }
}
