html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* ===== ReHome ===== */

body {
    background: #f8faf7;
    color: #1f2937;
}

/* Header */

.logo-image {
    height: 60px;
    width: auto;
}

.language-switcher {
    display: flex;
    gap: 1.5rem;
}

    .language-switcher a {
        text-decoration: none;
        font-weight: 700;
    }

.active-language {
    color: #43a047;
}

.inactive-language {
    color: #111111;
}

/* Hero */

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
}

    .hero-title span {
        color: #24934d;
    }

.hero-subtitle {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #5b6b61;
}

.hero-button {
    min-height: 110px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .25rem;
}

.hero-button-icon {
    width: 84px;
    height: 84px;
    object-fit: contain;
}

.hero-button-primary {
    background: #1f8f4d;
    color: white;
    border: none;
}

.hero-button-secondary {
    background: #eef7ef;
    color: #1f8f4d;
    border: none;
}

.hero-button-primary .hero-button-icon {
    filter: brightness(0) invert(1);
}

.hero-button-secondary .hero-button-icon {
    filter: none;
}

.hero-button-primary:hover {
    background: #18783f;
    color: white;
}

.hero-button-secondary:hover {
    background: #e4f1e6;
    color: #1f8f4d;
}

.give-icon {
    transform: translateY(6px);
}

.steps-card {
    background: #ffffff;
    border: 1px solid #e5ebe3;
    border-radius: 32px;
    padding: 1.5rem 1rem;
}

    .steps-card h2 {
        margin-bottom: 1.5rem;
    }

.steps-row-desktop {
    gap: 2rem;
}

.step-item-desktop {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.step-icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #eef7ef;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-text-desktop {
    text-align: left;
    max-width: 160px;
}

.step-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f2937;
}

.step-desc {
    font-size: 0.8rem;
    color: #6b7280;
}

.step-arrow-desktop {
    width: 24px;
    height: auto;
    opacity: .6;
}

.steps-row {
    gap: 0.5rem;
    flex-wrap: wrap;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.step-icon-box {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.step-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #1f2937;
}

.step-arrow {
    width: 16px;
    height: auto;
    opacity: .4;
}

.step-icon-mobile {
    width: 56px;
    height: 56px;
}

.step-arrow-mobile {
    width: 24px;
    margin: 0 .5rem;
}

/* Impact / disclaimer strip */
.impact-strip {
    background: #eef7ef;
    border-radius: 20px;
    color: #1f8f4d;
}

.impact-link {
    color: #1f8f4d;
    text-decoration: underline;
}
