/* RewardMate — brand from product screenshots (teal → gold) */
:root {
  --primary: #0F766E;
  --primary-dark: #0B5F58;
  --primary-light: #14B8A6;
  --teal-50: #F0FDFA;
  --teal-100: #CCFBF1;
  --teal-200: #99F6E4;
  --teal-600: #0D9488;
  --teal-700: #0F766E;
  --teal-800: #115E59;
  --gold: #C9A227;
  --gold-soft: #F5E6B8;
  --gold-dark: #A67C00;
  --header-start: #0B3A42;
  --header-mid: #0F766E;
  --header-end: #C9A227;
  --accent-green: #059669;
  --success: #10B981;
  --danger: #DC2626;
  --bg: #FFFFFF;
  --bg-soft: #F4F7F8;
  --bg-muted: #E8EEF0;
  --surface: #FFFFFF;
  --border: #E2E8F0;
  --border-strong: #CBD5E1;
  --text: #0F172A;
  --text-secondary: #475569;
  --text-muted: #64748B;
  --radius-sm: 10px;
  --radius: 14px;
  --radius-lg: 18px;
  --radius-xl: 22px;
  --radius-full: 9999px;
  --shadow-xs: 0 1px 2px rgba(15,23,42,.04);
  --shadow-sm: 0 2px 8px rgba(15,23,42,.06);
  --shadow-md: 0 8px 24px rgba(15,23,42,.08);
  --shadow-lg: 0 16px 48px rgba(11,58,66,.12);
  --shadow-glow: 0 0 0 1px rgba(15,118,110,.08), 0 20px 50px rgba(15,118,110,.14);
  --font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --container: 1180px;
  --nav-h: 72px;
  --ease: cubic-bezier(.22,1,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --grad-header: linear-gradient(135deg, var(--header-start) 0%, var(--header-mid) 48%, var(--header-end) 100%);
  --grad-primary: linear-gradient(135deg, #0F766E 0%, #0D9488 100%);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}
ul{list-style:none}
strong{font-weight:600}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--primary);color:#fff;padding:.75rem 1.25rem;z-index:10000;border-radius:0 0 var(--radius) 0}
.skip-link:focus{left:0}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.5rem}
.container--narrow{max-width:760px}
h1,h2,h3,h4{line-height:1.15;letter-spacing:-.025em;font-weight:700;color:var(--text)}
h1{font-size:clamp(2.4rem,5.2vw,3.6rem);letter-spacing:-.035em}
h2{font-size:clamp(1.85rem,3.4vw,2.65rem)}
h3{font-size:1.125rem;letter-spacing:-.015em}
.gradient-text{background:linear-gradient(135deg,#0F766E 0%,#0D9488 40%,#C9A227 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
.eyebrow{display:inline-block;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem}
.section-head{text-align:center;max-width:640px;margin:0 auto 3.25rem}
.section-head p{margin-top:1rem;color:var(--text-secondary);font-size:1.125rem;line-height:1.65}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.9375rem;border-radius:16px;padding:.7rem 1.25rem;transition:transform .2s var(--ease),box-shadow .2s var(--ease),background .2s,border-color .2s,color .2s;white-space:nowrap;position:relative;overflow:hidden}
.btn:focus-visible{outline:2px solid var(--primary);outline-offset:3px}
.btn--sm{padding:.5rem 1rem;font-size:.875rem;border-radius:14px}
.btn--lg{padding:.9rem 1.5rem;font-size:1rem;border-radius:16px}
.btn--block{width:100%}
.btn--primary{background:var(--grad-primary);color:#fff;box-shadow:0 1px 2px rgba(15,118,110,.2),0 4px 14px rgba(15,118,110,.28)}
.btn--primary:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(15,118,110,.25),0 8px 24px rgba(15,118,110,.35)}
.btn--secondary{background:#fff;color:var(--text);border:1px solid var(--border-strong);box-shadow:var(--shadow-xs)}
.btn--secondary:hover{background:var(--bg-soft);transform:translateY(-1px);box-shadow:var(--shadow-sm)}
.btn--ghost{color:var(--text-secondary);background:transparent}
.btn--ghost:hover{color:var(--text);background:var(--bg-soft)}
.btn--white{background:#fff;color:var(--teal-800);box-shadow:0 4px 16px rgba(0,0,0,.12)}
.btn--white:hover{transform:translateY(-1px)}
.btn--ghost-white{color:#fff;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.1)}
.btn--ghost-white:hover{background:rgba(255,255,255,.18)}
.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem .35rem .55rem;background:var(--teal-50);border:1px solid var(--teal-100);color:var(--teal-800);font-size:.8125rem;font-weight:600;border-radius:var(--radius-full);margin-bottom:1.25rem}
.badge__dot{width:7px;height:7px;background:var(--primary);border-radius:50%;box-shadow:0 0 0 3px rgba(15,118,110,.2);animation:pulse-dot 2s ease infinite}
@keyframes pulse-dot{0%,100%{box-shadow:0 0 0 3px rgba(15,118,110,.2)}50%{box-shadow:0 0 0 6px rgba(15,118,110,.08)}}
.nav{position:sticky;top:0;z-index:1000;height:var(--nav-h);background:rgba(255,255,255,.82);backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid transparent;transition:border-color .25s,box-shadow .25s,background .25s}
.nav.scrolled{border-bottom-color:var(--border);box-shadow:0 1px 0 rgba(15,23,42,.03),0 4px 16px rgba(15,23,42,.04);background:rgba(255,255,255,.94)}
.nav__inner{display:flex;align-items:center;justify-content:space-between;height:var(--nav-h);gap:1.5rem}
.logo{display:inline-flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.125rem;letter-spacing:-.02em;flex-shrink:0}
.logo__mark{width:32px;height:32px;border-radius:10px;background:var(--grad-header);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:var(--shadow-sm)}
.logo__mark svg{width:18px;height:18px}
.nav__links{display:flex;align-items:center;gap:.1rem}
.nav__links a{padding:.45rem .85rem;font-size:.9rem;font-weight:500;color:var(--text-secondary);border-radius:10px;transition:color .15s,background .15s}
.nav__links a:hover{color:var(--text);background:var(--bg-soft)}
.nav__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}
.nav__toggle{display:none;flex-direction:column;gap:5px;padding:.5rem}
.nav__toggle span{display:block;width:20px;height:2px;background:var(--text);border-radius:2px;transition:transform .25s,opacity .25s}
.nav__toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav__toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav__toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.hero{position:relative;padding:3.5rem 0 4.5rem;overflow:hidden}
.hero__glow{position:absolute;inset:-15% -10% auto;height:75%;background:radial-gradient(ellipse 50% 60% at 70% 15%,rgba(15,118,110,.14),transparent 60%),radial-gradient(ellipse 40% 50% at 15% 40%,rgba(201,162,39,.12),transparent 55%),radial-gradient(ellipse 30% 40% at 50% 0%,rgba(13,148,136,.08),transparent 50%);pointer-events:none;z-index:0}
.hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.15fr;gap:2.75rem;align-items:center}
.hero__content{max-width:520px}
.hero__sub{margin-top:1.15rem;font-size:1.1rem;color:var(--text-secondary);line-height:1.7}
.hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.85rem}
.hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.75rem;font-size:.875rem;color:var(--text-muted)}
.hero__meta strong{color:var(--text)}
.hero__divider{width:1px;height:16px;background:var(--border-strong)}
.hero__visual{position:relative;min-height:380px;padding:1rem .5rem 1.5rem}
.browser{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg),var(--shadow-glow);overflow:hidden}
.browser--hero{transform:perspective(1200px) rotateY(-3deg) rotateX(2deg);transition:transform .5s var(--ease)}
.browser--hero:hover{transform:perspective(1200px) rotateY(-1deg) rotateX(1deg)}
.browser--wide{box-shadow:var(--shadow-lg)}
.browser__chrome{display:flex;align-items:center;gap:.75rem;padding:.65rem 1rem;background:var(--bg-soft);border-bottom:1px solid var(--border)}
.browser__dots{display:flex;gap:6px}
.browser__dots i{width:10px;height:10px;border-radius:50%;background:#e2e4eb}
.browser__dots i:nth-child(1){background:#ff5f57}
.browser__dots i:nth-child(2){background:#febc2e}
.browser__dots i:nth-child(3){background:#28c840}
.browser__url{flex:1;background:#fff;border:1px solid var(--border);border-radius:8px;padding:.28rem .75rem;font-size:.72rem;color:var(--text-muted);text-align:center}
.browser__body{background:var(--bg-soft);padding:0;line-height:normal}
.browser__body img{width:100%;height:auto;display:block}
.browser__body .rm-mock{width:100%}
.float-card{position:absolute;display:flex;align-items:center;gap:.7rem;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.95);box-shadow:var(--shadow-md);border-radius:var(--radius);padding:.8rem .95rem;z-index:5;animation:float 6s ease-in-out infinite}
.float-card__icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-weight:800;font-size:.85rem}
.float-card__icon.wallet{background:var(--grad-primary)}
.float-card__icon.redeem{background:linear-gradient(135deg,#059669,#10B981)}
.float-card__icon.tier{background:linear-gradient(135deg,#C9A227,#E0B83A);color:#3a2a00}
.float-card__label{font-size:.68rem;color:var(--text-muted);font-weight:500}
.float-card__value{font-size:.95rem;font-weight:700;letter-spacing:-.02em}
.float-card__sub{font-size:.68rem;color:var(--text-muted)}
.float-card__sub.success{color:var(--accent-green);font-weight:600}
.float-card--wallet{top:6%;left:0}
.float-card--redeem{bottom:12%;left:0;animation-delay:-2s}
.float-card--tier{top:10%;right:0;animation-delay:-1s}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.trusted{padding:2.25rem 0 3rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-soft)}
.trusted__label{text-align:center;font-size:.8125rem;font-weight:500;color:var(--text-muted);margin-bottom:1.5rem}
.trusted__row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem 2.5rem}
.trusted__stat{text-align:center;min-width:100px}
.trusted__stat strong{display:block;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}
.trusted__stat span{font-size:.75rem;color:var(--text-muted)}
.trusted__item{font-weight:600;color:var(--text-secondary);font-size:.95rem}
.metrics{padding:3.25rem 0}
.metrics__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.metric-card{text-align:center;padding:1.6rem 1rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);transition:transform .25s var(--ease),box-shadow .25s}
.metric-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.metric-card__value{font-size:clamp(1.75rem,3vw,2.2rem);font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,var(--primary),var(--gold));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.3rem}
.metric-card__label{font-size:.875rem;color:var(--text-muted);line-height:1.4}
.features{padding:5rem 0;background:var(--bg-soft)}
.features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.feature-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.4rem;transition:transform .25s var(--ease),box-shadow .25s,border-color .25s}
.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:transparent}
.feature-card__icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--teal-50);color:var(--primary);margin-bottom:1rem}
.feature-card__icon.gold{background:#FEF9E7;color:var(--gold-dark)}
.feature-card h3{margin-bottom:.4rem}
.feature-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.55}
.showcase{padding:5rem 0}
.showcase__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem;margin-bottom:1.75rem;padding:.35rem;background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius-full);width:fit-content;margin-left:auto;margin-right:auto}
.showcase__tab{padding:.55rem 1rem;font-size:.85rem;font-weight:500;color:var(--text-secondary);border-radius:var(--radius-full);transition:background .2s,color .2s,box-shadow .2s}
.showcase__tab:hover{color:var(--text)}
.showcase__tab.active{background:#fff;color:var(--text);box-shadow:var(--shadow-sm);font-weight:600}
.showcase__panel{display:none}
.showcase__panel.active{display:block;animation:fadeUp .4s var(--ease)}
.showcase__caption{text-align:center;max-width:540px;margin:1.75rem auto 0}
.showcase__caption h3{margin-bottom:.4rem;font-size:1.2rem}
.showcase__caption p{color:var(--text-secondary);font-size:.95rem}
@keyframes fadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.cx{padding:5rem 0;background:var(--bg-soft)}
.cx__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.cx-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .25s,box-shadow .25s}
.cx-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.cx-card__img{background:var(--bg-soft);border-bottom:1px solid var(--border);line-height:0}
.cx-card__img img{width:100%;height:auto}
.cx-card__body{padding:1.15rem 1.25rem 1.35rem}
.cx-card__body h3{margin-bottom:.35rem}
.cx-card__body p{font-size:.9rem;color:var(--text-secondary);line-height:1.55}
.cx-card--wide{grid-column:1/-1}
.cx-card--wide .cx-card__inner{display:grid;grid-template-columns:1.1fr 1fr;align-items:center}
.cx-card--wide .cx-card__img{border-bottom:none;border-right:1px solid var(--border)}
.gamification{padding:5rem 0}
.game__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.game-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;transition:transform .25s,box-shadow .25s}
.game-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.game-card__img{line-height:0;background:var(--bg-soft);border-bottom:1px solid var(--border)}
.game-card__img img{width:100%;height:auto}
.game-card__body{padding:1.2rem 1.25rem 1.4rem}
.game-card__body h3{margin-bottom:.35rem}
.game-card__body p{font-size:.9rem;color:var(--text-secondary);line-height:1.55}
.split{padding:5rem 0;background:var(--bg-soft)}
.split__grid{display:grid;grid-template-columns:1fr 1.05fr;gap:2.75rem;align-items:center}
.split__copy h2{margin-bottom:1rem}
.split__copy>p{color:var(--text-secondary);font-size:1.05rem;margin-bottom:1.35rem;line-height:1.65}
.check-list{margin-bottom:1.75rem}
.check-list li{position:relative;padding:.4rem 0 .4rem 1.75rem;color:var(--text-secondary);font-size:.95rem}
.check-list li::before{content:"";position:absolute;left:0;top:.6rem;width:18px;height:18px;border-radius:50%;border:1.5px solid var(--primary);background:var(--teal-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5' fill='none' stroke='%230F766E' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px no-repeat}
.journey{padding:5rem 0}
.timeline{display:grid;grid-template-columns:repeat(7,1fr);gap:.65rem}
.timeline__step{display:flex;flex-direction:column;align-items:center;text-align:center}
.timeline__dot{width:36px;height:36px;border-radius:50%;background:#fff;border:2px solid var(--primary);color:var(--primary);font-weight:700;font-size:.8rem;display:flex;align-items:center;justify-content:center;margin-bottom:.85rem;box-shadow:0 0 0 4px var(--teal-50)}
.timeline__card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1rem .7rem;height:100%;transition:transform .25s,box-shadow .25s}
.timeline__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.timeline__card h3{font-size:.88rem;margin-bottom:.3rem}
.timeline__card p{font-size:.72rem;color:var(--text-secondary);line-height:1.45}
.integrations{padding:4rem 0;background:var(--bg-soft);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.int-cloud{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem}
.int-logo{padding:.8rem 1.25rem;background:#fff;border:1px solid var(--border);border-radius:14px;font-size:.9rem;font-weight:600;color:var(--text-secondary);transition:transform .2s,box-shadow .2s,border-color .2s}
.int-logo:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);border-color:var(--teal-200);color:var(--text)}
.testimonials{padding:5rem 0}
.t-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.t-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.4rem;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}
.t-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.t-card__stars{color:var(--gold);font-size:.9rem;letter-spacing:.05em;margin-bottom:.8rem}
.t-card>p{flex:1;font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.15rem}
.t-card__author{display:flex;align-items:center;gap:.75rem}
.avatar{width:40px;height:40px;border-radius:50%;background:var(--a,var(--primary));color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}
.t-card__author strong{display:block;font-size:.9rem}
.t-card__author span{font-size:.8rem;color:var(--text-muted)}
.pricing{padding:5rem 0;background:var(--bg-soft)}
.pricing__toggle{display:flex;align-items:center;justify-content:center;gap:.85rem;margin-bottom:2.25rem}
.pt-label{font-size:.9rem;font-weight:500;color:var(--text-muted)}
.pt-label.active{color:var(--text);font-weight:600}
.pt-label em{font-style:normal;font-size:.75rem;background:#ECFDF5;color:#047857;padding:.15rem .45rem;border-radius:var(--radius-full);margin-left:.35rem;font-weight:600}
.pt-switch{width:48px;height:28px;background:var(--border-strong);border-radius:14px;position:relative;transition:background .25s}
.pt-switch[aria-pressed="true"]{background:var(--primary)}
.pt-knob{position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;box-shadow:var(--shadow-sm);transition:transform .25s var(--ease)}
.pt-switch[aria-pressed="true"] .pt-knob{transform:translateX(20px)}
.pricing__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;align-items:stretch}
.price-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.65rem 1.4rem;display:flex;flex-direction:column;position:relative;transition:transform .25s,box-shadow .25s}
.price-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.price-card--pro{border:2px solid var(--primary);box-shadow:var(--shadow-glow);transform:scale(1.03);z-index:1}
.price-card--pro:hover{transform:scale(1.03) translateY(-4px)}
.price-card__badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--grad-primary);color:#fff;font-size:.7rem;font-weight:700;padding:.3rem .85rem;border-radius:var(--radius-full);white-space:nowrap}
.price-card__plan{font-size:.9rem;font-weight:600;color:var(--text-secondary);margin-bottom:.7rem}
.price-card__price{display:flex;align-items:baseline;gap:.15rem;margin-bottom:.45rem}
.price-card__price .currency{font-size:1.2rem;font-weight:600;color:var(--text-secondary)}
.price-card__price .amount{font-size:2.65rem;font-weight:800;letter-spacing:-.03em;line-height:1}
.price-card__price .amount.custom{font-size:1.9rem;padding-top:.3rem}
.price-card__price .period{font-size:.9rem;color:var(--text-muted);font-weight:500}
.price-card__desc{font-size:.875rem;color:var(--text-muted);margin-bottom:1.15rem;line-height:1.5}
.price-card__features{flex:1;margin-bottom:1.4rem}
.price-card__features li{position:relative;padding:.38rem 0 .38rem 1.45rem;font-size:.875rem;color:var(--text-secondary)}
.price-card__features li::before{content:"✓";position:absolute;left:0;color:var(--accent-green);font-weight:700}
.pricing__note{text-align:center;margin-top:1.85rem;font-size:.875rem;color:var(--text-muted)}
.faq{padding:5rem 0}
.faq__list{display:flex;flex-direction:column;gap:.6rem}
.faq__item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s,border-color .2s}
.faq__item.open{border-color:var(--teal-200);box-shadow:0 0 0 3px var(--teal-50)}
.faq__q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.2rem;text-align:left;font-weight:600;font-size:.95rem;color:var(--text)}
.faq__icon{width:22px;height:22px;border-radius:50%;background:var(--bg-soft);position:relative;flex-shrink:0}
.faq__icon::before,.faq__icon::after{content:"";position:absolute;background:var(--text-secondary);top:50%;left:50%;transform:translate(-50%,-50%)}
.faq__icon::before{width:10px;height:1.5px}
.faq__icon::after{width:1.5px;height:10px;transition:opacity .25s}
.faq__item.open .faq__icon{background:var(--teal-50)}
.faq__item.open .faq__icon::before{background:var(--primary)}
.faq__item.open .faq__icon::after{opacity:0}
.faq__a{padding:0 1.2rem 1.1rem}
.faq__a p{font-size:.925rem;color:var(--text-secondary);line-height:1.65}
.final-cta{padding:2rem 0 5rem}
.final-cta__banner{position:relative;text-align:center;padding:3.75rem 2rem;border-radius:var(--radius-xl);background:var(--grad-header);color:#fff;overflow:hidden;box-shadow:var(--shadow-lg)}
.final-cta__banner h2{color:#fff;margin-bottom:.8rem}
.final-cta__banner>p{font-size:1.1rem;opacity:.92;max-width:480px;margin:0 auto 1.85rem}
.final-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.35rem}
.final-cta__meta{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;font-size:.85rem;opacity:.88}
.footer{background:#0B1F24;color:rgba(255,255,255,.7);padding:3.75rem 0 1.85rem}
.footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.25rem;margin-bottom:2.75rem}
.footer__brand .logo{color:#fff;margin-bottom:1rem}
.footer__brand p{font-size:.9rem;line-height:1.6;max-width:280px}
.footer__col h4{color:#fff;font-size:.85rem;font-weight:600;margin-bottom:1rem}
.footer__col a{display:block;font-size:.875rem;padding:.28rem 0;color:rgba(255,255,255,.6)}
.footer__col a:hover{color:#fff}
.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.08);font-size:.8rem;color:rgba(255,255,255,.45)}
.footer__legal{display:flex;gap:1.2rem}
.footer__legal a:hover{color:#fff}
.reveal{opacity:1;transform:none}
html.js .reveal:not(.visible):not(.reveal--instant){opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}
html.js .reveal.visible,html.js .reveal.reveal--instant{opacity:1;transform:none;transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}
@media (max-width:1100px){
  .features__grid{grid-template-columns:repeat(3,1fr)}
  .pricing__grid{grid-template-columns:repeat(2,1fr)}
  .price-card--pro,.price-card--pro:hover{transform:none}
  .game__grid{grid-template-columns:1fr 1fr}
  .timeline{grid-template-columns:repeat(4,1fr)}
  .metrics__grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  .hero__grid{grid-template-columns:1fr;gap:2.5rem}
  .hero__content{max-width:100%;text-align:center}
  .hero__ctas,.hero__meta{justify-content:center}
  .hero__visual{min-height:auto;max-width:560px;margin:0 auto}
  .browser--hero,.browser--hero:hover{transform:none}
  .float-card{display:none}
  .split__grid,.cx__grid,.cx-card--wide .cx-card__inner{grid-template-columns:1fr}
  .cx-card--wide .cx-card__img{border-right:none;border-bottom:1px solid var(--border)}
  .footer__grid{grid-template-columns:1fr 1fr}
  .t-grid,.features__grid{grid-template-columns:1fr 1fr}
  .nav__links{position:fixed;inset:var(--nav-h) 0 auto;background:#fff;flex-direction:column;align-items:stretch;padding:1rem;border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);display:none}
  .nav__links.open{display:flex}
  .nav__links a{padding:.75rem 1rem}
  .nav__toggle{display:flex}
  .nav__actions .btn--ghost{display:none}
}
@media (max-width:640px){
  :root{--nav-h:64px}
  .hero{padding:2.25rem 0 3rem}
  .features,.showcase,.cx,.gamification,.split,.journey,.testimonials,.pricing,.faq{padding:3.25rem 0}
  .features__grid,.game__grid,.t-grid,.pricing__grid,.metrics__grid{grid-template-columns:1fr}
  .timeline{grid-template-columns:1fr 1fr}
  .footer__grid{grid-template-columns:1fr}
  .footer__bottom{flex-direction:column;gap:.75rem;text-align:center}
  .showcase__tabs{width:100%;border-radius:var(--radius);overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start}
  .showcase__tab{flex-shrink:0}
  .final-cta__banner{padding:2.4rem 1.2rem}
  .final-cta__meta{flex-direction:column;gap:.5rem}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .reveal{opacity:1;transform:none}
}

/* ============================================================
   RewardMate — Crisp product UI mockups (vector/CSS, no blur)
   Brand: teal #0F766E · gold #C9A227 · header gradient
   ============================================================ */

.rm-mock {
  --rm-teal: #0F766E;
  --rm-teal-d: #0B5F58;
  --rm-teal-s: #F0FDFA;
  --rm-gold: #C9A227;
  --rm-head-a: #0B3A42;
  --rm-head-b: #0F766E;
  --rm-head-c: #C9A227;
  --rm-text: #0F172A;
  --rm-muted: #64748B;
  --rm-sec: #475569;
  --rm-border: #E2E8F0;
  --rm-soft: #F4F7F8;
  --rm-white: #FFFFFF;
  --rm-green: #059669;
  --rm-radius: 18px;
  --rm-radius-sm: 12px;
  --rm-shadow: 0 8px 28px rgba(11, 58, 66, 0.08);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--rm-text);
  background: var(--rm-soft);
  border-radius: 0;
  overflow: hidden;
  text-align: left;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

.rm-mock * { box-sizing: border-box; }

/* Shared header banner */
.rm-head {
  background: linear-gradient(135deg, var(--rm-head-a) 0%, var(--rm-head-b) 48%, var(--rm-head-c) 100%);
  color: #fff;
  padding: 1.15rem 1.25rem 1rem;
  position: relative;
}
.rm-head__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}
.rm-head__brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.rm-head__logo {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.2);
}
.rm-head__logo svg { width: 18px; height: 18px; }
.rm-head__pill {
  display: inline-block;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 0.25rem;
}
.rm-head h3 {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.2rem;
  color: #fff;
  line-height: 1.15;
}
.rm-head p {
  font-size: 0.72rem;
  opacity: 0.88;
  margin: 0;
  max-width: 340px;
  line-height: 1.45;
}
.rm-head__btn {
  background: #fff;
  color: var(--rm-head-a);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.rm-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.rm-nav span {
  font-size: 0.65rem;
  font-weight: 500;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.rm-nav span.on {
  background: #fff;
  color: var(--rm-text);
  font-weight: 600;
  border-color: transparent;
}

.rm-body {
  padding: 1rem 1.1rem 1.15rem;
  background: var(--rm-soft);
}

/* KPI row */
.rm-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}
.rm-kpi {
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius-sm);
  padding: 0.7rem 0.75rem;
  box-shadow: 0 1px 3px rgba(15,23,42,0.03);
  position: relative;
  overflow: hidden;
}
.rm-kpi::after {
  content: "";
  position: absolute;
  top: 0.65rem; right: 0.65rem;
  width: 5px; height: 22px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--rm-teal), var(--rm-gold));
  opacity: 0.7;
}
.rm-kpi__l {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--rm-muted);
  margin-bottom: 0.2rem;
}
.rm-kpi__v {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.rm-kpi__s {
  font-size: 0.6rem;
  color: var(--rm-muted);
  margin-top: 0.15rem;
}

/* Cards */
.rm-card {
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius);
  padding: 0.85rem 0.95rem;
  box-shadow: 0 1px 3px rgba(15,23,42,0.03);
}
.rm-card__h {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.65rem;
}
.rm-card__h strong {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.rm-card__h em {
  font-style: normal;
  font-size: 0.62rem;
  color: var(--rm-muted);
  font-weight: 500;
}

/* Charts */
.rm-chart {
  height: 110px;
  position: relative;
  border: 1px solid var(--rm-border);
  border-radius: 12px;
  background: linear-gradient(180deg, #fafbfc, #fff);
  overflow: hidden;
  padding: 0.5rem 0.6rem 0.4rem;
}
.rm-chart svg { width: 100%; height: 100%; display: block; }
.rm-chart__y {
  position: absolute;
  left: 0.45rem;
  top: 0.4rem;
  bottom: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.52rem;
  color: var(--rm-muted);
  font-weight: 500;
  pointer-events: none;
}
.rm-bar-chart {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
  height: 100px;
  padding: 0.5rem 0.75rem 0.25rem;
  border: 1px solid var(--rm-border);
  border-radius: 12px;
  background: #fafbfc;
}
.rm-bar {
  width: 42px;
  background: linear-gradient(180deg, #10B981, #059669);
  border-radius: 6px 6px 2px 2px;
  position: relative;
  box-shadow: 0 2px 6px rgba(5,150,105,0.25);
}
.rm-bar span {
  position: absolute;
  top: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6rem;
  font-weight: 700;
  color: var(--rm-text);
}
.rm-bar-label {
  text-align: center;
  font-size: 0.55rem;
  color: var(--rm-muted);
  margin-top: 0.35rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90px;
}

/* Grid layouts */
.rm-grid-2 {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}
.rm-qa {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.rm-qa__item {
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius-sm);
  padding: 0.7rem 0.75rem;
  position: relative;
  overflow: hidden;
}
.rm-qa__item::after {
  content: "";
  position: absolute;
  right: -8px; bottom: -12px;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15,118,110,0.08), transparent 70%);
}
.rm-qa__item strong {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.rm-qa__item span {
  font-size: 0.62rem;
  color: var(--rm-sec);
  line-height: 1.4;
}

/* Table */
.rm-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.68rem;
}
.rm-table th {
  text-align: left;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rm-muted);
  padding: 0.45rem 0.5rem;
  border-bottom: 1px solid var(--rm-border);
}
.rm-table td {
  padding: 0.55rem 0.5rem;
  border-bottom: 1px solid var(--rm-border);
  color: var(--rm-sec);
  vertical-align: middle;
}
.rm-table tr:last-child td { border-bottom: none; }
.rm-tag {
  display: inline-block;
  font-size: 0.58rem;
  font-weight: 600;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: var(--rm-teal-s);
  color: var(--rm-teal);
  border: 1px solid #99F6E4;
}
.rm-pos { color: var(--rm-green); font-weight: 700; }

