:root{--primary-dark:#013D46;--primary-light:#02B8B4;--background:#FDF8F4;--background-alt:#F5EDE6;--text-dark:#1a1a1a;--text-muted:#666666;--white:#ffffff;--shadow:0 4px 20px rgba(1, 61, 70, 0.1);--shadow-lg:0 10px 40px rgba(1, 61, 70, 0.15);--transition:all 0.3s ease;--font-sans:'Funnel Sans', -apple-system, BlinkMacSystemFont, sans-serif;}*, *::before, *::after{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}body{font-family:var(--font-sans);background-color:var(--background);color:var(--text-dark);line-height:1.6;overflow-x:hidden;}a{text-decoration:none;color:inherit;transition:var(--transition);}img{max-width:100%;height:auto;}.container{max-width:1200px;margin:0 auto;padding:0 24px;}.header{padding:40px 0 20px;text-align:center;}.logo-centered{display:inline-flex;align-items:center;}.logo-img{height:36px;width:auto;}.hero{min-height:100vh;padding:40px 24px 80px;position:relative;overflow:hidden;}.hero-content{max-width:1200px;margin:0 auto;text-align:center;position:relative;}.hero-title{font-family:var(--font-sans);font-size:clamp(2.5rem, 6vw, 4.5rem);line-height:1.1;color:var(--primary-dark);margin-bottom:24px;font-weight:700;}.hero-subtitle{font-size:clamp(1rem, 2vw, 1.25rem);color:var(--text-muted);max-width:600px;margin:0 auto 40px;line-height:1.7;}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:16px;}.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:50px;font-weight:500;font-size:15px;transition:var(--transition);cursor:pointer;border:none;}.btn-icon{width:20px;height:20px;}.btn-primary{background:var(--primary-dark);color:var(--white);}.btn-primary:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:var(--shadow-lg);}.btn-secondary{background:#9CA3A5;color:var(--white);}.btn-secondary:hover{background:#7d8486;transform:translateY(-2px);}.btn-large{padding:18px 36px;font-size:16px;}.waitlist-text{color:var(--text-muted);font-size:14px;margin-bottom:60px;}.floating-avatar{position:absolute;border-radius:50%;overflow:hidden;box-shadow:var(--shadow-lg);animation:float 6s ease-in-out infinite;z-index:5;}.floating-avatar .avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%;}.floating-avatar.avatar-1{left:4%;top:8%;width:70px;height:70px;animation-delay:0s;}.floating-avatar.avatar-2{left:18%;top:35%;width:55px;height:55px;animation-delay:-1s;}.floating-avatar.avatar-3{left:6%;bottom:25%;width:60px;height:60px;animation-delay:-2s;}.floating-avatar.avatar-4{right:8%;top:5%;width:65px;height:65px;animation-delay:-0.5s;}.floating-avatar.avatar-5{right:20%;top:30%;width:50px;height:50px;animation-delay:-1.5s;}.floating-avatar.avatar-6{right:5%;bottom:35%;width:58px;height:58px;animation-delay:-2.5s;}.floating-app{position:absolute;overflow:visible;animation:float 6s ease-in-out infinite;z-index:5;}.floating-app .app-img{width:100%;height:100%;object-fit:contain;}.floating-app.app-1{left:12%;top:18%;width:120px;height:auto;animation-delay:-0.8s;}.floating-app.app-2{left:3%;bottom:40%;width:100px;height:auto;animation-delay:-1.8s;}.floating-app.app-3{right:12%;top:45%;width:110px;height:auto;animation-delay:-1.2s;}.floating-app.app-4{right:6%;bottom:20%;width:95px;height:auto;animation-delay:-2.2s;}@keyframes float{0%, 100%{transform:translateY(0);}50%{transform:translateY(-15px);}}.hero-phones{position:relative;display:flex;justify-content:center;margin-top:40px;}.phone-main{max-width:380px;width:100%;display:block;margin:0 auto;position:relative;z-index:2;}.badges-container{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;}.feature-badge{position:absolute;background:var(--white);padding:10px 16px;border-radius:50px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:var(--primary-dark);white-space:nowrap;z-index:10;pointer-events:auto;}.badge-icon{font-size:14px;}.badge-text{font-family:var(--font-sans);}.feature-badge.badge-1{left:50%;top:5%;transform:translateX(-240px);}.feature-badge.badge-2{left:50%;top:28%;transform:translateX(180px);}.feature-badge.badge-3{left:50%;bottom:38%;transform:translateX(-250px);}.feature-badge.badge-4{left:50%;bottom:15%;transform:translateX(170px);}.shape{position:absolute;border-radius:50%;pointer-events:none;}.shape-1{width:20px;height:20px;background:var(--primary-light);right:20%;bottom:30%;animation:pulse 3s ease-in-out infinite;}.shape-3{width:15px;height:15px;background:var(--primary-dark);left:25%;bottom:25%;}@keyframes pulse{0%, 100%{transform:scale(1);opacity:1;}50%{transform:scale(1.2);opacity:0.7;}}.about{padding:120px 0;background:var(--white);}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}.section-title{font-family:var(--font-sans);font-size:clamp(2rem, 4vw, 3rem);color:var(--primary-dark);margin-bottom:24px;font-weight:700;}.section-title.centered{text-align:center;}.section-description{font-size:1.25rem;color:var(--text-dark);margin-bottom:20px;line-height:1.7;}.section-text{color:var(--text-muted);font-size:1.1rem;line-height:1.8;}.section-subtitle{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:-10px auto 60px;}.section-subtitle.centered{text-align:center;}.about-phone{max-width:350px;margin:0 auto;display:block;}.about-text .section-text{margin-top:16px;}.features{padding:120px 0;background:var(--background);}.features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:32px;}.feature-card{background:var(--white);padding:40px 32px;border-radius:24px;box-shadow:var(--shadow);transition:var(--transition);}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg, var(--primary-light), var(--primary-dark));border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;}.feature-icon svg{width:28px;height:28px;color:var(--white);}.feature-title{font-family:var(--font-sans);font-size:1.4rem;color:var(--primary-dark);margin-bottom:12px;font-weight:600;}.feature-text{color:var(--text-muted);line-height:1.7;}.app-preview{padding:120px 0;background:var(--white);}.preview-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}.preview-phones{position:relative;height:600px;display:flex;justify-content:center;}.preview-phone{position:absolute;max-width:280px;border-radius:30px;box-shadow:var(--shadow-lg);}.phone-back{left:0;top:50px;transform:rotate(-5deg);}.phone-front{right:0;top:0;transform:rotate(5deg);z-index:2;}.preview-list{list-style:none;margin-top:32px;}.preview-list li{display:flex;align-items:center;gap:16px;padding:16px 0;font-size:1.1rem;color:var(--text-dark);border-bottom:1px solid rgba(1, 61, 70, 0.1);}.check-icon{width:28px;height:28px;background:var(--primary-light);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;}.security{padding:120px 0;background:var(--background);}.security-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}.security-features{margin-top:40px;}.security-item{display:flex;gap:20px;padding:24px 0;border-bottom:1px solid rgba(1, 61, 70, 0.1);}.security-icon{font-size:2rem;flex-shrink:0;}.security-item h4{font-size:1.1rem;color:var(--primary-dark);margin-bottom:8px;}.security-item p{color:var(--text-muted);line-height:1.6;}.security-phone{max-width:350px;margin:0 auto;display:block;border-radius:30px;box-shadow:var(--shadow-lg);}.download{padding:120px 0;background:linear-gradient(135deg, var(--primary-dark), #025a68);}.download-content{text-align:center;}.download .section-title{color:var(--white);}.download .section-subtitle{color:rgba(255, 255, 255, 0.8);}.download-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;}.download .btn-primary{background:var(--white);color:var(--primary-dark);}.download .btn-primary:hover{background:var(--background);}.download .btn-secondary{background:transparent;border:2px solid var(--white);color:var(--white);}.download .btn-secondary:hover{background:rgba(255, 255, 255, 0.1);}.footer{padding:60px 0 40px;background:var(--primary-dark);color:var(--white);}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:12px;}.footer-logo{height:32px;filter:brightness(0) invert(1);}.footer-brand p{color:rgba(255, 255, 255, 0.7);margin:0;font-size:14px;}.footer-social{display:flex;gap:16px;margin-top:8px;}.footer-social a{color:rgba(255, 255, 255, 0.6);transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;}.footer-social a:hover{color:var(--primary-light);transform:translateY(-2px);}.footer-social svg{width:20px;height:20px;}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:20px;}.footer-links{display:flex;gap:30px;}.footer-links a{color:rgba(255, 255, 255, 0.8);font-size:14px;transition:color 0.3s ease;}.footer-links a:hover{color:var(--primary-light);}.footer-bottom{padding-top:30px;border-top:1px solid rgba(255, 255, 255, 0.1);text-align:center;}.footer-bottom p{color:rgba(255, 255, 255, 0.5);font-size:13px;margin:0;}@media (max-width:1024px){.floating-avatar, .floating-app{display:none;}.feature-badge{font-size:10px;padding:8px 12px;}.feature-badge.badge-1{transform:translateX(-200px);}.feature-badge.badge-2{transform:translateX(150px);}.feature-badge.badge-3{transform:translateX(-200px);}.feature-badge.badge-4{transform:translateX(140px);}}@media (max-width:768px){.hero{padding:20px 16px 60px;}.hero-title{font-size:2.2rem;}.hero-title br{display:none;}.badges-container{position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:30px;width:100%;height:auto;}.feature-badge{position:static;transform:none !important;font-size:11px;padding:8px 14px;}.hero-phones{display:flex;flex-direction:column;align-items:center;}.about-content{grid-template-columns:1fr;gap:30px;}.about-image{display:none;}.preview-content, .security-content{grid-template-columns:1fr;gap:40px;}.security-image{order:-1;}.preview-phones{height:450px;}.preview-phone{max-width:200px;}.footer{padding:30px 0 20px;}.footer-content{flex-direction:column;align-items:center;text-align:center;gap:20px;margin-bottom:20px;}.footer-brand{align-items:center;gap:8px;}.footer-logo{height:28px;}.footer-brand p{font-size:12px;margin:0;}.footer-social{justify-content:center;margin-top:10px;gap:20px;}.footer-links{display:flex;justify-content:center;gap:20px;}.footer-links a{font-size:13px;}.footer-bottom{padding-top:15px;}.footer-bottom p{font-size:11px;}.notification-card{position:relative;left:0;top:0;margin:0 auto 20px;width:fit-content;}}@media (max-width:480px){.cta-buttons{flex-direction:column;align-items:center;}.btn{width:100%;max-width:280px;justify-content:center;}.features-grid{grid-template-columns:1fr;}.footer-links{flex-direction:column;gap:15px;}.download-buttons{flex-direction:column;align-items:center;}.download-buttons .btn{width:100%;max-width:280px;}}.fade-in{opacity:0;transform:translateY(30px);transition:opacity 0.6s ease, transform 0.6s ease;}.fade-in.visible{opacity:1;transform:translateY(0);}.slide-in-left{opacity:0;transform:translateX(-50px);transition:opacity 0.6s ease, transform 0.6s ease;}.slide-in-left.visible{opacity:1;transform:translateX(0);}.slide-in-right{opacity:0;transform:translateX(50px);transition:opacity 0.6s ease, transform 0.6s ease;}.slide-in-right.visible{opacity:1;transform:translateX(0);}