*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Red Hat Display',sans-serif;line-height:1.6;color:#2d3748;background:#fff;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-family:'EB Garamond',serif;font-weight:700;line-height:1.2}
a{text-decoration:none;color:inherit;transition:color .2s ease}
img{max-width:100%;height:auto;display:block}
.topRibbon-v2{background:linear-gradient(135deg,#6887EF 0%,#5a75d9 100%);padding:12px 0;box-shadow:0 2px 8px #6887ef26}
.ribbonWrap{max-width:1400px;margin:0 auto;padding:0 20px}
.mainNavi{display:flex;justify-content:center;align-items:center;gap:35px;flex-wrap:wrap}
.naviLink{color:#fff;font-size:15px;font-weight:400;padding:8px 16px;border-radius:20px;transition:background-color .2s ease}
.naviLink:hover{background-color:#ffffff26}
.naviLink[data-state="home"]{font-weight:700}
.brandBanner{background:linear-gradient(180deg,#FEECE4 0%,#fff 100%);padding:45px 0;border-bottom:1px solid #bc391f1a}
.bannerContainer{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:30px}
.logoArea{flex-shrink:0}
.siteLogo-v1{width:110px;height:110px;border-radius:30px;box-shadow:0 4px 16px #6887ef33;background:#fff;padding:8px}
.companyIdentity{flex-grow:1}
.brandName{font-size:42px;color:#BC391F;margin-bottom:8px;letter-spacing:-.5px}
.taglineText{font-size:18px;color:#6887EF;font-weight:400}
.footerContent{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:60px 0 30px;border-top:3px solid #FEECE4}
.footerGrid{max-width:1400px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;margin-bottom:40px}
.footerHeading{font-size:20px;color:#2d3748;margin-bottom:20px}
.contactItem{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:15px;color:#4a5568}
.contactItem i{color:#6887EF;font-size:18px}
.contactItem a{color:#4a5568;transition:color .2s ease}
.contactItem a:hover{color:#6887EF}
.footerNavi{display:flex;flex-direction:column;gap:12px}
.footerLink{font-size:15px;color:#4a5568;padding:6px 0;transition:color .2s ease}
.footerLink:hover{color:#6887EF}
.copyrightArea{max-width:1400px;margin:0 auto;padding:25px 20px 0;border-top:1px solid #6887ef26}
.copyrightText{text-align:center;font-size:14px;color:#718096}
.cookieConsentBanner{position:fixed;bottom:30px;left:50%;transform:translateX(-50%) translateY(200%);background:#fff;border-radius:30px;box-shadow:0 12px 40px #0003;padding:25px 35px;max-width:900px;width:90%;z-index:9999;transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55);border:2px solid #FEECE4}
.cookieConsentBanner[data-visible="true"]{transform:translateX(-50%) translateY(0)}
.consentInner{display:flex;align-items:center;justify-content:space-between;gap:25px;flex-wrap:wrap}
.consentMessage{font-size:15px;color:#4a5568;margin:0}
.consentActions{display:flex;gap:12px;flex-wrap:wrap}
.pillButt{padding:10px 24px;border-radius:50px;border:none;font-family:'Red Hat Display',sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}
.acceptAll{background:linear-gradient(135deg,#6887EF,#5a75d9);color:#fff}
.acceptAll:hover{background:linear-gradient(135deg,#5a75d9,#4d66c4)}
.declineAll{background:#e2e8f0;color:#4a5568}
.declineAll:hover{background:#cbd5e0}
.customize{background:#FEECE4;color:#BC391F}
.customize:hover{background:#fdd9c9}
.consentDetails{display:none;margin-top:25px;padding-top:25px;border-top:1px solid #e2e8f0}
.consentDetails[data-visible="true"]{display:block}
.categoryGroup{margin-bottom:15px}
.categoryLabel{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:15px;color:#4a5568}
.categoryCheck{width:18px;height:18px;cursor:pointer;accent-color:#6887EF}
.detailActions{margin-top:20px;display:flex;justify-content:center}
.savePrefs{background:linear-gradient(135deg,#6887EF,#5a75d9);color:#fff}
.savePrefs:hover{background:linear-gradient(135deg,#5a75d9,#4d66c4)}
.policyRef{margin-top:15px;text-align:center;font-size:13px;color:#718096}
.policyLink{color:#6887EF}
.policyLink:hover{color:#BC391F}
.consentMiniTab{position:fixed;bottom:20px;right:-60px;z-index:9998;transition:right .3s ease}
.consentMiniTab[data-visible="true"]{right:20px}
.miniTabButt{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#6887EF,#5a75d9);border:none;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 16px #6887ef4d;display:flex;align-items:center;justify-content:center;transition:all .2s ease}
.miniTabButt:hover{transform:scale(1.1);box-shadow:0 6px 20px #6887ef66}
@media (max-width: 768px) {
.mainNavi{gap:20px}
.naviLink{font-size:14px;padding:6px 12px}
.bannerContainer{flex-direction:column;text-align:center;padding:0 15px}
.brandName{font-size:32px}
.taglineText{font-size:16px}
.siteLogo-v1{width:90px;height:90px}
.footerGrid{grid-template-columns:1fr;gap:35px}
.consentInner{flex-direction:column;align-items:stretch}
.consentActions{flex-direction:column}
.pillButt{width:100%}
.cookieConsentBanner{width:95%;padding:20px 25px}
}
@media (max-width: 480px) {
.topRibbon-v2{padding:10px 0}
.mainNavi{gap:15px}
.brandBanner{padding:30px 0}
.brandName{font-size:28px}
.siteLogo-v1{width:75px;height:75px}
.footerContent{padding:40px 0 20px}
}
.rules-content-dzys{max-width:1400px;margin:0 auto;padding:80px 24px;background:linear-gradient(135deg,#feece44d 0%,#ffffffe6 100%);border-radius:32px;box-shadow:0 4px 16px #6887ef14}
.rules-content-dzys p{font-size:17px;line-height:1.8;color:#2c3e50;margin:0 0 24px;font-weight:400}
.rules-content-dzys p:last-child{margin-bottom:0}
.rules-content-dzys strong,.rules-content-dzys b{font-weight:700;color:#1a2332}
.rules-content-dzys em,.rules-content-dzys i{font-style:italic;color:#34495e}
.rules-content-dzys ul,.rules-content-dzys ol{margin:0 0 32px;padding:0 0 0 28px}
.rules-content-dzys ul li,.rules-content-dzys ol li{font-size:17px;line-height:1.8;color:#2c3e50;margin:0 0 16px;padding-left:12px}
.rules-content-dzys ul li:last-child,.rules-content-dzys ol li:last-child{margin-bottom:0}
.rules-content-dzys ul{list-style-type:none}
.rules-content-dzys ul li{position:relative}
.rules-content-dzys ul li::before{content:"";position:absolute;left:-20px;top:12px;width:6px;height:6px;background:linear-gradient(135deg,#6887EF 0%,#BC391F 100%);border-radius:50%}
.rules-content-dzys ol{counter-reset:policy-counter;list-style:none}
.rules-content-dzys ol li{counter-increment:policy-counter;position:relative}
.rules-content-dzys ol li::before{content:counter(policy-counter) ".";position:absolute;left:-28px;font-weight:700;color:#6887EF}
.rules-content-dzys div{margin:0 0 32px}
.rules-content-dzys div:last-child{margin-bottom:0}
@media (max-width: 768px) {
.rules-content-dzys{padding:48px 20px;border-radius:24px}
.rules-content-dzys p{font-size:16px;line-height:1.75;margin-bottom:20px}
.rules-content-dzys ul,.rules-content-dzys ol{margin-bottom:28px;padding-left:24px}
.rules-content-dzys ul li,.rules-content-dzys ol li{font-size:16px;line-height:1.75;margin-bottom:14px;padding-left:8px}
.rules-content-dzys div{margin-bottom:28px}
}
@media (max-width: 480px) {
.rules-content-dzys{padding:40px 16px;border-radius:20px}
.rules-content-dzys p{font-size:15px;margin-bottom:18px}
.rules-content-dzys ul,.rules-content-dzys ol{margin-bottom:24px;padding-left:20px}
.rules-content-dzys ul li,.rules-content-dzys ol li{font-size:15px;margin-bottom:12px}
.rules-content-dzys div{margin-bottom:24px}
}
.heroProg{background:linear-gradient(135deg,#6887EF 0%,#BC391F 100%);padding:120px 20px 100px;position:relative;overflow:hidden}
.heroProg::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#feece433 0%,transparent 70%);border-radius:50%;animation:floatSoft 8s ease-in-out infinite}
@keyframes floatSoft {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-30px,20px) scale(1.1)}
}
.heroWrap{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.heroTxt h1{font-size:56px;line-height:1.15;color:#fff;margin:0 0 28px;font-weight:700}
.heroTxt .divLine{width:120px;height:4px;background:#FEECE4;margin:0 0 28px;border-radius:20px}
.heroTxt p{font-size:20px;line-height:1.7;color:#fffffff2;margin:0 0 36px}
.heroImg{position:relative}
.heroImg img{width:100%;height:480px;object-fit:cover;border-radius:32px;box-shadow:0 20px 60px #0000004d;animation:gentleFloat 6s ease-in-out infinite}
@keyframes gentleFloat {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-15px)}
}
.btnPrimV1{display:inline-block;padding:16px 44px;background:#fff;color:#BC391F;text-decoration:none;border-radius:28px;font-weight:600;font-size:18px;box-shadow:0 8px 24px #00000026;transition:all .3s ease;position:relative;z-index:10}
.btnPrimV1:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000040;background:#FEECE4}
.structBlk{padding:100px 20px;background:#fff}
.structWrap{max-width:1400px;margin:0 auto}
.structHead{text-align:center;margin:0 0 70px}
.structHead h2{font-size:44px;color:#1a1a1a;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.structHead h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#6887EF,#BC391F);border-radius:20px}
.structHead p{font-size:18px;color:#555;line-height:1.7;max-width:720px;margin:24px auto 0}
.pathGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin:0 0 60px}
.pathCard{background:linear-gradient(135deg,#FEECE4 0%,#fff 100%);padding:40px 32px;border-radius:28px;box-shadow:0 4px 16px #00000014;transition:all .4s ease;position:relative;overflow:hidden}
.pathCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#6887EF,#BC391F);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.pathCard:hover::before{transform:scaleX(1)}
.pathCard:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026}
.pathNum{display:inline-block;width:56px;height:56px;background:linear-gradient(135deg,#6887EF,#BC391F);color:#fff;border-radius:50%;text-align:center;line-height:56px;font-size:24px;font-weight:700;margin:0 0 20px}
.pathCard h3{font-size:24px;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.pathCard p{font-size:16px;color:#555;line-height:1.7;margin:0}
.progressTrack{background:#f8f8f8;padding:50px 32px;border-radius:32px;border:2px solid #FEECE4}
.trackRow{display:grid;grid-template-columns:120px 1fr;gap:32px;align-items:center;margin:0 0 32px;position:relative}
.trackRow:last-child{margin:0}
.trackRow::after{content:'';position:absolute;left:60px;top:120px;width:3px;height:calc(100% + 32px);background:linear-gradient(180deg,#6887EF,#BC391F);border-radius:20px}
.trackRow:last-child::after{display:none}
.trackIcon{width:120px;height:120px;background:linear-gradient(135deg,#6887EF,#BC391F);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;box-shadow:0 8px 24px #6887ef66;position:relative;z-index:2}
.trackData h4{font-size:26px;color:#1a1a1a;margin:0 0 12px;font-weight:700}
.trackData p{font-size:16px;color:#555;line-height:1.7;margin:0 0 16px}
.trackBar{background:#e0e0e0;height:12px;border-radius:20px;overflow:hidden;position:relative}
.trackFill{height:100%;background:linear-gradient(90deg,#6887EF,#BC391F);border-radius:20px;position:relative}
.trackFill[data-progress="foundational"]{width:30%}
.trackFill[data-progress="intermediate"]{width:60%}
.trackFill[data-progress="advanced"]{width:85%}
.trackFill[data-progress="mastery"]{width:100%}
.trackLabel{font-size:14px;color:#6887EF;font-weight:600;margin:8px 0 0}
.testimBlk{background:linear-gradient(180deg,#f5f5f5 0%,#fff 100%);padding:100px 20px;position:relative}
.testimWrap{max-width:1400px;margin:0 auto}
.testimHead{text-align:center;margin:0 0 60px}
.testimHead h2{font-size:44px;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.testimGrid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.testimCards{display:flex;flex-direction:column;gap:32px}
.cardTestim{background:#fff;padding:36px 32px;border-radius:28px;box-shadow:0 6px 20px #0000001a;border-left:5px solid #6887EF;transition:all .3s ease}
.cardTestim:hover{transform:translateX(8px);box-shadow:0 10px 30px #00000026}
.cardTestim p{font-size:17px;color:#333;line-height:1.75;margin:0 0 24px;font-style:italic}
.testimAuth{display:flex;align-items:center;gap:16px}
.authImg{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #FEECE4}
.authData h5{font-size:18px;color:#1a1a1a;margin:0 0 4px;font-weight:700}
.authData span{font-size:14px;color:#888}
.testimVisual{position:relative}
.testimVisual img{width:100%;height:540px;object-fit:cover;border-radius:32px;box-shadow:0 16px 48px #0003}
.statOverlay{position:absolute;bottom:32px;left:32px;right:32px;background:#fffffff2;padding:28px 32px;border-radius:24px;backdrop-filter:blur(10px);box-shadow:0 8px 24px #00000026}
.statRow{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.statItem{text-align:center}
.statNum{font-size:32px;font-weight:700;color:#BC391F;margin:0 0 6px;line-height:1}
.statLabel{font-size:13px;color:#666;text-transform:uppercase;letter-spacing:.5px}
@media (max-width: 1024px) {
.heroWrap{grid-template-columns:1fr;gap:50px}
.heroTxt h1{font-size:44px}
.pathGrid{grid-template-columns:1fr;gap:32px}
.testimGrid{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.heroProg{padding:80px 20px 60px}
.heroTxt h1{font-size:36px}
.heroTxt p{font-size:18px}
.heroImg img{height:360px}
.structBlk,.testimBlk{padding:60px 20px}
.structHead h2,.testimHead h2{font-size:32px}
.trackRow{grid-template-columns:1fr;gap:20px}
.trackRow::after{display:none}
.trackIcon{margin:0 auto}
.statRow{grid-template-columns:1fr;gap:20px}
.testimVisual img{height:400px}
}
.heroArea-v1{position:relative;background:linear-gradient(135deg,#6887EF 0%,#BC391F 100%);padding:0;margin:0 auto;max-width:1400px;border-radius:32px;overflow:hidden;margin-top:40px;margin-bottom:80px}
.heroArea-v1 .innerContent-v2{display:flex;flex-direction:row;align-items:center;gap:60px;padding:80px 60px;position:relative;z-index:2}
.heroArea-v1 .textSection-v3{flex:1;color:#fff}
.heroArea-v1 .textSection-v3 .mainHead-v1{font-size:3.2rem;line-height:1.2;margin:0 0 24px;font-weight:700}
.heroArea-v1 .textSection-v3 .subHead-v2{font-size:1.3rem;line-height:1.6;margin:0 0 32px;opacity:.95;font-weight:400}
.heroArea-v1 .textSection-v3 .actionButt-v1{display:inline-block;background:#fff;color:#BC391F;padding:16px 40px;border-radius:28px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 20px #00000026;z-index:10;position:relative}
.heroArea-v1 .textSection-v3 .actionButt-v1:hover{transform:translateY(-3px);box-shadow:0 12px 28px #00000040}
.heroArea-v1 .imageSection-v4{flex:1;position:relative}
.heroArea-v1 .imageSection-v4 .heroImg-v1{width:100%;height:480px;object-fit:cover;border-radius:24px;box-shadow:0 16px 48px #0000004d;position:relative}
.heroArea-v1 .imageSection-v4::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,#feece433,transparent 70%);pointer-events:none;border-radius:24px;z-index:1}
.activityBox-v1{max-width:1400px;margin:0 auto 100px;padding:0 40px}
.activityBox-v1 .sectionLabel-v1{text-align:center;margin-bottom:60px}
.activityBox-v1 .sectionLabel-v1 .labelTitle-v2{font-size:2.6rem;color:#BC391F;margin:0 0 16px;font-weight:700}
.activityBox-v1 .sectionLabel-v1 .labelDesc-v3{font-size:1.15rem;color:#555;line-height:1.6;max-width:700px;margin:0 auto}
.activityBox-v1 .eventsGrid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.activityBox-v1 .eventsGrid-v2 .eventCard-v1{background:linear-gradient(145deg,#FEECE4 0%,#fff 100%);border-radius:28px;padding:40px 32px;box-shadow:0 6px 18px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}
.activityBox-v1 .eventsGrid-v2 .eventCard-v1::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,#6887ef14,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}
.activityBox-v1 .eventsGrid-v2 .eventCard-v1:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026}
.activityBox-v1 .eventsGrid-v2 .eventCard-v1:hover::before{opacity:1}
.activityBox-v1 .eventsGrid-v2 .eventCard-v1 .iconArea-v1{width:64px;height:64px;background:linear-gradient(135deg,#6887EF,#BC391F);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.activityBox-v1 .eventsGrid-v2 .eventCard-v1 .iconArea-v1 i{font-size:2rem;color:#fff}
.activityBox-v1 .eventsGrid-v2 .eventCard-v1 .cardTitle-v2{font-size:1.5rem;color:#222;margin:0 0 16px;font-weight:600}
.activityBox-v1 .eventsGrid-v2 .eventCard-v1 .cardText-v3{font-size:1rem;color:#666;line-height:1.7;margin:0}
.supportWrapper-v1{max-width:1400px;margin:0 auto 100px;padding:0 40px}
.supportWrapper-v1 .supportLayout-v2{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.supportWrapper-v1 .supportLayout-v2 .imageCol-v1{position:relative}
.supportWrapper-v1 .supportLayout-v2 .imageCol-v1 .supportImg-v1{width:100%;height:520px;object-fit:cover;border-radius:32px;box-shadow:0 12px 36px #0000001f}
.supportWrapper-v1 .supportLayout-v2 .contentCol-v1{padding:20px 0}
.supportWrapper-v1 .supportLayout-v2 .contentCol-v1 .supportHead-v1{font-size:2.4rem;color:#6887EF;margin:0 0 24px;font-weight:700}
.supportWrapper-v1 .supportLayout-v2 .contentCol-v1 .supportPara-v1{font-size:1.1rem;color:#555;line-height:1.75;margin:0 0 32px}
.supportWrapper-v1 .supportLayout-v2 .contentCol-v1 .levelsList-v1{list-style:none;padding:0;margin:0 0 32px}
.supportWrapper-v1 .supportLayout-v2 .contentCol-v1 .levelsList-v1 .levelItem-v1{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}
.supportWrapper-v1 .supportLayout-v2 .contentCol-v1 .levelsList-v1 .levelItem-v1 .itemIcon-v1{width:32px;height:32px;background:linear-gradient(135deg,#FEECE4,#BC391F);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.supportWrapper-v1 .supportLayout-v2 .contentCol-v1 .levelsList-v1 .levelItem-v1 .itemIcon-v1 i{font-size:.9rem;color:#fff}
.supportWrapper-v1 .supportLayout-v2 .contentCol-v1 .levelsList-v1 .levelItem-v1 .itemText-v1{flex:1;font-size:1.05rem;color:#444;line-height:1.6}
.supportWrapper-v1 .supportLayout-v2 .contentCol-v1 .supportCta-v1{display:inline-block;background:linear-gradient(135deg,#6887EF,#BC391F);color:#fff;padding:14px 36px;border-radius:26px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 18px #6887ef4d;z-index:10;position:relative}
.supportWrapper-v1 .supportLayout-v2 .contentCol-v1 .supportCta-v1:hover{transform:translateY(-3px);box-shadow:0 10px 26px #6887ef66}
.motivationZone-v1{max-width:1400px;margin:0 auto 100px;padding:0 40px}
.motivationZone-v1 .motivationInner-v2{background:linear-gradient(165deg,#FEECE4 0%,#fff 100%);border-radius:36px;padding:70px 60px;box-shadow:0 8px 24px #00000014;position:relative;overflow:hidden}
.motivationZone-v1 .motivationInner-v2::before{content:'';position:absolute;bottom:-30%;left:-20%;width:400px;height:400px;background:radial-gradient(circle,#bc391f1a,transparent 70%);pointer-events:none}
.motivationZone-v1 .motivationInner-v2 .motivHead-v1{font-size:2.5rem;color:#BC391F;margin:0 0 20px;text-align:center;font-weight:700}
.motivationZone-v1 .motivationInner-v2 .motivSubtitle-v1{font-size:1.15rem;color:#666;text-align:center;margin:0 auto 50px;max-width:740px;line-height:1.7}
.motivationZone-v1 .motivationInner-v2 .motivFeatures-v1{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;position:relative;z-index:2}
.motivationZone-v1 .motivationInner-v2 .motivFeatures-v1 .featureItem-v1{display:flex;align-items:flex-start;gap:20px;background:#fff;padding:28px;border-radius:24px;box-shadow:0 4px 14px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.motivationZone-v1 .motivationInner-v2 .motivFeatures-v1 .featureItem-v1:hover{transform:translateY(-4px);box-shadow:0 8px 22px #0000001f}
.motivationZone-v1 .motivationInner-v2 .motivFeatures-v1 .featureItem-v1 .featureIcon-v1{width:56px;height:56px;background:linear-gradient(135deg,#6887EF,#BC391F);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.motivationZone-v1 .motivationInner-v2 .motivFeatures-v1 .featureItem-v1 .featureIcon-v1 i{font-size:1.6rem;color:#fff}
.motivationZone-v1 .motivationInner-v2 .motivFeatures-v1 .featureItem-v1 .featureContent-v1{flex:1}
.motivationZone-v1 .motivationInner-v2 .motivFeatures-v1 .featureItem-v1 .featureContent-v1 .featureTitle-v1{font-size:1.3rem;color:#222;margin:0 0 10px;font-weight:600}
.motivationZone-v1 .motivationInner-v2 .motivFeatures-v1 .featureItem-v1 .featureContent-v1 .featureDesc-v1{font-size:1rem;color:#555;line-height:1.65;margin:0}
.testimBlock-v1{max-width:1400px;margin:0 auto 80px;padding:0 40px}
.testimBlock-v1 .testimHead-v1{text-align:center;font-size:2.4rem;color:#6887EF;margin:0 0 50px;font-weight:700}
.testimBlock-v1 .testimCard-v2{background:#fff;border-radius:32px;padding:50px;box-shadow:0 10px 30px #0000001a;display:flex;gap:40px;align-items:center}
.testimBlock-v1 .testimCard-v2 .testimProfile-v1{flex-shrink:0}
.testimBlock-v1 .testimCard-v2 .testimProfile-v1 .profileImg-v1{width:140px;height:140px;border-radius:50%;object-fit:cover;border:5px solid #FEECE4;box-shadow:0 6px 18px #00000026}
.testimBlock-v1 .testimCard-v2 .testimContent-v1{flex:1}
.testimBlock-v1 .testimCard-v2 .testimContent-v1 .quoteIcon-v1{font-size:3rem;color:#BC391F;margin-bottom:16px;line-height:1}
.testimBlock-v1 .testimCard-v2 .testimContent-v1 .quoteText-v1{font-size:1.15rem;color:#444;line-height:1.75;margin:0 0 24px;font-style:italic}
.testimBlock-v1 .testimCard-v2 .testimContent-v1 .authorInfo-v1{display:flex;align-items:center;gap:12px}
.testimBlock-v1 .testimCard-v2 .testimContent-v1 .authorInfo-v1 .authorName-v1{font-size:1.2rem;color:#222;font-weight:600;margin:0}
.testimBlock-v1 .testimCard-v2 .testimContent-v1 .authorInfo-v1 .authorRole-v1{font-size:1rem;color:#888;margin:0}
.testimBlock-v1 .testimCard-v2 .testimContent-v1 .ratingStars-v1{display:flex;gap:4px;margin-top:12px}
.testimBlock-v1 .testimCard-v2 .testimContent-v1 .ratingStars-v1 i{color:#BC391F;font-size:1.1rem}
@media (max-width: 1024px) {
.heroArea-v1 .innerContent-v2{flex-direction:column;padding:60px 40px}
.heroArea-v1 .textSection-v3 .mainHead-v1{font-size:2.6rem}
.heroArea-v1 .imageSection-v4 .heroImg-v1{height:400px}
.activityBox-v1 .eventsGrid-v2{grid-template-columns:repeat(2,1fr);gap:30px}
.supportWrapper-v1 .supportLayout-v2{grid-template-columns:1fr;gap:40px}
.motivationZone-v1 .motivationInner-v2 .motivFeatures-v1{grid-template-columns:1fr}
.testimBlock-v1 .testimCard-v2{flex-direction:column;text-align:center}
}
@media (max-width: 768px) {
.heroArea-v1{border-radius:20px;margin-top:20px;margin-bottom:60px}
.heroArea-v1 .innerContent-v2{padding:40px 24px;gap:40px}
.heroArea-v1 .textSection-v3 .mainHead-v1{font-size:2rem}
.heroArea-v1 .textSection-v3 .subHead-v2{font-size:1.1rem}
.heroArea-v1 .imageSection-v4 .heroImg-v1{height:300px;border-radius:16px}
.activityBox-v1{padding:0 20px;margin-bottom:60px}
.activityBox-v1 .sectionLabel-v1 .labelTitle-v2{font-size:2rem}
.activityBox-v1 .eventsGrid-v2{grid-template-columns:1fr;gap:24px}
.supportWrapper-v1{padding:0 20px;margin-bottom:60px}
.supportWrapper-v1 .supportLayout-v2 .imageCol-v1 .supportImg-v1{height:360px;border-radius:20px}
.supportWrapper-v1 .supportLayout-v2 .contentCol-v1 .supportHead-v1{font-size:1.9rem}
.motivationZone-v1{padding:0 20px;margin-bottom:60px}
.motivationZone-v1 .motivationInner-v2{padding:40px 24px;border-radius:24px}
.motivationZone-v1 .motivationInner-v2 .motivHead-v1{font-size:1.9rem}
.testimBlock-v1{padding:0 20px;margin-bottom:60px}
.testimBlock-v1 .testimHead-v1{font-size:1.9rem}
.testimBlock-v1 .testimCard-v2{padding:32px 20px;border-radius:20px}
.testimBlock-v1 .testimCard-v2 .testimProfile-v1 .profileImg-v1{width:100px;height:100px}
}
.heroContactV2{background:linear-gradient(135deg,#6887EF 0%,#BC391F 100%);position:relative;overflow:hidden;padding:0;margin:0;width:100%}
.heroContactV2 .imgStrip{width:100%;height:180px;overflow:hidden;position:relative}
.heroContactV2 .imgStrip img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.3;filter:grayscale(20%)}
.heroContactV2 .contentArea-v3{max-width:1400px;margin:0 auto;padding:80px 24px;position:relative}
.heroContactV2 .titleGroup{text-align:center;color:#fff;position:relative;z-index:2}
.heroContactV2 .titleGroup h1{font-size:3.2rem;font-weight:700;margin:0 0 20px;letter-spacing:-.5px;line-height:1.2}
.heroContactV2 .titleGroup .tagline{font-size:1.3rem;margin:0 0 40px;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}
.heroContactV2 .buttContainer-v1{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;align-items:center}
.heroContactV2 .buttContainer-v1 a{padding:16px 36px;border-radius:30px;font-weight:600;font-size:1.05rem;text-decoration:none;transition:all .3s ease;position:relative;z-index:10}
.heroContactV2 .buttContainer-v1 .primBtn{background:#fff;color:#6887EF;box-shadow:0 4px 16px #00000026}
.heroContactV2 .buttContainer-v1 .primBtn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000040}
.heroContactV2 .buttContainer-v1 .secBtn{background:transparent;color:#fff;border:2px solid #fff6}
.heroContactV2 .buttContainer-v1 .secBtn:hover{border-color:#fff;background:#ffffff1a}
.heroContactV2::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600"><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noiseFilter)" opacity="0.03"/></svg>');pointer-events:none;z-index:1}
.contactGrid{max-width:1400px;margin:100px auto;padding:0 24px;display:grid;grid-template-columns:1fr 1.3fr;gap:80px;align-items:start}
.infoPanel{background:linear-gradient(160deg,#FEECE4 0%,#fff 100%);padding:60px 48px;border-radius:32px;box-shadow:0 8px 32px #0000000f;position:sticky;top:40px}
.infoPanel h2{font-size:2.2rem;font-weight:700;margin:0 0 32px;color:#2a2a2a}
.contactItem-v2{display:flex;align-items:flex-start;gap:20px;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #bc391f1a}
.contactItem-v2:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.contactItem-v2 .iconCircle{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#6887EF,#BC391F);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contactItem-v2 .iconCircle i{font-size:1.4rem;color:#fff}
.contactItem-v2 .textData{flex:1}
.contactItem-v2 .textData h3{font-size:1.1rem;font-weight:600;margin:0 0 8px;color:#2a2a2a}
.contactItem-v2 .textData p{margin:0;font-size:1rem;color:#555;line-height:1.6}
.contactItem-v2 .textData a{color:#6887EF;text-decoration:none;transition:color .3s ease}
.contactItem-v2 .textData a:hover{color:#BC391F}
.formWrapper{background:#fff;padding:64px 56px;border-radius:32px;box-shadow:0 4px 24px #00000014}
.formWrapper h2{font-size:2.4rem;font-weight:700;margin:0 0 16px;color:#2a2a2a}
.formWrapper .formSubtitle{font-size:1.1rem;color:#666;margin:0 0 48px;line-height:1.6}
.formWrapper form{display:flex;flex-direction:column;gap:28px}
.fieldGroup-v1{display:flex;flex-direction:column;gap:10px}
.fieldGroup-v1 label{font-size:.95rem;font-weight:600;color:#2a2a2a}
.fieldGroup-v1 input,.fieldGroup-v1 textarea{padding:16px 20px;border:2px solid #e0e0e0;border-radius:20px;font-size:1rem;transition:all .3s ease;background:#fff}
.fieldGroup-v1 input:focus,.fieldGroup-v1 textarea:focus{outline:none;border-color:#6887EF;box-shadow:0 0 0 4px #6887ef1a}
.fieldGroup-v1 textarea{min-height:160px;resize:vertical;font-family:inherit}
.privacyCheck{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.privacyCheck input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;flex-shrink:0;accent-color:#6887EF}
.privacyCheck label{font-size:.95rem;color:#555;line-height:1.6;cursor:pointer}
.privacyCheck label a{color:#6887EF;text-decoration:none;font-weight:600}
.privacyCheck label a:hover{text-decoration:underline}
.submitBtn-v3{padding:18px 40px;background:linear-gradient(135deg,#6887EF,#BC391F);color:#fff;border:none;border-radius:28px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #6887ef4d;align-self:flex-start}
.submitBtn-v3:hover{transform:translateY(-3px);box-shadow:0 8px 24px #6887ef66}
.mapSection-v1{max-width:1400px;margin:120px auto 100px;padding:0 24px}
.mapSection-v1 .decorHead{text-align:center;margin-bottom:60px}
.mapSection-v1 .decorHead h2{font-size:2.6rem;font-weight:700;color:#2a2a2a;margin:0 0 16px;position:relative;display:inline-block}
.mapSection-v1 .decorHead h2::before{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#6887EF,#BC391F);border-radius:4px}
.mapSection-v1 .decorHead p{font-size:1.15rem;color:#666;margin:24px 0 0;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}
.locationCard{background:linear-gradient(135deg,#fff 0%,#FEECE4 100%);border-radius:32px;padding:64px 48px;box-shadow:0 8px 32px #00000014;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.locationCard .textSide h3{font-size:2rem;font-weight:700;color:#2a2a2a;margin:0 0 24px}
.locationCard .textSide .addressBlock{display:flex;align-items:flex-start;gap:16px;margin-bottom:28px}
.locationCard .textSide .addressBlock i{font-size:1.5rem;color:#6887EF;margin-top:4px}
.locationCard .textSide .addressBlock p{margin:0;font-size:1.1rem;color:#555;line-height:1.7}
.locationCard .imgSide{position:relative;border-radius:24px;overflow:hidden;height:380px}
.locationCard .imgSide img{width:100%;height:100%;object-fit:cover;object-position:center}
.availSection{max-width:1400px;margin:120px auto 100px;padding:0 24px}
.availGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.availCard{background:#fff;padding:48px 36px;border-radius:28px;box-shadow:0 4px 20px #0000000f;text-align:center;transition:all .3s ease;border:2px solid transparent}
.availCard:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f;border-color:#6887EF}
.availCard .iconBox{width:80px;height:80px;margin:0 auto 28px;background:linear-gradient(135deg,#6887EF,#BC391F);border-radius:50%;display:flex;align-items:center;justify-content:center}
.availCard .iconBox i{font-size:2rem;color:#fff}
.availCard h3{font-size:1.5rem;font-weight:700;color:#2a2a2a;margin:0 0 16px}
.availCard p{font-size:1rem;color:#666;margin:0;line-height:1.7}
@media (max-width: 1024px) {
.heroContactV2 .titleGroup h1{font-size:2.6rem}
.heroContactV2 .titleGroup .tagline{font-size:1.15rem}
.contactGrid{grid-template-columns:1fr;gap:48px}
.infoPanel{position:static}
.locationCard{grid-template-columns:1fr;gap:40px}
.availGrid{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 768px) {
.heroContactV2 .contentArea-v3{padding:60px 20px}
.heroContactV2 .titleGroup h1{font-size:2rem}
.heroContactV2 .titleGroup .tagline{font-size:1rem}
.heroContactV2 .buttContainer-v1{flex-direction:column;width:100%}
.heroContactV2 .buttContainer-v1 a{width:100%;text-align:center}
.infoPanel{padding:40px 28px}
.formWrapper{padding:40px 28px}
.formWrapper h2{font-size:1.9rem}
.locationCard{padding:40px 28px}
.locationCard .imgSide{height:280px}
.mapSection-v1 .decorHead h2{font-size:2rem}
.contactGrid{margin:60px auto}
}
.heroWrap-v2{max-width:1400px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:linear-gradient(135deg,#FEECE4 0%,#fff 100%);border-radius:32px;margin-bottom:100px}
.heroWrap-v2 .textCol{padding-left:40px}
.heroWrap-v2 .headTitle{font-size:2.8rem;line-height:1.2;margin-bottom:24px;color:#1a1a1a;font-weight:700}
.heroWrap-v2 .subline{font-size:1.25rem;line-height:1.6;color:#4a4a4a;margin-bottom:32px}
.heroWrap-v2 .imgCol{position:relative;padding-right:40px}
.heroWrap-v2 .imgCol img{width:100%;height:420px;object-fit:cover;border-radius:24px;box-shadow:0 12px 40px #6887ef26}
.missionBlock{max-width:1400px;margin:0 auto 120px;padding:0 20px;display:flex;flex-direction:column;gap:50px}
.missionBlock .mainHeading{font-size:2.2rem;color:#1a1a1a;text-align:center;margin-bottom:20px;font-weight:600}
.cardGrid-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.cardGrid-v1 .featureCard{background:linear-gradient(160deg,#fff 0%,#FEECE4 100%);padding:40px 32px;border-radius:28px;border:2px solid #6887EF;transition:all .3s ease;position:relative}
.cardGrid-v1 .featureCard:hover{transform:translateY(-6px);box-shadow:0 16px 48px #bc391f1f}
.cardGrid-v1 .featureCard .iconWrap{width:64px;height:64px;background:linear-gradient(135deg,#6887EF,#BC391F);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.cardGrid-v1 .featureCard .iconWrap i{font-size:32px;color:#fff}
.cardGrid-v1 .featureCard h3{font-size:1.5rem;margin-bottom:16px;color:#1a1a1a;font-weight:600}
.cardGrid-v1 .featureCard p{font-size:1rem;line-height:1.7;color:#555}
.teamSection{background:linear-gradient(180deg,#6887EF 0%,#BC391F 100%);padding:100px 20px;margin-bottom:120px}
.teamSection .innerWrap{max-width:1400px;margin:0 auto}
.teamSection .sectionHead{text-align:center;margin-bottom:60px}
.teamSection .sectionHead h2{font-size:2.4rem;color:#fff;margin-bottom:16px;font-weight:700}
.teamSection .sectionHead p{font-size:1.15rem;color:#ffffffe6;max-width:700px;margin:0 auto;line-height:1.6}
.teamGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;max-width:900px;margin:0 auto}
.teamGrid .memberCard{background:#fffffff2;border-radius:30px;padding:36px;display:flex;gap:28px;align-items:center;box-shadow:0 8px 32px #00000026}
.teamGrid .memberCard .photoBox{flex-shrink:0}
.teamGrid .memberCard .photoBox img{width:120px;height:120px;border-radius:20px;object-fit:cover;border:3px solid #FEECE4}
.teamGrid .memberCard .infoBox h3{font-size:1.4rem;color:#1a1a1a;margin-bottom:8px;font-weight:600}
.teamGrid .memberCard .infoBox .roleTag{display:inline-block;background:linear-gradient(90deg,#6887EF,#BC391F);color:#fff;padding:6px 16px;border-radius:12px;font-size:.9rem;margin-bottom:12px}
.teamGrid .memberCard .infoBox p{font-size:.95rem;color:#4a4a4a;line-height:1.6}
.statsDisplay{max-width:1400px;margin:0 auto 100px;padding:0 20px}
.statsDisplay .wrapper{background:#fff;border-radius:36px;padding:70px 50px;box-shadow:0 20px 60px #6887ef1a;border:3px solid #FEECE4}
.statsDisplay .topText{text-align:center;margin-bottom:50px}
.statsDisplay .topText h2{font-size:2.3rem;color:#1a1a1a;margin-bottom:20px;font-weight:700}
.statsDisplay .topText .description{font-size:1.1rem;color:#555;max-width:800px;margin:0 auto;line-height:1.7}
.numbersRow{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}
.numbersRow .statItem{text-align:center;padding:32px 20px;background:linear-gradient(135deg,#FEECE4 0%,#fff 100%);border-radius:24px;transition:transform .3s ease}
.numbersRow .statItem:hover{transform:scale(1.05)}
.numbersRow .statItem .bigNum{font-size:3.2rem;font-weight:700;background:linear-gradient(135deg,#6887EF,#BC391F);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:12px;display:block}
.numbersRow .statItem .label{font-size:1rem;color:#4a4a4a;font-weight:500}
.testimonialsBlock{background:linear-gradient(45deg,#FEECE4 0%,#fff 50%,#FEECE4 100%);padding:100px 20px;margin-bottom:120px}
.testimonialsBlock .container{max-width:1400px;margin:0 auto}
.testimonialsBlock h2{font-size:2.3rem;text-align:center;color:#1a1a1a;margin-bottom:60px;font-weight:700}
.testimonialsBlock .reviewsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.testimonialsBlock .reviewCard{background:#fff;padding:40px;border-radius:28px;box-shadow:0 10px 40px #0000000f;border-left:5px solid #6887EF;position:relative}
.testimonialsBlock .reviewCard .quoteIcon{position:absolute;top:20px;right:30px;font-size:48px;color:#6887ef26}
.testimonialsBlock .reviewCard .reviewText{font-size:1.05rem;line-height:1.8;color:#333;margin-bottom:24px;font-style:italic}
.testimonialsBlock .reviewCard .reviewerInfo{display:flex;align-items:center;gap:16px}
.testimonialsBlock .reviewCard .reviewerInfo img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #6887EF}
.testimonialsBlock .reviewCard .reviewerInfo .nameRole h4{font-size:1.1rem;color:#1a1a1a;margin-bottom:4px;font-weight:600}
.testimonialsBlock .reviewCard .reviewerInfo .nameRole .role{font-size:.9rem;color:#666}
.testimonialsBlock .reviewCard .stars{margin-bottom:20px}
.testimonialsBlock .reviewCard .stars i{color:#BC391F;font-size:18px;margin-right:4px}
@media (max-width: 1024px) {
.heroWrap-v2{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.heroWrap-v2 .textCol,.heroWrap-v2 .imgCol{padding-left:0;padding-right:0}
.cardGrid-v1{grid-template-columns:1fr}
.teamGrid{grid-template-columns:1fr}
.numbersRow{grid-template-columns:repeat(2,1fr);gap:24px}
.testimonialsBlock .reviewsGrid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.heroWrap-v2 .headTitle{font-size:2rem}
.heroWrap-v2 .subline{font-size:1.1rem}
.heroWrap-v2 .imgCol img{height:320px}
.missionBlock .mainHeading{font-size:1.8rem}
.teamSection{padding:60px 20px}
.teamSection .sectionHead h2{font-size:1.9rem}
.teamGrid .memberCard{flex-direction:column;text-align:center}
.numbersRow{grid-template-columns:1fr}
.numbersRow .statItem .bigNum{font-size:2.6rem}
.statsDisplay .wrapper{padding:50px 30px}
.statsDisplay .topText h2{font-size:1.9rem}
.testimonialsBlock h2{font-size:1.9rem}
.testimonialsBlock .reviewCard{padding:30px}
}
.heroV2{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;margin:0 0 80px}
.heroV2 .bgLayer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.heroV2 .bgLayer img{width:100%;height:100%;object-fit:cover;filter:blur(8px) brightness(0.7)}
.heroV2 .contentWrap{position:relative;z-index:2;width:90%;max-width:1400px;margin:0 auto;padding:60px 40px;background:linear-gradient(135deg,#6887eff2,#bc391fe6);border-radius:32px;box-shadow:0 12px 40px #0000004d}
.heroV2 .mainTitle{font-size:3.2rem;line-height:1.2;color:#fff;margin:0 0 20px;font-weight:700;text-shadow:0 2px 8px #0003}
.heroV2 .subText{font-size:1.25rem;line-height:1.6;color:#FEECE4;margin:0;max-width:800px}
.heroV2::after{content:'';position:absolute;bottom:-1px;left:0;width:100%;height:80px;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,40 Q300,0 600,40 T1200,40 L1200,80 L0,80 Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat bottom;background-size:cover;z-index:3}
.partnerSection{width:90%;max-width:1400px;margin:0 auto 100px;padding:0 20px}
.partnerSection .sectionHead{text-align:center;margin:0 0 60px}
.partnerSection .sectionHead h2{font-size:2.5rem;color:#BC391F;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.partnerSection .sectionHead h2::before{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#6887EF,#BC391F);border-radius:4px}
.partnerSection .sectionHead p{font-size:1.15rem;line-height:1.7;color:#333;max-width:900px;margin:24px auto 0}
.gridPartner{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:40px}
.partnerCard{background:#fff;border-radius:28px;padding:40px 32px;box-shadow:0 6px 24px #6887ef1f;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}
.partnerCard:hover{transform:translateY(-8px);box-shadow:0 12px 36px #bc391f33;border-color:#FEECE4}
.partnerCard .cardHeader{display:flex;align-items:center;gap:20px;margin:0 0 24px}
.partnerCard .cardHeader img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #6887EF}
.partnerCard .cardHeader h3{font-size:1.6rem;color:#6887EF;margin:0;font-weight:600}
.partnerCard .cardBody{margin:0 0 28px}
.partnerCard .cardBody p{font-size:1.05rem;line-height:1.7;color:#555;margin:0 0 16px}
.partnerCard .cardBody p:last-child{margin:0}
.partnerCard .specialties{display:flex;flex-wrap:wrap;gap:10px}
.partnerCard .specialties span{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#FEECE4,#fff);border-radius:20px;font-size:.9rem;color:#BC391F;font-weight:500;border:1px solid #BC391F}
.valueSection{width:90%;max-width:1400px;margin:0 auto 100px;padding:80px 40px;background:radial-gradient(circle at top right,#6887EF,#BC391F);border-radius:40px;box-shadow:0 16px 48px #00000026;position:relative;overflow:hidden}
.valueSection::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#feece41a;border-radius:50%;z-index:1}
.valueSection .contentInner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.valueSection .leftSide h2{font-size:2.8rem;color:#fff;margin:0 0 28px;font-weight:700;line-height:1.2}
.valueSection .leftSide p{font-size:1.1rem;line-height:1.8;color:#FEECE4;margin:0 0 20px}
.valueSection .leftSide p:last-of-type{margin:0}
.valueSection .rightSide{display:flex;flex-direction:column;gap:24px}
.valueItem{background:#ffffff26;backdrop-filter:blur(10px);padding:28px 32px;border-radius:24px;border:2px solid #ffffff4d;transition:all .3s ease}
.valueItem:hover{background:#ffffff40;transform:translateX(8px)}
.valueItem h4{font-size:1.4rem;color:#fff;margin:0 0 12px;font-weight:600;display:flex;align-items:center;gap:12px}
.valueItem h4 i{font-size:1.6rem;color:#FEECE4}
.valueItem p{font-size:1rem;line-height:1.6;color:#FEECE4;margin:0}
.collabSection{width:90%;max-width:1400px;margin:0 auto 120px;padding:0 20px}
.collabSection .headerZone{text-align:left;max-width:750px;margin:0 0 50px}
.collabSection .headerZone h2{font-size:2.6rem;color:#6887EF;margin:0 0 20px;font-weight:700;position:relative;padding-left:24px}
.collabSection .headerZone h2::before{content:'';position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,#BC391F,#6887EF);border-radius:6px}
.collabSection .headerZone p{font-size:1.1rem;line-height:1.7;color:#444;margin:0}
.processGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.processCard{background:linear-gradient(135deg,#FEECE4,#fff);border-radius:32px;padding:40px 28px;text-align:center;position:relative;border:2px solid #6887EF;box-shadow:0 8px 24px #6887ef14;transition:all .3s ease}
.processCard:hover{box-shadow:0 16px 40px #bc391f26;transform:scale(1.05)}
.processCard .stepNum{position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:50px;height:50px;background:linear-gradient(135deg,#6887EF,#BC391F);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#fff;font-weight:700;box-shadow:0 4px 12px #0003}
.processCard .iconZone{margin:20px 0 24px}
.processCard .iconZone i{font-size:3rem;color:#BC391F}
.processCard h3{font-size:1.5rem;color:#6887EF;margin:0 0 16px;font-weight:600}
.processCard p{font-size:1rem;line-height:1.6;color:#555;margin:0}
.ctaZone{width:90%;max-width:1400px;margin:0 auto 80px;padding:60px 40px;background:linear-gradient(135deg,#BC391F,#6887EF);border-radius:36px;text-align:center;box-shadow:0 12px 36px #0003}
.ctaZone h2{font-size:2.4rem;color:#fff;margin:0 0 20px;font-weight:700}
.ctaZone p{font-size:1.15rem;line-height:1.6;color:#FEECE4;margin:0 0 32px;max-width:700px;margin-left:auto;margin-right:auto}
.ctaZone .btnGroup{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.ctaZone .btnGroup a{display:inline-block;padding:16px 40px;font-size:1.1rem;font-weight:600;border-radius:28px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #00000026;z-index:10;position:relative}
.ctaZone .btnGroup .primaryBtn{background:#fff;color:#BC391F}
.ctaZone .btnGroup .primaryBtn:hover{background:#FEECE4;transform:translateY(-4px);box-shadow:0 8px 24px #00000040}
.ctaZone .btnGroup .secondaryBtn{background:#fff3;color:#fff;border:2px solid #fff}
.ctaZone .btnGroup .secondaryBtn:hover{background:#ffffff4d;transform:translateY(-4px)}
@media (max-width: 968px) {
.heroV2 .mainTitle{font-size:2.4rem}
.heroV2 .subText{font-size:1.1rem}
.heroV2 .contentWrap{padding:40px 28px}
.gridPartner{grid-template-columns:1fr}
.valueSection .contentInner{grid-template-columns:1fr;gap:40px}
.processGrid{grid-template-columns:1fr;gap:50px}
.partnerSection .sectionHead h2{font-size:2rem}
.valueSection .leftSide h2{font-size:2.2rem}
.collabSection .headerZone h2{font-size:2rem}
.ctaZone h2{font-size:2rem}
}
@media (max-width: 640px) {
.heroV2{min-height:360px}
.heroV2 .mainTitle{font-size:1.9rem}
.heroV2 .subText{font-size:1rem}
.heroV2 .contentWrap{padding:32px 20px;width:95%}
.partnerSection,.valueSection,.collabSection,.ctaZone{width:95%;padding-left:20px;padding-right:20px}
.valueSection{padding-top:50px;padding-bottom:50px}
.ctaZone .btnGroup{flex-direction:column;align-items:stretch}
.ctaZone .btnGroup a{width:100%}
}
.succWrap{max-width:1400px;margin:60px auto;padding:0 20px}
.confirmBlockV1{background:linear-gradient(135deg,#FEECE4 0%,#fff 100%);border-radius:32px;padding:80px 60px;display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center;box-shadow:0 8px 24px #6887ef1f;position:relative;overflow:hidden}
.confirmBlockV1::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#6887ef08 1px,transparent 1px),linear-gradient(90deg,#6887ef08 1px,transparent 1px);background-size:40px 40px;pointer-events:none;opacity:.4}
.txtContentV2{position:relative;z-index:2}
.iconWrapV1{width:72px;height:72px;background:linear-gradient(135deg,#6887EF 0%,#BC391F 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:28px;box-shadow:0 6px 20px #bc391f40}
.iconWrapV1 svg{width:40px;height:40px}
.headSucc{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 20px;line-height:1.2}
.headSucc .highlightTerm{background:linear-gradient(135deg,#6887EF 0%,#BC391F 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}
.headSucc .highlightTerm::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:linear-gradient(90deg,#6887EF 0%,#BC391F 100%);opacity:.3}
.descSucc{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 32px}
.nextStepsBox{background:#ffffffb3;border:2px solid #6887ef33;border-radius:20px;padding:24px 28px;margin-bottom:36px}
.stepsLabel{font-size:14px;font-weight:600;color:#6887EF;text-transform:uppercase;letter-spacing:.8px;margin:0 0 16px}
.stepItemV1{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px}
.stepItemV1:last-child{margin-bottom:0}
.stepNumV2{width:28px;height:28px;background:linear-gradient(135deg,#6887EF 0%,#BC391F 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}
.stepTxt{font-size:16px;color:#2d2d2d;line-height:1.6;padding-top:3px}
.actionBtnsV1{display:flex;gap:16px;flex-wrap:wrap}
.primButtV3{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#6887EF 0%,#BC391F 100%);color:#fff;text-decoration:none;border-radius:28px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #6887ef4d;position:relative;z-index:10}
.primButtV3:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6887ef66}
.secButtV2{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:#fff;color:#6887EF;text-decoration:none;border:2px solid #6887EF;border-radius:28px;font-size:16px;font-weight:600;transition:all .3s ease;position:relative;z-index:10}
.secButtV2:hover{background:#6887EF;color:#fff;transform:translateY(-2px)}
.visualCardV1{position:relative;z-index:2;background:#fff;border-radius:28px;padding:40px;box-shadow:0 12px 32px #6887ef2e;border:1px solid #6887ef26}
.statDisplayV2{text-align:center;margin-bottom:32px}
.statNumV1{font-size:56px;font-weight:800;background:linear-gradient(135deg,#6887EF 0%,#BC391F 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin:0 0 8px}
.statLabelV1{font-size:15px;color:#666;font-weight:500}
.progressBarV1{margin-bottom:28px}
.progLabelV2{font-size:13px;color:#666;margin-bottom:8px;font-weight:600}
.progTrackV1{height:12px;background:#f0f0f0;border-radius:20px;overflow:hidden;position:relative}
.progFillV1{height:100%;background:linear-gradient(90deg,#6887EF 0%,#BC391F 100%);border-radius:20px;width:100%;transition:width 1.5s ease}
.infoListV2{list-style:none;padding:0;margin:0}
.infoListV2 li{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0;font-size:15px;color:#4a4a4a}
.infoListV2 li:last-child{border-bottom:none}
.infoListV2 li svg{width:20px;height:20px;color:#6887EF;flex-shrink:0}
@media (max-width: 968px) {
.confirmBlockV1{grid-template-columns:1fr;padding:60px 40px;gap:40px}
.visualCardV1{max-width:440px;margin:0 auto}
.headSucc{font-size:36px}
}
@media (max-width: 640px) {
.succWrap{margin:30px auto;padding:0 16px}
.confirmBlockV1{padding:40px 24px;border-radius:24px}
.headSucc{font-size:28px}
.descSucc{font-size:16px}
.iconWrapV1{width:60px;height:60px;margin-bottom:20px}
.iconWrapV1 svg{width:32px;height:32px}
.actionBtnsV1{flex-direction:column}
.primButtV3,.secButtV2{width:100%;justify-content:center}
.visualCardV1{padding:32px 24px}
.statNumV1{font-size:44px}
}