:root {
    --blue: #FF0000;
    --blue-dark: #B00000;
    --blue-deep: #8A0000;
    --red: #FF0000;
    --orange: #F65004;
    --ink: #252525;
    --muted: #737373;
    --line: #d8dee7;
    --white: #fff;
    --shadow: 0 8px 20px rgba(110, 20, 20, .15);
}

* {
    box-sizing: border-box;
}

.brand-picture { display: contents; }

html {
    color-scheme: light;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--ink);
    background: #fff;
    font-family: var(--public-primary-font, "Montserrat", Arial, sans-serif);
    -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
    font: inherit;
}

.page-shell {
    width: min(100% - 48px, 1200px);
    margin-inline: auto;
}

.form-header {
    background: var(--blue);
}

.form-header__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    padding: 30px 0 var(--public-form-header-padding-bottom, 10px);
}

.form-header__brand {
    display: block;
    width: min(100%, 390px);
}

.form-header__brand img {
    display: block;
    width: 100%;
    height: auto;
}

.site-header {
    position: relative;
    z-index: 0;
    isolation: isolate;
    min-height: 190px;
    padding: clamp(20px, 3vw, 34px) 0 clamp(52px, 6vw, 74px);
    overflow: hidden;
    color: #fff;
    background: #fff;
    font-family: var(--public-primary-font, "Montserrat", Arial, sans-serif);
}

.site-header::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: var(--color-primary, var(--blue));
    clip-path: ellipse(78% 100% at 50% 0%);
    content: "";
    pointer-events: none;
}

.site-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(32px, 6vw, 80px);
}

.site-header .brand {
    position: relative;
    z-index: auto;
    inset: auto;
    display: block;
    flex: 0 1 285px;
    width: min(285px, 42vw);
    max-width: 100%;
    margin: 0;
    padding: 4px;
    filter: none;
    transform: none;
}

.site-header .brand img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.site-header .brand-promise {
    margin: 0;
    padding: 12px 4px;
    font-size: clamp(1.05rem, 2.4vw, 1.65rem);
    font-weight: 700;
    line-height: 1.35;
    text-align: right;
    white-space: nowrap;
}

.form-footer {
    background: #fff;
}

.form-footer__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding-block: 14px;
    color: var(--color-secondary, var(--blue-dark));
    font-size: 13px;
    text-align: center;
}

.form-footer p {
    margin: 0;
}

.hero {
    position: relative;
    height: 300px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 50% 40%, rgba(246, 80, 4, .42), transparent 35%),
        linear-gradient(145deg, #FF0000 0%, #C50000 55%, #8A0000 100%);
    -webkit-clip-path: ellipse(72% 100% at 50% 0%);
    clip-path: ellipse(72% 100% at 50% 0%);
}

.hero__inner {
    position: relative;
    height: 100%;
}

.trust-list {
    position: absolute;
    z-index: 2;
    top: 24px;
    right: 0;
    display: flex;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 800;
}

.trust-list li {
    display: flex;
    align-items: center;
    gap: 9px;
}

.trust-list i {
    width: 19px;
    font-size: 21px;
    text-align: center;
}

.brand {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: clamp(320px, 35vw, 440px);
    text-decoration: none;
    filter: drop-shadow(0 7px 7px rgba(0, 40, 104, .28));
    transform: translate(-50%, -50%);
}

.brand img {
    display: block;
    width: 100%;
    height: auto;
}

.upload-section {
    background: linear-gradient(110deg, #fff 12%, #fbfbfc 55%, #fff 92%);
    text-align: center;
}

.upload-section__inner {
    padding: 6px 0 17px;
}

h1 {
    margin: 0;
    color: #FF0000;
    font-size: clamp(36px, 4.45vw, 55px);
    font-weight: 900;
    letter-spacing: -1.8px;
    line-height: 1.15;
    text-shadow: 0 3px 4px rgba(138, 0, 0, .14);
}

.service-types {
    display: grid;
    justify-content: center;
    gap: 6px 0;
    margin: 10px 0 4px;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.15;
}

.service-types__line {
    display: flex;
    justify-content: center;
}

.service-types__line span {
    white-space: nowrap;
}

.service-types__line span + span::before {
    margin: 0 19px;
    font-weight: 400;
    content: "|";
}

sup {
    position: relative;
    top: -.1em;
    font-size: .42em;
}

.estimate-note {
    margin: 6px 0 11px;
    color: var(--red);
    font-size: 19px;
    font-weight: 800;
    letter-spacing: .1px;
}

.upload-form {
    display: block;
    margin-inline: auto;
}

.submission-disclaimer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0 16px;
    padding: 0 12px;
    color: #777;
    text-align: center;
}

