/* =========================================
   FORCE SHIELD / DMA360 FULL FINAL CSS
   Matched to:
   - index.php
   - activate.php
   - checkout.php
   - footer updates
   - button hover readability fix
========================================= */

/* -----------------------------
   FONT
----------------------------- */
@font-face {
    font-family: 'benderregular';
    src: url('/_fonts/bender-webfont.woff2') format('woff2'),
         url('/_fonts/bender-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* -----------------------------
   RESET
----------------------------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

html {
    scroll-behavior: smooth;
}

/* -----------------------------
   BASE
----------------------------- */
body {
    font-family: 'benderregular', Arial, sans-serif !important;
    background-color: #0b0b0b;
    color: #ffffff;
    background-image:
        linear-gradient(rgba(8, 8, 8, 0.90), rgba(8, 8, 8, 0.95)),
        url('/assets/img/tactical-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    line-height: 1.6;
    position: relative;
}

body,
h1, h2, h3, h4, h5, h6,
p, a, li, label, input, select, textarea, button,
th, td, small, strong, span, div {
    font-family: 'benderregular', Arial, sans-serif !important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
    color: orangered;
}

p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.90);
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 14px;
    color: orangered;
    line-height: 1.15;
    letter-spacing: 0.03em;
    text-transform: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 700;
}

hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin: 24px 0;
}

/* -----------------------------
   GENERIC HELPERS
----------------------------- */
.container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.narrow {
    max-width: 980px;
}

.center {
    text-align: center;
}

.text-center {
    text-align: center;
}

.mt-0 { margin-top: 0; }
.mt-10 { margin-top: 10px; }
.mt-16 { margin-top: 16px; }
.mt-20 { margin-top: 20px; }
.mt-24 { margin-top: 24px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }

.mb-0 { margin-bottom: 0; }
.mb-10 { margin-bottom: 10px; }
.mb-16 { margin-bottom: 16px; }
.mb-20 { margin-bottom: 20px; }
.mb-24 { margin-bottom: 24px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }

.hidden {
    display: none !important;
}

/* -----------------------------
   PAGE SECTIONS
----------------------------- */
.section {
    padding: 72px 0;
}

.slim-section {
    padding: 56px 0 72px;
}

.muted-section {
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid rgba(255, 69, 0, 0.08);
    border-bottom: 1px solid rgba(255, 69, 0, 0.08);
}

.section-heading {
    margin-bottom: 36px;
}

.section-heading h1,
.section-heading h2 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    text-transform: uppercase;
}

.section-heading p {
    max-width: 760px;
}

.section-heading.center p {
    margin-left: auto;
    margin-right: auto;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: #ffab78;
    font-size: 0.88rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* -----------------------------
   GLASS / PANELS
----------------------------- */
.glass-card,
.info-card,
.form-card,
.summary-card,
.problem-card,
.faq-item,
.hero-card {
    background: rgba(255, 69, 0, 0.07);
    border: 1px solid rgba(255, 69, 0, 0.20);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.info-card,
.form-card,
.summary-card,
.hero-card,
.problem-card,
.faq-item {
    padding: 24px;
}

/* -----------------------------
   HEADER / BRAND
   Safe selectors for typical header markup
----------------------------- */
.site-header,
.top-header,
.main-header,
header.site-header,
header.main-header {
    position: relative;
    z-index: 20;
    background: rgba(8, 8, 8, 0.86);
    border-bottom: 1px solid rgba(255, 69, 0, 0.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.site-header .container,
.top-header .container,
.main-header .container,
header.site-header .container,
header.main-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 78px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.site-brand-mark {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: orangered;
    filter: drop-shadow(0 6px 14px rgba(255, 69, 0, 0.28));
    flex-shrink: 0;
}

.shield-icon {
    width: 44px;
    height: 44px;
    display: block;
}

.site-brand-text {
    font-size: 1.15rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
}

.header-nav,
.site-nav,
.top-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.header-nav a,
.site-nav a,
.top-nav a {
    color: rgba(255, 255, 255, 0.90);
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.header-nav a:hover,
.site-nav a:hover,
.top-nav a:hover {
    color: orangered;
}

/* -----------------------------
   HERO
----------------------------- */
.hero-section {
    padding: 84px 0 52px;
    position: relative;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 34px;
    align-items: center;
}

.hero-section h1 {
    font-size: clamp(2.4rem, 5.5vw, 4.6rem);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-copy {
    font-size: 1.08rem;
    max-width: 760px;
    margin-bottom: 24px;
}

.hero-price-wrap {
    margin-bottom: 24px;
}

.hero-price {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #ffffff;
    margin-bottom: 6px;
    line-height: 1;
}

.hero-price-sub {
    color: #ffb38a;
    font-size: 1rem;
}

.hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.trust-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 69, 0, 0.16);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
}

.kpi-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.kpi-chip {
    padding: 16px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 69, 0, 0.14);
}

.kpi-chip strong {
    display: block;
    margin-bottom: 4px;
    color: orangered;
    font-size: 1rem;
}

.kpi-chip span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
}

.hero-card {
    padding: 28px;
}

.mini-risk-banner {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 69, 0, 0.12);
    border: 1px solid rgba(255, 69, 0, 0.22);
    color: #ffe9df;
    font-size: 0.92rem;
}

.hero-card-title {
    font-size: 1.35rem;
    color: orangered;
    margin-bottom: 18px;
    text-transform: uppercase;
}

/* -----------------------------
   BUTTONS
----------------------------- */
.btn,
button,
input[type="submit"],
input[type="button"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 12px;
    padding: 14px 24px;
    cursor: pointer;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.2s ease;
    text-align: center;
}

.btn-primary,
button,
input[type="submit"],
input[type="button"] {
    background: linear-gradient(135deg, #ff944d, #ff4500);
    color: #1b120d;
    box-shadow: 0 10px 24px rgba(255, 69, 0, 0.26);
}

.btn-primary:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff7a1a, #ff2f00);
    box-shadow: 0 14px 28px rgba(255, 69, 0, 0.34);
    transform: translateY(-1px);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    border: 1px solid rgba(255, 69, 0, 0.22);
    box-shadow: none;
}

.btn-secondary:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 69, 0, 0.40);
}

