.elementor-395 .elementor-element.elementor-element-ad1e553{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-395 .elementor-element.elementor-element-5ed58c1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 40px;--row-gap:0px;--column-gap:40px;--padding-top:80px;--padding-bottom:80px;--padding-left:30px;--padding-right:30px;}.elementor-395 .elementor-element.elementor-element-5ed58c1:not(.elementor-motion-effects-element-type-background), .elementor-395 .elementor-element.elementor-element-5ed58c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, #001958 0%, #002875 100%);}.elementor-395 .elementor-element.elementor-element-07d7cce{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-719ba46 */.dynamic-hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.dynamic-hero-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dynamic-hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.dynamic-hero-slide.active {
    opacity: 1;
}

.dynamic-hero-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.dynamic-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 25, 88, 0.85) 0%, 
        rgba(59, 226, 158, 0.25) 50%,
        rgba(0, 25, 88, 0.85) 100%);
    z-index: 1;
}

.dynamic-hero-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgba(59, 226, 158, 0.15) 0%, transparent 50%);
    animation: pulseGlow 8s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

.dynamic-hero-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
}

.dynamic-hero-container::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(59, 226, 158, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    animation: floatDecor 10s ease-in-out infinite;
}

.dynamic-hero-container::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 25, 88, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
    animation: floatDecor 12s ease-in-out infinite reverse;
}

@keyframes floatDecor {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, -30px);
    }
}

.dynamic-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
}

.dynamic-hero-content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at center, rgba(59, 226, 158, 0.05) 0%, transparent 60%);
    filter: blur(40px);
    z-index: -1;
}

.dynamic-hero-content h1 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 900;
    margin-bottom: 32px;
    line-height: 1.15;
    letter-spacing: 1px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    animation: dynamicFadeInUp 0.8s ease-out 0.2s both;
    text-shadow: 0 4px 20px rgba(0, 25, 88, 0.5), 0 0 40px rgba(59, 226, 158, 0.2);
    position: relative;
}

.dynamic-hero-content h1::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #3be29e, transparent);
    border-radius: 2px;
}

.dynamic-hero-subtitle {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: clamp(22px, 3vw, 32px);
    margin-bottom: 32px;
    font-weight: 400;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    animation: dynamicFadeInUp 0.8s ease-out 0.4s both;
    color: #ffffff;
    font-style: normal;
    text-shadow: 0 2px 10px rgba(0, 25, 88, 0.4);
    background: rgba(0, 25, 88, 0.7);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    padding: 12px 32px;
    border-radius: 8px;
    display: inline-block;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(59, 226, 158, 0.2);
}

.dynamic-hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    animation: dynamicFadeInUp 0.8s ease-out 0.8s both;
}

.dynamic-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 48px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.dynamic-btn span {
    position: relative;
    z-index: 1;
    color: inherit;
    transition: transform 0.3s ease;
}

.dynamic-btn:hover span {
    transform: translateY(-1px);
}

