.navigation{background-color:#000c;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}.nav-container{max-width:1024px;margin:0 auto;padding:0 22px;display:flex;justify-content:space-between;align-items:center;height:44px}.nav-logo{font-size:17px;font-weight:400;color:var(--apple-white);letter-spacing:-.01em}.nav-links{display:flex;list-style:none;gap:37px;align-items:center}.nav-links a{font-size:12px;color:var(--apple-white);opacity:.8;transition:opacity .3s ease;letter-spacing:-.01em}.nav-links a:hover,.nav-links a.active{opacity:1}@media (max-width: 768px){.nav-container{padding:0 16px}.nav-links{gap:20px}.nav-links a{font-size:11px}}.footer{background-color:var(--bg-secondary);border-top:1px solid rgba(0,0,0,.1);margin-top:auto}.footer-container{max-width:1024px;margin:0 auto;padding:40px 22px 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-bottom:30px}.footer-section h3{font-size:12px;font-weight:600;color:var(--text-primary);margin-bottom:12px;letter-spacing:-.01em}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:9px}.footer-section ul li a{font-size:12px;color:var(--text-secondary);transition:color .3s ease}.footer-section ul li a:hover{color:var(--text-primary)}.footer-bottom{padding-top:20px;border-top:1px solid rgba(0,0,0,.1)}.footer-bottom p{font-size:12px;color:var(--text-secondary);text-align:center}@media (max-width: 768px){.footer-container{padding:30px 16px 20px}.footer-content{grid-template-columns:1fr;gap:20px}}.home{width:100%}.hero{background:linear-gradient(135deg,#000,#1d1d1f);color:var(--apple-white);padding:120px 22px;text-align:center;min-height:80vh;display:flex;align-items:center;justify-content:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:80px;font-weight:600;letter-spacing:-.015em;margin-bottom:20px;line-height:1.05}.hero-subtitle{font-size:32px;font-weight:400;letter-spacing:.004em;margin-bottom:30px;opacity:.9;line-height:1.125}.hero-description{font-size:21px;font-weight:400;letter-spacing:.011em;margin-bottom:40px;opacity:.8;line-height:1.381;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:12px 22px;font-size:17px;font-weight:400;letter-spacing:-.022em;border-radius:980px;transition:all .3s ease;text-align:center}.btn-primary{background-color:var(--apple-blue);color:#fff}.btn-primary:hover{background-color:var(--apple-blue-hover);transform:scale(1.05)}.btn-secondary{background-color:transparent;color:var(--apple-white);border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover{background-color:#ffffff1a;border-color:#ffffff80}.btn-large{padding:14px 28px;font-size:19px}.feature-section{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:600px;max-width:1024px;margin:0 auto;padding:80px 22px}.feature-section.reverse{direction:rtl}.feature-section.reverse>*{direction:ltr}.feature-content{padding:40px}.section-title{font-size:48px;font-weight:600;letter-spacing:-.003em;margin-bottom:20px;line-height:1.08349}.section-description{font-size:21px;font-weight:400;letter-spacing:.011em;color:var(--text-secondary);line-height:1.381}.feature-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.placeholder-image{width:100%;height:400px;background:linear-gradient(135deg,var(--bg-secondary) 0%,#e5e5e7 100%);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:18px;border-radius:12px}.cta-section{background-color:var(--bg-secondary);padding:100px 22px;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:56px;font-weight:600;letter-spacing:-.005em;margin-bottom:20px;line-height:1.07143}.cta-description{font-size:28px;font-weight:400;letter-spacing:.007em;color:var(--text-secondary);margin-bottom:40px;line-height:1.14286}@media (max-width: 768px){.hero{padding:80px 16px;min-height:70vh}.hero-title{font-size:48px}.hero-subtitle{font-size:24px}.hero-description{font-size:17px}.feature-section{grid-template-columns:1fr;padding:60px 16px;min-height:auto}.feature-section.reverse{direction:ltr}.feature-content{padding:20px}.section-title{font-size:32px}.section-description{font-size:17px}.placeholder-image{height:300px}.cta-section{padding:60px 16px}.cta-title{font-size:40px}.cta-description{font-size:21px}}.shop{width:100%}.shop-hero{background:linear-gradient(135deg,#000,#1d1d1f);color:var(--apple-white);padding:80px 22px;text-align:center}.shop-hero-content{max-width:800px;margin:0 auto}.shop-title{font-size:64px;font-weight:600;letter-spacing:-.015em;margin-bottom:15px;line-height:1.05}.shop-subtitle{font-size:24px;font-weight:400;letter-spacing:.004em;opacity:.8;line-height:1.125}.products-section{padding:80px 22px;background-color:var(--bg-primary)}.products-container{max-width:1200px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.product-card{background-color:var(--bg-primary);border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.1)}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.product-image{width:100%;height:300px;overflow:hidden;background-color:var(--bg-secondary)}.placeholder-product-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg-secondary) 0%,#e5e5e7 100%);color:var(--text-secondary);font-size:14px;text-transform:uppercase;letter-spacing:.5px}.product-info{padding:24px}.product-name{font-size:21px;font-weight:600;letter-spacing:-.003em;margin-bottom:8px;line-height:1.381;color:var(--text-primary)}.product-description{font-size:14px;font-weight:400;color:var(--text-secondary);margin-bottom:20px;line-height:1.42859;letter-spacing:-.016em}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:19px;font-weight:600;letter-spacing:-.022em;color:var(--text-primary)}.btn-small{padding:8px 16px;font-size:14px}@media (max-width: 768px){.shop-hero{padding:60px 16px}.shop-title{font-size:48px}.shop-subtitle{font-size:20px}.products-section{padding:60px 16px}.products-grid{grid-template-columns:1fr;gap:24px}.product-image{height:250px}.product-info{padding:20px}.product-footer{flex-direction:column;align-items:flex-start;gap:16px}.btn-small{width:100%}}*{margin:0;padding:0;box-sizing:border-box}:root{--apple-black: #1d1d1f;--apple-white: #f5f5f7;--apple-gray: #86868b;--apple-blue: #0071e3;--apple-blue-hover: #0077ed;--text-primary: #1d1d1f;--text-secondary: #86868b;--bg-primary: #ffffff;--bg-secondary: #f5f5f7}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:var(--bg-primary);line-height:1.47059;font-weight:400;letter-spacing:-.022em}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}
