@charset "UTF-8";

body.theme-blog-03 {
    background: linear-gradient(180deg, #e7f0fb 0%, #ffffff 60%);
    color: #1c2a39;
}

.theme-blog-03 .blog-article {
    padding-top: 90px;
}

.theme-blog-03 .blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 32px;
    align-items: start;
}

.theme-blog-03 .blog-main {
    display: grid;
    gap: 28px;
}

.theme-blog-03 .blog-aside {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 18px;
}

.theme-blog-03 .blog-breadcrumb {
    color: #4b6a8a;
}

.theme-blog-03 .blog-cover {
    background: linear-gradient(120deg, #0f4c81 0%, #2b8bdc 100%);
    color: #ffffff;
    border: none;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 24px;
}

.theme-blog-03 .blog-cover::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

.theme-blog-03 .blog-cover h1 {
    font-size: 2.3rem;
}

.theme-blog-03 .blog-cover-content {
    display: grid;
    gap: 10px;
}

.theme-blog-03 .blog-cover-side {
    display: flex;
    align-items: center;
}

.theme-blog-03 .blog-cover .blog-card-text,
.theme-blog-03 .blog-cover-meta {
    color: #e7f4ff;
}

.theme-blog-03 .blog-cover .blog-hero-card .blog-card-title {
    color: #1c2a39;
}

.theme-blog-03 .blog-cover .blog-hero-card .blog-card-text {
    color: #2f4358;
}

.theme-blog-03 .blog-tag {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.theme-blog-03 .blog-hero-card {
    background: #ffffff;
    border-left: 6px solid #0f4c81;
    box-shadow: 0 14px 28px rgba(15, 76, 129, 0.25);
    width: 100%;
}

.theme-blog-03 .blog-hero-icon {
    background: rgba(15, 76, 129, 0.12);
    color: #0f4c81;
}

.theme-blog-03 .blog-article-body {
    background: #ffffff;
    padding: 32px 32px 32px 44px;
    border-radius: 18px;
    box-shadow: 0 16px 30px rgba(15, 76, 129, 0.12);
    counter-reset: section;
    position: relative;
}

.theme-blog-03 .blog-article-body::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 24px;
    bottom: 24px;
    width: 2px;
    background: linear-gradient(180deg, #0f4c81 0%, rgba(15, 76, 129, 0.1) 100%);
}

.theme-blog-03 .blog-article-body>p:first-of-type {
    background: #f1f7ff;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid #d4e7ff;
    font-size: 1.05rem;
}

.theme-blog-03 .blog-article-body h2 {
    color: #0f4c81;
    border-left: none;
    padding-left: 64px;
    position: relative;
    margin-top: 28px;
}

.theme-blog-03 .blog-article-body h2::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0f4c81;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-weight: 700;
}

.theme-blog-03 .blog-tip-box {
    background: #0f4c81;
    color: #ffffff;
    border: none;
    box-shadow: 0 12px 24px rgba(15, 76, 129, 0.2);
}

.theme-blog-03 .blog-checklist {
    background: #f5fbff;
    border-color: #cfe5ff;
}

.theme-blog-03 .blog-checklist li::before {
    color: #0f4c81;
}

.theme-blog-03 .blog-cta-box {
    background: #0f4c81;
    color: #ffffff;
    border-radius: 18px;
}

.theme-blog-03 .blog-cta-box .blog-card-text {
    color: #f2f8ff;
}

.theme-blog-03 .blog-cta-button {
    background: #ffc857;
    color: #2a2a2a;
}

.theme-blog-03 .blog-related .blog-card {
    border: 1px solid #dce9ff;
    box-shadow: 0 10px 20px rgba(15, 76, 129, 0.08);
}

.theme-blog-03 .blog-meta-card,
.theme-blog-03 .blog-toc,
.theme-blog-03 .blog-points,
.theme-blog-03 .blog-cta-mini {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px;
    border: 1px solid #dce9ff;
    box-shadow: 0 12px 24px rgba(15, 76, 129, 0.08);
}

.theme-blog-03 .blog-meta-title {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    color: #4b6a8a;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.theme-blog-03 .blog-meta-grid {
    display: grid;
    gap: 10px;
    font-size: 0.95rem;
}

.theme-blog-03 .blog-meta-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px dashed #dce9ff;
    padding-bottom: 6px;
}

.theme-blog-03 .blog-meta-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.theme-blog-03 .blog-toc ul,
.theme-blog-03 .blog-points ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.theme-blog-03 .blog-toc a {
    display: block;
    padding: 8px 10px;
    border-radius: 10px;
    background: #f1f7ff;
    color: #0f4c81;
    font-size: 0.95rem;
}

.theme-blog-03 .blog-points li {
    padding: 10px 12px;
    border-radius: 12px;
    background: #f8fbff;
    border: 1px solid #dce9ff;
    font-size: 0.92rem;
}

