/* CSS Variables for theming - AtomicVest-inspired clean design */
:root {
    --bg-color: #ffffff;
    --text-color: #1a1a1a;
    --text-secondary: #666666;
    --header-bg: #ffffff;
    --footer-bg: #f8f9fa;
    --footer-border: #e9ecef;
    --search-bg: #ffffff;
    --search-border: #e1e5e9;
    --search-hover-border: #2e7d32;
    --button-bg: #f8f9fa;
    --button-hover-bg: #f1f3f4;
    --button-border: #e1e5e9;
    --link-color: #2e7d32;
    --link-hover-color: #1e5a28;
    --primary-color: #2e7d32;
    --primary-hover: #1e5a28;
    --accent-color: #4caf50;
    --compliance-bg: #f8f9fa;
    --compliance-border: #e1e5e9;
    --floating-msg-bg: #ffffff;
    --floating-msg-border: #e1e5e9;
    --card-bg: #ffffff;
    --card-border: #e1e5e9;
    --card-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    --section-bg: #f8f9fa;
}

/* Light mode variables (explicit) */
.light-mode {
    --bg-color: #ffffff;
    --text-color: #1a1a1a;
    --text-secondary: #666666;
    --header-bg: #ffffff;
    --footer-bg: #f8f9fa;
    --footer-border: #e9ecef;
    --search-bg: #ffffff;
    --search-border: #e1e5e9;
    --search-hover-border: #2e7d32;
    --button-bg: #f8f9fa;
    --button-hover-bg: #f1f3f4;
    --button-border: #e1e5e9;
    --link-color: #2e7d32;
    --link-hover-color: #1e5a28;
    --primary-color: #2e7d32;
    --primary-hover: #1e5a28;
    --accent-color: #4caf50;
    --compliance-bg: #f8f9fa;
    --compliance-border: #e1e5e9;
    --floating-msg-bg: #ffffff;
    --floating-msg-border: #e1e5e9;
    --card-bg: #ffffff;
    --card-border: #e1e5e9;
    --card-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    --section-bg: #f8f9fa;
}

/* Dark mode variables */
.dark-mode {
    --bg-color: #121212;
    --text-color: #e8eaed;
    --header-bg: #121212;
    --footer-bg: #1f1f1f;
    --footer-border: #3c4043;
    --search-bg: #303134;
    --search-border: #5f6368;
    --search-hover-border: #4caf50;
    --button-bg: #303134;
    --button-hover-bg: #3c4043;
    --button-border: #303134;
    --link-color: #4caf50;
    --link-hover-color: #66bb6a;
    --primary-color: #4caf50;
    --primary-hover: #66bb6a;
    --accent-color: #66bb6a;
    --compliance-bg: #1f1f1f;
    --compliance-border: #3c4043;
    --floating-msg-bg: #303134;
    --floating-msg-border: #5f6368;
}

/* Dark mode hero sections */
.dark-mode .hero-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.dark-mode .solution-layers-hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.dark-mode .protection-hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.dark-mode .privacy-hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.dark-mode .trust-hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.dark-mode .launch-scale-hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.dark-mode .industries-hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

/* Dark mode cards */
.dark-mode .solution-layers-hero-card,
.dark-mode .protection-hero-card,
.dark-mode .privacy-hero-card,
.dark-mode .trust-hero-card {
    background: #1f1f1f;
    border: 1px solid #3c4043;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.dark-mode .industry-card {
    background: #1f1f1f;
    border: 1px solid #3c4043;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.dark-mode .industry-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

/* Dark mode code editor */
.dark-mode .code-editor {
    background: #0a0a0a;
    border: 1px solid #3c4043;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.dark-mode .code-description h3 {
    color: #e8eaed;
}

.dark-mode .code-description p {
    color: #b0b0b0;
}

/* Dark mode security items */
.dark-mode .security-item {
    background: #2a2a2a;
    border: 1px solid #3c4043;
}

.dark-mode .security-name {
    color: #e8eaed;
}

.dark-mode .security-trend {
    color: #4caf50;
}

/* Dark mode compliance badges */
.dark-mode .compliance-badge {
    background: #2a2a2a;
    border: 1px solid #3c4043;
    color: #e8eaed;
}

.dark-mode .compliance-badge:hover {
    background: #3c4043;
    border-color: #4caf50;
}

/* Dark mode stats */
.dark-mode .stat-value {
    color: #e8eaed;
}

.dark-mode .stat-label {
    color: #b0b0b0;
}

/* Dark mode threat categories */
.dark-mode .threat-category {
    background: #2a2a2a;
    border: 1px solid #3c4043;
}

.dark-mode .threat-category-title {
    color: #e8eaed;
}

.dark-mode .threat-badge {
    background: #3c4043;
    color: #e8eaed;
}

.dark-mode .threat-badge:hover {
    background: #4caf50;
    color: #0a0a0a;
}

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    color: var(--text-color);
    background: var(--bg-color);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
    line-height: 1.6;
}

/* Clean, minimal background like AtomicVest */

/* Header (Google-style top bar) */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 20px;
    height: 60px;
    background: var(--header-bg);
    border-bottom: 1px solid var(--footer-border);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.header-left, .header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-link {
    color: var(--text-color);
    text-decoration: none;
    font-size: 13px;
    padding: 5px 8px;
    border-radius: 4px;
    transition: background-color 0.1s, color 0.1s;
}

