/* Global Styles */
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #FAF9F6; /* Calm off-white background */
    color: #333333; /* Dark grey text */
    line-height: 1.6;
    font-size: 16px;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}

h1, h2, h3 {
    color: #111111; /* Very dark grey/off-black headings */
    margin-bottom: 0.8em;
}

h1 {
    font-size: 3em; /* Large headline */
    font-weight: 700;
}

h2 {
    font-size: 2.2em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5em;
}

h3 {
    font-size: 1.5em;
    font-weight: 600;
}

a {
    color: #9d4edd; /* Accent Primary */
    text-decoration: none;
}

a:hover {
    color: #5a189a; /* Accent Hover */
    text-decoration: underline;
}

/* Header */
header {
    background-color: #FFFFFF; /* White header */
    padding: 1em 0;
    border-bottom: 1px solid #E0E0E0; /* Light grey border */
    position: sticky;
    top: 0;
    z-index: 1000;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

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

#header-logo {
    height: 65px !important;
    max-height: 65px !important;
    width: auto !important;
    display: block;
}

#header-logo-text {
    font-size: 1.8em;
    font-weight: 700;
    color: #111111; /* Match heading color */
    line-height: 1;
}

header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

header nav ul li {
    margin-left: 25px;
}

header nav ul li a {
    font-weight: 600;
    color: #9d4edd;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

header nav ul li a:hover {
    color: #FFFFFF;
    background: linear-gradient(135deg, #9d4edd 0%, #7b2cbf 100%);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(157, 78, 221, 0.3);
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.btn-primary {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 18px 45px;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-primary::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 ease;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.btn-secondary {
    background-color: transparent;
    color: #9d4edd;
    border: 2px solid #9d4edd;
}

.btn-secondary:hover {
    background: linear-gradient(135deg, rgba(157, 78, 221, 0.1), rgba(123, 44, 191, 0.05));
    color: #5a189a;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(157, 78, 221, 0.2);
}

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

section:nth-child(even) {
    background-color: #FFFFFF; /* White alternate sections */
}

/* Hero Section */
.hero-section {
    text-align: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    color: #FFFFFF; /* Ensure default text in this section is white */
}

/* Very subtle purple overlay */
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(157, 78, 221, 0.2), rgba(90, 24, 154, 0.3));
    background-image: none;
    z-index: 1;
}

.hero-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Very slight blur - approximately 15-20% */
    filter: blur(1.5px);
    z-index: 0;
}

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

.hero-section h1 {
    color: #FFFFFF; /* White heading on video */
    margin-bottom: 0.5em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); /* Stronger text shadow for readability */
}

.hero-section .subhead {
    font-size: 1.3em;
    color: #FFFFFF; /* White text for better contrast against video */
    margin-bottom: 1.5em;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); /* Stronger text shadow for readability */
}

/* About Section */
.about-section {
    padding: 80px 0; /* Increase padding */
    position: relative;
    background: linear-gradient(135deg, rgba(157, 78, 221, 0.05) 0%, rgba(123, 44, 191, 0.08) 100%); /* Very subtle purple gradient */
}

.about-section h2 {
    color: #7b2cbf; /* Darker purple for heading */
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 1.5em;
}

.about-section h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #9d4edd, #7b2cbf); /* Purple gradient */
    border-radius: 2px;
}

.about-section .two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
}

.about-section .text-content {
    padding-right: 0;
    padding-left: 20px;
    border-left: none;
    font-size: 1.1em;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 600px;
    position: relative;
}

.about-section .text-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 400px;
    background: #9d4edd;
    border-radius: 2px;
}

.about-section .text-content p {
    margin-bottom: 1.5em;
}

.about-section .image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    background-color: transparent;
}

/* Restore Gallery Container */
.about-section .image-gallery {
    display: none;
}

.gallery-container {
    display: none;
}

/* Remove individual positioning */
.image-1,
.image-2,
.image-3 {
    position: static;
    transform: none;
}

