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

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

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

.hitpHero {
    padding: 72px 0 58px;
    border-bottom: 1px solid #dbe7dd;
    background: #f5f8f3 !important;
}

.hitpEyebrow {
    margin: 0 0 10px;
    color: #4e8d2e !important;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.hitpHero h1 {
    max-width: 900px;
    margin: 0;
    color: #16241c !important;
    font-size: 42px;
    line-height: 1.12;
    letter-spacing: 0;
}

.hitpLead {
    max-width: 840px;
    margin: 20px 0 0;
    color: #4e5e54 !important;
    font-size: 19px;
}

.hitpActions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hitpButton {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #55a92e;
    border-radius: 6px;
    padding: 10px 20px;
    background: #55a92e !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    cursor: pointer;
}

.hitpButtonSecondary {
    border-color: #8aaa79;
    background: #ffffff !important;
    color: #315a25 !important;
}

.hitpButton:hover,
.hitpButton:focus-visible {
    border-color: #d0ab35;
    background: #d7b547 !important;
    color: #17231d !important;
    outline: 3px solid #f5e7b1;
    outline-offset: 2px;
}

.hitpFacts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid #dbe7dd;
    background: #ffffff !important;
}

.hitpFact {
    min-height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #e0e9e2;
    padding: 20px 26px;
}

.hitpFact:last-child {
    border-right: 0;
}

.hitpFact strong {
    color: #438524 !important;
    font-size: 25px;
    line-height: 1.1;
}

.hitpFact span {
    margin-top: 6px;
    color: #5b695f !important;
    font-size: 13px;
}

.hitpSection {
    padding: 68px 0;
    background: #ffffff !important;
}

.hitpSectionMuted {
    background: #f5f8f3 !important;
}

.hitpSectionHead {
    max-width: 790px;
    margin-bottom: 30px;
}

.hitpSectionHead h2,
.hitpSplit h2,
.hitpFormIntro h2,
.hitpFaq h2 {
    margin: 0;
    color: #17251d !important;
    font-size: 31px;
    line-height: 1.2;
    letter-spacing: 0;
}

.hitpSectionHead p,
.hitpSplit p,
.hitpFormIntro p {
    color: #536258 !important;
}

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

.hitpCard {
    min-height: 230px;
    border: 1px solid #cadecf;
    border-radius: 8px;
    background: #ffffff !important;
    padding: 25px;
}

.hitpCardNumber {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9f4e3 !important;
    color: #438524 !important;
    font-weight: 900;
}

.hitpCard h3 {
    margin: 18px 0 8px;
    color: #1c2b22 !important;
    font-size: 19px;
    line-height: 1.25;
}

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

.hitpSplit {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 54px;
    align-items: start;
}

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

.hitpChecklist li {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #d4dfd6;
    color: #35443b !important;
}

.hitpChecklist li::before {
    content: "\2713";
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8f4e1 !important;
    color: #438524 !important;
    font-weight: 900;
}

.hitpTableWrap {
    overflow-x: auto;
    border: 1px solid #ceded2;
    border-radius: 8px;
    background: #ffffff !important;
}

.hitpTable {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.hitpTable th,
.hitpTable td {
    padding: 15px 18px;
    border-bottom: 1px solid #e2eae4;
    color: #35443b !important;
    text-align: left;
    vertical-align: top;
}

.hitpTable th {
    background: #eef5ea !important;
    color: #24441d !important;
    font-size: 13px;
}

.hitpTable tr:last-child td {
    border-bottom: 0;
}

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

.hitpCitation {
    border: 1px solid #d4dfd6;
    border-radius: 8px;
    background: #ffffff !important;
    padding: 22px;
}

.hitpCitation > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    color: #65736a !important;
    font-size: 12px;
}

.hitpCitation > div strong {
    color: #4d7f35 !important;
    font-weight: 800;
}

.hitpCitation h3 {
    margin: 12px 0 8px;
    font-size: 18px;
    line-height: 1.3;
}

.hitpCitation h3 a {
    color: #244d1c !important;
    text-decoration-color: #d1ae39;
    text-underline-offset: 3px;
}

.hitpCitation p {
    margin: 0;
    color: #5a685f !important;
    font-size: 14px;
}

.hitpDisclosure {
    margin-top: 22px;
    border-left: 4px solid #d1ae39;
    background: #fffaf0 !important;
    padding: 16px 18px;
    color: #4c493b !important;
}

.hitpFormLayout {
    display: grid;
    grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
    gap: 52px;
    align-items: start;
}

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

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

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

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

.hitpField b,
.hitpConsent b {
    color: #ad3027 !important;
}

.hitpField input,
.hitpField select,
.hitpField 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;
}

.hitpField input,
.hitpField select {
    height: 48px;
    padding: 0 13px;
}

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

.hitpField input:focus,
.hitpField select:focus,
.hitpField textarea:focus {
    border-color: #c9a32d;
    outline: 3px solid #f5e6ae;
    outline-offset: 1px;
}

.hitpConsent {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    margin-top: 20px;
    color: #34433a !important;
    font-size: 14px;
}

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

.hitpFormActions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
}

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

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

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

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

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

.hitpFaq details {
    border-bottom: 1px solid #d4dfd6;
}

.hitpFaq summary {
    padding: 18px 0;
    color: #25491d !important;
    font-weight: 800;
    cursor: pointer;
}

.hitpFaq details p {
    margin: 0 0 18px;
    color: #56655b !important;
}

.hitpFooter {
    border-top: 1px solid #dbe7dd;
    background: #f5f8f3 !important;
    padding: 24px 0;
    color: #506057 !important;
    font-size: 13px;
}

.hitpFooter .hitpContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 22px;
}

.hitpFooter nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hitpFooter a {
    color: #315e25 !important;
}

@media (max-width: 900px) {
    .hitpFacts,
    .hitpGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hitpSplit,
    .hitpFormLayout {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 640px) {
    .hitpContainer {
        width: min(100% - 24px, 1180px);
    }

    .hitpHero {
        padding: 46px 0 38px;
    }

    .hitpHero h1 {
        font-size: 32px;
    }

    .hitpLead {
        font-size: 17px;
    }

    .hitpFacts,
    .hitpGrid,
    .hitpCitationGrid,
    .hitpFormGrid {
        grid-template-columns: 1fr;
    }

    .hitpFact {
        min-height: 88px;
        border-right: 0;
        border-bottom: 1px solid #e0e9e2;
        padding: 16px 20px;
    }

    .hitpSection {
        padding: 48px 0;
    }

    .hitpSectionHead h2,
    .hitpSplit h2,
    .hitpFormIntro h2,
    .hitpFaq h2 {
        font-size: 27px;
    }

    .hitpRequestForm {
        padding: 20px;
    }

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

    .hitpFormActions .hitpButton {
        width: 100%;
    }
}
