.introgreen-plantcoach[data-only-advice-pages="1"] {
    display: none;
}

.introgreen-plantcoach[data-only-advice-pages="1"].is-advice-path {
    display: block;
}
.introgreen-plantcoach {
    margin: 0 auto;
    max-width: 980px;
    padding: 28px 0 42px;
}

.introgreen-plantcoach__header {
    margin-bottom: 20px;
}

.introgreen-plantcoach__eyebrow {
    color: #3b7d3a;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
}

.introgreen-plantcoach__header h1 {
    font-size: 34px;
    line-height: 1.15;
    margin: 0;
}

.introgreen-plantcoach__subtitle {
    color: #4f5e4d;
    font-size: 16px;
    line-height: 1.45;
    margin: 8px 0 0;
    max-width: 760px;
}

.introgreen-plantcoach__surface {
    border: 1px solid #d8e2d2;
    border-radius: 8px;
    display: grid;
    gap: 12px;
    padding: 16px;
}

.introgreen-plantcoach__guided {
    display: grid;
    gap: 10px;
}

.introgreen-plantcoach--finder-only .introgreen-plantcoach__form,
.introgreen-plantcoach--finder-only .introgreen-plantcoach__quick,
.introgreen-plantcoach--finder-only .introgreen-plantcoach__modes,
.introgreen-plantcoach--finder-only .introgreen-plantcoach__how {
    display: none;
}

.introgreen-plantcoach--finder-only .introgreen-plantcoach__messages:empty {
    display: none;
}

.introgreen-plantcoach--finder-only .introgreen-plantcoach__messages:not(:has(.introgreen-plantcoach__message)) {
    display: none;
}

.introgreen-plantcoach--finder-only .introgreen-plantcoach__surface {
    align-content: start;
}

.introgreen-plantcoach__guided:has(.introgreen-plantcoach__modes:empty) {
    display: none;
}

.introgreen-plantcoach__guided-head {
    display: grid;
    gap: 3px;
}

.introgreen-plantcoach__guided-head strong {
    color: #163416;
    font-size: 16px;
}

.introgreen-plantcoach__guided-head span,
.introgreen-plantcoach__guided-panel p {
    color: #4f5e4d;
    font-size: 14px;
}

