/* ADVSEC Sovereign Standard - 2026 
    Forensic Documentation Theme (Light Mode)
*/

:root {
    /* Global Color Variables */
    --bg: #fdfcfb;             /* Primary Off-White Background */
    --newspaper: #f4f1ea;      /* Muted Panel Background */
    --card-bg: #ffffff;        /* Pure White for Content Boxes */
    --accent: #38bdf8;         /* Signature Blue Accent */
    --silo-red: #ef4444;       /* Patent/Status Tag Red */
    --text-dark: #1a1a1a;      /* Primary Black Text */
    --text-muted: #64748b;     /* Secondary Gray Text */
    --border: #d1d5db;         /* Standard UI Border */
    --header-border: #e2e8f0;  /* Subtle Header/Footer Border */
}

/* Base Styles */
body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg);
    color: var(--text-dark);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero / Header Section */
.hero {
    background: var(--card-bg);
    padding: 60px 0;
    text-align: center;
    border-bottom: 1px solid var(--header-border);
}

.hero img {
    max-width: 450px;
    width: 90%;
    height: auto;
    margin-bottom: 25px;
}

h1 { 
    font-size: 3.5rem; 
    margin: 0; 
    font-weight: 800; 
    letter-spacing: -1px;
    color: var(--text-dark);
}

.hero p {
    font-size: 1.1rem;
    margin: 15px auto 0;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

/* Layout Panels */
.full-width-panel {
    padding: 80px 0;
    border-bottom: 1px solid var(--border);
}

.silo-bg .product-content,
.fax-bg .product-content {
    text-align: left; /* Changes text from center to left-justified */
}

/* Optional: If you want the buttons to align left as well */
.silo-bg .cta-group,
.fax-bg .cta-group {
    justify-content: flex-start; /* Moves buttons from the center to the left */
}

.product-stack {
    display: flex;
    justify-content: center;
    text-align: center;
}

/* Content Cards (75% Width with Borders) */
.product-content {
    max-width: 75%;
    background: var(--card-bg);
    border: 1px solid var(--border);
    padding: 50px;
    border-radius: 8px;
    margin: 0 auto;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.product-content h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.product-content h3 {
    font-size: 1.2rem;
    color: var(--text-muted);
    margin-bottom: 25px;
    font-weight: 400;
}

/* Status Tags */
.status-tag {
    display: inline-block;
    padding: 4px 12px;
    background: var(--silo-red);
    color: white;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Call to Action Groups & Buttons */
.cta-group {
    margin-top: 35px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.2s ease;
    display: inline-block;
    cursor: pointer;
}

/* Specific button styles */
.btn-download {
    background-color: var(--accent) !important;
    color: #ffffff !important;
    border: none;
}

.btn-download:hover {
    filter: brightness(0.95);
}

.btn.outline {
    background: transparent;
    border: 2px solid var(--text-dark);
    color: var(--text-dark);
}

.btn.outline:hover {
    background: var(--text-dark);
    color: white;
}

/* Footer Section */
footer {
    padding: 60px 0;
    background: var(--card-bg);
    color: var(--text-muted);
    text-align: center;
    border-top: 1px solid var(--header-border);
    font-size: 0.95rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    h1 { font-size: 2.5rem; }
    .product-content { max-width: 95%; padding: 30px; }
    .cta-group { flex-direction: column; }
}
/* RSL Enforcement Block Styles */
.rsl-enforcement {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px dashed var(--border);
    text-align: left;
}

.rsl-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.rsl-logo-small {
    height: 32px; /* Professional, not overpowering */
    width: auto;
}

.rsl-header h4 {
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-dark);
}

.rsl-desc {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 15px;
}

.rsl-link {
    font-size: 0.85rem;
    color: var(--accent);
    text-decoration: none;
    font-weight: 600;
}

.rsl-link:hover {
    text-decoration: underline;
}

/* Footer Badge Adjustment */
.footer-badge {
    margin-top: 20px;
    opacity: 0.7;
    filter: grayscale(100%);
    transition: opacity 0.3s;
}

.footer-badge:hover {
    opacity: 1;
    filter: grayscale(0%);
}/* RSL Enforcement Block - Internal Alignment */
.rsl-enforcement {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px dashed var(--border); /* Visual break within the card */
    text-align: left;
}

.rsl-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px; /* Tightened to match panel headings */
}

.rsl-logo-small {
    height: 32px;
    width: auto;
}

/* Forces the RSL header to match the color and size of your sub-headings */
.rsl-enforcement h3 {
    margin: 0;
    font-size: 1.2rem;
    color: var(--text-muted);
    font-weight: 400;
}

/* Ensures the description uses the standard panel text color */
.rsl-enforcement p {
    color: var(--text-dark);
    font-size: 1rem;
    line-height: 1.6;
}