/* Updated image styling to make it larger and more visible */
.about-section .image-preview {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

.about-section .image-preview img {
    max-width: 110%;
    min-width: 500px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border: 2px solid #9d4edd;
    transition: all 0.3s ease;
    object-fit: contain;
}

.about-section .image-preview:hover img {
    transform: scale(1.03);
    border-color: #5a189a;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

/* Remove the text overlay on hover */
.about-section .image-preview::after {
    display: none; /* Hide the "Click to enlarge" text */
}

.about-section .image-preview:hover::after {
    opacity: 0; /* Ensure it stays hidden on hover */
}

/* No more zoom effects or overlays */

/* Media query adjustments */
@media (max-width: 768px) {
    h1 {
        font-size: 2.4em;
    }
    
    h2 {
        font-size: 1.8em;
    }
    
    header nav {
        flex-direction: column;
        align-items: center;
    }
    
    header nav ul {
        margin-top: 1em;
    }
    
    header nav ul li {
        margin-left: 15px;
    }
    
    .about-section .two-column {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-section .text-content {
        order: 1; /* Text first on mobile */
        padding-right: 0;
    }
    
    .about-section .image-gallery {
        order: 2; /* Image second on mobile */
        margin: 30px auto 0 auto;
        width: 100%;
        max-width: 100%;
    }
    
    .gallery-container {
        height: 400px;
        overflow: visible;
    }
    
    .image-item {
        border: 2px solid #9d4edd;
        box-shadow: 0 8px 20px rgba(157, 78, 221, 0.3);
    }
    
    .image-item img {
        width: 60px;
        height: auto;
    }
    
    /* Mobile positioning - vertical lineup */
    .image-1 {
        transform: translateX(120px) translateY(-60px);
    }
    
    .image-2 {
        transform: translateX(120px) translateY(0px);
    }
    
    .image-3 {
        transform: translateX(120px) translateY(60px);
    }
    
    /* Smaller connecting lines for mobile - flipped */
    .gallery-container::before {
        display: none;
    }
    
    .gallery-container::after {
        display: none;
    }
    
    .about-section .image-placeholder {
        order: 2; /* Image second on mobile */
        margin: 0 auto;
        width: 100%;
        max-width: 100%; /* Allow full width on mobile */
    }
    
    /* Adjust image size for mobile */
    .about-section .image-preview img {
        min-width: 100%; /* Override the 500px minimum for small screens */
        max-width: 100%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    }
}

/* Purple sections wrapper */
.purple-sections-wrapper {
    background: linear-gradient(135deg, #3c096c 0%, #5a189a 50%, #7b2cbf 100%);
    position: relative;
    overflow: hidden;
}

.purple-sections-wrapper::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 600" opacity="0.06"><circle cx="150" cy="100" r="80" fill="white"/><circle cx="850" cy="150" r="100" fill="white"/><circle cx="300" cy="400" r="60" fill="white"/><circle cx="700" cy="500" r="90" fill="white"/><circle cx="500" cy="250" r="70" fill="white"/></svg>');
    pointer-events: none;
}

.purple-sections-wrapper .tiers-section,
.purple-sections-wrapper .integrations-section {
    background: none !important;
}

/* Tiers Section */
.tiers-section {
    background: none !important;
    color: white;
    position: relative;
    overflow: visible;
    padding: 80px 0;
}

.tiers-section::after {
    display: none;
}

.tiers-section::before {
    display: none;
}

.tiers-section .container {
    position: relative;
    z-index: 1;
}

.tiers-section h2 {
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 2.8em;
    margin-bottom: 30px;
}

.packages-subtitle {
    font-size: 1.3em;
    color: rgba(255, 255, 255, 0.9);
    max-width: 900px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.tiers-section .tiers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.tier-card {
    background-color: #FFFFFF; /* White card background */
    padding: 30px;
    border-radius: 8px;
    border: none; /* Remove border for cleaner look against dark background */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); /* Subtle shadow for depth */
    color: #333333; /* Dark text for readability */
}

.tier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25); /* Darker shadow on hover */
}

.tier-card h3 {
    color: #7b2cbf; /* Darker purple for better readability */
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(157, 78, 221, 0.2); /* Subtle border under heading */
}

.tier-card ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.tier-card ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    color: #333333; /* Ensure list items are black text */
}

