:root{--coral:#ff5a3d;--coral2:#ff8a3d;--navy:#213a59;--ink:#172033;--muted:#667085;--line:#eef0f4;--bg:#fff7f2;--card:#fff}*{box-sizing:border-box}body{margin:0;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(180deg,#fff7f2 0,#fff 42%);color:var(--ink);line-height:1.55}a{color:inherit}.wrap{width:min(1120px,100%);margin:0 auto;padding:0 18px}.top{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(238,240,244,.9)}.top-inner{height:66px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;color:var(--navy);white-space:nowrap}.brand img{width:38px;height:38px;border-radius:50%}.header-actions{display:flex;align-items:center;gap:8px;flex:1;justify-content:flex-end}.social-mini{display:flex;gap:6px;align-items:center}.social-mini a{display:grid;place-items:center;width:38px;height:38px;border-radius:999px;background:#fff1ed;border:1px solid #ffd8cc;color:var(--coral);text-decoration:none;font-weight:900;font-size:13px}.social-mini svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.social-mini svg.fill-icon{fill:currentColor;stroke:none}.hero{padding:22px 0 10px}.hero-card{background:radial-gradient(circle at 88% 10%,rgba(255,255,255,.14),transparent 24%),linear-gradient(135deg,var(--coral),var(--coral2));border-radius:24px;color:white;padding:22px 24px;box-shadow:0 12px 30px rgba(255,90,61,.16)}.breadcrumb{font-size:13px;margin-bottom:10px;color:rgba(255,255,255,.9)}.breadcrumb a{font-weight:800;text-decoration:none}.eyebrow{display:inline-flex;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);padding:5px 10px;border-radius:999px;font-size:12px;font-weight:800}.hero h1{font-size:clamp(28px,4vw,44px);line-height:1.04;margin:10px 0 8px;letter-spacing:-.04em;max-width:840px}.hero p{font-size:clamp(13px,1.8vw,16px);margin:0;max-width:790px;color:rgba(255,255,255,.94)}.section{padding:16px 0}.section-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:0 10px 28px rgba(33,58,89,.06)}.section-card.soft{background:#fffaf7;border-color:#ffe0d6}.section h2{margin:0 0 10px;font-size:clamp(22px,4vw,32px);letter-spacing:-.03em;color:var(--navy)}.section p,.section li{color:var(--muted);font-size:14px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;text-decoration:none;box-shadow:0 10px 30px rgba(33,58,89,.07);transition:.18s}.product:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(33,58,89,.12)}.product-img{background:#fff;aspect-ratio:1/1;display:grid;place-items:center;padding:14px}.product-img img{max-width:100%;max-height:100%;object-fit:contain}.body{padding:13px;display:flex;flex-direction:column;gap:9px;flex:1}.badge{font-size:11px;font-weight:800;padding:5px 8px;border-radius:999px;background:#fff1ed;color:#b33b28;align-self:flex-start}.product h3{font-size:15px;line-height:1.25;margin:0;color:#1f2937}.usecase,.desc{font-size:12px;line-height:1.35;margin:0}.usecase{color:#344054;font-weight:700;background:#f8fafc;border:1px solid #eef0f4;border-radius:12px;padding:8px 9px}.desc{color:var(--muted)}.price{display:inline-flex;color:#047857;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:900}.attention{font-size:12px;color:#7a3b2c;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:8px}.btn{margin-top:auto;display:grid;place-items:center;border-radius:14px;padding:11px;background:var(--coral);color:#fff;font-weight:900}.micro{font-size:11px;color:#98a2b3}.links{display:flex;flex-wrap:wrap;gap:10px}.links a,.cta{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:9px 12px;background:#fff1ed;border:1px solid #ffd8cc;color:#b33b28;text-decoration:none;font-weight:900;font-size:13px}.footer{margin-top:22px;border-top:1px solid var(--line);padding:22px 0;color:#667085;font-size:12px}.footer a{color:var(--coral);font-weight:800;text-decoration:none}.footer-links{display:flex;flex-wrap:wrap;gap:10px 14px}@media(max-width:820px){.wrap{padding:0 12px}.top-inner{height:54px}.brand span{display:none}.brand img{width:32px;height:32px}.social-mini a{width:32px;height:32px}.hero-card{border-radius:18px;padding:16px}.grid{grid-template-columns:1fr}.section-card{border-radius:20px;padding:16px}}
