/* =========================================================
   ULTRALINK UK — Content Marketing Services
   content-marketing-services.css · Premium SaaS
   ========================================================= */

[class*="cms-"] { min-width: 0; }

.cms-btn-primary {
    background: linear-gradient(135deg, #0d9488, #1263fb);
    color: #fff !important;
    box-shadow: 0 10px 32px rgba(13,148,136,.3);
}
.cms-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(13,148,136,.4);
}
.cms-btn-outline {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.24);
    color: #fff !important;
}
.cms-btn-outline:hover {
    background: rgba(255,255,255,.14);
    transform: translateY(-2px);
}
.cms-btn-light {
    background: #fff;
    color: #0a1628;
    box-shadow: 0 10px 32px rgba(0,0,0,.14);
}
.cms-btn-light:hover { transform: translateY(-3px); }

.cms-section-cta {
    display: flex;
    justify-content: center;
    margin-top: clamp(24px, 3vw, 32px);
}

.cms-check-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
}
.cms-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .88rem;
    line-height: 1.55;
    color: var(--ink);
}
.cms-check-list i {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: .62rem;
    color: #fff;
    background: linear-gradient(135deg, #0d9488, #1263fb);
    margin-top: 2px;
}
.cms-check-list--compact i {
    background: linear-gradient(135deg, #0a1628, #0d9488);
    font-size: .55rem;
}

/* Hero */
.cms-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #060d18 0%, #0a1628 38%, #0f1f2e 72%, #122a35 100%);
    padding: calc(var(--header-h) + var(--hero-y)) 0 var(--hero-y);
    color: #fff;
}
.cms-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.cms-hero-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 45% at 82% 18%, rgba(13,148,136,.22), transparent 58%),
        radial-gradient(ellipse 42% 38% at 10% 82%, rgba(18,99,251,.16), transparent 52%);
}
.cms-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .07;
    background-image:
        linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(ellipse 75% 65% at 72% 38%, #000, transparent);
}
.cms-hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.72fr);
    gap: clamp(28px, 4vw, 48px);
    align-items: center;
}
.cms-hero-copy { min-width: 0; }
.cms-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(13,148,136,.14);
    border: 1px solid rgba(13,148,136,.32);
    border-radius: 50px;
    padding: 7px 16px 7px 10px;
    margin-bottom: clamp(16px, 2.5vw, 22px);
}
.cms-hero-badge i {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0d9488, #1263fb);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: .85rem;
}
.cms-hero-badge span {
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #5eead4;
}
.cms-hero-copy h1 {
    font-family: var(--font-head);
    font-size: clamp(1.75rem, 3.6vw, 2.85rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.025em;
    margin-bottom: clamp(14px, 2vw, 20px);
    color: #fff;
}
.cms-hero-lead {
    font-size: clamp(.9rem, 1.5vw, 1.05rem);
    line-height: 1.75;
    color: rgba(255,255,255,.72);
    margin-bottom: 12px;
    max-width: none;
}
.cms-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: clamp(20px, 3vw, 28px);
}

