@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");.bootcamps-page{--orange:#ff5e00;--orange-hover:#e05200;--orange-10:rgba(255,94,0,0.1);--white:#ffffff;--neutral-50:#fafafa;--neutral-100:#f5f5f5;--neutral-200:#e5e5e5;--neutral-300:#d4d4d4;--neutral-400:#a3a3a3;--neutral-500:#737373;--neutral-700:#404040;--neutral-900:#171717;--bc-font:"Inter",-apple-system,sans-serif;background:var(--neutral-50);color:var(--neutral-900);font-family:var(--bc-font);font-size:16px;line-height:1.6;overflow-x:hidden;scroll-behavior:smooth;min-height:100vh}.bootcamps-page *,.bootcamps-page :after,.bootcamps-page :before{box-sizing:border-box;margin:0;padding:0}.bootcamps-page .container{max-width:1280px;margin:0 auto;padding:0 80px;position:relative;z-index:1}.bootcamps-page nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:center;transition:top .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1)}.bootcamps-page nav.nav-top{top:0;padding:0}.bootcamps-page nav.nav-top .nav-inner{width:100%;max-width:100%;border-radius:0;background:rgba(255,255,255,.9);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(229,229,229,.5);box-shadow:0 1px 2px rgba(0,0,0,.04);padding:0 48px;height:73px;display:flex;align-items:center;justify-content:space-between;position:relative;transition:border-radius .35s,padding .35s,box-shadow .35s,background .35s}.bootcamps-page nav.nav-scrolled{top:12px;padding:0 24px}.bootcamps-page nav.nav-scrolled .nav-inner{width:fit-content;border-radius:9999px;background:linear-gradient(180deg,rgba(255,255,255,1),rgba(255,255,255,.96));backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 1px 2px rgba(0,0,0,.06),0 8px 24px rgba(0,0,0,.1),0 16px 32px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.08);padding:8px 8px 8px 20px;height:auto;display:flex;align-items:center;justify-content:center;position:relative;transition:border-radius .35s,padding .35s,box-shadow .35s,background .35s}.bootcamps-page .nav-logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--neutral-900);font-weight:600;font-size:14px;flex-shrink:0;white-space:nowrap}.bootcamps-page .nav-logo svg{color:var(--orange)}.bootcamps-page nav.nav-top .nav-links{position:absolute;left:50%;transform:translateX(-50%);display:flex;gap:0;list-style:none}.bootcamps-page nav.nav-scrolled .nav-links{position:static;transform:none;display:flex;gap:0;list-style:none;margin:0 8px}.bootcamps-page .nav-links a{color:var(--neutral-500);font-size:14px;font-weight:500;text-decoration:none;padding:8px 16px;border-radius:9999px;transition:color .15s,background .15s;white-space:nowrap}.bootcamps-page .nav-links a:hover{color:var(--neutral-900);background:rgba(0,0,0,.04)}.bootcamps-page .nav-link-active{color:var(--neutral-900)!important;font-weight:600!important}.bootcamps-page .nav-cta{background:var(--orange);color:#fff;padding:8px 18px;border-radius:9999px;font-size:13px;font-weight:500;text-decoration:none;margin-left:8px;flex-shrink:0;transition:background .15s,box-shadow .15s;box-shadow:0 1px 3px rgba(255,94,0,.25)}.bootcamps-page .nav-cta:hover{background:var(--orange-hover);box-shadow:0 0 20px rgba(255,94,0,.3)}.bootcamps-page .blob{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,94,0,.08) 0,rgba(255,94,0,.04) 40%,transparent 70%);filter:blur(120px);pointer-events:none;z-index:0}.bootcamps-page section{padding:96px 0;position:relative;overflow:hidden}.bootcamps-page .section-eyebrow{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--orange);letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px}.bootcamps-page .section-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--orange);flex-shrink:0}.bootcamps-page h1{font-size:60px;font-weight:500;line-height:1.1;letter-spacing:-1.5px;color:var(--neutral-900);margin-bottom:24px}.bootcamps-page h1 em{color:var(--orange);font-style:italic;font-family:Georgia,Times New Roman,serif;display:inline-block;transition:opacity .25s ease,transform .25s ease}.bootcamps-page h2{font-size:40px;font-weight:500;line-height:1.15;letter-spacing:-1.2px;color:var(--neutral-900);margin-bottom:16px}.bootcamps-page h3{font-size:17px;font-weight:600;color:var(--neutral-900);margin-bottom:8px;letter-spacing:-.2px}.bootcamps-page .section-sub{font-size:18px;color:var(--neutral-500);line-height:1.7;max-width:680px}.bootcamps-page .btn-primary{background:var(--orange);color:#fff;padding:14px 28px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background .15s,transform .15s,box-shadow .15s;box-shadow:0 2px 8px rgba(255,94,0,.3);animation:bc-throb 2s ease-in-out infinite}.bootcamps-page .btn-primary:hover{background:var(--orange-hover);transform:translateY(-1px) scale(1.02);box-shadow:0 6px 20px rgba(255,94,0,.45);animation:none}@keyframes bc-throb{0%,to{box-shadow:0 2px 8px rgba(255,94,0,.3);transform:scale(1)}50%{box-shadow:0 4px 24px rgba(255,94,0,.55);transform:scale(1.03)}}.bootcamps-page .btn-ghost-text{color:var(--neutral-500);font-size:15px;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .15s}.bootcamps-page .btn-ghost-text:hover{color:var(--neutral-900)}.bootcamps-page .btn-outline{border:1px solid var(--neutral-200);background:var(--white);color:var(--neutral-900);padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:border-color .15s,box-shadow .15s}.bootcamps-page .btn-outline:hover{border-color:var(--neutral-400);box-shadow:0 2px 8px rgba(0,0,0,.06)}.bootcamps-page .hero{padding:220px 0 80px;position:relative;overflow:hidden;background-color:var(--neutral-50);background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 0),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 0);background-size:56px 56px}.bootcamps-page .hero-inner{max-width:1280px;margin:0 auto;padding:0 80px}.bootcamps-page .hero-tag{display:inline-flex;align-items:center;gap:10px;background:#ffffff;border:1px solid #e5e5e5;border-radius:9999px;padding:5px 14px;font-size:12px;font-weight:500;color:#525252;margin-bottom:28px;position:relative;z-index:5}.bootcamps-page .hero-tag strong{color:#404040!important;font-weight:600}.bootcamps-page .hero-tag-dot{width:6px;height:6px;border-radius:50%;background:#737373;flex-shrink:0}.bootcamps-page .hero-sub{color:var(--neutral-500);font-size:20px;font-weight:400;line-height:1.6;margin-bottom:40px;max-width:520px}.bootcamps-page .hero-ctas{display:flex;gap:28px;align-items:center;margin-bottom:28px}.bootcamps-page .hero-meta{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--neutral-400);flex-wrap:wrap}.bootcamps-page .hero-meta-sep{color:var(--neutral-300)}.bootcamps-page .proof-strip{background:var(--neutral-100);border-top:1px solid var(--neutral-200);border-bottom:1px solid var(--neutral-200);padding:18px 0}.bootcamps-page .proof-strip-inner{max-width:1280px;margin:0 auto;padding:0 80px;display:flex;align-items:center;justify-content:center;gap:48px}.bootcamps-page .proof-item{font-size:14px;color:var(--neutral-500)}.bootcamps-page .proof-item strong{color:var(--neutral-900);font-weight:700}.bootcamps-page .cohort-details{background:var(--white);border-bottom:1px solid var(--neutral-200);padding:32px 0}.bootcamps-page .cohort-details .container{padding-top:0;padding-bottom:0}.bootcamps-page .details-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--neutral-200);border-radius:16px;overflow:hidden;margin:0}.bootcamps-page .detail-cell{padding:24px 28px;border-right:1px solid var(--neutral-200)}.bootcamps-page .detail-cell:last-child{border-right:none}.bootcamps-page .detail-label{font-size:11px;font-weight:600;color:var(--neutral-400);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.bootcamps-page .detail-value{font-size:20px;font-weight:600;color:var(--neutral-900);letter-spacing:-.3px;line-height:1.3}.bootcamps-page .ideas{background:var(--white);border-bottom:1px solid var(--neutral-200)}.bootcamps-page .ideas-cols,.bootcamps-page .ideas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.bootcamps-page .ideas-col{padding:32px;background:var(--white);border:1px solid var(--neutral-200);border-radius:20px;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.bootcamps-page .ideas-col:before{content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;border-radius:50%;background:rgba(255,94,0,.15);filter:blur(40px);opacity:.5;z-index:0;transition:opacity .3s ease}.bootcamps-page .ideas-col:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08);border-color:var(--neutral-400)}.bootcamps-page .ideas-col:hover:before{opacity:.85}.bootcamps-page .ideas-col>*{position:relative;z-index:1}.bootcamps-page .ideas-col-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:20px;background:rgba(255,94,0,.12);color:var(--orange)}.bootcamps-page .ideas-col-title{font-size:18px;font-weight:600;color:var(--neutral-900);margin-bottom:8px;letter-spacing:-.2px}.bootcamps-page .ideas-col-tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px;color:var(--orange)}.bootcamps-page .idea-list{list-style:none;display:flex;flex-direction:column;gap:0}.bootcamps-page .idea-list li{font-size:15px;color:var(--neutral-700);line-height:1.55;font-weight:400;padding-top:16px;border-top:1px solid var(--neutral-200)}.bootcamps-page .idea-list li:first-child{padding-top:0;border-top:none}.bootcamps-page .agenda{background:var(--neutral-50);border-bottom:1px solid var(--neutral-200)}.bootcamps-page .agenda-table{margin-top:48px;border:1px solid var(--neutral-200);border-radius:16px;overflow:hidden;background:var(--white)}.bootcamps-page .agenda-header-cell{font-size:11px;font-weight:600;color:var(--neutral-400);text-transform:uppercase;letter-spacing:.08em}.bootcamps-page .pricing{background:transparent;border-bottom:1px solid var(--neutral-200);overflow:hidden;position:relative}.bootcamps-page .pricing .container{position:relative;z-index:1}.bootcamps-page .pricing-inner-bg{background:#111110;border-radius:24px;padding:64px;position:relative;overflow:hidden}.bootcamps-page .pricing .section-eyebrow{color:#ff8c47}.bootcamps-page .pricing .section-eyebrow:before{background:#ff8c47}.bootcamps-page .pricing h2{color:#ffffff}.bootcamps-page .pricing-wrap{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px;align-items:stretch}.bootcamps-page .pricing-left{display:flex;flex-direction:column;gap:24px}.bootcamps-page .pricing-card{background:#1a1a18;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;flex:1;display:flex;flex-direction:column}.bootcamps-page .pricing-card-label{font-size:11px;font-weight:600;color:rgba(255,255,255,.4);letter-spacing:.1em;text-transform:uppercase;margin-bottom:24px}.bootcamps-page .pricing-inc-list{list-style:none;display:flex;flex-direction:column;justify-content:space-around;flex:1;gap:14px}.bootcamps-page .pricing-inc-list li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:rgba(255,255,255,.7);line-height:1.5}.bootcamps-page .pricing-inc-list .ck{color:var(--orange);flex-shrink:0;margin-top:1px}.bootcamps-page .pricing-byo{margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.bootcamps-page .pricing-byo-label{font-size:11px;font-weight:600;color:rgba(255,255,255,.4);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}.bootcamps-page .pricing-byo-text{font-size:13px;color:rgba(255,255,255,.6);line-height:1.5}.bootcamps-page .pricing-cta-card{background:#1a1a18;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;display:flex;flex-direction:column;justify-content:center}.bootcamps-page .pricing-tier{font-size:11px;font-weight:600;color:rgba(255,255,255,.4);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.bootcamps-page .pricing-amount{font-size:56px;font-weight:600;color:#ffffff;letter-spacing:-2px;line-height:1;margin-bottom:4px}.bootcamps-page .pricing-early{font-size:12px;color:var(--orange);margin-bottom:4px}.bootcamps-page .pricing-next{font-size:13px;color:rgba(255,255,255,.4);margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.08)}.bootcamps-page .cohort-divider{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08)}.bootcamps-page .cohort-pick-label{font-size:11px;font-weight:600;color:rgba(255,255,255,.4);letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}.bootcamps-page .cohort-options{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.bootcamps-page .cohort-option{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-radius:10px;text-decoration:none;transition:background .15s,border-color .15s,box-shadow .15s,transform .15s}.bootcamps-page .cohort-option-primary{background:var(--orange);border:1px solid var(--orange);box-shadow:0 0 24px rgba(255,94,0,.3)}.bootcamps-page .cohort-option-primary:hover{background:var(--orange-hover);box-shadow:0 0 36px rgba(255,94,0,.5);transform:translateY(-1px)}.bootcamps-page .cohort-option-disabled{background:rgba(255,255,255,.025);border:1px dashed rgba(255,255,255,.1);cursor:not-allowed}.bootcamps-page .cohort-option-left{display:flex;flex-direction:column;gap:2px;min-width:0}.bootcamps-page .cohort-option-date{font-size:15px;font-weight:600;line-height:1.2;letter-spacing:-.2px}.bootcamps-page .cohort-option-meta{font-size:12px;line-height:1.3}.bootcamps-page .cohort-option-primary .cohort-option-date{color:#fff}.bootcamps-page .cohort-option-primary .cohort-option-meta{color:rgba(255,255,255,.85)}.bootcamps-page .cohort-option-disabled .cohort-option-date{color:rgba(255,255,255,.5)}.bootcamps-page .cohort-option-disabled .cohort-option-meta{color:rgba(255,255,255,.3)}.bootcamps-page .cohort-option-cta{font-size:13px;font-weight:600;white-space:nowrap;display:flex;align-items:center;gap:6px;flex-shrink:0}.bootcamps-page .cohort-option-primary .cohort-option-cta{color:#fff}.bootcamps-page .cohort-option-arrow{transition:transform .15s}.bootcamps-page .cohort-option-primary:hover .cohort-option-arrow{transform:translateX(2px)}.bootcamps-page .cohort-locked{font-size:12px;color:rgba(255,255,255,.4);white-space:nowrap;display:flex;align-items:center;gap:6px;flex-shrink:0}.bootcamps-page .cohort-locked svg{width:12px;height:12px;flex-shrink:0}.bootcamps-page .cohort-tag{align-self:flex-start;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:9999px;margin-bottom:6px}.bootcamps-page .cohort-tag-next{background:rgba(255,255,255,.18);color:#fff}.bootcamps-page .cohort-tag-later{background:rgba(255,255,255,.05);color:rgba(255,255,255,.4)}.bootcamps-page .pricing-trust{display:flex;align-items:center;justify-content:center;gap:16px;font-size:12px;color:rgba(255,255,255,.3)}.bootcamps-page .pricing-guarantee{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px 24px;display:flex;gap:14px;align-items:flex-start}.bootcamps-page .pricing-guarantee p{font-size:14px;color:rgba(255,255,255,.6);line-height:1.6}.bootcamps-page .pricing-guarantee p strong{color:rgba(255,255,255,.9)}.bootcamps-page .faq{background:var(--neutral-50)}.bootcamps-page .faq-list{margin-top:40px}.bootcamps-page .faq-item{border-bottom:1px solid var(--neutral-200)}.bootcamps-page .faq-item:first-child{border-top:1px solid var(--neutral-200)}.bootcamps-page .faq-q{padding:22px 0;font-size:16px;font-weight:400;color:var(--neutral-900);cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none;transition:color .15s}.bootcamps-page .faq-q:hover{color:var(--neutral-500)}.bootcamps-page .faq-toggle{color:var(--neutral-400);font-size:20px;font-weight:300;transition:transform .25s;line-height:1;flex-shrink:0}.bootcamps-page .faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s;font-size:15px;color:var(--neutral-500);line-height:1.75}.bootcamps-page .faq-item.open .faq-a{max-height:240px;padding-bottom:22px}.bootcamps-page .faq-item.open .faq-toggle{transform:rotate(45deg)}.bootcamps-page footer{background:var(--white);border-top:1px solid var(--neutral-200);padding:80px 0}.bootcamps-page .footer-inner{max-width:1280px;margin:0 auto;padding:0 80px;display:flex;justify-content:space-between;gap:48px;flex-wrap:wrap}.bootcamps-page .footer-brand{max-width:280px;display:flex;flex-direction:column;gap:16px}.bootcamps-page .footer-logo-row{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--neutral-900)}.bootcamps-page .footer-desc{font-size:14px;color:var(--neutral-500);line-height:1.6}.bootcamps-page .footer-copy{font-size:13px;color:var(--neutral-400)}.bootcamps-page .footer-cols{display:flex;gap:48px}.bootcamps-page .footer-col{display:flex;flex-direction:column;gap:12px}.bootcamps-page .footer-col-head{font-size:13px;font-weight:600;color:var(--neutral-900);margin-bottom:4px}.bootcamps-page .footer-col a{font-size:14px;color:var(--neutral-500);text-decoration:none;transition:color .15s}.bootcamps-page .footer-col a:hover{color:var(--neutral-900)}.bootcamps-page .mobile-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:36px;height:36px;padding:0;margin-left:8px;background:transparent;border:0;border-radius:8px;cursor:pointer;flex-shrink:0}.bootcamps-page .mobile-toggle span{display:block;width:20px;height:2px;background:var(--neutral-900);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.bootcamps-page .mobile-toggle.open span:first-child{transform:translateY(6px) rotate(45deg)}.bootcamps-page .mobile-toggle.open span:nth-child(2){opacity:0}.bootcamps-page .mobile-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.bootcamps-page .mobile-backdrop{position:fixed;inset:0;z-index:195;background:transparent}.bootcamps-page .mobile-menu{position:fixed;top:80px;left:16px;right:16px;z-index:199;background:rgba(255,255,255,.98);backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);border-radius:16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 12px 32px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.08);padding:12px;display:flex;flex-direction:column;gap:2px;max-height:calc(100vh - 100px);overflow-y:auto}.bootcamps-page .mobile-menu a{display:block;padding:12px 16px;border-radius:8px;font-size:15px;font-weight:500;color:var(--neutral-700);text-decoration:none;transition:background .15s,color .15s}.bootcamps-page .mobile-menu a.active,.bootcamps-page .mobile-menu a:hover{background:rgba(0,0,0,.04);color:var(--neutral-900)}.bootcamps-page .mobile-menu a.active{font-weight:600}.bootcamps-page .mobile-menu-divider{height:1px;background:var(--neutral-200);margin:8px 4px}.bootcamps-page .mobile-menu-section-label{font-size:11px;font-weight:600;color:var(--neutral-400);letter-spacing:.08em;text-transform:uppercase;padding:8px 16px 4px}.bootcamps-page .mobile-menu-cta{background:var(--orange);color:#fff!important;text-align:center;margin-top:8px;padding:14px 16px!important;font-weight:600!important;box-shadow:0 2px 8px rgba(255,94,0,.3)}.bootcamps-page .mobile-menu-cta:hover{background:var(--orange-hover)!important;color:#fff!important}@media (max-width:1024px){.bootcamps-page .container,.bootcamps-page .footer-inner,.bootcamps-page .hero-inner,.bootcamps-page .proof-strip-inner{padding:0 48px}.bootcamps-page .hero{padding:140px 0 64px}.bootcamps-page h1{font-size:48px}.bootcamps-page h2{font-size:32px}.bootcamps-page .pricing-wrap{grid-template-columns:1fr}.bootcamps-page .pricing-inner-bg{padding:48px}.bootcamps-page .ideas-cols,.bootcamps-page .ideas-grid{grid-template-columns:1fr;gap:16px}.bootcamps-page .proof-strip-inner{flex-wrap:wrap;gap:16px 32px;justify-content:center;text-align:center}.bootcamps-page nav .nav-cta,.bootcamps-page nav.nav-scrolled .nav-links,.bootcamps-page nav.nav-top .nav-links{display:none}.bootcamps-page .mobile-toggle{display:flex}.bootcamps-page nav.nav-top .nav-inner{padding:0 20px}}@media (max-width:768px){.bootcamps-page .container,.bootcamps-page .footer-inner,.bootcamps-page .hero-inner,.bootcamps-page .proof-strip-inner{padding:0 24px}.bootcamps-page .hero{padding:120px 0 48px}.bootcamps-page nav.nav-top .nav-inner{padding:0 20px;height:64px}.bootcamps-page .mobile-menu{top:72px}.bootcamps-page h1{font-size:36px;letter-spacing:-1px}.bootcamps-page h2{font-size:28px}.bootcamps-page section{padding:64px 0}.bootcamps-page .details-grid{grid-template-columns:1fr}.bootcamps-page .detail-cell{border-right:none;border-bottom:1px solid var(--neutral-200)}.bootcamps-page .detail-cell:last-child{border-bottom:none}.bootcamps-page .pricing-inner-bg{padding:32px 24px;border-radius:20px}.bootcamps-page .pricing-card,.bootcamps-page .pricing-cta-card{padding:24px}.bootcamps-page .pricing-amount{font-size:44px}.bootcamps-page .cohort-option{padding:14px 16px}.bootcamps-page .cohort-option-cta{font-size:12px}.bootcamps-page .pricing-trust{flex-wrap:wrap;gap:8px 16px;justify-content:center;text-align:center}.bootcamps-page .hero-ctas{flex-wrap:wrap;gap:16px 28px}.bootcamps-page .hero-sub{font-size:17px}.bootcamps-page .footer-inner{flex-direction:column;gap:32px}.bootcamps-page .footer-cols{gap:32px;flex-wrap:wrap}}@media (max-width:480px){.bootcamps-page .container,.bootcamps-page .footer-inner,.bootcamps-page .hero-inner,.bootcamps-page .proof-strip-inner{padding:0 16px}.bootcamps-page .hero{padding:104px 0 40px}.bootcamps-page h1{font-size:30px;letter-spacing:-.6px}.bootcamps-page h2{font-size:24px;letter-spacing:-.6px}.bootcamps-page .hero-sub{font-size:16px;margin-bottom:28px}.bootcamps-page .hero-ctas{flex-direction:column;align-items:stretch;gap:12px}.bootcamps-page .btn-primary{justify-content:center;width:100%;padding:14px 20px}.bootcamps-page .btn-ghost-text{justify-content:center}.bootcamps-page .pricing-inner-bg{padding:28px 18px}.bootcamps-page .pricing-card,.bootcamps-page .pricing-cta-card{padding:20px}.bootcamps-page .pricing-amount{font-size:38px;letter-spacing:-1.2px}.bootcamps-page .pricing-next{margin-bottom:24px;padding-bottom:18px}.bootcamps-page .cohort-option{flex-wrap:wrap;gap:10px;padding:14px}.bootcamps-page .cohort-locked,.bootcamps-page .cohort-option-cta{width:100%;justify-content:flex-start}.bootcamps-page .cohort-option-date{font-size:14px}.bootcamps-page .cohort-option-meta{font-size:11px}.bootcamps-page .pricing-guarantee{padding:16px;gap:10px}.bootcamps-page .pricing-guarantee p{font-size:13px}.bootcamps-page .detail-cell{padding:18px 20px}.bootcamps-page .detail-value{font-size:17px}.bootcamps-page .faq-q{font-size:15px;padding:18px 0}.bootcamps-page .faq-a{font-size:14px}.bootcamps-page footer,.bootcamps-page section{padding:56px 0}}