:root {
    --eucalyptus: #5f8f83;
    --forest: #294d46;
    --mist-sage: #e5efeb;
    --warm-white: #f7f8f4;
    --white: #fff;
    --peach: #f1bfae;
    --lavender: #cbc7e8;
    --charcoal: #25332f;
    --gray-green: #71807b;
    --success: #70a477;
    --warning: #ddae60;
    --coral: #d97878;
    --border: rgba(41, 77, 70, .12);
    --shadow: 0 24px 70px rgba(41, 77, 70, .11);
    --radius: 22px;
    --button-radius: 15px;
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--charcoal); background: var(--warm-white); font-family: Manrope, system-ui, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; color: var(--white); background: var(--forest); border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 0; transition: background .25s, box-shadow .25s, padding .25s; }
.site-header.scrolled { padding: 11px 0; background: rgba(247, 248, 244, .92); box-shadow: 0 8px 30px rgba(41, 77, 70, .08); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { color: var(--forest); font-size: 1.55rem; font-weight: 800; letter-spacing: -.055em; }
.logo-link, .logo-mark { display: inline-flex; align-items: center; line-height: 1; }
.logo-link img, .logo-mark img { display: block; width: 178px; max-width: 44vw; height: auto; object-fit: contain; }
.site-header .logo-link img { width: 168px; }
.site-header.scrolled .logo-link img { width: 152px; }
.footer-logo img { width: 170px; }
.wordmark-light.logo-mark img { width: 184px; filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .18)); }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: .88rem; font-weight: 650; }
.main-nav > a:not(.button) { position: relative; color: #4d5f5a; }
.main-nav > a:not(.button)::after { content: ''; position: absolute; inset: auto 50% -6px; height: 2px; background: var(--eucalyptus); transition: left .2s, right .2s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { left: 0; right: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; color: var(--white); background: var(--forest); border-radius: var(--button-radius); font-weight: 750; box-shadow: 0 12px 30px rgba(41, 77, 70, .16); }
.button-small { min-height: 43px; padding-inline: 18px; }
.menu-toggle { display: none; width: 45px; height: 43px; padding: 10px; border: 1px solid var(--border); border-radius: 13px; background: var(--white); }
.menu-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 4px auto; background: var(--forest); transition: .25s; }

.hero { position: relative; min-height: 780px; padding-top: 160px; background: radial-gradient(circle at 82% 37%, rgba(203, 199, 232, .24), transparent 30%), radial-gradient(circle at 4% 80%, rgba(229, 239, 235, .8), transparent 25%); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; color: var(--forest); background: var(--mist-sage); border-radius: 999px; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow.peach { background: #fae4dc; }
.eyebrow.lavender { background: #e9e7f7; }
.eyebrow.light { color: var(--mist-sage); background: rgba(255, 255, 255, .1); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin: 24px 0 24px; color: var(--forest); font-size: clamp(3rem, 5.3vw, 5.4rem); line-height: 1.02; letter-spacing: -.065em; }
.hero-copy > p { max-width: 610px; color: #5e6f69; font-size: 1.13rem; }
.store-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 20px; }
.store-badge { display: flex; flex-direction: column; min-width: 172px; padding: 12px 18px; color: var(--forest); background: var(--white); border: 1px solid var(--border); border-radius: var(--button-radius); box-shadow: 0 10px 25px rgba(41, 77, 70, .07); cursor: default; }
.store-badge small { color: var(--gray-green); font-size: .65rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.store-badge strong { font-size: .94rem; }
.quiet-note { display: flex; align-items: center; gap: 8px; font-size: .77rem !important; }
.quiet-note span { color: var(--success); font-size: .65rem; }

.phone-stage { position: relative; min-height: 590px; display: grid; place-items: center; }
.phone { position: relative; z-index: 2; width: 295px; height: 594px; padding: 9px; background: #18322d; border: 3px solid #38584f; border-radius: 46px; box-shadow: 0 38px 70px rgba(37, 51, 47, .24), inset 0 0 0 1px rgba(255, 255, 255, .2); transform: rotate(1.5deg); }
.phone-top { position: absolute; z-index: 4; top: 17px; left: 27px; right: 27px; display: flex; align-items: center; justify-content: space-between; color: var(--charcoal); font-size: .55rem; font-weight: 800; }
.phone-pill { width: 72px; height: 20px; background: #102520; border-radius: 99px; }
.app-screen { position: relative; height: 100%; padding: 44px 16px 18px; overflow: hidden; background: var(--warm-white); border-radius: 36px; }
.app-greeting { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.app-greeting div { display: flex; flex-direction: column; }
.app-greeting small { color: var(--gray-green); font-size: .62rem; }
.app-greeting strong { color: var(--forest); font-size: 1rem; }
.avatar { display: grid; width: 33px; height: 33px; place-items: center; color: var(--white); background: var(--eucalyptus); border-radius: 50%; font-size: .75rem; font-weight: 800; }
.progress-card { padding: 14px; color: var(--white); background: var(--forest); border-radius: 17px; }
.progress-card > div:first-child { display: flex; justify-content: space-between; font-size: .67rem; }
.progress { height: 5px; margin: 9px 0 7px; overflow: hidden; background: rgba(255, 255, 255, .16); border-radius: 9px; }
.progress i { display: block; width: 44%; height: 100%; background: var(--peach); border-radius: inherit; }
.progress-card small { color: #cfe0db; font-size: .55rem; }
.app-section-title { display: flex; justify-content: space-between; margin: 17px 2px 9px; font-size: .69rem; }
.app-section-title span { color: var(--gray-green); font-size: .57rem; }
.task-row { display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 8px; min-height: 56px; margin-bottom: 7px; padding: 9px; background: var(--white); border: 1px solid rgba(41, 77, 70, .07); border-radius: 13px; box-shadow: 0 5px 16px rgba(41, 77, 70, .045); }
.task-row .check { display: grid; width: 21px; height: 21px; place-items: center; color: var(--white); border: 1.5px solid #b6c5c0; border-radius: 7px; font-size: .65rem; }
.task-row.done .check { background: var(--success); border-color: var(--success); }
.task-row.done strong { color: #8a9692; text-decoration: line-through; }
.task-row div { display: flex; min-width: 0; flex-direction: column; }
.task-row strong { overflow: hidden; color: var(--forest); font-size: .61rem; text-overflow: ellipsis; white-space: nowrap; }
.task-row small { color: #86928e; font-size: .49rem; }
.claim { padding: 4px 6px; color: var(--forest); background: var(--mist-sage); border-radius: 6px; font-size: .46rem; }
.mini-avatars { color: var(--white); background: var(--lavender); border-radius: 8px; padding: 4px; font-size: .45rem; }
.quick-list { margin-top: 12px; padding: 12px; color: var(--forest); background: #f3e7e1; border-radius: 14px; }
.quick-list > div:first-child { display: flex; justify-content: space-between; font-size: .6rem; }
.list-dots { display: flex; gap: 5px; margin-top: 9px; }
.list-dots i { width: 23%; height: 4px; background: rgba(217, 120, 120, .22); border-radius: 4px; }
.list-dots i:first-child, .list-dots i:nth-child(2) { background: var(--coral); }
.app-nav { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: repeat(4, 1fr); padding: 10px 10px 13px; background: rgba(255, 255, 255, .96); border-top: 1px solid var(--border); }
.app-nav span { display: flex; align-items: center; flex-direction: column; color: #91a09b; font-size: .75rem; }
.app-nav small { font-size: .42rem; }
.app-nav .active { color: var(--forest); }
.soft-orbit { position: absolute; border-radius: 50%; filter: blur(1px); }
.orbit-one { width: 430px; height: 430px; background: var(--mist-sage); }
.orbit-two { width: 320px; height: 320px; border: 1px solid rgba(95, 143, 131, .22); }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: rgba(255, 255, 255, .94); border: 1px solid rgba(41, 77, 70, .09); border-radius: 15px; box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.floating-note > span { display: grid; width: 31px; height: 31px; place-items: center; color: var(--white); background: var(--success); border-radius: 10px; font-weight: 800; }
.floating-note div { display: flex; flex-direction: column; }
.floating-note strong { color: var(--forest); font-size: .66rem; }
.floating-note small { color: var(--gray-green); font-size: .5rem; }
.note-one { top: 22%; left: 0; }
.note-two { right: -2%; bottom: 20%; }
.note-two > span { background: var(--lavender); }

.section-heading { max-width: 630px; }
.section-heading.centered { margin: 0 auto 55px; text-align: center; }
.section-heading h2, .plus h2, .support h2, .final-cta h2 { margin: 20px 0 16px; color: var(--forest); font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.055em; }
.section-heading p, .feature-card p, .step-grid p, .support p { color: var(--gray-green); }
.problem { background: var(--white); }
.problem-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.problem-list article { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 25px 4px; border-bottom: 1px solid var(--border); }
.problem-list article > span { display: grid; width: 39px; height: 39px; place-items: center; color: var(--forest); background: var(--mist-sage); border-radius: 12px; font-size: .7rem; font-weight: 800; }
.problem-list h3 { margin-bottom: 4px; color: var(--forest); font-size: 1.1rem; }
.problem-list p { margin: 0; color: var(--gray-green); font-size: .91rem; }

.features { background: linear-gradient(180deg, var(--warm-white), #f2f6f2); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { min-height: 235px; padding: 28px; background: var(--white); border: 1px solid rgba(41, 77, 70, .08); border-radius: var(--radius); box-shadow: 0 14px 36px rgba(41, 77, 70, .055); transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-icon { display: grid; width: 48px; height: 48px; margin-bottom: 28px; place-items: center; color: var(--forest); background: var(--mist-sage); border-radius: 15px; font-size: 1.2rem; font-weight: 800; }
.feature-card:nth-child(3n+2) .feature-icon { background: #fae4dc; }
.feature-card:nth-child(3n) .feature-icon { background: #e9e7f7; }
.feature-card h3 { margin-bottom: 9px; color: var(--forest); font-size: 1rem; }
.feature-card p { margin: 0; font-size: .85rem; }

.steps { background: var(--white); }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 0; margin: 55px 0 0; list-style: none; counter-reset: none; }
.step-grid > li { position: relative; padding: 25px; border: 1px solid var(--border); border-radius: var(--radius); }
.step-grid > li > span { position: absolute; top: 18px; right: 20px; color: #9aaaa4; font-size: .75rem; font-weight: 800; }
.step-grid h3 { color: var(--forest); }
.step-grid p { margin: 0; font-size: .88rem; }
.step-visual { display: flex; align-items: center; min-height: 145px; margin-bottom: 24px; padding: 22px; background: var(--mist-sage); border-radius: 17px; }
.step-visual b { color: var(--forest); font-size: .82rem; }
.step-visual small { color: var(--gray-green); font-size: .57rem; }
.space-visual { align-items: flex-start; flex-direction: column; justify-content: center; }
.space-visual i { width: 35px; height: 35px; margin-bottom: 10px; background: var(--eucalyptus); border: 7px solid rgba(255,255,255,.7); border-radius: 11px; }
.invite-visual { justify-content: center; gap: 0; background: #f8ece6; }
.invite-visual i { display: grid; width: 41px; height: 41px; place-items: center; margin-left: -7px; color: var(--white); background: var(--eucalyptus); border: 3px solid #f8ece6; border-radius: 50%; font-style: normal; font-size: .65rem; font-weight: 800; }
.invite-visual i:nth-child(2) { background: var(--peach); }.invite-visual i:nth-child(3) { background: var(--lavender); }
.invite-visual b { margin-left: 14px; }
.share-visual { display: grid; grid-template-columns: 34px 1fr; background: #efedf9; }
.share-visual i { grid-row: span 2; display: grid; width: 30px; height: 30px; place-items: center; color: var(--white); background: var(--success); border-radius: 9px; font-style: normal; }

.uses { background: var(--forest); }
.uses-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
.uses .section-heading h2, .uses .section-heading p { color: var(--white); }
.uses .section-heading p { opacity: .68; }
.uses .eyebrow { color: var(--mist-sage); background: rgba(255,255,255,.1); }
.use-cloud { display: flex; align-content: center; justify-content: center; flex-wrap: wrap; gap: 12px; }
.use-cloud span { padding: 15px 20px; color: var(--forest); background: var(--mist-sage); border-radius: 16px; font-size: .84rem; font-weight: 750; transform: rotate(-1deg); }
.use-cloud span:nth-child(even) { transform: rotate(1deg); }
.use-cloud .large { padding: 20px 27px; font-size: 1.04rem; }
.use-cloud .peach-bg { background: var(--peach); }.use-cloud .lavender-bg { background: var(--lavender); }

.plus { background: var(--warm-white); }
.plus-card { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 55px; padding: 65px; overflow: hidden; color: var(--white); background: var(--forest); border-radius: 30px; box-shadow: var(--shadow); }
.plus-card::after { content: ''; position: absolute; right: -90px; bottom: -110px; width: 330px; height: 330px; border: 60px solid rgba(255,255,255,.035); border-radius: 50%; }
.plus h2 { color: var(--white); font-size: clamp(2.2rem, 3.6vw, 3.6rem); }
.plus-copy > p { max-width: 630px; color: #c8d9d4; }
.plus-note { padding: 15px 18px; background: rgba(255,255,255,.07); border-left: 3px solid var(--peach); border-radius: 0 12px 12px 0; font-size: .82rem; }
.plus-list { position: relative; z-index: 1; display: grid; align-content: center; gap: 9px; padding: 0; list-style: none; }
.plus-list li { padding: 13px 16px 13px 45px; color: var(--white); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; font-size: .84rem; }
.plus-list li::before { content: '✓'; position: absolute; margin-left: -28px; color: var(--peach); font-weight: 800; }
.plus-status { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }
.plus-status span { color: #b9ccc6; font-size: .8rem; }

.support { padding-top: 40px; }
.support-card { display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 40px; padding: 48px 60px; background: #fae8e1; border-radius: 26px; }
.coffee { position: relative; display: grid; width: 135px; height: 135px; place-items: center; background: rgba(255,255,255,.6); border-radius: 50%; }
.coffee span { width: 61px; height: 49px; background: var(--forest); border-radius: 5px 5px 20px 20px; box-shadow: inset 0 7px rgba(255,255,255,.12); }
.coffee span::after { content: ''; position: absolute; width: 23px; height: 25px; margin: 8px 0 0 49px; border: 7px solid var(--forest); border-left: 0; border-radius: 0 16px 16px 0; }
.support h2 { margin-top: 14px; font-size: clamp(2rem, 3vw, 3.1rem); }
.support p { max-width: 730px; }
.coming-label { display: inline-flex; padding: 8px 12px; color: #815447; background: rgba(255,255,255,.65); border-radius: 10px; font-size: .73rem; font-weight: 750; }

.faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.accordion { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 24px 0; color: var(--forest); text-align: left; background: none; border: 0; cursor: pointer; font-weight: 750; }
.faq-item button i { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; background: var(--mist-sage); border-radius: 9px; font-style: normal; transition: transform .2s; }
.faq-item button[aria-expanded="true"] i { transform: rotate(45deg); }
.faq-answer p { padding: 0 45px 22px 0; color: var(--gray-green); font-size: .9rem; }

.final-cta { color: var(--white); text-align: center; background: var(--eucalyptus); }
.wordmark-light, .final-cta h2 { color: var(--white); }
.final-cta p { color: #e4efeb; }
.centered-actions { justify-content: center; }
.store-badge.light { background: rgba(255,255,255,.95); box-shadow: none; }
.site-footer { padding: 55px 0 28px; background: var(--warm-white); }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 50px; padding-bottom: 38px; border-bottom: 1px solid var(--border); }
.footer-top p { color: var(--gray-green); font-size: .84rem; }
.footer-top nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 15px 28px; max-width: 650px; font-size: .8rem; font-weight: 650; }
.footer-top nav a:hover { color: var(--eucalyptus); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: #82918c; font-size: .7rem; }

.legal-body { background: var(--warm-white); }
.legal-header { padding: 24px 0; border-bottom: 1px solid var(--border); background: rgba(247,248,244,.95); }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; }
.back-link { color: var(--gray-green); font-size: .82rem; font-weight: 700; }
.legal-main { min-height: 70vh; padding: 80px 0 110px; }
.legal-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 90px; }
.legal-layout aside { position: sticky; top: 35px; }
.legal-layout aside h1 { margin: 22px 0 18px; font-size: clamp(2.7rem,5vw,4.6rem); }
.legal-layout aside p { color: var(--gray-green); }
.legal-content { padding: 40px 48px; background: var(--white); border: 1px solid var(--border); border-radius: 24px; box-shadow: 0 16px 45px rgba(41,77,70,.06); }
.legal-content section { padding: 28px 0; border-bottom: 1px solid var(--border); }
.legal-content h2 { margin-bottom: 11px; color: var(--forest); font-size: 1.15rem; }
.legal-content p { margin-bottom: 0; color: #5f706a; font-size: .91rem; }
.legal-warning { padding: 20px 22px; color: #70493e; background: #fae5de; border: 1px solid rgba(217,120,120,.18); border-radius: 16px; }
.legal-warning p { color: #70493e; }
.legal-updated { margin-top: 30px; color: #8a9994 !important; font-size: .73rem !important; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1000px) {
    .hero-grid, .problem-grid, .uses-layout, .faq-layout { grid-template-columns: 1fr; }
    .hero-copy { max-width: 760px; }
    .phone-stage { margin-top: 25px; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .problem-grid, .uses-layout, .faq-layout { gap: 50px; }
    .plus-card { padding: 48px; }
}

@media (max-width: 820px) {
    .section { padding: 82px 0; }
    .menu-toggle { display: block; }
    .main-nav { position: fixed; inset: 76px 20px auto; display: grid; padding: 22px; background: var(--white); border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s; }
    .main-nav.open { opacity: 1; visibility: visible; transform: none; }
    .main-nav a { padding: 7px 4px; }
    .main-nav .button { margin-top: 5px; }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
    .hero { padding-top: 130px; }
    .hero-grid { gap: 35px; }
    .step-grid { grid-template-columns: 1fr; }
    .plus-card { grid-template-columns: 1fr; gap: 25px; }
    .plus-status { align-items: flex-start; flex-direction: column; gap: 5px; }
    .support-card { grid-template-columns: 1fr; padding: 40px; }
    .legal-layout { grid-template-columns: 1fr; gap: 35px; }
    .legal-layout aside { position: static; }
    .coffee { width: 110px; height: 110px; }
}

@media (max-width: 600px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 70px 0; }
    h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
    .hero-copy > p { font-size: 1rem; }
    .site-header .logo-link img { width: 138px; }
    .site-header.scrolled .logo-link img { width: 130px; }
    .wordmark-light.logo-mark img, .footer-logo img { width: 148px; }
    .store-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .store-badge { min-width: 0; padding: 11px 13px; }
    .phone-stage { min-height: 545px; transform: scale(.9); margin: -18px 0 -35px; }
    .note-one { left: -9%; }.note-two { right: -9%; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: 0; }
    .plus-card { width: calc(100% - 28px); padding: 34px 24px; border-radius: 24px; }
    .support-card { padding: 30px 24px; }
    .legal-main { padding: 55px 0 80px; }
    .legal-content { padding: 25px 21px; }
    .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
    .footer-top nav { justify-content: flex-start; }
    .footer-bottom { gap: 6px; }
}
