/* PietroCal public home — modern minimal direction, 2026-08-27.
   Scope: Home only. The legacy/public internal pages keep landing.css unchanged. */

.landing-home-modern {
    --hm-bg: #fbfaf8;
    --hm-paper: #ffffff;
    --hm-warm: #f2f0ec;
    --hm-warm-2: #f6f4f1;
    --hm-ink: #191816;
    --hm-copy: #716e68;
    --hm-muted: #99958e;
    --hm-line: rgba(27, 25, 22, .09);
    --hm-line-strong: rgba(27, 25, 22, .14);
    --hm-orange: #e59435;
    margin: 0;
    color: var(--hm-ink);
    background: var(--hm-bg);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.landing-home-modern *,
.landing-home-modern *::before,
.landing-home-modern *::after { box-sizing: border-box; }

.landing-home-modern a { text-decoration: none; }

/* Header: only Home gets the ultra-compact navigation. */
.landing-home-modern .home-modern-header {
    position: sticky;
    top: 0;
    z-index: 200;
    margin: 0;
    border-bottom: 1px solid rgba(20, 20, 20, .05);
    background: rgba(251, 250, 248, .94);
    backdrop-filter: blur(22px) saturate(155%);
    -webkit-backdrop-filter: blur(22px) saturate(155%);
}

.landing-home-modern .home-modern-header > .container {
    width: min(1200px, calc(100% - 48px));
}

.landing-home-modern .home-modern-header .nav-shell {
    min-height: 62px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.landing-home-modern .home-modern-header .brand img {
    width: auto;
    height: 33px;
}

.landing-home-modern .home-modern-nav-links {
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    min-width: 0;
    margin-left: auto;
    gap: 0;
}

.home-modern-explore { position: relative; }

.home-modern-explore > summary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 11px;
    list-style: none;
    border-radius: 9px;
    color: #625f59;
    font-size: 12px;
    font-weight: 520;
    cursor: pointer;
    transition: color .18s ease, background .18s ease;
}

.home-modern-explore > summary::-webkit-details-marker { display: none; }
.home-modern-explore > summary:hover,
.home-modern-explore[open] > summary {
    color: #181715;
    background: rgba(20, 20, 20, .035);
}

.home-modern-explore > summary span {
    position: relative;
    top: -1px;
    color: #aaa59d;
    font-size: 15px;
    font-weight: 400;
}

.home-modern-explore-panel {
    position: absolute;
    top: 49px;
    right: -130px;
    width: 590px;
    padding: 25px;
    border: 1px solid rgba(20, 20, 20, .075);
    border-radius: 18px;
    background: rgba(255, 255, 255, .99);
    box-shadow: 0 34px 90px rgba(20, 20, 20, .13), 0 4px 14px rgba(20, 20, 20, .035);
}

.home-modern-explore-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 0 38px;
}

.home-modern-explore-column { display: block; }
.home-modern-explore-column + .home-modern-explore-column {
    padding-left: 31px;
    border-left: 1px solid var(--hm-line);
}

