@import "https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;500;700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Roboto Mono',monospace;color:#232838;background:#E9EEF4;line-height:1.6;overflow-x:hidden}
.site-wrap{max-width:1320px;margin:0 auto;padding:0 20px}
.header-outer{background:linear-gradient(127deg,#232838 0%,#1a1f2d 100%);padding:0;position:relative}
.header-inner23{display:flex;align-items:center;justify-content:space-between;padding:28px 0;gap:40px}
.logo-holder3{flex-shrink:0}
.logo-holder3 img{height:94px;width:94px;display:block;box-shadow:0 4px 12px #06e1e326;border-radius:8px;background:#ffffff08;padding:4px}
.sidebar-nav-panel{background:#06E1E3;padding:18px 32px;border-radius:999px;box-shadow:0 6px 18px #06e1e340;margin-left:auto}
.main-nav-list{list-style:none;display:flex;gap:32px;align-items:center}
.main-nav-list a{color:#232838;text-decoration:none;font-weight:500;font-size:15px;transition:color .2s}
.main-nav-list a:hover{color:#1a1f2d}
.tagline-box7{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:1;pointer-events:none}
.tagline-box7 h1{font-size:17px;font-weight:400;color:#e9eef41f;letter-spacing:2px;text-transform:uppercase}
.footer-outer{background:#232838;padding:64px 0 32px;margin-top:120px}
.footer-layout-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:48px}
.awards-block{background:linear-gradient(143deg,#06e1e314 0%,#06e1e305 100%);padding:32px;border:3px solid #06E1E3;border-radius:8px}
.awards-block h3{color:#06E1E3;font-size:22px;margin-bottom:20px;font-weight:700;text-transform:uppercase}
.certificate-list{list-style:none}
.certificate-list li{color:#E9EEF4;padding:12px 0;border-bottom:1px solid #06e1e326;font-size:14px}
.certificate-list li:last-child{border-bottom:none}
.footer-links-area{display:flex;flex-direction:column;gap:24px;justify-content:center}
.footer-links-area a{color:#E9EEF4;text-decoration:none;font-size:15px;font-weight:400;transition:color .2s;display:inline-block}
.footer-links-area a:hover{color:#06E1E3}
.copyright-line{text-align:center;color:#e9eef480;font-size:13px;padding-top:32px;border-top:1px solid #06e1e31a}
.cookie-popup-wrapper{position:fixed;bottom:24px;left:24px;background:#232838;border:2px solid #06E1E3;border-radius:12px;padding:24px;max-width:380px;box-shadow:0 8px 24px #0000004d;z-index:9999;opacity:0;transition:opacity .4s ease}
.cookie-popup-wrapper[data-visible="true"]{opacity:1}
.cookie-popup-wrapper p{color:#E9EEF4;font-size:14px;margin-bottom:18px;line-height:1.5}
.cookie-popup-wrapper a{color:#06E1E3;text-decoration:underline}
.cookie-actions{display:flex;gap:12px}
.cookie-btn{flex:1;padding:12px 24px;border:none;border-radius:999px;font-family:'Roboto Mono',monospace;font-size:14px;font-weight:500;cursor:pointer;transition:background 0.2s,color .2s}
.cookie-accept{background:#06E1E3;color:#232838}
.cookie-accept:hover{background:#05c9cb}
.cookie-decline{background:transparent;color:#E9EEF4;border:2px solid #06E1E3}
.cookie-decline:hover{background:#06e1e31a}
@media (max-width: 1024px) {
.header-inner23{flex-direction:column;gap:24px;padding:24px 0}
.sidebar-nav-panel{width:100%;margin-left:0}
.main-nav-list{flex-wrap:wrap;justify-content:center;gap:20px}
.tagline-box7{position:static;transform:none;margin-bottom:16px;order:-1}
.tagline-box7 h1{font-size:14px}
.footer-layout-grid{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 640px) {
.logo-holder3 img{height:72px;width:72px}
.main-nav-list{flex-direction:column;gap:16px}
.sidebar-nav-panel{padding:16px 24px}
.cookie-popup-wrapper{left:12px;right:12px;bottom:12px;max-width:none}
.cookie-actions{flex-direction:column}
.awards-block{padding:24px}
.awards-block h3{font-size:18px}
}
.legal-section{max-width:1320px;margin:0 auto;padding:80px 20px;background:#fff}
.legal-section h1{font-size:42px;line-height:1.2;color:#232838;margin:0 0 48px;font-weight:700;letter-spacing:-.5px}
.legal-section h2{font-size:32px;line-height:1.3;color:#232838;margin:64px 0 24px;font-weight:600;letter-spacing:-.3px}
.legal-section h3{font-size:24px;line-height:1.4;color:#232838;margin:48px 0 20px;font-weight:600}
.legal-section h4{font-size:20px;line-height:1.4;color:#232838;margin:36px 0 16px;font-weight:600}
.legal-section h5{font-size:18px;line-height:1.5;color:#232838;margin:28px 0 14px;font-weight:600}
.legal-section h6{font-size:16px;line-height:1.5;color:#232838;margin:24px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.legal-section p{font-size:16px;line-height:1.8;color:#232838;margin:0 0 20px}
.legal-section ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.legal-section ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.legal-section li{font-size:16px;line-height:1.8;color:#232838;margin:0 0 12px;padding-left:8px}
.legal-section ul li::marker{color:#06E1E3}
.legal-section ol li::marker{color:#06E1E3;font-weight:600}
.legal-section ul ul,.legal-section ol ul,.legal-section ul ol,.legal-section ol ol{margin:12px 0}
.legal-section strong,.legal-section b{font-weight:600;color:#232838}
.legal-section a{color:#06E1E3;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}
.legal-section a:hover{border-bottom-color:#06E1E3}
.legal-section table{width:100%;margin:32px 0;border-collapse:collapse;background:#fff;box-shadow:0 2px 8px #23283814;border-radius:8px;overflow:hidden}
.legal-section thead{background:linear-gradient(135deg,#232838 0%,#2d3447 100%)}
.legal-section thead tr{border:none}
.legal-section thead th{padding:18px 20px;text-align:left;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}
.legal-section tbody tr{border-bottom:1px solid #E9EEF4;transition:background-color .2s ease}
.legal-section tbody tr:last-child{border-bottom:none}
.legal-section tbody tr:hover{background:#f8f9fb}
.legal-section tbody td{padding:16px 20px;font-size:15px;line-height:1.6;color:#232838}
.legal-section tbody th{padding:16px 20px;font-size:15px;font-weight:600;line-height:1.6;color:#232838;text-align:left}
.legal-section hr{border:none;height:2px;background:linear-gradient(90deg,#E9EEF4 0%,#06E1E3 50%,#E9EEF4 100%);margin:56px 0;border-radius:2px}
@media (max-width: 1024px) {
.legal-section{padding:60px 20px}
.legal-section h1{font-size:36px;margin-bottom:36px}
.legal-section h2{font-size:28px;margin:48px 0 20px}
.legal-section h3{font-size:22px;margin:36px 0 16px}
.legal-section table{font-size:14px}
.legal-section thead th{padding:14px 16px;font-size:13px}
.legal-section tbody td,.legal-section tbody th{padding:12px 16px;font-size:14px}
}
@media (max-width: 640px) {
.legal-section{padding:40px 16px}
.legal-section h1{font-size:28px;margin-bottom:28px}
.legal-section h2{font-size:24px;margin:36px 0 16px}
.legal-section h3{font-size:20px;margin:28px 0 14px}
.legal-section h4{font-size:18px;margin:24px 0 12px}
.legal-section p,.legal-section li{font-size:15px;line-height:1.7}
.legal-section ul,.legal-section ol{padding-left:24px}
.legal-section table{display:block;overflow-x:auto;box-shadow:0 2px 6px #2328380f}
.legal-section thead th{padding:12px 14px;font-size:12px;white-space:nowrap}
.legal-section tbody td,.legal-section tbody th{padding:10px 14px;font-size:13px}
.legal-section hr{margin:40px 0}
}
.abt-wrapper{background:linear-gradient(158deg,#E9EEF4 0%,#fff 100%)}
.abt-title-container{max-width:1320px;margin:0 auto;padding:4rem 1.5rem;position:relative}
.abt-title-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.abt-title-content h1{font-size:3.2rem;color:#232838;font-weight:700;line-height:1.2;margin:0 0 1.5rem}
.abt-title-content .subtitle{font-size:1.15rem;color:#5a6072;line-height:1.6;margin:0}
.abt-title-visual{position:relative}
.abt-title-visual img{width:100%;height:380px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #2328381f}
.abt-title-visual::before{content:'';position:absolute;top:-12px;left:-12px;width:80px;height:80px;background:linear-gradient(135deg,#06E1E3 0%,#04b5b7 100%);border-radius:4px;z-index:-1}
.abt-title-visual::after{content:'';position:absolute;bottom:-16px;right:-16px;width:120px;height:120px;background:linear-gradient(225deg,#232838 0%,#3a4056 100%);border-radius:8px;z-index:-2}
.pattern-dots{position:absolute;top:50%;right:-60px;width:40px;height:160px;background-image:radial-gradient(circle,#06E1E3 2px,transparent 2px);background-size:12px 12px;opacity:.6}
.story-section{max-width:1320px;margin:0 auto;padding:5rem 1.5rem}
.story-layout{display:grid;grid-template-columns:0.9fr 1.1fr;gap:4rem;align-items:start}
.story-sidebar{position:sticky;top:2rem}
.story-sidebar h2{font-size:2.4rem;color:#232838;font-weight:600;margin:0 0 1.5rem;position:relative;padding-left:1rem}
.story-sidebar h2::before{content:'';position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,#06E1E3 0%,#04b5b7 100%);border-radius:2px}
.story-sidebar .tagline{font-size:1.05rem;color:#5a6072;line-height:1.7;margin:0}
.story-content-blocks{display:flex;flex-direction:column;gap:2.5rem}
.story-block{background:#fff;padding:2rem;border-radius:6px;border-left:3px solid #E9EEF4;transition:all .3s ease}
.story-block:hover{border-left-color:#06E1E3;box-shadow:0 4px 16px #06e1e31a;transform:translateX(4px)}
.story-block h3{font-size:1.5rem;color:#232838;font-weight:600;margin:0 0 1rem}
.story-block p{font-size:1rem;color:#5a6072;line-height:1.7;margin:0}
.story-block[data-highlighted="true"]{background:linear-gradient(135deg,#f8fcfd 0%,#fff 100%);border-left-color:#232838}
.team-showcase{background:linear-gradient(242deg,#232838 0%,#3a4056 100%);padding:5rem 0;position:relative;overflow:hidden}
.team-showcase::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(45deg,transparent 48%,#06e1e308 49%,#06e1e308 51%,transparent 52%);background-size:60px 60px}
.team-container{max-width:1320px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}
.team-header{text-align:center;margin-bottom:4rem}
.team-header h2{font-size:2.6rem;color:#fff;font-weight:600;margin:0 0 1rem}
.team-header .description{font-size:1.1rem;color:#E9EEF4;line-height:1.7;max-width:680px;margin:0 auto}
.team-display{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.team-member-card{background:#ffffff0d;border-radius:8px;padding:2rem;text-align:center;transition:all .3s ease;border:1px solid #06e1e31a}
.team-member-card:hover{background:#ffffff14;border-color:#06e1e34d;transform:translateY(-4px)}
.member-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;border:3px solid #06E1E3;display:block}
.team-member-card h4{font-size:1.35rem;color:#fff;font-weight:600;margin:0 0 .5rem}
.team-member-card .role{font-size:.95rem;color:#06E1E3;margin:0 0 1rem;font-weight:500}
.team-member-card p{font-size:.95rem;color:#E9EEF4;line-height:1.6;margin:0}
.approach-wrapper{max-width:1320px;margin:0 auto;padding:5rem 1.5rem}
.approach-intro{text-align:center;max-width:780px;margin:0 auto 4rem}
.approach-intro h2{font-size:2.5rem;color:#232838;font-weight:600;margin:0 0 1rem}
.approach-intro p{font-size:1.1rem;color:#5a6072;line-height:1.7;margin:0}
.approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.approach-item{position:relative;padding:2rem 1.5rem;background:#fff;border-radius:6px;border-top:4px solid #E9EEF4;transition:all .3s ease}
.approach-item:hover{border-top-color:#06E1E3;box-shadow:0 6px 20px #23283814}
.approach-item::before{content:attr(data-number);position:absolute;top:-18px;left:1.5rem;font-size:2.8rem;font-weight:700;color:#06E1E3;opacity:.15}
.approach-item h5{font-size:1.3rem;color:#232838;font-weight:600;margin:0 0 1rem}
.approach-item p{font-size:1rem;color:#5a6072;line-height:1.7;margin:0}
.visual-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:3rem}
.visual-gallery img{width:100%;height:180px;object-fit:cover;border-radius:6px;transition:all .3s ease}
.visual-gallery img:hover{transform:scale(1.05);box-shadow:0 6px 20px #23283826}
@media (max-width: 1024px) {
.abt-title-grid{grid-template-columns:1fr;gap:2rem}
.abt-title-content h1{font-size:2.6rem}
.pattern-dots{display:none}
.story-layout{grid-template-columns:1fr;gap:2.5rem}
.story-sidebar{position:static}
.approach-grid{grid-template-columns:1fr}
.visual-gallery{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 640px) {
.abt-title-container{padding:3rem 1.5rem}
.abt-title-content h1{font-size:2.2rem}
.abt-title-content .subtitle{font-size:1rem}
.abt-title-visual img{height:280px}
.story-section{padding:3rem 1.5rem}
.story-sidebar h2{font-size:2rem}
.story-block{padding:1.5rem}
.team-showcase{padding:3rem 0}
.team-header h2{font-size:2rem}
.team-display{grid-template-columns:1fr}
.approach-wrapper{padding:3rem 1.5rem}
.approach-intro h2{font-size:2rem}
.visual-gallery{grid-template-columns:repeat(2,1fr)}
}
.page-holder{width:100%;max-width:1320px;margin:0 auto;padding:0 20px}
.hero-wrapper{position:relative;padding:120px 0 90px;background:linear-gradient(157deg,#E9EEF4 0%,#fff 45%,#f5f8fb 100%);overflow:hidden}
.hero-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,#06e1e308 2px,#06e1e308 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,#23283805 2px,#23283805 4px);pointer-events:none;opacity:.6}
.hero-layout7{display:flex;align-items:center;gap:70px;position:relative;z-index:2}
.hero-txt-side{flex:1;max-width:580px}
.hero-title93{font-size:52px;line-height:1.2;color:#232838;margin:0 0 24px;font-weight:700}
.hero-desc-p{font-size:19px;line-height:1.6;color:#5a5f73;margin:0 0 38px}
.hero-btn-row{display:flex;gap:18px;flex-wrap:wrap}
.btn-primary92{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#06E1E3 0%,#04b5b7 100%);color:#232838;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #06e1e340}
.btn-primary92:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06e1e359;background:linear-gradient(135deg,#04b5b7 0%,#06E1E3 100%)}
.btn-outline47{display:inline-block;padding:16px 36px;background:transparent;color:#232838;text-decoration:none;border:2px solid #232838;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s ease}
.btn-outline47:hover{background:#232838;color:#fff;transform:translateY(-2px)}
.hero-img-side{flex:1;position:relative}
.hero-visual-frame{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #23283826}
.hero-visual-frame::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#e9eef41a 0%,#06e1e30d 100%);pointer-events:none}
.hero-visual-frame img{width:100%;height:auto;display:block;object-fit:cover}
.motivation-zone{padding:85px 0;background:#fff}
.section-header-center{max-width:720px;margin:0 auto 60px;text-align:center}
.section-title-main{font-size:42px;line-height:1.3;color:#232838;margin:0 0 18px;font-weight:700}
.section-description-txt{font-size:18px;line-height:1.7;color:#5a5f73;margin:0}
.motivation-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.motivation-card{background:linear-gradient(145deg,#f8f9fb 0%,#fff 100%);border:2px solid #E9EEF4;border-radius:10px;padding:38px 28px;transition:all .3s ease;position:relative}
.motivation-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#06E1E3 0%,#04b5b7 100%);border-radius:10px 0 0 10px;transition:height .3s ease}
.motivation-card:hover::before{height:100%}
.motivation-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #2328381f;border-color:#06E1E3}
.card-icon-wrap{width:56px;height:56px;background:linear-gradient(135deg,#06E1E3 0%,#04b5b7 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.card-icon-wrap svg{width:28px;height:28px;fill:#232838}
.card-title-txt{font-size:22px;line-height:1.4;color:#232838;margin:0 0 14px;font-weight:600}
.card-content-desc{font-size:16px;line-height:1.6;color:#5a5f73;margin:0}
.support-access-area{padding:90px 0;background:linear-gradient(225deg,#E9EEF4 0%,#f5f8fb 50%,#fff 100%)}
.split-layout-container{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.support-visual-block{position:relative}
.support-img-container{border-radius:12px;overflow:hidden;box-shadow:0 16px 48px #2328381f;position:relative}
.support-img-container img{width:100%;height:auto;display:block;object-fit:cover}
.support-txt-block{max-width:540px}
.support-txt-block .section-title-main{text-align:left;margin-bottom:22px}
.support-txt-block .section-description-txt{margin-bottom:32px}
.support-features-list{display:flex;flex-direction:column;gap:20px}
.feature-item-row{display:flex;align-items:flex-start;gap:16px}
.feature-checkmark{width:32px;height:32px;background:#06E1E3;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.feature-checkmark svg{width:16px;height:16px;fill:#232838}
.feature-txt-content{flex:1}
.feature-txt-content h4{font-size:19px;color:#232838;margin:0 0 6px;font-weight:600}
.feature-txt-content p{font-size:16px;line-height:1.6;color:#5a5f73;margin:0}
.personal-support-section{padding:85px 0;background:#fff}
.testimonial-grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:60px}
.testimonial-card-box{background:linear-gradient(145deg,#fff 0%,#f8f9fb 100%);border:2px solid #E9EEF4;border-radius:10px;padding:36px 32px;position:relative;transition:all .3s ease}
.testimonial-card-box:hover{box-shadow:0 12px 36px #2328381a;border-color:#06E1E3}
.testimonial-quote-icon{position:absolute;top:24px;right:28px;width:42px;height:42px;opacity:.15}
.testimonial-quote-icon svg{width:100%;height:100%;fill:#06E1E3}
.testimonial-txt{font-size:17px;line-height:1.7;color:#5a5f73;margin:0 0 28px;position:relative;z-index:2}
.testimonial-author-row{display:flex;align-items:center;gap:18px}
.author-avatar-circle{width:58px;height:58px;border-radius:50%;overflow:hidden;border:3px solid #06E1E3;flex-shrink:0}
.author-avatar-circle img{width:100%;height:100%;object-fit:cover}
.author-info-txt{flex:1}
.author-name-title{font-size:18px;color:#232838;margin:0 0 4px;font-weight:600}
.author-role-label{font-size:15px;color:#5a5f73;margin:0}
.connections-network-zone{padding:90px 0;background:linear-gradient(135deg,#232838 0%,#1a1e2d 100%);position:relative;overflow:hidden}
.connections-network-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#06e1e314 0%,transparent 70%);pointer-events:none}
.connections-network-zone .section-title-main,.connections-network-zone .section-description-txt{color:#fff}
.connection-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:60px}
.stat-card-item{background:#ffffff0d;border:1px solid #06e1e333;border-radius:10px;padding:32px 24px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}
.stat-card-item::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#06e1e31a,transparent);transition:left .5s ease}
.stat-card-item:hover::before{left:100%}
.stat-card-item:hover{background:#06e1e314;border-color:#06E1E3;transform:translateY(-4px)}
.stat-number-big{font-size:46px;color:#06E1E3;font-weight:700;margin:0 0 10px;line-height:1}
.stat-label-text{font-size:16px;color:#E9EEF4;margin:0;line-height:1.5}
.interaction-formats-area{padding:85px 0;background:#fff}
.format-tabs-wrapper{margin-top:60px}
.tab-nav-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:48px}
.tab-btn-label{padding:14px 32px;background:#E9EEF4;color:#232838;border:2px solid transparent;border-radius:8px;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s ease}
.tab-btn-label:hover{background:#d8dfe8}
#tab1:checked ~ .tab-nav-buttons label[for="tab1"],#tab2:checked ~ .tab-nav-buttons label[for="tab2"],#tab3:checked ~ .tab-nav-buttons label[for="tab3"]{background:linear-gradient(135deg,#06E1E3 0%,#04b5b7 100%);border-color:#06E1E3;color:#232838}
.tab-radio-input{display:none}
.tab-content-panels{position:relative}
.tab-panel-content{display:none;animation:fadeInPanel .4s ease}
#tab1:checked ~ .tab-content-panels .panel-1,#tab2:checked ~ .tab-content-panels .panel-2,#tab3:checked ~ .tab-content-panels .panel-3{display:block}
@keyframes fadeInPanel {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
.panel-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.panel-image-side{border-radius:12px;overflow:hidden;box-shadow:0 16px 48px #2328381f}
.panel-image-side img{width:100%;height:auto;display:block;object-fit:cover}
.panel-txt-side h3{font-size:32px;color:#232838;margin:0 0 20px;font-weight:700}
.panel-txt-side p{font-size:17px;line-height:1.7;color:#5a5f73;margin:0 0 16px}
.panel-txt-side ul{list-style:none;padding:0;margin:24px 0 0}
.panel-txt-side ul li{font-size:16px;line-height:1.6;color:#5a5f73;margin-bottom:12px;padding-left:28px;position:relative}
.panel-txt-side ul li::before{content:'';position:absolute;left:0;top:8px;width:14px;height:2px;background:#06E1E3}
.learning-outcomes-final{padding:90px 0;background:linear-gradient(45deg,#E9EEF4 0%,#fff 50%,#f5f8fb 100%)}
.outcomes-showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;margin-top:60px}
.outcome-card-display{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 24px #23283814;transition:all .3s ease}
.outcome-card-display:hover{transform:translateY(-6px);box-shadow:0 16px 48px #23283824}
.outcome-icon-header{background:linear-gradient(135deg,#06E1E3 0%,#04b5b7 100%);padding:32px;text-align:center}
.outcome-icon-header svg{width:64px;height:64px;fill:#232838}
.outcome-txt-body{padding:32px 28px}
.outcome-txt-body h3{font-size:24px;color:#232838;margin:0 0 16px;font-weight:600}
.outcome-txt-body p{font-size:16px;line-height:1.7;color:#5a5f73;margin:0 0 20px}
.outcome-metrics-row{display:flex;gap:24px;padding-top:20px;border-top:1px solid #E9EEF4}
.metric-item-small{flex:1}
.metric-item-small .metric-num{font-size:28px;color:#06E1E3;font-weight:700;margin:0 0 4px;line-height:1}
.metric-item-small .metric-label{font-size:14px;color:#5a5f73;margin:0}
.cta-final-block{padding:80px 0;background:#232838;text-align:center}
.cta-content-center{max-width:680px;margin:0 auto}
.cta-content-center h2{font-size:40px;color:#fff;margin:0 0 20px;font-weight:700}
.cta-content-center p{font-size:18px;line-height:1.7;color:#E9EEF4;margin:0 0 36px}
.cta-btn-primary{display:inline-block;padding:18px 48px;background:linear-gradient(135deg,#06E1E3 0%,#04b5b7 100%);color:#232838;text-decoration:none;border-radius:8px;font-size:18px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #06e1e34d}
.cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 32px #06e1e366}
@media (max-width: 1024px) {
.hero-layout7{gap:50px}
.hero-title93{font-size:44px}
.motivation-grid3{grid-template-columns:repeat(2,1fr)}
.split-layout-container{gap:50px}
.connection-stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}
.panel-grid-layout{gap:40px}
}
@media (max-width: 640px) {
.hero-layout7{flex-direction:column;gap:40px;padding:80px 0 60px}
.hero-title93{font-size:36px}
.hero-desc-p{font-size:17px}
.hero-btn-row{flex-direction:column}
.btn-primary92,.btn-outline47{width:100%;text-align:center}
.motivation-zone,.support-access-area,.personal-support-section,.connections-network-zone,.interaction-formats-area,.learning-outcomes-final{padding:60px 0}
.section-title-main{font-size:32px}
.motivation-grid3{grid-template-columns:1fr}
.split-layout-container{grid-template-columns:1fr;gap:40px}
.testimonial-grid2{grid-template-columns:1fr;gap:28px}
.connection-stats-grid{grid-template-columns:1fr;gap:20px}
.tab-nav-buttons{flex-direction:column}
.panel-grid-layout{grid-template-columns:1fr;gap:30px}
.outcomes-showcase-grid{grid-template-columns:1fr;gap:32px}
.cta-content-center h2{font-size:32px}
}
.contact-title-region{position:relative;padding:6rem 2rem 4rem;overflow:hidden;background:linear-gradient(125deg,#E9EEF4 0%,#f5f8fb 45%,#E9EEF4 100%)}
.contact-title-region::before{content:'';position:absolute;top:-10%;right:-5%;width:45%;height:120%;background:linear-gradient(145deg,#06e1e314 0%,#2328380a 100%);transform:skewY(-8deg);z-index:1}
.contact-title-region::after{content:'';position:absolute;bottom:-15%;left:-8%;width:38%;height:110%;background:linear-gradient(215deg,#2328380f 0%,#06e1e30d 100%);transform:skewY(6deg);z-index:1}
.title-content-box{max-width:1320px;margin:0 auto;position:relative;z-index:2;display:flex;align-items:center;gap:3.5rem}
.title-text-zone{flex:1;min-width:0}
.title-text-zone h1{font-size:3.2rem;color:#232838;margin:0 0 1rem;line-height:1.15;font-weight:700}
.title-text-zone .sub-phrase{font-size:1.15rem;color:#5a6274;line-height:1.6;margin-bottom:2rem}
.title-cta-btn{display:inline-block;padding:.9rem 2.2rem;background:linear-gradient(135deg,#06E1E3 0%,#05c8ca 100%);color:#232838;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #06e1e340;position:relative;z-index:5}
.title-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #06e1e359;background:linear-gradient(135deg,#05c8ca 0%,#06E1E3 100%)}
.title-image-holder{flex:0 0 420px;position:relative}
.title-image-holder img{width:100%;height:340px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #23283826;position:relative;z-index:3}
.title-image-holder::before{content:'';position:absolute;top:-12px;right:-12px;width:100%;height:100%;background:#06e1e31f;border-radius:8px;z-index:2}
.contact-approach-section{padding:5rem 2rem;background:#fff}
.approach-wrapper{max-width:1320px;margin:0 auto}
.approach-intro-text{max-width:720px;margin:0 auto 3.5rem;text-align:center}
.approach-intro-text h2{font-size:2.4rem;color:#232838;margin:0 0 1rem;font-weight:700}
.approach-intro-text p{font-size:1.05rem;color:#5a6274;line-height:1.65}
.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.method-item{background:#f8f9fb;padding:2rem;border-radius:8px;border-left:4px solid #06E1E3;transition:all .3s ease}
.method-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #2328381a}
.method-icon-area{width:52px;height:52px;background:linear-gradient(135deg,#06E1E3 0%,#05c8ca 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}
.method-icon-area svg{width:26px;height:26px;fill:#232838}
.method-item h3{font-size:1.3rem;color:#232838;margin:0 0 .7rem;font-weight:600}
.method-item p{font-size:.98rem;color:#5a6274;line-height:1.6;margin:0}
.contact-form-section{padding:5.5rem 2rem;background:linear-gradient(165deg,#f5f8fb 0%,#E9EEF4 50%,#f8f9fb 100%);position:relative}
.contact-form-section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#06E1E3 50%,transparent 100%)}
.form-container-outer{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:start}
.form-side-info{position:sticky;top:2rem}
.form-side-info h2{font-size:2.1rem;color:#232838;margin:0 0 1.2rem;font-weight:700}
.form-side-info .lead-text{font-size:1.05rem;color:#5a6274;line-height:1.65;margin-bottom:2rem}
.info-detail-list{display:flex;flex-direction:column;gap:1.2rem}
.info-detail-item{display:flex;align-items:flex-start;gap:1rem}
.info-detail-item svg{width:24px;height:24px;flex-shrink:0;fill:#06E1E3;margin-top:.2rem}
.info-detail-item .detail-content{flex:1}
.info-detail-item .detail-label{font-size:.88rem;color:#7a8394;margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.info-detail-item .detail-value{font-size:1.02rem;color:#232838;font-weight:500}
.info-detail-item a{color:#232838;text-decoration:none;transition:color .2s ease}
.info-detail-item a:hover{color:#06E1E3}
.form-area{background:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 6px 20px #23283814}
.form-area h3{font-size:1.6rem;color:#232838;margin:0 0 1.8rem;font-weight:600}
.form-input-group{margin-bottom:1.5rem}
.form-input-group label{display:block;font-size:.95rem;color:#232838;margin-bottom:.5rem;font-weight:500}
.form-input-group input[type="text"],.form-input-group input[type="email"]{width:100%;padding:.85rem 1rem;border:2px solid #dde2e9;border-radius:6px;font-size:1rem;color:#232838;transition:border-color .2s ease;box-sizing:border-box}
.form-input-group input[type="text"]:focus,.form-input-group input[type="email"]:focus{outline:none;border-color:#06E1E3}
.form-input-group select{width:100%;padding:.85rem 1rem;border:2px solid #dde2e9;border-radius:6px;font-size:1rem;color:#232838;background:#fff;cursor:pointer;transition:border-color .2s ease;box-sizing:border-box}
.form-input-group select:focus{outline:none;border-color:#06E1E3}
.radio-group-wrapper{display:flex;gap:1.5rem;flex-wrap:wrap}
.radio-option{display:flex;align-items:center;gap:.5rem;cursor:pointer}
.radio-option input[type="radio"]{width:18px;height:18px;cursor:pointer;accent-color:#06E1E3}
.radio-option label{margin:0;cursor:pointer;font-size:.95rem;color:#232838}
.privacy-consent-box{margin:1.8rem 0;display:flex;align-items:flex-start;gap:.6rem}
.privacy-consent-box input[type="checkbox"]{width:18px;height:18px;margin-top:.2rem;cursor:pointer;flex-shrink:0;accent-color:#06E1E3}
.privacy-consent-box label{font-size:.92rem;color:#5a6274;line-height:1.5;cursor:pointer}
.privacy-consent-box a{color:#06E1E3;text-decoration:none;font-weight:500;transition:color .2s ease}
.privacy-consent-box a:hover{color:#05c8ca;text-decoration:underline}
.form-submit-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#06E1E3 0%,#05c8ca 100%);color:#232838;border:none;border-radius:6px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #06e1e340;position:relative;z-index:5}
.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #06e1e359;background:linear-gradient(135deg,#05c8ca 0%,#06E1E3 100%)}
.location-details-section{padding:5rem 2rem;background:#fff}
.location-wrapper{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem}
.location-text-side h2{font-size:2.2rem;color:#232838;margin:0 0 1.2rem;font-weight:700}
.location-text-side p{font-size:1.05rem;color:#5a6274;line-height:1.65;margin-bottom:2rem}
.address-display-box{background:#f8f9fb;padding:1.8rem;border-radius:8px;border-left:4px solid #06E1E3}
.address-display-box .address-label{font-size:.88rem;color:#7a8394;margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.address-display-box .address-text{font-size:1.1rem;color:#232838;line-height:1.6;font-weight:500}
.location-visual-side{position:relative}
.location-visual-side img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #2328381f}
.faq-quick-section{padding:5.5rem 2rem 6rem;background:linear-gradient(180deg,#f5f8fb 0%,#E9EEF4 100%);position:relative}
.faq-quick-section::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#06e1e380 50%,transparent 100%)}
.faq-container-main{max-width:920px;margin:0 auto}
.faq-container-main h2{font-size:2.3rem;color:#232838;text-align:center;margin:0 0 3rem;font-weight:700}
.faq-accordion-list{display:flex;flex-direction:column;gap:1rem}
.faq-item-block{background:#fff;border-radius:8px;box-shadow:0 3px 12px #2328380f;overflow:hidden}
.faq-item-block input[type="checkbox"]{display:none}
.faq-question-header{padding:1.4rem 1.8rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s ease}
.faq-question-header:hover{background:#f8f9fb}
.faq-question-header h3{font-size:1.15rem;color:#232838;margin:0;font-weight:600}
.faq-toggle-icon{width:24px;height:24px;flex-shrink:0;transition:transform .3s ease}
.faq-toggle-icon svg{width:100%;height:100%;fill:#06E1E3}
.faq-answer-content{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-answer-inner{padding:0 1.8rem 1.4rem}
.faq-answer-inner p{font-size:1rem;color:#5a6274;line-height:1.65;margin:0}
.faq-item-block input[type="checkbox"]:checked ~ .faq-question-header .faq-toggle-icon{transform:rotate(180deg)}
.faq-item-block input[type="checkbox"]:checked ~ .faq-answer-content{max-height:300px}
@media (max-width: 1024px) {
.title-content-box{flex-direction:column;gap:2.5rem}
.title-image-holder{flex:0 0 auto;width:100%;max-width:500px}
.method-grid{grid-template-columns:repeat(2,1fr)}
.form-container-outer{grid-template-columns:1fr;gap:3rem}
.form-side-info{position:static}
.location-wrapper{grid-template-columns:1fr;gap:2.5rem}
}
@media (max-width: 640px) {
.contact-title-region{padding:4rem 1.5rem 3rem}
.title-text-zone h1{font-size:2.2rem}
.title-text-zone .sub-phrase{font-size:1.05rem}
.title-image-holder img{height:280px}
.approach-intro-text h2{font-size:1.9rem}
.method-grid{grid-template-columns:1fr}
.contact-form-section{padding:4rem 1.5rem}
.form-area{padding:2rem 1.5rem}
.radio-group-wrapper{flex-direction:column;gap:1rem}
.location-visual-side img{height:320px}
.faq-container-main h2{font-size:1.9rem}
}
.hero-outer{position:relative;background:linear-gradient(162deg,#E9EEF4 0%,#fff 45%,#E9EEF4 100%);padding:87px 0 94px;overflow:hidden}
.hero-outer::before{content:'';position:absolute;top:-120px;right:-80px;width:420px;height:420px;background:linear-gradient(225deg,#06e1e314 0%,#2328380a 100%);border-radius:50%;z-index:1}
.hero-outer::after{content:'';position:absolute;bottom:-60px;left:-100px;width:340px;height:340px;background:#06e1e30d;transform:rotate(45deg);z-index:1}
.hero-wrap{max-width:1320px;margin:0 auto;padding:0 24px;position:relative;z-index:2}
.hero-layout{display:flex;align-items:center;gap:68px}
.hero-text-zone{flex:1;max-width:620px}
.hero-text-zone h1{font-size:48px;line-height:1.15;color:#232838;margin:0 0 26px;font-weight:700}
.hero-text-zone h1::before{content:'';display:inline-block;width:52px;height:5px;background:linear-gradient(90deg,#06E1E3 0%,#232838 100%);margin-right:16px;vertical-align:middle;border-radius:3px}
.hero-text-zone .description-txt{font-size:17px;line-height:1.65;color:#4a5568;margin:0 0 34px}
.hero-img-container{position:relative;width:480px;flex-shrink:0}
.hero-img-container::before{content:'';position:absolute;top:-18px;left:-18px;right:18px;bottom:18px;background:linear-gradient(135deg,#06e1e326 0%,#23283814 100%);border-radius:8px;z-index:1}
.hero-img-container::after{content:'';position:absolute;top:18px;left:18px;right:-18px;bottom:-18px;background:#2328380f;border-radius:8px;z-index:1}
.hero-img-container img{position:relative;z-index:2;width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 12px 28px #2328381f}
.cta-primary-btn{display:inline-block;background:linear-gradient(118deg,#232838 0%,#06E1E3 100%);color:#fff;padding:16px 42px;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 14px #06e1e340;position:relative;z-index:10}
.cta-primary-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #06e1e359;cursor:pointer}
.program-structure-outer{background:#fff;padding:96px 0;position:relative}
.program-structure-outer::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#06E1E3 50%,transparent 100%)}
.content-wrapper2{max-width:1320px;margin:0 auto;padding:0 24px}
.section-header-area{text-align:center;margin-bottom:64px}
.section-header-area h2{font-size:38px;color:#232838;margin:0 0 18px;font-weight:700;position:relative;display:inline-block}
.section-header-area h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:#06E1E3;border-radius:2px}
.section-header-area .intro-para{font-size:16px;line-height:1.7;color:#5a6c7d;max-width:720px;margin:0 auto}
.modules-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.module-card-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:38px 28px;transition:all .35s ease;position:relative;overflow:hidden}
.module-card-wrap::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#06E1E3 0%,#232838 100%);transition:height .35s ease}
.module-card-wrap:hover{transform:translateY(-6px);box-shadow:0 12px 24px #23283814;border-color:#06E1E3}
.module-card-wrap:hover::before{height:100%}
.module-num{display:inline-block;background:linear-gradient(135deg,#E9EEF4 0%,#fff 100%);color:#232838;font-size:14px;font-weight:700;padding:6px 16px;border-radius:20px;margin-bottom:20px;border:1px solid #06E1E3}
.module-card-wrap h3{font-size:22px;color:#232838;margin:0 0 14px;font-weight:600}
.module-card-wrap .module-description{font-size:15px;line-height:1.6;color:#4a5568;margin:0 0 22px}
.module-card-wrap .topic-list3{list-style:none;padding:0;margin:0}
.module-card-wrap .topic-list3 li{font-size:14px;color:#5a6c7d;padding:8px 0;padding-left:24px;position:relative}
.module-card-wrap .topic-list3 li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:14px;height:14px;background:#06E1E3;border-radius:3px;opacity:.7}
.instructors-section-wrap{background:linear-gradient(174deg,#E9EEF4 0%,#fff 50%,#E9EEF4 100%);padding:88px 0 92px}
.page-container7{max-width:1320px;margin:0 auto;padding:0 24px}
.instructors-section-wrap h2{font-size:36px;color:#232838;margin:0 0 52px;font-weight:700;text-align:center}
.instructors-section-wrap h2 span{color:#06E1E3;position:relative}
.instructors-section-wrap h2 span::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#06E1E3}
.instructors-flex-container{display:flex;gap:46px;align-items:flex-start}
.instructor-profile-box{background:#fff;border-radius:10px;padding:42px 34px;box-shadow:0 8px 18px #2328380f;flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;transition:all .3s ease}
.instructor-profile-box:hover{box-shadow:0 14px 32px #2328381f;transform:translateY(-4px)}
.instructor-profile-box::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#06E1E3 0%,#232838 100%);border-radius:10px 10px 0 0}
.instructor-img-frame{width:140px;height:140px;border-radius:50%;overflow:hidden;margin-bottom:24px;border:4px solid #E9EEF4;box-shadow:0 6px 16px #06e1e333}
.instructor-img-frame img{width:100%;height:100%;object-fit:cover}
.instructor-profile-box h3{font-size:24px;color:#232838;margin:0 0 8px;font-weight:600}
.instructor-role-tag{display:inline-block;background:linear-gradient(90deg,#06E1E3 0%,#232838 100%);color:#fff;font-size:13px;padding:5px 18px;border-radius:16px;margin-bottom:18px;font-weight:600}
.instructor-profile-box .bio-text{font-size:15px;line-height:1.65;color:#4a5568;margin:0 0 22px}
.expertise-tags-wrap{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.expertise-tags-wrap .tag-item{background:#E9EEF4;color:#232838;font-size:13px;padding:6px 14px;border-radius:5px;border:1px solid #06e1e34d}
@media (max-width: 1024px) {
.hero-layout{flex-direction:column;gap:48px}
.hero-img-container{width:100%;max-width:520px}
.hero-text-zone{max-width:100%;text-align:center}
.hero-text-zone h1{font-size:40px}
.modules-grid-layout{grid-template-columns:repeat(2,1fr);gap:28px}
.instructors-flex-container{flex-direction:column}
}
@media (max-width: 640px) {
.hero-outer{padding:62px 0 68px}
.hero-text-zone h1{font-size:32px}
.hero-text-zone h1::before{display:block;margin:0 0 12px}
.hero-img-container{width:100%}
.hero-img-container img{height:320px}
.modules-grid-layout{grid-template-columns:1fr}
.section-header-area h2{font-size:30px}
.program-structure-outer{padding:68px 0}
.instructors-section-wrap{padding:68px 0 72px}
.instructors-section-wrap h2{font-size:28px}
}
.hero_introOutr{background:linear-gradient(127deg,#232838 0%,#1a1f2d 100%);padding:68px 20px 72px;position:relative;overflow:hidden}
.hero_introOutr::before{content:'';position:absolute;top:-40%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,#06e1e314 0%,transparent 70%);border-radius:50%}
.hero_contentWrap{max-width:1320px;margin:0 auto;display:flex;align-items:center;gap:64px;position:relative;z-index:2}
.hero_txtZone{flex:1;min-width:0}
.hero_txtZone h1{font-size:3.2rem;color:#fff;margin:0 0 16px;font-weight:700;line-height:1.2}
.hero_numAccent{display:inline-block;color:#06E1E3;font-weight:800;margin-right:8px}
.hero_descBlock{color:#E9EEF4;font-size:1.1rem;line-height:1.7;margin:0;max-width:540px}
.hero_imgZone{flex:0 0 420px;position:relative}
.hero_imgZone img{width:100%;height:280px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #0000004d}
.hero_decoDots{position:absolute;bottom:-20px;right:40px;display:flex;gap:8px;align-items:center}
.hero_decoDots span{width:6px;height:6px;background:#06E1E3;border-radius:50%;opacity:.6}
.hero_decoDots span:nth-child(2){opacity:.4}
.hero_decoDots span:nth-child(3){opacity:.2}
.partner_networkSec{padding:88px 20px;background:#fff}
.partner_networkInner{max-width:1320px;margin:0 auto}
.partner_secHeading{font-size:2.4rem;color:#232838;margin:0 0 48px;font-weight:700;text-align:center}
.partner_gridLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.partner_cardItem{background:linear-gradient(135deg,#E9EEF4 0%,#fff 100%);padding:36px 28px;border-radius:8px;border:2px solid transparent;transition:all .3s ease;cursor:pointer;position:relative}
.partner_cardItem::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#06E1E3 0%,#232838 100%);border-radius:8px 8px 0 0;opacity:0;transition:opacity .3s ease}
.partner_cardItem:hover{border-color:#06E1E3;box-shadow:0 6px 20px #06e1e326;transform:translateY(-4px)}
.partner_cardItem:hover::before{opacity:1}
.partner_cardHeading{font-size:1.4rem;color:#232838;margin:0 0 12px;font-weight:600}
.partner_cardDesc{color:#232838;font-size:.95rem;line-height:1.6;margin:0;opacity:.8}
.collab_approach_wrap{padding:92px 20px;background:#E9EEF4;position:relative}
.collab_approach_wrap::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#06E1E3 50%,transparent 100%)}
.collab_contentBox{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.collab_visualArea{position:relative}
.collab_visualArea img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 12px 32px #2328381f}
.collab_infoArea h2{font-size:2.2rem;color:#232838;margin:0 0 24px;font-weight:700}
.collab_infoArea p{color:#232838;font-size:1rem;line-height:1.7;margin:0 0 20px}
.collab_infoArea p:last-of-type{margin-bottom:0}
.expert_profileSect{padding:84px 20px;background:#fff}
.expert_wrapInr{max-width:1320px;margin:0 auto}
.expert_headTitle{font-size:2.3rem;color:#232838;margin:0 0 52px;font-weight:700;text-align:center;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}
.expert_headTitle::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#06E1E3 0%,#232838 100%);border-radius:2px}
.expert_gridDisplay{display:flex;gap:44px;align-items:center}
.expert_photoZone{flex:0 0 280px}
.expert_photoZone img{width:100%;height:340px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #2328381a}
.expert_detailZone{flex:1;min-width:0}
.expert_name{font-size:1.8rem;color:#232838;margin:0 0 8px;font-weight:600}
.expert_role{font-size:1.05rem;color:#06E1E3;margin:0 0 20px;font-weight:500}
.expert_bio{color:#232838;font-size:.98rem;line-height:1.7;margin:0 0 16px}
.expert_skillList{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 0}
.expert_skillTag{background:linear-gradient(135deg,#E9EEF4 0%,#fff 100%);color:#232838;padding:8px 16px;border-radius:6px;font-size:.88rem;border:1px solid #06e1e333;font-weight:500}
@media (max-width: 1024px) {
.hero_contentWrap{flex-direction:column;gap:40px}
.hero_imgZone{flex:0 0 auto;width:100%;max-width:500px}
.hero_txtZone h1{font-size:2.6rem}
.partner_gridLayout{grid-template-columns:repeat(2,1fr)}
.collab_contentBox{grid-template-columns:1fr;gap:40px}
.expert_gridDisplay{flex-direction:column}
.expert_photoZone{flex:0 0 auto;max-width:320px}
}
@media (max-width: 640px) {
.hero_introOutr{padding:48px 16px 52px}
.hero_txtZone h1{font-size:2rem}
.hero_descBlock{font-size:1rem}
.hero_imgZone{max-width:100%}
.hero_imgZone img{height:220px}
.partner_networkSec{padding:64px 16px}
.partner_secHeading{font-size:1.9rem;margin-bottom:32px}
.partner_gridLayout{grid-template-columns:1fr;gap:20px}
.collab_approach_wrap{padding:64px 16px}
.collab_visualArea img{height:280px}
.collab_infoArea h2{font-size:1.8rem}
.expert_profileSect{padding:64px 16px}
.expert_headTitle{font-size:1.9rem;margin-bottom:40px}
.expert_photoZone{max-width:100%}
.expert_photoZone img{height:300px}
}
.success-layout{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(127deg,#E9EEF4 0%,#fff 48%,#E9EEF4 100%);position:relative;overflow:hidden}
.success-layout::before{content:'';position:absolute;top:-180px;right:-120px;width:420px;height:420px;background:radial-gradient(circle,#06e1e31c 0%,transparent 68%);border-radius:50%;z-index:1}
.success-layout::after{content:'';position:absolute;bottom:-220px;left:-160px;width:520px;height:520px;background:radial-gradient(circle,#2328380f 0%,transparent 65%);border-radius:50%;z-index:1}
.success-msg-container{max-width:880px;width:100%;position:relative;z-index:2}
.msg-content-outer{background:#fff;border-radius:8px;box-shadow:0 6px 24px #23283817;position:relative;overflow:hidden}
.msg-content-outer::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(94deg,#06E1E3 0%,#232838 100%)}
.decorative-shape-1{position:absolute;top:-65px;right:48px;width:180px;height:180px;border:2px solid #06e1e326;border-radius:50%;z-index:0}
.decorative-shape-2{position:absolute;bottom:-90px;left:-45px;width:220px;height:220px;border:2px dashed #23283814;border-radius:50%;z-index:0}
.success-msg-inner{padding:68px 56px;position:relative;z-index:1}
.icon-wrapper-outer{text-align:center;margin-bottom:32px}
.check-icon-svg{width:92px;height:92px;display:inline-block}
.check-icon-svg circle{fill:none;stroke:#06E1E3;stroke-width:3;stroke-dasharray:283;stroke-dashoffset:283;animation:drawCircle .7s ease-out forwards}
.check-icon-svg polyline{fill:none;stroke:#06E1E3;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:60;stroke-dashoffset:60;animation:drawCheck .5s .7s ease-out forwards}
@keyframes drawCircle {
to{stroke-dashoffset:0}
}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.success-title-h1{font-size:38px;font-weight:700;color:#232838;text-align:center;margin:0 0 18px;line-height:1.3}
.success-description-txt{font-size:17px;line-height:1.7;color:#4a4f5e;text-align:center;margin:0 0 38px;max-width:580px;margin-left:auto;margin-right:auto}
.timeline-info-block{background:linear-gradient(118deg,#e9eef466 0%,#06e1e30f 100%);padding:28px 32px;border-radius:6px;margin-bottom:42px;border-left:4px solid #06E1E3}
.timeline-heading-h3{font-size:19px;font-weight:600;color:#232838;margin:0 0 16px}
.timeline-steps-wrapper{display:flex;flex-direction:column;gap:14px}
.step-row-item{display:flex;align-items:flex-start;gap:14px}
.step-num-circle{width:32px;height:32px;background:#06E1E3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}
.step-text-content{flex:1;padding-top:4px}
.step-text-content p{margin:0;font-size:15px;color:#4a4f5e;line-height:1.6}
.buttons-row-center{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.btn-primary-action{padding:14px 32px;background:linear-gradient(112deg,#06E1E3 0%,#04b8ba 100%);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 12px #06e1e338}
.btn-primary-action:hover{transform:translateY(-2px);box-shadow:0 6px 18px #06e1e359;color:#fff}
.btn-secondary-link{padding:14px 32px;background:transparent;color:#232838;border:2px solid #232838;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.2s,color .2s}
.btn-secondary-link:hover{background:#232838;color:#fff}
.contact-info-section{padding:80px 20px;background:#fff}
.contact-info-container{max-width:1320px;margin:0 auto}
.contact-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.contact-card-box{background:linear-gradient(135deg,#f8f9fb 0%,#E9EEF4 100%);padding:36px 28px;border-radius:8px;text-align:center;position:relative;overflow:hidden;border:1px solid #23283814;transition:transform 0.3s,box-shadow .3s}
.contact-card-box:hover{transform:translateY(-4px);box-shadow:0 8px 20px #2328381f}
.contact-card-box::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(89deg,#06E1E3 0%,#232838 100%)}
.contact-icon-svg-wrap{width:56px;height:56px;margin:0 auto 20px}
.contact-icon-svg-wrap svg{width:100%;height:100%}
.contact-card-title{font-size:20px;font-weight:600;color:#232838;margin:0 0 12px}
.contact-card-detail{font-size:15px;color:#4a4f5e;margin:0 0 8px;word-break:break-word}
.contact-card-link{color:#06E1E3;text-decoration:none;font-weight:600;transition:color .2s}
.contact-card-link:hover{color:#04b8ba}
@media (max-width: 768px) {
.success-msg-inner{padding:48px 32px}
.success-title-h1{font-size:30px}
.timeline-info-block{padding:22px 24px}
.buttons-row-center{flex-direction:column;align-items:stretch}
.btn-primary-action,.btn-secondary-link{text-align:center}
.contact-grid-layout{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 480px) {
.success-msg-inner{padding:36px 24px}
.success-title-h1{font-size:26px}
.success-description-txt{font-size:16px}
.check-icon-svg{width:76px;height:76px}
}