.hostillaAdvisorApp {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 48px;
    color: #17231c;
    font-family: Arial, Tahoma, sans-serif;
}

.hostillaAdvisorApp *,
.hostillaAdvisorApp *::before,
.hostillaAdvisorApp *::after {
    box-sizing: border-box;
}

.hostillaAdvisorHero {
    padding: 32px 0 26px;
    border-bottom: 1px solid #dfead9;
}

.hostillaAdvisorEyebrow,
.hostillaAdvisorResultsHead p {
    margin: 0 0 8px;
    color: #4c941f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.hostillaAdvisorHero .hostillaAdvisorLead {
    max-width: 850px;
    margin: 0 0 12px;
    color: #132117 !important;
    font-family: "Century Gothic", Arial, sans-serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
}

.hostillaAdvisorHero > p:not(.hostillaAdvisorEyebrow) {
    max-width: 850px;
    margin: 0;
    color: #45564a;
    font-size: 16px;
    line-height: 1.58;
}

.hostillaAdvisorTrust {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.hostillaAdvisorTrust span {
    padding: 7px 10px;
    border: 1px solid #dce9d5;
    border-radius: 6px;
    background: #f7fbf4;
    color: #315629;
    font-size: 12px;
    font-weight: 700;
}

.hostillaAdvisorForm {
    padding: 28px 0;
}

.hostillaAdvisorForm fieldset {
    min-width: 0;
    margin: 0;
    padding: 20px 0 24px;
    border: 0;
    border-bottom: 1px solid #e3ece0;
}

.hostillaAdvisorForm legend {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
    color: #214b19;
    font-size: 18px;
    font-weight: 700;
}

.hostillaAdvisorForm legend span {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #4da923;
    color: #fff;
    font-size: 14px;
}

.hostillaAdvisorChoiceGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.hostillaAdvisorChoice {
    position: relative;
    min-width: 0;
    cursor: pointer;
}

.hostillaAdvisorChoice input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.hostillaAdvisorChoice > span {
    display: flex;
    flex-direction: column;
    min-height: 78px;
    padding: 14px;
    border: 1px solid #dce7d7;
    border-radius: 7px;
    background: #fff;
    transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.hostillaAdvisorChoice strong {
    color: #1b2d20;
    font-size: 15px;
    line-height: 1.3;
}

.hostillaAdvisorChoice small {
    margin-top: 5px;
    color: #657269;
    font-size: 12px;
    line-height: 1.35;
}

.hostillaAdvisorChoice input:checked + span {
    border-color: #53a82e;
    background: #f5fbf1;
    box-shadow: inset 4px 0 0 #53a82e;
}

.hostillaAdvisorChoice input:focus-visible + span {
    outline: 3px solid #e5c66a;
    outline-offset: 2px;
}

.hostillaAdvisorNumbers {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.hostillaAdvisorNumbers label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
    color: #36473b;
    font-size: 13px;
    font-weight: 700;
}

.hostillaAdvisorNumbers input,
.hostillaAdvisorNumbers select {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #cfdccb;
    border-radius: 6px;
    background: #fff;
    color: #18261d;
    font: 14px Arial, sans-serif;
}

.hostillaAdvisorNumbers input:focus,
.hostillaAdvisorNumbers select:focus {
    border-color: #4b9e28;
    outline: 3px solid #eef7e8;
}

.hostillaAdvisorChecks {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.hostillaAdvisorChecks label {
    position: relative;
    cursor: pointer;
}

.hostillaAdvisorChecks input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.hostillaAdvisorChecks span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #d8e5d2;
    border-radius: 6px;
    background: #fff;
    color: #34443a;
    font-size: 13px;
    font-weight: 700;
}

.hostillaAdvisorChecks input:checked + span {
    border-color: #4da923;
    background: #edf8e8;
    color: #2e7316;
}

.hostillaAdvisorChecks input:focus-visible + span {
    outline: 3px solid #e5c66a;
    outline-offset: 2px;
}

.hostillaAdvisorPeriod {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.hostillaAdvisorSubmit {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 22px;
}

.hostillaAdvisorSubmit button,
.hostillaAdvisorPrimary,
.hostillaAdvisorNotice a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 20px;
    border: 1px solid #3c9019;
    border-radius: 6px;
    background: #4daa23;
    color: #fff !important;
    font: 700 14px Arial, sans-serif;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(63, 145, 28, .18);
}

.hostillaAdvisorSubmit button:hover,
.hostillaAdvisorPrimary:hover,
.hostillaAdvisorNotice a:hover {
    background: #3f941e;
}

.hostillaAdvisorSubmit button:disabled {
    cursor: wait;
    opacity: .7;
}

.hostillaAdvisorSubmit p {
    max-width: 620px;
    margin: 0;
    color: #67736b;
    font-size: 12px;
    line-height: 1.45;
}

.hostillaAdvisorResults {
    min-height: 190px;
    padding: 26px 0;
    border-top: 3px solid #4ca822;
    border-bottom: 1px solid #dfe9db;
}

.hostillaAdvisorEmpty {
    padding: 26px 0;
    text-align: center;
}

.hostillaAdvisorEmpty h2,
.hostillaAdvisorResultsHead h2,
.hostillaAdvisorMethod h2 {
    margin: 0 0 8px;
    color: #1c4218 !important;
    font-family: "Century Gothic", Arial, sans-serif !important;
    font-size: 23px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

.hostillaAdvisorEmpty p {
    margin: 0;
    color: #637068;
}

.hostillaAdvisorResults.is-loading {
    opacity: .72;
}

.hostillaAdvisorResultsHead {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.hostillaAdvisorResultsHead > span {
    color: #667269;
    font-size: 12px;
}

.hostillaAdvisorResultGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.hostillaAdvisorResultCard {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 20px;
    border: 1px solid #dbe7d5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(28, 54, 21, .07);
}

.hostillaAdvisorResultCard.is-best {
    border-color: #58a934;
    box-shadow: 0 16px 34px rgba(51, 127, 21, .12);
}

.hostillaAdvisorCardTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.hostillaAdvisorCardTop span {
    color: #377d1e;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.hostillaAdvisorCardTop b {
    display: inline-grid;
    place-items: center;
    min-width: 42px;
    min-height: 32px;
    border-radius: 16px;
    background: #eff8ea;
    color: #347b1d;
    font-size: 12px;
}

.hostillaAdvisorResultCard h3 {
    margin: 14px 0 6px;
    color: #16221a !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
}

.hostillaAdvisorFit {
    min-height: 55px;
    margin: 0 0 14px;
    color: #59665d;
    font-size: 13px;
    line-height: 1.45;
}

.hostillaAdvisorSelectedCost {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3px 10px;
    padding: 12px;
    border-radius: 7px;
    background: #f2f9ed;
}

.hostillaAdvisorSelectedCost small {
    grid-column: 1 / -1;
    color: #5c6e61;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.hostillaAdvisorSelectedCost strong {
    color: #2f7916;
    font-size: 18px;
}

.hostillaAdvisorSelectedCost span {
    align-self: center;
    color: #526158;
    font-size: 12px;
}

.hostillaAdvisorCosts {
    margin: 12px 0;
}

.hostillaAdvisorCosts div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #edf2ea;
}

.hostillaAdvisorCosts div.is-selected {
    color: #347a1b;
    font-weight: 700;
}

.hostillaAdvisorCosts dt,
.hostillaAdvisorCosts dd {
    margin: 0;
    font-size: 12px;
}

.hostillaAdvisorCosts dd {
    text-align: right;
    white-space: nowrap;
}

.hostillaAdvisorFeatures {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.hostillaAdvisorFeatures li {
    padding: 7px 0 7px 22px;
    border-bottom: 1px solid #edf2ea;
    background: url(/Images/ordersPointBgList.png) no-repeat 0 4px;
    color: #3f4d43;
    font-size: 12px;
    line-height: 1.38;
}

.hostillaAdvisorCardActions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 9px;
    margin-top: auto;
}

.hostillaAdvisorCardActions > a:not(.hostillaAdvisorPrimary) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #6aaa4a;
    border-radius: 6px;
    color: #347719 !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}

.hostillaAdvisorPriceNote {
    margin: 16px 0 0;
    color: #6b766e;
    font-size: 11px;
    line-height: 1.45;
}

.hostillaAdvisorNotice {
    padding: 22px;
    border: 1px solid #e8d69e;
    border-radius: 8px;
    background: #fffaf0;
}

.hostillaAdvisorNotice h3 {
    margin: 0 0 7px;
    color: #51451f;
}

.hostillaAdvisorNotice p {
    margin: 0 0 14px;
}

.hostillaAdvisorMethod {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 0;
}

.hostillaAdvisorMethod > div {
    max-width: 850px;
}

.hostillaAdvisorMethod p {
    margin: 0;
    color: #56645a;
    line-height: 1.55;
}

.hostillaAdvisorMethod > a {
    flex: 0 0 auto;
    color: #397e1e !important;
    font-weight: 700;
}

@media (max-width: 980px) {
    .hostillaAdvisorChoiceGrid,
    .hostillaAdvisorResultGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hostillaAdvisorNumbers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .hostillaAdvisorApp {
        width: min(100% - 20px, 1180px);
    }

    .hostillaAdvisorHero {
        padding-top: 22px;
    }

    .hostillaAdvisorHero h1 {
        font-size: 29px !important;
    }

    .hostillaAdvisorChoiceGrid,
    .hostillaAdvisorPeriod,
    .hostillaAdvisorResultGrid,
    .hostillaAdvisorNumbers,
    .hostillaAdvisorCardActions {
        grid-template-columns: 1fr;
    }

    .hostillaAdvisorSubmit,
    .hostillaAdvisorResultsHead,
    .hostillaAdvisorMethod {
        align-items: stretch;
        flex-direction: column;
    }

    .hostillaAdvisorSubmit button,
    .hostillaAdvisorMethod > a {
        width: 100%;
        text-align: center;
    }

    .hostillaAdvisorFit {
        min-height: 0;
    }
}
