.asac-service-article-shell,
.asac-service-article-shell * {
    box-sizing: border-box;
}

.asac-service-article-shell {
    width: calc(100% - 32px);
    margin: 46px auto;
    font-family: inherit;
}

.asac-service-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 30px;
    align-items: start;
}

.asac-service-article-layout.asac-no-sidebar {
    grid-template-columns: minmax(0, 1fr);
}

.asac-service-article-card {
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(90, 45, 95, 0.12);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 22px 58px rgba(42, 22, 61, 0.08);
}

.asac-service-article-header {
    padding: clamp(28px, 5vw, 52px) clamp(22px, 5vw, 58px) 24px;
    background: #ffffff;
}

.asac-service-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 16px;
}

.asac-service-article-meta span,
.asac-service-article-meta em {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    font-style: normal;
}

.asac-service-article-meta span {
    background: #f3ecf4;
    color: #5a2d5f;
}

.asac-service-article-meta em {
    background: rgba(212, 166, 79, 0.16);
    color: #8a6516;
}

.asac-service-article-header h1 {
    margin: 0;
    color: #5a2d5f;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.12;
    letter-spacing: -0.035em;
    font-weight: 800;
}

.asac-service-featured-image {
    display: block;
    width: 100%;
    margin: 0;
    background: #f8f4fa;
}

.asac-service-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
}

.asac-service-article-body {
    padding: clamp(26px, 5vw, 58px);
    color: #3c3345;
    font-size: 16px;
    line-height: 1.82;
}

.asac-service-article-body > :first-child {
    margin-top: 0;
}

.asac-service-article-body > :last-child {
    margin-bottom: 0;
}

.asac-service-article-body h2,
.asac-service-article-body h3,
.asac-service-article-body h4 {
    color: #5a2d5f;
    letter-spacing: -0.02em;
    line-height: 1.18;
}

.asac-service-article-body h2 {
    margin-top: 34px;
    font-size: clamp(24px, 3vw, 36px);
}

.asac-service-article-body h3 {
    margin-top: 28px;
    font-size: clamp(21px, 2.4vw, 28px);
}

.asac-service-article-body p,
.asac-service-article-body li {
    color: #4f4658;
}

.asac-service-article-body a {
    color: #5a2d5f;
    font-weight: 750;
}

.asac-service-article-body ul,
.asac-service-article-body ol {
    padding-left: 24px;
}

.asac-service-article-body li {
    margin-bottom: 10px;
}

