.hostillaModernizationPage,
.hostillaModernizationPage * {
    box-sizing: border-box;
}

.hostillaModernizationPage {
    margin: 0;
    background: #ffffff !important;
    color: #17231d !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.hostillaModernizationPage a {
    color: inherit;
}

.hmSrOnly {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hmContainer {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.hmHeader {
    position: relative;
    z-index: 40;
    width: 100%;
    min-height: 82px;
    background: #ffffff !important;
    border-bottom: 1px solid #dce7df;
}

.hmHeaderInner {
    width: min(1260px, calc(100% - 40px));
    min-height: 82px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
}

.hmBrand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    min-width: 190px;
}

.hmBrand > span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.hmBrand strong {
    color: #1b251f;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0;
}

.hmBrand strong::first-letter {
    color: #63b82e;
}

.hmBrand small {
    margin-top: 4px;
    color: #55625a;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.hmWing {
    width: 36px;
    height: 32px;
    color: #64b82e;
    flex: 0 0 auto;
}

.hmWing svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.hmNav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 26px;
}

.hmNav a {
    color: #26342c;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding: 9px 0 7px;
}

.hmNav a:hover,
.hmNav a:focus-visible {
    color: #3a7d20;
    border-bottom-color: #d9b84b;
    outline: none;
}

.hmLanguage select {
    width: 72px;
    height: 40px;
    border: 1px solid #b9c9bf;
    border-radius: 6px;
    background: #ffffff !important;
    color: #1f3026 !important;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    padding: 0 28px 0 12px;
    cursor: pointer;
}

.hmLanguage select:focus {
    border-color: #d9b84b;
    outline: 2px solid #f5e6a7;
    outline-offset: 2px;
}

.hmHero {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    isolation: isolate;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hmHeroShade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(13, 28, 20, 0.69);
}

.hmHeroContent {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 44px;
    padding-bottom: 44px;
}

.hmEyebrow {
    margin: 0 0 14px;
    color: #ddefcb !important;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.hmEyebrowDark {
    color: #4f8f2f !important;
}

.hmHero h1 {
    width: min(760px, 100%);
    margin: 0;
    color: #ffffff !important;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
}

.hmLead {
    width: min(720px, 100%);
    margin: 24px 0 0;
    color: #f4f8f5 !important;
    font-size: 19px;
    line-height: 1.55;
}

.hmActions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hmButton {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 11px 22px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.hmButton:hover,
.hmButton:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.hmButtonPrimary {
    background: #55ad27 !important;
    border-color: #55ad27;
    color: #ffffff !important;
}

.hmButtonPrimary:hover,
.hmButtonPrimary:focus-visible {
    background: #d7b547 !important;
    border-color: #d7b547;
    color: #17231d !important;
}

.hmButtonSecondary {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.72);
    color: #ffffff !important;
}

.hmButtonSecondary:hover,
.hmButtonSecondary:focus-visible {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #234019 !important;
}

.hmTrust {
    background: #ffffff !important;
    border-bottom: 1px solid #dce7df;
}

.hmTrust ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hmTrust li {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #29372f !important;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-right: 1px solid #e1ebe4;
}

.hmTrust li:last-child {
    border-right: 0;
}

.hmTrust li span,
.hmChecklist li span {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8f4e1 !important;
    color: #4b9826 !important;
    font-weight: 900;
}

.hmFormSection {
    scroll-margin-top: 20px;
    background: #f4f7f3 !important;
}

.hmFormLayout {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    gap: 58px;
    align-items: start;
}

.hmFormIntro h2 {
    margin: 0;
    color: #17231d !important;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 0;
}

.hmFormIntro > p:not(.hmEyebrow) {
    margin: 18px 0 0;
    color: #526158 !important;
    font-size: 17px;
}

.hmFormIntro .hmFormNote {
    padding-top: 18px;
    border-top: 1px solid #cfdcd2;
    font-size: 14px !important;
}

.hmRequestForm {
    position: relative;
    min-width: 0;
    border: 1px solid #c9ddce;
    border-radius: 8px;
    background: #ffffff !important;
    padding: 30px;
}

.hmFormGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.hmField {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #27362e !important;
    font-size: 14px;
    font-weight: 800;
}

.hmFieldWide {
    grid-column: 1 / -1;
}

.hmField b,
.hmConsent b {
    color: #b43226 !important;
}

.hmField input,
.hmField textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid #aebfb4;
    border-radius: 6px;
    background: #ffffff !important;
    color: #17231d !important;
    font: inherit;
    font-size: 16px;
    font-weight: 400;
}