/* Filters bar */
.rm-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: flex-end;
  margin-bottom: 0.75rem;
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius-sm);
  padding: 0.65rem 0.75rem;
}
.rm-field {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
  flex: 1;
}
.rm-field label {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rm-muted);
}
.rm-field .box {
  background: var(--rm-soft);
  border: 1px solid var(--rm-border);
  border-radius: 8px;
  padding: 0.4rem 0.55rem;
  font-size: 0.68rem;
  color: var(--rm-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rm-btn-teal {
  background: var(--rm-teal);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: 10px;
  white-space: nowrap;
  align-self: flex-end;
}

/* Wallet / customer cards */
.rm-wallet {
  background: linear-gradient(145deg, #f8fbfb 0%, #fff 50%, #fefcf6 100%);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius);
  padding: 1.1rem 1.15rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--rm-shadow);
}
.rm-wallet::before {
  content: "";
  position: absolute;
  left: 0; top: 12%; bottom: 12%;
  width: 4px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--rm-gold), var(--rm-teal));
}
.rm-wallet__badge {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
}
.rm-wallet__icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--rm-head-a), var(--rm-teal));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
  box-shadow: 0 4px 12px rgba(15,118,110,0.25);
}
.rm-wallet__badge small {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rm-teal);
}
.rm-wallet__badge small::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--rm-gold);
  margin-right: 0.35rem;
  vertical-align: middle;
}
.rm-wallet h4 {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
  color: var(--rm-text);
}
.rm-wallet__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.rm-wallet__stat {
  background: rgba(255,255,255,0.85);
  border: 1px solid var(--rm-border);
  border-radius: 12px;
  padding: 0.65rem 0.7rem;
  text-align: center;
}
.rm-wallet__stat label {
  display: block;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rm-muted);
  margin-bottom: 0.2rem;
}
.rm-wallet__stat strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.rm-wallet__stat em {
  display: block;
  font-style: normal;
  font-size: 0.55rem;
  color: var(--rm-muted);
  margin-top: 0.1rem;
  font-weight: 500;
}
.rm-wallet__foot {
  margin-top: 0.7rem;
  font-size: 0.68rem;
  color: var(--rm-muted);
}