.home-modern-explore-column strong {
    display: block;
    margin: 0 0 13px;
    color: #aaa69e;
    font-size: 9px;
    font-weight: 650;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.landing-home-modern .home-modern-explore-column a {
    display: block;
    padding: 7px 0;
    color: #46433f;
    background: none;
    font-size: 12px;
    font-weight: 500;
}

.landing-home-modern .home-modern-explore-column a:hover { color: #111; }

.home-modern-dev-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 19px;
    padding-top: 17px;
    border-top: 1px solid var(--hm-line);
}

.landing-home-modern .home-modern-dev-links a {
    color: #858078;
    font-size: 10px;
    font-weight: 500;
}

.landing-home-modern .home-modern-nav-actions {
    margin-left: 16px;
    gap: 15px;
}

.home-modern-login {
    color: #65615b;
    font-size: 12px;
    font-weight: 500;
}

.home-modern-create {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 9px;
    color: #fff;
    background: #1b1a18;
    font-size: 11px;
    font-weight: 620;
    transition: transform .18s ease, background .18s ease;
}

.home-modern-create:hover { transform: translateY(-1px); background: #000; }

/* Hero */
.home-modern-main { overflow: hidden; }
.home-modern-hero { padding: 87px 0 0; }

.home-modern-hero-copy {
    width: min(850px, 100%);
    margin: 0 auto 53px;
    text-align: center;
}

.home-modern-overline {
    margin-bottom: 17px;
    color: #a07c55;
    font-size: 9px;
    font-weight: 650;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.home-modern-hero h1 {
    max-width: 825px;
    margin: 0 auto 25px;
    color: #171614;
    font-size: clamp(49px, 5vw, 67px);
    font-weight: 565;
    line-height: 1;
    letter-spacing: -.059em;
}

.home-modern-lead {
    max-width: 680px;
    margin: 0 auto;
    color: #74706a;
    font-size: 17px;
    line-height: 1.63;
}

.home-modern-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 29px;
}

.home-modern-primary,
.home-modern-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 0 17px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
}

.home-modern-primary { color: #fff; background: #1c1b19; }
.home-modern-secondary {
    border: 1px solid var(--hm-line-strong);
    color: #393633;
    background: rgba(255, 255, 255, .32);
}

.home-modern-stage {
    position: relative;
    width: min(1160px, 100%);
    margin: auto;
    padding: 27px 27px 0;
    border: 1px solid #e5e2dc;
    border-bottom: 0;
    border-radius: 29px 29px 0 0;
    background: radial-gradient(ellipse at 50% 0, rgba(229, 148, 53, .10), transparent 39%), #efede9;
}

.home-modern-screen {
    padding: 7px;
    border: 1px solid rgba(20, 20, 20, .07);
    border-radius: 18px 18px 0 0;
    background: #fff;
    box-shadow: 0 32px 82px rgba(20, 20, 20, .115), 0 4px 13px rgba(20, 20, 20, .04);
}

.home-modern-screen picture { display: block; }
.home-modern-screen-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top;
    border-radius: 12px 12px 0 0;
}

.home-modern-module-strip {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: min(1060px, 100%);
    margin: auto;
    padding: 28px 0 73px;
}

.home-modern-module {
    display: grid;
    justify-items: center;
    gap: 9px;
    padding: 8px 6px;
    color: #8d8982;
    text-align: center;
    transition: color .18s ease, transform .18s ease;
}

.home-modern-module:hover { color: #292622; transform: translateY(-1px); }
.home-modern-module .landing-icon { width: 20px; height: 20px; }
.home-modern-module span { font-size: 10px; font-weight: 500; }

/* Editorial statement */
.home-modern-editorial {
    padding: 117px 0 102px;
    border-top: 1px solid var(--hm-line);
}

.home-modern-editorial-grid {
    display: grid;
    grid-template-columns: 185px 1fr;
    gap: 85px;
}

.home-modern-editorial-spacer { display: block; }
.home-modern-editorial-copy .home-modern-kicker {
    padding-top: 0;
    margin: 0 0 24px;
}

.home-modern-kicker {
    padding-top: 9px;
    color: #a9a59e;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-modern-editorial h2 {
    max-width: 810px;
    margin: 0;
    color: #1a1917;
    font-size: clamp(40px, 4.25vw, 57px);
    font-weight: 540;
    line-height: 1.035;
    letter-spacing: -.052em;
}

.home-modern-editorial p {
    max-width: 630px;
    margin: 27px 0 0;
    color: #726e68;
    font-size: 16px;
    line-height: 1.7;
}

/* Main capability grid. Larger SVGs are deliberately quiet: visual anchors, not badges. */
.home-modern-features { padding-bottom: 120px; }
.home-modern-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--hm-line);
}

.home-modern-feature {
    position: relative;
    display: grid;
    grid-template-columns: 68px 1fr auto;
    align-items: center;
    gap: 18px;
    min-height: 139px;
    padding: 26px 5px;
    border-bottom: 1px solid var(--hm-line);
}

.home-modern-feature:nth-child(odd) { padding-right: 34px; }
.home-modern-feature:nth-child(even) {
    padding-left: 34px;
    border-left: 1px solid var(--hm-line);
}

.home-modern-feature-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    color: #4c4944;
    opacity: .36;
    transition: opacity .18s ease, transform .18s ease;
}

.home-modern-feature-icon .landing-icon {
    width: 45px;
    height: 45px;
    stroke-width: .95;
}

.home-modern-feature:hover .home-modern-feature-icon {
    opacity: .72;
    transform: translateY(-1px);
}

.home-modern-feature-copy strong {
    display: block;
    margin-bottom: 7px;
    color: #292723;
    font-size: 15px;
    font-weight: 610;
}

.home-modern-feature-copy > span {
    display: block;
    max-width: 420px;
    color: #85817a;
    font-size: 12px;
    line-height: 1.58;
}

.home-modern-feature-arrow {
    color: #aaa69f;
    font-size: 15px;
    transition: transform .18s ease;
}

.home-modern-feature:hover .home-modern-feature-arrow { transform: translateX(4px); }

