:root{--blue:#0c7ab8;--blue-dark:#085d8c;--blue-light:#e0f4ff;--blue-mid:#bae6fd;--text:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--white:#fff;--border:#e2e8f0;--radius-sm:6px;--radius-md:10px;--shadow-sm:0 1px 3px #00000014,0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014,0 2px 6px #0000000d;--shadow-lg:0 12px 32px #0c7ab824,0 4px 12px #0000000f;--shadow-blue:0 8px 28px #0c7ab847;--nav-h:68px;--transition:.2s ease;--max-w:1120px;--gutter:1.5rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-family:DM Sans,system-ui,-apple-system,sans-serif;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--max-w);padding:0 var(--gutter);margin:0 auto}.nav{z-index:100;height:var(--nav-h);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#fffffff5;align-items:center;display:flex;position:sticky;top:0}.nav-inner{max-width:var(--max-w);width:100%;padding:0 var(--gutter);grid-template-columns:auto 1fr auto;align-items:center;gap:3rem;margin:0 auto;display:grid}.nav-logo{color:var(--blue);letter-spacing:-.02em;white-space:nowrap;font-family:Fraunces,serif;font-size:1.25rem;font-weight:700}.nav-logo span{color:var(--text)}.nav-links{justify-content:center;align-items:center;gap:3rem;list-style:none;display:flex}.nav-links a{color:var(--text-muted);transition:color var(--transition);font-size:.9rem;font-weight:500}.nav-links a:hover{color:var(--blue)}.nav-actions{align-items:center;gap:.75rem;display:flex}.nav-signin{border:1.5px solid var(--border);color:var(--text);border-radius:var(--radius-sm);transition:border-color var(--transition),color var(--transition);align-items:center;padding:.55rem 1.1rem;font-size:.875rem;font-weight:600;display:inline-flex}.nav-signin:hover{border-color:var(--blue);color:var(--blue)}.nav-cta{background:var(--blue);color:var(--white);border-radius:var(--radius-sm);transition:background var(--transition),transform var(--transition),box-shadow var(--transition);align-items:center;padding:.55rem 1.25rem;font-size:.9rem;font-weight:600;display:inline-flex}.nav-cta:hover{background:var(--blue-dark);box-shadow:var(--shadow-blue);transform:translateY(-1px)}@media (max-width:768px){.nav-links,.nav-signin{display:none}.nav-inner{grid-template-columns:auto auto;justify-content:space-between;gap:0}}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition),transform var(--transition),box-shadow var(--transition);border:none;align-items:center;gap:.45rem;padding:.8rem 1.6rem;font-family:inherit;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--blue);color:var(--white)}.btn-primary:hover{background:var(--blue-dark);box-shadow:var(--shadow-blue);transform:translateY(-2px)}.btn-outline{color:var(--blue);border:2px solid var(--blue);background:0 0}.btn-outline:hover{background:var(--blue-light);transform:translateY(-2px)}.btn-white{background:var(--white);color:var(--blue)}.btn-white:hover{background:var(--blue-light);transform:translateY(-2px)}.hero{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 60%,#bae6fd 100%);padding:4.5rem 0 4rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 2v6M20 32v6M2 20h6M32 20h6' stroke='%230c7ab8' stroke-width='.4' fill='none' opacity='.07'/%3E%3C/svg%3E");position:absolute;inset:0}.hero .container{grid-template-columns:1fr 1.3fr;align-items:center;gap:4rem;min-height:70vh;display:grid}.hero-content{z-index:1;position:relative}.hero-badge{background:var(--white);border:1px solid var(--blue-mid);color:var(--blue-dark);letter-spacing:.02em;text-transform:uppercase;border-radius:99px;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.3rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero h1{color:var(--text);letter-spacing:-.02em;margin-bottom:1.1rem;font-family:Fraunces,serif;font-size:clamp(2.25rem,4vw,3.25rem);font-weight:700;line-height:1.15}.hero h1 em{color:var(--blue);font-style:normal}.hero-sub{color:var(--text-muted);max-width:36ch;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-media{z-index:1;position:relative}.hero-img-wrap{border:3px solid var(--blue);box-shadow:var(--shadow-lg);border-radius:4px;line-height:0;overflow:hidden}.hero-img-wrap img{width:100%;height:auto;display:block}@media (max-width:900px){.hero .container{text-align:center;grid-template-columns:1fr;min-height:auto}.hero-sub{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-media{order:-1}}.stats-bar{background:var(--blue);padding:1.5rem 0}.stats-inner{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat-item{color:var(--white);justify-content:center;align-items:center;gap:.75rem;display:flex}.stat-item+.stat-item{border-left:1px solid #fff3;padding-left:1rem}.stat-num{font-family:Fraunces,serif;font-size:1.6rem;font-weight:700;line-height:1}.stat-label{opacity:.85;max-width:9ch;font-size:.8rem;line-height:1.3}@media (max-width:600px){.stats-inner{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(3){border-left:none;padding-left:0}}section{padding:5rem 0}.section-header{text-align:center;max-width:560px;margin:0 auto 3.5rem}.section-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--blue);margin-bottom:.6rem;font-size:.75rem;font-weight:700;display:inline-block}.section-title{color:var(--text);letter-spacing:-.02em;margin-bottom:.75rem;font-family:Fraunces,serif;font-size:clamp(1.65rem,3vw,2.2rem);font-weight:700;line-height:1.2}.section-body{color:var(--text-muted);font-size:1rem;line-height:1.7}.section-cta{text-align:center;margin-top:2.5rem}.card-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.card-grid:has(.card:nth-child(5):last-child){grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.card-grid{grid-template-columns:1fr}}.career-callout{background:var(--blue-light);border:1px solid var(--border);border-radius:4px;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;padding:2rem;display:grid}.career-callout-col h4{letter-spacing:.08em;text-transform:uppercase;color:var(--blue-dark);margin-bottom:1rem;font-size:.85rem;font-weight:700}.career-callout-col ul{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.career-callout-col ul li{color:var(--text-body);align-items:flex-start;gap:.5rem;font-size:.9rem;line-height:1.5;display:flex}.career-callout-col ul li svg{width:16px;height:16px;color:var(--blue-mid);flex-shrink:0;margin-top:2px}@media (max-width:860px){.career-callout{grid-template-columns:1fr}}.photo-strip{grid-template-columns:repeat(3,1fr);gap:0;height:260px;margin-top:2.5rem;display:grid;overflow:hidden}.photo-strip-item{position:relative;overflow:hidden}.photo-strip-item img{transition:transform .5s}.photo-strip-item:hover img{transform:scale(1.04)}@media (max-width:700px){.photo-strip{grid-template-columns:1fr;height:auto}.photo-strip-item{height:200px}}.different-highlight{border:1px solid var(--border);height:260px;box-shadow:var(--shadow-lg);border-radius:4px;grid-template-columns:40% 1fr;margin-top:2.5rem;display:grid;overflow:hidden}.different-highlight-photo{position:relative}.different-highlight-text{background:var(--blue-dark);border-left:4px solid var(--blue-mid);flex-direction:column;justify-content:center;gap:1.25rem;padding:2rem 2.5rem;display:flex}.different-highlight-text .section-tag{color:#fff9;border-color:#fff3}.different-quote{color:#fff;border:none;margin:0;padding:0;font-family:Fraunces,serif;font-size:clamp(.95rem,1.3vw,1.15rem);font-style:italic;font-weight:500;line-height:1.65}@media (max-width:860px){.different-highlight{grid-template-columns:1fr;height:auto}.different-highlight-photo{height:220px}.different-highlight-text{border-left:none;border-top:4px solid var(--blue-mid);padding:1.5rem}}.card{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);border-radius:4px;padding:1.75rem}.card:hover{box-shadow:var(--shadow-lg);border-color:var(--blue-mid);transform:translateY(-4px)}.card-icon{background:var(--blue-light);border-radius:var(--radius-md);width:48px;height:48px;color:var(--blue);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.card-icon svg{width:22px;height:22px}.card h3{color:var(--text);margin-bottom:.4rem;font-family:Fraunces,serif;font-size:1.05rem;font-weight:700}.card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.career-section{background:var(--white)}.different-section{background:#f0f9ff;position:relative;overflow:hidden}.different-section:after{content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5v10M30 45v10M5 30h10M45 30h10' stroke='%230c7ab8' stroke-width='.4' fill='none' opacity='.07'/%3E%3C/svg%3E");position:absolute;inset:0}.different-section .container{z-index:1;position:relative}.program-section{background:var(--white)}.program-card{border:3px solid var(--blue);box-shadow:var(--shadow-lg);background:var(--white);border-radius:4px;grid-template-columns:1.5fr 2fr;gap:0;margin-top:3.5rem;display:grid;overflow:hidden}.program-card-content{flex-direction:column;justify-content:center;padding:2.75rem;display:flex}.program-card-photo{border-left:2px solid var(--blue);min-height:340px;position:relative}@media (max-width:860px){.program-card{grid-template-columns:1fr}.program-card-photo{border-left:none;border-bottom:2px solid var(--blue);order:-1;min-height:260px}}.steps-track{flex-direction:column;display:flex;position:relative}.steps-track:before{content:"";background:var(--blue-mid);z-index:0;width:2px;position:absolute;top:24px;bottom:24px;left:23px}.step-node{z-index:1;align-items:flex-start;gap:1.25rem;padding:.8rem 0;display:flex;position:relative}.step-circle{background:var(--white);border:2px solid var(--blue);width:48px;height:48px;color:var(--blue);box-shadow:0 0 0 4px var(--blue-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.step-circle svg{width:20px;height:20px}.step-body{flex-direction:column;gap:.2rem;padding-top:.6rem;display:flex}.step-name{color:var(--text);font-size:.95rem;font-weight:600;line-height:1.3}.step-desc{color:var(--text-muted);font-size:.85rem;line-height:1.5}.tuition-section{background:linear-gradient(160deg,#f0f9ff 0%,#e0f2fe 60%,#bae6fd 100%)}.tuition-card{background:var(--white);box-shadow:var(--shadow-lg);border:3px solid var(--blue);border-radius:4px;grid-template-columns:2fr 3fr;display:grid;overflow:hidden}@media (max-width:760px){.tuition-card{grid-template-columns:1fr}}.tuition-info{flex-direction:column;justify-content:center;gap:1.25rem;padding:2.75rem;display:flex}.tuition-info .section-tag{text-align:left}.tuition-info .section-title{text-align:left;margin-bottom:0}.tuition-info .section-body{text-align:left}.tuition-features{flex-direction:column;gap:.65rem;list-style:none;display:flex}.tuition-features li{color:var(--text-muted);align-items:flex-start;gap:.6rem;font-size:.95rem;display:flex}.tuition-features li svg{width:18px;height:18px;color:var(--blue);flex-shrink:0;margin-top:2px}.tuition-img{border-right:2px solid var(--blue);min-height:340px;position:relative;overflow:hidden}.tuition-img img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}@media (max-width:760px){.tuition-img{border-right:none;border-bottom:2px solid var(--blue);min-height:220px}}.cta-section{background:#0f172a;padding:6rem 0;position:relative;overflow:hidden}.cta-bg-photo{z-index:0;position:absolute;inset:0}.cta-bg-overlay{background:#0a1832d1;position:absolute;inset:0}.cta-section:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(at 70%,#0c7ab82e 0%,#0000 65%);position:absolute;inset:0}.cta-section .container{z-index:2;position:relative}.cta-inner{grid-template-columns:1fr 340px;align-items:center;gap:4rem;display:grid}.cta-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#bae6fd;margin-bottom:.75rem;font-size:.78rem;font-weight:700}.cta-section h2{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-family:Fraunces,serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.2}.cta-body{color:#ffffffb3;max-width:50ch;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.cta-list{flex-direction:column;gap:.6rem;list-style:none;display:flex}.cta-list li{color:#ffffffd9;align-items:center;gap:.6rem;font-size:.95rem;display:flex}.cta-list svg{color:#4ade80;flex-shrink:0}.cta-card{text-align:center;background:#fff;border-radius:16px;padding:2.25rem 2rem;box-shadow:0 8px 40px #0000004d}.cta-price-label{text-transform:uppercase;letter-spacing:.1em;color:#0369a1;background:#e0f2fe;border-radius:99px;margin-bottom:1rem;padding:.2rem .75rem;font-size:.72rem;font-weight:700;display:inline-block}.cta-price{color:#0f172a;margin-bottom:.4rem;font-family:Fraunces,serif;font-size:3rem;font-weight:700;line-height:1}.cta-price-sub{color:#94a3b8;margin-bottom:1.5rem;font-size:.85rem}.cta-enroll-btn{color:#fff;background:#0c7ab8;border-radius:10px;margin-bottom:.9rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .15s,transform .1s;display:block}.cta-enroll-btn:hover{background:#085d8c;transform:translateY(-1px)}.cta-secure{color:#94a3b8;justify-content:center;align-items:center;gap:.35rem;margin:0;font-size:.75rem;display:flex}.footer{background:var(--text);color:var(--text-light);padding:4rem 0 0}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}@media (max-width:860px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}}.footer-brand .logo{color:var(--white);margin-bottom:.75rem;font-family:Fraunces,serif;font-size:1.2rem;font-weight:700}.footer-brand .logo span{color:var(--blue-mid)}.footer-brand p{max-width:26ch;font-size:.875rem;line-height:1.7}.footer-col h4{text-transform:uppercase;letter-spacing:.08em;color:var(--white);margin-bottom:1rem;font-size:.75rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer-col ul li a{color:var(--text-light);transition:color var(--transition);font-size:.875rem}.footer-col ul li a:hover{color:var(--blue-mid)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.footer-bottom p{font-size:.8rem}@media (max-width:900px){section,.cta-section{padding:4rem 0}.cta-inner{grid-template-columns:1fr;gap:2.5rem}.cta-card{width:100%;max-width:400px;margin:0 auto}.hero{padding:3.5rem 0}.footer{padding:3rem 0 0}.footer-grid{gap:2rem}}@media (max-width:640px){:root{--gutter:1rem}section{padding:3rem 0}.cta-section{padding:3.5rem 0}.hero{padding:2.5rem 0}.hero .container{gap:2rem}.section-header{max-width:100%;margin-bottom:2rem}.stats-inner{gap:.5rem}.stat-item+.stat-item{border-left:none;padding-left:0}.stat-item:nth-child(2n){border-left:1px solid #fff3;padding-left:.75rem}.stat-num{font-size:1.3rem}.stat-label{font-size:.75rem}.card{text-align:center;padding:1.25rem}.card-icon{margin-left:auto;margin-right:auto}.program-card-content{text-align:center;padding:1.5rem}.step-node{justify-content:center}.steps-track:before{display:none}.tuition-info{text-align:center;align-items:center;gap:.9rem;padding:1.5rem}.tuition-info .section-tag,.tuition-info .section-title,.tuition-info .section-body{text-align:center}.tuition-features{align-items:center}.tuition-features li{justify-content:center}.career-callout{padding:1.5rem}.career-callout-col h4{text-align:center}.career-callout-col ul li{justify-content:center}.different-highlight-text{text-align:center;align-items:center;padding:1.5rem}.different-highlight-text .btn{justify-content:center;width:100%;max-width:300px}.footer-brand{text-align:center}.footer-brand p{max-width:100%}.footer-col{text-align:center}.footer-col ul{align-items:center}.cta-actions{flex-direction:column;align-items:center}.cta-actions .btn{justify-content:center;width:100%;max-width:300px}.footer{padding:2.5rem 0 0}.footer-grid{gap:2rem;padding-bottom:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}.mobile-nav{z-index:200;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--border);padding:.4rem 0 env(safe-area-inset-bottom,.4rem);background:#fffffff7;grid-template-columns:repeat(5,1fr);display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000000f}@media (max-width:768px){.mobile-nav{display:grid}body{padding-bottom:calc(68px + env(safe-area-inset-bottom,16px))}}.mobile-nav-item{color:var(--text-muted);letter-spacing:.01em;transition:color var(--transition);flex-direction:column;justify-content:center;align-items:center;gap:.2rem;padding:.35rem .25rem;font-size:.65rem;font-weight:500;text-decoration:none;display:flex}.mobile-nav-item svg{width:21px;height:21px}.mobile-nav-item:active{color:var(--blue)}.mobile-nav-item[href=\/sign-in]{color:#fff}.mobile-nav-item[href=\/sign-in] svg{background:var(--blue-dark);color:#fff;border-radius:8px;width:28px;height:28px;padding:4px}.mobile-nav-item[href=\/sign-in] span{color:var(--blue-dark);font-weight:700}.mobile-nav-item[href=\/sign-in]:active svg{background:var(--blue-mid)}.mobile-nav-cta{flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:.2rem .25rem;text-decoration:none;display:flex}.mobile-nav-cta-bubble{background:var(--blue);width:44px;height:44px;box-shadow:var(--shadow-blue);color:var(--white);border:3px solid var(--white);transition:background var(--transition),transform var(--transition);border-radius:50%;justify-content:center;align-items:center;margin-top:-18px;display:flex}.mobile-nav-cta-bubble svg{width:18px;height:18px}.mobile-nav-cta:active .mobile-nav-cta-bubble{background:var(--blue-dark);transform:scale(.95)}.mobile-nav-cta span{color:var(--blue);letter-spacing:.01em;font-size:.65rem;font-weight:600}@media (max-width:400px){:root{--gutter:.875rem}.nav-logo{font-size:1.1rem}.btn{padding:.7rem 1.2rem;font-size:.9rem}.hero h1{font-size:2rem}.step-circle{width:40px;height:40px}.step-circle svg{width:17px;height:17px}.steps-track:before{left:19px}}@media (max-width:768px){input,input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],input[type=search],select,textarea{font-size:16px!important}}