/* Spin wheel mock */
.rm-spin {
  background: linear-gradient(160deg, #f8fbfb, #fffef8);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius);
  padding: 1rem 1.1rem 1.15rem;
  box-shadow: var(--rm-shadow);
}
.rm-spin__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}
.rm-spin__top h4 {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0.15rem 0 0;
}
.rm-spin__top p {
  font-size: 0.7rem;
  color: var(--rm-muted);
  margin: 0.2rem 0 0;
}
.rm-spin__ready {
  font-size: 0.62rem;
  font-weight: 600;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--rm-soft);
  border: 1px solid var(--rm-border);
  color: var(--rm-sec);
}
.rm-spin__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
}
.rm-wheel-wrap {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.rm-wheel-wrap .pointer {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid var(--rm-gold);
  z-index: 3;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
}
.rm-wheel {
  width: 160px; height: 160px;
  border-radius: 50%;
  background: conic-gradient(
    #0B3A42 0deg 60deg,
    #C9A227 60deg 120deg,
    #0F766E 120deg 180deg,
    #115E59 180deg 240deg,
    #0D9488 240deg 300deg,
    #134E4A 300deg 360deg
  );
  box-shadow: 0 8px 24px rgba(11,58,66,0.2), inset 0 0 0 6px #fff;
  position: relative;
  display: grid;
  place-items: center;
}
.rm-wheel__center {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--rm-teal), var(--rm-head-a));
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  border: 3px solid #fff;
  z-index: 2;
}
.rm-prizes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.rm-prizes span {
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.28rem 0.55rem;
  border-radius: 8px;
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  color: var(--rm-sec);
}
.rm-spin__btn {
  display: inline-flex;
  margin-top: 0.75rem;
  background: linear-gradient(135deg, var(--rm-head-a), var(--rm-teal));
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.55rem 1.1rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(15,118,110,0.3);
}
.rm-win {
  margin-top: 0.75rem;
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  border-radius: 12px;
  padding: 0.55rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--rm-green);
  text-align: center;
}

/* Check-in */
.rm-checkin {
  background: linear-gradient(160deg, #f8fbfb, #fff);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius);
  padding: 1.1rem 1.15rem;
  box-shadow: var(--rm-shadow);
}
.rm-checkin__top {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}
.rm-checkin__top h4 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.02em;
}
.rm-checkin__top p {
  font-size: 0.7rem;
  color: var(--rm-muted);
  margin: 0.15rem 0 0;
}
.rm-checkin__pts {
  margin-left: auto;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--rm-soft);
  border: 1px solid var(--rm-border);
  color: var(--rm-sec);
}
.rm-checkin__btn {
  display: inline-flex;
  background: linear-gradient(135deg, var(--rm-head-a), var(--rm-teal));
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.55rem 1.15rem;
  border-radius: 12px;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 12px rgba(15,118,110,0.25);
}
.rm-checkin__msg {
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  border-radius: 12px;
  padding: 0.55rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--rm-green);
}
.rm-checkin__msg::before {
  content: "";
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--rm-green);
  margin-right: 0.4rem;
  vertical-align: middle;
}

/* Product earn notice */
.rm-product {
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius);
  padding: 1.1rem 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 1rem;
  align-items: center;
}
.rm-product__img {
  aspect-ratio: 1.1;
  border-radius: 14px;
  background: linear-gradient(145deg, #5eead4 0%, #99f6e4 40%, #fef3c7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.rm-product__img-inner {
  width: 72%;
  height: 68%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  transform: rotate(-4deg);
}
.rm-product__img-inner span {
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--rm-teal);
}
.rm-product__img-inner div {
  width: 60%;
  height: 4px;
  background: var(--rm-border);
  border-radius: 2px;
}
.rm-product__info h4 {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.35rem;
  line-height: 1.25;
}
.rm-product__price {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
}
.rm-earn-notice {
  background: var(--rm-teal-s);
  border: 1px solid #99F6E4;
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--rm-teal-d);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.rm-add-cart {
  display: inline-flex;
  background: #6366F1;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.55rem 1.15rem;
  border-radius: 10px;
}

/* Cart redeem */
.rm-cart {
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius);
  padding: 1rem 1.1rem;
}
.rm-cart__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--rm-border);
  margin-bottom: 0.85rem;
}
.rm-cart__thumb {
  width: 48px; height: 48px;
  border-radius: 8px;
  background: linear-gradient(145deg, #5eead4, #fef3c7);
  flex-shrink: 0;
}
.rm-cart__row strong {
  font-size: 0.78rem;
  display: block;
  margin-bottom: 0.15rem;
}
.rm-cart__row span {
  font-size: 0.7rem;
  color: var(--rm-muted);
}
.rm-redeem-box {
  background: linear-gradient(160deg, #f8fbfb, #fffef8);
  border: 1px solid var(--rm-border);
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
  margin-bottom: 0.75rem;
}
.rm-redeem-box h5 {
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0 0 0.55rem;
}
.rm-redeem-avail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid var(--rm-border);
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  margin-bottom: 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.rm-redeem-avail em {
  font-style: normal;
  font-size: 0.65rem;
  color: var(--rm-muted);
  font-weight: 500;
}
.rm-slider {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.rm-slider__track {
  flex: 1;
  height: 6px;
  background: var(--rm-border);
  border-radius: 3px;
  position: relative;
}
.rm-slider__track i {
  position: absolute;
  left: 0; top: 0;
  height: 100%;
  width: 28%;
  background: var(--rm-teal);
  border-radius: 3px;
}
.rm-slider__track i::after {
  content: "";
  position: absolute;
  right: -7px; top: 50%;
  transform: translateY(-50%);
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--rm-teal);
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.rm-slider__input {
  width: 40px;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  border: 1px solid var(--rm-border);
  border-radius: 8px;
  padding: 0.3rem;
  background: #fff;
}
.rm-apply {
  background: var(--rm-teal);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 10px;
  white-space: nowrap;
}
.rm-limits {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.55rem;
  flex-wrap: wrap;
}
.rm-limits span {
  font-size: 0.58rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: var(--rm-soft);
  border: 1px solid var(--rm-border);
  color: var(--rm-sec);
}
.rm-totals {
  border-top: 1px solid var(--rm-border);
  padding-top: 0.65rem;
}
.rm-totals div {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  padding: 0.2rem 0;
  color: var(--rm-sec);
}
.rm-totals div strong { color: var(--rm-text); font-weight: 700; }
.rm-checkout-btn {
  display: block;
  text-align: center;
  margin-top: 0.75rem;
  background: #6366F1;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.7rem;
  border-radius: 12px;
}

/* Settings / tiers mini */
.rm-tiers {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.rm-tier {
  background: #fff;
  border: 1px solid var(--rm-border);
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.5rem;
  align-items: center;
}
.rm-tier strong {
  font-size: 0.8rem;
  display: block;
}
.rm-tier span {
  font-size: 0.62rem;
  color: var(--rm-muted);
}
.rm-tier__badge {
  font-size: 0.58rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: var(--rm-teal-s);
  color: var(--rm-teal);
  white-space: nowrap;
}
.rm-tier__rm {
  font-size: 0.62rem;
  font-weight: 600;
  color: #DC2626;
  padding: 0.25rem 0.5rem;
  border: 1px solid #FECACA;
  border-radius: 8px;
  background: #FEF2F2;
}

/* Sub-nav for settings */
.rm-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  background: #fff;
  border: 1px solid var(--rm-border);
  border-radius: 999px;
  padding: 0.3rem;
  margin-bottom: 0.85rem;
}
.rm-subnav span {
  font-size: 0.62rem;
  font-weight: 500;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  color: var(--rm-sec);
}
.rm-subnav span.on {
  background: var(--rm-teal);
  color: #fff;
  font-weight: 600;
}

/* Form rows */
.rm-form {
  background: #fff;
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius);
  padding: 0.85rem 1rem;
}
.rm-form__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--rm-border);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--rm-sec);
}
.rm-form__row:last-child { border-bottom: none; }
.rm-toggle {
  display: inline-flex;
  background: var(--rm-soft);
  border: 1px solid var(--rm-border);
  border-radius: 999px;
  padding: 0.15rem;
  gap: 0.1rem;
}
.rm-toggle i {
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  color: var(--rm-muted);
}
.rm-toggle i.on {
  background: var(--rm-teal);
  color: #fff;
}
.rm-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--rm-border);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.rm-stepper b {
  width: 28px;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--rm-muted);
  padding: 0.3rem 0;
  background: var(--rm-soft);
}
.rm-stepper em {
  font-style: normal;
  min-width: 48px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.4rem;
}