/* Availability story */
.home-modern-story {
    padding: 122px 0;
    background: #f1efeb;
}

.home-modern-story-grid {
    display: grid;
    grid-template-columns: .76fr 1.24fr;
    align-items: center;
    gap: clamp(65px, 8vw, 120px);
}

.home-modern-big-symbol {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-bottom: 31px;
}

.home-modern-big-symbol .landing-icon {
    width: 45px;
    height: 45px;
    color: #57534d;
    stroke-width: 1.45;
}

.home-modern-big-symbol span {
    color: #98948d;
    font-size: 10px;
    font-weight: 620;
    letter-spacing: .105em;
    text-transform: uppercase;
}

.home-modern-story h2 {
    max-width: 480px;
    margin: 0 0 22px;
    color: #1b1a18;
    font-size: clamp(40px, 4vw, 54px);
    font-weight: 540;
    line-height: 1.035;
    letter-spacing: -.052em;
}

.home-modern-story p {
    max-width: 450px;
    margin: 0;
    color: #747069;
    font-size: 15px;
    line-height: 1.7;
}

.home-modern-text-link {
    display: inline-flex;
    margin-top: 27px;
    color: #34312e;
    font-size: 12px;
    font-weight: 610;
}

.home-modern-visual {
    margin: 0;
    padding: 7px;
    border: 1px solid rgba(20, 20, 20, .07);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(20, 20, 20, .09), 0 3px 11px rgba(20, 20, 20, .035);
}

.home-modern-visual picture,
.home-modern-visual img { display: block; width: 100%; }
.home-modern-visual img { border-radius: 14px; }

/* Synchronization / operations: label takes the old icon position; SVG aligns with the large title. */
.home-modern-principles { border-bottom: 1px solid var(--hm-line); }
.home-modern-principle-grid { display: grid; grid-template-columns: 1fr 1fr; }

.home-modern-principle {
    min-height: 430px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    grid-template-areas:
        "label label"
        "icon title"
        "icon description"
        "icon action";
    column-gap: 24px;
    row-gap: 0;
    padding: 61px 58px 58px;
}

.home-modern-principle + .home-modern-principle { border-left: 1px solid var(--hm-line); }

.home-modern-principle > .home-modern-kicker {
    grid-area: label;
    align-self: start;
    padding: 0;
    margin: 68px 0 31px;
}

.home-modern-principle-icon {
    grid-area: icon;
    align-self: start;
    margin: 1px 0 0;
    color: #65615b;
}

.home-modern-principle-icon .landing-icon {
    width: 42px;
    height: 42px;
    stroke-width: 1.45;
}

.home-modern-principle h3 {
    grid-area: title;
    max-width: 430px;
    margin: 0 0 15px;
    color: #201e1b;
    font-size: 32px;
    font-weight: 540;
    line-height: 1.08;
    letter-spacing: -.043em;
}

.home-modern-principle p {
    grid-area: description;
    max-width: 430px;
    margin: 0;
    color: #7a766f;
    font-size: 14px;
    line-height: 1.66;
}

.home-modern-principle .home-modern-text-link {
    grid-area: action;
    width: max-content;
    margin-top: 22px;
}

/* Plans: deliberately no kicker/label. */
.home-modern-plans { padding: 115px 0; }
.home-modern-plans-header {
    display: grid;
    grid-template-columns: 185px 1fr;
    gap: 85px;
    margin-bottom: 51px;
}

.home-modern-plans h2 {
    max-width: 700px;
    margin: 0;
    color: #1b1a18;
    font-size: clamp(37px, 3.8vw, 51px);
    font-weight: 540;
    line-height: 1.045;
    letter-spacing: -.05em;
}

.home-modern-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--hm-line);
    border-bottom: 1px solid var(--hm-line);
}

.home-modern-plan {
    position: relative;
    display: block;
    min-height: 229px;
    padding: 28px;
    transition: background .22s ease, box-shadow .22s ease;
}

.home-modern-plan:hover,
.home-modern-plan:focus-visible {
    background: #f5f3ef;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75) inset;
    outline: none;
}

.home-modern-plan + .home-modern-plan { border-left: 1px solid var(--hm-line); }
.home-modern-plan h3 {
    display: block;
    margin: 0 0 51px;
    color: #292723;
    font-size: 13px;
    font-weight: 620;
    letter-spacing: 0;
}

.home-modern-plan p {
    max-width: 315px;
    margin: 0;
    color: #817d76;
    font-size: 12px;
    line-height: 1.65;
}

