/* =========================================================
   ULTRALINK UK — Hire Dynamics 365 Developers
   hire-microsoft-365-developers.css · Premium SaaS
   Theme: Microsoft blue (#742774, #0b53ce)
   ========================================================= */

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

.hd365-btn-primary {
    background: linear-gradient(135deg, #742774, #0b53ce);
    color: #fff !important;
    box-shadow: 0 10px 32px rgba(116,39,116,.32);
}
.hd365-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(116,39,116,.42);
}
.hd365-btn-outline {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.24);
    color: #fff !important;
}
.hd365-btn-outline:hover {
    background: rgba(255,255,255,.14);
    transform: translateY(-2px);
}
.hd365-btn-outline-light {
    background: transparent;
    border: 1px solid rgba(255,255,255,.32);
    color: #fff !important;
}
.hd365-btn-outline-light:hover {
    background: rgba(255,255,255,.1);
    transform: translateY(-2px);
}
.hd365-btn-light {
    background: #fff;
    color: #0a1628;
    box-shadow: 0 10px 32px rgba(0,0,0,.14);
}
.hd365-btn-light:hover { transform: translateY(-3px); }

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

.hd365-check-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
}
.hd365-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .88rem;
    line-height: 1.55;
    color: var(--ink);
}
.hd365-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, #742774, #0b53ce);
    margin-top: 2px;
}

/* Hero */
.hd365-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #060d18 0%, #0a1628 38%, #0c1a2e 72%, #0e2238 100%);
    padding: calc(var(--header-h) + var(--hero-y)) 0 var(--hero-y);
    color: #fff;
}
.hd365-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hd365-hero-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 45% at 82% 18%, rgba(116,39,116,.24), transparent 58%),
        radial-gradient(ellipse 42% 38% at 10% 82%, rgba(11,83,206,.16), transparent 52%);
}
.hd365-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);
}
.hd365-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;
}
.hd365-hero-copy { min-width: 0; }
.hd365-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(116,39,116,.14);
    border: 1px solid rgba(116,39,116,.32);
    border-radius: 50px;
    padding: 7px 16px 7px 10px;
    margin-bottom: clamp(16px, 2.5vw, 22px);
}
.hd365-hero-badge i {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #742774, #0b53ce);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: .85rem;
}
.hd365-hero-badge span {
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #c084fc;
}
.hd365-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;
}
.hd365-hero-lead {
    font-size: clamp(.9rem, 1.5vw, 1.05rem);
    line-height: 1.75;
    color: rgba(255,255,255,.72);
    margin-bottom: 12px;
}
.hd365-hero-note {
    font-size: clamp(.82rem, 1.2vw, .9rem);
    line-height: 1.7;
    color: rgba(255,255,255,.58);
    margin-bottom: 0;
    max-width: 56ch;
}
.hd365-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: clamp(20px, 3vw, 28px);
}

/* M365 stack preview */
.hd365-stack-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;
}
.hd365-stack-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.hd365-stack-head strong {
    font-family: var(--font-head);
    font-size: .8rem;
    font-weight: 700;
    color: rgba(255,255,255,.9);
}
.hd365-stack-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #c084fc;
}
.hd365-stack-status i { font-size: .45rem; color: #742774; }
.hd365-stack-badges {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
}
.hd365-stack-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    font-size: .78rem;
    font-weight: 600;
    color: rgba(255,255,255,.85);
    transition: border-color .2s ease, background .2s ease;
}
.hd365-stack-badge i {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    font-size: .85rem;
    flex-shrink: 0;
}
.hd365-stack-badge--sharepoint i,
.hd365-stack-badge--sales i {
    background: rgba(116,39,116,.2);
    border: 1px solid rgba(116,39,116,.28);
    color: #c084fc;
}
.hd365-stack-badge--power i {
    background: rgba(11,83,206,.22);
    border: 1px solid rgba(11,83,206,.32);
    color: #93c5fd;
}
.hd365-stack-badge--teams i,
.hd365-stack-badge--finance i {
    background: rgba(98,100,167,.22);
    border: 1px solid rgba(98,100,167,.32);
    color: #a5b4fc;
}
.hd365-stack-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.hd365-stack-metrics div {
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
}
.hd365-stack-metrics span {
    display: block;
    font-size: .68rem;
    color: rgba(255,255,255,.55);
    margin-bottom: 4px;
}
.hd365-stack-metrics strong {
    font-family: var(--font-head);
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
}

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

