/* 4.3.5 mobile homepage alignment and bottom-edge refinements. */
html {
    background: #ff6708;
    overscroll-behavior-y: none;
}
body {
    min-height: 100vh;
    min-height: 100dvh;
    background: #fff;
    overscroll-behavior-y: none;
}
.site-footer-v433 { margin-bottom: 0 !important; }

@media (max-width: 700px) {
    .home-v43-hero { padding: 14px 0 13px; }
    .home-v43-hero__grid {
        grid-template-columns: minmax(0,.92fr) minmax(150px,1.08fr);
        align-items: stretch;
        gap: 10px 10px;
    }
    .home-v43-hero__copy h1 {
        grid-column: 1 / -1;
        grid-row: 1;
        align-self: auto;
        margin: 0;
        padding: 0;
        font-size: clamp(34px,9vw,42px) !important;
        line-height: 1.02;
        letter-spacing: -1px;
    }
    .home-v43-hero__copy > p {
        grid-column: 1;
        grid-row: 2;
        align-self: center;
        margin: 0;
        padding: 0 3px 0 0;
        font-size: 14px !important;
        line-height: 1.52;
    }
    .home-v43-hero__visual > img {
        grid-column: 2;
        grid-row: 2;
        width: 100%;
        height: clamp(175px,48vw,215px);
        border-radius: 12px;
        object-position: 58% center;
    }
    .home-v43-trust {
        grid-column: 1 / -1;
        grid-row: 3;
        margin-top: 2px;
    }
    .home-v43-hero__visual > article {
        grid-column: 1 / -1;
        grid-row: 4;
    }

    .home-v43-trust-section { padding: 20px 0; }
    .home-v43-trust-section h2 {
        max-width: 340px;
        margin: 0 0 14px;
        font-size: 23px;
        line-height: 1.14;
        letter-spacing: -.35px;
    }
    .home-v43-trust-section .home-v43-shell > div {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 9px;
    }
    .home-v43-trust-section article,
    .home-v43-trust-section article:last-child {
        display: grid;
        min-width: 0;
        grid-template-columns: 31px minmax(0,1fr);
        align-items: start;
        gap: 8px;
        border: 1px solid #eee3d7;
        border-radius: 11px;
        padding: 11px 9px;
        background: rgba(255,255,255,.78);
        text-align: left;
    }
    .home-v43-trust-section article > svg { width: 28px; height: 28px; }
    .home-v43-trust-section strong { font-size: 13px; line-height: 1.25; }
    .home-v43-trust-section p { margin-top: 4px; font-size: 11px; line-height: 1.42; }

    .home-v43-newsletter-mobile { padding: 16px 0 18px; }
    .home-v43-newsletter-mobile h2 { font-size: 23px; line-height: 1.15; }
    .home-v43-newsletter-mobile p { margin: 5px 0 10px; font-size: 13px; line-height: 1.45; }
    .home-v43-newsletter-mobile form { grid-template-columns: minmax(0,1fr) 108px; }
    .home-v43-newsletter-mobile input,
    .home-v43-newsletter-mobile button { height: 45px; }
}

@media (max-width: 370px) {
    .home-v43-hero__grid { grid-template-columns: 1fr; }
    .home-v43-hero__copy > p,
    .home-v43-hero__visual > img { grid-column: 1; }
    .home-v43-hero__copy > p { grid-row: 2; }
    .home-v43-hero__visual > img { grid-row: 3; height: 195px; }
    .home-v43-trust { grid-row: 4; }
    .home-v43-hero__visual > article { grid-row: 5; }
    .home-v43-trust-section .home-v43-shell > div { grid-template-columns: 1fr; }
}