/* API cards */
.rm-api-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.rm-code {
  background: #0F172A;
  color: #E2E8F0;
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.58rem;
  line-height: 1.5;
  overflow: hidden;
}
.rm-code .g { color: #34D399; }
.rm-code .b { color: #60A5FA; }

/* Responsive mockups */
@media (max-width: 640px) {
  .rm-kpis { grid-template-columns: repeat(2, 1fr); }
  .rm-grid-2 { grid-template-columns: 1fr; }
  .rm-qa { grid-template-columns: 1fr; }
  .rm-spin__layout { grid-template-columns: 1fr; }
  .rm-product { grid-template-columns: 1fr; }
  .rm-api-kpis { grid-template-columns: repeat(2, 1fr); }
  .rm-wallet__stats { grid-template-columns: 1fr; }
  .rm-nav span:nth-child(n+6) { display: none; }
}


/* ============================================================
   RewardMate — Premium design polish (matches product screenshots)
   ============================================================ */

/* Softer page atmosphere */
body {
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(15, 118, 110, 0.06), transparent 55%),
    #fff;
}

/* Premium browser frame */
.browser {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 20px;
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.03),
    0 2px 4px rgba(15, 23, 42, 0.02),
    0 12px 24px rgba(11, 58, 66, 0.06),
    0 32px 64px rgba(11, 58, 66, 0.1);
  overflow: hidden;
  background: #fff;
}
.browser--wide {
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.03),
    0 4px 8px rgba(15, 23, 42, 0.03),
    0 20px 40px rgba(11, 58, 66, 0.08),
    0 40px 80px rgba(11, 58, 66, 0.1);
}
.browser--hero {
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.03),
    0 8px 16px rgba(11, 58, 66, 0.06),
    0 24px 48px rgba(11, 58, 66, 0.1),
    0 48px 96px rgba(15, 118, 110, 0.12);
}
.browser__chrome {
  background: linear-gradient(180deg, #FAFBFC 0%, #F4F6F8 100%);
  border-bottom: 1px solid #E8ECF0;
  padding: 0.75rem 1rem;
  gap: 0.85rem;
}
.browser__dots i {
  width: 11px;
  height: 11px;
  box-shadow: inset 0 -1px 1px rgba(0,0,0,0.08);
}
.browser__url {
  background: #fff;
  border: 1px solid #E5E9EF;
  border-radius: 10px;
  padding: 0.4rem 1rem;
  font-size: 0.72rem;
  color: #94A3B8;
  font-weight: 500;
  box-shadow: inset 0 1px 2px rgba(15,23,42,0.03);
  letter-spacing: 0.01em;
}

/* Floating pill tab bar — screenshot style */
.showcase {
  padding: 5.5rem 0 6rem;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(15, 118, 110, 0.05), transparent 60%),
    linear-gradient(180deg, #fff 0%, #F7FAFA 40%, #F4F7F8 100%);
  position: relative;
}
.showcase .section-head {
  margin-bottom: 2.25rem;
}
.showcase__tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.15rem;
  margin: 0 auto 1.75rem;
  padding: 0.35rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 999px;
  width: fit-content;
  max-width: calc(100% - 2rem);
  overflow-x: auto;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 8px 24px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.showcase__tabs::-webkit-scrollbar { display: none; }
.showcase__tab {
  padding: 0.6rem 1.15rem;
  font-size: 0.84rem;
  font-weight: 500;
  color: #64748B;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
  border: none;
  background: transparent;
  cursor: pointer;
}
.showcase__tab:hover {
  color: #0F172A;
  background: rgba(15, 118, 110, 0.06);
}
.showcase__tab.active {
  background: #fff;
  color: #0F172A;
  font-weight: 600;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.06),
    0 4px 12px rgba(15, 23, 42, 0.08);
}
.showcase__tab:focus-visible {
  outline: 2px solid #0F766E;
  outline-offset: 2px;
}
.showcase__panels {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
.showcase__panel {
  animation: none;
}
.showcase__panel.active {
  animation: showcaseIn 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes showcaseIn {
  from { opacity: 0; transform: translateY(16px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.showcase__caption {
  margin-top: 1.75rem;
  padding: 0 1rem;
}
.showcase__caption h3 {
  font-size: 1.35rem;
  letter-spacing: -0.025em;
}
.showcase__caption p {
  font-size: 1rem;
  max-width: 480px;
  margin: 0.4rem auto 0;
  line-height: 1.6;
}

/* Mockup refinements to match screenshots */
.rm-mock {
  font-size: 14px;
}
.rm-head {
  padding: 1.25rem 1.35rem 1.1rem;
  background: linear-gradient(135deg, #0B3A42 0%, #0F766E 45%, #B8952A 100%);
}
.rm-head h3 {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.rm-head p {
  font-size: 0.75rem;
  opacity: 0.9;
  max-width: 360px;
  line-height: 1.5;
}
.rm-head__logo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(4px);
}
.rm-head__pill {
  font-size: 0.56rem;
  letter-spacing: 0.07em;
  padding: 0.22rem 0.6rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
}
.rm-head__btn {
  font-size: 0.74rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  transition: transform 0.15s, box-shadow 0.15s;
}
.rm-nav {
  gap: 0.35rem;
  margin-top: 0.15rem;
}
.rm-nav span {
  font-size: 0.68rem;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.1);
  transition: background 0.15s;
}
.rm-nav span.on {
  background: #fff;
  color: #0F172A;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.rm-body {
  padding: 1.1rem 1.2rem 1.25rem;
  background: #F3F6F8;
}
.rm-filters {
  background: #fff;
  border: 1px solid #E5EAF0;
  border-radius: 16px;
  padding: 0.85rem 1rem;
  gap: 0.55rem;
  box-shadow: 0 1px 2px rgba(15,23,42,0.03);
  margin-bottom: 0.9rem;
}
.rm-field .box {
  background: #F8FAFB;
  border: 1px solid #E8ECF1;
  border-radius: 10px;
  padding: 0.5rem 0.7rem;
  font-size: 0.72rem;
  color: #334155;
  font-weight: 500;
}
.rm-field label {
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  color: #94A3B8;
}
.rm-btn-teal {
  background: linear-gradient(180deg, #148F85 0%, #0F766E 100%);
  padding: 0.55rem 1.05rem;
  border-radius: 12px;
  font-size: 0.74rem;
  box-shadow: 0 2px 8px rgba(15,118,110,0.3);
  border: none;
}
.rm-kpis {
  gap: 0.65rem;
  margin-bottom: 0.9rem;
}
.rm-kpi {
  border-radius: 14px;
  padding: 0.85rem 0.9rem;
  border: 1px solid #E8ECF1;
  box-shadow: 0 1px 3px rgba(15,23,42,0.03);
  background: #fff;
}
.rm-kpi::after {
  top: 0.75rem;
  right: 0.75rem;
  width: 5px;
  height: 26px;
  border-radius: 4px;
  background: linear-gradient(180deg, #14B8A6 0%, #C9A227 100%);
  opacity: 0.85;
}
.rm-kpi__l {
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  color: #94A3B8;
  margin-bottom: 0.3rem;
}
.rm-kpi__v {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #0F172A;
}
.rm-kpi__s {
  font-size: 0.62rem;
  color: #94A3B8;
  margin-top: 0.2rem;
}
.rm-card {
  border-radius: 16px;
  padding: 1rem 1.05rem;
  border: 1px solid #E8ECF1;
  box-shadow: 0 1px 3px rgba(15,23,42,0.03);
}
.rm-card__h strong {
  font-size: 0.88rem;
  letter-spacing: -0.015em;
}
.rm-card__h em {
  font-size: 0.65rem;
  color: #94A3B8;
}
.rm-chart {
  height: 120px;
  border-radius: 14px;
  border: 1px solid #EEF1F5;
  background: linear-gradient(180deg, #FAFCFC, #fff);
  padding: 0.65rem 0.75rem 0.5rem;
}
.rm-bar-chart {
  height: 120px;
  border-radius: 14px;
  border: 1px solid #EEF1F5;
  background: #FAFCFC;
  gap: 0.75rem;
  padding: 0.65rem 1rem 0.35rem;
}
.rm-bar {
  width: 48px;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, #34D399 0%, #059669 100%);
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.28);
}
.rm-bar span {
  font-size: 0.68rem;
  font-weight: 800;
  color: #0F172A;
  top: -1.2rem;
}
.rm-bar-label {
  font-size: 0.58rem;
  color: #94A3B8;
  font-weight: 500;
  margin-top: 0.4rem;
}
.rm-grid-2 {
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.rm-qa {
  gap: 0.6rem;
}
.rm-qa__item {
  border-radius: 14px;
  padding: 0.85rem 0.9rem;
  border: 1px solid #E8ECF1;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.rm-qa__item:hover {
  border-color: #99F6E4;
  box-shadow: 0 4px 12px rgba(15,118,110,0.08);
  transform: translateY(-2px);
}
.rm-qa__item strong {
  font-size: 0.8rem;
}
.rm-qa__item span {
  font-size: 0.66rem;
  line-height: 1.45;
}
.rm-table th {
  font-size: 0.6rem;
  color: #94A3B8;
  padding: 0.55rem 0.6rem;
}
.rm-table td {
  font-size: 0.72rem;
  padding: 0.65rem 0.6rem;
}
.rm-tag {
  font-size: 0.62rem;
  padding: 0.2rem 0.55rem;
  background: #F0FDFA;
  color: #0F766E;
  border: 1px solid #99F6E4;
}

/* Hero visual polish */
.hero {
  padding: 3.75rem 0 5rem;
}
.hero__glow {
  background:
    radial-gradient(ellipse 55% 55% at 72% 18%, rgba(15, 118, 110, 0.16), transparent 58%),
    radial-gradient(ellipse 40% 45% at 12% 45%, rgba(201, 162, 39, 0.12), transparent 55%),
    radial-gradient(ellipse 30% 35% at 48% 0%, rgba(13, 148, 136, 0.08), transparent 50%);
}
.hero__visual {
  filter: drop-shadow(0 20px 40px rgba(11, 58, 66, 0.1));
}
.float-card {
  border-radius: 14px;
  padding: 0.85rem 1rem;
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 12px 28px rgba(11, 58, 66, 0.1);
  border: 1px solid rgba(255,255,255,0.95);
  background: rgba(255,255,255,0.94);
}
.float-card__icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  box-shadow: 0 4px 10px rgba(15,118,110,0.2);
}

/* Section heads */
.section-head h2 {
  letter-spacing: -0.03em;
}
.eyebrow {
  background: linear-gradient(135deg, rgba(15,118,110,0.1), rgba(201,162,39,0.1));
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(15,118,110,0.12);
  margin-bottom: 1rem;
}

/* Cards elevation system */
.feature-card,
.metric-card,
.t-card,
.price-card,
.play-card,
.how-card,
.cx-card,
.game-card {
  border-color: #E8ECF1;
  box-shadow: 0 1px 2px rgba(15,23,42,0.03);
}
.feature-card:hover,
.metric-card:hover,
.t-card:hover,
.play-card:hover,
.how-card:hover,
.cx-card:hover,
.game-card:hover {
  box-shadow:
    0 4px 8px rgba(15, 23, 42, 0.04),
    0 16px 32px rgba(11, 58, 66, 0.08);
  border-color: transparent;
}

/* Nav glass refinement */
.nav {
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(255, 255, 255, 0.92);
  border-bottom-color: rgba(226, 232, 240, 0.9);
  box-shadow: 0 1px 0 rgba(15,23,42,0.03), 0 8px 24px rgba(15,23,42,0.04);
}

/* Buttons */
.btn--primary {
  background: linear-gradient(180deg, #14968B 0%, #0F766E 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.15) inset,
    0 1px 2px rgba(15,118,110,0.2),
    0 6px 16px rgba(15,118,110,0.28);
}
.btn--primary:hover {
  background: linear-gradient(180deg, #15A396 0%, #11857C 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.18) inset,
    0 2px 4px rgba(15,118,110,0.25),
    0 10px 28px rgba(15,118,110,0.35);
}
.btn--secondary {
  border-color: #D8DEE6;
  box-shadow: 0 1px 2px rgba(15,23,42,0.04);
}
.btn--secondary:hover {
  border-color: #CBD5E1;
  background: #F8FAFB;
}

/* Pricing pro card */
.price-card--pro {
  border: 2px solid #0F766E;
  box-shadow:
    0 0 0 4px rgba(15, 118, 110, 0.08),
    0 20px 40px rgba(15, 118, 110, 0.12);
}
.price-card__badge {
  background: linear-gradient(135deg, #0F766E, #0D9488);
  box-shadow: 0 4px 12px rgba(15,118,110,0.3);
}

/* Final CTA */
.final-cta__banner {
  background: linear-gradient(135deg, #0B3A42 0%, #0F766E 42%, #B8952A 100%);
  box-shadow:
    0 20px 40px rgba(11, 58, 66, 0.2),
    0 40px 80px rgba(15, 118, 110, 0.15);
  border-radius: 28px;
}

/* ROI card */
.roi__card {
  border-radius: 24px;
  border: 1px solid #E8ECF1;
  box-shadow:
    0 4px 8px rgba(15,23,42,0.03),
    0 24px 48px rgba(11,58,66,0.08);
}
.roi__results {
  background: linear-gradient(155deg, #0B3A42 0%, #0F766E 50%, #0D9488 100%);
}

/* Compare table */
.compare__table-wrap {
  border-radius: 20px;
  border: 1px solid #E8ECF1;
  box-shadow: 0 8px 32px rgba(15,23,42,0.05);
  overflow: hidden;
}
.compare th.hl {
  background: linear-gradient(180deg, #F0FDFA, #fff);
  box-shadow: inset 0 3px 0 #0F766E;
}

/* Customer / game cards image area */
.cx-card__img,
.game-card__img {
  background: linear-gradient(180deg, #F4F7F8, #EEF2F4);
  padding: 0.75rem;
}
.cx-card__img .rm-mock,
.game-card__img .rm-mock {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(11,58,66,0.08);
}

/* Live demos */
.play-card {
  border-radius: 22px;
  padding: 1.65rem;
}
.live-spin__wheel {
  box-shadow:
    0 12px 32px rgba(11,58,66,0.2),
    inset 0 0 0 8px #fff,
    inset 0 0 0 10px rgba(15,118,110,0.08);
}
.live-redeem {
  border-radius: 18px;
}

/* Guarantee */
.guarantee {
  border-radius: 18px;
  border: 1px solid #E8ECF1;
  box-shadow: 0 4px 16px rgba(15,23,42,0.04);
}

/* Announce */
.announce {
  background: linear-gradient(90deg, #0B3A42 0%, #0F766E 55%, #0B5F58 100%);
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
}

/* Metric values */
.metric-card {
  border-radius: 18px;
  padding: 1.85rem 1.15rem;
}
.metric-card__value {
  background: linear-gradient(135deg, #0F766E 0%, #0D9488 50%, #C9A227 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* How cards */
.how-card {
  border-radius: 20px;
  padding: 1.65rem 1.35rem;
}
.how-card__num {
  box-shadow: 0 6px 16px rgba(15,118,110,0.3);
}

/* Mobile polish */
@media (max-width: 900px) {
  .showcase__tabs {
    margin-left: 1rem;
    margin-right: 1rem;
    justify-content: flex-start;
  }
  .showcase__panels {
    padding: 0 0.5rem;
  }
  .browser--wide,
  .browser--hero {
    border-radius: 16px;
  }
  .rm-kpis[style*="repeat(5"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 640px) {
  .rm-head h3 { font-size: 1.2rem; }
  .rm-nav span:nth-child(n+5) { display: none; }
  .rm-kpi__v { font-size: 1.15rem; }
  .showcase { padding: 3.5rem 0 4rem; }
}

/* Subtle panel frame around showcase browser */
.showcase__panels .browser {
  position: relative;
}
.showcase__panels .browser::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.8), rgba(244,247,248,0.4));
  z-index: -1;
  box-shadow: 0 40px 80px rgba(11, 58, 66, 0.08);
  pointer-events: none;
}

/* Tab keyboard focus ring inside pill */
.showcase__tab.active:focus-visible {
  outline-offset: 3px;
}

/* Smoother section transitions */
.features {
  background: linear-gradient(180deg, #F4F7F8 0%, #F8FAFB 100%);
}
.cx {
  background: linear-gradient(180deg, #F4F7F8, #fff);
}
.gamification {
  background: #fff;
}
.split {
  background: linear-gradient(180deg, #F7FAFA, #F4F7F8);
}
.pricing {
  background: linear-gradient(180deg, #F4F7F8 0%, #F8FAFB 50%, #fff 100%);
}

/* Logo mark refinement */
.logo__mark {
  box-shadow: 0 4px 12px rgba(15,118,110,0.25);
}

/* Sticky CTA polish */
.sticky-cta {
  border-top: 1px solid #E8ECF1;
  box-shadow: 0 -8px 32px rgba(15,23,42,0.08);
  backdrop-filter: blur(16px);
}



/* ============================================================
   RewardMate — Crisp product UI mockups (vector/CSS, no blur)
   Brand: teal #0F766E · gold #C9A227 · header gradient
   ============================================================ */

.rm-mock {
  --rm-teal: #0F766E;
  --rm-teal-d: #0B5F58;
  --rm-teal-s: #F0FDFA;
  --rm-gold: #C9A227;
  --rm-head-a: #0B3A42;
  --rm-head-b: #0F766E;
  --rm-head-c: #C9A227;
  --rm-text: #0F172A;
  --rm-muted: #64748B;
  --rm-sec: #475569;
  --rm-border: #E2E8F0;
  --rm-soft: #F4F7F8;
  --rm-white: #FFFFFF;
  --rm-green: #059669;
  --rm-radius: 18px;
  --rm-radius-sm: 12px;
  --rm-shadow: 0 8px 28px rgba(11, 58, 66, 0.08);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--rm-text);
  background: var(--rm-soft);
  border-radius: 0;
  overflow: hidden;
  text-align: left;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

.rm-mock * { box-sizing: border-box; }

/* Shared header banner */
.rm-head {
  background: linear-gradient(135deg, var(--rm-head-a) 0%, var(--rm-head-b) 48%, var(--rm-head-c) 100%);
  color: #fff;
  padding: 1.15rem 1.25rem 1rem;
  position: relative;
}
.rm-head__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}
.rm-head__brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.rm-head__logo {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.2);
}
.rm-head__logo svg { width: 18px; height: 18px; }
.rm-head__pill {
  display: inline-block;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 0.25rem;
}
.rm-head h3 {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.2rem;
  color: #fff;
  line-height: 1.15;
}
.rm-head p {
  font-size: 0.72rem;
  opacity: 0.88;
  margin: 0;
  max-width: 340px;
  line-height: 1.45;
}
.rm-head__btn {
  background: #fff;
  color: var(--rm-head-a);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.rm-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.rm-nav span {
  font-size: 0.65rem;
  font-weight: 500;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.rm-nav span.on {
  background: #fff;
  color: var(--rm-text);
  font-weight: 600;
  border-color: transparent;
}

.rm-body {
  padding: 1rem 1.1rem 1.15rem;
  background: var(--rm-soft);
}

/* KPI row */
.rm-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}
.rm-kpi {
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius-sm);
  padding: 0.7rem 0.75rem;
  box-shadow: 0 1px 3px rgba(15,23,42,0.03);
  position: relative;
  overflow: hidden;
}
.rm-kpi::after {
  content: "";
  position: absolute;
  top: 0.65rem; right: 0.65rem;
  width: 5px; height: 22px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--rm-teal), var(--rm-gold));
  opacity: 0.7;
}
.rm-kpi__l {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--rm-muted);
  margin-bottom: 0.2rem;
}
.rm-kpi__v {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.rm-kpi__s {
  font-size: 0.6rem;
  color: var(--rm-muted);
  margin-top: 0.15rem;
}

/* Cards */
.rm-card {
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius);
  padding: 0.85rem 0.95rem;
  box-shadow: 0 1px 3px rgba(15,23,42,0.03);
}
.rm-card__h {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.65rem;
}
.rm-card__h strong {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.rm-card__h em {
  font-style: normal;
  font-size: 0.62rem;
  color: var(--rm-muted);
  font-weight: 500;
}

/* Charts */
.rm-chart {
  height: 110px;
  position: relative;
  border: 1px solid var(--rm-border);
  border-radius: 12px;
  background: linear-gradient(180deg, #fafbfc, #fff);
  overflow: hidden;
  padding: 0.5rem 0.6rem 0.4rem;
}
.rm-chart svg { width: 100%; height: 100%; display: block; }
.rm-chart__y {
  position: absolute;
  left: 0.45rem;
  top: 0.4rem;
  bottom: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.52rem;
  color: var(--rm-muted);
  font-weight: 500;
  pointer-events: none;
}
.rm-bar-chart {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
  height: 100px;
  padding: 0.5rem 0.75rem 0.25rem;
  border: 1px solid var(--rm-border);
  border-radius: 12px;
  background: #fafbfc;
}
.rm-bar {
  width: 42px;
  background: linear-gradient(180deg, #10B981, #059669);
  border-radius: 6px 6px 2px 2px;
  position: relative;
  box-shadow: 0 2px 6px rgba(5,150,105,0.25);
}
.rm-bar span {
  position: absolute;
  top: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6rem;
  font-weight: 700;
  color: var(--rm-text);
}
.rm-bar-label {
  text-align: center;
  font-size: 0.55rem;
  color: var(--rm-muted);
  margin-top: 0.35rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90px;
}

/* Grid layouts */
.rm-grid-2 {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}
.rm-qa {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.rm-qa__item {
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius-sm);
  padding: 0.7rem 0.75rem;
  position: relative;
  overflow: hidden;
}
.rm-qa__item::after {
  content: "";
  position: absolute;
  right: -8px; bottom: -12px;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15,118,110,0.08), transparent 70%);
}
.rm-qa__item strong {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.rm-qa__item span {
  font-size: 0.62rem;
  color: var(--rm-sec);
  line-height: 1.4;
}

/* Table */
.rm-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.68rem;
}
.rm-table th {
  text-align: left;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rm-muted);
  padding: 0.45rem 0.5rem;
  border-bottom: 1px solid var(--rm-border);
}
.rm-table td {
  padding: 0.55rem 0.5rem;
  border-bottom: 1px solid var(--rm-border);
  color: var(--rm-sec);
  vertical-align: middle;
}
.rm-table tr:last-child td { border-bottom: none; }
.rm-tag {
  display: inline-block;
  font-size: 0.58rem;
  font-weight: 600;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: var(--rm-teal-s);
  color: var(--rm-teal);
  border: 1px solid #99F6E4;
}
.rm-pos { color: var(--rm-green); font-weight: 700; }

/* Filters bar */
.rm-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: flex-end;
  margin-bottom: 0.75rem;
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius-sm);
  padding: 0.65rem 0.75rem;
}
.rm-field {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
  flex: 1;
}
.rm-field label {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rm-muted);
}
.rm-field .box {
  background: var(--rm-soft);
  border: 1px solid var(--rm-border);
  border-radius: 8px;
  padding: 0.4rem 0.55rem;
  font-size: 0.68rem;
  color: var(--rm-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rm-btn-teal {
  background: var(--rm-teal);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: 10px;
  white-space: nowrap;
  align-self: flex-end;
}

/* Wallet / customer cards */
.rm-wallet {
  background: linear-gradient(145deg, #f8fbfb 0%, #fff 50%, #fefcf6 100%);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius);
  padding: 1.1rem 1.15rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--rm-shadow);
}
.rm-wallet::before {
  content: "";
  position: absolute;
  left: 0; top: 12%; bottom: 12%;
  width: 4px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--rm-gold), var(--rm-teal));
}
.rm-wallet__badge {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
}
.rm-wallet__icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--rm-head-a), var(--rm-teal));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
  box-shadow: 0 4px 12px rgba(15,118,110,0.25);
}
.rm-wallet__badge small {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rm-teal);
}
.rm-wallet__badge small::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--rm-gold);
  margin-right: 0.35rem;
  vertical-align: middle;
}
.rm-wallet h4 {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
  color: var(--rm-text);
}
.rm-wallet__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.rm-wallet__stat {
  background: rgba(255,255,255,0.85);
  border: 1px solid var(--rm-border);
  border-radius: 12px;
  padding: 0.65rem 0.7rem;
  text-align: center;
}
.rm-wallet__stat label {
  display: block;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rm-muted);
  margin-bottom: 0.2rem;
}
.rm-wallet__stat strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.rm-wallet__stat em {
  display: block;
  font-style: normal;
  font-size: 0.55rem;
  color: var(--rm-muted);
  margin-top: 0.1rem;
  font-weight: 500;
}
.rm-wallet__foot {
  margin-top: 0.7rem;
  font-size: 0.68rem;
  color: var(--rm-muted);
}

/* Spin wheel mock */
.rm-spin {
  background: linear-gradient(160deg, #f8fbfb, #fffef8);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius);
  padding: 1rem 1.1rem 1.15rem;
  box-shadow: var(--rm-shadow);
}
.rm-spin__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}
.rm-spin__top h4 {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0.15rem 0 0;
}
.rm-spin__top p {
  font-size: 0.7rem;
  color: var(--rm-muted);
  margin: 0.2rem 0 0;
}
.rm-spin__ready {
  font-size: 0.62rem;
  font-weight: 600;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--rm-soft);
  border: 1px solid var(--rm-border);
  color: var(--rm-sec);
}
.rm-spin__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
}
.rm-wheel-wrap {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.rm-wheel-wrap .pointer {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid var(--rm-gold);
  z-index: 3;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
}
.rm-wheel {
  width: 160px; height: 160px;
  border-radius: 50%;
  background: conic-gradient(
    #0B3A42 0deg 60deg,
    #C9A227 60deg 120deg,
    #0F766E 120deg 180deg,
    #115E59 180deg 240deg,
    #0D9488 240deg 300deg,
    #134E4A 300deg 360deg
  );
  box-shadow: 0 8px 24px rgba(11,58,66,0.2), inset 0 0 0 6px #fff;
  position: relative;
  display: grid;
  place-items: center;
}
.rm-wheel__center {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--rm-teal), var(--rm-head-a));
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  border: 3px solid #fff;
  z-index: 2;
}
.rm-prizes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.rm-prizes span {
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.28rem 0.55rem;
  border-radius: 8px;
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  color: var(--rm-sec);
}
.rm-spin__btn {
  display: inline-flex;
  margin-top: 0.75rem;
  background: linear-gradient(135deg, var(--rm-head-a), var(--rm-teal));
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.55rem 1.1rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(15,118,110,0.3);
}
.rm-win {
  margin-top: 0.75rem;
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  border-radius: 12px;
  padding: 0.55rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--rm-green);
  text-align: center;
}

