.pdt-page {
    --pdt-primary: var(--primary, #0a1628);
    --pdt-deep: #0f172a;
    --pdt-cyan: #62bfca;
    --pdt-cyan-bright: #6dd6df;
    --pdt-gold: var(--accent, #c8a84e);
    --pdt-ice: #d4edf4;
    --pdt-white: #ffffff;
    --pdt-muted: var(--gray-600, #4b5563);
    --pdt-line: rgba(10, 22, 40, 0.1);
    overflow: hidden;
    background: #ffffff;
}

.pdt-page,
.pdt-page * {
    box-sizing: border-box;
}

.pdt-page .pdt-section {
    position: relative;
    overflow: hidden;
}

.pdt-page h1,
.pdt-page h2,
.pdt-page h3,
.pdt-hero-value,
.pdt-hero-question,
.pdt-before-lines,
.pdt-download-strip strong,
.pdt-intelligence-close,
.pdt-purpose strong {
    font-family: 'Archivo', sans-serif;
}

.pdt-page h2 {
    margin: 0 0 1.35rem;
    color: var(--pdt-primary);
    font-size: clamp(2.45rem, 4.4vw, 3.8rem);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -0.035em;
}

.pdt-page h2 span,
.pdt-page .pdt-kicker-light,
.pdt-intelligence-close strong {
    color: var(--pdt-cyan);
}

.pdt-page p {
    text-wrap: pretty;
}

.pdt-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 54px;
    padding: 0 1.35rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.pdt-page .btn:hover {
    transform: translateY(-3px);
}

.pdt-page .btn-lg {
    min-height: 58px;
    padding-right: 1.65rem;
    padding-left: 1.65rem;
}

.pdt-page .btn svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.pdt-page .btn-accent {
    color: #071521;
    background: linear-gradient(135deg, var(--pdt-cyan-bright), var(--pdt-cyan));
    box-shadow: 0 14px 34px rgba(98, 191, 202, 0.23);
}

.pdt-page .btn-accent:hover {
    color: #071521;
    box-shadow: 0 18px 42px rgba(98, 191, 202, 0.3);
}

.pdt-page .btn-outline {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.22);
}

.pdt-page .btn-outline:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(98, 191, 202, 0.55);
}

.pdt-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.32;
}

.pdt-grid::before,
.pdt-grid::after {
    content: '';
    position: absolute;
    inset: 0;
}

.pdt-grid::before {
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 48px 48px;
}

.pdt-grid::after {
    background:
        radial-gradient(circle at 16% 20%, rgba(98, 191, 202, 0.15), transparent 34%),
        radial-gradient(circle at 84% 28%, rgba(200, 168, 78, 0.12), transparent 27%),
        radial-gradient(circle at 62% 82%, rgba(98, 191, 202, 0.11), transparent 24%);
}

.pdt-hero {
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 6.5rem 0 5.25rem;
    background: var(--pdt-primary);
}

.pdt-hero-media,
.pdt-hero-overlay {
    position: absolute;
    inset: 0;
}

.pdt-hero-media {
    background:
        radial-gradient(circle at 76% 46%, rgba(98, 191, 202, 0.13), transparent 28%),
        radial-gradient(circle at 88% 24%, rgba(200, 168, 78, 0.08), transparent 20%),
        linear-gradient(125deg, #081321 0%, #0d1d30 55%, #13293a 100%);
}

.pdt-hero-media::before,
.pdt-hero-media::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(98, 191, 202, 0.1);
    border-radius: 50%;
}

.pdt-hero-media::before {
    width: 680px;
    height: 680px;
    right: -170px;
    top: 20px;
    box-shadow: 0 0 0 92px rgba(98, 191, 202, 0.018), 0 0 0 184px rgba(98, 191, 202, 0.014);
}

.pdt-hero-media::after {
    width: 380px;
    height: 380px;
    left: -190px;
    bottom: -210px;
}

.pdt-hero-overlay {
    background: linear-gradient(90deg, rgba(8, 19, 33, 0.99) 0%, rgba(8, 19, 33, 0.94) 46%, rgba(8, 19, 33, 0.58) 76%, rgba(8, 19, 33, 0.74) 100%);
}

.pdt-hero .container,
.pdt-intelligence .container {
    position: relative;
    z-index: 2;
}

