@import "https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap";
html{box-sizing:border-box}
*,::before,::after{box-sizing:inherit;margin:0;padding:0}
body{font-family:'Roboto Slab',serif;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);color:#2c3e50;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
.headerWrapper-v1{background:linear-gradient(313deg,#02E8E4 0%,#793273 50%,#FFF 100%);padding:24px 20px;box-shadow:0 6px 18px #79327326}
.headerWrapper-v1 .topRowContent{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:auto 1fr;gap:20px 18px;align-items:center;margin-bottom:22px}
.headerWrapper-v1 .logoZone{display:flex;align-items:center;justify-content:flex-start}
.headerWrapper-v1 .siteLogo-v2{height:85px;width:85px;object-fit:contain;background:#ffffff4d;padding:8px;border-radius:8px;box-shadow:0 4px 12px #02e8e433}
.headerWrapper-v1 .companyTitle-v1{display:flex;align-items:center;justify-content:flex-end}
.headerWrapper-v1 .brandText{font-size:2.1rem;font-weight:700;color:#FFF;text-shadow:2px 2px 8px #79327366;letter-spacing:.5px}
.headerWrapper-v1 .mainNavBar-v1{max-width:1000px;margin:0 auto}
.headerWrapper-v1 .navList-v3{list-style:none;display:flex;gap:16px;justify-content:center;flex-wrap:wrap;padding:0}
.headerWrapper-v1 .navItem-v1{margin:0}
.headerWrapper-v1 .navLink-v2{display:block;padding:12px 22px;color:#FFF;text-decoration:none;font-weight:400;font-size:1.05rem;background:#ffffff26;border-radius:6px;transition:all 180ms linear;box-shadow:0 3px 10px #02e8e41f}
.headerWrapper-v1 .navLink-v2:hover{background:#ffffff47;box-shadow:0 5px 14px #79327340}
.footerContainer-v1{background:linear-gradient(180deg,#f1f3f5 0%,#e9ecef 100%);padding:48px 20px 28px;margin-top:60px}
.footerContainer-v1 .footerGrid-v2{max-width:880px;margin:0 auto 32px;display:grid;grid-template-columns:1.2fr 0.8fr;gap:40px}
.footerContainer-v1 .contactBlock-v1{padding-right:20px}
.footerContainer-v1 .footerHeading-v1{font-size:1.3rem;font-weight:700;color:#793273;margin-bottom:16px}
.footerContainer-v1 .contactLine-v2{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:.98rem;color:#495057}
.footerContainer-v1 .contactLine-v2 .f7-icons{color:#02E8E4;font-size:1.2rem}
.footerContainer-v1 .footerLinks-v2{list-style:none}
.footerContainer-v1 .footerLinks-v2 li{margin-bottom:10px}
.footerContainer-v1 .footerLink-v3{color:#495057;text-decoration:none;font-size:.98rem;transition:color 160ms linear}
.footerContainer-v1 .footerLink-v3:hover{color:#793273}
.footerContainer-v1 .copyrightSection-v1{max-width:880px;margin:0 auto;padding-top:24px;border-top:1px solid #dee2e6;text-align:center}
.footerContainer-v1 .copyrightText-v2{font-size:.92rem;color:#6c757d}
.cookieOverlay-v1{position:fixed;bottom:0;left:0;right:0;background:#2c3e50bf;padding:0;z-index:9999;opacity:1;transition:opacity 220ms linear}
.cookieOverlay-v1.hideCookie{opacity:0;pointer-events:none}
.cookiePanel-v2{background:#FFF;padding:32px 24px;box-shadow:0 -8px 24px #7932732e}
.cookiePanel-v2 .cookieTitle-v1{font-size:1.5rem;font-weight:700;color:#793273;margin-bottom:12px;text-align:center}
.cookiePanel-v2 .cookieDescription-v2{font-size:.96rem;color:#495057;text-align:center;margin-bottom:24px;max-width:700px;margin-left:auto;margin-right:auto}
.cookiePanel-v2 .cookieGrid-v1{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1000px;margin:0 auto 24px}
.cookiePanel-v2 .cookieCard-v2{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:18px;border-radius:8px;border:2px solid #dee2e6;box-shadow:0 4px 10px #02e8e414}
.cookiePanel-v2 .cardHeader-v1{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.cookiePanel-v2 .cardHeader-v1 .f7-icons{font-size:1.4rem;color:#02E8E4}
.cookiePanel-v2 .cardTitle-v2{font-size:1.05rem;font-weight:700;color:#2c3e50}
.cookiePanel-v2 .cardDesc-v1{font-size:.88rem;color:#6c757d;margin-bottom:14px;line-height:1.4}
.cookiePanel-v2 .toggleWrapper-v1{display:flex;align-items:center;gap:8px}
.cookiePanel-v2 .cookieToggle-v2{width:18px;height:18px;cursor:pointer}
.cookiePanel-v2 .cookieToggle-v2:disabled{cursor:not-allowed;opacity:.6}
.cookiePanel-v2 .toggleLabel-v1{font-size:.9rem;color:#495057;cursor:pointer}
.cookiePanel-v2 .cookieActions-v1{display:flex;justify-content:center;gap:16px;max-width:600px;margin:0 auto}
.cookiePanel-v2 .cookieBtn-v2{padding:14px 32px;font-size:1rem;font-weight:700;font-family:'Roboto Slab',serif;border:none;cursor:pointer;transition:all 200ms linear;box-shadow:0 4px 12px #02e8e426}
.cookiePanel-v2 .acceptBtn-v1{background:linear-gradient(135deg,#02E8E4 0%,#793273 100%);color:#FFF}
.cookiePanel-v2 .acceptBtn-v1:hover{box-shadow:0 6px 16px #7932734d;transform:scale(1.02)}
.cookiePanel-v2 .declineBtn-v1{background:#dee2e6;color:#495057}
.cookiePanel-v2 .declineBtn-v1:hover{background:#ced4da;box-shadow:0 6px 16px #6c757d33}
@media (max-width: 768px) {
.headerWrapper-v1 .topRowContent{grid-template-columns:1fr;text-align:center;gap:16px}
.headerWrapper-v1 .logoZone{justify-content:center}
.headerWrapper-v1 .companyTitle-v1{justify-content:center}
.headerWrapper-v1 .brandText{font-size:1.7rem}
.headerWrapper-v1 .navList-v3{flex-direction:column;align-items:stretch}
.headerWrapper-v1 .navLink-v2{text-align:center}
.footerContainer-v1 .footerGrid-v2{grid-template-columns:1fr;gap:28px}
.cookiePanel-v2 .cookieGrid-v1{grid-template-columns:1fr}
.cookiePanel-v2 .cookieActions-v1{flex-direction:column}
}
@media (max-width: 480px) {
.headerWrapper-v1 .siteLogo-v2{height:70px;width:70px}
.headerWrapper-v1 .brandText{font-size:1.5rem}
.cookiePanel-v2{padding:24px 16px}
.cookiePanel-v2 .cookieTitle-v1{font-size:1.3rem}
}
.ijh-content-legal{max-width:800px;margin:0 auto;padding:60px 20px 80px;background:#FFF}
.ijh-content-legal h1{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}
.ijh-content-legal h2{font-size:32px;font-weight:600;color:#2a2a2a;margin:56px 0 20px;line-height:1.3;padding-top:20px;border-top:2px solid #f0f0f0}
.ijh-content-legal h2:first-of-type{margin-top:40px;border-top:none;padding-top:0}
.ijh-content-legal h3{font-size:24px;font-weight:600;color:#3a3a3a;margin:36px 0 16px;line-height:1.4}
.ijh-content-legal h4{font-size:20px;font-weight:600;color:#4a4a4a;margin:28px 0 12px;line-height:1.4}
.ijh-content-legal h5{font-size:18px;font-weight:600;color:#5a5a5a;margin:24px 0 10px;line-height:1.5}
.ijh-content-legal h6{font-size:16px;font-weight:600;color:#6a6a6a;margin:20px 0 8px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.ijh-content-legal div{margin:0 0 20px;line-height:1.8;font-size:16px;color:#4a4a4a}
.ijh-content-legal strong,.ijh-content-legal b{font-weight:600;color:#2a2a2a}
.ijh-content-legal em,.ijh-content-legal i{font-style:italic;color:#3a3a3a}
.ijh-content-legal a{color:#02E8E4;text-decoration:none;border-bottom:1px solid #02e8e44d;transition:all 180ms linear;font-weight:500}
.ijh-content-legal a:hover{color:#793273;border-bottom-color:#79327380;transform:translateY(-1px)}
.ijh-content-legal a:active{transform:translateY(0)}
@media (max-width: 768px) {
.ijh-content-legal{padding:40px 16px 60px}
.ijh-content-legal h1{font-size:32px;margin-bottom:12px}
.ijh-content-legal h2{font-size:26px;margin:44px 0 16px;padding-top:16px}
.ijh-content-legal h3{font-size:22px;margin:32px 0 12px}
.ijh-content-legal h4{font-size:19px;margin:24px 0 10px}
.ijh-content-legal h5{font-size:17px;margin:20px 0 8px}
.ijh-content-legal h6{font-size:15px;margin:18px 0 8px}
.ijh-content-legal div{font-size:15px;margin-bottom:16px;line-height:1.7}
}
@media (max-width: 480px) {
.ijh-content-legal{padding:32px 12px 48px}
.ijh-content-legal h1{font-size:28px}
.ijh-content-legal h2{font-size:23px;margin:36px 0 14px}
.ijh-content-legal h3{font-size:20px}
.ijh-content-legal div{font-size:14px}
}
.pageV1Intro{background:linear-gradient(137deg,#02E8E4 0%,#793273 50%,#FFF 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.pageV1Intro::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:50%;pointer-events:none}
.pageContentWrapper{max-width:1000px;margin:0 auto}
.introMainGrid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}
.introTextArea h1{font-size:2.8rem;line-height:1.2;margin:0 0 18px;color:#FFF}
.introTextArea .subtitleText{font-size:1.15rem;line-height:1.6;color:#ffffffeb;margin:0}
.introImageContainer{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 12px 28px #79327340}
.introImageContainer::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,transparent 40%,#02e8e426 100%);pointer-events:none}
.introImageContainer img{width:100%;height:auto;display:block;object-fit:cover}
.foundingStory{padding:90px 20px;background:#FAFBFC}
.storyLayout{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px}
.storyTextBlock h2{font-size:2.2rem;margin:0 0 24px;color:#793273;line-height:1.3}
.storyTextBlock p{font-size:1.05rem;line-height:1.7;color:#333;margin:0 0 20px}
.storyTextBlock p:last-of-type{margin-bottom:0}
.timelineVisual{position:relative;padding-left:30px}
.timelineVisual::before{content:'';position:absolute;left:0;top:10px;bottom:10px;width:3px;background:linear-gradient(180deg,#02E8E4 0%,#793273 100%)}
.timelineMarker{position:relative;margin-bottom:32px;padding-left:20px}
.timelineMarker::before{content:'';position:absolute;left:-36px;top:4px;width:12px;height:12px;background:#02E8E4;border-radius:50%;border:3px solid #FFF;box-shadow:0 0 0 2px #793273}
.timelineMarker h4{font-size:1.25rem;margin:0 0 8px;color:#02E8E4}
.timelineMarker p{font-size:.95rem;line-height:1.6;color:#555;margin:0}
.expertiseDisplay{padding:85px 20px;background:#FFF}
.expertiseContainer{max-width:1000px;margin:0 auto}
.expertiseContainer h2{font-size:2.3rem;text-align:center;margin:0 0 50px;color:#793273}
.skillsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px}
.skillCard{background:#F8F9FA;border-radius:16px;padding:32px 24px;position:relative;border:2px solid transparent;transition:all 220ms linear}
.skillCard::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#02E8E4,#793273);border-radius:16px;opacity:0;transition:opacity 180ms linear;z-index:-1}
.skillCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #02e8e426}
.skillCard:hover::before{opacity:1}
.skillCard h3{font-size:1.35rem;margin:0 0 14px;color:#02E8E4}
.skillCard p{font-size:.98rem;line-height:1.65;color:#444;margin:0}
.teamShowcase{padding:80px 20px;background:linear-gradient(190deg,#793273 0%,#02E8E4 100%)}
.teamWrapper{max-width:1000px;margin:0 auto}
.teamWrapper h2{font-size:2.25rem;text-align:center;margin:0 0 55px;color:#FFF}
.teamMembersLayout{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}
.memberCard{background:#fffffff2;border-radius:18px;padding:0;overflow:hidden;box-shadow:0 10px 24px #0000001f;transition:transform 200ms linear}
.memberCard:hover{transform:scale(1.03)}
.memberPhotoArea{width:100%;height:280px;overflow:hidden;position:relative}
.memberPhotoArea::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,#7932734d 100%)}
.memberPhotoArea img{width:100%;height:100%;object-fit:cover}
.memberInfoSection{padding:28px 24px}
.memberInfoSection h3{font-size:1.4rem;margin:0 0 8px;color:#793273}
.memberInfoSection h4{font-size:1.05rem;margin:0 0 16px;color:#02E8E4;font-weight:500}
.memberInfoSection p{font-size:.95rem;line-height:1.6;color:#555;margin:0}
.approachVisual{padding:90px 20px;background:#F5F7F9}
.approachContent{max-width:1000px;margin:0 auto}
.approachHeader{text-align:center;margin-bottom:60px}
.approachHeader h2{font-size:2.35rem;margin:0 0 20px;color:#793273}
.approachHeader p{font-size:1.08rem;line-height:1.7;color:#444;max-width:700px;margin:0 auto}
.principlesDisplay{display:grid;grid-template-columns:1fr 1fr;gap:35px}
.principleBox{background:#FFF;border-radius:14px;padding:30px;border-left:5px solid #02E8E4;box-shadow:0 4px 14px #0000000f;transition:all 190ms linear}
.principleBox:nth-child(even){border-left-color:#793273}
.principleBox:hover{box-shadow:0 8px 22px #02e8e42e;transform:translateX(6px)}
.principleBox h3{font-size:1.3rem;margin:0 0 14px;color:#02E8E4}
.principleBox:nth-child(even) h3{color:#793273}
.principleBox p{font-size:.98rem;line-height:1.65;color:#555;margin:0}
.visualImageArea{margin-top:50px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:25px}
.visualImageItem{border-radius:12px;overflow:hidden;box-shadow:0 6px 16px #79327326}
.visualImageItem img{width:100%;height:220px;object-fit:cover;display:block;transition:transform 210ms linear}
.visualImageItem:hover img{transform:scale(1.08)}
@media (max-width: 900px) {
.introMainGrid{grid-template-columns:1fr}
.introTextArea h1{font-size:2.2rem}
.principlesDisplay{grid-template-columns:1fr}
.visualImageArea{grid-template-columns:1fr}
.visualImageItem img{height:260px}
}
@media (max-width: 650px) {
.pageV1Intro{padding:60px 15px 50px}
.introTextArea h1{font-size:1.85rem}
.foundingStory,.expertiseDisplay,.teamShowcase,.approachVisual{padding:60px 15px}
.storyLayout{grid-template-columns:1fr;gap:35px}
.teamMembersLayout{grid-template-columns:1fr}
.skillsGrid{grid-template-columns:1fr}
}
.indexHero-mainWrapper{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:80px 20px 70px;position:relative;overflow:hidden}
.indexHero-mainWrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:linear-gradient(313deg,#02E8E4 0%,#793273 50%,#FFF 100%);opacity:.08;border-radius:50%;z-index:1}
.indexHero-innerContent{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:45px;position:relative;z-index:2}
.indexHero-textBlock{max-width:680px}
.indexHero-mainTitle{font-size:52px;font-weight:700;line-height:1.2;color:#212529;margin:0 0 24px;position:relative}
.indexHero-mainTitle::after{content:'';position:absolute;bottom:-12px;left:0;width:90px;height:5px;background:linear-gradient(90deg,#02E8E4 0%,#793273 100%);border-radius:3px}
.indexHero-subheadingText{font-size:19px;line-height:1.7;color:#495057;margin:0}
.indexHero-visualArea{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}
.indexHero-imageContainer{border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #7932731f;transition:all 220ms linear}
.indexHero-imageContainer:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 14px 36px #02e8e42e}
.indexHero-primaryImg{width:100%;height:auto;display:block;object-fit:cover}
.indexHero-statsContainer{background:#fff;border-radius:16px;padding:32px 28px;box-shadow:0 4px 16px #00000014;border:2px solid #e9ecef}
.indexHero-statItem{margin-bottom:26px}
.indexHero-statItem:last-child{margin-bottom:0}
.indexHero-statNumber{font-size:38px;font-weight:700;color:#793273;margin:0 0 6px;line-height:1}
.indexHero-statLabel{font-size:15px;color:#6c757d;margin:0;line-height:1.4}
.expertise-sectionWrapper{padding:85px 20px;background:#fff}
.expertise-containerBox{max-width:1000px;margin:0 auto}
.expertise-headerBlock{text-align:center;margin-bottom:65px}
.expertise-mainHeading{font-size:42px;font-weight:700;color:#212529;margin:0 0 18px;position:relative;display:inline-block}
.expertise-mainHeading::before{content:'';position:absolute;top:-15px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#02E8E4;border-radius:2px}
.expertise-descriptionText{font-size:18px;line-height:1.6;color:#6c757d;max-width:720px;margin:0 auto}
.expertise-profilesGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.expertise-expertCard{display:flex;gap:28px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:36px;border-radius:18px;border:1px solid #dee2e6;transition:all 180ms linear}
.expertise-expertCard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #79327324;border-color:#02E8E4}
.expertise-photoWrapper{flex-shrink:0}
.expertise-expertPhoto{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid #02E8E4;box-shadow:0 6px 18px #02e8e433}
.expertise-infoBlock{flex:1}
.expertise-expertName{font-size:24px;font-weight:700;color:#212529;margin:0 0 8px}
.expertise-expertRole{font-size:15px;color:#793273;font-weight:600;margin:0 0 14px}
.expertise-expertBio{font-size:15px;line-height:1.6;color:#495057;margin:0}
.mechanics-outerWrapper{padding:80px 20px;background:linear-gradient(135deg,#fafbfc 0%,#f1f3f5 100%);position:relative}
.mechanics-contentContainer{max-width:1000px;margin:0 auto}
.mechanics-titleSection{margin-bottom:55px}
.mechanics-primaryHeading{font-size:40px;font-weight:700;color:#212529;margin:0 0 16px}
.mechanics-subtitleText{font-size:17px;line-height:1.7;color:#6c757d;margin:0;max-width:780px}
.mechanics-approachesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.mechanics-methodCard{background:#fff;padding:38px 30px;border-radius:14px;box-shadow:0 6px 20px #0000000f;border-top:4px solid #02E8E4;transition:all 200ms linear;position:relative}
.mechanics-methodCard:nth-child(2){border-top-color:#793273}
.mechanics-methodCard:nth-child(3){border-top-color:#02E8E4}
.mechanics-methodCard:hover{transform:scale(1.04);box-shadow:0 10px 28px #79327329}
.mechanics-iconWrapper{width:64px;height:64px;background:linear-gradient(135deg,#02E8E4 0%,#793273 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.mechanics-methodIcon{font-size:32px;color:#fff}
.mechanics-methodTitle{font-size:21px;font-weight:700;color:#212529;margin:0 0 12px}
.mechanics-methodDesc{font-size:15px;line-height:1.6;color:#495057;margin:0}
.tools-sectionBlock{padding:75px 20px;background:#fff}
.tools-innerBox{max-width:1000px;margin:0 auto}
.tools-headingArea{margin-bottom:50px;text-align:center}
.tools-sectionTitle{font-size:40px;font-weight:700;color:#212529;margin:0 0 14px}
.tools-leadText{font-size:17px;line-height:1.6;color:#6c757d;margin:0;max-width:650px;margin-left:auto;margin-right:auto}
.tools-visualGrid{display:grid;grid-template-columns:2fr 1fr;gap:36px;align-items:center}
.tools-featuresList{display:flex;flex-direction:column;gap:24px}
.tools-featureItem{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:28px 32px;border-radius:12px;border-left:4px solid #793273;box-shadow:0 4px 14px #0000000d;transition:all 180ms linear}
.tools-featureItem:hover{transform:translateX(8px);box-shadow:0 8px 22px #02e8e41f;border-left-color:#02E8E4}
.tools-featureTitle{font-size:19px;font-weight:700;color:#212529;margin:0 0 10px}
.tools-featureDesc{font-size:15px;line-height:1.6;color:#495057;margin:0}
.tools-imageBox{border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #79327324}
.tools-showcaseImg{width:100%;height:auto;display:block;object-fit:cover}
.relevance-wrapperSection{padding:80px 20px;background:linear-gradient(135deg,#fafbfc 0%,#e9ecef 100%)}
.relevance-contentBox{max-width:1000px;margin:0 auto}
.relevance-topSection{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:start;margin-bottom:55px}
.relevance-textColumn{position:sticky;top:20px}
.relevance-mainTitle{font-size:38px;font-weight:700;color:#212529;margin:0 0 20px}
.relevance-introText{font-size:16px;line-height:1.7;color:#495057;margin:0 0 32px}
.relevance-ctaButton{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#02E8E4 0%,#793273 100%);color:#fff;font-size:17px;font-weight:600;text-decoration:none;border-radius:10px;box-shadow:0 6px 18px #7932733d;transition:all 200ms linear;position:relative;z-index:5}
.relevance-ctaButton:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 28px #02e8e452}
.relevance-statsColumn{background:#fff;padding:40px 36px;border-radius:18px;box-shadow:0 8px 24px #00000014;border:2px solid #dee2e6}
.relevance-statRow{display:flex;align-items:center;gap:20px;padding:24px 0;border-bottom:1px solid #e9ecef}
.relevance-statRow:last-child{border-bottom:none;padding-bottom:0}
.relevance-statRow:first-child{padding-top:0}
.relevance-progressBar{flex:1;height:12px;background:#e9ecef;border-radius:6px;overflow:hidden;position:relative}
.relevance-progressFill{height:100%;background:linear-gradient(90deg,#02E8E4 0%,#793273 100%);border-radius:6px;transition:width 400ms linear}
.relevance-progressFill.fill-v1{width:89%}
.relevance-progressFill.fill-v2{width:76%}
.relevance-progressFill.fill-v3{width:92%}
.relevance-statLabel{font-size:15px;font-weight:600;color:#495057;min-width:180px}
.relevance-statValue{font-size:18px;font-weight:700;color:#793273;min-width:50px;text-align:right}
.relevance-bottomGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.relevance-insightCard{background:#fff;padding:32px 28px;border-radius:14px;box-shadow:0 6px 18px #0000000f;transition:all 190ms linear}
.relevance-insightCard:hover{transform:translateY(-5px);box-shadow:0 12px 30px #79327324}
.relevance-cardIcon{font-size:36px;color:#02E8E4;margin-bottom:18px}
.relevance-cardTitle{font-size:19px;font-weight:700;color:#212529;margin:0 0 12px}
.relevance-cardText{font-size:14px;line-height:1.6;color:#6c757d;margin:0}
@media (max-width: 768px) {
.indexHero-mainWrapper{padding:60px 20px 50px}
.indexHero-mainTitle{font-size:36px;margin-bottom:18px}
.indexHero-subheadingText{font-size:17px}
.indexHero-visualArea{grid-template-columns:1fr;gap:20px}
.expertise-profilesGrid{grid-template-columns:1fr;gap:28px}
.expertise-expertCard{flex-direction:column;align-items:center;text-align:center;padding:28px 24px}
.mechanics-approachesGrid{grid-template-columns:1fr;gap:24px}
.tools-visualGrid{grid-template-columns:1fr;gap:28px}
.relevance-topSection{grid-template-columns:1fr;gap:36px}
.relevance-textColumn{position:static}
.relevance-bottomGrid{grid-template-columns:1fr;gap:20px}
.relevance-statLabel{min-width:140px;font-size:14px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.indexHero-mainTitle{font-size:44px}
.mechanics-approachesGrid{grid-template-columns:repeat(2,1fr)}
.relevance-bottomGrid{grid-template-columns:repeat(2,1fr)}
}
.primaryWrap-v1{width:100%;max-width:1000px;margin:0 auto;padding:0 20px}
.contactHeroZone{padding:80px 0 60px;background:linear-gradient(135deg,#02E8E4 0%,#79327326 100%);position:relative;overflow:hidden}
.contactHeroZone::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:80px;background:#FFF;clip-path:polygon(0 50%,100% 0,100% 100%,0 100%)}
.heroContentBox{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:2}
.heroContentBox h1{font-size:42px;line-height:1.2;color:#793273;margin:0 0 20px;font-weight:700}
.heroContentBox .subtextLine-v2{font-size:18px;line-height:1.6;color:#444;margin:0}
.formAreaSection{padding:80px 0 100px;background:#FFF}
.formIntroHeader{text-align:center;margin-bottom:50px}
.formIntroHeader h2{font-size:32px;color:#793273;margin:0 0 15px;font-weight:600}
.formIntroHeader .descriptionText{font-size:16px;line-height:1.7;color:#555;max-width:600px;margin:0 auto}
.contactFormWrapper{max-width:700px;margin:0 auto;background:linear-gradient(160deg,#02e8e414 0%,#79327314 100%);padding:50px 40px;border-radius:16px;box-shadow:0 8px 24px #7932731f}
.fieldRowDouble{display:flex;gap:20px;margin-bottom:24px}
.inputGroup-v1{flex:1;display:flex;flex-direction:column}
.inputGroup-v1 label{font-size:14px;font-weight:600;color:#793273;margin-bottom:8px;display:block}
.inputGroup-v1 input,.inputGroup-v1 select{width:100%;padding:14px 16px;border:2px solid #79327333;border-radius:8px;font-size:15px;color:#333;background:#FFF;transition:all 180ms linear}
.inputGroup-v1 input:focus,.inputGroup-v1 select:focus{outline:none;border-color:#02E8E4;box-shadow:0 4px 12px #02e8e433}
.fieldRowSingle{margin-bottom:24px}
.checkboxCluster{margin-bottom:28px}
.checkboxCluster .clusterLabel{font-size:14px;font-weight:600;color:#793273;margin-bottom:12px;display:block}
.optionsList{display:flex;flex-direction:column;gap:12px}
.checkboxItem-v2{position:relative}
.checkboxItem-v2 input[type="checkbox"]{position:absolute;opacity:0;cursor:pointer}
.checkboxItem-v2 label{display:flex;align-items:center;cursor:pointer;font-size:15px;color:#444;padding-left:36px;position:relative;transition:color 160ms linear}
.checkboxItem-v2 label::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:22px;height:22px;border:2px solid #7932734d;border-radius:4px;background:#FFF;transition:all 180ms linear}
.checkboxItem-v2 label::after{content:'';position:absolute;left:6px;top:50%;transform:translateY(-50%) scale(0);width:10px;height:10px;background:#02E8E4;border-radius:2px;transition:transform 160ms linear}
.checkboxItem-v2 input[type="checkbox"]:checked + label::before{border-color:#02E8E4;background:#02e8e41a}
.checkboxItem-v2 input[type="checkbox"]:checked + label::after{transform:translateY(-50%) scale(1)}
.checkboxItem-v2 input[type="checkbox"]:checked + label{color:#793273}
.privacyCheckboxWrapper{margin-bottom:30px;position:relative}
.privacyCheckboxWrapper input[type="checkbox"]{position:absolute;opacity:0;cursor:pointer}
.privacyCheckboxWrapper label{display:flex;align-items:flex-start;cursor:pointer;font-size:14px;color:#555;padding-left:36px;position:relative;line-height:1.6}
.privacyCheckboxWrapper label::before{content:'';position:absolute;left:0;top:2px;width:22px;height:22px;border:2px solid #7932734d;border-radius:4px;background:#FFF;transition:all 180ms linear}
.privacyCheckboxWrapper label::after{content:'';position:absolute;left:6px;top:8px;transform:scale(0);width:10px;height:10px;background:#02E8E4;border-radius:2px;transition:transform 160ms linear}
.privacyCheckboxWrapper input[type="checkbox"]:checked + label::before{border-color:#02E8E4;background:#02e8e41a}
.privacyCheckboxWrapper input[type="checkbox"]:checked + label::after{transform:scale(1)}
.privacyCheckboxWrapper a{color:#793273;text-decoration:none;font-weight:600;transition:color 160ms linear}
.privacyCheckboxWrapper a:hover{color:#02E8E4}
.submitButtonHolder{text-align:center}
.submitButton-v3{display:inline-block;padding:16px 50px;background:linear-gradient(135deg,#02E8E4 0%,#793273 100%);color:#FFF;font-size:16px;font-weight:700;border:none;border-radius:10px;cursor:pointer;transition:all 200ms linear;box-shadow:0 6px 16px #7932734d;position:relative;z-index:10}
.submitButton-v3:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 24px #02e8e466}
.submitButton-v3:active{transform:translateY(0) scale(0.98)}
.contactInfoPanel{margin-top:60px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}
.infoCard-v1{background:linear-gradient(160deg,#02e8e40d 0%,#7932730d 100%);padding:30px 25px;border-radius:12px;border:2px solid #7932731a;transition:all 200ms linear}
.infoCard-v1:hover{border-color:#02E8E4;box-shadow:0 6px 18px #02e8e426;transform:translateY(-4px)}
.infoCard-v1 .iconHolder{font-size:32px;color:#793273;margin-bottom:15px}
.infoCard-v1 h3{font-size:18px;color:#793273;margin:0 0 10px;font-weight:600}
.infoCard-v1 .infoDetail{font-size:15px;color:#555;line-height:1.6;margin:0}
.infoCard-v1 a{color:#793273;text-decoration:none;transition:color 160ms linear}
.infoCard-v1 a:hover{color:#02E8E4}
@media (max-width: 768px) {
.contactHeroZone{padding:60px 0 50px}
.heroContentBox h1{font-size:32px}
.heroContentBox .subtextLine-v2{font-size:16px}
.formAreaSection{padding:60px 0 80px}
.formIntroHeader h2{font-size:26px}
.contactFormWrapper{padding:35px 25px}
.fieldRowDouble{flex-direction:column;gap:24px}
.contactInfoPanel{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 480px) {
.heroContentBox h1{font-size:28px}
.formIntroHeader h2{font-size:24px}
.contactFormWrapper{padding:30px 20px}
.submitButton-v3{width:100%;padding:14px 30px}
}
.program-hero-v1{padding:80px 20px 60px;background:linear-gradient(135deg,#02e8e414 0%,#79327314 100%);position:relative}
.program-hero-wrapper-v1{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.program-hero-content-v1{display:flex;flex-direction:column;gap:24px}
.program-hero-title-v1{font-size:48px;font-weight:700;line-height:1.1;color:#1a1a1a;margin:0}
.program-hero-text-v1 p{font-size:17px;line-height:1.7;color:#3a3a3a;margin:0}
.program-hero-image-v1{position:relative}
.program-hero-image-v1 img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #79327326}
.divider-wave-v1{width:100%;height:80px;display:block}
.program-structure-v1{padding:80px 20px;background:#fff}
.program-structure-wrapper-v1{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:60px}
.structure-intro-v1{text-align:center;max-width:680px;margin:0 auto}
.structure-heading-v1{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.structure-description-v1{font-size:18px;line-height:1.6;color:#4a4a4a;margin:0}
.modules-grid-v1{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.module-card-v1{background:linear-gradient(145deg,#f9f9f9 0%,#fff 100%);padding:32px;border-radius:8px;border:1px solid #e8e8e8;display:flex;flex-direction:column;gap:16px;transition:all 180ms linear}
.module-card-v1:hover{transform:translateY(-4px);box-shadow:0 12px 28px #02e8e41f;border-color:#02E8E4}
.module-marker-v1{font-size:28px;font-weight:700;color:#793273;opacity:.4}
.module-title-v1{font-size:22px;font-weight:700;color:#1a1a1a;margin:0}
.module-text-v1{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0;flex-grow:1}
.module-topics-v1{display:flex;flex-wrap:wrap;gap:8px}
.topic-tag-v1{font-size:13px;padding:6px 14px;background:#02e8e41a;color:#02A09D;border-radius:20px;font-weight:500}
.timeline-block-v1{background:linear-gradient(125deg,#7932730a 0%,#02e8e40a 100%);padding:48px 40px;border-radius:12px}
.timeline-heading-v1{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 40px;text-align:center}
.timeline-steps-v1{position:relative}
.timeline-steps-v1 input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.timeline-controls-v1{display:flex;justify-content:space-between;gap:16px;margin-bottom:32px;position:relative}
.timeline-controls-v1::before{content:'';position:absolute;top:50%;left:12%;right:12%;height:2px;background:#e0e0e0;z-index:0}
.timeline-dot-v1{flex:1;text-align:center;font-size:14px;font-weight:600;color:#6a6a6a;padding:12px 8px;background:#f5f5f5;border-radius:8px;cursor:pointer;transition:all 200ms linear;position:relative;z-index:1;border:2px solid transparent}
.timeline-dot-v1:hover{background:#ebebeb;color:#2a2a2a}
#step1-v1:checked ~ .timeline-controls-v1 label[for="step1-v1"],#step2-v1:checked ~ .timeline-controls-v1 label[for="step2-v1"],#step3-v1:checked ~ .timeline-controls-v1 label[for="step3-v1"],#step4-v1:checked ~ .timeline-controls-v1 label[for="step4-v1"]{background:#02E8E4;color:#1a1a1a;border-color:#02E8E4;box-shadow:0 4px 16px #02e8e440}
.timeline-content-v1{position:relative;min-height:140px}
.timeline-panel-v1{position:absolute;top:0;left:0;right:0;opacity:0;pointer-events:none;transition:opacity 250ms linear;background:#fff;padding:28px;border-radius:8px;box-shadow:0 2px 12px #0000000f}
#step1-v1:checked ~ .timeline-content-v1 .timeline-panel-v1:nth-child(1),#step2-v1:checked ~ .timeline-content-v1 .timeline-panel-v1:nth-child(2),#step3-v1:checked ~ .timeline-content-v1 .timeline-panel-v1:nth-child(3),#step4-v1:checked ~ .timeline-content-v1 .timeline-panel-v1:nth-child(4){opacity:1;pointer-events:auto}
.timeline-panel-v1 h4{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.timeline-panel-v1 p{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0}
.participant-insights-v1{margin-top:20px}
.insights-heading-v1{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 32px;text-align:center}
.insights-cards-v1{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.insight-card-v1{background:#fff;padding:32px;border-radius:8px;border:1px solid #e8e8e8;display:flex;flex-direction:column;gap:20px;transition:all 180ms linear}
.insight-card-v1:hover{box-shadow:0 8px 20px #7932731a;border-color:#793273}
.insight-profile-v1{display:flex;align-items:center;gap:16px}
.insight-profile-v1 img{width:60px;height:60px;object-fit:cover;border-radius:50%;border:3px solid #02E8E4}
.insight-meta-v1{display:flex;flex-direction:column;gap:4px}
.insight-meta-v1 strong{font-size:17px;font-weight:600;color:#1a1a1a}
.insight-meta-v1 span{font-size:14px;color:#6a6a6a}
.insight-quote-v1{font-size:16px;line-height:1.7;color:#3a3a3a;margin:0;font-style:italic}
.program-cta-v1{text-align:center;padding:60px 40px;background:linear-gradient(135deg,#793273 0%,#02E8E4 100%);border-radius:12px;color:#fff}
.cta-title-v1{font-size:34px;font-weight:700;margin:0 0 16px}
.cta-text-v1{font-size:17px;line-height:1.7;margin:0 0 32px;opacity:.95;max-width:640px;margin-left:auto;margin-right:auto}
.cta-button-v1{display:inline-block;padding:16px 40px;background:#fff;color:#793273;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;transition:all 200ms linear;box-shadow:0 4px 16px #00000026}
.cta-button-v1:hover{transform:scale(1.05);box-shadow:0 6px 24px #00000040}
@media (max-width: 768px) {
.program-hero-v1{padding:60px 20px 40px}
.program-hero-wrapper-v1{grid-template-columns:1fr;gap:40px}
.program-hero-title-v1{font-size:36px}
.program-hero-image-v1 img{height:300px}
.structure-heading-v1{font-size:30px}
.modules-grid-v1{grid-template-columns:1fr;gap:24px}
.timeline-controls-v1{flex-direction:column}
.timeline-controls-v1::before{display:none}
.insights-cards-v1{grid-template-columns:1fr;gap:24px}
.program-cta-v1{padding:40px 24px}
.cta-title-v1{font-size:28px}
}
@media (max-width: 480px) {
.program-hero-title-v1{font-size:28px}
.program-hero-text-v1 p{font-size:16px}
.structure-heading-v1{font-size:26px}
.module-card-v1{padding:24px}
.timeline-heading-v1{font-size:26px}
.timeline-block-v1{padding:32px 20px}
.cta-title-v1{font-size:24px}
}
.methodsHero-v1{background:linear-gradient(135deg,#FFF 0%,#f8f9fa 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.hero-innerWrap{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.heroText-block{position:relative;z-index:2}
.heroMainTitle-v1{font-size:48px;font-weight:700;line-height:1.15;color:#1a1a1a;margin:0 0 24px}
.heroSubtext-v2{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0}
.heroImage-container{position:relative}
.heroVisual-v1{width:100%;height:auto;border-radius:20px;box-shadow:0 10px 40px #79327326;position:relative;z-index:1;transition:transform .4s linear}
.heroVisual-v1:hover{transform:scale(1.03)}
.heroDecor-shape1{position:absolute;width:180px;height:180px;background:linear-gradient(135deg,#02E8E4 0%,#793273 100%);border-radius:50%;top:-40px;right:-40px;opacity:.15;z-index:0}
.heroDecor-shape2{position:absolute;width:120px;height:120px;background:linear-gradient(225deg,#793273 0%,#02E8E4 100%);border-radius:18px;bottom:-30px;left:-30px;opacity:.12;transform:rotate(25deg);z-index:0}
.methodApproach-section-v2{padding:100px 20px;background:#f5f5f5}
.approachContent-wrapper{max-width:1000px;margin:0 auto}
.approachGrid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.approachCard-v1{background:#FFF;padding:40px 32px;border-radius:16px;box-shadow:0 4px 20px #0000000f;transition:all .2s linear}
.approachCard-v1:hover{transform:translateY(-6px);box-shadow:0 12px 32px #02e8e433}
.cardIcon-holder{margin-bottom:24px}
.cardTitle-v2{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.cardDescription-v1{font-size:16px;line-height:1.65;color:#5a5a5a;margin:0}
.processTimeline-v1{padding:100px 20px;background:linear-gradient(180deg,#FFF 0%,#fafafa 100%)}
.timelineContainer-wrap{max-width:1000px;margin:0 auto}
.timelineMainHead-v1{font-size:40px;font-weight:700;text-align:center;color:#1a1a1a;margin:0 0 60px}
.stepToggle-input{position:absolute;opacity:0;pointer-events:none}
.stepControls-wrapper{display:flex;justify-content:center;gap:16px;margin-bottom:50px;flex-wrap:wrap}
.stepLabel-btn{display:flex;flex-direction:column;align-items:center;padding:20px 28px;background:#FFF;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .2s linear}
.stepLabel-btn:hover{border-color:#02E8E4;box-shadow:0 6px 20px #02e8e426}
.stepToggle-input:checked + .stepToggle-input + .stepToggle-input + .stepToggle-input + .stepToggle-input + .stepControls-wrapper .stepLabel-btn:nth-child(1),.stepToggle-input:checked + .stepToggle-input + .stepToggle-input + .stepToggle-input + .stepControls-wrapper .stepLabel-btn:nth-child(2),.stepToggle-input:checked + .stepToggle-input + .stepToggle-input + .stepControls-wrapper .stepLabel-btn:nth-child(3),.stepToggle-input:checked + .stepToggle-input + .stepControls-wrapper .stepLabel-btn:nth-child(4),.stepToggle-input:checked + .stepControls-wrapper .stepLabel-btn:nth-child(5){background:linear-gradient(135deg,#02E8E4 0%,#793273 100%);border-color:transparent;color:#FFF}
#step1:checked ~ .stepControls-wrapper .stepLabel-btn:nth-child(1),#step2:checked ~ .stepControls-wrapper .stepLabel-btn:nth-child(2),#step3:checked ~ .stepControls-wrapper .stepLabel-btn:nth-child(3),#step4:checked ~ .stepControls-wrapper .stepLabel-btn:nth-child(4),#step5:checked ~ .stepControls-wrapper .stepLabel-btn:nth-child(5){background:linear-gradient(135deg,#02E8E4 0%,#793273 100%);border-color:transparent}
#step1:checked ~ .stepControls-wrapper .stepLabel-btn:nth-child(1) .stepNum-v1,#step1:checked ~ .stepControls-wrapper .stepLabel-btn:nth-child(1) .stepName-v1,#step2:checked ~ .stepControls-wrapper .stepLabel-btn:nth-child(2) .stepNum-v1,#step2:checked ~ .stepControls-wrapper .stepLabel-btn:nth-child(2) .stepName-v1,#step3:checked ~ .stepControls-wrapper .stepLabel-btn:nth-child(3) .stepNum-v1,#step3:checked ~ .stepControls-wrapper .stepLabel-btn:nth-child(3) .stepName-v1,#step4:checked ~ .stepControls-wrapper .stepLabel-btn:nth-child(4) .stepNum-v1,#step4:checked ~ .stepControls-wrapper .stepLabel-btn:nth-child(4) .stepName-v1,#step5:checked ~ .stepControls-wrapper .stepLabel-btn:nth-child(5) .stepNum-v1,#step5:checked ~ .stepControls-wrapper .stepLabel-btn:nth-child(5) .stepName-v1{color:#FFF}
.stepNum-v1{font-size:24px;font-weight:700;color:#793273;margin-bottom:8px}
.stepName-v1{font-size:14px;font-weight:600;color:#4a4a4a;text-transform:uppercase;letter-spacing:.5px}
.stepContent-display{position:relative;min-height:320px}
.stepPanel-v1{display:none;background:#FFF;padding:50px;border-radius:20px;box-shadow:0 8px 30px #00000014}
#step1:checked ~ .stepContent-display .stepPanel-v1[data-step="1"],#step2:checked ~ .stepContent-display .stepPanel-v1[data-step="2"],#step3:checked ~ .stepContent-display .stepPanel-v1[data-step="3"],#step4:checked ~ .stepContent-display .stepPanel-v1[data-step="4"],#step5:checked ~ .stepContent-display .stepPanel-v1[data-step="5"]{display:block}
.panelTitle-v2{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 20px}
.panelText-v1{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 30px}
.panelMeta-info{display:flex;gap:12px;flex-wrap:wrap}
.metaBadge-v1{display:inline-block;padding:8px 16px;background:linear-gradient(135deg,#02E8E4 0%,#793273 100%);color:#FFF;font-size:13px;font-weight:600;border-radius:20px}
.expertPerspective-section-v1{padding:100px 20px;background:#FFF}
.perspectiveLayout-wrapper{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:60px;align-items:start}
.expertProfile-side{position:sticky;top:20px}
.expertPhoto-v1{width:100%;height:auto;border-radius:16px;box-shadow:0 8px 30px #79327333;margin-bottom:24px}
.expertCredentials-v1{text-align:center}
.expertName-v1{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.expertRole-v1{font-size:15px;color:#793273;font-weight:600;margin:0}
.expertInsight-content{padding-top:20px}
.insightTitle-v1{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 40px}
.insightBlocks-v1{margin-bottom:40px}
.insightItem-v2{display:flex;gap:20px;margin-bottom:32px}
.insightMarker-v1{width:12px;min-width:12px;height:12px;background:linear-gradient(135deg,#02E8E4 0%,#793273 100%);border-radius:50%;margin-top:8px}
.insightText-holder{flex:1}
.insightSubhead-v1{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.insightBody-v1{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0}
.insightAction-btn-v1{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:linear-gradient(135deg,#02E8E4 0%,#793273 100%);color:#FFF;font-size:16px;font-weight:600;text-decoration:none;border-radius:30px;transition:all .2s linear;box-shadow:0 6px 20px #02e8e44d}
.insightAction-btn-v1:hover{transform:scale(1.05);box-shadow:0 10px 30px #79327366}
.btnArrow-icon{transition:transform .2s linear}
.insightAction-btn-v1:hover .btnArrow-icon{transform:translateX(4px)}
@media (max-width: 768px) {
.hero-innerWrap{grid-template-columns:1fr;gap:40px}
.heroMainTitle-v1{font-size:36px}
.heroSubtext-v2{font-size:16px}
.approachGrid-layout{grid-template-columns:1fr;gap:24px}
.timelineMainHead-v1{font-size:32px}
.stepControls-wrapper{gap:10px}
.stepLabel-btn{padding:16px 20px}
.stepNum-v1{font-size:20px}
.stepName-v1{font-size:12px}
.stepPanel-v1{padding:30px 24px}
.panelTitle-v2{font-size:24px}
.perspectiveLayout-wrapper{grid-template-columns:1fr;gap:40px}
.expertProfile-side{position:relative;top:0;max-width:320px;margin:0 auto}
.insightTitle-v1{font-size:28px}
.methodsHero-v1{padding:60px 20px 80px}
.methodApproach-section-v2,.processTimeline-v1,.expertPerspective-section-v1{padding:60px 20px}
}
@media (max-width: 480px) {
.heroMainTitle-v1{font-size:30px}
.stepControls-wrapper{flex-direction:column;align-items:stretch}
.stepLabel-btn{flex-direction:row;justify-content:center;gap:16px}
.insightItem-v2{flex-direction:column;gap:12px}
.insightMarker-v1{margin-top:0}
}
.successContainerMainv2{max-width:1000px;margin:80px auto 120px;padding:0 24px}
.successHeroZonev1{background:linear-gradient(135deg,#02E8E4 0%,#793273 100%);border-radius:20px;padding:80px 60px;text-align:center;box-shadow:0 12px 48px #79327326;margin-bottom:60px;position:relative;overflow:hidden}
.successHeroZonev1::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,#fff3 0%,transparent 70%);border-radius:50%}
.successHeroZonev1::after{content:'';position:absolute;bottom:-30%;left:-15%;width:350px;height:350px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);border-radius:50%}
.successIconWrapperv2{width:120px;height:120px;background:#FFF;border-radius:50%;margin:0 auto 32px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0000001f;position:relative;z-index:2}
.successIconWrapperv2 i{font-size:64px;color:#02E8E4}
.successHeroZonev1 h1{font-size:42px;font-weight:700;color:#FFF;margin:0 0 20px;line-height:1.2;position:relative;z-index:2}
.successMessageTextv1{font-size:18px;color:#FFF;line-height:1.7;max-width:640px;margin:0 auto;position:relative;z-index:2}
.successNextStepsBlockv3{background:#F8F9FA;border-radius:16px;padding:60px 48px;position:relative}
.successNextStepsBlockv3::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#02E8E4 0%,#793273 100%);border-radius:16px 0 0 16px}
.nextStepsTitleZonev1{text-align:center;margin-bottom:48px}
.nextStepsTitleZonev1 h2{font-size:32px;font-weight:700;color:#1A1A1A;margin:0 0 16px}
.nextStepsSublinev1{font-size:17px;color:#5A5A5A;line-height:1.6;max-width:580px;margin:0 auto}
.stepsGridLayoutv2{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:56px}
.stepCardItemv1{background:#FFF;border-radius:12px;padding:36px 28px;text-align:center;box-shadow:0 4px 16px #0000000f;transition:transform 200ms linear,box-shadow 200ms linear;border:2px solid transparent}
.stepCardItemv1:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 32px #02e8e433;border-color:#02E8E4}
.stepNumberBadgev1{width:56px;height:56px;background:linear-gradient(135deg,#02E8E4 0%,#793273 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:24px;font-weight:700;color:#FFF}
.stepCardItemv1 h3{font-size:20px;font-weight:700;color:#1A1A1A;margin:0 0 12px}
.stepDescriptionv1{font-size:15px;color:#5A5A5A;line-height:1.6;margin:0}
.actionButtonsRowv2{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}
.primaryActionBtnv1{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#02E8E4 0%,#793273 100%);color:#FFF;font-size:17px;font-weight:600;padding:16px 40px;border-radius:10px;text-decoration:none;box-shadow:0 6px 20px #02e8e44d;transition:transform 180ms linear,box-shadow 180ms linear}
.primaryActionBtnv1:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 10px 32px #02e8e466}
.primaryActionBtnv1 i{font-size:20px}
.secondaryActionBtnv1{display:inline-flex;align-items:center;gap:10px;background:#FFF;color:#793273;font-size:17px;font-weight:600;padding:16px 40px;border-radius:10px;text-decoration:none;border:2px solid #793273;transition:background 180ms linear,color 180ms linear,transform 180ms linear}
.secondaryActionBtnv1:hover{background:#793273;color:#FFF;transform:translateY(-2px) scale(1.05)}
.secondaryActionBtnv1 i{font-size:20px}
.contactInfoBoxv1{background:linear-gradient(135deg,#02e8e414 0%,#79327314 100%);border-radius:12px;padding:32px 40px;margin-top:48px;text-align:center;border:1px solid #02e8e433}
.contactInfoBoxv1 h3{font-size:22px;font-weight:700;color:#1A1A1A;margin:0 0 20px}
.contactDetailsListv1{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}
.contactDetailItemv1{display:flex;align-items:center;gap:12px;font-size:16px;color:#333}
.contactDetailItemv1 i{font-size:20px;color:#02E8E4}
.contactDetailItemv1 a{color:#793273;text-decoration:none;font-weight:600;transition:color 150ms linear}
.contactDetailItemv1 a:hover{color:#02E8E4}
@media (max-width: 768px) {
.successContainerMainv2{margin:40px auto 80px;padding:0 20px}
.successHeroZonev1{padding:60px 32px;margin-bottom:40px;border-radius:16px}
.successHeroZonev1 h1{font-size:32px}
.successMessageTextv1{font-size:16px}
.successIconWrapperv2{width:100px;height:100px;margin-bottom:24px}
.successIconWrapperv2 i{font-size:52px}
.successNextStepsBlockv3{padding:40px 28px}
.nextStepsTitleZonev1 h2{font-size:26px}
.nextStepsSublinev1{font-size:16px}
.stepsGridLayoutv2{grid-template-columns:1fr;gap:24px;margin-bottom:40px}
.stepCardItemv1{padding:28px 24px}
.actionButtonsRowv2{flex-direction:column;gap:16px}
.primaryActionBtnv1,.secondaryActionBtnv1{width:100%;justify-content:center;padding:14px 32px;font-size:16px}
.contactInfoBoxv1{padding:28px 24px;margin-top:32px}
.contactDetailsListv1{flex-direction:column;gap:20px;align-items:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.successContainerMainv2{padding:0 32px}
.successHeroZonev1{padding:70px 48px}
.stepsGridLayoutv2{grid-template-columns:repeat(2,1fr);gap:28px}
}