/* Editorial preview */
.cms-editorial-preview {
    width: 100%;
    max-width: 340px;
    justify-self: end;
    margin-left: auto;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    padding: clamp(16px, 2.2vw, 22px);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 48px rgba(0,0,0,.24);
    transform: scale(0.94);
    transform-origin: center right;
}
.cms-editorial-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.cms-editorial-head strong {
    font-family: var(--font-head);
    font-size: .8rem;
    font-weight: 700;
    color: rgba(255,255,255,.9);
}
.cms-editorial-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #5eead4;
}
.cms-editorial-status i { font-size: .45rem; color: #0d9488; }
.cms-editorial-rows { display: grid; gap: 6px; margin-bottom: 14px; }
.cms-editorial-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.06);
    font-size: .72rem;
    color: rgba(255,255,255,.78);
}
.cms-pill--draft,
.cms-pill--review,
.cms-pill--live {
    font-size: .64rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 4px 8px;
    border-radius: 50px;
    white-space: nowrap;
}
.cms-pill--draft { background: rgba(148,163,184,.22); color: #cbd5e1; }
.cms-pill--review { background: rgba(234,179,8,.18); color: #fde047; }
.cms-pill--live { background: rgba(13,148,136,.22); color: #5eead4; }
.cms-editorial-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.cms-editorial-metrics div {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    padding: 10px 12px;
}
.cms-editorial-metrics span {
    display: block;
    font-size: .68rem;
    color: rgba(255,255,255,.55);
    margin-bottom: 4px;
}
.cms-editorial-metrics strong {
    font-family: var(--font-head);
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
}

/* Challenge */
.cms-challenge {
    padding: var(--section-y) 0;
    background: linear-gradient(180deg, #fff 0%, #f4f7fc 100%);
}
.cms-challenge-body {
    max-width: 920px;
    margin: 36px auto 0;
}
.cms-challenge-lead {
    text-align: center;
    margin: 0 0 20px;
    font-size: .94rem;
    font-weight: 600;
    color: var(--ink);
}
.cms-challenge-foot {
    margin: 28px 0 0;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
    text-align: center;
}

/* Capabilities */
.cms-capabilities {
    padding: var(--section-y) 0;
    background: #fff;
}
.cms-cap-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin-top: 44px;
}
.cms-cap-card {
    flex: 1 1 min(100%, 300px);
    max-width: calc(33.333% - 12px);
    padding: clamp(22px, 2.5vw, 28px);
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 8px 28px rgba(10,22,40,.05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.cms-cap-card:hover {
    transform: translateY(-4px);
    border-color: rgba(13,148,136,.2);
    box-shadow: 0 16px 40px rgba(13,148,136,.1);
}
.cms-cap-card:nth-child(4),
.cms-cap-card:nth-child(5),
.cms-cap-card:nth-child(6) { max-width: calc(33.333% - 12px); }
.cms-cap-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    background: linear-gradient(145deg, rgba(13,148,136,.12), rgba(18,99,251,.08));
    border: 1px solid rgba(13,148,136,.14);
    color: #0d9488;
    font-size: 1.05rem;
}
.cms-cap-card h3 {
    margin: 0 0 8px;
    font-family: var(--font-head);
    font-size: .96rem;
    font-weight: 750;
    line-height: 1.35;
    color: var(--ink);
}
.cms-cap-intro {
    margin: 0 0 8px;
    font-size: .86rem;
    line-height: 1.6;
    color: var(--ink);
    font-weight: 600;
}
.cms-cap-card p {
    margin: 0 0 10px;
    font-size: .84rem;
    line-height: 1.65;
    color: var(--muted);
}
.cms-cap-bullets {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    display: grid;
    gap: 6px;
}
.cms-cap-bullets li {
    position: relative;
    padding-left: 14px;
    font-size: .82rem;
    line-height: 1.5;
    color: var(--muted);
}
.cms-cap-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0d9488;
}
.cms-cap-closing {
    margin-top: 8px !important;
    font-style: italic;
}

/* Journey */
.cms-journey {
    padding: var(--section-y) 0;
    background: var(--bg-soft);
}
.cms-journey-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 44px;
}
.cms-journey-card {
    flex: 1 1 min(100%, 240px);
    max-width: calc(25% - 12px);
    padding: clamp(20px, 2.5vw, 24px);
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 8px 28px rgba(10,22,40,.05);
    transition: transform .25s ease, box-shadow .25s ease;
}
.cms-journey-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(13,148,136,.1);
}
.cms-journey-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #0d9488, #1263fb);
    color: #fff;
    font-size: 1rem;
    box-shadow: 0 8px 20px rgba(13,148,136,.24);
}
.cms-journey-card h3 {
    margin: 0 0 8px;
    font-family: var(--font-head);
    font-size: .94rem;
    font-weight: 750;
    color: var(--ink);
}
.cms-journey-card p {
    margin: 0;
    font-size: .84rem;
    line-height: 1.65;
    color: var(--muted);
}
.cms-journey-foot {
    max-width: 820px;
    margin: 28px auto 0;
    text-align: center;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
}

