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

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

/* Prevent any element from causing horizontal scroll */
* {
    max-width: 100%;
    box-sizing: border-box;
}

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

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.logo-image {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.logo-part {
    position: absolute;
    background: rgba(93, 196, 237, 1);
}

.logo-part-1 {
    width: 26px;
    height: 30px;
    top: 0px;
    left: 0px;
}

.logo-part-2 {
    width: 30px;
    height: 30px;
    top: 0px;
    left: 21px;
}

.logo-part-3 {
    width: 23px;
    height: 32px;
    top: 0px;
    left: 49px;
}

.logo-dot {
    width: 7px;
    height: 7px;
    background: rgba(185, 210, 112, 1);
    position: absolute;
    top: 5px;
    left: 71px;
    border-radius: 50%;
}

.nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-list a {
    text-decoration: none;
    color: rgba(93, 196, 237, 1);
    font-weight: 600;
    font-size: 15px;
    transition: color 0.3s ease;
}

.nav-list a:hover {
    color: rgba(24, 63, 122, 1);
}

.cta-button {
    background: rgba(121, 207, 68, 1);
    color: white;
    text-decoration: none;
    padding: 12px 23px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background: rgba(101, 187, 48, 1);
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: rgba(93, 196, 237, 1);
    transition: 0.3s;
}

/* Hero Section */
.hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../attached_assets/v898_8252_1757010368039.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 63, 122, 1);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-size: 89px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
}

.hero-subtitle {
    font-size: 24px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.cta-button-large {
    background: rgba(121, 207, 68, 1);
    color: white;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    transition: background 0.3s ease;
}

.cta-button-large:hover {
    background: rgba(101, 187, 48, 1);
}

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

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-text h2 {
    font-size: 60px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 30px;
    line-height: 1.1;
}

.about-text p {
    font-size: 24px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 40px;
}

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

.logo-large {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.logo-image-large {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.logo-large .logo-part-1 {
    width: 65px;
    height: 75px;
}

.logo-large .logo-part-2 {
    width: 74px;
    height: 75px;
    left: 52px;
}

.logo-large .logo-part-3 {
    width: 57px;
    height: 79px;
    left: 122px;
}

.logo-large .logo-dot {
    width: 19px;
    height: 18px;
    top: 14px;
    left: 174px;
}

/* Solutions Section */
.solutions {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(240, 245, 250, 0.8) 0%, rgba(234, 240, 246, 0.9) 100%);
    position: relative;
}

.solutions::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(93, 196, 237, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(121, 207, 68, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-badge {
    display: inline-block;
    background: rgba(121, 207, 68, 1);
    color: white;
    padding: 15px 30px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 60px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 30px;
}

.section-header p {
    font-size: 24px;
    color: rgba(24, 63, 122, 1);
    max-width: 800px;
    margin: 0 auto;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 80px;
}

.solution-card {
    text-align: center;
    padding: 40px 20px;
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.solution-card.clickable {
    cursor: pointer;
}

.solution-card.clickable:hover {
    border-color: rgba(93, 196, 237, 0.4);
    box-shadow: 0 20px 40px rgba(93, 196, 237, 0.15), 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.95);
}

.card-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: rgba(93, 196, 237, 1);
    opacity: 0;
    transition: all 0.3s ease;
}

.solution-card.clickable:hover .card-arrow {
    opacity: 1;
    transform: translateX(4px);
}

.solution-icon {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    position: relative;
}

.solution-icon svg {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

.solution-card.clickable:hover .solution-icon svg {
    transform: translateY(-4px) scale(1.08);
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.15));
}

.solution-card.clickable:hover .solution-icon svg circle {
    stroke-width: 3;
}

.solution-card h3 {
    font-size: 32px;
    color: rgba(24, 63, 122, 1);
    font-weight: bold;
    margin-bottom: 15px;
}

.solution-card p {
    font-size: 24px;
    color: rgba(24, 63, 122, 1);
}

.stats-section {
    background: url('../attached_assets/v904_8291_1757010368039.png');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(24, 63, 122, 0.85);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 60px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.stat-item {
    color: white;
}

.stat-number {
    font-size: 100px;
    font-weight: bold;
    color: rgba(185, 210, 112, 1);
    margin: 20px 0;
}

.stat-item h3,
.stat-item p {
    font-size: 32px;
    font-weight: 300;
}

/* Testimonial Section */
.testimonial {
    position: relative;
    padding: 100px 0;
    color: white;
    text-align: center;
    overflow: hidden;
}

.testimonial-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../attached_assets/v904_8291_1757010368039.png');
    background-size: cover;
    background-position: center;
}

.testimonial-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 63, 122, 0.85);
}

.testimonial-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-content h2 {
    font-size: 60px;
    margin-bottom: 30px;
}

.testimonial-content p {
    font-size: 24px;
    margin-bottom: 40px;
}

/* Case Study Section */
.case-study {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.8) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.case-study-content {
    display: block;
}

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

.case-study-header h2 {
    font-size: 48px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 20px;
}

