/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Manrope', sans-serif;
    line-height: 1.6;
    color: #052a24;
    background-color: #ffffff;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 80px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Mate', serif;
    font-weight: 400;
}

.text-green {
    color: #4dae4f;
}

/* Buttons */
.btn {
    border: none;
    cursor: pointer;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background-color: #4caf50;
    color: white !important;
    padding: 12px 24px;
}

.btn-primary:hover {
    background-color: #45a049;
}

.btn-outline {
    background-color: transparent;
    color: white;
    border: 1px solid #98a6a4;
    padding: 12px 24px;
}

.btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Separators */
.separator {
    width: 100%;
    height: 6px;
    max-width: 1440px;
    margin: 0 auto;
}

.separator.green {
    background-color: #4dae4f;
}

.separator.bottom {
    position: absolute;
    bottom: 0;
}

/* Header */
.header {
    background-color: white;
    width: 1440px;
    height: 100px;
    margin: 0 auto;
    border-bottom: 6px solid #4dae4f;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0;
}

.logo {
    width: 167px;
    height: 86px;
    object-fit: cover;
}

.nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-link {
    font-weight: 500;
    color: #052a24;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #4dae4f;
}

.nav-btn {
    height: 44px;
    margin-left: 16px;
}

.mobile-menu {
    display: none;
}

/* Hero Section */
.hero {
    position: relative;
    width: 1440px;
    height: auto;
    margin: 0 auto;
    background: url(assets/hand_touching_blocks_bg_optimized.png) no-repeat 0 0;
    background-size: cover;
    border-bottom: 6px solid #4dae4f;
}

