* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Lexend Deca', sans-serif;
}

body {
    font-family: "Lexend Deca", sans-serif;
    margin: 0;
    padding: 0;
    color: var(--neutral-dark);
    background-color: var(--bg-light);
    line-height: 1.6;
}

.landing-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-section {
    background-color: var(--primary-dark);
    color: white;
    padding: 70px 20px 5px;
    margin-top: 70px;
    position: relative;
}

.hero-content {
    max-width: 1000px;
    margin: 0 auto;
}

.hero-section p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 2rem auto 3rem;
    color: var(--neutral-light);
}



.hero-section .subtitle {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    color: white;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1); /* Very subtle light line */
}

.cta-button {
    display: inline-block;
    background-color: var(--accent);
    color: var(--standard-h2-text);
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
    margin: 0 10px 10px;
}

.cta-button:hover {
    background-color: var(--accent-light);
}

.cta-button.secondary {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

.cta-button.secondary:hover {
    background-color: rgb(255 255 255 / 10%);
}

.updates-section {
    padding: 80px 0;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgb(0 0 0 / 8%);
    margin: 60px auto;
    max-width: 1140px;
    overflow: hidden;
}

.updates-container {
    padding: 0 40px;
}

.update-item {
    background-color: var(--bg-light);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    border-left: 4px solid var(--accent);
    position: relative;
    overflow: hidden;
}

.update-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: var(--accent);
    opacity: 0.05;
    border-radius: 0 0 0 100%;
}

.update-date {
    color: var(--accent);
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.update-title {
    font-size: 1.5rem;
    color: var(--primary-dark);
    margin-bottom: 15px;
    font-weight: 600;
}

.update-content p {
    color: var(--neutral-dark);
    margin-bottom: 15px;
    line-height: 1.6;
}

.new-badge {
    display: inline-block;
    background-color: var(--accent);
    color: var(--primary-dark);
    font-size: 0.7rem;
    padding: 4px 10px;
    border-radius: 20px;
    margin-left: 15px;
    vertical-align: middle;
    font-weight: 600;
    letter-spacing: 0.5px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

.update-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.feature-highlight {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 5%);
    border-left: 3px solid var(--accent);
}

.feature-highlight h4 {
    margin: 0 0 10px;
    color: var(--primary-dark);
    font-size: 1.1rem;
}

.feature-highlight p {
    margin: 0;
    color: var(--neutral);
    font-size: 0.9rem;
}

@media (width <= 768px) {
    .updates-container {
        padding: 0 20px;
    }
    
    .update-item {
        padding: 20px;
    }
    
    .update-features {
        grid-template-columns: 1fr;
    }
}

/* Mission Section Styling */
.mission-section {
    padding: 80px 0;
    background: linear-gradient(160deg, var(--primary-dark) 0%, var(--primary) 100%);
    color: white;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    margin: 80px 0;
    overflow: hidden;
}

.mission-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='rgba(255,255,255,0.05)' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.3;
}

.mission-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.mission-title h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.mission-title h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: var(--accent);
}

.mission-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 25px auto 0;
}

.mission-icon-container {
    margin: 20px auto;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.05);
}

.mission-icon {
    width: 30px;
    height: 30px;
    color: var(--accent);
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.mission-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 40px 30px;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mission-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.mission-card-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.mission-card-icon svg {
    width: 30px;
    height: 30px;
    color: var(--accent-light);
}

.mission-card h3 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 20px;
    color: white;
    position: relative;
    padding-bottom: 15px;
}
/* Main container for the SVG */
.svg-container {
    position: relative;
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    width: 100%;
    max-width: 1200px; /* Increased max-width */
    margin: 0 auto;
    overflow: visible; /* Critical change from hidden to visible */
    min-height: 1200px; /* Increased height to accommodate the full SVG */
    height: auto; /* Allow container to expand based on content */
}

/* Inner wrapper for the SVG */
.svg-wrapper {
    position: relative;
    width: 100%;
    background: white;
    border-radius: 10px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: visible; /* Changed from hidden to visible */
    min-height: 1200px; /* Match container min-height */
    height: auto; /* Allow height to adjust to content */
}

