*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{min-height:100vh;color:#fff;background-color:#0a0a0a}body{font-family:'Inter',sans-serif;font-weight:400;background-image:url('background.png');background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat}.topbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:flex-start;padding:16px 96px;background:rgba(10,10,10,.85);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08)}.topbar img{height:42px;width:auto;display:block}.overlay{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:120px 20px 60px}h1{font-family:'Sora',sans-serif;font-weight:700;text-align:center;font-size:clamp(1.4rem,2.6vw,2.4rem);line-height:1.3;max-width:1000px;margin-bottom:20px}h1 span{font-weight:800;color:#E31E3A}.subtitle{text-align:center;font-size:clamp(.85rem,1.05vw,.95rem);font-weight:400;line-height:1.6;color:#b8b8b8;max-width:800px;margin-bottom:40px}.calendar-container{width:100%;max-width:900px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5)}.calendar-container iframe{width:100%;min-height:720px;border:none;display:block}.footer{background:rgba(10,10,10,.85);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.08);padding:28px 24px;text-align:center;color:rgba(255,255,255,.75);font-size:.875rem;line-height:1.8}.footer p{margin:0}.footer-links{margin-top:10px;display:flex;gap:10px;align-items:center;justify-content:center}.footer-links a{color:rgba(255,255,255,.75);text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-links span{opacity:.5}.benefits{padding:80px 20px 100px;display:flex;flex-direction:column;align-items:center}.benefits-title{font-family:'Sora',sans-serif;font-weight:700;text-align:center;font-size:clamp(1rem,1.7vw,1.5rem);line-height:1.3;max-width:1000px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.benefits-title span{font-weight:800;color:#E31E3A}.benefits-divider{width:70px;height:3px;background:#E31E3A;border-radius:2px;margin-bottom:56px}.benefits-grid{width:100%;max-width:1180px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:56px}.benefit-card{background:rgba(20,20,20,.65);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:32px 28px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.benefit-card img{width:64px;height:64px;object-fit:contain;display:block;margin-bottom:22px}.benefit-card h3{font-family:'Inter',sans-serif;font-weight:700;font-size:1.05rem;color:#E31E3A;margin-bottom:14px}.benefit-card p{font-family:'Inter',sans-serif;font-weight:400;font-size:.9rem;line-height:1.6;color:#d0d0d0}.cta-button{display:inline-block;background:#E31E3A;color:#fff;font-family:'Inter',sans-serif;font-weight:700;font-size:1.05rem;padding:18px 48px;border-radius:10px;text-decoration:none;transition:background .2s ease,transform .2s ease;box-shadow:0 10px 30px rgba(227,30,58,.35)}.cta-button:hover{background:#c4172f;transform:translateY(-2px)}.faq{padding:40px 20px 40px;display:flex;flex-direction:column;align-items:center}.faq-title{font-family:'Sora',sans-serif;font-weight:700;text-align:center;font-size:clamp(1.4rem,2.4vw,2rem);line-height:1.3;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.faq-title span{font-weight:800;color:#E31E3A}.faq-divider{width:70px;height:3px;background:#E31E3A;border-radius:2px;margin-bottom:48px}.faq-list{width:100%;max-width:880px;display:flex;flex-direction:column;gap:14px}.faq-item{background:rgba(20,20,20,.65);border:1px solid rgba(255,255,255,.08);border-radius:12px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);overflow:hidden;transition:border-color .2s ease}.faq-item[open]{border-color:rgba(227,30,58,.55)}.faq-item summary{list-style:none;cursor:pointer;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-family:'Inter',sans-serif;font-weight:700;font-size:1rem;color:#fff}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";flex-shrink:0;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:rgba(227,30,58,.15);color:#E31E3A;border-radius:8px;font-size:1.4rem;font-weight:700;line-height:1;transition:transform .2s ease,background .2s ease}.faq-item[open] summary::after{content:"\00D7";background:#E31E3A;color:#fff;font-size:1.6rem}.faq-item .faq-answer{padding:0 24px 22px;font-family:'Inter',sans-serif;font-weight:400;font-size:.95rem;line-height:1.65;color:#c8c8c8}.final-cta{padding:40px 20px 100px;display:flex;flex-direction:column;align-items:center;text-align:center}.final-cta-title{font-family:'Sora',sans-serif;font-weight:700;font-size:clamp(1.6rem,3vw,2.6rem);line-height:1.25;max-width:900px;margin-bottom:18px}.final-cta-title span{font-weight:800;color:#E31E3A}.final-cta-subtitle{font-family:'Inter',sans-serif;font-weight:400;font-size:clamp(.9rem,1.1vw,1rem);line-height:1.6;color:#c8c8c8;max-width:700px;margin-bottom:36px}@media (max-width:900px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.topbar{padding:12px 16px}.topbar img{height:34px}.overlay{padding:90px 14px 40px}.calendar-container iframe{min-height:820px}.benefits{padding:60px 14px 80px}.benefits-grid{grid-template-columns:1fr;gap:18px}.benefit-card{padding:26px 22px}.cta-button{padding:16px 36px;font-size:1rem}.faq{padding:30px 14px 30px}.faq-item summary{padding:18px 18px;font-size:.95rem}.faq-item .faq-answer{padding:0 18px 18px;font-size:.9rem}.final-cta{padding:30px 14px 70px}}