/* Specialists table */
.hd365-specialists {
    padding: var(--section-y) 0;
    background: #fff;
}
.hd365-specialists-lead {
    max-width: 760px;
    margin: 28px auto 0;
    text-align: center;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
}
.hd365-specialists-table-wrap {
    margin-top: 32px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(116,39,116,.12);
    box-shadow: 0 12px 36px rgba(10,22,40,.06);
    background: #fff;
}
.hd365-specialists-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .88rem;
}
.hd365-specialists-table thead {
    background: linear-gradient(135deg, #060d18, #0e2238);
    color: #fff;
}
.hd365-specialists-table th,
.hd365-specialists-table td {
    padding: 14px 18px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
}
.hd365-specialists-table thead th {
    font-family: var(--font-head);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #c084fc;
    border-bottom: none;
}
.hd365-specialists-table tbody tr:last-child th,
.hd365-specialists-table tbody tr:last-child td { border-bottom: none; }
.hd365-specialists-table tbody tr:hover { background: rgba(116,39,116,.04); }
.hd365-specialists-table tbody th {
    width: 42%;
    font-weight: 650;
    color: var(--ink);
    background: rgba(116,39,116,.03);
}
.hd365-specialists-table tbody td {
    color: var(--muted);
    line-height: 1.6;
    font-weight: 500;
}
.hd365-specialists-foot {
    max-width: 820px;
    margin: 24px auto 0;
    text-align: center;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
}

/* Capabilities */
.hd365-capabilities {
    padding: var(--section-y) 0;
    background: var(--bg-soft);
}
.hd365-cap-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin-top: 44px;
}
.hd365-cap-card {
    flex: 1 1 min(100%, 280px);
    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;
}
.hd365-cap-card:hover {
    transform: translateY(-4px);
    border-color: rgba(116,39,116,.2);
    box-shadow: 0 16px 40px rgba(116,39,116,.1);
}
.hd365-cap-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    background: linear-gradient(145deg, rgba(116,39,116,.12), rgba(11,83,206,.08));
    border: 1px solid rgba(116,39,116,.14);
    color: #742774;
    font-size: 1.05rem;
}
.hd365-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);
}
.hd365-cap-card p {
    margin: 0;
    font-size: .84rem;
    line-height: 1.65;
    color: var(--muted);
}
.hd365-cap-foot {
    max-width: 820px;
    margin: 24px auto 0;
    text-align: center;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
}

/* Stalled */
.hd365-stalled {
    padding: var(--section-y) 0;
    background: #fff;
}
.hd365-stalled-body {
    max-width: 920px;
    margin: 36px auto 0;
}
.hd365-stalled-foot {
    margin: 28px 0 0;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
    text-align: center;
}

