/* ==========================================================================
   Google Fonts Import
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;900&display=swap');

/* ==========================================================================
   CSS Variabler (:root)
   ========================================================================== */
:root {
    /* -- Farvepalette -- */
    --color-primary: #1663a1;
    --color-accent: #A86540;
    --color-bg-base: #fffdf5;
    --color-text-main: #1A2530;
    --color-surface: #FFFFFF;
    --color-border: #E2DFD8;

    /* -- Typografi & Spacing -- */
    --font-main: 'Montserrat', sans-serif;
    --spacing-sm: 0.5rem;
    /* 8px  */
    --spacing-md: 1rem;
    /* 16px */
    --spacing-lg: 2rem;
    /* 32px */
    --spacing-xl: 4rem;
    /* 64px */
    --border-radius: 0.375rem;
    /* 6px  */

    /* -- Layout container -- */
    --container-width: 112rem;
    /* 1440px */
    --container-px: var(--spacing-lg);

    /* -- Navbar -- */
    --navbar-h: 6.25rem;
    --navbar-bg: var(--color-bg-base);
    --navbar-shadow: 0 0.0625rem 0 var(--color-border);
    --navbar-shadow-scroll: 0 0.25rem 1.5rem rgba(26, 37, 48, 0.08);

    /* -- Dropdown -- */
    --dd-radius: 0.625rem;
    /* 10px */
    --dd-shadow: 0 1.5rem 4rem rgba(26, 37, 48, 0.13);
    --dd-ease: cubic-bezier(0.16, 1, 0.3, 1);
    --dd-duration: 0.42s;
}

/* ==========================================================================
   Global Reset
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

body {
    font-family: var(--font-main);
    background-color: var(--color-bg-base);
    color: var(--color-text-main);
    line-height: 1.6;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding-top: var(--navbar-h);
}

/* ==========================================================================
   Container utility — brug på alle section-wrappers
   ========================================================================== */
.container {
    width: 100%;
    max-width: var(--container-width);
    margin-inline: auto;
    padding-inline: var(--container-px);
}

/* ==========================================================================
   Typografi
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-text-main);
    font-weight: 700;
    margin-bottom: var(--spacing-md);
    line-height: 1.2;
}

h1 {
    color: var(--color-primary);
}

p {
    margin-bottom: var(--spacing-md);
    color: var(--color-text-main);
    font-weight: 400;
}

.lead-text {
    font-size: 1.15rem;
    font-weight: 300;
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

/* ==========================================================================
   Knapper
   ========================================================================== */
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 1.75rem;
    /* 12px 28px */
    border-radius: var(--border-radius);
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    /* 1px */
    font-family: var(--font-main);
}

.btn-primary {
    background-color: var(--color-accent);
    color: var(--color-surface);
}

.btn-primary:hover {
    background-color: #8C5334;
    color: var(--color-surface);
    transform: translateY(-0.125rem);
    box-shadow: 0 0.25rem 0.75rem rgba(168, 101, 64, 0.3);
}

.btn-secondary {
    background-color: var(--color-primary);
    color: var(--color-surface);
}

.btn-secondary:hover {
    background-color: #124C7A;
    color: var(--color-surface);
    transform: translateY(-0.125rem);
    box-shadow: 0 0.25rem 0.75rem rgba(24, 96, 154, 0.3);
}

/* ==========================================================================
   Struktur
   ========================================================================== */
.content-card {
    background-color: var(--color-surface);
    padding: var(--spacing-lg);
    border-radius: var(--border-radius);
    box-shadow: 0 0.625rem 1.875rem rgba(26, 37, 48, 0.05);
}

.section {
    padding: var(--spacing-xl) 0;
}

/* ==========================================================================
   Navbar
   ========================================================================== */
.navbar {
    position: fixed;
    inset-block-start: 0;
    inset-inline: 0;
    z-index: 1000;
    background: var(--navbar-bg);
    box-shadow: var(--navbar-shadow);
    transition: box-shadow 0.3s ease;
}

.navbar.is-scrolled {
    box-shadow: var(--navbar-shadow-scroll);
}

.navbar__inner {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: var(--container-width);
    margin-inline: auto;
    padding-inline: var(--container-px);
    height: var(--navbar-h);
}

/* -- Logo -- */
.navbar__logo {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: var(--color-primary);
    text-decoration: none;
    flex-shrink: 0;
    margin-right: 4rem;
}

.navbar__logo-text {
    font-weight: 700;
    font-size: 2.25rem;
    letter-spacing: -0.02em;
    color: var(--color-primary);
}

