\
:root{
  --bg: #f4f7fb;
  --bg2:#f7f3ff;
  --paper:#ffffff;
  --ink:#0f172a;
  --muted:#5b6476;
  --line: rgba(15,23,42,.10);

  --accent:#0f766e;      /* teal */
  --accent2:#f97316;     /* orange */
  --accent3:#6366f1;     /* indigo */

  --shadow: 0 22px 70px rgba(2,6,23,.10);
  --shadow2: 0 14px 34px rgba(2,6,23,.08);

  --r1: 28px;
  --r2: 18px;
  --r3: 12px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--ink);
  background:
    radial-gradient(1000px 560px at 12% 8%, rgba(99,102,241,.12), transparent 60%),
    radial-gradient(1000px 560px at 86% 14%, rgba(15,118,110,.12), transparent 62%),
    radial-gradient(1000px 560px at 52% 96%, rgba(249,115,22,.10), transparent 62%),
    linear-gradient(180deg, var(--bg2), var(--bg));
}

a{color:inherit}
.container{max-width:1180px;margin:0 auto;padding:0 18px}

/* header */
.header{
  position:sticky; top:0; z-index:50;
  background: rgba(244,247,251,.72);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.hRow{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; flex-wrap:wrap;
  padding:14px 0;
}
.brand{
  display:flex; align-items:center; gap:12px;
  text-decoration:none;
}
.badgeLogo{
  width:46px;height:46px;border-radius:18px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 28% 28%, rgba(15,118,110,.85), transparent 58%),
    radial-gradient(circle at 72% 72%, rgba(249,115,22,.70), transparent 58%),
    radial-gradient(circle at 60% 30%, rgba(99,102,241,.65), transparent 58%),
    rgba(255,255,255,.75);
  box-shadow: 0 18px 44px rgba(15,118,110,.14);
}
.brand strong{display:block; letter-spacing:.2px}
.brand small{display:block; color:var(--muted); margin-top:2px}
.nav{
  display:flex; gap:8px; flex-wrap:wrap; align-items:center;
}
.nav a{
  text-decoration:none;
  color:var(--muted);
  padding:10px 12px;
  border-radius:999px;
  border:1px solid transparent;
  transition:.18s ease;
}
.nav a:hover{
  color:var(--ink);
  background: rgba(255,255,255,.80);
  border-color: var(--line);
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  text-decoration:none;
  cursor:pointer;
  font-weight:950;
  transition:.2s ease;
}
.btn:hover{transform: translateY(-1px)}
.btn.primary{
  border-color: transparent;
  color:#fff;
  background: linear-gradient(135deg, var(--accent3), var(--accent));
  box-shadow: 0 18px 44px rgba(99,102,241,.18);
}
.btn.soft{
  background: rgba(15,118,110,.06);
  border-color: rgba(15,118,110,.18);
}

/* hero */
.hero{
  padding:18px 0 0;
}
.heroGrid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:12px;
  align-items:stretch;
}
@media (max-width:980px){ .heroGrid{grid-template-columns:1fr} }

.panel{
  border:1px solid var(--line);
  background: rgba(255,255,255,.82);
  border-radius: var(--r1);
  box-shadow: var(--shadow);
  overflow:hidden;
  position:relative;
}
.panel.pad{padding:18px}
.panel:before{
  content:"";
  position:absolute; inset:auto -180px -220px auto;
  width:520px;height:520px;border-radius:999px;
  background:
    radial-gradient(circle at 32% 32%, rgba(99,102,241,.18), transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(15,118,110,.16), transparent 60%),
    radial-gradient(circle at 54% 40%, rgba(249,115,22,.12), transparent 60%);
  transform: rotate(10deg);
}

.kicker{
  position:relative;
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.92);
  color:var(--muted);
  width:fit-content;
}
.kDot{
  width:10px;height:10px;border-radius:999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(15,118,110,.12);
}
.h1{
  position:relative;
  margin:14px 0 10px;
  font-size:46px;
  line-height:1.04;
  letter-spacing:-.9px;
}
@media (max-width:520px){ .h1{font-size:34px} }
.lead{
  position:relative;
  margin:0 0 16px;
  color:var(--muted);
  line-height:1.85;
  font-size:15.5px;
}
.heroActions{position:relative; display:flex; gap:10px; flex-wrap:wrap; align-items:center}

/* right hero card */
.side{
  border:1px solid var(--line);
  border-radius: var(--r1);
  background: rgba(255,255,255,.90);
  box-shadow: var(--shadow2);
  padding:16px;
}
.side h3{margin:0 0 8px; font-size:16px}
.side p{margin:0 0 12px; color:var(--muted); line-height:1.6; font-size:13.5px}
.notice{
  border:1px dashed rgba(249,115,22,.42);
  background: rgba(249,115,22,.10);
  border-radius: 18px;
  padding:12px;
  color:var(--muted);
  line-height:1.55;
  font-size:13px;
}
.miniGrid{
  margin-top:12px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}
@media (max-width:520px){ .miniGrid{grid-template-columns:1fr} }
.mini{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  padding:12px;
}
.mini small{display:block; color:var(--muted); margin-bottom:6px}
.mini div{font-weight:950}

/* section headers */
.section{padding:26px 0 0}
.head{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:12px; flex-wrap:wrap;
  margin:0 0 12px;
}
.head h2{margin:0; font-size:22px; letter-spacing:-.2px}
.head p{margin:0; color:var(--muted); line-height:1.65; max-width:780px}

