/* SignaNatura public homepage */

.home-hero,
.home-feature-grid,
.home-how,
.home-privacy,
.home-closing,
.home-footer {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.home-hero {
    position: relative;
    min-height: 500px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
    overflow: hidden;
    background: #f7f8f5;
}

.home-hero-copy {
    position: relative;
    z-index: 2;
    padding: 70px 34px 72px 34px;
}

.home-eyebrow {
    margin: 0 0 10px;
    color: #187154;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.home-hero h1 {
    max-width: 620px;
    margin: 0;
    color: #103f32;
    font-size: clamp(44px, 5.2vw, 68px);
    line-height: .98;
    font-weight: 800;
    letter-spacing: -.045em;
}

.home-lead {
    max-width: 590px;
    margin: 24px 0 0;
    color: #26332e;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
}

.home-intro {
    max-width: 590px;
    margin: 12px 0 0;
    color: #5d6964;
    font-size: 15px;
    line-height: 1.65;
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.home-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border-radius: 7px;
    font-size: 14px;
    line-height: 1;
    font-weight: 750;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.home-button:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.home-button-primary {
    border: 1px solid #176d52;
    background: #176d52;
    color: #fff;
    box-shadow: 0 8px 22px rgba(23, 109, 82, .14);
}

.home-button-primary:hover {
    background: #125f47;
    color: #fff;
}

.home-button-secondary {
    border: 1px solid #9dafa7;
    background: rgba(255, 255, 255, .78);
    color: #173e32;
}

.home-button-secondary:hover {
    background: #fff;
    color: #173e32;
}

.home-button-icon {
    width: 21px;
    height: 21px;
    display: inline-flex;
}

.home-button-icon svg,
.home-feature-icon svg,
.home-step-icon svg,
.home-privacy-icon svg,
.home-privacy-location svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-hero-visual {
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.home-hero-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-hero-fade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, #f7f8f5 0%, rgba(247, 248, 245, .78) 15%, rgba(247, 248, 245, .04) 55%),
        linear-gradient(0deg, rgba(14, 61, 47, .10), transparent 45%);
}

.home-feature-grid {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 0 34px;
    margin-top: -52px;
}

.home-feature-card {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
    min-height: 170px;
    padding: 23px 22px;
    border: 1px solid #dce4df;
    border-radius: 10px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 32px rgba(21, 56, 44, .06);
}

.home-feature-icon,
.home-step-icon,
.home-privacy-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #edf3ef;
    color: #174c3d;
}

.home-feature-icon {
    width: 58px;
    height: 58px;
    padding: 15px;
}

.home-feature-card h2 {
    margin: 2px 0 8px;
    color: #173e32;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 750;
}

.home-feature-card p {
    margin: 0;
    color: #5e6a65;
    font-size: 13px;
    line-height: 1.55;
}

.home-how {
    padding: 48px 34px 0;
}

.home-section-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
}

.home-section-title span {
    height: 1px;
    background: #d7e1dc;
}

.home-section-title h2 {
    margin: 0;
    color: #173e32;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.home-steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 22px;
    align-items: center;
    padding: 32px 18px 18px;
}

.home-step {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.home-step-icon {
    width: 68px;
    height: 68px;
    padding: 18px;
}

.home-step-heading {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-step-heading span {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #176d52;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.home-step h3 {
    margin: 0;
    color: #173e32;
    font-size: 16px;
    font-weight: 750;
}

.home-step p {
    margin: 6px 0 0;
    color: #5f6b66;
    font-size: 13px;
    line-height: 1.5;
}

.home-step-arrow {
    color: #75817c;
    font-size: 29px;
    font-weight: 300;
}

.home-privacy {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 150px;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
    padding: 21px 28px;
    border: 1px solid #d5e1da;
    border-radius: 10px;
    background: #f3f7f3;
}

.home-privacy-icon {
    width: 56px;
    height: 56px;
    padding: 15px;
    background: #fff;
    border: 1px solid #d9e3dd;
}

.home-privacy h2 {
    margin: 0 0 4px;
    color: #173e32;
    font-size: 16px;
    font-weight: 750;
}

.home-privacy p {
    margin: 0;
    color: #5c6963;
    font-size: 13px;
    line-height: 1.5;
}

.home-privacy-location {
    width: 120px;
    height: 56px;
    justify-self: end;
    color: #176d52;
}

.home-closing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 30px;
    padding: 30px 34px;
    border-radius: 10px;
    background: #143f33;
    color: #fff;
}

.home-closing h2 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.home-closing p {
    max-width: 730px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.55;
}

.home-closing .home-button-primary {
    flex: 0 0 auto;
    border-color: #fff;
    background: #fff;
    color: #174c3d;
    box-shadow: none;
}

.home-closing .home-button-primary:hover {
    background: #edf5f0;
    color: #174c3d;
}

.home-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 32px 34px 42px;
}

.home-footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-footer-logo {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 7px;
    background: #087348;
}

.home-footer-logo img {
    width: 29px;
    height: 29px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.home-footer-brand strong {
    display: block;
    color: #173e32;
    font-size: 13px;
}

.home-footer-brand span {
    display: block;
    max-width: 360px;
    margin-top: 2px;
    color: #75807b;
    font-size: 11px;
}

.home-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 20px;
}

.home-footer-links a {
    color: #58645f;
    font-size: 12px;
    text-decoration: none;
}

.home-footer-links a:hover {
    color: #176d52;
    text-decoration: underline;
}

@media (max-width: 900px) {
    .home-hero {
        grid-template-columns: 1fr;
    }

    .home-hero-copy {
        padding: 52px 24px 38px;
    }

    .home-hero-visual {
        min-height: 300px;
    }

    .home-hero-fade {
        background: linear-gradient(180deg, #f7f8f5 0%, rgba(247,248,245,.15) 35%, transparent 65%);
    }

    .home-feature-grid {
        grid-template-columns: 1fr;
        margin-top: -36px;
        padding: 0 24px;
    }

    .home-steps {
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-right: 0;
    }

    .home-step-arrow {
        display: none;
    }

    .home-privacy {
        grid-template-columns: 58px 1fr;
        margin-left: 24px;
        margin-right: 24px;
    }

    .home-privacy-location {
        display: none;
    }

    .home-closing {
        margin-left: 24px;
        margin-right: 24px;
    }
}

@media (max-width: 620px) {
    .home-hero-copy {
        padding: 42px 18px 32px;
    }

    .home-hero h1 {
        font-size: 43px;
    }

    .home-lead {
        font-size: 17px;
    }

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

    .home-button {
        width: 100%;
    }

    .home-feature-grid,
    .home-how {
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-feature-card {
        grid-template-columns: 50px 1fr;
        min-height: 0;
        padding: 18px;
    }

    .home-feature-icon {
        width: 48px;
        height: 48px;
        padding: 12px;
    }

    .home-section-title {
        grid-template-columns: 1fr;
    }

    .home-section-title span {
        display: none;
    }

    .home-section-title h2 {
        text-align: left;
    }

    .home-step {
        grid-template-columns: 58px 1fr;
    }

    .home-step-icon {
        width: 54px;
        height: 54px;
        padding: 14px;
    }

    .home-privacy,
    .home-closing {
        margin-left: 18px;
        margin-right: 18px;
    }

    .home-privacy {
        padding: 18px;
    }

    .home-closing {
        flex-direction: column;
        align-items: stretch;
        padding: 24px;
    }

    .home-footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 18px 36px;
    }

    .home-footer-links {
        justify-content: flex-start;
    }
}
