*{margin:0;padding:0;box-sizing:border-box}
:root{font-size:16px;font-family:'Work Sans',sans-serif}
html{scroll-behavior:smooth}
body{font-family:'Work Sans',sans-serif;line-height:1.6;color:#2d2d2d;background:#fafafa;overflow-x:hidden}
.headerWrapper{background:linear-gradient(135deg,#F5F0E8 0%,#fff 50%,#F5F0E8 100%);border-bottom:3px solid #00DB62;box-shadow:0 6px 18px #9c288e14}
.headerInner{max-width:1366px;margin:0 auto;padding:28px 24px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.brandArea{display:flex;align-items:center;gap:20px;flex:0 0 auto}
.logoBox{width:95px;height:95px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:18px;box-shadow:0 4px 14px #00db6226 inset 0 1px 3px #fff9}
.logoBox img{width:70px;height:70px;object-fit:contain}
.companyTitle{font-size:32px;font-weight:700;color:#9C288E;letter-spacing:-.5px}
.navZone{flex:1;display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.taglineText{font-size:14px;color:#666;font-style:italic}
.mainNavList{display:flex;gap:8px;list-style:none;flex-wrap:wrap;justify-content:flex-end}
.mainNavList li a{display:block;padding:11px 22px;color:#2d2d2d;text-decoration:none;font-weight:400;font-size:15px;border-radius:20px;background:#fff;border:2px solid transparent;transition:all .25s ease}
.mainNavList li a:hover{background:#00DB62;color:#fff;border-color:#00DB62}
.ftWrapper{background:linear-gradient(225deg,#2d2d2d 0%,#1a1a1a 100%);color:#F5F0E8;padding:48px 24px 32px;margin-top:80px}
.ftInner{max-width:1366px;margin:0 auto}
.ftTopRow{display:flex;justify-content:space-between;gap:60px;padding-bottom:36px;border-bottom:1px solid #f5f0e826;flex-wrap:wrap}
.ftBlock{flex:1;min-width:240px}
.ftBlock h4{font-size:16px;font-weight:700;color:#00DB62;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}
.ftBlock p{font-size:14px;line-height:1.8;color:#d0d0d0}
.ftBlock a{color:#F5F0E8;text-decoration:none;transition:color .2s}
.ftBlock a:hover{color:#00DB62}
.ftLinkList{list-style:none;display:flex;flex-direction:column;gap:10px}
.ftLinkList li a{font-size:14px}
.ftBottomRow{display:flex;justify-content:space-between;align-items:center;padding-top:28px;flex-wrap:wrap;gap:20px}
.copyrightText{font-size:13px;color:#999}
.ftNavLinks{display:flex;gap:24px;list-style:none;flex-wrap:wrap}
.ftNavLinks li a{font-size:13px;color:#d0d0d0;text-decoration:none;transition:color .2s}
.ftNavLinks li a:hover{color:#00DB62}
.cookiePanel{position:fixed;right:-400px;top:50%;transform:translateY(-50%);width:360px;background:#fff;border-radius:22px;box-shadow:0 12px 40px #00000040;padding:32px;z-index:9999;transition:right .4s cubic-bezier(0.68,-0.55,0.265,1.55);border:2px solid #00DB62}
.cookiePanel.is-visible{right:24px}
.cookiePanel h3{font-size:20px;font-weight:700;color:#9C288E;margin-bottom:14px}
.cookiePanel p{font-size:14px;line-height:1.7;color:#555;margin-bottom:20px}
.cookiePanel a{color:#00DB62;text-decoration:underline}
.cookieBtnGroup{display:flex;gap:12px;margin-top:24px}
.cookieBtn{flex:1;padding:12px 20px;border:none;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer;transition:all .25s;font-family:'Work Sans',sans-serif}
.cookieBtn.acceptBtn{background:linear-gradient(135deg,#00DB62,#00a849);color:#fff}
.cookieBtn.acceptBtn:hover{box-shadow:0 6px 16px #00db6259;transform:translateY(-2px)}
.cookieBtn.declineBtn{background:#e8e8e8;color:#2d2d2d}
.cookieBtn.declineBtn:hover{background:#d0d0d0}
.customizeLink{display:block;text-align:center;margin-top:14px;font-size:13px;color:#9C288E;cursor:pointer;text-decoration:underline}
@media (max-width: 1024px) {
.headerInner{flex-direction:column;align-items:center;gap:24px}
.brandArea{flex-direction:column;text-align:center}
.navZone{align-items:center}
.mainNavList{justify-content:center}
}
@media (max-width: 768px) {
.companyTitle{font-size:24px}
.logoBox{width:75px;height:75px}
.logoBox img{width:55px;height:55px}
.mainNavList{gap:6px}
.mainNavList li a{padding:9px 16px;font-size:14px}
.ftTopRow{flex-direction:column;gap:32px}
.ftBottomRow{flex-direction:column;text-align:center}
.ftNavLinks{justify-content:center}
.cookiePanel{width:90%;right:-100%;left:50%;transform:translate(-50%,-50%)}
.cookiePanel.is-visible{right:auto;left:50%}
}
@media (max-width: 480px) {
.mainNavList{flex-direction:column;width:100%}
.mainNavList li a{text-align:center}
.cookieBtnGroup{flex-direction:column}
}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#F5F0E8;border-radius:8px}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00DB62,#9C288E);border-radius:8px}
::-webkit-scrollbar-thumb:hover{box-shadow:0 0 8px #00db6280}
.rules-content{max-width:1366px;margin:0 auto;padding:60px 20px;background:#fff}
.rules-content h1{font-size:2.8rem;line-height:1.2;color:#1a1a1a;margin:0 0 40px;padding-bottom:20px;border-bottom:3px solid #00DB62;font-weight:700}
.rules-content h2{font-size:2rem;line-height:1.3;color:#2d2d2d;margin:50px 0 24px;font-weight:600;position:relative;padding-left:20px}
.rules-content h2::before{content:'';position:absolute;left:0;top:4px;width:6px;height:28px;background:linear-gradient(135deg,#00DB62 0%,#9C288E 100%);border-radius:3px}
.rules-content h3{font-size:1.5rem;line-height:1.4;color:#3d3d3d;margin:36px 0 20px;font-weight:600}
.rules-content h4{font-size:1.25rem;line-height:1.4;color:#4d4d4d;margin:28px 0 16px;font-weight:600}
.rules-content h5{font-size:1.1rem;line-height:1.5;color:#5d5d5d;margin:24px 0 14px;font-weight:600}
.rules-content h6{font-size:1rem;line-height:1.5;color:#6d6d6d;margin:20px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.rules-content p{font-size:1.05rem;line-height:1.8;color:#333;margin:0 0 20px;text-align:justify}
.rules-content strong,.rules-content b{font-weight:700;color:#1a1a1a}
.rules-content em,.rules-content i{font-style:italic;color:#4d4d4d}
.rules-content ul{margin:0 0 24px;padding-left:30px;list-style-type:none}
.rules-content ul li{font-size:1.05rem;line-height:1.8;color:#333;margin-bottom:12px;position:relative;padding-left:20px}
.rules-content ul li::before{content:'';position:absolute;left:0;top:12px;width:8px;height:8px;background:#00DB62;border-radius:50%}
.rules-content ol{margin:0 0 24px;padding-left:30px;counter-reset:policy-counter;list-style:none}
.rules-content ol li{font-size:1.05rem;line-height:1.8;color:#333;margin-bottom:12px;position:relative;padding-left:30px;counter-increment:policy-counter}
.rules-content ol li::before{content:counter(policy-counter) ".";position:absolute;left:0;top:0;font-weight:700;color:#9C288E}
.rules-content hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#00DB62 20%,#9C288E 80%,transparent 100%);margin:48px 0;opacity:.3}
.rules-content a{color:#9C288E;text-decoration:underline;transition:all .3s ease}
.rules-content a:hover{color:#00DB62;text-decoration:none}
.rules-content div{margin-bottom:16px}
.rules-content table{width:100%;border-collapse:collapse;margin:30px 0;font-size:1.05rem;box-shadow:0 4px 12px #00000014;border-radius:8px;overflow:hidden}
.rules-content table th{background:linear-gradient(135deg,#00DB62 0%,#9C288E 100%);color:#fff;padding:16px 20px;text-align:left;font-weight:600}
.rules-content table td{padding:14px 20px;border-bottom:1px solid #e0e0e0;color:#333;line-height:1.6}
.rules-content table tr:nth-child(even){background:#F5F0E8}
.rules-content table tr:hover{background:#00db620d}
.rules-content blockquote{margin:30px 0;padding:20px 30px;background:#F5F0E8;border-left:5px solid #9C288E;font-style:italic;color:#4d4d4d;border-radius:0 8px 8px 0}
.rules-content blockquote p{margin:0}
.rules-content code{background:#f4f4f4;padding:3px 8px;border-radius:4px;font-family:'Courier New',monospace;font-size:.95rem;color:#9C288E}
@media (max-width: 1024px) {
.rules-content{padding:50px 30px}
.rules-content h1{font-size:2.3rem;margin-bottom:32px}
.rules-content h2{font-size:1.75rem;margin-top:40px}
}
@media (max-width: 768px) {
.rules-content{padding:40px 20px}
.rules-content h1{font-size:2rem;margin-bottom:28px;padding-bottom:16px}
.rules-content h2{font-size:1.5rem;margin-top:36px;margin-bottom:20px;padding-left:16px}
.rules-content h2::before{width:5px;height:24px}
.rules-content h3{font-size:1.3rem;margin-top:30px}
.rules-content h4{font-size:1.15rem}
.rules-content p,.rules-content ul li,.rules-content ol li{font-size:1rem;line-height:1.7;text-align:left}
.rules-content table{font-size:.95rem}
.rules-content table th,.rules-content table td{padding:12px 14px}
}
@media (max-width: 480px) {
.rules-content{padding:30px 16px}
.rules-content h1{font-size:1.75rem}
.rules-content h2{font-size:1.35rem;padding-left:14px}
.rules-content h3{font-size:1.2rem}
.rules-content ul,.rules-content ol{padding-left:20px}
.rules-content hr{margin:36px 0}
.rules-content blockquote{padding:16px 20px;margin:24px 0}
}
.heroOuter{position:relative;min-height:85vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(142deg,#F5F0E8 0%,#e8f5ea 100%)}
.heroInner{max-width:1366px;width:100%;margin:0 auto;padding:3rem 2rem;position:relative;z-index:2}
.heroManifesto{max-width:680px;margin-bottom:2.5rem}
.heroManifesto h1{font-size:3.2rem;line-height:1.15;margin-bottom:1.8rem;color:#1a1a1a;font-weight:700}
.heroManifesto .taglineTop{font-size:1.4rem;color:#9C288E;font-weight:600;margin-bottom:.8rem;display:block}
.heroManifesto .descBlock{font-size:1.15rem;line-height:1.7;color:#2d2d2d;margin-bottom:1.5rem}
.heroManifesto .finalPhrase{font-size:1.05rem;color:#555;font-style:italic;border-left:4px solid #00DB62;padding-left:1.2rem}
.heroImgWrapper{position:absolute;right:0;top:50%;transform:translateY(-50%);width:48%;height:75%;z-index:1;overflow:hidden;border-radius:24px 0 0 24px;box-shadow:-12px 8px 32px #9c288e2e}
.heroImgWrapper img{width:100%;height:100%;object-fit:cover;animation:slowZoom 18s ease-in-out infinite alternate}
@keyframes slowZoom {
0%{transform:scale(1)}
100%{transform:scale(1.08)}
}
.heroDecor{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#00db621f,transparent 70%);top:-120px;right:15%;z-index:0;animation:floatDecor 14s ease-in-out infinite}
@keyframes floatDecor {
0%,100%{transform:translateY(0) rotate(0deg)}
50%{transform:translateY(-30px) rotate(15deg)}
}
.heroBtn{display:inline-block;background:linear-gradient(135deg,#00DB62 0%,#00b350 100%);color:#fff;padding:.95rem 2.2rem;border-radius:8px;font-weight:600;font-size:1.05rem;text-decoration:none;box-shadow:0 6px 16px #00db624d;transition:all .3s ease;margin-top:1rem}
.heroBtn:hover{transform:translateY(-3px);box-shadow:0 10px 24px #00db6266;background:linear-gradient(135deg,#00b350 0%,#00DB62 100%)}
.techSection{background:#fff;padding:5rem 2rem}
.techContainer{max-width:1366px;margin:0 auto}
.techIntro{text-align:center;max-width:820px;margin:0 auto 3.5rem}
.techIntro h2{font-size:2.6rem;color:#1a1a1a;margin-bottom:1.2rem;font-weight:700}
.techIntro h2::after{content:'';display:block;width:90px;height:5px;background:linear-gradient(90deg,#9C288E,#00DB62);margin:1rem auto 0;border-radius:3px}
.techIntro .leadTxt{font-size:1.1rem;line-height:1.75;color:#3d3d3d}
.techGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2.5rem}
.techCard{background:linear-gradient(155deg,#F5F0E8 0%,#e8f5ea 100%);padding:2rem;border-radius:16px;border:2px solid transparent;transition:all .35s ease;position:relative;overflow:hidden}
.techCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#00DB62,#9C288E);transform:scaleX(0);transition:transform .4s ease}
.techCard:hover::before{transform:scaleX(1)}
.techCard:hover{border-color:#00DB62;transform:translateY(-6px);box-shadow:0 12px 28px #00db6240}
.techCard h3{font-size:1.5rem;color:#9C288E;margin-bottom:1rem;font-weight:600}
.techCard .cardDesc{font-size:1rem;line-height:1.7;color:#2d2d2d}
.geoBlock{background:linear-gradient(125deg,#9C288E 0%,#6b1c61 100%);padding:5.5rem 2rem;position:relative;overflow:hidden}
.geoBlock::after{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,#f5f0e814,transparent 65%);bottom:-200px;left:-150px;z-index:0}
.geoWrapper{max-width:1366px;margin:0 auto;position:relative;z-index:1}
.geoContent{display:flex;gap:3rem;align-items:center}
.geoTxtSide{flex:1;color:#fff}
.geoTxtSide h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}
.geoTxtSide .geoBody{font-size:1.1rem;line-height:1.8;margin-bottom:1.3rem;color:#f0f0f0}
.geoTxtSide .emphasisQuote{font-size:1.05rem;font-style:italic;border-left:4px solid #00DB62;padding-left:1.2rem;color:#F5F0E8;margin-top:1.8rem}
.geoImgSide{flex:1;position:relative}
.geoImgSide img{width:100%;height:auto;border-radius:20px;box-shadow:0 16px 48px #00000059}
.partnerArea{background:#fafafa;padding:5rem 2rem}
.partnerBox{max-width:1366px;margin:0 auto}
.partnerBox h2{font-size:2.4rem;color:#1a1a1a;text-align:center;margin-bottom:1rem;font-weight:700}
.partnerBox .subtitleLine{text-align:center;font-size:1.15rem;color:#555;margin-bottom:3rem}
.partnerLayout{display:flex;gap:2.5rem;align-items:flex-start}
.partnerTxt{flex:1.2}
.partnerTxt .bodySection{font-size:1.05rem;line-height:1.75;color:#2d2d2d;margin-bottom:1.5rem}
.partnerTxt .highlightNote{background:linear-gradient(135deg,#F5F0E8,#e8f5ea);padding:1.5rem;border-radius:12px;border-left:5px solid #9C288E;font-size:1rem;color:#333;line-height:1.7;margin-top:2rem}
.partnerVisual{flex:1}
.partnerVisual img{width:100%;height:auto;border-radius:16px;box-shadow:0 10px 32px #9c288e38}
.comparisonWrapper{background:#fff;padding:5rem 2rem}
.comparisonInner{max-width:1366px;margin:0 auto}
.comparisonInner h2{font-size:2.5rem;color:#1a1a1a;margin-bottom:2.5rem;text-align:center;font-weight:700}
.comparisonTable{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-bottom:3rem}
.comparisonCol h3{font-size:1.3rem;color:#9C288E;margin-bottom:1.2rem;font-weight:600;text-align:center}
.comparisonItem{background:linear-gradient(140deg,#F5F0E8,#e8f5ea);padding:1.5rem;border-radius:12px;margin-bottom:1rem;border:2px solid transparent;transition:all .3s ease}
.comparisonItem:hover{border-color:#00DB62;box-shadow:0 6px 18px #00db6233}
.comparisonItem .itemTitle{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.6rem}
.comparisonItem .itemDetail{font-size:.95rem;line-height:1.6;color:#3d3d3d}
.comparisonNote{text-align:center;font-size:1.05rem;color:#555;font-style:italic;max-width:720px;margin:0 auto}
.learningFormats{background:linear-gradient(128deg,#F5F0E8 0%,#faf8f3 100%);padding:5.5rem 2rem;position:relative}
.formatContainer{max-width:1366px;margin:0 auto}
.formatHeader{text-align:center;margin-bottom:3rem}
.formatHeader h2{font-size:2.6rem;color:#1a1a1a;margin-bottom:1.2rem;font-weight:700}
.formatHeader .leadPara{font-size:1.1rem;line-height:1.75;color:#3d3d3d;max-width:800px;margin:0 auto}
.formatCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.formatCard{background:#fff;padding:2rem;border-radius:18px;box-shadow:0 8px 24px #00000014;transition:all .35s ease;border:3px solid transparent;position:relative;overflow:hidden}
.formatCard::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#00DB62,#9C288E);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.formatCard:hover::after{transform:scaleX(1)}
.formatCard:hover{transform:translateY(-8px);box-shadow:0 16px 40px #00db6238;border-color:#00DB62}
.formatCard h3{font-size:1.5rem;color:#9C288E;margin-bottom:1rem;font-weight:600}
.formatCard .cardContent{font-size:1rem;line-height:1.7;color:#2d2d2d;margin-bottom:1.2rem}
.formatCard .cardBenefit{font-size:.95rem;color:#555;padding:1rem;background:linear-gradient(135deg,#F5F0E8,#e8f5ea);border-radius:8px;border-left:4px solid #00DB62}
.credentialSection{background:#fff;padding:5rem 2rem}
.credentialWrap{max-width:1366px;margin:0 auto}
.credentialWrap h2{font-size:2.5rem;color:#1a1a1a;margin-bottom:2rem;font-weight:700}
.credentialFlex{display:flex;gap:3rem;align-items:center}
.credentialTxt{flex:1.3}
.credentialTxt .textBlock{font-size:1.05rem;line-height:1.75;color:#2d2d2d;margin-bottom:1.5rem}
.credentialTxt .statList{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}
.statItem{background:linear-gradient(140deg,#F5F0E8,#e8f5ea);padding:1.5rem;border-radius:12px;border-left:5px solid #9C288E}
.statItem .statNumber{font-size:2rem;font-weight:700;color:#00DB62;display:block;margin-bottom:.5rem}
.statItem .statLabel{font-size:1rem;color:#333}
.credentialImg{flex:1}
.credentialImg img{width:100%;height:auto;border-radius:18px;box-shadow:0 12px 36px #9c288e33}
@media (max-width: 1024px) {
.heroImgWrapper{width:45%;height:65%}
.heroManifesto h1{font-size:2.6rem}
.geoContent,.partnerLayout,.credentialFlex{flex-direction:column}
.comparisonTable{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.heroOuter{min-height:auto}
.heroImgWrapper{position:relative;width:100%;height:320px;margin-top:2rem;border-radius:16px}
.heroManifesto h1{font-size:2.2rem}
.heroManifesto .taglineTop{font-size:1.2rem}
.techGrid,.formatCards{grid-template-columns:1fr}
.credentialTxt .statList{grid-template-columns:1fr}
.techIntro h2,.formatHeader h2,.comparisonInner h2{font-size:2rem}
.geoTxtSide h2{font-size:2rem}
}
.heroContact{background:linear-gradient(127deg,#F5F0E8 0%,#00DB62 100%);padding:4.5rem 1.5rem 4rem;position:relative;overflow:hidden}
.heroContact::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 2px,#00000005 2px,#00000005 4px);pointer-events:none}
.heroInner{max-width:1366px;margin:0 auto;position:relative;z-index:1}
.heroContent h1{font-size:2.8rem;margin:0 0 1rem;color:#1a1a1a;line-height:1.1}
.heroTagline{font-size:1.15rem;color:#444;margin:0 0 2rem;max-width:600px;line-height:1.6}
.heroBtns{display:flex;gap:1rem;flex-wrap:wrap}
.btnPrimary{background:linear-gradient(135deg,#9C288E 0%,#00DB62 100%);color:#fff;padding:.95rem 2.2rem;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;box-shadow:0 4px 12px #9c288e40}
.btnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #9c288e59}
.btnSecondary{background:#fff;color:#9C288E;padding:.95rem 2.2rem;border:2px solid #9C288E;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}
.btnSecondary:hover{background:#9C288E;color:#fff}
.contactMethodsWrap{background:#fff;padding:4rem 1.5rem}
.contactMethodsInner{max-width:1366px;margin:0 auto}
.methodsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2.5rem}
.methodCard{background:linear-gradient(145deg,#F5F0E8 0%,#fff 100%);padding:2.5rem 2rem;border-radius:16px;border:1px solid #00db6226;transition:all .35s ease;position:relative}
.methodCard::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#00DB62,#9C288E);border-radius:16px;opacity:0;transition:opacity .35s ease;z-index:-1}
.methodCard:hover::before{opacity:1}
.methodCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00db6233}
.methodIcon{width:56px;height:56px;background:linear-gradient(135deg,#00DB62 0%,#9C288E 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.methodIcon svg{width:28px;height:28px;fill:#fff}
.methodCard h3{font-size:1.35rem;margin:0 0 .75rem;color:#1a1a1a}
.methodCard p{font-size:.95rem;color:#666;margin:0 0 1rem;line-height:1.5}
.methodLink{color:#9C288E;font-weight:600;text-decoration:none;font-size:1.05rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}
.methodLink:hover{color:#00DB62;gap:.75rem}
.methodLink::after{content:'→';font-size:1.2rem}
.formSectionWrap{background:linear-gradient(165deg,#F5F0E8 0%,#fff 100%);padding:5rem 1.5rem;position:relative}
.formSectionWrap::after{content:'';position:absolute;bottom:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#00DB62 0%,#9C288E 50%,#00DB62 100%)}
.formSectionInner{max-width:920px;margin:0 auto}
.formSectionInner h2{font-size:2.2rem;margin:0 0 1rem;color:#1a1a1a;text-align:center}
.formIntro{font-size:1.05rem;color:#555;text-align:center;margin:0 0 3rem;line-height:1.6;max-width:680px;margin-left:auto;margin-right:auto}
.contactFormBox{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 12px 40px #00000014;border:1px solid #00db621a}
.formGrid{display:grid;grid-template-columns:1fr;gap:1.75rem}
.formGroup{display:flex;flex-direction:column}
.formGroup label{font-weight:600;margin-bottom:.6rem;color:#333;font-size:.95rem}
.formGroup input,.formGroup select,.formGroup textarea{padding:.95rem 1.15rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fafafa}
.formGroup input:focus,.formGroup select:focus,.formGroup textarea:focus{outline:none;border-color:#00DB62;background:#fff;box-shadow:0 0 0 3px #00db621a}
.formGroup textarea{min-height:140px;resize:vertical}
.formGroup select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%239C288E' d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px;padding-right:3rem;cursor:pointer}
.privacyCheckWrap{display:flex;align-items:flex-start;gap:.75rem;margin-top:.5rem}
.privacyCheckWrap input[type="checkbox"]{margin-top:.25rem;width:20px;height:20px;cursor:pointer;flex-shrink:0}
.privacyCheckWrap label{font-size:.9rem;color:#555;line-height:1.5;font-weight:400}
.privacyCheckWrap a{color:#9C288E;text-decoration:underline}
.privacyCheckWrap a:hover{color:#00DB62}
.submitBtnWrap{margin-top:1rem}
.submitBtn{background:linear-gradient(135deg,#9C288E 0%,#00DB62 100%);color:#fff;padding:1.1rem 3rem;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;box-shadow:0 6px 20px #9c288e4d}
.submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #9c288e66}
.addressInfoWrap{background:#fff;padding:4.5rem 1.5rem}
.addressInfoInner{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;align-items:start}
.addressBlock h2{font-size:2rem;margin:0 0 1.5rem;color:#1a1a1a}
.addressBlock p{font-size:1.05rem;color:#555;line-height:1.7;margin:0 0 2rem}
.addressDetails{display:flex;flex-direction:column;gap:1.25rem}
.detailRow{display:flex;align-items:flex-start;gap:1rem}
.detailIcon{width:44px;height:44px;background:linear-gradient(135deg,#F5F0E8 0%,#00DB62 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.detailIcon svg{width:22px;height:22px;fill:#9C288E}
.detailText strong{display:block;color:#333;font-size:.9rem;margin-bottom:.25rem}
.detailText span{color:#666;font-size:1.05rem}
.hoursBlock{background:linear-gradient(145deg,#F5F0E8 0%,#fff 100%);padding:2.5rem;border-radius:16px;border:1px solid #9c288e1a}
.hoursBlock h3{font-size:1.5rem;margin:0 0 1.5rem;color:#1a1a1a}
.hoursList{display:flex;flex-direction:column;gap:1rem}
.hourItem{display:flex;justify-content:space-between;align-items:center;padding:.85rem 0;border-bottom:1px solid #0000000f}
.hourItem:last-child{border-bottom:none}
.dayLabel{font-weight:600;color:#333;font-size:.95rem}
.timeLabel{color:#666;font-size:.95rem}
.faqAccordionWrap{background:linear-gradient(178deg,#fff 0%,#F5F0E8 100%);padding:5rem 1.5rem}
.faqAccordionInner{max-width:920px;margin:0 auto}
.faqAccordionInner h2{font-size:2.2rem;margin:0 0 1rem;color:#1a1a1a;text-align:center}
.faqIntroText{font-size:1.05rem;color:#555;text-align:center;margin:0 0 3.5rem;line-height:1.6}
.accordionList{display:flex;flex-direction:column;gap:1.25rem}
.accordionItem{background:#fff;border-radius:14px;border:2px solid #e8e8e8;overflow:hidden;transition:all .3s ease}
.accordionItem:hover{border-color:#00DB62}
.accordionToggle{display:none}
.accordionHeader{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;cursor:pointer;background:linear-gradient(135deg,#F5F0E8 0%,#fff 100%);transition:all .3s ease}
.accordionHeader:hover{background:linear-gradient(135deg,#00DB62 0%,#F5F0E8 100%)}
.accordionTitle{font-size:1.15rem;font-weight:600;color:#1a1a1a;margin:0}
.accordionIndicator{width:32px;height:32px;background:#9C288E;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}
.accordionIndicator::before{content:'+';color:#fff;font-size:1.5rem;font-weight:600}
.accordionToggle:checked ~ .accordionHeader .accordionIndicator{background:#00DB62;transform:rotate(45deg)}
.accordionContent{max-height:0;overflow:hidden;transition:max-height .4s ease}
.accordionToggle:checked ~ .accordionContent{max-height:500px}
.accordionBody{padding:0 1.75rem 1.75rem;color:#555;font-size:1rem;line-height:1.7}
@media (min-width: 768px) {
.heroContact{padding:6rem 2rem 5.5rem}
.heroContent h1{font-size:3.5rem}
.heroTagline{font-size:1.25rem}
.formGrid{grid-template-columns:repeat(2,1fr)}
.formGroup:nth-child(4),.formGroup:nth-child(5){grid-column:span 2}
.contactFormBox{padding:3.5rem}
}
@media (max-width: 767px) {
.heroContent h1{font-size:2.2rem}
.heroBtns{flex-direction:column}
.btnPrimary,.btnSecondary{width:100%;text-align:center}
.methodsGrid{grid-template-columns:1fr}
.contactFormBox{padding:2rem}
.addressInfoInner{grid-template-columns:1fr}
}
.programTop{background:linear-gradient(128deg,#F5F0E8 0%,#9C288E 100%);padding:80px 20px;margin-bottom:60px}
.programTop .topInner{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.programTop .textSide h1{font-size:3.2rem;color:#fff;margin-bottom:24px;line-height:1.1}
.programTop .textSide .quote{font-size:1.3rem;color:#F5F0E8;line-height:1.6;font-style:italic}
.programTop .imageSide img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 12px 28px #9c288e4d;filter:brightness(1.05) contrast(1.02)}
.pathExplain{max-width:1366px;margin:0 auto 80px;padding:0 20px}
.pathExplain .explainGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.pathExplain .pathCard{background:linear-gradient(165deg,#F5F0E8 0%,#fff 100%);padding:36px 28px;border-radius:12px;border-left:4px solid #00DB62;box-shadow:0 6px 18px #00db621f;transition:transform 0.3s,box-shadow .3s}
.pathExplain .pathCard:hover{transform:translateY(-6px);box-shadow:0 14px 32px #00db6238}
.pathExplain .pathCard h3{font-size:1.5rem;color:#9C288E;margin-bottom:16px}
.pathExplain .pathCard p{font-size:1rem;color:#2a2a2a;line-height:1.7;margin-bottom:12px}
.pathExplain .pathCard .detail{font-size:.92rem;color:#555;line-height:1.6}
.structureShow{background:#F5F0E8;padding:70px 20px;margin-bottom:80px}
.structureShow .structInner{max-width:1366px;margin:0 auto}
.structureShow h2{font-size:2.4rem;color:#9C288E;text-align:center;margin-bottom:50px}
.structureShow .levelWrap{display:flex;flex-direction:column;gap:24px}
.structureShow .levelItem{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #00000014}
.structureShow .levelItem input[type="checkbox"]{display:none}
.structureShow .levelItem label{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;cursor:pointer;background:linear-gradient(90deg,#fff 0%,#F5F0E8 100%);transition:background .3s}
.structureShow .levelItem label:hover{background:linear-gradient(90deg,#F5F0E8 0%,#fff 100%)}
.structureShow .levelItem .levelName{font-size:1.4rem;color:#2a2a2a;font-weight:600}
.structureShow .levelItem .arrow{width:24px;height:24px;transition:transform .3s}
.structureShow .levelItem .arrow::before{content:'';display:block;width:12px;height:12px;border-right:3px solid #9C288E;border-bottom:3px solid #9C288E;transform:rotate(45deg);margin:4px auto}
.structureShow .levelItem input[type="checkbox"]:checked ~ label .arrow{transform:rotate(180deg)}
.structureShow .levelItem .contentBox{max-height:0;overflow:hidden;transition:max-height .4s ease-out}
.structureShow .levelItem input[type="checkbox"]:checked ~ .contentBox{max-height:600px}
.structureShow .levelItem .contentBox .innerText{padding:28px 32px;background:#fff}
.structureShow .levelItem .contentBox .innerText p{font-size:1rem;color:#2a2a2a;line-height:1.8;margin-bottom:14px}
.structureShow .levelItem .contentBox .innerText .modules{font-size:.95rem;color:#555;line-height:1.7}
.teamView{max-width:1366px;margin:0 auto 80px;padding:0 20px}
.teamView h2{font-size:2.2rem;color:#9C288E;margin-bottom:18px}
.teamView .intro{font-size:1.1rem;color:#2a2a2a;line-height:1.7;margin-bottom:46px;max-width:800px}
.teamView .instructorGrid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.teamView .instructorBox{display:flex;gap:26px;background:linear-gradient(135deg,#F5F0E8 0%,#fff 100%);padding:32px;border-radius:20px;box-shadow:0 8px 24px #9c288e24}
.teamView .instructorBox .photoSide{flex-shrink:0}
.teamView .instructorBox .photoSide img{width:140px;height:140px;border-radius:50%;object-fit:cover;border:4px solid #00DB62}
.teamView .instructorBox .infoSide h4{font-size:1.5rem;color:#9C288E;margin-bottom:8px}
.teamView .instructorBox .infoSide .role{font-size:.95rem;color:#00DB62;margin-bottom:16px;font-weight:600}
.teamView .instructorBox .infoSide .bio{font-size:.98rem;color:#2a2a2a;line-height:1.7}
.enrollNow{background:linear-gradient(215deg,#9C288E 0%,#00DB62 100%);padding:70px 20px}
.enrollNow .enrollInner{max-width:1366px;margin:0 auto;text-align:center}
.enrollNow h2{font-size:2.6rem;color:#fff;margin-bottom:22px}
.enrollNow .message{font-size:1.15rem;color:#F5F0E8;line-height:1.7;margin-bottom:36px;max-width:700px;margin-left:auto;margin-right:auto}
.enrollNow .btnWrap{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.enrollNow .btnWrap a{display:inline-block;padding:16px 42px;font-size:1.1rem;text-decoration:none;border-radius:8px;transition:all .3s;font-weight:600}
.enrollNow .btnWrap .primaryBtn{background:#fff;color:#9C288E;box-shadow:0 6px 20px #ffffff4d}
.enrollNow .btnWrap .primaryBtn:hover{background:#F5F0E8;transform:scale(1.06);box-shadow:0 10px 28px #ffffff73}
.enrollNow .btnWrap .secondaryBtn{background:transparent;color:#fff;border:2px solid #fff}
.enrollNow .btnWrap .secondaryBtn:hover{background:#ffffff26;transform:scale(1.06)}
@media (max-width: 1024px) {
.programTop .topInner{grid-template-columns:1fr;gap:36px}
.programTop .textSide h1{font-size:2.6rem}
.pathExplain .explainGrid{grid-template-columns:1fr}
.teamView .instructorGrid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.programTop{padding:50px 20px}
.programTop .textSide h1{font-size:2.2rem}
.programTop .textSide .quote{font-size:1.1rem}
.programTop .imageSide img{height:300px}
.structureShow h2{font-size:2rem}
.structureShow .levelItem label{padding:18px 20px}
.structureShow .levelItem .levelName{font-size:1.2rem}
.teamView .instructorBox{flex-direction:column;align-items:center;text-align:center}
.enrollNow h2{font-size:2rem}
.enrollNow .btnWrap{flex-direction:column;align-items:center}
.enrollNow .btnWrap a{width:100%;max-width:300px}
}
.titleBlockWrap{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.titleBlockWrap .bgImageLayer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.titleBlockWrap .bgImageLayer img{width:100%;height:100%;object-fit:cover;opacity:.14;filter:grayscale(40%)}
.titleBlockWrap::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(128deg,#00db6214 0%,#9c288e0f 100%);z-index:2}
.titleBlockWrap .contentInner{position:relative;z-index:3;max-width:920px;margin:0 auto;padding:60px 20px;text-align:center}
.titleBlockWrap .mainHeading{font-size:2.8rem;line-height:1.2;margin-bottom:24px;color:#1a1a1a;font-weight:700}
.titleBlockWrap .descText{font-size:1.15rem;line-height:1.7;color:#2d2d2d;max-width:720px;margin:0 auto}
.tipsContentSection{max-width:1366px;margin:0 auto;padding:0 20px 90px}
.tipsContentSection .sectionIntroBox{max-width:880px;margin:0 auto 70px}
.tipsContentSection .sectionIntroBox .introHeading{font-size:2.2rem;line-height:1.3;margin-bottom:20px;color:#1a1a1a;font-weight:700}
.tipsContentSection .sectionIntroBox .introDesc{font-size:1.05rem;line-height:1.8;color:#333;margin-bottom:16px}
.tipsGridLayout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:36px;margin-bottom:60px}
.tipCardBox{background:linear-gradient(142deg,#F5F0E8 0%,#fff 100%);border-radius:14px;padding:32px 28px;box-shadow:0 6px 18px #9c288e14;transition:all .3s ease;border:1px solid #00db621f}
.tipCardBox:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00db6226}
.tipCardBox .cardNumber{display:inline-block;background:linear-gradient(135deg,#00DB62,#9C288E);color:#fff;font-size:.9rem;font-weight:600;padding:6px 14px;border-radius:20px;margin-bottom:18px}
.tipCardBox .cardTitle{font-size:1.4rem;line-height:1.4;margin-bottom:14px;color:#1a1a1a;font-weight:700}
.tipCardBox .cardDesc{font-size:1rem;line-height:1.7;color:#3a3a3a;margin-bottom:20px}
.tipCardBox .detailsList{list-style:none;padding:0;margin:0}
.tipCardBox .detailsList li{position:relative;padding-left:28px;margin-bottom:12px;font-size:.98rem;line-height:1.6;color:#2d2d2d}
.tipCardBox .detailsList li::before{content:'';position:absolute;left:0;top:7px;width:16px;height:16px;background:linear-gradient(135deg,#00DB62,#9C288E);border-radius:50%;opacity:.8}
.resourceAreaBlock{background:linear-gradient(158deg,#f5f0e899 0%,#00db6214 100%);border-radius:18px;padding:50px 40px;margin-top:60px;border:2px solid #9c288e1f}
.resourceAreaBlock .resourceHeading{font-size:2rem;line-height:1.3;margin-bottom:24px;color:#1a1a1a;font-weight:700;text-align:center}
.resourceAreaBlock .resourceText{font-size:1.05rem;line-height:1.75;color:#333;max-width:780px;margin:0 auto 36px;text-align:center}
.resourceLinkGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;max-width:1100px;margin:0 auto}
.resourceLink{display:block;background:#fff;padding:24px 22px;border-radius:12px;text-decoration:none;color:#1a1a1a;transition:all .3s ease;border:1px solid #00db6226;box-shadow:0 4px 12px #9c288e0f}
.resourceLink:hover{background:linear-gradient(135deg,#00db620d,#9c288e08);transform:scale(1.04);box-shadow:0 8px 20px #00db6224;border-color:#00DB62}
.resourceLink .linkLabel{font-size:1.15rem;font-weight:600;margin-bottom:8px;color:#1a1a1a;transition:color .3s ease}
.resourceLink:hover .linkLabel{color:#00DB62}
.resourceLink .linkInfo{font-size:.95rem;line-height:1.6;color:#555}
.practiceTrackSection{max-width:1200px;margin:80px auto 0;padding:0 20px}
.practiceTrackSection .trackHeading{font-size:2.1rem;line-height:1.3;margin-bottom:28px;color:#1a1a1a;font-weight:700;text-align:center}
.practiceTrackSection .trackIntro{font-size:1.05rem;line-height:1.75;color:#333;max-width:840px;margin:0 auto 50px;text-align:center}
.stageWrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:50px}
.stageItem{position:relative;background:#fff;padding:34px 26px;border-radius:16px;box-shadow:0 8px 22px #9c288e17;border:2px solid #00db622e;transition:all .35s ease}
.stageItem:hover{border-color:#9C288E;box-shadow:0 12px 32px #9c288e29}
.stageItem .stageNumber{position:absolute;top:-16px;left:26px;width:44px;height:44px;background:linear-gradient(135deg,#9C288E,#00DB62);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:700;box-shadow:0 4px 12px #9c288e4d}
.stageItem .stageTitle{font-size:1.35rem;line-height:1.4;margin-bottom:16px;margin-top:18px;color:#1a1a1a;font-weight:700}
.stageItem .stageDesc{font-size:1rem;line-height:1.7;color:#3a3a3a;margin-bottom:18px}
.stageItem .focusPoints{list-style:none;padding:0;margin:0}
.stageItem .focusPoints li{position:relative;padding-left:24px;margin-bottom:10px;font-size:.96rem;line-height:1.6;color:#2d2d2d}
.stageItem .focusPoints li::before{content:'→';position:absolute;left:0;color:#00DB62;font-weight:700}
.expertSection{display:grid;grid-template-columns:320px 1fr;gap:50px;align-items:center;max-width:1100px;margin:70px auto 0;padding:0 20px}
.expertSection .expertImageBox{position:relative}
.expertSection .expertImageBox img{width:100%;height:380px;object-fit:cover;border-radius:18px;box-shadow:0 10px 28px #00db622e;border:3px solid #9c288e26}
.expertSection .expertContent{padding:20px 0}
.expertSection .expertContent .quoteIcon{font-size:3rem;color:#9C288E;line-height:1;margin-bottom:18px;opacity:.6}
.expertSection .expertContent .expertQuote{font-size:1.1rem;line-height:1.8;color:#2d2d2d;margin-bottom:24px;font-style:italic}
.expertSection .expertContent .expertName{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:6px}
.expertSection .expertContent .expertRole{font-size:1rem;color:#555;margin-bottom:20px}
.expertSection .expertContent .expertNote{font-size:.98rem;line-height:1.7;color:#3a3a3a}
@media (max-width: 1024px) {
.stageWrapper{grid-template-columns:repeat(2,1fr);gap:30px}
.expertSection{grid-template-columns:1fr;gap:40px}
.expertSection .expertImageBox img{height:340px}
}
@media (max-width: 768px) {
.titleBlockWrap{min-height:340px;margin-bottom:60px}
.titleBlockWrap .mainHeading{font-size:2rem;margin-bottom:18px}
.titleBlockWrap .descText{font-size:1.05rem}
.tipsContentSection .sectionIntroBox .introHeading{font-size:1.8rem}
.tipsGridLayout{grid-template-columns:1fr;gap:28px}
.resourceLinkGrid{grid-template-columns:1fr}
.stageWrapper{grid-template-columns:1fr;gap:24px}
.practiceTrackSection .trackHeading{font-size:1.75rem}
.resourceAreaBlock{padding:40px 24px}
.resourceAreaBlock .resourceHeading{font-size:1.7rem}
.expertSection .expertImageBox img{height:420px}
}
@media (max-width: 480px) {
.titleBlockWrap .contentInner{padding:40px 20px}
.titleBlockWrap .mainHeading{font-size:1.7rem}
.tipCardBox{padding:26px 20px}
.tipCardBox .cardTitle{font-size:1.25rem}
.stageItem{padding:28px 20px}
}
.heroOuter{background:linear-gradient(137deg,#9C288E 0%,#00DB62 100%);padding:4.5rem 1.25rem;position:relative;overflow:hidden}
.heroOuter::before{content:'';position:absolute;top:-40%;right:-15%;width:60%;height:140%;background:radial-gradient(circle,#f5f0e826 0%,transparent 70%);pointer-events:none}
.heroInner{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.heroInner .mainHeadline{font-size:2.8rem;line-height:1.15;color:#F5F0E8;margin:0 0 1.2rem;font-weight:700;letter-spacing:-.02em}
.heroInner .supportText{font-size:1.35rem;line-height:1.6;color:#f5f0e8eb;max-width:720px;margin:0}
.storySection{padding:5rem 1.25rem;background:#F5F0E8}
.storyWrap{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.storyTextBox h2{font-size:2.1rem;line-height:1.25;color:#222;margin:0 0 1.5rem;font-weight:700}
.storyTextBox p{font-size:1.05rem;line-height:1.75;color:#444;margin:0 0 1.4rem}
.storyTextBox p:last-of-type{margin-bottom:0}
.storyImgHolder{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 12px 28px #9c288e2e}
.storyImgHolder img{width:100%;height:auto;display:block;object-fit:cover}
.valuesArea{padding:5.5rem 1.25rem;background:linear-gradient(212deg,#00db6214 0%,#9c288e14 100%)}
.valuesContainer{max-width:1366px;margin:0 auto}
.valuesContainer h2{font-size:2.3rem;line-height:1.2;color:#222;margin:0 0 3rem;text-align:center;font-weight:700}
.valuesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.valueBox{background:#fff;padding:2.5rem 2rem;border-radius:14px;box-shadow:0 8px 18px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.valueBox:hover{transform:translateY(-6px);box-shadow:0 14px 32px #9c288e29}
.valueBox::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#00DB62 0%,#9C288E 100%);border-radius:14px 0 0 14px}
.valueBox h3{font-size:1.5rem;line-height:1.3;color:#222;margin:0 0 1rem;font-weight:700}
.valueBox p{font-size:1rem;line-height:1.7;color:#555;margin:0}
.approachZone{padding:5rem 1.25rem;background:#fff}
.approachHolder{max-width:1366px;margin:0 auto;display:flex;flex-direction:row-reverse;gap:3.5rem;align-items:center}
.approachVisual{flex:0 0 48%;position:relative}
.approachImgPrimary{border-radius:16px;overflow:hidden;box-shadow:0 10px 26px #0000001f;position:relative;z-index:2}
.approachImgPrimary img{width:100%;height:auto;display:block;object-fit:cover}
.approachImgSecondary{position:absolute;bottom:-2rem;left:-2rem;width:58%;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #9c288e33;z-index:1;border:4px solid #fff}
.approachImgSecondary img{width:100%;height:auto;display:block;object-fit:cover}
.approachContent{flex:1}
.approachContent h2{font-size:2.2rem;line-height:1.2;color:#222;margin:0 0 1.8rem;font-weight:700}
.approachContent p{font-size:1.05rem;line-height:1.75;color:#444;margin:0 0 1.5rem}
.approachContent p:last-of-type{margin-bottom:0}
.teamSegment{padding:5.5rem 1.25rem;background:linear-gradient(168deg,#F5F0E8 0%,#00db621f 100%)}
.teamWrapperMain{max-width:1366px;margin:0 auto}
.teamWrapperMain h2{font-size:2.3rem;line-height:1.2;color:#222;margin:0 0 1.2rem;text-align:center;font-weight:700}
.teamIntroTxt{font-size:1.15rem;line-height:1.65;color:#555;text-align:center;max-width:680px;margin:0 auto 3.5rem}
.teamCardLayout{display:flex;justify-content:center;gap:2.5rem}
.memberCard{background:#fff;border-radius:16px;box-shadow:0 10px 24px #0000001a;padding:2.5rem 2rem;max-width:340px;text-align:center;transition:box-shadow .3s ease,transform .3s ease}
.memberCard:hover{box-shadow:0 16px 36px #00db622e;transform:translateY(-5px)}
.memberPhoto{width:140px;height:140px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;border:5px solid #F5F0E8;box-shadow:0 6px 16px #9c288e24}
.memberPhoto img{width:100%;height:100%;object-fit:cover;display:block}
.memberCard h3{font-size:1.6rem;line-height:1.3;color:#222;margin:0 0 .5rem;font-weight:700}
.memberRole{font-size:1rem;line-height:1.4;color:#9C288E;margin:0 0 1.2rem;font-weight:600}
.memberCard p{font-size:.95rem;line-height:1.7;color:#555;margin:0}
@media (max-width: 1023px) {
.heroInner .mainHeadline{font-size:2.2rem}
.heroInner .supportText{font-size:1.15rem}
.storyWrap{grid-template-columns:1fr;gap:2.5rem}
.valuesGrid{grid-template-columns:1fr;gap:2rem}
.approachHolder{flex-direction:column;gap:2.5rem}
.approachVisual{flex:0 0 100%}
.approachImgSecondary{bottom:-1.5rem;left:-1.5rem;width:50%}
.teamCardLayout{flex-direction:column;align-items:center}
}
@media (max-width: 767px) {
.heroOuter{padding:3rem 1rem}
.heroInner .mainHeadline{font-size:1.8rem}
.heroInner .supportText{font-size:1rem}
.storySection{padding:3.5rem 1rem}
.storyTextBox h2{font-size:1.7rem}
.storyTextBox p{font-size:.95rem}
.valuesArea{padding:4rem 1rem}
.valuesContainer h2{font-size:1.9rem;margin-bottom:2rem}
.valueBox{padding:2rem 1.5rem}
.valueBox h3{font-size:1.3rem}
.approachZone{padding:3.5rem 1rem}
.approachContent h2{font-size:1.8rem}
.approachContent p{font-size:.95rem}
.teamSegment{padding:4rem 1rem}
.teamWrapperMain h2{font-size:1.9rem}
.teamIntroTxt{font-size:1rem;margin-bottom:2.5rem}
.memberCard{padding:2rem 1.5rem}
.memberPhoto{width:120px;height:120px}
.memberCard h3{font-size:1.4rem}
}
.successWrap{background:linear-gradient(142deg,#F5F0E8 0%,#fff 48%,#F5F0E8 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.successWrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#00db6214 0%,transparent 70%);border-radius:50%;pointer-events:none}
.successWrap::after{content:'';position:absolute;bottom:-40%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#9c288e0f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.successContainerInner{max-width:720px;margin:0 auto;position:relative;z-index:2}
.successIconArea{text-align:center;margin-bottom:42px}
.successIconCircle{width:96px;height:96px;margin:0 auto;background:linear-gradient(135deg,#00DB62 0%,#00b350 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00db6240;animation:successPulse 2s ease-in-out infinite;position:relative}
.successIconCircle::before{content:'';position:absolute;width:112px;height:112px;border:2px solid #00db624d;border-radius:50%;animation:successRipple 2s ease-out infinite}
@keyframes successPulse {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
@keyframes successRipple {
0%{transform:scale(1);opacity:1}
100%{transform:scale(1.4);opacity:0}
}
.successIconCircle svg{width:48px;height:48px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.successMainHeading{font-size:2.6rem;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 24px;line-height:1.2}
.successMainHeading span{background:linear-gradient(120deg,#00DB62,#9C288E);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.successDescText{font-size:1.15rem;line-height:1.7;color:#4a4a4a;text-align:center;margin:0 0 48px;max-width:580px;margin-left:auto;margin-right:auto}
.successActionsBox{display:flex;flex-direction:column;gap:16px;align-items:center;margin-bottom:56px}
.successBtnPrimary{display:inline-flex;align-items:center;gap:10px;padding:16px 40px;background:linear-gradient(135deg,#00DB62 0%,#00b350 100%);color:#fff;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 14px #00db624d;position:relative;z-index:10}
.successBtnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00db6266;background:linear-gradient(135deg,#00f56e 0%,#00db62 100%)}
.successBtnPrimary:active{transform:translateY(0)}
.successBtnSecondary{display:inline-flex;align-items:center;gap:10px;padding:16px 40px;background:transparent;color:#9C288E;font-size:1.05rem;font-weight:600;text-decoration:none;border:2px solid #9C288E;border-radius:8px;transition:all .3s ease;position:relative;z-index:10}
.successBtnSecondary:hover{background:#9C288E;color:#fff;transform:translateY(-2px);box-shadow:0 4px 14px #9c288e40}
.successBtnSecondary:active{transform:translateY(0)}
.successMetaInfo{background:#fff;border:2px solid #F5F0E8;border-radius:12px;padding:32px;box-shadow:0 2px 12px #0000000a}
.successMetaHeading{font-size:1.35rem;font-weight:600;color:#2a2a2a;margin:0 0 20px;text-align:center}
.successMetaList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.successMetaList li{display:flex;align-items:flex-start;gap:12px;font-size:1rem;line-height:1.6;color:#555}
.successMetaList li::before{content:'';display:block;width:20px;height:20px;flex-shrink:0;margin-top:2px;background:linear-gradient(135deg,#00DB62,#00b350);border-radius:50%;position:relative}
.successMetaList li::after{content:'✓';position:absolute;color:#fff;font-size:12px;font-weight:700;margin-left:-16px;margin-top:4px}
.tipsBlockOuter{background:linear-gradient(165deg,#9C288E 0%,#7a1f6e 100%);padding:70px 20px;position:relative;overflow:hidden}
.tipsBlockOuter::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,#f5f0e814 0%,transparent 50%),radial-gradient(circle at 80% 70%,#00db620f 0%,transparent 50%);pointer-events:none}
.tipsContainerWrap{max-width:1366px;margin:0 auto;position:relative;z-index:2}
.tipsGridLayout{display:grid;grid-template-columns:1fr;gap:28px}
.tipsSingleCard{background:#fffffff2;border-radius:10px;padding:28px;box-shadow:0 4px 16px #0000001f;transition:all .3s ease;position:relative;overflow:hidden}
.tipsSingleCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#00DB62,#9C288E);transition:width .3s ease}
.tipsSingleCard:hover{transform:translateX(8px);box-shadow:0 6px 24px #00000029}
.tipsSingleCard:hover::before{width:8px}
.tipsCardNumber{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,#00DB62,#00b350);color:#fff;font-size:1.1rem;font-weight:700;border-radius:50%;margin-bottom:16px}
.tipsCardTitle{font-size:1.3rem;font-weight:600;color:#1a1a1a;margin:0 0 12px;line-height:1.3}
.tipsCardDesc{font-size:1rem;line-height:1.65;color:#4a4a4a;margin:0}
@media (min-width: 768px) {
.successWrap{padding:100px 30px 120px}
.successMainHeading{font-size:3.2rem}
.successDescText{font-size:1.25rem}
.successActionsBox{flex-direction:row;gap:20px}
.successMetaInfo{padding:40px}
.tipsBlockOuter{padding:90px 30px}
.tipsGridLayout{grid-template-columns:repeat(2,1fr);gap:32px}
}
@media (min-width: 1024px) {
.successWrap{padding:120px 40px 140px}
.successMainHeading{font-size:3.6rem}
.tipsBlockOuter{padding:100px 40px}
.tipsGridLayout{grid-template-columns:repeat(3,1fr);gap:36px}
}
@media (hover: hover) {
.successBtnPrimary:hover,.successBtnSecondary:hover{cursor:pointer}
}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#F5F0E8}
::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#00DB62,#9C288E);border-radius:8px}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#00f56e,#b030a0)}