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

body {
    font-family: 'Arial', sans-serif;
    color: white;
    background-color: #0a0a0a;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.navbar-logo {
    height: 40px;
    width: auto;
    vertical-align: middle;
}

.logo h1 {
    font-size: 24px;
    color: #00ff9d;
    font-weight: bold;
    margin: 0;
}

.main-nav ul {
    display: flex;
    list-style: none;
}

.main-nav ul li {
    margin-left: 30px;
}

.main-nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.main-nav ul li a:hover {
    color: #00ff9d;
}

.hero-section {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.hero-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-slide.active {
    opacity: 1;
    z-index: 1;
}

/* First page background */
.hero-slide:nth-child(1) {
    background-image: url('../imgs/photo-1620712943543-bcc4688e7485.avif');
    background-size: cover;
    background-position: center;
}

/* Second page background */
.hero-slide:nth-child(2) {
    background-image: url('../imgs/photo-1558494949-ef010cbdcc31.avif');
    background-size: cover;
    background-position: center;
}

/* Third page background */
.hero-slide:nth-child(3) {
    background-image: url('../imgs/photo-1587620962725-abab7fe55159.avif');
    background-size: cover;
    background-position: center;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    min-width: 300px;
    padding: 0 20px;
    width: 100%;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
    white-space: nowrap;
}

/* Ensure text does not overflow on smaller screens */
@media (max-width: 768px) {
    .hero-content p {
        white-space: normal;
        font-size: 16px;
    }
}

/* Image container style */
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.placeholder-image {
    width: 100%;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed rgba(255, 255, 255, 0.5);
}

/* Toggle button style */
.slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    z-index: 3;
}

.slide-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.slide-prev {
    left: 20px;
}

.slide-next {
    right: 20px;
}

.hero-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 300;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.hero-slider {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 3;
}

.slider-dots {
    display: flex;
    gap: 10px;
}

.slider-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slider-dots span.active {
    background-color: #00ff9d;
}

/* Platform Overview Section */
.platform-overview {
    background-color: #0a0a0a;
    background-image: linear-gradient(rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0.9)), url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zNiAxOGMtMS4yMSAwLTIuMjEuOTgtMi4yMSAyLjIxczEgMi4yMSAyLjIxIDIuMjFIMzRjMS4yMSAwIDIuMjEtLjk5IDIuMjEtMi4yMXMuOTktMi4yMSAyLjIxLTIuMjFIMzZ6IiBmaWxsPSIjMjY0MTYyIi8+PC9nPjwvc3ZnPg==');
    padding: 100px 0;
    position: relative;
}

.platform-overview .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

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

.section-header h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: white;
    font-weight: 700;
}

.section-header p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.platform-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 1200px;
}

.platform-card {
    background-color: rgba(34, 34, 34, 0.5);
    border-radius: 8px;
    padding: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.platform-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 255, 157, 0.1);
    border-color: rgba(0, 255, 157, 0.2);
}

.card-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 255, 157, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.card-icon svg {
    width: 32px;
    height: 32px;
}

.platform-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: white;
    font-weight: 600;
}

.platform-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
}

.card-button {
    display: inline-block;
    background-color: #00ff9d;
    color: #0a0a0a;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.card-button:hover {
    background-color: #00e68a;
    transform: translateX(3px);
}

/* Hardware Showcase Section */
.hardware-showcase-section {
    background-color: #0f172a;
    padding: 80px 0 0;
    margin-top: 0;
}

.hardware-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-bottom: 16px;
}

.hardware-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-bottom: 64px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.hardware-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hardware-card {
    background-color: rgba(34, 34, 34, 0.5);
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.hardware-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 255, 157, 0.1);
    border-color: rgba(0, 255, 157, 0.2);
}

.hardware-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    margin-bottom: 16px;
}

.hardware-card-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 24px;
    line-height: 1.6;
}

.hardware-feature-list {
    margin-bottom: 24px;
}

.hardware-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.8);
}

.hardware-feature-item:last-child {
    margin-bottom: 0;
}

