:root {
    --aw-green: #66bd69;
    --aw-green-dark: #2f7f3a;
    --aw-charcoal: #3f3f3f;
    --aw-ink: #212529;
    --aw-soft: #f4f8f4;
    --aw-border: rgba(33, 37, 41, .11);
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--aw-ink);
    background: #fff;
}

.navbar {
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--aw-border);
}

.navbar-brand img {
    width: 245px;
    max-width: 66vw;
    height: auto;
}

.btn-aw {
    --bs-btn-bg: var(--aw-green-dark);
    --bs-btn-border-color: var(--aw-green-dark);
    --bs-btn-hover-bg: #287a35;
    --bs-btn-hover-border-color: #287a35;
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    font-weight: 700;
    letter-spacing: .01em;
}

.btn-outline-aw {
    --bs-btn-color: var(--aw-charcoal);
    --bs-btn-border-color: var(--aw-green);
    --bs-btn-hover-bg: var(--aw-green);
    --bs-btn-hover-border-color: var(--aw-green);
    --bs-btn-hover-color: #fff;
    font-weight: 700;
}

.hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(102, 189, 105, .20), transparent 34%),
        linear-gradient(135deg, #f8fbf8 0%, #ffffff 43%, #eef7ef 100%);
    padding: 7.5rem 0 5rem;
}

.hero:before {
    content: "";
    position: absolute;
    right: -10rem;
    top: 5rem;
    width: 34rem;
    height: 34rem;
    background: url('../img/aw-mark.png') center/contain no-repeat;
    opacity: .075;
    transform: rotate(-8deg);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    background: rgba(102, 189, 105, .14);
    border: 1px solid rgba(102, 189, 105, .25);
    color: var(--aw-green-dark);
    border-radius: 999px;
    padding: .5rem .85rem;
    font-weight: 800;
    font-size: .87rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hero h1 {
    color: var(--aw-charcoal);
    font-weight: 850;
    letter-spacing: -.055em;
    line-height: 1.02;
}

.hero .lead {
    color: #4e555b;
    font-size: 1.18rem;
}

.hero-card {
    border: 0;
    border-radius: 1.4rem;
    box-shadow: 0 1.5rem 4rem rgba(31, 45, 35, .14);
    overflow: hidden;
}

.hero-card-top {
    background: linear-gradient(135deg, var(--aw-charcoal), #2e2e2e);
    color: #fff;
    padding: 1.5rem;
    position: relative;
}

.form-control,
.form-select {
    border-radius: .85rem;
    border-color: #dbe3db;
    padding: .78rem .95rem;
}

.form-control:focus {
    border-color: var(--aw-green);
    box-shadow: 0 0 0 .25rem rgba(102, 189, 105, .17);
}

.section-pad {
    padding: 5rem 0;
}

.section-title {
    color: var(--aw-charcoal);
    font-weight: 850;
    letter-spacing: -.035em;
}

.icon-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--aw-border);
    border-radius: 1.15rem;
    padding: 1.45rem;
}

.icon-wrap {
    width: 3.25rem;
    height: 3.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: rgba(102, 189, 105, .13);
    color: var(--aw-green-dark);
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.benefits {
    background: linear-gradient(135deg, var(--aw-charcoal), #2c2c2c);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.benefits .eyebrow {
    color: #fff !important;
}

.benefits:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% 20%, rgba(102, 189, 105, .28), transparent 32%);
}

.benefit-item {
    position: relative;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    height: 100%;
}

.benefit-item i {
    color: var(--aw-green);
}

.cta-band {
    background: var(--aw-soft);
    border-top: 1px solid var(--aw-border);
    border-bottom: 1px solid var(--aw-border);
}

footer {
    background: #fff;
    border-top: 1px solid var(--aw-border);
}

footer img {
    width: 190px;
    max-width: 70vw;
}

.hero-feature-card {
    height: 100%;
    background: rgba(255, 255, 255, .78);
    border: 1px solid var(--aw-border);
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: .85rem;
}

.hero-feature-card .feature-icon {
    width: 2.8rem;
    height: 2.8rem;
    flex: 0 0 2.8rem;
    border-radius: .85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 189, 105, .13);
    color: var(--aw-green-dark);
    font-size: 1.15rem;
}

.hero-feature-card strong {
    color: var(--aw-charcoal);
    line-height: 1.1;
}

.hero-feature-card span {
    display: block;
    color: #687078;
    font-size: .95rem;
    line-height: 1.25;
    margin-top: .15rem;
}


.hero-actions {
    align-items: center;
}

.recaptcha-note {
    line-height: 1.45;
}

.visually-hidden-field {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* Hide hero card subtext at the tablet/desktop sizes where three cards become cramped. */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .hero-feature-card span {
        display: none;
    }

    .hero-feature-card {
        padding: .9rem;
        gap: .75rem;
    }

    .hero-feature-card .feature-icon {
        width: 2.65rem;
        height: 2.65rem;
        flex-basis: 2.65rem;
    }
}

@media (max-width: 991.98px) {
    .navbar .container {
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar .d-flex {
        justify-content: center;
        width: 100%;
    }

    .hero {
        padding-top: 11rem;
    }

    .hero .eyebrow:first-child {
        margin-top: 1rem;
    }

    .hero-actions {
        justify-content: center;
    }
}


@media (max-width: 575.98px) {
    .navbar .d-flex {
        flex-direction: column;
        align-items: stretch;
    }

    .navbar .btn {
        width: 100%;
    }

    .hero {
        padding-top: 13rem;
    }
}