/* Check-in */
.rm-checkin {
  background: linear-gradient(160deg, #f8fbfb, #fff);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius);
  padding: 1.1rem 1.15rem;
  box-shadow: var(--rm-shadow);
}
.rm-checkin__top {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}
.rm-checkin__top h4 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.02em;
}
.rm-checkin__top p {
  font-size: 0.7rem;
  color: var(--rm-muted);
  margin: 0.15rem 0 0;
}
.rm-checkin__pts {
  margin-left: auto;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--rm-soft);
  border: 1px solid var(--rm-border);
  color: var(--rm-sec);
}
.rm-checkin__btn {
  display: inline-flex;
  background: linear-gradient(135deg, var(--rm-head-a), var(--rm-teal));
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.55rem 1.15rem;
  border-radius: 12px;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 12px rgba(15,118,110,0.25);
}
.rm-checkin__msg {
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  border-radius: 12px;
  padding: 0.55rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--rm-green);
}
.rm-checkin__msg::before {
  content: "";
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--rm-green);
  margin-right: 0.4rem;
  vertical-align: middle;
}

/* Product earn notice */
.rm-product {
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius);
  padding: 1.1rem 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 1rem;
  align-items: center;
}
.rm-product__img {
  aspect-ratio: 1.1;
  border-radius: 14px;
  background: linear-gradient(145deg, #5eead4 0%, #99f6e4 40%, #fef3c7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.rm-product__img-inner {
  width: 72%;
  height: 68%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  transform: rotate(-4deg);
}
.rm-product__img-inner span {
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--rm-teal);
}
.rm-product__img-inner div {
  width: 60%;
  height: 4px;
  background: var(--rm-border);
  border-radius: 2px;
}
.rm-product__info h4 {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.35rem;
  line-height: 1.25;
}
.rm-product__price {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
}
.rm-earn-notice {
  background: var(--rm-teal-s);
  border: 1px solid #99F6E4;
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--rm-teal-d);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.rm-add-cart {
  display: inline-flex;
  background: #6366F1;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.55rem 1.15rem;
  border-radius: 10px;
}