.header-link:hover {
    background-color: var(--button-hover-bg);
    color: var(--primary-color);
    text-decoration: none;
}

/* Logo styles */
.header-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text-color);
    font-weight: 600;
    font-size: 16px;
}

.header-logo:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.logo-image {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 4px;
}

.logo-text {
    font-weight: 600;
    font-size: 16px;
}

.header-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.1s;
}

.header-icon:hover {
    background-color: rgba(60, 64, 67, 0.08);
}

.user-profile {
    display: flex;
    align-items: center;
}

/* Login circle container */
.login-circle-container {
    position: relative;
    display: flex;
    align-items: center;
}

.login-circle {
    width: 32px;
    height: 32px;
    background: var(--button-bg);
    color: var(--text-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: box-shadow 0.2s, background-color 0.2s;
    border: 1px solid var(--search-border);
    flex-shrink: 0;
}

.login-circle:hover {
    background: var(--button-hover-bg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Login dropdown */
.login-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background: var(--floating-msg-bg);
    border: 1px solid var(--floating-msg-border);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 160px;
    z-index: 1000;
    overflow: hidden;
}

/* Profile container */
.profile-container {
    position: relative;
}

.profile-circle {
    width: 32px;
    height: 32px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.profile-circle:hover {
    box-shadow: 0 2px 8px rgba(46, 125, 50, 0.3);
}

/* Profile dropdown */
.profile-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background: white;
    border: 1px solid #dadce0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    z-index: 1000;
    overflow: hidden;
}

/* User info in dropdown */
.dropdown-header {
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.user-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.user-name {
    font-weight: 600;
    font-size: 14px;
    color: #202124;
    line-height: 1.2;
}

.user-email {
    font-size: 12px;
    color: #5f6368;
    line-height: 1.2;
    word-break: break-all;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s;
    border-bottom: 1px solid #f1f3f4;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.dropdown-icon {
    margin-right: 12px;
    font-size: 16px;
}

.dropdown-item span:last-child {
    font-size: 14px;
    color: #202124;
}

/* Main content - Full height hero section like AtomicVest */
.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 100vh;
    text-align: center;
    background: var(--bg-color);
}

/* Hero Section - Full height like AtomicVest */
.hero-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    padding: 40px 20px;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
}


.hero-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
    line-height: 1.2;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--text-color);
    opacity: 0.8;
    margin: 0;
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto;
}

.statistics {
    margin: 20px 0 0 0;
    text-align: center;
}

.statistics-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    opacity: 0.6;
    margin: 0;
    text-align: center;
}

/* Search container */
.search-container {
    width: 100%;
    max-width: 584px;
    margin: 0;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--search-border);
    border-radius: 24px;
    padding: 0 20px;
    height: 44px;
    background: var(--search-bg);
    transition: box-shadow 0.2s, border-color 0.3s ease, background-color 0.3s ease;
}

.search-box:hover {
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.15);
    border-color: var(--search-hover-border);
}

.search-box:focus-within {
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.15);
    border-color: var(--search-hover-border);
}


.search-box input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    background: transparent;
    color: var(--text-color);
}


/* Search buttons */
.search-buttons {
    display: flex;
    justify-content: center;
    gap: 11px;
    margin-top: 30px;
}

.search-btn {
    background: var(--button-bg);
    border: 1px solid var(--button-border);
    color: var(--text-color);
    padding: 11px 20px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.1s, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.search-btn:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: var(--button-hover-bg);
    border-color: var(--search-border);
}

/* Try Now button - Sleek CTA styling */
#try-now-btn {
    background: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(46, 125, 50, 0.2);
    transition: all 0.2s ease;
}

#try-now-btn:hover {
    background: #2e7d32;
    border-color: #2e7d32;
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3);
    transform: translateY(-1px);
}

#try-now-btn:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(46, 125, 50, 0.2);
}

/* Learn More button in hero section */
.search-buttons .learn-more-btn {
    background: transparent;
    color: var(--text-color);
    border: 1px solid var(--button-border);
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin-left: 12px;
}

.search-buttons .learn-more-btn:hover {
    background: var(--button-hover-bg);
    border-color: var(--search-border);
    transform: translateY(-1px);
}

/* Safe Browser button styling */
.safe-browser-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin-left: 12px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(102, 126, 234, 0.3);
}

.safe-browser-btn:hover {
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(102, 126, 234, 0.4);
}

/* Login section */
.login-section {
    width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 40px 20px;
}

.login-container h2 {
    font-size: 24px;
    font-weight: 400;
    color: #202124;
    margin-bottom: 8px;
}

.login-container p {
    color: #5f6368;
    margin-bottom: 24px;
    font-size: 14px;
}

.login-btn {
    background: #1a73e8;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.login-btn:hover {
    background: #1557b0;
}

/* Result sections */
.result-section {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

/* Preview section */
.preview-section {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 30px;
}

.preview-container {
    background: #f8f9fa;
    border: 1px solid #dadce0;
    border-radius: 8px;
    padding: 24px;
    text-align: left;
}

.preview-title-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.preview-favicon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.preview-header h3 {
    font-size: 18px;
    font-weight: 500;
    color: #1a73e8;
    margin: 0;
    text-decoration: none;
}

.preview-header h3:hover {
    text-decoration: underline;
}

.preview-header p {
    color: #5f6368;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.preview-meta {
    color: #70757a;
    font-size: 12px;
}

.preview-meta span {
    background: #e8f0fe;
    color: #1a73e8;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 4px;
    display: inline-block;
    margin-bottom: 4px;
}

.result-container {
    background: #f8f9fa;
    border: 1px solid #dadce0;
    border-radius: 8px;
    padding: 24px;
    text-align: center;
}

.result-container h2 {
    font-size: 20px;
    font-weight: 400;
    color: #202124;
    margin-bottom: 16px;
}

.link-display, .url-display {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
}

.link-display input, .url-display input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    word-break: break-all;
}

