.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__surface {
    border: 1px solid #d8e2d2;
    border-radius: 8px;
    display: grid;
    gap: 14px;
    padding: 16px;
}

.introgreen-plantcoach__guided {
    border-bottom: 1px solid #d8e2d2;
    display: grid;
    gap: 12px;
    padding-bottom: 14px;
}

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

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

.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__mode {
    background: #ffffff;
    border: 1px solid #cbd9c3;
    border-radius: 8px;
    color: #244b25;
    cursor: pointer;
    min-height: 44px;
    overflow-wrap: anywhere;
    padding: 10px 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__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: 140px;
    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__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__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: 96px;
    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__products {
    display: grid;
    gap: 8px;
    margin-top: 12px;
    white-space: normal;
}

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

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

.introgreen-plantcoach__product {
    background: #ffffff;
    border: 1px solid #d8e2d2;
    border-radius: 8px;
    color: #163416;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    min-height: 98px;
    padding: 10px;
    text-decoration: none;
}

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

.introgreen-plantcoach__product-image {
    align-items: center;
    background: #f7faf5;
    border: 1px solid #e4ecdf;
    border-radius: 6px;
    display: flex;
    height: 76px;
    justify-content: center;
    overflow: hidden;
    width: 76px;
}

.introgreen-plantcoach__product-image img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.introgreen-plantcoach__product-body {
    align-content: start;
    display: grid;
    gap: 5px;
    min-width: 0;
}
.introgreen-plantcoach__product:hover {
    border-color: #7fb275;
    box-shadow: 0 2px 8px rgba(34, 68, 34, .08);
    color: #163416;
    text-decoration: none;
}

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

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

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

.introgreen-plantcoach__product-badges span {
    background: #eef6eb;
    border: 1px solid #d8e2d2;
    border-radius: 999px;
    color: #244b25;
    font-size: 11px;
    line-height: 1.2;
    padding: 3px 7px;
}
.introgreen-plantcoach__product-action {
    color: #2f6f31;
    font-size: 13px;
    font-weight: 700;
}
.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 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@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 {
        grid-template-columns: 1fr;
    }

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

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