html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,ul,li,header,footer,main,nav,section{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Lato',sans-serif;font-size:16px;line-height:1.6;color:#2B060B;background:linear-gradient(142deg,#fff 0%,#f9f9f9 50%,#f3f3f3 100%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
a{text-decoration:none;color:inherit}
ul{list-style:none}
.topHeaderWrap{background:linear-gradient(128deg,#2B060B 0%,#4a0f18 100%);padding:24px 0;box-shadow:0 4px 12px #2b060b26}
.centerCont{max-width:1140px;margin:0 auto;padding:0 20px}
.mainNavi{display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap}
.mainNavi .naviLink{color:#fff;font-size:17px;font-weight:400;padding:10px 16px;border-radius:6px;transition:background 200ms ease-out,color 200ms ease-out;position:relative}
.mainNavi .naviLink:first-child{font-weight:700;font-size:19px;color:#1CFFA3}
.mainNavi .naviLink:hover{background:#1cffa31f;color:#1CFFA3}
.footerMainBox{background:linear-gradient(135deg,#2B060B 0%,#1a0407 100%);padding:60px 0 30px;color:#fff;margin-top:80px}
.footerCenterWrap{max-width:1140px;margin:0 auto;padding:0 20px}
.footerGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;margin-bottom:48px}
.companyInfoBox .brandNameFoot{font-size:26px;font-weight:700;color:#1CFFA3;margin-bottom:16px;background:linear-gradient(90deg,#1CFFA3 0%,#AA63DC 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.footerDescTxt{font-size:15px;line-height:1.7;color:#fffc}
.footerHeading{font-size:18px;font-weight:700;margin-bottom:20px;color:#1CFFA3}
.footerLinkList li{margin-bottom:12px}
.footLink{color:#ffffffd9;font-size:15px;transition:color 180ms ease-out;display:inline-block}
.footLink:hover{color:#1CFFA3}
.contactItemFoot{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;color:#ffffffd9;font-size:15px}
.footIcon{color:#AA63DC;font-size:20px;margin-top:2px}
.footContactLink{color:#ffffffd9;transition:color 180ms ease-out}
.footContactLink:hover{color:#1CFFA3}
.footerBottomRow{border-top:1px solid #ffffff1a;padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.copyrightTxt{font-size:14px;color:#ffffffb3}
.legalLinksBox{display:flex;gap:12px;align-items:center}
.legalLink{font-size:14px;color:#ffffffb3;transition:color 180ms ease-out}
.legalLink:hover{color:#1CFFA3}
.linkSep{color:#fff6}
.cookieModalBox{position:fixed;top:20px;right:20px;width:68%;max-width:520px;background:#fff;border-radius:10px;box-shadow:0 12px 32px #2b060b40;padding:32px;z-index:10000;display:none;border:2px solid #AA63DC;animation:slideInFromRight 400ms ease-out}
@keyframes slideInFromRight {
from{transform:translateX(120%);opacity:0}
to{transform:translateX(0);opacity:1}
}
.cookieModalBox[data-visible="true"]{display:block}
.cookieInnerWrap .cookieHeadline{font-size:22px;font-weight:700;color:#2B060B;margin-bottom:14px}
.cookieDescText{font-size:15px;line-height:1.6;color:#444;margin-bottom:24px}
.cookieOptionsList{margin-bottom:28px}
.cookieOptionItem{margin-bottom:14px}
.cookieToggleLabel{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px;color:#2B060B}
.cookieCheckbox{width:20px;height:20px;cursor:pointer;accent-color:#AA63DC}
.cookieButtonsRow{display:flex;gap:12px}
.cookieButt{flex:1;padding:14px 20px;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:background 200ms ease-out,transform 150ms ease-out;font-family:'Lato',sans-serif}
.cookieAcceptButt{background:linear-gradient(135deg,#AA63DC 0%,#8a4fb8 100%);color:#fff}
.cookieAcceptButt:hover{background:linear-gradient(135deg,#9554c7 0%,#7443a0 100%);transform:translateY(-1px)}
.cookieSaveButt{background:linear-gradient(135deg,#1CFFA3 0%,#17d98a 100%);color:#2B060B}
.cookieSaveButt:hover{background:linear-gradient(135deg,#17d98a 0%,#13b876 100%);transform:translateY(-1px)}
@media (max-width: 768px) {
.mainNavi{gap:20px}
.mainNavi .naviLink{font-size:16px;padding:8px 12px}
.footerGrid{grid-template-columns:1fr;gap:36px}
.footerBottomRow{flex-direction:column;text-align:center}
.cookieModalBox{width:90%;right:5%;padding:24px}
.cookieButtonsRow{flex-direction:column}
}
@media (max-width: 480px) {
.mainNavi .naviLink{font-size:15px}
.cookieInnerWrap .cookieHeadline{font-size:19px}
.cookieDescText{font-size:14px}
}
.programHero{background:linear-gradient(125deg,#2B060B 0%,#AA63DC 100%);padding:80px 20px;position:relative;overflow:hidden}
.programHero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#1cffa314;border-radius:50%;filter:blur(80px)}
.heroContain{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.heroContain h1{font-size:3.2rem;color:#fff;margin:0 0 24px;line-height:1.2}
.heroContain .subline{font-size:1.3rem;color:#ffffffe6;max-width:680px;line-height:1.6;margin:0}
.heroContain .subline::before{content:'';display:inline-block;width:40px;height:3px;background:#1CFFA3;margin-right:16px;vertical-align:middle}
.structureSect{padding:90px 20px;background:#fafafa;position:relative}
.structureSect::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#AA63DC 50%,transparent 100%)}
.structWrap{max-width:1140px;margin:0 auto}
.structWrap h2{font-size:2.4rem;color:#2B060B;margin:0 0 48px;text-align:center}
.structWrap h2::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#AA63DC,#1CFFA3);margin:16px auto 0}
.gridLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:60px}
.phaseCard{background:#fff;padding:36px 28px;border-radius:0;border-left:4px solid #AA63DC;box-shadow:0 4px 12px #2b060b0f;transition:transform 200ms ease-out,box-shadow 300ms ease-out}
.phaseCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2b060b1f}
.phaseCard h3{font-size:1.4rem;color:#2B060B;margin:0 0 16px;display:flex;align-items:center}
.phaseCard h3::before{content:'';width:8px;height:8px;background:#1CFFA3;border-radius:50%;margin-right:12px}
.phaseCard p{font-size:1rem;color:#4a4a4a;line-height:1.7;margin:0}
.imgShowcase{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.imgShowcase img{width:100%;height:360px;object-fit:cover;border-radius:8px;box-shadow:0 6px 16px #2b060b24}
.showcaseText h4{font-size:1.8rem;color:#2B060B;margin:0 0 20px}
.showcaseText p{font-size:1.05rem;color:#4a4a4a;line-height:1.7;margin:0 0 16px}
.showcaseText p:last-child{margin-bottom:0}
.expertBlocks{padding:80px 20px;background:#fff}
.expertWrap{max-width:1140px;margin:0 auto}
.expertWrap h2{font-size:2.2rem;color:#2B060B;margin:0 0 56px}
.expertWrap h2 span{color:#AA63DC}
.splitBox{display:flex;gap:60px;align-items:flex-start;margin-bottom:70px}
.splitBox:last-child{margin-bottom:0}
.splitBox.reverse{flex-direction:row-reverse}
.profileSide{flex:0 0 280px}
.profileSide img{width:100%;height:340px;object-fit:cover;border-radius:6px;box-shadow:0 8px 20px #aa63dc26}
.contentSide{flex:1}
.contentSide h3{font-size:1.6rem;color:#2B060B;margin:0 0 12px}
.contentSide .role{font-size:.95rem;color:#AA63DC;margin:0 0 24px;text-transform:uppercase;letter-spacing:.5px}
.contentSide p{font-size:1.05rem;color:#4a4a4a;line-height:1.7;margin:0 0 16px}
.contentSide .highlight{background:linear-gradient(120deg,#aa63dc14,#1cffa314);padding:24px;border-left:3px solid #1CFFA3;margin-top:24px}
.contentSide .highlight p{margin:0;font-style:italic}
.actionZone{background:linear-gradient(145deg,#2B060B 0%,#AA63DC 100%);padding:70px 20px;text-align:center;position:relative;overflow:hidden}
.actionZone::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:#1cffa31a;border-radius:50%}
.actionZone::after{content:'';position:absolute;bottom:-80px;right:-80px;width:250px;height:250px;background:#1cffa314;border-radius:50%}
.actionInner{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.actionInner h2{font-size:2.6rem;color:#fff;margin:0 0 20px}
.actionInner p{font-size:1.2rem;color:#ffffffe6;margin:0 0 36px;max-width:700px;margin-left:auto;margin-right:auto}
.btnAction{display:inline-block;padding:16px 48px;background:#1CFFA3;color:#2B060B;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all 200ms ease-out;box-shadow:0 4px 14px #1cffa34d}
.btnAction:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #1cffa366}
@media (max-width: 968px) {
.heroContain h1{font-size:2.4rem}
.gridLayout{grid-template-columns:1fr;gap:24px}
.imgShowcase{grid-template-columns:1fr;gap:32px}
.imgShowcase img{height:280px}
.splitBox{flex-direction:column;gap:32px}
.splitBox.reverse{flex-direction:column}
.profileSide{flex:1;width:100%}
.profileSide img{height:380px}
}
@media (max-width: 640px) {
.heroContain h1{font-size:2rem}
.heroContain .subline{font-size:1.1rem}
.structWrap h2,.expertWrap h2{font-size:1.9rem}
.actionInner h2{font-size:2rem}
.actionInner p{font-size:1.05rem}
}
.heroBox{position:relative;overflow:hidden;background:linear-gradient(127deg,#f8f4f9 0%,#fef9fc 100%);padding:4.5rem 1.5rem 6rem;margin-bottom:0}
.heroBox .contentWrap{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:2}
.heroBox .textArea h1{font-size:2.8rem;line-height:1.2;color:#2B060B;margin-bottom:1.25rem;font-weight:700}
.heroBox .textArea p{font-size:1.15rem;line-height:1.65;color:#4a2c3e;margin-bottom:2rem}
.heroBox .mainButt{display:inline-block;background:linear-gradient(135deg,#AA63DC 0%,#8f4bc4 100%);color:#fff;padding:.95rem 2.3rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:transform 180ms ease-out,box-shadow 180ms ease-out;box-shadow:0 4px 12px #aa63dc40}
.heroBox .mainButt:hover{transform:translateY(-2px);box-shadow:0 6px 18px #aa63dc59}
.heroBox .visualArea{position:relative}
.heroBox .visualArea img{width:100%;height:420px;object-fit:cover;border-radius:10px;filter:sepia(0.15) contrast(1.05);box-shadow:0 8px 24px #2b060b26}
.heroBox .shapeOne{position:absolute;top:-3rem;right:-2rem;width:180px;height:180px;background:linear-gradient(217deg,#1cffa32e 0%,#aa63dc1f 100%);border-radius:50%;z-index:1}
.heroBox .shapeTwo{position:absolute;bottom:-2rem;left:-1.5rem;width:140px;height:140px;background:linear-gradient(317deg,#aa63dc26 0%,#1cffa314 100%);border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;z-index:1}
.heroBox .waveDiv{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0}
.heroBox .waveDiv svg{position:relative;display:block;width:calc(100% + 1.3px);height:60px}
.heroBox .waveDiv .waveFill{fill:#fff}
.uniqueBox{background:#fff;padding:4.5rem 1.5rem}
.uniqueBox .innerWrap{max-width:1140px;margin:0 auto}
.uniqueBox .headSection{text-align:center;margin-bottom:3.5rem}
.uniqueBox .headSection h2{font-size:2.3rem;color:#2B060B;margin-bottom:.85rem;font-weight:700}
.uniqueBox .headSection p{font-size:1.1rem;color:#5a4555;max-width:720px;margin:0 auto;line-height:1.6}
.uniqueBox .gridHold{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.uniqueBox .featureCard{background:linear-gradient(142deg,#fef9fc 0%,#f9f6fa 100%);padding:2.2rem 1.8rem;border-radius:10px;border:2px solid #e8dfe6;position:relative;transition:transform 160ms ease-out,border-color 160ms ease-out}
.uniqueBox .featureCard:hover{transform:translateY(-4px);border-color:#AA63DC}
.uniqueBox .featureCard::before{content:'';position:absolute;top:1rem;right:1rem;width:60px;height:60px;background:linear-gradient(227deg,#1cffa31f 0%,#aa63dc14 100%);border-radius:50%}
.uniqueBox .featureCard h3{font-size:1.4rem;color:#2B060B;margin-bottom:.9rem;position:relative;font-weight:600}
.uniqueBox .featureCard h3::before{content:'';display:inline-block;width:5px;height:5px;background:#1CFFA3;border-radius:50%;margin-right:.65rem;vertical-align:middle}
.uniqueBox .featureCard p{font-size:1rem;color:#614f5d;line-height:1.65}
.resourceContainer{background:linear-gradient(153deg,#2B060B 0%,#4a1822 100%);padding:5rem 1.5rem;position:relative;overflow:hidden}
.resourceContainer::after{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#aa63dc26 0%,transparent 70%);border-radius:50%}
.resourceContainer .contentInner{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:3.5rem;position:relative;z-index:2}
.resourceContainer .imgSide{flex:0 0 45%}
.resourceContainer .imgSide img{width:100%;height:450px;object-fit:cover;border-radius:10px;box-shadow:0 12px 32px #00000059}
.resourceContainer .textSide{flex:1}
.resourceContainer .textSide h2{font-size:2.2rem;color:#fff;margin-bottom:1.1rem;font-weight:700}
.resourceContainer .textSide h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#1CFFA3 0%,#AA63DC 100%);margin-top:.8rem;border-radius:2px}
.resourceContainer .textSide p{font-size:1.08rem;color:#e4d1e8;line-height:1.7;margin-bottom:1.6rem}
.resourceContainer .stepList{list-style:none;padding:0;margin:0}
.resourceContainer .stepList li{padding:1.1rem 1.4rem;background:#ffffff14;border-left:4px solid #1CFFA3;margin-bottom:1rem;border-radius:6px;color:#f0e4f3;font-size:1.02rem;position:relative;transition:background 140ms ease-out}
.resourceContainer .stepList li:hover{background:#ffffff1f}
.resourceContainer .stepList li::before{content:'→';color:#1CFFA3;font-weight:700;margin-right:.7rem}
.motivBox{background:#fff;padding:4.5rem 1.5rem}
.motivBox .wrapInside{max-width:1140px;margin:0 auto}
.motivBox .titleRow{text-align:center;margin-bottom:3rem}
.motivBox .titleRow h2{font-size:2.25rem;color:#2B060B;margin-bottom:.75rem;font-weight:700}
.motivBox .titleRow .underLine{width:100px;height:3px;background:linear-gradient(90deg,#AA63DC 0%,#1CFFA3 100%);margin:0 auto;border-radius:2px}
.motivBox .gridArea{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.motivBox .toolCard{background:linear-gradient(135deg,#f9f6fa 0%,#fff 100%);padding:2rem;border-radius:10px;box-shadow:0 4px 16px #2b060b14;border:1px solid #ede5eb;position:relative;transition:box-shadow 180ms ease-out,transform 180ms ease-out}
.motivBox .toolCard:hover{box-shadow:0 8px 24px #2b060b24;transform:translateY(-3px)}
.motivBox .toolCard .iconCirc{width:56px;height:56px;background:linear-gradient(135deg,#aa63dc26 0%,#1cffa326 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.3rem}
.motivBox .toolCard .iconCirc i{font-size:1.6rem;color:#AA63DC}
.motivBox .toolCard h3{font-size:1.35rem;color:#2B060B;margin-bottom:.85rem;font-weight:600}
.motivBox .toolCard p{font-size:1rem;color:#5f4f5c;line-height:1.65}
.pathSection{background:linear-gradient(238deg,#fef9fc 0%,#f4eef7 100%);padding:5rem 1.5rem;position:relative}
.pathSection::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,#AA63DC 50%,transparent 100%)}
.pathSection .innerCont{max-width:1140px;margin:0 auto}
.pathSection .topArea{margin-bottom:3.5rem}
.pathSection .topArea h2{font-size:2.3rem;color:#2B060B;margin-bottom:1rem;font-weight:700;text-align:center}
.pathSection .topArea p{font-size:1.1rem;color:#564653;text-align:center;max-width:760px;margin:0 auto;line-height:1.6}
.pathSection .stageRow{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}
.pathSection .stageRow::before{content:'';position:absolute;top:30px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,#AA63DC 0%,#1CFFA3 100%);z-index:0}
.pathSection .stageItem{background:#fff;padding:1.8rem 1.4rem;border-radius:8px;text-align:center;box-shadow:0 4px 14px #2b060b1a;position:relative;z-index:1;transition:transform 150ms ease-out}
.pathSection .stageItem:hover{transform:scale(1.03)}
.pathSection .stageItem .numTag{width:50px;height:50px;background:linear-gradient(135deg,#AA63DC 0%,#8f4bc4 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;margin:0 auto 1rem}
.pathSection .stageItem h4{font-size:1.15rem;color:#2B060B;margin-bottom:.7rem;font-weight:600}
.pathSection .stageItem p{font-size:.95rem;color:#655862;line-height:1.5}
@media (max-width: 992px) {
.heroBox .contentWrap{grid-template-columns:1fr;gap:2.5rem}
.heroBox .textArea h1{font-size:2.3rem}
.heroBox .visualArea img{height:360px}
.uniqueBox .gridHold{grid-template-columns:1fr;gap:1.8rem}
.resourceContainer .contentInner{flex-direction:column;gap:2.5rem}
.resourceContainer .imgSide{flex:0 0 100%}
.resourceContainer .imgSide img{height:380px}
.motivBox .gridArea{grid-template-columns:1fr;gap:2rem}
.pathSection .stageRow{grid-template-columns:repeat(2,1fr)}
.pathSection .stageRow::before{display:none}
}
@media (max-width: 576px) {
.heroBox{padding:3rem 1.2rem 4.5rem}
.heroBox .textArea h1{font-size:1.9rem}
.heroBox .textArea p{font-size:1.05rem}
.heroBox .visualArea img{height:300px}
.uniqueBox{padding:3.5rem 1.2rem}
.uniqueBox .headSection h2{font-size:1.9rem}
.resourceContainer{padding:3.5rem 1.2rem}
.resourceContainer .textSide h2{font-size:1.85rem}
.resourceContainer .imgSide img{height:320px}
.motivBox{padding:3.5rem 1.2rem}
.motivBox .titleRow h2{font-size:1.9rem}
.pathSection{padding:3.5rem 1.2rem}
.pathSection .topArea h2{font-size:1.9rem}
.pathSection .stageRow{grid-template-columns:1fr}
}
.contactWrapper{max-width:1140px;margin:0 auto;padding:0 20px}
.headoSection{padding:80px 0 60px;background:linear-gradient(152deg,#f8f3f4 0%,#faf7f8 50%,#f5f0f1 100%);text-align:center}
.headoSection .mainTitle{font-size:2.8rem;color:#2B060B;margin-bottom:16px;font-weight:700;line-height:1.2}
.headoSection .subText{font-size:1.15rem;color:#5a3d41;max-width:680px;margin:0 auto;line-height:1.6}
.infoBlock{padding:70px 0;background:#fff}
.infoBlock .contactWrapper{display:flex;gap:50px;align-items:flex-start;flex-wrap:wrap}
.infoLeftZone{flex:1;min-width:300px}
.infoLeftZone .sectionLabel{font-size:2.2rem;color:#2B060B;margin-bottom:22px;font-weight:600;line-height:1.3}
.infoLeftZone .descText{font-size:1.05rem;color:#4a3135;margin-bottom:32px;line-height:1.65}
.detailsBox{display:flex;flex-direction:column;gap:24px}
.detailItem{display:flex;align-items:flex-start;gap:16px;padding:18px;background:linear-gradient(125deg,#fdfbfc 0%,#f9f5f6 100%);border-radius:8px;border-left:4px solid #AA63DC;transition:transform 200ms ease-out,box-shadow 300ms ease-out}
.detailItem:hover{transform:translateX(6px);box-shadow:0 4px 12px #aa63dc26}
.detailItem i{font-size:1.5rem;color:#AA63DC;margin-top:2px}
.detailContent .detailLabel{font-size:.92rem;color:#7a5a5f;margin-bottom:4px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.detailContent .detailValue{font-size:1.08rem;color:#2B060B;font-weight:600;line-height:1.5}
.detailContent .detailValue a{color:#2B060B;text-decoration:none;transition:color 200ms ease-out}
.detailContent .detailValue a:hover{color:#AA63DC}
.formBox{flex:1.2;min-width:320px;background:linear-gradient(135deg,#f4eef0 0%,#faf6f7 100%);padding:42px;border-radius:10px;box-shadow:0 6px 16px #2b060b14}
.formBox .formTitle{font-size:1.9rem;color:#2B060B;margin-bottom:28px;font-weight:600;line-height:1.3}
.formBox form{display:flex;flex-direction:column;gap:22px}
.inputGroup{display:flex;flex-direction:column;gap:8px}
.inputGroup label{font-size:.98rem;color:#4a3135;font-weight:500}
.inputGroup input[type="text"],.inputGroup input[type="tel"]{padding:14px 16px;border:2px solid #e8dfe2;border-radius:6px;font-size:1rem;color:#2B060B;background:#fff;transition:border-color 200ms ease-out,box-shadow 200ms ease-out}
.inputGroup input[type="text"]:focus,.inputGroup input[type="tel"]:focus{outline:none;border-color:#AA63DC;box-shadow:0 0 0 3px #aa63dc1f}
.checkboxGroup{display:flex;flex-direction:column;gap:12px;margin-top:6px}
.checkboxGroup label{font-size:.98rem;color:#4a3135;font-weight:500;margin-bottom:8px}
.checkOption{display:flex;align-items:center;gap:10px;position:relative}
.checkOption input[type="checkbox"]{width:20px;height:20px;cursor:pointer;accent-color:#AA63DC}
.checkOption span{font-size:.96rem;color:#5a3d41;line-height:1.4}
.privacyCheck{display:flex;align-items:flex-start;gap:10px;margin-top:10px}
.privacyCheck input[type="checkbox"]{width:20px;height:20px;cursor:pointer;margin-top:2px;accent-color:#AA63DC;flex-shrink:0}
.privacyCheck label{font-size:.92rem;color:#5a3d41;line-height:1.5}
.privacyCheck label a{color:#AA63DC;text-decoration:none;font-weight:500;transition:color 200ms ease-out}
.privacyCheck label a:hover{color:#2B060B}
.submitButt{padding:16px 38px;background:linear-gradient(128deg,#AA63DC 0%,#8f4dbf 100%);color:#fff;border:none;border-radius:6px;font-size:1.08rem;font-weight:600;cursor:pointer;transition:transform 200ms ease-out,box-shadow 300ms ease-out;margin-top:8px}
.submitButt:hover{transform:translateY(-2px);box-shadow:0 6px 20px #aa63dc59}
.submitButt:active{transform:translateY(0)}
.locationSection{padding:70px 0;background:linear-gradient(165deg,#fdfbfc 0%,#f7f2f4 100%)}
.locationSection .contactWrapper{text-align:center}
.locationSection .sectionHead{font-size:2.2rem;color:#2B060B;margin-bottom:18px;font-weight:600;line-height:1.3}
.locationSection .sectionDesc{font-size:1.05rem;color:#5a3d41;margin-bottom:42px;line-height:1.65;max-width:720px;margin-left:auto;margin-right:auto}
.mapPlaceholder{background:linear-gradient(138deg,#2B060B 0%,#4a1520 100%);padding:80px 40px;border-radius:10px;position:relative;overflow:hidden;box-shadow:0 8px 24px #2b060b26}
.mapPlaceholder::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(45deg,#1cffa308,#1cffa308 20px,transparent 20px,transparent 40px);pointer-events:none}
.mapContent{position:relative;z-index:2}
.mapContent i{font-size:3.5rem;color:#1CFFA3;margin-bottom:22px;display:inline-block}
.mapContent .locationTitle{font-size:1.7rem;color:#fff;margin-bottom:12px;font-weight:600;line-height:1.3}
.mapContent .addressText{font-size:1.12rem;color:#e8dfe2;line-height:1.6;max-width:480px;margin:0 auto}
@media (max-width: 768px) {
.headoSection{padding:60px 0 40px}
.headoSection .mainTitle{font-size:2.2rem}
.headoSection .subText{font-size:1.05rem}
.infoBlock{padding:50px 0}
.infoBlock .contactWrapper{flex-direction:column;gap:40px}
.infoLeftZone .sectionLabel{font-size:1.85rem}
.formBox{padding:32px 24px}
.formBox .formTitle{font-size:1.6rem}
.locationSection{padding:50px 0}
.locationSection .sectionHead{font-size:1.85rem}
.mapPlaceholder{padding:60px 30px}
.mapContent i{font-size:2.8rem}
.mapContent .locationTitle{font-size:1.45rem}
.mapContent .addressText{font-size:1.02rem}
}
@media (max-width: 480px) {
.headoSection .mainTitle{font-size:1.9rem}
.infoLeftZone .sectionLabel,.locationSection .sectionHead{font-size:1.65rem}
.formBox .formTitle{font-size:1.45rem}
.detailItem{padding:14px}
.submitButt{padding:14px 32px;font-size:1rem}
}
.aboutHeroWrap{background:linear-gradient(128deg,#f8f3f4 0%,#e8dce8 45%,#f1e9f5 100%);padding:85px 20px 75px;position:relative;overflow:hidden}
.aboutHeroWrap::before{content:'';position:absolute;top:-40%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,#aa63dc1f 0%,transparent 65%);border-radius:50%}
.aboutHeroWrap::after{content:'';position:absolute;bottom:-25%;left:-10%;width:450px;height:450px;background:radial-gradient(circle,#1cffa317 0%,transparent 70%);border-radius:50%}
.heroInnerCont{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.heroTopRow{display:flex;flex-direction:row;align-items:center;gap:65px;margin-bottom:40px}
.heroTextSide{flex:1 1 55%}
.heroImgSide{flex:1 1 45%}
.heroMainHeading{font-size:44px;font-weight:700;color:#2B060B;margin:0 0 24px;line-height:1.25}
.heroMainHeading::after{content:'';display:block;width:85px;height:5px;background:linear-gradient(90deg,#AA63DC 0%,#1CFFA3 100%);margin-top:18px;border-radius:8px}
.heroIntroText{font-size:17px;line-height:1.65;color:#4a2f34;margin:0 0 30px}
.heroStatsRow{display:flex;gap:35px;flex-wrap:wrap}
.statItem{flex:1 1 140px}
.statNumber{font-size:36px;font-weight:700;color:#AA63DC;display:block;margin-bottom:6px}
.statLabel{font-size:14px;color:#6a4a50;display:block}
.heroMainImg{width:100%;height:380px;object-fit:cover;border-radius:10px;box-shadow:0 8px 24px #2b060b24}
.valuePropsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:55px}
.valuePropCard{background:#fff;padding:32px 26px;border-radius:8px;box-shadow:0 3px 12px #2b060b14;transition:transform 180ms ease-out,box-shadow 180ms ease-out;position:relative}
.valuePropCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#AA63DC 0%,#1CFFA3 100%);border-radius:8px 0 0 8px;opacity:0;transition:opacity 180ms ease-out}
.valuePropCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #2b060b26}
.valuePropCard:hover::before{opacity:1}
.valuePropIcon{font-size:38px;color:#AA63DC;margin-bottom:16px;display:block}
.valuePropTitle{font-size:19px;font-weight:600;color:#2B060B;margin:0 0 12px}
.valuePropDesc{font-size:15px;line-height:1.6;color:#5a3a40;margin:0}
.storySection{padding:95px 20px 100px;background:#fff;position:relative}
.storyInnerBox{max-width:1140px;margin:0 auto}
.storyLayoutGrid{display:grid;grid-template-columns:480px 1fr;gap:75px;align-items:start}
.storyLeftSide{position:relative}
.storyImgCluster{position:relative}
.storyMainPhoto{width:100%;height:420px;object-fit:cover;border-radius:10px;box-shadow:0 6px 18px #2b060b1f}
.storySecondPhoto{position:absolute;bottom:-35px;right:-45px;width:240px;height:240px;object-fit:cover;border-radius:10px;border:6px solid #fff;box-shadow:0 8px 22px #2b060b29}
.storyRightContent{padding-top:20px}
.storySectionLabel{font-size:13px;text-transform:uppercase;letter-spacing:1.8px;color:#AA63DC;font-weight:600;margin:0 0 16px;display:inline-block;position:relative;padding-left:32px}
.storySectionLabel::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:22px;height:2px;background:#1CFFA3}
.storyMainTitle{font-size:38px;font-weight:700;color:#2B060B;margin:0 0 28px;line-height:1.3}
.storyParagraph{font-size:16px;line-height:1.75;color:#4a2f34;margin:0 0 22px}
.storyParagraph:last-of-type{margin-bottom:35px}
.approachList{list-style:none;padding:0;margin:0 0 40px}
.approachListItem{padding:18px 0 18px 50px;position:relative;border-bottom:1px solid #f0e5e8}
.approachListItem:last-child{border-bottom:none}
.approachListItem::before{content:'';position:absolute;left:0;top:22px;width:32px;height:32px;background:linear-gradient(135deg,#AA63DC 0%,#1CFFA3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.approachListItem::after{content:'';position:absolute;left:9px;top:26px;color:#fff;font-size:16px;font-weight:700}
.approachItemTitle{font-size:17px;font-weight:600;color:#2B060B;margin:0 0 8px}
.approachItemText{font-size:15px;line-height:1.6;color:#5a3a40;margin:0}
.teamIntroBox{background:linear-gradient(142deg,#f9f4f6 0%,#ebe3ed 100%);padding:45px 40px;border-radius:10px;margin-top:50px;border-left:5px solid #AA63DC}
.teamIntroRow{display:flex;align-items:center;gap:30px}
.teamIntroPic{width:90px;height:90px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 4px 12px #2b060b1f;flex-shrink:0}
.teamIntroContent{flex:1}
.teamIntroTitle{font-size:19px;font-weight:600;color:#2B060B;margin:0 0 10px}
.teamIntroDesc{font-size:15px;line-height:1.65;color:#5a3a40;margin:0}
@media (max-width: 1024px) {
.heroTopRow{flex-direction:column;gap:45px}
.heroTextSide,.heroImgSide{flex:1 1 100%}
.valuePropsGrid{grid-template-columns:repeat(2,1fr);gap:25px}
.storyLayoutGrid{grid-template-columns:1fr;gap:55px}
.storySecondPhoto{right:-25px;bottom:-25px}
}
@media (max-width: 768px) {
.aboutHeroWrap{padding:60px 20px 55px}
.heroMainHeading{font-size:34px;margin-bottom:20px}
.heroStatsRow{gap:25px}
.statItem{flex:1 1 120px}
.statNumber{font-size:28px}
.valuePropsGrid{grid-template-columns:1fr;gap:20px}
.storySection{padding:70px 20px 75px}
.storyMainTitle{font-size:30px;margin-bottom:22px}
.storySecondPhoto{position:static;width:100%;height:220px;margin-top:20px}
.teamIntroRow{flex-direction:column;text-align:center}
.teamIntroBox{padding:35px 25px}
}
@media (max-width: 480px) {
.heroMainHeading{font-size:28px}
.heroMainImg{height:280px}
.heroStatsRow{flex-direction:column;gap:20px}
.statItem{flex:1 1 100%}
.storyMainTitle{font-size:26px}
.approachListItem{padding-left:45px}
}
.reviewsPgWrap{width:100%;max-width:1140px;margin:0 auto;padding:0 20px}
.reviewsHeroBox{padding:80px 0 60px;text-align:center;background:linear-gradient(125deg,#f8f4f9 0%,#fff 100%);margin-bottom:0}
.reviewsHeroBox .heroTitle{font-size:48px;font-weight:700;color:#2B060B;margin:0 0 20px;line-height:1.2}
.reviewsHeroBox .heroSubtext{font-size:20px;color:#555;max-width:700px;margin:0 auto;line-height:1.6}
.testimonialGrid{padding:90px 0;background:#fff}
.testimonialGrid .gridWrap{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:1140px;margin:0 auto;padding:0 20px}
.testimonialGrid .testimCard{background:linear-gradient(135deg,#f9f6fb 0%,#fff 100%);padding:35px;border-radius:8px;box-shadow:0 4px 12px #2b060b14;transition:transform 300ms ease-out,box-shadow 300ms ease-out;position:relative}
.testimonialGrid .testimCard:hover{transform:translateY(-6px);box-shadow:0 8px 24px #2b060b26}
.testimonialGrid .testimCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#AA63DC 0%,#1CFFA3 100%);border-radius:8px 0 0 8px}
.testimonialGrid .clientInfo{display:flex;align-items:center;gap:18px;margin-bottom:22px}
.testimonialGrid .clientPhoto{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #AA63DC}
.testimonialGrid .clientMeta h3{font-size:20px;font-weight:600;color:#2B060B;margin:0 0 4px}
.testimonialGrid .clientMeta .clientRole{font-size:15px;color:#666;margin:0}
.testimonialGrid .ratingBox{display:flex;gap:4px;margin-bottom:18px}
.testimonialGrid .ratingBox .wi{color:#1CFFA3;font-size:18px}
.testimonialGrid .testimText{font-size:16px;line-height:1.7;color:#333;margin:0}
.ratingsOverview{padding:0 0 80px;background:linear-gradient(225deg,#2B060B 0%,#4a1320 100%)}
.ratingsOverview .overviewWrap{max-width:1140px;margin:0 auto;padding:70px 20px;display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:center}
.ratingsOverview .scoreDisplay{text-align:center}
.ratingsOverview .bigScore{font-size:82px;font-weight:700;color:#1CFFA3;margin:0 0 10px;line-height:1}
.ratingsOverview .scoreLabel{font-size:18px;color:#fff;margin:0 0 20px}
.ratingsOverview .totalReviews{font-size:15px;color:#ccc;margin:0}
.ratingsOverview .breakdownList{list-style:none;padding:0;margin:0}
.ratingsOverview .breakdownList li{display:grid;grid-template-columns:80px 1fr 60px;align-items:center;gap:15px;margin-bottom:18px}
.ratingsOverview .breakdownList .starLabel{font-size:16px;color:#fff;font-weight:500}
.ratingsOverview .breakdownList .barOuter{height:10px;background:#ffffff26;border-radius:6px;overflow:hidden;position:relative}
.ratingsOverview .breakdownList .barInner{height:100%;background:linear-gradient(90deg,#AA63DC 0%,#1CFFA3 100%);border-radius:6px;transition:width 400ms ease-out}
.ratingsOverview .breakdownList .countNum{font-size:15px;color:#ccc;text-align:right}
.successStorySection{padding:90px 0;background:#fff}
.successStorySection .storyWrap{max-width:1140px;margin:0 auto;padding:0 20px}
.successStorySection .sectionHead{text-align:center;margin-bottom:60px}
.successStorySection .sectionHead h2{font-size:40px;font-weight:700;color:#2B060B;margin:0 0 16px;position:relative;display:inline-block}
.successStorySection .sectionHead h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#AA63DC 0%,#1CFFA3 100%);border-radius:2px}
.successStorySection .sectionHead p{font-size:18px;color:#666;margin:0;max-width:600px;margin:0 auto}
.successStorySection .storiesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.successStorySection .storyCard{background:linear-gradient(145deg,#f4f9f6 0%,#fff 100%);padding:40px 30px;border-radius:10px;box-shadow:0 2px 8px #2b060b0f;transition:all 300ms ease-out;position:relative;overflow:hidden}
.successStorySection .storyCard::before{content:'';position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,#1cffa31a 0%,transparent 70%);border-radius:50%;transform:translate(40%,-40%)}
.successStorySection .storyCard:hover{transform:scale(1.03);box-shadow:0 6px 20px #2b060b1f}
.successStorySection .storyCard .iconBox{width:60px;height:60px;background:linear-gradient(135deg,#AA63DC 0%,#d890f5 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.successStorySection .storyCard .iconBox .wi{font-size:28px;color:#fff}
.successStorySection .storyCard h3{font-size:22px;font-weight:600;color:#2B060B;margin:0 0 14px}
.successStorySection .storyCard p{font-size:16px;line-height:1.6;color:#555;margin:0 0 18px}
.successStorySection .storyCard .metricHighlight{font-size:32px;font-weight:700;color:#1CFFA3;margin:0}
@media (max-width: 992px) {
.testimonialGrid .gridWrap{grid-template-columns:1fr;gap:30px}
.ratingsOverview .overviewWrap{grid-template-columns:1fr;gap:40px}
.successStorySection .storiesGrid{grid-template-columns:1fr;gap:25px}
.reviewsHeroBox .heroTitle{font-size:38px}
.successStorySection .sectionHead h2{font-size:34px}
}
@media (max-width: 768px) {
.reviewsHeroBox{padding:60px 0 40px}
.reviewsHeroBox .heroTitle{font-size:32px}
.reviewsHeroBox .heroSubtext{font-size:18px}
.testimonialGrid{padding:60px 0}
.testimonialGrid .testimCard{padding:28px}
.ratingsOverview .overviewWrap{padding:50px 20px}
.ratingsOverview .bigScore{font-size:68px}
.successStorySection{padding:60px 0}
.successStorySection .sectionHead{margin-bottom:40px}
.successStorySection .sectionHead h2{font-size:28px}
}
.policyPage{background:linear-gradient(142deg,#f8f9fa 0%,#fff 45%,#f5f5f5 100%);padding:60px 0 80px}
.policyWrap{max-width:1140px;margin:0 auto;padding:0 20px}
.policyHeado{margin-bottom:48px;padding-bottom:32px;border-bottom:3px solid #AA63DC;position:relative}
.policyHeado::after{content:'';position:absolute;bottom:-3px;left:0;width:120px;height:3px;background:linear-gradient(90deg,#1CFFA3,#AA63DC)}
.policyHeado h1{font-size:2.8rem;color:#2B060B;margin-bottom:12px;font-weight:700}
.policyMeta{font-size:.95rem;color:#666;margin-top:8px}
.contentBox{background:#fff;border-radius:8px;padding:48px;box-shadow:0 4px 12px #2b060b0f;margin-bottom:40px}
.contentBox h2{font-size:1.9rem;color:#2B060B;margin-bottom:24px;margin-top:40px;padding-left:20px;border-left:4px solid #AA63DC;position:relative}
.contentBox h2:first-child{margin-top:0}
.contentBox h3{font-size:1.4rem;color:#2B060B;margin-bottom:16px;margin-top:32px;font-weight:600}
.contentBox p{font-size:1.05rem;line-height:1.75;color:#333;margin-bottom:20px}
.contentBox ul{margin:24px 0;padding-left:0;list-style:none}
.contentBox ul li{padding-left:32px;margin-bottom:14px;position:relative;font-size:1.05rem;line-height:1.7;color:#444}
.contentBox ul li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:linear-gradient(135deg,#AA63DC,#1CFFA3);border-radius:50%}
.cookieTable{width:100%;margin:32px 0;border-collapse:collapse;background:#fafbfc;border-radius:6px;overflow:hidden}
.cookieTable th{background:linear-gradient(135deg,#2B060B,#4a1015);color:#fff;padding:16px;text-align:left;font-weight:600;font-size:1rem}
.cookieTable td{padding:16px;border-bottom:1px solid #e8e8e8;font-size:.98rem;color:#444}
.cookieTable tr:last-child td{border-bottom:none}
.cookieTable tr:hover{background:#f5f7fa;transition:background 200ms ease-out}
.highlightBox{background:linear-gradient(125deg,#aa63dc14,#1cffa314);border-left:4px solid #AA63DC;padding:24px 28px;margin:32px 0;border-radius:6px}
.highlightBox p{margin-bottom:0;font-size:1.05rem;color:#2B060B}
.infoGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin:32px 0}
.infoCard{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:28px;border-radius:8px;border:1px solid #e8e8e8;transition:transform 200ms ease-out,box-shadow 300ms ease-out}
.infoCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #aa63dc26}
.infoCard h4{font-size:1.2rem;color:#2B060B;margin-bottom:12px;display:flex;align-items:center;gap:10px}
.infoCard h4::before{content:'';width:6px;height:6px;background:#1CFFA3;border-radius:50%;box-shadow:0 0 8px #1cffa399}
.infoCard p{font-size:.98rem;color:#555;margin-bottom:0;line-height:1.65}
.contactSection{background:linear-gradient(158deg,#2B060B 0%,#4a1015 100%);color:#fff;padding:36px;border-radius:8px;margin-top:48px}
.contactSection h3{font-size:1.6rem;margin-bottom:16px;color:#fff}
.contactSection p{font-size:1.05rem;line-height:1.7;color:#f0f0f0;margin-bottom:20px}
.contactSection a{color:#1CFFA3;text-decoration:none;font-weight:600;transition:color 200ms ease-out}
.contactSection a:hover{color:#fff}
.dateStamp{font-size:.92rem;color:#888;font-style:italic;margin-top:48px;padding-top:24px;border-top:1px solid #e0e0e0}
@media (max-width: 768px) {
.policyPage{padding:40px 0 60px}
.contentBox{padding:28px 20px}
.policyHeado h1{font-size:2.2rem}
.contentBox h2{font-size:1.6rem;padding-left:16px}
.contentBox h3{font-size:1.25rem}
.cookieTable{font-size:.9rem}
.cookieTable th,.cookieTable td{padding:12px 10px}
.infoGrid{grid-template-columns:1fr;gap:20px}
.contactSection{padding:28px 20px}
}
@media (max-width: 480px) {
.policyHeado h1{font-size:1.85rem}
.contentBox{padding:24px 16px}
.contentBox h2{font-size:1.4rem}
.cookieTable{display:block;overflow-x:auto}
}
.privPolicy{max-width:1140px;margin:0 auto;padding:60px 20px;background:linear-gradient(127deg,#faf9f7 0%,#f4f2ee 100%)}
.privPolicy .headoBox{margin-bottom:48px;text-align:center;padding:40px 30px;background:linear-gradient(143deg,#fff 0%,#f8f6f4 100%);border-radius:8px;box-shadow:0 4px 12px #2b060b0f}
.privPolicy .headoBox h1{font-size:2.8rem;color:#2B060B;margin-bottom:16px;font-weight:700;letter-spacing:-.5px}
.privPolicy .headoBox .updateDate{font-size:.95rem;color:#666;font-weight:500}
.privPolicy .contentWrap{background:#fff;padding:50px 40px;border-radius:8px;box-shadow:0 6px 16px #2b060b14}
.privPolicy .contentWrap .introTxt{font-size:1.05rem;line-height:1.7;color:#333;margin-bottom:40px;padding-bottom:30px;border-bottom:2px solid #f0eee8}
.privPolicy .contentWrap .secBlock{margin-bottom:44px}
.privPolicy .contentWrap .secBlock h2{font-size:1.75rem;color:#2B060B;margin-bottom:18px;font-weight:600;position:relative;padding-left:18px}
.privPolicy .contentWrap .secBlock h2::before{content:'';position:absolute;left:0;top:4px;width:5px;height:28px;background:linear-gradient(178deg,#AA63DC 0%,#1CFFA3 100%);border-radius:3px}
.privPolicy .contentWrap .secBlock h3{font-size:1.3rem;color:#2B060B;margin-top:28px;margin-bottom:14px;font-weight:600}
.privPolicy .contentWrap .secBlock p{font-size:1rem;line-height:1.8;color:#444;margin-bottom:16px}
.privPolicy .contentWrap .secBlock ul{list-style:none;padding-left:0;margin:20px 0}
.privPolicy .contentWrap .secBlock ul li{font-size:1rem;line-height:1.75;color:#444;margin-bottom:12px;padding-left:30px;position:relative}
.privPolicy .contentWrap .secBlock ul li::before{content:'';position:absolute;left:8px;top:10px;width:8px;height:8px;background:#AA63DC;border-radius:50%;box-shadow:0 0 0 3px #aa63dc26}
.privPolicy .contentWrap .highlightBox{background:linear-gradient(135deg,#faf9f7 0%,#f4f1ed 100%);padding:26px 28px;border-left:4px solid #AA63DC;border-radius:6px;margin:24px 0}
.privPolicy .contentWrap .highlightBox p{margin-bottom:0;font-size:1rem;color:#333;font-weight:500}
.privPolicy .contentWrap .dataTable{width:100%;margin:28px 0;border-collapse:collapse;background:#fff;border:1px solid #e8e6e0;border-radius:6px;overflow:hidden}
.privPolicy .contentWrap .dataTable thead{background:linear-gradient(132deg,#2B060B 0%,#4a1015 100%)}
.privPolicy .contentWrap .dataTable thead th{padding:18px 20px;text-align:left;font-size:.95rem;font-weight:600;color:#fff;letter-spacing:.3px}
.privPolicy .contentWrap .dataTable tbody td{padding:16px 20px;font-size:.95rem;color:#444;border-bottom:1px solid #f0eee8}
.privPolicy .contentWrap .dataTable tbody tr:last-child td{border-bottom:none}
.privPolicy .contentWrap .dataTable tbody tr:hover{background:#fafaf8}
.privPolicy .contactBox{margin-top:50px;padding:36px 32px;background:linear-gradient(148deg,#2B060B 0%,#4a1015 100%);border-radius:8px;color:#fff;position:relative;overflow:hidden}
.privPolicy .contactBox::after{content:'';position:absolute;right:-40px;top:-40px;width:180px;height:180px;background:radial-gradient(circle,#1cffa31f 0%,transparent 70%);border-radius:50%}
.privPolicy .contactBox h2{font-size:1.6rem;margin-bottom:18px;font-weight:600;color:#fff;position:relative;z-index:2}
.privPolicy .contactBox p{font-size:1rem;line-height:1.7;color:#ffffffe6;margin-bottom:22px;position:relative;z-index:2}
.privPolicy .contactBox .contactInfo{position:relative;z-index:2}
.privPolicy .contactBox .contactInfo a{color:#1CFFA3;text-decoration:none;font-weight:500;transition:color 200ms ease-out}
.privPolicy .contactBox .contactInfo a:hover{color:#AA63DC}
.privPolicy .effectShape{position:absolute;width:120px;height:120px;border:3px solid #aa63dc26;border-radius:50%;top:-60px;left:-60px;z-index:0}
@media (max-width: 768px) {
.privPolicy{padding:40px 16px}
.privPolicy .headoBox{padding:30px 20px;margin-bottom:36px}
.privPolicy .headoBox h1{font-size:2rem}
.privPolicy .contentWrap{padding:36px 24px}
.privPolicy .contentWrap .secBlock h2{font-size:1.5rem}
.privPolicy .contentWrap .secBlock h3{font-size:1.15rem}
.privPolicy .contentWrap .dataTable{font-size:.88rem}
.privPolicy .contentWrap .dataTable thead th,.privPolicy .contentWrap .dataTable tbody td{padding:12px 14px}
.privPolicy .contactBox{padding:28px 24px}
.privPolicy .contactBox h2{font-size:1.4rem}
}
@media (max-width: 480px) {
.privPolicy .headoBox h1{font-size:1.75rem}
.privPolicy .contentWrap{padding:28px 18px}
.privPolicy .contentWrap .secBlock h2{font-size:1.35rem}
.privPolicy .contentWrap .dataTable{display:block;overflow-x:auto}
}
.successWrap{max-width:1140px;margin:3rem auto;padding:0 1.5rem}
.confirmBox{background:linear-gradient(142deg,#f8f9fa 0%,#fff 45%,#f1f3f5 100%);border-radius:8px;padding:4rem 2.5rem;text-align:center;position:relative;overflow:hidden;box-shadow:0 4px 12px #2b060b14}
.confirmBox::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(95deg,#2B060B 0%,#AA63DC 50%,#1CFFA3 100%)}
.confirmBox .iconCircle{width:110px;height:110px;margin:0 auto 2rem;background:linear-gradient(135deg,#1CFFA3 0%,#AA63DC 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulseGently 2.5s ease-in-out infinite}
@keyframes pulseGently {
0%,100%{transform:scale(1);box-shadow:0 8px 24px #1cffa34d}
50%{transform:scale(1.05);box-shadow:0 12px 32px #1cffa373}
}
.confirmBox .iconCircle::after{content:'';width:45px;height:22px;border-left:5px solid #2B060B;border-bottom:5px solid #2B060B;transform:rotate(-45deg);margin-top:-8px}
.confirmBox .mainHeading{font-size:2.2rem;font-weight:700;color:#2B060B;margin-bottom:1rem;line-height:1.3}
.confirmBox .subText{font-size:1.1rem;color:#495057;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}
.confirmBox .detailRow{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:2.5rem}
.confirmBox .infoCard{background:#fff;border-radius:6px;padding:1.25rem 1.75rem;min-width:240px;box-shadow:0 2px 8px #2b060b0f;border:1px solid #e9ecef;transition:all 300ms ease-out}
.confirmBox .infoCard:hover{transform:translateY(-3px);box-shadow:0 6px 16px #aa63dc2e;border-color:#AA63DC}
.confirmBox .infoCard .label{font-size:.85rem;color:#6c757d;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.confirmBox .infoCard .value{font-size:1.1rem;color:#2B060B;font-weight:600}
.confirmBox .actionButt{display:inline-block;background:linear-gradient(125deg,#2B060B 0%,#AA63DC 100%);color:#fff;padding:.95rem 2.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all 250ms ease-out;box-shadow:0 4px 12px #2b060b40;margin-right:1rem}
.confirmBox .actionButt:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2b060b59}
.confirmBox .secondaryButt{display:inline-block;background:transparent;color:#2B060B;padding:.95rem 2.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;border:2px solid #2B060B;transition:all 250ms ease-out}
.confirmBox .secondaryButt:hover{background:#2B060B;color:#fff}
.nextStepsArea{background:#fff;border-radius:8px;padding:3.5rem 2.5rem;margin-top:3rem;box-shadow:0 2px 10px #2b060b0f}
.nextStepsArea .sectionTitle{font-size:1.9rem;font-weight:700;color:#2B060B;margin-bottom:1.5rem;position:relative;padding-bottom:1rem}
.nextStepsArea .sectionTitle::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#AA63DC 0%,#1CFFA3 100%);border-radius:2px}
.nextStepsArea .stepGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2.5rem}
.nextStepsArea .stepItem{background:linear-gradient(125deg,#f8f9fa 0%,#fff 100%);border-radius:6px;padding:2rem;border-left:4px solid #AA63DC;transition:all 300ms ease-out;position:relative}
.nextStepsArea .stepItem:nth-child(2){border-left-color:#1CFFA3}
.nextStepsArea .stepItem:nth-child(3){border-left-color:#2B060B}
.nextStepsArea .stepItem:hover{transform:translateX(8px);box-shadow:0 6px 18px #2b060b1a}
.nextStepsArea .stepItem .stepNum{display:inline-block;width:42px;height:42px;background:linear-gradient(135deg,#AA63DC 0%,#1CFFA3 100%);color:#2B060B;border-radius:50%;font-weight:700;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.nextStepsArea .stepItem .stepHeading{font-size:1.3rem;font-weight:700;color:#2B060B;margin-bottom:.75rem}
.nextStepsArea .stepItem .stepDesc{font-size:.95rem;color:#495057;line-height:1.6}
.nextStepsArea .helpBox{background:linear-gradient(125deg,#2B060B 0%,#5a1a24 100%);border-radius:6px;padding:2.5rem;margin-top:3rem;text-align:center;position:relative;overflow:hidden}
.nextStepsArea .helpBox::before{content:'';position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,#1cffa326 0%,transparent 70%);border-radius:50%}
.nextStepsArea .helpBox .helpTitle{font-size:1.5rem;font-weight:700;color:#1CFFA3;margin-bottom:1rem;position:relative;z-index:2}
.nextStepsArea .helpBox .helpText{font-size:1rem;color:#e9ecef;margin-bottom:1.75rem;max-width:600px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.nextStepsArea .helpBox .contactButt{display:inline-block;background:#1CFFA3;color:#2B060B;padding:.95rem 2.5rem;border-radius:6px;text-decoration:none;font-weight:700;font-size:1rem;transition:all 250ms ease-out;position:relative;z-index:2}
.nextStepsArea .helpBox .contactButt:hover{background:#AA63DC;color:#fff;transform:scale(1.05)}
@media (max-width: 768px) {
.confirmBox{padding:3rem 1.5rem}
.confirmBox .mainHeading{font-size:1.75rem}
.confirmBox .subText{font-size:1rem}
.confirmBox .detailRow{flex-direction:column;align-items:center}
.confirmBox .infoCard{width:100%;min-width:auto}
.confirmBox .actionButt,.confirmBox .secondaryButt{display:block;width:100%;margin:.5rem 0;text-align:center}
.nextStepsArea{padding:2.5rem 1.5rem}
.nextStepsArea .sectionTitle{font-size:1.6rem}
.nextStepsArea .stepGrid{grid-template-columns:1fr;gap:1.5rem}
.nextStepsArea .helpBox{padding:2rem 1.5rem}
.nextStepsArea .helpBox .helpTitle{font-size:1.3rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.confirmBox{padding:3.5rem 2rem}
.nextStepsArea .stepGrid{grid-template-columns:repeat(2,1fr)}
}