.home-modern-plan-link {
    display: inline-flex;
    margin-top: 26px;
    color: #36332f;
    font-size: 11px;
    font-weight: 610;
    transition: transform .22s ease;
}

.home-modern-plan:hover .home-modern-plan-link,
.home-modern-plan:focus-visible .home-modern-plan-link {
    transform: translateX(3px);
}

/* Integrations */
.home-modern-integration {
    padding: 99px 0 105px;
    border-top: 1px solid var(--hm-line);
}

.home-modern-integration-grid {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    align-items: center;
    gap: 32px;
}

.home-modern-api-symbol {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 1px solid var(--hm-line-strong);
    border-radius: 18px;
    color: #56524c;
    background: rgba(255, 255, 255, .35);
}

.home-modern-api-symbol .landing-icon {
    width: 31px;
    height: 31px;
    stroke-width: 1.45;
}

.home-modern-integration h2 {
    max-width: 700px;
    margin: 0 0 15px;
    color: #1d1c1a;
    font-size: clamp(31px, 3vw, 41px);
    font-weight: 540;
    line-height: 1.08;
    letter-spacing: -.042em;
}

.home-modern-integration p {
    max-width: 720px;
    margin: 0;
    color: #7c7871;
    font-size: 13px;
    line-height: 1.65;
}

.home-modern-integration-link {
    display: inline-flex;
    padding-bottom: 3px;
    border-bottom: 1px solid #aaa69e;
    color: #34322e;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

/* Final CTA */
.home-modern-final { padding: 115px 0 108px; background: #1b1a18; }
.home-modern-final-grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    align-items: end;
    gap: 90px;
}

.home-modern-final h2 {
    max-width: 700px;
    margin: 0;
    color: #fff;
    font-size: clamp(44px, 4.7vw, 62px);
    font-weight: 510;
    line-height: 1.01;
    letter-spacing: -.054em;
}

.home-modern-final-side { display: grid; gap: 20px; }
.home-modern-final-side p {
    max-width: 330px;
    margin: 0;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    line-height: 1.65;
}

.home-modern-final-side a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-height: 44px;
    padding: 0 17px;
    border-radius: 9px;
    color: #1b1a18;
    background: #fff;
    font-size: 11px;
    font-weight: 650;
}

/* Footer: high-specificity rules intentionally neutralize legacy generic footer selectors. */
.landing-home-modern .landing-footer.home-modern-footer {
    display: block;
    padding: 0;
    border: 0;
    background: #f5f3ef;
}

.landing-home-modern .home-modern-footer .home-modern-footer-inner {
    display: block;
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding: 72px 0 31px;
}

.landing-home-modern .home-modern-footer .home-modern-footer-intro {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 70px;
    padding-bottom: 58px;
    border-bottom: 1px solid var(--hm-line);
}

.landing-home-modern .home-modern-footer .home-modern-footer-brand { display: block; }
.landing-home-modern .home-modern-footer .home-modern-footer-brand a { display: inline-block; }
.landing-home-modern .home-modern-footer .home-modern-footer-brand img {
    display: block;
    width: auto;
    height: 34px;
    margin: 0;
}

.landing-home-modern .home-modern-footer .home-modern-footer-brand p {
    display: block;
    max-width: 495px;
    margin: 20px 0 0;
    color: #7a766f;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
}

.landing-home-modern .home-modern-footer .home-modern-footer-cta {
    display: grid;
    justify-items: end;
    gap: 11px;
}

.home-modern-footer-cta small { color: #9d9991; font-size: 10px; }
.landing-home-modern .home-modern-footer .home-modern-footer-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 41px;
    padding: 0 15px;
    border-radius: 9px;
    color: #fff;
    background: #1b1a18;
    font-size: 11px;
    font-weight: 620;
}

.landing-home-modern .home-modern-footer .home-modern-footer-links {
    display: grid;
    grid-template-columns: 1.15fr .95fr 1.05fr .65fr;
    align-items: start;
    gap: 70px;
    padding: 56px 0 64px;
}

.landing-home-modern .home-modern-footer .home-modern-footer-col {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    align-content: start;
    gap: 10px;
    min-width: 0;
}

.landing-home-modern .home-modern-footer .home-modern-footer-col strong {
    display: block;
    margin: 0 0 8px;
    color: #393632;
    font-size: 9px;
    font-weight: 650;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.landing-home-modern .home-modern-footer .home-modern-footer-col a {
    display: block;
    width: fit-content;
    margin: 0;
    padding: 0;
    color: #7b7770;
    background: none;
    font-size: 11px;
    font-weight: 450;
    line-height: 1.55;
}

.landing-home-modern .home-modern-footer .home-modern-footer-col a:hover { color: #1d1b18; }

.landing-home-modern .home-modern-footer .home-modern-footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding-top: 23px;
    border-top: 1px solid var(--hm-line);
    color: #a4a098;
    font-size: 9px;
}

.landing-home-modern .home-modern-footer .home-modern-footer-signature {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.home-modern-footer-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--hm-orange);
}