.hmField input {
    height: 48px;
    padding: 0 14px;
}

.hmField textarea {
    min-height: 132px;
    padding: 12px 14px;
    line-height: 1.5;
    resize: vertical;
}

.hmField input::placeholder,
.hmField textarea::placeholder {
    color: #7a887f !important;
    opacity: 1;
}

.hmField input:focus,
.hmField textarea:focus {
    border-color: #d2aa27;
    outline: 3px solid #f6e7a8;
    outline-offset: 1px;
}

.hmConsent {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-top: 22px;
    color: #334239 !important;
    font-size: 14px;
    cursor: pointer;
}

.hmConsent input {
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    accent-color: #55ad27;
}

.hmFormActions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
}

.hmFormActions small {
    color: #68766d !important;
    font-size: 12px;
}

.hmFormActions .hmButton {
    flex: 0 0 auto;
    cursor: pointer;
    font-family: inherit;
}

.hmFormMessage {
    margin: 0 0 22px;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 700;
}

.hmFormMessageSuccess {
    border-color: #83b86b;
    background: #ecf7e7 !important;
    color: #285f20 !important;
}

.hmFormMessageError {
    border-color: #d7a59e;
    background: #fff0ee !important;
    color: #8a2b21 !important;
}

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

.hmSection {
    padding: 82px 0;
    background: #ffffff !important;
}

.hmSectionMuted {
    background: #f4f7f3 !important;
}

.hmSectionHeading {
    width: min(760px, 100%);
    margin-bottom: 36px;
}

.hmSectionHeading h2,
.hmProcessLayout > div h2,
.hmSeoGrid h2,
.hmIncluded h2,
.hmFaqLayout h2,
.hmFinal h2 {
    margin: 0;
    color: #17231d !important;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.hmSectionHeading > p:last-child,
.hmSeoGrid article > p,
.hmIncluded .hmContainer > p,
.hmFinal p {
    color: #526158 !important;
}

.hmSectionHeading > p:last-child {
    margin: 16px 0 0;
    font-size: 17px;
}

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

.hmCard {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #cfe0d3;
    border-radius: 8px;
    background: #ffffff !important;
    padding: 26px;
}

.hmCardIcon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8f4e1 !important;
    color: #428d22 !important;
    font-size: 18px;
    font-weight: 900;
}

.hmCard h3,
.hmSteps h3 {
    margin: 20px 0 8px;
    color: #1d2b23 !important;
    font-size: 19px;
    line-height: 1.25;
    letter-spacing: 0;
}

.hmCard p,
.hmSteps p {
    margin: 0;
    color: #59685f !important;
    font-size: 14px;
}

.hmProcessLayout {
    display: grid;
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: 68px;
    align-items: start;
}

.hmSteps {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #cfdbd2;
}

.hmSteps li {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid #cfdbd2;
}

.hmSteps > li > span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #55ad27 !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 900;
}

.hmSteps h3 {
    margin: 0 0 5px;
}

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

.hmSeoGrid article {
    min-width: 0;
}

.hmSeoGrid h2 {
    font-size: 25px;
}

.hmSeoGrid article > p {
    margin: 18px 0;
}

.hmChecklist {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.hmChecklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    color: #2e3b33 !important;
    border-bottom: 1px solid #e1e9e3;
}

.hmSectionDark {
    background: #19271f !important;
}

.hmSectionHeadingLight h2 {
    color: #ffffff !important;
}

.hmTableWrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #405047;
    border-radius: 8px;
}

.hmTableWrap table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #213129 !important;
    color: #ffffff !important;
}

.hmTableWrap th,
.hmTableWrap td {
    padding: 18px 20px;
    text-align: left;
    border-bottom: 1px solid #405047;
    color: #eef5ef !important;
}

.hmTableWrap thead th {
    background: #2a3b31 !important;
    color: #cfeac0 !important;
    font-size: 13px;
    text-transform: uppercase;
}

.hmTableWrap tbody th {
    width: 18%;
    color: #ffffff !important;
}

.hmTableWrap tbody td:last-child {
    color: #d9efcc !important;
}

.hmTableWrap tbody tr:last-child th,
.hmTableWrap tbody tr:last-child td {
    border-bottom: 0;
}

.hmIncluded {
    background: #eef6e9 !important;
}

.hmIncluded .hmContainer {
    display: grid;
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: 68px;
    align-items: start;
}

