/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #000000;
    overflow-x: hidden;
    overflow-y: auto;
    background: white;
}

.container {
    max-width: 1384px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* Background */
.background {
    width: 1512;
    background-image: url("images/bg.png");
    background-size: 100%; 
    background-repeat:   no-repeat;
    opacity: 1;
}


/* Navigation */
.navbar {
/*    width: 1512px; */
    height: 88px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    opacity: 1;
}


.nav-container {
    display: flex;
    align-items: center;

    justify-content: space-between;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    opacity: 1;
    border-radius: 12px;

    background: #EFF4EF;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-image {
    height: 100%;
    width: 234px;
}

.unsplash-image {
    height: 100%;
    width: 100%;
}

.nav-logo h2 {
    color: #333;
    font-weight: 700;
    font-size: 1.5rem;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;

    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;

}

.nav-link:hover {
    color: #E90004;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}


/* Hero Section */
.hero {    
    width: 1512;
    height: 1411;
    padding-top: 112px;
    padding-right: 64px;
    padding-bottom: 112px;
    padding-left: 64px;
    gap: 80px;
    opacity: 1;

}

.hero-container {
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hero-tagline {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0%;
    margin-bottom: 1rem;
}

.hero-title {
    color: #000000;

    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 56px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
    text-align: center;

    margin-bottom: 25px;
}

.highlight {
    color: #E90004;
}

.hero-description {
    color: #000000;

    font-family: Inter;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    width: 744;
    height: 48;
    padding-right: 56px;
    padding-left: 56px;
    angle: 0 deg;
    opacity: 1;

    margin-bottom: 35px;
}

.hero-image {
    margin-top: 2.5rem;
    max-width: 1312px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    width: 744;
    height: 336;
    gap: 24px;
    opacity: 1;

}

.btn {
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;

    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;

    width: 68;
    height: 21;
    opacity: 1;
}

.btn-primary {
    width: 128;
    height: 40;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    gap: 8px;
    opacity: 1;
    border-radius: 6px;


    background: #E90004;
    color: white;
}

.btn-primary:hover {
    background: #c82333;
    transform: translateY(-2px);
}

.btn-secondary {
    background: white;
    color: #000;
    border: 2px solid #C4C4C4;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
}

.btn-secondary:hover {
    background: #C4C4C4;
    color: white;
    transform: translateY(-2px);
}

/* Solutions Section */
.solutions {
    background: #EFF4EF;

    background-image: url("images/bg_solutions.png");
    background-size: 100%; 
    background-repeat:   no-repeat;

    width: 1512;
    height: 1411;
    padding-top: 112px;
    padding-right: 64px;
    padding-bottom: 80px;
    padding-left: 64px;
    gap: 80px;
    opacity: 1;
}

.solutions-header {
    text-align: center;
    margin-bottom: 4rem;
}

.solutions-tagline {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.solutions-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
}

.solutions-description {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.solutions-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 12px 20px;
    border: 1px solid #e9ecef;
    background: white;
    color: #333;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 160px;
    justify-content: center;
}

.tab-btn.active {
    background: #333;
    color: white;
    border-color: #333;
}

.tab-btn:hover:not(.active) {
    border-color: #dc3545;
    color: #dc3545;
}

.tab-icon {
    position: relative;
    width: 16px;
    height: 16px;
}

.icon-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.icon-square {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #dc3545;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.solutions-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.solutions-text h3 {
    color: #000000;
    margin-bottom: 1rem;

    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;

}

.solutions-subtitle {
    color: #000000;
    margin-bottom: 2rem;

    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;

}

.solutions-list {
    list-style: none;
    margin-bottom: 2rem;
}

.solutions-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #000000;

    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
}

.solutions-list i {
    color: #dc3545;
    font-size: 0.875rem;
}

/* Features Section */
.features {
    padding: 6rem 0;
    background: white;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.feature-card {
    text-align: left;
    padding: 2rem;
}

.feature-icon {
    width: 56px;
    height: 56px;
    background: #EFF4EF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    color: #000;
}

.feature-card h3 {
    color: #000;
    margin-bottom: 1rem;
    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
}

.feature-card p {
    color: #000;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Our Superpowers Section */
.superpowers-section {
    padding: 80px 0;
    background: white;
}

.superpowers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 0;
    max-width: 1384px;
    padding-top: 1rem;
    margin: 0 auto;
}

.superpower-card {
    background: white;
    border: 0px solid #C4C4C4;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: left;
}

.superpower-card h3 {
    color: #000000;
    margin-bottom: 1rem;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 31px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
}

.superpower-card p {
    color: #414438CC;
    margin-bottom: 1rem;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
}
.superpower-icon {
    margin-bottom: 2rem;
    display: flex;
    justify-content: left;
}

.partners-section {
    padding: 80px 0;
    background: white;
}

.partners-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    max-width: 1384px;
    padding-top: 0.0rem;
    margin: 0 auto;
}

.partners-card {
    background: white;
    border: 0px solid #C4C4C4;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
}

.partners-header {
    margin-bottom: 0.5rem;
    color: #8B8B8B;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}

.partners-logo {
    max-height:  56px;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: white;
}

.cta-content {
    background-image: url("images/bg_circles.png");
    background-size: 100%; 
    background-repeat:   no-repeat;

    padding: 3rem;
    text-align: center;
    max-width: 1280px;
    margin: 0 auto;
    background-color: #EFF4EF;
    border-radius: 12px;
}

.cta-arrows {
    margin-bottom: 2rem;
}

.arrow-group {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.arrow {
    color: #ccc;
    font-size: 1.5rem;
    font-weight: bold;
    transform: rotate(0deg);
}


.cta-title {
    margin-bottom: 1.5rem;
    color: #000000;

    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
}

.cta-title .highlight {
    color: #dc3545;
}

.cta-description {
    color: #000000;
    margin-bottom: 2.5rem;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;

    font-family: Inter;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

}

.cta-description strong {
    color: #000000;
    font-weight: 600;
}

/* Footer */
.footer {
    background: #000000;
    color: white;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.footer-content {
    max-width: 1384px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-upper {
    padding: 4rem 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 3rem;
}

.footer-logo {
    display: flex;
    align-items: left;
    gap: 1rem;
}

.footer-logo-image {
    height: 48px;
    width: auto;
    display: block;
}


.footer-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: right;
}

.nav-column h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: white;
    letter-spacing: 1px;
}

.nav-column ul {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;

    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-column li {
    color: #FFFFFF;
    margin-bottom: 0.75rem;
}

.nav-column a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-column a:hover {
    color: white;
}

.contact-info {
    color: #FFFFFF;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
}

.footer-accent {
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 1;
}

.accent-s {
    width: 260px;
    transform: rotate(-5deg);
    opacity: 0.3;
}

.footer-separator {
    height: 1px;
    background: #333;
    margin: 0;
}

.footer-lower {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: right;
}

.social-media {
    display: flex;
    gap: 1rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: #333;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #dc3545;
    transform: translateY(-2px);
}

.social-icon.linkedin {
    border-radius: 8px;
}

.social-icon.facebook {
    border-radius: 50%;
}

.social-icon.twitter {
    border-radius: 8px;
}

.copyright p {
    color: #ccc;
    font-size: 0.9rem;
    margin: 0;
    text-align: right;

    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
}

/* Responsive Design */
@media (max-width: 480px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-actions {
        display: none;
    }

    .hero {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-description {
        font-size: 1.1rem;
        padding-left: 0px;
        padding-right: 0px;
    }

    .solutions {
        padding-left: 16px;
        padding-right: 16px;
    }

    .solutions-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .solutions-tabs {
        flex-direction: column;
        align-items: center;
    }

    .solutions-list li {
        font-size: 16px;
    }

    .solutions-image {
        width: 100%
    }

    .tab-btn {
        width: 100%;
        max-width: 300px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        padding: 0;
    }

    .image-container {
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 850px) {
    .partners-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, 1fr);
    }

    .footer-upper {
        grid-template-columns: 1fr;
    }
}