/* Regulated */
.cms-regulated {
    position: relative;
    overflow: hidden;
    padding: var(--section-y) 0;
    background:
        radial-gradient(ellipse 55% 45% at 12% 0%, rgba(13,148,136,.07), transparent 58%),
        linear-gradient(180deg, #f6f8fc 0%, #fff 100%);
}
.cms-regulated > .container {
    position: relative;
    z-index: 1;
}
.cms-regulated-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.cms-regulated-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .55;
}
.cms-regulated-glow--1 {
    width: 420px;
    height: 420px;
    background: rgba(13,148,136,.12);
    top: -120px;
    right: -80px;
}
.cms-regulated-glow--2 {
    width: 360px;
    height: 360px;
    background: rgba(18,99,251,.08);
    bottom: -120px;
    left: -80px;
}
.cms-regulated-shell {
    margin-top: 44px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(13,148,136,.12);
    box-shadow:
        0 24px 64px rgba(10,22,40,.08),
        0 1px 0 rgba(255,255,255,.8) inset;
    overflow: hidden;
}
.cms-regulated-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.38fr);
    align-items: stretch;
}
.cms-regulated-sidebar {
    padding: clamp(24px, 3vw, 32px);
    background: linear-gradient(165deg, #060d18 0%, #0a1628 48%, #0f2430 100%);
    color: #fff;
    border-right: 1px solid rgba(255,255,255,.08);
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.cms-regulated-sidebar-head {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cms-regulated-sidebar-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(13,148,136,.28), rgba(18,99,251,.22));
    border: 1px solid rgba(94,234,212,.24);
    color: #5eead4;
    font-size: 1.1rem;
    box-shadow: 0 10px 24px rgba(0,0,0,.22);
}
.cms-regulated-sidebar-label {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #5eead4;
}
.cms-regulated-lead {
    margin: 0;
    font-size: .9rem;
    line-height: 1.75;
    color: rgba(255,255,255,.72);
}
.cms-regulated-frameworks {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 8px;
}
.cms-regulated-framework {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 50px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    font-size: .72rem;
    font-weight: 700;
    color: rgba(255,255,255,.82);
    white-space: nowrap;
}
.cms-regulated-framework i {
    font-size: .68rem;
    color: #5eead4;
}
.cms-regulated-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(13,148,136,.08);
}
.cms-regulated-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: clamp(18px, 2.2vw, 22px);
    background: #fff;
    min-height: 100%;
    transition: background .22s ease;
}
.cms-regulated-card:hover {
    background: linear-gradient(180deg, rgba(13,148,136,.04) 0%, #fff 100%);
}
.cms-regulated-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(13,148,136,.12), rgba(18,99,251,.06));
    border: 1px solid rgba(13,148,136,.14);
    color: #0d9488;
    font-size: .88rem;
}
.cms-regulated-card p {
    margin: 0;
    font-size: .84rem;
    line-height: 1.6;
    color: var(--ink);
    font-weight: 500;
}
.cms-regulated-assurance {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: clamp(20px, 2.8vw, 28px) clamp(24px, 3vw, 32px);
    background: linear-gradient(135deg, rgba(13,148,136,.06), rgba(18,99,251,.04));
    border-top: 1px solid rgba(13,148,136,.12);
}
.cms-regulated-assurance-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #0d9488, #1263fb);
    color: #fff;
    font-size: 1.05rem;
    box-shadow: 0 8px 22px rgba(13,148,136,.28);
    flex-shrink: 0;
}
.cms-regulated-assurance-copy p {
    margin: 0 0 10px;
    font-size: .88rem;
    line-height: 1.75;
    color: var(--muted);
}
.cms-regulated-assurance-copy p:last-child {
    margin-bottom: 0;
    color: var(--ink);
    font-weight: 500;
}