/* The SVG element itself */
.svg-framework {
    width: 100%;
    height: auto;
    min-width: 1744px; /* Match the min-width in the SVG */
    min-height: 1616px; /* Match the min-height in the SVG */
    transform-origin: top left;
    transform: scale(0.4); /* Reduced scale to fit more of the diagram */
    margin-bottom: 100px; /* Added more margin at bottom */
    display: block; /* Ensure proper display */
}

/* Additional container styles for proper scrolling */
.svg-framework-container {
    width: 100%;
    height: auto;
    overflow: visible !important; /* Force visible overflow */
    position: relative;
    padding-bottom: 100px; /* Added padding at bottom */
}
@media (max-width: 768px) {
    .svg-container, .svg-wrapper {
        padding: 10px;
        min-height: 400px;
    }

    .svg-framework {
        transform: scale(0.3);
    }
}

.svg-spacing {
    margin-top: 40px;
}

.example-subtitle {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}


.mission-card h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--accent);
}

.mission-card p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
}

.mission-quote {
    margin-top: 60px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    position: relative;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-left: 4px solid var(--accent);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mission-quote::before {
    content: "“";
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.2);
    font-family: Georgia, serif;
}

.mission-quote::after {
    content: "”";
    position: absolute;
    bottom: -20px;
    right: 20px;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.2);
    font-family: Georgia, serif;
}

.mission-quote p {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.6;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mission-section {
        padding: 60px 20px;
    }

    .mission-title h2 {
        font-size: 2rem;
    }

    .mission-subtitle {
        font-size: 1rem;
    }

    .mission-grid {
        grid-template-columns: 1fr;
    }

    .mission-card {
        padding: 30px 20px;
    }

    .mission-quote {
        padding: 25px 20px;
    }

    .mission-quote p {
        font-size: 1.1rem;
    }
}

.features-section {
    padding: 60px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature-card {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 5%);
    transition: transform 0.3s, box-shadow 0.3s;
    border-top: 4px solid var(--primary);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-top: 0;
    color: var(--primary-dark);
}

/* Add step numbers to the cards */
.feature-card h3::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--accent);
    border-radius: 50%;
    margin-right: 10px;
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 2.2rem;
    color: var(--primary-dark);
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--accent);
}

.section-title p {
    font-size: 1.1rem;
    color: var(--neutral);
    max-width: 700px;
    margin: 20px auto 0;
}

.maps-section {
    padding: 60px 0;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 5%);
    margin: 40px auto;
    max-width: 1200px;
}

.maps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 30px;
    margin-top: 40px;
    padding: 0 20px;
}

.map-card {
    border: 1px solid var(--neutral-light);
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 4px 6px rgb(0 0 0 / 5%);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.map-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    border-color: var(--primary-light);
}

/* Map thumbnail and preview styling */
.map-preview-container {
    position: relative;
    overflow: hidden;
}

.map-thumbnail {
    height: 300px;
    background-color: var(--neutral-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--neutral);
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.map-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Button overlay container */
.map-preview-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

/* View Map button styling */
.view-map-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: var(--primary);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.25s ease;
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
    border: none;
    cursor: pointer;
}

.view-map-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg,
            rgb(255 255 255 / 0%) 0%,
            rgb(255 255 255 / 20%) 50%,
            rgb(255 255 255 / 0%) 100%
    );
    transition: left 0.8s ease;
}

.view-map-btn:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgb(0 0 0 / 30%);
}

.view-map-btn:hover::before {
    left: 100%;
}

.view-map-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}

.view-map-btn svg {
    width: 16px;
    height: 16px;
}

.svg-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.svg-container svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.map-card:hover .svg-container svg {
    transform: scale(1.02);
}

.map-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.map-tag {
    padding: 4px 10px;
    background-color: var(--bg-medium);
    color: var(--neutral-dark);
    border-radius: 16px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Context and claim boxes */
.map-context,
.map-claim {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 6px;
}

.map-context {
    background-color: var(--bg-light);
    border-left: 3px solid var(--primary-light);
}

.map-claim {
    background-color: var(--bg-very-light);
    border-left: 3px solid var(--accent);
}

.map-context h4,
.map-claim h4 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 8px;
    color: var(--primary-dark);
    font-weight: 600;
}

