* {
    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;
}

/* Hero Section */
.hero {
    background: #ffffff;
    padding: 140px 0 80px;
    text-align: center;
}

.hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-align: center;
    color: #0a0a1f;
    margin-bottom: 24px;
}

.hero-subtitle {
    font-family: 'Switzer', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #161922;
    margin-bottom: 40px;
}

.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;
}

/* Solutions Section */
.solutions {
    background: #FFFFFF;
    padding: 80px 0;
}

.solutions-badge {
    display: inline-block;
    border: 1px solid #0a0a1f;
    border-radius: 50px;
    padding: 8px 24px;
    font-family: 'Switzer', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #0a0a1f;
    margin-bottom: 40px;
}

.solutions-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #0a0a1f;
    margin-bottom: 60px;
    text-align: center;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.solution-card {
    background: #F7F7F7;
    padding: 16px;
    gap: 18px;
    border-radius: 0;
    width: 325.33px;
    height: 190px;
    display: flex;
    flex-direction: column;
}

.solution-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #0a0a1f;
    margin-bottom: 0;
}

.solution-card ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.solution-card ul li {
    font-family: 'Switzer', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0;
    color: #3C3C3C;
    padding-left: 20px;
    position: relative;
}

.solution-card ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0a0a1f;
}

.info-box {
    background: #010027;
    color: #ffffff;
    padding: 32px 40px;
    border-radius: 0;
}

.info-box p {
    font-family: 'Switzer', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}

/* Trust & Security Section */
.trust-security {
    background: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.trust-badge {
    display: inline-block;
    border: 1px solid #0a0a1f;
    border-radius: 50px;
    padding: 8px 24px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0a0a1f;
    margin-bottom: 40px;
}

.trust-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-align: center;
    color: #0a0a1f;
    margin-bottom: 40px;
}

.trust-image {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    height: 500px;
}

.trust-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
    border-radius: 0;
}

.trust-bg {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
    object-fit: cover;
    filter: brightness(0.65);
}

.trust-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    padding: 20px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
    width: 411px;
    min-height: 126px;
    gap: 24px;
    z-index: 2;
}

.trust-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 12px;
}

.trust-card p {
    font-family: 'Switzer', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}

.card-1 {
    top: 8%;
    left: 3%;
}

.card-2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-3 {
    bottom: 8%;
    right: 3%;
}

/* Work With Systems Section */
.work-systems {
    background: #ffffff;
    padding: 80px 0;
}

.systems-badge {
    display: inline-block;
    border: 1px solid #0a0a1f;
    border-radius: 50px;
    padding: 8px 24px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0a0a1f;
    margin-bottom: 40px;
}

.systems-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #0a0a1f;
    margin-bottom: 60px;
}

.systems-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.system-card {
    background: #FFFFFF;
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    padding-top: 24px;
}

.system-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #7BF0BB;
}

.system-icon-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.system-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #0a0a1f;
    margin: 0;
}

.system-card p {
    font-family: 'Switzer', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #161922;
    margin: 0;
}

.systems-footer {
    font-family: 'Switzer', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    color: #22282F;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* 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-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;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .solutions-title {
        font-size: 36px;
    }

    .solutions-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .trust-title {
        font-size: 36px;
    }

    .trust-card {
        position: static;
        margin-bottom: 16px;
        max-width: 100%;
        transform: none !important;
    }

    .trust-image {
        display: flex;
        flex-direction: column;
    }

    .trust-bg {
        margin-bottom: 24px;
    }

    .systems-title {
        font-size: 36px;
    }

    .systems-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ship-title {
        font-size: 36px;
    }

    .ship-buttons {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-links {
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 12px;
    }

    .solutions-title {
        font-size: 28px;
    }

    .trust-title {
        font-size: 28px;
    }

    .systems-title {
        font-size: 28px;
    }

    .ship-title {
        font-size: 28px;
    }

    .footer-links {
        flex-direction: column;
        gap: 32px;
    }
}
