html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
:root{--foreground:#10212b;--foreground-background:#cfe9ef;--foreground-light:#eef6f3;--support:#5c8fa0;--contrast-primary:#d8422f;--contrast:#ef9b2d;--background:#f7faf8;--ink-muted:#53636b;--surface:#fff;--line:#d7e4df;--future-dark:#0b1b22;--lp-ink:#10212b;--lp-line:#dce8e4;--lp-surface:#fff;--lp-deep:#0c2730;--lp-accent:#d8422f;--lp-accent-2:#ef9b2d;--lp-green:#2f7d62}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}ul{list-style:none}ul,ol{margin:30px}li{margin:10px 0}p,li{margin-bottom:10px;font-size:18px;line-height:25px}.nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);z-index:20;background:#ffffffd9;position:sticky;top:0;box-shadow:0 14px 30px #10212b14}.nav-row{justify-content:space-between;align-items:center;gap:24px;padding:14px 32px;display:flex}.nav-hamburger{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:8px 10px;display:none}.nav-hamburger span{background:var(--future-dark);border-radius:2px;width:20px;height:2px;transition:transform .22s,opacity .22s;display:block}.nav-hamburger-open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger-open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-drawer{max-height:0;transition:max-height .32s;overflow:hidden}.nav-open .nav-drawer{max-height:400px}.nav-drawer-links{flex-direction:column;gap:2px;margin:0;padding:10px 16px 0;list-style:none;display:flex}.nav-drawer-links li{margin:0}.nav-drawer-links a{color:var(--future-dark);border-radius:8px;padding:12px 14px;font-size:16px;font-weight:800;transition:background .15s,color .15s;display:block}.nav-drawer-links a:hover{color:var(--contrast-primary);background:#edf6f2}.nav-drawer-cta{padding:12px 16px 18px}.nav-drawer-cta .primary-link{justify-content:center;width:100%;display:flex}.nav-brand{flex:none;align-items:center;min-height:48px;display:inline-flex}.nav-logo{object-fit:contain;width:150px;height:auto;max-height:48px;display:block}.nav-links{justify-content:center;align-items:center;gap:8px;margin:0;display:flex}.nav-links li{margin:0}.nav-links a{color:var(--future-dark);white-space:nowrap;border-radius:8px;padding:12px 14px;font-size:15px;font-weight:800;line-height:1;transition:all .2s;display:inline-flex}.nav-links a:hover{color:var(--contrast-primary);background:#edf6f2}.blog-wrapper{justify-content:center;align-items:flex-start;display:flex}.blog-body{width:70%;padding:80px 30px}.blog-sidebar{width:30%}.blog-title{margin-bottom:20px;font-size:45px}.sub-headings{margin:50px 0 20px;font-size:30px}.hero{background-color:var(--foreground);color:var(--background);padding:80px 20px}.hero h1{margin-bottom:20px;font-size:45px}.hero-content{width:80%}.heroBtn{color:var(--background);background-color:var(--contrast-primary);cursor:pointer;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;margin:0 5px;padding:12px 22px;font-size:16px;transition:all .5s;display:inline-flex}.heroBtn:hover{background-color:var(--contrast)}.home-page{background:linear-gradient(90deg,#dbe9e4 1px,#0000 1px) 0 0/48px 48px,linear-gradient(#dbe9e4 1px,#0000 1px) 0 0/48px 48px,linear-gradient(145deg,#f7faf8 0%,#edf6f2 44%,#fdf7ec 100%)}.home-hero{grid-template-columns:minmax(0,1.02fr) minmax(320px,.78fr);align-items:center;gap:48px;min-height:calc(100vh - 88px);padding:76px 5vw 42px;display:grid}.home-hero-content{max-width:760px}.eyebrow{color:var(--contrast-primary);letter-spacing:0;text-transform:uppercase;margin-bottom:14px;font-size:14px;font-weight:800}.home-hero h1{color:var(--future-dark);margin-bottom:26px;font-size:clamp(48px,8vw,96px);line-height:.95}.hero-copy{color:var(--ink-muted);max-width:690px;font-size:21px;line-height:1.55}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.primary-link,.secondary-link,.read-more-link{border-radius:8px;justify-content:center;align-items:center;min-height:46px;padding:12px 20px;font-weight:800;display:inline-flex}.primary-link{background:var(--future-dark);color:#fff;box-shadow:0 16px 32px #10212b2b}.secondary-link{border:1px solid var(--line);color:var(--foreground);background:#fff}.hero-visual{background:radial-gradient(circle at 72% 24%,#ef9b2d33 0,#0000 22%),linear-gradient(145deg,#10212b,#0f3440 52%,#1d4a4a);border:1px solid #c7dbd5;border-radius:8px;min-height:430px;position:relative;overflow:hidden;box-shadow:0 28px 70px #10212b30}.hero-visual:before{content:"";border:1px solid #ffffff24;border-radius:8px;position:absolute;inset:24px}.hero-globe{filter:invert();opacity:.8;width:170px;height:170px;position:absolute;top:54px;right:42px}.signal-panel{z-index:2;background:#f7faf8f0;border:1px solid #fff;border-radius:8px;width:min(78%,360px);padding:22px;position:absolute;bottom:42px;left:34px}.signal-header{justify-content:space-between;gap:18px;margin-bottom:24px;display:flex}.signal-header span,.post-meta,.metric-grid span{color:var(--ink-muted);font-size:14px;font-weight:700}.signal-header strong{color:var(--contrast-primary);font-size:34px}.signal-bars{grid-template-columns:repeat(4,1fr);align-items:end;gap:10px;height:120px;display:grid}.signal-bars span{background:linear-gradient(#ef9b2d,#d8422f);border-radius:8px 8px 2px 2px;min-height:40%}.signal-bars span:nth-child(2){min-height:68%}.signal-bars span:nth-child(3){min-height:88%}.signal-bars span:nth-child(4){min-height:56%}.insight-chip{color:var(--future-dark);z-index:3;background:#fff;border:1px solid #d7e4df;border-radius:8px;padding:10px 14px;font-size:14px;font-weight:800;position:absolute}.insight-chip-top{top:250px;right:34px}.insight-chip-bottom{top:54px;left:52px}.trust-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;grid-template-columns:repeat(3,1fr);display:grid}.trust-item{align-items:center;gap:14px;padding:24px 5vw;display:flex}.trust-item+.trust-item{border-left:1px solid var(--line)}.trust-item span{background:var(--contrast-primary);border-radius:50%;flex:none;width:12px;height:12px;box-shadow:0 0 0 7px #d8422f1a}.trust-item p{margin-bottom:0;font-size:16px;font-weight:800;line-height:1.4}.home-section{padding:82px 5vw}.section-heading{max-width:720px;margin-bottom:30px}.section-heading h2,.section-heading h1,.editorial-copy h2{color:var(--future-dark);margin-bottom:18px;font-size:clamp(32px,4vw,54px);line-height:1.04}.post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.post-card{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;justify-content:space-between;min-height:330px;padding:26px;display:flex;box-shadow:0 18px 42px #10212b12}.post-meta{justify-content:space-between;gap:14px;margin-bottom:22px;display:flex}.post-card h2,.post-card h3{color:var(--future-dark);margin-bottom:16px;font-size:25px;line-height:1.15}.post-card p,.editorial-copy p{color:var(--ink-muted);line-height:1.6}.read-more-link{border:1px solid var(--line);color:var(--future-dark);background:#edf6f2;align-self:flex-start;margin-top:24px}.editorial-section{border-top:1px solid var(--line);background:#fff;grid-template-columns:minmax(0,.95fr) minmax(320px,.75fr);align-items:center;gap:42px;display:grid}.metric-grid{border:1px solid var(--line);border-radius:8px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.metric-grid div{background:#f7faf8;flex-direction:column;justify-content:center;min-height:160px;padding:24px;display:flex}.metric-grid div+div{border-left:1px solid var(--line)}.metric-grid strong{color:var(--contrast-primary);margin-bottom:8px;font-size:40px}.category-cards-holder{flex-wrap:wrap;justify-content:flex-start;align-items:center;display:flex}.category-card{background-color:var(--foreground-light);border:1px solid var(--support);border-radius:10px;flex-direction:column;flex-grow:1;justify-content:space-between;align-items:flex-start;max-width:300px;height:180px;margin:0 10px 10px 0;padding:20px;display:flex}.section{padding:80px 30px 0}.read-more-btn{background-color:var(--contrast-primary);color:var(--background);cursor:pointer;border:none;border-radius:5px;padding:10px 20px;transition:all .5s}.read-more-btn:hover{background-color:var(--contrast)}.section-title{margin-bottom:20px;font-size:40px}.footer{text-align:center;background-color:var(--foreground-light);color:var(--foreground);border-top:1px solid var(--support);margin-top:20px;padding:20px;font-size:20px;font-weight:900;box-shadow:10px 10px 20px #00000080}table{border-collapse:collapse;background:#fff;width:100%;margin:10px 0}th,td{border:1px solid var(--line);text-align:left;padding:12px}th{background-color:var(--contrast);color:var(--background)}.content-image{margin:28px 0}.content-image img{border:1px solid var(--line);border-radius:8px;width:100%;height:auto;display:block}.content-image figcaption{color:var(--ink-muted);margin-top:8px;font-size:14px}.table-wrapper{margin:28px 0;overflow-x:auto}.faq-block{margin-top:32px}details{border:1px solid var(--line);background:#fff;border-radius:8px;margin-bottom:12px;padding:16px 18px}summary{color:var(--future-dark);cursor:pointer;font-size:18px;font-weight:800}details p{color:var(--ink-muted);margin-top:12px}.cta-section{border:1px solid var(--line);background:#fff;border-radius:8px;margin:34px 0;padding:26px}.lead-form{border:1px solid var(--line);background:#fff;border-radius:8px;gap:16px;margin-top:34px;padding:26px;display:grid;box-shadow:0 18px 42px #10212b12}.lead-form .sub-headings{margin:0 0 4px}.lead-form input,.lead-form textarea{border:1px solid var(--line);color:var(--foreground);font:inherit;border-radius:8px;width:100%;padding:12px 14px}.lead-form .heroBtn{justify-self:start;margin:0}.blog-wrapper{background:linear-gradient(90deg,#dbe9e4 1px,#0000 1px) 0 0/56px 56px,linear-gradient(#dbe9e4 1px,#0000 1px) 0 0/56px 56px,linear-gradient(145deg,#f7faf8 0%,#edf6f2 48%,#fff7ea 100%);padding:44px 20px 70px}.blog-body{border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;max-width:940px;padding:0 0 42px;overflow:hidden;box-shadow:0 24px 70px #10212b17}.blog-hero{background:linear-gradient(135deg, #10212bf2, #16404a 58%, #2f7d62), var(--future-dark);min-height:390px;padding:70px clamp(24px,6vw,72px);position:relative}.blog-hero:before{content:"";opacity:.06;pointer-events:none;z-index:0;background-image:url(../media/trophy_bg.0xt-x6i5fhut3.png);background-repeat:repeat;background-size:200%;position:absolute;inset:0}.blog-hero:after{content:"";pointer-events:none;border:1px solid #ffffff24;border-radius:8px;position:absolute;inset:22px}.blog-hero .hero-content{z-index:1;width:100%;max-width:760px;position:relative}.blog-kicker{border:1px solid #ffffff42;margin-bottom:18px;font-weight:800}.blog-hero h1{max-width:820px;font-size:clamp(38px,5vw,64px);line-height:1.02}.blog-hero p{color:#e7f2ef;max-width:690px;font-size:20px;line-height:1.6}.blog-hero-trust{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.blog-hero-trust span,.section-eyebrow{align-items:center;gap:8px;display:inline-flex}.blog-hero-trust span{color:#fff;background:#ffffff14;border:1px solid #ffffff2e;border-radius:8px;padding:10px 12px;font-size:14px;font-weight:800}.blog-heading-block,.blog-subheading-block,.blog-body>.blog-paragraph,.content-image,.table-wrapper,.faq-block,.cta-section,.lead-form{margin-left:clamp(22px,6vw,72px);margin-right:clamp(22px,6vw,72px)}.blog-heading-block{align-items:flex-start;gap:14px;margin-top:52px;display:flex}.heading-marker{background:var(--contrast-primary);border-radius:99px;flex:none;width:12px;height:12px;margin-top:11px;box-shadow:0 0 0 7px #d8422f1a}.blog-heading-block h2{color:var(--future-dark);margin:0;font-size:clamp(22px,3vw,28px);font-weight:800;line-height:1.2}.blog-subheading-block{align-items:flex-start;gap:11px;margin-top:34px;display:flex}.subheading-marker{background:var(--contrast);border-radius:99px;flex:none;width:9px;height:9px;margin-top:8px;box-shadow:0 0 0 5px #ef9b2d18}.blog-subheading-block h3{color:var(--future-dark);margin:0;font-size:clamp(18px,2.5vw,21px);font-weight:700;line-height:1.3}.blog-paragraph{color:var(--ink-muted);margin-top:24px;font-size:18px;line-height:1.75}.image-frame{border:1px solid var(--line);background:#edf6f2;border-radius:8px;padding:8px;overflow:hidden}.content-image img{border:0}.content-image figcaption{padding:0 4px}.table-wrapper .ant-table-wrapper{border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 14px 34px #10212b0f}.table-wrapper .ant-table{color:var(--foreground)}.faq-block .sub-headings,.cta-section .sub-headings,.lead-form .sub-headings{color:var(--future-dark);margin:8px 0 10px;line-height:1.18}.blog-collapse{background:0 0;border:0}.blog-collapse .ant-collapse-item{border:1px solid var(--line);background:#fff;border-radius:8px;margin-bottom:12px;overflow:hidden}.faq-question{color:var(--future-dark);align-items:center;gap:10px;font-weight:800;display:flex}.blog-collapse p{color:var(--ink-muted);margin-bottom:0;line-height:1.65}.section-eyebrow{color:var(--contrast-primary);text-transform:uppercase;font-size:13px;font-weight:900}.cta-section{background:linear-gradient(135deg,#fff 0%,#f7faf8 62%,#fff7ea 100%);justify-content:space-between;align-items:center;gap:22px;margin-top:42px;display:flex}.cta-section p,.lead-form p{color:var(--ink-muted);margin-bottom:0;line-height:1.6}.cta-link-button,.lead-form-submit{flex:none}.cta-link-button{background:var(--contrast-primary);border:1px solid var(--contrast-primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:11px 20px;font-size:16px;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:0 16px 32px #10212b2b}.cta-link-button:hover{background:var(--contrast);border-color:var(--contrast);color:#fff}.lead-form{display:block}.lead-form form{gap:18px;margin-top:22px;display:grid}.lead-form label{color:var(--future-dark);gap:8px;font-weight:800;display:grid}.lead-form input,.lead-form textarea{border:1px solid var(--soft-border);color:var(--future-dark);font:inherit;background:#fff;border-radius:8px;width:100%;min-height:44px;padding:10px 12px}.lead-form textarea{resize:vertical}.lead-form-control{border:1px solid var(--soft-border);background:#fff;border-radius:8px;align-items:center;gap:10px;min-height:44px;padding:0 12px;display:flex}.lead-form-control input{border:0;border-radius:0;min-height:42px;padding:0}.lead-form-control input:focus,.lead-form textarea:focus{outline-offset:2px;outline:2px solid #d8422f33}.lead-form-submit{background:var(--contrast-primary);border:1px solid var(--contrast-primary);color:#fff;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:11px 20px;font-size:16px;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:0 16px 32px #10212b2b}.lead-form-submit:hover{background:var(--contrast);border-color:var(--contrast)}.blog-sidebar{padding:30px 10px}.blog-sidebar h2{margin-bottom:20px;font-size:25px}.blog-sidebar .category-cards-holder{justify-content:center}@media only screen and (max-width:820px){.hero-content{width:100%}.hero h1{font-size:35px}.blog-wrapper{flex-direction:column}.blog-body{width:100%;padding:30px}.blog-sidebar{width:100%}.blog-title{font-size:40px}.nav-row{padding:12px 18px}.nav-brand{min-height:42px}.nav-logo{width:132px;max-height:42px}.nav-links{display:none}.nav-hamburger{display:flex}.home-hero,.editorial-section{grid-template-columns:1fr}.home-hero{gap:30px;min-height:auto;padding:48px 22px 28px}.hero-copy{font-size:18px}.hero-visual{min-height:360px}.trust-band,.post-grid,.metric-grid{grid-template-columns:1fr}.trust-item+.trust-item,.metric-grid div+div{border-left:none;border-top:1px solid var(--line)}.home-section{padding:54px 22px}.post-card{min-height:auto}.blog-wrapper{padding:22px 12px 48px}.blog-body{padding:0 0 32px}.blog-hero{min-height:auto;padding:52px 24px}.blog-hero h1{font-size:36px}.blog-heading-block,.blog-subheading-block,.blog-body>.blog-paragraph,.content-image,.table-wrapper,.faq-block,.cta-section,.lead-form{margin-left:18px;margin-right:18px}.cta-section{flex-direction:column;align-items:flex-start}}@media only screen and (max-width:520px){.hero-actions{flex-direction:column}.primary-link,.secondary-link{width:100%}.hero-globe{width:128px;height:128px;top:36px;right:22px}.signal-panel{width:calc(100% - 36px);left:18px}.insight-chip-top{right:18px}.insight-chip-bottom{left:18px}.blog-hero h1{font-size:32px}.blog-hero p,.blog-paragraph{font-size:16px}.blog-hero-trust{flex-direction:column}.cta-link-button,.lead-form-submit,.lp-primary-btn,.lp-secondary-btn{width:100%}}.hp-coaching-panel{z-index:2;background:#f7faf8f0;border:1px solid #ffffff28;border-radius:8px;padding:18px 20px;position:absolute;top:28px;left:28px;right:28px}.hp-panel-label{color:var(--ink-muted);letter-spacing:.6px;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:800}.hp-modes{flex-wrap:wrap;gap:8px;display:flex}.hp-mode-tag{border:1px solid var(--line);color:var(--future-dark);background:#fff;border-radius:6px;align-items:center;gap:7px;padding:7px 11px;font-size:13px;font-weight:700;display:inline-flex}.hp-dot{border-radius:50%;flex:none;width:8px;height:8px}.hp-dot-green{background:#22c55e;box-shadow:0 0 0 3px #22c55e22}.hp-dot-amber{background:var(--contrast);box-shadow:0 0 0 3px #ef9b2d22}.hp-dot-blue{background:#3b82f6;box-shadow:0 0 0 3px #3b82f622}.hp-chip-right{z-index:3;position:absolute;top:178px;right:28px}.hp-chip-left{z-index:3;position:absolute;top:178px;left:28px}.hp-hero-points{flex-direction:column;gap:9px;margin:22px 0 0;padding:0;list-style:none;display:flex}.hp-hero-points li{color:var(--foreground);align-items:center;gap:10px;margin:0;font-size:16px;font-weight:600;line-height:1.35;display:flex}.hp-hero-points li:before{background:var(--contrast-primary);content:"";border-radius:50%;flex:none;width:8px;height:8px;box-shadow:0 0 0 4px #d8422f1a}.hp-section-sub{color:var(--ink-muted);max-width:680px;margin-top:12px;font-size:18px;line-height:1.6}.hp-section-cta{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.hp-stats-band{background:var(--future-dark);grid-template-columns:repeat(4,1fr);display:grid}.hp-stat{border-right:1px solid #ffffff14;flex-direction:column;gap:5px;padding:28px 5vw;display:flex}.hp-stat:last-child{border-right:0}.hp-stat strong{color:var(--contrast);font-size:36px;line-height:1}.hp-stat span{color:#9bbec6;font-size:13px;font-weight:700;line-height:1.3}.hp-offerings-section{background:var(--background)}.hp-offerings-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px;display:grid}.hp-offering-card{border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;gap:12px;padding:28px 26px 24px;transition:box-shadow .2s,transform .2s;display:flex;position:relative;box-shadow:0 6px 24px #10212b0c}.hp-offering-card:hover{transform:translateY(-3px);box-shadow:0 18px 48px #10212b18}.hp-offering-featured{border-color:var(--contrast-primary);box-shadow:0 8px 32px #d8422f14}.hp-offer-badge{background:var(--contrast-primary);color:#fff;letter-spacing:.5px;text-transform:uppercase;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:800;position:absolute;top:18px;right:18px}.hp-offering-card h3{color:var(--future-dark);margin:0;font-size:21px;line-height:1.15}.hp-offering-card>p{color:var(--ink-muted);flex:1;margin:0;font-size:15px;line-height:1.6}.hp-offering-card .primary-link,.hp-offering-card .secondary-link{align-self:flex-start;margin-top:4px;font-size:14px}.hp-why-section{border-top:1px solid var(--line);background:#fff}.hp-why-header{max-width:720px;margin-bottom:8px}.hp-why-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px;display:grid}.hp-why-card{background:var(--background);border:1px solid var(--line);border-radius:10px;align-items:flex-start;gap:14px;padding:20px 22px;display:flex}.hp-why-dot{background:var(--contrast-primary);border-radius:50%;flex:none;width:10px;height:10px;margin-top:6px;box-shadow:0 0 0 6px #d8422f16}.hp-why-card strong{color:var(--future-dark);margin-bottom:5px;font-size:16px;display:block}.hp-why-card p{color:var(--ink-muted);margin:0;font-size:14px;line-height:1.55}.hp-content-hub{background:linear-gradient(90deg,#dbe9e4 1px,#0000 1px) 0 0/48px 48px,linear-gradient(#dbe9e4 1px,#0000 1px) 0 0/48px 48px,linear-gradient(145deg,#f7faf8 0%,#edf6f2 100%)}.hp-content-cats{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.hp-cat-pill{border:1px solid var(--line);color:var(--future-dark);background:#fff;border-radius:8px;padding:12px 20px;font-size:15px;font-weight:700;transition:background .18s,color .18s,border-color .18s;box-shadow:0 4px 14px #10212b0a}.hp-cat-pill:hover{background:var(--future-dark);border-color:var(--future-dark);color:#fff}.hp-uni-section{border-top:1px solid var(--line);background:#fff}.hp-uni-grid{grid-template-columns:repeat(5,1fr);gap:14px;margin-top:32px;display:grid}.hp-uni-card{background:var(--background);border:1px solid var(--line);text-align:center;border-radius:10px;flex-direction:column;align-items:center;gap:10px;padding:22px 14px;transition:box-shadow .18s;display:flex}.hp-uni-card:hover{box-shadow:0 10px 30px #10212b12}.hp-uni-abbr{background:var(--future-dark);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;font-size:17px;font-weight:900;display:flex}.hp-uni-card p{color:var(--future-dark);margin:0;font-size:13px;font-weight:700;line-height:1.3}.hp-testimonials-section{background:radial-gradient(circle at 88% 8%,#ef9b2d18 0,#0000 38%),linear-gradient(148deg,#0b1b22 0%,#0f3440 58%,#1a4a4a 100%)}.hp-eyebrow-light{color:#ef9b2d!important}.hp-heading-light{color:#fff!important}.hp-testimonials-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px;display:grid}.hp-testimonial-card{background:#ffffff0e;border:1px solid #ffffff1e;border-radius:12px;flex-direction:column;gap:16px;padding:26px;transition:background .2s;display:flex}.hp-testimonial-card:hover{background:#ffffff16}.hp-testimonial-score{background:var(--contrast-primary);color:#fff;border-radius:7px;width:fit-content;padding:7px 14px;font-size:17px;font-weight:900;display:inline-flex}.hp-testimonial-card blockquote{color:#cce4df;flex:1;margin:0;font-size:16px;font-style:italic;line-height:1.65}.hp-testimonial-card footer{border-top:1px solid #ffffff16;padding-top:14px}.hp-testimonial-card footer strong{color:#fff;margin-bottom:3px;font-size:15px;display:block}.hp-testimonial-card footer span{color:#7aaeb8;font-size:13px}.hp-testimonials-section .hp-section-cta{margin-top:36px}.hp-cta-banner{border-top:1px solid var(--line);background:linear-gradient(135deg,#f7faf8 0%,#edf6f2 52%,#fff7ea 100%);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:36px;padding:72px 5vw;display:flex}.hp-cta-copy .eyebrow{margin-bottom:12px}.hp-cta-copy h2{color:var(--future-dark);max-width:580px;margin-bottom:14px;font-size:clamp(28px,3.2vw,48px);line-height:1.08}.hp-cta-copy p{color:var(--ink-muted);max-width:520px;margin:0;font-size:18px;line-height:1.6}.hp-cta-actions{flex-wrap:wrap;flex:none;gap:14px;display:flex}.hp-cta-primary{min-height:50px;padding:13px 26px;font-size:16px;box-shadow:0 18px 40px #10212b2a}.hp-cta-sec{min-height:50px;padding:13px 26px}body:has(.cuet-landing) .footer{display:none}.cuet-landing{--lp-ink:#10212b;--lp-muted:#5b6a72;--lp-line:#dce8e4;--lp-surface:#fff;--lp-soft:#f2f8f5;--lp-deep:#0c2730;--lp-accent:#d8422f;--lp-accent-2:#ef9b2d;--lp-green:#2f7d62;color:var(--lp-ink);background:linear-gradient(90deg,#dbe9e4 1px,#0000 1px) 0 0/54px 54px,linear-gradient(#dbe9e4 1px,#0000 1px) 0 0/54px 54px,linear-gradient(145deg,#f7faf8 0%,#edf6f2 50%,#fff8eb 100%);min-height:100vh;padding-bottom:72px}.cuet-landing p,.cuet-landing li{color:var(--lp-muted);margin-bottom:0;font-size:16px;line-height:1.65}.lp-hero{background:radial-gradient(circle at 14% 18%,#fff3d0 0,#fff3d000 30%),radial-gradient(circle at 82% 12%,#c9f1e1 0,#c9f1e100 28%),linear-gradient(135deg,#fff 0%,#f1fbf7 48%,#fff0df 100%);border-bottom:1px solid #d8e7e1;grid-template-columns:minmax(0,1fr);gap:28px;padding:32px 18px 44px;display:grid;position:relative;overflow:hidden}.lp-hero:before{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#2f7d6214 1px,#0000 1px),linear-gradient(#2f7d6214 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:46px 46px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(120deg,#000 0%,#0000 72%);mask-image:linear-gradient(120deg,#000 0%,#0000 72%)}.lp-hero:after{content:"";opacity:.22;background:linear-gradient(135deg,#d8422f,#ef9b2d);border-radius:999px;width:180px;height:180px;position:absolute;top:42px;right:-70px;box-shadow:0 24px 80px #d8422f2b}.lp-hero-copy{z-index:1;align-self:center;position:relative}.lp-eyebrow{color:#b83224;text-transform:uppercase;background:#fffc;border:1px solid #f2d8bf;border-radius:999px;margin-bottom:12px;padding:8px 12px;font-size:13px;font-weight:900;display:inline-flex;box-shadow:0 10px 24px #10212b0d}.lp-hero h1{color:var(--lp-deep);max-width:880px;margin-bottom:18px;font-size:clamp(26px,8vw,52px);line-height:.98}.lp-title-highlight{background:linear-gradient(90deg, var(--lp-accent) 0%, var(--lp-accent-2) 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(36px,8vw,52px);display:inline}.lp-hero-copy>p{color:#33464f;max-width:760px;font-size:clamp(18px,4vw,24px);line-height:1.45}.lp-seat-graphic{background:linear-gradient(135deg,#fff 0%,#fff7ea 54%,#edf8f2 100%);border:1px solid #efb485;border-radius:8px;gap:14px;max-width:620px;margin:22px 0 0;padding:16px;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 56px #d8422f1d,0 0 0 5px #ffffff8a}.lp-seat-graphic:before{background:linear-gradient(180deg, var(--lp-accent), var(--lp-accent-2));content:"";width:6px;position:absolute;inset:0 auto 0 0}.lp-seat-meter{z-index:1;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid;position:relative}.lp-seat-meter span{background:#f3d3b6;border-radius:999px;height:9px}.lp-seat-meter span:first-child{background:var(--lp-accent);box-shadow:0 0 0 4px #d8422f1a}.lp-seat-main{z-index:1;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;display:grid;position:relative}.lp-seat-count{color:#fff;background:#0c2730;border-radius:8px;place-items:center;width:112px;height:112px;padding:10px;display:grid;box-shadow:inset 0 -14px 28px #00000030,0 16px 32px #10212b24}.lp-seat-number{color:#fff;font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:58px;font-weight:950;line-height:.9}.lp-seat-label{color:#ffd9b0;text-transform:uppercase;font-size:12px;font-weight:950}.lp-seat-copy strong{color:var(--lp-deep);font-size:clamp(22px,5vw,34px);line-height:1.08;display:block}.lp-seat-copy p{color:#4b5d64;margin-top:7px;font-size:14px;line-height:1.45}.lp-seat-deadline{z-index:1;flex-wrap:wrap;gap:8px;display:flex;position:relative}.lp-seat-deadline span{border:1px solid var(--lp-line);color:var(--lp-deep);background:#fff;border-radius:8px;align-items:center;gap:7px;padding:8px 10px;font-size:13px;font-weight:900;display:inline-flex}.lp-seat-deadline svg{color:var(--lp-green)}.lp-hero-points,.lp-resource-list,.lp-fee-list{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.lp-resource-list span,.lp-fee-list span{border:1px solid var(--lp-line);color:var(--lp-deep);background:#fff;border-radius:8px;padding:10px 12px;font-size:14px;font-weight:800;box-shadow:0 10px 24px #10212b0d}.lp-hero-points span{box-shadow:none;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-weight:700;display:inline-flex}.lp-hero-points svg{color:var(--lp-green);flex:none;font-size:17px}.lp-hero-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;display:flex}.lp-hero-actions .lp-primary-btn,.lp-hero-fee-btn{width:fit-content}.lp-hero-fee-btn{color:var(--lp-deep);text-align:center;background:#fff;border:1px solid #efb485;border-radius:8px;justify-content:center;align-items:center;min-height:50px;padding:13px 18px;font-size:15px;font-weight:900;display:inline-flex;box-shadow:0 14px 30px #10212b14}.lp-hero-fee-btn:hover{border-color:var(--lp-accent-2);color:var(--lp-deep);background:#fff7ea}.lp-roadmap-section{border-bottom:1px solid var(--lp-line);background:#fff;margin-top:30px;padding:0}.lp-roadmap-section picture{display:block}.lp-roadmap-image{width:100%;height:auto;display:block}.lp-stats-section{isolation:isolate;background:linear-gradient(135deg,#0c2730 0%,#16404a 54%,#2f7d62 100%);border-bottom:1px solid #d8e7e1;gap:22px;padding:34px 18px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff1a}.lp-stats-section:before{content:"";pointer-events:none;z-index:0;background-color:#0000;background-image:linear-gradient(90deg,#ffffff0f 1px,#0000 1px),linear-gradient(#ffffff0f 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:42px 42px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000 80%);mask-image:linear-gradient(90deg,#000 0%,#0000 80%)}.lp-stats-section:after{content:"";opacity:.1;pointer-events:none;z-index:0;background-image:url(/trophy_bg.png);background-position:50%;background-repeat:repeat;background-size:360px;position:absolute;inset:0}.lp-stats-copy,.lp-stats-grid{z-index:1;position:relative}.lp-stats-copy .lp-eyebrow{box-shadow:none;color:#ffd9b0;background:#ffffff12;border-color:#ffffff30}.lp-stats-copy h2{color:#fff;max-width:620px;margin:0;font-size:clamp(28px,7vw,44px);line-height:1.08}.lp-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.lp-stat-card{background:#fff;border:1px solid #ffffffd9;border-radius:8px;min-height:118px;padding:18px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 42px #00000024}.lp-stat-card:before{background:linear-gradient(180deg, var(--lp-accent), var(--lp-accent-2));content:"";width:5px;position:absolute;inset:0 auto 0 0}.lp-stat-card strong{color:var(--lp-deep);font-variant-numeric:tabular-nums;letter-spacing:0;font-size:clamp(30px,9vw,48px);font-weight:950;line-height:.95;display:block}.lp-stat-card span{color:var(--lp-muted);text-transform:uppercase;align-self:end;font-size:13px;font-weight:900;line-height:1.25}.lp-result-section{border-bottom:1px solid var(--lp-line);background:#fff;margin-top:30px;margin-bottom:30px}.lp-result-image{border:1px solid var(--lp-line);border-radius:8px;width:100%;max-width:1180px;height:auto;margin:0 auto;display:block;box-shadow:0 24px 60px #10212b18}.lp-admissions-count-section{border-bottom:1px solid var(--lp-line);background:#fff;padding:0}.lp-admissions-count-section picture{display:block}.lp-admissions-count-image{width:100%;height:auto;display:block}.lp-offer-timer{box-sizing:border-box;background:linear-gradient(135deg,#fff 0%,#fff8ed 54%,#fff1df 100%);border:1px solid #efb485;border-radius:8px;gap:14px;width:100%;max-width:560px;margin-top:18px;padding:16px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 46px #d8422f24,0 0 0 4px #ffffff8f}.lp-offer-timer:before{background:linear-gradient(180deg, var(--lp-accent), var(--lp-accent-2));content:"";width:5px;position:absolute;inset:0 auto 0 0}.lp-offer-timer-compact{box-shadow:none;background:#fff8ef;max-width:none;margin-top:0}.lp-offer-top{z-index:1;align-items:center;gap:12px;display:flex;position:relative}.lp-offer-icon{background:linear-gradient(135deg, var(--lp-accent), var(--lp-accent-2));color:#fff;z-index:1;border-radius:8px;flex:0 0 42px;justify-content:center;align-items:center;height:42px;font-size:20px;display:inline-flex;position:relative}.lp-offer-copy{min-width:0}.lp-offer-icon svg{transform-origin:50%;animation:1s steps(2,end) infinite lpTimerTick}.lp-offer-label{color:#9f2f22;letter-spacing:0;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:3px;font-size:12px;font-weight:950;display:inline-flex}.lp-offer-pulse{background:#d8422f;border-radius:999px;width:8px;height:8px;animation:1.35s ease-out infinite lpOfferPulse;display:inline-block;box-shadow:0 0 #d8422f66}.lp-offer-timer strong{color:var(--lp-deep);font-size:20px;line-height:1.15;display:block}.lp-countdown{z-index:1;align-items:center;gap:8px;max-width:100%;margin-top:0;display:flex;position:relative}.lp-countdown-unit{color:#fff;text-align:center;background:#0c2730;border:1px solid #284852;border-radius:8px;min-width:72px;padding:8px 10px 7px;display:grid;box-shadow:inset 0 -12px 20px #00000024,0 12px 22px #10212b1d}.lp-countdown-number{font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:clamp(30px,8vw,40px);font-weight:950;line-height:.95}.lp-countdown-label{color:#ffd9b0;text-transform:uppercase;margin-top:5px;font-size:10px;font-weight:900}.lp-countdown-separator{color:var(--lp-accent);font-size:32px;font-weight:950;line-height:1;transform:translateY(-7px)}.lp-offer-timer p{color:#4b5d64;margin-top:8px;font-size:14px;line-height:1.45}@keyframes lpOfferPulse{70%{box-shadow:0 0 0 9px #d8422f00}to{box-shadow:0 0 #d8422f00}}@keyframes lpTimerTick{50%{transform:rotate(10deg)}}@media (prefers-reduced-motion:reduce){.lp-offer-icon svg,.lp-offer-pulse{animation:none}}.lp-lead-form{background:var(--lp-surface);border:1px solid var(--lp-line);border-radius:8px;gap:18px;padding:22px;scroll-margin-top:24px;display:grid;box-shadow:0 28px 70px #10212b1c}.lp-hero>.lp-lead-form{z-index:1;border-color:#fff;position:relative;box-shadow:0 28px 80px #10212b24,0 0 0 8px #ffffff52}.lp-form-copy h2{color:var(--lp-deep);margin-bottom:8px;font-size:28px;line-height:1.1}.lp-form-grid{gap:14px;display:grid}.lp-lead-form label{color:var(--lp-deep);gap:7px;font-size:14px;font-weight:850;display:grid}.lp-lead-form input,.lp-lead-form select{border:1px solid var(--lp-line);color:var(--lp-ink);font:inherit;background:#fbfdfc;border-radius:8px;width:100%;min-height:48px;padding:11px 12px}.lp-lead-form input:focus,.lp-lead-form select:focus{border-color:var(--lp-green);outline:none;box-shadow:0 0 0 4px #2f7d621a}.lp-lead-form input:disabled,.lp-lead-form select:disabled{color:#6f7d83;cursor:not-allowed;background:#f2f6f4}.lp-otp-box{gap:12px;display:grid}.lp-otp-box .lp-secondary-btn{margin-top:0}.lp-recaptcha-container{min-height:0}.lp-primary-btn,.lp-secondary-btn{cursor:pointer;text-align:center;border-radius:8px;justify-content:center;align-items:center;min-height:50px;padding:13px 18px;font-weight:900;display:inline-flex}.lp-primary-btn{background:var(--lp-accent);border:1px solid var(--lp-accent);color:#fff;font-size:16px;box-shadow:0 16px 34px #d8422f2e}.lp-primary-btn:hover,.lp-secondary-btn:hover{background:var(--lp-accent-2);border-color:var(--lp-accent-2);color:#fff}.lp-primary-btn:disabled{cursor:wait;opacity:.72}.lp-secondary-btn{border:1px solid var(--lp-line);color:var(--lp-deep);background:#fff;width:100%;margin-top:18px}.lp-form-note,.lp-success-msg,.lp-error-msg{font-size:13px}.lp-success-msg{color:#20643e;background:#edf8f2;border:1px solid #b8e4ca;border-radius:8px;padding:10px 12px;font-weight:800}.lp-error-msg{color:#a63629;background:#fff2ef;border:1px solid #f0b6ab;border-radius:8px;padding:10px 12px;font-weight:800}.lp-section{padding:54px 18px}.lp-section-header{max-width:760px;margin-bottom:24px}.lp-section-header-center{text-align:center;margin-left:auto;margin-right:auto}.lp-section-header h2,.lp-final-cta h2{color:var(--lp-deep);margin-bottom:12px;font-size:clamp(30px,8vw,52px);line-height:1.05}.lp-section-action{justify-content:center;margin-top:26px;display:flex}.lp-roadmap-section .lp-section-action{background:#fff;margin-top:0;padding:20px 18px 30px}.lp-section-action .lp-primary-btn{width:fit-content}.lp-card-grid,.lp-trust-grid,.lp-feature-grid,.lp-university-grid,.lp-testimonial-grid,.lp-faculty-grid,.lp-plan-grid{gap:16px;display:grid}.lp-card,.lp-feature-card,.lp-university-card,.lp-testimonial-card,.lp-faculty-card,.lp-plan-card{background:var(--lp-surface);border:1px solid var(--lp-line);border-radius:8px;box-shadow:0 18px 44px #10212b10}.lp-card{min-height:190px;padding:22px}.lp-card-icon{color:var(--lp-green);background:#eaf6ef;border:1px solid #bfe2cd;border-radius:8px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:18px;font-size:24px;display:inline-flex}.lp-card-tag{color:var(--lp-accent);margin-bottom:20px;font-size:28px;font-weight:950;display:block}.lp-card h3,.lp-feature-card h3,.lp-university-card h3,.lp-testimonial-card h3,.lp-faculty-card h3,.lp-plan-card h3{color:var(--lp-deep);margin-bottom:10px;font-size:22px;line-height:1.15}.lp-feature-card{align-items:flex-start;gap:14px;padding:20px;display:flex}.lp-check{color:var(--lp-green);background:#eaf6ef;border:1px solid #bfe2cd;border-radius:8px;flex:0 0 34px;justify-content:center;align-items:center;height:34px;font-size:18px;font-weight:900;display:inline-flex}.lp-check svg{display:block}.lp-soft-band{border-bottom:1px solid var(--lp-line);border-top:1px solid var(--lp-line);background:#ffffffb8}.lp-university-section{background:var(--lp-deep)}.lp-university-section .lp-section-header h2,.lp-university-section .lp-section-header p{color:#fff}.lp-university-card{align-items:center;gap:14px;padding:18px;display:flex}.lp-logo-placeholder{color:var(--lp-accent);background:#fff7ea;border:1px solid #fff;border-radius:8px;flex:0 0 58px;justify-content:center;align-items:center;height:58px;font-weight:950;display:inline-flex}.lp-testimonial-card,.lp-faculty-card,.lp-plan-card{padding:18px}.lp-avatar-img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:96px;height:96px;margin-bottom:16px}.lp-score{color:var(--lp-accent);margin-bottom:10px;font-weight:900}.lp-success-section{isolation:isolate;background:radial-gradient(circle at 8% 18%,#ef9b2d38 0,#0000 28%),radial-gradient(circle at 92% 82%,#52b99133 0,#0000 30%),linear-gradient(135deg,#0c2730 0%,#153f49 55%,#245f52 100%);border-top:1px solid #ffffff1f;border-bottom:1px solid #ffffff1f;position:relative;overflow:hidden}.lp-success-section:before{content:"";opacity:.08;pointer-events:none;z-index:0;background-image:url(/trophy_bg.png);background-position:50%;background-repeat:repeat;background-size:360px;position:absolute;inset:0}.lp-success-section>*{z-index:1;position:relative}.lp-success-section .lp-section-header h2,.lp-success-section .lp-section-header p{color:#fff}.lp-success-section .lp-eyebrow{box-shadow:none;color:#ffd9b0;background:#ffffff12;border-color:#ffffff30}.lp-success-section .lp-testimonial-card{background:#ffffffed;border-color:#fff;position:relative;overflow:hidden;box-shadow:0 24px 54px #071b2138}.lp-success-section .lp-testimonial-card:before{background:linear-gradient(90deg, var(--lp-accent), var(--lp-accent-2));content:"";height:5px;position:absolute;inset:0 0 auto}.lp-success-section .lp-testimonial-card:after{color:#2f7d6217;content:"“";pointer-events:none;font-family:Georgia,serif;font-size:108px;font-weight:900;line-height:1;position:absolute;top:18px;right:12px}.lp-success-section .lp-testimonial-card>*{z-index:1;position:relative}.lp-success-section .lp-section-action .lp-primary-btn{box-shadow:0 18px 38px #00000038}.lp-resource-section,.lp-fee-form-section,.lp-final-cta{background:linear-gradient(135deg,#10212bf5 0%,#16404a 58%,#2f7d62 100%);gap:26px;display:grid}.lp-resource-section .lp-section-header h2,.lp-resource-section .lp-section-header p,.lp-fee-form-section .lp-section-header h2,.lp-fee-form-section .lp-section-header p,.lp-final-cta-copy h2,.lp-final-cta-copy p{color:#fff}.lp-resource-section .lp-lead-form,.lp-fee-form-section .lp-lead-form,.lp-final-cta .lp-lead-form{box-shadow:0 28px 70px #00000030}.lp-faculty-img{aspect-ratio:4/3;object-fit:cover;border-radius:8px;width:100%;height:auto;margin-bottom:16px}.lp-faculty-card span{color:var(--lp-accent);margin-top:10px;font-weight:900;display:inline-block}.lp-plan-card{position:relative}.lp-plan-featured{border:2px solid var(--lp-accent);box-shadow:0 26px 62px #d8422f1f}.lp-plan-badge{background:var(--lp-accent);color:#fff;border-radius:8px;margin-bottom:14px;padding:8px 10px;font-size:13px;font-weight:900;display:inline-flex}.lp-plan-price{color:var(--lp-deep);margin-bottom:18px;font-size:24px;font-weight:950}.lp-plan-card ul{margin:0;list-style:none}.lp-plan-card li{border-top:1px solid var(--lp-line);margin:0;padding:11px 0}.lp-faq-list{gap:12px;display:grid}.lp-faq-item{border:1px solid var(--lp-line);background:#fff;border-radius:8px;margin:0;padding:16px 18px;box-shadow:0 12px 30px #10212b0d}.lp-faq-item summary{color:var(--lp-deep);cursor:pointer;font-size:17px;font-weight:900}.lp-faq-item p{margin-top:12px}.lp-sticky-contact{z-index:50;gap:10px;display:grid;position:fixed;bottom:14px;right:14px}.lp-sticky-contact a{border-radius:8px;justify-content:center;align-items:center;min-width:46px;min-height:46px;padding:12px 14px;font-size:22px;font-weight:950;display:inline-flex;box-shadow:0 14px 34px #10212b2b}.lp-sticky-whatsapp{color:#fff;background:#1fa855}.lp-sticky-call{border:1px solid var(--lp-line);color:var(--lp-deep);background:#fff}@media (min-width:720px){.cuet-landing{padding-bottom:0}.lp-hero,.lp-stats-section,.lp-result-section,.lp-section{padding-left:5vw;padding-right:5vw}.lp-hero{grid-template-columns:minmax(0,1fr) minmax(360px,470px);min-height:100vh;padding-top:64px;padding-bottom:64px}.lp-section{padding-top:78px;padding-bottom:78px}.lp-stats-section{grid-template-columns:minmax(0,.78fr) minmax(0,1fr);align-items:center;padding-top:42px;padding-bottom:42px}.lp-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.lp-result-section{padding-top:46px;padding-bottom:46px}.lp-form-grid,.lp-trust-grid,.lp-feature-grid,.lp-testimonial-grid,.lp-faculty-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-three{grid-template-columns:repeat(3,minmax(0,1fr))}.lp-plan-grid{grid-template-columns:repeat(2,minmax(0,420px));justify-content:center}.lp-university-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.lp-university-card{flex-direction:column;align-items:flex-start;min-height:170px}.lp-resource-section,.lp-fee-form-section,.lp-final-cta{grid-template-columns:minmax(0,.95fr) minmax(360px,.72fr);align-items:center}.lp-sticky-contact{bottom:22px}}@media (min-width:1040px){.lp-hero,.lp-stats-section,.lp-result-section,.lp-section{padding-left:7vw;padding-right:7vw}.lp-trust-grid,.lp-feature-grid-wide{grid-template-columns:repeat(4,minmax(0,1fr))}.lp-feature-grid,.lp-testimonial-grid,.lp-faculty-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lp-lead-form-compact .lp-form-grid{grid-template-columns:1fr}}@media (max-width:420px){.lp-lead-form{padding:18px}.lp-offer-timer{padding:14px}.lp-offer-top{align-items:flex-start;gap:10px}.lp-offer-icon{flex-basis:38px;height:38px;font-size:18px}.lp-offer-label{font-size:11px}.lp-offer-timer strong{font-size:17px}.lp-countdown{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.lp-countdown-unit{min-width:0;padding:8px 6px 7px}.lp-countdown-number{font-size:27px}.lp-countdown-separator{display:none}.lp-primary-btn,.lp-secondary-btn,.lp-hero-cta,.lp-hero-actions .lp-primary-btn,.lp-hero-fee-btn{width:100%}.lp-sticky-contact{grid-template-columns:repeat(2,minmax(0,1fr));left:14px;right:14px}}@media only screen and (max-width:1024px){.hp-uni-grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:820px){.hp-stats-band{grid-template-columns:repeat(2,1fr)}.hp-stat{border-bottom:1px solid #ffffff14}.hp-stat:nth-child(2){border-right:0}.hp-stat:last-child{border-bottom:0}.hp-offerings-grid,.hp-why-grid{grid-template-columns:1fr}.hp-uni-grid{grid-template-columns:repeat(3,1fr)}.hp-testimonials-grid{grid-template-columns:1fr}.hp-cta-banner{flex-direction:column;padding:52px 22px}.hp-cta-actions{width:100%}.hp-section-cta{flex-direction:column}.hp-section-cta .primary-link,.hp-section-cta .secondary-link{justify-content:center;width:100%}.hp-coaching-panel{top:18px;left:18px;right:18px}.hp-chip-right,.hp-chip-left{top:168px}.hp-chip-right{right:18px}.hp-chip-left{left:18px}}@media only screen and (max-width:520px){.hp-uni-grid{grid-template-columns:repeat(2,1fr)}.hp-content-cats{gap:8px}.hp-cat-pill{padding:10px 16px;font-size:14px}.hp-cta-primary,.hp-cta-sec{justify-content:center;width:100%}}
