.logo,.nav-content,.nav-links,.top-bar{display:flex}.nav-links,body{position:relative}.footer-section a,.nav-links a{text-decoration:none}body{margin:0;font-family:"Segoe UI",sans-serif}.top-bar{background-color:#0f7f09;padding:20px 20px 10px 0;justify-content:center}.nav-content{width:100%;max-width:1450px;justify-content:space-between;align-items:center}#menu-icon{display:none;width:30px;height:20px;flex-direction:column;justify-content:space-between;cursor:pointer}.mobile-menu span{height:3px;width:100%;background-color:#fff;border-radius:2px;transition:.3s}.logo{align-items:center;font-size:1.5rem;font-weight:700;color:#fff}.logo img{width:90px;height:60px}.nav-links{align-items:center;gap:25px}.nav-links a{color:#fff;font-size:1rem}.close-nav{display:none;color:#fff;font-weight:700;position:absolute;right:20px;top:-2px}.divider{height:10px;background-color:#222c3c}.hero-section,.main-heading{background-color:#0f7f09;text-align:center}.main-heading{padding:60px 20px}.main-heading h1{font-size:2.8rem;font-weight:700;color:#fff}.hero-section{max-width:100%;color:#fff;padding:2rem 1rem}.hero-section h1{font-size:2.5rem;font-weight:700}.hero-section img{width:100%; height: 450px;}.guide-heading,.step-row p{text-align:center}.content{padding:2rem 4rem;display:flex;flex-direction:column;align-items:center;background:#087b10}.content h2{color:#fff;margin-bottom:1rem;font-size:1.8rem}.content h3{color:#fff;margin-top:2rem;font-size:1.4rem}.content p{font-size:1.05rem;color:#fff}.content ul{list-style-type:disc}.steps-container{display:flex;flex-direction:column;align-items:center}.step-row{width:75%;display:flex;flex-direction:column;align-items:center}.footer{background-color:#121212;color:#e0e0e0;padding:40px 20px 20px}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:auto}.footer-section{margin:20px}.footer-section h2,.footer-section h3{color:#00c244;margin-bottom:15px}.footer-section a,.social-icons a{color:#e0e0e0;transition:color .3s}.footer-section li,.footer-section p{font-size:14px;line-height:1.8}.footer-section ul li a:hover,.social-icons a:hover{color:#00c244}.social-icons a{margin-right:10px;font-size:18px}.footer-bottom{text-align:center;padding:10px 0;border-top:1px solid #333;font-size:13px;margin-top:20px}.footer-row .links{display:flex;flex-direction:column;row-gap:6px}.footer-row{width:100%;display:flex;justify-content:space-between}@media (max-width:768px){.footer-container{flex-direction:column;align-items:center}.footer-section{margin:15px 0}}@media (max-width:1024px){#menu-icon,#nav-links{display:flex}#nav-links{position:absolute;top:90px;left:0;right:0;background-color:#444;overflow:hidden;max-height:0;opacity:0;transition:max-height .4s,opacity .4s;flex-direction:column;align-items:center;z-index:5}#nav-links.show{max-height:400px;padding:15px 0;opacity:1}}@media (max-width:700px){.step-row{width:100%}content h2{font-size:1rem}.banner img{height:270px}.footer{padding:14px}.footer-row p,a{font-size:12px}}@media (max-width:400px){.hero-section h1{font-size:1.5rem}.content{padding:2rem}}
.cashapp-headings {
      max-width: 900px;
      margin: auto;
      padding: 30px;
      border-radius: 12px;
    }

    .cashapp h1, h2, h3 {
      color: #0f7f09;
      margin-top: 24px;
    }

    .cashapp h1 {
      font-size: 28px;
      margin-bottom: 12px;
    }

    .cashapp h2 {
      font-size: 22px;
      margin-bottom: 10px;
    }

    .cashapp h3 {
      font-size: 18px;
      margin-bottom: 8px;
    }

    .cashapp p {
      font-size: 16px;
      color: #333;
      line-height: 1.6;
      margin-bottom: 16px;
    }