:root{--bg:#f5f7fb;--dark:#0c1626;--green:#16a34a;--teal:#10b981;--border:#e5e7eb;--muted:#4b5563;--card:#ffffff}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:#0f172a}a{color:inherit;text-decoration:none}.page-shell{min-height:100vh;background:var(--bg);padding:0 0 60px}.container{width:min(1200px,calc(100% - 48px));margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:12px 18px;font-weight:700;cursor:pointer;border:1px solid transparent;transition:all .18s ease}.btn-primary{background:linear-gradient(90deg,#16a34a,#10b981);color:#ffffff;box-shadow:0 12px 30px rgba(16,185,129,.25)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 16px 36px rgba(16,185,129,.32)}.btn-outline{background:#ffffff;color:#0f172a;border-color:#e5e7eb}.btn-outline:hover{border-color:#16a34a;color:#16a34a}.btn-outline-wide{padding:12px 22px;border-radius:12px;border:1px solid #e5e7eb;background:#ffffff;font-weight:700}.btn-outline-wide:hover{border-color:#16a34a;color:#16a34a}.btn-dark{background:#0f172a;color:#ffffff;border-color:#0f172a;border-radius:8px;padding:16px 34px;box-shadow:0 14px 30px rgba(15,23,42,.16)}.btn-dark:hover{background:#111827;transform:translateY(-1px)}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;height:80px;background:rgba(255,255,255,.95);border-radius:0;box-shadow:0 8px 28px rgba(15,23,42,.08);padding:16px 0;margin:0;border-bottom:1px solid #e7eaf0;transition:all .3s ease}.site-header.header-transparent{background:rgba(12,26,43,.9);border-color:transparent;box-shadow:none;color:#f8fafc;backdrop-filter:none;border-bottom:none}.site-header.header-solid{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-color:#e7eaf0;box-shadow:0 8px 28px rgba(15,23,42,.08)}.nav-inner{justify-content:space-between;gap:18px;height:100%}.brand,.nav-inner{display:flex;align-items:center}.brand{gap:10px;font-weight:800;color:#0f172a}.brand-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#16a34a,#0ea07b);display:grid;place-items:center;color:#f1fff7;box-shadow:0 10px 20px rgba(16,185,129,.25)}.brand-logo{width:190px;height:58px;object-fit:contain;display:block}.footer-logo{width:205px;height:64px}.brand-name{font-size:1.08rem;font-weight:800;transition:color .3s ease;white-space:nowrap}.nav-links{display:flex;align-items:center;gap:14px}.nav-dropdown-trigger,.nav-links a{position:relative;font-weight:600;font-size:.9rem;color:#374151;padding:10px 4px}.nav-dropdown-trigger:after,.nav-links a:after{content:"";position:absolute;left:0;bottom:6px;width:0;height:2px;border-radius:999px;background:#16a34a;transition:width .2s ease}.nav-dropdown:focus-within .nav-dropdown-trigger:after,.nav-dropdown:hover .nav-dropdown-trigger:after,.nav-links a.nav-link-active:after,.nav-links a:hover:after{width:100%}.header-transparent .nav-dropdown-trigger,.header-transparent .nav-links a{color:rgba(255,255,255,.9)}.header-transparent .nav-links a.nav-link-active{color:#3dde9f}.header-transparent .nav-dropdown-trigger:after,.header-transparent .nav-links a:after{background:#3dde9f}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;cursor:pointer;font-family:inherit}.nav-dropdown-trigger span{font-size:.9rem;line-height:1}.nav-dropdown-menu{position:absolute;top:calc(100% + 12px);left:50%;z-index:80;min-width:230px;padding:10px;border-radius:8px;background:#ffffff;border:1px solid #e5e7eb;box-shadow:0 18px 42px rgba(15,23,42,.16);opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.nav-dropdown-menu a{display:block;padding:11px 12px;border-radius:6px;color:#0f172a;font-size:.9rem}.header-solid .nav-dropdown-menu a,.header-transparent .nav-dropdown-menu a{color:#0f172a}.nav-dropdown-menu a:after{display:none}.nav-dropdown-menu a:hover{background:#ecfdf5;color:#059669}.header-solid .nav-dropdown-menu a:hover,.header-transparent .nav-dropdown-menu a:hover{color:#059669}.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)}.header-transparent .brand-name{color:#f8fafc}.header-transparent .brand-icon{box-shadow:0 10px 20px rgba(16,185,129,.35)}.mobile-menu-btn{display:none;background:none;border:none;color:#0f172a;cursor:pointer;padding:6px}@media (max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center}}.header-transparent .mobile-menu-btn{color:#ffffff}.hero-section{position:relative;margin:0;padding:86px 0 40px;min-height:100vh;border-radius:0;background:linear-gradient(135deg,#0f172a,#0b1f30 40%,#065f46);color:#e5f5ff;overflow:hidden;box-shadow:0 25px 50px rgba(6,24,44,.35)}.hero-bg-pattern{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 0);background-size:22px 22px;opacity:.28}.hero-lines{display:none}.hero-waves{position:absolute;top:18%;right:-6%;width:65%;height:55%;opacity:.32;overflow:hidden;pointer-events:none;z-index:1}.hero-wave-svg{position:absolute;inset:0;width:100%;height:100%}.hero-wave-two{top:0;right:0}.hero-wave-svg path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:hero-wave-draw-1 2s ease-in-out infinite alternate;transform-origin:center;stroke:rgba(16,185,129,.4);stroke-width:3}.hero-wave-two path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:hero-wave-draw-2 2.5s ease-in-out infinite alternate;animation-delay:.5s;stroke:rgba(52,211,153,.35);stroke-width:2.2}.hero-line-1{top:20%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 600 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 120c80-40 160-40 240 0s160 40 240 0 160-40 240 0' fill='none' stroke='%2307a677' stroke-width='8' stroke-linecap='round'/%3E%3C/svg%3E")}.hero-line-2{bottom:8%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 600 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 80c90 70 180 70 270 0s180-70 270 0' fill='none' stroke='%23079d71' stroke-width='8' stroke-linecap='round'/%3E%3C/svg%3E")}@keyframes hero-wave-draw-1{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes hero-wave-draw-2{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}.hero-inner{z-index:1;justify-content:flex-start}.hero-content,.hero-inner{position:relative;display:flex}.hero-content{z-index:2;max-width:620px;flex-direction:column;gap:16px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(16,185,129,.14);color:#6efac4;border:1px solid rgba(16,185,129,.35);padding:8px 16px;border-radius:999px;font-weight:700;letter-spacing:.01em}.hero-title{font-size:3.6rem;line-height:1.1;margin:0;color:#f8fafc}.hero-title span{color:#34d399;background:linear-gradient(90deg,#34d399,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:3.8rem;white-space:nowrap}.hero-subtitle{margin:0;font-size:1.25rem;color:#d1e6ff}.hero-actions{display:flex;align-items:center;gap:14px;margin-top:8px}.hero-btn{padding:16px 20px;font-size:1rem}.hero-input-placeholder{flex:1;min-width:220px;height:56px;border-radius:12px;background:#f8fafc;opacity:.92;border:2px solid rgba(255,255,255,.9);box-shadow:0 12px 30px rgba(0,0,0,.15)}.hero-input-light{background:#f9fafb;border-color:#e5e7eb;box-shadow:none}.hero-stats{margin-top:18px;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:18px}.hero-stat{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:14px 16px}.hero-stat-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:rgba(52,211,153,.18);color:#34d399}.hero-stat-value{font-weight:800;color:#f8fafc;margin-top:8px;font-size:1.2rem}.hero-stat-label{color:#cbd5e1;font-size:.95rem}.dot-hero{min-height:auto;padding:120px 0 64px;background:linear-gradient(90deg,rgba(8,17,31,.96),rgba(8,27,42,.9) 47%,rgba(6,95,70,.7)),url(https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?auto=format&fit=crop&w=1800&q=80);background-position:50%;background-size:cover}.dot-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);gap:56px;align-items:center}.dot-hero-copy{max-width:690px;animation:hero-copy-rise .8s ease both}.dot-hero .hero-title{font-size:clamp(2.9rem,6vw,5.6rem);line-height:1.02;letter-spacing:0}.dot-hero .hero-title span{display:block;font-size:clamp(2.7rem,5vw,5.2rem);white-space:normal}.btn-hero-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.28);color:#ffffff;padding:16px 20px}.btn-hero-secondary:hover{background:#ffffff;color:#0f172a}.dot-hero-visual{position:relative;min-height:480px;border-radius:8px;animation:hero-visual-float .9s ease .12s both}.hero-market-visual{display:grid;place-items:center;min-height:500px;overflow:visible}.hero-market-chart{width:min(100%,680px);height:auto;overflow:visible;filter:drop-shadow(0 28px 48px rgba(0,0,0,.18))}.chart-grid path{stroke:rgba(255,255,255,.19);stroke-width:1.4;stroke-dasharray:7 7}.chart-labels text{fill:rgba(255,255,255,.44);font-size:17px;font-weight:800}.chart-glow-line,.chart-main-line{fill:none;stroke-linecap:round;stroke-linejoin:round}.chart-glow-line{stroke:rgba(34,211,238,.26);stroke-width:13;filter:blur(7px);stroke-dasharray:720;stroke-dashoffset:720;animation:chart-line-draw 4.8s linear infinite}.chart-main-line{stroke:url(#chartGradient);stroke:#28b7df;stroke-width:5;stroke-dasharray:720;stroke-dashoffset:720;animation:chart-line-draw 4.8s linear infinite,chart-line-color 5s ease-in-out infinite alternate}.chart-point{offset-path:path("M100 336 C130 338 145 328 166 300 C190 267 218 262 245 256 C290 246 304 210 330 168 C360 118 390 98 430 112 C468 125 493 142 522 122");offset-rotate:0deg;animation:chart-point-travel 4.8s linear infinite}.chart-point-pulse{animation:chart-point-float 2.2s ease-in-out infinite}.point-ripple{fill:rgba(139,92,246,.22);animation:point-ripple 2.8s ease-in-out infinite}.point-ripple-two{fill:rgba(34,211,238,.16);animation-delay:.35s}.point-core{fill:#9d35ff;filter:drop-shadow(0 0 18px rgba(157,53,255,.95))}.market-percentage{position:absolute;top:82px;right:64px;z-index:2;display:grid;gap:4px;padding:14px 18px;border-radius:8px;background:rgba(8,17,31,.58);border:1px solid rgba(16,185,129,.26);color:#ffffff;box-shadow:0 20px 48px rgba(0,0,0,.22);backdrop-filter:blur(10px);animation:market-card-pulse 4s ease-in-out infinite}.market-percentage span{color:rgba(255,255,255,.7);font-size:.8rem;font-weight:700}.market-percentage strong{color:#2af2aa;font-size:1.65rem;line-height:1;animation:percentage-glow 2.4s ease-in-out infinite}.hero-candles{position:absolute;left:82px;bottom:58px;z-index:2;display:flex;align-items:end;gap:13px;height:120px;opacity:.9}.candle{position:relative;width:13px;border-radius:999px;transform-origin:bottom;animation:candle-grow 1.4s ease-out both,candle-pulse 2.5s ease-in-out infinite}.candle:before{content:"";position:absolute;left:50%;top:-18px;bottom:-18px;width:2px;transform:translateX(-50%);background:currentColor;opacity:.8}.candle-up{color:#10f0a1;height:72px;background:#10f0a1}.candle-down{color:#ff5f7a;height:48px;background:#ff5f7a}.candle:nth-child(2){animation-delay:.14s}.candle:nth-child(3){height:96px;animation-delay:.28s}.candle:nth-child(4){height:58px;animation-delay:.42s}.candle:nth-child(5){height:82px;animation-delay:.56s}.dot-hero-stats .hero-stat{animation:hero-stat-rise .7s ease both}.dot-hero-stats .hero-stat:nth-child(2){animation-delay:.12s}.dot-hero-stats .hero-stat:nth-child(3){animation-delay:.24s}@keyframes hero-copy-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-visual-float{0%{opacity:0;transform:translateX(28px) scale(.97)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes hero-stat-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes market-card-pulse{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes chart-line-draw{0%{stroke-dashoffset:720;opacity:.35}8%{opacity:1}80%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:.82}}@keyframes chart-line-color{0%{stroke:#6d35ff}to{stroke:#22d3ee}}@keyframes chart-point-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.04)}}@keyframes chart-point-travel{0%{offset-distance:0;opacity:0}8%{opacity:1}80%{offset-distance:100%;opacity:1}to{offset-distance:100%;opacity:.88}}@keyframes point-ripple{0%,to{opacity:.5;transform:scale(.82)}50%{opacity:.22;transform:scale(1.12)}}@keyframes percentage-glow{0%,to{text-shadow:0 0 0 rgba(42,242,170,0)}50%{text-shadow:0 0 24px rgba(42,242,170,.68)}}@keyframes candle-grow{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}@keyframes candle-pulse{0%,to{filter:brightness(1)}50%{filter:brightness(1.35)}}.dot-hero-stats{grid-column:1/-1;margin-top:0}.academy-story-section,.section-light{background:#ffffff}.split-section{display:grid;grid-template-columns:minmax(300px,.86fr) minmax(0,1fr);gap:44px;align-items:center}.split-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;box-shadow:0 24px 60px rgba(15,23,42,.14)}.split-copy{display:grid;gap:16px}.split-copy .section-title{margin-bottom:0}.split-copy p{margin:0;color:#4b5563;line-height:1.75}.split-copy .btn{width:fit-content}.course-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.course-preview-card{min-height:100%;display:flex;flex-direction:column;gap:16px;padding:22px;border-radius:8px;border:1px solid #e5e7eb;background:#f8fafc;box-shadow:0 14px 34px rgba(15,23,42,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.course-preview-card:hover{transform:translateY(-4px);border-color:rgba(16,185,129,.55);box-shadow:0 24px 50px rgba(15,23,42,.12)}.course-preview-card h3{margin:0 0 8px;color:#0f172a;font-size:1.15rem}.course-preview-card p{margin:0;color:#4b5563;line-height:1.6}.course-preview-price{color:#059669;font-size:1.55rem;font-weight:900}.course-preview-card ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}.course-preview-card li{display:flex;align-items:center;gap:8px;color:#334155;font-size:.95rem}.course-preview-card li svg{color:#10b981;flex:0 0 auto}.course-preview-link{margin-top:auto;display:inline-flex;align-items:center;gap:8px;width:fit-content;color:#059669;font-weight:800}.register-section{position:relative;overflow:hidden;padding:70px 0;background:linear-gradient(135deg,rgba(8,17,31,.94),rgba(6,78,59,.9)),url(https://images.unsplash.com/photo-1569025690938-a00729c9e1f9?auto=format&fit=crop&w=1600&q=80);background-size:cover;background-position:50%;color:#ffffff}.register-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:42px;align-items:center}.register-section h2{margin:0 0 12px;font-size:clamp(2rem,4vw,3.4rem);color:#ffffff}.register-section p{margin:0;color:#dbeafe;line-height:1.7;max-width:660px}.register-list{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:12px}.register-list li{display:flex;align-items:center;gap:10px;color:#f8fafc;font-weight:700}.register-list svg{color:#facc15}.register-card{display:grid;gap:14px;padding:22px;border-radius:8px;background:rgba(255,255,255,.96);box-shadow:0 28px 60px rgba(0,0,0,.25)}.register-card input,.register-card select{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:13px 14px;color:#0f172a;background:#ffffff;font:inherit}.register-card small{color:#64748b;line-height:1.5}.faq-section{background:#f5f7fb}.faq-list{max-width:900px;margin:0 auto;display:grid;gap:12px}.faq-item{border:1px solid #e5e7eb;border-radius:8px;background:#ffffff;box-shadow:0 12px 28px rgba(15,23,42,.06)}.faq-item summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;color:#0f172a;font-weight:800}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary svg{flex:0 0 auto;color:#10b981}.faq-item p{margin:0;padding:0 20px 20px;color:#4b5563;line-height:1.7}.dot-subpage-hero{position:relative;padding:132px 0 82px;color:#ffffff;overflow:hidden;background:linear-gradient(90deg,rgba(8,17,31,.96),rgba(6,95,70,.84)),url(https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?auto=format&fit=crop&w=1800&q=80);background-position:50%;background-size:cover}.dot-subpage-hero h1{margin:0;color:#ffffff;font-size:clamp(2.6rem,5vw,4.8rem);line-height:1.05}.dot-subpage-hero p{max-width:820px}.education-stack{display:grid;gap:24px}.education-panel{padding:30px;border-radius:8px;background:#ffffff;border:1px solid #e5e7eb;box-shadow:0 18px 42px rgba(15,23,42,.08)}.education-panel p{color:#4b5563;line-height:1.75}.rich-list{list-style:none;padding:0;margin:16px 0;display:grid;gap:10px}.rich-list li{display:flex;align-items:flex-start;gap:9px;color:#334155;line-height:1.55}.rich-list svg{color:#10b981;flex:0 0 auto;margin-top:3px}.trading-detail-section{background:#f5f7fb}.course-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.blog-card,.course-detail-card{padding:24px;border-radius:8px;background:#ffffff;border:1px solid #e5e7eb;box-shadow:0 14px 34px rgba(15,23,42,.07)}.blog-card h3,.course-detail-card h3{margin:0 0 10px;color:#0f172a;font-size:1.2rem}.blog-card p,.course-detail-card p{color:#4b5563;line-height:1.65}.course-note{margin-bottom:0;font-weight:700}.image-caption{font-size:.84rem;color:#64748b}.testimonials-grid-wide{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonials-scroller{--testimonial-gap:20px;--testimonial-card-width:calc((min(1200px, 100vw - 48px) - (var(--testimonial-gap) * 2)) / 3);overflow:hidden;padding:8px 0 22px;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.testimonials-track{display:flex;gap:var(--testimonial-gap);width:max-content;animation:testimonial-auto-scroll 45s linear infinite}.testimonials-scroller:hover .testimonials-track{animation-play-state:paused}.testimonials-track .testimonial-card{flex:0 0 var(--testimonial-card-width);width:var(--testimonial-card-width);min-height:260px}@keyframes testimonial-auto-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - (var(--testimonial-gap) / 2)))}}.testimonial-card h3{margin:0;font-size:1rem}.testimonial-card h3 a{color:#f8fafc}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.stock-hero{position:relative;padding:150px 0 112px;overflow:hidden;color:#ffffff;background:linear-gradient(180deg,rgba(18,42,55,.96),rgba(0,88,65,.92)),url(https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?auto=format&fit=crop&w=1800&q=80);background-size:cover;background-position:50%}.stock-hero-inner{position:relative;z-index:1;text-align:center}.stock-hero h1{margin:0;color:#ffffff;font-size:clamp(2.8rem,5vw,4.8rem);line-height:1.05;font-weight:900}.stock-page{background:#ffffff}.stock-section{padding:70px 0}.stock-split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1fr);gap:52px;align-items:center}.stock-split-reverse .stock-copy{order:2}.stock-split-reverse .stock-image{order:1}.stock-copy{display:grid;gap:18px}.stock-eyebrow{display:inline-flex;align-items:center;gap:18px;margin:0 0 8px;color:#111827;font-size:.9rem;font-weight:800;letter-spacing:.18em}.stock-eyebrow:after,.stock-eyebrow:before{content:"";width:50px;height:1px;background:#111827}.stock-copy h2,.stock-faq-heading h2{margin:0;color:#000000;font-size:clamp(2.2rem,4vw,3.35rem);line-height:1.08;font-weight:900}.stock-copy p{margin:0;color:#111827;font-size:1.15rem;line-height:1.7}.stock-image img{width:100%;aspect-ratio:4/2.65;object-fit:cover;border-radius:14px;display:block}.stock-list{list-style:none;padding:0;margin:0;display:grid;gap:13px}.stock-list li{display:flex;align-items:flex-start;gap:12px;color:#4b5a45;font-size:1.08rem;line-height:1.55}.stock-list svg{flex:0 0 auto;margin-top:5px;padding:2px;border-radius:50%;color:#ffffff;background:#1f2a21;stroke-width:2.4}.stock-faq-section{padding:90px 0 82px;background:#ffffff}.stock-faq-heading{margin-bottom:34px}.stock-faq-list{display:grid;gap:18px}.stock-faq-item{border:1px solid #cfd8d3;border-radius:3px;background:#f8faf9;overflow:hidden}.stock-faq-item[open]{background:#1e281d;color:#ffffff}.stock-faq-item summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 28px;font-size:1.05rem;font-weight:700}.stock-faq-item summary::-webkit-details-marker{display:none}.stock-faq-item summary svg{flex:0 0 auto}.stock-faq-item p{margin:0;padding:0 28px 24px;color:rgba(255,255,255,.82);line-height:1.7}.stock-faq-item:not([open]) p{color:#4b5563}.crypto-cover-section{padding:96px 0 88px;background:#ffffff}.crypto-cover-heading{display:grid;justify-items:center;gap:24px;max-width:960px;margin:0 auto 62px;text-align:center}.crypto-cover-heading .stock-eyebrow{justify-content:center;color:#174f3b}.crypto-cover-heading .stock-eyebrow:after,.crypto-cover-heading .stock-eyebrow:before{background:#174f3b}.crypto-cover-heading h2{margin:0;color:#1f2a21;font-size:clamp(2.4rem,4.8vw,4rem);line-height:1.18;font-weight:900}.crypto-cover-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.crypto-cover-card{min-height:430px;padding:46px 32px;border:1px solid transparent;border-radius:12px;background:#f8f8f8;box-shadow:0 14px 34px rgba(15,23,42,.04);transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.crypto-cover-card:hover{transform:translateY(-4px);border-color:rgba(16,185,129,.55);background:#ffffff;box-shadow:0 24px 50px rgba(15,23,42,.12)}.crypto-cover-icon{display:grid;width:76px;height:76px;margin-bottom:34px;place-items:center;border-radius:12px;color:#059669;background:#d1fae5;transition:color .18s ease,background-color .18s ease,transform .18s ease}.crypto-cover-card:hover .crypto-cover-icon{color:#ffffff;background:#10b981;transform:scale(1.04)}.crypto-cover-card h3{margin:0 0 18px;color:#000000;font-size:clamp(1.45rem,2vw,1.78rem);line-height:1.15;font-weight:900}.crypto-cover-card p{margin:0;color:#555555;font-size:1.05rem;line-height:1.65}.cta-strip-centered .cta-inner{display:grid;grid-template-columns:minmax(0,1fr);justify-items:center;align-items:center;text-align:center;width:min(1200px,calc(100% - 48px));padding-left:0;padding-right:0}.cta-strip-centered .cta-text{width:min(920px,100%);max-width:920px;margin:0 auto;display:grid;justify-items:center;text-align:center}.cta-strip-centered .cta-actions{width:100%;justify-content:center;align-items:center}.cta-strip.cta-strip-centered{min-height:640px;padding:142px 0 130px;background:linear-gradient(180deg,#1b3342,#063c37 52%,#006044)}.cta-strip-centered .cta-pattern{background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0),radial-gradient(circle at 50% 100%,rgba(16,185,129,.28),transparent 58%);background-size:92px 92px,92px 92px,100% 100%;background-position:50%;opacity:.72}.cta-strip-centered .cta-inner{min-height:360px;justify-content:center;align-content:center;gap:34px}.cta-strip-centered .section-eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:20px;color:rgba(255,255,255,.92);letter-spacing:.18em;margin:0 auto 24px;text-align:center}.cta-strip-centered .section-eyebrow:after,.cta-strip-centered .section-eyebrow:before{content:"";width:58px;height:1px;background:rgba(255,255,255,.78)}.cta-strip-centered .cta-text h2{width:100%;margin:0 auto 22px;color:#ffffff;font-size:clamp(2.6rem,5vw,4.25rem);line-height:1.05;font-weight:900;text-align:center;text-wrap:balance}.cta-strip-centered .cta-text p{width:min(860px,100%);max-width:860px;margin:0 auto;color:rgba(255,255,255,.92);font-size:1.15rem;line-height:1.7;font-weight:600;text-align:center;text-wrap:balance}.cta-strip-centered .btn-primary{min-width:186px;padding:18px 32px;border-radius:8px;background:#10c78f;box-shadow:0 16px 36px rgba(16,199,143,.24);font-size:1.05rem}.section{padding:56px 0}.section-dark{background:#0c1626;color:#e5e7eb;padding:70px 0}.section-heading{text-align:center;max-width:760px;margin:0 auto 32px}.section-eyebrow{color:#16a34a;font-weight:700;letter-spacing:.14em;font-size:.85rem;margin:0 0 8px}.section-eyebrow-green{color:#3dd59f}.section-title{font-size:2.1rem;margin:0 0 10px;color:#0f172a}.section-title-light{color:#f8fafc}.section-subtitle{margin:0;color:#4b5563;font-size:1rem}.section-subtitle-muted{color:#cbd5f5}.section-why{background:#ffffff}.section-programs{background:#f5f7fb}.section-programs .section-heading-lined{max-width:none;margin-bottom:54px}.section-heading-lined .section-eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:18px;color:#164f3a;font-size:.95rem;letter-spacing:.2em;margin-bottom:22px}.section-heading-lined .section-eyebrow:after,.section-heading-lined .section-eyebrow:before{content:"";width:58px;height:1px;background:#164f3a}.section-heading-lined .section-title{color:#1f2b22;font-size:clamp(2.8rem,5vw,4.2rem);line-height:1.05}.expertise-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.expertise-grid-all{grid-template-columns:repeat(auto-fit,minmax(320px,560px));justify-content:center}.expertise-card{position:relative;display:flex;flex-direction:column;min-height:380px;padding:52px 52px 42px;border:1px solid #e5e7eb;border-radius:8px;background:#ffffff;box-shadow:0 18px 42px rgba(15,23,42,.06);overflow:hidden}.expertise-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px}.expertise-blue:before{background:linear-gradient(90deg,#3b82f6,#22d3ee)}.expertise-purple:before{background:linear-gradient(90deg,#ec4899,#a855f7)}.expertise-orange:before{background:linear-gradient(90deg,#f59e0b,#f97316)}.expertise-level{position:absolute;top:24px;right:20px;padding:10px 18px;background:#dff7ee;color:#10b981;font-size:1rem;font-weight:700}.expertise-card h3{margin:0 0 72px;color:#073d2b;font-size:clamp(1.6rem,2vw,2.05rem);line-height:1.1}.expertise-list{list-style:none;padding:0;margin:0 0 38px;display:grid;gap:20px}.expertise-list li{display:flex;align-items:center;gap:16px;color:#4b5a45;font-size:1.08rem;line-height:1.35}.expertise-list svg{flex:0 0 auto;color:#10b981;fill:#10b981;stroke:#ffffff;stroke-width:2.4;background:#10b981;border-radius:999px}.expertise-learn-more{margin-top:auto;display:flex;align-items:center;justify-content:center;min-height:58px;border-radius:6px;color:#ffffff;font-size:1.08rem;font-weight:800}.expertise-blue .expertise-learn-more{background:linear-gradient(90deg,#3b82f6,#19b5d1)}.expertise-purple .expertise-learn-more{background:linear-gradient(90deg,#df45ad,#a855f7)}.expertise-orange .expertise-learn-more{background:linear-gradient(90deg,#f59e0b,#f97316)}.expertise-view-all{display:flex;justify-content:center;margin-top:42px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.feature-card{background:#f8fafc;border:1px solid #eef2f7;border-radius:18px;padding:18px;box-shadow:0 10px 24px rgba(15,23,42,.06);transition:transform .15s ease,box-shadow .15s ease,background .2s ease,color .2s ease}.feature-card:hover{transform:translateY(-3px);box-shadow:0 18px 35px rgba(15,23,42,.09);background:linear-gradient(135deg,#10b981,#0ea5e9);color:#ffffff}.feature-card-primary{background:linear-gradient(135deg,#0ea972,#0e8b6c);color:#f8fafc;box-shadow:0 18px 40px rgba(14,171,114,.35)}.feature-card-primary p{color:#e6f8f0}.feature-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:rgba(34,197,94,.12);color:#16a34a;margin-bottom:10px}.feature-card-primary .feature-icon{background:rgba(255,255,255,.18);color:#ffffff}.feature-card h3{margin:0 0 6px;font-size:1.08rem}.feature-card:hover h3,.feature-card:hover p{color:#ffffff}.feature-card:hover .feature-icon{background:rgba(255,255,255,.2);color:#ffffff}.feature-card p{margin:0;color:#4b5563}.programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.program-card{background:#ffffff;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 22px 45px rgba(15,23,42,.12);padding:18px 18px 20px;display:flex;flex-direction:column;gap:12px}.program-blue{border-top:4px solid #1d9bf0}.program-purple{border-top:4px solid #d946ef}.program-orange{border-top:4px solid #f59e0b}.program-tag-row{display:flex;align-items:center;gap:8px}.program-tag{display:inline-flex;align-items:center;padding:6px 10px;border-radius:12px;background:#f1f5f9;color:#475569;font-size:.82rem;font-weight:700;text-transform:capitalize}.program-tag-popular{background:#f59e0b;color:#ffffff}.program-desc{margin:0;color:#4b5563}.program-meta{display:flex;align-items:center;gap:14px;color:#6b7280;font-weight:600}.program-meta svg{color:#16a34a}.program-list{list-style:none;padding:0;margin:4px 0 0;display:grid;gap:8px;color:#374151}.program-list li{display:flex;align-items:center;gap:8px;font-size:.95rem}.program-price{display:flex;align-items:baseline;gap:6px;font-weight:800;font-size:1.5rem}.program-currency{font-size:.85rem;color:#6b7280}.program-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.programs-cta{display:flex;justify-content:center;margin-top:28px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.testimonial-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px 18px 16px;color:#e5e7eb;box-shadow:0 20px 40px rgba(0,0,0,.25)}.testimonial-quote-icon{color:#2dd4bf;font-size:24px;margin-bottom:8px}.testimonial-text{color:#e2e8f0;margin:0 0 10px;line-height:1.5}.testimonial-stars{display:flex;gap:6px;color:#fbbf24;margin-bottom:10px}.testimonial-person{display:flex;align-items:center;gap:10px}.testimonial-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#22d3ee)}.testimonial-name{font-weight:700}.testimonial-role{color:#cbd5f5;font-size:.9rem}.testimonial-course{color:#22d3a8;font-size:.9rem;font-weight:700}.cta-strip{position:relative;margin:0;padding:38px 0 44px;overflow:hidden;background:#0b1626}.cta-pattern{position:absolute;inset:0;background:repeating-linear-gradient(-60deg,#12b488,#12b488 16px,#0c8f68 0,#0c8f68 32px);opacity:.75}.cta-inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px;align-items:flex-start;color:#f8fafc;max-width:1280px;margin:0 auto;padding:0 16px}.cta-text h2{margin:0 0 6px;font-size:2rem;color:#f8fafc}.cta-text p{margin:0;font-size:1rem}.cta-actions{display:flex;gap:14px;flex-wrap:wrap}.cta-contact-row{display:flex;gap:24px;flex-wrap:wrap;color:#f8fafc;font-weight:700}.cta-contact-item{display:flex;align-items:center;gap:8px}.site-footer{background:#0f172a;color:#d1d5db;padding:64px 0}.footer-inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:48px;padding-bottom:32px}.footer-col h4{margin:0 0 10px;color:#ffffff}.footer-text{margin:12px 0 24px;color:#9ca3af}.footer-socials{display:flex;gap:16px}.footer-socials a{width:40px;height:40px;border-radius:8px;background:#1e293b;display:grid;place-items:center;color:#d1d5db;transition:background-color .3s ease}.footer-socials a:hover{background:#059669}.footer-socials svg{width:20px;height:20px;stroke:#d1d5db;fill:none;stroke-width:1.8}.footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:12px;color:#d1d5db}.footer-contact li{display:flex;gap:8px;align-items:flex-start}.footer-contact li svg{color:#10b981}.footer-col a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-col a:hover{color:#34d399}.footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:48px;padding-top:32px;font-size:.9rem;color:#6b7280;border-top:1px solid #1e293b}.footer-bottom a{color:#6b7280;text-decoration:none;transition:color .3s ease}.footer-bottom a:hover{color:#34d399}.footer-bottom-links{display:flex;align-items:center;gap:24px}.footer-brand .brand-name{color:#f8fafc}@media (max-width:1024px){.dot-hero-inner,.register-grid,.split-section{grid-template-columns:1fr}.blog-grid,.course-detail-grid,.testimonials-grid-wide{grid-template-columns:repeat(2,minmax(0,1fr))}.expertise-grid,.expertise-grid-all,.stock-split{grid-template-columns:1fr}.crypto-cover-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stock-split-reverse .stock-copy,.stock-split-reverse .stock-image{order:0}.testimonials-scroller{--testimonial-card-width:calc((100vw - 68px) / 2)}.dot-hero-visual,.hero-market-visual{min-height:390px}.market-percentage{top:42px;right:28px}.hero-candles{left:42px;bottom:36px}.course-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-title{font-size:2.7rem}.hero-title span{font-size:2.9rem}.footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.dot-hero{padding:104px 0 48px}.dot-hero .hero-title,.dot-hero .hero-title span{font-size:2.65rem}.dot-hero-visual,.hero-market-visual{min-height:310px}.market-percentage{top:20px;right:16px;padding:10px 12px}.market-percentage strong{font-size:1.25rem}.hero-candles{left:16px;bottom:18px;height:82px;gap:9px}.candle{width:9px}.market-card{left:16px;bottom:16px}.blog-grid,.course-detail-grid,.course-preview-grid,.testimonials-grid-wide{grid-template-columns:1fr}.testimonials-scroller{--testimonial-card-width:calc(100vw - 32px)}.education-panel{padding:22px}.section-heading-lined .section-eyebrow{gap:12px;font-size:.78rem}.section-heading-lined .section-eyebrow:after,.section-heading-lined .section-eyebrow:before{width:32px}.expertise-card{min-height:auto;padding:44px 24px 28px}.expertise-level{top:18px;right:18px;padding:8px 14px}.expertise-card h3{margin-bottom:42px}.expertise-list li{font-size:1rem}.stock-hero{padding:122px 0 76px}.stock-section{padding:46px 0}.stock-split{gap:28px}.stock-copy p,.stock-list li{font-size:1rem}.stock-eyebrow{gap:12px;font-size:.78rem}.stock-eyebrow:after,.stock-eyebrow:before{width:32px}.stock-faq-item summary{padding:20px}.crypto-cover-section{padding:64px 0 58px}.crypto-cover-heading{gap:18px;margin-bottom:36px}.crypto-cover-grid{grid-template-columns:1fr;gap:18px}.crypto-cover-card{min-height:auto;padding:30px 24px}.crypto-cover-icon{width:64px;height:64px;margin-bottom:26px}.cta-strip.cta-strip-centered{min-height:520px;padding:92px 0 96px}.cta-strip-centered .section-eyebrow{gap:12px;letter-spacing:.13em}.cta-strip-centered .section-eyebrow:after,.cta-strip-centered .section-eyebrow:before{width:34px}.cta-strip-centered .cta-text p{font-size:1rem}.register-card{padding:18px}.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px;align-items:flex-start}.footer-bottom-links{gap:12px}.site-footer{padding:64px 0}}@media (min-width:1024px){.hero-title{font-size:4.4rem}.hero-title span{font-size:4.6rem}}@media (max-width:768px){.container{width:calc(100% - 32px)}.site-header{margin:0 12px 14px}.nav-links{display:none}.hero-section{margin:0 12px 28px;padding:64px 0 60px}.hero-section.dot-hero{margin:0;padding:104px 0 48px}.hero-title{font-size:2.6rem}.hero-title span{font-size:2.8rem}.hero-subtitle{font-size:1.05rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-input-placeholder{width:100%}.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px;align-items:flex-start}}.nav-links a.nav-link-active{color:#16a34a}.nav-links a.nav-link-active:after{width:100%}.courses-hero{position:relative;background:linear-gradient(180deg,#0f172a,#0b1f30 40%,#0a3b3d);color:#f9fafb;padding:128px 0 64px}.courses-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at top,#0f172a 0,#020617 60%,#020617 100%);opacity:1;pointer-events:none}.courses-hero-content{position:relative;z-index:1;text-align:center;display:grid;gap:16px}.courses-hero-content h1{font-size:2.5rem;margin:0;font-weight:800}.courses-hero-content p{margin:0 auto;max-width:768px;font-size:1.05rem;color:#cbd5f5}.courses-filters{margin-top:2rem;display:flex;justify-content:center;flex-wrap:wrap;gap:1.25rem}.filter-group{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.filter-group-pill{background:rgba(255,255,255,.1);padding:4px;border-radius:10px;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);gap:6px}.filter-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af}.filter-pill{border-radius:999px;border:1px solid rgba(148,163,184,.6);background:rgba(15,23,42,.8);color:#e5e7eb;font-size:.8rem;padding:.35rem .85rem;cursor:pointer}.filter-pill--active{background:#22c55e;border-color:#22c55e;color:#022c22}.course-top-stripe{height:8px;border-radius:12px 12px 0 0}.course-card{position:relative;overflow:hidden}.course-popular-badge{position:absolute;top:12px;right:12px;background:#f59e0b;color:#fff;padding:4px 8px;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;gap:4px;z-index:10}.courses-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.course-card{background:#ffffff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 20px 45px rgba(15,23,42,.12);padding:1.5rem 1.5rem 1.4rem;display:flex;flex-direction:column;gap:.6rem}.course-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.2rem}.course-icon-wrapper{width:40px;height:40px;border-radius:13px;display:flex;align-items:center;justify-content:center;color:#ffffff}.basic-icon{background:linear-gradient(135deg,#2563eb,#22c55e)}.forex-icon{background:linear-gradient(135deg,#22c55e,#16a34a)}.crypto-icon{background:linear-gradient(135deg,#f97316,#fb923c)}.advanced-icon{background:linear-gradient(135deg,#a855f7,#ec4899)}.stock-icon{background:linear-gradient(135deg,#2563eb,#6366f1)}.premium-icon{background:linear-gradient(135deg,#f97316,#facc15)}.course-level-badge{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .6rem;border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb;color:#4b5563}.course-level-intermediate{background:#fef3c7;border-color:#fbbf24;color:#92400e}.course-tags-right{display:flex;gap:.35rem;align-items:center}.course-popular-badge{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .55rem;border-radius:999px;background:#f97316;color:#fff7ed}.course-title{font-size:1.1rem;margin:.2rem 0}.course-desc{font-size:.92rem;color:#6b7280}.course-meta-row{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;font-size:.78rem;color:#6b7280}.course-mode-pill{border-radius:999px;padding:.18rem .6rem;background:#f1f5f9;border:1px solid #e5e7eb;font-size:.75rem}.course-features{margin:.6rem 0 .8rem;padding-left:1.1rem;font-size:.9rem;color:#374151}.course-features li::marker{color:#22c55e}.course-more{color:#6b7280;font-size:.86rem}.course-footer{margin-top:auto;padding-top:.7rem;display:flex;justify-content:space-between;align-items:center}.course-price{display:flex;align-items:baseline;gap:.3rem}.course-price .amount{font-weight:700;font-size:1.4rem}.course-price .currency{font-size:.8rem;color:#6b7280}.course-cta{font-size:.85rem}.courses-consult-cta{background:#059669;color:#ecfdf5;text-align:center;padding:3rem 0 3.2rem}.courses-consult-cta h2{margin:0 0 .5rem;font-size:1.6rem}.courses-consult-cta p{margin:0 0 1.3rem;font-size:.96rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.courses-empty{grid-column:1/-1;text-align:center;color:#6b7280;font-size:1.1rem;padding:4rem 0}.about-hero{position:relative;padding:128px 0 80px;background:linear-gradient(to bottom right,#0f172a,#1e293b 50%,#064e3b);color:#ffffff;overflow:hidden}.about-hero .hero-bg-pattern{background-image:radial-gradient(rgba(16,185,129,.12) 1px,transparent 0);background-size:60px 60px;opacity:.2}.about-hero-inner{position:relative;z-index:1;display:grid;gap:64px;justify-items:center}.about-hero-text{max-width:896px;text-align:center;display:grid;gap:16px}.about-badge{display:inline-block;padding:8px 16px;border-radius:999px;background:rgba(16,185,129,.2);color:#34d399;font-weight:600;font-size:.95rem}.about-hero h1{font-size:3rem;font-weight:800}.about-hero p{margin:0;font-size:1.1rem;color:#d1d5db}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:24px;width:min(896px,100%)}.about-stat{text-align:center}.about-stat-value{color:#ffffff;font-size:2.25rem;font-weight:800;margin-bottom:6px}.about-stat-label{color:#9ca3af;font-size:1rem}.about-mission{padding:80px 0}.about-mission-grid{gap:32px}.about-mission-text{gap:16px}.about-title{margin:0;font-size:2.2rem;color:#111827}.about-body{margin:0;color:#4b5563;line-height:1.7}.about-checklist{gap:12px;margin-top:8px}.about-check{display:flex;gap:10px;align-items:center;color:#374151}.about-check svg{color:#22c55e}.about-mission-visual{position:relative}.about-mission-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 25px 45px rgba(15,23,42,.18)}.about-mission-image img{width:100%;height:100%;object-fit:cover;display:block}.about-float-card{position:absolute;left:-28px;bottom:-28px;background:#ffffff;border-radius:12px;box-shadow:0 18px 32px rgba(0,0,0,.12);padding:16px 18px;display:flex;align-items:center;gap:12px}.about-float-icon{width:56px;height:56px;border-radius:50%;background:#d1fae5;display:grid;place-items:center;color:#059669}.about-float-value{font-size:1.4rem;font-weight:800;color:#111827}.about-float-label{color:#6b7280;font-size:.9rem}.about-values{background:#f8fafc;padding:80px 0}.values-grid{gap:32px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:24px}.value-card{border-radius:14px;padding:24px;text-align:center;box-shadow:0 10px 24px rgba(15,23,42,.06);transition:box-shadow .2s ease}.value-card:hover{box-shadow:0 16px 32px rgba(15,23,42,.12)}.value-icon{width:56px;height:56px;border-radius:12px;background:#d1fae5;color:#059669;display:grid;place-items:center;margin:0 auto 12px}.value-card h3{margin:0 0 6px;font-size:1.2rem;color:#111827}.value-card p{color:#4b5563}.about-mentors{padding:80px 0}.mentors-grid{gap:32px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:24px}.mentor-card{background:#ffffff;border-radius:14px;overflow:hidden;box-shadow:0 12px 28px rgba(15,23,42,.08);transition:transform .2s ease,box-shadow .2s ease}.mentor-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(15,23,42,.12)}.mentor-photo{position:relative;height:256px}.mentor-photo img{transition:transform .3s ease}.mentor-card:hover .mentor-photo img{transform:scale(1.05)}.mentor-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))}.mentor-exp{position:absolute;left:16px;right:16px;bottom:16px;background:#10b981;color:#ffffff;font-size:.75rem;padding:6px 10px;border-radius:999px;text-align:center;z-index:2}.mentor-body{padding:14px 16px 16px}.mentor-body h3{margin:0 0 4px;font-size:1.1rem;color:#111827}.mentor-role{margin:0;color:#059669;font-weight:600;font-size:.95rem}.mentor-spec{margin:4px 0 0;color:#6b7280;font-size:.9rem}.about-cta{background:linear-gradient(90deg,#059669,#0ea5e9);color:#ffffff;text-align:center;padding:80px 0}.about-cta-inner{display:grid;gap:16px;justify-items:center}.about-cta-inner h2{margin:0;font-size:2.2rem}.about-cta-inner p{margin:0;max-width:672px;color:rgba(255,255,255,.9)}.about-cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}@media (min-width:1024px){.about-mission-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:64px}}@media (max-width:1024px){.courses-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.courses-grid{grid-template-columns:minmax(0,1fr)}.courses-filters{align-items:flex-start}}.about-page{background:#ffffff}.about-hero{padding:188px 0 86px;background:linear-gradient(180deg,rgba(18,42,55,.98),rgba(0,88,65,.94)),radial-gradient(circle at 50% 15%,rgba(16,185,129,.2),transparent 48%)}.about-hero .hero-bg-pattern{background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:92px 92px;opacity:.7}.about-hero-inner{max-width:1040px;gap:28px;text-align:center}.about-hero h1,.about-hero-inner .section-eyebrow{color:#ffffff;margin:0}.about-hero h1{font-size:clamp(3rem,5.6vw,5rem);line-height:1.05;font-weight:900}.about-hero-inner>p:not(.section-eyebrow){width:min(980px,100%);margin:0 auto;color:rgba(255,255,255,.92);font-size:1.18rem;line-height:1.75;font-weight:600}.about-stats{display:flex;width:min(560px,100%);grid-template-columns:none;justify-content:space-between;gap:34px;margin-top:42px}.about-stat{display:grid;gap:6px;min-width:120px}.about-stat strong{color:#ffffff;font-size:2rem;line-height:1;font-weight:900}.about-stat span{color:rgba(255,255,255,.55);font-size:1rem;font-weight:700}.about-mission{padding:132px 0 118px}.about-mission-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,1.05fr);gap:64px;align-items:center}.about-mission-text{display:grid;gap:22px}.about-mission-text .stock-eyebrow{margin-bottom:6px;color:#174f3b}.about-mission-text .stock-eyebrow:after,.about-mission-text .stock-eyebrow:before{background:#174f3b}.about-mission-text h2{margin:0;color:#1f2a21;font-size:clamp(3rem,5vw,4.8rem);line-height:1.08;font-weight:900;letter-spacing:0}.about-mission-text p{margin:0;color:#43523f;font-size:1.1rem;line-height:1.72}.about-checklist{display:grid;gap:18px;margin:16px 0 0;padding:0;list-style:none}.about-checklist li{display:flex;align-items:flex-start;gap:12px;color:#43523f;font-size:1.08rem;line-height:1.45}.about-checklist svg{flex:0 0 auto;margin-top:3px;padding:2px;border-radius:50%;color:#ffffff;background:#10b981;stroke-width:2.5}.about-mission-collage{position:relative;display:grid;grid-template-columns:minmax(260px,1fr) minmax(220px,.95fr);gap:22px;align-items:center}.about-mission-collage img{display:block;width:100%;object-fit:cover;border-radius:8px}.about-collage-main{height:390px}.about-collage-side{display:grid;gap:22px}.about-collage-side img:first-child{height:260px}.about-collage-side img:last-child{height:380px}.about-mentor-badge{position:absolute;left:0;bottom:-52px;gap:22px;width:min(440px,78%);padding:26px 30px;border:1px solid #e5e7eb;border-radius:8px;background:#ffffff;box-shadow:0 10px 30px rgba(15,23,42,.06)}.about-avatars,.about-mentor-badge{display:flex;align-items:center}.about-avatars span,.about-avatars strong{width:46px;height:46px;margin-left:-12px;border:3px solid #ffffff;border-radius:50%;background:linear-gradient(135deg,#10b981,#14b8a6)}.about-avatars span:first-child{margin-left:0;background:#f59e0b}.about-avatars span:nth-child(2){background:#38bdf8}.about-avatars span:nth-child(3){background:#ef4444}.about-avatars span:nth-child(4){background:#facc15}.about-avatars strong{display:grid;place-items:center;color:#ffffff;background:#006044;font-size:1rem}.about-mentor-badge b,.about-mentor-badge small{display:block}.about-mentor-badge b{color:#1f2a21;font-size:1.15rem}.about-mentor-badge small{color:#6b7280;font-size:.92rem}.about-values{padding:118px 0 124px;background:#f5f5f5}.about-mentors .section-heading-lined,.about-values .section-heading-lined{margin:0 auto 62px;text-align:center}.about-mentors .section-eyebrow,.about-values .section-eyebrow{justify-content:center;color:#174f3b}.about-mentors .section-eyebrow:after,.about-mentors .section-eyebrow:before,.about-values .section-eyebrow:after,.about-values .section-eyebrow:before{background:#174f3b}.about-mentors .section-title,.about-values .section-title{color:#1f2a21;font-size:clamp(2.8rem,5vw,4.2rem)}.values-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:0}.value-card{min-height:300px;padding:54px 44px;border:1px solid #d9d9d9;border-radius:8px;background:#ffffff;box-shadow:none;text-align:left;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.value-card:hover{transform:translateY(-4px);border-color:rgba(16,185,129,.55);box-shadow:0 24px 50px rgba(15,23,42,.12)}.value-icon{width:46px;height:46px;margin:0 0 42px;color:#10b981;background:transparent}.value-card h3{margin:0 0 22px;color:#252525;font-size:clamp(1.7rem,2.6vw,2.35rem);line-height:1.1;font-weight:900}.value-card p{margin:0;color:#5b5b5b;font-size:1.08rem;line-height:1.62}.about-mentors{padding:120px 0 128px;background:#ffffff}.mentors-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;max-width:1120px;margin:0 auto}.mentor-card{overflow:visible;border-radius:0;background:transparent;box-shadow:none;transition:none}.mentor-card:hover{transform:none;box-shadow:none}.mentor-photo{height:560px;margin-bottom:24px;overflow:hidden;background:#f8f8f8}.mentor-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:none}.mentor-card:hover .mentor-photo img{transform:none}.mentor-body{padding:0}.mentor-body h3{margin:0 0 22px;color:#1f2a21;font-size:1.45rem;font-weight:900}.mentor-line{display:block;width:78px;height:2px;margin:0 0 28px;background:#174f3b}.mentor-role{margin:0 0 22px;color:#174f3b;font-size:1.08rem;font-weight:500}.mentor-bio{margin:0;color:#43523f;font-size:1.02rem;line-height:1.72}.mentor-linkedin{width:fit-content;min-width:164px;margin-top:18px;justify-content:center}@media (max-width:1180px){.about-mission-grid{grid-template-columns:1fr}.about-mission-collage{max-width:860px}}@media (max-width:1024px){.values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mentor-photo{height:440px}}@media (max-width:768px){.about-hero{padding:136px 0 66px}.about-stats{flex-direction:column;align-items:center;gap:22px;margin-top:26px}.about-mission{padding:72px 0 86px}.about-mission-collage,.mentors-grid,.values-grid{grid-template-columns:1fr}.about-collage-main,.about-collage-side img:first-child,.about-collage-side img:last-child,.mentor-photo{height:auto;aspect-ratio:4/3}.about-mentor-badge{position:static;width:100%;margin-top:18px;padding:20px}.about-mentors,.about-values{padding:72px 0}.value-card{min-height:auto;padding:34px 26px}}.contact-hero{position:relative;padding:128px 1rem 64px;background:linear-gradient(to bottom right,#0f172a,#1e293b,#064e3b);overflow:hidden}.contact-hero-inner{max-width:768px;margin:0 auto;text-align:center;position:relative;z-index:1}.contact-hero h1{font-size:clamp(36px,5vw,48px);font-weight:700;color:#fff;margin-bottom:24px}.contact-hero h1,.contact-hero p{animation:fadeInUp .8s ease forwards}.contact-hero p{font-size:20px;color:#d1d5db;animation-delay:.1s}.contact-section{background:#f8fafc;padding:64px 1rem}.contact-section .container{max-width:1152px;margin:0 auto}.contact-grid{display:grid;gap:32px;grid-template-columns:1fr}.contact-cards{display:grid;gap:24px}.contact-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 10px 30px rgba(15,23,42,.08);display:flex;gap:16px;align-items:flex-start;transition:box-shadow .2s ease}.contact-card:hover{box-shadow:0 16px 40px rgba(15,23,42,.12)}.contact-card-icon{width:48px;height:48px;border-radius:12px;background:#d1fae5;display:grid;place-items:center;color:#059669;flex-shrink:0}.contact-card-body h4{margin:0 0 4px;font-weight:600;color:#111827}.contact-card-text{font-size:14px;color:#4b5563;line-height:1.5}.contact-card-text a{color:#059669;text-decoration:none}.contact-card-text a:hover{text-decoration:underline}.contact-form-card{grid-column:span 1;background:#fff;border-radius:12px;box-shadow:0 16px 40px rgba(15,23,42,.1);padding:24px;display:flex;flex-direction:column;gap:16px}.contact-form-header{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:600;color:#111827;border-bottom:1px solid #e5e7eb;padding-bottom:12px}.contact-form{display:flex;flex-direction:column;gap:24px}.form-row{display:grid;gap:24px;grid-template-columns:1fr}.form-field{display:flex;flex-direction:column;gap:8px}.form-field label{font-weight:500;color:#374151}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #e5e7eb;border-radius:6px;padding:12px;font-size:14px;color:#111827;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-field textarea{resize:vertical;min-height:120px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.25)}.contact-submit{width:100%;background:#059669;color:#fff;border:none;border-radius:8px;padding:12px;font-weight:600;cursor:pointer;transition:background .2s ease,opacity .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.contact-submit:hover{background:#047857}.contact-submit:disabled{opacity:.7;cursor:not-allowed}.contact-success{text-align:center;padding:48px 24px}.success-icon{width:64px;height:64px;border-radius:50%;background:#d1fae5;color:#059669;display:grid;place-items:center;margin:0 auto 16px}.success-title{font-size:24px;font-weight:700;color:#111827;margin-bottom:8px}.success-desc{font-size:16px;color:#4b5563;margin-bottom:24px}.contact-map{background:#f8fafc;padding:0 1rem 64px}.contact-map-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 12px 36px rgba(15,23,42,.1)}.map-embed{position:relative;width:100%;aspect-ratio:16/9;background:#e5e7eb}.map-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}@media (min-width:768px){.form-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.contact-grid{grid-template-columns:1fr 2fr}.contact-cards{grid-template-columns:1fr}.contact-map,.contact-section{padding-left:0;padding-right:0}}.whatsapp-float{position:fixed;right:28px;bottom:28px;z-index:100;width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#ffffff;box-shadow:0 18px 42px rgba(37,211,102,.35);transition:transform .2s ease,box-shadow .2s ease}.whatsapp-float:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 22px 52px rgba(37,211,102,.45)}.whatsapp-float svg{width:38px;height:38px;fill:currentColor}@media (max-width:768px){.whatsapp-float{right:18px;bottom:18px;width:56px;height:56px}.whatsapp-float svg{width:32px;height:32px}}