/* Engagement */
.hd365-engagement {
    padding: var(--section-y) 0;
    background: linear-gradient(180deg, #f4f7fc 0%, #fff 100%);
}
.hd365-engagement-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 44px;
}
.hd365-engagement-card {
    position: relative;
    padding: clamp(24px, 2.8vw, 28px);
    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;
}
.hd365-engagement-card:hover {
    transform: translateY(-4px);
    border-color: rgba(116,39,116,.2);
    box-shadow: 0 16px 40px rgba(116,39,116,.1);
}
.hd365-engagement-card--featured {
    border-color: rgba(116,39,116,.28);
    box-shadow: 0 18px 44px rgba(116,39,116,.14);
    background: linear-gradient(180deg, rgba(116,39,116,.04) 0%, #fff 42%);
}
.hd365-engagement-card--featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(90deg, #742774, #0b53ce);
}
.hd365-engagement-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    background: linear-gradient(135deg, #742774, #0b53ce);
    color: #fff;
    font-size: 1.1rem;
    box-shadow: 0 8px 22px rgba(116,39,116,.24);
}
.hd365-engagement-card h3 {
    margin: 0 0 8px;
    font-family: var(--font-head);
    font-size: .96rem;
    font-weight: 750;
    color: var(--ink);
}
.hd365-engagement-card > p {
    margin: 0;
    font-size: .86rem;
    line-height: 1.65;
    color: var(--muted);
}
.hd365-engagement-suited {
    margin: 14px 0 0 !important;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    font-size: .78rem !important;
    font-weight: 600;
    color: #742774 !important;
    line-height: 1.5 !important;
}
.hd365-engagement-foot {
    max-width: 720px;
    margin: 24px auto 0;
    text-align: center;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
}

/* Shared shell panel */
.hd365-shell {
    margin-top: 44px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(116,39,116,.12);
    box-shadow: 0 24px 64px rgba(10,22,40,.08);
    overflow: hidden;
}
.hd365-shell-list {
    list-style: none;
    margin: 0;
    padding: clamp(24px, 3vw, 32px);
    display: grid;
    gap: 10px;
}
.hd365-shell-list--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
}
.hd365-shell-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: var(--bg-soft);
    border: 1px solid var(--line);
    font-size: .84rem;
    line-height: 1.55;
    color: var(--ink);
    transition: border-color .2s ease, transform .2s ease;
}
.hd365-shell-list li:hover {
    border-color: rgba(116,39,116,.22);
    transform: translateX(3px);
}
.hd365-shell-list li i {
    flex-shrink: 0;
    color: #742774;
    font-size: .78rem;
    margin-top: 3px;
}
.hd365-shell-foot {
    padding: clamp(20px, 2.8vw, 28px) clamp(24px, 3vw, 32px);
    background: linear-gradient(135deg, rgba(116,39,116,.06), rgba(11,83,206,.04));
    border-top: 1px solid rgba(116,39,116,.1);
    text-align: center;
}
.hd365-shell-foot p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.75;
    color: var(--muted);
}
.hd365-shell-foot--cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.hd365-shell-foot--cta p {
    max-width: 720px;
}

/* Regulated */
.hd365-regulated {
    padding: var(--section-y) 0;
    background: var(--bg-soft);
}

/* Environment */
.hd365-environment {
    position: relative;
    overflow: hidden;
    padding: var(--section-y) 0;
    background: #fff;
}
.hd365-environment > .container { position: relative; z-index: 1; }
.hd365-environment-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.hd365-environment-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .5;
}
.hd365-environment-glow--1 {
    width: 400px;
    height: 400px;
    background: rgba(116,39,116,.1);
    top: -100px;
    right: -60px;
}
.hd365-environment-glow--2 {
    width: 360px;
    height: 360px;
    background: rgba(11,83,206,.07);
    bottom: -100px;
    left: -60px;
}

/* Selection timeline */
.hd365-selection {
    padding: var(--section-y) 0;
    background:
        radial-gradient(ellipse 60% 55% at 8% 0%, rgba(116,39,116,.07), transparent 58%),
        linear-gradient(180deg, #f6f8fc 0%, #fff 100%);
}
.hd365-selection-shell {
    max-width: 920px;
    margin: 44px auto 0;
}
.hd365-process-track {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.hd365-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);
}
.hd365-process-step:last-child { padding-bottom: 0; }
.hd365-process-step:not(:last-child) .hd365-process-rail::after {
    content: '';
    position: absolute;
    top: 52px;
    left: 25px;
    bottom: -8px;
    width: 2px;
    background: linear-gradient(180deg, rgba(116,39,116,.45) 0%, rgba(11,83,206,.35) 55%, rgba(116,39,116,.2) 100%);
}
.hd365-process-rail {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 4px;
}
.hd365-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, #742774, #0b53ce);
    box-shadow: 0 8px 22px rgba(116,39,116,.28);
    border: 3px solid #fff;
}
.hd365-process-card {
    padding: clamp(18px, 2.5vw, 24px);
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(116,39,116,.1);
    box-shadow: 0 8px 28px rgba(10,22,40,.05);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.hd365-process-step:hover .hd365-process-card {
    transform: translateX(4px);
    border-color: rgba(116,39,116,.22);
    box-shadow: 0 14px 36px rgba(116,39,116,.1);
}
.hd365-process-card-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 12px;
}
.hd365-process-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(116,39,116,.12), rgba(11,83,206,.06));
    border: 1px solid rgba(116,39,116,.14);
    color: #742774;
    font-size: 1.05rem;
}
.hd365-process-label {
    display: block;
    margin-bottom: 4px;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #742774;
}
.hd365-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);
}
.hd365-process-card > p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.7;
    color: var(--muted);
}
.hd365-selection-foot {
    margin: 28px 0 0;
    text-align: center;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
}

