@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@500;700;800&display=swap";:root{--bg-main: #f8fafc;--bg-secondary: #e2e8f0;--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(0, 0, 0, .08);--glass-highlight: rgba(0, 0, 0, .15);--primary: #dc2626;--primary-glow: rgba(220, 38, 38, .3);--secondary: #991b1b;--secondary-glow: rgba(153, 27, 27, .3);--accent: #b91c1c;--text-main: #0f172a;--text-muted: #64748b;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--container-width: 1000px;--nav-height: 80px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-main);background-image:radial-gradient(circle at 15% 50%,rgba(220,38,38,.06),transparent 25%),radial-gradient(circle at 85% 30%,rgba(153,27,27,.06),transparent 25%);color:var(--text-main);line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-align:center}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#64748b}img{max-width:100%;height:auto;display:block;margin:0 auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.1;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.02em;text-transform:uppercase}a{text-decoration:none;color:inherit;transition:all .3s ease}button{font-family:var(--font-heading);cursor:pointer;border:none;background:none}ul{list-style:none;text-align:left}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem;width:100%;display:flex;flex-direction:column;align-items:center}.text-gradient{background:linear-gradient(135deg,var(--text-main) 0%,var(--text-muted) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.text-gradient-primary{background:linear-gradient(135deg,var(--secondary) 0%,var(--primary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:gradient-move 5s ease infinite alternate}.text-muted{color:var(--text-muted)}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:12px;padding:2rem;transition:all .3s ease;text-align:left;box-shadow:0 4px 6px #0000001a}.glass-card:hover{border-color:var(--glass-highlight);background:#ffffffe6;box-shadow:0 10px 25px #00000014;transform:translateY(-2px)}.btn-primary{background:var(--primary);color:#fff;padding:1rem 2.5rem;border-radius:8px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:1.125rem;box-shadow:0 0 20px var(--primary-glow);transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;width:100%;position:relative;overflow:hidden;z-index:1}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s;z-index:-1}.btn-primary:hover:before{left:100%}@media(min-width:640px){.btn-primary{width:auto}}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px var(--primary-glow);background:#b91c1c}.app-wrapper{min-height:100vh;background-color:var(--bg-main);color:var(--text-main);overflow-x:hidden}::selection{background:var(--primary);color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes gradient-move{0%{background-position:0% 50%}to{background-position:100% 50%}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 20px var(--primary-glow)}50%{box-shadow:0 0 40px var(--primary-glow)}to{box-shadow:0 0 20px var(--primary-glow)}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:100;transition:all .3s ease;background:transparent}.navbar.scrolled{background:#f8fafcd9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 4px 20px #0000000d}.nav-container{height:var(--nav-height);display:flex;align-items:center;justify-content:center;padding:0 1.5rem;max-width:var(--container-width);margin:0 auto}.nav-brand{cursor:pointer;margin-right:2rem;display:flex;align-items:center}.nav-logo{height:120px;width:auto;object-fit:contain}.nav-sections{display:none;align-items:center;gap:2rem}.nav-sections a{position:relative;font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color .3s ease;text-transform:uppercase;letter-spacing:.05em}.nav-sections a:hover,.nav-sections a.active{color:var(--text-main)}.nav-sections a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background:var(--primary);transition:width .3s ease;box-shadow:0 0 8px var(--primary)}.nav-sections a:hover:after,.nav-sections a.active:after{width:100%}.nav-cta-container{margin-left:auto}.nav-btn.btn-primary{padding:.75rem 1.5rem;font-size:.875rem}@media(min-width:768px){.nav-container{justify-content:flex-start;padding:0 2rem}.nav-sections{display:flex;animation:fadeIn .8s ease-out}.nav-cta-container{margin-left:auto;animation:fadeIn .8s ease-out .2s backwards}}.hero-section{position:relative;min-height:auto;padding:8rem 0 4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.hero-blob-1,.hero-blob-2{display:block;position:absolute;border-radius:50%;filter:blur(80px);z-index:-1;opacity:.6;animation:float 10s ease-in-out infinite}.hero-blob-1{top:-10%;left:-10%;width:500px;height:500px;background:#dc262626;animation-delay:0s}.hero-blob-2{bottom:0%;right:-10%;width:600px;height:600px;background:#991b1b26;animation-delay:-5s}.hero-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;z-index:10;max-width:800px}.hero-badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);margin-bottom:2rem;font-weight:600;color:var(--secondary);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn 1s ease-out}.hero-title{font-size:2.5rem;line-height:1.1;font-weight:800;margin-bottom:1rem;text-transform:uppercase;background:linear-gradient(to right,#0f172a,#475569,#0f172a);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;animation:gradient-move 8s linear infinite,fadeIn 1s ease-out .2s backwards}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);font-weight:400;margin-bottom:2rem;line-height:1.6;animation:fadeIn 1s ease-out .4s backwards}.hero-subtitle strong{color:var(--text-main);display:block;margin-bottom:.5rem;font-size:1.5rem}.hero-description{font-size:1.125rem;color:var(--text-muted);margin-bottom:3rem;max-width:600px;animation:fadeIn 1s ease-out .6s backwards}.hero-actions{width:100%;max-width:400px;margin-bottom:4rem;animation:fadeIn 1s ease-out .8s backwards}.hero-video-container{position:relative;width:100%;max-width:900px;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;border:1px solid var(--glass-border);box-shadow:0 0 50px #8b5cf61a;background:#000;animation:fadeIn 1s ease-out 1s backwards,pulse-glow 5s ease-in-out infinite}.hero-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.hero-caption{margin-top:1rem;font-size:.875rem;color:var(--text-muted);opacity:.7;animation:fadeIn 1s ease-out 1.2s backwards}@media(min-width:768px){.hero-title{font-size:4rem}}.countdown-container{display:flex;align-items:center;justify-content:center;gap:1rem;margin:2rem 0;color:var(--text-main);font-family:Inter,sans-serif}.countdown-item{display:flex;flex-direction:column;align-items:center}.countdown-value{font-size:2.5rem;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;color:var(--primary);background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.countdown-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-top:.5rem}.countdown-separator{font-size:2rem;font-weight:700;color:var(--text-muted);margin-bottom:1rem}@media(max-width:768px){.countdown-container{gap:.5rem}.countdown-value{font-size:1.75rem}.countdown-separator{font-size:1.5rem}}.countdown-container.countdown-expired{flex-direction:column;padding:2rem;background:linear-gradient(135deg,#dc26261a,#991b1b1a);border-radius:1rem;border:1px solid rgba(220,38,38,.2)}.countdown-message{text-align:center}.countdown-message h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.countdown-message p{color:var(--text-muted);margin:0}.mastery-section{padding:6rem 0;background:var(--bg-main)}.mastery-title{font-size:2rem;font-weight:800;text-transform:uppercase;margin-bottom:3rem;text-align:center;color:var(--text-main)}.mastery-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}.mastery-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;padding:2rem;text-align:left;transition:all .3s ease}.mastery-card:hover{border-color:var(--primary);box-shadow:0 8px 20px #0000000f}.feature-number{display:block;font-size:2rem;font-weight:800;color:var(--primary);font-family:var(--font-heading);margin-bottom:1rem;opacity:.7}.mastery-item-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-main);text-transform:none}.mastery-card p{color:var(--text-muted);font-size:1rem;line-height:1.6}@media(min-width:768px){.mastery-grid{grid-template-columns:repeat(3,1fr)}}.mastery-card ul{list-style:none;padding:0}.mastery-card li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--text-main);font-size:.9rem;line-height:1.5}.mastery-card li:before{content:"•";position:absolute;left:0;color:var(--primary);font-weight:700}.mastery-tools-section{margin-top:6rem;width:100%}.tools-title{text-align:center;font-size:2rem;font-weight:800;margin-bottom:3rem;text-transform:uppercase;color:var(--text-main)}.tools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:800px;margin:0 auto}.tool-card{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:8px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .2s ease}.tool-card:hover{border-color:var(--primary);background:#ffffffe6}.tool-number{font-size:1.5rem;font-weight:800;color:var(--glass-border);font-family:var(--font-heading)}.tool-card:hover .tool-number{color:var(--primary)}.tool-name{font-size:1.125rem;font-weight:600;color:var(--text-main)}.audience-section{padding:6rem 0;background:var(--bg-secondary);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border)}.audience-title{font-size:2.5rem;font-weight:800;text-transform:uppercase;margin-bottom:3rem;text-align:center}.audience-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}.audience-card{background:var(--bg-main);border:1px solid var(--glass-border);border-radius:12px;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease}.audience-card:hover{border-color:var(--primary);transform:translateY(-5px)}.audience-icon-wrapper{background:#8b5cf61a;padding:1rem;border-radius:50%;margin-bottom:1.5rem;color:var(--primary);display:flex;align-items:center;justify-content:center}.audience-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-main)}.audience-card p{color:var(--text-muted);font-size:.95rem;line-height:1.5}@media(min-width:768px){.mastery-grid,.tools-grid{grid-template-columns:repeat(3,1fr)}}.tools-section{padding:4rem 0;background:var(--bg-secondary);border-top:1px solid var(--glass-border)}.tools-title{font-size:1.5rem;font-weight:800;text-transform:uppercase;text-align:center;margin-bottom:.5rem;color:var(--text-main)}.tools-subtitle{font-size:1rem;color:var(--text-muted);text-align:center;margin-bottom:2.5rem}.tools-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem}.tool-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;min-width:120px;transition:transform .3s ease}.tool-item:hover{transform:translateY(-3px)}.tool-logo{width:48px;height:48px;object-fit:contain}.tool-name{font-size:.875rem;font-weight:600;color:var(--text-muted);text-align:center}@media(min-width:768px){.tools-grid{gap:3rem}.tool-logo{width:56px;height:56px}}.curriculum-section{padding:6rem 0;background:var(--bg-secondary);border-top:1px solid var(--glass-border)}.curriculum-title{font-size:2rem;font-weight:800;text-transform:uppercase;margin-bottom:3rem;text-align:center;color:var(--text-main)}.curriculum-list{width:100%;max-width:700px;display:flex;flex-direction:column;gap:1.5rem}.curriculum-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;transition:all .3s ease}.curriculum-item:hover{border-color:var(--primary);box-shadow:0 4px 15px #0000000d}.module-id{font-weight:800;color:var(--primary);font-size:1.25rem;font-family:var(--font-heading);min-width:40px}.module-content{flex:1}.module-topic{font-weight:700;font-size:1.125rem;color:var(--text-main);margin-bottom:.5rem;text-transform:none}.module-outcome{font-size:.95rem;line-height:1.6;color:var(--text-muted)}@media(min-width:768px){.curriculum-item{padding:2rem}}.instructor-section{padding:8rem 0;background:var(--bg-secondary);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border)}.instructor-container{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:800px;margin:0 auto}.instructor-title{font-size:2rem;font-weight:800;text-transform:uppercase;margin-bottom:3rem;text-align:center;color:var(--text-main)}.instructor-card{background:var(--bg-main);border:1px solid var(--glass-border);border-radius:12px;padding:3rem;width:100%;position:relative;overflow:hidden}.instructor-avatar{width:280px;height:280px;border-radius:50%;object-fit:cover;object-position:center top;margin:0 auto 2.5rem;border:5px solid var(--primary);box-shadow:0 12px 40px #dc262633}.instructor-name{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--text-main)}.instructor-role{font-size:1rem;color:var(--primary);font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;line-height:1.5}.instructor-bio{font-size:1.125rem;color:var(--text-muted);line-height:1.7;max-width:700px;margin:0 auto}.instructor-bio p{margin-bottom:1.5rem}.instructor-bio p:last-child{margin-bottom:0}.testimonials-section{padding:6rem 0;background:var(--bg-main)}.testimonials-title{font-size:2rem;font-weight:800;text-transform:uppercase;margin-bottom:3rem;text-align:center;color:var(--text-main)}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}.testimonial-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;padding:2rem;text-align:left;transition:all .3s ease}.testimonial-card:hover{border-color:var(--primary);box-shadow:0 8px 20px #0000000f}.testimonial-quote{font-size:1.1rem;line-height:1.7;color:var(--text-main);margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-name{font-weight:700;color:var(--text-main);font-size:1rem}.testimonial-role{font-size:.875rem;color:var(--text-muted)}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.cta-section{padding:8rem 0;position:relative;overflow:hidden;text-align:center;background:var(--bg-main);display:flex;flex-direction:column;align-items:center}.cta-bg-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(220,38,38,.1) 0%,rgba(153,27,27,.08) 30%,transparent 70%);z-index:1;animation:pulse-glow 8s ease-in-out infinite alternate}.cta-content{position:relative;z-index:10;max-width:800px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;text-transform:uppercase;color:var(--text-main)}.cta-desc{font-size:1.25rem;color:var(--text-muted);max-width:600px;margin-bottom:2rem;line-height:1.6}.cta-price{font-size:3rem;font-weight:800;color:var(--text-main);margin-bottom:1.5rem}.cta-btn{font-size:1.25rem;padding:1.25rem 3rem;margin-bottom:1.5rem}.cta-note{font-size:.9rem;color:var(--text-muted);font-style:italic}.footer{padding:3rem 0;border-top:1px solid var(--glass-border);background:#e2e8f0;text-align:center}.footer-container{max-width:var(--container-width);margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-brand{display:flex;align-items:center}.footer-logo{height:120px;width:auto;object-fit:contain}.footer-copy{font-size:.875rem;color:var(--text-muted)}.footer-links{display:flex;gap:2rem;justify-content:center}.footer-link{font-size:.875rem;color:var(--text-muted);transition:color .3s ease}.footer-link:hover{color:var(--primary)}@media(min-width:768px){.cta-title{font-size:4rem}.footer-container{flex-direction:row;justify-content:space-between}}.checkout-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.checkout-modal{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:2rem;position:relative;box-shadow:0 20px 60px #0003;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.checkout-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background:var(--bg-secondary);border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .2s ease}.checkout-close:hover{background:var(--glass-border);color:var(--text-main)}.checkout-header{text-align:center;margin-bottom:1.5rem}.checkout-instructor-img{width:72px;height:72px;border-radius:50%;object-fit:cover;margin-bottom:.75rem;box-shadow:0 4px 12px #0000001a}.checkout-header h2{font-size:1.5rem;font-weight:800;color:var(--text-main);margin-bottom:.25rem}.checkout-subtitle{color:var(--text-muted);font-size:.95rem}.checkout-details{background:var(--bg-secondary);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;text-align:center}.checkout-price{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.price-label{font-weight:600;color:var(--text-muted)}.price-value{font-size:1.5rem;font-weight:800;color:var(--text-main)}.checkout-seats{margin-bottom:.75rem}.seats-badge{display:inline-block;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:.35rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.seats-badge.sold-out{background:#e11d48}.checkout-note{font-size:.85rem;color:var(--text-muted);margin:0}.checkout-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-size:.875rem;font-weight:600;color:var(--text-main)}.form-group input{padding:.875rem 1rem;border:1px solid var(--glass-border);border-radius:8px;font-size:1rem;background:#fff;color:var(--text-main);transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:var(--primary)}.form-group input::placeholder{color:var(--text-muted)}.checkout-btn{margin-top:.5rem;width:100%;padding:1rem;font-size:1.1rem}.checkout-btn:disabled{opacity:.7;cursor:not-allowed}.checkout-secure{text-align:center;font-size:.8rem;color:var(--text-muted);margin:.5rem 0 0}.trainings-hero{padding:8rem 0 4rem;text-align:center;background:linear-gradient(135deg,#dc26261a,#991b1b1a)}.trainings-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1.5rem;line-height:1.1}.trainings-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.trainings-options{padding:4rem 0 6rem}.training-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;max-width:900px;margin:0 auto}.training-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:1.5rem;padding:2.5rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.training-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.training-card.featured{border-color:var(--primary);background:linear-gradient(135deg,#dc26260d,#991b1b0d)}.featured-badge{position:absolute;top:-12px;right:24px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;padding:.25rem 1rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.training-card-image{width:100%;height:200px;border-radius:1rem;overflow:hidden;margin-bottom:1.5rem}.training-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.training-card:hover .training-card-image img{transform:scale(1.05)}.training-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.training-card p{color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.training-features{list-style:none;padding:0;margin:0 0 2rem}.training-features li{padding:.5rem 0;color:var(--text-secondary);display:flex;align-items:center;gap:.5rem}.training-features li:before{content:"✓";color:var(--primary);font-weight:700}.training-card .btn-primary{width:100%;justify-content:center;display:flex;align-items:center;gap:.5rem}.profile-section{padding:6rem 0;background:var(--bg-secondary);border-top:1px solid var(--border-color)}.profile-content{display:flex;align-items:center;gap:4rem;max-width:1000px;margin:0 auto}.profile-image-container{flex-shrink:0;width:300px;height:350px;border-radius:1.5rem;overflow:hidden;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px #0003}.profile-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-image{width:100%;height:100%;object-fit:cover}.profile-image-placeholder span{font-size:4rem;font-weight:700;color:#fff}.profile-text{flex:1}.profile-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.profile-bio{color:var(--text-secondary);line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.profile-highlights{display:flex;gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color)}.highlight-item{display:flex;flex-direction:column;gap:.25rem}.highlight-label{font-size:.875rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.highlight-value{font-size:1.125rem;font-weight:700;color:var(--text-primary)}@media(max-width:900px){.profile-content{flex-direction:column;text-align:center;gap:2rem}.profile-image-container{width:200px;height:200px;border-radius:50%}.profile-highlights{justify-content:center;flex-wrap:wrap}}@media(max-width:768px){.trainings-cards{grid-template-columns:1fr}.trainings-hero{padding:6rem 0 3rem}}.recordings-hero{padding:8rem 0 4rem;text-align:center;background:linear-gradient(135deg,#dc26261a,#991b1b1a)}.recordings-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1.5rem;line-height:1.1}.recordings-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.recordings-list{padding:4rem 0 6rem}.recording-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:1.5rem;padding:2rem;display:grid;grid-template-columns:200px 1fr 200px;gap:2rem;align-items:start;max-width:1000px;margin:0 auto 2rem;transition:transform .3s ease,box-shadow .3s ease}.recording-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000040}.recording-thumbnail{aspect-ratio:16/9;border-radius:1rem;overflow:hidden}.recording-thumbnail img{width:100%;height:100%;object-fit:cover}.recording-content h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.recording-meta{display:flex;gap:1.5rem;margin-bottom:1rem;color:var(--text-secondary);font-size:.9rem}.recording-meta span{display:flex;align-items:center;gap:.5rem}.recording-content p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.recording-topics{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.recording-topics li{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.9rem}.recording-topics li svg{color:var(--primary);flex-shrink:0}.recording-purchase{text-align:center;padding:1.5rem;background:#dc26260d;border-radius:1rem}.recording-price{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.recording-purchase .btn-primary{width:100%;margin-bottom:.75rem}.recording-note{font-size:.8rem;color:var(--text-secondary);margin:0}@media(max-width:900px){.recording-card{grid-template-columns:1fr}.recording-thumbnail,.recording-purchase{max-width:300px;margin:0 auto}.recording-topics{grid-template-columns:1fr}}@media(max-width:768px){.recordings-hero{padding:6rem 0 3rem}}
