/*
html {
    position: relative;
    min-height: 100%;
}

body {
    background: #f5f7fa;
    font-family: "Segoe UI", Roboto, sans-serif;
    color: #333;
}

.landing-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 20px;
}

.risk-card {
    border-radius: 14px;
    padding: 2.4rem;
    border: none;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    position: relative;
    text-align: center;
}

    .risk-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        background: linear-gradient(90deg, #0d6efd, #6610f2);
    }

.landing-title {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #212529;
}

.landing-subtitle {
    font-size: 1.15rem;
    color: #555;
    max-width: 720px;
    margin: 0 auto 30px auto;
    line-height: 1.55;
}

.nav-btn {
    padding: 0.85rem 2.4rem;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 10px;
}

.btn-primary {
    background: #0d6efd !important;
    color: #fff !important;
}

.btn-outline-secondary {
    border-radius: 8px !important;
    font-weight: 600;
    padding: 0.7rem 2rem !important;
}

.logo-area {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.risk-logo {
    max-width: 180px;
    opacity: 0.85;
}
*/


































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 {
    background: #f5f7fa;
    font-family: "Segoe UI", Roboto, sans-serif;
    color: #333;
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.landing-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 20px;
}

.risk-card {
    border-radius: 14px;
    padding: 2.2rem;
    border: none;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    position: relative;
}

.risk-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    background: linear-gradient(90deg, #0d6efd, #6610f2);
}

.risk-heading {
    font-weight: 700;
    letter-spacing: -0.5px;
}

.landing-title {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #212529;
}

.landing-subtitle {
    font-size: 1.15rem;
    color: #555;
    max-width: 720px;
    margin: 0 auto 30px auto;
    line-height: 1.55;
}

.btn-primary {
    border-radius: 8px !important;
    padding: 0.7rem 2rem !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    letter-spacing: .3px !important;
}

    .btn-primary:hover {
        transform: translateY(-2px);
        transition: 0.2s ease;
    }

.risk-logo {
    max-width: 180px;
    opacity: 0.85;
}

.logo-area {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.hp-wrap {
    visibility: hidden;
}


.ad-banner {
    background: #ffffff;
    border-radius: 14px;
    padding: 1.8rem;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    border-left: 6px solid #0d6efd;
    max-width: 500px;
}

.ad-inner {
    text-align: center;
}

.ad-title {
    font-weight: 700;
    font-size: 1.2rem;
    color: #0d6efd;
    margin-bottom: 0.8rem;
}

.ad-content {
    margin-bottom: 1rem;
}

.ad-image {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.ad-text {
    font-size: 1rem;
    margin-bottom: 1.2rem;
    color: #555;
}

.ad-btn {
    border-radius: 8px !important;
    padding: 0.6rem 1.4rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
}

    .ad-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        transition: 0.2s ease;
    }

.results-overview {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 1rem;
}