.copy-btn, .go-btn {
    background: #1a73e8;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.copy-btn:hover, .go-btn:hover {
    background: #1557b0;
}

.success-message {
    color: #137333;
    font-size: 14px;
    font-weight: 500;
}

/* Floating Messages */
.floating-messages {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
}

.floating-message {
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--floating-msg-border);
    background: var(--floating-msg-bg);
    color: var(--text-color);
    animation: slideIn 0.3s ease-out;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.floating-message:hover {
    transform: translateX(-5px);
}

.floating-message.success {
    background: #e6f4ea;
    color: #137333;
    border-color: #ceead6;
}

.floating-message.error {
    background: #fce8e6;
    color: #d93025;
    border-color: #f28b82;
}

.floating-message.info {
    background: #e8f0fe;
    color: #1a73e8;
    border-color: #aecbfa;
}

/* Animation for slide in */
@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Animation for slide out */
@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.floating-message.slide-out {
    animation: slideOut 0.3s ease-in forwards;
}

/* Footer (Google-style footer) */
.footer {
    background: var(--footer-bg);
    border-top: 1px solid var(--footer-border);
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.footer-left, .footer-right {
    display: flex;
    gap: 30px;
}

.footer-center {
    display: flex;
    align-items: center;
}

.footer-link {
    color: var(--text-color);
    text-decoration: none;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 4px;
    transition: background-color 0.1s, color 0.1s;
}

.footer-link:hover {
    background-color: var(--button-hover-bg);
    color: var(--primary-color);
    text-decoration: none;
}

.footer-text {
    color: #70757a;
    font-size: 14px;
    margin-bottom: 8px;
}

/* Secure Link Display Section */
.secure-link-display-section {
    width: 100%;
    max-width: 584px;
    margin: 30px auto;
    text-align: center;
}

.secure-link-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.secure-link-display {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: var(--button-bg);
    border: 1px solid var(--search-border);
    border-radius: 8px;
    text-decoration: none;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    word-break: break-all;
}

.secure-link-display:hover {
    background: var(--button-hover-bg);
    border-color: var(--search-hover-border);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.secure-link-icon {
    font-size: 18px;
    flex-shrink: 0;
}

.secure-link-text {
    color: var(--primary-color);
    font-weight: 600;
}

/* Features Section - Improved Design */
.features-section {
    margin: 0;
    text-align: center;
    background: var(--section-bg);
    padding: 100px 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    letter-spacing: -1px;
}

/* Dark mode features title */
.dark-mode .features-title {
    color: #ffffff;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.feature-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: var(--card-shadow);
    position: relative;
}

.feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-color: var(--primary-color);
}

.feature-icon {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
}

.feature-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 16px 0;
}

.feature-card p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    margin: 0;
}

/* Dark mode features section */
.dark-mode .features-section {
    background: #0a0a0a;
}

/* Dark mode feature cards */
.dark-mode .feature-card {
    background: #1f1f1f;
    border: 1px solid #3c4043;
}

.dark-mode .feature-card h3 {
    color: #ffffff;
}

.dark-mode .feature-card p {
    color: #cccccc;
}

/* Solution Layers Hero Section - AtomicVest Style */
.solution-layers-hero {
    background: var(--bg-color);
    padding: 0;
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.solution-layers-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 80px 20px;
    width: 100%;
}

.solution-layers-hero-text {
    text-align: left;
}

.solution-layers-hero-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.solution-layers-hero-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.solution-layers-hero-description {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.learn-more-btn {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.learn-more-btn:hover {
    background: var(--primary-color);
    color: white;
}

.solution-layers-hero-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border: 1px solid var(--card-border);
}

.card-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
    margin: 0 0 20px 0;
}

.card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.security-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.security-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
}

.security-fill {
    width: 120px;
    height: 6px;
    background: #e1e5e9;
    border-radius: 3px;
    position: relative;
}

.encryption-fill {
    background: var(--primary-color);
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.security-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-color);
    min-width: 100px;
}

.security-value {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
}

.security-section-detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.security-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
}

.security-icon {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.security-name {
    font-size: 14px;
    color: var(--text-color);
    flex: 1;
}

.security-trend {
    font-size: 12px;
    font-weight: 600;
}

.security-trend.up {
    color: var(--primary-color);
}

.compliance-section {
    border-top: 1px solid var(--card-border);
    padding-top: 15px;
}

.compliance-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.compliance-fill {
    width: 120px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 3px;
}

.compliance-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    min-width: 80px;
}

.compliance-value {
    font-size: 12px;
    color: var(--text-secondary);
}

/* Solution Layers Section */
.solution-layers-section {
    background: var(--primary-color);
    color: white;
    padding: 80px 20px;
    margin: 0;
}

.solution-layers-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.solution-layers-text {
    text-align: left;
}

.solution-layers-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.solution-layers-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.solution-layers-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