/* catalog: stacked rows */
.catalog{
  display:grid;
  gap:12px;
}
.item{
  border:1px solid var(--line);
  border-radius: var(--r1);
  background:#fff;
  box-shadow: var(--shadow2);
  padding:16px;
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:12px;
  align-items:center;
}
@media (max-width:980px){ .item{grid-template-columns:1fr} }
.itemHead{
  display:flex; justify-content:space-between; gap:10px; flex-wrap:wrap; align-items:flex-start;
}
.chipRow{display:flex; gap:8px; flex-wrap:wrap; margin-top:10px}
.chip{
  font-size:12px; font-weight:950;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(99,102,241,.08);
}
.chip.teal{background: rgba(15,118,110,.08)}
.chip.neu{background: rgba(2,6,23,.04); color:var(--muted)}
.item h3{margin:0; font-size:16px}
.item p{margin:8px 0 0; color:var(--muted); line-height:1.65; font-size:13.5px}

.buyBox{
  border-left:1px solid var(--line);
  padding-left:12px;
  display:grid;
  gap:10px;
  justify-items:stretch;
}
@media (max-width:980px){ .buyBox{border-left:0; padding-left:0; border-top:1px solid var(--line); padding-top:12px} }
.price{
  font-weight:950;
  font-size:22px;
  letter-spacing:.2px;
}
.buyBox button{
  border:1px solid var(--line);
  background:#fff;
  padding:10px 12px;
  border-radius:999px;
  cursor:pointer;
  font-weight:950;
}
.buyBox button:hover{background: rgba(2,6,23,.02)}
.smallHint{color:var(--muted); font-size:12px; line-height:1.5}

/* benefits: horizontal scroller */
.scroller{
  display:grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap:12px;
  overflow:auto;
  padding-bottom:4px;
  scroll-snap-type: x mandatory;
}
.scroller::-webkit-scrollbar{height:10px}
.scroller::-webkit-scrollbar-thumb{background: rgba(15,23,42,.10); border-radius:999px}
.bCard{
  scroll-snap-align:start;
  border:1px solid var(--line);
  border-radius: var(--r1);
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow2);
  padding:16px;
}
.icon{
  width:44px;height:44px;border-radius:18px;
  border:1px solid var(--line);
  display:flex; align-items:center; justify-content:center;
  font-weight:950;
  background:#fff;
  color: var(--accent3);
}
.bCard h3{margin:12px 0 6px}
.bCard p{margin:0; color:var(--muted); line-height:1.65; font-size:13.5px}

/* delivery/payment: two cards */
.twocol{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
@media (max-width:980px){ .twocol{grid-template-columns:1fr} }
.box{
  border:1px solid var(--line);
  border-radius: var(--r1);
  background:#fff;
  box-shadow: var(--shadow2);
  padding:16px;
}
.box h3{margin:0 0 8px}
.box ul{margin:0; padding-left:18px; color:var(--muted); line-height:1.9}
.box li{margin:6px 0}

/* FAQ */
.faq{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
@media (max-width:980px){ .faq{grid-template-columns:1fr} }
details{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow: var(--shadow2);
  padding:12px 14px;
}
summary{cursor:pointer; font-weight:950; list-style:none}
summary::-webkit-details-marker{display:none}
details p{margin:10px 0 0; color:var(--muted); line-height:1.7}

/* order */
.orderGrid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:12px;
  align-items:stretch;
}
@media (max-width:980px){ .orderGrid{grid-template-columns:1fr} }
.form{
  border:1px solid var(--line);
  border-radius: var(--r1);
  background:#fff;
  box-shadow: var(--shadow2);
  padding:18px;
}
.form h3{margin:0 0 6px}
.form p{margin:0 0 14px; color:var(--muted); line-height:1.6}
form{display:grid; gap:10px}
.field{display:grid; gap:6px}
label{font-size:12px; color:var(--muted)}
input,select,textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  outline:none;
  color:var(--ink);
}
textarea{min-height:92px; resize:vertical}
input:focus,select:focus,textarea:focus{
  border-color: rgba(99,102,241,.34);
  box-shadow: 0 0 0 4px rgba(99,102,241,.12);
}
.row2{display:grid; grid-template-columns:1fr 1fr; gap:10px}
@media (max-width:520px){ .row2{grid-template-columns:1fr} }
.note{font-size:12px; color:var(--muted); line-height:1.55}

.companyCard{
  border:1px solid var(--line);
  border-radius: var(--r1);
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow2);
  padding:18px;
}
.companyCard h3{margin:0 0 10px}
.kv{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  padding:12px;
}
.k{color:var(--muted); font-size:12px}
.v{font-weight:950; margin-top:4px}
.sep{height:1px;background:var(--line); margin:10px 0}

/* footer */
.footer{
  margin-top:26px;
  border-top:1px solid var(--line);
  background: rgba(255,255,255,.62);
}
.footRow{
  padding:18px 0;
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:12px; flex-wrap:wrap;
}
.footRow small{color:var(--muted); line-height:1.65}
.links{display:flex; gap:12px; flex-wrap:wrap; align-items:center}
.links a{color:var(--muted); text-decoration:none}
.links a:hover{color:var(--ink)}

/* inner pages */
.page{padding:26px 0}
.paper{
  border:1px solid var(--line);
  border-radius: var(--r1);
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow);
  padding:18px;
}
.page h1{margin:0 0 10px; font-size:28px; letter-spacing:-.2px}
.page p,.page li{color:var(--muted); line-height:1.85}