/* -- Nav -- */
.navbar__nav {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.navbar__list {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.navbar__item {
    position: static;
    display: flex;
    align-items: stretch;
}

/* Full-height link med bottom-border aktiv indikator */
.navbar__link {
    display: inline-flex;
    align-items: center;
    gap: 0.3125rem;
    /* 5px */
    padding-inline: 1.5rem;
    /* ØGET PADDING: Giver meget mere luft mellem links ligesom Yucca */
    height: 100%;

    font-weight: 400;
    font-size: 1.25rem;
    color: var(--color-text-main);
    text-decoration: none;
    letter-spacing: 0.02em;
    white-space: nowrap;
    cursor: pointer;

    border-bottom: 0.125rem solid transparent;
    transition:
        color 0.2s ease,
        border-color 0.2s ease;
}

.navbar__link:hover {
    color: var(--color-text-main);
    border-bottom-color: rgba(26, 37, 48, 0.25);
}

.navbar__link.is-active,
.navbar__item--has-dd.is-open .navbar__link {
    color: var(--color-primary);
    border-bottom-color: var(--color-text-main);
}

/* ---- Dropdown — premium spring slide ---- */
.navbar__dropdown {
    position: absolute;
    inset-inline: 0;
    top: var(--navbar-h);
    background: var(--navbar-bg);
    border-top: 0.0625rem solid var(--color-border);
    box-shadow: var(--dd-shadow);
    border-radius: 0 0 var(--dd-radius) var(--dd-radius);
    overflow: hidden;

    visibility: hidden;
    opacity: 0;
    transform: translateY(-0.625rem);
    /* -10px */
    pointer-events: none;

    transition:
        transform var(--dd-duration) var(--dd-ease),
        opacity var(--dd-duration) var(--dd-ease),
        visibility 0s linear var(--dd-duration);
}

.navbar__item--has-dd.is-open .navbar__dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;

    transition:
        transform var(--dd-duration) var(--dd-ease),
        opacity var(--dd-duration) var(--dd-ease),
        visibility 0s linear 0s;
}

.navbar__dropdown-inner {
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: var(--container-width);
    margin-inline: auto;
    padding-inline: var(--container-px);
    padding-block: var(--spacing-lg) calc(var(--spacing-lg) + 0.5rem);
    gap: var(--spacing-xl);
}

/* -- DD left: links (6/10) -- */
.navbar__dd-links {
    flex: 6;
    min-width: 0;
}

.navbar__dd-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    /* 2px */
}

.navbar__dd-link {
    display: flex;
    flex-direction: column;
    gap: 0.1875rem;
    /* 3px */
    padding: 0.875rem 1rem;
    /* 14px 16px */
    border-radius: var(--border-radius);
    text-decoration: none;
    transition: background 0.18s ease;
}

.navbar__dd-link:hover {
    background: rgba(22, 99, 161, 0.05);
}

.navbar__dd-link-label {
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-text-main);
    transition: color 0.18s ease;
}

.navbar__dd-link:hover .navbar__dd-link-label {
    color: var(--color-primary);
}

.navbar__dd-link-desc {
    font-size: 0.8125rem;
    /* 13px */
    color: #999;
    font-weight: 400;
    line-height: 1.4;
}

/* -- DD right: image (4/10) -- */
.navbar__dd-image-wrap {
    flex: 4;
    position: relative;
    display: block;
    border-radius: var(--border-radius);
    overflow: hidden;
    min-height: 15rem;
    /* 240px */
    background: var(--color-border);
    text-decoration: none;
    flex-shrink: 0;
}

.navbar__dd-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s var(--dd-ease);
}

.navbar__dd-image-wrap:hover .navbar__dd-image {
    transform: scale(1.04);
}

.navbar__dd-image-label {
    position: absolute;
    inset-block-end: 0;
    inset-inline: 0;
    background: linear-gradient(to top, rgba(26, 37, 48, 0.78) 0%, transparent 100%);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    padding: var(--spacing-lg) var(--spacing-md) 1.125rem;
    /* 18px bottom */
    letter-spacing: 0.02em;
}

/* -- Backdrop -- */
.navbar__backdrop {
    position: fixed;
    inset: 0;
    top: var(--navbar-h);
    background: rgba(26, 37, 48, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--dd-duration) var(--dd-ease);
    z-index: -1;
}

.navbar.has-open-dd .navbar__backdrop {
    opacity: 1;
    pointer-events: auto;
}

/* -- Right actions -- */
.navbar__actions {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    flex-shrink: 0;
    margin-left: auto;
}

.navbar__cart {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--color-text-main);
    transition: color 0.2s ease;
}

.navbar__cart:hover {
    color: var(--color-primary);
}

.navbar__cart-badge {
    position: absolute;
    top: -0.375rem;
    /* -6px */
    right: -0.5rem;
    /* -8px */
    background: var(--color-accent);
    color: #fff;
    font-size: 0.625rem;
    /* 10px */
    font-weight: 700;
    min-width: 1rem;
    /* 16px */
    height: 1rem;
    border-radius: 99rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 0.1875rem;
    /* 3px */
}

.navbar__cta {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    white-space: nowrap;
    align-self: center;
}

.navbar__cta:hover {
    transform: none;
    box-shadow: 0 0.25rem 0.875rem rgba(168, 101, 64, 0.35);
}

/* -- Hamburger -- */
.navbar__hamburger {
    display: none;
    flex-direction: column;
    gap: 0.3125rem;
    /* 5px */
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.375rem;
    /* 6px */
    align-self: center;
    margin-left: auto;
}