.pdt-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(470px, 0.88fr);
    gap: clamp(2.8rem, 5.5vw, 5.6rem);
    align-items: center;
}

.pdt-hero-copy {
    max-width: 740px;
}

.pdt-badge,
.pdt-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pdt-badge {
    margin-bottom: 1.55rem;
    padding: 0.5rem 1rem;
    color: var(--pdt-cyan);
    background: rgba(98, 191, 202, 0.13);
    border: 1px solid rgba(98, 191, 202, 0.3);
    border-radius: 999px;
}

.pdt-badge svg {
    width: 13px;
    height: 13px;
    flex: 0 0 auto;
}

.pdt-hero h1 {
    max-width: 740px;
    margin: 0 0 1.25rem;
    color: #ffffff;
    font-size: clamp(3.6rem, 6.35vw, 5.65rem);
    font-weight: 900;
    line-height: 0.94;
    letter-spacing: -0.045em;
    text-shadow: 0 12px 40px rgba(0, 0, 0, 0.24);
    padding-top: 2rem !important;
}

.pdt-hero h1 span {
    display: block;
    color: var(--pdt-cyan);
}

.pdt-hero-value {
    max-width: 690px;
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(1.15rem, 1.8vw, 1.48rem);
    font-weight: 800;
    line-height: 1.35;
}

.pdt-hero-question {
    max-width: 650px;
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.65;
}

.pdt-before-lines {
    margin: 0 0 1.4rem;
    padding-left: 1rem;
    border-left: 2px solid rgba(98, 191, 202, 0.62);
}

.pdt-before-lines p {
    margin: 0 0 0.15rem;
    color: #ffffff;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.45;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pdt-before-lines p:last-child {
    margin-bottom: 0;
}

.pdt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.pdt-deal-map {
    position: relative;
    width: min(100%, 560px);
    aspect-ratio: 1;
    justify-self: end;
    border: 1px solid rgba(98, 191, 202, 0.12);
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(98, 191, 202, 0.14), rgba(9, 24, 39, 0.12) 33%, rgba(9, 24, 39, 0.02) 68%);
    box-shadow: inset 0 0 80px rgba(98, 191, 202, 0.05), 0 0 60px rgba(0, 0, 0, 0.18);
}

.pdt-map-lines {
    position: absolute;
    inset: 5%;
    width: 90%;
    height: 90%;
}

.pdt-map-lines circle,
.pdt-map-lines path {
    stroke: rgba(98, 191, 202, 0.3);
    stroke-width: 1.2;
    stroke-dasharray: 5 9;
    animation: pdt-dash 22s linear infinite;
}

.pdt-map-lines path:last-child {
    stroke: rgba(200, 168, 78, 0.32);
    animation-direction: reverse;
}

.pdt-map-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(98, 191, 202, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pdt-pulse-ring 4s ease-in-out infinite;
}

.pdt-map-ring-outer {
    width: 56%;
    height: 56%;
}

.pdt-map-ring-inner {
    width: 36%;
    height: 36%;
    animation-delay: -2s;
}

.pdt-map-core {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 31%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(98, 191, 202, 0.6);
    border-radius: 50%;
    color: #ffffff;
    background: radial-gradient(circle at 35% 30%, rgba(98, 191, 202, 0.24), rgba(9, 28, 44, 0.92) 72%);
    box-shadow: 0 0 44px rgba(98, 191, 202, 0.16);
    transform: translate(-50%, -50%);
}

.pdt-map-core span,
.pdt-map-core small {
    color: var(--pdt-cyan);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pdt-map-core strong {
    margin: 0.15rem 0 0.28rem;
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    line-height: 1;
}

.pdt-map-core small {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.46rem;
}

.pdt-map-node {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    padding: 0.56rem 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(7, 21, 33, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 999px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(9px);
    font-size: 0.7rem;
    font-weight: 700;
    white-space: nowrap;
}

.pdt-map-node i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pdt-cyan);
    box-shadow: 0 0 0 5px rgba(98, 191, 202, 0.11), 0 0 16px rgba(98, 191, 202, 0.7);
}

.pdt-node-owner { left: 8%; top: 19%; }
.pdt-node-control { right: 4%; top: 26%; }
.pdt-node-parties { right: 0; bottom: 20%; }
.pdt-node-payments { left: 4%; bottom: 18%; }
.pdt-node-evidence { left: 43%; top: 2%; }

