.elementor-15048 .elementor-element.elementor-element-1f87f24{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a4155f6 *//* ============================================================
   T1593 — Search Open Websites/Domains
   MITRE ATT&amp;CK Reconnaissance (TA0043)
   Accent: Magenta/Pink (#ec4899) | Secondary: (#f9a8d4)
   ============================================================ */

/* --- Reset &amp; Base --- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    background:
        radial-gradient(ellipse at 20% 50%, rgba(0,240,255,.04) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 50%, rgba(0,255,65,.03) 0%, transparent 60%),
        linear-gradient(180deg,#0a0e17 0%,#0d1525 50%,#0a0e17 100%);
    color: #c9d1d9;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.75;
    font-size: 16px;
    overflow-x: hidden;
}

/* --- CSS Variables --- */
:root {
    --accent: #ec4899;
    --accent-sec: #f9a8d4;
    --accent-dim: rgba(236,72,153,.15);
    --accent-glow: rgba(236,72,153,.4);
    --bg-card: rgba(15,20,35,.65);
    --bg-glass: rgba(20,28,50,.45);
    --border: rgba(236,72,153,.2);
    --text: #c9d1d9;
    --text-muted: #8b949e;
    --text-bright: #f0f6fc;
    --radius: 16px;
    --radius-sm: 10px;
}

/* --- Typography --- */
h1, h2, h3, h4 { color: var(--text-bright); font-weight: 700; letter-spacing: -0.02em; }

a { color: var(--accent); text-decoration: none; transition: color .25s, text-shadow .25s; }
a:hover { color: var(--accent-sec); text-shadow: 0 0 12px var(--accent-glow); }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

/* --- Glass Card --- */
.glass {
    background: var(--bg-glass);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem;
}

/* --- Header --- */
.hero {
    text-align: center;
    padding: 3.5rem 1.5rem 2.5rem;
}

.badge-tactic {
    display: inline-block;
    background: var(--accent-dim);
    color: var(--accent);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: .35rem 1rem;
    border-radius: 100px;
    border: 1px solid var(--accent);
    margin-bottom: 1.2rem;
}

.hero h1 {
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-sec) 60%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: .6rem;
}

.hero .subtitle {
    color: var(--text-muted);
    font-size: 1.05rem;
    max-width: 680px;
    margin: 0 auto 1.5rem;
}

.technique-id {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: .5rem 1.2rem;
    font-size: .9rem;
    color: var(--text-muted);
}

.technique-id strong {
    color: var(--accent);
    font-weight: 700;
}

/* --- Sub-Technique Nav Cards --- */
.sub-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.2rem;
    max-width: 1100px;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

.sub-nav a {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--bg-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.2rem 1.5rem;
    color: var(--text);
    transition: transform .3s, border-color .3s, box-shadow .3s;
}

.sub-nav a:hover {
    transform: translateY(-3px);
    border-color: var(--accent);
    box-shadow: 0 8px 30px rgba(236,72,153,.15);
    color: var(--text-bright);
    text-shadow: none;
}

.sub-nav .nav-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--accent-dim);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.sub-nav .nav-label strong {
    display: block;
    color: var(--accent);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .04em;
}

.sub-nav .nav-label span {
    font-size: .92rem;
    color: var(--text);
}

/* --- Content Sections --- */
.section {
    max-width: 960px;
    margin: 2.5rem auto;
    padding: 0 1.5rem;
    animation: fadeSlideUp .7s ease-out both;
}

.section-tit {
    font-size: 1.55rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: .7rem;
    padding-bottom: .7rem;
    border-bottom: 2px solid var(--accent-dim);
}

.section-tit .tit-icon {
    font-size: 1.4rem;
    opacity: .85;
}

.section-tit::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--accent) 0%, transparent 100%);
    margin-left: .5rem;
}

/* ============================================================
   SECTION 1 — SIMULATION
   ============================================================ */
.sim-container {
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    min-height: 420px;
}