.hmIncluded .hmContainer > p {
    margin: 0;
    font-size: 17px;
}

.hmFaqLayout {
    display: grid;
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: 68px;
    align-items: start;
}

.hmFaq details {
    border-bottom: 1px solid #d8e3db;
}

.hmFaq details:first-child {
    border-top: 1px solid #d8e3db;
}

.hmFaq summary {
    position: relative;
    padding: 20px 44px 20px 0;
    color: #1d2b23 !important;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.hmFaq summary::-webkit-details-marker {
    display: none;
}

.hmFaq summary::after {
    content: "+";
    position: absolute;
    right: 8px;
    top: 15px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #84b86a;
    border-radius: 50%;
    color: #438c25 !important;
    font-size: 20px;
}

.hmFaq details[open] summary::after {
    content: "−";
    background: #e8f4e1 !important;
}

.hmFaq details p {
    margin: 0;
    padding: 0 48px 20px 0;
    color: #56645b !important;
}

.hmFinal {
    padding: 54px 0;
    background: #f2f6ef !important;
    border-top: 1px solid #d6e4d8;
    border-bottom: 1px solid #d6e4d8;
}

.hmFinal .hmContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.hmFinal p {
    width: min(720px, 100%);
    margin: 10px 0 0;
}

.hmFinal .hmButton {
    flex: 0 0 auto;
}

.hmFooter {
    padding: 26px 0;
    background: #ffffff !important;
}

.hmFooter .hmContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 26px;
    color: #69766e !important;
    font-size: 13px;
    text-align: center;
}

.hmFooter a {
    color: #3e8122 !important;
    font-weight: 800;
}

@media (max-width: 980px) {
    .hmHeaderInner {
        gap: 18px;
    }

    .hmNav {
        gap: 15px;
    }

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

    .hmProcessLayout,
    .hmIncluded .hmContainer,
    .hmFaqLayout,
    .hmFormLayout {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 760px) {
    .hmContainer,
    .hmHeaderInner {
        width: min(100% - 28px, 1180px);
    }

    .hmHeader,
    .hmHeaderInner {
        min-height: 70px;
    }

    .hmHeaderInner {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .hmBrand {
        min-width: 0;
    }

    .hmBrand strong {
        font-size: 28px;
    }

    .hmWing {
        width: 30px;
    }

    .hmNav {
        display: none;
    }

    .hmLanguage select {
        width: 68px;
        height: 38px;
    }

    .hmHero,
    .hmHeroContent {
        min-height: 490px;
    }

    .hmHero {
        background-position: 58% center;
    }

    .hmHeroShade {
        background: rgba(12, 27, 19, 0.78);
    }

    .hmHero h1 {
        font-size: 34px;
        line-height: 1.12;
    }

    .hmLead {
        margin-top: 18px;
        font-size: 16px;
    }

    .hmActions {
        width: 100%;
        margin-top: 24px;
    }

    .hmButton {
        width: 100%;
    }

    .hmTrust ul {
        grid-template-columns: 1fr;
    }

    .hmTrust li {
        min-height: 52px;
        justify-content: flex-start;
        text-align: left;
        border-right: 0;
        border-bottom: 1px solid #e1ebe4;
    }

    .hmTrust li:last-child {
        border-bottom: 0;
    }

    .hmSection {
        padding: 58px 0;
    }

    .hmSectionHeading h2,
    .hmProcessLayout > div h2,
    .hmIncluded h2,
    .hmFaqLayout h2,
    .hmFormIntro h2,
    .hmFinal h2 {
        font-size: 27px;
    }

    .hmCardGrid,
    .hmSeoGrid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hmCard {
        min-height: 0;
    }

    .hmSeoGrid {
        gap: 42px;
    }

    .hmTableWrap th,
    .hmTableWrap td {
        padding: 14px;
        font-size: 14px;
    }

    .hmFinal .hmContainer {
        align-items: stretch;
        flex-direction: column;
    }

    .hmRequestForm {
        padding: 22px 18px;
    }

    .hmFormGrid {
        grid-template-columns: 1fr;
    }

    .hmFieldWide {
        grid-column: auto;
    }

    .hmFormActions {
        align-items: stretch;
        flex-direction: column;
    }

    .hmFooter .hmContainer {
        flex-direction: column;
    }
}

@media (max-width: 380px) {
    .hmHero h1 {
        font-size: 30px;
    }

    .hmBrand small {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hmButton {
        transition: none;
    }
}