.pdt-threat-pulse {
    position: absolute;
    right: 12%;
    top: 51%;
    z-index: 5;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(200, 168, 78, 0.58);
    border-radius: 50%;
    color: #ead388;
    background: rgba(200, 168, 78, 0.1);
    box-shadow: 0 0 0 0 rgba(200, 168, 78, 0.25);
    animation: pdt-threat 2.8s ease-out infinite;
}

.pdt-threat-pulse span {
    font-size: 0.5rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pdt-scan-line {
    position: absolute;
    z-index: 6;
    left: 12%;
    right: 12%;
    top: 17%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(98, 191, 202, 0.9), transparent);
    box-shadow: 0 0 18px rgba(98, 191, 202, 0.62);
    animation: pdt-scan 5.5s ease-in-out infinite;
}

.pdt-exposure {
    padding: 7.5rem 0;
    background:
        radial-gradient(circle at 90% 10%, rgba(98, 191, 202, 0.08), transparent 22%),
        #f8fafc;
}

.pdt-exposure-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: start;
}

.pdt-section-intro {
    position: sticky;
    top: 130px;
}

.pdt-kicker {
    margin-bottom: 1.25rem;
    color: var(--pdt-gold);
}

.pdt-kicker::before {
    content: '';
    width: 28px;
    height: 1px;
    background: currentColor;
}

.pdt-section-intro > p,
.pdt-intelligence-head > p,
.pdt-enquiry-copy > p {
    margin: 0;
    color: var(--pdt-muted);
    font-size: 1.08rem;
    line-height: 1.82;
}

.pdt-exposure-callout {
    margin-top: 2rem;
    padding: 1.35rem 1.45rem;
    border-left: 3px solid var(--pdt-cyan);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(10, 22, 40, 0.06);
}

.pdt-exposure-callout strong,
.pdt-exposure-callout span {
    display: block;
}

.pdt-exposure-callout strong {
    color: var(--pdt-primary);
    line-height: 1.55;
}

.pdt-exposure-callout span {
    margin-top: 0.3rem;
    color: var(--pdt-muted);
}

.pdt-question-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.pdt-question-card {
    position: relative;
    min-height: 165px;
    padding: 1.5rem;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(10, 22, 40, 0.07);
    border-radius: 4px 24px 24px 24px;
    box-shadow: 0 14px 36px rgba(10, 22, 40, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pdt-question-card::after {
    content: '';
    position: absolute;
    right: -36px;
    bottom: -36px;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(98, 191, 202, 0.13);
    border-radius: 50%;
}

.pdt-question-card:hover {
    transform: translateY(-5px);
    border-color: rgba(98, 191, 202, 0.32);
    box-shadow: 0 20px 46px rgba(10, 22, 40, 0.1);
}

.pdt-question-card > span {
    display: block;
    margin-bottom: 0.85rem;
    color: var(--pdt-cyan);
    font-family: 'Archivo', sans-serif;
    font-size: 1rem;
    font-weight: 900;
}

.pdt-question-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--pdt-muted);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.58;
}

.pdt-question-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 0.45rem;
    color: var(--pdt-primary);
    font-family: 'Archivo', sans-serif;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: -0.015em;
}

.pdt-download-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    margin-top: 3.2rem;
    padding: 1.6rem 1.8rem;
    color: #ffffff;
    background: linear-gradient(120deg, #0a1628, #112b3c);
    border: 1px solid rgba(98, 191, 202, 0.2);
    border-radius: 26px;
    box-shadow: 0 22px 54px rgba(10, 22, 40, 0.14);
}

.pdt-download-strip span,
.pdt-download-strip strong {
    display: block;
}

