.onb-home {
    --onb-home-brand: #00a14b;
    --onb-home-brand-dark: #1e7e34;
    --onb-home-accent: #ff692e;
    --onb-home-ink: #616161;
    --onb-home-copy: #424242;
    --onb-home-muted: #6c757d;
    --onb-home-line: #d9dddf;
    --onb-home-soft: #f8f9fa;
    color: var(--onb-home-copy);
}

.onb-home, .onb-home * { box-sizing: border-box; }
.onb-home a { text-underline-offset: 3px; }

.onb-home__hero { width: 100%; margin: -16px 0 0; padding: 18px 0 0; }
.onb-home__hero-inner { max-width: 970px; margin: 0 auto; }
.onb-home__eyebrow {
    margin: 0 0 9px; color: var(--onb-home-accent); font-size: 15px; font-weight: 500;
}
.onb-home__hero > .onb-home__hero-inner > .onb-home__eyebrow { display: none; }
.onb-home__hero .entry-title {
    max-width: 880px; margin: 0; color: var(--onb-home-ink); font-size: clamp(32px, 4vw, 45px);
    font-weight: 500; letter-spacing: -.015em; line-height: 1.12;
}
.onb-home__hero .entry-title span { color: var(--onb-home-accent); font-weight: 500; }
.onb-home__hero-lead {
    max-width: none; margin: 17px 0 0; color: var(--onb-home-copy); font-size: 18px;
    font-weight: 400; line-height: 1.55;
}
.onb-home__content { margin-top: 0; }
.onb-home .onb-short-order {
    --onb-short-brand: #00a14b;
    --onb-short-brand-dark: #1e7e34;
    --onb-short-ink: #424242;
    --onb-short-muted: #616161;
    --onb-short-line: #d9dddf;
    position: relative; z-index: 2; margin: 20px 0 14px; padding: 0;
}
.onb-home .onb-short-order__intro,
.onb-home .onb-short-order__card { width: 100%; max-width: none; }
.onb-home .onb-short-order__intro {
    margin-bottom: 11px; padding-top: 0; border-top: 0; text-align: left;
}
.onb-home .onb-short-order__intro h2 {
    margin: 0; color: var(--onb-home-ink); font-size: clamp(27px, 3.2vw, 34px);
    font-weight: 500; letter-spacing: -.01em;
}
.onb-home .onb-short-order__lead {
    max-width: none; margin: 7px 0 0; color: var(--onb-home-muted); font-size: 16px;
    font-weight: 400; line-height: 1.5;
}
.onb-home .onb-short-order__card {
    overflow: hidden; padding: 0 18px; border: 1px solid #e4e6e7; border-radius: 2px;
    background: var(--onb-home-soft); box-shadow: none;
}
.onb-home .onb-short-order__progress {
    margin: 0 0 8px; padding: 16px 0 9px; border: 0;
    background: var(--onb-home-soft);
}
.onb-home .onb-short-order__progress li { font-size: 14px; }
.onb-home .onb-short-order__progress span { width: 25px; height: 25px; flex-basis: 25px; border-radius: 50%; }
.onb-home .onb-short-order__progress li { padding-bottom: 8px; border-bottom: 2px solid transparent; }
.onb-home .onb-short-order__progress li::after { display: none; }
.onb-home .onb-short-order__progress li.is-current { border-bottom-color: var(--onb-home-brand); }
.onb-home .onb-short-order__progress strong,
.onb-home .onb-short-order__step legend,
.onb-home .onb-short-order__field label,
.onb-home .onb-short-order__button { font-weight: 600; }
.onb-home .onb-short-order__form { border-top: 0; }
.onb-home .onb-short-order__step { padding: 10px 0 8px; }
.onb-home .onb-short-order__step legend { color: var(--onb-home-ink); font-size: 23px; }
.onb-home .onb-short-order__note { margin: 3px 0 10px; }
.onb-home .onb-short-order__field { margin-bottom: 16px; }
.onb-home .onb-short-order__field input:not([type="hidden"]),
.onb-home .onb-short-order__field textarea,
.onb-home .onb-short-order__field select,
.onb-home .onb-short-order__file-picker,
.onb-home .onb-short-order__plan,
.onb-home .onb-short-order__summary,
.onb-home .onb-short-order__button,
.onb-home .onb-short-order__result { border-radius: 2px; }
.onb-home .onb-short-order__file-picker {
    min-height: 56px; border-color: #aeb6ba; color: var(--onb-home-ink) !important; background: #fff;
}
.onb-home .onb-short-order__plan { box-shadow: none; }
.onb-home .onb-short-order__plans { margin-top: 12px; }
.onb-home .onb-short-order__summary-included { align-items: flex-start; }
.onb-home .onb-short-order__summary-included dd {
    max-width: 76%; font-weight: 400; line-height: 1.45; text-align: right;
}
.onb-home .onb-short-order__button--primary { background: var(--onb-home-brand-dark); }
.onb-home .onb-short-order__button--primary:hover,
.onb-home .onb-short-order__button--primary:focus { background: #19692b; }
.onb-home .onb-short-order__actions {
    padding: 13px 0 8px; border-top: 1px solid var(--onb-home-line); background: var(--onb-home-soft);
}

.onb-home__section { margin: 0 0 32px; }
.onb-home__section-heading {
    max-width: none; margin: 0 0 16px; padding-bottom: 0; border-bottom: 0;
    text-align: left;
}
.onb-home__section-heading .onb-home__eyebrow { display: none; }
.onb-home__section-heading h2, .onb-home__account h2 {
    margin: 0; color: var(--onb-home-ink); font-size: clamp(28px, 3.5vw, 36px);
    font-weight: 500; letter-spacing: -.01em; line-height: 1.18;
}
.onb-home__section-heading > p:last-child {
    margin: 8px 0 0; color: var(--onb-home-muted); font-size: 16px; line-height: 1.55;
}

.onb-home__process-grid {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 26px;
}
.onb-home__process-card {
    min-width: 0; padding: 0 25px 0 0; border: 0;
    border-radius: 0; background: transparent; box-shadow: none;
}
.onb-home__process-card:last-child { padding-right: 0; }
.onb-home__process-number {
    display: block; width: auto; height: auto; margin: 0 0 5px; color: var(--onb-home-accent);
    background: transparent; font-size: 30px; font-weight: 400; line-height: 1;
}
.onb-home__process-number::after { content: "."; }
.onb-home__process-card h3 {
    margin: 0 0 8px; color: var(--onb-home-copy); font-size: 20px; font-weight: 500; line-height: 1.3;
}
.onb-home__process-card p { margin: 0; color: var(--onb-home-muted); line-height: 1.58; }

.onb-home__account {
    display: flex; margin: 0 0 32px; padding: 20px 0; align-items: center; justify-content: space-between;
    gap: 32px; border: 0; border-top: 2px solid var(--onb-home-accent);
    border-bottom: 1px solid var(--onb-home-line); border-radius: 0; color: var(--onb-home-copy);
    background: transparent; box-shadow: none;
}
.onb-home__account .onb-home__eyebrow { margin-bottom: 6px; color: var(--onb-home-accent); }
.onb-home__account h2 { max-width: 650px; font-size: clamp(25px, 3vw, 32px); }
.onb-home__account p:last-child {
    max-width: 670px; margin: 8px 0 0; color: var(--onb-home-muted); font-size: 15px;
}
.onb-home__button {
    display: inline-flex; min-height: 45px; padding: 10px 20px; align-items: center; justify-content: center;
    border-radius: 2px; font-weight: 600; white-space: nowrap;
}
.onb-home__button--light { color: #fff; background: var(--onb-home-brand-dark); box-shadow: none; }
.onb-home__button--light:hover, .onb-home__button--light:focus {
    color: #fff; background: #19692b; text-decoration: none;
}

.onb-home__pricing { padding: 0; border-radius: 0; background: transparent; }
.onb-home__pricing .pricing-table {
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0;
}
.onb-home__pricing .pricing-table .card {
    width: auto; min-width: 0; margin: 0; overflow: hidden; border: 1px solid #d5d5d5;
    border-radius: 2px; background: #fff; box-shadow: none;
}
.onb-home__pricing .card-header {
    min-height: 76px; padding: 14px 10px 11px; border-bottom: 1px solid #d5d5d5; background: #f7f7f7;
}
.onb-home__pricing .card-header h3 {
    margin: 0 0 7px; color: var(--onb-home-ink); font-size: 22px; font-weight: 500;
}
.onb-home__pricing .card-header .badge { color: #fff; }
.onb-home__pricing .card-body, .onb-home__pricing .list-group-item { background: #fff; }
.onb-home__pricing .list-group-item {
    padding: 7px 11px; border: 0; color: var(--onb-home-copy); font-size: 13px;
}
.onb-home__pricing .card-footer {
    padding: 14px 12px 16px; border-top: 1px solid #d5d5d5; background: #f7f7f7;
}
.onb-home__pricing .card-footer .h4 { color: var(--onb-home-ink); font-size: 23px; }
.onb-home__pricing .btn-success {
    min-width: 104px; padding: 9px 17px; border-color: var(--onb-home-brand-dark);
    border-radius: 2px; background: var(--onb-home-brand-dark); font-weight: 500;
}
.onb-home__pricing-notes {
    display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 15px;
    border-top: 1px solid var(--onb-home-line);
}
.onb-home__pricing-notes p {
    margin: 0; padding: 11px 0 0; border-radius: 0; color: var(--onb-home-copy);
    background: transparent; line-height: 1.5;
}

.onb-home__feature-grid {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 34px;
}
.onb-home__feature-card {
    display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 13px; padding: 17px 0;
    border: 0; border-radius: 0; background: transparent;
}
.onb-home__feature-icon {
    display: block; width: auto; height: auto; padding-top: 2px; color: var(--onb-home-accent);
    background: transparent; font-size: 20px; text-align: center;
}
.onb-home__feature-card h3 {
    margin: 0 0 7px; color: var(--onb-home-copy); font-size: 20px; font-weight: 500;
}
.onb-home__feature-card p { margin: 0; color: var(--onb-home-copy); line-height: 1.58; }
.onb-home__manual-note {
    display: flex; gap: 13px; margin-top: 18px; padding: 9px 0 9px 16px;
    border-left: 3px solid var(--onb-home-accent); border-radius: 0; color: var(--onb-home-copy);
    background: transparent;
}
.onb-home__manual-note > i { margin-top: 3px; color: var(--onb-home-accent); font-size: 21px; }
.onb-home__manual-note p { margin: 0; line-height: 1.55; }

.onb-home__mission { padding: 0; border-radius: 0; background: transparent; }
.onb-home__mission-grid {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 26px;
}
.onb-home__mission-grid article {
    padding: 15px 0 0; border: 0; border-top: 2px solid var(--onb-home-accent);
    border-radius: 0; background: transparent; box-shadow: none;
}
.onb-home__mission-grid h3 {
    margin: 0 0 9px; color: var(--onb-home-copy); font-size: 19px; font-weight: 500;
}
.onb-home__mission-grid p { margin: 0; color: var(--onb-home-copy); line-height: 1.58; }

.onb-home__faq { margin-bottom: 40px; }
.onb-home__faq-list { padding: 0; border: 0; border-radius: 0; background: transparent; }
.onb-home__faq-list ul {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px;
    margin: 0; padding: 0; list-style: none;
}
.onb-home__faq-list li { border-bottom: 1px solid var(--onb-home-line); }
.onb-home__faq-list li a { display: block; padding: 9px 0; color: var(--onb-home-brand); }
.onb-home__faq-more { display: inline-block; margin-top: 12px; font-weight: 500; }

@media (max-width: 860px) {
    .onb-home__hero { padding-top: 42px; }
    .onb-home__process-grid, .onb-home__mission-grid { grid-template-columns: 1fr; }
    .onb-home__process-card {
        padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--onb-home-line);
    }
    .onb-home__process-card:first-child { padding-top: 0; }
    .onb-home__process-card:last-child { border-bottom: 0; }
    .onb-home__account { align-items: flex-start; flex-direction: column; }
    .onb-home__pricing .pricing-table { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .onb-home__feature-grid { grid-template-columns: 1fr; }
    .onb-home__mission-grid article { margin-bottom: 20px; }
}

@media (max-width: 680px) {
    .onb-home__hero { margin-top: 0; padding: 17px 20px 0; }
    .onb-home__hero .entry-title { font-size: 31px; }
    .onb-home__hero-lead { margin-top: 16px; font-size: 17px; }
    .onb-home .onb-short-order { margin-top: 18px; margin-bottom: 14px; }
    .onb-home .onb-short-order__intro, .onb-home .onb-short-order__card { width: 100%; }
    .onb-home .onb-short-order__intro { padding: 0 2px; }
    .onb-home .onb-short-order__intro h2 { font-size: 27px; }
    .onb-home .onb-short-order__progress { padding: 14px 0 9px; }
    .onb-home .onb-short-order__step { padding: 10px 0 7px; }
    .onb-home .onb-short-order__actions { padding: 12px 0 8px; }
    .onb-home .onb-short-order__summary-included { display: block; }
    .onb-home .onb-short-order__summary-included dd { max-width: none; margin-top: 4px; text-align: left; }
    .onb-home__section { margin-bottom: 30px; }
    .onb-home__section-heading { margin-bottom: 16px; }
    .onb-home__section-heading h2, .onb-home__account h2 { font-size: 28px; }
    .onb-home__account { margin-bottom: 30px; padding: 18px 0; gap: 18px; }
    .onb-home__button { width: 100%; }
    .onb-home__pricing .pricing-table, .onb-home__pricing-notes { grid-template-columns: 1fr; }
    .onb-home__pricing-notes { gap: 0; }
    .onb-home__feature-card { grid-template-columns: 25px minmax(0, 1fr); gap: 11px; }
    .onb-home__manual-note { padding-left: 12px; }
    .onb-home__mission-grid article { padding-top: 12px; }
    .onb-home__faq-list ul { grid-template-columns: 1fr; }
}