.map-context p,
.map-claim p {
    margin: 0;
    font-size: 0.95rem;
}

.map-metadata {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--neutral-dark);
    font-size: 0.9rem;
}

.embed-section {
    padding: 60px 0;
}

.embed-container {
    margin-top: 40px;
    border: 1px solid var(--neutral-light);
    border-radius: 8px;
    height: 500px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--neutral);
    font-weight: 500;
    box-shadow: 0 4px 6px rgb(0 0 0 / 5%);
}

.newsletter-section {
    padding: 60px 40px;
    background-color: var(--primary);
    color: white;
    border-radius: 8px;
    text-align: center;
    margin: 0px 0;
    background-image: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.contact-us-section {
    padding: 60px 40px;
    background-color: var(--neutral-light);
    color: var(--standard-text);
    border-radius: 8px;
    text-align: center;
    margin: 0px 0;
    background-image: var(--bg-light);
}

.contact-email {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.contact-email .cta-button {
    display: inline-flex;
    align-items: center;
    background-color: white;
    color: var(--primary-dark);
    border: none;
    transition: transform 0.3s, box-shadow 0.3s;
}

.contact-email .cta-button:hover {
    background-color: var(--bg-light);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


.newsletter-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.newsletter-section p {
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
    opacity: 0.9;
}

.newsletter-form {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    border-radius: 8px 0 0 8px;
    font-size: 1rem;
    font-family: "Lexend Deca", sans-serif;
}

.newsletter-form button {
    padding: 12px 24px;
    background-color: var(--accent);
    color: var(--standard-h2-text);
    border: none;
    border-radius: 0 8px 8px 0;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: "Lexend Deca", sans-serif;
}

.newsletter-form button:hover {
    background-color: var(--accent-light);
}

.roadmap-section {
    padding: 80px 0;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgb(0 0 0 / 8%);
    margin: 60px auto;
    max-width: 1140px;
    overflow: hidden;
}

.roadmap-container {
    padding: 0 40px;
}

.example-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.element-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.connection-image {
    width: 100%;
    height: 150px;
    background-color: var(--bg-medium);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.connection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.roadmap-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
}

.roadmap-item {
    background-color: var(--bg-light);
    border-radius: 10px;
    padding: 30px;
    transition: transform 0.3s, box-shadow 0.3s;
    border-left: 4px solid var(--primary);
    position: relative;
    overflow: hidden;
}

.roadmap-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.roadmap-item h3 {
    margin-top: 0;
    font-size: 1.3rem;
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.roadmap-item h3::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: var(--accent);
    border-radius: 50%;
    margin-right: 15px;
}

.roadmap-item p {
    color: var(--neutral);
    margin: 0;
    padding-left: 27px;
}

.roadmap-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: var(--primary-light);
    opacity: 0.05;
    border-radius: 0 0 0 100%;
}

.roadmap-feature-content {
    padding: 30px;
}

.roadmap-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.roadmap-item.featured:hover .roadmap-feature-image img {
    transform: scale(1.03);
}

.beta-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--accent);
    color: var(--primary-dark);
    font-weight: bold;
    font-size: 0.8rem;
    padding: 5px 10px;
    border-radius: 20px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
    z-index: 1;
}


/* Add these CSS rules to fix the alignment issues */
.map-thumbnail.coming-soon {
    background-color: var(--bg-medium);
    position: relative;
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-soon-overlay {
    position: absolute;
    inset: 0;
    background-color: rgb(26 58 95 / 5%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--primary-dark);
    font-weight: 600;
}

.coming-soon-icon {
    margin-bottom: 20px;
    opacity: 0.7;
}

.coming-soon-overlay span {
    font-size: 1.5rem;
}

@media (width <= 768px) {
    .map-thumbnail.coming-soon {
        height: 200px;
    }

    .coming-soon-overlay span {
        font-size: 1.2rem;
    }

    .coming-soon-icon {
        width: 48px;
        height: 48px;
    }
}

.coming-soon {
    display: inline-block;
    background-color: var(--primary-light);
    color: white;
    font-size: 0.7rem;
    padding: 4px 10px;
    border-radius: 20px;
    margin-left: 15px;
    vertical-align: middle;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Mobile responsiveness */
@media (width <= 900px) {
    .roadmap-item.featured {
        grid-template-columns: 1fr;
    }

    .roadmap-feature-image {
        min-height: 300px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
    }
}

.hero-main {
    text-align: center;
    margin-bottom: 30px;
}


.hero-sections {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 35px;
}

.hero-section-item {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.hero-section-item h3 {
    color: var(--accent);
    margin: 0;
    width: 150px;
    flex-shrink: 0;
    font-size: 1.1rem;
    padding-top: 2px;
}


.hero-section-item p {
    margin: 0;
    font-size: 1rem;
    flex-grow: 1;
}


.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 2rem;
}

.hero-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%);
}

