commit 0a054adbfd6e05ee2ba1ffa534d51ed9c1c4941b
Author: root <root@hub.scroll.pub> Date: 2024-12-27 23:10:50 +0000 Subject: Initial commit diff --git a/body.html b/body.html new file mode 100644 index 0000000..0db38d5 --- /dev/null +++ b/body.html @@ -0,0 +1,109 @@ +<header class="main-header"> + <nav> + <div class="logo">The Grand Ovation</div> + <button class="mobile-menu-btn" aria-label="Toggle menu"> + <span></span><span></span><span></span> + </button> + <ul class="nav-links"> + <li><a href="#about">About</a></li> + <li><a href="#features">Features</a></li> + <li><a href="#gallery">Gallery</a></li> + <li><a href="#contact">Contact</a></li> + </ul> + </nav> +</header> + +<main> + <section class="hero"> + <div class="hero-content"> + <h1>The Grand Ovation</h1> + <p>Where Luxury Meets Lifestyle</p> + <button class="cta-button">Schedule a Tour</button> + </div> + </section> + + <section id="about" class="about"> + <div class="container"> + <h2>A New Standard of Living</h2> + <p>The Grand Ovation represents the pinnacle of modern luxury living. Nestled in an exclusive location, our development offers unparalleled amenities and sophisticated design for the discerning homeowner.</p> + <div class="stats"> + <div class="stat-item"> + <span class="number">42</span> + <span class="label">Luxury Units</span> + </div> + <div class="stat-item"> + <span class="number">12</span> + <span class="label">Floor Plans</span> + </div> + <div class="stat-item"> + <span class="number">5</span> + <span class="label">Star Amenities</span> + </div> + </div> + </div> + </section> + + <section id="features" class="features"> + <div class="container"> + <h2>Premium Features</h2> + <div class="features-grid"> + <div class="feature"> + <div class="feature-icon">🏊‍♂️</div> + <h3>Infinity Pool</h3> + <p>Rooftop swimming with panoramic views</p> + </div> + <div class="feature"> + <div class="feature-icon">🏋️</div> + <h3>Fitness Center</h3> + <p>State-of-the-art equipment and training</p> + </div> + <div class="feature"> + <div class="feature-icon">🎯</div> + <h3>Social Lounge</h3> + <p>Entertainment space for gatherings</p> + </div> + <div class="feature"> + <div class="feature-icon">🌿</div> + <h3>Garden Terrace</h3> + <p>Landscaped outdoor relaxation areas</p> + </div> + </div> + </div> + </section> + + <section id="contact" class="contact"> + <div class="container"> + <h2>Connect With Us</h2> + <form id="contact-form" class="contact-form"> + <input type="text" placeholder="Name" required> + <input type="email" placeholder="Email" required> + <input type="tel" placeholder="Phone"> + <textarea placeholder="Message" required></textarea> + <button type="submit">Send Message</button> + </form> + </div> + </section> +</main> + +<footer> + <div class="container"> + <div class="footer-content"> + <div class="footer-section"> + <h4>The Grand Ovation</h4> + <p>123 Luxury Avenue<br>Metropolis, ST 12345</p> + </div> + <div class="footer-section"> + <h4>Contact</h4> + <p>info@grandovation.scroll.pub<br>+1 (555) 123-4567</p> + </div> + <div class="footer-section"> + <h4>Follow Us</h4> + <div class="social-links"> + <a href="#" aria-label="Facebook">FB</a> + <a href="#" aria-label="Instagram">IG</a> + <a href="#" aria-label="LinkedIn">IN</a> + </div> + </div> + </div> + </div> +</footer> \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..b3b9286 --- /dev/null +++ b/index.scroll @@ -0,0 +1,8 @@ +buildHtml +baseUrl https://grandovation.scroll.pub +metaTags +editButton /edit.html +title The Grand Ovation | Luxury Real Estate Development +style.css +body.html +script.js \ No newline at end of file diff --git a/prompt.json b/prompt.json new file mode 100644 index 0000000..ce88007 --- /dev/null +++ b/prompt.json @@ -0,0 +1,20 @@ +{ + "id": "msg_01GJJRuNaVVm9qeTWsZoy9Hc", + "type": "message", + "role": "assistant", + "model": "claude-3-5-sonnet-20241022", + "content": [ + { + "type": "text", + "text": "I'll help create an elegant landing page for The Grand Ovation real estate development.\n\nSuggested domain: grandovation.scroll.pub\n\n---domain---\ngrandovation.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://grandovation.scroll.pub\nmetaTags\neditButton /edit.html\ntitle The Grand Ovation | Luxury Real Estate Development\nstyle.css\nbody.html\nscript.js\n---body.html---\n<header class=\"main-header\">\n <nav>\n <div class=\"logo\">The Grand Ovation</div>\n <button class=\"mobile-menu-btn\" aria-label=\"Toggle menu\">\n <span></span><span></span><span></span>\n </button>\n <ul class=\"nav-links\">\n <li><a href=\"#about\">About</a></li>\n <li><a href=\"#features\">Features</a></li>\n <li><a href=\"#gallery\">Gallery</a></li>\n <li><a href=\"#contact\">Contact</a></li>\n </ul>\n </nav>\n</header>\n\n<main>\n <section class=\"hero\">\n <div class=\"hero-content\">\n <h1>The Grand Ovation</h1>\n <p>Where Luxury Meets Lifestyle</p>\n <button class=\"cta-button\">Schedule a Tour</button>\n </div>\n </section>\n\n <section id=\"about\" class=\"about\">\n <div class=\"container\">\n <h2>A New Standard of Living</h2>\n <p>The Grand Ovation represents the pinnacle of modern luxury living. Nestled in an exclusive location, our development offers unparalleled amenities and sophisticated design for the discerning homeowner.</p>\n <div class=\"stats\">\n <div class=\"stat-item\">\n <span class=\"number\">42</span>\n <span class=\"label\">Luxury Units</span>\n </div>\n <div class=\"stat-item\">\n <span class=\"number\">12</span>\n <span class=\"label\">Floor Plans</span>\n </div>\n <div class=\"stat-item\">\n <span class=\"number\">5</span>\n <span class=\"label\">Star Amenities</span>\n </div>\n </div>\n </div>\n </section>\n\n <section id=\"features\" class=\"features\">\n <div class=\"container\">\n <h2>Premium Features</h2>\n <div class=\"features-grid\">\n <div class=\"feature\">\n <div class=\"feature-icon\">🏊‍♂️</div>\n <h3>Infinity Pool</h3>\n <p>Rooftop swimming with panoramic views</p>\n </div>\n <div class=\"feature\">\n <div class=\"feature-icon\">🏋️</div>\n <h3>Fitness Center</h3>\n <p>State-of-the-art equipment and training</p>\n </div>\n <div class=\"feature\">\n <div class=\"feature-icon\">🎯</div>\n <h3>Social Lounge</h3>\n <p>Entertainment space for gatherings</p>\n </div>\n <div class=\"feature\">\n <div class=\"feature-icon\">🌿</div>\n <h3>Garden Terrace</h3>\n <p>Landscaped outdoor relaxation areas</p>\n </div>\n </div>\n </div>\n </section>\n\n <section id=\"contact\" class=\"contact\">\n <div class=\"container\">\n <h2>Connect With Us</h2>\n <form id=\"contact-form\" class=\"contact-form\">\n <input type=\"text\" placeholder=\"Name\" required>\n <input type=\"email\" placeholder=\"Email\" required>\n <input type=\"tel\" placeholder=\"Phone\">\n <textarea placeholder=\"Message\" required></textarea>\n <button type=\"submit\">Send Message</button>\n </form>\n </div>\n </section>\n</main>\n\n<footer>\n <div class=\"container\">\n <div class=\"footer-content\">\n <div class=\"footer-section\">\n <h4>The Grand Ovation</h4>\n <p>123 Luxury Avenue<br>Metropolis, ST 12345</p>\n </div>\n <div class=\"footer-section\">\n <h4>Contact</h4>\n <p>info@grandovation.scroll.pub<br>+1 (555) 123-4567</p>\n </div>\n <div class=\"footer-section\">\n <h4>Follow Us</h4>\n <div class=\"social-links\">\n <a href=\"#\" aria-label=\"Facebook\">FB</a>\n <a href=\"#\" aria-label=\"Instagram\">IG</a>\n <a href=\"#\" aria-label=\"LinkedIn\">IN</a>\n </div>\n </div>\n </div>\n </div>\n</footer>\n---style.css---\n:root {\n --primary-color: #2c3e50;\n --accent-color: #e67e22;\n --text-color: #333;\n --light-bg: #f9f9f9;\n --transition: all 0.3s ease;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nhtml {\n scroll-behavior: smooth;\n}\n\nbody {\n font-family: 'Arial', sans-serif;\n line-height: 1.6;\n color: var(--text-color);\n}\n\n.container {\n max-width: 1200px;\n margin: 0 auto;\n padding: 0 20px;\n}\n\n/* Header Styles */\n.main-header {\n position: fixed;\n width: 100%;\n background: rgba(255, 255, 255, 0.95);\n backdrop-filter: blur(10px);\n z-index: 1000;\n box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n}\n\nnav {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 20px;\n}\n\n.logo {\n font-size: 1.5rem;\n font-weight: bold;\n color: var(--primary-color);\n}\n\n.nav-links {\n display: flex;\n list-style: none;\n gap: 30px;\n}\n\n.nav-links a {\n text-decoration: none;\n color: var(--primary-color);\n font-weight: 500;\n transition: var(--transition);\n}\n\n.nav-links a:hover {\n color: var(--accent-color);\n}\n\n/* Hero Section */\n.hero {\n height: 100vh;\n background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),\n url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDABQODxIPDRQSEBIXFRQWHxcUFhcXHyIfFxcXFxcfIh4bGhoaGh4iJiUmJiUmJjIyMjIyMjY2NjY2NjY2NjY2Njb/2wBDAR');\n background-size: cover;\n background-position: center;\n display: flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n color: white;\n}\n\n.hero-content h1 {\n font-size: 4rem;\n margin-bottom: 20px;\n animation: fadeInUp 1s ease;\n}\n\n.hero-content p {\n font-size: 1.5rem;\n margin-bottom: 30px;\n animation: fadeInUp 1s ease 0.3s backwards;\n}\n\n.cta-button {\n padding: 15px 30px;\n background: var(--accent-color);\n border: none;\n color: white;\n font-size: 1.1rem;\n cursor: pointer;\n transition: var(--transition);\n animation: fadeInUp 1s ease 0.6s backwards;\n}\n\n.cta-button:hover {\n transform: translateY(-3px);\n box-shadow: 0 5px 15px rgba(230,126,34,0.3);\n}\n\n/* About Section */\n.about {\n padding: 100px 0;\n background: var(--light-bg);\n}\n\n.stats {\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n gap: 30px;\n margin-top: 50px;\n}\n\n.stat-item {\n text-align: center;\n}\n\n.number {\n font-size: 3rem;\n color: var(--accent-color);\n font-weight: bold;\n}\n\n/* Features Section */\n.features {\n padding: 100px 0;\n}\n\n.features-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 30px;\n margin-top: 50px;\n}\n\n.feature {\n text-align: center;\n padding: 30px;\n border-radius: 10px;\n background: white;\n box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n transition: var(--transition);\n}\n\n.feature:hover {\n transform: translateY(-10px);\n}\n\n.feature-icon {\n font-size: 2.5rem;\n margin-bottom: 20px;\n}\n\n/* Contact Section */\n.contact {\n padding: 100px 0;\n background: var(--light-bg);\n}\n\n.contact-form {\n max-width: 600px;\n margin: 0 auto;\n display: grid;\n gap: 20px;\n}\n\n.contact-form input,\n.contact-form textarea {\n padding: 15px;\n border: 1px solid #ddd;\n border-radius: 5px;\n font-size: 1rem;\n}\n\n.contact-form textarea {\n height: 150px;\n}\n\n.contact-form button {\n padding: 15px;\n background: var(--accent-color);\n color: white;\n border: none;\n border-radius: 5px;\n cursor: pointer;\n transition: var(--transition);\n}\n\n.contact-form button:hover {\n background: darken(var(--accent-color), 10%);\n}\n\n/* Footer */\nfooter {\n background: var(--primary-color);\n color: white;\n padding: 50px 0;\n}\n\n.footer-content {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n gap: 30px;\n}\n\n.social-links {\n display: flex;\n gap: 15px;\n}\n\n.social-links a {\n color: white;\n text-decoration: none;\n transition: var(--transition);\n}\n\n.social-links a:hover {\n color: var(--accent-color);\n}\n\n/* Animations */\n@keyframes fadeInUp {\n from {\n opacity: 0;\n transform: translateY(20px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n}\n\n/* Mobile Responsive */\n.mobile-menu-btn {\n display: none;\n flex-direction: column;\n gap: 5px;\n background: none;\n border: none;\n cursor: pointer;\n}\n\n.mobile-menu-btn span {\n width: 25px;\n height: 2px;\n background: var(--primary-color);\n transition: var(--transition);\n}\n\n@media (max-width: 768px) {\n .mobile-menu-btn {\n display: flex;\n }\n\n .nav-links {\n display: none;\n position: absolute;\n top: 100%;\n left: 0;\n right: 0;\n background: white;\n flex-direction: column;\n padding: 20px;\n text-align: center;\n }\n\n .nav-links.active {\n display: flex;\n }\n\n .hero-content h1 {\n font-size: 2.5rem;\n }\n\n .stats {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', () => {\n // Mobile Menu Toggle\n const mobileMenuBtn = document.querySelector('.mobile-menu-btn');\n const navLinks = document.querySelector('.nav-links');\n\n mobileMenuBtn.addEventListener('click', () => {\n navLinks.classList.toggle('active');\n const spans = mobileMenuBtn.querySelectorAll('span');\n spans[0].style.transform = navLinks.classList.contains('active') \n ? 'rotate(45deg) translate(5px, 5px)' \n : 'none';\n spans[1].style.opacity = navLinks.classList.contains('active') \n ? '0' \n : '1';\n spans[2].style.transform = navLinks.classList.contains('active') \n ? 'rotate(-45deg) translate(7px, -7px)' \n : 'none';\n });\n\n // Smooth Scroll for Navigation Links\n document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n anchor.addEventListener('click', function (e) {\n e.preventDefault();\n const target = document.querySelector(this.getAttribute('href'));\n if (target) {\n target.scrollIntoView({\n behavior: 'smooth',\n block: 'start'\n });\n // Close mobile menu if open\n navLinks.classList.remove('active');\n }\n });\n });\n\n // Form Submission\n const contactForm = document.getElementById('contact-form');\n if (contactForm) {\n contactForm.addEventListener('submit', (e) => {\n e.preventDefault();\n // Add form submission logic here\n alert('Thank you for your message. We will contact you soon!');\n contactForm.reset();\n });\n }\n\n // Scroll Animation\n const animateOnScroll = () => {\n const elements = document.querySelectorAll('.feature, .stat-item');\n elements.forEach(element => {\n const elementTop = element.getBoundingClientRect().top;\n const elementBottom = element.getBoundingClientRect().bottom;\n \n if (elementTop < window.innerHeight && elementBottom > 0) {\n element.style.opacity = '1';\n element.style.transform = 'translateY(0)';\n }\n });\n };\n\n // Initial animation setup\n document.querySelectorAll('.feature, .stat-item').forEach(element => {\n element.style.opacity = '0';\n element.style.transform = 'translateY(20px)';\n element.style.transition = 'all 0.6s ease';\n });\n\n // Add scroll event listener\n window.addEventListener('scroll', animateOnScroll);\n // Initial check for elements in view\n animateOnScroll();\n});\n---end---\n\nThis creates a modern, responsive landing page for The Grand Ovation with:\n\n1. Sticky header with mobile-responsive navigation\n2. Full-screen hero section with call-to-action\n3. About section with animated statistics\n4. Features section with hover effects\n5. Contact form\n6. Responsive footer\n7. Smooth scroll" + } + ], + "stop_reason": "max_tokens", + "stop_sequence": null, + "usage": { + "input_tokens": 282, + "cache_creation_input_tokens": 0, + "cache_read_input_tokens": 0, + "output_tokens": 4000 + } +} \ No newline at end of file diff --git a/readme.scroll b/readme.scroll new file mode 100644 index 0000000..200daad --- /dev/null +++ b/readme.scroll @@ -0,0 +1,2 @@ +# grandovation.scroll.pub +Website generated by Claude from prompt: landing page for a real estate development named the grand ovation \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..58951dd --- /dev/null +++ b/script.js @@ -0,0 +1,72 @@ +document.addEventListener('DOMContentLoaded', () => { + // Mobile Menu Toggle + const mobileMenuBtn = document.querySelector('.mobile-menu-btn'); + const navLinks = document.querySelector('.nav-links'); + + mobileMenuBtn.addEventListener('click', () => { + navLinks.classList.toggle('active'); + const spans = mobileMenuBtn.querySelectorAll('span'); + spans[0].style.transform = navLinks.classList.contains('active') + ? 'rotate(45deg) translate(5px, 5px)' + : 'none'; + spans[1].style.opacity = navLinks.classList.contains('active') + ? '0' + : '1'; + spans[2].style.transform = navLinks.classList.contains('active') + ? 'rotate(-45deg) translate(7px, -7px)' + : 'none'; + }); + + // Smooth Scroll for Navigation Links + document.querySelectorAll('a[href^="#"]').forEach(anchor => { + anchor.addEventListener('click', function (e) { + e.preventDefault(); + const target = document.querySelector(this.getAttribute('href')); + if (target) { + target.scrollIntoView({ + behavior: 'smooth', + block: 'start' + }); + // Close mobile menu if open + navLinks.classList.remove('active'); + } + }); + }); + + // Form Submission + const contactForm = document.getElementById('contact-form'); + if (contactForm) { + contactForm.addEventListener('submit', (e) => { + e.preventDefault(); + // Add form submission logic here + alert('Thank you for your message. We will contact you soon!'); + contactForm.reset(); + }); + } + + // Scroll Animation + const animateOnScroll = () => { + const elements = document.querySelectorAll('.feature, .stat-item'); + elements.forEach(element => { + const elementTop = element.getBoundingClientRect().top; + const elementBottom = element.getBoundingClientRect().bottom; + + if (elementTop < window.innerHeight && elementBottom > 0) { + element.style.opacity = '1'; + element.style.transform = 'translateY(0)'; + } + }); + }; + + // Initial animation setup + document.querySelectorAll('.feature, .stat-item').forEach(element => { + element.style.opacity = '0'; + element.style.transform = 'translateY(20px)'; + element.style.transition = 'all 0.6s ease'; + }); + + // Add scroll event listener + window.addEventListener('scroll', animateOnScroll); + // Initial check for elements in view + animateOnScroll(); +}); \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..db9bc6a --- /dev/null +++ b/style.css @@ -0,0 +1,290 @@ +:root { + --primary-color: #2c3e50; + --accent-color: #e67e22; + --text-color: #333; + --light-bg: #f9f9f9; + --transition: all 0.3s ease; +} + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +html { + scroll-behavior: smooth; +} + +body { + font-family: 'Arial', sans-serif; + line-height: 1.6; + color: var(--text-color); +} + +.container { + max-width: 1200px; + margin: 0 auto; + padding: 0 20px; +} + +/* Header Styles */ +.main-header { + position: fixed; + width: 100%; + background: rgba(255, 255, 255, 0.95); + backdrop-filter: blur(10px); + z-index: 1000; + box-shadow: 0 2px 10px rgba(0,0,0,0.1); +} + +nav { + display: flex; + justify-content: space-between; + align-items: center; + padding: 20px; +} + +.logo { + font-size: 1.5rem; + font-weight: bold; + color: var(--primary-color); +} + +.nav-links { + display: flex; + list-style: none; + gap: 30px; +} + +.nav-links a { + text-decoration: none; + color: var(--primary-color); + font-weight: 500; + transition: var(--transition); +} + +.nav-links a:hover { + color: var(--accent-color); +} + +/* Hero Section */ +.hero { + height: 100vh; + background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), + url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDABQODxIPDRQSEBIXFRQWHxcUFhcXHyIfFxcXFxcfIh4bGhoaGh4iJiUmJiUmJjIyMjIyMjY2NjY2NjY2NjY2Njb/2wBDAR'); + background-size: cover; + background-position: center; + display: flex; + align-items: center; + justify-content: center; + text-align: center; + color: white; +} + +.hero-content h1 { + font-size: 4rem; + margin-bottom: 20px; + animation: fadeInUp 1s ease; +} + +.hero-content p { + font-size: 1.5rem; + margin-bottom: 30px; + animation: fadeInUp 1s ease 0.3s backwards; +} + +.cta-button { + padding: 15px 30px; + background: var(--accent-color); + border: none; + color: white; + font-size: 1.1rem; + cursor: pointer; + transition: var(--transition); + animation: fadeInUp 1s ease 0.6s backwards; +} + +.cta-button:hover { + transform: translateY(-3px); + box-shadow: 0 5px 15px rgba(230,126,34,0.3); +} + +/* About Section */ +.about { + padding: 100px 0; + background: var(--light-bg); +} + +.stats { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 30px; + margin-top: 50px; +} + +.stat-item { + text-align: center; +} + +.number { + font-size: 3rem; + color: var(--accent-color); + font-weight: bold; +} + +/* Features Section */ +.features { + padding: 100px 0; +} + +.features-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); + gap: 30px; + margin-top: 50px; +} + +.feature { + text-align: center; + padding: 30px; + border-radius: 10px; + background: white; + box-shadow: 0 5px 15px rgba(0,0,0,0.1); + transition: var(--transition); +} + +.feature:hover { + transform: translateY(-10px); +} + +.feature-icon { + font-size: 2.5rem; + margin-bottom: 20px; +} + +/* Contact Section */ +.contact { + padding: 100px 0; + background: var(--light-bg); +} + +.contact-form { + max-width: 600px; + margin: 0 auto; + display: grid; + gap: 20px; +} + +.contact-form input, +.contact-form textarea { + padding: 15px; + border: 1px solid #ddd; + border-radius: 5px; + font-size: 1rem; +} + +.contact-form textarea { + height: 150px; +} + +.contact-form button { + padding: 15px; + background: var(--accent-color); + color: white; + border: none; + border-radius: 5px; + cursor: pointer; + transition: var(--transition); +} + +.contact-form button:hover { + background: darken(var(--accent-color), 10%); +} + +/* Footer */ +footer { + background: var(--primary-color); + color: white; + padding: 50px 0; +} + +.footer-content { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); + gap: 30px; +} + +.social-links { + display: flex; + gap: 15px; +} + +.social-links a { + color: white; + text-decoration: none; + transition: var(--transition); +} + +.social-links a:hover { + color: var(--accent-color); +} + +/* Animations */ +@keyframes fadeInUp { + from { + opacity: 0; + transform: translateY(20px); + } + to { + opacity: 1; + transform: translateY(0); + } +} + +/* Mobile Responsive */ +.mobile-menu-btn { + display: none; + flex-direction: column; + gap: 5px; + background: none; + border: none; + cursor: pointer; +} + +.mobile-menu-btn span { + width: 25px; + height: 2px; + background: var(--primary-color); + transition: var(--transition); +} + +@media (max-width: 768px) { + .mobile-menu-btn { + display: flex; + } + + .nav-links { + display: none; + position: absolute; + top: 100%; + left: 0; + right: 0; + background: white; + flex-direction: column; + padding: 20px; + text-align: center; + } + + .nav-links.active { + display: flex; + } + + .hero-content h1 { + font-size: 2.5rem; + } + + .stats { + grid-template-columns: 1fr; + } +} \ No newline at end of file