*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inconsolata',monospace;background:#FDFFFD;color:#2a2a2a;line-height:1.6;overflow-x:hidden}
.headerWrap{max-width:1600px;margin:0 auto;padding:0 20px}
header{background:linear-gradient(135deg,#FDFFFD 0%,#e8f9fb 100%);box-shadow:0 4px 12px #0bb4ca14;padding:25px 0}
.topRow{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #0bb4ca26}
.logoSection{display:flex;align-items:center;gap:20px}
.logoBox{width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:#0bb4ca0d;border-radius:8px;box-shadow:0 3px 8px #5d1eca1f}
.logoBox .logoImg{width:90px;height:90px;object-fit:contain}
.brandTxt .tagLine{font-size:18px;color:#5D1ECA;font-weight:700;max-width:280px}
.ctaArea .ctaButt{display:inline-block;padding:14px 32px;background:linear-gradient(125deg,#0BB4CA 0%,#5D1ECA 100%);color:#FDFFFD;text-decoration:none;border-radius:6px;font-weight:700;font-size:16px;box-shadow:0 4px 14px #5d1eca40;transition:all .3s ease}
.ctaArea .ctaButt:hover{box-shadow:0 6px 18px #5d1eca59;background:linear-gradient(125deg,#09a0b5 0%,#4a17b0 100%)}
.navRow{display:flex;align-items:center}
.mainNavi .navList{list-style:none;display:flex;gap:40px;align-items:center}
.mainNavi .navItem{position:relative}
.mainNavi .navLink{text-decoration:none;color:#2a2a2a;font-size:16px;font-weight:700;padding:10px 0;display:inline-flex;align-items:center;gap:6px;transition:color .3s ease}
.mainNavi .navLink:hover{color:#0BB4CA}
.navDropdown{position:relative}
.navDropdown .subNavList{position:absolute;top:100%;left:0;background:#FDFFFD;list-style:none;min-width:220px;box-shadow:0 8px 20px #0bb4ca2e;border-radius:6px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;margin-top:10px;padding:10px 0;z-index:100}
.navDropdown:hover .subNavList{opacity:1;visibility:visible;transform:translateY(0)}
.subNavList .subNavItem{padding:0}
.subNavList .subNavLink{display:block;padding:12px 20px;color:#2a2a2a;text-decoration:none;font-size:15px;transition:background .2s ease,color .2s ease}
.subNavList .subNavLink:hover{background:#0bb4ca14;color:#0BB4CA}
.footerWrap{position:relative;background:linear-gradient(155deg,#2a2a2a 0%,#1a1a1a 100%);padding:50px 20px 30px;margin-top:80px}
.footPattern{position:absolute;top:0;left:0;right:0;height:6px;background:repeating-linear-gradient(90deg,#0BB4CA 0px,#0BB4CA 20px,#5D1ECA 20px,#5D1ECA 40px)}
.footContent{max-width:1600px;margin:0 auto;text-align:center}
.footLinks{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-bottom:20px}
.footLinks .footLink{color:#FDFFFD;text-decoration:none;font-size:14px;padding:8px 0;border-bottom:1px solid transparent;transition:border-color .3s ease}
.footLinks .footLink:hover{border-bottom-color:#0BB4CA}
.copyTxt{color:#fdfffdb3;font-size:13px;margin-top:15px}
.cookiePopup{position:fixed;top:0;left:50%;transform:translateX(-50%) translateY(-100%);width:90%;max-width:800px;z-index:9999;transition:transform .5s ease;padding:20px}
.cookiePopup.cookieVisible{transform:translateX(-50%) translateY(20px)}
.cookieBox{background:#FDFFFD;border-radius:10px;box-shadow:0 12px 40px #5d1eca4d;border:2px solid #0BB4CA}
.cookieContent{padding:30px}
.cookieHead{font-size:22px;color:#5D1ECA;margin-bottom:15px;font-weight:700}
.cookieTxt{font-size:15px;color:#2a2a2a;margin-bottom:25px;line-height:1.7}
.cookieActions{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:20px}
.cookieBtn{padding:12px 24px;border:none;border-radius:6px;font-family:'Inconsolata',monospace;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease}
.acceptBtn{background:linear-gradient(125deg,#0BB4CA 0%,#5D1ECA 100%);color:#FDFFFD}
.acceptBtn:hover{box-shadow:0 4px 14px #5d1eca4d}
.declineBtn{background:transparent;color:#2a2a2a;text-decoration:underline}
.declineBtn:hover{color:#5D1ECA}
.settingsBtn{background:transparent;color:#0BB4CA;text-decoration:underline}
.settingsBtn:hover{color:#5D1ECA}
.cookieFootNote{text-align:center;font-size:13px}
.policyLink{color:#0BB4CA;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}
.policyLink:hover{border-bottom-color:#0BB4CA}
.cookieTab{position:fixed;bottom:20px;right:-60px;width:50px;height:50px;background:linear-gradient(135deg,#0BB4CA 0%,#5D1ECA 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #5d1eca4d;transition:right .3s ease;z-index:9998}
.cookieTab.tabVisible{right:20px}
.cookieTab i{color:#FDFFFD;font-size:22px}
.cookieTab:hover{box-shadow:0 6px 20px #5d1eca73}
@media (max-width: 768px) {
.topRow{flex-direction:column;gap:20px;text-align:center}
.logoSection{flex-direction:column;gap:15px}
.brandTxt .tagLine{max-width:100%}
.ctaArea .ctaButt{width:100%;text-align:center}
.mainNavi .navList{flex-direction:column;gap:20px;align-items:stretch}
.navDropdown .subNavList{position:static;opacity:1;visibility:visible;transform:none;margin-top:10px;box-shadow:none;background:#0bb4ca0d}
.footLinks{flex-direction:column;gap:15px}
.cookieActions{flex-direction:column}
.cookieBtn{width:100%}
}
@media (max-width: 480px) {
.logoBox{width:100px;height:100px}
.logoBox .logoImg{width:70px;height:70px}
.brandTxt .tagLine{font-size:16px}
.cookieHead{font-size:19px}
.cookieTxt{font-size:14px}
}
.doc-lew-section{max-width:1200px;margin:0 auto;padding:80px 20px;background:#FDFFFD}
.doc-lew-section h1{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 40px;line-height:1.2;letter-spacing:-.5px}
.doc-lew-section h2{font-size:32px;font-weight:700;color:#2a2a2a;margin:60px 0 24px;line-height:1.3;letter-spacing:-.3px;border-bottom:3px solid #0BB4CA;padding-bottom:12px}
.doc-lew-section h3{font-size:24px;font-weight:600;color:#333;margin:40px 0 20px;line-height:1.4}
.doc-lew-section h4{font-size:20px;font-weight:600;color:#404040;margin:32px 0 16px;line-height:1.4}
.doc-lew-section h5{font-size:18px;font-weight:600;color:#4a4a4a;margin:28px 0 14px;line-height:1.5}
.doc-lew-section h6{font-size:16px;font-weight:600;color:#555;margin:24px 0 12px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.doc-lew-section p{font-size:17px;line-height:1.8;color:#333;margin:0 0 20px}
.doc-lew-section strong,.doc-lew-section b{font-weight:700;color:#1a1a1a}
.doc-lew-section a{color:#0BB4CA;text-decoration:none;border-bottom:2px solid transparent;transition:all .3s ease;font-weight:500}
.doc-lew-section a:hover{color:#5D1ECA;border-bottom-color:#5D1ECA}
.doc-lew-section ul{margin:0 0 24px;padding:0 0 0 24px}
.doc-lew-section ul li{font-size:17px;line-height:1.8;color:#333;margin:0 0 12px;padding-left:8px}
.doc-lew-section ol{margin:0 0 24px;padding:0 0 0 24px}
.doc-lew-section ol li{font-size:17px;line-height:1.8;color:#333;margin:0 0 12px;padding-left:8px}
.doc-lew-section table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;box-shadow:0 2px 8px #00000014}
.doc-lew-section thead{background:linear-gradient(135deg,#0BB4CA 0%,#5D1ECA 100%)}
.doc-lew-section thead tr{border:none}
.doc-lew-section thead th{padding:18px 20px;text-align:left;font-size:16px;font-weight:700;color:#FDFFFD;letter-spacing:.3px;text-transform:uppercase}
.doc-lew-section tbody{background:#fff}
.doc-lew-section tbody tr{border-bottom:1px solid #e8e8e8;transition:background .2s ease}
.doc-lew-section tbody tr:hover{background:#f8f9fa}
.doc-lew-section tbody tr:last-child{border-bottom:none}
.doc-lew-section tbody td{padding:16px 20px;font-size:16px;line-height:1.6;color:#333}
.doc-lew-section th{font-weight:700}
.doc-lew-section td strong,.doc-lew-section td b{color:#1a1a1a}
.doc-lew-section div{margin:0}
.doc-lew-section div p:last-child{margin-bottom:0}
.doc-lew-section blockquote{margin:32px 0;padding:24px 28px;background:#f5f5f5;border-left:6px solid #0BB4CA;font-style:italic}
.doc-lew-section blockquote p{color:#555;margin-bottom:0}
.doc-lew-section hr{border:none;height:2px;background:linear-gradient(90deg,#0BB4CA 0%,#5D1ECA 100%);margin:48px 0;opacity:.3}
@media (max-width: 768px) {
.doc-lew-section{padding:40px 16px}
.doc-lew-section h1{font-size:32px;margin-bottom:28px}
.doc-lew-section h2{font-size:26px;margin-top:40px;margin-bottom:20px}
.doc-lew-section h3{font-size:22px;margin-top:32px}
.doc-lew-section h4{font-size:19px;margin-top:24px}
.doc-lew-section h5{font-size:17px}
.doc-lew-section h6{font-size:15px}
.doc-lew-section p,.doc-lew-section ul li,.doc-lew-section ol li{font-size:16px;line-height:1.7}
.doc-lew-section table{font-size:14px;margin:24px 0;display:block;overflow-x:auto}
.doc-lew-section thead th{padding:14px 12px;font-size:14px}
.doc-lew-section tbody td{padding:12px;font-size:14px}
.doc-lew-section blockquote{margin:24px 0;padding:18px 20px}
}
@media (max-width: 480px) {
.doc-lew-section h1{font-size:28px}
.doc-lew-section h2{font-size:24px}
.doc-lew-section h3{font-size:20px}
.doc-lew-section thead th,.doc-lew-section tbody td{padding:10px;font-size:13px}
}
.heroWrap{max-width:1600px;margin:0 auto;padding:80px 20px;position:relative;overflow:hidden}
.heroCircleBox{display:flex;align-items:center;justify-content:center;min-height:500px;position:relative}
.heroCircle{width:450px;height:450px;border-radius:50%;background:linear-gradient(135deg,#0BB4CA 0%,#5D1ECA 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;box-shadow:0 12px 32px #0bb4ca33;position:relative;animation:pulseCircle 6s ease-in-out infinite}
@keyframes pulseCircle {
0%,100%{transform:scale(1)}
50%{transform:scale(1.03)}
}
.heroCircle h1{font-size:3rem;font-weight:700;color:#FDFFFD;margin:0 0 20px;text-align:center;line-height:1.1}
.heroCircle .subHead{font-size:1.3rem;font-weight:500;color:#FDFFFD;margin:0 0 16px;text-align:center;opacity:.95}
.heroCircle .tagLine{font-size:1rem;font-weight:400;color:#FDFFFD;text-align:center;opacity:.85;line-height:1.4}
.decorFloater{position:absolute;width:80px;height:80px;border-radius:50%;background:#5d1eca26;animation:floatAround 8s ease-in-out infinite}
.decorFloater.f1{top:10%;left:15%;animation-delay:0s}
.decorFloater.f2{bottom:15%;right:10%;animation-delay:2s;width:100px;height:100px}
.decorFloater.f3{top:40%;right:20%;animation-delay:4s;width:60px;height:60px}
@keyframes floatAround {
0%,100%{transform:translate(0,0) rotate(0deg)}
25%{transform:translate(20px,-20px) rotate(90deg)}
50%{transform:translate(-15px,15px) rotate(180deg)}
75%{transform:translate(25px,10px) rotate(270deg)}
}
.programOverview{max-width:1600px;margin:0 auto;padding:100px 20px 80px;background:linear-gradient(95deg,#FDFFFD 0%,#f4f9f9 100%)}
.programGrid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.progContent h2{font-size:2.4rem;font-weight:700;color:#1a1a1a;margin:0 0 28px;line-height:1.2}
.progContent .descBox{background:#fff;padding:32px;border-radius:8px;box-shadow:0 4px 16px #0000000f;margin-bottom:24px}
.progContent .descBox p{font-size:1.05rem;color:#2d2d2d;margin:0 0 14px;line-height:1.6}
.progContent .descBox p:last-child{margin-bottom:0}
.progFeatures{display:flex;flex-direction:column;gap:18px}
.featItem{background:#fff;padding:24px 28px;border-left:4px solid #0BB4CA;border-radius:6px;box-shadow:0 2px 12px #0000000a;transition:all .3s ease}
.featItem:hover{transform:translateX(8px);box-shadow:0 6px 20px #0bb4ca26;border-left-color:#5D1ECA}
.featItem h3{font-size:1.3rem;font-weight:600;color:#1a1a1a;margin:0 0 10px}
.featItem p{font-size:1rem;color:#4d4d4d;margin:0;line-height:1.5}
.progVisual{position:relative}
.progVisual img{width:100%;height:auto;border-radius:10px;box-shadow:0 10px 40px #0000001a;object-fit:cover}
.structure-sec{max-width:1600px;margin:0 auto;padding:90px 20px;background:#fff}
.structure-sec h2{font-size:2.6rem;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 60px;position:relative}
.structure-sec h2::after{content:'';display:block;width:100px;height:4px;background:linear-gradient(90deg,#0BB4CA,#5D1ECA);margin:20px auto 0;border-radius:2px}
.modulesWrap{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.moduleCard{background:linear-gradient(135deg,#f9fffe 0%,#fff 100%);border:2px solid #e8f5f7;border-radius:8px;padding:36px 28px;box-shadow:0 6px 20px #0000000d;transition:all .35s ease;position:relative;overflow:hidden}
.moduleCard::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#0BB4CA,#5D1ECA);transform:scaleY(0);transform-origin:bottom;transition:transform .35s ease}
.moduleCard:hover::before{transform:scaleY(1);transform-origin:top}
.moduleCard:hover{transform:translateY(-6px);box-shadow:0 12px 36px #0bb4ca33;border-color:#0BB4CA}
.moduleNum{font-size:3rem;font-weight:700;color:#0bb4ca33;margin:0 0 16px;line-height:1}
.moduleCard h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 16px;line-height:1.3}
.moduleCard p{font-size:1rem;color:#4d4d4d;margin:0 0 20px;line-height:1.6}
.moduleList{list-style:none;padding:0;margin:0}
.moduleList li{font-size:.95rem;color:#2d2d2d;padding:8px 0 8px 26px;position:relative;line-height:1.4}
.moduleList li::before{content:'✓';position:absolute;left:0;color:#0BB4CA;font-weight:700;font-size:1.1rem}
.testimonialsBlock{max-width:1600px;margin:0 auto;padding:90px 20px;background:linear-gradient(125deg,#f4f9f9 0%,#FDFFFD 100%);position:relative}
.testimonialsBlock h2{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 50px;text-align:center}
.testGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;align-items:start}
.testCard{background:#fff;border-radius:10px;padding:40px 36px;box-shadow:0 8px 28px #00000014;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.testCard:hover{transform:translateY(-4px);box-shadow:0 12px 40px #5d1eca26}
.testCard::before{content:'"';position:absolute;top:20px;left:30px;font-size:5rem;color:#0bb4ca1a;font-family:Georgia,serif;line-height:1}
.testHeader{display:flex;align-items:center;gap:20px;margin-bottom:24px;position:relative;z-index:2}
.testAvatar img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #0BB4CA;box-shadow:0 4px 12px #0000001a}
.testInfo h4{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 6px}
.testInfo .role{font-size:.95rem;color:#5D1ECA;font-weight:500;margin:0}
.testCard p{font-size:1.05rem;color:#2d2d2d;line-height:1.7;margin:0;position:relative;z-index:2}
.ctaWrapper{text-align:center;margin-top:50px}
.ctaBtn{display:inline-block;background:linear-gradient(120deg,#0BB4CA,#5D1ECA);color:#FDFFFD;font-size:1.15rem;font-weight:600;padding:18px 48px;border-radius:8px;text-decoration:none;box-shadow:0 8px 24px #0bb4ca4d;transition:all .3s ease;position:relative;z-index:10}
.ctaBtn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #5d1eca66;background:linear-gradient(120deg,#5D1ECA,#0BB4CA)}
@media (max-width: 1024px) {
.heroCircle{width:380px;height:380px;padding:50px 30px}
.heroCircle h1{font-size:2.4rem}
.heroCircle .subHead{font-size:1.15rem}
.programGrid{gap:40px}
.progContent h2{font-size:2rem}
.modulesWrap{grid-template-columns:repeat(2,1fr);gap:30px}
.testGrid{gap:35px}
}
@media (max-width: 768px) {
.heroWrap{padding:60px 20px}
.heroCircle{width:320px;height:320px;padding:40px 25px}
.heroCircle h1{font-size:1.9rem}
.heroCircle .subHead{font-size:1rem}
.heroCircle .tagLine{font-size:.9rem}
.decorFloater{width:60px;height:60px}
.decorFloater.f2{width:75px;height:75px}
.decorFloater.f3{width:50px;height:50px}
.programOverview{padding:70px 20px 60px}
.programGrid{grid-template-columns:1fr;gap:35px}
.progContent h2{font-size:1.8rem}
.structure-sec{padding:70px 20px}
.structure-sec h2{font-size:2rem;margin-bottom:40px}
.modulesWrap{grid-template-columns:1fr;gap:25px}
.testimonialsBlock{padding:70px 20px}
.testimonialsBlock h2{font-size:2rem;margin-bottom:35px}
.testGrid{grid-template-columns:1fr;gap:30px}
.testCard{padding:32px 28px}
.ctaBtn{font-size:1.05rem;padding:16px 40px}
}
@media (max-width: 480px) {
.heroCircle{width:280px;height:280px;padding:30px 20px}
.heroCircle h1{font-size:1.6rem}
.heroCircle .subHead{font-size:.95rem}
.heroCircle .tagLine{font-size:.85rem}
.progContent h2{font-size:1.6rem}
.progContent .descBox{padding:24px}
.featItem{padding:20px 22px}
.structure-sec h2{font-size:1.75rem}
.moduleCard{padding:28px 22px}
.moduleNum{font-size:2.5rem}
.testimonialsBlock h2{font-size:1.75rem}
.testCard{padding:28px 22px}
.testAvatar img{width:60px;height:60px}
.testInfo h4{font-size:1.1rem}
.ctaBtn{font-size:1rem;padding:14px 32px}
}
.titleModule{position:relative;width:100%;max-width:1600px;margin:0 auto 80px;height:520px;overflow:hidden}
.titleModule .bgImage{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}
.titleModule::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0bb4cabf 0%,transparent 30%,transparent 70%,#5d1ecabf 100%);z-index:2}
.titleModule::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.15'/%3E%3C/svg%3E");z-index:3;pointer-events:none}
.titleModule .floatingText{position:relative;z-index:4;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center;max-width:960px;margin:0 auto}
.titleModule .floatingText h1{font-size:52px;line-height:1.2;color:#FDFFFD;margin:0 0 20px;font-weight:700}
.titleModule .floatingText h1 .accent{color:#0BB4CA;text-shadow:2px 2px 8px #0000004d}
.titleModule .floatingText .subheadline{font-size:20px;line-height:1.6;color:#FDFFFD;margin:0;text-shadow:1px 1px 4px #00000080}
.processGrid{width:100%;max-width:1600px;margin:0 auto 100px;padding:0 24px}
.processGrid .sectionLabel{text-align:center;margin-bottom:60px}
.processGrid .sectionLabel h2{font-size:38px;color:#5D1ECA;margin:0 0 16px;font-weight:700}
.processGrid .sectionLabel .tagline{font-size:18px;color:#333;margin:0;line-height:1.5}
.processGrid .flowBox{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:50px}
.processGrid .stepCard{background:linear-gradient(135deg,#FDFFFD 0%,#f4f9fa 100%);border:2px solid #0BB4CA;padding:32px 28px;position:relative;border-radius:8px;box-shadow:0 4px 12px #0bb4ca26;transition:transform 0.3s,box-shadow .3s}
.processGrid .stepCard:hover{transform:translateY(-6px);box-shadow:0 8px 24px #5d1eca40}
.processGrid .stepCard .numberBadge{position:absolute;top:-16px;left:24px;width:48px;height:48px;background:linear-gradient(135deg,#0BB4CA 0%,#5D1ECA 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#FDFFFD;box-shadow:0 3px 8px #0003}
.processGrid .stepCard h3{font-size:24px;color:#5D1ECA;margin:20px 0 12px;font-weight:600}
.processGrid .stepCard .descr{font-size:16px;color:#555;line-height:1.7;margin:0 0 16px}
.processGrid .stepCard .detailList{list-style:none;padding:0;margin:0}
.processGrid .stepCard .detailList li{font-size:15px;color:#666;line-height:1.6;margin-bottom:8px;padding-left:24px;position:relative}
.processGrid .stepCard .detailList li::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:#0BB4CA;border-radius:50%}
.processGrid .timeline{display:flex;flex-direction:column;gap:0;position:relative;padding-left:60px;margin-top:60px}
.processGrid .timeline::before{content:'';position:absolute;left:24px;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#0BB4CA 0%,#5D1ECA 100%)}
.processGrid .timeline .milestone{position:relative;padding:24px 28px;background:#FDFFFD;border-left:4px solid #0BB4CA;margin-bottom:24px;box-shadow:0 2px 8px #00000014;border-radius:6px}
.processGrid .timeline .milestone::before{content:'';position:absolute;left:-64px;top:28px;width:20px;height:20px;background:#5D1ECA;border:4px solid #FDFFFD;border-radius:50%;box-shadow:0 2px 6px #00000026}
.processGrid .timeline .milestone h4{font-size:20px;color:#5D1ECA;margin:0 0 10px;font-weight:600}
.processGrid .timeline .milestone .txt{font-size:15px;color:#555;line-height:1.6;margin:0}
.processGrid .visualData{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-top:50px;padding:40px 32px;background:linear-gradient(120deg,#0bb4ca14 0%,#5d1eca14 100%);border-radius:10px}
.processGrid .visualData .statBox{text-align:center;padding:20px}
.processGrid .visualData .statBox .metricValue{font-size:42px;font-weight:700;color:#5D1ECA;margin:0 0 8px;line-height:1}
.processGrid .visualData .statBox .metricLabel{font-size:16px;color:#333;margin:0;font-weight:500}
.benefitZone{width:100%;max-width:1600px;margin:0 auto 100px;padding:0 24px}
.benefitZone .wrapperBox{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;background:linear-gradient(145deg,#FDFFFD 0%,#f9fafb 100%);padding:60px 50px;border-radius:10px;box-shadow:0 6px 20px #0000001a}
.benefitZone .wrapperBox .imageContainer{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #0bb4ca33}
.benefitZone .wrapperBox .imageContainer img{width:100%;height:auto;display:block;object-fit:cover}
.benefitZone .wrapperBox .contentBlock{display:flex;flex-direction:column;gap:24px}
.benefitZone .wrapperBox .contentBlock h2{font-size:36px;color:#5D1ECA;margin:0 0 12px;font-weight:700;line-height:1.3}
.benefitZone .wrapperBox .contentBlock h2::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#0BB4CA 0%,#5D1ECA 100%);margin-bottom:16px}
.benefitZone .wrapperBox .contentBlock .paragraphText{font-size:17px;color:#444;line-height:1.7;margin:0 0 16px}
.benefitZone .wrapperBox .contentBlock .featureGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}
.benefitZone .wrapperBox .contentBlock .featureGrid .featureItem{display:flex;flex-direction:column;gap:8px;padding:16px;background:#0bb4ca0d;border-left:3px solid #0BB4CA;border-radius:6px}
.benefitZone .wrapperBox .contentBlock .featureGrid .featureItem .icon{font-size:28px;color:#0BB4CA}
.benefitZone .wrapperBox .contentBlock .featureGrid .featureItem .label{font-size:16px;color:#333;font-weight:600;margin:0}
.benefitZone .wrapperBox .contentBlock .featureGrid .featureItem .detail{font-size:14px;color:#666;margin:0;line-height:1.5}
.benefitZone .wrapperBox .contentBlock .actionButton{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#0BB4CA 0%,#5D1ECA 100%);color:#FDFFFD;text-decoration:none;font-size:17px;font-weight:600;border-radius:8px;transition:transform 0.3s,box-shadow .3s;box-shadow:0 4px 12px #0bb4ca4d;align-self:flex-start;margin-top:12px;z-index:10;position:relative}
.benefitZone .wrapperBox .contentBlock .actionButton:hover{transform:translateY(-3px);box-shadow:0 6px 18px #5d1eca66}
@media (max-width: 1024px) {
.titleModule{height:420px}
.titleModule .floatingText h1{font-size:42px}
.titleModule .floatingText .subheadline{font-size:18px}
.processGrid .sectionLabel h2{font-size:32px}
.benefitZone .wrapperBox{grid-template-columns:1fr;gap:40px;padding:50px 40px}
.benefitZone .wrapperBox .contentBlock h2{font-size:32px}
.benefitZone .wrapperBox .contentBlock .featureGrid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.titleModule{height:360px;margin-bottom:60px}
.titleModule .floatingText h1{font-size:34px}
.titleModule .floatingText .subheadline{font-size:16px}
.processGrid{margin-bottom:70px}
.processGrid .sectionLabel{margin-bottom:40px}
.processGrid .sectionLabel h2{font-size:28px}
.processGrid .flowBox{grid-template-columns:1fr;gap:28px}
.processGrid .stepCard{padding:28px 24px}
.processGrid .timeline{padding-left:40px}
.processGrid .timeline::before{left:16px}
.processGrid .timeline .milestone::before{left:-44px}
.processGrid .visualData{grid-template-columns:1fr 1fr;padding:32px 24px}
.benefitZone{margin-bottom:70px}
.benefitZone .wrapperBox{padding:40px 28px}
.benefitZone .wrapperBox .contentBlock h2{font-size:28px}
.benefitZone .wrapperBox .contentBlock .paragraphText{font-size:16px}
.benefitZone .wrapperBox .contentBlock .actionButton{width:100%;text-align:center}
}
@media (max-width: 480px) {
.titleModule{height:300px}
.titleModule .floatingText h1{font-size:28px}
.titleModule .floatingText .subheadline{font-size:15px}
.processGrid .sectionLabel h2{font-size:24px}
.processGrid .stepCard h3{font-size:20px}
.processGrid .visualData{grid-template-columns:1fr}
.processGrid .visualData .statBox .metricValue{font-size:36px}
.benefitZone .wrapperBox .contentBlock h2{font-size:24px}
.benefitZone .wrapperBox .contentBlock .featureGrid .featureItem .icon{font-size:24px}
}
.titleSection{position:relative;background:linear-gradient(135deg,#0BB4CA 0%,#5D1ECA 100%);padding:120px 20px 80px;overflow:hidden}
.titleSection::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#fdfffd14;border-radius:50%}
.titleWrap{max-width:1600px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.titleText{flex:1}
.titleText h1{font-size:3.2rem;color:#FDFFFD;margin:0 0 24px;line-height:1.2;font-weight:700}
.titleText .subline{font-size:1.3rem;color:#fdfffde6;margin:0 0 36px;line-height:1.6}
.titleCta{display:inline-block;padding:16px 42px;background:#FDFFFD;color:#5D1ECA;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:8px;box-shadow:0 8px 20px #0003;transition:all .3s ease;position:relative;z-index:10}
.titleCta:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0000004d}
.imgFrame{flex:1;position:relative;padding:12px}
.imgFrame::before{content:'';position:absolute;top:0;left:0;right:80px;bottom:80px;border:3px solid #fdfffd4d;border-radius:8px}
.imgFrame img{width:100%;height:480px;object-fit:cover;border-radius:8px;display:block;position:relative;box-shadow:0 16px 40px #00000040}
.feedbackBox{max-width:1600px;margin:100px auto 0;padding:0 20px}
.feedbackBox h2{font-size:2.4rem;color:#5D1ECA;margin:0 0 16px;text-align:center}
.feedbackBox .intro{font-size:1.1rem;color:#333;text-align:center;margin:0 auto 60px;max-width:800px;line-height:1.7}
.feedbackGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px}
.feedItem{background:linear-gradient(160deg,#FDFFFD 0%,#f5f5f5 100%);padding:36px 28px;border-radius:10px;box-shadow:0 4px 16px #00000014;position:relative;transition:all .3s ease}
.feedItem:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000026}
.feedItem .iconBox{width:70px;height:70px;background:linear-gradient(135deg,#0BB4CA 0%,#5D1ECA 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.feedItem .iconBox i{font-size:2rem;color:#FDFFFD}
.feedItem h3{font-size:1.5rem;color:#333;margin:0 0 12px}
.feedItem p{font-size:1rem;color:#555;line-height:1.6;margin:0}
.advantageArea{max-width:1600px;margin:120px auto 0;padding:0 20px}
.advantageArea h2{font-size:2.4rem;color:#5D1ECA;margin:0 0 20px}
.advantageArea .descr{font-size:1.1rem;color:#333;margin:0 0 50px;max-width:700px;line-height:1.7}
.comparisonWrap{display:flex;gap:50px;align-items:flex-start}
.comparisonWrap img{width:480px;height:380px;object-fit:cover;border-radius:10px;box-shadow:0 8px 24px #0000001f}
.compList{flex:1}
.compListItem{background:#FDFFFD;padding:28px 32px;border-left:4px solid #0BB4CA;margin:0 0 20px;box-shadow:0 2px 12px #0000000f;border-radius:6px}
.compListItem h4{font-size:1.3rem;color:#333;margin:0 0 10px;display:flex;align-items:center;gap:12px}
.compListItem h4 i{color:#0BB4CA;font-size:1.4rem}
.compListItem p{font-size:1rem;color:#555;line-height:1.6;margin:0}
.resourceZone{max-width:1600px;margin:120px auto 0;padding:0 20px}
.resourceZone h2{font-size:2.4rem;color:#5D1ECA;margin:0 0 60px;text-align:center}
.resourceCards{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.resourceCard{background:#FDFFFD;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px #0000001a;transition:all .3s ease}
.resourceCard:hover{transform:scale(1.03);box-shadow:0 12px 32px #0000002e}
.resourceCard img{width:100%;height:240px;object-fit:cover;display:block}
.resourceContent{padding:28px 24px}
.resourceContent h3{font-size:1.4rem;color:#333;margin:0 0 12px}
.resourceContent p{font-size:1rem;color:#555;line-height:1.6;margin:0}
.bonusSection{background:linear-gradient(145deg,#f9f9f9 0%,#FDFFFD 100%);padding:80px 20px;margin:120px 0 0}
.bonusContainer{max-width:1600px;margin:0 auto;display:flex;gap:60px;align-items:center}
.bonusImg{flex:1}
.bonusImg img{width:100%;height:420px;object-fit:cover;border-radius:10px;box-shadow:0 10px 28px #00000026}
.bonusData{flex:1}
.bonusData h2{font-size:2.4rem;color:#5D1ECA;margin:0 0 24px}
.bonusData .lead{font-size:1.1rem;color:#333;margin:0 0 36px;line-height:1.7}
.bonusList{list-style:none;padding:0;margin:0 0 36px}
.bonusList li{font-size:1.05rem;color:#555;padding:14px 0;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:16px}
.bonusList li:last-child{border-bottom:none}
.bonusList li i{color:#0BB4CA;font-size:1.3rem}
.bonusBtn{display:inline-block;padding:16px 38px;background:linear-gradient(135deg,#0BB4CA 0%,#5D1ECA 100%);color:#FDFFFD;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:8px;box-shadow:0 6px 18px #5d1eca4d;transition:all .3s ease;position:relative;z-index:10}
.bonusBtn:hover{transform:translateY(-3px);box-shadow:0 10px 26px #5d1eca66}
@media (max-width: 1024px) {
.titleWrap{flex-direction:column;gap:40px}
.imgFrame::before{right:40px;bottom:40px}
.comparisonWrap{flex-direction:column}
.comparisonWrap img{width:100%;height:320px}
.resourceCards{grid-template-columns:repeat(2,1fr);gap:28px}
.bonusContainer{flex-direction:column;gap:40px}
}
@media (max-width: 768px) {
.titleSection{padding:80px 20px 60px}
.titleText h1{font-size:2.2rem}
.titleText .subline{font-size:1.1rem}
.imgFrame img{height:340px}
.feedbackBox h2,.advantageArea h2,.resourceZone h2,.bonusData h2{font-size:1.9rem}
.feedbackGrid{grid-template-columns:1fr;gap:28px}
.resourceCards{grid-template-columns:1fr;gap:24px}
.resourceCard img{height:200px}
.bonusImg img{height:300px}
}
.contactHero{position:relative;padding:80px 20px;max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:center;min-height:500px;background:linear-gradient(135deg,#FDFFFD 0%,#f5f9ff 100%);overflow:hidden}
.contactHero::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#0bb4ca14 0%,transparent 70%);animation:pulseGlow 8s ease-in-out infinite}
@keyframes pulseGlow {
0%,100%{transform:scale(1);opacity:.6}
50%{transform:scale(1.1);opacity:.8}
}
.heroCircle{position:relative;width:100%;max-width:700px;aspect-ratio:1;border-radius:50%;background:linear-gradient(160deg,#0BB4CA 0%,#5D1ECA 100%);box-shadow:0 20px 60px #5d1eca40;display:flex;align-items:center;justify-content:center;overflow:hidden}
.heroCircle::after{content:'';position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fdfffd33 0%,transparent 60%)}
.bgImgWrapper{position:absolute;inset:0;border-radius:50%;overflow:hidden;opacity:.3}
.bgImgWrapper img{width:100%;height:100%;object-fit:cover;filter:grayscale(30%)}
.bgImgWrapper::before{content:'';position:absolute;inset:0;background:radial-gradient(circle,transparent 30%,#000000b3 90%);z-index:1}
.manifestoText{position:relative;z-index:2;text-align:center;padding:60px 40px;color:#FDFFFD}
.manifestoText h1{font-size:2.8rem;font-weight:700;margin:0 0 24px;line-height:1.2;letter-spacing:-.5px}
.manifestoText p{font-size:1.1rem;line-height:1.7;margin:0 0 16px;opacity:.95}
.manifestoText p:last-child{margin:0}
.infoBox{max-width:1200px;margin:80px auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.contactCard{background:#FDFFFD;padding:40px 32px;border-radius:8px;box-shadow:0 4px 16px #0bb4ca1f;border-left:4px solid #0BB4CA;transition:all .3s ease}
.contactCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #5d1eca2e;border-left-color:#5D1ECA}
.contactCard i{font-size:2.2rem;color:#5D1ECA;margin-bottom:20px;display:block}
.contactCard h3{font-size:1.4rem;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.contactCard p{font-size:1rem;color:#555;margin:0 0 8px;line-height:1.6}
.contactCard a{color:#0BB4CA;text-decoration:none;font-weight:500;transition:color .3s ease}
.contactCard a:hover{color:#5D1ECA}
.formWrap{max-width:900px;margin:0 auto 100px;padding:0 20px}
.formBox{background:linear-gradient(145deg,#FDFFFD 0%,#f8fcfd 100%);padding:60px 50px;border-radius:10px;box-shadow:0 12px 40px #0bb4ca26;border:1px solid #5d1eca1a}
.formBox h2{font-size:2.2rem;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.formBox .introText{font-size:1.05rem;color:#555;margin:0 0 40px;line-height:1.6}
.formContent{display:grid;gap:28px}
.inputGroup{display:flex;flex-direction:column;gap:10px}
.inputGroup label{font-size:.95rem;font-weight:600;color:#333;letter-spacing:.3px}
.inputGroup input[type="text"],.inputGroup input[type="tel"]{padding:14px 18px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:all .3s ease;background:#FDFFFD;width:100%}
.inputGroup input[type="text"]:focus,.inputGroup input[type="tel"]:focus{outline:none;border-color:#0BB4CA;box-shadow:0 0 0 3px #0bb4ca1a}
.selectGroup{position:relative}
.selectGroup select{width:100%;padding:14px 18px;padding-right:40px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;background:#FDFFFD;cursor:pointer;transition:all .3s ease;appearance:none}
.selectGroup::after{content:'\f107';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#5D1ECA;pointer-events:none;font-size:1.2rem}
.selectGroup select:focus{outline:none;border-color:#0BB4CA;box-shadow:0 0 0 3px #0bb4ca1a}
.radioSet{display:flex;flex-direction:column;gap:14px}
.radioSet .optionBox{display:flex;align-items:center;gap:12px;padding:12px 16px;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .3s ease;background:#FDFFFD}
.radioSet input[type="radio"]{width:20px;height:20px;cursor:pointer;accent-color:#5D1ECA}
.radioSet label{cursor:pointer;font-size:1rem;color:#333;font-weight:500;flex:1}
.radioSet .optionBox:hover{border-color:#0BB4CA;background:#0bb4ca0a}
.radioSet input[type="radio"]:checked + label{color:#5D1ECA;font-weight:600}
.radioSet input[type="radio"]:checked ~ .optionBox,.radioSet .optionBox:has(input[type="radio"]:checked){border-color:#5D1ECA;background:#5d1eca0f}
.privacyCheck{display:flex;align-items:flex-start;gap:12px;margin-top:10px}
.privacyCheck input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#5D1ECA;flex-shrink:0}
.privacyCheck label{font-size:.92rem;color:#555;line-height:1.5;cursor:pointer}
.privacyCheck a{color:#0BB4CA;text-decoration:none;font-weight:600;transition:color .3s ease}
.privacyCheck a:hover{color:#5D1ECA}
.submitBtn{padding:16px 48px;background:linear-gradient(135deg,#0BB4CA 0%,#5D1ECA 100%);color:#FDFFFD;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #5d1eca4d;letter-spacing:.5px;margin-top:12px}
.submitBtn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #5d1eca66}
.submitBtn:active{transform:translateY(0)}
@media (max-width: 768px) {
.contactHero{padding:60px 20px;min-height:400px}
.heroCircle{max-width:500px}
.manifestoText h1{font-size:2rem}
.manifestoText p{font-size:1rem}
.manifestoText{padding:40px 30px}
.infoBox{margin:60px auto;gap:24px}
.formBox{padding:40px 30px}
.formBox h2{font-size:1.8rem}
.submitBtn{width:100%;padding:16px 32px}
}
@media (max-width: 480px) {
.heroCircle{max-width:350px}
.manifestoText h1{font-size:1.6rem}
.manifestoText{padding:30px 24px}
.formBox{padding:30px 20px}
.contactCard{padding:30px 24px}
}
.successWrap{min-height:80vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(127deg,#0BB4CA 0%,#5D1ECA 100%);padding:60px 20px;position:relative;overflow:hidden}
.successWrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#fdfffd14;border-radius:50%;filter:blur(80px)}
.successWrap::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:#fdfffd0f;border-radius:50%;filter:blur(90px)}
.successBox{max-width:680px;width:100%;background:#fdfffdfa;padding:70px 50px;border-radius:8px;box-shadow:0 12px 48px #00000026;text-align:center;position:relative;z-index:2}
.iconCheck{width:90px;height:90px;margin:0 auto 35px;background:linear-gradient(135deg,#0BB4CA 0%,#5D1ECA 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:scaleIn .6s ease-out}
@keyframes scaleIn {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.iconCheck i{font-size:44px;color:#FDFFFD}
.iconCheck::before{content:'';position:absolute;width:110px;height:110px;border:3px solid #0bb4ca33;border-radius:50%;animation:pulse 2s infinite}
@keyframes pulse {
0%,100%{transform:scale(1);opacity:1}
50%{transform:scale(1.15);opacity:.5}
}
.successBox h1{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 20px;line-height:1.2}
.successBox .subtext{font-size:18px;color:#4a4a4a;line-height:1.6;margin:0 0 15px}
.confirmMsg{font-size:16px;color:#666;margin:0 0 40px;line-height:1.5}
.actionButt{display:inline-block;background:linear-gradient(135deg,#0BB4CA 0%,#5D1ECA 100%);color:#FDFFFD;text-decoration:none;padding:16px 45px;border-radius:6px;font-size:17px;font-weight:600;box-shadow:0 4px 16px #0bb4ca4d;transition:all .3s ease;position:relative;z-index:10}
.actionButt:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0bb4ca66}
.actionButt:active{transform:translateY(0)}
.additionalInfo{margin-top:45px;padding-top:35px;border-top:2px solid #0bb4ca26}
.infoGrid{display:flex;gap:25px;justify-content:center;flex-wrap:wrap}
.infoItem{display:flex;align-items:center;gap:12px;font-size:15px;color:#555}
.infoItem i{color:#0BB4CA;font-size:20px}
@media (max-width: 768px) {
.successWrap{padding:40px 15px}
.successBox{padding:50px 30px}
.successBox h1{font-size:32px}
.successBox .subtext{font-size:16px}
.iconCheck{width:75px;height:75px}
.iconCheck i{font-size:36px}
.iconCheck::before{width:95px;height:95px}
.infoGrid{flex-direction:column;gap:15px}
.infoItem{justify-content:center}
}
@media (max-width: 480px) {
.successBox h1{font-size:28px}
.actionButt{width:100%;padding:14px 30px}
}