*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Manrope',sans-serif;background:#F5F3EA;color:#161110;line-height:1.6;font-size:16px}
a{text-decoration:none;color:inherit}
.hd-main{background:linear-gradient(127deg,#F5F3EA 0%,#fff 50%,#F5F3EA 100%);padding:25px 0;box-shadow:0 4px 12px #16111014}
.hd-main .hd-holder{max-width:1140px;margin:0 auto;padding:0 20px}
.hd-main .hd-grid{display:grid;grid-template-columns:auto 1fr;gap:25px 20px;align-items:center;margin-bottom:20px}
.hd-main .lg-box{display:flex;align-items:center}
.hd-main .lg-link{display:block;background:#fff;padding:12px;border-radius:28px;box-shadow:0 3px 8px #1611101a;transition:transform .3s ease}
.hd-main .lg-link:hover{transform:translateY(-2px)}
.hd-main .lg-img{width:85px;height:85px;display:block}
.hd-main .comp-name{text-align:right;padding-right:10px}
.hd-main .comp-txt{font-size:26px;font-weight:700;color:#161110;letter-spacing:.5px}
.hd-main .nv-primary{grid-column:1 / -1;display:flex;gap:35px;justify-content:center;padding-top:15px;border-top:2px solid #d4b1aa4d}
.hd-main .nv-item{font-size:17px;font-weight:400;color:#161110;padding:8px 16px;border-radius:22px;transition:background .25s ease,color .25s ease}
.hd-main .nv-item:hover{background:#d4b1aa40;color:#161110}
@media (max-width: 768px) {
.hd-main .hd-grid{grid-template-columns:1fr;text-align:center;gap:18px}
.hd-main .lg-box{justify-content:center}
.hd-main .comp-name{text-align:center;padding-right:0}
.hd-main .nv-primary{flex-direction:column;align-items:center;gap:12px}
.hd-main .nv-item{width:100%;max-width:280px;text-align:center}
}
.ft-base{background:linear-gradient(142deg,#161110 0%,#2a2423 100%);color:#F5F3EA;padding:65px 0 35px;margin-top:80px}
.ft-base .ft-holder{max-width:1140px;margin:0 auto;padding:0 20px}
.ft-base .ft-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:45px}
.ft-base .ft-brand{margin-bottom:30px}
.ft-base .ft-name{font-size:24px;font-weight:700;display:block;margin-bottom:10px;color:#D4B1AA}
.ft-base .ft-tagline{font-size:15px;color:#f5f3eacc;line-height:1.5}
.ft-base .ft-contact p{margin-bottom:12px;font-size:15px;line-height:1.7}
.ft-base .ft-contact a{color:#D4B1AA;transition:color .25s ease}
.ft-base .ft-contact a:hover{color:#F5F3EA}
.ft-base .ft-heading{font-size:19px;font-weight:700;margin-bottom:20px;color:#D4B1AA}
.ft-base .ft-nv{display:flex;flex-direction:column;gap:14px}
.ft-base .ft-link{font-size:15px;color:#f5f3ead9;transition:color .25s ease,padding-left .25s ease;display:inline-block}
.ft-base .ft-link:hover{color:#D4B1AA;padding-left:8px}
.ft-base .ft-bottom{padding-top:30px;border-top:1px solid #d4b1aa40;text-align:center}
.ft-base .ft-copy{font-size:14px;color:#f5f3eab3}
@media (max-width: 768px) {
.ft-base .ft-grid{grid-template-columns:1fr;gap:35px}
}
.ck-popup{position:fixed;top:25px;left:-450px;width:420px;max-width:calc(100vw - 40px);background:#fff;border-radius:24px;box-shadow:0 12px 32px #1611102e;padding:28px;z-index:9999;transition:left .45s cubic-bezier(0.4,0,0.2,1)}
.ck-popup.show{left:25px}
.ck-popup .ck-title{font-size:21px;font-weight:700;color:#161110;margin-bottom:12px}
.ck-popup .ck-desc{font-size:14px;color:#161110;line-height:1.6;margin-bottom:22px}
.ck-popup .ck-policy{color:#D4B1AA;text-decoration:underline}
.ck-popup .ck-categories{display:grid;gap:14px;margin-bottom:24px}
.ck-popup .ck-cat{background:#F5F3EA;border-radius:16px;padding:16px}
.ck-popup .ck-cat-header{margin-bottom:8px}
.ck-popup .ck-cat-label{display:flex;align-items:center;gap:10px;cursor:pointer}
.ck-popup .ck-check{width:20px;height:20px;cursor:pointer}
.ck-popup .ck-check:disabled{cursor:not-allowed}
.ck-popup .ck-cat-name{font-weight:700;font-size:15px;color:#161110}
.ck-popup .ck-cat-info{font-size:13px;color:#161110bf;line-height:1.5;margin-left:30px}
.ck-popup .ck-actions{display:flex;flex-wrap:wrap;gap:10px}
.ck-popup .ck-btn{padding:11px 20px;border:none;border-radius:20px;font-family:'Manrope',sans-serif;font-size:14px;font-weight:700;cursor:pointer;transition:background .25s ease,transform .2s ease;flex:1;min-width:120px}
.ck-popup .ck-accept{background:#161110;color:#F5F3EA}
.ck-popup .ck-accept:hover{background:#2a2423;transform:translateY(-1px)}
.ck-popup .ck-decline{background:transparent;color:#161110;border:2px solid #161110}
.ck-popup .ck-decline:hover{background:#1611100d}
.ck-popup .ck-save{background:#D4B1AA;color:#161110}
.ck-popup .ck-save:hover{background:#c49e96;transform:translateY(-1px)}
.ck-badge{position:fixed;bottom:25px;left:25px;width:56px;height:56px;background:#161110;border-radius:28px;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px #16111040;z-index:9998;transition:transform .25s ease,background .25s ease}
.ck-badge:hover{transform:scale(1.08);background:#2a2423}
.ck-badge .oi{color:#F5F3EA;font-size:22px}
@media (max-width: 768px) {
.ck-popup{top:15px;left:-100%;width:calc(100vw - 30px)}
.ck-popup.show{left:15px}
.ck-popup .ck-actions{flex-direction:column}
.ck-popup .ck-btn{width:100%}
.ck-badge{bottom:15px;left:15px}
}
.terms-gn-body{max-width:1140px;margin:60px auto;padding:0 20px;background:#FFF}
.terms-gn-body h1{font-size:42px;line-height:1.2;color:#161110;margin:0 0 40px;font-weight:700;letter-spacing:-.5px}
.terms-gn-body h2{font-size:32px;line-height:1.3;color:#161110;margin:60px 0 24px;font-weight:600;letter-spacing:-.3px}
.terms-gn-body h3{font-size:24px;line-height:1.4;color:#161110;margin:40px 0 20px;font-weight:600}
.terms-gn-body h4{font-size:20px;line-height:1.5;color:#161110;margin:32px 0 16px;font-weight:600}
.terms-gn-body h5{font-size:18px;line-height:1.5;color:#161110;margin:28px 0 14px;font-weight:600}
.terms-gn-body h6{font-size:16px;line-height:1.5;color:#161110;margin:24px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.terms-gn-body div{margin:0 0 20px;line-height:1.8;color:#161110;font-size:16px}
.terms-gn-body ul{margin:20px 0;padding:0 0 0 30px;list-style-type:disc}
.terms-gn-body ol{margin:20px 0;padding:0 0 0 30px;list-style-type:decimal}
.terms-gn-body li{margin:0 0 12px;line-height:1.8;color:#161110;font-size:16px;padding-left:8px}
.terms-gn-body ul ul{margin:12px 0 0;padding-left:30px;list-style-type:circle}
.terms-gn-body ol ol{margin:12px 0 0;padding-left:30px;list-style-type:lower-alpha}
.terms-gn-body ul ol{margin:12px 0 0;padding-left:30px}
.terms-gn-body ol ul{margin:12px 0 0;padding-left:30px}
.terms-gn-body strong{font-weight:700;color:#161110}
.terms-gn-body b{font-weight:700;color:#161110}
.terms-gn-body em{font-style:italic;color:#161110}
.terms-gn-body i{font-style:italic;color:#161110}
.terms-gn-body a{color:#D4B1AA;text-decoration:underline;transition:all .3s ease;font-weight:500}
.terms-gn-body a:hover{color:#161110;text-decoration:none}
.terms-gn-body a:focus{outline:2px solid #D4B1AA;outline-offset:2px;border-radius:4px}
@media (max-width: 1366px) {
.terms-gn-body{margin:50px auto;padding:0 30px}
.terms-gn-body h1{font-size:38px;margin-bottom:36px}
.terms-gn-body h2{font-size:28px;margin:50px 0 20px}
}
@media (max-width: 768px) {
.terms-gn-body{margin:40px auto;padding:0 20px}
.terms-gn-body h1{font-size:32px;margin-bottom:30px;line-height:1.3}
.terms-gn-body h2{font-size:24px;margin:40px 0 18px}
.terms-gn-body h3{font-size:20px;margin:32px 0 16px}
.terms-gn-body h4{font-size:18px;margin:28px 0 14px}
.terms-gn-body h5{font-size:16px;margin:24px 0 12px}
.terms-gn-body h6{font-size:15px;margin:20px 0 10px}
.terms-gn-body div{font-size:15px;line-height:1.7;margin-bottom:18px}
.terms-gn-body li{font-size:15px;line-height:1.7;margin-bottom:10px}
.terms-gn-body ul{padding-left:24px}
.terms-gn-body ol{padding-left:24px}
}
@media (max-width: 375px) {
.terms-gn-body{margin:30px auto;padding:0 16px}
.terms-gn-body h1{font-size:28px;margin-bottom:24px}
.terms-gn-body h2{font-size:22px;margin:36px 0 16px}
.terms-gn-body h3{font-size:18px;margin:28px 0 14px}
.terms-gn-body div{font-size:14px;line-height:1.7}
.terms-gn-body li{font-size:14px;line-height:1.7}
.terms-gn-body ul{padding-left:20px}
.terms-gn-body ol{padding-left:20px}
}
.ld-ttl-warp{position:relative;height:520px;overflow:hidden;background:linear-gradient(137deg,#161110 0%,#2a1e1c 100%);margin-bottom:80px}
.ld-ttl-warp .img-base{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.35;filter:sepia(0.2) brightness(0.9)}
.ld-ttl-warp .txt-holder{position:relative;z-index:5;max-width:1140px;margin:0 auto;padding:140px 20px 0}
.ld-ttl-warp .txt-holder h1{font-size:3.2rem;color:#F5F3EA;margin:0 0 18px;line-height:1.2;max-width:720px}
.ld-ttl-warp .txt-holder .sub-ln{font-size:1.25rem;color:#D4B1AA;margin:0;max-width:650px;line-height:1.6}
.ld-ttl-warp .deco-shp{position:absolute;width:280px;height:280px;background:linear-gradient(225deg,#D4B1AA 0%,#d4b1aa33 100%);border-radius:50%;top:-90px;right:10%;opacity:.15;z-index:2}
.ld-ttl-warp .deco-shp-2{position:absolute;width:180px;height:180px;background:linear-gradient(45deg,#F5F3EA 0%,#f5f3ea1a 100%);border-radius:30px;bottom:60px;right:5%;opacity:.08;z-index:2;transform:rotate(25deg)}
.prgrm-det-sec{max-width:1140px;margin:0 auto 90px;padding:0 20px}
.prgrm-det-sec .content-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:start}
.prgrm-det-sec .img-side img{width:100%;height:auto;border-radius:28px;box-shadow:0 8px 24px #1611101f}
.prgrm-det-sec .txt-side h2{font-size:2.1rem;color:#161110;margin:0 0 22px;line-height:1.3;position:relative;padding-left:18px}
.prgrm-det-sec .txt-side h2::before{content:'';position:absolute;left:0;top:6px;width:5px;height:48px;background:linear-gradient(180deg,#D4B1AA 0%,#161110 100%);border-radius:3px}
.prgrm-det-sec .txt-side p{font-size:1.05rem;color:#161110;line-height:1.75;margin:0 0 16px}
.prgrm-det-sec .txt-side .hlght-trm{color:#D4B1AA;font-weight:600}
.prgrm-det-sec .txt-side .detail-list{list-style:none;padding:0;margin:28px 0 0}
.prgrm-det-sec .txt-side .detail-list li{padding:14px 0 14px 42px;position:relative;font-size:1.05rem;color:#161110;line-height:1.6;border-bottom:1px solid #d4b1aa33}
.prgrm-det-sec .txt-side .detail-list li::before{content:'';position:absolute;left:0;top:18px;width:28px;height:28px;background:linear-gradient(135deg,#D4B1AA 0%,#161110 100%);border-radius:50%}
.prgrm-det-sec .txt-side .detail-list li::after{content:'✓';position:absolute;left:8px;top:16px;color:#F5F3EA;font-size:.85rem;font-weight:700}
.strct-mdl-area{background:linear-gradient(118deg,#F5F3EA 0%,#e8e4d5 100%);padding:80px 20px;margin-bottom:90px;position:relative}
.strct-mdl-area::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#161110 0%,#D4B1AA 50%,#161110 100%)}
.strct-mdl-area .inner-wrap{max-width:1140px;margin:0 auto}
.strct-mdl-area h2{font-size:2.4rem;color:#161110;text-align:center;margin:0 0 50px;line-height:1.3}
.strct-mdl-area .mdl-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px}
.strct-mdl-area .mdl-crd{background:#fff;padding:32px 28px;border-radius:24px;box-shadow:0 4px 16px #16111014;transition:all .3s ease;position:relative;overflow:hidden}
.strct-mdl-area .mdl-crd::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#D4B1AA 0%,#161110 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.strct-mdl-area .mdl-crd:hover{transform:translateY(-6px);box-shadow:0 12px 32px #16111026}
.strct-mdl-area .mdl-crd:hover::before{transform:scaleX(1)}
.strct-mdl-area .mdl-crd .icn-holder{width:56px;height:56px;background:linear-gradient(135deg,#D4B1AA 0%,#161110 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.strct-mdl-area .mdl-crd .icn-holder svg{width:28px;height:28px;fill:#F5F3EA}
.strct-mdl-area .mdl-crd h3{font-size:1.35rem;color:#161110;margin:0 0 14px;line-height:1.4}
.strct-mdl-area .mdl-crd p{font-size:1rem;color:#161110;line-height:1.65;margin:0}
.tchng-appr-blk{max-width:1140px;margin:0 auto 90px;padding:0 20px}
.tchng-appr-blk .content-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:70px;align-items:center}
.tchng-appr-blk .txt-area h2{font-size:2.2rem;color:#161110;margin:0 0 28px;line-height:1.3}
.tchng-appr-blk .txt-area p{font-size:1.05rem;color:#161110;line-height:1.75;margin:0 0 16px}
.tchng-appr-blk .txt-area .feat-pts{margin:32px 0 0}
.tchng-appr-blk .txt-area .feat-pts .pt-item{padding:18px 0;border-left:3px solid #D4B1AA;padding-left:22px;margin-bottom:18px}
.tchng-appr-blk .txt-area .feat-pts .pt-item h4{font-size:1.15rem;color:#161110;margin:0 0 8px;font-weight:600}
.tchng-appr-blk .txt-area .feat-pts .pt-item p{font-size:.98rem;color:#161110;line-height:1.6;margin:0}
.tchng-appr-blk .vis-area{position:relative}
.tchng-appr-blk .vis-area img{width:100%;height:auto;border-radius:28px;box-shadow:0 10px 28px #16111024}
.tchng-appr-blk .vis-area .accent-shp{position:absolute;width:140px;height:140px;background:linear-gradient(225deg,#D4B1AA 0%,#d4b1aa4d 100%);border-radius:50%;top:-30px;right:-30px;z-index:-1}
.tchng-appr-blk .vis-area .accent-shp-2{position:absolute;width:100px;height:100px;background:linear-gradient(45deg,#161110 0%,#16111033 100%);border-radius:24px;bottom:-20px;left:-20px;z-index:-1;transform:rotate(-15deg)}
.exp-jrny-sec{background:#161110;padding:80px 20px;position:relative;overflow:hidden}
.exp-jrny-sec::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#d4b1aa26 0%,transparent 70%);border-radius:50%}
.exp-jrny-sec .inner-holder{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.exp-jrny-sec h2{font-size:2.5rem;color:#F5F3EA;text-align:center;margin:0 0 20px;line-height:1.3}
.exp-jrny-sec .sub-hd{font-size:1.15rem;color:#D4B1AA;text-align:center;margin:0 auto 50px;max-width:720px;line-height:1.65}
.exp-jrny-sec .step-track{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:50px}
.exp-jrny-sec .step-elm{background:linear-gradient(135deg,#f5f3ea14 0%,#d4b1aa0d 100%);padding:32px 24px;border-radius:22px;border:1px solid #d4b1aa33;transition:all .3s ease;position:relative}
.exp-jrny-sec .step-elm::after{content:'';position:absolute;top:50%;right:-15px;width:0;height:0;border-left:12px solid #d4b1aa4d;border-top:8px solid transparent;border-bottom:8px solid transparent;transform:translateY(-50%)}
.exp-jrny-sec .step-elm:last-child::after{display:none}
.exp-jrny-sec .step-elm:hover{background:linear-gradient(135deg,#f5f3ea24 0%,#d4b1aa1a 100%);transform:translateY(-4px);border-color:#d4b1aa66}
.exp-jrny-sec .step-elm .num-tag{display:inline-block;width:44px;height:44px;background:linear-gradient(135deg,#D4B1AA 0%,#161110 100%);color:#F5F3EA;border-radius:50%;text-align:center;line-height:44px;font-size:1.2rem;font-weight:700;margin-bottom:16px}
.exp-jrny-sec .step-elm h3{font-size:1.25rem;color:#F5F3EA;margin:0 0 12px;line-height:1.4}
.exp-jrny-sec .step-elm p{font-size:.98rem;color:#D4B1AA;line-height:1.6;margin:0}
.exp-jrny-sec .cta-holder{text-align:center}
.exp-jrny-sec .cta-holder .btn-main{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#D4B1AA 0%,#161110 100%);color:#F5F3EA;text-decoration:none;border-radius:28px;font-size:1.1rem;font-weight:600;box-shadow:0 6px 20px #d4b1aa4d;transition:all .3s ease;position:relative;z-index:10}
.exp-jrny-sec .cta-holder .btn-main:hover{transform:translateY(-3px);box-shadow:0 10px 30px #d4b1aa73}
@media (max-width: 1366px) {
.ld-ttl-warp{height:460px}
.ld-ttl-warp .txt-holder h1{font-size:2.8rem}
.exp-jrny-sec .step-track{grid-template-columns:repeat(2,1fr)}
.exp-jrny-sec .step-elm::after{display:none}
}
@media (max-width: 768px) {
.ld-ttl-warp{height:380px;margin-bottom:60px}
.ld-ttl-warp .txt-holder{padding:100px 20px 0}
.ld-ttl-warp .txt-holder h1{font-size:2rem}
.ld-ttl-warp .txt-holder .sub-ln{font-size:1.05rem}
.ld-ttl-warp .deco-shp{width:180px;height:180px;top:-60px;right:5%}
.ld-ttl-warp .deco-shp-2{width:120px;height:120px}
.prgrm-det-sec{margin-bottom:70px}
.prgrm-det-sec .content-grid{grid-template-columns:1fr;gap:40px}
.prgrm-det-sec .txt-side h2{font-size:1.75rem}
.strct-mdl-area{padding:60px 20px;margin-bottom:70px}
.strct-mdl-area h2{font-size:1.9rem;margin-bottom:40px}
.strct-mdl-area .mdl-grid{grid-template-columns:1fr;gap:25px}
.tchng-appr-blk{margin-bottom:70px}
.tchng-appr-blk .content-layout{grid-template-columns:1fr;gap:40px}
.tchng-appr-blk .txt-area h2{font-size:1.85rem}
.exp-jrny-sec{padding:60px 20px}
.exp-jrny-sec h2{font-size:2rem}
.exp-jrny-sec .step-track{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 375px) {
.ld-ttl-warp .txt-holder h1{font-size:1.75rem}
.prgrm-det-sec .txt-side h2{font-size:1.5rem}
.strct-mdl-area h2{font-size:1.65rem}
.tchng-appr-blk .txt-area h2{font-size:1.6rem}
.exp-jrny-sec h2{font-size:1.75rem}
.exp-jrny-sec .cta-holder .btn-main{padding:14px 32px;font-size:1rem}
}
.cr-hero{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;margin-bottom:80px}
.cr-hero .bg-img-holder{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.cr-hero .bg-img-holder img{width:100%;height:100%;object-fit:cover;opacity:.25}
.cr-hero .bg-img-holder::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 0%,#161110 100%);pointer-events:none}
.cr-hero .content-holder{position:relative;z-index:2;max-width:1140px;margin:0 auto;padding:0 24px;width:100%}
.cr-hero .main-ttl{font-size:52px;font-weight:700;color:#F5F3EA;margin:0 0 18px;line-height:1.15}
.cr-hero .sub-ttl{font-size:22px;color:#D4B1AA;margin:0 0 28px;line-height:1.5;max-width:720px}
.cr-hero .intro-txt{font-size:17px;color:#F5F3EA;line-height:1.7;max-width:680px;margin:0 0 32px}
.cr-hero .c-action-btn{display:inline-block;padding:15px 38px;background:linear-gradient(135deg,#D4B1AA 0%,#b89389 100%);color:#161110;text-decoration:none;border-radius:28px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #d4b1aa4d}
.cr-hero .c-action-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #d4b1aa73}
.opportunities-wrap{max-width:1140px;margin:0 auto 90px;padding:0 24px}
.opportunities-wrap .sec-hdng{font-size:38px;color:#161110;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.opportunities-wrap .sec-hdng::before{content:'';position:absolute;bottom:-6px;left:0;width:60%;height:3px;background:linear-gradient(90deg,#D4B1AA 0%,transparent 100%)}
.opportunities-wrap .intro-desc{font-size:18px;color:#161110;line-height:1.7;margin:0 0 48px;max-width:840px}
.opp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.opp-card{background:#F5F3EA;padding:32px;border-radius:24px;border:2px solid transparent;transition:all .35s ease;position:relative}
.opp-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:24px;background:linear-gradient(145deg,#D4B1AA,#161110);opacity:0;transition:opacity .35s ease;z-index:-1;padding:2px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}
.opp-card:hover::before{opacity:1}
.opp-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #1611101f}
.opp-card .card-icon{width:52px;height:52px;background:linear-gradient(135deg,#D4B1AA 0%,#c9a096 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.opp-card .card-icon .oi{font-size:26px;color:#161110}
.opp-card .card-title{font-size:22px;color:#161110;margin:0 0 12px;font-weight:600}
.opp-card .card-desc{font-size:16px;color:#161110;line-height:1.6;margin:0;opacity:.85}
.team-culture-sec{background:linear-gradient(165deg,#161110 0%,#2a2320 100%);padding:80px 24px;margin-bottom:90px;position:relative;overflow:hidden}
.team-culture-sec::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#d4b1aa14 0%,transparent 70%);border-radius:50%}
.team-culture-sec .content-wrap{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.team-culture-sec .sec-title{font-size:40px;color:#F5F3EA;margin:0 0 42px;font-weight:700;text-align:center}
.culture-content{display:flex;gap:48px;align-items:center}
.culture-txt-side{flex:1}
.culture-txt-side .val-item{margin-bottom:32px;padding-left:28px;position:relative}
.culture-txt-side .val-item::before{content:'';position:absolute;left:0;top:6px;width:12px;height:12px;background:#D4B1AA;border-radius:50%}
.culture-txt-side .val-item .val-name{font-size:20px;color:#D4B1AA;margin:0 0 8px;font-weight:600}
.culture-txt-side .val-item .val-desc{font-size:16px;color:#F5F3EA;line-height:1.6;margin:0;opacity:.9}
.culture-img-side{flex:0 0 420px}
.culture-img-side img{width:100%;height:auto;border-radius:28px;box-shadow:0 16px 48px #0006;object-fit:cover}
.roles-available{max-width:1140px;margin:0 auto 90px;padding:0 24px}
.roles-available .sec-heading{font-size:36px;color:#161110;margin:0 0 48px;font-weight:700;text-align:center}
.role-tabs{display:flex;gap:12px;justify-content:center;margin-bottom:42px;flex-wrap:wrap}
.role-tabs input[type="radio"]{display:none}
.role-tabs label{padding:12px 28px;background:#F5F3EA;color:#161110;border-radius:24px;cursor:pointer;font-size:15px;font-weight:500;transition:all .3s ease;border:2px solid transparent}
.role-tabs label:hover{background:#D4B1AA;color:#161110}
.role-tabs input[type="radio"]:checked + label{background:linear-gradient(135deg,#D4B1AA 0%,#b89389 100%);color:#161110;box-shadow:0 4px 12px #d4b1aa4d}
.role-content-wrapper{position:relative}
.role-panel{display:none;background:#F5F3EA;padding:42px;border-radius:28px;animation:fadeIn .4s ease}
#tab1:checked ~ .role-content-wrapper .panel-1,#tab2:checked ~ .role-content-wrapper .panel-2,#tab3:checked ~ .role-content-wrapper .panel-3{display:block}
@keyframes fadeIn {
from{opacity:0;transform:translateY(12px)}
to{opacity:1;transform:translateY(0)}
}
.role-panel .panel-title{font-size:28px;color:#161110;margin:0 0 22px;font-weight:700}
.role-panel .panel-intro{font-size:17px;color:#161110;line-height:1.7;margin:0 0 28px}
.role-panel .detail-list{list-style:none;padding:0;margin:0 0 28px}
.role-panel .detail-list li{font-size:16px;color:#161110;line-height:1.8;margin-bottom:12px;padding-left:32px;position:relative}
.role-panel .detail-list li::before{content:'→';position:absolute;left:0;color:#D4B1AA;font-weight:700;font-size:18px}
.role-panel .apply-link{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#161110 0%,#2a2320 100%);color:#F5F3EA;text-decoration:none;border-radius:24px;font-size:16px;font-weight:600;transition:all .3s ease}
.role-panel .apply-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px #16111040}
.application-process{background:linear-gradient(135deg,#F5F3EA 0%,#ebe8da 100%);padding:80px 24px;margin-bottom:90px}
.application-process .proc-container{max-width:1140px;margin:0 auto}
.application-process .proc-title{font-size:38px;color:#161110;margin:0 0 52px;font-weight:700;text-align:center}
.process-timeline{position:relative}
.process-timeline::before{content:'';position:absolute;left:40px;top:20px;bottom:20px;width:3px;background:linear-gradient(180deg,#D4B1AA 0%,#161110 100%)}
.timeline-step{position:relative;padding-left:100px;margin-bottom:48px}
.timeline-step .step-num{position:absolute;left:0;top:0;width:80px;height:80px;background:linear-gradient(135deg,#D4B1AA 0%,#b89389 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#161110;box-shadow:0 6px 20px #d4b1aa59}
.timeline-step .step-content .step-heading{font-size:24px;color:#161110;margin:0 0 12px;font-weight:600}
.timeline-step .step-content .step-text{font-size:16px;color:#161110;line-height:1.7;margin:0;opacity:.85}
@media (max-width: 768px) {
.cr-hero{min-height:420px;margin-bottom:60px}
.cr-hero .main-ttl{font-size:36px}
.cr-hero .sub-ttl{font-size:18px}
.cr-hero .intro-txt{font-size:15px}
.opportunities-wrap,.roles-available,.application-process{margin-bottom:60px}
.opportunities-wrap .sec-hdng,.roles-available .sec-heading{font-size:28px}
.opp-grid{grid-template-columns:1fr;gap:24px}
.team-culture-sec{padding:60px 24px;margin-bottom:60px}
.team-culture-sec .sec-title{font-size:32px;margin-bottom:32px}
.culture-content{flex-direction:column;gap:32px}
.culture-img-side{flex:0 0 auto;width:100%}
.role-panel{padding:28px}
.role-panel .panel-title{font-size:24px}
.application-process{padding:60px 24px}
.application-process .proc-title{font-size:30px}
.process-timeline::before{left:30px}
.timeline-step{padding-left:80px;margin-bottom:38px}
.timeline-step .step-num{width:60px;height:60px;font-size:22px}
.timeline-step .step-content .step-heading{font-size:20px}
}
@media (max-width: 375px) {
.cr-hero .content-holder{padding:0 16px}
.cr-hero .main-ttl{font-size:30px}
.opportunities-wrap,.roles-available,.application-process,.team-culture-sec{padding-left:16px;padding-right:16px}
.opp-grid{grid-template-columns:1fr}
.role-tabs{flex-direction:column;align-items:stretch}
.role-tabs label{text-align:center}
}
.hro-wrap{position:relative;overflow:hidden;margin:0 0 80px}
.hro-inner{max-width:1140px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;align-items:center;gap:60px;min-height:520px}
.hro-txt{flex:1;z-index:3}
.hro-txt h1{font-size:52px;line-height:1.2;margin:0 0 24px;color:#161110;font-weight:700}
.hro-txt p{font-size:19px;line-height:1.6;margin:0 0 32px;color:#161110;opacity:.85}
.hro-visual{flex:1;position:relative;z-index:2}
.hro-visual img{width:100%;height:480px;object-fit:cover;border-radius:28px;box-shadow:0 12px 40px #1611102e}
.hro-bg-accent{position:absolute;top:50%;right:10%;width:420px;height:420px;background:linear-gradient(135deg,#D4B1AA 0%,#F5F3EA 100%);border-radius:50%;filter:blur(80px);opacity:.4;z-index:1;transform:translateY(-50%)}
.hro-btn{display:inline-block;padding:16px 36px;background:linear-gradient(125deg,#161110 0%,#3a2f2d 100%);color:#F5F3EA;text-decoration:none;border-radius:32px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #16111040}
.hro-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #16111059}
.stat-holder{background:linear-gradient(170deg,#F5F3EA 0%,#fff 100%);padding:90px 20px;margin:0 0 80px}
.stat-inner{max-width:1140px;margin:0 auto}
.stat-hd{text-align:center;margin:0 0 60px}
.stat-hd h2{font-size:44px;line-height:1.25;margin:0 0 18px;color:#161110;font-weight:700}
.stat-hd p{font-size:18px;line-height:1.6;color:#161110;opacity:.8;max-width:720px;margin:0 auto}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.stat-box{background:#fff;padding:40px 28px;border-radius:24px;text-align:center;box-shadow:0 4px 16px #16111014;transition:all .3s ease;position:relative;overflow:hidden}
.stat-box::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#D4B1AA 0%,#161110 100%);opacity:0;transition:opacity .3s ease}
.stat-box:hover{transform:translateY(-6px);box-shadow:0 10px 30px #16111026}
.stat-box:hover::before{opacity:1}
.stat-num{font-size:56px;font-weight:700;color:#161110;margin:0 0 12px;line-height:1}
.stat-lbl{font-size:16px;color:#161110;opacity:.75;line-height:1.4}
.partner-wrap{max-width:1140px;margin:0 auto 80px;padding:0 20px}
.partner-layout{display:flex;flex-direction:row;gap:50px;align-items:flex-start}
.partner-content{flex:1.2}
.partner-content h2{font-size:42px;line-height:1.3;margin:0 0 22px;color:#161110;font-weight:700}
.partner-content p{font-size:18px;line-height:1.65;margin:0 0 20px;color:#161110;opacity:.82}
.partner-visual{flex:.8}
.partner-visual img{width:100%;height:360px;object-fit:cover;border-radius:26px;box-shadow:0 8px 28px #16111024}
.partner-feature-list{margin:28px 0 0;padding:0;list-style:none}
.partner-feature-list li{margin:0 0 16px;padding:0 0 0 32px;position:relative;font-size:17px;color:#161110;line-height:1.5}
.partner-feature-list li::before{content:'';position:absolute;left:0;top:6px;width:18px;height:18px;background:linear-gradient(135deg,#D4B1AA 0%,#161110 100%);border-radius:50%}
.interact-section{background:linear-gradient(195deg,#161110 0%,#3d3230 100%);padding:90px 20px;margin:0;position:relative;overflow:hidden}
.interact-section::after{content:'';position:absolute;bottom:-60px;left:15%;width:300px;height:300px;background:radial-gradient(circle,#D4B1AA 0%,transparent 70%);opacity:.15;border-radius:50%}
.interact-inner{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.interact-hd{text-align:center;margin:0 0 56px}
.interact-hd h2{font-size:44px;line-height:1.25;margin:0 0 18px;color:#F5F3EA;font-weight:700}
.interact-hd p{font-size:18px;line-height:1.6;color:#F5F3EA;opacity:.85;max-width:680px;margin:0 auto}
.interact-tabs-wrapper{background:#f5f3ea0f;border-radius:28px;padding:50px 40px;box-shadow:0 8px 32px #0003}
.tab-controls{display:flex;flex-direction:row;gap:12px;margin:0 0 40px;justify-content:center;flex-wrap:wrap}
.tab-radio{display:none}
.tab-label{display:inline-block;padding:14px 28px;background:#f5f3ea14;color:#F5F3EA;border-radius:24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid transparent}
.tab-label:hover{background:#d4b1aa26}
.tab-radio:checked + .tab-label{background:linear-gradient(120deg,#D4B1AA 0%,#c49d95 100%);color:#161110;border-color:#D4B1AA}
.tab-content{display:none}
.tab-radio:checked ~ .tab-content-holder .tab-content{display:none}
#tab1:checked ~ .tab-content-holder .content1,#tab2:checked ~ .tab-content-holder .content2,#tab3:checked ~ .tab-content-holder .content3{display:block}
.tab-content-holder{position:relative}
.content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.content-card{background:#f5f3ea1a;padding:32px;border-radius:22px;border:1px solid #d4b1aa26}
.content-card h4{font-size:22px;color:#F5F3EA;margin:0 0 14px;font-weight:600}
.content-card p{font-size:16px;line-height:1.6;color:#F5F3EA;opacity:.8;margin:0}
.interact-cta{text-align:center;margin:50px 0 0}
.interact-btn{display:inline-block;padding:16px 40px;background:linear-gradient(125deg,#D4B1AA 0%,#c49d95 100%);color:#161110;text-decoration:none;border-radius:32px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 24px #d4b1aa59}
.interact-btn:hover{transform:translateY(-3px);box-shadow:0 10px 36px #d4b1aa80}
.proof-holder{max-width:1140px;margin:90px auto 0;padding:0 20px}
.proof-layout{display:flex;flex-direction:row;gap:50px;align-items:center}
.proof-visual{flex:1}
.proof-visual img{width:100%;height:420px;object-fit:cover;border-radius:28px;box-shadow:0 10px 32px #16111029}
.proof-content{flex:1}
.proof-content h3{font-size:40px;line-height:1.3;margin:0 0 20px;color:#161110;font-weight:700}
.proof-content p{font-size:17px;line-height:1.65;margin:0 0 18px;color:#161110;opacity:.82}
.testimonial-card{background:linear-gradient(140deg,#F5F3EA 0%,#fff 100%);padding:32px;border-radius:24px;margin:32px 0 0;box-shadow:0 6px 20px #1611101a;position:relative}
.testimonial-card::before{content:'"';position:absolute;top:-10px;left:20px;font-size:80px;color:#D4B1AA;opacity:.3;font-family:Georgia,serif;line-height:1}
.testimonial-txt{font-size:17px;line-height:1.7;color:#161110;margin:0 0 20px;font-style:italic;opacity:.88}
.testimonial-author{display:flex;flex-direction:row;align-items:center;gap:16px}
.testimonial-img{width:54px;height:54px;border-radius:50%;object-fit:cover;border:3px solid #D4B1AA}
.testimonial-info h5{font-size:17px;margin:0 0 4px;color:#161110;font-weight:600}
.testimonial-info span{font-size:14px;color:#161110;opacity:.7}
@media (max-width: 1366px) {
.hro-inner{gap:40px}
.stat-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.hro-inner{flex-direction:column;gap:30px;min-height:auto;padding:40px 20px}
.hro-txt h1{font-size:36px;margin:0 0 18px}
.hro-txt p{font-size:17px;margin:0 0 24px}
.hro-visual img{height:320px}
.hro-bg-accent{width:280px;height:280px}
.stat-holder{padding:60px 20px}
.stat-hd h2{font-size:32px}
.stat-grid{grid-template-columns:1fr;gap:20px}
.partner-layout{flex-direction:column;gap:30px}
.partner-content h2{font-size:32px}
.partner-visual img{height:280px}
.interact-section{padding:60px 20px}
.interact-hd h2{font-size:32px}
.interact-tabs-wrapper{padding:32px 20px}
.content-grid{grid-template-columns:1fr;gap:20px}
.tab-controls{flex-direction:column}
.tab-label{width:100%;text-align:center}
.proof-layout{flex-direction:column;gap:30px}
.proof-content h3{font-size:30px}
.proof-visual img{height:300px}
}
@media (max-width: 375px) {
.hro-txt h1{font-size:28px}
.stat-hd h2,.interact-hd h2,.partner-content h2,.proof-content h3{font-size:26px}
.stat-num{font-size:42px}
.hro-btn,.interact-btn{padding:14px 28px;font-size:16px}
}
.ct-pg{background:linear-gradient(143deg,#F5F3EA 0%,#fff 100%);padding:0;margin:0;width:100%}
.top-hld{max-width:1140px;margin:0 auto;padding:90px 20px 70px;text-align:center;position:relative;overflow:hidden}
.top-hld::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#d4b1aa1f 0%,transparent 70%);border-radius:50%;z-index:1}
.top-hld .inner-ct{position:relative;z-index:2}
.top-hld h1{font-size:3.2rem;color:#161110;margin:0 0 28px;font-weight:700;line-height:1.2}
.top-hld .intro-tx{font-size:1.15rem;color:#4a4544;max-width:680px;margin:0 auto;line-height:1.7}
.noise-accent{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);width:180px;height:3px;background:linear-gradient(90deg,transparent,#D4B1AA,transparent);opacity:.4}
.frm-wrp{max-width:1140px;margin:0 auto;padding:0 20px 80px}
.frm-container{background:#fff;border-radius:32px;padding:60px;box-shadow:0 8px 32px #16111014;position:relative}
.frm-container::after{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(110deg,#D4B1AA,#161110,#D4B1AA);border-radius:32px 32px 0 0}
.step-indicator{display:flex;justify-content:center;gap:16px;margin-bottom:50px}
.stp-item{display:flex;align-items:center;gap:12px}
.stp-num{width:44px;height:44px;border-radius:50%;background:#F5F3EA;color:#161110;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;transition:all .3s ease}
.stp-label{font-size:.95rem;color:#6b6564;font-weight:500}
.stp-divider{width:50px;height:2px;background:linear-gradient(90deg,#D4B1AA,#F5F3EA);align-self:center}
.frm-act input[type="text"]:focus ~ .step-indicator .stp-item:nth-child(1) .stp-num,.frm-act input[type="text"]:nth-of-type(2):focus ~ .step-indicator .stp-item:nth-child(3) .stp-num,.frm-act input[type="tel"]:focus ~ .step-indicator .stp-item:nth-child(5) .stp-num{background:linear-gradient(135deg,#D4B1AA,#c4a19a);color:#fff;transform:scale(1.1)}
.frm-act{display:flex;flex-direction:column;gap:40px}
.fld-block{display:flex;flex-direction:column;gap:12px;position:relative}
.fld-block label{font-size:1.05rem;color:#161110;font-weight:600;display:flex;align-items:center;gap:8px}
.fld-block label::before{content:'';width:6px;height:6px;background:#D4B1AA;border-radius:50%;display:inline-block}
.fld-block input[type="text"],.fld-block input[type="tel"]{padding:18px 24px;border:2px solid #e8e4dc;border-radius:24px;font-size:1rem;color:#161110;background:#fefdfb;transition:all .3s ease;width:100%;box-sizing:border-box}
.fld-block input[type="text"]:focus,.fld-block input[type="tel"]:focus{outline:none;border-color:#D4B1AA;background:#fff;box-shadow:0 4px 16px #d4b1aa26}
.fld-block input[type="text"]::placeholder,.fld-block input[type="tel"]::placeholder{color:#b5aca9}
.privacy-holder{display:flex;align-items:flex-start;gap:12px;margin-top:10px}
.privacy-holder input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;accent-color:#D4B1AA}
.privacy-holder label{font-size:.92rem;color:#6b6564;line-height:1.6;flex:1}
.privacy-holder label a{color:#161110;text-decoration:underline;transition:color .3s ease}
.privacy-holder label a:hover{color:#D4B1AA}
.submit-area{text-align:center;margin-top:20px}
.submit-area button{padding:18px 60px;background:linear-gradient(125deg,#161110,#2c2423);color:#fff;border:none;border-radius:28px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 24px #16111033;position:relative;overflow:hidden}
.submit-area button::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#d4b1aa4d;transform:translate(-50%,-50%);transition:width .5s ease,height .5s ease}
.submit-area button:hover::before{width:300px;height:300px}
.submit-area button:hover{transform:translateY(-2px);box-shadow:0 8px 32px #1611104d}
.submit-area button:active{transform:translateY(0)}
.info-grid{max-width:1140px;margin:0 auto;padding:0 20px 90px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.info-card{background:#fff;border-radius:28px;padding:40px 32px;text-align:center;box-shadow:0 4px 20px #1611100f;transition:all .3s ease;position:relative;overflow:hidden}
.info-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#D4B1AA,transparent);opacity:0;transition:opacity .3s ease}
.info-card:hover::before{opacity:1}
.info-card:hover{transform:translateY(-6px);box-shadow:0 12px 36px #1611101f}
.info-card .ic-holder{width:70px;height:70px;margin:0 auto 24px;background:linear-gradient(135deg,#F5F3EA,#ebe8dc);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#161110}
.info-card h3{font-size:1.3rem;color:#161110;margin:0 0 16px;font-weight:600}
.info-card p{font-size:1rem;color:#6b6564;margin:0;line-height:1.6}
.info-card a{color:#161110;text-decoration:none;font-weight:500;transition:color .3s ease}
.info-card a:hover{color:#D4B1AA}
.response-box{max-width:1140px;margin:0 auto;padding:0 20px 100px}
.response-inner{background:linear-gradient(157deg,#161110 0%,#2c2423 100%);border-radius:36px;padding:70px 60px;text-align:center;position:relative;overflow:hidden}
.response-inner::before{content:'';position:absolute;top:-40%;left:-20%;width:500px;height:500px;background:radial-gradient(circle,#d4b1aa26 0%,transparent 70%);border-radius:50%}
.response-inner::after{content:'';position:absolute;bottom:-30%;right:-15%;width:450px;height:450px;background:radial-gradient(circle,#f5f3ea14 0%,transparent 70%);border-radius:50%}
.response-content{position:relative;z-index:2}
.response-content h2{font-size:2.4rem;color:#F5F3EA;margin:0 0 20px;font-weight:700}
.response-content p{font-size:1.1rem;color:#D4B1AA;max-width:700px;margin:0 auto 36px;line-height:1.7}
.time-info{display:inline-flex;align-items:center;gap:10px;background:#f5f3ea1a;padding:14px 28px;border-radius:24px;color:#F5F3EA;font-size:1rem;font-weight:500}
.time-info::before{content:'⏱';font-size:1.3rem}
@media (max-width: 1366px) {
.top-hld h1{font-size:2.8rem}
.frm-container{padding:50px 40px}
}
@media (max-width: 768px) {
.top-hld{padding:60px 20px 50px}
.top-hld h1{font-size:2.2rem}
.top-hld .intro-tx{font-size:1.05rem}
.frm-container{padding:40px 24px;border-radius:24px}
.step-indicator{flex-direction:column;align-items:center;gap:12px}
.stp-divider{width:2px;height:30px;background:linear-gradient(180deg,#D4B1AA,#F5F3EA)}
.info-grid{grid-template-columns:1fr;gap:20px;padding-bottom:60px}
.response-inner{padding:50px 30px;border-radius:28px}
.response-content h2{font-size:2rem}
.response-content p{font-size:1rem}
}
@media (max-width: 375px) {
.top-hld h1{font-size:1.9rem}
.frm-container{padding:30px 20px}
.fld-block input[type="text"],.fld-block input[type="tel"]{padding:16px 20px}
.submit-area button{padding:16px 40px;font-size:1rem}
.response-inner{padding:40px 24px}
.response-content h2{font-size:1.7rem}
}
.sccsPage{background:linear-gradient(143deg,#F5F3EA 0%,#fff 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px}
.sccsWrapper{max-width:780px;margin:0 auto;text-align:center;position:relative}
.sccsWrapper::before{content:'';position:absolute;top:-40px;left:50%;transform:translateX(-50%);width:120px;height:120px;background:linear-gradient(135deg,#D4B1AA 0%,#e8cfc9 100%);border-radius:50%;opacity:.15;z-index:0}
.sccsIcon{width:86px;height:86px;margin:0 auto 32px;background:linear-gradient(127deg,#161110 0%,#3d3432 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;box-shadow:0 8px 24px #1611101f}
.sccsIcon svg{width:42px;height:42px}
.sccsNum{font-size:72px;font-weight:700;color:#161110;line-height:1;margin:0 0 18px;letter-spacing:-2px}
.sccsNum::after{content:'';display:block;width:64px;height:4px;background:linear-gradient(90deg,#D4B1AA 0%,transparent 100%);margin:24px auto 0;border-radius:2px}
.sccsTitle{font-size:34px;font-weight:600;color:#161110;line-height:1.3;margin:0 0 16px}
.sccsTxt{font-size:17px;line-height:1.6;color:#5a504d;margin:0 0 42px;max-width:560px;margin-left:auto;margin-right:auto}
.sccsActions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:38px}
.btnPrim{background:linear-gradient(118deg,#161110 0%,#2d2624 100%);color:#F5F3EA;padding:16px 36px;border-radius:28px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #16111026}
.btnPrim:hover{transform:translateY(-2px);box-shadow:0 6px 20px #16111038;background:linear-gradient(118deg,#2d2624 0%,#161110 100%)}
.btnSec{background:transparent;color:#161110;padding:16px 36px;border-radius:28px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;border:2px solid #D4B1AA;cursor:pointer;transition:all .3s ease}
.btnSec:hover{background:#F5F3EA;border-color:#c49d95;transform:translateY(-2px)}
.sccsGrid{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.03;z-index:0;pointer-events:none;background-image:linear-gradient(#D4B1AA 1px,transparent 1px),linear-gradient(90deg,#D4B1AA 1px,transparent 1px);background-size:60px 60px}
.sccsInfo{margin-top:56px;padding:28px;background:#fff9;border-radius:24px;border:1px solid #d4b1aa33;position:relative;z-index:1}
.sccsInfoTitle{font-size:18px;font-weight:600;color:#161110;margin:0 0 14px}
.sccsInfoList{display:flex;flex-direction:column;gap:12px;align-items:flex-start;text-align:left;max-width:480px;margin:0 auto}
.sccsInfoItem{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.5;color:#5a504d}
.sccsInfoItem::before{content:'';width:6px;height:6px;background:#D4B1AA;border-radius:50%;margin-top:7px;flex-shrink:0}
@media (max-width: 768px) {
.sccsPage{padding:40px 16px}
.sccsNum{font-size:56px}
.sccsTitle{font-size:26px}
.sccsTxt{font-size:16px}
.sccsActions{flex-direction:column;align-items:stretch}
.btnPrim,.btnSec{justify-content:center;width:100%}
.sccsInfo{padding:20px}
}
@media (max-width: 375px) {
.sccsIcon{width:70px;height:70px}
.sccsIcon svg{width:36px;height:36px}
.sccsNum{font-size:48px}
.sccsTitle{font-size:22px}
}