.dynamic-btn-primary {
    background: linear-gradient(135deg, #3be29e 0%, #2dd18f 100%);
    color: #001958;
    box-shadow: 0 6px 25px rgba(59, 226, 158, 0.4);
    position: relative;
    border: 2px solid transparent;
}

.dynamic-btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(135deg, #3be29e, #2dd18f, #3be29e);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.dynamic-btn-primary::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50px;
    background: radial-gradient(circle, rgba(59, 226, 158, 0.4) 0%, transparent 70%);
    filter: blur(15px);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.dynamic-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 35px rgba(59, 226, 158, 0.5),
                0 0 50px rgba(59, 226, 158, 0.2);
    background: linear-gradient(135deg, #2dd18f 0%, #3be29e 100%);
    color: #001958;
}

.dynamic-btn-primary:hover::before {
    opacity: 0.6;
}

.dynamic-btn-primary:hover::after {
    opacity: 1;
}

.dynamic-btn-primary:active {
    transform: translateY(0px);
    box-shadow: 0 4px 20px rgba(59, 226, 158, 0.4);
}

.dynamic-btn-primary span {
    color: #001958;
    font-weight: 700;
}

.dynamic-btn-secondary {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #001958;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
}

.dynamic-btn-secondary:hover {
    background: #f0f0f0;
    box-shadow: 0 6px 25px rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.dynamic-btn-secondary span {
    color: #001958;
    font-weight: 700;
}

/* Animations */
@keyframes dynamicFadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Modern Decorative Dots */
.dynamic-hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle, rgba(59, 226, 158, 0.1) 1px, transparent 1px),
        radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px, 80px 80px;
    background-position: 0 0, 40px 40px;
    z-index: 1;
    pointer-events: none;
    opacity: 0.3;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
    .dynamic-hero-container {
        padding: 0 40px;
    }
    
    .dynamic-hero-content h1 {
        margin-bottom: 28px;
    }
    
    .dynamic-hero-subtitle {
        margin-bottom: 28px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .dynamic-hero-container {
        padding: 0 24px;
    }
    
    .dynamic-hero-content {
        padding: 60px 0;
    }
    
    .dynamic-hero-content h1 {
        margin-bottom: 24px;
        letter-spacing: 0px;
    }
    
    .dynamic-hero-subtitle {
        margin-bottom: 24px;
    }
    
    .dynamic-hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .dynamic-btn {
        width: 100%;
        justify-content: center;
        padding: 16px 40px;
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e6ec024 */.lp-process {
    padding: 80px 0;
    background: #ffffff;
}

.lp-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 60px;
}

.lp-section-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 900;
    color: #001958;
    text-align: center;
    margin-bottom: 24px;
}

.lp-process-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 24px auto;
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
}

.lp-process-intro strong {
    color: #001958;
    font-weight: 700;
}

.lp-process-timeline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 60px 0 48px 0;
    position: relative;
}

.lp-process-step {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 12px;
}

.lp-process-step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3be29e, #2dd18f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #001958;
    box-shadow: 0 4px 15px rgba(59, 226, 158, 0.3);
}

.lp-process-step-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #001958;
    margin-bottom: 12px;
    line-height: 1.3;
}

.lp-process-arrow {
    position: absolute;
    top: 30px;
    right: -20px;
    font-size: 32px;
    color: #3be29e;
    z-index: 1;
}

.lp-process-step:last-child .lp-process-arrow {
    display: none;
}

.lp-cta-center {
    text-align: center;
    margin-top: 48px;
}

.lp-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 48px;
    background: linear-gradient(135deg, #3be29e 0%, #2dd18f 100%);
    color: #001958;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 25px rgba(59, 226, 158, 0.4);
}

.lp-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 35px rgba(59, 226, 158, 0.5);
}

@media (max-width: 1024px) {
    .lp-process-timeline {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .lp-process-step {
        flex: 0 0 50%;
        max-width: 400px;
        margin-bottom: 40px;
    }
    
    .lp-process-step:nth-child(2) .lp-process-arrow {
        display: none;
    }
    
    .lp-process-arrow {
        right: -10px;
    }
}

@media (max-width: 768px) {
    .lp-process {
        padding: 60px 0;
    }
    
    .lp-container {
        padding: 0 24px;
    }
    
    .lp-process-timeline {
        flex-direction: column;
        margin: 40px 0 32px 0;
        align-items: center;
    }
    
    .lp-process-step {
        flex: 1;
        margin-bottom: 0;
        padding: 0 0 40px 0;
        position: relative;
        max-width: 400px;
        width: 100%;
    }
    
    .lp-process-step:last-child {
        padding-bottom: 0;
    }
    
    .lp-process-step:nth-child(2) .lp-process-arrow {
        display: flex;
    }
    
    .lp-process-arrow {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 16px auto 0 auto;
        transform: rotate(90deg);
        width: 32px;
        height: 32px;
    }
    
    .lp-process-step:last-child .lp-process-arrow {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e356ba */.lp-services-grid-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.lp-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 60px;
}

.lp-section-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 900;
    color: #001958;
    text-align: center;
    margin-bottom: 24px;
}

.lp-services-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
}