.case-study-header p {
    font-size: 20px;
    color: rgba(24, 63, 122, 0.8);
    max-width: 600px;
    margin: 0 auto;
}

.case-study-text h2 {
    font-size: 60px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 30px;
}

.case-study-text p {
    font-size: 24px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 40px;
}

.case-study-details {
    margin: 40px 0;
}

.case-study-details h3 {
    font-size: 24px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 30px;
}

.case-detail {
    margin-bottom: 25px;
}

.case-detail h4 {
    font-size: 18px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 10px;
    font-weight: 600;
}

.case-detail p {
    font-size: 16px;
    color: rgba(24, 63, 122, 1);
    line-height: 1.6;
}

blockquote {
    background: rgba(234, 234, 234, 1);
    padding: 30px;
    border-radius: 8px;
    font-style: italic;
    font-size: 18px;
    color: rgba(24, 63, 122, 1);
    margin: 40px 0;
}

blockquote cite {
    display: block;
    margin-top: 20px;
    font-weight: 600;
    font-style: normal;
}

.case-study-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Partners Section */
.partners {
    padding: 60px 0;
    background: rgba(234, 234, 234, 1);
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 40px;
    align-items: center;
}

.partner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.partner-logo img {
    max-width: 120px;
    height: auto;
}

/* Footer */
.footer {
    background: rgba(234, 234, 234, 1);
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.footer-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.footer-section h3 {
    color: rgba(24, 63, 122, 1);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-map img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-links a {
    color: rgba(24, 63, 122, 1);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: rgba(93, 196, 237, 1);
}

.footer-address {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(24, 63, 122, 0.2);
}

.footer-address p {
    color: rgba(24, 63, 122, 1);
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    /* Header Mobile */
    .nav {
        display: none;
    }

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

    /* Hero Mobile */
    .hero-title {
        font-size: 48px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .cta-button-large {
        font-size: 18px;
        padding: 12px 30px;
    }

    /* About Mobile */
    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .about-text h2 {
        font-size: 36px;
    }

    .about-text p {
        font-size: 18px;
    }

    /* Solutions Mobile */
    .section-header h2 {
        font-size: 36px;
    }

    .section-header p {
        font-size: 18px;
    }

    .solutions-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .solution-card h3 {
        font-size: 24px;
    }

    .solution-card p {
        font-size: 18px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .stat-number {
        font-size: 60px;
    }

    .stat-item h3,
    .stat-item p {
        font-size: 24px;
    }

    /* Testimonial Mobile */
    .testimonial-content h2 {
        font-size: 36px;
    }

    .testimonial-content p {
        font-size: 18px;
    }

    /* Case Study Mobile */
    .case-study-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .case-study-text h2 {
        font-size: 36px;
    }

    .case-study-text p {
        font-size: 18px;
    }

    .case-study-details h3 {
        font-size: 20px;
    }

    /* Partners Mobile */
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* Footer Mobile */
    .footer-info {
        grid-template-columns: 1fr;
        gap: 30px;
    }

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

@media (max-width: 480px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .about-text h2,
    .section-header h2,
    .testimonial-content h2,
    .case-study-text h2 {
        font-size: 28px;
    }

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

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Page 2 Specific Styles */
.hero-page2 {
    position: relative;
    height: 60vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
    margin-top: 80px;
}

.products-grid {
    padding: 100px 0;
    background: white;
}

.products-layout {
    display: grid;
    gap: 80px;
}

.product-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 60px 0;
    border-bottom: 1px solid rgba(234, 234, 234, 1);
}

.product-card:last-child {
    border-bottom: none;
}

.product-card:nth-child(even) {
    direction: rtl;
}

.product-card:nth-child(even) .product-content {
    direction: ltr;
}

.product-image {
    position: relative;
}

.product-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.hr-visual {
    background: linear-gradient(135deg, rgba(92, 197, 240, 1), rgba(0, 126, 250, 1));
    border-radius: 12px;
    padding: 40px;
    color: white;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.hr-dashboard {
    display: grid;
    gap: 30px;
}

.hr-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.metric-title {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 10px;
}

.metric-value {
    font-size: 36px;
    font-weight: bold;
    color: rgba(185, 210, 112, 1);
}

.product-content h2 {
    font-size: 48px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 10px;
}

.product-content h3 {
    font-size: 24px;
    color: rgba(93, 196, 237, 1);
    margin-bottom: 30px;
}

.product-content p {
    font-size: 18px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 30px;
    line-height: 1.6;
}

.product-features {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

.product-features li {
    font-size: 16px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.product-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: rgba(121, 207, 68, 1);
    font-weight: bold;
}

.product-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.stat {
    text-align: center;
    padding: 20px;
    background: rgba(234, 234, 234, 1);
    border-radius: 8px;
}

.stat-number {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: rgba(185, 210, 112, 1);
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: rgba(24, 63, 122, 1);
    text-transform: uppercase;
    font-weight: 600;
}

.cta-section {
    position: relative;
    padding: 100px 0;
    color: white;
    text-align: center;
    overflow: hidden;
}

.cta-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../attached_assets/v905_8336_1757010368039.png');
    background-size: cover;
    background-position: center;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 63, 122, 0.85);
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 48px;
    margin-bottom: 30px;
}

.cta-content p {
    font-size: 24px;
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button-secondary {
    background: transparent;
    color: white;
    text-decoration: none;
    padding: 15px 40px;
    border: 2px solid white;
    border-radius: 8px;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    transition: all 0.3s ease;
}

.cta-button-secondary:hover {
    background: white;
    color: rgba(24, 63, 122, 1);
}

/* Mobile Navigation Styles */
@media (max-width: 768px) {
    .nav {
        position: fixed;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        transition: top 0.3s ease;
        z-index: 999;
    }

    .nav.nav-open {
        top: 80px;
    }

    .nav-list {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .nav-list a {
        font-size: 18px;
    }

    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    /* Page 2 Mobile Styles */
    .product-card {
        grid-template-columns: 1fr;
        gap: 40px;
        direction: ltr !important;
    }

    .product-content h2 {
        font-size: 32px;
    }

    .product-content h3 {
        font-size: 20px;
    }

    .product-stats {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cta-content h2 {
        font-size: 32px;
    }

    .cta-content p {
        font-size: 18px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-button-large,
    .cta-button-secondary {
        width: 100%;
        max-width: 300px;
    }
}

/* Animation Classes */
.fade-in {
    animation: fadeInUp 0.6s ease forwards;
}

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

.header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

/* Synth-Med Specific Styles */
.synth-med-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    margin-top: 80px;
    overflow: hidden;
}

.hero-background-med {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../attached_assets/v898_8252_1757010827234.png');
    background-size: cover;
    background-position: center;
}

.synth-med-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-left {
    color: white;
}

.hero-tagline {
    font-size: 24px;
    margin-bottom: 40px;
    color: rgba(24, 63, 122, 1);
}

.hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.synth-med-title {
    font-size: 128px;
    font-weight: 600;
    font-style: italic;
    color: rgba(24, 63, 122, 1);
    text-align: center;
    line-height: 1;
}

.synth-med-main {
    padding: 100px 0;
    background: white;
}

.synth-med-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.content-left h2 {
    font-size: 70px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 40px;
    line-height: 1.1;
}

.content-left p {
    font-size: 24px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 30px;
    line-height: 1.6;
}

.healthcare-visual {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.healthcare-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.synth-med-modules {
    position: relative;
    padding: 100px 0;
    background: rgba(234, 234, 234, 1);
}

.modules-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../attached_assets/v1772_10759_1757010827234.png');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}

.modules-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.dashboard-preview {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.dashboard-preview img {
    width: 100%;
    height: auto;
    display: block;
}

.modules-right h2 {
    font-size: 60px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 50px;
    text-align: center;
}

/* Removed conflicting modules-grid CSS - using the proper definition below */

.synth-med-benefits {
    padding: 100px 0;
    background: white;
}

.synth-med-benefits h2 {
    font-size: 60px;
    color: rgba(24, 63, 122, 1);
    text-align: center;
    margin-bottom: 80px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.benefit-item {
    text-align: center;
    padding: 40px 20px;
}

.benefit-icon {
    width: 88px;
    height: 87px;
    background: linear-gradient(rgba(142, 240, 223, 1), rgba(2, 203, 162, 1));
    border-radius: 50%;
    margin: 0 auto 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.07);
}

.benefit-item h3 {
    font-size: 24px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 20px;
    font-weight: 600;
}

.benefit-item p {
    font-size: 16px;
    color: rgba(24, 63, 122, 0.8);
    line-height: 1.6;
}

.mobile-features {
    padding: 100px 0;
    background: rgba(234, 234, 234, 1);
}

.mobile-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.mobile-image {
    display: flex;
    justify-content: center;
}

.mobile-image img {
    max-width: 350px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.mobile-text h2 {
    font-size: 48px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 30px;
}

.mobile-text p {
    font-size: 18px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 30px;
    line-height: 1.6;
}

.mobile-features-list {
    list-style: none;
    padding: 0;
}

.mobile-features-list li {
    font-size: 16px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.mobile-features-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: rgba(2, 203, 162, 1);
    font-weight: bold;
}

.why-choose {
    position: relative;
    padding: 100px 0;
    color: white;
    text-align: center;
}

.why-choose-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../attached_assets/v905_8336_1757010827234.png');
    background-size: cover;
    background-position: center;
}

.why-choose-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(24, 63, 122, 0.85);
}

.why-choose-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.why-choose h2 {
    font-size: 48px;
    margin-bottom: 30px;
}

.why-choose p {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Responsive Design for Synth-Med */
@media (max-width: 768px) {
    .synth-med-hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .synth-med-title {
        font-size: 64px;
    }

    .hero-tagline {
        font-size: 18px;
    }

    .synth-med-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .content-left h2 {
        font-size: 36px;
        text-align: center;
    }

    .content-left p {
        font-size: 18px;
    }

    .modules-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .modules-right h2 {
        font-size: 36px;
    }

    .synth-med-benefits h2 {
        font-size: 36px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .mobile-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .mobile-text h2 {
        font-size: 32px;
    }

    .why-choose h2 {
        font-size: 32px;
    }

    .why-choose p {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .synth-med-title {
        font-size: 48px;
    }

    .content-left h2 {
        font-size: 28px;
    }

    .modules-right h2,
    .synth-med-benefits h2 {
        font-size: 28px;
    }
}

/* Professional Synth-Ed Styles */
.ed-hero {
    background: linear-gradient(135deg, rgba(24, 63, 122, 0.02) 0%, rgba(93, 196, 237, 0.05) 100%);
    padding: 120px 0 80px;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.ed-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.ed-hero-text h1 {
    font-size: 64px;
    font-weight: 700;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 16px;
    line-height: 1.1;
}

.ed-hero-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: rgba(93, 196, 237, 1);
    margin-bottom: 24px;
}

.ed-hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(24, 63, 122, 0.8);
    margin-bottom: 40px;
    max-width: 480px;
}

.ed-hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary {
    background: linear-gradient(135deg, rgba(93, 196, 237, 1) 0%, rgba(0, 126, 250, 1) 100%);
    color: white;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(93, 196, 237, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(93, 196, 237, 0.4);
}

.btn-primary.large {
    padding: 20px 40px;
    font-size: 18px;
}

.btn-secondary {
    border: 2px solid rgba(24, 63, 122, 1);
    color: rgba(24, 63, 122, 1);
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: rgba(24, 63, 122, 1);
    color: white;
}

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

.ed-hero-stats {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: grid;
    gap: 30px;
}

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

.stat-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: rgba(93, 196, 237, 1);
    margin-bottom: 8px;
}

.stat-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(24, 63, 122, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Section Header Styles */
.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-header p {
    font-size: 20px;
    color: rgba(24, 63, 122, 0.7);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Platform Section */
.ed-platform {
    padding: 100px 0;
    background: white;
}

.platform-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.platform-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
    border-radius: 24px;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 2px 10px rgba(0, 0, 0, 0.04);
}

.platform-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(93, 196, 237, 0.1);
    border-color: rgba(93, 196, 237, 0.3);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
}

.platform-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgba(93, 196, 237, 1) 0%, rgba(121, 207, 68, 1) 100%);
}

.platform-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.platform-icon:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.08);
}

.platform-icon svg {
    transition: all 0.3s ease;
}

.platform-icon:hover svg {
    transform: rotate(3deg) scale(1.1);
}

.platform-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 16px;
}

.platform-card > p {
    font-size: 16px;
    color: rgba(24, 63, 122, 0.7);
    margin-bottom: 30px;
    line-height: 1.6;
}

.platform-features {
    list-style: none;
    padding: 0;
}

.platform-features li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 15px;
    color: rgba(24, 63, 122, 0.8);
    line-height: 1.5;
}

.platform-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: rgba(121, 207, 68, 1);
    font-weight: 600;
}

.overview-content h2 {
    font-size: 48px;
    color: rgba(24, 63, 122, 1);
    text-align: center;
    margin-bottom: 40px;
}

.overview-content p {
    font-size: 20px;
    color: rgba(24, 63, 122, 1);
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.dual-sections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 60px;
}

.section-card {
    background: rgba(234, 234, 234, 1);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.section-card h3 {
    font-size: 28px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 15px;
}

.section-card p {
    font-size: 16px;
    color: rgba(24, 63, 122, 0.8);
    margin-bottom: 30px;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    font-size: 14px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.feature-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: rgba(121, 207, 68, 1);
    font-weight: bold;
}

/* Modules Section */
.ed-modules {
    padding: 100px 0;
    background: rgba(248, 250, 252, 1);
}

/* Fixed modules-grid for proper 3-column layout */
.modules-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.module-item {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(226, 232, 240, 1);
    text-align: center;
}

.module-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(93, 196, 237, 0.3);
}

.module-icon {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 12px;
    line-height: 1.3;
}

.module-item p {
    font-size: 14px;
    color: rgba(24, 63, 122, 0.7);
    line-height: 1.5;
}

.synth-ed-modules h2 {
    font-size: 48px;
    color: rgba(24, 63, 122, 1);
    text-align: center;
    margin-bottom: 60px;
}

.modules-grid-ed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(350px, 100%), 1fr));
    gap: 40px;
    width: 100%;
    overflow: hidden;
}

.module-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.module-icon-ed {
    width: 80px;
    height: 80px;
    background: linear-gradient(rgba(92, 197, 240, 1), rgba(0, 126, 250, 1));
    border-radius: 50%;
    margin: 0 auto 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.07);
}