.solution-layers-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layers-stack {
    position: relative;
    width: 200px;
    height: 400px;
}

.layer-main {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 60px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 8;
}

.layer-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
}

.layer-item {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.layer-item:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateX(-50%) scale(1.05);
}

.layer-item[data-layer="encryption"] {
    top: 80px;
    z-index: 7;
}

.layer-item[data-layer="compliance"] {
    top: 130px;
    z-index: 6;
}

.layer-item[data-layer="threat"] {
    top: 180px;
    z-index: 5;
}

.layer-item[data-layer="domain"] {
    top: 230px;
    z-index: 4;
}

.layer-item[data-layer="audit"] {
    top: 280px;
    z-index: 3;
}

.layer-item[data-layer="privacy"] {
    top: 330px;
    z-index: 2;
}

.layer-item[data-layer="infrastructure"] {
    top: 380px;
    z-index: 1;
}

.layer-line {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 1px;
}

.layer-name {
    font-size: 12px;
    font-weight: 500;
    color: white;
    text-align: center;
    line-height: 1.2;
}

.layers-branding {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.covered-by {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-bottom: 5px;
}

.brand-logo {
    font-size: 24px;
    font-weight: 700;
    color: white;
    display: block;
}

/* Trust & Compliance Hero Section - AtomicVest Style */
.trust-hero {
    background: var(--bg-color);
    padding: 0;
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.trust-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 80px 20px;
    width: 100%;
}

.trust-hero-text {
    text-align: left;
}

.trust-hero-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.trust-hero-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.trust-hero-description {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.trust-hero-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border: 1px solid var(--card-border);
}

.compliance-sections {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
}

.compliance-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.compliance-section-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 5px;
}

.compliance-badges-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.compliance-badge {
    background: var(--section-bg);
    color: var(--text-color);
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid var(--card-border);
}

.compliance-badge:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-1px);
}

.trust-stats {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--card-border);
    padding-top: 20px;
}

.trust-stat {
    text-align: center;
    flex: 1;
}

.stat-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.stat-label {
    font-size: 12px;
    color: var(--text-secondary);
    font-weight: 500;
}

/* Launch & Scale Hero Section - AtomicVest Style */
.launch-scale-hero {
    background: var(--bg-color);
    padding: 0;
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.launch-scale-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 80px 20px;
    width: 100%;
}

.launch-scale-hero-text {
    text-align: left;
}

.launch-scale-hero-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.launch-scale-hero-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.launch-scale-hero-title-light {
    font-weight: 300;
}

.launch-scale-hero-description {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.launch-scale-hero-code {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.code-editor {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 20px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.code-window-controls {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
}

.control-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.control-dot.red {
    background: #ff5f57;
}

.control-dot.yellow {
    background: #ffbd2e;
}

.control-dot.green {
    background: #28ca42;
}

.code-title {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.code-content {
    font-size: 14px;
    line-height: 1.6;
}

.code-line {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.line-number {
    color: #666;
    width: 20px;
    text-align: right;
    margin-right: 15px;
    font-size: 12px;
}

.code-key {
    color: #ffffff;
}

.code-string {
    color: #4ade80;
}

.code-number {
    color: #60a5fa;
}

.code-operator {
    color: #ffffff;
    margin: 0 8px;
}

.code-indent {
    width: 20px;
}

.code-description {
    text-align: left;
}

.code-description h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 10px 0;
}

.code-description p {
    font-size: 16px;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.6;
}

/* Industries Hero Section - AtomicVest Style */
.industries-hero {
    background: var(--bg-color);
    padding: 0;
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.industries-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: center;
    padding: 80px 20px;
    width: 100%;
}

.industries-hero-text {
    text-align: left;
}

.industries-hero-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.industries-hero-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.industries-hero-description {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.industries-hero-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.industry-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border: 1px solid var(--card-border);
    transition: all 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.industry-icon {
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
}

.industry-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 15px 0;
}

.industry-description {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}

/* Trust Section */
.trust-section {
    margin: 0;
    text-align: center;
    background: var(--bg-color);
    padding: 80px 20px;
}

.trust-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 60px;
    letter-spacing: -1px;
}

.trust-content {
    max-width: 1000px;
    margin: 0 auto;
}

.compliance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 60px;
    margin-top: 40px;
}

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

.compliance-category h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 30px;
}

/* Companies Section Styles */
/* Protection Hero Section - AtomicVest Style */
.protection-hero {
    background: var(--bg-color);
    padding: 0;
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.protection-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 80px 20px;
    width: 100%;
}

.protection-hero-text {
    text-align: left;
}

.protection-hero-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.protection-hero-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.protection-hero-description {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.protection-hero-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border: 1px solid var(--card-border);
}

.threat-categories {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}

.threat-category {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.threat-category-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 5px;
}

.threat-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.threat-badge {
    background: var(--section-bg);
    color: var(--text-color);
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid var(--card-border);
}

.threat-badge:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-1px);
}

.protection-stats {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--card-border);
    padding-top: 20px;
}

.protection-stat {
    text-align: center;
    flex: 1;
}

.stat-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.stat-label {
    font-size: 12px;
    color: var(--text-secondary);
    font-weight: 500;
}

/* Privacy Hero Section */
.privacy-hero {
    background: var(--bg-color);
    padding: 0;
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.privacy-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 80px 20px;
    width: 100%;
}

.privacy-hero-text {
    text-align: left;
}

