:root {
    --rb-ink: #243019;
    --rb-ink-soft: #596747;
    --rb-lime: #dcff66;
    --rb-lime-2: #f0ffd4;
    --rb-mint: #d7fae4;
    --rb-pink: #ffd4e4;
    --rb-pink-2: #fff0f6;
    --rb-lavender: #e4ddff;
    --rb-cream: #fff9ec;
    --rb-peach: #ffe1c7;
    --rb-sky: #eaf6ff;
    --rb-white: #ffffff;
    --rb-line: rgba(36, 48, 25, .105);
    --rb-shadow: 0 18px 55px rgba(55, 73, 31, .11);
    --rb-shadow-soft: 0 10px 28px rgba(55, 73, 31, .08);
    --rb-radius-xl: 30px;
    --rb-radius-lg: 22px;
    --rb-radius-md: 16px;
    --rb-font-display: 'Fredoka', system-ui, sans-serif;
    --rb-font-body: 'Nunito', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-height: 100vh;
    color: var(--rb-ink);
    font-family: var(--rb-font-body);
    background: linear-gradient(135deg, #fffdf4 0%, #f6ffe8 42%, #fff2f8 100%);
    overflow-x: hidden;
}
body.rb-modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }

.rb-site-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background:
        radial-gradient(circle at 10% 12%, rgba(220, 255, 102, .38), transparent 28%),
        radial-gradient(circle at 91% 18%, rgba(255, 212, 228, .45), transparent 24%),
        radial-gradient(circle at 72% 78%, rgba(215, 250, 228, .48), transparent 30%);
}

.rb-container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.rb-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(16px);
    background: rgba(255, 253, 246, .83);
    border-bottom: 1px solid rgba(36, 48, 25, .08);
}
.rb-nav { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; gap: 18px; }
.rb-brand { display: flex; align-items: center; gap: 10px; min-width: 205px; }
.rb-brand-logo { width: 44px; height: 44px; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(50, 69, 22, .16)); }
.rb-brand strong { display: block; font-family: var(--rb-font-display); font-size: 1rem; letter-spacing: -.02em; }
.rb-brand small { display: block; color: var(--rb-ink-soft); font-size: .75rem; margin-top: 1px; }
.rb-nav-links { display: flex; align-items: center; gap: 4px; }
.rb-nav-links a, .rb-link-button, .rb-footer-button {
    border: 0;
    background: transparent;
    color: var(--rb-ink);
    padding: 9px 12px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 900;
    font-size: .95rem;
}
.rb-nav-links a:hover, .rb-link-button:hover { background: rgba(220, 255, 102, .42); }
.rb-nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: var(--rb-white); border-radius: 14px; box-shadow: var(--rb-shadow-soft); }
.rb-nav-toggle span { display: block; width: 20px; height: 2px; background: var(--rb-ink); margin: 4px auto; border-radius: 2px; }

.rb-hero {
    min-height: 590px;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 42px;
    padding: 52px 0 42px;
}
.rb-pill, .rb-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 999px;
    color: #587000;
    background: rgba(220, 255, 102, .52);
    border: 1px solid rgba(88, 112, 0, .14);
    font-weight: 900;
    letter-spacing: .01em;
    font-size: .91rem;
}
.rb-hero h1, .rb-section h2, .rb-final-cta h2 {
    font-family: var(--rb-font-display);
    line-height: 1;
    margin: 14px 0;
    letter-spacing: -.045em;
}
.rb-hero h1 { font-size: clamp(2.8rem, 5.45vw, 4.75rem); max-width: 690px; }
.rb-hero p { font-size: 1.05rem; line-height: 1.65; color: var(--rb-ink-soft); max-width: 560px; margin: 0 0 24px; }
.rb-hero-actions, .rb-card-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.rb-btn {
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 19px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    font-size: .95rem;
}
.rb-btn:hover { transform: translateY(-2px); }
.rb-btn-primary { background: #ff8199; color: var(--rb-white); box-shadow: 0 14px 30px rgba(255, 129, 153, .28); }
.rb-btn-soft { background: rgba(255,255,255,.82); color: var(--rb-ink); border: 1px solid var(--rb-line); }
.rb-btn-ghost { background: rgba(255,255,255,.62); border: 1px solid var(--rb-line); color: var(--rb-ink); }
.rb-btn-small { min-height: 40px; padding: 0 15px; font-size: .9rem; }
.rb-hero-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.rb-hero-trust span { padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.72); border: 1px solid var(--rb-line); font-weight: 900; font-size: .84rem; }