.hero-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    flex-shrink: 0;
}

@media (width <= 768px) {
    .hero-section {
        padding: 70px 20px 5px;
        margin-top: 60px; /* Match the smaller header */
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-section .subtitle {
        font-size: 1.2rem;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input {
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .newsletter-form button {
        border-radius: 8px;
    }

    .maps-grid {
        grid-template-columns: 1fr;
    }

    .map-thumbnail {
        height: 200px;
    }

    .map-preview-overlay {
        bottom: 15px;
        right: 15px;
    }

    .view-map-btn {
        padding: 10px 16px;
        font-size: 0.9rem;
    }

    .roadmap-items {
        grid-template-columns: 1fr;
    }

    .roadmap-item {
        padding: 20px;
    }

    .roadmap-container {
        padding: 0 20px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .section-title h2 {
        font-size: 1.8rem;
    }
}

.explanation-section {
    padding: 80px 0;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgb(0 0 0 / 8%);
    margin: 60px auto;
    max-width: 1140px;
}

.explanation-section .element-card {
    overflow: visible; /* Change from hidden to visible */
    margin-bottom: 60px; /* Increase bottom margin to prevent overlap */
}

.explanation-container {
    padding: 0 40px 40px; /* Add bottom padding */
    margin-top: 30px;
    overflow: visible; /* Prevent content cutoff */
}

.argument-example {
    max-height: 40px;
    object-fit: scale-down;
    display: block;
    border: 1px solid var(--neutral-light);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    background: var(--bg-very-light);
    margin-bottom: 20px;
    max-width: 100%;
}

#explanation .argument-example {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.explanation-intro {
    margin-bottom: 30px;
    font-size: 1.2rem;
}

.element-card {
    background-color: var(--bg-light);
    border-radius: 8px;
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgb(0 0 0 / 5%);
    transition: transform 0.3s, box-shadow 0.3s;
}

.element-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
}

.element-header {
    background-color: var(--primary-dark);
    color: white;
    padding: 15px 20px;
    border-bottom: 3px solid var(--accent);
}

.element-header h3 {
    margin: 0;
    font-size: 1.4rem;
}

.element-content {
    padding: 20px 20px 40px; /* Increase bottom padding */
    overflow: visible; /* Ensure content isn't cut off */
}

.element-image {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    overflow: visible;
    background: transparent;
}

.element-card .element-content {
    position: relative;
    padding: 20px 20px 40px;
}

.explanation-elements .element-card {
    position: relative;
    margin-bottom: 60px;
    overflow: visible;
}

.element-image > * {
    max-width: 100%;
    position: relative;
}

.connection-types {
    margin-top: 30px;
}

.connection-type {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 5%);
}

.connection-type h4 {
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--primary-dark);
    border-bottom: 2px solid;
    padding-bottom: 8px;
    display: inline-block;
}

.connection-type.supports h4 {
    border-color: var(--support-color);
}

.connection-type.attacks h4 {
    border-color: var(--attack-color);
}

.connection-type.cites h4 {
    border-color: var(--cited-color);
}



.attack-subtypes {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.attack-subtype {
    background-color: var(--bg-light);
    padding: 15px;
    border-radius: 6px;
    border-left: 3px solid var(--attack-color);
}

.attack-subtype h5 {
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--primary-dark);
    font-size: 1rem;
}

.example-map {
    margin-top: 50px;
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 5%);
}

.example-map h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--primary-dark);
    font-size: 1.6rem;
}

