@import "https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
html,body{height:100%;font-family:'Raleway',sans-serif;background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);color:#2c3e50}
body{display:flex;flex-direction:column}
.header-wrap{background:linear-gradient(127deg,#fff 0%,#f5f7fa 50%,#e8ecf1 100%);box-shadow:0 4px 2px #00000014;position:relative}
.header-inner{max-width:1400px;margin:0 auto;padding:28px 40px;display:grid;grid-template-columns:auto 1fr;gap:60px;align-items:center}
.brand-stack{display:flex;flex-direction:column;gap:8px}
.logo-holder{width:110px;height:110px;background:#fff;border-radius:28px;padding:14px;box-shadow:0 3px 1px #0000001a inset 0 1px 3px #fffc}
.logo-holder img{width:100%;height:100%;object-fit:contain}
.brand-name{font-size:26px;font-weight:700;color:#542ED3;letter-spacing:-.5px}
.nav-contact-column{display:flex;flex-direction:column;gap:20px;align-items:flex-end}
.contact-info-row{display:flex;gap:32px;align-items:center}
.contact-info-row a{color:#2c3e50;text-decoration:none;font-size:15px;display:flex;align-items:center;gap:8px;transition:color .2s}
.contact-info-row a:hover{color:#542ED3}
.contact-info-row i{font-size:18px;color:#41D966}
.main-nav-holder{display:flex;gap:8px}
.main-nav-holder a{color:#2c3e50;text-decoration:none;font-size:16px;font-weight:600;padding:12px 24px;border-radius:24px;background:#fff;box-shadow:0 2px 1px #0000000f;transition:background-color 0.2s,color .2s}
.main-nav-holder a:hover{background-color:#f0f4f8;color:#542ED3}
main{flex:1}
.footer-area{background:linear-gradient(142deg,#2c3e50 0%,#34495e 100%);color:#ecf0f1;padding:48px 40px 32px;margin-top:80px}
.footer-container{max-width:1400px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;margin-bottom:40px}
.footer-block h3{font-size:18px;font-weight:700;margin-bottom:20px;color:#41D966;display:flex;align-items:center;gap:10px}
.footer-block h3 i{font-size:22px}
.footer-block p{line-height:1.7;font-size:15px;margin-bottom:12px}
.footer-links-vertical{display:flex;flex-direction:column;gap:12px}
.footer-links-vertical a{color:#ecf0f1;text-decoration:none;font-size:15px;transition:color .2s}
.footer-links-vertical a:hover{color:#41D966}
.footer-divider{height:1px;background:#ecf0f133;margin:32px 0}
.copyright-text{text-align:center;font-size:14px;color:#bdc3c7}
.cookie-sidebar{position:fixed;top:20px;left:20px;width:340px;background:#fff;border-radius:32px;padding:28px;box-shadow:0 6px 3px #00000026;z-index:9999;display:none}
.cookie-sidebar.visible{display:block}
.cookie-header-text{font-size:20px;font-weight:700;color:#542ED3;margin-bottom:16px}
.cookie-desc{font-size:14px;line-height:1.6;color:#2c3e50;margin-bottom:20px}
.cookie-categories{margin-bottom:20px;display:none}
.cookie-categories.show-prefs{display:block}
.cookie-cat-item{margin-bottom:12px}
.cookie-cat-item label{display:flex;align-items:center;gap:10px;font-size:14px;cursor:pointer}
.cookie-cat-item input[type="checkbox"]{width:18px;height:18px}
.cookie-cat-item input[type="checkbox"]:disabled{cursor:not-allowed}
.cookie-actions{display:flex;flex-direction:column;gap:10px}
.cookie-btn{padding:14px 20px;border:none;border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;font-family:'Raleway',sans-serif;transition:background-color .2s}
.cookie-btn-accept{background:linear-gradient(135deg,#41D966 0%,#35b355 100%);color:#fff}
.cookie-btn-accept:hover{background:linear-gradient(135deg,#35b355 0%,#2a9144 100%)}
.cookie-btn-decline{background:#e8ecf1;color:#2c3e50}
.cookie-btn-decline:hover{background:#d4dce5}
.cookie-btn-customize{background:transparent;color:#542ED3;border:2px solid #542ED3}
.cookie-btn-customize:hover{background:#f5f0ff}
.cookie-manage-link{position:fixed;bottom:20px;left:20px;background:#542ED3;color:#fff;padding:12px 18px;border-radius:28px;text-decoration:none;font-size:14px;box-shadow:0 4px 2px #0000001f;display:none;align-items:center;gap:8px;z-index:9998}
.cookie-manage-link.show-link{display:flex}
.cookie-manage-link:hover{background:#4526b8}
@media (max-width: 1024px) {
.header-inner{grid-template-columns:1fr;gap:24px}
.nav-contact-column{align-items:flex-start}
.main-nav-holder{flex-wrap:wrap}
.footer-grid{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 640px) {
.header-inner{padding:20px}
.logo-holder{width:90px;height:90px}
.brand-name{font-size:22px}
.contact-info-row{flex-direction:column;align-items:flex-start;gap:12px}
.main-nav-holder{flex-direction:column;width:100%}
.main-nav-holder a{text-align:center}
.cookie-sidebar{width:calc(100% - 40px);left:20px;right:20px}
.footer-area{padding:32px 20px 24px}
}
.terms-section{max-width:1400px;margin:0 auto;padding:80px 24px;background:linear-gradient(135deg,#fff 0%,#fafafa 100%)}
.terms-section h1{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}
.terms-section h2{font-size:36px;font-weight:600;color:#2a2a2a;margin:64px 0 24px;line-height:1.3;border-bottom:3px solid #41D966;padding-bottom:12px}
.terms-section h3{font-size:28px;font-weight:600;color:#3a3a3a;margin:48px 0 20px;line-height:1.4}
.terms-section h4{font-size:22px;font-weight:600;color:#4a4a4a;margin:32px 0 16px;line-height:1.4}
.terms-section h5{font-size:18px;font-weight:600;color:#5a5a5a;margin:24px 0 12px;line-height:1.5}
.terms-section h6{font-size:16px;font-weight:600;color:#6a6a6a;margin:20px 0 12px;line-height:1.5}
.terms-section p{font-size:17px;line-height:1.8;color:#333;margin:0 0 24px}
.terms-section a{color:#542ED3;text-decoration:underline;transition:color .3s ease}
.terms-section a:hover{color:#41D966}
.terms-section strong,.terms-section b{font-weight:700;color:#1a1a1a}
.terms-section em,.terms-section i{font-style:italic;color:#444}
.terms-section ul{margin:0 0 24px;padding:0 0 0 32px;list-style-type:none}
.terms-section ul li{font-size:17px;line-height:1.8;color:#333;margin:0 0 12px;padding-left:24px;position:relative}
.terms-section ul li::before{content:'';position:absolute;left:0;top:12px;width:8px;height:8px;background:#41D966;border-radius:50%}
.terms-section ol{margin:0 0 24px;padding:0 0 0 32px;list-style-type:decimal;counter-reset:custom-counter}
.terms-section ol li{font-size:17px;line-height:1.8;color:#333;margin:0 0 12px;padding-left:12px}
.terms-section ul ul,.terms-section ul ol,.terms-section ol ul,.terms-section ol ol{margin:12px 0}
.terms-section table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 0 #00000014}
.terms-section thead{background:linear-gradient(135deg,#542ED3 0%,#41D966 100%)}
.terms-section thead tr{border:none}
.terms-section thead th{padding:20px 24px;text-align:left;font-size:16px;font-weight:700;color:#fff;border:none}
.terms-section tbody tr{border-bottom:1px solid #e8e8e8;transition:background .2s ease}
.terms-section tbody tr:last-child{border-bottom:none}
.terms-section tbody tr:hover{background:#f9f9f9}
.terms-section tbody td{padding:18px 24px;font-size:16px;line-height:1.6;color:#333;border:none}
.terms-section th{font-weight:700}
.terms-section hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#41D966 50%,transparent 100%);margin:48px 0}
.terms-section div{margin:0 0 24px}
.terms-section blockquote{margin:32px 0;padding:24px 32px;background:#FFE7C2;border-left:6px solid #542ED3;border-radius:0 24px 24px 0;box-shadow:0 3px 0 #542ed31a}
.terms-section blockquote p{margin:0;font-size:18px;line-height:1.7;color:#2a2a2a}
.terms-section code{background:#f5f5f5;padding:3px 8px;border-radius:8px;font-family:'Courier New',monospace;font-size:15px;color:#542ED3}
.terms-section pre{background:#f5f5f5;padding:24px;border-radius:20px;overflow-x:auto;margin:24px 0;box-shadow:inset 0 2px 4px #0000000f}
.terms-section pre code{background:none;padding:0;border-radius:0;font-size:14px;color:#333}
@media (max-width: 1024px) {
.terms-section{padding:64px 20px}
.terms-section h1{font-size:40px}
.terms-section h2{font-size:32px;margin:48px 0 20px}
.terms-section h3{font-size:24px}
}
@media (max-width: 768px) {
.terms-section{padding:48px 16px}
.terms-section h1{font-size:32px;margin:0 0 12px}
.terms-section h2{font-size:26px;margin:40px 0 16px}
.terms-section h3{font-size:22px;margin:32px 0 16px}
.terms-section h4{font-size:19px}
.terms-section p,.terms-section ul li,.terms-section ol li{font-size:16px;line-height:1.7}
.terms-section table{font-size:14px;border-radius:16px;margin:24px 0}
.terms-section thead th{padding:16px 12px;font-size:14px}
.terms-section tbody td{padding:14px 12px;font-size:14px}
.terms-section blockquote{padding:20px;margin:24px 0;border-radius:0 20px 20px 0}
.terms-section blockquote p{font-size:16px}
.terms-section ul{padding:0 0 0 24px}
.terms-section ol{padding:0 0 0 24px}
}
@media (max-width: 480px) {
.terms-section h1{font-size:28px}
.terms-section h2{font-size:24px}
.terms-section h3{font-size:20px}
.terms-section table{display:block;overflow-x:auto;white-space:nowrap}
}
.title-hero{max-width:1400px;margin:0 auto;padding:60px 20px 80px}
.title-hero .img-holder{width:100%;max-width:680px;margin:0 auto 48px;position:relative}
.title-hero .img-holder img{width:100%;height:auto;display:block;border-radius:32px;box-shadow:0 6px 0 #542ed326}
.title-hero .img-holder::before{content:'';position:absolute;top:-12px;right:-12px;width:120px;height:120px;background:linear-gradient(135deg,#41D966 0%,#542ED3 100%);border-radius:50%;z-index:-1;opacity:.2}
.title-hero .txt-area{text-align:center;max-width:900px;margin:0 auto}
.title-hero .main-heading{font-size:3.2rem;font-weight:700;color:#1a1a1a;margin:0 0 42px;line-height:1.2}
.title-hero .btn-group7{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.title-hero .btn-primary4{padding:16px 36px;background:linear-gradient(125deg,#41D966 0%,#542ED3 100%);color:#fff;text-decoration:none;border-radius:28px;font-weight:600;font-size:1.05rem;box-shadow:0 4px 0 #542ed340;transition:all .3s}
.title-hero .btn-primary4:hover{transform:translateY(-3px);box-shadow:0 7px 0 #542ed34d}
.title-hero .btn-secondary3{padding:16px 36px;background:#FFE7C2;color:#542ED3;text-decoration:none;border-radius:28px;font-weight:600;font-size:1.05rem;box-shadow:0 4px 0 #ffe7c280;transition:all .3s}
.title-hero .btn-secondary3:hover{background:#ffd89f;transform:translateY(-3px)}
.motivation-wrap{max-width:1400px;margin:0 auto;padding:100px 20px;background:linear-gradient(168deg,#41d96614 0%,#ffe7c21f 100%);border-radius:38px}
.motivation-wrap .section-intro{max-width:720px;margin:0 auto 64px;text-align:center}
.motivation-wrap .section-intro h2{font-size:2.6rem;font-weight:700;color:#1a1a1a;margin:0 0 18px;position:relative;display:inline-block}
.motivation-wrap .section-intro h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:5px;background:linear-gradient(90deg,#41D966 0%,#542ED3 100%);border-radius:3px}
.motivation-wrap .section-intro p{font-size:1.15rem;color:#4a4a4a;line-height:1.7;margin:24px 0 0}
.motivation-wrap .cards-grid3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}
.motivation-wrap .mcard{background:#fff;border-radius:26px;padding:36px 28px;box-shadow:0 5px 0 #542ed31f;transition:all .35s}
.motivation-wrap .mcard:hover{transform:translateY(-6px);box-shadow:0 10px 0 #542ed32e}
.motivation-wrap .mcard .icon-holder8{width:68px;height:68px;margin:0 0 22px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#FFE7C2 0%,#41D966 100%);border-radius:50%;font-size:1.8rem;color:#542ED3}
.motivation-wrap .mcard h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 14px}
.motivation-wrap .mcard p{font-size:1rem;color:#5a5a5a;line-height:1.65;margin:0}
.social-responsibility-area{max-width:1400px;margin:120px auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}
.social-responsibility-area .content-side{order:1}
.social-responsibility-area .content-side h2{font-size:2.8rem;font-weight:700;color:#1a1a1a;margin:0 0 26px;position:relative;padding-left:24px}
.social-responsibility-area .content-side h2::before{content:'';position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,#41D966 0%,#542ED3 100%);border-radius:3px}
.social-responsibility-area .content-side .description-text{font-size:1.1rem;color:#4a4a4a;line-height:1.75;margin:0 0 32px}
.social-responsibility-area .stat-list2{list-style:none;padding:0;margin:0;display:grid;gap:20px}
.social-responsibility-area .stat-list2 li{background:linear-gradient(135deg,#41d9661a 0%,#ffe7c226 100%);padding:22px 28px;border-radius:24px;display:flex;align-items:center;gap:18px;box-shadow:0 3px 0 #542ed314}
.social-responsibility-area .stat-list2 .stat-num{font-size:2.2rem;font-weight:700;color:#542ED3;min-width:80px}
.social-responsibility-area .stat-list2 .stat-label{font-size:1.05rem;color:#3a3a3a;line-height:1.5}
.social-responsibility-area .image-side{order:2}
.social-responsibility-area .image-side img{width:100%;height:auto;border-radius:32px;box-shadow:0 8px 0 #542ed326}
.development-path-section{max-width:1400px;margin:0 auto 100px;padding:80px 20px;background:linear-gradient(248deg,#542ed30f 0%,#ffe7c21a 100%);border-radius:38px}
.development-path-section .header-text{text-align:center;max-width:680px;margin:0 auto 56px}
.development-path-section .header-text h2{font-size:2.7rem;font-weight:700;color:#1a1a1a;margin:0 0 18px}
.development-path-section .header-text p{font-size:1.12rem;color:#4a4a4a;line-height:1.7;margin:0}
.development-path-section .path-steps{display:grid;gap:28px;position:relative}
.development-path-section .path-steps::before{content:'';position:absolute;left:40px;top:60px;bottom:60px;width:3px;background:linear-gradient(180deg,#41D966 0%,#542ED3 100%);z-index:0}
.development-path-section .step-item5{display:flex;gap:28px;align-items:flex-start;position:relative;z-index:1}
.development-path-section .step-num-circle{min-width:82px;height:82px;background:#fff;border:4px solid #41D966;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#542ED3;box-shadow:0 4px 0 #41d96633}
.development-path-section .step-content8{background:#fff;padding:28px 32px;border-radius:26px;flex:1;box-shadow:0 4px 0 #542ed31a}
.development-path-section .step-content8 h3{font-size:1.6rem;font-weight:600;color:#1a1a1a;margin:0 0 12px}
.development-path-section .step-content8 p{font-size:1.05rem;color:#5a5a5a;line-height:1.65;margin:0}
.relevance-module{max-width:1400px;margin:0 auto 120px;padding:0 20px}
.relevance-module .intro-block{text-align:center;max-width:760px;margin:0 auto 68px}
.relevance-module .intro-block h2{font-size:2.9rem;font-weight:700;color:#1a1a1a;margin:0 0 20px;background:linear-gradient(125deg,#41D966 0%,#542ED3 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.relevance-module .intro-block p{font-size:1.15rem;color:#4a4a4a;line-height:1.75;margin:0}
.relevance-module .skills-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.relevance-module .skill-box{background:linear-gradient(155deg,#ffe7c240 0%,#41d96614 100%);padding:38px 32px;border-radius:30px;border-left:6px solid #41D966;box-shadow:0 5px 0 #542ed31a;transition:all .35s}
.relevance-module .skill-box:hover{transform:translateX(8px);border-left-color:#542ED3}
.relevance-module .skill-box h4{font-size:1.55rem;font-weight:600;color:#1a1a1a;margin:0 0 16px;display:flex;align-items:center;gap:14px}
.relevance-module .skill-box h4::before{content:'';width:12px;height:12px;background:#542ED3;border-radius:50%}
.relevance-module .skill-box p{font-size:1.05rem;color:#4a4a4a;line-height:1.7;margin:0}
.expert-section{max-width:1400px;margin:0 auto 80px;padding:90px 20px;background:linear-gradient(192deg,#41d9661a 0%,#542ed30f 100%);border-radius:38px;display:grid;grid-template-columns:280px 1fr;gap:52px;align-items:center}
.expert-section .expert-img-wrap{position:relative}
.expert-section .expert-img-wrap img{width:100%;height:auto;border-radius:28px;box-shadow:0 6px 0 #542ed32e}
.expert-section .expert-img-wrap::after{content:'';position:absolute;bottom:-16px;right:-16px;width:90px;height:90px;background:linear-gradient(135deg,#FFE7C2 0%,#41D966 100%);border-radius:50%;z-index:-1}
.expert-section .expert-text{padding:12px 0}
.expert-section .expert-text h3{font-size:2.3rem;font-weight:700;color:#1a1a1a;margin:0 0 22px}
.expert-section .expert-text .quote-text{font-size:1.15rem;color:#3a3a3a;line-height:1.8;margin:0 0 26px;font-style:italic;padding-left:28px;border-left:4px solid #542ED3}
.expert-section .expert-text .credentials-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.expert-section .expert-text .credentials-list li{font-size:1.05rem;color:#4a4a4a;display:flex;align-items:center;gap:12px}
.expert-section .expert-text .credentials-list li::before{content:'✓';color:#41D966;font-weight:700;font-size:1.3rem}
@media (max-width: 1024px) {
.title-hero .main-heading{font-size:2.6rem}
.social-responsibility-area{grid-template-columns:1fr;gap:42px}
.social-responsibility-area .content-side{order:2}
.social-responsibility-area .image-side{order:1}
.relevance-module .skills-showcase{grid-template-columns:1fr}
.expert-section{grid-template-columns:1fr;gap:38px}
.expert-section .expert-img-wrap{max-width:320px;margin:0 auto}
}
@media (max-width: 768px) {
.title-hero{padding:40px 20px 60px}
.title-hero .main-heading{font-size:2.1rem}
.title-hero .btn-group7{flex-direction:column;align-items:stretch}
.motivation-wrap{padding:60px 20px}
.motivation-wrap .section-intro h2{font-size:2rem}
.motivation-wrap .cards-grid3{grid-template-columns:1fr}
.social-responsibility-area{margin:80px auto}
.social-responsibility-area .content-side h2{font-size:2.1rem}
.development-path-section{padding:60px 20px}
.development-path-section .header-text h2{font-size:2.1rem}
.development-path-section .path-steps::before{left:20px}
.development-path-section .step-item5{flex-direction:column;gap:18px}
.development-path-section .step-num-circle{min-width:68px;height:68px;font-size:1.5rem}
.relevance-module .intro-block h2{font-size:2.2rem}
.relevance-module .skill-box{padding:28px 22px}
.expert-section{padding:60px 20px}
.expert-section .expert-text h3{font-size:1.9rem}
}
.contact-page-wrap{width:100%;max-width:1400px;margin:0 auto;padding:0 20px}
.tilted-header-zone{position:relative;min-height:420px;margin:60px 0 80px;overflow:hidden}
.slant-img-holder{position:absolute;top:0;right:0;width:55%;height:100%;transform:skewX(-8deg);overflow:hidden;transform-origin:bottom right;box-shadow:-12px 4px 24px #542ed326}
.slant-img-holder img{width:120%;height:100%;object-fit:cover;transform:skewX(8deg) translateX(-10%);filter:sepia(8%) saturate(1.1) hue-rotate(-5deg)}
.header-txt-content{position:relative;max-width:580px;padding:50px 0;z-index:2}
.header-txt-content h1{font-size:3.2rem;line-height:1.15;color:#542ED3;margin:0 0 32px;font-weight:700}
.header-txt-content p{font-size:1.15rem;line-height:1.7;color:#444;margin:0}
.form-interaction-section{background:linear-gradient(128deg,#FFE7C2 0%,#f9f3e8 100%);padding:90px 20px;margin:0 0 70px;border-radius:32px}
.form-layout-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:70px;align-items:start}
.form-intro-text h2{font-size:2.4rem;line-height:1.25;color:#542ED3;margin:0 0 24px;font-weight:700}
.form-intro-text p{font-size:1.05rem;line-height:1.65;color:#555;margin:0 0 20px}
.tech-form-panel{background:#fff;padding:48px 42px;border-radius:28px;box-shadow:4px 6px 18px #00000014}
.form-group-item{margin:0 0 28px}
.form-group-item label{display:block;font-size:.95rem;font-weight:600;color:#333;margin:0 0 10px;letter-spacing:.3px}
.form-group-item input[type="text"],.form-group-item input[type="email"],.form-group-item input[type="tel"]{width:100%;padding:15px 18px;border:2px solid #ddd;border-radius:12px;font-size:1rem;color:#333;background:#fafafa;transition:all .25s;box-sizing:border-box}
.form-group-item input:focus{outline:none;border-color:#41D966;background:#fff;box-shadow:0 0 0 3px #41d9661f}
.dropdown-select-wrapper{position:relative;margin:0 0 28px}
.dropdown-select-wrapper label{display:block;font-size:.95rem;font-weight:600;color:#333;margin:0 0 10px;letter-spacing:.3px}
.dropdown-select-wrapper select{width:100%;padding:15px 18px;border:2px solid #ddd;border-radius:12px;font-size:1rem;color:#333;background:#fafafa;cursor:pointer;appearance:none;box-sizing:border-box;transition:all .25s}
.dropdown-select-wrapper select:focus{outline:none;border-color:#542ED3;background:#fff;box-shadow:0 0 0 3px #542ed31f}
.dropdown-select-wrapper::after{content:'';position:absolute;right:20px;top:50%;margin-top:2px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:7px solid #542ED3;pointer-events:none}
.radio-options-group{margin:0 0 28px}
.radio-options-group legend{font-size:.95rem;font-weight:600;color:#333;margin:0 0 14px;letter-spacing:.3px}
.radio-item-line{margin:0 0 12px;display:flex;align-items:center}
.radio-item-line input[type="radio"]{width:20px;height:20px;margin:0 10px 0 0;cursor:pointer;accent-color:#41D966}
.radio-item-line label{font-size:1rem;color:#444;cursor:pointer;margin:0}
.checkbox-privacy-box{margin:0 0 32px;display:flex;align-items:start}
.checkbox-privacy-box input[type="checkbox"]{width:20px;height:20px;margin:4px 12px 0 0;cursor:pointer;accent-color:#542ED3;flex-shrink:0}
.checkbox-privacy-box label{font-size:.92rem;line-height:1.6;color:#555;cursor:pointer;margin:0}
.checkbox-privacy-box label a{color:#542ED3;text-decoration:none;font-weight:600;transition:color .2s}
.checkbox-privacy-box label a:hover{color:#41D966}
.submit-btn-holder{text-align:right}
.tech-submit-btn{padding:16px 48px;background:linear-gradient(135deg,#41D966 0%,#2fb554 100%);color:#fff;border:none;border-radius:14px;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:3px 5px 14px #41d9664d;transition:all .3s;letter-spacing:.5px}
.tech-submit-btn:hover{transform:translateY(-2px);box-shadow:4px 8px 20px #41d96666;background:linear-gradient(135deg,#2fb554 0%,#41D966 100%)}
.tech-submit-btn:active{transform:translateY(0)}
.info-blocks-zone{max-width:1200px;margin:0 auto 80px;display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.info-card-item{background:linear-gradient(155deg,#fff 0%,#f5f5f5 100%);padding:42px 32px;border-radius:24px;box-shadow:2px 4px 16px #0000000f;transition:all .3s;border:2px solid transparent}
.info-card-item:hover{transform:translateY(-4px);box-shadow:3px 7px 24px #542ed326;border-color:#FFE7C2}
.info-card-item h3{font-size:1.4rem;color:#542ED3;margin:0 0 18px;font-weight:700;display:flex;align-items:center;gap:12px}
.info-card-item h3::before{content:'';width:8px;height:8px;background:#41D966;border-radius:50%;display:inline-block}
.info-card-item p{font-size:1.05rem;line-height:1.7;color:#555;margin:0 0 12px}
.info-card-item a{color:#542ED3;text-decoration:none;font-weight:600;transition:color .2s;word-break:break-word}
.info-card-item a:hover{color:#41D966}
@media (max-width: 1024px) {
.tilted-header-zone{min-height:380px;margin:50px 0 60px}
.slant-img-holder{width:50%}
.header-txt-content h1{font-size:2.8rem}
.form-layout-grid{gap:50px}
.info-blocks-zone{grid-template-columns:repeat(2,1fr);gap:28px}
}
@media (max-width: 768px) {
.tilted-header-zone{min-height:auto;margin:40px 0 50px}
.slant-img-holder{position:relative;width:100%;height:280px;transform:none;margin:0 0 30px}
.slant-img-holder img{transform:none;width:100%}
.header-txt-content{max-width:100%;padding:0}
.header-txt-content h1{font-size:2.2rem;margin:0 0 20px}
.header-txt-content p{font-size:1.05rem}
.form-interaction-section{padding:60px 20px;margin:0 0 50px;border-radius:24px}
.form-layout-grid{grid-template-columns:1fr;gap:40px}
.form-intro-text h2{font-size:2rem}
.tech-form-panel{padding:36px 28px}
.submit-btn-holder{text-align:center}
.tech-submit-btn{width:100%}
.info-blocks-zone{grid-template-columns:1fr;gap:24px;margin:0 auto 60px}
}
@media (max-width: 480px) {
.header-txt-content h1{font-size:1.9rem}
.form-intro-text h2{font-size:1.75rem}
.tech-form-panel{padding:28px 22px}
.info-card-item{padding:32px 24px}
}
.program-intro{background:linear-gradient(147deg,#FFE7C2 0%,#fff 100%);padding:80px 20px;position:relative;overflow:hidden}
.program-intro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#542ed314 0%,transparent 70%);border-radius:50%}
.intro-wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.intro-text-zone h1{font-size:48px;color:#1a1a1a;margin:0 0 24px;line-height:1.2}
.intro-text-zone p{font-size:18px;color:#4a4a4a;line-height:1.6;margin:0 0 16px}
.intro-visual-holder{position:relative}
.intro-visual-holder img{width:100%;height:460px;object-fit:cover;border-radius:32px;box-shadow:0 6px 0 #542ed326}
.course-list-section{padding:100px 20px;background:#fff}
.course-grid-container{max-width:1400px;margin:0 auto}
.course-grid-container h2{font-size:36px;color:#1a1a1a;margin:0 0 50px;text-align:center}
.courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.course-card{background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%);border-radius:28px;padding:40px 32px;box-shadow:0 4px 0 #0000000f;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.course-card:hover{transform:translateY(-6px);box-shadow:0 8px 0 #41d96633}
.card-icon-holder{width:64px;height:64px;background:linear-gradient(128deg,#41D966 0%,#2eb350 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.card-icon-holder i{font-size:32px;color:#fff}
.course-card h3{font-size:24px;color:#1a1a1a;margin:0 0 16px}
.course-card p{font-size:16px;color:#5a5a5a;line-height:1.5;margin:0 0 12px}
.duration-tag{display:inline-block;background:#542ed31a;color:#542ED3;padding:6px 14px;border-radius:16px;font-size:14px;font-weight:600}
.learning-path{background:linear-gradient(215deg,#542ED3 0%,#7c5ee6 100%);padding:90px 20px;position:relative}
.path-content-holder{max-width:1400px;margin:0 auto}
.path-content-holder h2{font-size:40px;color:#fff;margin:0 0 60px;text-align:center}
.steps-container{display:flex;justify-content:space-between;gap:24px;position:relative}
.steps-container::before{content:'';position:absolute;top:40px;left:80px;right:80px;height:3px;background:#fff3;z-index:1}
.step-item{flex:1;text-align:center;position:relative;z-index:2}
.step-number{width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:32px;font-weight:700;color:#542ED3;box-shadow:0 6px 0 #0000001a}
.step-item h4{font-size:20px;color:#fff;margin:0 0 12px}
.step-item p{font-size:15px;color:#ffffffe6;line-height:1.5;margin:0}
.instructor-showcase{padding:100px 20px;background:#fafafa}
.instructor-wrapper{max-width:1400px;margin:0 auto}
.instructor-wrapper h2{font-size:38px;color:#1a1a1a;margin:0 0 50px}
.instructor-wrapper h2::before{content:'';display:inline-block;width:6px;height:42px;background:linear-gradient(180deg,#41D966 0%,#542ED3 100%);margin-right:16px;vertical-align:middle;border-radius:3px}
.instructors-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.instructor-profile{display:flex;gap:32px;background:#fff;padding:36px;border-radius:30px;box-shadow:0 5px 0 #0000000d}
.profile-photo{flex-shrink:0}
.profile-photo img{width:140px;height:140px;object-fit:cover;border-radius:50%;border:4px solid #FFE7C2}
.profile-details h3{font-size:24px;color:#1a1a1a;margin:0 0 8px}
.profile-details .specialty{font-size:15px;color:#41D966;font-weight:600;margin:0 0 16px}
.profile-details p{font-size:16px;color:#5a5a5a;line-height:1.6;margin:0 0 14px}
.expertise-tags{display:flex;flex-wrap:wrap;gap:8px}
.tag-item{background:#542ed314;color:#542ED3;padding:5px 12px;border-radius:14px;font-size:13px}
@media (max-width: 1024px) {
.intro-wrapper{grid-template-columns:1fr;gap:40px}
.courses-grid{grid-template-columns:repeat(2,1fr)}
.instructors-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.program-intro{padding:60px 20px}
.intro-text-zone h1{font-size:36px}
.intro-visual-holder img{height:320px}
.courses-grid{grid-template-columns:1fr}
.steps-container{flex-direction:column;gap:40px}
.steps-container::before{display:none}
.instructor-profile{flex-direction:column;align-items:center;text-align:center}
.course-list-section,.learning-path,.instructor-showcase{padding:60px 20px}
}
@media (max-width: 480px) {
.intro-text-zone h1{font-size:28px}
.path-content-holder h2,.course-grid-container h2{font-size:28px}
.instructor-wrapper h2{font-size:26px}
}
.heading-zone{max-width:1400px;margin:0 auto;padding:80px 24px 60px;display:grid;grid-template-columns:260px 1fr 260px;gap:48px;align-items:center}
.heading-zone .image-left,.heading-zone .image-right{width:100%;height:340px;border-radius:28px;object-fit:cover;position:relative}
.heading-zone .image-left{box-shadow:6px 6px 0 #41D966}
.heading-zone .image-right{box-shadow:-6px 6px 0 #542ED3}
.heading-zone .text-center-holder{text-align:center}
.heading-zone .main-title{font-size:52px;font-weight:700;line-height:1.15;margin:0 0 16px;color:#1a1a1a}
.heading-zone .main-title .accent-word{color:#542ED3;position:relative;display:inline-block}
.heading-zone .main-title .accent-word::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#41D966,#542ED3);border-radius:2px}
.heading-zone .subtitle-text{font-size:19px;line-height:1.5;color:#4a4a4a;margin:0}
.intro-block-v2{max-width:1400px;margin:0 auto 80px;padding:0 24px}
.intro-block-v2 .content-area{background:linear-gradient(135deg,#FFE7C2 0%,#fff 100%);border-radius:32px;padding:64px;box-shadow:0 4px 16px #00000014}
.intro-block-v2 .intro-heading{font-size:38px;font-weight:700;margin:0 0 24px;color:#1a1a1a}
.intro-block-v2 .intro-paragraph{font-size:18px;line-height:1.7;color:#3a3a3a;margin:0 0 20px}
.intro-block-v2 .intro-paragraph:last-child{margin-bottom:0}
.partner-showcase{max-width:1400px;margin:0 auto 100px;padding:0 24px}
.partner-showcase .section-label{font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#542ED3;margin:0 0 48px;text-align:center}
.partner-showcase .grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.partner-showcase .partner-card{background:#fff;border-radius:24px;padding:48px 36px;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;position:relative;border:2px solid transparent}
.partner-showcase .partner-card:hover{transform:translateY(-4px);box-shadow:0 6px 24px #542ed326;border-color:#41D966}
.partner-showcase .partner-card .icon-holder{width:64px;height:64px;background:linear-gradient(135deg,#41D966,#542ED3);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.partner-showcase .partner-card .icon-holder i{font-size:32px;color:#fff}
.partner-showcase .partner-card .partner-name{font-size:24px;font-weight:700;margin:0 0 16px;color:#1a1a1a}
.partner-showcase .partner-card .partner-description{font-size:16px;line-height:1.6;color:#5a5a5a;margin:0}
.collaboration-details{background:linear-gradient(45deg,#542ED3 0%,#41D966 100%);padding:100px 24px;position:relative;overflow:hidden}
.collaboration-details::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:50%}
.collaboration-details .content-wrapper{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.collaboration-details .collaboration-heading{font-size:42px;font-weight:700;color:#fff;margin:0 0 56px;text-align:center}
.collaboration-details .benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.collaboration-details .benefit-item{background:#ffffff1f;border-radius:20px;padding:36px;backdrop-filter:blur(10px);border:1px solid #fff3}
.collaboration-details .benefit-item .benefit-title{font-size:22px;font-weight:600;color:#FFE7C2;margin:0 0 12px;display:flex;align-items:center;gap:12px}
.collaboration-details .benefit-item .benefit-title::before{content:'';width:8px;height:8px;background:#41D966;border-radius:50%;display:block}
.collaboration-details .benefit-item .benefit-text{font-size:17px;line-height:1.65;color:#fff;margin:0}
.testimonial-section{max-width:1400px;margin:0 auto 100px;padding:0 24px}
.testimonial-section .testimonial-wrapper{display:grid;grid-template-columns:320px 1fr;gap:56px;align-items:center}
.testimonial-section .portrait-area{position:relative}
.testimonial-section .portrait-area img{width:100%;height:420px;object-fit:cover;border-radius:32px;box-shadow:0 8px 32px #0000001f}
.testimonial-section .portrait-area::after{content:'';position:absolute;bottom:-12px;right:-12px;width:100%;height:100%;border:3px solid #41D966;border-radius:32px;z-index:-1}
.testimonial-section .quote-area{background:#f8f8f8;border-radius:28px;padding:52px 48px;position:relative}
.testimonial-section .quote-area::before{content:'"';position:absolute;top:16px;left:32px;font-size:120px;font-weight:700;color:#542ed314;line-height:1}
.testimonial-section .quote-area .quote-text{font-size:20px;line-height:1.7;color:#2a2a2a;margin:0 0 28px;position:relative;z-index:1}
.testimonial-section .quote-area .author-info{display:flex;flex-direction:column;gap:4px}
.testimonial-section .quote-area .author-name{font-size:18px;font-weight:700;color:#1a1a1a;margin:0}
.testimonial-section .quote-area .author-role{font-size:16px;color:#542ED3;margin:0}
.contact-cta-section{max-width:1400px;margin:0 auto 80px;padding:0 24px}
.contact-cta-section .cta-box{background:linear-gradient(90deg,#FFE7C2 0%,#fff 100%);border-radius:36px;padding:64px;text-align:center;box-shadow:0 4px 20px #00000014}
.contact-cta-section .cta-box .cta-heading{font-size:36px;font-weight:700;margin:0 0 20px;color:#1a1a1a}
.contact-cta-section .cta-box .cta-text{font-size:18px;line-height:1.6;color:#4a4a4a;margin:0 0 36px;max-width:700px;margin-left:auto;margin-right:auto}
.contact-cta-section .cta-box .btn-primary{display:inline-block;background:linear-gradient(135deg,#41D966,#542ED3);color:#fff;font-size:18px;font-weight:600;padding:18px 48px;border-radius:28px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #542ed340;position:relative;z-index:10}
.contact-cta-section .cta-box .btn-primary:hover{transform:scale(1.05);box-shadow:0 6px 24px #542ed359}
@media (max-width: 1024px) {
.heading-zone{grid-template-columns:1fr;gap:32px;padding:60px 20px 40px}
.heading-zone .image-left,.heading-zone .image-right{height:260px;max-width:400px;margin:0 auto}
.heading-zone .main-title{font-size:40px}
.intro-block-v2 .content-area{padding:48px 32px}
.partner-showcase .grid-layout{grid-template-columns:1fr}
.collaboration-details .benefit-grid{grid-template-columns:1fr;gap:28px}
.testimonial-section .testimonial-wrapper{grid-template-columns:1fr;gap:40px}
.testimonial-section .portrait-area{max-width:320px;margin:0 auto}
.contact-cta-section .cta-box{padding:48px 32px}
}
@media (max-width: 640px) {
.heading-zone .main-title{font-size:32px}
.heading-zone .subtitle-text{font-size:17px}
.intro-block-v2 .content-area{padding:36px 24px}
.intro-block-v2 .intro-heading{font-size:28px}
.partner-showcase .partner-card{padding:36px 28px}
.collaboration-details{padding:60px 20px}
.collaboration-details .collaboration-heading{font-size:32px}
.collaboration-details .benefit-item{padding:28px 24px}
.testimonial-section .quote-area{padding:40px 28px}
.testimonial-section .quote-area .quote-text{font-size:18px}
.contact-cta-section .cta-box .cta-heading{font-size:28px}
.contact-cta-section .cta-box .btn-primary{padding:16px 36px;font-size:16px}
}
.success-wrap{max-width:1400px;margin:0 auto;padding:0 20px}
.confirm-zone{min-height:85vh;display:flex;align-items:center;justify-content:center;position:relative;padding:60px 20px;background:linear-gradient(127deg,#FFE7C2 0%,#fff 45%,#41D966 100%);overflow:hidden}
.confirm-zone::before{content:'';position:absolute;top:-15%;right:-8%;width:480px;height:480px;background:#542ed317;border-radius:35px;transform:rotate(23deg)}
.confirm-zone::after{content:'';position:absolute;bottom:-12%;left:-5%;width:380px;height:380px;background:#41d9661f;border-radius:28px;transform:rotate(-17deg)}
.confirm-core{max-width:720px;text-align:center;position:relative;z-index:2;background:#ffffffde;padding:68px 52px;border-radius:32px;box-shadow:0 6px 0 #542ed314 0 3px 12px #0000000f}
.check-visual{width:96px;height:96px;margin:0 auto 32px;background:linear-gradient(135deg,#41D966 0%,#2eb851 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 0 #41d96640}
.check-visual svg{width:52px;height:52px;fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.confirm-core h1{font-size:2.7rem;font-weight:700;color:#1a1a1a;margin:0 0 18px;line-height:1.2}
.status-note{font-size:1.15rem;color:#4a4a4a;margin:0 0 14px;line-height:1.6}
.detail-info{font-size:1.05rem;color:#666;margin:0 0 38px;line-height:1.7}
.action-row{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.btn-primary3{display:inline-block;padding:16px 38px;background:linear-gradient(135deg,#542ED3 0%,#4125a8 100%);color:#fff;text-decoration:none;border-radius:28px;font-size:1.05rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 0 #542ed338;position:relative;z-index:10}
.btn-primary3:hover{transform:translateY(-2px);box-shadow:0 6px 0 #542ed338 0 4px 16px #542ed32e}
.btn-secondary7{display:inline-block;padding:16px 38px;background:#fff;color:#542ED3;text-decoration:none;border-radius:28px;font-size:1.05rem;font-weight:600;transition:all .3s ease;border:2px solid #542ED3;position:relative;z-index:10}
.btn-secondary7:hover{background:#f8f5ff;transform:translateY(-2px);box-shadow:0 4px 14px #542ed31f}
.next-steps-area{padding:85px 20px;background:#fff}
.steps-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.step-box{background:linear-gradient(155deg,#fff 0%,#f9f9f9 100%);padding:42px 36px;border-radius:26px;border-left:5px solid #41D966;box-shadow:0 3px 0 #0000000a;transition:all .3s ease;position:relative}
.step-box:nth-child(2){border-left-color:#542ED3}
.step-box:nth-child(3){border-left-color:#FFE7C2}
.step-box:hover{transform:translateY(-4px);box-shadow:0 6px 0 #0000000a 0 8px 24px #00000014}
.step-number{position:absolute;top:28px;right:32px;width:48px;height:48px;background:#41d96621;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#41D966}
.step-box:nth-child(2) .step-number{background:#542ed31c;color:#542ED3}
.step-box:nth-child(3) .step-number{background:#ffe7c299;color:#d4a574}
.step-icon-holder{width:64px;height:64px;background:#41D966;border-radius:22px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.step-box:nth-child(2) .step-icon-holder{background:#542ED3}
.step-box:nth-child(3) .step-icon-holder{background:linear-gradient(135deg,#FFE7C2 0%,#f5d4a6 100%)}
.step-icon-holder i{font-size:2rem;color:#fff}
.step-box:nth-child(3) .step-icon-holder i{color:#7a5c3d}
.step-box h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 14px;line-height:1.3}
.step-box p{font-size:1.05rem;color:#5a5a5a;margin:0;line-height:1.7}
@media (max-width: 768px) {
.confirm-zone{min-height:70vh;padding:40px 16px}
.confirm-core{padding:48px 32px}
.confirm-core h1{font-size:2.1rem}
.status-note{font-size:1.05rem}
.action-row{flex-direction:column;gap:12px}
.btn-primary3,.btn-secondary7{width:100%;text-align:center}
.next-steps-area{padding:60px 16px}
.steps-grid{grid-template-columns:1fr;gap:24px}
.step-box{padding:36px 28px}
}
@media (max-width: 480px) {
.confirm-core h1{font-size:1.8rem}
.check-visual{width:78px;height:78px;margin-bottom:24px}
.check-visual svg{width:42px;height:42px}
.step-number{width:42px;height:42px;font-size:1.2rem}
}