html {
    font-size: 17px;
}

body {
    min-height: 100vh;
    font-size: 1rem;
    line-height: 1.6;
}

.hero-gradient {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    color: #fff;
    border-radius: 1rem;
}

.card-soft {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, .06);
}

.table td,
.table th {
    vertical-align: middle;
}

.package-price {
    font-size: 2rem;
    font-weight: 700;
}

.feature-list li {
    margin-bottom: .5rem;
}

/* Általános tipográfia */
p,
li,
td,
th,
label,
input,
select,
textarea,
button,
.form-control,
.form-select,
.form-check-label,
.alert,
.nav-link,
.navbar-brand,
.btn {
    font-size: 1rem;
}

.form-label {
    font-size: 1rem;
    font-weight: 600;
}

.form-text {
    font-size: 0.95rem;
}

.text-muted.small,
.small {
    font-size: 0.95rem !important;
}

h1, .h1 {
    font-size: 2.1rem;
}

h2, .h2 {
    font-size: 1.8rem;
}

h3, .h3 {
    font-size: 1.55rem;
}

h4, .h4 {
    font-size: 1.35rem;
}

h5, .h5 {
    font-size: 1.18rem;
}

h6, .h6 {
    font-size: 1rem;
}

.form-control,
.form-select {
    font-size: 1rem;
    padding: 0.8rem 0.9rem;
}

.btn-lg {
    font-size: 1.05rem;
    padding: 0.8rem 1.2rem;
}

.alert {
    font-size: 1rem;
}

.badge {
    font-size: 0.9rem;
}

#domain_check_result {
    font-size: 1rem !important;
    font-weight: 500;
}

#package_summary_box {
    font-size: 1rem;
}

#package_summary_price {
    font-size: 1.5rem !important;
    font-weight: 700;
}