:root {
    --site-navy: #08285c;
    --site-blue: #075fc5;
    --site-cyan: #19aee2;
    --site-ink: #172f4d;
    --site-copy: #40546b;
    --site-muted: #65778b;
    --site-line: #dce6f0;
    --site-pale: #f5faff;
    --site-white: #fff;
    --site-radius: 6px;
    --site-shadow: 0 12px 30px rgba(15, 35, 62, .08);
}

body.enterprise-theme.refined-theme {
    margin: 0;
    padding-top: 0 !important;
    background: #fff !important;
    color: var(--site-ink) !important;
    font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif !important;
    font-size: 16px;
    line-height: 1.85;
}

.enterprise-theme.refined-theme::before,
.enterprise-theme.refined-theme::after { display: none !important; }
.enterprise-theme.refined-theme .fade-in { opacity: 1 !important; transform: none !important; transition: none !important; }
.enterprise-theme.refined-theme main { position: relative; z-index: 1; }
.enterprise-theme.refined-theme a { text-underline-offset: 3px; }

.enterprise-theme.refined-theme header {
    position: sticky;
    z-index: 100;
    top: 0;
    min-height: 72px;
    padding: 0;
    background: rgba(255,255,255,.97) !important;
    border-bottom: 1px solid var(--site-line);
    box-shadow: none !important;
    backdrop-filter: blur(12px);
}
.enterprise-theme.refined-theme .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1360px, calc(100% - 48px));
    max-width: none;
    min-height: 72px;
    margin: 0 auto;
    padding: 0 !important;
}
.enterprise-theme.refined-theme .site-title {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--site-navy) !important;
    font-family: inherit !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: -.02em;
    text-decoration: none;
}
.enterprise-theme.refined-theme .site-title img { width: 33px; height: 33px; object-fit: contain; }
.enterprise-theme.refined-theme .nav-links { display: flex; align-items: center; gap: 25px; }
.enterprise-theme.refined-theme .nav-links a {
    padding: 0;
    color: #24384e !important;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.75;
    letter-spacing: normal;
    white-space: nowrap;
    text-decoration: none;
}
.enterprise-theme.refined-theme .nav-links a > i { margin-left: 3px; font-size: 9px; }
.enterprise-theme.refined-theme .nav-links a:hover,
.enterprise-theme.refined-theme .nav-links a[aria-current="page"] { color: var(--site-blue) !important; }
.enterprise-theme.refined-theme .nav-links .nav-contact,
.enterprise-theme.refined-theme .nav-links .nav-consult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px !important;
    border: 1px solid var(--site-blue) !important;
    border-radius: 4px !important;
    color: var(--site-blue) !important;
}
.enterprise-theme.refined-theme .nav-links .nav-consult {
    margin-left: -14px;
    padding-inline: 22px !important;
    background: var(--site-navy) !important;
    border-color: var(--site-navy) !important;
    color: #fff !important;
}
.enterprise-theme.refined-theme .hamburger { background: transparent !important; border: 0 !important; }
.enterprise-theme.refined-theme .hamburger span { background: var(--site-navy) !important; }

.enterprise-theme.refined-theme .page-header,
.enterprise-theme.refined-theme .enterprise-page-header {
    position: relative;
    display: grid;
    align-content: center;
    min-height: 238px !important;
    padding: 54px max(24px, calc((100vw - 1180px) / 2)) !important;
    background:
        linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 58%, rgba(245,250,255,.68) 100%),
        url("assets/images/demo-refined/hero-network-globe-v1.png") right 40% / auto 150% no-repeat !important;
    border-bottom: 1px solid var(--site-line) !important;
    color: var(--site-ink) !important;
    text-align: left !important;
    overflow: hidden;
}
.enterprise-theme.refined-theme .page-header::before,
.enterprise-theme.refined-theme .page-header::after { display: none !important; animation: none !important; }
.enterprise-theme.refined-theme .page-header > * { position: relative; z-index: 1; width: min(820px, 100%); margin-right: auto; margin-left: 0; }
.enterprise-theme.refined-theme .page-header h1 {
    margin: 0;
    color: var(--site-navy) !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: var(--site-navy) !important;
    font-family: inherit !important;
    font-size: clamp(36px, 3.4vw, 46px) !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: .01em !important;
    text-shadow: none !important;
}
.enterprise-theme.refined-theme .page-header p {
    max-width: 780px;
    margin: 14px 0 0 !important;
    color: var(--site-copy) !important;
    font-size: 16px !important;
    line-height: 1.85 !important;
}
.enterprise-theme.refined-theme .page-header .service-target {
    margin-bottom: 8px !important;
    color: var(--site-blue) !important;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: .06em;
}

