*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
body{font-family:'IBM Plex Serif',serif;font-weight:400;line-height:1.6;color:#1a1a1a;background:#fefefe}
a{text-decoration:none;color:inherit;transition:color .2s ease}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
header{background:linear-gradient(135deg,#fff 0%,#f8f8f8 100%);border-bottom:3px solid #EB0023;box-shadow:0 4px 12px #0000000f}
.header-masthead{padding:32px 0 24px;background:#fff}
.masthead-wrapper{max-width:960px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:28px}
.logo-zone{flex-shrink:0}
.logo-link-item{display:block;transition:opacity .3s ease}
.logo-link-item:hover{opacity:.85}
.logo-img{width:110px;height:110px;border:2px solid #e0e0e0;border-radius:6px;background:#fff;box-shadow:0 2px 8px #00000014}
.company-masthead{flex:1}
.masthead-title{font-size:2.8rem;font-weight:700;color:#EB0023;letter-spacing:-.5px;margin-bottom:6px;line-height:1.1}
.masthead-tagline{font-size:1.1rem;font-weight:300;color:#555;letter-spacing:.3px}
.editorial-bar{background:linear-gradient(90deg,#EB0023 0%,#2D9BFC 100%);padding:0}
.nav-content-wrapper{max-width:960px;margin:0 auto;padding:0 24px}
.nav-list-main{display:flex;gap:0;justify-content:flex-start}
.nav-item-main{border-right:1px solid #fff3}
.nav-item-main:last-child{border-right:none}
.nav-link-main{display:block;padding:16px 28px;color:#fff;font-size:1.05rem;font-weight:400;transition:background .2s ease,color .2s ease;cursor:pointer}
.nav-link-main:hover{background:#ffffff26;color:#FDFD1A}
main{min-height:200px}
footer{background:linear-gradient(180deg,#f5f5f5 0%,#e8e8e8 100%);border-top:4px solid #2D9BFC;padding:48px 0 24px;margin-top:64px}
.footer-container-main{max-width:960px;margin:0 auto;padding:0 24px}
.footer-split-layout{display:flex;gap:64px;margin-bottom:36px}
.footer-left-zone{flex:1;background:#fff;padding:28px;border-left:4px solid #EB0023;box-shadow:0 3px 10px #00000014}
.footer-brand-section{margin-bottom:24px}
.footer-brand-name{font-size:1.8rem;font-weight:700;color:#EB0023;margin-bottom:12px}
.footer-service-desc{font-size:.95rem;color:#444;line-height:1.5}
.footer-geo-data{padding-top:18px;border-top:1px solid #e0e0e0}
.geo-coverage,.geo-access{font-size:.9rem;color:#666;margin-bottom:8px}
.footer-right-zone{flex:1;background:#fff;padding:28px;border-left:4px solid #2D9BFC;box-shadow:0 3px 10px #00000014}
.footer-contact-block{margin-bottom:24px}
.contact-header{font-size:1.3rem;font-weight:700;color:#2D9BFC;margin-bottom:14px}
.contact-address,.contact-phone,.contact-email{font-size:.9rem;color:#555;margin-bottom:8px}
.phone-link,.email-link{color:#2D9BFC;transition:color .2s ease;cursor:pointer}
.phone-link:hover,.email-link:hover{color:#EB0023}
.footer-legal-nav{padding-top:18px;border-top:1px solid #e0e0e0}
.legal-list{display:flex;gap:20px;flex-wrap:wrap}
.legal-link{font-size:.9rem;color:#666;text-decoration:underline;cursor:pointer;transition:color .2s ease}
.legal-link:hover{color:#EB0023}
.footer-copyright-row{text-align:center;padding-top:28px;border-top:2px solid #d0d0d0}
.copyright-text{font-size:.85rem;color:#777}
.cookie-popup-wrapper{position:fixed;bottom:24px;left:24px;z-index:9999;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}
.cookie-popup-wrapper.visible-state{opacity:1;transform:translateY(0)}
.cookie-card-box{background:#fff;border:2px solid #2D9BFC;border-radius:8px;padding:24px;max-width:420px;box-shadow:0 8px 24px #00000026}
.cookie-header-text{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:12px}
.cookie-desc-text{font-size:.9rem;color:#444;line-height:1.5;margin-bottom:18px}
.cookie-actions-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.cookie-btn-accept,.cookie-btn-decline{font-family:'IBM Plex Serif',serif;font-size:.9rem;padding:10px 18px;border:none;cursor:pointer;transition:background .2s ease,color .2s ease}
.cookie-btn-accept{background:#2D9BFC;color:#fff;border-radius:6px}
.cookie-btn-accept:hover{background:#1a7ed4}
.cookie-btn-decline{background:#e0e0e0;color:#333;border-radius:6px}
.cookie-btn-decline:hover{background:#ccc}
.cookie-link-settings{font-size:.85rem;color:#2D9BFC;text-decoration:underline;cursor:pointer;transition:color .2s ease}
.cookie-link-settings:hover{color:#EB0023}
@media (max-width: 768px) {
.masthead-wrapper{flex-direction:column;text-align:center;gap:20px}
.logo-img{width:90px;height:90px}
.masthead-title{font-size:2.2rem}
.masthead-tagline{font-size:1rem}
.nav-list-main{flex-direction:column;gap:0}
.nav-item-main{border-right:none;border-bottom:1px solid #fff3}
.nav-item-main:last-child{border-bottom:none}
.nav-link-main{padding:14px 20px;text-align:center}
.footer-split-layout{flex-direction:column;gap:24px}
.cookie-popup-wrapper{left:12px;right:12px;bottom:12px}
.cookie-card-box{max-width:100%}
.cookie-actions-row{flex-direction:column;align-items:stretch}
.cookie-btn-accept,.cookie-btn-decline{width:100%}
}
@media (max-width: 480px) {
.masthead-title{font-size:1.8rem}
.masthead-tagline{font-size:.9rem}
.nav-link-main{font-size:.95rem}
}
.text-legal{max-width:960px;margin:0 auto;padding:60px 24px;background:#fff}
.text-legal h1{font-size:42px;font-weight:700;line-height:1.2;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.5px}
.text-legal h2{font-size:32px;font-weight:600;line-height:1.3;color:#2a2a2a;margin:48px 0 20px;letter-spacing:-.3px}
.text-legal h3{font-size:24px;font-weight:600;line-height:1.4;color:#3a3a3a;margin:36px 0 16px}
.text-legal h4{font-size:20px;font-weight:600;line-height:1.4;color:#4a4a4a;margin:28px 0 14px}
.text-legal h5{font-size:18px;font-weight:600;line-height:1.5;color:#5a5a5a;margin:24px 0 12px}
.text-legal h6{font-size:16px;font-weight:600;line-height:1.5;color:#6a6a6a;margin:20px 0 10px;text-transform:uppercase;letter-spacing:.5px}
.text-legal p{font-size:16px;line-height:1.8;color:#4a4a4a;margin:0 0 20px;font-weight:400}
.text-legal ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.text-legal ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.text-legal ul ul{margin:8px 0;list-style-type:circle}
.text-legal ol ol{margin:8px 0;list-style-type:lower-alpha}
.text-legal li{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0 0 10px;padding-left:8px}
.text-legal ul li{position:relative}
.text-legal em{font-style:italic;color:#3a3a3a}
.text-legal i{font-style:italic;color:#3a3a3a}
.text-legal hr{border:none;border-top:2px solid #e8e8e8;margin:48px 0;width:100%}
.text-legal div{margin:0 0 20px}
.text-legal h1 + p{font-size:18px;line-height:1.7;color:#6a6a6a;margin-bottom:36px}
.text-legal h2 + p{margin-top:20px}
.text-legal a{color:#2D9BFC;text-decoration:underline;transition:color .2s ease}
.text-legal a:hover{color:#EB0023;cursor:pointer}
@media (max-width: 768px) {
.text-legal{padding:40px 20px}
.text-legal h1{font-size:32px;margin-bottom:14px}
.text-legal h2{font-size:26px;margin:36px 0 16px}
.text-legal h3{font-size:22px;margin:28px 0 14px}
.text-legal h4{font-size:19px;margin:24px 0 12px}
.text-legal h5{font-size:17px;margin:20px 0 10px}
.text-legal h6{font-size:15px;margin:18px 0 10px}
.text-legal p{font-size:15px;line-height:1.7;margin-bottom:18px}
.text-legal li{font-size:15px;line-height:1.6}
.text-legal ul{padding-left:24px;margin-bottom:20px}
.text-legal ol{padding-left:24px;margin-bottom:20px}
.text-legal hr{margin:36px 0}
.text-legal h1 + p{font-size:16px;margin-bottom:28px}
}
@media (max-width: 480px) {
.text-legal{padding:32px 16px}
.text-legal h1{font-size:28px}
.text-legal h2{font-size:24px;margin:32px 0 14px}
.text-legal h3{font-size:20px}
.text-legal p{font-size:15px}
.text-legal ul{padding-left:20px}
.text-legal ol{padding-left:20px}
}
.main-hero-section{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}
.main-hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(306deg,#EB0023 0%,#FDFD1A 50%,#2D9BFC 100%);opacity:.08;animation:gradient-shift 8s ease-in-out infinite}
@keyframes gradient-shift {
0%,100%{opacity:.08}
50%{opacity:.14}
}
.hero-content-wrapper{max-width:960px;margin:0 auto;padding:60px 20px;position:relative;z-index:2}
.hero-image-container{position:relative;width:100%;max-width:680px;margin:0 auto 36px;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #0000001f}
.hero-image-container::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E");pointer-events:none}
.hero-image-container img{width:100%;height:auto;display:block}
.hero-text-box{text-align:center}
.hero-text-box h1{font-size:42px;font-weight:700;color:#212529;margin:0 0 18px;line-height:1.2}
.hero-text-box .lead-text{font-size:20px;color:#495057;line-height:1.5;margin:0 0 12px}
.hero-text-box .sub-text{font-size:16px;color:#6c757d;line-height:1.6;max-width:720px;margin:0 auto}
.schedule-availability-section{padding:80px 20px;background:#fff}
.schedule-content-wrapper{max-width:960px;margin:0 auto}
.schedule-intro{text-align:center;margin-bottom:56px}
.schedule-intro h2{font-size:36px;font-weight:700;color:#212529;margin:0 0 16px}
.schedule-intro p{font-size:18px;color:#495057;line-height:1.6;max-width:680px;margin:0 auto}
.availability-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:64px}
.availability-card{background:#f8f9fa;border-radius:6px;padding:32px 24px;position:relative;border:2px solid transparent;transition:all .3s ease}
.availability-card:hover{border-color:#EB0023;box-shadow:0 6px 16px #eb00231a;transform:translateY(-4px)}
.availability-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#EB0023 0%,#2D9BFC 100%);border-radius:6px 0 0 6px;opacity:0;transition:opacity .3s ease}
.availability-card:hover::before{opacity:1}
.card-icon-box{width:56px;height:56px;background:linear-gradient(135deg,#EB0023 0%,#2D9BFC 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.card-icon-box svg{width:28px;height:28px;fill:#fff}
.availability-card h3{font-size:22px;font-weight:600;color:#212529;margin:0 0 12px}
.availability-card p{font-size:15px;color:#6c757d;line-height:1.6;margin:0}
.session-timeline{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:8px;padding:48px 32px;margin-bottom:64px}
.timeline-header{text-align:center;margin-bottom:40px}
.timeline-header h3{font-size:28px;font-weight:700;color:#212529;margin:0 0 12px}
.timeline-header p{font-size:16px;color:#495057;margin:0}
.timeline-track{position:relative;max-width:800px;margin:0 auto}
.timeline-track::before{content:'';position:absolute;left:40px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#EB0023 0%,#FDFD1A 50%,#2D9BFC 100%);border-radius:3px}
.timeline-item{position:relative;padding-left:96px;margin-bottom:36px}
.timeline-item:last-child{margin-bottom:0}
.timeline-marker{position:absolute;left:28px;top:4px;width:28px;height:28px;background:#fff;border:4px solid #EB0023;border-radius:50%;box-shadow:0 0 0 4px #eb00231a;z-index:2}
.timeline-item:nth-child(2) .timeline-marker{border-color:#FDFD1A;box-shadow:0 0 0 4px #fdfd1a26}
.timeline-item:nth-child(3) .timeline-marker{border-color:#2D9BFC;box-shadow:0 0 0 4px #2d9bfc1a}
.timeline-content{background:#fff;border-radius:6px;padding:20px 24px;box-shadow:0 2px 8px #0000000f}
.timeline-content h4{font-size:18px;font-weight:600;color:#212529;margin:0 0 8px}
.timeline-content p{font-size:15px;color:#6c757d;line-height:1.5;margin:0}
.enrollment-panel{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:64px}
.enrollment-image-box{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #0000001a}
.enrollment-image-box img{width:100%;height:auto;display:block}
.enrollment-text-box h3{font-size:32px;font-weight:700;color:#212529;margin:0 0 20px;position:relative;padding-left:20px}
.enrollment-text-box h3::before{content:'';position:absolute;left:0;top:8px;width:6px;height:32px;background:linear-gradient(180deg,#EB0023 0%,#2D9BFC 100%);border-radius:3px}
.enrollment-text-box p{font-size:16px;color:#495057;line-height:1.7;margin:0 0 16px}
.enrollment-text-box .highlight-box{background:#f8f9fa;border-left:4px solid #EB0023;padding:16px 20px;margin:24px 0;border-radius:0 6px 6px 0}
.enrollment-text-box .highlight-box p{margin:0;font-size:15px;color:#212529;font-weight:500}
.action-button-group{display:flex;gap:16px;margin-top:28px}
.action-button-group a{display:inline-flex;align-items:center;padding:14px 32px;border-radius:6px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;position:relative;z-index:1}
.action-button-group .button-primary{background:linear-gradient(135deg,#EB0023 0%,#2D9BFC 100%);color:#fff;box-shadow:0 4px 12px #eb002333}
.action-button-group .button-primary:hover{box-shadow:0 6px 16px #eb00234d;transform:translateY(-2px)}
.action-button-group .button-secondary{background:#fff;color:#212529;border:2px solid #dee2e6}
.action-button-group .button-secondary:hover{border-color:#EB0023;color:#EB0023;box-shadow:0 4px 12px #eb00231a}
.participation-profiles{background:#fff;padding:48px 32px;border-radius:8px;box-shadow:0 4px 16px #0000000f}
.profiles-header{text-align:center;margin-bottom:40px}
.profiles-header h3{font-size:28px;font-weight:700;color:#212529;margin:0 0 12px}
.profiles-header p{font-size:16px;color:#495057;margin:0}
.profiles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px}
.profile-card{text-align:center}
.profile-image-wrapper{width:140px;height:140px;margin:0 auto 20px;border-radius:50%;overflow:hidden;border:4px solid #f8f9fa;box-shadow:0 4px 12px #0000001a;position:relative}
.profile-image-wrapper::after{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:50%;background:linear-gradient(135deg,#EB0023 0%,#2D9BFC 100%);z-index:-1;opacity:0;transition:opacity .3s ease}
.profile-card:hover .profile-image-wrapper::after{opacity:1}
.profile-image-wrapper img{width:100%;height:100%;object-fit:cover}
.profile-card h4{font-size:20px;font-weight:600;color:#212529;margin:0 0 8px}
.profile-card .role-label{font-size:14px;color:#6c757d;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px;font-weight:500}
.profile-card p{font-size:15px;color:#495057;line-height:1.6;margin:0}
@media (max-width: 768px) {
.hero-text-box h1{font-size:32px}
.hero-text-box .lead-text{font-size:18px}
.schedule-intro h2{font-size:28px}
.availability-grid{grid-template-columns:1fr}
.enrollment-panel{grid-template-columns:1fr;gap:32px}
.enrollment-text-box h3{font-size:26px}
.action-button-group{flex-direction:column}
.timeline-track::before{left:20px}
.timeline-item{padding-left:64px}
.timeline-marker{left:8px}
.profiles-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.hero-text-box h1{font-size:28px}
.schedule-intro h2{font-size:24px}
.enrollment-text-box h3{font-size:22px}
}
.title-block-section{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}
.title-block-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(306deg,#eb002314 0%,#fdfd1a0f 50%,#2d9bfc14 100%);z-index:1}
.title-block-section .bg-image-wrap{position:absolute;top:0;right:0;width:55%;height:100%;clip-path:polygon(20% 0,100% 0,100% 100%,0% 100%);z-index:2}
.title-block-section .bg-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center}
.title-block-section .content-wrapper-main{position:relative;z-index:3;max-width:960px;width:100%;margin:0 auto;padding:60px 20px}
.title-block-section .text-zone-primary{max-width:520px}
.title-block-section .main-heading-text{font-size:48px;line-height:1.2;color:#212529;margin:0 0 24px;font-weight:700}
.title-block-section .description-para-text{font-size:18px;line-height:1.6;color:#495057;margin:0 0 32px}
.title-block-section .primary-action-btn{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#EB0023 0%,#2D9BFC 100%);color:#fff;text-decoration:none;border:none;cursor:pointer;font-size:16px;font-weight:600;transition:transform 0.3s,box-shadow .3s;box-shadow:0 4px 12px #eb002333}
.title-block-section .primary-action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #eb00234d}
.geography-section-block{max-width:960px;margin:0 auto;padding:80px 20px}
.geography-section-block .section-header-text{font-size:36px;line-height:1.3;color:#212529;margin:0 0 16px;font-weight:700}
.geography-section-block .section-header-text::before{content:'';display:inline-block;width:4px;height:36px;background:linear-gradient(180deg,#EB0023 0%,#2D9BFC 100%);margin-right:12px;vertical-align:middle}
.geography-section-block .intro-text-para{font-size:17px;line-height:1.6;color:#495057;margin:0 0 48px}
.geography-section-block .coverage-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px}
.geography-section-block .coverage-item-card{background:#fff;padding:28px;border:1px solid #dee2e6;transition:transform 0.3s,box-shadow .3s}
.geography-section-block .coverage-item-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}
.geography-section-block .coverage-item-card .icon-wrap-geo{width:48px;height:48px;margin-bottom:16px}
.geography-section-block .coverage-item-card h3{font-size:20px;color:#212529;margin:0 0 12px;font-weight:600}
.geography-section-block .coverage-item-card p{font-size:15px;line-height:1.5;color:#6c757d;margin:0}
.geography-section-block .access-info-box{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:32px;border-left:4px solid #2D9BFC}
.geography-section-block .access-info-box p{font-size:16px;line-height:1.6;color:#495057;margin:0}
.interaction-formats-block{background:#f8f9fa;padding:80px 20px}
.interaction-formats-block .container-wrap-data{max-width:960px;margin:0 auto}
.interaction-formats-block .formats-header-title{font-size:36px;line-height:1.3;color:#212529;margin:0 0 48px;font-weight:700;text-align:center}
.interaction-formats-block .formats-grid-display{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.interaction-formats-block .format-card-item{background:#fff;padding:32px;box-shadow:0 2px 8px #00000014;position:relative;overflow:hidden}
.interaction-formats-block .format-card-item::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#EB0023 0%,#FDFD1A 50%,#2D9BFC 100%)}
.interaction-formats-block .format-card-item img{width:100%;height:220px;object-fit:cover;margin-bottom:24px}
.interaction-formats-block .format-card-item h3{font-size:22px;color:#212529;margin:0 0 16px;font-weight:600}
.interaction-formats-block .format-card-item p{font-size:15px;line-height:1.6;color:#6c757d;margin:0 0 12px}
.interaction-formats-block .format-card-item .feature-list-data{list-style:none;padding:0;margin:16px 0 0}
.interaction-formats-block .format-card-item .feature-list-data li{font-size:15px;color:#495057;padding:8px 0;border-bottom:1px solid #e9ecef}
.interaction-formats-block .format-card-item .feature-list-data li:last-child{border-bottom:none}
.work-support-section{max-width:960px;margin:0 auto;padding:80px 20px}
.work-support-section .support-title-main{font-size:36px;line-height:1.3;color:#212529;margin:0 0 20px;font-weight:700}
.work-support-section .support-intro-desc{font-size:17px;line-height:1.6;color:#495057;margin:0 0 48px}
.work-support-section .support-phases-wrap{display:flex;flex-direction:column;gap:32px}
.work-support-section .phase-item-box{display:flex;gap:24px;align-items:flex-start}
.work-support-section .phase-item-box .number-indicator{flex-shrink:0;width:56px;height:56px;background:linear-gradient(135deg,#EB0023 0%,#2D9BFC 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}
.work-support-section .phase-item-box .phase-content-text{flex:1}
.work-support-section .phase-item-box h4{font-size:20px;color:#212529;margin:0 0 12px;font-weight:600}
.work-support-section .phase-item-box p{font-size:15px;line-height:1.6;color:#6c757d;margin:0}
.partnerships-block-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px}
.partnerships-block-section .partnerships-container{max-width:960px;margin:0 auto}
.partnerships-block-section .partnerships-header{font-size:36px;line-height:1.3;color:#212529;margin:0 0 16px;font-weight:700;text-align:center}
.partnerships-block-section .partnerships-subheader{font-size:17px;line-height:1.6;color:#495057;margin:0 0 56px;text-align:center}
.partnerships-block-section .collaboration-display{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.partnerships-block-section .collaboration-image-side img{width:100%;height:auto;object-fit:cover;box-shadow:0 8px 24px #0000001f}
.partnerships-block-section .collaboration-text-side h3{font-size:24px;color:#212529;margin:0 0 20px;font-weight:600}
.partnerships-block-section .collaboration-text-side p{font-size:16px;line-height:1.6;color:#495057;margin:0 0 16px}
.partnerships-block-section .partnership-types-list{list-style:none;padding:0;margin:24px 0 0}
.partnerships-block-section .partnership-types-list li{font-size:15px;color:#495057;padding:12px 0;padding-left:28px;position:relative}
.partnerships-block-section .partnership-types-list li::before{content:'';position:absolute;left:0;top:16px;width:16px;height:16px;background:#2D9BFC;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.audience-diversity-section{max-width:960px;margin:0 auto;padding:80px 20px}
.audience-diversity-section .audience-main-title{font-size:36px;line-height:1.3;color:#212529;margin:0 0 20px;font-weight:700}
.audience-diversity-section .audience-lead-text{font-size:17px;line-height:1.6;color:#495057;margin:0 0 48px}
.audience-diversity-section .audience-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.audience-diversity-section .audience-card-block{background:#fff;padding:28px;border:2px solid #e9ecef;transition:border-color .3s;position:relative}
.audience-diversity-section .audience-card-block:hover{border-color:#2D9BFC}
.audience-diversity-section .audience-card-block::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#EB0023 0%,#2D9BFC 100%);opacity:0;transition:opacity .3s}
.audience-diversity-section .audience-card-block:hover::before{opacity:1}
.audience-diversity-section .audience-card-block h4{font-size:19px;color:#212529;margin:0 0 12px;font-weight:600}
.audience-diversity-section .audience-card-block p{font-size:15px;line-height:1.5;color:#6c757d;margin:0}
.inspiration-closing-block{background:linear-gradient(135deg,#e9ecef 0%,#f8f9fa 100%);padding:80px 20px;position:relative;overflow:hidden}
.inspiration-closing-block::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#eb00231a 0%,transparent 70%)}
.inspiration-closing-block::after{content:'';position:absolute;bottom:-50%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#2d9bfc1a 0%,transparent 70%)}
.inspiration-closing-block .inspiration-container{max-width:960px;margin:0 auto;position:relative;z-index:2}
.inspiration-closing-block .inspiration-content-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.inspiration-closing-block .profile-visual-area{text-align:center}
.inspiration-closing-block .profile-visual-area img{width:280px;height:280px;object-fit:cover;border:4px solid #fff;box-shadow:0 8px 24px #00000026}
.inspiration-closing-block .inspiration-text-area h3{font-size:32px;color:#212529;margin:0 0 20px;font-weight:700}
.inspiration-closing-block .inspiration-text-area p{font-size:16px;line-height:1.7;color:#495057;margin:0 0 16px}
.inspiration-closing-block .inspiration-text-area .quote-highlight{font-size:18px;color:#EB0023;font-style:italic;padding-left:20px;border-left:3px solid #2D9BFC;margin:24px 0}
.inspiration-closing-block .cta-button-wrapper{margin-top:32px}
.inspiration-closing-block .secondary-cta-btn{display:inline-block;padding:14px 32px;background:#2D9BFC;color:#fff;text-decoration:none;font-size:16px;font-weight:600;transition:background 0.3s,transform .3s;box-shadow:0 4px 12px #2d9bfc33}
.inspiration-closing-block .secondary-cta-btn:hover{background:#1a7ed4;transform:translateY(-2px)}
@media (max-width: 768px) {
.title-block-section{min-height:420px}
.title-block-section .bg-image-wrap{width:100%;clip-path:none;opacity:.3}
.title-block-section .main-heading-text{font-size:32px}
.title-block-section .description-para-text{font-size:16px}
.geography-section-block .coverage-grid-layout{grid-template-columns:1fr;gap:24px}
.interaction-formats-block .formats-grid-display{grid-template-columns:1fr;gap:28px}
.partnerships-block-section .collaboration-display{grid-template-columns:1fr;gap:32px}
.audience-diversity-section .audience-grid-layout{grid-template-columns:1fr;gap:20px}
.inspiration-closing-block .inspiration-content-split{grid-template-columns:1fr;gap:32px}
.inspiration-closing-block .profile-visual-area img{width:220px;height:220px}
}
@media (max-width: 480px) {
.title-block-section .main-heading-text{font-size:28px}
.geography-section-block,.work-support-section,.audience-diversity-section{padding:60px 20px}
.interaction-formats-block,.partnerships-block-section,.inspiration-closing-block{padding:60px 20px}
.title-block-section .primary-action-btn,.inspiration-closing-block .secondary-cta-btn{padding:12px 24px;font-size:15px}
}
.page-wrapper{max-width:960px;margin:0 auto;padding:0 20px}
.title-block-contact{position:relative;padding:80px 0 60px;overflow:hidden;background:linear-gradient(306deg,#EB0023 0%,#FDFD1A 50%,#2D9BFC 100%)}
.title-block-contact::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffeb;z-index:1}
.title-block-contact::after{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#eb002326 0%,transparent 70%);top:-100px;right:-100px;border-radius:50%;animation:float-blob 8s ease-in-out infinite;z-index:2}
@keyframes float-blob {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-30px,30px) scale(1.1)}
}
.title-block-contact .title-image-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:700px;height:100%;z-index:3;opacity:.12}
.title-block-contact .title-image-wrap img{width:100%;height:100%;object-fit:cover;filter:blur(2px)}
.title-block-contact .title-content-wrap{position:relative;z-index:4;text-align:center}
.title-block-contact .page-heading-main{font-size:48px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2}
.contact-main-section{padding:80px 0;background:#fafafa}
.contact-content-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.contact-info-block{background:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 16px #00000014}
.contact-info-block h2{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 24px;position:relative;padding-bottom:16px}
.contact-info-block h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#EB0023 0%,#2D9BFC 100%)}
.contact-data-list{list-style:none;padding:0;margin:0}
.contact-data-list li{margin-bottom:20px;display:flex;align-items:start}
.contact-data-list li:last-child{margin-bottom:0}
.contact-data-list .data-label{font-weight:600;color:#333;min-width:90px;font-size:15px}
.contact-data-list .data-value{color:#555;font-size:15px;line-height:1.6}
.contact-data-list .data-value a{color:#EB0023;text-decoration:none;transition:color .3s ease}
.contact-data-list .data-value a:hover{color:#2D9BFC}
.contact-form-block{background:#fff;padding:45px;border-radius:8px;box-shadow:0 6px 20px #0000001a}
.contact-form-block h2{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.contact-form-block .form-subtitle{font-size:16px;color:#666;margin:0 0 32px;line-height:1.5}
.form-field-wrapper{margin-bottom:24px}
.form-field-wrapper label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px}
.form-field-wrapper input[type="text"],.form-field-wrapper input[type="email"],.form-field-wrapper input[type="tel"],.form-field-wrapper select{width:100%;padding:14px 16px;font-size:15px;border:2px solid #e0e0e0;border-radius:6px;background:#fafafa;color:#333;transition:all .3s ease;box-sizing:border-box}
.form-field-wrapper input[type="text"]:focus,.form-field-wrapper input[type="email"]:focus,.form-field-wrapper input[type="tel"]:focus,.form-field-wrapper select:focus{outline:none;border-color:#EB0023;background:#fff;box-shadow:0 0 0 3px #eb00231a}
.form-field-wrapper select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23333' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer;padding-right:40px}
.radio-group-wrapper{margin-bottom:24px}
.radio-group-wrapper .radio-group-label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:12px}
.radio-options-flex{display:flex;gap:20px;flex-wrap:wrap}
.radio-option-item{display:flex;align-items:center;cursor:pointer;position:relative}
.radio-option-item input[type="radio"]{position:absolute;opacity:0;cursor:pointer}
.radio-option-item .radio-custom{width:20px;height:20px;border:2px solid #e0e0e0;border-radius:50%;margin-right:10px;position:relative;transition:all .3s ease;background:#fafafa}
.radio-option-item input[type="radio"]:checked ~ .radio-custom{border-color:#EB0023;background:#fff}
.radio-option-item input[type="radio"]:checked ~ .radio-custom::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#EB0023;border-radius:50%}
.radio-option-item .radio-label-text{font-size:15px;color:#555;user-select:none}
.privacy-checkbox-wrapper{margin:28px 0;display:flex;align-items:start}
.privacy-checkbox-wrapper input[type="checkbox"]{position:absolute;opacity:0;cursor:pointer}
.privacy-checkbox-wrapper .checkbox-custom{width:20px;height:20px;min-width:20px;border:2px solid #e0e0e0;border-radius:4px;margin-right:12px;position:relative;transition:all .3s ease;background:#fafafa;cursor:pointer}
.privacy-checkbox-wrapper input[type="checkbox"]:checked ~ .checkbox-custom{border-color:#EB0023;background:#EB0023}
.privacy-checkbox-wrapper input[type="checkbox"]:checked ~ .checkbox-custom::after{content:'';position:absolute;top:2px;left:6px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.privacy-checkbox-wrapper .checkbox-label-text{font-size:14px;color:#555;line-height:1.5;cursor:pointer;user-select:none}
.privacy-checkbox-wrapper .checkbox-label-text a{color:#EB0023;text-decoration:none;font-weight:600;transition:color .3s ease}
.privacy-checkbox-wrapper .checkbox-label-text a:hover{color:#2D9BFC}
.form-submit-btn{width:100%;padding:16px 32px;font-size:16px;font-weight:700;color:#fff;background:linear-gradient(135deg,#EB0023 0%,#2D9BFC 100%);border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #eb00234d}
.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #eb002366}
.form-submit-btn:active{transform:translateY(0)}
@media (max-width: 768px) {
.title-block-contact{padding:60px 0 40px}
.title-block-contact .page-heading-main{font-size:36px}
.contact-main-section{padding:50px 0}
.contact-content-grid{grid-template-columns:1fr;gap:40px}
.contact-info-block,.contact-form-block{padding:30px}
.contact-form-block h2{font-size:26px}
.radio-options-flex{flex-direction:column;gap:12px}
}
@media (max-width: 480px) {
.title-block-contact .page-heading-main{font-size:28px}
.contact-info-block h2,.contact-form-block h2{font-size:22px}
.contact-info-block,.contact-form-block{padding:24px}
}
.title-wrapper{position:relative;margin:0 auto 80px;max-width:960px;overflow:hidden}
.title-wrapper .img-box{width:100%;height:420px;position:relative}
.title-wrapper .img-box img{width:100%;height:100%;object-fit:cover;display:block}
.title-wrapper .img-box::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#eb002326 0%,#2d9bfc1f 100%);pointer-events:none}
.title-wrapper .text-container{background:#fffffff5;padding:48px 40px;margin:-120px auto 0;max-width:780px;position:relative;z-index:5;box-shadow:0 12px 32px #00000014}
.title-wrapper .description-text{font-size:15px;line-height:1.7;color:#666;margin:0 0 18px}
.title-wrapper .main-heading{font-size:36px;font-weight:700;color:#222;margin:0;line-height:1.3;position:relative;display:inline-block}
.title-wrapper .main-heading::before{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:linear-gradient(90deg,#EB0023 0%,#2D9BFC 100%)}
.story-layout{max-width:960px;margin:0 auto 90px;padding:0 20px}
.story-layout .grid-container{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.story-layout .content-col h2{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.2}
.story-layout .content-col h2::after{content:'';display:block;width:48px;height:3px;background:#EB0023;margin-top:12px}
.story-layout .text-block{font-size:15px;line-height:1.8;color:#555;margin:0 0 20px}
.story-layout .highlight-box{background:linear-gradient(120deg,#eb00230d 0%,#2d9bfc0d 100%);border-left:4px solid #2D9BFC;padding:24px 28px;margin:32px 0}
.story-layout .highlight-box p{font-size:16px;line-height:1.7;color:#333;margin:0;font-weight:500}
.story-layout .visual-col img{width:100%;height:auto;display:block;box-shadow:0 8px 24px #0000001f}
.team-section{background:linear-gradient(180deg,#f8f8f8 0%,#fff 100%);padding:80px 20px;margin-bottom:0}
.team-section .section-wrapper{max-width:960px;margin:0 auto}
.team-section .section-header{text-align:center;margin-bottom:60px}
.team-section .section-header h2{font-size:34px;font-weight:700;color:#1a1a1a;margin:0 0 16px;position:relative;display:inline-block}
.team-section .section-header h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:70px;height:3px;background:linear-gradient(90deg,#EB0023 0%,#FDFD1A 50%,#2D9BFC 100%)}
.team-section .section-header p{font-size:16px;line-height:1.6;color:#666;margin:28px 0 0;max-width:640px;margin-left:auto;margin-right:auto}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:50px}
.member-card{background:#fff;padding:32px 24px;text-align:center;box-shadow:0 4px 16px #0000000f;transition:transform 0.3s,box-shadow .3s;cursor:pointer}
.member-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f}
.member-card .portrait-wrapper{width:120px;height:120px;margin:0 auto 20px;border-radius:50%;overflow:hidden;border:4px solid #2D9BFC}
.member-card .portrait-wrapper img{width:100%;height:100%;object-fit:cover;display:block}
.member-card .name-title{font-size:20px;font-weight:700;color:#222;margin:0 0 8px}
.member-card .role-text{font-size:14px;color:#EB0023;font-weight:600;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}
.member-card .bio-text{font-size:14px;line-height:1.6;color:#666;margin:0}
.values-display{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.value-item{background:#fff;padding:28px 32px;border-left:4px solid #FDFD1A;box-shadow:0 2px 12px #0000000d}
.value-item h3{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.value-item p{font-size:14px;line-height:1.7;color:#555;margin:0}
.approach-wrapper{max-width:960px;margin:0 auto;padding:90px 20px;background:#fff}
.approach-wrapper .intro-section{margin-bottom:64px}
.approach-wrapper .intro-section h2{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 20px;line-height:1.2}
.approach-wrapper .intro-section p{font-size:16px;line-height:1.8;color:#555;margin:0}
.process-layout{display:grid;grid-template-columns:280px 1fr;gap:48px}
.step-nav{position:sticky;top:20px;align-self:start}
.step-nav input[type="radio"]{display:none}
.step-nav label{display:block;padding:18px 24px;margin-bottom:12px;background:#f5f5f5;cursor:pointer;font-size:15px;font-weight:600;color:#444;transition:all .3s;border-left:4px solid transparent}
.step-nav label:hover{background:#eaeaea;border-left-color:#2D9BFC}
.step-nav input[type="radio"]:checked + label{background:linear-gradient(120deg,#eb002314 0%,#2d9bfc14 100%);border-left-color:#EB0023;color:#1a1a1a}
.step-content-wrapper{position:relative}
.step-panel{display:none;animation:fadeContent .4s}
@keyframes fadeContent {
from{opacity:0;transform:translateY(12px)}
to{opacity:1;transform:translateY(0)}
}
#step1-radio:checked ~ .step-content-wrapper #step1-content,#step2-radio:checked ~ .step-content-wrapper #step2-content,#step3-radio:checked ~ .step-content-wrapper #step3-content,#step4-radio:checked ~ .step-content-wrapper #step4-content{display:block}
.step-panel h3{font-size:26px;font-weight:700;color:#1a1a1a;margin:0 0 24px;position:relative;padding-left:20px}
.step-panel h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:30px;background:linear-gradient(180deg,#EB0023 0%,#2D9BFC 100%)}
.step-panel .description-block{font-size:15px;line-height:1.8;color:#555;margin:0 0 24px}
.step-panel .feature-list{list-style:none;padding:0;margin:0 0 28px}
.step-panel .feature-list li{font-size:15px;line-height:1.7;color:#444;margin-bottom:14px;padding-left:32px;position:relative}
.step-panel .feature-list li::before{content:'';position:absolute;left:0;top:6px;width:18px;height:18px;background:linear-gradient(135deg,#2D9BFC 0%,#EB0023 100%);clip-path:polygon(0% 50%,35% 85%,100% 10%,90% 0%,35% 65%,10% 40%)}
.step-panel .visual-element{margin-top:32px}
.step-panel .visual-element img{width:100%;height:auto;display:block;box-shadow:0 6px 20px #0000001a}
@media (max-width: 768px) {
.title-wrapper .img-box{height:280px}
.title-wrapper .text-container{padding:32px 24px;margin-top:-80px}
.title-wrapper .main-heading{font-size:28px}
.story-layout .grid-container{grid-template-columns:1fr;gap:32px}
.story-layout .content-col h2{font-size:26px}
.team-grid{grid-template-columns:1fr;gap:32px}
.values-display{grid-template-columns:1fr}
.process-layout{grid-template-columns:1fr;gap:32px}
.step-nav{position:static}
.approach-wrapper{padding:60px 20px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.team-grid{grid-template-columns:repeat(2,1fr)}
.process-layout{grid-template-columns:240px 1fr;gap:36px}
}
.cert-head-wrapper{background:linear-gradient(306deg,#EB0023 0%,#FDFD1A 50%,#2D9BFC 100%);padding:80px 20px;position:relative;overflow:hidden}
.cert-head-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:50%;transform:rotate(25deg)}
.cert-head-container{max-width:960px;margin:0 auto;position:relative;z-index:2}
.cert-head-text-box{text-align:center;color:#fff;margin-bottom:42px}
.cert-main-title{font-size:52px;font-weight:700;margin:0 0 16px;line-height:1.1;text-shadow:2px 3px 8px #00000038}
.cert-sub-title{font-size:26px;font-weight:500;margin:0 0 22px;line-height:1.3;text-shadow:1px 2px 6px #0000002e}
.cert-description-text{font-size:17px;line-height:1.6;max-width:720px;margin:0 auto;opacity:.95}
.cert-image-frame{max-width:580px;margin:0 auto;position:relative}
.cert-image-frame img{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 12px 36px #00000047}
.cert-image-frame::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,transparent 40%,#00000073 100%);border-radius:8px;pointer-events:none}
.cert-standards-section{padding:90px 20px;background:#f8f9fa}
.cert-standards-container{max-width:960px;margin:0 auto}
.standards-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}
.standard-card-box{background:#fff;padding:36px 28px;border-radius:6px;box-shadow:0 4px 14px #00000014;position:relative;transition:transform 0.3s,box-shadow .3s}
.standard-card-box:hover{transform:translateY(-6px);box-shadow:0 10px 28px #00000024}
.standard-card-box::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#EB0023 0%,#2D9BFC 100%);border-radius:6px 0 0 6px}
.standard-icon-wrapper{width:64px;height:64px;background:linear-gradient(135deg,#2D9BFC 0%,#EB0023 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.standard-icon-wrapper svg{width:32px;height:32px;fill:#fff}
.standard-card-title{font-size:22px;font-weight:600;margin:0 0 14px;color:#1a1a1a;line-height:1.3}
.standard-card-description{font-size:15px;line-height:1.65;color:#4a4a4a;margin:0 0 18px}
.standard-badge-code{display:inline-block;background:#f0f0f0;color:#2D9BFC;padding:6px 14px;border-radius:4px;font-size:13px;font-weight:600;letter-spacing:.5px}
.validation-process-section{padding:85px 20px;background:linear-gradient(180deg,#fff 0%,#f4f6f8 100%)}
.validation-container{max-width:960px;margin:0 auto;display:grid;grid-template-columns:420px 1fr;gap:56px;align-items:start}
.validation-profile-box{position:relative}
.profile-image-wrapper{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #0000001f}
.profile-image-wrapper img{width:100%;height:auto;display:block}
.profile-badge-overlay{position:absolute;bottom:20px;left:20px;right:20px;background:#fffffff5;padding:18px;border-radius:6px;backdrop-filter:blur(8px);box-shadow:0 4px 12px #00000026}
.badge-title-text{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}
.badge-subtitle-text{font-size:14px;color:#666;margin:0}
.validation-content-box{padding-top:12px}
.validation-heading{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.2}
.validation-heading::before{content:'';display:block;width:68px;height:4px;background:linear-gradient(90deg,#EB0023 0%,#2D9BFC 100%);margin-bottom:20px;border-radius:2px}
.validation-text-content{font-size:16px;line-height:1.7;color:#3a3a3a;margin:0 0 32px}
.process-steps-list{list-style:none;padding:0;margin:0;counter-reset:step-counter}
.process-step-item{position:relative;padding-left:68px;margin-bottom:28px;counter-increment:step-counter}
.process-step-item::before{content:counter(step-counter);position:absolute;left:0;top:0;width:48px;height:48px;background:linear-gradient(135deg,#2D9BFC 0%,#EB0023 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 3px 10px #eb002340}
.step-title-text{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}
.step-description-text{font-size:15px;line-height:1.6;color:#4a4a4a;margin:0}
.cta-link-button{display:inline-block;background:#EB0023;color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;margin-top:18px;box-shadow:0 4px 12px #eb00234d;transition:background 0.3s,transform 0.2s,box-shadow .3s;position:relative;z-index:10}
.cta-link-button:hover{background:#c70020;transform:translateY(-2px);box-shadow:0 6px 18px #eb002366}
@media (max-width: 768px) {
.cert-main-title{font-size:38px}
.cert-sub-title{font-size:22px}
.cert-description-text{font-size:16px}
.standards-grid-layout{grid-template-columns:1fr;gap:28px}
.validation-container{grid-template-columns:1fr;gap:42px}
.validation-heading{font-size:30px}
.process-step-item{padding-left:58px}
.process-step-item::before{width:42px;height:42px;font-size:18px}
}
@media (max-width: 480px) {
.cert-head-wrapper{padding:60px 16px}
.cert-main-title{font-size:32px}
.cert-sub-title{font-size:20px}
.cert-standards-section{padding:60px 16px}
.validation-process-section{padding:60px 16px}
.standard-card-box{padding:28px 22px}
.validation-heading{font-size:26px}
}
.success-main-wrapper{background:linear-gradient(135deg,#fafafa 0%,#f0f0f0 100%);min-height:80vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative;overflow:hidden}
.success-main-wrapper::before{content:'';position:absolute;top:-150px;right:-150px;width:400px;height:400px;background:linear-gradient(306deg,#EB0023 0%,#FDFD1A 50%,#2D9BFC 100%);opacity:.08;border-radius:50%;transform:rotate(45deg)}
.success-main-wrapper::after{content:'';position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;background:#2D9BFC;opacity:.05;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.confirmation-content-box{max-width:680px;width:100%;background:#fff;border-radius:8px;box-shadow:0 8px 24px #00000014;padding:60px 50px;text-align:center;position:relative;z-index:2}
.status-icon-wrapper{width:96px;height:96px;margin:0 auto 32px;background:linear-gradient(135deg,#EB0023 0%,#2D9BFC 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse-effect 2s ease-in-out infinite}
@keyframes pulse-effect {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #eb00234d}
50%{transform:scale(1.05);box-shadow:0 0 0 15px #eb002300}
}
.status-icon-wrapper::before{content:'✓';font-size:54px;color:#fff;font-weight:700;line-height:1}
.confirmation-content-box .main-heading-text{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 18px;line-height:1.2}
.confirmation-content-box .description-text-block{font-size:17px;color:#4a4a4a;line-height:1.7;margin:0 0 36px}
.confirmation-content-box .description-text-block p{margin:0 0 14px}
.confirmation-content-box .description-text-block p:last-child{margin-bottom:0}
.action-button-primary{display:inline-block;background:linear-gradient(135deg,#EB0023 0%,#2D9BFC 100%);color:#fff;text-decoration:none;padding:16px 42px;font-size:16px;font-weight:600;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 12px #eb002333;cursor:pointer;position:relative;z-index:10}
.action-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #eb00234d}
.action-button-primary:active{transform:translateY(0)}
.info-section-wrapper{background:#f8f8f8;padding:80px 20px;position:relative}
.info-section-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#EB0023 0%,#FDFD1A 50%,#2D9BFC 100%)}
.info-container-centered{max-width:960px;margin:0 auto}
.info-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px}
.info-card-item{background:#fff;padding:36px 28px;border-radius:6px;box-shadow:0 2px 8px #0000000f;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.info-card-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#EB0023;border-radius:6px 0 0 6px;opacity:0;transition:opacity .3s ease}
.info-card-item:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001f}
.info-card-item:hover::before{opacity:1}
.info-card-item:nth-child(2)::before{background:#FDFD1A}
.info-card-item:nth-child(3)::before{background:#2D9BFC}
.info-card-item .card-icon{width:52px;height:52px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eb00231a 0%,#2d9bfc1a 100%);border-radius:50%}
.info-card-item .card-icon svg{width:28px;height:28px;fill:#EB0023}
.info-card-item h3{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 12px;text-align:center}
.info-card-item p{font-size:15px;color:#5a5a5a;line-height:1.6;margin:0;text-align:center}
.contact-info-block{background:#fff;padding:42px 38px;border-radius:6px;box-shadow:0 2px 8px #0000000f;text-align:center}
.contact-info-block h3{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 24px}
.contact-details-list{display:flex;flex-direction:column;gap:16px;align-items:center}
.contact-details-list a{font-size:16px;color:#2D9BFC;text-decoration:none;transition:color .3s ease;display:inline-flex;align-items:center;gap:10px}
.contact-details-list a:hover{color:#EB0023}
.contact-details-list a svg{width:20px;height:20px;fill:currentColor}
@media (max-width: 768px) {
.success-main-wrapper{padding:30px 16px}
.confirmation-content-box{padding:40px 28px}
.status-icon-wrapper{width:80px;height:80px;margin-bottom:24px}
.status-icon-wrapper::before{font-size:44px}
.confirmation-content-box .main-heading-text{font-size:28px}
.confirmation-content-box .description-text-block{font-size:16px}
.action-button-primary{padding:14px 32px;font-size:15px}
.info-grid-layout{grid-template-columns:1fr;gap:24px}
.info-section-wrapper{padding:60px 16px}
.contact-info-block{padding:32px 24px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.info-grid-layout{grid-template-columns:repeat(2,1fr)}
.info-card-item:last-child{grid-column:1 / -1;max-width:50%;margin:0 auto}
}