.rb-hero-art { position: relative; min-height: 420px; }
.rb-disc-card {
    position: relative;
    min-height: 420px;
    padding: 20px;
    border: 1px solid rgba(36,48,25,.11);
    border-radius: 38px;
    background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.48));
    box-shadow: var(--rb-shadow);
}
.rb-asset-placeholder {
    position: relative;
    min-height: 250px;
    width: 100%;
    border-radius: 24px;
    border: 2px dashed rgba(36,48,25,.2);
    background:
        linear-gradient(135deg, rgba(220,255,102,.32), rgba(255,212,228,.34)),
        repeating-linear-gradient(-45deg, rgba(255,255,255,.5), rgba(255,255,255,.5) 10px, rgba(255,255,255,.2) 10px, rgba(255,255,255,.2) 20px);
    display: grid;
    place-items: center;
    text-align: center;
    padding: 18px;
    overflow: hidden;
}
.rb-asset-placeholder span { display: block; font-family: var(--rb-font-display); font-size: 1.1rem; }
.rb-asset-placeholder small { display: block; margin-top: 5px; color: var(--rb-ink-soft); font-weight: 800; font-size: .82rem; }
.rb-asset-hero { min-height: 378px; border-radius: 30px; }
.rb-floating-note { position: absolute; padding: 10px 14px; border-radius: 999px; background: var(--rb-white); box-shadow: var(--rb-shadow-soft); font-weight: 900; font-size: .9rem; }
.rb-note-one { left: -12px; bottom: 62px; transform: rotate(-5deg); }
.rb-note-two { right: -12px; top: 72px; transform: rotate(7deg); background: var(--rb-pink); }
.rb-floating-frog { position: absolute; right: 18px; bottom: 14px; width: 72px; height: 72px; object-fit: contain; filter: drop-shadow(0 10px 20px rgba(55,73,31,.18)); animation: rbHop 3.4s ease-in-out infinite; }

.rb-section { padding: 66px 0; }
.rb-section-head { text-align: center; max-width: 710px; margin: 0 auto 28px; }
.rb-section h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
.rb-section-head p { margin: 0; color: var(--rb-ink-soft); font-size: 1rem; line-height: 1.6; }
.rb-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.rb-product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: var(--rb-radius-xl);
    background: rgba(255,255,255,.78);
    border: 1px solid var(--rb-line);
    box-shadow: var(--rb-shadow-soft);
    overflow: hidden;
}
.rb-product-image { position: relative; padding: 14px 14px 0; }
.rb-product-image .rb-asset-placeholder { min-height: 205px; }
.rb-card-badge { position: absolute; top: 24px; right: 24px; background: var(--rb-lime); padding: 7px 10px; border-radius: 999px; font-weight: 900; box-shadow: var(--rb-shadow-soft); font-size: .78rem; }
.rb-product-body { display: flex; flex-direction: column; gap: 11px; flex: 1; padding: 18px; }
.rb-product-eyebrow { color: #69830d; font-weight: 900; font-size: .82rem; text-transform: uppercase; letter-spacing: .05em; }
.rb-product-card h3 { margin: 0; font-family: var(--rb-font-display); font-size: 1.58rem; letter-spacing: -.035em; }
.rb-product-card p { margin: 0; color: var(--rb-ink-soft); line-height: 1.55; font-size: .94rem; }
.rb-includes { padding: 12px; border-radius: 16px; background: rgba(215,250,228,.48); border: 1px solid rgba(36,48,25,.08); }
.rb-includes strong, .rb-includes span { display: block; }
.rb-includes strong { font-size: .88rem; }
.rb-includes span { margin-top: 3px; color: var(--rb-ink-soft); line-height: 1.45; font-size: .9rem; }
.rb-price-row { margin-top: auto; display: flex; align-items: baseline; gap: 7px; }
.rb-price-row strong { font-family: var(--rb-font-display); font-size: 1.65rem; }
.rb-price-row span { color: var(--rb-ink-soft); font-weight: 900; font-size: .9rem; }

.rb-process { padding-top: 46px; }
.rb-flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; position: relative; }
.rb-flow-card {
    position: relative;
    padding: 18px 16px;
    min-height: 166px;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(255,240,246,.62));
    border: 1px solid var(--rb-line);
    box-shadow: var(--rb-shadow-soft);
}
.rb-flow-number {
    position: absolute;
    top: -10px;
    left: 20px;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #ff8199;
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
}
.rb-flow-icon { font-size: 2rem; color: #ff8199; height: 40px; display: flex; align-items: center; }
.rb-flow-card h3 { font-family: var(--rb-font-display); font-size: 1.06rem; margin: 8px 0 6px; letter-spacing: -.02em; }
.rb-flow-card p { margin: 0; color: var(--rb-ink-soft); line-height: 1.45; font-size: .86rem; font-weight: 700; }

.rb-tiktok { padding-top: 28px; }
.rb-tiktok-layout {
    display: grid;
    grid-template-columns: 190px 1fr 1.1fr;
    gap: 22px;
    align-items: center;
    padding: 22px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255,255,255,.76), rgba(255,240,246,.5));
    border: 1px solid var(--rb-line);
    box-shadow: var(--rb-shadow-soft);
}
.rb-phone-frame { padding: 10px; border-radius: 30px; background: #1c2414; box-shadow: 0 18px 40px rgba(36,48,25,.18); }
.rb-asset-phone { min-height: 315px; border-radius: 22px; }
.rb-tiktok-copy h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.rb-tiktok-copy p { color: var(--rb-ink-soft); line-height: 1.6; margin: 0 0 18px; }
.rb-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.rb-video-card { position: relative; }
.rb-video-card .rb-asset-placeholder { min-height: 235px; border-radius: 20px; }
.rb-video-card strong { position: absolute; left: 12px; bottom: 10px; padding: 5px 8px; border-radius: 999px; background: rgba(36,48,25,.8); color: #fff; font-size: .78rem; }

.rb-feature-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 12px;
    border-radius: 22px;
    background: rgba(234,246,255,.72);
    border: 1px solid rgba(79,116,148,.18);
    box-shadow: var(--rb-shadow-soft);
}
.rb-feature-item { display: flex; gap: 12px; align-items: center; padding: 10px; border-right: 1px solid rgba(79,116,148,.16); }
.rb-feature-item:last-child { border-right: 0; }
.rb-feature-item > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 14px; background: #fff; box-shadow: var(--rb-shadow-soft); }
.rb-feature-item strong { display: block; font-size: .86rem; }
.rb-feature-item small { display: block; color: var(--rb-ink-soft); font-size: .76rem; line-height: 1.35; margin-top: 2px; }

.rb-about-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 26px; align-items: center; padding: 22px; border-radius: 36px; background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(228,221,255,.34)); border: 1px solid var(--rb-line); box-shadow: var(--rb-shadow-soft); }
.rb-asset-about { min-height: 460px; }
.rb-about-copy p { color: var(--rb-ink-soft); line-height: 1.68; font-size: .98rem; }
.rb-gallery { padding-top: 24px; }
.rb-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.rb-gallery-grid .rb-asset-placeholder { min-height: 205px; }

