*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Ubuntu',sans-serif;background:#0a0a14;color:#F1FEFF;line-height:1.6;overflow-x:hidden}
.site-header-container{background:linear-gradient(135deg,#16152C 0%,#1a1938 50%,#16152C 100%);border-bottom:2px solid #00CEFC;box-shadow:0 8px 24px #00cefc26 0 16px 48px #0006;position:relative}
.site-header-container::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#00CEFC 50%,transparent 100%);animation:pulse-glow 3s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{opacity:.5}
50%{opacity:1}
}
.header-logo-row{padding:25px 20px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #00cefc33}
.logo-holder-wrapper{display:flex;align-items:center;justify-content:center}
.logo-holder-wrapper img{height:110px;width:110px;object-fit:contain;filter:drop-shadow(0 4px 12px #00cefc4d);transition:all .3s ease}
.logo-holder-wrapper img:hover{filter:drop-shadow(0 6px 16px #00cefc80);transform:scale(1.02)}
.header-company-row{padding:20px;text-align:center;border-bottom:1px solid #00cefc33}
.company-title-text{font-size:32px;font-weight:700;color:#F1FEFF;letter-spacing:1px;text-shadow:0 0 20px #00cefc66}
.header-navigation-row{padding:0;display:flex;justify-content:center}
.primary-site-nav{display:flex;list-style:none;gap:0;margin:0;padding:0}
.primary-site-nav > li{position:relative}
.primary-site-nav > li > a{display:block;padding:18px 28px;color:#F1FEFF;text-decoration:none;font-weight:400;font-size:16px;transition:all .3s ease;border-bottom:3px solid transparent}
.primary-site-nav > li > a:hover{background:#00cefc1a;color:#00CEFC;border-bottom-color:#00CEFC}
.submenu-dropdown-wrapper{position:absolute;top:100%;left:0;background:#16152C;min-width:240px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;box-shadow:0 12px 32px #00000080 0 0 0 1px #00cefc4d;z-index:1000;padding:8px 0}
.primary-site-nav > li:hover .submenu-dropdown-wrapper{opacity:1;visibility:visible;transform:translateY(0)}
.submenu-dropdown-wrapper a{display:block;padding:12px 24px;color:#F1FEFF;text-decoration:none;font-size:15px;transition:all .3s ease}
.submenu-dropdown-wrapper a:hover{background:#00cefc26;color:#00CEFC;padding-left:28px}
.site-footer-container{background:linear-gradient(135deg,#16152C 0%,#1a1938 100%);border-top:2px solid #00CEFC;padding:50px 20px 30px;margin-top:80px;position:relative}
.site-footer-container::before{content:'';position:absolute;top:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#00CEFC 50%,transparent 100%)}
.footer-content-container{max-width:1000px;margin:0 auto}
.footer-offices-section{margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #00cefc33}
.footer-offices-section h3{color:#00CEFC;font-size:20px;margin-bottom:20px;text-shadow:0 0 10px #00cefc4d}
.office-info-block{margin-bottom:20px;padding:15px;background:#00cefc0d;border-left:3px solid #00CEFC}
.office-info-block p{margin:5px 0;color:#F1FEFF;font-size:14px}
.office-info-block a{color:#00CEFC;text-decoration:none;transition:all .3s ease}
.office-info-block a:hover{color:#F1FEFF}
.footer-nav-links{display:flex;justify-content:center;gap:30px;list-style:none;margin-bottom:25px;flex-wrap:wrap}
.footer-nav-links a{color:#F1FEFF;text-decoration:none;font-size:14px;transition:all .3s ease;border-bottom:1px solid transparent}
.footer-nav-links a:hover{color:#00CEFC;border-bottom-color:#00CEFC}
.footer-copyright-text{text-align:center;color:#f1feff99;font-size:13px}
.cookie-consent-panel{position:fixed;right:0;top:50%;transform:translateY(-50%) translateX(100%);background:#16152C;width:420px;max-width:90vw;padding:30px;box-shadow:-8px 0 32px #0009 0 0 0 1px #00cefc66;z-index:10000;transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55);border-left:3px solid #00CEFC}
.cookie-consent-panel.active-state{transform:translateY(-50%) translateX(0)}
.cookie-consent-panel h3{color:#00CEFC;font-size:20px;margin-bottom:15px;text-shadow:0 0 10px #00cefc4d}
.cookie-consent-panel p{color:#F1FEFF;font-size:14px;line-height:1.6;margin-bottom:20px}
.cookie-category-wrapper{margin-bottom:15px;padding:12px;background:#00cefc0d;border-radius:6px}
.cookie-category-wrapper label{display:flex;align-items:center;cursor:pointer;color:#F1FEFF;font-size:14px}
.cookie-category-wrapper input[type="checkbox"]{margin-right:10px;width:18px;height:18px;cursor:pointer}
.cookie-actions-wrapper{display:flex;gap:15px;margin-top:20px}
.cookie-actions-wrapper button{flex:1;padding:12px;background:transparent;color:#00CEFC;border:1px solid #00CEFC;cursor:pointer;font-size:14px;font-family:'Ubuntu',sans-serif;transition:all .3s ease;text-decoration:underline}
.cookie-actions-wrapper button:hover{background:#00cefc1a;transform:scale(1.02)}
@media (max-width: 768px) {
.company-title-text{font-size:24px}
.primary-site-nav{flex-direction:column;width:100%}
.primary-site-nav > li > a{padding:14px 20px;text-align:center}
.submenu-dropdown-wrapper{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:#00cefc0d}
.footer-nav-links{flex-direction:column;gap:15px;align-items:center}
.cookie-consent-panel{width:90vw;right:5vw;transform:translateY(-50%) translateY(100vh)}
.cookie-consent-panel.active-state{transform:translateY(-50%) translateY(0)}
}
@media (max-width: 480px) {
.logo-holder-wrapper img{height:80px;width:80px}
.company-title-text{font-size:20px}
.cookie-actions-wrapper{flex-direction:column}
}
.yref-policy-section{max-width:1000px;margin:60px auto;padding:0 24px 80px;background:linear-gradient(135deg,#16152C 0%,#1a1940 100%);border-radius:8px;box-shadow:0 16px 48px #00cefc14}
.yref-policy-section h1{font-size:42px;line-height:1.2;color:#F1FEFF;margin:0 0 16px;padding:48px 0 0;font-weight:700;letter-spacing:-.02em;text-shadow:0 2px 12px #00cefc26}
.yref-policy-section h2{font-size:32px;line-height:1.3;color:#00CEFC;margin:56px 0 20px;font-weight:600;letter-spacing:-.01em;text-shadow:0 1px 8px #00cefc33}
.yref-policy-section h3{font-size:24px;line-height:1.4;color:#F1FEFF;margin:40px 0 16px;font-weight:600}
.yref-policy-section h4{font-size:20px;line-height:1.5;color:#F1FEFF;margin:32px 0 12px;font-weight:600;opacity:.95}
.yref-policy-section h5{font-size:18px;line-height:1.5;color:#00CEFC;margin:28px 0 12px;font-weight:600;opacity:.9}
.yref-policy-section h6{font-size:16px;line-height:1.5;color:#F1FEFF;margin:24px 0 12px;font-weight:600;opacity:.85;text-transform:uppercase;letter-spacing:.05em}
.yref-policy-section div{font-size:17px;line-height:1.8;color:#F1FEFF;margin:0 0 24px;opacity:.88}
.yref-policy-section div + div{margin-top:20px}
.yref-policy-section ul{margin:24px 0;padding:0 0 0 28px;list-style-type:none}
.yref-policy-section ul li{font-size:17px;line-height:1.8;color:#F1FEFF;margin:0 0 16px;padding:0 0 0 20px;position:relative;opacity:.88}
.yref-policy-section ul li:before{content:"";position:absolute;left:0;top:12px;width:6px;height:6px;background:linear-gradient(135deg,#00CEFC 0%,#00a8d4 100%);border-radius:50%;box-shadow:0 0 8px #00cefc66}
.yref-policy-section ol{margin:24px 0;padding:0 0 0 28px;list-style-position:outside;counter-reset:policy-counter}
.yref-policy-section ol li{font-size:17px;line-height:1.8;color:#F1FEFF;margin:0 0 16px;padding:0 0 0 12px;position:relative;opacity:.88;counter-increment:policy-counter}
.yref-policy-section ol li:before{content:counter(policy-counter) ".";position:absolute;left:-28px;color:#00CEFC;font-weight:600;text-shadow:0 0 6px #00cefc4d}
.yref-policy-section ul ul,.yref-policy-section ol ul,.yref-policy-section ul ol,.yref-policy-section ol ol{margin:16px 0 16px 24px}
.yref-policy-section strong,.yref-policy-section b{font-weight:700;color:#F1FEFF;opacity:1}
.yref-policy-section em,.yref-policy-section i{font-style:italic;color:#00CEFC;opacity:.95}
.yref-policy-section a{color:#00CEFC;text-decoration:none;position:relative;font-weight:500;transition:all .3s ease;text-shadow:0 0 4px #00cefc33}
.yref-policy-section a:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:linear-gradient(90deg,#00CEFC 0%,transparent 100%);opacity:.4;transition:all .3s ease}
.yref-policy-section a:hover{color:#F1FEFF;text-shadow:0 0 12px #00cefc99;transform:translateY(-1px)}
.yref-policy-section a:hover:after{opacity:1;height:2px;box-shadow:0 0 8px #00cefc66}
.yref-policy-section hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#00CEFC 50%,transparent 100%);margin:48px 0;opacity:.3;box-shadow:0 0 12px #00cefc33}
@media (max-width: 768px) {
.yref-policy-section{margin:32px auto;padding:0 20px 60px;border-radius:6px}
.yref-policy-section h1{font-size:32px;padding:32px 0 0;margin:0 0 12px}
.yref-policy-section h2{font-size:26px;margin:40px 0 16px}
.yref-policy-section h3{font-size:22px;margin:32px 0 12px}
.yref-policy-section h4{font-size:19px;margin:28px 0 12px}
.yref-policy-section h5{font-size:17px;margin:24px 0 10px}
.yref-policy-section h6{font-size:15px;margin:20px 0 10px}
.yref-policy-section div{font-size:16px;line-height:1.7;margin:0 0 20px}
.yref-policy-section ul li,.yref-policy-section ol li{font-size:16px;line-height:1.7;margin:0 0 14px}
.yref-policy-section ul{padding:0 0 0 20px}
.yref-policy-section ol{padding:0 0 0 24px}
.yref-policy-section hr{margin:36px 0}
}
@media (max-width: 480px) {
.yref-policy-section{margin:24px auto;padding:0 16px 48px}
.yref-policy-section h1{font-size:28px;padding:24px 0 0}
.yref-policy-section h2{font-size:24px;margin:32px 0 14px}
.yref-policy-section h3{font-size:20px}
.yref-policy-section div{font-size:15px}
.yref-policy-section ul li,.yref-policy-section ol li{font-size:15px}
}
.tech-page-wrapper{background:linear-gradient(125deg,#16152C 0%,#0a0918 50%,#16152C 100%);color:#F1FEFF;overflow-x:hidden}
.title-hero-area{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;margin-bottom:80px;overflow:hidden}
.title-hero-area::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(./picture_assets/DSCN3141-2025_04_06.jpg);background-size:cover;background-position:center;filter:blur(8px) brightness(0.35);z-index:1}
.title-hero-area::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,#00cefc1f 0%,transparent 50%),radial-gradient(circle at 80% 50%,#f1feff14 0%,transparent 50%);z-index:2}
.title-content-zone{position:relative;z-index:3;max-width:920px;padding:40px 30px;text-align:center}
.title-content-zone h1{font-size:3.2em;line-height:1.2;margin:0 0 20px;color:#F1FEFF;text-shadow:0 4px 20px #00cefc4d}
.title-content-zone .headline-accent{color:#00CEFC;display:block;font-size:.85em;margin-top:12px}
.title-content-zone .intro-text{font-size:1.15em;line-height:1.6;color:#F1FEFF;opacity:.92;max-width:720px;margin:0 auto}
.noise-decoration{position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,#00cefc08 2px,#00cefc08 4px);pointer-events:none;z-index:4}
.specs-grid-section{max-width:1000px;margin:0 auto 90px;padding:0 30px}
.specs-grid-section h2{font-size:2.4em;color:#00CEFC;margin-bottom:50px;position:relative;display:inline-block}
.specs-grid-section h2::after{content:'';position:absolute;bottom:-10px;left:0;width:60%;height:3px;background:linear-gradient(90deg,#00CEFC 0%,transparent 100%)}
.requirement-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:40px}
.req-card-wrapper{background:linear-gradient(135deg,#00cefc14 0%,#16152c99 100%);border:1px solid #00cefc33;border-radius:8px;padding:32px 28px;transition:all .35s ease;position:relative;overflow:hidden}
.req-card-wrapper::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#00cefc26,transparent);transition:left .5s ease}
.req-card-wrapper:hover::before{left:100%}
.req-card-wrapper:hover{transform:translateY(-6px);border-color:#00CEFC;box-shadow:0 12px 28px #00cefc33}
.req-card-wrapper h3{font-size:1.45em;color:#F1FEFF;margin:0 0 18px;display:flex;align-items:center;gap:12px}
.req-card-wrapper h3::before{content:'';width:8px;height:8px;background:#00CEFC;border-radius:50%;box-shadow:0 0 12px #00cefc99}
.req-card-wrapper p{color:#F1FEFF;opacity:.85;line-height:1.7;margin:0 0 20px;font-size:.98em}
.spec-list-items{list-style:none;padding:0;margin:0}
.spec-list-items li{padding:10px 0 10px 28px;position:relative;color:#F1FEFF;opacity:.88;line-height:1.6;font-size:.95em}
.spec-list-items li::before{content:'→';position:absolute;left:0;color:#00CEFC;font-weight:700}
.system-comparison-area{max-width:1000px;margin:0 auto 90px;padding:0 30px}
.system-comparison-area h2{font-size:2.4em;color:#00CEFC;margin-bottom:40px}
.comparison-flex-container{display:flex;gap:40px;align-items:flex-start}
.comparison-image-side{flex:0 0 420px;position:relative}
.comparison-image-side img{width:100%;height:480px;object-fit:cover;border-radius:10px;border:2px solid #00cefc4d;box-shadow:0 8px 24px #00cefc26}
.comparison-content-side{flex:1}
.system-tabs-wrapper{margin-bottom:28px;display:flex;gap:16px;flex-wrap:wrap}
.system-tabs-wrapper input[type="radio"]{display:none}
.system-tabs-wrapper label{padding:12px 26px;background:#00cefc1a;border:1px solid #00cefc4d;border-radius:6px;color:#F1FEFF;cursor:pointer;transition:all .3s ease;font-size:.95em}
.system-tabs-wrapper label:hover{background:#00cefc33;border-color:#00CEFC}
.system-tabs-wrapper input[type="radio"]:checked + label{background:linear-gradient(135deg,#00CEFC 0%,#0099c4 100%);border-color:#00CEFC;color:#16152C;font-weight:600;box-shadow:0 4px 16px #00cefc66}
.tab-content-panel{display:none;background:linear-gradient(150deg,#16152cb3 0%,#00cefc0d 100%);border-left:4px solid #00CEFC;padding:28px 32px;border-radius:6px}
#tab1:checked ~ .tab-panels .panel-one,#tab2:checked ~ .tab-panels .panel-two,#tab3:checked ~ .tab-panels .panel-three{display:block}
.tab-content-panel h4{color:#00CEFC;font-size:1.35em;margin:0 0 16px}
.tab-content-panel p{color:#F1FEFF;opacity:.88;line-height:1.75;margin:0 0 18px}
.tab-content-panel ul{list-style:none;padding:0;margin:12px 0 0}
.tab-content-panel ul li{padding:8px 0 8px 24px;position:relative;color:#F1FEFF;opacity:.85;line-height:1.6}
.tab-content-panel ul li::before{content:'✓';position:absolute;left:0;color:#00CEFC;font-weight:700}
.support-testimonial-zone{max-width:1000px;margin:0 auto 80px;padding:0 30px}
.support-testimonial-zone h2{font-size:2.4em;color:#00CEFC;margin-bottom:50px;text-align:center}
.testimonial-masonry{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;grid-auto-flow:dense}
.testimonial-card-box{background:linear-gradient(160deg,#00cefc0f 0%,#16152ccc 100%);border:1px solid #f1feff26;border-radius:10px;padding:32px;transition:all .4s ease;position:relative}
.testimonial-card-box:hover{transform:scale(1.03);border-color:#00cefc80;box-shadow:0 16px 32px #00cefc2e}
.testimonial-card-box::before{content:'"';position:absolute;top:20px;left:20px;font-size:4em;color:#00cefc33;line-height:1}
.testimonial-header-info{display:flex;align-items:center;gap:18px;margin-bottom:20px;position:relative;z-index:2}
.testimonial-header-info img{width:64px;height:64px;border-radius:50%;border:2px solid #00CEFC;object-fit:cover}
.testimonial-person-data h5{margin:0 0 6px;color:#F1FEFF;font-size:1.15em}
.testimonial-person-data .role-label{color:#00CEFC;font-size:.9em;opacity:.9}
.testimonial-card-box p{color:#F1FEFF;opacity:.87;line-height:1.75;margin:0;position:relative;z-index:2}
@media (max-width: 768px) {
.title-content-zone h1{font-size:2.2em}
.title-hero-area{min-height:340px;margin-bottom:60px}
.specs-grid-section h2,.system-comparison-area h2,.support-testimonial-zone h2{font-size:1.9em}
.requirement-grid-layout{grid-template-columns:1fr}
.comparison-flex-container{flex-direction:column}
.comparison-image-side{flex:1;width:100%}
.comparison-image-side img{height:320px}
.testimonial-masonry{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.title-content-zone h1{font-size:1.75em}
.title-content-zone .intro-text{font-size:1em}
.req-card-wrapper{padding:24px 20px}
.system-tabs-wrapper{flex-direction:column}
.system-tabs-wrapper label{text-align:center}
}
.title-anchor-zone{position:relative;background:linear-gradient(138deg,#16152C 0%,#0a0918 100%);padding:80px 20px;overflow:hidden;margin-bottom:0}
.title-anchor-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#00cefc26 0%,transparent 70%);filter:blur(80px);pointer-events:none}
.title-anchor-zone::after{content:'';position:absolute;bottom:-40%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#f1feff14 0%,transparent 70%);filter:blur(100px);pointer-events:none}
.title-content-holder{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.title-text-segment{flex:1;min-width:0}
.title-text-segment h1{font-size:3.2em;color:#F1FEFF;margin:0 0 20px;font-weight:700;line-height:1.1;letter-spacing:-.02em}
.title-text-segment .subline-phrase{font-size:1.25em;color:#00CEFC;margin:0 0 32px;line-height:1.5;font-weight:400}
.title-button-cluster{display:flex;gap:16px;flex-wrap:wrap}
.title-button-cluster a{display:inline-block;padding:14px 32px;border-radius:8px;font-size:1.05em;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative;z-index:10}
.title-button-cluster .primary-action{background:linear-gradient(135deg,#00CEFC 0%,#0095c7 100%);color:#16152C;box-shadow:0 4px 16px #00cefc4d}
.title-button-cluster .primary-action:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00cefc66}
.title-button-cluster .secondary-action{background:transparent;color:#F1FEFF;border:2px solid #00CEFC}
.title-button-cluster .secondary-action:hover{background:#00cefc1a;border-color:#F1FEFF;transform:translateY(-2px)}
.title-image-holder{flex:0 0 400px;position:relative}
.title-image-holder img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #00000080 0 0 60px #00cefc33}
.learning-methods-wrapper{background:#0d0b1a;padding:90px 20px;position:relative}
.learning-methods-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#00CEFC 50%,transparent 100%)}
.learning-methods-container{max-width:1000px;margin:0 auto}
.learning-methods-container h2{font-size:2.5em;color:#F1FEFF;text-align:center;margin:0 0 24px;font-weight:700}
.learning-methods-container .intro-description{text-align:center;color:#00CEFC;font-size:1.15em;margin:0 auto 60px;max-width:700px;line-height:1.6}
.methods-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.method-card-item{background:linear-gradient(145deg,#16152C 0%,#1a1830 100%);padding:40px 28px;border-radius:10px;border:1px solid #00cefc26;transition:all .3s ease;position:relative;overflow:hidden}
.method-card-item::before{content:'';position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:radial-gradient(circle,#00cefc1a 0%,transparent 70%);transition:all .4s ease}
.method-card-item:hover{transform:translateY(-4px);border-color:#00CEFC;box-shadow:0 8px 32px #00cefc33}
.method-card-item:hover::before{top:-20%;right:-20%}
.method-card-item h3{font-size:1.5em;color:#00CEFC;margin:0 0 16px;position:relative;z-index:1}
.method-card-item p{color:#F1FEFF;line-height:1.7;margin:0;font-size:1.05em;position:relative;z-index:1}
.connections-segment{background:linear-gradient(160deg,#16152C 0%,#0f0e1f 100%);padding:80px 20px;position:relative}
.connections-content-holder{max-width:1000px;margin:0 auto;display:flex;gap:50px;align-items:center}
.connections-visual-side{flex:0 0 420px}
.connections-visual-side img{width:100%;height:500px;object-fit:cover;border-radius:10px;box-shadow:0 16px 48px #0009}
.connections-text-side{flex:1}
.connections-text-side h2{font-size:2.4em;color:#F1FEFF;margin:0 0 20px;font-weight:700}
.connections-text-side .emphasis-line{font-size:1.2em;color:#00CEFC;margin:0 0 28px;line-height:1.5}
.connections-text-side p{color:#F1FEFF;line-height:1.75;margin:0 0 20px;font-size:1.05em}
.audience-range-section{background:#0a0918;padding:85px 20px;position:relative}
.audience-range-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,#00cefc66 50%,transparent 100%)}
.audience-container{max-width:1000px;margin:0 auto}
.audience-container h2{font-size:2.6em;color:#F1FEFF;text-align:center;margin:0 0 20px;font-weight:700}
.audience-container .subtitle-text{text-align:center;color:#00CEFC;font-size:1.15em;margin:0 auto 56px;max-width:680px;line-height:1.6}
.audience-profiles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.profile-box{background:linear-gradient(140deg,#16152C 0%,#1c1a38 100%);padding:36px 24px;border-radius:8px;border-left:4px solid #00CEFC;transition:all .3s ease}
.profile-box:hover{transform:scale(1.03);box-shadow:0 12px 32px #00cefc40;border-left-width:6px}
.profile-box h3{font-size:1.4em;color:#00CEFC;margin:0 0 14px}
.profile-box p{color:#F1FEFF;line-height:1.65;margin:0;font-size:1.02em}
.platform-foundation-zone{background:linear-gradient(155deg,#0d0b1a 0%,#16152C 100%);padding:80px 20px}
.platform-foundation-container{max-width:1000px;margin:0 auto}
.platform-foundation-container h2{font-size:2.5em;color:#F1FEFF;margin:0 0 48px;text-align:center;font-weight:700}
.foundation-items-layout{display:flex;flex-direction:column;gap:24px}
.foundation-element{background:#16152C;border-radius:10px;overflow:hidden;border:1px solid #00cefc33;transition:all .3s ease}
.foundation-element:hover{border-color:#00CEFC;box-shadow:0 8px 28px #00cefc26}
.foundation-element input[type="checkbox"]{display:none}
.foundation-header-toggle{display:flex;align-items:center;justify-content:space-between;padding:28px 32px;cursor:pointer;background:linear-gradient(135deg,#16152C 0%,#1a1833 100%);transition:background .3s ease}
.foundation-header-toggle:hover{background:linear-gradient(135deg,#1a1833 0%,#1e1c3a 100%)}
.foundation-header-toggle h3{margin:0;font-size:1.4em;color:#00CEFC;font-weight:600}
.foundation-header-toggle::after{content:'+';font-size:1.8em;color:#00CEFC;transition:transform .3s ease;font-weight:300}
.foundation-element input[type="checkbox"]:checked + .foundation-header-toggle::after{transform:rotate(45deg)}
.foundation-content-reveal{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 32px}
.foundation-element input[type="checkbox"]:checked ~ .foundation-content-reveal{max-height:800px;padding:0 32px 28px}
.foundation-content-reveal p{color:#F1FEFF;line-height:1.75;margin:16px 0 0;font-size:1.05em}
.directions-showcase-area{background:#0a0918;padding:90px 20px;position:relative}
.directions-showcase-area::before{content:'';position:absolute;top:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#00CEFC 50%,transparent 100%)}
.directions-container{max-width:1000px;margin:0 auto}
.directions-container h2{font-size:2.6em;color:#F1FEFF;margin:0 0 24px;text-align:center;font-weight:700}
.directions-container .intro-note{text-align:center;color:#00CEFC;font-size:1.15em;margin:0 auto 56px;max-width:720px;line-height:1.6}
.directions-showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.direction-showcase-card{background:linear-gradient(142deg,#16152C 0%,#1b1936 100%);border-radius:10px;overflow:hidden;border:1px solid #00cefc26;transition:all .3s ease;position:relative}
.direction-showcase-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#00CEFC 0%,#0095c7 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.direction-showcase-card:hover{transform:translateY(-6px);border-color:#00CEFC;box-shadow:0 12px 40px #00cefc40}
.direction-showcase-card:hover::before{transform:scaleX(1)}
.direction-image-zone img{width:100%;height:240px;object-fit:cover}
.direction-text-zone{padding:32px 28px}
.direction-text-zone h3{font-size:1.5em;color:#00CEFC;margin:0 0 16px;font-weight:600}
.direction-text-zone p{color:#F1FEFF;line-height:1.7;margin:0 0 20px;font-size:1.05em}
.direction-text-zone .learn-action{display:inline-block;padding:10px 24px;background:transparent;color:#00CEFC;border:2px solid #00CEFC;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;font-size:.95em}
.direction-text-zone .learn-action:hover{background:#00CEFC;color:#16152C;transform:translateX(4px)}
@media (max-width: 900px) {
.title-content-holder{flex-direction:column;gap:40px}
.title-image-holder{flex:0 0 auto;width:100%;max-width:500px}
.title-text-segment h1{font-size:2.5em}
.connections-content-holder{flex-direction:column-reverse}
.connections-visual-side{flex:0 0 auto;width:100%}
.audience-profiles-grid{grid-template-columns:1fr}
.directions-showcase-grid{grid-template-columns:1fr}
}
@media (max-width: 600px) {
.title-anchor-zone{padding:60px 20px}
.title-text-segment h1{font-size:2em}
.title-text-segment .subline-phrase{font-size:1.1em}
.title-button-cluster{flex-direction:column}
.title-button-cluster a{width:100%;text-align:center}
.title-image-holder img{height:320px}
.learning-methods-wrapper,.connections-segment,.audience-range-section,.platform-foundation-zone,.directions-showcase-area{padding:60px 20px}
.learning-methods-container h2,.audience-container h2,.platform-foundation-container h2,.directions-container h2{font-size:2em}
.connections-text-side h2{font-size:2em}
.methods-grid-layout{grid-template-columns:1fr}
.connections-visual-side img{height:360px}
}
.contact-hero-shell{position:relative;padding:90px 20px;background:linear-gradient(135deg,#16152C 0%,#1a1940 100%);overflow:hidden;margin-bottom:60px}
.contact-hero-shell::before{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#00cefc26 0%,transparent 70%);top:-100px;right:-100px;z-index:1}
.contact-hero-shell::after{content:'';position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#f1feff14 0%,transparent 70%);bottom:-80px;left:-80px;z-index:1}
.hero-content-division{max-width:1000px;margin:0 auto;position:relative;z-index:2;display:flex;gap:50px;align-items:center}
.hero-text-column h1{font-size:2.8rem;color:#F1FEFF;margin-bottom:25px;line-height:1.2}
.hero-text-column .intro-description{font-size:1.1rem;color:#00CEFC;line-height:1.6;margin-bottom:0}
.hero-visual-column{flex-shrink:0}
.hero-visual-column img{width:320px;height:240px;object-fit:cover;border-radius:8px;box-shadow:0 12px 32px #0006}
.contact-methods-segment{max-width:1000px;margin:0 auto 70px;padding:0 20px}
.methods-headline{font-size:2rem;color:#F1FEFF;text-align:center;margin-bottom:50px}
.methods-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.method-card-wrapper{background:linear-gradient(145deg,#1a1940 0%,#16152C 100%);padding:35px;border-radius:10px;box-shadow:0 8px 24px #0000004d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #00cefc26}
.method-card-wrapper:hover{transform:translateY(-5px);box-shadow:0 16px 40px #00cefc33}
.method-card-wrapper h3{font-size:1.4rem;color:#00CEFC;margin-bottom:18px}
.method-card-wrapper p{color:#F1FEFF;line-height:1.6;margin-bottom:20px;font-size:.95rem}
.method-card-wrapper a{color:#00CEFC;text-decoration:none;font-weight:500;transition:color .3s ease;display:inline-block}
.method-card-wrapper a:hover{color:#F1FEFF}
.form-section-container{max-width:1000px;margin:0 auto 70px;padding:0 20px}
.form-section-container h2{font-size:2rem;color:#F1FEFF;text-align:center;margin-bottom:45px}
.form-interior-shell{background:linear-gradient(145deg,#1a1940 0%,#16152C 100%);padding:50px;border-radius:12px;box-shadow:0 12px 32px #0006;border:1px solid #00cefc33}
.form-interior-shell form{display:flex;flex-direction:column;gap:28px}
.form-field-bundle label{display:block;color:#00CEFC;font-weight:500;margin-bottom:10px;font-size:.95rem}
.form-field-bundle input[type="text"],.form-field-bundle input[type="email"],.form-field-bundle select{width:100%;padding:14px 18px;background:#16152C;border:1px solid #00cefc4d;border-radius:6px;color:#F1FEFF;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;box-shadow:inset 0 2px 4px #0003}
.form-field-bundle input[type="text"]:focus,.form-field-bundle input[type="email"]:focus,.form-field-bundle select:focus{outline:none;border-color:#00CEFC;box-shadow:0 0 0 3px #00cefc26}
.priority-selector-area{display:flex;gap:15px;flex-wrap:wrap}
.priority-option-wrapper{position:relative}
.priority-option-wrapper input[type="radio"]{position:absolute;opacity:0}
.priority-option-wrapper label{display:block;padding:12px 24px;background:#16152C;border:2px solid #00cefc4d;border-radius:6px;color:#F1FEFF;cursor:pointer;transition:all .3s ease}
.priority-option-wrapper input[type="radio"]:checked + label{background:linear-gradient(135deg,#00CEFC 0%,#16152C 100%);border-color:#00CEFC;box-shadow:0 4px 12px #00cefc4d}
.privacy-consent-area{display:flex;align-items:flex-start;gap:12px}
.privacy-consent-area input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer}
.privacy-consent-area label{color:#F1FEFF;font-size:.9rem;line-height:1.5;margin:0}
.privacy-consent-area a{color:#00CEFC;text-decoration:underline}
.submit-button-area{margin-top:10px}
.submit-button-area button{width:100%;padding:16px;background:linear-gradient(135deg,#00CEFC 0%,#16152C 100%);border:none;border-radius:8px;color:#F1FEFF;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 20px #00cefc4d}
.submit-button-area button:hover{transform:scale(1.02);box-shadow:0 12px 28px #00cefc66}
.location-info-block{max-width:1000px;margin:0 auto 70px;padding:0 20px}
.location-info-block h2{font-size:2rem;color:#F1FEFF;text-align:center;margin-bottom:40px}
.location-details-wrapper{background:linear-gradient(145deg,#1a1940 0%,#16152C 100%);padding:45px;border-radius:10px;box-shadow:0 10px 28px #00000059;border:1px solid #00cefc33;display:flex;gap:40px;align-items:center}
.location-visual-holder img{width:380px;height:285px;object-fit:cover;border-radius:8px;box-shadow:0 8px 20px #0000004d}
.location-text-section{flex:1}
.location-text-section h3{font-size:1.6rem;color:#00CEFC;margin-bottom:25px}
.location-text-section p{color:#F1FEFF;line-height:1.7;margin-bottom:15px;font-size:1rem}
.address-line{font-weight:500;color:#00CEFC}
.why-reach-segment{max-width:1000px;margin:0 auto;padding:0 20px 80px}
.why-reach-segment h2{font-size:2rem;color:#F1FEFF;text-align:center;margin-bottom:50px}
.reasons-collection{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:35px}
.reason-item-box{background:linear-gradient(145deg,#1a1940 0%,#16152C 100%);padding:35px 30px;border-radius:8px;box-shadow:0 8px 22px #0000004d;border-left:4px solid #00CEFC;transition:transform .3s ease,box-shadow .3s ease}
.reason-item-box:hover{transform:translateX(8px);box-shadow:0 12px 30px #00cefc33}
.reason-item-box h4{font-size:1.3rem;color:#00CEFC;margin-bottom:15px}
.reason-item-box p{color:#F1FEFF;line-height:1.6;margin:0;font-size:.95rem}
@media (max-width: 768px) {
.contact-hero-shell{padding:60px 20px}
.hero-content-division{flex-direction:column;gap:35px}
.hero-text-column h1{font-size:2rem}
.hero-visual-column img{width:100%;max-width:320px;height:auto}
.methods-headline,.form-section-container h2,.location-info-block h2,.why-reach-segment h2{font-size:1.6rem}
.methods-grid-layout{grid-template-columns:1fr}
.form-interior-shell{padding:30px 25px}
.priority-selector-area{flex-direction:column}
.location-details-wrapper{flex-direction:column;padding:30px}
.location-visual-holder img{width:100%;max-width:380px;height:auto}
.reasons-collection{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.hero-text-column h1{font-size:1.7rem}
.hero-text-column .intro-description{font-size:1rem}
.method-card-wrapper{padding:25px}
.form-interior-shell{padding:25px 20px}
.location-details-wrapper{padding:25px 20px}
}
.title-wrap{position:relative;padding:0;margin:0 auto 4rem;max-width:1000px;overflow:hidden}
.title-wrap .image-holder{position:relative;width:100%;height:380px;overflow:hidden}
.title-wrap .image-holder::before,.title-wrap .image-holder::after{content:'';position:absolute;left:0;width:100%;height:120px;z-index:2;pointer-events:none}
.title-wrap .image-holder::before{top:0;background:linear-gradient(180deg,#16152C 0%,#16152cb3 40%,transparent 100%)}
.title-wrap .image-holder::after{bottom:0;background:linear-gradient(0deg,#16152C 0%,#16152cb3 40%,transparent 100%)}
.title-wrap .image-holder img{width:100%;height:100%;object-fit:cover;object-position:center}
.title-wrap .main-heading-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;width:90%;max-width:800px;text-align:center}
.title-wrap .main-heading-wrap h1{font-size:3rem;font-weight:700;color:#F1FEFF;text-shadow:0 2px 8px #0009;margin:0;line-height:1.2}
.title-wrap .geometric-accent{position:absolute;width:80px;height:80px;border:2px solid #00CEFC;opacity:.3;z-index:1;animation:float-rotate 8s ease-in-out infinite}
.title-wrap .accent-top{top:40px;left:60px;transform:rotate(15deg);animation-delay:0s}
.title-wrap .accent-bottom{bottom:50px;right:80px;transform:rotate(-25deg);animation-delay:2s}
@keyframes float-rotate {
0%,100%{transform:translateY(0) rotate(15deg)}
50%{transform:translateY(-20px) rotate(30deg)}
}
.foundation-wrap{max-width:1000px;margin:0 auto 5rem;padding:0 1.5rem}
.foundation-wrap .intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}
.foundation-wrap .intro-text-section h2{font-size:2rem;color:#00CEFC;margin:0 0 1.5rem;font-weight:600}
.foundation-wrap .intro-text-section p{font-size:1rem;line-height:1.7;color:#F1FEFF;margin:0 0 1rem}
.foundation-wrap .detail-block{background:linear-gradient(135deg,#00cefc14 0%,#f1feff08 100%);padding:2rem;border-radius:8px;border-left:3px solid #00CEFC}
.foundation-wrap .detail-block h3{font-size:1.3rem;color:#F1FEFF;margin:0 0 1rem;font-weight:600}
.foundation-wrap .detail-block p{font-size:.95rem;line-height:1.6;color:#f1feffd9;margin:0}
.foundation-wrap .image-showcase{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem}
.foundation-wrap .image-showcase img{width:100%;height:240px;object-fit:cover;border-radius:6px;box-shadow:0 4px 16px #00cefc26;transition:transform .3s ease,box-shadow .3s ease}
.foundation-wrap .image-showcase img:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00cefc40}
.team-expertise-section{max-width:1000px;margin:0 auto 5rem;padding:0 1.5rem}
.team-expertise-section .section-intro{text-align:center;margin-bottom:3rem}
.team-expertise-section .section-intro h2{font-size:2.2rem;color:#00CEFC;margin:0 0 1rem;font-weight:600;position:relative;display:inline-block}
.team-expertise-section .section-intro h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,transparent,#00CEFC,transparent)}
.team-expertise-section .section-intro p{font-size:1.05rem;line-height:1.6;color:#f1feffcc;max-width:700px;margin:1.5rem auto 0}
.team-expertise-section .profile-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:3rem}
.team-expertise-section .profile-card-item{background:#16152c66;border-radius:10px;overflow:hidden;border:1px solid #00cefc33;transition:transform .3s ease,border-color .3s ease;position:relative}
.team-expertise-section .profile-card-item:hover{transform:scale(1.02);border-color:#00cefc80}
.team-expertise-section .profile-card-item .photo-area{width:100%;height:280px;overflow:hidden;position:relative}
.team-expertise-section .profile-card-item .photo-area img{width:100%;height:100%;object-fit:cover}
.team-expertise-section .profile-card-item .info-area{padding:1.8rem}
.team-expertise-section .profile-card-item .info-area h3{font-size:1.4rem;color:#F1FEFF;margin:0 0 .5rem;font-weight:600}
.team-expertise-section .profile-card-item .info-area .role-label{font-size:.9rem;color:#00CEFC;margin:0 0 1rem;font-weight:500}
.team-expertise-section .profile-card-item .info-area p{font-size:.95rem;line-height:1.6;color:#f1feffbf;margin:0}
.team-expertise-section .approach-content{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}
.team-expertise-section .approach-text h3{font-size:1.6rem;color:#F1FEFF;margin:0 0 1.5rem;font-weight:600}
.team-expertise-section .approach-text p{font-size:1rem;line-height:1.7;color:#f1feffd9;margin:0 0 1.2rem}
.team-expertise-section .highlighted-features{display:flex;flex-direction:column;gap:1.5rem}
.team-expertise-section .feature-item-box{background:linear-gradient(120deg,#00cefc1a 0%,#f1feff0d 100%);padding:1.5rem;border-radius:8px;border-left:4px solid #00CEFC;position:relative}
.team-expertise-section .feature-item-box h4{font-size:1.1rem;color:#00CEFC;margin:0 0 .8rem;font-weight:600}
.team-expertise-section .feature-item-box p{font-size:.9rem;line-height:1.6;color:#f1feffbf;margin:0}
.connection-cta-block{max-width:1000px;margin:0 auto;padding:0 1.5rem 4rem}
.connection-cta-block .cta-visual-wrapper{background:linear-gradient(145deg,#16152ccc 0%,#00cefc1f 100%);border-radius:12px;padding:3rem 2.5rem;text-align:center;position:relative;overflow:hidden;border:1px solid #00cefc4d}
.connection-cta-block .cta-visual-wrapper::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#00cefc14 0%,transparent 70%);animation:pulse-glow 6s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{opacity:.5;transform:scale(1)}
50%{opacity:.8;transform:scale(1.1)}
}
.connection-cta-block .cta-content-inner{position:relative;z-index:2}
.connection-cta-block .cta-content-inner h2{font-size:2rem;color:#F1FEFF;margin:0 0 1rem;font-weight:600}
.connection-cta-block .cta-content-inner p{font-size:1.05rem;line-height:1.6;color:#f1feffd9;max-width:600px;margin:0 auto 2rem}
.connection-cta-block .action-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.connection-cta-block .action-buttons a{display:inline-block;padding:.9rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative;z-index:3}
.connection-cta-block .action-buttons .primary-cta{background:#00CEFC;color:#16152C;box-shadow:0 4px 16px #00cefc4d}
.connection-cta-block .action-buttons .primary-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00cefc73;background:#00b8e6}
.connection-cta-block .action-buttons .secondary-cta{background:transparent;color:#F1FEFF;border:2px solid #00CEFC}
.connection-cta-block .action-buttons .secondary-cta:hover{background:#00cefc26;transform:translateY(-2px);border-color:#F1FEFF}
@media (max-width: 768px) {
.title-wrap .image-holder{height:280px}
.title-wrap .main-heading-wrap h1{font-size:2rem}
.title-wrap .geometric-accent{width:50px;height:50px}
.foundation-wrap .intro-grid{grid-template-columns:1fr;gap:2rem}
.foundation-wrap .image-showcase{grid-template-columns:1fr}
.team-expertise-section .profile-cards{grid-template-columns:1fr}
.team-expertise-section .approach-content{grid-template-columns:1fr}
.connection-cta-block .cta-visual-wrapper{padding:2rem 1.5rem}
.connection-cta-block .action-buttons{flex-direction:column;align-items:stretch}
.connection-cta-block .action-buttons a{text-align:center}
}
@media (max-width: 480px) {
.title-wrap .image-holder{height:220px}
.title-wrap .main-heading-wrap h1{font-size:1.6rem}
.foundation-wrap .detail-block{padding:1.5rem}
.team-expertise-section .profile-card-item .photo-area{height:240px}
}
.program-hero-wrapper{background:linear-gradient(162deg,#16152C 0%,#1a1845 50%,#16152C 100%);padding:80px 20px;position:relative;overflow:hidden}
.program-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#00cefc14 0%,transparent 70%);animation:subtle-pulse 8s ease-in-out infinite}
@keyframes subtle-pulse {
0%,100%{transform:scale(1);opacity:.6}
50%{transform:scale(1.1);opacity:.8}
}
.hero-content-main{max-width:1000px;margin:0 auto;display:flex;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-division{flex:1}
.hero-text-division h1{color:#F1FEFF;font-size:2.8rem;margin:0 0 24px;line-height:1.2}
.hero-text-division p{color:#F1FEFF;font-size:1.1rem;line-height:1.7;margin:0 0 32px;opacity:.9}
.cta-button-primary{display:inline-block;background:linear-gradient(135deg,#00CEFC 0%,#0098c7 100%);color:#16152C;padding:16px 36px;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 8px 24px #00cefc40;position:relative;z-index:10}
.cta-button-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 12px 32px #00cefc59}
.hero-image-container{flex:0 0 420px;position:relative}
.hero-image-container img{width:100%;height:340px;object-fit:cover;border-radius:12px;filter:grayscale(100%) contrast(1.2);mix-blend-mode:screen;opacity:.7}
.program-format-section{background:#0f0e1f;padding:90px 20px}
.format-inner-wrap{max-width:1000px;margin:0 auto}
.format-inner-wrap h2{color:#F1FEFF;font-size:2.2rem;text-align:center;margin:0 0 60px}
.format-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.format-card-item{background:linear-gradient(145deg,#1a1845 0%,#16152C 100%);padding:36px;border-radius:10px;border:1px solid #00cefc26;transition:all .3s ease;position:relative}
.format-card-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#00CEFC 0%,#0098c7 100%);transition:height .3s ease;border-radius:10px 0 0 10px}
.format-card-item:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00cefc33;border-color:#00cefc4d}
.format-card-item:hover::before{height:100%}
.format-card-item h3{color:#00CEFC;font-size:1.4rem;margin:0 0 16px}
.format-card-item p{color:#F1FEFF;line-height:1.7;margin:0;opacity:.85}
.testimonial-showcase-wrapper{padding:90px 20px;background:linear-gradient(215deg,#16152C 0%,#1f1d3a 100%);position:relative}
.testimonial-showcase-wrapper::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#00CEFC 50%,transparent 100%)}
.testimonial-content-box{max-width:1000px;margin:0 auto}
.testimonial-content-box h2{color:#F1FEFF;font-size:2.2rem;margin:0 0 20px}
.testimonial-intro-text{color:#F1FEFF;font-size:1.05rem;margin:0 0 50px;opacity:.85;max-width:700px}
.testimonial-grid-display{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.testimonial-card-unit{background:#1a184599;padding:32px;border-radius:8px;border-left:3px solid #00CEFC;display:flex;gap:24px;transition:all .3s ease}
.testimonial-card-unit:hover{background:#1a1845cc;transform:translateX(4px);box-shadow:0 8px 24px #00cefc26}
.testimonial-avatar-box{flex:0 0 80px}
.testimonial-avatar-box img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #00CEFC}
.testimonial-text-content{flex:1}
.testimonial-text-content p{color:#F1FEFF;line-height:1.6;margin:0 0 12px;font-style:italic;opacity:.9}
.testimonial-author-name{color:#00CEFC;font-weight:600;margin:0;font-style:normal}
.investment-details-section{background:#0f0e1f;padding:90px 20px}
.investment-container-main{max-width:1000px;margin:0 auto}
.investment-container-main h2{color:#F1FEFF;font-size:2.2rem;margin:0 0 48px;text-align:center}
.investment-flex-layout{display:flex;gap:50px;align-items:flex-start}
.investment-image-side{flex:0 0 380px}
.investment-image-side img{width:100%;height:460px;object-fit:cover;border-radius:10px;box-shadow:0 12px 40px #00cefc26}
.investment-info-side{flex:1}
.pricing-detail-block{background:linear-gradient(135deg,#1a1845 0%,#16152C 100%);padding:40px;border-radius:10px;margin-bottom:28px;border:1px solid #00cefc33}
.pricing-detail-block h3{color:#00CEFC;font-size:1.5rem;margin:0 0 20px}
.pricing-detail-block p{color:#F1FEFF;line-height:1.7;margin:0 0 16px;opacity:.9}
.pricing-detail-block p:last-child{margin-bottom:0}
.feature-list-styled{list-style:none;padding:0;margin:0}
.feature-list-styled li{color:#F1FEFF;padding:12px 0;padding-left:32px;position:relative;line-height:1.6;opacity:.9}
.feature-list-styled li::before{content:'';position:absolute;left:0;top:16px;width:18px;height:18px;background:linear-gradient(135deg,#00CEFC 0%,#0098c7 100%);border-radius:3px;transform:rotate(45deg)}
.cta-secondary-button{display:inline-block;background:transparent;color:#00CEFC;padding:14px 32px;text-decoration:none;border-radius:8px;border:2px solid #00CEFC;font-weight:600;transition:all .3s ease;margin-top:24px;position:relative;z-index:10}
.cta-secondary-button:hover{background:#00CEFC;color:#16152C;transform:scale(1.03);box-shadow:0 8px 24px #00cefc4d}
@media (max-width: 900px) {
.hero-content-main{flex-direction:column;gap:40px}
.hero-image-container{flex:0 0 auto;width:100%}
.hero-image-container img{height:280px}
.hero-text-division h1{font-size:2.2rem}
.investment-flex-layout{flex-direction:column;gap:40px}
.investment-image-side{flex:0 0 auto;width:100%}
.investment-image-side img{height:320px}
.testimonial-grid-display{grid-template-columns:1fr}
}
@media (max-width: 600px) {
.program-hero-wrapper{padding:60px 20px}
.hero-text-division h1{font-size:1.8rem}
.format-grid-layout{grid-template-columns:1fr}
.format-inner-wrap h2,.testimonial-content-box h2,.investment-container-main h2{font-size:1.8rem}
.testimonial-card-unit{flex-direction:column;gap:16px}
.pricing-detail-block{padding:28px}
}
.confirmation-wrapper{background:linear-gradient(147deg,#16152C 0%,#0a0918 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.confirmation-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#00cefc14 0%,transparent 70%);border-radius:50%}
.confirmation-wrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#f1feff0a 0%,transparent 70%);border-radius:50%}
.msg-box-container{max-width:680px;width:100%;margin:0 auto;position:relative;z-index:2}
.msg-content-block{background:#16152cb3;border:1px solid #00cefc33;border-radius:8px;padding:64px 48px;text-align:center;box-shadow:0 24px 48px #0006 0 0 80px #00cefc1a;backdrop-filter:blur(10px)}
.check-icon-wrapper{width:90px;height:90px;margin:0 auto 32px;position:relative}
.check-icon-wrapper svg{width:100%;height:100%}
.success-circle{fill:none;stroke:#00CEFC;stroke-width:3;stroke-dasharray:283;stroke-dashoffset:283;animation:draw-circle .8s ease-out forwards}
.success-checkmark{fill:none;stroke:#00CEFC;stroke-width:3;stroke-linecap:round;stroke-dasharray:70;stroke-dashoffset:70;animation:draw-check .6s .4s ease-out forwards}
@keyframes draw-circle {
to{stroke-dashoffset:0}
}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.msg-content-block h1{color:#F1FEFF;font-size:32px;margin:0 0 20px;font-weight:600;letter-spacing:-.5px}
.msg-description-text{color:#f1feffcc;font-size:17px;line-height:1.7;margin:0 0 40px;max-width:520px;margin-left:auto;margin-right:auto}
.action-links-group{display:flex;flex-direction:column;gap:16px;align-items:center}
.primary-action-btn{display:inline-block;background:linear-gradient(135deg,#00CEFC 0%,#0098c9 100%);color:#16152C;padding:16px 48px;border-radius:6px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 8px 24px #00cefc4d}
.primary-action-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00cefc66;background:linear-gradient(135deg,#0098c9 0%,#00CEFC 100%)}
.secondary-action-link{color:#00CEFC;text-decoration:none;font-size:15px;transition:all .3s ease;position:relative}
.secondary-action-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#00CEFC;transition:width .3s ease}
.secondary-action-link:hover::after{width:100%}
.secondary-action-link:hover{color:#F1FEFF}
.info-cards-section{background:#0a0918;padding:80px 20px}
.cards-inner-wrapper{max-width:1000px;margin:0 auto}
.info-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.detail-card{background:linear-gradient(145deg,#16152ccc 0%,#100f22e6 100%);border:1px solid #00cefc26;border-radius:6px;padding:36px 28px;transition:all .3s ease;position:relative;overflow:hidden}
.detail-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#00CEFC 0%,#0098c9 100%);transition:height .3s ease}
.detail-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00cefc33;border-color:#00cefc4d}
.detail-card:hover::before{height:100%}
.card-icon-block{width:56px;height:56px;background:#00cefc1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.card-icon-block svg{width:28px;height:28px;fill:#00CEFC}
.detail-card h3{color:#F1FEFF;font-size:20px;margin:0 0 12px;font-weight:600}
.card-info-text{color:#f1feffbf;font-size:15px;line-height:1.6;margin:0}
.contact-info-link{color:#00CEFC;text-decoration:none;transition:color .3s ease;display:inline-block;margin-top:8px}
.contact-info-link:hover{color:#F1FEFF}
@media (max-width: 768px) {
.confirmation-wrapper{padding:40px 20px;min-height:70vh}
.msg-content-block{padding:48px 32px}
.msg-content-block h1{font-size:26px}
.msg-description-text{font-size:16px}
.primary-action-btn{padding:14px 36px;font-size:15px}
.info-cards-section{padding:60px 20px}
.info-cards-grid{grid-template-columns:1fr;gap:24px}
.detail-card{padding:28px 24px}
}
@media (max-width: 480px) {
.check-icon-wrapper{width:70px;height:70px}
.msg-content-block{padding:36px 24px}
.msg-content-block h1{font-size:23px}
.primary-action-btn{width:100%;text-align:center}
}