*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --y:#F5A623;--blk:#111111;--wh:#ffffff;--bg:#F5F5F5;
  --ln:#E8E8E8;--mu:#666666;--mu2:#999999;--W:1160px;--PX:32px;
}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:'Inter',sans-serif;color:var(--blk);background:var(--wh);line-height:1.5;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.wrap{max-width:var(--W);margin:0 auto;padding:0 var(--PX)}

/* BUTTONS */
.btn-y{display:inline-flex;align-items:center;gap:8px;background:var(--y);color:var(--blk);font-weight:700;font-size:12.5px;letter-spacing:.04em;text-transform:uppercase;padding:13px 20px;border-radius:5px;border:none;cursor:pointer;white-space:nowrap;transition:filter .18s}
.btn-y:hover{filter:brightness(.9)}
.btn-ol{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--blk);font-weight:700;font-size:12.5px;letter-spacing:.04em;text-transform:uppercase;padding:12px 20px;border-radius:5px;border:1.5px solid var(--blk);cursor:pointer;white-space:nowrap;transition:background .18s,color .18s}
.btn-ol:hover{background:var(--blk);color:var(--wh)}
.btn-wa{display:inline-flex;align-items:center;gap:10px;background:var(--blk);color:var(--wh);font-weight:800;font-size:13px;letter-spacing:.03em;text-transform:uppercase;padding:15px 26px;border-radius:7px;cursor:pointer;transition:background .18s;white-space:nowrap}
.btn-wa:hover{background:#2a2a2a}

/* NAV */
.nav{position:sticky;top:0;z-index:100;background:var(--wh);border-bottom:1px solid var(--ln)}
.nav-in{max-width:var(--W);margin:0 auto;padding:0 var(--PX);display:flex;align-items:center;justify-content:space-between;height:64px;gap:32px}
.logo-name{font-size:19px;font-weight:900;letter-spacing:-.02em;line-height:1;display:block}
.logo-sub{font-size:8.5px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--mu2);display:block;margin-top:1px}
.nav-links{display:flex;gap:28px;flex:1;justify-content:center}
.nav-links a{font-size:11.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding-bottom:2px;border-bottom:2px solid transparent;transition:border-color .2s}
.nav-links a:hover,.nav-links a.on{border-color:var(--y)}
.nav-drop{position:relative}
.nav-drop>a{display:flex;align-items:center;gap:4px}
.nav-drop>a svg{width:11px;height:11px;stroke:var(--blk);fill:none;stroke-width:2.5;stroke-linecap:round;transition:transform .2s}
.nav-drop:hover>a svg{transform:rotate(180deg)}
.drop-menu{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:var(--wh);border:1px solid var(--ln);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.10);padding:8px 0;min-width:210px;z-index:200}
.nav-drop:hover .drop-menu{display:block}
.drop-menu a{display:block;font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:10px 18px;color:var(--blk);border-bottom:none;transition:background .18s,color .18s}
.drop-menu a:hover{background:var(--bg);color:var(--y);border-bottom:none}
.ham{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px}
.ham span{display:block;width:22px;height:2px;background:var(--blk);border-radius:2px}
.mob{display:none;position:fixed;inset:64px 0 0;background:var(--wh);z-index:99;flex-direction:column;padding:20px 24px;border-top:1px solid var(--ln);gap:2px}
.mob.show{display:flex}
.mob a{font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:13px 0;border-bottom:1px solid var(--ln)}
.mob .btn-y{margin-top:18px;justify-content:center}

/* BREADCRUMB */
.breadcrumb{padding:10px 0;border-bottom:1px solid var(--ln);background:var(--bg)}
.breadcrumb-in{display:flex;gap:6px;align-items:center;font-size:12px;color:var(--mu)}
.breadcrumb-in a{color:var(--mu);transition:color .2s}
.breadcrumb-in a:hover{color:var(--blk)}

