.hero{position:relative;background:linear-gradient(135deg,#667eea,#764ba2);padding:80px 20px 120px;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-content{color:#fff}.logo-container{margin-bottom:30px}.app-icon{display:inline-block;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:16px;line-height:1.1;background:linear-gradient(to right,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:20px;color:#fffffff2}.hero-description{font-size:1.125rem;line-height:1.7;color:#ffffffd9;margin-bottom:40px;max-width:500px}.hero-cta{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.download-button{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:#fff;color:#4f6ef7;border-radius:12px;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #00000026}.download-button:hover{transform:translateY(-2px);box-shadow:0 6px 30px #0003}.hero-badge{display:inline-flex;align-items:center;padding:8px 16px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.2)}.badge-text{font-size:.875rem;font-weight:500;color:#fff}.hero-visual{display:flex;justify-content:center;align-items:center}.phone-mockup{width:320px;height:650px;background:#1a1a1a;border-radius:40px;padding:12px;box-shadow:0 20px 60px #0000004d;position:relative;animation:float-phone 4s ease-in-out infinite}@keyframes float-phone{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(2deg)}}.phone-mockup:before{content:"";position:absolute;top:20px;left:50%;transform:translate(-50%);width:100px;height:25px;background:#1a1a1a;border-radius:0 0 20px 20px;z-index:2}.phone-screen{width:100%;height:100%;background:#f6f7fb;border-radius:32px;overflow:hidden}.mockup-content{padding:50px 20px 20px}.mockup-header{background:#fff;padding:20px;border-radius:16px;margin-bottom:24px;box-shadow:0 2px 8px #0000000d}.mockup-title{font-size:1.25rem;font-weight:600;color:#1a1a1a}.mockup-cards{display:flex;flex-direction:column;gap:16px}.mockup-card{background:#fff;padding:20px;border-radius:16px;box-shadow:0 2px 8px #0000000d;display:flex;align-items:center;gap:16px;transition:transform .2s ease}.mockup-card:hover{transform:translate(4px)}.card-icon{font-size:2rem}.card-title{font-size:1rem;font-weight:500;color:#333}.hero-wave{position:absolute;bottom:0;left:0;width:100%;line-height:0}.hero-wave svg{width:100%;height:auto}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:40px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-visual{order:-1}.phone-mockup{width:280px;height:570px}}@media (max-width: 640px){.hero{padding:60px 20px 100px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.hero-description{font-size:1rem}.download-button{font-size:1rem;padding:14px 24px}}.features{background:#f6f7fb;padding:100px 20px}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:60px}.section-title{font-size:2.75rem;font-weight:700;color:#1a1a1a;margin-bottom:16px}.section-description{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.feature-card{background:#fff;border-radius:20px;padding:40px 30px;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;border:2px solid transparent}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f;border-color:var(--accent-color)}.feature-icon-wrapper{width:70px;height:70px;background:var(--accent-color);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;opacity:.9}.feature-icon{font-size:2.5rem;filter:brightness(1.2)}.feature-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:20px}.feature-list{list-style:none;display:flex;flex-direction:column;gap:12px}.feature-item{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:#555;line-height:1.6}.check-icon{flex-shrink:0;margin-top:2px;color:var(--accent-color)}@media (max-width: 768px){.features{padding:60px 20px}.section-title{font-size:2rem}.section-description{font-size:1.125rem}.features-grid{grid-template-columns:1fr;gap:24px}.feature-card{padding:32px 24px}}.screenshots{background:#fff;padding:100px 20px}.screenshots-container{max-width:1200px;margin:0 auto}.screenshots-header{text-align:center;margin-bottom:60px}.screenshots-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.screenshot-card{display:flex;flex-direction:column;align-items:center;text-align:center}.screenshot-mockup{width:280px;height:560px;background:#1a1a1a;border-radius:36px;padding:10px;box-shadow:0 20px 50px #00000026;margin-bottom:30px;position:relative;transition:transform .3s ease}.screenshot-mockup:hover{transform:scale(1.05)}.screenshot-mockup:before{content:"";position:absolute;top:16px;left:50%;transform:translate(-50%);width:80px;height:20px;background:#1a1a1a;border-radius:0 0 16px 16px;z-index:2}.mockup-screen{width:100%;height:100%;background:#f6f7fb;border-radius:28px;overflow:hidden;display:flex;flex-direction:column}.screen-header{background:#fff;padding:45px 16px 16px;box-shadow:0 2px 8px #0000000d}.header-bar{display:flex;align-items:center;justify-content:space-between;gap:12px}.header-back{font-size:1.5rem;color:#4f6ef7}.header-title{flex:1;font-size:1rem;font-weight:600;color:#1a1a1a;text-align:center}.header-action{font-size:.875rem;font-weight:600;padding:6px 12px;border-radius:8px}.header-action.export{background:#ff9500;color:#fff}.screen-content{flex:1;padding:16px;overflow:hidden}.pdf-page{background:#fff;border-radius:8px;padding:24px 16px;height:100%;box-shadow:0 2px 8px #00000014}.page-line{height:8px;background:linear-gradient(90deg,#ddd,#eee);border-radius:4px;margin-bottom:12px}.page-line.short{width:60%}.page-line.medium{width:80%}.screen-footer{background:#fffffff2;padding:12px 16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-indicator{font-size:.875rem;color:#666;text-align:center;margin-bottom:8px}.progress-bar{height:4px;background:#e0e0e0;border-radius:2px;overflow:hidden}.progress-fill{width:20%;height:100%;background:#4f6ef7;border-radius:2px}.export-content{display:flex;flex-direction:column;gap:24px}.export-option{background:#fff;border-radius:12px;padding:16px}.option-label{font-size:.875rem;font-weight:600;color:#666;margin-bottom:12px}.option-radio{padding:10px 12px;background:#f6f7fb;border-radius:8px;margin-bottom:8px;font-size:.875rem;color:#333}.option-radio.selected{background:#e8ebff;color:#4f6ef7;font-weight:600}.format-selector,.quality-selector{display:flex;gap:8px}.format-btn,.quality-btn{flex:1;padding:10px;background:#f6f7fb;border-radius:8px;font-size:.875rem;color:#333;text-align:center}.format-btn.selected,.quality-btn.selected{background:#4f6ef7;color:#fff;font-weight:600}.export-footer{padding:16px}.export-button{background:#4f6ef7;color:#fff;padding:14px;border-radius:12px;font-weight:600;text-align:center}.home-content{display:flex;flex-direction:column;gap:24px}.recent-section{background:#fff;border-radius:12px;padding:16px}.section-label{font-size:.875rem;font-weight:600;color:#666;margin-bottom:12px}.recent-file{display:flex;align-items:center;gap:12px;padding:12px;background:#f6f7fb;border-radius:8px;margin-bottom:8px}.file-icon{font-size:1.5rem}.file-info{flex:1;text-align:left}.file-name{font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:2px}.file-meta{font-size:.75rem;color:#999}.action-buttons{display:flex;flex-direction:column;gap:12px}.action-btn{padding:14px;border-radius:12px;font-weight:600;text-align:center;font-size:.875rem}.action-btn.primary{background:#4f6ef7;color:#fff}.action-btn.secondary{background:#fff;color:#4f6ef7;border:2px solid #4F6EF7}.screenshot-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:12px}.screenshot-description{font-size:1rem;color:#666;line-height:1.6;max-width:300px}@media (max-width: 968px){.screenshots{padding:60px 20px}.screenshots-content{grid-template-columns:1fr;gap:50px}}.privacy{background:linear-gradient(135deg,#f6f7fb,#e8ebff);padding:100px 20px}.privacy-container{max-width:800px;margin:0 auto}.privacy-content{text-align:center}.privacy-icon{display:flex;justify-content:center;margin-bottom:30px}.privacy-title{font-size:2.75rem;font-weight:700;color:#1a1a1a;margin-bottom:20px}.privacy-description{font-size:1.25rem;color:#666;margin-bottom:50px;line-height:1.6}.privacy-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:40px;text-align:left}.privacy-feature{background:#fff;padding:24px;border-radius:16px;display:flex;gap:16px;align-items:flex-start;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease}.privacy-feature:hover{transform:translateY(-4px)}.feature-check{width:32px;height:32px;background:#34c759;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.feature-text{display:flex;flex-direction:column;gap:4px}.feature-text strong{font-size:1.125rem;color:#1a1a1a;font-weight:600}.feature-text span{font-size:.95rem;color:#666;line-height:1.5}.privacy-note{background:#fff;padding:24px;border-radius:16px;border-left:4px solid #4F6EF7;text-align:left;box-shadow:0 4px 20px #0000000f}.privacy-note p{font-size:.95rem;color:#555;line-height:1.7;margin:0}.privacy-note strong{color:#1a1a1a}@media (max-width: 768px){.privacy{padding:60px 20px}.privacy-title{font-size:2rem}.privacy-description{font-size:1.125rem}.privacy-features{grid-template-columns:1fr}}.footer{background:#1a1a1a;color:#fff;padding:60px 20px 30px}.footer-container{max-width:1200px;margin:0 auto}.footer-content{margin-bottom:50px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:500px}.footer-section{display:flex;flex-direction:column}.footer-heading{font-size:1rem;font-weight:600;margin-bottom:16px;color:#fff}.footer-list{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-list li a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-list li a:hover{color:#4f6ef7}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-copyright{font-size:.875rem;color:#fff9}.footer-badges{display:flex;gap:12px}.footer-badge{display:block;transition:transform .2s ease}.footer-badge:hover{transform:translateY(-2px)}@media (max-width: 768px){.footer{padding:40px 20px 20px}.footer-content{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;align-items:flex-start}}.App{min-height:100vh;width:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-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:#fff;color:#1a1a1a;overflow-x:hidden}html{scroll-behavior:smooth}
