.btn-white{display:inline-flex;align-items:center;gap:10px;background:#fff;color:var(--navy);font-family:var(--font);font-size:15px;font-weight:700;padding:16px 30px;border-radius:50px;border:none;cursor:pointer;transition:background .2s,transform .15s;text-decoration:none;white-space:nowrap}.btn-white:hover{background:#f0f4f8;transform:translateY(-2px)}.intro-right p{font-size:16px;line-height:1.75;color:var(--text-light);margin-bottom:20px}.faq-item.open .faq-q{border-radius:20px 20px 0 0;background:var(--accent);border-color:var(--accent)}.faq-item.open .faq-q:hover{background:var(--accent-h)}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-item.open .faq-a{max-height:300px}.fade-up.visible{opacity:1;transform:translateY(0)}.d2{transition-delay:.2s}