body{margin:0;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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}::selection{background-color:#007aff;color:#fff}::-moz-selection{background-color:#007aff;color:#fff}*{margin:0;padding:0;box-sizing:border-box}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:#000;color:#fff;line-height:1.6;overflow-x:hidden}.app{min-height:100vh;background:#000;position:relative}main{padding-top:80px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{display:inline-block;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;text-align:center}@media (max-width: 768px){.container{padding:0 1rem}.btn{padding:.6rem 1.2rem;font-size:.85rem}}@media (max-width: 480px){.container{padding:0 .75rem}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1)}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease}.logo:hover{transform:scale(1.05)}.logo img{height:auto;width:150px}.logo-text{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.02em}.nav{display:flex;align-items:center;gap:2rem;background:#ffffff0d;padding:.5rem 1.5rem;border-radius:50px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.nav-link{color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease;background:none;border:none;cursor:pointer;font-family:inherit}.nav-link:hover{color:#fffc}.launch-btn{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.launch-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}@media (max-width: 768px){.header-container{padding:1rem}.nav{display:none}.launch-btn{padding:.5rem 1rem;font-size:.8rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:120px 0 80px;background:#000}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:4rem}.hero-content{text-align:center;max-width:800px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:.75rem 1.5rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.badge-icon{font-size:1.2rem}.badge-text{font-size:.9rem;font-weight:500;color:#ffffffe6;letter-spacing:.5px}.hero-title{font-size:clamp(3rem,6vw,4.5rem);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem}.highlight{color:#fff;position:relative}.highlight:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:#ffffff4d;border-radius:1px;transform:scaleX(0);animation:expandLine 1s ease-out 1s forwards}@keyframes expandLine{to{transform:scaleX(1)}}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.4rem);color:#fffc;font-weight:400;line-height:1.6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem;justify-content:center}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn-primary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.btn-primary:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.btn-secondary:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.btn-icon{font-size:1.1rem}.hero-stats{display:flex;gap:2rem;justify-content:center}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-number{font-size:1.8rem;font-weight:800;color:#fff}.stat-label{font-size:.9rem;color:#ffffffb3;font-weight:500}.ai-apps-showcase{display:flex;flex-direction:row;gap:2rem;justify-content:center;flex-wrap:wrap}@media (max-width: 1024px){.hero{min-height:90vh}.hero-container{gap:3rem}.ai-apps-showcase{gap:2rem}}@media (max-width: 768px){.hero{min-height:85vh;padding:100px 0 60px}.hero-container{padding:0 1rem}.hero-actions{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;justify-content:center}.hero-stats{flex-direction:column;gap:1.5rem}.ai-apps-showcase{flex-direction:column;align-items:center}.ai-app-card.featured{min-width:280px}}@media (max-width: 480px){.hero{min-height:80vh;padding:80px 0 40px}.hero-title{font-size:clamp(2.5rem,8vw,3.5rem)}.hero-subtitle{font-size:1rem}.ai-app-card.featured{min-width:100%;padding:1.5rem}.app-icon{width:60px;height:60px}.app-logo{width:40px;height:40px}}.app-details-container{min-height:80vh;background:#000;color:#fff;padding:2rem 0}.app-details-header{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:10;margin-bottom:1rem;min-height:80px}.back-button{display:inline-block;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .3s ease;margin-bottom:2rem;margin-top:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-decoration:none;font-family:inherit;position:relative;z-index:20}.app-header-info{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:#ffffff0d;border-radius:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}.app-logo-large img{width:120px;height:120px;border-radius:24px;object-fit:cover;box-shadow:0 8px 32px #0000004d;background-color:#fff;padding:8px}.app-title-section{display:flex;flex-direction:column;gap:.5rem}.app-name-large{font-size:3rem;font-weight:700;margin:0;color:#fff}.app-category{font-size:1.1rem;color:#a0a0a0;font-weight:500}.app-details-content{max-width:1200px;margin:0 auto;padding:0 2rem}.app-description-section{margin-bottom:3rem}.app-description-section h2{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#fff}.app-description{font-size:1.1rem;line-height:1.7;color:#d0d0d0;background:#ffffff0d;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.app-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);background:#ffffff14;border-color:#fff3}.stat-label{display:block;font-size:.9rem;color:#a0a0a0;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.stat-value{display:block;font-size:1.5rem;font-weight:600;color:#fff}.stat-value.price{color:#fff}.app-features-section{margin-bottom:3rem}.app-features-section h2{font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.feature-item{display:flex;align-items:center;gap:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem;transition:all .3s ease}.feature-item:hover{background:#ffffff14;border-color:#fff3}.feature-icon{font-size:1.2rem}.feature-text{color:#d0d0d0;font-size:1rem}.app-links-section{margin-bottom:3rem}.app-links-section h2{font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.links-grid{display:flex;gap:1rem;flex-wrap:wrap}.link-button{background:#ffffff1a;color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:8px;font-weight:500;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);cursor:pointer;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.link-button:hover{transform:translateY(-2px);background:#ffffff26;border-color:#ffffff4d}.app-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.action-button{padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:none}.action-button.primary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.action-button.primary:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.action-button.secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.action-button.secondary:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.app-not-found{text-align:center;padding:4rem 2rem}.app-not-found h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.app-not-found p{font-size:1.1rem;color:#a0a0a0;margin-bottom:2rem}@media (max-width: 768px){.app-details-header,.app-details-content{padding:0 1rem}.app-header-info{flex-direction:column;text-align:center;gap:1rem}.app-name-large{font-size:2rem}.app-logo-large img{width:80px;height:80px}.app-stats-grid,.features-grid{grid-template-columns:1fr}.links-grid,.app-actions{flex-direction:column}}.coming-soon-container{max-width:700px;margin:0 auto;padding:0 1.5rem;text-align:center;margin-top:2rem;position:relative;z-index:5}.coming-soon-content{background:#ffffff0d;border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}.bite-logo{margin-bottom:0rem}.bite-logo img{width:80px;height:80px;border-radius:16px;object-fit:cover;box-shadow:0 6px 20px #0000004d;background-color:#fff;padding:6px}.coming-soon-title{font-size:2.5rem;font-weight:700;margin:0 0 1.5rem;color:#fff}.coming-soon-description{font-size:1.1rem;line-height:1.5;color:#d0d0d0;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.early-access-badge{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-text{display:block;font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:.75rem}.badge-description{font-size:1rem;color:#d0d0d0;margin:0}.email-signup-section{margin-top:0}.email-input-container{display:flex;gap:.75rem;max-width:450px;margin:0 auto;flex-wrap:wrap;justify-content:center}.email-input{flex:1;min-width:200px;padding:.75rem 1.25rem;border:2px solid rgba(255,255,255,.2);border-radius:10px;background:#ffffff1a;color:#fff;font-size:.95rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.email-input::placeholder{color:#fff9}.email-input:focus{outline:none;border-color:#ffffff80;background:#ffffff26}.early-access-button{padding:.75rem 1.5rem;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.early-access-button:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.app-links-section{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.app-links-text{font-size:.9rem;color:#ffffffb3;text-align:center;margin:0;line-height:1.5}.app-link{color:#fff;text-decoration:underline;transition:all .3s ease}.app-link:hover{color:#ccc;text-decoration:none}@media (max-width: 768px){.coming-soon-container{padding:0 1rem}.coming-soon-content{padding:1.5rem}.coming-soon-title{font-size:2rem}.coming-soon-description{font-size:1rem}.bite-logo img{width:60px;height:60px}.email-input-container{flex-direction:column;align-items:center}.email-input{min-width:100%;max-width:250px}}.all-apps-container{min-height:80vh;background:#000;color:#fff;padding:2rem 0}.all-apps-header{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center;margin-bottom:3rem;position:relative}.back-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .3s ease;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:absolute;left:2rem;top:0}.back-button:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-2px)}.page-title{font-size:3.5rem;font-weight:700;margin:0 0 1rem;color:#fff;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-subtitle{font-size:1.2rem;color:#a0a0a0;max-width:600px;margin:0 auto}.ai-apps-showcase{display:flex;flex-direction:row;gap:2rem;justify-content:center;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 2rem;margin-bottom:4rem}.ai-app-card.featured{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:200px;transition:all .3s ease;position:relative;overflow:hidden}.ai-app-card.featured:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#fff3;transform:scaleX(0);transition:transform .3s ease}.ai-app-card.featured:hover:before{transform:scaleX(1)}.ai-app-card.featured:hover{transform:translateY(-4px);border-color:#fff3;background:#ffffff14}.ai-app-card.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.ai-app-card.clickable:active{transform:translateY(-2px)}.app-icon{width:70px;height:70px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden;transition:all .3s ease}.app-icon:hover{transform:scale(1.02);border-color:#ffffff26}.app-logo{width:50px;height:50px;object-fit:contain;border-radius:8px}.app-name{font-size:1.1rem;font-weight:600;color:#fff;text-align:center}.coming-soon-section{max-width:800px;margin:0 auto;padding:0 2rem;text-align:center;background:#ffffff0d;border-radius:20px;padding:3rem 2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}.coming-soon-title{font-size:2rem;font-weight:600;margin:0 0 1rem;color:#fff}.coming-soon-text{font-size:1.1rem;line-height:1.6;color:#a0a0a0;max-width:500px;margin:0 auto}@media (max-width: 1024px){.ai-apps-showcase{gap:2rem}}@media (max-width: 768px){.all-apps-header,.ai-apps-showcase{padding:0 1rem}.back-button{position:relative;left:auto;top:auto;margin-bottom:1rem}.page-title{font-size:2.5rem}.ai-apps-showcase{flex-direction:column;align-items:center}.ai-app-card.featured{min-width:280px}.coming-soon-section{padding:2rem 1rem}.coming-soon-title{font-size:1.5rem}}@media (max-width: 480px){.ai-app-card.featured{min-width:100%;padding:1.5rem}.app-icon{width:60px;height:60px}.app-logo{width:40px;height:40px}.page-title{font-size:2rem}}.contact-container{min-height:80vh;background:#000;color:#fff;padding:2rem 0}.contact-content{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-header{text-align:center;margin-bottom:4rem;color:#fff}.contact-header h1{font-size:3.5rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-header p{font-size:1.2rem;color:#a0a0a0;max-width:600px;margin:0 auto}.contact-sections{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1)}.info-section h2{color:#fff;font-size:1.8rem;margin-bottom:2rem;text-align:center}.contact-method{margin-bottom:2rem;text-align:center}.contact-method h3{color:#fff;font-size:1.2rem;margin-bottom:.5rem}.contact-method a{color:#a0a0a0;text-decoration:none;font-size:1.1rem;transition:color .3s ease}.contact-method a:hover{color:#fff}.social-links{display:flex;justify-content:center;gap:1rem;margin-top:.5rem}.social-link{padding:.5rem 1rem;background:#fff3;border-radius:25px;transition:all .3s ease}.social-link:hover{background:#ffffff4d;transform:translateY(-2px)}.contact-form{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1)}.contact-form h2{color:#fff;font-size:1.8rem;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#a0a0a0;font-weight:500;font-size:.9rem}.form-group input{width:100%;padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:1rem;color:#fff;transition:all .3s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#ffffff4d;background:#ffffff1a}.form-group input::placeholder{color:#666}.submit-btn{width:100%;padding:.75rem 1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.submit-btn:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}@media (max-width: 768px){.contact-sections{grid-template-columns:1fr;gap:2rem}.contact-header h1{font-size:2.5rem}.contact-content{padding:0 1rem}.contact-info,.contact-form{padding:1.5rem}}.terms-container{min-height:80vh;background:#000;color:#fff;padding:2rem 0}.terms-content{max-width:800px;margin:0 auto;padding:0 2rem}.terms-header{text-align:center;margin-bottom:3rem;color:#fff}.terms-header h1{font-size:3.5rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.terms-header p{font-size:1rem;color:#a0a0a0;margin:0}.terms-body{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1)}.terms-section{margin-bottom:2rem}.terms-section:last-child{margin-bottom:0}.terms-section h2{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.terms-section p{color:#e0e0e0;line-height:1.6;margin-bottom:1rem;font-size:1rem}.terms-section ul{color:#e0e0e0;line-height:1.6;margin-left:1.5rem;margin-bottom:1rem}.terms-section li{margin-bottom:.5rem}.contact-info p{margin:0;color:#fff}@media (max-width: 768px){.terms-content{padding:0 1rem}.terms-header h1{font-size:2.5rem}.terms-body{padding:1.5rem}}.privacy-container{min-height:80vh;background:#000;color:#fff;padding:2rem 0}.privacy-content{max-width:800px;margin:0 auto;padding:0 2rem}.privacy-header{text-align:center;margin-bottom:3rem;color:#fff}.privacy-header h1{font-size:3.5rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.privacy-header p{font-size:1rem;color:#a0a0a0;margin:0}.privacy-body{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1)}.privacy-section{margin-bottom:2rem}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.privacy-section p{color:#e0e0e0;line-height:1.6;margin-bottom:1rem;font-size:1rem}.privacy-section ul{color:#e0e0e0;line-height:1.6;margin-left:1.5rem;margin-bottom:1rem}.privacy-section li{margin-bottom:.5rem}.contact-info{background:#ffffff0d;border-radius:8px;padding:1rem;margin-top:1rem}.contact-info p{margin:0 0 .5rem;color:#fff}.contact-info p:last-child{margin-bottom:0}.contact-info strong{color:#fff}@media (max-width: 768px){.privacy-content{padding:0 1rem}.privacy-header h1{font-size:2.5rem}.privacy-body{padding:1.5rem}}