.tier-card ul li::before {
    content: '\2713'; /* Checkmark */
    color: #9d4edd; /* Accent Primary - to match brand */
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Subtle styling for cards that are not yet available */
.coming-soon-card {
    opacity: 0.9; /* Less faded out against dark background */
}

.coming-soon-disclaimer {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15); /* Slightly transparent white */
    color: white; /* White text */
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.8em;
    margin-top: 15px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle white border */
}

.tiers-section .btn-secondary {
    display: block;
    max-width: 250px;
    margin: 0 auto;
    background-color: transparent; /* Transparent background */
    border: 2px solid white; /* White border */
    color: white; /* White text */
}

.tiers-section .btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.15); /* Slightly transparent white */
    color: white; /* Keep white text */
    border-color: white; /* Keep white border */
}

/* Contact Section */
.contact-section {
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

/* Remove the purple background shapes */
.contact-section::before,
.contact-section::after {
    display: none;
}

.contact-section h2 {
    color: #7b2cbf; /* Darker purple heading */
    margin-bottom: 1.8em;
    position: relative;
    display: block; /* Changed from inline-block to block */
    text-align: center; /* Center the heading */
}

.contact-section h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #9d4edd, #7b2cbf);
    border-radius: 2px;
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto 2.5em;
    background-color: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(157, 78, 221, 0.15);
    border: 1px solid rgba(157, 78, 221, 0.1);
    position: relative;
}

.contact-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #9d4edd 0%, #7b2cbf 50%, #5a189a 100%);
    border-radius: 15px 15px 0 0;
}

.contact-form:hover {
    box-shadow: 0 20px 40px rgba(157, 78, 221, 0.25);
    transition: all 0.5s ease;
}

.contact-form label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 600;
    color: #444;
    font-size: 0.95em;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 1.5em;
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
    border-left: 3px solid #9d4edd;
}

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

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    border-color: #9d4edd;
    outline: none;
    box-shadow: 0 0 0 3px rgba(157, 78, 221, 0.15);
    transform: translateY(-2px);
}

.contact-form button {
    margin-top: 1.5em;
    display: block;
    width: 80%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 45px;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #5a189a 0%, #7b2cbf 100%);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.contact-form button::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 ease;
}

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

.contact-form button:hover {
    background: linear-gradient(135deg, #3c096c 0%, #5a189a 100%);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(90, 24, 154, 0.4);
}

.optional-contact {
    text-align: center;
    color: #666666;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(157, 78, 221, 0.1);
    max-width: 500px;
    margin: 0 auto;
}

.optional-contact p {
    margin: 0;
}

.optional-contact a {
    color: #9d4edd;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    padding-bottom: 2px;
}

.optional-contact a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #7b2cbf;
    transition: width 0.3s ease;
}

.optional-contact a:hover::after {
    width: 100%;
}

/* Footer */
footer {
    background: linear-gradient(135deg, #3c096c 0%, #5a189a 50%, #7b2cbf 100%);
    color: #FFFFFF;
    text-align: center;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.06"><circle cx="100" cy="50" r="60" fill="white"/><circle cx="900" cy="100" r="80" fill="white"/><circle cx="200" cy="200" r="40" fill="white"/><circle cx="800" cy="180" r="50" fill="white"/></svg>');
    pointer-events: none;
}

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

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

.footer-links a {
    margin: 0 15px;
    color: #FFFFFF;
    font-weight: 500;
    text-decoration: none;
}

.footer-links a:hover {
    color: #E0E0E0;
    text-decoration: underline;
}

.social-icons {
    margin-bottom: 15px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin: 0 5px;
}

.social-icons a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.branding {
    font-size: 0.85em;
    opacity: 0.8;
}

/* Founders Section */
.founders-section {
    text-align: center;
}

.founders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
    text-align: left;
}