.pdt-download-strip span {
    margin-bottom: 0.3rem;
    color: var(--pdt-cyan);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pdt-download-strip strong {
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    line-height: 1.4;
}

.pdt-intelligence {
    padding: 8rem 0;
    color: #ffffff;
    background: var(--pdt-deep);
}

.pdt-intelligence h2 {
    color: #ffffff;
}

.pdt-intelligence-head {
    max-width: 820px;
    margin-bottom: 4rem;
}

.pdt-intelligence-head > p {
    max-width: 730px;
    color: rgba(255, 255, 255, 0.7);
}

.pdt-intelligence-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.pdt-layer-visual {
    position: relative;
    min-height: 455px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pdt-visible-card,
.pdt-hidden-card {
    position: relative;
    width: 80%;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.55rem 1.7rem;
    border-radius: 24px;
    backdrop-filter: blur(10px);
}

.pdt-visible-card {
    z-index: 3;
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.18);
}

.pdt-hidden-card {
    z-index: 2;
    align-self: flex-end;
    background: linear-gradient(135deg, rgba(98, 191, 202, 0.16), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(98, 191, 202, 0.28);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
}

.pdt-visible-card span,
.pdt-hidden-card span {
    margin-bottom: 0.6rem;
    color: var(--pdt-cyan);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pdt-visible-card strong,
.pdt-hidden-card strong {
    color: #ffffff;
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    line-height: 1.35;
}

.pdt-layer-connector {
    position: relative;
    z-index: 4;
    width: 2px;
    height: 90px;
    margin: -12px auto;
    background: linear-gradient(var(--pdt-cyan), rgba(98, 191, 202, 0.12));
}

.pdt-layer-connector i {
    position: absolute;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--pdt-cyan);
    box-shadow: 0 0 0 6px rgba(98, 191, 202, 0.1), 0 0 18px rgba(98, 191, 202, 0.6);
    transform: translateX(-50%);
}

.pdt-layer-connector i:nth-child(1) { top: 10px; }
.pdt-layer-connector i:nth-child(2) { top: 39px; }
.pdt-layer-connector i:nth-child(3) { top: 68px; }

.pdt-findings > p {
    margin: 0 0 1.6rem;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.08rem;
    line-height: 1.8;
}

.pdt-findings ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pdt-findings li {
    position: relative;
    min-height: 76px;
    display: flex;
    align-items: center;
    padding: 1rem 1rem 1rem 2.2rem;
    color: rgba(255, 255, 255, 0.84);
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    font-size: 0.9rem;
    line-height: 1.45;
}

.pdt-findings li::before {
    content: '';
    position: absolute;
    left: 1rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pdt-cyan);
    box-shadow: 0 0 12px rgba(98, 191, 202, 0.72);
}

.pdt-purpose {
    margin-top: 1.5rem;
    padding: 1.35rem 1.45rem;
    border-left: 3px solid var(--pdt-gold);
    background: rgba(255, 255, 255, 0.045);
}

.pdt-purpose strong,
.pdt-purpose span {
    display: block;
}

.pdt-purpose strong {
    margin-bottom: 0.35rem;
    color: #ffffff;
}

.pdt-purpose span {
    color: rgba(255, 255, 255, 0.67);
    line-height: 1.62;
}

.pdt-intelligence-close {
    display: block;
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 900;
}

.pdt-intelligence-close p,
.pdt-intelligence-close strong {
    margin: 0;
    font-size: clamp(1.35rem, 2.6vw, 2rem);
    line-height: 1.35;
}

.pdt-intelligence-close strong {
    display: block;
    margin-top: 0.25rem;
    color: var(--pdt-cyan);
}

.pdt-intelligence-close .pdt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2.25rem !important;
}

.pdt-intelligence-close .pdt-hero-actions .btn {
    min-width: 0;
}

.pdt-enquiry {
    padding: 8rem 0;
    background:
        radial-gradient(circle at 7% 12%, rgba(98, 191, 202, 0.09), transparent 25%),
        #ffffff;
}

.pdt-enquiry-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: start;
}

.pdt-enquiry-grid,
.pdt-form-panel,
.pdt-form,
.pdt-field-grid,
.pdt-field,
.pdt-captcha {
    min-width: 0;
    max-width: 100%;
}

.pdt-enquiry-copy {
    position: sticky;
    top: 130px;
}

.pdt-enquiry-copy > p + p {
    margin-top: 0.9rem;
}

.pdt-assurance-list {
    display: grid;
    gap: 0.7rem;
    margin-top: 2rem;
}

.pdt-assurance-list > div {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--pdt-primary);
    font-weight: 700;
}

.pdt-assurance-list i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--pdt-cyan);
    box-shadow: 0 0 0 6px rgba(98, 191, 202, 0.1);
}

.pdt-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 2.2rem;
    color: var(--pdt-primary);
    font-weight: 800;
    text-decoration: none;
}

.pdt-text-link:hover {
    color: #228f9b;
}