/* Cart redeem */
.rm-cart {
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius);
  padding: 1rem 1.1rem;
}
.rm-cart__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--rm-border);
  margin-bottom: 0.85rem;
}
.rm-cart__thumb {
  width: 48px; height: 48px;
  border-radius: 8px;
  background: linear-gradient(145deg, #5eead4, #fef3c7);
  flex-shrink: 0;
}
.rm-cart__row strong {
  font-size: 0.78rem;
  display: block;
  margin-bottom: 0.15rem;
}
.rm-cart__row span {
  font-size: 0.7rem;
  color: var(--rm-muted);
}
.rm-redeem-box {
  background: linear-gradient(160deg, #f8fbfb, #fffef8);
  border: 1px solid var(--rm-border);
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
  margin-bottom: 0.75rem;
}
.rm-redeem-box h5 {
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0 0 0.55rem;
}
.rm-redeem-avail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid var(--rm-border);
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  margin-bottom: 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.rm-redeem-avail em {
  font-style: normal;
  font-size: 0.65rem;
  color: var(--rm-muted);
  font-weight: 500;
}
.rm-slider {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.rm-slider__track {
  flex: 1;
  height: 6px;
  background: var(--rm-border);
  border-radius: 3px;
  position: relative;
}
.rm-slider__track i {
  position: absolute;
  left: 0; top: 0;
  height: 100%;
  width: 28%;
  background: var(--rm-teal);
  border-radius: 3px;
}
.rm-slider__track i::after {
  content: "";
  position: absolute;
  right: -7px; top: 50%;
  transform: translateY(-50%);
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--rm-teal);
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.rm-slider__input {
  width: 40px;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  border: 1px solid var(--rm-border);
  border-radius: 8px;
  padding: 0.3rem;
  background: #fff;
}
.rm-apply {
  background: var(--rm-teal);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 10px;
  white-space: nowrap;
}
.rm-limits {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.55rem;
  flex-wrap: wrap;
}
.rm-limits span {
  font-size: 0.58rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: var(--rm-soft);
  border: 1px solid var(--rm-border);
  color: var(--rm-sec);
}
.rm-totals {
  border-top: 1px solid var(--rm-border);
  padding-top: 0.65rem;
}
.rm-totals div {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  padding: 0.2rem 0;
  color: var(--rm-sec);
}
.rm-totals div strong { color: var(--rm-text); font-weight: 700; }
.rm-checkout-btn {
  display: block;
  text-align: center;
  margin-top: 0.75rem;
  background: #6366F1;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.7rem;
  border-radius: 12px;
}

/* Settings / tiers mini */
.rm-tiers {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.rm-tier {
  background: #fff;
  border: 1px solid var(--rm-border);
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.5rem;
  align-items: center;
}
.rm-tier strong {
  font-size: 0.8rem;
  display: block;
}
.rm-tier span {
  font-size: 0.62rem;
  color: var(--rm-muted);
}
.rm-tier__badge {
  font-size: 0.58rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: var(--rm-teal-s);
  color: var(--rm-teal);
  white-space: nowrap;
}
.rm-tier__rm {
  font-size: 0.62rem;
  font-weight: 600;
  color: #DC2626;
  padding: 0.25rem 0.5rem;
  border: 1px solid #FECACA;
  border-radius: 8px;
  background: #FEF2F2;
}

/* Sub-nav for settings */
.rm-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  background: #fff;
  border: 1px solid var(--rm-border);
  border-radius: 999px;
  padding: 0.3rem;
  margin-bottom: 0.85rem;
}
.rm-subnav span {
  font-size: 0.62rem;
  font-weight: 500;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  color: var(--rm-sec);
}
.rm-subnav span.on {
  background: var(--rm-teal);
  color: #fff;
  font-weight: 600;
}

/* Form rows */
.rm-form {
  background: #fff;
  border: 1px solid var(--rm-border);
  border-radius: var(--rm-radius);
  padding: 0.85rem 1rem;
}
.rm-form__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--rm-border);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--rm-sec);
}
.rm-form__row:last-child { border-bottom: none; }
.rm-toggle {
  display: inline-flex;
  background: var(--rm-soft);
  border: 1px solid var(--rm-border);
  border-radius: 999px;
  padding: 0.15rem;
  gap: 0.1rem;
}
.rm-toggle i {
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  color: var(--rm-muted);
}
.rm-toggle i.on {
  background: var(--rm-teal);
  color: #fff;
}
.rm-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--rm-border);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.rm-stepper b {
  width: 28px;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--rm-muted);
  padding: 0.3rem 0;
  background: var(--rm-soft);
}
.rm-stepper em {
  font-style: normal;
  min-width: 48px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.4rem;
}

/* API cards */
.rm-api-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.rm-code {
  background: #0F172A;
  color: #E2E8F0;
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.58rem;
  line-height: 1.5;
  overflow: hidden;
}
.rm-code .g { color: #34D399; }
.rm-code .b { color: #60A5FA; }

/* Responsive mockups */
@media (max-width: 640px) {
  .rm-kpis { grid-template-columns: repeat(2, 1fr); }
  .rm-grid-2 { grid-template-columns: 1fr; }
  .rm-qa { grid-template-columns: 1fr; }
  .rm-spin__layout { grid-template-columns: 1fr; }
  .rm-product { grid-template-columns: 1fr; }
  .rm-api-kpis { grid-template-columns: repeat(2, 1fr); }
  .rm-wallet__stats { grid-template-columns: 1fr; }
  .rm-nav span:nth-child(n+6) { display: none; }
}


/* ============================================================
   RewardMate — Conversion + interactivity enhancements
   ============================================================ */

/* Announcement bar */
.announce {
  background: linear-gradient(90deg, #0B3A42, #0F766E 50%, #0B5F58);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: center;
  padding: 0.55rem 1rem;
  position: relative;
  z-index: 1001;
}
.announce a {
  color: #F5E6B8;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.announce strong { color: #fff; }
.announce__close {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 28px; height: 28px;
  border-radius: 50%;
  color: rgba(255,255,255,0.75);
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.announce__close:hover { background: rgba(255,255,255,0.12); color: #fff; }
body.has-announce .nav { top: 0; }

/* Logo marquee */
.marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  margin-top: 1.25rem;
}
.marquee__track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee__track:hover { animation-play-state: paused; }
.marquee__item {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-muted);
  opacity: 0.65;
  white-space: nowrap;
  padding: 0.35rem 0;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Social proof strip under hero */
.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 1.5rem;
  align-items: center;
}
.proof-strip__item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-secondary);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.35rem 0.75rem 0.35rem 0.45rem;
  box-shadow: var(--shadow-xs);
}
.proof-strip__item i {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--teal-50);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 800;
}

/* Interactive ROI calculator */
.roi {
  padding: 5rem 0;
  background: var(--bg);
}
.roi__card {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg), var(--shadow-glow);
}
.roi__inputs {
  padding: 2rem 2rem 2.25rem;
  background: linear-gradient(160deg, #f8fbfb, #fff);
  border-right: 1px solid var(--border);
}
.roi__inputs h3 {
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}
.roi__inputs > p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}
.roi-field { margin-bottom: 1.25rem; }
.roi-field label {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}
.roi-field label strong {
  color: var(--primary);
  font-variant-numeric: tabular-nums;
}
.roi-field input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: var(--border);
  outline: none;
}
.roi-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(15,118,110,0.35);
  cursor: pointer;
  transition: transform 0.15s;
}
.roi-field input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}
.roi-field input[type="range"]::-moz-range-thumb {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(15,118,110,0.35);
  cursor: pointer;
}
.roi__results {
  padding: 2rem 2rem 2.25rem;
  background: linear-gradient(145deg, #0B3A42 0%, #0F766E 55%, #0D9488 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.roi__results h3 {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}
.roi__results > p {
  font-size: 0.85rem;
  opacity: 0.85;
  margin-bottom: 1.5rem;
}
.roi-stat {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  margin-bottom: 0.65rem;
  backdrop-filter: blur(8px);
}
.roi-stat__label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 0.25rem;
}
.roi-stat__value {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.roi-stat__value span { font-size: 1rem; font-weight: 600; opacity: 0.85; }
.roi-stat--highlight {
  background: rgba(201,162,39,0.2);
  border-color: rgba(245,230,184,0.35);
}
.roi-stat--highlight .roi-stat__value { color: #F5E6B8; }
.roi__cta { margin-top: 1.25rem; }
.roi__note {
  font-size: 0.7rem;
  opacity: 0.7;
  margin-top: 0.85rem;
  line-height: 1.4;
}

/* Live demo playground */
.playground {
  padding: 5rem 0;
  background: var(--bg-soft);
}
.play__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.play-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}
.play-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.play-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.15rem;
}
.play-card__head h3 {
  font-size: 1.1rem;
  margin: 0;
}
.play-card__badge {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: var(--teal-50);
  color: var(--primary);
  border: 1px solid var(--teal-100);
}
.play-card__badge.gold {
  background: #FEF9E7;
  color: var(--gold-dark);
  border-color: #F5E6B8;
}

/* Interactive redeem demo */
.live-redeem {
  background: linear-gradient(160deg, #f8fbfb, #fffef8);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.15rem;
}
.live-redeem__bal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.75rem 0.9rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
}
.live-redeem__bal strong {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.live-redeem__bal span {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.live-slider-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}
.live-slider-row input[type="range"] {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  border-radius: 4px;
  background: var(--border);
  outline: none;
}
.live-slider-row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(15,118,110,0.35);
  cursor: pointer;
}
.live-slider-row input[type="range"]::-moz-range-thumb {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid #fff;
  cursor: pointer;
}
.live-pts-box {
  width: 64px;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.45rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  font-variant-numeric: tabular-nums;
}
.live-apply {
  background: var(--grad-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.55rem 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(15,118,110,0.25);
  transition: transform 0.15s, box-shadow 0.15s;
}
.live-apply:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(15,118,110,0.35);
}
.live-apply:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}
.live-totals {
  margin-top: 0.85rem;
  border-top: 1px solid var(--border);
  padding-top: 0.75rem;
}
.live-totals div {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  padding: 0.25rem 0;
  color: var(--text-secondary);
}
.live-totals div strong {
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
.live-totals .discount strong { color: var(--accent-green); }
.live-totals .total {
  font-size: 1rem;
  font-weight: 700;
  padding-top: 0.45rem;
  margin-top: 0.25rem;
  border-top: 1px dashed var(--border);
}
.live-msg {
  margin-top: 0.75rem;
  padding: 0.6rem 0.8rem;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  background: #ECFDF5;
  color: var(--accent-green);
  border: 1px solid #A7F3D0;
  display: none;
}
.live-msg.show { display: block; animation: fadeUp 0.35s var(--ease); }

/* Interactive spin demo */
.live-spin {
  text-align: center;
}
.live-spin__wheel-wrap {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 1.15rem;
}
.live-spin__pointer {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid var(--gold);
  z-index: 5;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
}
.live-spin__wheel {
  width: 200px; height: 200px;
  border-radius: 50%;
  background: conic-gradient(
    #0B3A42 0deg 60deg,
    #C9A227 60deg 120deg,
    #0F766E 120deg 180deg,
    #115E59 180deg 240deg,
    #0D9488 240deg 300deg,
    #134E4A 300deg 360deg
  );
  box-shadow: 0 10px 32px rgba(11,58,66,0.22), inset 0 0 0 8px #fff;
  display: grid;
  place-items: center;
  transition: transform 4s cubic-bezier(0.15, 0.85, 0.25, 1);
  position: relative;
}
.live-spin__wheel.spinning {
  /* transform set by JS */
}
.live-spin__center {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--primary), #0B3A42);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  z-index: 2;
  cursor: pointer;
  transition: transform 0.15s;
  user-select: none;
}
.live-spin__center:hover { transform: scale(1.06); }
.live-spin__center:disabled { cursor: not-allowed; opacity: 0.7; }
.live-spin__labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.live-spin__labels span {
  position: absolute;
  font-size: 0.62rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}
.live-spin__btn {
  background: var(--grad-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.7rem 1.5rem;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(15,118,110,0.3);
  transition: transform 0.15s, box-shadow 0.15s;
}
.live-spin__btn:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(15,118,110,0.4);
}
.live-spin__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.live-spin__result {
  margin-top: 0.9rem;
  min-height: 2.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
}
.live-spin__result.win {
  color: var(--accent-green);
  animation: pulse-win 0.6s ease;
}
@keyframes pulse-win {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
.live-spin__prizes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.85rem;
}
.live-spin__prizes span {
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.25rem 0.55rem;
  border-radius: 8px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  color: var(--text-secondary);
}

/* Comparison table */
.compare {
  padding: 5rem 0;
  background: var(--bg);
}
.compare__table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.compare table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}
.compare th, .compare td {
  padding: 0.9rem 1.15rem;
  text-align: center;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}
.compare th {
  background: var(--bg-soft);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.compare th:first-child, .compare td:first-child {
  text-align: left;
  font-weight: 500;
  color: var(--text-secondary);
}
.compare th.hl {
  background: linear-gradient(180deg, var(--teal-50), #fff);
  color: var(--primary);
  box-shadow: inset 0 3px 0 var(--primary);
}
.compare td.hl {
  background: rgba(15,118,110,0.03);
  font-weight: 600;
}
.compare tr:last-child td { border-bottom: none; }
.compare .yes { color: var(--accent-green); font-weight: 700; }
.compare .no { color: var(--text-muted); }
.compare .partial { color: var(--gold-dark); font-weight: 600; }

/* How it works steps with hover */
.how {
  padding: 5rem 0;
  background: var(--bg-soft);
}
.how__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.how-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.5rem 1.25rem;
  position: relative;
  transition: transform 0.25s var(--ease), box-shadow 0.25s, border-color 0.25s;
  overflow: hidden;
}
.how-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--teal-200);
}
.how-card__num {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--grad-primary);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(15,118,110,0.25);
}
.how-card h3 { margin-bottom: 0.4rem; font-size: 1.05rem; }
.how-card p { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.55; }
.how-card__time {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--primary);
  background: var(--teal-50);
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
}

/* Guarantee badge */
.guarantee {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 640px;
  margin: 2rem auto 0;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.guarantee__icon {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--teal-50);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
  border: 2px solid var(--teal-100);
}
.guarantee strong { display: block; font-size: 0.95rem; margin-bottom: 0.15rem; }
.guarantee span { font-size: 0.8rem; color: var(--text-muted); line-height: 1.4; }

/* Sticky mobile CTA */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 20px rgba(15,23,42,0.08);
  gap: 0.65rem;
  align-items: center;
  justify-content: space-between;
  transform: translateY(110%);
  transition: transform 0.35s var(--ease);
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta__copy {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}
.sticky-cta__copy span {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--text-muted);
}
.sticky-cta .btn { flex-shrink: 0; }

