* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Inter, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Header / Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    padding: 40px 0;
    /* background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%); */
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/banner01.webp') ;
    /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23e0f2fe" width="1200" height="600"/><path d="M0,300 Q300,200 600,300 T1200,300" stroke="%23bae6fd" stroke-width="2" fill="none" opacity="0.3"/></svg>'); */
    background-size: cover;
    background-position: center;
    /* opacity: 0.3; */
    /* filter: blur(2px); */
    z-index: 0;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
}

.logo {
    font-size: 28px;
    font-weight: bold;
    color: #0e7490;
}

.btn-get-started {
    background-color: #10b981;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-get-started:hover {
    background-color: #059669;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9.5rem;
    align-items: start;
    position: relative;
    z-index: 2;
}

.hero-left {
    padding-top: 40px;
}
.hero-left .pill-label {
    margin: 0 0 31px;
}
.pill-label {
    background-color: #0FA491;
    color: white;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: block;
    padding: 4px 25px;
    border-radius: 20px;
    font-size: 13px;
    margin: 0 auto 31px auto;
    text-align: center;
    width: fit-content;
}
.footer-pill-label {
    background: linear-gradient(90deg, #009644 0, #18adc0 100%);
    color: white;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: block;
    padding: 4px 25px;
    border-radius: 20px;
    font-size: 13px;
    margin: 0 auto 20px;
    text-align: center;
    width: fit-content;
}
.hero-left h1 {
    font-size: 48px;
    font-weight: 700;
    color: #2E3F53;
    margin-bottom: 24px;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
}

.hero-left p {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 32px;
    line-height: 1.7;
    padding-right: 100px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
}

.btn-primary {
    background: linear-gradient(90deg, #009644 0, #18adc0 100%);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background: linear-gradient(90deg, #007a3a 0, #148899 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 150, 68, .4);
    color: #fff;
}

.btn-secondary {
    background-color: #dae8e9 !important;
    color: #004b5a;
    border: none;
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-secondary:hover {
    background-color: #dae8e9;
    color: #148899;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, .3);
}

/* Quote Box */
.quote-box {
    background-color: #f8fafc;
    border-radius: 18px;
    /* padding: 32px; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.quote-header {
    text-align: center;
    margin-bottom: 24px;
    background: #C2C1BD;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.quote-header h3 {
    font-size: 20px;
    color: #2E3F51;
    font-weight: 400;
    margin-bottom: 0;
    padding: 16px 16px;
}
.quote-header h3 span {
    font-size: 25px;
    font-weight: 700;
}
.savings-container {
    padding: 0 32px;
    text-align: center;
}
.savings-display {
    margin-bottom: 24px;
}

.savings-percent {
    display: block;
    font-size: 70px;
    font-weight: 800;
    color: #2E3F53;
    margin-bottom: 0;
}
.savings-percent span {
    color: #0FA491;
}
.savings-subtitle {
    font-size: 25px;
    font-weight: 800;
    color: #2E3F53;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 21px;
    padding: 0 55px;
}

.benefit-box {
    background-color: #14b8a6;
    color: #2E3F53;
    padding: 12px 8px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(1deg, rgba(187, 229, 225, 4) 0, rgb(220 244 247 / 4%) 100%);
    height: 95px;
    line-height: 21px;
}
.quote-form-section {
    padding: 0 32px 20px;
}
.quote-form-section h4 {
    font-size: 21px;
    font-weight: 700;
    color: #2F3F4F;
    margin-bottom: 20px;
    text-align: center;
}

.quote-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 12px;
    font-weight: 400;
    color: #2F3F4F;
    margin-bottom: 6px;
}

.form-group input,
.form-group select {
    padding: 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 12px;
    font-family: inherit;
    background-color: white;
    height: 53px;
}
.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
    color: #2F3F4F;
}
.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #14b8a6;
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1);
}

.btn-submit {
    background: linear-gradient(90deg, #009644 0, #18adc0 100%);
    color: white;
    border: none;
    padding: 16px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    margin-top: 8px;
    transition: background-color 0.3s;
}

/* .btn-submit:hover {
    background-color: #059669;
} */

.form-disclaimer {
    font-size: 11px;
    color: #64748b;
    text-align: center;
    margin-top: 12px;
    line-height: 1.5;
    padding: 0 58px;
}

/* Stats Section */
.stats-section {
    padding: 80px 0;
    background-color: white;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    color: #4a5568;
    text-align: center;
    /* margin-bottom: 24px; */
}
.section-title1 {
    font-size: 41px;
    text-align: center;
    font-weight: 700;
    color: #4a5568;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    width: 910px;
    margin: 0 auto;
    margin-top: 24px;
}

.stat-box {
    /* background-color: #e0f2fe; */
    padding: 32px 24px;
    border-radius: 12px;
    text-align: center;
    background: linear-gradient(180deg, rgba(220, 244, 247, .8) 0, rgb(220 244 247 / 4%) 100%);
}

.stat-number {
    font-size: 30px;
    font-weight: 800;
    color: #2E3F53;
    /* margin-bottom: 12px; */
}
.stat-number span {
    color: #0FA491;
}
.stat-label {
    font-size: 14px;
    color: #6c757d;
    /* font-weight: 600; */
}

/* Technology Section */
/* .technology-section {
    padding: 80px 0;
    background-color: #f8fafc;
} */
.section-description {
    font-size: 20px;
    color: #2F3F4F;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 20px;
    line-height: 1.7;
}

.tech-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.tech-card {
    /* background-color: #fce7f3; */
    background: linear-gradient(270deg, rgba(252, 231, 243, .8) 0, rgb(220 244 247 / 4%) 100%);
    padding: 12px 32px 22px;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #B7B7B7;
}

.tech-icon {
    font-size: 48px;
    /* margin-bottom: 20px; */
}
.tech-icon img {
    width: 13%;
}

.tech-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #4a5568;
    margin-bottom: 16px;
}

.tech-description {
    font-size: 14px;
    color: #475569;
    margin-bottom: 24px;
    line-height: 1.6;
}

.tech-features {
    list-style: none;
    padding-left: 0;
}

.tech-features li {
    font-size: 14px;
    color: #334155;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

.tech-features li:before {
    content: "•";
    position: absolute;
    left: 0;
    bottom: -4px;
    color: #14b8a6;
    font-weight: bold;
    font-size: 20px;
}

/* Steps Section */
.steps-section {
    padding: 10% 0px 111px;
    background-color: white;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 60px;
}

.step-card {
    background-color: #E3F8F1;
    padding: 80px 32px;
    border-radius: 18px;
    text-align: center;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
    border: 1px solid #8DBCAA;
    position: relative;
    box-shadow: 3px 3px 7px 9px #D3F0EA;
}

.step-number {
    position: absolute;
    top: -44px;
    right: 45%;
    z-index: 1;
    width: 60px;
    height: 60px;
    background-color: #16AAB6;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 800;
    margin: 0 auto 24px;
    border: 1px dashed #000;
}

.step-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #4a5568;
    margin-bottom: 12px;
    padding-top: 35px;
}

.step-card p {
    font-size: 16px;
    color: #475569;
    line-height: 1.6;
}

/* Trust Section */
.trust-section {
    padding: 100px 0;
    background-color: #0f172a;
    background: url('img/banner02.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.trust-section .pill-label {
    background-color: #14b8a6;
}

.trust-section .section-title {
    color: white;
    font-size: 54px;
}

.trust-section .section-description {
    color: #cbd5e1;
    font-size: 14px;
}

.trust-content {
    display: grid;
    grid-template-columns: 526px 1fr;
    gap: 60px;
    margin-bottom: 80px;
    margin-top: 45px;
}

.trust-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 20px; */
    background: #445565;
    border-radius: 15px;
    border: 1px solid #ACACAC;
    height: 46vh;
}

.trust-stat-box {
    /* background-color: #1e293b; */
    padding: 20px 24px 20px;
    /* border-radius: 12px; */
    text-align: center;
}

.trust-stat-box .stat-number {
    color: #fff;
    font-size: 55px;
}
.trust-stat-box .stat-label {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
.trust-benefits {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.trust-benefit-item {
    display: flex;
    gap: 20px;
    background-color: #233043;
    padding: 24px;
    border-radius: 12px;
    align-items: center;
}

/* .checkmark {
    width: 32px;
    height: 32px;
    background-color: #14b8a6;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    flex-shrink: 0;
} */
.checkmark img {
    width: 72%;
}
.benefit-content {
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
}
.benefit-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-bottom: 6px;
}
.benefit-content p {
    font-size: 14px;
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 0;
}

.trust-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.btn-secondary-light {
    background-color: #dae8e9 !important;
    color: #004b5a;
    border: none;
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-secondary-light:hover {
    background-color: #dae8e9;
    color: #148899;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, .3);
}

/* Footer CTA */
.footer-cta {
    padding: 10% 0px 100px 0;
    background-color: white;
    text-align: center;
}

.footer-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    /* margin-top: 40px; */
}

.btn-primary-large {
    background: linear-gradient(90deg, #009644 0, #18adc0 100%);
    color: white;
    border: 1px dashed #000;
    padding: 21px 40px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 27%;
    text-decoration: none;
}

.btn-primary-large:hover {
    background: linear-gradient(90deg, #007a3a 0, #148899 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 150, 68, .4);
    color: #fff;
}

.btn-secondary-large {
    background-color: #dae8e9 !important;
    color: #004b5a;
    border: 1px dashed #000;
    padding: 21px 40px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 27%;
    text-decoration: none;
}

.btn-secondary-large:hover {
    background-color: #dae8e9;
    color: #148899;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, .3);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content {
        display: block;
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-left h1 {
        font-size: 42px;
    }
    
    .tech-cards {
        grid-template-columns: 1fr;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 70px;
    }
    
    .trust-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-left h1 {
        text-align: center;
        font-size: 40px;
    }
    .hero-left .pill-label {
        margin: 0 auto 31px;
    }
    .hero-left p {
        padding-right: 0;
        text-align: center;
    }
    .quote-box {
        padding-top: 32px;
    }
    .section-title {
        font-size: 32px;
    }
    .savings-percent {
        font-size: 68px;
    }
    .form-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .form-disclaimer {
        padding: 0;
    }
    .hero-left {
        padding-top: 0;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        width: auto;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .trust-stats {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .hero-buttons,
    .trust-buttons,
    .footer-buttons {
        flex-direction: column;
    }
    
    .btn-primary,
    .btn-secondary,
    .btn-secondary-light,
    .btn-primary-large,
    .btn-secondary-large {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

