@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Inter:wght@300;400;500;600&display=swap";:root{--beige: #ebe9e3;--sage: #8c967c;--gold: #d0b183;--sage-dark: #3a4230;--sage-mid: #5d674f;--bg-color: var(--beige);--text-main: var(--sage-dark);--text-muted: var(--sage-mid);--accent-color: var(--gold);--glass-bg: rgba(255, 255, 255, .4);--glass-border: rgba(140, 150, 124, .2);font-family:Inter,system-ui,-apple-system,sans-serif;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);line-height:1.65;overflow-x:hidden;font-size:1.05rem;background-image:radial-gradient(ellipse at 15% 30%,rgba(140,150,124,.12) 0%,transparent 45%),radial-gradient(ellipse at 85% 20%,rgba(208,177,131,.18) 0%,transparent 50%),radial-gradient(ellipse at 50% 90%,rgba(140,150,124,.08) 0%,transparent 55%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{display:flex;flex-direction:column;min-height:100vh}h1,h2,h3,h4,h5,h6,.logo-container span{font-family:Playfair Display,serif;line-height:1.1;font-weight:500;letter-spacing:-.01em;color:var(--sage-dark)}p{font-family:Inter,sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes pulseGlow{0%{box-shadow:0 0 #d0b18399}70%{box-shadow:0 0 0 15px #d0b18300}to{box-shadow:0 0 #d0b18300}}.animate-fade{animation:fadeInUp .8s ease-out forwards;opacity:0}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;position:fixed;top:0;width:100%;z-index:100;background:#ebe9e3d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border)}.logo-container{display:flex;align-items:center;gap:.75rem;font-size:1.8rem;font-weight:600;text-decoration:none;font-style:italic}.logo-image{height:48px;width:auto;border-radius:4px}.btn{background:var(--glass-bg);border:1px solid var(--sage);color:var(--sage-dark);padding:.5rem 1.15rem;border-radius:9999px;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:all .3s ease;font-size:.9rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn:hover{background:#8c967c26;transform:translateY(-2px);box-shadow:0 4px 12px #5d674f14}.btn-primary{background:var(--sage);color:var(--beige);border:none;font-weight:600}.btn-primary:hover{background:var(--sage-dark);box-shadow:0 8px 20px #5d674f4d;transform:translateY(-2px)}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 5% 6rem;min-height:100svh;position:relative}.hero h1{font-size:clamp(2.75rem,4.5vw,4.25rem);margin-bottom:1rem;max-width:900px;color:var(--sage-dark)}.text-gradient{background:linear-gradient(135deg,var(--sage) 0%,var(--gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;display:inline-block;font-style:italic}.hero p{font-size:clamp(1rem,1.25vw,1.15rem);color:var(--sage-mid);max-width:650px;margin-bottom:1rem;line-height:1.6;font-weight:400}.hero-story{margin-bottom:2rem}.hero-story p:last-child{margin-bottom:0}.waitlist-form{display:flex;gap:.5rem;width:100%;max-width:520px;margin:0 auto;position:relative}.waitlist-input{flex:1;padding:.65rem 1.25rem;border-radius:9999px;border:1px solid rgba(140,150,124,.3);background:#fff9;color:var(--sage-dark);font-size:.95rem;font-family:Inter,sans-serif;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:inset 0 2px 4px #00000005}.waitlist-input::placeholder{color:#5d674f99}.waitlist-input:focus{border-color:var(--sage);box-shadow:0 0 0 3px #8c967c26,inset 0 2px 4px #00000005;background:#fff}.waitlist-input:disabled{opacity:.7;cursor:not-allowed}.waitlist-form .btn{padding:.65rem 1.5rem;height:auto}.form-group{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.status-message{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;text-align:center;padding:.5rem;border-radius:8px;background:#ffffff80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100%;max-width:600px}.text-success{color:#2e593e}.text-error{color:#b94b4b}.app-mockup-wrapper{margin-top:2rem;width:100%;max-width:1000px;position:relative;border-radius:24px;padding:1rem;background:linear-gradient(180deg,rgba(140,150,124,.08) 0%,transparent 100%);border:1px solid var(--glass-border);box-shadow:0 25px 50px -12px #5d674f26;animation:float 6s ease-in-out infinite}.app-mockup{width:100%;height:auto;border-radius:16px;display:block;border:1px solid rgba(140,150,124,.15);background:#fff}.about-section{padding:6rem 5% 5rem;background:linear-gradient(145deg,var(--sage) 0%,var(--sage-dark) 100%);color:var(--beige);position:relative;z-index:10;border-radius:32px;margin:0 1.5rem 3rem;box-shadow:0 20px 40px #3a42301f}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;max-width:1200px;margin:0 auto;align-items:center}.image-wrapper{position:relative;width:100%;border-radius:32px}.about-image{width:100%;height:auto;border-radius:32px;box-shadow:0 20px 40px #0000004d;display:block}.floating-card{position:absolute;bottom:-2rem;right:-2rem;background:var(--beige);border-radius:16px;padding:1.5rem;width:320px;box-shadow:0 15px 30px #0003;color:var(--sage-dark)}.floating-card-header{display:flex;align-items:center;gap:.5rem;font-weight:600;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:1.1rem}.icon-star{color:var(--gold)}.about-text-column h2{font-size:clamp(2rem,3.5vw,3rem);margin-bottom:1.5rem;color:var(--beige)}.text-gold-italic{color:var(--gold);font-style:italic;font-family:Playfair Display,serif}.about-description{font-size:1.15rem;color:#ebe9e3e6;line-height:1.7;margin-bottom:2.5rem}.benefit-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.benefit-list li{display:flex;align-items:flex-start;gap:1rem;font-size:1.15rem;color:var(--beige)}.benefit-list .text-gold{color:var(--gold);margin-top:.2rem}.shrink-0{flex-shrink:0}@media(max-width:992px){.about-grid{grid-template-columns:1fr;gap:4rem}.floating-card{right:1rem;bottom:-1rem}}.features{padding:8rem 5%;background:transparent;color:var(--sage-dark);position:relative;z-index:10}.features h2{color:var(--sage-dark)}.section-tag{color:#a88856;font-weight:600;text-transform:uppercase;letter-spacing:.15em;font-size:.85rem;margin-bottom:1rem;display:block;font-family:Inter,sans-serif}.features-header{text-align:center;max-width:800px;margin:0 auto 5rem}.features-header h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;border:1px solid var(--glass-border);border-radius:20px;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 10px 30px #5d674f0d}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 100% 0%,rgba(208,177,131,.1) 0%,transparent 60%);opacity:0;transition:opacity .5s ease}.feature-card:hover{transform:translateY(-10px);border-color:#d0b1834d;box-shadow:0 20px 40px #5d674f1f}.feature-card:hover:before{opacity:1}.feature-icon-wrapper{width:56px;height:56px;border-radius:14px;background:#d0b18326;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#a88856}.feature-card h3{font-size:1.8rem;margin-bottom:1rem;color:var(--sage-dark)}.feature-card p{color:var(--sage-mid);font-size:1.05rem;line-height:1.7}.testimonials{padding:8rem 5%;background:var(--sage);color:var(--beige);position:relative;z-index:10}.testimonials .section-tag{color:var(--gold)}.testimonials h2{color:var(--beige)}.testimonial-grid{display:flex;overflow-x:auto;gap:2rem;margin:0 -5%;padding:1rem 5% 3rem;justify-content:center;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(208,177,131,.4) transparent}@media(max-width:1200px){.testimonial-grid{justify-content:flex-start}}.testimonial-grid::-webkit-scrollbar{height:4px}.testimonial-grid::-webkit-scrollbar-track{background:transparent}.testimonial-grid::-webkit-scrollbar-thumb{background-color:#d0b18366;border-radius:10px}.testimonial-card{background:var(--beige);border:none;box-shadow:0 10px 30px #3a423026;border-radius:20px;padding:2.5rem 2rem;text-align:left;transition:all .4s ease;display:flex;flex-direction:column;flex:0 0 350px;scroll-snap-align:start}@media(max-width:768px){.testimonial-card{flex:0 0 85vw;padding:2rem 1.5rem}}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #3a423040}.quote-icon{margin-bottom:1.5rem}.testimonial-text{font-size:1.15rem;font-style:italic;color:var(--sage-dark);line-height:1.7;margin-bottom:2rem;flex:1}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-name h4{font-size:1.1rem;color:var(--sage-dark);margin:0 0 .25rem;font-family:Inter,sans-serif;font-weight:600}.author-name span{font-size:.9rem;color:#a88856;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.cta-section{padding:8rem 5%;text-align:center;background:linear-gradient(180deg,var(--sage) 0%,var(--beige) 100%)}.cta-card{background:var(--beige);border:1px solid var(--glass-border);border-radius:24px;padding:4rem 2rem;max-width:900px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 20px 40px -12px #8c967c40}.cta-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg at 50% 50%,transparent 0%,rgba(208,177,131,.1) 50%,transparent 100%);animation:rotateGlow 20s linear infinite;pointer-events:none}@keyframes rotateGlow{to{transform:rotate(360deg)}}.cta-card h2{font-size:clamp(2rem,4vw,3.25rem);margin-bottom:1rem;position:relative;z-index:10;color:var(--sage-dark)}.cta-card p{color:var(--sage-mid);margin-bottom:2.5rem;font-size:1.15rem;position:relative;z-index:10}.cta-card .waitlist-form{position:relative;z-index:10}.cta-benefits{text-align:left;max-width:480px;margin:0 auto 2.5rem}.cta-benefits-title{font-weight:500;margin-bottom:1.5rem;font-size:1.25rem;color:var(--sage-dark);text-align:center}.cta-benefit-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.cta-benefit-list li{display:flex;align-items:flex-start;gap:.75rem;color:var(--sage-dark);font-size:1.1rem}.disclaimer-text{font-size:11px;color:var(--sage-mid);margin-top:.5rem;font-style:italic;opacity:.85;text-align:center;-webkit-text-size-adjust:100%}footer{padding:3rem 5%;border-top:1px solid var(--glass-border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;color:var(--sage-mid);font-size:.95rem;background:var(--beige)}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--sage-mid);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--sage-dark)}@media(max-width:768px){.waitlist-form{flex-direction:column}.waitlist-form .btn{width:100%}}.admin-dashboard{background:var(--bg-color);min-height:100vh}.admin-badge{background:var(--sage);color:var(--beige);padding:.5rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.admin-main{padding:8rem 5% 4rem;max-width:900px;margin:0 auto}.admin-main h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:.5rem;color:var(--sage-dark)}.admin-subtitle{color:var(--sage-mid);margin-bottom:3rem;font-size:1.1rem}.table-container{background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:24px;padding:2rem;box-shadow:0 10px 30px #5d674f0d;overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;text-align:left}.admin-table th{padding:1rem;border-bottom:2px solid var(--glass-border);color:var(--sage-dark);font-weight:600;font-family:Inter,sans-serif;letter-spacing:.02em}.admin-table td{padding:1rem;border-bottom:1px solid rgba(140,150,124,.1);color:var(--sage-mid)}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#8c967c08}.modal-overlay{position:fixed;inset:0;background:#3a423066;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:var(--beige);border-radius:24px;padding:3rem 2.5rem;width:100%;max-width:500px;position:relative;box-shadow:0 25px 50px -12px #3a42304d;border:1px solid var(--glass-border)}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;font-size:2.2rem;line-height:1;color:var(--sage-mid);cursor:pointer;transition:color .3s ease}.modal-close:hover{color:var(--sage-dark)}.modal-content h2{font-size:2rem;margin-bottom:.5rem;color:var(--sage-dark)}.modal-content p{color:var(--sage-mid);margin-bottom:2rem;font-size:1.05rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-textarea{resize:vertical;min-height:120px;border-radius:16px;padding:1rem 1.25rem}.link-button{background:none;border:none;color:var(--sage-mid);font-size:.95rem;cursor:pointer;font-family:inherit;transition:color .3s ease;padding:0;text-decoration:none}.link-button:hover{color:var(--sage-dark)}
