:root {
    --navy: #0b1f3a;
    --blue: #1558a8;
    --green: #1f8a70;
    --gold: #d6a84f;
    --ink: #162033;
    --muted: #657083;
    --line: #e7edf5;
    --soft: #f6f8fb;
    --white: #ffffff;
    --shadow: 0 18px 50px rgba(11, 31, 58, .12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.65;
}

a { text-decoration: none; }

.navbar {
    padding: 18px 0;
    transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}

.navbar.fixed-top {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    z-index: 1045;
    width: 100%;
}

.navbar > .container {
    width: min(100%, 1180px);
    padding-inline: 0;
}

.navbar.scrolled {
    background: rgba(11, 31, 58, .97);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .16);
    padding: 10px 0;
}

.brand-mark {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-right: 8px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--gold), #f1d993);
    color: var(--navy);
    font-size: .8rem;
}

.navbar .nav-link {
    color: rgba(255, 255, 255, .84);
    font-weight: 600;
    font-size: .94rem;
    padding-inline: .75rem;
}

.navbar .nav-link:hover { color: var(--gold); }

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.language-switch {
    display: flex;
    gap: 2px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.language-switch button {
    border: 0;
    border-radius: 6px;
    padding: 4px 7px;
    color: rgba(255, 255, 255, .8);
    background: transparent;
    font-weight: 700;
    font-size: .72rem;
}

.language-switch button.active {
    background: var(--white);
    color: var(--navy);
}

.language-dropdown {
    position: relative;
    z-index: 1040;
}

.language-current {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .92);
    font-weight: 800;
    font-size: .78rem;
    transition: border-color .2s ease, background .2s ease;
}

.language-current:hover,
.language-dropdown.open .language-current {
    border-color: rgba(212, 175, 55, .7);
    background: rgba(255, 255, 255, .14);
}

.language-current i {
    font-size: .78rem;
    transition: transform .2s ease;
}

.language-dropdown.open .language-current i {
    transform: rotate(180deg);
}

.language-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 180px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(8, 29, 58, .98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.language-dropdown.open .language-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-menu button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: rgba(255, 255, 255, .9);
    font-size: .84rem;
    font-weight: 700;
    text-align: left;
}

.language-menu button:hover,
.language-menu button.active {
    background: rgba(212, 175, 55, .16);
    color: #fff;
}

.flag {
    width: 22px;
    height: 16px;
    display: inline-block;
    flex: 0 0 auto;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .24);
    background-size: cover;
    background-position: center;
}