.hardware-feature-icon {
    background-color: rgba(0, 255, 157, 0.1);
    color: #00ff9d;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 0.75rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.hardware-learn-more {
    display: inline-flex;
    align-items: center;
    color: #00ff9d;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.3s ease;
}

.hardware-learn-more:hover {
    color: #00e68a;
}

.hardware-learn-more::after {
    content: " →";
    margin-left: 4px;
    font-size: 1rem;
}

/* Responsive adjustments for Hardware Showcase */
@media (max-width: 768px) {
    .hardware-showcase-section {
        padding: 60px 0;
    }
    
    .hardware-title {
        font-size: 2rem;
    }
    
    .hardware-subtitle {
        margin-bottom: 48px;
        font-size: 1rem;
    }
    
    .hardware-card {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .hardware-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .hardware-title {
        font-size: 1.75rem;
    }
}

/* Delivery Process Section */
.delivery-process-section {
    background-color: #0f172a;
    padding: 80px 0;
    color: white;
    position: relative;
    overflow: hidden;
    margin: 0;
    /* Use more natural gradient background */
    background-image: linear-gradient(180deg, #0f172a 0%, #0f172a 80%, #050505 100%);
}

/* Optimize transition with Hardware Showcase Section above */
.hardware-showcase-section {
    position: relative;
    z-index: 2;
    /* Ensure tight connection with Delivery Process section */
    margin-bottom: 0;
    padding-bottom: 20px;
}

/* Remove footer top border to avoid visual dividing line */
.footer {
    border-top: none;
    position: relative;
    z-index: 1;
}

/* Add a gradient band connecting Delivery Process and footer */
.delivery-process-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, #0f172a 0%, #050505 100%);
    z-index: 1;
}

.delivery-process-section > * {
    position: relative;
    z-index: 2;
}

.delivery-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #00ff9d;
    text-align: center;
    margin-bottom: 16px;
}

.delivery-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-bottom: 64px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.delivery-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 64px;
}

