/* u2500u2500 PALETTE RESTOO BLUE u2500u2500 */
:root { --main-color: #2590e6; --main-color-darker: #172c42; }
.bgd_clr_main { background: #2c4d66 !important; }

/* u2500u2500 BASE u2500u2500 */
#header, #AccButton, header.fixed-top, footer.footer, .breadcrumb, nav[aria-label="breadcrumb"], .header-title, .header-animation { display: none !important; }
#WAButton { position: fixed; right: 7px; bottom: 4rem; z-index: 200; }
body.frontend { padding-top: 0 !important; margin-top: 0 !important; }
.routing-content { padding-bottom: 0 !important; min-height: auto !important; }
html, body { overflow-x: clip; }

/* u2500u2500 HEADER u2500u2500 */
.lp-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1050; }
.lp-alert-banner { background: #172c42; padding: 10px 1.5rem; text-align: center; font-size: 0.8rem; color: rgba(255,255,255,0.9); border-bottom: 1px solid rgba(255,255,255,0.08); }
.lp-alert-banner strong { color: var(--main-yellow); }
.lp-header-nav { background: transparent; padding: 14px 0; transition: background 0.3s ease, box-shadow 0.3s ease; }
.lp-header.scrolled .lp-header-nav { background: #2c4d66; box-shadow: 0 2px 12px rgba(0,0,0,0.15); }

/* u2500u2500 HERO u2500u2500 */
.lp-hero { background: linear-gradient(135deg, #172c42 0%, #2c4d66 40%, #355C7A 70%, #66a9ad 100%); display: flex; align-items: center; position: relative; overflow: hidden; padding-top: 108px; padding-bottom: 60px; min-height: 100vh; }
.lp-hero::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(37,144,230,0.15) 0%, transparent 70%); pointer-events: none; }
.lp-hero::after  { content: ''; position: absolute; bottom: -30%; left: -10%; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(102,169,173,0.10) 0%, transparent 70%); pointer-events: none; }

.lp-pretitle { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); padding: 7px 16px; border-radius: 50rem; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.9); margin-bottom: 1.5rem; }

.lp-checks { list-style: none; padding: 0; margin: 0 0 1.75rem 0; }
.lp-checks li { display: flex; align-items: flex-start; gap: 10px; padding: 6px 0; font-size: 0.96rem; color: rgba(255,255,255,0.85); }
.lp-checks li .chk { color: var(--main-yellow); font-weight: 700; flex-shrink: 0; margin-top: 1px; }

.lp-form-wrap { background: rgba(255,255,255,0.97); border-radius: 20px; backdrop-filter: blur(10px); overflow: hidden; }
.lp-form-kicker { font-size: 0.7rem; color: var(--main-color); text-transform: uppercase; letter-spacing: 0.2em; font-weight: 700; margin-bottom: 0.5rem; }

/* u2500u2500 MARQUEE u2500u2500 */
.lp-marquee { background: #172c42; overflow: hidden; }
.lp-marquee-track { display: flex; width: max-content; animation: lpMarquee 25s linear infinite; }
.lp-marquee-track span { white-space: nowrap; padding: 0 2rem; font-weight: 600; font-size: 0.95rem; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.9); }
.lp-marquee-track .sep { color: var(--main-yellow); font-size: 0.6rem; display: flex; align-items: center; }
@keyframes lpMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* u2500u2500 STATS dark u2500u2500 */
.lp-stat-inv-val { font-size: 3rem; font-weight: 900; line-height: 1; color: var(--main-yellow); margin-bottom: 0.4rem; }
.lp-stat-inv-lbl { font-size: 0.85rem; color: rgba(255,255,255,0.7); }

/* u2500u2500 TIMELINE u2500u2500 */
.lp-timeline { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.lp-tl-step { padding: 2rem 1.5rem; border-top: 3px solid var(--main-color); background: #fff; }
.lp-tl-day { font-size: 2.8rem; font-weight: 900; color: var(--main-color); line-height: 1; margin-bottom: 0.75rem; }
.lp-tl-step h3 { font-size: 1.05rem; font-weight: 700; color: var(--main-titles-color); margin-bottom: 0.5rem; }
.lp-tl-step p { font-size: 0.88rem; color: var(--secondary-color); line-height: 1.6; margin: 0; }

/* u2500u2500 FAQ u2500u2500 */
.lp-faq .accordion-button { font-size: 1rem; font-weight: 600; color: var(--main-titles-color); }
.lp-faq .accordion-button:not(.collapsed) { color: var(--main-color); background: rgba(37,144,230,0.04); box-shadow: none; }
.lp-faq .accordion-button:focus { box-shadow: none; }
.lp-faq .accordion-body { font-size: 0.95rem; color: var(--secondary-color); line-height: 1.7; }

/* u2500u2500 FOOTER u2500u2500 */
.lp-footer { background: var(--secondary-color-darker); }
.lp-footer a { color: rgba(255,255,255,0.8); }
.lp-footer a:hover { color: #fff; }
.cta-text { color: rgba(255,255,255,0.85); }

@media (max-width: 991px) {
  .lp-hero { min-height: auto; padding-top: 120px; }
}
@media (max-width: 767px) {
  .lp-stat-inv-val { font-size: 2.2rem; }
  .lp-tl-day { font-size: 2rem; }
  .lp-hero::before, .lp-hero::after { display: none; }
}