/* Public Website Styles - Hardcoded MedPro branding colors (no theme variables) */
/* This file is for public pages (login, register, website) that should NOT be affected by themes */

/* ============================================
   ROOT VARIABLES - MedPro Public Branding
   Fixed colors that won't change with themes
   ============================================ */
:root {
    /* Core Colors - MedPro Public Branding (matching light theme) */
    --primary: #274c77;
    --secondary: #e7ecef;
    --accent: #6096ba;
    --text-primary: #000000;
    --text-secondary: #8b8c89;
    --bg-primary: #e7ecef;
    --bg-secondary: #f8f9fa;
    --bg-tertiary: #a3cef1;
    --bg-dark: #274c77;
    --border-color: #dee2e6;
    --placeholder-bg: #f8f9fa;
    --placeholder-border: #8b8c89;
    --placeholder-text: #8b8c89;

    /* Bootstrap Variable Overrides */
    --bs-primary: #274c77;
    --bs-primary-rgb: 39, 76, 119;
    --bs-secondary: #e7ecef;
    --bs-body-bg: #e7ecef;
    --bs-body-color: #000000;
    --bs-link-color: #274c77;
    --bs-link-hover-color: #6096ba;
    --bs-border-width: 1px;
    --bs-border-color: #dee2e6;
    --bs-border-radius: 0.375rem;

    /* Color System */
    --color-1: #e7ecef;
    --color-2: #274c77;
    --color-3: #6096ba;
    --color-4: #a3cef1;
    --color-5: #8b8c89;
    --color-6: #f5cb5c;

    /* Background Colors */
    --bg-color-1: #e7ecef;
    --bg-color-2: #274c77;
    --bg-color-3: #6096ba;
    --bg-color-4: #a3cef1;
    --bg-color-5: #8b8c89;
    --bg-color-6: #f5cb5c;

    /* Text Colors */
    --text-color-1: #e7ecef;
    --text-color-2: #274c77;
    --text-color-3: #6096ba;
    --text-color-4: #a3cef1;
    --text-color-5: #8b8c89;
    --text-color-6: #f5cb5c;

    /* Gradients */
    --gradient-start-1: #a3cef1;
    --gradient-end-1: #6096ba;
    --gradient-start-2: #6096ba;
    --gradient-end-2: #274c77;
    --gradient-start-3: #a3cef1;
    --gradient-end-3: #6096ba;
    --gradient-start-4: #6096ba;
    --gradient-end-4: #274c77;
    --gradient-start-5: #a3cef1;
    --gradient-end-5: #6096ba;
    --gradient-start-6: #e7ecef;
    --gradient-end-6: #a3cef1;

    /* Layout Variables */
    --max-width: 1400px;
    --header-height: 80px;
    --font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    /* Bootstrap Focus Shadow */
    --bs-btn-focus-shadow-rgb: 96, 150, 186;

    /* Card and surface colors */
    --card-bg: #f8f9fa;
    --card-border: #dee2e6;
    --card-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    --card-shadow-hover: 0 4px 12px rgba(0, 0, 0, 0.12);
    --surface-hover: rgba(39, 76, 119, 0.05);

    /* RGB variants for rgba() usage */
    --primary-rgb: 39, 76, 119;
    --secondary-rgb: 231, 236, 239;
    --accent-rgb: 96, 150, 186;

    /* Form control focus */
    --bs-form-control-focus-color: #000000;
    --bs-form-control-focus-bg: #ffffff;
    --bs-form-control-focus-border-color: #6096ba;
    --bs-form-control-focus-box-shadow: 0 0 0 0.25rem rgba(96, 150, 186, 0.25);

    /* Alert padding */
    --bs-alert-padding-y: 1rem;
    --bs-alert-padding-x: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-border-width: 1px;
    --bs-alert-border-radius: 0.375rem;

    /* Bootstrap button defaults */
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: transparent;
}

.footer-corner-logo {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 140px;
    opacity: 0.35;
    filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.25));
}

.footer {
    position: relative;
}

/* Bootstrap Component Overrides - Hardcoded values */
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: 'Inter', sans-serif;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #000000;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(96, 150, 186, 0.5);
}