.enterprise-theme.refined-theme .section,
.enterprise-theme.refined-theme .page-cta {
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 64px 0 !important;
}
.enterprise-theme.refined-theme .section + .section { border-top: 1px solid var(--site-line); }
.enterprise-theme.refined-theme h2,
.enterprise-theme.refined-theme .gradient-heading {
    margin-top: 0;
    color: var(--site-navy) !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: currentColor !important;
    font-family: inherit !important;
    font-size: clamp(27px, 2.7vw, 34px) !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    letter-spacing: .01em !important;
}
.enterprise-theme.refined-theme h3 { color: var(--site-navy) !important; font-family: inherit !important; font-size: 20px !important; line-height: 1.5 !important; }
.enterprise-theme.refined-theme p,
.enterprise-theme.refined-theme li,
.enterprise-theme.refined-theme dd,
.enterprise-theme.refined-theme td { color: var(--site-copy); font-size: 16px; line-height: 1.85; }
.enterprise-theme.refined-theme .section-heading-center { margin-bottom: 28px !important; text-align: center; }
.enterprise-theme.refined-theme .service-target,
.enterprise-theme.refined-theme .section-label,
.enterprise-theme.refined-theme .eyebrow { color: var(--site-blue) !important; font-size: 14px !important; font-weight: 700; }

.enterprise-theme.refined-theme .box,
.enterprise-theme.refined-theme .risk-card,
.enterprise-theme.refined-theme .capability-card,
.enterprise-theme.refined-theme .service-list-group,
.enterprise-theme.refined-theme .service-list-item,
.enterprise-theme.refined-theme .partner-card,
.enterprise-theme.refined-theme .contact-panel,
.enterprise-theme.refined-theme .policy-content {
    background: #fff !important;
    border: 1px solid var(--site-line) !important;
    border-radius: var(--site-radius) !important;
    box-shadow: none !important;
}
.enterprise-theme.refined-theme .box { padding: 34px 38px !important; }
.enterprise-theme.refined-theme .risk-card,
.enterprise-theme.refined-theme .capability-card,
.enterprise-theme.refined-theme .partner-card { padding: 26px !important; }
.enterprise-theme.refined-theme .risk-card::before,
.enterprise-theme.refined-theme .capability-card::before,
.enterprise-theme.refined-theme .service-list-item::before,
.enterprise-theme.refined-theme .box::before { display: none !important; }
.enterprise-theme.refined-theme .risk-card p,
.enterprise-theme.refined-theme .capability-card p,
.enterprise-theme.refined-theme .partner-card p,
.enterprise-theme.refined-theme .service-list-item p { font-size: 15px !important; line-height: 1.8 !important; }
.enterprise-theme.refined-theme .risk-card-grid,
.enterprise-theme.refined-theme .capability-grid { gap: 16px !important; }