.privacy-hero-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.privacy-hero-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.privacy-hero-description {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.privacy-hero-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border: 1px solid var(--card-border);
}

.tracking-categories {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}

.tracking-category {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tracking-category-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tracking-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tracking-badge {
    background: #f8f9fa;
    color: var(--text-color);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
    border: 1px solid var(--card-border);
}

.privacy-stats {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.privacy-stat {
    text-align: center;
    flex: 1;
}

.privacy-stat .stat-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.privacy-stat .stat-label {
    font-size: 14px;
    color: var(--text-secondary);
    font-weight: 500;
}

/* Protection section */
.protection-section {
    margin: 0;
    text-align: center;
    background: var(--section-bg);
    padding: 80px 20px;
}

.protection-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 20px;
    opacity: 0.9;
}

.protection-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 800px;
    margin: 0 auto;
}

.protection-badge {
    display: inline-block;
    padding: 8px 16px;
    background: var(--compliance-bg);
    border: 1px solid var(--compliance-border);
    border-radius: 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.2s ease;
}

.protection-badge:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    transform: translateY(-1px);
    text-decoration: none;
}

.companies-section {
    margin: 0;
    text-align: center;
    background: var(--bg-color);
    padding: 80px 20px;
}

.companies-header {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 20px;
    opacity: 0.9;
}

.trusted-companies-scroll {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.scroll-container {
    display: flex;
    animation: scroll 30s linear infinite;
    gap: 20px;
    white-space: nowrap;
}

.company-item {
    display: inline-flex;
    align-items: center;
    background: var(--floating-msg-bg);
    border: 1px solid var(--search-border);
    border-radius: 20px;
    padding: 8px 16px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    gap: 8px;
}

.company-favicon {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    flex-shrink: 0;
}

.company-item .company-name {
    white-space: nowrap;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 768px) {
    .ticker-stats {
        flex-direction: column;
        gap: 30px;
    }
    
    .ticker-number {
        font-size: 2.5rem;
    }
    
    .scroll-container {
        animation-duration: 20s;
    }
}

/* Secure by Design Section */
.secure-by-design-section {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.secure-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 12px;
    opacity: 0.7;
}

.compliance-badges {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.compliance-badge {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.7;
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid var(--search-border);
    border-radius: 20px;
    transition: all 0.3s ease;
    background: var(--compliance-bg);
}

.compliance-badge:hover {
    opacity: 1;
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


/* Responsive design */
@media (max-width: 768px) {
    .header {
        padding: 6px 12px;
    }
    
    .header-left .header-link:not(:first-child),
    .header-right .header-link:not(:last-child) {
        display: none;
    }
    
    .main-content {
        padding: 16px;
    }
    
    .hero-section {
        min-height: 100vh;
        padding: 20px;
    }
    
    .hero-title {
        font-size: 32px;
        line-height: 1.3;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    
    .statistics-text {
        font-size: 12px;
    }
    
    .search-box {
        height: 40px;
    }
    
    .search-box input {
        font-size: 16px;
    }
    
    .features-section {
        padding: 60px 20px;
        min-height: auto;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .features-title {
        font-size: 28px;
    }
    
    .trust-title {
        font-size: 28px;
    }
    
    .compliance-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .link-display, .url-display {
        flex-direction: column;
        align-items: stretch;
    }
    
    .copy-btn, .go-btn {
        width: 100%;
    }
    
    .footer {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .footer-left, .footer-right {
        gap: 15px;
    }
    
    .protection-badges {
        gap: 8px;
    }
    
    .protection-badge {
        font-size: 12px;
        padding: 6px 12px;
    }
}

/* Animation for smooth transitions */
.result-section {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading state */
.search-btn:disabled, .login-btn:disabled, .copy-btn:disabled, .go-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Focus styles for accessibility */
.search-btn:focus, .login-btn:focus, .copy-btn:focus, .go-btn:focus {
    outline: 2px solid #1a73e8;
    outline-offset: 2px;
}

input:focus {
    outline: none;
}

/* Page Viewer Styles */
.page-viewer {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: var(--bg-color);
    min-height: 100vh;
}

.page-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--search-border);
}

.back-button {
    background: var(--button-bg);
    color: var(--text-color);
    border: 1px solid var(--search-border);
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
}

.back-button:hover {
    background: var(--button-hover-bg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.page-content {
    line-height: 1.6;
    color: var(--text-color);
}

.page-content h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.page-content h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    color: var(--text-color);
}

.page-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem 0;
    color: var(--text-color);
}

.page-content p {
    margin-bottom: 1rem;
    font-size: 16px;
}

.page-content ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.page-content li {
    margin-bottom: 0.5rem;
}

.page-content code {
    background: var(--compliance-bg);
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
}

.page-content a {
    color: var(--primary-color);
    text-decoration: none;
}

.page-content a:hover {
    text-decoration: underline;
}

.page-content strong {
    font-weight: 600;
}

.page-content em {
    font-style: italic;
}

.error-message {
    text-align: center;
    padding: 2rem;
}

.error-message h2 {
    color: #d32f2f;
    margin-bottom: 1rem;
}

.error-message button {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.error-message button:hover {
    background: var(--primary-hover);
}

/* Theme Switcher Styles */
.theme-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.theme-option {
    border: 2px solid var(--search-border);
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: var(--card-bg);
}

.theme-option:hover {
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.theme-option.selected {
    border-color: var(--primary-color);
    background: rgba(46, 125, 50, 0.05);
}

.theme-preview {
    width: 100%;
    height: 80px;
    border-radius: 12px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.light-preview {
    background: #ffffff;
    border: 1px solid #e1e5e9;
}

.dark-preview {
    background: #121212;
    border: 1px solid #333333;
}

.auto-preview {
    background: linear-gradient(45deg, #ffffff 50%, #121212 50%);
    border: 1px solid #e1e5e9;
}

.preview-header {
    height: 20px;
    background: var(--header-bg);
    border-bottom: 1px solid var(--search-border);
}

.preview-content {
    height: 30px;
    background: var(--bg-color);
    margin: 5px;
    border-radius: 4px;
}

.preview-card {
    height: 20px;
    background: var(--card-bg);
    margin: 5px;
    border-radius: 4px;
    border: 1px solid var(--card-border);
}

.theme-option h3 {
    margin: 10px 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
}

.theme-option p {
    margin: 0;
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.4;
}

/* Modal Styles */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 20px;
    box-sizing: border-box;
}

.modal-content {
    background: var(--floating-msg-bg);
    border: 1px solid var(--floating-msg-border);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    transform: scale(0.9) translateY(-20px);
    opacity: 0;
    transition: all 0.3s ease-out;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid var(--search-border);
}

.modal-header h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-color);
}

.modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--text-color);
    opacity: 0.7;
    transition: opacity 0.2s;
}

.modal-close:hover {
    opacity: 1;
}

.modal-body {
    padding: 24px;
}

.link-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .link-info {
        grid-template-columns: 1fr;
    }
    
    .solution-layers-hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        padding: 40px 20px;
    }
    
    .solution-layers-hero-title {
        font-size: 36px;
    }
    
    .solution-layers-hero-card {
        padding: 20px;
    }
    
    .protection-hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        padding: 40px 20px;
    }
    
    .protection-hero-title {
        font-size: 36px;
    }
    
    .protection-hero-card {
        padding: 20px;
    }
    
    .threat-badges {
        justify-content: center;
    }
    
    .protection-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .privacy-hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        padding: 40px 20px;
    }
    
    .privacy-hero-title {
        font-size: 36px;
    }
    
    .privacy-hero-card {
        padding: 20px;
    }
    
    .tracking-badges {
        justify-content: center;
    }
    
    .privacy-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .trust-hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        padding: 40px 20px;
    }
    
    .trust-hero-title {
        font-size: 36px;
    }
    
    .trust-hero-card {
        padding: 20px;
    }
    
    .compliance-badges-grid {
        justify-content: center;
    }
    
    .trust-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .industries-hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        padding: 40px 20px;
    }
    
    .industries-hero-title {
        font-size: 36px;
    }
    
    .industries-hero-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .industry-card {
        padding: 20px;
    }
    
    .launch-scale-hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        padding: 40px 20px;
    }
    
    .launch-scale-hero-title {
        font-size: 36px;
    }
    
    .code-editor {
        padding: 15px;
    }
    
    .code-content {
        font-size: 12px;
    }
    
    .security-fill, .compliance-fill {
        width: 100px;
    }
    
    .solution-layers-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .solution-layers-title {
        font-size: 36px;
    }
    
    .layers-stack {
        width: 160px;
        height: 350px;
    }
    
    .layer-main {
        width: 140px;
        height: 50px;
    }
    
    .layer-item {
        width: 120px;
        height: 35px;
    }
    
    .layer-name {
        font-size: 11px;
    }
}

