:root {
  --r21-navy: #06283d;
  --r21-navy-2: #0b3f58;
  --r21-teal: #0aa7a5;
  --r21-mint: #72daa1;
  --r21-gold: #f1bc55;
  --r21-ink: #15313f;
  --r21-muted: #61747e;
  --r21-line: #d6e4e5;
  --r21-paper: #f5f9f9;
  --r21-white: #ffffff;
  --r21-shadow: 0 22px 58px rgba(6, 40, 61, 0.12);
}

html { scroll-behavior: smooth; }
.r21-homepage { color: var(--r21-ink); background: var(--r21-paper); }
.r21-homepage .brand-lock { white-space: nowrap; }
.r21-wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.r21-section { padding: clamp(64px, 7vw, 96px) 0; }
.r21-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .7fr); gap: 42px; align-items: end; margin-bottom: 34px; }
.r21-heading h2, .r21-earn h2, .r21-apply h2 { margin: 0; color: var(--r21-navy); font-size: clamp(2.1rem, 4.3vw, 3.7rem); line-height: 1.04; letter-spacing: -.035em; }
.r21-heading > p, .r21-earn-grid > div > p, .r21-apply-card > div > p { margin: 0; color: var(--r21-muted); font-size: 1.04rem; }
.r21-homepage .eyebrow { color: var(--r21-teal); }

