*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#FAFBFD;color:#222240;line-height:1.6;font-size:16px}
.header-wrapper{background:#FFF;box-shadow:0 4px 12px #22224014;position:relative}
.top-header-row{max-width:1280px;margin:0 auto;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;gap:32px}
.logo-company-block{display:flex;align-items:center;gap:18px}
.logo-container{width:85px;height:85px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#38a1fd1a,#2222400d);border-radius:24px;padding:12px;box-shadow:0 2px 8px #2222401f}
.logo-container .site-logo{width:100%;height:100%;object-fit:contain}
.company-info{display:flex;flex-direction:column;gap:4px}
.company-name-text{font-size:26px;font-weight:700;color:#222240;line-height:1.2}
.company-tagline{font-size:14px;color:#38A1FD;font-weight:600}
.contact-nav-block{display:flex;align-items:center}
.header-contact-wrapper{display:flex;gap:28px;align-items:center}
.header-contact-wrapper .contact-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#222240;font-weight:600}
.header-contact-wrapper .contact-item i{font-size:20px;color:#38A1FD}
.bottom-header-row{background:#22224008;border-top:1px solid #38a1fd26;max-width:1280px;margin:0 auto;padding:16px 32px;display:flex;justify-content:space-between;align-items:center;gap:24px}
.main-navigation .nav-list{list-style:none;display:flex;gap:32px;margin:0;padding:0}
.main-navigation .nav-item{margin:0}
.main-navigation .nav-link{text-decoration:none;color:#222240;font-weight:600;font-size:15px;transition:color .2s ease;display:block;padding:8px 4px}
.main-navigation .nav-link:hover{color:#38A1FD}
.cta-buttons-wrapper{display:flex;gap:12px}
.btn-header{text-decoration:none;padding:12px 28px;border-radius:28px;font-weight:600;font-size:14px;transition:all .2s ease;display:inline-block;border:2px solid transparent}
.btn-primary-header{background:#38A1FD;color:#FFF;box-shadow:0 3px 8px #38a1fd40}
.btn-primary-header:hover{background:#2a8ae0;box-shadow:0 4px 12px #38a1fd59}
.btn-secondary-header{background:transparent;color:#222240;border-color:#222240}
.btn-secondary-header:hover{background:#222240;color:#FFF}
.footer-wrapper{background:linear-gradient(180deg,#222240 0%,#1a1a32 100%);color:#FFF;padding:64px 32px 32px;margin-top:80px}
.footer-content-grid{max-width:1280px;margin:0 auto 48px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px}
.footer-column .footer-heading{font-size:18px;font-weight:700;margin-bottom:20px;color:#FFF}
.company-column .footer-description{font-size:14px;line-height:1.8;color:#ffffffd9;margin-bottom:16px}
.company-column .footer-founding{font-size:13px;color:#38A1FD;font-weight:600}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li{margin-bottom:12px}
.footer-link{color:#fffc;text-decoration:none;font-size:14px;transition:color .2s ease;display:inline-block}
.footer-link:hover{color:#38A1FD}
.footer-contact-info .contact-detail{font-size:14px;color:#ffffffd9;margin-bottom:12px;display:flex;align-items:flex-start;gap:10px}
.footer-contact-info .contact-detail i{font-size:18px;color:#38A1FD;margin-top:2px;flex-shrink:0}
.footer-bottom{max-width:1280px;margin:0 auto;padding-top:32px;border-top:1px solid #ffffff26;text-align:center}
.copyright-text{font-size:13px;color:#ffffffb3}
.cookie-popup{position:fixed;bottom:24px;right:24px;background:#FFF;border-radius:24px;box-shadow:0 6px 24px #22224033;max-width:420px;padding:28px;z-index:9999;border:2px solid #38a1fd33}
.cookie-popup[data-state="hidden"]{display:none}
.cookie-popup[data-state="visible"]{display:block}
.cookie-content .cookie-title{font-size:20px;font-weight:700;color:#222240;margin-bottom:12px}
.cookie-content .cookie-description{font-size:14px;color:#222240;line-height:1.7;margin-bottom:20px}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}
.cookie-btn{padding:12px 24px;border:none;border-radius:32px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;font-family:'Manrope',sans-serif}
.btn-accept{background:#38A1FD;color:#FFF;flex:1}
.btn-accept:hover{background:#2a8ae0}
.btn-decline{background:transparent;color:#222240;border:2px solid #222240}
.btn-decline:hover{background:#222240;color:#FFF}
.btn-settings{background:#22224014;color:#222240}
.btn-settings:hover{background:#22224026}
.cookie-settings-panel{position:fixed;bottom:24px;right:24px;background:#FFF;border-radius:24px;box-shadow:0 6px 24px #22224040;max-width:480px;padding:32px;z-index:10000;border:2px solid #38a1fd33}
.cookie-settings-panel[data-state="hidden"]{display:none}
.cookie-settings-panel[data-state="visible"]{display:block}
.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.settings-header .settings-title{font-size:20px;font-weight:700;color:#222240}
.settings-header .policy-link{font-size:13px;color:#38A1FD;text-decoration:none;font-weight:600}
.settings-header .policy-link:hover{text-decoration:underline}
.settings-options{margin-bottom:24px}
.cookie-option{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #2222401a}
.cookie-option:last-child{border-bottom:none}
.option-label{display:flex;align-items:center;gap:12px;cursor:pointer;margin-bottom:6px}
.option-checkbox{width:20px;height:20px;cursor:pointer}
.option-name{font-size:15px;font-weight:600;color:#222240}
.option-description{font-size:13px;color:#222240b3;margin-left:32px}
.settings-actions{display:flex;gap:10px}
.btn-save{background:#38A1FD;color:#FFF;flex:1}
.btn-save:hover{background:#2a8ae0}
.btn-close-settings{background:#22224014;color:#222240}
.btn-close-settings:hover{background:#22224026}
@media (max-width: 1024px) {
.footer-content-grid{grid-template-columns:1fr 1fr;gap:40px}
.top-header-row{flex-direction:column;align-items:flex-start;gap:20px}
.contact-nav-block{width:100%}
.header-contact-wrapper{flex-wrap:wrap}
}
@media (max-width: 768px) {
.footer-content-grid{grid-template-columns:1fr;gap:32px}
.bottom-header-row{flex-direction:column;gap:16px;align-items:flex-start}
.main-navigation .nav-list{flex-direction:column;gap:12px}
.cta-buttons-wrapper{width:100%;justify-content:stretch}
.btn-header{flex:1;text-align:center}
.cookie-popup,.cookie-settings-panel{left:16px;right:16px;bottom:16px;max-width:none}
.header-contact-wrapper{flex-direction:column;align-items:flex-start;gap:12px}
.top-header-row,.bottom-header-row{padding:20px}
}
@media (max-width: 480px) {
.logo-company-block{flex-direction:column;align-items:flex-start;gap:12px}
.cookie-actions{flex-direction:column}
.cookie-btn{width:100%}
.settings-actions{flex-direction:column}
}
.terms-info{max-width:1280px;margin:0 auto;padding:80px 40px;background:#FFF}
.terms-info h1{font-size:48px;line-height:1.2;color:#222240;margin:0 0 24px;font-weight:700}
.terms-info h2{font-size:36px;line-height:1.3;color:#222240;margin:60px 0 20px;font-weight:600}
.terms-info h3{font-size:28px;line-height:1.4;color:#222240;margin:40px 0 16px;font-weight:600}
.terms-info h4{font-size:22px;line-height:1.4;color:#222240;margin:32px 0 12px;font-weight:600}
.terms-info h5{font-size:18px;line-height:1.5;color:#222240;margin:24px 0 12px;font-weight:600}
.terms-info h6{font-size:16px;line-height:1.5;color:#222240;margin:20px 0 10px;font-weight:600}
.terms-info p{font-size:17px;line-height:1.8;color:#222240;margin:0 0 20px}
.terms-info ul{margin:0 0 24px;padding:0 0 0 32px;list-style-type:disc}
.terms-info ol{margin:0 0 24px;padding:0 0 32px;list-style-type:decimal}
.terms-info li{font-size:17px;line-height:1.8;color:#222240;margin:0 0 12px;padding-left:8px}
.terms-info ul ul{margin:12px 0 0;padding-left:32px;list-style-type:circle}
.terms-info ol ol{margin:12px 0 0;padding-left:32px;list-style-type:lower-alpha}
.terms-info li ul{margin-top:12px}
.terms-info li ol{margin-top:12px}
.terms-info strong{font-weight:700;color:#222240}
.terms-info b{font-weight:700;color:#222240}
.terms-info em{font-style:italic;color:#222240}
.terms-info i{font-style:italic;color:#222240}
.terms-info a{color:#38A1FD;text-decoration:none;border-bottom:1px solid #38a1fd4d;transition:all .3s ease}
.terms-info a:hover{color:#222240;border-bottom-color:#222240}
.terms-info table{width:100%;margin:32px 0;border-collapse:collapse;border-radius:24px;overflow:hidden;box-shadow:0 4px 0 #22224014}
.terms-info thead{background:#222240}
.terms-info thead tr{border:none}
.terms-info thead th{padding:20px 24px;text-align:left;font-size:16px;font-weight:600;color:#FFF;border:none}
.terms-info tbody{background:#FFF}
.terms-info tbody tr{border-bottom:1px solid #2222401a}
.terms-info tbody tr:last-child{border-bottom:none}
.terms-info tbody tr:nth-child(even){background:#38a1fd08}
.terms-info td{padding:18px 24px;font-size:16px;line-height:1.6;color:#222240;border:none}
.terms-info th{padding:18px 24px;font-size:16px;line-height:1.6;font-weight:600;color:#222240;text-align:left;border:none}
.terms-info div{margin:0}
.terms-info blockquote{margin:32px 0;padding:24px 32px;background:#38a1fd0f;border-left:6px solid #38A1FD;border-radius:24px}
.terms-info blockquote p{margin-bottom:0}
.terms-info hr{border:none;height:2px;background:#2222401a;margin:48px 0;border-radius:2px}
@media (max-width: 1024px) {
.terms-info{padding:60px 32px}
.terms-info h1{font-size:40px}
.terms-info h2{font-size:32px;margin:48px 0 18px}
.terms-info h3{font-size:24px;margin:36px 0 14px}
.terms-info table{font-size:15px}
.terms-info thead th{padding:16px 20px;font-size:15px}
.terms-info td{padding:14px 20px;font-size:15px}
}
@media (max-width: 768px) {
.terms-info{padding:48px 24px}
.terms-info h1{font-size:32px;margin-bottom:20px}
.terms-info h2{font-size:26px;margin:40px 0 16px}
.terms-info h3{font-size:22px;margin:32px 0 12px}
.terms-info h4{font-size:19px}
.terms-info p{font-size:16px;line-height:1.7}
.terms-info li{font-size:16px;line-height:1.7}
.terms-info ul{padding-left:24px}
.terms-info ol{padding-left:24px}
.terms-info table{display:block;overflow-x:auto;white-space:nowrap}
.terms-info thead th{padding:14px 16px;font-size:14px}
.terms-info td{padding:12px 16px;font-size:14px}
.terms-info blockquote{padding:20px 24px;margin:24px 0}
}
@media (max-width: 480px) {
.terms-info{padding:40px 20px}
.terms-info h1{font-size:28px}
.terms-info h2{font-size:24px}
.terms-info h3{font-size:20px}
.terms-info ul{padding-left:20px}
.terms-info ol{padding-left:20px}
.terms-info thead th{padding:12px 14px;font-size:13px}
.terms-info td{padding:10px 14px;font-size:13px}
.terms-info blockquote{padding:16px 20px}
}
.learning-wrapper{background:linear-gradient(135deg,#FFF 0%,#F0F4F8 100%);padding:0;overflow:hidden}
.title-zone{max-width:1280px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.title-zone .text-content{padding-right:40px}
.title-zone .main-heading{font-size:48px;line-height:1.2;color:#222240;margin:0 0 24px;font-weight:700;position:relative}
.title-zone .main-heading::before{content:'';position:absolute;left:-8px;top:-8px;width:80px;height:8px;background:linear-gradient(90deg,#38A1FD 0%,#38a1fd4d 100%);border-radius:20px}
.title-zone .intro-text{font-size:18px;line-height:1.7;color:#4A4A68;margin:0 0 32px}
.title-zone .stats-row{display:flex;gap:40px;margin-top:40px}
.title-zone .stat-item{flex:1}
.title-zone .stat-number{font-size:36px;font-weight:700;color:#38A1FD;display:block;margin-bottom:8px}
.title-zone .stat-label{font-size:14px;color:#6B6B8F;text-transform:uppercase;letter-spacing:.5px}
.title-zone .image-holder{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 6px 24px #2222401f}
.title-zone .image-holder::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,#22224008 0px,#22224008 2px,transparent 2px,transparent 4px),repeating-linear-gradient(90deg,#22224008 0px,#22224008 2px,transparent 2px,transparent 4px);pointer-events:none;z-index:2}
.title-zone .image-holder::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#38a1fd26 0%,transparent 50%);z-index:1}
.title-zone .feature-img{width:100%;height:520px;object-fit:cover;display:block}
.course-structure-zone{background:#FFF;padding:100px 24px;position:relative}
.course-structure-zone::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:120%;height:100px;background:radial-gradient(ellipse at center,#38a1fd14 0%,transparent 70%)}
.structure-container{max-width:1280px;margin:0 auto}
.structure-header{text-align:center;margin-bottom:80px}
.structure-header .section-title{font-size:42px;color:#222240;margin:0 0 20px;font-weight:700}
.structure-header .section-subtitle{font-size:18px;color:#6B6B8F;line-height:1.6;max-width:680px;margin:0 auto}
.modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:60px}
.module-card{background:#F8FAFC;border-radius:20px;padding:40px 32px;position:relative;transition:all .3s ease;border:2px solid transparent}
.module-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #2222401a;border-color:#38A1FD}
.module-card .module-num{position:absolute;top:24px;right:24px;width:48px;height:48px;background:linear-gradient(135deg,#38A1FD 0%,#2E8CD8 100%);color:#FFF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}
.module-card .module-title{font-size:22px;color:#222240;margin:0 0 16px;font-weight:600;padding-right:60px}
.module-card .module-desc{font-size:15px;color:#5A5A7A;line-height:1.7;margin:0 0 24px}
.module-card .topics-list{list-style:none;padding:0;margin:0}
.module-card .topics-list li{padding:8px 0 8px 28px;position:relative;font-size:14px;color:#4A4A68}
.module-card .topics-list li::before{content:'';position:absolute;left:0;top:14px;width:16px;height:2px;background:#38A1FD}
.instructors-showcase{background:linear-gradient(135deg,#F0F4F8 0%,#FFF 100%);padding:80px 32px;border-radius:32px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.instructors-showcase .content-side{padding-left:20px}
.instructors-showcase .lead-heading{font-size:36px;color:#222240;margin:0 0 20px;font-weight:700}
.instructors-showcase .lead-text{font-size:16px;color:#5A5A7A;line-height:1.8;margin:0 0 36px}
.instructors-showcase .profiles-wrap{display:flex;gap:24px}
.instructors-showcase .profile-card{flex:1;background:#FFF;border-radius:16px;padding:24px;box-shadow:0 4px 16px #22224014}
.instructors-showcase .profile-img{width:100%;height:160px;object-fit:cover;border-radius:12px;margin-bottom:16px}
.instructors-showcase .profile-name{font-size:18px;color:#222240;font-weight:600;margin:0 0 6px}
.instructors-showcase .profile-role{font-size:13px;color:#38A1FD;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}
.instructors-showcase .profile-bio{font-size:14px;color:#6B6B8F;line-height:1.6;margin:0}
.instructors-showcase .image-side{position:relative}
.instructors-showcase .large-profile-img{width:100%;height:500px;object-fit:cover;border-radius:24px;box-shadow:0 8px 32px #2222401f}
.instructors-showcase .experience-badge{position:absolute;bottom:32px;right:32px;background:#fffffff2;backdrop-filter:blur(10px);padding:24px 32px;border-radius:16px;box-shadow:0 6px 24px #22224026}
.instructors-showcase .badge-number{font-size:32px;color:#38A1FD;font-weight:700;display:block;margin-bottom:4px}
.instructors-showcase .badge-label{font-size:13px;color:#6B6B8F;text-transform:uppercase;letter-spacing:.5px}
@media (max-width: 1024px) {
.title-zone{grid-template-columns:1fr;gap:40px;padding:60px 24px}
.title-zone .text-content{padding-right:0}
.title-zone .feature-img{height:400px}
.modules-grid{grid-template-columns:repeat(2,1fr)}
.instructors-showcase{grid-template-columns:1fr;gap:40px}
.instructors-showcase .content-side{padding-left:0}
}
@media (max-width: 768px) {
.title-zone .main-heading{font-size:36px}
.title-zone .stats-row{flex-direction:column;gap:24px}
.title-zone .feature-img{height:320px}
.modules-grid{grid-template-columns:1fr}
.structure-header .section-title{font-size:32px}
.instructors-showcase{padding:60px 24px}
.instructors-showcase .profiles-wrap{flex-direction:column}
.instructors-showcase .large-profile-img{height:400px}
.instructors-showcase .experience-badge{bottom:20px;right:20px;padding:16px 20px}
}
.event-hero-wrapper{position:relative;overflow:hidden;background:linear-gradient(135deg,#38A1FD 0%,#222240 100%);padding:0;margin:0 auto;max-width:1280px}
.event-hero-wrapper .diagonal-split{display:flex;align-items:stretch;min-height:520px;position:relative}
.event-hero-wrapper .text-zone{flex:1;padding:80px 60px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.event-hero-wrapper .image-zone{flex:1;position:relative;clip-path:polygon(15% 0,100% 0,100% 100%,0 100%)}
.event-hero-wrapper .image-zone img{width:100%;height:100%;object-fit:cover;opacity:.4;filter:grayscale(40%)}
.event-hero-wrapper .abstract-shape{position:absolute;background:#ffffff14;border-radius:50%}
.event-hero-wrapper .shape-one{width:280px;height:280px;top:-80px;left:-60px}
.event-hero-wrapper .shape-two{width:160px;height:160px;bottom:40px;right:20%;background:#38a1fd1f}
.event-hero-wrapper .hero-title{font-size:48px;font-weight:700;color:#FFF;margin:0 0 24px;line-height:1.2}
.event-hero-wrapper .hero-description{font-size:18px;color:#ffffffe6;line-height:1.7;margin:0 0 16px}
.event-hero-wrapper .hero-emphasis{font-size:20px;color:#FFF;font-weight:600;margin:0}
.event-schedule-section{max-width:1280px;margin:0 auto;padding:100px 40px;background:#FFF}
.event-schedule-section .section-header{text-align:center;margin-bottom:70px}
.event-schedule-section .section-header h2{font-size:38px;color:#222240;margin:0 0 16px;font-weight:700}
.event-schedule-section .section-header p{font-size:17px;color:#555;margin:0;line-height:1.6}
.event-schedule-section .timeline-container{position:relative;max-width:900px;margin:0 auto}
.event-schedule-section .timeline-item{display:grid;grid-template-columns:140px 1fr;gap:40px;margin-bottom:50px;position:relative}
.event-schedule-section .timeline-item::before{content:'';position:absolute;left:70px;top:40px;bottom:-50px;width:3px;background:linear-gradient(180deg,#38A1FD 0%,#38a1fd33 100%)}
.event-schedule-section .timeline-item:last-child::before{display:none}
.event-schedule-section .event-date{background:#222240;color:#FFF;padding:20px;border-radius:20px;text-align:center;position:relative;z-index:2;box-shadow:0 4px 12px #22224026}
.event-schedule-section .date-day{font-size:32px;font-weight:700;display:block;margin-bottom:4px}
.event-schedule-section .date-month{font-size:14px;text-transform:uppercase;letter-spacing:1px;opacity:.9}
.event-schedule-section .event-details{background:#F8F9FA;padding:32px;border-radius:24px;border-left:4px solid #38A1FD}
.event-schedule-section .event-details h3{font-size:24px;color:#222240;margin:0 0 12px;font-weight:600}
.event-schedule-section .event-details .event-meta{display:flex;gap:24px;margin-bottom:16px;flex-wrap:wrap}
.event-schedule-section .event-details .meta-item{display:flex;align-items:center;gap:8px;color:#666;font-size:15px}
.event-schedule-section .event-details .meta-item svg{width:18px;height:18px;fill:#38A1FD}
.event-schedule-section .event-details p{color:#555;line-height:1.7;margin:0 0 16px}
.event-schedule-section .event-status{display:inline-block;padding:8px 20px;background:#38A1FD;color:#FFF;border-radius:16px;font-size:14px;font-weight:600}
.event-schedule-section .event-status.full{background:#E0E0E0;color:#666}
.profile-wrapper{background:linear-gradient(to bottom,#F5F8FA 0%,#FFF 100%);padding:90px 40px}
.profile-wrapper .profile-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:50px;align-items:start}
.profile-wrapper .profile-card{background:#FFF;border-radius:28px;overflow:hidden;box-shadow:0 8px 24px #22224014;transition:transform .3s ease}
.profile-wrapper .profile-card:hover{transform:translateY(-8px)}
.profile-wrapper .profile-image-container{position:relative;overflow:hidden;height:340px}
.profile-wrapper .profile-image-container img{width:100%;height:100%;object-fit:cover}
.profile-wrapper .profile-badge{position:absolute;top:20px;right:20px;background:#222240e6;color:#FFF;padding:10px 20px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:.5px}
.profile-wrapper .profile-content{padding:36px}
.profile-wrapper .profile-content h3{font-size:26px;color:#222240;margin:0 0 10px;font-weight:700}
.profile-wrapper .profile-content .profile-role{color:#38A1FD;font-size:16px;margin:0 0 20px;font-weight:600}
.profile-wrapper .profile-content p{color:#555;line-height:1.7;margin:0}
.registration-block{background:#222240;padding:100px 40px;position:relative;overflow:hidden}
.registration-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#38a1fd26 0%,transparent 70%);border-radius:50%}
.registration-block .reg-container{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.registration-block h2{font-size:42px;color:#FFF;margin:0 0 20px;font-weight:700}
.registration-block .reg-description{font-size:18px;color:#ffffffd9;line-height:1.7;margin:0 0 48px}
.registration-block .reg-form{background:#ffffff14;backdrop-filter:blur(10px);padding:48px;border-radius:28px;border:1px solid #ffffff1a}
.registration-block .form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.registration-block .form-field{display:flex;flex-direction:column;gap:10px;text-align:left}
.registration-block .form-field label{color:#FFF;font-size:15px;font-weight:600}
.registration-block .form-field input,.registration-block .form-field select{padding:16px 20px;border:2px solid #fff3;border-radius:16px;background:#fffffff2;font-size:16px;transition:border-color .3s ease;outline:none}
.registration-block .form-field input:focus,.registration-block .form-field select:focus{border-color:#38A1FD}
.registration-block .button-wrapper{margin-top:32px}
.registration-block .submit-btn{background:#38A1FD;color:#FFF;border:none;padding:18px 60px;font-size:18px;font-weight:700;border-radius:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #38a1fd4d}
.registration-block .submit-btn:hover{background:#2989e0;transform:translateY(-2px);box-shadow:0 8px 28px #38a1fd66}
@media (max-width: 968px) {
.event-hero-wrapper .diagonal-split{flex-direction:column;min-height:auto}
.event-hero-wrapper .image-zone{clip-path:none;height:300px}
.event-hero-wrapper .text-zone{padding:60px 40px}
.event-hero-wrapper .hero-title{font-size:36px}
.event-schedule-section .timeline-item{grid-template-columns:1fr;gap:20px}
.event-schedule-section .timeline-item::before{display:none}
.event-schedule-section .event-date{width:120px}
.registration-block .form-row{grid-template-columns:1fr}
.registration-block .reg-form{padding:32px 24px}
}
@media (max-width: 640px) {
.event-hero-wrapper .text-zone{padding:40px 24px}
.event-hero-wrapper .hero-title{font-size:28px}
.event-schedule-section{padding:60px 24px}
.event-schedule-section .section-header h2{font-size:30px}
.event-schedule-section .event-details{padding:24px}
.profile-wrapper{padding:60px 24px}
.profile-wrapper .profile-grid{gap:32px}
.registration-block{padding:60px 24px}
.registration-block h2{font-size:32px}
}
.hero-wrapper{position:relative;padding:0;margin:0 auto;max-width:1280px;overflow:hidden}
.hero-content-grid{display:flex;align-items:center;gap:0;min-height:520px;position:relative}
.hero-image-zone{width:40%;position:relative;height:100%}
.hero-image-zone img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0 24px 24px 0}
.hero-text-zone{width:60%;padding:80px 60px;position:relative;background:linear-gradient(135deg,#38a1fd14 0%,#2222400a 100%)}
.hero-blur-spot-1{position:absolute;top:-60px;right:-80px;width:280px;height:280px;background:radial-gradient(circle,#38a1fd4d 0%,transparent 70%);filter:blur(60px);z-index:0}
.hero-blur-spot-2{position:absolute;bottom:-50px;left:-70px;width:240px;height:240px;background:radial-gradient(circle,#22224040 0%,transparent 70%);filter:blur(50px);z-index:0}
.hero-text-zone h1{font-size:42px;line-height:1.2;color:#222240;margin:0 0 24px;font-weight:700;position:relative;z-index:1}
.hero-text-zone .sub-description{font-size:18px;line-height:1.6;color:#555;margin:0 0 32px;position:relative;z-index:1}
.hero-cta-button{display:inline-block;padding:16px 40px;background:#38A1FD;color:#FFF;text-decoration:none;border-radius:24px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #38a1fd4d;position:relative;z-index:2}
.hero-cta-button:hover{background:#2989e0;box-shadow:0 6px 16px #38a1fd66;transform:translateY(-2px)}
.platform-values-wrapper{max-width:1280px;margin:0 auto;padding:80px 40px}
.platform-values-wrapper h2{font-size:36px;color:#222240;text-align:center;margin:0 0 16px;font-weight:700}
.platform-values-wrapper .intro-text{text-align:center;color:#666;font-size:17px;line-height:1.6;max-width:720px;margin:0 auto 60px}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.value-card{background:#FFF;padding:40px 32px;border-radius:20px;box-shadow:0 3px 8px #22224014;transition:all .3s ease}
.value-card:hover{box-shadow:0 8px 20px #22224026;transform:translateY(-4px)}
.value-card .card-icon{width:56px;height:56px;background:linear-gradient(135deg,#38A1FD 0%,#2989e0 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.value-card .card-icon i{font-size:28px;color:#FFF}
.value-card h3{font-size:22px;color:#222240;margin:0 0 14px;font-weight:600}
.value-card p{font-size:15px;line-height:1.6;color:#666;margin:0}
.feedback-section-wrapper{background:linear-gradient(165deg,#22224008 0%,#38a1fd0d 100%);padding:80px 0}
.feedback-inner-container{max-width:1280px;margin:0 auto;padding:0 40px}
.feedback-inner-container h2{font-size:36px;color:#222240;margin:0 0 50px;font-weight:700;text-align:center}
.testimonial-layout{display:flex;align-items:center;gap:48px;background:#FFF;border-radius:24px;padding:48px;box-shadow:0 4px 12px #22224014}
.testimonial-avatar-zone{flex-shrink:0;width:180px}
.testimonial-avatar-zone img{width:180px;height:180px;border-radius:50%;object-fit:cover;border:4px solid #38A1FD}
.testimonial-text-zone{flex:1}
.testimonial-text-zone .quote-text{font-size:17px;line-height:1.7;color:#444;margin:0 0 20px;font-style:italic}
.testimonial-text-zone .author-name{font-size:18px;font-weight:600;color:#222240;margin:0 0 4px}
.testimonial-text-zone .author-role{font-size:15px;color:#38A1FD;margin:0}
.pricing-wrapper{max-width:1280px;margin:0 auto;padding:80px 40px}
.pricing-wrapper h2{font-size:36px;color:#222240;text-align:center;margin:0 0 16px;font-weight:700}
.pricing-wrapper .section-desc{text-align:center;color:#666;font-size:17px;line-height:1.6;max-width:680px;margin:0 auto 50px}
.pricing-table{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.price-option{background:#FFF;border-radius:24px;padding:44px 36px;box-shadow:0 4px 10px #22224017;position:relative;transition:all .3s ease}
.price-option:hover{box-shadow:0 8px 24px #22224029;transform:translateY(-6px)}
.price-option.highlighted{border:3px solid #38A1FD}
.price-option h3{font-size:26px;color:#222240;margin:0 0 12px;font-weight:700}
.price-option .price-amount{font-size:38px;color:#38A1FD;font-weight:700;margin:0 0 20px}
.price-option .price-features{list-style:none;padding:0;margin:0 0 28px}
.price-option .price-features li{font-size:15px;line-height:1.8;color:#555;padding:8px 0;padding-left:28px;position:relative}
.price-option .price-features li::before{content:"✓";position:absolute;left:0;color:#38A1FD;font-weight:700;font-size:18px}
.price-option .choose-btn{display:block;width:100%;padding:14px 0;background:#222240;color:#FFF;text-align:center;border-radius:20px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease}
.price-option .choose-btn:hover{background:#38A1FD;box-shadow:0 4px 12px #38a1fd4d}
.formats-section-wrapper{background:#222240;padding:80px 0;position:relative}
.formats-section-wrapper::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(./documentation_images/banner-1.jpg) center/cover no-repeat;opacity:.08}
.formats-content{max-width:1280px;margin:0 auto;padding:0 40px;position:relative;z-index:1}
.formats-content h2{font-size:36px;color:#FFF;margin:0 0 48px;font-weight:700;text-align:center}
.formats-list{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.format-item{background:#ffffff0d;padding:32px 28px;border-radius:20px;border:2px solid #38a1fd4d;transition:all .3s ease}
.format-item:hover{background:#ffffff14;border-color:#38A1FD}
.format-item h3{font-size:22px;color:#FFF;margin:0 0 14px;font-weight:600;display:flex;align-items:center;gap:12px}
.format-item h3 i{color:#38A1FD;font-size:24px}
.format-item p{font-size:15px;line-height:1.6;color:#ffffffd9;margin:0}
.audience-wrapper{max-width:1280px;margin:0 auto;padding:80px 40px}
.audience-wrapper h2{font-size:36px;color:#222240;text-align:center;margin:0 0 50px;font-weight:700;position:relative}
.audience-wrapper h2::after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,#38A1FD 0%,#222240 100%);margin:16px auto 0;border-radius:2px}
.audience-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.audience-card{background:linear-gradient(135deg,#FFF 0%,#38a1fd08 100%);padding:36px 28px;border-radius:24px;box-shadow:0 3px 8px #22224014;text-align:center;transition:all .3s ease;border:2px solid transparent}
.audience-card:hover{border-color:#38A1FD;box-shadow:0 8px 20px #22224024}
.audience-card .card-badge{display:inline-block;background:#38A1FD;color:#FFF;padding:8px 20px;border-radius:16px;font-size:14px;font-weight:600;margin:0 0 20px}
.audience-card h3{font-size:20px;color:#222240;margin:0 0 12px;font-weight:600}
.audience-card p{font-size:15px;line-height:1.6;color:#666;margin:0}
@media (max-width: 992px) {
.hero-content-grid{flex-direction:column;min-height:auto}
.hero-image-zone{width:100%;height:320px}
.hero-image-zone img{border-radius:24px 24px 0 0}
.hero-text-zone{width:100%;padding:50px 40px}
.values-grid{grid-template-columns:repeat(2,1fr)}
.pricing-table{grid-template-columns:1fr}
.formats-list{grid-template-columns:1fr}
.audience-cards{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.hero-text-zone h1{font-size:32px}
.hero-text-zone .sub-description{font-size:16px}
.platform-values-wrapper{padding:60px 24px}
.platform-values-wrapper h2,.pricing-wrapper h2,.formats-content h2,.audience-wrapper h2,.feedback-inner-container h2{font-size:28px}
.values-grid{grid-template-columns:1fr;gap:24px}
.testimonial-layout{flex-direction:column;text-align:center;padding:32px 24px}
.audience-cards{grid-template-columns:1fr}
.pricing-wrapper,.audience-wrapper{padding:60px 24px}
.feedback-section-wrapper{padding:60px 0}
.feedback-inner-container{padding:0 24px}
.formats-section-wrapper{padding:60px 0}
.formats-content{padding:0 24px}
}
.contact-wrapper{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}
.intro-block{display:flex;gap:48px;align-items:center;padding:72px 0;flex-wrap:wrap}
.intro-visual{flex:0 0 420px;height:380px;background:linear-gradient(135deg,#38A1FD 0%,#222240 100%);border-radius:28px;box-shadow:0 6px 0 #22224026;position:relative;overflow:hidden}
.intro-visual::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);animation:shimmer 8s infinite linear}
@keyframes shimmer {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.intro-visual::after{content:'';position:absolute;bottom:0;left:0;right:0;height:140px;background:linear-gradient(to top,#fff3,transparent)}
.intro-content{flex:1;min-width:320px}
.main-heading{font-size:42px;font-weight:700;color:#222240;margin:0 0 12px;line-height:1.2}
.secondary-heading{font-size:24px;font-weight:500;color:#38A1FD;margin:0 0 24px;line-height:1.3}
.intro-text{font-size:17px;color:#556;line-height:1.7;margin:0}
.contact-grid-section{padding:56px 0;background:linear-gradient(to bottom,#f8f9fc 0%,#fff 100%)}
.grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:1280px;margin:0 auto;padding:0 24px}
.info-card{background:#fff;padding:36px 28px;border-radius:24px;box-shadow:0 4px 0 #38a1fd1a;border:2px solid #f0f2f8;transition:all .3s ease}
.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 0 #38a1fd26;border-color:#38A1FD}
.card-icon-wrap{width:56px;height:56px;background:linear-gradient(135deg,#38A1FD 0%,#2280d8 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.card-icon-wrap i{font-size:28px;color:#fff}
.card-title{font-size:20px;font-weight:600;color:#222240;margin:0 0 12px}
.card-detail{font-size:16px;color:#667;line-height:1.6;margin:0}
.card-detail a{color:#38A1FD;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}
.card-detail a:hover{border-bottom-color:#38A1FD}
.form-section{padding:72px 0;background:#fff}
.form-header{text-align:center;margin-bottom:48px}
.form-title{font-size:36px;font-weight:700;color:#222240;margin:0 0 16px;position:relative;display:inline-block}
.form-title::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#38A1FD;border-radius:2px}
.form-subtitle{font-size:18px;color:#667;margin:24px 0 0;line-height:1.6}
.contact-form-container{max-width:680px;margin:0 auto;background:linear-gradient(135deg,#f8f9fc 0%,#fff 100%);padding:48px 40px;border-radius:28px;box-shadow:0 6px 0 #22224014}
.form-group-wrapper{margin-bottom:28px}
.form-label-text{display:block;font-size:15px;font-weight:600;color:#222240;margin-bottom:10px}
.email-input-field{width:100%;padding:16px 20px;border:2px solid #e0e4f0;border-radius:16px;font-size:16px;color:#222240;background:#fff;transition:all .3s ease;box-sizing:border-box}
.email-input-field:focus{outline:none;border-color:#38A1FD;box-shadow:0 0 0 4px #38a1fd1a}
.time-preferences-group{margin-bottom:28px}
.preference-label{display:block;font-size:15px;font-weight:600;color:#222240;margin-bottom:16px}
.time-options{display:flex;gap:12px;flex-wrap:wrap}
.time-option-wrap{flex:1;min-width:140px}
.time-radio{display:none}
.time-option-label{display:block;padding:14px 20px;background:#fff;border:2px solid #e0e4f0;border-radius:16px;text-align:center;cursor:pointer;transition:all .3s ease;font-size:15px;color:#556;font-weight:500}
.time-radio:checked + .time-option-label{background:#38A1FD;border-color:#38A1FD;color:#fff;box-shadow:0 4px 0 #38a1fd33}
.time-option-label:hover{border-color:#38A1FD}
.privacy-checkbox-wrapper{margin:32px 0 28px;display:flex;align-items:flex-start;gap:12px}
.privacy-check-input{width:20px;height:20px;border:2px solid #e0e4f0;border-radius:6px;cursor:pointer;flex-shrink:0;margin-top:2px;accent-color:#38A1FD}
.privacy-text{font-size:14px;color:#667;line-height:1.6;margin:0}
.privacy-text a{color:#38A1FD;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}
.privacy-text a:hover{border-bottom-color:#38A1FD}
.submit-btn{width:100%;padding:18px 32px;background:linear-gradient(135deg,#38A1FD 0%,#2280d8 100%);color:#fff;border:none;border-radius:16px;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 0 #38a1fd4d;position:relative;z-index:10}
.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 0 #38a1fd59}
.submit-btn:active{transform:translateY(0);box-shadow:0 4px 0 #38a1fd4d}
.location-detail-section{padding:64px 0;background:linear-gradient(to bottom,#fff 0%,#f8f9fc 100%)}
.location-content{display:flex;gap:56px;align-items:center;flex-wrap:wrap}
.address-info{flex:1;min-width:320px}
.address-heading{font-size:32px;font-weight:700;color:#222240;margin:0 0 24px;position:relative;padding-left:24px}
.address-heading::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:36px;background:#38A1FD;border-radius:3px}
.address-lines{font-size:18px;color:#556;line-height:1.8;margin:0 0 28px}
.contact-methods{display:flex;flex-direction:column;gap:16px}
.method-row{display:flex;align-items:center;gap:14px;padding:12px 0}
.method-icon{width:44px;height:44px;background:#38A1FD;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.method-icon i{font-size:20px;color:#fff}
.method-text{font-size:17px;color:#222240;font-weight:500;margin:0}
.location-visual{flex:0 0 380px;height:340px;background:linear-gradient(225deg,#222240 0%,#38A1FD 100%);border-radius:28px;box-shadow:0 6px 0 #22224026;position:relative;overflow:hidden}
.location-visual::before{content:'';position:absolute;top:20px;left:20px;right:20px;bottom:20px;border:2px solid #ffffff4d;border-radius:18px}
.location-visual::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background:radial-gradient(circle,#ffffff4d 0%,transparent 70%)}
.cta-section{padding:72px 0;background:#222240;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#38a1fd1a 0%,transparent 100%)}
.cta-content{position:relative;z-index:5;text-align:center;max-width:780px;margin:0 auto}
.cta-heading{font-size:38px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.3}
.cta-description{font-size:18px;color:#ffffffd9;line-height:1.7;margin:0 0 36px}
.cta-btn-wrapper{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-btn-primary{padding:16px 40px;background:#38A1FD;color:#fff;text-decoration:none;border-radius:16px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 0 #38a1fd4d;display:inline-block;position:relative;z-index:10}
.cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 0 #38a1fd59;background:#2280d8}
.cta-btn-secondary{padding:16px 40px;background:transparent;color:#fff;text-decoration:none;border-radius:16px;font-size:17px;font-weight:600;transition:all .3s ease;border:2px solid #ffffff4d;display:inline-block;position:relative;z-index:10}
.cta-btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}
@media (max-width: 992px) {
.intro-block{padding:56px 0;gap:36px}
.intro-visual{flex:0 0 100%;height:320px}
.main-heading{font-size:36px}
.secondary-heading{font-size:22px}
.form-section{padding:56px 0}
.contact-form-container{padding:36px 28px}
.location-visual{flex:0 0 100%}
}
@media (max-width: 768px) {
.contact-wrapper{padding:0 20px}
.intro-block{padding:40px 0}
.main-heading{font-size:32px}
.secondary-heading{font-size:20px}
.intro-text{font-size:16px}
.contact-grid-section{padding:40px 0}
.grid-cards{gap:24px;padding:0 20px}
.form-header{margin-bottom:36px}
.form-title{font-size:30px}
.form-subtitle{font-size:17px}
.contact-form-container{padding:32px 24px}
.time-options{flex-direction:column}
.time-option-wrap{width:100%}
.location-detail-section{padding:48px 0}
.location-content{gap:36px}
.address-heading{font-size:28px}
.address-lines{font-size:17px}
.cta-section{padding:56px 0}
.cta-heading{font-size:32px}
.cta-description{font-size:17px}
.cta-btn-wrapper{flex-direction:column;align-items:center}
.cta-btn-primary,.cta-btn-secondary{width:100%;max-width:320px;text-align:center}
}
@media (max-width: 480px) {
.intro-visual{height:280px}
.main-heading{font-size:28px}
.secondary-heading{font-size:18px}
.form-title{font-size:26px}
.contact-form-container{padding:28px 20px}
.address-heading{font-size:24px}
.location-visual{height:280px}
.cta-heading{font-size:28px}
}
.success-wrapper{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden;background:linear-gradient(135deg,#f8f9ff 0%,#fff 50%,#f0f7ff 100%)}
.success-wrapper::before{content:'';position:absolute;top:-150px;left:-150px;width:400px;height:400px;background:radial-gradient(circle,#38a1fd1f 0%,transparent 70%);filter:blur(60px);pointer-events:none}
.success-wrapper::after{content:'';position:absolute;bottom:-100px;right:-100px;width:350px;height:350px;background:radial-gradient(circle,#22224014 0%,transparent 70%);filter:blur(80px);pointer-events:none}
.success-content-box{max-width:720px;width:100%;background:#fff;border-radius:28px;box-shadow:0 4px 2px #2222400f 0 12px 24px #22224014;padding:80px 60px;text-align:center;position:relative;z-index:1}
.success-icon-holder{width:120px;height:120px;margin:0 auto 40px;background:linear-gradient(135deg,#38A1FD 0%,#1e8ae0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 3px #38a1fd26 0 16px 32px #38a1fd33;position:relative}
.success-icon-holder::before{content:'';position:absolute;inset:-12px;border-radius:50%;background:linear-gradient(135deg,#38a1fd33 0%,transparent 100%);z-index:-1}
.success-icon-holder svg{width:60px;height:60px;fill:#fff}
.success-main-heading{font-size:42px;font-weight:700;color:#222240;margin:0 0 24px;line-height:1.2}
.success-text-info{font-size:18px;line-height:1.7;color:#5a5a72;margin:0 0 48px}
.success-action-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.success-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;border-radius:24px;font-size:16px;font-weight:600;text-decoration:none;transition:all .25s ease;box-shadow:0 3px 1px #0000000a}
.success-btn.primary-action{background:#38A1FD;color:#fff}
.success-btn.primary-action:hover{background:#1e8ae0;transform:translateY(-2px);box-shadow:0 5px 2px #38a1fd26 0 12px 20px #38a1fd40}
.success-btn.secondary-action{background:#fff;color:#222240;border:2px solid #222240}
.success-btn.secondary-action:hover{background:#222240;color:#fff;transform:translateY(-2px);box-shadow:0 5px 2px #2222401f 0 12px 20px #2222402e}
.success-meta-info{margin-top:48px;padding-top:32px;border-top:1px solid #22224014}
.success-meta-text{font-size:15px;color:#7a7a92;line-height:1.6;margin:0 0 20px}
.success-contact-link{color:#38A1FD;text-decoration:none;font-weight:600;transition:color .2s ease}
.success-contact-link:hover{color:#1e8ae0;text-decoration:underline}
@media (max-width: 768px) {
.success-wrapper{padding:40px 16px;min-height:75vh}
.success-content-box{padding:50px 32px;border-radius:24px}
.success-icon-holder{width:100px;height:100px;margin-bottom:32px}
.success-icon-holder svg{width:50px;height:50px}
.success-main-heading{font-size:32px;margin-bottom:20px}
.success-text-info{font-size:16px;margin-bottom:36px}
.success-action-row{flex-direction:column;gap:12px}
.success-btn{width:100%;justify-content:center;padding:14px 28px}
.success-meta-info{margin-top:36px;padding-top:28px}
.success-meta-text{font-size:14px}
}
@media (max-width: 480px) {
.success-content-box{padding:40px 24px}
.success-main-heading{font-size:28px}
.success-text-info{font-size:15px}
}