.module-card h3 {
    font-size: 20px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 20px;
}

.module-card p {
    font-size: 14px;
    color: rgba(24, 63, 122, 0.8);
    line-height: 1.6;
}

/* OBE Section */
.ed-obe {
    padding: 100px 0;
    background: white;
}

.obe-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.obe-text h2 {
    font-size: 48px;
    font-weight: 700;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 24px;
    line-height: 1.2;
}

.obe-text > p {
    font-size: 18px;
    color: rgba(24, 63, 122, 0.7);
    margin-bottom: 40px;
    line-height: 1.6;
}

.obe-grid {
    display: grid;
    gap: 30px;
}

.obe-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.obe-number {
    background: linear-gradient(135deg, rgba(93, 196, 237, 1) 0%, rgba(0, 126, 250, 1) 100%);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    flex-shrink: 0;
}

.obe-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 8px;
}

.obe-info p {
    font-size: 14px;
    color: rgba(24, 63, 122, 0.7);
    line-height: 1.5;
}

.obe-visual img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.obe-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.obe-text h2 {
    font-size: 48px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 30px;
}

.obe-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.obe-feature h4 {
    font-size: 16px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 10px;
    font-weight: 600;
}

.obe-feature p {
    font-size: 14px;
    color: rgba(24, 63, 122, 0.8);
}