.flag-de { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23000' d='M0 0h60v13.33H0z'/%3E%3Cpath fill='%23dd0000' d='M0 13.33h60v13.34H0z'/%3E%3Cpath fill='%23ffce00' d='M0 26.67h60V40H0z'/%3E%3C/svg%3E"); }
.flag-en { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23012169' d='M0 0h60v40H0z'/%3E%3Cpath stroke='%23fff' stroke-width='8' d='m0 0 60 40M60 0 0 40'/%3E%3Cpath stroke='%23c8102e' stroke-width='4' d='m0 0 60 40M60 0 0 40'/%3E%3Cpath fill='%23fff' d='M25 0h10v40H25zM0 15h60v10H0z'/%3E%3Cpath fill='%23c8102e' d='M27 0h6v40h-6zM0 17h60v6H0z'/%3E%3C/svg%3E"); }
.flag-fr { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23002395' d='M0 0h20v40H0z'/%3E%3Cpath fill='%23fff' d='M20 0h20v40H20z'/%3E%3Cpath fill='%23ed2939' d='M40 0h20v40H40z'/%3E%3C/svg%3E"); }
.flag-es { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23aa151b' d='M0 0h60v40H0z'/%3E%3Cpath fill='%23f1bf00' d='M0 10h60v20H0z'/%3E%3C/svg%3E"); }
.flag-nl { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Cpath fill='%23ae1c28' d='M0 0h60v13.33H0z'/%3E%3Cpath fill='%23fff' d='M0 13.33h60v13.34H0z'/%3E%3Cpath fill='%2321468b' d='M0 26.67h60V40H0z'/%3E%3C/svg%3E"); }

.translate-provider,
.goog-te-banner-frame,
.goog-te-gadget,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover,
.skiptranslate {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

html,
body {
    top: 0 !important;
    position: static;
}

html,
body {
    margin-top: 0 !important;
}

.goog-text-highlight {
    background: transparent !important;
    box-shadow: none !important;
}

.btn {
    border-radius: 8px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold), #f4d88a);
    border: 0;
    color: var(--navy);
    box-shadow: 0 10px 25px rgba(214, 168, 79, .22);
}

.btn-primary {
    background: linear-gradient(135deg, var(--blue), var(--green));
    border: 0;
    box-shadow: 0 12px 28px rgba(21, 88, 168, .22);
}

.hero-section {
    position: relative;
    min-height: 980px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 130px 0 80px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 1.45s ease-in-out, transform 6s ease-in-out;
}

.hero-bg.active {
    opacity: 1;
    transform: scale(1);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 22, 43, .94) 0%, rgba(8, 26, 51, .74) 50%, rgba(8, 26, 51, .52) 100%);
}

.hero-content { position: relative; z-index: 2; }
.hero-copy { color: rgba(255, 255, 255, .84); font-size: 1.12rem; max-width: 720px; margin: 22px 0 30px; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.text-gold { color: var(--gold); }

.section { padding: 96px 0; }
.light-band { background: var(--soft); }
.split-section { background: linear-gradient(180deg, #fff, #f9fbfd); }
.section-kicker { display: block; color: var(--green); font-weight: 800; text-transform: uppercase; font-size: .78rem; margin-bottom: 8px; }
.section-heading { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-heading h2, .split-section h2 { color: var(--navy); font-weight: 800; }
.section-heading p { color: var(--muted); margin: 0; }

.loan-card, .feature-card, .info-card, .testimonial-card, .contact-form, .contact-panel {
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.loan-card {
    padding: 30px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(16px);
}

.rate-badge {
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(31, 138, 112, .12);
    color: var(--green);
    font-weight: 800;
}

.slider-field { margin-bottom: 22px; }
.slider-field label { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 8px; font-weight: 700; }
.form-range::-webkit-slider-thumb { background: var(--green); }
.simulation-results { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.simulation-results div { padding: 16px; border-radius: 8px; background: var(--soft); }
.simulation-results span { display: block; color: var(--muted); font-size: .85rem; }
.simulation-results strong { display: block; color: var(--navy); font-size: 1.2rem; }
.fineprint { color: var(--muted); font-size: .86rem; margin-top: 14px; }

.feature-card, .info-card, .testimonial-card, .contact-form, .contact-panel {
    background: var(--white);
    border: 1px solid var(--line);
    padding: 28px;
}

.feature-card {
    transition: transform .25s ease, box-shadow .25s ease;
}

.feature-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(11, 31, 58, .16); }
.feature-card > i, .benefit-item > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(21, 88, 168, .1);
    color: var(--blue);
    font-size: 1.4rem;
    margin-bottom: 18px;
}

.feature-card h3, .benefit-item h3, .info-card h3, .process-step h3 { font-size: 1.12rem; color: var(--navy); font-weight: 800; }
.feature-card p, .benefit-item p, .info-card p, .process-step p, .testimonial-card p { color: var(--muted); }
.feature-card a { color: var(--green); font-weight: 800; }

.section-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--shadow);
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 24px;
}

.trust-grid div {
    padding: 18px;
    border-radius: 8px;
    background: var(--soft);
}

.trust-grid strong { display: block; color: var(--navy); font-size: 1.5rem; }
.trust-grid span { color: var(--muted); font-size: .9rem; }

.value-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.value-row span {
    padding: 9px 14px;
    border-radius: 8px;
    background: var(--white);
    border: 1px solid var(--line);
    color: var(--navy);
    font-weight: 700;
}

.benefit-item {
    padding: 24px;
    height: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.process-band {
    background: linear-gradient(135deg, var(--navy), #123b68);
    color: var(--white);
}

.process-band .section-heading h2, .process-band .section-kicker { color: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.process-step {
    padding: 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
}

.process-step span { color: var(--gold); font-weight: 800; font-size: 1.4rem; }
.process-step i { display: block; color: var(--gold); font-size: 1.6rem; margin: 14px 0; }
.process-step h3, .process-step p { color: var(--white); }
.compliance-note { margin: 28px auto 0; max-width: 860px; text-align: center; color: var(--muted); font-weight: 600; }
.process-band .compliance-note { color: rgba(255, 255, 255, .78); }

.partner-marquee { overflow: hidden; border-block: 1px solid var(--line); padding: 20px 0; }
.partner-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.partner-track span {
    margin: 0 12px;
    padding: 18px 28px;
    min-width: 190px;
    border-radius: 8px;
    background: var(--soft);
    color: var(--navy);
    font-weight: 800;
    text-align: center;
}

@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.testimonial-card .avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--blue), var(--green));
    color: var(--white);
    font-size: 1.4rem;
}

.stars { color: var(--gold); margin: 18px 0 12px; letter-spacing: 2px; }
.testimonial-card strong { display: block; color: var(--navy); }
.testimonial-card span { color: var(--muted); }

.testimonial-slider {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 74px 42px;
}

.testimonial-slider .carousel-inner {
    overflow: hidden;
    border-radius: 8px;
}

.testimonial-slide-card {
    min-height: 292px;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    margin: 0;
    padding: 38px;
}

.testimonial-person {
    display: grid;
    justify-items: center;
    gap: 14px;
    text-align: center;
}

.testimonial-person .avatar {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 14px 32px rgba(8, 29, 58, .14);
}

.testimonial-person strong {
    font-size: 1.08rem;
}

.testimonial-person span {
    display: block;
    margin-top: 4px;
    font-weight: 700;
}

.testimonial-quote p {
    margin: 0;
    color: var(--ink);
    font-size: 1.16rem;
    line-height: 1.7;
    font-weight: 600;
}

.testimonial-slider .carousel-control-prev,
.testimonial-slider .carousel-control-next {
    top: calc(50% - 28px);
    bottom: auto;
    width: 48px;
    height: 48px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--navy);
    opacity: 1;
    box-shadow: 0 12px 28px rgba(8, 29, 58, .1);
}

.testimonial-slider .carousel-control-prev {
    left: 0;
}

.testimonial-slider .carousel-control-next {
    right: 0;
}

.testimonial-slider .carousel-control-prev:hover,
.testimonial-slider .carousel-control-next:hover {
    color: var(--blue);
    border-color: rgba(21, 88, 168, .26);
}

.testimonial-slider .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
    gap: 8px;
}

.testimonial-slider .carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 50%;
    background-color: rgba(21, 88, 168, .32);
    opacity: 1;
}

.testimonial-slider .carousel-indicators .active {
    width: 28px;
    border-radius: 999px;
    background-color: var(--blue);
}

.accordion-item { border-color: var(--line); }
.accordion-button { font-weight: 800; color: var(--navy); }
.accordion-button:not(.collapsed) { background: rgba(31, 138, 112, .1); color: var(--green); }

.cta-section {
    padding: 82px 0;
    text-align: center;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), var(--green));
}

.cta-section h2 { font-weight: 800; }
.cta-section p { max-width: 720px; margin: 14px auto 26px; color: rgba(255, 255, 255, .86); }

.form-control {
    min-height: 52px;
    border-radius: 8px;
    border-color: var(--line);
}

.form-control:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 .2rem rgba(31, 138, 112, .14);
}

.consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--muted);
    font-size: .94rem;
}

.form-alert {
    display: none;
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 700;
}

.form-alert.success { display: block; background: rgba(31, 138, 112, .12); color: var(--green); }
.form-alert.error { display: block; background: rgba(177, 44, 44, .12); color: #b12c2c; }
.contact-form > .form-alert { margin-bottom: 18px; }
.submit-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 180px;
    transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}

