/* =========================================================
   ULTRALINK UK — Penetration Testing Services
   penetration-testing-services.css · Premium SaaS
   ========================================================= */

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

.pts-btn-primary {
    background: linear-gradient(135deg, #1263fb, #0d4fc7);
    color: #fff !important;
    box-shadow: 0 10px 32px rgba(18,99,251,.32);
}
.pts-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(18,99,251,.42);
}
.pts-btn-outline {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.24);
    color: #fff !important;
}
.pts-btn-outline:hover {
    background: rgba(255,255,255,.14);
    transform: translateY(-2px);
}
.pts-btn-light {
    background: #fff;
    color: #0a1628;
    box-shadow: 0 10px 32px rgba(0,0,0,.14);
}
.pts-btn-light:hover { transform: translateY(-3px); }

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

/* Hero */
.pts-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #060d18 0%, #0a1628 38%, #121f35 72%, #162640 100%);
    padding: calc(var(--header-h) + var(--hero-y)) 0 var(--hero-y);
    color: #fff;
}
.pts-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.pts-hero-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 45% at 82% 18%, rgba(239,68,68,.18), transparent 58%),
        radial-gradient(ellipse 42% 38% at 10% 82%, rgba(18,99,251,.16), transparent 52%);
}
.pts-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);
}
.pts-hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(32px, 5vw, 56px);
    align-items: center;
}
.pts-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(239,68,68,.12);
    border: 1px solid rgba(239,68,68,.28);
    border-radius: 50px;
    padding: 7px 16px 7px 10px;
    margin-bottom: clamp(16px, 2.5vw, 22px);
}
.pts-hero-badge i {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: .85rem;
}
.pts-hero-badge span {
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fca5a5;
}
.pts-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;
}
.pts-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: 560px;
}
.pts-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: clamp(20px, 3vw, 28px);
}

/* Console visual */
.pts-console {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    padding: clamp(20px, 3vw, 28px);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 64px rgba(0,0,0,.28);
}
.pts-console-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.pts-console-head strong {
    font-family: var(--font-head);
    font-size: .88rem;
    font-weight: 700;
    color: rgba(255,255,255,.9);
}
.pts-console-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #fca5a5;
}
.pts-console-status i { font-size: .45rem; color: #ef4444; }
.pts-console-score {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
}
.pts-console-metric {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    padding: 14px 16px;
}
.pts-console-metric span {
    display: block;
    font-size: .72rem;
    color: rgba(255,255,255,.55);
    margin-bottom: 4px;
}
.pts-console-metric strong {
    font-family: var(--font-head);
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
}
.pts-console-metric strong em {
    font-style: normal;
    color: #fca5a5;
}
.pts-console-rows { display: grid; gap: 8px; }
.pts-console-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.06);
    font-size: .78rem;
    color: rgba(255,255,255,.78);
}
.pts-pill--critical,
.pts-pill--high,
.pts-pill--med {
    font-size: .66rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 4px 8px;
    border-radius: 50px;
    white-space: nowrap;
}
.pts-pill--critical { background: rgba(239,68,68,.22); color: #fca5a5; }
.pts-pill--high { background: rgba(249,115,22,.2); color: #fdba74; }
.pts-pill--med { background: rgba(234,179,8,.18); color: #fde047; }

/* When required */
.pts-when {
    padding: var(--section-y) 0;
    background: linear-gradient(180deg, #fff 0%, #f4f7fc 100%);
}
.pts-when-shell {
    max-width: 920px;
    margin: 36px auto 0;
    padding: 0;
}
.pts-when .pts-check-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
}
.pts-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .88rem;
    line-height: 1.55;
    color: var(--ink);
}
.pts-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, #1263fb, #0d4fc7);
    margin-top: 2px;
}
.pts-when-foot {
    margin: 28px 0 0;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
    text-align: center;
}

/* Capabilities */
.pts-capabilities {
    padding: var(--section-y) 0;
    background: #fff;
}
.pts-cap-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin-top: 44px;
}
.pts-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;
}
.pts-cap-card:hover {
    transform: translateY(-4px);
    border-color: rgba(18,99,251,.2);
    box-shadow: 0 16px 40px rgba(18,99,251,.1);
}
.pts-cap-card:nth-child(4),
.pts-cap-card:nth-child(5) { max-width: calc(50% - 10px); }
.pts-cap-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    background: linear-gradient(145deg, rgba(18,99,251,.12), rgba(239,68,68,.08));
    border: 1px solid rgba(18,99,251,.14);
    color: #1263fb;
    font-size: 1.05rem;
}
.pts-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);
}
.pts-cap-intro {
    margin: 0 0 8px;
    font-size: .86rem;
    line-height: 1.6;
    color: var(--ink);
    font-weight: 600;
}
.pts-cap-card p:last-child {
    margin: 0;
    font-size: .84rem;
    line-height: 1.65;
    color: var(--muted);
}

