@import "https://cdn.jsdelivr.net/npm/@fontsource/open-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/open-sans@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/open-sans@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/open-sans@latest/700-italic.css";
*{margin:0;padding:0;box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:'Open Sans',sans-serif;background:#fafafa;color:#2a2a2a;line-height:1.6}
.header-wrapper{background:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);box-shadow:0 3px 12px #00000014;position:relative}
.header-topRow{padding:28px 0 20px;border-bottom:1px solid #08bd6d26}
.header-container{max-width:1000px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.logoBox{flex-shrink:0}
.header-logo-img{height:110px;width:110px;display:block;background:#fff;border-radius:50%;padding:14px;box-shadow:0 4px 16px #08bd6d2e 0 0 0 3px #08bd6d1a}
.mainNav{flex:1;display:flex;justify-content:flex-end;align-items:center}
.nav-list{list-style:none;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.nav-list li a{display:block;padding:12px 24px;text-decoration:none;color:#2a2a2a;font-weight:600;font-size:15px;background:#ffffffb3;border-radius:50px;border:2px solid transparent;transition:all .2s ease}
.nav-list li a:hover{background:#08bd6d14;border-color:#08BD6D;color:#08BD6D}
.header-bottomRow{padding:18px 0;background:linear-gradient(90deg,#08bd6d08 0%,#ff395508 50%,#feb00008 100%)}
.companyName-wrapper{max-width:1000px;margin:0 auto;padding:0 20px;text-align:center}
.companyName-text{font-size:26px;font-weight:700;background:linear-gradient(135deg,#08BD6D 0%,#FF3955 50%,#FEB000 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:1.2px}
.footer-main{background:linear-gradient(180deg,#2a2a2a 0%,#1a1a1a 100%);color:#e0e0e0;padding:50px 0 0;margin-top:80px;position:relative}
.footer-main::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#08BD6D 0%,#FF3955 50%,#FEB000 100%)}
.footer-content-wrapper{max-width:1000px;margin:0 auto;padding:0 20px}
.footer-top-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;padding-bottom:40px;border-bottom:1px solid #ffffff1a}
.footer-block h3{color:#08BD6D;font-size:18px;margin-bottom:18px;font-weight:700}
.footer-block p{color:#b0b0b0;font-size:14px;line-height:1.8}
.footer-block a{color:#b0b0b0;text-decoration:none;transition:color .2s ease}
.footer-block a:hover{color:#08BD6D}
.footer-info-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}
.footer-info-item i{color:#08BD6D;font-size:18px;margin-top:2px}
.footer-nav-list{list-style:none}
.footer-nav-list li{margin-bottom:10px}
.footer-nav-list li a{display:inline-block;padding:4px 0}
.footer-bottom-section{padding:30px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.footer-copyright{color:gray;font-size:14px}
.footer-links-secondary{display:flex;gap:20px;list-style:none}
.footer-links-secondary a{color:gray;text-decoration:none;font-size:14px;transition:color .2s ease}
.footer-links-secondary a:hover{color:#08BD6D}
.cookieBox{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) translateY(100vh);width:90%;max-width:700px;max-height:85vh;background:#fff;border-radius:12px;box-shadow:0 8px 40px #00000040;z-index:10000;overflow:hidden;transition:transform .4s cubic-bezier(0.34,1.56,0.64,1)}
.cookieBox.is-visible{transform:translate(-50%,-50%) translateY(0)}
.cookieBox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:9999;opacity:0;pointer-events:none;transition:opacity .3s ease}
.cookieBox-overlay.is-visible{opacity:1;pointer-events:auto}
.cookieBox-tabs{display:flex;border-bottom:2px solid #e0e0e0;background:#f5f5f5}
.cookieTab-btn{flex:1;padding:16px;background:none;border:none;font-size:15px;font-weight:600;color:#666;cursor:pointer;transition:all .2s ease;position:relative}
.cookieTab-btn.is-active{color:#08BD6D;background:#fff}
.cookieTab-btn.is-active::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#08BD6D}
.cookieBox-content{padding:30px;overflow-y:auto;max-height:calc(85vh - 140px)}
.cookieTab-panel{display:none}
.cookieTab-panel.is-active{display:block}
.cookieBox-content h3{font-size:20px;margin-bottom:16px;color:#2a2a2a}
.cookieBox-content p{font-size:15px;line-height:1.7;color:#4a4a4a;margin-bottom:14px}
.cookieBox-content a{color:#08BD6D;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}
.cookieBox-content a:hover{border-bottom-color:#08BD6D}
.cookieBox-actions{display:flex;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #e0e0e0}
.cookieBtn{flex:1;padding:14px 24px;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:'Open Sans',sans-serif}
.cookieBtn-accept{background:#08BD6D;color:#fff}
.cookieBtn-accept:hover{background:#07a55f;transform:scale(1.02)}
.cookieBtn-reject{background:#f5f5f5;color:#2a2a2a;border:2px solid #e0e0e0}
.cookieBtn-reject:hover{background:#e8e8e8;border-color:silver}
.cookieSettings-link{display:inline-block;margin-top:8px;color:gray;text-decoration:none;font-size:13px;border-bottom:1px solid transparent;transition:all .2s ease}
.cookieSettings-link:hover{color:#08BD6D;border-bottom-color:#08BD6D}
@media (max-width: 768px) {
.header-container{flex-direction:column;gap:24px}
.mainNav{width:100%;justify-content:center}
.nav-list{justify-content:center;width:100%}
.companyName-text{font-size:20px}
.footer-top-section{grid-template-columns:1fr}
.footer-bottom-section{flex-direction:column;text-align:center}
.cookieBox{width:95%;max-height:90vh}
.cookieBox-actions{flex-direction:column}
}
@media (max-width: 480px) {
.header-logo-img{height:80px;width:80px}
.nav-list{flex-direction:column;width:100%}
.nav-list li{width:100%}
.nav-list li a{width:100%;text-align:center}
}
.resourceWrapper{max-width:1000px;margin:0 auto;padding:0 20px}
.titleBlock{padding:80px 0 60px;position:relative}
.titleBlock::before{content:'';position:absolute;top:30px;left:0;width:8px;height:8px;background:radial-gradient(circle,#08BD6D 0%,#FF3955 100%);border-radius:50%}
.titleBlock::after{content:'';position:absolute;bottom:30px;right:20px;width:6px;height:6px;background:#FEB000;border-radius:50%}
.titleBlock .mainHeading{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 20px;line-height:1.2}
.titleBlock .subText{font-size:18px;line-height:1.6;color:#4a4a4a;max-width:680px;margin:0}
.materialGrid{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:60px 0}
.materialCard{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:35px;transition:all .3s ease;position:relative}
.materialCard:hover{transform:translateY(-4px);box-shadow:0 6px 20px #08bd6d1f;border-color:#08BD6D}
.materialCard .cardIcon{width:48px;height:48px;margin-bottom:20px}
.materialCard .cardTitle{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 12px}
.materialCard .cardDesc{font-size:15px;line-height:1.6;color:#5a5a5a;margin:0 0 20px}
.materialCard .itemList{list-style:none;padding:0;margin:0}
.materialCard .itemList li{font-size:14px;color:#6a6a6a;padding:8px 0;padding-left:24px;position:relative}
.materialCard .itemList li::before{content:'';position:absolute;left:0;top:14px;width:12px;height:2px;background:linear-gradient(90deg,#08BD6D 0%,#FF3955 100%)}
.accessSection{background:linear-gradient(135deg,#f8fbfa 0%,#fef9f5 100%);border-radius:16px;padding:50px 40px;margin:60px 0;display:flex;gap:50px;align-items:center}
.accessSection .imageWrapper{flex:0 0 320px}
.accessSection .imageWrapper img{width:100%;height:280px;object-fit:cover;border-radius:12px;box-shadow:0 4px 16px #00000014}
.accessSection .contentWrapper{flex:1}
.accessSection .sectionHeading{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 16px;position:relative;display:inline-block}
.accessSection .sectionHeading::after{content:'';position:absolute;bottom:-6px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#08BD6D 0%,#FF3955 100%)}
.accessSection .description{font-size:16px;line-height:1.7;color:#4a4a4a;margin:24px 0 0}
.progressArea{padding:70px 0}
.progressArea .areaTitle{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 50px;text-align:center}
.stepsContainer{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;position:relative}
.stepsContainer::before{content:'';position:absolute;top:30px;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,#08BD6D 0%,#FF3955 50%,#FEB000 100%);z-index:0}
.stepBox{text-align:center;position:relative;z-index:1}
.stepBox .numberCircle{width:60px;height:60px;border-radius:50%;background:#fff;border:3px solid #08BD6D;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#08BD6D;position:relative;z-index:2}
.stepBox:nth-child(2) .numberCircle{border-color:#FF3955;color:#FF3955}
.stepBox:nth-child(3) .numberCircle{border-color:#FEB000;color:#FEB000}
.stepBox:nth-child(4) .numberCircle{border-color:#08BD6D;color:#08BD6D}
.stepBox .stepLabel{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}
.stepBox .stepInfo{font-size:14px;color:#6a6a6a;line-height:1.5;margin:0}
.testimonialsWrapper{background:#fafafa;padding:70px 0;margin:60px 0 0}
.testimonialsWrapper .wrapperTitle{font-size:34px;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 50px}
.testimonialsWrapper .cardsGrid{display:grid;grid-template-columns:1fr 1fr;gap:35px;max-width:1000px;margin:0 auto;padding:0 20px}
.testimonialItem{background:#fff;border-radius:14px;padding:35px;box-shadow:0 3px 12px #0000000f;position:relative}
.testimonialItem::before{content:'"';position:absolute;top:20px;left:25px;font-size:80px;font-weight:700;color:#08bd6d1a;line-height:1}
.testimonialItem .authorSection{display:flex;align-items:center;gap:18px;margin-bottom:22px;position:relative;z-index:1}
.testimonialItem .authorSection img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #08BD6D}
.testimonialItem .authorInfo .authorName{font-size:17px;font-weight:600;color:#1a1a1a;margin:0 0 4px}
.testimonialItem .authorInfo .authorRole{font-size:14px;color:#7a7a7a;margin:0}
.testimonialItem .quoteText{font-size:15px;line-height:1.7;color:#4a4a4a;margin:0;position:relative;z-index:1}
.resourcesShowcase{padding:70px 0;position:relative}
.resourcesShowcase::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#08bd6d0d 0%,transparent 70%);pointer-events:none}
.resourcesShowcase .showcaseHeading{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 20px}
.resourcesShowcase .showcaseIntro{font-size:17px;line-height:1.6;color:#5a5a5a;margin:0 0 40px;max-width:700px}
.splitLayout{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:start}
.featuresColumn .featureItem{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:28px;margin-bottom:20px;transition:all .3s ease}
.featuresColumn .featureItem:hover{border-color:#FF3955;box-shadow:0 4px 16px #ff39551a}
.featuresColumn .featureItem .itemHeading{font-size:19px;font-weight:600;color:#1a1a1a;margin:0 0 10px;display:flex;align-items:center;gap:12px}
.featuresColumn .featureItem .itemHeading i{font-size:24px;color:#FF3955}
.featuresColumn .featureItem .itemText{font-size:15px;line-height:1.6;color:#5a5a5a;margin:0}
.visualColumn img{width:100%;height:420px;object-fit:cover;border-radius:14px;box-shadow:0 6px 24px #0000001a}
@media (max-width: 768px) {
.titleBlock{padding:50px 0 40px}
.titleBlock .mainHeading{font-size:32px}
.titleBlock .subText{font-size:16px}
.materialGrid{grid-template-columns:1fr;gap:20px;padding:40px 0}
.materialCard{padding:28px}
.accessSection{flex-direction:column;padding:40px 30px;gap:30px}
.accessSection .imageWrapper{flex:0 0 auto;width:100%}
.accessSection .imageWrapper img{height:240px}
.accessSection .sectionHeading{font-size:26px}
.progressArea{padding:50px 0}
.progressArea .areaTitle{font-size:28px;margin-bottom:40px}
.stepsContainer{grid-template-columns:1fr;gap:35px}
.stepsContainer::before{display:none}
.testimonialsWrapper{padding:50px 0}
.testimonialsWrapper .wrapperTitle{font-size:28px;margin-bottom:35px}
.testimonialsWrapper .cardsGrid{grid-template-columns:1fr;gap:25px}
.resourcesShowcase{padding:50px 0}
.resourcesShowcase .showcaseHeading{font-size:28px}
.splitLayout{grid-template-columns:1fr;gap:35px}
.visualColumn img{height:300px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.materialGrid{gap:25px}
.accessSection{gap:40px}
.accessSection .imageWrapper{flex:0 0 280px}
.stepsContainer{grid-template-columns:repeat(2,1fr);gap:35px 25px}
.stepsContainer::before{display:none}
.splitLayout{gap:40px}
}
.mainHeroWrap{background:linear-gradient(135deg,#08BD6D 0%,#FF3955 50%,#FEB000 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.mainHeroWrap::before{content:'';position:absolute;width:300px;height:300px;background:#ffffff1a;border-radius:50%;top:-100px;right:-100px;animation:floatParticle 8s infinite ease-in-out}
.mainHeroWrap::after{content:'';position:absolute;width:200px;height:200px;background:#ffffff14;border-radius:50%;bottom:-80px;left:-60px;animation:floatParticle 10s infinite ease-in-out reverse}
@keyframes floatParticle {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-30px) scale(1.1)}
}
.heroContentInner{max-width:800px;margin:0 auto;position:relative;z-index:2}
.heroContentInner h1{font-size:48px;color:#fff;margin:0 0 20px;line-height:1.2;font-weight:700}
.heroContentInner .heroQuote{font-size:20px;color:#fffffff2;margin:0;line-height:1.6;font-weight:400}
.sectionWrapper{max-width:1000px;margin:0 auto;padding:60px 20px}
.pathSection{background:#f8f9fa;border-radius:12px;padding:50px 30px;margin-bottom:40px}
.pathSection h2{font-size:36px;color:#2c3e50;margin:0 0 30px;text-align:center;position:relative}
.pathSection h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#08BD6D,#FF3955);margin:15px auto 0;border-radius:2px}
.levelGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:40px}
.levelCard{background:#fff;border-radius:10px;padding:30px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;border-left:4px solid #08BD6D}
.levelCard:nth-child(2){border-left-color:#FF3955}
.levelCard:nth-child(3){border-left-color:#FEB000}
.levelCard:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 20px #0000001f}
.levelCard h3{font-size:24px;color:#2c3e50;margin:0 0 15px}
.levelCard p{font-size:16px;color:#5a6c7d;line-height:1.6;margin:0 0 20px}
.levelCard .levelDetail{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:14px;color:#7f8c8d}
.levelCard .levelDetail i{color:#08BD6D;font-size:18px}
.motivationWrap{display:flex;gap:40px;align-items:center;flex-wrap:wrap;margin-bottom:40px}
.motivationImg{flex:1;min-width:300px}
.motivationImg img{width:100%;height:auto;border-radius:12px;box-shadow:0 6px 18px #0000001a}
.motivationContent{flex:1;min-width:300px}
.motivationContent h2{font-size:32px;color:#2c3e50;margin:0 0 20px}
.motivationContent h2::before{content:'';display:inline-block;width:6px;height:32px;background:#FF3955;margin-right:12px;vertical-align:middle;border-radius:3px}
.motivationContent p{font-size:16px;color:#5a6c7d;line-height:1.7;margin:0 0 15px}
.toolsList{display:flex;flex-direction:column;gap:15px;margin-top:25px}
.toolItem{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000000f;border-left:3px solid #FEB000;transition:all .3s ease}
.toolItem:hover{background:#fffbf5;border-left-width:6px}
.toolItem h4{font-size:18px;color:#2c3e50;margin:0 0 8px;display:flex;align-items:center;gap:10px}
.toolItem h4 i{color:#FEB000;font-size:20px}
.toolItem p{font-size:14px;color:#7f8c8d;margin:0;line-height:1.5}
.storySection{background:linear-gradient(135deg,#08bd6d1a,#ff39551a);border-radius:12px;padding:50px 30px;margin-bottom:40px;position:relative;overflow:hidden}
.storySection::before{content:'"';position:absolute;font-size:200px;color:#08bd6d26;top:-40px;left:20px;font-family:serif;line-height:1}
.storyInner{max-width:800px;margin:0 auto;position:relative;z-index:2}
.storyInner h2{font-size:32px;color:#2c3e50;margin:0 0 25px;text-align:center}
.storyBox{background:#fff;border-radius:10px;padding:35px;box-shadow:0 4px 16px #00000014;margin-bottom:30px}
.storyBox p{font-size:16px;color:#5a6c7d;line-height:1.8;margin:0 0 15px}
.storyBox p:last-child{margin-bottom:0}
.storyAuthor{display:flex;align-items:center;gap:20px;margin-top:25px}
.storyAuthor img{width:70px;height:70px;border-radius:50%;object-fit:cover;box-shadow:0 3px 10px #00000026}
.authorInfo h5{font-size:18px;color:#2c3e50;margin:0 0 5px}
.authorInfo p{font-size:14px;color:#7f8c8d;margin:0}
.advantageGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:40px}
.advantageCard{background:#fff;border-radius:10px;padding:35px;box-shadow:0 3px 12px #00000014;position:relative;overflow:hidden;transition:all .3s ease}
.advantageCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#08BD6D,#FF3955,#FEB000)}
.advantageCard:hover{transform:scale(1.03);box-shadow:0 6px 20px #0000001f}
.advantageCard h3{font-size:22px;color:#2c3e50;margin:0 0 15px;display:flex;align-items:center;gap:12px}
.advantageCard h3 i{color:#08BD6D;font-size:26px}
.advantageCard p{font-size:15px;color:#5a6c7d;line-height:1.7;margin:0}
.visualShowcase{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px;margin-bottom:40px}
.showcaseItem{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 4px 14px #0000001a;transition:transform .3s ease}
.showcaseItem:hover{transform:scale(1.05)}
.showcaseItem img{width:100%;height:250px;object-fit:cover;display:block}
.showcaseOverlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#000000b3,transparent);padding:20px;color:#fff}
.showcaseOverlay h4{font-size:16px;margin:0 0 5px;font-weight:600}
.showcaseOverlay p{font-size:13px;margin:0;opacity:.9}
.ctaWrapper{text-align:center;padding:50px 20px;background:linear-gradient(135deg,#08bd6d14,#feb00014);border-radius:12px}
.ctaWrapper h2{font-size:32px;color:#2c3e50;margin:0 0 20px}
.ctaWrapper p{font-size:18px;color:#5a6c7d;margin:0 0 30px;line-height:1.6}
.btnGroup{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btnPrimary{display:inline-block;background:linear-gradient(135deg,#08BD6D,#06a65d);color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;box-shadow:0 4px 12px #08bd6d4d;transition:all .3s ease;position:relative;z-index:10}
.btnPrimary:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 18px #08bd6d66}
.btnSecondary{display:inline-block;background:#fff;color:#FF3955;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;border:2px solid #FF3955;transition:all .3s ease;position:relative;z-index:10}
.btnSecondary:hover{background:#FF3955;color:#fff;transform:translateY(-2px) scale(1.05)}
@media (max-width: 768px) {
.mainHeroWrap{padding:60px 20px}
.heroContentInner h1{font-size:32px}
.heroContentInner .heroQuote{font-size:18px}
.pathSection h2,.motivationContent h2,.storyInner h2,.ctaWrapper h2{font-size:28px}
.levelGrid{grid-template-columns:1fr}
.motivationWrap{flex-direction:column}
.advantageGrid{grid-template-columns:1fr}
.visualShowcase{grid-template-columns:1fr}
.btnGroup{flex-direction:column;align-items:stretch}
.btnPrimary,.btnSecondary{width:100%;text-align:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.visualShowcase{grid-template-columns:repeat(2,1fr)}
.advantageGrid{grid-template-columns:1fr}
}
.contact-wrap{max-width:1000px;margin:0 auto;padding:40px 20px}
.title-box{position:relative;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:12px;padding:60px 40px;margin-bottom:50px;overflow:hidden}
.title-box::before{content:'';position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:linear-gradient(21deg,#08BD6D 0%,#FF3955 50%,#FEB000 100%);opacity:.1;border-radius:50%}
.title-box::after{content:'';position:absolute;bottom:-30px;left:-30px;width:150px;height:150px;background:#08BD6D;opacity:.08;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.dotted-accent{position:absolute;width:40px;height:40px}
.dotted-accent.top-left{top:15px;left:15px;border-top:3px dotted #08BD6D;border-left:3px dotted #08BD6D}
.dotted-accent.bottom-right{bottom:15px;right:15px;border-bottom:3px dotted #FF3955;border-right:3px dotted #FF3955}
.title-box .inner-content{position:relative;z-index:2;display:flex;flex-direction:row;align-items:center;gap:50px}
.title-text-area h1{font-size:2.8em;line-height:1.2;margin:0 0 20px;color:#212529}
.title-text-area h1 .highlight-part{background:linear-gradient(90deg,#08BD6D 0%,#FF3955 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}
.title-text-area .subtitle-line{font-size:1.15em;color:#6c757d;line-height:1.6;max-width:500px}
.image-cutout-area{position:relative;flex-shrink:0}
.image-cutout-area img{width:280px;height:280px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #0000001f;position:relative}
.image-cutout-area::before{content:'';position:absolute;inset:0;border-radius:16px;box-shadow:inset 0 0 40px #00000026;pointer-events:none;z-index:1}
.contact-form-section{background:#fff;border-radius:12px;padding:50px 45px;box-shadow:0 4px 16px #00000014;max-width:700px;margin:0 auto}
.contact-form-section .section-intro{text-align:center;margin-bottom:40px}
.contact-form-section .section-intro h2{font-size:2em;color:#212529;margin:0 0 15px}
.contact-form-section .section-intro p{font-size:1.05em;color:#6c757d;line-height:1.6}
.form-container .form-row{margin-bottom:25px}
.form-container label{display:block;font-size:.95em;font-weight:600;color:#495057;margin-bottom:8px}
.form-container input[type="text"],.form-container input[type="email"],.form-container textarea{width:100%;padding:14px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:1em;color:#212529;transition:all .3s ease;background:#f8f9fa}
.form-container input[type="text"]:focus,.form-container input[type="email"]:focus,.form-container textarea:focus{outline:none;border-color:#08BD6D;background:#fff;box-shadow:0 0 0 3px #08bd6d1a}
.form-container textarea{min-height:140px;resize:vertical}
.priority-select-wrapper{position:relative}
.priority-select-wrapper input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.priority-options{display:flex;flex-direction:row;gap:12px}
.priority-options label{flex:1;padding:14px 20px;border:2px solid #e9ecef;border-radius:8px;text-align:center;cursor:pointer;transition:all .3s ease;font-weight:500;background:#f8f9fa;margin:0}
.priority-options label:hover{border-color:#08BD6D;background:#fff;transform:translateY(-2px)}
.priority-select-wrapper input[type="radio"]:checked + label{border-color:#08BD6D;background:linear-gradient(135deg,#08bd6d1a 0%,#ff39550d 100%);color:#08BD6D;box-shadow:0 4px 12px #08bd6d26}
.privacy-checkbox-row{margin:30px 0;display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.privacy-checkbox-row input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#08BD6D}
.privacy-checkbox-row label{font-size:.95em;color:#6c757d;line-height:1.5;margin:0;cursor:pointer}
.privacy-checkbox-row label a{color:#08BD6D;text-decoration:none;font-weight:600;transition:color .3s ease}
.privacy-checkbox-row label a:hover{color:#FF3955;text-decoration:underline}
.submit-btn-wrapper{text-align:center}
.submit-btn-wrapper button{background:linear-gradient(135deg,#08BD6D 0%,#FF3955 100%);color:#fff;border:none;padding:16px 50px;font-size:1.1em;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #08bd6d40}
.submit-btn-wrapper button:hover{transform:scale(1.05);box-shadow:0 6px 20px #08bd6d59}
.submit-btn-wrapper button:active{transform:scale(1.02)}
@media (max-width: 768px) {
.title-box{padding:40px 25px}
.title-box .inner-content{flex-direction:column;gap:30px;text-align:center}
.title-text-area h1{font-size:2em}
.image-cutout-area img{width:220px;height:220px}
.contact-form-section{padding:35px 25px}
.priority-options{flex-direction:column}
.submit-btn-wrapper button{width:100%}
}
@media (max-width: 480px) {
.contact-wrap{padding:30px 15px}
.title-text-area h1{font-size:1.7em}
.contact-form-section .section-intro h2{font-size:1.6em}
.image-cutout-area img{width:180px;height:180px}
}
.titleSection{max-width:1000px;margin:0 auto;padding:80px 20px}
.titleSection .innerWrap{display:flex;gap:60px;align-items:center}
.titleSection .imageBox{flex:0 0 45%;position:relative}
.titleSection .imageBox::before{content:'';position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;border:2px solid #08BD6D;z-index:1}
.titleSection .imageBox::after{content:'';position:absolute;top:15px;left:15px;right:-15px;bottom:-15px;border:2px solid #FF3955;z-index:1}
.titleSection .imageBox img{position:relative;z-index:2;width:100%;height:auto;display:block;filter:sepia(0.4) hue-rotate(160deg) saturate(1.3)}
.titleSection .contentBox{flex:1}
.titleSection .questionText{font-size:16px;color:#666;margin:0 0 12px;letter-spacing:.5px}
.titleSection .mainHeading{font-size:42px;line-height:1.2;margin:0 0 24px;color:#1a1a1a}
.titleSection .answerText{font-size:17px;line-height:1.7;color:#444;margin:0}
.storyWrapper{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:90px 20px}
.storyWrapper .containerBox{max-width:1000px;margin:0 auto}
.storyWrapper .headingArea{text-align:center;margin-bottom:70px}
.storyWrapper .headingArea h2{font-size:38px;color:#1a1a1a;margin:0 0 20px}
.storyWrapper .headingArea p{font-size:18px;color:#555;line-height:1.6;margin:0}
.storyWrapper .gridLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.storyWrapper .storyCard{background:#fff;padding:35px 28px;border-radius:12px;box-shadow:0 4px 6px #00000014;transition:all .3s ease}
.storyWrapper .storyCard:hover{transform:scale(1.04);box-shadow:0 6px 12px #0000001f}
.storyWrapper .storyCard .iconCircle{width:70px;height:70px;background:linear-gradient(135deg,#08BD6D 0%,#FF3955 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.storyWrapper .storyCard .iconCircle i{font-size:32px;color:#fff}
.storyWrapper .storyCard h3{font-size:22px;color:#1a1a1a;margin:0 0 16px}
.storyWrapper .storyCard p{font-size:16px;line-height:1.7;color:#555;margin:0}
.valuesBlock{padding:90px 20px}
.valuesBlock .contentWrap{max-width:1000px;margin:0 auto}
.valuesBlock .splitGrid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.valuesBlock .leftSide h2{font-size:36px;color:#1a1a1a;margin:0 0 28px;position:relative;padding-left:20px}
.valuesBlock .leftSide h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#08BD6D 0%,#FF3955 50%,#FEB000 100%)}
.valuesBlock .leftSide .descText{font-size:17px;line-height:1.7;color:#555;margin:0 0 35px}
.valuesBlock .imageHolder{width:100%;height:380px;border-radius:16px;overflow:hidden;box-shadow:0 8px 16px #0000001a}
.valuesBlock .imageHolder img{width:100%;height:100%;object-fit:cover}
.valuesBlock .rightSide .valuesList{display:flex;flex-direction:column;gap:30px}
.valuesBlock .valueItem{background:#f8f9fa;padding:28px 32px;border-radius:12px;border-left:4px solid #08BD6D;transition:all .3s ease}
.valuesBlock .valueItem:nth-child(2){border-left-color:#FF3955}
.valuesBlock .valueItem:nth-child(3){border-left-color:#FEB000}
.valuesBlock .valueItem:hover{background:#fff;box-shadow:0 6px 12px #00000014;transform:translateX(8px)}
.valuesBlock .valueItem h4{font-size:20px;color:#1a1a1a;margin:0 0 12px}
.valuesBlock .valueItem p{font-size:16px;line-height:1.6;color:#555;margin:0}
.teamSection{background:linear-gradient(21deg,#08BD6D 0%,#FF3955 50%,#FEB000 100%);padding:90px 20px}
.teamSection .innerContainer{max-width:1000px;margin:0 auto}
.teamSection .sectionHeader{text-align:center;margin-bottom:60px}
.teamSection .sectionHeader h2{font-size:38px;color:#fff;margin:0 0 18px}
.teamSection .sectionHeader p{font-size:18px;color:#fffffff2;margin:0;line-height:1.6}
.teamSection .teamGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:45px}
.teamSection .memberCard{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 20px #00000026;transition:all .3s ease}
.teamSection .memberCard:hover{transform:translateY(-8px);box-shadow:0 12px 28px #0003}
.teamSection .photoBox{width:100%;height:320px;overflow:hidden}
.teamSection .photoBox img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.teamSection .memberCard:hover .photoBox img{transform:scale(1.06)}
.teamSection .infoBox{padding:28px 24px}
.teamSection .infoBox h3{font-size:22px;color:#1a1a1a;margin:0 0 8px}
.teamSection .infoBox .roleText{font-size:15px;color:#08BD6D;margin:0 0 16px;font-weight:600}
.teamSection .infoBox .bioText{font-size:15px;line-height:1.6;color:#555;margin:0}
@media (max-width: 768px) {
.titleSection{padding:50px 20px}
.titleSection .innerWrap{flex-direction:column;gap:40px}
.titleSection .imageBox{flex:0 0 auto;width:100%}
.titleSection .mainHeading{font-size:32px}
.storyWrapper{padding:60px 20px}
.storyWrapper .gridLayout{grid-template-columns:1fr;gap:30px}
.storyWrapper .headingArea h2{font-size:30px}
.valuesBlock{padding:60px 20px}
.valuesBlock .splitGrid{grid-template-columns:1fr;gap:50px}
.valuesBlock .leftSide h2{font-size:28px}
.valuesBlock .imageHolder{height:280px}
.teamSection{padding:60px 20px}
.teamSection .sectionHeader h2{font-size:30px}
.teamSection .teamGrid{grid-template-columns:1fr;gap:35px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.titleSection .innerWrap{gap:45px}
.titleSection .mainHeading{font-size:36px}
.storyWrapper .gridLayout{grid-template-columns:repeat(2,1fr);gap:35px}
.valuesBlock .splitGrid{gap:60px}
.teamSection .teamGrid{grid-template-columns:repeat(2,1fr)}
}
.programmaHeader{background:linear-gradient(135deg,#08BD6D 0%,#FF3955 50%,#FEB000 100%);padding:80px 20px;position:relative;overflow:hidden}
.programmaHeader::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;animation:floatShape 8s ease-in-out infinite}
@keyframes floatShape {
0%,100%{transform:translateY(0) scale(1)}
50%{transform:translateY(-30px) scale(1.05)}
}
.headerContainer{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.headerTxtBox h1{font-size:42px;color:#fff;margin:0 0 30px;line-height:1.2}
.qaPair{margin-bottom:25px}
.qaPair .domanda{font-size:18px;color:#ffffffe6;margin:0 0 8px;font-weight:600}
.qaPair .risposta{font-size:16px;color:#ffffffd9;margin:0;line-height:1.6}
.headerImgWrapper{position:relative}
.headerImgWrapper img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 20px 40px #0000004d;transform:translateZ(0)}
.percorsiSection{padding:90px 20px;background:#f8f9fa}
.percorsiContainer{max-width:1000px;margin:0 auto}
.percorsiTitle{text-align:center;margin-bottom:60px}
.percorsiTitle h2{font-size:36px;color:#2c3e50;margin:0 0 15px;position:relative;display:inline-block}
.percorsiTitle h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#08BD6D,#FF3955);border-radius:2px}
.percorsiTitle p{font-size:17px;color:#6c757d;margin:20px 0 0;line-height:1.6}
.tracksGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.trackCard{background:#fff;border-radius:10px;padding:35px 28px;box-shadow:0 4px 12px #00000014;transition:all .3s ease;border-top:4px solid transparent}
.trackCard:nth-child(1){border-top-color:#08BD6D}
.trackCard:nth-child(2){border-top-color:#FF3955}
.trackCard:nth-child(3){border-top-color:#FEB000}
.trackCard:hover{transform:translateY(-6px);box-shadow:0 8px 24px #00000026}
.trackIcon{width:60px;height:60px;margin-bottom:20px}
.trackIcon svg{width:100%;height:100%}
.trackCard h3{font-size:22px;color:#2c3e50;margin:0 0 15px}
.trackCard p{font-size:15px;color:#6c757d;margin:0 0 20px;line-height:1.7}
.trackModules{list-style:none;padding:0;margin:0}
.trackModules li{font-size:14px;color:#495057;padding:8px 0 8px 24px;position:relative;line-height:1.5}
.trackModules li::before{content:'→';position:absolute;left:0;color:#08BD6D;font-weight:700}
.metodologiaBlock{padding:85px 20px;background:#fff}
.metodologiaWrapper{max-width:1000px;margin:0 auto;display:flex;gap:50px;align-items:center}
.metodologiaContent{flex:1}
.metodologiaContent h2{font-size:34px;color:#2c3e50;margin:0 0 25px}
.metodologiaContent p{font-size:16px;color:#6c757d;line-height:1.7;margin:0 0 18px}
.stepsList{margin-top:30px}
.stepItem{display:flex;gap:18px;margin-bottom:20px}
.stepNum{width:40px;height:40px;background:linear-gradient(135deg,#08BD6D,#FF3955);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0}
.stepTxt h4{font-size:18px;color:#2c3e50;margin:0 0 6px}
.stepTxt p{font-size:15px;color:#6c757d;margin:0;line-height:1.6}
.metodologiaImg{flex:0 0 420px}
.metodologiaImg img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 6px 20px #0000001f}
.instructorSection{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.instructorContainer{max-width:1000px;margin:0 auto}
.sectionHeader{text-align:center;margin-bottom:55px}
.sectionHeader h2{font-size:35px;color:#2c3e50;margin:0 0 12px}
.sectionHeader p{font-size:17px;color:#6c757d;margin:0}
.instructorsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.instructorCard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:all .3s ease}
.instructorCard:hover{transform:scale(1.03);box-shadow:0 8px 28px #00000026}
.instructorPhoto{width:100%;height:280px;object-fit:cover}
.instructorInfo{padding:25px}
.instructorInfo h3{font-size:22px;color:#2c3e50;margin:0 0 8px}
.instructorRole{font-size:15px;color:#FF3955;margin:0 0 15px;font-weight:600}
.instructorInfo p{font-size:15px;color:#6c757d;line-height:1.7;margin:0}
.ctaSection{padding:90px 20px;background:#2c3e50;position:relative;overflow:hidden}
.ctaSection::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:#08bd6d1a;border-radius:50%}
.ctaSection::after{content:'';position:absolute;bottom:-80px;right:-80px;width:250px;height:250px;background:#ff39551a;border-radius:50%}
.ctaBox{max-width:1000px;margin:0 auto;text-align:center;position:relative;z-index:2}
.ctaBox h2{font-size:38px;color:#fff;margin:0 0 20px;line-height:1.3}
.ctaBox p{font-size:18px;color:#ffffffd9;margin:0 0 35px;line-height:1.6}
.ctaBtns{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.primaryBtn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#08BD6D,#FF3955);color:#fff;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #08bd6d4d;position:relative;z-index:3}
.primaryBtn:hover{transform:scale(1.05);box-shadow:0 6px 20px #08bd6d66}
.secondaryBtn{display:inline-block;padding:16px 40px;background:transparent;color:#fff;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;border:2px solid #fff;transition:all .3s ease;position:relative;z-index:3}
.secondaryBtn:hover{background:#fff;color:#2c3e50;transform:scale(1.05)}
@media (max-width: 992px) {
.headerContainer{grid-template-columns:1fr;gap:40px}
.headerTxtBox h1{font-size:34px}
.headerImgWrapper img{height:350px}
.tracksGrid{grid-template-columns:1fr}
.metodologiaWrapper{flex-direction:column}
.metodologiaImg{flex:1;width:100%}
.metodologiaImg img{height:400px}
.instructorsGrid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.programmaHeader{padding:60px 20px}
.headerTxtBox h1{font-size:28px}
.qaPair .domanda{font-size:16px}
.qaPair .risposta{font-size:15px}
.percorsiSection{padding:60px 20px}
.percorsiTitle h2{font-size:28px}
.metodologiaBlock{padding:60px 20px}
.metodologiaContent h2{font-size:28px}
.instructorSection{padding:60px 20px}
.sectionHeader h2{font-size:28px}
.ctaSection{padding:60px 20px}
.ctaBox h2{font-size:30px}
.ctaBtns{flex-direction:column;align-items:stretch}
.primaryBtn,.secondaryBtn{width:100%;text-align:center}
}
.policy-wrapper{max-width:1000px;margin:0 auto;padding:60px 20px}
.policy-header-zone{background:linear-gradient(135deg,#08BD6D 0%,#FF3955 100%);padding:80px 20px;text-align:center;border-radius:12px;margin-bottom:50px;box-shadow:0 4px 20px #08bd6d26}
.policy-header-zone .mainTitle{color:#fff;font-size:42px;font-weight:700;margin:0 0 15px;line-height:1.2}
.policy-header-zone .subText{color:#fffffff2;font-size:18px;margin:0;max-width:700px;margin-left:auto;margin-right:auto}
.lastUpdate{background:#f8f9fa;padding:20px 30px;border-radius:10px;margin-bottom:40px;border-left:4px solid #08BD6D}
.lastUpdate p{margin:0;color:#2c3e50;font-size:15px;font-weight:600}
.content-block{background:#fff;padding:50px 40px;border-radius:12px;box-shadow:0 2px 12px #0000000f;margin-bottom:35px}
.section-heading{color:#2c3e50;font-size:28px;font-weight:700;margin:0 0 25px;padding-bottom:15px;border-bottom:3px solid #08BD6D;position:relative}
.section-heading::after{content:'';position:absolute;bottom:-3px;left:0;width:80px;height:3px;background:#FF3955}
.sub-heading{color:#34495e;font-size:22px;font-weight:600;margin:35px 0 20px;position:relative;padding-left:20px}
.sub-heading::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:linear-gradient(135deg,#08BD6D,#FEB000);border-radius:50%}
.text-content{color:#555;font-size:16px;line-height:1.8;margin:0 0 20px}
.info-list{list-style:none;padding:0;margin:25px 0}
.info-list li{color:#555;font-size:16px;line-height:1.8;margin-bottom:15px;padding-left:35px;position:relative}
.info-list li::before{content:'→';position:absolute;left:0;color:#08BD6D;font-weight:700;font-size:20px}
.highlight-box{background:linear-gradient(135deg,#08bd6d14,#feb00014);padding:25px 30px;border-radius:10px;margin:30px 0;border-left:4px solid #08BD6D}
.highlight-box p{color:#2c3e50;font-size:16px;line-height:1.8;margin:0}
.cookie-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.cookie-card{background:#f8f9fa;padding:30px;border-radius:10px;border:2px solid transparent;transition:all .3s ease}
.cookie-card:hover{border-color:#08BD6D;transform:translateY(-4px);box-shadow:0 6px 20px #08bd6d26}
.cookie-card .card-title{color:#2c3e50;font-size:20px;font-weight:700;margin:0 0 15px;display:flex;align-items:center;gap:10px}
.cookie-card .card-title::before{content:'';width:12px;height:12px;background:linear-gradient(135deg,#FF3955,#FEB000);border-radius:50%;flex-shrink:0}
.cookie-card .card-desc{color:#666;font-size:15px;line-height:1.7;margin:0}
.contact-section{background:linear-gradient(135deg,#08bd6d0d,#ff39550d);padding:40px;border-radius:12px;margin-top:50px;text-align:center}
.contact-section .contact-title{color:#2c3e50;font-size:26px;font-weight:700;margin:0 0 20px}
.contact-section .contact-text{color:#555;font-size:16px;line-height:1.8;margin:0 0 25px}
.contact-section .email-link{display:inline-block;color:#08BD6D;font-size:18px;font-weight:600;text-decoration:none;padding:15px 35px;background:#fff;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 10px #00000014}
.contact-section .email-link:hover{transform:scale(1.05);box-shadow:0 4px 16px #08bd6d40;background:linear-gradient(135deg,#08BD6D,#FEB000);color:#fff}
@media (max-width: 768px) {
.policy-wrapper{padding:40px 15px}
.policy-header-zone{padding:50px 20px;margin-bottom:35px}
.policy-header-zone .mainTitle{font-size:32px}
.policy-header-zone .subText{font-size:16px}
.content-block{padding:30px 25px}
.section-heading{font-size:24px}
.sub-heading{font-size:20px}
.cookie-types-grid{grid-template-columns:1fr}
.contact-section{padding:30px 20px}
}
.privacyHdr{background:linear-gradient(135deg,#08BD6D 0%,#FF3955 100%);padding:60px 20px;position:relative;overflow:hidden}
.privacyHdr::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 10px,#ffffff08 10px,#ffffff08 20px)}
.privacyHdr .contentWrap{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.privacyHdr .mainTitle{font-size:48px;color:#fff;margin:0 0 16px;font-weight:700;text-shadow:2px 4px 8px #0003}
.privacyHdr .updateDate{font-size:16px;color:#ffffffe6;margin:0}
.policyContent{max-width:1000px;margin:0 auto;padding:80px 20px}
.policyContent .introText{font-size:18px;line-height:1.7;color:#2c3e50;margin:0 0 60px;padding:30px;background:linear-gradient(135deg,#08bd6d0d 0%,#ff39550d 100%);border-radius:12px;border-left:4px solid #08BD6D}
.policySection{margin:0 0 50px}
.policySection .sectionHdr{font-size:28px;color:#1a1a1a;margin:0 0 24px;font-weight:700;position:relative;padding-left:20px}
.policySection .sectionHdr::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:28px;background:linear-gradient(180deg,#08BD6D 0%,#FF3955 100%);border-radius:3px}
.policySection .textBlock{font-size:16px;line-height:1.8;color:#444;margin:0 0 20px}
.policySection .listWrap{margin:20px 0;padding:0;list-style:none}
.policySection .listWrap .item{position:relative;padding-left:30px;margin:0 0 16px;font-size:16px;line-height:1.7;color:#444}
.policySection .listWrap .item::before{content:'';position:absolute;left:0;top:10px;width:12px;height:12px;background:#08BD6D;border-radius:50%;box-shadow:0 2px 4px #08bd6d4d}
.policySection .listWrap .item:nth-child(3n+2)::before{background:#FF3955;box-shadow:0 2px 4px #ff39554d}
.policySection .listWrap .item:nth-child(3n+3)::before{background:#FEB000;box-shadow:0 2px 4px #feb0004d}
.policySection .emphasis{font-weight:600;color:#08BD6D}
.policySection .subHdr{font-size:20px;color:#2c3e50;margin:30px 0 16px;font-weight:600}
.contactBox{background:#f8f9fa;padding:40px;border-radius:12px;margin:60px 0 0;border:2px solid #e9ecef}
.contactBox .boxTitle{font-size:24px;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.contactBox .contactGrid{display:flex;flex-direction:column;gap:16px}
.contactBox .contactGrid .contactItem{display:flex;align-items:center;gap:12px;font-size:16px;color:#444}
.contactBox .contactGrid .contactItem .iconWrap{width:40px;height:40px;background:linear-gradient(135deg,#08BD6D 0%,#FF3955 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contactBox .contactGrid .contactItem .iconWrap i{font-size:20px;color:#fff}
.contactBox .contactGrid .contactItem .linkText{color:#08BD6D;text-decoration:none;transition:all .3s ease}
.contactBox .contactGrid .contactItem .linkText:hover{color:#FF3955;transform:translateX(4px)}
.dataTable{width:100%;border-collapse:separate;border-spacing:0;margin:30px 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014}
.dataTable .tableHdrRow{background:linear-gradient(135deg,#08BD6D 0%,#FF3955 100%)}
.dataTable .tableHdrRow .hdrCell{padding:16px 20px;font-size:16px;font-weight:700;color:#fff;text-align:left}
.dataTable .tableRow{background:#fff;border-bottom:1px solid #e9ecef}
.dataTable .tableRow:nth-child(even){background:#f8f9fa}
.dataTable .tableRow .dataCell{padding:16px 20px;font-size:15px;color:#444}
@media (max-width: 768px) {
.privacyHdr{padding:40px 20px}
.privacyHdr .mainTitle{font-size:32px}
.policyContent{padding:50px 20px}
.policySection .sectionHdr{font-size:24px}
.contactBox{padding:30px 20px}
.dataTable .tableHdrRow .hdrCell,.dataTable .tableRow .dataCell{padding:12px 16px;font-size:14px}
}
.successWrapper{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:60px 20px;position:relative;overflow:hidden}
.successWrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#08bd6d14 0%,transparent 70%);border-radius:50%;animation:floatShape 8s ease-in-out infinite}
.successWrapper::after{content:'';position:absolute;bottom:-40%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#ff39550f 0%,transparent 70%);border-radius:50%;animation:floatShape 10s ease-in-out infinite reverse}
@keyframes floatShape {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,30px) scale(1.1)}
}
.successContent{max-width:680px;width:100%;background:#fff;border-radius:12px;padding:60px 50px;box-shadow:0 4px 24px #00000014;position:relative;z-index:2;text-align:center}
.successIcon{width:90px;height:90px;margin:0 auto 32px;background:linear-gradient(135deg,#08BD6D 0%,#06a35f 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:successPulse 2s ease-in-out infinite}
@keyframes successPulse {
0%,100%{box-shadow:0 0 0 0 #08bd6d66}
50%{box-shadow:0 0 0 20px #08bd6d00}
}
.successIcon svg{width:48px;height:48px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.checkmarkPath{stroke-dasharray:100;stroke-dashoffset:100;animation:drawCheck .8s ease-out .3s forwards}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.mainHeading{font-size:38px;line-height:1.2;color:#212529;margin:0 0 18px;font-weight:700}
.confirmText{font-size:18px;line-height:1.6;color:#6c757d;margin:0 0 14px}
.detailsMsg{font-size:16px;line-height:1.6;color:#868e96;margin:0 0 40px;padding:0 20px}
.actionBtns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.primaryBtn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#08BD6D 0%,#06a35f 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #08bd6d33;position:relative;z-index:10}
.primaryBtn:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 4px 16px #08bd6d4d}
.secondaryBtn{display:inline-block;padding:16px 40px;background:#fff;color:#08BD6D;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;border:2px solid #08BD6D;transition:all .3s ease;position:relative;z-index:10}
.secondaryBtn:hover{background:#08BD6D;color:#fff;transform:translateY(-2px) scale(1.03);box-shadow:0 4px 12px #08bd6d33}
.infoBox{margin-top:40px;padding:24px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:8px;border-left:4px solid #08BD6D}
.infoBox p{margin:0 0 12px;font-size:15px;line-height:1.6;color:#495057;text-align:left}
.infoBox p:last-child{margin-bottom:0}
.infoBox strong{color:#212529;font-weight:600}
.decorElement{position:absolute;border-radius:8px;opacity:.6}
.decorElement.one{top:40px;right:40px;width:60px;height:60px;background:linear-gradient(135deg,#FEB000 0%,orange 100%);animation:rotate360 20s linear infinite}
.decorElement.two{bottom:60px;left:50px;width:45px;height:45px;background:linear-gradient(135deg,#FF3955 0%,#e62948 100%);animation:rotate360 15s linear infinite reverse}
@keyframes rotate360 {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
@media (max-width: 768px) {
.successWrapper{padding:40px 20px;min-height:auto}
.successContent{padding:40px 30px}
.mainHeading{font-size:28px}
.confirmText{font-size:16px}
.detailsMsg{font-size:15px;padding:0 10px}
.actionBtns{flex-direction:column;gap:12px}
.primaryBtn,.secondaryBtn{width:100%;padding:14px 30px}
.successIcon{width:75px;height:75px}
.successIcon svg{width:40px;height:40px}
.decorElement.one{top:20px;right:20px;width:45px;height:45px}
.decorElement.two{bottom:40px;left:30px;width:35px;height:35px}
}
@media (max-width: 480px) {
.successContent{padding:30px 20px}
.mainHeading{font-size:24px}
.infoBox{padding:20px}
.infoBox p{font-size:14px}
}