:root{font-family:Poppins,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;--theme-bg: radial-gradient(900px 500px at 10% 0%, rgba(37, 99, 235, .18) 0%, rgba(37, 99, 235, 0) 60%), radial-gradient(900px 500px at 90% 10%, rgba(20, 184, 166, .16) 0%, rgba(20, 184, 166, 0) 55%), radial-gradient(700px 400px at 30% 95%, rgba(245, 158, 11, .14) 0%, rgba(245, 158, 11, 0) 60%), linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#f8fafc;background-image:radial-gradient(900px 500px at 10% 0%,#2563eb2e,#2563eb00 60%),radial-gradient(900px 500px at 90% 10%,#14b8a629,#14b8a600 55%),radial-gradient(700px 400px at 30% 95%,#f59e0b24,#f59e0b00 60%),linear-gradient(180deg,#f8fafcb3,#f1f5f999),url(https://login.phenom.com/img/phenombackground.svg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}#root{min-height:100vh}a{font-weight:500;color:inherit;text-decoration:none;font-family:Poppins,sans-serif}a:hover{opacity:.85}h1,h2,h3,h4,h5,h6,p,span,button{font-family:Poppins,sans-serif}.section-bg-white{background:#fff}.app-navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;gap:1rem;background:radial-gradient(900px 500px at 10% 0%,#2563eb1f,#2563eb00 60%),radial-gradient(900px 500px at 90% 10%,#14b8a61a,#14b8a600 55%),linear-gradient(180deg,#f8fafcf7,#f1f5f9f2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:100;font-family:Poppins,sans-serif;min-height:56px;flex-wrap:nowrap}.app-navbar-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit;flex-shrink:0}.app-navbar-brand-text{font-size:1.35rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.app-navbar-logo-icon{width:28px;height:28px;color:#6b6560}.app-navbar-desktop{display:flex;align-items:center;flex-shrink:0}.app-navbar-nav{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0;flex-wrap:nowrap}.app-navbar-nav li{flex-shrink:0}.app-navbar-nav a{font-size:.95rem;font-weight:500;color:#1a1a1a;text-decoration:none;transition:opacity .2s}.app-navbar-nav a:hover{opacity:.7}.app-navbar-dropdown-wrap{position:relative}.app-navbar-dropdown-trigger{font-size:.95rem;font-weight:500;color:#1a1a1a;cursor:default;padding:.25rem 0;display:inline-flex;align-items:center;gap:.35rem;transition:opacity .2s}.app-navbar-dropdown-chevron{width:1em;height:1em;flex-shrink:0;transition:transform .2s ease}.app-navbar-dropdown-wrap:hover .app-navbar-dropdown-trigger{opacity:.7}.app-navbar-dropdown-wrap:hover .app-navbar-dropdown-chevron{transform:rotate(180deg)}.app-navbar-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(.5rem);min-width:180px;padding:.5rem 0;margin:-2px 0 0;list-style:none;background:#fff;border-radius:8px;box-shadow:0 10px 40px #0000001f;border:1px solid rgba(0,0,0,.08);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:200}.app-navbar-dropdown-menu:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.app-navbar-dropdown-wrap:hover .app-navbar-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(.25rem)}.app-navbar-dropdown-link{display:block;padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#1a1a1a;text-decoration:none;white-space:nowrap;transition:background .15s}.app-navbar-dropdown-link:hover{background:#0000000d;opacity:1}.app-navbar-social{display:flex;align-items:center}.app-navbar-social a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px}.app-navbar-social svg{width:20px;height:20px}.app-navbar-toggler{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;color:#1a1a1a;cursor:pointer;border-radius:8px;transition:background .2s}.app-navbar-toggler:hover{background:#0000000f}.app-navbar-toggler-icon{width:24px;height:24px}.app-navbar-sidebar-backdrop{position:fixed;inset:0;background:#0006;z-index:101;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.app-navbar-sidebar-backdrop--visible{opacity:1;visibility:visible}.app-navbar-sidebar{position:fixed;top:0;right:0;width:280px;max-width:85vw;height:100vh;background:linear-gradient(180deg,#f8fafcfc,#f1f5f9fa);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-left:1px solid rgba(0,0,0,.08);z-index:102;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;box-shadow:-8px 0 24px #00000014}.app-navbar-sidebar--open{transform:translate(0)}.app-navbar-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.06);min-height:56px}.app-navbar-sidebar-title{font-size:1.1rem;font-weight:600;color:#1a1a1a}.app-navbar-sidebar-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:transparent;color:#1a1a1a;cursor:pointer;border-radius:8px;transition:background .2s}.app-navbar-sidebar-close:hover{background:#0000000f}.app-navbar-sidebar-close svg{width:22px;height:22px}.app-navbar-sidebar-nav{list-style:none;margin:0;padding:1rem 0;flex:1;overflow-y:auto}.app-navbar-sidebar-nav li{margin:0}.app-navbar-sidebar-nav a{display:block;padding:.75rem 1.25rem;font-size:1rem;font-weight:500;color:#1a1a1a;text-decoration:none;transition:background .2s}.app-navbar-sidebar-nav a:hover{background:#0000000d}.app-navbar-sidebar-dropdown-label{padding:.5rem 1.25rem .25rem;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem}.app-navbar-sidebar-sublink{padding-left:2rem!important;font-size:.9375rem}.app-navbar-sidebar-social{padding:1rem 1.25rem;border-top:1px solid rgba(0,0,0,.06)}.app-navbar-sidebar-social a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;transition:background .2s}.app-navbar-sidebar-social a:hover{background:#0000000f}.app-navbar-sidebar-social svg{width:22px;height:22px}@media(max-width:767.98px){body.app-navbar-sidebar-open{overflow:hidden}}@media(max-width:767.98px){.app-navbar-desktop{display:none}.app-navbar-toggler{display:flex}}@media(min-width:768px){.app-navbar-sidebar-backdrop,.app-navbar-sidebar{display:none!important}}@media(min-width:768px)and (max-width:1199.98px){.app-navbar{padding:1rem 1.25rem;gap:.5rem}.app-navbar-nav{gap:1rem}.app-navbar-nav a{font-size:.875rem}.app-navbar-brand-text{font-size:1.25rem}.app-navbar-logo-icon{width:26px;height:26px}}@media(min-width:768px)and (max-width:900px){.app-navbar{padding:1rem}.app-navbar-nav{gap:.6rem}.app-navbar-nav a{font-size:.8125rem}}@media(min-width:992px){.app-navbar{padding:1rem 2rem;gap:1rem}.app-navbar-brand-text{font-size:1.5rem}.app-navbar-logo-icon{width:32px;height:32px}}.hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem 6rem;text-align:center;background-image:linear-gradient(135deg,#0f172aeb,#1e293bd9,#0f172abf),url(https://krock.io/wp-content/uploads/2023/03/Social-impact.png);background-size:cover;background-position:center;background-repeat:no-repeat;font-family:Poppins,sans-serif}.hero-content{max-width:720px;margin:0 auto}.hero-headline{font-size:clamp(1.875rem,4.5vw,2.75rem);font-weight:700;line-height:1.2;color:#fff;margin:0 0 1.25rem;letter-spacing:-.02em}.hero-subheadline{font-size:clamp(1rem,2vw,1.125rem);line-height:1.6;color:#ffffffeb;margin:0 0 2rem;font-weight:400}.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center;margin-bottom:2.5rem}.hero-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;font-family:Poppins,sans-serif;border-radius:8px;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s,transform .15s;text-decoration:none}.hero-cta-icon{display:inline-flex;align-items:center;justify-content:center}.hero-cta-icon svg{width:1.25rem;height:1.25rem}.hero-cta-primary{color:#fff;background-color:#0f172a;border:2px solid #fff}.hero-cta-primary:hover{background-color:#fff;color:#0f172a;transform:translateY(-1px)}.hero-cta-primary .hero-cta-icon{color:inherit}.hero-cta-secondary{color:#fff;background-color:transparent;border:2px solid rgba(255,255,255,.7)}.hero-cta-secondary:hover{background-color:#ffffff26;border-color:#fff;transform:translateY(-1px)}.hero-trust{font-size:.875rem;color:#fff9;margin:0;font-weight:500;letter-spacing:.02em}@media(max-width:768px){.hero{padding:3rem 1.5rem 5rem}.hero-ctas{flex-direction:column;gap:.75rem;margin-bottom:2rem}.hero-cta{width:100%;max-width:280px;text-align:center}}.problem-section{padding:4rem 2rem;background:transparent;font-family:Poppins,sans-serif}.problem-section-inner{max-width:720px;margin:0 auto;opacity:0;transform:translateY(28px);transition:none}.problem-section-inner.problem-section-inner--visible{animation:problemFadeUp .65s ease-out forwards}@keyframes problemFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.problem-section h2{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;color:#1a1a1a;margin:0 0 1.25rem;line-height:1.3;letter-spacing:-.02em}.problem-section .problem-intro{font-size:1.0625rem;line-height:1.65;color:#2d2d2d;margin:0 0 1.25rem}.problem-list{list-style:none;margin:0 0 1.75rem;padding:0}.problem-list li{display:flex;align-items:center;gap:.625rem;margin-bottom:.5rem;font-size:1rem;line-height:1.6;color:#2d2d2d}.problem-list li .problem-item-icon{flex-shrink:0;width:1.25rem;height:1.25rem;color:#6b6560}.problem-section .problem-impact{font-size:1.0625rem;line-height:1.65;color:#2d2d2d;margin:0 0 1rem;font-weight:500}.problem-section .problem-close{font-size:1.0625rem;line-height:1.65;color:#1a1a1a;margin:0;font-weight:600}@media(max-width:640px){.problem-section{padding:3rem 1.5rem}}.solution-section{padding:4rem 0;background:transparent;font-family:Poppins,sans-serif;scroll-margin-top:4rem}.solution-section-inner{opacity:0;transform:translateY(28px);transition:none}.solution-section-inner.solution-section-inner--visible{animation:solutionFadeUp .65s ease-out forwards}@keyframes solutionFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.solution-section .solution-title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;color:#1a1a1a;margin:0 0 1.25rem;line-height:1.3;letter-spacing:-.02em;text-align:left}.solution-section .solution-body{font-size:1.0625rem;line-height:1.7;color:#2d2d2d;margin:0 0 1rem;text-align:left}.solution-section .solution-body-last{margin-bottom:0}.solution-section .solution-highlight{font-weight:600;color:#1a1a1a}.solution-image-wrap{text-align:center}.solution-image-wrap img{width:100%;height:auto;border-radius:16px;box-shadow:0 20px 40px #0000001f,0 8px 16px #00000014}@media(max-width:991.98px){.solution-section .solution-title,.solution-section .solution-body{text-align:center}.solution-section{padding:3rem 0;scroll-margin-top:3rem}}@media(max-width:575.98px){.solution-section{padding:2.5rem 0}.solution-image-wrap img{border-radius:12px}}.for-students-section{padding:4rem 0;background:transparent;font-family:Poppins,sans-serif;scroll-margin-top:4rem}.for-students-section-inner{opacity:0;transform:translateY(28px);transition:none}.for-students-section-inner.for-students-section-inner--visible{animation:forStudentsFadeUp .65s ease-out forwards}@keyframes forStudentsFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.for-students-section .for-students-title{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;color:#1a1a1a;margin:0 0 .75rem;line-height:1.3;letter-spacing:.02em;text-transform:uppercase}.for-students-section .for-students-subtitle{font-size:clamp(1.1rem,2.2vw,1.35rem);font-weight:600;color:#2d2d2d;margin:0 0 1rem;line-height:1.4}.for-students-section .for-students-body{font-size:1.0625rem;line-height:1.7;color:#2d2d2d;max-width:640px;margin:0 auto}@media(max-width:767.98px){.for-students-section{padding:3rem 0;scroll-margin-top:3rem}.for-students-section .row .col-10{flex:0 0 100%;max-width:100%}}.what-students-can-do-section{padding:4rem 0;background:transparent;font-family:Poppins,sans-serif}.what-students-can-do-inner{opacity:0;transform:translateY(28px);transition:none}.what-students-can-do-inner.what-students-can-do-inner--visible{animation:whatStudentsCanDoFadeUp .65s ease-out forwards}@keyframes whatStudentsCanDoFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.what-students-can-do-section .what-students-can-do-title{font-size:clamp(1.4rem,3vw,1.85rem);font-weight:700;color:#1a1a1a;margin:0 0 1.25rem;line-height:1.3;letter-spacing:-.02em}.what-students-can-do-list{list-style:none;margin:0 0 1.5rem;padding:0}.what-students-can-do-list li{position:relative;padding-left:1.5rem;margin-bottom:.85rem;font-size:1rem;line-height:1.6;color:#2d2d2d}.what-students-can-do-list li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:#2563eb}.what-students-can-do-image-wrap{display:flex;align-items:center;justify-content:center;padding:1rem 0}.what-students-can-do-image{max-width:100%;height:auto;object-fit:contain}.what-students-can-do-closing{font-size:1.1rem;font-weight:600;color:#1a1a1a;line-height:1.5;margin:0;padding:1rem 1.25rem;background:#2563eb14;border-left:4px solid #2563eb;border-radius:0 8px 8px 0}@media(max-width:991.98px){.what-students-can-do-section{padding:3rem 0}.what-students-can-do-animation{max-width:480px;margin:0 auto}}@media(max-width:575.98px){.what-students-can-do-section{padding:2.5rem 0}.what-students-can-do-list li{font-size:.9375rem}.what-students-can-do-closing{font-size:1rem;padding:.875rem 1rem}}.for-universities-section{padding:4rem 0;background:transparent;font-family:Poppins,sans-serif;scroll-margin-top:4rem}.for-universities-section-inner{opacity:0;transform:translateY(28px);transition:none}.for-universities-section-inner.for-universities-section-inner--visible{animation:forUniversitiesFadeUp .65s ease-out forwards}@keyframes forUniversitiesFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.for-universities-section .for-universities-title{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;color:#1a1a1a;margin:0 0 .75rem;line-height:1.3;letter-spacing:.02em;text-transform:uppercase}.for-universities-section .for-universities-subtitle{font-size:clamp(1.1rem,2.2vw,1.35rem);font-weight:600;color:#2d2d2d;margin:0 0 1rem;line-height:1.4}.for-universities-section .for-universities-intro{font-size:1.0625rem;line-height:1.7;color:#2d2d2d;margin:0 0 .75rem;max-width:640px;margin-left:auto;margin-right:auto}.for-universities-section .for-universities-workspace{font-size:1rem;font-weight:500;color:#1a1a1a;margin:0 0 2rem;line-height:1.6}.for-universities-section .for-universities-features-title{font-size:clamp(1.1rem,2vw,1.25rem);font-weight:700;color:#1a1a1a;margin:0 0 1.25rem;line-height:1.3}.for-universities-features-list{list-style:none;margin:0 auto 1.5rem;padding:0;max-width:560px;text-align:left}.for-universities-features-list li{position:relative;padding-left:1.5rem;margin-bottom:.85rem;font-size:1rem;line-height:1.6;color:#2d2d2d}.for-universities-features-list li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:#0d9488}.for-universities-section .for-universities-closing{font-size:1.1rem;font-weight:600;color:#1a1a1a;line-height:1.5;padding:1rem 1.25rem;background:#0d94881a;border-left:4px solid #0d9488;border-radius:0 8px 8px 0;max-width:560px;margin:0 auto;text-align:left}@media(max-width:767.98px){.for-universities-section{padding:3rem 0;scroll-margin-top:3rem}.for-universities-section .row .col-10{flex:0 0 100%;max-width:100%}.for-universities-features-list{margin-left:auto;margin-right:auto}}@media(max-width:575.98px){.for-universities-section .for-universities-intro,.for-universities-section .for-universities-workspace,.for-universities-features-list li{font-size:.9375rem}.for-universities-section .for-universities-closing{font-size:1rem;padding:.875rem 1rem}}.for-employers-section{padding:4rem 0;background:transparent;font-family:Poppins,sans-serif;scroll-margin-top:4rem}.for-employers-section-inner{opacity:0;transform:translateY(28px);transition:none}.for-employers-section-inner.for-employers-section-inner--visible{animation:forEmployersFadeUp .65s ease-out forwards}@keyframes forEmployersFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.for-employers-section .for-employers-title{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;color:#1a1a1a;margin:0 0 .75rem;line-height:1.3;letter-spacing:.02em;text-transform:uppercase}.for-employers-section .for-employers-subtitle{font-size:clamp(1.1rem,2.2vw,1.35rem);font-weight:600;color:#2d2d2d;margin:0 0 1rem;line-height:1.4}.for-employers-section .for-employers-intro{font-size:1.0625rem;line-height:1.7;color:#2d2d2d;margin:0 0 .75rem;max-width:640px;margin-left:auto;margin-right:auto}.for-employers-section .for-employers-cta{font-size:1rem;font-weight:500;color:#1a1a1a;margin:0 0 2rem;line-height:1.6}.for-employers-section .for-employers-capabilities-title{font-size:clamp(1.1rem,2vw,1.25rem);font-weight:700;color:#1a1a1a;margin:0 0 1.25rem;line-height:1.3}.for-employers-capabilities-list{list-style:none;margin:0 auto 1.5rem;padding:0;max-width:560px;text-align:left}.for-employers-capabilities-list li{position:relative;padding-left:1.5rem;margin-bottom:.85rem;font-size:1rem;line-height:1.6;color:#2d2d2d}.for-employers-capabilities-list li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:#b45309}.for-employers-section .for-employers-closing{font-size:1.1rem;font-weight:600;color:#1a1a1a;line-height:1.5;padding:1rem 1.25rem;background:#b453091a;border-left:4px solid #b45309;border-radius:0 8px 8px 0;max-width:560px;margin:0 auto;text-align:left}@media(max-width:767.98px){.for-employers-section{padding:3rem 0;scroll-margin-top:3rem}.for-employers-section .row .col-10{flex:0 0 100%;max-width:100%}.for-employers-capabilities-list{margin-left:auto;margin-right:auto}}@media(max-width:575.98px){.for-employers-section .for-employers-intro,.for-employers-section .for-employers-cta,.for-employers-capabilities-list li{font-size:.9375rem}.for-employers-section .for-employers-closing{font-size:1rem;padding:.875rem 1rem}}.for-businesses-section{padding:4rem 0;background:transparent;font-family:Poppins,sans-serif}.for-businesses-section-inner{opacity:0;transform:translateY(28px);transition:none}.for-businesses-section-inner.for-businesses-section-inner--visible{animation:forBusinessesFadeUp .65s ease-out forwards}@keyframes forBusinessesFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.for-businesses-section .for-businesses-title{font-size:clamp(1.2rem,2.8vw,1.6rem);font-weight:700;color:#1a1a1a;margin:0 0 .75rem;line-height:1.3;letter-spacing:.02em;text-transform:uppercase}.for-businesses-section .for-businesses-subtitle{font-size:clamp(1.1rem,2.2vw,1.35rem);font-weight:600;color:#2d2d2d;margin:0 0 1rem;line-height:1.4}.for-businesses-section .for-businesses-intro{font-size:1.0625rem;line-height:1.7;color:#2d2d2d;margin:0 0 .75rem;max-width:640px;margin-left:auto;margin-right:auto}.for-businesses-section .for-businesses-audience{font-size:1rem;line-height:1.6;color:#2d2d2d;margin:0 0 2rem;max-width:640px;margin-left:auto;margin-right:auto}.for-businesses-section .for-businesses-options-title{font-size:clamp(1.1rem,2vw,1.25rem);font-weight:700;color:#1a1a1a;margin:0 0 1.25rem;line-height:1.3}.for-businesses-options-list{list-style:none;margin:0 auto 1.5rem;padding:0;max-width:560px;text-align:left}.for-businesses-options-list li{position:relative;padding-left:1.5rem;margin-bottom:.85rem;font-size:1rem;line-height:1.6;color:#2d2d2d}.for-businesses-options-list li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:#7c3aed}.for-businesses-section .for-businesses-compliance{font-size:.9375rem;font-weight:500;color:#64748b;line-height:1.5;padding:1rem 1.25rem;background:#64748b14;border-left:4px solid #64748b;border-radius:0 8px 8px 0;max-width:560px;margin:0 auto;text-align:left}@media(max-width:767.98px){.for-businesses-section{padding:3rem 0}.for-businesses-section .row .col-10{flex:0 0 100%;max-width:100%}.for-businesses-options-list{margin-left:auto;margin-right:auto}}@media(max-width:575.98px){.for-businesses-section .for-businesses-intro,.for-businesses-section .for-businesses-audience,.for-businesses-options-list li{font-size:.9375rem}.for-businesses-section .for-businesses-compliance{font-size:.875rem;padding:.875rem 1rem}}.pilot-schools-section{padding:4rem 0;background:transparent;font-family:Poppins,sans-serif}.pilot-schools-section-inner{opacity:0;transform:translateY(28px);transition:none}.pilot-schools-section-inner.pilot-schools-section-inner--visible{animation:pilotSchoolsFadeUp .65s ease-out forwards}@keyframes pilotSchoolsFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.pilot-schools-section .pilot-schools-title{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;color:#1a1a1a;margin:0 0 1rem;line-height:1.3;letter-spacing:.02em;text-transform:uppercase}.pilot-schools-section .pilot-schools-intro{font-size:1.0625rem;line-height:1.7;color:#2d2d2d;margin:0 0 1.5rem;max-width:640px;margin-left:auto;margin-right:auto}.pilot-schools-list{list-style:none;margin:0 auto 1.5rem;padding:0;max-width:400px;text-align:left}.pilot-schools-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:1rem;line-height:1.5;color:#2d2d2d}.pilot-schools-list li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:#2563eb}.pilot-schools-section .pilot-schools-current{font-size:1.0625rem;font-weight:500;color:#1a1a1a;padding:1rem 1.25rem;background:#2563eb14;border-left:4px solid #2563eb;border-radius:0 8px 8px 0;max-width:480px;margin:0 auto;text-align:left}@media(max-width:767.98px){.pilot-schools-section{padding:3rem 0}.pilot-schools-section .row .col-10{flex:0 0 100%;max-width:100%}.pilot-schools-list{margin-left:auto;margin-right:auto}}@media(max-width:575.98px){.pilot-schools-section .pilot-schools-intro,.pilot-schools-list li{font-size:.9375rem}.pilot-schools-section .pilot-schools-current{font-size:.9375rem;padding:.875rem 1rem}}.privacy-modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;animation:privacyModalFadeIn .25s ease-out}@keyframes privacyModalFadeIn{0%{opacity:0}to{opacity:1}}.privacy-modal-box{background:#fff;border-radius:16px;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 24px 48px #0000002e;position:relative;padding:2rem 1.75rem;animation:privacyModalSlideIn .35s ease-out}@keyframes privacyModalSlideIn{0%{opacity:0;transform:scale(.96) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.privacy-modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:none;background:#0000000f;border-radius:8px;font-size:1.5rem;line-height:1;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.privacy-modal-close:hover{background:#0000001a}.privacy-modal-heading{font-size:1.35rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;padding-right:2rem;font-family:Poppins,sans-serif}.privacy-modal-center{display:flex;align-items:center;justify-content:center;min-height:140px;margin-bottom:1.5rem}.privacy-modal-figure{color:#2563eb;opacity:.9}.privacy-modal-person-svg{width:100px;height:100px;animation:privacyModalFigureIn .6s ease-out}.privacy-modal-head{animation:privacyModalPulse 2.5s ease-in-out infinite}.privacy-modal-body{animation:privacyModalFigureIn .5s ease-out .15s both}.privacy-modal-face{animation:privacyModalPulse 2.5s ease-in-out .3s infinite}.privacy-modal-doc-svg{width:80px;height:96px;animation:privacyModalFigureIn .6s ease-out}.privacy-modal-doc{animation:privacyModalPulse 2.5s ease-in-out infinite}.privacy-modal-line{animation:privacyModalLineIn .4s ease-out both}.privacy-modal-doc-svg .privacy-modal-line:nth-child(2){animation-delay:.1s}.privacy-modal-doc-svg .privacy-modal-line:nth-child(3){animation-delay:.2s}.privacy-modal-doc-svg .privacy-modal-line:nth-child(4){animation-delay:.3s}.privacy-modal-badge{animation:privacyModalFigureIn .4s ease-out .35s both}.privacy-modal-check{animation:privacyModalFigureIn .3s ease-out .5s both}.privacy-modal-chart-svg{width:120px;height:100px;color:#0d9488}.privacy-modal-line-chart{stroke-dasharray:200;stroke-dashoffset:200;animation:privacyModalDrawLine 1s ease-out .2s forwards}.privacy-modal-dot{opacity:0;animation:privacyModalDotIn .35s ease-out both}.privacy-modal-chart-svg .privacy-modal-dot:nth-child(2){animation-delay:.3s}.privacy-modal-chart-svg .privacy-modal-dot:nth-child(3){animation-delay:.45s}.privacy-modal-chart-svg .privacy-modal-dot:nth-child(4){animation-delay:.6s}.privacy-modal-chart-svg .privacy-modal-dot:nth-child(5){animation-delay:.75s}.privacy-modal-chart-svg .privacy-modal-dot:nth-child(6){animation-delay:.9s}@keyframes privacyModalFigureIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes privacyModalPulse{0%,to{opacity:1}50%{opacity:.75}}@keyframes privacyModalLineIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes privacyModalDrawLine{to{stroke-dashoffset:0}}@keyframes privacyModalDotIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.privacy-modal-account-fields{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.privacy-modal-field{display:flex;justify-content:space-between;align-items:center;padding:.65rem 1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;opacity:0;animation:privacyModalFieldIn .4s ease-out forwards}.privacy-modal-field--delay-0{animation-delay:.2s}.privacy-modal-field--delay-1{animation-delay:.35s}.privacy-modal-field--delay-2{animation-delay:.5s}.privacy-modal-field--delay-3{animation-delay:.65s}@keyframes privacyModalFieldIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.privacy-modal-field-label{font-size:.9rem;font-weight:500;color:#475569;font-family:Poppins,sans-serif}.privacy-modal-field-value{font-size:.85rem;color:#94a3b8;font-family:ui-monospace,monospace}.privacy-modal-text{font-size:1rem;line-height:1.6;color:#2d2d2d;margin:0 0 .75rem;font-family:Poppins,sans-serif;opacity:0;animation:privacyModalTextIn .45s ease-out forwards}.privacy-modal-text--delay-0{animation-delay:.2s}.privacy-modal-text--delay-2{animation-delay:.5s}.privacy-modal-list{margin:0 0 1rem;padding-left:1.25rem;font-size:.95rem;line-height:1.65;color:#2d2d2d;font-family:Poppins,sans-serif;opacity:0;animation:privacyModalTextIn .45s ease-out forwards}.privacy-modal-list--delay-1{animation-delay:.35s}.privacy-modal-list--delay-3{animation-delay:.55s}.privacy-modal-list li{margin-bottom:.35rem}@keyframes privacyModalTextIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.privacy-modal-disclaimer{font-size:.95rem;font-weight:500;color:#475569;line-height:1.5;margin:0;padding:1rem 1.25rem;background:#f1f5f9;border-left:4px solid #64748b;border-radius:0 8px 8px 0;font-family:Poppins,sans-serif;opacity:0;animation:privacyModalTextIn .45s ease-out forwards}.privacy-modal-disclaimer--delay{animation-delay:.85s}.privacy-modal-disclaimer--delay-2{animation-delay:.65s}@media(max-width:575.98px){.privacy-modal-box{padding:1.5rem 1.25rem}.privacy-modal-heading{font-size:1.2rem}.privacy-modal-center{min-height:120px}.privacy-modal-person-svg{width:80px;height:80px}}.privacy-section{padding:4rem 0;background:transparent;font-family:Poppins,sans-serif;scroll-margin-top:4rem}.privacy-section-inner{max-width:900px;margin:0 auto}.privacy-section .privacy-section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#1a1a1a;margin:0 0 .5rem;line-height:1.3;letter-spacing:.02em}.privacy-section .privacy-section-meta{font-size:.9375rem;color:#64748b;font-weight:500;margin:0 0 1.25rem}.privacy-section .privacy-section-intro{font-size:1.0625rem;line-height:1.7;color:#2d2d2d;margin:0 0 1.5rem}.privacy-section .privacy-section-subtitle{font-size:1.15rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;line-height:1.4}.privacy-section-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem;justify-content:flex-start}.privacy-section-btn{display:inline-block;padding:.75rem 1.25rem;font-size:.95rem;font-weight:700;font-family:Poppins,sans-serif;color:#1a1a1a;background:#e0e6f7;border:1px solid #d5d1c3;border-radius:9999px;cursor:pointer;transition:background .2s,border-color .2s;text-align:center}.privacy-section-btn:hover{background:#d5d8e8;border-color:#c4bfb0}.privacy-section-subtitle--top{margin-top:4.5rem;margin-bottom:0;padding-top:1.5rem}.privacy-section-use-row{margin-top:0;padding-top:0;align-items:flex-start}.privacy-section-use-row+.privacy-section-use-row{margin-top:2rem}.privacy-section-block{margin-top:2rem}.privacy-section-block .privacy-section-subtitle{margin-bottom:.5rem}.privacy-section-text{font-size:1rem;line-height:1.7;color:#2d2d2d;margin:0 0 .5rem;font-family:Poppins,sans-serif}.privacy-section-text:last-child{margin-bottom:0}.privacy-section-use-list{list-style:none;margin:0;padding:0}.privacy-section-use-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:1rem;line-height:1.6;color:#2d2d2d}.privacy-section-use-list li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:#2563eb}.privacy-section-use-animation{display:flex;align-items:center;justify-content:center;padding:1rem 0;min-height:auto}.how-we-use-svg{width:100%;max-width:100%;min-width:280px;height:auto;color:#2563eb}.how-we-use-icon{opacity:0;transform:scale(.9);animation:howWeUseFullCycle 6s ease-in-out infinite}.how-we-use-icon--1{animation-delay:0s}.how-we-use-icon--2{animation-delay:.2s}.how-we-use-icon--3{animation-delay:.4s}.how-we-use-icon--4{animation-delay:.6s}.how-we-use-icon--5{animation-delay:.8s}.how-we-use-icon--3 line{transform-origin:bottom center}.how-we-use-icon--3 line:nth-child(1),.how-we-use-icon--3 line:nth-child(2),.how-we-use-icon--3 line:nth-child(3),.how-we-use-icon--3 line:nth-child(4),.how-we-use-icon--3 line:nth-child(5){transform:scaleY(0);animation:howWeUseBarFullCycle 6s ease-in-out infinite}.how-we-use-icon--3 line:nth-child(1){animation-delay:1s}.how-we-use-icon--3 line:nth-child(2){animation-delay:1.1s}.how-we-use-icon--3 line:nth-child(3){animation-delay:1.2s}.how-we-use-icon--3 line:nth-child(4){animation-delay:1.3s}.how-we-use-icon--3 line:nth-child(5){animation-delay:1.4s}.how-we-use-icon--5 path:first-of-type{stroke-dasharray:280;stroke-dashoffset:280;animation:howWeUseTrendFullCycle 6s ease-in-out infinite;animation-delay:1.5s}.how-we-use-icon--5 circle{opacity:0;transform:scale(0);animation:howWeUseDotFullCycle 6s ease-in-out infinite}.how-we-use-icon--5 circle:nth-child(2){animation-delay:1.7s}.how-we-use-icon--5 circle:nth-child(3){animation-delay:1.85s}.how-we-use-icon--5 circle:nth-child(4){animation-delay:2s}.how-we-use-icon--5 circle:nth-child(5){animation-delay:2.15s}.how-we-use-icon--5 circle:nth-child(6){animation-delay:2.3s}@keyframes howWeUseFullCycle{0%{opacity:0;transform:scale(.9)}18%{opacity:1;transform:scale(1)}70%{opacity:1;transform:scale(1)}88%{opacity:0;transform:scale(.9)}to{opacity:0;transform:scale(.9)}}@keyframes howWeUseBarFullCycle{0%{transform:scaleY(0)}18%{transform:scaleY(1)}70%{transform:scaleY(1)}88%{transform:scaleY(0)}to{transform:scaleY(0)}}@keyframes howWeUseTrendFullCycle{0%{stroke-dashoffset:280}18%{stroke-dashoffset:0}70%{stroke-dashoffset:0}88%{stroke-dashoffset:280}to{stroke-dashoffset:280}}@keyframes howWeUseDotFullCycle{0%{opacity:0;transform:scale(0)}18%{opacity:1;transform:scale(1)}70%{opacity:1;transform:scale(1)}88%{opacity:0;transform:scale(0)}to{opacity:0;transform:scale(0)}}.privacy-block-icon-wrap{display:flex;align-items:center;justify-content:center;color:#2563eb}.privacy-block-icon-wrap i{font-size:clamp(3rem,8vw,4.5rem)}.privacy-block-icon-wrap--share i{animation:iconShieldPulse 3s ease-in-out infinite}@keyframes iconShieldPulse{0%,to{opacity:1;transform:scale(1);filter:drop-shadow(0 0 0 rgba(37,99,235,0))}50%{opacity:1;transform:scale(1.08);filter:drop-shadow(0 0 12px rgba(37,99,235,.4))}}.privacy-block-icon-wrap--delete i{animation:iconPersonDash 3.5s ease-in-out infinite}@keyframes iconPersonDash{0%,25%{opacity:1;transform:translate(0) scale(1)}50%{opacity:.5;transform:translate(-8px) scale(.95)}75%{opacity:1;transform:translate(0) scale(1)}to{opacity:1;transform:translate(0) scale(1)}}.privacy-block-icon-wrap--children i{animation:iconListNested 3s ease-in-out infinite}@keyframes iconListNested{0%,to{opacity:1;transform:scale(1) translateY(0)}35%{opacity:1;transform:scale(1.05) translateY(-4px)}70%{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:767.98px){.privacy-section{padding:3rem 0;scroll-margin-top:3rem}.privacy-section-buttons{flex-direction:column}.privacy-section-btn{width:100%}}.community-guidelines-section{padding:4rem 0;background:#f1f5f9;font-family:Poppins,sans-serif;scroll-margin-top:4rem}.community-guidelines-header{text-align:center;justify-content:center}.community-guidelines-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#1a1a1a;margin:0 0 .5rem;line-height:1.3;letter-spacing:.02em}.community-guidelines-intro{font-size:1.0625rem;line-height:1.7;color:#2d2d2d;margin:0 0 2rem}.community-guidelines-section .justify-content-center{justify-content:start!important}.community-guidelines-grid{margin-top:0;flex-wrap:wrap}.community-guidelines-item{display:flex;align-items:flex-start;gap:1.25rem;height:100%;padding-top:10px;padding-bottom:10px}.community-guidelines-icon-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;color:#2563eb}.community-guidelines-icon-wrap i{font-size:1.5rem}.community-guidelines-content{flex:1;min-width:0}.community-guidelines-subtitle{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin:0 0 .35rem;line-height:1.4}.community-guidelines-text{font-size:1rem;line-height:1.65;color:#2d2d2d;margin:0}.community-guidelines-link{color:#2563eb;font-weight:500;text-decoration:none}.community-guidelines-link:hover{text-decoration:underline}@media(max-width:767.98px){.community-guidelines-section{padding:3rem 0;scroll-margin-top:3rem}.community-guidelines-item{gap:1rem}.community-guidelines-icon-wrap{width:2.5rem;height:2.5rem}.community-guidelines-icon-wrap i{font-size:1.35rem}}.terms-of-service-section{padding:4rem 0;background:#fff;font-family:Poppins,sans-serif;scroll-margin-top:4rem}.terms-of-service-header{text-align:center;justify-content:center}.terms-of-service-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#1a1a1a;margin:0 0 .5rem;line-height:1.3;letter-spacing:.02em}.terms-of-service-meta{font-size:.9375rem;color:#64748b;font-weight:500;margin:0 0 .5rem}.terms-of-service-intro{font-size:1.0625rem;line-height:1.7;color:#2d2d2d;margin:0 0 2rem}.terms-of-service-section .justify-content-center{justify-content:start!important}.terms-of-service-grid{margin-top:0;flex-wrap:wrap}.terms-of-service-item{display:flex;align-items:flex-start;gap:1.25rem;height:100%;padding-top:10px;padding-bottom:10px}.terms-of-service-icon-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;color:#2563eb}.terms-of-service-icon-wrap i{font-size:1.5rem}.terms-of-service-content{flex:1;min-width:0}.terms-of-service-subtitle{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin:0 0 .35rem;line-height:1.4}.terms-of-service-text{font-size:1rem;line-height:1.65;color:#2d2d2d;margin:0}.terms-of-service-link{color:#2563eb;font-weight:500;text-decoration:none}.terms-of-service-link:hover{text-decoration:underline}@media(max-width:767.98px){.terms-of-service-section{padding:3rem 0;scroll-margin-top:3rem}.terms-of-service-item{gap:1rem}.terms-of-service-icon-wrap{width:2.5rem;height:2.5rem}.terms-of-service-icon-wrap i{font-size:1.35rem}}.contact-us-section{padding:4rem 0;background:transparent;font-family:Poppins,sans-serif;scroll-margin-top:4rem}.contact-us-header{text-align:center;justify-content:center;margin-bottom:2rem}.contact-us-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#1a1a1a;margin:0 0 .5rem;line-height:1.3;letter-spacing:.02em}.contact-us-tagline{font-size:1.125rem;font-weight:600;color:#2563eb;margin:0 0 .5rem}.contact-us-intro{font-size:1rem;line-height:1.7;color:#2d2d2d;max-width:560px;margin:0 auto}.contact-us-form{max-width:800px;margin:0 auto}.contact-us-alert{max-width:800px;margin:0 auto 1rem;padding:.75rem 1rem;border-radius:8px;font-size:.9375rem;font-weight:500}.contact-us-alert--success{background:#dcfce7;color:#166534;border:1px solid #86efac}.contact-us-alert--error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.contact-us-form .form-label{font-weight:600;color:#1a1a1a;font-size:.9375rem}.contact-us-form .form-control,.contact-us-form .form-select{font-family:Poppins,sans-serif;border-radius:8px;border:1px solid #d1d5db}.contact-us-form .form-control:focus,.contact-us-form .form-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.contact-us-textarea{resize:vertical;min-height:100px}.contact-us-submit{font-family:Poppins,sans-serif;font-weight:600;padding:.6rem 1.25rem;background:#2563eb;border:none;color:#fff;border-radius:8px;width:100%;transition:background .2s}.contact-us-submit:hover{background:#1d4ed8;color:#fff}.contact-success-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:contactSuccessFadeIn .25s ease-out}@keyframes contactSuccessFadeIn{0%{opacity:0}to{opacity:1}}.contact-success-popup{background:#fff;border-radius:16px;padding:2rem;max-width:420px;width:100%;position:relative;box-shadow:0 20px 60px #0003;animation:contactSuccessPopIn .35s ease-out}@keyframes contactSuccessPopIn{0%{opacity:0;transform:scale(.9) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.contact-success-close{position:absolute;top:.75rem;right:1rem;background:none;border:none;font-size:1.75rem;line-height:1;color:#64748b;cursor:pointer;padding:0}.contact-success-close:hover{color:#1a1a1a}.contact-success-brand{display:flex;justify-content:center;flex-wrap:wrap;gap:0;font-size:2rem;font-weight:400;color:#1a1a1a;letter-spacing:.02em;min-height:80px;align-items:center}.contact-success-letter{display:inline-block;opacity:0;transform:translate(-24px);animation:contactSuccessLetterSlide .5s ease-out forwards}@keyframes contactSuccessLetterSlide{to{opacity:1;transform:translate(0)}}.contact-success-loading{text-align:center;min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.contact-success-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:contactSuccessSpin .9s linear infinite}@keyframes contactSuccessSpin{to{transform:rotate(360deg)}}.contact-success-loading-text{margin:0;font-size:.9375rem;color:#64748b}.contact-success-done{text-align:center;padding:.5rem 0}.contact-success-tick-wrap{margin-bottom:.75rem}.contact-success-tick{font-size:3.5rem;color:#16a34a;animation:contactSuccessTickBounce .6s ease-out}@keyframes contactSuccessTickBounce{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}70%{transform:scale(.9)}to{transform:scale(1);opacity:1}}.contact-success-title{font-size:1.35rem;font-weight:700;color:#1a1a1a;margin:0 0 .35rem}.contact-success-message{font-size:1rem;color:#2d2d2d;margin:0}@media(max-width:767.98px){.contact-us-section{padding:3rem 0;scroll-margin-top:3rem}.contact-us-form .col-md-2.d-flex{justify-content:center}.contact-us-submit{max-width:200px}}.sembuzz-footer{background:#1e293b;color:#e2e8f0;padding:1.5rem 0;margin-top:0}.sembuzz-footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1.25rem;text-align:center}.sembuzz-footer-brand{font-size:1.125rem;font-weight:600;color:#fff;width:100%}.sembuzz-footer-links{display:flex;align-items:center;justify-content:center;gap:.5rem}.sembuzz-footer-link{color:#94a3b8;text-decoration:none;font-size:.9375rem}.sembuzz-footer-link:hover{color:#fff;text-decoration:underline}.sembuzz-footer-sep{color:#64748b;font-weight:600;-webkit-user-select:none;user-select:none}.sembuzz-footer-copy{font-size:.875rem;color:#94a3b8;margin:0;width:100%}@media(min-width:576px){.sembuzz-footer-inner{justify-content:space-between;text-align:left}.sembuzz-footer-brand{width:auto}.sembuzz-footer-copy{width:auto;order:3}}
