*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;background:#f5f6f7}.header{background:#fff;height:70px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #eee}.logo{height:36px}.hero{background:#063f40;padding:110px 0;color:#fff;overflow:visible;position:relative;z-index:2}.hero-container{width:1200px;max-width:92%;margin:auto;display:flex;align-items:center;justify-content:space-between}.hero-text{width:44%}.hero-text h1{font-size:54px;line-height:1.15;margin-bottom:22px;font-weight:700}.hero-text p{font-size:16px;opacity:.85;margin-bottom:35px;max-width:460px;line-height:1.6}.hero-buttons{display:flex;gap:18px}.btn{padding:16px 28px;border-radius:10px;text-decoration:none;font-weight:600;font-size:14px;transition:.2s;display:inline-block}.btn:hover{transform:translateY(-2px)}.btn-google{background:linear-gradient(90deg,#b100ff,#6a00ff);color:#fff}.btn-apple{background:#22c3a6;color:#fff}.hero-phones{width:50%;position:relative;height:560px}.phone{position:absolute;height:560px;bottom:-70px}.phone-back{right:220px;transform:rotate(0);top:150px;z-index:1}.phone-front{right:40px;z-index:2;height:419px}.features{background:#f5f6f7;padding:80px 0;position:relative;z-index:1}.features-container{width:1100px;max-width:92%;margin:auto;text-align:center}.features h2{font-size:28px;color:#0f3c3d;margin-bottom:10px}.features-sub{color:#666;margin-bottom:40px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;padding:24px;border-radius:12px;text-align:left;box-shadow:0 2px 8px rgba(0,0,0,.05)}.card h3{font-size:16px;margin-bottom:8px;color:#222}.card p{font-size:14px;color:#666}.icon-box{width:42px;height:42px;background:#0f6a63;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.icon-box img{width:20px}.icon-box.purple{background:#b100ff}.cta{background:#063f40;padding:90px 0;color:#fff}.cta-container{width:1200px;max-width:92%;margin:auto;display:flex;align-items:center;justify-content:space-between}.cta-phones{width:48%;position:relative;height:520px}.cta-phone{position:absolute;height:520px;filter:drop-shadow(0 25px 40px rgba(0,0,0,.35))}.phone-left{left:0;top:40px}.phone-right{left:160px;top:0}.cta-text{width:48%}.cta-text h2{font-size:32px;margin-bottom:20px}.cta-text p{opacity:.9;margin-bottom:30px;max-width:520px}.cta-buttons{display:flex;gap:15px}@media (max-width:900px){.hero{padding:70px 0}.cta-container,.hero-container{flex-direction:column;text-align:center}.cta-phones,.cta-text,.hero-phones,.hero-text{width:100%}.hero-text h1{font-size:38px}.hero-phones{height:420px;margin-top:40px}.phone{height:420px;bottom:-50px}.phone-back{right:160px}.phone-front{right:10px}.features-grid{grid-template-columns:1fr}.cta-phones{height:460px;margin-bottom:40px}.cta-phone{height:460px}.cta-buttons{justify-content:center}}.footer{background:#f5f6f7;padding:40px 0;text-align:center;font-size:14px}@media (max-width:768px){.hero-buttons{display:flex;justify-content:center;width:100%}}.footer-links{margin-bottom:10px}.footer-links a{color:#063f40;margin:0 10px;text-decoration:none}.footer-links a:hover{text-decoration:underline}.age-modal{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}.age-card{width:100%;max-width:420px;background:#fff;border-radius:20px;padding:32px 24px;text-align:center;box-shadow:0 20px 45px rgba(0,0,0,.25)}.age-card h2{color:#0f766e;margin-bottom:12px;font-size:1.6rem}.age-card p{color:#374151;line-height:1.5;margin-bottom:24px}.age-actions{display:flex;flex-direction:column;gap:12px}.age-btn{border:none;border-radius:12px;padding:14px 18px;font-size:.95rem;font-weight:700;cursor:pointer}.age-yes{background:#0f766e;color:#fff}.age-no{background:#f3f4f6;color:#374151}.age-yes:hover{background:#115e59}.age-no:hover{background:#e5e7eb}