@import "https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Cabin',sans-serif;background:#FAFAFA;color:#0E0042;line-height:1.6}
ul,ol{list-style:none}
a{text-decoration:none;color:inherit}
h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}
.header-wrapper{background:linear-gradient(135deg,#0E0042 0%,#1a0a5e 50%,#0E0042 100%);box-shadow:0 8px 20px #0e004226;padding:0}
.header-top-section{text-align:center;padding:28px 20px 22px;background:#f8bdff14;border-bottom:1px solid #f8bdff33}
.company-title-header{font-size:32px;font-weight:700;color:#F8BDFF;letter-spacing:.5px;text-shadow:0 2px 8px #00e4dd4d}
.header-middle-row{display:flex;align-items:center;justify-content:space-between;padding:32px 20px;max-width:1000px;margin:0 auto;gap:40px}
.logo-container-wrapper{flex-shrink:0}
.logo-image-element{height:110px;width:110px;display:block;background:#fffffff2;padding:12px;border-radius:28px;box-shadow:0 6px 18px #00e4dd66 0 2px 8px #f8bdff4d}
.contact-info-left-wrapper,.contact-info-right-wrapper{flex:1;display:flex;flex-direction:column;gap:14px}
.contact-info-left-wrapper{align-items:flex-end;text-align:right}
.contact-info-right-wrapper{align-items:flex-start;text-align:left}
.contact-item-wrapper{display:flex;align-items:center;gap:10px;color:#FFF;font-size:15px;transition:all 420ms ease}
.contact-item-wrapper:hover{color:#00E4DD;transform:translateX(-3px)}
.contact-info-right-wrapper .contact-item-wrapper:hover{transform:translateX(3px)}
.contact-item-wrapper ion-icon{font-size:20px;color:#F8BDFF}
.header-bottom-nav{background:#0003;padding:0;border-top:1px solid #f8bdff26}
.nav-container-main{max-width:1000px;margin:0 auto;padding:0 20px}
.main-nav-list{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;padding:18px 0}
.nav-item-wrapper{position:relative}
.nav-link-main{display:block;padding:14px 28px;color:#FFF;font-size:16px;font-weight:400;border-radius:25px;transition:all 450ms ease;background:#ffffff0d}
.nav-link-main:hover{background:linear-gradient(135deg,#F8BDFF 0%,#00E4DD 100%);color:#0E0042}
.nav-item-wrapper:hover .submenu-dropdown-wrapper{opacity:1;visibility:visible;transform:translateY(0)}
.submenu-dropdown-wrapper{position:absolute;top:calc(100% + 8px);left:0;background:#FFF;border-radius:20px;padding:12px 0;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-12px);transition:all 420ms ease;box-shadow:0 10px 30px #0e004240 0 4px 12px #00e4dd26;z-index:100}
.submenu-link-item{display:block;padding:12px 24px;color:#0E0042;font-size:15px;transition:all 380ms ease}
.submenu-link-item:hover{background:linear-gradient(90deg,#f8bdff26 0%,#00e4dd26 100%);padding-left:32px}
.footer-main-wrapper{background:linear-gradient(180deg,#0E0042 0%,#1a0a5e 100%);padding:45px 20px 35px;margin-top:80px;border-top:3px solid #00E4DD}
.footer-content-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:2fr 1.2fr 1.5fr;gap:45px;margin-bottom:40px}
.footer-col-wrapper h3{color:#F8BDFF;font-size:19px;margin-bottom:18px;text-shadow:0 2px 6px #00e4dd4d}
.footer-col-wrapper p,.footer-col-wrapper a{color:#ffffffd9;font-size:14px;line-height:1.8}
.footer-nav-list-wrapper{display:flex;flex-direction:column;gap:10px}
.footer-nav-list-wrapper a{transition:all 400ms ease;padding-left:0;display:inline-block}
.footer-nav-list-wrapper a:hover{color:#00E4DD;padding-left:8px}
.footer-contact-list{display:flex;flex-direction:column;gap:12px}
.footer-contact-item-wrapper{display:flex;align-items:flex-start;gap:10px}
.footer-contact-item-wrapper ion-icon{font-size:18px;color:#F8BDFF;margin-top:2px;flex-shrink:0}
.footer-bottom-bar{text-align:center;padding-top:28px;border-top:1px solid #f8bdff33}
.footer-copyright-text{color:#ffffffb3;font-size:13px}
.cookie-popup-container{position:fixed;right:30px;top:50%;transform:translateY(-50%) translateX(450px);background:#FFF;padding:32px;border-radius:30px;box-shadow:0 12px 40px #0e00424d 0 6px 16px #00e4dd33;max-width:420px;z-index:9999;transition:transform 520ms ease;border:2px solid #F8BDFF}
.cookie-popup-container.show-popup{transform:translateY(-50%) translateX(0)}
.cookie-popup-container h3{color:#0E0042;font-size:22px;margin-bottom:14px}
.cookie-popup-container p{color:#0E0042;font-size:14px;line-height:1.7;margin-bottom:22px}
.cookie-btns-wrapper{display:flex;gap:12px}
.cookie-btn-accept,.cookie-btn-decline{flex:1;padding:14px 20px;border:none;border-radius:50px;font-family:'Cabin',sans-serif;font-size:15px;font-weight:700;cursor:pointer;transition:all 450ms ease}
.cookie-btn-accept{background:linear-gradient(135deg,#00E4DD 0%,#0E0042 100%);color:#FFF}
.cookie-btn-accept:hover{background:linear-gradient(135deg,#0E0042 0%,#00E4DD 100%);box-shadow:0 6px 20px #00e4dd66}
.cookie-btn-decline{background:#0e00421a;color:#0E0042}
.cookie-btn-decline:hover{background:#F8BDFF}
@media (max-width: 768px) {
.company-title-header{font-size:24px}
.header-middle-row{flex-direction:column;gap:28px;padding:28px 20px}
.contact-info-left-wrapper,.contact-info-right-wrapper{align-items:center;text-align:center;width:100%}
.contact-item-wrapper:hover{transform:translateX(0)!important}
.logo-image-element{height:90px;width:90px}
.main-nav-list{flex-direction:column;gap:8px;padding:14px 0}
.nav-link-main{width:100%;text-align:center}
.submenu-dropdown-wrapper{position:static;opacity:0;visibility:hidden;max-height:0;overflow:hidden;transition:all 420ms ease;box-shadow:none;background:#ffffff1a;margin-top:8px}
.nav-item-wrapper:hover .submenu-dropdown-wrapper{opacity:1;visibility:visible;max-height:200px;padding:12px 0}
.footer-content-grid{grid-template-columns:1fr;gap:32px}
.cookie-popup-container{right:15px;left:15px;max-width:none;transform:translateY(-50%) translateX(0) scale(0.8);opacity:0}
.cookie-popup-container.show-popup{transform:translateY(-50%) translateX(0) scale(1);opacity:1}
.cookie-btns-wrapper{flex-direction:column}
}
.ym-policy-block{max-width:1000px;margin:0 auto;padding:60px 20px;background:#fff}
.ym-policy-block h1{font-size:42px;font-weight:700;color:#0E0042;margin:0 0 40px;line-height:1.2;letter-spacing:-.5px}
.ym-policy-block h2{font-size:32px;font-weight:600;color:#0E0042;margin:50px 0 24px;line-height:1.3;padding-top:20px;border-top:2px solid #0e00421a}
.ym-policy-block h3{font-size:24px;font-weight:600;color:#0E0042;margin:40px 0 20px;line-height:1.4}
.ym-policy-block h4{font-size:20px;font-weight:600;color:#0E0042;margin:30px 0 16px;line-height:1.4}
.ym-policy-block h5{font-size:18px;font-weight:600;color:#0E0042;margin:24px 0 12px;line-height:1.5}
.ym-policy-block h6{font-size:16px;font-weight:600;color:#0E0042;margin:20px 0 12px;line-height:1.5}
.ym-policy-block p{font-size:16px;line-height:1.8;color:#333;margin:0 0 20px}
.ym-policy-block strong,.ym-policy-block b{font-weight:600;color:#0E0042}
.ym-policy-block a{color:#00E4DD;text-decoration:none;border-bottom:1px solid #00e4dd4d;transition:all 400ms ease}
.ym-policy-block a:hover{color:#0E0042;border-bottom-color:#0E0042}
.ym-policy-block table{width:100%;border-collapse:collapse;margin:30px 0;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0e004214}
.ym-policy-block thead{background:linear-gradient(135deg,#0E0042,#2a1a5e)}
.ym-policy-block thead tr{border:none}
.ym-policy-block thead th{padding:18px 20px;text-align:left;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}
.ym-policy-block tbody tr{border-bottom:1px solid #0e004214;transition:background 400ms ease}
.ym-policy-block tbody tr:last-child{border-bottom:none}
.ym-policy-block tbody tr:hover{background:#f8bdff1a}
.ym-policy-block tbody td{padding:16px 20px;font-size:15px;line-height:1.6;color:#333}
.ym-policy-block th{font-weight:600}
.ym-policy-block td{font-weight:400}
.ym-policy-block hr{border:none;height:2px;background:linear-gradient(90deg,#0e00421a,#f8bdff4d,#00e4dd4d,#0e00421a);margin:50px 0;border-radius:20px}
.ym-policy-block div{margin:20px 0}
@media (max-width: 768px) {
.ym-policy-block{padding:40px 16px}
.ym-policy-block h1{font-size:32px;margin-bottom:30px}
.ym-policy-block h2{font-size:26px;margin-top:40px;margin-bottom:20px}
.ym-policy-block h3{font-size:22px;margin-top:32px}
.ym-policy-block h4{font-size:19px;margin-top:26px}
.ym-policy-block h5{font-size:17px}
.ym-policy-block h6{font-size:16px}
.ym-policy-block p{font-size:15px;line-height:1.7}
.ym-policy-block table{font-size:14px;border-radius:16px}
.ym-policy-block thead th{padding:14px 12px;font-size:13px}
.ym-policy-block tbody td{padding:12px;font-size:14px}
.ym-policy-block hr{margin:40px 0}
}
@media (max-width: 320px) {
.ym-policy-block{padding:30px 12px}
.ym-policy-block h1{font-size:28px}
.ym-policy-block h2{font-size:24px}
.ym-policy-block table{font-size:13px}
.ym-policy-block thead th,.ym-policy-block tbody td{padding:10px 8px}
}
.main-title-block{background:linear-gradient(135deg,#0E0042 0%,#00E4DD 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.main-title-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#f8bdff33,transparent 70%);border-radius:50%}
.main-title-block::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#00e4dd26,transparent 65%);border-radius:50%}
.title-content-wrapper{max-width:1000px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:40px}
.title-text-section{text-align:center;color:#fff}
.title-text-section h1{font-size:48px;margin:0 0 20px;font-weight:700;line-height:1.2}
.title-text-section .subtitle-desc{font-size:19px;line-height:1.6;max-width:680px;margin:0 auto;opacity:.95}
.title-image-container{width:100%;max-width:700px;border-radius:30px;overflow:hidden;box-shadow:0 15px 40px #0e004266 0 0 0 1px #ffffff1a}
.title-image-container img{width:100%;height:auto;display:block;object-fit:cover}
.course-grid-section{padding:90px 20px;background:#fff}
.course-grid-container{max-width:1000px;margin:0 auto}
.course-grid-header{text-align:center;margin-bottom:60px}
.course-grid-header h2{font-size:38px;color:#0E0042;margin:0 0 16px;font-weight:700}
.course-grid-header .intro-text{font-size:18px;color:#333;line-height:1.7;max-width:720px;margin:0 auto}
.courses-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.course-card-wrapper{background:linear-gradient(145deg,#f9f9f9,#fff);border-radius:25px;padding:35px 30px;box-shadow:0 8px 25px #0e004214;transition:all 450ms ease;border:2px solid transparent}
.course-card-wrapper:hover{transform:translateY(-6px);box-shadow:0 16px 45px #00e4dd33;border-color:#00E4DD}
.course-icon-box{width:70px;height:70px;background:linear-gradient(135deg,#F8BDFF,#00E4DD);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.course-icon-box svg{width:36px;height:36px;fill:#0E0042}
.course-card-wrapper h3{font-size:24px;color:#0E0042;margin:0 0 14px;font-weight:600}
.course-card-wrapper .course-description{font-size:16px;color:#555;line-height:1.6;margin:0 0 20px}
.course-card-wrapper .course-price{font-size:28px;color:#0E0042;font-weight:700;margin:0 0 8px}
.course-card-wrapper .price-note{font-size:14px;color:#888;margin:0}
.learning-path-section{padding:80px 20px;background:linear-gradient(180deg,#f4f4f4 0%,#fff 100%);position:relative}
.learning-path-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.path-image-side{border-radius:30px;overflow:hidden;box-shadow:0 12px 35px #0e004226}
.path-image-side img{width:100%;height:auto;display:block;object-fit:cover}
.path-text-side h2{font-size:36px;color:#0E0042;margin:0 0 24px;font-weight:700}
.path-text-side .path-intro{font-size:17px;color:#444;line-height:1.7;margin:0 0 30px}
.step-list-wrapper{display:flex;flex-direction:column;gap:20px}
.step-item-box{background:#fff;border-radius:20px;padding:24px 28px;box-shadow:0 6px 20px #00e4dd1a;border-left:5px solid #00E4DD;transition:all 400ms ease}
.step-item-box:hover{box-shadow:0 10px 30px #f8bdff40;border-left-color:#F8BDFF}
.step-item-box h4{font-size:20px;color:#0E0042;margin:0 0 10px;font-weight:600}
.step-item-box p{font-size:15px;color:#666;line-height:1.6;margin:0}
.instructor-testimonial-section{padding:90px 20px;background:#0E0042;position:relative;overflow:hidden}
.instructor-testimonial-section::before{content:'';position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#f8bdff1a,transparent);border-radius:50%}
.testimonial-wrapper-main{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.testimonial-header-text{text-align:center;margin-bottom:60px}
.testimonial-header-text h2{font-size:38px;color:#fff;margin:0 0 18px;font-weight:700}
.testimonial-header-text .header-subtext{font-size:18px;color:#F8BDFF;line-height:1.6}
.testimonial-grid-layout{display:grid;grid-template-columns:1fr 2fr;gap:50px;align-items:start}
.instructor-profile-box{background:#ffffff0d;border-radius:25px;padding:30px;backdrop-filter:blur(10px);border:1px solid #f8bdff33}
.profile-photo-container{width:140px;height:140px;border-radius:50%;overflow:hidden;margin:0 auto 20px;border:4px solid #F8BDFF;box-shadow:0 8px 25px #00e4dd4d}
.profile-photo-container img{width:100%;height:100%;object-fit:cover}
.instructor-profile-box h3{font-size:24px;color:#fff;margin:0 0 8px;text-align:center;font-weight:600}
.instructor-profile-box .role-label{font-size:15px;color:#00E4DD;text-align:center;margin:0 0 20px}
.instructor-profile-box .bio-text{font-size:15px;color:#fffc;line-height:1.6;text-align:center;margin:0}
.testimonial-content-box{display:flex;flex-direction:column;gap:30px}
.single-testimonial-card{background:#ffffff14;border-radius:25px;padding:32px 36px;backdrop-filter:blur(8px);border:1px solid #00e4dd33;transition:all 500ms ease}
.single-testimonial-card:hover{background:#ffffff1f;border-color:#F8BDFF;transform:translateX(8px)}
.testimonial-quote-wrapper{margin-bottom:20px}
.testimonial-quote-wrapper svg{width:32px;height:32px;fill:#F8BDFF;opacity:.6}
.single-testimonial-card .quote-text{font-size:17px;color:#fff;line-height:1.7;margin:0 0 18px;font-style:italic}
.single-testimonial-card .author-info{font-size:15px;color:#00E4DD;font-weight:600;margin:0}
.cta-bottom-section{padding:70px 20px;background:linear-gradient(135deg,#F8BDFF,#00E4DD);text-align:center}
.cta-container-inner{max-width:1000px;margin:0 auto}
.cta-container-inner h2{font-size:40px;color:#0E0042;margin:0 0 20px;font-weight:700}
.cta-container-inner .cta-description{font-size:18px;color:#0E0042;line-height:1.7;margin:0 0 36px;max-width:680px;margin-left:auto;margin-right:auto}
.cta-buttons-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btn-primary-cta{background:#0E0042;color:#fff;padding:16px 40px;border-radius:30px;font-size:17px;font-weight:600;text-decoration:none;display:inline-block;box-shadow:0 8px 25px #0e00424d;transition:all 450ms ease;border:2px solid #0E0042}
.btn-primary-cta:hover{background:#1a0070;transform:translateY(-4px);box-shadow:0 14px 35px #0e004266}
.btn-secondary-cta{background:transparent;color:#0E0042;padding:16px 40px;border-radius:30px;font-size:17px;font-weight:600;text-decoration:none;display:inline-block;border:2px solid #0E0042;transition:all 450ms ease}
.btn-secondary-cta:hover{background:#0E0042;color:#fff;transform:translateY(-4px)}
@media (max-width: 768px) {
.main-title-block{padding:60px 20px 70px}
.title-text-section h1{font-size:36px}
.title-text-section .subtitle-desc{font-size:17px}
.course-grid-section{padding:60px 20px}
.course-grid-header h2{font-size:32px}
.courses-layout{grid-template-columns:1fr;gap:30px}
.learning-path-container{grid-template-columns:1fr;gap:40px}
.path-text-side h2{font-size:30px}
.testimonial-grid-layout{grid-template-columns:1fr;gap:40px}
.cta-container-inner h2{font-size:32px}
.cta-buttons-group{flex-direction:column;align-items:center}
.btn-primary-cta,.btn-secondary-cta{width:100%;max-width:300px}
}
.main-hero-wrapper{background:linear-gradient(135deg,#0E0042 0%,#3a1d5f 100%);padding:60px 20px;position:relative;overflow:hidden}
.hero-container-main{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:40px;align-items:center}
.hero-text-content{color:#fff;z-index:2}
.hero-text-content h1{font-size:2.8rem;line-height:1.2;margin-bottom:24px;font-weight:700}
.hero-text-content p{font-size:1.15rem;line-height:1.7;margin-bottom:20px;opacity:.95}
.hero-image-insert{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 12px 40px #00e4dd33 0 0 0 8px #f8bdff26}
.hero-image-insert img{width:100%;height:320px;object-fit:cover;display:block}
.hero-btn-wrapper{margin-top:32px}
.hero-cta-btn{background:linear-gradient(135deg,#00E4DD 0%,#F8BDFF 100%);color:#0E0042;padding:16px 36px;border-radius:28px;text-decoration:none;font-weight:600;font-size:1.05rem;display:inline-block;transition:all 450ms ease;box-shadow:0 8px 24px #00e4dd4d}
.hero-cta-btn:hover{transform:translateY(-3px);box-shadow:0 14px 36px #00e4dd73}
.trial-section-wrapper{padding:80px 20px;background:#fff}
.trial-inner-container{max-width:1000px;margin:0 auto}
.trial-section-wrapper h2{font-size:2.3rem;color:#0E0042;margin-bottom:16px;text-align:center;font-weight:700}
.trial-intro-text{text-align:center;font-size:1.1rem;color:#4a4a4a;margin-bottom:48px;line-height:1.7}
.trial-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.trial-card-item{background:linear-gradient(145deg,#fafafa 0%,#f0f0f0 100%);padding:32px;border-radius:24px;border:2px solid transparent;transition:all 500ms ease;position:relative}
.trial-card-item::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#00E4DD,#F8BDFF);border-radius:24px;z-index:-1;opacity:0;transition:opacity 450ms ease}
.trial-card-item:hover::before{opacity:1}
.trial-card-item:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0e004226}
.trial-icon-holder{width:64px;height:64px;background:linear-gradient(135deg,#0E0042,#3a1d5f);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.trial-icon-holder ion-icon{font-size:32px;color:#00E4DD}
.trial-card-item h3{font-size:1.4rem;color:#0E0042;margin-bottom:12px;font-weight:600}
.trial-card-item p{font-size:1rem;color:#5a5a5a;line-height:1.6}
.audience-block-wrapper{padding:80px 20px;background:linear-gradient(180deg,#0E0042 0%,#1a0a52 100%);position:relative}
.audience-content-holder{max-width:1000px;margin:0 auto}
.audience-block-wrapper h2{font-size:2.3rem;color:#fff;margin-bottom:20px;text-align:center;font-weight:700}
.audience-subtitle-text{text-align:center;font-size:1.1rem;color:#F8BDFF;margin-bottom:56px;line-height:1.6}
.audience-profiles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}
.profile-card-box{background:#ffffff14;padding:28px;border-radius:28px;border:1px solid #f8bdff33;backdrop-filter:blur(10px);transition:all 480ms ease}
.profile-card-box:hover{background:#ffffff1f;border-color:#F8BDFF;transform:scale(1.03)}
.profile-icon-circle{width:56px;height:56px;background:linear-gradient(135deg,#00E4DD,#F8BDFF);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.profile-icon-circle ion-icon{font-size:28px;color:#0E0042}
.profile-card-box h3{font-size:1.35rem;color:#F8BDFF;margin-bottom:10px;font-weight:600}
.profile-card-box p{font-size:.98rem;color:#e0e0e0;line-height:1.6}
.directions-section-outer{padding:80px 20px;background:#fff}
.directions-main-container{max-width:1000px;margin:0 auto}
.directions-section-outer h2{font-size:2.3rem;color:#0E0042;margin-bottom:18px;text-align:center;font-weight:700}
.directions-intro-desc{text-align:center;font-size:1.1rem;color:#4a4a4a;margin-bottom:52px;line-height:1.7}
.tabs-wrapper-main{display:flex;flex-direction:column}
.tab-input-radio{display:none}
.tabs-nav-row{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap;justify-content:center}
.tab-label-btn{padding:14px 28px;background:#f5f5f5;border-radius:24px;cursor:pointer;font-size:1.05rem;font-weight:600;color:#5a5a5a;transition:all 420ms ease;border:2px solid transparent}
.tab-label-btn:hover{background:#e8e8e8;color:#0E0042}
.tab-input-radio:checked + .tab-label-btn{background:linear-gradient(135deg,#0E0042,#3a1d5f);color:#fff;border-color:#00E4DD}
.tab-panel-content{display:none;padding:36px;background:linear-gradient(145deg,#fafafa 0%,#f0f0f0 100%);border-radius:28px;box-shadow:inset 0 2px 8px #0e004214}
.tab-input-radio:checked ~ .tab-panel-content{display:block}
.tab-panel-content h3{font-size:1.5rem;color:#0E0042;margin-bottom:16px;font-weight:600}
.tab-panel-content p{font-size:1.05rem;color:#5a5a5a;line-height:1.7;margin-bottom:20px}
.tab-feature-list{list-style:none;padding:0;margin:0}
.tab-feature-list li{padding:12px 0 12px 36px;position:relative;font-size:1rem;color:#4a4a4a;line-height:1.6}
.tab-feature-list li::before{content:'';position:absolute;left:0;top:16px;width:20px;height:20px;background:linear-gradient(135deg,#00E4DD,#F8BDFF);border-radius:50%}
.interactive-learning-section{padding:80px 20px;background:linear-gradient(135deg,#F8BDFF 0%,#e0a9ff 100%)}
.interactive-content-box{max-width:1000px;margin:0 auto}
.interactive-learning-section h2{font-size:2.3rem;color:#0E0042;margin-bottom:20px;text-align:center;font-weight:700}
.interactive-subheading{text-align:center;font-size:1.1rem;color:#3a1d5f;margin-bottom:52px;line-height:1.7}
.interactive-grid-elements{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px}
.interactive-item-card{background:#ffffffd9;padding:32px;border-radius:28px;transition:all 480ms ease;border:2px solid #0e00421a;backdrop-filter:blur(8px)}
.interactive-item-card:hover{background:#fffffff2;transform:translateY(-5px);box-shadow:0 16px 40px #0e004233;border-color:#00E4DD}
.interactive-icon-box{width:60px;height:60px;background:linear-gradient(135deg,#0E0042,#3a1d5f);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.interactive-icon-box ion-icon{font-size:30px;color:#00E4DD}
.interactive-item-card h3{font-size:1.35rem;color:#0E0042;margin-bottom:12px;font-weight:600}
.interactive-item-card p{font-size:1rem;color:#4a4a4a;line-height:1.6}
.process-section-outer{padding:80px 20px;background:#fff}
.process-inner-box{max-width:1000px;margin:0 auto}
.process-section-outer h2{font-size:2.3rem;color:#0E0042;margin-bottom:18px;text-align:center;font-weight:700}
.process-description-text{text-align:center;font-size:1.1rem;color:#4a4a4a;margin-bottom:52px;line-height:1.7}
.process-steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px}
.step-item-wrapper{position:relative;padding:32px 28px;background:linear-gradient(145deg,#fafafa 0%,#f0f0f0 100%);border-radius:28px;border-left:6px solid #00E4DD;transition:all 460ms ease}
.step-item-wrapper:hover{transform:translateX(8px);box-shadow:0 12px 36px #0e00421f;border-left-color:#F8BDFF}
.step-number-badge{width:48px;height:48px;background:linear-gradient(135deg,#0E0042,#3a1d5f);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#00E4DD;margin-bottom:18px}
.step-item-wrapper h3{font-size:1.3rem;color:#0E0042;margin-bottom:12px;font-weight:600}
.step-item-wrapper p{font-size:1rem;color:#5a5a5a;line-height:1.6}
.testimonial-outer-section{padding:80px 20px;background:linear-gradient(180deg,#0E0042 0%,#1a0a52 100%)}
.testimonial-content-wrapper{max-width:1000px;margin:0 auto}
.testimonial-outer-section h2{font-size:2.3rem;color:#fff;margin-bottom:20px;text-align:center;font-weight:700}
.testimonial-intro{text-align:center;font-size:1.1rem;color:#F8BDFF;margin-bottom:56px;line-height:1.7}
.testimonial-cards-grid{display:grid;grid-template-columns:1fr;gap:32px}
.testimonial-card-single{background:#ffffff14;padding:36px;border-radius:32px;border:1px solid #f8bdff33;backdrop-filter:blur(10px);display:flex;gap:24px;align-items:flex-start;transition:all 480ms ease}
.testimonial-card-single:hover{background:#ffffff1f;border-color:#F8BDFF;transform:translateY(-4px);box-shadow:0 16px 48px #00e4dd33}
.testimonial-image-holder{flex-shrink:0}
.testimonial-image-holder img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #00E4DD}
.testimonial-text-block{flex:1}
.testimonial-text-block p{font-size:1.05rem;color:#e0e0e0;line-height:1.7;margin-bottom:16px;font-style:italic}
.testimonial-author-name{font-size:1.1rem;color:#F8BDFF;font-weight:600;margin-bottom:4px}
.testimonial-author-role{font-size:.95rem;color:#b8b8b8}
@media (min-width: 768px) {
.hero-container-main{grid-template-columns:1.2fr 1fr;gap:52px}
.hero-text-content h1{font-size:3.2rem}
.hero-image-insert img{height:380px}
.trial-grid-layout{grid-template-columns:repeat(3,1fr)}
.audience-profiles-grid{grid-template-columns:repeat(4,1fr)}
.interactive-grid-elements{grid-template-columns:repeat(4,1fr)}
.process-steps-container{grid-template-columns:repeat(4,1fr)}
.testimonial-cards-grid{grid-template-columns:1fr}
}
@media (min-width: 1024px) {
.hero-text-content h1{font-size:3.6rem}
.hero-text-content p{font-size:1.25rem}
}
.hero-wrapper{max-width:1000px;margin:0 auto;padding:60px 20px}
.hero-layout-container{display:flex;gap:40px;align-items:center}
.hero-image-section{flex:0 0 40%;position:relative}
.hero-image-section img{width:100%;height:450px;object-fit:cover;border-radius:32px;display:block}
.hero-image-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:450px;background:linear-gradient(135deg,#0e004259,#00e4dd40);border-radius:32px;pointer-events:none}
.hero-text-content{flex:1;position:relative}
.hero-text-content h1{font-size:44px;line-height:1.2;margin:0 0 24px;color:#0E0042}
.hero-text-content .tagline-wrapper{font-size:20px;line-height:1.6;color:#444;margin:0 0 28px}
.hero-text-content .description-block{font-size:16px;line-height:1.7;color:#555;margin:0 0 18px}
.hero-decorative-shape{position:absolute;bottom:-20px;right:-15px;width:120px;height:120px;background:linear-gradient(45deg,#f8bdff26,#00e4dd26);border-radius:50%;pointer-events:none;z-index:-1}
.story-section-wrapper{background:linear-gradient(180deg,#F8BDFF 0%,#f8bdff4d 100%);padding:80px 20px;margin:60px 0}
.story-content-container{max-width:1000px;margin:0 auto}
.story-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px}
.story-card-item{background:#ffffffd9;padding:32px 24px;border-radius:28px;box-shadow:0 6px 18px #0e004214;transition:all 450ms ease;position:relative}
.story-card-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#0E0042,#00E4DD);border-radius:28px 0 0 28px;opacity:0;transition:opacity 450ms ease}
.story-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 28px #0e004226}
.story-card-item:hover::before{opacity:1}
.story-card-item h3{font-size:22px;margin:0 0 16px;color:#0E0042}
.story-card-item .detail-text{font-size:15px;line-height:1.6;color:#666;margin:0 0 12px}
.story-image-gallery{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.story-image-gallery img{width:100%;height:280px;object-fit:cover;border-radius:24px;box-shadow:0 4px 14px #0e00421a}
.team-approach-wrapper{max-width:1000px;margin:80px auto;padding:0 20px}
.team-approach-wrapper h2{font-size:36px;margin:0 0 50px;text-align:center;color:#0E0042;position:relative}
.team-approach-wrapper h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#0E0042,#00E4DD);border-radius:3px}
.team-profile-container{display:grid;grid-template-columns:300px 1fr;gap:50px;align-items:start}
.team-profile-image{position:relative}
.team-profile-image img{width:100%;height:400px;object-fit:cover;border-radius:24px;box-shadow:0 8px 24px #0e00421f}
.team-profile-image::after{content:'';position:absolute;bottom:-15px;right:-15px;width:100%;height:100%;border:3px solid #00E4DD;border-radius:24px;z-index:-1}
.team-content-tabs{position:relative}
.tab-radio-input{position:absolute;opacity:0;pointer-events:none}
.tab-navigation-list{display:flex;gap:12px;margin-bottom:32px;border-bottom:2px solid #0e00421a;padding-bottom:8px}
.tab-nav-label{padding:12px 24px;border-radius:20px 20px 0 0;background:#f8bdff33;color:#0E0042;cursor:pointer;font-size:16px;transition:all 400ms ease;border:2px solid transparent}
.tab-nav-label:hover{background:#f8bdff66}
.tab-radio-input:checked + .tab-nav-label{background:linear-gradient(135deg,#0E0042,#00E4DD);color:#fff;border-color:#0E0042}
.tab-panel-content{display:none;animation:fadeContentIn 500ms ease}
@keyframes fadeContentIn {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
.tab-radio-input:nth-of-type(1):checked ~ .tab-panels-wrapper .tab-panel-content:nth-of-type(1),.tab-radio-input:nth-of-type(2):checked ~ .tab-panels-wrapper .tab-panel-content:nth-of-type(2),.tab-radio-input:nth-of-type(3):checked ~ .tab-panels-wrapper .tab-panel-content:nth-of-type(3){display:block}
.tab-panel-content h4{font-size:24px;margin:0 0 20px;color:#0E0042}
.tab-panel-content .panel-text-block{font-size:15px;line-height:1.7;color:#555;margin:0 0 16px}
.values-list-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px}
.value-item-card{background:#00e4dd14;padding:20px;border-radius:16px;border-left:4px solid #00E4DD}
.value-item-card h5{font-size:17px;margin:0 0 8px;color:#0E0042}
.value-item-card .value-description{font-size:14px;line-height:1.6;color:#666;margin:0}
.milestone-timeline{position:relative;padding-left:40px}
.milestone-timeline::before{content:'';position:absolute;left:12px;top:10px;bottom:10px;width:3px;background:linear-gradient(180deg,#0E0042,#00E4DD)}
.milestone-entry{position:relative;margin-bottom:28px}
.milestone-entry::before{content:'';position:absolute;left:-33px;top:6px;width:14px;height:14px;background:#00E4DD;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #0E0042}
.milestone-entry h5{font-size:18px;margin:0 0 8px;color:#0E0042}
.milestone-entry .milestone-detail{font-size:14px;line-height:1.6;color:#666;margin:0}
@media (max-width: 1024px) {
.hero-layout-container{gap:30px}
.hero-image-section{flex:0 0 35%}
.hero-image-section img,.hero-image-section::before{height:380px}
.hero-text-content h1{font-size:38px}
.story-grid-layout{grid-template-columns:1fr;gap:24px}
.team-profile-container{grid-template-columns:1fr;gap:40px}
.team-profile-image{max-width:400px;margin:0 auto}
.values-list-wrapper{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.hero-wrapper{padding:40px 20px}
.hero-layout-container{flex-direction:column;gap:30px}
.hero-image-section{flex:1;width:100%}
.hero-image-section img,.hero-image-section::before{height:320px}
.hero-text-content h1{font-size:32px}
.hero-text-content .tagline-wrapper{font-size:18px}
.story-section-wrapper{padding:60px 20px;margin:40px 0}
.story-image-gallery{grid-template-columns:1fr}
.story-image-gallery img{height:240px}
.team-approach-wrapper{margin:60px auto}
.team-approach-wrapper h2{font-size:28px;margin-bottom:40px}
.tab-navigation-list{flex-direction:column;gap:8px}
.tab-nav-label{text-align:center;border-radius:16px}
.milestone-timeline{padding-left:30px}
.milestone-entry::before{left:-28px}
}
.contact-hero-outer{background:linear-gradient(135deg,#0E0042 0%,#F8BDFF 100%);position:relative;overflow:hidden;padding:80px 20px 120px}
.contact-hero-outer::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:100px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 100' preserveAspectRatio='none'%3E%3Cpath d='M0,50 Q300,20 600,50 T1200,50 L1200,100 L0,100 Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat;background-size:cover}
.contact-hero-inner{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:40px}
.hero-text-wrapper{max-width:700px}
.hero-text-wrapper h1{font-size:52px;color:#fff;margin:0 0 20px;line-height:1.2;font-weight:700}
.hero-text-wrapper .lead-text{font-size:20px;color:#F8BDFF;line-height:1.6;margin:0}
.hero-image-container{width:100%;max-width:600px;position:relative}
.hero-image-container img{width:100%;height:350px;object-fit:cover;border-radius:30px;box-shadow:0 12px 40px #0e004266;opacity:.85}
.contact-form-section{background:#fff;padding:80px 20px}
.form-section-wrapper{max-width:800px;margin:0 auto}
.section-header-text{text-align:center;margin-bottom:50px}
.section-header-text h2{font-size:38px;color:#0E0042;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.section-header-text h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#F8BDFF,#00E4DD);border-radius:10px}
.section-header-text .subtitle-text{font-size:18px;color:#666;line-height:1.6;margin:24px 0 0}
.step-form-container{background:linear-gradient(135deg,#f8bdff1a,#00e4dd1a);border-radius:30px;padding:50px 40px;box-shadow:0 8px 30px #0e00421f}
.step-indicator-wrapper{display:flex;justify-content:space-between;margin-bottom:40px;position:relative}
.step-indicator-wrapper::before{content:'';position:absolute;top:20px;left:60px;right:60px;height:3px;background:#0e004226;z-index:1}
.step-item{display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;z-index:2}
.step-circle{width:40px;height:40px;border-radius:50%;background:#fff;border:3px solid #F8BDFF;display:flex;align-items:center;justify-content:center;font-weight:700;color:#0E0042;font-size:16px;transition:400ms}
.step-label{font-size:14px;color:#0E0042;font-weight:600}
.form-fields-wrapper{display:flex;flex-direction:column;gap:30px}
.form-step-block{background:#fff;border-radius:24px;padding:30px;box-shadow:0 4px 16px #0e004214}
.step-block-title{font-size:22px;color:#0E0042;margin:0 0 20px;font-weight:700}
.input-row-dual{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.input-field-container{display:flex;flex-direction:column;gap:8px}
.input-field-container label{font-size:15px;color:#0E0042;font-weight:600}
.input-field-container input,.input-field-container textarea{width:100%;padding:14px 18px;border:2px solid #0e004233;border-radius:16px;font-size:16px;color:#0E0042;transition:400ms;background:#fff}
.input-field-container input:focus,.input-field-container textarea:focus{outline:none;border-color:#00E4DD;box-shadow:0 0 0 4px #00e4dd26}
.input-field-container textarea{resize:vertical;min-height:120px}
.privacy-checkbox-wrapper{display:flex;align-items:flex-start;gap:12px;margin-top:20px}
.privacy-checkbox-wrapper input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#00E4DD}
.privacy-checkbox-wrapper label{font-size:14px;color:#666;line-height:1.5}
.privacy-checkbox-wrapper label a{color:#0E0042;text-decoration:underline;transition:300ms}
.privacy-checkbox-wrapper label a:hover{color:#00E4DD}
.submit-button-wrapper{text-align:center;margin-top:30px}
.submit-button-wrapper button{background:linear-gradient(135deg,#0E0042,#00E4DD);color:#fff;padding:16px 50px;border:none;border-radius:25px;font-size:18px;font-weight:700;cursor:pointer;transition:500ms;box-shadow:0 8px 24px #00e4dd4d;position:relative;z-index:10}
.submit-button-wrapper button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00e4dd80}
.submit-button-wrapper button:active{transform:translateY(-1px)}
.contact-info-section{background:linear-gradient(135deg,#0e00420d,#f8bdff1a);padding:80px 20px}
.info-section-container{max-width:1000px;margin:0 auto}
.info-header-block{text-align:center;margin-bottom:50px}
.info-header-block h2{font-size:38px;color:#0E0042;margin:0 0 16px;font-weight:700}
.info-header-block .info-subtitle{font-size:18px;color:#666;line-height:1.6;margin:0}
.info-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.info-card-item{background:#fff;border-radius:24px;padding:40px 30px;text-align:center;box-shadow:0 6px 24px #0e00421a;transition:500ms;position:relative;overflow:hidden}
.info-card-item::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#F8BDFF,#00E4DD);transform:scaleX(0);transition:500ms}
.info-card-item:hover{transform:translateY(-6px);box-shadow:0 12px 36px #0e00422e}
.info-card-item:hover::before{transform:scaleX(1)}
.card-icon-wrapper{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#F8BDFF,#00E4DD);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.card-icon-wrapper svg{width:35px;height:35px;fill:#fff}
.info-card-item h3{font-size:22px;color:#0E0042;margin:0 0 12px;font-weight:700}
.info-card-item .card-details{font-size:16px;color:#666;line-height:1.6;margin:0}
.info-card-item .card-details a{color:#0E0042;text-decoration:none;transition:300ms}
.info-card-item .card-details a:hover{color:#00E4DD;text-decoration:underline}
.image-content-block{margin-top:60px;max-width:700px;margin-left:auto;margin-right:auto}
.image-content-block img{width:100%;height:400px;object-fit:cover;border-radius:30px;box-shadow:0 10px 40px #0e004226}
@media (max-width: 768px) {
.contact-hero-outer{padding:60px 20px 100px}
.hero-text-wrapper h1{font-size:38px}
.hero-text-wrapper .lead-text{font-size:18px}
.hero-image-container img{height:280px}
.contact-form-section{padding:60px 20px}
.section-header-text h2,.info-header-block h2{font-size:32px}
.step-form-container{padding:30px 20px}
.step-indicator-wrapper::before{left:40px;right:40px}
.step-circle{width:36px;height:36px;font-size:14px}
.step-label{font-size:12px}
.form-step-block{padding:20px}
.step-block-title{font-size:20px}
.input-row-dual{grid-template-columns:1fr;gap:16px}
.submit-button-wrapper button{width:100%;padding:14px 30px;font-size:16px}
.contact-info-section{padding:60px 20px}
.info-cards-grid{grid-template-columns:1fr;gap:20px}
.image-content-block img{height:300px}
}
@media (max-width: 480px) {
.hero-text-wrapper h1{font-size:32px}
.section-header-text h2,.info-header-block h2{font-size:28px}
.step-indicator-wrapper{flex-direction:column;gap:20px}
.step-indicator-wrapper::before{display:none}
.step-item{flex-direction:row;justify-content:flex-start}
}
.success-container-wrapper{max-width:1000px;margin:0 auto;padding:60px 20px}
.success-main-block{background:linear-gradient(135deg,#F8BDFF 0%,#00E4DD 100%);border-radius:32px;padding:80px 40px;position:relative;overflow:hidden;box-shadow:0 12px 40px #0e004226}
.success-main-block::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,#0e00421a 0%,transparent 70%);border-radius:50%}
.success-main-block::after{content:'';position:absolute;bottom:-30%;left:-10%;width:350px;height:350px;background:radial-gradient(circle,#00e4dd26 0%,transparent 70%);border-radius:50%}
.success-content-area{position:relative;z-index:2;text-align:center;max-width:700px;margin:0 auto}
.success-icon-holder{width:120px;height:120px;margin:0 auto 40px;background:#0E0042;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0e00424d;animation:icon-pulse 2s ease-in-out infinite}
@keyframes icon-pulse {
0%,100%{transform:scale(1);box-shadow:0 8px 24px #0e00424d}
50%{transform:scale(1.05);box-shadow:0 12px 32px #0e004266}
}
.success-icon-holder svg{width:60px;height:60px;fill:#00E4DD}
.success-heading-main{font-size:48px;font-weight:700;color:#0E0042;margin:0 0 24px;line-height:1.2}
.success-text-description{font-size:20px;color:#0E0042;line-height:1.6;margin:0 0 40px;opacity:.85}
.success-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin:50px 0}
.success-info-item{background:#fff9;padding:28px 20px;border-radius:20px;backdrop-filter:blur(10px);border:2px solid #0e00421a;transition:all 500ms ease}
.success-info-item:hover{transform:translateY(-8px);box-shadow:0 16px 32px #0e004233;border-color:#0E0042}
.success-info-label{font-size:14px;color:#0E0042;opacity:.7;margin:0 0 8px;text-transform:uppercase;letter-spacing:1px;font-weight:600}
.success-info-value{font-size:22px;color:#0E0042;font-weight:700;margin:0}
.success-button-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.success-btn-primary{background:#0E0042;color:#F8BDFF;padding:18px 40px;border-radius:28px;font-size:18px;font-weight:600;text-decoration:none;display:inline-block;transition:all 450ms ease;box-shadow:0 8px 20px #0e004240;border:3px solid #0E0042}
.success-btn-primary:hover{background:#F8BDFF;color:#0E0042;transform:scale(1.05);box-shadow:0 12px 28px #0e004259}
.success-btn-secondary{background:transparent;color:#0E0042;padding:18px 40px;border-radius:28px;font-size:18px;font-weight:600;text-decoration:none;display:inline-block;transition:all 450ms ease;border:3px solid #0E0042}
.success-btn-secondary:hover{background:#0E0042;color:#00E4DD;transform:scale(1.05);box-shadow:0 12px 28px #0e004259}
.success-divider-decorative{height:4px;background:linear-gradient(90deg,transparent 0%,#0E0042 50%,transparent 100%);margin:50px auto;max-width:400px;border-radius:4px}
.success-message-box{background:#ffffff80;padding:32px;border-radius:24px;border-left:6px solid #00E4DD;margin:40px 0;backdrop-filter:blur(8px)}
.success-message-text{font-size:16px;color:#0E0042;line-height:1.7;margin:0}
@media (max-width: 768px) {
.success-main-block{padding:50px 24px;border-radius:24px}
.success-heading-main{font-size:32px}
.success-text-description{font-size:18px}
.success-icon-holder{width:100px;height:100px}
.success-icon-holder svg{width:50px;height:50px}
.success-info-grid{grid-template-columns:1fr;gap:16px}
.success-button-group{flex-direction:column}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center}
}
@media (max-width: 480px) {
.success-container-wrapper{padding:40px 16px}
.success-heading-main{font-size:28px}
.success-text-description{font-size:16px}
}