html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Segoe UI', sans-serif;
}
.hero {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    position: relative;
    overflow: hidden;
}

.hero::after {    
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    top: -150px;
    right: -150px;
}

.hero-mockup {
    max-width: 420px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.25));
}

.card {
    border-radius: 1.25rem;
    transition: transform .2s ease, box-shadow .2s ease;
}

    
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}


.step-number {
    width: 48px;
    height: 48px;
    background: #0d6efd;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 1rem;
}
.hero-tecnopay {
    min-height: 85vh;
    background: linear-gradient(135deg, #f8f9fa, #e9f2ff);
}

    .hero-tecnopay h1 {
        line-height: 1.1;
    }

    .hero-tecnopay .btn {
        border-radius: 12px;
    }

.hero-img {
    max-width: 520px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15));
}
