:root {
    --green: #16A34A;
    --dark: #142018;
    --muted: #647067;
    --light: #f5f8f5;
    --line: #e5ece6;
    --white: #fff;
    --shadow: 0 16px 40px rgba(20, 32, 24, .08)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--dark);
    font: 16px/1.55 'DM Sans', sans-serif;
    background: #fff
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1,
h2,
h3 {
    font-family: Manrope, sans-serif;
    line-height: 1.13
}

a {
    text-decoration: none;
    color: inherit
}

.header {
    height: 78px;
    display: flex;
    align-items: center;
    padding: 0 max(5vw, 32px);
    gap: 30px;
    border-bottom: 1px solid #edf1ed;
    background: rgba(255, 255, 255, .94);
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(12px)
}

.brand {
    font: 700 20px Manrope;
    display: flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap
}

.brand b {
    color: var(--green)
}

.brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: white;
    background: var(--green);
    display: grid;
    place-items: center;
    font-size: 16px
}

.nav {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex: 1
}

.nav a {
    font-size: 14px;
    font-weight: 600;
    color: #475148;
    transition: .2s
}

.nav a:hover,
.nav a.active {
    color: var(--green)
}

.header-cart {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700
}

.header-cart i {
    color: var(--green)
}

.header-cart em {
    font-style: normal;
    background: var(--green);
    color: #fff;
    border-radius: 99px;
    min-width: 20px;
    text-align: center;
    font-size: 12px
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    font-size: 20px
}

.hero {
    min-height: 590px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    padding: 72px max(7vw, 40px);
    background: linear-gradient(112deg, #f5fbf6 0%, #f8fbf8 52%, #e6f8e9 100%)
}

.hero-copy {
    max-width: 650px
}

.eyebrow {
    color: var(--green);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-weight: 700;
    margin-bottom: 13px
}

.eyebrow i {
    margin-right: 5px
}

.hero h1 {
    font-size: clamp(40px, 5vw, 68px);
    letter-spacing: -.055em;
    margin-bottom: 22px
}

.hero h1 span,
.contact h2 span {
    color: var(--green)
}

.hero-text {
    font-size: 19px;
    color: var(--muted);
    max-width: 520px
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin: 32px 0 23px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 10px;
    padding: 14px 20px;
    font: 700 14px 'DM Sans';
    cursor: pointer;
    transition: transform .2s, box-shadow .2s
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(22, 163, 74, .2)
}

.btn-primary {
    background: var(--green);
    color: #fff
}

.btn-light {
    background: #fff;
    border: 1px solid #dbe6dc
}

.trust-row {
    display: flex;
    gap: 20px;
    color: #546056;
    font-size: 13px;
    font-weight: 600
}

.trust-row i {
    color: var(--green)
}

.hero-art {
    min-height: 390px;
    position: relative;
    display: grid;
    place-items: center
}

.art-circle {
    position: absolute;
    border-radius: 50%
}

.c1 {
    background: #d4f2da;
    width: 400px;
    height: 400px
}

.c2 {
    background: #b6e9c1;
    width: 290px;
    height: 290px;
    transform: translate(75px, -25px)
}

.delivery-card {
    z-index: 1;
    width: 275px;
    border-radius: 24px;
    padding: 21px;
    background: #fff;
    box-shadow: 0 24px 45px #21823b25;
    transform: rotate(4deg);
    animation: float 4s ease-in-out infinite
}

.card-top {
    display: flex;
    justify-content: space-between;
    font: 800 12px Manrope;
    letter-spacing: .13em;
    color: var(--green)
}

.card-top i {
    font-size: 18px
}

.box {
    height: 176px;
    margin: 15px 0;
    border-radius: 12px;
    background: linear-gradient(120deg, #d9a463, #f1c582);
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden
}

.box:before,
.box:after {
    content: "";
    position: absolute;
    background: #e8b874
}

.box:before {
    height: 100%;
    width: 38px
}

.box:after {
    width: 100%;
    height: 26px
}

.tape {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #c39051;
    z-index: 1
}

.box-logo {
    z-index: 2;
    color: white;
    background: var(--green);
    height: 58px;
    width: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font: 800 22px Manrope;
    box-shadow: 0 5px 10px #0002
}

.delivery-status {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.25
}

.delivery-status i {
    color: var(--green);
    font-size: 23px
}

.delivery-status b {
    color: var(--dark);
    font-size: 12px
}

.section {
    padding: 90px max(7vw, 40px)
}

.section-heading {
    max-width: 630px;
    margin-bottom: 38px
}

.section-heading.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.section-heading h2 {
    font-size: clamp(29px, 3.5vw, 42px);
    letter-spacing: -.04em;
    margin-bottom: 12px
}

.section-heading>p:not(.eyebrow) {
    color: var(--muted);
    margin-bottom: 0
}

.steps {
    background: #fff
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.step-card {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 16px;
    position: relative;
    transition: .25s;
    background: #fff
}

.step-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-5px);
    border-color: #ccebd3
}

.step-card>span {
    position: absolute;
    right: 20px;
    color: #b8c2b9;
    font: 700 12px Manrope
}

.icon {
    width: 49px;
    height: 49px;
    background: #e6f7ea;
    color: var(--green);
    border-radius: 13px;
    display: grid;
    place-items: center;
    font-size: 20px;
    margin-bottom: 24px
}

.step-card h3 {
    font-size: 17px;
    margin-bottom: 8px
}

.step-card p {
    font-size: 14px;
    color: var(--muted);
    margin: 0
}

.kits {
    background: var(--light)
}

.kits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.kit-card {
    background: #fff;
    border: 1px solid #edf2ee;
    border-radius: 16px;
    padding: 13px;
    box-shadow: 0 4px 15px #10211208;
    transition: .25s
}

.kit-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow)
}

