*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Figtree',sans-serif;background-color:#F6FEF8;color:#1a1a2e;font-size:16px;line-height:1.6}
header{background:#fff;box-shadow:0 2px 12px #01bbdc1a;position:relative;z-index:100}
.header-top-row{background:linear-gradient(135deg,#1a1a2e 0%,#2d1b69 60%,#782ADF 100%);padding:28px 20px 22px;text-align:center}
.header-top-row .brand-name{font-size:42px;font-weight:700;color:#fff;letter-spacing:-1px;line-height:1.1;display:block}
.header-top-row .brand-name span{color:#01BBDC}
.header-top-row .brand-tagline{font-size:14px;color:#ffffffa6;margin-top:6px;letter-spacing:.5px;display:block}
.header-bottom-row{padding:14px 20px;display:flex;align-items:center;justify-content:space-between;max-width:1600px;margin:0 auto}
.site-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}
.site-logo img{height:70px;width:70px;object-fit:contain;border-radius:4px;background:#f0f4ff;padding:4px;box-shadow:0 2px 8px #782adf26}
.main-nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.main-nav a{text-decoration:none;color:#1a1a2e;font-size:14px;font-weight:600;padding:9px 16px;border-radius:4px;transition:background 0.2s,color .2s;white-space:nowrap}
.main-nav a:hover{background:#01bbdc1a;color:#01BBDC}
.main-nav a.nav--active{background:#01BBDC;color:#fff}
.main-nav a.blue-button-hero-section-homepage{background:linear-gradient(135deg,#782ADF,#01BBDC);color:#fff;padding:9px 20px}
.main-nav a.blue-button-hero-section-homepage:hover{background:linear-gradient(135deg,#6820c9,#00a5c4);color:#fff}
footer{background:linear-gradient(160deg,#1a1a2e 0%,#2d1b69 50%,#782ADF 100%);color:#fffc;padding:0}
.footer-main{max-width:1600px;margin:0 auto;padding:48px 20px 32px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
.footer-brand .footer-logo{height:60px;width:60px;object-fit:contain;background:#ffffff1a;border-radius:4px;padding:4px;margin-bottom:14px;display:block}
.footer-brand .footer-company-name{font-size:22px;font-weight:700;color:#fff;margin-bottom:10px}
.footer-brand .footer-company-name span{color:#01BBDC}
.footer-brand p{font-size:13px;line-height:1.7;color:#fff9;max-width:280px}
.footer-contact{margin-top:18px}
.footer-contact .contact-item{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#ffffffa6;margin-bottom:10px}
.footer-contact .contact-item i{color:#01BBDC;font-size:15px;margin-top:1px;flex-shrink:0}
.footer-links-col h4{font-size:14px;font-weight:700;color:#fff;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}
.footer-links-col ul{list-style:none}
.footer-links-col ul li{margin-bottom:10px}
.footer-links-col ul li a{text-decoration:none;color:#fff9;font-size:13px;transition:color .2s}
.footer-links-col ul li a:hover{color:#01BBDC}
.footer-bottom{border-top:1px solid #ffffff1a;padding:18px 20px;max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footer-bottom .copyright-text{font-size:12px;color:#ffffff73}
.footer-bottom .footer-bottom-links{display:flex;gap:20px}
.footer-bottom .footer-bottom-links a{font-size:12px;color:#ffffff73;text-decoration:none;transition:color .2s}
.footer-bottom .footer-bottom-links a:hover{color:#01BBDC}
.cookie-popup{position:fixed;left:0;top:50%;transform:translateY(-50%) translateX(-110%);z-index:9999;width:340px;background:#fff;border-radius:0 6px 6px 0;box-shadow:4px 0 24px #782adf2e 0 4px 16px #01bbdc1a;border-left:4px solid #01BBDC;transition:transform .4s cubic-bezier(0.25,0.46,0.45,0.94)}
.cookie-popup.cookie--visible{transform:translateY(-50%) translateX(0)}
.cookie-header{padding:18px 18px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f0}
.cookie-header h3{font-size:15px;font-weight:700;color:#1a1a2e;display:flex;align-items:center;gap:8px}
.cookie-header h3 i{color:#01BBDC;font-size:18px}
.cookie-body{padding:14px 18px}
.cookie-body p{font-size:12px;color:#555;line-height:1.6;margin-bottom:14px}
.cookie-accordion-item{border:1px solid #eee;border-radius:4px;margin-bottom:8px;overflow:hidden}
.cookie-accordion-trigger{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;cursor:pointer;background:#fafafa;user-select:none}
.cookie-accordion-trigger span{font-size:12px;font-weight:600;color:#1a1a2e}
.cookie-accordion-trigger i{font-size:14px;color:#888;transition:transform .2s}
.cookie-accordion-item.accordion--open .cookie-accordion-trigger i{transform:rotate(180deg)}
.cookie-accordion-content{display:none;padding:10px 12px;background:#fff}
.cookie-accordion-item.accordion--open .cookie-accordion-content{display:block}
.cookie-accordion-content p{font-size:11px;color:#666;margin:0}
.cookie-toggle-row{display:flex;align-items:center;justify-content:space-between;margin-top:8px}
.cookie-toggle-row span{font-size:11px;color:#444}
.toggle-switch{position:relative;width:36px;height:20px}
.toggle-switch input{opacity:0;width:0;height:0}
.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;border-radius:20px;transition:background .2s}
.toggle-slider:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s}
.toggle-switch input:checked + .toggle-slider{background:#01BBDC}
.toggle-switch input:checked + .toggle-slider:before{transform:translateX(16px)}
.cookie-actions{padding:12px 18px 16px;display:flex;gap:8px;flex-direction:column}
.cookie-btn-accept{background:linear-gradient(135deg,#782ADF,#01BBDC);color:#fff;border:none;padding:10px 16px;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;font-family:'Figtree',sans-serif;transition:opacity .2s}
.cookie-btn-accept:hover{opacity:.9}
.cookie-btn-decline{background:transparent;color:#555;border:1px solid #ddd;padding:9px 16px;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;font-family:'Figtree',sans-serif;transition:border-color 0.2s,color .2s}
.cookie-btn-decline:hover{border-color:#782ADF;color:#782ADF}
@media (max-width: 900px) {
.footer-main{grid-template-columns:1fr 1fr}
.header-top-row .brand-name{font-size:32px}
}
@media (max-width: 600px) {
.header-bottom-row{flex-direction:column;gap:16px;align-items:center}
.main-nav{justify-content:center}
.main-nav a{font-size:13px;padding:8px 12px}
.header-top-row .brand-name{font-size:26px}
.footer-main{grid-template-columns:1fr;gap:28px}
.footer-bottom{flex-direction:column;text-align:center;gap:8px}
.cookie-popup{width:290px}
}
.policy-lb-layout{max-width:860px;margin:0 auto;padding:48px 32px 72px;background:#F6FEF8;border-radius:4px;box-shadow:0 4px 8px #01bbdc14 0 1px 2px #0000000f}
.policy-lb-layout p{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,sans-serif;font-size:16px;line-height:1.8;color:#1a1a2e;margin:0 0 18px;font-weight:400;letter-spacing:.01em}
.policy-lb-layout strong,.policy-lb-layout b{font-weight:700;color:#0f0f1a}
.policy-lb-layout em,.policy-lb-layout i{font-style:italic;color:#2d2d45}
.policy-lb-layout a{color:#01BBDC;text-decoration:underline;text-decoration-color:#01bbdc66;text-underline-offset:3px;font-weight:500;transition:color .2s ease,text-decoration-color .2s ease}
.policy-lb-layout a:hover{color:#782ADF;text-decoration-color:#782adf80}
.policy-lb-layout a:visited{color:#782ADF;text-decoration-color:#782adf4d}
.policy-lb-layout table{width:100%;border-collapse:collapse;margin:28px 0 36px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:14px;line-height:1.6;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 6px #01bbdc1a 0 1px 2px #0000000a}
.policy-lb-layout thead{background:linear-gradient(135deg,#01bbdc1f 0%,#782adf1a 100%)}
.policy-lb-layout thead tr{border-bottom:2px solid #01bbdc4d}
.policy-lb-layout tbody tr{border-bottom:1px solid #01bbdc1a;transition:background .15s ease}
.policy-lb-layout tbody tr:last-child{border-bottom:none}
.policy-lb-layout tbody tr:nth-child(even){background:#01bbdc08}
.policy-lb-layout tbody tr:hover{background:#01bbdc0f}
.policy-lb-layout th{padding:14px 16px;text-align:left;font-size:13px;font-weight:700;color:#0f0f1a;letter-spacing:.04em;text-transform:uppercase}
.policy-lb-layout td{padding:12px 16px;color:#2d2d45;font-size:14px;vertical-align:top}
.policy-lb-layout hr{border:none;height:1px;background:linear-gradient(90deg,transparent 0%,#01bbdc59 20%,#782adf40 80%,transparent 100%);margin:40px 0}
.policy-lb-layout div{margin-bottom:12px}
.policy-lb-layout div p{margin-bottom:10px}
@media (max-width: 768px) {
.policy-lb-layout{padding:32px 20px 56px}
.policy-lb-layout p{font-size:15px;line-height:1.75}
.policy-lb-layout table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:13px}
.policy-lb-layout th{padding:11px 12px;font-size:12px}
.policy-lb-layout td{padding:10px 12px;font-size:13px}
.policy-lb-layout hr{margin:28px 0}
}
@media (max-width: 480px) {
.policy-lb-layout{padding:24px 16px 48px;border-radius:2px}
.policy-lb-layout p{font-size:14px;line-height:1.7;margin-bottom:14px}
}
.title-block{position:relative;overflow:hidden;background:linear-gradient(135deg,#f0fbfe 0%,#F6FEF8 50%,#f3eeff 100%);padding:80px 20px}
.title-block .tb-frame-line-top{position:absolute;top:24px;left:24px;right:24px;height:1px;background:linear-gradient(90deg,transparent,#01bbdc66,#782adf4d,transparent)}
.title-block .tb-frame-line-bottom{position:absolute;bottom:24px;left:24px;right:24px;height:1px;background:linear-gradient(90deg,transparent,#782adf4d,#01bbdc66,transparent)}
.title-block .tb-frame-line-left{position:absolute;top:24px;left:24px;width:1px;height:calc(100% - 48px);background:linear-gradient(180deg,transparent,#01bbdc66,transparent)}
.title-block .tb-frame-line-right{position:absolute;top:24px;right:24px;width:1px;height:calc(100% - 48px);background:linear-gradient(180deg,transparent,#782adf4d,transparent)}
.title-block .tb-shape-1{position:absolute;top:-60px;right:8%;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#01bbdc1f 0%,transparent 70%);pointer-events:none}
.title-block .tb-shape-2{position:absolute;bottom:-40px;left:5%;width:200px;height:200px;background:radial-gradient(circle,#782adf1a 0%,transparent 70%);pointer-events:none}
.title-block .tb-shape-3{position:absolute;top:40%;right:42%;width:80px;height:80px;border:1px solid #01bbdc33;transform:rotate(45deg);pointer-events:none}
.title-block .tb-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px;position:relative;z-index:2}
.title-block .tb-text-side{flex:1;min-width:0}
.title-block .tb-label{display:inline-flex;align-items:center;gap:8px;background:#01bbdc1a;border:1px solid #01bbdc40;border-radius:4px;padding:6px 14px;color:#0099b5;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:22px}
.title-block .tb-heading-main{font-size:clamp(32px,5vw,54px);font-weight:800;color:#1a1a2e;line-height:1.15;margin:0 0 14px}
.title-block .tb-heading-main span{color:#01BBDC}
.title-block .tb-heading-secondary{font-size:clamp(16px,2.5vw,22px);font-weight:500;color:#782ADF;margin:0 0 22px;line-height:1.4}
.title-block .tb-desc{font-size:16px;line-height:1.75;color:#444;max-width:520px;margin:0}
.title-block .tb-image-side{flex:0 0 400px;position:relative}
.title-block .tb-image-wrap{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 12px 40px #782adf26 0 4px 12px #01bbdc1a}
.title-block .tb-image-wrap img{width:100%;height:300px;object-fit:cover;display:block}
.title-block .tb-image-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#01bbdc40 0%,#782adf33 100%);mix-blend-mode:multiply}
.title-block .tb-image-corner{position:absolute;bottom:-12px;right:-12px;width:60px;height:60px;border-right:2px solid #01bbdc80;border-bottom:2px solid #01bbdc80;border-radius:0 0 4px 0}
.title-block .tb-image-corner-tl{position:absolute;top:-12px;left:-12px;width:60px;height:60px;border-left:2px solid #782adf66;border-top:2px solid #782adf66;border-radius:4px 0 0 0}
.projects-grid-section{padding:90px 20px;background:#fff;position:relative}
.projects-grid-section::before{content:'';display:block;width:100%;height:3px;background:linear-gradient(90deg,#01BBDC,#782ADF,#01BBDC);margin-bottom:0;position:absolute;top:0;left:0}
.projects-grid-section .pg-container{max-width:1200px;margin:0 auto}
.projects-grid-section .pg-header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:50px}
.projects-grid-section .pg-title{font-size:clamp(24px,3.5vw,38px);font-weight:700;color:#1a1a2e;margin:0 0 10px;line-height:1.2}
.projects-grid-section .pg-title::after{content:'';display:block;width:48px;height:3px;background:linear-gradient(90deg,#01BBDC,#782ADF);margin-top:10px;border-radius:2px}
.projects-grid-section .pg-subtitle{font-size:15px;color:#666;line-height:1.6;margin:0;max-width:360px;text-align:right}
.projects-tabs{margin-bottom:36px;display:flex;flex-direction:row;gap:0;border-bottom:2px solid #eee}
.projects-tabs input[type="radio"]{display:none}
.projects-tabs label{padding:12px 24px;font-size:14px;font-weight:600;color:#888;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color 0.2s,border-color .2s;white-space:nowrap}
.projects-tabs label:hover{color:#01BBDC}
#tab-seo:checked ~ .projects-tabs label[for="tab-seo"],#tab-content:checked ~ .projects-tabs label[for="tab-content"],#tab-tech:checked ~ .projects-tabs label[for="tab-tech"]{color:#782ADF;border-bottom-color:#782ADF}
.tab-panels{display:flex;flex-direction:column}
.tab-panel{display:none}
#tab-seo:checked ~ .tab-panels .panel-seo,#tab-content:checked ~ .tab-panels .panel-content,#tab-tech:checked ~ .tab-panels .panel-tech{display:block}
.project-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.project-card{background:#F6FEF8;border:1px solid #01bbdc26;border-radius:6px;padding:28px;position:relative;overflow:hidden;transition:box-shadow 0.25s,transform .25s}
.project-card:hover{box-shadow:0 8px 28px #01bbdc26;transform:translateY(-3px)}
.project-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#01BBDC,#782ADF);opacity:0;transition:opacity .25s}
.project-card:hover::before{opacity:1}
.project-card .pc-category{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#01BBDC;background:#01bbdc1a;border-radius:3px;padding:4px 10px;margin-bottom:16px}
.project-card .pc-name{font-size:17px;font-weight:700;color:#1a1a2e;margin:0 0 10px;line-height:1.3}
.project-card .pc-desc{font-size:14px;color:#555;line-height:1.65;margin:0 0 18px}
.project-card .pc-metrics{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;margin-bottom:18px}
.project-card .pc-metric{display:flex;flex-direction:column;gap:2px}
.project-card .pc-metric-value{font-size:20px;font-weight:800;color:#782ADF;line-height:1}
.project-card .pc-metric-label{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.04em}
.project-card .pc-author{display:flex;flex-direction:row;align-items:center;gap:10px;padding-top:16px;border-top:1px solid #00000012}
.project-card .pc-author-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #01bbdc4d;flex-shrink:0}
.project-card .pc-author-info{display:flex;flex-direction:column;gap:2px}
.project-card .pc-author-name{font-size:13px;font-weight:600;color:#333}
.project-card .pc-author-role{font-size:12px;color:#999}
.project-card.pc--featured{background:linear-gradient(135deg,#f0fbfe,#f3eeff);border-color:#782adf33;grid-column:span 2}
.project-card.pc--featured .pc-category{color:#782ADF;background:#782adf1a}
.project-card.pc--featured .pc-metrics{gap:22px}
.skills-insight-section{padding:90px 20px;background:linear-gradient(160deg,#1a1a2e 0%,#16213e 60%,#0f0e2a 100%);position:relative;overflow:hidden}
.skills-insight-section .si-bg-dot{position:absolute;width:1px;height:1px;border-radius:50%;box-shadow:80px 40px 0 1px #01bbdc26 200px 120px 0 1px #782adf1f 350px 60px 0 2px #01bbdc1a 500px 200px 0 1px #782adf1a 700px 80px 0 1px #01bbdc1f 900px 150px 0 2px #782adf14 1100px 50px 0 1px #01bbdc1a;top:0;left:0;pointer-events:none}
.skills-insight-section .si-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.skills-insight-section .si-top{display:flex;flex-direction:row;align-items:flex-start;gap:60px;margin-bottom:60px}
.skills-insight-section .si-text-part{flex:1}
.skills-insight-section .si-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#01BBDC;margin-bottom:16px;display:flex;align-items:center;gap:10px}
.skills-insight-section .si-eyebrow::after{content:'';flex:1;max-width:50px;height:1px;background:#01bbdc66}
.skills-insight-section .si-heading{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#fff;line-height:1.2;margin:0 0 18px}
.skills-insight-section .si-heading em{font-style:normal;color:#01BBDC}
.skills-insight-section .si-para{font-size:15px;color:#ffffffb3;line-height:1.75;margin:0;max-width:460px}
.skills-insight-section .si-stats-part{flex:0 0 300px;display:flex;flex-direction:column;gap:20px}
.si-stat-pill{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:18px 22px;display:flex;flex-direction:row;align-items:center;gap:16px;transition:background .2s}
.si-stat-pill:hover{background:#01bbdc14;border-color:#01bbdc40}
.si-stat-pill .ssp-icon{width:42px;height:42px;border-radius:8px;background:linear-gradient(135deg,#01bbdc33,#782adf33);display:flex;align-items:center;justify-content:center;color:#01BBDC;font-size:20px;flex-shrink:0}
.si-stat-pill .ssp-content .ssp-num{font-size:22px;font-weight:800;color:#fff;line-height:1;margin-bottom:4px}
.si-stat-pill .ssp-content .ssp-label{font-size:12px;color:#ffffff80;text-transform:uppercase;letter-spacing:.04em}
.skills-progress-list{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.skill-progress-item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;padding:22px 24px}
.skill-progress-item .spi-name{font-size:14px;font-weight:600;color:#fff;margin-bottom:6px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}
.skill-progress-item .spi-name span{color:#01BBDC;font-weight:700}
.skill-progress-item .spi-desc{font-size:12px;color:#ffffff73;margin-bottom:14px;line-height:1.5}
.skill-progress-item .spi-bar-track{height:6px;background:#ffffff14;border-radius:3px;overflow:hidden}
.skill-progress-item .spi-bar-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#01BBDC,#782ADF)}
.si-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,#01bbdc4d,#782adf4d,transparent);margin:60px 0}
@media (max-width: 960px) {
.title-block .tb-inner{flex-direction:column;gap:40px}
.title-block .tb-image-side{flex:0 0 auto;width:100%;max-width:480px;align-self:center}
.projects-grid-section .pg-header{flex-direction:column;align-items:flex-start}
.projects-grid-section .pg-subtitle{text-align:left}
.project-card-grid{grid-template-columns:repeat(2,1fr)}
.project-card.pc--featured{grid-column:span 2}
.skills-insight-section .si-top{flex-direction:column;gap:36px}
.skills-insight-section .si-stats-part{flex:0 0 auto;width:100%;flex-direction:row;flex-wrap:wrap}
.si-stat-pill{flex:1 1 200px}
.skills-progress-list{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.title-block{padding:56px 16px}
.project-card-grid{grid-template-columns:1fr}
.project-card.pc--featured{grid-column:span 1}
.projects-tabs label{padding:10px 14px;font-size:13px}
.skills-insight-section{padding:60px 16px}
.skills-progress-list{gap:16px}
}
.hero-split{display:flex;flex-direction:row;align-items:stretch;min-height:520px;position:relative;overflow:hidden;background:#F6FEF8}
.hero-split .side-img{flex:0 0 28%;position:relative;overflow:hidden}
.hero-split .side-img img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.7) brightness(0.92)}
.hero-split .side-img::after{content:'';position:absolute;inset:0;background:#01bbdc2e;pointer-events:none}
.hero-split .side-img.right-img::after{background:#782adf26}
.hero-text-center{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 48px;position:relative;z-index:2;text-align:center}
.hero-text-center::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#01bbdc12 0%,#782adf12 100%);pointer-events:none}
.hero-tag{display:inline-flex;align-items:center;gap:7px;background:#01bbdc1f;color:#0099b8;border-radius:4px;padding:5px 14px;font-size:13px;font-weight:600;letter-spacing:.05em;margin-bottom:22px;text-transform:uppercase}
.hero-text-center h1{font-size:clamp(2rem,4vw,3.1rem);font-weight:800;color:#1a1233;line-height:1.2;margin:0 0 20px;position:relative;z-index:1}
.hero-text-center h1 span{color:#01BBDC}
.hero-sub{font-size:17px;color:#4a4468;max-width:480px;line-height:1.65;margin:0 auto 32px;position:relative;z-index:1}
.hero-cta-row{display:flex;flex-direction:row;gap:14px;justify-content:center;flex-wrap:wrap;position:relative;z-index:3}
.btn-primary-hero{background:linear-gradient(135deg,#01BBDC 0%,#782ADF 100%);color:#fff;border:none;border-radius:5px;padding:14px 32px;font-size:15px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:box-shadow 0.2s,transform .2s;box-shadow:0 4px 16px #01bbdc40;position:relative;z-index:3}
.btn-primary-hero:hover{box-shadow:0 8px 24px #782adf47;transform:translateY(-2px)}
.btn-outline-hero{background:transparent;color:#782ADF;border:2px solid #782ADF;border-radius:5px;padding:12px 28px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background 0.2s,color .2s;position:relative;z-index:3}
.btn-outline-hero:hover{background:#782ADF;color:#fff}
.relevance-section{padding:80px 24px;background:#fff}
.relevance-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.relevance-label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#782ADF;margin-bottom:14px;display:flex;align-items:center;gap:8px}
.relevance-label::before{content:'';display:block;width:28px;height:3px;background:#782ADF;border-radius:2px}
.relevance-text-col h2{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:800;color:#1a1233;margin:0 0 18px;line-height:1.25}
.relevance-text-col p{font-size:16px;color:#4a4468;line-height:1.7;margin:0 0 24px}
.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:32px}
.stat-card{background:#F6FEF8;border-radius:6px;padding:22px 20px;border-left:4px solid #01BBDC;position:relative}
.stat-card.purple-border{border-left-color:#782ADF}
.stat-card .stat-num{font-size:2rem;font-weight:900;color:#1a1233;line-height:1;margin-bottom:6px}
.stat-card .stat-desc{font-size:13px;color:#4a4468;line-height:1.45}
.relevance-img-col{position:relative}
.relevance-img-col img{width:100%;height:420px;object-fit:cover;border-radius:6px;display:block;box-shadow:0 12px 40px #01bbdc21}
.relevance-img-badge{position:absolute;bottom:-18px;left:-18px;background:linear-gradient(135deg,#01BBDC,#782ADF);color:#fff;border-radius:6px;padding:16px 22px;box-shadow:0 8px 24px #782adf47;min-width:160px}
.relevance-img-badge .badge-num{font-size:1.7rem;font-weight:900;line-height:1}
.relevance-img-badge .badge-txt{font-size:12px;opacity:.92;margin-top:4px}
.opportunities-section{padding:80px 24px;background:linear-gradient(160deg,#1a1233 0%,#0d1b3e 100%);position:relative;overflow:hidden}
.opportunities-section::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:#01bbdc14;pointer-events:none}
.opportunities-inner{max-width:1200px;margin:0 auto}
.opp-head{text-align:center;margin-bottom:52px}
.opp-head h2{font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;color:#fff;margin:0 0 14px;line-height:1.22}
.opp-head p{font-size:16px;color:#ffffffad;max-width:520px;margin:0 auto;line-height:1.65}
.opp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.opp-card{background:#ffffff0d;border:1px solid #01bbdc2e;border-radius:6px;padding:32px 26px;transition:background 0.2s,border-color .2s;position:relative;overflow:hidden}
.opp-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#01BBDC,#782ADF);opacity:0;transition:opacity .2s}
.opp-card:hover{background:#01bbdc12;border-color:#01bbdc66}
.opp-card:hover::after{opacity:1}
.opp-icon{width:48px;height:48px;border-radius:5px;background:#01bbdc26;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:22px;color:#01BBDC}
.opp-card h4{font-size:17px;font-weight:700;color:#fff;margin:0 0 10px;line-height:1.3}
.opp-card p{font-size:14px;color:#ffffff9e;line-height:1.6;margin:0}
.opp-bottom-img{margin-top:52px;display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center}
.opp-bottom-img img{width:100%;height:280px;object-fit:cover;border-radius:6px;display:block;filter:brightness(0.82) saturate(0.8)}
.opp-bottom-txt{color:#ffffffbf;font-size:16px;line-height:1.7}
.opp-bottom-txt h3{color:#fff;font-size:1.4rem;font-weight:700;margin:0 0 14px;line-height:1.3}
.partnerships-section{padding:80px 24px;background:#F6FEF8}
.partnerships-inner{max-width:1200px;margin:0 auto}
.partnerships-inner h2{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:800;color:#1a1233;margin:0 0 12px;text-align:center}
.partnerships-inner > p{text-align:center;color:#4a4468;font-size:16px;max-width:560px;margin:0 auto 52px;line-height:1.65}
.partner-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:52px;align-items:start}
.partner-img-stack{position:relative;height:420px}
.partner-img-stack img{position:absolute;object-fit:cover;border-radius:6px;display:block}
.partner-img-stack .img-main{width:75%;height:300px;top:0;left:0;box-shadow:0 12px 36px #0000001f}
.partner-img-stack .img-sec{width:58%;height:200px;bottom:0;right:0;box-shadow:0 8px 24px #782adf2e;border:4px solid #fff}
.partner-content h3{font-size:1.25rem;font-weight:700;color:#1a1233;margin:0 0 16px;line-height:1.3}
.partner-content p{font-size:15px;color:#4a4468;line-height:1.7;margin:0 0 28px}
.partner-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:13px}
.partner-list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:#2d2550;line-height:1.5}
.partner-list li .li-icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#01bbdc21;display:flex;align-items:center;justify-content:center;color:#01BBDC;font-size:14px;margin-top:1px}
.expertise-section{padding:80px 24px;background:#fff}
.expertise-inner{max-width:1200px;margin:0 auto}
.expertise-top{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:start;margin-bottom:60px}
.expertise-top img{width:100%;height:380px;object-fit:cover;border-radius:6px;display:block;box-shadow:0 8px 30px #00000017}
.exp-label{display:inline-flex;align-items:center;gap:7px;background:#782adf17;color:#782ADF;border-radius:4px;padding:5px 14px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
.expertise-right-col h2{font-size:clamp(1.4rem,2.6vw,2rem);font-weight:800;color:#1a1233;margin:0 0 16px;line-height:1.28}
.expertise-right-col p{font-size:15px;color:#4a4468;line-height:1.7;margin:0 0 22px}
.expert-profiles{display:flex;flex-direction:row;gap:20px;margin-top:8px}
.expert-card{display:flex;flex-direction:row;align-items:center;gap:14px;background:#F6FEF8;border-radius:6px;padding:16px 18px;flex:1;border:1px solid #01bbdc26}
.expert-card img{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.expert-info .expert-name{font-size:14px;font-weight:700;color:#1a1233;margin:0 0 3px}
.expert-info .expert-role{font-size:12px;color:#782ADF;font-weight:600;margin:0 0 4px}
.expert-info .expert-quote{font-size:12px;color:#6b6490;line-height:1.45;margin:0}
.expertise-skills{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.skill-item{background:#F6FEF8;border-radius:6px;padding:20px 16px;text-align:center;border-top:3px solid #01BBDC;transition:box-shadow .2s}
.skill-item:nth-child(even){border-top-color:#782ADF}
.skill-item:hover{box-shadow:0 6px 20px #01bbdc24}
.skill-item .s-icon{font-size:24px;color:#01BBDC;margin-bottom:10px;display:block}
.skill-item:nth-child(even) .s-icon{color:#782ADF}
.skill-item .s-label{font-size:13px;font-weight:700;color:#1a1233;line-height:1.35}
.wave-divider{line-height:0;overflow:hidden;background:#fff}
.wave-divider svg{display:block;width:100%}
@media (max-width: 1024px) {
.relevance-inner{grid-template-columns:1fr;gap:40px}
.opp-grid{grid-template-columns:1fr 1fr}
.opp-bottom-img{grid-template-columns:1fr}
.partner-layout{grid-template-columns:1fr;gap:32px}
.partner-img-stack{height:300px}
.expertise-top{grid-template-columns:1fr;gap:36px}
.expertise-skills{grid-template-columns:repeat(2,1fr)}
.expert-profiles{flex-direction:column}
}
@media (max-width: 768px) {
.hero-split{flex-direction:column;min-height:auto}
.hero-split .side-img{flex:0 0 180px;height:180px;width:100%}
.hero-text-center{padding:40px 24px}
.stats-grid{grid-template-columns:1fr}
.opp-grid{grid-template-columns:1fr}
.relevance-img-badge{bottom:-12px;left:12px}
.expertise-skills{grid-template-columns:1fr 1fr}
.partner-img-stack{height:260px}
}
@media (max-width: 480px) {
.hero-cta-row{flex-direction:column;align-items:center}
.expertise-skills{grid-template-columns:1fr 1fr}
.partner-img-stack .img-sec{display:none}
}
.contact-page-wrap{max-width:1600px;margin:0 auto;overflow-x:hidden}
.title-block-area{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;background:#f6fef8;padding:60px 40px}
.title-block-area .particles-canvas{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.particle-dot{position:absolute;border-radius:50%;opacity:.18;animation:float-particle 8s infinite ease-in-out}
.particle-dot:nth-child(1){width:6px;height:6px;background:#01BBDC;top:15%;left:8%;animation-delay:0s;animation-duration:7s}
.particle-dot:nth-child(2){width:4px;height:4px;background:#782ADF;top:60%;left:15%;animation-delay:1.5s;animation-duration:9s}
.particle-dot:nth-child(3){width:8px;height:8px;background:#01BBDC;top:30%;left:45%;animation-delay:3s;animation-duration:6s}
.particle-dot:nth-child(4){width:5px;height:5px;background:#782ADF;top:75%;left:60%;animation-delay:.8s;animation-duration:10s}
.particle-dot:nth-child(5){width:7px;height:7px;background:#01BBDC;top:20%;left:80%;animation-delay:2s;animation-duration:8s}
.particle-dot:nth-child(6){width:3px;height:3px;background:#782ADF;top:85%;left:85%;animation-delay:4s;animation-duration:7.5s}
.particle-dot:nth-child(7){width:5px;height:5px;background:#01BBDC;top:50%;left:92%;animation-delay:1s;animation-duration:11s}
@keyframes float-particle {
0%,100%{transform:translateY(0px) translateX(0px);opacity:.18}
33%{transform:translateY(-18px) translateX(8px);opacity:.28}
66%{transform:translateY(10px) translateX(-6px);opacity:.12}
}
.title-block-inner{display:flex;align-items:center;gap:60px;max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:2}
.title-text-side{flex:1;min-width:0}
.title-text-side .page-label{display:inline-block;background:#01bbdc1f;color:#01BBDC;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border-radius:3px;margin-bottom:20px}
.title-text-side h1{font-size:clamp(32px,4vw,52px);font-weight:800;color:#1a1a2e;line-height:1.15;margin:0 0 12px}
.title-text-side h1 .accent-word{color:#782ADF;position:relative}
.title-text-side h1 .accent-word::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#782ADF,#01BBDC);border-radius:2px}
.title-visual-break{width:48px;height:3px;background:linear-gradient(90deg,#01BBDC,#782ADF);border-radius:2px;margin:18px 0}
.title-text-side .title-desc{font-size:17px;line-height:1.7;color:#4a4a6a;max-width:460px;margin:0}
.title-image-side{flex:0 0 400px;position:relative}
.title-image-side .img-tilt-wrap{transform:rotate(3deg);border-radius:4px;overflow:hidden;box-shadow:8px 12px 32px #782adf2e;transition:transform .3s ease}
.title-image-side .img-tilt-wrap:hover{transform:rotate(1deg)}
.title-image-side img{display:block;width:100%;height:320px;object-fit:cover}
.contact-blocks-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;background:#fff;border-top:1px solid #e8eaf0;border-bottom:1px solid #e8eaf0}
.contact-info-panel{background:linear-gradient(160deg,#1a1a2e 0%,#2d1b69 100%);padding:56px 44px;position:relative;overflow:hidden}
.contact-info-panel::before{content:'';position:absolute;top:-60px;right:-60px;width:200px;height:200px;background:#01bbdc14;border-radius:50%}
.contact-info-panel::after{content:'';position:absolute;bottom:-40px;left:-40px;width:160px;height:160px;background:#782adf1a;border-radius:50%}
.contact-info-panel .panel-heading{font-size:22px;font-weight:700;color:#fff;margin:0 0 8px}
.contact-info-panel .panel-sub{font-size:14px;color:#ffffff8c;margin:0 0 36px;line-height:1.6}
.contact-detail-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:28px;position:relative;z-index:2}
.contact-detail-item .icon-circle{width:40px;height:40px;border-radius:50%;background:#01bbdc26;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #01bbdc4d}
.contact-detail-item .icon-circle i{font-size:18px;color:#01BBDC}
.contact-detail-item .detail-text{flex:1}
.contact-detail-item .detail-label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#fff6;margin-bottom:4px}
.contact-detail-item .detail-value{font-size:14px;color:#fff;line-height:1.5;text-decoration:none;display:block}
.contact-detail-item .detail-value:hover{color:#01BBDC}
.contact-detail-item:last-child{margin-bottom:0}
.contact-second-image-panel{position:relative;overflow:hidden}
.contact-second-image-panel img{display:block;width:100%;height:100%;min-height:400px;object-fit:cover}
.contact-second-image-panel .img-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#01bbdc8c 0%,#782adf73 100%);display:flex;align-items:flex-end;padding:32px}
.contact-second-image-panel .overlay-text{color:#fff;font-size:18px;font-weight:700;line-height:1.4;max-width:260px}
.contact-form-panel{background:#f6fef8;padding:56px 44px;border-left:1px solid #e8eaf0}
.contact-form-panel .form-heading{font-size:22px;font-weight:700;color:#1a1a2e;margin:0 0 6px}
.contact-form-panel .form-sub{font-size:14px;color:#6b7280;margin:0 0 32px}
.elegant-form .name-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.elegant-form .field-group{display:flex;flex-direction:column;margin-bottom:16px}
.elegant-form .field-group label{font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#4a4a6a;margin-bottom:8px}
.elegant-form .field-group input[type="text"],.elegant-form .field-group input[type="email"]{padding:13px 16px;border:1.5px solid #d1d5db;border-radius:4px;font-size:15px;color:#1a1a2e;background:#fff;transition:border-color 0.2s,box-shadow .2s;outline:none;width:100%;box-sizing:border-box}
.elegant-form .field-group input[type="text"]:focus,.elegant-form .field-group input[type="email"]:focus{border-color:#01BBDC;box-shadow:0 0 0 3px #01bbdc1f}
.form-topics-section{margin-bottom:20px}
.form-topics-section .topics-label{font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#4a4a6a;margin-bottom:12px;display:block}
.topics-checkboxes{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.topics-checkboxes label{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151;cursor:pointer;padding:10px 12px;border:1.5px solid #e5e7eb;border-radius:4px;background:#fff;transition:border-color 0.2s,background .2s}
.topics-checkboxes label:hover{border-color:#01BBDC;background:#01bbdc0a}
.topics-checkboxes input[type="checkbox"]{width:16px;height:16px;accent-color:#01BBDC;flex-shrink:0}
.topics-checkboxes input[type="checkbox"]:checked + span{color:#01BBDC;font-weight:600}
.topics-checkboxes label:has(input:checked){border-color:#01BBDC;background:#01bbdc0f}
.privacy-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px;padding:14px;background:#fff;border-radius:4px;border:1px solid #e5e7eb}
.privacy-row input[type="checkbox"]{width:16px;height:16px;margin-top:2px;accent-color:#782ADF;flex-shrink:0}
.privacy-row .privacy-text{font-size:12px;color:#6b7280;line-height:1.6}
.privacy-row .privacy-text a{color:#782ADF;text-decoration:underline}
.btn-submit-form{width:100%;padding:15px 24px;background:linear-gradient(135deg,#01BBDC,#782ADF);color:#fff;font-size:15px;font-weight:700;letter-spacing:.5px;border:none;border-radius:4px;cursor:pointer;transition:opacity 0.2s,transform .15s;position:relative;z-index:5}
.btn-submit-form:hover{opacity:.9;transform:translateY(-1px)}
.btn-submit-form:active{transform:translateY(0)}
.faq-quick-section{padding:72px 40px;background:#fff;max-width:1600px;margin:0 auto}
.faq-quick-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:340px 1fr;gap:64px;align-items:start}
.faq-left-col .faq-eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#01BBDC;margin-bottom:14px}
.faq-left-col h2{font-size:30px;font-weight:800;color:#1a1a2e;line-height:1.25;margin:0 0 16px}
.faq-left-col .faq-side-text{font-size:15px;color:#6b7280;line-height:1.7;margin:0 0 28px}
.faq-left-col .link-to-projects{display:inline-flex;align-items:center;gap:8px;background:#f6fef8;border:1.5px solid #01BBDC;color:#01BBDC;font-size:13px;font-weight:700;padding:10px 20px;border-radius:4px;text-decoration:none;transition:background 0.2s,color .2s}
.faq-left-col .link-to-projects:hover{background:#01BBDC;color:#fff}
.faq-accordion{display:flex;flex-direction:column;gap:4px}
.faq-item{border:1px solid #e5e7eb;border-radius:4px;overflow:hidden}
.faq-item input[type="checkbox"]{display:none}
.faq-item label{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;cursor:pointer;font-size:15px;font-weight:600;color:#1a1a2e;background:#fafafa;transition:background .2s;gap:12px}
.faq-item label:hover{background:#f0f9ff}
.faq-item label .faq-icon{width:22px;height:22px;border-radius:50%;background:#01bbdc1f;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.2s,transform .2s}
.faq-item label .faq-icon i{font-size:14px;color:#01BBDC;transition:transform .2s}
.faq-item .faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s ease;font-size:14px;color:#4b5563;line-height:1.75;background:#fff}
.faq-item input[type="checkbox"]:checked ~ .faq-answer{max-height:200px;padding:16px 22px 20px}
.faq-item input[type="checkbox"]:checked ~ label .faq-icon{background:#01bbdc40;transform:rotate(45deg)}
.faq-divider-wave{width:100%;overflow:hidden;line-height:0}
.faq-divider-wave svg{display:block}
@media (max-width: 1100px) {
.contact-blocks-row{grid-template-columns:1fr 1fr}
.contact-second-image-panel{grid-column:span 2;order:-1}
.contact-second-image-panel img{min-height:280px}
}
@media (max-width: 900px) {
.title-block-inner{flex-direction:column;gap:36px}
.title-image-side{flex:none;width:100%;max-width:480px}
.faq-quick-inner{grid-template-columns:1fr;gap:36px}
.faq-quick-section{padding:52px 24px}
}
@media (max-width: 700px) {
.contact-blocks-row{grid-template-columns:1fr}
.contact-second-image-panel{grid-column:span 1}
.title-block-area{padding:40px 20px}
.contact-info-panel{padding:40px 24px}
.contact-form-panel{padding:40px 24px;border-left:none;border-top:1px solid #e8eaf0}
.topics-checkboxes{grid-template-columns:1fr}
.elegant-form .name-row{grid-template-columns:1fr}
}
.lp-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f0fbfe 0%,#F6FEF8 50%,#f3eeff 100%);padding:80px 20px 60px}
.lp-hero-inner{max-width:1600px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:48px}
.lp-hero-text{flex:0 0 52%;max-width:52%;position:relative;z-index:2}
.lp-hero-text h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;color:#1a1a2e;line-height:1.15;margin:0 0 32px;letter-spacing:-.02em}
.lp-hero-text h1 .accent-word{color:#01BBDC;position:relative;display:inline-block}
.lp-hero-text h1 .accent-word::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#01BBDC,#782ADF);border-radius:2px}
.lp-cta-btn{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:linear-gradient(135deg,#01BBDC,#782ADF);color:#fff;text-decoration:none;padding:16px 36px;border-radius:4px;font-size:1rem;font-weight:700;letter-spacing:.02em;box-shadow:0 6px 20px #01bbdc59;transition:box-shadow .25s ease,transform .2s ease;position:relative;z-index:3}
.lp-cta-btn:hover{box-shadow:0 10px 30px #782adf66;transform:translateY(-2px)}
.lp-hero-visual{flex:0 0 44%;max-width:44%;position:relative}
.lp-hero-img-wrap{position:relative;border-radius:6px;overflow:hidden;box-shadow:12px 16px 48px #782adf2e 0 2px 8px #01bbdc1f}
.lp-hero-img-wrap img{width:100%;height:380px;object-fit:cover;display:block}
.lp-hero-img-wrap::before{content:'';position:absolute;inset:0;background:linear-gradient(160deg,#01bbdc26 0%,#782adf1a 100%);z-index:1}
.lp-hero-badge{position:absolute;bottom:-18px;left:-18px;background:#fff;border-radius:6px;padding:14px 20px;box-shadow:0 8px 24px #01bbdc33;display:flex;flex-direction:row;align-items:center;gap:10px;z-index:4}
.lp-hero-badge .badge-icon{font-size:1.6rem;color:#01BBDC}
.lp-hero-badge-text{display:flex;flex-direction:column}
.lp-hero-badge-text strong{font-size:1.1rem;font-weight:800;color:#1a1a2e;line-height:1}
.lp-hero-badge-text span{font-size:.75rem;color:#666;margin-top:3px}
.lp-hero-decor-circle{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#01bbdc1f 0%,transparent 70%);top:-80px;right:-60px;pointer-events:none}
.lp-hero-decor-dots{position:absolute;bottom:20px;right:20px;width:80px;height:80px;background-image:radial-gradient(circle,#782adf4d 1.5px,transparent 1.5px);background-size:12px 12px;pointer-events:none}
.lp-modules{padding:90px 20px;background:#fff}
.lp-modules-inner{max-width:1600px;margin:0 auto}
.lp-section-label{display:inline-flex;flex-direction:row;align-items:center;gap:8px;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#782ADF;margin-bottom:16px}
.lp-section-label::before{content:'';width:24px;height:2px;background:#782ADF;border-radius:2px}
.lp-modules-heading{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:700;color:#1a1a2e;margin:0 0 48px;max-width:560px;line-height:1.3}
.lp-modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.lp-module-card{border:1.5px solid #ede8f8;border-radius:6px;padding:32px 28px;position:relative;background:#F6FEF8;transition:box-shadow .25s ease,transform .2s ease,border-color .25s ease}
.lp-module-card:hover{box-shadow:0 8px 28px #782adf1f;transform:translateY(-4px);border-color:#01BBDC}
.lp-module-num{font-size:2.4rem;font-weight:900;color:#01bbdc26;line-height:1;margin-bottom:16px;display:block}
.lp-module-icon{font-size:1.5rem;color:#782ADF;margin-bottom:14px;display:block}
.lp-module-card h4{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0 0 10px;line-height:1.3}
.lp-module-card p{font-size:.9rem;color:#555;line-height:1.65;margin:0}
.lp-module-duration{display:inline-flex;flex-direction:row;align-items:center;gap:5px;margin-top:16px;font-size:.78rem;color:#01BBDC;font-weight:600}
.lp-split{padding:90px 20px;background:linear-gradient(180deg,#f8f4ff 0%,#F6FEF8 100%)}
.lp-split-inner{max-width:1600px;margin:0 auto;display:flex;flex-direction:row;align-items:stretch;gap:64px}
.lp-split-image-col{flex:0 0 46%;max-width:46%;position:relative}
.lp-split-image-col img{width:100%;height:480px;object-fit:cover;border-radius:4px;display:block;box-shadow:8px 12px 40px #01bbdc26}
.lp-split-image-col::after{content:'';position:absolute;top:20px;left:20px;right:-20px;bottom:-20px;border:2px solid #01bbdc40;border-radius:4px;z-index:0}
.lp-split-image-col img{position:relative;z-index:1}
.lp-split-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:20px 0}
.lp-split-content h2{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;color:#1a1a2e;margin:0 0 20px;line-height:1.3}
.lp-split-content p{font-size:.95rem;color:#4a4a6a;line-height:1.7;margin:0 0 16px}
.lp-checklist{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:12px}
.lp-checklist li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:.92rem;color:#333;line-height:1.5}
.lp-checklist li .check-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#01BBDC,#782ADF);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.7rem;margin-top:1px}
.lp-testimonials{padding:90px 20px;background:#1a1a2e;position:relative;overflow:hidden}
.lp-testimonials::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#01bbdc1f 0%,transparent 70%);pointer-events:none}
.lp-testimonials-inner{max-width:1600px;margin:0 auto}
.lp-testimonials-inner .lp-section-label{color:#01BBDC}
.lp-testimonials-inner .lp-section-label::before{background:#01BBDC}
.lp-testimonials-heading{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;color:#fff;margin:0 0 48px;line-height:1.3}
.lp-testi-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.lp-testi-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:32px 28px;display:flex;flex-direction:column;gap:20px;transition:background .25s ease,border-color .25s ease}
.lp-testi-card:hover{background:#01bbdc14;border-color:#01bbdc4d}
.lp-testi-quote{font-size:.95rem;color:#fffc;line-height:1.7;font-style:italic}
.lp-testi-author{display:flex;flex-direction:row;align-items:center;gap:14px}
.lp-testi-author img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #01bbdc80;flex-shrink:0}
.lp-testi-author-info{display:flex;flex-direction:column}
.lp-testi-author-info strong{font-size:.95rem;color:#fff;font-weight:700}
.lp-testi-author-info span{font-size:.8rem;color:#ffffff80;margin-top:2px}
.lp-testi-stars{color:#01BBDC;font-size:.85rem;letter-spacing:2px}
.lp-enroll{padding:90px 20px;background:#fff}
.lp-enroll-inner{max-width:1600px;margin:0 auto;display:flex;flex-direction:row;gap:72px;align-items:flex-start}
.lp-enroll-info{flex:0 0 42%;max-width:42%}
.lp-enroll-info h2{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;color:#1a1a2e;margin:0 0 16px;line-height:1.3}
.lp-enroll-info p{font-size:.95rem;color:#555;line-height:1.7;margin:0 0 32px}
.lp-meta-list{display:flex;flex-direction:column;gap:16px;margin:0;padding:0;list-style:none}
.lp-meta-item{display:flex;flex-direction:row;align-items:center;gap:14px;padding:16px 20px;border-radius:4px;background:#F6FEF8;border-left:3px solid #01BBDC}
.lp-meta-item i{font-size:1.3rem;color:#782ADF;flex-shrink:0}
.lp-meta-item-text{display:flex;flex-direction:column}
.lp-meta-item-text strong{font-size:.9rem;color:#1a1a2e;font-weight:700}
.lp-meta-item-text span{font-size:.8rem;color:#777;margin-top:2px}
.lp-enroll-form-col{flex:1}
.lp-enroll-form{background:linear-gradient(135deg,#f8f4ff,#F6FEF8);border-radius:6px;padding:40px 36px;border:1.5px solid #ede8f8}
.lp-enroll-form h3{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin:0 0 28px}
.lp-field-group{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}
.lp-form-field{display:flex;flex-direction:column;gap:6px}
.lp-form-field label{font-size:.82rem;font-weight:600;color:#444;letter-spacing:.02em}
.lp-form-field input,.lp-form-field select{padding:12px 16px;border:1.5px solid #ddd;border-radius:4px;font-size:.9rem;color:#1a1a2e;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;outline:none}
.lp-form-field input:focus,.lp-form-field select:focus{border-color:#01BBDC;box-shadow:0 0 0 3px #01bbdc1f}
.lp-form-submit{width:100%;padding:15px;background:linear-gradient(135deg,#01BBDC,#782ADF);color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:4px;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;box-shadow:0 6px 20px #01bbdc4d;transition:box-shadow .25s ease,transform .2s ease}
.lp-form-submit:hover{box-shadow:0 10px 30px #782adf59;transform:translateY(-2px)}
.lp-divider-wave{overflow:hidden;line-height:0;background:#fff}
.lp-divider-wave svg{display:block;width:100%}
@media (max-width: 1024px) {
.lp-modules-grid{grid-template-columns:repeat(2,1fr)}
.lp-enroll-inner{flex-direction:column;gap:40px}
.lp-enroll-info{flex:none;max-width:100%}
}
@media (max-width: 768px) {
.lp-hero-inner{flex-direction:column}
.lp-hero-text,.lp-hero-visual{flex:none;max-width:100%}
.lp-hero-img-wrap img{height:260px}
.lp-hero-badge{bottom:-12px;left:12px}
.lp-modules-grid{grid-template-columns:1fr}
.lp-split-inner{flex-direction:column;gap:32px}
.lp-split-image-col{flex:none;max-width:100%}
.lp-split-image-col img{height:280px}
.lp-split-image-col::after{display:none}
.lp-testi-grid{grid-template-columns:1fr}
.lp-enroll-form{padding:28px 20px}
}
.teach-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0d1117 0%,#1a0a2e 50%,#0a1a2e 100%);padding:80px 20px}
.teach-hero::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2301BBDC' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");z-index:0}
.teach-hero::after{content:'';position:absolute;top:-120px;right:-80px;width:500px;height:500px;background:radial-gradient(circle,#782adf40 0%,transparent 70%);z-index:0}
.hero-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px;position:relative;z-index:1}
.hero-text-side{flex:1;min-width:0}
.hero-badge{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#01bbdc1f;border:1px solid #01bbdc4d;border-radius:4px;padding:6px 14px;margin-bottom:24px}
.hero-badge span{font-size:12px;color:#01BBDC;letter-spacing:1px;text-transform:uppercase}
.hero-main-heading{font-size:clamp(36px,5vw,58px);font-weight:800;line-height:1.15;color:#f0f4f8;margin:0 0 20px}
.hero-main-heading .num-accent{color:#01BBDC;font-size:.85em;vertical-align:middle;margin-right:12px;opacity:.7}
.hero-main-heading .highlight-word{background:linear-gradient(90deg,#01BBDC,#782ADF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-sub-text{font-size:16px;line-height:1.7;color:#f0f4f8b3;max-width:480px;margin:0 0 36px}
.hero-cta-row{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.btn-primary-hero{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:linear-gradient(135deg,#01BBDC,#782ADF);color:#fff;padding:14px 28px;border-radius:4px;text-decoration:none;font-size:15px;font-weight:600;transition:opacity 0.25s,transform .25s;position:relative;z-index:2}
.btn-primary-hero:hover{opacity:.88;transform:translateY(-2px)}
.btn-outline-hero{display:inline-flex;flex-direction:row;align-items:center;gap:8px;border:1.5px solid #01bbdc80;color:#01BBDC;padding:14px 28px;border-radius:4px;text-decoration:none;font-size:15px;font-weight:500;transition:background 0.25s,color .25s;position:relative;z-index:2}
.btn-outline-hero:hover{background:#01bbdc1a}
.hero-image-side{flex:0 0 420px;position:relative}
.hero-img-frame{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 24px 60px #00000080 0 0 0 1px #01bbdc26}
.hero-img-frame img{width:100%;height:340px;object-fit:cover;display:block}
.hero-img-frame::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,#0a051e99 100%)}
.hero-stat-chip{position:absolute;bottom:-20px;left:-20px;background:#782ADF;color:#fff;padding:14px 20px;border-radius:4px;box-shadow:0 8px 24px #782adf66;z-index:2}
.hero-stat-chip strong{display:block;font-size:26px;font-weight:800;line-height:1}
.hero-stat-chip span{font-size:12px;opacity:.85}
.wave-divider-1{line-height:0;background:#0a1a2e}
.wave-divider-1 svg{display:block;width:100%}
.methods-grid-section{background:#F6FEF8;padding:80px 20px}
.methods-grid-inner{max-width:1200px;margin:0 auto}
.section-label-row{display:flex;flex-direction:row;align-items:center;gap:14px;margin-bottom:16px}
.section-label-line{width:40px;height:3px;background:linear-gradient(90deg,#01BBDC,#782ADF);border-radius:2px}
.section-label-text{font-size:12px;text-transform:uppercase;letter-spacing:2px;color:#782ADF;font-weight:600}
.methods-heading{font-size:clamp(26px,3.5vw,40px);font-weight:700;color:#1a0a2e;margin:0 0 14px;line-height:1.2}
.methods-heading::after{content:'';display:block;width:60px;height:3px;background:#01BBDC;margin-top:12px;border-radius:2px}
.methods-intro-text{font-size:15px;color:#4a5568;line-height:1.7;max-width:560px;margin:0 0 52px}
.methods-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.method-card{background:#fff;border-radius:6px;padding:32px 28px;border:1px solid #e8edf2;box-shadow:0 2px 8px #0000000d;position:relative;overflow:hidden;transition:box-shadow 0.25s,transform .25s}
.method-card:hover{box-shadow:0 12px 32px #01bbdc1f;transform:translateY(-3px)}
.method-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#01BBDC,#782ADF)}
.method-card-num{font-size:42px;font-weight:800;color:#01bbdc1f;line-height:1;margin-bottom:16px;font-variant-numeric:tabular-nums}
.method-card-icon{width:44px;height:44px;background:linear-gradient(135deg,#01bbdc1a,#782adf1a);border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:22px;color:#782ADF}
.method-card-title{font-size:18px;font-weight:700;color:#1a0a2e;margin:0 0 10px}
.method-card-desc{font-size:14px;color:#5a6578;line-height:1.65;margin:0}
.zigzag-divider{height:40px;background:#F6FEF8;position:relative}
.zigzag-divider svg{position:absolute;bottom:0;width:100%}
.process-section{background:#fff;padding:80px 20px}
.process-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;gap:64px;align-items:flex-start}
.process-left{flex:0 0 420px}
.process-right{flex:1;min-width:0}
.process-img-wrap{position:relative;border-radius:6px;overflow:hidden}
.process-img-wrap img{width:100%;height:480px;object-fit:cover;display:block;border-radius:6px}
.process-img-overlay{position:absolute;bottom:24px;right:-16px;background:#fff;border-radius:6px;padding:16px 20px;box-shadow:0 8px 24px #0000001f;border-left:3px solid #01BBDC;min-width:180px}
.process-img-overlay strong{display:block;font-size:20px;color:#1a0a2e;font-weight:700}
.process-img-overlay span{font-size:13px;color:#6b7280}
.process-heading{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1a0a2e;margin:0 0 16px;line-height:1.25}
.process-desc{font-size:15px;color:#5a6578;line-height:1.7;margin:0 0 36px}
.steps-list{display:flex;flex-direction:column;gap:0}
.step-item{display:flex;flex-direction:row;gap:20px;padding:20px 0;border-bottom:1px solid #f0f4f8;position:relative}
.step-item:last-child{border-bottom:none}
.step-num-col{flex:0 0 44px}
.step-circle{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#01BBDC,#782ADF);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:15px;flex-shrink:0}
.step-content-col{flex:1;min-width:0;padding-top:8px}
.step-title{font-size:16px;font-weight:600;color:#1a0a2e;margin:0 0 6px}
.step-desc{font-size:14px;color:#6b7280;line-height:1.6;margin:0}
.dot-divider{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:20px;background:#fff}
.dot-divider span{width:6px;height:6px;border-radius:50%;background:#01BBDC;opacity:.4}
.dot-divider span:nth-child(2){opacity:.7;background:#782ADF}
.dot-divider span:nth-child(3){opacity:1;background:#01BBDC}
.testimonial-section{background:linear-gradient(160deg,#1a0a2e 0%,#0d1a2e 60%,#0a2a1a 100%);padding:80px 20px;position:relative;overflow:hidden}
.testimonial-section::before{content:'';position:absolute;bottom:-100px;left:-80px;width:400px;height:400px;background:radial-gradient(circle,#01bbdc26 0%,transparent 70%);z-index:0}
.testimonial-inner{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.testimonial-heading{font-size:clamp(24px,3vw,36px);font-weight:700;color:#f0f4f8;margin:0 0 48px;text-align:center}
.testimonial-heading .accent-line{display:block;width:50px;height:3px;background:linear-gradient(90deg,#01BBDC,#782ADF);margin:14px auto 0;border-radius:2px}
.testimonials-row{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:60px}
.t-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:32px;backdrop-filter:blur(8px);transition:border-color .25s}
.t-card:hover{border-color:#01bbdc59}
.t-card-quote{font-size:36px;color:#01BBDC;line-height:1;margin-bottom:16px;opacity:.6}
.t-card-text{font-size:15px;color:#f0f4f8cc;line-height:1.7;margin:0 0 24px}
.t-card-author{display:flex;flex-direction:row;align-items:center;gap:14px}
.t-author-img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #01bbdc66;flex-shrink:0}
.t-author-info strong{display:block;font-size:14px;color:#f0f4f8;font-weight:600}
.t-author-info span{font-size:12px;color:#f0f4f880}
.cta-strip{background:#01bbdc14;border:1px solid #01bbdc33;border-radius:6px;padding:40px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.cta-strip-text strong{display:block;font-size:20px;color:#f0f4f8;margin-bottom:6px}
.cta-strip-text p{font-size:14px;color:#f0f4f899;margin:0}
.btn-cta-strip{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:linear-gradient(135deg,#01BBDC,#782ADF);color:#fff;padding:14px 32px;border-radius:4px;text-decoration:none;font-size:15px;font-weight:600;white-space:nowrap;transition:opacity 0.25s,transform .25s;position:relative;z-index:2}
.btn-cta-strip:hover{opacity:.88;transform:translateY(-2px)}
@media (max-width: 1024px) {
.hero-inner{flex-direction:column;gap:40px}
.hero-image-side{flex:0 0 auto;width:100%}
.process-inner{flex-direction:column;gap:40px}
.process-left{flex:0 0 auto;width:100%}
.methods-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.teach-hero{padding:60px 16px}
.methods-grid-section{padding:60px 16px}
.methods-grid{grid-template-columns:1fr}
.process-section{padding:60px 16px}
.process-img-wrap img{height:280px}
.process-img-overlay{right:8px;bottom:12px}
.testimonial-section{padding:60px 16px}
.testimonials-row{grid-template-columns:1fr}
.cta-strip{flex-direction:column;text-align:center;padding:28px}
.hero-cta-row{flex-direction:column}
}
.success-hero{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0a0a1a 0%,#1a0a2e 40%,#0a1a2a 100%)}
.success-hero .hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at center,#01bbdc2e 0%,#782adf38 50%,#000000b8 100%);z-index:1}
.success-hero .curved-lines{position:absolute;inset:0;z-index:0;overflow:hidden}
.success-hero .curved-lines svg{position:absolute;width:100%;height:100%;opacity:.18}
.success-hero .vignette-layer{position:absolute;inset:0;background:radial-gradient(ellipse 80% 80% at 50% 50%,transparent 30%,#000000a6 100%);z-index:2}
.success-hero .hero-inner{position:relative;z-index:3;text-align:center;padding:80px 24px;max-width:720px;margin:0 auto}
.success-hero .hero-label{display:inline-flex;align-items:center;gap:8px;background:#01bbdc26;border:1px solid #01bbdc59;color:#01BBDC;font-size:13px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:6px 16px;border-radius:20px;margin-bottom:28px}
.success-hero .hero-question{font-size:clamp(28px,5vw,52px);font-weight:800;color:#fff;line-height:1.15;margin-bottom:20px;letter-spacing:-.5px}
.success-hero .hero-question span{background:linear-gradient(90deg,#01BBDC,#782ADF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.success-hero .hero-answer{font-size:clamp(15px,2.2vw,18px);color:#ffffffb8;line-height:1.7;margin-bottom:36px;max-width:560px;margin-left:auto;margin-right:auto}
.success-hero .check-circle{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#01BBDC,#782ADF);display:flex;align-items:center;justify-content:center;margin:0 auto 28px;box-shadow:0 0 32px #01bbdc66 0 8px 24px #782adf4d}
.success-hero .check-circle i{font-size:34px;color:#fff}
.success-hero .hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.success-hero .btn-primary-hero{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#01BBDC,#09b);color:#fff;font-size:15px;font-weight:700;padding:13px 28px;border-radius:4px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow 0.25s,transform .2s;box-shadow:0 4px 16px #01bbdc59;position:relative;z-index:10}
.success-hero .btn-primary-hero:hover{box-shadow:0 8px 28px #01bbdc80;transform:translateY(-2px)}
.success-hero .btn-outline-hero{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#ffffffd9;font-size:15px;font-weight:600;padding:12px 26px;border-radius:4px;text-decoration:none;border:1.5px solid #ffffff47;cursor:pointer;transition:border-color 0.25s,background 0.25s,color .25s;position:relative;z-index:10}
.success-hero .btn-outline-hero:hover{border-color:#01bbdca6;color:#01BBDC;background:#01bbdc12}
.next-steps-block{background:#F6FEF8;padding:80px 24px}
.next-steps-inner{max-width:1200px;margin:0 auto}
.next-steps-top{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-bottom:60px}
.next-steps-left .section-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#782ADF;margin-bottom:16px}
.next-steps-left .section-eyebrow::before{content:'';display:block;width:22px;height:2px;background:#782ADF;border-radius:2px}
.next-steps-left h2{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#0f0f1a;line-height:1.2;margin-bottom:18px;letter-spacing:-.3px}
.next-steps-left h2 .accent-word{color:#01BBDC;position:relative}
.next-steps-left h2 .accent-word::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:linear-gradient(90deg,#01BBDC,#782ADF);border-radius:2px}
.next-steps-left .intro-text{font-size:15px;color:#4a4a5a;line-height:1.75;margin-bottom:0}
.next-steps-right{display:flex;flex-direction:column;gap:16px}
.step-card{display:flex;align-items:flex-start;gap:16px;background:#fff;border:1.5px solid #01bbdc1f;border-radius:6px;padding:20px 22px;box-shadow:0 2px 8px #01bbdc0f;transition:box-shadow 0.25s,border-color 0.25s,transform .2s;cursor:default}
.step-card:hover{box-shadow:0 8px 24px #01bbdc24;border-color:#01bbdc59;transform:translateX(4px)}
.step-card .step-num{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#01bbdc1f,#782adf1a);border:1.5px solid #01bbdc40;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#01BBDC}
.step-card .step-text h4{font-size:15px;font-weight:700;color:#0f0f1a;margin-bottom:4px}
.step-card .step-text p{font-size:13.5px;color:#5a5a6e;line-height:1.6;margin:0}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;border-top:1px solid #01bbdc26;padding-top:40px}
.stat-tile{background:linear-gradient(135deg,#fff 60%,#01bbdc0d 100%);border:1.5px solid #782adf1a;border-radius:6px;padding:28px 22px;text-align:center;box-shadow:0 2px 8px #782adf0d;position:relative;overflow:hidden;transition:box-shadow .25s}
.stat-tile::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#01BBDC,#782ADF)}
.stat-tile:hover{box-shadow:0 8px 24px #782adf1a}
.stat-tile .stat-icon{font-size:22px;color:#782ADF;margin-bottom:10px}
.stat-tile .stat-value{font-size:30px;font-weight:900;color:#0f0f1a;line-height:1;margin-bottom:6px}
.stat-tile .stat-value span{font-size:18px;color:#01BBDC}
.stat-tile .stat-label{font-size:13px;color:#6a6a7e;font-weight:500;line-height:1.4}
@media (max-width: 1024px) {
.stats-row{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.next-steps-top{grid-template-columns:1fr;gap:36px}
.success-hero .hero-inner{padding:60px 20px}
.stats-row{grid-template-columns:repeat(2,1fr);gap:14px}
.next-steps-block{padding:56px 20px}
}
@media (max-width: 480px) {
.stats-row{grid-template-columns:1fr 1fr}
.success-hero .hero-actions{flex-direction:column;align-items:center}
.success-hero .btn-primary-hero,.success-hero .btn-outline-hero{width:100%;max-width:300px;justify-content:center}
}