*{margin:0;padding:0;border:0;box-sizing:border-box}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}
body{font-family:'Literata',serif;background:linear-gradient(135deg,#FDFDFD 0%,#FFF5F3 100%);color:#2C2C2C;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
.hdr-outer{background:linear-gradient(180deg,#FF7659 0%,#8605C4 100%);box-shadow:0 8px 24px #8605c426;position:relative}
.hdr-inner{max-width:1366px;margin:0 auto;padding:0 24px}
.brand-row3{padding:32px 0 24px;text-align:center;border-bottom:1px solid #fdfdfd33}
.companyTitle9 .nameText14{font-size:48px;font-weight:700;color:#FDFDFD;letter-spacing:-.5px;margin-bottom:8px;text-shadow:0 4px 16px #0003}
.companyTitle9 .tagline-sub7{font-size:17px;color:#fdfdfdeb;font-weight:400;max-width:680px;margin:0 auto}
.nav-row8{display:flex;align-items:center;justify-content:space-between;padding:20px 0;gap:40px}
.logo-container2{flex-shrink:0}
.logoLink5{display:block;width:110px;height:110px;background:#fdfdfd26;border-radius:28px;padding:16px;box-shadow:0 6px 18px #0000001f;transition:transform .2s ease,box-shadow .2s ease}
.logoLink5:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0000002e}
.siteLogo11{width:100%;height:100%;object-fit:contain}
.mainNav6{flex:1;display:flex;justify-content:flex-end}
.navList4{display:flex;list-style:none;gap:12px;flex-wrap:wrap;align-items:center}
.navItem12{position:relative}
.navLink7{display:block;padding:12px 24px;color:#FDFDFD;text-decoration:none;font-size:16px;font-weight:400;border-radius:24px;background:#fdfdfd14;transition:background-color .2s ease;white-space:nowrap}
.navLink7:hover{background:#fdfdfd2e}
main{flex:1}
.footer-outer19{background:linear-gradient(135deg,#8605C4 0%,#FF7659 100%);position:relative;margin-top:auto}
.wave-divider8{height:80px;background:#FDFDFD;clip-path:polygon(0 0,100% 0,100% 40%,0 100%)}
.footer-inner23{max-width:1366px;margin:0 auto;padding:0 24px}
.footer-content-area{padding:48px 0 32px}
.footer-columns15{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;margin-bottom:40px}
.footer-col-item7{color:#FDFDFD}
.footer-heading4{font-size:20px;font-weight:700;margin-bottom:16px;color:#FDFDFD}
.footer-text9{font-size:15px;line-height:1.7;margin-bottom:8px;color:#fdfdfde6}
.footer-link-list2{list-style:none}
.footer-link-list2 li{margin-bottom:10px}
.footer-link11{color:#fdfdfde6;text-decoration:none;font-size:15px;transition:color .2s ease}
.footer-link11:hover{color:#FDFDFD}
.cookie-settings-btn{background:#fdfdfd26;color:#FDFDFD;padding:12px 24px;border-radius:24px;font-size:15px;font-family:'Literata',serif;cursor:pointer;transition:background-color .2s ease}
.cookie-settings-btn:hover{background:#fdfdfd40}
.copyright-zone6{padding-top:32px;border-top:1px solid #fdfdfd33;text-align:center}
.copyright-text18{color:#fdfdfdd9;font-size:14px}
.cookie-modal-backdrop{position:fixed;bottom:0;left:0;right:0;z-index:10000;display:none;justify-content:center;align-items:flex-end;padding:20px;background:#0006}
.cookie-modal-backdrop[data-visible="true"]{display:flex}
.cookie-modal-backdrop.showing .cookie-modal-box{animation:unfoldModal .4s ease forwards}
.cookie-modal-backdrop.hiding .cookie-modal-box{animation:foldModal .4s ease forwards}
@keyframes unfoldModal {
from{transform:scaleY(0);opacity:0}
to{transform:scaleY(1);opacity:1}
}
@keyframes foldModal {
from{transform:scaleY(1);opacity:1}
to{transform:scaleY(0);opacity:0}
}
.cookie-modal-box{width:100%;max-width:900px;background:#FDFDFD;border-radius:32px;padding:40px;box-shadow:0 -12px 48px #8605c440 0 -4px 16px #ff765926;transform-origin:bottom}
.cookie-header17{margin-bottom:32px}
.cookie-title9{font-size:28px;font-weight:700;color:#2C2C2C;margin-bottom:12px}
.cookie-description4{font-size:16px;color:#555;line-height:1.6}
.cookie-categories-area{margin-bottom:32px}
.cookie-category-block{padding:20px;background:linear-gradient(135deg,#ff76590d 0%,#8605c40d 100%);border-radius:20px;margin-bottom:16px;border:1px solid #8605c41a}
.category-header-row{margin-bottom:8px}
.category-label3{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:18px;font-weight:700;color:#2C2C2C}
.category-checkbox{width:22px;height:22px;cursor:pointer;accent-color:#8605C4}
.category-checkbox:disabled{cursor:not-allowed;opacity:.6}
.category-name8{user-select:none}
.category-desc5{font-size:14px;color:#666;line-height:1.6;margin-left:34px}
.cookie-actions16{display:flex;gap:16px;justify-content:flex-end}
.cookie-btn{padding:14px 36px;border-radius:28px;font-size:16px;font-weight:700;font-family:'Literata',serif;cursor:pointer;transition:background-color .2s ease,transform .1s ease}
.cookie-btn:active{transform:scale(0.98)}
.reject-btn8{background:#8605c41a;color:#8605C4}
.reject-btn8:hover{background:#8605c42e}
.accept-btn13{background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);color:#FDFDFD;box-shadow:0 4px 16px #8605c440}
.accept-btn13:hover{background:linear-gradient(135deg,#FF8570 0%,#9516D5 100%)}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#fdfdfd4d}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#FF7659 0%,#8605C4 100%);border-radius:20px}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#FF8570 0%,#9516D5 100%)}
@media (max-width: 992px) {
.companyTitle9 .nameText14{font-size:36px}
.companyTitle9 .tagline-sub7{font-size:15px}
.nav-row8{flex-direction:column;gap:24px}
.mainNav6{width:100%;justify-content:center}
.navList4{justify-content:center}
.footer-columns15{grid-template-columns:1fr;gap:32px}
.cookie-modal-box{padding:32px 24px}
.cookie-actions16{flex-direction:column}
.cookie-btn{width:100%}
}
@media (max-width: 576px) {
.companyTitle9 .nameText14{font-size:28px}
.companyTitle9 .tagline-sub7{font-size:14px}
.logoLink5{width:90px;height:90px}
.navList4{flex-direction:column;width:100%;gap:8px}
.navLink7{width:100%;text-align:center}
.cookie-title9{font-size:22px}
.cookie-modal-box{padding:24px 20px;border-radius:24px}
}
.prep-hero-zone{background:linear-gradient(135deg,#FDFDFD 0%,#f5f1f9 100%);padding:80px 20px;position:relative;overflow:hidden}
.prep-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#8605c414 0%,transparent 70%);border-radius:50%}
.prep-hero-zone::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#ff76590f 0%,transparent 70%);border-radius:50%}
.content-wrapper24{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.prep-hero-zone .intro-headline{font-size:48px;font-weight:700;color:#1a1a1a;margin-bottom:24px;line-height:1.2}
.prep-hero-zone .intro-headline::after{content:'';display:block;width:120px;height:5px;background:linear-gradient(90deg,#FF7659 0%,#8605C4 100%);margin-top:20px;border-radius:3px}
.prep-hero-zone .intro-desc{font-size:20px;line-height:1.7;color:#4a4a4a;max-width:820px}
.tech-requirements-block{background:#fff;padding:70px 20px}
.tech-requirements-block .content-wrapper24{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.tech-req-text h2{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:28px;position:relative;padding-left:20px}
.tech-req-text h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:80%;background:linear-gradient(180deg,#FF7659 0%,#8605C4 100%);border-radius:3px}
.tech-req-text p{font-size:17px;line-height:1.8;color:#4a4a4a;margin-bottom:20px}
.spec-list87{list-style:none;padding:0;margin:30px 0 0}
.spec-list87 li{padding:16px 0 16px 50px;position:relative;font-size:16px;color:#2a2a2a;border-bottom:1px solid #ececec}
.spec-list87 li:last-child{border-bottom:none}
.spec-list87 li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:32px;height:32px;background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);border-radius:8px;opacity:.15}
.spec-list87 li::after{content:'';position:absolute;left:8px;top:50%;transform:translateY(-50%);color:#8605C4;font-weight:700;font-size:18px}
.tech-req-visual{position:relative}
.tech-req-visual img{width:100%;height:auto;border-radius:28px;box-shadow:0 20px 60px #0000001f}
.mindset-prep-section{background:linear-gradient(to bottom,#fff 0%,#faf8fc 100%);padding:80px 20px}
.mindset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1366px;margin:0 auto}
.mindset-card92{background:#fff;padding:44px 36px;border-radius:24px;border:2px solid #f0f0f0;transition:all .3s ease;position:relative;overflow:hidden}
.mindset-card92::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FF7659 0%,#8605C4 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.mindset-card92:hover{border-color:#8605C4;box-shadow:0 16px 48px #8605c41f;transform:translateY(-6px)}
.mindset-card92:hover::before{transform:scaleX(1)}
.mindset-card92 h3{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:18px}
.mindset-card92 p{font-size:16px;line-height:1.7;color:#4a4a4a}
.mindset-card92 .card-icon{width:56px;height:56px;background:linear-gradient(135deg,#ff76591a 0%,#8605c41a 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.mindset-card92 .card-icon .material-icons{font-size:32px;background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.timeline-prep-area{background:#fff;padding:80px 20px;position:relative}
.timeline-prep-area::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#ff76594d 0%,#8605c44d 100%);transform:translateX(-50%)}
.timeline-prep-area .content-wrapper24{max-width:1100px}
.timeline-prep-area h2{font-size:40px;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:70px}
.timeline-step14{display:grid;grid-template-columns:1fr 80px 1fr;gap:40px;margin-bottom:50px;position:relative}
.timeline-step14:nth-child(even) .step-content-left{grid-column:3}
.timeline-step14:nth-child(even) .step-content-right{grid-column:1}
.timeline-step14:nth-child(even) .step-marker{grid-column:2}
.step-content-left,.step-content-right{background:linear-gradient(135deg,#fafafa 0%,#fff 100%);padding:32px;border-radius:20px;border:2px solid #f0f0f0;position:relative}
.step-content-left h4,.step-content-right h4{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:14px}
.step-content-left p,.step-content-right p{font-size:16px;line-height:1.7;color:#4a4a4a}
.step-marker{display:flex;align-items:center;justify-content:center;position:relative;z-index:3}
.step-marker .marker-circle{width:64px;height:64px;background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;box-shadow:0 8px 24px #8605c440}
.expert-insight-zone{background:linear-gradient(135deg,#8605C4 0%,#FF7659 100%);padding:80px 20px;position:relative;overflow:hidden}
.expert-insight-zone::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:#ffffff0d;border-radius:50%}
.expert-insight-zone::after{content:'';position:absolute;bottom:-80px;left:-80px;width:300px;height:300px;background:#ffffff0a;border-radius:50%}
.expert-insight-zone .content-wrapper24{display:grid;grid-template-columns:200px 1fr;gap:50px;align-items:center}
.expert-profile-pic img{width:180px;height:180px;border-radius:50%;border:5px solid #ffffff4d;object-fit:cover}
.expert-message-content{color:#fff}
.expert-message-content h3{font-size:32px;font-weight:700;margin-bottom:20px;line-height:1.3}
.expert-message-content p{font-size:18px;line-height:1.8;margin-bottom:16px;opacity:.95}
.expert-message-content .expert-name{font-size:16px;font-weight:600;margin-top:30px;opacity:.85}
@media (max-width: 1024px) {
.tech-requirements-block .content-wrapper24{grid-template-columns:1fr;gap:50px}
.mindset-grid{grid-template-columns:1fr;gap:30px}
.timeline-step14{grid-template-columns:1fr}
.timeline-prep-area::before{left:30px}
.step-marker{position:absolute;left:0;top:20px}
.step-content-left,.step-content-right{margin-left:90px}
.timeline-step14:nth-child(even) .step-content-left,.timeline-step14:nth-child(even) .step-content-right{grid-column:1;margin-left:90px}
.expert-insight-zone .content-wrapper24{grid-template-columns:1fr;text-align:center}
.expert-profile-pic{display:flex;justify-content:center}
}
@media (max-width: 768px) {
.prep-hero-zone{padding:60px 20px}
.prep-hero-zone .intro-headline{font-size:36px}
.prep-hero-zone .intro-desc{font-size:18px}
.tech-req-text h2{font-size:28px}
.mindset-card92{padding:32px 24px}
.timeline-prep-area h2{font-size:32px;margin-bottom:50px}
.expert-message-content h3{font-size:26px}
.expert-message-content p{font-size:16px}
}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#fdfdfd4d}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#FF7659 0%,#8605C4 100%);border-radius:20px}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#8605C4 0%,#FF7659 100%)}
.mainHero-outer81{position:relative;width:100%;min-height:620px;overflow:hidden;background:linear-gradient(135deg,#8605C4 0%,#FF7659 100%)}
.mainHero-outer81::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 35px,#fdfdfd08 35px,#fdfdfd08 70px);pointer-events:none}
.mainHero-outer81 .heroImgContainer19{position:absolute;top:0;right:0;width:55%;height:100%;overflow:hidden}
.mainHero-outer81 .heroImgContainer19 img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.85;transition:transform .6s ease-out}
.mainHero-outer81:hover .heroImgContainer19 img{transform:scale(1.05)}
.mainHero-outer81 .heroContentZone{position:relative;max-width:1366px;margin:0 auto;padding:90px 40px;z-index:2}
.mainHero-outer81 .heroTxtWrap{max-width:580px}
.mainHero-outer81 .heroTxtWrap h1{font-size:3.2rem;line-height:1.15;font-weight:700;color:#FDFDFD;margin:0 0 24px;text-shadow:0 2px 12px #0003}
.mainHero-outer81 .heroTxtWrap .heroSubline{font-size:1.25rem;line-height:1.6;color:#fdfdfdf2;margin:0 0 36px;font-weight:400}
.mainHero-outer81 .heroTxtWrap .heroCta-btn{display:inline-block;padding:16px 42px;background:#FDFDFD;color:#8605C4;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:32px;box-shadow:0 6px 24px #00000026;transition:all .3s ease}
.mainHero-outer81 .heroTxtWrap .heroCta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 32px #00000040;background:linear-gradient(135deg,#FDFDFD 0%,#fdfdfdf2 100%)}
.communitySection-wrap{background:linear-gradient(180deg,#FDFDFD 0%,#f8f4fc 100%);padding:95px 40px}
.communitySection-wrap .innerContent27{max-width:1366px;margin:0 auto}
.communitySection-wrap .sectionHdr-top{text-align:center;margin-bottom:68px}
.communitySection-wrap .sectionHdr-top h2{font-size:2.6rem;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 18px;position:relative;display:inline-block}
.communitySection-wrap .sectionHdr-top h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:70px;height:4px;background:linear-gradient(90deg,#FF7659,#8605C4);border-radius:8px}
.communitySection-wrap .sectionHdr-top .subtitleTxt{font-size:1.15rem;line-height:1.65;color:#4a4a4a;max-width:720px;margin:24px auto 0}
.communitySection-wrap .communityGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}
.communitySection-wrap .commCard{background:#fff;padding:42px 32px;border-radius:28px;box-shadow:0 4px 18px #8605c414;transition:all .4s ease;position:relative;overflow:hidden}
.communitySection-wrap .commCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FF7659,#8605C4);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.communitySection-wrap .commCard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #8605c426}
.communitySection-wrap .commCard:hover::before{transform:scaleX(1)}
.communitySection-wrap .commCard .cardIcon{font-size:2.8rem;color:#FF7659;margin-bottom:22px}
.communitySection-wrap .commCard h3{font-size:1.5rem;line-height:1.3;font-weight:600;color:#1a1a1a;margin:0 0 16px}
.communitySection-wrap .commCard p{font-size:1rem;line-height:1.7;color:#5a5a5a;margin:0}
.motivationBlock-outer{padding:88px 40px;background:#fff;position:relative}
.motivationBlock-outer::before{content:'';position:absolute;top:0;left:0;right:0;height:100%;background:radial-gradient(ellipse at 30% 50%,#ff76590f 0%,transparent 60%),radial-gradient(ellipse at 70% 50%,#8605c40f 0%,transparent 60%);pointer-events:none}
.motivationBlock-outer .innerContent27{max-width:1366px;margin:0 auto;position:relative;z-index:1}
.motivationBlock-outer .motivationLayout{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.motivationBlock-outer .motivTxtSide h2{font-size:2.4rem;line-height:1.25;font-weight:700;color:#1a1a1a;margin:0 0 28px}
.motivationBlock-outer .motivTxtSide h2 span{color:#8605C4;position:relative}
.motivationBlock-outer .motivTxtSide h2 span::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:linear-gradient(90deg,#FF7659,#8605C4);border-radius:4px}
.motivationBlock-outer .motivTxtSide p{font-size:1.05rem;line-height:1.75;color:#4a4a4a;margin:0 0 22px}
.motivationBlock-outer .motivTxtSide p:last-of-type{margin-bottom:0}
.motivationBlock-outer .motivImgSide{position:relative}
.motivationBlock-outer .motivImgSide img{width:100%;height:auto;border-radius:32px;box-shadow:0 8px 28px #0000001f}
.mechanicsSection-wrapper{background:linear-gradient(180deg,#f8f4fc 0%,#FDFDFD 100%);padding:92px 40px}
.mechanicsSection-wrapper .innerContent27{max-width:1366px;margin:0 auto}
.mechanicsSection-wrapper .mechHdrBlock{text-align:center;margin-bottom:64px}
.mechanicsSection-wrapper .mechHdrBlock h2{font-size:2.5rem;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 20px}
.mechanicsSection-wrapper .mechHdrBlock .leadPara{font-size:1.12rem;line-height:1.7;color:#4a4a4a;max-width:680px;margin:0 auto}
.mechanicsSection-wrapper .stepsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}
.mechanicsSection-wrapper .stepsGrid::before{content:'';position:absolute;top:60px;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,#FF7659,#8605C4);z-index:0}
.mechanicsSection-wrapper .stepCard{background:#fff;padding:38px 26px;border-radius:24px;text-align:center;box-shadow:0 4px 16px #8605c414;position:relative;z-index:1;transition:all .3s ease}
.mechanicsSection-wrapper .stepCard:hover{transform:translateY(-4px);box-shadow:0 10px 28px #8605c424}
.mechanicsSection-wrapper .stepCard .stepNum{width:64px;height:64px;margin:0 auto 22px;border-radius:50%;background:linear-gradient(135deg,#FF7659,#8605C4);color:#FDFDFD;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:700;box-shadow:0 4px 14px #ff76594d}
.mechanicsSection-wrapper .stepCard h4{font-size:1.3rem;line-height:1.3;font-weight:600;color:#1a1a1a;margin:0 0 14px}
.mechanicsSection-wrapper .stepCard p{font-size:.98rem;line-height:1.6;color:#5a5a5a;margin:0}
.teamSection-outer{padding:90px 40px;background:#fff}
.teamSection-outer .innerContent27{max-width:1366px;margin:0 auto}
.teamSection-outer .teamHdr{text-align:center;margin-bottom:72px}
.teamSection-outer .teamHdr h2{font-size:2.5rem;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 18px;position:relative;display:inline-block}
.teamSection-outer .teamHdr h2::before{content:'';position:absolute;top:-12px;left:-20px;width:40px;height:40px;background:radial-gradient(circle,#ff765926 0%,transparent 70%);border-radius:50%}
.teamSection-outer .teamHdr p{font-size:1.1rem;line-height:1.7;color:#4a4a4a;max-width:720px;margin:0 auto}
.teamSection-outer .teamLayout{display:grid;grid-template-columns:1fr 2fr;gap:58px;align-items:center}
.teamSection-outer .teamImgColumn{position:relative}
.teamSection-outer .teamImgColumn img{width:100%;height:auto;border-radius:32px;box-shadow:0 8px 28px #8605c41f}
.teamSection-outer .teamTxtColumn h3{font-size:2rem;line-height:1.3;font-weight:700;color:#1a1a1a;margin:0 0 24px}
.teamSection-outer .teamTxtColumn p{font-size:1.05rem;line-height:1.75;color:#4a4a4a;margin:0 0 20px}
.teamSection-outer .teamTxtColumn .expertiseList{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:32px}
.teamSection-outer .teamTxtColumn .expertiseItem{display:flex;align-items:center;gap:12px}
.teamSection-outer .teamTxtColumn .expertiseItem .checkIcon{font-size:1.4rem;color:#FF7659}
.teamSection-outer .teamTxtColumn .expertiseItem span{font-size:1rem;line-height:1.5;color:#3a3a3a;font-weight:500}
.flexibilityZone-outer{background:linear-gradient(180deg,#FDFDFD 0%,#f8f4fc 100%);padding:88px 40px}
.flexibilityZone-outer .innerContent27{max-width:1366px;margin:0 auto}
.flexibilityZone-outer .flexContent{display:grid;grid-template-columns:1.2fr 1fr;gap:62px;align-items:center}
.flexibilityZone-outer .flexTxtArea h2{font-size:2.4rem;line-height:1.25;font-weight:700;color:#1a1a1a;margin:0 0 26px}
.flexibilityZone-outer .flexTxtArea h2::before{content:'';display:inline-block;width:6px;height:42px;background:linear-gradient(180deg,#FF7659,#8605C4);border-radius:8px;margin-right:14px;vertical-align:middle}
.flexibilityZone-outer .flexTxtArea p{font-size:1.05rem;line-height:1.75;color:#4a4a4a;margin:0 0 22px}
.flexibilityZone-outer .flexTxtArea .benefitsList{margin-top:32px}
.flexibilityZone-outer .flexTxtArea .benefitItem{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px;padding:18px;background:#fff;border-radius:18px;box-shadow:0 2px 10px #8605c40f;transition:all .3s ease}
.flexibilityZone-outer .flexTxtArea .benefitItem:hover{box-shadow:0 6px 18px #8605c41f;transform:translateX(4px)}
.flexibilityZone-outer .flexTxtArea .benefitItem .benIcon{font-size:1.5rem;color:#8605C4;flex-shrink:0}
.flexibilityZone-outer .flexTxtArea .benefitItem span{font-size:1rem;line-height:1.6;color:#3a3a3a}
.flexibilityZone-outer .flexImgArea img{width:100%;height:auto;border-radius:28px;box-shadow:0 8px 26px #0000001a}
.trustSection-wrapper{padding:95px 40px;background:#fff;position:relative;overflow:hidden}
.trustSection-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#8605c414 0%,transparent 70%);border-radius:50%;pointer-events:none}
.trustSection-wrapper .innerContent27{max-width:1366px;margin:0 auto;position:relative;z-index:1}
.trustSection-wrapper .trustHdr{text-align:center;margin-bottom:68px}
.trustSection-wrapper .trustHdr h2{font-size:2.6rem;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 22px}
.trustSection-wrapper .trustHdr .intro{font-size:1.12rem;line-height:1.7;color:#4a4a4a;max-width:750px;margin:0 auto}
.trustSection-wrapper .trustGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:42px}
.trustSection-wrapper .trustCard{background:linear-gradient(135deg,#fff 0%,#fcfaff 100%);padding:46px 38px;border-radius:28px;box-shadow:0 6px 22px #8605c417;border:2px solid #8605c414;transition:all .4s ease;position:relative}
.trustSection-wrapper .trustCard::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#FF7659,#8605C4);border-radius:28px 28px 0 0;opacity:0;transition:opacity .4s ease}
.trustSection-wrapper .trustCard:hover{transform:translateY(-6px);box-shadow:0 14px 36px #8605c429;border-color:#8605c426}
.trustSection-wrapper .trustCard:hover::before{opacity:1}
.trustSection-wrapper .trustCard .cardIcon{font-size:2.6rem;color:#FF7659;margin-bottom:24px}
.trustSection-wrapper .trustCard h3{font-size:1.6rem;line-height:1.3;font-weight:600;color:#1a1a1a;margin:0 0 18px}
.trustSection-wrapper .trustCard p{font-size:1.02rem;line-height:1.7;color:#5a5a5a;margin:0 0 16px}
.trustSection-wrapper .trustCard p:last-child{margin-bottom:0}
.trustSection-wrapper .trustCard .statHighlight{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#ff76591f,#8605c41f);border-radius:16px;font-weight:600;color:#8605C4;margin-top:12px}
@media (max-width: 1200px) {
.mainHero-outer81 .heroImgContainer19{width:50%}
.communitySection-wrap .communityGrid{grid-template-columns:repeat(2,1fr)}
.mechanicsSection-wrapper .stepsGrid{grid-template-columns:repeat(2,1fr)}
.mechanicsSection-wrapper .stepsGrid::before{display:none}
}
@media (max-width: 900px) {
.mainHero-outer81{min-height:520px}
.mainHero-outer81 .heroImgContainer19{width:100%;opacity:.25}
.mainHero-outer81 .heroContentZone{padding:60px 28px}
.mainHero-outer81 .heroTxtWrap{max-width:100%}
.mainHero-outer81 .heroTxtWrap h1{font-size:2.4rem}
.mainHero-outer81 .heroTxtWrap .heroSubline{font-size:1.1rem}
.communitySection-wrap{padding:68px 28px}
.communitySection-wrap .sectionHdr-top h2{font-size:2.2rem}
.motivationBlock-outer{padding:68px 28px}
.motivationBlock-outer .motivationLayout{grid-template-columns:1fr;gap:42px}
.motivationBlock-outer .motivTxtSide h2{font-size:2rem}
.mechanicsSection-wrapper{padding:68px 28px}
.mechanicsSection-wrapper .mechHdrBlock h2{font-size:2.1rem}
.teamSection-outer{padding:68px 28px}
.teamSection-outer .teamLayout{grid-template-columns:1fr;gap:42px}
.teamSection-outer .teamHdr h2{font-size:2.1rem}
.teamSection-outer .teamTxtColumn .expertiseList{grid-template-columns:1fr}
.flexibilityZone-outer{padding:68px 28px}
.flexibilityZone-outer .flexContent{grid-template-columns:1fr;gap:42px}
.flexibilityZone-outer .flexTxtArea h2{font-size:2rem}
.trustSection-wrapper{padding:68px 28px}
.trustSection-wrapper .trustHdr h2{font-size:2.2rem}
.trustSection-wrapper .trustGrid{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 640px) {
.communitySection-wrap .communityGrid{grid-template-columns:1fr}
.mechanicsSection-wrapper .stepsGrid{grid-template-columns:1fr}
.mainHero-outer81 .heroTxtWrap h1{font-size:2rem}
.mainHero-outer81 .heroTxtWrap .heroSubline{font-size:1rem}
.communitySection-wrap .sectionHdr-top h2{font-size:1.9rem}
.motivationBlock-outer .motivTxtSide h2{font-size:1.8rem}
.mechanicsSection-wrapper .mechHdrBlock h2{font-size:1.9rem}
.teamSection-outer .teamHdr h2{font-size:1.9rem}
.teamSection-outer .teamTxtColumn h3{font-size:1.7rem}
.flexibilityZone-outer .flexTxtArea h2{font-size:1.8rem}
.trustSection-wrapper .trustHdr h2{font-size:1.9rem}
}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#fdfdfd80}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#FF7659,#8605C4);border-radius:20px}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ff8c74,#9b1ee0)}
.contactWrapper{max-width:1366px;margin:0 auto;padding:0 20px}
.contactHero{background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);padding:80px 20px;margin-bottom:60px;border-radius:32px;position:relative;overflow:hidden}
.contactHero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fdfdfd26 0%,transparent 70%);border-radius:50%}
.heroContent{max-width:720px;margin:0 auto;text-align:center;position:relative;z-index:2}
.heroContent h1{font-size:48px;color:#FDFDFD;margin:0 0 20px;font-weight:700;line-height:1.2}
.heroContent .subtext{font-size:18px;color:#FDFDFD;line-height:1.6;opacity:.95}
.formSection{padding:60px 0 100px}
.formGrid{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;max-width:1200px;margin:0 auto}
.contactInfo h2{font-size:32px;color:#8605C4;margin:0 0 24px;font-weight:700}
.contactInfo p{font-size:16px;color:#4a4a4a;line-height:1.7;margin-bottom:40px}
.infoBlock{margin-bottom:32px}
.infoBlock h3{font-size:14px;color:#8605C4;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 12px;font-weight:600}
.infoBlock .detailText{font-size:18px;color:#2a2a2a;line-height:1.6;font-weight:500}
.infoBlock a{color:#FF7659;text-decoration:none;transition:color .3s ease}
.infoBlock a:hover{color:#8605C4}
.formContainer{background:#FDFDFD;padding:48px;border-radius:28px;box-shadow:0 12px 40px #8605c414;border:1px solid #8605c41a}
.formContainer h2{font-size:28px;color:#2a2a2a;margin:0 0 32px;font-weight:700}
.inputGroup{margin-bottom:24px}
.inputGroup label{display:block;font-size:14px;color:#4a4a4a;margin-bottom:8px;font-weight:600}
.inputGroup input,.inputGroup select,.inputGroup textarea{width:100%;padding:14px 18px;font-size:16px;border:2px solid #e5e5e5;border-radius:12px;background:#fff;color:#2a2a2a;transition:all .3s ease;box-sizing:border-box}
.inputGroup input:focus,.inputGroup select:focus,.inputGroup textarea:focus{outline:none;border-color:#FF7659;box-shadow:0 0 0 4px #ff76591a}
.inputGroup textarea{min-height:140px;resize:vertical;font-family:inherit}
.inputGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234a4a4a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:48px}
.privacyCheck{margin:32px 0 28px}
.privacyCheck input[type="checkbox"]{display:none}
.privacyCheck label{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#4a4a4a;line-height:1.6;cursor:pointer}
.privacyCheck label::before{content:'';min-width:20px;height:20px;border:2px solid #e5e5e5;border-radius:6px;background:#fff;transition:all .3s ease}
.privacyCheck input[type="checkbox"]:checked + label::before{background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);border-color:#FF7659;background-image:url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4.5 8.5L11 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}
.privacyCheck a{color:#8605C4;text-decoration:none;font-weight:600}
.privacyCheck a:hover{color:#FF7659}
.submitBtn{width:100%;padding:16px 32px;font-size:17px;font-weight:600;color:#FDFDFD;background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #ff76594d;position:relative;z-index:10}
.submitBtn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ff765966}
.submitBtn:active{transform:translateY(0)}
@media (max-width: 968px) {
.formGrid{grid-template-columns:1fr;gap:48px}
.contactHero{padding:60px 20px}
.heroContent h1{font-size:36px}
.formContainer{padding:36px 28px}
}
@media (max-width: 640px) {
.contactHero{padding:48px 16px;border-radius:24px}
.heroContent h1{font-size:28px}
.heroContent .subtext{font-size:16px}
.formSection{padding:40px 0 60px}
.contactInfo h2{font-size:26px}
.formContainer{padding:28px 20px}
.formContainer h2{font-size:24px}
}
::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{background:#8605c40d}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#FF7659 0%,#8605C4 100%);border-radius:20px}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#8605C4 0%,#FF7659 100%)}
.corporateHeaderOuter{background:linear-gradient(135deg,#FDFDFD 0%,#f8f4fa 100%);padding:80px 20px;position:relative;overflow:hidden}
.corporateHeaderOuter::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#8605c414 0%,transparent 70%);border-radius:50%}
.headerInner{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.headerInner h1{font-size:48px;color:#2a2a2a;margin:0 0 24px;font-weight:700;line-height:1.2}
.headerInner h1::after{content:'';display:block;width:120px;height:5px;background:linear-gradient(90deg,#FF7659 0%,#8605C4 100%);margin-top:20px;border-radius:3px}
.headerIntroText{font-size:20px;color:#555;line-height:1.6;max-width:720px}
.storyGridOuter81{padding:90px 20px;background:#FDFDFD}
.storyGridInner{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.storyTextBlock{padding:0 20px}
.storyTextBlock h2{font-size:36px;color:#2a2a2a;margin:0 0 28px;font-weight:600;position:relative;padding-left:20px}
.storyTextBlock h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:60%;background:linear-gradient(180deg,#FF7659 0%,#8605C4 100%);border-radius:3px}
.storyTextBlock p{font-size:17px;color:#666;line-height:1.7;margin:0 0 18px}
.storyImageContainer93{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 16px 48px #8605c41f}
.storyImageContainer93 img{width:100%;height:480px;object-fit:cover;display:block}
.valuesAsymmetricSection{padding:100px 20px;background:linear-gradient(160deg,#f9f5fb 0%,#FDFDFD 50%,#fff5f2 100%);position:relative}
.valuesAsymmetricSection::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#FF7659 50%,transparent 100%);opacity:.3}
.valuesContainer{max-width:1366px;margin:0 auto}
.valuesTitleArea{text-align:center;margin-bottom:70px}
.valuesTitleArea h2{font-size:42px;color:#2a2a2a;margin:0 0 20px;font-weight:700}
.valuesTitleArea h2::after{content:'';display:block;width:80px;height:4px;background:#8605C4;margin:24px auto 0;border-radius:2px}
.valuesGrid3col{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.valueCardItem{background:#fff;padding:40px 32px;border-radius:28px;box-shadow:0 8px 24px #0000000f;transition:all .4s ease;position:relative;overflow:hidden}
.valueCardItem::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FF7659 0%,#8605C4 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.valueCardItem:hover{transform:translateY(-8px);box-shadow:0 16px 40px #8605c426}
.valueCardItem:hover::before{transform:scaleX(1)}
.valueIconWrapper{width:64px;height:64px;background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.valueIconWrapper .material-icons{font-size:32px;color:#FDFDFD}
.valueCardItem h3{font-size:24px;color:#2a2a2a;margin:0 0 16px;font-weight:600}
.valueCardItem p{font-size:16px;color:#666;line-height:1.6;margin:0}
.timelineSection81d{padding:90px 20px;background:#FDFDFD}
.timelineWrapperInner{max-width:1100px;margin:0 auto}
.timelineHeaderDiv{text-align:center;margin-bottom:80px}
.timelineHeaderDiv h2{font-size:40px;color:#2a2a2a;margin:0 0 18px;font-weight:700}
.timelineHeaderDiv p{font-size:18px;color:#666;line-height:1.6;max-width:680px;margin:0 auto}
.timelinePathContainer{position:relative;padding-left:60px}
.timelinePathContainer::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#FF7659 0%,#8605C4 100%);border-radius:2px}
.milestoneDivItem{position:relative;padding:32px 0;display:flex;gap:24px}
.milestoneDivItem::before{content:'';position:absolute;left:-48px;top:40px;width:16px;height:16px;background:#FF7659;border:4px solid #FDFDFD;border-radius:50%;box-shadow:0 4px 12px #ff76594d}
.milestoneDivItem:nth-child(even)::before{background:#8605C4;box-shadow:0 4px 12px #8605c44d}
.milestoneYearLabel{font-size:28px;font-weight:700;color:#FF7659;min-width:100px;padding-top:4px}
.milestoneDivItem:nth-child(even) .milestoneYearLabel{color:#8605C4}
.milestoneContentArea{flex:1}
.milestoneContentArea h3{font-size:22px;color:#2a2a2a;margin:0 0 12px;font-weight:600}
.milestoneContentArea p{font-size:16px;color:#666;line-height:1.7;margin:0}
.teamAsyncLayout{padding:100px 20px;background:linear-gradient(135deg,#fff8f5 0%,#f7f3fc 100%);position:relative}
.teamAsyncLayout::before{content:'';position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:300px;height:300px;background:radial-gradient(circle,#ff76591a 0%,transparent 70%);border-radius:50%}
.teamAsyncInner{max-width:1366px;margin:0 auto;position:relative}
.teamAsyncInner h2{font-size:44px;color:#2a2a2a;margin:0 0 60px;font-weight:700;text-align:center}
.teamAsyncInner h2::before{content:'';display:inline-block;width:12px;height:12px;background:#FF7659;border-radius:50%;margin-right:16px;vertical-align:middle}
.teamMemberGrid{display:grid;grid-template-columns:1fr 2fr;gap:50px;align-items:start}
.teamMemberPhotoWrapper{position:relative}
.teamMemberPhotoWrapper::before{content:'';position:absolute;top:-20px;left:-20px;width:100%;height:100%;background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);border-radius:28px;z-index:1;opacity:.15}
.teamMemberPhotoWrapper img{width:100%;height:520px;object-fit:cover;border-radius:28px;display:block;position:relative;z-index:2;box-shadow:0 20px 50px #0000001a}
.teamMemberInfoBlock{padding:40px 0}
.teamMemberInfoBlock h3{font-size:32px;color:#2a2a2a;margin:0 0 12px;font-weight:600}
.teamRoleLabel{font-size:18px;color:#8605C4;margin:0 0 28px;font-weight:500}
.teamMemberInfoBlock p{font-size:17px;color:#666;line-height:1.7;margin:0 0 20px}
.expertiseTagsList{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.expertiseTag{padding:10px 20px;background:#fff;border:2px solid #FF7659;border-radius:20px;font-size:15px;color:#FF7659;font-weight:500;transition:all .3s ease}
.expertiseTag:hover{background:#FF7659;color:#fff;transform:translateY(-2px)}
.expertiseTag:nth-child(even){border-color:#8605C4;color:#8605C4}
.expertiseTag:nth-child(even):hover{background:#8605C4;color:#fff}
@media (max-width: 1024px) {
.storyGridInner{grid-template-columns:1fr;gap:40px}
.valuesGrid3col{grid-template-columns:repeat(2,1fr);gap:30px}
.teamMemberGrid{grid-template-columns:1fr;gap:40px}
.headerInner h1{font-size:40px}
.storyTextBlock h2{font-size:32px}
}
@media (max-width: 768px) {
.corporateHeaderOuter{padding:60px 20px}
.headerInner h1{font-size:34px}
.headerIntroText{font-size:18px}
.storyGridOuter81{padding:60px 20px}
.storyTextBlock h2{font-size:28px}
.storyImageContainer93 img{height:360px}
.valuesAsymmetricSection{padding:70px 20px}
.valuesTitleArea h2{font-size:34px}
.valuesGrid3col{grid-template-columns:1fr;gap:24px}
.timelineSection81d{padding:60px 20px}
.timelineHeaderDiv h2{font-size:32px}
.timelinePathContainer{padding-left:40px}
.milestoneDivItem{flex-direction:column;gap:12px}
.milestoneYearLabel{font-size:24px;min-width:auto}
.teamAsyncLayout{padding:70px 20px}
.teamAsyncInner h2{font-size:34px;margin-bottom:40px}
.teamMemberPhotoWrapper img{height:420px}
.teamMemberInfoBlock{padding:20px 0}
.teamMemberInfoBlock h3{font-size:26px}
}
@media (max-width: 480px) {
.headerInner h1{font-size:28px}
.headerIntroText{font-size:16px}
.storyTextBlock h2{font-size:24px;padding-left:16px}
.storyImageContainer93 img{height:280px}
.valuesTitleArea h2{font-size:28px}
.valueCardItem{padding:32px 24px}
.timelineHeaderDiv h2{font-size:28px}
.teamAsyncInner h2{font-size:28px}
.teamMemberPhotoWrapper img{height:340px}
}
::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{background:#8605c40d}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#FF7659 0%,#8605C4 100%);border-radius:20px}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#8605C4 0%,#FF7659 100%)}
.methodPage{background:linear-gradient(135deg,#FDFDFD 0%,#f5f5f5 100%);width:100%}
.methodPage .methodHeroBanner{max-width:1366px;margin:0 auto;padding:80px 24px 60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.methodPage .methodHeroBanner .txtColumn h1{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.methodPage .methodHeroBanner .txtColumn .description87{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 32px}
.methodPage .methodHeroBanner .txtColumn .ctaBtn93{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);color:#FDFDFD;text-decoration:none;border-radius:28px;font-size:16px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px #ff76594d}
.methodPage .methodHeroBanner .txtColumn .ctaBtn93:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff765966}
.methodPage .methodHeroBanner .imgColumn img{width:100%;height:auto;border-radius:32px;box-shadow:0 12px 32px #0000001f}
.methodPage .divider47::before{content:'';display:block;width:100%;height:3px;background:linear-gradient(90deg,transparent 0%,#FF7659 50%,transparent 100%);margin:60px 0}
.methodPage .structuredApproach{max-width:1366px;margin:0 auto;padding:60px 24px}
.methodPage .structuredApproach .sectionHdr2{text-align:center;margin-bottom:64px}
.methodPage .structuredApproach .sectionHdr2 h2{font-size:42px;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.methodPage .structuredApproach .sectionHdr2 h2::before{content:'◆';color:#FF7659;margin-right:12px;font-size:32px}
.methodPage .structuredApproach .sectionHdr2 .subTxt{font-size:18px;color:#6a6a6a;max-width:720px;margin:0 auto;line-height:1.6}
.methodPage .structuredApproach .phaseGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.methodPage .structuredApproach .phaseCard{background:#fff;padding:36px 28px;border-radius:24px;box-shadow:0 6px 20px #00000014;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.methodPage .structuredApproach .phaseCard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #8605c426}
.methodPage .structuredApproach .phaseCard .phaseNum{position:absolute;top:-16px;left:28px;width:48px;height:48px;background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FDFDFD;font-size:20px;font-weight:700;box-shadow:0 4px 12px #ff765966}
.methodPage .structuredApproach .phaseCard h3{font-size:24px;color:#1a1a1a;margin:24px 0 16px;font-weight:600}
.methodPage .structuredApproach .phaseCard p{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0}
.methodPage .divider48{max-width:1366px;margin:80px auto;padding:0 24px}
.methodPage .divider48 svg{width:100%;height:40px}
.methodPage .toolsResources{background:linear-gradient(135deg,#8605C4 0%,#FF7659 100%);padding:80px 24px;position:relative;overflow:hidden}
.methodPage .toolsResources::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fdfdfd1a 0%,transparent 70%);border-radius:50%}
.methodPage .toolsResources .innerContent{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.methodPage .toolsResources h2{font-size:42px;color:#FDFDFD;margin:0 0 48px;text-align:center;font-weight:700}
.methodPage .toolsResources .profileShowcase{display:flex;gap:40px;align-items:center}
.methodPage .toolsResources .profileShowcase .imgWrap{flex-shrink:0}
.methodPage .toolsResources .profileShowcase .imgWrap img{width:280px;height:280px;border-radius:50%;object-fit:cover;border:6px solid #fdfdfd4d;box-shadow:0 12px 32px #0003}
.methodPage .toolsResources .profileShowcase .contentArea{flex:1}
.methodPage .toolsResources .profileShowcase .contentArea h3{font-size:28px;color:#FDFDFD;margin:0 0 12px;font-weight:600}
.methodPage .toolsResources .profileShowcase .contentArea .role12{font-size:18px;color:#fdfdfdcc;margin:0 0 24px;font-style:italic}
.methodPage .toolsResources .profileShowcase .contentArea .bioTxt{font-size:17px;line-height:1.7;color:#fdfdfdf2;margin:0 0 20px}
.methodPage .toolsResources .profileShowcase .contentArea .featureList{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px}
.methodPage .toolsResources .profileShowcase .contentArea .featureList .itemFeature{display:flex;align-items:center;gap:12px;font-size:16px;color:#FDFDFD}
.methodPage .toolsResources .profileShowcase .contentArea .featureList .itemFeature .material-icons{color:#FF7659;font-size:24px}
.methodPage .divider49{position:relative;height:60px;background:linear-gradient(180deg,#FF7659 0%,#FDFDFD 100%);clip-path:polygon(0 0,100% 0,100% 60%,50% 100%,0 60%)}
.methodPage .practicalImplementation{max-width:1366px;margin:0 auto;padding:80px 24px}
.methodPage .practicalImplementation .flexLayout{display:flex;gap:60px;align-items:flex-start}
.methodPage .practicalImplementation .flexLayout .leftSide{flex:1}
.methodPage .practicalImplementation .flexLayout .leftSide h2{font-size:38px;color:#1a1a1a;margin:0 0 24px;font-weight:700;position:relative;padding-left:28px}
.methodPage .practicalImplementation .flexLayout .leftSide h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,#FF7659 0%,#8605C4 100%);border-radius:3px}
.methodPage .practicalImplementation .flexLayout .leftSide .txtBlock{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 32px}
.methodPage .practicalImplementation .flexLayout .leftSide .linkBtn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:#fff;color:#8605C4;text-decoration:none;border-radius:24px;font-size:16px;font-weight:600;border:2px solid #8605C4;transition:all .3s ease}
.methodPage .practicalImplementation .flexLayout .leftSide .linkBtn:hover{background:#8605C4;color:#FDFDFD;transform:translateX(4px)}
.methodPage .practicalImplementation .flexLayout .rightSide{flex:1}
.methodPage .practicalImplementation .flexLayout .rightSide .portraitImg{width:100%;height:auto;border-radius:28px;box-shadow:0 16px 40px #00000026}
.methodPage .practicalImplementation .flexLayout .rightSide .statsRow{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:32px}
.methodPage .practicalImplementation .flexLayout .rightSide .statsRow .statBox{background:linear-gradient(135deg,#ff76591a 0%,#8605c41a 100%);padding:24px;border-radius:20px;text-align:center;border:2px solid #ff765933}
.methodPage .practicalImplementation .flexLayout .rightSide .statsRow .statBox .number{font-size:36px;font-weight:700;color:#8605C4;display:block;margin-bottom:8px}
.methodPage .practicalImplementation .flexLayout .rightSide .statsRow .statBox .label{font-size:15px;color:#5a5a5a}
@media (max-width: 1024px) {
.methodPage .methodHeroBanner{grid-template-columns:1fr;gap:40px;padding:60px 24px 40px}
.methodPage .methodHeroBanner .txtColumn h1{font-size:38px}
.methodPage .structuredApproach .phaseGrid{grid-template-columns:1fr;gap:40px}
.methodPage .toolsResources .profileShowcase{flex-direction:column;text-align:center}
.methodPage .toolsResources .profileShowcase .contentArea .featureList{grid-template-columns:1fr}
.methodPage .practicalImplementation .flexLayout{flex-direction:column;gap:40px}
}
@media (max-width: 768px) {
.methodPage .methodHeroBanner .txtColumn h1{font-size:32px}
.methodPage .methodHeroBanner .txtColumn .description87{font-size:16px}
.methodPage .structuredApproach .sectionHdr2 h2{font-size:32px}
.methodPage .toolsResources h2{font-size:32px}
.methodPage .toolsResources .profileShowcase .imgWrap img{width:220px;height:220px}
.methodPage .practicalImplementation .flexLayout .leftSide h2{font-size:30px}
.methodPage .practicalImplementation .flexLayout .rightSide .statsRow{grid-template-columns:1fr}
}
.policy-hero17{background:linear-gradient(135deg,#FDFDFD 0%,#FFF5F3 100%);padding:89px 24px 71px;position:relative;overflow:hidden}
.policy-hero17::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ff765914 0%,transparent 70%);border-radius:50%}
.hero-container42{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.hero-container42 .policy-timestamp9{display:inline-block;background:#8605c40f;color:#8605C4;padding:8px 19px;border-radius:24px;font-size:.89rem;margin-bottom:18px;font-weight:500}
.hero-container42 h1{font-size:3.2rem;color:#1a1a1a;margin:0 0 22px;font-weight:700;line-height:1.15}
.hero-container42 .policy-intro-text{font-size:1.14rem;color:#4a4a4a;line-height:1.7;max-width:820px}
.policy-content-wrapper31{background:#FDFDFD;padding:87px 24px}
.content-container-inner29{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:68px;align-items:start}
.policy-nav-sidebar14{position:sticky;top:32px;background:#FFF;padding:34px 26px;border-radius:28px;box-shadow:0 8px 24px #0000000a}
.policy-nav-sidebar14 h2{font-size:1.08rem;color:#1a1a1a;margin:0 0 24px;font-weight:600;padding-bottom:16px;border-bottom:2px solid #FFF5F3}
.sidebar-nav-list{list-style:none;padding:0;margin:0}
.sidebar-nav-list li{margin-bottom:4px}
.sidebar-nav-list a{display:block;padding:11px 14px;color:#5a5a5a;text-decoration:none;border-radius:16px;font-size:.96rem;transition:all .28s ease;position:relative}
.sidebar-nav-list a::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(180deg,#FF7659 0%,#8605C4 100%);border-radius:3px;transition:height .28s ease}
.sidebar-nav-list a:hover{background:#ff76590f;color:#FF7659;padding-left:22px}
.sidebar-nav-list a:hover::before{height:20px}
.policy-main-content7{background:#FFF;padding:54px 62px;border-radius:32px;box-shadow:0 12px 32px #0000000d}
.policy-section-block{margin-bottom:58px}
.policy-section-block:last-child{margin-bottom:0}
.policy-section-block h2{font-size:2.1rem;color:#1a1a1a;margin:0 0 18px;font-weight:700;position:relative;padding-left:24px}
.policy-section-block h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:32px;background:linear-gradient(180deg,#FF7659 0%,#8605C4 100%);border-radius:4px}
.policy-section-block h3{font-size:1.48rem;color:#2a2a2a;margin:34px 0 16px;font-weight:600}
.policy-section-block p{font-size:1.04rem;color:#4a4a4a;line-height:1.8;margin:0 0 18px}
.policy-section-block ul{list-style:none;padding:0;margin:22px 0}
.policy-section-block ul li{padding-left:32px;margin-bottom:14px;position:relative;font-size:1.04rem;color:#4a4a4a;line-height:1.7}
.policy-section-block ul li::before{content:'';position:absolute;left:0;top:9px;width:8px;height:8px;background:#FF7659;border-radius:50%}
.policy-section-block ul li strong{color:#1a1a1a;font-weight:600}
.policy-highlight-box12{background:linear-gradient(135deg,#ff76590d 0%,#8605c40d 100%);border-left:4px solid #FF7659;padding:26px 32px;border-radius:20px;margin:28px 0}
.policy-highlight-box12 p{margin:0;color:#2a2a2a}
.policy-data-table3{width:100%;border-collapse:collapse;margin:28px 0;background:#FDFDFD;border-radius:20px;overflow:hidden}
.policy-data-table3 thead{background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%)}
.policy-data-table3 thead th{padding:18px 24px;text-align:left;color:#FFF;font-weight:600;font-size:1.02rem}
.policy-data-table3 tbody td{padding:18px 24px;border-bottom:1px solid #f0f0f0;color:#4a4a4a;font-size:.98rem}
.policy-data-table3 tbody tr:last-child td{border-bottom:none}
.policy-data-table3 tbody tr:hover{background:#ff765908}
.policy-contact-block8{background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);padding:42px;border-radius:28px;margin-top:54px;color:#FFF;position:relative;overflow:hidden}
.policy-contact-block8::after{content:'';position:absolute;top:-40%;right:-15%;width:400px;height:400px;background:radial-gradient(circle,#ffffff1f 0%,transparent 70%);border-radius:50%}
.policy-contact-block8 h3{font-size:1.68rem;margin:0 0 14px;position:relative;z-index:2}
.policy-contact-block8 p{margin:0 0 24px;font-size:1.06rem;opacity:.95;position:relative;z-index:2;color:#FFF}
.contact-info-group4{display:flex;gap:34px;position:relative;z-index:2}
.contact-item-detail{display:flex;align-items:center;gap:12px}
.contact-item-detail .material-icons{font-size:24px;opacity:.9}
.contact-item-detail a{color:#FFF;text-decoration:none;font-weight:500;font-size:1.04rem;border-bottom:2px solid transparent;transition:border-color .26s ease}
.contact-item-detail a:hover{border-bottom-color:#FFF}
@media (max-width: 1024px) {
.content-container-inner29{grid-template-columns:1fr;gap:48px}
.policy-nav-sidebar14{position:relative;top:0}
.policy-main-content7{padding:38px 32px}
}
@media (max-width: 768px) {
.policy-hero17{padding:64px 20px 54px}
.hero-container42 h1{font-size:2.2rem}
.hero-container42 .policy-intro-text{font-size:1.04rem}
.policy-content-wrapper31{padding:54px 20px}
.policy-main-content7{padding:32px 24px}
.policy-section-block h2{font-size:1.7rem}
.policy-section-block h3{font-size:1.28rem}
.contact-info-group4{flex-direction:column;gap:18px}
.policy-data-table3{font-size:.9rem}
.policy-data-table3 thead th,.policy-data-table3 tbody td{padding:12px 16px}
}
@media (max-width: 480px) {
.hero-container42 h1{font-size:1.85rem}
.policy-section-block h2{font-size:1.5rem;padding-left:18px}
.policy-section-block h2::before{width:4px;height:24px}
.policy-contact-block8{padding:28px 24px}
}
.privacyWrapper{max-width:1366px;margin:0 auto;padding:0 24px}
.privacyHero{padding:96px 0 48px;text-align:center;background:linear-gradient(135deg,#ff765914 0%,#8605c414 100%);border-radius:32px;margin:32px 0 64px}
.privacyHero h1{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}
.privacyHero .updateDate{font-size:16px;color:#666;margin:0}
.privacyContent{max-width:920px;margin:0 auto;padding:0 0 96px}
.privacyContent .sectionBlock{margin:0 0 56px;padding:0 0 56px;border-bottom:1px solid #1a1a1a1a}
.privacyContent .sectionBlock:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.privacyContent .sectionBlock h2{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.3;position:relative;padding-left:20px}
.privacyContent .sectionBlock h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:28px;background:linear-gradient(180deg,#FF7659 0%,#8605C4 100%);border-radius:3px}
.privacyContent .sectionBlock h3{font-size:22px;font-weight:600;color:#2a2a2a;margin:32px 0 16px;line-height:1.4}
.privacyContent .sectionBlock p{font-size:17px;line-height:1.7;color:#3a3a3a;margin:0 0 20px}
.privacyContent .sectionBlock ul{list-style:none;padding:0;margin:24px 0}
.privacyContent .sectionBlock ul li{font-size:17px;line-height:1.7;color:#3a3a3a;margin:0 0 16px;padding-left:32px;position:relative}
.privacyContent .sectionBlock ul li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:#FF7659;border-radius:50%}
.privacyContent .sectionBlock ul li strong{color:#1a1a1a;font-weight:600}
.privacyContent .highlightBox{background:linear-gradient(135deg,#ff76590f 0%,#8605c40f 100%);border-left:4px solid #8605C4;padding:24px 28px;margin:32px 0;border-radius:12px}
.privacyContent .highlightBox p{margin:0;font-size:17px;line-height:1.7;color:#2a2a2a}
.privacyContent .dataTable{width:100%;margin:32px 0;border-collapse:separate;border-spacing:0;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f}
.privacyContent .dataTable thead{background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%)}
.privacyContent .dataTable thead th{color:#FDFDFD;font-size:16px;font-weight:600;padding:20px 24px;text-align:left}
.privacyContent .dataTable tbody tr{background:#FDFDFD;transition:background .3s ease}
.privacyContent .dataTable tbody tr:nth-child(even){background:#ff76590a}
.privacyContent .dataTable tbody tr:hover{background:#8605c414}
.privacyContent .dataTable tbody td{padding:18px 24px;font-size:16px;color:#3a3a3a;border-bottom:1px solid #1a1a1a0f}
.privacyContent .dataTable tbody tr:last-child td{border-bottom:none}
.contactSection{background:linear-gradient(135deg,#ff76591a 0%,#8605c41a 100%);border-radius:28px;padding:48px;margin:64px 0 0;text-align:center}
.contactSection h2{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.contactSection p{font-size:17px;line-height:1.6;color:#3a3a3a;margin:0 0 24px}
.contactSection .contactInfo{display:flex;flex-direction:column;gap:12px;align-items:center}
.contactSection .contactInfo a{font-size:18px;color:#8605C4;text-decoration:none;font-weight:600;transition:color .3s ease}
.contactSection .contactInfo a:hover{color:#FF7659}
.legalNotice{background:#1a1a1a0a;padding:32px;border-radius:20px;margin:48px 0 0}
.legalNotice p{font-size:15px;line-height:1.7;color:#4a4a4a;margin:0 0 16px}
.legalNotice p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.privacyHero{padding:64px 24px 32px;margin:24px 0 48px}
.privacyHero h1{font-size:36px}
.privacyContent{padding:0 0 64px}
.privacyContent .sectionBlock{margin:0 0 40px;padding:0 0 40px}
.privacyContent .sectionBlock h2{font-size:26px;padding-left:16px}
.privacyContent .sectionBlock h2::before{width:5px;height:22px}
.privacyContent .sectionBlock h3{font-size:20px}
.privacyContent .sectionBlock p,.privacyContent .sectionBlock ul li{font-size:16px}
.privacyContent .dataTable{font-size:14px}
.privacyContent .dataTable thead th,.privacyContent .dataTable tbody td{padding:14px 16px;font-size:14px}
.contactSection{padding:32px 24px;margin:48px 0 0}
.contactSection h2{font-size:24px}
.legalNotice{padding:24px}
}
@media (max-width: 480px) {
.privacyWrapper{padding:0 16px}
.privacyHero h1{font-size:28px}
.privacyContent .sectionBlock h2{font-size:22px}
.privacyContent .dataTable{display:block;overflow-x:auto}
}
.successOuter{background:linear-gradient(135deg,#FDFDFD 0%,#fff5f2 100%);padding:80px 20px;min-height:85vh;display:flex;align-items:center;justify-content:center}
.successContainer{max-width:720px;margin:0 auto;text-align:center}
.statusIconWrapper{position:relative;width:140px;height:140px;margin:0 auto 42px}
.statusIconWrapper::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);border-radius:50%;opacity:.12;animation:pulseEffect23 2.4s ease-in-out infinite}
.statusIconWrapper::after{content:'';position:absolute;inset:12px;background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);border-radius:50%;opacity:.18}
@keyframes pulseEffect23 {
0%,100%{transform:scale(1);opacity:.12}
50%{transform:scale(1.15);opacity:.06}
}
.checkmarkIcon{position:relative;z-index:3;width:140px;height:140px;display:flex;align-items:center;justify-content:center}
.checkmarkIcon svg{width:72px;height:72px;filter:drop-shadow(0 4px 12px #8605c43d)}
.successHeading{font-size:2.8rem;font-weight:700;color:#1a1a1a;margin:0 0 18px;line-height:1.2}
.successHeading::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FF7659 0%,#8605C4 100%);margin:24px auto 0;border-radius:24px}
.confirmationMsg{font-size:1.15rem;color:#4a4a4a;line-height:1.7;margin:0 0 14px}
.detailsPara{font-size:1.05rem;color:#666;line-height:1.65;margin:0 0 38px}
.infoBoxOuter{background:#fff;border:2px solid #8605c424;border-radius:28px;padding:32px 28px;margin:0 0 42px;box-shadow:0 8px 28px #0000000f}
.infoBoxOuter .material-icons{font-size:32px;background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px}
.infoBoxTitle{font-size:1.35rem;font-weight:600;color:#2a2a2a;margin:0 0 12px}
.infoBoxText{font-size:1.05rem;color:#555;line-height:1.6;margin:0}
.emailDisplay{display:inline-block;background:linear-gradient(135deg,#ff765914 0%,#8605c414 100%);padding:6px 18px;border-radius:16px;font-weight:600;color:#8605C4;margin:4px 0}
.actionButtonsRow{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.primaryActionBtn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#FF7659 0%,#8605C4 100%);color:#fff;font-size:1.1rem;font-weight:600;padding:16px 36px;border:none;border-radius:28px;text-decoration:none;cursor:pointer;box-shadow:0 6px 20px #8605c447;transition:all .3s ease;position:relative;z-index:2}
.primaryActionBtn:hover{transform:translateY(-3px);box-shadow:0 10px 32px #8605c466}
.primaryActionBtn .material-icons{font-size:22px}
.secondaryActionBtn{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#8605C4;font-size:1.1rem;font-weight:600;padding:16px 36px;border:2px solid #8605C4;border-radius:28px;text-decoration:none;cursor:pointer;transition:all .3s ease;position:relative;z-index:2}
.secondaryActionBtn:hover{background:linear-gradient(135deg,#ff76590f 0%,#8605c40f 100%);transform:translateY(-2px);box-shadow:0 6px 18px #8605c429}
.secondaryActionBtn .material-icons{font-size:22px}
@media (max-width: 768px) {
.successOuter{padding:60px 18px}
.statusIconWrapper{width:110px;height:110px;margin-bottom:32px}
.statusIconWrapper::after{inset:10px}
.checkmarkIcon{width:110px;height:110px}
.checkmarkIcon svg{width:56px;height:56px}
.successHeading{font-size:2.2rem}
.confirmationMsg{font-size:1.08rem}
.detailsPara{font-size:1rem}
.infoBoxOuter{padding:24px 20px}
.infoBoxTitle{font-size:1.2rem}
.actionButtonsRow{flex-direction:column;gap:14px}
.primaryActionBtn,.secondaryActionBtn{width:100%;justify-content:center;padding:14px 28px;font-size:1.05rem}
}
@media (max-width: 480px) {
.successHeading{font-size:1.9rem}
.statusIconWrapper{width:95px;height:95px}
.checkmarkIcon{width:95px;height:95px}
.checkmarkIcon svg{width:48px;height:48px}
.infoBoxOuter .material-icons{font-size:28px}
}