.example-image {
    width: 100%;
    height: 400px;
    background-color: var(--bg-medium);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.example-description {
    margin-top: 20px;
    line-height: 1.6;
}

.history-section {
    margin-top: 50px;
    padding: 30px;
    background-color: var(--bg-very-light);
    border-radius: 8px;
    border-left: 4px solid var(--primary);
}

.history-section h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--primary-dark);
}

/* Responsive adjustments */
@media (width <= 768px) {
    .explanation-container {
        padding: 0 20px;
    }

    .attack-subtypes {
        grid-template-columns: 1fr;
    }

    .example-image {
        height: 250px;
    }
}

.element-image img,
.argument-example {
    max-height: 600px; /* Adjust this value to your preferred maximum height */
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto; /* Centers the image horizontally */
}

.linkedin-link {
    color: #9cbacb; /* LinkedIn blue */
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

.linkedin-link:hover {
    color: #005582; /* Darker blue on hover */
    text-decoration: underline;
}

/* Founder Section Styling */
.founder-section {
    padding: 80px 0;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgb(0 0 0 / 8%);
    margin: 60px auto;
    max-width: 1140px;
    overflow: hidden;
}

.founder-container {
    padding: 0 40px;
}

.founder-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-top: 40px;
}

.founder-image {
    flex: 0 0 200px;
}

.founder-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary-dark);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.founder-photo:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.founder-text {
    flex: 1;
}

.founder-text p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--neutral-dark);
}

.founder-text a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.founder-text a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .founder-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .founder-image {
        margin-bottom: 30px;
    }

    .founder-container {
        padding: 0 20px;
    }
}









#maps {
    background: white;
    border-radius: 12px;
    padding: 40px 0;
    box-shadow: 0 8px 24px rgb(0 0 0 / 10%);
}

.featured-maps {
    padding: 40px 0;
    background: transparent;
}

.featured-maps .section-title {
    margin-bottom: 30px;
}

.maps-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 300px));
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.map-preview-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}



.map-preview-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(0 0 0 / 12%);
}

.map-preview-card.create-new-map {
    cursor: pointer;
}

.map-thumbnail-mini {
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #e2e8f0 0%, #f1f5f9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--neutral-light);
    font-size: 2rem;
    position: relative;
}

.map-category-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--primary);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 2;
}

.map-content-mini {
    padding: 15px;
}

.map-content-mini h4 {
    font-size: 1rem;
    margin-bottom: 8px;
    color: var(--primary-dark);
    font-weight: 600;
}

.map-content-mini p {
    font-size: 0.9rem;
    color: var(--neutral);
    margin-bottom: 10px;
    line-height: 1.4;
}

.map-stats-mini {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: var(--neutral-light);
}

.view-all-maps {
    text-align: center;
    margin-top: 30px;
}

.view-all-btn {
    background: var(--primary);
    color: white;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
    transition: background-color 0.3s, transform 0.2s;
}

.view-all-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.variety-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.variety-tag {
    background: white;
    color: var(--primary);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 2px solid var(--primary);
    transition: background-color 0.3s, color 0.3s;
}

.variety-tag:hover {
    background: var(--primary);
    color: white;
}

@media (max-width: 768px) {
    .maps-preview-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 15px;
    }
}

.showcased-maps-section {
    padding: 80px 20px;
    background: var(--bg-light);
    max-width: 1200px;
    margin: 0 auto;
}

.carousel-container {
    position: relative;
    margin-bottom: 40px;
}

.maps-carousel {
    display: flex;
    gap: 30px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding: 20px 0;
}

.map-showcase-card {
    flex: 0 0 350px;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.map-showcase-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.map-thumbnail {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #e2e8f0 0%, #f1f5f9 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--neutral-light);
    font-size: 3rem;
}

.map-content {
    padding: 25px;
}

.map-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--neutral-dark);
}

.map-content p {
    color: var(--neutral-light);
    margin-bottom: 15px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.map-stats {
    display: flex;
    gap: 15px;
    font-size: 0.9rem;
    color: var(--neutral-light);
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.carousel-btn {
    background: white;
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 10px 15px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 600;
}

.carousel-btn:hover {
    background: var(--primary);
    color: white;
}

.showcase-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.map-badges {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    z-index: 3;
}
.map-badges .map-category-badge {
    position: static;
    top: auto;
    right: auto;
}
