/* =========================================================
   ZYKO SHIELD LANDING (shield.html)
   Paleta navy/teal (Active Database Defense)
   ========================================================= */

:root {
    --shield-navy: #0F1B2D;
    --shield-navy-soft: #1A2A40;
    --shield-teal: #0D9488;
    --shield-teal-bright: #2DD4BF;
    --shield-soft: #F0FDFA;
    --shield-amber: #F59E0B;
    --shield-slate: #4A5568;
}

/* NAV — fix pra Shield (1 item a mais + textos EN mais longos) */
.shield-page .nav-links {
    gap: 22px;
}
.shield-page .nav-links a {
    white-space: nowrap;
    font-size: 14px;
}
.shield-page .nav-right .btn {
    white-space: nowrap;
    padding: 8px 14px;
    font-size: 13px;
}

/* HERO */
.shield-hero {
    background: linear-gradient(135deg, var(--shield-navy) 0%, var(--shield-navy-soft) 100%);
    color: #fff;
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
}
.shield-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(45,212,191,0.08) 0%, transparent 60%);
    pointer-events: none;
}
.shield-hero-content {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.shield-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--shield-teal-bright);
    background: rgba(45,212,191,0.1);
    border: 1px solid rgba(45,212,191,0.3);
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 28px;
}
.shield-tagline {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    color: #cbd5e1;
    max-width: 760px;
    margin: 0 auto 32px;
    letter-spacing: 0.2px;
}
.shield-tagline em {
    display: block;
    color: var(--shield-teal-bright);
    font-style: italic;
    font-weight: 700;
    font-size: 26px;
    margin-top: 10px;
    letter-spacing: 0;
}
.shield-hero h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 28px;
    color: #fff;
}
.shield-accent {
    color: var(--shield-teal-bright);
}
.shield-hero-sub {
    font-size: 20px;
    line-height: 1.6;
    color: #cbd5e1;
    max-width: 760px;
    margin: 0 auto 16px;
}
/* Badge ADD — categoria visual, nao texto */
.shield-add-badge {
    display: inline-block;
    border: 1.5px solid rgba(45,212,191,0.45);
    background: rgba(45,212,191,0.08);
    padding: 18px 36px;
    border-radius: 12px;
    margin: 0 auto 36px;
    text-align: center;
    box-shadow: 0 0 32px rgba(45,212,191,0.12);
}
.shield-add-badge-eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--shield-teal-bright);
    margin-bottom: 8px;
    text-transform: uppercase;
}
.shield-add-badge-title {
    display: block;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.15;
    margin-bottom: 4px;
}
.shield-add-badge-acronym {
    display: block;
    font-size: 14px;
    color: var(--shield-teal-bright);
    font-weight: 600;
    letter-spacing: 1px;
}
.shield-hero-contact {
    margin-top: 24px;
    font-size: 14px;
    color: #94a3b8;
}
/* Centralizar CTAs do hero e do bloco final */
.shield-hero .hero-cta,
.shield-section-final .hero-cta {
    justify-content: center;
    flex-wrap: wrap;
}

/* SECTIONS BASE */
.shield-section {
    padding: 64px 0;
    background: #fff;
}
.shield-section h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: var(--shield-navy);
    max-width: 880px;
    margin: 16px auto 32px;
    text-align: center;
}
.shield-section-eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--shield-teal);
    text-align: center;
    margin-bottom: 12px;
}
.shield-section-dark {
    background: var(--shield-navy);
    color: #e2e8f0;
}
.shield-section-dark h2 { color: #fff; }
.shield-section-dark .shield-section-eyebrow { color: var(--shield-teal-bright); }
.shield-section-soft { background: var(--shield-soft); }
.shield-section-final {
    background: linear-gradient(135deg, var(--shield-navy) 0%, var(--shield-teal) 200%);
    color: #fff;
    text-align: center;
    padding-bottom: 120px;
}
.shield-section-final h2 { color: #fff; font-size: 44px; }
.shield-section-final p { font-size: 18px; color: #cbd5e1; max-width: 680px; margin: 0 auto 32px; }

/* SECTION 2 — Story */
.shield-section-story h2 { text-align: left; font-size: 36px; max-width: 720px; }
.shield-section-story .shield-section-eyebrow { text-align: left; max-width: 720px; margin-left: auto; margin-right: auto; }
.shield-story-body { max-width: 720px; margin: 0 auto; font-size: 17px; line-height: 1.8; color: var(--shield-slate); }
.shield-story-body p { margin-bottom: 18px; }
.shield-story-quote {
    border-left: 3px solid var(--shield-teal);
    padding: 8px 0 8px 20px;
    font-style: italic;
    color: var(--shield-navy);
    font-weight: 500;
    font-size: 19px;
    margin: 24px 0 !important;
}

/* SECTION 3 — Silent breach */
.shield-silent-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    max-width: 880px;
    margin: 32px auto;
}
.shield-silent-line {
    background: #f8fafc;
    border-left: 3px solid var(--shield-amber);
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--shield-navy);
}
.shield-silent-conclusion {
    text-align: center;
    font-size: 17px;
    line-height: 1.7;
    color: var(--shield-slate);
    max-width: 760px;
    margin: 32px auto 0;
}

/* SECTION 4 — Any vector */
.shield-vector-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    max-width: 880px;
    margin: 32px auto;
}
.shield-chip {
    background: rgba(45,212,191,0.1);
    color: var(--shield-teal-bright);
    border: 1px solid rgba(45,212,191,0.3);
    padding: 8px 16px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
}
.shield-section:not(.shield-section-dark) .shield-chip {
    background: var(--shield-soft);
    color: var(--shield-teal);
    border-color: rgba(13,148,136,0.3);
}
.shield-vector-line {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    max-width: 680px;
    margin: 32px auto 0;
    color: #cbd5e1;
}

