Changes to babyscroll.pub.scroll.pub

root
root
11 days ago
Initial commit
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://babyscroll.pub
+ metaTags
+ editButton /edit.html
+ title Baby | Beautiful Beginnings
+ style.css
+
+ header
+ class hero
+ nav
+ div Baby
+ class logo
+ div
+ class nav-links
+ a About
+ href #about
+ a Gallery
+ href #gallery
+ a Tips
+ href #tips
+ a Contact
+ class cta-button
+ href #contact
+ div
+ class hero-content
+ h1 Beautiful Beginnings
+ p Celebrating the miracle of new life with love and care
+ a Explore
+ class primary-button
+ href #about
+ main
+ section
+ id about
+ class about
+ h2 Welcome Little One
+ p
+ class intro
+ Every baby is a miracle, a fresh start, a beautiful beginning. We celebrate these precious first moments with love, care, and joy.
+ div
+ class stats-grid
+ div
+ class stat-card
+ div 100+
+ class stat-number
+ p Happy Families
+ div
+ class stat-card
+ div 24/7
+ class stat-number
+ p Care Support
+ div
+ class stat-card
+ div 100%
+ class stat-number
+ p Love Guaranteed
+ section
+ id gallery
+ class gallery
+ h2 Precious Moments
+ div
+ class photo-grid
+ div
+ class photo-card
+ div
+ class photo-1
+ div
+ class photo-card
+ div
+ class photo-2
+ div
+ class photo-card
+ div
+ class photo-3
+ div
+ class photo-card
+ div
+ class photo-4
+ section
+ id tips
+ class tips
+ h2 Parenting Tips
+ div
+ class tip-cards
+ div
+ class tip-card
+ div 👶
+ class tip-icon
+ h3 Newborn Care
+ p Gentle touches and soft voices help newborns feel secure.
+ div
+ class tip-card
+ div 🍼
+ class tip-icon
+ h3 Feeding Time
+ p Follow your baby's cues for hunger and fullness.
+ div
+ class tip-card
+ div 😴
+ class tip-icon
+ h3 Sleep Patterns
+ p Establish a calming bedtime routine early on.
+ section
+ id contact
+ class contact
+ h2 Get In Touch
+ form
+ class contact-form
+ div
+ class form-group
+ label Name
+ input
+ type text
+ placeholder Your name
+ div
+ class form-group
+ label Email
+ input
+ type email
+ placeholder Your email
+ div
+ class form-group
+ label Message
+ textarea
+ placeholder Your message
+ button
+ type submit
+ class submit-button
+ Send Message
+ footer
+ div
+ class footer-content
+ div Baby
+ class footer-logo
+ div
+ class social-links
+ a Instagram
+ href #
+ a Facebook
+ href #
+ a Pinterest
+ href #
+ p Created with love for all the beautiful babies in the world.
+
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "15216292-531e-4381-81ff-6e26120a64cd",
+ "object": "chat.completion",
+ "created": 1744083717,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "Here's a beautiful, responsive baby-themed website using Scroll:\n\n---domain---\nbabyscroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://babyscroll.pub\nmetaTags\neditButton /edit.html\ntitle Baby | Beautiful Beginnings\nstyle.css\n\nheader\n class hero\n nav\n div Baby\n class logo\n div\n class nav-links\n a About\n href #about\n a Gallery\n href #gallery\n a Tips\n href #tips\n a Contact\n class cta-button\n href #contact\n div\n class hero-content\n h1 Beautiful Beginnings\n p Celebrating the miracle of new life with love and care\n a Explore\n class primary-button\n href #about\nmain\n section\n id about\n class about\n h2 Welcome Little One\n p\n class intro\n Every baby is a miracle, a fresh start, a beautiful beginning. We celebrate these precious first moments with love, care, and joy.\n div\n class stats-grid\n div\n class stat-card\n div 100+\n class stat-number\n p Happy Families\n div\n class stat-card\n div 24/7\n class stat-number\n p Care Support\n div\n class stat-card\n div 100%\n class stat-number\n p Love Guaranteed\n section\n id gallery\n class gallery\n h2 Precious Moments\n div\n class photo-grid\n div\n class photo-card\n div\n class photo-1\n div\n class photo-card\n div\n class photo-2\n div\n class photo-card\n div\n class photo-3\n div\n class photo-card\n div\n class photo-4\n section\n id tips\n class tips\n h2 Parenting Tips\n div\n class tip-cards\n div\n class tip-card\n div 👶\n class tip-icon\n h3 Newborn Care\n p Gentle touches and soft voices help newborns feel secure.\n div\n class tip-card\n div 🍼\n class tip-icon\n h3 Feeding Time\n p Follow your baby's cues for hunger and fullness.\n div\n class tip-card\n div 😴\n class tip-icon\n h3 Sleep Patterns\n p Establish a calming bedtime routine early on.\n section\n id contact\n class contact\n h2 Get In Touch\n form\n class contact-form\n div\n class form-group\n label Name\n input\n type text\n placeholder Your name\n div\n class form-group\n label Email\n input\n type email\n placeholder Your email\n div\n class form-group\n label Message\n textarea\n placeholder Your message\n button\n type submit\n class submit-button\n Send Message\nfooter\n div\n class footer-content\n div Baby\n class footer-logo\n div\n class social-links\n a Instagram\n href #\n a Facebook\n href #\n a Pinterest\n href #\n p Created with love for all the beautiful babies in the world.\n\nscript.js\n---style.css---\n:root {\n --primary: #ff85a2;\n --secondary: #ffd6e0;\n --accent: #ff4785;\n --text: #333;\n --light: #fff9fb;\n --dark: #1a1a2e;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n color: var(--text);\n line-height: 1.6;\n background-color: var(--light);\n}\n\nheader.hero {\n background: linear-gradient(135deg, var(--secondary), var(--primary));\n color: white;\n padding: 2rem 1rem;\n text-align: center;\n position: relative;\n overflow: hidden;\n}\n\nnav {\n display: flex;\n justify-content: space-between;\n align-items: center;\n max-width: 1200px;\n margin: 0 auto;\n padding: 1rem 0;\n}\n\n.logo {\n font-size: 2rem;\n font-weight: bold;\n color: white;\n}\n\n.nav-links {\n display: flex;\n gap: 1.5rem;\n}\n\n.nav-links a {\n color: white;\n text-decoration: none;\n font-weight: 500;\n transition: all 0.3s ease;\n}\n\n.nav-links a:hover {\n color: var(--dark);\n}\n\n.cta-button {\n background-color: var(--dark);\n padding: 0.5rem 1rem;\n border-radius: 2rem;\n transition: all 0.3s ease;\n}\n\n.cta-button:hover {\n background-color: white;\n color: var(--dark);\n}\n\n.hero-content {\n max-width: 800px;\n margin: 4rem auto;\n padding: 2rem;\n}\n\n.hero-content h1 {\n font-size: 3rem;\n margin-bottom: 1rem;\n animation: fadeIn 1s ease;\n}\n\n.hero-content p {\n font-size: 1.2rem;\n margin-bottom: 2rem;\n animation: fadeIn 1.5s ease;\n}\n\n.primary-button {\n display: inline-block;\n background-color: var(--dark);\n color: white;\n padding: 0.8rem 2rem;\n border-radius: 2rem;\n text-decoration: none;\n font-weight: bold;\n transition: all 0.3s ease;\n animation: fadeIn 2s ease;\n}\n\n.primary-button:hover {\n transform: translateY(-3px);\n box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n}\n\nmain {\n max-width: 1200px;\n margin: 0 auto;\n padding: 2rem 1rem;\n}\n\nsection {\n padding: 4rem 0;\n}\n\nh2 {\n text-align: center;\n font-size: 2.5rem;\n margin-bottom: 3rem;\n color: var(--accent);\n}\n\n.about .intro {\n max-width: 800px;\n margin: 0 auto 3rem;\n font-size: 1.2rem;\n text-align: center;\n}\n\n.stats-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n gap: 2rem;\n margin-top: 3rem;\n}\n\n.stat-card {\n text-align: center;\n padding: 2rem;\n background-color: white;\n border-radius: 1rem;\n box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n transition: transform 0.3s ease;\n}\n\n.stat-card:hover {\n transform: translateY(-10px);\n}\n\n.stat-number {\n font-size: 3rem;\n font-weight: bold;\n color: var(--accent);\n margin-bottom: 0.5rem;\n}\n\n.gallery {\n background-color: var(--secondary);\n margin: 4rem 0;\n padding: 4rem 1rem;\n}\n\n.photo-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 1rem;\n}\n\n.photo-card {\n height: 250px;\n border-radius: 1rem;\n overflow: hidden;\n box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n transition: transform 0.3s ease;\n}\n\n.photo-card:hover {\n transform: scale(1.03);\n}\n\n.photo-1, .photo-2, .photo-3, .photo-4 {\n height: 100%;\n background-size: cover;\n background-position: center;\n}\n\n.photo-1 {\n background-color: #ffcce0;\n}\n\n.photo-2 {\n background-color: #ffb3d9;\n}\n\n.photo-3 {\n background-color: #ff99cc;\n}\n\n.photo-4 {\n background-color: #ff80bf;\n}\n\n.tip-cards {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 2rem;\n}\n\n.tip-card {\n background-color: white;\n padding: 2rem;\n border-radius: 1rem;\n box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n text-align: center;\n transition: transform 0.3s ease;\n}\n\n.tip-card:hover {\n transform: translateY(-10px);\n}\n\n.tip-icon {\n font-size: 3rem;\n margin-bottom: 1rem;\n}\n\n.tip-card h3 {\n color: var(--accent);\n margin-bottom: 1rem;\n}\n\n.contact {\n background-color: var(--secondary);\n padding: 4rem 1rem;\n}\n\n.contact-form {\n max-width: 600px;\n margin: 0 auto;\n background-color: white;\n padding: 2rem;\n border-radius: 1rem;\n box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n}\n\n.form-group {\n margin-bottom: 1.5rem;\n}\n\n.form-group label {\n display: block;\n margin-bottom: 0.5rem;\n font-weight: 500;\n}\n\n.form-group input,\n.form-group textarea {\n width: 100%;\n padding: 0.8rem;\n border: 1px solid #ddd;\n border-radius: 0.5rem;\n font-family: inherit;\n}\n\n.form-group textarea {\n min-height: 150px;\n}\n\n.submit-button {\n background-color: var(--accent);\n color: white;\n border: none;\n padding: 1rem 2rem;\n border-radius: 2rem;\n font-weight: bold;\n cursor: pointer;\n transition: all 0.3s ease;\n width: 100%;\n}\n\n.submit-button:hover {\n background-color: var(--dark);\n}\n\nfooter {\n background-color: var(--dark);\n color: white;\n padding: 3rem 1rem;\n text-align: center;\n}\n\n.footer-content {\n max-width: 1200px;\n margin: 0 auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n gap: 2rem;\n}\n\n.footer-logo {\n font-size: 2rem;\n font-weight: bold;\n}\n\n.social-links {\n display: flex;\n gap: 1.5rem;\n}\n\n.social-links a {\n color: white;\n text-decoration: none;\n transition: color 0.3s ease;\n}\n\n.social-links a:hover {\n color: var(--primary);\n}\n\nfooter p {\n opacity: 0.8;\n}\n\n@keyframes fadeIn {\n from { opacity: 0; transform: translateY(20px); }\n to { opacity: 1; transform: translateY(0); }\n}\n\n@media (max-width: 768px) {\n nav {\n flex-direction: column;\n gap: 1rem;\n }\n \n .hero-content h1 {\n font-size: 2.5rem;\n }\n \n .stats-grid {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n // Smooth scrolling for navigation links\n document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n anchor.addEventListener('click', function(e) {\n e.preventDefault();\n \n const targetId = this.getAttribute('href');\n if (targetId === '#') return;\n \n const targetElement = document.querySelector(targetId);\n if (targetElement) {\n window.scrollTo({\n top: targetElement.offsetTop - 80,\n behavior: 'smooth'\n });\n }\n });\n });\n\n // Animation on scroll\n const animateOnScroll = function() {\n const elements = document.querySelectorAll('.stat-card, .photo-card, .tip-card');\n \n elements.forEach(element => {\n const elementPosition = element.getBoundingClientRect().top;\n const screenPosition = window.innerHeight / 1.3;\n \n if (elementPosition < screenPosition) {\n element.style.opacity = '1';\n element.style.transform = 'translateY(0)';\n }\n });\n };\n\n // Set initial state for animated elements\n const animatedElements = document.querySelectorAll('.stat-card, .photo-card, .tip-card');\n animatedElements.forEach(el => {\n el.style.opacity = '0';\n el.style.transform = 'translateY(20px)';\n el.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n });\n\n // Trigger animations when page loads\n setTimeout(animateOnScroll, 300);\n\n // Trigger animations on scroll\n window.addEventListener('scroll', animateOnScroll);\n\n // Form submission handling\n const contactForm = document.querySelector('.contact-form');\n if (contactForm) {\n contactForm.addEventListener('submit', function(e) {\n e.preventDefault();\n \n // Get form values\n const formData = new FormData(this);\n const data = {};\n formData.forEach((value, key) => {\n data[key] = value;\n });\n \n // In a real app, you would send this data to a server\n console.log('Form submitted:', data);\n \n // Show success message\n alert('Thank you for your message! We will get back to you soon.');\n this.reset();\n });\n }\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 717,
+ "completion_tokens": 3051,
+ "total_tokens": 3768,
+ "prompt_tokens_details": {
+ "cached_tokens": 0
+ },
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 717
+ },
+ "system_fingerprint": "fp_3d5141a69a_prod0225"
+ }
readme.scroll
Changed around line 1
+ # babyscroll.pub.scroll.pub
+
+ Prompt: website
+ Agent: deepseek
+ Model: deepseek-chat
+
+ ## User prompt
+ Baby
+
+ ## System prompt
+ You are an expert web developer. Create a website based on this request: "Baby"
+
+ Requirements:
+ - Use only Scroll, CSS, and JavaScript (NO frameworks, NO external dependencies)
+ - Create clean, semantic HTML5
+ - Make it mobile-responsive
+ - Follow modern best practices and accessibility guidelines
+ - Keep it simple but professional
+ - Use only relative links and no external resources
+ - Do not put a copyright symbol or all rights reserved in the footer.
+ - Make it beautiful. Dazzling. Advanced used of CSS.
+
+ As a refresher, for doing the html body, Scroll is a whitespace based language that uses a single indented space to mark a line (aka particle) as a subparticle of a parent line.
+
+ For example:
+
+ header
+ class hero
+ nav
+ div Scroll
+ class logo
+ div
+ class nav-links
+ a Features
+ href #features
+ a Examples
+ href #examples
+ a Edit
+ href edit.html
+ a GitHub
+ class cta-button
+ href https://github.com/breck7/scroll
+ div
+ class hero-content
+ h1 Write Better with Scroll
+ p The extendible markup language that makes source beautiful and compiles to anything
+ a Get Started
+ class primary-button
+ href https://hub.scroll.pub/
+ main
+ section
+ id features
+ class features
+ h2 Why Scroll?
+ div
+ class feature-grid
+ div
+ class feature-card
+ div ⚡
+ class feature-icon
+ h3 Simple Syntax
+ p Like Markdown, but more powerful. No parentheses needed.
+ div
+ class feature-card
+ div 🧩
+ class feature-icon
+ h3 Extendible
+ p Build your own custom parsers.
+ div
+ class feature-card
+ div 🎨
+ class feature-icon
+ h3 Beautiful Output
+ p Create stunning documents with minimal effort.
+ div
+ class feature-card
+ div 🚀
+ class feature-icon
+ h3 Fast & Light
+ p Built on the efficient PPS Stack.
+ section
+ id examples
+ class code-demo
+ h2 See It In Action
+ div
+ class code-container
+ pre
+ class code-example
+ div
+ class code-output
+ footer
+ div
+ class footer-content
+ div
+ class footer-links
+ a Documentation
+ href https://scroll.pub/tutorial.html
+ a Community
+ href https://www.reddit.com/r/WorldWideScroll/
+ a Blog
+ href https://scroll.pub/blog
+ p Started by Breck Yunits. Evolved by a community.
+ https://twitter.com/breckyunits Breck Yunits
+ https://github.com/breck7/scroll/graphs/contributors community
+
+
+ First suggest a short, memorable domain name ending in scroll.pub that represents this website. Then provide the website files. Use this exact format:
+
+ ---domain---
+ (domainscroll.pub here)
+ ---index.scroll---
+ buildHtml
+ baseUrl https://(domainscroll.pub here)
+ metaTags
+ editButton /edit.html
+ title (Title here)
+ style.css
+
+ (body content here. no blank lines please.)
+
+ script.js
+ ---style.css---
+ (CSS content here)
+ ---script.js---
+ (JavaScript content here)
+ ---end---
script.js
Changed around line 1
+ document.addEventListener('DOMContentLoaded', function() {
+ // Smooth scrolling for navigation links
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
+ anchor.addEventListener('click', function(e) {
+ e.preventDefault();
+
+ const targetId = this.getAttribute('href');
+ if (targetId === '#') return;
+
+ const targetElement = document.querySelector(targetId);
+ if (targetElement) {
+ window.scrollTo({
+ top: targetElement.offsetTop - 80,
+ behavior: 'smooth'
+ });
+ }
+ });
+ });
+
+ // Animation on scroll
+ const animateOnScroll = function() {
+ const elements = document.querySelectorAll('.stat-card, .photo-card, .tip-card');
+
+ elements.forEach(element => {
+ const elementPosition = element.getBoundingClientRect().top;
+ const screenPosition = window.innerHeight / 1.3;
+
+ if (elementPosition < screenPosition) {
+ element.style.opacity = '1';
+ element.style.transform = 'translateY(0)';
+ }
+ });
+ };
+
+ // Set initial state for animated elements
+ const animatedElements = document.querySelectorAll('.stat-card, .photo-card, .tip-card');
+ animatedElements.forEach(el => {
+ el.style.opacity = '0';
+ el.style.transform = 'translateY(20px)';
+ el.style.transition = 'opacity 0.5s ease, transform 0.5s ease';
+ });
+
+ // Trigger animations when page loads
+ setTimeout(animateOnScroll, 300);
+
+ // Trigger animations on scroll
+ window.addEventListener('scroll', animateOnScroll);
+
+ // Form submission handling
+ const contactForm = document.querySelector('.contact-form');
+ if (contactForm) {
+ contactForm.addEventListener('submit', function(e) {
+ e.preventDefault();
+
+ // Get form values
+ const formData = new FormData(this);
+ const data = {};
+ formData.forEach((value, key) => {
+ data[key] = value;
+ });
+
+ // In a real app, you would send this data to a server
+ console.log('Form submitted:', data);
+
+ // Show success message
+ alert('Thank you for your message! We will get back to you soon.');
+ this.reset();
+ });
+ }
+ });
style.css
Changed around line 1
+ :root {
+ --primary: #ff85a2;
+ --secondary: #ffd6e0;
+ --accent: #ff4785;
+ --text: #333;
+ --light: #fff9fb;
+ --dark: #1a1a2e;
+ }
+
+ * {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ }
+
+ body {
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+ color: var(--text);
+ line-height: 1.6;
+ background-color: var(--light);
+ }
+
+ header.hero {
+ background: linear-gradient(135deg, var(--secondary), var(--primary));
+ color: white;
+ padding: 2rem 1rem;
+ text-align: center;
+ position: relative;
+ overflow: hidden;
+ }
+
+ nav {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ max-width: 1200px;
+ margin: 0 auto;
+ padding: 1rem 0;
+ }
+
+ .logo {
+ font-size: 2rem;
+ font-weight: bold;
+ color: white;
+ }
+
+ .nav-links {
+ display: flex;
+ gap: 1.5rem;
+ }
+
+ .nav-links a {
+ color: white;
+ text-decoration: none;
+ font-weight: 500;
+ transition: all 0.3s ease;
+ }
+
+ .nav-links a:hover {
+ color: var(--dark);
+ }
+
+ .cta-button {
+ background-color: var(--dark);
+ padding: 0.5rem 1rem;
+ border-radius: 2rem;
+ transition: all 0.3s ease;
+ }
+
+ .cta-button:hover {
+ background-color: white;
+ color: var(--dark);
+ }
+
+ .hero-content {
+ max-width: 800px;
+ margin: 4rem auto;
+ padding: 2rem;
+ }
+
+ .hero-content h1 {
+ font-size: 3rem;
+ margin-bottom: 1rem;
+ animation: fadeIn 1s ease;
+ }
+
+ .hero-content p {
+ font-size: 1.2rem;
+ margin-bottom: 2rem;
+ animation: fadeIn 1.5s ease;
+ }
+
+ .primary-button {
+ display: inline-block;
+ background-color: var(--dark);
+ color: white;
+ padding: 0.8rem 2rem;
+ border-radius: 2rem;
+ text-decoration: none;
+ font-weight: bold;
+ transition: all 0.3s ease;
+ animation: fadeIn 2s ease;
+ }
+
+ .primary-button:hover {
+ transform: translateY(-3px);
+ box-shadow: 0 10px 20px rgba(0,0,0,0.1);
+ }
+
+ main {
+ max-width: 1200px;
+ margin: 0 auto;
+ padding: 2rem 1rem;
+ }
+
+ section {
+ padding: 4rem 0;
+ }
+
+ h2 {
+ text-align: center;
+ font-size: 2.5rem;
+ margin-bottom: 3rem;
+ color: var(--accent);
+ }
+
+ .about .intro {
+ max-width: 800px;
+ margin: 0 auto 3rem;
+ font-size: 1.2rem;
+ text-align: center;
+ }
+
+ .stats-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
+ gap: 2rem;
+ margin-top: 3rem;
+ }
+
+ .stat-card {
+ text-align: center;
+ padding: 2rem;
+ background-color: white;
+ border-radius: 1rem;
+ box-shadow: 0 5px 15px rgba(0,0,0,0.05);
+ transition: transform 0.3s ease;
+ }
+
+ .stat-card:hover {
+ transform: translateY(-10px);
+ }
+
+ .stat-number {
+ font-size: 3rem;
+ font-weight: bold;
+ color: var(--accent);
+ margin-bottom: 0.5rem;
+ }
+
+ .gallery {
+ background-color: var(--secondary);
+ margin: 4rem 0;
+ padding: 4rem 1rem;
+ }
+
+ .photo-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 1rem;
+ }
+
+ .photo-card {
+ height: 250px;
+ border-radius: 1rem;
+ overflow: hidden;
+ box-shadow: 0 5px 15px rgba(0,0,0,0.1);
+ transition: transform 0.3s ease;
+ }
+
+ .photo-card:hover {
+ transform: scale(1.03);
+ }
+
+ .photo-1, .photo-2, .photo-3, .photo-4 {
+ height: 100%;
+ background-size: cover;
+ background-position: center;
+ }
+
+ .photo-1 {
+ background-color: #ffcce0;
+ }
+
+ .photo-2 {
+ background-color: #ffb3d9;
+ }
+
+ .photo-3 {
+ background-color: #ff99cc;
+ }
+
+ .photo-4 {
+ background-color: #ff80bf;
+ }
+
+ .tip-cards {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
+ gap: 2rem;
+ }
+
+ .tip-card {
+ background-color: white;
+ padding: 2rem;
+ border-radius: 1rem;
+ box-shadow: 0 5px 15px rgba(0,0,0,0.05);
+ text-align: center;
+ transition: transform 0.3s ease;
+ }
+
+ .tip-card:hover {
+ transform: translateY(-10px);
+ }
+
+ .tip-icon {
+ font-size: 3rem;
+ margin-bottom: 1rem;
+ }
+
+ .tip-card h3 {
+ color: var(--accent);
+ margin-bottom: 1rem;
+ }
+
+ .contact {
+ background-color: var(--secondary);
+ padding: 4rem 1rem;
+ }
+
+ .contact-form {
+ max-width: 600px;
+ margin: 0 auto;
+ background-color: white;
+ padding: 2rem;
+ border-radius: 1rem;
+ box-shadow: 0 5px 15px rgba(0,0,0,0.05);
+ }
+
+ .form-group {
+ margin-bottom: 1.5rem;
+ }
+
+ .form-group label {
+ display: block;
+ margin-bottom: 0.5rem;
+ font-weight: 500;
+ }
+
+ .form-group input,
+ .form-group textarea {
+ width: 100%;
+ padding: 0.8rem;
+ border: 1px solid #ddd;
+ border-radius: 0.5rem;
+ font-family: inherit;
+ }
+
+ .form-group textarea {
+ min-height: 150px;
+ }
+
+ .submit-button {
+ background-color: var(--accent);
+ color: white;
+ border: none;
+ padding: 1rem 2rem;
+ border-radius: 2rem;
+ font-weight: bold;
+ cursor: pointer;
+ transition: all 0.3s ease;
+ width: 100%;
+ }
+
+ .submit-button:hover {
+ background-color: var(--dark);
+ }
+
+ footer {
+ background-color: var(--dark);
+ color: white;
+ padding: 3rem 1rem;
+ text-align: center;
+ }
+
+ .footer-content {
+ max-width: 1200px;
+ margin: 0 auto;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ gap: 2rem;
+ }
+
+ .footer-logo {
+ font-size: 2rem;
+ font-weight: bold;
+ }
+
+ .social-links {
+ display: flex;
+ gap: 1.5rem;
+ }
+
+ .social-links a {
+ color: white;
+ text-decoration: none;
+ transition: color 0.3s ease;
+ }
+
+ .social-links a:hover {
+ color: var(--primary);
+ }
+
+ footer p {
+ opacity: 0.8;
+ }
+
+ @keyframes fadeIn {
+ from { opacity: 0; transform: translateY(20px); }
+ to { opacity: 1; transform: translateY(0); }
+ }
+
+ @media (max-width: 768px) {
+ nav {
+ flex-direction: column;
+ gap: 1rem;
+ }
+
+ .hero-content h1 {
+ font-size: 2.5rem;
+ }
+
+ .stats-grid {
+ grid-template-columns: 1fr;
+ }
+ }