.submit-button.is-submitting {
    transform: rotate(-1deg) scale(.99);
    cursor: progress;
    opacity: .92;
}

.submit-spinner {
    width: 18px;
    height: 18px;
    display: none;
    border: 2px solid rgba(255, 255, 255, .38);
    border-top-color: #fff;
    border-radius: 50%;
}

.submit-button.is-submitting .submit-spinner {
    display: inline-block;
    animation: submitSpin .75s linear infinite;
}

@keyframes submitSpin {
    to { transform: rotate(360deg); }
}
.form-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.contact-panel p { display: flex; gap: 10px; color: var(--muted); }
.contact-panel i { color: var(--green); }
.map-placeholder {
    min-height: 190px;
    display: grid;
    place-items: center;
    margin-top: 24px;
    border-radius: 8px;
    background: repeating-linear-gradient(45deg, #eef3f8, #eef3f8 10px, #e5ecf3 10px, #e5ecf3 20px);
    color: var(--muted);
    font-weight: 800;
}

.site-footer {
    padding: 70px 0 28px;
    background: #07162b;
    color: rgba(255, 255, 255, .76);
}

.site-footer h2, .site-footer h3 { color: var(--white); font-weight: 800; }
.site-footer h3 { font-size: 1rem; margin-bottom: 16px; }
.site-footer a { display: block; color: rgba(255, 255, 255, .72); margin-bottom: 8px; }
.site-footer a:hover { color: var(--gold); }
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-brand img {
    width: 160px;
    height: 48px;
    object-fit: contain;
}
.legal-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 14px; }
.footer-warning {
    margin-top: 34px;
    padding: 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    font-size: .9rem;
}

.copyright { margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .9rem; }

.back-to-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 8px;
    background: var(--gold);
    color: var(--navy);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 20;
}