.navbar__hamburger span {
    display: block;
    width: 1.375rem;
    /* 22px */
    height: 0.125rem;
    /* 2px */
    background: var(--color-text-main);
    border-radius: 0.125rem;
    /* 2px */
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
}

.navbar__hamburger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(0.4375rem) rotate(45deg);
}

.navbar__hamburger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.navbar__hamburger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-0.4375rem) rotate(-45deg);
}

/* ==========================================================================
   Mobile menu
   ========================================================================== */
.mobile-menu {
    position: fixed;
    inset-block: var(--navbar-h) 0;
    inset-inline: 0;
    background: var(--navbar-bg);
    z-index: 999;
    overflow-y: auto;
    padding: var(--spacing-lg) var(--container-px);
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.is-open {
    transform: translateX(0);
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 0.25rem;
    /* 4px */
}

.mobile-menu a,
.mobile-menu__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.875rem 0;
    /* 14px */
    border-bottom: 0.0625rem solid var(--color-border);
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-text-main);
    text-decoration: none;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--font-main);
}

.mobile-menu__toggle svg {
    transition: transform 0.25s ease;
}

.mobile-menu__toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.mobile-menu__sub {
    padding-left: var(--spacing-md);
    margin-bottom: var(--spacing-sm);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.25s ease;
}

.mobile-menu__sub.is-open {
    max-height: 300px;
    opacity: 1;
}


.mobile-menu__sub a {
    font-weight: 400;
    font-size: 0.9rem;
    border-bottom: 0.0625rem solid transparent;
    padding: 0.625rem 0;
    /* 10px */
}

.mobile-menu__cta {
    display: block !important;
    text-align: center;
    margin-top: var(--spacing-lg);
    border-bottom: none !important;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 56.25rem) {

    /* 900px */
    .navbar__nav,
    .navbar__cta {
        display: none;
    }

    .navbar__hamburger {
        display: flex;
    }
}

@media (max-width: 37.5rem) {

    /* 600px */
    :root {
        --container-px: var(--spacing-md);
    }
}

/* ==========================================================================
   Footer (BIG Design)
   ========================================================================== */
.footer {
    background-color: var(--color-primary);
    color: var(--color-bg-base);
    padding: var(--spacing-xl) 0 var(--spacing-lg);
    padding-top: calc(var(--spacing-xl) * 1.5);
    overflow: hidden;
    border-radius: var(--border-radius);
}

.footer__inner {
    display: flex;
    flex-direction: column;
}


/* -- Giant Text (Single Word) -- */
.footer__big-text {
    display: flex;
    width: 100%;
    margin-bottom: var(--spacing-lg);
}

.footer__big-logo {
    font-family: var(--font-main);
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-bg-base);
    letter-spacing: -0.02em;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    display: block;
    line-height: 1;
    /* Note: you had two line-heights in your file, kept this one */
    padding: 0.15em 0;

    /* ADD THIS: centers the text perfectly if a fraction of a pixel gap remains */
    text-align: center;
}

/* -- Sider Links (Column Layout) -- */
.footer__sitelinks-col {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* -- Divider -- */
.footer__divider {
    border: none;
    border-top: 1px solid rgba(255, 253, 245, 0.3);
    /* Semi-transparent base color */
    margin: var(--spacing-xl) 0;
    width: 100%;
}

/* -- Bottom Info Grid -- */
.footer__info-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.footer__widget-title {
    color: var(--color-bg-base);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: var(--spacing-md);
}

.footer__widget p,
.footer__link {
    color: var(--color-bg-base);
    font-size: 0.95rem;
    line-height: 1.6;
    text-decoration: none;
    margin: 0;
}

.footer__link:hover {
    opacity: 0.8;
}

/* -- Newsletter Form -- */
.footer__newsletter-form {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 253, 245, 0.5);
    border-radius: var(--border-radius);
    padding: 0.25rem;
    max-width: 400px;
    transition: border-color 0.3s ease;
}

.footer__newsletter-form:focus-within {
    border-color: var(--color-bg-base);
}

.footer__newsletter-form input {
    flex: 1;
    background: transparent;
    border: none;
    color: var(--color-bg-base);
    padding: 0.5rem 1rem;
    font-family: var(--font-main);
    font-size: 0.95rem;
    outline: none;
}

.footer__newsletter-form input::placeholder {
    color: rgba(255, 253, 245, 0.6);
}

.footer__newsletter-form button {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: transparent;
    border: none;
    color: var(--color-bg-base);
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}

.footer__newsletter-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-bg-base);
    color: var(--color-primary);
    width: 2rem;
    height: 2rem;
    border-radius: calc(var(--border-radius) - 2px);
    transition: transform 0.3s ease;
}

.footer__newsletter-form button:hover .footer__newsletter-arrow {
    transform: translateX(3px);
}

/* -- Responsive -- */
@media (max-width: 56.25rem) {

    /* 900px */
    .footer__info-grid {
        grid-template-columns: 1fr 1fr;
        gap: var(--spacing-xl) var(--spacing-lg);
    }
}

