@import "https://fonts.googleapis.com/css2?family=Alegreya:wght@400;700&display=swap";
*{margin:0;padding:0;box-sizing:border-box}
html{font-family:'Alegreya',Georgia,serif;font-size:16px;color:#353D4D;background:#fff;scroll-behavior:smooth}
body{overflow-x:hidden}
::-webkit-scrollbar{width:4px}
::-webkit-scrollbar-track{background:#f0efef}
::-webkit-scrollbar-thumb{background:#FF6318;border-radius:2px}
::-webkit-scrollbar-thumb:hover{background:#353D4D}
a{text-decoration:none;color:inherit;cursor:pointer}
img{display:block;max-width:100%}
.wrap-box{max-width:1200px;margin:0 auto;padding:0 24px}
.header{background:#353D4D;position:relative;z-index:100}
.header-nav-box{background:linear-gradient(42deg,#353D4D 0%,#2a3040 50%,#1e2433 100%);border-bottom:3px solid #FF6318}
.header-nav-box .wrap-box{display:flex;align-items:stretch;min-height:52px}
.main-nav{display:flex;align-items:center;list-style:none;gap:0;flex-wrap:wrap;width:100%}
.main-nav li a{display:block;padding:14px 18px;font-family:'Alegreya',Georgia,serif;font-size:.92rem;font-weight:700;color:#E5E3E3;letter-spacing:.04em;text-transform:uppercase;transition:color .18s ease,background .18s ease;border-right:1px solid #ffffff12}
.main-nav li a:hover{color:#FF6318;background:#ff631814}
.main-nav li a.is-active{color:#FF6318;border-bottom:2px solid #FF6318}
.header-brand-box{background:#fff;border-bottom:4px solid #E5E3E3;padding:20px 0 16px}
.header-brand-box .wrap-box{display:flex;align-items:center;gap:20px}
.site-logo{display:flex;align-items:center;flex-shrink:0}
.site-logo img{width:90px;height:90px;object-fit:contain;border-radius:4px;box-shadow:2px 2px 6px #353d4d2e}
.brand-text-box{display:flex;flex-direction:column;gap:2px}
.brand-text-box .brand-name{font-size:2rem;font-weight:700;color:#353D4D;letter-spacing:-.01em;line-height:1.1}
.brand-text-box .brand-tagline{font-size:.9rem;color:#FF6318;font-weight:400;letter-spacing:.06em;text-transform:uppercase}
.footer{background:#353D4D;color:#E5E3E3;margin-top:0}
.footer-top-box{padding:48px 0 32px;border-bottom:1px solid #e5e3e326}
.footer-top-box .wrap-box{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
.footer-col .footer-col-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#FF6318;margin-bottom:16px;border-left:3px solid #FF6318;padding-left:10px}
.footer-col p{font-size:.92rem;line-height:1.65;color:#b0aeb0}
.footer-col .footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-col .footer-links li a{font-size:.92rem;color:#b0aeb0;transition:color .15s ease;display:flex;align-items:center;gap:6px}
.footer-col .footer-links li a:hover{color:#FF6318}
.footer-contact-list{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-contact-list li{display:flex;align-items:flex-start;gap:8px;font-size:.88rem;color:#b0aeb0;line-height:1.5}
.footer-contact-list li .mdi{color:#FF6318;font-size:1rem;margin-top:2px;flex-shrink:0}
.footer-bottom-box{padding:18px 0}
.footer-bottom-box .wrap-box{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer-copy{font-size:.82rem;color:#6b6f78}
.footer-service-nav{display:flex;list-style:none;gap:20px}
.footer-service-nav li a{font-size:.82rem;color:#6b6f78;transition:color .15s ease}
.footer-service-nav li a:hover{color:#FF6318}
.cookie-card{position:fixed;bottom:24px;right:24px;width:340px;background:#fff;border:1px solid #E5E3E3;box-shadow:4px 4px 16px #353d4d2e;border-radius:4px;z-index:9999;opacity:0;transition:opacity .3s cubic-bezier(0.4,0,0.2,1);pointer-events:none}
.cookie-card.is-visible{opacity:1;pointer-events:all}
.cookie-card-inner{padding:22px 20px 18px}
.cookie-card-inner .cookie-title{font-size:1rem;font-weight:700;color:#353D4D;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.cookie-card-inner .cookie-title .mdi{color:#FF6318;font-size:1.2rem}
.cookie-card-inner .cookie-text{font-size:.84rem;color:#6b6f78;line-height:1.55;margin-bottom:16px}
.cookie-settings-group{background:#f7f6f6;border:1px solid #E5E3E3;border-radius:3px;padding:12px 14px;margin-bottom:16px}
.cookie-settings-group .settings-group-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#353D4D;margin-bottom:10px}
.cookie-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0;border-bottom:1px solid #eee}
.cookie-toggle-row:last-child{border-bottom:none}
.cookie-toggle-label{font-size:.82rem;color:#353D4D}
.toggle-switch{position:relative;width:36px;height:20px;flex-shrink:0}
.toggle-switch input{opacity:0;width:0;height:0}
.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;border-radius:20px;transition:background .2s}
.toggle-slider:before{content:'';position:absolute;width:14px;height:14px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s cubic-bezier(0.4,0,0.2,1)}
.toggle-switch input:checked + .toggle-slider{background:#FF6318}
.toggle-switch input:checked + .toggle-slider:before{transform:translateX(16px)}
.cookie-btn-row{display:flex;gap:10px}
.cookie-btn{flex:1;padding:10px 0;font-family:'Alegreya',Georgia,serif;font-size:.88rem;font-weight:700;text-align:center;border:2px solid #353D4D;background:transparent;color:#353D4D;border-radius:3px;cursor:pointer;transition:background .18s ease,color .18s ease;letter-spacing:.03em}
.cookie-btn.is-primary{background:#FF6318;border-color:#FF6318;color:#fff}
.cookie-btn:hover{background:#353D4D;border-color:#353D4D;color:#fff}
.cookie-btn.is-primary:hover{background:#e5571a;border-color:#e5571a;color:#fff}
@media (max-width: 900px) {
.footer-top-box .wrap-box{grid-template-columns:1fr 1fr}
}
@media (max-width: 600px) {
.header-brand-box .wrap-box{gap:12px}
.site-logo img{width:64px;height:64px}
.brand-text-box .brand-name{font-size:1.4rem}
.main-nav li a{padding:12px 10px;font-size:.78rem}
.footer-top-box .wrap-box{grid-template-columns:1fr;gap:28px}
.footer-bottom-box .wrap-box{flex-direction:column;align-items:flex-start}
.cookie-card{width:calc(100vw - 32px);right:16px;bottom:16px}
}
.legal-block{max-width:1200px;margin:0 auto;padding:48px 32px 64px;background:#fff;font-family:'Segoe UI',system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.8;color:#353D4D;box-sizing:border-box}
.legal-block p{margin:0 0 20px;font-size:15.5px;line-height:1.85;color:#353D4D;letter-spacing:.01em;font-weight:400}
.legal-block p:last-child{margin-bottom:0}
.legal-block ul,.legal-block ol{margin:0 0 24px;padding-left:28px}
.legal-block ul{list-style:none;padding-left:0}
.legal-block ul li{position:relative;padding-left:22px;margin-bottom:10px;font-size:15.5px;line-height:1.75;color:#353D4D}
.legal-block ul li::before{content:'';position:absolute;left:0;top:11px;width:7px;height:7px;background:#FF6318;border-radius:2px;transform:rotate(45deg)}
.legal-block ol{list-style:none;counter-reset:policy-counter;padding-left:0}
.legal-block ol li{counter-increment:policy-counter;position:relative;padding-left:36px;margin-bottom:10px;font-size:15.5px;line-height:1.75;color:#353D4D}
.legal-block ol li::before{content:counter(policy-counter) ".";position:absolute;left:0;top:0;font-weight:600;color:#FF6318;font-size:14px;line-height:1.85;min-width:26px}
.legal-block ul ul,.legal-block ol ol,.legal-block ul ol,.legal-block ol ul{margin-top:8px;margin-bottom:4px}
.legal-block ul ul li::before{background:#E5E3E3;border:2px solid #353D4D;width:6px;height:6px}
.legal-block strong,.legal-block b{font-weight:700;color:#353D4D;letter-spacing:.015em}
.legal-block em,.legal-block i{font-style:italic;color:#5a6272}
.legal-block strong em,.legal-block em strong,.legal-block b i,.legal-block i b{font-weight:700;font-style:italic;color:#353D4D}
.legal-block table{width:100%;border-collapse:collapse;margin:28px 0;font-size:14.5px;background:#fff;box-shadow:0 2px 6px #353d4d14;border-radius:4px;overflow:hidden}
.legal-block table thead{background:linear-gradient(42deg,#FF6318 0%,#353D4D 100%)}
.legal-block table thead tr{border-bottom:none}
.legal-block table thead th{padding:14px 18px;text-align:left;font-size:13px;font-weight:600;color:#fff;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}
.legal-block table tbody{background:#fff}
.legal-block table tbody tr{border-bottom:1px solid #E5E3E3;transition:background .18s cubic-bezier(0.25,0.46,0.45,0.94)}
.legal-block table tbody tr:last-child{border-bottom:none}
.legal-block table tbody tr:hover{background:#fdf5f1}
.legal-block table tbody tr:nth-child(even){background:#fafafa}
.legal-block table tbody tr:nth-child(even):hover{background:#fdf5f1}
.legal-block table td{padding:13px 18px;color:#353D4D;font-size:14.5px;line-height:1.65;vertical-align:top}
.legal-block table th{padding:14px 18px}
.legal-block table td strong,.legal-block table td b{color:#FF6318}
.legal-block div{box-sizing:border-box}
.legal-block div + div{margin-top:16px}
.legal-block div p:last-child{margin-bottom:0}
.legal-block h1,.legal-block h2,.legal-block h3,.legal-block h4,.legal-block h5,.legal-block h6{color:#353D4D;font-weight:700;line-height:1.3;margin:40px 0 16px;letter-spacing:-.01em}
.legal-block h1{font-size:32px;margin-top:0;padding-bottom:16px;border-bottom:3px solid #FF6318}
.legal-block h2{font-size:24px;padding-bottom:8px;border-bottom:1px solid #E5E3E3}
.legal-block h3{font-size:19px;color:#FF6318}
.legal-block h4{font-size:16.5px;text-transform:uppercase;letter-spacing:.08em;font-size:13px}
.legal-block a{color:#FF6318;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .18s cubic-bezier(0.25,0.46,0.45,0.94),text-decoration-color .18s cubic-bezier(0.25,0.46,0.45,0.94)}
.legal-block a:hover{color:#cc4e12;text-decoration-color:#cc4e12}
.legal-block blockquote{margin:28px 0;padding:18px 24px;border-left:4px solid #FF6318;background:#fff9f6;border-radius:0 4px 4px 0;font-size:15px;color:#5a6272;font-style:italic}
.legal-block blockquote p{margin:0;color:#5a6272}
.legal-block hr{border:none;border-top:1px solid #E5E3E3;margin:36px 0}
@media (max-width: 900px) {
.legal-block{padding:36px 24px 48px}
.legal-block h1{font-size:26px}
.legal-block h2{font-size:21px}
.legal-block table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:13.5px}
.legal-block table thead th,.legal-block table td{padding:11px 14px;white-space:normal;min-width:120px}
}
@media (max-width: 560px) {
.legal-block{padding:24px 16px 36px;font-size:15px}
.legal-block p,.legal-block ul li,.legal-block ol li{font-size:15px;line-height:1.8}
.legal-block h1{font-size:22px}
.legal-block h2{font-size:18px}
.legal-block h3{font-size:16.5px}
.legal-block ul li{padding-left:18px}
.legal-block ol li{padding-left:30px}
.legal-block table thead th,.legal-block table td{padding:9px 10px;font-size:13px;min-width:100px}
.legal-block blockquote{padding:14px 16px}
}
.hero-box{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-box .hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:blur(5px) brightness(0.45);transform:scale(1.06);z-index:0}
.hero-box .hero-circle-1,.hero-box .hero-circle-2,.hero-box .hero-circle-3{position:absolute;border-radius:50%;z-index:1;pointer-events:none}
.hero-box .hero-circle-1{width:340px;height:340px;top:-80px;left:-100px;background:radial-gradient(circle,#ff63182e 0%,transparent 70%);border:1.5px solid #ff63181f}
.hero-box .hero-circle-2{width:220px;height:220px;bottom:-60px;right:-50px;background:radial-gradient(circle,#353d4d38 0%,transparent 70%);border:1.5px solid #353d4d26}
.hero-box .hero-circle-3{width:140px;height:140px;top:40px;right:18%;background:radial-gradient(circle,#e5e3e31a 0%,transparent 70%);border:1px solid #e5e3e321}
.hero-box .hero-content-box{position:relative;z-index:2;text-align:center;padding:54px 36px 50px;max-width:720px;background:#14161c75;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:4px;border:1px solid #ff63182e;box-shadow:0 4px 32px #00000052}
.hero-box .hero-content-box .hero-badge{display:inline-flex;align-items:center;gap:7px;background:#ff631824;border:1px solid #ff631847;border-radius:3px;padding:5px 14px;margin-bottom:22px;color:#FF6318;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}
.hero-box .hero-content-box .hd{font-size:clamp(2rem,5vw,3.1rem);font-weight:700;line-height:1.18;color:#fff;margin:0 0 18px;letter-spacing:-.02em}
.hero-box .hero-content-box .hd .accent-word{color:#FF6318;position:relative}
.hero-box .hero-content-box .hd .accent-word::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:linear-gradient(90deg,#FF6318 0%,transparent 100%);border-radius:2px}
.hero-box .hero-content-box .hero-sub{color:#e5e3e3d1;font-size:1.05rem;line-height:1.65;margin:0 0 30px;max-width:540px;margin-left:auto;margin-right:auto}
.hero-box .hero-content-box .hero-cta-row{display:flex;flex-direction:row;gap:14px;justify-content:center;flex-wrap:wrap}
.hero-box .hero-content-box .btn-primary-hero{display:inline-flex;align-items:center;gap:8px;background:#FF6318;color:#fff;font-size:.95rem;font-weight:600;padding:13px 28px;border-radius:3px;text-decoration:none;letter-spacing:.02em;box-shadow:0 2px 12px #ff631847;transition:background .22s cubic-bezier(.4,0,.2,1),box-shadow 0.22s,transform .18s;position:relative;z-index:3}
.hero-box .hero-content-box .btn-primary-hero:hover{background:#e5510a;box-shadow:0 4px 22px #ff631861;transform:translateY(-2px)}
.hero-box .hero-content-box .btn-outline-hero{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#E5E3E3;font-size:.95rem;font-weight:600;padding:13px 28px;border-radius:3px;text-decoration:none;letter-spacing:.02em;border:1.5px solid #e5e3e361;transition:border-color 0.22s,color 0.18s,background .18s;position:relative;z-index:3}
.hero-box .hero-content-box .btn-outline-hero:hover{border-color:#FF6318;color:#FF6318;background:#ff63180f}
.transparency-section{background:#fff;padding:80px 20px 70px}
.transparency-inner{max-width:1200px;margin:0 auto}
.transparency-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:52px;max-width:640px}
.transparency-header .section-label{display:inline-flex;align-items:center;gap:8px;color:#FF6318;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}
.transparency-header .section-label::before{content:'';display:inline-block;width:22px;height:2px;background:#FF6318;border-radius:2px}
.transparency-header h2{font-size:clamp(1.55rem,3.2vw,2.15rem);font-weight:700;color:#353D4D;line-height:1.28;margin:0 0 16px}
.transparency-header p{color:#5a6174;font-size:1rem;line-height:1.7;margin:0}
.trans-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}
.trans-left{display:flex;flex-direction:column;gap:0}
.trans-card{background:#fff;border:1px solid #E5E3E3;border-radius:4px;padding:32px 30px;position:relative;transition:box-shadow 0.22s,border-color .22s;margin:0}
.trans-card:hover{box-shadow:0 4px 18px #353d4d17;border-color:#ff631847}
.trans-card .tc-icon{width:44px;height:44px;border-radius:3px;background:linear-gradient(135deg,#FF6318 0%,#353D4D 100%);display:flex;align-items:center;justify-content:center;margin-bottom:18px;flex-shrink:0}
.trans-card .tc-icon .mdi{font-size:1.3rem;color:#fff}
.trans-card h4{font-size:1.05rem;font-weight:700;color:#353D4D;margin:0 0 10px}
.trans-card p{color:#5a6174;font-size:.93rem;line-height:1.65;margin:0}
.trans-card .tc-tag{display:inline-block;margin-top:14px;background:#ff631817;color:#FF6318;font-size:.75rem;font-weight:700;letter-spacing:.06em;padding:3px 10px;border-radius:2px;text-transform:uppercase}
.trans-right{display:flex;flex-direction:column}
.trans-img-block{flex:1;position:relative;min-height:220px;overflow:hidden;border-radius:4px}
.trans-img-block img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.trans-img-block .img-overlay-stat{position:absolute;bottom:20px;left:20px;background:#353d4de0;backdrop-filter:blur(8px);border-radius:4px;padding:14px 20px;border-left:3px solid #FF6318}
.trans-img-block .img-overlay-stat .stat-num{font-size:1.7rem;font-weight:800;color:#FF6318;line-height:1}
.trans-img-block .img-overlay-stat .stat-lbl{font-size:.8rem;color:#e5e3e3d9;margin-top:3px}
.trans-testimonial{background:linear-gradient(120deg,#353D4D 0%,#22273a 100%);border-radius:4px;padding:28px 28px 24px;margin-top:8px;position:relative}
.trans-testimonial::before{content:'\201C';position:absolute;top:12px;left:22px;font-size:4rem;color:#ff631838;line-height:1;font-family:Georgia,serif}
.trans-testimonial .tt-text{color:#e5e3e3e0;font-size:.92rem;line-height:1.65;margin:0 0 16px;padding-top:14px}
.trans-testimonial .tt-author{display:flex;align-items:center;gap:12px}
.trans-testimonial .tt-author img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #ff631866}
.trans-testimonial .tt-author .tt-name{font-size:.88rem;font-weight:700;color:#fff}
.trans-testimonial .tt-author .tt-role{font-size:.78rem;color:#e5e3e38c}
.schedule-section{background:linear-gradient(155deg,#353D4D 0%,#22273a 55%,#1a1f2e 100%);padding:80px 20px 70px;position:relative;overflow:hidden}
.schedule-section::before{content:'';position:absolute;top:-120px;right:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#ff63181a 0%,transparent 70%);pointer-events:none}
.schedule-inner{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.schedule-top{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;margin-bottom:56px}
.schedule-top-left h2{font-size:clamp(1.55rem,3.2vw,2.15rem);font-weight:700;color:#fff;line-height:1.28;margin:0 0 18px}
.schedule-top-left h2 span{color:#FF6318}
.schedule-top-left .sched-desc{color:#e5e3e3b8;font-size:.97rem;line-height:1.7;margin:0}
.schedule-top-right{display:flex;flex-direction:column;gap:16px}
.sched-pill{display:flex;flex-direction:row;align-items:center;gap:16px;background:#ffffff0a;border:1px solid #e5e3e31a;border-radius:4px;padding:16px 20px;transition:border-color 0.2s,background .2s}
.sched-pill:hover{border-color:#ff631859;background:#ff63180d}
.sched-pill .sp-icon{width:38px;height:38px;border-radius:3px;background:#ff631829;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.sched-pill .sp-icon .mdi{color:#FF6318;font-size:1.2rem}
.sched-pill .sp-body{display:flex;flex-direction:column}
.sched-pill .sp-body .sp-title{font-size:.9rem;font-weight:700;color:#fff;margin-bottom:2px}
.sched-pill .sp-body .sp-desc{font-size:.82rem;color:#e5e3e38c}
.schedule-cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.sched-course-card{background:#ffffff0d;border:1px solid #e5e3e31a;border-radius:4px;overflow:hidden;transition:box-shadow 0.22s,border-color 0.22s,transform .18s;cursor:pointer;position:relative}
.sched-course-card:hover{border-color:#ff631861;box-shadow:0 6px 28px #00000047;transform:translateY(-3px)}
.sched-course-card .scc-img-wrap{position:relative;height:160px;overflow:hidden}
.sched-course-card .scc-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .32s cubic-bezier(.4,0,.2,1)}
.sched-course-card:hover .scc-img-wrap img{transform:scale(1.04)}
.sched-course-card .scc-img-wrap .scc-level{position:absolute;top:10px;right:10px;background:#FF6318;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:3px 9px;border-radius:2px}
.sched-course-card .scc-body{padding:20px 20px 18px}
.sched-course-card .scc-body .scc-title{font-size:.96rem;font-weight:700;color:#fff;margin:0 0 8px;line-height:1.3}
.sched-course-card .scc-body .scc-meta{display:flex;flex-direction:row;gap:14px;margin-bottom:14px;flex-wrap:wrap}
.sched-course-card .scc-body .scc-meta span{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;color:#e5e3e38c}
.sched-course-card .scc-body .scc-meta span .mdi{font-size:.88rem;color:#ff6318b3}
.sched-course-card .scc-body .scc-link{display:inline-flex;align-items:center;gap:6px;color:#FF6318;font-size:.82rem;font-weight:700;text-decoration:none;letter-spacing:.03em;transition:gap .18s}
.sched-course-card .scc-body .scc-link:hover{gap:10px}
.schedule-expert-row{display:flex;flex-direction:row;align-items:center;gap:22px;background:#ff631814;border:1px solid #ff631833;border-radius:4px;padding:22px 28px;margin-top:28px}
.schedule-expert-row img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #ff631861;flex-shrink:0}
.schedule-expert-row .ser-text{flex:1;display:flex;flex-direction:column}
.schedule-expert-row .ser-text .ser-name{font-size:.97rem;font-weight:700;color:#fff}
.schedule-expert-row .ser-text .ser-role{font-size:.82rem;color:#e5e3e38c;margin-bottom:6px}
.schedule-expert-row .ser-text .ser-quote{font-size:.88rem;color:#e5e3e3c7;line-height:1.5}
.schedule-expert-row .ser-cta{display:inline-flex;align-items:center;gap:7px;background:#FF6318;color:#fff;font-size:.85rem;font-weight:700;padding:11px 22px;border-radius:3px;text-decoration:none;transition:background 0.2s,transform .18s;white-space:nowrap;flex-shrink:0}
.schedule-expert-row .ser-cta:hover{background:#e5510a;transform:translateY(-1px)}
::-webkit-scrollbar{width:4px}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:#ff631873;border-radius:4px}
::-webkit-scrollbar-thumb:hover{background:#FF6318}
@media (max-width: 900px) {
.trans-grid{grid-template-columns:1fr}
.trans-right{margin-top:0}
.trans-img-block{min-height:200px}
.schedule-top{grid-template-columns:1fr;gap:30px}
.schedule-cards-row{grid-template-columns:1fr 1fr}
}
@media (max-width: 600px) {
.hero-box{min-height:380px}
.hero-box .hero-content-box{padding:36px 18px 32px}
.schedule-cards-row{grid-template-columns:1fr}
.schedule-expert-row{flex-direction:column;align-items:flex-start;gap:16px}
.transparency-section{padding:50px 16px 44px}
.schedule-section{padding:50px 16px 44px}
.trans-card{padding:22px 18px}
}
.contact-wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.ct-hero-box{position:relative;overflow:hidden;background:#353D4D;padding:80px 0 0}
.ct-hero-box::before{content:'';position:absolute;top:-60px;right:-80px;width:420px;height:420px;background:radial-gradient(ellipse at center,#ff631847 0%,#353d4d00 70%);border-radius:50%;animation:pulseAccent 6s ease-in-out infinite alternate}
@keyframes pulseAccent {
0%{transform:scale(1) translateY(0);opacity:.7}
100%{transform:scale(1.15) translateY(-20px);opacity:1}
}
.ct-hero-inner{display:flex;flex-direction:row;align-items:flex-end;gap:0;max-width:1200px;margin:0 auto;padding:0 24px}
.ct-hero-text-col{flex:1 1 55%;padding-bottom:60px;position:relative;z-index:2}
.ct-hero-text-col .ct-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#ff63181f;border:1px solid #ff63184d;color:#FF6318;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:6px 14px;border-radius:3px;margin-bottom:28px}
.ct-hero-text-col h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;color:#fff;line-height:1.15;margin:0 0 24px;letter-spacing:-.02em}
.ct-hero-text-col h1 .hl-accent{color:#FF6318;position:relative;display:inline-block}
.ct-hero-text-col h1 .hl-accent::after{content:'';position:absolute;bottom:2px;left:0;right:0;height:3px;background:linear-gradient(90deg,#FF6318 0%,#ff631833 100%);border-radius:2px}
.ct-hero-text-col .ct-sub{font-size:1.05rem;color:#e5e3e3c7;line-height:1.7;max-width:460px;margin:0 0 40px}
.ct-info-strip{display:flex;flex-direction:column;gap:16px}
.ct-info-item{display:flex;flex-direction:row;align-items:center;gap:14px}
.ct-info-icon-box{width:40px;height:40px;background:#ff631824;border:1px solid #ff631840;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ct-info-icon-box .mdi{font-size:1.2rem;color:#FF6318}
.ct-info-item-text{display:flex;flex-direction:column;gap:2px}
.ct-info-item-text .itm-label{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#e5e3e380;font-weight:600}
.ct-info-item-text .itm-val{font-size:.92rem;color:#E5E3E3;font-weight:500}
.ct-info-item-text a.itm-val{color:#E5E3E3;text-decoration:none;transition:color .2s}
.ct-info-item-text a.itm-val:hover{color:#FF6318}
.ct-hero-img-col{flex:0 0 42%;position:relative;align-self:flex-end}
.ct-hero-img-col img{display:block;width:100%;height:420px;object-fit:cover;object-position:center top;border-radius:6px 6px 0 0;mask-image:linear-gradient(to bottom,#000f 60%,#0000 100%);-webkit-mask-image:linear-gradient(to bottom,#000f 60%,#0000 100%);filter:saturate(0.85);position:relative;z-index:1}
.ct-hero-img-col::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#ff63182e 0%,#353d4d8c 100%);z-index:2;border-radius:6px 6px 0 0;pointer-events:none}
.ct-wave-divider{width:100%;line-height:0;overflow:hidden;background:#353D4D}
.ct-wave-divider svg{display:block}
.ct-form-section{background:#f7f7f8;padding:80px 0}
.ct-form-section-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;gap:64px;align-items:flex-start}
.ct-form-aside{flex:0 0 300px}
.ct-form-aside .aside-heading{font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;color:#FF6318;font-weight:700;margin:0 0 14px;display:flex;align-items:center;gap:8px}
.ct-form-aside .aside-heading::before{content:'';display:inline-block;width:18px;height:2px;background:#FF6318}
.ct-form-aside h2{font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:800;color:#353D4D;line-height:1.2;margin:0 0 20px;letter-spacing:-.02em}
.ct-form-aside .aside-body{font-size:.95rem;line-height:1.75;color:#555e70;margin:0 0 32px}
.ct-faq-items{display:flex;flex-direction:column;gap:0}
.ct-faq-item{border-top:1px solid #e0dede;padding:16px 0}
.ct-faq-item:last-child{border-bottom:1px solid #e0dede}
.ct-faq-item input[type="checkbox"]{display:none}
.ct-faq-item label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:.88rem;font-weight:700;color:#353D4D;cursor:pointer;gap:8px;user-select:none}
.ct-faq-item label .faq-icon{font-size:1.1rem;color:#FF6318;transition:transform .3s cubic-bezier(0.34,1.56,0.64,1);flex-shrink:0}
.ct-faq-item input[type="checkbox"]:checked ~ label .faq-icon{transform:rotate(45deg)}
.ct-faq-body{font-size:.84rem;color:#636b7a;line-height:1.7;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s ease;padding-top:0}
.ct-faq-item input[type="checkbox"]:checked ~ .ct-faq-body{max-height:200px;padding-top:10px}
.ct-form-main{flex:1 1 auto}
.ct-form-card{background:#fff;border-radius:6px;box-shadow:0 4px 24px #353d4d17 0 1px 3px #353d4d0f;padding:48px 40px;border-top:3px solid #FF6318}
.ct-form-card .form-head{margin-bottom:36px}
.ct-form-card .form-head .fh-badge{display:inline-flex;align-items:center;gap:6px;background:#fff3ec;color:#FF6318;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:14px}
.ct-form-card .form-head h3{font-size:1.3rem;font-weight:800;color:#353D4D;margin:0 0 8px}
.ct-form-card .form-head p{font-size:.88rem;color:#8a93a2;margin:0;line-height:1.6}
.form-field-group{display:flex;flex-direction:column;gap:22px;margin-bottom:28px}
.form-field{display:flex;flex-direction:column;gap:7px}
.form-field label{font-size:.78rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#353D4D}
.form-field label .req-star{color:#FF6318;margin-left:2px}
.form-field input[type="email"],.form-field select{width:100%;padding:13px 16px;border:1.5px solid #e0dede;border-radius:4px;font-size:.95rem;color:#353D4D;background:#fafafa;outline:none;transition:border-color 0.2s,box-shadow 0.2s,background .2s;cursor:pointer;appearance:none;-webkit-appearance:none;box-sizing:border-box}
.form-field .select-wrap{position:relative}
.form-field .select-wrap::after{content:'\F0140';font-family:'Material Design Icons';position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#FF6318;font-size:1.1rem;pointer-events:none}
.form-field input[type="email"]:focus,.form-field select:focus{border-color:#FF6318;background:#fff;box-shadow:0 0 0 3px #ff63181a}
.form-field input[type="email"]::placeholder{color:#bbb}
.ct-privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:28px;padding:16px;background:#f7f7f8;border-radius:4px;border:1px solid #e8e6e6}
.ct-privacy-row input[type="checkbox"]{width:18px;height:18px;accent-color:#FF6318;flex-shrink:0;margin-top:2px;cursor:pointer}
.ct-privacy-row .prv-text{font-size:.82rem;color:#636b7a;line-height:1.6}
.ct-privacy-row .prv-text a{color:#FF6318;text-decoration:underline;text-decoration-color:#ff631866;text-underline-offset:2px;transition:text-decoration-color .2s}
.ct-privacy-row .prv-text a:hover{text-decoration-color:#FF6318}
.ct-submit-btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(42deg,#FF6318 0%,#e05510 100%);color:#fff;font-size:.95rem;font-weight:700;padding:15px 36px;border:none;border-radius:4px;cursor:pointer;transition:transform .2s cubic-bezier(0.34,1.56,0.64,1),box-shadow .2s;box-shadow:0 4px 14px #ff63184d;width:100%;justify-content:center;letter-spacing:.04em;text-transform:uppercase}
.ct-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px #ff631866}
.ct-submit-btn:active{transform:translateY(0)}
.ct-submit-btn .mdi{font-size:1.2rem}
.form-secure-note{display:flex;align-items:center;gap:6px;margin-top:16px;font-size:.76rem;color:#aab0bb;justify-content:center}
.form-secure-note .mdi{font-size:.9rem;color:#c0c6cf}
@media (max-width: 900px) {
.ct-hero-inner{flex-direction:column;gap:40px;align-items:flex-start}
.ct-hero-img-col{width:100%;align-self:auto}
.ct-hero-img-col img{height:280px;border-radius:4px}
.ct-form-section-inner{flex-direction:column;gap:40px}
.ct-form-aside{flex:unset;width:100%}
.ct-form-card{padding:32px 24px}
}
@media (max-width: 600px) {
.ct-hero-box{padding:50px 0 0}
.ct-hero-text-col{padding-bottom:40px}
.ct-hero-text-col h1{font-size:1.7rem}
.ct-form-section{padding:50px 0}
.ct-form-card{padding:24px 16px}
}
::-webkit-scrollbar{width:4px}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:#ff631859;border-radius:10px}
::-webkit-scrollbar-thumb:hover{background:#FF6318}
.pg-about{overflow-x:hidden}
.title-block{position:relative;background:#353D4D;overflow:hidden;padding:80px 0 0}
.title-block .geo-bg{position:absolute;inset:0;z-index:0;pointer-events:none}
.title-block .dot-corner{position:absolute;width:80px;height:80px;z-index:1}
.title-block .dot-corner.tl{top:18px;left:18px}
.title-block .dot-corner.tr{top:18px;right:18px}
.title-block .dot-corner.bl{bottom:0;left:18px}
.title-block .dot-corner.br{bottom:0;right:18px}
.title-inner-box{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;flex-direction:row;align-items:flex-end;gap:48px;position:relative;z-index:2}
.title-text-box{flex:1 1 55%;padding-bottom:64px}
.title-text-box .label-tag{display:inline-flex;align-items:center;gap:8px;background:#ff631826;border:1px solid #FF6318;border-radius:4px;padding:5px 14px;margin-bottom:22px}
.title-text-box .label-tag span{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#FF6318}
.title-text-box .pg-h1{font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.1;color:#fff;margin:0 0 20px;position:relative}
.title-text-box .pg-h1 em{font-style:normal;color:#FF6318}
.title-text-box .pg-h1::after{content:'';display:block;width:52px;height:3px;background:linear-gradient(90deg,#FF6318,transparent);margin-top:14px}
.title-text-box .pg-desc{font-size:16px;line-height:1.7;color:#c5c9d4;max-width:520px;margin:0 0 32px}
.title-btns{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.btn-primary-ab{display:inline-flex;align-items:center;gap:8px;background:#FF6318;color:#fff;font-size:14px;font-weight:700;padding:13px 28px;border-radius:4px;text-decoration:none;border:2px solid #FF6318;transition:background .22s cubic-bezier(.4,0,.2,1),transform .18s cubic-bezier(.4,0,.2,1),box-shadow .18s;position:relative;z-index:3;cursor:pointer}
.btn-primary-ab:hover{background:#e5560f;border-color:#e5560f;transform:translateY(-2px);box-shadow:0 6px 18px #ff631852}
.btn-ghost-ab{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;font-size:14px;font-weight:700;padding:13px 28px;border-radius:4px;text-decoration:none;border:2px solid #ffffff4d;transition:border-color .22s,background .18s,transform .18s;position:relative;z-index:3;cursor:pointer}
.btn-ghost-ab:hover{border-color:#fff;background:#ffffff12;transform:translateY(-2px)}
.title-image-box{flex:0 0 auto;width:clamp(240px,35%,380px);align-self:flex-end;position:relative}
.title-image-box .img-cutout-wrap{position:relative;display:block}
.title-image-box .img-cutout-wrap::before{content:'';position:absolute;bottom:0;left:-12px;right:-12px;top:30px;background:linear-gradient(135deg,#FF6318 0%,#353D4D 100%);clip-path:polygon(0 12%,100% 0%,100% 100%,0% 100%);z-index:0;opacity:.35;border-radius:6px 6px 0 0}
.title-image-box .img-cutout-wrap img{display:block;width:100%;height:360px;object-fit:cover;object-position:top center;position:relative;z-index:1;border-radius:6px 6px 0 0;filter:grayscale(20%) contrast(1.08);mix-blend-mode:luminosity}
.title-image-box .img-cutout-wrap::after{content:'';position:absolute;inset:0;border-radius:6px 6px 0 0;background:linear-gradient(180deg,transparent 40%,#353D4D 100%);z-index:2;pointer-events:none}
.title-wave{display:block;width:100%;line-height:0;background:#353D4D;margin-top:-2px}
.about-story-section{background:#f7f6f6;padding:80px 0 72px}
.story-inner-box{max-width:1200px;margin:0 auto;padding:0 32px}
.story-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:24px}
.story-main-card{grid-column:1 / 3;grid-row:1 / 2;background:#fff;border-radius:6px;box-shadow:3px 3px 0 #E5E3E3;padding:44px 44px 40px;display:flex;flex-direction:column;gap:20px;border-left:4px solid #FF6318;position:relative;overflow:hidden}
.story-main-card::before{content:'';position:absolute;top:-20px;right:-20px;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#FF6318 0%,#E5E3E3 100%);opacity:.08;pointer-events:none}
.story-main-card .s-heading{font-size:26px;font-weight:800;color:#353D4D;line-height:1.2;margin:0;position:relative}
.story-main-card .s-heading::before{content:'';display:inline-block;width:8px;height:8px;border-radius:2px;background:#FF6318;margin-right:12px;vertical-align:middle;transform:rotate(45deg)}
.story-main-card .s-para{font-size:15px;line-height:1.75;color:#555d6e;margin:0}
.story-side-card{grid-column:3 / 4;grid-row:1 / 3;background:linear-gradient(160deg,#353D4D 0%,#23293a 100%);border-radius:6px;padding:36px 30px;display:flex;flex-direction:column;gap:22px;box-shadow:3px 3px 0 #353d4d2e}
.story-side-card .side-title{font-size:17px;font-weight:700;color:#fff;margin:0 0 4px;display:flex;align-items:center;gap:10px}
.story-side-card .side-title i{color:#FF6318;font-size:20px}
.side-stat-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}
.side-stat-list li{display:flex;flex-direction:column;gap:5px}
.side-stat-list li .stat-num{font-size:32px;font-weight:800;color:#FF6318;line-height:1}
.side-stat-list li .stat-label{font-size:13px;color:#9aa0ae;line-height:1.4}
.stat-divider{height:1px;background:#ffffff14}
.story-img-card{grid-column:1 / 2;grid-row:2 / 3;border-radius:6px;overflow:hidden;box-shadow:3px 3px 0 #E5E3E3;position:relative;min-height:220px}
.story-img-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.4,0,.2,1)}
.story-img-card:hover img{transform:scale(1.04)}
.story-img-card .img-overlay-label{position:absolute;bottom:0;left:0;right:0;padding:18px 20px 16px;background:linear-gradient(0deg,#353d4dd9 0%,transparent 100%);z-index:2}
.story-img-card .img-overlay-label span{font-size:13px;font-weight:700;color:#fff;letter-spacing:.5px}
.story-feature-card{grid-column:2 / 3;grid-row:2 / 3;background:#fff;border-radius:6px;box-shadow:3px 3px 0 #E5E3E3;padding:32px 28px;display:flex;flex-direction:column;gap:16px}
.story-feature-card .feat-title{font-size:16px;font-weight:700;color:#353D4D;margin:0}
.feat-pill-list{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}
.feat-pill-list li{display:flex;align-items:center;gap:10px;font-size:14px;color:#555d6e;line-height:1.4}
.feat-pill-list li i{color:#FF6318;font-size:18px;flex-shrink:0}
.approach-section{background:#fff;padding:80px 0}
.approach-inner-box{max-width:1200px;margin:0 auto;padding:0 32px}
.approach-header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:52px;flex-wrap:wrap}
.approach-header .ap-left{flex:1 1 auto}
.approach-header .ap-section-label{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#FF6318;display:flex;align-items:center;gap:8px;margin-bottom:12px}
.approach-header .ap-section-label::before{content:'';display:inline-block;width:24px;height:2px;background:#FF6318}
.approach-header .ap-h2{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#353D4D;margin:0;line-height:1.15}
.approach-header .ap-sub{font-size:14px;color:#8590a2;max-width:320px;line-height:1.6;flex-shrink:0}
.approach-tabs-box{display:flex;flex-direction:column;gap:0}
.ap-tab-input{display:none}
.ap-tabs-nav{display:flex;flex-direction:row;gap:0;border-bottom:2px solid #E5E3E3;margin-bottom:0}
.ap-tab-label{padding:14px 26px;font-size:14px;font-weight:600;color:#8590a2;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s;display:flex;align-items:center;gap:8px;white-space:nowrap}
.ap-tab-label i{font-size:18px}
.ap-tab-label:hover{color:#353D4D}
#ap-tab1:checked ~ .ap-tabs-nav label[for="ap-tab1"],#ap-tab2:checked ~ .ap-tabs-nav label[for="ap-tab2"],#ap-tab3:checked ~ .ap-tabs-nav label[for="ap-tab3"]{color:#FF6318;border-bottom-color:#FF6318}
.ap-tab-panel{display:none;padding:44px 0 0}
#ap-tab1:checked ~ .ap-tabs-nav ~ .ap-panel-1,#ap-tab2:checked ~ .ap-tabs-nav ~ .ap-panel-2,#ap-tab3:checked ~ .ap-tabs-nav ~ .ap-panel-3{display:block}
.ap-panel-inner{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center}
.ap-panel-text .ap-panel-h3{font-size:22px;font-weight:800;color:#353D4D;margin:0 0 16px;line-height:1.25}
.ap-panel-text .ap-panel-p{font-size:15px;line-height:1.75;color:#555d6e;margin:0 0 22px}
.ap-panel-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.ap-panel-steps li{display:flex;align-items:flex-start;gap:14px;font-size:14px;color:#555d6e;line-height:1.5}
.ap-panel-steps li .step-num{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:#FF6318;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}
.ap-panel-visual{position:relative;border-radius:6px;overflow:hidden;box-shadow:6px 6px 0 #E5E3E3}
.ap-panel-visual img{display:block;width:100%;height:300px;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}
.ap-panel-visual:hover img{transform:scale(1.04)}
.ap-panel-visual .vis-badge{position:absolute;bottom:16px;left:16px;background:#FF6318;color:#fff;font-size:12px;font-weight:700;padding:6px 14px;border-radius:3px;letter-spacing:.5px;z-index:2}
.team-inline-box{background:#f7f6f6;border-radius:6px;padding:32px;display:flex;flex-direction:row;align-items:center;gap:28px;margin-top:52px;border-left:4px solid #FF6318;box-shadow:2px 2px 0 #E5E3E3}
.team-inline-box img{width:80px;height:80px;border-radius:50%;object-fit:cover;object-position:top;flex-shrink:0;border:3px solid #FF6318}
.team-inline-box .team-text{flex:1}
.team-inline-box .team-name{font-size:17px;font-weight:700;color:#353D4D;margin:0 0 3px}
.team-inline-box .team-role{font-size:12px;font-weight:600;color:#FF6318;letter-spacing:1px;text-transform:uppercase;margin:0 0 10px}
.team-inline-box .team-quote{font-size:14px;line-height:1.65;color:#555d6e;margin:0;font-style:italic}
.ap-wave-divider{display:block;width:100%;background:#f7f6f6;line-height:0}
@media (max-width: 900px) {
.title-inner-box{flex-direction:column;align-items:flex-start;gap:32px}
.title-image-box{width:100%;max-width:420px;align-self:center}
.story-grid{grid-template-columns:1fr 1fr}
.story-main-card{grid-column:1 / 3}
.story-side-card{grid-column:1 / 3;grid-row:auto}
.story-img-card{grid-column:1 / 2;grid-row:auto}
.story-feature-card{grid-column:2 / 3;grid-row:auto}
.ap-panel-inner{grid-template-columns:1fr}
.ap-panel-visual{order:-1}
.ap-panel-visual img{height:220px}
.approach-header{flex-direction:column;align-items:flex-start;gap:16px}
}
@media (max-width: 600px) {
.title-block{padding:52px 0 0}
.title-inner-box{padding:0 18px}
.story-inner-box{padding:0 18px}
.approach-inner-box{padding:0 18px}
.story-grid{grid-template-columns:1fr}
.story-main-card{grid-column:1;padding:28px 22px}
.story-side-card{grid-column:1}
.story-img-card{grid-column:1;min-height:180px}
.story-feature-card{grid-column:1}
.ap-tabs-nav{overflow-x:auto}
.ap-tab-label{padding:12px 16px;font-size:13px}
.team-inline-box{flex-direction:column;align-items:flex-start}
.title-btns{flex-direction:column}
.about-story-section{padding:52px 0 48px}
.approach-section{padding:52px 0}
}
.prog-hero{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden}
.prog-hero .hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(0px);z-index:0}
.prog-hero .hero-bg-img-blurred{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(18px) brightness(0.55) saturate(1.2);z-index:1;transform:scale(1.06)}
.prog-hero .hero-color-overlay{position:absolute;inset:0;background:linear-gradient(42deg,#FF6318 0%,#353D4D 55%,#E5E3E3 100%);opacity:.62;z-index:2}
.prog-hero .hero-content-box{position:relative;z-index:4;max-width:1200px;margin:0 auto;padding:80px 40px;width:100%}
.prog-hero .hero-frame{display:inline-block;border:2px solid #ffffff61;padding:38px 48px 38px 44px;position:relative;max-width:640px}
.prog-hero .hero-frame::before{content:'';position:absolute;top:-2px;left:-2px;width:60px;height:60px;border-top:3px solid #FF6318;border-left:3px solid #FF6318}
.prog-hero .hero-frame::after{content:'';position:absolute;bottom:-2px;right:-2px;width:60px;height:60px;border-bottom:3px solid #FF6318;border-right:3px solid #FF6318}
.prog-hero .hero-label{display:inline-block;background:#FF6318;color:#fff;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;margin-bottom:20px}
.prog-hero .hero-frame h1{font-size:clamp(26px,4vw,46px);font-weight:800;color:#fff;line-height:1.18;margin:0 0 18px}
.prog-hero .hero-frame h1 span{color:#FF6318}
.prog-hero .hero-frame p{color:#ffffffe0;font-size:16px;line-height:1.72;margin:0 0 26px;max-width:520px}
.prog-hero .hero-cta-row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.prog-hero .btn-primary-hero{display:inline-flex;align-items:center;gap:8px;background:#FF6318;color:#fff;font-size:15px;font-weight:700;padding:13px 28px;border:none;cursor:pointer;text-decoration:none;border-radius:3px;box-shadow:3px 4px 0 #353D4D;transition:background .22s cubic-bezier(.4,0,.2,1),box-shadow .18s;z-index:5}
.prog-hero .btn-primary-hero:hover{background:#e5531a;box-shadow:5px 6px 0 #353D4D}
.prog-hero .btn-outline-hero{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;font-size:15px;font-weight:600;padding:13px 28px;border:2px solid #fff9;cursor:pointer;text-decoration:none;border-radius:3px;transition:border-color 0.2s,color 0.2s,background .2s;z-index:5}
.prog-hero .btn-outline-hero:hover{border-color:#FF6318;color:#FF6318;background:#ffffff0f}
.prog-courses-section{background:#f7f6f6;padding:80px 0 72px}
.prog-courses-inner{max-width:1200px;margin:0 auto;padding:0 40px}
.prog-courses-top{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:52px;flex-wrap:wrap}
.prog-courses-top .section-eyebrow{display:flex;flex-direction:column;gap:10px}
.prog-courses-top .eyebrow-tag{display:inline-flex;align-items:center;gap:8px;color:#FF6318;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.prog-courses-top h2{font-size:clamp(22px,3vw,36px);font-weight:800;color:#353D4D;line-height:1.22;margin:0;max-width:480px}
.prog-courses-top h2 em{font-style:normal;color:#FF6318}
.prog-courses-top .courses-intro-text{color:#5a6070;font-size:15px;line-height:1.7;max-width:380px;margin:0}
.courses-tabs-box{display:flex;flex-direction:column;gap:0}
.courses-tab-input{display:none}
.courses-tab-labels{display:flex;flex-direction:row;gap:0;border-bottom:2px solid #E5E3E3;margin-bottom:36px}
.courses-tab-label{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;cursor:pointer;font-size:14px;font-weight:600;color:#7a8190;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color 0.18s,border-color .18s;user-select:none}
.courses-tab-label:hover{color:#FF6318}
#tab1:checked ~ .courses-tab-labels .lbl1,#tab2:checked ~ .courses-tab-labels .lbl2,#tab3:checked ~ .courses-tab-labels .lbl3{color:#FF6318;border-bottom-color:#FF6318}
.courses-tab-panels{position:relative}
.courses-tab-panel{display:none}
#tab1:checked ~ .courses-tab-panels .panel1,#tab2:checked ~ .courses-tab-panels .panel2,#tab3:checked ~ .courses-tab-panels .panel3{display:block}
.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.course-card{background:#fff;border-radius:4px;box-shadow:2px 4px 14px #353d4d14;overflow:hidden;transition:box-shadow .22s cubic-bezier(.4,0,.2,1),transform .2s;display:flex;flex-direction:column}
.course-card:hover{box-shadow:4px 8px 22px #353d4d29;transform:translateY(-3px)}
.course-card .card-accent{height:5px;background:linear-gradient(90deg,#FF6318 0%,#353D4D 100%)}
.course-card .card-body{padding:24px 22px 20px;display:flex;flex-direction:column;flex:1}
.course-card .card-icon-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:16px}
.course-card .card-icon{width:44px;height:44px;border-radius:3px;background:linear-gradient(135deg,#FF6318 0%,#353D4D 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px}
.course-card .card-level{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#FF6318;background:#ff631817;padding:3px 9px;border-radius:2px}
.course-card h4{font-size:17px;font-weight:700;color:#353D4D;margin:0 0 10px;line-height:1.3}
.course-card .card-desc{font-size:13.5px;color:#6b7280;line-height:1.65;margin:0 0 18px;flex:1}
.course-card .card-meta{display:flex;flex-direction:row;gap:16px;font-size:12px;color:#9aa0ad;margin-bottom:18px;flex-wrap:wrap}
.course-card .card-meta span{display:inline-flex;align-items:center;gap:4px}
.course-card .card-enroll-btn{display:inline-flex;align-items:center;gap:7px;background:#353D4D;color:#fff;font-size:13px;font-weight:600;padding:10px 18px;border-radius:3px;text-decoration:none;border:none;cursor:pointer;transition:background .18s;align-self:flex-start}
.course-card .card-enroll-btn:hover{background:#FF6318}
.prog-approach-section{background:#fff;padding:88px 0 80px}
.prog-approach-inner{max-width:1200px;margin:0 auto;padding:0 40px}
.prog-approach-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.prog-approach-left{display:flex;flex-direction:column;gap:0}
.prog-approach-left .approach-tag{display:inline-flex;align-items:center;gap:8px;color:#FF6318;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px}
.prog-approach-left h2{font-size:clamp(22px,2.8vw,34px);font-weight:800;color:#353D4D;line-height:1.24;margin:0 0 22px}
.prog-approach-left h2 strong{color:#FF6318;font-weight:800}
.prog-approach-left .approach-lead{font-size:15.5px;color:#4a5568;line-height:1.74;margin:0 0 30px}
.approach-visual-box{position:relative;border-radius:4px;overflow:hidden}
.approach-visual-box img{width:100%;height:300px;object-fit:cover;display:block;border-radius:4px}
.approach-visual-box .img-overlay-badge{position:absolute;bottom:18px;left:18px;background:#353D4D;color:#fff;font-size:13px;font-weight:600;padding:10px 16px;border-radius:3px;display:flex;flex-direction:row;align-items:center;gap:8px;box-shadow:2px 3px 10px #353d4d47}
.approach-visual-box .img-overlay-badge .badge-num{font-size:20px;font-weight:800;color:#FF6318}
.prog-approach-right{display:flex;flex-direction:column;gap:0}
.prog-approach-right h3{font-size:20px;font-weight:700;color:#353D4D;margin:0 0 24px}
.approach-step-list{display:flex;flex-direction:column;gap:0}
.approach-step{display:flex;flex-direction:row;gap:18px;padding:22px 0;border-bottom:1px solid #E5E3E3;align-items:flex-start}
.approach-step:last-child{border-bottom:none}
.approach-step .step-num{min-width:38px;height:38px;border-radius:2px;background:linear-gradient(135deg,#FF6318 0%,#e5531a 100%);color:#fff;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:2px 3px 6px #ff631840;flex-shrink:0}
.approach-step .step-content{display:flex;flex-direction:column;gap:5px}
.approach-step .step-content h5{font-size:15px;font-weight:700;color:#353D4D;margin:0}
.approach-step .step-content p{font-size:13.5px;color:#6b7280;line-height:1.62;margin:0}
.approach-cta-box{margin-top:32px;background:linear-gradient(42deg,#FF6318 0%,#353D4D 100%);border-radius:4px;padding:26px 28px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.approach-cta-box .cta-text{color:#fff;font-size:16px;font-weight:600;line-height:1.4}
.approach-cta-box .cta-text span{display:block;font-size:13px;opacity:.78;font-weight:400;margin-top:3px}
.approach-cta-box .cta-btn-white{display:inline-flex;align-items:center;gap:7px;background:#fff;color:#FF6318;font-size:14px;font-weight:700;padding:12px 24px;border-radius:3px;text-decoration:none;border:none;cursor:pointer;transition:background 0.18s,color .18s;flex-shrink:0;box-shadow:2px 3px 8px #00000024}
.approach-cta-box .cta-btn-white:hover{background:#FF6318;color:#fff}
.prog-testimonials-section{background:#353D4D;padding:84px 0 80px;position:relative;overflow:hidden}
.prog-testimonials-section::before{content:'';position:absolute;top:-80px;right:-80px;width:340px;height:340px;border-radius:50%;background:#ff631817}
.prog-testimonials-inner{max-width:1200px;margin:0 auto;padding:0 40px;position:relative;z-index:2}
.prog-testimonials-header{text-align:center;margin-bottom:54px}
.prog-testimonials-header .t-tag{display:inline-flex;align-items:center;gap:7px;color:#FF6318;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:14px}
.prog-testimonials-header h2{font-size:clamp(22px,2.8vw,34px);font-weight:800;color:#fff;margin:0 0 14px;line-height:1.22}
.prog-testimonials-header p{color:#ffffffa6;font-size:15px;line-height:1.68;max-width:520px;margin:0 auto}
.testimonials-asymmetric{display:grid;grid-template-columns:1.3fr 0.9fr 1fr;gap:22px;align-items:start}
.testi-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;padding:28px 24px;display:flex;flex-direction:column;gap:18px;transition:background 0.2s,border-color .2s}
.testi-card:hover{background:#ffffff1a;border-color:#ff631866}
.testi-card.testi-featured{background:#ff63181f;border-color:#ff63184d;padding:34px 28px}
.testi-card .testi-quote-icon{color:#FF6318;font-size:28px;opacity:.8}
.testi-card .testi-text{color:#ffffffe0;font-size:14.5px;line-height:1.72;margin:0;font-style:italic}
.testi-card.testi-featured .testi-text{font-size:16px}
.testi-card .testi-stars{display:flex;flex-direction:row;gap:3px}
.testi-card .testi-stars .mdi{color:#FF6318;font-size:15px}
.testi-card .testi-author{display:flex;flex-direction:row;align-items:center;gap:13px}
.testi-card .testi-author img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #ff631880;flex-shrink:0}
.testi-card .testi-author .author-info{display:flex;flex-direction:column;gap:2px}
.testi-card .testi-author .author-name{font-size:14px;font-weight:700;color:#fff}
.testi-card .testi-author .author-role{font-size:12px;color:#ffffff80}
.testi-bottom-stats{display:flex;flex-direction:row;justify-content:center;gap:48px;margin-top:52px;flex-wrap:wrap}
.testi-stat{display:flex;flex-direction:column;align-items:center;gap:4px}
.testi-stat .stat-val{font-size:32px;font-weight:800;color:#FF6318;line-height:1}
.testi-stat .stat-lbl{font-size:13px;color:#fff9}
.svg-divider{display:block;width:100%;overflow:hidden;line-height:0}
@media (max-width: 900px) {
.prog-approach-layout{grid-template-columns:1fr;gap:40px}
.course-grid{grid-template-columns:repeat(2,1fr)}
.testimonials-asymmetric{grid-template-columns:1fr 1fr}
.testimonials-asymmetric .testi-card:last-child{grid-column:1 / -1}
}
@media (max-width: 600px) {
.prog-hero .hero-content-box{padding:50px 20px}
.prog-hero .hero-frame{padding:24px 18px}
.prog-courses-inner,.prog-approach-inner,.prog-testimonials-inner{padding:0 18px}
.prog-courses-top{flex-direction:column;align-items:flex-start;gap:16px}
.course-grid{grid-template-columns:1fr}
.testimonials-asymmetric{grid-template-columns:1fr}
.testi-bottom-stats{gap:28px}
.approach-cta-box{flex-direction:column;align-items:flex-start}
.courses-tab-labels{flex-wrap:wrap}
.prog-courses-section,.prog-approach-section,.prog-testimonials-section{padding:50px 0 44px}
}
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-track{background:#e5e3e34d}
::-webkit-scrollbar-thumb{background:#FF6318;border-radius:2px}
.title-block-wrap{position:relative;width:100%;min-height:520px;overflow:hidden;display:flex;align-items:center}
.title-block-wrap .tb-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.18;z-index:0}
.title-block-wrap .tb-bg-layer{position:absolute;inset:0;background:linear-gradient(135deg,#353D4D 0%,#FF6318 60%,#E5E3E3 100%);opacity:.92;z-index:1}
.title-block-wrap .tb-frame{position:absolute;top:32px;left:32px;width:260px;height:200px;border-top:2px solid #ffffff47;border-left:2px solid #ffffff47;z-index:2;pointer-events:none}
.title-block-wrap .tb-frame-br{position:absolute;bottom:32px;right:32px;width:160px;height:120px;border-bottom:2px solid #fff3;border-right:2px solid #fff3;z-index:2;pointer-events:none}
.title-block-wrap .tb-content-box{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:80px 48px;width:100%}
.title-block-wrap .tb-label{display:inline-flex;align-items:center;gap:8px;background:#ffffff1f;border:1px solid #ffffff38;color:#fff;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:6px 16px;border-radius:2px;margin-bottom:28px}
.title-block-wrap .tb-heading{font-size:clamp(32px,5vw,58px);font-weight:700;color:#fff;line-height:1.15;max-width:680px;margin:0 0 24px;letter-spacing:-.02em}
.title-block-wrap .tb-heading .kw-underline{position:relative;display:inline;text-decoration:none}
.title-block-wrap .tb-heading .kw-underline::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:#FF6318;border-radius:1px}
.title-block-wrap .tb-sub{font-size:17px;color:#ffffffd1;max-width:520px;line-height:1.65;margin:0 0 36px}
.title-block-wrap .tb-cta-row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.title-block-wrap .tb-btn-primary{display:inline-flex;align-items:center;gap:8px;background:#FF6318;color:#fff;font-size:15px;font-weight:600;padding:14px 30px;border-radius:3px;text-decoration:none;border:none;cursor:pointer;transition:background .22s cubic-bezier(.4,0,.2,1),transform .18s cubic-bezier(.4,0,.2,1),box-shadow .18s;box-shadow:0 4px 12px #ff631847;z-index:5}
.title-block-wrap .tb-btn-primary:hover{background:#e0531a;transform:translateY(-2px);box-shadow:0 8px 20px #ff631861}
.title-block-wrap .tb-btn-ghost{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;font-size:15px;font-weight:500;padding:14px 30px;border-radius:3px;text-decoration:none;border:1.5px solid #ffffff61;cursor:pointer;transition:border-color 0.2s,background .2s;z-index:5}
.title-block-wrap .tb-btn-ghost:hover{border-color:#fffc;background:#ffffff14}
.prepare-section{max-width:1200px;margin:0 auto;padding:80px 48px}
.prepare-section .ps-top-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;margin-bottom:64px}
.prepare-section .ps-intro-col .ps-eyebrow{font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#FF6318;margin-bottom:16px;display:flex;flex-direction:row;align-items:center;gap:8px}
.prepare-section .ps-intro-col .ps-eyebrow::before{content:'';display:inline-block;width:28px;height:2px;background:#FF6318;border-radius:1px}
.prepare-section .ps-intro-col .ps-h2{font-size:clamp(24px,3.5vw,38px);font-weight:700;color:#353D4D;line-height:1.22;margin:0 0 20px;letter-spacing:-.01em}
.prepare-section .ps-intro-col .ps-h2 em{font-style:normal;color:#FF6318}
.prepare-section .ps-intro-col .ps-body{font-size:15.5px;color:#555f70;line-height:1.72;margin:0}
.prepare-section .ps-img-col{position:relative}
.prepare-section .ps-img-col .ps-img-main{width:100%;height:340px;object-fit:cover;border-radius:4px;display:block;box-shadow:4px 6px 20px #353d4d24}
.prepare-section .ps-img-col .ps-img-badge{position:absolute;bottom:-20px;left:-20px;background:#FF6318;color:#fff;padding:14px 20px;border-radius:3px;font-size:13px;font-weight:600;box-shadow:0 4px 14px #ff63184d;display:flex;flex-direction:column;gap:2px;min-width:130px}
.prepare-section .ps-img-col .ps-img-badge span{font-size:22px;font-weight:700}
.prepare-section .ps-divider{width:100%;height:1px;background:linear-gradient(90deg,#E5E3E3 0%,#FF6318 50%,#E5E3E3 100%);margin-bottom:64px;opacity:.5}
.prepare-section .ps-steps-area{margin-bottom:64px}
.prepare-section .ps-steps-area .ps-steps-title{font-size:22px;font-weight:700;color:#353D4D;margin:0 0 36px;display:flex;flex-direction:row;align-items:center;gap:12px}
.prepare-section .ps-steps-area .ps-steps-title::after{content:'';flex:1;height:1px;background:#E5E3E3}
.prepare-section .steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.prepare-section .steps-grid .step-card{background:#fff;border:1px solid #E5E3E3;border-radius:4px;padding:28px 22px;position:relative;transition:box-shadow 0.22s,transform .2s cubic-bezier(.4,0,.2,1);cursor:default}
.prepare-section .steps-grid .step-card:hover{box-shadow:0 6px 22px #353d4d1a;transform:translateY(-3px)}
.prepare-section .steps-grid .step-card .sc-num{font-size:40px;font-weight:800;color:#E5E3E3;line-height:1;margin-bottom:14px;display:block;letter-spacing:-.04em}
.prepare-section .steps-grid .step-card .sc-icon{width:40px;height:40px;background:linear-gradient(135deg,#FF6318 0%,#353D4D 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.prepare-section .steps-grid .step-card .sc-icon .mdi{font-size:20px;color:#fff}
.prepare-section .steps-grid .step-card .sc-title{font-size:15px;font-weight:700;color:#353D4D;margin:0 0 8px}
.prepare-section .steps-grid .step-card .sc-text{font-size:13.5px;color:#6b7585;line-height:1.6;margin:0}
.prepare-section .steps-grid .step-card .sc-connector{position:absolute;top:50%;right:-13px;transform:translateY(-50%);width:24px;height:2px;background:#FF6318;z-index:2}
.prepare-section .steps-grid .step-card .sc-connector::after{content:'';position:absolute;right:-3px;top:-4px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid #FF6318}
.seo-detail-section{background:linear-gradient(42deg,#353D4D 0%,#2a3040 50%,#1e2535 100%);padding:80px 0;position:relative;overflow:hidden}
.seo-detail-section::before{content:'';position:absolute;top:-80px;left:0;right:0;height:80px;background:#fff;clip-path:polygon(0 0,100% 0,100% 100%,0 40%)}
.seo-detail-section .sds-inner{max-width:1200px;margin:0 auto;padding:0 48px}
.seo-detail-section .sds-header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:52px;gap:24px}
.seo-detail-section .sds-header .sds-h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#fff;line-height:1.2;margin:0;max-width:480px}
.seo-detail-section .sds-header .sds-h2 strong{color:#FF6318}
.seo-detail-section .sds-header .sds-header-note{font-size:14px;color:#ffffff80;max-width:300px;line-height:1.6;text-align:right}
.seo-detail-section .sds-main-grid{display:grid;grid-template-columns:1.15fr 0.85fr;gap:40px;align-items:start}
.seo-detail-section .sds-left .acc-item{border-bottom:1px solid #ffffff1a}
.seo-detail-section .sds-left .acc-item input[type="radio"]{display:none}
.seo-detail-section .sds-left .acc-item label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 0;cursor:pointer;color:#ffffffd1;font-size:15.5px;font-weight:600;gap:12px;transition:color .18s;user-select:none}
.seo-detail-section .sds-left .acc-item label:hover{color:#FF6318}
.seo-detail-section .sds-left .acc-item label .acc-icon{width:30px;height:30px;border-radius:50%;border:1px solid #ffffff2e;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.2s,border-color .2s}
.seo-detail-section .sds-left .acc-item label .acc-icon .mdi{font-size:16px;color:#fff9;transition:transform .25s cubic-bezier(.4,0,.2,1),color .2s}
.seo-detail-section .sds-left .acc-body{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1)}
.seo-detail-section .sds-left .acc-body .acc-body-inner{padding:0 0 20px;color:#ffffffa6;font-size:14px;line-height:1.72}
.seo-detail-section .sds-left .acc-item input[type="radio"]:checked ~ label{color:#FF6318}
.seo-detail-section .sds-left .acc-item input[type="radio"]:checked ~ label .acc-icon{background:#ff63182e;border-color:#FF6318}
.seo-detail-section .sds-left .acc-item input[type="radio"]:checked ~ label .acc-icon .mdi{color:#FF6318;transform:rotate(45deg)}
.seo-detail-section .sds-left .acc-item input[type="radio"]:checked ~ .acc-body{max-height:200px}
.seo-detail-section .sds-right{display:flex;flex-direction:column;gap:24px}
.seo-detail-section .sds-right .sds-profile-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;padding:24px;display:flex;flex-direction:column;gap:16px}
.seo-detail-section .sds-right .sds-profile-card .pc-head{display:flex;flex-direction:row;align-items:center;gap:14px}
.seo-detail-section .sds-right .sds-profile-card .pc-head img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #FF6318;flex-shrink:0}
.seo-detail-section .sds-right .sds-profile-card .pc-head .pc-name{font-size:15px;font-weight:700;color:#fff;margin:0 0 3px}
.seo-detail-section .sds-right .sds-profile-card .pc-head .pc-role{font-size:12.5px;color:#ffffff80}
.seo-detail-section .sds-right .sds-profile-card .pc-quote{font-size:14px;color:#ffffffb3;line-height:1.65;padding-left:14px;border-left:2px solid #FF6318;margin:0;font-style:italic}
.seo-detail-section .sds-right .sds-profile-card .pc-stars{display:flex;flex-direction:row;gap:3px}
.seo-detail-section .sds-right .sds-profile-card .pc-stars .mdi{color:#FF6318;font-size:15px}
.seo-detail-section .sds-right .sds-stats-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.seo-detail-section .sds-right .sds-stats-row .stat-box{background:#ffffff0d;border:1px solid #ffffff17;border-radius:4px;padding:18px 16px;text-align:center}
.seo-detail-section .sds-right .sds-stats-row .stat-box .sb-val{font-size:26px;font-weight:800;color:#FF6318;display:block;line-height:1;margin-bottom:6px}
.seo-detail-section .sds-right .sds-stats-row .stat-box .sb-label{font-size:12px;color:#ffffff80;letter-spacing:.05em}
.seo-detail-section .sds-right .sds-cta-box{background:linear-gradient(135deg,#ff63182e 0%,#ff63180f 100%);border:1px solid #ff63184d;border-radius:6px;padding:24px;text-align:center}
.seo-detail-section .sds-right .sds-cta-box .cta-box-title{font-size:16px;font-weight:700;color:#fff;margin:0 0 8px}
.seo-detail-section .sds-right .sds-cta-box .cta-box-sub{font-size:13px;color:#ffffff8c;margin:0 0 18px;line-height:1.5}
.seo-detail-section .sds-right .sds-cta-box .cta-box-btn{display:inline-flex;align-items:center;gap:8px;background:#FF6318;color:#fff;font-size:14px;font-weight:700;padding:12px 26px;border-radius:3px;text-decoration:none;transition:background 0.2s,transform .18s;box-shadow:0 3px 10px #ff631859}
.seo-detail-section .sds-right .sds-cta-box .cta-box-btn:hover{background:#e0531a;transform:translateY(-2px)}
.testimonials-strip{padding:64px 0 80px;background:#fff}
.testimonials-strip .ts-inner{max-width:1200px;margin:0 auto;padding:0 48px}
.testimonials-strip .ts-row{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:40px}
.testimonials-strip .ts-head{display:flex;flex-direction:row;align-items:center;gap:16px}
.testimonials-strip .ts-head .tsh-title{font-size:22px;font-weight:700;color:#353D4D;margin:0}
.testimonials-strip .ts-head .tsh-divider{flex:1;height:1px;background:#E5E3E3}
.testimonials-strip .ts-card{border:1px solid #E5E3E3;border-radius:4px;padding:28px 24px;transition:box-shadow 0.22s,transform .2s;background:#fff;position:relative}
.testimonials-strip .ts-card:hover{box-shadow:0 8px 24px #353d4d1a;transform:translateY(-3px)}
.testimonials-strip .ts-card::before{content:'\201C';position:absolute;top:14px;right:20px;font-size:72px;color:#E5E3E3;line-height:1;font-family:Georgia,serif}
.testimonials-strip .ts-card .tc-person{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:18px}
.testimonials-strip .ts-card .tc-person img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid #E5E3E3;flex-shrink:0}
.testimonials-strip .ts-card .tc-person .tcp-name{font-size:14.5px;font-weight:700;color:#353D4D;margin:0 0 2px}
.testimonials-strip .ts-card .tc-person .tcp-role{font-size:12px;color:#999}
.testimonials-strip .ts-card .tc-text{font-size:14px;color:#5a6375;line-height:1.7;margin:0}
.images-split-area{max-width:1200px;margin:0 auto;padding:0 48px 80px;display:grid;grid-template-columns:1.4fr 0.6fr;gap:20px;align-items:stretch}
.images-split-area .isa-main-img{width:100%;height:300px;object-fit:cover;border-radius:4px;display:block;box-shadow:3px 4px 16px #353d4d1f}
.images-split-area .isa-side{display:flex;flex-direction:column;gap:20px}
.images-split-area .isa-side .isa-info-img{width:100%;height:136px;object-fit:cover;border-radius:4px;display:block;box-shadow:3px 4px 16px #353d4d1a}
.images-split-area .isa-side .isa-tag-box{background:#353D4D;border-radius:4px;padding:18px 20px;display:flex;flex-direction:column;gap:10px;flex:1}
.images-split-area .isa-side .isa-tag-box .itb-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80}
.images-split-area .isa-side .isa-tag-box .itb-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}
.images-split-area .isa-side .isa-tag-box .itb-tags span{background:#ff631833;border:1px solid #ff631859;color:#FF6318;font-size:12px;font-weight:600;padding:4px 10px;border-radius:2px}
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:#FF6318;border-radius:2px}
::-webkit-scrollbar-thumb:hover{background:#353D4D}
@media (max-width: 1024px) {
.prepare-section .ps-top-row{grid-template-columns:1fr;gap:40px}
.prepare-section .steps-grid{grid-template-columns:repeat(2,1fr)}
.prepare-section .steps-grid .step-card .sc-connector{display:none}
.seo-detail-section .sds-main-grid{grid-template-columns:1fr;gap:36px}
.seo-detail-section .sds-header{flex-direction:column;align-items:flex-start}
.seo-detail-section .sds-header .sds-header-note{text-align:left}
.images-split-area{grid-template-columns:1fr}
.testimonials-strip .ts-row{grid-template-columns:1fr 1fr}
}
@media (max-width: 768px) {
.title-block-wrap .tb-content-box{padding:60px 24px}
.title-block-wrap .tb-frame,.title-block-wrap .tb-frame-br{display:none}
.prepare-section{padding:56px 24px}
.prepare-section .steps-grid{grid-template-columns:1fr}
.prepare-section .steps-grid .step-card .sc-connector{display:none}
.seo-detail-section .sds-inner{padding:0 24px}
.seo-detail-section .sds-right .sds-stats-row{grid-template-columns:1fr 1fr}
.testimonials-strip .ts-inner{padding:0 24px}
.testimonials-strip .ts-row{grid-template-columns:1fr}
.images-split-area{padding:0 24px 56px}
.images-split-area .isa-side .isa-info-img{height:200px}
}
.success-wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.success-stage{position:relative;min-height:88vh;display:flex;flex-direction:row;align-items:center;overflow:hidden;padding:80px 0 60px}
.success-stage::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#f9f7f5 0%,#E5E3E3 45%,#f2ede8 100%);z-index:0}
.success-stage .bg-shape-1{position:absolute;width:420px;height:420px;border-radius:50%;background:linear-gradient(42deg,#FF6318 0%,#353D4D 50%,#E5E3E3 100%);opacity:.07;top:-120px;right:-80px;z-index:0}
.success-stage .bg-shape-2{position:absolute;width:180px;height:180px;background:#FF6318;opacity:.05;bottom:40px;left:60px;transform:rotate(32deg);z-index:0;border-radius:3px}
.success-stage .bg-shape-3{position:absolute;width:90px;height:90px;border:2px solid #FF6318;opacity:.1;top:80px;left:200px;transform:rotate(-18deg);border-radius:2px;z-index:0}
.success-stage .bg-dot-grid{position:absolute;bottom:60px;right:120px;width:160px;height:120px;z-index:0;opacity:.12;background-image:radial-gradient(circle,#353D4D 1.5px,transparent 1.5px);background-size:18px 18px}
.success-stage-inner{position:relative;z-index:2;display:flex;flex-direction:row;align-items:center;gap:72px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}
.success-visual-col{flex:0 0 auto;width:340px;position:relative;display:flex;flex-direction:column;align-items:center}
.success-tilted-card{width:300px;height:340px;background:linear-gradient(150deg,#FF6318 0%,#353D4D 100%);border-radius:4px;transform:rotate(-5deg) translateY(12px);box-shadow:6px 8px 28px #353d4d38;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}
.success-tilted-card::before{content:'';position:absolute;width:260px;height:260px;border-radius:50%;background:#ffffff0f;top:-80px;right:-60px}
.success-tilted-card::after{content:'';position:absolute;width:120px;height:120px;border:1.5px solid #ffffff1f;border-radius:50%;bottom:30px;left:20px}
.success-tilted-card .card-texture-lines{position:absolute;inset:0;background-image:repeating-linear-gradient(-45deg,transparent,transparent 14px,#ffffff08 14px,#ffffff08 15px)}
.success-tilted-card .card-icon-wrap{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:14px}
.success-tilted-card .card-icon-wrap .mdi{font-size:64px;color:#fff;opacity:.95}
.success-tilted-card .card-icon-label{font-size:13px;color:#ffffffb3;letter-spacing:2px;text-transform:uppercase;font-weight:500}
.success-tilted-front{width:280px;background:#fff;border-radius:4px;box-shadow:3px 4px 18px #353d4d21;transform:rotate(2deg) translateY(-16px);position:relative;z-index:3;padding:28px 24px 22px;display:flex;flex-direction:column;gap:10px;margin-top:-60px}
.success-tilted-front .front-bar{height:6px;border-radius:3px;background:linear-gradient(90deg,#FF6318 0%,#353D4D 100%);width:100%;margin-bottom:4px}
.success-tilted-front .front-label{font-size:11px;letter-spacing:1.8px;color:#FF6318;text-transform:uppercase;font-weight:700}
.success-tilted-front .front-title{font-size:15px;font-weight:700;color:#353D4D;line-height:1.4}
.success-tilted-front .front-meta{display:flex;flex-direction:row;align-items:center;gap:8px;margin-top:4px}
.success-tilted-front .front-meta .mdi{font-size:15px;color:#FF6318}
.success-tilted-front .front-meta span{font-size:12px;color:#888}
.success-text-col{flex:1 1 0;display:flex;flex-direction:column;gap:28px}
.success-eyebrow{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:#ff631814;border-left:3px solid #FF6318;padding:7px 16px 7px 12px;border-radius:0 3px 3px 0}
.success-eyebrow .mdi{font-size:18px;color:#FF6318}
.success-eyebrow span{font-size:12px;letter-spacing:1.6px;text-transform:uppercase;color:#FF6318;font-weight:700}
.success-heading-block{display:flex;flex-direction:column;gap:6px}
.success-heading-block .part-light{font-size:clamp(26px,4vw,46px);font-weight:300;color:#353D4D;line-height:1.15;letter-spacing:-.5px}
.success-heading-block .part-strong{font-size:clamp(30px,5vw,56px);font-weight:800;color:#FF6318;line-height:1.1;letter-spacing:-1px;position:relative;display:inline-block}
.success-heading-block .part-strong::after{content:'';display:block;height:3px;background:linear-gradient(90deg,#FF6318 0%,transparent 100%);border-radius:2px;margin-top:4px;width:70%}
.success-heading-block .part-sub{font-size:clamp(16px,2.2vw,22px);font-weight:600;color:#353D4D;line-height:1.3;margin-top:4px}
.success-body-text{font-size:15px;line-height:1.75;color:#5a6070;max-width:520px}
.success-course-badge-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}
.success-course-badge{display:inline-flex;flex-direction:row;align-items:center;gap:7px;background:#fff;border:1.5px solid #E5E3E3;border-radius:3px;padding:8px 14px;font-size:13px;color:#353D4D;font-weight:500;box-shadow:0 2px 6px #353d4d0f;transition:border-color .25s cubic-bezier(0.34,1.56,0.64,1),box-shadow .25s}
.success-course-badge:hover{border-color:#FF6318;box-shadow:0 3px 12px #ff631824;cursor:default}
.success-course-badge .mdi{font-size:15px;color:#FF6318}
.success-cta-row{display:flex;flex-direction:row;align-items:center;gap:18px;flex-wrap:wrap;margin-top:8px}
.btn-primary-success{display:inline-flex;flex-direction:row;align-items:center;gap:9px;background:linear-gradient(90deg,#FF6318 0%,#e04e00 100%);color:#fff;font-size:15px;font-weight:700;padding:14px 32px;border-radius:3px;text-decoration:none;box-shadow:0 4px 14px #ff631847;transition:transform .22s cubic-bezier(0.34,1.56,0.64,1),box-shadow .22s;position:relative;z-index:10;letter-spacing:.3px}
.btn-primary-success:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 24px #ff631861}
.btn-primary-success .mdi{font-size:18px}
.btn-ghost-success{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:transparent;color:#353D4D;font-size:14px;font-weight:600;padding:13px 24px;border-radius:3px;text-decoration:none;border:1.5px solid #353D4D;transition:background 0.2s,color .2s;position:relative;z-index:10}
.btn-ghost-success:hover{background:#353D4D;color:#fff}
.btn-ghost-success .mdi{font-size:16px}
.success-divider-wave{width:100%;line-height:0;margin-top:-2px}
.success-divider-wave svg{display:block;width:100%}
@media (max-width: 900px) {
.success-stage-inner{flex-direction:column;gap:48px;padding:0 20px}
.success-visual-col{width:100%;align-items:center}
.success-tilted-card{width:240px;height:270px}
.success-tilted-front{width:220px}
.success-text-col{align-items:center;text-align:center}
.success-eyebrow{align-self:center}
.success-heading-block .part-strong::after{margin:4px auto 0}
.success-body-text{text-align:center}
.success-course-badge-row{justify-content:center}
.success-cta-row{justify-content:center}
}
@media (max-width: 520px) {
.success-stage{padding:48px 0 40px;min-height:unset}
.success-tilted-card{width:200px;height:230px}
.success-tilted-front{width:190px;padding:20px 16px 16px}
.btn-primary-success,.btn-ghost-success{width:100%;justify-content:center}
.success-cta-row{flex-direction:column;width:100%}
}
::-webkit-scrollbar{width:4px;background:transparent}
::-webkit-scrollbar-thumb{background:#FF6318;border-radius:2px}
::-webkit-scrollbar-track{background:transparent}