/* Mobile Section */
.ed-mobile {
    padding: 100px 0;
    background: rgba(248, 250, 252, 1);
}

.mobile-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.mobile-visual img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.mobile-text h2 {
    font-size: 48px;
    font-weight: 700;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 24px;
    line-height: 1.2;
}

.mobile-text > p {
    font-size: 18px;
    color: rgba(24, 63, 122, 0.7);
    margin-bottom: 40px;
    line-height: 1.6;
}

.app-tabs {
    display: grid;
    gap: 30px;
}

.app-tab {
    background: white;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid rgba(226, 232, 240, 1);
    transition: all 0.3s ease;
}

.app-tab.active {
    border-color: rgba(93, 196, 237, 1);
    box-shadow: 0 4px 20px rgba(93, 196, 237, 0.1);
}

.app-tab h4 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 20px;
}

.app-tab ul {
    list-style: none;
    padding: 0;
}

.app-tab li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 15px;
    color: rgba(24, 63, 122, 0.8);
    line-height: 1.5;
}

.app-tab li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: rgba(93, 196, 237, 1);
    font-weight: 600;
}

.mobile-apps-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.mobile-apps-text h2 {
    font-size: 48px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 30px;
}

.app-features {
    display: grid;
    gap: 40px;
    margin-top: 40px;
}