/* SECTION 5 — ADD layers */
.shield-add-intro {
    text-align: center;
    font-size: 17px;
    line-height: 1.7;
    color: var(--shield-slate);
    max-width: 760px;
    margin: 0 auto 40px;
}
.shield-add-layers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 40px auto;
    max-width: 880px;
}
.shield-add-layer {
    background: #f1f5f9;
    color: var(--shield-slate);
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #e2e8f0;
}
.shield-add-layer-new {
    background: var(--shield-teal);
    color: #fff;
    border-color: var(--shield-teal);
    box-shadow: 0 4px 16px rgba(13,148,136,0.3);
    font-weight: 700;
}
.shield-add-line {
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    color: var(--shield-slate);
    max-width: 760px;
    margin: 32px auto 0;
}

/* SECTION 6 — Day after */
.shield-day-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 1000px;
    margin: 40px auto 0;
}
.shield-day-col {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 28px;
}
.shield-day-without { border-top: 3px solid #ef4444; }
.shield-day-with { border-top: 3px solid var(--shield-teal-bright); }
.shield-day-col h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.shield-timeline {
    margin-bottom: 24px;
}
.shield-timeline-item {
    display: flex;
    gap: 16px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 15px;
    color: #cbd5e1;
}
.shield-time {
    font-family: 'Inter', monospace;
    color: var(--shield-teal-bright);
    font-weight: 700;
    min-width: 56px;
}
.shield-day-result {
    list-style: none;
    padding: 0;
    margin: 0;
}
.shield-day-result li {
    padding: 6px 0;
    font-size: 14px;
    color: #94a3b8;
}
.shield-day-result li::before {
    content: '•';
    color: var(--shield-teal-bright);
    margin-right: 8px;
    font-weight: 700;
}

/* SECTION 6.5 — Videos (Manual vs Automatic) */
.shield-section-videos {
    background: var(--shield-navy-soft);
    color: #e2e8f0;
}
.shield-section-videos h2 { color: #fff; }
.shield-section-videos .shield-section-eyebrow { color: var(--shield-teal-bright); }
.shield-videos-intro {
    text-align: center;
    font-size: 15px;
    color: #94a3b8;
    max-width: 760px;
    margin: 0 auto 36px;
    line-height: 1.6;
}
.shield-videos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.shield-video-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 20px;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.shield-video-card video {
    margin-top: auto;
}
.shield-video-mode {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.shield-video-mode-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #94a3b8;
    background: rgba(148,163,184,0.12);
    border: 1px solid rgba(148,163,184,0.3);
    padding: 4px 10px;
    border-radius: 14px;
    margin-bottom: 12px;
}
.shield-video-mode-tag-on {
    color: var(--shield-teal-bright);
    background: rgba(45,212,191,0.12);
    border-color: rgba(45,212,191,0.4);
}
.shield-video-mode h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 6px;
}
.shield-video-mode p {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
.shield-video-card video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    background: #000;
}
.shield-videos-line {
    text-align: center;
    margin-top: 36px;
}
.shield-videos-line p {
    color: #cbd5e1;
    font-size: 17px;
    margin: 0 0 4px;
    line-height: 1.5;
}
.shield-videos-line p + p.shield-videos-line-decide {
    margin-top: 14px;
}
.shield-videos-line-decide {
    color: var(--shield-teal-bright) !important;
    font-weight: 700;
    font-size: 19px !important;
    letter-spacing: 0.3px;
    font-style: italic;
    max-width: 720px;
    margin: 0 auto !important;
}

/* SECTION 7 & 9 — Cards reusados de .detail-card: centralizar conteudo + grid responsivo */
.shield-section .detail-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 32px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.shield-section .detail-card {
    text-align: center;
    padding: 28px 22px;
}
.shield-section .detail-icon {
    display: block;
    margin: 0 auto 14px;
    font-size: 36px;
    line-height: 1;
}
.shield-section .detail-card h3 {
    text-align: center;
    margin-bottom: 10px;
}
.shield-section .detail-card p {
    text-align: center;
}
/* Section h2 espaçamento menor — base era 16/32 com padding 96, agora ajustado */
.shield-section h2 {
    margin-top: 12px;
    margin-bottom: 24px;
}

/* SECTION 8 — Layer table */
.shield-layer-intro {
    text-align: center;
    font-size: 17px;
    line-height: 1.7;
    color: var(--shield-slate);
    max-width: 760px;
    margin: 0 auto 32px;
}
.shield-layer-table {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 4px 24px rgba(15,27,45,0.08);
    border-radius: 8px;
    overflow: hidden;
}
.shield-layer-table th {
    background: var(--shield-navy);
    color: #fff;
    text-align: left;
    padding: 16px 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.shield-layer-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 15px;
    color: var(--shield-slate);
    line-height: 1.5;
}
.shield-layer-row-highlight td {
    background: var(--shield-soft);
    color: var(--shield-navy);
}
.shield-layer-line {
    text-align: center;
    font-size: 17px;
    line-height: 1.7;
    color: var(--shield-slate);
    max-width: 760px;
    margin: 32px auto 0;
}

/* SECTION 10 — Default-deny + AI */
.shield-deny-body {
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
    color: #cbd5e1;
    max-width: 800px;
    margin: 0 auto 40px;
}
.shield-ai-callout {
    background: rgba(45,212,191,0.08);
    border: 1px solid rgba(45,212,191,0.3);
    border-radius: 12px;
    padding: 28px 32px;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.shield-ai-callout h3 {
    color: var(--shield-teal-bright);
    font-size: 22px;
    margin-bottom: 12px;
}
.shield-ai-callout p {
    font-size: 16px;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0;
}

/* SECTION 11 — Where it runs */
.shield-runs-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    max-width: 880px;
    margin: 32px auto;
}
.shield-runs-line {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    color: var(--shield-slate);
    max-width: 760px;
    margin: 32px auto 0;
}

/* SECTION 12 — Honest scope */
.shield-honest-box {
    border-left: 4px solid var(--shield-amber);
    padding: 32px 40px;
    background: #fffbeb;
    border-radius: 0 12px 12px 0;
    max-width: 920px;
    margin: 0 auto;
}
.shield-honest-box h2 { text-align: left; margin-top: 8px; }
.shield-honest-box .shield-section-eyebrow { text-align: left; }
.shield-honest-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin: 32px 0;
}
.shield-honest-col h3 {
    font-size: 17px;
    color: var(--shield-navy);
    margin-bottom: 12px;
}
.shield-honest-col p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--shield-slate);
}
.shield-honest-line {
    font-size: 16px;
    color: var(--shield-navy);
    font-weight: 500;
    margin-top: 24px;
}