/* Process timeline */
.cms-process {
    padding: var(--section-y) 0;
    background:
        radial-gradient(ellipse 60% 55% at 8% 0%, rgba(13,148,136,.07), transparent 58%),
        linear-gradient(180deg, #f6f8fc 0%, #fff 100%);
}
.cms-process-shell {
    max-width: 920px;
    margin: 44px auto 0;
    padding: 0;
}
.cms-process-track {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.cms-process-step {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 0 24px;
    align-items: start;
    padding-bottom: clamp(24px, 3vw, 32px);
}
.cms-process-step:last-child { padding-bottom: 0; }
.cms-process-step:not(:last-child) .cms-process-rail::after {
    content: '';
    position: absolute;
    top: 52px;
    left: 25px;
    bottom: -8px;
    width: 2px;
    background: linear-gradient(180deg, rgba(13,148,136,.45) 0%, rgba(18,99,251,.35) 55%, rgba(13,148,136,.2) 100%);
}
.cms-process-rail {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 4px;
}
.cms-process-num {
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: var(--font-head);
    font-size: .88rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #0d9488, #1263fb);
    box-shadow: 0 8px 22px rgba(13,148,136,.28);
    border: 3px solid #fff;
}
.cms-process-card {
    padding: clamp(18px, 2.5vw, 24px);
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(13,148,136,.1);
    box-shadow: 0 8px 28px rgba(10,22,40,.05);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.cms-process-step:hover .cms-process-card {
    transform: translateX(4px);
    border-color: rgba(13,148,136,.22);
    box-shadow: 0 14px 36px rgba(13,148,136,.1);
}
.cms-process-card-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 12px;
}
.cms-process-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(13,148,136,.12), rgba(18,99,251,.06));
    border: 1px solid rgba(13,148,136,.14);
    color: #0d9488;
    font-size: 1.05rem;
}
.cms-process-label {
    display: block;
    margin-bottom: 4px;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0d9488;
}
.cms-process-card-title h3 {
    margin: 0;
    font-family: var(--font-head);
    font-size: clamp(1rem, 1.8vw, 1.12rem);
    font-weight: 750;
    line-height: 1.35;
    color: var(--ink);
}
.cms-process-card > p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.7;
    color: var(--muted);
}
.cms-process-note {
    margin-top: 10px !important;
    padding-top: 10px;
    border-top: 1px dashed rgba(13,148,136,.18);
    font-size: .84rem !important;
    font-weight: 500;
    color: var(--ink) !important;
}