/* Sector */
.pts-sector {
    padding: var(--section-y) 0;
    background: var(--bg-soft);
}
.pts-sector-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 4vw, 40px);
    margin-top: 36px;
    align-items: start;
}
.pts-sector-copy p {
    margin: 0 0 14px;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
}
.pts-sector-lead {
    color: var(--ink) !important;
    font-weight: 600;
}
.pts-sector-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.pts-sector-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--line);
    font-size: .86rem;
    line-height: 1.5;
    color: var(--ink);
}
.pts-sector-list i {
    flex-shrink: 0;
    color: #ef4444;
    margin-top: 2px;
}
.pts-sector-notes {
    margin-top: 24px;
    padding: clamp(18px, 2.5vw, 24px);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(18,99,251,.06), rgba(239,68,68,.04));
    border: 1px solid rgba(18,99,251,.12);
}
.pts-sector-notes p {
    margin: 0 0 12px;
    font-size: .9rem;
    line-height: 1.75;
    color: var(--muted);
}
.pts-sector-notes p:last-child { margin-bottom: 0; }

/* Process — vertical timeline journey */
.pts-process {
    padding: var(--section-y) 0;
    background:
        radial-gradient(ellipse 60% 55% at 92% 0%, rgba(239,68,68,.07), transparent 58%),
        radial-gradient(ellipse 50% 45% at 8% 100%, rgba(18,99,251,.08), transparent 55%),
        linear-gradient(180deg, #f6f8fc 0%, #fff 100%);
}
.pts-process-shell {
    max-width: 920px;
    margin: 44px auto 0;
    padding: clamp(24px, 3.5vw, 36px);
    border-radius: 24px;
    background: linear-gradient(145deg, #fff 0%, #f8faff 100%);
    border: 1px solid rgba(18,99,251,.12);
    box-shadow:
        0 1px 2px rgba(10,22,40,.04),
        0 20px 56px rgba(10,22,40,.08);
}
.pts-process-track {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.pts-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);
}
.pts-process-step:last-child { padding-bottom: 0; }
.pts-process-step:not(:last-child) .pts-process-rail::after {
    content: '';
    position: absolute;
    top: 52px;
    left: 25px;
    bottom: -8px;
    width: 2px;
    background: linear-gradient(
        180deg,
        rgba(18,99,251,.45) 0%,
        rgba(239,68,68,.35) 55%,
        rgba(18,99,251,.2) 100%
    );
}
.pts-process-rail {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 4px;
}
.pts-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, #1263fb, #0d4fc7);
    box-shadow: 0 8px 22px rgba(18,99,251,.28);
    border: 3px solid #fff;
}
.pts-process-step:nth-child(even) .pts-process-num {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    box-shadow: 0 8px 22px rgba(239,68,68,.28);
}
.pts-process-card {
    padding: clamp(18px, 2.5vw, 24px);
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(18,99,251,.1);
    box-shadow: 0 8px 28px rgba(10,22,40,.05);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.pts-process-step:hover .pts-process-card {
    transform: translateX(4px);
    border-color: rgba(18,99,251,.22);
    box-shadow: 0 14px 36px rgba(18,99,251,.1);
}
.pts-process-card-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 12px;
}
.pts-process-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(18,99,251,.12), rgba(239,68,68,.06));
    border: 1px solid rgba(18,99,251,.14);
    color: #1263fb;
    font-size: 1.05rem;
}
.pts-process-step:nth-child(even) .pts-process-icon {
    color: #dc2626;
    background: linear-gradient(145deg, rgba(239,68,68,.1), rgba(18,99,251,.05));
    border-color: rgba(239,68,68,.16);
}
.pts-process-label {
    display: block;
    margin-bottom: 4px;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #1263fb;
}
.pts-process-step:nth-child(even) .pts-process-label { color: #dc2626; }
.pts-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);
}
.pts-process-card > p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.7;
    color: var(--muted);
}
.pts-process-insight {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(18,99,251,.06), rgba(239,68,68,.04));
    border: 1px solid rgba(18,99,251,.14);
}
.pts-process-insight i {
    flex-shrink: 0;
    margin-top: 2px;
    color: #1263fb;
    font-size: .95rem;
}
.pts-process-insight p {
    margin: 0;
    font-size: .84rem;
    line-height: 1.65;
    color: var(--ink);
    font-weight: 500;
}
.pts-process-callout {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: clamp(28px, 4vw, 36px);
    padding: clamp(18px, 2.5vw, 22px) clamp(20px, 3vw, 28px);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(10,22,40,.96), rgba(18,99,251,.88));
    border: 1px solid rgba(255,255,255,.1);
    max-width: 920px;
    margin-inline: auto;
    box-shadow: 0 16px 40px rgba(10,22,40,.18);
}
.pts-process-callout-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    font-size: 1.05rem;
}
.pts-process-callout strong {
    display: block;
    margin-bottom: 6px;
    font-family: var(--font-head);
    font-size: .88rem;
    font-weight: 750;
    color: #fff;
}
.pts-process-callout p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.7;
    color: rgba(255,255,255,.78);
}

