:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#0a0a0a;color:#fafafa;min-height:100vh}.header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2.5rem;border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:0;z-index:50;background:#0a0a0ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.logo{font-size:1.3rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#fbc2eb,#a18cd1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:2rem}.nav a{color:#fff9;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.nav a:hover{color:#fff}.hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:6rem 2.5rem;max-width:1200px;margin:0 auto}.badge{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#fbc2eb;border:1px solid rgba(251,194,235,.25);padding:.3rem .75rem;border-radius:999px;margin-bottom:1.5rem}.hero h1{font-size:3.5rem;font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:1.25rem;background:linear-gradient(135deg,#fff 40%,#ffffff8c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.1rem;color:#ffffff8c;line-height:1.7;max-width:440px;margin-bottom:2rem}.hero-actions{display:flex;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.6rem;border-radius:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#a18cd1,#fbc2eb);color:#0a0a0a}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px #a18cd14d}.btn-ghost{background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.15)}.btn-ghost:hover{border-color:#ffffff59;color:#fff}.btn-small{padding:.45rem 1rem;font-size:.8rem;background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:.4rem;cursor:pointer;font-weight:500;transition:all .2s}.btn-small:hover{background:#ffffff24}.hero-visual{display:flex;align-items:center;justify-content:center}.hat-showcase{position:relative;width:320px;height:320px;display:flex;align-items:center;justify-content:center}.hat-icon{font-size:6rem;z-index:2;filter:drop-shadow(0 0 40px rgba(161,140,209,.4));animation:float 4s ease-in-out infinite}.hat-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1px solid rgba(161,140,209,.15);animation:spin 20s linear infinite}.hat-ring-2{top:20px;right:20px;bottom:20px;left:20px;border-color:#fbc2eb1a;animation-direction:reverse;animation-duration:30s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.features{padding:5rem 2.5rem;max-width:1200px;margin:0 auto}.section-title{font-size:2rem;font-weight:700;text-align:center;letter-spacing:-.03em;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:1rem;padding:2rem;transition:all .3s}.feature-card:hover{border-color:#a18cd133;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.feature-icon{font-size:2rem;margin-bottom:1rem;background:linear-gradient(135deg,#a18cd1,#fbc2eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-card h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.01em}.feature-card p{font-size:.9rem;color:#ffffff80;line-height:1.6}.products{padding:5rem 2.5rem;max-width:1200px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:1rem;overflow:hidden;transition:all .3s}.product-card:hover{border-color:#a18cd133;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.product-image{height:200px;display:flex;align-items:center;justify-content:center}.product-emoji{font-size:4rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.product-info{padding:1.5rem}.product-category{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:#fff6;font-weight:600}.product-info h3{font-size:1.15rem;font-weight:600;margin:.35rem 0 .5rem;letter-spacing:-.01em}.product-info p{font-size:.85rem;color:#ffffff80;line-height:1.5;margin-bottom:1rem}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-size:1.2rem;font-weight:700;letter-spacing:-.02em}.testimonials{padding:5rem 2.5rem;max-width:1200px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:1rem;padding:2rem;transition:all .3s}.testimonial-card:hover{border-color:#a18cd126}.stars{color:#fbc2eb;font-size:1rem;margin-bottom:1rem;letter-spacing:.1em}.testimonial-text{font-size:.95rem;color:#ffffffa6;line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;flex-shrink:0}.testimonial-author strong{display:block;font-size:.9rem;font-weight:600}.testimonial-author span{font-size:.75rem;color:#fff6}.footer{border-top:1px solid rgba(255,255,255,.06);padding:3rem 2.5rem 1.5rem;margin-top:2rem}.footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.04)}.footer-brand p{color:#fff6;font-size:.85rem;margin-top:.5rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#ffffff73;text-decoration:none;font-size:.85rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:1.5rem}.footer-bottom p{font-size:.8rem;color:#ffffff40}@media(max-width:900px){.hero{grid-template-columns:1fr;padding:4rem 1.5rem;text-align:center}.hero h1{font-size:2.5rem}.hero-sub{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{order:-1}.hat-showcase{width:200px;height:200px}.hat-icon{font-size:4rem}.features-grid,.products-grid,.testimonials-grid{grid-template-columns:1fr}.header{padding:1rem 1.5rem}.nav{gap:1rem}.footer-inner{flex-direction:column;gap:1.5rem;text-align:center}}