.app-section h4 {
    font-size: 20px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 20px;
}

.app-feature-list {
    list-style: none;
    padding: 0;
}

.app-feature-list li {
    font-size: 14px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.app-feature-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: rgba(121, 207, 68, 1);
    font-weight: bold;
}

/* Trust Section */
.ed-trust {
    padding: 100px 0;
    background: white;
}

.trust-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    margin-bottom: 80px;
}

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

.trust-number {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: rgba(93, 196, 237, 1);
    margin-bottom: 12px;
    line-height: 1;
}

.trust-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.trust-stat p {
    font-size: 14px;
    color: rgba(24, 63, 122, 0.7);
    line-height: 1.4;
}

.institution-types {
    max-width: 800px;
    margin: 0 auto;
}

.institution-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.institution-type {
    background: rgba(248, 250, 252, 1);
    border: 1px solid rgba(226, 232, 240, 1);
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(24, 63, 122, 1);
    text-align: center;
    transition: all 0.3s ease;
}

.institution-type:hover {
    border-color: rgba(93, 196, 237, 1);
    background: rgba(93, 196, 237, 0.05);
}

.client-success h2 {
    font-size: 48px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 30px;
}

.client-categories {
    margin: 60px 0;
}

.client-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.client-type {
    background: rgba(234, 234, 234, 1);
    padding: 20px;
    border-radius: 8px;
    font-size: 16px;
    color: rgba(24, 63, 122, 1);
    font-weight: 600;
}

.stats-showcase {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 80px;
}

.stat-item-ed {
    text-align: center;
}

.stat-number-ed {
    display: block;
    font-size: 48px;
    font-weight: bold;
    color: rgba(185, 210, 112, 1);
    margin-bottom: 10px;
}

.stat-label-ed {
    display: block;
    font-size: 18px;
    color: rgba(24, 63, 122, 1);
    font-weight: 600;
    margin-bottom: 10px;
}

.stat-item-ed p {
    font-size: 14px;
    color: rgba(24, 63, 122, 0.8);
}

.architecture-section {
    padding: 100px 0;
    background: rgba(234, 234, 234, 1);
}

.architecture-section h2 {
    font-size: 48px;
    color: rgba(24, 63, 122, 1);
    text-align: center;
    margin-bottom: 60px;
}

.architecture-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.arch-feature {
    background: white;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.arch-feature h3 {
    font-size: 20px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 20px;
}

/* CTA Section */
.ed-cta {
    background: linear-gradient(135deg, rgba(24, 63, 122, 1) 0%, rgba(93, 196, 237, 1) 100%);
    padding: 100px 0;
    text-align: center;
    color: white;
}

.cta-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
}