.btn-primary {
    --bs-btn-color: #e7ecef;
    --bs-btn-bg: #274c77;
    --bs-btn-border-color: #274c77;
    --bs-btn-hover-color: #e7ecef;
    --bs-btn-hover-bg: #1a3a5c;
    --bs-btn-hover-border-color: #1a3a5c;
    --bs-btn-focus-shadow-rgb: 96, 150, 186;
    --bs-btn-active-color: #e7ecef;
    --bs-btn-active-bg: #1a3a5c;
    --bs-btn-active-border-color: #1a3a5c;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #a0b4c4;
    --bs-btn-disabled-border-color: #a0b4c4;
}

.btn-secondary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #e7ecef;
    --bs-btn-border-color: #e7ecef;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #d1d9de;
    --bs-btn-hover-border-color: #d1d9de;
    --bs-btn-focus-shadow-rgb: 200, 206, 211;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #d1d9de;
    --bs-btn-active-border-color: #d1d9de;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: #e9ecef;
    --bs-btn-disabled-border-color: #e9ecef;
}

.btn-success {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #28a745;
    --bs-btn-border-color: #28a745;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #218838;
    --bs-btn-hover-border-color: #1e7e34;
    --bs-btn-focus-shadow-rgb: 72, 180, 97;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #1e7e34;
    --bs-btn-active-border-color: #1c7430;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #8dd3a0;
    --bs-btn-disabled-border-color: #8dd3a0;
}

.btn-danger {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #c82333;
    --bs-btn-hover-border-color: #bd2130;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #bd2130;
    --bs-btn-active-border-color: #b21f2d;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #e89a9a;
    --bs-btn-disabled-border-color: #e89a9a;
}

.btn-warning {
    --bs-btn-color: #000000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #e0a800;
    --bs-btn-hover-border-color: #d39e00;
    --bs-btn-focus-shadow-rgb: 222, 170, 12;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #d39e00;
    --bs-btn-active-border-color: #c69500;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: #ffe08a;
    --bs-btn-disabled-border-color: #ffe08a;
}

.btn-info {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #6096ba;
    --bs-btn-border-color: #6096ba;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #4a7a9a;
    --bs-btn-hover-border-color: #4a7a9a;
    --bs-btn-focus-shadow-rgb: 96, 150, 186;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #4a7a9a;
    --bs-btn-active-border-color: #4a7a9a;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #a8c5d9;
    --bs-btn-disabled-border-color: #a8c5d9;
}

.btn-light {
    --bs-btn-color: #000000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #e2e6ea;
    --bs-btn-hover-border-color: #dae0e5;
    --bs-btn-focus-shadow-rgb: 216, 217, 219;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #dae0e5;
    --bs-btn-active-border-color: #d3d9df;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #dee2e6;
}

.btn-dark {
    --bs-btn-color: #e7ecef;
    --bs-btn-bg: #274c77;
    --bs-btn-border-color: #274c77;
    --bs-btn-hover-color: #e7ecef;
    --bs-btn-hover-bg: #0f1a24;
    --bs-btn-hover-border-color: #0f1a24;
    --bs-btn-focus-shadow-rgb: 60, 76, 91;
    --bs-btn-active-color: #e7ecef;
    --bs-btn-active-bg: #0f1a24;
    --bs-btn-active-border-color: #0f1a24;
    --bs-btn-disabled-color: #adb5bd;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

/* Form Control Overrides */
.form-control {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.form-control:focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #6096ba;
    box-shadow: 0 0 0 0.25rem rgba(96, 150, 186, 0.25);
}

/* Alert Overrides */
.alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
}

.alert-primary {
    color: #1a3a5c;
    background-color: #d4e5f7;
    border-color: #c1d9f0;
}

.alert-secondary {
    color: #8b8c89;
    background-color: #e7ecef;
    border-color: #d1d9de;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-info {
    color: #274c77;
    background-color: #d1e7f5;
    border-color: #bee5eb;
}

.alert-light {
    color: #8b8c89;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #000000;
    background-color: #d6d8db;
    border-color: #c6c8ca;
}

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

/* Base Styles */
body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    background-color: #e7ecef;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #000000;
}

h1 {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 400;
    line-height: 0.9;
}

h2 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 1.1;
    font-family: "Barlow Condensed", sans-serif;
    font-style: italic;
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
    color: #8b8c89;
    line-height: 1.6;
}

.lead {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #8b8c89;
}

/* Links */
a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    opacity: 0.8;
}

