.bottom-banner {
    background: radial-gradient(ellipse at 30% 20%, #FFD27A 0%, transparent 60%),
                radial-gradient(ellipse at 80% 80%, #C97700 0%, transparent 60%),
                linear-gradient(135deg, #FCA311, #E08F00);
    border-radius: 34px;
    padding: 96px 48px;
    text-align: center;
    color: #FFFFFF;
    margin: 24px 0;
  }
  .bottom-banner h2 {
    color: #FFFFFF;
    font-size: clamp(32px, 4vw, 52px);
    margin-bottom: 14px;
    line-height: 1.05;
  }
  .bottom-banner p {
    color: rgba(255,255,255,0.85);
    max-width: 540px;
    margin: 0 auto 28px;
    font-size: 15px;
  }
 
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 14px;
    min-height: 44px;
    transition: transform .15s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
    white-space: nowrap;
}

.ico-sm {
    width: 14px;
    height: 14px;
}
  
  .bottom-banner .btn {
    background: #FFFFFF;
    color: #000000; 
  }
  .bottom-banner .btn:hover { 
      background: #FFFFFF;
      
      
  }
