.pentest-page {
    --pentest-accent: #9b51e0;
    --pentest-accent-2: #56ccf2;
    --pentest-dark: #07111f;
    --pentest-ink: #111d2d;
    --pentest-muted: #586879;
    --pentest-border: rgba(17, 29, 45, .11);
    --pentest-soft: #f6f7fb;
    color: var(--pentest-ink);
    overflow: hidden;
}

.pentest-page .pt-section {
    padding: 6rem 0;
    position: relative;
}

.pentest-page .pt-section-soft {
    background: radial-gradient(circle at 10% 10%, rgba(155, 81, 224, .08), transparent 25rem), var(--pentest-soft);
}

.pentest-page .pt-section-dark {
    background: var(--pentest-dark);
    color: #fff;
}

.pentest-page .pt-section-aurora {
    background:
        radial-gradient(circle at 12% 18%, rgba(155, 81, 224, .16), transparent 25rem),
        radial-gradient(circle at 88% 22%, rgba(86, 204, 242, .2), transparent 24rem),
        radial-gradient(circle at 68% 92%, rgba(242, 153, 214, .13), transparent 27rem),
        linear-gradient(135deg, #fbf9ff 0%, #f3f8ff 48%, #fffafd 100%);
    isolation: isolate;
    overflow: hidden;
}

.pentest-page .pt-section-aurora::before {
    background: conic-gradient(from 135deg, rgba(155, 81, 224, .34), rgba(86, 204, 242, .2), rgba(242, 153, 214, .24), rgba(155, 81, 224, .34));
    border-radius: 45% 55% 62% 38%;
    content: "";
    filter: blur(35px);
    height: 29rem;
    opacity: .32;
    position: absolute;
    right: -10rem;
    top: -13rem;
    transform: rotate(-16deg);
    width: 35rem;
    z-index: -1;
}

.pentest-page .pt-section-aurora::after {
    background-image: radial-gradient(rgba(88, 69, 122, .2) 1px, transparent 1.4px);
    background-size: 24px 24px;
    bottom: 0;
    content: "";
    left: 0;
    mask-image: linear-gradient(115deg, rgba(0, 0, 0, .6), transparent 48%);
    opacity: .34;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-mask-image: linear-gradient(115deg, rgba(0, 0, 0, .6), transparent 48%);
}

.pentest-page .pt-section-aurora-reverse::before {
    left: -11rem;
    right: auto;
    top: auto;
    bottom: -14rem;
}

.pentest-page .pt-section-aurora > .container,
.pentest-page .pt-section-matrix > .container {
    position: relative;
    z-index: 1;
}

.pentest-page .pt-section-aurora .pt-card,
.pentest-page .pt-section-aurora .pt-choice-card {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-color: rgba(102, 76, 139, .14);
    box-shadow: 0 1rem 3rem rgba(60, 44, 95, .09);
}

.pentest-page .pt-section-neon {
    background:
        radial-gradient(circle at 14% 32%, rgba(202, 73, 255, .28), transparent 24rem),
        radial-gradient(circle at 86% 72%, rgba(255, 81, 190, .23), transparent 23rem),
        radial-gradient(circle at 68% 16%, rgba(86, 204, 242, .12), transparent 20rem),
        linear-gradient(135deg, #070817, #100820 54%, #080b1a);
    color: #fff;
    isolation: isolate;
    overflow: hidden;
}

.pentest-page .pt-section-neon::before {
    background: linear-gradient(90deg, #76d8ff, #a75af2 50%, #ff65c3);
    border-radius: 999px;
    box-shadow: 0 0 2.5rem rgba(195, 88, 255, .62), 0 0 5rem rgba(255, 75, 183, .26);
    content: "";
    height: 2px;
    left: 8%;
    opacity: .72;
    position: absolute;
    right: 46%;
    top: 1.25rem;
    z-index: -1;
}

.pentest-page .pt-section-neon::after {
    background-image: radial-gradient(rgba(255, 255, 255, .24) 1px, transparent 1.4px);
    background-size: 34px 34px;
    content: "";
    inset: 0;
    mask-image: radial-gradient(circle at 80% 20%, #000, transparent 62%);
    opacity: .28;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    -webkit-mask-image: radial-gradient(circle at 80% 20%, #000, transparent 62%);
}

.pentest-page .pt-section-neon-reverse::before {
    left: 47%;
    right: 8%;
}

.pentest-page .pt-section-neon > .container {
    position: relative;
    z-index: 1;
}

.pentest-page .pt-section-neon .pt-title {
    color: #fff;
}

.pentest-page .pt-section-neon .pt-eyebrow {
    color: #e7a7fb;
}

.pentest-page .pt-section-neon .pt-lead {
    color: rgba(255, 255, 255, .7);
}

.pentest-page .pt-section-neon .pt-chip {
    background: rgba(204, 115, 255, .14);
    border-color: rgba(235, 161, 255, .3);
    box-shadow: 0 0 1.6rem rgba(219, 82, 247, .16);
    color: #f0ceff;
}

.pentest-page .pt-section-neon .pt-card,
.pentest-page .pt-section-neon .pt-choice-card {
    border-color: rgba(226, 143, 255, .3);
    box-shadow: 0 0 0 1px rgba(111, 210, 255, .07), 0 1.4rem 4rem rgba(214, 75, 245, .16);
}

.pentest-page .pt-section-reporting {
    background:
        radial-gradient(circle at 12% 18%, rgba(86, 204, 242, .1), transparent 25rem),
        radial-gradient(circle at 88% 82%, rgba(155, 81, 224, .08), transparent 27rem),
        linear-gradient(145deg, #fbfcff, #f5f6fb 58%, #fbf8ff);
    isolation: isolate;
    overflow: hidden;
}

.pentest-page .pt-section-reporting::before {
    background:
        linear-gradient(to right, rgba(79, 99, 129, .04) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(79, 99, 129, .04) 1px, transparent 1px);
    background-size: 72px 72px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(120deg, rgba(0, 0, 0, .55), transparent 58%);
    opacity: .5;
    pointer-events: none;
    position: absolute;
    -webkit-mask-image: linear-gradient(120deg, rgba(0, 0, 0, .55), transparent 58%);
}

.pentest-page .pt-section-reporting > .container {
    position: relative;
    z-index: 1;
}

.pentest-page .pt-section-reporting .pt-choice-card {
    border-color: rgba(75, 92, 118, .12);
    box-shadow: 0 1.2rem 3.5rem rgba(45, 54, 79, .1);
}

.pentest-page .pt-section-reporting .pt-choice-head {
    background: linear-gradient(135deg, #101c2d, #191228);
}

.pentest-page .pt-section-matrix {
    background:
        radial-gradient(circle at 82% 22%, rgba(155, 81, 224, .2), transparent 28rem),
        radial-gradient(circle at 12% 88%, rgba(86, 204, 242, .16), transparent 25rem),
        linear-gradient(135deg, #020711, #080b20 52%, #12091c);
    color: #fff;
    isolation: isolate;
    overflow: hidden;
}

.pentest-page .pt-matrix-codewall {
    display: block;
    height: 100%;
    inset: 0;
    opacity: .34;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.pentest-page .pt-section-matrix::after {
    background:
        linear-gradient(200deg, transparent 16%, rgba(5, 4, 18, .76)),
        linear-gradient(to right, rgba(255, 255, 255, .055) 1px, transparent 1px) 0 0 / 320px 320px,
        linear-gradient(to bottom, rgba(255, 255, 255, .055) 1px, transparent 1px) 0 0 / 320px 320px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.pentest-page .pt-section-matrix .pt-title,
.pentest-page .pt-section-matrix .pt-step h3 {
    color: #fff;
}

.pentest-page .pt-section-matrix .pt-eyebrow,
.pentest-page .pt-section-matrix .pt-step-label,
.pentest-page .pt-section-matrix .pt-cycle-label {
    color: #b9dcff;
}

.pentest-page .pt-section-matrix .pt-lead,
.pentest-page .pt-section-matrix .pt-step p {
    color: rgba(255, 255, 255, .68);
}

.pentest-page .pt-section-matrix .pt-step,
.pentest-page .pt-section-matrix .pt-cycle-item {
    -webkit-backdrop-filter: blur(8px);
    background: linear-gradient(145deg, rgba(8, 18, 37, .88), rgba(22, 9, 34, .84));
    border-color: rgba(172, 137, 255, .24);
    box-shadow: inset 0 1px rgba(255, 255, 255, .04), 0 0 2.5rem rgba(159, 81, 224, .1), 0 1.2rem 2.8rem rgba(0, 0, 0, .18);
    backdrop-filter: blur(8px);
}

.pentest-page .pt-section-matrix-subtle {
    background:
        radial-gradient(circle at 8% 20%, rgba(86, 204, 242, .1), transparent 24rem),
        radial-gradient(circle at 91% 82%, rgba(155, 81, 224, .09), transparent 27rem),
        linear-gradient(135deg, #f8fbff, #f7f5fb 58%, #fcf9ff);
    color: var(--pentest-ink);
}

.pentest-page .pt-section-matrix-subtle .pt-matrix-codewall {
    mix-blend-mode: multiply;
    opacity: .1;
}

.pentest-page .pt-section-matrix-subtle::after {
    background:
        linear-gradient(125deg, rgba(250, 252, 255, .64), rgba(249, 247, 252, .82)),
        linear-gradient(to right, rgba(74, 93, 122, .035) 1px, transparent 1px) 0 0 / 320px 320px,
        linear-gradient(to bottom, rgba(74, 93, 122, .035) 1px, transparent 1px) 0 0 / 320px 320px;
}

.pentest-page .pt-section-matrix-subtle .pt-title,
.pentest-page .pt-section-matrix-subtle .pt-card h3 {
    color: var(--pentest-ink);
}

.pentest-page .pt-section-matrix-subtle .pt-eyebrow {
    color: #7b32b8;
}

.pentest-page .pt-section-matrix-subtle .pt-lead,
.pentest-page .pt-section-matrix-subtle .pt-card p {
    color: var(--pentest-muted);
}

.pentest-page .pt-section-matrix-subtle .pt-card {
    -webkit-backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(8px);
    border-color: rgba(75, 92, 118, .12);
    box-shadow: 0 1rem 3rem rgba(45, 54, 79, .08);
}

.pentest-page .pt-eyebrow {
    color: #7b32b8;
    font-family: "Montserrat", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .11em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.pentest-page .pt-section-dark .pt-eyebrow,
.pentest-page .pt-hero .pt-eyebrow {
    color: #d9a9f4;
}

.pentest-page .pt-title {
    font-family: "Neuville-Bold", "Poppins", sans-serif;
    font-size: clamp(2.1rem, 4.3vw, 4rem);
    letter-spacing: -.035em;
    line-height: 1.05;
}

.pentest-page .pt-lead {
    color: var(--pentest-muted);
    font-size: 1.12rem;
    line-height: 1.75;
}

.pentest-page .pt-section-dark .pt-lead {
    color: rgba(255, 255, 255, .7);
}

.pentest-page .pt-hero {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        radial-gradient(circle at 82% 40%, rgba(155, 81, 224, .32), transparent 27rem),
        linear-gradient(120deg, #05080e, #091525 62%, #15091d);
    background-size: 48px 48px, 48px 48px, auto, auto;
    color: #fff;
    display: flex;
    min-height: 47rem;
    padding: 10rem 0 6rem;
    position: relative;
}

.pentest-page .pt-hero::after {
    background: linear-gradient(180deg, transparent, rgba(86, 204, 242, .12), transparent);
    content: "";
    height: 140%;
    position: absolute;
    right: 13%;
    top: -20%;
    transform: rotate(18deg);
    width: 12rem;
}

.pentest-page .pt-hero-copy,
.pentest-page .pt-hero-visual {
    position: relative;
    z-index: 1;
}

.pentest-page .pt-hero h1 {
    font-family: "Neuville-Bold", "Poppins", sans-serif;
    font-size: clamp(2.55rem, 4.5vw, 4.35rem);
    letter-spacing: -.045em;
    line-height: 1.02;
}

.pentest-page .pt-hero .lead {
    color: rgba(255, 255, 255, .73);
    font-size: 1.12rem;
    line-height: 1.75;
    max-width: 48rem;
}

.pentest-page .pt-btn-secondary {
    border: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
}

.pentest-page .pt-btn-secondary:hover,
.pentest-page .pt-btn-secondary:focus {
    background: #fff;
    color: var(--pentest-dark);
}

.pentest-page .pt-visual-card {
    background: linear-gradient(150deg, rgba(17, 29, 47, .95), rgba(17, 7, 28, .96));
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 1.5rem;
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, .35);
    overflow: hidden;
    padding: 1.5rem;
}

.pentest-page .pt-visual-top {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .58);
    display: flex;
    font-family: monospace;
    font-size: .72rem;
    justify-content: space-between;
    letter-spacing: .08em;
    margin: -1.5rem -1.5rem 1.4rem;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
}

.pentest-page .pt-status {
    background: rgba(86, 204, 242, .12);
    border: 1px solid rgba(132, 193, 255, .28);
    border-radius: 999px;
    color: #a9dcff;
    padding: .3rem .55rem;
}

.pentest-page .pt-visual-row {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .075);
    display: flex;
    gap: .9rem;
    padding: 1rem 0;
}

.pentest-page .pt-visual-row:first-of-type {
    border-top: 0;
}

.pentest-page .pt-visual-icon,
.pentest-page .pt-icon {
    align-items: center;
    background: linear-gradient(145deg, rgba(155, 81, 224, .2), rgba(86, 204, 242, .1));
    border: 1px solid rgba(155, 81, 224, .15);
    border-radius: .9rem;
    color: #9b51e0;
    display: inline-flex;
    flex: 0 0 auto;
    height: 3.25rem;
    justify-content: center;
    width: 3.25rem;
}

.pentest-page .pt-visual-icon {
    color: #e2b8f7;
}

.pentest-page .pt-visual-label {
    color: #fff;
    font-weight: 700;
}

.pentest-page .pt-visual-copy {
    color: rgba(255, 255, 255, .52);
    font-size: .79rem;
}

.pentest-page .pt-trust-strip {
    background: #fff;
    border-bottom: 1px solid var(--pentest-border);
}

.pentest-page .pt-trust-item {
    align-items: center;
    color: #344456;
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-size: .76rem;
    font-weight: 700;
    gap: .55rem;
    justify-content: center;
    letter-spacing: .055em;
    padding: 1.3rem .5rem;
    text-align: center;
    text-transform: uppercase;
}

.pentest-page .pt-trust-item i {
    color: var(--pentest-accent);
    font-size: 1.25rem;
}

.pentest-page .pt-card {
    background: #fff;
    border: 1px solid var(--pentest-border);
    border-radius: 1.25rem;
    box-shadow: 0 .75rem 2.4rem rgba(21, 29, 48, .055);
    height: 100%;
    padding: 1.75rem;
}

.pentest-page .pt-card h3,
.pentest-page .pt-card h4 {
    color: var(--pentest-ink);
    font-family: "Neuville-Bold", "Poppins", sans-serif;
}

.pentest-page .pt-card p,
.pentest-page .pt-card li {
    color: var(--pentest-muted);
    line-height: 1.7;
}

.pentest-page .pt-card-accent {
    border-top: 3px solid var(--pentest-accent);
}

.pentest-page .pt-check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pentest-page .pt-check-list li {
    align-items: flex-start;
    display: flex;
    gap: .75rem;
    margin-bottom: .8rem;
}

.pentest-page .pt-check-list i {
    color: var(--pentest-accent);
    flex: 0 0 auto;
    font-size: 1.25rem;
    margin-top: .12rem;
}

.pentest-page .pt-callout {
    background: linear-gradient(135deg, #111d2d, #180c24);
    border: 1px solid rgba(155, 81, 224, .24);
    border-radius: 1.5rem;
    box-shadow: 0 1.5rem 4rem rgba(9, 15, 26, .17);
    color: #fff;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4rem);
    position: relative;
}

.pentest-page .pt-callout::after {
    background: radial-gradient(circle, rgba(86, 204, 242, .2), transparent 66%);
    content: "";
    height: 20rem;
    position: absolute;
    right: -5rem;
    top: -7rem;
    width: 20rem;
}

.pentest-page .pt-callout p,
.pentest-page .pt-callout li {
    color: rgba(255, 255, 255, .7);
}

.pentest-page .pt-step {
    background: #fff;
    border: 1px solid var(--pentest-border);
    border-radius: 1.15rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 1fr;
    height: 100%;
    padding: 1.5rem;
}

.pentest-page .pt-step-number {
    align-items: center;
    background: linear-gradient(145deg, #73d9ff, #9b51e0 58%, #f299d6);
    border-radius: .85rem;
    box-shadow: 0 0 1.5rem rgba(177, 91, 239, .3);
    color: #fff;
    display: flex;
    font-family: monospace;
    font-size: .8rem;
    font-weight: 700;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.pentest-page .pt-step-label {
    color: #7b32b8;
    font-family: monospace;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .09em;
}

.pentest-page .pt-step p {
    color: var(--pentest-muted);
    line-height: 1.65;
}

.pentest-page .pt-choice-card {
    border: 1px solid var(--pentest-border);
    border-radius: 1.25rem;
    height: 100%;
    overflow: hidden;
}

.pentest-page .pt-choice-head {
    background: var(--pentest-dark);
    color: #fff;
    padding: 1.5rem;
}

.pentest-page .pt-choice-body {
    padding: 1.75rem;
}

.pentest-page .pt-chip {
    background: rgba(155, 81, 224, .08);
    border: 1px solid rgba(155, 81, 224, .16);
    border-radius: 999px;
    color: #693094;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 700;
    margin: .25rem;
    padding: .48rem .75rem;
}

.pentest-page .pt-comparison-wrap {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1.4rem;
    overflow: hidden;
}

.pentest-page .pt-comparison {
    color: #fff;
    margin: 0;
    min-width: 880px;
}

.pentest-page .pt-comparison th,
.pentest-page .pt-comparison td {
    border-color: rgba(255, 255, 255, .1);
    padding: 1.2rem;
    vertical-align: top;
}

.pentest-page .pt-comparison thead th {
    background: rgba(255, 255, 255, .07);
    color: #fff;
    font-size: 1rem;
}

.pentest-page .pt-comparison tbody th {
    color: #d9a9f4;
    font-size: .78rem;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.pentest-page .pt-comparison tbody td {
    color: rgba(255, 255, 255, .7);
    font-size: .92rem;
}

.pentest-page .pt-comparison-cta {
    color: #fff;
    font-weight: 700;
}

.pentest-page .pt-faq details {
    background: #fff;
    border: 1px solid var(--pentest-border);
    border-radius: 1rem;
    margin-bottom: .8rem;
    padding: 1.15rem 1.25rem;
}

.pentest-page .pt-faq summary {
    color: var(--pentest-ink);
    cursor: pointer;
    font-weight: 700;
    padding-right: 2rem;
}

.pentest-page .pt-faq details p {
    color: var(--pentest-muted);
    line-height: 1.7;
    margin: 1rem 0 0;
}

.pentest-page .pt-model-card {
    border-top: 4px solid var(--model-color, var(--pentest-accent));
}

.pentest-page .pt-model-label {
    color: var(--model-color, var(--pentest-accent));
    font-family: monospace;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.pentest-page .pt-cycle {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
}

.pentest-page .pt-cycle-item {
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1rem;
    padding: 1.5rem;
    position: relative;
}

.pentest-page .pt-cycle-item:not(:last-child)::after {
    color: #c789ec;
    content: "\2192";
    font-size: 1.5rem;
    position: absolute;
    right: -.9rem;
    top: 42%;
    z-index: 2;
}

.pentest-page .pt-cycle-label {
    color: #d9a9f4;
    font-family: monospace;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.pentest-page .pt-dashboard {
    background: #0a1321;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1.3rem;
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, .35);
    color: #fff;
    overflow: hidden;
}

.pentest-page .pt-dashboard-bar {
    align-items: center;
    background: #101d2e;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.2rem;
}

.pentest-page .pt-dashboard-filter {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: .55rem;
    color: rgba(255, 255, 255, .75);
    font-size: .74rem;
    padding: .4rem .65rem;
}

.pentest-page .pt-dashboard-stats {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 1rem;
}

.pentest-page .pt-dashboard-stat {
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: .8rem;
    padding: .85rem;
}

.pentest-page .pt-dashboard-stat strong {
    display: block;
    font-size: 1.55rem;
}

.pentest-page .pt-dashboard-stat span {
    color: rgba(255, 255, 255, .5);
    font-size: .72rem;
}

.pentest-page .pt-dashboard-table {
    padding: 0 1rem 1rem;
}

.pentest-page .pt-dashboard-row {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .07);
    display: grid;
    font-size: .72rem;
    gap: .7rem;
    grid-template-columns: 1.5fr 1fr .7fr 1fr .8fr;
    padding: .85rem 0;
}

.pentest-page .pt-dashboard-row span:not(:first-child) {
    color: rgba(255, 255, 255, .58);
}

.pentest-page .pt-severity {
    border-radius: 999px;
    color: #fff !important;
    padding: .25rem .45rem;
    text-align: center;
}

.pentest-page .pt-severity-high { background: #bb4055; }
.pentest-page .pt-severity-medium { background: #9a742b; }
.pentest-page .pt-severity-low { background: #2f7286; }

.pentest-page .pt-control-strip {
    align-items: center;
    background: rgba(155, 81, 224, .08);
    border: 1px solid rgba(155, 81, 224, .16);
    border-radius: 1rem;
    color: #613083;
    display: flex;
    gap: .8rem;
    padding: 1rem 1.2rem;
}

.pentest-page .pt-final-cta {
    background:
        radial-gradient(circle at 80% 50%, rgba(155, 81, 224, .35), transparent 25rem),
        var(--pentest-dark);
    color: #fff;
}

@media (max-width: 991.98px) {
    .pentest-page .pt-section { padding: 4.5rem 0; }
    .pentest-page .pt-hero { min-height: auto; padding: 9rem 0 5rem; }
    .pentest-page .pt-hero-visual { margin-top: 3rem; }
    .pentest-page .pt-cycle { grid-template-columns: repeat(2, 1fr); }
    .pentest-page .pt-cycle-item::after { display: none; }
}

@media (max-width: 575.98px) {
    .pentest-page .pt-section { padding: 3.8rem 0; }
    .pentest-page .pt-hero h1 { font-size: 2.25rem; }
    .pentest-page .pt-cycle { grid-template-columns: 1fr; }
    .pentest-page .pt-dashboard-stats { grid-template-columns: 1fr; }
    .pentest-page .pt-dashboard-row {
        grid-template-columns: 1fr 1fr;
    }
    .pentest-page .pt-dashboard-row span:first-child { grid-column: 1 / -1; }
}

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