.product-visual {
    height: 125px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    font-size: 48px;
    background: var(--tint, #edf8ef);
    position: relative;
    overflow: hidden
}

.product-visual:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffffff66;
    transform: translate(45px, -35px)
}

.kit-card h3 {
    font-size: 16px;
    margin: 15px 2px 5px
}

.kit-card p {
    font-size: 12px;
    color: var(--muted);
    margin: 0 2px 14px;
    height: 37px
}

.kit-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.price {
    font: 800 16px Manrope
}

.buy-btn {
    border: 0;
    background: #e8f7eb;
    color: var(--green);
    padding: 8px 10px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s
}

.buy-btn:hover {
    background: var(--green);
    color: white
}

.builder {
    background: #fff
}

.builder-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 26px;
    align-items: start
}

.products-panel,
.cart-panel {
    border: 1px solid var(--line);
    border-radius: 17px;
    background: #fff
}

.products-panel {
    padding: 25px
}

.panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    padding-bottom: 17px
}

.panel-title h3 {
    font-size: 19px;
    margin: 0
}

.panel-title span {
    font-size: 12px;
    color: var(--muted);
    background: var(--light);
    padding: 4px 9px;
    border-radius: 20px
}

.products-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    margin-top: 8px
}

.product-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 8px;
    border-radius: 9px
}

.product-row:hover {
    background: var(--light)
}

.mini-visual {
    height: 38px;
    width: 38px;
    flex: none;
    border-radius: 8px;
    display: grid;
    place-items: center;
    font-size: 18px;
    background: #eaf8ec
}

.product-info {
    flex: 1;
    min-width: 0
}

.product-info b {
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-info span {
    font-size: 13px;
    color: var(--green);
    font-weight: 700
}

.qty-control {
    display: flex;
    align-items: center;
    gap: 7px
}

.qty-control button {
    border: 0;
    width: 27px;
    height: 27px;
    border-radius: 7px;
    background: #e8f6eb;
    color: var(--green);
    cursor: pointer;
    font-weight: 800
}

.qty-control button:hover {
    background: var(--green);
    color: white
}

.qty-control button:disabled {
    opacity: .35;
    cursor: not-allowed
}

.qty-control b {
    min-width: 12px;
    text-align: center;
    font-size: 13px
}

.cart-panel {
    position: sticky;
    top: 100px;
    padding: 23px;
    box-shadow: var(--shadow)
}

.cart-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
    padding-bottom: 17px
}