.link-text-section label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-color);
}

.link-input-container {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.link-input-container input {
    flex: 1;
    padding: 12px;
    border: 1px solid var(--search-border);
    border-radius: 6px;
    background: var(--search-bg);
    color: var(--text-color);
    font-size: 14px;
}

.copy-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s;
    white-space: nowrap;
}

.copy-btn:hover {
    background: var(--primary-hover);
}

.link-description {
    font-size: 14px;
    color: var(--text-color);
    opacity: 0.8;
    margin: 0;
    line-height: 1.4;
}

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

.qr-section h3 {
    margin: 0 0 16px 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-color);
}

#qr-code-container {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

#qr-code-container img {
    border: 1px solid var(--search-border);
    border-radius: 8px;
    background: white;
    max-width: 200px;
    max-height: 200px;
}

.qr-description {
    font-size: 14px;
    color: var(--text-color);
    opacity: 0.7;
    margin: 0;
}

.modal-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding-top: 20px;
    border-top: 1px solid var(--search-border);
}

.btn-secondary {
    background: var(--button-bg);
    color: var(--text-color);
    border: 1px solid var(--search-border);
    padding: 12px 24px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-secondary:hover {
    background: var(--button-hover-bg);
}

.btn-primary {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s;
}

.btn-primary:hover {
    background: var(--primary-hover);
}

/* Terms Modal Styles */
.terms-modal-content {
    max-width: 700px;
    max-height: 80vh;
}

.terms-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.terms-scroll {
    flex: 1;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 20px;
    border: 1px solid var(--search-border);
    border-radius: 8px;
    padding: 20px;
    background: var(--search-bg);
    max-height: 400px;
}

.terms-scroll h3 {
    margin-top: 0;
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.terms-scroll h4 {
    color: var(--text-color);
    font-size: 1.1rem;
    margin: 1.5rem 0 0.5rem 0;
    font-weight: 600;
}

.terms-scroll p {
    margin-bottom: 1rem;
    line-height: 1.5;
    color: var(--text-color);
}

.terms-scroll ul {
    margin: 0.5rem 0 1rem 1.5rem;
    padding: 0;
}

.terms-scroll li {
    margin-bottom: 0.5rem;
    line-height: 1.4;
    color: var(--text-color);
}

.terms-footer {
    font-size: 0.875rem;
    color: var(--text-color);
    opacity: 0.7;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--search-border);
}

.terms-approval {
    margin: 20px 0;
    padding: 20px;
    background: var(--compliance-bg);
    border-radius: 8px;
    border: 1px solid var(--search-border);
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
}

.checkbox-container input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    background: var(--search-bg);
    border: 2px solid var(--search-border);
    border-radius: 4px;
    margin-right: 12px;
    flex-shrink: 0;
    position: relative;
    transition: all 0.2s;
}