/* --- Browser Chrome --- */
.browser-chrome {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .6rem 1rem;
    background: rgba(10,14,23,.9);
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.browser-dots {
    display: flex;
    gap: 6px;
}

.browser-dots span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.browser-dots .dot-red { background: #ff5f57; }
.browser-dots .dot-yel { background: #febc2e; }
.browser-dots .dot-grn { background: #28c840; }

.browser-tabs {
    display: flex;
    gap: 2px;
    margin-left: 1rem;
}

.browser-tab {
    padding: .3rem .9rem;
    font-size: .72rem;
    color: var(--text-muted);
    border-radius: 6px 6px 0 0;
    border: 1px solid rgba(255,255,255,.06);
    border-bottom: none;
    position: relative;
    white-space: nowrap;
    opacity: .5;
    transition: opacity .3s, background .3s;
}

.browser-tab.active {
    opacity: 1;
    color: var(--text-bright);
    background: rgba(236,72,153,.15);
    border-color: var(--accent);
    animation: tabGlow 2s ease-in-out infinite;
}

.browser-tab:nth-child(1) { animation-delay: 0s; }
.browser-tab:nth-child(2) { animation-delay: .4s; }
.browser-tab:nth-child(3) { animation-delay: .8s; }
.browser-tab:nth-child(4) { animation-delay: 1.2s; }

.browser-url {
    flex: 1;
    margin-left: .5rem;
    padding: .3rem .8rem;
    background: rgba(255,255,255,.05);
    border-radius: 6px;
    font-size: .72rem;
    color: var(--text-muted);
    position: relative;
    overflow: hidden;
}

.browser-url::after {
    content: 'https://target-corp.com/careers';
    animation: urlTyping 8s steps(30) infinite;
    color: var(--accent-sec);
}

/* --- Browser Content Area --- */
.browser-body {
    position: relative;
    min-height: 340px;
    overflow: hidden;
}

/* Loading Bar */
.loading-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-sec), var(--accent));
    background-size: 200% 100%;
    animation: loadProgress 4s ease-in-out infinite, loadShimmer 1s linear infinite;
    z-index: 5;
}

/* Website Pages */
.website-page {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background: rgba(15,20,35,.95);
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 10px;
    padding: 1rem;
    opacity: 0;
    transform: scale(.95);
    transition: opacity .5s, transform .5s;
}

.website-page.visible {
    opacity: 1;
    transform: scale(1);
}

/* Page 1 — Corporate Site */
.corp-page .corp-header {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: .8rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.corp-logo {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: var(--accent);
    animation: logoPulse 3s ease-in-out infinite;
}

.corp-header h4 { font-size: .85rem; color: var(--text-bright); }
.corp-header .corp-tag { font-size: .68rem; color: var(--text-muted); margin-left: auto; }

.content-lines {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.content-line {
    height: 8px;
    border-radius: 4px;
    background: rgba(255,255,255,.06);
    animation: lineReveal 1.5s ease-out both;
}

.content-line:nth-child(1) { width: 85%; animation-delay: .3s; }
.content-line:nth-child(2) { width: 72%; animation-delay: .5s; }
.content-line:nth-child(3) { width: 90%; animation-delay: .7s; }
.content-line:nth-child(4) { width: 60%; animation-delay: .9s; }
.content-line:nth-child(5) { width: 78%; animation-delay: 1.1s; }

/* Highlight extraction */
.extract-highlight {
    position: absolute;
    height: 28px;
    background: rgba(236,72,153,.25);
    border: 1px solid var(--accent);
    border-radius: 4px;
    animation: highlightScan 3s ease-in-out infinite;
}

.extract-highlight:nth-child(1) { top: 55px; left: 0; right: 40%; animation-delay: .5s; }
.extract-highlight:nth-child(2) { top: 100px; left: 10%; right: 20%; animation-delay: 1s; }
.extract-highlight:nth-child(3) { top: 145px; left: 0; right: 50%; animation-delay: 1.5s; }

/* Page 2 — Job Board */
.job-page .job-card {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .5rem;
    background: rgba(255,255,255,.03);
    border-radius: 8px;
    margin-bottom: .5rem;
    border: 1px solid rgba(255,255,255,.04);
    animation: cardSlideIn .5s ease-out both;
}

.job-card:nth-child(1) { animation-delay: .2s; }
.job-card:nth-child(2) { animation-delay: .5s; }
.job-card:nth-child(3) { animation-delay: .8s; }
.job-card:nth-child(4) { animation-delay: 1.1s; }

.job-card .job-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent);
    animation: dotBlink 1.5s ease-in-out infinite;
}

.job-card:nth-child(2) .job-dot { animation-delay: .3s; }
.job-card:nth-child(3) .job-dot { animation-delay: .6s; }
.job-card:nth-child(4) .job-dot { animation-delay: .9s; }

.job-card .job-title { font-size: .76rem; color: var(--text-bright); }
.job-card .job-tech {
    font-size: .65rem;
    color: var(--accent-sec);
    margin-top: 2px;
}

/* Page 3 — Forum */
.forum-page .forum-post {
    padding: .5rem;
    background: rgba(255,255,255,.03);
    border-radius: 8px;
    margin-bottom: .5rem;
    border-left: 3px solid var(--accent);
    animation: postReveal .6s ease-out both;
}

.forum-post:nth-child(1) { animation-delay: .2s; }
.forum-post:nth-child(2) { animation-delay: .6s; }
.forum-post:nth-child(3) { animation-delay: 1s; }

.forum-post .post-user { font-size: .7rem; color: var(--accent); font-weight: 600; }
.forum-post .post-text { font-size: .68rem; color: var(--text-muted); margin-top: 3px; }

/* Page 4 — Press Release */
.press-page .press-item {
    padding: .6rem;
    border-bottom: 1px solid rgba(255,255,255,.04);
    animation: pressFadeIn .5s ease-out both;
}

.press-item:nth-child(1) { animation-delay: .2s; }
.press-item:nth-child(2) { animation-delay: .5s; }
.press-item:nth-child(3) { animation-delay: .8s; }

.press-item .press-date { font-size: .65rem; color: var(--accent); }
.press-item .press-headline { font-size: .78rem; color: var(--text-bright); margin-top: 3px; }
.press-item .press-excerpt { font-size: .68rem; color: var(--text-muted); margin-top: 3px; }

/* --- Cursor Animation --- */
.scan-cursor {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid var(--accent);
    border-radius: 50%;
    animation: cursorMove 8s ease-in-out infinite, cursorPulse .8s ease-in-out infinite;
    z-index: 10;
    pointer-events: none;
}

.scan-cursor::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 4px;
    height: 4px;
    background: var(--accent);
    border-radius: 50%;
}