/* Governance */
.hd365-governance {
    position: relative;
    overflow: hidden;
    padding: var(--section-y) 0;
    background:
        radial-gradient(ellipse 55% 45% at 12% 0%, rgba(116,39,116,.07), transparent 58%),
        linear-gradient(180deg, #f6f8fc 0%, #fff 100%);
}
.hd365-governance > .container { position: relative; z-index: 1; }
.hd365-governance-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.hd365-governance-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .55;
}
.hd365-governance-glow--1 {
    width: 420px;
    height: 420px;
    background: rgba(116,39,116,.12);
    top: -120px;
    right: -80px;
}
.hd365-governance-glow--2 {
    width: 360px;
    height: 360px;
    background: rgba(11,83,206,.08);
    bottom: -120px;
    left: -80px;
}

/* Why Ultralink */
.hd365-why {
    padding: var(--section-y) 0;
    background: var(--bg-soft);
}
.hd365-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 44px;
}
.hd365-why-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    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, border-color .25s ease, box-shadow .25s ease;
}
.hd365-why-card:hover {
    transform: translateY(-4px);
    border-color: rgba(116,39,116,.2);
    box-shadow: 0 16px 40px rgba(116,39,116,.1);
}
.hd365-why-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(116,39,116,.12), rgba(11,83,206,.06));
    border: 1px solid rgba(116,39,116,.14);
    color: #742774;
    font-size: 1.05rem;
}
.hd365-why-card-copy h3 {
    margin: 0 0 8px;
    font-family: var(--font-head);
    font-size: .96rem;
    font-weight: 750;
    line-height: 1.35;
    color: var(--ink);
}
.hd365-why-card-copy p {
    margin: 0;
    font-size: .86rem;
    line-height: 1.65;
    color: var(--muted);
}

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

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

/* Delivery stages */
.hd365-delivery {
    padding: var(--section-y) 0;
    background: linear-gradient(180deg, #fff 0%, #f4f7fc 100%);
}
.hd365-delivery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 44px;
}
.hd365-delivery-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: clamp(18px, 2.2vw, 22px);
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 8px 24px rgba(10,22,40,.05);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.hd365-delivery-card:hover {
    transform: translateY(-3px);
    border-color: rgba(116,39,116,.2);
    box-shadow: 0 14px 36px rgba(116,39,116,.1);
}
.hd365-delivery-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(116,39,116,.12), rgba(11,83,206,.08));
    border: 1px solid rgba(116,39,116,.14);
    color: #742774;
    font-size: .95rem;
}
.hd365-delivery-card h3 {
    margin: 0 0 6px;
    font-family: var(--font-head);
    font-size: .9rem;
    font-weight: 750;
    color: var(--ink);
    text-transform: capitalize;
}
.hd365-delivery-card p {
    margin: 0;
    font-size: .84rem;
    line-height: 1.65;
    color: var(--muted);
}

/* Sector & checklist sections */
.hd365-sector,
.hd365-uk-hours {
    padding: var(--section-y) 0;
    background: var(--bg-soft);
}
.hd365-sector-body,
.hd365-uk-hours-body,
.hd365-governance-body {
    max-width: 920px;
    margin: 36px auto 0;
}
.hd365-uk-hours-lead,
.hd365-governance-lead {
    text-align: center;
    margin: 0 0 20px;
    font-size: .94rem;
    font-weight: 600;
    color: var(--ink);
}
.hd365-sector-foot,
.hd365-uk-hours-foot,
.hd365-governance-foot {
    margin: 28px 0 0;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
    text-align: center;
}

