:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0}body{min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{font-family:inherit}#root{min-height:100vh}.language-switcher{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:#f3f4f6;border:none;border-radius:9999px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background .2s ease}.language-switcher:hover{background:#e5e7eb}.lang-option{color:#9ca3af;transition:color .2s ease}.lang-option.active{color:#2196f3;font-weight:600}.lang-divider{color:#d1d5db}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb}.header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#1f2937;font-weight:700;font-size:1.25rem}.logo-icon-img{width:32px;height:32px;border-radius:50%;object-fit:cover}.logo-text{background:linear-gradient(135deg,#2196f3,#1976d2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-nav{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#4b5563;font-weight:500;font-size:.95rem;transition:color .2s ease;position:relative}.nav-link:hover,.nav-link.active{color:#2196f3}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#2196f3;border-radius:1px}@media(max-width:768px){.header-container{padding:0 1rem}.header-nav{gap:1rem}.nav-link{font-size:.875rem}.logo-text{display:none}}.footer{background:#1f2937;color:#9ca3af;padding:3rem 0 1.5rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-main{display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem;border-bottom:1px solid #374151}.footer-brand{display:flex;align-items:center;gap:.5rem}.footer-logo-img{width:32px;height:32px;border-radius:50%;object-fit:cover}.footer-name{font-size:1.125rem;font-weight:600;color:#f9fafb}.footer-links{display:flex;gap:2rem}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-links a:hover{color:#2196f3}.footer-bottom{padding-top:1.5rem;text-align:center}.footer-bottom p{font-size:.875rem;margin:0}@media(max-width:768px){.footer-main{flex-direction:column;gap:1.5rem;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:64px}.home-page{width:100%}.hero-section{background:linear-gradient(135deg,#e3f2fd,#bbdefb);padding:6rem 0;min-height:calc(100vh - 64px);display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3rem;font-weight:800;color:#1f2937;line-height:1.2;margin:0 0 1.5rem}.hero-subtitle{font-size:1.25rem;color:#4b5563;line-height:1.7;margin:0 0 2rem}.hero-buttons{display:flex;gap:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s ease;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff;box-shadow:0 4px 14px #2196f363}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2196f373}.hero-image{display:flex;justify-content:center}.phone-mockup{width:290px;height:592px;background:#1f2937;border-radius:40px;padding:12px;box-shadow:0 25px 50px -12px #00000040}.phone-screen{width:100%;height:100%;background:#374151;border-radius:30px;overflow:hidden;display:flex;align-items:center;justify-content:center}.phone-screen-image{width:100%;height:100%;object-fit:cover}.features-section{padding:6rem 0;background:#fff}.features-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-title{font-size:2.5rem;font-weight:700;color:#1f2937;text-align:center;margin:0 0 4rem}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-card{background:#f9fafb;padding:2rem;border-radius:16px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .75rem}.feature-desc{font-size:.95rem;color:#6b7280;line-height:1.6;margin:0}.screenshots-section{padding:6rem 0;background:#f9fafb}.screenshots-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.screenshots-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;justify-items:center}.screenshot-device{display:flex;justify-content:center}.screenshot-device-frame{width:100%;max-width:220px;aspect-ratio:9 / 19;background:#1f2937;border-radius:28px;padding:8px;box-shadow:0 15px 35px -8px #0003}.screenshot-device-screen{width:100%;height:100%;background:#374151;border-radius:20px;overflow:hidden}.screenshot-image{width:100%;height:100%;object-fit:cover}.download-section{padding:6rem 0;background:linear-gradient(135deg,#1f2937,#111827);color:#fff}.download-container{max-width:800px;margin:0 auto;padding:0 1.5rem;text-align:center}.download-section .section-title{color:#fff}.download-desc{font-size:1.125rem;color:#9ca3af;line-height:1.7;margin:0 0 3rem}.store-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.store-button{display:block;text-decoration:none;transition:transform .2s ease}.store-button:hover{transform:translateY(-3px)}.store-badge{display:flex;align-items:center;gap:.75rem;background:#374151;padding:.875rem 1.5rem;border-radius:12px;border:1px solid #4b5563}.store-icon{width:28px;height:28px;color:#fff}.store-text{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.store-label{font-size:.7rem;color:#9ca3af}.store-name{font-size:1.125rem;font-weight:600;color:#fff}@media(max-width:1024px){.features-grid,.screenshots-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-section{padding:4rem 0}.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.hero-buttons{justify-content:center}.hero-image{order:-1}.phone-mockup{width:220px;height:440px}.section-title{font-size:2rem;margin-bottom:3rem}.features-section,.screenshots-section,.download-section{padding:4rem 0}.features-grid{grid-template-columns:1fr;gap:1.5rem}.screenshots-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.screenshot-device-frame{max-width:180px;border-radius:22px;padding:6px}.screenshot-device-screen{border-radius:16px}.store-buttons{flex-direction:column;align-items:center}}.contact-page{padding:4rem 0;min-height:calc(100vh - 64px);background:#f9fafb}.contact-container{max-width:640px;margin:0 auto;padding:0 1.5rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.contact-desc{font-size:1.125rem;color:#6b7280;line-height:1.7;margin:0}.contact-form{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.95rem;font-weight:600;color:#374151;margin-bottom:.5rem}.required{color:#ef4444;margin-left:.25rem}.form-input,.form-select,.form-textarea{width:100%;padding:.875rem 1rem;font-size:1rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#1f2937;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px #2196f31a}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.form-textarea{resize:vertical;min-height:150px}.submit-button{width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#2196f3,#1976d2);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #2196f366}.submit-button:disabled{opacity:.7;cursor:not-allowed}.success-message{background:#e3f2fd;border:1px solid #90caf9;border-radius:16px;padding:3rem 2rem;text-align:center}.success-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:#2196f3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.success-message p{font-size:1.125rem;color:#1565c0;margin:0;line-height:1.7}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.error-message p{font-size:.95rem;color:#dc2626;margin:0}@media(max-width:768px){.contact-page{padding:2rem 0}.contact-title{font-size:2rem}.contact-form{padding:1.5rem}}.terms-page{padding:4rem 0;min-height:calc(100vh - 64px);background:#fff}.terms-container{max-width:800px;margin:0 auto;padding:0 1.5rem}.terms-header{text-align:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.terms-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 .75rem}.terms-updated{font-size:.95rem;color:#6b7280;margin:0}.terms-content{color:#374151;line-height:1.8}.terms-intro{font-size:1.05rem;color:#4b5563;margin-bottom:2.5rem;padding:1.5rem;background:#f9fafb;border-radius:8px}.terms-section{margin-bottom:2.5rem}.terms-section h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1rem;padding-left:.75rem;border-left:4px solid #2196F3}.terms-section p{font-size:1rem;margin:0 0 1rem}.terms-section ul{margin:1rem 0;padding-left:1.5rem}.terms-section li{margin-bottom:.5rem;padding-left:.5rem}.terms-section li::marker{color:#2196f3}@media(max-width:768px){.terms-page{padding:2rem 0}.terms-title{font-size:2rem}.terms-header{margin-bottom:2rem}.terms-intro{padding:1rem;font-size:1rem}.terms-section h2{font-size:1.125rem}}html{scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box}
