.seo-service-body {
    background: #f7f7f7;
    color: #002447;
}

.seo-service-header {
    position: fixed;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 0 20px;
}

.seo-service-nav {
    width: min(1240px, 100%);
    margin: 0 auto;
    min-height: 76px;
    border-radius: 18px;
    background: rgba(0, 36, 71, 0.94);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 24px;
    box-shadow: 0 18px 50px rgba(0, 36, 71, 0.18);
}

.seo-service-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 8px;
    padding: 8px 12px;
}

.seo-service-logo img {
    width: auto;
    max-width: 210px;
    max-height: 64px;
    object-fit: contain;
}

.seo-service-links {
    display: flex;
    align-items: center;
    gap: 22px;
}

.seo-service-links a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.seo-service-links a:hover {
    color: #ff4200;
}

.seo-service-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    background: #ff4200;
    color: #002447 !important;
    border-radius: 999px;
    padding: 0 20px;
    white-space: nowrap;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.seo-service-cta:hover {
    color: #002447 !important;
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(255, 66, 0, 0.18);
}

.seo-page {
    position: relative;
    padding: 154px 0 0 !important;
    overflow: hidden;
}

.seo-page::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 760px;
    background:
        linear-gradient(90deg, rgba(0, 36, 71, 0.98), rgba(0, 36, 71, 0.76) 52%, rgba(0, 36, 71, 0.46)),
        url("../images/hero/image-home-1.png") center / cover no-repeat;
    z-index: 0;
}

.seo-page::after {
    content: "Energia Solar";
    position: absolute;
    top: 470px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.075);
    font-size: clamp(58px, 12vw, 180px);
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    pointer-events: none;
    z-index: 0;
}

.seo-page .container {
    position: relative;
    z-index: 2;
}

.seo-shell {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.seo-shell > .seo-logo {
    display: none !important;
}

.seo-logo {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 28px !important;
}

.seo-logo img {
    background: #111111;
    border-radius: 12px;
    padding: 12px 18px;
}

.seo-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 66, 0, 0.18);
    color: #ffb347 !important;
    border-radius: 999px;
    padding: 8px 14px;
    letter-spacing: 0;
}

.seo-shell h1 {
    font-size: clamp(34px, 5vw, 58px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    max-width: 980px !important;
    color: #fff !important;
    animation: seoHeroIn 700ms ease both;
}

.seo-lead {
    max-width: 940px !important;
    color: rgba(255, 255, 255, 0.82) !important;
    animation: seoHeroIn 800ms ease 90ms both;
}

.seo-shell > .seo-lead {
    font-size: 20px !important;
    line-height: 34px !important;
    max-width: 780px !important;
}

.seo-hero-facts {
    display: flex;
    align-items: stretch;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
    animation: seoHeroIn 900ms ease 150ms both;
}

.seo-hero-fact {
    min-width: 180px;
    border-left: 2px solid #ff4200;
    padding: 4px 18px 4px 14px;
}

.seo-hero-fact strong {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    font-weight: 900;
}

.seo-hero-fact span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}

.seo-grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px !important;
    margin-top: 96px !important;
    padding: 28px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(0, 36, 71, 0.18);
}

.seo-box {
    background: #fafafa;
    border: 1px solid #e6e6e6 !important;
    border-radius: 8px !important;
    padding: 30px !important;
    min-height: 184px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.seo-box h2 {
    color: #002447;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.seo-box p,
.seo-shell li,
.seo-section p {
    color: #5f5f5f;
    font-size: 16px;
    line-height: 28px;
}

.seo-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(0, 36, 71, 0.1);
}

.seo-section {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    padding: 42px clamp(24px, 5vw, 56px);
    margin-top: 0 !important;
}

.seo-section h2 {
    color: #002447;
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.seo-section ul {
    list-style: none;
    padding-left: 0;
    margin: 18px 0 0;
}

.seo-section li {
    position: relative;
    padding-left: 24px;
    margin: 8px 0;
}

.seo-section li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ff4200;
    box-shadow: 0 0 0 5px rgba(255, 66, 0, 0.16);
}

.seo-state-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.seo-state-links a {
    display: flex;
    align-items: center;
    min-height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fafafa;
    color: #002447;
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
    padding: 12px 16px;
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.seo-state-links a:hover {
    transform: translateY(-2px);
    border-color: #ff4200;
    background: #f4faee;
    color: #002447;
}

.seo-grid + .seo-section {
    margin-top: 52px !important;
    border-top: 0;
    border-radius: 18px 18px 0 0;
}

.seo-section + .seo-section {
    border-top: 1px solid #e6e6e6;
}

.seo-section h3 {
    margin-top: 22px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    color: #002447;
}

.seo-section .seo-lead {
    color: #5f5f5f !important;
    animation: none;
}

.seo-alert {
    margin: 28px 0 6px;
    border-left: 5px solid #ff4200;
    background: #f4faee;
    border-radius: 8px;
    padding: 18px 22px;
}

.seo-alert strong {
    display: block;
    color: #002447;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
}

.seo-alert p {
    color: #5f5f5f;
    font-size: 16px;
    line-height: 26px;
}

.seo-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-radius: 999px !important;
    padding: 0 24px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.seo-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    background: #002447;
    margin: 0 !important;
    padding: 34px clamp(24px, 5vw, 56px) 48px;
    border-radius: 0 0 18px 18px;
}

.seo-actions a {
    background: #ff4200 !important;
    color: #002447 !important;
    box-shadow: 0 18px 32px rgba(255, 66, 0, 0.18);
}

.seo-actions a:nth-child(2),
.seo-actions a:nth-child(3) {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff !important;
    box-shadow: none;
}

.seo-actions a:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(255, 66, 0, 0.22);
}

.seo-actions a:nth-child(2):hover,
.seo-actions a:nth-child(3):hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 66, 0, 0.72);
    color: #ff4200 !important;
    box-shadow: none;
}

@keyframes seoHeroIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.seo-service-footer {
    background: #002447;
    color: #fff;
    padding: 28px 20px;
}

.seo-service-footer-inner {
    width: min(1240px, 100%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.seo-service-footer a {
    color: #ff4200;
    font-weight: 800;
}

@media (max-width: 900px) {
    .seo-service-nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .seo-service-links {
        width: 100%;
        flex-wrap: wrap;
        gap: 14px;
    }

    .seo-page {
        padding-top: 210px !important;
    }

    .seo-grid {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .seo-state-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .seo-service-header {
        top: 10px;
        padding: 0 10px;
    }

    .seo-service-nav {
        padding: 14px;
        border-radius: 14px;
    }

    .seo-service-logo img {
        max-width: 180px;
    }

    .seo-service-links a {
        font-size: 14px;
    }

    .seo-page {
        padding-top: 245px !important;
    }

    .seo-grid {
        margin-top: 58px !important;
        grid-template-columns: 1fr !important;
    }

    .seo-hero-fact {
        width: 100%;
    }

    .seo-section {
        padding: 30px 20px;
    }

    .seo-actions {
        padding: 26px 20px 34px;
    }

    .seo-actions a {
        width: 100%;
        white-space: normal;
    }

    .seo-state-links {
        grid-template-columns: 1fr;
    }
}