.founder-card {
    background-color: #FFFFFF; /* White card background */
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #E0E0E0; /* Light grey border */
    text-align: center; /* Center content within the card */
}

.founder-image-placeholder {
    width: 150px;
    height: 150px;
    background-color: #E0E0E0; 
    background-image: none; 
    border-radius: 50%; 
    margin: 0 auto 20px auto;
    overflow: hidden; 
    border: 4px solid #9d4edd; /* Accent Primary */
}

.founder-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will ensure the image covers the area, cropping if necessary */
}

.founder-card h3 {
    color: #111111; /* Match heading color */
    margin-bottom: 0.5em;
}

.founder-card p {
    font-size: 0.95em;
    color: #555555; 
    margin-bottom: 1em; /* Added margin below last paragraph */
}

/* Styles for founder social icons */
.founder-socials {
    margin-top: 15px; /* Space above the icons */
}

.founder-socials a {
    color: #9d4edd; /* Accent Primary */
    font-size: 1.4em; /* Icon size */
    margin: 0 8px; /* Spacing between icons */
    text-decoration: none;
    transition: color 0.3s ease;
}

.founder-socials a:hover {
    color: #5a189a; /* Accent Hover */
}

/* Partners Section */
.partners-section {
    text-align: center;
    background-color: #121212; /* Match body background or alternate as desired */
}

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

.partner-item-placeholder {
    background-color: transparent; 
    color: #777;
    padding: 10px; 
    border-radius: 8px;
    border: 1px solid #E0E0E0; /* Light grey border */
    min-height: auto; /* Let image define height */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
}

.partners-footnote {
    grid-column: 1 / -1; /* Span across all columns */
    margin-top: 30px;
    font-size: 1em;
    color: #777777; /* Light grey text */
}

/* Form Group Styling */
.form-group {
    margin-bottom: 1.5em;
    position: relative;
}

.purple-icon {
    color: #9d4edd;
    margin-right: 5px;
    opacity: 0.8;
}

/* Adjust input fields to have more personality */
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #aaa;
    font-style: italic;
    opacity: 0.7;
}

/* Add a subtle purple left border to inputs */
.contact-form input[type="text"],
.contact-form input[type="email"] {
    border-left: 3px solid #9d4edd;
    padding-left: 18px;
}

.contact-form textarea {
    border-left: 3px solid #9d4edd;
    padding-left: 18px;
    min-height: 120px;
    resize: vertical;
}

/* Notification System */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 300px;
    max-width: 500px;
    padding: 16px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    z-index: 10000;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.notification.show {
    transform: translateX(0);
    opacity: 1;
}

.notification.success {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
}

.notification.error {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
}

.notification.warning {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
}

.notification.info {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
}

.notification i {
    font-size: 16px;
    flex-shrink: 0;
}

.notification span {
    flex: 1;
    line-height: 1.4;
}