/* --- Data Extraction Flow --- */
.data-flow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .4rem;
    z-index: 10;
}

.data-card-flow {
    padding: .3rem .7rem;
    background: rgba(236,72,153,.15);
    border: 1px solid var(--accent);
    border-radius: 6px;
    font-size: .68rem;
    color: var(--accent-sec);
    white-space: nowrap;
    animation: dataCardFloat 3s ease-in-out infinite, fadeSlideUp 2s ease-out both;
}

.data-card-flow:nth-child(1) { animation-delay: 1s; }
.data-card-flow:nth-child(2) { animation-delay: 2s; }
.data-card-flow:nth-child(3) { animation-delay: 3s; }
.data-card-flow:nth-child(4) { animation-delay: 4s; }
.data-card-flow:nth-child(5) { animation-delay: 5s; }

/* --- Search Query Typing --- */
.search-query-bar {
    position: absolute;
    bottom: 60px;
    left: 20px;
    right: 150px;
    padding: .5rem .8rem;
    background: rgba(10,14,23,.95);
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: .76rem;
    color: var(--text-muted);
    z-index: 10;
    overflow: hidden;
}

.search-query-bar::before {
    content: '🔍 site:linkedin.com "target-corp" "IT Director"';
    animation: queryCycle 12s steps(1) infinite;
    color: var(--accent-sec);
    white-space: nowrap;
}

/* --- Scan Lines --- */
.scan-line-h {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    opacity: .3;
    animation: scanLineH 6s linear infinite;
    z-index: 8;
    pointer-events: none;
}

.scan-line-v {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--accent), transparent);
    opacity: .2;
    animation: scanLineV 8s linear infinite;
    z-index: 8;
    pointer-events: none;
}

/* --- Attacker Icon --- */
.attacker-node {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(236,72,153,.2);
    border: 2px solid var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    z-index: 10;
    animation: attackerPulse 2s ease-in-out infinite;
}

/* ============================================================
   SECTION 2 — WHY IT MATTERS
   ============================================================ */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card {
    background: var(--bg-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 1.3rem;
    text-align: center;
    transition: transform .3s, box-shadow .3s;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(236,72,153,.12);
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--accent);
    display: block;
    line-height: 1.2;
}