/* Buttons - Landing page style (exclude header/footer) */
main .btn,
.hero .btn,
.pricing .btn,
.cta .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.4;
}

.hero-cta .btn {
    border-radius: 10px;
}

.btn-primary {
    background-color: #274c77;
    color: #e7ecef;
}

.btn-primary:hover {
    background-color: #6096ba;
}

.btn-secondary {
    background-color: #f8f9fa;
    color: #000000;
    border: 1px solid #dee2e6;
}

.btn-secondary:hover {
    background-color: #274c77;
    color: #e7ecef;
    border-color: #274c77;
}

.btn-accent {
    background-color: #6096ba;
    color: #e7ecef;
}

.btn-accent:hover {
    background-color: #274c77;
}

.btn-block {
    width: 100%;
}

.btn-large {
    padding: 18px 36px;
    font-size: 18px;
}

.btn.btn-sm {
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.btn.btn-sm:hover {
    transform: none;
}

.btn-text {
    background: none;
    border: none;
    padding: 0;
    color: #000000;
    font-weight: 500;
    cursor: pointer;
}

/* Navigation - Header only (exclude footer navbar) */
.navbar:not(.fixed-bottom) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #dee2e6;
    z-index: 1000;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo {
    display: inline-flex;
    align-items: center;
    color: #274c77;
}

.logo img {
    height: 48px;
    width: auto;
}

@media (max-width: 768px) {
    .logo img {
        height: 36px;
    }
}

.brand-text {
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.02em;
    font-family: "Saira", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 24px;
}

@media (max-width: 768px) {
    .brand-text {
        font-size: 18px;
    }
}

.nav-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.nav-menu-toggle span {
    width: 24px;
    height: 2px;
    background-color: #274c77;
    transition: all 0.3s ease;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-links a {
    font-weight: 400;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.nav-links a:hover {
    color: #6096ba;
    background-color: rgba(96, 150, 186, 0.1);
    transform: none;
}

.nav-links a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #6096ba;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-links a:hover::after {
    width: 80%;
}

.nav-links a.active::after {
    width: 80%;
}

.resource-count {
    position: relative;
}

.count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    background-color: #274c77;
    color: white;
    border-radius: 0;
    font-size: 12px;
    font-weight: 400;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.btn-login {
    padding: 10px 18px;
    border-radius: 20px;
    background-color: #6096ba;
    color: #e7ecef;
    font-weight: 600;
    border: none;
    animation: pulseGlow 2.4s ease-in-out infinite;
    transition: transform 0.2s ease;
}

.btn-login:hover {
}

/* Hero Section */
.hero {
    padding: 110px 0 0 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
    background-color: #e7ecef;
    position: relative;
    overflow: hidden;
}
.hero .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .hero {
        min-height: 70vh;
    }
}

.hero-content {
    max-width: 60vw;
    position: relative;
    z-index: 2;
}

.hero-tagline {
    font-size: 1.25rem;
    color: #6096ba;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: "Barlow Condensed", sans-serif;
}

.hero-title .highlight {
    background: #6096ba;
    color: white;
    padding: 0.2em 0.4em;
    border-radius: 6px;
    display: inline-block;
    margin: 0 0.1em;
}
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(231, 236, 239, 0.7), rgba(231, 236, 239, 0.85));
}

.hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-title {
    margin-bottom: 2rem;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 1.1;
}

.hero-watermark {
    position: absolute;
    right: 24px;
    bottom: 24px;
    height: 240px;
    width: auto;
    opacity: 0.35;
    z-index: 2;
    filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.25));
}

@media (max-width: 768px) {
    .hero-watermark {
        height: 160px;
        right: 16px;
        bottom: 16px;
    }
}

.hero-title .line {
    display: block;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #8b8c89;
    margin-bottom: 3rem;
    line-height: 1.6;
    max-width: 600px;
}