.delivery-step {
    /* Add card gradient */
    background: linear-gradient(135deg, rgba(34, 34, 34, 0.7), rgba(17, 24, 39, 0.9));
    border-radius: 12px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.step-circle {
    width: 56px;
    height: 56px;
    background-color: rgba(0, 255, 157, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
}

.step-number {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #00ff9d;
    color: #0a0a0a;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.step-icon {
    color: #00ff9d;
}

.step-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #00ff9d;
    margin-bottom: 16px;
}

.step-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* Consult Button Area */
.consult-area {
    max-width: 800px;
    margin: 0 auto;
    /* Add consultation area gradient */
    background: linear-gradient(135deg, rgba(55, 65, 81, 0.8), rgba(31, 41, 55, 0.9));
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.consult-title {
    font-size: 2rem;
    font-weight: 700;
    color: #00ff9d;
    margin-bottom: 16px;
}

.consult-description {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
    line-height: 1.6;
}

.consult-button {
    display: inline-block;
    background: linear-gradient(90deg, #00ff9d, #3b82f6);
    color: white;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.consult-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 255, 157, 0.2);
}

/* Responsive adjustments for Delivery Process */
@media (max-width: 1200px) {
    .delivery-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .delivery-step {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .delivery-process-section {
        padding: 60px 0;
    }
    
    .delivery-title {
        font-size: 2rem;
    }
    
    .delivery-subtitle {
        margin-bottom: 48px;
        font-size: 1rem;
    }
    
    .delivery-steps {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 48px;
    }
    
    .consult-area {
        padding: 32px 24px;
    }
    
    .consult-title {
        font-size: 1.75rem;
    }
    
    .consult-description {
        font-size: 1rem;
        margin-bottom: 24px;
    }
    
    .consult-button {
        padding: 14px 28px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .delivery-title {
        font-size: 1.75rem;
    }
    
    .step-title {
        font-size: 1.125rem;
    }
    
    .consult-title {
        font-size: 1.5rem;
    }
    
    .consult-button {
        padding: 12px 24px;
        font-size: 0.9375rem;
    }
}

/* Footer styles */
.footer {
    background-color: #050505;
    padding: 80px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-logo-section {
    margin-bottom: 50px;
    text-align: center;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-logo h2 {
    font-size: 32px;
    color: #00ff9d;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.footer-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto 25px;
    line-height: 1.6;
}

/* Keep basic header style after removing social media icons */

/* Main content area - grid layout */
.footer-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-bottom: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Contact information area */
.footer-contact {
    max-width: 100%;
}

/* Ensure contact information title matches style of other titles */
.footer-contact h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.footer-contact h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #00ff9d;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 10px 0;
    transition: transform 0.3s ease;
}

.contact-item:hover {
    transform: translateX(5px);
}

.contact-icon {
    margin-right: 15px;
    min-width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00ff9d;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-text {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

/* Link area - single column layout */
.footer-links {
    display: contents;
}

.footer-column h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #00ff9d;
}

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

.footer-column ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.footer-column ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    padding: 5px 0;
}

.footer-column ul li a::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #00ff9d;
    width: 15px;
    display: inline-block;
}

.footer-column ul li a:hover {
    color: #00ff9d;
}

.footer-column ul li a:hover::before {
    left: -15px;
    opacity: 1;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

/* N-Base Cloud text green style */
.logo h1,
.about-logo h1,
.footer-logo h2 {
    color: #4CAF50;
}

/* Contact form style - dark theme */
.contact-section {
    padding: 60px 0;
    background-color: #000;
    color: #fff;
}

.contact-section .container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-section h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    /* Ensure Contact Us is above tabs */
    position: relative;
    z-index: 2;
    /* Ensure title is centered directly above form */
    width: 100%;
}

.contact-form {
    background-color: #1a1a1a;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 600px; /* Maximum width can be adjusted as needed */
}

/* Company tab style */
.company-tab {
    position: relative;
}



.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #4CAF50; /* Same green as logo */
    font-size: 1.1rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #444;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    background-color: #2a2a2a;
    color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-btn:hover {
    background-color: #45a049;
}

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

/* Responsive design */
@media (max-width: 768px) {
    .contact-section {
        padding: 40px 0;
    }
    
    .contact-section h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .contact-form {
        padding: 20px;
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 12px;
        font-size: 0.9rem;
    }
    
    .submit-btn {
        padding: 12px;
        font-size: 1rem;
    }
}

/* About Section */
.about-section {
    padding: 80px 0;
    background-color: #000;
    color: #fff;
}

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

.about-logo {
    margin-bottom: 40px;
}

.about-logo h1 {
    font-size: 3.5rem;
    color: #4CAF50; /* Ensure N-Base Cloud remains green */
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0;
}

.about-text {
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.about-text p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7); /* Use the same color as footer-description */
}

.about-text p:last-child {
    margin-bottom: 0;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icon {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #00ff9d;
}

.copyright p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

/* Dashboard Card Styles */
.dashboard-card .card-header {
    position: relative;
    padding-right: 50px; /* Leave space for icons to avoid text overlap */
    min-height: 60px; /* Increase minimum height to accommodate two lines of text */
}

/* Ensure h4 and p elements each occupy their own line */
.dashboard-card .card-header h4,
.dashboard-card .card-header p {
    display: block;
    margin: 5px 0; /* Set appropriate top and bottom margins */
    clear: both;
}

.dashboard-card .model-icon.sd-icon,
.dashboard-card .model-icon.llama-icon,
.dashboard-card .model-icon.whisper-icon {
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: 5px; /* Match top margin of h4 title */
    z-index: 10;
}

/* Responsive styles */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    
    .logo {
        margin-bottom: 20px;
    }
    
    .main-nav ul li {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .hero-content h2 {
        font-size: 36px;
    }
    
    .hero-content p {
        font-size: 16px;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    /* Platform Overview Responsive */
    .section-header h2 {
        font-size: 28px;
    }
    
    .section-header p {
        font-size: 16px;
    }
    
    .platform-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .platform-card {
        padding: 30px 20px;
    }
}