.header{position:fixed;top:0;left:0;right:0;background:#2c1810f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:16px 0;box-shadow:0 2px 10px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center}.header-brand{display:flex;align-items:center;gap:12px}.header-logo{width:40px;height:40px;display:block}.header-title{font-size:1.1rem;font-weight:700;color:#fef7e7}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.menu-toggle span{display:block;width:25px;height:3px;background:#fef7e7;transition:all .3s ease;border-radius:2px}.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.header-nav{display:flex;align-items:center;gap:32px}.header-nav a{color:#fef7e7;font-weight:500;transition:color .2s;text-decoration:none;font-size:.95rem}.header-nav a:hover{color:#fff}.nav-cta{background:#6b4423;color:#fef7e7!important;padding:10px 24px;border-radius:8px;font-weight:600!important;transition:all .2s}.nav-cta:hover{background:#8b5a3c;transform:translateY(-2px);box-shadow:0 4px 12px #6b44234d}@media (max-width: 768px){.header{padding:12px 0}.header-title{font-size:1rem}.header-logo{width:36px;height:36px}.menu-toggle{display:flex}.header-nav{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background:#2c1810fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:32px;transition:right .3s ease;box-shadow:-2px 0 10px #0003}.header-nav.open{right:0}.header-nav a{font-size:1.2rem}.nav-cta{padding:12px 32px}}@media (max-width: 480px){.header-title{font-size:.9rem}.header-brand{gap:8px}.header-logo{width:32px;height:32px}}.hero{background:linear-gradient(135deg,#6b4423,#2c1810);min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-text{color:#fff}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:24px}.gradient-text{background:linear-gradient(135deg,#fef7e7,#d4c4a8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;line-height:1.8;margin-bottom:32px;opacity:.95}.hero-cta{display:flex;gap:16px;flex-wrap:wrap}.app-store-button{display:inline-flex;align-items:center;gap:12px;background:#000;color:#fff;padding:14px 28px;border-radius:12px;font-weight:600;transition:transform .2s,box-shadow .2s;cursor:pointer;border:none;box-shadow:0 10px 30px #0000004d}.app-store-button:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0006}.apple-icon{width:32px;height:32px}.button-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.download-text{font-size:.7rem;font-weight:400;opacity:.9}.store-text{font-size:1.1rem;font-weight:600}.hero-image{display:flex;justify-content:center;align-items:center}.phone-mockup{width:280px;height:560px;background:#1f2937;border-radius:40px;padding:12px;box-shadow:0 30px 60px #0006;position:relative;border:3px solid #374151}.phone-mockup:before{content:"";position:absolute;top:18px;left:50%;transform:translate(-50%);width:100px;height:25px;background:#1f2937;border-radius:0 0 20px 20px;z-index:2}.phone-screen{width:100%;height:100%;background:linear-gradient(135deg,#fef7e7,#e8dcc8);border-radius:32px;overflow:hidden;display:flex;align-items:center;justify-content:center}.mockup-content{width:80%;height:auto}.mockup-content img{width:100%;height:auto;display:block}@media (max-width: 968px){.hero{min-height:auto;padding:60px 0}.hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-cta{justify-content:center}.phone-mockup{width:240px;height:480px}.mockup-content{font-size:100px}}@media (max-width: 640px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.phone-mockup{width:200px;height:400px}.mockup-content{font-size:80px}}.features{padding:100px 0;background:linear-gradient(to bottom,#fef7e7,#fff)}.features-header{text-align:center;max-width:800px;margin:0 auto 60px}.features-title{font-size:2.5rem;font-weight:800;margin-bottom:16px;color:var(--text)}.features-subtitle{font-size:1.25rem;color:var(--text-light);line-height:1.8}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:60px}.feature-card{background:#fff;padding:40px 32px;border-radius:20px;box-shadow:0 4px 6px #0000000d;transition:transform .3s,box-shadow .3s;border:1px solid var(--border)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.feature-icon{font-size:3rem;margin-bottom:20px;display:inline-block}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:12px;color:var(--text)}.feature-description{color:var(--text-light);line-height:1.7;font-size:1rem}@media (max-width: 768px){.features{padding:60px 0}.features-title{font-size:2rem}.features-subtitle{font-size:1.1rem}.features-grid{grid-template-columns:1fr;gap:24px}.feature-card{padding:32px 24px}}.cta{padding:100px 0;background:linear-gradient(135deg,#6b4423,#2c1810);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.cta-content{text-align:center;color:#fff;position:relative;z-index:1;max-width:800px;margin:0 auto}.cta-title{font-size:3rem;font-weight:800;margin-bottom:20px;line-height:1.2}.cta-description{font-size:1.25rem;line-height:1.8;margin-bottom:40px;opacity:.95}.cta-button{display:inline-flex;align-items:center;gap:12px;background:#000;color:#fff;padding:16px 32px;border-radius:12px;font-weight:600;transition:transform .2s,box-shadow .2s;cursor:pointer;border:none;box-shadow:0 10px 30px #0000004d;margin-bottom:16px}.cta-button:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0006}.cta-button .apple-icon{width:36px;height:36px}.cta-button .button-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.cta-button .download-text{font-size:.75rem;font-weight:400;opacity:.9}.cta-button .store-text{font-size:1.2rem;font-weight:600}.cta-note{font-size:.95rem;opacity:.8}@media (max-width: 768px){.cta{padding:60px 0}.cta-title{font-size:2rem}.cta-description{font-size:1.1rem}}@media (max-width: 640px){.cta-title{font-size:1.75rem}.cta-description{font-size:1rem}}.footer{background:#2c1810;color:#fef7e7;padding:60px 0 24px}.footer-content{display:flex;flex-direction:column;gap:40px}.footer-main{display:grid;grid-template-columns:2fr 3fr;gap:60px}.footer-brand{max-width:400px}.footer-logo{font-size:1.5rem;font-weight:700;margin-bottom:12px;color:#fff}.footer-tagline{color:#d4c4a8;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-section{display:flex;flex-direction:column;gap:12px}.footer-heading{font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff;margin-bottom:8px}.footer-list{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-list a{color:#d4c4a8;transition:color .2s;font-size:.95rem}.footer-list a:hover{color:#fff}.footer-bottom{padding-top:32px;border-top:1px solid #6b4423;text-align:center}.footer-copyright{color:#d4c4a8;font-size:.9rem}.footer-logo-image{width:48px;height:48px;display:inline-block;vertical-align:middle;margin-right:12px}@media (max-width: 968px){.footer-main{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.footer{padding:40px 0 20px}.footer-links{grid-template-columns:1fr;gap:24px}.footer-section{gap:8px}}.legal-page{min-height:100vh;background:linear-gradient(to bottom,#fef7e7,#fff);padding:120px 0 60px}.legal-content{max-width:800px;margin:0 auto}.back-link{display:inline-flex;align-items:center;color:var(--primary);font-weight:600;margin-bottom:32px;transition:color .2s;text-decoration:none}.back-link:hover{color:var(--primary-dark)}.legal-title{font-size:3rem;font-weight:800;color:var(--text);margin-bottom:12px;line-height:1.2}.legal-updated{color:var(--text-light);font-size:.95rem;margin-bottom:40px;font-style:italic}.legal-text{background:#fff;padding:48px;border-radius:20px;box-shadow:0 4px 6px #0000000d;border:1px solid var(--border)}.legal-text p{margin-bottom:20px;line-height:1.8;color:var(--text)}.legal-text h2{font-size:1.75rem;font-weight:700;color:var(--text);margin-top:40px;margin-bottom:16px}.legal-text h2:first-of-type{margin-top:0}.legal-text ul{margin-left:24px;margin-bottom:20px}.legal-text li{margin-bottom:12px;line-height:1.8;color:var(--text)}.contact-info{background:var(--cream);padding:20px;border-radius:12px;border-left:4px solid var(--primary);margin:24px 0}.contact-info a{color:var(--primary);font-weight:600;text-decoration:none}.contact-info a:hover{text-decoration:underline}.legal-footer{margin-top:40px;padding-top:24px;border-top:1px solid var(--border);font-weight:600;color:var(--text)}@media (max-width: 768px){.legal-page{padding:100px 0 40px}.legal-title{font-size:2rem}.legal-text{padding:32px 24px}.legal-text h2{font-size:1.5rem;margin-top:32px}}@media (max-width: 480px){.legal-title{font-size:1.75rem}.legal-text{padding:24px 20px}.legal-text h2{font-size:1.25rem}}.app{min-height:100vh;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.container{padding:0 16px}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6b4423;--primary-dark: #2c1810;--secondary: #8b5a3c;--background: #ffffff;--cream: #fef7e7;--text: #2c1810;--text-light: #6b4423;--border: #e5d5c0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--text);line-height:1.6}button{font-family:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}
