@keyframes lp-fade-up{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes lp-fade-in{from{opacity:0}to{opacity:1}}@keyframes lp-pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes lp-bounce{0%,20%,50%,80%,100%{transform:translateY(0) translateX(-50%)}40%{transform:translateY(-8px) translateX(-50%)}60%{transform:translateY(-4px) translateX(-50%)}}@keyframes lp-gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.lp-section-label{display:inline-block;font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#1e78c2;margin-bottom:12px;position:relative;padding-left:20px}.lp-section-label::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:3px;background:#1e78c2;border-radius:2px}.lp-section-label--light{color:#93c5fd}.lp-section-label--light::before{background:#93c5fd}.lp-section-title{font-size:clamp(1.625rem, 0.825rem + 2vw, 2.625rem);line-height:clamp(1.95rem, 0.99rem + 2.4vw, 3.15rem)}.lp-section-title{font-weight:800;color:#11283c;margin-bottom:16px;letter-spacing:-.02em}.lp-section-title span{color:#1e78c2;position:relative}.lp-section-title--light{color:#fff}.lp-section-title--light span{color:#FFDA00}.lp-section-subtitle{font-size:1.0625rem;color:#64748b;max-width:680px;line-height:1.7;margin-bottom:20px}.lp-btn,.lp-form .wpcf7-form input[type=submit]{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:15px;padding:14px 28px;border-radius:50px;transition:all 0.35s cubic-bezier(.25,.46,.45,.94);cursor:pointer;border:2px solid #fff0;text-decoration:none;line-height:1;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,"Ubuntu",Arial,cursive,sans-serif;white-space:nowrap}.lp-btn svg,.lp-form .wpcf7-form input[type=submit] svg{flex-shrink:0}.lp-btn--primary,.lp-form .wpcf7-form input[type=submit]{background:linear-gradient(135deg,#1e78c2,#15578e);color:#fff;border-color:#1e78c2;box-shadow:0 4px 14px rgb(30 120 194 / .35)}.lp-btn--primary:hover,.lp-form .wpcf7-form input[type=submit]:hover{background:linear-gradient(135deg,#FE7C3A,#ff9a5c);border-color:#FE7C3A;transform:translateY(-3px);box-shadow:0 8px 25px rgb(254 124 58 / .35);color:#fff}.lp-btn--outline{background:rgb(255 255 255 / .15);color:#fff;border-color:rgb(255 255 255 / .5);backdrop-filter:blur(4px)}.lp-btn--outline:hover{background:#fff;color:#1e78c2;border-color:#fff;transform:translateY(-3px)}.lp-btn--outline-white{background:#fff0;color:#fff;border-color:rgb(255 255 255 / .6)}.lp-btn--outline-white:hover{background:#fff;color:#1e78c2;border-color:#fff;transform:translateY(-3px)}.lp-btn--full{width:100%;justify-content:center}.lp-btn--lg,.lp-form .wpcf7-form input[type=submit]{padding:16px 36px;font-size:16px}.lp-hero{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden}.lp-hero__bg{position:absolute;inset:0;background:linear-gradient(135deg,#172554,#1e3a8a,#15578e);background-size:200% 200%;animation:lp-gradient-shift 12s ease infinite;z-index:0}.lp-hero__bg::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgb(30 120 194 / .15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgb(254 124 58 / .1) 0%,transparent 50%)}.lp-hero__bg::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255 / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .03) 1px,transparent 1px);background-size:60px 60px}.lp-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgb(23 37 84 / .3) 0%,rgb(30 58 138 / .5) 50%,rgb(23 37 84 / .8) 100%);z-index:1}.lp-hero__content{position:relative;z-index:10;text-align:center;color:#fff;padding-bottom:80px}@media only screen and (max-width:47.99875rem){.lp-hero__content{padding-bottom:60px}}.lp-hero__badge{display:inline-flex;align-items:center;gap:8px;background:rgb(255 255 255 / .12);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .2);padding:8px 20px;border-radius:50px;font-size:13px;font-weight:600;letter-spacing:.05em;color:#bfdbfe;margin-bottom:28px;animation:lp-fade-up 0.6s ease both}.lp-hero__title{font-size:clamp(1.75rem, 0.35rem + 3.5vw, 3.5rem);line-height:clamp(2.0125rem, 0.4025rem + 4.025vw, 4.025rem)}.lp-hero__title{font-weight:900;margin-bottom:24px;animation:lp-fade-up 0.6s ease 0.15s both;letter-spacing:-.03em;line-height:1.5}.lp-hero__title span{background:linear-gradient(135deg,#FFDA00,#ff9a5c);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.lp-hero__desc{font-size:1.125rem;color:#bfdbfe;max-width:600px;margin:0 auto 36px;line-height:1.7;animation:lp-fade-up 0.6s ease 0.3s both}@media only screen and (max-width:47.99875rem){.lp-hero__desc{font-size:1rem}}.lp-hero__cta{display:flex;align-items:center;justify-content:center;gap:16px;animation:lp-fade-up 0.6s ease 0.45s both}@media only screen and (max-width:47.99875rem){.lp-hero__cta{flex-direction:column;gap:12px}}.lp-hero__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:64px;animation:lp-fade-up 0.6s ease 0.6s both}@media only screen and (max-width:47.99875rem){.lp-hero__stats{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:48px}}.lp-hero__stat{background:rgb(255 255 255 / .08);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .12);border-radius:16px;padding:24px 16px;text-align:center;transition:all 0.3s ease;opacity:0;transform:translateY(20px)}.lp-hero__stat.is-visible{opacity:1;transform:translateY(0)}.lp-hero__stat:hover{background:rgb(255 255 255 / .15);transform:translateY(-4px)}.lp-hero__stat-number{display:block}.lp-hero__stat-number{font-size:clamp(1.5rem, 0.9rem + 1.5vw, 2.25rem);line-height:clamp(1.8rem, 1.08rem + 1.8vw, 2.7rem)}.lp-hero__stat-number{font-weight:900;color:#FFDA00;margin-bottom:4px}.lp-hero__stat-label{font-size:13px;color:#93c5fd;font-weight:500}.lp-hero__scroll{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);z-index:10;color:rgb(255 255 255 / .5);animation:lp-bounce 2s infinite}@media only screen and (max-width:47.99875rem){.lp-hero__scroll{bottom:16px}}.lp-features{position:relative;z-index:20;margin-top:-48px;padding-bottom:60px}@media only screen and (max-width:47.99875rem){.lp-features{margin-top:-30px;padding-bottom:40px}}.lp-features__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}@media only screen and (max-width:63.99875rem){.lp-features__grid{grid-template-columns:repeat(3,1fr);gap:14px}}@media only screen and (max-width:47.99875rem){.lp-features__grid{grid-template-columns:repeat(2,1fr);gap:12px}}.lp-features__item{background:#fff;border-radius:16px;padding:24px 14px;text-align:center;box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 8px 10px -6px rgb(0 0 0 / .1);border:1px solid rgb(0 0 0 / .04);transition:all 0.35s ease;opacity:0;transform:translateY(20px)}.lp-features__item.is-visible{opacity:1;transform:translateY(0)}.lp-features__item:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px rgb(0 0 0 / .15)}.lp-features__item:hover .lp-features__icon{background:#1e78c2;color:#fff;transform:scale(1.1)}@media only screen and (max-width:47.99875rem){.lp-features__item:last-child:nth-child(odd){grid-column:1/-1;max-width:50%;justify-self:center}}@media only screen and (max-width:47.99875rem){.lp-features__item{padding:18px 10px}}.lp-features__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#eff6ff;color:#1e78c2;margin-bottom:12px;transition:all 0.35s ease}.lp-features__icon svg{width:28px;height:28px}@media only screen and (max-width:47.99875rem){.lp-features__icon{width:46px;height:46px}.lp-features__icon svg{width:22px;height:22px}}.lp-features h3{font-size:.9375rem;font-weight:700;color:#11283c;margin-bottom:4px}.lp-features p{font-size:.75rem;font-weight:600;color:#1e78c2;text-transform:uppercase;letter-spacing:.05em;margin:0}.lp-brand{padding:80px 0;background:#eff6ff}@media only screen and (max-width:47.99875rem){.lp-brand{padding:48px 0}}.lp-brand__inner{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start}@media only screen and (max-width:47.99875rem){.lp-brand__inner{grid-template-columns:1fr;gap:32px}}.lp-brand__text p{font-size:1rem;line-height:1.75;color:#475569;margin-bottom:16px}.lp-brand__text p strong{color:#11283c;font-weight:700}.lp-brand__visual{display:flex;flex-direction:column;gap:20px}.lp-brand__card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 4px 6px -1px rgb(0 0 0 / .07),0 2px 4px -2px rgb(0 0 0 / .05);border:1px solid rgb(0 0 0 / .04);transition:all 0.3s ease}.lp-brand__card:hover{box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 8px 10px -6px rgb(0 0 0 / .1);transform:translateY(-4px)}.lp-brand__card--accent{background:linear-gradient(135deg,#1e78c2,#15578e);color:#fff;border:none}.lp-brand__card--accent h4{color:#fff!important}.lp-brand__card--accent p{color:#bfdbfe!important}.lp-brand__card--accent .lp-brand__card-icon{background:rgb(255 255 255 / .15);color:#fff}.lp-brand__card-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;background:#eff6ff;color:#1e78c2;margin-bottom:16px}.lp-brand__card h4{font-size:1.125rem;font-weight:700;color:#11283c;margin-bottom:8px}.lp-brand__card p{font-size:.9375rem;line-height:1.65;margin:0}.lp-policies{padding:80px 0;background:#fff}@media only screen and (max-width:47.99875rem){.lp-policies{padding:48px 0}}.lp-policies__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}@media only screen and (max-width:63.99875rem){.lp-policies__grid{grid-template-columns:1fr;gap:16px}}.lp-policies__card{position:relative;background:#fff;border-radius:16px;padding:36px 28px;border:1px solid #e2e8f0;transition:all 0.35s ease;opacity:0;transform:translateY(20px)}.lp-policies__card.is-visible{opacity:1;transform:translateY(0)}.lp-policies__card:hover{border-color:#1e78c2;box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 8px 10px -6px rgb(0 0 0 / .1);transform:translateY(-6px)}.lp-policies__card:hover .lp-policies__card-icon{background:#1e78c2;color:#fff}.lp-policies__card--featured{background:linear-gradient(145deg,#eff6ff,#fff);border:2px solid #1e78c2;box-shadow:0 0 0 4px rgb(30 120 194 / .08)}.lp-policies__card-badge{position:absolute;top:-10px;right:20px;background:linear-gradient(135deg,#FE7C3A,#ff9a5c);color:#fff;padding:4px 14px;border-radius:50px;font-size:11px;font-weight:800;letter-spacing:.1em;box-shadow:0 4px 12px rgb(254 124 58 / .3)}.lp-policies__card-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:10px;background:#eff6ff;color:#1e78c2;margin-bottom:20px;transition:all 0.3s ease}.lp-policies__card h3{font-size:1.1875rem;font-weight:700;color:#11283c;margin-bottom:12px}.lp-policies__card p{font-size:.9375rem;line-height:1.65;color:#64748b;margin:0}.lp-benefits{padding:80px 0;background:linear-gradient(180deg,#eff6ff,#fff)}@media only screen and (max-width:47.99875rem){.lp-benefits{padding:48px 0}}.lp-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media only screen and (max-width:63.99875rem){.lp-benefits__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:47.99875rem){.lp-benefits__grid{grid-template-columns:1fr;gap:16px}}.lp-benefits__item{background:#fff;border-radius:16px;padding:32px 28px;border:1px solid #e2e8f0;transition:all 0.35s ease;opacity:0;transform:translateY(20px);position:relative;overflow:hidden}.lp-benefits__item::before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#1e78c2,#FE7C3A);border-radius:0 2px 2px 0;transition:height 0.4s ease}.lp-benefits__item.is-visible{opacity:1;transform:translateY(0)}.lp-benefits__item:hover{border-color:#1e78c2;box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 8px 10px -6px rgb(0 0 0 / .1);transform:translateY(-4px)}.lp-benefits__item:hover::before{height:100%}.lp-benefits__item:hover .lp-benefits__num{background:#1e78c2;color:#fff}.lp-benefits__num{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#dbeafe;color:#1e78c2;font-weight:800;font-size:.9375rem;margin-bottom:16px;transition:all 0.3s ease}.lp-benefits h4{font-size:1.0625rem;font-weight:700;color:#11283c;margin-bottom:8px}.lp-benefits p{font-size:.9375rem;line-height:1.65;color:#64748b;margin:0}.lp-benefits__detail{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:8px}.lp-benefits__detail li{position:relative;padding-left:18px;font-size:.875rem;line-height:1.6;color:#475569}.lp-benefits__detail li::before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:#1e78c2}.lp-process{padding:80px 0;background:#fff}@media only screen and (max-width:47.99875rem){.lp-process{padding:48px 0}}.lp-process__timeline{position:relative;display:flex;justify-content:center;gap:32px;margin-top:48px}@media only screen and (max-width:47.99875rem){.lp-process__timeline{flex-direction:column;gap:24px}}.lp-process__step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateY(20px);position:relative}.lp-process__step.is-visible{opacity:1;transform:translateY(0)}.lp-process__step:not(:last-child)::before{content:"";position:absolute;top:26px;left:50%;transform:translateX(calc(-50% + 32px));width:calc(100% + 32px);height:4px;background:#bfdbfe;border-radius:2px;z-index:1}@media only screen and (max-width:47.99875rem){.lp-process__step:not(:last-child)::before{display:none}}.lp-process__step::after{content:"";position:absolute;top:56px;left:30px;transform:translateX(-50%);width:4px;height:24px;background:#bfdbfe;border-radius:1px;transition:all 0.35s ease;z-index:2}@media only screen and (max-width:47.99875rem){.lp-process__step::after{display:none}}.lp-process__step:hover::after{width:4px;background:linear-gradient(180deg,#1e78c2,#FE7C3A);box-shadow:0 0 8px rgb(30 120 194 / .35)}@media only screen and (max-width:47.99875rem){.lp-process__step{flex-direction:row;text-align:left;gap:20px}}.lp-process__step-num{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#1e78c2,#15578e);color:#fff;font-weight:900;font-size:1.25rem;display:flex;align-items:center;justify-content:center;position:relative;z-index:5;box-shadow:0 4px 16px rgb(30 120 194 / .3);flex-shrink:0;margin-bottom:24px}@media only screen and (max-width:47.99875rem){.lp-process__step-num{width:48px;height:48px;margin-bottom:0}}.lp-process__step-content{background:#fff;border-radius:16px;padding:28px 24px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgb(0 0 0 / .07),0 2px 4px -2px rgb(0 0 0 / .05);transition:all 0.3s ease;width:100%}.lp-process__step-content:hover{border-color:#1e78c2;box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 8px 10px -6px rgb(0 0 0 / .1);transform:translateY(-4px)}.lp-process__step-content:hover .lp-process__step-icon{background:#1e78c2;color:#fff}.lp-process__step-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;background:#eff6ff;color:#1e78c2;margin-bottom:16px;transition:all 0.3s ease}.lp-process__step h3{font-size:1.125rem;font-weight:700;color:#11283c;margin-bottom:8px}.lp-process__step p{font-size:.9375rem;line-height:1.6;color:#64748b;margin:0}.lp-conditions{padding:80px 0;background:#eff6ff}@media only screen and (max-width:47.99875rem){.lp-conditions{padding:48px 0}}.lp-conditions__inner{display:grid;grid-template-columns:1.3fr 1fr;gap:48px;align-items:start}@media only screen and (max-width:47.99875rem){.lp-conditions__inner{grid-template-columns:1fr;gap:32px}}.lp-conditions__list{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:16px}.lp-conditions__list li{display:flex;align-items:flex-start;gap:14px;font-size:1rem;line-height:1.6;color:#475569;padding:16px 20px;background:#fff;border-radius:10px;border:1px solid #e2e8f0;transition:all 0.3s ease}.lp-conditions__list li svg{flex-shrink:0;color:#1e78c2;margin-top:2px}.lp-conditions__list li:hover{border-color:#1e78c2;box-shadow:0 4px 6px -1px rgb(0 0 0 / .07),0 2px 4px -2px rgb(0 0 0 / .05);transform:translateX(4px)}.lp-conditions__cta{position:sticky;top:100px}.lp-conditions__cta-card{background:linear-gradient(145deg,#1e78c2,#15578e);border-radius:16px;padding:40px 32px;color:#fff}.lp-conditions__cta-card h3{font-size:1.5rem;font-weight:800;margin-bottom:16px}.lp-conditions__cta-card p{font-size:.9375rem;line-height:1.7;color:#bfdbfe;margin-bottom:28px}.lp-conditions__cta-card .lp-btn--primary,.lp-conditions__cta-card .lp-form .wpcf7-form input[type=submit],.lp-form .wpcf7-form .lp-conditions__cta-card input[type=submit]{background:#fff;color:#1e78c2;border-color:#fff;box-shadow:0 4px 18px rgb(0 0 0 / .15);font-size:16px}.lp-conditions__cta-card .lp-btn--primary:hover,.lp-conditions__cta-card .lp-form .wpcf7-form input[type=submit]:hover,.lp-form .wpcf7-form .lp-conditions__cta-card input[type=submit]:hover{background:#FFDA00;color:#11283c;border-color:#FFDA00;transform:translateY(-3px);box-shadow:0 8px 28px rgb(0 0 0 / .2)}.lp-form{position:relative;padding:100px 0;background:linear-gradient(145deg,#172554,#1e3a8a);overflow:hidden}@media only screen and (max-width:47.99875rem){.lp-form{padding:60px 0}}.lp-form__bg{position:absolute;inset:0;z-index:0;opacity:.06;background-image:radial-gradient(circle at 30% 70%,#1e78c2 0%,transparent 60%),radial-gradient(circle at 70% 30%,#FE7C3A 0%,transparent 60%)}.lp-form__inner{position:relative;z-index:10;text-align:center}.lp-form__header{margin-bottom:48px}.lp-form__wrapper{max-width:640px;margin:0 auto;background:rgb(255 255 255 / .08);backdrop-filter:blur(20px);border:1px solid rgb(255 255 255 / .15);border-radius:16px;padding:40px}@media only screen and (max-width:47.99875rem){.lp-form__wrapper{padding:24px}}.lp-form .wpcf7-form input:not([type=submit]),.lp-form .wpcf7-form textarea,.lp-form .wpcf7-form select{width:100%;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .25);color:#fff;border-radius:10px;padding:14px 18px;font-size:15px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,"Ubuntu",Arial,cursive,sans-serif;transition:all 0.3s ease;margin-bottom:16px}.lp-form .wpcf7-form input:not([type=submit])::placeholder,.lp-form .wpcf7-form textarea::placeholder,.lp-form .wpcf7-form select::placeholder{color:rgb(255 255 255 / .5)}.lp-form .wpcf7-form input:not([type=submit]):focus,.lp-form .wpcf7-form textarea:focus,.lp-form .wpcf7-form select:focus{outline:none;border-color:#60a5fa;background:rgb(255 255 255 / .15);box-shadow:0 0 0 3px rgb(96 165 250 / .2)}.lp-form .wpcf7-form input[type=submit]{width:100%;justify-content:center;border:none;margin-top:8px}.lp-form__static{display:flex;flex-direction:column;gap:0}.lp-form__row{display:flex;gap:16px}@media only screen and (max-width:47.99875rem){.lp-form__row{flex-direction:column;gap:0}}.lp-form__field{flex:1}.lp-form__field--full{flex:0 0 100%}.lp-form__field input,.lp-form__field textarea{width:100%;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .25);color:#fff;border-radius:10px;padding:14px 18px;font-size:15px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,"Ubuntu",Arial,cursive,sans-serif;transition:all 0.3s ease;margin-bottom:16px;resize:vertical}.lp-form__field input::placeholder,.lp-form__field textarea::placeholder{color:rgb(255 255 255 / .5)}.lp-form__field input:focus,.lp-form__field textarea:focus{outline:none;border-color:#60a5fa;background:rgb(255 255 255 / .15);box-shadow:0 0 0 3px rgb(96 165 250 / .2)}.lp-form__field textarea{min-height:80px}.lp-form button[type=submit]{margin-top:8px;width:100%;justify-content:center}.lp-faq{padding:80px 0;background:#fff}@media only screen and (max-width:47.99875rem){.lp-faq{padding:48px 0}}.lp-faq__list{max-width:780px;margin:48px auto 0}.lp-faq__item{border:1px solid #e2e8f0;border-radius:16px;background:#fff;margin-bottom:16px;box-shadow:0 4px 6px -1px rgb(0 0 0 / .07),0 2px 4px -2px rgb(0 0 0 / .05);transition:all 0.3s ease;overflow:hidden}.lp-faq__item:hover{border-color:#cbd5e1;box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 8px 10px -6px rgb(0 0 0 / .1)}.lp-faq__item.active{border-color:#1e78c2;box-shadow:0 0 0 3px rgb(30 120 194 / .1)}.lp-faq__item.active .lp-faq__icon{transform:rotate(180deg);color:#1e78c2}.lp-faq__item.active .lp-faq__answer{display:block}.lp-faq__question{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;cursor:pointer;font-weight:700;font-size:1rem;color:#11283c;transition:color 0.3s;gap:16px}.lp-faq__question span{flex:1}.lp-faq__question:hover{color:#1e78c2}.lp-faq__icon{flex-shrink:0;color:#94a3b8;transition:transform 0.3s ease,color 0.3s}.lp-faq__answer{display:none}.lp-faq__answer-content{padding:0 24px 24px;color:#475569;line-height:1.7;font-size:.9375rem}.lp-faq__answer-content ul{padding-left:20px;margin:0}.lp-faq__answer-content ul li{margin-bottom:8px}.lp-faq__answer-content ul li:last-child{margin-bottom:0}.lp-faq__answer-content p{margin-bottom:8px}.lp-faq__answer-content p:last-child{margin-bottom:0}.lp-cta{padding:100px 0;background:linear-gradient(145deg,#1e78c2,#15578e);overflow:hidden;position:relative}@media only screen and (max-width:47.99875rem){.lp-cta{padding:60px 0}}.lp-cta::before,.lp-cta::after{content:"";position:absolute;border-radius:50%;border:2px solid rgb(255 255 255 / .1)}.lp-cta::before{width:400px;height:400px;top:-200px;right:-100px}.lp-cta::after{width:300px;height:300px;bottom:-150px;left:-80px}.lp-cta__inner{text-align:center;position:relative;z-index:5;color:#fff}.lp-cta__inner h2{font-size:clamp(1.625rem, 0.825rem + 2vw, 2.625rem);line-height:clamp(1.95rem, 0.99rem + 2.4vw, 3.15rem)}.lp-cta__inner h2{font-weight:800;margin-bottom:16px;color:#fff}.lp-cta__inner h2 span{color:#FFDA00}.lp-cta__inner p{font-size:1.0625rem;color:#bfdbfe;max-width:640px;margin:0 auto 36px;line-height:1.7}.lp-cta__buttons{display:flex;align-items:center;justify-content:center;gap:16px}@media only screen and (max-width:47.99875rem){.lp-cta__buttons{flex-direction:column;gap:12px}}.lp-features__item:nth-child(1).is-visible,.lp-benefits__item:nth-child(1).is-visible,.lp-policies__card:nth-child(1).is-visible,.lp-process__step:nth-child(1).is-visible,.lp-hero__stat:nth-child(1).is-visible{animation:lp-fade-up 0.5s ease 0.1s both}.lp-features__item:nth-child(2).is-visible,.lp-benefits__item:nth-child(2).is-visible,.lp-policies__card:nth-child(2).is-visible,.lp-process__step:nth-child(2).is-visible,.lp-hero__stat:nth-child(2).is-visible{animation:lp-fade-up 0.5s ease 0.2s both}.lp-features__item:nth-child(3).is-visible,.lp-benefits__item:nth-child(3).is-visible,.lp-policies__card:nth-child(3).is-visible,.lp-process__step:nth-child(3).is-visible,.lp-hero__stat:nth-child(3).is-visible{animation:lp-fade-up 0.5s ease 0.3s both}.lp-features__item:nth-child(4).is-visible,.lp-benefits__item:nth-child(4).is-visible,.lp-policies__card:nth-child(4).is-visible,.lp-process__step:nth-child(4).is-visible,.lp-hero__stat:nth-child(4).is-visible{animation:lp-fade-up 0.5s ease 0.4s both}.lp-features__item:nth-child(5).is-visible,.lp-benefits__item:nth-child(5).is-visible,.lp-policies__card:nth-child(5).is-visible,.lp-process__step:nth-child(5).is-visible,.lp-hero__stat:nth-child(5).is-visible{animation:lp-fade-up 0.5s ease 0.5s both}.lp-features__item:nth-child(6).is-visible,.lp-benefits__item:nth-child(6).is-visible,.lp-policies__card:nth-child(6).is-visible,.lp-process__step:nth-child(6).is-visible,.lp-hero__stat:nth-child(6).is-visible{animation:lp-fade-up 0.5s ease 0.6s both}@media only screen and (max-width:39.99875rem){.lp-hero__title{font-size:1.75rem;line-height:1.2}.lp-section-title{font-size:1.4rem}.lp-features__grid{grid-template-columns:1fr 1fr}}