.enterprise-theme.refined-theme .service-list-groups { gap: 34px !important; }
.enterprise-theme.refined-theme .service-list-group { overflow: hidden; }
.enterprise-theme.refined-theme .service-list-group-head { padding: 30px 34px !important; background: var(--site-pale) !important; border-bottom: 1px solid var(--site-line) !important; }
.enterprise-theme.refined-theme .service-list-group-head p { font-size: 16px !important; }
.enterprise-theme.refined-theme .service-list-items { gap: 0 !important; }
.enterprise-theme.refined-theme .service-list-item {
    display: grid !important;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr) !important;
    gap: 28px !important;
    padding: 24px 30px !important;
    border: 0 !important;
    border-top: 1px solid var(--site-line) !important;
    border-radius: 0 !important;
    color: inherit !important;
    text-decoration: none !important;
}
.enterprise-theme.refined-theme .service-list-item:first-child { border-top: 0 !important; }
.enterprise-theme.refined-theme .service-list-item:hover { background: #f9fcff !important; }
.enterprise-theme.refined-theme .service-list-item h3 { margin: 0 0 8px !important; font-size: 19px !important; }
.enterprise-theme.refined-theme .service-list-item dl { border-left: 1px solid var(--site-line); }
.enterprise-theme.refined-theme .service-list-item dt { color: var(--site-muted); font-size: 13px !important; }
.enterprise-theme.refined-theme .service-list-item dd { font-size: 14px !important; }

.enterprise-theme.refined-theme .comparison-table { width: 100%; border-collapse: collapse; border: 1px solid var(--site-line); border-radius: var(--site-radius); background: #fff; overflow: hidden; }
.enterprise-theme.refined-theme .comparison-table th { padding: 15px 18px !important; background: var(--site-pale) !important; color: var(--site-navy) !important; border-color: var(--site-line) !important; font-size: 15px !important; text-align: left; }
.enterprise-theme.refined-theme .comparison-table td { padding: 16px 18px !important; border-color: var(--site-line) !important; font-size: 15px !important; }
.enterprise-theme.refined-theme .comparison-table a { color: var(--site-blue) !important; font-weight: 700; }

.enterprise-theme.refined-theme .challenge-list { gap: 12px !important; }
.enterprise-theme.refined-theme .challenge-list li { padding: 13px 0 !important; border-bottom: 1px solid var(--site-line); }
.enterprise-theme.refined-theme .challenge-list i { color: var(--site-blue) !important; }
.enterprise-theme.refined-theme .service-detail-viewpoints .challenge-list li {
    padding: 14px 16px 14px 58px !important;
}
.enterprise-theme.refined-theme .flow-steps { gap: 14px !important; }
.enterprise-theme.refined-theme .flow-step { background: #fff !important; border: 1px solid var(--site-line) !important; border-radius: var(--site-radius) !important; box-shadow: none !important; }
.enterprise-theme.refined-theme .flow-step-number { background: var(--site-blue) !important; color: #fff !important; }
.enterprise-theme.refined-theme .flow-step h3 { font-size: 17px !important; }

.enterprise-theme.refined-theme .cta-button,
.enterprise-theme.refined-theme button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px !important;
    border-radius: 4px !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none;
}
.enterprise-theme.refined-theme .cta-button.primary,
.enterprise-theme.refined-theme button[type="submit"] { background: var(--site-navy) !important; border: 1px solid var(--site-navy) !important; color: #fff !important; box-shadow: none !important; }
.enterprise-theme.refined-theme .cta-button.secondary { background: #fff !important; border: 1px solid #8bafe0 !important; color: var(--site-blue) !important; }
.enterprise-theme.refined-theme .page-cta .box { position: relative; padding: 42px !important; background: linear-gradient(105deg, #075fc5, #0984d4 58%, #19aee2) !important; border: 0 !important; color: #fff !important; text-align: center; overflow: hidden; }
.enterprise-theme.refined-theme .page-cta .box h2,
.enterprise-theme.refined-theme .page-cta .box p { color: #fff !important; }
.enterprise-theme.refined-theme .page-cta .cta-button.primary { background: #fff !important; border-color: #fff !important; color: var(--site-blue) !important; }
.enterprise-theme.refined-theme .page-cta .cta-button.secondary { background: transparent !important; border-color: rgba(255,255,255,.72) !important; color: #fff !important; }

.enterprise-theme.refined-theme .contact-layout { gap: 28px !important; }
.enterprise-theme.refined-theme .contact-panel { padding: 34px !important; }
.enterprise-theme.refined-theme label { color: var(--site-ink) !important; font-size: 15px !important; font-weight: 700; }
.enterprise-theme.refined-theme input,
.enterprise-theme.refined-theme select,
.enterprise-theme.refined-theme textarea { width: 100%; min-height: 48px; border: 1px solid #bfcddd !important; border-radius: 5px !important; background: #fff !important; color: var(--site-ink) !important; font: 16px/1.6 inherit !important; }
.enterprise-theme.refined-theme textarea { min-height: 150px; }
.enterprise-theme.refined-theme .form-note,
.enterprise-theme.refined-theme .price-note,
.enterprise-theme.refined-theme .cta-note { color: var(--site-muted); font-size: 14px !important; line-height: 1.75 !important; }

.enterprise-theme.refined-theme .site-footer { padding: 46px 0 0 !important; background: #fff !important; border-top: 1px solid var(--site-line) !important; color: var(--site-copy) !important; }
.enterprise-theme.refined-theme .footer-content { display: grid !important; grid-template-columns: 1.15fr 3.5fr !important; width: min(1220px, calc(100% - 48px)) !important; max-width: none !important; margin: 0 auto !important; padding: 0 0 38px !important; gap: 32px !important; }
.enterprise-theme.refined-theme .footer-logo { color: var(--site-navy) !important; font-family: inherit !important; }
.enterprise-theme.refined-theme .footer-logo span { background: none !important; color: var(--site-navy) !important; -webkit-text-fill-color: var(--site-navy) !important; font-size: 23px !important; font-weight: 800; }
.enterprise-theme.refined-theme .footer-logo img { width: 32px; height: 32px; }
.enterprise-theme.refined-theme .footer-tagline { color: var(--site-copy) !important; font-size: 14px !important; }
.enterprise-theme.refined-theme .footer-links { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 0 !important; }
.enterprise-theme.refined-theme .footer-column { padding: 0 22px; border-left: 1px solid var(--site-line); }
.enterprise-theme.refined-theme .footer-column h4 { margin: 0 0 13px; color: var(--site-navy) !important; font-size: 14px !important; }
.enterprise-theme.refined-theme .footer-column ul { margin: 0; padding: 0; list-style: none; }
.enterprise-theme.refined-theme .footer-column li { margin: 7px 0; font-size: 13px !important; line-height: 1.6 !important; }
.enterprise-theme.refined-theme .footer-column a { color: var(--site-copy) !important; text-decoration: none; }
.enterprise-theme.refined-theme .footer-column a:hover { color: var(--site-blue) !important; }
.enterprise-theme.refined-theme .footer-bottom { min-height: 56px; padding: 0 !important; background: #fff !important; border-top: 1px solid var(--site-line) !important; }
.enterprise-theme.refined-theme .footer-bottom p { width: min(1220px, calc(100% - 48px)); margin: 0 auto; color: var(--site-muted) !important; font-size: 12px !important; text-align: right; }

@media (max-width: 1100px) {
    .enterprise-theme.refined-theme .nav-links { gap: 15px; }
    .enterprise-theme.refined-theme .nav-links a { font-size: 13px !important; }
    .enterprise-theme.refined-theme .nav-links .nav-contact { display: none; }
}

@media (max-width: 980px) {
    .enterprise-theme.refined-theme .service-list-item { grid-template-columns: 1fr !important; }
    .enterprise-theme.refined-theme .service-list-item dl { border-left: 0; }
    .enterprise-theme.refined-theme .footer-content { grid-template-columns: 1fr !important; }
}

@media (max-width: 820px) {
    .enterprise-theme.refined-theme .nav-container { width: calc(100% - 28px); min-height: 64px; }
    .enterprise-theme.refined-theme header { min-height: 64px; }
    .enterprise-theme.refined-theme .hamburger {
        display: block !important;
        width: 42px;
        height: 42px;
        padding: 0;
    }
    .enterprise-theme.refined-theme .hamburger span { display: block; width: 24px; height: 2px; margin: 5px auto; }
    .enterprise-theme.refined-theme .nav-links {
        position: absolute;
        top: 64px;
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px 18px 18px !important;
        background: #fff !important;
        border-bottom: 1px solid var(--site-line);
        box-shadow: var(--site-shadow) !important;
    }
    .enterprise-theme.refined-theme .nav-links.active { display: flex; }
    .enterprise-theme.refined-theme .nav-links a { padding: 11px 8px !important; font-size: 14px !important; }
    .enterprise-theme.refined-theme .nav-links .nav-contact,
    .enterprise-theme.refined-theme .nav-links .nav-consult { display: flex; margin: 6px 0 0; }
}

@media (max-width: 768px) {
    .enterprise-theme.refined-theme .nav-container { width: calc(100% - 28px); min-height: 64px; }
    .enterprise-theme.refined-theme header { min-height: 64px; }
    .enterprise-theme.refined-theme .hamburger {
        display: block !important;
        width: 42px;
        height: 42px;
        padding: 0;
    }
    .enterprise-theme.refined-theme .hamburger span { display: block; width: 24px; height: 2px; margin: 5px auto; }
    .enterprise-theme.refined-theme .nav-links {
        position: absolute;
        top: 64px;
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px 18px 18px !important;
        background: #fff !important;
        border-bottom: 1px solid var(--site-line);
        box-shadow: var(--site-shadow) !important;
    }
    .enterprise-theme.refined-theme .nav-links.active { display: flex; }
    .enterprise-theme.refined-theme .nav-links a { padding: 11px 8px !important; font-size: 14px !important; }
    .enterprise-theme.refined-theme .nav-links .nav-contact,
    .enterprise-theme.refined-theme .nav-links .nav-consult { display: flex; margin: 6px 0 0; }
    .enterprise-theme.refined-theme .page-header,
    .enterprise-theme.refined-theme .enterprise-page-header { min-height: 220px !important; padding: 44px 24px !important; background-size: auto 115% !important; }
    .enterprise-theme.refined-theme .page-header h1 { font-size: clamp(29px, 8vw, 36px) !important; }
    .enterprise-theme.refined-theme .section,
    .enterprise-theme.refined-theme .page-cta { width: calc(100% - 32px) !important; padding: 48px 0 !important; }
    .enterprise-theme.refined-theme h2,
    .enterprise-theme.refined-theme .gradient-heading { font-size: clamp(24px, 7vw, 29px) !important; }
    .enterprise-theme.refined-theme h3 { font-size: 19px !important; }
    .enterprise-theme.refined-theme p,
    .enterprise-theme.refined-theme li,
    .enterprise-theme.refined-theme dd,
    .enterprise-theme.refined-theme td { font-size: 16px; }
    .enterprise-theme.refined-theme .box,
    .enterprise-theme.refined-theme .contact-panel { padding: 24px 20px !important; }
    .enterprise-theme.refined-theme .comparison-table { display: block; overflow-x: auto; }
    .enterprise-theme.refined-theme .footer-content { width: calc(100% - 32px) !important; }
    .enterprise-theme.refined-theme .footer-links { grid-template-columns: repeat(2, 1fr) !important; row-gap: 28px; }
    .enterprise-theme.refined-theme .footer-column:nth-child(odd) { border-left: 0; }
}

@media (max-width: 480px) {
    .enterprise-theme.refined-theme .site-title { font-size: 20px !important; }
    .enterprise-theme.refined-theme .site-title img { width: 28px; height: 28px; }
    .enterprise-theme.refined-theme .page-header { background-position: 70% center !important; }
    .enterprise-theme.refined-theme .footer-links { grid-template-columns: 1fr !important; }
    .enterprise-theme.refined-theme .footer-column { padding: 20px 0 0; border-top: 1px solid var(--site-line); border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .enterprise-theme.refined-theme *,
    .enterprise-theme.refined-theme *::before,
    .enterprise-theme.refined-theme *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* Editorial service directory: quiet hierarchy, fewer boxed UI patterns. */
.enterprise-theme.refined-theme.service-index-page .service-index-hero {
    min-height: 205px;
    padding: 48px max(24px, calc((100vw - 1180px) / 2));
    background: #fff;
    border-bottom: 1px solid var(--site-line);
}
.enterprise-theme.refined-theme.service-index-page .service-index-hero > div { width: min(920px, 100%); }
.enterprise-theme.refined-theme.service-index-page .service-index-eyebrow {
    margin: 0 0 8px;
    color: var(--site-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
}
.enterprise-theme.refined-theme.service-index-page .service-index-hero h1 {
    margin: 0;
    color: var(--site-navy);
    font-size: clamp(34px, 3.2vw, 44px);
    line-height: 1.35;
}
.enterprise-theme.refined-theme.service-index-page .service-index-hero > div > p:not(.service-index-eyebrow) {
    margin: 12px 0 0;
    color: var(--site-copy);
    font-size: 15px;
    line-height: 1.85;
}
.enterprise-theme.refined-theme.service-index-page .service-index-jumps { display: flex; gap: 24px; margin-top: 18px; }
.enterprise-theme.refined-theme.service-index-page .service-index-jumps a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--site-blue);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.enterprise-theme.refined-theme.service-index-page .service-index-jumps a::after { content: "↓"; font-size: 12px; }
.enterprise-theme.refined-theme.service-index-page .service-directory { padding-top: 46px !important; }
.enterprise-theme.refined-theme.service-index-page .service-family {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 54px;
    padding: 42px 0 64px;
    border-bottom: 1px solid var(--site-line);
    scroll-margin-top: 84px;
}
.enterprise-theme.refined-theme.service-index-page .service-family:first-child { padding-top: 0; }
.enterprise-theme.refined-theme.service-index-page .service-family-intro > span {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
    border: 1px solid #8fb2dd;
    border-radius: 50%;
    color: var(--site-blue);
    font-size: 12px;
    font-weight: 800;
}
.enterprise-theme.refined-theme.service-index-page .service-family-intro > p:first-of-type {
    margin: 0 0 8px;
    color: var(--site-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}
.enterprise-theme.refined-theme.service-index-page .service-family-intro h2 {
    margin: 0 0 14px;
    font-size: 26px !important;
    line-height: 1.55 !important;
}
.enterprise-theme.refined-theme.service-index-page .service-family-intro > p:last-child {
    margin: 0;
    color: var(--site-muted);
    font-size: 14px;
    line-height: 1.8;
}
.enterprise-theme.refined-theme.service-index-page .service-directory-list { border-top: 1px solid #bdccdc; }
.enterprise-theme.refined-theme.service-index-page .service-directory-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px 24px;
    gap: 26px;
    align-items: center;
    padding: 25px 4px 25px 0;
    border-bottom: 1px solid var(--site-line);
    color: inherit;
    text-decoration: none;
    transition: background-color .2s ease, padding .2s ease;
}
.enterprise-theme.refined-theme.service-index-page .service-directory-row:hover {
    padding-right: 10px;
    padding-left: 10px;
    background: #f8fbfe;
}
.enterprise-theme.refined-theme.service-index-page .service-row-category {
    margin: 0 0 5px;
    color: var(--site-blue);
    font-size: 12px;
    font-weight: 700;
}
.enterprise-theme.refined-theme.service-index-page .service-directory-row h3 {
    margin: 0;
    color: var(--site-navy);
    font-size: 18px !important;
    line-height: 1.55 !important;
}
.enterprise-theme.refined-theme.service-index-page .service-directory-row > div > p:last-child {
    margin: 7px 0 0;
    color: var(--site-copy);
    font-size: 14px;
    line-height: 1.75;
}
.enterprise-theme.refined-theme.service-index-page .service-row-scope {
    margin: 0;
    color: var(--site-copy);
    font-size: 13px;
    line-height: 1.65;
}
.enterprise-theme.refined-theme.service-index-page .service-row-scope span {
    display: block;
    margin-bottom: 3px;
    color: var(--site-muted);
    font-size: 11px;
    font-weight: 700;
}
.enterprise-theme.refined-theme.service-index-page .service-row-arrow {
    color: var(--site-blue);
    font-size: 22px;
    transition: transform .2s ease;
}
.enterprise-theme.refined-theme.service-index-page .service-directory-row:hover .service-row-arrow { transform: translateX(4px); }
.enterprise-theme.refined-theme.service-index-page .service-directory-note { margin: 22px 0 0; text-align: right; }
.enterprise-theme.refined-theme.service-index-page .service-consult-band {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto 72px;
    padding: 36px 40px;
    background: #f3f8fd;
    border-top: 1px solid #c8d9e9;
    border-bottom: 1px solid #c8d9e9;
}
.enterprise-theme.refined-theme.service-index-page .service-consult-band p:first-child {
    margin: 0 0 4px;
    color: var(--site-blue);
    font-size: 13px;
    font-weight: 700;
}
.enterprise-theme.refined-theme.service-index-page .service-consult-band h2 { margin: 0; font-size: 25px !important; }
.enterprise-theme.refined-theme.service-index-page .service-consult-band p:last-child { margin: 8px 0 0; font-size: 14px; }

@media (max-width: 900px) {
    .enterprise-theme.refined-theme.service-index-page .service-family { grid-template-columns: 1fr; gap: 28px; }
    .enterprise-theme.refined-theme.service-index-page .service-family-intro { max-width: 620px; }
}

@media (max-width: 680px) {
    .enterprise-theme.refined-theme.service-index-page .service-index-hero { padding: 38px 20px; }
    .enterprise-theme.refined-theme.service-index-page .service-index-hero br { display: none; }
    .enterprise-theme.refined-theme.service-index-page .service-index-jumps { flex-direction: column; gap: 7px; }
    .enterprise-theme.refined-theme.service-index-page .service-directory-row { grid-template-columns: 1fr 24px; gap: 14px; }
    .enterprise-theme.refined-theme.service-index-page .service-row-scope { grid-column: 1; }
    .enterprise-theme.refined-theme.service-index-page .service-row-arrow { grid-column: 2; grid-row: 1 / span 2; }
    .enterprise-theme.refined-theme.service-index-page .service-consult-band { grid-template-columns: 1fr; width: calc(100% - 32px); padding: 28px 22px; }
    .enterprise-theme.refined-theme.service-index-page .service-consult-band .cta-button { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
    .enterprise-theme.refined-theme.service-index-page .service-directory-row,
    .enterprise-theme.refined-theme.service-index-page .service-row-arrow { transition: none; }
}

/* Scroll reveal for all Refined Evolution subpages. */
body.enterprise-theme.refined-theme.refined-reveal-ready .refined-reveal {
    opacity: 0 !important;
    filter: blur(4px);
    transform: translate3d(0, 30px, 0) scale(.99) !important;
    transition:
        opacity .72s cubic-bezier(.22, 1, .36, 1),
        filter .72s cubic-bezier(.22, 1, .36, 1),
        transform .82s cubic-bezier(.22, 1, .36, 1) !important;
    transition-delay: var(--refined-reveal-delay, 0ms) !important;
    will-change: opacity, filter, transform;
}

body.enterprise-theme.refined-theme.refined-reveal-ready .refined-reveal.refined-reveal-visible {
    opacity: 1 !important;
    filter: none;
    transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
    body.enterprise-theme.refined-theme.refined-reveal-ready .refined-reveal {
        opacity: 1 !important;
        filter: none;
        transform: none !important;
        transition: none !important;
    }
}