.hero-bg {
    position: absolute;
    inset: 0;
    margin-top: 5px;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.hero-content {
    position: relative;
    z-index: 10;
    padding-top: 74px;
    padding-bottom: 74px;
    padding-left: 0px;
    padding-right: 0px;
}

.hero-title {
    width: 640px;
    color: white;
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    font-family: 'Mate', serif;
}

.hero-subtitle {
    width: 600px;
    margin-top: 40px;
    font-size: 22px;
    color: #e2e8e7;
    line-height: 34px;
    font-weight: 400;
}

.hero-buttons {
    display: flex;
    margin-top: 48px;
    gap: 16px;
}

.hero-buttons .btn {
    width: 184px;
    height: 60px;
    font-size: 16px;
}

.hero-buttons .btn-outline {
    width: 184px;
}

.hero-description {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.hero-icon {
    width: 50px;
    height: 66px;
    background-size: 100% 100%;
    margin-right: 24px;
    flex-shrink: 0;
}

.hero-description p {
    width: 547px;
    font-size: 18px;
    color: #e2e8e7;
    line-height: 34px;
    font-weight: 400;
}

/* Key Features Section */
.key-features {
    padding: 110px 0;
    width: 1440px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding: 0 0px;
}

.feature-item {
    display: flex;
    flex-direction: column;
}

.feature-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.feature-icon {
    width: 36px;
    height: 36px;
    margin-right: 16px;
}

.feature-title {
    font-weight: 400;
    font-size: 20px;
    color: #052a24;
    line-height: 24px;
    font-family: 'Mate', serif;
}

.feature-description {
    font-weight: 400;
    font-size: 16px;
    color: #697472;
    line-height: 24px;
    margin-left: 52px;
}

/* About Section */
.about-section {
    display: flex;
    width: 1440px;
    margin: 0 auto;
}

.about-container {
    display: flex;
    width: 100%;
}

.about-left {
    position: relative;
    /* width: 680px; */
    /* height: 612px; */
    flex: 1;
    display: flex;
}

.about-bg {
    position: absolute;
    width: 100%;
    height: 320px;
    top: 292px;
    left: 0;
    background-color: #f8f7f7;
}

img.about-image-alt {
    z-index: 0;
    position: relative;
    margin-left: auto;
    border-bottom: 6px solid #4dae4f;
}

.about-image-separator {
    position: absolute;
    width: 440px;
    height: 10px;
    top: 602px;
    left: 240px;
    background-color: #4dae4f;
}

.about-stat {
    position: absolute;
    width: 218px;
    height: 218px;
    top: 118px;
    left: 80px;
    background-color: #4dae4f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-number {
    font-weight: 700;
    color: white;
    font-size: 70px;
    line-height: normal;
    font-family: 'Palatino', serif;
}

.stat-text {
    width: 161px;
    font-weight: 400;
    color: white;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

.about-right {
    flex: 1;
    padding-top: 0;
    padding-right: 80px;
    padding-left: 40px;
}

.about-title {
    font-size: 60px;
    line-height: 84px;
    font-weight: 400;
    font-family: 'Mate', serif;
}

.about-section-content {
    margin-top: 30px;
}

.about-subtitle {
    font-weight: 400;
    font-size: 20px;
    color: #052a24;
    line-height: 24px;
    font-family: 'Mate', serif;
}

.about-text {
    margin-top: 16px;
    width: 600px;
    font-size: 18px;
    color: #697472;
    line-height: 34px;
    font-weight: 400;
}

.about-list {
    margin-top: 16px;
    list-style: none;
}

.about-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.bullet {
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    background-color: #4dae4f;
    margin-top: 5px;
    margin-right: 5px;
    flex-shrink: 0;
}
.about-section-content .bullet {
    margin-top: 14px;
}
.about-list-item p {
    width: 581px;
    font-size: 18px;
    color: #697472;
    line-height: 34px;
    font-weight: 400;
}

/* Platform Benefits Section */
.platform-benefits {
    margin-top: 100px;
    padding: 0 0px;
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    font-size: 60px;
    line-height: 84px;
    font-weight: 400;
    text-align: center;
    font-family: 'Mate', serif;
}

.tab-switcher {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.tab-switcher .tab {
    position: relative;
    width: 185px;
    height: 62px;
    border: 1px solid #98a6a4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: white;
}

.tab-switcher .tab.active {
    background-color: #4caf50;
    color: white;
    z-index: 1;
}

.tab-switcher .tab:not(.active) {
    color: #697472;
}



.benefits-content {
    display: flex;
    margin-top: 50px;
}

.benefits-left {
    width: 627px;
}

.benefits-subtitle {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    /* color: #4dae4f; */
    font-family: 'Mate', serif;
}

.benefits-description {
    margin-top: 30px;
    width: 626px;
    font-size: 16px;
    color: #697472;
    line-height: 34px;
    font-weight: 400;
}

.key-outcomes-card {
    margin-top: 40px;
    width: 576px;
    border: 1px solid #eaeaea;
    background-color: white;
    padding: 24px;
}

.card-title {
    font-size: 24px;
    font-weight: 400;
    color: #112623;
    font-family: 'Mate', serif;
}

.outcomes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 32px;
    margin-top: 20px;
}

.outcome-item {
    display: flex;
    align-items: flex-start;
}

.outcome-icon {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    margin-right: 12px;
}

.outcome-item p {
    font-size: 16px;
    color: #697472;
    line-height: 30px;
    font-weight: 400;
}

.benefits-right {
    position: relative;
    width: 680px;
    height: 612px;
    margin-left: 80px;
}

.benefits-bg {
    position: absolute;
    width: 100%;
    height: 320px;
    top: 292px;
    left: 0;
    background-color: #f8f7f7;
}

.benefits-stat {
    position: absolute;
    width: 218px;
    height: 218px;
    top: 135px;
    left: auto;
    background-color: #4dae4f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 40px;
}

.benefits-stat .stat-number {
    font-size: 45px;
    margin-top: 10px;
}

.benefits-stat .stat-text {
    width: 169px;
    margin-top: 15px;
}

/* Operator Benefits Styles */
.operator-benefits-list {
    margin-top: 30px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.benefit-bullet {
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    background-color: #4dae4f;
    margin-top: 8px;
    margin-right: 12px;
    flex-shrink: 0;
}

.benefit-item p {
    font-size: 16px;
    color: #697472;
    line-height: 24px;
    font-weight: 400;
}

.benefits-image-alt {
    width: 482px;
    left: 0;
    background-image: url('assets/phone_with_chips_benefits.png');
    position: absolute;
    height: 612px;
    top: 0;
    background-size: 100% 100%;
}

.benefits-stat-alt {
    position: absolute;
    width: 218px;
    height: 218px;
    top: 135px;
    left: auto;
    background-color: #0F3C57;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    right: 40px;
}

.stat-badge {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
}

.seal-icon {
    width: 56px;
    height: 70px;
}

.badge-text {
    display: flex;
    flex-direction: column;
    color: white;
}

.badge-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.badge-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

/* Core Benefits Section */
.core-benefits {
    position: relative;
    width: 1440px;
    /* height: 254px; */
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    background: url('assets/flush_cards_bg.png') no-repeat 0 0;
    border-bottom: 6px solid #4dae4f;
}

.core-benefits-bg {
    position: absolute;
    inset: 0;
}

.core-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.core-benefits-grid {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 45px;
    /* height: 100%; */
    padding-bottom: 45px;
}

.core-benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 290px;
    text-align: center;
}

.core-icon {
    width: 34px;
    height: 38px;
    margin-bottom: 8px;
}

.core-icon-bg {
    width: 42px;
    height: 38px;
    margin-bottom: 8px;
    background-size: 100% 100%;
}

.core-title {
    font-weight: 400;
    font-size: 24px;
    color: white;
    text-align: center;
    line-height: normal;
    margin-top: 8px;
    font-family: 'Mate', serif;
}

.core-description {
    width: 258px;
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 26px;
}

/* Platform Solutions Section */
.platform-solutions {
    background-color: #f8f7f7;
    padding: 76px 0;
    width: 1440px;
    margin: 0 auto;
}

.section-subtitle {
    width: 908px;
    margin: 5px auto 0;
    font-size: 18px;
    text-align: center;
    color: #697472;
    line-height: 34px;
    font-weight: 400;
}

.solutions-grid {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 53px;
    padding: 0 0px;
}

.solution-card {
    width: 408px;
    height: 439px;
    background-color: white;
    border: 1px solid #eaeaea;
}

.card-content {
    padding: 46px 46px 0;
}

.solution-icon {
    width: 53px;
    height: 58px;
}

.custom-icon {
    position: relative;
    width: 52px;
    height: 52px;
}

.icon-border {
    position: absolute;
    width: 52px;
    height: 36px;
    top: 0;
    left: 0;
    border-radius: 2.67px;
    border: 3px solid #4dae4f;
}

.path-1 {
    position: absolute;
    width: 47px;
    height: 11px;
    top: 41px;
    left: 3px;
}

.path-2 {
    position: absolute;
    width: 3px;
    height: 11px;
    top: 33px;
    left: 19px;
}

.path-3 {
    position: absolute;
    width: 3px;
    height: 11px;
    top: 33px;
    left: 30px;
}

.path-4 {
    position: absolute;
    width: 52px;
    height: 3px;
    top: 24px;
    left: 0;
}

.solution-title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    color: #112623;
    font-family: 'Mate', serif;
}

.solution-list {
    margin-top: 15px;
    list-style: none;
}

.solution-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.solution-list .bullet {
    margin-top: 12px;
    margin-right: 13px;
}

.solution-list p {
    font-size: 16px;
    color: #697472;
    line-height: 30px;
    font-weight: 400;
}

/* Admin Dashboard Section */
.admin-dashboard {
    padding: 100px 0;
    width: 1440px;
    margin: 0 auto;
}

.dashboard-content {
    position: relative;
    margin-top: 50px;
    display: flex;
    padding: 0 0px;
}

.dashboard-left {
    width: 380px;
}

.dashboard-right {
    width: 380px;
}

.dashboard-center {
    position: relative;
    width: 612px;
    height: 349px;
    margin: 0 31px;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.dashboard-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-btn {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 151px;
    background-color: #4caf50;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.prev-btn {
    left: 0px;
}

.next-btn {
    right: 0;
}

.slider-btn img {
    width: 26px;
    height: 12px;
}

.dashboard-feature {
    margin-bottom: 100px;
}

.dashboard-feature.right {
    text-align: right;
}

.feature-header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 8px;
}

.feature-header-left {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.dashboard-feature-title {
    font-weight: 400;
    font-size: 20px;
    color: #052a24;
    line-height: 24px;
    font-family: 'Mate', serif;
    margin: 0 12px;
}

.dashboard-feature-description {
    font-size: 18px;
    color: #697472;
    line-height: 30px;
    font-weight: 400;
}

.dashboard-feature.right .dashboard-feature-description {
    width: 321px;
    margin-left: auto;
}

.dashboard-feature.left .dashboard-feature-description {
    width: 310px;
}

.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 8px;
}

.dot {
    width: 11px;
    height: 11px;
    border-radius: 5.5px;
    background-color: #cfd8d7;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    width: 13px;
    height: 13px;
    border-radius: 6.5px;
    background-color: #4dae4f;
}

/* Get in Touch Section */
.get-in-touch {
    position: relative;
    width: 1440px;
    height: 237px;
    margin: 0 auto;
    border-bottom: 6px solid #4dae4f;
}

.touch-bg {
    position: absolute;
    inset: 0;
}

.touch-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.touch-content {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px;
    min-height: 240px;
}

.touch-title {
    font-size: 60px;
    line-height: 84px;
    font-weight: 400;
    color: white;
    font-family: 'Mate', serif;
}

.touch-description {
    width: 664px;
    margin-left: 50px;
    font-size: 18px;
    color: white;
    line-height: 34px;
    font-weight: 400;
}

.touch-btn {
    margin-left: auto;
    width: 228px;
    height: 60px;
    font-size: 16px;
}

/* Footer */
.footer {
    width: 1440px;
    margin: 0 auto;
}

.footer-content {
    background-color: #0f3c57;
    padding: 76px 0px;
}

.footer-grid {
    display: flex;
    gap: 90px;
    align-items: flex-start;
}

.footer-section:first-child {
    margin-right: 170px;
}

.footer-logo {
    width: 167px;
    height: 86px;
    object-fit: cover;
}

.footer-copyright {
    margin-top: 0px;
    font-size: 14px;
    color: #98a6a4;
    line-height: 24px;
    font-weight: 400;
}

.footer-title {
    font-size: 22px;
    font-weight: 400;
    color: white;
    line-height: 24px;
    font-family: 'Mate', serif;
    margin-top: 10px;
}

.footer-text {
    margin-top: 20px;
    font-size: 16px;
    color: #98a6a4;
    line-height: 28px;
    font-weight: 400;
}
.footer-link {
    color: #98a6a4;
    text-decoration: none;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 1440px) {

    .container,
    .header,
    .hero,
    .key-features,
    .about-section,
    .platform-benefits,
    .core-benefits,
    .platform-solutions,
    .admin-dashboard,
    .get-in-touch,
    .footer {
        max-width: 100%;
    }

    .container {
        padding: 0 40px;
    }

    .nav-wrapper,
    .hero-content,
    .features-grid,
    .dashboard-content,
    .touch-content,
    .footer-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .platform-benefits {
        padding-left: 0px;
        padding-right: 0px;
    }

    .solutions-grid {
        padding-left: 0px;
        padding-right: 0px;
    }
}