.landing-home-modern .home-modern-footer .home-modern-footer-legal {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 22px;
}

.landing-home-modern .home-modern-footer .home-modern-footer-legal a {
    display: inline;
    color: #96928a;
    font-size: 9px;
    font-weight: 450;
}

@media (max-width: 900px) {
    .landing-home-modern .home-modern-header > .container,
    .landing-home-modern .home-modern-footer .home-modern-footer-inner {
        width: calc(100% - 30px);
    }

    .home-modern-explore-panel {
        right: -155px;
        width: min(560px, calc(100vw - 30px));
    }

    .home-modern-module-strip { grid-template-columns: repeat(3, 1fr); }
    .home-modern-editorial-grid,
    .home-modern-plans-header { grid-template-columns: 1fr; gap: 25px; }
    .home-modern-editorial-spacer,
    .home-modern-plans-spacer { display: none; }
    .home-modern-feature-grid { grid-template-columns: 1fr; }

    .home-modern-feature:nth-child(odd),
    .home-modern-feature:nth-child(even) {
        padding: 27px 4px;
        border-left: 0;
    }

    .home-modern-story-grid { grid-template-columns: 1fr; gap: 48px; }
    .home-modern-principle-grid { grid-template-columns: 1fr; }
    .home-modern-principle {
        min-height: 0;
        grid-template-columns: 46px minmax(0, 1fr);
        column-gap: 18px;
        padding: 52px 4px;
    }
    .home-modern-principle + .home-modern-principle {
        border-left: 0;
        border-top: 1px solid var(--hm-line);
    }
    .home-modern-principle > .home-modern-kicker { margin: 50px 0 28px; }
    .home-modern-principle-icon { margin: 1px 0 0; }
    .home-modern-plan-grid { grid-template-columns: 1fr; }
    .home-modern-plan { min-height: 0; }
    .home-modern-plan + .home-modern-plan {
        border-left: 0;
        border-top: 1px solid var(--hm-line);
    }

    .home-modern-integration-grid { grid-template-columns: 62px 1fr; }
    .home-modern-integration-link { grid-column: 2; width: max-content; }
    .home-modern-final-grid { grid-template-columns: 1fr; gap: 38px; }

    .landing-home-modern .home-modern-footer .home-modern-footer-links {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
    }
}

@media (max-width: 680px) {
    .landing-home-modern .home-modern-header .brand img { height: 30px; }
    .home-modern-login { display: none; }

    .home-modern-explore-panel {
        position: fixed;
        top: 67px;
        left: 15px;
        right: 15px;
        width: auto;
    }

    .home-modern-explore-grid { grid-template-columns: 1fr; gap: 24px; }
    .home-modern-explore-column + .home-modern-explore-column {
        padding: 20px 0 0;
        border-left: 0;
        border-top: 1px solid var(--hm-line);
    }

    .home-modern-hero { padding-top: 65px; }
    .home-modern-hero h1 { font-size: 45px; }
    .home-modern-actions { display: grid; }
    .home-modern-stage { padding: 11px 11px 0; border-radius: 20px 20px 0 0; }
    .home-modern-module-strip { grid-template-columns: repeat(2, 1fr); }

    .home-modern-feature { grid-template-columns: 58px 1fr auto; gap: 13px; }
    .home-modern-feature-icon { width: 50px; height: 50px; }
    .home-modern-feature-icon .landing-icon { width: 39px; height: 39px; }

    .home-modern-big-symbol .landing-icon { width: 39px; height: 39px; }
    .home-modern-principle-icon .landing-icon { width: 39px; height: 39px; }
    .home-modern-integration-grid { grid-template-columns: 1fr; }
    .home-modern-integration-link { grid-column: auto; }

    .landing-home-modern .home-modern-footer .home-modern-footer-intro {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .landing-home-modern .home-modern-footer .home-modern-footer-cta { justify-items: start; }
    .landing-home-modern .home-modern-footer .home-modern-footer-links {
        grid-template-columns: 1fr 1fr;
        gap: 39px 25px;
    }
    .landing-home-modern .home-modern-footer .home-modern-footer-bottom { display: grid; }
}
