/* === oem page styles === */
.w{max-width:calc(var(--content-max) + var(--content-pad)*2);margin:0 auto;padding-left:var(--content-pad);padding-right:var(--content-pad)}
/* NAV */
/* HERO */
.hero{position:relative;height:580px;display:flex;align-items:flex-end;overflow:hidden}
.hero__bg{position:absolute;inset:0}.hero__bg img{width:100%;height:100%;object-fit:cover;animation:sz 14s ease-out forwards}
@keyframes sz{from{transform:scale(1)}to{transform:scale(1.06)}}
.hero__ov{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.05) 35%,rgba(0,0,0,.6) 100%)}
.hero__c{position:relative;z-index:10;padding-bottom:72px}
.hero__bc{margin-bottom:20px;display:flex;align-items:center;gap:6px;font-size:11px;font-weight:400;color:rgba(255,255,255,.4)}
.hero__bc a{color:rgba(255,255,255,.5);transition:color .3s}.hero__bc a:hover{color:#fff}
.hero__bc svg{width:10px;height:10px;stroke:rgba(255,255,255,.3);fill:none;stroke-width:2}
.hero__tag{font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--accent);margin-bottom:16px;opacity:0;transform:translateY(16px);animation:fu .8s var(--ease) .3s forwards}
.hero__title{font-size:clamp(32px,5vw,54px);font-weight:800;line-height:1.08;color:#fff;margin-bottom:18px;letter-spacing:-1px;max-width:680px;opacity:0;transform:translateY(24px);animation:fu .9s var(--ease) .5s forwards}
.hero__desc{font-size:clamp(14px,1.4vw,16px);font-weight:300;line-height:1.85;color:rgba(255,255,255,.55);max-width:520px;margin-bottom:32px;opacity:0;transform:translateY(16px);animation:fu .9s var(--ease) .7s forwards}
.hero__acts{display:flex;gap:10px;flex-wrap:wrap;opacity:0;transform:translateY(16px);animation:fu .9s var(--ease) .9s forwards}
@keyframes fu{to{opacity:1;transform:translateY(0)}}
.btn--outline{background:transparent;color:var(--gray-700);border:1.5px solid var(--gray-200)}.btn--outline:hover{border-color:var(--accent);color:var(--accent)}
.btn svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2}
/* SECTION */
.sec{padding:100px 0}
.sec--gray{background:var(--gray-50)}
.sec--dark{background:var(--dark);position:relative;overflow:hidden}
.sec--dark::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 50% 40%,rgba(0,102,255,.06),transparent)}
.sec__tag{font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--accent);margin-bottom:12px}
.sec__title{font-size:clamp(22px,2.8vw,34px);font-weight:700;color:var(--gray-900);letter-spacing:-.3px;margin-bottom:12px;line-height:1.15}
.sec__title--white{color:#fff}
.sec__sub{font-size:14px;font-weight:300;color:var(--gray-500);line-height:1.8;max-width:520px}
.sec__sub--white{color:rgba(255,255,255,.5)}
.sec__head{text-align:center;margin-bottom:56px}
.sec__head .sec__sub{max-width:560px;margin-left:auto;margin-right:auto}
/* SERVICE MODELS */
.svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.svc{padding:36px 32px;border-radius:14px;border:1px solid var(--gray-100);background:var(--white);transition:all .4s var(--ease)}
.svc:hover{border-color:rgba(0,102,255,.15);box-shadow:0 12px 40px rgba(0,102,255,.06)}
.svc__head{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.svc__ic{width:44px;height:44px;border-radius:12px;background:var(--accent-light);display:grid;place-items:center;flex-shrink:0;transition:all .4s var(--ease)}
.svc:hover .svc__ic{background:var(--accent);box-shadow:0 6px 20px rgba(0,102,255,.18)}
.svc__ic svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:1.8;transition:stroke .3s}
.svc:hover .svc__ic svg{stroke:#fff}
.svc__name{font-size:17px;font-weight:700;color:var(--gray-900)}
.svc__label{font-size:11px;font-weight:400;color:var(--gray-400)}
.svc__desc{font-size:13px;font-weight:300;color:var(--gray-500);line-height:1.8;margin-bottom:20px}
.svc__checks{display:flex;flex-direction:column;gap:7px}
.sc{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:400;color:var(--gray-600)}
.sc svg{width:13px;height:13px;stroke:var(--accent);fill:none;stroke-width:2.5;flex-shrink:0}
/* WHY PARTNER */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;position:relative;z-index:2}
.why{padding:28px 24px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);transition:all .4s var(--ease)}
.why:hover{background:rgba(255,255,255,.08);border-color:rgba(0,102,255,.2);transform:translateY(-4px)}
.why__num{font-size:32px;font-weight:800;color:rgba(255,255,255,.06);letter-spacing:-1px;margin-bottom:12px}
.why__ic{width:40px;height:40px;border-radius:10px;background:rgba(0,102,255,.12);display:grid;place-items:center;margin-bottom:16px;transition:all .4s}
.why:hover .why__ic{background:var(--accent);box-shadow:0 6px 20px rgba(0,102,255,.25)}
.why__ic svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:1.8;transition:stroke .3s}
.why:hover .why__ic svg{stroke:#fff}
.why__t{font-size:14px;font-weight:700;color:#fff;margin-bottom:6px}
.why__d{font-size:12px;font-weight:300;color:rgba(255,255,255,.45);line-height:1.7}
/* CUSTOMIZATION */
.cust-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}
.cust__text{font-size:14px;font-weight:300;color:var(--gray-500);line-height:1.85;margin-bottom:28px}
.cust-list{display:flex;flex-direction:column;gap:14px}
.cl{display:flex;align-items:flex-start;gap:14px;padding:18px 16px;border-radius:12px;border:1px solid var(--gray-200);background:var(--white);transition:all .4s var(--ease)}
.cl:hover{border-color:rgba(0,102,255,.15);box-shadow:0 8px 28px rgba(0,102,255,.05)}
.cl__ic{width:36px;height:36px;border-radius:8px;background:var(--accent-light);display:grid;place-items:center;flex-shrink:0;transition:all .4s}
.cl:hover .cl__ic{background:var(--accent);box-shadow:0 4px 14px rgba(0,102,255,.18)}
.cl__ic svg{width:16px;height:16px;stroke:var(--accent);fill:none;stroke-width:2;transition:stroke .3s}
.cl:hover .cl__ic svg{stroke:#fff}
.cl__t{font-size:13px;font-weight:600;color:var(--gray-900);margin-bottom:2px;transition:color .3s}
.cl:hover .cl__t{color:var(--accent)}
.cl__d{font-size:12px;font-weight:300;color:var(--gray-500);line-height:1.6}
.cust-imgs{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.cust-img{border-radius:10px;overflow:hidden;background:var(--gray-100);aspect-ratio:4/3}
.cust-img--tall{grid-row:span 2;aspect-ratio:auto}
.cust-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.cust-img:hover img{transform:scale(1.04)}
/* PROCESS */
.proc-row{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative}
.proc-row::before{content:'';position:absolute;top:20px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,var(--gray-200),var(--accent-light) 30%,var(--accent-light) 70%,var(--gray-200))}
.ps{text-align:center;padding:0 12px;position:relative;z-index:1}
.ps__num{width:40px;height:40px;border-radius:50%;background:var(--white);border:2px solid var(--gray-200);display:grid;place-items:center;margin:0 auto 14px;font-size:13px;font-weight:700;color:var(--accent);transition:all .4s var(--ease)}
.ps:hover .ps__num{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 6px 20px rgba(0,102,255,.2)}
.ps__t{font-size:13px;font-weight:600;color:var(--gray-900);margin-bottom:4px}
.ps__d{font-size:11px;font-weight:300;color:var(--gray-500);line-height:1.6}
/* PRICING */
.tier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:40px}
.tc{padding:32px 28px;border-radius:14px;border:1px solid var(--gray-100);background:var(--white);text-align:center;transition:all .4s var(--ease)}
.tc:hover{border-color:rgba(0,102,255,.15);box-shadow:0 12px 36px rgba(0,102,255,.06)}
.tc--hl{border-color:var(--accent);position:relative}
.tc--hl::before{content:'POPULAR';position:absolute;top:-10px;left:50%;transform:translateX(-50%);font-size:9px;font-weight:700;letter-spacing:1.5px;color:#fff;background:var(--accent);padding:3px 12px;border-radius:10px}
.tc__name{font-size:18px;font-weight:700;color:var(--gray-900);margin-bottom:4px}
.tc__moq{font-size:12px;font-weight:500;color:var(--accent);margin-bottom:20px}
.tc__checks{display:flex;flex-direction:column;gap:8px;text-align:left;margin-bottom:24px}
.tc__ck{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:400;color:var(--gray-600)}
.tc__ck svg{width:13px;height:13px;flex-shrink:0;stroke-width:2.5;fill:none}
.tc__ck svg.on{stroke:var(--accent)}.tc__ck svg.off{stroke:var(--gray-300)}
.tc__ck--off{color:var(--gray-400)}
.tc .btn{width:100%;justify-content:center}
.terms-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.tm{display:flex;align-items:center;gap:10px;padding:16px;border-radius:10px;border:1px solid var(--gray-100);background:var(--white)}
.tm__ic{width:32px;height:32px;border-radius:8px;background:var(--accent-light);display:grid;place-items:center;flex-shrink:0}
.tm__ic svg{width:14px;height:14px;stroke:var(--accent);fill:none;stroke-width:2}
.tm__t{font-size:12px;font-weight:600;color:var(--gray-900);margin-bottom:1px}
.tm__d{font-size:11px;font-weight:300;color:var(--gray-400)}
/* CERTS */
.certs{padding:48px 0;background:var(--white)}
.certs__inner{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}
.certs__label{font-size:13px;font-weight:600;color:var(--gray-900);white-space:nowrap}
.certs__label span{color:var(--accent)}
.certs__list{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}
.cert{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--gray-500)}
.cert svg{width:14px;height:14px;stroke:var(--accent);fill:none;stroke-width:2}
/* INQUIRY */
.inq-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.inq__desc{font-size:14px;font-weight:300;color:var(--gray-500);line-height:1.85;margin-bottom:28px}
.inq-contacts{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}
.ic{display:flex;align-items:center;gap:12px}
.ic__icon{width:36px;height:36px;border-radius:8px;background:var(--accent-light);display:grid;place-items:center;flex-shrink:0}
.ic__icon svg{width:16px;height:16px;stroke:var(--accent);fill:none;stroke-width:2}
.ic__t{font-size:12px;font-weight:600;color:var(--gray-900)}
.ic__d{font-size:12px;font-weight:300;color:var(--gray-500)}
.guarantee{display:flex;align-items:center;gap:10px;padding:16px;border-radius:10px;background:var(--accent-light)}
.guarantee svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:2;flex-shrink:0}
.guarantee__t{font-size:12px;font-weight:600;color:var(--accent)}
.guarantee__d{font-size:11px;font-weight:300;color:var(--gray-600)}
.inq-form{border-radius:14px;border:1px solid var(--gray-100);padding:32px 28px;background:var(--white)}
.inq-form__title{font-size:16px;font-weight:700;color:var(--gray-900);margin-bottom:4px}
.inq-form__sub{font-size:12px;font-weight:300;color:var(--gray-400);margin-bottom:20px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}
.ff label{display:block;font-size:11px;font-weight:500;color:var(--gray-600);margin-bottom:4px}
.ff input,.ff select,.ff textarea{width:100%;padding:8px 12px;border:1.5px solid var(--gray-200);border-radius:6px;font-size:12px;font-family:var(--font);color:var(--gray-900);background:var(--white);transition:border-color .25s;outline:none}
.ff input:focus,.ff select:focus,.ff textarea:focus{border-color:var(--accent)}
.ff--full{margin-bottom:12px}
.cb-group{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}
.cb{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:400;color:var(--gray-600);cursor:pointer}
.cb input{accent-color:var(--accent);width:13px;height:13px}
/* FAQ */
.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:8px}
.fq{border-radius:10px;border:1px solid var(--gray-100);overflow:hidden;transition:border-color .3s;background:var(--white)}
.fq--open{border-color:rgba(0,102,255,.15)}
.fq__q{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;transition:background .2s}
.fq__q:hover{background:var(--gray-50)}
.fq__q h4{font-size:13px;font-weight:600;color:var(--gray-900)}
.fq__q svg{width:16px;height:16px;stroke:var(--gray-400);fill:none;stroke-width:2;transition:transform .3s;flex-shrink:0}
.fq--open .fq__q svg{transform:rotate(45deg);stroke:var(--accent)}
.fq__a{max-height:0;overflow:hidden;transition:max-height .35s var(--ease)}
.fq--open .fq__a{max-height:200px}
.fq__a p{padding:0 20px 16px;font-size:13px;font-weight:300;color:var(--gray-500);line-height:1.8}
/* CTA */
.cta{position:relative;height:50vh;min-height:340px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}
.cta__bg{position:absolute;inset:0}.cta__bg img{width:100%;height:100%;object-fit:cover}
.cta__bg::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.55)}
.cta__c{position:relative;z-index:10;max-width:580px;padding:0 40px}
.cta__title{font-size:clamp(22px,3.2vw,38px);font-weight:700;color:#fff;margin-bottom:14px;line-height:1.2;letter-spacing:-.3px}
.cta__desc{font-size:15px;font-weight:300;color:rgba(255,255,255,.55);line-height:1.7;margin-bottom:32px}
.cta__acts{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
/* FOOTER */