/* Nav CTA pulse */
.btn--pulse {
  animation: cta-pulse 2.5s ease infinite;
}
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 1px 2px rgba(15,118,110,0.2), 0 4px 14px rgba(15,118,110,0.28); }
  50% { box-shadow: 0 1px 2px rgba(15,118,110,0.2), 0 4px 20px rgba(15,118,110,0.45), 0 0 0 6px rgba(15,118,110,0.12); }
}

/* Feature card interactive lift + link */
.feature-card {
  cursor: default;
  position: relative;
}
.feature-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}
.feature-card:hover .feature-card__icon {
  transform: scale(1.08);
  transition: transform 0.25s var(--ease);
}
.feature-card__icon { transition: transform 0.25s var(--ease); }

/* Pricing card interactive */
.price-card {
  cursor: default;
}
.price-card .btn {
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.price-card:hover .btn--primary {
  box-shadow: 0 6px 20px rgba(15,118,110,0.4);
}

/* Testimonial carousel feel */
.t-grid .t-card {
  position: relative;
}
.t-card__quote {
  position: absolute;
  top: 1rem; right: 1.15rem;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--teal-100);
  font-weight: 800;
  font-family: Georgia, serif;
  pointer-events: none;
}

/* Stats with live counters in hero */
.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-top: 1.75rem;
  max-width: 400px;
}
.hero-stat {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.65rem 0.7rem;
  box-shadow: var(--shadow-xs);
}
.hero-stat strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--primary);
  font-variant-numeric: tabular-nums;
}
.hero-stat span {
  font-size: 0.65rem;
  color: var(--text-muted);
  font-weight: 500;
}

/* Section CTA inline */
.inline-cta {
  text-align: center;
  margin-top: 2.5rem;
}
.inline-cta p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 0.85rem;
}

/* Confetti canvas */
#confetti {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}

/* Toast */
.toast {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  background: #0F172A;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  z-index: 10000;
  transition: transform 0.4s var(--ease);
  max-width: 90vw;
  text-align: center;
}
.toast.show { transform: translateX(-50%) translateY(0); }
.toast.success { background: linear-gradient(135deg, #0F766E, #059669); }

/* Scroll progress */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--primary), var(--gold));
  z-index: 1002;
  transition: width 0.05s linear;
}
body.has-announce .scroll-progress { top: 0; }

/* Better final CTA */
.final-cta__banner {
  position: relative;
}
.final-cta__sparkle {
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  animation: sparkle 3s ease infinite;
}
@keyframes sparkle {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.5); }
}

/* Pricing social proof under cards */
.pricing-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.pricing-social__avatars {
  display: flex;
}
.pricing-social__avatars span {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 700;
  color: #fff;
}
.pricing-social__avatars span:first-child { margin-left: 0; }
.pricing-social p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin: 0;
}
.pricing-social p strong { color: var(--text); }

/* Nav demo link glow */
.nav__actions .btn--primary { position: relative; }

/* Responsive */
@media (max-width: 900px) {
  .roi__card { grid-template-columns: 1fr; }
  .roi__inputs { border-right: none; border-bottom: 1px solid var(--border); }
  .play__grid { grid-template-columns: 1fr; }
  .how__grid { grid-template-columns: 1fr 1fr; }
  .hero__stats { max-width: 100%; margin-left: auto; margin-right: auto; }
  .sticky-cta { display: flex; }
  body { padding-bottom: 0; }
  body.has-sticky { padding-bottom: 76px; }
}
@media (max-width: 640px) {
  .how__grid { grid-template-columns: 1fr; }
  .roi__inputs, .roi__results { padding: 1.5rem 1.25rem; }
  .proof-strip { justify-content: center; }
  .hero__stats { grid-template-columns: 1fr; }
  .live-spin__wheel-wrap, .live-spin__wheel { width: 170px; height: 170px; }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__track, .btn--pulse, .live-spin__wheel { animation: none !important; transition: none !important; }
}


/* ============================================================
   RewardMate — Premium design polish (matches product screenshots)
   ============================================================ */

/* Softer page atmosphere */
body {
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(15, 118, 110, 0.06), transparent 55%),
    #fff;
}