@media (max-width: 37.5rem) {

    /* 600px */
    .footer__info-grid {
        grid-template-columns: 1fr;
    }

    .footer__big-text-main {
        font-size: 22vw;
        /* Tweaked for the new scaling */
    }

    .footer__big-text-side {
        font-size: 8.5vw;
        /* Tweaked for the new scaling */
    }
}

/* ==========================================================================
   404 page
   ========================================================================== */
.error-page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    text-align: center;
}

.error-container {
    max-width: 40.625rem;
    /* 650px */
    width: 100%;
    padding: var(--spacing-xl) var(--spacing-lg);
    border-top: 0.3125rem solid var(--color-accent);
}

.error-code {
    font-size: 6rem;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1;
    margin-bottom: var(--spacing-sm);
    letter-spacing: -0.125rem;
    /* -2px */
}

.error-title {
    font-size: 1.75rem;
    color: var(--color-text-main);
    margin-bottom: var(--spacing-md);
}

.error-subtext {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: var(--spacing-lg);
}

.error-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: var(--spacing-lg);
}

@media (max-width: 37.5rem) {

    /* 600px */
    .footer__info-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Pricing page
   ========================================================================== */

/* ==========================================================================
   Dark Button Variant (Matches your image ref)
   ========================================================================== */
.btn-dark {
    background-color: var(--color-text-main);
    color: var(--color-surface);
    text-transform: none;
    letter-spacing: normal;
    padding: 0.875rem 2rem;
    font-weight: 500;
}

.btn-dark:hover {
    background-color: #0d1217;
    color: var(--color-surface);
    transform: translateY(-0.125rem);
    box-shadow: 0 0.25rem 0.75rem rgba(26, 37, 48, 0.3);
}

/* ==========================================================================
   Contact Page Styles
   ========================================================================== */
/* Header / Hero */
.page-header {
    padding-top: calc(var(--spacing-xl) * 2);
    padding-bottom: var(--spacing-md);
}

.page-header__title {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: var(--spacing-sm);
    letter-spacing: -0.02em;
}

.page-header__subtitle {
    max-width: 45rem;
    color: var(--color-text-main);
    font-weight: 300;
}

/* Reusable Split Layout */
.split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xl);
    align-items: flex-start;
}

/* -- Contact Form -- */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.contact-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-md);
}

.contact-form__input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #c2bbae;
    /* Similar to image */
    padding: 1rem 1.25rem;
    border-radius: var(--border-radius);
    font-family: var(--font-main);
    font-size: 1rem;
    color: var(--color-text-main);
    outline: none;
    transition: border-color 0.3s ease;
}

.contact-form__input:focus {
    border-color: var(--color-text-main);
}

.contact-form__input::placeholder {
    color: #888;
}

/* Style the select specifically */
select.contact-form__input {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%231A2530%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 1.2rem top 50%;
    background-size: 0.65rem auto;
}

/* Form Checkboxes area */
.contact-form__needs {
    margin-top: var(--spacing-md);
}

.contact-form__needs-title {
    font-size: 1.15rem;
    margin-bottom: var(--spacing-sm);
    font-weight: 400;
}

.contact-form__checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-sm);
}

.custom-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 300;
    user-select: none;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1.25rem;
    width: 1.25rem;
    background-color: transparent;
    border: 1px solid var(--color-text-main);
    border-radius: 2px;
}

.custom-checkbox input:checked~.checkmark {
    background-color: var(--color-text-main);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked~.checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact-form__actions {
    margin-top: var(--spacing-sm);
}

/* -- Map Area -- */
.contact-main__map-wrapper {
    height: 100%;
    min-height: 400px;
    border-radius: var(--border-radius);
    overflow: hidden;
    background-color: var(--color-border);
    /* Placeholder background */
}

/* ==========================================================================
   FAQ Section (Elegant styling)
   ========================================================================== */
.faq-section {
    padding-top: var(--spacing-xl);
    padding-bottom: calc(var(--spacing-xl) * 1.5);
}

.faq-section__header h2 {
    font-size: 2.5rem;
    /* Much larger like the image */
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.faq-accordion {
    border-top: 1px solid var(--color-border);
}

.faq-item {
    border-bottom: 1px solid var(--color-border);
}

.faq-item__trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    /* More generous vertical padding */
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-main);
    color: var(--color-text-main);
    text-align: left;
    outline: none;
}

.faq-item__title {
    font-size: 1.35rem;
    /* Noticeably larger text */
    font-weight: 400;
    /* Clean and relatively thin */
    letter-spacing: -0.01em;
    padding-right: 1.5rem;
}

