*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Source Sans Pro',sans-serif;font-size:16px;line-height:1.6;color:#2a2a2a;background:linear-gradient(205deg,#f8f4ff 0%,#f0fdf4 50%,#fff5f5 100%);cursor:default}
.header-wrapper{background:#fff;border-bottom:4px solid #6F38DC;box-shadow:0 6px 18px #00000014;padding:28px 0;position:relative;z-index:100}
.header-wrapper .header-content-box{max-width:1140px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:280px 1fr;gap:48px;align-items:center}
.header-wrapper .brand-stack-v2{display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.header-wrapper .logo-holder{width:90px;height:90px;background:#fff;border:3px solid #6F38DC;border-radius:4px;padding:8px;box-shadow:0 4px 12px #6f38dc26}
.header-wrapper .site-logo-v1{width:100%;height:100%;object-fit:contain}
.header-wrapper .company-title-v3{font-size:28px;font-weight:700;color:#6F38DC;letter-spacing:-.5px}
.header-wrapper .nav-contact-column{display:flex;flex-direction:column;gap:20px;justify-content:center}
.header-wrapper .main-nav-v1 .nav-list-data{list-style:none;display:flex;gap:32px;flex-wrap:wrap}
.header-wrapper .main-nav-v1 .nav-link-v2{color:#2a2a2a;text-decoration:none;font-size:17px;font-weight:600;transition:color 450ms linear;cursor:pointer}
.header-wrapper .main-nav-v1 .nav-link-v2:hover{color:#6F38DC}
.header-wrapper .contact-info-block-v1{display:flex;gap:28px;flex-wrap:wrap}
.header-wrapper .contact-item-v3{display:flex;align-items:center;gap:8px}
.header-wrapper .contact-item-v3 .jam{font-size:18px;color:#017C39}
.header-wrapper .contact-link-data{color:#2a2a2a;text-decoration:none;font-size:15px;font-weight:400;transition:color 450ms linear;cursor:pointer}
.header-wrapper .contact-link-data:hover{color:#017C39}
@media (max-width: 968px) {
.header-wrapper .header-content-box{grid-template-columns:1fr;gap:28px}
.header-wrapper .brand-stack-v2{align-items:center}
.header-wrapper .nav-contact-column{align-items:center}
.header-wrapper .main-nav-v1 .nav-list-data{justify-content:center}
.header-wrapper .contact-info-block-v1{justify-content:center}
}
@media (max-width: 640px) {
.header-wrapper .main-nav-v1 .nav-list-data{flex-direction:column;align-items:center;gap:16px}
.header-wrapper .contact-info-block-v1{flex-direction:column;align-items:center;gap:14px}
}
.footer-wrapper-v1{background:#1a1a1a;color:#e0e0e0;padding:64px 0 28px;margin-top:80px;border-top:6px solid #6F38DC}
.footer-wrapper-v1 .footer-content-box{max-width:1140px;margin:0 auto;padding:0 24px}
.footer-wrapper-v1 .footer-grid-v2{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:48px;margin-bottom:48px}
.footer-wrapper-v1 .footer-brand-section .footer-logo-holder{width:70px;height:70px;background:#fff;border:3px solid #B41616;border-radius:3px;padding:6px;margin-bottom:16px}
.footer-wrapper-v1 .footer-logo-v1{width:100%;height:100%;object-fit:contain}
.footer-wrapper-v1 .footer-brand-name{font-size:24px;font-weight:700;color:#fff;margin-bottom:12px}
.footer-wrapper-v1 .footer-description-v2{font-size:15px;line-height:1.7;color:#b8b8b8}
.footer-wrapper-v1 .footer-heading-v1{font-size:20px;font-weight:700;color:#fff;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;border-bottom:3px solid #017C39;padding-bottom:8px;display:inline-block}
.footer-wrapper-v1 .footer-list-data{list-style:none}
.footer-wrapper-v1 .footer-list-data li{margin-bottom:12px}
.footer-wrapper-v1 .footer-link-v2{color:#e0e0e0;text-decoration:none;font-size:16px;transition:color 500ms linear;cursor:pointer}
.footer-wrapper-v1 .footer-link-v2:hover{color:#6F38DC}
.footer-wrapper-v1 .footer-contact-list{display:flex;flex-direction:column;gap:16px}
.footer-wrapper-v1 .footer-contact-item-v1{display:flex;align-items:flex-start;gap:12px}
.footer-wrapper-v1 .footer-contact-item-v1 .jam{font-size:20px;color:#B41616;margin-top:2px}
.footer-wrapper-v1 .contact-text-v2{color:#e0e0e0;text-decoration:none;font-size:15px;line-height:1.6;transition:color 500ms linear;cursor:pointer}
.footer-wrapper-v1 a.contact-text-v2:hover{color:#017C39}
.footer-wrapper-v1 .footer-bottom-v1{border-top:2px solid #333;padding-top:24px;text-align:center}
.footer-wrapper-v1 .copyright-text-v2{font-size:14px;color:#999}
@media (max-width: 968px) {
.footer-wrapper-v1 .footer-grid-v2{grid-template-columns:1fr;gap:40px}
}
.cookie-popup-v1{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(150%);max-width:580px;width:90%;background:#fff;border-radius:6px;box-shadow:0 12px 32px #00000040;padding:32px;z-index:1000;transition:transform 550ms linear;border:3px solid #6F38DC}
.cookie-popup-v1.show-popup{transform:translateX(-50%) translateY(0)}
.cookie-popup-v1 .cookie-title-v2{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:16px}
.cookie-popup-v1 .cookie-description-v1{font-size:15px;line-height:1.6;color:#4a4a4a;margin-bottom:24px}
.cookie-popup-v1 .cookie-categories-v1{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}
.cookie-popup-v1 .cookie-category-item{display:flex;align-items:center}
.cookie-popup-v1 .cookie-label-v2{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px;color:#2a2a2a}
.cookie-popup-v1 .cookie-checkbox-v1{width:20px;height:20px;cursor:pointer}
.cookie-popup-v1 .cookie-checkbox-v1:disabled{cursor:not-allowed}
.cookie-popup-v1 .cookie-category-name{font-weight:600}
.cookie-popup-v1 .cookie-policy-link-v1{margin-bottom:24px}
.cookie-popup-v1 .policy-link-v2{color:#6F38DC;text-decoration:underline;font-size:14px;font-weight:600;transition:color 450ms linear;cursor:pointer}
.cookie-popup-v1 .policy-link-v2:hover{color:#017C39}
.cookie-popup-v1 .cookie-actions-v1{display:flex;gap:12px;flex-wrap:wrap}
.cookie-popup-v1 .cookie-btn-v2{flex:1;min-width:140px;padding:12px 20px;border:none;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;transition:background 500ms linear,transform 450ms linear}
.cookie-popup-v1 .accept-btn-v1{background:#6F38DC;color:#fff}
.cookie-popup-v1 .accept-btn-v1:hover{background:#5a2db3}
.cookie-popup-v1 .decline-btn-v1{background:#B41616;color:#fff}
.cookie-popup-v1 .decline-btn-v1:hover{background:#8f1212}
.cookie-popup-v1 .optout-btn-v1{background:#017C39;color:#fff}
.cookie-popup-v1 .optout-btn-v1:hover{background:#015f2c}
@media (max-width: 640px) {
.cookie-popup-v1{padding:24px}
.cookie-popup-v1 .cookie-actions-v1{flex-direction:column}
.cookie-popup-v1 .cookie-btn-v2{width:100%}
}
.text-doc{max-width:1140px;margin:60px auto;padding:0 20px;background:#fff}
.text-doc h1{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}
.text-doc h2{font-size:32px;font-weight:600;color:#2a2a2a;margin:48px 0 20px;line-height:1.3;border-bottom:2px solid #6F38DC;padding-bottom:12px}
.text-doc h3{font-size:24px;font-weight:600;color:#3a3a3a;margin:36px 0 16px;line-height:1.4}
.text-doc h4{font-size:20px;font-weight:600;color:#4a4a4a;margin:28px 0 14px;line-height:1.4}
.text-doc h5{font-size:18px;font-weight:600;color:#5a5a5a;margin:24px 0 12px;line-height:1.5}
.text-doc h6{font-size:16px;font-weight:600;color:#6a6a6a;margin:20px 0 10px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.text-doc p{font-size:16px;line-height:1.75;color:#444;margin:0 0 20px;text-align:justify}
.text-doc em,.text-doc i{font-style:italic;color:#555}
.text-doc a{color:#6F38DC;text-decoration:none;border-bottom:1px solid transparent;transition:all 400ms linear}
.text-doc a:hover{color:#017C39;border-bottom-color:#017C39}
.text-doc a:active{color:#B41616}
.text-doc table{width:100%;border-collapse:collapse;margin:32px 0;background:#fafafa;box-shadow:0 2px 8px #00000014}
.text-doc thead{background:linear-gradient(135deg,#6F38DC 0%,#017C39 100%)}
.text-doc thead tr{border:none}
.text-doc thead th{padding:16px 20px;text-align:left;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;border:none}
.text-doc tbody{background:#fff}
.text-doc tbody tr{border-bottom:1px solid #e8e8e8;transition:background 400ms linear}
.text-doc tbody tr:hover{background:#f5f5f5}
.text-doc tbody tr:last-child{border-bottom:none}
.text-doc td{padding:14px 20px;font-size:15px;line-height:1.6;color:#555;vertical-align:top}
.text-doc th{font-weight:600}
.text-doc div{margin:24px 0}
@media (max-width: 768px) {
.text-doc{margin:40px auto;padding:0 16px}
.text-doc h1{font-size:32px;margin:0 0 12px}
.text-doc h2{font-size:26px;margin:36px 0 16px;padding-bottom:10px}
.text-doc h3{font-size:22px;margin:28px 0 14px}
.text-doc h4{font-size:19px;margin:24px 0 12px}
.text-doc h5{font-size:17px;margin:20px 0 10px}
.text-doc h6{font-size:15px;margin:18px 0 10px}
.text-doc p{font-size:15px;line-height:1.7;margin:0 0 18px;text-align:left}
.text-doc table{margin:24px 0;font-size:14px}
.text-doc thead th{padding:12px 14px;font-size:13px}
.text-doc td{padding:10px 14px;font-size:14px}
.text-doc div{margin:20px 0}
}
@media (max-width: 480px) {
.text-doc{margin:30px auto;padding:0 12px}
.text-doc h1{font-size:28px}
.text-doc h2{font-size:24px;margin:32px 0 14px}
.text-doc h3{font-size:20px}
.text-doc table{display:block;overflow-x:auto}
.text-doc thead th,.text-doc td{padding:10px 12px;font-size:13px}
}
.hero-testimonials-v1{background:linear-gradient(135deg,#f8f5ff 0%,#fff 100%);padding:80px 20px;position:relative;overflow:hidden}
.hero-testimonials-v1::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#6f38dc14 0%,transparent 70%);border-radius:50%;pointer-events:none}
.hero-testimonials-v1 .hero-content-wrapper{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-testimonials-v1 .text-zone-v2{position:relative;z-index:2}
.hero-testimonials-v1 .main-headline-data{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.hero-testimonials-v1 .sub-description-v1{font-size:19px;line-height:1.6;color:#4a4a4a;margin:0 0 32px}
.hero-testimonials-v1 .cta-button-box{display:inline-block;background:linear-gradient(135deg,#6F38DC 0%,#8b5de8 100%);color:#fff;padding:16px 40px;border-radius:4px;text-decoration:none;font-size:17px;font-weight:600;transition:all 450ms linear;cursor:pointer;position:relative;z-index:10}
.hero-testimonials-v1 .cta-button-box:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6f38dc4d}
.hero-testimonials-v1 .image-zone-duotone{position:relative}
.hero-testimonials-v1 .duotone-img-v1{width:100%;height:400px;object-fit:cover;border-radius:6px;filter:contrast(1.1) saturate(0.8);box-shadow:0 12px 40px #0000001f}
.hero-testimonials-v1 .duotone-img-v1::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#6f38dc26 0%,#017c391a 100%);mix-blend-mode:multiply;pointer-events:none}
.reviews-grid-section-v2{padding:90px 20px;background:#fff}
.reviews-grid-section-v2 .section-container-data{max-width:1140px;margin:0 auto}
.reviews-grid-section-v2 .section-header-v3{text-align:center;margin-bottom:70px}
.reviews-grid-section-v2 .header-title-v1{font-size:38px;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.reviews-grid-section-v2 .header-subtitle-data{font-size:18px;color:#5a5a5a;margin:0;line-height:1.6}
.reviews-grid-section-v2 .reviews-grid-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.reviews-grid-section-v2 .review-card-box{background:#fafafa;padding:32px;border-radius:5px;border-left:4px solid #6F38DC;transition:all 500ms linear;position:relative}
.reviews-grid-section-v2 .review-card-box:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0000001a;border-left-color:#017C39}
.reviews-grid-section-v2 .review-card-box::before{content:'"';position:absolute;top:20px;left:24px;font-size:80px;color:#6f38dc1a;font-weight:700;line-height:1}
.reviews-grid-section-v2 .review-text-content{font-size:16px;line-height:1.7;color:#3a3a3a;margin:0 0 24px;position:relative;z-index:2}
.reviews-grid-section-v2 .reviewer-info-wrapper{display:flex;align-items:center;gap:16px}
.reviews-grid-section-v2 .reviewer-photo-v1{width:54px;height:54px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 12px #0000001a}
.reviews-grid-section-v2 .reviewer-details-v1{flex:1}
.reviews-grid-section-v2 .reviewer-name-v1{font-size:17px;font-weight:600;color:#1a1a1a;margin:0 0 4px}
.reviews-grid-section-v2 .reviewer-position-v1{font-size:14px;color:#6a6a6a;margin:0}
.reviews-grid-section-v2 .star-rating-v1{display:flex;gap:4px;margin-top:8px}
.reviews-grid-section-v2 .star-icon-v1{width:16px;height:16px;fill:#6F38DC}
.stats-showcase-v3{background:linear-gradient(205deg,#6F38DC 0%,#017C39 50%,#B41616 100%);padding:80px 20px;position:relative;overflow:hidden}
.stats-showcase-v3::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:#ffffff0d;border-radius:50%;pointer-events:none}
.stats-showcase-v3 .stats-container-v1{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.stats-showcase-v3 .stats-grid-layout{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}
.stats-showcase-v3 .stat-item-wrapper{text-align:center;padding:32px 20px;background:#ffffff1a;border-radius:4px;backdrop-filter:blur(10px);border:1px solid #fff3;transition:all 450ms linear}
.stats-showcase-v3 .stat-item-wrapper:hover{background:#ffffff26;transform:scale(1.05)}
.stats-showcase-v3 .stat-number-v1{font-size:52px;font-weight:700;color:#fff;margin:0 0 12px;line-height:1}
.stats-showcase-v3 .stat-label-v1{font-size:16px;color:#ffffffe6;margin:0;line-height:1.4}
.video-testimonial-section{padding:90px 20px;background:#f5f5f5;position:relative}
.video-testimonial-section .content-wrapper-v4{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:50px;align-items:center}
.video-testimonial-section .visual-area-v2{position:relative}
.video-testimonial-section .featured-image-v2{width:100%;height:480px;object-fit:cover;border-radius:5px;box-shadow:0 16px 48px #00000026}
.video-testimonial-section .content-area-v3{padding:40px;background:#fff;border-radius:5px;box-shadow:0 8px 24px #00000014;position:relative}
.video-testimonial-section .content-area-v3::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#6F38DC 0%,#017C39 100%);border-radius:5px 0 0 5px}
.video-testimonial-section .featured-title-v2{font-size:34px;color:#1a1a1a;margin:0 0 24px;font-weight:700;line-height:1.3}
.video-testimonial-section .featured-quote-v1{font-size:18px;line-height:1.7;color:#3a3a3a;margin:0 0 28px;font-style:italic}
.video-testimonial-section .author-info-v2{display:flex;align-items:center;gap:18px;padding-top:24px;border-top:2px solid #e5e5e5}
.video-testimonial-section .author-avatar-v1{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #6F38DC}
.video-testimonial-section .author-details-v2{flex:1}
.video-testimonial-section .author-name-v2{font-size:19px;font-weight:600;color:#1a1a1a;margin:0 0 6px}
.video-testimonial-section .author-role-v1{font-size:15px;color:#6a6a6a;margin:0}
.interactive-rating-section-v1{padding:90px 20px;background:#fff}
.interactive-rating-section-v1 .section-wrapper-v5{max-width:1140px;margin:0 auto}
.interactive-rating-section-v1 .section-heading-v2{text-align:center;margin-bottom:60px}
.interactive-rating-section-v1 .main-title-v3{font-size:38px;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.interactive-rating-section-v1 .subtitle-v2{font-size:18px;color:#5a5a5a;margin:0}
.interactive-rating-section-v1 .rating-filters-v1{display:flex;justify-content:center;gap:16px;margin-bottom:50px}
.interactive-rating-section-v1 .filter-radio-v1{display:none}
.interactive-rating-section-v1 .filter-label-v1{padding:12px 28px;background:#f0f0f0;border-radius:4px;cursor:pointer;font-size:16px;color:#4a4a4a;transition:all 400ms linear;border:2px solid transparent}
.interactive-rating-section-v1 .filter-label-v1:hover{background:#e5e5e5;border-color:#6F38DC}
.interactive-rating-section-v1 .filter-radio-v1:checked + .filter-label-v1{background:linear-gradient(135deg,#6F38DC 0%,#8b5de8 100%);color:#fff;border-color:#6F38DC;box-shadow:0 6px 16px #6f38dc4d}
.interactive-rating-section-v1 .rating-display-v1{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.interactive-rating-section-v1 .rating-card-v2{background:linear-gradient(135deg,#fafafa 0%,#f5f5f5 100%);padding:36px;border-radius:6px;border:2px solid #e5e5e5;transition:all 500ms linear;opacity:.4;transform:scale(0.95);pointer-events:none}
.interactive-rating-section-v1 #all-reviews-v1:checked ~ .rating-display-v1 .rating-card-v2,.interactive-rating-section-v1 #cinco-stars-v1:checked ~ .rating-display-v1 .rating-card-v2[data-rating="5"],.interactive-rating-section-v1 #four-stars-v1:checked ~ .rating-display-v1 .rating-card-v2[data-rating="4"]{opacity:1;transform:scale(1);pointer-events:auto}
.interactive-rating-section-v1 .rating-card-v2:hover{border-color:#6F38DC;box-shadow:0 12px 32px #0000001a}
.interactive-rating-section-v1 .card-header-v1{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.interactive-rating-section-v1 .reviewer-name-v2{font-size:19px;font-weight:600;color:#1a1a1a;margin:0}
.interactive-rating-section-v1 .stars-wrapper-v1{display:flex;gap:3px}
.interactive-rating-section-v1 .star-svg-v1{width:18px;height:18px;fill:#6F38DC}
.interactive-rating-section-v1 .review-text-v2{font-size:16px;line-height:1.7;color:#3a3a3a;margin:0 0 20px}
.interactive-rating-section-v1 .review-meta-v1{font-size:14px;color:#7a7a7a;margin:0}
@media (max-width: 968px) {
.hero-testimonials-v1 .hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.hero-testimonials-v1 .main-headline-data{font-size:36px}
.reviews-grid-section-v2 .reviews-grid-v1{grid-template-columns:repeat(2,1fr);gap:24px}
.stats-showcase-v3 .stats-grid-layout{grid-template-columns:repeat(2,1fr);gap:24px}
.video-testimonial-section .content-wrapper-v4{grid-template-columns:1fr}
.interactive-rating-section-v1 .rating-display-v1{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.hero-testimonials-v1{padding:60px 20px}
.hero-testimonials-v1 .main-headline-data{font-size:28px}
.hero-testimonials-v1 .sub-description-v1{font-size:17px}
.reviews-grid-section-v2 .reviews-grid-v1{grid-template-columns:1fr}
.reviews-grid-section-v2 .header-title-v1{font-size:28px}
.stats-showcase-v3 .stats-grid-layout{grid-template-columns:1fr}
.stats-showcase-v3 .stat-number-v1{font-size:40px}
.video-testimonial-section .featured-title-v2{font-size:26px}
.interactive-rating-section-v1 .rating-filters-v1{flex-wrap:wrap}
.interactive-rating-section-v1 .filter-label-v1{font-size:14px;padding:10px 20px}
}
.intro-wrapper-v1{background:linear-gradient(205deg,#6f38dc14 0%,#017c390f 50%,#b416160a 100%);padding:85px 20px 70px;position:relative;overflow:hidden}
.intro-wrapper-v1::before{content:'';position:absolute;top:-120px;right:-80px;width:340px;height:340px;background:radial-gradient(circle,#6f38dc26,transparent 70%);border-radius:50%;animation:floating-v2 18s ease-in-out infinite}
@keyframes floating-v2 {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-25px,30px) scale(1.08)}
}
.intro-wrapper-v1::after{content:'';position:absolute;bottom:-90px;left:-60px;width:280px;height:280px;background:radial-gradient(circle,#017c391f,transparent 70%);border-radius:50%;animation:floating-v2 22s ease-in-out infinite reverse}
.hero-inner-box{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;position:relative;z-index:2}
.hero-text-data{display:flex;flex-direction:column;gap:22px}
.hero-label-v1{font-size:15px;color:#6F38DC;font-weight:600;letter-spacing:.8px;text-transform:uppercase}
.hero-main-heading{font-size:46px;line-height:1.18;color:#1a1a1a;font-weight:700;margin:0}
.hero-description-v2{font-size:17px;line-height:1.65;color:#4a4a4a;margin:0}
.hero-action-set{display:flex;gap:18px;margin-top:12px}
.button-primary-v1{background:linear-gradient(135deg,#6F38DC 0%,#5828b8 100%);color:#fff;padding:16px 36px;border-radius:4px;text-decoration:none;font-size:16px;font-weight:600;transition:all 480ms linear;border:none;cursor:pointer;display:inline-block;box-shadow:0 4px 12px #6f38dc40}
.button-primary-v1:hover{box-shadow:0 8px 20px #6f38dc59;transform:translateY(-2px)}
.button-secondary-v3{background:transparent;color:#017C39;padding:16px 36px;border:2px solid #017C39;border-radius:4px;text-decoration:none;font-size:16px;font-weight:600;transition:all 480ms linear;cursor:pointer;display:inline-block}
.button-secondary-v3:hover{background:#017C39;color:#fff}
.hero-visual-box{position:relative}
.hero-visual-box img{width:100%;height:auto;border-radius:6px;box-shadow:0 12px 36px #0000001f;animation:subtle-pulse-v1 6s ease-in-out infinite}
@keyframes subtle-pulse-v1 {
0%,100%{transform:scale(1)}
50%{transform:scale(1.02)}
}
.pathway-wrapper-v2{padding:90px 20px;background:#fafbfc;position:relative}
.pathway-container-v1{max-width:1140px;margin:0 auto}
.pathway-header-v1{text-align:center;margin-bottom:65px}
.pathway-header-v1 h2{font-size:38px;color:#1a1a1a;margin:0 0 18px;font-weight:700}
.pathway-header-v1 p{font-size:17px;color:#5a5a5a;line-height:1.7;max-width:720px;margin:0 auto}
.stage-grid-v3{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.stage-card-v2{background:#fff;padding:36px 28px;border-radius:5px;border-left:4px solid;transition:all 520ms linear;box-shadow:0 2px 8px #0000000f}
.stage-card-v2:nth-child(1){border-left-color:#6F38DC}
.stage-card-v2:nth-child(2){border-left-color:#017C39}
.stage-card-v2:nth-child(3){border-left-color:#B41616}
.stage-card-v2:nth-child(4){border-left-color:#6F38DC}
.stage-card-v2:hover{transform:translateY(-6px);box-shadow:0 10px 24px #0000001f}
.stage-number-v1{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#fff;margin-bottom:22px}
.stage-card-v2:nth-child(1) .stage-number-v1{background:linear-gradient(135deg,#6F38DC,#5828b8)}
.stage-card-v2:nth-child(2) .stage-number-v1{background:linear-gradient(135deg,#017C39,#015c2b)}
.stage-card-v2:nth-child(3) .stage-number-v1{background:linear-gradient(135deg,#B41616,#8c1111)}
.stage-card-v2:nth-child(4) .stage-number-v1{background:linear-gradient(135deg,#6F38DC,#5828b8)}
.stage-card-v2 h3{font-size:20px;color:#1a1a1a;margin:0 0 14px;font-weight:700}
.stage-card-v2 p{font-size:15px;color:#5a5a5a;line-height:1.6;margin:0}
.audience-section-v1{padding:85px 20px;background:linear-gradient(165deg,#6f38dc0a 0%,#017c3908 100%)}
.audience-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:45% 1fr;gap:70px;align-items:center}
.audience-visual-v1 img{width:100%;height:auto;border-radius:5px;box-shadow:0 8px 24px #0000001a}
.audience-content-v2 h2{font-size:36px;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.audience-content-v2 p{font-size:16px;color:#4a4a4a;line-height:1.7;margin:0 0 32px}
.profile-list-v3{display:flex;flex-direction:column;gap:18px}
.profile-item-v2{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#fff;border-radius:4px;transition:all 460ms linear;border-left:3px solid transparent}
.profile-item-v2:hover{border-left-color:#6F38DC;box-shadow:0 6px 18px #00000014;transform:translateX(6px)}
.profile-icon-v1{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#6F38DC,#5828b8);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:20px}
.profile-text-v1 h4{font-size:18px;color:#1a1a1a;margin:0 0 8px;font-weight:600}
.profile-text-v1 p{font-size:15px;color:#5a5a5a;line-height:1.55;margin:0}
.mechanics-wrapper{padding:95px 20px;background:#fff}
.mechanics-inner{max-width:1140px;margin:0 auto}
.mechanics-header-v2{text-align:center;margin-bottom:70px}
.mechanics-header-v2 h2{font-size:38px;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.mechanics-header-v2 p{font-size:17px;color:#5a5a5a;line-height:1.65;max-width:680px;margin:0 auto}
.mechanics-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.mechanic-box-v1{background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);padding:42px 32px;border-radius:6px;border:2px solid #e8e8e8;transition:all 500ms linear;position:relative;overflow:hidden}
.mechanic-box-v1::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#6F38DC,#017C39,#B41616);transform:scaleX(0);transition:all 500ms linear;transform-origin:left}
.mechanic-box-v1:hover::before{transform:scaleX(1)}
.mechanic-box-v1:hover{border-color:#6F38DC;box-shadow:0 12px 32px #6f38dc26;transform:translateY(-8px)}
.mechanic-icon-v2{width:58px;height:58px;border-radius:4px;background:linear-gradient(135deg,#6F38DC,#017C39);display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#fff;font-size:26px}
.mechanic-box-v1 h3{font-size:21px;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.mechanic-box-v1 p{font-size:15px;color:#5a5a5a;line-height:1.65;margin:0}
.flexibility-section-v3{padding:85px 20px;background:linear-gradient(195deg,#b416160a 0%,#6f38dc0d 100%)}
.flexibility-container-v1{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 48%;gap:65px;align-items:center}
.flexibility-content-v1 h2{font-size:37px;color:#1a1a1a;margin:0 0 26px;font-weight:700}
.flexibility-content-v1 p{font-size:16px;color:#4a4a4a;line-height:1.7;margin:0 0 28px}
.feature-checks-v1{display:flex;flex-direction:column;gap:16px}
.check-item-v2{display:flex;align-items:center;gap:14px;padding:16px 20px;background:#fff;border-radius:4px;transition:all 440ms linear;border-left:3px solid transparent}
.check-item-v2:hover{border-left-color:#017C39;box-shadow:0 4px 14px #00000012}
.check-icon-v1{width:28px;height:28px;border-radius:50%;background:#017C39;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px}
.check-item-v2 span{font-size:16px;color:#2a2a2a;font-weight:500}
.flexibility-visual-v1 img{width:100%;height:auto;border-radius:5px;box-shadow:0 10px 28px #0000001c}
.outcomes-wrapper-v1{padding:90px 20px;background:#fff}
.outcomes-inner-v2{max-width:1140px;margin:0 auto}
.outcomes-title-v1{text-align:center;margin-bottom:68px}
.outcomes-title-v1 h2{font-size:38px;color:#1a1a1a;margin:0 0 22px;font-weight:700}
.outcomes-title-v1 p{font-size:17px;color:#5a5a5a;line-height:1.7;max-width:740px;margin:0 auto}
.outcome-cards-v3{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:48px}
.outcome-card-v1{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:38px 34px;border-radius:5px;border:2px solid #e5e5e5;transition:all 520ms linear;position:relative}
.outcome-card-v1::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#6F38DC,#017C39);transform:scaleX(0);transition:all 520ms linear;transform-origin:left}
.outcome-card-v1:hover::after{transform:scaleX(1)}
.outcome-card-v1:hover{border-color:#6F38DC;box-shadow:0 14px 36px #6f38dc24;transform:translateY(-6px)}
.outcome-number-v2{display:inline-block;padding:8px 16px;background:linear-gradient(135deg,#6F38DC,#5828b8);color:#fff;font-size:14px;font-weight:700;border-radius:20px;margin-bottom:20px}
.outcome-card-v1 h3{font-size:22px;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.outcome-card-v1 p{font-size:15px;color:#5a5a5a;line-height:1.65;margin:0}
.outcome-action-v1{text-align:center}
.testimonials-section-v2{padding:85px 20px;background:linear-gradient(180deg,#017c3908 0%,#6f38dc0a 100%)}
.testimonials-container-v1{max-width:1140px;margin:0 auto}
.testimonials-header-v3{text-align:center;margin-bottom:62px}
.testimonials-header-v3 h2{font-size:38px;color:#1a1a1a;margin:0 0 18px;font-weight:700}
.testimonials-header-v3 p{font-size:17px;color:#5a5a5a;line-height:1.65}
.testimonial-grid-v1{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.testimonial-card-v3{background:#fff;padding:40px 36px;border-radius:6px;box-shadow:0 4px 16px #0000000f;transition:all 480ms linear;border-top:4px solid transparent}
.testimonial-card-v3:nth-child(1){border-top-color:#6F38DC}
.testimonial-card-v3:nth-child(2){border-top-color:#017C39}
.testimonial-card-v3:hover{box-shadow:0 12px 32px #0000001f;transform:translateY(-6px)}
.testimonial-text-v2{font-size:16px;color:#3a3a3a;line-height:1.7;margin:0 0 28px;font-style:italic}
.testimonial-author-v2{display:flex;align-items:center;gap:18px}
.author-photo-v1{width:58px;height:58px;border-radius:50%;object-fit:cover;border:3px solid #f0f0f0}
.author-info-v1 h4{font-size:18px;color:#1a1a1a;margin:0 0 6px;font-weight:600}
.author-info-v1 p{font-size:14px;color:#6a6a6a;margin:0}
@media (max-width: 1024px) {
.hero-inner-box{grid-template-columns:1fr;gap:45px}
.stage-grid-v3{grid-template-columns:repeat(2,1fr)}
.audience-container{grid-template-columns:1fr;gap:50px}
.mechanics-grid-v2{grid-template-columns:1fr}
.flexibility-container-v1{grid-template-columns:1fr;gap:50px}
.outcome-cards-v3{grid-template-columns:1fr}
.testimonial-grid-v1{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.intro-wrapper-v1{padding:60px 20px 50px}
.hero-main-heading{font-size:34px}
.hero-action-set{flex-direction:column}
.button-primary-v1,.button-secondary-v3{width:100%;text-align:center}
.stage-grid-v3{grid-template-columns:1fr}
.pathway-wrapper-v2,.audience-section-v1,.mechanics-wrapper,.flexibility-section-v3,.outcomes-wrapper-v1,.testimonials-section-v2{padding:60px 20px}
.pathway-header-v1 h2,.mechanics-header-v2 h2,.outcomes-title-v1 h2,.testimonials-header-v3 h2{font-size:30px}
.audience-content-v2 h2,.flexibility-content-v1 h2{font-size:30px}
}
.connect-hero-v1{background:linear-gradient(205deg,#6F38DC 0%,#017C39 50%,#B41616 100%);padding:90px 25px 85px;position:relative;overflow:hidden}
.connect-hero-v1::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff0d;clip-path:polygon(0 0,100% 0,100% 65%,0 85%)}
.hero-wrapper-box{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.hero-wrapper-box .title-display-v2{font-size:52px;line-height:1.15;color:#fff;margin:0 0 18px;font-weight:700;letter-spacing:-.5px}
.hero-wrapper-box .subtitle-line-v1{font-size:19px;line-height:1.6;color:#ffffffeb;max-width:680px}
.contact-process-stage-v1{background:#fefefe;padding:85px 25px}
.process-container-v2{max-width:1140px;margin:0 auto}
.process-container-v2 .heading-text-v3{font-size:38px;color:#1a1a1a;margin:0 0 48px;text-align:center;font-weight:600;position:relative;padding-bottom:22px}
.process-container-v2 .heading-text-v3::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:90px;height:4px;background:linear-gradient(90deg,#6F38DC,#017C39);border-radius:3px}
.step-grid-layout-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:65px}
.step-card-element-v2{background:#fff;border:2px solid #e8e8e8;border-radius:6px;padding:38px 28px;position:relative;transition:all 450ms linear}
.step-card-element-v2:hover{border-color:#6F38DC;box-shadow:0 8px 20px #6f38dc1f;transform:translateY(-4px)}
.step-number-indicator-v1{position:absolute;top:-18px;left:28px;width:44px;height:44px;background:linear-gradient(135deg,#6F38DC,#017C39);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 4px 12px #6f38dc40}
.step-card-element-v2 h3{font-size:22px;color:#2a2a2a;margin:12px 0 14px;font-weight:600}
.step-card-element-v2 p{font-size:16px;line-height:1.65;color:#5a5a5a;margin:0}
.contact-form-wrapper-v3{max-width:720px;margin:0 auto;background:#fff;padding:52px 48px 56px;border-radius:6px;box-shadow:0 6px 24px #00000014}
.form-step-container-v1{display:none}
.form-step-container-v1.active-step-v1{display:block}
.step-heading-label-v2{font-size:26px;color:#2a2a2a;margin:0 0 8px;font-weight:600}
.step-subtext-v1{font-size:15px;color:#6a6a6a;margin:0 0 32px;line-height:1.5}
.input-group-wrapper-v2{margin-bottom:28px}
.input-group-wrapper-v2 label{display:block;font-size:15px;color:#3a3a3a;margin-bottom:9px;font-weight:500}
.input-group-wrapper-v2 input{width:100%;padding:14px 18px;font-size:16px;border:2px solid #d8d8d8;border-radius:4px;background:#fafafa;transition:all 400ms linear;box-sizing:border-box}
.input-group-wrapper-v2 input:focus{outline:none;border-color:#6F38DC;background:#fff;box-shadow:0 0 0 3px #6f38dc1a}
.name-fields-grid-v1{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:28px}
.button-navigation-row-v1{display:flex;justify-content:space-between;align-items:center;margin-top:38px;gap:18px}
.nav-button-element-v2{padding:13px 32px;font-size:16px;border-radius:4px;cursor:pointer;transition:all 450ms linear;font-weight:500;border:none;z-index:10}
.button-prev-style-v1{background:#e8e8e8;color:#4a4a4a}
.button-prev-style-v1:hover{background:#d2d2d2;transform:translateX(-3px)}
.button-next-style-v1{background:linear-gradient(135deg,#6F38DC,#017C39);color:#fff}
.button-next-style-v1:hover{box-shadow:0 6px 18px #6f38dc59;transform:translateY(-2px)}
.privacy-consent-block-v1{margin:32px 0 0;display:flex;align-items:flex-start;gap:12px}
.privacy-consent-block-v1 input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.privacy-consent-block-v1 label{font-size:14px;color:#5a5a5a;line-height:1.6;cursor:pointer}
.privacy-consent-block-v1 a{color:#6F38DC;text-decoration:none;font-weight:500;transition:color 400ms linear}
.privacy-consent-block-v1 a:hover{color:#017C39}
.submit-button-final-v1{width:100%;padding:16px 32px;font-size:18px;background:linear-gradient(135deg,#017C39,#6F38DC);color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600;transition:all 500ms linear;margin-top:24px;z-index:10}
.submit-button-final-v1:hover{box-shadow:0 8px 22px #017c3966;transform:translateY(-3px)}
.step-indicator-display-v1{display:flex;justify-content:center;gap:12px;margin-bottom:38px}
.step-dot-visual-v1{width:12px;height:12px;background:#d8d8d8;border-radius:50%;transition:all 400ms linear}
.step-dot-visual-v1.active-dot-v1{background:linear-gradient(135deg,#6F38DC,#017C39);width:36px;border-radius:6px}
.info-details-section-v2{background:linear-gradient(180deg,#fefefe 0%,#f5f5f5 100%);padding:75px 25px}
.info-layout-container-v1{max-width:1140px;margin:0 auto}
.info-layout-container-v1 h2{font-size:36px;color:#2a2a2a;margin:0 0 42px;text-align:center;font-weight:600}
.contact-methods-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.method-card-box-v1{background:#fff;padding:42px 32px;border-radius:6px;text-align:center;box-shadow:0 4px 16px #0000000f;transition:all 450ms linear;border:2px solid transparent}
.method-card-box-v1:hover{border-color:#017C39;box-shadow:0 8px 24px #017c3926;transform:translateY(-5px)}
.icon-holder-v3{width:68px;height:68px;background:linear-gradient(135deg,#6F38DC,#B41616);border-radius:50%;margin:0 auto 22px;display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff;box-shadow:0 4px 14px #6f38dc40}
.method-card-box-v1 h3{font-size:20px;color:#2a2a2a;margin:0 0 12px;font-weight:600}
.method-card-box-v1 p{font-size:16px;color:#5a5a5a;margin:0 0 6px;line-height:1.55}
.method-card-box-v1 a{color:#6F38DC;text-decoration:none;font-weight:500;transition:color 400ms linear}
.method-card-box-v1 a:hover{color:#017C39}
.address-text-display-v1{font-size:16px;color:#5a5a5a;line-height:1.65;margin:0}
@media (max-width: 968px) {
.hero-wrapper-box .title-display-v2{font-size:42px}
.step-grid-layout-v1{grid-template-columns:1fr;gap:45px}
.contact-methods-grid-v2{grid-template-columns:1fr;gap:28px}
.contact-form-wrapper-v3{padding:42px 32px 46px}
}
@media (max-width: 640px) {
.connect-hero-v1{padding:65px 20px 60px}
.hero-wrapper-box .title-display-v2{font-size:34px}
.hero-wrapper-box .subtitle-line-v1{font-size:17px}
.process-container-v2 .heading-text-v3{font-size:30px}
.name-fields-grid-v1{grid-template-columns:1fr;gap:28px}
.contact-form-wrapper-v3{padding:32px 24px 36px}
.button-navigation-row-v1{flex-direction:column;gap:14px}
.nav-button-element-v2{width:100%}
.info-layout-container-v1 h2{font-size:28px}
}
.title-block-wrapper{background:linear-gradient(145deg,#f8f6fc 0%,#fff 100%);padding:0;margin:0 auto;max-width:1140px}
.title-block-wrapper .image-box-v2{width:100%;max-width:920px;margin:0 auto;padding:60px 20px 0;position:relative}
.title-block-wrapper .image-box-v2 img{width:100%;height:440px;object-fit:cover;clip-path:polygon(8% 0%,100% 0%,92% 100%,0% 100%);display:block}
.title-block-wrapper .text-content-box{text-align:center;padding:48px 24px 72px;max-width:780px;margin:0 auto}
.title-block-wrapper .text-content-box h1{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.title-block-wrapper .text-content-box .btn-group-v1{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:32px}
.title-block-wrapper .text-content-box .btn-group-v1 .btn-primary-v2{background:linear-gradient(135deg,#6F38DC 0%,#8654e8 100%);color:#fff;padding:14px 32px;border-radius:4px;text-decoration:none;font-size:16px;font-weight:600;transition:all 450ms linear;display:inline-block;border:none;cursor:pointer;position:relative;z-index:10}
.title-block-wrapper .text-content-box .btn-group-v1 .btn-primary-v2:hover{transform:translateY(-2px);box-shadow:0 6px 18px #6f38dc59}
.title-block-wrapper .text-content-box .btn-group-v1 .btn-secondary-v1{background:transparent;color:#017C39;padding:14px 32px;border-radius:4px;text-decoration:none;font-size:16px;font-weight:600;border:2px solid #017C39;transition:all 500ms linear;display:inline-block;cursor:pointer;position:relative;z-index:10}
.title-block-wrapper .text-content-box .btn-group-v1 .btn-secondary-v1:hover{background:#017C39;color:#fff}
.story-section-v3{background:#fff;padding:80px 0;margin:0}
.story-section-v3 .content-wrapper-main{max-width:1140px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.story-section-v3 .left-column-data{display:flex;flex-direction:column;gap:28px}
.story-section-v3 .left-column-data h2{font-size:36px;line-height:1.3;color:#1a1a1a;margin:0 0 12px;font-weight:700;position:relative}
.story-section-v3 .left-column-data h2::before{content:'';position:absolute;left:-20px;top:8px;width:4px;height:36px;background:linear-gradient(180deg,#6F38DC 0%,#017C39 100%);border-radius:2px}
.story-section-v3 .left-column-data .text-block-v1{font-size:17px;line-height:1.7;color:#2d2d2d;margin:0}
.story-section-v3 .right-column-data{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.story-section-v3 .right-column-data .stat-card-v2{background:linear-gradient(135deg,#fafafa 0%,#f4f4f4 100%);padding:32px 24px;border-radius:6px;border-left:3px solid #6F38DC;transition:all 500ms linear}
.story-section-v3 .right-column-data .stat-card-v2:nth-child(2){border-left-color:#017C39}
.story-section-v3 .right-column-data .stat-card-v2:nth-child(3){border-left-color:#B41616}
.story-section-v3 .right-column-data .stat-card-v2:nth-child(4){border-left-color:#6F38DC}
.story-section-v3 .right-column-data .stat-card-v2:hover{transform:translateX(4px);box-shadow:0 8px 20px #00000014}
.story-section-v3 .right-column-data .stat-card-v2 .number-display-v1{font-size:44px;font-weight:700;color:#1a1a1a;margin:0 0 8px;line-height:1}
.story-section-v3 .right-column-data .stat-card-v2 .label-text-v1{font-size:15px;color:#4a4a4a;margin:0;line-height:1.4}
.team-showcase-v1{background:linear-gradient(165deg,#f9f7fd 0%,#fff 50%,#f4fcf7 100%);padding:88px 0 96px;margin:0;position:relative}
.team-showcase-v1::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#e0e0e0 50%,transparent 100%)}
.team-showcase-v1 .container-box{max-width:1140px;margin:0 auto;padding:0 24px}
.team-showcase-v1 .header-box-v3{text-align:center;margin-bottom:56px}
.team-showcase-v1 .header-box-v3 h2{font-size:38px;line-height:1.25;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.team-showcase-v1 .header-box-v3 .description-text-v2{font-size:18px;line-height:1.6;color:#3a3a3a;margin:0;max-width:720px;margin-left:auto;margin-right:auto}
.team-showcase-v1 .team-grid-v1{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:48px}
.team-showcase-v1 .team-grid-v1 .member-card-v3{display:grid;grid-template-columns:180px 1fr;gap:28px;background:#fff;padding:28px;border-radius:5px;box-shadow:0 4px 16px #0000000f;transition:all 550ms linear;align-items:start}
.team-showcase-v1 .team-grid-v1 .member-card-v3:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-3px)}
.team-showcase-v1 .team-grid-v1 .member-card-v3 .image-wrapper-v1{width:180px;height:180px;border-radius:3px;overflow:hidden;position:relative}
.team-showcase-v1 .team-grid-v1 .member-card-v3 .image-wrapper-v1::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid #6f38dc33;border-radius:3px;pointer-events:none}
.team-showcase-v1 .team-grid-v1 .member-card-v3 .image-wrapper-v1 img{width:100%;height:100%;object-fit:cover;display:block}
.team-showcase-v1 .team-grid-v1 .member-card-v3 .info-box-v1{display:flex;flex-direction:column;gap:12px;padding-top:8px}
.team-showcase-v1 .team-grid-v1 .member-card-v3 .info-box-v1 h3{font-size:24px;color:#1a1a1a;margin:0;font-weight:700;line-height:1.2}
.team-showcase-v1 .team-grid-v1 .member-card-v3 .info-box-v1 .role-badge-v1{display:inline-block;background:linear-gradient(120deg,#6F38DC 0%,#8654e8 100%);color:#fff;padding:6px 14px;border-radius:3px;font-size:13px;font-weight:600;align-self:flex-start}
.team-showcase-v1 .team-grid-v1 .member-card-v3:nth-child(2) .info-box-v1 .role-badge-v1{background:linear-gradient(120deg,#017C39 0%,#02a04d 100%)}
.team-showcase-v1 .team-grid-v1 .member-card-v3 .info-box-v1 .bio-text-v1{font-size:16px;line-height:1.65;color:#3d3d3d;margin:0}
.team-showcase-v1 .value-grid-v2{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:960px;margin:0 auto}
.team-showcase-v1 .value-grid-v2 .value-item-v1{background:#fff;padding:24px 20px;border-radius:4px;text-align:center;border-top:3px solid #6F38DC;transition:all 480ms linear}
.team-showcase-v1 .value-grid-v2 .value-item-v1:nth-child(2){border-top-color:#017C39}
.team-showcase-v1 .value-grid-v2 .value-item-v1:nth-child(3){border-top-color:#B41616}
.team-showcase-v1 .value-grid-v2 .value-item-v1:nth-child(4){border-top-color:#6F38DC}
.team-showcase-v1 .value-grid-v2 .value-item-v1:hover{transform:translateY(-4px);box-shadow:0 10px 22px #0000001a}
.team-showcase-v1 .value-grid-v2 .value-item-v1 .icon-wrapper-v2{width:52px;height:52px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f0ff 0%,#e8ddff 100%);border-radius:50%}
.team-showcase-v1 .value-grid-v2 .value-item-v1:nth-child(2) .icon-wrapper-v2{background:linear-gradient(135deg,#e6f7ee 0%,#d1f0de 100%)}
.team-showcase-v1 .value-grid-v2 .value-item-v1:nth-child(3) .icon-wrapper-v2{background:linear-gradient(135deg,#ffe6e6 0%,#ffd4d4 100%)}
.team-showcase-v1 .value-grid-v2 .value-item-v1:nth-child(4) .icon-wrapper-v2{background:linear-gradient(135deg,#f5f0ff 0%,#e8ddff 100%)}
.team-showcase-v1 .value-grid-v2 .value-item-v1 .icon-wrapper-v2 .jam{font-size:26px;color:#6F38DC}
.team-showcase-v1 .value-grid-v2 .value-item-v1:nth-child(2) .icon-wrapper-v2 .jam{color:#017C39}
.team-showcase-v1 .value-grid-v2 .value-item-v1:nth-child(3) .icon-wrapper-v2 .jam{color:#B41616}
.team-showcase-v1 .value-grid-v2 .value-item-v1:nth-child(4) .icon-wrapper-v2 .jam{color:#6F38DC}
.team-showcase-v1 .value-grid-v2 .value-item-v1 h4{font-size:17px;color:#1a1a1a;margin:0 0 8px;font-weight:600}
.team-showcase-v1 .value-grid-v2 .value-item-v1 .value-desc-v1{font-size:14px;line-height:1.5;color:#4d4d4d;margin:0}
@media (max-width: 768px) {
.title-block-wrapper .image-box-v2{padding:40px 16px 0}
.title-block-wrapper .image-box-v2 img{height:320px;clip-path:polygon(5% 0%,100% 0%,95% 100%,0% 100%)}
.title-block-wrapper .text-content-box{padding:36px 20px 56px}
.title-block-wrapper .text-content-box h1{font-size:32px}
.title-block-wrapper .text-content-box .btn-group-v1{flex-direction:column;align-items:stretch}
.title-block-wrapper .text-content-box .btn-group-v1 .btn-primary-v2,.title-block-wrapper .text-content-box .btn-group-v1 .btn-secondary-v1{width:100%;text-align:center}
.story-section-v3{padding:56px 0}
.story-section-v3 .content-wrapper-main{grid-template-columns:1fr;gap:44px;padding:0 20px}
.story-section-v3 .left-column-data h2{font-size:28px}
.story-section-v3 .left-column-data h2::before{left:-12px;height:28px}
.story-section-v3 .right-column-data{grid-template-columns:1fr}
.team-showcase-v1{padding:64px 0 72px}
.team-showcase-v1 .container-box{padding:0 20px}
.team-showcase-v1 .header-box-v3{margin-bottom:40px}
.team-showcase-v1 .header-box-v3 h2{font-size:30px}
.team-showcase-v1 .header-box-v3 .description-text-v2{font-size:16px}
.team-showcase-v1 .team-grid-v1{grid-template-columns:1fr;gap:32px}
.team-showcase-v1 .team-grid-v1 .member-card-v3{grid-template-columns:1fr;gap:20px;padding:24px}
.team-showcase-v1 .team-grid-v1 .member-card-v3 .image-wrapper-v1{width:100%;height:240px;margin:0 auto}
.team-showcase-v1 .value-grid-v2{grid-template-columns:1fr;gap:16px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.title-block-wrapper .image-box-v2 img{height:380px}
.story-section-v3 .content-wrapper-main{gap:48px}
.story-section-v3 .left-column-data h2{font-size:32px}
.team-showcase-v1 .team-grid-v1{gap:32px}
.team-showcase-v1 .value-grid-v2{grid-template-columns:repeat(2,1fr)}
}
.title-wrapper-v1{max-width:1140px;margin:80px auto 0;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.text-container-v1{padding-right:40px}
.main-title-v1{font-size:48px;line-height:1.2;margin:0 0 24px;color:#1a1a1a;font-weight:700}
.main-title-v1 .highlight-term-v1{color:#6F38DC;position:relative;display:inline-block}
.main-title-v1 .highlight-term-v1::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#6F38DC 0%,#017C39 100%)}
.title-description-v1{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0}
.image-container-v1{position:relative;border:2px solid #e0e0e0;padding:12px;background:#fafafa}
.image-container-v1::before{content:'';position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;border:1px solid #d0d0d0;pointer-events:none}
.main-image-v1{width:100%;height:400px;object-fit:cover;display:block;filter:contrast(1.05) brightness(0.98)}
.program-structure-box{max-width:1140px;margin:120px auto 0;padding:0 20px}
.structure-header-box{text-align:center;margin-bottom:60px}
.structure-title-v2{font-size:38px;line-height:1.3;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.structure-subtitle-v2{font-size:17px;line-height:1.6;color:#5a5a5a;max-width:720px;margin:0 auto}
.modules-grid-data{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.module-card-v1{background:linear-gradient(135deg,#fafafa 0%,#fff 100%);border:2px solid #e8e8e8;padding:36px 28px;border-radius:4px;position:relative;transition:all 500ms linear}
.module-card-v1:hover{transform:translateY(-4px);box-shadow:0 8px 16px #6f38dc1f;border-color:#6F38DC}
.module-number-v1{font-size:14px;font-weight:700;color:#6F38DC;margin:0 0 12px;letter-spacing:1px}
.module-name-v1{font-size:22px;line-height:1.3;color:#2a2a2a;margin:0 0 16px;font-weight:600}
.module-desc-v1{font-size:15px;line-height:1.6;color:#5a5a5a;margin:0 0 20px}
.module-topics-v1{list-style:none;padding:0;margin:0}
.module-topics-v1 li{font-size:14px;color:#4a4a4a;padding-left:20px;margin-bottom:8px;position:relative;line-height:1.5}
.module-topics-v1 li::before{content:'';position:absolute;left:0;top:7px;width:6px;height:6px;background:#017C39;border-radius:50%}
.skills-outcome-wrapper{max-width:1140px;margin:120px auto 0;padding:0 20px;background:linear-gradient(180deg,#f9f9f9 0%,#fff 100%);border-top:3px solid #6F38DC;padding:60px 40px}
.skills-header-v3{margin-bottom:48px}
.skills-title-v3{font-size:36px;line-height:1.3;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.skills-title-v3::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#6F38DC 0%,#017C39 100%);margin-bottom:20px}
.skills-intro-v3{font-size:17px;line-height:1.7;color:#4a4a4a;max-width:880px}
.skills-display-data{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.skill-category-v1{background:#fff;padding:32px;border-left:4px solid #017C39;box-shadow:0 2px 8px #0000000f}
.category-name-v1{font-size:24px;color:#2a2a2a;margin:0 0 24px;font-weight:600}
.skill-list-v1{list-style:none;padding:0;margin:0}
.skill-list-v1 li{font-size:15px;line-height:1.6;color:#4a4a4a;margin-bottom:12px;padding-left:28px;position:relative}
.skill-list-v1 li::before{content:'→';position:absolute;left:0;color:#6F38DC;font-weight:700}
.instructors-section-box{max-width:1140px;margin:120px auto 0;padding:0 20px}
.instructors-intro-wrapper{display:grid;grid-template-columns:2fr 3fr;gap:60px;align-items:start;margin-bottom:60px}
.intro-content-v2{position:relative}
.intro-title-v2{font-size:40px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.intro-text-v2{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0}
.intro-image-v2{position:relative;overflow:hidden;border-radius:3px;box-shadow:0 4px 12px #00000014}
.intro-image-v2 img{width:100%;height:420px;object-fit:cover;display:block}
.instructors-profiles-data{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.profile-card-v2{background:#fafafa;border:1px solid #e0e0e0;padding:0;overflow:hidden;transition:all 500ms linear;border-radius:2px}
.profile-card-v2:hover{box-shadow:0 6px 18px #6f38dc26;border-color:#6F38DC}
.profile-image-v2{width:100%;height:280px;object-fit:cover;display:block}
.profile-info-v2{padding:28px}
.profile-name-v2{font-size:22px;color:#2a2a2a;margin:0 0 8px;font-weight:600}
.profile-role-v2{font-size:15px;color:#6F38DC;margin:0 0 16px;font-weight:500}
.profile-bio-v2{font-size:15px;line-height:1.6;color:#4a4a4a;margin:0}
.enrollment-details-wrapper{max-width:1140px;margin:120px auto 80px;padding:0 20px}
.enrollment-grid-v1{display:grid;grid-template-columns:3fr 2fr;gap:60px;align-items:start}
.details-content-v3{background:#fff;padding:48px;border:2px solid #e8e8e8;border-radius:4px}
.details-title-v3{font-size:34px;line-height:1.3;color:#1a1a1a;margin:0 0 28px;font-weight:700;position:relative;padding-bottom:16px}
.details-title-v3::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:#6F38DC}
.info-item-v3{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f0f0f0}
.info-item-v3:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.info-label-v3{font-size:14px;color:#017C39;font-weight:600;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}
.info-value-v3{font-size:16px;line-height:1.6;color:#3a3a3a;margin:0}
.cta-sidebar-v3{background:linear-gradient(180deg,#6F38DC 0%,#5a2db8 100%);padding:44px 36px;border-radius:4px;box-shadow:0 8px 24px #6f38dc40;color:#fff;position:sticky;top:20px}
.cta-title-v3{font-size:26px;line-height:1.3;margin:0 0 16px;font-weight:700}
.cta-text-v3{font-size:15px;line-height:1.6;margin:0 0 28px;opacity:.95}
.cta-button-v3{display:inline-block;background:#fff;color:#6F38DC;font-size:16px;font-weight:600;padding:16px 32px;border:none;border-radius:3px;text-decoration:none;transition:all 450ms linear;cursor:pointer;width:100%;text-align:center;box-shadow:0 4px 12px #00000026}
.cta-button-v3:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 6px 16px #0003}
.cta-features-v3{margin-top:32px;padding-top:32px;border-top:1px solid #fff3}
.cta-feature-item-v3{display:flex;align-items:center;margin-bottom:16px;font-size:14px;line-height:1.5}
.cta-feature-item-v3::before{content:'✓';margin-right:12px;font-weight:700;font-size:18px;color:#017C39;background:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
@media (max-width: 1024px) {
.title-wrapper-v1{grid-template-columns:1fr;gap:40px;margin:60px auto 0}
.text-container-v1{padding-right:0}
.modules-grid-data{grid-template-columns:1fr 1fr}
.skills-display-data{grid-template-columns:1fr;gap:32px}
.instructors-intro-wrapper{grid-template-columns:1fr;gap:40px}
.enrollment-grid-v1{grid-template-columns:1fr;gap:40px}
.cta-sidebar-v3{position:static}
}
@media (max-width: 768px) {
.main-title-v1{font-size:36px}
.structure-title-v2{font-size:32px}
.modules-grid-data{grid-template-columns:1fr}
.instructors-profiles-data{grid-template-columns:1fr}
.details-content-v3{padding:32px 24px}
.intro-title-v2{font-size:32px}
.skills-title-v3{font-size:30px}
}
@media (max-width: 480px) {
.title-wrapper-v1{margin:40px auto 0}
.main-title-v1{font-size:28px}
.main-image-v1{height:280px}
.module-card-v1{padding:28px 20px}
.skills-outcome-wrapper{padding:40px 24px}
.cta-sidebar-v3{padding:32px 24px}
.program-structure-box,.skills-outcome-wrapper,.instructors-section-box,.enrollment-details-wrapper{margin-top:80px}
}
.success-page-v1{background:linear-gradient(205deg,#6F38DC 0%,#017C39 50%,#B41616 100%);padding:80px 20px;min-height:85vh;display:flex;align-items:center;justify-content:center}
.success-container-v2{max-width:1140px;margin:auto;width:100%}
.success-inner-box{background:#fffffffa;padding:60px 50px;border-radius:4px;box-shadow:0 8px 32px #00000026;text-align:center;position:relative}
.success-inner-box::before{content:'';position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:linear-gradient(135deg,#6F38DC,#017C39,#B41616);border-radius:4px;z-index:-1;opacity:.4;filter:blur(8px)}
.icon-check-wrapper-v1{width:120px;height:120px;margin:0 auto 35px;position:relative}
.check-circle-outer{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#017C39 0%,#6F38DC 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #017c394d;animation:pulse-check-v2 2s ease-in-out infinite}
@keyframes pulse-check-v2 {
0%,100%{transform:scale(1);box-shadow:0 6px 24px #017c394d}
50%{transform:scale(1.05);box-shadow:0 8px 32px #017c3980}
}
.check-icon-svg{width:60px;height:60px;stroke:#fff;stroke-width:4;fill:none;stroke-linecap:round;stroke-linejoin:round}
.success-heading-main-v1{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.success-heading-main-v1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#6F38DC,#017C39);margin:20px auto 0;border-radius:2px}
.success-text-description-v1{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 40px;max-width:680px;margin-left:auto;margin-right:auto}
.action-buttons-row-v1{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:45px}
.button-primary-action-v2{background:linear-gradient(135deg,#6F38DC 0%,#017C39 100%);color:#fff;padding:16px 40px;border-radius:3px;text-decoration:none;font-size:17px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all 450ms linear;border:none;cursor:pointer;box-shadow:0 4px 16px #6f38dc40;position:relative;z-index:5}
.button-primary-action-v2:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6f38dc66}
.button-secondary-outline-v1{background:transparent;color:#6F38DC;padding:16px 40px;border-radius:3px;text-decoration:none;font-size:17px;font-weight:600;display:inline-flex;align-items:center;gap:10px;border:2px solid #6F38DC;transition:all 450ms linear;cursor:pointer;position:relative;z-index:5}
.button-secondary-outline-v1:hover{background:#6F38DC;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #6f38dc40}
.info-cards-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:50px;max-width:900px;margin-left:auto;margin-right:auto}
.info-card-box-v1{background:#f8f8f8;padding:30px 25px;border-radius:3px;border-left:4px solid #017C39;text-align:left;transition:all 500ms linear}
.info-card-box-v1:nth-child(2){border-left-color:#6F38DC}
.info-card-box-v1:nth-child(3){border-left-color:#B41616}
.info-card-box-v1:hover{background:#fff;box-shadow:0 4px 16px #00000014;transform:translateY(-3px)}
.card-icon-holder-v1{width:48px;height:48px;margin-bottom:15px}
.card-icon-svg{width:100%;height:100%;fill:#017C39}
.info-card-box-v1:nth-child(2) .card-icon-svg{fill:#6F38DC}
.info-card-box-v1:nth-child(3) .card-icon-svg{fill:#B41616}
.card-title-text-v1{font-size:20px;font-weight:700;color:#2a2a2a;margin:0 0 10px}
.card-description-text-v1{font-size:15px;line-height:1.6;color:#5a5a5a;margin:0}
@media (max-width: 768px) {
.success-page-v1{padding:60px 20px}
.success-inner-box{padding:40px 30px}
.success-heading-main-v1{font-size:32px}
.success-text-description-v1{font-size:16px}
.info-cards-grid-v2{grid-template-columns:1fr;gap:20px;margin-top:40px}
.action-buttons-row-v1{flex-direction:column;align-items:stretch}
.button-primary-action-v2,.button-secondary-outline-v1{justify-content:center}
.icon-check-wrapper-v1{width:100px;height:100px;margin-bottom:30px}
.check-circle-outer{width:100px;height:100px}
.check-icon-svg{width:50px;height:50px}
}
@media (max-width: 480px) {
.success-heading-main-v1{font-size:28px}
.button-primary-action-v2,.button-secondary-outline-v1{padding:14px 30px;font-size:16px}
}