.cart-head p {
    margin: 0;
    color: var(--muted);
    font-size: 12px
}

.cart-head h3 {
    margin: 1px 0 0;
    font-size: 18px
}

.cart-head>i {
    color: var(--green);
    font-size: 22px
}

.cart-items {
    min-height: 183px;
    max-height: 350px;
    overflow: auto;
    padding: 9px 0
}

.empty-cart {
    text-align: center;
    color: var(--muted);
    padding: 35px 10px
}

.empty-cart i {
    font-size: 30px;
    color: #b6c7b9
}

.empty-cart p {
    margin: 8px 0 0;
    font-weight: 700;
    font-size: 14px
}

.empty-cart small {
    font-size: 12px
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 0;
    border-bottom: 1px solid #f1f3f1
}

.cart-item .mini-visual {
    width: 37px;
    height: 37px;
    font-size: 18px
}

.cart-item-info {
    flex: 1
}

.cart-item-info b,
.cart-item-info span {
    display: block;
    font-size: 12px
}

.cart-item-info span {
    color: var(--muted)
}

.cart-footer {
    border-top: 1px solid var(--line);
    padding-top: 16px
}

.total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 13px;
    color: var(--muted)
}

.total strong {
    font: 800 20px Manrope;
    color: var(--dark)
}

.checkout {
    width: 100%
}

.units {
    background: var(--light)
}

.units-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.unit-card {
    background: #fff;
    border-radius: 16px;
    padding: 23px;
    border: 1px solid #e8efea;
    box-shadow: 0 4px 12px #1c302006
}

.unit-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.unit-top i {
    color: var(--green);
    font-size: 24px
}

.unit-top span {
    font-size: 12px;
    color: var(--green);
    background: #e8f7eb;
    border-radius: 20px;
    padding: 5px 10px;
    font-weight: 700
}

.unit-card h3 {
    font-size: 18px;
    margin-bottom: 7px
}

.unit-card>p {
    font-size: 14px;
    color: var(--muted);
    border-bottom: 1px solid var(--line);
    padding-bottom: 16px
}

.unit-meta {
    display: grid;
    gap: 9px;
    font-size: 13px;
    margin-bottom: 18px
}

.unit-meta i {
    color: var(--green);
    width: 17px
}

.rules-btn {
    background: none;
    border: 0;
    color: var(--green);
    font-weight: 700;
    padding: 0;
    cursor: pointer
}

.status {
    background: #fff
}

.status-wrap {
    background: #143d23;
    border-radius: 24px;
    color: #fff;
    padding: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px
}

.status-copy .eyebrow {
    color: #83db9d
}

.status-copy h2 {
    font-size: 38px;
    margin-bottom: 14px
}

.status-copy>p:not(.eyebrow) {
    color: #c3d3c7
}

.text-link {
    display: inline-flex;
    gap: 10px;
    margin-top: 15px;
    color: #91e9aa;
    font-weight: 700;
    font-size: 14px
}

.timeline {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.timeline:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: #537661
}

.timeline li {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 17px;
    font-size: 14px;
    color: #b4c6b8
}

.timeline i {
    z-index: 1;
    width: 33px;
    height: 33px;
    border: 1px solid #52745d;
    background: #143d23;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 12px
}

.timeline .done {
    color: white
}

.timeline .done i,
.timeline .current i {
    background: var(--green);
    border-color: var(--green)
}

.timeline .current {
    color: #9dedb1;
    font-weight: 700
}

.testimonials {
    background: var(--light)
}