.stat-label {
    font-size: .85rem;
    color: var(--text-muted);
    margin-top: .3rem;
}

.why-text {
    font-size: 1rem;
    line-height: 1.85;
    color: var(--text);
    margin-bottom: 1.5rem;
}

.why-text strong { color: var(--accent-sec); }

.resource-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: .8rem;
}

.resource-link {
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .9rem 1.1rem;
    background: var(--bg-glass);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text);
    transition: border-color .3s, background .3s;
}

.resource-link:hover {
    border-color: var(--accent);
    background: var(--accent-dim);
    text-shadow: none;
    color: var(--text-bright);
}

.resource-link .rl-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.resource-link .rl-title {
    font-size: .88rem;
    font-weight: 600;
    color: var(--text-bright);
}

.resource-link .rl-desc {
    font-size: .75rem;
    color: var(--text-muted);
    margin-top: 2px;
}

/* ============================================================
   SECTION 3 — KEY TERMS
   ============================================================ */
.terms-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 1rem;
}

.terms-table thead th {
    background: var(--accent-dim);
    color: var(--accent);
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: .7rem 1rem;
    text-align: left;
    border-bottom: 2px solid var(--accent);
}

.terms-table thead th:first-child { border-radius: var(--radius-sm) 0 0 0; }
.terms-table thead th:last-child { border-radius: 0 var(--radius-sm) 0 0; }

.terms-table tbody td {
    padding: .8rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,.04);
    font-size: .9rem;
    vertical-align: top;
}

.terms-table tbody tr:hover td { background: rgba(236,72,153,.05); }

.terms-table .term-name {
    font-weight: 700;
    color: var(--accent-sec);
    white-space: nowrap;
}

.terms-table .term-analogy {
    font-size: .82rem;
    color: var(--text-muted);
    font-style: italic;
}

/* ============================================================
   SECTION 4 — REAL-WORLD SCENARIO
   ============================================================ */
.scenario-card {
    background: var(--bg-glass);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

.scenario-header {
    background: linear-gradient(135deg, var(--accent-dim), rgba(236,72,153,.05));
    padding: 1.5rem 2rem;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.scenario-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--accent-dim);
    border: 2px solid var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    animation: avatarBreath 3s ease-in-out infinite;
}

.scenario-header h3 { font-size: 1.15rem; }
.scenario-header .scenario-role { font-size: .85rem; color: var(--accent-sec); }

.scenario-body {
    padding: 2rem;
}

.scenario-phase {
    margin-bottom: 1.5rem;
}

.scenario-phase .phase-label {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: .25rem .7rem;
    border-radius: 100px;
    margin-bottom: .6rem;
}

