.sol-sun-page {
    margin-top: 12px;
    margin-bottom: 24px;
}

.tool-header {
    margin-bottom: 24px;
}

.tool-header .tool-page-header {
    text-align: center;
}

.tool-header .page-title {
    margin-bottom: 8px;
}

.tool-header .page-subtitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #3e5572;
}

.sol-top-ad {
    margin-top: 14px;
    margin-bottom: 14px;
}

.sol-feature-ui {
    border: 1px solid #c7dbff;
    border-radius: 20px;
    background: linear-gradient(135deg, #0f4fc0 0%, #2b6fd4 40%, #4ca8f6 100%);
    box-shadow: 0 16px 36px rgba(14, 30, 59, 0.24);
    padding: 20px;
    color: #f2f7ff;
}

.sol-hero-dashboard {
    position: relative;
    overflow: hidden;
}

.sol-hero-dashboard::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    right: -100px;
    top: -120px;
    background: radial-gradient(circle, rgba(255, 224, 142, 0.5) 0%, rgba(255, 224, 142, 0) 72%);
    pointer-events: none;
}

.sol-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
    gap: 16px;
    position: relative;
    z-index: 1;
}

.sol-hero-visual-card {
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 16px;
    padding: 16px 16px 14px;
    background: linear-gradient(180deg, rgba(11, 40, 95, 0.42) 0%, rgba(8, 31, 75, 0.56) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
    display: grid;
    align-content: start;
    gap: 10px;
    min-width: 0;
}

.sol-hero-section {
    background: #f6f9ff;
    border: 1px solid #d6e2f5;
    border-radius: 16px;
    padding: 14px;
    display: grid;
    gap: 12px;
    min-width: 0;
}

.sol-hero-section-title {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #4b627f;
}

.sol-hero-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.08) 100%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 24px rgba(9, 21, 50, 0.28);
}

.sol-sun-icon {
    width: 52px;
    height: 52px;
    display: block;
}

.sol-hero-dashboard .immediate-answer {
    margin: 0;
    font-size: 1.03rem;
    line-height: 1.45;
    color: #f1f7ff;
}

.sol-hero-dashboard .cidade-ip {
    font-weight: 700;
    color: #ffffff;
}

.sol-hero-support {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.35;
    color: #d8e8ff;
}

.sol-hero-support strong {
    color: #ffffff;
    font-weight: 800;
}

.sol-kpi-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.sol-kpi-card {
    border: 1px solid #d4e0f2;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%);
    min-height: 136px;
    padding: 14px 14px 12px;
    box-shadow: 0 7px 20px rgba(29, 54, 97, 0.08);
}

.sol-kpi-label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #4d6481;
    margin-bottom: 10px;
    font-weight: 700;
}

.sol-kpi-value {
    display: block;
    font-size: clamp(2rem, 3vw, 2.3rem);
    line-height: 1.05;
    color: #112e59;
    font-weight: 900;
    letter-spacing: 0.01em;
}

.sol-kpi-sub {
    display: block;
    margin-top: 10px;
    font-size: 0.86rem;
    color: #4a6382;
}

.sol-serp-wrapper,
.sol-article-wrapper,
.sol-faq-wrapper,
.sol-related-wrapper {
    margin-top: 16px;
}

.sol-faq-wrapper .article-content {
    padding: 0;
}

@media (max-width: 900px) {
    .tool-header .page-subtitle {
        font-size: 1rem;
    }

    .sol-feature-ui {
        padding: 14px;
    }

    .sol-hero-inner {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sol-hero-visual-card {
        grid-template-columns: auto;
    }

    .sol-kpi-grid {
        grid-template-columns: 1fr;
    }

    .sol-kpi-card {
        min-height: 112px;
        padding: 12px;
    }
}

body.dark-mode .sol-feature-ui {
    border-color: #3d5d93;
    background: linear-gradient(135deg, #0b2e69 0%, #124ea8 45%, #2a78d3 100%);
}

body.dark-mode .sol-kpi-card {
    border-color: rgba(88, 115, 156, 0.54);
    background: linear-gradient(180deg, rgba(16, 29, 52, 0.95) 0%, rgba(9, 18, 35, 0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.dark-mode .sol-hero-section {
    background: rgba(13, 24, 42, 0.62);
    border-color: rgba(86, 111, 152, 0.55);
}

body.dark-mode .sol-hero-section-title {
    color: #b9cee9;
}

body.dark-mode .sol-kpi-label {
    color: #a8c0df;
}

body.dark-mode .sol-kpi-value {
    color: #f0f6ff;
}

body.dark-mode .sol-kpi-sub {
    color: #b8cbe3;
}

body.dark-mode .tool-header .page-subtitle {
    color: #c4d9f3;
}

body.dark-mode .sol-hero-icon {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.06) 100%);
    border-color: rgba(255, 255, 255, 0.22);
}

body.dark-mode .sol-hero-support {
    color: #d0e0f5;
}