.submission-disclaimer p {
    margin: 0;
    font-size: clamp(.78rem, 1.2vw, .9rem);
    font-weight: 500;
    line-height: 1.45;
}

.submission-disclaimer strong {
    color: inherit;
    font-weight: 700;
}

.dropzone {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) 205px;
    align-items: center;
    min-height: 105px;
    padding: 8px 12px;
    overflow: hidden;
    border: 1px solid #d9dee7;
    border-radius: 48px;
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--shadow);
    cursor: pointer;
    text-align: left;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.dropzone:hover,
.dropzone.is-dragging,
.dropzone:focus-within {
    border-color: #1186e2;
    box-shadow: 0 10px 25px rgba(0, 105, 200, .22);
    transform: translateY(-1px);
}

.dropzone__icon,
.dropzone__types {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding-block: 12px;
}

.dropzone__icon {
    padding-inline: 14px;
    border-right: 1px solid var(--line);
    font-size: 42px;
}

.dropzone__icon img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.dropzone__prompt {
    min-width: 0;
    padding: 14px 30px;
}

.dropzone__prompt strong {
    display: block;
    overflow: hidden;
    color: var(--muted);
    font-size: 24px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropzone__filename {
    display: block;
    margin-top: 2px;
    color: #5579a8;
    font-size: 12px;
    font-weight: 700;
}

.dropzone__types {
    gap: 14px;
    padding-inline: 18px;
    border-left: 1px solid var(--line);
    font-size: 15px;
    line-height: 1.5;
}

.dropzone__types i,
.dropzone__types img {
    width: 37px;
    height: 44px;
    object-fit: contain;
    font-size: 37px;
}

#design-file {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.dropzone:focus-visible,
a:focus-visible {
    outline: 3px solid #ffcc00;
    outline-offset: 3px;
}

.secure-note {
    margin: 13px 0 0;
    font-size: 14px;
    font-weight: 600;
}

.secure-note i {
    margin-right: 8px;
}

.form-message {
    margin: 8px auto 12px;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
}

.form-message--success {
    color: #075c31;
    background: #def7e9;
}

.form-message--error {
    color: #961317;
    background: #ffe4e5;
}

.upload-file-notice {
    width: 100%;
    margin: 14px auto 18px;
    padding: 15px 18px;
    border: 2px solid #c6282f;
    border-radius: 12px;
    color: #7d1015;
    background: #fff0f0;
    box-shadow: 0 8px 24px rgba(125, 16, 21, .14);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    text-align: left;
}

.upload-file-notice[hidden] {
    display: none;
}

.upload-file-notice.is-progress {
    border-color: var(--blue);
    color: #0a4877;
    background: #eef8ff;
    box-shadow: 0 8px 24px rgba(0, 123, 201, .14);
}

.error-summary {
    display: grid;
    gap: 2px;
    margin: 12px auto 18px;
    padding: 13px 18px;
    border: 1px solid #f1aeb1;
    border-radius: 10px;
    color: #8b151a;
    background: #fff0f0;
    text-align: left;
}

.error-summary span {
    font-size: 13px;
}

.error-summary ul {
    display: grid;
    gap: 5px;
    margin: 6px 0;
    padding-left: 22px;
}

.error-summary a {
    color: inherit;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.error-summary:focus-visible {
    outline: 3px solid rgba(198, 40, 47, .24);
    outline-offset: 3px;
}

.dropzone.is-invalid {
    border: 3px solid #c6282f;
    background: #fff6f6;
    box-shadow: 0 8px 24px rgba(125, 16, 21, .16);
}

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

.quote-details {
    margin-top: 34px;
    padding: 34px;
    border: 1px solid #dce4ed;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(18, 69, 123, .11);
    text-align: left;
}

.quote-details__heading {
    margin-bottom: 28px;
    text-align: center;
}

.quote-details__heading .eyebrow {
    margin: 0 0 5px;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.quote-details__heading h2 {
    margin: 0;
    color: var(--blue-dark);
    font-size: clamp(25px, 3vw, 36px);
    font-weight: 900;
    letter-spacing: -.7px;
}

.quote-details__heading p:last-child {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 13px;
}

.quote-details__heading span,
.field label span,
.check-row b {
    color: var(--red);
}

.quote-details fieldset {
    min-width: 0;
    margin: 0;
    padding: 25px 0 29px;
    border: 0;
    border-top: 1px solid #e2e8f0;
}

.quote-details legend {
    padding: 0 15px 0 0;
    color: var(--blue-dark);
    font-size: 19px;
    font-weight: 900;
}

.quote-details legend small {
    color: #718096;
    font-size: 12px;
    font-weight: 700;
}

.same-as-company {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 14px 0 3px;
    color: var(--blue-dark);
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.same-as-company input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--blue);
}

.same-as-company input:focus-visible {
    outline: 3px solid rgba(8, 119, 209, .22);
    outline-offset: 2px;
}

@media (orientation: portrait) {
    .quote-details legend .legend-note {
        display: block;
        margin-top: 4px;
    }
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: var(--public-row-margin-top, 25px);
}

.quote-details fieldset + fieldset { margin-top: var(--public-row-margin-top, 25px); }

.project-description-group {
    margin-top: var(--public-row-margin-top, 25px);
    padding: clamp(18px, 3vw, 28px);
    border: 2px solid var(--blue);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 60, 110, .1);
}

.project-description-heading {
    margin: 0 0 20px;
    padding: 0 4px 16px;
    border-bottom: 3px solid var(--red);
}

.project-description-heading h3 {
    margin: 0;
    color: var(--blue-dark);
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 900;
    line-height: 1.15;
}

.project-description-heading p {
    margin: 7px 0 0;
    color: var(--muted);
    line-height: 1.5;
}

.project-description-group .project-description-subsection {
    margin-inline: 0;
}

.project-description-entry {
    margin-top: var(--public-row-margin-top, 25px);
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #f8fafc;
}

.project-description-entry > label {
    display: block;
    margin: 0 0 9px;
    color: var(--blue-dark);
    font-size: 1.08rem;
    font-weight: 900;
}

.project-description-entry > label span {
    color: var(--red);
}

.field {
    grid-column: span 4;
    min-width: 0;
}

.field--full {
    grid-column: 1 / -1;
}

.field--wide,
.field--half {
    grid-column: span 6;
}

.field--city {
    grid-column: span 6;
}

.field--state,
.field--zip,
.field--year {
    grid-column: span 3;
}

.form-grid--contact .field--name {
    grid-column: span 6;
}

.field label {
    display: block;
    margin-bottom: 6px;
    color: #174f8f;
    font-size: 13px;
    font-weight: 900;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid #cbd7e5;
    border-radius: 9px;
    color: #173655;
    background: #fff;
    outline: 0;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.field input,
.field select {
    min-height: 46px;
    padding: 0 13px;
}

.field textarea {
    min-height: 125px;
    padding: 12px 13px;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: #0877d1;
    box-shadow: 0 0 0 3px rgba(8, 119, 209, .13);
}

.field [aria-invalid="true"] {
    border-color: #d9232e;
    background: #fffafa;
}

.field-error {
    display: block;
    margin-top: 5px;
    color: #b31821;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
}

.quote-form > .field-error {
    margin: 8px 25px 0;
}

.field-note {
    display: block;
    margin-top: 6px;
    color: #647b90;
    font-size: .75rem;
    line-height: 1.45;
}

.fleet-information-note {
    width: 100%;
    margin: 12px 0 18px;
}

.fleet-information-note[hidden] {
    display: none;
}

.character-count {
    display: block;
    margin-top: 4px;
    color: #70839a;
    font-size: 11px;
    text-align: right;
}

.check-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #244d77;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
}

.check-row input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: var(--blue);
}