/* Thinner, more elegant Icon + and - */
.faq-item__icon {
    position: relative;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.faq-item__icon::before,
.faq-item__icon::after {
    content: '';
    position: absolute;
    background-color: var(--color-text-main);
    transition: transform 0.3s ease;
}

/* Horizontal line */
.faq-item__icon::before {
    top: 6px;
    left: 0;
    width: 14px;
    height: 1.5px;
    /* Thinner weight */
}

/* Vertical line */
.faq-item__icon::after {
    top: 0;
    left: 6px;
    width: 1.5px;
    /* Thinner weight */
    height: 14px;
}

/* Active state turns to minus */
.faq-item__trigger[aria-expanded="true"] .faq-item__icon::after {
    transform: rotate(90deg) scaleY(0);
    /* Hide vertical line to form minus */
}

/* Open transition */
.faq-item__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item__content p {
    font-size: 1.05rem;
    /* Larger paragraph text */
    font-weight: 300;
    line-height: 1.6;
    color: #4A5560;
    /* Slightly softer color than the title for hierarchy */
    margin: 0;
    padding-bottom: 0;
}

/* Active content state */
.faq-item__trigger[aria-expanded="true"]+.faq-item__content {
    max-height: 600px;
    /* Safe upper limit for animation */
    padding-bottom: 2rem;
    /* Big spacing gap to the next item */
}

/* -- Mobile Adjustments -- */
@media (max-width: 37.5rem) {
    .faq-section__header h2 {
        font-size: 2rem;
    }

    .faq-item__trigger {
        padding: 1.25rem 0;
    }

    .faq-item__title {
        font-size: 1.15rem;
    }

    .faq-item__content p {
        font-size: 0.95rem;
    }
}


/* -- Responsive Setup -- */
@media (max-width: 56.25rem) {

    /* 900px */
    .split-layout {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
    }

    .contact-main__map-wrapper {
        min-height: 350px;
        grid-row: 1;
        /* Moves Map above form on mobile */
    }

    .contact-main__form-wrapper {
        grid-row: 2;
    }
}

@media (max-width: 37.5rem) {

    /* 600px */
    .contact-form__row {
        grid-template-columns: 1fr;
    }

    .page-header__title {
        font-size: 2.5rem;
    }
}

/* ==========================================================================
   Buttons Additions for Hero
   ========================================================================== */
.btn-large {
    padding: 1.125rem 2.5rem;
    /* Taller padding */
    font-size: 0.9rem;
    /* Smaller font inside button feels more high-end */
    letter-spacing: 0.05em;
    /* Spaced out letters */
}

.btn-white-outline {
    background-color: transparent;
    color: var(--color-surface);
    border: 1px solid var(--color-surface);
}

.btn-white-outline:hover {
    background-color: var(--color-surface);
    color: var(--color-text-main);
    transform: translateY(-0.125rem);
}

/* ==========================================================================
   Modern Minimalistic Hero (Premium)
   ========================================================================== */
.hero-modern {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: var(--spacing-xl) var(--container-px);
}

/* Background Image */
.hero-modern__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.hero-modern__bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.hero-modern__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.40) 0%,
            rgba(0, 0, 0, 0.90) 100%);
    z-index: 2;
    pointer-events: none;
}

/* Content wrapper with extreme whitespace */
.hero-modern__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    max-width: 85rem;
}

.hero-trust {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;

    /* Glass Effect */
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;

    padding: 0.35rem 1.25rem 0.35rem 0.5rem;
    border-radius: 99px;
    font-size: 0.85rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.hero-trust__stars {
    display: flex;
    gap: 0.15rem;
    padding-left: 0.25rem;
}

.hero-trust__star-img {
    width: 16px;
    height: 16px;
    display: block;
    object-fit: contain;
}

.hero-modern__title {
    color: var(--color-surface);
    font-size: clamp(2.2rem, 4vw, 4.5rem);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0;
    width: 100%;
}

.hero-modern__highlight {
    color: var(--color-primary);
}

/* Elegant tiny Lead text */
.hero-modern__lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    font-weight: 300;
    max-width: 48rem;
    line-height: 1.7;
    margin: 0;
    letter-spacing: 0.01em;
}

/* Button Group Layout */
.hero-modern__actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5rem;
}

/* -- Responsive Mobile Adjustments -- */
@media (max-width: 37.5rem) {
    .hero-modern {
        min-height: 100vh;
    }

    .hero-modern__inner {
        gap: 1.5rem;
    }

    .hero-modern__actions {
        width: 100%;
        flex-direction: column;
        gap: 1rem;
    }

    .hero-modern__actions .btn {
        width: 100%;
    }
}

/* ==========================================================================
   Testimonials (Dynamisk Asymmetrisk Bento Grid)
   ========================================================================== */
.testimonials-section {
    padding-bottom: calc(var(--spacing-xl) * 1.5);
}

.testimonials-header {
    text-align: center;
    margin-bottom: var(--spacing-xl);
    max-width: 42rem;
    margin-inline: auto;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1.125rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 99rem;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: var(--color-text-main);
    box-shadow: 0 4px 10px rgba(26, 37, 48, 0.03);
}

.section-badge::before {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #00B67A;
}

/* 4 Kolonne Opsætning for max dynamik (2/4 og 1/4 cards) */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-lg);
    grid-auto-flow: dense;
}

.bento-card {
    position: relative;
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
    box-shadow: 0 4px 12px rgba(26, 37, 48, 0.02);
}