.disclaimer {
    font-size: 13px
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.testimonial-grid figure {
    margin: 0;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #e8efea
}

.quote {
    font: 800 44px Georgia;
    color: #99dba9;
    height: 34px
}

.testimonial-grid blockquote {
    font-size: 15px;
    line-height: 1.65;
    margin: 13px 0 22px;
    color: #465149
}

.testimonial-grid figcaption {
    display: flex;
    align-items: center;
    gap: 9px
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e2f4e6;
    color: var(--green);
    font-size: 11px;
    font-weight: 800
}

.testimonial-grid figcaption b,
.testimonial-grid figcaption small {
    display: block;
    font-size: 12px
}

.testimonial-grid figcaption small {
    color: var(--muted);
    font-size: 10px
}

.stars {
    margin-left: auto;
    color: #f4b740;
    font-size: 11px
}

.faq {
    max-width: 880px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px
}

.faq-list {
    display: grid;
    gap: 10px
}

.faq details {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0 20px
}

.faq summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    padding: 18px 0
}

.faq summary::-webkit-details-marker {
    display: none
}

.faq summary i {
    font-size: 13px;
    color: var(--green);
    transition: .2s
}

.faq details[open] summary i {
    transform: rotate(45deg)
}

.faq details p {
    font-size: 14px;
    color: var(--muted);
    margin: 0 0 18px
}

