@import "https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600;700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Source Serif Pro',serif;background:#FAFAFA;color:#1A1A1A;line-height:1.6;overflow-x:hidden}
body::-webkit-scrollbar{width:14px}
body::-webkit-scrollbar-track{background:#F5F5F5;box-shadow:inset 0 0 4px #a844f21a}
body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#A844F2 0%,#AB7907 100%);box-shadow:0 3px 6px #0003}
body::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9230E0 0%,#935F05 100%)}
.headerWrap{background:linear-gradient(135deg,#fee9d24d 0%,#a844f20d 100%);padding:22px 0 18px;box-shadow:0 4px 8px #00000014}
.headerContainer{max-width:1536px;margin:0 auto;padding:0 24px}
.topBrandRow{text-align:center;margin-bottom:26px}
.companyTitle{font-size:42px;font-weight:700;color:#A844F2;letter-spacing:.5px;text-shadow:0 2px 4px #a844f226}
.foundationRow{display:flex;align-items:center;justify-content:space-between;gap:40px}
.brandLogoArea{display:flex;align-items:center;gap:18px;flex-shrink:0}
.logoContainer{width:110px;height:110px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:200px;box-shadow:0 3px 8px #ab790733;padding:16px}
.logoContainer img{width:100%;height:100%;object-fit:contain}
.taglineText{font-size:15px;color:#4A4A4A;font-weight:400;max-width:180px;line-height:1.4}
.mainNav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.mainNav a{text-decoration:none;color:#2A2A2A;font-size:16px;font-weight:600;padding:14px 28px;background:#fff;border-radius:50px;transition:background 0.2s,color .2s;box-shadow:0 2px 5px #0000000f}
.mainNav a:hover{background:#A844F2;color:#fff}
.footerSection{background:linear-gradient(180deg,#2A2A2A 0%,#1A1A1A 100%);padding:32px 0;margin-top:80px}
.footerContainer{max-width:1536px;margin:0 auto;padding:0 24px}
.footerContent{display:flex;flex-direction:column;gap:20px;align-items:center}
.contactDetails{display:flex;flex-wrap:wrap;gap:28px;justify-content:center;align-items:center}
.contactItem{display:flex;align-items:center;gap:10px;color:#E0E0E0;font-size:14px}
.contactItem i{color:#A844F2;font-size:20px}
.contactItem a{color:#E0E0E0;text-decoration:none;transition:color .2s}
.contactItem a:hover{color:#FEE9D2}
.legalRow{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;align-items:center;padding-top:20px;border-top:1px solid #ffffff1a}
.copyrightText{color:#B0B0B0;font-size:13px}
.legalLinks{display:flex;gap:20px}
.legalLinks a{color:#B0B0B0;text-decoration:none;font-size:13px;transition:color .2s}
.legalLinks a:hover{color:#FEE9D2}
.cookieNotice{position:fixed;top:-100%;left:50%;transform:translateX(-50%);width:90%;max-width:900px;background:#fff;box-shadow:0 6px 16px #00000040;z-index:9999;transition:top .4s ease-out;padding:28px 36px;display:none}
.cookieNotice[data-visible="true"]{top:20px;display:block}
.cookieContent{display:flex;flex-direction:column;gap:20px}
.cookieMessage{font-size:15px;color:#3A3A3A;line-height:1.5}
.cookieActions{display:flex;gap:12px;justify-content:center}
.cookieBtn{padding:12px 32px;border:none;font-family:'Source Serif Pro',serif;font-size:15px;font-weight:600;cursor:pointer;transition:background 0.2s,color .2s;flex:1;max-width:200px}
.acceptBtn{background:#A844F2;color:#fff}
.acceptBtn:hover{background:#9230E0}
.declineBtn{background:#E0E0E0;color:#3A3A3A}
.declineBtn:hover{background:#CACACA}
@media (max-width: 968px) {
.foundationRow{flex-direction:column;gap:28px}
.mainNav{justify-content:center}
.companyTitle{font-size:32px}
.logoContainer{width:90px;height:90px}
}
@media (max-width: 640px) {
.mainNav{flex-direction:column;width:100%}
.mainNav a{width:100%;text-align:center}
.contactDetails{flex-direction:column;gap:16px}
.legalRow{flex-direction:column;gap:16px}
.cookieNotice{width:95%;padding:20px 24px}
.cookieActions{flex-direction:column}
.cookieBtn{max-width:100%}
}
.policy-article{max-width:1536px;margin:0 auto;padding:80px 24px;background:#fff}
.policy-article p{font-size:16px;line-height:1.8;color:#2d2d2d;margin:0 0 24px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif}
.policy-article p:last-child{margin-bottom:0}
.policy-article ul,.policy-article ol{margin:0 0 32px;padding:0 0 0 28px;line-height:1.8;color:#2d2d2d}
.policy-article ul{list-style-type:disc}
.policy-article ol{list-style-type:decimal}
.policy-article li{font-size:16px;margin:0 0 12px;padding-left:8px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif}
.policy-article li:last-child{margin-bottom:0}
.policy-article ul ul,.policy-article ol ol,.policy-article ul ol,.policy-article ol ul{margin:12px 0 0}
.policy-article ul ul{list-style-type:circle}
.policy-article a{color:#A844F2;text-decoration:none;border-bottom:1px solid #a844f24d;transition:all .3s ease;font-weight:500}
.policy-article a:hover{color:#8b2fd9;border-bottom-color:#8b2fd9;background:#a844f20d}
.policy-article a:active{color:#7526bf}
.policy-article table{width:100%;border-collapse:collapse;margin:0 0 40px;background:#fff;box-shadow:0 2px 6px #00000014;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif}
.policy-article thead{background:linear-gradient(135deg,#a844f21f 0%,#ab790714 100%)}
.policy-article thead tr{border-bottom:3px solid #A844F2}
.policy-article tbody tr{border-bottom:1px solid #e8e8e8;transition:background .2s ease}
.policy-article tbody tr:hover{background:#fee9d24d}
.policy-article tbody tr:last-child{border-bottom:none}
.policy-article th{padding:18px 20px;text-align:left;font-size:15px;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px}
.policy-article td{padding:16px 20px;font-size:16px;color:#2d2d2d;line-height:1.6}
.policy-article th:first-child,.policy-article td:first-child{padding-left:24px}
.policy-article th:last-child,.policy-article td:last-child{padding-right:24px}
.policy-article hr{border:none;height:2px;background:linear-gradient(90deg,#a844f24d 0%,#ab79074d 50%,#a844f24d 100%);margin:48px 0}
@media (max-width: 1024px) {
.policy-article{padding:60px 20px}
.policy-article p,.policy-article li,.policy-article td{font-size:15px}
.policy-article th{font-size:14px}
}
@media (max-width: 768px) {
.policy-article{padding:40px 16px}
.policy-article p{line-height:1.7;margin-bottom:20px}
.policy-article ul,.policy-article ol{padding-left:20px;margin-bottom:28px}
.policy-article li{font-size:15px;margin-bottom:10px}
.policy-article table{font-size:14px;margin-bottom:32px}
.policy-article th,.policy-article td{padding:12px}
.policy-article th:first-child,.policy-article td:first-child{padding-left:14px}
.policy-article th:last-child,.policy-article td:last-child{padding-right:14px}
.policy-article hr{margin:36px 0}
}
@media (max-width: 480px) {
.policy-article{padding:32px 12px}
.policy-article p,.policy-article li,.policy-article td{font-size:14px}
.policy-article th{font-size:13px;padding:10px 8px}
.policy-article td{padding:10px 8px}
.policy-article th:first-child,.policy-article td:first-child{padding-left:10px}
.policy-article th:last-child,.policy-article td:last-child{padding-right:10px}
.policy-article table{display:block;overflow-x:auto;white-space:nowrap}
}
.techReqPage .titleArea{position:relative;max-width:1536px;margin:0 auto;padding:100px 24px 80px;overflow:hidden}
.techReqPage .titleArea::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:90%;height:1px;background:linear-gradient(90deg,transparent,#A844F2,transparent)}
.techReqPage .titleArea::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:70%;height:1px;background:linear-gradient(90deg,transparent,#a844f266,transparent)}
.techReqPage .titleContent{display:flex;flex-direction:column;align-items:center;gap:32px;max-width:960px;margin:0 auto}
.techReqPage .mainHeading{font-size:56px;font-weight:700;color:#1a1a1a;text-align:center;line-height:1.15;letter-spacing:-.02em}
.techReqPage .mainHeading .highlight{color:#A844F2;position:relative;display:inline-block}
.techReqPage .mainHeading .highlight::after{content:'';position:absolute;bottom:6px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#A844F2,#AB7907);opacity:.3}
.techReqPage .titleDesc{font-size:20px;line-height:1.6;color:#4a4a4a;text-align:center;max-width:720px}
.techReqPage .titleVisual{position:relative;width:100%;max-width:800px;height:400px;margin-top:20px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #a844f226}
.techReqPage .titleVisual img{width:100%;height:100%;object-fit:cover;filter:blur(0.8px)}
.techReqPage .titleVisual::before{content:'';position:absolute;top:16px;left:16px;right:16px;bottom:16px;border:1px solid #ffffff4d;pointer-events:none;z-index:2}
.techReqPage .reqSection{max-width:1536px;margin:0 auto;padding:100px 24px;background:linear-gradient(135deg,#fee9d233,#a844f214)}
.techReqPage .reqGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:0 auto}
.techReqPage .reqCard{background:#fff;border-radius:6px;padding:40px 32px;box-shadow:0 2px 8px #00000014;transition:transform 0.3s,box-shadow .3s;position:relative}
.techReqPage .reqCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#A844F2,#AB7907);opacity:0;transition:opacity .3s}
.techReqPage .reqCard:hover{transform:translateY(-4px);box-shadow:0 6px 20px #a844f233}
.techReqPage .reqCard:hover::before{opacity:1}
.techReqPage .reqIcon{width:56px;height:56px;margin-bottom:24px;display:flex;align-items:center;justify-content:center;background:#a844f21a;border-radius:6px}
.techReqPage .reqIcon svg{width:32px;height:32px;fill:#A844F2}
.techReqPage .reqTitle{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.3}
.techReqPage .reqDesc{font-size:16px;line-height:1.7;color:#5a5a5a;margin-bottom:20px}
.techReqPage .reqList{list-style:none;padding:0;margin:0}
.techReqPage .reqList li{font-size:15px;color:#4a4a4a;padding-left:24px;position:relative;margin-bottom:10px;line-height:1.5}
.techReqPage .reqList li::before{content:'';position:absolute;left:0;top:7px;width:12px;height:12px;background:linear-gradient(135deg,#A844F2,#AB7907);border-radius:2px}
.techReqPage .setupArea{max-width:1536px;margin:0 auto;padding:100px 24px}
.techReqPage .setupWrap{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1200px;margin:0 auto}
.techReqPage .setupVisualCol{position:relative}
.techReqPage .setupImageMain{width:100%;height:480px;border-radius:8px;overflow:hidden;box-shadow:0 6px 24px #0000001f;position:relative}
.techReqPage .setupImageMain img{width:100%;height:100%;object-fit:cover}
.techReqPage .setupImageAccent{position:absolute;bottom:-30px;right:-30px;width:240px;height:180px;border-radius:6px;overflow:hidden;box-shadow:0 4px 16px #a844f240;border:4px solid #fff;z-index:2}
.techReqPage .setupImageAccent img{width:100%;height:100%;object-fit:cover}
.techReqPage .setupContentCol h2{font-size:42px;font-weight:700;color:#1a1a1a;margin-bottom:24px;line-height:1.2}
.techReqPage .setupContentCol h2 .accent{color:#AB7907}
.techReqPage .setupContentCol .introPara{font-size:18px;line-height:1.7;color:#4a4a4a;margin-bottom:32px}
.techReqPage .setupSteps{display:flex;flex-direction:column;gap:28px}
.techReqPage .stepItem{display:flex;gap:20px;align-items:flex-start}
.techReqPage .stepNum{min-width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#A844F2,#AB7907);color:#fff;font-size:20px;font-weight:700;border-radius:6px;box-shadow:0 3px 8px #a844f24d}
.techReqPage .stepContent h3{font-size:19px;font-weight:700;color:#2a2a2a;margin-bottom:8px;line-height:1.3}
.techReqPage .stepContent p{font-size:16px;line-height:1.6;color:#5a5a5a;margin:0}
@media (max-width: 1024px) {
.techReqPage .mainHeading{font-size:44px}
.techReqPage .titleVisual{height:320px}
.techReqPage .reqGrid{grid-template-columns:repeat(2,1fr);gap:24px}
.techReqPage .setupWrap{gap:60px}
.techReqPage .setupContentCol h2{font-size:36px}
}
@media (max-width: 768px) {
.techReqPage .titleArea{padding:60px 20px 50px}
.techReqPage .mainHeading{font-size:36px}
.techReqPage .titleDesc{font-size:18px}
.techReqPage .titleVisual{height:260px}
.techReqPage .reqSection{padding:60px 20px}
.techReqPage .reqGrid{grid-template-columns:1fr;gap:20px}
.techReqPage .setupArea{padding:60px 20px}
.techReqPage .setupWrap{grid-template-columns:1fr;gap:40px}
.techReqPage .setupImageAccent{width:180px;height:140px;bottom:-20px;right:-20px}
.techReqPage .setupContentCol h2{font-size:32px}
.techReqPage .setupContentCol .introPara{font-size:17px}
}
@media (max-width: 480px) {
.techReqPage .mainHeading{font-size:30px}
.techReqPage .titleDesc{font-size:16px}
.techReqPage .titleVisual{height:220px}
.techReqPage .reqCard{padding:32px 24px}
.techReqPage .setupContentCol h2{font-size:28px}
.techReqPage .stepNum{min-width:40px;height:40px;font-size:18px}
}
.titleSegment{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.titleSegment::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#a844f2b3 0%,#ab790799 100%);animation:gradientShift 8s ease-in-out infinite;z-index:1}
@keyframes gradientShift {
0%,100%{opacity:.7}
50%{opacity:.85}
}
.titleSegment .bgImage{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(3px);z-index:0}
.titleSegment .contentWrap{position:relative;z-index:2;text-align:center;max-width:920px;padding:40px 24px;backdrop-filter:blur(12px);background:#ffffff1f;border-radius:8px;box-shadow:0 6px 24px #0003}
.titleSegment h1{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;text-shadow:0 3px 8px #0006}
.titleSegment .subtitle{font-size:1.3rem;color:#FEE9D2;margin:0 0 32px;line-height:1.6;text-shadow:0 2px 6px #0000004d}
.titleSegment .primaryBtn{display:inline-block;padding:16px 42px;background:#AB7907;color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 12px #ab790766}
.titleSegment .primaryBtn:hover{background:#8d6306;box-shadow:0 6px 18px #ab790799;transform:translateY(-2px)}
.storySection{max-width:1536px;margin:0 auto 100px;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.storySection .textArea h2{font-size:2.6rem;color:#1a1a1a;margin:0 0 24px;font-weight:700;line-height:1.3;position:relative}
.storySection .textArea h2::after{content:'';position:absolute;left:0;bottom:-8px;width:80px;height:4px;background:linear-gradient(90deg,#A844F2 0%,#AB7907 100%);border-radius:2px}
.storySection .textArea p{font-size:1.05rem;color:#3a3a3a;line-height:1.8;margin:0 0 18px}
.storySection .textArea p:last-child{margin-bottom:0}
.storySection .imageArea{position:relative}
.storySection .imageArea img{width:100%;height:auto;border-radius:10px;box-shadow:0 8px 32px #a844f240}
.valuesBlock{background:linear-gradient(180deg,#f9f5ff 0%,#fff 100%);padding:80px 24px;margin-bottom:100px}
.valuesBlock .innerWrap{max-width:1536px;margin:0 auto}
.valuesBlock h2{font-size:2.8rem;color:#1a1a1a;text-align:center;margin:0 0 60px;font-weight:700}
.valuesBlock h2::before{content:'';display:block;width:60px;height:5px;background:#A844F2;margin:0 auto 20px;border-radius:3px}
.valuesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.valueCard{background:#fff;padding:36px 28px;border-radius:8px;box-shadow:0 4px 16px #00000014;transition:all .35s ease;border-top:4px solid transparent}
.valueCard:nth-child(1){border-top-color:#A844F2}
.valueCard:nth-child(2){border-top-color:#AB7907}
.valueCard:nth-child(3){border-top-color:#FEE9D2}
.valueCard:hover{transform:translateY(-6px);box-shadow:0 8px 28px #a844f233}
.valueCard .iconHolder{width:64px;height:64px;background:linear-gradient(135deg,#a844f21a 0%,#ab79071a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.valueCard .iconHolder i{font-size:32px;color:#A844F2}
.valueCard h3{font-size:1.5rem;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.valueCard p{font-size:1rem;color:#4a4a4a;line-height:1.7;margin:0}
.timelineArea{max-width:1200px;margin:0 auto 100px;padding:0 24px}
.timelineArea h2{font-size:2.6rem;color:#1a1a1a;text-align:center;margin:0 0 70px;font-weight:700;position:relative}
.timelineArea h2::before{content:'';position:absolute;left:50%;bottom:-20px;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,#A844F2 0%,#AB7907 100%);border-radius:2px}
.timelineContainer{position:relative}
.timelineContainer::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#A844F2 0%,#AB7907 100%);transform:translateX(-50%)}
.milestoneItem{position:relative;margin-bottom:60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.milestoneItem:nth-child(even) .milestoneContent{grid-column:2 / 3;text-align:left}
.milestoneItem:nth-child(even) .milestoneYear{grid-column:1 / 2;grid-row:1;text-align:right}
.milestoneItem:nth-child(odd) .milestoneContent{grid-column:1 / 2;text-align:right}
.milestoneItem:nth-child(odd) .milestoneYear{grid-column:2 / 3;grid-row:1;text-align:left}
.milestoneYear{font-size:2.2rem;font-weight:700;color:#A844F2;position:relative}
.milestoneYear::after{content:'';position:absolute;top:50%;width:16px;height:16px;background:#AB7907;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 3px #A844F2;transform:translateY(-50%);z-index:2}
.milestoneItem:nth-child(odd) .milestoneYear::after{right:-38px}
.milestoneItem:nth-child(even) .milestoneYear::after{left:-38px}
.milestoneContent h3{font-size:1.4rem;color:#1a1a1a;margin:0 0 12px;font-weight:700}
.milestoneContent p{font-size:1rem;color:#4a4a4a;line-height:1.7;margin:0}
@media (max-width: 1024px) {
.titleSegment h1{font-size:2.6rem}
.titleSegment .subtitle{font-size:1.15rem}
.storySection{grid-template-columns:1fr;gap:40px}
.valuesGrid{grid-template-columns:1fr;gap:32px}
.timelineContainer::before{left:30px}
.milestoneItem{grid-template-columns:1fr;gap:20px;padding-left:70px}
.milestoneItem:nth-child(even) .milestoneContent,.milestoneItem:nth-child(odd) .milestoneContent{grid-column:1;text-align:left}
.milestoneItem:nth-child(even) .milestoneYear,.milestoneItem:nth-child(odd) .milestoneYear{grid-column:1;grid-row:1;text-align:left}
.milestoneItem:nth-child(odd) .milestoneYear::after,.milestoneItem:nth-child(even) .milestoneYear::after{left:-38px;right:auto}
}
@media (max-width: 640px) {
.titleSegment{min-height:440px}
.titleSegment h1{font-size:2rem}
.titleSegment .subtitle{font-size:1rem}
.titleSegment .primaryBtn{padding:14px 32px;font-size:1rem}
.storySection .textArea h2{font-size:2rem}
.valuesBlock h2{font-size:2.2rem}
.timelineArea h2{font-size:2rem}
.milestoneYear{font-size:1.8rem}
}
::-webkit-scrollbar{width:14px}
::-webkit-scrollbar-track{background:#f4f4f4;box-shadow:inset 0 0 4px #0000001a}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#A844F2 0%,#AB7907 100%);border-radius:7px;box-shadow:0 2px 6px #0003}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9338d9 0%,#8d6306 100%)}
.heroStrip{position:relative;height:280px;overflow:hidden;margin:0}
.heroStrip img{width:100%;height:100%;object-fit:cover;display:block}
.heroStrip::before,.heroStrip::after{content:'';position:absolute;left:0;right:0;height:90px;pointer-events:none;z-index:2}
.heroStrip::before{top:0;background:linear-gradient(180deg,#a844f2bf 0%,transparent 100%)}
.heroStrip::after{bottom:0;background:linear-gradient(0deg,#a844f2b3 0%,transparent 100%)}
.heroTxtWrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;text-align:center;width:90%;max-width:900px}
.heroTxtWrap h1{font-size:3rem;line-height:1.15;color:#fff;margin:0;font-weight:700;text-shadow:0 3px 12px #0006}
.heroTxtWrap .subLine{display:block;font-size:1.4rem;margin-top:8px;font-weight:400;color:#FEE9D2}
.networkSec{background:#fff;padding:80px 20px}
.networkSec .centerWrap{max-width:1536px;margin:0 auto;display:flex;flex-direction:row;gap:60px;align-items:center}
.networkSec .txtCol{flex:1 1 55%}
.networkSec .vizCol{flex:1 1 45%}
.networkSec h2{font-size:2.4rem;line-height:1.3;color:#1a1a1a;margin:0 0 28px;font-weight:700}
.networkSec p{font-size:1.05rem;line-height:1.7;color:#3d3d3d;margin:0 0 20px}
.networkSec p:last-of-type{margin-bottom:0}
.connectionGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.connCard{background:linear-gradient(135deg,#f9f9f9 0%,#f2f2f2 100%);padding:26px 22px;border:2px solid #e0e0e0;position:relative;transition:border-color 0.25s,transform .2s}
.connCard:hover{border-color:#A844F2;transform:translateY(-4px)}
.connCard .iconWrap{width:52px;height:52px;background:#a844f21f;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.connCard .iconWrap svg{width:28px;height:28px;fill:#A844F2}
.connCard h3{font-size:1.15rem;color:#1a1a1a;margin:0 0 10px;font-weight:600}
.connCard .desc{font-size:.95rem;line-height:1.5;color:#555;margin:0}
.efficiencySec{background:linear-gradient(135deg,#a844f214 0%,#ab790714 100%);padding:90px 20px;position:relative}
.efficiencySec::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#A844F2 0%,#AB7907 100%)}
.efficiencySec .centerWrap{max-width:1536px;margin:0 auto}
.efficiencySec h2{font-size:2.6rem;line-height:1.25;color:#1a1a1a;margin:0 0 18px;font-weight:700;text-align:center}
.efficiencySec .intro{font-size:1.1rem;line-height:1.65;color:#3d3d3d;max-width:880px;margin:0 auto 56px;text-align:center}
.techniqueGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.techCard{background:#fff;padding:36px 28px;box-shadow:0 4px 18px #00000014;position:relative;border-left:5px solid #A844F2;transition:box-shadow 0.3s,border-color .3s}
.techCard:nth-child(2){border-left-color:#AB7907}
.techCard:nth-child(3){border-left-color:#A844F2}
.techCard:hover{box-shadow:0 8px 28px #a844f233;border-left-color:#AB7907}
.techCard h3{font-size:1.3rem;color:#1a1a1a;margin:0 0 16px;font-weight:600}
.techCard .detail{font-size:1rem;line-height:1.65;color:#4a4a4a;margin:0 0 18px}
.techCard .tip{font-size:.92rem;color:#666;background:#fee9d280;padding:12px 14px;margin:0;border-left:3px solid #AB7907;line-height:1.5}
.resourceSec{background:#fff;padding:85px 20px}
.resourceSec .centerWrap{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:40% 60%;gap:70px;align-items:start}
.resourceSec .imgBlock{position:relative}
.resourceSec .imgBlock img{width:100%;height:auto;display:block;box-shadow:0 6px 24px #0000001f}
.resourceSec .txtBlock h2{font-size:2.5rem;line-height:1.28;color:#1a1a1a;margin:0 0 26px;font-weight:700}
.resourceSec .txtBlock p{font-size:1.05rem;line-height:1.7;color:#3d3d3d;margin:0 0 22px}
.resourceSec .resourceList{list-style:none;padding:0;margin:36px 0 0}
.resourceSec .resourceList li{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}
.resourceSec .resourceList li svg{width:24px;height:24px;fill:#A844F2;flex-shrink:0;margin-top:2px}
.resourceSec .resourceList li .itemTxt{font-size:1rem;line-height:1.6;color:#4a4a4a}
.resourceSec .resourceList li .itemTxt strong{color:#1a1a1a;font-weight:600}
.resourceSec .ctaBtn{display:inline-block;margin-top:32px;background:linear-gradient(135deg,#A844F2 0%,#AB7907 100%);color:#fff;padding:15px 38px;text-decoration:none;font-size:1.05rem;font-weight:600;border:none;cursor:pointer;transition:transform 0.2s,box-shadow .3s;box-shadow:0 4px 14px #a844f259}
.resourceSec .ctaBtn:hover{transform:translateY(-3px);box-shadow:0 7px 22px #a844f273}
.compareSec{background:linear-gradient(180deg,#f5f5f5 0%,#fff 100%);padding:80px 20px}
.compareSec .centerWrap{max-width:1536px;margin:0 auto}
.compareSec h2{font-size:2.5rem;line-height:1.3;color:#1a1a1a;margin:0 0 20px;font-weight:700;text-align:center}
.compareSec .subHead{font-size:1.1rem;line-height:1.6;color:#4a4a4a;max-width:820px;margin:0 auto 60px;text-align:center}
.compTable{display:grid;grid-template-columns:1fr 1fr;gap:0;border:2px solid #e0e0e0;overflow:hidden;background:#fff}
.compTable .compHead{font-size:1.25rem;font-weight:700;color:#fff;padding:20px;text-align:center}
.compTable .compHead:first-child{background:linear-gradient(135deg,#A844F2 0%,#9333d8 100%)}
.compTable .compHead:nth-child(2){background:linear-gradient(135deg,#666 0%,#4a4a4a 100%)}
.compTable .compRow{display:contents}
.compTable .compCell{padding:22px 20px;border-top:1px solid #e0e0e0;font-size:.98rem;line-height:1.6;color:#3d3d3d}
.compTable .compCell:nth-child(odd){background:#a844f20a;border-right:1px solid #e0e0e0}
.compTable .compCell:nth-child(even){background:#fafafa}
.compTable .compCell svg{width:20px;height:20px;margin-right:8px;vertical-align:middle}
.compTable .compCell svg.checkIcon{fill:#22c55e}
.compTable .compCell svg.xIcon{fill:#ef4444}
@media (max-width: 1200px) {
.heroTxtWrap h1{font-size:2.5rem}
.heroTxtWrap .subLine{font-size:1.2rem}
.networkSec .centerWrap{flex-direction:column}
.techniqueGrid{grid-template-columns:repeat(2,1fr)}
.resourceSec .centerWrap{grid-template-columns:1fr;gap:50px}
}
@media (max-width: 768px) {
.heroStrip{height:220px}
.heroTxtWrap h1{font-size:2rem}
.heroTxtWrap .subLine{font-size:1.05rem}
.networkSec{padding:60px 20px}
.networkSec h2{font-size:2rem}
.connectionGrid{grid-template-columns:1fr}
.efficiencySec{padding:70px 20px}
.efficiencySec h2{font-size:2.2rem}
.techniqueGrid{grid-template-columns:1fr}
.resourceSec{padding:65px 20px}
.resourceSec .txtBlock h2{font-size:2.1rem}
.compareSec{padding:65px 20px}
.compareSec h2{font-size:2.1rem}
.compTable{grid-template-columns:1fr}
.compTable .compHead:nth-child(2),.compTable .compCell:nth-child(even){display:none}
.compTable .compCell:nth-child(odd){border-right:none}
}
@media (max-width: 480px) {
.heroStrip{height:180px}
.heroTxtWrap h1{font-size:1.65rem}
.heroTxtWrap .subLine{font-size:.95rem}
.networkSec h2,.efficiencySec h2,.resourceSec .txtBlock h2,.compareSec h2{font-size:1.8rem}
}
::-webkit-scrollbar{width:14px}
::-webkit-scrollbar-track{background:#f0f0f0;box-shadow:inset 0 0 4px #0000001a}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#A844F2 0%,#AB7907 100%);box-shadow:0 2px 6px #0003}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9333d8 0%,#8f6306 100%)}
.ctPg{max-width:1536px;margin:0 auto;padding:0 24px}
.leadBlock{display:flex;align-items:center;gap:48px;padding:80px 0}
.leadBlock .txtWrap{flex:1;display:flex;flex-direction:column;gap:16px}
.leadBlock .eyebrow{font-size:15px;color:#A844F2;font-weight:600;letter-spacing:.5px;text-transform:uppercase}
.leadBlock .mainTitle{font-size:52px;line-height:1.15;color:#1a1a1a;font-weight:700;margin:0}
.leadBlock .photoFrame{flex:0 0 480px;position:relative}
.leadBlock .photoFrame img{width:100%;height:400px;object-fit:cover;border-radius:8px;box-shadow:12px 12px 0 0 #a844f226 24px 24px 0 0 #ab79071a}
.leadBlock .arrowDeco{position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:80px;height:80px}
.leadBlock .arrowDeco svg{width:100%;height:100%;fill:#A844F2;opacity:.3}
.formSection{background:linear-gradient(135deg,#FEE9D2 0%,#fee9d266 100%);padding:100px 0;margin-top:60px}
.formSection .ctPg{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.contactInfo{display:flex;flex-direction:column;gap:48px}
.contactInfo .sectionHead{font-size:38px;line-height:1.2;color:#1a1a1a;font-weight:700;margin:0 0 12px}
.contactInfo .intro{font-size:17px;line-height:1.65;color:#2a2a2a}
.infoCards{display:flex;flex-direction:column;gap:24px}
.infoCard{background:#fff;padding:28px 32px;border-radius:6px;border-left:4px solid #A844F2;box-shadow:0 4px 12px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.infoCard:hover{transform:translateX(8px);box-shadow:0 6px 20px #a844f226}
.infoCard .label{font-size:13px;color:#AB7907;font-weight:600;text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px}
.infoCard .value{font-size:18px;color:#1a1a1a;font-weight:500}
.infoCard .value a{color:inherit;text-decoration:none;transition:color .3s ease}
.infoCard .value a:hover{color:#A844F2}
.formWrap{background:#fff;padding:48px 44px;border-radius:8px;box-shadow:0 8px 32px #00000014;position:relative}
.formWrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#A844F2 0%,#AB7907 100%);border-radius:8px 8px 0 0}
.formWrap .formTitle{font-size:28px;color:#1a1a1a;font-weight:700;margin:0 0 32px}
.formWrap form{display:flex;flex-direction:column;gap:24px}
.fieldGroup{display:flex;flex-direction:column;gap:8px}
.fieldGroup label{font-size:14px;color:#2a2a2a;font-weight:600}
.fieldGroup input[type="email"],.fieldGroup select{padding:14px 16px;border:2px solid #e0e0e0;border-radius:6px;font-size:16px;color:#1a1a1a;transition:border-color .3s ease,box-shadow .3s ease;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.fieldGroup select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23A844F2' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:24px;padding-right:44px;cursor:pointer}
.fieldGroup input[type="email"]:focus,.fieldGroup select:focus{outline:none;border-color:#A844F2;box-shadow:0 0 0 3px #a844f21a}
.privacyCheck{display:flex;align-items:start;gap:12px;margin-top:8px}
.privacyCheck input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#A844F2;flex-shrink:0}
.privacyCheck label{font-size:14px;line-height:1.6;color:#444;cursor:pointer}
.privacyCheck label a{color:#A844F2;text-decoration:none;font-weight:600;transition:color .3s ease}
.privacyCheck label a:hover{color:#AB7907}
.submitBtn{padding:16px 32px;background:linear-gradient(135deg,#A844F2 0%,#9030d8 100%);color:#fff;font-size:17px;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;box-shadow:0 4px 16px #a844f24d;margin-top:8px}
.submitBtn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #a844f273}
.submitBtn:active{transform:translateY(0)}
@media (max-width: 1200px) {
.leadBlock{gap:36px;padding:60px 0}
.leadBlock .mainTitle{font-size:44px}
.leadBlock .photoFrame{flex:0 0 400px}
.formSection .ctPg{gap:60px}
}
@media (max-width: 968px) {
.leadBlock{flex-direction:column;gap:40px;padding:50px 0}
.leadBlock .photoFrame{flex:1;width:100%;max-width:500px}
.leadBlock .arrowDeco{display:none}
.formSection .ctPg{grid-template-columns:1fr;gap:48px}
.contactInfo .sectionHead{font-size:32px}
}
@media (max-width: 640px) {
.ctPg{padding:0 20px}
.leadBlock{padding:40px 0}
.leadBlock .mainTitle{font-size:36px}
.leadBlock .eyebrow{font-size:14px}
.leadBlock .photoFrame img{height:320px}
.formSection{padding:60px 0}
.contactInfo .sectionHead{font-size:28px}
.contactInfo .intro{font-size:16px}
.formWrap{padding:36px 28px}
.formWrap .formTitle{font-size:24px}
.infoCard{padding:22px 24px}
}
::-webkit-scrollbar{width:14px}
::-webkit-scrollbar-track{background:#f4f4f4;box-shadow:inset 0 0 4px #00000014}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#A844F2 0%,#9030d8 100%);border-radius:10px;box-shadow:0 2px 6px #a844f24d}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9030d8 0%,#7820c0 100%)}
.programHeroWrap{position:relative;max-width:1536px;margin:0 auto;padding:0 24px;overflow:hidden}
.programHeroInner{display:flex;align-items:center;min-height:520px;position:relative}
.programHeroContent{flex:1;padding:60px 40px 60px 0;z-index:2}
.programHeroContent .firstLine{display:block;font-size:48px;font-weight:700;line-height:1.15;color:#A844F2;margin-bottom:12px}
.programHeroContent .restText{display:block;font-size:48px;font-weight:700;line-height:1.15;color:#1a1a1a;margin-bottom:24px}
.programHeroContent .descPara{font-size:18px;line-height:1.7;color:#444;margin-bottom:0;max-width:560px}
.programHeroVisual{flex:1;position:relative;z-index:1}
.programHeroVisual img{width:100%;height:480px;object-fit:cover;border-radius:8px;filter:sepia(0.08) saturate(1.1);box-shadow:0 6px 20px #a844f226}
.programHeroWrap::before{content:'';position:absolute;top:80px;right:60px;width:180px;height:180px;background:linear-gradient(135deg,#fee9d266,#ab790726);border-radius:50%;z-index:0;pointer-events:none}
.programApproachWrap{background:linear-gradient(to bottom,#fff,#fef9f4);padding:80px 24px}
.programApproachInner{max-width:1536px;margin:0 auto}
.programApproachHeading{font-size:38px;font-weight:700;color:#1a1a1a;margin-bottom:16px;text-align:center}
.programApproachHeading::after{content:'';display:block;width:80px;height:4px;background:#AB7907;margin:20px auto 0}
.programApproachLead{font-size:17px;line-height:1.65;color:#555;text-align:center;max-width:720px;margin:0 auto 60px}
.approachGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.approachCard{background:#fff;border:2px solid #f0f0f0;border-radius:6px;padding:36px 28px;transition:all .3s ease}
.approachCard:hover{border-color:#A844F2;box-shadow:0 4px 16px #a844f21f;transform:translateY(-4px)}
.approachCard .cardIcon{width:56px;height:56px;background:linear-gradient(135deg,#A844F2,#c674f7);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.approachCard .cardIcon i{font-size:28px;color:#fff}
.approachCard .cardTitle{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:14px}
.approachCard .cardText{font-size:16px;line-height:1.7;color:#555;margin-bottom:0}
.curriculumWrap{background:#fff;padding:80px 24px}
.curriculumInner{max-width:1200px;margin:0 auto}
.curriculumHeading{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:48px;position:relative;padding-left:24px}
.curriculumHeading::before{content:'';position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(to bottom,#A844F2,#AB7907)}
.moduleList{display:flex;flex-direction:column;gap:24px}
.moduleItem{display:flex;background:#fafafa;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}
.moduleItem:hover{box-shadow:0 4px 16px #a844f226}
.moduleNumber{width:100px;background:linear-gradient(135deg,#A844F2,#8a2ec4);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#fff;flex-shrink:0}
.moduleContent{padding:28px 32px;flex:1}
.moduleContent .modTitle{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:10px}
.moduleContent .modDesc{font-size:16px;line-height:1.65;color:#555;margin-bottom:0}
.benefitsWrap{background:linear-gradient(135deg,#a844f214,#fee9d24d);padding:80px 24px}
.benefitsInner{max-width:1536px;margin:0 auto}
.benefitsHeading{font-size:38px;font-weight:700;color:#1a1a1a;margin-bottom:56px;text-align:center}
.benefitsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.benefitBlock{display:flex;align-items:flex-start;gap:20px}
.benefitBlock .iconBox{width:64px;height:64px;background:#fff;border:3px solid #A844F2;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.benefitBlock .iconBox i{font-size:32px;color:#A844F2}
.benefitBlock .benefitText{flex:1}
.benefitBlock .benefitText .benTitle{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:10px}
.benefitBlock .benefitText .benDesc{font-size:16px;line-height:1.7;color:#555;margin-bottom:0}
.enrollWrap{background:#1a1a1a;padding:80px 24px;position:relative;overflow:hidden}
.enrollWrap::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,#a844f226,transparent);border-radius:50%;pointer-events:none}
.enrollInner{max-width:1000px;margin:0 auto;text-align:center;position:relative;z-index:2}
.enrollHeading{font-size:42px;font-weight:700;color:#fff;margin-bottom:20px}
.enrollText{font-size:18px;line-height:1.7;color:#ccc;margin-bottom:36px}
.enrollBtn{display:inline-block;background:linear-gradient(135deg,#A844F2,#8a2ec4);color:#fff;font-size:18px;font-weight:700;padding:18px 48px;border-radius:6px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #a844f24d;z-index:10;position:relative}
.enrollBtn:hover{background:linear-gradient(135deg,#8a2ec4,#A844F2);box-shadow:0 6px 24px #a844f273;transform:translateY(-2px)}
@media (max-width: 1024px) {
.programHeroInner{flex-direction:column;min-height:auto}
.programHeroContent{padding:40px 0 30px}
.programHeroContent .firstLine,.programHeroContent .restText{font-size:38px}
.programHeroVisual img{height:360px}
.approachGrid{grid-template-columns:repeat(2,1fr);gap:24px}
.benefitsGrid{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 768px) {
.programHeroContent .firstLine,.programHeroContent .restText{font-size:32px}
.programHeroContent .descPara{font-size:16px}
.programHeroVisual img{height:280px}
.programApproachWrap{padding:60px 24px}
.programApproachHeading{font-size:32px}
.approachGrid{grid-template-columns:1fr;gap:20px}
.curriculumWrap{padding:60px 24px}
.curriculumHeading{font-size:28px;padding-left:20px}
.moduleItem{flex-direction:column}
.moduleNumber{width:100%;height:80px;font-size:28px}
.moduleContent{padding:24px}
.benefitsWrap{padding:60px 24px}
.benefitsHeading{font-size:32px;margin-bottom:40px}
.benefitBlock{flex-direction:column;gap:16px}
.enrollWrap{padding:60px 24px}
.enrollHeading{font-size:32px}
.enrollText{font-size:16px}
.enrollBtn{font-size:16px;padding:16px 36px}
}
::-webkit-scrollbar{width:14px}
::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}
::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#A844F2,#8a2ec4);border-radius:10px;box-shadow:0 2px 6px #0003}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,#8a2ec4,#A844F2)}
.successHero{position:relative;min-height:100vh;display:flex;align-items:flex-end;padding:0;overflow:hidden;background:linear-gradient(135deg,#A844F2 0%,#AB7907 100%)}
.successHero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,#ffffff08 2px,#ffffff08 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,#ffffff08 2px,#ffffff08 4px);opacity:.4;pointer-events:none}
.successHero::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 40%,#a844f299,transparent 50%),radial-gradient(circle at 70% 60%,#ab790780,transparent 50%);mix-blend-mode:overlay;pointer-events:none}
.heroTextWrap{position:relative;z-index:5;max-width:1536px;width:100%;margin:0 auto;padding:80px 32px 120px}
.successHero h1{font-size:72px;font-weight:800;line-height:1.1;color:#fff;margin:0 0 32px;text-shadow:0 4px 12px #00000040;letter-spacing:-.02em}
.heroTheses{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px;max-width:680px}
.heroTheses li{font-size:20px;line-height:1.6;color:#FEE9D2;padding-left:32px;position:relative}
.heroTheses li::before{content:'';position:absolute;left:0;top:10px;width:18px;height:2px;background:#FEE9D2}
@media (max-width: 1024px) {
.successHero h1{font-size:56px}
.heroTheses li{font-size:18px}
.heroTextWrap{padding:60px 24px 100px}
}
@media (max-width: 768px) {
.successHero{min-height:90vh}
.successHero h1{font-size:42px;margin-bottom:24px}
.heroTheses li{font-size:16px;padding-left:24px}
.heroTheses li::before{width:14px;top:8px}
.heroTextWrap{padding:40px 20px 80px}
}
.confirmSection{background:#fff;padding:120px 32px;position:relative}
.confirmInner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.confirmContent h2{font-size:48px;font-weight:700;line-height:1.2;color:#1a1a1a;margin:0 0 28px;position:relative;padding-bottom:20px}
.confirmContent h2::after{content:'';position:absolute;bottom:0;left:0;width:90px;height:4px;background:linear-gradient(90deg,#A844F2,#AB7907)}
.confirmContent p{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 20px}
.confirmContent p:last-of-type{margin-bottom:36px}
.actionArea{display:flex;flex-direction:column;gap:20px}
.primaryBtn{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#A844F2 0%,#9035d9 100%);color:#fff;font-size:18px;font-weight:600;padding:18px 40px;border:none;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #a844f24d;position:relative;z-index:10}
.primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #a844f266;background:linear-gradient(135deg,#9035d9 0%,#A844F2 100%)}
.primaryBtn:active{transform:translateY(0)}
.secondaryBtn{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:transparent;color:#A844F2;font-size:18px;font-weight:600;padding:18px 40px;border:2px solid #A844F2;cursor:pointer;text-decoration:none;transition:all .3s ease;position:relative;z-index:10}
.secondaryBtn:hover{background:#a844f214;border-color:#9035d9;color:#9035d9}
.visualPanel{background:linear-gradient(135deg,#FEE9D2 0%,#f5d8b8 100%);padding:60px;position:relative;border-radius:8px;box-shadow:0 8px 32px #00000014}
.visualPanel::before{content:'';position:absolute;top:20px;right:20px;width:120px;height:120px;background:radial-gradient(circle,#a844f226,transparent);border-radius:50%}
.visualPanel::after{content:'';position:absolute;bottom:30px;left:30px;width:80px;height:80px;background:radial-gradient(circle,#ab79071f,transparent);border-radius:50%}
.checkmarkIcon{width:140px;height:140px;margin:0 auto 32px;position:relative;z-index:2}
.checkmarkIcon svg{width:100%;height:100%;filter:drop-shadow(0 4px 12px #a844f240)}
.statusMsg{text-align:center;position:relative;z-index:2}
.statusMsg h3{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.statusMsg p{font-size:17px;line-height:1.6;color:#4a4a4a;margin:0}
.infoGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px;position:relative;z-index:2}
.infoCard{background:#fff;padding:24px;border-radius:6px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}
.infoCard:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0000001a}
.infoCard h4{font-size:16px;font-weight:600;color:#A844F2;margin:0 0 8px;text-transform:uppercase;letter-spacing:.05em}
.infoCard p{font-size:15px;line-height:1.5;color:#4a4a4a;margin:0}
@media (max-width: 1024px) {
.confirmInner{grid-template-columns:1fr;gap:60px}
.confirmContent h2{font-size:40px}
.visualPanel{padding:48px}
}
@media (max-width: 768px) {
.confirmSection{padding:80px 20px}
.confirmInner{gap:48px}
.confirmContent h2{font-size:32px;margin-bottom:20px}
.confirmContent p{font-size:16px}
.primaryBtn,.secondaryBtn{font-size:16px;padding:16px 32px;width:100%}
.visualPanel{padding:36px 24px}
.checkmarkIcon{width:100px;height:100px;margin-bottom:24px}
.statusMsg h3{font-size:26px}
.statusMsg p{font-size:15px}
.infoGrid{grid-template-columns:1fr;gap:16px;margin-top:32px}
}
::-webkit-scrollbar{width:14px}
::-webkit-scrollbar-track{background:#f8f8f8}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#A844F2,#AB7907);box-shadow:inset 0 0 3px #0003}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9035d9,#8f6406)}