@import "https://cdn.jsdelivr.net/npm/@fontsource/lora@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lora@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lora@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lora@latest/700-italic.css";
*{margin:0;padding:0;box-sizing:border-box}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-weight:400}
figure,blockquote{margin:0}
body{font-family:'Lora',serif;font-size:17px;line-height:1.7;color:#2a2a2a;background:#fafafa}
.siteHeader{background:linear-gradient(135deg,#fff 0%,#f8f9fb 100%);border-bottom:1px solid #e8e8e8;padding:18px 0}
.siteHeader .headerWrap{max-width:1000px;margin:0 auto;padding:0 24px}
.siteHeader .topRow{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.siteHeader .logoBox{display:flex;align-items:center}
.siteHeader .logoBox img{height:92px;width:92px;object-fit:contain;filter:drop-shadow(0 2px 4px #00000014)}
.siteHeader .mainNav{display:flex;gap:34px;align-items:center}
.siteHeader .mainNav a{color:#2a2a2a;text-decoration:none;font-size:16px;font-weight:400;transition:color 280ms;padding:6px 0}
.siteHeader .mainNav a:hover{color:#0BAD6C}
.siteHeader .bottomRow{text-align:center;padding-top:12px;border-top:1px solid #f0f0f0}
.siteHeader .companyTitle{font-size:15px;color:#6a6a6a;font-weight:400;letter-spacing:.3px}
.pageFooter{background:#f5f5f5;border-top:1px solid #e0e0e0;padding:42px 0 28px;margin-top:80px}
.pageFooter .footerContent{max-width:1000px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px;margin-bottom:32px}
.pageFooter .footerLogo img{height:68px;width:68px;object-fit:contain;opacity:.85}
.pageFooter .footerLinks{display:flex;flex-direction:column;gap:14px}
.pageFooter .footerLinks a{color:#4a4a4a;text-decoration:none;font-size:15px;transition:color 300ms}
.pageFooter .footerLinks a:hover{color:#0BAD6C}
.pageFooter .contactInfo{display:flex;flex-direction:column;gap:10px;font-size:15px;color:#5a5a5a}
.pageFooter .contactInfo a{color:#4a4a4a;text-decoration:none;transition:color 300ms}
.pageFooter .contactInfo a:hover{color:#0BAD6C}
.pageFooter .copyrightBar{max-width:1000px;margin:0 auto;padding:24px 24px 0;border-top:1px solid #e0e0e0;text-align:center;font-size:14px;color:#6a6a6a}
.cookiePrompt{position:fixed;bottom:24px;right:24px;background:#fff;border:1px solid #d0d0d0;border-radius:12px;box-shadow:0 8px 24px #00000024;padding:28px;max-width:460px;z-index:9999;display:none;animation:elasticEntry .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes elasticEntry {
0%{transform:scale(0.3) translateY(100px);opacity:0}
50%{transform:scale(1.05)}
100%{transform:scale(1) translateY(0);opacity:1}
}
.cookiePrompt.is-visible{display:block}
.cookiePrompt .promptHeader{font-size:19px;font-weight:700;color:#2a2a2a;margin-bottom:14px}
.cookiePrompt .promptText{font-size:15px;line-height:1.6;color:#4a4a4a;margin-bottom:20px}
.cookiePrompt .categoryGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}
.cookiePrompt .categoryCard{background:#f9f9f9;border:1px solid #e8e8e8;border-radius:8px;padding:14px}
.cookiePrompt .categoryCard label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:14px;color:#3a3a3a}
.cookiePrompt .categoryCard input[type="checkbox"]{margin-top:2px;cursor:pointer}
.cookiePrompt .categoryCard input[type="checkbox"]:disabled{cursor:not-allowed}
.cookiePrompt .categoryCard .categoryName{font-weight:700;display:block;margin-bottom:4px}
.cookiePrompt .categoryCard .categoryDesc{font-size:13px;color:#6a6a6a;line-height:1.4}
.cookiePrompt .btnGroup{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.cookiePrompt .btnAccept,.cookiePrompt .btnReject{padding:12px 20px;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:all 320ms;font-family:'Lora',serif}
.cookiePrompt .btnAccept{background:linear-gradient(135deg,#0BAD6C 0%,#089d5f 100%);color:#fff}
.cookiePrompt .btnAccept:hover{background:linear-gradient(135deg,#089d5f 0%,#077a4d 100%);transform:translateY(-1px);box-shadow:0 4px 12px #0bad6c4d}
.cookiePrompt .btnReject{background:#f0f0f0;color:#3a3a3a;border:1px solid #d8d8d8}
.cookiePrompt .btnReject:hover{background:#e5e5e5;border-color:#c8c8c8}
@media (max-width: 1024px) {
.siteHeader .topRow{flex-direction:column;gap:20px}
.siteHeader .mainNav{flex-wrap:wrap;justify-content:center;gap:20px 28px}
.pageFooter .footerContent{grid-template-columns:1fr;gap:32px;text-align:center}
.pageFooter .footerLogo img{margin:0 auto}
.cookiePrompt{right:12px;left:12px;max-width:none;bottom:12px}
}
@media (max-width: 640px) {
.siteHeader{padding:14px 0}
.siteHeader .logoBox img{height:72px;width:72px}
.siteHeader .mainNav{gap:16px 20px}
.siteHeader .mainNav a{font-size:15px}
.cookiePrompt .categoryGrid{grid-template-columns:1fr}
.cookiePrompt .btnGroup{grid-template-columns:1fr}
}
.info-policy{max-width:1000px;margin:0 auto;padding:60px 24px;background:#fff}
.info-policy p{font-size:16px;line-height:1.8;color:#2d3748;margin:0 0 24px}
.info-policy p:last-child{margin-bottom:0}
.info-policy em,.info-policy i{font-style:italic;color:#1a202c}
.info-policy a{color:#0BAD6C;text-decoration:none;border-bottom:1px solid #0bad6c4d;transition:all 280ms ease}
.info-policy a:hover{color:#088b56;border-bottom-color:#088b56}
.info-policy a:focus{outline:2px solid #0BAD6C;outline-offset:2px;border-radius:2px}
.info-policy table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}
.info-policy thead{background:linear-gradient(135deg,#0BAD6C 0%,#088b56 100%)}
.info-policy thead tr{border:none}
.info-policy thead th{color:#fff;font-weight:600;text-align:left;padding:16px 20px;font-size:15px;letter-spacing:.3px}
.info-policy tbody tr{border-bottom:1px solid #e2e8f0;transition:background 300ms ease}
.info-policy tbody tr:last-child{border-bottom:none}
.info-policy tbody tr:hover{background:#f7fafc}
.info-policy tbody td{padding:16px 20px;font-size:15px;color:#4a5568;line-height:1.6}
.info-policy tbody th{padding:16px 20px;font-size:15px;color:#2d3748;font-weight:600;text-align:left}
.info-policy hr{border:none;height:1px;background:linear-gradient(90deg,transparent 0%,#cbd5e0 20%,#cbd5e0 80%,transparent 100%);margin:48px 0}
.info-policy div{margin:24px 0}
.info-policy div p{margin-bottom:16px}
.info-policy div p:last-child{margin-bottom:0}
@media (max-width: 640px) {
.info-policy{padding:40px 20px}
.info-policy p{font-size:15px;line-height:1.7;margin-bottom:20px}
.info-policy table{margin:24px 0;font-size:14px}
.info-policy thead th{padding:12px 16px;font-size:14px}
.info-policy tbody td,.info-policy tbody th{padding:12px 16px;font-size:14px}
.info-policy hr{margin:32px 0}
}
@media (min-width: 641px) and (max-width: 1024px) {
.info-policy{padding:50px 32px}
}
.programIntro{background:linear-gradient(135deg,#0BAD6C 0%,#A42BDD 100%);padding:80px 20px;position:relative;overflow:hidden}
.programIntro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff14;border-radius:50%;z-index:1}
.programIntro::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#fdbca31f;border-radius:50%;z-index:1}
.programIntro .wrapContent{max-width:1000px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;gap:48px}
.programIntro .titleGroup{max-width:720px}
.programIntro .mainHeading{font-size:3rem;line-height:1.15;color:#fff;margin:0 0 24px;font-weight:700}
.programIntro .tagline{font-size:1.35rem;line-height:1.6;color:#ffffffeb;margin:0;font-weight:300}
.programIntro .visualGrid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:end}
.programIntro .imgBox{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 12px 40px #00000040}
.programIntro .imgBox img{width:100%;height:380px;object-fit:cover;display:block}
.programIntro .imgBox::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,#0bad6c26 100%);z-index:1}
.programIntro .accentPanel{background:#fffffff2;padding:36px;border-radius:12px;box-shadow:0 8px 32px #0000002e;align-self:start;margin-top:-60px}
.programIntro .accentPanel h3{font-size:1.15rem;color:#A42BDD;margin:0 0 16px;font-weight:600}
.programIntro .accentPanel p{font-size:.95rem;line-height:1.65;color:#2a2a2a;margin:0}
.curriculumArea{padding:100px 20px;background:#fefefe}
.curriculumArea .centerWrap{max-width:1000px;margin:0 auto}
.curriculumArea .sectionLabel{text-align:center;margin-bottom:72px}
.curriculumArea .sectionLabel h2{font-size:2.5rem;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.curriculumArea .sectionLabel .intro{font-size:1.1rem;line-height:1.7;color:#4a4a4a;max-width:680px;margin:0 auto}
.curriculumArea .moduleDisplay{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.curriculumArea .moduleCard{background:#fff;border:2px solid #e8e8e8;border-radius:20px;padding:40px 32px;transition:all 320ms ease;position:relative}
.curriculumArea .moduleCard::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#0BAD6C 0%,#A42BDD 100%);border-radius:20px 20px 0 0;opacity:0;transition:opacity 320ms ease}
.curriculumArea .moduleCard:hover{border-color:#0BAD6C;box-shadow:0 16px 48px #0bad6c26;transform:translateY(-4px)}
.curriculumArea .moduleCard:hover::before{opacity:1}
.curriculumArea .moduleCard .iconCircle{width:68px;height:68px;border-radius:50%;background:linear-gradient(135deg,#0BAD6C 0%,#A42BDD 100%);display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.curriculumArea .moduleCard .iconCircle svg{width:32px;height:32px;fill:#fff}
.curriculumArea .moduleCard h3{font-size:1.35rem;color:#1a1a1a;margin:0 0 16px;font-weight:600}
.curriculumArea .moduleCard .description{font-size:.95rem;line-height:1.7;color:#5a5a5a;margin:0 0 24px}
.curriculumArea .moduleCard .topicList{list-style:none;padding:0;margin:0}
.curriculumArea .moduleCard .topicList li{font-size:.9rem;color:#6a6a6a;padding:8px 0;border-bottom:1px solid #f0f0f0;position:relative;padding-left:24px}
.curriculumArea .moduleCard .topicList li:last-child{border-bottom:none}
.curriculumArea .moduleCard .topicList li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#0BAD6C;border-radius:3px}
.instructorSegment{padding:100px 20px;background:linear-gradient(to bottom,#fefefe 0%,#f5f9f7 100%)}
.instructorSegment .containerBox{max-width:1000px;margin:0 auto}
.instructorSegment .headingArea{text-align:center;margin-bottom:64px}
.instructorSegment .headingArea h2{font-size:2.5rem;color:#1a1a1a;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.instructorSegment .headingArea h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0BAD6C 0%,#A42BDD 100%);border-radius:2px}
.instructorSegment .teamGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.instructorSegment .profileBox{display:flex;gap:32px;background:#fff;padding:36px;border-radius:16px;box-shadow:0 8px 24px #00000014;transition:all 280ms ease}
.instructorSegment .profileBox:hover{box-shadow:0 16px 48px #0bad6c2e;transform:translateY(-6px)}
.instructorSegment .profileBox .photoFrame{flex-shrink:0}
.instructorSegment .profileBox .photoFrame img{width:140px;height:140px;border-radius:12px;object-fit:cover;border:3px solid #0BAD6C}
.instructorSegment .profileBox .detailSection{flex:1}
.instructorSegment .profileBox .detailSection h4{font-size:1.4rem;color:#1a1a1a;margin:0 0 6px;font-weight:600}
.instructorSegment .profileBox .detailSection .role{font-size:.95rem;color:#A42BDD;margin:0 0 20px;font-weight:500}
.instructorSegment .profileBox .detailSection .bio{font-size:.95rem;line-height:1.7;color:#4a4a4a;margin:0 0 20px}
.instructorSegment .profileBox .detailSection .statRow{display:flex;gap:28px}
.instructorSegment .profileBox .detailSection .statItem{display:flex;flex-direction:column;gap:4px}
.instructorSegment .profileBox .detailSection .statItem .number{font-size:1.5rem;font-weight:700;color:#0BAD6C}
.instructorSegment .profileBox .detailSection .statItem .label{font-size:.85rem;color:#6a6a6a}
@media (max-width: 1024px) {
.programIntro .mainHeading{font-size:2.4rem}
.programIntro .tagline{font-size:1.15rem}
.curriculumArea .moduleDisplay{grid-template-columns:repeat(2,1fr)}
.instructorSegment .teamGrid{gap:36px}
}
@media (max-width: 640px) {
.programIntro{padding:60px 20px}
.programIntro .wrapContent{gap:32px}
.programIntro .mainHeading{font-size:2rem}
.programIntro .tagline{font-size:1rem}
.programIntro .visualGrid{grid-template-columns:1fr;gap:24px}
.programIntro .imgBox img{height:280px}
.programIntro .accentPanel{margin-top:0}
.curriculumArea{padding:60px 20px}
.curriculumArea .sectionLabel{margin-bottom:48px}
.curriculumArea .sectionLabel h2{font-size:2rem}
.curriculumArea .moduleDisplay{grid-template-columns:1fr;gap:24px}
.instructorSegment{padding:60px 20px}
.instructorSegment .headingArea{margin-bottom:48px}
.instructorSegment .headingArea h2{font-size:2rem}
.instructorSegment .teamGrid{grid-template-columns:1fr;gap:28px}
.instructorSegment .profileBox{flex-direction:column;gap:24px;padding:28px}
.instructorSegment .profileBox .photoFrame img{width:100%;height:auto;aspect-ratio:1}
}
.titleArea{position:relative;padding:80px 20px 60px;overflow:hidden;background:linear-gradient(135deg,#0BAD6C 0%,#A42BDD 100%)}
.titleArea::before{content:'';position:absolute;width:320px;height:320px;border-radius:50%;background:#ffffff14;top:-120px;right:-80px;z-index:1}
.titleArea::after{content:'';position:absolute;width:240px;height:240px;border-radius:50%;background:#fdbca31f;bottom:-60px;left:-40px;z-index:1}
.titleArea .contentBox{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.titleArea .innerWrap{background:#fffffff2;padding:48px 42px;border-radius:18px;box-shadow:0 12px 32px #00000026}
.titleArea h1{font-size:2.6rem;color:#1a1a1a;margin:0 0 18px;line-height:1.2}
.titleArea .leadText{font-size:1.15rem;color:#4a4a4a;line-height:1.7;margin:0}
.essentialBlock{padding:70px 20px;background:#fafafa}
.essentialBlock .contentBox{max-width:1000px;margin:0 auto}
.essentialBlock h2{font-size:2.1rem;color:#2a2a2a;margin:0 0 38px;position:relative;padding-bottom:16px}
.essentialBlock h2::after{content:'';position:absolute;bottom:0;left:0;width:90px;height:4px;background:linear-gradient(90deg,#0BAD6C 0%,#A42BDD 100%);border-radius:2px}
.checkGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin-bottom:42px}
.checkCard{background:#fff;padding:32px 28px;border-radius:12px;box-shadow:0 4px 14px #00000014;transition:transform 0.3s,box-shadow .3s;border-left:4px solid #0BAD6C}
.checkCard:nth-child(2){border-left-color:#A42BDD}
.checkCard:nth-child(3){border-left-color:#FDBCA3}
.checkCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}
.checkCard h3{font-size:1.35rem;color:#2a2a2a;margin:0 0 14px}
.checkCard .detailText{font-size:1rem;color:#5a5a5a;line-height:1.65;margin:0}
.essentialBlock .infoNote{background:linear-gradient(120deg,#0bad6c14 0%,#a42bdd14 100%);padding:26px 30px;border-radius:10px;border:1px solid #0bad6c33}
.essentialBlock .infoNote p{font-size:1.05rem;color:#3a3a3a;line-height:1.7;margin:0}
.techArea{padding:70px 20px;background:#fff}
.techArea .contentBox{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.techArea .textZone h2{font-size:2rem;color:#2a2a2a;margin:0 0 24px}
.techArea .textZone .descText{font-size:1.05rem;color:#4a4a4a;line-height:1.75;margin-bottom:32px}
.techList{list-style:none;padding:0;margin:0}
.techList li{padding:16px 0 16px 42px;position:relative;font-size:1.05rem;color:#3a3a3a;line-height:1.6;border-bottom:1px solid #e8e8e8}
.techList li:last-child{border-bottom:none}
.techList li::before{content:'';position:absolute;left:0;top:22px;width:24px;height:24px;background:linear-gradient(135deg,#0BAD6C 0%,#A42BDD 100%);border-radius:50%}
.techList li::after{content:'';position:absolute;left:7px;top:28px;width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}
.techArea .imageZone{position:relative}
.techArea .imageZone img{width:100%;height:auto;border-radius:16px;box-shadow:0 8px 24px #0000001f;display:block}
.expertSection{padding:70px 20px;background:linear-gradient(165deg,#0bad6c0d 0%,#a42bdd0d 100%)}
.expertSection .contentBox{max-width:1000px;margin:0 auto}
.expertSection h2{font-size:2rem;color:#2a2a2a;margin:0 0 46px;text-align:center}
.profileRow{display:grid;grid-template-columns:repeat(2,1fr);gap:38px}
.profileBox{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 6px 20px #0000001a;transition:transform 0.35s,box-shadow .35s}
.profileBox:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000026}
.profileBox .imgWrap{width:100%;height:280px;overflow:hidden;position:relative}
.profileBox .imgWrap img{width:100%;height:100%;object-fit:cover;display:block}
.profileBox .textContent{padding:28px 30px}
.profileBox h3{font-size:1.4rem;color:#2a2a2a;margin:0 0 8px}
.profileBox .roleTag{font-size:.95rem;color:#A42BDD;font-weight:600;margin-bottom:16px;display:block}
.profileBox .bioText{font-size:1rem;color:#5a5a5a;line-height:1.65;margin:0}
.actionArea{padding:80px 20px;background:#fff;position:relative}
.actionArea::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#0BAD6C 0%,#A42BDD 50%,#FDBCA3 100%)}
.actionArea .contentBox{max-width:1000px;margin:0 auto;text-align:center}
.ctaPanel{background:linear-gradient(140deg,#0BAD6C 0%,#A42BDD 100%);padding:56px 46px;border-radius:20px;box-shadow:0 14px 36px #0bad6c40;position:relative;overflow:hidden}
.ctaPanel::before{content:'';position:absolute;width:200px;height:200px;border-radius:50%;background:#ffffff1a;top:-60px;right:-40px}
.ctaPanel h2{font-size:2.2rem;color:#fff;margin:0 0 18px;position:relative;z-index:2}
.ctaPanel .ctaDesc{font-size:1.15rem;color:#fffffff2;line-height:1.65;margin:0 0 32px;position:relative;z-index:2}
.btnGroup{display:flex;gap:18px;justify-content:center;align-items:center;flex-wrap:wrap;position:relative;z-index:2}
.btnPrimary{display:inline-block;padding:16px 38px;background:#fff;color:#0BAD6C;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:transform 0.3s,box-shadow .3s;box-shadow:0 6px 18px #00000026}
.btnPrimary:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0003}
.btnSecondary{display:inline-block;padding:16px 38px;background:transparent;color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border:2px solid #fff;border-radius:8px;transition:background 0.3s,color .3s}
.btnSecondary:hover{background:#fff;color:#A42BDD}
@media (max-width: 1024px) {
.titleArea h1{font-size:2.2rem}
.techArea .contentBox{grid-template-columns:1fr;gap:40px}
.profileRow{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.titleArea{padding:60px 16px 50px}
.titleArea .innerWrap{padding:32px 24px}
.titleArea h1{font-size:1.8rem}
.titleArea .leadText{font-size:1.05rem}
.essentialBlock,.techArea,.expertSection,.actionArea{padding:50px 16px}
.essentialBlock h2,.techArea h2,.expertSection h2{font-size:1.7rem}
.checkGrid{grid-template-columns:1fr}
.profileBox .imgWrap{height:240px}
.ctaPanel{padding:40px 28px}
.ctaPanel h2{font-size:1.8rem}
.btnGroup{flex-direction:column;gap:14px}
.btnPrimary,.btnSecondary{width:100%;text-align:center}
}
.heroZone{position:relative;display:flex;align-items:center;min-height:520px;overflow:hidden;background:linear-gradient(158deg,#0BAD6C 0%,#A42BDD 65%,#FDBCA3 100%)}
.heroZone .bgDecor{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}
.heroZone .bgDecor::before{content:'';position:absolute;width:420px;height:420px;background:#fdbca34d;border-radius:50%;filter:blur(80px);top:-100px;right:10%;animation:floatBlob 8s ease-in-out infinite}
.heroZone .bgDecor::after{content:'';position:absolute;width:350px;height:350px;background:#0bad6c40;border-radius:50%;filter:blur(90px);bottom:-80px;left:15%;animation:floatBlob 10s ease-in-out infinite reverse}
@keyframes floatBlob {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-30px) scale(1.1)}
}
.heroZone .innerWrap{position:relative;z-index:2;width:90%;max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:50px;padding:60px 20px}
.heroZone .textPart{flex:1;color:#fff}
.heroZone .textPart h1{font-size:2.8rem;font-weight:700;margin:0 0 20px;line-height:1.2}
.heroZone .textPart .subline{font-size:1.15rem;line-height:1.6;opacity:.95;margin:0}
.heroZone .imagePart{flex:1;position:relative}
.heroZone .imagePart img{width:100%;height:auto;border-radius:18px;box-shadow:0 12px 32px #00000040;animation:softFloat 6s ease-in-out infinite}
@keyframes softFloat {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-15px)}
}
.audienceLevels{padding:70px 20px;background:#fefefe}
.audienceLevels .contentBox{max-width:1000px;margin:0 auto}
.audienceLevels .sectionHead{text-align:center;margin-bottom:50px}
.audienceLevels .sectionHead h2{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin:0 0 15px;position:relative;display:inline-block}
.audienceLevels .sectionHead h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#0BAD6C,#A42BDD)}
.audienceLevels .sectionHead p{font-size:1.05rem;color:#4a4a4a;line-height:1.6;margin:20px 0 0}
.audienceLevels .levelGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.audienceLevels .levelCard{background:#fff;padding:35px 25px;border-radius:16px;border:2px solid #f0f0f0;transition:all 320ms ease;position:relative}
.audienceLevels .levelCard::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0BAD6C,#A42BDD);border-radius:16px 16px 0 0;opacity:0;transition:opacity 320ms ease}
.audienceLevels .levelCard:hover{transform:translateY(-6px);box-shadow:0 14px 28px #0000001f;border-color:#0BAD6C}
.audienceLevels .levelCard:hover::before{opacity:1}
.audienceLevels .levelCard h3{font-size:1.4rem;font-weight:700;color:#0BAD6C;margin:0 0 15px}
.audienceLevels .levelCard p{font-size:.95rem;color:#555;line-height:1.65;margin:0}
.metricsPanel{padding:70px 20px;background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%)}
.metricsPanel .contentBox{max-width:1000px;margin:0 auto}
.metricsPanel .intro{text-align:center;margin-bottom:50px}
.metricsPanel .intro h2{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin:0 0 15px}
.metricsPanel .intro p{font-size:1.05rem;color:#4a4a4a;line-height:1.6;margin:0}
.metricsPanel .statsDisplay{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}
.metricsPanel .statBox{background:#fff;padding:40px 20px;border-radius:14px;text-align:center;box-shadow:0 6px 18px #00000014;position:relative;overflow:hidden}
.metricsPanel .statBox::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#0BAD6C,#A42BDD,#FDBCA3)}
.metricsPanel .statBox .number{font-size:2.8rem;font-weight:700;color:#0BAD6C;margin:0 0 10px;display:block}
.metricsPanel .statBox .label{font-size:1rem;color:#555;margin:0;line-height:1.4}
.ecosystemArea{padding:70px 20px;background:#fff}
.ecosystemArea .contentBox{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:60px}
.ecosystemArea .imageCol{flex:1}
.ecosystemArea .imageCol img{width:100%;height:auto;border-radius:18px;box-shadow:0 10px 30px #00000026}
.ecosystemArea .textCol{flex:1}
.ecosystemArea .textCol h2{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin:0 0 20px;position:relative;padding-left:20px}
.ecosystemArea .textCol h2::before{content:'';position:absolute;left:0;top:5px;width:5px;height:80%;background:linear-gradient(180deg,#0BAD6C,#A42BDD);border-radius:3px}
.ecosystemArea .textCol p{font-size:1rem;color:#4a4a4a;line-height:1.7;margin:0 0 15px}
.ecosystemArea .textCol .featureList{list-style:none;padding:0;margin:25px 0 0}
.ecosystemArea .textCol .featureList li{font-size:.98rem;color:#333;line-height:1.6;margin:0 0 12px;padding-left:30px;position:relative}
.ecosystemArea .textCol .featureList li::before{content:'';position:absolute;left:0;top:6px;width:18px;height:18px;background:linear-gradient(135deg,#0BAD6C,#A42BDD);border-radius:50%}
.supportSection{padding:70px 20px;background:linear-gradient(160deg,#fefefe 0%,#f4f4f4 100%)}
.supportSection .contentBox{max-width:1000px;margin:0 auto}
.supportSection .topIntro{text-align:center;margin-bottom:50px}
.supportSection .topIntro h2{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin:0 0 15px}
.supportSection .topIntro p{font-size:1.05rem;color:#4a4a4a;line-height:1.6;margin:0}
.supportSection .supportGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.supportSection .supportItem{background:#fff;padding:35px 30px;border-radius:14px;box-shadow:0 8px 22px #0000001a;border-left:5px solid #0BAD6C;transition:all 300ms ease}
.supportSection .supportItem:nth-child(2){border-left-color:#A42BDD}
.supportSection .supportItem:nth-child(3){border-left-color:#FDBCA3}
.supportSection .supportItem:nth-child(4){border-left-color:#0BAD6C}
.supportSection .supportItem:hover{transform:translateX(8px);box-shadow:0 12px 28px #00000026}
.supportSection .supportItem h3{font-size:1.35rem;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.supportSection .supportItem p{font-size:.96rem;color:#555;line-height:1.65;margin:0}
.comparisonZone{padding:70px 20px;background:#fff}
.comparisonZone .contentBox{max-width:1000px;margin:0 auto}
.comparisonZone .heading{text-align:center;margin-bottom:50px}
.comparisonZone .heading h2{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin:0 0 15px}
.comparisonZone .heading p{font-size:1.05rem;color:#4a4a4a;line-height:1.6;margin:0}
.comparisonZone .tableWrap{overflow-x:auto}
.comparisonZone .compTable{width:100%;border-collapse:collapse;background:#fefefe;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #00000014}
.comparisonZone .compTable thead{background:linear-gradient(90deg,#0BAD6C,#A42BDD)}
.comparisonZone .compTable thead th{padding:20px 15px;text-align:left;font-size:1.05rem;font-weight:700;color:#fff}
.comparisonZone .compTable tbody tr{border-bottom:1px solid #e8e8e8}
.comparisonZone .compTable tbody tr:last-child{border-bottom:none}
.comparisonZone .compTable tbody td{padding:18px 15px;font-size:.95rem;color:#333}
.comparisonZone .compTable tbody td:first-child{font-weight:600;color:#1a1a1a}
.comparisonZone .compTable tbody .highlight{background:#0bad6c14}
.comparisonZone .compTable .checkIcon{display:inline-block;width:20px;height:20px;background:#0BAD6C;border-radius:50%;position:relative}
.comparisonZone .compTable .checkIcon::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:.85rem;font-weight:700}
.comparisonZone .compTable .crossIcon{display:inline-block;width:20px;height:20px;background:#d0d0d0;border-radius:50%;position:relative}
.comparisonZone .compTable .crossIcon::after{content:'✕';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:.85rem;font-weight:700}
.ctaPanel{padding:70px 20px;background:linear-gradient(140deg,#0BAD6C 0%,#A42BDD 100%);text-align:center}
.ctaPanel .contentBox{max-width:700px;margin:0 auto}
.ctaPanel h2{font-size:2.1rem;font-weight:700;color:#fff;margin:0 0 20px}
.ctaPanel p{font-size:1.08rem;color:#fff;line-height:1.65;margin:0 0 35px;opacity:.95}
.ctaPanel .btnGroup{display:flex;justify-content:center;gap:20px}
.ctaPanel .btn{display:inline-block;padding:16px 40px;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all 300ms ease}
.ctaPanel .btnPrimary{background:#fff;color:#0BAD6C;box-shadow:0 6px 16px #00000026}
.ctaPanel .btnPrimary:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0003}
.ctaPanel .btnSecondary{background:#ffffff26;color:#fff;border:2px solid #fff}
.ctaPanel .btnSecondary:hover{background:#fff;color:#A42BDD}
@media (max-width: 1024px) {
.heroZone .innerWrap{flex-direction:column;text-align:center}
.heroZone .textPart h1{font-size:2.3rem}
.audienceLevels .levelGrid{grid-template-columns:1fr;gap:25px}
.metricsPanel .statsDisplay{grid-template-columns:repeat(2,1fr)}
.ecosystemArea .contentBox{flex-direction:column}
.supportSection .supportGrid{grid-template-columns:1fr}
.ctaPanel .btnGroup{flex-direction:column;align-items:center}
.ctaPanel .btn{width:100%;max-width:280px}
}
@media (max-width: 640px) {
.heroZone .textPart h1{font-size:1.9rem}
.heroZone .textPart .subline{font-size:1rem}
.audienceLevels{padding:50px 15px}
.audienceLevels .sectionHead h2{font-size:1.8rem}
.metricsPanel .statsDisplay{grid-template-columns:1fr}
.metricsPanel .statBox .number{font-size:2.3rem}
.ecosystemArea{padding:50px 15px}
.ecosystemArea .textCol h2{font-size:1.8rem}
.supportSection{padding:50px 15px}
.comparisonZone{padding:50px 15px}
.comparisonZone .compTable thead th,.comparisonZone .compTable tbody td{padding:12px 10px;font-size:.88rem}
.ctaPanel h2{font-size:1.7rem}
}
.contactPrimary{background:linear-gradient(304deg,#0BAD6C 0%,#A42BDD 50%,#FDBCA3 100%);padding:0;position:relative;overflow:hidden}
.contactPrimary .heroWrap{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:48px;padding:80px 24px;position:relative}
.contactPrimary .heroTxt{flex:1;color:#fff;z-index:2}
.contactPrimary .heroTxt h1{font-size:52px;line-height:1.1;margin:0 0 24px;font-weight:700}
.contactPrimary .heroTxt .leadPara{font-size:18px;line-height:1.6;margin:0;opacity:.95}
.contactPrimary .heroVisual{flex:1;position:relative;z-index:1}
.contactPrimary .heroVisual img{width:100%;height:auto;border-radius:20px;box-shadow:0 16px 48px #0000004d;transition:transform .3s ease;display:block}
.contactPrimary .heroVisual img:hover{transform:translateY(-8px)}
.formSection{background:#fff;padding:96px 24px}
.formSection .formContainer{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.formSection .infoSide h2{font-size:38px;line-height:1.2;margin:0 0 24px;color:#1a1a1a;font-weight:700}
.formSection .infoSide .subhead{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 40px}
.formSection .contactDetail{margin-bottom:32px}
.formSection .contactDetail h3{font-size:15px;font-weight:600;color:#0BAD6C;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}
.formSection .contactDetail p{font-size:16px;line-height:1.6;color:#2a2a2a;margin:0}
.formSection .contactDetail a{color:#A42BDD;text-decoration:none;transition:color .25s ease}
.formSection .contactDetail a:hover{color:#0BAD6C}
.formSection .formSide{background:#f8f9fa;padding:48px;border-radius:16px;box-shadow:0 4px 24px #00000014}
.formSection .formSide h3{font-size:26px;margin:0 0 32px;color:#1a1a1a;font-weight:600}
.formSection .inputRow{margin-bottom:24px}
.formSection .inputRow label{display:block;font-size:14px;font-weight:600;color:#3a3a3a;margin-bottom:8px}
.formSection .inputRow input[type="text"],.formSection .inputRow input[type="email"],.formSection .inputRow input[type="tel"],.formSection .inputRow textarea,.formSection .inputRow select{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;color:#2a2a2a;background:#fff;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}
.formSection .inputRow input[type="text"]:focus,.formSection .inputRow input[type="email"]:focus,.formSection .inputRow input[type="tel"]:focus,.formSection .inputRow textarea:focus,.formSection .inputRow select:focus{outline:none;border-color:#0BAD6C;box-shadow:0 0 0 3px #0bad6c1a}
.formSection .inputRow textarea{min-height:120px;resize:vertical}
.formSection .inputRow 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 1L6 6L11 1' stroke='%233a3a3a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}
.formSection .radioGroup{display:flex;gap:24px;margin-top:12px}
.formSection .radioOption{display:flex;align-items:center;gap:8px}
.formSection .radioOption input[type="radio"]{width:18px;height:18px;cursor:pointer;accent-color:#0BAD6C}
.formSection .radioOption label{font-size:15px;color:#3a3a3a;margin:0;cursor:pointer}
.formSection .privacyCheck{margin:32px 0 24px;display:flex;align-items:start;gap:12px}
.formSection .privacyCheck input[type="checkbox"]{width:20px;height:20px;cursor:pointer;margin-top:2px;accent-color:#0BAD6C;flex-shrink:0}
.formSection .privacyCheck label{font-size:14px;line-height:1.6;color:#4a4a4a;margin:0;cursor:pointer}
.formSection .privacyCheck label a{color:#A42BDD;text-decoration:underline}
.formSection .privacyCheck label a:hover{color:#0BAD6C}
.formSection .submitBtn{background:linear-gradient(135deg,#0BAD6C 0%,#A42BDD 100%);color:#fff;border:none;padding:16px 48px;font-size:16px;font-weight:600;border-radius:10px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 16px #0bad6c4d;position:relative;z-index:10}
.formSection .submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0bad6c66}
.formSection .submitBtn:active{transform:translateY(0)}
@media (max-width: 1024px) {
.contactPrimary .heroWrap{flex-direction:column;padding:64px 24px;gap:40px}
.contactPrimary .heroTxt h1{font-size:42px}
.formSection .formContainer{grid-template-columns:1fr;gap:48px}
.formSection{padding:72px 24px}
}
@media (max-width: 640px) {
.contactPrimary .heroWrap{padding:48px 20px}
.contactPrimary .heroTxt h1{font-size:34px;margin-bottom:16px}
.contactPrimary .heroTxt .leadPara{font-size:16px}
.formSection{padding:56px 20px}
.formSection .infoSide h2{font-size:30px}
.formSection .formSide{padding:32px 24px}
.formSection .formSide h3{font-size:22px}
.formSection .radioGroup{flex-direction:column;gap:16px}
.formSection .submitBtn{width:100%;padding:16px 32px}
}
.aboutMainLayout{width:100%;max-width:1000px;margin:0 auto;padding:0}
.heroAbout{position:relative;margin:0 0 80px;padding:0 20px;overflow:hidden}
.heroAbout .geoBg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(135deg,#0BAD6C 0%,#A42BDD 45%,#FDBCA3 100%);clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}
.heroAbout .geoBg::before{content:'';position:absolute;top:0;left:-25%;width:150%;height:100%;background-image:repeating-linear-gradient(45deg,transparent,transparent 25px,#ffffff14 25px,#ffffff14 50px),repeating-linear-gradient(-45deg,transparent,transparent 25px,#0000000d 25px,#0000000d 50px)}
.heroAbout .contentWrapper{position:relative;z-index:3;display:flex;align-items:center;gap:60px;padding:120px 0 100px}
.heroAbout .textContent{flex:1;color:#fff}
.heroAbout .textContent h1{font-size:3.2em;line-height:1.15;margin:0 0 24px;font-weight:700}
.heroAbout .textContent p{font-size:1.15em;line-height:1.7;margin:0;opacity:.95}
.heroAbout .imageBlock{position:relative;flex:0 0 380px;width:380px;height:480px}
.heroAbout .imageBlock img{width:100%;height:100%;object-fit:cover;clip-path:polygon(15% 0,100% 0,100% 100%,0 100%,0 20%)}
.heroAbout .imageBlock::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(to top,#a42bdd66,transparent);pointer-events:none;clip-path:polygon(15% 0,100% 0,100% 100%,0 100%,0 20%)}
.storySection{padding:0 20px 100px;background:linear-gradient(to bottom right,#fff,#f9f3ff)}
.storySection .gridLayout{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;align-items:start}
.storySection .leftColumn{position:sticky;top:40px}
.storySection .leftColumn h2{font-size:2.4em;line-height:1.25;margin:0 0 20px;color:#1a1a1a;position:relative}
.storySection .leftColumn h2::before{content:'';position:absolute;left:-20px;top:8px;width:5px;height:60%;background:linear-gradient(to bottom,#0BAD6C,#A42BDD);border-radius:3px}
.storySection .leftColumn .leadTxt{font-size:1.1em;line-height:1.65;color:#444;margin:0 0 30px}
.storySection .leftColumn .metaBox{padding:24px;background:#fff;border-left:4px solid #0BAD6C;border-radius:8px;box-shadow:0 2px 12px #0000000f}
.storySection .leftColumn .metaBox h4{font-size:.95em;text-transform:uppercase;letter-spacing:.5px;color:#0BAD6C;margin:0 0 12px;font-weight:600}
.storySection .leftColumn .metaBox p{font-size:.95em;line-height:1.6;color:#555;margin:0}
.storySection .rightColumn .contentCard{background:#fff;padding:40px;margin-bottom:35px;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:transform 320ms,box-shadow 320ms}
.storySection .rightColumn .contentCard:hover{transform:translateY(-4px);box-shadow:0 8px 28px #a42bdd26}
.storySection .rightColumn .contentCard h3{font-size:1.6em;color:#2a2a2a;margin:0 0 16px;position:relative;padding-left:18px}
.storySection .rightColumn .contentCard h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#A42BDD;border-radius:50%}
.storySection .rightColumn .contentCard p{font-size:1em;line-height:1.7;color:#555;margin:0}
.storySection .rightColumn .contentCard:last-child{margin-bottom:0}
.teamApproach{padding:90px 20px;background:#fff}
.teamApproach .wrapperContent{max-width:900px;margin:0 auto}
.teamApproach h2{font-size:2.6em;text-align:center;margin:0 0 50px;color:#1a1a1a}
.teamApproach .profileCard{display:flex;gap:50px;align-items:center;padding:50px;background:linear-gradient(135deg,#f8fff9 0%,#fef9ff 100%);border-radius:20px;border:2px solid #0bad6c1a;margin-bottom:45px}
.teamApproach .profileCard .photoBox{flex:0 0 180px;width:180px;height:180px;position:relative}
.teamApproach .profileCard .photoBox::before{content:'';position:absolute;top:-12px;left:-12px;width:calc(100% + 24px);height:calc(100% + 24px);background:linear-gradient(304deg,#0BAD6C 0%,#A42BDD 50%,#FDBCA3 100%);border-radius:50%;z-index:1}
.teamApproach .profileCard .photoBox img{position:relative;z-index:2;width:100%;height:100%;object-fit:cover;border-radius:50%;border:5px solid #fff}
.teamApproach .profileCard .infoBlock{flex:1}
.teamApproach .profileCard .infoBlock h3{font-size:1.8em;margin:0 0 8px;color:#1a1a1a}
.teamApproach .profileCard .infoBlock .roleTag{display:inline-block;padding:6px 16px;background:#0BAD6C;color:#fff;font-size:.9em;font-weight:600;border-radius:20px;margin:0 0 18px}
.teamApproach .profileCard .infoBlock p{font-size:1.05em;line-height:1.7;color:#444;margin:0}
.teamApproach .methodsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:40px}
.teamApproach .methodBox{padding:30px 25px;background:linear-gradient(to bottom,#fff,#fafafa);border-radius:12px;border:1px solid #e8e8e8;text-align:center;transition:border-color 280ms,background 280ms}
.teamApproach .methodBox:hover{border-color:#0BAD6C;background:#fff}
.teamApproach .methodBox .iconCircle{width:70px;height:70px;margin:0 auto 20px;border-radius:50%;background:linear-gradient(135deg,#0BAD6C,#A42BDD);display:flex;align-items:center;justify-content:center}
.teamApproach .methodBox .iconCircle i{font-size:2em;color:#fff}
.teamApproach .methodBox h4{font-size:1.15em;margin:0 0 12px;color:#2a2a2a}
.teamApproach .methodBox p{font-size:.95em;line-height:1.6;color:#666;margin:0}
@media (max-width: 1024px) {
.heroAbout .contentWrapper{flex-direction:column;gap:40px;padding:80px 0 70px}
.heroAbout .textContent h1{font-size:2.6em}
.heroAbout .imageBlock{flex:0 0 340px;width:340px;height:420px}
.storySection .gridLayout{grid-template-columns:1fr;gap:50px}
.storySection .leftColumn{position:static}
.teamApproach .profileCard{flex-direction:column;text-align:center;padding:40px 30px}
.teamApproach .methodsGrid{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 640px) {
.heroAbout{margin:0 0 60px}
.heroAbout .contentWrapper{padding:60px 0 50px}
.heroAbout .textContent h1{font-size:2em;margin-bottom:18px}
.heroAbout .textContent p{font-size:1.05em}
.heroAbout .imageBlock{flex:0 0 280px;width:280px;height:350px}
.storySection{padding:0 20px 70px}
.storySection .leftColumn h2{font-size:1.9em}
.storySection .rightColumn .contentCard{padding:28px;margin-bottom:25px}
.storySection .rightColumn .contentCard h3{font-size:1.35em}
.teamApproach{padding:60px 20px}
.teamApproach h2{font-size:2em;margin-bottom:35px}
.teamApproach .profileCard{padding:30px 20px;gap:30px}
.teamApproach .profileCard .photoBox{flex:0 0 150px;width:150px;height:150px}
.teamApproach .profileCard .infoBlock h3{font-size:1.5em}
}
.successWrap{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 50%,#dee2e6 100%);position:relative;overflow:hidden}
.successWrap::before{content:'';position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:linear-gradient(304deg,#0bad6c14 0%,#a42bdd0f 50%,#fdbca314 100%);transform:rotate(-15deg);z-index:1}
.successWrap::after{content:'';position:absolute;bottom:-30%;left:-15%;width:60%;height:100%;background:radial-gradient(circle,#0bad6c1a 0%,transparent 70%);z-index:1}
.successContent{position:relative;z-index:2;max-width:680px;width:100%;background:#fff;padding:60px 50px;border-radius:20px;box-shadow:0 8px 24px #00000014 0 2px 8px #0000000a;text-align:center}
.iconCircle{width:96px;height:96px;margin:0 auto 32px;background:linear-gradient(135deg,#0BAD6C 0%,#08955c 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #0bad6c40;animation:pulseScale 2s ease-in-out infinite}
@keyframes pulseScale {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
.iconCircle::before{content:'';width:38px;height:38px;border:5px solid #fff;border-left-color:transparent;border-bottom-color:transparent;border-radius:3px;transform:rotate(45deg) translateY(4px)}
.successHeading{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.3}
.successHeading::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#A42BDD 0%,#FDBCA3 100%);margin:20px auto 0;border-radius:2px}
.successMsg{font-size:18px;color:#4a5568;line-height:1.7;margin:24px 0 0}
.detailBox{background:linear-gradient(120deg,#f7fafc 0%,#edf2f7 100%);border-left:4px solid #0BAD6C;padding:24px 28px;margin:36px 0;border-radius:8px;text-align:left}
.detailBox p{font-size:15px;color:#2d3748;margin:0 0 12px;line-height:1.6}
.detailBox p:last-child{margin-bottom:0}
.detailBox strong{color:#1a202c;font-weight:600}
.btnGroup{display:flex;gap:16px;justify-content:center;margin-top:40px;flex-wrap:wrap}
.btnPrimary{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;background:linear-gradient(135deg,#0BAD6C 0%,#08955c 100%);color:#fff;text-decoration:none;border-radius:10px;font-size:16px;font-weight:600;transition:all 320ms ease;box-shadow:0 4px 12px #0bad6c33;position:relative;z-index:5}
.btnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0bad6c4d;background:linear-gradient(135deg,#09c077 0%,#097d50 100%)}
.btnSecondary{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;background:#fff;color:#A42BDD;text-decoration:none;border:2px solid #A42BDD;border-radius:10px;font-size:16px;font-weight:600;transition:all 320ms ease;position:relative;z-index:5}
.btnSecondary:hover{background:#A42BDD;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #a42bdd33}
.contactInfo{margin-top:44px;padding-top:32px;border-top:1px solid #e2e8f0}
.contactInfo p{font-size:14px;color:#718096;margin:0 0 12px;line-height:1.6}
.contactLinks{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:16px}
.contactLinks a{display:inline-flex;align-items:center;gap:8px;color:#0BAD6C;text-decoration:none;font-size:14px;font-weight:500;transition:color 280ms ease}
.contactLinks a:hover{color:#08955c}
.contactLinks .icono-mail,.contactLinks .icono-phone{font-size:18px}
@media (max-width: 640px) {
.successContent{padding:40px 28px}
.successHeading{font-size:26px}
.successMsg{font-size:16px}
.btnGroup{flex-direction:column;gap:12px}
.btnPrimary,.btnSecondary{width:100%;justify-content:center}
.iconCircle{width:80px;height:80px}
.iconCircle::before{width:32px;height:32px}
}
@media (min-width: 641px) and (max-width: 1024px) {
.successContent{padding:50px 40px}
}