.cta-content p {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.cta-content .btn-primary {
    background: white;
    color: rgba(24, 63, 122, 1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cta-content .btn-primary:hover {
    background: rgba(248, 250, 252, 1);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.cta-background-ed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../attached_assets/v905_8336_1757010827234.png');
    background-size: cover;
    background-position: center;
}

.cta-background-ed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(24, 63, 122, 0.85);
}

/* Synth-HR Specific Styles */
.synth-hr-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    margin-top: 80px;
    overflow: hidden;
}

.hero-background-hr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../attached_assets/v1772_10759_1757010827234.png');
    background-size: cover;
    background-position: center;
}

.synth-hr-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.synth-hr-title {
    font-size: 72px;
    font-weight: 700;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 10px;
}

.synth-hr-subtitle {
    font-size: 32px;
    font-weight: 600;
    color: rgba(93, 196, 237, 1);
    margin-bottom: 30px;
}

.hero-description {
    font-size: 18px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 40px;
    line-height: 1.6;
}

.hr-dashboard-hero {
    background: linear-gradient(135deg, rgba(92, 197, 240, 1), rgba(0, 126, 250, 1));
    border-radius: 12px;
    padding: 40px;
    color: white;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.hr-metric-large {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.metric-value-large {
    font-size: 48px;
    font-weight: bold;
    color: rgba(185, 210, 112, 1);
}

.hr-features-grid {
    padding: 100px 0;
    background: white;
}

.hr-features-grid h2 {
    font-size: 48px;
    color: rgba(24, 63, 122, 1);
    text-align: center;
    margin-bottom: 30px;
}

.hr-features-grid p {
    font-size: 18px;
    color: rgba(24, 63, 122, 1);
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

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

.feature-card-hr {
    background: rgba(234, 234, 234, 1);
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon-hr {
    width: 80px;
    height: 80px;
    background: linear-gradient(rgba(142, 240, 223, 1), rgba(2, 203, 162, 1));
    border-radius: 50%;
    margin: 0 auto 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.07);
}

.feature-card-hr h3 {
    font-size: 20px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 20px;
}

.feature-card-hr p {
    font-size: 14px;
    color: rgba(24, 63, 122, 0.8);
    line-height: 1.6;
}

.degree-view-section {
    padding: 100px 0;
    background: rgba(234, 234, 234, 1);
}

.degree-view-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.degree-view-text h2 {
    font-size: 48px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 30px;
}

.view-benefits {
    display: grid;
    gap: 30px;
    margin-top: 40px;
}

.benefit-point h4 {
    font-size: 18px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 10px;
    font-weight: 600;
}

.benefit-point p {
    font-size: 14px;
    color: rgba(24, 63, 122, 0.8);
}

.implementation-section {
    position: relative;
    padding: 100px 0;
    background: white;
}

.implementation-section h2 {
    font-size: 48px;
    color: rgba(24, 63, 122, 1);
    text-align: center;
    margin-bottom: 30px;
}

.implementation-section p {
    font-size: 18px;
    color: rgba(24, 63, 122, 1);
    text-align: center;
    margin-bottom: 60px;
}

.implementation-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.step-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(rgba(92, 197, 240, 1), rgba(0, 126, 250, 1));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 18px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 15px;
    font-weight: 600;
}

.step-content p {
    font-size: 14px;
    color: rgba(24, 63, 122, 0.8);
    line-height: 1.6;
    text-align: left;
}

.advancement-plan {
    padding: 100px 0;
    background: rgba(234, 234, 234, 1);
    text-align: center;
}

.advancement-plan h2 {
    font-size: 48px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 30px;
}

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

.advancement-item {
    background: white;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.advancement-number {
    font-size: 48px;
    font-weight: bold;
    color: rgba(185, 210, 112, 1);
    margin-bottom: 20px;
}

.advancement-item h3 {
    font-size: 18px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 15px;
}

.advancement-item p {
    font-size: 14px;
    color: rgba(24, 63, 122, 0.8);
}

.hr-stats-section {
    position: relative;
    padding: 100px 0;
    color: white;
    text-align: center;
}

.hr-stats-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../attached_assets/v904_8291_1757010827234.png');
    background-size: cover;
    background-position: center;
}

.hr-stats-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(24, 63, 122, 0.85);
}

.hr-stats-content {
    position: relative;
    z-index: 2;
}

.hr-stats-content h2 {
    font-size: 48px;
    margin-bottom: 60px;
}

.hr-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}

.hr-stat-item {
    text-align: center;
}

.hr-stat-number {
    display: block;
    font-size: 48px;
    font-weight: bold;
    color: rgba(185, 210, 112, 1);
    margin-bottom: 10px;
}

.hr-stat-label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hr-stat-item p {
    font-size: 14px;
    opacity: 0.9;
}

.cta-section-hr {
    position: relative;
    padding: 100px 0;
    color: white;
    text-align: center;
}

.cta-background-hr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../attached_assets/v905_8336_1757010827234.png');
    background-size: cover;
    background-position: center;
}

.cta-background-hr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(24, 63, 122, 0.85);
}