/* HERO */
.hero{overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:540px}
.hero-l{
  padding:56px 48px 56px calc(max(0px,(100vw - var(--W)) / 2) + var(--PX));
  display:flex;flex-direction:column;justify-content:center;background:var(--wh);
}
.eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--y);margin-bottom:14px}
.hero-h1{font-size:clamp(28px,3.4vw,50px);font-weight:900;line-height:1.07;letter-spacing:-.03em;margin-bottom:16px}
.hero-h1 em{font-style:normal;color:var(--y)}
.hero-desc{font-size:14px;color:var(--mu);line-height:1.65;max-width:460px;margin-bottom:28px}
.hero-btns{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:32px}
.hero-trust{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px}
.ht{display:flex;align-items:flex-start;gap:10px}
.ht-ico{width:32px;height:32px;flex-shrink:0;background:var(--bg);border-radius:6px;display:flex;align-items:center;justify-content:center}
.ht-ico svg{width:16px;height:16px;stroke:var(--blk);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ht-t{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1.3;margin-bottom:2px}
.ht-d{font-size:11px;color:var(--mu);line-height:1.35}
.hero-r{position:relative;overflow:hidden;min-height:540px}
.hero-r img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}

/* FEATURES BAR */
.feat{background:var(--bg);border-top:1px solid var(--ln);border-bottom:1px solid var(--ln)}
.feat-in{max-width:var(--W);margin:0 auto;padding:0 var(--PX);display:grid;grid-template-columns:repeat(4,1fr)}
.fi{display:flex;align-items:flex-start;gap:12px;padding:20px 16px;border-right:1px solid var(--ln)}
.fi:last-child{border-right:none}
.fi-ico{width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:2px}
.fi-ico svg{width:20px;height:20px;stroke:var(--blk);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fi-t{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:3px}
.fi-d{font-size:11.5px;color:var(--mu);line-height:1.4}

/* SERVICES SECTION */
.services{padding:72px 0}
.sec-eyebrow{font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--y);margin-bottom:10px}
.sec-title{font-size:clamp(22px,2.6vw,36px);font-weight:900;letter-spacing:-.025em;line-height:1.12;margin-bottom:10px}
.sec-title em{font-style:normal;color:var(--y)}
.sec-title-center{text-align:center}
.sec-title-center em{font-style:normal;color:var(--y)}
.sec-sub-center{text-align:center;font-size:13.5px;color:var(--mu);max-width:520px;margin:0 auto 40px;line-height:1.6}
.svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.svc-desc{font-size:14px;color:var(--mu);line-height:1.7;margin-bottom:20px}
.check-list{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:32px}
.check-list li{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.5}
.check-list li svg{width:17px;height:17px;stroke:var(--y);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}
.svc-imgs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.svc-img-wrap{border-radius:10px;overflow:hidden;position:relative;aspect-ratio:.75}
.svc-img-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.svc-img-lbl{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);color:var(--wh);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 10px;border-radius:4px;white-space:nowrap}

/* PROCESS */
.proc{padding:72px 0;background:var(--bg);border-top:1px solid var(--ln)}
.proc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:48px;position:relative}
.proc-steps::after{content:'';position:absolute;top:28px;left:12.5%;right:12.5%;height:1px;background:repeating-linear-gradient(90deg,var(--ln) 0,var(--ln) 8px,transparent 8px,transparent 16px);z-index:0}
.ps{text-align:center;padding:0 16px;position:relative;z-index:1}
.ps-num{width:56px;height:56px;border-radius:50%;background:var(--y);color:#fff;font-size:22px;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;position:relative}
.ps-num::before{content:'';position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--y);background:transparent}
.ps-num span{position:relative;z-index:1}
.ps-ico{margin-bottom:10px}
.ps-ico svg{width:28px;height:28px;stroke:var(--y);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;margin:0 auto}
.ps-t{font-size:14px;font-weight:800;margin-bottom:6px}
.ps-d{font-size:12.5px;color:var(--mu);line-height:1.5}