.bento-card:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 16px 36px rgba(26, 37, 48, 0.08);
}

/* Modifiers for de asymmetriske blokke */
.bento-card--span-2 {
    grid-column: span 2;
}

.bento-card--testimonial {
    padding: 2.25rem;
    justify-content: space-between;
}

/* Ekstra features til de store (Span 2) anmeldelser */
.bento-card--featured .quote {
    font-size: 1.25rem;
    /* Større tekst til læsbarhed */
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.01em;
}

/* Stort, gennemsigtigt vandmærke-citat i baggrunden */
.bento-bg-quote {
    position: absolute;
    top: -0.5rem;
    right: 1.5rem;
    width: 8rem;
    height: 8rem;
    fill: var(--color-primary);
    opacity: 0.04;
    /* Ekstremt subtilt, men skaber dybde */
    z-index: 0;
    pointer-events: none;
    transform: rotate(5deg);
}

.bento-card__content {
    position: relative;
    z-index: 1;
    /* For at teksten ligger over bg-citat */
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bento-card__stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.25rem;
}

.bento-card__stars img {
    width: 1.25rem;
    height: 1.25rem;
}

.bento-card .quote {
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--color-text-main);
    margin-bottom: 2rem;
    line-height: 1.6;
    flex-grow: 1;
}

/* Forbedret forfatter info med checkmark ikon */
.bento-card .author {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.bento-card .author strong {
    font-size: 0.95rem;
    color: var(--color-text-main);
    font-weight: 700;
}

.bento-card .author .verified {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.8rem;
    color: #666;
    font-weight: 500;
}

/* Trustpilot Checkmark Farve */
.bento-card .author .verified svg {
    width: 0.9rem;
    height: 0.9rem;
    stroke: #00B67A;
}

/* --- Statistik Kort (Vandfarve Vibe) --- */
.bento-card--stat {
    justify-content: flex-start;
}

/* Læg farve effekten på ::before pseudo element for flydende hover scaling */
.stat-bg {
    position: relative;
    height: 11rem;
    width: 100%;
    overflow: hidden;
    background-color: var(--color-surface);
}

.stat-bg::before {
    content: '';
    position: absolute;
    inset: -20%;
    /* Gør den større end boksen, for plads til bevægelse */
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Animation på hover (Suger farverne frem) */
.bento-card--stat:hover .stat-bg::before {
    transform: scale(1.1) rotate(2deg);
}

.stat-content {
    padding: 2rem 2.25rem 2.5rem;
    border-top: 1px solid rgba(226, 223, 216, 0.6);
    background: var(--color-surface);
}

.stat-number {
    font-size: 3.8rem;
    font-weight: 900;
    color: var(--color-text-main);
    margin-bottom: 0.15rem;
    line-height: 1;
    letter-spacing: -0.04em;
    font-family: var(--font-main);
}

.stat-text {
    font-size: 1.05rem;
    color: #666;
    margin: 0;
    font-weight: 500;
}

/* ==========================================================================
   Responsive adjustments for the 4-column Bento
   ========================================================================== */
@media (max-width: 68rem) {

    /* ~1088px - Tablet */
    /* På tablets skifter vi til et fedt asymmetrisk muret-layout (Masonry-aktigt) */
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bento-card--span-2 {
        grid-column: span 2;
        /* Får stadig stor prioritet */
    }
}

@media (max-width: 48rem) {

    /* 768px - Mobil */
    .bento-grid {
        grid-template-columns: 1fr;
    }

    .bento-card--span-2 {
        grid-column: span 1;
    }

    .bento-card--testimonial,
    .stat-content {
        padding: 1.75rem;
    }

    .bento-card--featured .quote {
        font-size: 1.15rem;
        /* Justér mobil størrelse en smule ned */
    }

    .stat-number {
        font-size: 3.25rem;
    }

    .bento-bg-quote {
        width: 6rem;
        height: 6rem;
    }
}

/* ==========================================================================
   Importer Google Font "Caveat" til kuglepen-effekten
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600&display=swap');

/* ==========================================================================
   The Clean Care Label Widget (Hænger fra Navbar)
   ========================================================================== */
.care-label-widget {
    position: fixed;
    top: var(--navbar-h);
    right: 5%;
    z-index: 990;

    display: flex;
    flex-direction: column;
    background-color: var(--color-bg-base);
    border: 1px solid var(--color-border);
    border-top: none;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    box-shadow: 0 15px 30px rgba(26, 37, 48, 0.08);

    transform: translateY(calc(-100% + 2.5rem));
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.care-label-widget::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 10px;
    right: 10px;
    height: 1px;
    border-top: 2px dashed rgba(26, 37, 48, 0.15);
    pointer-events: none;
}

.care-label-widget:hover,
.care-label-widget.is-open {
    transform: translateY(0);
    box-shadow: 0 25px 50px rgba(26, 37, 48, 0.12);
}

/* -- Vandret Flip (Flappen i bunden) -- */
.care-label__tab {
    height: 2.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    border-top: 1px solid rgba(226, 223, 216, 0.5);
    background-color: var(--color-bg-base);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.care-label__tab-text {
    color: var(--color-accent);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.care-label__icon-arrow {
    color: var(--color-accent);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.care-label-widget:hover .care-label__icon-arrow,
.care-label-widget.is-open .care-label__icon-arrow {
    transform: rotate(180deg);
}

/* -- Indholdsdelen -- */
.care-label__content {
    width: 16rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    font-family: 'Georgia', 'Times New Roman', serif;
}

/* Brand Signatur */
.care-label__signature {
    font-family: 'Caveat', cursive;
    color: var(--color-primary);
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 0.75rem;
    transform: rotate(-2deg);
}

.care-label__line {
    width: 100%;
    border-bottom: 1px solid rgba(26, 37, 48, 0.15);
    margin: 0.5rem 0;
}

.care-label__brand {
    font-size: 0.925rem;
    line-height: 1.5;
    margin: 0.5rem 0 1rem 0;
    color: #444;
    text-align: center;
    font-style: italic;
    transform: rotate(-2deg);
}


/* Sælgende tekst */
.care-label__text {
    font-size: 0.8rem;
    line-height: 1.5;
    margin: 0.5rem 0 1rem 0;
    color: #444;
    text-align: center;
    font-style: italic;
}

/* -- Kontakt Zonen (Stempel-look) -- */
.care-label__contact-zone {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.care-label__contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
}

.care-label__stamp {
    font-family: var(--font-main);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #444;
    text-transform: uppercase;
}

.care-label__link {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-text-main);
    text-decoration: none;
    letter-spacing: -0.01em;
    transition: color 0.2s ease;
}

.care-label__link:hover {
    color: var(--color-primary);
}

a[href^="mailto"] {
    font-size: 0.9rem;
    font-weight: 600;
}

/* -- Vaskesymboler -- */
.care-label__symbols {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0 0.5rem 0;
}

.care-label__symbols svg {
    width: 1.75rem;
    height: 1.75rem;
    stroke: #1a1a1a;
    transition: transform 0.3s ease;
}

.care-label__symbols svg:hover {
    transform: scale(1.1) rotate(5deg);
    stroke: var(--color-primary);
}

/* Responsiv skjul */
@media (max-width: 48rem) {
    .care-label-widget {
        display: none;
    }
}

/* ==========================================================================
   Brand Trust Strip — Premium Mærke Swiper
   Indsæt i main.css (erstat tidligere version)
   ========================================================================== */

.brand-trust-strip {
    position: relative;
    background-color: #fffdf5;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    padding: 2.25rem 0 2.5rem;
    overflow: hidden;
}

.brand-trust-strip__label {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #bbb;
    margin: 0 0 2rem 0;
}

/* -- Swiper -- */
.brandSwiper {
    width: 100%;
    overflow: hidden;
}

/* Critical for smooth infinite loop */
.brandSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
    will-change: transform;
}

/* -- Slides -- */
.brand-slide {
    width: auto !important;
    flex-shrink: 0;
}

.brand-slide__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 6.25rem;
}

.brand-slide__inner img {
    height: 3rem;
    width: auto;
    max-width: 9rem;
    object-fit: contain;
    display: block;
    filter: grayscale(100%) opacity(0.45);
    transition: filter 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-slide__inner:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.06);
}

/* -- Fade-kanter -- */
.brand-trust-strip__fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10rem;
    z-index: 2;
    pointer-events: none;
}

