.hero{background:url('https://curiosophy.b-cdn.net/hero/front-page.png?format=auto&quality=85') center center / cover no-repeat;color:white;margin-top:-65px;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;position:relative;padding:calc(65px + 3rem) 3rem 3rem 3rem;z-index:0;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(14,51,141,0.3);z-index:1}.floating-element{position:absolute;opacity:.1;font-size:3rem;font-weight:300;color:white;animation:float 20s ease-in-out infinite;z-index:1;user-select:none;pointer-events:none}.floating-element:nth-child(1){top:15%;left:10%;animation-delay:0s;font-size:4rem}.floating-element:nth-child(2){top:25%;right:15%;animation-delay:-4s;font-size:3.5rem}.floating-element:nth-child(3){top:60%;left:20%;animation-delay:-8s;font-size:3rem}.floating-element:nth-child(4){top:70%;right:25%;animation-delay:-12s;font-size:3.2rem}.floating-element:nth-child(5){top:40%;left:70%;animation-delay:-16s;font-size:2.8rem}@keyframes float{0%,100%{transform:translateY(0) rotate(0)}25%{transform:translateY(-20px) rotate(2deg)}50%{transform:translateY(-15px) rotate(-1deg)}75%{transform:translateY(-25px) rotate(1deg)}}@media(max-width:768px){.floating-element{display:none}}@media(max-width:768px){.hero{background:linear-gradient(to bottom,rgba(14,51,141,0.95) 0,rgba(14,51,141,0.7) 100%),url('https://curiosophy.b-cdn.net/hero/front-page_lo.png') right center / cover no-repeat;background-attachment:fixed;filter:blur(0.5px);margin-top:0;min-height:60vh;padding:calc(65px + 1.5rem) 1.5rem 1rem 1.5rem;justify-content:flex-start}.hero::before{background:0}.hero-content{max-width:90%;text-align:left}.hero-features{gap:1rem;margin-bottom:2rem;justify-content:center;flex-direction:row;flex-wrap:wrap}.hero-scroll{margin-top:1rem;font-size:1.25rem;padding:.5rem}}.hero-content{max-width:600px;margin:0;position:relative;z-index:2;text-align:left}.hero h1{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em;text-shadow:0 2px 10px rgba(0,0,0,0.3)}@media(max-width:768px){.hero h1{font-size:2.2rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.125rem;margin-bottom:2rem}.btn-hero-main{padding:1rem 2rem;font-size:1rem}.hero-features{gap:1rem;margin-bottom:2.5rem;justify-content:center}.hero-feature{font-size:.875rem;gap:.5rem}.hero-feature i{font-size:1rem}}@media(max-width:480px){.hero{background:linear-gradient(to right,rgba(14,51,141,0.85) 0,rgba(14,51,141,0.4) 50%,rgba(14,51,141,0.1) 100%),url('https://curiosophy.b-cdn.net/hero/front-page_lo.png') right center / cover no-repeat;min-height:80vh;padding:calc(65px + 1.25rem) 1rem .75rem 1rem;justify-content:flex-start}.hero-content{max-width:85%;text-align:left}.hero h1{font-size:1.65rem;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:.9rem;margin-bottom:1.5rem;line-height:1.4}.hero-features{flex-direction:row;justify-content:flex-start;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.hero-feature{font-size:.8rem;gap:.375rem}.hero-feature i{font-size:.9rem}.btn-hero-main{padding:.8rem 1.5rem;font-size:.9rem}.hero-action{margin-bottom:1.5rem}.hero-scroll{margin-top:.75rem;font-size:1.125rem;padding:.375rem}}.btn-hero-main{background:#2563eb;color:white;padding:1rem 2rem;font-size:1.125rem;font-weight:600;border-radius:50px;text-decoration:none;display:inline-block;transition:all .3s ease;border:0;box-shadow:0 4px 20px rgba(37,99,235,0.3);position:relative;overflow:hidden;z-index:1}.btn-hero-main::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(255,255,255,0.3);border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease;z-index:-1}.btn-hero-main:hover{background:white;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,0.15);color:#2563eb;text-decoration:none}.btn-hero-main:hover::before{width:300px;height:300px}@media(hover:none) and (pointer:coarse){.btn-hero-main::before{display:none}}.hero-disclaimer{font-size:.875rem;color:rgba(255,255,255,0.7);margin-top:.75rem;margin-bottom:0;text-align:left;padding-left:0}.hero-scroll{display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:.8;transition:opacity .3s ease;font-size:1.5rem;animation:bounce 2s infinite;z-index:3;color:rgba(255,255,255,0.9);margin-top:1.5rem;padding:1rem}.hero-scroll:hover{opacity:1}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.section{padding:3rem 0 4rem 0;position:relative;z-index:10}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.25rem;font-weight:700;color:var(--dark);margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--gray-600);max-width:600px;margin:0 auto}.lectures-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}@media(max-width:768px){.lectures-grid{grid-template-columns:1fr;gap:1.5rem}.section{padding:2rem 0 3rem 0}.section-title{font-size:1.875rem}.section-subtitle{font-size:1rem}}.lecture-card{background:white;border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%;position:relative}.lecture-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--gray-300);background:white}.lecture-image-container{position:relative;overflow:hidden;height:200px}.lecture-image{width:100%;height:100%;object-fit:cover;background:var(--gray-200);transition:transform .3s ease}.lecture-card:hover .lecture-image{transform:scale(1.05)}.lecture-card{opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease forwards}.lecture-card:nth-child(1){animation-delay:.1s}.lecture-card:nth-child(2){animation-delay:.2s}.lecture-card:nth-child(3){animation-delay:.3s}.lecture-card:nth-child(4){animation-delay:.4s}.lecture-card:nth-child(5){animation-delay:.5s}.lecture-card:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media(hover:none) and (pointer:coarse){.lecture-card{box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06)}.lecture-card:hover{transform:none;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);border-color:var(--gray-200)}.lecture-card:hover .lecture-image{transform:none}.btn-hero-main:hover{background:#2563eb;color:white;transform:none}}.lecture-description{line-height:1.7}.hero-subtitle{line-height:1.6}.section-subtitle{line-height:1.6}.lecture-card-wrapper{display:block;text-decoration:none;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:all .3s ease;position:relative;z-index:1;-webkit-user-drag:none;user-drag:none}@media(max-width:768px){.lecture-card-wrapper{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;cursor:pointer}}.lecture-card-wrapper:hover{text-decoration:none;color:inherit}.lecture-card-wrapper:focus{outline:2px solid var(--primary);outline-offset:2px}.lecture-card-wrapper:active{opacity:.8;transform:scale(0.98)}.lecture-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.lecture-date{display:inline-flex;align-items:center;gap:.5rem;color:var(--gray-600);font-size:.875rem;font-weight:500;margin-bottom:.75rem}.lecture-title{font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:.75rem;line-height:1.3}.lecture-title a{color:inherit;text-decoration:none}.lecture-title a:hover{color:var(--primary)}.lecture-description{color:var(--gray-600);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;flex:1}.lecture-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--gray-200)}.lecture-lecturer{color:var(--gray-700);font-size:.95rem;font-weight:500;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.lecture-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.lecture-tag{padding:.25rem .5rem;background:var(--gray-100);border-radius:var(--radius-sm);font-size:.75rem;color:var(--gray-600);text-decoration:none;transition:all .2s ease}.lecture-tag:hover{background:var(--gray-200);color:var(--gray-700)}.lecture-price{font-size:1.25rem;font-weight:700;color:var(--primary)}.lecture-format{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:var(--gray-100);border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;color:var(--gray-700)}.cta-section{background:var(--gray-50);padding:4rem 2rem;text-align:center;margin-top:4rem;border-radius:var(--radius)}.cta-title{font-size:2rem;font-weight:700;color:var(--dark);margin-bottom:1rem}.cta-description{font-size:1.125rem;color:var(--gray-600);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width:768px){.hero{min-height:50vh;padding:calc(65px + 1rem) 1rem 1rem 1rem}.hero h1{font-size:2.5rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem}.btn-hero-main{padding:1rem 2rem;font-size:1rem}.hero-action{margin-bottom:3rem}.section-title{font-size:1.75rem}.lectures-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.hero h1{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1.125rem}.lecture-card-wrapper{display:block;-webkit-tap-highlight-color:transparent}}.desktop-only{display:block}.mobile-only{display:none}.hero-grid-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-width:650px;position:relative;z-index:2}.hero-text-section{margin-bottom:2rem}.hero-text-section h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:white}.hero-subtitle{font-size:1.5rem;font-weight:400;line-height:1.5;color:rgba(255,255,255,0.9);margin-bottom:1rem}.hero-cta-section{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:400px}.hero-action{margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:flex-start}.hero-features{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1.5rem;margin-bottom:2rem;max-width:100%}.hero-feature{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:rgba(255,255,255,0.9)}.hero-feature i{font-size:1.25rem;color:#2563eb;background:white;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero-visual-section{display:none}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);background:rgba(255,255,255,0.1);backdrop-filter:blur(5px);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;animation:bounce 2s infinite}.hero-scroll:hover{background:rgba(255,255,255,0.2);transform:translateX(-50%) translateY(-3px)}.hero-scroll i{color:white;font-size:1.25rem}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@media(max-width:768px){.desktop-only{display:none !important}.mobile-only{display:block !important}.hero{background:linear-gradient(135deg,#2563eb 0,#3b82f6 100%) !important;padding:20px;min-height:calc(100vh - 70px);display:flex;align-items:stretch}.hero-grid-container{display:grid;grid-template-rows:auto minmax(240px,300px) auto;gap:20px;width:100%;min-height:calc(100vh - 110px);max-width:none;align-items:stretch}.hero-text-section{align-self:start;padding-top:15px;text-align:center}.hero-text-section h1{font-size:clamp(26px,7vw,32px);line-height:1.15;margin-bottom:12px;font-weight:700;color:white;text-shadow:0 2px 10px rgba(0,0,0,0.2)}.hero-subtitle{font-size:clamp(15px,4vw,18px);line-height:1.4;opacity:.95;color:rgba(255,255,255,0.95);margin-bottom:0}.hero-visual-section{display:grid;place-items:center;background:rgba(255,255,255,0.08);border-radius:20px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.15);padding:10px;position:relative;overflow:hidden;align-self:center}.hero-image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-image{width:100%;height:100%;object-fit:contain;object-position:center}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:12px;opacity:.85}.hero-cta-section{display:grid;gap:15px;align-self:end;padding-bottom:10px}.hero-action{width:100%;display:flex;flex-direction:column;align-items:center}.btn-hero-main{background:white !important;color:#2563eb !important;padding:16px 24px;border-radius:30px;font-size:16px;font-weight:600;border:0;width:100%;max-width:320px;box-shadow:0 8px 24px rgba(0,0,0,0.15);text-align:center;transition:all .2s ease}.btn-hero-main:active{transform:scale(0.98);box-shadow:0 4px 12px rgba(0,0,0,0.15)}.hero-disclaimer{font-size:.75rem;color:rgba(255,255,255,0.8);margin-top:.5rem}.hero-features{display:flex;justify-content:center;gap:20px;font-size:14px;margin:0}.hero-feature{display:flex;align-items:center;gap:6px;white-space:nowrap;color:rgba(255,255,255,0.9)}.hero-feature i{font-size:14px}}@media(max-width:375px){.hero-grid-container{grid-template-rows:auto minmax(220px,260px) auto;gap:15px}.hero-visual-section{padding:8px}.hero-text-section h1{font-size:24px}.hero-subtitle{font-size:14px}}@media(min-width:430px) and (max-width:768px){.hero-grid-container{grid-template-rows:auto minmax(280px,320px) auto}}@keyframes fadeInDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.hero-text-section{animation:fadeInDown .6s ease-out}.hero-visual-section{animation:scaleIn .6s ease-out .2s both}.hero-cta-section{animation:fadeInUp .6s ease-out .4s both}}