.lp{--lp-primary:#1a3a5c;--lp-accent:#2e8b57;--lp-cta:#f59e0b;--lp-cta-hover:#d97706;--lp-dark:#0f172a;--lp-dark-card:#1e293b;--lp-wa:#25d366}.lp-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.lp-btn{cursor:pointer;font-weight:700;font-family:var(--font-heading);white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:8px;text-decoration:none;transition:all .25s;display:inline-flex}.lp-btn--sm{border-radius:8px;padding:8px 18px;font-size:.85rem}.lp-btn--md{padding:12px 28px;font-size:.95rem}.lp-btn--lg{border-radius:12px;padding:16px 36px;font-size:1.05rem}.lp-btn--primary{background:var(--lp-primary);color:#fff}.lp-btn--primary:hover{background:#24507a;transform:translateY(-1px);box-shadow:0 6px 20px #1a3a5c4d}.lp-btn--cta{background:var(--lp-cta);color:#1e293b}.lp-btn--cta:hover{background:var(--lp-cta-hover);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #f59e0b59}.lp-btn--whatsapp{background:var(--lp-wa);color:#fff}.lp-btn--whatsapp:hover{background:#1fb855;transform:translateY(-1px);box-shadow:0 6px 20px #25d36659}.lp-sticky-bar{z-index:999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172af2;border-bottom:1px solid #ffffff1a;padding:10px 0;transition:transform .35s;position:fixed;top:0;left:0;right:0;transform:translateY(-100%)}.lp-sticky-bar--visible{transform:translateY(0)}.lp-sticky-bar__inner{justify-content:space-between;align-items:center;display:flex}.lp-sticky-bar__text{color:#fff;font-size:.9rem;font-family:var(--font-heading)}.lp-sticky-bar__text strong{color:var(--lp-cta)}.lp-sticky-bar__actions{gap:10px;display:flex}.lp-hero{background:linear-gradient(135deg,#0f172a 0%,#1a3a5c 40%,#1e4468 100%);min-height:520px;padding:100px 0 60px;position:relative;overflow:hidden}.lp-hero__bg{background:radial-gradient(circle at 80% 20%,#f59e0b1f 0%,#0000 50%),radial-gradient(circle at 20% 80%,#2e8b571a 0%,#0000 50%);position:absolute;inset:0}.lp-hero__inner{z-index:2;grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;display:grid;position:relative}.lp-hero__badge{color:var(--lp-cta);background:#f59e0b26;border:1px solid #f59e0b59;border-radius:50px;margin-bottom:1.25rem;padding:6px 16px;font-size:.85rem;font-weight:600;animation:2s infinite lp-pulse;display:inline-block}@keyframes lp-pulse{0%,to{opacity:1}50%{opacity:.75}}.lp-hero__title{font-family:var(--font-heading);color:#fff;margin-bottom:1rem;font-size:3.2rem;font-weight:800;line-height:1.15}.lp-hero__title-accent{background:linear-gradient(135deg,var(--lp-cta),#fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp-hero__subtitle{color:#cbd5e1;max-width:520px;margin-bottom:1.5rem;font-size:1.15rem;line-height:1.7}.lp-hero__subtitle strong{color:#fff}.lp-hero__ctas{flex-wrap:wrap;gap:14px;margin-bottom:1.5rem;display:flex}.lp-hero__trust{flex-wrap:wrap;gap:20px;display:flex}.lp-hero__trust span{color:#94a3b8;align-items:center;gap:5px;font-size:.82rem;font-weight:500;display:flex}.lp-hero__trust svg{color:var(--lp-accent)}.lp-hero__stats{grid-template-columns:1fr 1fr;gap:16px;display:grid}.lp-hero__stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff12;border:1px solid #ffffff1f;border-radius:16px;padding:24px 20px;transition:transform .3s,border-color .3s}.lp-hero__stat-card:hover{border-color:#f59e0b66;transform:translateY(-4px)}.lp-hero__stat-value{font-family:var(--font-heading);color:#fff;margin:8px 0 2px;font-size:1.65rem;font-weight:800}.lp-hero__stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:.78rem;font-weight:500}.lp-highlights{border-bottom:1px solid var(--color-border);background:#fff;padding:2.5rem 0}.lp-highlights__grid{grid-template-columns:repeat(6,1fr);gap:1rem;display:grid}.lp-highlight-card{border-radius:12px;align-items:flex-start;gap:12px;padding:16px 12px;transition:background .2s;display:flex}.lp-highlight-card:hover{background:#f8fafc}.lp-highlight-card__icon{width:40px;min-width:40px;height:40px;color:var(--lp-primary);background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:10px;justify-content:center;align-items:center;display:flex}.lp-highlight-card__title{color:var(--lp-dark);margin-bottom:2px;font-size:.88rem;font-weight:700}.lp-highlight-card__desc{color:#64748b;font-size:.75rem;line-height:1.4}.lp-section{padding:5rem 0}.lp-section--alt{background:#f8fafc}.lp-section--dark{background:linear-gradient(135deg,#0f172a,#1e293b)}.lp-section__title{font-family:var(--font-heading);text-align:center;color:var(--lp-dark);margin-bottom:.5rem;font-size:2.2rem;font-weight:800}.lp-section__title span{color:var(--lp-primary)}.lp-section__title--light{color:#fff}.lp-section__title--light span{color:var(--lp-cta)}.lp-section__subtitle{text-align:center;color:#64748b;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.05rem}.lp-section__subtitle--light{color:#94a3b8}.lp-section__cta-center{text-align:center;margin-top:2.5rem}.lp-about__grid{grid-template-columns:1.3fr .7fr;align-items:center;gap:3rem;display:grid}.lp-about__content p{color:#475569;margin-bottom:1rem;font-size:1rem;line-height:1.8}.lp-about__list{flex-direction:column;gap:10px;margin:1.5rem 0;list-style:none;display:flex}.lp-about__list li{color:#334155;align-items:center;gap:10px;font-size:.95rem;font-weight:500;display:flex}.lp-about__list svg{color:var(--lp-accent);flex-shrink:0}.lp-about__img-placeholder{text-align:center;color:#fff;background:linear-gradient(135deg,#1a3a5c,#24507a);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:320px;padding:60px 40px;display:flex}.lp-about__img-placeholder span{font-family:var(--font-heading);font-size:1.3rem;font-weight:700}.lp-about__img-location{color:#94a3b8;align-items:center;gap:6px;font-size:.9rem;display:flex}.lp-tabs{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:2rem;display:flex}.lp-tab{cursor:pointer;color:#475569;font-size:.9rem;font-weight:600;font-family:var(--font-heading);background:#fff;border:2px solid #e2e8f0;border-radius:50px;align-items:center;gap:8px;padding:12px 24px;transition:all .25s;display:flex}.lp-tab:hover{border-color:var(--lp-primary);color:var(--lp-primary)}.lp-tab--active{background:var(--lp-primary);color:#fff;border-color:var(--lp-primary)}.lp-course-panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem}.lp-course-panel__meta{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:24px;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.lp-course-panel__meta span{color:#64748b;align-items:center;gap:6px;font-size:.88rem;font-weight:500;display:flex}.lp-course-panel__meta svg{color:var(--lp-primary)}.lp-course-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.lp-course-card{border:1px solid #e2e8f0;border-radius:14px;padding:20px;transition:all .25s;position:relative}.lp-course-card:hover{border-color:var(--lp-primary);transform:translateY(-2px);box-shadow:0 4px 20px #1a3a5c1a}.lp-course-card__badge{color:#92400e;background:#fef3c7;border-radius:50px;padding:3px 10px;font-size:.7rem;font-weight:700;position:absolute;top:12px;right:12px}.lp-course-card__name{font-family:var(--font-heading);color:var(--lp-dark);margin-bottom:8px;padding-right:60px;font-size:.95rem;font-weight:700}.lp-course-card__career{color:#64748b;align-items:flex-start;gap:6px;margin-bottom:12px;font-size:.8rem;line-height:1.4;display:flex}.lp-course-card__career svg{color:var(--lp-accent);flex-shrink:0;margin-top:2px}.lp-course-card__cta{color:var(--lp-primary);align-items:center;gap:5px;font-size:.82rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.lp-course-card__cta:hover{color:var(--lp-cta-hover);gap:10px}.lp-why-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.lp-why-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px 24px;transition:all .3s}.lp-why-card:hover{border-color:var(--lp-primary);transform:translateY(-4px);box-shadow:0 8px 30px #1a3a5c14}.lp-why-card__icon{width:48px;height:48px;color:var(--lp-primary);background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.lp-why-card__title{font-family:var(--font-heading);color:var(--lp-dark);margin-bottom:8px;font-size:1.05rem;font-weight:700}.lp-why-card__desc{color:#64748b;font-size:.88rem;line-height:1.6}.lp-placement-stats{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:2.5rem;display:grid}.lp-placement-stat{text-align:center;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;padding:28px 20px;transition:border-color .3s}.lp-placement-stat:hover{border-color:#f59e0b80}.lp-placement-stat__value{font-family:var(--font-heading);color:var(--lp-cta);margin-bottom:4px;font-size:2rem;font-weight:800}.lp-placement-stat__label{color:#94a3b8;font-size:.85rem;font-weight:500}.lp-recruiters__title{color:#94a3b8;text-align:center;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.9rem;font-weight:600}.lp-recruiters__grid{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.lp-recruiter-chip{color:#e2e8f0;background:#ffffff14;border:1px solid #ffffff26;border-radius:50px;padding:8px 18px;font-size:.85rem;font-weight:500;transition:all .2s}.lp-recruiter-chip:hover{color:var(--lp-cta);background:#f59e0b26;border-color:#f59e0b66}.lp-fees-table-wrap{border:1px solid #e2e8f0;border-radius:16px;margin-bottom:1rem;overflow-x:auto}.lp-fees-table{border-collapse:collapse;width:100%;font-size:.92rem}.lp-fees-table th{background:var(--lp-primary);color:#fff;text-align:left;font-weight:600;font-family:var(--font-heading);white-space:nowrap;padding:14px 20px}.lp-fees-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:14px 20px}.lp-fees-table tr:last-child td{border-bottom:none}.lp-fees-table tr:hover td{background:#f8fafc}.lp-fees-note{color:#64748b;background:#f0faf5;border:1px solid #d1fae5;border-radius:10px;align-items:center;gap:8px;padding:12px 16px;font-size:.88rem;display:flex}.lp-fees-note svg{color:var(--lp-accent);flex-shrink:0}.lp-fees-note a{color:var(--lp-primary);font-weight:600;text-decoration:none}.lp-fees-note a:hover{text-decoration:underline}.lp-steps{grid-template-columns:repeat(4,1fr);align-items:center;gap:0;margin-bottom:1rem;display:grid}.lp-step{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.lp-step__number{background:var(--lp-primary);color:#fff;width:56px;height:56px;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;margin-bottom:14px;font-size:1.2rem;font-weight:800;display:flex}.lp-step__content h4{font-family:var(--font-heading);color:var(--lp-dark);margin-bottom:4px;font-size:1rem;font-weight:700}.lp-step__content p{color:#64748b;max-width:180px;margin:0 auto;font-size:.82rem;line-height:1.4}.lp-step__arrow{color:#cbd5e1;position:absolute;top:18px;right:-14px}.lp-comparison-table-wrap{border:1px solid #e2e8f0;border-radius:16px;overflow-x:auto}.lp-comparison-table{border-collapse:collapse;width:100%;font-size:.92rem}.lp-comparison-table th{text-align:left;font-weight:600;font-family:var(--font-heading);white-space:nowrap;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:14px 20px}.lp-comparison-table__upes{color:var(--lp-primary);background:#eff6ff!important}.lp-comparison-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:14px 20px}.lp-comparison-table__upes-cell{color:var(--lp-primary);background:#f0f9ff;font-weight:600}.lp-comparison-table__other-cell{color:#94a3b8}.lp-testimonials{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.lp-testimonial{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px 24px;transition:all .3s}.lp-testimonial:hover{border-color:var(--lp-cta);box-shadow:0 8px 25px #f59e0b1a}.lp-testimonial__stars{gap:3px;margin-bottom:12px;display:flex}.lp-testimonial__text{color:#334155;margin-bottom:16px;font-size:.92rem;font-style:italic;line-height:1.7}.lp-testimonial__author{align-items:center;gap:12px;display:flex}.lp-testimonial__avatar{background:linear-gradient(135deg,var(--lp-primary),#24507a);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.95rem;font-weight:700;display:flex}.lp-testimonial__name{color:var(--lp-dark);font-size:.88rem;font-weight:700}.lp-testimonial__course{color:#94a3b8;font-size:.78rem}.lp-faqs{flex-direction:column;gap:10px;max-width:800px;margin:0 auto;display:flex}.lp-faq{background:#fff;border:1px solid #e2e8f0;border-radius:14px;transition:border-color .3s;overflow:hidden}.lp-faq--open{border-color:var(--lp-primary)}.lp-faq__q{cursor:pointer;width:100%;color:var(--lp-dark);text-align:left;font-size:.95rem;font-weight:600;font-family:var(--font-body);background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:18px 22px;display:flex}.lp-faq__q:hover{color:var(--lp-primary)}.lp-faq__chevron{color:#94a3b8;flex-shrink:0;transition:transform .3s}.lp-faq--open .lp-faq__chevron{color:var(--lp-primary);transform:rotate(180deg)}.lp-faq__a{max-height:0;transition:max-height .4s,padding .3s;overflow:hidden}.lp-faq--open .lp-faq__a{max-height:300px;padding:0 22px 18px}.lp-faq__a p{color:#64748b;font-size:.9rem;line-height:1.7}.lp-final-cta{background:linear-gradient(135deg,#0f172a 0%,#1a3a5c 60%,#1e4468 100%);padding:5rem 0;position:relative;overflow:hidden}.lp-final-cta:before{content:"";background:radial-gradient(circle,#f59e0b14 0%,#0000 60%);position:absolute;inset:0}.lp-final-cta__inner{z-index:2;text-align:center;position:relative}.lp-final-cta__badge{color:var(--lp-cta);background:#f59e0b26;border:1px solid #f59e0b59;border-radius:50px;margin-bottom:1.5rem;padding:8px 20px;font-size:.88rem;font-weight:700;animation:2s infinite lp-pulse;display:inline-block}.lp-final-cta__title{font-family:var(--font-heading);color:#fff;margin-bottom:1rem;font-size:2.6rem;font-weight:800;line-height:1.2}.lp-final-cta__title span{background:linear-gradient(135deg,var(--lp-cta),#fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp-final-cta__desc{color:#94a3b8;max-width:550px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.lp-final-cta__buttons{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:2rem;display:flex}.lp-final-cta__note{color:#64748b;justify-content:center;align-items:center;gap:6px;font-size:.88rem;display:flex}.lp-final-cta__note a{color:var(--lp-cta);font-weight:600;text-decoration:none}.lp-final-cta__note a:hover{text-decoration:underline}.lp-mobile-cta{z-index:998;background:#fff;border-top:1px solid #e2e8f0;gap:10px;padding:10px 16px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001a}.lp-mobile-cta__apply{background:var(--lp-cta);color:#1e293b;font-size:.95rem;font-weight:700;font-family:var(--font-heading);border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px;text-decoration:none;display:flex}.lp-mobile-cta__wa{background:var(--lp-wa);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;text-decoration:none;display:flex}@media (max-width:1024px){.lp-highlights__grid{grid-template-columns:repeat(3,1fr)}.lp-why-grid,.lp-testimonials{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.lp-hero{min-height:auto;padding:80px 0 40px}.lp-hero__inner{grid-template-columns:1fr;gap:2rem}.lp-hero__title{font-size:2.2rem}.lp-hero__subtitle{font-size:1rem}.lp-hero__stats{grid-template-columns:repeat(2,1fr);gap:10px}.lp-hero__stat-card{padding:16px 14px}.lp-hero__stat-value{font-size:1.3rem}.lp-hero__ctas{flex-direction:column}.lp-hero__ctas .lp-btn{justify-content:center;width:100%}.lp-hero__trust{gap:12px}.lp-highlights__grid{grid-template-columns:repeat(2,1fr);gap:6px}.lp-highlight-card{padding:12px 10px}.lp-section{padding:3.5rem 0}.lp-section__title{font-size:1.6rem}.lp-section__subtitle{margin-bottom:1.5rem;font-size:.92rem}.lp-about__grid{grid-template-columns:1fr;gap:2rem}.lp-about__image{order:-1}.lp-about__img-placeholder{min-height:200px;padding:30px}.lp-tabs{gap:6px}.lp-tab{padding:10px 16px;font-size:.82rem}.lp-course-panel{padding:1.25rem}.lp-course-panel__meta{gap:12px}.lp-course-grid{grid-template-columns:1fr}.lp-why-grid{grid-template-columns:1fr;gap:12px}.lp-why-card{padding:20px}.lp-placement-stats{grid-template-columns:repeat(2,1fr);gap:12px}.lp-placement-stat{padding:20px 14px}.lp-placement-stat__value{font-size:1.5rem}.lp-steps{grid-template-columns:1fr;gap:20px}.lp-step{text-align:left;flex-direction:row;gap:16px}.lp-step__number{width:44px;min-width:44px;height:44px;font-size:1rem}.lp-step__content p{max-width:none}.lp-step__arrow{display:none}.lp-testimonials{grid-template-columns:1fr}.lp-final-cta{padding:3.5rem 0}.lp-final-cta__title{font-size:1.8rem}.lp-final-cta__buttons{flex-direction:column;align-items:center}.lp-final-cta__buttons .lp-btn{justify-content:center;width:100%;max-width:320px}.lp-sticky-bar__text{display:none}.lp-sticky-bar__actions{width:100%}.lp-sticky-bar__actions .lp-btn{flex:1;justify-content:center}.lp-mobile-cta{display:flex}.lp{padding-bottom:80px}}@media (max-width:480px){.lp-hero__title{font-size:1.8rem}.lp-highlights__grid{grid-template-columns:1fr}.lp-fees-table{font-size:.82rem}.lp-fees-table th,.lp-fees-table td{padding:10px 14px}}
