@import "https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Noto Sans',sans-serif;line-height:1.6;color:#1a1a1a;background:#FAFAFA}
.mainHeader{background:linear-gradient(152deg,#2108B0 0%,#4a2bc9 45%,#6b4ee3 100%);padding:24px 0;box-shadow:0 4px 12px #2108b026}
.mainHeader .topRow47{max-width:1140px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}
.mainHeader .brandSection{display:flex;align-items:center}
.mainHeader .logoBox{width:95px;height:95px;background:#ffffff1f;border-radius:4px;padding:12px;box-shadow:0 2px 8px #0000001a}
.mainHeader .siteLogo{width:100%;height:100%;object-fit:contain}
.mainHeader .primaryNav{display:flex;gap:32px;align-items:center}
.mainHeader .navLink{color:#FAFAFA;text-decoration:none;font-size:16px;font-weight:400;padding:8px 16px;border-radius:3px;transition:background .2s ease}
.mainHeader .navLink:hover{background:#ffffff26}
.mainHeader .bottomRow3{max-width:1140px;margin:0 auto;padding:0 20px;text-align:center;margin-top:28px}
.mainHeader .companyTitle12{font-size:34px;font-weight:700;color:#03EAC7;letter-spacing:.5px;text-shadow:0 2px 4px #0003}
.siteFooter{background:#fafafaf2;border-top:1px solid #2108b01a;padding:48px 0 24px;margin-top:80px}
.siteFooter .footerContent88{max-width:1140px;margin:0 auto;padding:0 20px}
.siteFooter .footerGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:32px}
.siteFooter .footerHeading{font-size:18px;font-weight:700;color:#2108B0;margin-bottom:16px}
.siteFooter .addressText{color:#4a4a4a;margin-bottom:12px;line-height:1.7}
.siteFooter .contactDetail{color:#4a4a4a;margin-bottom:8px}
.siteFooter .footerLink{color:#2108B0;text-decoration:none}
.siteFooter .footerLink:hover{text-decoration:underline}
.siteFooter .footerNav{display:flex;flex-direction:column;gap:10px}
.siteFooter .footerNavLink{color:#2108B0;text-decoration:none;font-size:15px;padding:4px 0;transition:color .2s ease}
.siteFooter .footerNavLink:hover{color:#03EAC7;text-decoration:underline}
.siteFooter .copyrightBar{border-top:1px solid #2108b01a;padding-top:20px;text-align:center}
.siteFooter .copyrightText{color:#6a6a6a;font-size:14px}
.cookieOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;transition:opacity .3s ease}
.cookieOverlay.showing{opacity:1}
.cookieOverlay.hiding{opacity:0}
.cookiePanel{background:#FAFAFA;max-width:680px;width:90%;padding:36px;border-radius:6px;box-shadow:0 8px 24px #2108b040;transform:translateY(20px);transition:transform .3s ease}
.cookieOverlay.showing .cookiePanel{transform:translateY(0)}
.cookiePanel .cookieTitle{font-size:26px;font-weight:700;color:#2108B0;margin-bottom:16px}
.cookiePanel .cookieDescription{font-size:15px;color:#4a4a4a;margin-bottom:28px;line-height:1.6}
.cookiePanel .cookieCategories{margin-bottom:32px}
.cookiePanel .categoryItem{margin-bottom:20px;padding:16px;background:#2108b008;border-radius:4px;border-left:3px solid #03EAC7}
.cookiePanel .categoryLabel{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:700;color:#1a1a1a;margin-bottom:6px}
.cookiePanel .categoryCheck{width:18px;height:18px;cursor:pointer;accent-color:#2108B0}
.cookiePanel .categoryName{font-size:16px}
.cookiePanel .categoryDesc{font-size:14px;color:#6a6a6a;margin-left:28px;line-height:1.5}
.cookiePanel .cookieActions{display:flex;gap:16px;justify-content:center}
.cookiePanel .cookieBtn{padding:12px 28px;font-size:15px;font-weight:700;border:none;border-radius:4px;cursor:pointer;transition:background .2s ease,color .2s ease;font-family:'Noto Sans',sans-serif}
.cookiePanel .acceptBtn{background:#2108B0;color:#FAFAFA}
.cookiePanel .acceptBtn:hover{background:#1a0690}
.cookiePanel .declineBtn{background:transparent;color:#2108B0;border:2px solid #2108B0}
.cookiePanel .declineBtn:hover{background:#2108b00d}
@media (max-width: 768px) {
.mainHeader .topRow47{flex-direction:column;gap:20px}
.mainHeader .primaryNav{flex-wrap:wrap;justify-content:center;gap:16px}
.mainHeader .bottomRow3{margin-top:20px}
.mainHeader .companyTitle12{font-size:26px}
.siteFooter .footerGrid{grid-template-columns:1fr;gap:32px}
.cookiePanel{padding:28px 20px}
.cookiePanel .cookieActions{flex-direction:column}
.cookiePanel .cookieBtn{width:100%}
}
@media (max-width: 480px) {
.mainHeader .logoBox{width:75px;height:75px}
.mainHeader .navLink{font-size:15px;padding:6px 12px}
}
.rules-text{max-width:1140px;margin:0 auto;padding:60px 20px;background:#FAFAFA}
.rules-text p{font-size:16px;line-height:1.75;color:#1f2328;margin:0 0 20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.rules-text p:last-child{margin-bottom:0}
.rules-text strong,.rules-text b{font-weight:600;color:#2108B0}
.rules-text em,.rules-text i{font-style:italic;color:#57606a}
.rules-text a{color:#2108B0;text-decoration:none;border-bottom:1px solid #03EAC7;transition:all .3s ease}
.rules-text a:hover{color:#03EAC7;border-bottom-color:#2108B0}
.rules-text a:focus{outline:2px solid #2108B0;outline-offset:2px;border-radius:2px}
.rules-text table{width:100%;border-collapse:collapse;margin:30px 0;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 1px 3px #2108b014}
.rules-text thead{background:linear-gradient(135deg,#2108B0 0%,#03EAC7 100%)}
.rules-text thead tr{border-bottom:none}
.rules-text thead th{color:#fff;font-weight:600;text-align:left;padding:16px 20px;font-size:15px;letter-spacing:.3px}
.rules-text tbody tr{border-bottom:1px solid #d0d7de;transition:background .2s ease}
.rules-text tbody tr:last-child{border-bottom:none}
.rules-text tbody tr:hover{background:#f6f8fa}
.rules-text tbody td{padding:14px 20px;font-size:15px;color:#1f2328;vertical-align:top}
.rules-text th,.rules-text td{border:none}
.rules-text hr{border:none;height:1px;background:linear-gradient(90deg,transparent 0%,#2108B0 50%,transparent 100%);margin:40px 0;opacity:.3}
@media (max-width: 768px) {
.rules-text{padding:40px 16px}
.rules-text p{font-size:15px;line-height:1.7;margin-bottom:16px}
.rules-text table{font-size:14px;margin:24px 0}
.rules-text thead th{padding:12px 14px;font-size:14px}
.rules-text tbody td{padding:10px 14px;font-size:14px}
.rules-text hr{margin:30px 0}
}
@media (max-width: 480px) {
.rules-text{padding:30px 12px}
.rules-text p{font-size:14px}
.rules-text table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.rules-text thead th,.rules-text tbody td{padding:10px 12px;font-size:13px}
}
.heroAbout{position:relative;min-height:460px;display:flex;align-items:center;overflow:hidden;margin-bottom:68px}
.heroAbout .bgImage94{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(3px)}
.heroAbout .colorLayer{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(127deg,#2108b0de 0%,#03eac7b5 100%);z-index:1}
.heroAbout .contentZone17{position:relative;z-index:2;max-width:1140px;margin:0 auto;padding:0 24px;width:100%}
.heroAbout .mainTitle62{font-size:54px;line-height:1.2;color:#FAFAFA;margin:0 0 16px;font-weight:700;text-shadow:0 2px 12px #0000004d}
.heroAbout .subText88{font-size:22px;line-height:1.5;color:#FAFAFA;margin:0;max-width:620px}
.storySection{padding:76px 24px;background:#FAFAFA}
.storySection .innerWrap4{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}
.storySection .textColumn{display:flex;flex-direction:column}
.storySection .labelTag23::before{content:'';display:inline-block;width:42px;height:3px;background:linear-gradient(90deg,#2108B0 0%,#03EAC7 100%);margin-right:14px;vertical-align:middle}
.storySection .labelTag23{font-size:15px;font-weight:600;color:#2108B0;margin-bottom:18px;text-transform:uppercase;letter-spacing:1.2px;display:flex;align-items:center}
.storySection .heading92{font-size:42px;line-height:1.25;color:#1a1a1a;margin:0 0 28px;font-weight:700}
.storySection .paragraph1{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 20px}
.storySection .paragraph2{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0}
.storySection .imageColumn img{width:100%;height:480px;object-fit:cover;border-radius:4px;box-shadow:0 8px 24px #2108b01f}
.teamSection71{padding:82px 24px;background:linear-gradient(162deg,#2108B0 0%,#03EAC7 100%);position:relative}
.teamSection71::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#fafafa66 50%,transparent 100%)}
.teamSection71 .container37{max-width:1140px;margin:0 auto}
.teamSection71 .sectionHead{text-align:center;margin-bottom:64px}
.teamSection71 .titleMain{font-size:44px;line-height:1.2;color:#FAFAFA;margin:0 0 16px;font-weight:700}
.teamSection71 .descText{font-size:18px;line-height:1.6;color:#fafafaeb;margin:0;max-width:680px;margin-left:auto;margin-right:auto}
.teamSection71 .memberGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.teamSection71 .memberCard{background:#fafafaf2;border-radius:6px;overflow:hidden;box-shadow:0 4px 16px #00000026;transition:transform .3s ease,box-shadow .3s ease}
.teamSection71 .memberCard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000038}
.teamSection71 .photoWrap img{width:100%;height:340px;object-fit:cover}
.teamSection71 .infoWrap{padding:28px 32px}
.teamSection71 .memberName{font-size:26px;line-height:1.3;color:#1a1a1a;margin:0 0 8px;font-weight:700}
.teamSection71 .memberRole{font-size:16px;line-height:1.4;color:#2108B0;margin:0 0 18px;font-weight:600}
.teamSection71 .memberBio{font-size:16px;line-height:1.65;color:#4a4a4a;margin:0}
.approachSection{padding:88px 24px;background:#fff}
.approachSection .wrapContent{max-width:1140px;margin:0 auto}
.approachSection .headingArea{margin-bottom:56px}
.approachSection .mainH2{font-size:46px;line-height:1.25;color:#1a1a1a;margin:0 0 22px;font-weight:700;position:relative;display:inline-block}
.approachSection .mainH2::after{content:'';position:absolute;bottom:-8px;left:0;width:86px;height:4px;background:linear-gradient(90deg,#2108B0 0%,#03EAC7 100%)}
.approachSection .introText{font-size:18px;line-height:1.7;color:#4a4a4a;margin:24px 0 0;max-width:780px}
.approachSection .pointsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}
.approachSection .pointCard{background:#FAFAFA;padding:34px 28px;border-radius:3px;border-left:4px solid #03EAC7;transition:border-color .3s ease,transform .3s ease}
.approachSection .pointCard:hover{border-left-color:#2108B0;transform:translateX(4px)}
.approachSection .pointCard h3{font-size:22px;line-height:1.3;color:#1a1a1a;margin:0 0 14px;font-weight:700}
.approachSection .pointCard p{font-size:16px;line-height:1.7;color:#4a4a4a;margin:0}
.valuesArea{padding:76px 24px 94px;background:linear-gradient(218deg,#fafafaff 0%,#03eac714 100%)}
.valuesArea .containerBox{max-width:1140px;margin:0 auto;display:flex;gap:64px;align-items:flex-start}
.valuesArea .leftSide{flex:1}
.valuesArea .rightSide{flex:1}
.valuesArea .sectionLabel{font-size:14px;font-weight:600;color:#2108B0;margin-bottom:12px;text-transform:uppercase;letter-spacing:1.4px}
.valuesArea .titleH2{font-size:40px;line-height:1.3;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.valuesArea .descriptionP{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 18px}
.valuesArea .descriptionP:last-of-type{margin-bottom:0}
.valuesArea .imageDisplay img{width:100%;height:420px;object-fit:cover;border-radius:5px;box-shadow:0 6px 20px #2108b024}
@media (max-width: 968px) {
.heroAbout{min-height:380px;margin-bottom:52px}
.heroAbout .mainTitle62{font-size:42px}
.heroAbout .subText88{font-size:19px}
.storySection{padding:64px 24px}
.storySection .innerWrap4{grid-template-columns:1fr;gap:42px}
.storySection .heading92{font-size:36px}
.teamSection71{padding:68px 24px}
.teamSection71 .titleMain{font-size:38px}
.teamSection71 .memberGrid{grid-template-columns:1fr;gap:36px}
.approachSection{padding:72px 24px}
.approachSection .mainH2{font-size:38px}
.approachSection .pointsGrid{grid-template-columns:1fr;gap:28px}
.valuesArea{padding:64px 24px 78px}
.valuesArea .containerBox{flex-direction:column;gap:48px}
.valuesArea .titleH2{font-size:34px}
}
@media (max-width: 640px) {
.heroAbout{min-height:320px;margin-bottom:42px}
.heroAbout .mainTitle62{font-size:32px}
.heroAbout .subText88{font-size:17px}
.storySection{padding:48px 18px}
.storySection .heading92{font-size:28px}
.storySection .paragraph1,.storySection .paragraph2{font-size:16px}
.teamSection71{padding:52px 18px}
.teamSection71 .titleMain{font-size:30px}
.teamSection71 .descText{font-size:16px}
.teamSection71 .photoWrap img{height:280px}
.approachSection{padding:56px 18px}
.approachSection .mainH2{font-size:30px}
.approachSection .introText{font-size:16px}
.valuesArea{padding:52px 18px 64px}
.valuesArea .titleH2{font-size:28px}
.valuesArea .descriptionP{font-size:16px}
.valuesArea .imageDisplay img{height:320px}
}
.heroMain{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;background:linear-gradient(135deg,#1a0680 0%,#2108B0 50%,#1505a0 100%)}
.heroMain .heroImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}
.heroMain .overlayGrad{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000001a 0%,#0006 60%,#2108b0d9 100%);z-index:2}
.heroMain .decorCircle1{position:absolute;width:420px;height:420px;border-radius:50%;background:#03eac726;top:15%;right:8%;z-index:2;animation:float1 8s ease-in-out infinite}
.heroMain .decorCircle2{position:absolute;width:280px;height:280px;border-radius:50%;background:#fafafa14;bottom:25%;left:10%;z-index:2;animation:float2 10s ease-in-out infinite}
@keyframes float1 {
0%,100%{transform:translate(0,0)}
50%{transform:translate(-30px,20px)}
}
@keyframes float2 {
0%,100%{transform:translate(0,0)}
50%{transform:translate(20px,-25px)}
}
.heroMain .contentWrap73{position:relative;z-index:3;width:100%;max-width:1140px;margin:0 auto;padding:0 24px 80px}
.heroMain .titleText92{font-size:58px;line-height:1.2;color:#FAFAFA;font-weight:700;margin:0 0 32px;max-width:720px;text-shadow:0 2px 12px #0000004d}
.heroMain .ctaBtn48{display:inline-block;padding:18px 42px;background:linear-gradient(125deg,#03EAC7 0%,#02d4b3 100%);color:#1a0680;text-decoration:none;border-radius:4px;font-weight:600;font-size:17px;transition:all .3s ease;box-shadow:0 4px 16px #03eac74d;z-index:10;position:relative}
.heroMain .ctaBtn48:hover{transform:translateY(-2px);box-shadow:0 6px 24px #03eac773;background:linear-gradient(125deg,#02d4b3 0%,#03EAC7 100%)}
.feedbackSection{padding:90px 24px;background:#FAFAFA;position:relative}
.feedbackSection .containerMax{max-width:1140px;margin:0 auto}
.feedbackSection .sectionHead87{text-align:center;margin-bottom:64px}
.feedbackSection .sectionHead87 h2{font-size:42px;line-height:1.3;color:#2108B0;margin:0 0 16px;font-weight:700}
.feedbackSection .sectionHead87 p{font-size:18px;line-height:1.6;color:#4a4a4a;max-width:680px;margin:0 auto}
.feedbackSection .feedbackGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-bottom:56px}
.feedbackSection .feedbackCard21{background:#fff;border-radius:6px;padding:32px;box-shadow:0 2px 8px #2108b014;transition:all .3s ease;border-left:4px solid transparent}
.feedbackSection .feedbackCard21:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2108b01f;border-left-color:#03EAC7}
.feedbackSection .cardTop{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.feedbackSection .cardTop img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #03EAC7}
.feedbackSection .userInfo{flex:1}
.feedbackSection .userInfo h4{font-size:19px;color:#2108B0;margin:0 0 4px;font-weight:600}
.feedbackSection .userInfo .role{font-size:14px;color:#6a6a6a}
.feedbackSection .rating38{display:flex;gap:4px;margin-bottom:16px}
.feedbackSection .rating38 .star{color:#03EAC7;font-size:18px}
.feedbackSection .feedbackCard21 p{font-size:16px;line-height:1.7;color:#3a3a3a;margin:0}
.feedbackSection .statsBar94{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;background:linear-gradient(145deg,#2108B0 0%,#1a0680 100%);padding:48px 40px;border-radius:6px;margin-top:48px}
.feedbackSection .statBox{text-align:center;position:relative}
.feedbackSection .statBox::after{content:'';position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:1px;height:60px;background:#fafafa26}
.feedbackSection .statBox:last-child::after{display:none}
.feedbackSection .statBox .number67{font-size:44px;font-weight:700;color:#03EAC7;margin:0 0 8px;line-height:1}
.feedbackSection .statBox .label{font-size:15px;color:#FAFAFA;opacity:.9}
.journeySection{padding:95px 24px;background:linear-gradient(155deg,#fff 0%,#f5f5f5 100%);position:relative;overflow:hidden}
.journeySection::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#03eac714 0%,transparent 70%);border-radius:50%}
.journeySection .containerMax{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.journeySection .headSection{margin-bottom:56px}
.journeySection .headSection h2{font-size:40px;line-height:1.3;color:#2108B0;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.journeySection .headSection h2::after{content:'';position:absolute;bottom:-8px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#03EAC7 0%,transparent 100%)}
.journeySection .headSection p{font-size:18px;line-height:1.6;color:#4a4a4a;max-width:740px}
.journeySection .timelineWrap{position:relative}
.journeySection .phaseItem{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:72px;position:relative}
.journeySection .phaseItem:nth-child(even){direction:rtl}
.journeySection .phaseItem:nth-child(even) > *{direction:ltr}
.journeySection .phaseContent{position:relative}
.journeySection .phaseNumber{font-size:72px;font-weight:700;color:#03EAC7;opacity:.2;position:absolute;top:-20px;left:-12px;line-height:1}
.journeySection .phaseContent h3{font-size:28px;color:#2108B0;margin:0 0 16px;font-weight:600;position:relative;z-index:2}
.journeySection .phaseContent p{font-size:16px;line-height:1.7;color:#3a3a3a;margin:0 0 12px}
.journeySection .emotion15{display:inline-block;padding:8px 16px;background:#03eac71f;color:#2108B0;border-radius:3px;font-size:14px;font-weight:600;margin-top:8px}
.journeySection .phaseImg{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 8px 32px #2108b026}
.journeySection .phaseImg img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.journeySection .phaseImg:hover img{transform:scale(1.05)}
@media (max-width: 968px) {
.heroMain .titleText92{font-size:44px}
.feedbackSection .sectionHead87 h2{font-size:36px}
.journeySection .phaseItem{grid-template-columns:1fr;gap:24px}
.journeySection .phaseItem:nth-child(even){direction:ltr}
.feedbackSection .statsBar94{padding:32px 24px}
}
@media (max-width: 640px) {
.heroMain .titleText92{font-size:36px}
.heroMain .contentWrap73{padding-bottom:60px}
.heroMain .decorCircle1{width:240px;height:240px}
.heroMain .decorCircle2{width:180px;height:180px}
.feedbackSection,.journeySection{padding:60px 20px}
.feedbackSection .feedbackGrid{grid-template-columns:1fr}
.feedbackSection .statsBar94{grid-template-columns:1fr}
.feedbackSection .statBox::after{display:none}
.journeySection .headSection h2{font-size:32px}
.journeySection .phaseContent h3{font-size:24px}
}
.contactHero{background:linear-gradient(137deg,#2108B0 0%,#03EAC7 100%);padding:95px 24px;position:relative;overflow:hidden}
.contactHero::before{content:'';position:absolute;top:-120px;right:-80px;width:340px;height:340px;background:radial-gradient(circle,#03eac72e 0%,transparent 70%);border-radius:50%}
.contactHero::after{content:'';position:absolute;bottom:-90px;left:-60px;width:280px;height:280px;background:radial-gradient(circle,#fafafa1c 0%,transparent 65%);border-radius:50%}
.heroCircle{max-width:520px;margin:0 auto;background:#fafafaf7;border-radius:50%;padding:87px 44px;position:relative;box-shadow:0 14px 42px #2108b038;text-align:center}
.heroCircle h1{font-size:2.6rem;color:#2108B0;margin:0 0 18px;line-height:1.2}
.heroQuote17{font-size:1.05rem;color:#555;margin:0;font-style:italic;line-height:1.5}
.infoGrid32{max-width:1140px;margin:0 auto;padding:84px 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:38px}
.contactCard91{background:linear-gradient(164deg,#FAFAFA 0%,#f1f1f1 100%);padding:42px 32px;border-radius:5px;border-left:4px solid #03EAC7;box-shadow:0 4px 18px #0000000f;transition:all .3s ease}
.contactCard91:hover{transform:translateY(-6px);box-shadow:0 9px 28px #2108b024}
.contactCard91 h3{font-size:1.35rem;color:#2108B0;margin:0 0 16px;display:flex;align-items:center;gap:12px}
.contactCard91 h3::before{content:'';display:inline-block;width:8px;height:8px;background:#03EAC7;border-radius:50%}
.contactCard91 p{font-size:1rem;color:#444;margin:0 0 11px;line-height:1.6}
.contactCard91 a{color:#2108B0;text-decoration:none;font-weight:500;transition:color .3s ease}
.contactCard91 a:hover{color:#03EAC7}
.formSection78{background:linear-gradient(223deg,#FAFAFA 0%,#fff 100%);padding:88px 24px}
.formWrap45{max-width:740px;margin:0 auto}
.formWrap45 h2{font-size:2.1rem;color:#2108B0;margin:0 0 14px;text-align:center}
.formIntro23{font-size:1.05rem;color:#555;text-align:center;margin:0 0 48px;line-height:1.5}
.formContainer88{background:#fff;padding:52px 44px;border-radius:6px;box-shadow:0 8px 32px #2108b017}
.radioGroup61{margin-bottom:34px}
.radioGroup61 label{font-size:1.05rem;color:#333;font-weight:500;display:block;margin-bottom:16px}
.radioOptions47{display:flex;gap:22px;flex-wrap:wrap}
.radioOptions47 input[type="radio"]{display:none}
.radioOptions47 label{padding:13px 28px;background:#FAFAFA;border:2px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:.95rem;transition:all .3s ease;font-weight:400}
.radioOptions47 input[type="radio"]:checked + label{background:linear-gradient(135deg,#2108B0 0%,#03EAC7 100%);color:#FAFAFA;border-color:#2108B0;box-shadow:0 4px 12px #2108b02e}
.conditionalField92{max-height:0;overflow:hidden;opacity:0;transition:all .4s ease}
#optionSeminar:checked ~ .conditionalField92,#optionConsulta:checked ~ .conditionalField92{max-height:600px;opacity:1;margin-top:24px}
.inputGroup74{margin-bottom:28px}
.inputGroup74 label{display:block;font-size:.95rem;color:#333;font-weight:500;margin-bottom:9px}
.inputGroup74 input[type="text"],.inputGroup74 input[type="tel"],.inputGroup74 input[type="email"],.inputGroup74 textarea,.inputGroup74 select{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;transition:border-color .3s ease;background:#FAFAFA;box-sizing:border-box}
.inputGroup74 input:focus,.inputGroup74 textarea:focus,.inputGroup74 select:focus{outline:none;border-color:#03EAC7;background:#fff}
.inputGroup74 textarea{min-height:120px;resize:vertical}
.privacyCheck36{margin:32px 0 24px}
.privacyCheck36 input[type="checkbox"]{margin-right:10px;width:18px;height:18px;cursor:pointer}
.privacyCheck36 label{font-size:.9rem;color:#555;line-height:1.6;cursor:pointer;display:inline}
.privacyCheck36 a{color:#2108B0;text-decoration:underline}
.submitBtn59{width:100%;padding:16px 32px;background:linear-gradient(135deg,#2108B0 0%,#03EAC7 100%);color:#FAFAFA;border:none;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #2108b038;position:relative;z-index:10}
.submitBtn59:hover{transform:translateY(-3px);box-shadow:0 9px 28px #2108b052}
.submitBtn59:active{transform:translateY(-1px)}
.hoursSection14{background:#fff;padding:76px 24px}
.hoursContent52{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:58px;align-items:center}
.hoursText83 h2{font-size:1.9rem;color:#2108B0;margin:0 0 18px}
.hoursText83 p{font-size:1rem;color:#555;line-height:1.7;margin:0 0 12px}
.scheduleBox27{background:linear-gradient(148deg,#FAFAFA 0%,#f5f5f5 100%);padding:38px 32px;border-radius:5px;border:2px solid #e0e0e0}
.scheduleBox27 h3{font-size:1.25rem;color:#2108B0;margin:0 0 22px;text-align:center}
.dayRow68{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #e0e0e0;font-size:.98rem}
.dayRow68:last-child{border-bottom:none}
.dayLabel41{color:#333;font-weight:500}
.timeValue95{color:#555}
@media (max-width: 768px) {
.contactHero{padding:64px 18px}
.heroCircle{padding:58px 28px}
.heroCircle h1{font-size:2rem}
.infoGrid32{padding:58px 18px;gap:28px}
.formSection78{padding:58px 18px}
.formContainer88{padding:34px 24px}
.radioOptions47{flex-direction:column}
.hoursContent52{grid-template-columns:1fr;gap:38px}
.hoursSection14{padding:58px 18px}
}
.title8sec .wrapWide12{max-width:1140px;margin:auto;padding:90px 20px;position:relative}
.title8sec .gridBack23{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.title8sec .txtPart45{position:relative;z-index:3}
.title8sec .leadTxt78 p{font-size:15px;line-height:1.6;color:#555;margin-bottom:18px}
.title8sec .mainHead91 h1{font-size:48px;line-height:1.2;color:#2108B0;font-weight:700;margin-bottom:24px}
.title8sec .imgZone56{position:relative}
.title8sec .imgZone56 img{width:100%;height:480px;object-fit:cover;border-radius:4px;filter:brightness(1.15) contrast(1.05)}
.title8sec .geometryPat32{position:absolute;top:-40px;right:-40px;width:200px;height:200px;opacity:.08;z-index:1}
.title8sec .geometryPat32 svg{width:100%;height:100%}
.programs67area{background:linear-gradient(125deg,#FAFAFA 0%,#f2f2f2 100%);padding:80px 20px}
.programs67area .containerLrg47{max-width:1140px;margin:auto}
.programs67area .sectionTop18{text-align:center;margin-bottom:50px}
.programs67area .sectionTop18 h2{font-size:38px;color:#2108B0;font-weight:700;margin-bottom:14px;position:relative;display:inline-block}
.programs67area .sectionTop18 h2::before{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#03EAC7,#2108B0)}
.programs67area .sectionTop18 p{font-size:16px;color:#666;line-height:1.7;max-width:720px;margin:20px auto 0}
.programs67area .trackGrid92{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px}
.programs67area .trackBox41{background:#fff;border-radius:3px;padding:32px 24px;box-shadow:0 4px 12px #0000000f;transition:all .3s ease;position:relative;overflow:hidden}
.programs67area .trackBox41::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#2108B0,#03EAC7);transition:height .3s ease}
.programs67area .trackBox41:hover::before{height:100%}
.programs67area .trackBox41:hover{transform:translateY(-6px);box-shadow:0 8px 20px #2108b026}
.programs67area .iconWrap89{width:56px;height:56px;margin-bottom:20px}
.programs67area .iconWrap89 svg{width:100%;height:100%}
.programs67area .trackBox41 h3{font-size:22px;color:#2108B0;font-weight:600;margin-bottom:12px}
.programs67area .trackBox41 p{font-size:15px;color:#555;line-height:1.6;margin-bottom:16px}
.programs67area .metaInfo73{display:flex;gap:20px;margin-bottom:18px;flex-wrap:wrap}
.programs67area .metaItem65{font-size:14px;color:#777;display:flex;align-items:center;gap:6px}
.programs67area .metaItem65 svg{width:16px;height:16px;fill:#03EAC7}
.programs67area .progressBar83{margin-top:18px}
.programs67area .labelRow28{display:flex;justify-content:space-between;margin-bottom:8px}
.programs67area .labelRow28 span{font-size:13px;color:#666}
.programs67area .barOuter51{width:100%;height:8px;background:#e8e8e8;border-radius:10px;overflow:hidden}
.programs67area .barInner94{height:100%;background:linear-gradient(90deg,#2108B0,#03EAC7);border-radius:10px;transition:width .4s ease}
.programs67area .enrollSection76{text-align:center;padding-top:40px;border-top:1px solid #ddd}
.programs67area .enrollSection76 h3{font-size:28px;color:#2108B0;font-weight:600;margin-bottom:16px}
.programs67area .enrollSection76 p{font-size:15px;color:#666;margin-bottom:28px;max-width:600px;margin-left:auto;margin-right:auto}
.programs67area .btnPrime54{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#2108B0,#03EAC7);color:#fff;padding:14px 36px;border-radius:3px;font-size:16px;font-weight:600;text-decoration:none;box-shadow:0 6px 16px #2108b040;transition:all .3s ease;position:relative;z-index:5}
.programs67area .btnPrime54:hover{transform:translateY(-2px);box-shadow:0 10px 24px #2108b059}
.programs67area .btnPrime54 svg{width:18px;height:18px;fill:#fff}
@media (max-width: 980px) {
.title8sec .gridBack23{grid-template-columns:1fr;gap:40px}
.title8sec .mainHead91 h1{font-size:38px}
.programs67area .trackGrid92{grid-template-columns:repeat(2,1fr);gap:24px}
}
@media (max-width: 640px) {
.title8sec .wrapWide12{padding:60px 20px}
.title8sec .mainHead91 h1{font-size:32px}
.title8sec .imgZone56 img{height:320px}
.programs67area .trackGrid92{grid-template-columns:1fr}
.programs67area .sectionTop18 h2{font-size:30px}
.programs67area .enrollSection76 h3{font-size:24px}
}
.confirmWrap94{min-height:87vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(127deg,#2108B0 0%,#03EAC7 100%);position:relative;overflow:hidden}
.confirmWrap94::before{content:'';position:absolute;top:-15%;right:-8%;width:420px;height:420px;background:#fafafa17;border-radius:50%;z-index:1}
.confirmWrap94::after{content:'';position:absolute;bottom:-12%;left:-5%;width:380px;height:380px;background:#03eac724;border-radius:50%;z-index:1}
.innerConfirmBox{position:relative;z-index:3;max-width:580px;width:100%;background:#FAFAFA;border-radius:5px;box-shadow:0 12px 28px #2108b038;padding:58px 42px;text-align:center}
.checkmarkCircle{width:110px;height:110px;border-radius:50%;background:linear-gradient(154deg,#03EAC7 0%,#2108B0 100%);margin:0 auto 32px;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 8px 18px #03eac742}
.checkmarkCircle::before{content:'';position:absolute;width:130px;height:130px;border:2px solid #03eac747;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.checkmarkCircle svg{width:54px;height:54px;fill:#FAFAFA}
.successMainTitle{font-size:34px;line-height:1.3;color:#2108B0;margin:0 0 18px;font-weight:700}
.successDescription{font-size:17px;line-height:1.6;color:#444;margin:0 0 36px}
.successDescription strong{color:#2108B0;font-weight:600}
.btnGroupConfirm{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btnPrimarySuccess{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:#2108B0;color:#FAFAFA;text-decoration:none;border-radius:4px;font-size:16px;font-weight:600;transition:all .28s ease;box-shadow:0 4px 12px #2108b02e}
.btnPrimarySuccess:hover{background:#1a0790;transform:translateY(-2px);box-shadow:0 6px 18px #2108b047}
.btnSecondarySuccess{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:transparent;color:#2108B0;text-decoration:none;border:2px solid #2108B0;border-radius:4px;font-size:16px;font-weight:600;transition:all .28s ease}
.btnSecondarySuccess:hover{background:#2108B0;color:#FAFAFA;transform:translateY(-2px)}
.decorShape1{position:absolute;top:12%;left:8%;width:72px;height:72px;background:#fafafa1c;transform:rotate(45deg);z-index:2;border-radius:3px}
.decorShape2{position:absolute;bottom:18%;right:11%;width:58px;height:58px;border:3px solid #fafafa26;border-radius:50%;z-index:2}
.decorShape3{position:absolute;top:38%;right:6%;width:44px;height:44px;background:#03eac71f;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);z-index:2}
@media (max-width: 768px) {
.confirmWrap94{padding:40px 18px;min-height:75vh}
.innerConfirmBox{padding:42px 28px}
.checkmarkCircle{width:94px;height:94px}
.checkmarkCircle svg{width:46px;height:46px}
.checkmarkCircle::before{width:112px;height:112px}
.successMainTitle{font-size:28px;margin-bottom:14px}
.successDescription{font-size:16px;margin-bottom:28px}
.btnGroupConfirm{flex-direction:column;gap:12px}
.btnPrimarySuccess,.btnSecondarySuccess{width:100%;justify-content:center;padding:13px 24px}
.decorShape1{width:52px;height:52px}
.decorShape2{width:42px;height:42px}
.decorShape3{width:36px;height:36px}
}
@media (max-width: 480px) {
.confirmWrap94::before{width:280px;height:280px}
.confirmWrap94::after{width:250px;height:250px}
.innerConfirmBox{padding:36px 22px}
.successMainTitle{font-size:24px}
.successDescription{font-size:15px}
}