/* Reporting */
.pts-reporting {
    padding: var(--section-y) 0;
    background: #fff;
}
.pts-reporting-lead {
    text-align: center;
    max-width: 640px;
    margin: -12px auto 28px;
    font-size: .92rem;
    color: var(--muted);
}
.pts-report-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.pts-report-card {
    flex: 1 1 min(100%, 260px);
    max-width: calc(33.333% - 12px);
    padding: clamp(20px, 2.5vw, 24px);
    border-radius: 16px;
    background: var(--bg-soft);
    border: 1px solid var(--line);
    transition: transform .25s ease, box-shadow .25s ease;
}
.pts-report-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(10,22,40,.08);
}
.pts-report-card:nth-child(4),
.pts-report-card:nth-child(5) { max-width: calc(50% - 10px); }
.pts-report-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid var(--line);
    color: #1263fb;
    font-size: .95rem;
}
.pts-report-card h3 {
    margin: 0 0 8px;
    font-family: var(--font-head);
    font-size: .92rem;
    font-weight: 750;
    color: var(--ink);
}
.pts-report-card p {
    margin: 0;
    font-size: .82rem;
    line-height: 1.6;
    color: var(--muted);
}
.pts-report-foot {
    max-width: 820px;
    margin: 24px auto 0;
    text-align: center;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
}

/* Assurance */
.pts-assurance {
    padding: var(--section-y) 0;
    background: linear-gradient(135deg, #060d18, #0a1628);
}
.pts-assurance-panel {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.pts-assurance-panel .kicker {
    background: rgba(239,68,68,.14);
    border-color: rgba(239,68,68,.28);
    color: #fca5a5;
}
.pts-assurance-panel h2 { color: #fff; }
.pts-assurance-copy {
    margin: 0 0 14px;
    font-size: .94rem;
    line-height: 1.75;
    color: rgba(255,255,255,.72);
}

/* Cost */
.pts-cost {
    padding: var(--section-y) 0;
    background: linear-gradient(180deg, #fff 0%, #f4f7fc 100%);
}
.pts-cost-shell {
    max-width: 920px;
    margin: 36px auto 0;
    padding: 0;
}
.pts-cost .pts-check-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
}
.pts-cost-note {
    margin: 28px 0 0;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
    text-align: center;
}

/* Why */
.pts-why {
    padding: var(--section-y) 0;
    background: #fff;
}
.pts-why-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 36px;
}
.pts-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: var(--bg-soft);
    border: 1px solid var(--line);
    font-size: .86rem;
    line-height: 1.5;
    color: var(--ink);
    transition: transform .2s ease, border-color .2s ease;
}
.pts-why-item:hover {
    transform: translateY(-2px);
    border-color: rgba(18,99,251,.2);
}
.pts-why-item i {
    flex-shrink: 0;
    color: #1263fb;
    margin-top: 3px;
}
.pts-why-foot {
    max-width: 820px;
    margin: 24px auto 0;
    text-align: center;
    font-size: .92rem;
    line-height: 1.75;
    color: var(--muted);
}

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

.pts-faq.section.faq { background: var(--bg-soft); }

@media (max-width: 1024px) {
    .pts-hero-layout { grid-template-columns: 1fr; }
    .pts-console { max-width: 480px; margin: 0 auto; }
    .pts-when .pts-check-list { grid-template-columns: 1fr; }
    .pts-cost .pts-check-list { grid-template-columns: 1fr; }
    .pts-sector-layout { grid-template-columns: 1fr; }
    .pts-cap-card { max-width: calc(50% - 10px); }
    .pts-cap-card:nth-child(5) { max-width: 100%; }
    .pts-report-card { max-width: calc(50% - 10px); }
    .pts-report-card:nth-child(5) { max-width: 100%; }
    .pts-why-item { max-width: calc(50% - 10px); }
}

@media (max-width: 768px) {
    .pts-cap-card,
    .pts-cap-card:nth-child(4),
    .pts-cap-card:nth-child(5),
    .pts-report-card,
    .pts-report-card:nth-child(4),
    .pts-report-card:nth-child(5),
    .pts-why-item { max-width: 100%; }
    .pts-process-shell {
        padding: 18px 16px;
        border-radius: 18px;
    }
    .pts-process-step {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 0 14px;
    }
    .pts-process-num {
        width: 40px;
        height: 40px;
        font-size: .78rem;
        border-width: 2px;
    }
    .pts-process-step:not(:last-child) .pts-process-rail::after {
        left: 19px;
        top: 44px;
    }
    .pts-process-icon {
        width: 40px;
        height: 40px;
        font-size: .92rem;
    }
    .pts-process-card-head {
        flex-direction: column;
        gap: 10px;
    }
    .pts-process-callout {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (hover: none) {
    .pts-cap-card:hover,
    .pts-report-card:hover,
    .pts-why-item:hover,
    .pts-process-step:hover .pts-process-card { transform: none; }
}
