
:root{
  --bg:#0b0d0f;
  --bg2:#111417;
  --surface:#171b1f;
  --line:#2a3138;
  --text:#eff3f4;
  --muted:#b2bac0;
  --light:#f4f6f7;
  --lightCard:#ffffff;
  --darkText:#11161a;
  --darkMuted:#646f78;
  --lime:#c6ff00;
  --lime2:#c9ff19;
  --shadow:0 18px 48px rgba(0,0,0,.18);
  --max:1280px;
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.wrap{width:min(calc(100% - 48px),var(--max));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(11,13,15,.90);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.05)}
.header-row{display:flex;align-items:center;gap:28px;padding:16px 0}
.logo img{width:250px;height:auto;max-height:50px;object-fit:contain;display:block}
.nav{display:flex;gap:28px;margin-left:auto}
.nav a,.mobile-nav a{font-size:15px;color:#f0f3f5;opacity:.88}
.nav a:hover,.mobile-nav a:hover{opacity:1;color:var(--lime)}
.head-actions{display:flex;align-items:center;gap:18px}
.langs{display:flex;align-items:center;gap:8px;color:#b8c0c6;font-size:14px}
.lang{background:none;border:0;color:inherit;cursor:pointer;padding:0;opacity:.82;font:inherit}
.lang:hover,.lang.active{opacity:1;color:#fff}
.menu{display:none;background:none;border:0;padding:0;margin-left:auto;cursor:pointer;flex-direction:column;gap:4px}
.menu span{width:24px;height:2px;background:#fff;border-radius:2px}
.mobile-nav{display:none;flex-direction:column;gap:12px;padding:0 24px 18px;border-top:1px solid rgba(255,255,255,.06)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:17px 30px;border-radius:16px;background:var(--lime);color:#0b0e0f;font-weight:800;border:1px solid transparent;transition:.25s ease;box-shadow:0 14px 34px rgba(198,255,0,.14)}
.btn:hover{transform:translateY(-1px);background:#d2ff31}
.btn-small{padding:14px 24px;border-radius:14px}
.link-btn{display:inline-flex;align-items:center;gap:12px;color:#fff;font-weight:700;padding:16px 0}
.link-btn b{display:inline-flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:rgba(255,255,255,.08);font-weight:700}
.link-btn:hover{color:var(--lime)}
.link-btn:hover b{background:rgba(198,255,0,.14)}

.hero{padding:42px 0 54px;background:radial-gradient(circle at 15% 15%,rgba(198,255,0,.08),transparent 35%),linear-gradient(180deg,#090c0e 0%,#111518 100%)}
.hero-grid{display:grid;grid-template-columns:1.02fr 1.1fr;gap:40px;align-items:center}
.hero-copy{padding:18px 0 0}
.eyebrow{display:inline-block;color:var(--lime);font-size:15px;font-weight:900;letter-spacing:.12em;margin-bottom:18px}
.hero h1{font-size:clamp(44px,5vw,74px);line-height:.96;margin:0 0 16px;max-width:620px;letter-spacing:-.03em}
.hero p{margin:0;max-width:560px;color:#c8d0d4;font-size:20px}
.hero-buttons{display:flex;gap:22px;align-items:center;margin-top:30px;flex-wrap:wrap}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}
.hero-stats div{padding:18px 18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:18px}
.hero-stats strong{display:block;font-size:28px;color:#fff;margin-bottom:6px}
.hero-stats span{display:block;color:#b1bac0;font-size:14px}
.hero-visual{position:relative;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.06);box-shadow:var(--shadow);min-height:620px;background:#14191d}
.hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:30% center}
.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,12,14,.05) 0%, rgba(9,12,14,.18) 100%)}
.visual-chip{position:absolute;z-index:2;background:rgba(10,12,14,.78);color:#fff;border:1px solid rgba(198,255,0,.18);padding:12px 18px;border-radius:999px;font-weight:700;backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(0,0,0,.18)}
.chip-a{left:18px;top:18px}
.chip-b{right:18px;bottom:22px}
.chip-c{left:18px;bottom:22px}

.light-section{background:var(--light);color:var(--darkText)}
.brand-strip{padding:58px 0 44px;border-top:1px solid rgba(0,0,0,.04)}
.brand-intro{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.overline{display:inline-block;color:#92b800;font-size:13px;letter-spacing:.18em;font-weight:900}
.brand-intro h2,.section-head h2,.industry-copy h2,.workflow-panel h2,.rfq-copy h2{margin:8px 0 0;font-size:clamp(34px,3vw,52px);line-height:1.03;letter-spacing:-.03em}
.brand-row{display:flex;flex-wrap:wrap;gap:12px}
.brand-row span{padding:14px 18px;border-radius:999px;background:#fff;border:1px solid #dee4e8;color:#11161a;font-weight:800;box-shadow:0 10px 22px rgba(0,0,0,.035)}
.brand-note{margin:18px 0 0;color:#6b737a;font-size:14px;max-width:900px}
.section{padding:70px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}
.section-head p{margin:0;max-width:510px;color:var(--darkMuted);font-size:18px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{display:flex;flex-direction:column;position:relative;background:#fff;border:1px solid #dde3e8;border-radius:22px;padding:18px;overflow:hidden;box-shadow:0 14px 30px rgba(0,0,0,.04);min-height:345px}
.product-card.feature{grid-column:span 2;min-height:360px}
.product-card img{width:100%;height:170px;object-fit:contain;margin:8px 0 12px}
.product-card.feature img{height:190px}
.card-copy span{display:inline-flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:rgba(198,255,0,.12);color:#6e8e00;font-size:12px;font-weight:900;margin-bottom:12px}
.card-copy h3{margin:0 0 8px;font-size:26px;line-height:1.06}
.product-card:not(.feature) .card-copy h3{font-size:22px}
.card-copy p{margin:0;color:#66717a;font-size:15px}
.product-card a{position:absolute;right:16px;bottom:14px;display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:#f1f4f5;border:1px solid #dbe1e6;color:#5f7800;font-size:24px;font-weight:700}
.product-card.dark{background:linear-gradient(180deg,#121518 0%,#191e22 100%);border-color:#232a31;color:#fff}
.product-card.dark a{background:rgba(198,255,0,.12);border-color:rgba(198,255,0,.2);color:var(--lime)}
.product-card.dark .card-copy p{color:#afbac2}

.premium-band{background:linear-gradient(180deg,#eef2f4 0%,#eff2f4 100%);padding-top:12px}
.premium-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:20px;align-items:stretch}
.workflow-panel{background:linear-gradient(135deg,#0a0d10 0%,#11161a 100%);border:1px solid rgba(198,255,0,.16);border-radius:28px;padding:34px;box-shadow:var(--shadow)}
.lime{color:var(--lime)!important}
.workflow-panel .lead{color:#c0c8cc;font-size:18px;max-width:560px;margin:0 0 20px}
.workflow-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.workflow-steps b{display:inline-block;color:var(--lime);font-size:14px;margin-bottom:8px}
.workflow-steps h3{margin:0 0 6px;font-size:22px;line-height:1.08;color:#fff}
.workflow-steps p{margin:0;color:#aab3b8;font-size:15px}
.sourcing-photo{position:relative;border-radius:28px;overflow:hidden;min-height:420px;box-shadow:var(--shadow)}
.sourcing-photo img{width:100%;height:100%;object-fit:cover}
.sourcing-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.16))}
.photo-label{position:absolute;left:20px;bottom:18px;z-index:2;padding:14px 16px;border-radius:18px;background:rgba(11,13,15,.72);backdrop-filter:blur(8px);border:1px solid rgba(198,255,0,.14)}
.photo-label strong{display:block;color:#fff;margin-bottom:4px}
.photo-label span{display:block;color:#c7d0d4;font-size:14px}

.industries-section{padding-top:46px}
.industries-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:20px;align-items:center}
.industry-image{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);min-height:420px}
.industry-image img{width:100%;height:100%;object-fit:cover}
.industry-copy p{color:var(--darkMuted);font-size:18px;max-width:540px}
.industry-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 28px;margin-top:24px}
.industry-list span{position:relative;padding-left:22px;font-size:18px;color:#293036}
.industry-list span:before{content:'✓';position:absolute;left:0;top:0;color:#92b800;font-weight:900}

.about{padding-top:54px}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:8px}
.why-grid article{padding:24px;border-radius:22px;background:#fff;border:1px solid #dde3e8;box-shadow:0 12px 26px rgba(0,0,0,.04)}
.why-grid article span{display:inline-flex;width:36px;height:36px;border-radius:50%;align-items:center;justify-content:center;background:rgba(198,255,0,.12);color:#6e8e00;font-size:13px;font-weight:900;margin-bottom:12px}
.why-grid h3{margin:0 0 8px;font-size:22px;line-height:1.08}
.why-grid p{margin:0;color:var(--darkMuted)}

.rfq-section{padding:0 0 44px;background:var(--bg)}
.rfq-card{display:grid;grid-template-columns:.78fr 1.22fr;gap:20px;padding:34px;border-radius:28px;background:linear-gradient(135deg,#0d1114 0%,#161b20 100%);border:1px solid rgba(198,255,0,.15);box-shadow:var(--shadow)}
.rfq-copy p{margin:14px 0 18px;color:#bec7cc;font-size:18px;max-width:500px}
.contacts a{display:block;color:#fff;margin:0 0 10px;font-size:18px}
.rfq-form label{display:block}
.rfq-form span{display:block;color:#cdd5d8;font-size:14px;margin:0 0 8px}
.rfq-form input,.rfq-form textarea{width:100%;font:inherit;border-radius:14px;background:#0f1316;color:#fff;border:1px solid #2a3138;padding:14px 15px;outline:none}
.rfq-form input:focus,.rfq-form textarea:focus{border-color:rgba(198,255,0,.55);box-shadow:0 0 0 3px rgba(198,255,0,.1)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.rfq-form>label+label,.rfq-form>.form-row+label,.rfq-form>.form-bottom{margin-top:14px}
.rfq-form>.form-row+.form-row{margin-top:14px}
.file{position:relative;display:flex;align-items:center;gap:12px;min-height:62px;padding:0 16px;border-radius:14px;background:#0f1316;border:1px dashed rgba(198,255,0,.3)}
.file input{position:absolute;inset:0;opacity:0;cursor:pointer}
.file b{color:var(--lime);font-size:25px}
.file small{display:block;color:#8a949b}
.form-bottom{display:grid;grid-template-columns:1fr 220px;gap:12px;align-items:center}
#formStatus{min-height:22px;color:#d8ff58;margin:12px 2px 0}

footer{background:#090b0d;padding:30px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr .8fr;gap:24px;align-items:start}
.footer-brand img{width:285px;height:auto;max-height:58px;object-fit:contain;margin-bottom:10px}
.footer-brand p,.footer-grid a,.footer-grid span{display:block;color:#c0c8cd;margin:0 0 8px}
.footer-bottom{display:flex;justify-content:space-between;gap:18px;padding-top:16px;margin-top:16px;border-top:1px solid rgba(255,255,255,.08);color:#909aa1;font-size:14px}

@media (max-width:1200px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .product-card.feature{grid-column:span 1}
  .why-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:980px){
  .nav,.head-actions{display:none}
  .menu{display:flex}
  .mobile-nav.open{display:flex}
  .hero-grid,.premium-grid,.industries-grid,.rfq-card,.footer-grid{grid-template-columns:1fr}
  .hero-visual{min-height:460px}
  .workflow-steps{grid-template-columns:1fr}
  .industry-image{order:2}
}
@media (max-width:760px){
  .wrap{width:min(calc(100% - 24px),var(--max))}
  .logo img{width:205px;height:auto;max-height:42px}
  .hero{padding:28px 0 38px}
  .hero-buttons{gap:10px}
  .hero-stats{grid-template-columns:1fr}
  .product-grid,.why-grid{grid-template-columns:1fr}
  .section-head,.brand-intro{flex-direction:column;align-items:flex-start}
  .industry-list{grid-template-columns:1fr}
  .form-row,.form-bottom{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
}