.check-row--consent {
    align-items: center;
    justify-content: center;
    margin: 7px 0 8px;
    padding: 15px;
    border-radius: 10px;
    background: #f3f8fd;
    text-align: left;
}

.check-row--consent label {
    cursor: pointer;
}

.consent-policy-link {
    display: inline-block;
    margin-left: 5px;
    color: var(--blue-dark);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.consent-policy-link:hover,
.consent-policy-link:focus-visible {
    color: var(--accent);
}

.interest-options-title {
    margin: 0 0 14px;
    color: var(--blue-dark);
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.3;
    text-align: center;
}

.promotion-interest-section {
    margin-top: var(--public-row-margin-top, 25px);
}

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

.interest-options--count-1 {
    grid-template-columns: 1fr;
}

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

.interest-card {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 150px;
    padding: 18px;
    border: 1px solid #dfe5eb;
    border-radius: 14px;
    color: #244d77;
    background: #fbfcfd;
    cursor: pointer;
}

.interest-card:hover,
.interest-card:focus-within {
    border-color: var(--blue);
    box-shadow: 0 8px 20px rgba(0, 86, 175, .1);
}

.interest-card input {
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    accent-color: var(--blue);
}

.field label .interest-card__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    line-height: 1.4;
    color: #6b7280;
}