.r21-hero { position: relative; overflow: hidden; padding: clamp(76px, 8vw, 118px) 0; color: var(--r21-white); background: radial-gradient(circle at 82% 18%, rgba(114, 218, 161, .2), transparent 30%), linear-gradient(135deg, #041b2d 0%, #07384f 70%, #08616a 100%); }
.r21-hero::after { content: ""; position: absolute; inset: 0; opacity: .08; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 52px 52px; }
.r21-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .72fr); gap: clamp(38px, 6vw, 78px); align-items: center; }
.r21-hero h1 { max-width: 820px; margin: 0 0 22px; color: var(--r21-white); font-size: clamp(3.1rem, 6.8vw, 6.1rem); line-height: .96; letter-spacing: -.055em; }
.r21-hero h1 span { display: block; margin-top: .13em; color: var(--r21-gold); font-size: .66em; line-height: 1.02; }
.r21-hero-text { max-width: 790px; margin: 0; color: #d4e2e5; font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.68; }
.r21-hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0 0; }
.r21-hero-points span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: #e8f2f3; background: rgba(255,255,255,.07); font-size: .85rem; font-weight: 750; }
.r21-hero-points svg { width: 17px; color: var(--r21-mint); }
.r21-hero .hero-actions { margin-top: 28px; }
.r21-hero .primary-action { color: #06303b; background: linear-gradient(100deg, #18bbb6, #76dda0); }
.r21-hero .secondary-action { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.r21-stockist-link { margin: 18px 0 0; color: #bcd0d5; font-size: .88rem; }
.r21-stockist-link a { display: inline-flex; gap: 5px; align-items: center; color: #fff; font-weight: 750; }
.r21-stockist-link svg { width: 16px; }

.r21-quick-card { padding: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(255,255,255,.09); box-shadow: var(--r21-shadow); backdrop-filter: blur(14px); }
.r21-quick-card ol { display: grid; gap: 0; margin: 8px 0 0; padding: 0; list-style: none; }
.r21-quick-card li { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.13); }
.r21-quick-card li > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #06303b; background: var(--r21-gold); font-weight: 900; }
.r21-quick-card strong { display: block; margin-bottom: 3px; color: #fff; }
.r21-quick-card p { margin: 0; color: #c6d8dc; font-size: .9rem; line-height: 1.55; }
.r21-quick-card > a { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--r21-mint); font-weight: 850; text-decoration: none; }
.r21-quick-card > a svg { width: 17px; }

.r21-opportunity { background: #fff; }
.r21-three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.r21-benefit-card { padding: 28px; border: 1px solid var(--r21-line); border-radius: 20px; background: #fff; box-shadow: 0 10px 30px rgba(6,40,61,.05); }
.r21-benefit-card > svg { width: 38px; height: 38px; margin-bottom: 24px; color: var(--r21-teal); }
.r21-benefit-card h3 { margin: 0 0 9px; color: var(--r21-navy); font-size: 1.22rem; }
.r21-benefit-card p { margin: 0; color: var(--r21-muted); }
.r21-benefit-card--accent { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--r21-navy), var(--r21-navy-2)); }
.r21-benefit-card--accent > svg { color: var(--r21-gold); }
.r21-benefit-card--accent h3 { color: #fff; }
.r21-benefit-card--accent p { color: #c9dadd; }

.r21-how { background: linear-gradient(180deg, #f3f8f8, #ecf5f4); }
.r21-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.r21-flow article { position: relative; padding: 29px 27px; border: 1px solid var(--r21-line); border-radius: 19px; background: #fff; }
.r21-flow article > span { position: absolute; top: 18px; right: 19px; color: #b6c9ca; font-weight: 900; font-size: 1.05rem; }
.r21-flow article > svg { width: 35px; height: 35px; margin-bottom: 25px; color: var(--r21-teal); }
.r21-flow h3 { margin: 0 0 8px; color: var(--r21-navy); }
.r21-flow p { margin: 0; color: var(--r21-muted); }
.r21-start-note { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; margin-top: 20px; padding: 20px 22px; border-left: 4px solid var(--r21-teal); border-radius: 0 14px 14px 0; background: #fff; }
.r21-start-note > svg { color: var(--r21-teal); }
.r21-start-note strong { color: var(--r21-navy); }
.r21-start-note p { margin: 3px 0 0; color: var(--r21-muted); }

.r21-products { background: #fff; }
.r21-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.r21-product-grid article { overflow: hidden; border: 1px solid var(--r21-line); border-radius: 18px; background: #fff; }
.r21-product-grid img { display: block; width: 100%; height: 190px; object-fit: contain; padding: 18px; background: #f3f7f7; }
.r21-product-grid article > div { padding: 20px; }
.r21-product-grid h3 { margin: 0 0 8px; color: var(--r21-navy); font-size: 1.05rem; }
.r21-product-grid p { margin: 0; color: var(--r21-muted); font-size: .89rem; }
.r21-product-note { display: flex; gap: 11px; align-items: flex-start; margin: 20px 0 0; padding: 16px 18px; border-radius: 13px; color: #60451b; background: #fff5dd; }
.r21-product-note svg { flex: 0 0 auto; width: 21px; color: #be8424; }

.r21-earn { color: #fff; background: radial-gradient(circle at 15% 20%, rgba(10,167,165,.18), transparent 30%), var(--r21-navy); }
.r21-earn-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(42px, 7vw, 88px); align-items: center; }
.r21-earn h2 { color: #fff; }
.r21-earn-grid > div > p { margin: 18px 0 25px; color: #bfd1d5; }
.r21-earn .primary-action { color: #06303b; background: linear-gradient(100deg, #18bbb6, #76dda0); }
.r21-earn-list { display: grid; gap: 12px; }
.r21-earn-list article { display: grid; grid-template-columns: 112px 1fr; gap: 21px; align-items: center; padding: 20px 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.06); }
.r21-earn-list article > strong { color: var(--r21-gold); font-size: 1.4rem; }
.r21-earn-list h3 { margin: 0 0 4px; color: #fff; font-size: 1rem; }
.r21-earn-list p { margin: 0; color: #bcd0d4; font-size: .88rem; }

.r21-details { background: #f3f8f8; }
.r21-resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.r21-resource-grid > a { display: grid; grid-template-columns: 40px 1fr 22px; gap: 14px; align-items: center; padding: 22px; border: 1px solid var(--r21-line); border-radius: 16px; color: inherit; background: #fff; text-decoration: none; transition: .18s ease; }
.r21-resource-grid > a:hover { transform: translateY(-3px); border-color: #93ceca; box-shadow: 0 12px 30px rgba(6,40,61,.08); }
.r21-resource-grid > a > svg:first-child { color: var(--r21-teal); }
.r21-resource-grid > a > svg:last-child { width: 18px; color: #8aa2aa; }
.r21-resource-grid strong, .r21-resource-grid span { display: block; }
.r21-resource-grid strong { margin-bottom: 3px; color: var(--r21-navy); }
.r21-resource-grid span { color: var(--r21-muted); font-size: .86rem; }

.r21-apply { padding-top: 44px; background: #f3f8f8; }
.r21-apply-card { display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center; padding: clamp(30px, 5vw, 54px); border-radius: 25px; color: #fff; background: linear-gradient(135deg, #08273c, #0b5364); box-shadow: var(--r21-shadow); }
.r21-apply h2 { color: #fff; }
.r21-apply-card > div > p { max-width: 760px; margin-top: 13px; color: #c7d8dc; }
.r21-apply .hero-actions { justify-content: flex-end; }
.r21-apply .primary-action { color: #06303b; background: linear-gradient(100deg, #18bbb6, #76dda0); }
.r21-apply .secondary-action { color: #fff; border-color: rgba(255,255,255,.28); }

.r21-disclosures { padding: 28px 0 55px; background: #f3f8f8; }
.r21-disclosures details { border-top: 1px solid var(--r21-line); }
.r21-disclosures summary { padding: 18px 0; color: var(--r21-muted); cursor: pointer; font-size: .84rem; font-weight: 800; }
.r21-disclosure-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 8px 0 10px; }
.r21-disclosure-grid article { padding: 17px; border: 1px solid var(--r21-line); border-radius: 12px; background: #fff; }
.r21-disclosure-grid h2 { margin: 0 0 7px; color: var(--r21-navy); font-size: .95rem; }
.r21-disclosure-grid p { margin: 0; color: var(--r21-muted); font-size: .78rem; }
.r21-footer { border-top: 1px solid rgba(255,255,255,.08); }

@media (max-width: 1020px) {
  .r21-hero-grid, .r21-earn-grid { grid-template-columns: 1fr; }
  .r21-quick-card { max-width: 680px; }
  .r21-product-grid { grid-template-columns: repeat(2, 1fr); }
  .r21-apply-card { grid-template-columns: 1fr; }
  .r21-apply .hero-actions { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .r21-wrap { width: min(100% - 26px, 1180px); }
  .r21-heading { grid-template-columns: 1fr; gap: 14px; }
  .r21-three-grid, .r21-flow, .r21-resource-grid, .r21-disclosure-grid { grid-template-columns: 1fr; }
  .r21-hero { padding: 62px 0; }
  .r21-hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .r21-quick-card { padding: 22px; }
  .r21-product-grid { grid-template-columns: 1fr; }
  .r21-product-grid article { display: grid; grid-template-columns: 120px 1fr; align-items: center; }
  .r21-product-grid img { height: 150px; }
  .r21-earn-list article { grid-template-columns: 85px 1fr; }
}

@media (max-width: 480px) {
  .r21-product-grid article { grid-template-columns: 1fr; }
  .r21-product-grid img { height: 185px; }
  .r21-hero-points { display: grid; }
  .r21-hero .hero-actions a, .r21-apply .hero-actions a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .r21-resource-grid > a { transition: none; }
}

/* R22 premium visual system — navigation contrast cache-safe revision */
.r22-homepage {
  --r22-serif: "Iowan Old Style", Baskerville, "Times New Roman", Georgia, serif;
  --r22-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --r22-deep: #031724;
  --r22-navy: #062b40;
  --r22-teal: #08aaa8;
  --r22-cyan: #43d4ce;
  --r22-mint: #76dfa3;
  --r22-gold: #f4b940;
  --r22-paper: #f4f8f7;
  --r22-ink: #102d3b;
  --r22-line: rgba(14, 70, 83, .13);
  font-family: var(--r22-sans);
  background: var(--r22-paper);
}

.r22-homepage h1,
.r22-homepage .r21-heading h2,
.r22-homepage .r21-earn h2,
.r22-homepage .r21-apply h2 {
  font-family: var(--r22-serif);
  font-weight: 700;
}

.r22-homepage .opportunity-topbar {
  min-height: 78px;
  padding-inline: clamp(18px, 3vw, 52px);
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: rgba(3, 23, 36, .96);
  box-shadow: 0 12px 42px rgba(0, 13, 23, .16);
  backdrop-filter: blur(18px) saturate(140%);
  transition: min-height .2s ease, background .2s ease, box-shadow .2s ease;
}

.r22-homepage .opportunity-topbar.r22-scrolled {
  min-height: 68px;
  background: rgba(3, 23, 36, .985);
  box-shadow: 0 16px 45px rgba(0, 13, 23, .23);
}

.r22-homepage .opportunity-topbar .brand strong {
  color: #f7fbfc;
  font-weight: 900;
  letter-spacing: -.01em;
  text-shadow: 0 1px 16px rgba(0, 0, 0, .24);
}
.r22-homepage .opportunity-topbar .brand:hover strong,
.r22-homepage .opportunity-topbar .brand:focus-visible strong { color: #ffffff; }
.r22-homepage .opportunity-topbar .brand small { color: #89aab2; letter-spacing: .045em; text-transform: uppercase; }
.r22-homepage .opportunity-topbar .brand-logo-wrap { width: 46px; height: 46px; border-radius: 15px; box-shadow: 0 7px 20px rgba(0,0,0,.24); }
.r22-homepage .public-nav-links { padding: 6px; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; background: rgba(255,255,255,.035); }
.r22-homepage .public-nav-links a { padding: 8px 12px; border-radius: 999px; color: #bfd2d7; font-size: .77rem; }
.r22-homepage .public-nav-links a:hover { color: #fff; background: rgba(255,255,255,.09); }

.r22-homepage .r21-hero {
  min-height: min(800px, calc(100vh - 78px));
  display: grid;
  align-items: center;
  padding: clamp(72px, 7vw, 108px) 0 clamp(92px, 9vw, 138px);
  background:
    radial-gradient(circle at 18% 16%, rgba(24, 187, 182, .17), transparent 26%),
    radial-gradient(circle at 75% 40%, rgba(244, 185, 64, .08), transparent 28%),
    linear-gradient(128deg, #02131f 0%, #052b40 56%, #064957 100%);
}

.r22-homepage .r21-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -300px;
  bottom: -240px;
  border: 1px solid rgba(67, 212, 206, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 62px rgba(67, 212, 206, .035), 0 0 0 124px rgba(67, 212, 206, .025);
}

.r22-homepage .r21-hero-grid {
  grid-template-columns: minmax(400px, .92fr) minmax(480px, 1.18fr);
  gap: clamp(42px, 5vw, 78px);
}

.r22-homepage .r21-hero h1 {
  max-width: 760px;
  font-size: clamp(3.5rem, 6.2vw, 6.4rem);
  line-height: .91;
  letter-spacing: -.058em;
  text-wrap: balance;
}

.r22-homepage .r21-hero h1 span {
  margin-top: .2em;
  font-family: var(--r22-sans);
  font-size: .48em;
  font-weight: 820;
  line-height: 1.04;
  letter-spacing: -.038em;
  background: linear-gradient(95deg, #f5c461, #f0a832);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.r22-homepage .r21-hero-text { max-width: 700px; color: #bfd2d7; font-size: 1.07rem; }
.r22-homepage .r21-hero-points { gap: 8px; }
.r22-homepage .r21-hero-points span { padding: 8px 11px; border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.045); font-size: .79rem; }
.r22-homepage .r21-hero .primary-action { box-shadow: 0 15px 34px rgba(19, 190, 180, .23); }

.r22-hero-visual {
  position: relative;
  min-height: 610px;
  margin: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 34px 8px 34px 8px;
  background: #071c28;
  box-shadow: 0 42px 90px rgba(0, 8, 14, .44);
  isolation: isolate;
}

.r22-hero-visual::before {
  content: "";
  position: absolute;
  inset: -13px 13px 13px -13px;
  z-index: -1;
  border: 1px solid rgba(67, 212, 206, .22);
  border-radius: 34px 8px 34px 8px;
}

.r22-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2,15,23,.02) 48%, rgba(2,15,23,.88) 100%);
}

.r22-hero-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
  border-radius: inherit;
  filter: saturate(.88) contrast(1.05);
}

.r22-visual-kicker {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: #fff;
  background: rgba(3,23,36,.65);
  backdrop-filter: blur(14px);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.r22-visual-kicker svg { width: 16px; color: var(--r22-gold); }

.r22-hero-visual figcaption {
  position: absolute;
  left: 27px;
  right: 210px;
  bottom: 28px;
  z-index: 3;
}

.r22-hero-visual figcaption strong,
.r22-hero-visual figcaption span { display: block; }
.r22-hero-visual figcaption strong { margin-bottom: 5px; color: #fff; font: 700 clamp(1.75rem, 2.6vw, 2.8rem)/1 var(--r22-serif); }
.r22-hero-visual figcaption span { color: #bfd2d7; font-size: .86rem; }

.r22-floating-stat {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  background: rgba(3,23,36,.78);
  box-shadow: 0 16px 35px rgba(0,0,0,.28);
  backdrop-filter: blur(16px) saturate(130%);
}

.r22-floating-stat--sales { top: 78px; right: -24px; width: 178px; padding: 17px 18px; border-radius: 18px 18px 4px 18px; }
.r22-floating-stat--sales small,
.r22-floating-stat--sales span,
.r22-floating-stat--sales strong { display: block; }
.r22-floating-stat--sales small { color: #9fbac1; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.r22-floating-stat--sales strong { margin: 3px 0; color: var(--r22-gold); font-size: 1.55rem; }
.r22-floating-stat--sales span { color: #d6e3e6; font-size: .72rem; }

.r22-floating-stat--inventory { right: 22px; bottom: 24px; display: grid; grid-template-columns: 35px 1fr; gap: 11px; align-items: center; width: 210px; padding: 14px 15px; border-radius: 16px; }
.r22-floating-stat--inventory svg { color: var(--r22-mint); }
.r22-floating-stat--inventory strong,
.r22-floating-stat--inventory span { display: block; }
.r22-floating-stat--inventory strong { font-size: .82rem; }
.r22-floating-stat--inventory span { color: #a9c0c6; font-size: .7rem; }

.r22-proof-rail {
  position: relative;
  z-index: 5;
  margin-top: -44px;
}

.r22-proof-rail .r21-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--r22-line);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 60px rgba(6,43,64,.13);
}

.r22-proof-rail article { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding: 24px 27px; }
.r22-proof-rail article + article { border-left: 1px solid var(--r22-line); }
.r22-proof-rail article > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--r22-teal), #40ca91); font-size: .78rem; font-weight: 900; }
.r22-proof-rail strong { display: block; margin: 1px 0 4px; color: var(--r22-navy); }
.r22-proof-rail p { margin: 0; color: #6b7f88; font-size: .78rem; line-height: 1.45; }

.r22-homepage .r21-section { position: relative; overflow: hidden; padding: clamp(80px, 8vw, 116px) 0; }
.r22-homepage .r21-heading { position: relative; margin-bottom: 44px; }
.r22-homepage .r21-heading::before { content: ""; position: absolute; left: -24px; top: 8px; width: 3px; height: 62px; border-radius: 99px; background: linear-gradient(var(--r22-teal), var(--r22-gold)); }
.r22-homepage .r21-heading h2,
.r22-homepage .r21-earn h2,
.r22-homepage .r21-apply h2 { font-size: clamp(2.45rem, 4.6vw, 4.45rem); line-height: .98; letter-spacing: -.044em; text-wrap: balance; }

.r22-homepage .r21-opportunity { padding-top: clamp(112px, 11vw, 158px); background: linear-gradient(180deg, #f5f9f8 0%, #fff 100%); }
.r22-homepage .r21-opportunity::after { content: ""; position: absolute; width: 420px; height: 420px; right: -230px; top: 120px; border: 1px solid rgba(8,170,168,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(8,170,168,.025); }

.r22-bento-grid { grid-template-columns: 1.15fr .85fr .85fr; align-items: stretch; }
.r22-homepage .r21-benefit-card { min-height: 310px; padding: 34px; border-color: transparent; border-radius: 26px 6px 26px 6px; box-shadow: 0 17px 45px rgba(6,43,64,.09); }
.r22-homepage .r21-benefit-card:first-child { color: #fff; background: linear-gradient(150deg, #07505b, #052a3d); }
.r22-homepage .r21-benefit-card:first-child h3 { color: #fff; }
.r22-homepage .r21-benefit-card:first-child p { color: #c6d8dc; }
.r22-homepage .r21-benefit-card:first-child > svg { color: var(--r22-gold); }
.r22-homepage .r21-benefit-card--accent { transform: translateY(26px); background: linear-gradient(145deg, #0b876f, #075568); }
.r22-homepage .r21-benefit-card > svg { width: 48px; height: 48px; }
.r22-homepage .r21-benefit-card h3 { font-size: 1.38rem; }

.r22-homepage .r21-how { background: #eef5f4; }
.r22-homepage .r21-how::before { content: "HOW IT WORKS"; position: absolute; right: -14px; top: 38px; color: rgba(6,43,64,.035); font-size: clamp(5rem, 12vw, 11rem); font-weight: 950; letter-spacing: -.06em; white-space: nowrap; }
.r22-homepage .r21-flow { position: relative; gap: 24px; }
.r22-homepage .r21-flow::before { content: ""; position: absolute; left: 15%; right: 15%; top: 71px; height: 2px; background: linear-gradient(90deg, var(--r22-teal), var(--r22-gold)); opacity: .48; }
.r22-homepage .r21-flow article { min-height: 294px; padding: 36px 30px; border-color: transparent; border-radius: 26px 7px 26px 7px; box-shadow: 0 17px 45px rgba(6,43,64,.08); }
.r22-homepage .r21-flow article > svg { position: relative; z-index: 2; display: block; width: 46px; height: 46px; padding: 11px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--r22-teal), #3bc48d); box-shadow: 0 10px 22px rgba(8,170,168,.23); }
.r22-homepage .r21-flow h3 { font-size: 1.24rem; }
.r22-homepage .r21-start-note { margin-top: 28px; padding: 23px 27px; border: 1px solid rgba(8,170,168,.2); border-left: 5px solid var(--r22-teal); border-radius: 0 18px 18px 0; box-shadow: 0 12px 35px rgba(6,43,64,.06); }

.r22-homepage .r21-products { background: linear-gradient(180deg, #fff, #f8fbfa); }
.r22-product-bento { display: grid; grid-template-columns: 1.25fr .9fr; grid-template-rows: repeat(3, minmax(150px, auto)); gap: 16px; }
.r22-homepage .r21-product-grid article { display: grid; grid-template-columns: 42% 1fr; min-height: 170px; overflow: hidden; border: 1px solid var(--r22-line); border-radius: 22px 6px 22px 6px; background: #fff; box-shadow: 0 12px 35px rgba(6,43,64,.07); }
.r22-homepage .r21-product-grid article > img { width: 100%; height: 100%; min-height: 170px; padding: 0; object-fit: cover; }
.r22-homepage .r21-product-grid article > div { display: flex; flex-direction: column; justify-content: center; padding: 22px; }
.r22-product-feature { grid-row: 1 / 4; grid-template-columns: 1fr !important; min-height: 548px !important; position: relative; }
.r22-product-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(3,23,36,.92) 100%); pointer-events: none; }
.r22-product-feature > img { position: absolute; inset: 0; min-height: 100% !important; object-position: center 58%; }
.r22-product-feature > div { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 32px !important; }
.r22-product-feature h3 { color: #fff !important; font-size: 1.7rem !important; }
.r22-product-feature p { max-width: 590px; color: #c7d7db !important; }
.r22-product-label { align-self: flex-start; margin-bottom: 10px; padding: 6px 9px; border: 1px solid rgba(244,185,64,.5); border-radius: 999px; color: var(--r22-gold) !important; font-size: .68rem !important; font-weight: 850; text-transform: uppercase; }
.r22-product-graphic > img { object-fit: cover !important; }
.r22-homepage .r21-product-grid article:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(6,43,64,.12); }
.r22-homepage .r21-product-grid article { transition: transform .22s ease, box-shadow .22s ease; }
.r22-homepage .r21-product-note { margin-top: 24px; border: 1px solid rgba(190,132,36,.2); border-radius: 16px; }

.r22-homepage .r21-earn { padding: clamp(92px, 9vw, 132px) 0; background: radial-gradient(circle at 12% 50%, rgba(8,170,168,.22), transparent 31%), radial-gradient(circle at 88% 8%, rgba(244,185,64,.11), transparent 25%), linear-gradient(130deg, #031724, #07394d); }
.r22-homepage .r21-earn::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.17) 1px, transparent 1px); background-size: 54px 54px; }
.r22-homepage .r21-earn-grid { position: relative; }
.r22-homepage .r21-earn-list { gap: 14px; }
.r22-homepage .r21-earn-list article { position: relative; overflow: hidden; padding: 22px 24px; border-color: rgba(255,255,255,.12); border-radius: 18px; background: linear-gradient(105deg, rgba(255,255,255,.085), rgba(255,255,255,.025)); }
.r22-homepage .r21-earn-list article::after { content: ""; position: absolute; right: -35px; top: -35px; width: 100px; height: 100px; border: 1px solid rgba(244,185,64,.13); border-radius: 50%; }

.r22-homepage .r21-details { background: #eef5f4; }
.r22-homepage .r21-resource-grid { gap: 18px; }
.r22-homepage .r21-resource-grid > a { min-height: 126px; padding: 27px; border-color: transparent; border-radius: 22px 5px 22px 5px; box-shadow: 0 13px 36px rgba(6,43,64,.065); }
.r22-homepage .r21-resource-grid > a:nth-child(1),
.r22-homepage .r21-resource-grid > a:nth-child(4) { background: linear-gradient(135deg, #fff, #ecf8f4); }
.r22-homepage .r21-resource-grid > a > svg:first-child { width: 31px; height: 31px; }

.r22-homepage .r21-apply { padding: 30px 0 0; background: #eef5f4; }
.r22-homepage .r21-apply-card { position: relative; overflow: hidden; padding: clamp(38px, 5vw, 64px); border: 1px solid rgba(255,255,255,.12); border-radius: 32px 8px 32px 8px; background: radial-gradient(circle at 90% 18%, rgba(244,185,64,.16), transparent 25%), linear-gradient(135deg, #04243a, #08717a); }
.r22-homepage .r21-apply-card::before { content: ""; position: absolute; width: 300px; height: 300px; right: -170px; bottom: -180px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.02); }
.r22-homepage .r21-apply-card > * { position: relative; z-index: 1; }
.r22-homepage .r21-disclosures { padding-top: 38px; background: #eef5f4; }
.r22-homepage .r21-disclosures summary { padding: 20px; border: 1px solid var(--r22-line); border-radius: 14px; background: rgba(255,255,255,.58); }
.r22-homepage .r21-disclosure-grid { padding-top: 14px; }
.r22-homepage .r21-footer { padding-top: 48px; background: var(--r22-deep); }

.r22-js .r22-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .62s ease var(--r22-delay, 0ms), transform .62s cubic-bezier(.22,1,.36,1) var(--r22-delay, 0ms);
}
.r22-js .r22-reveal.r22-revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 1160px) {
  .r22-homepage .r21-hero-grid { grid-template-columns: .88fr 1.12fr; }
  .r22-hero-visual { min-height: 560px; }
  .r22-bento-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .r22-homepage .r21-hero { min-height: auto; }
  .r22-homepage .r21-hero-grid { grid-template-columns: 1fr; }
  .r22-homepage .r21-hero-copy { max-width: 820px; }
  .r22-hero-visual { min-height: 520px; }
  .r22-floating-stat--sales { right: 20px; }
  .r22-proof-rail { margin-top: -28px; }
  .r22-proof-rail .r21-wrap { grid-template-columns: 1fr; }
  .r22-proof-rail article + article { border-top: 1px solid var(--r22-line); border-left: 0; }
  .r22-bento-grid { grid-template-columns: 1fr; }
  .r22-homepage .r21-benefit-card { min-height: auto; }
  .r22-homepage .r21-benefit-card--accent { transform: none; }
}

@media (max-width: 760px) {
  .r22-homepage .opportunity-topbar { min-height: 70px; padding-inline: 13px; }
  .r22-homepage .r21-hero { padding-top: 58px; }
  .r22-homepage .r21-hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .r22-homepage .r21-hero-text { font-size: 1rem; }
  .r22-hero-visual { min-height: 420px; border-radius: 24px 6px 24px 6px; }
  .r22-hero-visual > img { object-position: 63% center; }
  .r22-visual-kicker { top: 14px; left: 14px; right: 14px; justify-content: center; font-size: .62rem; }
  .r22-hero-visual figcaption { left: 19px; right: 19px; bottom: 86px; }
  .r22-floating-stat--sales { top: auto; right: 14px; bottom: 14px; width: 150px; padding: 12px 14px; }
  .r22-floating-stat--inventory { left: 14px; right: auto; bottom: 14px; width: 190px; }
  .r22-homepage .r21-heading::before { display: none; }
  .r22-homepage .r21-flow::before { display: none; }
  .r22-product-bento { grid-template-columns: 1fr; grid-template-rows: auto; }
  .r22-product-feature { grid-row: auto; min-height: 470px !important; }
  .r22-homepage .r21-product-grid article { grid-template-columns: 130px 1fr; }
  .r22-homepage .r21-product-grid article > img { min-height: 180px; }
}

@media (max-width: 520px) {
  .r22-homepage .r21-hero-points { display: flex; }
  .r22-homepage .r21-hero-points span { width: 100%; }
  .r22-hero-visual { min-height: 490px; }
  .r22-hero-visual figcaption { bottom: 126px; }
  .r22-floating-stat--inventory { bottom: 70px; right: 14px; left: 14px; width: auto; }
  .r22-floating-stat--sales { left: 14px; right: 14px; bottom: 14px; width: auto; display: grid; grid-template-columns: auto auto 1fr; gap: 9px; align-items: baseline; }
  .r22-floating-stat--sales strong { font-size: 1.18rem; }
  .r22-proof-rail article { padding: 20px; }
  .r22-homepage .r21-product-grid article { grid-template-columns: 1fr; }
  .r22-homepage .r21-product-grid article > img { height: 210px; }
  .r22-product-feature { min-height: 450px !important; }
  .r22-homepage .r21-earn-list article { grid-template-columns: 80px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .r22-homepage *, .r22-homepage *::before, .r22-homepage *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
  .r22-js .r22-reveal { opacity: 1; transform: none; }
}
