*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Fira Code',monospace;line-height:1.6;color:#1a1a1a;background:#F7FEF8}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.header-wrapper{background:linear-gradient(135deg,#F7FEF8 0%,#33ebee14 100%);border-bottom:2px solid #832bde1f;padding:0}
.header-top-zone{text-align:center;padding:18px 20px;background:linear-gradient(90deg,#33ebee0d 0%,#832bde0d 100%);border-bottom:1px solid #832bde14}
.header-top-zone .biz-name{font-size:28px;font-weight:700;color:#832BDE;letter-spacing:.5px}
.header-foundation{max-width:1366px;margin:0 auto;padding:22px 30px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.logo-box{flex-shrink:0}
.logo-box img{height:90px;width:90px;object-fit:contain;box-shadow:0 3px 12px #33ebee33;border-radius:8px;background:#fff;padding:8px}
.main-navi{flex-grow:1;display:flex;justify-content:flex-end}
.main-navi ul{list-style:none;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.main-navi li a{display:block;padding:12px 24px;font-size:15px;font-weight:500;color:#2d2d2d;border-radius:6px;background:#fff9;border:1px solid #832bde26;transition:all .2s ease}
.main-navi li a:hover{background:#33ebee26;border-color:#33EBEE;color:#1a1a1a}
.footer-container{background:linear-gradient(180deg,#2d2d2d 0%,#1a1a1a 100%);color:#F7FEF8;padding:60px 30px 30px;margin-top:80px}
.footer-inner{max-width:1366px;margin:0 auto}
.footer-zones{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;margin-bottom:50px}
.footer-zone h3{font-size:18px;font-weight:600;margin-bottom:20px;color:#33EBEE;display:flex;align-items:center;gap:8px}
.footer-zone ul{list-style:none}
.footer-zone ul li{margin-bottom:12px}
.footer-zone ul li a{color:#F7FEF8;opacity:.85;transition:opacity .2s;display:flex;align-items:center;gap:6px}
.footer-zone ul li a:hover{opacity:1;color:#33EBEE}
.footer-zone .contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px;color:#F7FEF8;opacity:.9}
.footer-zone .contact-item .material-icons-outlined{font-size:20px;color:#33EBEE;margin-top:2px}
.footer-bottom-bar{border-top:1px solid #f7fef826;padding-top:30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.footer-copy{font-size:14px;opacity:.75}
.footer-legal-links{display:flex;gap:20px;list-style:none}
.footer-legal-links a{font-size:14px;opacity:.75;transition:opacity .2s}
.footer-legal-links a:hover{opacity:1;color:#33EBEE}
.cookie-popup{position:fixed;bottom:30px;right:30px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;padding:30px;max-width:420px;z-index:9999;border:2px solid #33EBEE;display:none;animation:slideUpFade .4s ease-out}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.cookie-popup.showing{display:block}
.cookie-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.cookie-header .material-icons-outlined{color:#832BDE;font-size:28px}
.cookie-header h3{font-size:20px;font-weight:600;color:#1a1a1a}
.cookie-body p{font-size:14px;line-height:1.6;color:#4a4a4a;margin-bottom:20px}
.cookie-slider-section{margin-bottom:20px}
.cookie-slider-section label{display:block;font-size:13px;font-weight:500;margin-bottom:10px;color:#2d2d2d}
.consent-slider{width:100%;height:8px;border-radius:50px;background:linear-gradient(90deg,#832BDE 0%,#33EBEE 100%);outline:none;-webkit-appearance:none}
.consent-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#fff;border:3px solid #33EBEE;cursor:pointer;box-shadow:0 2px 8px #0003}
.consent-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#fff;border:3px solid #33EBEE;cursor:pointer;box-shadow:0 2px 8px #0003}
.cookie-actions{display:flex;gap:12px;margin-top:20px}
.cookie-actions button{flex:1;padding:12px 20px;border:none;border-radius:50px;font-family:'Fira Code',monospace;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}
.accept-butt{background:linear-gradient(135deg,#33EBEE 0%,#832BDE 100%);color:#fff}
.accept-butt:hover{transform:translateY(-2px);box-shadow:0 6px 16px #33ebee4d}
.deny-butt{background:#f0f0f0;color:#4a4a4a}
.deny-butt:hover{background:#e0e0e0}
.cookie-policy-link{margin-top:15px;text-align:center}
.cookie-policy-link a{font-size:13px;color:#832BDE;text-decoration:underline}
@media (max-width: 968px) {
.header-foundation{flex-direction:column;gap:25px;padding:20px}
.main-navi{width:100%;justify-content:center}
.main-navi ul{justify-content:center}
.footer-zones{grid-template-columns:1fr;gap:40px}
.footer-bottom-bar{flex-direction:column;text-align:center}
.cookie-popup{right:15px;left:15px;bottom:15px;max-width:none}
}
@media (max-width: 640px) {
.header-top-zone .biz-name{font-size:22px}
.main-navi ul{flex-direction:column;width:100%}
.main-navi li a{text-align:center}
.cookie-actions{flex-direction:column}
}
.legal-text{max-width:1366px;margin:0 auto;padding:80px 20px;background:#F7FEF8}
.legal-text h1{font-size:42px;line-height:1.2;color:#832BDE;margin:0 0 32px;font-weight:700;letter-spacing:-.5px}
.legal-text h2{font-size:32px;line-height:1.3;color:#832BDE;margin:56px 0 24px;font-weight:600;letter-spacing:-.3px}
.legal-text h3{font-size:24px;line-height:1.4;color:#1a1a1a;margin:40px 0 20px;font-weight:600}
.legal-text h4{font-size:20px;line-height:1.4;color:#1a1a1a;margin:32px 0 16px;font-weight:600}
.legal-text h5{font-size:18px;line-height:1.5;color:#2a2a2a;margin:28px 0 14px;font-weight:600}
.legal-text h6{font-size:16px;line-height:1.5;color:#2a2a2a;margin:24px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.legal-text p{font-size:17px;line-height:1.8;color:#333;margin:0 0 20px;max-width:820px}
.legal-text ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.legal-text ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.legal-text li{font-size:17px;line-height:1.8;color:#333;margin:0 0 12px;padding-left:8px}
.legal-text ul ul{margin:12px 0;list-style-type:circle}
.legal-text ol ol{margin:12px 0;list-style-type:lower-alpha}
.legal-text li ul,.legal-text li ol{margin-top:12px}
.legal-text em{font-style:italic;color:#1a1a1a}
.legal-text i{font-style:italic}
.legal-text strong{font-weight:600;color:#1a1a1a}
.legal-text a{color:#33EBEE;text-decoration:none;border-bottom:1px solid #33ebee4d;transition:all .3s ease}
.legal-text a:hover{color:#832BDE;border-bottom-color:#832bde80}
.legal-text a:focus{outline:2px solid #33EBEE;outline-offset:2px;border-radius:2px}
.legal-text table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014}
.legal-text thead{background:linear-gradient(135deg,#33EBEE 0%,#832BDE 100%)}
.legal-text thead tr{border:none}
.legal-text thead th{font-size:16px;font-weight:600;color:#fff;text-align:left;padding:18px 20px;border:none}
.legal-text tbody tr{border-bottom:1px solid #e8e8e8;transition:background .2s ease}
.legal-text tbody tr:last-child{border-bottom:none}
.legal-text tbody tr:hover{background:#f9f9f9}
.legal-text tbody td{font-size:16px;line-height:1.6;color:#333;padding:16px 20px;vertical-align:top}
.legal-text th{font-weight:600}
.legal-text hr{border:none;height:2px;background:linear-gradient(90deg,#33EBEE 0%,#832BDE 50%,transparent 100%);margin:48px 0;opacity:.6}
@media (max-width: 1024px) {
.legal-text{padding:60px 32px}
.legal-text h1{font-size:36px}
.legal-text h2{font-size:28px;margin:48px 0 20px}
.legal-text h3{font-size:22px}
}
@media (max-width: 768px) {
.legal-text{padding:48px 24px}
.legal-text h1{font-size:32px;margin:0 0 24px}
.legal-text h2{font-size:26px;margin:40px 0 18px}
.legal-text h3{font-size:20px;margin:32px 0 16px}
.legal-text p,.legal-text li{font-size:16px;line-height:1.7}
.legal-text table{font-size:14px;margin:24px 0}
.legal-text thead th,.legal-text tbody td{padding:12px 14px;font-size:14px}
.legal-text ul,.legal-text ol{padding-left:24px}
}
@media (max-width: 480px) {
.legal-text{padding:40px 16px}
.legal-text h1{font-size:28px}
.legal-text h2{font-size:24px;margin:36px 0 16px}
.legal-text h3{font-size:19px}
.legal-text p,.legal-text li{font-size:15px}
.legal-text table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.legal-text hr{margin:36px 0}
}
.learn-hero-container{max-width:1366px;margin:0 auto;padding:80px 20px 60px;position:relative;overflow:hidden}
.learn-hero-container::before{content:'';position:absolute;top:-120px;right:-100px;width:400px;height:400px;background:linear-gradient(135deg,#33ebee14 0%,#832bde0d 100%);border-radius:50%;animation:float-gentle 8s ease-in-out infinite}
@keyframes float-gentle {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(-20px,30px) rotate(5deg)}
}
.learn-hero-container::after{content:'';position:absolute;bottom:-80px;left:-60px;width:300px;height:300px;background:linear-gradient(225deg,#832bde0f 0%,#33ebee0a 100%);border-radius:50%;animation:float-gentle 10s ease-in-out infinite reverse}
.hero-text-wrapper{position:relative;z-index:2;max-width:900px;margin:0 auto;text-align:center}
.hero-text-wrapper h1{font-size:3.2rem;line-height:1.2;color:#1a1a1a;margin-bottom:28px;font-weight:700}
.hero-text-wrapper h1 span{position:relative;display:inline-block}
.hero-text-wrapper h1 span::after{content:'';position:absolute;bottom:4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#33EBEE 0%,#832BDE 100%);border-radius:2px}
.hero-desc-text{font-size:1.15rem;line-height:1.7;color:#4a4a4a;margin-bottom:40px;max-width:720px;margin-left:auto;margin-right:auto}
.hero-banner-img{position:relative;z-index:2;max-width:850px;margin:50px auto 0;border-radius:10px;overflow:hidden;box-shadow:0 12px 40px #0000001f}
.hero-banner-img img{width:100%;height:auto;display:block;object-fit:cover}
.curriculum-main-wrapper{background:linear-gradient(180deg,#F7FEF8 0%,#fff 100%);padding:90px 20px}
.curriculum-inner-container{max-width:1366px;margin:0 auto}
.curriculum-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;align-items:start}
.curriculum-left-section{position:sticky;top:30px}
.curriculum-left-section h2{font-size:2.6rem;line-height:1.25;color:#1a1a1a;margin-bottom:24px;font-weight:700}
.curriculum-left-section h2::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#832BDE 0%,#33EBEE 100%);margin-bottom:20px;border-radius:2px}
.curriculum-intro-txt{font-size:1.05rem;line-height:1.75;color:#555;margin-bottom:30px}
.instructor-profile-card{background:#fff;border-radius:8px;padding:28px;box-shadow:0 4px 16px #00000014;margin-top:35px}
.instructor-header-row{display:flex;align-items:center;gap:18px;margin-bottom:18px}
.instructor-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #33EBEE}
.instructor-info h4{font-size:1.25rem;color:#1a1a1a;margin-bottom:4px;font-weight:600}
.instructor-info p{font-size:.95rem;color:#666;margin:0}
.instructor-bio-text{font-size:.98rem;line-height:1.65;color:#555}
.module-list-container{display:flex;flex-direction:column;gap:24px}
.module-item-box{background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000000f;overflow:hidden;transition:all .3s ease}
.module-item-box:hover{box-shadow:0 6px 24px #832bde26;transform:translateY(-2px)}
.module-header-section{background:linear-gradient(135deg,#33ebee1a 0%,#832bde14 100%);padding:24px 28px;display:flex;align-items:center;gap:18px}
.module-number-badge{width:50px;height:50px;background:linear-gradient(135deg,#33EBEE 0%,#832BDE 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#fff;flex-shrink:0}
.module-title-area h3{font-size:1.35rem;color:#1a1a1a;margin-bottom:6px;font-weight:600}
.module-duration-label{font-size:.9rem;color:#666;display:flex;align-items:center;gap:6px}
.module-duration-label .material-icons-outlined{font-size:18px}
.module-content-body{padding:28px}
.module-desc-paragraph{font-size:1rem;line-height:1.7;color:#555;margin-bottom:20px}
.topic-list-wrapper{display:flex;flex-direction:column;gap:10px}
.topic-item-row{display:flex;align-items:start;gap:12px;font-size:.98rem;color:#4a4a4a}
.topic-item-row .material-icons-outlined{font-size:20px;color:#832BDE;margin-top:2px}
.outcome-highlights-section{background:linear-gradient(135deg,#832bde0d 0%,#33ebee0d 100%);padding:32px 28px;margin-top:20px;border-radius:8px;border-left:4px solid #33EBEE}
.outcome-highlights-section h4{font-size:1.1rem;color:#1a1a1a;margin-bottom:16px;font-weight:600}
.outcome-item-list{display:flex;flex-direction:column;gap:10px}
.outcome-single-item{display:flex;align-items:start;gap:10px;font-size:.96rem;color:#555}
.outcome-single-item .material-icons-outlined{font-size:18px;color:#33EBEE;margin-top:2px}
.testimonial-feature-area{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:50px}
.testimonial-card-box{background:#fff;padding:28px;border-radius:8px;box-shadow:0 4px 16px #00000012;position:relative}
.testimonial-card-box::before{content:'"';position:absolute;top:12px;left:20px;font-size:4rem;color:#832bde1f;font-family:Georgia,serif;line-height:1}
.testimonial-text-content{font-size:1rem;line-height:1.7;color:#555;margin-bottom:20px;position:relative;z-index:1}
.testimonial-author-info{display:flex;align-items:center;gap:14px}
.testimonial-author-photo{width:55px;height:55px;border-radius:50%;object-fit:cover;border:2px solid #33EBEE}
.testimonial-author-details h5{font-size:1.05rem;color:#1a1a1a;margin-bottom:3px;font-weight:600}
.testimonial-author-details p{font-size:.92rem;color:#666;margin:0}
@media (max-width: 1024px) {
.curriculum-grid{grid-template-columns:1fr;gap:50px}
.curriculum-left-section{position:static}
.testimonial-feature-area{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.learn-hero-container{padding:60px 20px 40px}
.hero-text-wrapper h1{font-size:2.2rem}
.hero-desc-text{font-size:1.05rem}
.curriculum-main-wrapper{padding:60px 20px}
.curriculum-left-section h2{font-size:2rem}
.module-header-section{flex-direction:column;align-items:start}
.module-title-area h3{font-size:1.2rem}
.module-content-body{padding:20px}
}
@media (max-width: 480px) {
.hero-text-wrapper h1{font-size:1.8rem}
.module-number-badge{width:40px;height:40px;font-size:1.2rem}
.instructor-header-row{flex-direction:column;align-items:start}
}
.hero-wrap{position:relative;background:linear-gradient(190deg,#33EBEE 0%,#832BDE 50%,#F7FEF8 100%);padding:80px 20px;overflow:hidden}
.hero-wrap::before{content:'';position:absolute;top:0;left:-10%;width:120%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 20px,#ffffff14 20px,#ffffff14 40px);pointer-events:none}
.hero-container{max-width:1366px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.hero-text-zone{flex:1}
.hero-text-zone .main-heading{font-size:3.2rem;color:#1a1a2e;font-weight:700;line-height:1.2;margin-bottom:20px}
.hero-text-zone .subline{font-size:1.25rem;color:#2d2d44;line-height:1.6;margin-bottom:30px}
.hero-image-zone{flex:1;position:relative}
.hero-image-zone img{width:100%;height:480px;object-fit:cover;border-radius:8px;filter:contrast(1.1) saturate(0.95);box-shadow:0 8px 24px #00000026}
.cta-butt{display:inline-block;padding:16px 40px;background:#832BDE;color:#F7FEF8;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease}
.cta-butt:hover{background:#6a22b8;transform:translateY(-2px);box-shadow:0 6px 20px #832bde4d}
.ecosystem-data-section{padding:90px 20px;background:#F7FEF8}
.ecosystem-data-section .content-container{max-width:1366px;margin:0 auto}
.ecosystem-data-section .section-title{font-size:2.5rem;color:#1a1a2e;font-weight:700;margin-bottom:16px;position:relative;display:inline-block}
.ecosystem-data-section .section-title::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:4px;background:linear-gradient(90deg,#33EBEE 0%,#832BDE 100%)}
.ecosystem-data-section .intro-text{font-size:1.15rem;color:#4a4a5e;line-height:1.7;margin-bottom:50px;max-width:800px}
.platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}
.platform-card{background:#fff;padding:35px;border-radius:8px;box-shadow:0 4px 12px #00000014;transition:all .3s ease;border-top:4px solid #33EBEE}
.platform-card:nth-child(2){border-top-color:#832BDE}
.platform-card:nth-child(3){border-top-color:#33EBEE}
.platform-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}
.platform-card .card-icon{width:56px;height:56px;background:linear-gradient(135deg,#33EBEE 0%,#832BDE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.platform-card .card-icon .material-icons-outlined{font-size:32px;color:#fff}
.platform-card h3{font-size:1.5rem;color:#1a1a2e;margin-bottom:14px;font-weight:600}
.platform-card p{font-size:1rem;color:#5a5a6e;line-height:1.6}
.comparison-handler{padding:90px 20px;background:#fff}
.comparison-handler .content-container{max-width:1366px;margin:0 auto}
.comparison-handler .section-header{text-align:center;margin-bottom:60px}
.comparison-handler .section-header h2{font-size:2.5rem;color:#1a1a2e;font-weight:700;margin-bottom:18px}
.comparison-handler .section-header p{font-size:1.15rem;color:#4a4a5e;max-width:700px;margin:0 auto;line-height:1.7}
.comparison-table-wrapper{overflow-x:auto}
.comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #00000014}
.comparison-table thead{background:linear-gradient(135deg,#33EBEE 0%,#832BDE 100%)}
.comparison-table thead th{padding:24px 20px;color:#fff;font-weight:600;font-size:1.1rem;text-align:left}
.comparison-table tbody tr{border-bottom:1px solid #e8e8f0;transition:background .2s ease}
.comparison-table tbody tr:hover{background:#f9f9fc}
.comparison-table tbody td{padding:20px;color:#4a4a5e;font-size:1rem}
.comparison-table tbody td:first-child{font-weight:600;color:#1a1a2e}
.check-marker{color:#33EBEE;font-size:24px}
.cross-marker{color:#d32f2f;font-size:24px}
.development-path-section{padding:90px 20px;background:#F7FEF8;position:relative}
.development-path-section .content-container{max-width:1366px;margin:0 auto}
.development-path-section h2{font-size:2.5rem;color:#1a1a2e;font-weight:700;margin-bottom:20px}
.development-path-section .intro-paragraph{font-size:1.15rem;color:#4a4a5e;line-height:1.7;margin-bottom:50px;max-width:850px}
.levels-display{display:flex;gap:40px;align-items:flex-start}
.levels-visual{flex:1}
.levels-visual img{width:100%;height:520px;object-fit:cover;border-radius:8px;box-shadow:0 8px 20px #0000001f}
.levels-content{flex:1}
.level-stage{background:#fff;padding:28px;border-radius:8px;margin-bottom:20px;box-shadow:0 4px 12px #0000000f;border-left:5px solid #33EBEE;transition:all .3s ease}
.level-stage:nth-child(2){border-left-color:#832BDE}
.level-stage:nth-child(3){border-left-color:#33EBEE}
.level-stage:hover{transform:translateX(8px);box-shadow:0 6px 18px #0000001a}
.level-stage h4{font-size:1.4rem;color:#1a1a2e;margin-bottom:12px;font-weight:600}
.level-stage p{font-size:1rem;color:#5a5a6e;line-height:1.6;margin-bottom:10px}
.level-stage .duration-info{font-size:.95rem;color:#832BDE;font-weight:600;display:flex;align-items:center;gap:6px}
.level-stage .duration-info .material-icons-outlined{font-size:18px}
.learning-workflow{padding:90px 20px;background:#fff}
.learning-workflow .content-container{max-width:1366px;margin:0 auto}
.learning-workflow h2{font-size:2.5rem;color:#1a1a2e;font-weight:700;margin-bottom:18px;text-align:center}
.learning-workflow .description-block{text-align:center;font-size:1.15rem;color:#4a4a5e;line-height:1.7;margin-bottom:60px;max-width:750px;margin-left:auto;margin-right:auto}
.process-timeline{position:relative;padding-left:60px}
.process-timeline::before{content:'';position:absolute;left:25px;top:30px;bottom:30px;width:3px;background:linear-gradient(180deg,#33EBEE 0%,#832BDE 100%)}
.process-step{position:relative;margin-bottom:40px;padding:30px;background:#F7FEF8;border-radius:8px;box-shadow:0 4px 12px #0000000f}
.process-step::before{content:'';position:absolute;left:-35px;top:35px;width:16px;height:16px;background:#33EBEE;border-radius:50%;border:4px solid #fff;box-shadow:0 2px 8px #00000026}
.process-step:nth-child(even)::before{background:#832BDE}
.process-step h4{font-size:1.4rem;color:#1a1a2e;margin-bottom:12px;font-weight:600}
.process-step p{font-size:1rem;color:#5a5a6e;line-height:1.6}
.practice-zone{padding:90px 20px;background:linear-gradient(135deg,#F7FEF8 0%,white 100%)}
.practice-zone .content-container{max-width:1366px;margin:0 auto}
.practice-zone h2{font-size:2.5rem;color:#1a1a2e;font-weight:700;margin-bottom:18px}
.practice-zone .section-intro{font-size:1.15rem;color:#4a4a5e;line-height:1.7;margin-bottom:50px;max-width:820px}
.practice-showcase{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.showcase-image{position:relative}
.showcase-image img{width:100%;height:450px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #0000001f}
.showcase-details{display:flex;flex-direction:column;gap:24px}
.practice-feature{display:flex;gap:20px;padding:24px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000f;transition:all .3s ease}
.practice-feature:hover{transform:translateX(8px);box-shadow:0 6px 18px #0000001a}
.feature-icon-holder{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#33EBEE 0%,#832BDE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.feature-icon-holder .material-icons-outlined{font-size:28px;color:#fff}
.feature-text h4{font-size:1.3rem;color:#1a1a2e;margin-bottom:8px;font-weight:600}
.feature-text p{font-size:1rem;color:#5a5a6e;line-height:1.6}
.testimonial-segment{padding:90px 20px;background:#fff}
.testimonial-segment .content-container{max-width:1366px;margin:0 auto;text-align:center}
.testimonial-segment h2{font-size:2.5rem;color:#1a1a2e;font-weight:700;margin-bottom:60px}
.testimonial-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.testimonial-card{background:#F7FEF8;padding:40px;border-radius:8px;box-shadow:0 4px 12px #0000000f;text-align:left;position:relative}
.testimonial-card::before{content:'"';position:absolute;top:20px;left:30px;font-size:5rem;color:#832bde26;font-family:Georgia,serif;line-height:1}
.testimonial-author{display:flex;align-items:center;gap:18px;margin-bottom:20px}
.testimonial-author img{width:70px;height:70px;border-radius:50%;object-fit:cover;box-shadow:0 4px 10px #0000001a}
.author-info h5{font-size:1.2rem;color:#1a1a2e;font-weight:600;margin-bottom:4px}
.author-info .role-label{font-size:.95rem;color:#832BDE;font-weight:500}
.testimonial-card p{font-size:1.05rem;color:#4a4a5e;line-height:1.7;position:relative;z-index:2}
@media (max-width: 1200px) {
.platform-grid{grid-template-columns:repeat(2,1fr)}
.levels-display{flex-direction:column}
.practice-showcase{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.hero-container{flex-direction:column;gap:40px}
.hero-text-zone .main-heading{font-size:2.2rem}
.platform-grid{grid-template-columns:1fr}
.comparison-table{font-size:.9rem}
.comparison-table thead th,.comparison-table tbody td{padding:14px 12px}
.testimonial-cards{grid-template-columns:1fr}
.process-timeline{padding-left:40px}
.levels-visual img{height:350px}
.showcase-image img{height:350px}
}
@media (max-width: 480px) {
.hero-wrap{padding:50px 15px}
.hero-text-zone .main-heading{font-size:1.8rem}
.hero-text-zone .subline{font-size:1.05rem}
.hero-image-zone img{height:300px}
.ecosystem-data-section,.comparison-handler,.development-path-section,.learning-workflow,.practice-zone,.testimonial-segment{padding:60px 15px}
.ecosystem-data-section .section-title,.comparison-handler .section-header h2,.development-path-section h2,.learning-workflow h2,.practice-zone h2,.testimonial-segment h2{font-size:2rem}
.platform-card{padding:25px}
.process-step{padding:20px}
}
.contact-master-container{max-width:1366px;margin:0 auto;padding:0}
.hero-contact-stage{background:linear-gradient(190deg,#33EBEE 0%,#832BDE 50%,#F7FEF8 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.hero-contact-stage::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#f7fef84d 0%,transparent 70%);border-radius:50%;filter:blur(80px)}
.hero-contact-stage::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#33ebee33 0%,transparent 70%);border-radius:50%;filter:blur(60px)}
.hero-inner-wrapper{position:relative;z-index:2;max-width:800px;margin:0 auto;text-align:center}
.hero-inner-wrapper .hero-title-text{font-size:3.2rem;font-weight:700;color:#F7FEF8;margin:0 0 24px;line-height:1.2;text-shadow:0 4px 12px #832bde4d}
.hero-inner-wrapper .hero-subtitle-line{font-size:1.3rem;color:#F7FEF8;margin:0;line-height:1.6;opacity:.95}
.hero-visual-anchor{margin-top:48px;position:relative;display:inline-block}
.hero-visual-anchor img{width:180px;height:180px;border-radius:50%;object-fit:cover;border:4px solid #f7fef84d;box-shadow:0 12px 32px #832bde66;position:relative;z-index:2}
.hero-visual-anchor::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:220px;height:220px;background:radial-gradient(circle,#33ebee66 0%,transparent 70%);border-radius:50%;z-index:1;animation:pulse-glow 3s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.6}
50%{transform:translate(-50%,-50%) scale(1.1);opacity:.8}
}
.contact-form-realm{background:#F7FEF8;padding:100px 20px}
.contact-form-realm .form-holder-container{max-width:720px;margin:0 auto;background:#fff;padding:60px 50px;border-radius:12px;box-shadow:0 8px 24px #832bde1f}
.contact-form-realm .form-heading-main{font-size:2.4rem;font-weight:700;color:#832BDE;margin:0 0 16px;line-height:1.3}
.contact-form-realm .form-intro-description{font-size:1.1rem;color:#4a4a4a;margin:0 0 44px;line-height:1.7}
.form-field-cluster{margin-bottom:28px}
.form-field-cluster .field-label-text{display:block;font-size:1rem;font-weight:600;color:#2a2a2a;margin-bottom:10px}
.form-field-cluster .input-box-field{width:100%;padding:14px 18px;font-size:1rem;color:#2a2a2a;border:2px solid #e0e0e0;border-radius:6px;transition:all .3s ease;background:#fafafa}
.form-field-cluster .input-box-field:focus{outline:none;border-color:#33EBEE;background:#fff;box-shadow:0 4px 12px #33ebee26}
.form-field-cluster .textarea-message-field{width:100%;padding:14px 18px;font-size:1rem;color:#2a2a2a;border:2px solid #e0e0e0;border-radius:6px;transition:all .3s ease;background:#fafafa;min-height:160px;resize:vertical;font-family:inherit}
.form-field-cluster .textarea-message-field:focus{outline:none;border-color:#33EBEE;background:#fff;box-shadow:0 4px 12px #33ebee26}
.privacy-consent-wrapper{margin:32px 0}
.privacy-consent-wrapper .consent-checkbox-input{position:absolute;opacity:0;cursor:pointer}
.privacy-consent-wrapper .consent-label-holder{display:flex;align-items:flex-start;cursor:pointer;font-size:.95rem;color:#4a4a4a;line-height:1.6;position:relative;padding-left:36px}
.privacy-consent-wrapper .consent-label-holder::before{content:'';position:absolute;left:0;top:2px;width:22px;height:22px;border:2px solid #e0e0e0;border-radius:4px;background:#fafafa;transition:all .3s ease}
.privacy-consent-wrapper .consent-checkbox-input:checked + .consent-label-holder::before{background:linear-gradient(135deg,#33EBEE 0%,#832BDE 100%);border-color:#33EBEE}
.privacy-consent-wrapper .consent-checkbox-input:checked + .consent-label-holder::after{content:'';position:absolute;left:7px;top:6px;width:8px;height:14px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}
.privacy-consent-wrapper .consent-label-holder .privacy-policy-link{color:#832BDE;text-decoration:none;font-weight:600;transition:color .3s ease}
.privacy-consent-wrapper .consent-label-holder .privacy-policy-link:hover{color:#33EBEE}
.submit-button-container{margin-top:36px}
.submit-button-primary{background:linear-gradient(135deg,#33EBEE 0%,#832BDE 100%);color:#fff;font-size:1.1rem;font-weight:700;padding:16px 48px;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 16px #832bde40;width:100%}
.submit-button-primary:hover{transform:translateY(-2px);box-shadow:0 10px 24px #832bde59}
.submit-button-primary:active{transform:translateY(0)}
.info-contact-blocks{display:flex;flex-direction:row;gap:32px;margin-top:60px;flex-wrap:wrap}
.info-single-block{flex:1;min-width:280px;background:linear-gradient(135deg,#33ebee14 0%,#832bde14 100%);padding:28px 24px;border-radius:8px;text-align:center;transition:all .3s ease}
.info-single-block:hover{transform:translateY(-4px);box-shadow:0 8px 20px #832bde26}
.info-single-block .info-icon-holder{width:56px;height:56px;margin:0 auto 18px;background:linear-gradient(135deg,#33EBEE 0%,#832BDE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.info-single-block .info-icon-holder .material-icons-outlined{font-size:28px;color:#fff}
.info-single-block .info-block-title{font-size:1.1rem;font-weight:700;color:#832BDE;margin:0 0 10px}
.info-single-block .info-block-value{font-size:.95rem;color:#4a4a4a;margin:0;line-height:1.6}
.info-single-block .info-block-value a{color:#832BDE;text-decoration:none;transition:color .3s ease}
.info-single-block .info-block-value a:hover{color:#33EBEE}
@media (max-width: 768px) {
.hero-contact-stage{padding:80px 20px 60px}
.hero-inner-wrapper .hero-title-text{font-size:2.4rem}
.hero-inner-wrapper .hero-subtitle-line{font-size:1.1rem}
.hero-visual-anchor img{width:140px;height:140px}
.hero-visual-anchor::before{width:180px;height:180px}
.contact-form-realm{padding:60px 20px}
.contact-form-realm .form-holder-container{padding:40px 28px}
.contact-form-realm .form-heading-main{font-size:2rem}
.info-contact-blocks{flex-direction:column;gap:24px}
.info-single-block{min-width:100%}
}
@media (max-width: 480px) {
.hero-inner-wrapper .hero-title-text{font-size:2rem}
.hero-inner-wrapper .hero-subtitle-line{font-size:1rem}
.contact-form-realm .form-holder-container{padding:32px 20px}
.contact-form-realm .form-heading-main{font-size:1.8rem}
.submit-button-primary{padding:14px 36px;font-size:1rem}
}
.titulo-seccion{max-width:1366px;margin:0 auto;display:flex;align-items:center;gap:0;min-height:420px;overflow:hidden}
.imagen-titulo-lateral{width:280px;flex-shrink:0;position:relative}
.imagen-titulo-lateral img{width:100%;height:420px;object-fit:cover;opacity:.7;filter:contrast(1.2) grayscale(0.3)}
.imagen-titulo-lateral::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#33ebee26 0%,#832bde26 100%);mix-blend-mode:overlay;pointer-events:none}
.texto-titulo-principal{flex:1;padding:60px 80px;background:linear-gradient(135deg,#F7FEF8 0%,#33ebee14 100%);position:relative}
.texto-titulo-principal::before{content:'';position:absolute;top:30px;left:40px;width:120px;height:120px;border:2px solid #832bde1f;border-radius:50%}
.texto-titulo-principal::after{content:'';position:absolute;bottom:40px;right:50px;width:80px;height:80px;background:linear-gradient(190deg,#33ebee26 0%,#832bde1a 100%);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.texto-titulo-principal h1{font-size:48px;font-weight:700;color:#1a1a1a;line-height:1.3;margin:0 0 24px}
.texto-titulo-principal h1 span{display:block;color:#832BDE;margin-top:12px}
.texto-titulo-principal p{font-size:18px;color:#4a4a4a;line-height:1.6;margin:0;max-width:620px}
.historia-contenedor{max-width:1366px;margin:80px auto;padding:0 40px}
.historia-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.historia-texto-bloque h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 28px;position:relative;padding-left:20px}
.historia-texto-bloque h2::before{content:'';position:absolute;left:0;top:8px;width:4px;height:32px;background:linear-gradient(180deg,#33EBEE 0%,#832BDE 100%)}
.historia-texto-bloque p{font-size:16px;color:#333;line-height:1.8;margin:0 0 20px}
.historia-imagen-contenedor{position:relative}
.historia-imagen-contenedor img{width:100%;height:480px;object-fit:cover;border-radius:8px}
.historia-imagen-contenedor::after{content:'';position:absolute;top:-20px;right:-20px;width:100%;height:100%;border:3px solid #33EBEE;border-radius:8px;z-index:-1}
.valores-seccion{background:linear-gradient(190deg,#F7FEF8 0%,#832bde0d 50%,#F7FEF8 100%);padding:90px 40px}
.valores-contenedor{max-width:1366px;margin:0 auto}
.valores-header{text-align:center;margin-bottom:60px}
.valores-header h2{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.valores-header p{font-size:18px;color:#555;margin:0}
.valores-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.valor-tarjeta{background:#fff;padding:40px 32px;border-radius:10px;box-shadow:0 4px 12px #0000000f;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.valor-tarjeta:hover{transform:translateY(-8px);box-shadow:0 8px 24px #832bde26}
.valor-icono{width:64px;height:64px;background:linear-gradient(135deg,#33EBEE 0%,#832BDE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.valor-icono .material-icons-outlined{font-size:32px;color:#fff}
.valor-tarjeta h3{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 16px}
.valor-tarjeta p{font-size:15px;color:#555;line-height:1.7;margin:0}
.equipo-seccion{max-width:1366px;margin:90px auto;padding:0 40px}
.equipo-intro{text-align:center;margin-bottom:70px;max-width:800px;margin-left:auto;margin-right:auto}
.equipo-intro h2{font-size:40px;font-weight:700;color:#1a1a1a;margin:0 0 20px}
.equipo-intro p{font-size:17px;color:#4a4a4a;line-height:1.7;margin:0}
.miembros-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.miembro-tarjeta{display:flex;gap:32px;background:#fff;padding:36px;border-radius:10px;box-shadow:0 6px 16px #00000012;position:relative;overflow:hidden}
.miembro-tarjeta::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#33EBEE 0%,#832BDE 100%)}
.miembro-foto{width:160px;height:160px;flex-shrink:0;border-radius:8px;overflow:hidden}
.miembro-foto img{width:100%;height:100%;object-fit:cover}
.miembro-informacion h3{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 8px}
.miembro-rol{font-size:16px;color:#832BDE;font-weight:500;margin:0 0 20px}
.miembro-informacion p{font-size:15px;color:#555;line-height:1.7;margin:0}
.compromiso-banner{background:linear-gradient(135deg,#832BDE 0%,#33EBEE 100%);padding:70px 40px;margin-top:80px;position:relative;overflow:hidden}
.compromiso-banner::before{content:'';position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:#ffffff1a;border-radius:50%}
.compromiso-banner::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:#ffffff14;border-radius:50%}
.compromiso-contenido{max-width:1366px;margin:0 auto;text-align:center;position:relative;z-index:2}
.compromiso-contenido h2{font-size:38px;font-weight:700;color:#fff;margin:0 0 24px}
.compromiso-contenido p{font-size:18px;color:#F7FEF8;line-height:1.7;margin:0 auto 36px;max-width:750px}
.boton-contacto-compromiso{display:inline-block;padding:16px 48px;background:#fff;color:#832BDE;font-size:17px;font-weight:600;border-radius:8px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 16px #00000026}
.boton-contacto-compromiso:hover{transform:translateY(-3px);box-shadow:0 10px 24px #00000040}
@media (max-width: 1024px) {
.titulo-seccion{flex-direction:column;min-height:auto}
.imagen-titulo-lateral{width:100%}
.imagen-titulo-lateral img{height:280px}
.texto-titulo-principal{padding:50px 40px}
.texto-titulo-principal h1{font-size:38px}
.historia-grid{grid-template-columns:1fr;gap:40px}
.valores-grid{grid-template-columns:repeat(2,1fr)}
.miembros-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.texto-titulo-principal{padding:40px 24px}
.texto-titulo-principal h1{font-size:32px}
.texto-titulo-principal p{font-size:16px}
.historia-contenedor{margin:60px auto;padding:0 24px}
.historia-texto-bloque h2{font-size:28px}
.valores-seccion{padding:60px 24px}
.valores-header h2{font-size:32px}
.valores-grid{grid-template-columns:1fr;gap:28px}
.equipo-seccion{margin:60px auto;padding:0 24px}
.equipo-intro h2{font-size:32px}
.miembro-tarjeta{flex-direction:column;padding:28px}
.miembro-foto{width:100%;height:240px}
.compromiso-banner{padding:50px 24px}
.compromiso-contenido h2{font-size:28px}
.compromiso-contenido p{font-size:16px}
}
.method-hero{background:linear-gradient(190deg,#33EBEE 0%,#832BDE 50%,#F7FEF8 100%);padding:140px 20px 100px;position:relative;overflow:hidden}
.method-hero::before{content:'';position:absolute;width:400px;height:400px;background:#ffffff1a;border-radius:50%;top:-150px;right:-100px;z-index:1}
.method-hero::after{content:'';position:absolute;width:300px;height:300px;border:2px solid #fff3;border-radius:50%;bottom:-100px;left:-50px;z-index:1}
.hero-wrap{max-width:1366px;margin:0 auto;text-align:center;position:relative;z-index:2}
.hero-wrap h1{font-size:52px;font-weight:700;color:#fff;margin:0 0 30px;line-height:1.2}
.hero-wrap .headline-break{display:block;margin-top:12px}
.hero-img-holder{max-width:700px;margin:50px auto 0;border-radius:12px;overflow:hidden;box-shadow:0 12px 40px #0003}
.hero-img-holder img{width:100%;height:auto;display:block;filter:blur(1px);opacity:.95}
.approach-data{padding:120px 20px;background:#F7FEF8}
.approach-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.approach-text-side h2{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 28px;line-height:1.3}
.approach-text-side h2::before{content:'';display:block;width:60px;height:4px;background:#832BDE;margin-bottom:20px;border-radius:2px}
.approach-text-side p{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 20px}
.approach-visual-side{position:relative}
.approach-visual-side img{width:100%;height:auto;border-radius:8px;box-shadow:0 8px 24px #832bde26}
.phase-flow{padding:100px 20px;background:#fff}
.phase-wrap{max-width:1366px;margin:0 auto}
.phase-wrap h2{font-size:44px;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 70px}
.phase-wrap h2::after{content:'';display:block;width:100px;height:3px;background:linear-gradient(90deg,#33EBEE 0%,#832BDE 100%);margin:24px auto 0;border-radius:2px}
.phase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.phase-item{background:#F7FEF8;padding:40px 32px;border-radius:10px;position:relative;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}
.phase-item:hover{transform:translateY(-6px);box-shadow:0 12px 32px #33ebee33;border-color:#33EBEE}
.phase-number{font-size:64px;font-weight:700;color:#832BDE;opacity:.2;line-height:1;margin:0 0 20px}
.phase-item h3{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 16px}
.phase-item p{font-size:16px;line-height:1.6;color:#5a5a5a;margin:0}
.learning-modes{padding:110px 20px;background:linear-gradient(170deg,#F7FEF8 0%,#fff 100%);position:relative}
.learning-modes::before{content:'';position:absolute;width:600px;height:2px;background:linear-gradient(90deg,transparent 0%,#33EBEE 50%,transparent 100%);top:0;left:50%;transform:translateX(-50%)}
.modes-container{max-width:1100px;margin:0 auto}
.modes-container h2{font-size:40px;font-weight:700;color:#1a1a1a;margin:0 0 60px;text-align:center}
.modes-layout{display:grid;grid-template-columns:1fr 1fr 1fr;gap:50px}
.mode-card{background:#fff;padding:50px 36px;border-radius:8px;box-shadow:0 4px 16px #00000014;text-align:center;position:relative;overflow:hidden}
.mode-card::before{content:'';position:absolute;width:100%;height:4px;background:linear-gradient(90deg,#33EBEE 0%,#832BDE 100%);top:0;left:0}
.mode-icon{width:70px;height:70px;background:linear-gradient(135deg,#33EBEE 0%,#832BDE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px}
.mode-icon span{font-size:36px;color:#fff}
.mode-card h3{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 18px}
.mode-card p{font-size:16px;line-height:1.6;color:#6a6a6a;margin:0}
.instructor-voices{padding:100px 20px;background:#fff}
.voices-wrapper{max-width:1366px;margin:0 auto}
.voices-wrapper h2{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 70px;text-align:center;position:relative}
.voices-wrapper h2::before{content:'';position:absolute;width:80px;height:80px;border:3px solid #33EBEE;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}
.instructor-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.instructor-profile{display:flex;gap:30px;align-items:flex-start}
.profile-photo{flex-shrink:0;width:140px;height:140px;border-radius:50%;overflow:hidden;border:4px solid #832BDE;box-shadow:0 6px 20px #832bde40}
.profile-photo img{width:100%;height:100%;object-fit:cover}
.profile-content h3{font-size:26px;font-weight:600;color:#1a1a1a;margin:0 0 8px}
.profile-role{font-size:15px;color:#832BDE;font-weight:500;margin:0 0 18px;display:block}
.profile-content p{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0}
@media (max-width: 1024px) {
.approach-container{grid-template-columns:1fr;gap:50px}
.phase-grid{grid-template-columns:1fr 1fr}
.modes-layout{grid-template-columns:1fr;gap:40px}
.instructor-grid{grid-template-columns:1fr;gap:50px}
}
@media (max-width: 768px) {
.method-hero{padding:100px 20px 80px}
.hero-wrap h1{font-size:38px}
.approach-data{padding:80px 20px}
.approach-text-side h2{font-size:34px}
.phase-grid{grid-template-columns:1fr}
.phase-wrap h2{font-size:36px}
.modes-container h2{font-size:34px}
.voices-wrapper h2{font-size:36px}
.instructor-profile{flex-direction:column;align-items:center;text-align:center}
}
@media (max-width: 480px) {
.hero-wrap h1{font-size:32px}
.approach-text-side h2{font-size:28px}
.phase-wrap h2{font-size:30px}
.modes-container h2{font-size:28px}
.voices-wrapper h2{font-size:30px}
}
.success-wrapper{width:100%;max-width:1366px;margin:0 auto;padding:0}
.confirmation-area{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(190deg,#33EBEE 0%,#832BDE 50%,#F7FEF8 100%)}
.confirmation-area::before{content:'';position:absolute;top:-20%;right:-15%;width:600px;height:600px;background:#f7fef826;border-radius:50%;transform:rotate(25deg)}
.confirmation-area::after{content:'';position:absolute;bottom:-10%;left:-10%;width:450px;height:450px;background:#33ebee33;clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%)}
.confirm-container{position:relative;z-index:10;text-align:center;padding:60px 40px;max-width:720px}
.status-icon{width:110px;height:110px;margin:0 auto 36px;background:#F7FEF8;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #832bde40;animation:iconPulse 2s ease-in-out infinite}
@keyframes iconPulse {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
.status-icon svg{width:64px;height:64px}
.confirm-container .main-heading{font-size:3.2rem;font-weight:700;color:#F7FEF8;margin:0 0 24px;line-height:1.2;text-shadow:0 2px 8px #00000026}
.confirm-container .sub-message{font-size:1.25rem;color:#F7FEF8;line-height:1.7;margin:0 0 20px;opacity:.95}
.confirmation-data{background:#f7fef8f2;border-radius:12px;padding:32px;margin:40px 0;box-shadow:0 6px 18px #0000001f}
.data-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #832bde26}
.data-row:last-child{border-bottom:none}
.data-row .label-text{font-size:1rem;color:#832BDE;font-weight:600}
.data-row .value-text{font-size:1.05rem;color:#2a2a2a}
.next-steps-block{background:#F7FEF8;padding:80px 20px}
.next-steps-block .steps-container{max-width:1140px;margin:0 auto}
.next-steps-block .section-label{font-size:2.4rem;font-weight:700;color:#832BDE;text-align:center;margin:0 0 56px;position:relative}
.next-steps-block .section-label::after{content:'';position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#33EBEE 0%,#832BDE 100%);border-radius:2px}
.procedure-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.procedure-card{background:#fff;border-radius:10px;padding:40px 28px;box-shadow:0 4px 12px #832bde14;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.procedure-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #832bde2e}
.procedure-card .step-num{position:absolute;top:-18px;left:28px;width:44px;height:44px;background:linear-gradient(135deg,#33EBEE 0%,#832BDE 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#F7FEF8;box-shadow:0 4px 10px #33ebee4d}
.procedure-card .step-icon{width:56px;height:56px;margin:0 0 24px}
.procedure-card .step-icon svg{width:100%;height:100%}
.procedure-card .step-title{font-size:1.4rem;font-weight:700;color:#832BDE;margin:0 0 16px}
.procedure-card .step-info{font-size:1rem;color:#4a4a4a;line-height:1.6;margin:0}
.action-buttons{display:flex;gap:20px;justify-content:center;margin-top:44px}
.action-buttons .primary-butt{background:linear-gradient(135deg,#832BDE 0%,#33EBEE 100%);color:#F7FEF8;padding:16px 44px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 14px #832bde4d}
.action-buttons .primary-butt:hover{transform:translateY(-2px);box-shadow:0 8px 20px #832bde66}
.action-buttons .secondary-butt{background:#F7FEF8;color:#832BDE;padding:16px 44px;border-radius:8px;border:2px solid #832BDE;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background .3s ease,color .3s ease}
.action-buttons .secondary-butt:hover{background:#832BDE;color:#F7FEF8}
@media (max-width: 960px) {
.procedure-grid{grid-template-columns:1fr;gap:48px}
.confirm-container .main-heading{font-size:2.4rem}
.confirm-container{padding:40px 24px}
.confirmation-area::before,.confirmation-area::after{width:300px;height:300px}
}
@media (max-width: 640px) {
.confirm-container .main-heading{font-size:2rem}
.confirm-container .sub-message{font-size:1.1rem}
.confirmation-data{padding:24px 20px}
.data-row{flex-direction:column;align-items:flex-start;gap:8px}
.action-buttons{flex-direction:column;gap:16px}
.action-buttons .primary-butt,.action-buttons .secondary-butt{width:100%;text-align:center}
.next-steps-block .section-label{font-size:1.9rem}
.status-icon{width:90px;height:90px}
.status-icon svg{width:52px;height:52px}
}