.brand-trust-strip__fade--left {
    left: 0;
    background: linear-gradient(to right, #fffdf5 0%, transparent 100%);
}

.brand-trust-strip__fade--right {
    right: 0;
    background: linear-gradient(to left, #fffdf5 0%, transparent 100%);
}

/* -- Mobil -- */
@media (max-width: 37.5rem) {
    .brand-slide__inner {
        padding: 0.5rem 1.5rem;
    }

    .brand-slide__inner img {
        height: 1.75rem;
        max-width: 7rem;
    }

    .brand-trust-strip__fade {
        width: 4rem;
    }
}

/* ==========================================================================
   Vores process
   ========================================================================== */

.premium-split {
    position: relative;
    padding: calc(var(--spacing-xl) * 1.5) 0;
    background-color: var(--color-bg-base);
    overflow: hidden;
}

/* Billedet der dækker hele højre halvdel */
.premium-split__image {
    align-self: stretch;
    min-height: 100%;
}

.premium-split__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Container sørger for at venstre side flugter perfekt med resten af sidens indhold */
.premium-split__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--spacing-xl);
    align-items: stretch;
}

/* Venstre sides indhold */
.premium-split__content {
    padding-right: 3rem;
    /* Ekstra luft over mod billedet */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.premium-split__header h2 {
    color: var(--color-primary);
    font-size: clamp(2.2rem, 3.5vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
    line-height: 1.15;
}

.premium-split__header .lead-text {
    font-size: 1.1rem;
    font-weight: 300;
    color: #555;
    margin-bottom: 3rem;
    line-height: 1.6;
}

/* Premium minimalistiske USP-lister (Ingen kasser) */
.premium-usp-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}

.premium-usp-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

/* Rene SVG Ikoner */
.premium-usp-icon {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(22, 99, 161, 0.04);
    /* Subtil baggrundsfarve */
    color: var(--color-primary);
    border-radius: 50%;
}

.premium-usp-icon svg {
    width: 1.4rem;
    height: 1.4rem;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.premium-usp-text h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-text-main);
    margin: 0 0 0.35rem 0;
}