.contact {
    background: #eff9f0;
    padding: 80px max(7vw, 40px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center
}

.contact h2 {
    font-size: clamp(34px, 4vw, 51px);
    letter-spacing: -.05em
}

.contact-copy>p:not(.eyebrow) {
    color: var(--muted);
    max-width: 430px
}

.contact-points {
    display: grid;
    gap: 9px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 600
}

.contact-points i {
    color: var(--green);
    margin-right: 7px
}

.contact-form {
    padding: 26px;
    background: #fff;
    border-radius: 17px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.contact-form label {
    font-size: 12px;
    font-weight: 700
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #dfe7e0;
    border-radius: 8px;
    padding: 11px;
    font: 14px 'DM Sans';
    outline-color: var(--green)
}

.contact-form label:nth-of-type(3),
.contact-form label:nth-of-type(4),
.contact-form button,
.form-message {
    grid-column: 1/-1
}

.contact-form textarea {
    height: 80px;
    resize: vertical
}

.form-message {
    min-height: 0;
    margin: 0;
    color: var(--green);
    font-size: 13px;
    font-weight: 700
}

.form-message:not(:empty) {
    margin-top: -5px
}

footer {
    background: #112218;
    color: #c2cec4
}

.footer-main {
    padding: 45px max(7vw, 40px);
    display: flex;
    align-items: center;
    gap: 28px
}

.footer-main .brand {
    color: white
}

.footer-main>p {
    font-size: 13px;
    max-width: 215px;
    margin: 0
}

.footer-links {
    display: flex;
    flex: 1;
    justify-content: center;
    gap: 20px;
    font-size: 12px
}

.footer-links a:hover {
    color: #7de098
}

.social {
    display: flex;
    gap: 9px
}

.social a {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border: 1px solid #55705d;
    border-radius: 50%;
    font-size: 13px
}

.social a:hover {
    background: var(--green);
    border-color: var(--green)
}

.footer-bottom {
    text-align: center;
    font-size: 11px;
    border-top: 1px solid #2a3c2f;
    padding: 14px
}

.whatsapp {
    position: fixed;
    right: 23px;
    bottom: 23px;
    z-index: 12;
    background: #20bd61;
    color: white;
    border-radius: 999px;
    box-shadow: 0 9px 23px #168f465c;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700
}

.whatsapp i {
    font-size: 23px
}

@keyframes float {
    50% {
        transform: rotate(4deg) translateY(-11px)
    }
}

@media(max-width:1000px) {
    .nav {
        gap: 13px
    }

    .nav a {
        font-size: 12px
    }

    .header-cart span {
        display: none
    }

    .kits-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .steps-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .units-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .builder-layout {
        grid-template-columns: 1fr 310px
    }

    .products-list {
        grid-template-columns: 1fr
    }

    .contact {
        gap: 45px
    }
}

@media(max-width:720px) {
    .header {
        height: 67px;
        padding: 0 20px
    }

    .menu-toggle {
        display: block;
        margin-left: auto
    }

    .nav {
        display: none;
        position: absolute;
        top: 67px;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid var(--line);
        padding: 14px 20px;
        flex-direction: column;
        gap: 12px
    }

    .nav.open {
        display: flex
    }

    .header-cart {
        margin-left: 4px
    }

    .hero {
        grid-template-columns: 1fr;
        padding: 58px 25px 20px;
        min-height: auto
    }

    .hero-art {
        min-height: 290px;
        transform: scale(.78);
        margin: -28px
    }

    .hero h1 {
        font-size: 41px
    }

    .hero-text {
        font-size: 16px
    }

    .section {
        padding: 65px 25px
    }

    .kits-grid,
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }

    .kit-card {
        padding: 9px
    }

    .product-visual {
        height: 104px;
        font-size: 37px
    }

    .kit-card h3 {
        font-size: 14px
    }

    .kit-card p {
        font-size: 11px
    }

    .builder-layout,
    .status-wrap,
    .contact {
        grid-template-columns: 1fr
    }

    .products-panel {
        padding: 15px
    }

    .cart-panel {
        position: relative;
        top: auto
    }

    .units-grid {
        grid-template-columns: 1fr
    }

    .status-wrap {
        padding: 35px 25px;
        gap: 30px
    }

    .status-copy h2 {
        font-size: 31px
    }

    .testimonial-grid figure:last-child {
        grid-column: 1/-1
    }

    .contact {
        padding: 60px 25px;
        gap: 30px
    }

    .footer-main {
        padding: 35px 25px;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 18px
    }

    .footer-main>p {
        grid-column: 1/-1
    }

    .footer-links {
        grid-column: 1/-1;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px 18px
    }

    .social {
        grid-column: 2;
        grid-row: 1
    }

    .whatsapp span {
        display: none
    }

    .whatsapp {
        width: 50px;
        height: 50px;
        padding: 0;
        justify-content: center
    }

    .trust-row {
        gap: 10px;
        flex-wrap: wrap
    }

    .faq {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media(max-width:400px) {

    .kits-grid,
    .testimonial-grid {
        grid-template-columns: 1fr
    }

    .testimonial-grid figure:last-child {
        grid-column: auto
    }

    .hero-actions {
        flex-direction: column
    }

    .hero-actions .btn {
        width: 100%
    }

    .header-cart {
        display: none
    }
}

.products-panel {
  padding: 18px;
}

.panel-title {
  padding-bottom: 12px;
}

.products-list {
  gap: 0;
  margin-top: 7px;
}

.product-row {
  gap: 8px;
  padding: 6px 7px;
  border-radius: 8px;
}

.mini-visual {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  font-size: 18px;
}

.product-info b {
  font-size: 13px;
}

.product-info span {
  font-size: 12px;
}

.qty-control {
  gap: 5px;
}

.qty-control button {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}
.footer-about-trigger {
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
}

.footer-about-trigger:hover {
  color: #7de098;
}

.about-dialog {
  max-width: 520px;
  border: 0;
  border-radius: 18px;
  padding: 35px;
  box-shadow: 0 24px 70px #10221555;
  color: var(--dark);
}

.about-dialog::backdrop {
  background: #112218a8;
  backdrop-filter: blur(3px);
}

.dialog-close {
  position: absolute;
  right: 16px;
  top: 16px;
  border: 0;
  background: #f0f5f1;
  color: var(--dark);
  width: 31px;
  height: 31px;
  border-radius: 50%;
  cursor: pointer;
}

.dialog-icon {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: #e4f6e8;
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 18px;
}

.about-dialog h2 {
  font-size: 27px;
  letter-spacing: -0.04em;
  margin-bottom: 13px;
  color: var(--green);
}

.about-dialog > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 12px;
}