.back-to-top.visible { opacity: 1; pointer-events: auto; }

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .55s ease, transform .55s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199px) {
    .navbar-collapse {
        margin-top: 16px;
        padding: 16px;
        border-radius: 8px;
        background: rgba(11, 31, 58, .98);
    }
    .nav-actions { align-items: flex-start; flex-direction: column; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    .hero-section { min-height: auto; padding-top: 120px; }
    .simulation-results { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .section { padding: 70px 0; }
    .hero-section { padding-bottom: 60px; }
    .display-4 { font-size: 2.25rem; }
    .hero-buttons .btn { width: 100%; }
    .loan-card, .feature-card, .info-card, .testimonial-card, .contact-form, .contact-panel { padding: 22px; }
    .trust-grid, .process-grid { grid-template-columns: 1fr; }
    .legal-links { grid-template-columns: 1fr; }
}

/* Mockup alignment: compact premium finance design system */
:root {
    --navy: #081d3a;
    --blue: #1e3a6a;
    --green: #22c55e;
    --gold: #d4af37;
    --ink: #0c1b31;
    --muted: #5f6d80;
    --line: #dfe7f1;
    --soft: #f7f9fc;
    --shadow: 0 14px 38px rgba(8, 29, 58, .10);
}

body {
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #fbfcfe;
    line-height: 1.55;
}

.container {
    max-width: 1180px;
}

.navbar {
    padding: 14px 0;
    background: rgba(8, 29, 58, .96);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.navbar.scrolled {
    background: rgba(8, 29, 58, .98);
    padding: 10px 0;
}

.navbar-brand {
    font-size: 1.28rem;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.brand-logo {
    width: 150px;
    height: 44px;
    object-fit: contain;
    flex: 0 0 auto;
    border: 0;
    border-radius: 0;
    transition: transform .22s ease, filter .22s ease;
}

.navbar-brand:hover .brand-logo {
    transform: translateY(-1px) scale(1.02);
    filter: drop-shadow(0 8px 14px rgba(212, 175, 55, .16));
}

.brand-mark {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background: transparent;
    color: var(--gold);
    border: 2px solid var(--gold);
    font-size: .92rem;
}

.navbar .nav-link {
    font-size: .76rem;
    padding-inline: .78rem;
}

.language-switch {
    border-radius: 6px;
    padding: 3px;
}

.language-switch button {
    font-size: .68rem;
    padding: 4px 8px;
}

.btn {
    min-height: 38px;
    border-radius: 6px;
    padding: .62rem 1.25rem;
    font-size: .82rem;
}

.btn-lg {
    min-height: 48px;
    padding-inline: 1.55rem;
}

.btn-gold {
    background: linear-gradient(135deg, #f0c14c, #d99b0b);
    color: #07162b;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, .78);
    color: #fff;
}

.hero-section {
    min-height: 560px;
    padding: 96px 0 42px;
}

.hero-overlay {
    background:
        radial-gradient(circle at 64% 48%, rgba(8, 29, 58, .18), rgba(8, 29, 58, .86) 32%),
        linear-gradient(90deg, rgba(8, 29, 58, .98) 0%, rgba(8, 29, 58, .86) 45%, rgba(8, 29, 58, .46) 100%);
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 12px;
    margin-bottom: 16px;
    border: 1px solid rgba(212, 175, 55, .72);
    border-radius: 999px;
    color: #f7d67b;
    background: rgba(8, 29, 58, .6);
    text-transform: uppercase;
    font-size: .67rem;
    font-weight: 800;
}

.display-4 {
    max-width: 680px;
    font-size: clamp(2.25rem, 4vw, 4rem);
    line-height: 1.08;
}

.hero-copy {
    max-width: 650px;
    margin: 18px 0 24px;
    font-size: .98rem;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 44px;
    color: #fff;
}

.hero-stats div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 10px;
    align-items: center;
}

.hero-stats i {
    grid-row: span 2;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: var(--gold);
    border: 1px solid rgba(212, 175, 55, .5);
    border-radius: 7px;
}

.hero-stats strong {
    font-size: 1.18rem;
    line-height: 1;
    min-width: 4.4rem;
}

.hero-stats span {
    color: rgba(255, 255, 255, .74);
    font-size: .68rem;
}

.loan-card {
    padding: 24px;
    color: #fff;
    background: rgba(8, 29, 58, .58);
    border: 1px solid rgba(255, 255, 255, .34);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .24);
}

.loan-card h2,
.loan-card .section-kicker,
.loan-card label,
.loan-card .fineprint {
    color: #fff;
}

.loan-card .section-kicker {
    opacity: .74;
}

.rate-badge,
.slider-field strong {
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.slider-field {
    margin-bottom: 16px;
}

.slider-field label {
    font-size: .82rem;
}

.form-range::-webkit-slider-runnable-track {
    height: 4px;
    background: rgba(255, 255, 255, .42);
}

.form-range::-webkit-slider-thumb {
    background: #f0c14c;
}

.simulation-results {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 16px 0 18px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.simulation-results div {
    padding: 12px 10px 8px 0;
    background: transparent;
    border-radius: 0;
}

.simulation-results div:first-child {
    grid-column: 1 / -1;
}

.simulation-results span {
    color: rgba(255, 255, 255, .72);
    font-size: .72rem;
}

.simulation-results strong {
    color: #fff;
    font-size: 1.18rem;
}

.section {
    padding: 58px 0;
}

.light-band,
.split-section {
    background: #fff;
}

.section-heading {
    margin-bottom: 28px;
}

.section-heading h2,
.split-section h2 {
    font-size: clamp(1.45rem, 2vw, 2rem);
    letter-spacing: 0;
}

.section-heading p {
    font-size: .86rem;
}

.section-kicker {
    color: var(--blue);
    font-size: .68rem;
    letter-spacing: 0;
}

.feature-card,
.info-card,
.testimonial-card,
.contact-form,
.contact-panel,
.benefit-item {
    border-color: #e8edf4;
    box-shadow: 0 10px 28px rgba(8, 29, 58, .06);
}

.feature-card {
    padding: 20px 18px;
    min-height: 190px;
}

.feature-card > i,
.benefit-item > i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 14px;
    color: var(--blue);
    background: #f4f7fb;
    border: 1px solid #e5ebf4;
}

.feature-card h3,
.benefit-item h3,
.info-card h3,
.process-step h3 {
    font-size: .92rem;
}

.feature-card p,
.benefit-item p,
.info-card p,
.process-step p,
.testimonial-card p {
    font-size: .78rem;
}

.feature-card a {
    color: var(--blue);
    font-size: .76rem;
}

.section-image {
    aspect-ratio: 16 / 10;
}

.trust-grid {
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.trust-grid div {
    background: transparent;
    padding: 10px;
}

.trust-grid strong {
    font-size: 1.04rem;
    min-width: 4.4rem;
}

.trust-grid span {
    font-size: .7rem;
}

.dynamic-stats .trust-stat {
    position: relative;
    overflow: hidden;
    padding: 18px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, #f8fbfd);
    box-shadow: 0 10px 26px rgba(8, 29, 58, .06);
    transform: translateY(10px);
    opacity: .88;
    transition: transform .35s ease, opacity .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.dynamic-stats .trust-stat::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold), var(--green));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1.1s ease .15s;
}

.dynamic-stats .trust-stat.stat-active {
    transform: translateY(0);
    opacity: 1;
}

.dynamic-stats .trust-stat.stat-active::after {
    transform: scaleX(1);
}

.dynamic-stats .trust-stat:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 197, 94, .22);
    box-shadow: 0 18px 42px rgba(8, 29, 58, .11);
}

.dynamic-stats .trust-stat i {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    border-radius: 8px;
    color: var(--green);
    background: rgba(34, 197, 94, .1);
}

.dynamic-stats .trust-stat strong {
    font-size: 1.25rem;
}

.value-row {
    border-block: 1px solid var(--line);
    padding: 18px 0;
}

.value-row span {
    border: 0;
    background: transparent;
    color: var(--blue);
    font-size: .78rem;
}

.value-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.value-row span i {
    color: var(--green);
    font-size: .95rem;
}

.info-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-card h3 i {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 8px;
    color: var(--green);
    background: rgba(34, 197, 94, .1);
    border: 1px solid rgba(34, 197, 94, .22);
}

.benefit-item {
    padding: 18px 12px;
    text-align: center;
    border-width: 0 1px 0 0;
    border-radius: 0;
    box-shadow: none;
}

.benefit-item > i {
    margin-inline: auto;
}

.process-band {
    background: #fff;
    color: var(--ink);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.process-band .section-heading {
    text-align: left;
    margin-inline: 0;
}

.process-band .section-heading h2,
.process-band .section-kicker {
    color: var(--navy);
}

.process-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    gap: 10px;
}

.process-step {
    display: grid;
    grid-template-columns: 32px 28px 1fr;
    gap: 10px;
    align-items: start;
    padding: 0;
    background: transparent;
    border: 0;
}

.process-step span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--blue);
    font-size: .76rem;
}

.process-step i {
    margin: 2px 0 0;
    color: var(--gold);
    font-size: 1rem;
}

.process-step h3,
.process-step p {
    color: var(--ink);
    margin-bottom: 2px;
}

.process-band .compliance-note {
    max-width: 360px;
    margin: 18px 0 0;
    color: var(--muted);
    text-align: left;
    font-size: .72rem;
}

.partner-marquee {
    border-block: 0;
    padding: 0 0 12px;
}

.partner-track span {
    min-width: auto;
    padding: 8px 18px;
    background: transparent;
    border-radius: 0;
    color: var(--navy);
    font-size: .76rem;
}

.testimonial-card {
    padding: 22px;
}

.testimonial-card .avatar {
    width: 42px;
    height: 42px;
}

.stars {
    margin: 12px 0 10px;
    font-size: .9rem;
}

.accordion {
    max-width: 760px;
}

.accordion-button {
    min-height: 44px;
    padding: .75rem 1rem;
    font-size: .82rem;
}