/* Applications */
.hd365-applications {
    position: relative;
    overflow: hidden;
    padding: var(--section-y) 0;
    background: #fff;
}
.hd365-applications > .container { position: relative; z-index: 1; }
.hd365-applications-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.hd365-applications-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .5;
}
.hd365-applications-glow--1 {
    width: 400px;
    height: 400px;
    background: rgba(116,39,116,.1);
    top: -100px;
    right: -60px;
}
.hd365-applications-glow--2 {
    width: 360px;
    height: 360px;
    background: rgba(11,83,206,.07);
    bottom: -100px;
    left: -60px;
}
.hd365-apps-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 44px;
}
.hd365-apps-panel {
    padding: clamp(24px, 2.8vw, 30px);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(116,39,116,.04) 0%, #fff 38%);
    border: 1px solid rgba(116,39,116,.12);
    box-shadow: 0 16px 40px rgba(10,22,40,.06);
}
.hd365-apps-panel h3 {
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
    font-family: var(--font-head);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #742774;
}
.hd365-apps-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.hd365-apps-panel li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .86rem;
    line-height: 1.55;
    color: var(--ink);
}
.hd365-apps-panel li i {
    flex-shrink: 0;
    color: #742774;
    margin-top: 3px;
    font-size: .82rem;
}
.hd365-apps-foot {
    max-width: 820px;
    margin: 24px auto 0;
    text-align: center;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
}

/* Why Ultralink prose */
.hd365-why-prose {
    max-width: 760px;
    margin: 36px auto 0;
    text-align: center;
}
.hd365-why-prose p {
    margin: 0 0 16px;
    font-size: .94rem;
    line-height: 1.8;
    color: var(--muted);
}
.hd365-why-prose p:last-child { margin-bottom: 0; }

.hd365-governance .hd365-check-list i {
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    color: #742774;
    font-size: .78rem;
    margin-top: 3px;
}

/* Responsive */
@media (max-width: 1024px) {
    .hd365-hero-layout { grid-template-columns: 1fr; }
    .hd365-stack-preview {
        max-width: 380px;
        justify-self: center;
        margin-inline: auto;
        transform: none;
    }
    .hd365-check-list { grid-template-columns: 1fr; }
    .hd365-cap-card,
    .hd365-cap-card:nth-child(n) { max-width: calc(50% - 10px); }
    .hd365-shell-list--grid { grid-template-columns: 1fr; }
    .hd365-why-grid { grid-template-columns: 1fr; }
    .hd365-delivery-grid { grid-template-columns: 1fr; }
    .hd365-apps-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .hd365-cap-card,
    .hd365-cap-card:nth-child(n) { max-width: 100%; }
    .hd365-process-step {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 0 14px;
    }
    .hd365-process-num {
        width: 40px;
        height: 40px;
        font-size: .78rem;
        border-width: 2px;
    }
    .hd365-process-step:not(:last-child) .hd365-process-rail::after {
        left: 19px;
        top: 44px;
    }
    .hd365-process-icon { width: 40px; height: 40px; font-size: .92rem; }
    .hd365-process-card-head { flex-direction: column; gap: 10px; }
    .hd365-engagement-grid { grid-template-columns: 1fr; }
    .hd365-specialists-table thead { display: none; }
    .hd365-specialists-table tbody tr {
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid var(--line);
    }
    .hd365-specialists-table tbody tr:last-child { border-bottom: none; }
    .hd365-specialists-table tbody th,
    .hd365-specialists-table tbody td {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 6px 18px;
    }
    .hd365-specialists-table tbody th {
        padding-top: 14px;
        background: transparent;
        color: #742774;
        font-size: .78rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }
    .hd365-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .hd365-cta-actions .btn { justify-content: center; }
}

@media (hover: none) {
    .hd365-cap-card:hover,
    .hd365-engagement-card:hover,
    .hd365-why-card:hover,
    .hd365-delivery-card:hover,
    .hd365-process-step:hover .hd365-process-card,
    .hd365-shell-list li:hover { transform: none; }
}