.notification-close {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

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

/* Button Loading State */
.btn-loading {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-loading i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* reCAPTCHA Styling */
.g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

/* Form group spacing for reCAPTCHA */
.contact-form .form-group:has(.g-recaptcha) {
    margin-bottom: 25px;
}

/* Responsive notification */
@media (max-width: 768px) {
    .notification {
        left: 20px;
        right: 20px;
        min-width: unset;
        max-width: unset;
    }
}

/* Thank You Message */
.thank-you-message {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
    padding: 50px 40px;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(157, 78, 221, 0.2);
    border: 1px solid rgba(157, 78, 221, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.thank-you-message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #9d4edd 0%, #7b2cbf 50%, #5a189a 100%);
    border-radius: 15px 15px 0 0;
}

.thank-you-message .success-icon {
    font-size: 5em;
    color: #10b981;
    margin-bottom: 25px;
    animation: bounceIn 0.6s ease-out;
    display: flex;
    justify-content: center;
    width: 100%;
}

.thank-you-message .success-icon i {
    display: block;
}

.thank-you-message h3 {
    font-size: 2.2em;
    color: #7b2cbf;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.thank-you-message p {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.thank-you-message button {
    margin-top: 25px;
    padding: 15px 35px;
    font-size: 1.1em;
    font-weight: 600;
    background: linear-gradient(135deg, #9d4edd 0%, #7b2cbf 100%);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.thank-you-message button:hover {
    background: linear-gradient(135deg, #7b2cbf 0%, #5a189a 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(90, 24, 154, 0.3);
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.about-section .image-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    max-width: 100%;
    position: relative;
    height: 600px;
    width: 100%;
}

.individual-image {
    border: 2px solid #9d4edd;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(157, 78, 221, 0.25);
    transition: all 0.3s ease;
    position: relative;
}

.individual-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #9d4edd 0%, #7b2cbf 100%);
    z-index: 1;
}

.individual-image:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(157, 78, 221, 0.4);
    border-color: #7b2cbf;
}

.individual-image img {
    width: 320px;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Position middle image to the right */
.individual-image.image-1 {
    position: absolute;
    top: 0;
    left: 25px;
}

.individual-image.image-2 {
    position: absolute;
    top: 175px;
    left: 375px;
}

.individual-image.image-3 {
    position: absolute;
    top: 350px;
    left: 25px;
}

/* Remove old gallery styles */
.about-section .image-gallery {
    display: none;
}

.gallery-container {
    display: none;
}

/* Remove individual positioning */
.image-1,
.image-2,
.image-3 {
    position: static;
    transform: none;
}

/* Mobile images also 4x larger */
@media (max-width: 768px) {
    .individual-image img {
        width: 240px;
    }
}

/* Integrations Section */
.integrations-section {
    background: none;
    color: #FFFFFF;
    padding: 5px 0 80px 0;
    text-align: center;
    position: relative;
    overflow: visible;
}

.integrations-section::before {
    display: none;
}

.integrations-section .container {
    position: relative;
    z-index: 1;
}

.integrations-section h2 {
    color: #FFFFFF;
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.integrations-subtitle {
    font-size: 1.3em;
    color: rgba(255, 255, 255, 0.9);
    max-width: 900px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.integrations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 50px 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.integration-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 30px 25px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.integration-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

.integration-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

.integration-icon {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    font-size: 2.5em;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.integration-icon.google {
    background: linear-gradient(135deg, #4285f4 0%, #34a853 25%, #fbbc05 50%, #ea4335 75%);
    color: white;
    box-shadow: 0 8px 20px rgba(66, 133, 244, 0.3);
}

.integration-icon.microsoft {
    background: linear-gradient(135deg, #00bcf2 0%, #0078d4 100%);
    color: white;
    box-shadow: 0 8px 20px rgba(0, 120, 212, 0.3);
}

.integration-icon.classroom {
    background: linear-gradient(135deg, #34a853 0%, #137333 100%);
    color: white;
    box-shadow: 0 8px 20px rgba(52, 168, 83, 0.3);
}

.integration-card:hover .integration-icon {
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.integration-card h4 {
    font-size: 1.4em;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.integration-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
    position: relative;
    z-index: 2;
}

.integration-cta {
    margin-top: 50px;
}

.integration-cta .btn {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 18px 45px;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.integration-cta .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 ease;
}

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

.integration-cta .btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .integrations-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px 0;
    }
    
    .integration-card {
        padding: 25px 20px;
    }
    
    .integration-icon {
        width: 60px;
        height: 60px;
        font-size: 2em;
    }
    
    .integrations-section h2 {
        font-size: 2.2em;
    }
    
    .integrations-subtitle {
        font-size: 1.1em;
        margin-bottom: 30px;
    }
} 