.checkbox-container input[type="checkbox"]:checked + .checkmark {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.checkbox-container input[type="checkbox"]:checked + .checkmark::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.checkbox-text {
    color: var(--text-color);
    font-weight: 500;
}

.privacy-note {
    margin-top: 12px;
    padding: 12px;
    background: #e8f5e8;
    border: 1px solid #4caf50;
    border-radius: 6px;
    font-size: 14px;
    color: #2e7d32;
    line-height: 1.4;
}

.dark-mode .privacy-note {
    background: #1b5e20;
    border-color: #4caf50;
    color: #a5d6a7;
}

#approve-terms-btn:disabled {
    background: var(--search-border);
    color: var(--text-color);
    opacity: 0.5;
    cursor: not-allowed;
}

#approve-terms-btn:disabled:hover {
    background: var(--search-border);
    box-shadow: none;
}

/* Preview Modal Styles */
.preview-modal-content {
    max-width: 90vw;
    max-height: 90vh;
    width: 90vw;
    height: 90vh;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    margin: auto;
}

/* Browser Header Styles */
.browser-header {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.browser-controls {
    display: flex;
    align-items: center;
}

.browser-buttons {
    display: flex;
    gap: 8px;
}

.browser-button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
}

.browser-button.close {
    background: #ff5f57;
}

.browser-button.minimize {
    background: #ffbd2e;
}

.browser-button.maximize {
    background: #28ca42;
}

.browser-url-bar {
    flex: 1;
    display: flex;
    align-items: center;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 12px;
    margin: 0 12px;
    min-width: 0;
}

.browser-url {
    flex: 1;
    font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
    font-size: 14px;
    color: #333;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.browser-url:focus {
    background: rgba(46, 125, 50, 0.1);
    border-radius: 4px;
    padding: 2px 4px;
    margin: -2px -4px;
    outline: 2px solid rgba(46, 125, 50, 0.3);
    outline-offset: 1px;
}

.browser-security {
    color: #28ca42;
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.browser-open-btn {
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.browser-open-btn:hover {
    background: #0056b3;
}

.browser-safe-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-left: 8px;
}

.browser-safe-btn:hover {
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
    transform: translateY(-1px);
}

/* Browser Footer */
.browser-footer {
    background: #f8f9fa;
    border-top: 1px solid #e1e5e9;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.secure-link-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.secure-link-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-color);
    white-space: nowrap;
}

.secure-link-icon {
    font-size: 14px;
}

.secure-link-content {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.secure-link-input {
    flex: 1;
    background: white;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 12px;
    font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
    color: var(--text-color);
    min-width: 0;
}

.secure-link-input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(46, 125, 50, 0.1);
}

.secure-link-copy-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.secure-link-copy-btn:hover {
    background: var(--primary-hover);
}

.secure-link-copy-btn:active {
    transform: translateY(1px);
}

/* Dark mode footer */
.dark-mode .browser-footer {
    background: #1f1f1f;
    border-top: 1px solid #3c4043;
}

.dark-mode .secure-link-input {
    background: #2a2a2a;
    border: 1px solid #3c4043;
    color: var(--text-color);
}

.dark-mode .secure-link-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(46, 125, 50, 0.2);
}

/* Dark mode tracking badges */
.dark-mode .tracking-badge {
    background: #3c4043;
    color: #e8eaed;
    border: 1px solid #5f6368;
}

.dark-mode .tracking-badge:hover {
    background: #4caf50;
    color: #0a0a0a;
}

/* Crisis Hero Section */
.crisis-hero {
    background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
    padding: 0;
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: white;
}

.crisis-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 80px 20px;
    width: 100%;
}

.crisis-hero-text {
    text-align: left;
}

.crisis-hero-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #ffcdd2;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.crisis-hero-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.crisis-hero-description {
    font-size: 18px;
    color: #ffcdd2;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.crisis-hero-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.crisis-categories {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}

