@import "https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Raleway',sans-serif;background:#FEFEFE;color:#1A1A1A;display:flex;flex-direction:column;min-height:100vh;line-height:1.6}
.HeadWrap{background:linear-gradient(135deg,#6b84fe14 0%,#e6f6c726 100%);border-bottom:2px solid #6b84fe1f;padding:0}
.header-container{max-width:1400px;margin:0 auto;padding:0 30px}
.TopRow{display:flex;justify-content:space-between;align-items:center;padding:25px 0 20px;border-bottom:1px solid #6b84fe14}
.LogoBox{display:flex;align-items:center;gap:18px}
.LogoBox img{height:95px;width:95px;object-fit:contain;background:#ffffffb3;padding:8px;border-radius:8px;box-shadow:0 2px 8px #6b84fe26}
.TaglineText{font-size:15px;color:#4A4A4A;max-width:420px;line-height:1.5}
.BottomRow{display:flex;justify-content:space-between;align-items:center;padding:18px 0}
.Navi{display:flex;gap:35px;align-items:center;flex-wrap:wrap}
.Navi a{text-decoration:none;color:#2A2A2A;font-size:16px;font-weight:500;position:relative;padding:8px 4px;transition:color .25s ease}
.Navi a:hover{color:#6B84FE}
.CtaButt{background:linear-gradient(135deg,#6B84FE 0%,#5A6FE8 100%);color:#FFF;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:15px;box-shadow:0 4px 12px #6b84fe40;transition:all .3s ease;border:none;cursor:pointer}
.CtaButt:hover{box-shadow:0 6px 16px #6b84fe59;background:linear-gradient(135deg,#5A6FE8 0%,#4A5DD7 100%)}
main{flex:1}
.FootWrap{background:linear-gradient(180deg,#F8F9FE 0%,#EEF2FD 100%);border-top:2px solid #6b84fe26;padding:50px 0 30px;margin-top:80px}
.foot-container{max-width:1400px;margin:0 auto;padding:0 30px}
.FootContent{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px;margin-bottom:40px}
.ContactBlock h3{font-size:20px;color:#1A1A1A;margin-bottom:20px;font-weight:700}
.ContactItem{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;color:#4A4A4A;font-size:15px}
.ContactItem svg{width:20px;height:20px;fill:#6B84FE;flex-shrink:0;margin-top:2px}
.ContactItem a{color:#4A4A4A;text-decoration:none;transition:color .25s ease}
.ContactItem a:hover{color:#6B84FE}
.AddressText{line-height:1.6}
.FootLinks{display:flex;flex-direction:column;gap:12px}
.FootLinks h3{font-size:18px;color:#1A1A1A;margin-bottom:10px;font-weight:700}
.FootLinks a{color:#4A4A4A;text-decoration:none;font-size:15px;transition:color .25s ease}
.FootLinks a:hover{color:#6B84FE}
.CopyrightBar{text-align:center;padding-top:30px;border-top:1px solid #6b84fe1f;color:#6A6A6A;font-size:14px}
.CookieBox{position:fixed;top:20px;left:20px;background:#FFF;border-radius:10px;box-shadow:0 8px 24px #00000026;padding:25px;max-width:420px;z-index:10000;border:2px solid #6b84fe33;transform:translateY(-150%);transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.CookieBox.show-toast{transform:translateY(0)}
.CookieBox.hide-toast{transform:translateY(-150%)}
.CookieBox h3{font-size:18px;margin-bottom:12px;color:#1A1A1A;font-weight:700}
.CookieBox p{font-size:14px;color:#4A4A4A;margin-bottom:18px;line-height:1.5}
.cookie-cats{margin-bottom:18px;display:flex;flex-direction:column;gap:10px}
.cat-item{display:flex;align-items:center;gap:10px}
.cat-item input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.cat-item input[type="checkbox"]:disabled{cursor:not-allowed}
.cat-item label{font-size:14px;color:#2A2A2A;cursor:pointer}
.cookie-btns{display:flex;gap:10px}
.cookie-btns button{flex:1;padding:12px 20px;border-radius:6px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease;font-family:'Raleway',sans-serif}
.accept-butt{background:linear-gradient(135deg,#6B84FE 0%,#5A6FE8 100%);color:#FFF}
.accept-butt:hover{background:linear-gradient(135deg,#5A6FE8 0%,#4A5DD7 100%)}
.decline-butt{background:#F5F5F5;color:#2A2A2A;border:1px solid #DDD}
.decline-butt:hover{background:#EBEBEB}
@media (max-width: 968px) {
.TopRow{flex-direction:column;align-items:flex-start;gap:20px}
.BottomRow{flex-direction:column;align-items:flex-start;gap:20px}
.Navi{flex-direction:column;align-items:flex-start;gap:15px;width:100%}
.CtaButt{width:100%;text-align:center}
.FootContent{grid-template-columns:1fr;gap:35px}
.CookieBox{left:10px;right:10px;max-width:calc(100% - 20px)}
}
@media (max-width: 640px) {
.header-container,.foot-container{padding:0 20px}
.LogoBox{flex-direction:column;align-items:flex-start}
.TaglineText{max-width:100%}
.cookie-btns{flex-direction:column}
}
.terms-body{max-width:1400px;margin:0 auto;padding:80px 20px;background:#fff}
.terms-body h1{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 40px;line-height:1.2;padding-bottom:20px;border-bottom:3px solid #6B84FE}
.terms-body h2{font-size:32px;font-weight:600;color:#2d2d2d;margin:60px 0 24px;line-height:1.3}
.terms-body h3{font-size:24px;font-weight:600;color:#3d3d3d;margin:40px 0 20px;line-height:1.4}
.terms-body h4{font-size:20px;font-weight:600;color:#4d4d4d;margin:32px 0 16px;line-height:1.4}
.terms-body h5{font-size:18px;font-weight:600;color:#5d5d5d;margin:28px 0 14px;line-height:1.5}
.terms-body h6{font-size:16px;font-weight:600;color:#6d6d6d;margin:24px 0 12px;line-height:1.5}
.terms-body div{margin:20px 0}
.terms-body p{font-size:16px;line-height:1.8;color:#3d3d3d;margin:0 0 20px}
.terms-body ul{list-style-type:disc;margin:20px 0;padding-left:40px}
.terms-body ol{list-style-type:decimal;margin:20px 0;padding-left:40px}
.terms-body ul ul{list-style-type:circle;margin:12px 0}
.terms-body ol ol{list-style-type:lower-alpha;margin:12px 0}
.terms-body li{font-size:16px;line-height:1.8;color:#3d3d3d;margin:8px 0;padding-left:8px}
.terms-body strong,.terms-body b{font-weight:600;color:#1a1a1a}
.terms-body em,.terms-body i{font-style:italic;color:#4d4d4d}
.terms-body a{color:#6B84FE;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease}
.terms-body a:hover{color:#BF090B;border-bottom-color:#BF090B}
.terms-body table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;box-shadow:0 2px 8px #00000014;border-radius:8px;overflow:hidden}
.terms-body thead{background:linear-gradient(135deg,#6B84FE 0%,#5a73ed 100%)}
.terms-body thead tr{border:none}
.terms-body th{padding:16px 20px;text-align:left;font-size:15px;font-weight:600;color:#fff;border:none}
.terms-body tbody tr{border-bottom:1px solid #e8e8e8;transition:background .2s ease}
.terms-body tbody tr:last-child{border-bottom:none}
.terms-body tbody tr:hover{background:#f8f9ff}
.terms-body td{padding:14px 20px;font-size:15px;line-height:1.6;color:#3d3d3d;border:none}
@media (max-width: 1024px) {
.terms-body{padding:60px 20px}
.terms-body h1{font-size:36px;margin-bottom:32px}
.terms-body h2{font-size:28px;margin:48px 0 20px}
.terms-body h3{font-size:22px}
}
@media (max-width: 768px) {
.terms-body{padding:40px 16px}
.terms-body h1{font-size:30px;margin-bottom:24px;padding-bottom:16px}
.terms-body h2{font-size:24px;margin:36px 0 16px}
.terms-body h3{font-size:20px;margin:28px 0 14px}
.terms-body h4{font-size:18px}
.terms-body p,.terms-body li{font-size:15px;line-height:1.7}
.terms-body ul,.terms-body ol{padding-left:28px}
.terms-body table{font-size:14px;margin:24px 0}
.terms-body th,.terms-body td{padding:12px 14px;font-size:14px}
}
@media (max-width: 480px) {
.terms-body{padding:32px 12px}
.terms-body h1{font-size:26px}
.terms-body h2{font-size:22px}
.terms-body h3{font-size:18px}
.terms-body table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.terms-body th,.terms-body td{padding:10px 12px;font-size:13px}
}
.heroThing{background:linear-gradient(135deg,#E6F6C7 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.heroThing::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#6b84fe1a 0%,transparent 70%);animation:floatSlow 20s ease-in-out infinite}
@keyframes floatSlow {
0%,100%{transform:translate(0,0)}
50%{transform:translate(-30px,30px)}
}
.heroWrap{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:40px;position:relative;z-index:2}
.heroImgBox{width:100%;max-width:900px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #6b84fe26;position:relative}
.heroImgBox::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,#bf090b26,transparent);pointer-events:none}
.heroImgBox img{width:100%;height:520px;object-fit:cover;display:block}
.heroTxtArea{text-align:center;max-width:800px;margin:0 auto}
.heroTxtArea h1{font-size:48px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.heroListBox{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:16px}
.heroListBox li{font-size:18px;line-height:1.6;color:#333;padding-left:32px;position:relative}
.heroListBox li::before{content:'';position:absolute;left:0;top:8px;width:20px;height:20px;background:linear-gradient(135deg,#6B84FE,#BF090B);border-radius:4px}
.heroBtnWrap{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.heroBtn{padding:16px 36px;font-size:17px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;display:inline-block}
.heroBtn.prim{background:#6B84FE;color:#fff;box-shadow:0 4px 12px #6b84fe4d}
.heroBtn.prim:hover{background:#5a72e8;transform:translateY(-2px);box-shadow:0 6px 16px #6b84fe66}
.heroBtn.sec{background:#fff;color:#6B84FE;border:2px solid #6B84FE}
.heroBtn.sec:hover{background:#6B84FE;color:#fff;transform:translateY(-2px)}
.approachSegment{padding:90px 20px;background:#fff}
.approachContainer{max-width:1400px;margin:0 auto}
.approachGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;margin-top:50px}
.methodCard{background:linear-gradient(135deg,#f8f9ff 0%,#fff 100%);border-radius:10px;padding:40px 32px;position:relative;border:2px solid transparent;transition:all .4s ease}
.methodCard::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6B84FE,#BF090B);border-radius:10px 10px 0 0;transform:scaleX(0);transition:transform .4s ease}
.methodCard:hover::before{transform:scaleX(1)}
.methodCard:hover{border-color:#6B84FE;box-shadow:0 12px 32px #6b84fe26;transform:translateY(-4px)}
.methodIcon{width:70px;height:70px;margin-bottom:24px}
.methodCard h3{font-size:26px;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.methodCard p{font-size:16px;line-height:1.7;color:#555;margin:0}
.approachHeadline{text-align:center;margin-bottom:16px}
.approachHeadline h2{font-size:42px;color:#1a1a1a;margin:0;font-weight:700;position:relative;display:inline-block}
.approachHeadline h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#6B84FE,#BF090B);border-radius:2px}
.approachSubtext{text-align:center;font-size:18px;color:#666;line-height:1.6;max-width:700px;margin:0 auto}
.testimonialArea{padding:80px 20px;background:linear-gradient(180deg,#fff 0%,#f5f8ff 100%);position:relative}
.testimonialArea::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#6B84FE,transparent)}
.testimonialWrap{max-width:1400px;margin:0 auto}
.testimTitle{text-align:center;margin-bottom:60px}
.testimTitle h2{font-size:40px;color:#1a1a1a;margin:0 0 12px;font-weight:700}
.testimTitle p{font-size:17px;color:#666;margin:0}
.testimGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.testimBox{background:#fff;border-radius:8px;padding:0;box-shadow:0 4px 16px #0000000f;overflow:hidden;transition:all .3s ease}
.testimBox:hover{box-shadow:0 8px 24px #6b84fe26;transform:translateY(-4px)}
.testimImgBox{width:100%;height:280px;overflow:hidden;position:relative}
.testimImgBox img{width:100%;height:100%;object-fit:cover;display:block}
.testimImgBox::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,#ffff,transparent)}
.testimContent{padding:28px 24px 32px}
.testimContent h4{font-size:20px;color:#1a1a1a;margin:0 0 8px;font-weight:600}
.testimRole{font-size:14px;color:#6B84FE;margin:0 0 16px;font-weight:500}
.testimContent p{font-size:15px;line-height:1.7;color:#555;margin:0}
@media (max-width: 1200px) {
.testimGrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.heroTxtArea h1{font-size:36px}
.heroListBox li{font-size:16px}
.heroBtn{padding:14px 28px;font-size:16px}
.approachHeadline h2{font-size:34px}
.approachGrid{grid-template-columns:1fr;gap:24px}
.testimGrid{grid-template-columns:1fr;gap:24px}
.testimTitle h2{font-size:32px}
.heroImgBox img{height:380px}
}
@media (max-width: 480px) {
.heroThing{padding:60px 16px 40px}
.heroTxtArea h1{font-size:28px;margin-bottom:20px}
.heroBtnWrap{flex-direction:column;align-items:stretch}
.heroBtn{width:100%;text-align:center}
.approachSegment{padding:60px 16px}
.testimonialArea{padding:60px 16px}
.methodCard{padding:32px 24px}
}
.hero-wrap{position:relative;min-height:540px;display:flex;align-items:center;background:linear-gradient(135deg,#6B84FE 0%,#8F9FFF 100%);overflow:hidden;padding:60px 20px}
.hero-wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#bf090b26 0%,transparent 70%);border-radius:50%}
.hero-wrap::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#e6f6c733 0%,transparent 65%);border-radius:50%}
.hero-container{max-width:1400px;width:100%;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:50px;align-items:center;position:relative;z-index:2}
.hero-content-zone h1{font-size:52px;line-height:1.15;color:#fff;margin:0 0 20px;font-weight:700}
.hero-content-zone p{font-size:19px;line-height:1.6;color:#fffffff2;margin:0 0 32px}
.hero-cta-row{display:flex;gap:16px;flex-wrap:wrap}
.PrimaryButt{display:inline-block;padding:15px 32px;background:#BF090B;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #bf090b40}
.PrimaryButt:hover{background:#a00709;transform:translateY(-2px);box-shadow:0 6px 16px #bf090b59}
.SecondButt{display:inline-block;padding:15px 32px;background:#fff3;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:16px;border:2px solid #fff6;transition:all .3s ease}
.SecondButt:hover{background:#ffffff4d;border-color:#fff9;transform:translateY(-2px)}
.hero-image-box{position:relative}
.hero-image-box img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 12px 32px #0003;filter:brightness(1.05) contrast(1.05)}
.directions-section{padding:80px 20px;background:#fff}
.directions-container{max-width:1400px;margin:0 auto}
.section-header-zone{text-align:center;margin-bottom:50px}
.section-header-zone h2{font-size:40px;color:#1a1a1a;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.section-header-zone h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#6B84FE,#BF090B);border-radius:2px}
.section-header-zone p{font-size:18px;color:#4a4a4a;max-width:700px;margin:0 auto;line-height:1.6}
.directions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.direction-card{background:#f9fafb;border-radius:8px;padding:32px 26px;transition:all .3s ease;border:2px solid transparent}
.direction-card:hover{transform:translateY(-6px);border-color:#6B84FE;box-shadow:0 8px 24px #6b84fe26}
.direction-card h3{font-size:22px;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.direction-card p{font-size:16px;color:#5a5a5a;line-height:1.6;margin:0}
.learning-types-wrap{padding:80px 20px;background:linear-gradient(180deg,#f5f7ff 0%,#fff 100%)}
.learning-types-container{max-width:1400px;margin:0 auto}
.types-layout{display:flex;gap:40px;align-items:center}
.types-visual-side{flex:0 0 480px}
.types-visual-side img{width:100%;height:500px;object-fit:cover;border-radius:10px;box-shadow:0 8px 24px #0000001f}
.types-content-side{flex:1}
.types-content-side h2{font-size:38px;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.types-list{display:flex;flex-direction:column;gap:20px}
.type-item{display:flex;gap:18px;align-items:flex-start}
.type-icon-holder{flex:0 0 50px;height:50px;background:linear-gradient(135deg,#6B84FE,#8F9FFF);border-radius:8px;display:flex;align-items:center;justify-content:center}
.type-icon-holder svg{width:26px;height:26px;fill:#fff}
.type-text-zone h4{font-size:20px;color:#1a1a1a;margin:0 0 8px;font-weight:600}
.type-text-zone p{font-size:16px;color:#5a5a5a;line-height:1.6;margin:0}
.trust-section{padding:80px 20px;background:#fff}
.trust-container{max-width:1400px;margin:0 auto}
.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:50px}
.trust-element{background:linear-gradient(135deg,#f8f9ff 0%,#fff 100%);border-radius:10px;padding:36px 30px;border-left:4px solid #6B84FE;transition:all .3s ease}
.trust-element:hover{box-shadow:0 8px 20px #6b84fe1f;transform:translateX(6px)}
.trust-element h3{font-size:24px;color:#1a1a1a;margin:0 0 14px;font-weight:600}
.trust-element p{font-size:16px;color:#5a5a5a;line-height:1.7;margin:0}
.problems-solutions-wrap{padding:80px 20px;background:#fafbfc}
.problems-container{max-width:1400px;margin:0 auto}
.problems-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:50px}
.problem-column h3{font-size:28px;color:#BF090B;margin:0 0 24px;font-weight:600}
.problem-list-item{background:#fff;border-radius:8px;padding:22px 24px;margin-bottom:16px;border-left:3px solid #BF090B;box-shadow:0 2px 8px #0000000f}
.problem-list-item p{font-size:16px;color:#3a3a3a;line-height:1.6;margin:0}
.solution-column h3{font-size:28px;color:#6B84FE;margin:0 0 24px;font-weight:600}
.solution-list-item{background:#fff;border-radius:8px;padding:22px 24px;margin-bottom:16px;border-left:3px solid #6B84FE;box-shadow:0 2px 8px #0000000f}
.solution-list-item p{font-size:16px;color:#3a3a3a;line-height:1.6;margin:0}
.motivation-wrap{padding:80px 20px;background:linear-gradient(135deg,#6B84FE 0%,#5a72e8 100%);position:relative;overflow:hidden}
.motivation-wrap::before{content:'';position:absolute;top:-100px;right:-150px;width:400px;height:400px;background:radial-gradient(circle,#e6f6c726 0%,transparent 70%);border-radius:50%}
.motivation-container{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.motivation-header{text-align:center;margin-bottom:50px}
.motivation-header h2{font-size:40px;color:#fff;margin:0 0 16px;font-weight:700}
.motivation-header p{font-size:18px;color:#ffffffe6;max-width:700px;margin:0 auto;line-height:1.6}
.motivation-features{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.motivation-card{background:#ffffff26;backdrop-filter:blur(10px);border-radius:8px;padding:28px 22px;text-align:center;border:2px solid #fff3;transition:all .3s ease}
.motivation-card:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-4px)}
.motivation-card-icon{width:60px;height:60px;background:#ffffff40;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
.motivation-card-icon svg{width:30px;height:30px;fill:#fff}
.motivation-card h4{font-size:20px;color:#fff;margin:0 0 10px;font-weight:600}
.motivation-card p{font-size:15px;color:#ffffffd9;line-height:1.6;margin:0}
.testimonial-section{padding:80px 20px;background:#fff}
.testimonial-container{max-width:1400px;margin:0 auto}
.testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px;margin-top:50px}
.testimonial-card-box{background:#f9fafb;border-radius:10px;padding:32px 28px;position:relative;border-top:4px solid #6B84FE;box-shadow:0 4px 12px #0000000f}
.testimonial-quote{font-size:17px;color:#3a3a3a;line-height:1.7;margin:0 0 24px;font-style:italic}
.testimonial-author-info{display:flex;gap:16px;align-items:center}
.author-photo-holder img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #6B84FE}
.author-details h5{font-size:18px;color:#1a1a1a;margin:0 0 4px;font-weight:600}
.author-details p{font-size:15px;color:#6a6a6a;margin:0}
@media (max-width: 1024px) {
.hero-container{grid-template-columns:1fr;gap:40px}
.hero-content-zone h1{font-size:42px}
.hero-image-box img{height:360px}
.directions-grid{grid-template-columns:repeat(2,1fr);gap:24px}
.types-layout{flex-direction:column}
.types-visual-side{flex:1;width:100%}
.types-visual-side img{height:400px}
.trust-grid{grid-template-columns:1fr}
.problems-layout{grid-template-columns:1fr;gap:40px}
.motivation-features{grid-template-columns:repeat(2,1fr)}
.testimonial-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.hero-wrap{min-height:auto;padding:50px 20px}
.hero-content-zone h1{font-size:34px}
.hero-content-zone p{font-size:17px}
.hero-cta-row{flex-direction:column}
.PrimaryButt,.SecondButt{width:100%;text-align:center}
.hero-image-box img{height:300px}
.directions-section,.learning-types-wrap,.trust-section,.problems-solutions-wrap,.motivation-wrap,.testimonial-section{padding:60px 20px}
.section-header-zone h2,.motivation-header h2{font-size:32px}
.directions-grid{grid-template-columns:1fr}
.types-visual-side img{height:320px}
.types-content-side h2{font-size:30px}
.motivation-features{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 480px) {
.hero-content-zone h1{font-size:28px}
.hero-content-zone p{font-size:16px}
.section-header-zone h2,.motivation-header h2{font-size:28px}
.direction-card,.trust-element{padding:24px 20px}
.type-icon-holder{flex:0 0 44px;height:44px}
.testimonial-card-box{padding:24px 20px}
}
.topContain{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:70px}
.topContain::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#6B84FE 0%,#BF090B 100%);animation:gradShift 8s ease infinite;opacity:.85}
@keyframes gradShift {
0%,100%{background-position:0 50%}
50%{background-position:100% 50%}
}
.topContain::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to bottom,#0000 0%,#0009 100%)}
.titleWrap{position:relative;z-index:2;text-align:center;max-width:1400px;padding:0 20px;margin:0 auto}
.titleWrap h1{font-size:52px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2}
.titleWrap p{font-size:19px;color:#E6F6C7;margin:0;font-weight:400}
.contactLayout{max-width:1400px;margin:0 auto 80px;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px}
.infoSide h2{font-size:36px;font-weight:600;color:#1a1a1a;margin:0 0 28px;line-height:1.3}
.infoSide h2::before{content:'';display:block;width:50px;height:4px;background:linear-gradient(90deg,#6B84FE,#BF090B);margin-bottom:20px;border-radius:2px}
.infoSide p{font-size:17px;color:#4a4a4a;line-height:1.7;margin:0 0 40px}
.detailBox{background:#f8f9fa;border-radius:8px;padding:32px;margin-bottom:24px;border-left:4px solid #6B84FE;transition:all .3s ease}
.detailBox:hover{transform:translateX(8px);box-shadow:0 6px 20px #6b84fe26}
.detailBox h3{font-size:18px;font-weight:600;color:#6B84FE;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}
.detailBox a{display:block;font-size:16px;color:#2a2a2a;text-decoration:none;margin-bottom:8px;transition:color .2s ease}
.detailBox a:last-child{margin-bottom:0}
.detailBox a:hover{color:#BF090B}
.detailBox .adrLine{font-size:16px;color:#2a2a2a;line-height:1.6}
.formSide{background:#fff;border-radius:12px;padding:48px;box-shadow:0 8px 30px #00000014;border:1px solid #e8e8e8}
.formSide h2{font-size:32px;font-weight:600;color:#1a1a1a;margin:0 0 32px}
.formGroup{margin-bottom:24px}
.formGroup label{display:block;font-size:15px;font-weight:500;color:#3a3a3a;margin-bottom:8px}
.formGroup input[type="text"],.formGroup input[type="tel"],.formGroup textarea{width:100%;padding:14px 16px;font-size:16px;color:#2a2a2a;background:#f5f7fa;border:2px solid #e0e4e8;border-radius:6px;transition:all .3s ease;box-sizing:border-box}
.formGroup input[type="text"]:focus,.formGroup input[type="tel"]:focus,.formGroup textarea:focus{outline:none;border-color:#6B84FE;background:#fff;box-shadow:0 0 0 4px #6b84fe1a}
.formGroup textarea{min-height:140px;resize:vertical;font-family:inherit}
.privacyWrap{margin:28px 0}
.privacyWrap input[type="checkbox"]{width:18px;height:18px;margin-right:10px;cursor:pointer;accent-color:#6B84FE;vertical-align:middle}
.privacyWrap label{font-size:14px;color:#5a5a5a;cursor:pointer;display:inline;line-height:1.6}
.privacyWrap a{color:#6B84FE;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}
.privacyWrap a:hover{border-bottom-color:#6B84FE}
.submitButt{width:100%;padding:16px 32px;font-size:17px;font-weight:600;color:#fff;background:linear-gradient(135deg,#6B84FE 0%,#BF090B 100%);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}
.submitButt:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6b84fe66}
.submitButt:active{transform:translateY(0)}
.whySection{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:80px 20px;margin-bottom:0}
.whyInner{max-width:1400px;margin:0 auto}
.whyInner h2{font-size:42px;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 24px;position:relative}
.whyInner h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#6B84FE,#BF090B);margin:20px auto 0;border-radius:2px}
.whyInner > p{font-size:18px;color:#5a5a5a;text-align:center;max-width:700px;margin:0 auto 56px;line-height:1.7}
.reasonGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.reasonCard{background:#fff;padding:36px 28px;border-radius:10px;border:2px solid #e8e8e8;transition:all .4s ease;position:relative;overflow:hidden}
.reasonCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#6B84FE,#BF090B);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.reasonCard:hover::before{transform:scaleX(1)}
.reasonCard:hover{border-color:#6B84FE;box-shadow:0 12px 32px #6b84fe26;transform:translateY(-6px)}
.reasonCard h3{font-size:22px;font-weight:600;color:#2a2a2a;margin:0 0 16px}
.reasonCard p{font-size:16px;color:#5a5a5a;line-height:1.7;margin:0}
@media (max-width: 1024px) {
.contactLayout{grid-template-columns:1fr;gap:48px}
.reasonGrid{grid-template-columns:1fr;gap:28px}
.titleWrap h1{font-size:42px}
}
@media (max-width: 768px) {
.topContain{min-height:360px;margin-bottom:50px}
.titleWrap h1{font-size:34px}
.titleWrap p{font-size:17px}
.infoSide h2,.formSide h2{font-size:28px}
.formSide{padding:32px 24px}
.whySection{padding:60px 20px}
.whyInner h2{font-size:32px}
.whyInner > p{font-size:16px}
}
@media (max-width: 480px) {
.titleWrap h1{font-size:28px}
.formSide{padding:24px 18px}
.detailBox{padding:24px}
}
.abt-title-wrap{position:relative;overflow:hidden;margin-bottom:80px;min-height:480px;display:flex;align-items:center}
.abt-title-wrap .img-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.abt-title-wrap .img-box img{width:100%;height:100%;object-fit:cover}
.abt-title-wrap .img-box::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#6b84fee0 0%,#bf090bd1 100%)}
.abt-title-wrap .content-safe{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:60px 24px;width:100%}
.abt-title-wrap .main-heading{color:#fff;font-size:52px;font-weight:700;margin:0 0 28px;line-height:1.2;position:relative}
.abt-title-wrap .main-heading::before{content:'';position:absolute;left:-18px;top:12px;width:6px;height:72%;background:#E6F6C7;border-radius:3px}
.abt-title-wrap .info-points{list-style:none;padding:0;margin:0 0 36px}
.abt-title-wrap .info-points li{color:#fff;font-size:18px;line-height:1.6;margin-bottom:14px;padding-left:32px;position:relative}
.abt-title-wrap .info-points li::before{content:'→';position:absolute;left:0;color:#E6F6C7;font-weight:700;font-size:20px}
.abt-title-wrap .cta-butt{display:inline-block;padding:16px 42px;background:#fff;color:#6B84FE;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.abt-title-wrap .cta-butt:hover{background:#E6F6C7;color:#BF090B;transform:translateY(-2px);box-shadow:0 6px 18px #0003}
.story-area{max-width:1400px;margin:0 auto 100px;padding:0 24px}
.story-area .grid-story{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.story-area .text-side h2{font-size:38px;font-weight:700;color:#6B84FE;margin:0 0 24px;line-height:1.3}
.story-area .text-side p{font-size:17px;line-height:1.7;color:#2c2c2c;margin-bottom:18px}
.story-area .img-side{position:relative}
.story-area .img-side img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #6b84fe33}
.story-area .img-side::before{content:'';position:absolute;top:-12px;right:-12px;width:100%;height:100%;border:3px solid #E6F6C7;border-radius:12px;z-index:-1}
.vals-section{background:linear-gradient(180deg,#f8f9ff 0%,#fff 100%);padding:80px 24px;margin-bottom:100px}
.vals-section .vals-container{max-width:1400px;margin:0 auto}
.vals-section h2{text-align:center;font-size:42px;font-weight:700;color:#BF090B;margin:0 0 56px;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}
.vals-section h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#6B84FE 0%,#E6F6C7 100%);border-radius:2px}
.vals-section .cards-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.vals-section .val-card{background:#fff;padding:36px 28px;border-radius:10px;box-shadow:0 4px 16px #00000014;transition:all .3s ease;border-top:4px solid transparent}
.vals-section .val-card:nth-child(1){border-top-color:#6B84FE}
.vals-section .val-card:nth-child(2){border-top-color:#BF090B}
.vals-section .val-card:nth-child(3){border-top-color:#E6F6C7}
.vals-section .val-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f}
.vals-section .val-card h3{font-size:24px;font-weight:700;color:#2c2c2c;margin:0 0 16px}
.vals-section .val-card p{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.team-preview{max-width:1400px;margin:0 auto 100px;padding:0 24px}
.team-preview .intro-text{text-align:center;margin-bottom:48px}
.team-preview .intro-text h2{font-size:40px;font-weight:700;color:#6B84FE;margin:0 0 20px}
.team-preview .intro-text p{font-size:18px;line-height:1.6;color:#2c2c2c;max-width:720px;margin:0 auto}
.team-preview .member-spotlight{display:flex;align-items:center;gap:48px;background:linear-gradient(135deg,#6b84fe0d 0%,#e6f6c70d 100%);padding:48px;border-radius:12px;border:2px solid #6b84fe1a}
.team-preview .member-spotlight .photo-box{flex-shrink:0}
.team-preview .member-spotlight .photo-box img{width:280px;height:280px;object-fit:cover;border-radius:50%;border:5px solid #fff;box-shadow:0 6px 20px #0000001f}
.team-preview .member-spotlight .info-box h3{font-size:32px;font-weight:700;color:#BF090B;margin:0 0 8px}
.team-preview .member-spotlight .info-box .role{font-size:18px;color:#6B84FE;font-weight:600;margin-bottom:20px;display:block}
.team-preview .member-spotlight .info-box p{font-size:16px;line-height:1.7;color:#2c2c2c;margin-bottom:14px}
.team-preview .team-link{text-align:center;margin-top:40px}
.team-preview .team-link a{display:inline-block;padding:14px 38px;background:#6B84FE;color:#fff;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease}
.team-preview .team-link a:hover{background:#BF090B;transform:scale(1.05)}
@media (max-width: 1024px) {
.abt-title-wrap .main-heading{font-size:42px}
.story-area .grid-story{grid-template-columns:1fr;gap:40px}
.vals-section .cards-wrap{grid-template-columns:1fr}
.team-preview .member-spotlight{flex-direction:column;text-align:center}
}
@media (max-width: 768px) {
.abt-title-wrap{min-height:420px}
.abt-title-wrap .main-heading{font-size:36px}
.abt-title-wrap .main-heading::before{left:0;width:4px}
.story-area .text-side h2{font-size:32px}
.vals-section h2{font-size:34px}
.team-preview .intro-text h2{font-size:32px}
.team-preview .member-spotlight{padding:32px 20px}
.team-preview .member-spotlight .photo-box img{width:220px;height:220px}
.team-preview .member-spotlight .info-box h3{font-size:26px}
}
.TitleWrap{position:relative;width:100%;max-width:1400px;margin:0 auto 80px;overflow:hidden;border-radius:8px}
.TitleWrap .bg-img{width:100%;height:480px;object-fit:cover;display:block}
.TitleWrap .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#6b84fed9 0%,#bf090bbf 100%);display:flex;align-items:center;justify-content:center}
.TitleWrap .overlay::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#e6f6c733 0%,transparent 70%);border-radius:50%}
.TitleWrap .overlay::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#ffffff1a 0%,transparent 60%);border-radius:50%}
.TitleWrap .txt-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:900px;padding:0 30px}
.TitleWrap .txt-content h1{font-size:58px;font-weight:700;margin:0 0 18px;line-height:1.2}
.TitleWrap .txt-content .subtitle{font-size:22px;line-height:1.6;margin:0;opacity:.95}
.TeamGrid{width:100%;max-width:1400px;margin:0 auto 100px;padding:0 30px}
.TeamGrid .intro-txt{max-width:820px;margin:0 auto 60px;text-align:center}
.TeamGrid .intro-txt h2{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 20px;position:relative;display:inline-block}
.TeamGrid .intro-txt h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#6B84FE 0%,#BF090B 100%);border-radius:2px}
.TeamGrid .intro-txt p{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0}
.TeamGrid .members-container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.TeamGrid .member-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.TeamGrid .member-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #6b84fe33}
.TeamGrid .member-card .photo-wrap{width:100%;height:320px;overflow:hidden;position:relative}
.TeamGrid .member-card .photo-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.TeamGrid .member-card .photo-wrap::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 50%,#0000004d 100%)}
.TeamGrid .member-card .info-section{padding:28px 24px}
.TeamGrid .member-card .info-section h3{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.TeamGrid .member-card .info-section .role{font-size:16px;color:#6B84FE;font-weight:600;margin:0 0 16px}
.TeamGrid .member-card .info-section .bio{font-size:15px;line-height:1.6;color:#555;margin:0}
.ValueSec{width:100%;background:linear-gradient(165deg,#f8f9fe 0%,#fef5f5 100%);padding:90px 30px;position:relative;overflow:hidden}
.ValueSec::before{content:'';position:absolute;top:-200px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,#6b84fe1a 0%,transparent 70%);border-radius:50%}
.ValueSec::after{content:'';position:absolute;bottom:-180px;left:-120px;width:450px;height:450px;background:radial-gradient(circle,#bf090b14 0%,transparent 70%);border-radius:50%}
.ValueSec .content-wrap{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.ValueSec .heading-area{text-align:center;margin-bottom:70px}
.ValueSec .heading-area h2{font-size:44px;font-weight:700;color:#1a1a1a;margin:0 0 24px}
.ValueSec .heading-area .desc{font-size:19px;line-height:1.6;color:#4a4a4a;max-width:750px;margin:0 auto}
.ValueSec .values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.ValueSec .value-item{display:flex;flex-direction:row;gap:24px;align-items:flex-start}
.ValueSec .value-item .icon-box{flex-shrink:0;width:70px;height:70px;background:linear-gradient(135deg,#6B84FE 0%,#BF090B 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #6b84fe40}
.ValueSec .value-item .icon-box svg{width:36px;height:36px;fill:#fff}
.ValueSec .value-item .text-area h3{font-size:26px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.ValueSec .value-item .text-area p{font-size:16px;line-height:1.7;color:#555;margin:0}
@media (max-width: 1024px) {
.TitleWrap .bg-img{height:400px}
.TitleWrap .txt-content h1{font-size:46px}
.TitleWrap .txt-content .subtitle{font-size:19px}
.TeamGrid .members-container{grid-template-columns:repeat(2,1fr);gap:35px}
.ValueSec .values-grid{gap:40px}
}
@media (max-width: 768px) {
.TitleWrap{margin-bottom:60px}
.TitleWrap .bg-img{height:320px}
.TitleWrap .txt-content h1{font-size:36px}
.TitleWrap .txt-content .subtitle{font-size:17px}
.TeamGrid{margin-bottom:70px;padding:0 20px}
.TeamGrid .intro-txt{margin-bottom:50px}
.TeamGrid .intro-txt h2{font-size:32px}
.TeamGrid .intro-txt p{font-size:16px}
.TeamGrid .members-container{grid-template-columns:1fr;gap:30px}
.ValueSec{padding:70px 20px}
.ValueSec .heading-area{margin-bottom:50px}
.ValueSec .heading-area h2{font-size:34px}
.ValueSec .heading-area .desc{font-size:17px}
.ValueSec .values-grid{grid-template-columns:1fr;gap:35px}
.ValueSec .value-item{gap:20px}
.ValueSec .value-item .icon-box{width:60px;height:60px}
.ValueSec .value-item .icon-box svg{width:30px;height:30px}
.ValueSec .value-item .text-area h3{font-size:22px}
}
.SuccWrap{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6B84FE 0%,#BF090B 100%);position:relative;padding:60px 20px;overflow:hidden}
.SuccWrap::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,#00000005 10px,#00000005 20px),repeating-linear-gradient(-45deg,transparent,transparent 10px,#00000005 10px,#00000005 20px);opacity:.4}
.SuccContentBox{max-width:720px;width:100%;background:#fffffff7;padding:70px 50px;border-radius:8px;box-shadow:0 16px 48px #00000026;position:relative;z-index:2;text-align:center}
.SuccContentBox::before{content:'';position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:linear-gradient(135deg,#6B84FE,#BF090B);border-radius:8px;z-index:-1}
.CheckmarkWrap{width:90px;height:90px;margin:0 auto 30px;position:relative}
.CheckmarkCircle{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#6B84FE,#BF090B);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #6b84fe4d}
.CheckmarkIcon{width:50px;height:50px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.SuccContentBox h1{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 20px;line-height:1.2}
.SuccDescript{font-size:18px;line-height:1.6;color:#444;margin:0 0 35px}
.NextActionBox{background:#f8f9fc;border-radius:6px;padding:30px;margin:35px 0 0;border:1px solid #e6e9f0}
.NextActionBox h2{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 18px}
.NextStepsList{list-style:none;padding:0;margin:0 0 25px}
.NextStepsList li{font-size:16px;line-height:1.7;color:#555;padding:12px 0 12px 35px;position:relative;text-align:left}
.NextStepsList li::before{content:'';position:absolute;left:0;top:18px;width:20px;height:20px;background:linear-gradient(135deg,#6B84FE,#BF090B);border-radius:50%;opacity:.2}
.NextStepsList li::after{content:'';position:absolute;left:6px;top:24px;width:8px;height:8px;background:#6B84FE;border-radius:50%}
.BackHomeBttn{display:inline-block;padding:14px 40px;background:linear-gradient(135deg,#6B84FE,#BF090B);color:#fff;text-decoration:none;border-radius:6px;font-size:16px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #6b84fe40}
.BackHomeBttn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6b84fe59}
.DecoShape{position:absolute;width:180px;height:180px;border-radius:50%;opacity:.1;z-index:1}
.DecoShape-1{top:-60px;right:-70px;background:radial-gradient(circle,#BF090B,transparent)}
.DecoShape-2{bottom:-80px;left:-50px;background:radial-gradient(circle,#6B84FE,transparent)}
@media (max-width: 768px) {
.SuccWrap{padding:40px 20px;min-height:70vh}
.SuccContentBox{padding:50px 30px}
.SuccContentBox h1{font-size:30px}
.SuccDescript{font-size:16px}
.NextActionBox{padding:25px 20px}
.NextActionBox h2{font-size:20px}
.NextStepsList li{font-size:15px;padding-left:30px}
.BackHomeBttn{padding:12px 32px;font-size:15px}
}
@media (max-width: 480px) {
.CheckmarkWrap{width:70px;height:70px;margin-bottom:25px}
.CheckmarkCircle{width:70px;height:70px}
.CheckmarkIcon{width:38px;height:38px}
.SuccContentBox h1{font-size:26px}
.SuccDescript{font-size:15px}
.NextStepsList li{font-size:14px}
}
.ConfirmBlok{background:#fff;padding:80px 20px}
.ConfirmInner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.ConfirmLeft h2{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.3;position:relative;padding-left:20px}
.ConfirmLeft h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#6B84FE,#BF090B);border-radius:3px}
.ConfirmTxt{font-size:17px;line-height:1.7;color:#555;margin:0 0 20px}
.DetailCardsWrap{display:flex;flex-direction:column;gap:18px}
.DetailCard{background:linear-gradient(135deg,#f8f9fc 0%,#fff 100%);border-radius:8px;padding:24px 28px;border:1px solid #e6e9f0;transition:transform .3s ease,box-shadow .3s ease}
.DetailCard:hover{transform:translateX(5px);box-shadow:0 6px 18px #6b84fe1f}
.DetailCard h3{font-size:19px;font-weight:600;color:#1a1a1a;margin:0 0 10px;display:flex;align-items:center;gap:12px}
.DetailCard h3::before{content:'';width:8px;height:8px;background:#6B84FE;border-radius:50%;flex-shrink:0}
.DetailCard p{font-size:15px;line-height:1.6;color:#666;margin:0}
.InfoGridArea{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.InfoBoxItem{background:#fff;border:2px solid #e6e9f0;border-radius:6px;padding:24px;text-align:center;transition:border-color .3s ease}
.InfoBoxItem:hover{border-color:#6B84FE}
.InfoBoxItem h4{font-size:16px;font-weight:600;color:#6B84FE;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}
.InfoBoxItem p{font-size:15px;line-height:1.5;color:#444;margin:0}
@media (max-width: 968px) {
.ConfirmInner{grid-template-columns:1fr;gap:50px}
.InfoGridArea{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.ConfirmBlok{padding:60px 20px}
.ConfirmLeft h2{font-size:28px}
.ConfirmTxt{font-size:16px}
.DetailCard{padding:20px 22px}
.DetailCard h3{font-size:18px}
}
@media (max-width: 480px) {
.ConfirmLeft h2{font-size:24px;padding-left:15px}
.ConfirmLeft h2::before{width:4px}
.InfoBoxItem{padding:20px}
}