.nav-container {
    position: relative;
}
.nav-menu {
    position: absolute;
    right: -12.5%;
    top: 20%;
    transform: translateY(-50%);
    display: flex;
    gap: 2.5rem;
}
.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.nav-logo {
    flex: 0 0 auto;
}
.nav-menu {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    gap: 2.5rem;
}

.examples-header {
    margin-top: 3rem;
}
.nav-menu {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}
.nav-menu {
   margin-top: 2rem;
}
.examples-page .nav-logo-img,
.contact-page .nav-logo-img,
.team-page .nav-logo-img {
    height: 250px !important;
}
/* Move Noyes logo to the left for examples, contact us, and team pages */
.examples-page .nav-logo,
.contact-page .nav-logo,
.team-page .nav-logo {
    margin-top: 1rem;
    margin-left: -8rem;
}
@media (max-width: 420px) {
    .nav-link {
        font-size: 1rem !important;
        padding: 1rem !important;
        margin: 0 !important;
        display: block !important;
        width: 100% !important;
    }
}
/* Institution logos width control */
.hero-university-logos {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    background: transparent;
}

.institutions-title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1.5rem;
    text-align: center;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.static-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    padding: 2rem;
    border: 2px dashed rgba(100, 116, 139, 0.2);
    border-radius: 25px;
    margin: 1rem 0;
}

.university-logo {
    height: 35px;
    width: auto;
    object-fit: contain;
}

/* Footer styles */
.footer-otter {
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 160px 0 100px;
    min-height: 1000px;
}

.footer-main {
    color: #ffffff !important;
}

/* Move footer content up for all pages */
.footer-description-wrapper {
    margin-top: -5rem !important;
}

.footer-columns {
    margin-top: -6rem !important;
}

/* Contact page connect.png styling */
.contact-label img[src="connect.png"] {
    max-width: 700px !important;
    margin-bottom: -2rem !important;
}

/* Champion Decision-Making image positioning - Override all other rules */
.feature-section-second .feature-visual img.platform-demo-image-second {
    margin-left: 60px !important;
    margin-top: 40px !important;
    position: relative !important;
    left: 130px !important;
    top: -20px !important;
}

/* Override any example page background */
.examples-page .footer-otter,
html.examples-page .footer-otter,
body.examples-page .footer-otter {
    background-color: #000000 !important;
}

.footer-brand-text,
.footer-description,
.footer-column h4,
.footer-column a,
.footer-bottom span,
.footer-bottom a {
    background: transparent !important;
}