.pdt-text-link svg {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.pdt-text-link:hover svg {
    transform: translateX(4px);
}

.pdt-form-panel {
    position: relative;
    padding: 2rem;
    background: #f8fafc;
    border: 1px solid rgba(10, 22, 40, 0.08);
    border-radius: 30px;
    box-shadow: 0 28px 70px rgba(10, 22, 40, 0.11);
}

.pdt-form-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(98, 191, 202, 0.45), rgba(255, 255, 255, 0));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.pdt-form-heading {
    margin-bottom: 1.5rem;
}

.pdt-form-heading span {
    display: block;
    margin-bottom: 0.4rem;
    color: #228f9b;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pdt-form-heading h3 {
    margin: 0;
    color: var(--pdt-primary);
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.025em;
}

.pdt-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.pdt-field,
.pdt-captcha {
    margin-bottom: 1rem;
}

.pdt-field label,
.pdt-captcha label {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--pdt-primary);
    font-size: 0.88rem;
    font-weight: 800;
}

.pdt-field label span,
.pdt-captcha label span,
.pdt-consent strong {
    color: #ad3540;
}

.pdt-field label span,
.pdt-captcha label span {
    display: inline-block;
    margin-left: 0.12rem;
}

.pdt-field input,
.pdt-field select,
.pdt-field textarea,
.pdt-captcha input {
    width: 100%;
    min-height: 50px;
    padding: 0.78rem 0.9rem;
    color: var(--pdt-primary);
    background: #ffffff;
    border: 1px solid rgba(10, 22, 40, 0.16);
    border-radius: 12px;
    outline: none;
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pdt-field textarea {
    min-height: 132px;
    resize: vertical;
}

.pdt-field input:focus,
.pdt-field select:focus,
.pdt-field textarea:focus,
.pdt-captcha input:focus {
    border-color: var(--pdt-cyan);
    box-shadow: 0 0 0 4px rgba(98, 191, 202, 0.12);
}

.pdt-captcha {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 110px;
    gap: 1rem;
    align-items: center;
    padding: 0.9rem 1rem;
    background: rgba(98, 191, 202, 0.07);
    border: 1px solid rgba(98, 191, 202, 0.18);
    border-radius: 14px;
}

.pdt-captcha label {
    margin: 0;
}

.pdt-consent {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 0.7rem;
    align-items: start;
    margin: 1.15rem 0 1.3rem;
    color: var(--pdt-muted);
    font-size: 0.86rem;
    line-height: 1.55;
}

.pdt-consent input {
    width: 18px;
    height: 18px;
    margin: 0.12rem 0 0;
    accent-color: #228f9b;
}

.pdt-submit {
    width: 100%;
    border: 0;
}

.pdt-form-note {
    margin: 1rem 0 0;
    color: var(--pdt-muted);
    font-size: 0.78rem;
    line-height: 1.55;
}

.pdt-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.pdt-page .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.pdt-page .reveal-delay-1 { transition-delay: 0.12s; }
.pdt-page .reveal-delay-2 { transition-delay: 0.22s; }

.pdt-page .reveal.visible {
    opacity: 1;
    transform: none;
}

@keyframes pdt-dash {
    to { stroke-dashoffset: -160; }
}

@keyframes pdt-pulse-ring {
    0%, 100% { opacity: 0.45; transform: translate(-50%, -50%) scale(0.96); }
    50% { opacity: 0.9; transform: translate(-50%, -50%) scale(1.04); }
}

@keyframes pdt-scan {
    0%, 100% { top: 17%; opacity: 0; }
    14%, 82% { opacity: 0.75; }
    92% { top: 82%; opacity: 0; }
}

@keyframes pdt-threat {
    0% { box-shadow: 0 0 0 0 rgba(200, 168, 78, 0.25); }
    75%, 100% { box-shadow: 0 0 0 22px rgba(200, 168, 78, 0); }
}

@media (max-width: 1100px) {
    .pdt-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(400px, 0.78fr);
        gap: 2.5rem;
    }

    .pdt-hero h1 {
        font-size: clamp(3.45rem, 7vw, 5rem);
    }

    .pdt-deal-map {
        max-width: 470px;
    }

    .pdt-map-node {
        font-size: 0.63rem;
    }
}

