.astro-page-shell {
    background: linear-gradient(180deg, #fffdfa 0%, #fff6ee 100%);
    padding: 24px 0 48px;
}

.astro-services-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.astro-services-hero {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 18px;
    align-items: stretch;
}

.astro-panel {
    background: #ffffff;
    border: 1px solid #efdfd3;
    border-radius: 26px;
    padding: 22px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
}

.astro-panel-hero {
    background: radial-gradient(circle at top left, #fff1db 0%, #ffffff 58%);
}

.astro-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9a3412;
    margin-bottom: 12px;
}

.astro-panel h1,
.astro-panel h2,
.astro-section-head h2,
.astro-proof-card h3,
.astro-cta-band h2 {
    margin: 0 0 10px;
    color: #111827;
    line-height: 1.15;
}

.astro-panel h1 {
    font-size: 40px;
    font-weight: 800;
}

.astro-panel h2 {
    font-size: 24px;
    font-weight: 700;
}

.astro-panel p,
.astro-section-head p,
.astro-proof-card p,
.astro-cta-band p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #6b7280;
}

.astro-actions-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.astro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: 0.2s ease;
}

.astro-btn-primary {
    background: #111827;
    color: #ffffff;
}

.astro-btn-secondary {
    background: #f3f4f6;
    color: #111827;
}

.astro-btn:hover {
    opacity: 0.94;
}

.astro-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 16px;
}

.astro-stat-card {
    background: #fff8f0;
    border: 1px solid #f4dfcb;
    border-radius: 16px;
    padding: 14px;
}

.astro-stat-card strong,
.astro-highlight-card strong {
    display: block;
    font-size: 18px;
    color: #111827;
    margin-bottom: 5px;
}

.astro-stat-card span,
.astro-highlight-card span {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: #6b7280;
}

.astro-side-stack {
    display: grid;
    gap: 16px;
}

.astro-chip {
    display: inline-block;
    background: #fff3e0;
    color: #b45309;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 11px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.astro-mini-list {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.astro-mini-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #fffaf4;
    border: 1px solid #f0dfd2;
    border-radius: 16px;
    padding: 12px;
}

.astro-mini-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f59e0b, #fb7185);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    flex: 0 0 42px;
}

.astro-mini-item strong {
    display: block;
    font-size: 15px;
    color: #111827;
    margin-bottom: 4px;
}

.astro-mini-item span {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: #6b7280;
}

.astro-section-block {
    margin-top: 22px;
}

.astro-section-head {
    max-width: 760px;
    margin: 0 auto 18px;
    text-align: center;
}

.astro-section-head h2 {
    font-size: 30px;
}

.astro-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.astro-service-card,
.astro-highlight-card,
.astro-proof-card {
    background: #ffffff;
    border: 1px solid #ecdccc;
    border-radius: 26px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.astro-service-card {
    padding: 22px;
}

.astro-service-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.astro-service-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    flex: 0 0 58px;
}

.astro-service-badge {
    display: inline-block;
    background: #fff6e8;
    color: #b45309;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 999px;
}

.astro-service-card h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
    color: #111827;
}

.astro-service-copy {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.75;
    color: #6b7280;
}

.astro-service-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 16px;
}

.astro-meta-box {
    background: #fff8f0;
    border: 1px solid #f4dfcb;
    border-radius: 16px;
    padding: 12px;
}

.astro-meta-box strong {
    display: block;
    font-size: 16px;
    color: #111827;
    margin-bottom: 4px;
}

.astro-meta-box span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #6b7280;
}

.astro-points-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: grid;
    gap: 10px;
}

.astro-points-list li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.7;
    color: #374151;
}

.astro-points-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #f59e0b;
}

.astro-service-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.astro-service-footer span {
    font-size: 13px;
    line-height: 1.6;
    color: #6b7280;
}

.astro-inline-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #38bdf8, #60a5fa);
    color: #0f172a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

.astro-highlight-grid,
.astro-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.astro-highlight-card,
.astro-proof-card {
    padding: 20px;
}

.astro-cta-band {
    background: linear-gradient(135deg, #1f2937, #0f172a 52%, #7c2d12 100%);
    color: #ffffff;
    border-radius: 30px;
    padding: 30px;
}

.astro-cta-band h2 {
    font-size: 36px;
    color: #ffffff;
}

.astro-cta-band p {
    color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 768px) {
    .astro-page-shell {
        padding: 18px 0 36px;
    }

    .astro-services-hero,
    .astro-stat-grid,
    .astro-service-grid,
    .astro-highlight-grid,
    .astro-proof-grid {
        grid-template-columns: 1fr;
    }

    .astro-panel,
    .astro-service-card,
    .astro-highlight-card,
    .astro-proof-card,
    .astro-cta-band {
        padding: 18px;
    }

    .astro-panel h1 {
        font-size: 30px;
    }

    .astro-panel h2,
    .astro-section-head h2,
    .astro-cta-band h2 {
        font-size: 26px;
    }

    .astro-service-meta {
        grid-template-columns: 1fr;
    }

    .astro-service-footer,
    .astro-actions-row {
        flex-direction: column;
        align-items: stretch;
    }

    .astro-inline-cta,
    .astro-btn {
        width: 100%;
    }
}