.hero-cta {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.store-badges {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.store-badges a svg {
    display: block;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.store-badges a:hover svg {
    transform: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
    .store-badges {
        flex-wrap: wrap;
    }
}

.hero-creators {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.creator-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #274c77, #6096ba);
    color: white;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid #dee2e6;
    margin-left: -10px;
}

.creator-avatar:first-child {
    margin-left: 0;
}

.hero-creators p {
    font-size: 14px;
    color: #8b8c89;
    margin: 0;
}

.card {
    position: absolute;
    background: #274c77;
    border: none;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(74, 107, 122, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    color: white;
}

.card:hover {
    transform: none;
    box-shadow: 0 6px 16px rgba(74, 107, 122, 0.3);
    background: #6096ba;
}

.card h3 {
    font-size: 14px;
    margin-bottom: 0.5rem;
    font-weight: 400;
    color: white;
}

.card-preview {
    width: 100%;
    height: 120px;
    background: linear-gradient(45deg, #f8f9fa 25%, transparent 25%, transparent 75%, #f8f9fa 75%, #f8f9fa),
        linear-gradient(45deg, #f8f9fa 25%, transparent 25%, transparent 75%, #f8f9fa 75%, #f8f9fa);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    border-radius: 8px;
}

.card-1 {
    top: 0;
    left: 0;
    width: 200px;
}

.card-2 {
    top: 50px;
    right: 50px;
    width: 220px;
}

.card-3 {
    bottom: 100px;
    left: 30px;
    width: 180px;
}

.card-4 {
    bottom: 0;
    right: 0;
    width: 240px;
}

/* Sections */
section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.section-title span {
    display: block;
}

/* Platform Section */
.platform {
    background-color: #f8f9fa;
    position: relative;
}

/* Updates Section */
.updates {
    background-color: #a3cef1;
    display: none;
}

/* Alternating Section Colors */
section {
    background-color: #e7ecef;
}

.about {
    background-color: #e7ecef;
    padding: 0;
}

.platform {
    background-color: #e7ecef;
}

.solution-overview {
    background-color: #6096ba;
}

.value-props {
    background-color: #e7ecef;
}

.platform-resources {
    background-color: #6096ba;
}

.experience {
    background-color: #e7ecef;
}

.support {
    background-color: #e7ecef;
}

.results {
    background-color: #e7ecef;
}

.cta {
    background-color: #274c77;
    color: white;
}

.footer {
    background-color: #274c77;
}

/* Solution Overview Section */
.solution-overview {
    background-color: #6096ba;
    padding: 100px 0;
}

.platform-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.highlight-item {
    text-align: center;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.highlight-item:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(74, 107, 122, 0.1);
}

.highlight-icon {
    margin-bottom: 1.5rem;
}

.highlight-item h3 {
    margin-bottom: 1rem;
    color: #274c77;
}

.highlight-item p {
    color: #8b8c89;
    line-height: 1.6;
}

/* Value Props Section */
.value-props {
    background-color: #ffffff;
    padding: 100px 0;
}

.basics-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.basics-header h2 {
    margin-bottom: 1rem;
}

.basics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1000px;
    margin: 0 auto;
}

.basic-item h3 {
    margin-bottom: 1rem;
    color: #274c77;
}

.basic-item p {
    margin-bottom: 2rem;
    color: #8b8c89;
}

/* Code Snippet */
.code-snippet {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
}

.code-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background-color: #f0f4f8;
    border-bottom: 1px solid #dee2e6;
}

.code-header span {
    font-weight: 600;
    color: #000000;
}

.copy-btn {
    padding: 4px 12px;
    background-color: #6096ba;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.copy-btn:hover {
    background-color: #274c77;
}

.code-snippet pre {
    margin: 0;
    padding: 20px;
    background-color: #f8f9fa;
    overflow-x: auto;
}

.code-snippet code {
    font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}

/* Icon Grid */
.icon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.icon-item:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(74, 107, 122, 0.1);
}

.icon-item svg {
    margin-bottom: 0.5rem;
    color: #274c77;
}

.icon-item span {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-align: center;
}

.copy-icon-btn {
    padding: 2px 8px;
    background-color: #6096ba;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.copy-icon-btn:hover {
    background-color: #274c77;
}

/* Community Section */
.community {
    background-color: #f8f9fa;
    padding: 100px 0;
}

.community-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.community-content h2 {
    margin-bottom: 2rem;
}

.community-content .lead {
    margin-bottom: 3rem;
    font-size: 1.25rem;
    line-height: 1.6;
}

/* Slack Preview */
.slack-preview {
    max-width: 500px;
    margin: 0 auto 3rem;
}

.slack-message {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: left;
    box-shadow: 0 4px 12px rgba(74, 107, 122, 0.1);
}

.message-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.username {
    font-weight: 600;
    color: #274c77;
}

.timestamp {
    font-size: 12px;
    color: #8b8c89;
}

.message-content p {
    margin-bottom: 1rem;
    color: #000000;
}

.discount-code {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background-color: #f0f4f8;
    border-radius: 8px;
    border: 1px solid rgba(238, 232, 169, 0.5);
}

.code {
    font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
    font-weight: 600;
    color: #274c77;
    font-size: 16px;
}

.copy-code-btn {
    padding: 6px 12px;
    background-color: #6096ba;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.copy-code-btn:hover {
    background-color: #274c77;
}

.support .community-cta {
    margin-top: 2rem;
}

.support .community-cta p {
    margin-top: 1rem;
    color: #8b8c89;
}

/* Experience Section */
.experience {
    background-color: #ffffff;
    padding: 100px 0;
}

.vault-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin: 3rem 0;
}

.vault-feature {
    text-align: center;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 16px;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.vault-feature:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(74, 107, 122, 0.1);
}

.vault-feature .feature-icon {
    margin-bottom: 1.5rem;
}

.vault-feature h3 {
    margin-bottom: 1rem;
    color: #274c77;
}

.vault-feature p {
    color: #8b8c89;
    line-height: 1.6;
}

.vault-cta {
    text-align: center;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.vault-cta .btn {
    border-radius: 10px;
}

/* Results Section */
.results {
    background-color: #f8f9fa;
    padding: 100px 0;
}

.results .founders-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.results .founders-content h2 {
    margin-bottom: 3rem;
}

.results .founders-grid {
    display: none;
}

.results .founders-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: #6096ba;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #8b8c89;
    font-size: 14px;
    line-height: 1.4;
}

/* About Section */
.about {
    position: relative;
    overflow: hidden;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
}

.video-preview {
    position: relative;
    margin-top: 3rem;
    border-radius: 16px;
    overflow: hidden;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.video-placeholder {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f4f8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-placeholder:hover {
    transform: none;
}

.about-video {
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}

.video-time {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem;
    border-radius: 16px;
}

.feature {
    text-align: center;
}

.feature-icon {
    margin-bottom: 1.5rem;
}

.feature h3 {
    margin-bottom: 1rem;
}

/* Vault Preview */
.vault-preview {
    background-color: #f8f9fa;
}

.vault-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

/* Resource Grid */
.resource-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.resource-card {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.resource-card:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.resource-preview {
    width: 100%;
    height: 200px;
    background-color: #f8f9fa;
    overflow: hidden;
    position: relative;
}

.resource-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resource-demo {
    position: absolute;
    inset: 0;
}

.gradient-1 {
    background: linear-gradient(135deg, #6096ba 0%, #274c77 100%);
}
.gradient-2 {
    background: linear-gradient(135deg, #6096ba 0%, #274c77 100%);
}
.gradient-3 {
    background: linear-gradient(135deg, #e7ecef 0%, #6096ba 100%);
}
.gradient-4 {
    background: linear-gradient(135deg, #f8f9fa 0%, #dee2e6 100%);
}
.gradient-5 {
    background: linear-gradient(135deg, #a3cef1 0%, #6096ba 100%);
}
.gradient-6 {
    background: linear-gradient(135deg, #6096ba 0%, #e7ecef 100%);
}

.resource-card h3 {
    padding: 20px 20px 10px;
    font-size: 18px;
}

.resource-category {
    display: inline-block;
    padding: 0 20px 20px;
    color: #8b8c89;
    font-size: 14px;
}

/* Platform Resources */
.platform-resources .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Testimonials */
.testimonials {
    background-color: #e7ecef;
    background-image: url("../assets/section-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.testimonials::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(231, 236, 239, 0.7);
    z-index: 1;
    pointer-events: none;
}

.testimonials .container {
    position: relative;
    z-index: 2;
}

.testimonials::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(to right, rgba(231, 236, 239, 0.85) 0%, transparent 100%);
}

.testimonials-fade-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80px;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(to left, rgba(231, 236, 239, 0.85) 0%, transparent 100%);
}

/* Testimonial Navigation Arrows */
.testimonial-navigation {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.testimonial-arrow {
    width: 48px;
    height: 48px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-arrow:hover {
    border-color: #6096ba;
    background: #6096ba;
    color: white;
    transform: none;
    box-shadow: 0 4px 12px rgba(96, 150, 186, 0.3);
}

.testimonial-arrow:active {
    transform: none;
}

.testimonial-arrow svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.testimonial-arrow:hover svg {
    transform: none;
}

.testimonial-arrow-left:hover svg {
    transform: none;
}

/* Ripple effect on click */
.testimonial-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
}

.testimonial-arrow:active::before {
    width: 48px;
    height: 48px;
}

/* Disabled state */
.testimonial-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.testimonial p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #000000;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #274c77, #6096ba);
    color: white;
    font-weight: 600;
}

.testimonial-author h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

.testimonial-author span {
    font-size: 14px;
    color: #8b8c89;
}

/* Pricing */
.pricing {
    background-color: #f8f9fa;
}

.pricing-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.pricing-card {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-card.featured {
    transform: none;
    box-shadow: 0 20px 40px rgba(96, 150, 186, 0.15);
    border: 2px solid #6096ba;
}

.pricing-card .badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #6096ba;
    color: white;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.pricing-card h3 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.currency {
    font-size: 24px;
    margin-right: 4px;
}

.amount {
    font-size: 48px;
    font-weight: 700;
}

.period {
    font-size: 16px;
    color: #8b8c89;
    margin-left: 8px;
}

.billing-info {
    text-align: center;
    color: #8b8c89;
    margin-bottom: 1rem;
}

.price-note {
    text-align: center;
    font-size: 14px;
    color: #8b8c89;
    margin-bottom: 1.5rem;
}

.billing-toggle {
    display: flex;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 1rem;
}

.toggle-option {
    flex: 1;
    padding: 8px 16px;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.toggle-option.active {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.savings-note {
    text-align: center;
    font-size: 14px;
    color: #6096ba;
    margin-bottom: 1.5rem;
}

.features-list {
    list-style: none;
    margin-bottom: 2rem;
}

.features-list li {
    padding: 0.5rem 0;
    padding-left: 24px;
    position: relative;
}

.features-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #6096ba;
}

.bonus-note {
    text-align: center;
    font-size: 14px;
    color: #8b8c89;
    margin-top: 1rem;
}

.student-discount {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem;
    background-color: #f0f4f8;
    border-radius: 16px;
    border: 1px solid rgba(238, 232, 169, 0.5);
}

/* Updates Section */
.updates-header {
    text-align: center;
    margin-bottom: 3rem;
}

.updates-header strong {
    color: #6096ba;
}

.updates-list {
    max-width: 800px;
    margin: 0 auto 3rem;
}

.update-item {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

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

.update-badge {
    padding: 4px 12px;
    background-color: #6096ba;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(96, 150, 186, 0.2);
}

.update-item time {
    color: #8b8c89;
    font-size: 14px;
}

.update-item h3 {
    font-size: 18px;
    margin: 0;
}

.category {
    color: #8b8c89;
    font-size: 14px;
}

/* CTA Section */
.cta {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.cta::before {
    display: none;
}

.cta > * {
    position: relative;
    z-index: 1;
}

.cta h2 {
    color: #000000;
    margin-bottom: 1rem;
}

.member-count {
    color: #8b8c89;
    margin-bottom: 2rem;
}

/* Footer */
.footer {
    background-color: #274c77;
    border-top: 1px solid #274c77;
    padding: 60px 0 30px;
    position: relative;
    color: #e7ecef;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../assets/footer-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 1;
}

.footer .container {
    position: relative;
    z-index: 2;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-column h5 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    color: #e7ecef;
}

.footer-column ul {
    list-style: none;
}

.footer-column li {
    margin-bottom: 0.5rem;
}

.footer-column a {
    color: #e7ecef;
    font-size: 16px;
}

.footer-column a:hover {
    color: #a3cef1;
}

.count {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    background-color: #f0f4f8;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.newsletter-form input {
    flex: 1;
    padding: 10px 16px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 14px;
}

.newsletter-form button {
    padding: 10px 20px;
    background-color: #274c77;
    color: #e7ecef;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background-color: #6096ba;
    box-shadow: 0 4px 12px rgba(96, 150, 186, 0.3);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(231, 236, 239, 0.3);
    font-size: 14px;
    color: #e7ecef;
}

.copyright-text {
    color: #e7ecef !important;
    margin: 0;
}

.footer-corner-logo {
    position: absolute;
    left: 16px;
    bottom: 16px;
    height: 140px;
    opacity: 0.35;
    filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.25));
    pointer-events: none;
}

.footer .container {
    position: relative;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
}

.footer-links a {
    color: #e7ecef;
}

.credits {
    font-size: 12px;
}

.footer-badges {
    margin-top: 1.5rem;
}

/* Navigation States */
.navbar.scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar.hidden {
    transform: translateY(-100%);
}

/* Mobile Navigation */
.nav-links.mobile-active {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    flex-direction: column;
    padding: 2rem;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
}

.nav-menu-toggle.active span:nth-child(1) {
    transform: none;
}

.nav-menu-toggle.active span:nth-child(2) {
    transform: none;
}

/* Copy Button Styles */
.copy-button {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 4px 8px;
    background-color: #f0f4f8;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
}

pre:hover .copy-button {
    opacity: 1;
}

.copy-button.copied {
    background-color: #6096ba;
    color: white;
    border-color: #6096ba;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-visual {
        display: none;
    }

    .container {
        padding: 0 40px;
    }
}

@media (max-width: 992px) {
    .hero-content {
        max-width: 90%;
    }
}

@media (max-width: 968px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .resource-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .update-item {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: clamp(2rem, 6vw, 3rem);
    }

    h2 {
        font-size: clamp(1.5rem, 5vw, 2.5rem);
    }

    .container {
        padding: 0 20px;
    }

    .nav-menu-toggle {
        display: flex;
    }

    .nav-links,
    .nav-right {
        display: none;
    }

    .hero {
        padding: calc(70px + 20px) 0 40px;
        min-height: auto;
    }

    .hero-content {
        max-width: 100%;
        padding: 0;
    }

    .hero-tagline {
        font-size: 1.1rem;
        letter-spacing: 0.05em;
    }

    .hero-title {
        font-size: clamp(2.25rem, 8vw, 3.5rem);
        line-height: 1.35;
    }

    .hero-title .line {
        display: inline;
    }

    .hero-title .highlight {
        padding: 0.1em 0.3em;
        margin: 0.05em;
    }

    .hero-subtitle {
        font-size: 1.125rem;
        margin-bottom: 2rem;
    }

    .hero-cta {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .hero-cta .btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 15px;
    }

    .about {
        display: none;
    }

    section {
        padding: 60px 0;
    }

    .search-box {
        width: 100%;
    }

    .search-input {
        width: 100%;
    }

    .search-box kbd {
        display: none;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

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

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .floating-menu {
        display: none;
    }

    .basics-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .icon-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .slack-preview {
        margin: 0 auto 2rem;
    }

    .discount-code {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: calc(70px + 16px) 0 30px;
    }

    .hero-tagline {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.35;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
        line-height: 1.5;
    }

    .hero-cta .btn {
        padding: 14px 18px;
        font-size: 15px;
    }

    .btn {
        padding: 12px 24px;
        font-size: 14px;
    }

    .resource-grid {
        grid-template-columns: 1fr;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input,
    .newsletter-form button {
        width: 100%;
    }
}

/* Print Styles */
@media print {
    .navbar,
    .hero-cta,
    .search-box,
    .newsletter-form,
    .copy-button,
    .scroll-progress,
    .custom-cursor,
    .loader {
        display: none !important;
    }

    body {
        color: black;
        background: white;
    }

    a {
        color: black;
        text-decoration: underline;
    }
}

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

/* Pricing Section */
.pricing {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(231, 236, 239, 0.3) 100%);
    position: relative;
}

.pricing::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #6096ba 50%, transparent 100%);
}

.pricing-header {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-subtitle {
    font-size: 1.2rem;
    color: #8b8c89;
    margin-top: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Base Plan Showcase */
.base-plan-showcase {
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, white 0%, rgba(96, 150, 186, 0.05) 100%);
    border-radius: 20px;
    border: 2px solid #6096ba;
    position: relative;
}

.plan-badge {
    display: inline-block;
    background: #6096ba;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.plan-name {
    font-size: 2.2rem;
    font-weight: 700;
    color: #274c77;
    margin-bottom: 16px;
}

.plan-price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.plan-price .currency {
    font-size: 1.8rem;
    color: #8b8c89;
    margin-right: 4px;
}

.plan-price .amount {
    font-size: 4rem;
    font-weight: 700;
    color: #274c77;
    line-height: 1;
}

.plan-price .period {
    font-size: 1.4rem;
    color: #8b8c89;
    margin-left: 8px;
}

.plan-description {
    color: #8b8c89;
    font-size: 1.2rem;
    margin-bottom: 32px;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 28px;
    margin: 32px 0;
    padding: 24px;
    background: rgba(96, 150, 186, 0.03);
    border-radius: 12px;
    text-align: left;
}

.feature-item {
    font-size: 1rem;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 0;
    font-weight: 500;
}

.feature-icon {
    font-size: 1.4rem;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(96, 150, 186, 0.1);
    border-radius: 8px;
    flex-shrink: 0;
}

.plan-limit-showcase {
    background: linear-gradient(135deg, #6096ba, #4a8bc2);
    color: white;
    padding: 16px 24px;
    border-radius: 50px;
    text-align: center;
    font-size: 1.1rem;
    display: inline-block;
}

/* Add-on Showcase */
.addon-showcase {
    text-align: center;
    padding: 40px;
}

.addon-showcase h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #274c77;
    margin-bottom: 12px;
}

.addon-subtitle {
    color: #8b8c89;
    font-size: 1.2rem;
    margin-bottom: 40px;
}

.addon-options {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.addon-option {
    background: white;
    border: 2px solid #dee2e6;
    border-radius: 16px;
    padding: 32px 24px;
    position: relative;
    transition: all 0.3s ease;
}

.addon-option:hover {
    border-color: #6096ba;
    box-shadow: 0 4px 20px rgba(96, 150, 186, 0.1);
}

.addon-option.popular {
    border-color: #274c77;
    background: linear-gradient(135deg, white 0%, rgba(39, 76, 119, 0.03) 100%);
}

.popular-label {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #274c77;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.addon-badge {
    font-size: 2.5rem;
    font-weight: 700;
    color: #6096ba;
    margin-bottom: 16px;
}

.addon-price {
    font-size: 1.8rem;
    font-weight: 600;
    color: #274c77;
    margin-bottom: 12px;
}

.addon-result {
    color: #8b8c89;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Pricing Footer */
.pricing-footer {
    margin-top: 60px;
    text-align: center;
}

.pricing-notes p {
    font-size: 1.1rem;
    color: #8b8c89;
    margin-bottom: 24px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-benefits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 24px;
}

.pricing-benefits span {
    color: #6096ba;
    font-weight: 500;
    font-size: 0.95rem;
}

/* Pricing Section Button Overrides */
.pricing .btn {
    margin-top: 20px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 10px;
    min-height: 48px;
}

.pricing .btn-primary {
    background: #274c77;
    color: #e7ecef;
    box-shadow: 0 4px 12px rgba(39, 76, 119, 0.2);
}

.pricing .btn-primary:hover {
    background: #6096ba;
    box-shadow: 0 6px 20px rgba(39, 76, 119, 0.3);
    color: #e7ecef;
}

.pricing .btn-secondary {
    background: #f8f9fa;
    color: #000000;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pricing .btn-secondary:hover {
    background: #6096ba;
    color: #e7ecef;
    border-color: #6096ba;
    box-shadow: 0 4px 16px rgba(96, 150, 186, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .pricing-showcase {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 500px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: left;
        padding: 20px;
    }

    .feature-item {
        justify-content: flex-start;
    }

    .base-plan-showcase,
    .addon-showcase {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .pricing {
        padding: 50px 0;
    }

    .plan-name {
        font-size: 1.8rem;
    }

    .plan-price .amount {
        font-size: 3rem;
    }

    .addon-showcase h3 {
        font-size: 1.8rem;
    }

    .pricing-benefits {
        flex-direction: column;
        gap: 16px;
    }
}

/* WhatsApp Floating Action Button */
.whatsapp-fab {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.whatsapp-fab:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.whatsapp-fab svg {
    width: 32px;
    height: 32px;
    fill: white;
}

@media (max-width: 768px) {
    .whatsapp-fab {
        bottom: 16px;
        right: 16px;
        width: 56px;
        height: 56px;
    }

    .whatsapp-fab svg {
        width: 28px;
        height: 28px;
    }
}