@media (max-width: 980px) {
    .pdt-hero {
        padding-top: 7.5rem;
    }

    .pdt-hero-layout,
    .pdt-exposure-grid,
    .pdt-intelligence-layout,
    .pdt-enquiry-grid {
        grid-template-columns: 1fr;
    }

    .pdt-hero-layout {
        gap: 4rem;
    }

    .pdt-hero-copy {
        max-width: 760px;
    }

    .pdt-deal-map {
        width: min(100%, 540px);
        justify-self: center;
    }

    .pdt-section-intro,
    .pdt-enquiry-copy {
        position: static;
    }

    .pdt-exposure-grid,
    .pdt-enquiry-grid {
        gap: 3.5rem;
    }

    .pdt-intelligence-layout {
        gap: 2rem;
    }

    .pdt-layer-visual {
        min-height: 390px;
    }

    .pdt-enquiry-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .pdt-hero {
        min-height: 0;
        padding: 6.5rem 0 4.5rem;
    }

    .pdt-hero h1 {
        font-size: clamp(3rem, 15vw, 4.5rem);
    }

    .pdt-page h2 {
        font-size: clamp(2.15rem, 10vw, 3rem);
    }

    .pdt-badge {
        max-width: 100%;
        white-space: normal;
        line-height: 1.4;
    }

    .pdt-hero-value {
        font-size: 1.12rem;
    }

    .pdt-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .pdt-hero-actions .btn {
        width: 100%;
        min-width: 0;
        white-space: normal;
    }

    .pdt-deal-map {
        width: min(100%, 460px);
    }

    .pdt-map-node {
        padding: 0.45rem 0.58rem;
        font-size: 0.58rem;
    }

    .pdt-node-evidence {
        left: 36%;
    }

    .pdt-exposure,
    .pdt-intelligence,
    .pdt-enquiry {
        padding: 5rem 0;
    }

    .pdt-enquiry .container {
        width: calc(100% - 1rem) !important;
        max-width: calc(100% - 1rem) !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .pdt-question-grid,
    .pdt-findings ul,
    .pdt-field-grid {
        grid-template-columns: 1fr;
    }

    .pdt-question-card {
        min-height: 130px;
    }

    .pdt-download-strip {
        grid-template-columns: 1fr;
        gap: 1.3rem;
        border-radius: 22px;
    }

    .pdt-download-strip .btn {
        width: 100%;
    }

    .pdt-visible-card,
    .pdt-hidden-card {
        width: 92%;
    }

    .pdt-layer-visual {
        min-height: 345px;
    }

    .pdt-intelligence-close {
        margin-top: 3rem;
    }

    .pdt-form-panel {
        width: 100%;
        padding: 1.15rem;
        overflow: hidden;
        border-radius: 22px;
    }

    .pdt-form-heading h3 {
        font-size: clamp(1.45rem, 7.4vw, 1.9rem);
        line-height: 1.12;
        overflow-wrap: anywhere;
    }

    .pdt-field-grid {
        gap: 0;
    }

    .pdt-field,
    .pdt-captcha {
        margin-bottom: 0.85rem;
    }

    .pdt-field label,
    .pdt-captcha label {
        line-height: 1.45;
        overflow-wrap: anywhere;
    }

    .pdt-field input,
    .pdt-field select,
    .pdt-field textarea,
    .pdt-captcha input {
        min-width: 0;
        max-width: 100%;
        font-size: 16px;
    }

    .pdt-intelligence-close {
    margin-top: 3rem;
    padding-top: 3rem;
}

.pdt-intelligence-close .pdt-hero-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 1.75rem !important;
}

.pdt-intelligence-close .pdt-hero-actions .btn {
    width: 100%;
}
}

@media (max-width: 480px) {
    .pdt-hero h1 {
        font-size: clamp(2.75rem, 15vw, 3.8rem);
    }

    .pdt-deal-map {
        width: 108%;
        margin-left: -4%;
    }

    .pdt-map-node span {
        max-width: 90px;
        white-space: normal;
    }

    .pdt-threat-pulse {
        width: 48px;
        height: 48px;
    }

    .pdt-captcha {
        grid-template-columns: minmax(0, 1fr) 76px;
        gap: 0.65rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pdt-map-lines circle,
    .pdt-map-lines path,
    .pdt-map-ring,
    .pdt-threat-pulse,
    .pdt-scan-line {
        animation: none;
    }

    .pdt-page .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .pdt-page .btn,
    .pdt-question-card,
    .pdt-text-link svg {
        transition: none;
    }
}
