@import url(https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Playfair+Display:wght@600&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--brand:#7b1c1c;--brand-dark:#5a1212;--brand-light:#faeaea;--brand-mid:#9b2c2c;--text-primary:#1a1a1a;--text-secondary:#666;--text-muted:#999;--bg:#fff;--bg-secondary:#fafaf9;--border:#e8e8e6;--radius:10px;--radius-lg:16px}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:#fff;background:var(--bg);color:#1a1a1a;color:var(--text-primary);font-family:Be Vietnam Pro,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%}.container{margin:0 auto;max-width:1100px;padding:0 24px}.btn{align-items:center;border:none;border-radius:10px;border-radius:var(--radius);display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:10px 22px;transition:all .18s ease}.btn-primary{background:#7b1c1c;background:var(--brand);color:#fff}.btn-primary:hover{background:#9b2c2c;background:var(--brand-mid);transform:translateY(-1px)}.btn-outline{background:#0000;border:1.5px solid #7b1c1c;border:1.5px solid var(--brand);color:#7b1c1c;color:var(--brand)}.btn-outline:hover{background:#faeaea;background:var(--brand-light)}.btn-white{background:#fff;color:#7b1c1c;color:var(--brand)}.btn-white:hover{background:#f5f5f5}.btn-ghost{background:#0000;border:1.5px solid #ffffff80;color:#fff}.btn-ghost:hover{background:#ffffff1a}.btn-lg{font-size:15px;padding:13px 28px}.navbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar-inner{gap:32px;height:64px}.navbar-brand,.navbar-inner{align-items:center;display:flex}.navbar-brand{flex-shrink:0;gap:10px}.brand-name{color:var(--brand);font-size:15px;font-weight:600;line-height:1.2}.brand-slogan{color:var(--text-muted);font-size:10px;font-style:italic}.navbar-links{display:flex;flex:1 1;gap:4px}.nav-link{border-radius:8px;color:var(--text-secondary);font-size:14px;padding:6px 12px;transition:all .15s}.nav-link.active,.nav-link:hover{background:var(--brand-light);color:var(--brand)}.navbar-actions{display:flex;flex-shrink:0;gap:8px}.hamburger{background:none;border:none;display:none;flex-direction:column;gap:5px;padding:4px}.hamburger span{background:var(--text-primary);border-radius:2px;display:block;height:2px;transition:all .2s;width:22px}@media (max-width:768px){.navbar-links{background:#fff;border-bottom:1px solid var(--border);display:none;flex-direction:column;gap:2px;left:0;padding:12px 16px;position:absolute;right:0;top:64px}.navbar-links.open{display:flex}.navbar-actions{display:none}.hamburger{display:flex;margin-left:auto}}.hero{background:linear-gradient(135deg,var(--brand) 0,var(--brand-dark) 100%);color:#fff;overflow:hidden;padding:80px 0 72px;position:relative}.hero-inner{max-width:620px;position:relative;z-index:1}.hero-eyebrow{font-size:12px;letter-spacing:1.5px;margin-bottom:14px;opacity:.7;text-transform:uppercase}.hero-title{font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.2;margin-bottom:18px}.hero-desc,.hero-title span{opacity:.85}.hero-desc{font-size:16px;line-height:1.7;margin-bottom:32px;max-width:520px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-pattern{background-image:repeating-linear-gradient(45deg,#ffffff0a,#ffffff0a 1px,#0000 0,#0000 20px);border-radius:50%;height:420px;position:absolute;right:-60px;top:-40px;width:420px}.stats-bar{border-bottom:1px solid var(--border)}.stats-inner{display:grid;grid-template-columns:repeat(3,1fr)}.stat-item{border-right:1px solid var(--border);padding:24px;text-align:center}.stat-item:last-child{border-right:none}.stat-num{color:var(--brand);font-size:26px;font-weight:700}.stat-label{color:var(--text-secondary);font-size:13px;margin-top:2px}.section{padding:64px 0}.section-header{margin-bottom:40px;text-align:center}.section-title{font-size:26px;font-weight:600;margin-bottom:8px}.section-sub{color:var(--text-secondary);font-size:15px}.products-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.product-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;position:relative;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 8px 32px #00000014;transform:translateY(-2px)}.product-card.featured{border:2px solid var(--brand)}.featured-badge{background:var(--brand);color:#fff;font-weight:500;left:50%;padding:3px 12px;position:absolute;top:-12px;transform:translateX(-50%);white-space:nowrap}.featured-badge,.product-tag{border-radius:20px;font-size:11px}.product-tag{background:var(--brand-light);color:var(--brand);display:inline-block;margin-bottom:12px;padding:2px 10px}.product-name{font-size:18px;font-weight:600;margin-bottom:8px}.product-desc{color:var(--text-secondary);font-size:13px;line-height:1.6;margin-bottom:16px}.product-price{color:var(--brand);font-size:20px;font-weight:600}.product-price span{color:var(--text-muted);font-size:13px;font-weight:400}.features-section{background:var(--bg-secondary)}.features-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.feature-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.feature-icon{font-size:28px;margin-bottom:12px}.feature-title{font-size:15px;font-weight:600;margin-bottom:6px}.feature-desc{color:var(--text-secondary);font-size:13px;line-height:1.6}.cta-section{background:linear-gradient(135deg,var(--brand) 0,var(--brand-dark) 100%);color:#fff;padding:64px 0}.cta-inner{text-align:center}.cta-inner h2{font-size:28px;font-weight:600;margin-bottom:10px}.cta-inner p{font-size:15px;margin-bottom:28px;opacity:.85}.cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}@media (max-width:640px){.hero{padding:48px 0}.stats-inner{grid-template-columns:1fr}.stat-item{border-bottom:1px solid var(--border);border-right:none}}
/*# sourceMappingURL=main.dbfa5cc5.css.map*/