.cta-section {
    max-width: 1120px;
    margin: 10px auto 0;
    padding: 54px 0;
    border-radius: 8px;
    text-align: left;
    background:
        linear-gradient(90deg, rgba(8, 29, 58, .98) 0%, rgba(8, 29, 58, .82) 52%, rgba(8, 29, 58, .18) 100%),
        url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1400&q=85") center/cover;
}

.cta-section .container {
    max-width: 980px;
}

.cta-section p {
    margin-left: 0;
}

.contact-form,
.contact-panel {
    padding: 22px;
}

.contact-intro {
    max-width: 920px;
    margin: -6px auto 30px;
    padding: 28px;
    border-radius: 8px;
    border: 1px solid var(--line);
    background:
        linear-gradient(135deg, rgba(8, 29, 58, .04), rgba(34, 197, 94, .06)),
        #fff;
    box-shadow: 0 14px 34px rgba(8, 29, 58, .07);
    text-align: center;
}

.contact-intro h3 {
    margin-bottom: 10px;
    color: var(--navy);
    font-weight: 800;
}

.contact-intro p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--muted);
}

.contact-intro-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.contact-intro-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--navy);
    background: #fff;
    border: 1px solid var(--line);
    font-weight: 700;
    font-size: .86rem;
}

.contact-intro-points i {
    color: var(--green);
}

.form-control {
    min-height: 42px;
    font-size: .78rem;
}

.site-footer {
    padding-top: 44px;
    background: linear-gradient(180deg, #081d3a, #051326);
}

.site-footer p,
.site-footer a,
.footer-warning,
.copyright {
    font-size: .76rem;
}

@media (max-width: 1199px) {
    .navbar-collapse {
        background: rgba(8, 29, 58, .98);
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding-top: 112px;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid,
    .process-band .compliance-note {
        max-width: none;
    }

    .cta-section {
        margin-inline: 12px;
        padding-inline: 4px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        min-height: auto;
        padding-top: 100px;
    }

    .hero-stats,
    .trust-grid {
        grid-template-columns: 1fr 1fr;
    }

    .simulation-results {
        grid-template-columns: 1fr;
    }

    .benefit-item {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }
}

/* Layout cleanup: keep every section aligned to the same content grid. */
.section > .container,
.hero-content,
.site-footer > .container {
    width: min(100% - 32px, 1180px);
}

.section-heading {
    text-align: center;
    margin-inline: auto;
}

.process-band {
    background: #fff;
}

.process-band .section-heading {
    max-width: 760px;
    text-align: center;
    margin-inline: auto;
}

.process-grid {
    max-width: none;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.process-step {
    display: block;
    min-height: 190px;
    padding: 22px 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(8, 29, 58, .06);
}

.process-step span {
    margin-bottom: 14px;
}

.process-step i {
    display: block;
    margin: 0 0 12px;
    font-size: 1.25rem;
}

.process-band .compliance-note {
    max-width: 860px;
    text-align: center;
    margin: 24px auto 0;
}

.accordion {
    margin-inline: auto;
}

.cta-section {
    width: min(100% - 32px, 1120px);
    margin: 24px auto;
}

#kontakt .section-heading {
    margin-bottom: 30px;
}

.contact-form,
.contact-panel {
    height: 100%;
}

.partner-marquee {
    width: 100%;
}

.hero-stats {
    max-width: 680px;
}

@media (max-width: 1199px) {
    .process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .section > .container,
    .hero-content,
    .site-footer > .container {
        width: min(100% - 24px, 1180px);
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .process-step {
        min-height: auto;
    }

    .cta-section {
        width: calc(100% - 24px);
    }
}

/* Final requested refinements */
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-size: 16.5px;
    line-height: 1.62;
}

.section > .container,
.hero-content,
.site-footer > .container {
    width: min(100%, 1180px);
    padding-inline: 0;
}

.hero-copy {
    font-size: 1.04rem;
}

#heroTitle {
    display: inline-block;
    min-height: 2.18em;
    transition: opacity .35s ease, transform .35s ease;
}

#heroTitle.switching {
    opacity: 0;
    transform: translateY(8px);
}

.feature-card {
    min-height: 355px;
    overflow: hidden;
}

.service-image {
    width: calc(100% + 36px);
    height: 165px;
    margin: -20px -18px 16px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.feature-card p,
.benefit-item p,
.info-card p,
.process-step p,
.testimonial-card p {
    font-size: .88rem;
}

.feature-card a,
.section-heading p,
.fineprint,
.consent,
.contact-panel p {
    font-size: .9rem;
}

.feature-card h3,
.benefit-item h3,
.info-card h3,
.process-step h3 {
    font-size: 1rem;
}

.partner-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 210px;
    padding: 12px 22px !important;
    border: 1px solid var(--line);
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(8, 29, 58, .05);
}

.partner-logo svg {
    width: 34px;
    height: 26px;
    fill: var(--blue);
    flex: 0 0 auto;
}

.partner-logo b {
    color: var(--navy);
    white-space: nowrap;
    font-size: .86rem;
}

.form-control,
.form-select {
    min-height: 46px;
    border-radius: 8px;
    border-color: var(--line);
    font-size: .92rem;
}

.form-select:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 .2rem rgba(31, 138, 112, .14);
}

.cta-section {
    width: min(100%, 1120px);
}

@media (max-width: 1199px) {
    .navbar > .container {
        padding-inline: 18px;
    }

    .section > .container,
    .hero-content,
    .site-footer > .container {
        padding-inline: 18px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15.8px;
    }

    .navbar > .container {
        padding-inline: 12px;
    }

    .section > .container,
    .hero-content,
    .site-footer > .container {
        width: 100%;
        padding-inline: 12px;
    }

    #heroTitle {
        min-height: auto;
    }

    .service-image {
        height: 150px;
    }

    .partner-logo {
        min-width: 190px;
    }

    .cta-section {
        width: 100%;
        border-radius: 0;
    }

    .brand-logo {
        width: 128px;
        height: 40px;
    }
}