/* SECTION 13 — Ammunition */
.shield-ammo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 760px;
    margin: 40px auto;
}
.shield-ammo-stat {
    text-align: center;
}
.shield-ammo-number {
    font-size: 56px;
    font-weight: 800;
    color: var(--shield-teal-bright);
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 12px;
}
.shield-ammo-label {
    font-size: 14px;
    line-height: 1.5;
    color: #94a3b8;
}
.shield-ammo-line {
    text-align: center;
    font-size: 18px;
    color: #cbd5e1;
    max-width: 680px;
    margin: 32px auto 8px;
}
.shield-ammo-source {
    text-align: center;
    font-size: 12px;
    color: #64748b;
    margin: 12px 0 0;
}

/* SECTION 16 — Contact form */
.shield-section-contact {
    background: linear-gradient(180deg, var(--shield-navy) 0%, var(--shield-navy-soft) 100%);
    color: #e2e8f0;
}
.shield-section-contact h2 { color: #fff; }
.shield-section-contact .shield-section-eyebrow { color: var(--shield-teal-bright); }
.shield-contact-intro {
    text-align: center;
    font-size: 16px;
    color: #cbd5e1;
    max-width: 640px;
    margin: 0 auto 32px;
    line-height: 1.6;
}
.shield-contact-form {
    max-width: 720px;
    margin: 0 auto;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 32px;
    position: relative;
}
.shield-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}
.shield-form-group {
    margin-bottom: 16px;
}
.shield-form-group:last-child { margin-bottom: 24px; }
.shield-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #cbd5e1;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}
.shield-form-group input,
.shield-form-group select,
.shield-form-group textarea {
    width: 100%;
    padding: 12px 14px;
    background: rgba(15,27,45,0.6);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    transition: border-color .15s, background .15s;
    box-sizing: border-box;
}
.shield-form-group input::placeholder,
.shield-form-group textarea::placeholder {
    color: #64748b;
}
.shield-form-group input:focus,
.shield-form-group select:focus,
.shield-form-group textarea:focus {
    outline: none;
    border-color: var(--shield-teal-bright);
    background: rgba(15,27,45,0.9);
}
.shield-form-group select option {
    background: var(--shield-navy);
    color: #fff;
}
.shield-contact-feedback {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}
.shield-contact-feedback-ok {
    background: rgba(13,148,136,0.15);
    color: #86efac;
    border: 1px solid rgba(45,212,191,0.4);
}
.shield-contact-feedback-err {
    background: rgba(239,68,68,0.1);
    color: #fca5a5;
    border: 1px solid rgba(239,68,68,0.4);
}

