*{margin:0;padding:0;box-sizing:border-box}
html,body{height:100%;font-family:'EB Garamond',serif;background:#FFF;color:#11224A}
body{display:flex;flex-direction:column;min-height:100vh}
main{flex:1}
.header-top-zone{background:linear-gradient(135deg,#FE6DDD 0%,#11224A 100%);padding:28px 0}
.header-content-wrap{max-width:1320px;margin:0 auto;padding:0 20px}
.header-top-zone .header-content-wrap{display:flex;align-items:center;justify-content:space-between;gap:32px}
.logo-container{flex-shrink:0}
.site-logo{height:110px;width:110px;display:block;background:#ffffff26;padding:12px;border-radius:24px;box-shadow:0 8px 20px #fe6ddd4d}
.brand-script{flex-grow:1}
.company-signature{font-size:52px;font-weight:700;color:#FFF;text-decoration:none;letter-spacing:2px;text-shadow:3px 3px 12px #11224a80;transition:all .3s ease}
.company-signature:hover{color:#11224A;text-shadow:2px 2px 8px #fe6ddd99}
.header-nav-zone{background:#11224A;padding:18px 0;box-shadow:0 6px 16px #fe6ddd33}
.main-navigation{display:flex;gap:42px;align-items:center;flex-wrap:wrap}
.nav-link{color:#FFF;text-decoration:none;font-size:18px;font-weight:400;padding:10px 18px;border-radius:20px;transition:all .3s ease;position:relative}
.nav-link:hover{background:#fe6ddd33;color:#FE6DDD;outline:2px solid #FE6DDD}
.footer-wrapper{background:linear-gradient(180deg,#11224A 0%,#FE6DDD 100%);padding:56px 20px 32px;margin-top:80px}
.footer-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:40px}
.footer-col-info{display:flex;flex-direction:column;gap:20px}
.footer-heading{font-size:32px;font-weight:700;color:#FFF;margin-bottom:8px}
.footer-text{font-size:16px;line-height:1.6;color:#ffffffe6}
.contact-details{display:flex;flex-direction:column;gap:12px}
.contact-item{font-size:15px;color:#ffffffd9;display:flex;align-items:center;gap:10px}
.contact-item i{font-size:20px;color:#FE6DDD}
.footer-col-cta{display:flex;align-items:center;justify-content:flex-end}
.cta-group{display:flex;flex-direction:column;gap:16px;width:100%;max-width:380px}
.cta-btn-primary{background:#FE6DDD;color:#11224A;padding:18px 32px;border-radius:28px;text-decoration:none;font-size:20px;font-weight:700;text-align:center;box-shadow:0 10px 24px #fe6ddd66;transition:all .3s ease}
.cta-btn-primary:hover{background:#FFF;outline:3px solid #FE6DDD;transform:translateY(-2px);box-shadow:0 14px 28px #fe6ddd80}
.cta-btn-secondary{background:#FFF;color:#11224A;padding:14px 28px;border-radius:24px;text-decoration:none;font-size:17px;font-weight:400;text-align:center;box-shadow:0 6px 16px #ffffff4d;transition:all .3s ease}
.cta-btn-secondary:hover{background:#11224A;color:#FE6DDD;outline:2px solid #FFF}
.cta-btn-tertiary{background:transparent;color:#FFF;padding:12px 24px;border-radius:20px;text-decoration:none;font-size:16px;font-weight:400;text-align:center;border:2px solid #ffffff80;transition:all .3s ease}
.cta-btn-tertiary:hover{border-color:#FFF;background:#ffffff1a}
.footer-bottom{max-width:1320px;margin:0 auto;padding-top:32px;border-top:1px solid #fff3}
.footer-legal{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.copyright-text{font-size:14px;color:#ffffffbf}
.footer-nav{display:flex;gap:28px}
.footer-link{color:#fffc;text-decoration:none;font-size:14px;transition:all .3s ease;padding:6px 12px;border-radius:12px}
.footer-link:hover{color:#FFF;background:#fe6ddd33}
.cookie-popup{position:fixed;right:32px;top:50%;transform:translateY(-50%);background:#FFF;padding:32px;border-radius:28px 16px 28px 16px;box-shadow:0 12px 32px #11224a4d;max-width:420px;z-index:9999;animation:unfoldPop .5s ease-out}
@keyframes unfoldPop {
from{transform:translateY(-50%) scale(0.8);opacity:0}
to{transform:translateY(-50%) scale(1);opacity:1}
}
.cookie-inner{display:flex;flex-direction:column;gap:18px}
.cookie-title{font-size:24px;font-weight:700;color:#11224A}
.cookie-desc{font-size:15px;line-height:1.5;color:#11224A}
.cookie-btns{display:flex;flex-direction:column;gap:10px;margin-top:8px}
.btn-accept-all{background:#FE6DDD;color:#FFF;border:none;padding:16px 24px;border-radius:24px;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 8px 18px #fe6ddd4d;transition:all .3s ease}
.btn-accept-all:hover{background:#11224A;outline:2px solid #FE6DDD}
.btn-reject{background:#FFF;color:#11224A;border:2px solid #11224A;padding:12px 20px;border-radius:20px;font-size:15px;font-weight:400;cursor:pointer;transition:all .3s ease}
.btn-reject:hover{background:#11224A;color:#FFF}
.btn-settings{background:transparent;color:#11224A;border:1px solid #11224a4d;padding:10px 18px;border-radius:16px;font-size:14px;cursor:pointer;transition:all .3s ease}
.btn-settings:hover{border-color:#FE6DDD;color:#FE6DDD}
.cookie-settings{display:flex;flex-direction:column;gap:14px;margin-top:12px;padding-top:16px;border-top:1px solid #11224a1a}
.cookie-option{display:flex;align-items:center;gap:10px;font-size:15px;color:#11224A;cursor:pointer}
.consent-check{width:20px;height:20px;cursor:pointer}
.btn-save-prefs{background:#11224A;color:#FFF;border:none;padding:14px 22px;border-radius:20px;font-size:16px;font-weight:700;cursor:pointer;margin-top:8px;transition:all .3s ease}
.btn-save-prefs:hover{background:#FE6DDD;outline:2px solid #11224A}
@media (max-width: 968px) {
.header-top-zone .header-content-wrap{flex-direction:column;text-align:center}
.company-signature{font-size:38px}
.main-navigation{flex-direction:column;gap:12px}
.footer-grid{grid-template-columns:1fr}
.footer-col-cta{justify-content:flex-start}
.footer-legal{flex-direction:column;text-align:center}
.cookie-popup{right:16px;left:16px;max-width:none}
}
@media (max-width: 640px) {
.site-logo{height:80px;width:80px}
.company-signature{font-size:28px}
.nav-link{width:100%;text-align:center}
.footer-wrapper{padding:40px 16px 24px}
.footer-heading{font-size:26px}
.cta-btn-primary{font-size:18px;padding:16px 24px}
}
.hero-wrapper{max-width:1320px;margin:3rem auto;padding:0 1.5rem}
.hero-frame{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:linear-gradient(135deg,#FE6DDD 0%,#11224A 100%);border-radius:24px;padding:3rem;position:relative;overflow:hidden}
.hero-frame::before{content:'';position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.hero-frame::after{content:'';position:absolute;bottom:-30px;left:-30px;width:150px;height:150px;background:radial-gradient(circle,#ffffff14 0%,transparent 70%);border-radius:50%}
.hero-image-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 32px #11224a4d}
.hero-image-container img{width:100%;height:400px;object-fit:cover;display:block;filter:contrast(1.1) saturate(0.9)}
.hero-content-area{z-index:2;position:relative}
.hero-content-area h1{font-size:2.8rem;font-weight:700;color:#FFF;margin:0 0 .5rem;line-height:1.2}
.hero-content-area h2{font-size:1.5rem;font-weight:400;color:#ffffffd9;margin:0 0 1.5rem;line-height:1.4}
.hero-content-area p{font-size:1.1rem;color:#ffffffe6;line-height:1.6;margin:0}
.pattern-dots{display:grid;grid-template-columns:repeat(4,8px);gap:8px;margin-top:2rem}
.pattern-dots span{width:8px;height:8px;background:#ffffff4d;border-radius:50%}
.assurance-wrapper{max-width:1320px;margin:5rem auto;padding:0 1.5rem}
.assurance-layout{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);border-radius:28px;padding:3.5rem;border:2px solid #FE6DDD}
.assurance-layout h3{font-size:2.2rem;color:#11224A;margin:0 0 2.5rem;text-align:center;position:relative}
.assurance-layout h3::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FE6DDD 0%,#11224A 100%);border-radius:2px}
.assurance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.assurance-card{background:#FFF;padding:2rem;border-radius:20px;box-shadow:0 6px 20px #fe6ddd26;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #fe6ddd33}
.assurance-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #fe6ddd40}
.assurance-card h4{font-size:1.4rem;color:#11224A;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}
.assurance-card h4::before{content:'';width:6px;height:6px;background:#FE6DDD;border-radius:50%;flex-shrink:0}
.assurance-card p{font-size:1rem;color:#4a5568;line-height:1.6;margin:0}
.social-section{max-width:1320px;margin:5rem auto;padding:0 1.5rem}
.social-block{display:flex;gap:3rem;align-items:center}
.social-visual{flex:1;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #11224a33}
.social-visual img{width:100%;height:480px;object-fit:cover;display:block}
.social-text-area{flex:1}
.social-text-area h3{font-size:2.4rem;color:#11224A;margin:0 0 1.5rem;line-height:1.3}
.social-text-area h3::before{content:'';display:inline-block;width:12px;height:12px;background:#FE6DDD;margin-right:1rem;border-radius:3px;transform:rotate(45deg)}
.social-text-area p{font-size:1.05rem;color:#4a5568;line-height:1.7;margin:0 0 1.2rem}
.social-text-area p:last-of-type{margin-bottom:0}
.impact-list{margin-top:2rem;padding-left:0;list-style:none}
.impact-list li{padding:.8rem 0;padding-left:2rem;position:relative;font-size:1.05rem;color:#2d3748}
.impact-list li::before{content:'→';position:absolute;left:0;color:#FE6DDD;font-weight:700}
.workshop-container{max-width:1320px;margin:5rem auto;padding:0 1.5rem}
.workshop-header{text-align:center;margin-bottom:3rem}
.workshop-header h3{font-size:2.3rem;color:#11224A;margin:0 0 1rem;position:relative;display:inline-block}
.workshop-header h3::before{content:'';position:absolute;top:-8px;left:-12px;width:24px;height:24px;border:3px solid #FE6DDD;border-radius:50%}
.workshop-header p{font-size:1.1rem;color:#4a5568;margin:0;max-width:700px;margin:0 auto}
.workshop-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}
.workshop-steps::before{content:'';position:absolute;top:60px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,#FE6DDD 0%,#11224A 100%);z-index:0}
.step-item{background:#FFF;padding:2rem 1.5rem;border-radius:16px;text-align:center;position:relative;z-index:1;box-shadow:0 4px 16px #fe6ddd1f;border:2px solid transparent;transition:border-color .3s ease}
.step-item:hover{border-color:#FE6DDD}
.step-number{width:50px;height:50px;background:linear-gradient(135deg,#FE6DDD 0%,#11224A 100%);color:#FFF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 4px 12px #fe6ddd4d}
.step-item h4{font-size:1.2rem;color:#11224A;margin:0 0 .8rem}
.step-item p{font-size:.95rem;color:#4a5568;margin:0;line-height:1.5}
.pricing-wrapper{max-width:1320px;margin:5rem auto;padding:0 1.5rem}
.pricing-showcase{background:linear-gradient(135deg,#11224A 0%,#FE6DDD 100%);border-radius:28px;padding:4rem 3rem;position:relative;overflow:hidden}
.pricing-showcase::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#ffffff1a 0%,transparent 60%);border-radius:50%}
.pricing-top h3{font-size:2.5rem;color:#FFF;margin:0 0 2.5rem;text-align:center}
.pricing-comparison{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:3rem}
.price-box{background:#fffffff2;padding:2.5rem;border-radius:20px;backdrop-filter:blur(10px);position:relative}
.price-box h4{font-size:1.6rem;color:#11224A;margin:0 0 1.5rem}
.price-details{display:flex;flex-direction:column;gap:1rem}
.price-row{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid #11224a1a}
.price-row:last-child{border-bottom:none;padding-top:1.5rem;font-weight:700}
.price-label{font-size:1.05rem;color:#2d3748}
.price-value{font-size:1.1rem;color:#11224A;font-weight:600}
.total-highlight{font-size:1.8rem;color:#FE6DDD}
.pricing-note{background:#ffffff26;padding:1.5rem;border-radius:16px;text-align:center;border:1px solid #ffffff4d}
.pricing-note p{font-size:1.05rem;color:#FFF;margin:0;line-height:1.6}
.tech-section{max-width:1320px;margin:5rem auto;padding:0 1.5rem}
.tech-display{display:flex;gap:3rem;align-items:center;flex-direction:row-reverse}
.tech-image-box{flex:1;border-radius:20px;overflow:hidden;box-shadow:0 10px 28px #fe6ddd33}
.tech-image-box img{width:100%;height:460px;object-fit:cover;display:block}
.tech-content{flex:1}
.tech-content h3{font-size:2.4rem;color:#11224A;margin:0 0 1.5rem;line-height:1.3}
.tech-content p{font-size:1.05rem;color:#4a5568;line-height:1.7;margin:0 0 1.2rem}
.requirements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}
.req-item{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:1.5rem;border-radius:16px;border-left:4px solid #FE6DDD;box-shadow:0 3px 12px #11224a14}
.req-item h5{font-size:1.2rem;color:#11224A;margin:0 0 .5rem;display:flex;align-items:center;gap:.8rem}
.req-item h5::before{content:'';color:#FE6DDD;font-weight:700}
.req-item p{font-size:.95rem;color:#4a5568;margin:0;line-height:1.5}
.experience-wrapper{max-width:1320px;margin:5rem auto 6rem;padding:0 1.5rem}
.experience-layout{background:#f8f9fa;border-radius:28px;padding:4rem 3rem}
.experience-layout h3{font-size:2.5rem;color:#11224A;margin:0 0 3rem;text-align:center}
.journey-timeline{position:relative;padding-left:3rem}
.journey-timeline::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#FE6DDD 0%,#11224A 100%)}
.timeline-phase{position:relative;margin-bottom:3rem}
.timeline-phase:last-child{margin-bottom:0}
.timeline-phase::before{content:'';position:absolute;left:-3.75rem;top:.5rem;width:18px;height:18px;background:#FE6DDD;border:4px solid #FFF;border-radius:50%;box-shadow:0 0 0 3px #fe6ddd33}
.timeline-phase h4{font-size:1.6rem;color:#11224A;margin:0 0 1rem}
.timeline-phase p{font-size:1.05rem;color:#4a5568;line-height:1.7;margin:0 0 .8rem}
.phase-stats{display:flex;gap:2rem;margin-top:1.5rem}
.stat-badge{background:#FFF;padding:1rem 1.5rem;border-radius:12px;border:2px solid #FE6DDD}
.stat-badge strong{display:block;font-size:1.8rem;color:#11224A;margin-bottom:.3rem}
.stat-badge span{font-size:.9rem;color:#4a5568}
.testimonial-embed{background:#FFF;padding:2rem;border-radius:20px;margin-top:2rem;box-shadow:0 6px 20px #11224a1a;display:flex;gap:2rem;align-items:center}
.testimonial-photo{width:100px;height:100px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 4px 12px #fe6ddd4d}
.testimonial-photo img{width:100%;height:100%;object-fit:cover;display:block}
.testimonial-text blockquote{margin:0 0 1rem;font-size:1.05rem;color:#2d3748;font-style:italic;line-height:1.6}
.testimonial-text cite{display:block;font-style:normal;font-weight:600;color:#11224A;font-size:1rem}
.testimonial-text span{display:block;font-size:.9rem;color:#718096;margin-top:.3rem}
@media (max-width: 968px) {
.hero-frame{grid-template-columns:1fr;gap:2rem;padding:2rem}
.hero-content-area h1{font-size:2.2rem}
.hero-content-area h2{font-size:1.3rem}
.hero-image-container img{height:320px}
.assurance-grid{grid-template-columns:1fr}
.social-block{flex-direction:column}
.social-visual img{height:400px}
.workshop-steps{grid-template-columns:repeat(2,1fr)}
.workshop-steps::before{display:none}
.pricing-comparison{grid-template-columns:1fr;gap:2rem}
.tech-display{flex-direction:column}
.tech-image-box img{height:380px}
.requirements-grid{grid-template-columns:1fr}
.testimonial-embed{flex-direction:column;text-align:center}
.phase-stats{flex-direction:column;gap:1rem}
}
@media (max-width: 640px) {
.hero-content-area h1{font-size:1.8rem}
.hero-content-area h2{font-size:1.1rem}
.hero-image-container img{height:280px}
.assurance-layout{padding:2rem 1.5rem}
.assurance-layout h3{font-size:1.8rem}
.workshop-steps{grid-template-columns:1fr}
.workshop-header h3{font-size:1.9rem}
.pricing-showcase{padding:2.5rem 1.5rem}
.pricing-top h3{font-size:2rem}
.social-text-area h3,.tech-content h3,.experience-layout h3{font-size:2rem}
.social-visual img,.tech-image-box img{height:300px}
.journey-timeline{padding-left:2rem}
.timeline-phase::before{left:-2.6rem}
}
.touch-zone{max-width:1320px;margin:0 auto;padding:4rem 2rem}
.intro-wrap{text-align:center;margin-bottom:5rem}
.intro-wrap h1{font-size:2.8rem;color:#11224A;margin-bottom:1.2rem;font-weight:700;line-height:1.2}
.intro-wrap .lead-text{font-size:1.15rem;color:#555;max-width:680px;margin:0 auto;line-height:1.6}
.grid-contact{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.contact-info-block{background:linear-gradient(135deg,#FE6DDD 0%,#11224A 100%);border-radius:28px;padding:3rem;color:#FFF;box-shadow:0 12px 32px #fe6ddd4d}
.contact-info-block h2{font-size:2rem;margin-bottom:1.8rem;font-weight:700;color:#FFF}
.info-group{margin-bottom:2rem}
.info-group:last-child{margin-bottom:0}
.info-label{font-size:.85rem;text-transform:uppercase;letter-spacing:1.2px;opacity:.85;margin-bottom:.5rem;font-weight:600}
.info-value{font-size:1.1rem;font-weight:500;line-height:1.7}
.info-value a{color:#FFF;text-decoration:none;transition:opacity .3s ease}
.info-value a:hover{opacity:.8}
.messenger-links{display:flex;gap:1rem;margin-top:.8rem}
.messenger-links a{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:#ffffff26;border-radius:18px;color:#FFF;text-decoration:none;font-size:.95rem;transition:all .3s ease;border:1px solid #fff3}
.messenger-links a:hover{background:#ffffff40;transform:translateY(-2px)}
.messenger-links i{font-size:1.2rem}
.form-container{background:#FFF;border-radius:28px;padding:3rem;box-shadow:0 8px 28px #11224a1f;border:2px solid #f0f0f0}
.form-container h2{font-size:1.9rem;color:#11224A;margin-bottom:1.5rem;font-weight:700}
.form-container form{display:flex;flex-direction:column;gap:1.5rem}
.name-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.field-wrap label{display:block;font-size:.95rem;color:#11224A;margin-bottom:.5rem;font-weight:600}
.field-wrap input,.field-wrap select{width:100%;padding:.9rem 1.2rem;border:2px solid #e0e0e0;border-radius:16px;font-size:1rem;color:#333;transition:all .3s ease;background:#fafafa}
.field-wrap input:focus,.field-wrap select:focus{outline:none;border-color:#FE6DDD;background:#FFF;box-shadow:0 4px 16px #fe6ddd26}
.field-wrap select{cursor:pointer;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='%2311224A' d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px;padding-right:3rem}
.radio-group{display:flex;flex-direction:column;gap:.8rem}
.radio-option{display:flex;align-items:center;gap:.6rem}
.radio-option input[type="radio"]{width:20px;height:20px;accent-color:#FE6DDD;cursor:pointer}
.radio-option label{margin-bottom:0;cursor:pointer;font-weight:500;color:#333}
.privacy-box{display:flex;align-items:start;gap:.7rem;padding:1rem;background:#f8f8f8;border-radius:16px;border:1px solid #e8e8e8}
.privacy-box input[type="checkbox"]{width:20px;height:20px;margin-top:.2rem;accent-color:#FE6DDD;cursor:pointer;flex-shrink:0}
.privacy-box label{font-size:.9rem;color:#555;line-height:1.5;cursor:pointer}
.privacy-box a{color:#FE6DDD;text-decoration:none;font-weight:600;transition:color .3s ease}
.privacy-box a:hover{color:#11224A}
.submit-btn{padding:1.1rem 2.5rem;background:linear-gradient(135deg,#FE6DDD 0%,#11224A 100%);color:#FFF;border:none;border-radius:20px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #fe6ddd59}
.submit-btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #fe6ddd73}
.submit-btn:active{transform:translateY(-1px)}
.image-showcase{max-width:1320px;margin:0 auto;padding:0 2rem 5rem}
.showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}
.showcase-item{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #11224a26;transition:all .4s ease}
.showcase-item:hover{transform:scale(1.02);box-shadow:0 16px 40px #fe6ddd40}
.showcase-item img{width:100%;height:420px;object-fit:cover;display:block}
.showcase-item::after{content:'';position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,#11224a99 0%,transparent 100%);pointer-events:none}
@media (max-width: 992px) {
.grid-contact{grid-template-columns:1fr;gap:3rem}
.name-row{grid-template-columns:1fr}
.showcase-grid{grid-template-columns:1fr}
.intro-wrap h1{font-size:2.2rem}
}
@media (max-width: 768px) {
.touch-zone{padding:3rem 1.5rem}
.intro-wrap{margin-bottom:3rem}
.intro-wrap h1{font-size:1.9rem}
.contact-info-block,.form-container{padding:2rem;border-radius:20px}
.messenger-links{flex-wrap:wrap}
.showcase-item img{height:320px}
}
@media (max-width: 576px) {
.touch-zone{padding:2rem 1rem}
.intro-wrap h1{font-size:1.6rem}
.intro-wrap .lead-text{font-size:1rem}
.contact-info-block,.form-container{padding:1.5rem}
.form-container h2,.contact-info-block h2{font-size:1.5rem}
.showcase-item img{height:260px}
}
.program-intro{max-width:1320px;margin:0 auto;padding:80px 20px 60px}
.intro-content-wrap{display:flex;gap:60px;align-items:center}
.intro-text-area{flex:1}
.intro-text-area h1{font-size:2.8rem;line-height:1.2;margin-bottom:24px;color:#11224A}
.intro-text-area h1::before{content:'';display:inline-block;width:6px;height:42px;background:linear-gradient(180deg,#FE6DDD 0%,#11224A 100%);margin-right:16px;vertical-align:middle;border-radius:8px}
.intro-text-area p{font-size:1.1rem;line-height:1.7;color:#333;margin-bottom:16px}
.intro-visual-side{flex:0 0 420px;position:relative}
.intro-visual-side img{width:100%;height:480px;object-fit:cover;border-radius:24px;box-shadow:12px 12px 30px #fe6ddd26}
.duration-badge{position:absolute;bottom:24px;right:24px;background:linear-gradient(135deg,#FE6DDD 0%,#11224A 100%);color:#FFF;padding:16px 28px;border-radius:20px;font-size:1.05rem;font-weight:600;box-shadow:6px 6px 20px #11224a40}
.program-structure-zone{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:80px 20px;position:relative}
.program-structure-zone::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#FE6DDD 0%,#11224A 50%,#FE6DDD 100%)}
.structure-container{max-width:1320px;margin:0 auto}
.structure-header-row{text-align:center;margin-bottom:60px}
.structure-header-row h2{font-size:2.4rem;color:#11224A;margin-bottom:20px;position:relative;display:inline-block}
.structure-header-row h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#FE6DDD;border-radius:4px}
.structure-header-row p{font-size:1.1rem;color:#555;max-width:720px;margin:24px auto 0;line-height:1.6}
.modules-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}
.module-card-item{background:#FFF;border-radius:24px;padding:36px 28px;box-shadow:0 6px 24px #11224a14;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}
.module-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#FE6DDD 0%,#11224A 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.module-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 32px #fe6ddd33;border-color:#FE6DDD}
.module-card-item:hover::before{transform:scaleX(1)}
.module-number-tag{display:inline-block;background:linear-gradient(135deg,#FE6DDD 0%,#ff8ee3 100%);color:#FFF;padding:8px 18px;border-radius:16px;font-size:.9rem;font-weight:600;margin-bottom:20px}
.module-card-item h3{font-size:1.5rem;color:#11224A;margin-bottom:16px;line-height:1.3}
.module-card-item p{font-size:1rem;color:#666;line-height:1.6;margin-bottom:12px}
.module-topics-list{list-style:none;padding:0;margin:20px 0 0}
.module-topics-list li{font-size:.95rem;color:#555;padding-left:24px;margin-bottom:10px;position:relative;line-height:1.5}
.module-topics-list li::before{content:'→';position:absolute;left:0;color:#FE6DDD;font-weight:700}
.outcomes-showcase-section{max-width:1320px;margin:0 auto;padding:80px 20px}
.outcomes-flex-wrapper{display:flex;gap:50px;align-items:flex-start}
.outcomes-image-column{flex:0 0 480px;position:relative}
.outcomes-image-column img{width:100%;height:540px;object-fit:cover;border-radius:28px;box-shadow:-12px 12px 30px #11224a1f}
.expert-profile-card{position:absolute;bottom:-30px;left:30px;background:#FFF;border-radius:20px;padding:20px 24px;box-shadow:0 8px 28px #11224a2e;display:flex;align-items:center;gap:16px;max-width:320px}
.expert-profile-card img{width:64px;height:64px;border-radius:50%;object-fit:cover;box-shadow:none;border:3px solid #FE6DDD}
.expert-info-text h4{font-size:1.05rem;color:#11224A;margin:0 0 4px;font-weight:600}
.expert-info-text p{font-size:.9rem;color:#666;margin:0}
.outcomes-content-column{flex:1}
.outcomes-content-column h2{font-size:2.4rem;color:#11224A;margin-bottom:28px;line-height:1.25}
.outcomes-content-column h2::before{content:'';display:block;width:60px;height:5px;background:linear-gradient(90deg,#FE6DDD 0%,#11224A 100%);margin-bottom:20px;border-radius:4px}
.skills-you-gain-box{background:linear-gradient(135deg,#f0f4ff 0%,#fef0fb 100%);border-radius:20px;padding:32px;margin-bottom:32px;border-left:6px solid #FE6DDD}
.skills-you-gain-box h3{font-size:1.4rem;color:#11224A;margin-bottom:20px}
.skills-list-items{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.skill-item-tag{background:#FFF;padding:14px 20px;border-radius:16px;font-size:.95rem;color:#333;box-shadow:0 3px 12px #11224a0f;transition:all .2s ease;border:2px solid transparent}
.skill-item-tag:hover{border-color:#FE6DDD;transform:translateX(6px);box-shadow:0 4px 16px #fe6ddd26}
.practical-approach-block{background:#FFF;border-radius:20px;padding:28px 32px;box-shadow:0 4px 20px #11224a14;margin-bottom:28px}
.practical-approach-block h3{font-size:1.3rem;color:#11224A;margin-bottom:16px}
.practical-approach-block p{font-size:1rem;color:#555;line-height:1.65;margin-bottom:12px}
.action-buttons-row{display:flex;gap:20px;margin-top:32px}
.primary-action-btn{background:linear-gradient(135deg,#FE6DDD 0%,#ff8ee3 100%);color:#FFF;padding:16px 36px;border-radius:24px;text-decoration:none;font-size:1.05rem;font-weight:600;box-shadow:0 6px 20px #fe6ddd4d;transition:all .3s ease;border:none;display:inline-block;z-index:10;position:relative}
.primary-action-btn:hover{transform:translateY(-3px);box-shadow:0 10px 28px #fe6ddd66;background:linear-gradient(135deg,#ff8ee3 0%,#FE6DDD 100%)}
.secondary-action-btn{background:#FFF;color:#11224A;padding:16px 36px;border-radius:24px;text-decoration:none;font-size:1.05rem;font-weight:600;border:3px solid #11224A;transition:all .3s ease;display:inline-block;z-index:10;position:relative}
.secondary-action-btn:hover{background:#11224A;color:#FFF;transform:translateY(-3px);box-shadow:0 8px 24px #11224a40}
@media (max-width: 1024px) {
.intro-content-wrap{flex-direction:column;gap:40px}
.intro-visual-side{flex:0 0 auto;width:100%}
.intro-visual-side img{height:420px}
.modules-grid-layout{grid-template-columns:repeat(2,1fr)}
.outcomes-flex-wrapper{flex-direction:column-reverse;gap:40px}
.outcomes-image-column{flex:0 0 auto;width:100%}
.expert-profile-card{left:50%;transform:translateX(-50%)}
.skills-list-items{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.program-intro{padding:60px 20px 40px}
.intro-text-area h1{font-size:2rem}
.intro-text-area h1::before{height:32px;margin-right:12px}
.intro-visual-side img{height:340px}
.duration-badge{font-size:.95rem;padding:12px 20px}
.program-structure-zone{padding:60px 20px}
.structure-header-row h2{font-size:1.9rem}
.modules-grid-layout{grid-template-columns:1fr;gap:24px}
.outcomes-showcase-section{padding:60px 20px}
.outcomes-image-column img{height:380px}
.outcomes-content-column h2{font-size:1.9rem}
.action-buttons-row{flex-direction:column}
.primary-action-btn,.secondary-action-btn{text-align:center;width:100%}
}
@media (max-width: 480px) {
.intro-text-area h1{font-size:1.7rem}
.intro-text-area p{font-size:1rem}
.intro-visual-side img{height:280px;border-radius:20px}
.duration-badge{bottom:16px;right:16px;font-size:.85rem;padding:10px 16px}
.structure-header-row h2{font-size:1.6rem}
.module-card-item{padding:28px 20px}
.module-card-item h3{font-size:1.3rem}
.outcomes-content-column h2{font-size:1.6rem}
.skills-you-gain-box{padding:24px 20px}
.expert-profile-card{padding:16px 18px;max-width:280px}
.expert-profile-card img{width:52px;height:52px}
}
.policy-wrapper{max-width:1320px;margin:0 auto;padding:80px 20px}
.policy-header-box{background:linear-gradient(135deg,#FE6DDD 0%,#11224A 100%);border-radius:28px;padding:60px 40px;margin-bottom:60px;box-shadow:0 8px 24px #fe6ddd26}
.policy-header-box .title-main{font-size:2.8rem;color:#FFF;margin:0 0 16px;font-weight:700;line-height:1.2}
.policy-header-box .update-line{color:#ffffffd9;font-size:1.1rem;margin:0}
.content-grid-policy{display:grid;grid-template-columns:280px 1fr;gap:50px;align-items:start}
.nav-sidebar{position:sticky;top:20px;background:#f8f9fa;border-radius:24px;padding:32px 24px;border:2px solid #e9ecef}
.nav-sidebar .nav-title{font-size:1.1rem;font-weight:600;color:#11224A;margin:0 0 20px}
.nav-sidebar .nav-list{list-style:none;padding:0;margin:0}
.nav-sidebar .nav-list li{margin-bottom:12px}
.nav-sidebar .nav-list a{display:block;color:#495057;text-decoration:none;padding:8px 12px;border-radius:12px;transition:all .3s ease;font-size:.95rem}
.nav-sidebar .nav-list a:hover{background:#FE6DDD;color:#FFF;transform:translateX(4px)}
.policy-content-area{background:#FFF}
.section-block{margin-bottom:50px;padding-bottom:40px;border-bottom:2px solid #e9ecef}
.section-block:last-child{border-bottom:none}
.section-block .section-heading{font-size:2rem;color:#11224A;margin:0 0 24px;font-weight:700;position:relative;padding-left:20px}
.section-block .section-heading::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:28px;background:linear-gradient(180deg,#FE6DDD 0%,#11224A 100%);border-radius:3px}
.section-block .text-para{font-size:1.05rem;line-height:1.7;color:#495057;margin:0 0 20px}
.section-block .text-para:last-child{margin-bottom:0}
.section-block .subheading-text{font-size:1.4rem;color:#11224A;font-weight:600;margin:32px 0 16px}
.info-list{list-style:none;padding:0;margin:20px 0}
.info-list li{position:relative;padding-left:32px;margin-bottom:14px;font-size:1.05rem;line-height:1.6;color:#495057}
.info-list li::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:#FE6DDD;border-radius:50%}
.highlight-box{background:linear-gradient(135deg,#fe6ddd14 0%,#11224a14 100%);border-left:4px solid #FE6DDD;border-radius:16px;padding:24px 28px;margin:28px 0}
.highlight-box .highlight-title{font-size:1.2rem;color:#11224A;font-weight:600;margin:0 0 12px}
.highlight-box .highlight-text{font-size:1.05rem;line-height:1.6;color:#495057;margin:0}
.cookie-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin:28px 0}
.cookie-card{background:#FFF;border:2px solid #e9ecef;border-radius:20px;padding:28px;transition:all .3s ease;position:relative;overflow:hidden}
.cookie-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FE6DDD 0%,#11224A 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.cookie-card:hover{border-color:#FE6DDD;box-shadow:0 8px 20px #fe6ddd1f;transform:translateY(-4px)}
.cookie-card:hover::before{transform:scaleX(1)}
.cookie-card .card-title{font-size:1.3rem;color:#11224A;font-weight:600;margin:0 0 12px}
.cookie-card .card-description{font-size:1rem;line-height:1.6;color:#495057;margin:0}
.contact-section-policy{background:linear-gradient(135deg,#11224A 0%,#FE6DDD 100%);border-radius:28px;padding:50px 40px;margin-top:60px;text-align:center}
.contact-section-policy .contact-title{font-size:2rem;color:#FFF;margin:0 0 16px;font-weight:700}
.contact-section-policy .contact-text{font-size:1.1rem;color:#ffffffe6;margin:0 0 28px;line-height:1.6}
.contact-section-policy .contact-email{display:inline-block;background:#FFF;color:#11224A;padding:14px 32px;border-radius:16px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}
.contact-section-policy .contact-email:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000026}
@media (max-width: 968px) {
.content-grid-policy{grid-template-columns:1fr;gap:30px}
.nav-sidebar{position:static}
.policy-header-box{padding:40px 28px}
.policy-header-box .title-main{font-size:2.2rem}
.section-block .section-heading{font-size:1.7rem}
.cookie-types-grid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.policy-wrapper{padding:40px 16px}
.policy-header-box{padding:32px 20px;margin-bottom:40px}
.policy-header-box .title-main{font-size:1.8rem}
.section-block .section-heading{font-size:1.5rem}
.contact-section-policy{padding:36px 24px}
.contact-section-policy .contact-title{font-size:1.6rem}
}
.success-wrapper{max-width:1320px;margin:0 auto;padding:60px 20px}
.confirmation-block{background:linear-gradient(135deg,#FE6DDD 0%,#f8f9fa 100%);border-radius:28px;padding:80px 40px;text-align:center;box-shadow:0 12px 32px #fe6ddd26;margin-bottom:60px}
.confirmation-block .status-icon-area{margin-bottom:32px}
.confirmation-block .check-symbol{width:120px;height:120px;margin:0 auto;background:#FFF;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #11224a1f}
.confirmation-block .check-symbol svg{width:64px;height:64px}
.confirmation-block .primary-heading{font-size:2.8rem;font-weight:700;color:#11224A;margin-bottom:20px;line-height:1.2}
.confirmation-block .status-description{font-size:1.2rem;color:#11224A;max-width:600px;margin:0 auto 32px;line-height:1.6}
.confirmation-block .reference-number{display:inline-block;background:#fffffff2;padding:16px 32px;border-radius:16px;font-size:1rem;color:#11224A;font-weight:600;box-shadow:0 4px 12px #11224a14}
.next-steps-container{background:#f8f9fa;border-radius:24px;padding:60px 40px;margin-bottom:50px}
.next-steps-container .section-label{font-size:2.2rem;font-weight:700;color:#11224A;margin-bottom:40px;text-align:center}
.timeline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:40px}
.timeline-step{background:#FFF;border-radius:20px;padding:32px;position:relative;box-shadow:0 6px 20px #11224a14;transition:all .3s ease}
.timeline-step:hover{transform:translateY(-4px);box-shadow:0 12px 28px #fe6ddd26}
.timeline-step .step-number{width:48px;height:48px;background:linear-gradient(135deg,#FE6DDD,#ff8de8);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#FFF;margin-bottom:20px}
.timeline-step .step-title{font-size:1.3rem;font-weight:700;color:#11224A;margin-bottom:12px}
.timeline-step .step-details{font-size:1rem;color:#4a5568;line-height:1.6}
.info-cards-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px;margin-bottom:50px}
.info-card-item{background:#FFF;border:2px solid #e2e8f0;border-radius:20px;padding:36px;transition:all .3s ease}
.info-card-item:hover{border-color:#FE6DDD;box-shadow:0 8px 24px #fe6ddd1f}
.info-card-item .card-icon-wrap{width:56px;height:56px;background:linear-gradient(135deg,#FE6DDD,#ff8de8);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.info-card-item .card-icon-wrap i{font-size:28px;color:#FFF}
.info-card-item .card-heading{font-size:1.25rem;font-weight:700;color:#11224A;margin-bottom:12px}
.info-card-item .card-text{font-size:1rem;color:#4a5568;line-height:1.6;margin-bottom:16px}
.info-card-item .contact-detail{font-weight:600;color:#FE6DDD;display:flex;align-items:center;gap:8px}
.info-card-item .contact-detail i{font-size:18px}
.action-buttons-section{text-align:center;padding:40px 20px}
.action-buttons-section .button-group{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}
.action-buttons-section .primary-btn{background:linear-gradient(135deg,#FE6DDD,#ff8de8);color:#FFF;padding:16px 40px;border-radius:16px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:10px;box-shadow:0 8px 20px #fe6ddd40;transition:all .3s ease;z-index:10;position:relative}
.action-buttons-section .primary-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #fe6ddd59}
.action-buttons-section .secondary-btn{background:#FFF;color:#11224A;padding:16px 40px;border:2px solid #11224A;border-radius:16px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;z-index:10;position:relative}
.action-buttons-section .secondary-btn:hover{background:#11224A;color:#FFF;border-color:#11224A}
@media (max-width: 768px) {
.success-wrapper{padding:40px 16px}
.confirmation-block{padding:50px 24px;margin-bottom:40px}
.confirmation-block .primary-heading{font-size:2rem}
.confirmation-block .status-description{font-size:1rem}
.next-steps-container{padding:40px 24px}
.next-steps-container .section-label{font-size:1.8rem}
.timeline-grid{grid-template-columns:1fr;gap:24px}
.info-cards-row{grid-template-columns:1fr;gap:20px}
.action-buttons-section .button-group{flex-direction:column;align-items:stretch}
.action-buttons-section .primary-btn,.action-buttons-section .secondary-btn{width:100%;justify-content:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.confirmation-block{padding:60px 32px}
.timeline-grid{grid-template-columns:repeat(2,1fr)}
.info-cards-row{grid-template-columns:repeat(2,1fr)}
}
.tech-req-intro{max-width:1320px;margin:0 auto;padding:80px 20px 60px}
.tech-req-intro .intro-content-wrapper{display:flex;gap:60px;align-items:flex-start}
.tech-req-intro .text-block{flex:1.2}
.tech-req-intro .text-block h1{font-size:48px;font-weight:700;color:#11224A;margin-bottom:24px;line-height:1.2}
.tech-req-intro .text-block h1::before{content:'';display:inline-block;width:6px;height:42px;background:linear-gradient(180deg,#FE6DDD 0%,#11224A 100%);margin-right:16px;vertical-align:middle;border-radius:3px}
.tech-req-intro .text-block p{font-size:18px;line-height:1.7;color:#2c3e50;margin-bottom:18px}
.tech-req-intro .visual-block{flex:.8;position:relative}
.tech-req-intro .visual-block img{width:100%;height:auto;border-radius:24px;box-shadow:0 12px 40px #fe6ddd26}
.tech-req-intro .visual-block::after{content:'';position:absolute;top:-15px;right:-15px;width:100%;height:100%;border:3px solid #FE6DDD;border-radius:24px;z-index:-1}
.requirements-grid-section{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:100px 20px;position:relative}
.requirements-grid-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:8px;background:linear-gradient(90deg,#FE6DDD 0%,#11224A 50%,#FE6DDD 100%)}
.requirements-grid-section .content-holder{max-width:1320px;margin:0 auto}
.requirements-grid-section .section-heading{text-align:center;margin-bottom:70px}
.requirements-grid-section .section-heading h2{font-size:42px;font-weight:700;color:#11224A;margin-bottom:20px;position:relative;display:inline-block}
.requirements-grid-section .section-heading h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#FE6DDD;border-radius:2px}
.requirements-grid-section .section-heading p{font-size:18px;color:#495057;max-width:700px;margin:24px auto 0;line-height:1.6}
.requirements-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.category-block{background:#fff;border-radius:20px;padding:40px 32px;box-shadow:0 8px 30px #11224a14;transition:all .3s ease;border:2px solid transparent}
.category-block:hover{transform:translateY(-8px);box-shadow:0 16px 50px #fe6ddd33;border-color:#FE6DDD}
.category-block .icon-holder{width:70px;height:70px;background:linear-gradient(135deg,#FE6DDD 0%,#ff8ee7 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.category-block .icon-holder i{font-size:32px;color:#fff}
.category-block h3{font-size:24px;font-weight:600;color:#11224A;margin-bottom:16px}
.category-block .specs-list{list-style:none;padding:0;margin:0}
.category-block .specs-list li{font-size:16px;color:#495057;padding:12px 0;border-bottom:1px solid #e9ecef;display:flex;align-items:center;line-height:1.5}
.category-block .specs-list li:last-child{border-bottom:none}
.category-block .specs-list li::before{content:'';display:inline-block;width:8px;height:8px;background:#FE6DDD;border-radius:50%;margin-right:12px;flex-shrink:0}
.category-block .specs-list li strong{color:#11224A;font-weight:600;margin-right:6px}
.additional-info-panel{background:#fff;border-radius:20px;padding:36px;margin-top:50px;border-left:6px solid #FE6DDD;box-shadow:0 6px 25px #11224a0f}
.additional-info-panel h4{font-size:22px;font-weight:600;color:#11224A;margin-bottom:18px;display:flex;align-items:center}
.additional-info-panel h4 i{margin-right:12px;color:#FE6DDD;font-size:26px}
.additional-info-panel p{font-size:16px;color:#495057;line-height:1.7;margin-bottom:14px}
.testimonial-section{max-width:1320px;margin:0 auto;padding:90px 20px}
.testimonial-section .testimonial-layout{display:grid;grid-template-columns:320px 1fr;gap:50px;align-items:center;background:linear-gradient(135deg,#f1f3f5 0%,#fff 100%);border-radius:28px;padding:50px;box-shadow:0 10px 40px #11224a14}
.testimonial-section .profile-area{text-align:center}
.testimonial-section .profile-area .image-frame{width:220px;height:220px;margin:0 auto 24px;position:relative}
.testimonial-section .profile-area .image-frame::before{content:'';position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:linear-gradient(135deg,#FE6DDD 0%,#11224A 100%);border-radius:50%;z-index:-1}
.testimonial-section .profile-area .image-frame img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:6px solid #fff}
.testimonial-section .profile-area h4{font-size:22px;font-weight:600;color:#11224A;margin-bottom:8px}
.testimonial-section .profile-area .role-label{font-size:15px;color:#6c757d;font-style:italic}
.testimonial-section .content-area{padding-left:30px;border-left:3px solid #FE6DDD}
.testimonial-section .content-area .quote-icon{font-size:48px;color:#FE6DDD;line-height:1;margin-bottom:20px;opacity:.7}
.testimonial-section .content-area h3{font-size:28px;font-weight:600;color:#11224A;margin-bottom:20px;line-height:1.3}
.testimonial-section .content-area p{font-size:17px;color:#495057;line-height:1.7;margin-bottom:16px}
.cta-bottom-section{background:linear-gradient(135deg,#11224A 0%,#1a3566 100%);padding:70px 20px;text-align:center;position:relative;overflow:hidden}
.cta-bottom-section::before{content:'';position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,#fe6ddd33 0%,transparent 70%);border-radius:50%}
.cta-bottom-section::after{content:'';position:absolute;bottom:-30%;left:-15%;width:400px;height:400px;background:radial-gradient(circle,#fe6ddd26 0%,transparent 70%);border-radius:50%}
.cta-bottom-section .cta-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.cta-bottom-section .cta-content h2{font-size:38px;font-weight:700;color:#fff;margin-bottom:20px;line-height:1.3}
.cta-bottom-section .cta-content p{font-size:18px;color:#e9ecef;margin-bottom:36px;line-height:1.6}
.cta-bottom-section .button-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-bottom-section .button-primary{background:#FE6DDD;color:#fff;padding:16px 40px;border-radius:28px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 25px #fe6ddd66;border:2px solid #FE6DDD;display:inline-block}
.cta-bottom-section .button-primary:hover{background:#ff5ad1;transform:translateY(-3px);box-shadow:0 12px 35px #fe6ddd80}
.cta-bottom-section .button-secondary{background:transparent;color:#fff;padding:16px 40px;border-radius:28px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid #fff;display:inline-block}
.cta-bottom-section .button-secondary:hover{background:#fff;color:#11224A;transform:translateY(-3px)}
@media (max-width: 968px) {
.tech-req-intro .intro-content-wrapper{flex-direction:column;gap:40px}
.requirements-categories{grid-template-columns:repeat(2,1fr);gap:30px}
.testimonial-section .testimonial-layout{grid-template-columns:1fr;gap:35px;padding:40px 30px}
.testimonial-section .content-area{padding-left:0;border-left:none;border-top:3px solid #FE6DDD;padding-top:30px}
}
@media (max-width: 640px) {
.tech-req-intro{padding:60px 20px 40px}
.tech-req-intro .text-block h1{font-size:36px}
.requirements-grid-section{padding:70px 20px}
.requirements-grid-section .section-heading h2{font-size:32px}
.requirements-categories{grid-template-columns:1fr;gap:25px}
.category-block{padding:30px 24px}
.testimonial-section{padding:60px 20px}
.testimonial-section .testimonial-layout{padding:30px 20px}
.cta-bottom-section{padding:50px 20px}
.cta-bottom-section .cta-content h2{font-size:28px}
.cta-bottom-section .button-group{flex-direction:column;align-items:stretch}
.cta-bottom-section .button-primary,.cta-bottom-section .button-secondary{width:100%}
}
.policy-wrapper{max-width:1320px;margin:3rem auto;padding:0 1.5rem}
.policy-header-section{background:linear-gradient(135deg,#FE6DDD 0%,#11224A 100%);border-radius:24px;padding:3.5rem 2.5rem;margin-bottom:3rem;box-shadow:0 8px 24px #fe6ddd26}
.policy-header-section .main-title{font-size:2.5rem;font-weight:700;color:#FFF;margin:0 0 1rem;line-height:1.2}
.policy-header-section .update-info{color:#ffffffe6;font-size:1rem;margin:0}
.policy-content-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}
.policy-section-block{background:#FFF;border:2px solid #f0f0f0;border-radius:20px;padding:2.5rem;transition:all .3s ease}
.policy-section-block:hover{border-color:#FE6DDD;box-shadow:0 6px 20px #fe6ddd1f}
.policy-section-block .section-heading{font-size:1.75rem;font-weight:600;color:#11224A;margin:0 0 1.5rem;position:relative;padding-left:1.5rem}
.policy-section-block .section-heading::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:100%;background:linear-gradient(180deg,#FE6DDD 0%,#11224A 100%);border-radius:3px}
.policy-section-block .content-text{color:#333;font-size:1.05rem;line-height:1.7;margin:0 0 1.5rem}
.policy-section-block .content-text:last-child{margin-bottom:0}
.info-list{list-style:none;padding:0;margin:1.5rem 0}
.info-list li{padding:.75rem 0 .75rem 2rem;color:#333;font-size:1.05rem;line-height:1.6;position:relative}
.info-list li::before{content:'';position:absolute;left:0;top:1.1rem;width:10px;height:10px;background:#FE6DDD;border-radius:50%}
.highlight-box{background:linear-gradient(135deg,#fe6ddd14 0%,#11224a14 100%);border-left:4px solid #FE6DDD;border-radius:12px;padding:1.75rem;margin:2rem 0}
.highlight-box .highlight-title{font-size:1.25rem;font-weight:600;color:#11224A;margin:0 0 1rem}
.highlight-box .highlight-text{color:#333;font-size:1.05rem;line-height:1.7;margin:0}
.contact-section-bottom{background:linear-gradient(90deg,#11224A 0%,#FE6DDD 100%);border-radius:24px;padding:3rem 2.5rem;margin-top:3rem;text-align:center}
.contact-section-bottom .contact-title{font-size:1.75rem;font-weight:600;color:#FFF;margin:0 0 1.5rem}
.contact-section-bottom .contact-text{color:#fffffff2;font-size:1.1rem;line-height:1.6;margin:0 0 1.5rem}
.contact-details-wrapper{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:center;margin-top:2rem}
.contact-item-link{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;color:#FFF;padding:.75rem 1.5rem;border-radius:16px;text-decoration:none;font-size:1rem;transition:all .3s ease;border:2px solid transparent}
.contact-item-link:hover{background:#FFF;color:#11224A;border-color:#FFF;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}
.contact-item-link i{font-size:1.25rem}
.two-column-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:2rem 0}
.column-block{background:#f8f9fa;border-radius:16px;padding:2rem}
.column-block .column-title{font-size:1.35rem;font-weight:600;color:#11224A;margin:0 0 1.25rem}
.column-block .column-text{color:#333;font-size:1rem;line-height:1.7;margin:0}
@media (max-width: 968px) {
.policy-header-section .main-title{font-size:2rem}
.policy-section-block .section-heading{font-size:1.5rem}
.two-column-layout{grid-template-columns:1fr}
.policy-wrapper{margin:2rem auto}
}
@media (max-width: 640px) {
.policy-header-section{padding:2.5rem 1.5rem;border-radius:16px}
.policy-header-section .main-title{font-size:1.75rem}
.policy-section-block{padding:1.75rem;border-radius:16px}
.policy-section-block .section-heading{font-size:1.35rem}
.contact-section-bottom{padding:2rem 1.5rem;border-radius:16px}
.contact-details-wrapper{flex-direction:column;gap:1rem}
.contact-item-link{width:100%;justify-content:center}
}