/* SECTORS */
.sectors{padding:72px 0}
.sectors-scroll{overflow:hidden;position:relative;margin-top:40px}
.sectors-track{display:flex;gap:16px}
.sec-card{flex:0 0 calc(16.666% - 14px);border-radius:10px;overflow:hidden;background:var(--bg);border:1px solid var(--ln);cursor:default}
.sec-card-img{position:relative;aspect-ratio:.85;overflow:hidden}
.sec-card-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.sec-card:hover .sec-card-img img{transform:scale(1.05)}
.sec-card-lbl{padding:12px 14px;font-size:13px;font-weight:700;text-align:center}
.sectors-nav{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}
.sec-btn{width:38px;height:38px;background:var(--bg);border:1.5px solid var(--ln);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s,border-color .18s}
.sec-btn:hover{background:var(--blk);border-color:var(--blk)}
.sec-btn:hover svg{stroke:var(--wh)}
.sec-btn svg{width:15px;height:15px;stroke:var(--blk);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

/* PRICING */
.pricing{padding:72px 0;background:var(--bg);border-top:1px solid var(--ln)}
.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.price-img-wrap{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:1}
.price-img-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.price-badge{position:absolute;bottom:24px;left:24px;width:120px;height:120px;border-radius:50%;background:var(--wh);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.18)}
.price-badge-from{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--mu);margin-bottom:2px}
.price-badge-num{font-size:30px;font-weight:900;line-height:1;color:var(--blk);letter-spacing:-.03em}
.price-badge-num sup{font-size:16px;vertical-align:super;font-weight:700}
.price-badge-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--mu);margin-top:3px}
.price-r{padding-left:0}
.price-eyebrow{font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--y);margin-bottom:12px}
.price-h2{font-size:clamp(22px,2.4vw,32px);font-weight:900;line-height:1.15;letter-spacing:-.025em;margin-bottom:14px}
.price-desc{font-size:14px;color:var(--mu);line-height:1.65;margin-bottom:24px}
.price-features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.price-features li{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:600}
.price-features li svg{width:16px;height:16px;stroke:var(--y);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}

/* LOGOS */
.logos{padding:52px 0;background:var(--wh);border-bottom:1px solid var(--ln)}
.logos-title{text-align:center;font-size:clamp(18px,2vw,24px);font-weight:900;letter-spacing:-.02em;margin-bottom:40px}
.logos-title em{font-style:normal;color:var(--y)}
.logos-row{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}
.logo-item{font-size:14px;font-weight:900;letter-spacing:.02em;color:var(--blk);opacity:.55;transition:opacity .2s}
.logo-item:hover{opacity:1}
.logo-item.serif{font-style:italic;font-size:15px}

/* REVIEWS */
.reviews{padding:72px 0;background:var(--bg);border-top:1px solid var(--ln)}
.reviews-head{text-align:center;margin-bottom:48px}
.reviews-h2{font-size:clamp(22px,2.4vw,32px);font-weight:900;letter-spacing:-.025em;margin-bottom:10px}
.reviews-h2 em{font-style:normal;color:var(--y)}
.reviews-badge{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--mu)}
.rev-stars-head{color:var(--y);font-size:18px;letter-spacing:2px}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}
.rev-card{background:var(--wh);border-radius:12px;padding:24px;border:1px solid var(--ln)}
.rev-stars{color:var(--y);font-size:15px;letter-spacing:2px;margin-bottom:12px}
.rev-text{font-size:13.5px;color:var(--mu);line-height:1.65;margin-bottom:16px}
.rev-author{display:flex;align-items:center;justify-content:space-between}
.rev-name{font-size:13px;font-weight:700}
.rev-source{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--mu)}
.rev-source svg{width:14px;height:14px}
.reviews-cta{text-align:center;margin-top:28px;font-size:13px;color:var(--mu)}
.reviews-cta a{color:var(--blk);font-weight:700;border-bottom:1px solid var(--blk)}