/* SECTION 14 — Who it's for */
.shield-who-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    max-width: 920px;
    margin: 40px auto 0;
}
.shield-who-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px 24px;
    font-size: 15px;
    font-weight: 500;
    color: var(--shield-navy);
    text-align: center;
}

/* SECTION 15 — Partner */
.shield-partner-body {
    text-align: center;
    font-size: 17px;
    line-height: 1.7;
    color: var(--shield-slate);
    max-width: 720px;
    margin: 0 auto 32px;
}
.shield-section-soft {
    text-align: center;
}
.shield-section-soft .btn-outline {
    border-color: var(--shield-teal);
    color: var(--shield-teal);
}
.shield-section-soft .btn-outline:hover {
    background: var(--shield-teal);
    color: #fff;
}

/* Active nav-highlight specifically for Shield */
.nav-links a.nav-highlight.active {
    background: var(--shield-teal);
    color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
    .shield-hero { padding: 100px 0 70px; }
    .shield-hero h1 { font-size: 34px; }
    .shield-tagline { font-size: 17px; margin-bottom: 24px; }
    .shield-tagline em { font-size: 20px; }
    .shield-hero-sub { font-size: 17px; }
    .shield-add-badge { padding: 14px 24px; }
    .shield-add-badge-title { font-size: 18px; letter-spacing: 1.5px; }
    .shield-section { padding: 64px 0; }
    .shield-section h2 { font-size: 28px; }
    .shield-day-grid { grid-template-columns: 1fr; gap: 20px; }
    .shield-honest-grid { grid-template-columns: 1fr; gap: 24px; }
    .shield-ammo-grid { grid-template-columns: 1fr; gap: 32px; }
    .shield-ammo-number { font-size: 44px; }
    .shield-section-final h2 { font-size: 30px; }
    .shield-layer-table { font-size: 13px; }
    .shield-layer-table th, .shield-layer-table td { padding: 12px 14px; }
    .shield-contact-form { padding: 20px; }
    .shield-form-row { grid-template-columns: 1fr; gap: 0; }
    .shield-videos-grid { grid-template-columns: 1fr; gap: 16px; }
    .shield-videos-line-decide { font-size: 16px !important; }
}

/* RTL (Hebrew) */
html[dir="rtl"] .shield-story-quote {
    border-left: none;
    border-right: 3px solid var(--shield-teal);
    padding: 8px 20px 8px 0;
}
html[dir="rtl"] .shield-honest-box {
    border-left: none;
    border-right: 4px solid var(--shield-amber);
    border-radius: 12px 0 0 12px;
}
html[dir="rtl"] .shield-honest-box h2 { text-align: right; }
html[dir="rtl"] .shield-silent-line {
    border-left: none;
    border-right: 3px solid var(--shield-amber);
}
html[dir="rtl"] .shield-day-result li::before {
    margin-right: 0;
    margin-left: 8px;
}
html[dir="rtl"] .shield-section-story h2 { text-align: right; }