/* Cost */
.cms-cost {
    position: relative;
    overflow: hidden;
    padding: var(--section-y) 0;
    background:
        radial-gradient(ellipse 50% 42% at 88% 8%, rgba(18,99,251,.07), transparent 58%),
        linear-gradient(180deg, #fff 0%, #f4f7fc 100%);
}
.cms-cost > .container {
    position: relative;
    z-index: 1;
}
.cms-cost-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.cms-cost-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .55;
}
.cms-cost-glow--1 {
    width: 400px;
    height: 400px;
    background: rgba(13,148,136,.1);
    top: -100px;
    left: -80px;
}
.cms-cost-glow--2 {
    width: 380px;
    height: 380px;
    background: rgba(18,99,251,.08);
    bottom: -120px;
    right: -60px;
}
.cms-cost-shell {
    margin-top: 44px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(13,148,136,.12);
    box-shadow:
        0 24px 64px rgba(10,22,40,.08),
        0 1px 0 rgba(255,255,255,.8) inset;
    overflow: hidden;
}
.cms-cost-factors {
    padding: clamp(24px, 3vw, 32px);
    border-bottom: 1px solid rgba(13,148,136,.1);
}
.cms-cost-factors-head {
    max-width: 640px;
    margin: 0 auto 22px;
    text-align: center;
}
.cms-cost-factors-label,
.cms-cost-models-label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0d9488;
}
.cms-cost-lead {
    margin: 0;
    font-size: .96rem;
    font-weight: 650;
    line-height: 1.55;
    color: var(--ink);
}
.cms-cost-factor-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.cms-cost-factor {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border: 1px solid var(--line);
    font-size: .82rem;
    line-height: 1.5;
    color: var(--ink);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.cms-cost-factor:hover {
    border-color: rgba(13,148,136,.22);
    box-shadow: 0 8px 22px rgba(13,148,136,.08);
    transform: translateY(-2px);
}
.cms-cost-factor-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(13,148,136,.14), rgba(18,99,251,.08));
    border: 1px solid rgba(13,148,136,.14);
    color: #0d9488;
    font-size: .72rem;
}
.cms-cost-models {
    padding: clamp(24px, 3vw, 32px);
    background: linear-gradient(180deg, rgba(13,148,136,.03) 0%, #fff 100%);
}
.cms-cost-models-head {
    max-width: 620px;
    margin: 0 auto 24px;
    text-align: center;
}
.cms-cost-models-head p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.65;
    color: var(--muted);
}
.cms-models-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}
.cms-model-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: clamp(24px, 2.8vw, 30px) clamp(20px, 2.2vw, 24px);
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 10px 32px rgba(10,22,40,.05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.cms-model-card:hover {
    transform: translateY(-4px);
    border-color: rgba(13,148,136,.2);
    box-shadow: 0 16px 40px rgba(13,148,136,.1);
}
.cms-model-card--featured {
    border-color: rgba(13,148,136,.28);
    box-shadow: 0 18px 44px rgba(13,148,136,.14);
    background: linear-gradient(180deg, rgba(13,148,136,.04) 0%, #fff 42%);
}
.cms-model-card--featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(90deg, #0d9488, #1263fb);
}
.cms-model-step {
    position: absolute;
    top: 14px;
    right: 14px;
    font-family: var(--font-head);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .06em;
    color: rgba(13,148,136,.45);
}
.cms-model-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #0d9488, #1263fb);
    color: #fff;
    font-size: 1.15rem;
    box-shadow: 0 10px 24px rgba(13,148,136,.28);
}
.cms-model-tag {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 50px;
    background: rgba(13,148,136,.1);
    border: 1px solid rgba(13,148,136,.14);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #0d9488;
}
.cms-model-card h3 {
    margin: 0 0 10px;
    font-family: var(--font-head);
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.35;
    color: var(--ink);
}
.cms-model-card p {
    margin: 0;
    font-size: .86rem;
    line-height: 1.65;
    color: var(--muted);
}
.cms-cost-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px 28px;
    padding: clamp(22px, 3vw, 28px) clamp(24px, 3vw, 32px);
    background: linear-gradient(135deg, #060d18 0%, #0a1628 52%, #0f2430 100%);
    border-top: 1px solid rgba(255,255,255,.08);
}
.cms-cost-footer-copy {
    flex: 1 1 min(100%, 520px);
}
.cms-cost-footer-copy p {
    margin: 0 0 10px;
    font-size: .88rem;
    line-height: 1.7;
    color: rgba(255,255,255,.68);
}
.cms-cost-footer-copy p:last-child {
    margin-bottom: 0;
    color: rgba(255,255,255,.82);
    font-weight: 500;
}
.cms-cost-cta {
    flex-shrink: 0;
    white-space: nowrap;
}

/* Distribution */
.cms-distribution {
    padding: var(--section-y) 0;
    background: #fff;
}
.cms-distribution-list {
    list-style: none;
    margin: 36px auto 0;
    padding: 0;
    max-width: 920px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.cms-distribution-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    background: var(--bg-soft);
    border: 1px solid var(--line);
    font-size: .86rem;
    color: var(--ink);
}
.cms-distribution-list i {
    flex-shrink: 0;
    color: #0d9488;
}
.cms-distribution-example {
    max-width: 820px;
    margin: 24px auto 0;
    text-align: center;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
    font-style: italic;
}
.cms-distribution-foot {
    max-width: 720px;
    margin: 16px auto 0;
    text-align: center;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
}

/* Why */
.cms-why {
    padding: var(--section-y) 0;
    background: var(--bg-soft);
}
.cms-why-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 36px;
}
.cms-why-item {
    flex: 1 1 min(100%, 280px);
    max-width: calc(33.333% - 10px);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--line);
    font-size: .86rem;
    line-height: 1.5;
    color: var(--ink);
    transition: transform .2s ease, border-color .2s ease;
}
.cms-why-item:hover {
    transform: translateY(-2px);
    border-color: rgba(13,148,136,.2);
}
.cms-why-item i {
    flex-shrink: 0;
    color: #0d9488;
    margin-top: 3px;
}
.cms-why-foot {
    max-width: 820px;
    margin: 24px auto 0;
    text-align: center;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
}

