:root{--primary: #7B9A8B;--primary-dark: #5C7A6B;--secondary: #F0F4F1;--accent: #A8C4B5;--warmth: #D4A574;--neutral: #FDFCF8;--text-dark: #3A3B3C;--text-medium: #5A5B5C;--text-light: #8A8B8C;--white: #ffffff;--box-shadow: 0 2px 12px rgba(123, 154, 139, .12);--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Open Sans,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--neutral);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;color:var(--primary);line-height:1.3}a{color:var(--primary);text-decoration:none;transition:var(--transition)}a:hover{color:var(--accent)}p{margin-bottom:1.2rem}img{max-width:100%;height:auto}button{cursor:pointer}.container{max-width:1200px;margin:0 auto;padding:0 2rem}header{background-color:var(--white);box-shadow:var(--box-shadow);position:fixed;width:100%;top:0;z-index:1000;padding:1rem 0;transition:var(--transition)}header.scrolled{padding:.5rem 0}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.logo-container{display:flex;align-items:center}.logo{height:150px;margin-right:15px;transition:var(--transition)}header.scrolled .logo{height:40px}.tagline-container{display:flex;flex-direction:column}.tagline{font-family:Montserrat,sans-serif;font-weight:600;font-size:12px;letter-spacing:1px;color:var(--primary)}nav{display:flex;align-items:center;gap:2.5rem}nav a{font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;color:var(--text-medium);position:relative}nav a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:var(--primary);transition:var(--transition)}nav a:hover{color:var(--primary)}nav a:hover:after{width:100%}.cta-button{background-color:var(--primary);color:var(--white);padding:.6rem 1.5rem;border-radius:6px;font-weight:600;box-shadow:0 2px 8px #7b9a8b40;transition:var(--transition)}.cta-button:hover{background-color:var(--primary-dark);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px #7b9a8b59}.cta-button:after{display:none}main{margin-top:80px}section{padding:5rem 0}.section-content{max-width:1200px;margin:0 auto;padding:0 2rem}section h2{font-size:2.25rem;margin-bottom:2.5rem;text-align:center;position:relative;padding-bottom:1rem}section h2:after{content:"";position:absolute;width:80px;height:3px;background-color:var(--warmth);bottom:0;left:50%;transform:translate(-50%)}.about{background-color:var(--white);padding-top:8rem}.about-text{max-width:800px;margin:0 auto;text-align:center;font-size:1.1rem;color:var(--text-medium)}.app-preview{background-color:var(--secondary);padding:5rem 0}.preview-subtitle{text-align:center;font-size:1.1rem;color:var(--text-medium);max-width:600px;margin:0 auto 3rem;line-height:1.6}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.screenshot-item{text-align:center;background-color:var(--white);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #7b9a8b1a;transition:transform .3s ease,box-shadow .3s ease}.screenshot-item:hover{transform:translateY(-8px);box-shadow:0 8px 32px #7b9a8b26}.screenshot-placeholder{width:200px;height:300px;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:20px;margin:0 auto 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.screenshot-placeholder:before{content:"";position:absolute;top:20px;left:50%;transform:translate(-50%);width:60px;height:6px;background-color:#ffffff4d;border-radius:3px}.screenshot-placeholder:after{content:"";position:absolute;bottom:20px;left:50%;transform:translate(-50%);width:40px;height:40px;border:2px solid rgba(255,255,255,.3);border-radius:50%}.placeholder-icon{font-size:3rem;margin-bottom:1rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.screenshot-placeholder p{color:var(--white);font-weight:600;font-size:.9rem;margin:0;text-transform:uppercase;letter-spacing:.5px}.screenshot-item h4{color:var(--primary);font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.screenshot-item img{width:200px;height:300px;border-radius:20px;box-shadow:0 4px 20px #0000001a;margin:0 auto 1.5rem;display:block}.screenshot-item>p{color:var(--text-medium);line-height:1.5;margin:0;font-size:.95rem}.features{background-color:var(--secondary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background-color:var(--white);padding:2.5rem;border-radius:8px;box-shadow:var(--box-shadow);transition:var(--transition);height:100%;display:flex;flex-direction:column}.feature-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #7b9a8b26}.feature-icon{font-size:2.5rem;margin-bottom:1.25rem;color:var(--warmth)}.feature-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--text-dark)}.feature-card p{color:var(--text-medium);margin-bottom:0;font-size:.95rem}.team{background-color:var(--white)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.team-member{padding:2rem;border-radius:8px;background-color:var(--neutral);transition:var(--transition);height:100%;display:flex;flex-direction:column}.team-member:hover{transform:translateY(-5px);box-shadow:var(--box-shadow)}.team-member h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--primary)}.role{color:var(--warmth);font-weight:600;margin-bottom:1rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.team-desc{color:var(--text-medium);font-size:.9rem;line-height:1.6}.waitlist{background-color:var(--primary);color:var(--white);padding:5rem 0;margin-top:2rem}.waitlist h2{color:var(--white);margin-bottom:1.5rem}.waitlist h2:after{background-color:var(--white)}.waitlist-subtitle{font-size:1.1rem;max-width:600px;margin:0 auto 2.5rem;text-align:center;color:#ffffffe6}.waitlist-form{max-width:500px;margin:0 auto}.form-group{display:flex;gap:.5rem;background-color:#ffffff26;padding:.5rem;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.waitlist-form input{flex:1;padding:.75rem 1rem;border:none;border-radius:6px;font-size:1rem;color:var(--text-dark);background-color:var(--white)}.waitlist-form input:focus{outline:2px solid var(--warmth);outline-offset:-2px}.waitlist-form button{background-color:var(--warmth);color:var(--white);border:none;border-radius:6px;padding:.75rem 1.5rem;font-weight:600;font-size:.95rem;transition:var(--transition);box-shadow:0 2px 8px #d4a5744d}.waitlist-form button:hover{background-color:#c89760;transform:translateY(-2px);box-shadow:0 4px 12px #d4a57466}footer{background-color:var(--text-dark);color:var(--white);padding:2rem 0}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--accent);font-size:.9rem;transition:var(--transition)}.footer-links a:hover{color:var(--warmth)}@media (max-width: 768px){header{padding:.75rem 0}.header-content{flex-direction:column;padding:.5rem 1rem}.logo-container{margin-bottom:.75rem}nav{gap:1.5rem;margin-top:.5rem}.section-content{padding:0 1.5rem}section{padding:3.5rem 0}section h2{font-size:1.75rem}.form-group{flex-direction:column}.waitlist-form button{width:100%;margin-top:.5rem}.footer-content{flex-direction:column;text-align:center;gap:1rem}.footer-links{justify-content:center}.screenshots-grid{grid-template-columns:1fr;gap:1.5rem}.screenshot-placeholder{width:160px;height:240px}.placeholder-icon{font-size:2.5rem}}@media (max-width: 480px){nav{flex-wrap:wrap;justify-content:center;gap:1rem}.about{padding-top:6rem}section h2{font-size:1.5rem}}
