:root{--college-brand: #38bdf8;--college-brand-glow: rgba(56, 189, 248, .4)}body.theme-kinneret{--college-brand: #0ea5e9;--college-brand-glow: rgba(14, 165, 233, .4)}body.theme-nof-hagalil{--college-brand: #10b981;--college-brand-glow: rgba(16, 185, 129, .4)}.college-hero-bg{min-height:85vh;padding-top:150px;background-color:transparent;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;position:relative}.college-hero-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#0f172a66,#0f172afa);z-index:1}@media(min-width:968px){.college-hero-bg{background-attachment:fixed!important}.college-hero-bg:before{background:linear-gradient(to right,var(--college-brand-glow) 0%,rgba(15,23,42,.9) 40%,rgba(15,23,42,1) 100%)}}.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center}.college-brand-badge{display:inline-flex;align-items:center;gap:1rem;margin-bottom:2rem;background:#0f172a99;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:10px 20px;border-radius:50px;border:1px solid var(--college-brand-glow);box-shadow:0 4px 15px #0000004d}.college-brand-badge img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid var(--college-brand)}.college-brand-badge span{font-weight:700;color:var(--college-brand);font-size:.95rem;text-shadow:0 0 10px var(--college-brand-glow)}.college-title{font-size:4rem;line-height:1.1;margin-bottom:1.5rem}.college-title .highlight{background:linear-gradient(135deg,white 0%,var(--college-brand) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.college-desc{font-size:1.25rem;color:#cbd5e1;margin-bottom:3rem;line-height:1.6;max-width:600px}.tracks-grid-area{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.tracks-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%}.track-badge{display:flex;align-items:center;gap:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:1.25rem;border-radius:12px;transition:all .3s ease;text-decoration:none;color:inherit}.track-badge:hover{border-color:var(--college-brand);background:var(--college-brand-glow);transform:translateY(-2px)}.hero-lead-form h3{color:var(--college-brand)}.hero-lead-form button[type=submit]{background:linear-gradient(135deg,var(--college-brand),var(--college-brand));filter:brightness(.9)}.hero-lead-form button[type=submit]:hover{filter:brightness(1.1);box-shadow:0 0 20px var(--college-brand-glow)}.hero-lead-form input[type=checkbox]{accent-color:var(--college-brand)}.industry-strip{background:#0f172a66;border-bottom:1px solid rgba(255,255,255,.05);padding:1.5rem 0;margin-bottom:2rem;overflow:hidden}.industry-scroll{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;opacity:.6}.industry-logo-text{font-size:1.1rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:1px}.amenity-card{background:#1e293b66;border:1px solid rgba(255,255,255,.05);padding:2rem;border-radius:16px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.amenity-card:hover{background:#1e293bcc;border-color:var(--college-brand);transform:translateY(-5px)}.amenity-icon{font-size:3rem;margin-bottom:1rem;display:inline-block;filter:drop-shadow(0 0 10px var(--college-brand-glow))}@media(max-width:968px){.hero-layout{display:flex;flex-direction:column;align-items:flex-start;text-align:right;justify-content:center;width:100%;min-height:50vh;gap:1.5rem;padding-right:1rem;padding-left:1rem;padding-top:120px}.hero-layout>div{width:100%;position:relative;z-index:2}.college-hero-bg:before{background:linear-gradient(to left,#05050af2,#05050a99 40%,#05050a33,#05050a00),linear-gradient(to top,#05050ae6,#05050a00 50%)!important;background-blend-mode:normal;z-index:1}.college-hero-bg{padding-top:0!important;padding-bottom:3rem!important;background-position:center top!important}.college-brand-badge{display:inline-flex;transform:none!important;margin-bottom:1.5rem!important;padding:6px 16px;background:linear-gradient(90deg,rgba(5,5,5,.9) 0%,var(--college-brand-glow) 100%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-right:3px solid var(--college-brand);border-radius:50px;font-size:.85rem;font-weight:700;color:#f1f5f9;max-width:fit-content;align-self:flex-start}.college-brand-badge span{color:var(--college-brand)!important;text-shadow:0 0 15px var(--college-brand-glow)}.college-brand-badge img{width:24px;height:24px;margin-left:10px;border:2px solid var(--college-brand);border-radius:50%;object-fit:cover}.college-title{font-size:2.8rem!important;line-height:1.1;font-weight:950!important;margin-top:0;margin-bottom:1rem;padding:0;padding-bottom:.5rem;overflow-wrap:break-word;word-break:normal;text-shadow:none!important;background-image:linear-gradient(to left,var(--college-brand),transparent);background-size:40% 4px;background-repeat:no-repeat;background-position:right bottom}.college-desc{text-align:right;font-size:1.15rem;max-width:100%;margin-bottom:2rem;text-shadow:none!important;font-weight:500}.tech-grid-bg{opacity:1!important;z-index:0!important}}.tracks-grid{display:flex;flex-direction:column;gap:.75rem;max-width:450px;margin:0 auto}.tracks-grid-area{margin-top:3rem;border-top:none}.track-badge{flex-direction:row-reverse;justify-content:space-between;background:#ffffff12;border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 20px #0003;position:relative;overflow:hidden}.track-badge:after{content:"";position:absolute;right:0;top:0;bottom:0;width:4px;background:var(--college-brand);box-shadow:-2px 0 10px var(--college-brand)}} .college-location-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:50px;color:#cbd5e1;font-size:.95rem;margin-bottom:1.5rem;margin-top:-.5rem;font-weight:500}.college-location-badge i{color:var(--college-brand)}
