html{scroll-behavior:smooth}
body{margin:0;padding:0;font-family:'Work Sans',sans-serif;background:#FFF;color:#101F21;line-height:1.7}
ul,ol,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
ul{list-style:none}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;cursor:pointer}
.hd-container{max-width:1440px;margin:0 auto;padding:0 24px}
.hd-wrap{background:#FFF;border-bottom:1px solid #101f211f}
.hd-top-row{display:flex;justify-content:space-between;align-items:center;padding:28px 0;gap:40px}
.logo-area{display:flex;align-items:center;gap:16px}
.logo-area img{width:110px;height:110px;box-shadow:0 2px 8px #101f2114;border-radius:3px}
.credentials-section{flex:1;max-width:480px}
.credentials-section p{font-size:15px;line-height:1.6;color:#101f21bf;margin:0}
.hd-nav-row{border-top:1px solid #101f2114;padding:16px 0;display:flex;justify-content:space-between;align-items:center}
.main-nv{display:flex;gap:32px;align-items:center}
.main-nv a{font-size:15px;font-weight:500;color:#101F21;transition:color .2s ease}
.main-nv a:hover{color:#02D8E8}
.cta-btn-container a{display:inline-block;padding:12px 28px;background:#02D8E8;color:#101F21;font-weight:600;font-size:14px;border-radius:3px;transition:background .2s ease}
.cta-btn-container a:hover{background:#02d8e8d9}
@media (max-width: 1024px) {
.hd-top-row{flex-direction:column;align-items:flex-start}
.credentials-section{max-width:100%}
.hd-nav-row{flex-direction:column;gap:20px;align-items:flex-start}
.main-nv{flex-wrap:wrap}
.cta-btn-container{width:100%}
.cta-btn-container a{width:100%;text-align:center}
}
@media (max-width: 640px) {
.logo-area{flex-direction:column;align-items:flex-start}
.main-nv{flex-direction:column;gap:16px;width:100%}
.main-nv a{width:100%}
}
.ft-container{max-width:1440px;margin:0 auto;padding:0 24px}
.ft-master{background:#101F21;color:#FFF;padding-top:70px}
.ft-cascade-layout{display:grid;grid-template-columns:1fr 1fr 1fr;gap:50px;padding-bottom:50px;border-bottom:1px solid #02d8e840}
.ft-step-1{padding-left:0}
.ft-step-2{padding-left:30px;padding-top:35px}
.ft-step-3{padding-left:60px;padding-top:70px}
.ft-logo-zone img{width:95px;height:95px;margin-bottom:22px;border-radius:2px}
.ft-step-1 p{font-size:14px;line-height:1.7;color:#ffffffbf}
.ft-step-2 h3,.ft-step-3 h3{font-size:16px;font-weight:600;margin-bottom:18px;color:#02D8E8}
.ft-link-set{display:flex;flex-direction:column;gap:12px}
.ft-link-set a{font-size:14px;color:#fffc;transition:color .2s ease;position:relative;padding-left:14px}
.ft-link-set a::before{content:"→";position:absolute;left:0;color:#02D8E8;font-weight:600}
.ft-link-set a:hover{color:#02D8E8}
.ft-bottom-bar{padding:30px 0;text-align:center}
.ft-bottom-bar p{font-size:13px;color:#fff9;margin:0}
@media (max-width: 1024px) {
.ft-cascade-layout{grid-template-columns:1fr;gap:40px}
.ft-step-2,.ft-step-3{padding-left:0;padding-top:0}
}
.consent-overlay{position:fixed;bottom:30px;right:30px;background:#FFF;border:2px solid #101F21;border-radius:4px;padding:28px;max-width:420px;box-shadow:0 12px 40px #101f2140;z-index:9999;display:none}
.consent-overlay.visible{display:block;animation:slideUpFade .4s ease-out}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.consent-title{font-size:18px;font-weight:700;color:#101F21;margin-bottom:14px}
.consent-text{font-size:14px;line-height:1.6;color:#101f21cc;margin-bottom:22px}
.consent-categories{margin-bottom:22px}
.consent-category{margin-bottom:14px;padding:12px;background:#02d8e80f;border-radius:2px}
.consent-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.consent-category-name{font-size:14px;font-weight:600;color:#101F21}
.consent-toggle{position:relative;width:44px;height:24px;cursor:pointer}
.consent-toggle input{opacity:0;width:0;height:0}
.toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background:#101f2133;border-radius:24px;transition:background .3s ease}
.toggle-slider::before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#FFF;border-radius:50%;transition:transform .3s ease}
.consent-toggle input:checked + .toggle-slider{background:#02D8E8}
.consent-toggle input:checked + .toggle-slider::before{transform:translateX(20px)}
.consent-category-desc{font-size:12px;color:#101f21b3;line-height:1.5}
.consent-actions{display:flex;gap:12px}
.consent-btn{flex:1;padding:12px 20px;border:none;border-radius:3px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}
.consent-btn.accept{background:#02D8E8;color:#101F21}
.consent-btn.accept:hover{background:#02d8e8d9}
.consent-btn.decline{background:none;color:#101F21;border:2px solid #101F21}
.consent-btn.decline:hover{background:#101f210d}
@media (max-width: 640px) {
.consent-overlay{bottom:0;right:0;left:0;max-width:100%;border-radius:0;border-left:none;border-right:none;border-bottom:none}
.consent-actions{flex-direction:column}
}
.lrn-hero{background:linear-gradient(135deg,#101F21 0%,#02D8E8 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.lrn-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff0d;border-radius:50%}
.hero-container{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.hero-container h1{color:#FFF;font-size:2.8rem;margin-bottom:1.2rem;line-height:1.2}
.hero-container .subhd{color:#ffffffe6;font-size:1.3rem;margin-bottom:2rem;max-width:720px}
.hero-container .intro-tx{color:#ffffffd9;font-size:1.05rem;line-height:1.7;max-width:680px}
.prg-structure{padding:5rem 1.5rem;background:#FFF}
.structure-wrapper{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}
.structure-wrapper .img-blck{position:relative}
.structure-wrapper .img-blck img{width:100%;height:480px;object-fit:cover;border-radius:4px;box-shadow:0 12px 28px #101f2126}
.structure-wrapper .img-blck::after{content:'';position:absolute;bottom:-20px;right:-20px;width:100%;height:100%;border:3px solid #02D8E8;border-radius:4px;z-index:-1}
.structure-wrapper .content-blck h2{color:#101F21;font-size:2.2rem;margin-bottom:1.5rem;position:relative;padding-left:1rem}
.structure-wrapper .content-blck h2::before{content:'';position:absolute;left:0;top:.3rem;width:5px;height:2.2rem;background:#02D8E8}
.structure-wrapper .content-blck .descr-tx{color:#101F21;font-size:1.05rem;line-height:1.8;margin-bottom:2rem}
.mdl-list{display:flex;flex-direction:column;gap:1.2rem}
.mdl-list .mdl-itm{background:#02d8e814;padding:1.5rem;border-radius:3px;border-left:4px solid #02D8E8;transition:all .3s ease}
.mdl-list .mdl-itm:hover{background:#02d8e826;transform:translateX(8px)}
.mdl-list .mdl-itm h5{color:#101F21;font-size:1.15rem;margin-bottom:.5rem}
.mdl-list .mdl-itm p{color:#101f21cc;font-size:.95rem;line-height:1.6;margin:0}
.instructors-section{padding:4.5rem 1.5rem;background:linear-gradient(to bottom,#FFF 0%,#02d8e80d 100%)}
.instructors-container{max-width:1440px;margin:0 auto}
.instructors-container h3{color:#101F21;font-size:2rem;text-align:center;margin-bottom:1rem}
.instructors-container .lead-text{color:#101f21bf;font-size:1.1rem;text-align:center;margin-bottom:3.5rem;max-width:680px;margin-left:auto;margin-right:auto}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}
.team-card{background:#FFF;border-radius:4px;overflow:hidden;box-shadow:0 8px 20px #101f211f;transition:transform .3s ease,box-shadow .3s ease}
.team-card:hover{transform:translateY(-8px);box-shadow:0 16px 32px #101f212e}
.team-card .portrait{width:100%;height:280px;object-fit:cover}
.team-card .info-blck{padding:1.5rem;text-align:center}
.team-card .info-blck h6{color:#101F21;font-size:1.1rem;margin-bottom:.4rem}
.team-card .info-blck .role{color:#02D8E8;font-size:.9rem;margin:0}
.learning-features{padding:5rem 1.5rem;background:#101F21;position:relative}
.learning-features::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#02D8E8 0%,#02d8e84d 100%)}
.features-wrapper{max-width:1440px;margin:0 auto}
.features-wrapper h2{color:#FFF;font-size:2.3rem;margin-bottom:3rem;text-align:center}
.feat-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}
.feat-item{background:#ffffff0d;padding:2.5rem 2rem;border-radius:6px;border:1px solid #02d8e833;position:relative;transition:all .4s ease}
.feat-item::before{content:'';position:absolute;top:0;left:0;width:0;height:100%;background:#02d8e81a;transition:width .4s ease;border-radius:6px}
.feat-item:hover::before{width:100%}
.feat-item:hover{border-color:#02D8E8;transform:scale(1.03)}
.feat-item .icon-holder{width:60px;height:60px;background:#02D8E8;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;z-index:2}
.feat-item .icon-holder svg{width:30px;height:30px;fill:#101F21}
.feat-item h5{color:#FFF;font-size:1.2rem;margin-bottom:1rem;position:relative;z-index:2}
.feat-item p{color:#fffc;font-size:.98rem;line-height:1.7;margin:0;position:relative;z-index:2}
.enrollment-cta{padding:5.5rem 1.5rem;background:#FFF;position:relative}
.cta-wrapper{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:5rem;align-items:center}
.cta-wrapper .text-zone h2{color:#101F21;font-size:2.4rem;margin-bottom:1.3rem;line-height:1.25}
.cta-wrapper .text-zone h4{color:#02D8E8;font-size:1.15rem;margin-bottom:1.8rem}
.cta-wrapper .text-zone .details-tx{color:#101f21d9;font-size:1.05rem;line-height:1.75;margin-bottom:2.2rem}
.benefits-compact{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-bottom:2.5rem}
.benefits-compact .bnft{display:flex;align-items:flex-start;gap:.8rem}
.benefits-compact .bnft::before{content:'';color:#02D8E8;font-size:1.3rem;font-weight:700;flex-shrink:0}
.benefits-compact .bnft span{color:#101F21;font-size:.95rem;line-height:1.5}
.cta-wrapper .text-zone .action-bt{display:inline-block;background:#02D8E8;color:#101F21;padding:1rem 2.5rem;border-radius:3px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 6px 18px #02d8e84d}
.cta-wrapper .text-zone .action-bt:hover{background:#101F21;color:#FFF;transform:translateY(-3px);box-shadow:0 10px 24px #02d8e866}
.cta-wrapper .stats-zone{background:linear-gradient(135deg,#02d8e81a 0%,#101f210d 100%);padding:3rem 2.5rem;border-radius:6px;border:2px solid #02d8e833}
.stat-row{display:flex;flex-direction:column;gap:2rem}
.stat-item{text-align:center;padding:1.5rem;background:#FFF;border-radius:4px;box-shadow:0 4px 12px #101f2114}
.stat-item .number{color:#02D8E8;font-size:2.8rem;font-weight:700;display:block;margin-bottom:.5rem}
.stat-item .label{color:#101F21;font-size:1rem;margin:0}
@media (max-width: 1024px) {
.lrn-hero{padding:4rem 1.5rem 3rem}
.hero-container h1{font-size:2.2rem}
.hero-container .subhd{font-size:1.1rem}
.structure-wrapper{grid-template-columns:1fr;gap:3rem}
.structure-wrapper .img-blck::after{display:none}
.team-grid{grid-template-columns:repeat(2,1fr);gap:2rem}
.feat-columns{grid-template-columns:1fr;gap:2rem}
.cta-wrapper{grid-template-columns:1fr;gap:3rem}
.benefits-compact{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.lrn-hero{padding:3rem 1rem 2rem}
.hero-container h1{font-size:1.8rem}
.hero-container .subhd{font-size:1rem}
.prg-structure,.instructors-section,.learning-features,.enrollment-cta{padding:3rem 1rem}
.structure-wrapper .content-blck h2{font-size:1.8rem}
.structure-wrapper .img-blck img{height:320px}
.team-grid{grid-template-columns:1fr}
.team-card .portrait{height:240px}
.features-wrapper h2{font-size:1.9rem}
.cta-wrapper .text-zone h2{font-size:1.9rem}
.stat-item .number{font-size:2.2rem}
}
.dm-hero{position:relative;max-width:1440px;margin:0 auto;padding:80px 20px;overflow:hidden}
.dm-hero .content-wrap{display:flex;align-items:center;gap:60px;flex-direction:row}
.dm-hero .txt-area{flex:1;max-width:600px}
.dm-hero .txt-area h1{font-size:3rem;line-height:1.15;margin-bottom:24px;color:#101F21;position:relative}
.dm-hero .txt-area h1::before{content:'';position:absolute;left:-30px;top:10px;width:4px;height:60%;background:linear-gradient(180deg,#02D8E8 0%,#02d8e84d 100%)}
.dm-hero .txt-area .desc{font-size:1.125rem;line-height:1.7;color:#101f21d9;margin:0}
.dm-hero .img-frame{flex:1;position:relative;min-height:480px}
.dm-hero .img-frame img{width:100%;height:480px;object-fit:cover;border-radius:4px;box-shadow:0 16px 48px #101f2126;transition:transform .6s cubic-bezier(0.16,1,0.3,1)}
.dm-hero .img-frame::after{content:'';position:absolute;top:-20px;right:-20px;width:120px;height:120px;background-image:radial-gradient(circle,#02D8E8 2px,transparent 2px);background-size:20px 20px;opacity:.4;z-index:-1}
.dm-hero .img-frame img:hover{transform:translateY(-8px)}
.feedback-container{max-width:1440px;margin:100px auto;padding:0 20px}
.feedback-container .sect-head{text-align:center;margin-bottom:60px}
.feedback-container .sect-head h2{font-size:2.5rem;color:#101F21;margin-bottom:16px;position:relative;display:inline-block}
.feedback-container .sect-head h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#02D8E8}
.feedback-container .sect-head p{font-size:1.125rem;color:#101f21bf;max-width:680px;margin:20px auto 0}
.feedback-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.rev-card{background:#FFF;padding:32px;border-radius:6px;box-shadow:0 8px 24px #101f2114;transition:all .3s ease;border-left:3px solid transparent}
.rev-card:hover{border-left-color:#02D8E8;transform:translateY(-4px);box-shadow:0 12px 32px #101f2124}
.rev-card .author-info{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.rev-card .author-info img{width:56px;height:56px;border-radius:50%;object-fit:cover}
.rev-card .author-info .nm-role h5{font-size:1.125rem;color:#101F21;margin:0 0 4px}
.rev-card .author-info .nm-role p{font-size:.9rem;color:#101f2199;margin:0}
.rev-card .feedback-text{font-size:1rem;line-height:1.65;color:#101f21cc;font-style:italic}
.progress-sect{background:linear-gradient(135deg,#101f2108 0%,#02d8e80d 100%);padding:90px 20px;margin:100px 0}
.progress-sect .inner-container{max-width:1440px;margin:0 auto}
.progress-sect h3{font-size:2.25rem;color:#101F21;text-align:center;margin-bottom:20px}
.progress-sect .intro-txt{font-size:1.125rem;color:#101f21bf;text-align:center;max-width:700px;margin:0 auto 60px}
.track-display{display:flex;gap:40px;align-items:center}
.track-display .visual-side{flex:1}
.track-display .visual-side img{width:100%;height:420px;object-fit:cover;border-radius:4px;box-shadow:0 12px 40px #101f211f}
.track-display .details-side{flex:1}
.feature-item{display:flex;gap:20px;margin-bottom:32px;padding:24px;background:#FFF;border-radius:4px;box-shadow:0 4px 16px #101f210f;transition:transform .3s ease}
.feature-item:hover{transform:translateX(8px)}
.feature-item .icon-box{width:48px;height:48px;background:#02d8e81f;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.feature-item .icon-box svg{width:24px;height:24px;fill:#02D8E8}
.feature-item .txt-content h6{font-size:1.125rem;color:#101F21;margin:0 0 8px}
.feature-item .txt-content p{font-size:.95rem;color:#101f21bf;margin:0;line-height:1.6}
.partners-wrapper{max-width:1440px;margin:100px auto;padding:0 20px}
.partners-wrapper h4{font-size:2.25rem;color:#101F21;text-align:center;margin-bottom:60px;position:relative}
.partners-wrapper h4::before{content:'';position:absolute;left:50%;bottom:-16px;transform:translateX(-50%);width:80px;height:2px;background:linear-gradient(90deg,transparent,#02D8E8,transparent)}
.collab-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.partnership-block{background:#FFF;padding:40px;border-radius:6px;box-shadow:0 8px 28px #101f2117;position:relative;overflow:hidden}
.partnership-block::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#02D8E8,#02d8e833)}
.partnership-block .comp-logo{font-size:1.5rem;font-weight:700;color:#101F21;margin-bottom:20px}
.partnership-block .partnership-desc{font-size:1rem;line-height:1.7;color:#101f21cc;margin-bottom:24px}
.partnership-block .benefits-list{list-style:none;padding:0;margin:0}
.partnership-block .benefits-list li{font-size:.95rem;color:#101f21bf;padding-left:28px;margin-bottom:12px;position:relative}
.partnership-block .benefits-list li::before{content:'→';position:absolute;left:0;color:#02D8E8;font-weight:700}
.metrics-area{background:#101F21;padding:90px 20px;margin:100px 0}
.metrics-area .content-container{max-width:1440px;margin:0 auto}
.metrics-area .title-block{text-align:center;margin-bottom:60px}
.metrics-area .title-block h2{font-size:2.5rem;color:#FFF;margin-bottom:16px}
.metrics-area .title-block .subtitle{font-size:1.125rem;color:#ffffffbf}
.stat-boxes{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.stat-unit{text-align:center;padding:36px 24px;background:#02d8e814;border-radius:4px;transition:all .3s ease;cursor:pointer}
.stat-unit:hover{background:#02d8e826;transform:translateY(-6px)}
.stat-unit .number-display{font-size:3rem;font-weight:700;color:#02D8E8;margin-bottom:12px;line-height:1}
.stat-unit .label{font-size:1rem;color:#ffffffd9;line-height:1.4}
.support-section{max-width:1440px;margin:100px auto;padding:0 20px}
.support-section .heading-zone{max-width:800px;margin:0 auto 60px;text-align:center}
.support-section .heading-zone h3{font-size:2.25rem;color:#101F21;margin-bottom:20px}
.support-section .heading-zone .description{font-size:1.125rem;color:#101f21bf;line-height:1.7}
.support-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.help-card{background:#FFF;padding:40px 32px;border-radius:4px;box-shadow:0 6px 20px #101f2114;text-align:center;transition:all .3s ease;position:relative}
.help-card::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:#02D8E8;transform:scaleX(0);transition:transform .3s ease}
.help-card:hover::after{transform:scaleX(1)}
.help-card .ico-wrap{width:72px;height:72px;background:linear-gradient(135deg,#02d8e826,#02d8e80d);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}
.help-card .ico-wrap svg{width:36px;height:36px;fill:#02D8E8}
.help-card h5{font-size:1.25rem;color:#101F21;margin:0 0 16px}
.help-card p{font-size:.95rem;color:#101f21bf;line-height:1.65;margin:0}
.practice-zone{background:linear-gradient(135deg,#02d8e80a 0%,#101f2105 100%);padding:90px 20px;margin:100px 0 0}
.practice-zone .inner-wrap{max-width:1440px;margin:0 auto}
.practice-zone .section-header{text-align:center;margin-bottom:50px}
.practice-zone .section-header h2{font-size:2.5rem;color:#101F21;margin-bottom:20px}
.practice-zone .section-header .intro-text{font-size:1.125rem;color:#101f21bf;max-width:720px;margin:0 auto;line-height:1.7}
.practice-layout{display:flex;gap:50px;align-items:stretch}
.practice-layout .image-col{flex:1}
.practice-layout .image-col img{width:100%;height:100%;min-height:400px;object-fit:cover;border-radius:6px;box-shadow:0 12px 36px #101f211f}
.practice-layout .text-col{flex:1;display:flex;flex-direction:column;gap:28px}
.skill-block{background:#FFF;padding:32px;border-radius:4px;box-shadow:0 4px 16px #101f2112;border-left:4px solid #02D8E8}
.skill-block h6{font-size:1.25rem;color:#101F21;margin:0 0 12px}
.skill-block p{font-size:1rem;color:#101f21bf;line-height:1.65;margin:0}
.cta-banner{max-width:1440px;margin:80px auto 0;padding:0 20px 80px;text-align:center}
.cta-banner h4{font-size:2rem;color:#101F21;margin-bottom:24px}
.cta-banner .action-text{font-size:1.125rem;color:#101f21bf;margin-bottom:36px;max-width:600px;margin-left:auto;margin-right:auto}
.cta-banner .btn-group{display:flex;gap:20px;justify-content:center;align-items:center}
.cta-banner .btn-primary{background:#02D8E8;color:#FFF;padding:16px 40px;border-radius:4px;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #02d8e840;border:none;cursor:pointer;z-index:10;position:relative}
.cta-banner .btn-primary:hover{background:#01c0ce;transform:translateY(-2px);box-shadow:0 8px 24px #02d8e859}
.cta-banner .btn-secondary{background:none;color:#101F21;padding:16px 40px;border-radius:4px;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid #101F21;cursor:pointer;z-index:10;position:relative}
.cta-banner .btn-secondary:hover{background:#101F21;color:#FFF;transform:translateY(-2px)}
@media (max-width: 1024px) {
.dm-hero .content-wrap{flex-direction:column;gap:40px}
.dm-hero .txt-area{max-width:100%}
.dm-hero .txt-area h1{font-size:2.5rem}
.feedback-grid{grid-template-columns:repeat(2,1fr)}
.track-display{flex-direction:column}
.collab-grid{grid-template-columns:1fr}
.stat-boxes{grid-template-columns:repeat(2,1fr)}
.support-cards{grid-template-columns:repeat(2,1fr)}
.practice-layout{flex-direction:column}
}
@media (max-width: 640px) {
.dm-hero{padding:60px 20px}
.dm-hero .txt-area h1{font-size:2rem}
.dm-hero .txt-area h1::before{display:none}
.dm-hero .img-frame{min-height:320px}
.dm-hero .img-frame img{height:320px}
.feedback-container{margin:60px auto}
.feedback-container .sect-head h2{font-size:2rem}
.feedback-grid{grid-template-columns:1fr}
.progress-sect{padding:60px 20px;margin:60px 0}
.progress-sect h3{font-size:1.875rem}
.track-display .visual-side img{height:280px}
.partners-wrapper{margin:60px auto}
.partners-wrapper h4{font-size:1.875rem}
.metrics-area{padding:60px 20px;margin:60px 0}
.metrics-area .title-block h2{font-size:2rem}
.stat-boxes{grid-template-columns:1fr}
.stat-unit .number-display{font-size:2.5rem}
.support-section{margin:60px auto}
.support-section .heading-zone h3{font-size:1.875rem}
.support-cards{grid-template-columns:1fr}
.practice-zone{padding:60px 20px}
.practice-zone .section-header h2{font-size:2rem}
.cta-banner{padding:0 20px 60px}
.cta-banner h4{font-size:1.75rem}
.cta-banner .btn-group{flex-direction:column;width:100%}
.cta-banner .btn-primary,.cta-banner .btn-secondary{width:100%}
}
.cnt-hero{background:linear-gradient(135deg,#02D8E8 0%,#101F21 100%);padding:110px 20px 90px;position:relative;overflow:hidden}
.cnt-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff14;border-radius:50%;pointer-events:none}
.hero-inner{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.hero-inner h1{font-size:3.2rem;color:#FFF;margin:0 0 18px;font-weight:700;letter-spacing:-.02em}
.hero-inner .subline{font-size:1.25rem;color:#ffffffe6;max-width:620px;line-height:1.6}
.reach-section{padding:95px 20px;background:#FFF}
.reach-wrap{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.reach-content h2{font-size:2.4rem;color:#101F21;margin:0 0 22px;font-weight:600}
.reach-content .intro-txt{font-size:1.05rem;color:#101F21;line-height:1.7;margin:0 0 35px}
.info-card{background:linear-gradient(145deg,#f8f9fa 0%,#e9ecef 100%);padding:28px;border-radius:4px;border-left:4px solid #02D8E8;margin-bottom:20px;transition:transform .3s ease,box-shadow .3s ease}
.info-card:hover{transform:translateX(6px);box-shadow:0 12px 28px #101f211f}
.info-card h5{font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;color:#02D8E8;margin:0 0 10px;font-weight:600}
.info-card .detail{font-size:1.15rem;color:#101F21;margin:0;font-weight:500}
.info-card a{color:#101F21;text-decoration:none;transition:color .25s ease}
.info-card a:hover{color:#02D8E8}
.contact-form-container{background:#101F21;padding:45px;border-radius:6px;box-shadow:0 18px 40px #101f2140;position:sticky;top:20px}
.contact-form-container h4{font-size:1.6rem;color:#FFF;margin:0 0 28px;font-weight:600}
.contact-form-container form{display:flex;flex-direction:column;gap:22px}
.form-group{display:flex;flex-direction:column}
.form-group label{font-size:.92rem;color:#02D8E8;margin-bottom:8px;font-weight:500;letter-spacing:.02em}
.form-group input[type="text"],.form-group input[type="email"],.form-group select,.form-group textarea{background:#fffffff2;border:2px solid transparent;border-radius:3px;padding:14px 16px;font-size:1rem;color:#101F21;transition:all .3s ease;cursor:text}
.form-group select{cursor:pointer;appearance:none;padding-right:40px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23101F21' d='M8 11L3 6h10z'/%3E%3C/svg%3E") no-repeat right 12px center}
.form-group textarea{min-height:120px;resize:vertical}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#02D8E8;background:#FFF;box-shadow:0 0 0 3px #02d8e826}
.privacy-check{display:flex;align-items:start;gap:12px;margin-top:8px}
.privacy-check input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#02D8E8;flex-shrink:0}
.privacy-check label{font-size:.88rem;color:#ffffffd9;line-height:1.5;cursor:pointer}
.privacy-check a{color:#02D8E8;text-decoration:underline;transition:opacity .25s ease}
.privacy-check a:hover{opacity:.8}
.btn-submit{background:#02D8E8;color:#101F21;border:none;padding:16px 32px;font-size:1.05rem;font-weight:600;border-radius:3px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;margin-top:10px;position:relative;z-index:10}
.btn-submit:hover{background:#FFF;transform:translateY(-2px);box-shadow:0 8px 20px #02d8e859}
.btn-submit:active{transform:translateY(0)}
.hours-section{background:linear-gradient(180deg,#f8f9fa 0%,#e9ecef 100%);padding:85px 20px;position:relative}
.hours-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#02D8E8 0%,#101F21 100%)}
.hours-container{max-width:1440px;margin:0 auto;text-align:center}
.hours-container h3{font-size:2rem;color:#101F21;margin:0 0 16px;font-weight:600}
.hours-container .tagline{font-size:1.1rem;color:#101F21;margin:0 0 50px;opacity:.8}
.hours-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;max-width:900px;margin:0 auto}
.hour-block{background:#FFF;padding:32px 24px;border-radius:4px;box-shadow:0 6px 18px #101f2114;transition:all .35s ease}
.hour-block:hover{transform:translateY(-6px);box-shadow:0 14px 32px #02d8e833}
.hour-block h6{font-size:1.1rem;color:#02D8E8;margin:0 0 14px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}
.hour-block .time{font-size:1.15rem;color:#101F21;margin:0;font-weight:500}
.why-reach-section{padding:90px 20px;background:#FFF}
.why-reach-inner{max-width:1440px;margin:0 auto}
.why-reach-inner h3{font-size:2.2rem;color:#101F21;margin:0 0 45px;text-align:center;font-weight:600}
.reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.reason-item{background:linear-gradient(135deg,#02d8e80d 0%,#101f2108 100%);padding:38px 28px;border-radius:5px;border-top:3px solid #02D8E8;transition:all .3s ease}
.reason-item:hover{background:linear-gradient(135deg,#02d8e814 0%,#101f210d 100%);transform:scale(1.03);box-shadow:0 10px 24px #101f211a}
.reason-icon{width:54px;height:54px;margin-bottom:20px}
.reason-item h5{font-size:1.25rem;color:#101F21;margin:0 0 12px;font-weight:600}
.reason-item p{font-size:.98rem;color:#101F21;line-height:1.65;margin:0;opacity:.85}
.map-alt-section{background:#101F21;padding:100px 20px;position:relative;overflow:hidden}
.map-alt-section::before{content:'';position:absolute;top:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#02d8e826 0%,transparent 70%);pointer-events:none}
.map-alt-inner{max-width:1440px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:center}
.location-details h3{font-size:2.1rem;color:#FFF;margin:0 0 24px;font-weight:600}
.location-details .desc{font-size:1.05rem;color:#ffffffd9;line-height:1.7;margin:0 0 35px}
.address-display{background:#ffffff14;padding:28px;border-radius:4px;border-left:4px solid #02D8E8}
.address-display h6{font-size:.9rem;color:#02D8E8;text-transform:uppercase;letter-spacing:.1em;margin:0 0 14px;font-weight:600}
.address-display .addr{font-size:1.2rem;color:#FFF;line-height:1.6;margin:0;font-weight:500}
.visual-placeholder{background:linear-gradient(135deg,#02d8e833 0%,#ffffff1a 100%);border-radius:6px;padding:60px;display:flex;align-items:center;justify-content:center;min-height:380px;position:relative;overflow:hidden}
.visual-placeholder::before{content:'';position:absolute;width:100%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 20px,#02d8e81a 20px,#02d8e81a 40px)}
.geo-graphic{position:relative;z-index:2;width:100%;max-width:420px}
.cta-bottom-section{background:linear-gradient(135deg,#02D8E8 0%,#101F21 100%);padding:75px 20px;text-align:center}
.cta-bottom-inner{max-width:1440px;margin:0 auto}
.cta-bottom-inner h3{font-size:2.3rem;color:#FFF;margin:0 0 18px;font-weight:700}
.cta-bottom-inner .message{font-size:1.15rem;color:#ffffffe6;margin:0 0 38px;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.6}
.cta-btn-group{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.btn-primary-cta{background:#FFF;color:#101F21;padding:16px 38px;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:3px;transition:all .3s ease;display:inline-block;text-transform:uppercase;letter-spacing:.04em;position:relative;z-index:10}
.btn-primary-cta:hover{background:#02D8E8;color:#101F21;transform:translateY(-3px);box-shadow:0 10px 26px #ffffff40}
.btn-secondary-cta{background:none;color:#FFF;padding:16px 38px;font-size:1.05rem;font-weight:600;text-decoration:none;border:2px solid #FFF;border-radius:3px;transition:all .3s ease;display:inline-block;text-transform:uppercase;letter-spacing:.04em;position:relative;z-index:10}
.btn-secondary-cta:hover{background:#FFF;color:#101F21;transform:translateY(-3px);box-shadow:0 10px 26px #ffffff40}
@media (max-width: 1024px) {
.cnt-hero{padding:80px 20px 70px}
.hero-inner h1{font-size:2.6rem}
.reach-wrap{grid-template-columns:1fr;gap:50px}
.contact-form-container{position:static}
.reasons-grid{grid-template-columns:repeat(2,1fr);gap:28px}
.map-alt-inner{grid-template-columns:1fr;gap:45px}
}
@media (max-width: 640px) {
.cnt-hero{padding:60px 16px 50px}
.hero-inner h1{font-size:2rem}
.hero-inner .subline{font-size:1.05rem}
.reach-section{padding:60px 16px}
.reach-content h2{font-size:1.9rem}
.contact-form-container{padding:32px 24px}
.contact-form-container h4{font-size:1.4rem}
.hours-section{padding:60px 16px}
.hours-container h3{font-size:1.7rem}
.hours-grid{grid-template-columns:1fr;gap:20px}
.why-reach-section{padding:60px 16px}
.why-reach-inner h3{font-size:1.8rem;margin-bottom:35px}
.reasons-grid{grid-template-columns:1fr;gap:22px}
.map-alt-section{padding:70px 16px}
.location-details h3{font-size:1.75rem}
.visual-placeholder{min-height:280px;padding:40px 20px}
.cta-bottom-section{padding:60px 16px}
.cta-bottom-inner h3{font-size:1.85rem}
.cta-btn-group{flex-direction:column;gap:14px}
.btn-primary-cta,.btn-secondary-cta{width:100%;text-align:center}
}
.ab-hero{background:linear-gradient(135deg,#101f21f2 0%,#02d8e826 100%),url(./featured_photos/main-portfoliohdr.jpg) center/cover;padding:120px 20px 80px;position:relative}
.ab-hero .hero-wrap{max-width:1440px;margin:0 auto;text-align:center}
.ab-hero h1{font-size:3.2rem;color:#FFF;margin-bottom:24px;font-weight:700;line-height:1.2}
.ab-hero .hero-txt{font-size:1.25rem;color:#FFF;max-width:720px;margin:0 auto;line-height:1.6;opacity:.95}
.story-grid{max-width:1440px;margin:0 auto;padding:100px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.story-grid .txt-area h2{font-size:2.5rem;color:#101F21;margin-bottom:28px;font-weight:600;position:relative}
.story-grid .txt-area h2::before{content:'';position:absolute;left:0;bottom:-10px;width:80px;height:4px;background:linear-gradient(90deg,#02D8E8 0%,#02d8e84d 100%)}
.story-grid .txt-area p{font-size:1.1rem;color:#101F21;line-height:1.7;margin-bottom:18px}
.story-grid .img-wrap{position:relative;overflow:hidden;border-radius:4px;box-shadow:0 12px 28px #101f2126}
.story-grid .img-wrap img{width:100%;height:auto;display:block;object-fit:cover;transition:transform .4s ease}
.story-grid .img-wrap:hover img{transform:scale(1.05)}
.values-section{background:linear-gradient(180deg,#FFF 0%,#02d8e80d 100%);padding:90px 20px}
.values-section .val-container{max-width:1440px;margin:0 auto}
.values-section h2{font-size:2.8rem;color:#101F21;text-align:center;margin-bottom:60px;font-weight:600}
.val-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.val-cards .card-item{background:#FFF;padding:40px 30px;border-radius:6px;box-shadow:0 8px 24px #101f2114;position:relative;transition:all .3s ease}
.val-cards .card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#02D8E8 0%,#101F21 100%);border-radius:6px 6px 0 0}
.val-cards .card-item:hover{transform:translateY(-8px);box-shadow:0 16px 36px #02d8e833}
.val-cards .card-item h3{font-size:1.5rem;color:#101F21;margin-bottom:16px;font-weight:600}
.val-cards .card-item p{font-size:1.05rem;color:#101F21;line-height:1.6;opacity:.85}
.approach-block{max-width:1440px;margin:0 auto;padding:100px 20px}
.approach-block h2{font-size:2.6rem;color:#101F21;margin-bottom:50px;text-align:center;font-weight:600}
.approach-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:50px 60px}
.approach-steps .step-box{display:flex;gap:24px;align-items:flex-start}
.approach-steps .step-num{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#02D8E8 0%,#101F21 100%);color:#FFF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 6px 18px #02d8e84d}
.approach-steps .step-content h4{font-size:1.4rem;color:#101F21;margin-bottom:12px;font-weight:600}
.approach-steps .step-content p{font-size:1.05rem;color:#101F21;line-height:1.6;opacity:.85}
.team-showcase{background:#101F21;padding:90px 20px;position:relative}
.team-showcase::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(./featured_photos/final-ed_7.jpg) center/cover;opacity:.08;pointer-events:none}
.team-showcase .team-wrap{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.team-showcase h2{font-size:2.7rem;color:#FFF;text-align:center;margin-bottom:60px;font-weight:600}
.team-profiles{display:flex;justify-content:center;gap:50px;flex-wrap:wrap}
.team-profiles .prof-card{background:#fffffff2;border-radius:5px;padding:0;max-width:340px;box-shadow:0 10px 30px #02d8e833;transition:transform .3s ease;overflow:hidden}
.team-profiles .prof-card:hover{transform:translateY(-6px)}
.team-profiles .prof-img{width:100%;height:360px;overflow:hidden}
.team-profiles .prof-img img{width:100%;height:100%;object-fit:cover;display:block}
.team-profiles .prof-info{padding:30px 28px}
.team-profiles .prof-info h5{font-size:1.4rem;color:#101F21;margin-bottom:8px;font-weight:600}
.team-profiles .prof-info .role{font-size:1rem;color:#02D8E8;margin-bottom:16px;font-weight:500}
.team-profiles .prof-info p{font-size:1rem;color:#101F21;line-height:1.6;opacity:.8}
.commitment-area{max-width:1440px;margin:0 auto;padding:100px 20px;display:grid;grid-template-columns:45% 50%;gap:5%;align-items:center}
.commitment-area .visual-col{position:relative}
.commitment-area .visual-col img{width:100%;height:auto;border-radius:5px;box-shadow:0 14px 32px #101f212e;display:block;object-fit:cover}
.commitment-area .content-col h2{font-size:2.5rem;color:#101F21;margin-bottom:30px;font-weight:600;position:relative}
.commitment-area .content-col h2::after{content:'';position:absolute;right:0;bottom:-12px;width:100px;height:3px;background:#02D8E8}
.commitment-area .content-col p{font-size:1.1rem;color:#101F21;line-height:1.7;margin-bottom:20px}
.commitment-area .highlight-box{background:linear-gradient(135deg,#02d8e81a 0%,#101f210d 100%);padding:28px 32px;border-radius:4px;border-left:4px solid #02D8E8;margin-top:30px}
.commitment-area .highlight-box h6{font-size:1.3rem;color:#101F21;margin-bottom:12px;font-weight:600}
.commitment-area .highlight-box p{font-size:1.05rem;color:#101F21;line-height:1.6;margin-bottom:0;opacity:.9}
.cta-final{background:linear-gradient(135deg,#101F21 0%,#02d8e8e6 100%);padding:80px 20px;text-align:center}
.cta-final .cta-inner{max-width:900px;margin:0 auto}
.cta-final h2{font-size:2.8rem;color:#FFF;margin-bottom:24px;font-weight:600}
.cta-final p{font-size:1.2rem;color:#FFF;margin-bottom:36px;line-height:1.6;opacity:.95}
.cta-final .btn-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-final .btn-primary,.cta-final .btn-secondary{padding:16px 42px;font-size:1.1rem;border-radius:4px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer;display:inline-block;border:2px solid transparent;position:relative;z-index:10}
.cta-final .btn-primary{background:#FFF;color:#101F21;box-shadow:0 8px 20px #ffffff40}
.cta-final .btn-primary:hover{background:#02D8E8;color:#FFF;transform:translateY(-3px);box-shadow:0 12px 28px #02d8e866}
.cta-final .btn-secondary{background:none;color:#FFF;border-color:#FFF}
.cta-final .btn-secondary:hover{background:#FFF;color:#101F21;transform:translateY(-3px)}
@media (max-width: 1024px) {
.ab-hero h1{font-size:2.6rem}
.story-grid{grid-template-columns:1fr;gap:50px;padding:80px 20px}
.val-cards{grid-template-columns:1fr;gap:30px}
.approach-steps{grid-template-columns:1fr;gap:40px}
.commitment-area{grid-template-columns:1fr;gap:50px;padding:80px 20px}
.commitment-area .content-col h2::after{right:auto;left:0}
}
@media (max-width: 640px) {
.ab-hero{padding:80px 20px 60px}
.ab-hero h1{font-size:2rem}
.ab-hero .hero-txt{font-size:1.1rem}
.story-grid .txt-area h2{font-size:2rem}
.values-section h2{font-size:2.2rem}
.approach-block h2{font-size:2.1rem}
.team-showcase h2{font-size:2.2rem}
.team-profiles{gap:30px}
.commitment-area .content-col h2{font-size:2rem}
.cta-final h2{font-size:2.2rem}
.cta-final .btn-group{flex-direction:column;align-items:center}
.cta-final .btn-primary,.cta-final .btn-secondary{width:100%;max-width:300px}
}
.cp-hdr{background:linear-gradient(135deg,#02d8e814 0%,#101f210d 100%);padding:4rem 1.5rem 3rem;text-align:center;position:relative;overflow:hidden}
.cp-hdr::before{content:'';position:absolute;top:-50%;left:-10%;width:40%;height:200%;background:linear-gradient(45deg,transparent,#02d8e80f,transparent);transform:rotate(15deg)}
.cp-hdr::after{content:'';position:absolute;bottom:-50%;right:-10%;width:35%;height:200%;background:linear-gradient(-45deg,transparent,#101f210a,transparent);transform:rotate(-12deg)}
.hdr-wrapper{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.cp-hdr .main-ttl{font-size:2.8rem;font-weight:700;color:#101F21;margin:0 0 1rem;letter-spacing:-.5px}
.cp-hdr .sub-info{font-size:1.05rem;color:#101F21;opacity:.75;max-width:680px;margin:0 auto;line-height:1.6}
.cp-hdr .update-tag{display:inline-block;background:#02d8e81f;color:#101F21;padding:.4rem 1.1rem;border-radius:20px;font-size:.9rem;margin-bottom:1.5rem;font-weight:500}
.policy-main{max-width:1440px;margin:0 auto;padding:3.5rem 1.5rem}
.intro-blk{background:#FFF;padding:2.5rem;border-radius:4px;box-shadow:0 8px 24px #101f210f;margin-bottom:3rem;border-left:4px solid #02D8E8}
.intro-blk h3{color:#101F21;font-size:1.6rem;margin:0 0 1.2rem;font-weight:600}
.intro-blk p{color:#101F21;opacity:.85;line-height:1.7;margin:0 0 1rem;font-size:1.02rem}
.intro-blk p:last-child{margin-bottom:0}
.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3.5rem}
.policy-card{background:linear-gradient(to bottom right,#FFF,#02d8e805);padding:2rem;border-radius:3px;box-shadow:0 12px 28px #101f2114;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.policy-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#02D8E8,#02d8e84d);border-radius:3px 3px 0 0}
.policy-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #101f211f}
.policy-card h4{color:#101F21;font-size:1.4rem;margin:0 0 1rem;font-weight:600;display:flex;align-items:center;gap:.6rem}
.policy-card h4::before{content:'';width:8px;height:8px;background:#02D8E8;border-radius:50%;flex-shrink:0}
.policy-card p{color:#101F21;opacity:.8;line-height:1.65;margin:0 0 .9rem;font-size:.98rem}
.policy-card ul{margin:1rem 0;padding-left:1.2rem}
.policy-card li{color:#101F21;opacity:.8;line-height:1.6;margin-bottom:.6rem;font-size:.96rem}
.detailed-section{background:#FFF;padding:3rem;border-radius:5px;box-shadow:0 20px 40px #101f2112;margin-bottom:2.5rem;position:relative}
.detailed-section::after{content:'';position:absolute;bottom:0;right:0;width:180px;height:180px;background:radial-gradient(circle,#02d8e814,transparent 70%);pointer-events:none}
.detailed-section h3{color:#101F21;font-size:1.9rem;margin:0 0 1.8rem;font-weight:700;position:relative;padding-bottom:.8rem}
.detailed-section h3::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#02D8E8,transparent)}
.detailed-section h5{color:#101F21;font-size:1.25rem;margin:2rem 0 1rem;font-weight:600}
.detailed-section h6{color:#101F21;font-size:1.05rem;margin:1.5rem 0 .8rem;font-weight:600;opacity:.9}
.detailed-section p{color:#101F21;opacity:.82;line-height:1.7;margin:0 0 1.1rem;font-size:1rem}
.detailed-section ul{margin:1.2rem 0;padding-left:1.5rem}
.detailed-section li{color:#101F21;opacity:.8;line-height:1.65;margin-bottom:.7rem;font-size:.98rem}
.detailed-section strong{color:#101F21;font-weight:600}
.info-box{background:linear-gradient(135deg,#02d8e80f,#101f2108);padding:1.8rem;border-radius:4px;margin:1.5rem 0;border-left:3px solid #02D8E8}
.info-box p{margin:0;color:#101F21;opacity:.85;font-size:.96rem;line-height:1.6}
.contact-footer{background:linear-gradient(to right,#101f210a,#02d8e80a);padding:2.5rem;border-radius:4px;text-align:center;margin-top:3rem}
.contact-footer h5{color:#101F21;font-size:1.4rem;margin:0 0 1rem;font-weight:600}
.contact-footer p{color:#101F21;opacity:.8;line-height:1.6;margin:0 0 1.2rem;font-size:1rem}
.contact-footer a{color:#02D8E8;text-decoration:none;font-weight:500;transition:opacity .3s ease}
.contact-footer a:hover{opacity:.8;text-decoration:underline}
@media (max-width: 1024px) {
.cp-hdr{padding:3rem 1.2rem 2.5rem}
.cp-hdr .main-ttl{font-size:2.2rem}
.policy-main{padding:2.5rem 1.2rem}
.content-grid{grid-template-columns:1fr;gap:1.5rem}
.detailed-section{padding:2rem}
.detailed-section h3{font-size:1.6rem}
}
@media (max-width: 640px) {
.cp-hdr{padding:2.5rem 1rem 2rem}
.cp-hdr .main-ttl{font-size:1.8rem}
.cp-hdr .sub-info{font-size:.95rem}
.policy-main{padding:2rem 1rem}
.intro-blk{padding:1.8rem}
.policy-card{padding:1.5rem}
.detailed-section{padding:1.5rem}
.detailed-section h3{font-size:1.5rem}
.contact-footer{padding:2rem 1.5rem}
}
.plcy-hro{background:linear-gradient(135deg,#02D8E8 0%,#101F21 100%);padding:5rem 1.5rem 4rem;text-align:center;position:relative;overflow:hidden}
.plcy-hro::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:#ffffff0d;transform:rotate(15deg);pointer-events:none}
.plcy-hro .hdr-wrp{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.plcy-hro .mn-ttl{font-size:3rem;color:#FFF;margin-bottom:1rem;font-weight:700;letter-spacing:-.02em}
.plcy-hro .sb-txt{font-size:1.25rem;color:#ffffffe6;max-width:700px;margin:0 auto;line-height:1.6}
.plcy-hro .upd-dt{font-size:.95rem;color:#ffffffbf;margin-top:1.5rem;font-style:italic}
.info-grd{max-width:1440px;margin:4rem auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.info-crd{background:#FFF;border:2px solid #02D8E8;padding:2rem;border-radius:4px;position:relative;transition:all .3s ease}
.info-crd::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#02D8E8 0%,#101F21 100%);border-radius:4px 0 0 4px}
.info-crd:hover{transform:translateY(-4px);box-shadow:0 12px 24px #02d8e826}
.info-crd .crd-icn{width:48px;height:48px;background:linear-gradient(135deg,#02D8E8 0%,#101F21 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.info-crd .crd-ttl{font-size:1.35rem;color:#101F21;margin-bottom:.75rem;font-weight:600}
.info-crd .crd-txt{font-size:.95rem;color:#555;line-height:1.6}
.cntnt-blck{max-width:1440px;margin:5rem auto;padding:0 1.5rem}
.split-layout{display:flex;gap:3rem;align-items:flex-start}
.split-layout .lft-col{flex:1;background:#02d8e80d;padding:2.5rem;border-radius:6px;border-left:5px solid #02D8E8}
.split-layout .rght-col{flex:1.5}
.split-layout .sec-hd{font-size:2rem;color:#101F21;margin-bottom:1.5rem;font-weight:700;position:relative;padding-bottom:.75rem}
.split-layout .sec-hd::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:#02D8E8}
.split-layout .txt-p{font-size:1rem;color:#333;line-height:1.7;margin-bottom:1.25rem}
.split-layout .hlght-bx{background:#FFF;border:2px dashed #02D8E8;padding:1.5rem;border-radius:4px;margin-top:1.5rem}
.split-layout .hlght-ttl{font-size:1.1rem;color:#101F21;font-weight:600;margin-bottom:.5rem}
.dt-collect{max-width:1440px;margin:5rem auto;padding:3rem 1.5rem;background:linear-gradient(to right,#101f2108 0%,#02d8e808 100%)}
.dt-collect .mstr-hd{font-size:2.25rem;color:#101F21;text-align:center;margin-bottom:3rem;font-weight:700}
.dt-collect .itm-lst{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto}
.dt-collect .lst-itm{display:flex;gap:1rem;background:#FFF;padding:1.75rem;border-radius:3px;box-shadow:0 4px 12px #101f2114;transition:all .3s ease}
.dt-collect .lst-itm:hover{box-shadow:0 8px 24px #02d8e833;transform:translateX(6px)}
.dt-collect .itm-num{width:32px;height:32px;background:#02D8E8;color:#FFF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}
.dt-collect .itm-cntnt h6{font-size:1.1rem;color:#101F21;margin-bottom:.5rem;font-weight:600}
.dt-collect .itm-cntnt .txt-p{font-size:.95rem;color:#555;line-height:1.6;margin:0}
.rghts-sec{max-width:1440px;margin:5rem auto;padding:0 1.5rem}
.rghts-sec .angl-hdr{background:#101F21;color:#FFF;padding:2.5rem 3rem;clip-path:polygon(0 0,100% 0,98% 100%,0 100%);margin-bottom:3rem}
.rghts-sec .angl-hdr h3{font-size:2rem;margin-bottom:.75rem;font-weight:700}
.rghts-sec .angl-hdr .sub-ln{font-size:1.05rem;color:#ffffffd9}
.rghts-sec .rght-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}
.rghts-sec .rght-card{background:#FFF;padding:2rem;border-radius:6px;border-top:4px solid #02D8E8;box-shadow:0 6px 16px #101f211a}
.rghts-sec .rght-card h5{font-size:1.3rem;color:#101F21;margin-bottom:1rem;font-weight:600}
.rghts-sec .rght-card .txt-p{font-size:.95rem;color:#444;line-height:1.65;margin-bottom:.75rem}
.rghts-sec .rght-card .lst-ul{list-style:none;padding:0;margin-top:1rem}
.rghts-sec .rght-card .lst-ul li{font-size:.92rem;color:#555;padding-left:1.5rem;position:relative;margin-bottom:.5rem;line-height:1.5}
.rghts-sec .rght-card .lst-ul li::before{content:'→';position:absolute;left:0;color:#02D8E8;font-weight:700}
.ck-section{max-width:1440px;margin:5rem auto;padding:0 1.5rem;background:#02d8e80a;padding:3.5rem 1.5rem}
.ck-section .flx-wrap{display:flex;gap:4rem;align-items:center}
.ck-section .txt-area{flex:1.2}
.ck-section .txt-area h4{font-size:2rem;color:#101F21;margin-bottom:1.5rem;font-weight:700;position:relative;display:inline-block}
.ck-section .txt-area h4::before{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:linear-gradient(to right,#02D8E8,transparent)}
.ck-section .txt-area .txt-p{font-size:1rem;color:#333;line-height:1.7;margin-bottom:1rem}
.ck-section .vis-area{flex:1;background:#FFF;padding:2.5rem;border-radius:6px;box-shadow:0 8px 24px #101f211f}
.ck-section .vis-area h6{font-size:1.15rem;color:#101F21;margin-bottom:1.25rem;font-weight:600;text-align:center}
.ck-section .ck-lst{list-style:none;padding:0}
.ck-section .ck-lst li{font-size:.95rem;color:#444;padding:.75rem 1rem;margin-bottom:.75rem;background:#02d8e80f;border-left:3px solid #02D8E8;border-radius:3px}
.security-blck{max-width:1440px;margin:5rem auto;padding:0 1.5rem}
.security-blck .sec-hdr{text-align:center;margin-bottom:3.5rem}
.security-blck .sec-hdr h3{font-size:2.25rem;color:#101F21;margin-bottom:1rem;font-weight:700}
.security-blck .sec-hdr .desc-txt{font-size:1.05rem;color:#555;max-width:700px;margin:0 auto;line-height:1.6}
.security-blck .msr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}
.security-blck .msr-bx{background:linear-gradient(135deg,#FFF 0%,#02d8e80d 100%);padding:2rem;border-radius:6px;border:1px solid #02d8e833;position:relative;transition:all .3s ease}
.security-blck .msr-bx::after{content:'';position:absolute;top:0;right:0;width:40px;height:40px;background:#02D8E8;clip-path:polygon(100% 0,0 0,100% 100%);opacity:.3}
.security-blck .msr-bx:hover{border-color:#02D8E8;box-shadow:0 10px 28px #02d8e82e}
.security-blck .msr-bx h5{font-size:1.25rem;color:#101F21;margin-bottom:.85rem;font-weight:600}
.security-blck .msr-bx .txt-p{font-size:.93rem;color:#444;line-height:1.65;margin:0}
.contact-strip{max-width:1440px;margin:5rem auto 3rem;padding:0 1.5rem}
.contact-strip .cta-container{background:linear-gradient(135deg,#101F21 0%,#02D8E8 100%);padding:3.5rem 3rem;border-radius:6px;text-align:center;position:relative;overflow:hidden}
.contact-strip .cta-container::before{content:'';position:absolute;top:-50%;left:-30%;width:200%;height:200%;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);animation:pulse-eff 8s ease-in-out infinite}
@keyframes pulse-eff {
0%,100%{transform:scale(1);opacity:.5}
50%{transform:scale(1.2);opacity:.8}
}
.contact-strip .cta-hd{font-size:2rem;color:#FFF;margin-bottom:1rem;font-weight:700;position:relative;z-index:2}
.contact-strip .cta-txt{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;position:relative;z-index:2;max-width:650px;margin-left:auto;margin-right:auto}
.contact-strip .btn-grp{display:flex;gap:1.5rem;justify-content:center;position:relative;z-index:2;flex-wrap:wrap}
.contact-strip .btn-prim{background:#FFF;color:#101F21;padding:.95rem 2.5rem;border-radius:4px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid #FFF;cursor:pointer}
.contact-strip .btn-prim:hover{background:none;color:#FFF;transform:translateY(-2px);box-shadow:0 8px 20px #0003}
.contact-strip .btn-sec{background:none;color:#FFF;padding:.95rem 2.5rem;border-radius:4px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid #FFF;cursor:pointer}
.contact-strip .btn-sec:hover{background:#FFF;color:#101F21;transform:translateY(-2px)}
@media (max-width: 1024px) {
.info-grd{grid-template-columns:repeat(2,1fr)}
.split-layout{flex-direction:column}
.dt-collect .itm-lst{grid-template-columns:1fr}
.ck-section .flx-wrap{flex-direction:column}
}
@media (max-width: 640px) {
.plcy-hro .mn-ttl{font-size:2rem}
.plcy-hro .sb-txt{font-size:1.05rem}
.info-grd{grid-template-columns:1fr}
.rghts-sec .angl-hdr{padding:2rem 1.5rem;clip-path:none}
.rghts-sec .rght-grd{grid-template-columns:1fr}
.contact-strip .btn-grp{flex-direction:column}
.contact-strip .btn-prim,.contact-strip .btn-sec{width:100%}
.security-blck .msr-grid{grid-template-columns:1fr}
}
.success-container{max-width:1440px;margin:0 auto;padding:0 1.5rem}
.success-hero{background:linear-gradient(135deg,#02d8e814 0%,#101f210a 100%);padding:5rem 0 4rem;text-align:center;position:relative;overflow:hidden}
.success-hero::before{content:'';position:absolute;top:-50%;left:-25%;width:70%;height:200%;background:radial-gradient(ellipse at center,#02d8e81f 0%,transparent 70%);transform:rotate(-15deg);z-index:0}
.success-hero::after{content:'';position:absolute;bottom:-30%;right:-15%;width:50%;height:150%;background:radial-gradient(circle at center,#101f210f 0%,transparent 65%);z-index:0}
.success-hero .hero-content-wrapper{position:relative;z-index:1;max-width:720px;margin:0 auto}
.success-icon-wrapper{margin-bottom:2rem;display:flex;justify-content:center}
.check-circle{width:120px;height:120px}
.check-circle-bg{fill:none;stroke:#02d8e826;stroke-width:3}
.check-circle-fg{fill:none;stroke:#02D8E8;stroke-width:3;stroke-linecap:round;stroke-dasharray:314;stroke-dashoffset:314;animation:checkCircle 1s ease-out .3s forwards;transform-origin:center}
.check-mark{fill:none;stroke:#02D8E8;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:70;stroke-dashoffset:70;animation:checkMark .6s ease-out 1s forwards}
@keyframes checkCircle {
to{stroke-dashoffset:0}
}
@keyframes checkMark {
to{stroke-dashoffset:0}
}
.success-hero h1{font-size:3rem;color:#101F21;margin:0 0 1.5rem;font-weight:700;letter-spacing:-.02em}
.success-hero .lead-text{font-size:1.25rem;color:#101F21;opacity:.85;line-height:1.7;margin:0}
.confirmation-details{background:#FFF;padding:4.5rem 0;position:relative}
.confirmation-details::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,transparent 0%,#02D8E8 20%,#02D8E8 80%,transparent 100%)}
.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;max-width:1100px;margin:0 auto}
.detail-block{background:linear-gradient(145deg,#02d8e808 0%,#101f2105 100%);padding:2.5rem;border:2px solid #02d8e81f;border-radius:4px;transition:all .3s ease;position:relative}
.detail-block::before{content:'';position:absolute;top:0;left:0;width:5px;height:0;background:#02D8E8;transition:height .4s ease}
.detail-block:hover{transform:translateY(-4px);box-shadow:0 12px 28px #101f2114;border-color:#02D8E8}
.detail-block:hover::before{height:100%}
.detail-block h4{font-size:1.125rem;color:#101F21;margin:0 0 1.25rem;font-weight:600;display:flex;align-items:center;gap:.75rem}
.detail-block h4::before{content:'';display:inline-block;width:8px;height:8px;background:#02D8E8;border-radius:2px;flex-shrink:0}
.detail-block .info-text{font-size:1rem;color:#101F21;opacity:.8;line-height:1.7;margin:0 0 1rem}
.detail-block .highlight-info{font-size:1.125rem;color:#02D8E8;font-weight:600;margin:1.5rem 0 0;padding-top:1.5rem;border-top:1px solid #02d8e833}
.next-steps-section{background:#101F21;padding:5rem 0;position:relative;overflow:hidden}
.next-steps-section::before{content:'';position:absolute;top:-40%;right:-20%;width:60%;height:180%;background:radial-gradient(ellipse at center,#02d8e814 0%,transparent 60%);transform:rotate(25deg)}
.next-steps-content{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center}
.next-steps-section h3{font-size:2.25rem;color:#FFF;margin:0 0 1.25rem;font-weight:700}
.next-steps-section .intro-paragraph{font-size:1.125rem;color:#FFF;opacity:.9;line-height:1.8;margin:0 0 3.5rem;max-width:680px;margin-left:auto;margin-right:auto}
.steps-container{display:flex;flex-direction:column;gap:2rem;margin-bottom:3.5rem}
.step-item{background:#ffffff0a;padding:2rem 2.5rem;border-radius:3px;border-left:4px solid #02D8E8;text-align:left;transition:all .3s ease;position:relative}
.step-item:hover{background:#ffffff12;transform:translateX(8px)}
.step-item h5{font-size:1.25rem;color:#02D8E8;margin:0 0 .75rem;font-weight:600;display:flex;align-items:center;gap:1rem}
.step-number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#02d8e826;border-radius:50%;font-size:1rem;font-weight:700;flex-shrink:0}
.step-item p{font-size:1rem;color:#FFF;opacity:.85;line-height:1.7;margin:0;padding-left:52px}
.cta-group{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.btn-primary-success{background:#02D8E8;color:#101F21;padding:1rem 2.5rem;border:none;border-radius:3px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;z-index:10;position:relative}
.btn-primary-success:hover{background:#01C1CF;transform:translateY(-2px);box-shadow:0 8px 20px #02d8e84d}
.btn-secondary-success{background:none;color:#FFF;padding:1rem 2.5rem;border:2px solid #ffffff4d;border-radius:3px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;z-index:10;position:relative}
.btn-secondary-success:hover{background:#ffffff1a;border-color:#02D8E8;color:#02D8E8;transform:translateY(-2px)}
@media (max-width: 1024px) {
.success-hero{padding:4rem 0 3rem}
.success-hero h1{font-size:2.5rem}
.details-grid{gap:2rem}
.next-steps-section h3{font-size:2rem}
}
@media (max-width: 640px) {
.success-hero{padding:3rem 0 2.5rem}
.success-hero h1{font-size:2rem;margin-bottom:1rem}
.success-hero .lead-text{font-size:1.125rem}
.check-circle{width:90px;height:90px}
.confirmation-details{padding:3rem 0}
.details-grid{grid-template-columns:1fr;gap:1.5rem}
.detail-block{padding:2rem}
.next-steps-section{padding:3.5rem 0}
.next-steps-section h3{font-size:1.75rem}
.next-steps-section .intro-paragraph{font-size:1rem;margin-bottom:2.5rem}
.steps-container{gap:1.5rem;margin-bottom:2.5rem}
.step-item{padding:1.5rem 1.75rem}
.step-item h5{font-size:1.125rem}
.step-item p{padding-left:0;margin-top:.75rem}
.cta-group{flex-direction:column;gap:1rem}
.btn-primary-success,.btn-secondary-success{width:100%;text-align:center}
}