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;
}

.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;
}

/* --- Hero --- */
.renault-hero {
    background: radial-gradient(1200px 500px at 50% 0%, rgba(255,255,255,0.06), transparent 60%), linear-gradient(180deg, #0f1417 0%, #0f1417 60%, #0b0f12 100%);
}

.renault-logo {
    height: 50px;
    filter: invert(1) brightness(1.1) contrast(1.1);
}

.renault-logo-sm {
    height: 16px;
    opacity: .8;
}

.renault-pill {
    background: rgba(255, 215, 0, 0.12);
    color: #ffd700;
    border: 1px solid rgba(255, 215, 0, 0.25);
    padding: .45rem .9rem;
}

.renault-highlight {
    color: #ffd700;
}

/* --- Form card --- */
.renault-form-card {
    width: 100%;
    max-width: 420px;
    margin-top: -48px; /* løfter kortet op ind i hero som på screenshot */
}

@media (max-width: 576px) {
    .renault-form-card {
        margin-top: -28px;
    }
}

/* --- CTA Button --- */
.renault-btn-yellow {
    background: #ffd700;
    border: 1px solid #ffd700;
    color: #111;
    padding: .9rem 1rem;
    border-radius: .6rem;
}

    .renault-btn-yellow:hover {
        filter: brightness(0.95);
    }

/* --- Small visuals --- */
.renault-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: rgba(255, 215, 0, 0.15);
    border: 0px solid rgba(255, 215, 0, 0.22);
    font-size: 18px;
}

.renault-icon-text {
    color: #f0d800 !important;
}

.renault-link {
    color: #b58f00;
    text-decoration: underline;
}

.bygma-logo {
    height: 22px;
    opacity: .8;
}

/* --- Footer --- */
.renault-footer {
    background: #0b0f12;
}

.bygma-logo {
    height: 100px;
    width: auto;
    display: inline-block;
    object-fit: contain;
}

.container-fluid{
    --bs-gutter-x:0;
}