.lp-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 48px;
}

.lp-service-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.lp-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 25, 88, 0.15);
}

.lp-service-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.lp-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.lp-service-card:hover .lp-service-image img {
    transform: scale(1.08);
}

.lp-service-content {
    padding: 32px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.lp-service-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #001958;
    margin-bottom: 16px;
}

.lp-service-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    flex: 1;
}

.lp-cta-center {
    text-align: center;
    margin-top: 48px;
}

.lp-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 48px;
    background: linear-gradient(135deg, #3be29e 0%, #2dd18f 100%);
    color: #001958;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 25px rgba(59, 226, 158, 0.4);
}

.lp-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 35px rgba(59, 226, 158, 0.5);
}

@media (max-width: 1024px) {
    .lp-services-grid {
        gap: 28px;
    }
    
    .lp-service-image {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .lp-services-grid-section {
        padding: 60px 0;
    }
    
    .lp-container {
        padding: 0 24px;
    }
    
    .lp-services-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .lp-service-image {
        height: 220px;
    }
    
    .lp-service-content {
        padding: 28px 24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26e552b */.lp-services-grid-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.lp-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 60px;
}

.lp-section-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 900;
    color: #001958;
    text-align: center;
    margin-bottom: 24px;
}

.lp-services-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
}

.lp-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 48px;
}

.lp-service-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.lp-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 25, 88, 0.15);
}

.lp-service-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.lp-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.lp-service-card:hover .lp-service-image img {
    transform: scale(1.08);
}

.lp-service-content {
    padding: 32px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.lp-service-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #001958;
    margin-bottom: 16px;
}

.lp-service-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    flex: 1;
}

.lp-cta-center {
    text-align: center;
    margin-top: 48px;
}

.lp-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 48px;
    background: linear-gradient(135deg, #3be29e 0%, #2dd18f 100%);
    color: #001958;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 25px rgba(59, 226, 158, 0.4);
}

.lp-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 35px rgba(59, 226, 158, 0.5);
}

@media (max-width: 1024px) {
    .lp-services-grid {
        gap: 28px;
    }
    
    .lp-service-image {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .lp-services-grid-section {
        padding: 60px 0;
    }
    
    .lp-container {
        padding: 0 24px;
    }
    
    .lp-services-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .lp-service-image {
        height: 220px;
    }
    
    .lp-service-content {
        padding: 28px 24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dba2bb3 */.lp-reviews {
    padding: 80px 0;
    background: #f8f9fa;
}

.lp-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 60px;
}

.lp-section-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 900;
    color: #001958;
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .lp-reviews {
        padding: 60px 0;
    }
    
    .lp-container {
        padding: 0 24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e728657 */.lp-benefits {
    padding: 80px 0;
    background: #ffffff;
}

.lp-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 60px;
}

.lp-section-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 900;
    color: #001958;
    text-align: center;
    margin-bottom: 24px;
}

.lp-benefits-intro {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 60px auto;
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
}

.lp-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 48px;
}

.lp-benefit-card {
    background: #f8f9fa;
    padding: 40px 32px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
}

.lp-benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3be29e, #2dd18f);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.lp-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 25, 88, 0.1);
    background: #ffffff;
}

.lp-benefit-card:hover::before {
    transform: scaleX(1);
}

.lp-benefit-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #001958;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lp-benefit-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
}

.lp-cta-center {
    text-align: center;
    margin-top: 48px;
}

.lp-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 48px;
    background: linear-gradient(135deg, #3be29e 0%, #2dd18f 100%);
    color: #001958;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 25px rgba(59, 226, 158, 0.4);
}

.lp-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 35px rgba(59, 226, 158, 0.5);
}

@media (max-width: 1024px) {
    .lp-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .lp-benefits {
        padding: 60px 0;
    }
    
    .lp-container {
        padding: 0 24px;
    }
    
    .lp-benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .lp-benefit-card {
        padding: 32px 24px;
    }
}/* End custom CSS */