.interest-card__content strong {
    color: var(--blue-dark);
    font-size: 18px;
    line-height: 1.2;
}

.field label .interest-card__content > span {
    color: #6b7280;
    font-size: 14px;
    font-weight: 700;
}

.interest-card__content small {
    color: #647b93;
    font-size: 12px;
    font-weight: 700;
}

.check-row--consent + .field-error { text-align: center; }

.quote-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: min(100%, 420px);
    min-height: 56px;
    margin: 25px auto 0;
    padding: 10px 22px;
    border: 0;
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--blue-dark));
    box-shadow: 0 8px 20px rgba(138, 0, 0, .25);
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
}

.quote-submit:hover {
    background: linear-gradient(135deg, #e60000, #8a0000);
    transform: translateY(-1px);
}

.quote-submit:disabled {
    cursor: wait;
    opacity: .68;
}

.privacy-note {
    margin: 12px 0 0;
    color: #63778e;
    font-size: 12px;
    text-align: center;
}

.service-banner {
    color: #fff;
    background:
        radial-gradient(circle at 78% 50%, rgba(0, 155, 255, .33), transparent 33%),
        linear-gradient(135deg, #087acb, #0065c3 60%, #087bd4);
}

.service-banner__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 69px;
}

.tagline,
.location {
    margin: 0;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
    white-space: nowrap;
}

.tagline {
    font-size: clamp(26px, 3vw, 38px);
}

.location {
    font-size: clamp(18px, 2vw, 25px);
}

.service-banner__divider {
    width: 1px;
    height: 39px;
    margin: 0 27px 0 24px;
    background: rgba(255, 255, 255, .85);
}

.service-banner__map {
    margin-right: 25px;
    font-size: 45px;
}

.benefits {
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-block: 20px;
}

.benefit {
    position: relative;
    min-width: 0;
    padding: 0 22px;
    text-align: center;
}

.benefit + .benefit {
    border-left: 1px solid var(--line);
}

.benefit__icon {
    display: block;
    min-height: 47px;
    margin-bottom: 3px;
    font-size: 43px;
}

.benefit__icon--accent {
    text-decoration-color: var(--red);
}

.benefit h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
}

.benefit p {
    margin: 3px 0 0;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .upload-form {
        max-width: 880px;
    }
}

@media (max-width: 900px) {
    .site-header {
        min-height: 278px;
        padding: 26px 0 76px;
    }

    .site-header::before { clip-path: ellipse(96% 100% at 50% 0%); }

    .site-header .header-inner {
        flex-direction: column;
        justify-content: flex-start;
        gap: 16px;
        text-align: center;
    }

    .site-header .brand {
        flex-basis: auto;
        width: min(240px, 72vw);
        padding: 6px;
    }

    .site-header .brand-promise {
        width: 100%;
        padding: 8px 18px;
        text-align: center;
        white-space: normal;
    }

    .page-shell {
        width: min(100% - 36px, 820px);
    }

    .hero {
        height: 260px;
    }

    .trust-list {
        right: 50%;
        gap: 22px;
        width: max-content;
        transform: translateX(50%);
    }

    .brand {
        top: 53%;
        width: clamp(300px, 46vw, 380px);
    }

    .quote-details {
        padding: 28px 24px;
    }

    .field,
    .field--wide,
    .field--half,
    .field--city,
    .form-grid--contact .field--name {
        grid-column: span 6;
    }

    .field--state,
    .field--zip,
    .field--year {
        grid-column: span 3;
    }

    .service-types {
        row-gap: 7px;
        font-size: 18px;
    }

    .estimate-note {
        font-size: 17px;
    }

    .service-banner__inner {
        flex-wrap: wrap;
        gap: 9px 18px;
        padding-block: 15px;
    }

    .service-banner__divider {
        margin: 0;
    }

    .service-banner__map {
        margin-right: 0;
    }

    .benefits__grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 23px;
    }

    .benefit:nth-child(3) {
        border-left: 0;
    }

}