.theme-blog-03 .blog-cta-mini {
    background: linear-gradient(120deg, #0f4c81 0%, #2b8bdc 100%);
    color: #ffffff;
}

.theme-blog-03 .blog-cta-mini a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background: #ffc857;
    color: #2a2a2a;
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 700;
}

.theme-blog-03 .blog-card-cta {
    background: #0f4c81;
}

.theme-blog-03 .blog-home {
    padding: 90px 0 80px;
}

.theme-blog-03 .blog-home-hero {
    background: linear-gradient(120deg, #0f4c81 0%, #2b8bdc 100%);
    color: #ffffff;
    border-radius: 24px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 24px;
    box-shadow: 0 20px 36px rgba(15, 76, 129, 0.2);
}

.theme-blog-03 .blog-home-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.theme-blog-03 .blog-home-title {
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.theme-blog-03 .blog-home-lead {
    color: #e7f4ff;
    font-size: 1.05rem;
}

.theme-blog-03 .blog-home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 700;
}

.theme-blog-03 .blog-home-panel {
    background: #ffffff;
    color: #1c2a39;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 12px 24px rgba(15, 76, 129, 0.18);
    display: grid;
    gap: 10px;
}

.theme-blog-03 .blog-home-panel strong {
    color: #0f4c81;
}

.theme-blog-03 .blog-home-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    margin-top: 32px;
}

.theme-blog-03 .blog-home-main {
    display: grid;
    gap: 28px;
}

.theme-blog-03 .blog-home-aside {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 18px;
}

.theme-blog-03 .blog-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.theme-blog-03 .blog-service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px;
    border: 1px solid #dce9ff;
    box-shadow: 0 12px 24px rgba(15, 76, 129, 0.08);
    display: grid;
    gap: 10px;
}

.theme-blog-03 .blog-service-card h3 {
    color: #0f4c81;
    font-size: 1.1rem;
}

.theme-blog-03 .blog-info-block {
    background: #ffffff;
    border-radius: 18px;
    padding: 22px;
    border: 1px solid #dce9ff;
    box-shadow: 0 16px 30px rgba(15, 76, 129, 0.1);
}

.theme-blog-03 .blog-steps {
    counter-reset: step;
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.theme-blog-03 .blog-steps li {
    background: #f1f7ff;
    border-radius: 12px;
    padding: 12px 14px 12px 50px;
    position: relative;
    border: 1px solid #dce9ff;
}

.theme-blog-03 .blog-steps li::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #0f4c81;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.theme-blog-03 .blog-faq {
    display: grid;
    gap: 12px;
}

.theme-blog-03 .blog-faq-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #dce9ff;
}

.theme-blog-03 .blog-faq-item strong {
    color: #0f4c81;
}

.theme-blog-03 .blog-badge-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.theme-blog-03 .blog-pill {
    background: #f1f7ff;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid #dce9ff;
    font-size: 0.9rem;
}

.theme-blog-03 .blog-home-cta {
    background: linear-gradient(120deg, #0f4c81 0%, #2b8bdc 100%);
    color: #ffffff;
    border-radius: 18px;
    padding: 22px;
    display: grid;
    gap: 10px;
}

.theme-blog-03 .blog-home-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffc857;
    color: #2a2a2a;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .theme-blog-03 .blog-home-hero {
        grid-template-columns: 1fr;
    }

    .theme-blog-03 .blog-home-layout {
        grid-template-columns: 1fr;
    }

    .theme-blog-03 .blog-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .theme-blog-03 .blog-home-aside {
        position: static;
    }
}

@media (max-width: 768px) {
    .theme-blog-03 .blog-home {
        padding: 70px 0;
    }

    .theme-blog-03 .blog-home-title {
        font-size: 2rem;
    }

    .theme-blog-03 .blog-service-grid {
        grid-template-columns: 1fr;
    }
}

.theme-blog-03 .blog-summary {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px 24px;
    border: 1px solid #dce9ff;
    box-shadow: 0 16px 30px rgba(15, 76, 129, 0.12);
    position: relative;
    overflow: hidden;
}

.theme-blog-03 .blog-summary::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(15, 76, 129, 0.08);
}

.theme-blog-03 .blog-summary-title {
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4b6a8a;
    margin-bottom: 10px;
}

.theme-blog-03 .blog-summary ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.theme-blog-03 .blog-summary li {
    background: #f1f7ff;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .theme-blog-03 .blog-cover h1 {
        font-size: 1.9rem;
    }

    .theme-blog-03 .blog-article-body {
        padding: 24px 22px 24px 32px;
    }

    .theme-blog-03 .blog-article-body h2 {
        padding-left: 52px;
    }

    .theme-blog-03 .blog-layout {
        grid-template-columns: 1fr;
    }

    .theme-blog-03 .blog-aside {
        position: static;
    }

    .theme-blog-03 .blog-cover {
        grid-template-columns: 1fr;
    }
}