.btn-block {
    width: 100%;
}

/* -----------------------------
   LISTS / FEATURES
----------------------------- */
.feature-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.feature-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.90);
}

.feature-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: orangered;
    font-size: 1.15rem;
    line-height: 1;
}

.feature-list.compact li {
    margin-bottom: 10px;
}

/* -----------------------------
   PROBLEM GRID
----------------------------- */
.problem-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.problem-card h3 {
    margin-bottom: 12px;
}

/* -----------------------------
   STEPS
----------------------------- */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.step-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 69, 0, 0.18);
    border-radius: 18px;
    padding: 26px 22px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.step-number {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #ff944d, #ff4500);
    color: #1a120d;
    font-size: 1.15rem;
    font-weight: 700;
}

/* -----------------------------
   PRICING
----------------------------- */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.price-card {
    position: relative;
    overflow: visible;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 69, 0, 0.18);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.20);
    padding: 34px 24px 26px;
    text-align: center;
}

.price-card.featured {
    border-color: rgba(255, 69, 0, 0.55);
    box-shadow: 0 16px 36px rgba(255, 69, 0, 0.14);
    transform: translateY(-4px);
}

.badge {
    position: absolute;
    top: -18px;
    right: 18px;
    background: linear-gradient(135deg, #ffc08f, #ff6b1a);
    color: #1c120d;
    border-radius: 18px;
    padding: 12px 22px;
    min-width: 220px;
    text-align: center;
    white-space: nowrap;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(255, 94, 0, 0.22);
    z-index: 5;
}

.price-card h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.price-headline {
    color: #ffb287;
    font-size: 1rem;
    margin-bottom: 12px;
}

.price-total {
    color: #ffffff;
    font-size: 2.4rem;
    margin-bottom: 10px;
    line-height: 1;
}

.price-sub {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 20px;
    min-height: 42px;
}

/* -----------------------------
   ACTIVATE / CHECKOUT
----------------------------- */
.auth-grid,
.checkout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
    gap: 28px;
    align-items: start;
}

.info-card {
    margin-bottom: 18px;
}

.info-label {
    color: #ffb287;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.info-title {
    color: orangered;
    font-size: 1.5rem;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.info-subtitle {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
}

.checkout-hint-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.checkout-hint {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 69, 0, 0.16);
    border-radius: 14px;
    padding: 16px 18px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
}

.checkout-hint strong {
    color: orangered;
}

.form-card,
.summary-card {
    padding: 24px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    color: orangered;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 0.92rem;
}