@media (max-width: 640px) {
    .site-header {
        min-height: 254px;
        padding: 24px 0 68px;
    }

    .site-header::before { clip-path: ellipse(112% 100% at 50% 0%); }
    .site-header .brand { width: min(220px, 74vw); }

    .page-shell {
        width: min(100% - 28px, 560px);
    }

    .hero {
        height: 230px;
        -webkit-clip-path: ellipse(76% 100% at 50% 0%);
        clip-path: ellipse(76% 100% at 50% 0%);
    }

    .trust-list {
        top: 17px;
        gap: 14px;
        font-size: 10px;
    }

    .trust-list li {
        gap: 5px;
    }

    .trust-list i {
        width: 14px;
        font-size: 15px;
    }

    .brand {
        top: 55%;
        width: min(82vw, 340px);
    }

    .upload-section__inner {
        padding-top: 1px;
    }

    h1 {
        font-size: 34px;
        line-height: 1.06;
    }

    .service-types {
        margin-top: 14px;
        font-size: 15px;
    }

    .service-types__line span + span::before {
        margin-inline: 7px;
    }

    .estimate-note {
        margin: 12px auto;
        max-width: 420px;
        font-size: 15px;
        line-height: 1.25;
    }

    .dropzone {
        grid-template-columns: 65px 1fr;
        min-height: 82px;
        padding: 10px;
        border-radius: 21px;
    }

    .dropzone__icon {
        padding: 10px;
        font-size: 31px;
    }

    .dropzone__icon img {
        width: 34px;
        height: 34px;
    }

    .dropzone__prompt {
        padding: 12px 16px;
    }

    .dropzone__prompt strong {
        font-size: 18px;
    }

    .dropzone__types {
        grid-column: 1 / -1;
        gap: 8px;
        min-height: 42px;
        padding: 12px 14px;
        border-top: 1px solid var(--line);
        border-left: 0;
        font-size: 12px;
    }

    .dropzone__types i,
    .dropzone__types img {
        width: 22px;
        height: 27px;
        font-size: 22px;
    }

    .secure-note {
        font-size: 12px;
    }

    .quote-details {
        margin-top: 25px;
        padding: 25px 17px;
        border-radius: 17px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: var(--public-row-margin-top, 25px);
    }

    .interest-options {
        grid-template-columns: 1fr;
    }

    .interest-card {
        min-height: 0;
    }

    .field,
    .field--full,
    .field--wide,
    .field--half,
    .field--city,
    .field--state,
    .field--zip,
    .field--year,
    .form-grid--contact .field--name {
        grid-column: 1;
    }

    .service-banner__inner {
        display: grid;
        grid-template-columns: auto 1fr;
        justify-items: center;
        text-align: center;
    }

    .tagline {
        grid-column: 1 / -1;
        font-size: 28px;
        white-space: normal;
    }

    .service-banner__divider {
        display: none;
    }

    .service-banner__map {
        justify-self: end;
        font-size: 36px;
    }

    .location {
        justify-self: start;
        font-size: 16px;
        line-height: 1.15;
        white-space: normal;
        text-align: left;
    }

    .benefits__grid {
        padding-block: 22px;
    }

    .benefit {
        padding: 0 10px;
    }

    .benefit:nth-child(odd) {
        border-left: 0;
    }

    .benefit__icon {
        min-height: 39px;
        font-size: 35px;
    }

    .benefit h2 {
        font-size: 14px;
    }

    .benefit p {
        font-size: 12px;
    }
}

@media (max-width: 380px) {
    .trust-list {
        gap: 9px;
        font-size: 9px;
    }

    .brand {
        width: 82vw;
    }

    .benefits__grid {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .benefit,
    .benefit + .benefit,
    .benefit:nth-child(3) {
        padding-block: 17px;
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .benefit:first-child {
        border-top: 0;
    }
}

@media (max-width: 1100px) and (orientation: portrait) {
    .service-types {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-items: center;
        row-gap: 6px;
    }

    .service-types__line {
        display: contents;
    }

    .service-types__line span + span::before {
        display: none;
    }

    .dropzone__prompt strong {
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

.hcaptcha-field {
    display: grid;
    max-width: 100%;
    margin: 22px 0 4px;
    gap: 7px;
    justify-items: center;
    overflow: hidden;
    color: #5f6670;
    text-align: center;
}

.hcaptcha-field > .h-captcha { max-width: 100%; }
.hcaptcha-field small { font-size: 12px; }

@media (max-width: 380px) {
    .hcaptcha-field > .h-captcha {
        width: 303px;
        margin: 0 auto -13px;
        transform: scale(.84);
        transform-origin: top center;
    }
}