/* Premium browser frame */
.browser {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 20px;
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.03),
    0 2px 4px rgba(15, 23, 42, 0.02),
    0 12px 24px rgba(11, 58, 66, 0.06),
    0 32px 64px rgba(11, 58, 66, 0.1);
  overflow: hidden;
  background: #fff;
}
.browser--wide {
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.03),
    0 4px 8px rgba(15, 23, 42, 0.03),
    0 20px 40px rgba(11, 58, 66, 0.08),
    0 40px 80px rgba(11, 58, 66, 0.1);
}
.browser--hero {
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.03),
    0 8px 16px rgba(11, 58, 66, 0.06),
    0 24px 48px rgba(11, 58, 66, 0.1),
    0 48px 96px rgba(15, 118, 110, 0.12);
}
.browser__chrome {
  background: linear-gradient(180deg, #FAFBFC 0%, #F4F6F8 100%);
  border-bottom: 1px solid #E8ECF0;
  padding: 0.75rem 1rem;
  gap: 0.85rem;
}
.browser__dots i {
  width: 11px;
  height: 11px;
  box-shadow: inset 0 -1px 1px rgba(0,0,0,0.08);
}
.browser__url {
  background: #fff;
  border: 1px solid #E5E9EF;
  border-radius: 10px;
  padding: 0.4rem 1rem;
  font-size: 0.72rem;
  color: #94A3B8;
  font-weight: 500;
  box-shadow: inset 0 1px 2px rgba(15,23,42,0.03);
  letter-spacing: 0.01em;
}

/* Floating pill tab bar — screenshot style */
.showcase {
  padding: 5.5rem 0 6rem;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(15, 118, 110, 0.05), transparent 60%),
    linear-gradient(180deg, #fff 0%, #F7FAFA 40%, #F4F7F8 100%);
  position: relative;
}
.showcase .section-head {
  margin-bottom: 2.25rem;
}
.showcase__tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.15rem;
  margin: 0 auto 1.75rem;
  padding: 0.35rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 999px;
  width: fit-content;
  max-width: calc(100% - 2rem);
  overflow-x: auto;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 8px 24px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.showcase__tabs::-webkit-scrollbar { display: none; }
.showcase__tab {
  padding: 0.6rem 1.15rem;
  font-size: 0.84rem;
  font-weight: 500;
  color: #64748B;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
  border: none;
  background: transparent;
  cursor: pointer;
}
.showcase__tab:hover {
  color: #0F172A;
  background: rgba(15, 118, 110, 0.06);
}
.showcase__tab.active {
  background: #fff;
  color: #0F172A;
  font-weight: 600;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.06),
    0 4px 12px rgba(15, 23, 42, 0.08);
}
.showcase__tab:focus-visible {
  outline: 2px solid #0F766E;
  outline-offset: 2px;
}
.showcase__panels {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
.showcase__panel {
  animation: none;
}
.showcase__panel.active {
  animation: showcaseIn 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes showcaseIn {
  from { opacity: 0; transform: translateY(16px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.showcase__caption {
  margin-top: 1.75rem;
  padding: 0 1rem;
}
.showcase__caption h3 {
  font-size: 1.35rem;
  letter-spacing: -0.025em;
}
.showcase__caption p {
  font-size: 1rem;
  max-width: 480px;
  margin: 0.4rem auto 0;
  line-height: 1.6;
}

/* Mockup refinements to match screenshots */
.rm-mock {
  font-size: 14px;
}
.rm-head {
  padding: 1.25rem 1.35rem 1.1rem;
  background: linear-gradient(135deg, #0B3A42 0%, #0F766E 45%, #B8952A 100%);
}
.rm-head h3 {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.rm-head p {
  font-size: 0.75rem;
  opacity: 0.9;
  max-width: 360px;
  line-height: 1.5;
}
.rm-head__logo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(4px);
}
.rm-head__pill {
  font-size: 0.56rem;
  letter-spacing: 0.07em;
  padding: 0.22rem 0.6rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
}
.rm-head__btn {
  font-size: 0.74rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  transition: transform 0.15s, box-shadow 0.15s;
}
.rm-nav {
  gap: 0.35rem;
  margin-top: 0.15rem;
}
.rm-nav span {
  font-size: 0.68rem;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.1);
  transition: background 0.15s;
}
.rm-nav span.on {
  background: #fff;
  color: #0F172A;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.rm-body {
  padding: 1.1rem 1.2rem 1.25rem;
  background: #F3F6F8;
}
.rm-filters {
  background: #fff;
  border: 1px solid #E5EAF0;
  border-radius: 16px;
  padding: 0.85rem 1rem;
  gap: 0.55rem;
  box-shadow: 0 1px 2px rgba(15,23,42,0.03);
  margin-bottom: 0.9rem;
}
.rm-field .box {
  background: #F8FAFB;
  border: 1px solid #E8ECF1;
  border-radius: 10px;
  padding: 0.5rem 0.7rem;
  font-size: 0.72rem;
  color: #334155;
  font-weight: 500;
}
.rm-field label {
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  color: #94A3B8;
}
.rm-btn-teal {
  background: linear-gradient(180deg, #148F85 0%, #0F766E 100%);
  padding: 0.55rem 1.05rem;
  border-radius: 12px;
  font-size: 0.74rem;
  box-shadow: 0 2px 8px rgba(15,118,110,0.3);
  border: none;
}
.rm-kpis {
  gap: 0.65rem;
  margin-bottom: 0.9rem;
}
.rm-kpi {
  border-radius: 14px;
  padding: 0.85rem 0.9rem;
  border: 1px solid #E8ECF1;
  box-shadow: 0 1px 3px rgba(15,23,42,0.03);
  background: #fff;
}
.rm-kpi::after {
  top: 0.75rem;
  right: 0.75rem;
  width: 5px;
  height: 26px;
  border-radius: 4px;
  background: linear-gradient(180deg, #14B8A6 0%, #C9A227 100%);
  opacity: 0.85;
}
.rm-kpi__l {
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  color: #94A3B8;
  margin-bottom: 0.3rem;
}
.rm-kpi__v {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #0F172A;
}
.rm-kpi__s {
  font-size: 0.62rem;
  color: #94A3B8;
  margin-top: 0.2rem;
}
.rm-card {
  border-radius: 16px;
  padding: 1rem 1.05rem;
  border: 1px solid #E8ECF1;
  box-shadow: 0 1px 3px rgba(15,23,42,0.03);
}
.rm-card__h strong {
  font-size: 0.88rem;
  letter-spacing: -0.015em;
}
.rm-card__h em {
  font-size: 0.65rem;
  color: #94A3B8;
}
.rm-chart {
  height: 120px;
  border-radius: 14px;
  border: 1px solid #EEF1F5;
  background: linear-gradient(180deg, #FAFCFC, #fff);
  padding: 0.65rem 0.75rem 0.5rem;
}
.rm-bar-chart {
  height: 120px;
  border-radius: 14px;
  border: 1px solid #EEF1F5;
  background: #FAFCFC;
  gap: 0.75rem;
  padding: 0.65rem 1rem 0.35rem;
}
.rm-bar {
  width: 48px;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, #34D399 0%, #059669 100%);
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.28);
}
.rm-bar span {
  font-size: 0.68rem;
  font-weight: 800;
  color: #0F172A;
  top: -1.2rem;
}
.rm-bar-label {
  font-size: 0.58rem;
  color: #94A3B8;
  font-weight: 500;
  margin-top: 0.4rem;
}
.rm-grid-2 {
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.rm-qa {
  gap: 0.6rem;
}
.rm-qa__item {
  border-radius: 14px;
  padding: 0.85rem 0.9rem;
  border: 1px solid #E8ECF1;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.rm-qa__item:hover {
  border-color: #99F6E4;
  box-shadow: 0 4px 12px rgba(15,118,110,0.08);
  transform: translateY(-2px);
}
.rm-qa__item strong {
  font-size: 0.8rem;
}
.rm-qa__item span {
  font-size: 0.66rem;
  line-height: 1.45;
}
.rm-table th {
  font-size: 0.6rem;
  color: #94A3B8;
  padding: 0.55rem 0.6rem;
}
.rm-table td {
  font-size: 0.72rem;
  padding: 0.65rem 0.6rem;
}
.rm-tag {
  font-size: 0.62rem;
  padding: 0.2rem 0.55rem;
  background: #F0FDFA;
  color: #0F766E;
  border: 1px solid #99F6E4;
}

/* Hero visual polish */
.hero {
  padding: 3.75rem 0 5rem;
}
.hero__glow {
  background:
    radial-gradient(ellipse 55% 55% at 72% 18%, rgba(15, 118, 110, 0.16), transparent 58%),
    radial-gradient(ellipse 40% 45% at 12% 45%, rgba(201, 162, 39, 0.12), transparent 55%),
    radial-gradient(ellipse 30% 35% at 48% 0%, rgba(13, 148, 136, 0.08), transparent 50%);
}
.hero__visual {
  filter: drop-shadow(0 20px 40px rgba(11, 58, 66, 0.1));
}
.float-card {
  border-radius: 14px;
  padding: 0.85rem 1rem;
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 12px 28px rgba(11, 58, 66, 0.1);
  border: 1px solid rgba(255,255,255,0.95);
  background: rgba(255,255,255,0.94);
}
.float-card__icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  box-shadow: 0 4px 10px rgba(15,118,110,0.2);
}

/* Section heads */
.section-head h2 {
  letter-spacing: -0.03em;
}
.eyebrow {
  background: linear-gradient(135deg, rgba(15,118,110,0.1), rgba(201,162,39,0.1));
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(15,118,110,0.12);
  margin-bottom: 1rem;
}

/* Cards elevation system */
.feature-card,
.metric-card,
.t-card,
.price-card,
.play-card,
.how-card,
.cx-card,
.game-card {
  border-color: #E8ECF1;
  box-shadow: 0 1px 2px rgba(15,23,42,0.03);
}
.feature-card:hover,
.metric-card:hover,
.t-card:hover,
.play-card:hover,
.how-card:hover,
.cx-card:hover,
.game-card:hover {
  box-shadow:
    0 4px 8px rgba(15, 23, 42, 0.04),
    0 16px 32px rgba(11, 58, 66, 0.08);
  border-color: transparent;
}

/* Nav glass refinement */
.nav {
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(255, 255, 255, 0.92);
  border-bottom-color: rgba(226, 232, 240, 0.9);
  box-shadow: 0 1px 0 rgba(15,23,42,0.03), 0 8px 24px rgba(15,23,42,0.04);
}

/* Buttons */
.btn--primary {
  background: linear-gradient(180deg, #14968B 0%, #0F766E 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.15) inset,
    0 1px 2px rgba(15,118,110,0.2),
    0 6px 16px rgba(15,118,110,0.28);
}
.btn--primary:hover {
  background: linear-gradient(180deg, #15A396 0%, #11857C 100%);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.18) inset,
    0 2px 4px rgba(15,118,110,0.25),
    0 10px 28px rgba(15,118,110,0.35);
}
.btn--secondary {
  border-color: #D8DEE6;
  box-shadow: 0 1px 2px rgba(15,23,42,0.04);
}
.btn--secondary:hover {
  border-color: #CBD5E1;
  background: #F8FAFB;
}

/* Pricing pro card */
.price-card--pro {
  border: 2px solid #0F766E;
  box-shadow:
    0 0 0 4px rgba(15, 118, 110, 0.08),
    0 20px 40px rgba(15, 118, 110, 0.12);
}
.price-card__badge {
  background: linear-gradient(135deg, #0F766E, #0D9488);
  box-shadow: 0 4px 12px rgba(15,118,110,0.3);
}

/* Final CTA */
.final-cta__banner {
  background: linear-gradient(135deg, #0B3A42 0%, #0F766E 42%, #B8952A 100%);
  box-shadow:
    0 20px 40px rgba(11, 58, 66, 0.2),
    0 40px 80px rgba(15, 118, 110, 0.15);
  border-radius: 28px;
}

/* ROI card */
.roi__card {
  border-radius: 24px;
  border: 1px solid #E8ECF1;
  box-shadow:
    0 4px 8px rgba(15,23,42,0.03),
    0 24px 48px rgba(11,58,66,0.08);
}
.roi__results {
  background: linear-gradient(155deg, #0B3A42 0%, #0F766E 50%, #0D9488 100%);
}

/* Compare table */
.compare__table-wrap {
  border-radius: 20px;
  border: 1px solid #E8ECF1;
  box-shadow: 0 8px 32px rgba(15,23,42,0.05);
  overflow: hidden;
}
.compare th.hl {
  background: linear-gradient(180deg, #F0FDFA, #fff);
  box-shadow: inset 0 3px 0 #0F766E;
}

/* Customer / game cards image area */
.cx-card__img,
.game-card__img {
  background: linear-gradient(180deg, #F4F7F8, #EEF2F4);
  padding: 0.75rem;
}
.cx-card__img .rm-mock,
.game-card__img .rm-mock {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(11,58,66,0.08);
}

/* Live demos */
.play-card {
  border-radius: 22px;
  padding: 1.65rem;
}
.live-spin__wheel {
  box-shadow:
    0 12px 32px rgba(11,58,66,0.2),
    inset 0 0 0 8px #fff,
    inset 0 0 0 10px rgba(15,118,110,0.08);
}
.live-redeem {
  border-radius: 18px;
}

/* Guarantee */
.guarantee {
  border-radius: 18px;
  border: 1px solid #E8ECF1;
  box-shadow: 0 4px 16px rgba(15,23,42,0.04);
}

/* Announce */
.announce {
  background: linear-gradient(90deg, #0B3A42 0%, #0F766E 55%, #0B5F58 100%);
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
}

/* Metric values */
.metric-card {
  border-radius: 18px;
  padding: 1.85rem 1.15rem;
}
.metric-card__value {
  background: linear-gradient(135deg, #0F766E 0%, #0D9488 50%, #C9A227 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* How cards */
.how-card {
  border-radius: 20px;
  padding: 1.65rem 1.35rem;
}
.how-card__num {
  box-shadow: 0 6px 16px rgba(15,118,110,0.3);
}

/* Mobile polish */
@media (max-width: 900px) {
  .showcase__tabs {
    margin-left: 1rem;
    margin-right: 1rem;
    justify-content: flex-start;
  }
  .showcase__panels {
    padding: 0 0.5rem;
  }
  .browser--wide,
  .browser--hero {
    border-radius: 16px;
  }
  .rm-kpis[style*="repeat(5"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 640px) {
  .rm-head h3 { font-size: 1.2rem; }
  .rm-nav span:nth-child(n+5) { display: none; }
  .rm-kpi__v { font-size: 1.15rem; }
  .showcase { padding: 3.5rem 0 4rem; }
}

/* Subtle panel frame around showcase browser */
.showcase__panels .browser {
  position: relative;
}
.showcase__panels .browser::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.8), rgba(244,247,248,0.4));
  z-index: -1;
  box-shadow: 0 40px 80px rgba(11, 58, 66, 0.08);
  pointer-events: none;
}

/* Tab keyboard focus ring inside pill */
.showcase__tab.active:focus-visible {
  outline-offset: 3px;
}

/* Smoother section transitions */
.features {
  background: linear-gradient(180deg, #F4F7F8 0%, #F8FAFB 100%);
}
.cx {
  background: linear-gradient(180deg, #F4F7F8, #fff);
}
.gamification {
  background: #fff;
}
.split {
  background: linear-gradient(180deg, #F7FAFA, #F4F7F8);
}
.pricing {
  background: linear-gradient(180deg, #F4F7F8 0%, #F8FAFB 50%, #fff 100%);
}

/* Logo mark refinement */
.logo__mark {
  box-shadow: 0 4px 12px rgba(15,118,110,0.25);
}

/* Sticky CTA polish */
.sticky-cta {
  border-top: 1px solid #E8ECF1;
  box-shadow: 0 -8px 32px rgba(15,23,42,0.08);
  backdrop-filter: blur(16px);
}


/* ============================================================
   New features: Streaks · VIP Perks · Points Gifting
   ============================================================ */

.new-features {
  padding: 5.5rem 0;
  background: linear-gradient(180deg, #fff 0%, #F4F7F8 100%);
  position: relative;
}
.new-features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
.nf-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5rem;
  align-items: center;
  background: #fff;
  border: 1px solid var(--border, #E2E8F0);
  border-radius: 24px;
  padding: 1.75rem;
  box-shadow: 0 8px 32px rgba(11, 58, 66, 0.06);
  overflow: hidden;
}
.nf-row--reverse { direction: rtl; }
.nf-row--reverse > * { direction: ltr; }
.nf-copy .eyebrow { margin-bottom: 0.75rem; }
.nf-copy h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  letter-spacing: -0.025em;
  margin-bottom: 0.75rem;
}
.nf-copy > p {
  color: var(--text-secondary, #475569);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.nf-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
.nf-list li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.75rem;
  color: var(--text-secondary, #475569);
  font-size: 0.95rem;
}
.nf-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid var(--primary, #0F766E);
  background: var(--teal-50, #F0FDFA) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5' fill='none' stroke='%230F766E' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px no-repeat;
}
.nf-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: #ECFDF5;
  color: #047857;
  border: 1px solid #A7F3D0;
  margin-bottom: 0.85rem;
}
.nf-badge.gold {
  background: #FEF9E7;
  color: #A67C00;
  border-color: #F5E6B8;
}
.nf-badge.teal {
  background: #F0FDFA;
  color: #0F766E;
  border-color: #99F6E4;
}

/* Streak mock */
.rm-streak {
  background: linear-gradient(160deg, #f8fbfb, #fff);
  border: 1px solid var(--border, #E2E8F0);
  border-radius: 20px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 8px 28px rgba(11, 58, 66, 0.08);
}
.rm-streak__top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.rm-streak__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0B3A42, #0F766E);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0 4px 12px rgba(15, 118, 110, 0.3);
}
.rm-streak__top h4 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.rm-streak__top p {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  color: var(--text-muted, #64748B);
}
.rm-streak__count {
  margin-left: auto;
  text-align: right;
}
.rm-streak__count strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #0F766E, #C9A227);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.rm-streak__count span {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--text-muted, #64748B);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.rm-streak__days {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
  flex-wrap: wrap;
}
.rm-streak__days span {
  width: 36px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 700;
  background: #F4F7F8;
  border: 1px solid var(--border, #E2E8F0);
  color: var(--text-muted, #64748B);
  gap: 0.15rem;
}
.rm-streak__days span i {
  font-style: normal;
  font-size: 0.85rem;
  line-height: 1;
}
.rm-streak__days span.done {
  background: #ECFDF5;
  border-color: #6EE7B7;
  color: #047857;
}
.rm-streak__days span.today {
  background: linear-gradient(145deg, #0F766E, #0D9488);
  border-color: #0F766E;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.2);
}
.rm-streak__days span.bonus {
  background: #FEF9E7;
  border-color: #F5E6B8;
  color: #A67C00;
}
.rm-streak__progress {
  height: 8px;
  background: #E8EEF0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.55rem;
}
.rm-streak__progress i {
  display: block;
  height: 100%;
  width: 85%;
  background: linear-gradient(90deg, #0F766E, #C9A227);
  border-radius: 4px;
}
.rm-streak__meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--text-secondary, #475569);
  font-weight: 500;
}
.rm-streak__meta strong { color: var(--primary, #0F766E); }
.rm-streak__bonus {
  margin-top: 0.9rem;
  padding: 0.7rem 0.85rem;
  background: #FEF9E7;
  border: 1px solid #F5E6B8;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #92400E;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* VIP perks mock */
.rm-vip {
  background: #fff;
  border: 1px solid var(--border, #E2E8F0);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(11, 58, 66, 0.08);
}
.rm-vip__head {
  background: linear-gradient(135deg, #0B3A42 0%, #0F766E 50%, #C9A227 100%);
  color: #fff;
  padding: 1.15rem 1.25rem;
}
.rm-vip__head h4 {
  margin: 0 0 0.25rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
}
.rm-vip__head p {
  margin: 0;
  font-size: 0.75rem;
  opacity: 0.9;
}
.rm-vip__body { padding: 1.1rem 1.2rem 1.25rem; }
.rm-vip__tier {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--border, #E2E8F0);
  border-radius: 14px;
  margin-bottom: 0.6rem;
  background: #FAFBFC;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.rm-vip__tier:hover {
  border-color: #99F6E4;
  box-shadow: 0 4px 12px rgba(15, 118, 110, 0.08);
}
.rm-vip__tier.featured {
  background: linear-gradient(135deg, #FEF9E7, #fff);
  border-color: #F5E6B8;
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.12);
}
.rm-vip__tier-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  background: #F0FDFA;
}
.rm-vip__tier.featured .rm-vip__tier-icon { background: #FEF9E7; }
.rm-vip__tier strong {
  display: block;
  font-size: 0.88rem;
  margin-bottom: 0.15rem;
}
.rm-vip__tier span {
  font-size: 0.7rem;
  color: var(--text-muted, #64748B);
}
.rm-vip__perk {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: #ECFDF5;
  color: #047857;
  margin-left: auto;
  white-space: nowrap;
}
.rm-vip__metabox {
  margin-top: 0.85rem;
  border: 1px solid var(--border, #E2E8F0);
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  background: #F8FAFB;
}
.rm-vip__metabox label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted, #64748B);
  margin-bottom: 0.4rem;
}
.rm-vip__select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 0.55rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0F172A;
}
.rm-vip__select em {
  font-style: normal;
  font-size: 0.7rem;
  color: var(--text-muted, #64748B);
  font-weight: 500;
}
.rm-vip__note {
  margin-top: 0.45rem;
  font-size: 0.68rem;
  color: var(--text-muted, #64748B);
}

/* Gifting mock */
.rm-gift {
  background: linear-gradient(160deg, #f8fbfb, #fffef8);
  border: 1px solid var(--border, #E2E8F0);
  border-radius: 20px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 8px 28px rgba(11, 58, 66, 0.08);
}
.rm-gift__top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}
.rm-gift__top h4 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.rm-gift__top p {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  color: var(--text-muted, #64748B);
}
.rm-gift__field {
  margin-bottom: 0.85rem;
}
.rm-gift__field label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted, #64748B);
  margin-bottom: 0.35rem;
}
.rm-gift__input {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 0.65rem 0.85rem;
  font-size: 0.875rem;
  color: #0F172A;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rm-gift__input span { color: #94A3B8; font-weight: 400; }
.rm-gift__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}
.rm-gift__bal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.65rem 0.85rem;
  background: #F0FDFA;
  border: 1px solid #99F6E4;
  border-radius: 12px;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.rm-gift__bal strong { color: var(--primary, #0F766E); font-weight: 800; }
.rm-gift__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  background: linear-gradient(180deg, #14968B, #0F766E);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(15, 118, 110, 0.3);
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}
.rm-gift__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(15, 118, 110, 0.4);
}
.rm-gift__audit {
  margin-top: 1rem;
  border-top: 1px dashed var(--border, #E2E8F0);
  padding-top: 0.85rem;
}
.rm-gift__audit h5 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted, #64748B);
  margin: 0 0 0.55rem;
}
.rm-gift__log {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid #F1F5F9;
  color: var(--text-secondary, #475569);
}
.rm-gift__log:last-child { border-bottom: none; }
.rm-gift__log strong { color: #0F172A; }
.rm-gift__log .sent { color: #DC2626; font-weight: 700; }
.rm-gift__log .recv { color: #059669; font-weight: 700; }

@media (max-width: 900px) {
  .nf-row,
  .nf-row--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .rm-gift__row { grid-template-columns: 1fr; }
}