.asac-service-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.asac-service-sidebar {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.asac-service-sidebar-card {
    border: 1px solid rgba(90, 45, 95, 0.12);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(42, 22, 61, 0.07);
    padding: 24px;
}

.asac-service-sidebar-card h2 {
    margin: 0 0 8px;
    color: #5a2d5f;
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -0.02em;
    font-weight: 850;
}

.asac-service-sidebar-card p {
    margin: 0 0 16px;
    color: #706780;
    font-size: 14px;
    line-height: 1.6;
}

.asac-related-service-list {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.asac-related-service-list li {
    margin: 0;
}

.asac-related-service-list a {
    display: grid;
    gap: 5px;
    padding: 14px 15px;
    border: 1px solid rgba(90, 45, 95, 0.11);
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff, #fbf8fc);
    color: #5a2d5f;
    text-decoration: none !important;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.asac-related-service-list a:hover,
.asac-related-service-list a:focus {
    transform: translateY(-1px);
    border-color: rgba(90, 45, 95, 0.26);
    box-shadow: 0 12px 24px rgba(42, 22, 61, 0.08);
    color: #5a2d5f;
}

.asac-related-service-list span {
    display: block;
    color: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.asac-related-service-list small {
    color: #8b8294;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.asac-sidebar-empty {
    padding: 14px;
    border-radius: 14px;
    background: #fbf8fc;
    color: #706780;
    font-size: 14px;
}

.asac-service-sidebar-cta {
    background:
        radial-gradient(circle at top right, rgba(212, 166, 79, 0.22), transparent 38%),
        linear-gradient(135deg, #5a2d5f 0%, #2a163d 100%);
    color: #ffffff;
}

.asac-service-sidebar-cta span {
    display: inline-flex;
    margin-bottom: 8px;
    color: #f4d68e;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.asac-service-sidebar-cta strong {
    display: block;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.asac-service-sidebar-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #d4a64f;
    color: #2a163d !important;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none !important;
}

.asac-service-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 0 clamp(22px, 5vw, 58px) 28px;
}

.asac-service-nav-link {
    display: grid;
    gap: 5px;
    min-height: 96px;
    padding: 18px;
    border: 1px solid rgba(90, 45, 95, 0.12);
    border-radius: 18px;
    background: #fbf8fc;
    color: #5a2d5f;
    text-decoration: none !important;
}

.asac-service-nav-link:hover,
.asac-service-nav-link:focus {
    color: #5a2d5f;
    border-color: rgba(90, 45, 95, 0.28);
}

.asac-service-nav-link small {
    color: #8b8294;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.asac-service-nav-link span {
    color: inherit;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.35;
}

.asac-service-nav-next {
    text-align: right;
}

.asac-service-cta {
    width: calc(100% - 32px);
    margin: 10px auto 32px;
    box-sizing: border-box;
    font-family: inherit;
}

.asac-service-cta * {
    box-sizing: border-box;
}

.asac-service-cta-inner {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    padding: clamp(24px, 4vw, 44px);
    border-radius: 28px;
    border: 1px solid rgba(212, 166, 79, 0.28);
    background:
        radial-gradient(circle at top right, rgba(212, 166, 79, 0.20), transparent 38%),
        linear-gradient(135deg, #5A2D5F 0%, #2A163D 100%);
    color: #ffffff;
    box-shadow: 0 24px 60px rgba(42, 22, 61, 0.18);
}

.asac-service-cta-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.10), transparent 45%);
    pointer-events: none;
}

.asac-service-cta-copy,
.asac-service-cta-actions {
    position: relative;
    z-index: 1;
}

.asac-service-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #F5D487;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.asac-service-cta h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: clamp(25px, 3vw, 40px);
    line-height: 1.12;
    letter-spacing: -0.025em;
    font-weight: 800;
}

.asac-service-cta p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.7;
}

.asac-service-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.asac-service-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.asac-service-cta-btn:hover,
.asac-service-cta-btn:focus {
    transform: translateY(-1px);
    text-decoration: none !important;
}

.asac-service-cta-btn-primary {
    background: #D4A64F;
    color: #5A2D5F !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.asac-service-cta-btn-primary:hover,
.asac-service-cta-btn-primary:focus {
    background: #F0C86A;
    color: #5A2D5F !important;
}

.asac-service-cta-btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
}

.asac-service-cta-btn-secondary:hover,
.asac-service-cta-btn-secondary:focus {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff !important;
}

@media (max-width: 1024px) {
    .asac-service-article-layout {
        grid-template-columns: 1fr;
    }

    .asac-service-sidebar {
        position: static !important;
    }
}

@media (max-width: 900px) {
    .asac-service-cta-inner {
        grid-template-columns: 1fr;
    }

    .asac-service-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {
    .asac-service-article-shell {
        width: calc(100% - 20px);
        margin: 28px auto;
    }

    .asac-service-article-card,
    .asac-service-sidebar-card,
    .asac-service-cta-inner {
        border-radius: 22px;
    }

    .asac-service-nav {
        grid-template-columns: 1fr;
    }

    .asac-service-nav-next {
        text-align: left;
    }
}

@media (max-width: 560px) {
    .asac-service-cta {
        width: calc(100% - 20px);
    }

    .asac-service-cta-actions,
    .asac-service-cta-btn,
    .asac-service-sidebar-cta a {
        width: 100%;
    }
}