.footer-description {
    color: #ffffff;
    opacity: 0.8;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.footer-column a {
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none;
    display: block;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
    transition: opacity 0.3s;
}

.footer-column a:hover {
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    margin-top: 2rem;
}

.footer-bottom a {
    color: #ffffff;
    opacity: 0.6;
    text-decoration: none;
    font-size: 0.8rem;
    margin-left: 2rem;
    transition: opacity 0.3s;
}

/* Refined styles for footer bottom text and links */
.footer-bottom span, .footer-bottom a {
    color: #ffffff !important;
    opacity: 1 !important;
    text-align: center !important;
    display: block !important;
}

.footer-bottom a:hover {
    opacity: 1;
}

.footer-brand-text {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

@media (max-width: 480px) {
    /* Feature section image overrides */
    .feature-content .platform-demo-image {
        width: 200% !important;
        margin-left: -50% !important;
        margin-right: -50% !important;
        max-width: none !important;
        display: block !important;
        transform: scale(1.2) !important;
    }

    .feature-section {
        overflow: hidden !important;
    }

    .feature-content {
        overflow: hidden !important;
    }

    /* Hero section mobile styles */
    .hero-container {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        margin-bottom: 2rem !important;
        margin-top: -3rem !important;
    }
    .hero-content {
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 1rem !important;
        padding-bottom: 0 !important;
    }
    .hero-title {
        font-size: 3rem !important;
        line-height: 1 !important;
        margin-bottom: 1rem !important;
    }
    .hero-title-line1 {
        font-size: 100% !important;
        margin-bottom: 0.2rem !important;
    }
    .hero-title-line3 {
        font-size: 100% !important;
        margin-top: 0.2rem !important;
    }
    .hero-subtitle {
        margin-top: 0.25rem !important;
        margin-bottom: 1.5rem !important;
        font-size: 0.95rem !important;
    }
    .hero-buttons {
        margin-bottom: 2rem !important;
        gap: 1rem !important;
    }
    .hero-visual {
        margin-top: -2rem !important;
        padding: 0 0.5rem !important;
    }
    .product-demo-mockup {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        min-height: auto !important;
        background: none !important;
        backdrop-filter: none !important;
        border-radius: 0 !important;
    }
    .demo-video {
        width: 100% !important;
        margin-top: -2rem !important;
        box-shadow: none !important;
        border: none !important;
        border-radius: 12px !important;
    }

    /* Navigation mobile styles */
    .navbar .nav-menu,
    .nav-menu {
           display: flex !important;
           flex-direction: row !important;
           gap: 0.6rem !important;
           margin-left: auto !important;
           margin-right: 6rem !important;
           padding: 0 !important;
           width: auto !important;
           max-width: 320px !important;
           justify-content: flex-end !important;
    }
    .navbar .nav-link,
    .nav-link {
        margin-left: 0.2rem !important;
        margin-right: 0.2rem !important;
        padding-left: 0.1rem !important;
        padding-right: 0.1rem !important;
        font-size: 0.65rem !important;
    }
    .we-create-buttons {
        flex-direction: row !important;
        gap: 0.5rem !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .we-create-btn-primary,
    .we-create-btn-secondary {
        font-size: 0.85rem !important;
        padding: 0.6rem 0.9rem !important;
        min-width: 0 !important;
        width: auto !important;
        border-radius: 8px !important;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

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

:root {
    --primary-color: #64748b;
    --primary-dark: #475569;
    --secondary-color: #94a3b8;
    --accent-color: #64748b;
    --text-primary: #0f172a;
    --text-secondary: #334155;
    --text-light: #64748b;
    --bg-primary: #ffffff;
    --bg-secondary: #f8fafc;
    --bg-dark: #0f172a;
    --bg-card: #ffffff;
    --border-color: #e2e8f0;
    --gradient-primary: linear-gradient(135deg, #64748b 0%, #94a3b8 100%);
    --gradient-secondary: linear-gradient(135deg, #64748b 0%, #cbd5e1 100%);
    --gradient-text: linear-gradient(135deg, #64748b 0%, #94a3b8 100%);
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    
    /* Otter.ai Typography Colors */
    --text-black: #000000;
    --text-dark: #111111;
    --text-gray: #6B6B6B;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: var(--bg-primary);
    overflow-x: auto;
    min-height: 100vh;
    font-weight: 500;
    letter-spacing: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    margin: 0 auto;
    padding: 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--text-black);
}

h1 {
    font-weight: 350;
    font-size: clamp(3rem, 6vw, 4.5rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--text-black);
    margin-bottom: 1rem;
}

h2 {
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    color: var(--text-black);
}

h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0em;
    color: var(--text-black);
}

p {
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1.125rem; /* 18px */
    line-height: 1.6;
    color: var(--text-dark);
    max-width: 720px;
}

small {
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--text-gray);
}

.gradient-text {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Buttons */
.btn-primary, .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background: white;
    color: #c4a484;
}
.btn-primary,
.we-create-btn-primary,
.cta-btn.primary,
.start-free-btn,
.sign-in-btn {
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
    border: none;
    transition: background 0.3s, box-shadow 0.3s, color 0.3s, transform 0.2s;
}

.btn-primary:hover,
.we-create-btn-primary:hover,
.cta-btn.primary:hover,
.start-free-btn:hover,
.sign-in-btn:hover {
    background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);
    color: #fff;
    box-shadow: 0 6px 24px rgba(59, 130, 246, 0.15);
    transform: translateY(-2px) scale(1.04);

.btn-primary {
    background: #3b82f6;
    color: white;
    border: 1px solid #3b82f6;
    box-shadow: none;
    font-weight: 500;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.scenario-section .btn-primary {
    background: white;
    color: #c4a484;
    border: 1px solid #c4a484;
    font-weight: 500;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    box-shadow: none;
}

.btn-primary:hover {
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-secondary {
    background: white;
    color: #3b82f6;
    border: 2px solid #3b82f6;
    font-weight: 600;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.btn-secondary:hover {
    background: #3b82f6;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-primary.large, .btn-secondary.large {
    padding: 16px 32px;
    font-size: 18px;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    border-bottom: none;
    z-index: 1000;
    transition: all 0.3s ease;
}

/* Mobile styles - Updated for better specificity */
@media (max-width: 768px) {
    .we-create-buttons {
        flex-direction: row !important;
        gap: 0.5rem !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .we-create-btn-primary,
    .we-create-btn-secondary {
        font-size: 0.95rem !important;
        padding: 0.7rem 1.1rem !important;
        min-width: 0 !important;
        width: auto !important;
        border-radius: 8px !important;
    }
    .footer-otter {
        padding: 2.5rem 0 1.5rem 0 !important;
        min-height: unset !important;
    }
    .footer-main {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 1.5rem !important;
        margin-bottom: 2rem !important;
        padding: 0 1rem !important;
        max-width: 100vw !important;
    }
    .footer-left, .footer-right {
        margin: 0 !important;
        padding: 0 !important;
        max-width: 100vw !important;
        align-items: center !important;
        text-align: center !important;
        left: 0 !important;
        position: static !important;
    }
    .footer-description {
        font-size: 0.85rem !important;
        margin: 0 auto 1rem auto !important;
        max-width: 90vw !important;
        text-align: center !important;
    }
    .footer-large-text {
        position: static !important;
        top: unset !important;
        left: unset !important;
        transform: none !important;
        width: 100vw !important;
        margin: 0 auto 1rem auto !important;
        padding: 0 !important;
    }
    .footer-brand-text {
        font-size: 2.2rem !important;
        padding: 0.5rem 0 !important;
        max-width: 90vw !important;
        margin: 0 auto !important;
        white-space: normal !important;
    }
    .footer-columns {
        display: flex !important;
        flex-direction: column !important;
        gap: 1.2rem !important;
        margin: 0 auto !important;
        align-items: center !important;
        max-width: 100vw !important;
    }
    .footer-column {
        align-items: center !important;
        text-align: center !important;
        gap: 0.3rem !important;
    }
    .footer-column h4 {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
    .footer-column a {
        font-size: 0.8rem !important;
        margin-bottom: 0.5rem !important;
    }
    .footer-bottom {
        flex-direction: column !important;
        padding-top: 1.5rem !important;
        max-width: 100vw !important;
        margin: 0 auto !important;
        gap: 0.5rem !important;
    }
    .footer-bottom-left span, .footer-bottom-right span {
        font-size: 0.75rem !important;
        text-align: center !important;
    }
    .navbar .nav-link {
        font-size: 0.75rem !important;
    }
    .nav-link {
        font-size: 0.85rem !important;
    }
    .container {
        padding: 0;
    }
    
    .navbar {
        height: 60px;
    }
}
    .feature-title {
        order: -1 !important;
        margin-bottom: 1rem !important;
        font-size: 1.3rem !important;
        text-align: center !important;
    }
    
    .feature-visual {
        position: relative !important;
        width: 100% !important;
        overflow: visible !important;
    }
    
    .feature-content {
        overflow: visible !important;
    }
    
    .feature-card-container {
        overflow: visible !important;
    }
    .platform-demo-image {
        width: 300% !important;
        max-width: 300% !important;
        min-width: 300% !important;
        height: auto !important;
        display: block !important;
        margin-left: -100% !important;
        margin-right: -100% !important;
        margin-top: 1.5rem !important;
        margin-bottom: 0 !important;
        transform: scale(1.2) !important;
    }
    
    .nav-container {
        height: 60px;
        padding: 0 0.1rem;
        justify-content: flex-start;
        gap: 0.1rem;
        margin-left: -4rem !important;
        background-color: white !important;
    }
    
    .logo-img {
        .nav-container {
            height: 60px;
            padding: 0 2rem;
            justify-content: flex-end;
            gap: 3.5rem;
            width: 100%;
            max-width: 1600px;
            margin: 0 auto;
            background-color: white !important;
        }
        height: 30px;
    }
    
    .logo-text {
        font-size: 1.2rem;
    }
    
    .nav-logo-img {
        height: 40px;
    }
    
    .nav-brand-text {
        font-size: 1.2rem;
        margin-left: 8px;
    }
    
    /* Mobile hero title styling */
    .hero-title {
        font-size: clamp(3.5rem, 9vw, 5rem) !important;
        margin-top: -10rem !important;
    }
    .hero-title-line1 {
        display: block !important;
    }
    
    .hero-title-line3 {
        display: block !important;
        white-space: nowrap !important;
        margin-top: 0.2rem !important;
        font-size: 110% !important;
    }
    
    .logo-container {
        gap: 8px;
    }
}

.nav-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    width: 100%;
}

.nav-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: transform 0.3s ease;
    margin-left: 2rem;
}

.logo-container:hover {
    transform: scale(1.02);
}

.logo-img {
    height: 50px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    display: block;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1e293b;
    letter-spacing: -0.02em;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.logo-img:hover {
    transform: scale(1.05);
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-size: 1rem;
            .nav-menu {
                margin-left: 0;
            }
}

.nav-link i {
    font-size: 0.9rem;
    color: #000000;
    transition: color 0.3s ease;
}

.nav-link-examples {
    color: #3b82f6 !important;
}

.nav-link-examples i {
    color: #3b82f6 !important;
}

.nav-link:hover {
    color: #3b82f6;
}

.nav-link:hover i {
    color: #3b82f6;
}

.nav-link-examples:hover {
    color: #3b82f6 !important;
}

.nav-link-examples:hover i {
    color: #3b82f6 !important;
}

.nav-btn-primary {
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%) !important;
    color: white !important;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    transition: background 0.25s, box-shadow 0.25s, color 0.25s, border-color 0.25s, transform 0.25s;
    border: none;
    cursor: pointer;
}

.nav-btn-primary:hover {
    background: linear-gradient(90deg, #2563EB 0%, #3B82F6 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.nav-logo {
    display: flex;
    align-items: center;
}

.nav-logo-img {
    height: 60px;
    width: auto;
}

.nav-brand-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #000000;
    letter-spacing: -0.02em;
    margin-left: 12px;
    text-decoration: none;
}

.nav-link.active {
    color: var(--primary-color);
    font-weight: 500;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.nav-cta {
    background: var(--gradient-primary);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 15px;
    font-weight: 500;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--text-primary);
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    padding: 160px 0 40px;
    /* make the entire hero use the colorful gradient (matches the mockup colors) */
    background: linear-gradient(135deg,
        rgba(59, 130, 246, 0.12) 0%,
        rgba(147, 51, 234, 0.12) 25%,
        rgba(236, 72, 153, 0.12) 50%,
        rgba(251, 146, 60, 0.12) 75%,
        rgba(34, 197, 94, 0.12) 100%);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    opacity: 0;
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.floating-card {
    position: absolute;
    background: white;
    border-radius: 16px;
    padding: clamp(0.75rem, 2vw, 1.25rem);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border: none;
    opacity: 1;
    animation: floatSmooth 6s ease-in-out infinite;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease;
    cursor: pointer;
    min-width: clamp(120px, 15vw, 160px);
    max-width: 180px;
    will-change: transform;
}

@media (max-width: 480px) {
    .discover-section,
    .champion-section {
        padding: 1rem;
    }
    
    .feature-section {
        margin-bottom: 3rem !important;
        overflow: hidden !important;
    }

    .feature-card-container {
        padding: 0 !important;
        overflow: hidden !important;
    }

    .feature-content {
        flex-direction: column !important;
        padding: 1rem !important;
        overflow: hidden !important;
    }

    .feature-text {
        order: -1 !important;
        text-align: center !important;
        margin-bottom: 1.5rem !important;
        width: 100% !important;
    }

    .feature-visual {
        width: 100% !important;
        overflow: hidden !important;
        margin: 0 -2rem !important;
        padding: 0 !important;
    }

    .platform-demo-image {
        width: 130% !important;
        max-width: none !important;
        height: auto !important;
        margin-left: -15% !important;
        margin-right: -15% !important;
        display: block !important;
    }

    .feature-title {
        text-align: center !important;
        margin-bottom: 1rem !important;
        font-size: 2rem !important;
    }

    .feature-description {
        text-align: center !important;
        margin: 0 auto 1.5rem auto !important;
        font-size: 1rem !important;
        max-width: 90% !important;
    }

    .feature-visual {
        width: 100% !important;
        margin: 0 !important;
    }

    .platform-demo-image {
        width: 120vw !important;
        height: auto !important;
        margin-left: -10vw !important;
        margin-right: -10vw !important;
        border-radius: 0 !important;
        max-width: none !important;
        object-fit: cover !important;
        transform: scale(1.1) !important;
    }

    .feature-buttons {
        display: flex !important;
        gap: 1rem !important;
        justify-content: center !important;
        margin-top: 1.5rem !important;
    }

    .hero-buttons {
        display: flex !important;
        gap: 1rem !important;
        margin-top: 1.5rem !important;
    }
}

.floating-card:hover {
    transform: translateY(-8px) scale(1.08);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
    opacity: 1;
}

.floating-card.card-1 {
    top: clamp(15%, 18vh, 20%);
    left: clamp(8%, 10vw, 15%);
    animation-delay: 0s;
    --rotation: -3deg;
}

.floating-card.card-2 {
    top: clamp(18%, 22vh, 25%);
    right: clamp(8%, 10vw, 15%);
    animation-delay: 1.5s;
    --rotation: 2deg;
}

.floating-card.card-3 {
    bottom: clamp(20%, 25vh, 30%);
    left: clamp(6%, 8vw, 12%);
    animation-delay: 3s;
    --rotation: -2deg;
}

.floating-card.card-4 {
    bottom: clamp(15%, 20vh, 25%);
    right: clamp(6%, 8vw, 12%);
    animation-delay: 4.5s;
    --rotation: 3deg;
}

.card-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 0.75rem auto;
    display: block;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-icon svg {
    width: 100%;
    height: 100%;
    stroke: #6b7280;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    stroke-width: 1.5;
}

.floating-card:hover .card-icon {
    transform: scale(1.1) rotate(5deg);
}

.floating-card:hover .card-icon svg {
    stroke: #c4a484;
    transform: scale(1.1);
}

.floating-card.card-1:hover .card-icon svg {
    stroke: #3b82f6;
    filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.3));
}

.floating-card.card-2:hover .card-icon svg {
    stroke: #10b981;
    filter: drop-shadow(0 0 8px rgba(16, 185, 129, 0.3));
}

.floating-card.card-3:hover .card-icon svg {
    stroke: #8b5cf6;
    filter: drop-shadow(0 0 8px rgba(139, 92, 246, 0.3));
}

.floating-card.card-4:hover .card-icon svg {
    stroke: #f59e0b;
    filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.3));
}

.card-content-small h4 {
    color: #1e293b;
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.card-content-small p {
    color: #64748b;
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
    transition: all 0.3s ease;
}

.floating-card:hover .card-content-small h4 {
    color: #c4a484;
    transform: translateY(-2px);
}

.floating-card:hover .card-content-small p {
    color: #8b5a2b;
    transform: translateY(-1px);
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    margin-top: -4.5rem;
}

.hero-content {
    padding-right: 2rem;
    padding-top: 1rem;
    opacity: 1;
    transform: none;
    position: relative;
    left: 0;
    top: 0;
}

.hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: clamp(3rem, 6vw, 4.5rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.hero-title-line1 {
    color:rgb(0, 0, 0);
    display: block;
}

.hero-title-line3 {
    color: #000000;
    display: block;
    white-space: nowrap;
}

.hero-subtitle {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.6;
    color: #000000;
    max-width: 1000px;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    text-align: left;
}

.hero-subtitle .no-break {
    white-space: nowrap !important;
    display: inline !important;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3rem;
}

/* University Logos in Hero */

.university-logo-item {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.university-logo-item:hover {
    opacity: 1;
}

.university-name {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 500;
}

/* Hero Institution Logos */
.hero-institutions {
    margin-top: 3rem;
    width: 100%;
}

 .institutions-title {
        font-size: 1rem !important;
        line-height: 1.6 !important;
        font-weight: 600 !important;
        color: #000000 !important;
        margin-bottom: 1.5rem !important;
    }

.institutions-carousel {
    display: flex;
    gap: 2rem;
    overflow: hidden;
    /* disable CSS scroll animation; JS controls any scrolling */
    animation: none !important;
    width: max-content;
}

.institution-logo {
    flex-shrink: 0;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.institution-logo:hover {
    opacity: 1;
}

.institution-name {
    font-size: 1.1rem;
    color: #374151;
    font-weight: 600;
    white-space: nowrap;
}

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

/* Hero University Logos */
.hero-university-logos {
    margin-top: 1rem !important;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 1rem 0 1.5rem 0 !important;
}

.hero-university-logos:hover .carousel-arrow {
    opacity: 1;
}

.institutions-title {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 2.5rem;
    letter-spacing: 0.05em;
}

.hero-university-logos .logos-carousel {
    width: 100% !important;
    max-width: none !important;
}

/* Make logos section align with feature tiles container width */
.hero-university-logos {
    /* Match spacing and width to the feature tiles below */
    padding: 4rem 0; /* similar vertical spacing as .new-features-section */
}
.hero-university-logos .logos-carousel {
    max-width: 1500px !important; /* match .feature-card-container */
    margin: 0 auto !important;
    width: 100% !important;
    padding: 0 2rem !important; /* match the inner padding used by feature content */
    box-sizing: border-box;
    overflow: hidden !important; /* ensure the oversized track is clipped to this box */
}

/* Dashed container used by the Discover tile — replicated for logos */
.logos-dashed {
    background: white;
    border-radius: 16px;
    padding: 0.75rem 0.25rem; /* reduced vertical padding */
    border: 2px dashed #9ca3af;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}

.hero-university-logos .static-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 1rem;
    background: transparent !important;
}

.hero-university-logos .logos-track {
    display: flex;
    gap: 0.1rem;
    width: max-content;
    will-change: transform;
    min-width: 200vw;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-university-logos .logo-item {
    flex-shrink: 0;
    width: 90px !important;
    height: auto !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: none !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0) scale(1);
    overflow: hidden;
}

@media (max-width: 480px) {
    .hero-university-logos .logo-item {
        min-width: 100px !important;
        height: 60px !important;
        padding: 0rem 0rem !important;
    }
    .hero-university-logos .university-logo {
        width: 70px !important;
        height: 35px !important;
        max-width: 70px !important;
    }
    .hero-university-logos .logos-track {
        animation: logoScroll 12s linear infinite;
        gap: 0.2rem;
    }
    @keyframes logoScroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }
}

.hero-university-logos .logo-item:hover {
    transform: translateY(-3px) scale(1.05);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.hero-university-logos .university-logo {
    /* Default: logos should be contained (not cropped) and rendered naturally */
    width: 130px !important;
    height: auto !important;
    max-height: 50px !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    transition: all 0.3s ease;
    padding: 0.5rem;
    margin: 0;
}

.hero-university-logos .georgia-tech-logo {
    height: 170px !important;
    width: 200px !important;
    max-width: 200px !important;
}

/* Northwestern logo - keep same size */
.hero-university-logos img[src*="Northwestern"] {
    height: 150px !important;
    width: 180px !important;
    max-width: 180px !important;
}

/* Yale logo - keep same size */
.hero-university-logos .yale-logo {
    height: 30px !important;
    width: 80px !important;
    max-width: 80px !important;
}

.hero-university-logos .duke-logo {
    height: 180px !important;
    width: 260px !important;
    max-width: 260px !important;
}

/* UCI logo - make bigger */
.hero-university-logos img[src*="UCI"] {
    height: 100px !important;
    width: 180px !important;
    max-width: 180px !important;
}

/* Frankfurt logo - make bigger */
.hero-university-logos img[src*="Frankfurt"] {
    height: 100px !important;
    width: 180px !important;
    max-width: 180px !important;
}

.hero-university-logos .usc-logo {
    height: 110px !important;
    width: 220px !important;
    max-width: 220px !important;
    object-fit: cover !important;    /* crop / zoom into the image */
    object-position: center !important; /* center the crop */
    display: block !important;
}

/* Hero Testimonials Carousel */
    .hero-testimonials {
        margin-top: 10rem;
        padding-top: 1.5rem;
        padding-bottom: 2.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
        z-index: 2;
        margin-left: -6px;
        text-align: left;
    }

.testimonial-carousel {
    position: relative;
    height: 120px;
    overflow: hidden;
    max-width: 500px;
    margin: 0;
}


.testimonial-quote {
    font-size: 1.1rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4;
    margin: 0 0 0.8rem 0;
    font-style: italic;
    max-width: 500px;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.testimonial-author {
    font-size: 0.6rem;
    font-weight: 500;
    color: #000000;
    text-align: left;
    opacity: 0.8;
}

/* Auto-rotate animation */
@keyframes testimonialRotate {
    0%, 12% { 
        opacity: 1; 
        transform: translateY(0);
    }
    15%, 100% { 
        opacity: 0; 
        transform: translateY(-15px);
    }
}


.hero-visual {
    display: flex;
    justify-content: center;
    animation: fadeInUp 1s ease-out 0.3s both;
    margin-top: -3.5rem;
    padding: 0;
    width: 100%;
}

/* Product Demo Mockup */
.product-demo-mockup {
    width: 150%;
    max-width: none;
    margin: 0;
    position: relative;
    padding: 1rem;
    /* remove the local gradient so the hero's global gradient is visible */
    background: transparent;
    border-radius: 25px;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -20rem;
    margin-right: -15rem;
}

.demo-video {
    width: 90%;
    aspect-ratio: 1.8/1;
    max-height: 750px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: none;
    border: 2px dashed #9ca3af !important;
    position: relative;
    z-index: 1;
}


.demo-interface {
    background: white;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e5e7eb;
    width: 85%;
    aspect-ratio: 2.5/1;
    max-height: 500px;
    min-height: 500px;
    transform: scale(1);
    transform-origin: center;
    margin: 2rem auto 0 auto;
}

.demo-header-bar {
    background: #f9fafb;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.demo-course-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.demo-course-header i {
    color: #8b5cf6;
    font-size: 1.2rem;
}

.demo-course {
    color: #8b5cf6;
    font-weight: 600;
    font-size: 1rem;
}

.demo-breadcrumb {
    font-size: 0.875rem;
    color: #6b7280;
}

.demo-content {
    display: flex;
    height: calc(100% - 60px);
}

.demo-sidebar {
    width: 200px;
    background: #f9fafb;
    border-right: 1px solid #e5e7eb;
    padding: 1rem 0;
}

.demo-nav-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    color: #374151;
    cursor: pointer;
    transition: color 0.2s ease;
}

.demo-nav-item:hover {
    color: #3b82f6;
}

.demo-nav-item i {
    width: 16px;
    color: #6b7280;
}

.demo-nav-section {
    margin: 1rem 0;
    padding: 0.5rem 1rem;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.demo-nav-tab {
    padding: 0.25rem 0;
    font-size: 0.8rem;
    color: #6b7280;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.demo-nav-tab.active {
    color: #3b82f6;
    font-weight: 500;
    text-decoration: underline;
}

.demo-nav-tab i {
    font-size: 0.7rem;
}

.demo-units {
    margin: 0;
    padding: 0.5rem 1rem;
}

.demo-unit {
    padding: 0.5rem 0;
    font-size: 0.8rem;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 4px;
    margin: 0.1rem 0;
}

.demo-unit:hover {
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
}

.demo-unit.active {
    color: #3b82f6;
    font-weight: 500;
    background: rgba(59, 130, 246, 0.1);
}

.demo-unit i {
    width: 16px;
    font-size: 0.8rem;
}

.demo-main {
    flex: 1;
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.demo-document-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.demo-document-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #374151;
    margin: 0;
    flex: 1;
}

.demo-toolbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 6px;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 1rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.demo-footer {
    background: #f9fafb;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.demo-tools {
    display: flex;
    gap: 1rem;
}

.demo-tools i {
    color: #6b7280;
    cursor: pointer;
    transition: color 0.2s ease;
}

.demo-tools i:hover {
    color: #374151;
}

.demo-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.demo-actions span {
    font-size: 0.875rem;
    color: #6b7280;
    cursor: pointer;
    transition: color 0.2s ease;
}

.demo-actions span:hover {
    color: #374151;
}

.demo-ai-button {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.demo-ai-button:hover {
    background: #2563eb;
}

.demo-ai-button i {
    font-size: 0.8rem;
}

/* Demo Video Container - Clean without overlay */
.demo-video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: transparent;
    border-radius: 20px;
    padding: 0;
    box-shadow: none;
}

.video-placeholder {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    background: transparent;
    backdrop-filter: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: none;
}

.video-placeholder:hover {
    transform: scale(1.02);
}

.play-button {
    position: relative;
    z-index: 2;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.play-button svg {
    width: 32px;
    height: 32px;
    margin-left: 4px;
}

.video-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #475569;
    font-weight: 500;
    font-size: 1.1rem;
    z-index: 2;
}

/* University Logos Carousel */
.university-logos-section {
    padding: 0.25rem 0 0.1rem 0 !important;
    background: #f8fafc;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
}

.logos-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.logos-track {
    display: flex;
    /* disable CSS scroll animation — JS controls the carousel speed */
    animation: none !important;
    gap: 0.5rem;
    align-items: center;
}

/* Removed hover pause - auto-scroll should always continue */

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

.university-logos-section .logo-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.8rem !important;
    background: white;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    min-width: 160px !important;
    height: 45px !important;
}

.university-logos-section .logo-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.university-logos-section .university-logo {
    height: 35px !important;
    width: 90px !important;
    max-width: 90px !important;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.3s ease;
}

.university-logos-section .frankfurt-logo {
    height: 30px !important;
    width: 70px !important;
    max-width: 70px !important;
}

.university-logos-section .kellogg-logo,
.university-logos-section .georgia-tech-logo {
    height: 40px !important;
    width: 100px !important;
    max-width: 100px !important;
}

.university-logos-section .yale-logo {
    height: 45px !important;
    width: 110px !important;
    max-width: 110px !important;
}

.university-logos-section .duke-logo,
.university-logos-section .usc-logo {
    height: 35px !important;
    width: 90px !important;
    max-width: 90px !important;
}

.university-logos-section .logo-item:hover .university-logo {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

/* Mobile Responsive for Carousel */
@media (max-width: 768px) {
    .university-logos-section {
        padding: 0.25rem 0 0.1rem 0;
    }
    
    .logos-track {
        gap: 0.3rem;
        animation-duration: 20s;
    }
    
    .university-logos-section .logo-item {
        min-width: 140px;
        height: 40px;
        padding: 0.25rem 0.6rem;
    }
    
    .university-logos-section .university-logo {
        height: 30px;
        max-width: 80px;
    }
    
    /* Hero University Logos Mobile */
    .hero-university-logos .logo-item {
        min-width: 140px !important;
        height: 40px !important;
        padding: 0.25rem 0.6rem !important;
    }
    
    .hero-university-logos .university-logo {
        height: 30px !important;
        width: 80px !important;
        max-width: 80px !important;
    }
    
    .hero-university-logos .frankfurt-logo {
        height: 35px !important;
        width: 90px !important;
        max-width: 90px !important;
    }
    
    .hero-university-logos .kellogg-logo,
    .hero-university-logos .georgia-tech-logo {
        height: 55px !important;
        width: 130px !important;
        max-width: 130px !important;
    }
    
    .hero-university-logos .yale-logo {
        height: 28px !important;
        width: 75px !important;
        max-width: 75px !important;
    }
    
    .hero-university-logos .duke-logo,
    .hero-university-logos .usc-logo {
        height: 50px !important;
        width: 120px !important;
        max-width: 120px !important;
    }
}

/* University Logos Inline */
.university-logos-inline {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.university-logos-inline .logos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: center;
    justify-items: center;
}

.university-logos-inline .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    background: #f8fafc;
    border-radius: 8px;
    transition: transform 0.3s ease;
    min-height: 50px;
    width: 100%;
}

.university-logos-inline .logo-item:hover {
    transform: translateY(-2px);
    background: #e2e8f0;
}

.university-logo {
    height: 90px;
    width: 200px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.3s ease;
}

.university-logos-inline .logo-item:hover .university-logo {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

.hero-card {
    background: var(--bg-card);
    border-radius: 20px;
    box-shadow: var(--shadow-xl);
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    animation: float 6s ease-in-out infinite;
    border: 1px solid var(--border-color);
}

.card-header {
    background: var(--gradient-primary);
    padding: 1rem;
    display: flex;
    align-items: center;
}

.card-dots {
    display: flex;
    gap: 0.5rem;
}

.card-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.card-content {
    padding: 1.5rem;
/* Contact page mini title */
.contact-mini-title {
    font-weight: 700 !important;
    font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
    line-height: 1.15 !important;
    color: #1e293b !important;
    text-align: center !important;
    margin: 2.5rem 0 2.5rem 0 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif !important;
    letter-spacing: -0.01em !important;
}
}

.ai-chat {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.message {
    display: flex;
    margin-bottom: 1rem;
}

.user-message {
    justify-content: flex-end;
}

.ai-message {
    justify-content: flex-start;
}

.message-content {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.4;
}

.user-message .message-content {
    background: var(--gradient-primary);
    color: white;
    border-bottom-right-radius: 4px;
}

.ai-message .message-content {
    background: var(--bg-secondary);
    color: var(--text-primary);
    border-bottom-left-radius: 4px;
}

.typing-indicator {
    display: flex;
    gap: 4px;
    padding: 12px 16px;
    background: var(--bg-secondary);
    border-radius: 18px;
    border-bottom-left-radius: 4px;
    max-width: 60px;
}

.typing-indicator span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--text-light);
    animation: typing 1.4s infinite ease-in-out;
}

.typing-indicator span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
    animation-delay: 0.4s;
}

/* Trusted By Section */
.trusted-by {
    padding: 60px 0;
    background: var(--bg-secondary);
    text-align: center;
    border-top: 1px solid var(--border-color);
}

.trusted-text {
    color: var(--text-light);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.institutions-carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.institutions-track {
    display: flex;
    /* disable CSS animation so JS controls scrolling if needed */
    animation: none !important;
    gap: 3rem;
    align-items: center;
}

.institution {
    height: 120px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.institution:hover {
    opacity: 1;
}

.institution img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.institution:hover img {
    filter: grayscale(0%);
}

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


/* SCENARIO Section */
.scenario-section {
    padding: 100px 0;
    background: white;
}

.scenario-section h2 {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.scenario-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.005em;
}

.scenario-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
    align-items: center;
}

.scenario-description {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.005em;
    color: var(--text-primary);
}

.highlight {
    background: none;
    padding: 0;
    border-radius: 0;
    border-left: none;
    font-weight: 500;
    color: var(--text-primary);
    margin: 1.5rem 0;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.005em;
}

.scenario-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scenario-photo {
    width: 100%;
    max-width: 800px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.scenario-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Features Section */
.features-section {
    padding: 1rem 0 2rem 0;
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%);
}

.features-section .container {
    padding: 0 1rem;
}

.section-title {
    font-weight: 400;
    font-size: clamp(1.2rem, 2.4vw, 2rem);
    line-height: 1.15;
    color: white;
    text-align: center;
    margin-bottom: 0.5rem;
}

.features-section .section-title {
    color: white;
}

.features-container {
    width: 100%;
    max-width: 1800px;
    overflow: visible;
    position: relative;
    margin: 0 auto;
}

/* Otter.ai Style Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
}


.feature-card-otter {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(25px);
    border-radius: 28px;
    padding: 1.5rem;
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out;
    min-height: 600px;
    color: #000000;
}

.feature-card-otter:nth-child(1) {
    animation-delay: 0.1s;
    background: rgba(255, 255, 255, 0.95);
}

.feature-card-otter:nth-child(2) {
    animation-delay: 0.2s;
    background: rgba(255, 255, 255, 0.95);
}

.feature-card-otter:nth-child(3) {
    animation-delay: 0.3s;
    background: rgba(255, 255, 255, 0.95);
}


.feature-card-otter:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Removed hover overlay effect - tiles stay bright */

/* Individual Card Backgrounds - now using images */

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

.feature-card-otter .feature-content {
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.feature-card-otter h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #000000 !important;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.feature-card-otter:hover h3 {
    transform: translateY(-2px);
    color: #000000;
}

.feature-card-otter p {
    font-size: 1.1rem;
    color: #000000 !important;
    line-height: 1.8;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.feature-card-otter:hover p {
    color: #000000;
}

/* New Features Section - Matching Image Design */
.new-features-section {
    padding: 4rem 0;
    background: white;
}

.feature-section {
    margin-bottom: 6rem;
    padding: 0 2rem;
}

.feature-section:last-of-type {
    margin-bottom: 4rem;
}

.feature-card-container {
    background: white;
    border-radius: 16px;
    padding: 0;
    border: 2px dashed #9ca3af;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    min-height: 500px;
}

.feature-content {
    display: flex;
    align-items: flex-end;
    gap: 1.5rem;
    max-width: 100%;
    overflow: hidden;
    padding: 2rem;
    height: 100%;
}

/* allow the second feature's content to show transformed visuals that extend outside the normal flow */
.feature-section-second .feature-content {
    overflow: visible !important;
    /* keep items bottom-aligned so the text sits lower in the card */
    align-items: flex-end !important;
}

.feature-text {
    flex: 1;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    /* move the text a little to the right */
    padding: 5rem 0 1rem 2rem !important;
}

.feature-title {
    /* reduced size to better fit layout */
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
    font-weight: 500;
    line-height: 1.15;
    margin: 0 0 1rem 0;
    font-family: 'Inter', sans-serif;
}

.title-black {
    color: #000000;
}

.title-blue {
    color: #3b82f6;
}

.feature-description {
    font-size: 1.0rem !important;
    line-height: 1.6;
    color: #000000;
    margin: 0 0 2.5rem 0;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.feature-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.feature-buttons .btn-primary,
.feature-buttons .btn-secondary {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    min-width: auto;
}

.feature-visual {
    flex: 1;
    display: flex;
    justify-content: flex-end !important;
    align-items: center;
    max-width: 60%;
    padding: 0 0 0 1rem;
}

.platform-demo-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Second tile specific styles */
.feature-section-second .feature-card-container {
    min-height: 500px;
    /* allow the enlarged image to overflow the card without being clipped */
    overflow: visible !important;
    /* remove any internal padding so visuals can align flush */
    padding: 0 !important;
}

.platform-demo-image-second {
    /* Slightly bigger and moved down so the visual lines up with the text */
    max-width: 125% !important;
    width: 125% !important;
    /* slightly taller: increase vertical scale a bit while keeping horizontal scale */
    /* moved down a bit more so it's visually centered height-wise */
    transform: scale(1.12, 1.18) translateX(90px) translateY(40px);
    transition: transform 300ms ease;
}

.feature-section-second .feature-text {
    /* add a little top padding so the left text block sits lower and aligns visually with the image */
    padding: 3rem 0 0 0 !important;
    /* small extra nudge to ensure visible separation from the top */
    margin-top: 1rem !important;
}

/* Desktop-only nudge: move the text block down slightly without changing flex alignment */
@media (min-width: 769px) {
    .feature-section-second .feature-text {
        transform: translateY(40px);
    }
}

/* Testimonials Section */
.testimonials-section {
    margin-top: 8rem;
    padding: 4rem 0;
}

.testimonials-title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: clamp(3rem, 6vw, 4.5rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0 0 3rem 0;
    color: #000000;
}

.testimonials-carousel {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    overflow: hidden;
}

.testimonials-container {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.5s ease-in-out;
}

.testimonial-card {
    background: white !important;
    border: 2px dashed #9ca3af !important;
    border-radius: 16px !important;
    padding: 2.5rem !important;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
    flex: 1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: none;
    min-height: 500px;
    height: 500px;
}

.testimonial-card.active {
    opacity: 1;
    display: block;
}

.quote-icon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    font-weight: 700;
    line-height: 1;
    z-index: 1;
    font-family: 'Inter', sans-serif;
}

.quote-icon-blue {
    background-color: #3b82f6;
}

.quote-icon-pink {
    background-color: #ec4899;
}

.quote-icon-green {
    background-color: #10b981;
}

.quote-icon-purple {
    background-color: #8b5cf6;
}

.testimonial-text {
    font-size: 1.2rem !important;
    line-height: 1.8 !important;
    color: #000000 !important;
    margin: 2rem 0 2rem 0 !important;
    padding: 0 1rem 0 1rem !important;
    font-family: 'Inter', sans-serif !important;
}

.testimonial-author {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-family: 'Inter', sans-serif !important;
    margin-top: 1rem !important;
    padding: 0 1rem 0 1rem !important;
}

.testimonials-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.pagination-arrow {
    color: #3b82f6;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.pagination-arrow:hover {
    background-color: rgba(59, 130, 246, 0.1);
}

.pagination-numbers {
    color: #6b7280;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

/* Responsive Design */
@media (max-width: 768px) {
    .feature-content {
        flex-direction: column !important;
        gap: 1rem !important;
        text-align: center;
        display: flex !important;
    }
    
    .feature-section {
        margin-bottom: 4rem;
        padding: 0 1rem;
    }
    
    .feature-card-container {
        padding: 2rem;
        max-width: 100%;
        min-height: 600px !important;
    }
    
    .feature-text {
        max-width: 100%;
        padding: 0 !important;
        text-align: center !important;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        margin-bottom: 1rem;
    }
    
    .feature-text h3 {
        font-size: 1.4rem !important;
        text-align: center !important;
    }
    
    .feature-text p {
        font-size: 0.8rem !important;
        text-align: center !important;
    }
    
    .platform-demo-image,
    .feature-visual .platform-demo-image,
    .feature-card-container .platform-demo-image,
    .feature-section .platform-demo-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
        margin: 1rem auto 0 auto !important;
        display: block !important;
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
        z-index: 1 !important;
    }
    
    .feature-visual {
        justify-content: center !important;
        display: block !important;
        align-items: center;
        position: relative;
        height: auto;
        margin-top: 0;
    }
    
    .feature-card-container {
        position: relative;
        overflow: hidden;
    }
    
    .platform-demo-image-second,
    .feature-section-second .platform-demo-image-second,
    .feature-card-container .platform-demo-image-second,
    .feature-section-second .feature-card-container .platform-demo-image-second {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
        margin: 1rem auto 0 auto !important;
        display: block !important;
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
        z-index: 1 !important;
    }
    
    .feature-section-second .feature-text {
        padding: 0 !important;
        text-align: center !important;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        margin-bottom: 1rem;
    }
    
    .feature-section-second .feature-text h3 {
        font-size: 1.4rem !important;
        text-align: center !important;
    }
    
    .feature-section-second .feature-text p {
        font-size: 0.8rem !important;
        text-align: center !important;
    }
    
    .feature-section-second .feature-content {
        flex-direction: column !important;
        position: relative;
        height: auto;
        display: flex !important;
        gap: 1rem !important;
    }
    
    .feature-section-second .feature-visual {
        order: 2;
        justify-content: center !important;
        display: block !important;
        align-items: center;
        position: relative;
        height: auto;
        margin-top: 0;
    }
    
    .feature-section-second .feature-card-container {
        position: relative;
        overflow: hidden;
        min-height: 700px !important;
    }
    
    .testimonials-carousel {
        padding: 0 !important;
        max-width: 100%;
        margin-left: 0.5rem;
    }
    
    .testimonial-card {
        padding: 1rem !important;
        flex: 1 !important;
        min-height: 360px !important;
        height: 360px !important;
        width: 48% !important;
    }
    
    .testimonials-container {
        gap: 1rem !important;
    }
    
    .quote-icon {
        top: 0.5rem;
        right: 0.2rem;
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
    
    .testimonial-text {
        padding: 0 !important;
        font-size: 0.7rem !important;
        line-height: 1.3 !important;
        margin: 4rem 0 0.4rem 0 !important;
        max-width: none !important;
    }
    
    .testimonial-author {
        font-size: 0.85rem !important;
        margin-top: 0.5rem !important;
        padding: 0 !important;
    }
    
    .pagination-arrow {
        font-size: 1rem;
    }
}

/* Feature Cards - Matching Image Design */
.feature-card-gradient {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 500px;
    border: 2px solid #000000;
    border-image: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        #ffffff 10px,
        #ffffff 20px
    ) 1;
}

.feature-card-white {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 500px;
    border: 2px solid #000000;
    border-image: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        #ffffff 10px,
        #ffffff 20px
    ) 1;
    position: relative;
}

.feature-card-gradient:hover,
.feature-card-white:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-content-new {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
    height: 100%;
}

.feature-text {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 1rem;
    margin-bottom: 0;
    padding-left: 5rem;
    padding-right: 1rem;
}

.feature-text h3 {
    font-family: 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-align: left;
}

.feature-text p {
    font-family: 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    color: #000000;
    line-height: 1.6;
    font-weight: 500;
    text-align: left;
}

/* Left-aligned text for second card */
.feature-card-white .feature-text {
    align-items: flex-start;
    position: static;
    width: auto;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 2rem;
    padding-bottom: 1rem;
}

.feature-card-white .feature-text h3,
.feature-card-white .feature-text p {
    text-align: left;
}


.feature-mockup {
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Photo Placeholder */
.mockup-placeholder {
    background: linear-gradient(135deg, 
        rgba(59, 130, 246, 0.1) 0%, 
        rgba(147, 51, 234, 0.1) 25%, 
        rgba(236, 72, 153, 0.1) 50%, 
        rgba(251, 146, 60, 0.1) 75%, 
        rgba(34, 197, 94, 0.1) 100%);
    border-radius: 20px;
    width: 100%;
    max-width: 600px;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    font-weight: 500;
    margin-left: -2rem;
}

/* Gradient cards (1st and 3rd) - bigger and moved left */
.feature-card-gradient .mockup-placeholder {
    max-width: 650px;
    height: 500px;
    margin-left: -5rem;
    background: transparent;
    border: none;
    border-radius: 25px;
    overflow: visible;
}

/* Platform Images - Larger and full width */
.platform-image {
    width: 160%;
    height: 160%;
    object-fit: cover;
    border-radius: 25px;
    margin: auto;
}

/* First tile - Experiment immersive learning - larger image taking full width */
.feature-card-gradient:first-child .platform-image {
    width: 150%;
    height: 150%;
    transform: translate(-15%, -10%);
    object-fit: cover;
}

/* Third tile - Practice Decision Making - even larger image */
.feature-card-gradient:last-child .platform-image {
    width: 180%;
    height: 180%;
    transform: translate(-20%, -20%);
    object-position: center;
    object-fit: cover;
}

.platform-image-small {
    width: 110%;
    height: 110%;
    object-fit: contain;
    border-radius: 25px;
    margin: auto;
    transform: translateY(-10%);
}

/* White card mockup container - two small gradients */
.feature-card-white .feature-mockup {
    flex: 0 0 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    padding-right: 5rem;
}

/* Small gradient placeholders for white card */
.feature-card-white .mockup-placeholder-small {
    background: transparent;
    border: none;
    border-radius: 25px;
    width: 420px;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.9rem;
    font-weight: 500;
}

/* Second small gradient with same hero gradient */
.feature-card-white .mockup-placeholder-small:nth-child(2) {
    background: transparent;
}

/* Mockup Interface Styles */
.mockup-interface {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    overflow: hidden;
}

.mockup-header {
    background: #f8fafc;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
}

.mockup-header-left {
    color: #6b7280;
}

.mockup-header-right {
    color: #1f2937;
}

.mockup-content {
    display: flex;
    min-height: 300px;
}

.mockup-left-pane {
    width: 40%;
    background: #f8fafc;
    border-right: 1px solid #e2e8f0;
    padding: 1rem;
}

.character-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    transition: background-color 0.2s ease;
}

.character-item.selected {
    background: #dbeafe;
}

.character-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e5e7eb;
    flex-shrink: 0;
}

.character-info {
    flex: 1;
    min-width: 0;
}

.character-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.character-role {
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.3;
}

.mockup-right-pane {
    width: 60%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.chat-message {
    background: #f1f5f9;
    padding: 1rem;
    border-radius: 8px;
    border-left: 3px solid #3b82f6;
}

.message-sender {
    font-size: 0.8rem;
    font-weight: 600;
    color: #3b82f6;
    margin-bottom: 0.5rem;
}

.message-text {
    font-size: 0.85rem;
    color: #374151;
    line-height: 1.4;
}

.response-message {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.response-text {
    font-size: 0.8rem;
    color: #374151;
    line-height: 1.4;
}

/* Dual Mockup for Card 2 */
.mockup-dual {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    max-width: 400px;
}

.mockup-interface-small {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex: 1;
    overflow: hidden;
}

.mockup-header-small {
    background: #f8fafc;
    padding: 0.75rem;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.8rem;
    font-weight: 600;
    color: #374151;
    text-align: center;
}

.character-list {
    padding: 0.75rem;
}

.character-item-small {
    padding: 0.5rem;
    border-radius: 6px;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    color: #374151;
    transition: background-color 0.2s ease;
}

.character-item-small.selected {
    background: #dbeafe;
    color: #1e40af;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .feature-content-new {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .feature-text h3 {
        font-size: 1.5rem;
    }
    
    .feature-text p {
        font-size: 1rem;
    }
    
    .mockup-placeholder {
        height: 250px;
        max-width: 100%;
    }
}

/* Feature Demo Visuals */
.feature-demo-visual {
    margin-top: 2rem;
    position: relative;
    z-index: 2;
}

/* Additional Case Info Styles */
.additional-case-info {
    margin-top: 1.5rem;
}

.simulation-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.feature-item:hover::before {
    left: 100%;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.feature-text {
    font-size: 1rem;
    font-weight: 600;
    color: #000000 !important;
    text-shadow: none;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 2;
    text-align: left;
    white-space: nowrap;
    display: block;
}

/* Case Categories Styles */
.case-categories {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1rem;
}

.category-tag {
    display: inline-block;
    padding: 0.8rem 1.2rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    color: #000000 !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.category-tag::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.category-tag:hover::before {
    left: 100%;
}

.category-tag:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Conversation Features Styles */
.conversation-features {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.conversation-item {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.conversation-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.conversation-item:hover::before {
    left: 100%;
}

.conversation-item:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.conversation-text {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.03em;
    position: relative;
    z-index: 2;
}

/* Decision Features Styles */
.decision-features {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.decision-item {
    display: flex;
    align-items: center;
    padding: 0.8rem 1.2rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
}

.decision-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.decision-text {
    font-size: 0.95rem;
    font-weight: 500;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.02em;
}

/* Case Study Demo */
.demo-case-study {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    animation: slideInLeft 0.6s ease-out 0.4s both;
}

.demo-case-study::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.demo-case-study:hover::before {
    left: 100%;
}

.demo-case-study:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.case-study-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.case-study-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
}

.case-study-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000 !important;
    flex: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.case-study-progress {
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 2;
}

.progress-bar-small {
    width: 100%;
    height: 6px;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.progress-fill-small {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    transition: width 0.8s ease;
    animation: progressFill 2s ease-out 1s both;
    position: relative;
    overflow: hidden;
}

.progress-fill-small::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 2s infinite;
}

@keyframes progressFill {
    from { width: 0%; }
    to { width: 75%; }
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.progress-text-small {
    font-size: 0.9rem;
    font-weight: 600;
    color: #000000 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.case-study-status {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #000000 !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.status-dot.live {
    background: #10b981;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Chat Interface Demo */
.demo-chat-interface-small {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 0.8rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    animation: slideInRight 0.6s ease-out 0.5s both;
    max-width: 520px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.demo-chat-interface-small::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: liquidShimmer 3s infinite;
}

.demo-chat-interface-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

@keyframes liquidShimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

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

.chat-message-small {
    margin-bottom: 0.5rem;
    animation: messageSlideIn 0.5s ease-out both;
    opacity: 0;
    transform: translateY(20px);
    display: flex;
}

.chat-message-small.user-message-small {
    justify-content: flex-end;
}

.chat-message-small.ai-message-small {
    justify-content: flex-start;
}

.chat-message-small:first-child {
    animation-delay: 1s;
}

.chat-message-small:nth-child(2) {
    animation-delay: 3s;
}

.chat-message-small:last-child {
    margin-bottom: 0;
}

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

.message-bubble-small {
    padding: 0.5rem 0.9rem;
    border-radius: 16px;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.3;
    max-width: 240px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.user-bubble-small {
    background: #f1f5f9;
    color: #000000;
    margin-left: auto;
    text-align: right;
}

.ai-bubble-small {
    background: #dbeafe;
    color: #000000 !important;
}

.ai-bubble-small p {
    color: #000000 !important;
}

.typing-indicator-small {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin-top: 0.5rem;
    opacity: 0;
}

.typing-indicator-small.user-typing {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.2rem;
    margin: 0;
    opacity: 0;
    animation: typingIndicatorShow 0.3s ease-out 4s both;
    padding: 0.5rem 0.9rem;
    background: #f1f5f9;
    border-radius: 16px;
    max-width: 60px;
}

.typing-indicator-small span {
    width: 4px;
    height: 4px;
    background: #94a3b8;
    border-radius: 50%;
    animation: typing 1.4s infinite ease-in-out;
}

.typing-indicator-small span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator-small span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing {
    0%, 60%, 100% {
        transform: translateY(0);
        opacity: 0.4;
    }
    30% {
        transform: translateY(-6px);
        opacity: 1;
    }
}

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

/* Interactive Decision Tree Demo */
.demo-decision-tree {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(25px);
    border-radius: 24px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
    animation: slideInUp 0.8s ease-out 0.6s both;
    position: relative;
    overflow: hidden;
    max-width: 450px;
    margin: 0 auto;
}

.demo-decision-tree::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 4s infinite;
}

.demo-decision-tree:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

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

/* Decision Tree Components */
.tree-node {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    animation: nodeAppear 0.5s ease-out both;
}

.tree-node.root-node {
    justify-content: center;
    margin-bottom: 1.5rem;
}

.tree-node.root-node .node-content {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.tree-branches {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin-top: 0.6rem;
}

.branch {
    position: relative;
    animation: branchAppear 0.6s ease-out both;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.branch:nth-child(1) { animation-delay: 0.2s; }
.branch:nth-child(2) { animation-delay: 0.4s; }
.branch:nth-child(3) { animation-delay: 0.6s; }

.decision-node .node-content {
    background: rgba(255, 255, 255, 0.98);
    color: #374151;
    padding: 1rem 1.6rem;
    border-radius: 18px;
    font-weight: 600;
    border: 2px solid rgba(59, 130, 246, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.decision-node .node-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: left 0.6s ease;
}

.decision-node .node-content:hover {
    background: rgba(59, 130, 246, 0.08);
    border-color: #3b82f6;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.25);
}

.decision-node .node-content:hover::before {
    left: 100%;
}

.node-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.node-icon {
    font-size: 1.2rem;
}

.node-text {
    font-size: 0.9rem;
}

.tree-outcomes {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-top: 0.5rem;
    align-items: center;
}

.outcome {
    padding: 0.3rem 0.7rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    animation: outcomeAppear 0.5s ease-out both;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.outcome:nth-child(1) { animation-delay: 0.1s; }
.outcome:nth-child(2) { animation-delay: 0.2s; }

.outcome:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.outcome.positive {
    background: rgba(255, 255, 255, 0.2);
    color: #374151;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.outcome.negative {
    background: rgba(255, 255, 255, 0.2);
    color: #374151;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.outcome.neutral {
    background: rgba(107, 114, 128, 0.2);
    color: #6b7280;
    border: 1px solid rgba(107, 114, 128, 0.3);
}

.ai-recommendation {
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
    padding: 0.3rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.ai-typing-indicator {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.6rem 1rem;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(34, 197, 94, 0.1));
    border-radius: 12px;
    margin-bottom: 0.8rem;
    animation: typingIndicatorShow 0.3s ease-out 2.5s both, typingIndicatorHide 0.3s ease-out 3.7s both;
}

.typing-dots {
    display: flex;
    gap: 0.3rem;
}

.typing-dots span {
    width: 6px;
    height: 6px;
    background: #22c55e;
    border-radius: 50%;
    animation: typingBounce 1.4s infinite ease-in-out;
}

.typing-dots span:nth-child(1) {
    animation-delay: -0.32s;
}

.typing-dots span:nth-child(2) {
    animation-delay: -0.16s;
}

.typing-text {
    color: #22c55e;
    font-size: 0.85rem;
    font-weight: 600;
}

.recommendation-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 rem;
    animation: recommendationAppear 0.6s ease-out 4s both;
    opacity: 0;
    transform: translateY(-15px);
    flex-wrap: wrap;
    text-align: center;
    min-height: 15px;
    padding: 0 rem 0 0.1rem 0;
}

.ai-icon {
    font-size: 1.2rem;
}

.recommendation-text {
    font-weight: 600;
    color: #374151;
    font-size: 0.9rem;
    text-align: center;
}

.confidence-score {
    background: rgba(255, 255, 255, 0.2);
    color: #374151;
    padding: 0.2rem 0.6rem;
    border-radius: 10px;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
}

@keyframes nodeAppear {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

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

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

@keyframes typingBounce {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}

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

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

.decision-step {
    display: flex;
    align-items: center;
    padding: 0.8rem 1.2rem;
    margin-bottom: 0.75rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #64748b;
    transition: all 0.3s ease;
    animation: stepSlideIn 0.4s ease-out both;
}

.decision-step:nth-child(1) {
    animation-delay: 1.0s;
}

.decision-step:nth-child(2) {
    animation-delay: 1.2s;
}

.decision-step:nth-child(3) {
    animation-delay: 1.4s;
}

@keyframes stepSlideIn {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.decision-step.active {
    background: rgba(59, 130, 246, 0.1);
    color: #1e40af;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.decision-step:last-child {
    margin-bottom: 0;
}

.step-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 500;
    margin-right: 1rem;
    flex-shrink: 0;
}

.decision-step.active .step-icon {
    background: #3b82f6;
    color: white;
}

.decision-result {
    display: flex;
    align-items: center;
    padding: 0.8rem 1.2rem;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #059669;
    margin-top: 1rem;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.result-icon {
    margin-right: 0.5rem;
    font-size: 0.9rem;
}

.features-horizontal {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    padding: 2rem 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    width: 100%;
    position: relative;
}

.features-horizontal::-webkit-scrollbar {
    display: none;
}

.feature-card-horizontal {
    background: var(--bg-card);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    min-width: 350px;
    width: 350px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.feature-card-horizontal:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.feature-content h3 {
    margin-bottom: 0.5rem;
    color: var(--text-primary);
    font-size: 1.5rem;
}

.feature-content p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.feature-demo {
    margin: 1.5rem 0;
    padding: 1rem;
    background: var(--bg-secondary);
    border-radius: 12px;
    border: 1px solid var(--border-color);
}

.demo-chat {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.chat-message {
    padding: 0.75rem 1rem;
    border-radius: 12px;
    font-size: 0.9rem;
    max-width: 80%;
}

.chat-message.user {
    background: var(--gradient-primary);
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 4px;
}

.chat-message.ai {
    background: var(--bg-primary);
    color: var(--text-primary);
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}


.demo-analysis {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.analysis-step {
    padding: 0.5rem 1rem;
    background: var(--bg-primary);
    border-radius: 8px;
    font-size: 0.9rem;
    color: var(--text-secondary);
    border-left: 3px solid var(--border-color);
    transition: all 0.3s ease;
}

.analysis-step.active {
    color: var(--text-primary);
    border-left-color: #10b981;
    background: rgba(16, 185, 129, 0.1);
}

.analysis-progress {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: var(--bg-primary);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.progress-fill {
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 3px;
    transition: width 0.3s ease;
}

.progress-text {
    font-size: 0.8rem;
    color: var(--text-light);
}

.demo-simulation {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.simulation-scene {
    padding: 0.75rem 1rem;
    background: var(--bg-primary);
    border-radius: 8px;
    font-size: 0.9rem;
    color: var(--text-secondary);
    text-align: center;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.simulation-scene.active {
    color: var(--text-primary);
    background: var(--bg-card);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.2);
}

.scene-icon {
    font-size: 1.2rem;
}

.scene-text {
    flex: 1;
}

.feature-btn {
    width: 100%;
    background: var(--bg-primary);
    color: var(--text-primary);
    border: 1px solid var(--border-color);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.feature-btn:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
    transform: translateY(-2px);
}

/* Analytics Demo */
.demo-analytics {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.analytics-metric {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    background: var(--bg-primary);
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.metric-icon {
    font-size: 1.5rem;
}

.metric-content {
    flex: 1;
}

.metric-value {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 0.25rem;
}

.metric-label {
    font-size: 0.85rem;
    color: var(--text-secondary);
    font-weight: 500;
}

/* Collaboration Demo */
.demo-collaboration {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.collaboration-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: var(--bg-primary);
    border-radius: 8px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.collaboration-item:hover {
    background: var(--bg-secondary);
    border-color: var(--primary-color);
}

.collab-icon {
    font-size: 1.25rem;
}

.collab-text {
    font-size: 0.9rem;
    color: var(--text-primary);
    font-weight: 500;
}

/* Chat Interface Demo */
.demo-chat-interface {
    display: flex;
    flex-direction: column;
    background: #2a2a2a;
    border-radius: 12px;
    min-height: 280px;
    max-height: 280px;
    overflow: hidden;
}

.chat-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: #3a3a3a;
    border-bottom: 1px solid #4a4a4a;
}

.chat-avatar {
    width: 24px;
    height: 24px;
    background: #4a90e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.chat-info {
    flex: 1;
}

.chat-name {
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
}

.chat-status {
    color: #4a90e2;
    font-size: 0.7rem;
}

.chat-messages {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.6rem;
    flex: 1;
    overflow-y: auto;
}

.chat-message {
    display: flex;
    margin-bottom: 0.2rem;
}

.user-message {
    justify-content: flex-end;
}

.ai-message {
    justify-content: flex-start;
}

.message-bubble {
    max-width: 90%;
    padding: 0.5rem 0.7rem;
    border-radius: 10px;
    font-size: 0.75rem;
    line-height: 1.3;
}

.user-bubble {
    background: #4a4a4a;
    color: white;
    border-bottom-right-radius: 2px;
}

.ai-bubble {
    background: #3a3a3a;
    color: white;
    border-bottom-left-radius: 2px;
}

.ai-bubble p {
    margin: 0 0 0.5rem 0;
    color: white;
    font-size: 0.75rem;
}

.chat-list {
    margin: 0.5rem 0;
    padding-left: 0.7rem;
    color: white;
}

.chat-list li {
    margin-bottom: 0.15rem;
    font-size: 0.7rem;
    color: white;
}

.resources-used {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    border-top: 1px solid #4a4a4a;
}

.resource-count {
    background: #4a90e2;
    color: white;
    padding: 0.1rem 0.3rem;
    border-radius: 2px;
    font-size: 0.6rem;
    font-weight: 500;
}

.resource-text {
    color: #ff6b6b;
    font-size: 0.6rem;
    font-weight: 500;
}

/* Enhanced Simulation Demo */
.simulation-scene {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    background: white;
    transition: all 0.3s ease;
    position: relative;
}

.simulation-scene.active {
    background: #f8f9fa;
    border-color: #4a90e2;
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.1);
}

.scene-status {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 0.6rem;
    font-weight: 500;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    text-transform: uppercase;
}

.simulation-scene.active .scene-status {
    background: #4a90e2;
    color: white;
}

.simulation-scene:not(.active) .scene-status {
    background: #e9ecef;
    color: #6c757d;
}

.simulation-progress {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #4a90e2, #5ba0f2);
    border-radius: 3px;
    transition: width 0.3s ease;
}

.progress-text {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 500;
}

/* Enhanced Collaboration Demo */
.collaboration-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    background: white;
    transition: all 0.3s ease;
    position: relative;
}

.collaboration-item.active {
    background: #f8f9fa;
    border-color: #4a90e2;
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.1);
}

.collab-content {
    flex: 1;
}

.collab-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 0.2rem;
}

.collab-count {
    font-size: 0.75rem;
    color: #6c757d;
}

.collab-status {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 0.6rem;
    font-weight: 500;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    text-transform: uppercase;
}

.collaboration-item.active .collab-status {
    background: #4a90e2;
    color: white;
}

.collaboration-item:not(.active) .collab-status {
    background: #e9ecef;
    color: #6c757d;
}

.collaboration-stats {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

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

.stat-number {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: #4a90e2;
    margin-bottom: 0.2rem;
}

.stat-label {
    font-size: 0.7rem;
    color: #6c757d;
    font-weight: 500;
}

/* About Us Section */
.about-section {
    padding: 100px 0;
    background: white;
}

/* About Section - Otter.ai Inspired Design */
.about-section-otter {
    padding: 8rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 25%, #e2e8f0 50%, #cbd5e1 75%, #94a3b8 100%);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.about-section-otter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.05) 0%, transparent 50%), 
        radial-gradient(circle at 80% 80%, rgba(59, 130, 246, 0.04) 0%, transparent 50%), 
        radial-gradient(circle at 50% 10%, rgba(99, 102, 241, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 10% 90%, rgba(168, 85, 247, 0.02) 0%, transparent 30%);
    pointer-events: none;
}

/* Hero Section */
.about-hero-otter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
    margin-bottom: 8rem;
    position: relative;
    z-index: 2;
}

.hero-content {
    padding-right: 2rem;
}

.about-title-otter {
    font-size: 4.5rem;
    font-weight: 500;
    color: #0f172a;
    margin: 0 0 2rem 0;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.about-subtitle-otter {
    font-size: 1.4rem;
    font-weight: 500;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.hero-visual {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-elements {
    position: relative;
    width: 100%;
    height: 100%;
}

.element {
    position: absolute;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(37, 99, 235, 0.2);
    animation: floatOtter 12s ease-in-out infinite;
}

.element-1 {
    width: 120px;
    height: 120px;
    top: 10%;
    left: 15%;
    animation-delay: 0s;
}

.element-2 {
    width: 80px;
    height: 80px;
    top: 60%;
    left: 10%;
    animation-delay: 2s;
}

.element-3 {
    width: 100px;
    height: 100px;
    top: 20%;
    right: 20%;
    animation-delay: 4s;
}

.element-4 {
    width: 60px;
    height: 60px;
    top: 70%;
    right: 15%;
    animation-delay: 6s;
}

.element-5 {
    width: 90px;
    height: 90px;
    bottom: 20%;
    left: 30%;
    animation-delay: 8s;
}

.element-6 {
    width: 70px;
    height: 70px;
    bottom: 10%;
    right: 35%;
    animation-delay: 10s;
}

.element-7 {
    width: 110px;
    height: 110px;
    top: 40%;
    left: 50%;
    animation-delay: 1s;
}

.element-8 {
    width: 50px;
    height: 50px;
    top: 80%;
    left: 60%;
    animation-delay: 3s;
}

@keyframes floatOtter {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg) scale(1); 
        opacity: 0.8;
    }
    25% { 
        transform: translateY(-30px) rotate(90deg) scale(1.1); 
        opacity: 1;
    }
    50% { 
        transform: translateY(-15px) rotate(180deg) scale(0.9); 
        opacity: 0.9;
    }
    75% { 
        transform: translateY(-40px) rotate(270deg) scale(1.05); 
        opacity: 0.95;
    }
}

.about-main-title {
    font-size: 4rem;
    font-weight: 500;
    color: #1e293b;
    margin: 0 0 1.5rem 0;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.about-subtitle {
    font-size: 1.3rem;
    font-weight: 500;
    color: #64748b;
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
}

/* Content Grid */
.about-grid-otter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 8rem;
    position: relative;
    z-index: 2;
}

.content-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.content-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, rgba(59, 130, 246, 0.03) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.content-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.content-card:hover::before {
    opacity: 1;
}

.card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, linear-gradient(90deg, #3B82F6 0%, #2563EB 100%) 0%, #3b82f6 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.card-icon svg {
    width: 28px;
    height: 28px;
    color: white;
}

.content-card h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #0f172a;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
}

.content-card p {
    font-size: 1rem;
    font-weight: 500;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 1;
}

.content-card strong {
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 500;
}

.about-visual-modern {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.geometric-shapes {
    position: relative;
    width: 100%;
    height: 100%;
}

.shape {
    position: absolute;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.1);
    border: 1px solid rgba(37, 99, 235, 0.2);
    animation: float 8s ease-in-out infinite;
}

.shape-1 {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 60px;
    height: 60px;
    top: 60%;
    left: 20%;
    animation-delay: 1s;
}

.shape-3 {
    width: 100px;
    height: 100px;
    top: 10%;
    right: 20%;
    animation-delay: 2s;
}

.shape-4 {
    width: 70px;
    height: 70px;
    top: 50%;
    right: 10%;
    animation-delay: 3s;
}

.shape-5 {
    width: 50px;
    height: 50px;
    bottom: 20%;
    left: 30%;
    animation-delay: 4s;
}

.shape-6 {
    width: 90px;
    height: 90px;
    bottom: 10%;
    right: 30%;
    animation-delay: 5s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* Stats Section */
.stats-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    position: relative;
    z-index: 2;
}

.stat-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.stat-number {
    font-size: 3rem;
    font-weight: 500;
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    font-size: 1rem;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.text-block h3 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #1e293b;
    margin: 0 0 1.2rem 0;
    letter-spacing: -0.01em;
}

.text-block p {
    font-size: 1rem;
    font-weight: 500;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.text-block strong {
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 500;
}

/* Mobile Responsive for Otter About */
@media (max-width: 768px) {
    .about-section-otter {
        padding: 6rem 0;
    }
    
    .about-hero-otter {
        grid-template-columns: 1fr;
        gap: 4rem;
        margin-bottom: 6rem;
    }
    
    .hero-content {
        padding-right: 0;
        text-align: center;
    }
    
    .about-title-otter {
        font-size: 3rem;
    }
    
    .about-subtitle-otter {
        font-size: 1.2rem;
    }
    
    .hero-visual {
        height: 300px;
    }
    
    .element {
        transform: scale(0.7);
    }
    
    .about-grid-otter {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 6rem;
    }
    
    .content-card {
        padding: 2rem;
    }
    
    .card-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 1.5rem;
    }
    
    .card-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .content-card h3 {
        font-size: 1.3rem;
    }
    
    .content-card p {
        font-size: 0.95rem;
    }
    
    .stats-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .stat-item {
        padding: 1.5rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .stats-section {
        grid-template-columns: 1fr;
    }
    
    .about-title-otter {
        font-size: 2.5rem;
    }
    
    .about-subtitle-otter {
        font-size: 1.1rem;
    }
}

.about-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
}

.about-section .section-title {
    font-size: 3rem;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -0.03em;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    font-weight: 500;
    letter-spacing: -0.01em;
}

.about-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-photo {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.about-illustration {
    position: relative;
    width: 400px;
    height: 400px;
    background: var(--bg-secondary);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.illustration-shape {
    position: absolute;
    background: var(--primary-color);
    border-radius: 50%;
    opacity: 0.8;
}

.shape-1 {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 20%;
    animation: float 6s ease-in-out infinite;
}

.shape-2 {
    width: 60px;
    height: 60px;
    top: 60%;
    right: 25%;
    animation: float 6s ease-in-out infinite 2s;
}

.shape-3 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 30%;
    animation: float 6s ease-in-out infinite 4s;
}

.shape-4 {
    width: 40px;
    height: 40px;
    top: 30%;
    right: 15%;
    animation: float 6s ease-in-out infinite 1s;
}

.shape-5 {
    width: 70px;
    height: 70px;
    bottom: 40%;
    right: 40%;
    animation: float 6s ease-in-out infinite 3s;
}

/* Team Section */
.team-section {
    padding: 100px 0;
    background: linear-gradient(135deg,
        rgba(59, 130, 246, 0.12) 0%,
        rgba(147, 51, 234, 0.12) 25%,
        rgba(236, 72, 153, 0.12) 50%,
        rgba(251, 146, 60, 0.12) 75%,
        rgba(34, 197, 94, 0.12) 100%) !important;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

body, html {
    overflow-x: hidden;
}

.team-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
        rgba(59, 130, 246, 0.12) 0%,
        rgba(147, 51, 234, 0.12) 25%,
        rgba(236, 72, 153, 0.12) 50%,
        rgba(251, 146, 60, 0.12) 75%,
        rgba(34, 197, 94, 0.12) 100%);
    z-index: -1;
}

.team-section .section-title {
    font-size: 2.5rem;
    font-weight: 400;
    color: #3b82f6;
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 0;
}

.team-member {
    text-align: center;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    transition: none;
    border: none;
}

.team-member:hover {
    transform: none;
    box-shadow: none;
}

.member-photo,
.member-image {
    width: 150px !important;
    height: 180px !important;
    margin: 0 auto 0rem !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.member-photo img,
.team-photo,
.member-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 16px !important;
}

.team-member:hover .member-photo {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.team-member h3 {
    color: var(--text-primary);
    font-size: 1.5rem;
    margin-bottom: 0.10rem;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.member-title {
    color: var(--text-primary);
    font-weight: 500;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.member-bio {
    color: var(--text-secondary);
    line-height: 1.3;
    font-size: 0.95rem;
    text-align: left;
    font-weight: 500;
    margin-top: 0;
    letter-spacing: -0.01em;
}


/* Combined Learning & CTA Section */


.combined-heading {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.combined-heading h2 {
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    color: #3b82f6;
    text-align: center;
    margin: 0 0 1rem 0;
}

.combined-heading p {
    font-size: 1.2rem;
    color: #000000;
    margin: 0;
    font-weight: 500;
}

.combined-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto 4rem auto;
    position: relative;
    z-index: 2;
}

.combined-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(59, 130, 246, 0.1);
    border-radius: 24px;
    padding: 5rem;
    backdrop-filter: blur(20px);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.combined-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(147, 51, 234, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.combined-card:hover::before {
    opacity: 1;
}

.combined-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.combined-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #3b82f6;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.combined-card p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #374151;
    margin: 0;
    position: relative;
    z-index: 2;
}

.combined-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.combined-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.combined-btn.primary {
    background: #3b82f6;
    color: white;
}

.combined-btn.primary:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
}

.combined-btn.secondary {
    background: transparent;
    color: #3b82f6;
    border: 2px solid #3b82f6;
}

.combined-btn.secondary:hover {
    background: #3b82f6;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
}

.learning-approach::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(251, 207, 232, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(254, 215, 170, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 50% 10%, rgba(252, 231, 243, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

.approach-title {
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    color: var(--text-black);
    text-align: center;
    margin: 0 0 5rem 0;
    position: relative;
    z-index: 2;
}

.approach-cards-simple {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.approach-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(59, 130, 246, 0.1);
    border-radius: 24px;
    padding: 5rem;
    backdrop-filter: blur(20px);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.approach-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.02) 0%, rgba(139, 92, 246, 0.02) 100%);
    pointer-events: none;
}

.approach-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
    border-color: rgba(59, 130, 246, 0.2);
}

.approach-card h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #1e293b;
    margin: 0 0 2.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 2;
}

.approach-card p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #475569;
    margin: 0 0 3rem 0;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.approach-card .card-link {
    display: inline-block;
    padding: 1.25rem 2.5rem;
    background: white;
    border: 1px solid #c4a484;
    border-radius: 12px;
    color: #1e293b;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.approach-card .card-link:hover {
    background: #f8fafc;
    border-color: #a78b5a;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .combined-learning-cta {
        padding: 3rem 0;
    }
    
    .combined-heading {
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .combined-cards {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .combined-card {
        padding: 3rem;
    }
    
    .combined-buttons {
        gap: 1rem;
        flex-direction: column;
        align-items: center;
    }
    
    .approach-cards-simple {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .approach-card {
        padding: 2rem;
    }
    
    .approach-card h3 {
        font-size: 1.5rem;
    }
    
    .approach-card p {
        font-size: 1.1rem;
    }
    
    .approach-card .card-link {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

.cta-button {
    display: inline-block;
    background: white;
    color: #3b82f6;
    padding: 1rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.cta-button.secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.cta-button.secondary:hover {
    background: white;
    color: #3b82f6;
}

/* Responsive Design for Learning Approach */
@media (max-width: 768px) {
    .learning-approach {
        padding: 60px 0;
    }
    
    .approach-title {
        font-size: clamp(2rem, 4vw, 3rem);
    }
    
    .title-carousel {
        height: 4rem;
        margin-bottom: 1rem;
    }
    
    .carousel-title {
        height: 4rem;
        font-size: 1.8rem;
        line-height: 1.2;
    }
    
    @keyframes titleCarousel {
        0%, 20% {
            transform: translateY(0);
        }
        25%, 45% {
            transform: translateY(-4rem);
        }
        50%, 70% {
            transform: translateY(-8rem);
        }
        75%, 95% {
            transform: translateY(-12rem);
        }
        100% {
            transform: translateY(0);
        }
    }
    
    .approach-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .approach-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .approach-card {
        padding: 1.5rem;
    }
    
    .approach-card h3 {
        font-size: 1.25rem;
    }
    
    .cta-button {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Testimonials Section - Single Carousel Style */
.testimonials {
    padding: 4rem 0;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.testimonials-main-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 3rem;
    text-align: center;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.testimonial-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 250px;
    border: 2px solid #3b82f6;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.quote-icon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.quote-icon.blue {
    background-color: #3b82f6;
}

.quote-icon.pink {
    background-color: #ec4899;
}

.quote-icon.yellow {
    background-color: #eab308;
}

.testimonial-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.8s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    overflow: hidden;
}

.testimonial-slide.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 2;
}

.testimonial-slide.prev {
    transform: translateX(-100%);
    z-index: 0;
}

.testimonial-card .testimonial-quote {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #374151;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 2rem;
    margin-top: 1rem;
    text-align: left;
    padding-right: 3rem;
    text-shadow: none;
}

.testimonial-quote::before {
    content: '"';
    font-size: 4rem;
    color: white;
    position: absolute;
    top: -1.5rem;
    left: -2rem;
    font-family: serif;
    opacity: 0.7;
    text-shadow: none;
}

.testimonial-quote::after {
    content: '"';
    font-size: 4rem;
    color: white;
    position: absolute;
    bottom: -2.5rem;
    right: -2rem;
    font-family: serif;
    opacity: 0.7;
    text-shadow: none;
}

.testimonial-attribution {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-card .testimonial-name {
    font-weight: 600;
    color: #6b7280;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
    text-shadow: none;
}

.testimonials .container {
    padding: 0;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    pointer-events: none;
}

.testimonials-header {
    text-align: left;
    margin-bottom: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-main-title {
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    color: #3b82f6 !important;
    text-align: left;
    margin: 0 0 1rem 0;
}

.testimonials-subtitle {
    font-size: 1.2rem;
    color: #3b82f6 !important;
    margin: 0;
    font-weight: 500;
}

/* Testimonials Carousel */
.testimonials-carousel {
    max-width: 1400px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    padding: 0 80px;
}

.testimonials-carousel:hover .carousel-arrow {
    opacity: 1;
}

/* Carousel Arrows */
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    opacity: 0.5;
    visibility: visible;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.carousel-arrow:hover {
    background: #2563eb;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.carousel-arrow-left {
    left: 20px;
}

.carousel-arrow-right {
    right: 20px;
}

/* University logos arrows - more centered and lower */
.hero-university-logos .carousel-arrow-left {
    left: 120px;
    top: 70%;
}

.hero-university-logos .carousel-arrow-right {
    right: 120px;
    top: 70%;
}

/* Testimonials arrows - positioned outside the section */
.testimonials-carousel .carousel-arrow-left {
    left: 20px;
}

.testimonials-carousel .carousel-arrow-right {
    right: 20px;
}

.carousel-arrow i {
    font-size: 1.2rem;
}

.testimonials-carousel-container {
    display: flex;
    gap: 2rem;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.testimonial-card-carousel {
    flex: 0 0 calc(50% - 1rem);
    height: 400px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0) scale(1);
    opacity: 1;
}

.testimonial-card-carousel:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-card-carousel .testimonial-card-gradient {
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-card-carousel .testimonial-quote p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: white;
    margin: 0 0 1rem 0;
    font-weight: 500;
    text-align: left;
    font-style: normal;
    transition: all 0.3s ease;
    transform: translateY(0);
    opacity: 1;
}

.testimonial-card-carousel .testimonial-attribution {
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.testimonial-card-carousel .testimonial-attribution span {
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: left;
    font-style: normal;
    transition: all 0.3s ease;
    transform: translateY(0);
    opacity: 0.9;
}

@keyframes carouselSlide {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(calc(-50% - 1rem));
    }
    40%, 55% {
        transform: translateX(calc(-100% - 2rem));
    }
    60%, 75% {
        transform: translateX(calc(-150% - 3rem));
    }
    80%, 95% {
        transform: translateX(calc(-200% - 4rem));
    }
    100% {
        transform: translateX(0);
    }
}

.testimonials-grid-otter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 3rem;
    max-width: 1350px;
    margin: 0 auto;
    height: 1200px;
}

/* Card 1: Large left card spanning 2 rows */
.testimonial-card-large {
    grid-column: 1;
    grid-row: 1 / 3;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card-large:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Cards 2 & 3: Stacked on the right, same height as Card 1 */
.testimonial-card-small:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card-small:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Cards 4 & 5: Stacked on the left under Card 1 */
.testimonial-card-small:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card-small:nth-child(5) {
    grid-column: 1;
    grid-row: 4;
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Card 6: Right side, same height as Cards 4&5 combined */
.testimonial-card-small:nth-child(6) {
    grid-column: 2;
    grid-row: 3 / 5;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Card 6 gets large card styling since it's also a big card */
.testimonial-card-small:nth-child(6) .testimonial-card-gradient {
    padding: 2rem;
}

.testimonial-card-small:nth-child(6) .testimonial-quote p {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
}

.testimonial-card-small:nth-child(6) .profile-avatar {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
}

.testimonial-card-small:nth-child(6) .profile-info h4 {
    font-size: 1.3rem;
}

.testimonial-card-small:nth-child(6) .profile-info p {
    font-size: 1.1rem;
}

.testimonial-card-small:nth-child(6) .testimonial-attribution span {
    font-size: 1rem;
}


.testimonial-card-small:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Additional Reviews Section */
.testimonials-grid-otter-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 4rem auto 0 auto;
    height: 700px;
}

.testimonials-grid-otter-2 .testimonial-card-large {
    grid-column: 1;
    grid-row: 1 / 3;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonials-grid-otter-2 .testimonial-card-large:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.testimonials-grid-otter-2 .testimonial-card-small:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonials-grid-otter-2 .testimonial-card-small:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonials-grid-otter-2 .testimonial-card-small:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Final 2 Cards Section */
.testimonials-grid-final {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 4rem auto 0 auto;
    height: 350px;
}

.testimonials-grid-final .testimonial-card-small {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonials-grid-final .testimonial-card-small:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Testimonial Cards with Different Gradients */
.testimonial-card-gradient {
    border-radius: inherit;
    padding: 3.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    color: white;
}

.testimonial-card-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

/* Large card specific styling */
.testimonial-card-large .testimonial-card-gradient {
    padding: 2rem;
}

.testimonial-card-large .testimonial-quote p {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
}

.testimonial-card-large .profile-avatar {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
}

.testimonial-card-large .profile-info h4 {
    font-size: 1.3rem;
}

.testimonial-card-large .profile-info p {
    font-size: 1.1rem;
}

.testimonial-card-large .testimonial-attribution span {
    font-size: 1rem;
}

/* Medium card specific styling */
.testimonial-card-medium .testimonial-card-gradient {
    padding: 1.5rem;
}

.testimonial-card-medium .testimonial-quote p {
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
}

.testimonial-card-medium .profile-avatar {
    width: 55px;
    height: 55px;
    font-size: 1.3rem;
}

/* Small card specific styling */
.testimonial-card-small .testimonial-card-gradient {
    padding: 1.5rem;
}

.testimonial-card-small .testimonial-quote p {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: left;
}

.testimonial-card-small .profile-avatar {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
}

.testimonial-card-small .profile-info h4 {
    font-size: 1rem;
}

.testimonial-card-small .profile-info p {
    font-size: 0.9rem;
}

.testimonial-card-small .testimonial-attribution span {
    font-size: 0.9rem;
}

/* Testimonial Cards with Different Gradients */
.testimonial-card-gradient {
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-card-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

/* Different Gradient Backgrounds */
.gradient-1 {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.7) 0%, rgba(118, 75, 162, 0.7) 100%);
}

.gradient-2 {
    background: linear-gradient(135deg, rgba(240, 147, 251, 0.7) 0%, rgba(245, 87, 108, 0.7) 100%);
}

.gradient-3 {
    background: linear-gradient(135deg, rgba(79, 172, 254, 0.7) 0%, rgba(0, 242, 254, 0.7) 100%);
}

.gradient-4 {
    background: linear-gradient(135deg, rgba(67, 233, 123, 0.7) 0%, rgba(56, 249, 215, 0.7) 100%);
}

.gradient-5 {
    background: linear-gradient(135deg, rgba(250, 112, 154, 0.7) 0%, rgba(254, 225, 64, 0.7) 100%);
}

.gradient-6 {
    background: linear-gradient(135deg, rgba(168, 237, 234, 0.7) 0%, rgba(254, 214, 227, 0.7) 100%);
}

.gradient-7 {
    background: linear-gradient(135deg, rgba(255, 154, 158, 0.7) 0%, rgba(254, 207, 239, 0.7) 100%);
}

.gradient-8 {
    background: linear-gradient(135deg, rgba(255, 236, 210, 0.7) 0%, rgba(252, 182, 159, 0.7) 100%);
}

.testimonial-profile {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.profile-image {
    margin-right: 1rem;
}

.testimonial-profile .profile-avatar {
    display: none;
}

.profile-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.profile-info h4 {
    color: white;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 0.25rem 0;
}

.profile-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    margin: 0;
    font-weight: 500;
}

.testimonial-quote {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.testimonial-quote p {
    color: white;
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
}

.testimonial-attribution {
    margin-top: 0.8rem;
    position: relative;
    z-index: 2;
    text-align: left;
}

.testimonial-attribution span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.5rem;
    font-weight: 500;
}

/* Large testimonial card specific styles */
.testimonial-card-large .testimonial-quote p {
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
}

.testimonial-card-large .profile-avatar {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
}

.testimonial-card-large .profile-info h4 {
    font-size: 1.1rem;
}

.testimonial-card-large .profile-info p {
    font-size: 0.9rem;
}

.testimonial-card-large .testimonial-attribution span {
    font-size: 0.9rem;
}

/* Partners Card */
.partners-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.partners-logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    width: 100%;
}

.partner-logo {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #374151;
    padding: 1rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

/* Media Feature Card */
.media-feature-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    position: relative;
    overflow: hidden;
}

.media-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.media-logo {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
}

.media-subtitle {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

.media-description {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

.media-link {
    font-size: 0.9rem;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.media-link:hover {
    opacity: 0.8;
}

/* Stats Card */
.stats-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.stats-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.stats-number {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
}

.stats-label {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.stats-description {
    font-size: 0.9rem;
    line-height: 1.4;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .testimonials-carousel {
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .testimonials-carousel-container {
        gap: 1rem;
        width: 100%;
        animation: carouselSlide 15s infinite ease-in-out;
    }
    
    .testimonial-card-carousel {
        flex: 0 0 calc(50% - 0.5rem);
        height: 300px;
    }
    
    .testimonial-card-carousel .testimonial-card-gradient {
        padding: 1.5rem;
    }
    
    .testimonial-card-carousel .testimonial-quote p {
        font-size: 0.85rem;
        line-height: 1.3;
    }
    
    .testimonial-card-carousel .testimonial-attribution span {
        font-size: 0.7rem;
    }

    .testimonials-grid-otter {
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: repeat(3, 1fr) !important;
        height: auto !important;
        min-height: 900px !important;
        gap: 1rem !important;
        padding: 0 1rem !important;
        margin: 2rem auto 0 auto !important;
    }
    
    .testimonials-grid-otter-2 {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        height: auto;
        gap: 1.5rem;
        padding: 0 1rem;
        margin: 2rem auto 0 auto;
    }
    
    .testimonials-grid-final {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        height: auto;
        gap: 1.5rem;
        padding: 0 1rem;
        margin: 2rem auto 0 auto;
    }
    
    .testimonial-card-large,
    .testimonial-card-small {
        grid-column: auto;
        grid-row: auto;
        height: 280px;
        min-height: 280px;
    }
    
    .testimonials-main-title {
        font-size: clamp(2rem, 4vw, 3rem);
    }
    
    .testimonial-card-gradient {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    
    .testimonial-card-large {
        grid-column: auto !important;
        grid-row: auto !important;
    }
    
    .testimonial-card-small {
        grid-column: auto !important;
        grid-row: auto !important;
    }
    
    .testimonial-quote p {
        font-size: 0.65rem;
        line-height: 1.1;
        flex-grow: 1;
        display: flex;
        align-items: center;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0.3rem 0;
        margin: 0;
    }
    
    .profile-avatar {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }
    
    .profile-info h4 {
        font-size: 0.7rem;
    }
    
    .profile-info p {
        font-size: 0.6rem;
    }
    
    .testimonial-attribution span {
        font-size: 0.6rem;
    }
}

/* Additional Reviews Grid */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 1400px;
    margin: 4rem auto 0 auto;
    height: 700px;
}

.review-card {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.review-card-gradient {
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    color: white;
}

.review-card-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.review-card .testimonial-profile {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.review-card .profile-image {
    margin-right: 1rem;
}

.review-card .profile-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.review-card .profile-info h4 {
    color: white;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 0.25rem 0;
}

.review-card .profile-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    margin: 0;
    font-weight: 500;
}

.review-card .testimonial-quote {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.review-card .testimonial-quote p {
    color: white;
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
}

.review-card .testimonial-attribution {
    margin-top: 0.8rem;
    position: relative;
    z-index: 2;
    text-align: left;
}

.review-card .testimonial-attribution span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.5rem;
    font-weight: 500;
}

/* Mobile Responsive for Reviews Grid */
@media (max-width: 768px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        height: auto;
        gap: 1rem;
        padding: 0 1rem;
    }
    
    .review-card-gradient {
        padding: 1.5rem;
    }
    
    .review-card .testimonial-quote p {
        font-size: 0.9rem;
        line-height: 1.3;
    }
    
    .review-card .profile-avatar {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .review-card .profile-info h4 {
        font-size: 0.9rem;
    }
    
    .review-card .profile-info p {
        font-size: 0.7rem;
    }
    
    .review-card .testimonial-attribution span {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .reviews-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(8, 1fr);
        gap: 1rem;
    }
    
    .review-card-gradient {
        padding: 1.25rem;
    }
    
    .testimonials-grid-otter {
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: repeat(3, 1fr) !important;
        height: auto !important;
        gap: 1rem !important;
        padding: 0 0.5rem !important;
    }
    
    .hero-container {
        padding-top: 1.5rem !important;
    }
    
    .hero-title {
        margin-top: 1.5rem !important;
    }
    
    .btn-primary, .btn-secondary {
        padding: 0.6rem 1.2rem !important;
        font-size: 0.85rem !important;
    }
}

/* CTA Section */
.cta-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(196, 164, 132, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(148, 163, 184, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.cta-card {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 24px;
    padding: 4rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(196, 164, 132, 0.1);
    position: relative;
    z-index: 1;
}

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

.cta-content h2 {
    color: #1e293b;
    margin-bottom: 1.5rem;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.1;
    background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-content p {
    color: #64748b;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 3rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.cta-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 2.5rem;
    border-radius: 16px;
    font-weight: 500;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 2px solid #c4a484;
    min-width: 200px;
    text-align: center;
    background: white;
    color: #c4a484;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(196, 164, 132, 0.1), transparent);
    transition: left 0.5s;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button.primary {
    background: white;
    color: #c4a484;
    border: 2px solid #c4a484;
    box-shadow: 0 4px 20px rgba(196, 164, 132, 0.1);
}

.cta-button.primary:hover {
    background: #c4a484;
    color: white;
    border-color: #c4a484;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px rgba(196, 164, 132, 0.3);
}

.cta-button.secondary {
    background: white;
    color: #c4a484;
    border: 2px solid #c4a484;
    box-shadow: 0 4px 20px rgba(196, 164, 132, 0.1);
}

.cta-button.secondary:hover {
    background: #c4a484;
    color: white;
    border-color: #c4a484;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px rgba(196, 164, 132, 0.3);
}

/* Responsive Design for CTA Section */
@media (max-width: 768px) {
    .cta-section {
        padding: 80px 0;
    }
    
    .cta-card {
        padding: 2.5rem 1.5rem;
        margin: 0 1rem;
        border-radius: 20px;
    }
    
    .cta-content h2 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    
    .cta-content p {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }
    
    .cta-actions {
        flex-direction: column;
        gap: 1rem;
    }
    
    .cta-button {
        width: 100%;
        min-width: auto;
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-section .btn-primary {
    background: white;
    color: var(--text-primary);
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-section .btn-primary:hover {
    background: var(--bg-secondary);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.cta-section .btn-secondary {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-weight: 500;
}

.cta-section .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-2px);
}

/* Combined Learning & CTA Section */
.combined-learning-cta {
    padding: 3rem 0;
    background: white;
    color: #000000;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.combined-learning-cta .container {
    padding: 0;
}

.features-section-title {
    color: #000000;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 2rem 0;
    font-family: 'Inter', sans-serif;
}

.combined-heading {
    margin-bottom: 4rem;
}

.combined-heading h2 {
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    color: #3B82F6;
    margin-bottom: 1.5rem;
}

.combined-heading p {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #000000;
    max-width: 600px;
    margin: 0 auto;
}

.section-title {
    color: #3B82F6 !important;
}

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

.combined-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 4rem;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    min-height: 300px;
}

.combined-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.combined-card h3 {
    font-weight: 500;
    font-size: 1.8rem;
    color: white;
    margin-bottom: 1.5rem;
}

.combined-card p {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.combined-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.combined-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 20px;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 160px;
}

.combined-btn.primary {
    background: white;
    color: #2563EB;
    border: 2px solid white;
}

.combined-btn.primary:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.combined-btn.secondary {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.combined-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Mobile Responsive for Combined Section */
@media (max-width: 768px) {
    .combined-learning-cta {
        padding: 5rem 0;
    }
    
    .combined-heading {
        margin-bottom: 3rem;
    }
    
    .combined-heading h2 {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
        margin-bottom: 1rem;
    }
    
    .combined-heading p {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .combined-cards {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        margin-bottom: 3rem;
        padding: 0 1rem;
    }
    
    .combined-card {
        padding: 3rem;
        min-height: 250px;
    }
    
    .combined-card h3 {
        font-size: 1.3rem;
    }
    
    .combined-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 0 1rem;
    }
    
    .combined-btn {
        width: 100%;
        max-width: 280px;
        padding: 1rem 1.5rem;
    }
}

.cta-section-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 50%, transparent 100%);
    background-size: 200% 2px, 300% 1px, 250% 1.5px;
    background-position: 0% 20%, 0% 40%, 0% 60%;
    background-repeat: repeat-x;
    animation: waveMove 20s linear infinite;
    pointer-events: none;
}

@keyframes waveMove {
    0% { background-position: -200% 20%, -300% 40%, -250% 60%; }
    100% { background-position: 200% 20%, 300% 40%, 250% 60%; }
}

/* Oval Elements */
.oval-elements {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.oval-item {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.oval-item:hover {
    transform: scale(1.1);
}

.oval-content {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* Photo Ovals - Now just gradient backgrounds */
.photo-1 {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
}

.photo-2 {
    background: linear-gradient(135deg, #059669 0%, #0d9488 100%);
}

.photo-3 {
    background: linear-gradient(135deg, #dc2626 0%, #ea580c 100%);
}

/* Gradient Ovals */
.gradient-1 {
    background: linear-gradient(135deg, #f59e0b 0%, #ec4899 100%);
}

.gradient-2 {
    background: linear-gradient(135deg, #06b6d4 0%, #8b5cf6 100%);
}

.gradient-3 {
    background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
}

.gradient-4 {
    background: linear-gradient(135deg, #10b981 0%, #3b82f6 100%);
}

.gradient-5 {
    background: linear-gradient(135deg, #f59e0b 0%, #ec4899 100%);
}

/* CTA Heading */
.cta-heading {
    margin-bottom: 3rem;
}

.cta-heading h2 {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
    color: white;
}

.cta-heading p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin: 0 auto;
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 1rem 2.5rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid;
    min-width: 160px;
    text-align: center;
}

.cta-btn.primary {
    background: white;
    color: #2563EB;
    border-color: #2563EB;
}

/* small icon used inside CTAs on examples page */
.examples-cta .cta-btn .cta-icon {
    height: 20px;
    width: 20px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 4px;
    vertical-align: middle;
}

.cta-btn.primary:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cta-btn.secondary {
    background: transparent;
    color: white;
    border-color: white;
}

.cta-btn.secondary:hover {
    background: white;
    color: #2563EB;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Mobile Responsive for New CTA */
@media (max-width: 768px) {
    .cta-section-new {
        padding: 6rem 0;
    }
    
    .oval-elements {
        gap: 1rem;
        margin-bottom: 3rem;
    }
    
    .oval-item {
        width: 60px;
        height: 60px;
    }
    
    
    .cta-heading h2 {
        font-size: 2.5rem;
    }
    
    .cta-heading p {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 280px;
    }
}

/* Footer - Otter.ai Style */
.footer-otter {
    background: #000000;
    color: white;
    padding: 160px 0 100px;
    position: relative;
    overflow: hidden;
    min-height: 800px;
}

.footer-main {
    /* use a 3-column grid: left description | center (brand) | right columns */
    display: grid;
    grid-template-columns: 420px 1fr 360px;
    align-items: start;
    gap: 24px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    /* keep right padding but remove left padding so the paragraph can be flush-left */
    padding: 0 40px 0 0;
}

.footer-left {
    flex-shrink: 0;
    /* align flush to the left of the footer container */
    /* move slightly more left so the paragraph appears closer to the viewport edge */
    margin-left: -90px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 1.5rem;
    padding-left: 0;
    margin-right: 0;
    position: relative;
    left: 0;
    max-width: 420px;
}

/* place left and right blocks into the grid columns explicitly */
.footer-left {
    grid-column: 1;
}

.footer-right {
    grid-column: 3;
    justify-self: end;
    /* nudge the right columns slightly further right so they sit closer to the viewport edge */
    transform: translateX(180px);
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.footer-logo-img {
    height: 40px;
    width: auto;
    margin-right: 12px;
    flex-shrink: 0;
}

.footer-logo-text {
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
}

.footer-top-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
}

.footer-description {
    color: white;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: -20px;
    /* remove hard negative offsets so JS can position this element to align with the brand */
    /* force flush-left: keep change minimal and specific so nothing else is affected */
    margin-left: -80px !important;
    padding-left: 0 !important;
    text-align: left;
    max-width: 400px;
    text-align: left;
    flex: 1;
    position: relative;
    left: 0;
}

.footer-large-text {
    position: absolute;
    top: 65%;
    /* nudge brand a little to the left */
    left: 48%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}

.footer-brand-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(14rem, 28vw, 24rem);
    line-height: 0.9;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.96);
    text-align: center;
    width: 100%;
    display: block;
    text-rendering: geometricPrecision;
    margin: 0 auto;
    padding: 2rem 0 2rem 0;
    background-color: #000000;
    text-transform: none;
    font-stretch: normal;
    white-space: nowrap;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    text-shadow: none;
    animation: fadeIn 1.2s ease-out;
}

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

.footer-right {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    margin-left: 0;
    position: relative;
    left: 0;
    align-items: flex-start;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    margin-bottom: 0;
    position: relative;
    margin-left: 0;
    z-index: 2;
    align-items: start;
    align-content: start;
    align-self: start;
    margin-left: 0;
    margin-top: -20px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
}

.footer-column h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0;
    align-self: flex-start;
}

.footer-column:first-child h4 {
    margin-top: 0;
    margin-bottom: 0px;
}

.footer-column a {
    display: block;
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: white;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    /* move the bottom links down a little */
    padding-top: 360px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Desktop positioning handled by grid layout above; no forced absolute positioning */

.footer-bottom-left span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 500;
}

.footer-bottom-right {
    display: flex;
    gap: 24px;
    align-items: center;
}

.footer-bottom-right span {
    color: #9ca3af;
    font-size: 0.8rem;
    font-weight: 400;
}

.footer-bottom-right a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-bottom-right a:hover {
    color: rgba(255, 255, 255, 0.8);
}

/* Mobile Responsive for Footer */
@media (max-width: 768px) {
    .footer-otter {
        padding: 30px 0 15px;
    }
    
    
    .footer-main {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
        padding: 0 1rem;
    }
    
    .footer-left {
        margin-left: 0;
        text-align: center;
        padding: 0 1rem;
        order: 1;
    }
    
    .footer-left p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 1rem;
        text-align: center !important;
    }
    
    .footer-description {
        text-align: right !important;
        margin-left: 0 !important;
    }
    
    .footer-logo {
        margin-bottom: 0;
    }
    
    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 0;
        text-align: center;
        max-width: 300px;
        margin: 0 auto;
        order: 2;
    }
    
    .footer-column h4 {
        font-size: 0.8rem;
        margin-bottom: 0.6rem;
    }
    
    .footer-column a {
        font-size: 0.7rem;
        margin-bottom: 0.4rem;
        display: block;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .footer-bottom-right {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
    
    .footer-logo-large {
        font-size: clamp(1.5rem, 6vw, 2.5rem) !important;
        margin-top: 10px !important;
        padding: 10px 0 !important;
        line-height: 0.9 !important;
        max-width: 90vw;
        overflow: hidden;
        order: 1;
    }
    
    .footer-bottom {
        order: 3;
        margin-top: 20px !important;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .footer-bottom-right {
        flex-direction: column;
        gap: 12px;
    }
}

/* Legacy Footer (keeping for compatibility) */
.footer {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    color: #334155;
    padding: 100px 0 40px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(196, 164, 132, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(148, 163, 184, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
    position: relative;
    z-index: 1;
}

.footer-left {
    display: flex;
    gap: 4rem;
    flex: 1;
}

.footer-mission {
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
    max-width: 300px;
}

.footer-copyright {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
    font-weight: 500;
    text-align: right;
    align-self: flex-start;
    padding-top: 0.5rem;
}

.footer-right {
    display: flex;
    align-items: flex-start;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 160px;
}

.footer-column h4 {
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    margin-top: 0;
    letter-spacing: -0.01em;
}

.footer-column a {
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    line-height: 1.5;
    position: relative;
    padding-left: 0;
}

.footer-column a:hover {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 8px;
    transform: translateX(4px);
}

.footer-column a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background: #c4a484;
    transition: width 0.3s ease;
}

.footer-column a:hover::before {
    width: 4px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes typing {
    0%, 60%, 100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-10px);
    }
}

/* Dynamic Animations */
@keyframes animateIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes animateCheck {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes animateProgress {
    0% {
        width: 0%;
    }
    100% {
        width: 66%;
    }
}

@keyframes animateCounter {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animateGlow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(100, 116, 139, 0.3);
    }
    50% {
        box-shadow: 0 0 20px rgba(100, 116, 139, 0.6);
    }
}

@keyframes animateBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@keyframes animateFade {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes animateSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes animateSlideIn {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes animateWiggle {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(-5deg);
    }
}

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

@keyframes pulseButton {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(100, 116, 139, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(100, 116, 139, 0);
    }
}

/* Animation Classes */
.animate-in {
    animation: animateIn 0.6s ease-out forwards;
    opacity: 0;
}

.animate-check {
    animation: animateCheck 0.8s ease-out forwards;
    opacity: 0;
}

.animate-progress {
    animation: animateProgress 2s ease-out forwards;
}

.animate-counter {
    animation: animateCounter 1s ease-out 1.5s forwards;
    opacity: 0;
}

.animate-glow {
    animation: animateGlow 2s ease-in-out infinite;
}

.animate-bounce {
    animation: animateBounce 2s ease-in-out infinite;
}

.animate-fade {
    animation: animateFade 0.8s ease-out forwards;
    opacity: 0;
}

.animate-slide-up {
    animation: animateSlideUp 0.8s ease-out forwards;
    opacity: 0;
}

.animate-spin-slow {
    animation: animateSpinSlow 3s linear infinite;
}

.animate-slide-in {
    animation: animateSlideIn 0.8s ease-out forwards;
    opacity: 0;
}

.animate-wiggle {
    animation: animateWiggle 1s ease-in-out infinite;
}

.animate-pulse {
    animation: animatePulse 2s ease-in-out infinite;
}

.pulse-btn {
    animation: pulseButton 2s ease-in-out infinite;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        display: flex !important;
        flex-direction: row !important;
        gap: 0.5rem !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
        flex: 1;
        overflow-x: auto;
    }
    
    .hamburger {
        display: none !important;
    }
    
    .hero-container {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        text-align: center !important;
        padding: 0 !important;
        padding-top: 2rem !important;
    }
    
    .hero-title {
        margin-top: 2rem !important;
        text-align: center !important;
    }
    
    .hero-subtitle {
        text-align: center !important;
    }
    
    .hero-buttons {
        display: flex !important;
        flex-direction: row !important;
        gap: 1rem !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    .btn-primary, .btn-secondary {
        padding: 0.75rem 1.5rem !important;
        font-size: 0.9rem !important;
        min-width: auto !important;
    }
    
    .testimonials {
        margin-bottom: 2rem !important;
        padding: 2rem 0 !important;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .testimonial-card {
        padding: 1.5rem;
    }
    
    .testimonials-main-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .features-section {
        margin-top: 2rem !important;
    }
    
    
    .hero-buttons {
        justify-content: center;
    }
    
    .demo-video-container {
        max-width: 100%;
        padding: 10px;
        border-radius: 0;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
    
    .demo-video {
        width: 100%;
        border-radius: 15px;
    }
    
    .video-placeholder {
        height: 300px;
    }
    
    .university-logos-inline .logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    .university-logo {
        height: 65px;
        width: 140px;
    }
    
    .university-logos-inline {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }
    
    .scenario-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .about-illustration {
        width: 300px;
        height: 300px;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    
    .approach-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .approach-title {
        font-size: clamp(2rem, 4vw, 3rem);
        margin-bottom: 3rem;
    }
    
    .cta-input-group {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }
    
    .cta-input {
        background: white;
        border-radius: 12px;
        box-shadow: var(--shadow-md);
    }
    
    .cta-submit {
        border-radius: 12px;
        box-shadow: var(--shadow-md);
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .institutions-carousel {
        max-width: 100%;
    }
    
    .institutions-track {
        gap: 2rem;
        animation-duration: 8s;
    }
    
    .institution {
        height: 80px;
        min-width: 150px;
    }
    
    .features-container {
        overflow: visible;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 1.5rem;
        padding: 0 1rem;
        height: auto;
    }
    
    .feature-card-otter {
        padding: 1.5rem;
        min-height: 500px;
    }
    
    .feature-card-otter h3 {
        font-size: 1.25rem;
    }
    
    .feature-card-otter p {
        font-size: 0.9rem;
    }
    
    .demo-case-study,
    .demo-chat-interface-small,
    .demo-decision-flow {
        padding: 1rem;
    }
    
    .message-bubble-small {
        max-width: 160px;
        font-size: 0.75rem;
    }
    
    .feature-item,
    .conversation-item,
    .decision-item {
        padding: 0.6rem 1rem;
    }
    
    .feature-text,
    .conversation-text,
    .decision-text {
        font-size: 0.85rem;
    }
    
    .category-tag {
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
    }
    
    .simulation-features,
    .conversation-features,
    .decision-features {
        gap: 0.6rem;
        margin-top: 1rem;
    }
    
    .features-horizontal {
        flex-direction: row;
        gap: 1.5rem;
        overflow-x: auto;
        padding: 1.5rem 1rem 1.5rem 0;
        scroll-snap-type: x mandatory;
    }
    
    .feature-card-horizontal {
        min-width: 280px;
        flex-shrink: 0;
        scroll-snap-align: start;
    }
    
    .testimonials-grid {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        gap: 1rem;
        padding: 1rem 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .testimonials-grid::-webkit-scrollbar {
        display: none;
    }
    
    .testimonial-card {
        min-width: calc(50vw - 1rem);
        max-width: calc(50vw - 1rem);
        flex-shrink: 0;
        scroll-snap-align: start;
        padding: 1rem;
    }
    
    .testimonial-content p {
        font-size: 0.9rem;
    }
    
    .footer {
        padding: 60px 0 30px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-left {
        flex-direction: column;
        gap: 2rem;
        max-width: 100%;
        text-align: center;
    }
    
    .footer-mission {
        font-size: 0.9rem;
        margin-bottom: 0;
        line-height: 1.6;
        max-width: 100%;
        text-align: center;
    }
    
    .footer-right {
        justify-content: center !important;
        width: 100% !important;
        margin: 0 !important;
    }
    
    .footer-column {
        gap: 0.75rem;
        min-width: 120px !important;
        flex: 1 !important;
        max-width: 140px !important;
        display: flex !important;
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .footer-column:first-child {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .footer-column h4 {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: white;
    }
    
    .footer-column a {
        font-size: 0.8rem;
        color: white;
    }
    
    .footer-copyright {
        font-size: 0.8rem;
        text-align: center;
        margin: 0;
        padding-top: 0;
    }
    
    .floating-elements {
        display: none;
    }
}

@media (max-width: 480px) {
    .nav-container {
        height: 60px;
        padding: 0 0.5rem;
        justify-content: flex-start;
        gap: 0.1rem;
        margin-left: 0 !important;
        background-color: white !important;
    }
    .nav-logo {
        margin-left: 0 !important;
        padding-left: 0 !important;
        display: flex;
        align-items: center;
    }
    .nav-logo-img {
        height: 28px !important;
        width: 28px !important;
    }
    .nav-brand-text {
        font-size: 1rem !important;
        margin-left: 4px !important;
    }
    .nav-menu {
        margin-left: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .nav-link {
        font-size: 1rem !important;
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .cta-section {
        padding: 60px 0;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Smooth floating animation for cards */
@keyframes floatSmooth {
    0%, 100% {
        transform: translateY(0px) rotate(var(--rotation, 0deg));
    }
    25% {
        transform: translateY(-8px) rotate(var(--rotation, 0deg));
    }
    50% {
        transform: translateY(-12px) rotate(var(--rotation, 0deg));
    }
    75% {
        transform: translateY(-6px) rotate(var(--rotation, 0deg));
    }
}

/* Focus styles for accessibility */
button:focus,
a:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Loading states */
.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Utility classes */
.text-center {
    text-align: center;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-2 {
    margin-top: 2rem;
}

/* Mobile touch improvements */
@media (max-width: 768px) {
    /* Improve touch targets */
    .btn-primary, .btn-secondary, .cta-button {
        min-height: 48px;
        padding: 1rem 1.5rem;
    }
    
    /* Better scrolling on mobile */
    .features-horizontal, .testimonials-grid {
        -webkit-overflow-scrolling: touch;
    }
    
    /* Improve hero section on mobile */
    .hero {
        padding: 4.5rem 0 3rem 0;
        min-height: 70vh;
    }
    
    .hero-container {
        flex-direction: column;
        gap: 2rem;
        padding: 0;
    }
    
    .hero-content {
        text-align: center;
        order: 1;
    }
    
    .hero-visual {
        order: 2;
        max-width: 100%;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        padding: 0;
        border-radius: 0;
    }
    
    .hero-title {
        font-size: clamp(2.2rem, 7vw, 3.2rem);
        line-height: 1.1;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        line-height: 1.5;
        margin-bottom: 2rem;
        max-width: 100%;
    }
    
    .hero-buttons {
        flex-direction: row !important;
        gap: 1rem;
        align-items: center;
    }
    
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        width: auto !important;
        max-width: none !important;
        padding: 0.75rem 1.5rem !important;
        font-size: 0.9rem !important;
    }
}

/* Responsive Floating Cards */
@media (max-width: 768px) {
    .floating-card {
        min-width: clamp(90px, 12vw, 120px);
        max-width: 140px;
        padding: clamp(0.5rem, 2vw, 0.75rem);
        border-radius: 12px;
        position: absolute;
    }
    
    .floating-card.card-1 {
        top: clamp(12%, 15vh, 18%);
        left: clamp(3%, 5vw, 8%);
        animation-delay: 0s;
    }
    
    .floating-card.card-2 {
        top: clamp(16%, 20vh, 23%);
        right: clamp(3%, 6vw, 10%);
        animation-delay: 0.5s;
    }
    
    .floating-card.card-3 {
        bottom: clamp(25%, 30vh, 35%);
        left: clamp(3%, 6vw, 10%);
        animation-delay: 1s;
    }
    
    .floating-card.card-4 {
        bottom: clamp(20%, 25vh, 30%);
        right: clamp(3%, 5vw, 8%);
        animation-delay: 1.5s;
    }
    
    .card-icon {
        width: 32px;
        height: 32px;
        margin-bottom: 0.5rem;
    }
    
    .card-content-small h4 {
        font-size: 0.9rem;
        margin-bottom: 0.25rem;
    }
    
    .card-content-small p {
        font-size: 0.75rem;
    }
    
    .floating-card {
        min-width: clamp(80px, 15vw, 100px);
        max-width: 110px;
        padding: clamp(0.4rem, 1.5vw, 0.6rem);
    }
    
    .floating-card.card-1 {
        top: clamp(10%, 12vh, 15%);
        left: clamp(2%, 4vw, 6%);
    }
    
    .floating-card.card-2 {
        top: clamp(14%, 18vh, 21%);
        right: clamp(2%, 4vw, 6%);
    }
    
    .floating-card.card-3 {
        bottom: clamp(22%, 28vh, 32%);
        left: clamp(2%, 4vw, 6%);
    }
    
    .floating-card.card-4 {
        bottom: clamp(18%, 22vh, 26%);
        right: clamp(2%, 4vw, 6%);
    }
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

/* Force mobile footer layout */
@media (max-width: 768px) {
    .footer-right {
        flex-direction: row !important;
        gap: 1rem !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        display: flex !important;
        width: 100% !important;
        max-width: 280px !important;
        margin: 0 auto !important;
    }
    
    .footer-column {
        min-width: 100px !important;
        flex: 1 !important;
        max-width: 120px !important;
        display: flex !important;
        flex-direction: column !important;
        text-align: center !important;
    }
}

/* Extra small mobile screens */
@media (max-width: 480px) {
    .container {
        padding: 0;
    }
    
    .nav-container {
        padding: 0 0.5rem;
    }
    
    .hero {
        padding: 4rem 0 2rem 0;
        min-height: 60vh;
    }
    
    .hero-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .footer {
        padding: 0.75rem 0 0.5rem;
    }
    
    .footer-bottom {
        margin-top: 0.75rem;
        padding-top: 0.5rem;
    }
    
    .footer-copyright {
        font-size: 0.65rem;
    }
    
    .footer-right {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .footer-column {
        min-width: auto;
    }
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
    pointer-events: auto;
    position: relative;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #3b82f6;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Mobile Navigation Styles */
@media (max-width: 768px) {
    .hamburger {
        display: none !important;
    }
    
    .nav-menu {
        display: flex !important;
        flex-direction: row !important;
        gap: 0.1rem !important;
        flex-wrap: nowrap !important;
        position: static !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
        border: none !important;
        justify-content: flex-start !important;
        align-items: center !important;
        flex: 1;
        overflow-x: auto;
    }
    
    .nav-menu .nav-link {
        padding: 0.2rem 0.3rem;
        color: #000000;
        font-weight: 500;
        font-size: 0.7rem;
        border-radius: 4px;
        transition: background-color 0.3s ease;
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    .nav-menu .nav-link:hover {
        background-color: #f3f4f6;
    }
    
    .nav-menu .nav-btn-primary {
        display: block !important;
        padding: 0.3rem 0.6rem !important;
        font-size: 0.7rem !important;
        background-color: #3b82f6 !important;
        color: white !important;
        border-radius: 4px !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
    }
    
    /* Mobile Demo Interface */
    .product-demo-mockup {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 10px !important;
        min-height: 400px !important;
        border-radius: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    .demo-interface {
        width: 80% !important;
        aspect-ratio: 1/1.2 !important;
        max-height: 400px !important;
        min-height: 350px !important;
        margin: 0 !important;
    }
    
    .demo-content {
        flex-direction: column !important;
        height: 100% !important;
    }
    
    .demo-sidebar {
        width: 100% !important;
        height: auto !important;
        border-right: none !important;
        border-bottom: 1px solid #e5e7eb !important;
        padding: 0.5rem 0 !important;
    }
    
    .demo-main {
        flex: 1 !important;
        padding: 1rem !important;
    }
    
    .demo-document-title {
        font-size: 1.4rem !important;
        margin-bottom: 1rem !important;
    }
    
    .demo-document-text {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }
    
    .demo-nav-item {
        padding: 0.5rem 0.75rem !important;
        font-size: 0.8rem !important;
    }
    
    .demo-toolbar {
        padding: 0.5rem 0.75rem !important;
        margin-top: 0.5rem !important;
    }
    
    .demo-header-bar {
        padding: 0.75rem 1rem !important;
    }
    
    .demo-course {
        font-size: 0.9rem !important;
    }
    
    .demo-breadcrumb {
        font-size: 0.8rem !important;
    }
    
    .institutions-title {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
    }
}

/* Modern Single About Page */
.about-single-modern {
    padding: 120px 0;
    background: url('Testimonal1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.about-single-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.about-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.about-text-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    padding: 4rem;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
}

.about-main-title {
    font-size: clamp(3rem, 6vw, 4.5rem);
    font-weight: 350;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.about-main-subtitle {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6;
    color: #111111;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.about-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}

.about-content-item {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-content-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.about-content-item:first-child::before {
    background: url('Testimonial3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.about-content-item:nth-child(2)::before {
    background: url('Testimonial4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.about-content-item:nth-child(3)::before {
    background: url('Testimonial5.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.about-content-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.about-content-item:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.about-content-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.about-content-item:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    justify-self: center;
    max-width: calc(50% - 1rem);
}

.about-content-item h3 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.8rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    position: relative;
    z-index: 2;
}

.about-content-item p {
    font-size: 0.95rem;
    font-weight: 500;
    color: #111111;
    line-height: 1.5;
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    position: relative;
    z-index: 2;
}

.about-content-item strong {
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}

/* Examples Page Styles */
.examples-section {
    padding: 6rem 0 4rem 0;
    background: #f8fafc;
    min-height: 80vh;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.examples-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.examples-header {
    text-align: center;
    margin-bottom: 3rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.examples-title {
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    color: #3b82f6;
    text-align: center;
    margin: 0 0 1rem 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.examples-subtitle {
    font-size: 1.2rem;
    color: #000000;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.examples-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.example-card {
    background: white !important;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    height: 100%;
    opacity: 0;
    transform: translateY(30px);
    animation: cardSlideIn 0.6s ease-out both;
}

/* Reset any background colors inside the card except for specific elements */
.example-card > *:not(.example-btn, .example-btn *, .example-badge) {
    background: transparent !important;
}

.example-card:nth-child(1) {
    animation-delay: 0.8s;
}

.example-card:nth-child(2) {
    animation-delay: 1s;
}

.example-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #3b82f6;
}

.example-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.example-card:nth-child(1) .example-icon {
    /* replaced with image icon */
    background: transparent;
    color: inherit;
}

.example-card:nth-child(2) .example-icon {
    /* replaced with image icon */
    background: transparent;
    color: inherit;
}

.example-card:nth-child(3) .example-icon {
    background: #ef4444;
    color: white;
}

.example-card:nth-child(4) .example-icon {
    background: #10b981;
    color: white;
}

.example-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #f1f5f9;
    color: #64748b;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* image inside example icon (replaces font icon) */
.example-icon-img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}

.example-description {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.example-title {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 1rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.example-authors {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.example-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--text-secondary);
    font-size: 0.85rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.example-meta i {
    color: #64748b;
}

.example-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    background: #3B82F6 !important;
    color: white !important;
    padding: 0.875rem 1.5rem !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif !important;
    width: 100% !important;
    border: none !important;
    cursor: pointer !important;
    margin-top: auto !important;
    position: relative !important;
}

.example-btn * {
    color: white !important;
    background: transparent !important;
    position: relative !important;
    z-index: 2 !important;
    font-size: 1rem !important;
}

.example-btn::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%) !important;
    border-radius: 8px !important;
    z-index: 1 !important;
}

.example-btn:hover::before {
    background: linear-gradient(90deg, #2563EB 0%, #1D4ED8 100%) !important;
}

.example-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3) !important;
}

.example-btn i {
    transition: transform 0.3s ease;
}

.example-btn:hover i {
    transform: translateX(4px);
}

.examples-cta {
    text-align: center;
    padding: 3rem 0;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 1.2s both;
}

.cta-title {
    font-size: 2rem;
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.cta-btn {
    display: inline-block;
    background: #3b82f6;
    color: white;
    padding: 1rem 2rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    border: none;
    cursor: pointer;
}

.cta-btn:hover {
    background: #2563eb;
}

/* Mobile Responsive for Examples Page */
@media (max-width: 768px) {
    .examples-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .examples-title {
        font-size: 2rem;
        margin-top: -8rem !important;
    }
    
    .examples-subtitle {
        font-size: 1.1rem;
    }
    
    .example-card {
        padding: 1.5rem;
    }
    
    .example-meta {
        gap: 0.75rem;
    }
    
    .meta-item {
        font-size: 0.8rem;
    }
    
    .cta-title {
        font-size: 1.5rem;
    }
}

/* Contact Page Styles */
.contact-section {
    padding: 4rem 0 4rem 0;
    background: white;
    min-height: 80vh;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.contact-header {
    text-align: center;
    margin-bottom: 4rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.contact-label {
    font-size: 0.9rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.contact-title {
    font-weight: 400;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    color: #3b82f6;
    text-align: center;
    margin: 0 0 1rem 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.contact-subtitle {
    font-size: 1.2rem;
    color: #000000;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.contact-card {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    opacity: 0;
    transform: translateY(30px);
    animation: cardSlideIn 0.6s ease-out both;
}

.contact-card:nth-child(1) {
    animation-delay: 0.8s;
}

.contact-card:nth-child(2) {
    animation-delay: 1s;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #3b82f6;
}

.card-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1.5rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    position: relative;
    z-index: 2;
}

.card-description {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    font-weight: 500;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    position: relative;
    z-index: 2;
}

.contact-btn {
    display: inline-block;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.contact-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.contact-btn:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.contact-btn:hover::before {
    left: 100%;
}

.nav-link-contact {
    color: #3b82f6 !important;
}

.nav-link-contact i {
    color: #3b82f6 !important;
}

/* Mobile Responsive for Contact Page */
@media (max-width: 768px) {
    .contact-title {
        font-size: 2.5rem;
    }
    
    .contact-subtitle {
        font-size: 1.1rem;
    }
    
    .contact-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .contact-card {
        padding: 2rem 1.5rem;
    }
}

/* Team Page Styles */
.team-section {
    padding: 1rem 0 1rem 0;
    background: white;
    min-height: 50vh;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.team-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0rem;
}

.team-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.team-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin: 0 auto;
    background: transparent;
    position: relative;
    z-index: 1;
}

.team-title {
    font-weight: 400;
    font-size: clamp(2.4rem, 4.8vw, 3.6rem);
    line-height: 0.5;
    color: #000000;
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    background: transparent;
}

.team-title-logo {
    height: clamp(9rem, 18vw, 13rem);
    width: auto;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 -0.25rem;
    object-fit: contain;
    max-width: none;
    mix-blend-mode: normal;
    background: transparent;
    position: relative;
    z-index: 2;
    transform: translateY(0.25rem);
}

.team-members {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    margin-top: -2rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.team-member {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.5rem 0;
    max-width: 1100px;
    margin: 0 auto;
}

.member-image {
    flex-shrink: 0;
}

.image-placeholder {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 3px solid #f1f5f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
}

.image-placeholder::before {
    display: none;
}

.team-photo {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.image-placeholder:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.bg1 {
    background-image: url('Background Photos/bg1.png');
}

.bg2 {
    background-image: url('Background Photos/bg2.png');
}

.bg3 {
    background-image: url('Background Photos/bg3.png');
}

.bg4 {
    background-image: url('Background Photos/bg4.png');
}

.bg5 {
    background-image: url('Background Photos/bg5.png');
}

.bg6 {
    background-image: url('Background Photos/bg6.png');
}

.member-info {
    flex: 1;
    padding-top: 0.1rem;
    text-align: left;
    max-width: 650px;
}

.member-name {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 0.15rem;
    text-align: left;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.member-role {
    font-size: 0.85rem;
    font-weight: 400;
    color: #3b82f6;
    margin-bottom: 0.35rem;
    text-align: left;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
}

.member-description {
    font-size: 0.8rem;
    line-height: 1.4;
    color: var(--text-secondary);
    text-align: left;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    max-width: 800px;
}

.nav-link-team {
    color: #3b82f6 !important;
}

.nav-link-team i {
    color: #3b82f6 !important;
}

/* Mobile Responsive for Team Page */
@media (max-width: 768px) {
    .team-title {
        font-size: 2.5rem;
    }
    
    .team-subtitle {
        font-size: 1.3rem;
    }
    
    .team-member {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .image-placeholder {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }
    
    .member-info {
        padding-top: 0;
    }
    
    .member-name {
        font-size: 1.5rem;
    }
    
    .member-role {
        font-size: 1rem;
    }
}

/* Examples Page Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

/* Mobile Responsive for About Page */
@media (max-width: 768px) {
    .about-single-modern {
        padding: 80px 0;
    }
    
    .about-text-content {
        padding: 2.5rem;
        border-radius: 24px;
    }
    
    .about-content-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 2rem;
    }
    
    .about-content-item {
        padding: 1.5rem;
        grid-column: 1 / 2 !important;
        grid-row: auto !important;
        max-width: none !important;
        justify-self: stretch !important;
    }
    
    .about-main-subtitle {
        margin-bottom: 3rem;
    }
}

/* We Create Section */
.we-create-section {
    background: linear-gradient(135deg, 
        rgba(59, 130, 246, 0.1) 0%, 
        rgba(147, 51, 234, 0.1) 25%, 
        rgba(236, 72, 153, 0.1) 50%, 
        rgba(251, 146, 60, 0.1) 75%, 
        rgba(34, 197, 94, 0.1) 100%);
    padding: 12rem 0;
    text-align: center;
    position: relative;
    width: 95vw;
    margin-left: calc(-47.5vw + 50%);
    border-radius: 30px 30px 0 0;
}

.we-create-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
    position: relative;
}

.we-create-content {
    position: relative;
}

.we-create-title {
    color: #000000;
    /* match the testimonials heading style but slightly smaller */
    font-family: 'Inter', sans-serif;
    font-size: clamp(2.4rem, 4.8vw, 3.6rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0 0 1.8rem 0;
}

/* Keep the first phrase on a single line; allow wrapping on small screens */
.we-create-line1 {
    white-space: nowrap;
    display: inline-block;
}

@media (max-width: 768px) {
    .we-create-line1 {
        white-space: normal;
    }
}

.we-create-description {
    color: #666666;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 0 2.5rem 0;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}

.we-create-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.we-create-btn-primary {
    /* use the same gradient as hover to avoid a brief transparent/white state when leaving hover */
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%);
    color: white;
    border: 1px solid #3b82f6;
    box-shadow: none;
    font-weight: 500;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    /* transition only the properties we actually animate to avoid flicker */
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, color 0.25s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.we-create-btn-primary:hover {
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.we-create-btn-secondary {
    background: white;
    color: #2563EB;
    border: 2px solid #2563EB;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.25s, box-shadow 0.25s, color 0.25s, border-color 0.25s, transform 0.25s;
    cursor: pointer;
    box-shadow: none;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.we-create-btn-secondary:hover {
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%) !important;
    color: #fff !important;
    border-color: #2563EB;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.12);
}

/* Examples page: make the CTA buttons match the provided pair (blue filled + white with blue outline) */
.examples-cta .we-create-buttons {
    gap: 2rem; /* slightly larger spacing like the reference */
}

.examples-cta .we-create-btn-primary {
    /* use same gradient as non-hover so hover-out doesn't show a white flash */
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%);
    color: white;
    border: 1px solid #3b82f6;
    padding: 14px 36px;
    border-radius: 12px;
    font-size: 18px;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.examples-cta .we-create-btn-primary:hover {
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.18);
}

.examples-cta .we-create-btn-secondary {
    background: white;
    color: #3b82f6;
    border: 2px solid #3b82f6;
    padding: 14px 36px;
    border-radius: 12px;
    font-size: 18px;
}

.examples-cta .we-create-btn-secondary:hover {
    /* On hover, invert to a blue-filled button with white text to match primary hover */
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%);
    color: white;
    border-color: #2563EB;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.12);
}

/* Responsive styles for We Create Section */
@media (max-width: 768px) {
    .we-create-section {
        padding: 4rem 0;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        border-radius: 0;
    }
    
    .we-create-container {
        margin: 0;
        padding: 3rem 1rem;
        border-radius: 0;
    }
    
    .we-create-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .we-create-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .we-create-buttons {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .we-create-btn-primary,
    .we-create-btn-secondary {
        width: 100%;
        text-align: center;
        padding: 0.9rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .we-create-container {
        margin: 0 0.5rem;
        padding: 2.5rem 1.5rem;
        border-radius: 20px;
    }
    
    .we-create-title {
        font-size: 1.8rem;
    }
    
    .we-create-description {
        font-size: 0.95rem;
    }
}
    /* Transparent navbar for all pages - blends with page background */
html body .navbar.home-navbar {
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

html body .navbar.home-navbar .nav-logo-img {
    filter: brightness(0) invert(1) !important;
    height: 500px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
    margin-right: 0.5rem !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

html body .navbar.home-navbar .nav-text-logo {
    height: 24px !important;
    filter: brightness(0) invert(1) !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

html body .navbar.home-navbar .nav-link,
html body .navbar.home-navbar .nav-menu .nav-link {
    color: white !important;
}

/* Sign in button */
html body .navbar.home-navbar .nav-btn-primary {
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%) !important;
    color: white !important;
    border: none !important;
}
/* Logo size adjustment */
.logo-container .nav-text-logo {
    height: 100px !important;
    width: auto !important;
    filter: brightness(0.2) !important;
}
/* Hero background wrapper */
.hero-background {
    background: linear-gradient(135deg,
        rgba(59, 130, 246, 0.12) 0%,
        rgba(147, 51, 234, 0.12) 25%,
        rgba(236, 72, 153, 0.12) 50%,
        rgba(251, 146, 60, 0.12) 75%,
        rgba(34, 197, 94, 0.12) 100%);
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Transparent navbar for desktop - blends with page background */
.navbar.home-navbar {
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
    position: relative !important;
}

/* Transparent navbar for all pages on desktop */
.navbar {
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.navbar.home-navbar .nav-logo-img {
    filter: none !important;
    height: 85px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
    margin-left: 3rem !important;
    margin-right: 13rem !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* Reset background for all pages */
html, body {
    background: white;
}

/* Navigation styles for all pages - ensure transparency on desktop */
html body .navbar,
html body .navbar.home-navbar,
body .navbar,
.navbar {
    background: transparent !important;
}

/* Desktop-specific navbar transparency - overrides mobile rules */
@media (min-width: 801px) {
    html body .navbar,
    html body .navbar.home-navbar,
    html body nav.navbar,
    body .navbar,
    nav.navbar,
    .navbar {
        background: transparent !important;
        border-bottom: none !important;
        box-shadow: none !important;
    }
    
    /* Extra specific selectors for all page types */
    html body nav.navbar,
    body.examples-page .navbar,
    body.team-page .navbar,
    body.contact-page .navbar,
    .examples-page .navbar,
    .team-page .navbar,
    .contact-page .navbar {
        background: transparent !important;
        border-bottom: none !important;
        box-shadow: none !important;
    }
}

html body .navbar .nav-menu {
    margin-right: 2rem !important;
}

html body .navbar .nav-link,
html body .navbar .nav-menu .nav-link,
html body .navbar.home-navbar .nav-link,
html body .navbar.home-navbar .nav-menu .nav-link {
    color: #000000 !important;
    font-weight: 500 !important;
    margin-right: 1.5rem !important;
    text-shadow: none !important;
}

html body .navbar .nav-link:hover,
html body .navbar.home-navbar .nav-link:hover {
    color: #666666 !important;
}

/* Navigation logo styles for all pages */
html body .navbar .nav-logo-img,
html body .navbar.home-navbar .nav-logo-img {
    filter: none !important;
    height: 170px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* Hide brand text since we're using the full logo */
html body .navbar .nav-brand-text {
    display: none !important;
}

/* Ensure hero section is transparent */
.hero {
    background: transparent !important;
}

/* Navigation logo styles */
html body .navbar.home-navbar .nav-logo-img {
    filter: none !important;
    height: 200px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* Examples page styles - remove backgrounds except for specific elements */
.examples-page,
.examples-page body,
.examples-page .examples-section,
.examples-page .examples-container,
.examples-page .examples-header,
.examples-page::before,
.examples-page::after,
html.examples-page,
body.examples-page,
.examples-page nav,
.examples-page main,
.examples-page section {
    background: white !important;
    background-image: none !important;
    background-color: white !important;
    background-blend-mode: normal !important;
}

/* Examples page specific overrides */
.examples-page {
    background: white !important;
}

.examples-page .example-btn,
.examples-page .example-btn::before {
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%) !important;
}

.examples-page .example-btn:hover::before {
    background: linear-gradient(90deg, #2563EB 0%, #1D4ED8 100%) !important;
}

.examples-page .example-btn * {
    color: white !important;
    background: transparent !important;
}

/* Button overrides to ensure blue colors */
.nav-btn-primary,
.we-create-btn-primary,
.example-btn {
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%) !important;
    color: white !important;
}

.nav-btn-primary:hover,
.we-create-btn-primary:hover,
.example-btn:hover {
    background: linear-gradient(90deg, #2563EB 0%, #1D4ED8 100%) !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3) !important;
    transform: translateY(-2px);
}

/* Demo video - keep dashed border but remove blur */
.demo-video {
    border: 2px dashed rgba(100, 116, 139, 0.2) !important;
    border-radius: 25px !important;
    padding: 1rem !important;
    filter: none !important;
    backdrop-filter: none !important;
}

/* Ensure all demo video related elements have no blur */
.demo-video-container,
.demo-video-container *,
.video-placeholder,
.video-placeholder * {
    filter: none !important;
    backdrop-filter: none !important;
}

/* Contact page styles */
.contact-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    height: 320px;
    gap: 1rem;
}

.contact-card h3 {
    margin: 0;
    color: #1e293b;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-card p {
    margin: 0;
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.6;
    flex-grow: 1;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%) !important;
    color: white !important;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    width: 100%;
    justify-content: center;
    border: none;
    cursor: pointer;
    margin-top: auto;
    font-size: 1rem !important;
    opacity: 1 !important;
    position: sticky;
    bottom: 0;
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.contact-cards {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.contact-cards > * {
    flex: 1;
    max-width: 450px;
}

@media (max-width: 768px) {
    .contact-cards {
        flex-direction: column;
        gap: 1.5rem;
        margin-top: 2rem;
    }
    
    .contact-card {
        min-width: auto;
    }
}
/* Remove tap highlight on iOS/Safari */
a, button {
  -webkit-tap-highlight-color: transparent;
}

/* Logo link: hide focus ring when it's not keyboard-driven */
.navbar .nav-logo a:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

/* Just in case the image gets its own outline */
.navbar .nav-logo a img {
  outline: none;
  border: 0;
}

/* Optional: keep an accessible focus style for keyboard users */
.navbar .nav-logo a:focus-visible {
  outline: 2px solid rgba(0,0,0,0.6);   /* tweak or remove if you want none at all */
  outline-offset: 2px;
}
