@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--black: #000000;--white: #ffffff;--gray-light: #f5f5f5;--gray-medium: #666666;--gray-dark: #1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:Cormorant Garamond,serif;line-height:1.6;color:var(--gray-dark);background-color:var(--white)}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:all .3s ease}button{font-family:Cormorant Garamond,serif;cursor:pointer;transition:all .3s ease;border:none;outline:none}.navbar{position:fixed;top:0;left:0;right:0;background:var(--white);border-bottom:1px solid var(--black);padding:1.5rem 4rem;display:flex;justify-content:space-between;align-items:center;z-index:1000}.logo-text{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;letter-spacing:2px;color:var(--black)}.nav-links{display:flex;gap:3rem;list-style:none}.nav-links a{font-size:1.1rem;color:var(--gray-dark);font-weight:500;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:1px;background:var(--black);transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-cta{background:var(--black);color:var(--white);padding:.8rem 2rem;border-radius:0;font-size:1.1rem;font-weight:600;border:2px solid var(--black);transition:all .3s ease}.nav-cta:hover{background:var(--white);color:var(--black)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 4rem;background:var(--white);position:relative}.hero-content{max-width:900px}.hero h1{font-size:5rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-2px;line-height:1.1}.hero-subtitle{font-size:1.5rem;color:var(--gray-medium);margin-bottom:3rem;font-weight:400;line-height:1.8}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--black);color:var(--white);padding:1.2rem 3rem;font-size:1.2rem;font-weight:600;border:2px solid var(--black);transition:all .3s ease}.btn-primary:hover{background:var(--white);color:var(--black);transform:translateY(-2px)}.btn-secondary{background:var(--white);color:var(--black);padding:1.2rem 3rem;font-size:1.2rem;font-weight:600;border:2px solid var(--black);transition:all .3s ease}.btn-secondary:hover{background:var(--black);color:var(--white);transform:translateY(-2px)}.features{padding:8rem 4rem;background:var(--gray-light)}.section-header{text-align:center;max-width:700px;margin:0 auto 5rem}.section-title{font-size:3.5rem;margin-bottom:1.5rem;letter-spacing:-1px}.section-description{font-size:1.3rem;color:var(--gray-medium);line-height:1.8}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1200px;margin:0 auto}.feature-card{background:var(--white);padding:3rem;border:1px solid var(--black);transition:all .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:10px 10px 0 var(--black)}.feature-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.feature-card h3{font-size:1.8rem;margin-bottom:1rem}.feature-card p{font-size:1.2rem;color:var(--gray-medium);line-height:1.8}.stats{padding:8rem 4rem;background:var(--black);color:var(--white)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:4rem;max-width:1200px;margin:0 auto;text-align:center}.stat-item h3{font-size:4rem;margin-bottom:.5rem;font-weight:800}.stat-item p{font-size:1.3rem;color:var(--gray-light);font-weight:400}.pricing{padding:8rem 4rem;background:var(--white)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1200px;margin:0 auto}.pricing-card{background:var(--white);border:2px solid var(--black);padding:3rem;text-align:center;transition:all .3s ease}.pricing-card.featured{background:var(--black);color:var(--white);transform:scale(1.05)}.pricing-card:hover{transform:translateY(-10px)}.pricing-card.featured:hover{transform:translateY(-10px) scale(1.05)}.pricing-card h3{font-size:2rem;margin-bottom:1rem}.price{font-size:3.5rem;font-weight:800;margin:1.5rem 0}.price-period{font-size:1.2rem;color:var(--gray-medium);font-weight:400}.pricing-card.featured .price-period{color:var(--gray-light)}.features-list{list-style:none;margin:2rem 0;text-align:left}.features-list li{padding:.8rem 0;font-size:1.1rem;border-bottom:1px solid var(--gray-light)}.pricing-card.featured .features-list li{border-bottom-color:var(--gray-dark)}.features-list li:before{content:"✓";margin-right:1rem;font-weight:700}.pricing-cta{width:100%;margin-top:2rem}.cta-section{padding:8rem 4rem;background:var(--gray-light);text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-content h2{font-size:3.5rem;margin-bottom:1.5rem;letter-spacing:-1px}.cta-content p{font-size:1.4rem;color:var(--gray-medium);margin-bottom:3rem;line-height:1.8}.footer{background:var(--black);color:var(--white);padding:4rem 4rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{font-size:1.4rem;margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:var(--gray-light);font-size:1.1rem}.footer-links a:hover{color:var(--white)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--gray-dark);color:var(--gray-medium);font-size:1rem}@media(max-width:768px){.navbar{padding:1.5rem 2rem}.nav-links{display:none}.hero h1{font-size:3rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2.5rem}.features,.stats,.pricing,.cta-section{padding:4rem 2rem}.hero-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}