.introgreen-plantcoach__modes {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.introgreen-plantcoach__modes--grouped {
    align-items: end;
    grid-template-columns: minmax(0, 4fr) minmax(180px, 1.15fr);
}

.introgreen-plantcoach__mode-group {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.introgreen-plantcoach__mode-group-title {
    color: #3b7d3a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 2px;
}

.introgreen-plantcoach__mode-buttons {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.introgreen-plantcoach__mode-group:last-child {
    border-left: 1px solid #d8e2d2;
    padding-left: 10px;
}

.introgreen-plantcoach__mode {
    background: #ffffff;
    border: 1px solid #cbd9c3;
    border-radius: 999px;
    color: #244b25;
    cursor: pointer;
    min-height: 38px;
    overflow-wrap: anywhere;
    padding: 8px 12px;
    text-align: center;
}

.introgreen-plantcoach__mode strong {
    display: block;
    font-size: 13px;
    line-height: 1.25;
}

.introgreen-plantcoach__mode:hover,
.introgreen-plantcoach__mode.is-active,
.introgreen-plantcoach__guided-options button:hover,
.introgreen-plantcoach__guided-options button.is-active {
    background: #eef6eb;
    border-color: #7fb275;
}

.introgreen-plantcoach__guided-panel {
    background: #f7faf5;
    border: 1px solid #d8e2d2;
    border-radius: 8px;
    display: grid;
    gap: 10px;
    padding: 12px;
}

.introgreen-plantcoach__guided-panel[hidden] {
    display: none;
}

.introgreen-plantcoach__guided-title {
    color: #163416;
    font-size: 16px;
}

.introgreen-plantcoach__guided-panel p {
    margin: 0;
}

.introgreen-plantcoach__guided-field {
    display: grid;
    gap: 5px;
}

.introgreen-plantcoach__guided-field span {
    font-weight: 700;
}

.introgreen-plantcoach__guided-field input {
    border: 1px solid #cbd9c3;
    border-radius: 8px;
    padding: 10px 12px;
}

.introgreen-plantcoach__guided-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.introgreen-plantcoach__guided-options button,
.introgreen-plantcoach__guided-submit {
    background: #ffffff;
    border: 1px solid #cbd9c3;
    border-radius: 999px;
    color: #244b25;
    cursor: pointer;
    padding: 8px 12px;
}

.introgreen-plantcoach__finder-progress {
    align-items: center;
    color: #3b7d3a;
    display: grid;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    grid-template-columns: max-content minmax(80px, 1fr);
    margin-bottom: 10px;
}

.introgreen-plantcoach__finder-progress > span:last-child {
    background: #dbe8d5;
    border-radius: 999px;
    display: block;
    height: 6px;
    overflow: hidden;
}

.introgreen-plantcoach__finder-progress > span:last-child > span {
    background: #3b7d3a;
    border-radius: inherit;
    display: block;
    height: 100%;
    transition: width .2s ease;
}

.introgreen-plantcoach__finder-title {
    color: #163416;
    display: block;
    font-size: 20px;
    line-height: 1.3;
    margin: 2px 0 6px;
}

.introgreen-plantcoach__finder-help {
    margin: 0 0 12px;
}

.introgreen-plantcoach__finder-options {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
}

.introgreen-plantcoach__finder-option {
    align-items: flex-start;
    background: #fbfdf9;
    border: 1px solid #cdddc7;
    border-radius: 8px;
    color: #183018;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font: inherit;
    gap: 4px;
    min-height: 54px;
    padding: 12px 14px;
    text-align: left;
}

.introgreen-plantcoach__finder-option:hover,
.introgreen-plantcoach__finder-option:focus-visible {
    border-color: #3b7d3a;
    box-shadow: 0 4px 14px rgba(59, 125, 58, .12);
    outline: 0;
}

.introgreen-plantcoach__finder-option strong {
    font-size: 15px;
}

.introgreen-plantcoach__finder-option span {
    color: #5c695a;
    font-size: 13px;
    line-height: 1.35;
}

.introgreen-plantcoach__finder-option .introgreen-plantcoach__finder-option-icon {
    align-items: center;
    background: #edf5e9;
    border-radius: 999px;
    color: inherit;
    display: inline-flex;
    font-size: 24px;
    height: 42px;
    justify-content: center;
    margin-bottom: 4px;
    width: 42px;
}

.introgreen-plantcoach__finder-back {
    background: transparent;
    border: 0;
    color: #2f6e2f;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin-top: 12px;
    padding: 6px 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.introgreen-plantcoach__finder-restart {
    background: #3b7d3a;
    border: 1px solid #3b7d3a;
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    justify-self: start;
    padding: 10px 18px;
}

.introgreen-plantcoach__finder-restart:hover,
.introgreen-plantcoach__finder-restart:focus-visible {
    background: #2f6e2f;
    outline: 2px solid #9bc993;
    outline-offset: 2px;
}

.introgreen-plantcoach__finder-summary {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.introgreen-plantcoach__finder-summary > strong {
    color: #163416;
    flex-basis: 100%;
    font-size: 14px;
}

.introgreen-plantcoach__finder-chip {
    background: #f3f8f0;
    border: 1px solid #bcd2b5;
    border-radius: 999px;
    color: #285f28;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    padding: 7px 11px;
}

.introgreen-plantcoach__finder-chip::after {
    content: ' ✎';
}

.introgreen-plantcoach__finder-chip:hover,
.introgreen-plantcoach__finder-chip:focus-visible {
    border-color: #3b7d3a;
    outline: 2px solid #cbe0c5;
    outline-offset: 1px;
}

.introgreen-plantcoach__finder-summary .introgreen-plantcoach__finder-restart {
    background: transparent;
    color: #2f6e2f;
    font-size: 13px;
    margin-left: auto;
    padding: 7px 12px;
}

@media (max-width: 620px) {
    .introgreen-plantcoach__finder-options {
        grid-template-columns: 1fr;
    }

    .introgreen-plantcoach__finder-progress {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .introgreen-plantcoach__finder-progress > span:last-child > span {
        transition: none;
    }
}

.introgreen-plantcoach__guided-submit {
    background: #3b7d3a;
    border-color: #3b7d3a;
    color: #ffffff;
    font-weight: 700;
    justify-self: start;
}

.introgreen-plantcoach__messages {
    align-items: start;
    display: grid;
    gap: 10px;
    max-height: 560px;
    min-height: 86px;
    overflow-y: auto;
}

.introgreen-plantcoach__message {
    border-radius: 8px;
    line-height: 1.55;
    max-width: 82%;
    padding: 12px 14px;
    white-space: pre-wrap;
}

.introgreen-plantcoach__message--coach {
    background: #f4f7f1;
    justify-self: start;
}

.introgreen-plantcoach__messages > .introgreen-plantcoach__message--coach:first-child {
    max-width: 68%;
    padding: 10px 12px;
}

.introgreen-plantcoach__message--visitor {
    background: #e8f1e6;
    justify-self: end;
}
.introgreen-plantcoach__message--answer {
    display: grid;
    gap: 10px;
    white-space: normal;
}

.introgreen-plantcoach__answer-badge {
    align-self: start;
    background: #e7f1e3;
    border: 1px solid #cbd9c3;
    border-radius: 999px;
    color: #244b25;
    font-size: 12px;
    font-weight: 700;
    justify-self: start;
    line-height: 1.2;
    padding: 4px 9px;
}

.introgreen-plantcoach__answer-text {
    white-space: pre-wrap;
}

.introgreen-plantcoach__suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.introgreen-plantcoach__quick {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.introgreen-plantcoach__quick > span {
    color: #4f5e4d;
    font-size: 13px;
    font-weight: 700;
}

.introgreen-plantcoach__suggestion,
.introgreen-plantcoach__feedback button {
    background: #ffffff;
    border: 1px solid #cbd9c3;
    border-radius: 999px;
    color: #244b25;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 12px;
}

.introgreen-plantcoach__form {
    display: grid;
    gap: 10px;
}

.introgreen-plantcoach__input {
    display: grid;
    gap: 6px;
}

.introgreen-plantcoach__label {
    font-weight: 700;
}

.introgreen-plantcoach__input textarea {
    border: 1px solid #cbd9c3;
    border-radius: 8px;
    min-height: 84px;
    padding: 12px;
    resize: vertical;
}

.introgreen-plantcoach__submit {
    background: #3b7d3a;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    justify-self: end;
    padding: 11px 18px;
}

.introgreen-plantcoach__submit:disabled {
    cursor: wait;
    opacity: .65;
}

.introgreen-plantcoach__how {
    background: #fbfdf9;
    border: 1px solid #d8e2d2;
    border-radius: 8px;
    color: #334833;
    margin-top: 2px;
    padding: 0;
}

.introgreen-plantcoach__how summary {
    align-items: center;
    color: #163416;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    gap: 5px 10px;
    line-height: 1.25;
    padding: 9px 12px;
}

.introgreen-plantcoach__how summary::marker {
    color: #3b7d3a;
}

.introgreen-plantcoach__how-title {
    font-size: 14px;
}

.introgreen-plantcoach__how-note {
    color: #4f5e4d;
    font-size: 12px;
    font-weight: 500;
}

.introgreen-plantcoach__how p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 12px 8px;
    max-width: 820px;
}

.introgreen-plantcoach__how p:last-child {
    margin-bottom: 12px;
}

.introgreen-plantcoach__how-steps {
    display: grid;
    gap: 9px;
    margin: 0 12px 12px 28px;
    padding: 0;
}

.introgreen-plantcoach__how-steps li {
    padding-left: 2px;
}

.introgreen-plantcoach__how-steps strong {
    color: #163416;
    display: block;
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 2px;
}

.introgreen-plantcoach__how-steps span {
    color: #334833;
    display: block;
    font-size: 13px;
    line-height: 1.5;
}

.introgreen-plantcoach__products {
    display: grid;
    gap: 12px;
    margin-top: 16px;
    white-space: normal;
}

.introgreen-plantcoach__products-heading {
    color: #163416;
    font-size: 18px;
    line-height: 1.3;
}

.introgreen-plantcoach__product-count,
.introgreen-plantcoach__products-help {
    color: #566653;
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.introgreen-plantcoach__product-count {
    font-weight: 600;
}

.introgreen-plantcoach__product-sort {
    align-items: center;
    background: #f7faf5;
    border: 1px solid #e0e9dc;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    padding: 9px 11px;
}

.introgreen-plantcoach__product-sort span {
    color: #40503e;
    font-size: 13px;
    font-weight: 700;
}

.introgreen-plantcoach__product-sort select {
    background: #fff;
    border: 1px solid #cbd9c6;
    border-radius: 8px;
    color: #183018;
    font: inherit;
    font-size: 13px;
    min-height: 36px;
    padding: 7px 30px 7px 10px;
}

.introgreen-plantcoach__product-sort select:focus-visible {
    border-color: #3b7d3a;
    outline: 3px solid rgba(59, 125, 58, .16);
    outline-offset: 1px;
}

.introgreen-plantcoach__products--relaxed {
    background: #fbf8ed;
    border: 1px solid #e6dcae;
    border-radius: 14px;
    margin-top: 18px;
    padding: 14px;
}

.introgreen-plantcoach__product-list {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.introgreen-plantcoach__product {
    align-items: start;
    background: #ffffff;
    border: 1px solid #d3e1cd;
    border-radius: 14px;
    box-shadow: 0 2px 7px rgba(25, 66, 31, .05);
    box-sizing: border-box;
    color: #163416;
    display: grid;
    gap: 13px;
    grid-template-columns: 1fr;
    min-height: 164px;
    overflow: hidden;
    padding: 14px;
    position: relative;
    text-decoration: none;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.introgreen-plantcoach__product--has-image {
    grid-template-columns: 88px minmax(0, 1fr);
}

.introgreen-plantcoach__product-image {
    align-items: center;
    background: linear-gradient(145deg, #fbfdf9, #f0f6ed);
    border: 1px solid #e0eadd;
    border-radius: 11px;
    box-sizing: border-box;
    display: flex;
    height: 88px;
    justify-content: center;
    overflow: hidden;
    padding: 5px;
    width: 88px;
}

.introgreen-plantcoach__product-image img {
    display: block;
    height: 100%;
    object-fit: contain;
    transition: transform .18s ease;
    width: 100%;
}

.introgreen-plantcoach__product-body {
    align-content: start;
    display: grid;
    gap: 7px;
    height: 100%;
    min-width: 0;
}
.introgreen-plantcoach__product:hover {
    border-color: #76a86e;
    box-shadow: 0 8px 22px rgba(28, 70, 32, .12);
    color: #163416;
    text-decoration: none;
    transform: translateY(-2px);
}

.introgreen-plantcoach__product:hover .introgreen-plantcoach__product-image img {
    transform: scale(1.035);
}

.introgreen-plantcoach__product:focus-visible {
    border-color: #3b7d3a;
    box-shadow: 0 0 0 4px rgba(59, 125, 58, .16);
    outline: none;
}

.introgreen-plantcoach__product strong {
    color: #143619;
    font-size: 15px;
    line-height: 1.32;
}

.introgreen-plantcoach__product-meta {
    color: #4f5e4d;
    font-size: 13px;
    line-height: 1.45;
}

.introgreen-plantcoach__product-match {
    background: linear-gradient(135deg, #f3f8f0, #edf6e9);
    border: 1px solid #d9e8d4;
    border-radius: 9px;
    display: grid;
    gap: 6px;
    margin-top: 1px;
    padding: 8px 9px;
}

.introgreen-plantcoach__product-match-label {
    align-items: center;
    color: #40503e;
    display: flex;
    font-size: 11px;
    font-weight: 800;
    gap: 5px;
    line-height: 1.25;
}

.introgreen-plantcoach__product-match-label::before {
    align-items: center;
    background: #3b7d3a;
    border-radius: 50%;
    color: #fff;
    content: '\2713';
    display: inline-flex;
    flex: 0 0 16px;
    font-size: 10px;
    height: 16px;
    justify-content: center;
    line-height: 1;
    width: 16px;
}

.introgreen-plantcoach__product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.introgreen-plantcoach__product-badges span {
    background: rgba(255, 255, 255, .82);
    border: 1px solid #cbdcc5;
    border-radius: 999px;
    color: #245126;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    padding: 4px 8px;
}
.introgreen-plantcoach__product-action {
    align-items: center;
    align-self: end;
    background: #2f6f31;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(47, 111, 49, .16);
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    justify-self: start;
    margin-top: 2px;
    min-height: 34px;
    padding: 0 11px;
}

.introgreen-plantcoach__product-action::after {
    content: '\2192';
    font-size: 15px;
    line-height: 1;
    transition: transform .16s ease;
}

.introgreen-plantcoach__product:hover .introgreen-plantcoach__product-action {
    background: #285f2a;
}

.introgreen-plantcoach__product:hover .introgreen-plantcoach__product-action::after {
    transform: translateX(2px);
}

.introgreen-plantcoach__product[hidden] {
    display: none;
}

.introgreen-plantcoach__show-more {
    background: #ffffff;
    border: 1px solid #2f6f31;
    border-radius: 999px;
    box-shadow: 0 3px 10px rgba(47, 111, 49, .09);
    color: #2f6f31;
    cursor: pointer;
    font-weight: 700;
    justify-self: center;
    min-height: 42px;
    padding: 9px 18px;
    transition: background-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.introgreen-plantcoach__show-more:hover,
.introgreen-plantcoach__show-more:focus-visible {
    background: #eef6eb;
    box-shadow: 0 6px 14px rgba(47, 111, 49, .13);
    outline: none;
    transform: translateY(-1px);
}

.introgreen-plantcoach__finder-refinements,
.introgreen-plantcoach__finder-coach {
    border-top: 1px solid #d8e2d2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    white-space: normal;
}

.introgreen-plantcoach__finder-refinements > strong,
.introgreen-plantcoach__finder-coach > strong,
.introgreen-plantcoach__finder-coach > p,
.introgreen-plantcoach__finder-coach > form {
    flex-basis: 100%;
}

.introgreen-plantcoach__finder-refinements > strong,
.introgreen-plantcoach__finder-coach > strong {
    color: #163416;
    font-size: 15px;
}

.introgreen-plantcoach__finder-refinements > button {
    background: #eef6eb;
    border: 1px solid #b9cfb2;
    border-radius: 999px;
    color: #244b25;
    cursor: pointer;
    font-weight: 700;
    padding: 7px 12px;
}

.introgreen-plantcoach__finder-refinements > button:hover,
.introgreen-plantcoach__finder-refinements > button:focus-visible {
    border-color: #2f6f31;
}

.introgreen-plantcoach__finder-coach {
    background: #f4f8f1;
    border: 1px solid #d8e2d2;
    border-radius: 10px;
    padding: 14px;
}

.introgreen-plantcoach__finder-coach > p {
    color: #4f5e4d;
    margin: 0;
}

.introgreen-plantcoach__finder-coach form {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.introgreen-plantcoach__finder-coach textarea {
    border: 1px solid #b9c9b3;
    border-radius: 8px;
    box-sizing: border-box;
    font: inherit;
    min-height: 64px;
    padding: 9px 10px;
    resize: vertical;
    width: 100%;
}

.introgreen-plantcoach__finder-coach button {
    align-self: end;
    background: #2f6f31;
    border: 1px solid #2f6f31;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 14px;
}
.introgreen-plantcoach__categories {
    border-top: 1px solid #d8e2d2;
    display: grid;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    white-space: normal;
}

.introgreen-plantcoach__categories-heading {
    color: #163416;
    font-size: 14px;
}

.introgreen-plantcoach__category-list {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.introgreen-plantcoach__category {
    background: #ffffff;
    border: 1px solid #d8e2d2;
    border-radius: 8px;
    color: #163416;
    display: grid;
    gap: 3px;
    padding: 8px 10px;
    text-decoration: none;
}

.introgreen-plantcoach__category:hover {
    border-color: #7fb275;
    box-shadow: 0 2px 8px rgba(34, 68, 34, .08);
    color: #163416;
    text-decoration: none;
}

.introgreen-plantcoach__category strong {
    font-size: 14px;
    line-height: 1.3;
}

.introgreen-plantcoach__category span {
    color: #2f6f31;
    font-size: 13px;
    font-weight: 700;
}
.introgreen-plantcoach__sources {
    border-top: 1px solid #d8e2d2;
    display: grid;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
}

.introgreen-plantcoach__sources-heading {
    color: #163416;
    font-size: 14px;
}

.introgreen-plantcoach__source-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.introgreen-plantcoach__source-list a {
    border: 1px solid #d8e2d2;
    border-radius: 8px;
    color: #2f6f31;
    display: grid;
    font-size: 13px;
    gap: 2px;
    padding: 7px 9px;
    text-decoration: none;
}

.introgreen-plantcoach__source-list a:hover {
    border-color: #7fb275;
    text-decoration: none;
}

.introgreen-plantcoach__source-label {
    color: #4f5e4d;
    font-size: 11px;
    font-weight: 600;
}

.introgreen-plantcoach__source-list strong {
    font-size: 13px;
    line-height: 1.25;
}

.introgreen-plantcoach__feedback {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

@media (max-width: 900px) {
    .introgreen-plantcoach__modes,
    .introgreen-plantcoach__modes--grouped {
        grid-template-columns: 1fr;
    }

    .introgreen-plantcoach__mode-group:last-child {
        border-left: 0;
        border-top: 1px solid #d8e2d2;
        padding-left: 0;
        padding-top: 10px;
    }
}

@media (max-width: 640px) {
    .introgreen-plantcoach {
        padding: 16px 0 28px;
    }

    .introgreen-plantcoach__header h1 {
        font-size: 26px;
    }

    .introgreen-plantcoach__message {
        max-width: 94%;
    }

    .introgreen-plantcoach__modes,
    .introgreen-plantcoach__modes--grouped {
        grid-template-columns: 1fr;
    }

    .introgreen-plantcoach__product-list,
    .introgreen-plantcoach__category-list {
        grid-template-columns: 1fr;
    }

    .introgreen-plantcoach__product-sort {
        align-items: stretch;
        flex-direction: column;
    }

    .introgreen-plantcoach__product-sort select {
        box-sizing: border-box;
        width: 100%;
    }

    .introgreen-plantcoach__submit {
        justify-self: stretch;
    }

    .introgreen-plantcoach__finder-coach form {
        grid-template-columns: 1fr;
    }

    .introgreen-plantcoach__finder-coach button {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .introgreen-plantcoach__product {
        gap: 10px;
        min-height: 0;
        padding: 11px;
    }

    .introgreen-plantcoach__product--has-image {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .introgreen-plantcoach__product-image {
        height: 72px;
        padding: 4px;
        width: 72px;
    }

    .introgreen-plantcoach__product strong {
        font-size: 14px;
    }

    .introgreen-plantcoach__product-action {
        box-sizing: border-box;
        justify-self: stretch;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .introgreen-plantcoach__product,
    .introgreen-plantcoach__product-image img,
    .introgreen-plantcoach__product-action::after,
    .introgreen-plantcoach__show-more {
        transition: none;
    }

    .introgreen-plantcoach__product:hover,
    .introgreen-plantcoach__show-more:hover,
    .introgreen-plantcoach__show-more:focus-visible {
        transform: none;
    }
}

.introgreen-plantfinder-promo {
    align-items: center;
    background:
        radial-gradient(circle at 88% 14%, rgba(255, 255, 255, .7) 0 13%, transparent 14%),
        linear-gradient(125deg, #f3f7ee 0%, #e5efde 100%);
    border: 1px solid #d3e1cc;
    border-radius: 22px;
    box-sizing: border-box;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 210px;
    margin: 24px 0;
    min-height: 260px;
    overflow: hidden;
    padding: clamp(24px, 4vw, 46px);
    position: relative;
}

.introgreen-plantfinder-promo__content {
    max-width: 680px;
    position: relative;
    z-index: 2;
}

.introgreen-plantfinder-promo__eyebrow {
    color: #2f6f31;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.introgreen-plantfinder-promo h2 {
    color: #102d18;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.08;
    margin: 0 0 12px;
}

.introgreen-plantfinder-promo p {
    color: #405345;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    max-width: 610px;
}

.introgreen-plantfinder-promo__types {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.introgreen-plantfinder-promo__types span {
    background: rgba(255, 255, 255, .72);
    border: 1px solid #c8dbc0;
    border-radius: 999px;
    color: #244b25;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 12px;
}

.introgreen-plantfinder-promo__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin-top: 22px;
}

.introgreen-plantfinder-promo__button,
.introgreen-plantfinder-promo__button:visited {
    align-items: center;
    background: #2f6f31;
    border: 1px solid #2f6f31;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(38, 92, 40, .16);
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    text-decoration: none;
    transition: background-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.introgreen-plantfinder-promo__button:hover,
.introgreen-plantfinder-promo__button:visited:hover,
.introgreen-plantfinder-promo__button:focus-visible {
    background: #255b27;
    box-shadow: 0 10px 22px rgba(38, 92, 40, .22);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.introgreen-plantfinder-promo__button span {
    font-size: 20px;
    line-height: 1;
}

.introgreen-plantfinder-promo__actions small {
    color: #5b6b5d;
    font-size: 12px;
}

.introgreen-plantfinder-promo__visual {
    align-self: stretch;
    min-height: 190px;
    position: relative;
}

.introgreen-plantfinder-mini__step {
    margin-top: 20px;
}

.introgreen-plantfinder-mini__question {
    display: grid;
    gap: 3px;
    margin-bottom: 10px;
}

.introgreen-plantfinder-mini__question > span {
    color: #607064;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.introgreen-plantfinder-mini__question > strong {
    color: #17341e;
    font-size: 17px;
}

.introgreen-plantfinder-mini__options {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.introgreen-plantfinder-mini__options button {
    align-items: center;
    background: rgba(255, 255, 255, .78);
    border: 1px solid #bfd3b7;
    border-radius: 12px;
    color: #1d4124;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font: inherit;
    gap: 5px;
    justify-content: center;
    min-height: 78px;
    padding: 10px;
    text-align: center;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.introgreen-plantfinder-mini__options button:hover,
.introgreen-plantfinder-mini__options button:focus-visible,
.introgreen-plantfinder-mini__options button.is-active {
    border-color: #3f7c42;
    box-shadow: 0 5px 14px rgba(40, 90, 43, .13);
    outline: none;
    transform: translateY(-1px);
}

.introgreen-plantfinder-mini__options button.is-active {
    background: #e6f1e1;
}

.introgreen-plantfinder-mini__options button > span {
    font-size: 24px;
    line-height: 1;
}

.introgreen-plantfinder-mini__options button > strong {
    font-size: 13px;
    line-height: 1.25;
}

.introgreen-plantfinder-mini__change {
    background: transparent;
    border: 0;
    color: #356638;
    cursor: pointer;
    font-size: 12px;
    margin-top: 9px;
    padding: 0;
    text-decoration: underline;
}

.introgreen-plantfinder-mini [hidden] {
    display: none !important;
}

.introgreen-plantfinder-promo__pot {
    background: linear-gradient(145deg, #b36f3c, #8a4c27);
    border-radius: 8px 8px 34px 34px;
    bottom: -54px;
    height: 150px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 150px;
}

.introgreen-plantfinder-promo__pot::before {
    background: #c9824a;
    border-radius: 8px;
    content: '';
    height: 20px;
    left: -9px;
    position: absolute;
    top: -5px;
    width: 168px;
}

.introgreen-plantfinder-promo__leaf {
    background: linear-gradient(145deg, #609a59, #2f6f45);
    border-radius: 100% 0 100% 0;
    height: 104px;
    left: 50%;
    position: absolute;
    top: 18px;
    transform-origin: 0 100%;
    width: 70px;
}

.introgreen-plantfinder-promo__leaf--one {
    transform: rotate(-34deg) translate(-8px, 6px);
}

.introgreen-plantfinder-promo__leaf--two {
    background: linear-gradient(145deg, #78aa66, #3d8050);
    transform: rotate(42deg) translate(-4px, 10px) scale(.9);
}

@media (max-width: 700px) {
    .introgreen-plantfinder-promo {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }

    .introgreen-plantfinder-promo__visual {
        display: none;
    }

    .introgreen-plantfinder-promo__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .introgreen-plantfinder-promo__button {
        box-sizing: border-box;
        width: 100%;
    }

    .introgreen-plantfinder-mini__options {
        grid-template-columns: 1fr;
    }

    .introgreen-plantfinder-mini__options button {
        flex-direction: row;
        justify-content: flex-start;
        min-height: 54px;
        text-align: left;
    }
}