/* Requested visual refinements */
.feature-card {
    display: flex;
    flex-direction: column;
}

.feature-card a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    padding: 8px 12px;
    border-radius: 6px;
    color: #07162b;
    background: linear-gradient(135deg, #f0c14c, #d99b0b);
    box-shadow: 0 8px 18px rgba(212, 175, 55, .18);
    transition: transform .2s ease, box-shadow .2s ease;
}

.feature-card a:hover {
    color: #07162b;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(212, 175, 55, .28);
}

.feature-card a i {
    transition: transform .2s ease;
}

.feature-card a:hover i {
    transform: translateX(4px);
}

.partner-logo img {
    width: 42px;
    height: 30px;
    object-fit: contain;
    flex: 0 0 auto;
}

.map-frame {
    min-height: 240px;
    margin-top: 24px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 10px 28px rgba(8, 29, 58, .06);
}

.map-frame iframe {
    width: 100%;
    height: 240px;
    display: block;
    border: 0;
}

.page-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 130px 0 70px;
    color: #fff;
}

.page-hero-inner {
    max-width: 780px;
}

.page-hero h1 {
    margin: 0;
    font-size: clamp(2.45rem, 5vw, 4.8rem);
    line-height: 1.05;
    font-weight: 800;
}

.page-hero p {
    max-width: 720px;
    margin: 20px 0 28px;
    color: rgba(255, 255, 255, .84);
    font-size: 1.08rem;
}

.page-content-section {
    background: #fbfcfe;
}

.page-intro {
    max-width: 850px;
    margin: 0 auto 34px;
    text-align: center;
}

.page-intro h2 {
    color: var(--navy);
    font-weight: 800;
}

.page-intro p {
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
}

.page-card-grid {
    margin-top: 12px;
}

.page-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(8, 29, 58, .07);
}

.page-card-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 8px;
    color: var(--green);
    background: rgba(34, 197, 94, .1);
    border: 1px solid rgba(34, 197, 94, .22);
    font-size: 1.2rem;
}

.page-card h3 {
    color: var(--navy);
    font-size: 1.12rem;
    font-weight: 800;
}

.page-card p {
    color: var(--muted);
}

.page-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--blue);
    font-weight: 800;
}

.page-card a i {
    transition: transform .2s ease;
}

.page-card a:hover i {
    transform: translateX(4px);
}

.page-notice {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    max-width: 920px;
    margin: 36px auto 0;
    padding: 18px 20px;
    border: 1px solid rgba(212, 175, 55, .26);
    border-radius: 8px;
    background: rgba(212, 175, 55, .08);
}

.page-notice i {
    color: var(--gold);
    font-size: 1.2rem;
    flex: 0 0 auto;
}

.page-notice p {
    margin: 0;
    color: var(--muted);
    font-size: .92rem;
}

.deep-dive-section,
.page-timeline-section,
.assurance-list-section {
    margin-top: 56px;
}

.deep-dive-section {
    padding: 34px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 14px 34px rgba(8, 29, 58, .06);
}

.deep-dive-section h2,
.page-timeline-section h2,
.assurance-list-section h2 {
    color: var(--navy);
    font-weight: 800;
}

.deep-dive-section p {
    color: var(--muted);
}

.deep-dive-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    margin-top: 22px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 16px 38px rgba(8, 29, 58, .12);
}

.assurance-card {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbfcfe;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.assurance-card:hover {
    transform: translateY(-5px);
    border-color: rgba(34, 197, 94, .22);
    box-shadow: 0 18px 42px rgba(8, 29, 58, .11);
}

.assurance-card-image {
    width: calc(100% + 44px);
    height: 128px;
    margin: -22px -22px 18px;
    object-fit: cover;
    border-bottom: 1px solid var(--line);
}

.assurance-card i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border-radius: 8px;
    color: var(--green);
    background: rgba(34, 197, 94, .1);
}

.assurance-card h3,
.timeline-item h3 {
    color: var(--navy);
    font-size: 1rem;
    font-weight: 800;
}

.assurance-card p,
.timeline-item p {
    margin: 0;
    color: var(--muted);
    font-size: .9rem;
}

.page-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.timeline-item {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 30px rgba(8, 29, 58, .06);
}

.timeline-item > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--green));
    font-weight: 800;
}

.assurance-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.assurance-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--navy);
    font-weight: 700;
    box-shadow: 0 10px 26px rgba(8, 29, 58, .05);
}

.assurance-list i {
    color: var(--green);
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .page-hero {
        min-height: 460px;
        padding: 112px 0 54px;
    }

    .page-hero h1 {
        font-size: 2.2rem;
    }

    .page-hero p {
        font-size: .98rem;
    }

    .page-notice {
        display: block;
    }

    .page-notice i {
        display: block;
        margin-bottom: 8px;
    }

    .deep-dive-section {
        padding: 24px;
    }

    .page-timeline,
    .assurance-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .page-timeline,
    .assurance-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.testimonial-card img.avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 2px solid #fff;
    box-shadow: 0 8px 18px rgba(8, 29, 58, .14);
}

.partners-page-section,
.testimonials-page-section {
    margin-top: 56px;
}

.partners-page-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.partner-page-card,
.testimonial-page-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(8, 29, 58, .07);
}

.partner-page-card {
    padding: 24px;
    text-align: center;
    transition: transform .22s ease, box-shadow .22s ease;
}

.partner-page-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 44px rgba(8, 29, 58, .12);
}

.partner-page-card img {
    width: 74px;
    height: 54px;
    object-fit: contain;
    margin: 0 auto 16px;
}

.partner-page-card h3 {
    color: var(--navy);
    font-size: 1.05rem;
    font-weight: 800;
}

.partner-page-card p {
    margin: 0;
    color: var(--muted);
    font-size: .9rem;
}

.testimonials-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.testimonial-page-card {
    padding: 22px;
}

.testimonial-page-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-page-head img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 8px 18px rgba(8, 29, 58, .14);
}

