.install-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
    font-family: system-ui, sans-serif;
    color: #1f2937;
}

/* Header */

.install-header {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brand-logo {
    height: 48px;
    max-width: 220px;   /* prevents banner-sized logos */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.brand-logo img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}
.brand-name {
    font-weight: 800;
}

.brand-sub {
    font-size: 0.85rem;
    color: #6b7280;
}

@media (max-width: 600px) {
    .brand-logo {
        height: 40px;
        max-width: 180px;
    }
}

/* Hero */

.hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: center;
    background: linear-gradient(135deg, #ffffff, #f6f3eb);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero h1,
.hero h1:focus {
    outline: none !important;
}

.hero p {
    font-size: 1.1rem;
    color: #4b5563;
}

.install-btn {
    margin-top: 1.2rem;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: 999px;
    background-color: #6b8e00 !important;
    border: none;
}

.install-btn.secondary {
    background-color: #556f00 !important;
}

.hero-meta {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: #6b7280;
}

/* Hero Art */

.hero-art {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    background: radial-gradient(circle at 30% 30%, rgba(107,142,0,0.25), transparent 60%),
                linear-gradient(135deg, #ffffff, #f3f0e8);
    padding: 1.5rem;
}

.hero-image {
    max-width: 90%;
    height: auto;
    border-radius: 20px;
    display: block;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.08));
}

.hero-art-caption {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: rgba(255,255,255,0.9);
    padding: 0.75rem 1rem;
    border-radius: 12px;
    font-size: 0.85rem;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
    .hero-art {
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }

    .hero-art-caption {
        margin-top: 1rem;
        position: static;
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
}

/* Benefits */

.benefits {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.benefit-card {
    background: white;
    border-radius: 18px;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 10px 24px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.08);
}

.benefit-card h3 {
    margin-bottom: 0.5rem;
}

/* Trust */

.trust {
    margin-top: 3rem;
    background: linear-gradient(135deg, #f4f8ef, #ffffff);
    padding: 2.5rem 3rem;
    border-radius: 24px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.trust h2 {
    margin-bottom: 1rem;
    font-weight: 600;
}

.trust ul {
    padding-left: 1.2rem;
}

/* Final CTA */

.final-cta {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    padding: 2.5rem 3rem;
    border-radius: 28px;
    background: linear-gradient(135deg, #fdf8f3, #ffffff);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.final-art {
    display: flex;
    justify-content: center;
}

.final-image {
    max-width: 160px;
    height: auto;
    border-radius: 20px;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.1));
}

/* Footer */

.install-footer {
    margin-top: 3rem;
    text-align: center;
    font-size: 0.85rem;
    color: #6b7280;
}

/* Responsive */
.trust-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1.25rem;
}

.trust-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    color: #374151;
}

.trust-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25rem;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #6b8e00;
    border-radius: 999px;
    display: inline-block;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M9.5 16.5L4 11l1.5-1.5L9.5 13.5 18.5 4.5 20 6z"/></svg>') center / contain no-repeat;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M9.5 16.5L4 11l1.5-1.5L9.5 13.5 18.5 4.5 20 6z"/></svg>') center / contain no-repeat;
}

@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .benefits {
        grid-template-columns: 1fr;
    }

    .final-cta {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
