*,::before,::after{box-sizing:border-box;margin:0;padding:0}
body{display:flex;flex-direction:column;min-height:100vh;font-family:'Figtree',sans-serif;font-size:16px;line-height:1.6;color:#1a1a2e;background:#FCFDFD}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
.hd{background:#fff;border-bottom:1px solid #e8e4f0;position:relative;z-index:100}
.hd-top{background:linear-gradient(164deg,#9F6EFA 0%,#B81C04 100%);padding:6px 0}
.hd-top-ct{max-width:960px;margin:auto;padding:0 20px;display:flex;align-items:center;justify-content:flex-end;gap:24px}
.hd-top-ct a{color:#fff;font-size:13px;font-weight:300;display:flex;align-items:center;gap:6px;opacity:.92}
.hd-top-ct a:hover{opacity:1}
.hd-top-ct .fiv{font-size:14px}
.hd-main-ct{max-width:960px;margin:auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.hd-brand{display:flex;align-items:center;gap:12px;flex-shrink:0}
.hd-brand a{display:flex;align-items:center;gap:12px}
.hd-logo{width:70px;height:70px;object-fit:contain;border-radius:4px;box-shadow:0 2px 8px #9f6efa2e}
.hd-name{font-size:22px;font-weight:700;color:#1a1a2e;letter-spacing:-.5px}
.hd-name span{color:#9F6EFA}
.main-nav{display:flex;align-items:center;gap:4px}
.main-nav ul{display:flex;align-items:center;gap:4px}
.main-nav ul li{position:relative}
.main-nav ul li a{display:block;padding:9px 14px;font-size:14px;font-weight:400;color:#2d2d3a;border-radius:4px;white-space:nowrap;transition:background .15s,color .15s}
.main-nav ul li a:hover{background:#f3eeff;color:#9F6EFA}
.main-nav ul li a.nav--active{background:#f3eeff;color:#9F6EFA;font-weight:700}
.nav-sub{position:absolute;top:calc(100% + 6px);left:0;background:#fff;border:1px solid #e8e4f0;border-radius:4px;box-shadow:0 8px 16px #0000001a;min-width:160px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s}
.main-nav ul li:hover .nav-sub{opacity:1;visibility:visible;pointer-events:auto}
.nav-sub::before{content:'';position:absolute;top:-10px;left:0;right:0;height:10px;background:transparent}
.nav-sub li a{padding:9px 16px;font-size:13px;color:#2d2d3a;border-radius:0;white-space:nowrap}
.nav-sub li a:hover{background:#f3eeff;color:#9F6EFA}
main{flex:1}
.ft{background:#1a1a2e;color:#a0a0b8;padding:40px 0 20px}
.ft-ct{max-width:960px;margin:auto;padding:0 20px}
.ft-grid{display:flex;gap:40px;flex-wrap:wrap;margin-bottom:32px;align-items:flex-start}
.ft-brand-col{flex:1;min-width:200px}
.ft-brand-col .hd-name{color:#fff;font-size:18px}
.ft-brand-col .hd-name span{color:#9F6EFA}
.ft-brand-logo{width:54px;height:54px;object-fit:contain;border-radius:4px;box-shadow:0 2px 8px #9f6efa38;margin-bottom:12px}
.ft-desc{font-size:13px;line-height:1.6;color:#7a7a96;margin-top:10px;max-width:240px}
.ft-links-col{flex:1;min-width:160px}
.ft-links-col h4{font-size:12px;font-weight:700;color:#9F6EFA;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}
.ft-links-col ul li{margin-bottom:8px}
.ft-links-col ul li a{font-size:13px;color:#a0a0b8;transition:color .15s}
.ft-links-col ul li a:hover{color:#fff}
.ft-contact-col{flex:1;min-width:180px}
.ft-contact-col h4{font-size:12px;font-weight:700;color:#9F6EFA;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}
.ft-contact-item{font-size:13px;color:#7a7a96;margin-bottom:8px;display:flex;gap:8px;align-items:flex-start}
.ft-contact-item a{color:#a0a0b8;transition:color .15s}
.ft-contact-item a:hover{color:#fff}
.ft-bottom{border-top:1px solid #2d2d44;padding-top:18px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}
.ft-copy{font-size:12px;color:#5a5a72}
.ft-legal{display:flex;gap:16px}
.ft-legal a{font-size:12px;color:#5a5a72;transition:color .15s}
.ft-legal a:hover{color:#a0a0b8}
.ck-toast{position:fixed;top:20px;left:50%;transform:translateX(-50%);background:#fff;border:1px solid #e8e4f0;border-radius:6px;box-shadow:0 8px 24px #0000001f;padding:16px 20px;max-width:520px;width:calc(100% - 40px);z-index:9999;display:none}
.ck-toast.ck--show{display:block}
.ck-title{font-size:13px;font-weight:700;color:#1a1a2e;margin-bottom:6px}
.ck-text{font-size:12px;color:#5a5a72;line-height:1.5;margin-bottom:12px}
.ck-cats{margin-bottom:12px}
.ck-cat{display:flex;align-items:center;justify-content:space-between;padding:6px 0;border-bottom:1px solid #f0eefc}
.ck-cat:last-child{border-bottom:none}
.ck-cat-label{font-size:12px;color:#2d2d3a}
.ck-cat-label span{font-size:11px;color:#9a9ab0;display:block}
.ck-toggle{position:relative;width:36px;height:20px;flex-shrink:0}
.ck-toggle input{opacity:0;width:0;height:0;position:absolute}
.ck-slider{position:absolute;inset:0;background:#ddd;border-radius:20px;cursor:pointer;transition:background .2s}
.ck-slider::after{content:'';position:absolute;width:14px;height:14px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .2s}
.ck-toggle input:checked+.ck-slider{background:#9F6EFA}
.ck-toggle input:checked+.ck-slider::after{transform:translateX(16px)}
.ck-toggle input:disabled+.ck-slider{opacity:.6;cursor:not-allowed}
.ck-actions{display:flex;gap:10px;flex-wrap:wrap}
.ck-btn{flex:1;min-width:100px;padding:8px 14px;font-size:12px;font-weight:700;border-radius:4px;cursor:pointer;border:1.5px solid #9F6EFA;background:transparent;color:#9F6EFA;font-family:'Figtree',sans-serif;transition:background .15s,color .15s}
.ck-btn:hover{background:#9F6EFA;color:#fff}
.ck-btn-accept{border-color:#9F6EFA;color:#9F6EFA}
.ck-btn-reject{border-color:#B81C04;color:#B81C04}
.ck-btn-reject:hover{background:#B81C04;color:#fff}
@media(max-width:760px) {
.hd-main-ct{flex-direction:column;align-items:flex-start;gap:12px}
.main-nav ul{flex-wrap:wrap}
.ft-grid{flex-direction:column;gap:24px}
.ft-bottom{flex-direction:column;align-items:flex-start}
.hd-top-ct{flex-wrap:wrap;gap:10px}
}
@media(max-width:480px) {
.hd-name{font-size:18px}
.main-nav ul li a{padding:8px 10px;font-size:13px}
}
.policy-page{max-width:960px;margin:0 auto;padding:48px 24px 64px;background:#FCFDFD;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,sans-serif;font-size:16px;line-height:1.75;color:#1a1a2e}
.policy-page h1{font-size:2.25rem;font-weight:800;line-height:1.2;margin:0 0 32px;padding-bottom:20px;border-bottom:3px solid #9F6EFA;background:linear-gradient(164deg,#9F6EFA 0%,#B81C04 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}
.policy-page h2{font-size:1.6rem;font-weight:700;line-height:1.3;margin:48px 0 16px;color:#0f0f1a;padding-left:14px;border-left:4px solid #9F6EFA;letter-spacing:-.01em}
.policy-page h3{font-size:1.25rem;font-weight:700;line-height:1.35;margin:36px 0 12px;color:#1a1a2e;padding-left:10px;border-left:3px solid #B81C04}
.policy-page h4{font-size:1.1rem;font-weight:600;line-height:1.4;margin:28px 0 10px;color:#1a1a2e;text-transform:uppercase;letter-spacing:.04em;font-size:.95rem}
.policy-page h5{font-size:.95rem;font-weight:600;line-height:1.4;margin:24px 0 8px;color:#2d2d4e;text-transform:uppercase;letter-spacing:.06em}
.policy-page h6{font-size:.875rem;font-weight:600;line-height:1.4;margin:20px 0 8px;color:#4a4a6a;text-transform:uppercase;letter-spacing:.08em}
.policy-page p{margin:0 0 20px;color:#2a2a3e;font-size:1rem;line-height:1.8;max-width:72ch}
.policy-page ul{margin:0 0 24px;padding-left:0;list-style:none}
.policy-page ol{margin:0 0 24px;padding-left:0;list-style:none;counter-reset:policy-counter}
.policy-page ul li{position:relative;padding:6px 0 6px 28px;color:#2a2a3e;font-size:1rem;line-height:1.75;border-bottom:1px solid #9f6efa14}
.policy-page ul li:last-child{border-bottom:none}
.policy-page ul li::before{content:'';position:absolute;left:8px;top:16px;width:7px;height:7px;border-radius:50%;background:linear-gradient(164deg,#9F6EFA 0%,#B81C04 100%)}
.policy-page ol li{position:relative;padding:6px 0 6px 40px;color:#2a2a3e;font-size:1rem;line-height:1.75;counter-increment:policy-counter;border-bottom:1px solid #9f6efa14}
.policy-page ol li:last-child{border-bottom:none}
.policy-page ol li::before{content:counter(policy-counter);position:absolute;left:0;top:5px;width:26px;height:26px;background:linear-gradient(164deg,#9F6EFA 0%,#B81C04 100%);color:#fff;font-size:.75rem;font-weight:700;border-radius:4px;display:flex;align-items:center;justify-content:center;line-height:1}
.policy-page ul ul,.policy-page ol ol,.policy-page ul ol,.policy-page ol ul{margin:8px 0 8px 20px}
.policy-page strong,.policy-page b{font-weight:700;color:#0f0f1a}
.policy-page a{color:#9F6EFA;text-decoration:underline;text-decoration-color:#9f6efa66;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease;font-weight:500}
.policy-page a:hover{color:#B81C04;text-decoration-color:#b81c0499}
.policy-page a:visited{color:#7a4fd4}
.policy-page table{width:100%;border-collapse:collapse;margin:28px 0 36px;font-size:.9rem;box-shadow:0 2px 8px #9f6efa1a;border-radius:6px;overflow:hidden}
.policy-page thead{background:linear-gradient(164deg,#9F6EFA 0%,#B81C04 100%)}
.policy-page thead tr{background:transparent}
.policy-page thead th{padding:14px 18px;color:#FCFDFD;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.07em;text-align:left;border:none}
.policy-page tbody tr{background:#FCFDFD;transition:background .15s ease}
.policy-page tbody tr:nth-child(even){background:#9f6efa0a}
.policy-page tbody tr:hover{background:#9f6efa17}
.policy-page tbody td{padding:12px 18px;color:#2a2a3e;font-size:.9rem;line-height:1.6;border-bottom:1px solid #9f6efa1a;vertical-align:top}
.policy-page tbody tr:last-child td{border-bottom:none}
.policy-page th{padding:14px 18px;font-weight:700;text-align:left}
.policy-page td{padding:12px 18px}
.policy-page hr{border:none;height:1px;background:linear-gradient(90deg,transparent 0%,#9f6efa66 20%,#b81c044d 80%,transparent 100%);margin:40px 0}
@media (max-width: 768px) {
.policy-page{padding:32px 16px 48px;font-size:15px}
.policy-page h1{font-size:1.75rem;margin-bottom:24px;padding-bottom:16px}
.policy-page h2{font-size:1.35rem;margin-top:36px}
.policy-page h3{font-size:1.15rem;margin-top:28px}
.policy-page table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:4px}
.policy-page thead th{white-space:nowrap;padding:11px 14px}
.policy-page tbody td{padding:10px 14px;font-size:.85rem}
.policy-page p{max-width:100%}
.policy-page ul li,.policy-page ol li{font-size:.95rem}
}
@media (max-width: 480px) {
.policy-page{padding:24px 14px 40px}
.policy-page h1{font-size:1.5rem}
.policy-page h2{font-size:1.2rem;padding-left:10px;border-left-width:3px}
.policy-page h3{font-size:1.05rem}
.policy-page ol li::before{width:22px;height:22px;font-size:.7rem}
.policy-page ol li{padding-left:34px}
}
.srv-hero{position:relative;overflow:hidden;background:linear-gradient(164deg,#9F6EFA 0%,#B81C04 55%,#FCFDFD 100%);padding:80px 20px 60px}
.srv-hero .ct{max-width:960px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.srv-hero .hd-txt{flex:1 1 0;min-width:0;position:relative;z-index:2}
.srv-hero .hd-txt h1{font-size:2.6rem;font-weight:800;color:#FCFDFD;line-height:1.18;margin:0 0 22px;letter-spacing:-.5px}
.srv-hero .hd-txt h1 span{display:inline-block;background:#fcfdfd26;border-radius:4px;padding:0 6px}
.srv-hero .hd-txt p{font-size:1.08rem;color:#fcfdfde0;line-height:1.7;margin:0 0 32px;max-width:420px}
.srv-hero .hd-btn{display:inline-block;background:#FCFDFD;color:#9F6EFA;font-weight:700;font-size:1rem;padding:13px 32px;border-radius:4px;text-decoration:none;box-shadow:0 4px 16px #9f6efa2e;transition:background 0.2s,color 0.2s,transform .15s;position:relative;z-index:3}
.srv-hero .hd-btn:hover{background:#9F6EFA;color:#FCFDFD;transform:translateY(-2px)}
.srv-hero .hd-img{flex:0 0 380px;max-width:380px;position:relative;z-index:2}
.srv-hero .hd-img img{width:100%;height:280px;object-fit:cover;border-radius:6px;box-shadow:0 12px 40px #b81c0438;display:block}
.srv-hero .hd-img::before{content:'';position:absolute;top:-18px;right:-18px;width:120px;height:120px;border-radius:50%;background:#fcfdfd1a;pointer-events:none;z-index:1}
.srv-hero .hd-img::after{content:'';position:absolute;bottom:-12px;left:-12px;width:70px;height:70px;border-radius:50%;background:#9f6efa2e;pointer-events:none;z-index:1}
.srv-hero .deco-line{position:absolute;left:0;right:0;bottom:-2px;height:32px;overflow:hidden;pointer-events:none}
.srv-hero .deco-line svg{width:100%;height:32px;display:block}
.srv-grid{background:#FCFDFD;padding:72px 20px 56px}
.srv-grid .ct{max-width:960px;margin:0 auto}
.srv-grid .sg-head{text-align:center;margin-bottom:48px}
.srv-grid .sg-head h2{font-size:2rem;font-weight:800;color:#1a1a2e;margin:0 0 12px;position:relative;display:inline-block}
.srv-grid .sg-head h2::after{content:'';display:block;width:54px;height:4px;border-radius:2px;background:linear-gradient(90deg,#9F6EFA,#B81C04);margin:10px auto 0}
.srv-grid .sg-head p{font-size:1rem;color:#555;max-width:520px;margin:14px auto 0;line-height:1.65}
.sg-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.sg-card{background:#fff;border:1.5px solid #ede9fb;border-radius:6px;padding:32px 24px 28px;box-shadow:0 4px 14px #9f6efa12;transition:box-shadow 0.2s,transform 0.18s,border-color .18s;position:relative;overflow:hidden}
.sg-card::before{content:'';display:block;width:38px;height:4px;border-radius:2px;background:linear-gradient(90deg,#9F6EFA,#B81C04);margin-bottom:20px}
.sg-card:hover{box-shadow:0 12px 32px #9f6efa29;transform:translateY(-3px);border-color:#9F6EFA}
.sg-card .sc-icon{width:44px;height:44px;border-radius:8px;background:linear-gradient(135deg,#9F6EFA22,#B81C0420);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.sg-card .sc-icon svg{width:24px;height:24px}
.sg-card h3{font-size:1.08rem;font-weight:700;color:#1a1a2e;margin:0 0 10px}
.sg-card p{font-size:.93rem;color:#555;line-height:1.62;margin:0 0 18px}
.sg-card .sc-tag{display:inline-block;font-size:.78rem;font-weight:600;color:#9F6EFA;background:#ede9fb;border-radius:3px;padding:3px 10px;letter-spacing:.03em}
.srv-process{background:#1a1a2e;padding:72px 20px 64px;position:relative;overflow:hidden}
.srv-process::before{content:'';position:absolute;top:-60px;left:-60px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,#9f6efa1f 0%,transparent 70%);pointer-events:none}
.srv-process .ct{max-width:960px;margin:0 auto}
.srv-process .sp-layout{display:flex;flex-direction:row;gap:56px;align-items:flex-start}
.srv-process .sp-left{flex:0 0 360px;max-width:360px}
.srv-process .sp-left h2{font-size:1.9rem;font-weight:800;color:#FCFDFD;margin:0 0 18px;line-height:1.22}
.srv-process .sp-left h2 em{font-style:normal;color:#9F6EFA}
.srv-process .sp-left p{font-size:.97rem;color:#fcfdfdb8;line-height:1.68;margin:0 0 28px}
.srv-process .sp-left img{width:100%;height:210px;object-fit:cover;border-radius:6px;box-shadow:0 8px 28px #00000052;display:block}
.srv-process .sp-right{flex:1 1 0;min-width:0}
.sp-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}
.sp-step{display:flex;flex-direction:row;gap:20px;align-items:flex-start;position:relative;padding-bottom:28px}
.sp-step:last-child{padding-bottom:0}
.sp-step .st-num{flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#9F6EFA,#B81C04);color:#fff;font-weight:800;font-size:1.05rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:2}
.sp-step:not(:last-child)::after{content:'';position:absolute;left:20px;top:42px;bottom:0;width:2px;background:#9f6efa47}
.sp-step .st-body{flex:1;min-width:0;padding-top:6px}
.sp-step .st-body h4{font-size:1rem;font-weight:700;color:#FCFDFD;margin:0 0 6px}
.sp-step .st-body p{font-size:.91rem;color:#fcfdfda6;line-height:1.6;margin:0}
.srv-cta{background:linear-gradient(164deg,#9F6EFA 0%,#B81C04 100%);padding:64px 20px;text-align:center}
.srv-cta .ct{max-width:640px;margin:0 auto}
.srv-cta h2{font-size:1.9rem;font-weight:800;color:#FCFDFD;margin:0 0 14px}
.srv-cta p{font-size:1.02rem;color:#fcfdfdd9;line-height:1.65;margin:0 0 32px}
.srv-cta .cta-btns{display:flex;flex-direction:row;gap:16px;justify-content:center;flex-wrap:wrap}
.srv-cta .cb-primary{display:inline-block;background:#FCFDFD;color:#9F6EFA;font-weight:700;font-size:1rem;padding:14px 34px;border-radius:4px;text-decoration:none;box-shadow:0 4px 16px #00000024;transition:transform 0.15s,box-shadow .15s}
.srv-cta .cb-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}
.srv-cta .cb-outline{display:inline-block;background:transparent;color:#FCFDFD;font-weight:600;font-size:1rem;padding:14px 34px;border-radius:4px;border:2px solid #fcfdfd99;text-decoration:none;transition:border-color 0.15s,background .15s}
.srv-cta .cb-outline:hover{border-color:#FCFDFD;background:#fcfdfd1a}
@media (max-width: 800px) {
.srv-hero .ct{flex-direction:column;gap:32px}
.srv-hero .hd-img{flex:none;max-width:100%;width:100%}
.sg-cards{grid-template-columns:repeat(2,1fr)}
.srv-process .sp-layout{flex-direction:column;gap:36px}
.srv-process .sp-left{flex:none;max-width:100%;width:100%}
}
@media (max-width: 520px) {
.srv-hero .hd-txt h1{font-size:1.75rem}
.sg-cards{grid-template-columns:1fr}
.srv-grid .sg-head h2{font-size:1.5rem}
.srv-process .sp-left h2{font-size:1.45rem}
.srv-cta h2{font-size:1.45rem}
.srv-cta .cta-btns{flex-direction:column;align-items:center}
}
.hero-wrap{position:relative;overflow:hidden;background:linear-gradient(164deg,#9F6EFA 0%,#B81C04 55%,#FCFDFD 100%);padding:72px 20px 0}
.hero-wrap .hv-inner{max-width:960px;margin:0 auto;display:flex;flex-direction:row;align-items:flex-end;gap:40px}
.hero-wrap .hv-txt{flex:1 1 55%;padding-bottom:56px;position:relative;z-index:2}
.hero-wrap .hv-txt .hl-tag{display:inline-block;background:#ffffff26;color:#FCFDFD;font-size:12px;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:2px;margin-bottom:22px}
.hero-wrap .hv-txt h1{font-size:clamp(28px,4vw,50px);font-weight:800;color:#FCFDFD;line-height:1.15;margin:0 0 20px}
.hero-wrap .hv-txt h1 span{color:#ffd2a0}
.hero-wrap .hv-txt .hv-desc{font-size:16px;line-height:1.7;color:#fcfdfde0;max-width:460px;margin-bottom:32px}
.hero-wrap .hv-txt .hv-cta-row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.hv-btn-main{background:#FCFDFD;color:#9F6EFA;border:none;padding:13px 28px;font-size:15px;font-weight:700;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block;transition:box-shadow 0.2s,transform .2s;position:relative;z-index:3}
.hv-btn-main:hover{box-shadow:0 6px 20px #9f6efa59;transform:translateY(-2px)}
.hv-btn-sec{background:transparent;color:#FCFDFD;border:2px solid #fcfdfd99;padding:11px 26px;font-size:15px;font-weight:600;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.2s,border-color .2s;position:relative;z-index:3}
.hv-btn-sec:hover{background:#ffffff1f;border-color:#FCFDFD}
.hero-wrap .hv-img-col{flex:0 0 38%;position:relative;align-self:flex-end}
.hero-wrap .hv-img-col img{width:100%;height:340px;object-fit:cover;object-position:top center;border-radius:6px 6px 0 0;display:block}
.hero-wrap .hv-img-col::after{content:'';position:absolute;inset:0;border-radius:6px 6px 0 0;background:linear-gradient(to bottom,transparent 40%,#b81c048c 100%);pointer-events:none}
.hero-divider{width:100%;height:5px;background:linear-gradient(90deg,#9F6EFA 0%,#B81C04 60%,#FCFDFD 100%);border:none;margin:0}
.svc-paths{background:#FCFDFD;padding:72px 20px}
.svc-paths .sp-inner{max-width:960px;margin:0 auto}
.svc-paths .sp-hd{text-align:center;margin-bottom:48px}
.svc-paths .sp-hd h2{font-size:clamp(22px,3vw,36px);font-weight:800;color:#1a1a2e;margin:0 0 12px;position:relative;display:inline-block}
.svc-paths .sp-hd h2::after{content:'';display:block;width:56px;height:3px;background:linear-gradient(90deg,#9F6EFA,#B81C04);border-radius:2px;margin:10px auto 0}
.svc-paths .sp-hd p{color:#555;font-size:15px;line-height:1.7;max-width:520px;margin:14px auto 0}
.sp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.sp-card{background:#fff;border-radius:6px;border:1px solid #ece8fb;padding:28px 24px;transition:box-shadow 0.2s,transform .2s;position:relative;overflow:hidden}
.sp-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#9F6EFA,#B81C04);opacity:0;transition:opacity .2s}
.sp-card:hover{box-shadow:0 8px 24px #9f6efa21;transform:translateY(-3px)}
.sp-card:hover::before{opacity:1}
.sp-card .sc-ico{width:44px;height:44px;background:linear-gradient(135deg,#ede6ff,#fde0dd);border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.sp-card .sc-ico svg{width:22px;height:22px}
.sp-card h4{font-size:16px;font-weight:700;color:#1a1a2e;margin:0 0 10px}
.sp-card p{font-size:14px;color:#666;line-height:1.65;margin:0 0 16px}
.sp-card .sc-tag{font-size:12px;color:#9F6EFA;font-weight:600;background:#f0eaff;padding:4px 10px;border-radius:3px;display:inline-block}
.trust-sec{background:#1a1a2e;padding:72px 20px}
.trust-sec .ts-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.trust-sec .ts-txt h2{font-size:clamp(20px,2.8vw,32px);font-weight:800;color:#FCFDFD;margin:0 0 18px;line-height:1.25}
.trust-sec .ts-txt h2 em{font-style:normal;background:linear-gradient(90deg,#9F6EFA,#ffd2a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.trust-sec .ts-txt p{color:#fcfdfdc7;font-size:15px;line-height:1.72;margin:0 0 24px}
.trust-pts{display:flex;flex-direction:column;gap:14px}
.trust-pt{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.trust-pt .tp-dot{width:10px;height:10px;min-width:10px;border-radius:50%;background:linear-gradient(135deg,#9F6EFA,#B81C04);margin-top:5px}
.trust-pt span{font-size:14px;color:#fcfdfdd1;line-height:1.6}
.trust-img-col{position:relative}
.trust-img-col img{width:100%;height:320px;object-fit:cover;border-radius:6px;display:block}
.trust-img-col .ti-badge{position:absolute;bottom:-16px;left:-16px;background:linear-gradient(135deg,#9F6EFA,#B81C04);color:#fff;padding:14px 18px;border-radius:4px;font-size:13px;font-weight:700;box-shadow:0 8px 20px #9f6efa4d;line-height:1.4}
.trust-img-col .ti-badge span{display:block;font-size:22px;font-weight:800}
.nums-sec{background:linear-gradient(164deg,#f7f4ff 0%,#fff5f4 100%);padding:72px 20px}
.nums-sec .ns-inner{max-width:960px;margin:0 auto}
.nums-sec .ns-top{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-bottom:52px}
.nums-sec .ns-top-img img{width:100%;height:260px;object-fit:cover;border-radius:6px;display:block}
.nums-sec .ns-top-txt h2{font-size:clamp(20px,2.5vw,30px);font-weight:800;color:#1a1a2e;margin:0 0 14px}
.nums-sec .ns-top-txt p{font-size:14px;color:#555;line-height:1.7;margin:0}
.nums-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.num-card{background:#fff;border-radius:5px;padding:24px 18px;text-align:center;border:1px solid #eee;box-shadow:0 2px 8px #0000000a}
.num-card .nc-val{font-size:34px;font-weight:800;background:linear-gradient(135deg,#9F6EFA,#B81C04);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;margin-bottom:8px}
.num-card .nc-lbl{font-size:13px;color:#666;line-height:1.5}
.eco-sec{background:#FCFDFD;padding:72px 20px}
.eco-sec .es-inner{max-width:960px;margin:0 auto}
.eco-sec .es-hd{margin-bottom:44px}
.eco-sec .es-hd h2{font-size:clamp(20px,2.8vw,32px);font-weight:800;color:#1a1a2e;margin:0 0 10px;position:relative;padding-left:18px}
.eco-sec .es-hd h2::before{content:'';position:absolute;left:0;top:4px;width:4px;height:calc(100% - 8px);background:linear-gradient(180deg,#9F6EFA,#B81C04);border-radius:2px}
.eco-sec .es-hd p{font-size:15px;color:#555;line-height:1.7;max-width:520px;padding-left:18px}
.eco-layout{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.eco-img-block img{width:100%;height:380px;object-fit:cover;border-radius:6px;display:block}
.eco-list{display:flex;flex-direction:column;gap:18px}
.eco-item{display:flex;flex-direction:row;gap:16px;align-items:flex-start;padding:16px;background:#f8f5ff;border-radius:4px;border-left:3px solid #9F6EFA;transition:background .2s}
.eco-item:hover{background:#f0eaff}
.eco-item .ei-num{font-size:20px;font-weight:800;color:#9F6EFA;min-width:28px;line-height:1}
.eco-item .ei-txt h5{font-size:14px;font-weight:700;color:#1a1a2e;margin:0 0 5px}
.eco-item .ei-txt p{font-size:13px;color:#666;line-height:1.6;margin:0}
.cmp-sec{background:#1a1a2e;padding:72px 20px}
.cmp-sec .cs-inner{max-width:960px;margin:0 auto}
.cmp-sec .cs-hd{text-align:center;margin-bottom:44px}
.cmp-sec .cs-hd h2{font-size:clamp(20px,2.8vw,32px);font-weight:800;color:#FCFDFD;margin:0 0 10px}
.cmp-sec .cs-hd p{color:#fcfdfdb3;font-size:15px}
.cmp-table{width:100%;border-collapse:collapse;background:#ffffff0a;border-radius:6px;overflow:hidden}
.cmp-table thead tr{background:linear-gradient(90deg,#9f6efa40,#b81c0433)}
.cmp-table thead th{padding:14px 18px;font-size:13px;font-weight:700;color:#FCFDFD;text-align:left;letter-spacing:.5px}
.cmp-table thead th.th-us{color:#ffd2a0}
.cmp-table tbody tr{border-bottom:1px solid #ffffff12;transition:background .15s}
.cmp-table tbody tr:hover{background:#9f6efa14}
.cmp-table tbody td{padding:13px 18px;font-size:14px;color:#fcfdfdcc}
.cmp-table tbody td.attr{color:#fcfdfd8c;font-size:13px}
.cmp-table .check{color:#9F6EFA;font-weight:700;font-size:16px}
.cmp-table .cross{color:#fcfdfd4d;font-size:16px}
.cmp-table .partial{color:#ffd2a0;font-size:13px}
.interact-sec{background:linear-gradient(164deg,#f7f4ff 0%,#fff0ee 100%);padding:72px 20px}
.interact-sec .is-inner{max-width:960px;margin:0 auto}
.interact-sec .is-hd{text-align:center;margin-bottom:44px}
.interact-sec .is-hd h2{font-size:clamp(20px,2.8vw,32px);font-weight:800;color:#1a1a2e;margin:0 0 10px}
.interact-sec .is-hd p{font-size:15px;color:#555;max-width:500px;margin:0 auto;line-height:1.65}
.is-tabs-wrap{display:flex;flex-direction:column;gap:0}
.is-tabs-wrap input[type="radio"]{display:none}
.is-tab-labels{display:flex;flex-direction:row;gap:0;border-bottom:2px solid #e0d9f5;margin-bottom:28px;flex-wrap:wrap}
.is-tab-labels label{padding:12px 20px;font-size:14px;font-weight:600;color:#888;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color 0.2s,border-color .2s;white-space:nowrap}
.is-tab-labels label:hover{color:#9F6EFA}
#tab1:checked ~ .is-tab-labels label[for="tab1"],#tab2:checked ~ .is-tab-labels label[for="tab2"],#tab3:checked ~ .is-tab-labels label[for="tab3"],#tab4:checked ~ .is-tab-labels label[for="tab4"]{color:#9F6EFA;border-bottom-color:#9F6EFA}
.is-tab-panels .tp{display:none}
#tab1:checked ~ .is-tab-panels .tp-1,#tab2:checked ~ .is-tab-panels .tp-2,#tab3:checked ~ .is-tab-panels .tp-3,#tab4:checked ~ .is-tab-panels .tp-4{display:block}
.tp-content{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}
.tp-content img{width:100%;height:240px;object-fit:cover;border-radius:5px;display:block}
.tp-txt h4{font-size:17px;font-weight:700;color:#1a1a2e;margin:0 0 12px}
.tp-txt p{font-size:14px;color:#555;line-height:1.7;margin:0 0 16px}
.tp-txt ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.tp-txt ul li{font-size:13px;color:#444;padding-left:18px;position:relative;line-height:1.5}
.tp-txt ul li::before{content:'→';position:absolute;left:0;color:#9F6EFA;font-weight:700}
.cta-strip{background:linear-gradient(164deg,#9F6EFA 0%,#B81C04 100%);padding:60px 20px;text-align:center}
.cta-strip .cta-inner{max-width:640px;margin:0 auto}
.cta-strip h3{font-size:clamp(20px,2.8vw,30px);font-weight:800;color:#FCFDFD;margin:0 0 14px}
.cta-strip p{font-size:15px;color:#fcfdfdd9;line-height:1.65;margin:0 0 28px}
.cta-strip .cs-btn{background:#FCFDFD;color:#9F6EFA;border:none;padding:14px 36px;font-size:15px;font-weight:700;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block;box-shadow:0 4px 14px #00000026;transition:transform 0.2s,box-shadow .2s;position:relative;z-index:3}
.cta-strip .cs-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}
@media (max-width: 768px) {
.hero-wrap .hv-inner{flex-direction:column;gap:24px}
.hero-wrap .hv-img-col{width:100%}
.hero-wrap .hv-txt{padding-bottom:24px}
.sp-grid{grid-template-columns:1fr 1fr}
.trust-sec .ts-inner{grid-template-columns:1fr;gap:32px}
.trust-img-col .ti-badge{bottom:-10px;left:10px}
.nums-sec .ns-top{grid-template-columns:1fr}
.nums-grid{grid-template-columns:repeat(2,1fr)}
.eco-layout{grid-template-columns:1fr}
.eco-img-block img{height:220px}
.cmp-table thead th,.cmp-table tbody td{padding:10px;font-size:12px}
.tp-content{grid-template-columns:1fr}
.tp-content img{height:180px}
}
@media (max-width: 480px) {
.sp-grid{grid-template-columns:1fr}
.nums-grid{grid-template-columns:1fr 1fr}
.is-tab-labels label{padding:10px 12px;font-size:13px}
.hv-cta-row{flex-direction:column}
}
.ct-pg{max-width:960px;margin:0 auto;padding:0 20px}
.ct-hero{background:linear-gradient(164deg,#9F6EFA 0%,#B81C04 50%,#FCFDFD 100%);padding:80px 0 60px;position:relative;overflow:hidden}
.ct-hero::before{content:'';position:absolute;top:-40px;right:-60px;width:280px;height:280px;border-radius:50%;background:#ffffff0f}
.ct-hero::after{content:'';position:absolute;bottom:-20px;left:10%;width:140px;height:140px;border-radius:50%;background:#9f6efa26}
.ct-hero-inner{max-width:960px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.ct-hero-txt{flex:1 1 0}
.ct-hero-label{display:inline-block;background:#ffffff26;color:#fff;font-size:12px;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:3px;margin-bottom:20px}
.ct-hero-txt h1{color:#fff;font-size:2.6rem;font-weight:800;line-height:1.2;margin:0 0 18px}
.ct-hero-txt h1 span{color:#FCFDFD;opacity:.7;display:block;font-size:1.5rem;font-weight:400;margin-top:6px}
.ct-hero-txt p{color:#ffffffe0;font-size:1.05rem;line-height:1.7;margin:0;max-width:460px}
.ct-hero-shapes{flex:0 0 220px;display:flex;flex-direction:column;gap:14px;align-items:flex-end}
.ct-shape-card{background:#ffffff1f;border:1px solid #fff3;border-radius:6px;padding:16px 20px;color:#fff;width:180px}
.ct-shape-card .ct-sc-ico{font-size:1.4rem;margin-bottom:6px}
.ct-shape-card .ct-sc-lbl{font-size:.75rem;opacity:.7;text-transform:uppercase;letter-spacing:1px}
.ct-shape-card .ct-sc-val{font-size:.9rem;font-weight:600;margin-top:3px;word-break:break-all}
.ct-main-grid{max-width:960px;margin:0 auto;padding:64px 20px;display:grid;grid-template-columns:1fr 1.5fr;gap:48px;align-items:start}
.ct-info-side{display:flex;flex-direction:column;gap:28px}
.ct-info-block{border-left:3px solid #9F6EFA;padding-left:18px}
.ct-info-block h4{font-size:.7rem;text-transform:uppercase;letter-spacing:2px;color:#9F6EFA;margin:0 0 6px}
.ct-info-block p{font-size:.95rem;color:#333;line-height:1.6;margin:0}
.ct-info-block a{color:#B81C04;text-decoration:none;font-weight:500}
.ct-info-block a:hover{text-decoration:underline}
.ct-resp-note{background:linear-gradient(135deg,#9f6efa12 0%,#b81c040a 100%);border:1px solid #9f6efa33;border-radius:5px;padding:18px 20px}
.ct-resp-note p{font-size:.88rem;color:#555;line-height:1.6;margin:0}
.ct-resp-note strong{color:#333}
.ct-form-side{background:#fff;border:1px solid #eee;border-radius:6px;box-shadow:0 4px 16px #00000012;padding:36px 32px}
.ct-form-side h2{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin:0 0 6px}
.ct-form-side .ct-form-sub{font-size:.9rem;color:#666;margin:0 0 28px;line-height:1.5}
.ct-field{margin-bottom:20px}
.ct-field label{display:block;font-size:.82rem;font-weight:600;color:#444;margin-bottom:7px;letter-spacing:.3px}
.ct-field input[type="text"],.ct-field input[type="email"],.ct-field input[type="tel"],.ct-field select,.ct-field textarea{width:100%;box-sizing:border-box;border:1.5px solid #ddd;border-radius:4px;padding:11px 14px;font-size:.95rem;color:#222;background:#fafafa;box-shadow:inset 0 1px 3px #0000000f;transition:border-color 0.2s,box-shadow .2s}
.ct-field input[type="text"]:focus,.ct-field input[type="email"]:focus,.ct-field input[type="tel"]:focus,.ct-field select:focus,.ct-field textarea:focus{outline:none;border-color:#9F6EFA;box-shadow:inset 0 1px 3px #0000000f 0 0 0 3px #9f6efa1f;background:#fff}
.ct-field textarea{resize:vertical;min-height:90px}
.ct-toggle-row{display:flex;flex-direction:row;gap:10px;margin-bottom:20px}
.ct-toggle-row input[type="radio"]{display:none}
.ct-toggle-row label{flex:1;text-align:center;padding:9px 10px;border:1.5px solid #ddd;border-radius:4px;font-size:.84rem;color:#555;cursor:pointer;transition:all .2s;background:#fafafa;font-weight:500}
.ct-toggle-row input[type="radio"]:checked + label{border-color:#9F6EFA;background:#9f6efa14;color:#9F6EFA;font-weight:700}
.ct-cond-fields{display:none}
#ct-type-analysis:checked ~ .ct-form-body .ct-cond-analysis{display:block}
#ct-type-consult:checked ~ .ct-form-body .ct-cond-consult{display:block}
#ct-type-other:checked ~ .ct-form-body .ct-cond-other{display:block}
.ct-privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin-bottom:24px;padding:14px 16px;background:#f8f8f8;border-radius:4px;border:1px solid #eee}
.ct-privacy-row input[type="checkbox"]{margin-top:2px;flex-shrink:0;width:16px;height:16px;accent-color:#9F6EFA;cursor:pointer}
.ct-privacy-row span{font-size:.82rem;color:#555;line-height:1.5}
.ct-privacy-row a{color:#9F6EFA;text-decoration:underline}
.ct-submit-btn{display:inline-block;width:100%;text-align:center;background:linear-gradient(135deg,#9F6EFA 0%,#B81C04 100%);color:#fff;border:none;border-radius:4px;padding:14px 28px;font-size:1rem;font-weight:700;cursor:pointer;letter-spacing:.3px;box-shadow:0 4px 14px #9f6efa4d;transition:opacity 0.2s,box-shadow .2s;position:relative;z-index:5}
.ct-submit-btn:hover{opacity:.92;box-shadow:0 6px 20px #9f6efa66}
.ct-submit-btn:active{opacity:.85}
.ct-faq-band{background:#1a1a2e;padding:64px 0}
.ct-faq-inner{max-width:960px;margin:0 auto;padding:0 20px}
.ct-faq-inner h3{font-size:1.5rem;color:#fff;font-weight:700;margin:0 0 8px}
.ct-faq-inner .ct-faq-lead{font-size:.95rem;color:#fff9;margin:0 0 36px}
.ct-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ct-faq-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:5px;overflow:hidden}
.ct-faq-item input[type="checkbox"]{display:none}
.ct-faq-item label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 18px;cursor:pointer;color:#ffffffe0;font-size:.92rem;font-weight:600;gap:12px}
.ct-faq-item label::after{content:'+';font-size:1.3rem;color:#9F6EFA;flex-shrink:0;transition:transform .2s}
.ct-faq-item input[type="checkbox"]:checked + label::after{transform:rotate(45deg)}
.ct-faq-ans{max-height:0;overflow:hidden;transition:max-height .3s ease}
.ct-faq-item input[type="checkbox"]:checked ~ .ct-faq-ans{max-height:200px}
.ct-faq-ans p{padding:0 18px 16px;font-size:.88rem;color:#fff9;line-height:1.65;margin:0}
.ct-divider-wave{overflow:hidden;line-height:0;background:#1a1a2e}
.ct-divider-wave svg{display:block}
@media (max-width: 768px) {
.ct-hero-inner{flex-direction:column;gap:32px}
.ct-hero-shapes{flex-direction:row;flex:unset;width:100%;justify-content:flex-start;align-items:flex-start}
.ct-shape-card{width:140px}
.ct-hero-txt h1{font-size:1.9rem}
.ct-main-grid{grid-template-columns:1fr;gap:32px;padding:40px 20px}
.ct-faq-grid{grid-template-columns:1fr}
.ct-form-side{padding:24px 18px}
.ct-toggle-row label{padding:8px 6px;font-size:.78rem}
}
@media (max-width: 480px) {
.ct-hero{padding:52px 0 40px}
.ct-hero-shapes{flex-wrap:wrap}
.ct-shape-card{width:100%;max-width:180px}
}
.cs-hero{position:relative;overflow:hidden;background:linear-gradient(164deg,#9F6EFA 0%,#B81C04 50%,#FCFDFD 100%);padding:80px 20px 60px}
.cs-hero-inner{max-width:960px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.cs-hero-txt{flex:1 1 55%;min-width:0}
.cs-hero-txt .cs-label{display:inline-block;background:#ffffff2e;color:#FCFDFD;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:2px;margin-bottom:18px}
.cs-hero-txt h1{font-size:clamp(28px,4vw,46px);font-weight:800;color:#FCFDFD;line-height:1.18;margin:0 0 18px}
.cs-hero-txt h1 span{color:#FCFDFD;position:relative;display:inline-block}
.cs-hero-txt h1 span::after{content:'';display:block;height:3px;background:#fcfdfd73;border-radius:2px;margin-top:2px}
.cs-hero-txt .cs-hero-desc{font-size:16px;color:#fcfdfde0;line-height:1.65;margin:0 0 28px;max-width:480px}
.cs-hero-cta{display:inline-flex;align-items:center;gap:8px;background:#FCFDFD;color:#B81C04;font-weight:700;font-size:14px;padding:13px 28px;border-radius:3px;text-decoration:none;transition:box-shadow 0.2s,transform .2s;position:relative;z-index:2}
.cs-hero-cta:hover{box-shadow:0 8px 24px #9f6efa59;transform:translateY(-2px)}
.cs-hero-img{flex:1 1 42%;min-width:0;position:relative}
.cs-hero-img img{width:100%;max-width:420px;height:300px;object-fit:cover;border-radius:6px;display:block;box-shadow:0 16px 48px #00000038;animation:cs-float 4s ease-in-out infinite}
@keyframes cs-float {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-10px)}
}
.cs-hero-divider{width:100%;overflow:hidden;line-height:0;margin-top:40px}
.cs-hero-divider svg{display:block;width:100%}
.cs-studies{background:#FCFDFD;padding:72px 20px 64px}
.cs-studies-inner{max-width:960px;margin:auto}
.cs-studies-head{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px}
.cs-studies-head h2{font-size:clamp(22px,3vw,34px);font-weight:800;color:#1a1a2e;line-height:1.22;margin:0;position:relative}
.cs-studies-head h2::before{content:'';display:block;width:38px;height:4px;background:linear-gradient(90deg,#9F6EFA,#B81C04);border-radius:2px;margin-bottom:12px}
.cs-studies-head p{font-size:15px;color:#555;line-height:1.6;max-width:340px;margin:0;text-align:right}
.cs-cases-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.cs-case-card{background:#fff;border:1px solid #ede9fb;border-radius:5px;overflow:hidden;box-shadow:0 4px 12px #9f6efa14;transition:box-shadow 0.22s,transform .22s;display:flex;flex-direction:column}
.cs-case-card:hover{box-shadow:0 12px 32px #9f6efa2e;transform:translateY(-3px)}
.cs-case-card--wide{grid-column:1 / -1}
.cs-card-top{padding:24px 26px 16px;display:flex;flex-direction:row;align-items:flex-start;gap:16px}
.cs-card-icon{width:44px;height:44px;border-radius:4px;background:linear-gradient(135deg,#9F6EFA 0%,#B81C04 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cs-card-icon svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.cs-card-meta{flex:1}
.cs-card-meta .cs-tag{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#9F6EFA;display:block;margin-bottom:4px}
.cs-card-meta h3{font-size:17px;font-weight:700;color:#1a1a2e;margin:0 0 2px;line-height:1.3}
.cs-card-meta .cs-sector{font-size:12px;color:#888}
.cs-card-body{padding:0 26px 18px;font-size:14px;color:#444;line-height:1.62;flex:1}
.cs-card-stats{padding:16px 26px;background:linear-gradient(90deg,#9f6efa12 0%,#b81c040d 100%);display:flex;flex-direction:row;gap:24px;border-top:1px solid #ede9fb}
.cs-stat-item{display:flex;flex-direction:column;gap:2px}
.cs-stat-item .cs-stat-val{font-size:20px;font-weight:800;color:#9F6EFA;line-height:1}
.cs-stat-item .cs-stat-lbl{font-size:11px;color:#777;text-transform:uppercase;letter-spacing:.8px}
.cs-wide-inner{display:flex;flex-direction:row;gap:0}
.cs-wide-content{flex:1;padding:28px 26px;display:flex;flex-direction:column;justify-content:space-between}
.cs-wide-img{width:340px;flex-shrink:0;position:relative;overflow:hidden}
.cs-wide-img img{width:100%;height:100%;min-height:240px;object-fit:cover;display:block}
.cs-wide-content .cs-tag{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#B81C04;display:block;margin-bottom:8px}
.cs-wide-content h3{font-size:20px;font-weight:800;color:#1a1a2e;margin:0 0 10px;line-height:1.28}
.cs-wide-content p{font-size:14px;color:#444;line-height:1.65;margin:0 0 20px}
.cs-wide-stats{display:flex;flex-direction:row;gap:28px;flex-wrap:wrap}
.cs-wide-stats .cs-stat-item .cs-stat-val{color:#B81C04}
.cs-divider-zigzag{width:100%;overflow:hidden;line-height:0}
.cs-approach{background:linear-gradient(164deg,#1a1a2e 0%,#2d1a4e 60%,#3d0a10 100%);padding:72px 20px 64px;position:relative;overflow:hidden}
.cs-approach::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#9f6efa1f 0%,transparent 70%);pointer-events:none}
.cs-approach-inner{max-width:960px;margin:auto;position:relative;z-index:1}
.cs-approach-top{text-align:center;margin-bottom:52px}
.cs-approach-top h2{font-size:clamp(22px,3vw,34px);font-weight:800;color:#FCFDFD;margin:0 0 14px;line-height:1.22}
.cs-approach-top h2 em{font-style:normal;color:#9F6EFA}
.cs-approach-top p{font-size:15px;color:#fcfdfdb8;max-width:560px;margin:0 auto;line-height:1.65}
.cs-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative}
.cs-steps::before{content:'';position:absolute;top:28px;left:14%;right:14%;height:2px;background:linear-gradient(90deg,#9F6EFA,#B81C04);z-index:0}
.cs-step{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:5px;padding:28px 18px 22px;text-align:center;position:relative;z-index:1;transition:background 0.22s,border-color .22s}
.cs-step:hover{background:#9f6efa1f;border-color:#9f6efa59}
.cs-step-num{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#9F6EFA 0%,#B81C04 100%);color:#fff;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;position:relative;z-index:2}
.cs-step h4{font-size:14px;font-weight:700;color:#FCFDFD;margin:0 0 8px;line-height:1.3}
.cs-step p{font-size:12px;color:#fcfdfd9e;line-height:1.6;margin:0}
.cs-approach-cta-row{text-align:center;margin-top:48px}
.cs-approach-cta{display:inline-flex;align-items:center;gap:9px;background:linear-gradient(90deg,#9F6EFA 0%,#B81C04 100%);color:#fff;font-weight:700;font-size:15px;padding:15px 36px;border-radius:3px;text-decoration:none;position:relative;z-index:2;transition:box-shadow 0.22s,transform .22s}
.cs-approach-cta:hover{box-shadow:0 8px 28px #9f6efa66;transform:translateY(-2px)}
@media (max-width: 768px) {
.cs-hero-inner{flex-direction:column;gap:32px}
.cs-hero-img img{max-width:100%;height:220px}
.cs-studies-head{flex-direction:column;align-items:flex-start}
.cs-studies-head p{text-align:left}
.cs-cases-grid{grid-template-columns:1fr}
.cs-case-card--wide{grid-column:1}
.cs-wide-inner{flex-direction:column}
.cs-wide-img{width:100%}
.cs-wide-img img{min-height:180px}
.cs-steps{grid-template-columns:repeat(2,1fr)}
.cs-steps::before{display:none}
}
@media (max-width: 480px) {
.cs-hero{padding:52px 16px 40px}
.cs-steps{grid-template-columns:1fr}
.cs-card-stats{flex-wrap:wrap;gap:14px}
}
.au-hero{position:relative;overflow:hidden;background:linear-gradient(164deg,#9F6EFA 0%,#B81C04 55%,#FCFDFD 100%);padding:80px 20px 100px}
.au-hero::before{content:'';position:absolute;top:-60px;left:50%;transform:translateX(-50%);width:600px;height:600px;background:radial-gradient(circle,#ffffff1f 0%,transparent 70%);pointer-events:none}
.au-hero::after{content:'';position:absolute;bottom:-40px;right:10%;width:300px;height:300px;background:radial-gradient(circle,#9f6efa33 0%,transparent 65%);pointer-events:none}
.au-hero-inner{max-width:960px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2}
.au-hero-label{display:inline-block;border:1px solid #fff6;border-radius:20px;padding:5px 18px;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:#ffffffd9;margin-bottom:28px}
.au-hero-inner h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:800;color:#FCFDFD;line-height:1.15;max-width:720px;margin:0 0 22px;position:relative}
.au-hero-inner h1 span{color:#f9e76b}
.au-hero-inner p{font-size:1.05rem;color:#fcfdfdd9;max-width:560px;line-height:1.7;margin:0 0 42px}
.au-hero-img-frame{position:relative;width:100%;max-width:820px;border-radius:6px;overflow:hidden;box-shadow:0 24px 60px #00000059 0 4px 12px #9f6efa4d}
.au-hero-img-frame::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,#b81c0473 100%);z-index:1;pointer-events:none}
.au-hero-img-frame img{width:100%;height:420px;object-fit:cover;object-position:center;display:block}
.au-glow-dot{position:absolute;width:14px;height:14px;border-radius:50%;background:#f9e76b;box-shadow:0 0 20px 6px #f9e76b80;top:-7px;left:50%;transform:translateX(-50%);z-index:3}
.au-split{background:#FCFDFD;padding:90px 20px}
.au-split-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.au-split-left{display:flex;flex-direction:column}
.au-split-left h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:#1a1a2e;line-height:1.2;margin:0 0 20px;position:relative;padding-bottom:16px}
.au-split-left h2::after{content:'';position:absolute;bottom:0;left:0;width:48px;height:3px;background:linear-gradient(90deg,#9F6EFA,#B81C04);border-radius:2px}
.au-split-left p{font-size:.97rem;color:#444;line-height:1.75;margin:0 0 16px}
.au-stats-row{display:flex;flex-direction:row;gap:24px;margin-top:28px}
.au-stat-box{flex:1;background:linear-gradient(135deg,#9F6EFA15,#B81C0408);border:1px solid #9F6EFA30;border-radius:6px;padding:20px 16px;text-align:center}
.au-stat-box .au-stat-num{display:block;font-size:2rem;font-weight:900;background:linear-gradient(135deg,#9F6EFA,#B81C04);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:6px}
.au-stat-box .au-stat-lbl{font-size:.78rem;color:#666;letter-spacing:.5px;text-transform:uppercase}
.au-split-right{display:flex;flex-direction:column;gap:18px}
.au-img-stack{position:relative}
.au-img-stack img{width:100%;height:310px;object-fit:cover;border-radius:4px;box-shadow:8px 12px 32px #9f6efa2e;display:block}
.au-img-stack-badge{position:absolute;bottom:16px;left:-20px;background:#1a1a2e;color:#FCFDFD;border-radius:4px;padding:10px 16px;font-size:.82rem;box-shadow:0 4px 16px #00000040;display:flex;flex-direction:row;align-items:center;gap:10px;white-space:nowrap}
.au-img-stack-badge .badge-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;flex-shrink:0}
.au-expertise-list{display:flex;flex-direction:column;gap:10px}
.au-exp-item{display:flex;flex-direction:row;align-items:flex-start;gap:12px;padding:14px 16px;background:#fff;border:1px solid #e8e8f0;border-radius:4px;transition:box-shadow 0.2s,border-color .2s}
.au-exp-item:hover{box-shadow:4px 4px 16px #9f6efa1f;border-color:#9F6EFA50}
.au-exp-icon{width:36px;height:36px;border-radius:4px;background:linear-gradient(135deg,#9F6EFA,#B81C04);display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0}
.au-exp-icon svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.au-exp-text h5{font-size:.88rem;font-weight:700;color:#1a1a2e;margin:0 0 3px}
.au-exp-text p{font-size:.8rem;color:#666;margin:0;line-height:1.5}
.au-approach{background:#1a1a2e;padding:90px 20px;position:relative;overflow:hidden}
.au-approach::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#9F6EFA,#B81C04,#9F6EFA)}
.au-approach::after{content:'';position:absolute;bottom:-80px;left:-80px;width:350px;height:350px;background:radial-gradient(circle,#9f6efa1a 0%,transparent 70%);pointer-events:none}
.au-approach-inner{max-width:960px;margin:0 auto;position:relative;z-index:2}
.au-approach-top{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:56px}
.au-approach-heading h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:#FCFDFD;line-height:1.2;margin:0 0 12px}
.au-approach-heading p{font-size:.95rem;color:#fcfdfda6;line-height:1.7;margin:0;max-width:420px}
.au-cta-link{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:13px 28px;border:1px solid #9f6efa99;border-radius:4px;color:#9F6EFA;font-size:.9rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background 0.2s,color 0.2s,border-color .2s;flex-shrink:0}
.au-cta-link:hover{background:#9F6EFA;color:#fff;border-color:#9F6EFA}
.au-img-duo{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:16px;margin-bottom:56px}
.au-img-duo-a{grid-column:1;grid-row:1 / 3}
.au-img-duo-b{grid-column:2;grid-row:1}
.au-img-duo-card{grid-column:2;grid-row:2;background:linear-gradient(135deg,#9F6EFA20,#B81C0415);border:1px solid #9f6efa33;border-radius:4px;padding:22px 20px;display:flex;flex-direction:column;justify-content:center}
.au-img-duo-card h4{font-size:1rem;font-weight:700;color:#FCFDFD;margin:0 0 8px}
.au-img-duo-card p{font-size:.83rem;color:#fcfdfda6;margin:0;line-height:1.6}
.au-img-duo-a img,.au-img-duo-b img{width:100%;height:100%;object-fit:cover;border-radius:4px;display:block}
.au-img-duo-a{min-height:320px}
.au-img-duo-b{min-height:150px}
.au-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.au-step{background:#ffffff0a;border:1px solid #ffffff14;border-radius:4px;padding:28px 22px;position:relative;transition:background 0.25s,border-color .25s}
.au-step:hover{background:#9f6efa14;border-color:#9f6efa4d}
.au-step-num{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#9F6EFA;background:#9f6efa1f;border-radius:3px;padding:3px 10px;margin-bottom:16px}
.au-step h5{font-size:1rem;font-weight:700;color:#FCFDFD;margin:0 0 10px}
.au-step p{font-size:.83rem;color:#fcfdfd99;line-height:1.65;margin:0}
.au-step-bar{height:2px;background:linear-gradient(90deg,#9F6EFA,#B81C04);border-radius:2px;margin-top:18px;width:40%}
.au-svg-divider{display:block;width:100%;line-height:0;background:#FCFDFD}
.au-svg-divider svg{display:block;width:100%}
@media (max-width: 768px) {
.au-split-inner{grid-template-columns:1fr;gap:40px}
.au-img-stack-badge{left:8px}
.au-stats-row{flex-direction:column;gap:12px}
.au-approach-top{flex-direction:column;align-items:flex-start}
.au-img-duo{grid-template-columns:1fr;grid-template-rows:auto}
.au-img-duo-a,.au-img-duo-b,.au-img-duo-card{grid-column:1;grid-row:auto}
.au-img-duo-a{min-height:220px}
.au-steps-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.au-hero{padding:60px 16px 80px}
.au-hero-img-frame img{height:220px}
.au-split{padding:60px 16px}
.au-approach{padding:60px 16px}
}
.sc-pg{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:80px 20px}
.sc-pg::before{content:'';position:absolute;inset:0;background:linear-gradient(164deg,#9F6EFA 0%,#B81C04 50%,#FCFDFD 100%);opacity:.08;z-index:0}
.sc-pg::after{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(-45deg,transparent,transparent 18px,#9f6efa0f 18px,#9f6efa0f 20px);z-index:0}
.sc-blur-zone{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center}
.sc-blur-center{width:520px;height:340px;border-radius:4px;background:#fcfdfdb8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 8px 40px #9f6efa21 0 2px 8px #b81c0412}
.sc-content{position:relative;z-index:2;max-width:600px;width:100%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:28px}
.sc-icon-wrap{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#9F6EFA 0%,#B81C04 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #9f6efa47 0 1px 4px #b81c0424;flex-shrink:0}
.sc-icon-wrap svg{width:36px;height:36px;display:block}
.sc-heading-block{display:flex;flex-direction:column;align-items:center;gap:14px}
.sc-heading-block h1{font-size:2rem;font-weight:800;line-height:1.18;color:#1a1028;margin:0;letter-spacing:-.5px}
.sc-heading-block h1 .sc-hi{background:linear-gradient(90deg,#9F6EFA 0%,#B81C04 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline}
.sc-heading-block .sc-sub{font-size:1rem;line-height:1.65;color:#4a3f5c;max-width:480px;margin:0}
.sc-divider{width:52px;height:3px;border-radius:2px;background:linear-gradient(90deg,#9F6EFA,#B81C04);margin:0 auto}
.sc-actions{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}
.sc-btn-primary{display:inline-block;padding:13px 30px;border-radius:4px;background:linear-gradient(135deg,#9F6EFA 0%,#B81C04 100%);color:#FCFDFD;font-size:.95rem;font-weight:700;text-decoration:none;letter-spacing:.2px;box-shadow:0 4px 14px #9f6efa40;transition:box-shadow 0.2s,transform .15s;position:relative;z-index:3}
.sc-btn-primary:hover{box-shadow:0 6px 22px #9f6efa61;transform:translateY(-1px)}
.sc-btn-secondary{display:inline-block;padding:12px 28px;border-radius:4px;border:2px solid #9F6EFA;color:#9F6EFA;font-size:.95rem;font-weight:600;text-decoration:none;background:transparent;transition:background 0.18s,color 0.18s,border-color .18s;position:relative;z-index:3}
.sc-btn-secondary:hover{background:#9f6efa14;border-color:#B81C04;color:#B81C04}
.sc-meta-note{font-size:.82rem;color:#8a7fa0;margin:0;line-height:1.5}
.sc-meta-note a{color:#9F6EFA;text-decoration:none;font-weight:600}
.sc-meta-note a:hover{color:#B81C04;text-decoration:underline}
@media (max-width: 640px) {
.sc-pg{padding:56px 16px}
.sc-blur-center{width:96vw;height:420px}
.sc-heading-block h1{font-size:1.45rem}
.sc-btn-primary,.sc-btn-secondary{width:100%;text-align:center}
.sc-actions{flex-direction:column;width:100%}
}