.form-control {
    width: 100%;
    display: block;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 69, 0, 0.22);
    border-radius: 10px;
    padding: 13px 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus {
    border-color: rgba(255, 69, 0, 0.65);
    box-shadow: 0 0 0 3px rgba(255, 69, 0, 0.14);
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.tiny-note {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    line-height: 1.6;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-row span {
    color: rgba(255, 255, 255, 0.76);
}

.summary-row strong {
    color: #ffffff;
    text-align: right;
}

/* -----------------------------
   ALERTS / FLASHES
----------------------------- */
.alert,
.flash,
.flash-message,
.message-box,
.notice-box {
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 18px;
}

.alert-success {
    background: rgba(46, 125, 50, 0.18);
    border: 1px solid rgba(46, 125, 50, 0.34);
    color: #dfffe5;
}

.alert-error {
    background: rgba(198, 40, 40, 0.18);
    border: 1px solid rgba(198, 40, 40, 0.34);
    color: #ffdcdc;
}

.alert-info {
    background: rgba(255, 69, 0, 0.10);
    border: 1px solid rgba(255, 69, 0, 0.24);
    color: #fff1e8;
}

.alert-warning {
    background: rgba(255, 153, 0, 0.12);
    border: 1px solid rgba(255, 153, 0, 0.30);
    color: #ffe8bf;
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 18px;
    line-height: 1.6;
}

/* -----------------------------
   GENERIC FORMS
----------------------------- */
label {
    display: block;
    margin-bottom: 8px;
    color: orangered;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 0.92rem;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="month"],
input[type="tel"],
select,
textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 69, 0, 0.22);
    border-radius: 10px;
    padding: 12px 14px;
    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    border-color: rgba(255, 69, 0, 0.65);
    box-shadow: 0 0 0 3px rgba(255, 69, 0, 0.14);
}

input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.46);
}

/* -----------------------------
   FAQ
----------------------------- */
.faq-section {
    padding-bottom: 84px;
}

.faq-list {
    display: grid;
    gap: 18px;
    margin-bottom: 34px;
}

.faq-item h3 {
    margin-bottom: 10px;
}

.final-cta {
    margin-top: 24px;
    padding: 30px 24px;
    border-radius: 18px;
    background: rgba(255, 69, 0, 0.08);
    border: 1px solid rgba(255, 69, 0, 0.20);
}

.final-cta h2 {
    margin-bottom: 12px;
}

.final-cta p {
    margin-bottom: 18px;
}

/* -----------------------------
   TABLES
----------------------------- */
table {
    width: 100%;
    border-collapse: collapse;
    color: #ffffff;
}

th {
    color: orangered;
    text-align: left;
}

td,
th {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* -----------------------------
   CORNER SHIELD ACCENT
----------------------------- */
.corner-shield {
    position: fixed;
    right: 22px;
    bottom: 18px;
    z-index: 1;
    pointer-events: none;
    opacity: 0.12;
}

.corner-shield-icon {
    width: 120px;
    height: 120px;
    color: orangered;
    display: block;
    filter: drop-shadow(0 10px 26px rgba(255, 69, 0, 0.18));
}

/* -----------------------------
   FOOTER
----------------------------- */
.site-footer {
    margin-top: 60px;
    padding: 42px 20px 22px;
    background: rgba(8, 8, 8, 0.92);
    border-top: 1px solid rgba(255, 69, 0, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    z-index: 5;
}

.footer-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.site-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    align-items: start;
}

.footer-brand {
    grid-column: span 2;
}

.footer-links {
    grid-column: span 2;
}

.site-footer h3 {
    margin: 0 0 14px;
    color: orangered;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.site-footer p,
.site-footer li,
.site-footer a {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-bottom {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 69, 0, 0.15);
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.94rem;
}

/* -----------------------------
   RESPONSIVE
----------------------------- */
@media (max-width: 1100px) {
    .badge {
        min-width: 190px;
        font-size: 0.84rem;
        padding: 10px 16px;
    }
}

@media (max-width: 992px) {
    .hero-grid,
    .problem-grid,
    .steps-grid,
    .pricing-grid,
    .auth-grid,
    .checkout-grid {
        grid-template-columns: 1fr;
    }

    .price-card.featured {
        transform: none;
    }

    .kpi-row {
        grid-template-columns: 1fr;
    }

    .hero-section {
        padding-top: 60px;
    }

    .header-nav,
    .site-nav,
    .top-nav {
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .section,
    .slim-section {
        padding: 54px 0;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-section h1 {
        font-size: 2.4rem;
    }

    .hero-cta-row,
    .trust-row {
        flex-direction: column;
        align-items: stretch;
    }

    .badge {
        position: static;
        display: inline-block;
        margin-bottom: 16px;
        min-width: 0;
        width: auto;
        white-space: normal;
    }

    .form-row-2 {
        grid-template-columns: 1fr;
    }

    .site-footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-brand,
    .footer-links {
        grid-column: span 1;
    }

    .summary-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .summary-row strong {
        text-align: left;
    }

    .site-brand-mark,
    .shield-icon {
        width: 38px;
        height: 38px;
    }

    .site-brand-text {
        font-size: 1rem;
    }

    .corner-shield {
        right: 12px;
        bottom: 12px;
        opacity: 0.10;
    }

    .corner-shield-icon {
        width: 82px;
        height: 82px;
    }
}

@media (max-width: 480px) {
    .btn,
    button,
    input[type="submit"],
    input[type="button"] {
        width: 100%;
    }

    .hero-price {
        font-size: 2.2rem;
    }

    .mini-risk-banner,
    .checkout-hint,
    .alert-warning {
        font-size: 0.88rem;
    }
}