/* CTA band */
.cms-cta-band {
    padding: var(--section-y) 0;
    background: linear-gradient(135deg, #060d18, #0f1f2e);
    position: relative;
    overflow: hidden;
}
.cms-cta-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(600px 280px at 50% 50%, rgba(13,148,136,.14), transparent);
    pointer-events: none;
}
.cms-cta-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}
.cms-cta-inner .kicker {
    background: rgba(13,148,136,.14);
    border-color: rgba(13,148,136,.28);
    color: #5eead4;
}
.cms-cta-inner h2 {
    font-family: var(--font-head);
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}
.cms-cta-inner p {
    font-size: .98rem;
    color: rgba(255,255,255,.62);
    line-height: 1.75;
    margin-bottom: 12px;
}
.cms-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.cms-faq.section.faq { background: #fff; }

@media (max-width: 1024px) {
    .cms-hero-layout { grid-template-columns: 1fr; }
    .cms-editorial-preview {
        max-width: 380px;
        justify-self: center;
        margin-inline: auto;
        transform: none;
    }
    .cms-check-list { grid-template-columns: 1fr; }
    .cms-distribution-list { grid-template-columns: 1fr; }
    .cms-cap-card { max-width: calc(50% - 10px); }
    .cms-cap-card:nth-child(6) { max-width: 100%; }
    .cms-journey-card { max-width: calc(50% - 10px); }
    .cms-why-item { max-width: calc(50% - 10px); }
    .cms-regulated-layout { grid-template-columns: 1fr; }
    .cms-regulated-sidebar { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
    .cms-regulated-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cms-cost-factor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    .cms-cap-card,
    .cms-cap-card:nth-child(n),
    .cms-journey-card,
    .cms-why-item { max-width: 100%; }
    .cms-process-step {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 0 14px;
    }
    .cms-process-num {
        width: 40px;
        height: 40px;
        font-size: .78rem;
        border-width: 2px;
    }
    .cms-process-step:not(:last-child) .cms-process-rail::after {
        left: 19px;
        top: 44px;
    }
    .cms-process-icon { width: 40px; height: 40px; font-size: .92rem; }
    .cms-process-card-head { flex-direction: column; gap: 10px; }
    .cms-regulated-grid { grid-template-columns: 1fr; }
    .cms-regulated-assurance { grid-template-columns: 1fr; }
    .cms-regulated-frameworks { margin-top: 4px; }
    .cms-cost-factor-grid { grid-template-columns: 1fr; }
    .cms-models-grid { grid-template-columns: 1fr; }
    .cms-model-card--featured { order: -1; }
    .cms-cost-footer { flex-direction: column; align-items: stretch; }
    .cms-cost-cta { width: 100%; justify-content: center; white-space: normal; }
}

@media (hover: none) {
    .cms-cap-card:hover,
    .cms-journey-card:hover,
    .cms-model-card:hover,
    .cms-why-item:hover,
    .cms-process-step:hover .cms-process-card,
    .cms-regulated-card:hover,
    .cms-cost-factor:hover { transform: none; background: #fff; }
}