.crisis-category {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.crisis-category-title {
    font-size: 14px;
    font-weight: 600;
    color: #d32f2f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.crisis-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.crisis-badge {
    background: #ffebee;
    color: #d32f2f;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
    border: 1px solid #ffcdd2;
}

.crisis-stats {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.crisis-stat {
    text-align: center;
    flex: 1;
}

.crisis-stat .stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #d32f2f;
    margin-bottom: 5px;
}

.crisis-stat .stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Dark mode crisis section */
.dark-mode .crisis-hero {
    background: linear-gradient(135deg, #c62828 0%, #8d1a1a 100%);
}

.dark-mode .crisis-hero-card {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
}

.dark-mode .crisis-badge {
    background: #3c4043;
    color: #ffcdd2;
    border: 1px solid #5f6368;
}

.dark-mode .crisis-stat .stat-value {
    color: #ffcdd2;
}

.dark-mode .crisis-stat .stat-label {
    color: #b0b0b0;
}

/* Auth Hero Section */
.auth-hero {
    background: var(--bg-color);
    padding: 0;
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.auth-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 80px 20px;
    width: 100%;
}

.auth-hero-text {
    text-align: left;
}

.auth-hero-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.auth-hero-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.auth-hero-description {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.auth-hero-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border: 1px solid var(--card-border);
}

.auth-categories {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}

.auth-category {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.auth-category-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.auth-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.auth-badge {
    background: #f8f9fa;
    color: var(--text-color);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
    border: 1px solid var(--card-border);
}

.auth-stats {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.auth-stat {
    text-align: center;
    flex: 1;
}

.auth-stat .stat-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.auth-stat .stat-label {
    font-size: 14px;
    color: var(--text-secondary);
    font-weight: 500;
}

/* Dark mode auth section */
.dark-mode .auth-hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.dark-mode .auth-hero-card {
    background: #1f1f1f;
    border: 1px solid #3c4043;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.dark-mode .auth-badge {
    background: #3c4043;
    color: #e8eaed;
    border: 1px solid #5f6368;
}

.dark-mode .auth-badge:hover {
    background: #4caf50;
    color: #0a0a0a;
}

.browser-body {
    padding: 0;
    background: white;
    flex: 1;
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}




.preview-screenshot {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: contain;
    display: block;
    pointer-events: auto;
    user-select: none;
}

.preview-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 40px;
    color: var(--text-color);
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid var(--search-border);
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Security Analysis Modal Styles */
.security-analysis-content {
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
}

.security-progress {
    margin-bottom: 30px;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.progress-step.active {
    opacity: 1;
    transform: scale(1.05);
}

.progress-step.completed {
    opacity: 1;
    color: var(--primary-color);
}

.step-icon {
    font-size: 24px;
    margin-bottom: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--search-bg);
    border-radius: 50%;
    border: 2px solid var(--search-border);
    transition: all 0.3s ease;
}

.progress-step.active .step-icon {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.progress-step.completed .step-icon {
    background: #4caf50;
    color: white;
    border-color: #4caf50;
}

.step-text {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-top: 4px;
}

.progress-bar {
    height: 4px;
    background: var(--search-border);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color), #4caf50);
    border-radius: 2px;
    width: 0%;
    transition: width 0.5s ease;
}

.security-results {
    animation: fadeIn 0.5s ease;
}

.security-score {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background: var(--search-bg);
    border-radius: 12px;
    border: 1px solid var(--search-border);
}

.score-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: white;
    position: relative;
    transition: all 0.3s ease;
}

.score-circle.low {
    background: #4caf50;
}

.score-circle.medium {
    background: #ff9800;
}

.score-circle.high {
    background: #f44336;
}

.score-circle.critical {
    background: #d32f2f;
    animation: pulse 1s infinite;
}

.score-number {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.score-label {
    font-size: 10px;
    font-weight: 500;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.risk-level {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.risk-level.low {
    color: #4caf50;
}

.risk-level.medium {
    color: #ff9800;
}

.risk-level.high {
    color: #f44336;
}

.risk-level.critical {
    color: #d32f2f;
}

.security-details {
    margin-bottom: 30px;
}

.security-justification {
    background: var(--search-bg);
    border: 1px solid var(--search-border);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-color);
}

.security-indicators {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.threat-indicators,
.legitimate-indicators {
    background: var(--search-bg);
    border: 1px solid var(--search-border);
    border-radius: 8px;
    padding: 16px;
}

.threat-indicators h4,
.legitimate-indicators h4 {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
}

.threat-indicators ul,
.legitimate-indicators ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.threat-indicators li,
.legitimate-indicators li {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.4;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 8px;
}

.threat-indicators li::before {
    content: "❌";
    font-size: 14px;
    flex-shrink: 0;
}

.legitimate-indicators li::before {
    content: "✅";
    font-size: 14px;
    flex-shrink: 0;
}


.security-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    padding-top: 20px;
    border-top: 1px solid var(--search-border);
}

.security-actions-blocked {
    display: flex;
    gap: 12px;
    justify-content: center;
    padding-top: 20px;
    margin-top: 0;
}

.security-blocked {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffebee;
    border: 2px solid #f44336;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    animation: fadeIn 0.5s ease;
}

.blocked-icon {
    font-size: 32px;
    flex-shrink: 0;
}

.blocked-content h4 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: #d32f2f;
}

.blocked-content p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.dark-mode .security-blocked {
    background: #2d1b1b;
    border-color: #f44336;
}

.dark-mode .blocked-content h4 {
    color: #ff6b6b;
}

.dark-mode .blocked-content p {
    color: #ccc;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.dark-mode .security-score {
    background: #2d2d2d;
    border-color: #3c4043;
}

.dark-mode .security-justification,
.dark-mode .threat-indicators,
.dark-mode .legitimate-indicators,
.dark-mode .recommendations {
    background: #2d2d2d;
    border-color: #3c4043;
}

.dark-mode .step-icon {
    background: #2d2d2d;
    border-color: #3c4043;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}