/* FAQ */
.faq{padding:72px 0;background:var(--wh)}
.faq-title{text-align:center;font-size:clamp(22px,2.4vw,32px);font-weight:900;letter-spacing:-.025em;margin-bottom:36px}
.faq-title em{font-style:normal;color:var(--y)}
.faq-list{max-width:740px;margin:0 auto;display:flex;flex-direction:column}
.faq-item{border-bottom:1px solid var(--ln);padding:20px 0}
.faq-item:first-child{border-top:1px solid var(--ln)}
.faq-q{font-size:15px;font-weight:700;line-height:1.4;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;user-select:none}
.faq-q svg{width:18px;height:18px;flex-shrink:0;stroke:var(--blk);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .22s}
.faq-item.open .faq-q svg{transform:rotate(45deg)}
.faq-a{font-size:13.5px;color:var(--mu);line-height:1.65;max-height:0;overflow:hidden;transition:max-height .32s ease,padding-top .22s ease}
.faq-item.open .faq-a{max-height:300px;padding-top:10px}

/* BOTTOM CTA */
.btm-cta{background:var(--y);padding:0 0 52px}
.btm-cta-in{display:flex;align-items:flex-start;gap:40px;justify-content:center}
.btm-cta-phone{flex-shrink:0;margin-top:-73px;position:relative;z-index:2}
.btm-cta-phone img{width:160px;height:auto;border-radius:0}
.btm-cta-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:52px}
.btm-cta-sub{font-size:13px;color:rgba(0,0,0,.65);margin-bottom:8px}
.btm-cta-h2{font-size:clamp(20px,2.2vw,28px);font-weight:900;letter-spacing:-.02em;line-height:1.2;margin-bottom:22px}

/* FOOTER */
.footer{background:var(--blk);padding:26px 0}
.footer-in{max-width:var(--W);margin:0 auto;padding:0 var(--PX);display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:20px}
.fl-logo-name{font-size:16px;font-weight:900;letter-spacing:-.01em;color:var(--wh);display:block}
.fl-logo-sub{font-size:8px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#666;display:block;margin-top:1px}
.fl-tag{font-size:11.5px;color:#777;margin-top:5px;max-width:310px}
.fl-svc{display:flex;flex-direction:column;gap:6px}
.fl-svc-ttl{font-size:9px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#555;margin-bottom:4px}
.fl-svc a{font-size:12px;color:#888;transition:color .2s}
.fl-svc a:hover,.fl-svc a.on{color:var(--y)}
.fl-links{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
.fl-lnk{display:flex;align-items:center;gap:6px;font-size:12px;color:#888}
.fl-lnk svg{width:14px;height:14px;flex-shrink:0;stroke:#f5a623;fill:none;stroke-width:2;stroke-linecap:round}

/* RESPONSIVE */
@media(max-width:1024px){
  .hero-grid{grid-template-columns:1fr}
  .hero-r{min-height:320px;order:-1}
  .hero-l{padding:40px 24px 36px}
  .feat-in{grid-template-columns:repeat(2,1fr)}
  .fi{border-right:none;border-bottom:1px solid var(--ln)}
  .fi:last-child,.fi:nth-child(2){border-bottom:none}
  .svc-grid{grid-template-columns:1fr;gap:40px}
  .proc-steps{grid-template-columns:repeat(2,1fr);gap:32px}
  .proc-steps::after{display:none}
  .sec-card{flex:0 0 calc(33.333% - 11px)}
  .price-grid{grid-template-columns:1fr;gap:40px}
  .price-img-wrap{aspect-ratio:16/9}
  .reviews-grid{grid-template-columns:1fr}
  .also-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .nav-links,.nav-cta-w{display:none}
  .ham{display:flex}
  .hero-trust{grid-template-columns:1fr 1fr}
  .feat-in{grid-template-columns:1fr}
  .fi{border-bottom:1px solid var(--ln)}
  .fi:last-child{border-bottom:none}
  .svc-imgs{grid-template-columns:repeat(3,1fr)}
  .logos-row{gap:28px}
}
@media(max-width:540px){
  .proc-steps{grid-template-columns:1fr}
  .sec-card{flex:0 0 calc(50% - 8px)}
  .svc-imgs{grid-template-columns:repeat(3,1fr);gap:6px}
}
