*{margin:0;padding:0;box-sizing:border-box}
html,body{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Karla',sans-serif;background:#0a0e14;color:#e4e7eb;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
header{background:linear-gradient(135deg,#0f1419 0%,#1a2332 100%);position:relative;width:100%;box-shadow:0 4px 12px #0006}
.hd-top{padding:24px 0;position:relative;z-index:10}
.hd-container{max-width:1400px;margin:0 auto;padding:0 20px}
.hd-split{display:flex;align-items:center;justify-content:space-between;gap:40px}
.hd-left{display:flex;align-items:center;gap:20px;flex:0 0 auto}
.logo-wrap{width:110px;height:110px;display:flex;align-items:center;justify-content:center;background:#1499681a;border-radius:8px;box-shadow:0 0 20px #1499684d inset 0 2px 8px #14996826;border:2px solid #1499684d}
.site-logo{width:90px;height:90px;object-fit:contain}
.brand-txt{display:flex;flex-direction:column}
.company-nm{font-size:32px;font-weight:700;color:#149968;text-shadow:0 2px 8px #14996866}
.hd-right{display:flex;flex-direction:column;align-items:flex-end;gap:14px;flex:1}
.main-nv{display:flex;gap:32px;align-items:center}
.nv-link{color:#e4e7eb;text-decoration:none;font-size:16px;font-weight:600;padding:8px 16px;border-radius:6px;transition:background 0.2s,color .2s;white-space:nowrap}
.nv-link:hover{background:#14996826;color:#149968}
.tagline-txt{font-size:14px;color:#a8b2c1;font-weight:400}
.hd-wave{position:absolute;bottom:-1px;left:0;width:100%;height:60px;overflow:hidden}
.wave-svg{width:100%;height:100%;display:block}
main{flex:1}
footer{background:#0d1117;border-top:3px solid #1499684d;box-shadow:0 -8px 24px #00000080 inset 0 4px 12px #14996814;padding:32px 0}
.ft-wrap{max-width:1400px;margin:0 auto;padding:0 20px}
.ft-inner{display:flex;flex-direction:column;gap:20px}
.ft-row{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}
.ft-col{flex:1;min-width:250px}
.ft-info p{margin-bottom:10px;color:#a8b2c1;font-size:14px}
.ft-nav{display:flex;gap:24px;flex-wrap:wrap}
.ft-link{color:#e4e7eb;text-decoration:none;font-size:14px;font-weight:600;transition:color .2s}
.ft-link:hover{color:#149968}
.ft-copyright{text-align:center;padding-top:20px;border-top:1px solid #a4b2c133;color:#6b7685;font-size:13px}
.cookie-popup{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:9999;display:none}
.cookie-popup[data-visible="true"]{display:block}
.cookie-box{background:#1a2332;border-radius:10px;box-shadow:0 12px 48px #000000b3 0 0 0 1px #1499684d;padding:28px;width:420px;max-width:calc(100vw - 40px)}
.cookie-hd{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.cookie-hd .lnr{font-size:24px;color:#149968}
.cookie-title{font-size:18px;font-weight:700;color:#e4e7eb;margin:0}
.cookie-content{margin-bottom:20px}
.cookie-txt{font-size:14px;color:#a8b2c1;margin-bottom:16px;line-height:1.5}
.cookie-prefs{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}
.pref-item{display:flex;align-items:center}
.pref-label{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;padding:8px;border-radius:6px;transition:background .2s}
.pref-label:hover{background:#14996814}
.pref-name{font-size:14px;font-weight:600;color:#e4e7eb}
.pref-toggle{display:none}
.toggle-switch{width:48px;height:24px;background:#2d3748;border-radius:12px;position:relative;transition:background .3s}
.toggle-switch::after{content:'';position:absolute;width:18px;height:18px;background:#6b7685;border-radius:50%;top:3px;left:3px;transition:left 0.3s,background .3s}
.pref-toggle:checked + .toggle-switch{background:#149968}
.pref-toggle:checked + .toggle-switch::after{left:27px;background:#fff}
.toggle-disabled{opacity:.5;cursor:not-allowed}
.cookie-links{display:flex;gap:16px;flex-wrap:wrap;margin-top:12px}
.cookie-policy-link,.opt-out-link{font-size:13px;color:#149968;text-decoration:none;transition:color .2s}
.cookie-policy-link:hover,.opt-out-link:hover{color:#1bc987}
.cookie-actions{display:flex;gap:12px;margin-top:20px}
.btn-decline,.btn-accept{flex:1;padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:background 0.2s,box-shadow .2s;font-family:'Karla',sans-serif}
.btn-decline{background:#2d3748;color:#e4e7eb}
.btn-decline:hover{background:#3d4758}
.btn-accept{background:#149968;color:#fff;box-shadow:0 4px 12px #1499684d}
.btn-accept:hover{background:#1bc987;box-shadow:0 6px 16px #14996866}
.cookie-settings-btn{position:fixed;bottom:20px;right:20px;width:56px;height:56px;background:#149968;border:none;border-radius:50%;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 16px #14996866;transition:background 0.2s,box-shadow .2s;z-index:9998;display:flex;align-items:center;justify-content:center}
.cookie-settings-btn:hover{background:#1bc987;box-shadow:0 6px 20px #14996880}
@media (max-width: 968px) {
.hd-split{flex-direction:column;align-items:flex-start;gap:24px}
.hd-left{width:100%;justify-content:center}
.hd-right{width:100%;align-items:center}
.main-nv{flex-wrap:wrap;justify-content:center;gap:16px}
.tagline-txt{text-align:center}
.ft-row{flex-direction:column;gap:24px}
.ft-col{min-width:100%}
.ft-nav{justify-content:center}
.cookie-box{width:360px}
}
@media (max-width: 480px) {
.logo-wrap{width:80px;height:80px}
.site-logo{width:65px;height:65px}
.company-nm{font-size:24px}
.main-nv{flex-direction:column;gap:10px;width:100%}
.nv-link{width:100%;text-align:center}
.cookie-box{width:320px;padding:20px}
.cookie-actions{flex-direction:column}
}
.agreement-section{max-width:1400px;margin:0 auto;padding:80px 20px;background:#0a0a0a}
.agreement-section p{font-size:16px;line-height:1.8;color:#e0e0e0;margin:0 0 24px;max-width:800px}
.agreement-section p strong,.agreement-section p b{color:#149968;font-weight:600}
.agreement-section p em,.agreement-section p i{color:#FEE5BC;font-style:italic}
.agreement-section ul,.agreement-section ol{margin:0 0 32px;padding:0 0 0 24px;max-width:800px}
.agreement-section ul li,.agreement-section ol li{font-size:16px;line-height:1.8;color:#e0e0e0;margin:0 0 12px}
.agreement-section ul li strong,.agreement-section ol li strong,.agreement-section ul li b,.agreement-section ol li b{color:#149968;font-weight:600}
.agreement-section ul li em,.agreement-section ol li em,.agreement-section ul li i,.agreement-section ol li i{color:#FEE5BC;font-style:italic}
.agreement-section ul{list-style-type:disc}
.agreement-section ol{list-style-type:decimal}
.agreement-section strong,.agreement-section b{color:#149968;font-weight:600}
.agreement-section em,.agreement-section i{color:#FEE5BC;font-style:italic}
.agreement-section div{margin:0 0 24px}
.agreement-section table{width:100%;max-width:1000px;border-collapse:collapse;margin:0 0 40px;background:#1a1a1a;box-shadow:0 4px 12px #0006}
.agreement-section thead{background:#14996826}
.agreement-section thead tr{border-bottom:2px solid #149968}
.agreement-section thead th{padding:16px 20px;text-align:left;font-size:15px;font-weight:600;color:#149968;text-transform:uppercase;letter-spacing:.5px}
.agreement-section tbody tr{border-bottom:1px solid #ffffff14;transition:background .2s ease}
.agreement-section tbody tr:hover{background:#1499680d}
.agreement-section tbody tr:last-child{border-bottom:none}
.agreement-section tbody td{padding:14px 20px;font-size:15px;line-height:1.6;color:#d0d0d0}
.agreement-section tbody td strong,.agreement-section tbody td b{color:#149968}
.agreement-section tbody td em,.agreement-section tbody td i{color:#FEE5BC}
.agreement-section th{font-weight:600}
@media (max-width: 768px) {
.agreement-section{padding:60px 16px}
.agreement-section p,.agreement-section ul li,.agreement-section ol li{font-size:15px;line-height:1.7}
.agreement-section ul,.agreement-section ol{padding:0 0 0 20px}
.agreement-section table{font-size:14px}
.agreement-section thead th{padding:12px 14px;font-size:13px}
.agreement-section tbody td{padding:10px 14px;font-size:14px}
.agreement-section table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
}
@media (max-width: 480px) {
.agreement-section{padding:40px 12px}
.agreement-section p,.agreement-section ul li,.agreement-section ol li{font-size:14px}
.agreement-section thead th{padding:10px 12px;font-size:12px}
.agreement-section tbody td{padding:8px 12px;font-size:13px}
}
.hd-wrap{max-width:1400px;margin:0 auto;padding:80px 20px;display:flex;align-items:center;gap:60px}
.hd-txt{flex:1}
.hd-txt h1{font-size:48px;line-height:1.2;color:#149968;margin:0 0 24px}
.hd-txt p{font-size:18px;line-height:1.7;color:#b8b8b8;margin:0}
.hd-img-card{width:420px;height:520px;border-radius:8px;overflow:hidden;box-shadow:0 12px 24px #14996826;flex-shrink:0}
.hd-img-card img{width:100%;height:100%;object-fit:cover;display:block}
.biz-sect{background:linear-gradient(135deg,#14996814 0%,#a3291e0a 100%);padding:100px 20px}
.biz-inner{max-width:1400px;margin:0 auto}
.biz-head{text-align:center;margin-bottom:70px}
.biz-head h2{font-size:42px;color:#149968;margin:0 0 16px}
.biz-head p{font-size:18px;color:#b0b0b0;max-width:700px;margin:0 auto}
.biz-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.biz-card{background:#1a1a1a;padding:40px;border-radius:6px;border-left:4px solid #149968;transition:transform .3s ease,box-shadow .3s ease}
.biz-card:nth-child(2){border-left-color:#A3291E}
.biz-card:nth-child(3){border-left-color:#FEE5BC}
.biz-card:hover{transform:translateY(-8px);box-shadow:0 16px 32px #0006}
.biz-card h3{font-size:24px;color:#fff;margin:0 0 18px}
.biz-card p{font-size:16px;line-height:1.6;color:#b8b8b8;margin:0}
.research-area{padding:100px 20px;background:#0f0f0f}
.research-contain{max-width:1400px;margin:0 auto;display:flex;gap:80px;align-items:center}
.research-vis{flex:1;position:relative}
.research-vis img{width:100%;height:480px;object-fit:cover;border-radius:10px;box-shadow:0 18px 36px #a3291e40}
.research-txt{flex:1}
.research-txt h2{font-size:40px;color:#A3291E;margin:0 0 28px}
.research-txt p{font-size:17px;line-height:1.7;color:#b5b5b5;margin:0 0 24px}
.research-list{list-style:none;padding:0;margin:32px 0 0}
.research-list li{font-size:16px;color:silver;padding-left:32px;position:relative;margin-bottom:16px}
.research-list li::before{content:"→";position:absolute;left:0;color:#A3291E;font-weight:700}
.practice-zone{padding:100px 20px;background:linear-gradient(180deg,#0a0a0a 0%,#1a1a1a 100%)}
.practice-wrap{max-width:1400px;margin:0 auto}
.practice-intro{text-align:center;margin-bottom:60px}
.practice-intro h2{font-size:44px;color:#FEE5BC;margin:0 0 20px}
.practice-intro p{font-size:18px;color:#b3b3b3;max-width:680px;margin:0 auto}
.practice-flow{display:flex;gap:30px;position:relative}
.practice-step{flex:1;background:#1499680f;padding:48px 32px;border-radius:8px;border-top:3px solid #149968;position:relative}
.practice-step::after{content:"";position:absolute;right:-15px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:15px solid #1499684d;border-top:10px solid transparent;border-bottom:10px solid transparent}
.practice-step:last-child::after{display:none}
.practice-step h4{font-size:22px;color:#fff;margin:0 0 16px}
.practice-step p{font-size:15px;line-height:1.6;color:#b0b0b0;margin:0}
.perks-sect{padding:100px 20px;background:#121212}
.perks-inner{max-width:1400px;margin:0 auto}
.perks-banner{text-align:center;margin-bottom:70px}
.perks-banner h2{font-size:40px;color:#149968;margin:0 0 18px;position:relative;display:inline-block}
.perks-banner h2::after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#A3291E,#FEE5BC)}
.perks-banner p{font-size:17px;color:#b8b8b8;margin:24px auto 0;max-width:720px}
.perks-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.perk-block{display:flex;gap:24px}
.perk-icon{width:60px;height:60px;background:linear-gradient(135deg,#149968,#A3291E);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.perk-icon .lnr{font-size:28px;color:#fff}
.perk-txt h4{font-size:20px;color:#fff;margin:0 0 12px}
.perk-txt p{font-size:16px;line-height:1.6;color:#b5b5b5;margin:0}
.custom-sect{padding:100px 20px;background:radial-gradient(circle at top right,#a3291e1f,transparent 60%),radial-gradient(circle at bottom left,#14996814,transparent 70%),#0d0d0d}
.custom-inner{max-width:1400px;margin:0 auto;display:flex;gap:70px;align-items:center}
.custom-visual{flex:1;position:relative}
.custom-visual img{width:100%;height:460px;object-fit:cover;border-radius:8px;box-shadow:0 14px 28px #fee5bc33}
.custom-content{flex:1}
.custom-content h2{font-size:42px;color:#FEE5BC;margin:0 0 26px}
.custom-content p{font-size:17px;line-height:1.7;color:#b8b8b8;margin:0 0 20px}
.custom-points{display:flex;flex-direction:column;gap:18px;margin-top:32px}
.custom-pt{display:flex;align-items:center;gap:16px;padding:16px;background:#fee5bc0d;border-radius:6px}
.custom-pt .lnr{font-size:24px;color:#FEE5BC}
.custom-pt span{font-size:16px;color:silver}
.stats-region{padding:90px 20px;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 50%,#0f0f0f 100%)}
.stats-container{max-width:1400px;margin:0 auto}
.stats-header{text-align:center;margin-bottom:60px}
.stats-header h2{font-size:38px;color:#A3291E;margin:0 0 16px}
.stats-header p{font-size:17px;color:#b5b5b5;max-width:650px;margin:0 auto}
.stats-display{display:flex;justify-content:space-between;gap:40px}
.stat-box{flex:1;text-align:center;padding:40px 20px;background:#1499680f;border-radius:8px;position:relative;overflow:hidden}
.stat-box::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#149968,#A3291E)}
.stat-number{font-size:56px;font-weight:700;color:#149968;margin:0 0 12px}
.stat-box:nth-child(2) .stat-number{color:#A3291E}
.stat-box:nth-child(3) .stat-number{color:#FEE5BC}
.stat-label{font-size:18px;color:#b8b8b8;margin:0}
@media (max-width: 1200px) {
.hd-wrap{gap:40px;padding:60px 20px}
.hd-img-card{width:360px;height:440px}
.hd-txt h1{font-size:40px}
.biz-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.practice-flow{flex-direction:column}
.practice-step::after{display:none}
}
@media (max-width: 900px) {
.hd-wrap{flex-direction:column-reverse;padding:50px 20px}
.hd-img-card{width:100%;max-width:460px;height:380px}
.hd-txt h1{font-size:36px}
.research-contain{flex-direction:column;gap:50px}
.custom-inner{flex-direction:column;gap:50px}
.perks-showcase{grid-template-columns:1fr;gap:40px}
.stats-display{flex-direction:column}
}
@media (max-width: 600px) {
.hd-txt h1{font-size:30px}
.biz-grid{grid-template-columns:1fr}
.biz-head h2,.practice-intro h2,.perks-banner h2,.custom-content h2,.stats-header h2{font-size:32px}
.research-txt h2{font-size:34px}
.stat-number{font-size:44px}
}
.ct-hero{background:linear-gradient(165deg,#0d3828 0%,#1a1a1a 100%);padding:120px 20px 90px;position:relative;overflow:hidden}
.ct-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#14996826 0%,transparent 70%);border-radius:50%}
.ct-hero-inner{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2}
.ct-hero-inner h1{font-size:48px;color:#FEE5BC;margin:0 0 28px;font-weight:700;letter-spacing:-.5px;line-height:1.2}
.ct-hero-desc{font-size:19px;color:#d4d4d4;max-width:720px;line-height:1.7;margin:0}
.ct-hero-desc::before{content:'';display:block;width:60px;height:3px;background:linear-gradient(90deg,#149968 0%,#A3291E 100%);margin:0 auto 24px}
.ct-info-grid{background:#1a1a1a;padding:80px 20px}
.ct-info-wrap{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.ct-info-card{background:linear-gradient(135deg,#252525 0%,#1e1e1e 100%);padding:40px 32px;border-radius:8px;border-left:4px solid #149968;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #0000004d}
.ct-info-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #14996833}
.ct-info-card .lnr{font-size:38px;color:#149968;display:block;margin-bottom:20px}
.ct-info-card h3{font-size:22px;color:#FEE5BC;margin:0 0 14px;font-weight:600}
.ct-info-card p{font-size:16px;color:#b8b8b8;line-height:1.6;margin:0 0 18px}
.ct-info-link{font-size:16px;color:#149968;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:color .3s ease}
.ct-info-link:hover{color:#1bbd7e}
.ct-form-section{background:#0f0f0f;padding:90px 20px;position:relative}
.ct-form-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#1499684d 50%,transparent 100%)}
.ct-form-container{max-width:780px;margin:0 auto}
.ct-form-container h2{font-size:36px;color:#FEE5BC;margin:0 0 16px;text-align:center;font-weight:600}
.ct-form-subtitle{font-size:17px;color:#b8b8b8;text-align:center;margin:0 0 48px;line-height:1.6}
.ct-form{background:#1e1e1e;padding:50px 40px;border-radius:10px;box-shadow:0 8px 20px #0006}
.ct-form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.ct-form-group{display:flex;flex-direction:column}
.ct-form-group label{font-size:15px;color:#d4d4d4;margin-bottom:10px;font-weight:500}
.ct-form-group input,.ct-form-group select{padding:14px 16px;background:#282828;border:1px solid #3a3a3a;border-radius:6px;color:#e8e8e8;font-size:15px;transition:border-color .3s ease,box-shadow .3s ease}
.ct-form-group input:focus,.ct-form-group select:focus{outline:none;border-color:#149968;box-shadow:0 0 0 3px #14996826}
.ct-form-group-full{margin-bottom:24px}
.ct-form-group-full label{font-size:15px;color:#d4d4d4;margin-bottom:10px;font-weight:500;display:block}
.ct-form-group-full input{width:100%;padding:14px 16px;background:#282828;border:1px solid #3a3a3a;border-radius:6px;color:#e8e8e8;font-size:15px;box-sizing:border-box;transition:border-color .3s ease,box-shadow .3s ease}
.ct-form-group-full input:focus{outline:none;border-color:#149968;box-shadow:0 0 0 3px #14996826}
.ct-privacy-check{margin:28px 0;display:flex;align-items:flex-start;gap:12px}
.ct-privacy-check input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;accent-color:#149968}
.ct-privacy-check label{font-size:14px;color:#b8b8b8;line-height:1.5;flex:1}
.ct-privacy-check label a{color:#149968;text-decoration:none;transition:color .3s ease}
.ct-privacy-check label a:hover{color:#1bbd7e;text-decoration:underline}
.ct-submit-btn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#149968 0%,#0f7550 100%);color:#fff;font-size:17px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 14px #1499684d}
.ct-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #14996866}
.ct-submit-btn:active{transform:translateY(0)}
.ct-visual-section{background:#1a1a1a;padding:90px 20px}
.ct-visual-wrap{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.ct-visual-content h2{font-size:38px;color:#FEE5BC;margin:0 0 24px;font-weight:600;line-height:1.3}
.ct-visual-content p{font-size:17px;color:#b8b8b8;line-height:1.7;margin:0 0 32px}
.ct-feature-list{display:flex;flex-direction:column;gap:22px}
.ct-feature-item{display:flex;align-items:flex-start;gap:16px}
.ct-feature-item .lnr{font-size:28px;color:#149968;flex-shrink:0;margin-top:2px}
.ct-feature-item div h4{font-size:19px;color:#e8e8e8;margin:0 0 8px;font-weight:600}
.ct-feature-item div p{font-size:15px;color:#a8a8a8;margin:0;line-height:1.6}
.ct-visual-img{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 12px 40px #00000080}
.ct-visual-img::after{content:'';position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,transparent 0%,#0009 100%);pointer-events:none}
.ct-visual-img img{width:100%;height:auto;display:block;object-fit:cover}
@media (max-width: 992px) {
.ct-hero{padding:80px 20px 60px}
.ct-hero-inner h1{font-size:38px}
.ct-hero-desc{font-size:17px}
.ct-form-row{grid-template-columns:1fr}
.ct-visual-wrap{grid-template-columns:1fr;gap:50px}
.ct-visual-content h2{font-size:32px}
}
@media (max-width: 640px) {
.ct-hero-inner h1{font-size:32px}
.ct-hero-desc{font-size:16px}
.ct-info-wrap{grid-template-columns:1fr}
.ct-form{padding:36px 24px}
.ct-form-container h2{font-size:28px}
.ct-visual-content h2{font-size:28px}
}
.hero-about{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:80px 20px}
.hero-about .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.15;filter:grayscale(0.4)}
.hero-about .blur-spot-1,.hero-about .blur-spot-2{position:absolute;border-radius:50%;filter:blur(90px);opacity:.3;z-index:1}
.hero-about .blur-spot-1{width:400px;height:400px;background:#14996899;top:-100px;left:-80px}
.hero-about .blur-spot-2{width:350px;height:350px;background:#a3291e80;bottom:-120px;right:-60px}
.hero-about .content-wrap{position:relative;z-index:2;max-width:1400px;width:100%;margin:0 auto;background:#ffffffeb;padding:60px 50px;border-radius:0;box-shadow:0 8px 32px #0000001f}
.hero-about .hd-main{font-size:3.2rem;font-weight:700;color:#149968;margin:0 0 24px;line-height:1.2}
.hero-about .desc-txt{font-size:1.15rem;color:#2c2c2c;line-height:1.7;max-width:840px}
.story-section{padding:100px 20px;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);position:relative}
.story-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(./content_images/fotooi.jpg) center/cover;opacity:.04;pointer-events:none}
.story-section .container-story{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.story-section .grid-story{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}
.story-section .left-col{position:sticky;top:40px}
.story-section .sec-tag{display:inline-block;padding:8px 18px;background:#14996826;color:#149968;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;border-radius:6px;margin-bottom:20px}
.story-section .hd-sec{font-size:2.6rem;font-weight:700;color:#fff;line-height:1.25;margin:0 0 28px;position:relative}
.story-section .hd-sec::after{content:'';display:block;width:70px;height:4px;background:linear-gradient(90deg,#149968 0%,#A3291E 100%);margin-top:20px}
.story-section .intro-txt{font-size:1.1rem;color:#b8b8b8;line-height:1.8;margin-bottom:32px}
.story-section .stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px}
.story-section .stat-box{background:#ffffff0d;padding:28px 24px;border-radius:8px;border-left:3px solid #149968;transition:all .3s ease}
.story-section .stat-box:hover{background:#14996814;transform:translateX(6px)}
.story-section .stat-num{font-size:2.4rem;font-weight:700;color:#149968;margin:0 0 8px}
.story-section .stat-label{font-size:.95rem;color:#d0d0d0;line-height:1.4}
.story-section .right-col{display:flex;flex-direction:column;gap:50px}
.story-section .story-block{background:#ffffff08;padding:40px;border-radius:0;border:1px solid #ffffff14;position:relative}
.story-section .story-block::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#149968 0%,#A3291E 100%)}
.story-section .block-hd{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 20px;display:flex;align-items:center;gap:14px}
.story-section .block-hd .ico{width:32px;height:32px;background:#14996833;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#149968;font-size:1.1rem;flex-shrink:0}
.story-section .block-txt{font-size:1rem;color:#c5c5c5;line-height:1.8;margin-bottom:24px}
.story-section .feature-list{display:flex;flex-direction:column;gap:16px;margin-top:28px}
.story-section .feature-item{display:flex;align-items:start;gap:14px;padding:16px;background:#ffffff05;border-radius:6px;transition:background .3s ease}
.story-section .feature-item:hover{background:#1499680f}
.story-section .feature-item .check-icon{width:24px;height:24px;background:#149968;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;flex-shrink:0;margin-top:2px}
.story-section .feature-item .ft-txt{font-size:.98rem;color:#d8d8d8;line-height:1.6}
.story-section .img-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:32px}
.story-section .img-showcase img{width:100%;height:200px;object-fit:cover;border-radius:8px;filter:grayscale(0.3);transition:all .4s ease}
.story-section .img-showcase img:hover{filter:grayscale(0);transform:scale(1.03)}
.story-section .profile-card{display:flex;gap:24px;align-items:center;padding:32px;background:#a3291e14;border-radius:8px;border:1px solid #a3291e33;margin-top:40px}
.story-section .profile-card .prof-img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #A3291E;flex-shrink:0}
.story-section .profile-card .prof-info{flex:1}
.story-section .profile-card .prof-name{font-size:1.3rem;font-weight:700;color:#fff;margin:0 0 6px}
.story-section .profile-card .prof-role{font-size:.92rem;color:#FEE5BC;margin-bottom:12px}
.story-section .profile-card .prof-quote{font-size:.95rem;color:#d0d0d0;line-height:1.6;font-style:italic}
.story-section .cta-box{background:linear-gradient(135deg,#149968 0%,#117854 100%);padding:50px 40px;border-radius:8px;text-align:center;margin-top:50px}
.story-section .cta-box .cta-hd{font-size:1.8rem;font-weight:700;color:#fff;margin:0 0 16px}
.story-section .cta-box .cta-txt{font-size:1.05rem;color:#e8f5f0;line-height:1.6;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}
.story-section .cta-box .btn-cta{display:inline-block;padding:16px 40px;background:#A3291E;color:#fff;font-size:1rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 16px #a3291e4d}
.story-section .cta-box .btn-cta:hover{background:#8a2219;transform:translateY(-2px);box-shadow:0 6px 20px #a3291e66}
@media (max-width: 1024px) {
.hero-about .hd-main{font-size:2.6rem}
.hero-about .content-wrap{padding:50px 40px}
.story-section .grid-story{grid-template-columns:1fr;gap:60px}
.story-section .left-col{position:static}
.story-section .stat-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.hero-about{min-height:400px;padding:60px 20px}
.hero-about .content-wrap{padding:40px 30px}
.hero-about .hd-main{font-size:2rem}
.hero-about .desc-txt{font-size:1rem}
.story-section{padding:70px 20px}
.story-section .hd-sec{font-size:2rem}
.story-section .stat-grid{grid-template-columns:1fr}
.story-section .story-block{padding:30px 24px}
.story-section .img-showcase{grid-template-columns:1fr}
.story-section .profile-card{flex-direction:column;text-align:center}
.story-section .cta-box{padding:40px 24px}
.story-section .cta-box .cta-hd{font-size:1.5rem}
}
@media (max-width: 480px) {
.hero-about .hd-main{font-size:1.7rem}
.hero-about .content-wrap{padding:32px 24px}
.story-section .block-hd{font-size:1.3rem}
.story-section .stat-num{font-size:2rem}
}
.upcoming-courses-page .title-outer{background:linear-gradient(135deg,#149968 0%,#0d6b48 100%);position:relative;overflow:hidden;padding:80px 20px}
.upcoming-courses-page .title-outer::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:repeating-linear-gradient(45deg,#fee5bc14,#fee5bc14 20px,transparent 20px,transparent 40px);transform:rotate(15deg)}
.upcoming-courses-page .title-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.upcoming-courses-page .title-text h1{font-size:52px;color:#fff;margin:0 0 24px;line-height:1.2;font-weight:700}
.upcoming-courses-page .title-text h1 .accent-word{color:#FEE5BC;position:relative;display:inline-block}
.upcoming-courses-page .title-text h1 .accent-word::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#FEE5BC}
.upcoming-courses-page .title-text p{font-size:18px;color:#ffffffe6;line-height:1.7;margin:0}
.upcoming-courses-page .title-img-wrap{position:relative;height:420px}
.upcoming-courses-page .title-img-wrap img{width:100%;height:100%;object-fit:cover;border-radius:0;filter:sepia(0.2) saturate(1.2) brightness(0.95);box-shadow:0 16px 48px #0000004d}
.upcoming-courses-page .title-img-wrap::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1499684d 0%,#a3291e33 100%);pointer-events:none}
.upcoming-courses-page .courses-grid-outer{padding:100px 20px;background:#1a1a1a}
.upcoming-courses-page .courses-grid-inner{max-width:1400px;margin:0 auto}
.upcoming-courses-page .grid-header{text-align:center;margin-bottom:70px}
.upcoming-courses-page .grid-header h2{font-size:42px;color:#fff;margin:0 0 20px;font-weight:700}
.upcoming-courses-page .grid-header p{font-size:17px;color:#ffffffb3;line-height:1.6;max-width:720px;margin:0 auto}
.upcoming-courses-page .course-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:40px}
.upcoming-courses-page .course-card{background:#242424;border:2px solid #333;padding:40px;transition:all .3s ease;position:relative}
.upcoming-courses-page .course-card::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#149968 0%,#0d6b48 100%);opacity:0;transition:opacity .3s ease}
.upcoming-courses-page .course-card:hover{border-color:#149968;box-shadow:0 12px 32px #14996826;transform:translateY(-4px)}
.upcoming-courses-page .course-card:hover::before{opacity:1}
.upcoming-courses-page .course-meta{display:flex;gap:20px;margin-bottom:20px;flex-wrap:wrap}
.upcoming-courses-page .meta-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#14996826;color:#149968;font-size:13px;font-weight:600;border-radius:6px}
.upcoming-courses-page .meta-tag .lnr{font-size:16px}
.upcoming-courses-page .course-card h3{font-size:26px;color:#fff;margin:0 0 16px;font-weight:700;line-height:1.3}
.upcoming-courses-page .course-card p{font-size:16px;color:#ffffffb3;line-height:1.7;margin:0 0 24px}
.upcoming-courses-page .course-details{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:28px;padding-top:24px;border-top:1px solid #333}
.upcoming-courses-page .detail-item{display:flex;flex-direction:column;gap:6px}
.upcoming-courses-page .detail-label{font-size:12px;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.upcoming-courses-page .detail-value{font-size:15px;color:#fff;font-weight:600}
.upcoming-courses-page .course-action{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:#149968;color:#fff;text-decoration:none;font-size:15px;font-weight:600;transition:all .3s ease;border-radius:6px}
.upcoming-courses-page .course-action:hover{background:#0d6b48;box-shadow:0 6px 20px #1499684d}
.upcoming-courses-page .timeline-outer{padding:90px 20px;background:linear-gradient(135deg,#0f0f0f 0%,#1a1a1a 100%);position:relative}
.upcoming-courses-page .timeline-outer::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,#1499680f 0%,transparent 50%);pointer-events:none}
.upcoming-courses-page .timeline-inner{max-width:1200px;margin:0 auto;position:relative}
.upcoming-courses-page .timeline-header{margin-bottom:60px}
.upcoming-courses-page .timeline-header h2{font-size:38px;color:#fff;margin:0 0 18px;font-weight:700}
.upcoming-courses-page .timeline-header p{font-size:17px;color:#ffffffb3;line-height:1.7;max-width:680px}
.upcoming-courses-page .timeline-track{position:relative;padding-left:60px}
.upcoming-courses-page .timeline-track::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#149968 0%,#14996833 100%)}
.upcoming-courses-page .timeline-step{position:relative;margin-bottom:50px}
.upcoming-courses-page .timeline-step:last-child{margin-bottom:0}
.upcoming-courses-page .step-marker{position:absolute;left:-48px;top:8px;width:40px;height:40px;background:#149968;border:4px solid #1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px;box-shadow:0 4px 16px #1499684d}
.upcoming-courses-page .step-content{background:#242424;padding:32px;border-left:3px solid #149968}
.upcoming-courses-page .step-phase{display:inline-block;padding:4px 12px;background:#fee5bc26;color:#FEE5BC;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px;border-radius:4px}
.upcoming-courses-page .step-content h3{font-size:24px;color:#fff;margin:0 0 12px;font-weight:700}
.upcoming-courses-page .step-content p{font-size:16px;color:#ffffffb3;line-height:1.7;margin:0}
.upcoming-courses-page .benefits-outer{padding:100px 20px;background:#141414;position:relative;overflow:hidden}
.upcoming-courses-page .benefits-outer::after{content:'';position:absolute;bottom:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,#a3291e14 0%,transparent 70%);pointer-events:none}
.upcoming-courses-page .benefits-inner{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.upcoming-courses-page .benefits-intro{max-width:800px;margin:0 auto 70px;text-align:center}
.upcoming-courses-page .benefits-intro h2{font-size:40px;color:#fff;margin:0 0 20px;font-weight:700}
.upcoming-courses-page .benefits-intro p{font-size:17px;color:#ffffffb3;line-height:1.7}
.upcoming-courses-page .benefits-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.upcoming-courses-page .benefit-box{background:linear-gradient(135deg,#1f1f1f 0%,#242424 100%);padding:40px 32px;text-align:center;border:1px solid #2a2a2a;transition:all .3s ease;position:relative}
.upcoming-courses-page .benefit-box::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:0;height:3px;background:#149968;transition:width .3s ease}
.upcoming-courses-page .benefit-box:hover{border-color:#149968;box-shadow:0 16px 40px #1499681f}
.upcoming-courses-page .benefit-box:hover::before{width:100%}
.upcoming-courses-page .benefit-icon{width:70px;height:70px;margin:0 auto 24px;background:#14996826;border-radius:50%;display:flex;align-items:center;justify-content:center}
.upcoming-courses-page .benefit-icon .lnr{font-size:32px;color:#149968}
.upcoming-courses-page .benefit-box h3{font-size:22px;color:#fff;margin:0 0 14px;font-weight:700}
.upcoming-courses-page .benefit-box p{font-size:15px;color:#ffffffb3;line-height:1.7;margin:0}
@media (max-width: 1024px) {
.upcoming-courses-page .title-inner{grid-template-columns:1fr;gap:40px}
.upcoming-courses-page .title-text h1{font-size:42px}
.upcoming-courses-page .course-grid{grid-template-columns:1fr}
.upcoming-courses-page .benefits-layout{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.upcoming-courses-page .title-outer{padding:60px 20px}
.upcoming-courses-page .title-text h1{font-size:36px}
.upcoming-courses-page .title-img-wrap{height:320px}
.upcoming-courses-page .courses-grid-outer{padding:70px 20px}
.upcoming-courses-page .grid-header h2{font-size:34px}
.upcoming-courses-page .course-grid{grid-template-columns:1fr;gap:30px}
.upcoming-courses-page .course-card{padding:30px}
.upcoming-courses-page .timeline-outer{padding:70px 20px}
.upcoming-courses-page .timeline-header h2{font-size:32px}
.upcoming-courses-page .benefits-layout{grid-template-columns:1fr}
.upcoming-courses-page .benefits-outer{padding:70px 20px}
}
.success-wrap{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(135deg,#0a1f1a 0%,#1a3a2e 50%,#0d2620 100%);position:relative;overflow:hidden}
.success-wrap::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#14996826 0%,transparent 70%);animation:pulse-bg 8s ease-in-out infinite}
@keyframes pulse-bg {
0%,100%{transform:scale(1);opacity:.5}
50%{transform:scale(1.1);opacity:.8}
}
.success-inner{max-width:720px;width:100%;text-align:center;position:relative;z-index:2}
.success-icon-box{width:140px;height:140px;margin:0 auto 35px;position:relative;animation:icon-float 3s ease-in-out infinite}
@keyframes icon-float {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-15px)}
}
.success-icon-box .circle-outer{width:140px;height:140px;border:3px solid #1499684d;border-radius:50%;position:absolute;top:0;left:0;animation:rotate-circle 12s linear infinite}
.success-icon-box .circle-mid{width:110px;height:110px;border:2px solid #fee5bc66;border-radius:50%;position:absolute;top:15px;left:15px;animation:rotate-circle 8s linear infinite reverse}
.success-icon-box .circle-inner{width:80px;height:80px;background:linear-gradient(135deg,#149968 0%,#0f7a4d 100%);border-radius:50%;position:absolute;top:30px;left:30px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #14996866}
@keyframes rotate-circle {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.success-icon-box .check-mark{width:40px;height:40px;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill:none;animation:draw-check .8s ease-out .3s forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.success-title{font-size:48px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;letter-spacing:-.5px}
.success-desc{font-size:19px;color:#fee5bce6;margin:0 0 35px;line-height:1.6;max-width:580px;margin-left:auto;margin-right:auto}
.success-meta{display:flex;align-items:center;justify-content:center;gap:25px;margin:0 0 45px;flex-wrap:wrap}
.meta-item{display:flex;align-items:center;gap:10px;padding:12px 24px;background:#14996826;border-radius:8px;border:1px solid #1499684d}
.meta-item .lnr{font-size:22px;color:#149968}
.meta-item span{font-size:15px;color:#fff;font-weight:500}
.success-actions{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.btn-primary-success{padding:16px 38px;background:linear-gradient(135deg,#149968 0%,#0f7a4d 100%);color:#fff;text-decoration:none;font-size:16px;font-weight:600;border-radius:8px;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 6px 16px #14996859;position:relative;z-index:5}
.btn-primary-success:hover{transform:translateY(-3px);box-shadow:0 10px 24px #14996880;background:linear-gradient(135deg,#0f7a4d 0%,#149968 100%)}
.btn-outline-success{padding:16px 38px;background:transparent;color:#149968;text-decoration:none;font-size:16px;font-weight:600;border-radius:8px;border:2px solid #149968;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;position:relative;z-index:5}
.btn-outline-success:hover{background:#1499681a;transform:translateY(-3px);border-color:#0f7a4d}
.info-area{background:linear-gradient(135deg,#1a3a2e 0%,#0d2620 100%);padding:90px 20px;position:relative}
.info-area::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#149968 50%,transparent 100%)}
.info-container{max-width:1400px;margin:0 auto}
.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.info-card{background:#14996814;padding:35px 30px;border-radius:10px;border:1px solid #14996833;transition:all .4s ease;position:relative;overflow:hidden}
.info-card::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,#14996826 50%,transparent 100%);transition:left .6s ease}
.info-card:hover::before{left:100%}
.info-card:hover{transform:translateY(-8px);border-color:#149968;box-shadow:0 12px 28px #14996840}
.info-icon{width:60px;height:60px;background:linear-gradient(135deg,#149968 0%,#0f7a4d 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:22px;position:relative;z-index:2}
.info-icon .lnr{font-size:28px;color:#fff}
.info-card h3{font-size:22px;font-weight:700;color:#fff;margin:0 0 14px;position:relative;z-index:2}
.info-card p{font-size:15px;color:#fee5bcd9;line-height:1.7;margin:0;position:relative;z-index:2}
@media (max-width: 768px) {
.success-wrap{padding:50px 15px;min-height:75vh}
.success-icon-box{width:110px;height:110px;margin-bottom:28px}
.success-icon-box .circle-outer{width:110px;height:110px}
.success-icon-box .circle-mid{width:85px;height:85px;top:12px;left:12px}
.success-icon-box .circle-inner{width:62px;height:62px;top:24px;left:24px}
.success-icon-box .check-mark{width:32px;height:32px}
.success-title{font-size:36px;margin-bottom:16px}
.success-desc{font-size:17px;margin-bottom:28px}
.success-meta{gap:15px;margin-bottom:35px}
.meta-item{padding:10px 18px}
.meta-item .lnr{font-size:20px}
.meta-item span{font-size:14px}
.success-actions{flex-direction:column;gap:14px}
.btn-primary-success,.btn-outline-success{width:100%;justify-content:center;padding:15px 32px}
.info-area{padding:70px 15px}
.info-grid{grid-template-columns:1fr;gap:20px}
.info-card{padding:28px 24px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.success-title{font-size:42px}
.info-grid{grid-template-columns:repeat(2,1fr)}
}