.phase-before { background: rgba(34,197,94,.15); color: #4ade80; }
.phase-attack { background: rgba(236,72,153,.15); color: var(--accent); }
.phase-after { background: rgba(59,130,246,.15); color: #60a5fa; }

.scenario-phase p { font-size: .95rem; color: var(--text); line-height: 1.8; }

.scenario-timeline {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.timeline-item {
    flex: 1;
    min-width: 150px;
    padding: .8rem;
    background: rgba(255,255,255,.03);
    border-radius: var(--radius-sm);
    border-left: 3px solid var(--accent);
    animation: timelinePulse 3s ease-in-out infinite;
}

.timeline-item:nth-child(2) { animation-delay: .5s; border-left-color: var(--accent-sec); }
.timeline-item:nth-child(3) { animation-delay: 1s; border-left-color: #a78bfa; }
.timeline-item:nth-child(4) { animation-delay: 1.5s; border-left-color: #60a5fa; }

.timeline-item .tl-day { font-size: .72rem; color: var(--accent); font-weight: 700; }
.timeline-item .tl-event { font-size: .82rem; color: var(--text); margin-top: 3px; }

/* ============================================================
   SECTION 5 — STEP-BY-STEP GUIDE
   ============================================================ */
.steps-list {
    counter-reset: step;
    list-style: none;
}

.step-item {
    counter-increment: step;
    position: relative;
    padding: 1.2rem 1.2rem 1.2rem 4.2rem;
    margin-bottom: 1rem;
    background: var(--bg-glass);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    transition: border-color .3s;
    animation: fadeSlideUp .5s ease-out both;
}

.step-item:hover { border-color: var(--accent); }

.step-item::before {
    content: counter(step);
    position: absolute;
    left: 1rem;
    top: 1.2rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    font-size: .85rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-item h4 {
    font-size: 1rem;
    color: var(--text-bright);
    margin-bottom: .4rem;
}

.step-item p { font-size: .9rem; color: var(--text); }

.step-sub {
    list-style: none;
    padding-left: 0;
    margin-top: .5rem;
}

.step-sub li {
    position: relative;
    padding-left: 1.2rem;
    font-size: .85rem;
    color: var(--text-muted);
    margin-bottom: .25rem;
}

.step-sub li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--accent);
}

.protection-tag {
    display: inline-block;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: .15rem .55rem;
    border-radius: 100px;
    margin-right: .4rem;
    margin-top: .3rem;
}

.tag-prevent { background: rgba(34,197,94,.15); color: #4ade80; border: 1px solid rgba(34,197,94,.3); }
.tag-detect { background: rgba(59,130,246,.15); color: #60a5fa; border: 1px solid rgba(59,130,246,.3); }
.tag-respond { background: rgba(251,191,36,.15); color: #fbbf24; border: 1px solid rgba(251,191,36,.3); }
.tag-monitor { background: rgba(168,85,247,.15); color: #c084fc; border: 1px solid rgba(168,85,247,.3); }

/* ============================================================
   SECTION 6 — COMMON MISTAKES &amp; BEST PRACTICES
   ============================================================ */
.compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.mistakes-col, .best-col {
    background: var(--bg-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
}

.mistakes-col { border-color: rgba(239,68,68,.25); }
.best-col { border-color: rgba(34,197,94,.25); }

.col-heading {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.col-heading.bad { color: #f87171; }
.col-heading.good { color: #4ade80; }

.compare-item {
    padding: .7rem;
    margin-bottom: .6rem;
    border-radius: 8px;
    font-size: .88rem;
    color: var(--text);
    line-height: 1.6;
}

.compare-item.bad-item { background: rgba(239,68,68,.06); border-left: 3px solid rgba(239,68,68,.4); }
.compare-item.good-item { background: rgba(34,197,94,.06); border-left: 3px solid rgba(34,197,94,.4); }

.compare-item strong { color: var(--text-bright); }

/* ============================================================
   SECTION 7 — RED TEAM vs BLUE TEAM
   ============================================================ */
.vs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.team-card {
    background: var(--bg-glass);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: var(--radius);
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

.team-card.red { border: 1px solid rgba(239,68,68,.25); }
.team-card.blue { border: 1px solid rgba(59,130,246,.25); }

.team-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.team-card.red::before { background: linear-gradient(90deg, #ef4444, #f97316); }
.team-card.blue::before { background: linear-gradient(90deg, #3b82f6, #06b6d4); }

.team-label {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.team-label.red-label { color: #f87171; }
.team-label.blue-label { color: #60a5fa; }

.tactic-list {
    list-style: none;
    padding: 0;
}

.tactic-list li {
    padding: .6rem .8rem;
    margin-bottom: .5rem;
    border-radius: 8px;
    font-size: .88rem;
    color: var(--text);
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: .5rem;
}

.tactic-list .tac-icon { flex-shrink: 0; font-size: .9rem; margin-top: 2px; }
.tactic-list li.red-tac { background: rgba(239,68,68,.06); border-left: 3px solid rgba(239,68,68,.3); }
.tactic-list li.blue-tac { background: rgba(59,130,246,.06); border-left: 3px solid rgba(59,130,246,.3); }

/* ============================================================
   SECTION 8 — THREAT HUNTER'S EYE
   ============================================================ */
.hunter-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.hunter-card {
    background: var(--bg-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 1.3rem;
    transition: border-color .3s;
}

.hunter-card:hover { border-color: var(--accent); }

.hunter-card .hc-label {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--accent);
    margin-bottom: .5rem;
}

.hunter-card h4 { font-size: .95rem; margin-bottom: .4rem; }
.hunter-card p { font-size: .88rem; color: var(--text); line-height: 1.7; }

.hunter-query {
    background: rgba(10,14,23,.8);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 6px;
    padding: .5rem .8rem;
    margin-top: .6rem;
    font-family: 'Courier New', monospace;
    font-size: .78rem;
    color: var(--accent-sec);
    overflow-x: auto;
}

/* ============================================================
   SECTION 9 — CALL-TO-ACTION
   ============================================================ */
.cta-box {
    background: linear-gradient(135deg, var(--accent-dim), rgba(236,72,153,.08));
    border: 2px solid var(--accent);
    border-radius: var(--radius);
    padding: 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, var(--accent-dim) 0%, transparent 50%);
    animation: ctaGlow 4s ease-in-out infinite;
    pointer-events: none;
}

.cta-box h3 {
    font-size: 1.5rem;
    color: var(--text-bright);
    margin-bottom: .8rem;
    position: relative;
}

.cta-box p {
    font-size: 1rem;
    color: var(--text);
    max-width: 600px;
    margin: 0 auto 1.5rem;
    position: relative;
    line-height: 1.8;
}

.cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.8rem;
    border-radius: 100px;
    font-size: .92rem;
    font-weight: 600;
    transition: transform .3s, box-shadow .3s;
}

.cta-btn:hover { transform: translateY(-2px); text-shadow: none; }

.cta-btn.primary {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 4px 20px rgba(236,72,153,.3);
}

.cta-btn.primary:hover { box-shadow: 0 6px 30px rgba(236,72,153,.5); }

.cta-btn.secondary {
    background: transparent;
    color: var(--accent);
    border: 1px solid var(--accent);
}

.cta-btn.secondary:hover { background: var(--accent-dim); }

/* --- Cross-Links Panel --- */
.cross-links {
    margin-top: 2rem;
    padding: 1.5rem;
    background: var(--bg-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--border);
    border-radius: var(--radius);
}

.cross-links h4 {
    font-size: .95rem;
    color: var(--accent-sec);
    margin-bottom: .8rem;
}

.cross-links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.cross-link-tag {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem .9rem;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 100px;
    font-size: .82rem;
    color: var(--text);
    transition: border-color .3s, color .3s;
}

.cross-link-tag:hover {
    border-color: var(--accent);
    color: var(--accent-sec);
    text-shadow: none;
}

/* ============================================================
   KEYFRAME ANIMATIONS (20+)
   ============================================================ */

/* 1. Fade + Slide Up */
@keyframes fadeSlideUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 2. Tab Glow Cycle */
@keyframes tabGlow {
    0%, 45% { opacity: 1; background: rgba(236,72,153,.15); border-color: var(--accent); }
    50%, 95% { opacity: .5; background: transparent; border-color: rgba(255,255,255,.06); }
}

/* 3. URL Typing */
@keyframes urlTyping {
    0% { content: 'https://target-corp.com/careers'; }
    25% { content: 'https://linkedin.com/company/target-corp'; }
    50% { content: 'https://github.com/target-corp'; }
    75% { content: 'https://news.target-corp.com/press'; }
    100% { content: 'https://target-corp.com/careers'; }
}

/* 4. Loading Progress */
@keyframes loadProgress {
    0% { width: 0%; }
    60% { width: 85%; }
    80% { width: 92%; }
    100% { width: 100%; opacity: 0; }
}

/* 5. Loading Shimmer */
@keyframes loadShimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* 6. Logo Pulse */
@keyframes logoPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(236,72,153,.4); }
    50% { box-shadow: 0 0 0 6px rgba(236,72,153,0); }
}

/* 7. Content Line Reveal */
@keyframes lineReveal {
    from { width: 0; opacity: 0; }
    to { opacity: 1; }
}

/* 8. Highlight Scan */
@keyframes highlightScan {
    0%, 20% { opacity: 0; transform: scaleX(.3); transform-origin: left; }
    30%, 70% { opacity: 1; transform: scaleX(1); }
    80%, 100% { opacity: 0; transform: scaleX(.3); }
}

/* 9. Card Slide In */
@keyframes cardSlideIn {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}

/* 10. Dot Blink */
@keyframes dotBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: .3; }
}

/* 11. Post Reveal */
@keyframes postReveal {
    from { opacity: 0; transform: translateY(10px); max-height: 0; }
    to { opacity: 1; transform: translateY(0); max-height: 100px; }
}

/* 12. Press Fade In */
@keyframes pressFadeIn {
    from { opacity: 0; transform: translateX(15px); }
    to { opacity: 1; transform: translateX(0); }
}

/* 13. Cursor Move */
@keyframes cursorMove {
    0% { top: 50px; left: 30%; }
    15% { top: 50px; left: 30%; }
    25% { top: 110px; left: 20%; }
    40% { top: 110px; left: 20%; }
    55% { top: 165px; left: 35%; }
    70% { top: 165px; left: 35%; }
    85% { top: 60px; left: 15%; }
    100% { top: 50px; left: 30%; }
}

/* 14. Cursor Pulse */
@keyframes cursorPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.3); }
}

/* 15. Data Card Float */
@keyframes dataCardFloat {
    0%, 100% { transform: translateX(0) translateY(0); }
    25% { transform: translateX(-8px) translateY(-3px); }
    75% { transform: translateX(4px) translateY(2px); }
}

/* 16. Query Cycle */
@keyframes queryCycle {
    0% { content: '🔍 site:linkedin.com "target-corp" "IT Director"'; }
    25% { content: '🔍 site:indeed.com "target-corp" "AWS" OR "Azure"'; }
    50% { content: '🔍 site:github.com target-corp "api" OR "internal"'; }
    75% { content: '🔍 "target-corp" "press release" "new office"'; }
    100% { content: '🔍 site:linkedin.com "target-corp" "IT Director"'; }
}

/* 17. Scan Line Horizontal */
@keyframes scanLineH {
    0% { top: 0; }
    100% { top: 100%; }
}

/* 18. Scan Line Vertical */
@keyframes scanLineV {
    0% { left: 0; }
    100% { left: 100%; }
}

/* 19. Attacker Pulse */
@keyframes attackerPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(236,72,153,.5); }
    50% { box-shadow: 0 0 0 10px rgba(236,72,153,0); }
}

/* 20. Avatar Breath */
@keyframes avatarBreath {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* 21. Timeline Pulse */
@keyframes timelinePulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .75; }
}

/* 22. CTA Glow */
@keyframes ctaGlow {
    0%, 100% { transform: scale(1); opacity: .5; }
    50% { transform: scale(1.1); opacity: .8; }
}

/* 23. Gradient Shift */
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* 24. Border Glow */
@keyframes borderGlow {
    0%, 100% { border-color: rgba(236,72,153,.2); }
    50% { border-color: rgba(236,72,153,.6); }
}

/* 25. Stat Count Up feel */
@keyframes statPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.04); }
}

/* 26. Float */
@keyframes floatY {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* 27. Shimmer */
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* 28. Ping Ring */
@keyframes pingRing {
    0% { transform: scale(.8); opacity: .6; }
    100% { transform: scale(2.2); opacity: 0; }
}

/* 29. Rotate */
@keyframes rotate360 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* 30. Typing cursor */
@keyframes typeCursorBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    header { padding: 2.5rem 1rem 1.5rem; }
    .section { padding: 0 1rem; }
    .glass { padding: 1.2rem; }
    .compare-grid,
    .vs-grid { grid-template-columns: 1fr; }
    .sub-nav { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .browser-tabs { display: none; }
    .sim-container { min-height: 320px; }
    .scenario-timeline { flex-direction: column; }
    .cta-box { padding: 1.5rem; }
    .terms-table { font-size: .82rem; }
    .terms-table thead th,
    .terms-table tbody td { padding: .5rem .6rem; }
    .resource-links { grid-template-columns: 1fr; }
    .data-flow { display: none; }
    .search-query-bar { display: none; }
}

@media (max-width: 480px) {
    header h1 { font-size: 1.5rem; }
    .stats-grid { grid-template-columns: 1fr; }
    .step-item { padding-left: 3.5rem; }
    .step-item::before { width: 26px; height: 26px; font-size: .75rem; left: .6rem; }
    .section-tit { font-size: 1.25rem; }
    .cta-actions { flex-direction: column; align-items: center; }
    .cross-links-grid { flex-direction: column; }
}

/* --- Accessibility --- */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* --- Utility --- */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.text-accent { color: var(--accent); }
.text-accent-sec { color: var(--accent-sec); }
.mb-1 { margin-bottom: .5rem; }
.mb-2 { margin-bottom: 1rem; }
.mt-2 { margin-top: 1rem; }/* End custom CSS */