/* Responsive Design for Synth-Ed and Synth-HR */
@media (max-width: 1200px) {
    .ed-hero-content {
        gap: 60px;
    }

    .ed-hero-text h1 {
        font-size: 56px;
    }

    .section-header h2 {
        font-size: 42px;
    }

    .platform-card h3,
    .mobile-text h2,
    .obe-text h2,
    .cta-content h2 {
        font-size: 36px;
    }

    .modules-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .trust-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 992px) {
    .ed-hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .platform-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .obe-content,
    .mobile-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .modules-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .trust-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .institution-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .ed-hero {
        padding: 100px 0 60px;
    }

    .ed-hero-text h1 {
        font-size: 42px;
        line-height: 1.1;
    }

    .ed-hero-subtitle {
        font-size: 20px;
    }

    .ed-hero-description {
        font-size: 16px;
        max-width: 100%;
    }

    .synth-hr-subtitle {
        font-size: 24px;
    }

    .section-header h2,
    .platform-card h3,
    .mobile-text h2,
    .obe-text h2,
    .cta-content h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .modules-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .platform-card,
    .module-item {
        padding: 25px;
    }
    
    .platform-card {
        margin-bottom: 20px;
    }
    
    .platform-card h3 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    .platform-card > p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    
    .platform-features li {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .platform-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .ed-platform,
    .ed-modules,
    .ed-obe,
    .ed-mobile,
    .ed-trust {
        padding: 80px 0;
    }

    .trust-stats {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .ed-hero-buttons {
        justify-content: center;
    }

    .btn-primary,
    .btn-secondary {
        padding: 14px 28px;
        font-size: 15px;
    }

    .ed-cta {
        padding: 80px 0;
    }

    .section-header {
        margin-bottom: 60px;
    }

    .section-header p {
        font-size: 18px;
        padding: 0 20px;
    }

    .container {
        padding: 0 20px;
    }
}

@media (max-width: 600px) {
    .ed-hero-text h1 {
        font-size: 36px;
    }
    
    .ed-hero-subtitle {
        font-size: 18px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .platform-card h3,
    .mobile-text h2,
    .obe-text h2,
    .cta-content h2 {
        font-size: 22px;
        line-height: 1.2;
    }
    
    .platform-grid {
        gap: 20px;
    }
    
    .platform-card {
        padding: 20px;
        margin-bottom: 15px;
    }
    
    .platform-card > p {
        font-size: 13px;
        line-height: 1.4;
    }
    
    .platform-features li {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .synth-hr-subtitle {
        font-size: 20px;
    }

    .overview-content h2,
    .hr-features-grid h2,
    .degree-view-text h2,
    .implementation-section h2,
    .advancement-plan h2,
    .hr-stats-content h2,
    .obe-text h2,
    .mobile-apps-text h2,
    .client-success h2,
    .architecture-section h2 {
        font-size: 28px;
    }

    .stats-showcase,
    .hr-stats-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .advancement-steps {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .section-card,
    .module-card,
    .feature-card-hr,
    .arch-feature,
    .advancement-item {
        padding: 25px;
    }

    .app-features {
        gap: 30px;
    }

    .view-benefits {
        gap: 25px;
    }

    .container {
        padding: 0 15px;
        width: calc(100% - 30px);
        max-width: calc(100vw - 30px);
    }

    .synth-ed-hero,
    .synth-hr-hero {
        min-height: 70vh;
        overflow: hidden;
    }

    .synth-ed-overview,
    .hr-features-grid,
    .synth-ed-modules,
    .obe-section,
    .mobile-apps-section,
    .client-success,
    .architecture-section,
    .degree-view-section,
    .implementation-section,
    .advancement-plan,
    .hr-stats-section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .solutions::before {
        opacity: 0.7;
    }
    
    .synth-ed-title,
    .synth-hr-title {
        font-size: 32px;
    }
    
    .ed-platform {
        padding: 60px 0;
    }
    
    .platform-card {
        padding: 15px;
        margin-bottom: 10px;
    }
    
    .platform-card h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    
    .platform-card > p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    
    .platform-features li {
        font-size: 12px;
        margin-bottom: 4px;
    }
    
    .platform-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .synth-hr-subtitle {
        font-size: 18px;
    }

    .overview-content h2,
    .hr-features-grid h2,
    .degree-view-text h2,
    .implementation-section h2,
    .advancement-plan h2,
    .hr-stats-content h2,
    .obe-text h2,
    .mobile-apps-text h2,
    .client-success h2,
    .architecture-section h2 {
        font-size: 24px;
    }

    .section-card h3,
    .module-card h3,
    .feature-card-hr h3,
    .arch-feature h3 {
        font-size: 18px;
    }

    .feature-list li,
    .app-feature-list li {
        font-size: 13px;
    }

    .module-card p,
    .feature-card-hr p {
        font-size: 13px;
    }

    .hero-description {
        font-size: 15px;
    }

    .overview-content p,
    .hr-features-grid p {
        font-size: 16px;
    }

    .container {
        padding: 0 10px;
        width: calc(100% - 20px);
        max-width: calc(100vw - 20px);
    }

    .hr-dashboard-hero {
        padding: 30px 20px;
    }

    .metric-value-large {
        font-size: 36px;
    }

    .stat-number-ed,
    .hr-stat-number {
        font-size: 36px;
    }
}

/* Cache control for development */
.hero-background,
.testimonial-background,
.stats-section,
.cta-background,
.hero-background-med,
.why-choose-background,
.hero-background-ed,
.hero-background-hr,
.cta-background-ed,
.cta-background-hr,
.hr-stats-background {
    background-attachment: scroll;
}

/* New Case Studies Styling */
.case-studies-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 40px;
}

.product-case-studies h3 {
    font-size: 32px;
    font-weight: 700;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid rgba(93, 196, 237, 1);
    display: inline-block;
}

.use-case {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 30px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.use-case:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(93, 196, 237, 0.3);
}

.use-case h4 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 15px;
}

.use-case p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(24, 63, 122, 0.8);
    margin-bottom: 10px;
}

.use-case p strong {
    color: rgba(24, 63, 122, 1);
    font-weight: 600;
}

.mini-quote {
    background: linear-gradient(135deg, rgba(93, 196, 237, 0.1) 0%, rgba(121, 207, 68, 0.1) 100%);
    padding: 15px;
    border-left: 4px solid rgba(93, 196, 237, 1);
    margin: 15px 0 0 0;
    font-style: italic;
    font-size: 14px;
    color: rgba(24, 63, 122, 0.9);
    border-radius: 0 8px 8px 0;
}

/* Responsive styling for case studies */
@media (max-width: 992px) {
    .case-studies-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .use-case {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .use-case h4 {
        font-size: 18px;
    }
    
    .use-case p {
        font-size: 13px;
    }
    
    .product-case-studies h3 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .case-studies-container {
        gap: 30px;
    }
    
    .use-case {
        padding: 15px;
    }
    
    .product-case-studies h3 {
        font-size: 24px;
    }
}



/* Updated Partners Section */
.partners {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
}

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

.partners .section-header h2 {
    font-size: 42px;
    color: rgba(24, 63, 122, 1);
    margin-bottom: 16px;
}

.partners .section-header p {
    font-size: 18px;
    color: rgba(24, 63, 122, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

.partners-showcase {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.partners-image {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive updates for case studies and partners */
@media (max-width: 992px) {
    .case-study-header h2 {
        font-size: 36px;
    }
    
    .partners .section-header h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .case-study-header h2 {
        font-size: 32px;
    }
    
    .case-study-header p {
        font-size: 18px;
    }
    
    .partners-showcase {
        padding: 20px;
    }
    
    .partners .section-header h2 {
        font-size: 32px;
    }
    
    .partners .section-header p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .case-study-header h2 {
        font-size: 28px;
    }
    
    .case-study-header p {
        font-size: 16px;
    }
    
    .partners-showcase {
        padding: 15px;
    }
    
    .partners .section-header h2 {
        font-size: 28px;
    }
}



/* Enhanced animations for Synth-HR modules */
.feature-card-hr {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    opacity: 1;
}

.feature-card-hr:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-color: rgba(93, 196, 237, 0.4);
}

.feature-card-hr:hover .feature-icon-hr {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(93, 196, 237, 1), rgba(121, 207, 68, 1));
}

.feature-card-hr:hover h3 {
    color: rgba(93, 196, 237, 1);
    transform: translateX(8px);
}

.feature-icon-hr {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card-hr h3 {
    transition: all 0.3s ease;
}

/* Staggered animation on page load */
.feature-card-hr:nth-child(1) { animation-delay: 0.1s; }
.feature-card-hr:nth-child(2) { animation-delay: 0.2s; }
.feature-card-hr:nth-child(3) { animation-delay: 0.3s; }
.feature-card-hr:nth-child(4) { animation-delay: 0.4s; }
.feature-card-hr:nth-child(5) { animation-delay: 0.5s; }
.feature-card-hr:nth-child(6) { animation-delay: 0.6s; }

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

.feature-card-hr {
    animation: fadeInUp 0.6s ease-out both;
}

/* Enhanced benefit point animations */
.benefit-point {
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 8px;
}

.benefit-point:hover {
    background: rgba(93, 196, 237, 0.05);
    transform: translateX(10px);
    border-left: 3px solid rgba(93, 196, 237, 1);
}

.benefit-point h4 {
    transition: color 0.3s ease;
}

.benefit-point:hover h4 {
    color: rgba(93, 196, 237, 1);
}

/* Step item animations */
.step-item {
    transition: all 0.3s ease;
}

.step-item:hover {
    transform: translateX(15px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: -20px;
}

.step-item:hover .step-number {
    background: linear-gradient(135deg, rgba(121, 207, 68, 1), rgba(93, 196, 237, 1));
    transform: scale(1.1);
}

.step-number {
    transition: all 0.3s ease;
}

/* Responsive updates for fixed modules grid */
@media (max-width: 1024px) {
    .modules-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .modules-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

