:root{--primary-color: #0077b6;--primary-dark: #005f8f;--secondary-color: #00b4d8;--background-color: #f8f9fa;--surface-color: #ffffff;--text-color: #333333;--text-secondary: #666666;--error-color: #e63946;--success-color: #2a9d8f;--warning-color: #f39c12;--border-color: #e0e0e0;--border-radius: 12px;--shadow: 0 2px 8px rgba(0, 0, 0, .08);--shadow-hover: 0 4px 16px rgba(0, 0, 0, .12);--transition: all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--background-color);color:var(--text-color);line-height:1.6}h1,h2,h3,h4{color:var(--primary-color);margin-bottom:1rem}button{cursor:pointer;border:none;border-radius:var(--border-radius);padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:var(--transition);font-family:inherit}button:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff}.btn-secondary{background-color:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-danger{background-color:var(--error-color);color:#fff}.btn-danger-small{background-color:var(--error-color);color:#fff;padding:.5rem 1rem;font-size:1.2rem;border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center}.btn-success{background-color:var(--success-color);color:#fff}.btn-template{background-color:var(--surface-color);border:1px solid var(--border-color);color:var(--text-color);padding:.5rem 1rem;margin:.25rem;font-size:.9rem}input,select,textarea{width:100%;padding:.75rem;border:2px solid var(--border-color);border-radius:var(--border-radius);margin-bottom:.5rem;font-size:1rem;font-family:inherit;transition:var(--transition)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0077b61a}select{cursor:pointer}textarea{resize:vertical}.dashboard{display:flex;min-height:100vh}.sidebar{width:280px;background:linear-gradient(180deg,var(--primary-color),var(--primary-dark));color:#fff;display:flex;flex-direction:column;box-shadow:2px 0 10px #0000001a}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h1{color:#fff;font-size:1.8rem;margin-bottom:.5rem}.user-name{color:#fffc;font-size:.9rem}.sidebar-nav{flex:1;padding:1rem 0}.sidebar-nav button{width:100%;text-align:left;padding:1rem 1.5rem;background:transparent;color:#fffc;border:none;border-left:4px solid transparent;border-radius:0;display:flex;align-items:center;gap:1rem;transition:var(--transition)}.sidebar-nav button:hover{background:#ffffff1a;color:#fff;transform:none;box-shadow:none}.sidebar-nav button.active{background:#ffffff26;color:#fff;border-left-color:#fff}.sidebar-nav .icon{font-size:1.5rem}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1)}.logout-btn{width:100%;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;gap:1rem}.logout-btn:hover{background:#fff3}.main-content{flex:1;padding:2rem;overflow-y:auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--surface-color);padding:1.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow);display:flex;align-items:center;gap:1rem;transition:var(--transition)}.stat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.stat-icon{font-size:3rem}.stat-info h3{font-size:2rem;margin:0}.stat-info p{color:var(--text-secondary);margin:0}.content-section{background:var(--surface-color);padding:2rem;border-radius:var(--border-radius);box-shadow:var(--shadow)}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.page-header h2{margin:0}.search-bar{margin-bottom:1.5rem}.search-bar input{max-width:500px}.patient-selector{margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.patient-selector label{font-weight:600;color:var(--text-color)}.patient-selector select{max-width:400px}.patient-list,.appointments-list,.records-list,.prescriptions-list{display:grid;gap:1rem}.patient-card,.appointment-card,.record-card,.prescription-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1.5rem;transition:var(--transition)}.patient-card:hover,.appointment-card:hover,.record-card:hover,.prescription-card:hover{box-shadow:var(--shadow-hover);border-color:var(--primary-color)}.patient-card{display:flex;justify-content:space-between;align-items:center}.patient-info h3{margin-bottom:.5rem}.patient-info p{margin:.25rem 0;color:var(--text-secondary)}.allergies{color:var(--error-color)!important;font-weight:600}.patient-actions{display:flex;gap:.5rem}.appointment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.status-badge{padding:.5rem 1rem;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600}.appointment-details p{margin:.5rem 0}.appointment-actions{display:flex;gap:.5rem;margin-top:1rem}.view-controls{display:flex;gap:.5rem;margin-bottom:1.5rem}.view-controls button{padding:.5rem 1rem;background:var(--surface-color);border:2px solid var(--border-color);color:var(--text-color)}.view-controls button.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.record-header h3{margin-bottom:1rem}.record-content{display:grid;gap:1rem}.record-section strong{color:var(--primary-color);display:block;margin-bottom:.25rem}.record-section p{margin:0;padding-left:1rem}.prescription-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.medicines-table{overflow-x:auto}.medicines-table table{width:100%;border-collapse:collapse}.medicines-table th,.medicines-table td{padding:.75rem;text-align:left;border-bottom:1px solid var(--border-color)}.medicines-table th{background-color:var(--background-color);font-weight:600;color:var(--primary-color)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:var(--surface-color);border-radius:var(--border-radius);max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-content.large{max-width:900px}.modal-content.small{max-width:400px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid var(--border-color)}.modal-header h3{margin:0}.close-btn{background:none;border:none;font-size:2rem;color:var(--text-secondary);cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.close-btn:hover{color:var(--error-color);transform:none;box-shadow:none}.patient-form,.appointment-form,.record-form,.prescription-form{padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-color)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:2px solid var(--border-color)}.templates-section{padding:1rem 1.5rem;background:var(--background-color);border-bottom:1px solid var(--border-color)}.template-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.medicines-section{margin:1.5rem 0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h4{margin:0}.medicine-row{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:var(--background-color);border-radius:var(--border-radius);margin-bottom:1rem}.medicine-fields{flex:1;display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:1rem}.favorite-select{margin-top:.5rem;font-size:.85rem;padding:.5rem}.empty-state{text-align:center;padding:3rem;color:var(--text-secondary);font-size:1.1rem}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.auth-box{width:100%;max-width:400px}.card{background:var(--surface-color);padding:2rem;border-radius:var(--border-radius);box-shadow:var(--shadow-hover)}.auth-title{text-align:center;margin-bottom:2rem}.auth-link{display:block;text-align:center;margin-top:1rem;color:var(--primary-color);text-decoration:none;font-weight:500}.auth-link:hover{text-decoration:underline}@media(max-width:768px){.dashboard{flex-direction:column}.sidebar{width:100%;position:fixed;bottom:0;left:0;right:0;height:auto;z-index:100;flex-direction:row}.sidebar-header{display:none}.sidebar-nav{display:flex;padding:0;width:100%}.sidebar-nav button{flex:1;padding:1rem .5rem;font-size:.8rem;flex-direction:column;gap:.25rem}.sidebar-nav .icon{font-size:1.2rem}.sidebar-footer{display:none}.main-content{padding:1rem;padding-bottom:80px}.stats-grid{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.patient-card{flex-direction:column;align-items:flex-start}.patient-actions{width:100%;margin-top:1rem}.form-row,.medicine-fields{grid-template-columns:1fr}.modal-content{max-width:100%;max-height:95vh}}.landing-page{width:100%;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-header{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:0 2px 10px #0000001a;z-index:1000;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#0077b6}.header-icon{font-size:1.8rem}.header-name{color:#0077b6}.header-actions{display:flex;gap:1rem;align-items:center}.header-facebook-btn,.header-chat-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;background:#0077b6;color:#fff}.header-facebook-btn:hover,.header-chat-btn:hover{background:#005f8f;transform:translateY(-2px);box-shadow:0 4px 12px #0077b64d}.header-chat-btn{background:#2a9d8f}.header-chat-btn:hover{background:#21867a}.header-icon-svg{width:18px;height:18px}.header-btn-text{display:inline-block}@media(max-width:640px){.landing-header{padding:.75rem 0}.header-container{padding:0 1rem}.header-logo{font-size:1.25rem}.header-icon{font-size:1.5rem}.header-actions{gap:.5rem}.header-facebook-btn,.header-chat-btn{padding:.5rem .875rem;font-size:.85rem}.header-btn-text{display:none}.header-icon-svg{width:20px;height:20px}}@media(max-width:640px){a,button{min-height:44px;min-width:44px}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:640px){.container{padding:0 1rem}}.hero-section{position:relative;min-height:90vh;background:linear-gradient(135deg,#0077b6,#005f8f,#004d73);color:#fff;display:flex;align-items:center;padding:6rem 2rem 4rem;overflow:hidden;margin-top:0}.hero-background{position:absolute;inset:0;overflow:hidden}.hero-circle{position:absolute;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-circle-1{width:500px;height:500px;top:-250px;right:-250px}.hero-circle-2{width:400px;height:400px;bottom:-200px;left:-200px}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:500;margin-bottom:2rem}.hero-icon{font-size:1.2rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff}.hero-subtitle{font-size:1.25rem;line-height:1.6;color:#ffffffe6;margin-bottom:2.5rem;max-width:600px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}@media(max-width:640px){.hero-actions{flex-direction:column;width:100%}.hero-actions a{width:100%;justify-content:center}}.btn-hero-primary,.btn-hero-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;text-align:center;justify-content:center;font-family:inherit}.btn-hero-primary{background:#fff;color:#0077b6}@media(max-width:640px){.btn-hero-primary,.btn-hero-secondary{padding:.875rem 1.5rem;font-size:1rem;width:100%}}.btn-hero-primary{background:#fff;color:#0077b6;box-shadow:0 4px 20px #0003}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #0000004d}.btn-hero-secondary{background:transparent;color:#fff;border:2px solid white}.btn-hero-secondary:hover{background:#ffffff1a}.btn-arrow{font-size:1.2rem;transition:transform .3s ease}.btn-hero-primary:hover .btn-arrow{transform:translate(4px)}.hero-visual{position:relative;z-index:2}.hero-dashboard-preview{position:relative}.dashboard-mockup{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d;transform:perspective(1000px) rotateY(-5deg) rotateX(5deg);transition:transform .3s ease}.dashboard-mockup:hover{transform:perspective(1000px) rotateY(0) rotateX(0)}.mockup-browser-bar{background:#e0e0e0;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem}.browser-dot{width:12px;height:12px;border-radius:50%}.browser-dot-red{background:#ff5f56}.browser-dot-yellow{background:#ffbd2e}.browser-dot-green{background:#27c93f}.browser-title{flex:1;text-align:center;font-size:.75rem;color:#666}.mockup-content{display:flex;height:400px}.mockup-sidebar{width:200px;background:linear-gradient(180deg,#0077b6,#005f8f);color:#fff;padding:1.5rem}.mockup-logo{font-size:1.5rem;font-weight:700;margin-bottom:2rem}.mockup-nav-item{padding:.75rem;margin-bottom:.5rem;border-radius:8px;font-size:.9rem;cursor:pointer;transition:background .2s}.mockup-nav-item.active{background:#fff3}.mockup-main{flex:1;background:#f8f9fa;padding:2rem}.mockup-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.mockup-stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.mockup-stat-number{font-size:2rem;font-weight:700;color:#0077b6;margin-bottom:.5rem}.mockup-stat-label{font-size:.85rem;color:#666}.hero-wave{position:absolute;bottom:0;left:0;right:0;width:100%;height:120px;overflow:hidden}.hero-wave svg{width:100%;height:100%}.features-section{padding:6rem 0;background:#f8f9fa}@media(max-width:640px){.features-section{padding:3rem 0}}.section-header{text-align:center;margin-bottom:4rem}@media(max-width:640px){.section-header{margin-bottom:2rem;padding:0 1rem}}.section-title{font-size:2.5rem;font-weight:700;color:#0077b6;margin-bottom:1rem}@media(max-width:640px){.section-title{font-size:1.75rem;line-height:1.3}}.section-subtitle{font-size:1.25rem;color:#666;max-width:700px;margin:0 auto}@media(max-width:640px){.section-subtitle{font-size:1rem;padding:0 1rem}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media(max-width:640px){.features-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 .5rem}}.feature-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #e0e0e0}@media(max-width:640px){.feature-card{padding:1.5rem}}.feature-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #0077b626;border-color:#0077b6}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;color:#0077b6;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.screenshots-section{padding:6rem 0;background:#fff}@media(max-width:640px){.screenshots-section{padding:3rem 0}}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;margin-top:3rem}@media(max-width:640px){.screenshots-grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem;padding:0 .5rem}}.screenshot-card{position:relative}.screenshot-mockup{background:#f0f0f0;border-radius:16px;padding:1rem;box-shadow:0 10px 40px #00000026}.desktop-content{display:flex;height:350px;background:#fff;border-radius:8px;overflow:hidden}@media(max-width:640px){.desktop-content{height:280px;flex-direction:column}.screenshot-sidebar{width:100%;padding:1rem}.screenshot-main{padding:1rem}.screenshot-stats{grid-template-columns:1fr;gap:.5rem}}.screenshot-sidebar{width:180px;background:linear-gradient(180deg,#0077b6,#005f8f);color:#fff;padding:1.5rem 1rem}.screenshot-logo{font-weight:700;font-size:1.2rem;margin-bottom:1.5rem}.screenshot-nav{padding:.75rem;margin-bottom:.5rem;border-radius:6px;font-size:.85rem}.screenshot-nav.active{background:#fff3}.screenshot-main{flex:1;padding:1.5rem;background:#f8f9fa}.screenshot-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.screenshot-stat{background:#fff;padding:1rem;border-radius:8px;font-size:.85rem;text-align:center;color:#0077b6;font-weight:600}.screenshot-list{background:#fff;border-radius:8px;padding:1rem}.screenshot-item{padding:.75rem;border-bottom:1px solid #e0e0e0;font-size:.9rem;color:#0077b6;font-weight:500}.screenshot-item:last-child{border-bottom:none}.mobile-mockup{width:280px;margin:0 auto;background:#fff;border-radius:24px;overflow:hidden;border:4px solid #333}@media(max-width:640px){.mobile-mockup{width:100%;max-width:320px;border-width:3px}}.mobile-status-bar{background:#333;color:#fff;padding:.5rem 1rem;display:flex;justify-content:space-between;font-size:.75rem}.mobile-content{padding:1.5rem;background:#f8f9fa;min-height:500px;display:flex;flex-direction:column}.mobile-header{font-size:1.25rem;font-weight:700;color:#0077b6;margin-bottom:1rem}.mobile-button{width:100%;background:#0077b6;color:#fff;border:none;padding:.75rem;border-radius:8px;font-weight:600;margin-bottom:1rem;cursor:pointer}.mobile-list{flex:1}.mobile-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;margin-bottom:.75rem}.mobile-item-name{font-weight:600;color:#0077b6;margin-bottom:.25rem;font-size:.9rem}.mobile-item-detail{font-size:.8rem;color:#666}.mobile-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;background:#0077b6;margin:1rem -1.5rem -1.5rem;padding:1rem}.mobile-nav-item{text-align:center;color:#fff;font-size:.7rem;padding:.5rem;border-radius:6px}.mobile-nav-item.active{background:#fff3}.screenshot-label{text-align:center;margin-top:1rem;font-weight:600;color:#666;font-size:.9rem}@media(max-width:640px){.screenshot-label{font-size:.85rem;margin-top:.75rem}}.benefits-section{padding:6rem 0;background:linear-gradient(135deg,#f0f8ff,#fff)}@media(max-width:640px){.benefits-section{padding:3rem 0}}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:4rem}@media(max-width:640px){.benefits-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding:0 .5rem}}.benefit-item{text-align:center}.benefit-icon{font-size:3.5rem;margin-bottom:1.5rem}.benefit-item h3{font-size:1.5rem;color:#0077b6;margin-bottom:1rem}.benefit-item p{color:#666;line-height:1.6}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:4rem;padding-top:4rem;border-top:2px solid #e0e0e0}@media(max-width:640px){.stats-section{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;padding-top:2rem;padding:0 1rem}.stat-number{font-size:2.5rem}.stat-label{font-size:.9rem}}.stat-item{text-align:center}.stat-number{font-size:3.5rem;font-weight:800;color:#0077b6;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:#666;font-weight:500}.cta-section{position:relative;padding:6rem 0;background:linear-gradient(135deg,#0077b6,#005f8f,#004d73);color:#fff;overflow:hidden}@media(max-width:640px){.cta-section{padding:3rem 0}}.cta-background{position:absolute;inset:0;overflow:hidden}.cta-circle{position:absolute;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-circle-1{width:400px;height:400px;top:-200px;left:-200px}.cta-circle-2{width:500px;height:500px;bottom:-250px;right:-250px}.cta-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto;padding:0 1rem}@media(max-width:640px){.cta-content{padding:0 1.5rem}}.cta-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem}@media(max-width:640px){.cta-title{font-size:1.75rem;line-height:1.3;margin-bottom:1rem}}.cta-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.6}@media(max-width:640px){.cta-subtitle{font-size:1rem;margin-bottom:2rem}}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.cta-actions:empty{display:none}.btn-cta-primary,.btn-cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.btn-cta-primary{background:#fff;color:#0077b6;box-shadow:0 4px 20px #0003}.btn-cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #0000004d}.btn-cta-secondary{background:transparent;color:#fff;border:2px solid white}.btn-cta-secondary:hover{background:#ffffff1a}.cta-icon{font-size:1.2rem}.cta-social{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.cta-social-text{margin-bottom:1.5rem;color:#ffffffe6}.social-links{display:flex;gap:1.5rem;justify-content:center}@media(max-width:640px){.social-links{gap:1rem}.social-link{width:48px;height:48px}.social-icon{width:22px;height:22px}}.social-link{width:50px;height:50px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#fff}.social-link:hover{background:#ffffff4d;transform:scale(1.1)}.social-icon{width:24px;height:24px}.landing-footer{background:#1a1a1a;color:#ccc;padding:4rem 0 2rem}@media(max-width:640px){.landing-footer{padding:3rem 0 1.5rem}}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}@media(max-width:640px){.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding:0 1rem}}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-icon{font-size:1.5rem}.footer-name{font-size:1.5rem;font-weight:700;color:#fff}.footer-description{color:#999;line-height:1.6;font-size:.9rem}.footer-title{color:#fff;font-size:1.2rem;margin-bottom:1rem}.footer-list{list-style:none;padding:0}.footer-list li{margin-bottom:.75rem}.footer-list a{color:#ccc;text-decoration:none;transition:color .3s}.footer-list a:hover{color:#0077b6}.footer-social{display:flex;gap:1rem;margin-top:1rem}.footer-social-link{width:40px;height:40px;background:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s;color:#ccc}.footer-social-link:hover{background:#0077b6;color:#fff;transform:scale(1.1)}.footer-social-icon{width:20px;height:20px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#999;font-size:.9rem;padding:0 1rem}@media(max-width:640px){.footer-bottom{font-size:.8rem;padding-top:1.5rem}}.footer-bottom p{margin:.5rem 0}@media(max-width:968px){.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-visual{display:none}.screenshots-grid,.features-grid{grid-template-columns:1fr}.benefits-grid,.stats-section{grid-template-columns:repeat(2,1fr)}.cta-title{font-size:2rem}}@media(max-width:640px){.hero-section{padding:5rem 1rem 2rem;min-height:auto}.hero-content{gap:1.5rem}.hero-badge{font-size:.8rem;padding:.625rem 1.25rem;margin-bottom:1.5rem}.hero-title{font-size:1.75rem;line-height:1.3;margin-bottom:1rem}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem;line-height:1.5}.section-title{font-size:1.75rem;line-height:1.3}.benefits-grid{grid-template-columns:1fr}.stats-section{grid-template-columns:repeat(2,1fr)}.cta-title{font-size:1.75rem;line-height:1.3}.footer-content{grid-template-columns:1fr}.hero-circle-1,.hero-circle-2,.cta-circle-1,.cta-circle-2{display:none}}