.testimonial-page-head strong {
    display: block;
    color: var(--navy);
    font-weight: 800;
}

.testimonial-page-head span {
    display: block;
    color: var(--muted);
    font-size: .82rem;
}

.testimonial-page-card p {
    margin: 0;
    color: var(--muted);
    font-size: .92rem;
}

.testimonial-project {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 12px;
    padding: 5px 9px;
    border-radius: 999px;
    color: var(--green);
    background: rgba(34, 197, 94, .1);
    border: 1px solid rgba(34, 197, 94, .18);
    font-size: .76rem;
    font-weight: 800;
}

.testimonial-page-card .testimonial-detail {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    color: #435166;
    font-size: .88rem;
}

@media (max-width: 1199px) {
    .partners-page-grid,
    .testimonials-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .partners-page-grid,
    .testimonials-page-grid {
        grid-template-columns: 1fr;
    }
}

.thank-you-body {
    min-height: 100vh;
    background: #071625;
}

.thank-you-page {
    min-height: 100vh;
    color: #fff;
    overflow: hidden;
}

.thank-you-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 72px 0;
}

.thank-you-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 22, 37, .95) 0%, rgba(7, 22, 37, .82) 48%, rgba(16, 56, 66, .58) 100%),
        url("https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg?auto=compress&cs=tinysrgb&w=1800") center/cover;
    transform: scale(1.04);
    animation: thankYouImage 12s ease-out forwards;
}

.thank-you-shell {
    position: relative;
    max-width: 880px;
    animation: thankYouEnter .75s ease-out both;
}

.thank-you-brand {
    display: inline-flex;
    align-items: center;
    margin-bottom: 42px;
}

.thank-you-brand img {
    width: min(240px, 58vw);
    height: auto;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .24));
}

.thank-you-confirmation {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    box-shadow: 0 18px 42px rgba(31, 138, 112, .34);
    animation: thankYouCheck .8s .2s cubic-bezier(.2, 1.4, .4, 1) both;
}

.thank-you-confirmation i {
    font-size: 2.5rem;
}

.thank-you-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    color: #f4c542;
    font-size: .84rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.thank-you-shell h1 {
    max-width: 820px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4.8rem);
    line-height: 1.05;
    font-weight: 800;
}

.thank-you-lead {
    max-width: 720px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, .82);
    font-size: 1.1rem;
    line-height: 1.8;
}

.thank-you-status {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 860px;
    margin-bottom: 34px;
}

.thank-you-status div {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
    animation: thankYouTile .65s ease-out both;
}

.thank-you-status div:nth-child(2) { animation-delay: .08s; }
.thank-you-status div:nth-child(3) { animation-delay: .16s; }

.thank-you-status i {
    display: block;
    margin-bottom: 12px;
    color: #f4c542;
    font-size: 1.45rem;
}

.thank-you-status strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: .96rem;
}

.thank-you-status span {
    display: block;
    color: rgba(255, 255, 255, .7);
    font-size: .86rem;
    line-height: 1.55;
}

.thank-you-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@keyframes thankYouEnter {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes thankYouCheck {
    from {
        opacity: 0;
        transform: scale(.65);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes thankYouTile {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes thankYouImage {
    from { transform: scale(1.08); }
    to { transform: scale(1.02); }
}

@media (max-width: 991px) {
    .thank-you-status {
        grid-template-columns: 1fr;
    }

    .thank-you-hero {
        align-items: flex-start;
        padding: 42px 0;
    }
}

@media (max-width: 575px) {
    .thank-you-shell h1 {
        font-size: 2.3rem;
    }

    .thank-you-lead {
        font-size: 1rem;
    }

    .thank-you-actions .btn {
        width: 100%;
    }
}

/* Professional left-to-right mobile navigation */
.mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1028;
    background: rgba(5, 19, 38, .58);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
}

body.mobile-menu-open .mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
}

body.mobile-menu-open {
    overflow: hidden;
}

@media (max-width: 1199px) {
    .navbar .container {
        position: static;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1032;
        display: block !important;
        width: min(86vw, 360px);
        height: 100vh;
        height: 100dvh;
        margin-top: 0 !important;
        padding: 92px 24px 28px !important;
        border-radius: 0 8px 8px 0 !important;
        background:
            linear-gradient(180deg, rgba(8, 29, 58, .98), rgba(5, 19, 38, .98)) !important;
        border-right: 1px solid rgba(255, 255, 255, .12);
        box-shadow: 18px 0 46px rgba(0, 0, 0, .28);
        overflow-y: auto;
        transform: translateX(-105%);
        visibility: hidden;
        transition: transform .34s cubic-bezier(.22, 1, .36, 1), visibility .34s ease;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        transform: translateX(0);
        visibility: visible;
    }

    .navbar-collapse.collapsing {
        height: 100vh !important;
        height: 100dvh !important;
    }

    .navbar .nav-link {
        display: block;
        padding: 12px 0;
        font-size: .98rem;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .nav-actions {
        margin-top: 22px;
        gap: 16px;
    }

    .nav-actions .btn,
    .language-switch {
        width: 100%;
    }

    .language-switch {
        justify-content: space-between;
    }

    .language-dropdown,
    .language-current {
        width: 100%;
    }

    .language-current {
        justify-content: space-between;
    }

    .language-menu {
        left: 0;
        right: auto;
        width: 100%;
    }

    .navbar-toggler {
        position: relative;
        z-index: 1034;
    }
}

.trustpilot-section {
    padding: 58px 0;
    background: #fff;
}

.trustpilot-section > .container {
    width: min(100%, 1180px);
}

.trustpilot-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(8, 29, 58, .04), rgba(34, 197, 94, .06)),
        #fff;
    box-shadow: 0 16px 42px rgba(8, 29, 58, .08);
}

.trustpilot-content h2 {
    margin-bottom: 10px;
    color: var(--navy);
    font-weight: 800;
}

.trustpilot-content p {
    max-width: 680px;
    margin: 0;
    color: var(--muted);
    font-size: .98rem;
}

.trustpilot-score {
    min-width: 280px;
    padding: 22px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dce8e2;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 150, 100, .09);
}

