@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap";:root{--primary:#392758;--primary-container:#4a3472;--secondary:#4e5e82;--tertiary:#0859b6;--background:#f8f9fa;--surface:#f8f9fa;--surface-dim:#d9dadb;--surface-bright:#f8f9fa;--surface-container:#edeeef;--surface-container-low:#f3f4f5;--surface-container-lowest:#fff;--surface-container-high:#e7e8e9;--surface-container-highest:#e1e3e4;--on-primary:#fff;--on-secondary:#fff;--on-tertiary:#fff;--on-surface:#191c1d;--on-surface-variant:#5d3f3c;--outline:#926f6b;--outline-variant:#e7bdb8;--font-display:"Plus Jakarta Sans", sans-serif;--font-body:"Inter", sans-serif;--spacing-1:.25rem;--spacing-2:.5rem;--spacing-3:.75rem;--spacing-4:1rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-12:3rem;--spacing-16:4rem;--shadow-ambient:0 24px 40px #191c1d0a;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:1rem;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--background);color:var(--on-surface);line-height:1.6}h1,h2,h3,h4,.display-font{font-family:var(--font-display)}.gradient-primary{background:linear-gradient(135deg, var(--primary), var(--primary-container))}.glass-morphism{-webkit-backdrop-filter:blur(16px);background:#f8f9fab3}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);margin:0}h1{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}h2{margin-bottom:1rem;font-size:2.25rem;font-weight:700;line-height:1.2}h3{margin-bottom:.75rem;font-size:1.5rem;font-weight:600;line-height:1.3}p{color:var(--on-surface-variant);font-size:1rem;line-height:1.6}.btn{border-radius:var(--radius-md);cursor:pointer;font-weight:600;font-family:var(--font-body);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--on-primary)}.btn-primary:hover{background:var(--primary-container);box-shadow:0 4px 12px #39275833}.btn-outline-primary{border:1.5px solid var(--primary);color:var(--primary);background:0 0}.btn-outline-primary:hover{background:#3927580d}.btn-secondary{background:var(--surface-container-high);color:var(--on-surface)}.section-padding{padding:6rem 0}.text-primary{color:var(--primary)}.mt-4{margin-top:1rem}.mb-8{margin-bottom:2rem}.badge-label{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:.25rem .625rem;font-size:.6875rem;font-weight:800}.badge-blue{color:#1565c0;background:#e3f2fd}.badge-red{color:var(--primary);background:#f3f0f7}@media (width<=768px){h1{font-size:2.5rem}h2{font-size:1.75rem}.section-padding{padding:4rem 0}.container{padding:0 1.5rem}}.navbar{z-index:1000;background:#fff;border-bottom:1px solid #eee;align-items:center;width:100%;height:72px;display:flex;position:fixed;top:0;left:0}.nav-content{width:100%;padding:0 1.5rem}.desktop-header-row{justify-content:space-between;align-items:center;gap:2rem;width:100%;display:flex}.logo{font-family:var(--font-display);align-items:baseline;text-decoration:none;display:flex}.navbar-logo-img{object-fit:contain;width:auto;height:48px}.nav-main-links{align-items:center;gap:2rem;display:flex}.nav-main-links>a,.clickpick-link{color:#333;cursor:pointer;align-items:center;gap:.5rem;font-size:14px;font-weight:600;text-decoration:none;display:flex}.nav-mega-menu{position:relative}.nav-dropdown-btn{color:#fff;cursor:pointer;background:#392758;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:10px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.nav-dropdown-btn:hover,.nav-dropdown-btn.active{background:#4a3472}.nav-dropdown-icon{transition:transform .2s}.nav-dropdown-icon.open{transform:rotate(270deg)}.nav-mega-panel{opacity:0;pointer-events:none;background:#fff;border:1px solid #e5e7eb;border-radius:24px;grid-template-columns:minmax(220px,260px) 1fr;gap:1.5rem;width:min(920px,100vw - 80px);padding:1.5rem;transition:opacity .2s,transform .2s;display:grid;position:absolute;top:calc(100% + 18px);left:0;transform:translateY(8px);box-shadow:0 24px 70px #0f172a2e}.nav-mega-panel.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-mega-panel__intro{background:linear-gradient(160deg,#f4effb 0%,#ede9fe 100%);border-radius:20px;flex-direction:column;gap:.9rem;padding:1.5rem;display:flex}.nav-mega-badge{color:#392758;letter-spacing:.06em;text-transform:uppercase;background:#3927581a;border-radius:999px;align-self:flex-start;padding:.45rem .7rem;font-size:.7rem;font-weight:800}.nav-mega-panel__intro h3{color:#140f1f;font-size:1.55rem;line-height:1.1}.nav-mega-panel__intro p{color:#4b5563;font-size:.95rem;line-height:1.6}.nav-mega-cta{color:#fff;background:#392758;border-radius:12px;justify-content:center;align-items:center;margin-top:auto;padding:.9rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.nav-mega-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:1rem;display:grid}.nav-mega-group{background:#fcfcfd;border:1px solid #e5e7eb;border-radius:18px;padding:1rem}.nav-mega-group__title{color:#111827;align-items:center;gap:.75rem;margin-bottom:.9rem;font-size:.95rem;font-weight:800;display:flex}.nav-mega-group__icon{color:#392758;background:#f4effb;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.nav-mega-group__links{gap:.18rem;display:grid}.nav-mega-link{color:#475569;border-radius:12px;padding:.45rem .85rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,transform .2s}.nav-mega-link:hover{color:#392758;background:#f4effb;transform:translate(2px)}.nav-mega-panel__feature{grid-column:1/-1}.nav-mega-panel__feature-card{color:#fff;background:linear-gradient(90deg,#0f172a,#1e293b);border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex}.nav-mega-feature__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#cbd5e1;margin-bottom:.35rem;font-size:.72rem;display:block}.nav-mega-panel__feature-card h4{font-size:.98rem;line-height:1.45}.nav-mega-feature__icon{background:#ffffff1f;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.text-green{color:#22c55e}.clickpick-link{background:#f3f4f6;border-radius:8px;padding:8px 12px}.nav-right-actions{align-items:center;gap:1.5rem;display:flex}.nav-search-form{opacity:0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:.6rem;width:0;padding:0 .9rem;transition:width .25s,opacity .2s,border-color .2s;display:flex;overflow:hidden}.nav-search-form.open{opacity:1;width:250px}.nav-search-form__icon{color:#64748b;flex-shrink:0}.nav-search-form input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;padding:.75rem 0;font-size:.92rem}.helpline-badge{flex-direction:column;align-items:center;display:flex}.helpline-label{color:#fff;background:#392758;border-radius:10px;margin-bottom:2px;padding:2px 8px;font-size:8px;font-weight:800}.helpline-number{color:#333;font-size:14px;font-weight:700}.search-btn-minimal{color:#4b5563;cursor:pointer;background:#e5e7eb;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:8px 16px;font-weight:600;display:flex}.search-btn-minimal.active{color:#392758;background:#ede9fe}.rotate-90{transform:rotate(90deg)}.mobile-header-row{justify-content:space-between;align-items:center;width:100%;display:flex}.mobile-nav-search{margin-top:.75rem;position:relative}.mobile-nav-search__icon{color:#64748b;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.mobile-nav-search input,.drawer-search input{box-sizing:border-box;width:100%;font:inherit;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;outline:none;padding:.85rem 1rem .85rem 2.6rem}.mobile-toggle,.mobile-search-toggle,.close-drawer{color:#000;cursor:pointer;background:0 0;border:none;padding:.5rem}.mobile-menu-drawer{z-index:2100;background:#fff;flex-direction:column;width:84%;max-width:360px;height:100vh;padding:0;transition:right .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000001a}.mobile-menu-drawer.open{right:0}.drawer-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:72px;padding:0 1.5rem;display:flex}.drawer-content{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.drawer-search{position:relative}.drawer-search__icon{color:#64748b;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.mobile-links-list{flex-direction:column;gap:1rem;display:flex}.mobile-links-list>a,.mobile-programs-toggle{color:#1a1a1a;background:#f8fafc;border:1px solid #0000;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s;display:flex}.mobile-links-list>a:hover,.mobile-programs-toggle:hover{background:#f1f5f9}.mobile-programs-menu{background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden}.mobile-programs-menu.open{border-color:#d8cfee}.mobile-programs-toggle{cursor:pointer;background:#f8fafc;width:100%}.mobile-programs-toggle__label{align-items:center;gap:12px;display:inline-flex}.mobile-programs-toggle__icon{transition:transform .2s}.mobile-programs-toggle__icon.open{transform:rotate(90deg)}.mobile-programs-panel{background:#fff;max-height:0;transition:max-height .3s;overflow:hidden}.mobile-programs-menu.open .mobile-programs-panel{max-height:560px}.mobile-programs-group{padding:1rem 1rem 0}.mobile-programs-group:last-child{padding-bottom:1rem}.mobile-programs-group strong{color:#392758;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem;font-size:.85rem;display:block}.mobile-programs-links{gap:.22rem;display:grid}.mobile-programs-links a{color:#475569;background:#f8fafc;border-radius:12px;padding:.55rem .9rem;font-size:.92rem;font-weight:600;text-decoration:none}.link-icon{color:#392758;text-transform:uppercase;background:#ede9fe;border-radius:10px;justify-content:center;align-items:center;min-width:42px;height:32px;font-size:.75rem;font-weight:800;display:inline-flex}.drawer-footer{border-top:1px solid #eee;flex-direction:column;gap:1.5rem;margin-top:auto;padding-top:1.5rem;display:flex}.mobile-helpline{flex-direction:column;display:flex}.mobile-helpline small{color:var(--muted);font-size:.75rem;font-weight:600}.mobile-helpline strong{color:#392758;font-size:1.25rem;font-weight:800}.drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2050;background:#0006;animation:.3s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=1100px){.nav-main-links{gap:1rem}.nav-right-actions{gap:.9rem}.nav-mega-panel{width:min(760px,100vw - 48px)}}@media (width>=769px){.mobile-only{display:none!important}}@media (width<=768px){.desktop-only{display:none!important}}:root{--red:#392758;--dark:#000b1d;--navy:#0a1628;--text:#1a1a1a;--muted:#64748b;--border:#e2e8f0;--bg-light:#f8fafc;--radius:12px;--radius-lg:20px}.hp{color:var(--text);font-family:Inter,Segoe UI,sans-serif;overflow-x:hidden}.section-gap{margin-top:0;padding:85px 0}.section-title{text-align:center;letter-spacing:-.02em;margin-bottom:32px;font-size:3.25rem;font-weight:900;line-height:1.1}.section-title .red,.red{color:var(--red)}.subtitle{color:var(--muted);text-align:center;max-width:700px;margin:-8px auto 40px;font-size:1.125rem;line-height:1.6}.text-center{text-align:center}.mt-8{margin-top:2rem}.btn-red-sm{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 18px;font-size:.8125rem;font-weight:700;transition:opacity .2s}.btn-red-sm:hover{opacity:.88}.btn-red-lg{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:14px 48px;font-size:1rem;font-weight:700;transition:opacity .2s,transform .2s;box-shadow:0 6px 20px #e31e244d}.btn-red-lg:hover{opacity:.9;transform:translateY(-2px)}.btn-red-full{background:var(--red);color:#fff;cursor:pointer;letter-spacing:1px;border:none;border-radius:8px;width:100%;padding:14px;font-size:1rem;font-weight:800;transition:opacity .2s}.btn-red-full:hover{opacity:.88}.tag-red{background:var(--red);color:#fff;text-transform:uppercase;border-radius:4px;margin-bottom:8px;padding:3px 10px;font-size:.6875rem;font-weight:700;display:inline-block}.hp-hero{background:radial-gradient(circle at top,#3927581a,#0000 35%),linear-gradient(#fbfbfc 0%,#f3f4f6 100%);border-bottom:1px solid #eceff3;position:relative;overflow:hidden}.hp-hero__corner{z-index:0;background:linear-gradient(135deg,#392758 0%,#52367f 100%);width:150px;height:100px;position:absolute}.hp-hero__corner:before{content:"";mix-blend-mode:multiply;background:radial-gradient(circle at 20% 20%,#ffffff2e,#0000 28%),radial-gradient(circle at 80% 70%,#0000000f,#0000 34%);position:absolute;inset:0}.hp-hero__corner--left{border-radius:0 0 90px;top:0;left:0}.hp-hero__corner--right{border-radius:0 0 0 90px;top:0;right:0}.hp-hero__burst{opacity:.95;z-index:0;background:radial-gradient(circle at 30% 30%,#ffffff2e,#0000 35%),linear-gradient(145deg,#392758 0%,#5d3a94 100%);border-radius:50%;width:210px;height:210px;position:absolute}.hp-hero__burst--center{top:34%;left:52%;transform:translate(-50%,-10%)}.hp-hero__inner{z-index:1;justify-content:space-between;align-items:center;gap:2.5rem;min-height:340px;padding-top:26px;padding-bottom:18px;display:flex;position:relative}.hp-hero__text{flex:1;max-width:540px;padding-left:2.5rem}.hp-hero__eyebrow{color:#42464d;max-width:410px;margin-bottom:8px;font-size:1.05rem;font-weight:500;line-height:1.25}.hp-hero__title{color:#392758;letter-spacing:-.04em;margin-bottom:22px;font-size:clamp(2.6rem,5vw,4rem);font-weight:900;line-height:1.05}.hp-hero__avatars{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:0;display:flex}.hp-hero__avatars img{object-fit:cover;border:3px solid #fff;border-radius:50%;width:40px;height:40px;margin-left:-10px;box-shadow:0 6px 18px #0f172a29}.hp-hero__avatars img:first-child{margin-left:0}.hp-hero__avatar-plus,.hp-hero__avatar-text{color:#fff;background:#b6b7ba;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:-10px;font-size:1.5rem;font-weight:500;display:inline-flex;box-shadow:0 6px 18px #0f172a29}.hp-hero__avatar-text{font-size:0}.hp-hero__avatar-text:before{content:"+";font-size:1.5rem}.hp-hero__badges{display:none}.badge-outline{border:1.5px solid var(--border);color:var(--text);background:#fff;border-radius:50px;padding:6px 14px;font-size:.8125rem;font-weight:600}.hp-hero__img{flex:0 0 420px;justify-content:flex-end;align-items:center;display:flex}.hp-hero__img-shell{background:#ffffffb8;border:1px solid #ffffffe6;border-radius:18px;width:100%;padding:10px;box-shadow:0 18px 42px #0f172a1f}.hp-hero__img img{object-fit:cover;object-position:center;border-radius:12px;width:100%;height:250px}.hp-hero__logo-strip{background:#fff;border-top:1px solid #eceff3;justify-content:center;align-items:center;gap:.5rem;padding:10px 8px;display:flex;overflow-x:auto}.hp-hero__logo-item{background:#fff;border:1px solid #e5e7eb;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:106px;height:34px;padding:4px 8px;display:flex}.hp-hero__logo-item img{object-fit:contain;max-width:100%;max-height:100%}.hp-explore__tabs{flex-wrap:wrap;gap:8px;margin:0 0 24px;display:flex}.hp-explore.section-gap{padding-top:100px}.hp-help.section-gap,.hp-trusted.section-gap,.hp-insights.section-gap,.hp-why.section-gap,.hp-blogs.section-gap,.hp-spec.section-gap,.hp-tips.section-gap,.hp-faq.section-gap,.hp-support.section-gap{padding-top:85px}.hp-explore__tab{border:2px solid var(--border);cursor:pointer;text-align:left;background:#fff;border-radius:8px;flex-direction:column;padding:10px 20px;transition:all .2s;display:flex}.hp-explore__tab strong{color:var(--text);font-size:.875rem;font-weight:700}.hp-explore__tab span{color:var(--muted);font-size:.75rem;font-weight:400}.hp-explore__tab.active{border-color:var(--red);background:#f3f0f7}.hp-explore__tab.active strong{color:var(--red)}.hp-explore__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.hp-course-card{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:#fff;flex-direction:column;gap:8px;padding:1.75rem 1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #0000000a}.hp-course-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #00000014}.hp-course-card__icon{margin-bottom:4px;font-size:1.75rem}.hp-course-card h3{font-size:1.125rem;font-weight:800}.hp-course-card p{color:var(--muted);flex-grow:1;font-size:.8125rem}.hp-help__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.hp-help__card{border-radius:var(--radius-lg);align-items:center;gap:1.5rem;min-height:140px;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden}.hp-help__card.is-clickable{cursor:pointer;transition:transform .2s,box-shadow .2s}.hp-help__card.is-clickable:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0f172a14}.hp-help__card--gold{background:linear-gradient(135deg,#fef9c3,#fde68a)}.hp-help__card--green{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.hp-help__card--blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.hp-help__card-text{z-index:1;flex:1}.hp-help__card-text h3{margin-bottom:8px;font-size:1.0625rem;font-weight:800;line-height:1.3}.hp-help__card-text p{color:#374151;font-size:.8125rem}.hp-help__card-img{border-radius:50%;flex-shrink:0;width:90px;height:90px;overflow:hidden}.hp-help__card-img img{object-fit:cover;width:100%;height:100%}.hp-trusted__grid{gap:1.5rem;padding-bottom:20px;display:flex;overflow-x:auto}.hp-trusted__card{border-radius:var(--radius);cursor:pointer;flex-shrink:0;width:220px;height:160px;position:relative;overflow:hidden}.hp-trusted__card img{object-fit:cover;width:100%;height:100%}.hp-trusted__overlay{background:linear-gradient(#0000 40%,#000000b3 100%);align-items:flex-end;padding:12px;display:flex;position:absolute;inset:0}.hp-trusted__overlay span{color:#fff;font-size:.75rem;font-weight:700}.hp-insights__card{border-radius:var(--radius-lg);background:#fff;align-items:center;gap:2rem;padding:2rem;display:flex;box-shadow:0 4px 24px #0000000f}.hp-insights__text{flex:1}.hp-insights__quote-mark{color:var(--red);margin-bottom:-1rem;font-family:Georgia,serif;font-size:5rem;line-height:1}.hp-insights__quote{color:#374151;margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.hp-insights__author strong{font-size:1rem;font-weight:800;display:block}.hp-insights__author span{color:var(--muted);font-size:.875rem}.hp-insights__img-frame{border-radius:var(--radius-lg);border:5px solid var(--red);flex-shrink:0;width:280px;height:320px;overflow:hidden}.hp-insights__img-frame img{object-fit:cover;width:100%;height:100%}.hp-why__tabs{border:2px solid var(--red);border-radius:10px;justify-content:center;max-width:500px;margin:0 auto 28px;display:flex;overflow:hidden}.hp-why__tab{cursor:pointer;color:var(--text);background:#fff;border:none;flex:1;padding:14px 12px;font-size:1rem;font-weight:700;transition:all .2s}.hp-why__tab.active{background:var(--red);color:#fff}.hp-why__content{grid-template-columns:1.3fr 1fr;align-items:center;gap:2.5rem;display:grid}.hp-why__illus img{object-fit:contain;width:100%;max-height:360px}.hp-why__card{border-radius:var(--radius-lg);background:#fff;padding:2.5rem;box-shadow:0 8px 32px #0000000f}.hp-why__card h3{margin-bottom:1.75rem;font-size:1.5rem;font-weight:800}.hp-why__list{flex-direction:column;gap:1.25rem;list-style:none;display:flex}.hp-why__list li{align-items:flex-start;gap:12px;font-size:1.0625rem;line-height:1.4;display:flex}.hp-why__list strong{font-weight:800}.hp-experts{background:var(--dark);padding:88px 0}.hp-experts__title{color:#fff;text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:800;line-height:1.2}.hp-experts__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid;position:relative}.hp-experts__card{background:#fff;border-radius:12px;transition:transform .25s;overflow:hidden}.hp-experts__card:hover{transform:translateY(-8px)}.hp-experts__img{aspect-ratio:3/4;overflow:hidden}.hp-experts__img img{object-fit:cover;object-position:top center;width:100%;height:100%}.hp-experts__info{text-align:center;border-top:1px solid #f1f5f9;padding:1.25rem}.hp-experts__info h4{margin-bottom:4px;font-size:1.0625rem;font-weight:800}.hp-experts__info p{color:var(--red);text-transform:uppercase;font-size:.8125rem;font-weight:700}.hp-blogs__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.hp-blog-card{border-radius:var(--radius-lg);background:#fff;flex-direction:column;transition:transform .25s;display:flex;overflow:hidden;box-shadow:0 4px 16px #0000000d}.hp-blog-card:hover{transform:translateY(-8px)}.hp-blog-card__thumb{aspect-ratio:4/3;position:relative;overflow:hidden}.hp-blog-card__thumb img{object-fit:cover;width:100%;height:100%}.hp-blog-card__overlay{flex-direction:column;justify-content:center;padding:1.25rem;display:flex;position:absolute;inset:0}.brand-tag{color:var(--red);margin-bottom:8px;font-size:.6875rem;font-weight:800;display:block}.red-banner-text{background:var(--red);color:#fff;-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:4px 10px;font-size:1rem;font-weight:900;line-height:1.5;display:inline}.hp-blog-card__body{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.hp-blog-card__body h3{margin-bottom:10px;font-size:1.0625rem;font-weight:800;line-height:1.3}.hp-blog-card__body p{color:var(--muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:12px;font-size:.8125rem;line-height:1.6;display:-webkit-box;overflow:hidden}.hp-blog-card__meta{color:var(--text);align-items:center;gap:8px;margin-bottom:12px;font-size:.75rem;font-weight:600;display:flex}.red-icon{color:var(--red)}.continue-reading{color:var(--red);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-top:auto;padding:0;font-size:.8125rem;font-weight:800;display:flex}.hp-spec__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.hp-spec__card{border-radius:var(--radius);aspect-ratio:4/3;cursor:pointer;position:relative;overflow:hidden}.hp-spec__card img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.hp-spec__card:hover img{transform:scale(1.05)}.hp-spec__label{color:#fff;background:linear-gradient(#0000,#000000bf);padding:16px 12px 12px;font-size:.875rem;font-weight:700;position:absolute;bottom:0;left:0;right:0}.hp-tips__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.watch-yt{padding:10px 20px}.hp-tips__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.hp-tips__card{aspect-ratio:9/16;border-radius:var(--radius-lg);cursor:pointer;border:4px solid #fff;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000001a}.hp-tips__card img{object-fit:cover;filter:brightness(.75);width:100%;height:100%;transition:filter .3s}.hp-tips__card:hover img{filter:brightness(.6)}.hp-tips__overlay{text-align:center;padding:1.5rem;position:absolute;top:0;left:0;right:0}.brand-tag-white{color:var(--red);letter-spacing:-.3px;margin-bottom:1rem;font-size:1.1rem;font-weight:800;display:block}.hp-tips__overlay h4{text-transform:uppercase;color:var(--red);-webkit-text-stroke:1px #ffffffb3;font-size:2rem;font-weight:900;line-height:.95}.hp-tips__play{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.play-tri{border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:13px solid var(--red);width:0;height:0;margin-left:3px}.hp-faq__list{flex-direction:column;gap:16px;display:flex}.hp-faq__item{border:1px solid var(--border);border-radius:var(--radius);background:#fff;transition:border-color .2s,box-shadow .2s;overflow:hidden}.hp-faq__item.open{border-color:var(--red);box-shadow:0 4px 16px #e31e2414}.hp-faq__q{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;display:flex}.hp-faq__q-left{color:var(--text);align-items:center;gap:14px;font-size:1rem;font-weight:700;display:flex}.hp-faq__icon{width:30px;height:30px;color:var(--red);background:#f3f0f7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hp-faq__a{color:var(--muted);padding:0 1.5rem 1.5rem 3.5rem;font-size:.9375rem;line-height:1.7}.hp-support__grid{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;display:grid}.hp-support__contacts{flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}.hp-support__contact-box{border:1px solid var(--border);border-radius:var(--radius);background:#fff;justify-content:space-between;align-items:center;min-height:76px;padding:1rem 1.25rem;display:flex;position:relative;overflow:hidden}.hp-support__contact-text{flex-direction:column;gap:3px;display:flex}.hp-support__contact-text strong{font-size:.9375rem;font-weight:800}.hp-support__contact-text span{color:var(--muted);font-size:.8125rem}.hp-support__contact-icon{background:var(--red);border-radius:50%;justify-content:flex-start;align-items:center;width:90px;height:90px;padding-left:18px;display:flex;position:absolute;top:50%;right:-20px;transform:translateY(-50%)}.hp-support__form-wrap{background:var(--bg-light);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:0 4px 16px #0000000a}.hp-support__form{flex-direction:column;gap:14px;display:flex}.hp-input,.hp-textarea{border:1px solid var(--border);background:#fff;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.hp-input:focus,.hp-textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px #e31e2414}.hp-textarea{resize:none;height:120px}.hp-otp-row{position:relative}.hp-otp-actions{cursor:pointer;gap:12px;font-size:.8125rem;font-weight:700;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.hp-otp-actions .link{color:var(--muted)}@media (width<=1024px){.section-gap{padding:56px 0}.section-title{margin-bottom:24px;font-size:2.25rem}.container{padding:0 32px}.hp-explore.section-gap,.hp-help.section-gap,.hp-trusted.section-gap,.hp-insights.section-gap,.hp-why.section-gap,.hp-blogs.section-gap,.hp-spec.section-gap,.hp-tips.section-gap,.hp-faq.section-gap,.hp-support.section-gap{padding-top:64px}.hp-hero__inner{gap:2rem;min-height:300px;padding-top:22px}.hp-hero__text{padding-left:1rem}.hp-hero__title{font-size:3rem}.hp-hero__img{flex-basis:360px}.hp-hero__img img{height:220px}.hp-hero__burst--center{width:170px;height:170px}.hp-explore__grid,.hp-help__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.hp-experts__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.section-gap{padding:44px 0}.container{padding:0 20px}.section-title{margin-bottom:16px;font-size:1.85rem;line-height:1.2}.subtitle{margin-bottom:24px;font-size:.95rem}.hp-explore.section-gap,.hp-help.section-gap,.hp-trusted.section-gap,.hp-insights.section-gap,.hp-why.section-gap,.hp-blogs.section-gap,.hp-spec.section-gap,.hp-tips.section-gap,.hp-faq.section-gap,.hp-support.section-gap{padding-top:52px}.hp-hero__inner{text-align:center;flex-direction:column;gap:1.25rem;min-height:auto;padding-top:26px;padding-bottom:18px}.hp-hero__corner{width:90px;height:62px}.hp-hero__corner--left{border-radius:0 0 48px}.hp-hero__corner--right{border-radius:0 0 0 48px}.hp-hero__burst--center{width:120px;height:120px;top:40%;left:50%}.hp-hero__title{margin-bottom:20px;font-size:2.5rem}.hp-hero__text{width:100%;max-width:100%;padding-left:0}.hp-hero__eyebrow{max-width:100%;font-size:.98rem}.hp-hero__avatars,.hp-hero__badges{justify-content:center}.hp-hero__img{z-index:1;width:100%;max-width:320px;margin:8px auto 0}.hp-hero__img img{height:210px;box-shadow:none;border-radius:12px}.hp-hero__logo-strip{background:#fff;gap:.5rem;padding:10px}.hp-explore__grid{grid-template-columns:1fr;gap:1.5rem}.hp-explore__tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:16px;padding-bottom:12px;display:flex;overflow-x:auto}.hp-explore__tabs::-webkit-scrollbar{display:none}.hp-explore__tab{flex-shrink:0;min-width:160px}.hp-help__grid{grid-template-columns:1fr;gap:1.25rem}.hp-help__card{min-height:120px;padding:1.5rem}.hp-help__card-img{width:70px;height:70px}.hp-trusted__grid{gap:1.25rem;padding-bottom:12px}.hp-trusted__card{width:180px;height:130px}.hp-insights__card{text-align:center;flex-direction:column-reverse;gap:2rem;padding:2rem 1.5rem}.hp-insights__img-frame{border-width:3px;width:140px;height:160px}.hp-insights__quote{font-size:1rem;line-height:1.6}.hp-experts__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hp-experts__info h4{font-size:.85rem}.hp-blogs__grid{grid-template-columns:1fr;gap:2rem}.hp-spec__grid,.hp-tips__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hp-tips__header{flex-direction:column;align-items:flex-start;gap:12px}.hp-why__tabs{border-width:1.5px;max-width:100%}.hp-why__tab{padding:10px;font-size:.9rem}.hp-why__content{gap:2.5rem;margin-top:32px}.hp-why__card{padding:1.5rem}.hp-support__grid{gap:4rem}.hp-support__form-wrap{padding:1.5rem}.hp-experts{padding:56px 0}.hp-support__grid{grid-template-columns:1fr;gap:2rem}.footer{padding-bottom:100px}}.listing-grid{grid-template-columns:280px 1fr;align-items:flex-start;gap:3rem;display:grid}.filters-sidebar{position:sticky;top:100px}.filter-title{margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.filter-subtitle{color:#888;margin-bottom:2rem;font-size:.8125rem}.filter-group{margin-bottom:2.5rem}.group-label{color:#aaa;letter-spacing:.1em;margin-bottom:1rem;font-size:.75rem;font-weight:800}.filter-options{flex-direction:column;gap:.75rem;display:flex}.filter-check{color:#444;cursor:pointer;align-items:center;gap:.75rem;font-size:.8125rem;font-weight:600;display:flex}.filter-check span{color:#ccc;margin-left:auto;font-weight:400}.filter-check.active{color:var(--primary)}.listing-top-bar{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.search-box-wide{background:#fff;border:1px solid #f0f0f0;border-radius:8px;align-items:center;padding:.5rem;display:flex;box-shadow:0 4px 15px #00000008}.search-icon{color:#888;margin-left:1rem}.search-box-wide input{border:none;outline:none;flex-grow:1;padding:0 1rem;font-size:.875rem}.search-btn{padding:.625rem 1.75rem}.category-chips{flex-wrap:wrap;gap:.75rem;display:flex}.chip{color:#666;cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;transition:all .2s}.chip.active{background:var(--primary);color:#fff;border-color:var(--primary)}.university-list{flex-direction:column;gap:1.5rem;display:flex}.uni-list-card{background:#fff;border:1px solid #f9f9f9;border-radius:12px;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000008}.card-left-img{flex-shrink:0;width:320px}.card-left-img img{object-fit:cover;width:100%;height:100%}.card-right-content{flex-direction:column;flex-grow:1;padding:1.5rem 2rem;display:flex}.card-header-row{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.uni-brand{align-items:center;gap:1rem;display:flex}.uni-logo-small{background:#f8f9fa;border-radius:6px;width:36px;height:36px;padding:4px}.uni-logo-small img{object-fit:contain;width:100%}.rating-row{align-items:center;gap:.25rem;margin-bottom:.25rem;display:flex}.rating-num{color:#888;margin-left:.5rem;font-size:.75rem}.uni-card-name{color:#000;font-size:1.25rem;font-weight:700}.badge-tag{border-radius:4px;padding:.25rem .5rem;font-size:.625rem;font-weight:800}.badge-tag.blue{color:#1565c0;background:#e3f2fd;margin-right:.5rem}.badge-tag.gray{color:#757575;background:#f5f5f5}.card-text{color:#666;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.card-footer-actions{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;display:flex}.footer-left-links{align-items:center;gap:1.5rem;display:flex}.footer-link{color:#777;cursor:pointer;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.pagination{justify-content:center;gap:.5rem;margin-top:4rem;display:flex}.btn-page{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex}.btn-page.active{background:var(--primary);color:#fff;border-color:var(--primary)}@media (width<=991px){.listing-grid{grid-template-columns:1fr}.uni-list-card{flex-direction:column}.card-left-img{width:100%;height:200px}.search-box-wide{flex-direction:column;gap:1rem;height:auto;padding:1rem}.search-btn{width:100%}}.detail-hero-banner{color:#fff;background-position:50%;background-size:cover;align-items:center;height:600px;display:flex;position:relative}.hero-banner-content{width:100%}.back-link-white{color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;text-decoration:none;display:flex;position:absolute;top:100px}.tagline{text-transform:uppercase;letter-spacing:.3em;opacity:.8;margin-bottom:1.5rem;font-size:1.125rem}.uni-name-big{margin-bottom:2.5rem;font-size:4rem;font-weight:800;line-height:1.1}.hero-stats-row{gap:4rem;display:flex}.h-stat{opacity:.9;flex-direction:column;font-size:.875rem;font-weight:600;display:flex}.h-stat span{margin-bottom:.25rem;font-size:1.5rem;font-weight:800;display:block}.placement-banner-blue{z-index:10;background:#001233;border-radius:20px;margin-top:-80px;padding:3rem 4rem;position:relative;box-shadow:0 10px 40px #00000026}.placement-content{justify-content:space-between;align-items:center;display:flex}.p-text h2{margin-bottom:.5rem;font-size:2.25rem}.text-white-dim{color:#fff9;max-width:500px;font-size:.9375rem}.p-images img{object-fit:cover;border-radius:12px;width:200px;height:120px}.detail-layout{grid-template-columns:1fr 380px;gap:5rem;margin-top:4rem;display:grid}.section-title{margin-bottom:1.5rem;font-size:2rem}.editorial-desc{color:#555;font-size:1.125rem;line-height:1.8}.programs-grid-main{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.p-card-red-border{border:1px solid #f0f0f0;border-top:4px solid var(--primary);background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000008}.p-card-title{margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.p-card-info{color:#777;flex-direction:column;gap:.25rem;margin-bottom:1.5rem;font-size:.8125rem;display:flex}.p-card-link{color:var(--primary);align-items:center;gap:.5rem;font-size:.8125rem;font-weight:700;text-decoration:none;display:flex}.testimonials-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;margin-top:3rem;display:grid}.test-card{text-align:center;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 15px #00000008}.test-text{color:#444;margin-top:1rem;font-size:.9375rem;font-style:italic}.test-author{color:#888;margin-top:1.5rem;font-size:.75rem;font-weight:700}.faq-list-simple{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.faq-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1.25rem 0;display:flex}.faq-row p{color:#333;font-size:.9375rem;font-weight:600}.inquiry-card-red{background:var(--primary);color:#fff;border-radius:20px;padding:3rem 2.5rem;position:sticky;top:100px}.inquiry-compact-form{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.inquiry-compact-form input{color:#fff;background:#ffffff1a;border:1.5px solid #fff3;border-radius:8px;outline:none;padding:.75rem 1rem}.inquiry-compact-form input::placeholder{color:#ffffff80}.sidebar-contact-info .c-info{color:#fffc;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.8125rem;font-weight:700;display:flex}.w-full{width:100%}.mt-12{margin-top:3rem}.text-888{color:#888}@media (width<=991px){.detail-layout{grid-template-columns:1fr;gap:4rem}.uni-name-big{font-size:2.5rem}.hero-stats-row{flex-wrap:wrap;gap:2rem}.inquiry-card-red{position:static}}:root{--red:#392758;--dark:#000b1d;--text:#1a1a1a;--muted:#64748b;--border:#e2e8f0;--bg:#f2f4f7;--white:#fff;--green:#16a34a;--radius:12px}.ul-page{background:var(--bg);min-height:100vh;color:var(--text);padding-bottom:120px;font-family:Inter,Segoe UI,sans-serif}.ul-search-bar{background:var(--white);border-bottom:1px solid var(--border);z-index:100;margin-bottom:20px;padding:14px 0;position:sticky;top:0;box-shadow:0 2px 8px #0000000d}.ul-search-bar__inner{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.ul-search-input-wrap{flex:1;min-width:260px;position:relative}.ul-search-icon{color:var(--muted);position:absolute;top:50%;left:13px;transform:translateY(-50%)}.ul-search-input{border:1.5px solid var(--border);border-radius:8px;outline:none;width:100%;padding:10px 16px 10px 40px;font-size:.9375rem;transition:border-color .2s}.ul-search-input:focus{border-color:var(--red)}.ul-search-clear{cursor:pointer;color:var(--muted);background:0 0;border:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.ul-search-stats{color:var(--muted);flex-wrap:wrap;align-items:center;gap:12px;font-size:.875rem;display:flex}.ul-active-tags{flex-wrap:wrap;gap:8px;display:flex}.ul-active-tag{border:1px solid var(--red);color:var(--red);cursor:pointer;background:#f3f0f7;border-radius:50px;align-items:center;gap:5px;padding:3px 10px;font-size:.75rem;font-weight:700;display:flex}.ul-filter-toggle-btn{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 18px;font-size:.875rem;font-weight:700;display:none}.ul-body{grid-template-columns:240px 1fr;align-items:start;gap:2rem;padding-top:2rem;display:grid}.ul-sidebar{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:1.5rem;position:sticky;top:80px}.ul-sidebar__header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.ul-sidebar__header h3{font-size:1.0625rem;font-weight:800}.ul-clear-all{color:var(--red);cursor:pointer;background:0 0;border:none;font-size:.8125rem;font-weight:700}.ul-filter-group{border-bottom:1px solid var(--border)}.ul-filter-group__head{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:13px 4px;font-size:.9375rem;font-weight:500;transition:color .2s;display:flex}.ul-filter-group__head.selected{color:var(--red);font-weight:700}.ul-filter-group__head:hover{color:var(--red)}.ul-clear-btn{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:1.25rem;padding:10px;font-size:.9375rem;font-weight:700;transition:opacity .2s}.ul-clear-btn:hover{opacity:.88}.ul-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.ul-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 2px 10px #0000000a}.ul-card:hover{transform:translateY(-6px);box-shadow:0 10px 30px #0000001a}.ul-card__img-wrap{aspect-ratio:16/9;position:relative;overflow:hidden}.ul-card__img-wrap img:first-child{object-fit:cover;width:100%;height:100%;transition:transform .3s}.ul-card:hover .ul-card__img-wrap img:first-child{transform:scale(1.04)}.ul-card__logo-badge{background:#fff;border-radius:6px;align-items:center;height:32px;padding:4px 8px;display:flex;position:absolute;bottom:10px;left:10px;box-shadow:0 2px 8px #00000026}.ul-card__logo-badge img{object-fit:contain;width:auto;height:22px}.ul-card__rating-badge{background:#fff;border-radius:6px;padding:4px 8px;position:absolute;bottom:10px;right:10px;box-shadow:0 2px 8px #00000026}.ul-stars{align-items:center;gap:2px;display:flex}.ul-stars__val{color:#92400e;margin-left:4px;font-size:.75rem;font-weight:700}.ul-card__body{flex-direction:column;flex-grow:1;gap:10px;padding:1.25rem;display:flex}.ul-card__title{color:var(--text);font-size:1.0625rem;font-weight:800;line-height:1.3}.ul-card__prospectus{color:var(--green);cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;align-self:flex-start;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:700;transition:background .2s;display:inline-flex}.ul-card__prospectus:hover{background:#bbf7d0}.ul-card__accreds{flex-wrap:wrap;flex-grow:1;gap:5px;display:flex}.ul-accred-tag{color:var(--muted);border:1px solid var(--border);border-radius:4px;padding:2px 7px;font-size:.6875rem;font-weight:500}.ul-card__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:4px;padding-top:10px;display:flex}.ul-compare-check{cursor:pointer;color:var(--muted);-webkit-user-select:none;user-select:none;align-items:center;gap:7px;font-size:.8125rem;font-weight:500;display:flex}.ul-compare-check input[type=checkbox]{width:15px;height:15px;accent-color:var(--red);cursor:pointer}.ul-view-btn{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:7px;padding:8px 18px;font-size:.8125rem;font-weight:700;transition:opacity .2s,transform .2s}.ul-view-btn:hover{opacity:.88;transform:translateY(-1px)}.ul-empty{text-align:center;color:var(--muted);padding:4rem 0;font-size:1rem}.link-red{color:var(--red);cursor:pointer;background:0 0;border:none;font-weight:700}.ul-compare-tray{background:var(--dark);color:#fff;z-index:200;animation:.25s slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000004d}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ul-compare-tray__inner{align-items:center;gap:2rem;max-width:1240px;margin:0 auto;padding:14px 24px;display:flex}.ul-compare-tray__inner>span{flex-shrink:0;font-size:.9rem;font-weight:700}.ul-compare-tray__cards{flex:1;gap:16px;display:flex;overflow-x:auto}.ul-compare-mini{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;flex-shrink:0;align-items:center;gap:8px;padding:6px 12px;font-size:.8125rem;display:flex}.ul-compare-mini img{object-fit:cover;border-radius:4px;width:32px;height:32px}.ul-compare-mini button{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.ul-compare-btn{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;padding:10px 28px;font-size:.9375rem;font-weight:700;transition:opacity .2s}.ul-compare-btn:hover{opacity:.88}@media (width<=1024px){.ul-body{grid-template-columns:200px 1fr}.ul-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.ul-page{padding-bottom:120px}.ul-search-bar{margin-bottom:12px}.ul-body{grid-template-columns:1fr;gap:1.5rem;padding-top:1rem}.ul-sidebar{z-index:3000;border-radius:0;width:85%;max-width:320px;padding:2rem 1.5rem;transition:left .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:-100%;overflow-y:auto}.ul-sidebar.open{left:0;box-shadow:10px 0 30px #0003}.ul-filter-toggle-btn{z-index:1500;background:var(--red);color:#fff;border-radius:50px;padding:12px 24px;font-weight:700;display:flex;position:fixed;bottom:80px;right:20px;box-shadow:0 4px 15px #39275866}.ul-grid{grid-template-columns:1fr;gap:1.25rem}.ul-search-bar{padding:10px 0}.ul-search-bar__inner{gap:10px}.ul-search-input-wrap{flex:1;min-width:auto}.ul-search-stats{display:none}.ul-card{border-radius:16px}.ul-card__body{padding:1rem}.ul-view-btn{border-radius:10px;padding:10px 20px}.ul-compare-tray{bottom:64px}}:root{--red:#392758;--dark:#000b1d;--text:#1a1a1a;--muted:#64748b;--border:#e2e8f0;--bg:#f8fafc;--white:#fff;--green:#16a34a;--radius:12px;--radius-lg:20px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.ud-page{background:var(--bg);color:var(--text);padding-bottom:120px;font-family:Inter,Segoe UI,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 24px}.red,.red-icon{color:var(--red)}.ud-btn-primary{background:var(--red);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:6px;padding:12px 28px;font-size:.9375rem;font-weight:700;transition:opacity .2s,transform .2s;display:inline-flex}.ud-btn-primary.sm{padding:8px 16px;font-size:.8125rem}.ud-btn-primary:hover{opacity:.88;transform:translateY(-1px)}.ud-btn-outline{color:var(--red);border:2px solid var(--red);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:10px 22px;font-size:.9375rem;font-weight:700;transition:all .2s;display:inline-flex}.ud-btn-outline:hover{background:var(--red);color:#fff}.ud-btn-outline.light{color:#fff;border-color:#fff}.ud-btn-outline.light:hover{color:var(--red);background:#fff}.ud-hero{background:var(--dark);position:relative;overflow:hidden}.ud-hero__banner{z-index:0;position:absolute;inset:0;overflow:hidden}.ud-hero__banner img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.ud-hero__banner-overlay{background:linear-gradient(90deg,#000b1df2 45%,#000b1d8c 100%);position:absolute;inset:0}.ud-hero__content{z-index:1;grid-template-columns:110px 1fr auto;align-items:center;gap:2rem;max-width:1200px;min-height:200px;margin:0 auto;padding:2.5rem 24px 2rem;display:grid;position:relative}.ud-hero__logo-box{background:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;padding:12px;display:flex;box-shadow:0 4px 20px #0000004d}.ud-hero__logo-box img{object-fit:contain;max-width:100%;max-height:100%}.ud-hero__tags{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.ud-accred-badge{color:#ff9090;text-transform:uppercase;background:#e31e2433;border:1px solid #e31e2466;border-radius:50px;padding:3px 10px;font-size:.6875rem;font-weight:700}.ud-hero__info h1{color:#fff;margin-bottom:6px;font-size:2.25rem;font-weight:900;line-height:1.1}.ud-tagline{color:#94a3b8;margin-bottom:12px;font-size:.9375rem}.ud-hero__meta{color:#cbd5e1;flex-wrap:wrap;align-items:center;gap:10px;font-size:.875rem;display:flex}.ud-stars{align-items:center;gap:2px;display:flex}.ud-stars span{color:#f59e0b;margin-left:4px;font-size:.875rem;font-weight:700}.ud-reviews{color:#94a3b8;font-size:.8125rem}.ud-separator{color:#475569}.ud-hero__actions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:12px;display:flex}.ud-helpline{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;align-items:center;gap:8px;padding:8px 14px;display:flex}.ud-helpline>svg{color:#94a3b8}.ud-helpline div{flex-direction:column;display:flex}.ud-helpline small{color:#94a3b8;font-size:.625rem}.ud-helpline strong{font-size:.875rem}.ud-stats-bar{z-index:1;background:var(--red);position:relative}.ud-stats-bar__inner{grid-template-columns:repeat(4,1fr);padding:0;display:grid}.ud-stat{color:#fff;border-right:1px solid #fff3;align-items:center;gap:14px;padding:18px 28px;display:flex}.ud-stat:last-child{border-right:none}.ud-stat__icon{background:#fff3;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.ud-stat strong{font-size:1.375rem;font-weight:900;display:block}.ud-stat span{opacity:.85;font-size:.75rem}.ud-sticky-nav{border-bottom:1px solid var(--border);z-index:100;background:#fff;position:sticky;top:0;box-shadow:0 2px 8px #0000000f}.ud-sticky-nav__inner{scrollbar-width:none;gap:0;display:flex;overflow-x:auto}.ud-sticky-nav__inner::-webkit-scrollbar{display:none}.ud-nav-link{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;padding:16px 22px;font-size:.875rem;font-weight:600;transition:color .2s,border-color .2s}.ud-nav-link.active{color:var(--red);border-bottom-color:var(--red)}.ud-nav-link:hover{color:var(--red)}.ud-body{padding-top:3rem}.ud-section{border-radius:var(--radius-lg);border:1px solid var(--border);background:#fff;margin-bottom:2rem;padding:2.5rem;scroll-margin-top:80px}.ud-section-title{margin-bottom:1.75rem;font-size:1.625rem;font-weight:800;line-height:1.2}.ud-about__text p{color:#374151;margin-bottom:1rem;font-size:1rem;line-height:1.8}.ud-about__text p:last-child{margin-bottom:0}.ud-accred-grid{flex-wrap:wrap;gap:1rem;display:flex}.ud-accred-card{color:var(--text);background:#f3f0f7;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:10px;padding:12px 20px;font-size:.9375rem;font-weight:700;display:flex}.ud-courses-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.ud-course-card{border:1px solid var(--border);border-radius:var(--radius);transition:transform .2s,box-shadow .2s;overflow:hidden}.ud-course-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #00000014}.ud-course-card__img{aspect-ratio:16/9;overflow:hidden}.ud-course-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.ud-course-card:hover .ud-course-card__img img{transform:scale(1.05)}.ud-course-card__body{padding:1.25rem}.ud-course-card__body h3{margin-bottom:10px;font-size:1.0625rem;font-weight:800}.ud-course-card__meta{color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.8125rem;display:flex}.ud-course-card__meta span{align-items:center;gap:4px;display:flex}.fee-badge{color:var(--green);background:#f0fdf4;border:1px solid #bbf7d0;border-radius:50px;padding:3px 10px;font-size:.75rem!important;font-weight:700!important}.ud-course-card__specs{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.spec-tag{background:var(--bg);border:1px solid var(--border);color:var(--muted);border-radius:6px;padding:3px 10px;font-size:.6875rem;font-weight:600}.ud-rankings-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.ud-rank-card{background:linear-gradient(135deg, var(--red) 0%, #392758 100%);color:#fff;border-radius:var(--radius);text-align:left;align-items:center;gap:1rem;padding:1.5rem;display:flex}.ud-rank-card__rank{flex-shrink:0;font-size:2rem;font-weight:900;line-height:1}.ud-rank-card__info strong{font-size:.9375rem;font-weight:800;display:block}.ud-rank-card__info span{opacity:.85;font-size:.75rem}.ud-why-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.ud-why-card{border:1px solid var(--border);border-radius:var(--radius);background:#f8fafc;align-items:flex-start;gap:14px;padding:1.25rem;transition:border-color .2s;display:flex}.ud-why-card:hover{border-color:var(--red);background:#f3f0f7}.ud-why-card svg{flex-shrink:0;margin-top:2px}.ud-why-card strong{margin-bottom:6px;font-size:.9375rem;font-weight:800;display:block}.ud-why-card p{color:var(--muted);font-size:.8125rem;line-height:1.6}.ud-campus-grid{grid-template-rows:repeat(2,200px);grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.ud-campus-img{border-radius:var(--radius);position:relative;overflow:hidden}.ud-campus-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.ud-campus-img:hover img{transform:scale(1.04)}.ud-campus-play{cursor:pointer;background:#00000059;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ud-placement-stats{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.ud-placement-stat{background:linear-gradient(135deg, var(--dark) 0%, #1e293b 100%);color:#fff;border-radius:var(--radius);text-align:center;padding:1.5rem}.ud-placement-stat strong{color:var(--red);margin-bottom:4px;font-size:1.75rem;font-weight:900;display:block}.ud-placement-stat span{opacity:.8;font-size:.8125rem}.ud-partners-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.ud-partner-logo{border:1px solid var(--border);border-radius:var(--radius);background:#fff;justify-content:center;align-items:center;height:72px;padding:16px;transition:box-shadow .2s;display:flex}.ud-partner-logo:hover{box-shadow:0 4px 16px #00000014}.ud-partner-logo img{object-fit:contain;max-width:100%;max-height:36px}.ud-admission-steps{align-items:flex-start;gap:0;margin-top:1rem;display:flex;position:relative}.ud-admission-steps:before{content:"";z-index:0;background:#fecaca;height:2px;position:absolute;top:22px;left:22px;right:22px}.ud-step{text-align:center;z-index:1;flex-direction:column;flex:1;align-items:center;padding:0 12px;display:flex;position:relative}.ud-step__num{background:var(--red);color:#fff;z-index:2;width:44px;height:44px;box-shadow:0 0 0 3px var(--red);border:3px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:16px;font-size:1.125rem;font-weight:900;display:flex}.ud-step__connector{display:none}.ud-step__body{padding:0}.ud-step__body strong{color:var(--text);margin-bottom:8px;font-size:.9375rem;font-weight:800;display:block}.ud-step__body p{color:var(--muted);font-size:.8125rem;line-height:1.6}.ud-faq-list{flex-direction:column;gap:10px;display:flex}.ud-faq-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s;overflow:hidden}.ud-faq-item.open{border-color:var(--red);background:#fff}.ud-faq-q{cursor:pointer;text-align:left;width:100%;color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:.9375rem;font-weight:700;transition:color .2s;display:flex}.ud-faq-item.open .ud-faq-q{color:var(--red)}.ud-faq-q svg{color:var(--red);flex-shrink:0}.ud-faq-a{color:var(--muted);padding:0 1.5rem 1.5rem;font-size:.9375rem;line-height:1.7}.ud-similar-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.ud-similar-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;transition:transform .2s;overflow:hidden}.ud-similar-card:hover{transform:translateY(-6px)}.ud-similar-card img{aspect-ratio:16/9;object-fit:cover;width:100%}.ud-similar-card__body{flex-direction:column;gap:8px;padding:1.25rem;display:flex}.ud-similar-card__body h3{font-size:1rem;font-weight:800}.fee-text{color:var(--green);font-size:.8125rem;font-weight:700}.ud-floating-cta{background:var(--dark);z-index:200;animation:.3s slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000004d}.ud-floating-cta__inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:16px 24px;display:flex}.ud-floating-cta__inner>div:first-child strong{color:#fff;font-size:1rem;font-weight:800;display:block}.ud-floating-cta__inner>div:first-child p{color:#94a3b8;font-size:.875rem}.ud-floating-cta__btns{flex-shrink:0;gap:12px;display:flex}@media (width<=1024px){.ud-hero__content{grid-template-columns:90px 1fr}.ud-hero__actions{flex-flow:wrap;grid-column:1/-1;justify-content:flex-start;align-items:center}.ud-courses-grid,.ud-rankings-grid{grid-template-columns:repeat(2,1fr)}.ud-partners-grid{grid-template-columns:repeat(4,1fr)}.ud-stats-bar__inner{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.ud-page{padding-bottom:140px}.ud-hero__content{grid-template-columns:80px 1fr;gap:1.25rem;min-height:auto;padding:2rem 20px 1.5rem}.ud-hero__actions{flex-direction:row;grid-column:1/-1;justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:1rem}.ud-hero__logo-box{border-radius:12px;width:80px;height:80px;padding:10px}.ud-hero__info h1{text-align:left;font-size:1.75rem}.ud-stats-bar__inner{grid-template-columns:repeat(2,1fr)}.ud-stat{border-bottom:1px solid #ffffff1a;gap:10px;padding:15px}.ud-stat:nth-child(2){border-right:none}.ud-section{border-left:none;border-right:none;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.ud-section-title{margin-bottom:1.25rem;font-size:1.4rem}.ud-courses-grid{grid-template-columns:1fr;gap:1.25rem}.ud-rankings-grid,.ud-why-grid{grid-template-columns:1fr;gap:1rem}.ud-campus-grid{grid-template-rows:auto;grid-template-columns:1fr;gap:.75rem}.ud-placement-stats{grid-template-columns:repeat(2,1fr);gap:10px}.ud-partners-grid{grid-template-columns:repeat(3,1fr);gap:10px}.ud-similar-grid{grid-template-columns:1fr;gap:1.25rem}.ud-floating-cta{bottom:64px}.ud-floating-cta__inner{gap:12px;padding:12px 20px}.ud-floating-cta__inner div:first-child{display:none}.ud-floating-cta__btns{width:100%}.ud-floating-cta__btns button{flex:1;justify-content:center}}@media (width<=600px){.ud-admission-steps{flex-direction:column;gap:0;padding-left:10px}.ud-admission-steps:before{width:3px;height:calc(100% - 44px);top:22px;left:32px;right:auto}.ud-step{text-align:left;flex-direction:row;align-items:flex-start;gap:1.5rem;padding:0 0 40px}.ud-step:last-child{padding-bottom:0}.ud-step__num{flex-shrink:0;width:40px;height:40px;margin-bottom:0;font-size:1rem}.ud-step__body strong{font-size:1rem}}.pd-page{color:#1a1a1a;background:#f6f7fb;padding-bottom:72px;font-family:Inter,Segoe UI,sans-serif}.pd-empty{background:#f6f7fb;place-items:center;min-height:calc(100vh - 72px);padding:2rem;display:grid}.pd-empty__card,.pd-section,.pd-sidebar__card,.pd-surface,.pd-mini-card,.pd-fact{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 12px 30px #0f172a0d}.pd-empty__card{text-align:center;max-width:460px;padding:2rem}.pd-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;font-weight:700;text-decoration:none;transition:transform .2s,opacity .2s,background .2s;display:inline-flex}.pd-btn:hover{transform:translateY(-1px)}.pd-btn--primary{color:#fff;background:#392758;padding:.95rem 1.25rem}.pd-btn--ghost{color:#fff;background:#ffffff24;border:1px solid #fff3;padding:.95rem 1.25rem}.pd-btn--secondary{color:#392758;background:#f3effa;padding:.9rem 1.1rem}.pd-hero{background:#0f0a19;position:relative;overflow:hidden}.pd-hero__media{position:absolute;inset:0}.pd-hero__media img{object-fit:cover;width:100%;height:100%}.pd-hero__overlay{background:linear-gradient(135deg,#392758f2 0%,#392758d1 45%,#0f0a19b8 100%);position:absolute;inset:0}.pd-hero__content{z-index:1;grid-template-columns:minmax(0,1fr) 340px;align-items:end;gap:2rem;min-height:410px;padding-top:3.5rem;padding-bottom:2.5rem;display:grid;position:relative}.pd-hero__copy{color:#fff;max-width:760px}.pd-chip{text-transform:uppercase;letter-spacing:.08em;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;margin-bottom:1rem;padding:.45rem .8rem;font-size:.75rem;display:inline-flex}.pd-hero__copy h1{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.3rem);line-height:1}.pd-hero__copy p{color:#ddd6f3;max-width:680px;font-size:1.05rem;line-height:1.75}.pd-hero__actions{flex-wrap:wrap;gap:.9rem;margin-top:1.5rem;display:flex}.pd-hero__panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:22px;padding:1.35rem}.pd-hero__panel h3{margin-bottom:1rem;font-size:1.1rem}.pd-hero__panel ul{gap:.8rem;margin-bottom:1.25rem;list-style:none;display:grid}.pd-hero__panel li{color:#efe9ff;gap:.65rem;line-height:1.5;display:flex}.pd-helpline{border-top:1px solid #ffffff26;align-items:center;gap:.75rem;padding-top:1rem;display:flex}.pd-helpline small{color:#d6cff0;font-size:.75rem;display:block}.pd-helpline strong{font-size:1rem;display:block}.pd-facts{z-index:2;margin-top:-32px;position:relative}.pd-facts__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.pd-fact{align-items:center;gap:.9rem;padding:1.1rem 1.2rem;display:flex}.pd-fact__icon{color:#392758;background:#f3effa;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.pd-fact small{color:#64748b;margin-bottom:.15rem;font-size:.75rem;display:block}.pd-fact strong{font-size:.95rem;line-height:1.4;display:block}.pd-sticky-nav{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f6f7fbeb;border-bottom:1px solid #e2e8f0;margin-top:1.5rem;position:sticky;top:72px}.pd-sticky-nav__inner{scrollbar-width:none;display:flex;overflow-x:auto}.pd-sticky-nav__inner::-webkit-scrollbar{display:none}.pd-sticky-nav__link{color:#64748b;white-space:nowrap;padding:1rem 1.1rem;font-weight:600;text-decoration:none}.pd-sticky-nav__link:hover{color:#392758}.pd-layout{grid-template-columns:minmax(0,1fr) 320px;gap:1.5rem;padding-top:2rem;display:grid}.pd-main{min-width:0}.pd-section{margin-bottom:1.5rem;padding:1.6rem;scroll-margin-top:140px}.pd-section h2{margin-bottom:1rem;font-size:1.55rem}.pd-section p{color:#475569;line-height:1.75}.pd-card-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.25rem;display:grid}.pd-card-grid--three{grid-template-columns:repeat(3,1fr)}.pd-mini-card{padding:1.2rem}.pd-mini-card svg{color:#392758;margin-bottom:.8rem}.pd-mini-card h3{margin-bottom:.6rem;font-size:1rem}.pd-list-grid{grid-template-columns:repeat(3,1fr);gap:.9rem;display:grid}.pd-list-card{background:#faf8fd;border:1px solid #ece7f6;border-radius:16px;align-items:flex-start;gap:.7rem;padding:1rem;display:flex}.pd-list-card svg{color:#392758;flex-shrink:0}.pd-two-col{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.pd-two-col--spaced{margin-top:1rem}.pd-surface{padding:1.2rem}.pd-surface h3{margin-bottom:.9rem;font-size:1rem}.pd-bullets,.pd-steps,.pd-plain-list{color:#475569;gap:.75rem;padding-left:1.15rem;line-height:1.6;display:grid}.pd-tag-cloud{flex-wrap:wrap;gap:.6rem;display:flex}.pd-tag{color:#334155;background:#f8fafc;border:1px solid #dbe3ee;border-radius:999px;align-items:center;padding:.45rem .75rem;font-size:.82rem;font-weight:600;display:inline-flex}.pd-tag--purple{color:#392758;background:#f3effa;border-color:#d8caef}.pd-surface--recruiters{margin-top:1rem}.pd-faqs{gap:.8rem;display:grid}.pd-faq{background:#fafbfd;border:1px solid #e2e8f0;border-radius:16px}.pd-faq.open{background:#fff;border-color:#cbbbe9}.pd-faq__q{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;gap:1rem;width:100%;padding:1rem 1.1rem;font-size:.95rem;font-weight:700;display:flex}.pd-faq__q svg{color:#392758;flex-shrink:0}.pd-faq__a{padding:0 1.1rem 1rem}.pd-sidebar{height:fit-content;position:sticky;top:150px}.pd-sidebar__card{margin-bottom:1rem;padding:1.3rem}.pd-sidebar__card h3{margin-bottom:.75rem;font-size:1.05rem}.pd-sidebar__card p{color:#475569;margin-bottom:1rem;line-height:1.7}.pd-sidebar__card--light{background:#faf8fd}.pd-note{color:#64748b;align-items:flex-start;gap:.65rem;margin-top:1rem;font-size:.82rem;display:flex}.pd-note svg{color:#392758;flex-shrink:0}@media (width<=1024px){.pd-hero__content,.pd-layout{grid-template-columns:1fr}.pd-facts__grid,.pd-list-grid,.pd-card-grid--three{grid-template-columns:repeat(2,1fr)}.pd-sidebar{position:static}}@media (width<=768px){.pd-hero__content{min-height:auto;padding-top:2.5rem}.pd-facts__grid,.pd-card-grid,.pd-list-grid,.pd-two-col,.pd-card-grid--three{grid-template-columns:1fr}.pd-sticky-nav{top:72px}.pd-section,.pd-sidebar__card,.pd-surface,.pd-mini-card,.pd-fact{border-radius:16px}}.ccg-page{color:#1f2937;background:#f7f6fb;min-height:100vh;padding-bottom:64px;font-family:Inter,Segoe UI,sans-serif}.ccg-hero{color:#fff;background:radial-gradient(circle at 100% 0,#5c3a9438,#0000 28%),linear-gradient(135deg,#392758 0%,#4a3472 100%)}.ccg-hero__inner{max-width:860px;padding-top:4rem;padding-bottom:4rem}.ccg-badge{letter-spacing:.08em;text-transform:uppercase;background:#ffffff24;border:1px solid #ffffff2e;border-radius:999px;margin-bottom:1rem;padding:.45rem .8rem;font-size:.75rem;display:inline-flex}.ccg-hero h1{margin-bottom:1rem;font-size:clamp(2.3rem,5vw,4.2rem);line-height:1.02}.ccg-hero p{color:#e8defc;max-width:700px;font-size:1.05rem;line-height:1.75}.ccg-section{margin-top:2rem}.ccg-intro-card,.ccg-step-card,.ccg-panel,.ccg-callout{background:#fff;border:1px solid #e5e7eb;border-radius:22px;box-shadow:0 10px 28px #0f172a0d}.ccg-intro-card{align-items:flex-start;gap:1rem;padding:1.4rem;display:flex}.ccg-intro-card svg{color:#392758;flex-shrink:0}.ccg-intro-card h2,.ccg-section__head h2,.ccg-panel h2,.ccg-callout h2{margin-bottom:.55rem;font-size:1.55rem}.ccg-intro-card p,.ccg-section__head p,.ccg-step-card p,.ccg-callout p{color:#64748b;line-height:1.75}.ccg-steps{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem;display:grid}.ccg-step-card{padding:1.3rem}.ccg-step-card__top{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ccg-step-number{color:#64748b;font-size:.82rem;font-weight:800}.ccg-step-icon{color:#392758;background:#f3effa;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.ccg-step-card h3{margin-bottom:.7rem;font-size:1.02rem;line-height:1.4}.ccg-grid-two{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.ccg-panel{padding:1.4rem}.ccg-panel--soft{background:#fbf9ff}.ccg-panel__title{align-items:center;gap:.7rem;margin-bottom:1rem;display:flex}.ccg-panel__title svg{color:#392758}.ccg-list{gap:.85rem;list-style:none;display:grid}.ccg-list li{color:#475569;align-items:flex-start;gap:.7rem;line-height:1.6;display:flex}.ccg-list svg{color:#392758;flex-shrink:0;margin-top:.2rem}.ccg-callout{border-left:6px solid #392758;padding:1.6rem}@media (width<=1024px){.ccg-steps{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.ccg-hero__inner{padding-top:3rem;padding-bottom:3rem}.ccg-steps,.ccg-grid-two{grid-template-columns:1fr}.ccg-intro-card,.ccg-step-card,.ccg-panel,.ccg-callout{border-radius:18px}}.emi-page{color:#1f2937;background:#f7f6fb;min-height:100vh;padding-bottom:64px;font-family:Inter,Segoe UI,sans-serif}.emi-hero{color:#fff;background:radial-gradient(circle at 100% 0,#5c3a9438,#0000 28%),linear-gradient(135deg,#392758 0%,#4a3472 100%)}.emi-hero__inner{max-width:860px;padding-top:4rem;padding-bottom:4rem}.emi-badge{letter-spacing:.08em;text-transform:uppercase;background:#ffffff24;border:1px solid #ffffff2e;border-radius:999px;margin-bottom:1rem;padding:.45rem .8rem;font-size:.75rem;display:inline-flex}.emi-hero h1{margin-bottom:1rem;font-size:clamp(2.3rem,5vw,4.2rem);line-height:1.02}.emi-hero p{color:#e8defc;max-width:700px;font-size:1.05rem;line-height:1.75}.emi-section{margin-top:2rem}.emi-grid{grid-template-columns:1.35fr 1fr;gap:1rem;display:grid}.emi-grid--three{grid-template-columns:repeat(3,1fr)}.emi-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:1.4rem;box-shadow:0 10px 28px #0f172a0d}.emi-card--soft{background:#fbf9ff}.emi-card__title{align-items:center;gap:.7rem;margin-bottom:1rem;display:flex}.emi-card__title svg{color:#392758}.emi-card__title h2{font-size:1.35rem}.emi-form{gap:1rem;display:grid}.emi-field{gap:.45rem;display:grid}.emi-field span{color:#475569;font-size:.92rem;font-weight:600}.emi-field input{border:1px solid #d9deea;border-radius:12px;outline:none;width:100%;padding:.85rem 1rem;font-size:1rem}.emi-field input:focus{border-color:#392758;box-shadow:0 0 0 3px #39275814}.emi-results{grid-template-columns:repeat(3,1fr);gap:.85rem;margin-top:1.25rem;display:grid}.emi-result-box{background:#f3effa;border:1px solid #ddd3f0;border-radius:16px;padding:1rem}.emi-result-box small{color:#64748b;margin-bottom:.45rem;display:block}.emi-result-box strong{color:#392758;font-size:1.1rem}.emi-list{gap:.9rem;list-style:none;display:grid}.emi-list li{color:#475569;align-items:flex-start;gap:.7rem;line-height:1.65;display:flex}.emi-list svg{color:#392758;flex-shrink:0;margin-top:.2rem}.emi-card p{color:#64748b;line-height:1.75}@media (width<=1024px){.emi-grid,.emi-grid--three{grid-template-columns:1fr}}@media (width<=768px){.emi-hero__inner{padding-top:3rem;padding-bottom:3rem}.emi-results{grid-template-columns:1fr}.emi-card{border-radius:18px}}.placement-page{background:radial-gradient(circle at top,#39275814,#0000 32%),linear-gradient(#f9f7fc 0%,#fff 26%,#f7f4fb 100%);min-height:100vh}.placement-hero{padding:4.5rem 0 2rem}.placement-hero__inner{color:#fff;background:linear-gradient(135deg,#392758fa,#533a7df0);border-radius:32px;padding:3rem;box-shadow:0 28px 70px #39275833}.placement-badge{letter-spacing:.04em;text-transform:uppercase;background:#ffffff24;border:1px solid #ffffff38;border-radius:999px;align-items:center;padding:.45rem .9rem;font-size:.85rem;font-weight:700;display:inline-flex}.placement-hero h1{margin:1rem 0 .9rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.placement-hero p{color:#ffffffdb;max-width:760px;margin:0;font-size:1.02rem;line-height:1.75}.placement-section{padding-bottom:2rem}.placement-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:1.5rem;display:grid}.placement-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.placement-card,.placement-panel{background:#fffffff0;border:1px solid #3927581a;border-radius:28px;padding:1.6rem;box-shadow:0 18px 40px #21183412}.placement-card--feature{background:linear-gradient(#fffffffa,#f4effbeb)}.placement-card--soft{background:linear-gradient(#f3effbf2,#fffffff5)}.placement-card__title{color:#392758;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.placement-card__title h2,.placement-panel h2{margin:0;font-size:1.15rem}.placement-card p{color:#5f5a6b;margin:0;line-height:1.75}.placement-list{gap:.9rem;margin:0;padding:0;list-style:none;display:grid}.placement-list li{color:#2f2a3a;align-items:flex-start;gap:.7rem;line-height:1.65;display:flex}.placement-list svg{color:#392758;flex-shrink:0;margin-top:.2rem}.placement-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.25rem;display:grid}.placement-mini-box{background:#f6f1ff;border-radius:20px;padding:1rem 1.1rem}.placement-mini-box small{color:#6d6880;margin-bottom:.35rem;display:block}.placement-mini-box strong{color:#392758}@media (width<=960px){.placement-grid,.placement-grid--three{grid-template-columns:1fr}.placement-hero__inner{padding:2.2rem}}@media (width<=640px){.placement-hero{padding:3.25rem 0 1.5rem}.placement-hero__inner,.placement-card,.placement-panel{border-radius:24px;padding:1.25rem}.placement-mini-grid{grid-template-columns:1fr}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.mobile-bottom-tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:64px;padding-bottom:env(safe-area-inset-bottom);z-index:2000;background:#fffffff2;border-top:1px solid #e5e7eb;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000000d}.tab-item{color:#6b7280;flex-direction:column;align-items:center;gap:4px;font-size:10px;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.tab-item.active{color:var(--primary)}.mobile-only{display:none!important}.whatsapp-float{z-index:2300;color:#fff;background:linear-gradient(135deg,#1faa59,#159447);border-radius:999px;align-items:center;gap:.7rem;padding:.85rem 1.15rem .85rem .85rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 18px 36px #15944747}.whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 22px 40px #15944757}.whatsapp-float__icon{background:#ffffff29;border-radius:999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:inline-flex}.whatsapp-float__text{letter-spacing:.01em;font-size:.95rem;font-weight:800}@media (width<=768px){.mobile-only{display:flex!important}.desktop-only{display:none!important}main{padding-bottom:72px!important}.whatsapp-float{padding-right:1rem;bottom:5.5rem;right:1rem}}@media (width>=769px){.mobile-bottom-tabs{display:none!important}}.lead-modal{z-index:4000;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.lead-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#110c1b94;position:absolute;inset:0}.lead-modal__panel{z-index:1;background:radial-gradient(circle at 100% 0,#60488c2e,#0000 34%),linear-gradient(#fff 0%,#f8f4ff 100%);border:1px solid #3927581f;border-radius:28px;width:min(100%,460px);padding:2rem;position:relative;box-shadow:0 28px 80px #19132542}.lead-modal__close{color:#392758;cursor:pointer;background:#39275814;border:0;border-radius:999px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:inline-flex;position:absolute;top:1rem;right:1rem}.lead-modal__eyebrow{color:#392758;text-transform:uppercase;letter-spacing:.05em;background:#39275814;border-radius:999px;padding:.45rem .85rem;font-size:.78rem;font-weight:800;display:inline-flex}.lead-modal__panel h2{color:#221834;margin:.9rem 0 .6rem}.lead-modal__panel p{color:#5d5769;margin:0 0 1.2rem}.lead-modal__form{gap:1rem;display:grid}.lead-modal__field{gap:.45rem;display:grid}.lead-modal__field span{color:#392758;font-size:.9rem;font-weight:700}.lead-modal__field input{box-sizing:border-box;width:100%;font:inherit;color:#221834;background:#fff;border:1px solid #39275824;border-radius:16px;outline:none;padding:.95rem 1rem;transition:border-color .2s,box-shadow .2s}.lead-modal__field input:focus{border-color:#392758;box-shadow:0 0 0 4px #3927581a}.lead-modal__error{color:#b42318;margin:-.2rem 0 0;font-size:.9rem}.lead-modal__submit{font:inherit;color:#fff;cursor:pointer;background:linear-gradient(135deg,#392758,#51367a);border:0;border-radius:16px;padding:1rem 1.1rem;font-weight:700;box-shadow:0 16px 30px #39275838}@media (width<=640px){.lead-modal{padding:1rem}.lead-modal__panel{border-radius:24px;padding:1.35rem}}
