* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #0a0a1f;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.navbar {
    background: #ffffff;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-left: auto;
}

.logo-img {
    height: 40px;
    width: auto;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 40px;
}

.nav-menu a {
    color: #0a0a1f;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: #7BF0BB;
}

.btn-book {
    background: #7BF0BB;
    color: #0a0a1f;
    border: none;
    padding: 12px;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-decoration: none;
}

.btn-book:hover {
    background: #5ee0a5;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #0a0a1f;
    transition: 0.3s;
}

/* Vision Hero Section */
.vision-hero {
    background: #ffffff;
    padding: 140px 0 80px;
    text-align: center;
}

.vision-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-align: center;
    color: #0a0a1f;
    margin-bottom: 24px;
}

.vision-description {
    font-family: 'Switzer', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-align: center;
    color: #0a0a1f;
    margin-bottom: 24px;
}

.vision-subtitle {
    font-family: 'Switzer', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-align: center;
    color: #161922;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.vision-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.vision-img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

/* Team Section */
.team {
    background: #F7F7F7;
    padding: 80px 0;
}

.team-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #0a0a1f;
    margin-bottom: 16px;
}

.team-subtitle {
    font-family: 'Switzer', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    color: #666;
    margin-bottom: 60px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.team-card {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.team-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.team-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #ffffff;
    padding: 32px 24px 24px;
}

.team-info h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.team-info p {
    font-family: 'Switzer', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.8);
}

/* How We Work Section */
.how-we-work {
    background: #ffffff;
    padding: 80px 0;
}

.work-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #0a0a1f;
    margin-bottom: 60px;
}

.work-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.work-item {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: start;
    padding-bottom: 24px;
    border-bottom: 3.5px solid #7BF0BB;
    justify-items: end;
    max-width: 1040px;
    min-height: 78px;
    justify-content: space-between;
}

.work-item h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #161922;
    width: 206px;
    height: 28px;
    justify-self: start;
}

.work-item p {
    font-family: 'Switzer', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    color: #3C3C3C;
    max-width: 415px;
    min-height: 54px;
}

.work-line {
    display: none;
}

/* Ship Trust Section */
.ship-trust {
    background: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.ship-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #0a0a1f;
    margin-bottom: 40px;
}

.ship-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.btn-book-meeting {
    background: #7BF0BB;
    color: #0a0a1f;
    border: none;
    padding: 12px 24px;
    border-radius: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-decoration: none;
}

.btn-book-meeting:hover {
    background: #5ee0a5;
}

.btn-view-projects {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    color: #0a0a1f;
    text-decoration: none;
    transition: color 0.3s;
}

.btn-view-projects:hover {
    color: #7BF0BB;
}

/* Footer */
.footer {
    background: #010027;
    color: #ffffff;
    padding: 60px 0 40px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.footer-brand {
    max-width: 300px;
}

.footer-logo-img {
    height: 40px;
    width: auto;
    margin-bottom: 16px;
}

.footer-brand h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}

.footer-copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin-bottom: 24px;
}

.footer-copyright a {
    color: #F8FAFC;
    text-decoration: none;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.3s;
    position: relative;
}

.social-icon:hover {
    opacity: 0.8;
}

.social-icon-img {
    width: 24px;
    height: 23.85px;
    object-fit: contain;
}

.footer-links {
    display: flex;
    gap: 80px;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #7BF0BB;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #7BF0BB;
}

/* Mobile Responsive */
@media (max-width: 968px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 80px;
        flex-direction: column;
        background: #ffffff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 40px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .nav-menu.active {
        left: 0;
    }

    .hamburger {
        display: flex;
    }

    .btn-book {
        display: none;
    }

    .vision-title {
        font-size: 36px;
    }

    .vision-subtitle {
        font-size: 14px;
    }

    .team-title {
        font-size: 36px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .team-img {
        height: 300px;
    }

    .work-item {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .work-line {
        width: 100%;
    }

    .ship-title {
        font-size: 36px;
    }

    .ship-buttons {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-links {
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .vision-title {
        font-size: 28px;
    }

    .vision-description {
        font-size: 14px;
    }

    .vision-subtitle {
        font-size: 12px;
    }

    .team-title {
        font-size: 28px;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-img {
        height: 400px;
    }

    .team-info h3 {
        font-size: 18px;
        line-height: 120%;
        word-wrap: break-word;
    }

    .work-title {
        font-size: 28px;
    }

    .work-item h3 {
        font-size: 20px;
    }

    .ship-title {
        font-size: 28px;
    }

    .footer-links {
        flex-direction: column;
        gap: 32px;
    }
}