.trustpilot-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #111827;
}

.trust-star-icon {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background: #00b67a;
    color: #fff;
    font-size: .95rem;
}

.trust-stars {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 12px;
}

.trust-stars span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 3px;
    background: #00b67a;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
}

.trust-stars .half {
    background: linear-gradient(90deg, #00b67a 50%, #d7dde5 50%);
}

.score-number {
    display: block;
    color: var(--navy);
    font-size: 1.8rem;
    line-height: 1;
}

.trustpilot-score small {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: .78rem;
}

.cookie-consent {
    position: fixed;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 1090;
    display: none;
    pointer-events: none;
}

.cookie-consent.visible {
    display: block;
}

.cookie-consent-card {
    width: min(100%, 1120px);
    max-height: calc(100dvh - 36px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(8, 29, 58, .98);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
    color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
}

.cookie-consent-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: rgba(214, 168, 79, .18);
    color: var(--gold);
    font-size: 1.2rem;
}

.cookie-consent-eyebrow {
    display: block;
    margin-bottom: 4px;
    color: var(--gold);
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.cookie-consent h2 {
    margin: 0 0 6px;
    font-size: 1.1rem;
    font-weight: 800;
}

.cookie-consent p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: .92rem;
    line-height: 1.55;
}

.cookie-preferences {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 14px;
}

.cookie-preferences label {
    display: flex;
    gap: 10px;
    height: 100%;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font-size: .86rem;
}

.cookie-preferences input {
    margin-top: 4px;
    accent-color: var(--gold);
}

.cookie-preferences strong,
.cookie-preferences small {
    display: block;
}

.cookie-preferences small {
    margin-top: 3px;
    color: rgba(255, 255, 255, .66);
    font-weight: 500;
}

.cookie-consent-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px !important;
}

.cookie-consent-links a {
    color: #f4d88a;
    font-size: .84rem;
    font-weight: 700;
}

.cookie-consent-actions {
    min-width: 360px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.cookie-consent-actions .btn {
    min-height: 44px;
    padding: .7rem .9rem;
    white-space: nowrap;
}

.cookie-consent-actions .btn-outline-light {
    border-color: rgba(255, 255, 255, .32);
}

@media (max-width: 991px) {
    .trustpilot-card {
        grid-template-columns: 1fr;
    }

    .trustpilot-score {
        min-width: 0;
        width: 100%;
    }

    .testimonial-slider {
        padding: 0 0 72px;
    }

    .testimonial-slide-card {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: 0;
        text-align: center;
    }

    .testimonial-quote p {
        font-size: 1.02rem;
    }

    .testimonial-slider .carousel-control-prev,
    .testimonial-slider .carousel-control-next {
        top: auto;
        bottom: 18px;
    }

    .testimonial-slider .carousel-control-prev {
        left: calc(50% - 58px);
    }

    .testimonial-slider .carousel-control-next {
        right: calc(50% - 58px);
    }

    .cookie-consent-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .cookie-consent-actions {
        grid-column: 1 / -1;
        min-width: 0;
    }

    .cookie-preferences {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .trustpilot-section > .container {
        padding-inline: 12px;
    }

    .trustpilot-card {
        padding: 24px;
    }

    .trust-stars span {
        width: 30px;
        height: 30px;
    }

    .testimonial-slider {
        padding-bottom: 76px;
    }

    .testimonial-slide-card {
        padding: 24px 20px;
    }

    .testimonial-person .avatar {
        width: 76px;
        height: 76px;
    }

    .testimonial-person strong {
        font-size: 1rem;
    }

    .testimonial-person span {
        font-size: .84rem;
    }

    .testimonial-quote p {
        font-size: .94rem;
        line-height: 1.65;
    }

    .testimonial-slider .carousel-indicators {
        bottom: 4px;
    }

    .feature-card a {
        margin-inline: auto;
    }

    .contact-form button[type="submit"] {
        display: flex;
        margin-inline: auto;
    }

    .cta-section .btn {
        display: flex;
        width: fit-content;
        margin-inline: auto;
    }

    .cookie-consent {
        left: 10px;
        right: 10px;
        bottom: max(10px, env(safe-area-inset-bottom));
    }

    .cookie-consent-card {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
        max-height: calc(100dvh - max(20px, env(safe-area-inset-bottom) + 20px));
    }

    .cookie-consent-icon {
        display: none;
    }

    .cookie-consent-actions {
        grid-template-columns: 1fr;
        position: sticky;
        bottom: 0;
        padding-top: 10px;
        background: linear-gradient(180deg, rgba(8, 29, 58, 0), rgba(8, 29, 58, .98) 18%);
    }

    .cookie-consent-actions .btn,
    .cookie-consent .btn {
        width: 100%;
    }

    .cookie-preferences label {
        min-height: 74px;
    }
}

#customerTestimonials .testimonial-slide-card {
    padding: 38px;
}

#customerTestimonials .testimonial-person img.avatar {
    width: 92px;
    height: 92px;
}

#customerTestimonials .testimonial-quote p {
    color: var(--ink);
    font-size: 1.16rem;
}

@media (max-width: 991px) {
    #customerTestimonials .testimonial-slide-card {
        padding: 30px;
    }

    #customerTestimonials .testimonial-quote p {
        font-size: 1.02rem;
    }
}

@media (max-width: 767px) {
    #customerTestimonials .testimonial-slide-card {
        padding: 24px 20px;
    }

    #customerTestimonials .testimonial-person img.avatar {
        width: 76px;
        height: 76px;
    }

    #customerTestimonials .testimonial-quote p {
        font-size: .94rem;
    }
}

@supports (content-visibility: auto) {
    main > .section,
    .page-content-section,
    .site-footer {
        content-visibility: auto;
        contain-intrinsic-size: 1px 900px;
    }

    .hero-section,
    .page-hero {
        content-visibility: visible;
        contain-intrinsic-size: auto;
    }
}