.premium-usp-text p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* CTA & Trust */
.premium-split__cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.premium-split__trust {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #888;
    font-weight: 400;
}

.premium-split__trust svg {
    width: 1rem;
    height: 1rem;
    fill: #bbb;
}

/* Responsive (Skifter til lodret på tablet/mobil) */
@media (max-width: 68rem) {
    .premium-split__image {
        min-height: 0;
        height: 450px;
        order: -1;
        /* Placerer billedet i toppen på mobil */
    }

    .premium-split__container {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .premium-split__content {
        padding: var(--spacing-xl) 0 0 0;
    }

    .premium-split {
        padding: 0 0 var(--spacing-xl) 0;
    }
}

/* ==========================================================================
   Premium Split Modifiers (Reverse Layout)
   ========================================================================== */

/* Sørg for at billedet kan placeres absolut på desktop */
@media (min-width: 68.0625rem) {

    /* Større end 1088px */
    .premium-split__image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        /* Dækker venstre halvdel normalt */
    }

    /* Modifier der rykker billedet til højre */
    .premium-split--reverse .premium-split__image--right {
        left: auto;
        right: 0;
    }

    /* Retter padding så teksten får luft til billedet, når teksten er til venstre */
    .premium-split--reverse .premium-split__content {
        padding-right: 4rem;
        padding-left: 0;
    }
}

/* På mobil skal billedet stadig ligge øverst, ligesom på det andet split */
@media (max-width: 68rem) {
    .premium-split--reverse .premium-split__container {
        display: flex;
        flex-direction: column-reverse;
        /* Sikrer at tekst er under billede på mobil */
    }

    .premium-split--reverse .premium-split__content {
        padding-right: 0 !important;
    }
}

/* ==========================================================================
   MINI HERO (Dækkenvask m.fl.)
   ========================================================================== */
.hero-mini {
    position: relative;
    width: 100%;
    min-height: 65vh;
    /* Mindre højde end forsiden */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: calc(var(--navbar-h) + var(--spacing-xl)) var(--container-px) var(--spacing-xl);
}

.hero-mini__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.hero-mini__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    /* Lidt højere oppe på billedet */
}

.hero-mini__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(26, 37, 48, 0.85) 100%);
    z-index: 0;
}

.hero-mini__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: 50rem;
}

.hero-mini__title {
    color: var(--color-surface);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0;
}

.hero-mini__highlight {
    color: #6eb5ed;
    /* En lysere version af primary blue så den kan ses på mørk bg */
}

.hero-mini__lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
}


/* ==========================================================================
   PROCESS GRID (Sådan vasker vi)
   ========================================================================== */
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-lg);
}

.process-card {
    position: relative;
    background: var(--color-surface);
    padding: 2.5rem 2rem;
    border-radius: var(--border-radius);
    box-shadow: 0 4px 20px rgba(26, 37, 48, 0.03);
    border: 1px solid var(--color-border);
    transition: transform 0.3s ease;
}

.process-card:hover {
    transform: translateY(-5px);
}

.process-number {
    font-size: 3.5rem;
    font-weight: 900;
    color: rgba(22, 99, 161, 0.1);
    /* Transparent primær farve */
    line-height: 1;
    margin-bottom: 1rem;
    font-family: var(--font-main);
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

.process-card h3 {
    font-size: 1.15rem;
    color: var(--color-primary);
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 2;
}

.process-card p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* ==========================================================================
   INFO GRID (Praktisk info & list styling)
   ========================================================================== */
.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-lg);
}

.info-card {
    display: flex;
    flex-direction: column;
    padding: 3rem;
}

.info-card__icon {
    width: 2.5rem;
    height: 2.5rem;
    color: var(--color-primary);
    margin-bottom: 1.5rem;
}

.custom-list {
    list-style: none;
    margin-top: 1.5rem;
}

.custom-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
    color: var(--color-text-main);
}

.custom-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #00B67A;
    /* Trustpilot grøn / success grøn */
    font-weight: 900;
}

/* ==========================================================================
   RESPONSIV TILPASNING (Sub-pages)
   ========================================================================== */
@media (max-width: 68rem) {

    /* 1088px - Tablets */
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 48rem) {

    /* 768px - Mobil */
    .hero-mini {
        min-height: 50vh;
    }

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

    .info-card {
        padding: 2rem;
    }

    /* Vender billedet tilbage til højre/toppen på mobil for premium-split på denne underside */
    .premium-split__container {
        display: flex;
        flex-direction: column;
    }

    .premium-split__image {
        order: -1;
        height: 300px;
    }
}