.rb-final-cta {
    margin-bottom: 52px;
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 18px;
    align-items: center;
    padding: 20px 24px;
    border-radius: 28px;
    background: linear-gradient(90deg, var(--rb-pink), rgba(255,255,255,.82));
    border: 1px solid var(--rb-line);
    box-shadow: var(--rb-shadow-soft);
}
.rb-final-left { position: relative; min-height: 122px; }
.rb-final-left h2 { font-size: clamp(1.8rem, 3.3vw, 3rem); margin: 0 0 8px; }
.rb-final-left p { margin: 0; font-weight: 800; color: var(--rb-ink-soft); max-width: 340px; }
.rb-final-left img { position: absolute; right: 8px; bottom: -14px; width: 86px; filter: drop-shadow(0 10px 20px rgba(36,48,25,.14)); }
.rb-final-center { text-align: center; }
.rb-final-center h3 { font-family: var(--rb-font-display); font-size: 1.42rem; margin: 0 0 12px; }
.rb-final-center small { display: block; margin-top: 8px; color: var(--rb-ink-soft); font-weight: 800; }
.rb-final-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; font-weight: 900; color: var(--rb-ink-soft); }

.rb-footer { padding: 26px 0 30px; background: rgba(255,253,246,.9); color: var(--rb-ink); border-top: 1px solid var(--rb-line); }
.rb-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .9fr .9fr 1.2fr; gap: 18px; align-items: start; }
.rb-footer-brand { display: flex; gap: 10px; align-items: center; }
.rb-footer-brand img { width: 58px; height: 58px; object-fit: contain; }
.rb-footer strong { display: block; font-family: var(--rb-font-display); font-size: 1.2rem; color: #ff8199; }
.rb-footer p { margin: 4px 0 0; color: var(--rb-ink-soft); font-size: .86rem; }
.rb-footer h4 { margin: 0 0 8px; font-family: var(--rb-font-display); font-size: .95rem; }
.rb-footer a, .rb-footer-button { display: block; padding: 0; margin: 6px 0; color: var(--rb-ink-soft); text-align: left; font-weight: 800; font-size: .84rem; }
.rb-newsletter form { display: flex; gap: 6px; margin-top: 9px; }
.rb-newsletter input { width: 100%; border: 1px solid var(--rb-line); border-radius: 999px; padding: 9px 11px; background: #fff; outline: none; font-size: .84rem; }
.rb-newsletter button { border: 0; border-radius: 999px; background: #ff8199; color: #fff; font-weight: 900; padding: 0 12px; font-size: .75rem; cursor: pointer; }

.rb-modal-root { position: relative; z-index: 100; }
.rb-modal-backdrop { position: fixed; inset: 0; background: rgba(21,28,16,.55); backdrop-filter: blur(10px); display: grid; place-items: center; padding: 20px; animation: rbFade .2s ease; }
.rb-modal { width: min(680px, 100%); max-height: min(86vh, 820px); overflow: auto; border-radius: 28px; background: #fffdf5; box-shadow: 0 28px 90px rgba(0,0,0,.24); border: 1px solid rgba(255,255,255,.6); }
.rb-modal-header { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 20px 22px 16px; background: linear-gradient(135deg, #fffdf5, #f1ffe4); border-bottom: 1px solid var(--rb-line); }
.rb-modal-header h3 { margin: 0; font-family: var(--rb-font-display); font-size: 1.72rem; letter-spacing: -.03em; }
.rb-modal-header p { margin: 4px 0 0; color: var(--rb-ink-soft); font-size: .94rem; }
.rb-modal-close { border: 0; width: 38px; height: 38px; border-radius: 999px; background: var(--rb-ink); color: var(--rb-white); cursor: pointer; font-size: 1.25rem; line-height: 1; }
.rb-modal-body { padding: 22px; }
.rb-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.rb-field { display: flex; flex-direction: column; gap: 6px; }
.rb-field.rb-full { grid-column: 1 / -1; }
.rb-field label { font-weight: 900; font-size: .9rem; }
.rb-field input, .rb-field select, .rb-field textarea { width: 100%; border: 1px solid rgba(36,48,25,.16); border-radius: 15px; padding: 12px 13px; background: rgba(255,255,255,.84); color: var(--rb-ink); outline: none; }
.rb-field textarea { min-height: 108px; resize: vertical; }
.rb-form-note { padding: 13px; border-radius: 17px; background: rgba(255,212,228,.42); color: var(--rb-ink-soft); line-height: 1.5; font-size: .92rem; }
.rb-modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 16px; }
.rb-alert { margin-top: 12px; padding: 12px 13px; border-radius: 15px; font-weight: 800; display: none; }
.rb-alert.is-ok { display: block; background: rgba(215,250,228,.72); }
.rb-alert.is-error { display: block; background: rgba(255,212,228,.72); }

.rb-reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.rb-reveal.is-visible { opacity: 1; transform: translateY(0); }
.rb-reveal-delay { transition-delay: .1s; }
@keyframes rbFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes rbHop { 0%, 100% { transform: translateY(0) rotate(-4deg); } 45% { transform: translateY(-11px) rotate(4deg); } }

@media (max-width: 1080px) {
    .rb-container { width: min(1040px, calc(100% - 34px)); }
    .rb-hero { grid-template-columns: 1fr .92fr; gap: 30px; }
    .rb-tiktok-layout { grid-template-columns: 175px 1fr; }
    .rb-video-grid { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
    .rb-footer-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
    .rb-hero, .rb-about-card { grid-template-columns: 1fr; }
    .rb-hero { min-height: auto; padding-top: 38px; }
    .rb-product-grid, .rb-flow-grid { grid-template-columns: repeat(2, 1fr); }
    .rb-feature-strip { grid-template-columns: repeat(2, 1fr); }
    .rb-feature-item { border-right: 0; }
    .rb-gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .rb-final-cta { grid-template-columns: 1fr; text-align: center; }
    .rb-final-left img { position: static; margin-top: 8px; }
}
@media (max-width: 760px) {
    .rb-nav-toggle { display: block; }
    .rb-nav-links { position: fixed; left: 18px; right: 18px; top: 72px; display: none; flex-direction: column; align-items: stretch; padding: 14px; border-radius: 24px; background: rgba(255,253,245,.96); border: 1px solid var(--rb-line); box-shadow: var(--rb-shadow); }
    .rb-nav-links.is-open { display: flex; }
    .rb-product-grid, .rb-flow-grid, .rb-gallery-grid, .rb-form-grid, .rb-feature-strip, .rb-tiktok-layout, .rb-video-grid { grid-template-columns: 1fr; }
    .rb-hero h1 { font-size: 2.75rem; }
    .rb-section { padding: 52px 0; }
    .rb-disc-card, .rb-about-card { border-radius: 28px; padding: 15px; }
    .rb-asset-hero, .rb-asset-about { min-height: 330px; }
    .rb-floating-note { display: none; }
    .rb-footer-grid { grid-template-columns: 1fr; }
    .rb-newsletter form { flex-direction: column; }
}
