/*
Theme Name: HLL Umzüge
Theme URI: https://hll-umzuge.com
Author: HLL
Description: Custom lightweight WordPress theme for HLL Umzüge.
Version: 1.30.0
Text Domain: hll-umzuge
*/

:root {
    --hll-bg: #ffffff;
    --hll-surface: #f6f7f8;
    --hll-text: #151515;
    --hll-muted: #62676d;
    --hll-border: #e3e6e8;

    /* مؤقتة إلى أن نعتمد ألوان البراند النهائية */
    --hll-primary: #0f1720;
    --hll-primary-hover: #202b36;
    --hll-accent: #e9b949;

    --hll-container: 1240px;
    --hll-radius-sm: 10px;
    --hll-radius-md: 18px;
    --hll-radius-lg: 28px;

    --hll-shadow: 0 20px 60px rgba(15, 23, 32, .10);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--hll-bg);
    color: var(--hll-text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img,
svg {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

a {
    color: inherit;
}

.hll-container {
    width: min(calc(100% - 40px), var(--hll-container));
    margin-inline: auto;
}

/* ---------- Utility bar ---------- */

.hll-topbar {
    background: var(--hll-primary);
    color: #fff;
    font-size: 14px;
}

.hll-topbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.hll-topbar-list {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hll-topbar a {
    text-decoration: none;
}

.hll-topbar-strong {
    font-weight: 700;
}

/* ---------- Header ---------- */

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid var(--hll-border);
}

.site-header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 34px;
}

.site-branding {
    flex: 0 0 auto;
}

.site-branding a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--hll-primary);
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -.04em;
    text-decoration: none;
}

.site-branding .custom-logo {
    width: auto;
    max-height: 54px;
}

.site-nav {
    margin-left: auto;
}

.site-nav ul {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -8px;
    height: 2px;
    background: var(--hll-accent);
    transition: right .2s ease;
}

.site-nav a:hover::after {
    right: 0;
}

.hll-header-cta {
    flex: 0 0 auto;
}

.hll-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform .18s ease,
        background-color .18s ease,
        border-color .18s ease;
}

.hll-btn:hover {
    transform: translateY(-1px);
}

.hll-btn-primary {
    background: var(--hll-accent);
    color: #111;
}

.hll-btn-primary:hover {
    filter: brightness(.96);
}

.hll-btn-dark {
    background: var(--hll-primary);
    color: #fff;
}

.hll-btn-dark:hover {
    background: var(--hll-primary-hover);
}

.hll-btn-light {
    border-color: var(--hll-border);
    background: #fff;
    color: var(--hll-text);
}

.hll-btn-light:hover {
    border-color: #c8cdd0;
}

/* ---------- Hero ---------- */

.hll-hero {
    position: relative;
    overflow: hidden;
    padding: 74px 0 58px;
    background:
        radial-gradient(circle at 86% 15%, rgba(233,185,73,.18), transparent 28%),
        linear-gradient(180deg, #fff 0%, #f7f8f9 100%);
}

.hll-hero::before {
    content: "";
    position: absolute;
    inset: auto -120px -220px auto;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(15,23,32,.07);
    border-radius: 50%;
}

.hll-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    align-items: center;
    gap: clamp(50px, 7vw, 100px);
}

.hll-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: #39424a;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hll-eyebrow-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--hll-accent);
    box-shadow: 0 0 0 5px rgba(233,185,73,.18);
}

.hll-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(46px, 6vw, 78px);
    line-height: .99;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.hll-hero h1 span {
    display: block;
    color: var(--hll-muted);
    font-size: .58em;
    line-height: 1.08;
    letter-spacing: -.035em;
    margin-top: 13px;
}

.hll-hero-lead {
    max-width: 670px;
    margin: 26px 0 0;
    color: var(--hll-muted);
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.6;
}

.hll-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hll-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    color: #3d454b;
    font-size: 14px;
    font-weight: 700;
}

.hll-trust-row li::before {
    content: "✓";
    margin-right: 7px;
    color: #23834f;
    font-weight: 900;
}

/* ---------- Lead card ---------- */

.hll-lead-card {
    position: relative;
    padding: 28px;
    border: 1px solid var(--hll-border);
    border-radius: var(--hll-radius-lg);
    background: rgba(255,255,255,.94);
    box-shadow: var(--hll-shadow);
}

.hll-lead-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(233,185,73,.19);
    color: #6a5213;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.hll-lead-card h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 35px);
    line-height: 1.1;
    letter-spacing: -.035em;
}

.hll-lead-card > p {
    margin: 12px 0 22px;
    color: var(--hll-muted);
}

.hll-service-picker {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.hll-service-option {
    min-height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 13px 14px;
    border: 1px solid var(--hll-border);
    border-radius: var(--hll-radius-sm);
    background: #fff;
    text-decoration: none;
    transition:
        border-color .18s ease,
        transform .18s ease,
        background-color .18s ease;
}

.hll-service-option:hover {
    transform: translateY(-2px);
    border-color: #b9bec2;
    background: #fafafa;
}

.hll-service-option strong {
    font-size: 15px;
}

.hll-service-option span {
    margin-top: 3px;
    color: var(--hll-muted);
    font-size: 12px;
}

.hll-lead-footer {
    margin-top: 18px;
}

.hll-lead-footer .hll-btn {
    width: 100%;
}

/* ---------- Proof strip ---------- */

.hll-proof {
    background: #fff;
    border-top: 1px solid var(--hll-border);
    border-bottom: 1px solid var(--hll-border);
}

.hll-proof-grid {
    min-height: 104px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.hll-proof-item {
    padding: 15px 25px;
    text-align: center;
}

.hll-proof-item + .hll-proof-item {
    border-left: 1px solid var(--hll-border);
}

.hll-proof-item strong {
    display: block;
    font-size: 23px;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.hll-proof-item span {
    display: block;
    margin-top: 5px;
    color: var(--hll-muted);
    font-size: 13px;
}

/* ---------- Generic ---------- */

.site-main {
    min-height: 60vh;
}

.site-footer {
    padding: 44px 0;
    border-top: 1px solid var(--hll-border);
    background: var(--hll-primary);
    color: rgba(255,255,255,.8);
}

.hll-mobile-menu-toggle {
    display: none;
}

/* ---------- Responsive ---------- */

@media (max-width: 1040px) {
    .site-nav {
        display: none;
    }

    .site-header-inner {
        justify-content: space-between;
    }

    .hll-hero-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .hll-lead-card {
        max-width: 700px;
    }
}

@media (max-width: 760px) {
    .hll-container {
        width: min(calc(100% - 28px), var(--hll-container));
    }

    .hll-topbar-inner {
        min-height: 34px;
        justify-content: center;
    }

    .hll-topbar-list li:nth-child(2),
    .hll-topbar-list li:nth-child(3) {
        display: none;
    }

    .site-header-inner {
        min-height: 70px;
        gap: 16px;
    }

    .site-branding a {
        font-size: 21px;
    }

    .hll-header-cta .hll-btn {
        min-height: 42px;
        padding: 0 15px;
        font-size: 13px;
    }

    .hll-hero {
        padding: 48px 0 40px;
    }

    .hll-hero h1 {
        font-size: clamp(42px, 13vw, 59px);
    }

    .hll-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hll-hero-actions .hll-btn {
        width: 100%;
    }

    .hll-trust-row {
        display: grid;
        gap: 8px;
    }

    .hll-lead-card {
        padding: 21px;
        border-radius: 20px;
    }

    .hll-service-picker {
        grid-template-columns: 1fr;
    }

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

    .hll-proof-item:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--hll-border);
    }

    .hll-proof-item:nth-child(4) {
        border-top: 1px solid var(--hll-border);
    }
}

/* ---------- Header actions ---------- */

.hll-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ---------- Mobile menu ---------- */

.hll-mobile-menu {
    border-top: 1px solid var(--hll-border);
    background: #fff;
    box-shadow: 0 18px 35px rgba(15, 23, 32, .08);
}

.hll-mobile-menu[hidden] {
    display: none;
}

.hll-mobile-menu .hll-container {
    padding-top: 16px;
    padding-bottom: 20px;
}

.hll-mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hll-mobile-menu li + li {
    border-top: 1px solid var(--hll-border);
}

.hll-mobile-menu a:not(.hll-btn) {
    display: flex;
    align-items: center;
    min-height: 54px;
    font-size: 16px;
    font-weight: 750;
    text-decoration: none;
}

.hll-mobile-offer {
    width: 100%;
    margin-top: 16px;
}

.hll-mobile-menu-toggle {
    width: 44px;
    height: 44px;
    display: none;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    border: 1px solid var(--hll-border);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
}

.hll-mobile-menu-toggle span {
    width: 20px;
    height: 2px;
    background: var(--hll-primary);
    border-radius: 20px;
    transition:
        transform .2s ease,
        opacity .2s ease;
}

.hll-mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

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

.hll-mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1040px) {
    .hll-mobile-menu-toggle {
        display: flex;
    }
}

@media (max-width: 520px) {
    .hll-header-cta {
        display: none;
    }

    .site-branding a {
        font-size: 20px;
    }

    .hll-header-actions {
        margin-left: auto;
    }
}

/* ===== Mobile header visibility fix ===== */

.hll-mobile-menu-toggle {
    display: none;
}

@media (max-width: 1040px) {

    .site-nav {
        display: none !important;
    }

    .hll-header-actions {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: auto;
    }

    .hll-mobile-menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 46px;
        height: 46px;
        min-width: 46px;
        padding: 0;
        border: 1px solid var(--hll-border);
        border-radius: 12px;
        background: #ffffff;
        cursor: pointer;
        position: relative;
        z-index: 110;
    }

    .hll-mobile-menu-toggle span {
        display: block;
        width: 21px;
        height: 2px;
        margin: 2px 0;
        background: var(--hll-primary);
        border-radius: 99px;
    }

    .site-header-inner {
        justify-content: space-between;
    }
}

@media (max-width: 620px) {

    .hll-header-cta {
        display: none !important;
    }

    .hll-mobile-menu-toggle {
        display: flex !important;
    }

    .site-branding {
        min-width: 0;
    }

    .site-branding a {
        font-size: 20px;
        white-space: nowrap;
    }
}

/* ==================================================
   MOBILE OVERFLOW HARDENING
   ================================================== */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.site-main,
.hll-hero,
.hll-hero-grid,
.hll-hero-content,
.hll-lead-card {
    min-width: 0;
    max-width: 100%;
}

.hll-hero-grid > * {
    min-width: 0;
}

.hll-hero h1,
.hll-hero h1 span,
.hll-hero-lead {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
}

@media (max-width: 760px) {

    .hll-hero-grid {
        display: block;
        width: 100%;
    }

    .hll-hero-content {
        width: 100%;
        min-width: 0;
    }

    .hll-hero h1 {
        width: 100%;
        max-width: 100%;
        font-size: clamp(40px, 11.3vw, 54px);
        line-height: 1.01;
        letter-spacing: -0.05em;
    }

    .hll-hero h1 span {
        width: 100%;
        max-width: 100%;
        margin-top: 18px;
        font-size: .58em;
        line-height: 1.14;
        letter-spacing: -0.025em;
    }

    .hll-hero-lead {
        width: 100%;
        max-width: 100%;
        font-size: 18px;
        line-height: 1.65;
    }

    .hll-hero-actions {
        width: 100%;
    }

    .hll-hero-actions .hll-btn {
        width: 100%;
        max-width: 100%;
    }

    .hll-lead-card {
        width: 100%;
        max-width: 100%;
        margin-top: 42px;
    }

    .hll-service-picker {
        width: 100%;
        min-width: 0;
    }

    .hll-service-option {
        width: 100%;
        min-width: 0;
    }

    .hll-proof {
        width: 100%;
        overflow: hidden;
    }

    .hll-proof-grid {
        width: 100%;
        min-width: 0;
    }

    .hll-proof-item {
        min-width: 0;
        padding-left: 12px;
        padding-right: 12px;
    }

    .hll-proof-item strong,
    .hll-proof-item span {
        overflow-wrap: anywhere;
    }
}

/* ==================================================
   MOBILE UI REFINEMENT v1.1.4
   ================================================== */

@media (max-width: 760px) {

    /* Restore the real mobile container gutters */
    .hll-hero .hll-hero-grid {
        width: min(calc(100% - 32px), var(--hll-container));
        max-width: var(--hll-container);
        margin-left: auto;
        margin-right: auto;
    }

    .hll-hero-content,
    .hll-lead-card {
        width: 100%;
        max-width: 100%;
    }

    /* Give hero content comfortable breathing room */
    .hll-hero {
        padding-top: 58px;
    }

    .hll-eyebrow {
        max-width: 100%;
    }

    .hll-hero h1 {
        margin-left: 0;
        margin-right: 0;
    }

    /* Footer centered on mobile */
    .site-footer {
        text-align: center;
    }

    .site-footer .hll-container {
        display: flex;
        justify-content: center;
        text-align: center;
    }
}


/* ---------- Reliable hamburger / close icon ---------- */

.hll-mobile-menu-toggle {
    position: relative;
    overflow: visible;
}

.hll-mobile-menu-toggle span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 2px;
    margin: 0;
    background: var(--hll-primary);
    border-radius: 99px;
    transform-origin: center;
    transition:
        transform .2s ease,
        opacity .2s ease;
}

.hll-mobile-menu-toggle span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 7px));
}

.hll-mobile-menu-toggle span:nth-child(2) {
    transform: translate(-50%, -50%);
}

.hll-mobile-menu-toggle span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 7px));
}

.hll-mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.hll-mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, -50%);
}

.hll-mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* ==================================================
   PREMIUM MOBILE REFINEMENT v1.1.5
   ================================================== */

@media (max-width: 760px) {

    /* ---------- Header ---------- */

    .site-header {
        box-shadow: 0 4px 22px rgba(15, 23, 32, .035);
    }

    .site-header-inner {
        min-height: 72px;
    }

    .site-branding a {
        font-size: 21px;
        letter-spacing: -.035em;
    }

    .hll-mobile-menu-toggle {
        width: 44px;
        height: 44px;
        min-width: 44px;
        border-radius: 13px;
        border-color: #e1e4e6;
        box-shadow: 0 4px 16px rgba(15, 23, 32, .04);
    }


    /* ---------- Mobile navigation ---------- */

    .hll-mobile-menu {
        border-top: 1px solid #eceeef;
        box-shadow: 0 18px 40px rgba(15, 23, 32, .08);
    }

    .hll-mobile-menu .hll-container {
        padding-top: 10px;
        padding-bottom: 22px;
    }

    .hll-mobile-menu li {
        border: 0 !important;
    }

    .hll-mobile-menu li + li {
        border-top: 1px solid #f0f1f2 !important;
    }

    .hll-mobile-menu a:not(.hll-btn) {
        min-height: 56px;
        position: relative;
        padding-right: 28px;
        font-size: 16px;
        font-weight: 750;
        letter-spacing: -.015em;
    }

    .hll-mobile-menu a:not(.hll-btn)::after {
        content: "›";
        position: absolute;
        right: 3px;
        top: 50%;
        transform: translateY(-52%);
        color: #a2a7ab;
        font-size: 25px;
        font-weight: 400;
    }

    .hll-mobile-menu .current-menu-item > a {
        color: #8b6814;
    }

    .hll-mobile-menu .current-menu-item > a::before {
        content: "";
        position: absolute;
        left: -12px;
        width: 4px;
        height: 22px;
        border-radius: 20px;
        background: var(--hll-accent);
    }

    .hll-mobile-offer {
        min-height: 56px;
        margin-top: 18px;
        font-size: 16px;
        box-shadow: 0 8px 24px rgba(233, 185, 73, .22);
    }


    /* ---------- Hero proportions ---------- */

    .hll-hero {
        padding-top: 46px;
        padding-bottom: 38px;
    }

    .hll-eyebrow {
        margin-bottom: 17px;
        font-size: 12px;
        letter-spacing: .095em;
    }

    .hll-eyebrow-dot {
        width: 8px;
        height: 8px;
        box-shadow: 0 0 0 5px rgba(233,185,73,.16);
    }

    .hll-hero h1 {
        font-size: clamp(39px, 10.5vw, 50px);
        line-height: 1.015;
        letter-spacing: -.047em;
    }

    .hll-hero h1 span {
        margin-top: 18px;
        font-size: .56em;
        line-height: 1.16;
        color: #5f6469;
    }

    .hll-hero-lead {
        margin-top: 24px;
        font-size: 17px;
        line-height: 1.62;
        color: #686d72;
    }


    /* ---------- CTA area ---------- */

    .hll-hero-actions {
        gap: 10px;
        margin-top: 27px;
    }

    .hll-hero-actions .hll-btn {
        min-height: 57px;
        font-size: 16px;
        border-radius: 16px;
    }

    .hll-hero-actions .hll-btn-primary {
        box-shadow: 0 9px 25px rgba(233,185,73,.20);
    }

    .hll-hero-actions .hll-btn-light {
        background: rgba(255,255,255,.78);
    }


    /* ---------- Trust indicators ---------- */

    .hll-trust-row {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 25px;
    }

    .hll-trust-row li {
        display: flex;
        align-items: center;
        min-height: 44px;
        padding: 0 13px;
        border: 1px solid rgba(30,40,50,.07);
        border-radius: 12px;
        background: rgba(255,255,255,.68);
        font-size: 13px;
    }

    .hll-trust-row li::before {
        width: 22px;
        height: 22px;
        display: inline-flex;
        flex: 0 0 22px;
        align-items: center;
        justify-content: center;
        margin-right: 9px;
        border-radius: 50%;
        background: rgba(35,131,79,.10);
        color: #23834f;
        font-size: 12px;
    }


    /* ---------- Lead card ---------- */

    .hll-lead-card {
        margin-top: 34px;
        padding: 22px 18px 20px;
        border-radius: 22px;
        border-color: rgba(15,23,32,.07);
        box-shadow: 0 18px 45px rgba(15,23,32,.09);
    }

    .hll-lead-badge {
        margin-bottom: 14px;
        padding: 6px 10px;
        font-size: 11px;
    }

    .hll-lead-card h2 {
        font-size: 28px;
        line-height: 1.12;
    }

    .hll-lead-card > p {
        margin-top: 10px;
        margin-bottom: 18px;
        font-size: 14px;
    }

    .hll-service-picker {
        gap: 9px;
    }

    .hll-service-option {
        min-height: 70px;
        padding: 13px 15px;
        border-radius: 13px;
        background: #fff;
    }

    .hll-service-option strong {
        font-size: 15px;
    }

    .hll-service-option span {
        font-size: 12px;
    }

    .hll-lead-footer {
        margin-top: 14px;
    }

    .hll-lead-footer .hll-btn {
        min-height: 56px;
        border-radius: 16px;
        font-size: 15px;
    }


    /* ---------- Proof section ---------- */

    .hll-proof-grid {
        min-height: 0;
    }

    .hll-proof-item {
        min-height: 126px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .hll-proof-item strong {
        font-size: 22px;
    }

    .hll-proof-item span {
        max-width: 125px;
        margin-top: 7px;
        font-size: 12px;
        line-height: 1.35;
    }


    /* ---------- Footer ---------- */

    .site-footer {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .site-footer small {
        font-size: 13px;
        opacity: .82;
    }
}


/* ---------- Slight desktop polish too ---------- */

@media (min-width: 761px) {

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

    .hll-lead-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 28px 75px rgba(15,23,32,.13);
    }

    .hll-service-option:hover {
        border-color: rgba(233,185,73,.75);
    }
}

/* ==================================================
   SERVICES SECTION v1.2.0
   ================================================== */

.hll-services {
    padding: 110px 0;
    background: #fff;
}

.hll-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 52px;
}

.hll-section-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #8b6814;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.hll-section-head h2 {
    max-width: 700px;
    margin: 0;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.02;
    letter-spacing: -.05em;
}

.hll-section-head p {
    margin: 0;
    color: var(--hll-muted);
    font-size: 18px;
    line-height: 1.65;
}

.hll-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.hll-service-card {
    position: relative;
    min-height: 315px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid var(--hll-border);
    border-radius: 22px;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

.hll-service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(233,185,73,.85);
    box-shadow: 0 24px 55px rgba(15,23,32,.08);
}

.hll-service-card-featured {
    background: var(--hll-primary);
    color: #fff;
    border-color: var(--hll-primary);
}

.hll-service-card-featured p,
.hll-service-card-featured .hll-service-number {
    color: rgba(255,255,255,.66);
}

.hll-service-card-featured .hll-service-label {
    color: var(--hll-accent);
}

.hll-service-number {
    position: absolute;
    top: 24px;
    right: 26px;
    color: #a1a6aa;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

.hll-service-label {
    display: inline-block;
    margin-bottom: 13px;
    color: #8b6814;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.hll-service-card h3 {
    max-width: 500px;
    margin: 0;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.hll-service-card p {
    max-width: 530px;
    margin: 18px 0 0;
    color: var(--hll-muted);
    font-size: 15px;
    line-height: 1.65;
}

.hll-service-link {
    margin-top: 28px;
    font-size: 14px;
    font-weight: 850;
}

.hll-services-bottom {
    margin-top: 34px;
    padding: 28px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-radius: 20px;
    background: #f5f6f7;
}

.hll-services-bottom p {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
}

@media (max-width: 900px) {

    .hll-section-head {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .hll-services-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {

    .hll-services {
        padding: 76px 0;
    }

    .hll-section-head {
        margin-bottom: 30px;
    }

    .hll-section-kicker {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .hll-section-head h2 {
        font-size: 39px;
        line-height: 1.04;
    }

    .hll-section-head p {
        font-size: 16px;
        line-height: 1.6;
    }

    .hll-services-grid {
        gap: 12px;
    }

    .hll-service-card {
        min-height: 0;
        padding: 24px 20px;
        border-radius: 18px;
    }

    .hll-service-number {
        top: 19px;
        right: 20px;
    }

    .hll-service-card h3 {
        padding-right: 28px;
        font-size: 27px;
    }

    .hll-service-card p {
        font-size: 14px;
    }

    .hll-service-link {
        margin-top: 24px;
    }

    .hll-services-bottom {
        margin-top: 18px;
        padding: 22px 18px;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .hll-services-bottom .hll-btn {
        width: 100%;
        border-radius: 15px;
    }
}

/* ==================================================
   WHY HLL + PROCESS v1.3.0
   ================================================== */

.hll-why {
    padding: 115px 0;
    background: #f5f6f7;
}

.hll-why-intro {
    display: grid;
    grid-template-columns: 1.15fr .75fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 55px;
}

.hll-why-title h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(42px, 5.3vw, 68px);
    line-height: 1;
    letter-spacing: -.055em;
}

.hll-why-copy p {
    margin: 0;
    color: var(--hll-muted);
    font-size: 18px;
    line-height: 1.65;
}


/* Trust panel */

.hll-trust-panel {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, 1fr);
    overflow: hidden;
    margin-bottom: 22px;
    border: 1px solid var(--hll-border);
    border-radius: 24px;
    background: #fff;
}

.hll-google-score,
.hll-trust-stat {
    min-height: 185px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hll-trust-stat {
    border-left: 1px solid var(--hll-border);
}

.hll-google-label {
    margin-bottom: 8px;
    color: var(--hll-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.hll-score-line {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hll-score-line strong {
    font-size: 46px;
    line-height: 1;
    letter-spacing: -.05em;
}

.hll-stars {
    color: var(--hll-accent);
    font-size: 18px;
    letter-spacing: 2px;
}

.hll-google-score p {
    margin: 10px 0 0;
    color: var(--hll-muted);
    font-size: 13px;
}

.hll-trust-stat strong {
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.hll-trust-stat span {
    margin-top: 9px;
    color: var(--hll-muted);
    font-size: 13px;
    line-height: 1.45;
}


/* Advantages */

.hll-advantages {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.hll-advantage {
    min-height: 245px;
    padding: 26px;
    border-radius: 20px;
    background: #fff;
}

.hll-advantage > span {
    display: block;
    margin-bottom: 48px;
    color: #9da2a6;
    font-size: 12px;
    font-weight: 800;
}

.hll-advantage h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -.03em;
}

.hll-advantage p {
    margin: 14px 0 0;
    color: var(--hll-muted);
    font-size: 14px;
    line-height: 1.6;
}


/* Process */

.hll-process {
    padding: 115px 0;
    background: var(--hll-primary);
    color: #fff;
}

.hll-process-head {
    max-width: 760px;
    margin-bottom: 65px;
}

.hll-process-head .hll-section-kicker {
    color: var(--hll-accent);
}

.hll-process-head h2 {
    margin: 0;
    font-size: clamp(42px, 5.4vw, 70px);
    line-height: 1;
    letter-spacing: -.055em;
}

.hll-process-head p {
    margin: 20px 0 0;
    color: rgba(255,255,255,.62);
    font-size: 18px;
}

.hll-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    border-top: 1px solid rgba(255,255,255,.15);
}

.hll-process-step {
    min-height: 290px;
    padding: 28px 26px 28px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hll-process-step + .hll-process-step {
    padding-left: 26px;
    border-left: 1px solid rgba(255,255,255,.15);
}

.hll-step-number {
    color: var(--hll-accent);
    font-size: 13px;
    font-weight: 900;
}

.hll-process-step h3 {
    margin: 0;
    font-size: 23px;
    letter-spacing: -.025em;
}

.hll-process-step p {
    margin: 12px 0 0;
    color: rgba(255,255,255,.58);
    font-size: 14px;
    line-height: 1.6;
}

.hll-process-cta {
    margin-top: 55px;
    padding: 30px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 22px;
    background: rgba(255,255,255,.055);
}

.hll-process-cta span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255,255,255,.56);
    font-size: 13px;
}

.hll-process-cta strong {
    display: block;
    font-size: 22px;
}

.hll-btn-accent {
    background: var(--hll-accent);
    color: #111;
    white-space: nowrap;
}

.hll-btn-accent:hover {
    background: #f2c958;
}


/* Tablet */

@media (max-width: 1000px) {

    .hll-trust-panel {
        grid-template-columns: repeat(2, 1fr);
    }

    .hll-trust-stat:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--hll-border);
    }

    .hll-trust-stat:nth-child(4) {
        border-top: 1px solid var(--hll-border);
    }

    .hll-advantages,
    .hll-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Mobile */

@media (max-width: 760px) {

    .hll-why,
    .hll-process {
        padding: 76px 0;
    }

    .hll-why-intro {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 32px;
    }

    .hll-why-title h2,
    .hll-process-head h2 {
        font-size: 39px;
        line-height: 1.03;
    }

    .hll-why-copy p {
        font-size: 16px;
    }

    .hll-trust-panel {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 19px;
    }

    .hll-google-score,
    .hll-trust-stat {
        min-height: 145px;
        padding: 18px;
    }

    .hll-google-score {
        border-bottom: 1px solid var(--hll-border);
    }

    .hll-trust-stat:nth-child(2) {
        border-bottom: 1px solid var(--hll-border);
    }

    .hll-score-line {
        display: block;
    }

    .hll-score-line strong {
        font-size: 36px;
    }

    .hll-stars {
        display: block;
        margin-top: 7px;
        font-size: 12px;
    }

    .hll-google-score p {
        font-size: 11px;
    }

    .hll-trust-stat strong {
        font-size: 18px;
    }

    .hll-trust-stat span {
        font-size: 11px;
    }

    .hll-advantages {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .hll-advantage {
        min-height: 0;
        padding: 21px;
    }

    .hll-advantage > span {
        margin-bottom: 28px;
    }

    .hll-process-head {
        margin-bottom: 40px;
    }

    .hll-process-head p {
        font-size: 16px;
    }

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

    .hll-process-step,
    .hll-process-step + .hll-process-step {
        min-height: 0;
        padding: 23px 0;
        border-left: 0;
        border-bottom: 1px solid rgba(255,255,255,.14);
    }

    .hll-process-step {
        display: grid;
        grid-template-columns: 42px 1fr;
        gap: 12px;
    }

    .hll-process-step h3 {
        font-size: 20px;
    }

    .hll-process-cta {
        margin-top: 34px;
        padding: 22px 18px;
        flex-direction: column;
        align-items: stretch;
    }

    .hll-process-cta strong {
        font-size: 20px;
    }

    .hll-process-cta .hll-btn {
        width: 100%;
        text-align: center;
        white-space: normal;
    }
}

/* ==================================================
   LOCAL SECTION + FINAL CTA + FOOTER v1.4.0
   ================================================== */

.hll-local {
    padding: 115px 0;
    background: #fff;
}

.hll-local-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 70px;
    align-items: start;
}

.hll-local-content h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.01;
    letter-spacing: -.055em;
}

.hll-local-lead {
    max-width: 690px;
    margin: 25px 0 0;
    color: var(--hll-muted);
    font-size: 18px;
    line-height: 1.7;
}

.hll-local-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 40px;
}

.hll-local-points div {
    padding: 20px;
    border: 1px solid var(--hll-border);
    border-radius: 16px;
    background: #fff;
}

.hll-local-points strong {
    display: block;
    font-size: 16px;
}

.hll-local-points span {
    display: block;
    margin-top: 7px;
    color: var(--hll-muted);
    font-size: 12px;
}

.hll-area-card {
    padding: 32px;
    border-radius: 24px;
    background: #f5f6f7;
}

.hll-area-title {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hll-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.hll-area-list span {
    padding: 9px 13px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--hll-border);
    font-size: 13px;
    font-weight: 700;
}

.hll-area-card p {
    margin: 24px 0;
    color: var(--hll-muted);
    font-size: 14px;
    line-height: 1.6;
}


/* Final CTA */

.hll-final-cta {
    padding: 90px 0;
    background: var(--hll-accent);
}

.hll-final-cta-inner {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 60px;
}

.hll-final-kicker {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.hll-final-cta h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(42px, 5.4vw, 70px);
    line-height: 1;
    letter-spacing: -.055em;
}

.hll-final-cta p {
    max-width: 620px;
    margin: 20px 0 0;
    font-size: 17px;
    line-height: 1.55;
}

.hll-final-actions {
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hll-btn-outline-dark {
    border-color: rgba(15,23,32,.35);
    background: transparent;
    color: var(--hll-primary);
}


/* Footer */

.site-footer {
    padding: 72px 0 26px;
    background: var(--hll-primary);
    color: #fff;
}

.hll-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 60px;
    padding-bottom: 55px;
}

.hll-footer-brand > a {
    display: inline-block;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.04em;
    text-decoration: none;
}

.hll-footer-brand p {
    max-width: 300px;
    margin: 18px 0 0;
    color: rgba(255,255,255,.58);
    font-size: 14px;
    line-height: 1.65;
}

.hll-footer-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
}

.hll-footer-col strong {
    margin-bottom: 7px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255,255,255,.9);
}

.hll-footer-col a,
.hll-footer-col span {
    color: rgba(255,255,255,.58);
    font-size: 13px;
    text-decoration: none;
}

.hll-footer-col a:hover {
    color: #fff;
}

.hll-footer-bottom {
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.48);
    font-size: 12px;
}

.hll-footer-bottom div {
    display: flex;
    gap: 18px;
}

.hll-footer-bottom a {
    color: inherit;
    text-decoration: none;
}


/* Responsive */

@media (max-width: 900px) {

    .hll-local-grid {
        grid-template-columns: 1fr;
    }

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

    .hll-final-cta-inner {
        align-items: stretch;
        flex-direction: column;
    }

    .hll-final-actions {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 760px) {

    .hll-local {
        padding: 76px 0;
    }

    .hll-local-grid {
        gap: 35px;
    }

    .hll-local-content h2 {
        font-size: 39px;
    }

    .hll-local-lead {
        font-size: 16px;
    }

    .hll-local-points {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .hll-area-card {
        padding: 22px 18px;
        border-radius: 19px;
    }

    .hll-area-list span {
        font-size: 12px;
    }

    .hll-final-cta {
        padding: 70px 0;
    }

    .hll-final-cta h2 {
        font-size: 39px;
    }

    .hll-final-actions .hll-btn {
        width: 100%;
        border-radius: 15px;
    }

    .site-footer {
        padding-top: 55px;
    }

    .hll-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px 25px;
    }

    .hll-footer-brand {
        grid-column: 1 / -1;
        text-align: left;
    }

    .hll-footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* ==================================================
   REVIEWS v1.5.0
   ================================================== */

.hll-reviews {
    padding: 115px 0;
    background: #fff;
}

.hll-reviews-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 50px;
}

.hll-reviews-head h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1;
    letter-spacing: -.055em;
}

.hll-reviews-score {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
}

.hll-reviews-score > strong {
    font-size: 54px;
    line-height: 1;
    letter-spacing: -.06em;
}

.hll-reviews-score > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hll-review-stars {
    color: var(--hll-accent);
    letter-spacing: 2px;
}

.hll-reviews-score div > span:last-child {
    color: var(--hll-muted);
    font-size: 12px;
}


.hll-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
}

.hll-review-card {
    min-height: 330px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--hll-border);
    border-radius: 22px;
    background: #fff;
}

.hll-review-card-dark {
    background: var(--hll-primary);
    color: #fff;
    border-color: var(--hll-primary);
}

.hll-review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hll-review-source {
    color: #9ba0a4;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hll-review-card blockquote {
    margin: 55px 0 45px;
    padding: 0;
    border: 0;
    font-size: 26px;
    font-weight: 750;
    line-height: 1.25;
    letter-spacing: -.035em;
}

.hll-review-person {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hll-review-avatar {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border-radius: 50%;
    background: #f1f2f3;
    color: var(--hll-primary);
    font-size: 11px;
    font-weight: 900;
}

.hll-review-card-dark .hll-review-avatar {
    background: rgba(255,255,255,.12);
    color: #fff;
}

.hll-review-person div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hll-review-person strong {
    font-size: 14px;
}

.hll-review-person div span {
    color: var(--hll-muted);
    font-size: 11px;
}

.hll-review-card-dark .hll-review-person div span {
    color: rgba(255,255,255,.5);
}


.hll-reviews-footer {
    margin-top: 20px;
    padding: 25px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-radius: 20px;
    background: #f5f6f7;
}

.hll-reviews-footer > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hll-reviews-footer strong {
    font-size: 16px;
}

.hll-reviews-footer span {
    color: var(--hll-muted);
    font-size: 12px;
}


/* Mobile */

@media (max-width: 760px) {

    .hll-reviews {
        padding: 76px 0;
    }

    .hll-reviews-head {
        display: block;
        margin-bottom: 30px;
    }

    .hll-reviews-head h2 {
        font-size: 39px;
        line-height: 1.03;
    }

    .hll-reviews-score {
        margin-top: 25px;
    }

    .hll-reviews-score > strong {
        font-size: 45px;
    }

    .hll-reviews-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hll-review-card {
        min-height: 275px;
        padding: 22px 20px;
        border-radius: 18px;
    }

    .hll-review-card blockquote {
        margin: 38px 0 35px;
        font-size: 23px;
    }

    .hll-reviews-footer {
        padding: 21px 18px;
        flex-direction: column;
        align-items: stretch;
    }

    .hll-reviews-footer .hll-btn {
        width: 100%;
        text-align: center;
    }
}

/* ==================================================
   HOMEPAGE FINAL POLISH v1.5.1
   ================================================== */

/* Never split German words inside the hero */
.hll-hero h1 {
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}

/* Give the hero headline enough room on desktop */
@media (min-width: 1041px) {

    .hll-hero-grid {
        grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
    }

    .hll-hero-content {
        min-width: 0;
    }

    .hll-hero h1 {
        font-size: clamp(54px, 5.25vw, 78px);
        line-height: .96;
        letter-spacing: -.055em;
    }
}


/* ==================================================
   MOBILE READABILITY
   ================================================== */

@media (max-width: 760px) {

    /* General section breathing room */

    .hll-container {
        width: calc(100% - 36px);
    }

    /* Hero */

    .hll-hero h1 {
        font-size: clamp(40px, 11.5vw, 50px);
        line-height: .98;
        letter-spacing: -.05em;
    }

    .hll-hero-subtitle {
        font-size: 27px;
        line-height: 1.12;
    }

    .hll-hero-description {
        font-size: 16px;
        line-height: 1.65;
    }

    /* Services */

    .hll-service-card p {
        font-size: 14px;
        line-height: 1.55;
    }

    /* Why HLL */

    .hll-why-copy p {
        font-size: 16px;
        line-height: 1.65;
    }

    .hll-advantage h3 {
        font-size: 21px;
    }

    .hll-advantage p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Process */

    .hll-process-step p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Reviews */

    .hll-review-card blockquote {
        font-size: 22px;
        line-height: 1.3;
    }

    .hll-review-person strong {
        font-size: 14px;
    }

    /* Local */

    .hll-local-lead {
        font-size: 16px;
        line-height: 1.65;
    }

    /* Prevent accidental overflow anywhere */

    .hll-hero *,
    .hll-why *,
    .hll-process *,
    .hll-reviews *,
    .hll-local *,
    .hll-final-cta * {
        max-width: 100%;
    }
}

/* ==================================================
   HERO MOBILE FIT FIX v1.5.2
   ================================================== */

@media (max-width: 760px) {

    .hll-hero h1 {
        font-size: clamp(34px, 9.4vw, 44px) !important;
        line-height: 1.02;
        letter-spacing: -0.045em;

        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;

        max-width: 100%;
    }

    .hll-hero h1 span {
        font-size: .60em;
        line-height: 1.15;
    }
}

@media (max-width: 390px) {

    .hll-hero h1 {
        font-size: clamp(32px, 8.9vw, 38px) !important;
        letter-spacing: -0.04em;
    }
}

/* ==================================================
   MONEY PAGE - UMZUGSUNTERNEHMEN ASCHAFFENBURG v1.6.0
   ================================================== */

.hll-money-hero {
    padding: 85px 0 75px;
    background:
        radial-gradient(circle at 85% 10%, rgba(233,185,73,.18), transparent 28%),
        linear-gradient(180deg,#fff 0%,#f7f8f9 100%);
}

.hll-money-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1.12fr) minmax(340px,.78fr);
    gap: 70px;
    align-items: center;
}

.hll-money-copy h1 {
    margin: 0;
    max-width: 820px;
    font-size: clamp(50px,6vw,78px);
    line-height: .98;
    letter-spacing: -.055em;
}

.hll-money-copy h1 span {
    display: block;
    margin-top: 10px;
    color: var(--hll-muted);
    font-size: .62em;
}

.hll-money-copy > p {
    max-width: 680px;
    margin: 26px 0 0;
    color: var(--hll-muted);
    font-size: 19px;
    line-height: 1.65;
}

.hll-money-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hll-money-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 750;
}

.hll-money-trust li::before {
    content: "✓";
    margin-right: 7px;
    color: #23834f;
}

.hll-money-contact {
    padding: 30px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid var(--hll-border);
    box-shadow: var(--hll-shadow);
}

.hll-money-contact-label {
    color: #8b6814;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.hll-money-contact h2 {
    margin: 14px 0 0;
    font-size: 32px;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.hll-money-contact > p {
    color: var(--hll-muted);
    font-size: 14px;
}

.hll-contact-lines {
    margin: 22px 0;
    border-top: 1px solid var(--hll-border);
}

.hll-contact-lines > * {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--hll-border);
    text-decoration: none;
}

.hll-contact-lines span {
    display: block;
    color: var(--hll-muted);
    font-size: 11px;
}

.hll-contact-lines strong {
    display: block;
    margin-top: 4px;
    font-size: 15px;
}

.hll-money-contact .hll-btn {
    width: 100%;
}


/* Intro */

.hll-money-intro {
    padding: 105px 0;
}

.hll-money-intro-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 75px;
}

.hll-money-intro h2,
.hll-money-section-head h2,
.hll-money-costs h2,
.hll-money-local h2,
.hll-money-faq h2 {
    margin: 0;
    font-size: clamp(40px,5vw,64px);
    line-height: 1.02;
    letter-spacing: -.05em;
}

.hll-money-intro-grid p {
    margin: 0 0 20px;
    color: var(--hll-muted);
    font-size: 17px;
    line-height: 1.7;
}


/* Services */

.hll-money-services {
    padding: 105px 0;
    background: #f5f6f7;
}

.hll-money-section-head {
    max-width: 780px;
    margin-bottom: 45px;
}

.hll-money-service-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
}

.hll-money-service-grid a {
    min-height: 240px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--hll-border);
    text-decoration: none;
}

.hll-money-service-grid a > span {
    margin-bottom: auto;
    color: #9ca1a5;
    font-size: 12px;
    font-weight: 800;
}

.hll-money-service-grid h3 {
    margin: 35px 0 0;
    font-size: 25px;
    letter-spacing: -.03em;
}

.hll-money-service-grid p {
    margin: 10px 0 0;
    color: var(--hll-muted);
    font-size: 13px;
    line-height: 1.55;
}


/* Costs */

.hll-money-costs {
    padding: 105px 0;
}

.hll-money-costs-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 70px;
}

.hll-money-costs p {
    color: var(--hll-muted);
    font-size: 16px;
    line-height: 1.65;
}

.hll-cost-factors {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
}

.hll-cost-factors div {
    padding: 22px;
    border-radius: 18px;
    background: #f5f6f7;
}

.hll-cost-factors strong {
    display: block;
    font-size: 16px;
}

.hll-cost-factors span {
    display: block;
    margin-top: 7px;
    color: var(--hll-muted);
    font-size: 12px;
}


/* Process */

.hll-money-process {
    padding: 105px 0;
    background: var(--hll-primary);
    color: #fff;
}

.hll-money-process .hll-section-kicker {
    color: var(--hll-accent);
}

.hll-money-process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid rgba(255,255,255,.15);
}

.hll-money-process-grid article {
    min-height: 245px;
    padding: 26px;
    border-left: 1px solid rgba(255,255,255,.12);
}

.hll-money-process-grid article:first-child {
    border-left: 0;
    padding-left: 0;
}

.hll-money-process-grid article > span {
    color: var(--hll-accent);
    font-size: 12px;
    font-weight: 900;
}

.hll-money-process-grid h3 {
    margin: 80px 0 0;
    font-size: 22px;
}

.hll-money-process-grid p {
    color: rgba(255,255,255,.58);
    font-size: 13px;
    line-height: 1.6;
}


/* Local */

.hll-money-local {
    padding: 105px 0;
}

.hll-money-local-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 70px;
}

.hll-money-local p {
    color: var(--hll-muted);
    font-size: 16px;
    line-height: 1.7;
}

.hll-money-areas {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 9px;
}

.hll-money-areas span {
    padding: 10px 14px;
    border: 1px solid var(--hll-border);
    border-radius: 999px;
    background: #f7f8f9;
    font-size: 13px;
    font-weight: 700;
}


/* FAQ */

.hll-money-faq {
    padding: 105px 0;
    background: #f5f6f7;
}

.hll-faq-list {
    max-width: 900px;
}

.hll-faq-list details {
    border-top: 1px solid #dfe2e4;
}

.hll-faq-list details:last-child {
    border-bottom: 1px solid #dfe2e4;
}

.hll-faq-list summary {
    padding: 22px 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 750;
}

.hll-faq-list details p {
    max-width: 760px;
    margin: -5px 0 24px;
    color: var(--hll-muted);
    font-size: 14px;
    line-height: 1.65;
}


/* Final CTA */

.hll-money-final {
    padding: 80px 0;
    background: var(--hll-accent);
}

.hll-money-final .hll-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.hll-money-final span {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hll-money-final h2 {
    margin: 8px 0 0;
    font-size: clamp(38px,5vw,60px);
    line-height: 1;
    letter-spacing: -.05em;
}

.hll-money-final-actions {
    display: flex;
    gap: 10px;
}


/* Responsive */

@media (max-width: 960px) {
    .hll-money-hero-grid,
    .hll-money-intro-grid,
    .hll-money-costs-grid,
    .hll-money-local-grid {
        grid-template-columns: 1fr;
    }

    .hll-money-service-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .hll-money-process-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 760px) {

    .hll-money-hero,
    .hll-money-intro,
    .hll-money-services,
    .hll-money-costs,
    .hll-money-process,
    .hll-money-local,
    .hll-money-faq {
        padding: 72px 0;
    }

    .hll-money-copy h1 {
        font-size: clamp(36px,9.2vw,45px);
        line-height: 1;
    }

    .hll-money-copy > p {
        font-size: 16px;
    }

    .hll-money-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hll-money-actions .hll-btn {
        width: 100%;
    }

    .hll-money-trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .hll-money-contact {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .hll-money-intro h2,
    .hll-money-section-head h2,
    .hll-money-costs h2,
    .hll-money-local h2,
    .hll-money-faq h2 {
        font-size: 38px;
    }

    .hll-money-service-grid,
    .hll-money-process-grid,
    .hll-cost-factors {
        grid-template-columns: 1fr;
    }

    .hll-money-service-grid a {
        min-height: 200px;
    }

    .hll-money-process-grid article,
    .hll-money-process-grid article:first-child {
        min-height: 0;
        padding: 22px 0;
        border-left: 0;
        border-bottom: 1px solid rgba(255,255,255,.13);
    }

    .hll-money-process-grid h3 {
        margin-top: 35px;
    }

    .hll-money-final {
        padding: 65px 0;
    }

    .hll-money-final .hll-container {
        display: block;
    }

    .hll-money-final-actions {
        margin-top: 25px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .hll-money-final-actions .hll-btn {
        width: 100%;
    }
}

/* ==================================================
   PRIVATUMZUG ASCHAFFENBURG v1.7.0
   ================================================== */

.hll-private-hero {
    padding: 85px 0 75px;
    background:
        radial-gradient(circle at 85% 15%, rgba(233,185,73,.16), transparent 27%),
        linear-gradient(180deg,#fff,#f7f8f9);
}

.hll-private-grid {
    display: grid;
    grid-template-columns: 1.1fr .78fr;
    gap: 72px;
    align-items: center;
}

.hll-private-copy h1 {
    margin: 0;
    max-width: 820px;
    font-size: clamp(50px,5.8vw,76px);
    line-height: .98;
    letter-spacing: -.055em;
}

.hll-private-copy h1 span {
    display: block;
    margin-top: 11px;
    color: var(--hll-muted);
    font-size: .6em;
}

.hll-private-copy > p {
    max-width: 680px;
    margin: 25px 0 0;
    color: var(--hll-muted);
    font-size: 18px;
    line-height: 1.65;
}

.hll-private-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 29px;
}

.hll-private-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 26px;
}

.hll-private-badges span {
    padding: 8px 11px;
    border: 1px solid var(--hll-border);
    border-radius: 999px;
    background: rgba(255,255,255,.7);
    font-size: 12px;
    font-weight: 700;
}

.hll-private-card {
    padding: 29px;
    border-radius: 25px;
    border: 1px solid var(--hll-border);
    background: #fff;
    box-shadow: var(--hll-shadow);
}

.hll-private-card-label {
    color: #8b6814;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.hll-private-card h2 {
    margin: 13px 0 0;
    font-size: 33px;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.hll-private-card p {
    color: var(--hll-muted);
    font-size: 14px;
    line-height: 1.6;
}

.hll-private-card ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--hll-border);
}

.hll-private-card li {
    padding: 11px 0;
    border-bottom: 1px solid var(--hll-border);
    font-size: 13px;
}

.hll-private-card li::before {
    content: "✓";
    margin-right: 8px;
    color: #23834f;
    font-weight: 900;
}

.hll-private-card .hll-btn {
    width: 100%;
}


.hll-private-needs,
.hll-private-situations,
.hll-private-cost,
.hll-private-prep,
.hll-private-local,
.hll-private-faq {
    padding: 105px 0;
}

.hll-private-needs,
.hll-private-cost,
.hll-private-faq {
    background: #f5f6f7;
}

.hll-private-head {
    max-width: 790px;
    margin-bottom: 45px;
}

.hll-private-head h2,
.hll-private-situations h2,
.hll-private-prep h2,
.hll-private-local h2 {
    margin: 0;
    font-size: clamp(40px,5vw,64px);
    line-height: 1.02;
    letter-spacing: -.05em;
}

.hll-private-needs-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}

.hll-private-needs-grid article {
    min-height: 245px;
    padding: 24px;
    border-radius: 19px;
    background: #fff;
}

.hll-private-needs-grid article > span {
    color: #9da2a6;
    font-size: 12px;
    font-weight: 800;
}

.hll-private-needs-grid h3 {
    margin: 75px 0 0;
    font-size: 23px;
}

.hll-private-needs-grid p {
    color: var(--hll-muted);
    font-size: 13px;
    line-height: 1.6;
}


.hll-private-situations-grid,
.hll-private-prep-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 70px;
}

.hll-private-situations p,
.hll-private-prep p,
.hll-private-local > .hll-container > p {
    color: var(--hll-muted);
    font-size: 16px;
    line-height: 1.7;
}

.hll-private-situation-cards {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 11px;
}

.hll-private-situation-cards > div {
    padding: 22px;
    border-radius: 18px;
    background: #f5f6f7;
}

.hll-private-situation-cards strong,
.hll-private-situation-cards span {
    display: block;
}

.hll-private-situation-cards span {
    margin-top: 7px;
    color: var(--hll-muted);
    font-size: 12px;
}

.hll-private-situation-cards a {
    display: inline-block;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 800;
}


.hll-private-cost-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}

.hll-private-cost-grid > div {
    padding: 23px;
    border-radius: 18px;
    background: #fff;
}

.hll-private-cost-grid strong {
    font-size: 16px;
}

.hll-private-cost-grid p {
    color: var(--hll-muted);
    font-size: 12px;
    line-height: 1.55;
}

.hll-private-cost-action {
    margin-top: 24px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    border-radius: 18px;
    background: #fff;
}

.hll-private-cost-action p {
    margin: 0;
    max-width: 620px;
    font-size: 14px;
}


.hll-private-checklist {
    display: grid;
    gap: 8px;
}

.hll-private-checklist div {
    padding: 15px 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--hll-border);
    border-radius: 13px;
    font-size: 14px;
}

.hll-private-checklist span {
    color: #23834f;
    font-weight: 900;
}


.hll-private-area-pills {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hll-private-area-pills span {
    padding: 9px 13px;
    border: 1px solid var(--hll-border);
    border-radius: 999px;
    background: #f7f8f9;
    font-size: 12px;
    font-weight: 700;
}


.hll-private-final {
    padding: 78px 0;
    background: var(--hll-accent);
}

.hll-private-final .hll-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.hll-private-final span {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hll-private-final h2 {
    margin: 8px 0 0;
    font-size: clamp(38px,5vw,58px);
    line-height: 1;
    letter-spacing: -.05em;
}

.hll-private-final-actions {
    display: flex;
    gap: 10px;
}


@media (max-width: 960px) {

    .hll-private-grid,
    .hll-private-situations-grid,
    .hll-private-prep-grid {
        grid-template-columns: 1fr;
    }

    .hll-private-needs-grid,
    .hll-private-cost-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 760px) {

    .hll-private-hero,
    .hll-private-needs,
    .hll-private-situations,
    .hll-private-cost,
    .hll-private-prep,
    .hll-private-local,
    .hll-private-faq {
        padding: 72px 0;
    }

    .hll-private-copy h1 {
        font-size: clamp(34px,8.9vw,43px);
        line-height: 1.01;
        word-break: normal;
        overflow-wrap: normal;
        hyphens: none;
    }

    .hll-private-copy > p {
        font-size: 16px;
    }

    .hll-private-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hll-private-actions .hll-btn {
        width: 100%;
    }

    .hll-private-card {
        padding: 21px 18px;
        border-radius: 19px;
    }

    .hll-private-head h2,
    .hll-private-situations h2,
    .hll-private-prep h2,
    .hll-private-local h2 {
        font-size: 38px;
    }

    .hll-private-needs-grid,
    .hll-private-cost-grid,
    .hll-private-situation-cards {
        grid-template-columns: 1fr;
    }

    .hll-private-needs-grid article {
        min-height: 190px;
    }

    .hll-private-needs-grid h3 {
        margin-top: 50px;
    }

    .hll-private-cost-action {
        flex-direction: column;
        align-items: stretch;
    }

    .hll-private-cost-action .hll-btn {
        width: 100%;
    }

    .hll-private-final {
        padding: 64px 0;
    }

    .hll-private-final .hll-container {
        display: block;
    }

    .hll-private-final-actions {
        margin-top: 25px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .hll-private-final-actions .hll-btn {
        width: 100%;
    }
}


/* ==================================================
   FIRMENUMZUG ASCHAFFENBURG v1.8.0
   ================================================== */

.hll-business-hero {
    padding: 88px 0 82px;
    background:
        radial-gradient(circle at 85% 10%, rgba(233,185,73,.17), transparent 27%),
        linear-gradient(180deg,#fff 0%,#f5f6f7 100%);
}

.hll-business-hero-grid {
    display: grid;
    grid-template-columns: 1.12fr .76fr;
    gap: 70px;
    align-items: center;
}

.hll-business-copy,
.hll-business-briefing {
    min-width: 0;
}

.hll-business-copy h1 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(50px,5.7vw,76px);
    line-height: .98;
    letter-spacing: -.055em;
}

.hll-business-copy h1 span {
    display: block;
    margin-top: 12px;
    color: var(--hll-muted);
    font-size: .57em;
    line-height: 1.07;
}

.hll-business-lead {
    max-width: 710px;
    margin: 26px 0 0;
    color: var(--hll-muted);
    font-size: 18px;
    line-height: 1.68;
}

.hll-business-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.hll-business-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 27px;
    color: #42484e;
    font-size: 12px;
    font-weight: 700;
}

.hll-business-briefing {
    padding: 30px;
    border: 1px solid var(--hll-border);
    border-radius: 25px;
    background: #fff;
    box-shadow: var(--hll-shadow);
}

.hll-business-card-label {
    color: #8b6814;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hll-business-briefing h2 {
    margin: 13px 0 0;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.hll-business-briefing > p {
    margin: 14px 0 23px;
    color: var(--hll-muted);
    font-size: 14px;
    line-height: 1.65;
}

.hll-business-briefing-list {
    border-top: 1px solid var(--hll-border);
}

.hll-business-briefing-list > div {
    display: grid;
    grid-template-columns: 30px 1fr;
    padding: 14px 0;
    border-bottom: 1px solid var(--hll-border);
}

.hll-business-briefing-list > div > span {
    grid-row: 1 / 3;
    color: #9ca1a6;
    font-size: 11px;
    font-weight: 800;
}

.hll-business-briefing-list strong {
    font-size: 14px;
}

.hll-business-briefing-list small {
    margin-top: 3px;
    color: var(--hll-muted);
    font-size: 11px;
}

.hll-business-briefing > .hll-btn {
    width: 100%;
    margin-top: 22px;
}


.hll-business-for,
.hll-business-continuity,
.hll-business-process,
.hll-business-services,
.hll-business-cost,
.hll-business-local,
.hll-business-faq {
    padding: 105px 0;
}

.hll-business-for,
.hll-business-process,
.hll-business-cost,
.hll-business-faq {
    background: #f5f6f7;
}

.hll-business-section-head {
    max-width: 830px;
    margin-bottom: 47px;
}

.hll-business-section-head h2,
.hll-business-continuity h2,
.hll-business-services h2,
.hll-business-local h2 {
    margin: 0;
    font-size: clamp(40px,5vw,64px);
    line-height: 1.02;
    letter-spacing: -.052em;
}

.hll-business-section-head > p {
    max-width: 700px;
    color: var(--hll-muted);
    font-size: 16px;
    line-height: 1.7;
}


.hll-business-types {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
}

.hll-business-types article {
    min-height: 220px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 25px;
    border-radius: 20px;
    background: #fff;
}

.hll-business-number {
    color: #a0a5aa;
    font-size: 11px;
    font-weight: 800;
}

.hll-business-types h3 {
    margin: 0;
    font-size: 27px;
    letter-spacing: -.03em;
}

.hll-business-types p {
    max-width: 480px;
    margin-bottom: 0;
    color: var(--hll-muted);
    font-size: 13px;
    line-height: 1.6;
}


.hll-business-continuity-grid {
    display: grid;
    grid-template-columns: .9fr 1.05fr;
    gap: 75px;
    align-items: center;
}

.hll-business-continuity-copy p {
    max-width: 650px;
    color: var(--hll-muted);
    font-size: 16px;
    line-height: 1.72;
}

.hll-business-text-link {
    display: inline-block;
    margin-top: 12px;
    font-weight: 800;
    font-size: 13px;
}

.hll-business-priority {
    overflow: hidden;
    border: 1px solid var(--hll-border);
    border-radius: 24px;
}

.hll-business-priority-main {
    min-height: 285px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--hll-primary);
    color: #fff;
}

.hll-business-priority-main > span {
    margin-bottom: auto;
    color: var(--hll-accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hll-business-priority-main strong {
    max-width: 480px;
    font-size: 37px;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.hll-business-priority-main p {
    max-width: 490px;
    margin-bottom: 0;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.6;
}

.hll-business-priority-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    background: #fff;
}

.hll-business-priority-row > div {
    min-width: 0;
    padding: 18px;
    border-right: 1px solid var(--hll-border);
}

.hll-business-priority-row > div:last-child {
    border-right: 0;
}

.hll-business-priority-row strong,
.hll-business-priority-row span {
    display: block;
}

.hll-business-priority-row strong {
    font-size: 13px;
}

.hll-business-priority-row span {
    margin-top: 5px;
    color: var(--hll-muted);
    font-size: 10px;
    line-height: 1.45;
}


.hll-business-process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}

.hll-business-process-grid article {
    min-height: 260px;
    padding: 24px;
    border-radius: 19px;
    background: #fff;
}

.hll-business-process-grid article > span {
    color: #a0a5aa;
    font-size: 11px;
    font-weight: 800;
}

.hll-business-process-grid h3 {
    margin: 85px 0 0;
    font-size: 21px;
    line-height: 1.15;
}

.hll-business-process-grid p {
    color: var(--hll-muted);
    font-size: 12px;
    line-height: 1.6;
}


.hll-business-services-grid {
    display: grid;
    grid-template-columns: .85fr 1fr;
    gap: 75px;
}

.hll-business-services-grid > div:first-child > p {
    max-width: 600px;
    color: var(--hll-muted);
    font-size: 16px;
    line-height: 1.7;
}

.hll-business-service-list {
    border-top: 1px solid var(--hll-border);
}

.hll-business-service-list > div {
    display: grid;
    grid-template-columns: 50px 1fr;
    padding: 20px 0;
    border-bottom: 1px solid var(--hll-border);
}

.hll-business-service-list > div > span {
    color: #a0a5aa;
    font-size: 11px;
    font-weight: 800;
}

.hll-business-service-list strong {
    font-size: 18px;
}

.hll-business-service-list p {
    margin: 5px 0 0;
    color: var(--hll-muted);
    font-size: 12px;
    line-height: 1.5;
}


.hll-business-cost-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}

.hll-business-cost-grid > div {
    min-height: 190px;
    padding: 22px;
    border-radius: 18px;
    background: #fff;
}

.hll-business-cost-grid > div > span {
    display: block;
    margin-bottom: 55px;
    color: #a0a5aa;
    font-size: 11px;
    font-weight: 800;
}

.hll-business-cost-grid strong {
    font-size: 16px;
}

.hll-business-cost-grid p {
    color: var(--hll-muted);
    font-size: 11px;
    line-height: 1.55;
}

.hll-business-cost-bottom {
    margin-top: 20px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-radius: 18px;
    background: #fff;
}

.hll-business-cost-bottom p {
    max-width: 600px;
    margin: 0;
    font-size: 14px;
}


.hll-business-local-grid {
    display: grid;
    grid-template-columns: .85fr 1fr;
    gap: 75px;
}

.hll-business-local-grid p {
    margin-top: 0;
    color: var(--hll-muted);
    font-size: 16px;
    line-height: 1.72;
}

.hll-business-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.hll-business-area-list span {
    padding: 9px 13px;
    border: 1px solid var(--hll-border);
    border-radius: 999px;
    background: #f7f8f9;
    font-size: 12px;
    font-weight: 700;
}


.hll-business-final {
    padding: 80px 0;
    background: var(--hll-accent);
}

.hll-business-final-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.hll-business-final-inner > div:first-child {
    max-width: 720px;
}

.hll-business-final-inner > div:first-child > span {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hll-business-final h2 {
    margin: 8px 0 0;
    font-size: clamp(40px,5vw,60px);
    line-height: 1;
    letter-spacing: -.05em;
}

.hll-business-final p {
    max-width: 600px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
}

.hll-business-final-actions {
    display: flex;
    flex-shrink: 0;
    gap: 10px;
}


@media (max-width: 1000px) {

    .hll-business-hero-grid,
    .hll-business-continuity-grid,
    .hll-business-services-grid,
    .hll-business-local-grid {
        grid-template-columns: 1fr;
    }

    .hll-business-process-grid,
    .hll-business-cost-grid {
        grid-template-columns: repeat(2,1fr);
    }
}


@media (max-width: 760px) {

    .hll-business-hero,
    .hll-business-for,
    .hll-business-continuity,
    .hll-business-process,
    .hll-business-services,
    .hll-business-cost,
    .hll-business-local,
    .hll-business-faq {
        padding: 72px 0;
    }

    .hll-business-hero-grid {
        gap: 45px;
    }

    .hll-business-copy h1 {
        max-width: 100%;
        font-size: clamp(34px,8.8vw,43px);
        line-height: 1.01;
        letter-spacing: -.045em;

        word-break: normal;
        overflow-wrap: normal;
        hyphens: none;
    }

    .hll-business-copy h1 span {
        font-size: .62em;
        line-height: 1.13;
    }

    .hll-business-lead {
        font-size: 16px;
    }

    .hll-business-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hll-business-actions .hll-btn {
        width: 100%;
    }

    .hll-business-trust {
        display: grid;
        gap: 8px;
    }

    .hll-business-briefing {
        padding: 21px 18px;
        border-radius: 19px;
    }

    .hll-business-briefing h2 {
        font-size: 29px;
    }

    .hll-business-section-head h2,
    .hll-business-continuity h2,
    .hll-business-services h2,
    .hll-business-local h2 {
        font-size: 38px;
    }

    .hll-business-types,
    .hll-business-process-grid,
    .hll-business-cost-grid {
        grid-template-columns: 1fr;
    }

    .hll-business-types article {
        min-height: 190px;
    }

    .hll-business-priority-main {
        min-height: 260px;
        padding: 25px 20px;
    }

    .hll-business-priority-main strong {
        font-size: 31px;
    }

    .hll-business-priority-row {
        grid-template-columns: 1fr;
    }

    .hll-business-priority-row > div {
        border-right: 0;
        border-bottom: 1px solid var(--hll-border);
    }

    .hll-business-priority-row > div:last-child {
        border-bottom: 0;
    }

    .hll-business-process-grid article {
        min-height: 205px;
    }

    .hll-business-process-grid h3 {
        margin-top: 55px;
    }

    .hll-business-cost-grid > div > span {
        margin-bottom: 40px;
    }

    .hll-business-cost-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .hll-business-cost-bottom .hll-btn {
        width: 100%;
    }

    .hll-business-final {
        padding: 65px 0;
    }

    .hll-business-final-inner {
        display: block;
    }

    .hll-business-final-actions {
        margin-top: 28px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .hll-business-final-actions .hll-btn {
        width: 100%;
    }
}


/* ==================================================
   MÖBELTRANSPORT ASCHAFFENBURG v1.9.0
   ================================================== */

.hll-furniture-hero {
    padding: 88px 0 84px;
    background:
        radial-gradient(circle at 88% 8%, rgba(233,185,73,.19), transparent 26%),
        linear-gradient(180deg,#fff 0%,#f5f6f7 100%);
}

.hll-furniture-hero-grid {
    display: grid;
    grid-template-columns: 1.08fr .78fr;
    gap: 72px;
    align-items: center;
}

.hll-furniture-copy,
.hll-furniture-request {
    min-width: 0;
}

.hll-furniture-copy h1 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(52px,5.8vw,78px);
    line-height: .97;
    letter-spacing: -.057em;
}

.hll-furniture-copy h1 span {
    display: block;
    margin-top: 12px;
    color: var(--hll-muted);
    font-size: .57em;
    line-height: 1.08;
}

.hll-furniture-lead {
    max-width: 710px;
    margin: 27px 0 0;
    color: var(--hll-muted);
    font-size: 18px;
    line-height: 1.68;
}

.hll-furniture-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 31px;
}

.hll-furniture-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 27px;
    color: #42484e;
    font-size: 12px;
    font-weight: 700;
}

.hll-furniture-request {
    padding: 30px;
    border: 1px solid var(--hll-border);
    border-radius: 25px;
    background: #fff;
    box-shadow: var(--hll-shadow);
}

.hll-furniture-card-label,
.hll-furniture-route-label {
    color: #8b6814;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hll-furniture-request h2 {
    margin: 13px 0 0;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.hll-furniture-request > p {
    margin: 14px 0 23px;
    color: var(--hll-muted);
    font-size: 14px;
    line-height: 1.65;
}

.hll-furniture-request-list {
    border-top: 1px solid var(--hll-border);
}

.hll-furniture-request-list > div {
    display: grid;
    grid-template-columns: 34px 1fr;
    padding: 14px 0;
    border-bottom: 1px solid var(--hll-border);
}

.hll-furniture-request-list > div > span {
    color: #9ca1a6;
    font-size: 11px;
    font-weight: 800;
}

.hll-furniture-request-list strong,
.hll-furniture-request-list small {
    display: block;
}

.hll-furniture-request-list strong {
    font-size: 14px;
}

.hll-furniture-request-list small {
    margin-top: 3px;
    color: var(--hll-muted);
    font-size: 11px;
}

.hll-furniture-request > .hll-btn {
    width: 100%;
    margin-top: 22px;
}


.hll-furniture-usecases,
.hll-furniture-pickup,
.hll-furniture-service,
.hll-furniture-problem,
.hll-furniture-cost,
.hll-furniture-local,
.hll-furniture-faq {
    padding: 105px 0;
}

.hll-furniture-usecases,
.hll-furniture-service,
.hll-furniture-cost,
.hll-furniture-faq {
    background: #f5f6f7;
}

.hll-furniture-head {
    max-width: 850px;
    margin-bottom: 47px;
}

.hll-furniture-head h2,
.hll-furniture-pickup h2,
.hll-furniture-problem h2,
.hll-furniture-local h2 {
    margin: 0;
    font-size: clamp(40px,5vw,64px);
    line-height: 1.02;
    letter-spacing: -.052em;
}

.hll-furniture-head > p {
    max-width: 700px;
    color: var(--hll-muted);
    font-size: 16px;
    line-height: 1.7;
}


.hll-furniture-use-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
}

.hll-furniture-use-grid article {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    border-radius: 20px;
    background: #fff;
}

.hll-furniture-use-grid article > span {
    color: #a0a5aa;
    font-size: 11px;
    font-weight: 800;
}

.hll-furniture-use-grid h3 {
    margin: 0;
    font-size: 27px;
    letter-spacing: -.03em;
}

.hll-furniture-use-grid p {
    max-width: 480px;
    margin-bottom: 0;
    color: var(--hll-muted);
    font-size: 13px;
    line-height: 1.6;
}


.hll-furniture-pickup-grid,
.hll-furniture-problem-grid,
.hll-furniture-local-grid {
    display: grid;
    grid-template-columns: .9fr 1fr;
    gap: 75px;
    align-items: center;
}

.hll-furniture-pickup-copy p,
.hll-furniture-problem-copy p,
.hll-furniture-local-grid p {
    color: var(--hll-muted);
    font-size: 16px;
    line-height: 1.72;
}

.hll-furniture-text-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 800;
}

.hll-furniture-route {
    padding: 32px;
    border-radius: 24px;
    background: var(--hll-primary);
    color: #fff;
}

.hll-furniture-route-label {
    display: block;
    margin-bottom: 34px;
    color: var(--hll-accent);
}

.hll-furniture-route-point {
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    gap: 14px;
}

.hll-furniture-route-point > span {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--hll-accent);
    color: var(--hll-primary);
    font-weight: 900;
}

.hll-furniture-route-point strong,
.hll-furniture-route-point small {
    display: block;
}

.hll-furniture-route-point strong {
    font-size: 17px;
}

.hll-furniture-route-point small {
    margin-top: 3px;
    color: rgba(255,255,255,.62);
}

.hll-furniture-route-line {
    width: 1px;
    height: 32px;
    margin: 6px 0 6px 24px;
    background: rgba(255,255,255,.2);
}


.hll-furniture-service-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}

.hll-furniture-service-grid article {
    min-height: 255px;
    padding: 24px;
    border-radius: 19px;
    background: #fff;
}

.hll-furniture-service-grid article > span {
    color: #a0a5aa;
    font-size: 11px;
    font-weight: 800;
}

.hll-furniture-service-grid h3 {
    margin: 82px 0 0;
    font-size: 22px;
}

.hll-furniture-service-grid p {
    color: var(--hll-muted);
    font-size: 12px;
    line-height: 1.6;
}


.hll-furniture-facts,
.hll-furniture-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.hll-furniture-facts span,
.hll-furniture-area-list span {
    padding: 9px 13px;
    border: 1px solid var(--hll-border);
    border-radius: 999px;
    background: #f7f8f9;
    font-size: 12px;
    font-weight: 700;
}


.hll-furniture-cost-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}

.hll-furniture-cost-grid > div {
    min-height: 190px;
    padding: 22px;
    border-radius: 18px;
    background: #fff;
}

.hll-furniture-cost-grid > div > span {
    display: block;
    margin-bottom: 55px;
    color: #a0a5aa;
    font-size: 11px;
    font-weight: 800;
}

.hll-furniture-cost-grid strong {
    font-size: 16px;
}

.hll-furniture-cost-grid p {
    color: var(--hll-muted);
    font-size: 11px;
    line-height: 1.55;
}

.hll-furniture-cost-cta {
    margin-top: 20px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-radius: 18px;
    background: #fff;
}

.hll-furniture-cost-cta strong,
.hll-furniture-cost-cta span {
    display: block;
}

.hll-furniture-cost-cta strong {
    font-size: 16px;
}

.hll-furniture-cost-cta span {
    margin-top: 4px;
    color: var(--hll-muted);
    font-size: 12px;
}


.hll-furniture-final {
    padding: 80px 0;
    background: var(--hll-accent);
}

.hll-furniture-final-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.hll-furniture-final-inner > div:first-child {
    max-width: 720px;
}

.hll-furniture-final-inner > div:first-child > span {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hll-furniture-final h2 {
    margin: 8px 0 0;
    font-size: clamp(40px,5vw,60px);
    line-height: 1;
    letter-spacing: -.05em;
}

.hll-furniture-final p {
    max-width: 600px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
}

.hll-furniture-final-actions {
    display: flex;
    flex-shrink: 0;
    gap: 10px;
}


@media (max-width: 1000px) {

    .hll-furniture-hero-grid,
    .hll-furniture-pickup-grid,
    .hll-furniture-problem-grid,
    .hll-furniture-local-grid {
        grid-template-columns: 1fr;
    }

    .hll-furniture-service-grid,
    .hll-furniture-cost-grid {
        grid-template-columns: repeat(2,1fr);
    }
}


@media (max-width: 760px) {

    .hll-furniture-hero,
    .hll-furniture-usecases,
    .hll-furniture-pickup,
    .hll-furniture-service,
    .hll-furniture-problem,
    .hll-furniture-cost,
    .hll-furniture-local,
    .hll-furniture-faq {
        padding: 72px 0;
    }

    .hll-furniture-hero-grid {
        gap: 44px;
    }

    .hll-furniture-copy h1 {
        max-width: 100%;
        font-size: clamp(34px,8.8vw,43px);
        line-height: 1.01;
        letter-spacing: -.045em;
        word-break: normal;
        overflow-wrap: normal;
        hyphens: none;
    }

    .hll-furniture-copy h1 span {
        font-size: .62em;
        line-height: 1.13;
    }

    .hll-furniture-lead {
        font-size: 16px;
    }

    .hll-furniture-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hll-furniture-actions .hll-btn {
        width: 100%;
    }

    .hll-furniture-trust {
        display: grid;
        gap: 8px;
    }

    .hll-furniture-request {
        padding: 21px 18px;
        border-radius: 19px;
    }

    .hll-furniture-request h2 {
        font-size: 29px;
    }

    .hll-furniture-head h2,
    .hll-furniture-pickup h2,
    .hll-furniture-problem h2,
    .hll-furniture-local h2 {
        font-size: 38px;
    }

    .hll-furniture-use-grid,
    .hll-furniture-service-grid,
    .hll-furniture-cost-grid {
        grid-template-columns: 1fr;
    }

    .hll-furniture-use-grid article {
        min-height: 190px;
    }

    .hll-furniture-route {
        padding: 25px 20px;
    }

    .hll-furniture-service-grid article {
        min-height: 205px;
    }

    .hll-furniture-service-grid h3 {
        margin-top: 55px;
    }

    .hll-furniture-cost-grid > div > span {
        margin-bottom: 40px;
    }

    .hll-furniture-cost-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .hll-furniture-cost-cta .hll-btn {
        width: 100%;
    }

    .hll-furniture-final {
        padding: 65px 0;
    }

    .hll-furniture-final-inner {
        display: block;
    }

    .hll-furniture-final-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .hll-furniture-final-actions .hll-btn {
        width: 100%;
    }
}


/* ==================================================
   HLL NAVIGATION SYSTEM v1.13.1
   Desktop dropdown + Mobile accordion
   ================================================== */


/* ==================================================
   DESKTOP DROPDOWN
   ================================================== */

@media (min-width: 1041px) {

    .site-nav > ul {
        display: flex;
        align-items: center;
        gap: 28px;
    }

    .site-nav > ul > li {
        position: relative;
    }

    .site-nav .menu-item-has-children > a {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .site-nav .menu-item-has-children > a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        transform: rotate(45deg) translateY(-2px);
        order: 2;
        opacity: .65;
        transition: transform .2s ease;
    }

    .site-nav .menu-item-has-children:hover > a::before,
    .site-nav .menu-item-has-children:focus-within > a::before {
        transform: rotate(225deg) translate(-2px, -1px);
    }


    /* Reset inherited main-menu flex rules */

    .site-nav .sub-menu {
        position: absolute;
        top: calc(100% + 18px);
        left: 50%;

        display: block;
        width: 270px;

        margin: 0;
        padding: 10px;

        list-style: none;

        background: #ffffff;
        border: 1px solid #e8eaec;
        border-radius: 16px;

        box-shadow:
            0 18px 45px rgba(15, 23, 32, .12),
            0 4px 12px rgba(15, 23, 32, .04);

        opacity: 0;
        visibility: hidden;
        pointer-events: none;

        transform: translate(-50%, 8px);

        transition:
            opacity .18s ease,
            transform .18s ease,
            visibility .18s ease;

        z-index: 500;
    }


    /* Invisible hover bridge */

    .site-nav .sub-menu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -20px;
        height: 20px;
    }


    .site-nav .menu-item-has-children:hover > .sub-menu,
    .site-nav .menu-item-has-children:focus-within > .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate(-50%, 0);
    }


    .site-nav .sub-menu li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }


    .site-nav .sub-menu li + li {
        margin-top: 2px;
    }


    .site-nav .sub-menu a {
        display: flex;
        align-items: center;
        justify-content: space-between;

        min-height: 44px;
        width: 100%;

        padding: 0 13px;

        border-radius: 10px;

        color: var(--hll-primary);
        font-size: 14px;
        font-weight: 700;
        line-height: 1.25;

        white-space: normal;

        transition:
            background .16s ease,
            color .16s ease,
            padding-left .16s ease;
    }


    /* Remove normal nav underline inside dropdown */

    .site-nav .sub-menu a::after {
        display: none;
    }


    .site-nav .sub-menu a:hover,
    .site-nav .sub-menu a:focus {
        padding-left: 17px;
        background: #f7f8f8;
        color: #8b6814;
    }


    .site-nav .sub-menu .current-menu-item > a {
        background: #fbf7ec;
        color: #8b6814;
    }
}


/* ==================================================
   MOBILE ACCORDION
   ================================================== */

@media (max-width: 1040px) {

    .hll-mobile-menu .menu-item-has-children {
        position: relative;
    }


    /*
     * Reserve room for accordion button.
     * Parent text remains a normal link to /leistungen/.
     */

    .hll-mobile-menu .menu-item-has-children > a {
        padding-right: 58px !important;
    }


    /*
     * Existing global mobile arrow must not appear
     * on the parent because accordion button replaces it.
     */

    .hll-mobile-menu .menu-item-has-children > a::after {
        display: none !important;
    }


    .hll-submenu-toggle {
        position: absolute;
        top: 6px;
        right: 0;

        width: 44px;
        height: 44px;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 0;

        border: 0;
        border-radius: 11px;

        background: #f5f6f6;
        color: var(--hll-primary);

        cursor: pointer;

        transition:
            background .18s ease,
            color .18s ease;
    }


    .hll-submenu-toggle:hover,
    .hll-submenu-toggle:focus-visible {
        background: #eceeef;
    }


    .hll-submenu-toggle::before,
    .hll-submenu-toggle::after {
        content: "";
        position: absolute;

        width: 14px;
        height: 2px;

        background: currentColor;
        border-radius: 20px;

        transition:
            transform .2s ease,
            opacity .2s ease;
    }


    .hll-submenu-toggle::after {
        transform: rotate(90deg);
    }


    .hll-submenu-toggle[aria-expanded="true"] {
        background: #fbf7ec;
        color: #8b6814;
    }


    .hll-submenu-toggle[aria-expanded="true"]::after {
        transform: rotate(0deg);
        opacity: 0;
    }


    /* Closed by default */

    .hll-mobile-menu .sub-menu {
        display: none;

        margin: 0 0 8px 0;
        padding: 5px 0 8px 14px;

        list-style: none;

        border-left: 2px solid #eceeef;
    }


    .hll-mobile-menu .menu-item-has-children.hll-submenu-open > .sub-menu {
        display: block;
    }


    /*
     * Reset parent mobile separators inherited by nested items.
     */

    .hll-mobile-menu .sub-menu li,
    .hll-mobile-menu .sub-menu li + li {
        border: 0 !important;
    }


    .hll-mobile-menu .sub-menu a:not(.hll-btn) {
        min-height: 43px;

        padding:
            7px
            30px
            7px
            12px;

        border-radius: 9px;

        color: #50575d;

        font-size: 14px;
        font-weight: 650;
        line-height: 1.3;
    }


    .hll-mobile-menu .sub-menu a:not(.hll-btn)::after {
        content: "›";
        display: block !important;

        right: 8px;

        color: #b0b4b7;
        font-size: 20px;
    }


    .hll-mobile-menu .sub-menu a:hover,
    .hll-mobile-menu .sub-menu a:focus {
        background: #f7f8f8;
        color: var(--hll-primary);
    }


    .hll-mobile-menu .sub-menu .current-menu-item > a {
        background: #fbf7ec;
        color: #8b6814;
    }


    /*
     * Prevent current-item gold bar from being misplaced
     * inside nested submenu.
     */

    .hll-mobile-menu .sub-menu .current-menu-item > a::before {
        display: none;
    }
}



/* ==================================================
   UMZUGSKOSTEN v1.14.0
   ================================================== */

.hll-cost-factors,
.hll-cost-process,
.hll-cost-services,
.hll-cost-faq,
.hll-cost-cta {
    padding: 92px 0;
}

.hll-cost-factors,
.hll-cost-services {
    background: #f7f8f8;
}

.hll-cost-summary h2 {
    margin-bottom: 22px;
}

.hll-cost-checklist {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.hll-cost-checklist li {
    position: relative;
    padding: 10px 0 10px 28px;
    border-bottom: 1px solid var(--hll-border);
    color: var(--hll-text);
    font-weight: 650;
}

.hll-cost-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #9a7419;
    font-weight: 900;
}

.hll-section-head {
    max-width: 720px;
    margin-bottom: 42px;
}

.hll-section-head h2,
.hll-cost-process h2,
.hll-cost-faq h2,
.hll-cost-cta h2 {
    margin: 10px 0 16px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.04;
    letter-spacing: -.04em;
}

.hll-section-head p,
.hll-cost-process p,
.hll-cost-cta p {
    color: var(--hll-muted);
    line-height: 1.75;
}

.hll-cost-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.hll-cost-card {
    min-width: 0;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--hll-border);
    border-radius: 18px;
}

.hll-cost-number {
    display: block;
    margin-bottom: 38px;
    color: #9a7419;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .08em;
}

.hll-cost-card h3 {
    margin: 0 0 10px;
    font-size: 21px;
}

.hll-cost-card p {
    margin: 0;
    color: var(--hll-muted);
    line-height: 1.7;
}

.hll-cost-process-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    align-items: start;
}

.hll-cost-steps {
    border-top: 1px solid var(--hll-border);
}

.hll-cost-step {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 25px 0;
    border-bottom: 1px solid var(--hll-border);
}

.hll-cost-step > strong {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--hll-primary);
    color: #fff;
}

.hll-cost-step h3 {
    margin: 2px 0 6px;
}

.hll-cost-step p {
    margin: 0;
}

.hll-cost-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.hll-cost-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 86px;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid var(--hll-border);
    border-radius: 15px;
    color: var(--hll-text);
    text-decoration: none;
    transition:
        transform .18s ease,
        box-shadow .18s ease;
}

.hll-cost-links a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(15,23,32,.07);
}

.hll-cost-links span {
    color: var(--hll-muted);
    font-size: 14px;
}

.hll-cost-faq-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
}

.hll-faq-list {
    border-top: 1px solid var(--hll-border);
}

.hll-faq-list details {
    border-bottom: 1px solid var(--hll-border);
}

.hll-faq-list summary {
    position: relative;
    padding: 24px 42px 24px 0;
    cursor: pointer;
    list-style: none;
    font-weight: 750;
    font-size: 17px;
}

.hll-faq-list summary::-webkit-details-marker {
    display: none;
}

.hll-faq-list summary::after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 20px;
    font-size: 24px;
    font-weight: 400;
}

.hll-faq-list details[open] summary::after {
    content: "−";
}

.hll-faq-list details p {
    margin: -4px 0 24px;
    padding-right: 34px;
    color: var(--hll-muted);
    line-height: 1.7;
}

.hll-cost-cta {
    padding-top: 30px;
}

.hll-cost-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 48px;
    background: var(--hll-primary);
    border-radius: 24px;
    color: #fff;
}

.hll-cost-cta-box > div:first-child {
    max-width: 650px;
}

.hll-cost-cta-box .hll-section-kicker {
    color: var(--hll-accent);
}

.hll-cost-cta-box h2 {
    color: #fff;
}

.hll-cost-cta-box p {
    margin-bottom: 0;
    color: rgba(255,255,255,.72);
}

.hll-cost-cta-box .hll-money-actions {
    flex: 0 0 auto;
}


@media (max-width: 900px) {

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

    .hll-cost-process-grid,
    .hll-cost-faq-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .hll-cost-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }
}


@media (max-width: 620px) {

    .hll-cost-factors,
    .hll-cost-process,
    .hll-cost-services,
    .hll-cost-faq,
    .hll-cost-cta {
        padding: 62px 0;
    }

    .hll-cost-grid,
    .hll-cost-links {
        grid-template-columns: 1fr;
    }

    .hll-cost-card {
        padding: 24px;
    }

    .hll-cost-number {
        margin-bottom: 25px;
    }

    .hll-cost-links a {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .hll-cost-cta {
        padding-top: 10px;
    }

    .hll-cost-cta-box {
        padding: 30px 24px;
        border-radius: 20px;
    }

    .hll-cost-cta-box .hll-money-actions {
        width: 100%;
    }

    .hll-cost-cta-box .hll-btn {
        width: 100%;
    }
}



/* ==================================================
   ANGEBOT PAGE v1.15.0
   ================================================== */

.hll-offer-hero {
    padding: 90px 0 70px;
    background: #f7f8f8;
    border-bottom: 1px solid var(--hll-border);
}

.hll-offer-hero-inner {
    max-width: 880px;
}

.hll-offer-hero h1 {
    margin: 12px 0 22px;
    font-size: clamp(42px, 6vw, 72px);
    line-height: .98;
    letter-spacing: -.05em;
}

.hll-offer-hero h1 span {
    display: block;
    margin-top: 9px;
    color: var(--hll-muted);
    font-size: .58em;
    line-height: 1.12;
    letter-spacing: -.035em;
}

.hll-offer-hero p {
    max-width: 760px;
    color: var(--hll-muted);
    font-size: 18px;
    line-height: 1.75;
}

.hll-offer-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 30px;
    color: var(--hll-primary);
    font-size: 14px;
    font-weight: 700;
}


.hll-offer-section {
    padding: 76px 0 100px;
}

.hll-offer-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 48px;
    align-items: start;
}

.hll-offer-main {
    min-width: 0;
}

.hll-offer-sidebar {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 16px;
}

.hll-offer-side-card {
    padding: 26px;
    background: #f7f8f8;
    border: 1px solid var(--hll-border);
    border-radius: 18px;
}

.hll-offer-side-card h2 {
    margin: 10px 0 20px;
    font-size: 26px;
    line-height: 1.1;
}

.hll-offer-side-card a {
    display: block;
    margin-top: 9px;
    color: var(--hll-primary);
    font-weight: 750;
    text-decoration: none;
}

.hll-offer-side-card p {
    margin: 12px 0 0;
    color: var(--hll-muted);
    line-height: 1.65;
}


.hll-offer-form {
    display: grid;
    gap: 22px;
}

.hll-form-group {
    padding: 34px;
    border: 1px solid var(--hll-border);
    border-radius: 20px;
    background: #fff;
}

.hll-form-group-head {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 15px;
    margin-bottom: 28px;
}

.hll-form-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--hll-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.hll-form-group-head h2 {
    margin: 0 0 5px;
    font-size: 25px;
    line-height: 1.15;
}

.hll-form-group-head p {
    margin: 0;
    color: var(--hll-muted);
}


.hll-form-grid {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}

.hll-form-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hll-form-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hll-field {
    min-width: 0;
}

.hll-field-full {
    margin-top: 22px;
}

.hll-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--hll-primary);
    font-size: 14px;
    font-weight: 750;
}

.hll-field label > span {
    color: #9a7419;
}

.hll-field input:not([type="checkbox"]):not([type="radio"]),
.hll-field select,
.hll-field textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid #d9dddf;
    border-radius: 11px;
    background: #fff;
    color: var(--hll-text);
    font: inherit;
    outline: none;
    transition:
        border-color .15s ease,
        box-shadow .15s ease;
}

.hll-field textarea {
    resize: vertical;
}

.hll-field input:focus,
.hll-field select:focus,
.hll-field textarea:focus {
    border-color: #9a7419;
    box-shadow: 0 0 0 3px rgba(154,116,25,.10);
}

.hll-date-wrap {
    width: 100%;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid #d9dddf;
    border-radius: 11px;
}

.hll-date-wrap input {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 0 !important;
    border: 0 !important;
    background: transparent;
    box-shadow: none !important;
    font: inherit;
}


.hll-service-choice-grid,
.hll-extra-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.hll-service-choice,
.hll-extra-choice {
    position: relative;
    cursor: pointer;
}

.hll-service-choice input,
.hll-extra-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hll-service-choice span,
.hll-extra-choice span {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 11px 14px;
    border: 1px solid var(--hll-border);
    border-radius: 11px;
    background: #fff;
    color: var(--hll-primary);
    font-size: 14px;
    font-weight: 700;
    transition:
        background .15s ease,
        border-color .15s ease,
        color .15s ease;
}

.hll-service-choice input:checked + span,
.hll-extra-choice input:checked + span {
    border-color: #c9a449;
    background: #fbf7ec;
    color: #7d5e13;
}

.hll-service-choice input:focus-visible + span,
.hll-extra-choice input:focus-visible + span {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}


.hll-upload-box {
    position: relative;
}

.hll-upload-box > input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.hll-upload-box > label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    padding: 26px;
    border: 2px dashed #d7dadd;
    border-radius: 16px;
    background: #fafafa;
    text-align: center;
    cursor: pointer;
    transition:
        border-color .15s ease,
        background .15s ease;
}

.hll-upload-box > label:hover {
    border-color: #b99a4d;
    background: #fbf9f3;
}

.hll-upload-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: var(--hll-primary);
    color: #fff;
    font-size: 22px;
}

.hll-upload-box label > span:not(.hll-upload-icon) {
    margin-top: 5px;
    color: var(--hll-muted);
}

.hll-upload-box label small {
    margin-top: 9px;
    color: #858a8e;
}

.hll-file-list {
    margin-top: 12px;
}

.hll-file-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 9px 2px;
    border-bottom: 1px solid var(--hll-border);
    font-size: 13px;
}

.hll-file-row span {
    overflow-wrap: anywhere;
}

.hll-file-row small {
    flex: 0 0 auto;
    color: var(--hll-muted);
}

.hll-file-warning {
    margin-top: 10px;
    padding: 11px 13px;
    border-radius: 9px;
    background: #fff3f2;
    color: #932c24;
    font-size: 13px;
}


.hll-consent {
    display: flex;
    gap: 11px;
    margin-top: 22px;
    color: var(--hll-muted);
    font-size: 13px;
    line-height: 1.55;
}

.hll-consent input {
    flex: 0 0 auto;
    margin-top: 3px;
}

.hll-consent span span {
    color: #9a7419;
}

.hll-form-submit-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
}

.hll-form-submit-row p {
    margin: 0;
    color: var(--hll-muted);
    font-size: 13px;
}

.hll-submit-btn {
    border: 0;
    cursor: pointer;
}


.hll-form-message {
    margin-bottom: 22px;
    padding: 17px 19px;
    border-radius: 13px;
    line-height: 1.6;
}

.hll-form-message p {
    margin: 5px 0 0;
}

.hll-form-success {
    border: 1px solid #c9dfcd;
    background: #f2faf3;
    color: #245d30;
}

.hll-form-error {
    border: 1px solid #edcfcc;
    background: #fff5f4;
    color: #8d2922;
}


/* Honeypot */
.hll-hp-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}


@media (max-width: 980px) {

    .hll-offer-layout {
        grid-template-columns: 1fr;
    }

    .hll-offer-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media (max-width: 700px) {

    .hll-offer-hero {
        padding: 62px 0 48px;
    }

    .hll-offer-hero h1 {
        font-size: clamp(36px, 10vw, 48px);
    }

    .hll-offer-hero p {
        font-size: 16px;
    }

    .hll-offer-section {
        padding: 40px 0 70px;
    }

    .hll-form-group {
        padding: 24px 18px;
        border-radius: 16px;
    }

    .hll-form-group-head {
        grid-template-columns: 38px 1fr;
        gap: 12px;
    }

    .hll-form-step {
        width: 36px;
        height: 36px;
    }

    .hll-form-group-head h2 {
        font-size: 21px;
    }

    .hll-form-grid-2,
    .hll-form-grid-3,
    .hll-service-choice-grid,
    .hll-extra-grid,
    .hll-offer-sidebar {
        grid-template-columns: 1fr;
    }

    .hll-form-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .hll-submit-btn {
        width: 100%;
    }

    .hll-upload-box > label {
        min-height: 165px;
        padding: 22px 15px;
    }
}



/* ==================================================
   SMART MEDIA UPLOADER v1
   ================================================== */

.hll-smart-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.hll-smart-dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 205px;
    padding: 28px 20px;
    border: 2px dashed #d4d8da;
    border-radius: 16px;
    background: #fafafa;
    text-align: center;
    cursor: pointer;
    transition:
        border-color .15s ease,
        background .15s ease;
}

.hll-smart-dropzone:hover {
    border-color: #b99a4d;
    background: #fbf9f3;
}

.hll-smart-dropzone strong {
    margin-top: 2px;
    font-size: 16px;
}

.hll-smart-dropzone > span:not(.hll-upload-icon) {
    margin-top: 7px;
    color: var(--hll-muted);
}

.hll-smart-dropzone small {
    margin-top: 10px;
    color: #7e8488;
}

.hll-upload-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 14px;
    color: var(--hll-muted);
    font-size: 12px;
}

.hll-upload-info span::before {
    content: "✓";
    margin-right: 5px;
    color: #8a6b1d;
    font-weight: 800;
}

.hll-upload-summary {
    margin-top: 20px;
    color: var(--hll-primary);
    font-size: 14px;
    font-weight: 750;
}

.hll-upload-files {
    display: grid;
    gap: 10px;
    margin-top: 13px;
}

.hll-upload-file {
    padding: 13px 14px;
    border: 1px solid var(--hll-border);
    border-radius: 11px;
    background: #fff;
}

.hll-upload-file-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.hll-upload-file-top > div {
    min-width: 0;
}

.hll-upload-file-top strong {
    display: block;
    overflow-wrap: anywhere;
    font-size: 13px;
}

.hll-upload-file-top small {
    display: block;
    margin-top: 3px;
    color: var(--hll-muted);
    font-size: 11px;
}

.hll-upload-state {
    flex: 0 0 auto;
    color: var(--hll-muted);
    font-size: 11px;
    font-weight: 750;
}

.hll-upload-progress {
    height: 7px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #eceeef;
}

.hll-upload-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: var(--hll-primary);
    transition: width .15s ease;
}

@media (max-width: 700px) {

    .hll-smart-dropzone {
        min-height: 180px;
        padding: 22px 14px;
    }

    .hll-upload-info {
        display: grid;
        gap: 6px;
    }

    .hll-upload-file-top {
        align-items: flex-start;
    }
}



/* ==================================================
   SMART UPLOAD PREVIEW v2
   ================================================== */

.hll-upload-file {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.hll-upload-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border: 1px solid var(--hll-border);
    border-radius: 10px;
    background: #f5f6f6;
    color: var(--hll-muted);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .04em;
}

.hll-upload-preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hll-upload-preview.is-video,
.hll-upload-preview.is-pdf {
    background: #f7f8f8;
}

.hll-upload-file-content {
    min-width: 0;
}

.hll-upload-file-name {
    min-width: 0;
}

.hll-upload-controls {
    display: flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
}

.hll-upload-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid #d8dcde;
    border-radius: 50%;
    background: #fff;
    color: #60666a;
    font: inherit;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition:
        border-color .15s ease,
        background .15s ease,
        color .15s ease;
}

.hll-upload-remove:hover:not(:disabled) {
    border-color: #b6534c;
    background: #fff5f4;
    color: #982e27;
}

.hll-upload-remove:disabled {
    opacity: .4;
    cursor: default;
}

@media (max-width: 520px) {

    .hll-upload-file {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px;
    }

    .hll-upload-preview {
        width: 48px;
        height: 48px;
    }

    .hll-upload-file-top {
        gap: 8px;
    }

    .hll-upload-state {
        display: none;
    }
}



/* ==================================================
   MULTI ATTACHMENT UI v1.16.1
   ================================================== */

.hll-upload-add-more {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: fit-content;
    margin-top: 14px;
    padding: 10px 15px;
    border: 1px solid var(--hll-border);
    border-radius: 10px;
    background: #fff;
    color: var(--hll-primary);
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
    transition:
        border-color .15s ease,
        background .15s ease;
}

.hll-upload-add-more:hover {
    border-color: #b99a4d;
    background: #fbf9f3;
}

.hll-upload-add-more > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: var(--hll-primary);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.hll-smart-upload.has-files
.hll-upload-add-more {
    display: inline-flex;
}


/*
 * Once at least one attachment exists,
 * keep the big picker but visually make
 * the compact + button the obvious next action.
 */
.hll-smart-upload.has-files
.hll-smart-dropzone {
    min-height: 130px;
}


.hll-upload-state.is-complete {
    color: #23733b;
    font-weight: 800;
    white-space: nowrap;
}


.hll-upload-file.is-complete {
    border-color: #c9dfcf;
    background: #fbfefb;
}


.hll-upload-file.is-complete
.hll-upload-progress {
    background: #e3f0e6;
}


.hll-upload-file.is-complete
.hll-upload-progress span {
    background: #2f7b46;
}


@media (max-width: 520px) {

    /*
     * Previous mobile CSS hid the state.
     * We explicitly show completion now
     * because this feedback is important.
     */
    .hll-upload-file
    .hll-upload-state {
        display: inline-block;
        font-size: 10px;
    }

    .hll-upload-controls {
        gap: 6px;
    }

    .hll-upload-add-more {
        width: 100%;
    }
}



/* ==================================================
   ATTACHMENT TYPE ICONS v1.16.3
   ================================================== */

.hll-upload-preview.is-video span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--hll-primary);
    color: #fff;
    font-size: 12px;
    padding-left: 2px;
}

.hll-upload-preview.is-pdf span {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
}

.hll-upload-file-name strong {
    font-size: 13px;
    font-weight: 800;
}



/* ==================================================
   VOICE NOTE UI v1.17.0
   ================================================== */

.hll-voice-recorder {
    min-width: 0;
}

.hll-voice-idle {
    padding: 28px;
    border: 1px solid var(--hll-border);
    border-radius: 16px;
    background: #fafafa;
    text-align: center;
}

.hll-voice-idle p {
    margin: 12px 0 0;
    color: var(--hll-muted);
    font-size: 12px;
}

.hll-voice-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 11px 18px;
    border: 0;
    border-radius: 11px;
    background: var(--hll-primary);
    color: #fff;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

.hll-voice-mic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    font-size: 10px;
}


.hll-voice-recording {
    padding: 24px;
    border: 1px solid #edcfcc;
    border-radius: 16px;
    background: #fff9f8;
}

.hll-voice-live {
    display: flex;
    align-items: center;
    gap: 9px;
}

.hll-voice-live-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #bc3e36;
    animation: hllVoicePulse 1.3s infinite;
}

@keyframes hllVoicePulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: .3;
    }
}

.hll-voice-timer {
    margin-left: auto;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
}

.hll-voice-stop-btn {
    width: 100%;
    margin-top: 20px;
    padding: 11px 15px;
    border: 1px solid #d8dcde;
    border-radius: 10px;
    background: #fff;
    color: var(--hll-primary);
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}


.hll-voice-ready {
    padding: 20px;
    border: 1px solid #c9dfcf;
    border-radius: 16px;
    background: #fbfefb;
}

.hll-voice-ready-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.hll-voice-ready-status {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.hll-voice-ready-status strong {
    display: block;
    font-size: 14px;
}

.hll-voice-ready-status small {
    display: block;
    margin-top: 2px;
    color: var(--hll-muted);
}

.hll-voice-complete-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #e3f0e6;
    color: #23733b;
    font-size: 17px;
    font-weight: 900;
}

.hll-voice-delete {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    padding: 0;
    border: 1px solid #d8dcde;
    border-radius: 50%;
    background: #fff;
    color: #60666a;
    font: inherit;
    font-size: 21px;
    cursor: pointer;
}

.hll-voice-delete:hover:not(:disabled) {
    border-color: #b6534c;
    background: #fff5f4;
    color: #982e27;
}

.hll-voice-delete:disabled {
    opacity: .4;
    cursor: default;
}

.hll-voice-ready audio {
    display: block;
    width: 100%;
    margin-top: 17px;
}

.hll-voice-upload-progress {
    height: 7px;
    margin-top: 16px;
    overflow: hidden;
    border-radius: 999px;
    background: #e6e9ea;
}

.hll-voice-upload-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #2f7b46;
    transition: width .15s ease;
}

.hll-voice-ready-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 11px;
}

.hll-voice-upload-state {
    color: var(--hll-muted);
    font-size: 12px;
    font-weight: 750;
}

.hll-voice-upload-state.is-complete {
    color: #23733b;
}

.hll-voice-redo {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--hll-primary);
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
}


.hll-voice-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    color: var(--hll-muted);
    font-size: 12px;
}

.hll-voice-fallback label {
    color: var(--hll-primary);
    font-weight: 750;
    text-decoration: underline;
    cursor: pointer;
}

.hll-voice-fallback input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}


@media (max-width: 600px) {

    .hll-voice-idle,
    .hll-voice-recording,
    .hll-voice-ready {
        padding: 18px;
    }

    .hll-voice-main-btn {
        width: 100%;
    }

    .hll-voice-ready-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}



/* ==================================================
   CUSTOM VOICE PLAYER v1.17.2
   ================================================== */

#hll-voice-player {
    display: none;
}

.hll-voice-custom-player {
    display: grid;
    grid-template-columns:
        42px
        auto
        minmax(0, 1fr)
        auto;
    gap: 10px;
    align-items: center;
    margin-top: 17px;
    padding: 13px 15px;
    border-radius: 999px;
    background: #f2f3f4;
}

.hll-voice-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--hll-primary);
    font: inherit;
    font-size: 18px;
    cursor: pointer;
}

.hll-voice-current,
.hll-voice-total {
    color: var(--hll-primary);
    font-size: 13px;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.hll-voice-seek {
    width: 100%;
    min-width: 0;
    accent-color: var(--hll-primary);
    cursor: pointer;
}

@media (max-width: 520px) {

    .hll-voice-custom-player {
        grid-template-columns:
            36px
            auto
            minmax(70px, 1fr)
            auto;
        gap: 7px;
        padding: 11px 12px;
    }

    .hll-voice-play {
        width: 32px;
        height: 32px;
    }

    .hll-voice-current,
    .hll-voice-total {
        font-size: 11px;
    }
}



/* ==================================================
   REFERENZEN PAGE v1.18.0
   ================================================== */

.hll-reference-trust {
    border-bottom: 1px solid var(--hll-border);
}

.hll-reference-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.hll-reference-trust-grid > div {
    padding: 24px 28px;
    border-right: 1px solid var(--hll-border);
}

.hll-reference-trust-grid > div:first-child {
    padding-left: 0;
}

.hll-reference-trust-grid > div:last-child {
    border-right: 0;
}

.hll-reference-trust strong,
.hll-reference-trust span {
    display: block;
}

.hll-reference-trust strong {
    color: var(--hll-primary);
    font-size: 14px;
}

.hll-reference-trust span {
    margin-top: 4px;
    color: var(--hll-muted);
    font-size: 12px;
}


.hll-reference-section {
    padding: 90px 0;
}

.hll-reference-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.hll-reference-heading h2,
.hll-reference-process h2,
.hll-reference-gallery-inner h2,
.hll-reference-cta h2 {
    margin: 10px 0 18px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
    letter-spacing: -.045em;
}

.hll-reference-heading h2 span {
    display: block;
    color: var(--hll-muted);
}

.hll-reference-heading p {
    max-width: 680px;
    color: var(--hll-muted);
    font-size: 17px;
    line-height: 1.7;
}


.hll-reference-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--hll-border);
}

.hll-reference-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 20px;
    padding: 34px 32px;
    border-bottom: 1px solid var(--hll-border);
}

.hll-reference-card:nth-child(odd) {
    border-right: 1px solid var(--hll-border);
}

.hll-reference-number {
    color: #9a7419;
    font-size: 12px;
    font-weight: 800;
}

.hll-reference-type {
    color: #9a7419;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hll-reference-card h3 {
    margin: 8px 0 14px;
    font-size: 25px;
    line-height: 1.1;
}

.hll-reference-card p {
    margin: 0;
    color: var(--hll-muted);
    line-height: 1.65;
}

.hll-reference-card a {
    display: inline-block;
    margin-top: 18px;
    color: var(--hll-primary);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.hll-reference-card a::after {
    content: " →";
}


.hll-reference-process {
    padding: 88px 0;
    background: #f7f8f8;
}

.hll-reference-process-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
}

.hll-reference-process-list {
    border-top: 1px solid #dfe2e3;
}

.hll-reference-process-list > div {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 18px;
    padding: 24px 0;
    border-bottom: 1px solid #dfe2e3;
}

.hll-reference-process-list > div > span {
    color: #9a7419;
    font-size: 12px;
    font-weight: 800;
}

.hll-reference-process-list strong {
    font-size: 17px;
}

.hll-reference-process-list p {
    margin: 6px 0 0;
    color: var(--hll-muted);
    line-height: 1.6;
}


.hll-reference-gallery-placeholder {
    padding: 88px 0;
}

.hll-reference-gallery-inner {
    max-width: 800px;
    padding: 55px;
    border: 1px dashed #cfd3d5;
    border-radius: 22px;
    background: #fafafa;
}

.hll-reference-gallery-inner p {
    max-width: 670px;
    color: var(--hll-muted);
    line-height: 1.7;
}


.hll-reference-cta {
    padding: 0 0 100px;
}

.hll-reference-cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: end;
    padding: 52px;
    border-radius: 24px;
    background: var(--hll-primary);
    color: #fff;
}

.hll-reference-cta .hll-section-kicker {
    color: #d9bd73;
}

.hll-reference-cta h2 {
    color: #fff;
}

.hll-reference-cta p {
    max-width: 700px;
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.65;
}

.hll-reference-cta .hll-btn-primary {
    background: #fff;
    color: var(--hll-primary);
}


@media (max-width: 850px) {

    .hll-reference-trust-grid,
    .hll-reference-grid,
    .hll-reference-process-grid,
    .hll-reference-cta-inner {
        grid-template-columns: 1fr;
    }

    .hll-reference-trust-grid > div {
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid var(--hll-border);
    }

    .hll-reference-trust-grid > div:last-child {
        border-bottom: 0;
    }

    .hll-reference-card:nth-child(odd) {
        border-right: 0;
    }

    .hll-reference-process-grid {
        gap: 35px;
    }

    .hll-reference-gallery-inner {
        padding: 35px 28px;
    }

    .hll-reference-cta-inner {
        align-items: start;
        padding: 36px 28px;
    }
}


@media (max-width: 560px) {

    .hll-reference-section,
    .hll-reference-process,
    .hll-reference-gallery-placeholder {
        padding: 58px 0;
    }

    .hll-reference-card {
        grid-template-columns: 34px 1fr;
        gap: 10px;
        padding: 26px 0;
    }

    .hll-reference-card h3 {
        font-size: 21px;
    }

    .hll-reference-cta {
        padding-bottom: 70px;
    }
}



/* ==================================================
   RATGEBER HUB v1.19.0
   ================================================== */

.hll-ratgeber-categories,
.hll-ratgeber-latest {
    padding: 90px 0;
}

.hll-ratgeber-heading {
    max-width: 740px;
    margin-bottom: 42px;
}

.hll-ratgeber-heading h2 {
    margin: 10px 0 16px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1;
    letter-spacing: -.045em;
}

.hll-ratgeber-heading p {
    max-width: 650px;
    color: var(--hll-muted);
    font-size: 16px;
    line-height: 1.7;
}


.hll-ratgeber-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--hll-border);
}

.hll-ratgeber-category-card {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 30px;
    border-bottom: 1px solid var(--hll-border);
    color: inherit;
    text-decoration: none;
}

.hll-ratgeber-category-card:nth-child(odd) {
    border-right: 1px solid var(--hll-border);
}

.hll-ratgeber-category-number {
    color: #9a7419;
    font-size: 11px;
    font-weight: 800;
}

.hll-ratgeber-category-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.hll-ratgeber-category-card p {
    margin: 0;
    color: var(--hll-muted);
    line-height: 1.6;
}

.hll-ratgeber-category-link {
    display: inline-block;
    margin-top: 16px;
    color: var(--hll-primary);
    font-size: 12px;
    font-weight: 800;
}


.hll-ratgeber-latest {
    background: #f7f8f8;
}

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

.hll-ratgeber-post-card {
    padding: 26px;
    border: 1px solid #dfe2e3;
    border-radius: 16px;
    background: #fff;
}

.hll-ratgeber-post-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--hll-muted);
    font-size: 11px;
}

.hll-ratgeber-post-meta span {
    color: #9a7419;
    font-weight: 800;
}

.hll-ratgeber-post-card h3 {
    margin: 16px 0 12px;
    font-size: 21px;
    line-height: 1.2;
}

.hll-ratgeber-post-card h3 a {
    color: inherit;
    text-decoration: none;
}

.hll-ratgeber-post-card p {
    margin: 0;
    color: var(--hll-muted);
    line-height: 1.6;
}

.hll-ratgeber-read {
    display: inline-block;
    margin-top: 18px;
    color: var(--hll-primary);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}


.hll-ratgeber-empty {
    max-width: 680px;
    padding: 38px;
    border: 1px dashed #ccd1d3;
    border-radius: 18px;
    background: #fff;
}

.hll-ratgeber-empty > span {
    color: #9a7419;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hll-ratgeber-empty h3 {
    margin: 10px 0;
    font-size: 25px;
}

.hll-ratgeber-empty p {
    margin: 0;
    color: var(--hll-muted);
    line-height: 1.65;
}


.hll-ratgeber-service-links {
    padding: 80px 0 100px;
}

.hll-ratgeber-service-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: end;
    padding: 46px;
    border-radius: 22px;
    background: var(--hll-primary);
    color: #fff;
}

.hll-ratgeber-service-inner h2 {
    max-width: 720px;
    margin: 10px 0 14px;
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
}

.hll-ratgeber-service-inner p {
    max-width: 620px;
    margin: 0;
    color: rgba(255,255,255,.72);
}

.hll-ratgeber-service-inner .hll-section-kicker {
    color: #d9bd73;
}

.hll-ratgeber-service-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hll-ratgeber-service-inner .hll-btn-primary {
    background: #fff;
    color: var(--hll-primary);
}


@media (max-width: 900px) {

    .hll-ratgeber-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hll-ratgeber-service-inner {
        grid-template-columns: 1fr;
        align-items: start;
    }
}


@media (max-width: 680px) {

    .hll-ratgeber-categories,
    .hll-ratgeber-latest {
        padding: 58px 0;
    }

    .hll-ratgeber-category-grid,
    .hll-ratgeber-post-grid {
        grid-template-columns: 1fr;
    }

    .hll-ratgeber-category-card {
        grid-template-columns: 32px 1fr;
        gap: 10px;
        padding: 24px 0;
    }

    .hll-ratgeber-category-card:nth-child(odd) {
        border-right: 0;
    }

    .hll-ratgeber-service-links {
        padding: 58px 0 70px;
    }

    .hll-ratgeber-service-inner {
        padding: 32px 24px;
    }
}



/* =========================================================
   HLL RATGEBER ARTICLE ENGINE
   ========================================================= */

.hll-article,
.hll-category-page {
    background: #fff;
}

.hll-article-hero,
.hll-category-hero {
    padding: 72px 0 54px;
    background: var(--hll-surface);
    border-bottom: 1px solid var(--hll-border);
}

.hll-article-hero-inner {
    max-width: 920px;
}

.hll-article-breadcrumb,
.hll-category-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 28px;
    font-size: 14px;
    color: var(--hll-muted);
}

.hll-article-breadcrumb a,
.hll-category-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.hll-article-breadcrumb a:hover,
.hll-category-breadcrumb a:hover {
    color: var(--hll-text);
}

.hll-article-category {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--hll-text);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.hll-article-hero h1,
.hll-category-hero h1 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(38px, 6vw, 68px);
    line-height: 1.04;
    letter-spacing: -.04em;
}

.hll-category-hero p {
    max-width: 720px;
    margin: 22px 0 0;
    color: var(--hll-muted);
    font-size: 18px;
    line-height: 1.7;
}

.hll-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
    color: var(--hll-muted);
    font-size: 14px;
}

.hll-article-featured {
    overflow: hidden;
    margin: 54px 0 0;
    border-radius: var(--hll-radius-lg);
    background: var(--hll-surface);
}

.hll-article-featured img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 680px;
    object-fit: cover;
}

.hll-article-body {
    padding: 70px 0 90px;
}

.hll-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(260px, 340px);
    gap: clamp(48px, 7vw, 100px);
    align-items: start;
    justify-content: space-between;
}

.hll-article-content {
    min-width: 0;
    font-size: 18px;
    line-height: 1.82;
    color: #30343a;
}

.hll-article-content > *:first-child {
    margin-top: 0;
}

.hll-article-content h2,
.hll-article-content h3,
.hll-article-content h4 {
    color: var(--hll-text);
    line-height: 1.18;
    letter-spacing: -.025em;
}

.hll-article-content h2 {
    margin: 56px 0 20px;
    font-size: clamp(28px, 4vw, 40px);
}

.hll-article-content h3 {
    margin: 40px 0 16px;
    font-size: 25px;
}

.hll-article-content p,
.hll-article-content ul,
.hll-article-content ol {
    margin: 0 0 24px;
}

.hll-article-content li + li {
    margin-top: 10px;
}

.hll-article-content a {
    color: var(--hll-text);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.hll-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--hll-radius-md);
}

.hll-article-sidebar {
    position: sticky;
    top: 110px;
}

.hll-article-cta {
    padding: 32px;
    border: 1px solid var(--hll-border);
    border-radius: var(--hll-radius-lg);
    background: var(--hll-surface);
}

.hll-article-cta h2 {
    margin: 12px 0 14px;
    font-size: 27px;
    line-height: 1.15;
}

.hll-article-cta p {
    margin: 0 0 24px;
    color: var(--hll-muted);
    line-height: 1.65;
}

.hll-article-cta .hll-btn {
    width: 100%;
    justify-content: center;
}

.hll-article-sidebar-link {
    display: block;
    margin-top: 20px;
    color: var(--hll-text);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.hll-article-bottom-cta {
    padding: 0 0 90px;
}

.hll-article-bottom-inner {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    padding: clamp(34px, 5vw, 60px);
    border-radius: var(--hll-radius-lg);
    background: var(--hll-primary);
    color: #fff;
}

.hll-article-bottom-inner h2 {
    margin: 10px 0 12px;
    color: #fff;
    font-size: clamp(30px, 4vw, 44px);
}

.hll-article-bottom-inner p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.7;
}

.hll-category-posts {
    padding: 70px 0 90px;
}

.hll-ratgeber-post-image {
    display: block;
    overflow: hidden;
    margin: -1px -1px 0;
    aspect-ratio: 16 / 9;
    background: var(--hll-surface);
}

.hll-ratgeber-post-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hll-ratgeber-post-card-body {
    padding: 0;
}

.hll-ratgeber-pagination {
    margin-top: 52px;
}

.hll-ratgeber-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.hll-ratgeber-pagination .page-numbers {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid var(--hll-border);
    border-radius: 10px;
    color: var(--hll-text);
    text-decoration: none;
}

.hll-ratgeber-pagination .page-numbers.current {
    background: var(--hll-primary);
    border-color: var(--hll-primary);
    color: #fff;
}


@media (max-width: 900px) {

    .hll-article-layout {
        grid-template-columns: 1fr;
    }

    .hll-article-sidebar {
        position: static;
    }

    .hll-article-bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}


@media (max-width: 640px) {

    .hll-article-hero,
    .hll-category-hero {
        padding: 46px 0 38px;
    }

    .hll-article-hero h1,
    .hll-category-hero h1 {
        font-size: 38px;
    }

    .hll-article-featured {
        margin-top: 30px;
        border-radius: 18px;
    }

    .hll-article-body,
    .hll-category-posts {
        padding: 48px 0 64px;
    }

    .hll-article-content {
        font-size: 17px;
        line-height: 1.75;
    }

    .hll-article-content h2 {
        margin-top: 44px;
    }

    .hll-article-cta {
        padding: 26px;
    }

    .hll-article-bottom-cta {
        padding-bottom: 64px;
    }

    .hll-article-bottom-inner {
        padding: 30px 24px;
        border-radius: 20px;
    }
}



/* ==================================================
   HLL COST RATGEBER CLUSTER
   ================================================== */

.hll-cost-ratgeber {
    padding: 0 0 80px;
}

.hll-cost-ratgeber-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;
    align-items: center;
    padding: 38px 42px;
    border: 1px solid var(--hll-border);
    border-radius: var(--hll-radius-lg);
    background: var(--hll-surface);
}

.hll-cost-ratgeber-box h2 {
    margin: 10px 0 12px;
    font-size: clamp(27px, 4vw, 40px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.hll-cost-ratgeber-box p {
    max-width: 720px;
    margin: 0;
    color: var(--hll-muted);
    line-height: 1.7;
}


@media (max-width: 760px) {

    .hll-cost-ratgeber {
        padding-bottom: 58px;
    }

    .hll-cost-ratgeber-box {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 30px 24px;
    }

    .hll-cost-ratgeber-box .hll-btn {
        width: 100%;
        justify-content: center;
    }
}



/* ==================================================
   HLL MOEBEL RATGEBER CLUSTER
   ================================================== */

.hll-moebel-ratgeber {
    padding: 72px 0;
}

.hll-moebel-ratgeber-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
    padding: 38px 42px;
    border: 1px solid var(--hll-border);
    border-radius: var(--hll-radius-lg);
    background: var(--hll-surface);
}

.hll-moebel-ratgeber-box h2 {
    margin: 10px 0 12px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.hll-moebel-ratgeber-box p {
    max-width: 720px;
    margin: 0;
    color: var(--hll-muted);
    line-height: 1.7;
}

@media (max-width: 760px) {

    .hll-moebel-ratgeber {
        padding: 54px 0;
    }

    .hll-moebel-ratgeber-box {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 30px 24px;
    }

    .hll-moebel-ratgeber-box .hll-btn {
        width: 100%;
        justify-content: center;
    }
}



/* ==================================================
   HLL FIRMENUMZUG RATGEBER CLUSTER
   ================================================== */

.hll-firmen-ratgeber {
    padding: 72px 0;
}

.hll-firmen-ratgeber-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
    padding: 38px 42px;
    border: 1px solid var(--hll-border);
    border-radius: var(--hll-radius-lg);
    background: var(--hll-surface);
}

.hll-firmen-ratgeber-box h2 {
    margin: 10px 0 12px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.hll-firmen-ratgeber-box p {
    max-width: 720px;
    margin: 0;
    color: var(--hll-muted);
    line-height: 1.7;
}

@media (max-width: 760px) {

    .hll-firmen-ratgeber {
        padding: 54px 0;
    }

    .hll-firmen-ratgeber-box {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 30px 24px;
    }

    .hll-firmen-ratgeber-box .hll-btn {
        width: 100%;
        justify-content: center;
    }
}



/* ==================================================
   HLL SENIORENUMZUG RATGEBER CLUSTER
   ================================================== */

.hll-senior-ratgeber {
    padding: 72px 0;
}

.hll-senior-ratgeber-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
    padding: 38px 42px;
    border: 1px solid var(--hll-border);
    border-radius: var(--hll-radius-lg);
    background: var(--hll-surface);
}

.hll-senior-ratgeber-box h2 {
    margin: 10px 0 12px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.hll-senior-ratgeber-box p {
    max-width: 720px;
    margin: 0;
    color: var(--hll-muted);
    line-height: 1.7;
}

@media (max-width: 760px) {

    .hll-senior-ratgeber {
        padding: 54px 0;
    }

    .hll-senior-ratgeber-box {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 30px 24px;
    }

    .hll-senior-ratgeber-box .hll-btn {
        width: 100%;
        justify-content: center;
    }
}



/* ==================================================
   HLL ENTRUEMPELUNG RATGEBER CLUSTER
   ================================================== */

.hll-entruempelung-ratgeber {
    padding: 72px 0;
}

.hll-entruempelung-ratgeber-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
    padding: 38px 42px;
    border: 1px solid var(--hll-border);
    border-radius: var(--hll-radius-lg);
    background: var(--hll-surface);
}

.hll-entruempelung-ratgeber-box h2 {
    margin: 10px 0 12px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.hll-entruempelung-ratgeber-box p {
    max-width: 720px;
    margin: 0;
    color: var(--hll-muted);
    line-height: 1.7;
}

@media (max-width: 760px) {

    .hll-entruempelung-ratgeber {
        padding: 54px 0;
    }

    .hll-entruempelung-ratgeber-box {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 30px 24px;
    }

    .hll-entruempelung-ratgeber-box .hll-btn {
        width: 100%;
        justify-content: center;
    }
}



/* ==================================================
   HLL HAUSHALTSAUFLOESUNG RATGEBER CLUSTER
   ================================================== */

.hll-haushalt-ratgeber {
    padding: 72px 0;
}

.hll-haushalt-ratgeber-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
    padding: 38px 42px;
    border: 1px solid var(--hll-border);
    border-radius: var(--hll-radius-lg);
    background: var(--hll-surface);
}

.hll-haushalt-ratgeber-box h2 {
    margin: 10px 0 12px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.hll-haushalt-ratgeber-box p {
    max-width: 720px;
    margin: 0;
    color: var(--hll-muted);
    line-height: 1.7;
}

@media (max-width: 760px) {

    .hll-haushalt-ratgeber {
        padding: 54px 0;
    }

    .hll-haushalt-ratgeber-box {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 30px 24px;
    }

    .hll-haushalt-ratgeber-box .hll-btn {
        width: 100%;
        justify-content: center;
    }
}



/* ==================================================
   HLL KONTAKT PAGE
   ================================================== */

.hll-kontakt-page {
    background: var(--hll-bg);
}

.hll-kontakt-hero {
    padding: 86px 0 54px;
}

.hll-kontakt-hero h1 {
    max-width: 820px;
    margin: 10px 0 18px;
    font-size: clamp(40px, 7vw, 72px);
    line-height: .98;
    letter-spacing: -.045em;
}

.hll-kontakt-intro {
    max-width: 720px;
    margin: 0;
    color: var(--hll-muted);
    font-size: 18px;
    line-height: 1.75;
}

.hll-kontakt-main {
    padding: 0 0 90px;
}

.hll-kontakt-grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 42px;
    align-items: start;
}

.hll-kontakt-info {
    display: grid;
    gap: 16px;
}

.hll-kontakt-card,
.hll-kontakt-offer,
.hll-kontakt-form-card {
    border: 1px solid var(--hll-border);
    border-radius: var(--hll-radius-lg);
    background: var(--hll-surface);
}

.hll-kontakt-card {
    padding: 26px 28px;
}

.hll-kontakt-label {
    display: block;
    margin-bottom: 7px;
    color: var(--hll-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hll-kontakt-value {
    display: inline-block;
    color: var(--hll-text);
    font-size: 20px;
    font-weight: 750;
    line-height: 1.45;
    text-decoration: none;
}

a.hll-kontakt-value:hover {
    text-decoration: underline;
}

.hll-kontakt-card p {
    margin: 9px 0 0;
    color: var(--hll-muted);
    line-height: 1.65;
}

.hll-kontakt-offer {
    margin-top: 10px;
    padding: 30px 28px;
}

.hll-kontakt-offer h2 {
    margin: 0 0 10px;
    font-size: 25px;
}

.hll-kontakt-offer p {
    margin: 0 0 22px;
    color: var(--hll-muted);
    line-height: 1.7;
}

.hll-kontakt-form-card {
    padding: 38px;
}

.hll-kontakt-form-card > h2 {
    margin: 0 0 8px;
    font-size: clamp(28px, 4vw, 40px);
}

.hll-kontakt-form-card > p {
    margin: 0 0 28px;
    color: var(--hll-muted);
}

.hll-kontakt-form {
    display: grid;
    gap: 20px;
}

.hll-kontakt-form .hll-form-group {
    margin: 0;
}

.hll-kontakt-form .hll-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.hll-kontakt-form label {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
}

.hll-kontakt-form input[type="text"],
.hll-kontakt-form input[type="email"],
.hll-kontakt-form input[type="tel"],
.hll-kontakt-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 13px 15px;
    border: 1px solid var(--hll-border);
    border-radius: 12px;
    background: var(--hll-bg);
    color: var(--hll-text);
    font: inherit;
}

.hll-kontakt-form textarea {
    min-height: 160px;
    resize: vertical;
}

.hll-kontakt-form input:focus,
.hll-kontakt-form textarea:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.hll-kontakt-privacy label {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin: 0;
    color: var(--hll-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.hll-kontakt-privacy input {
    margin-top: 3px;
}

.hll-kontakt-submit {
    width: 100%;
    justify-content: center;
}

.hll-kontakt-message {
    margin-bottom: 22px;
    padding: 14px 16px;
    border-radius: 12px;
    font-weight: 650;
}

.hll-kontakt-success {
    border: 1px solid #9ac7a5;
    background: #eff9f1;
    color: #20582d;
}

.hll-kontakt-error {
    border: 1px solid #ddb0b0;
    background: #fff1f1;
    color: #8a2929;
}

.hll-kontakt-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}


@media (max-width: 860px) {

    .hll-kontakt-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 600px) {

    .hll-kontakt-hero {
        padding: 62px 0 40px;
    }

    .hll-kontakt-main {
        padding-bottom: 64px;
    }

    .hll-kontakt-form-card {
        padding: 28px 22px;
    }

    .hll-kontakt-form .hll-form-grid {
        grid-template-columns: 1fr;
    }

}



/* =========================================================
   HLL DIRECT CONTACT BUTTONS
   ========================================================= */

/*
 * Mobile-only phone shortcut in header.
 */
.hll-mobile-phone-link {
    display: none;
}


/*
 * Floating WhatsApp.
 */
.hll-whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9998;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #25D366;
    border-radius: 50%;

    box-shadow:
        0 8px 24px rgba(0, 0, 0, .18),
        0 2px 8px rgba(0, 0, 0, .12);

    text-decoration: none;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.hll-whatsapp-float svg {
    width: 34px;
    height: 34px;
    fill: #fff;
}

.hll-whatsapp-float:hover {
    transform: translateY(-3px) scale(1.04);

    box-shadow:
        0 12px 28px rgba(0, 0, 0, .22),
        0 4px 10px rgba(0, 0, 0, .12);
}

.hll-whatsapp-float:focus-visible {
    outline: 3px solid rgba(37, 211, 102, .3);
    outline-offset: 4px;
}


/*
 * Mobile header phone icon.
 */
@media (max-width: 767px) {

    .hll-mobile-phone-link {
        flex: 0 0 auto;

        width: 42px;
        height: 42px;

        display: inline-flex;
        align-items: center;
        justify-content: center;

        border-radius: 50%;

        background: var(--hll-primary);
        color: #fff;

        text-decoration: none;
    }

    .hll-mobile-phone-link svg {
        width: 21px;
        height: 21px;
        fill: currentColor;
    }

    .hll-header-actions {
        display: flex;
        align-items: center;
        gap: 9px;
    }

    .hll-whatsapp-float {
        right: 16px;
        bottom: 16px;

        width: 56px;
        height: 56px;
    }

    .hll-whatsapp-float svg {
        width: 33px;
        height: 33px;
    }
}


/* =========================================================
   HLL CONTACT BUTTONS FINAL FIX
   ========================================================= */

/* Floating WhatsApp */
.hll-whatsapp-float {
    position: fixed !important;
    right: 22px !important;
    bottom: 22px !important;
    left: auto !important;

    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;

    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 0 !important;
    border-radius: 50% !important;
    background: #25D366 !important;

    line-height: 1 !important;
    text-decoration: none !important;

    box-sizing: border-box !important;
    overflow: hidden !important;

    z-index: 99999 !important;

    box-shadow:
        0 8px 24px rgba(0,0,0,.18),
        0 2px 8px rgba(0,0,0,.12) !important;
}

.hll-whatsapp-float svg {
    display: block !important;
    width: 31px !important;
    height: 35px !important;

    margin: 0 !important;
    padding: 0 !important;

    fill: #fff !important;
    flex: none !important;
}


/* Phone is NEVER visible on desktop */
.hll-mobile-phone-link {
    display: none !important;
}


/* Mobile header */
@media (max-width: 767px) {

    .hll-header-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 8px !important;
    }

    .hll-mobile-phone-link {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;

        padding: 0 !important;
        margin: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        flex: 0 0 42px !important;

        border-radius: 12px !important;
        background: #f4bd3e !important;

        text-decoration: none !important;
        line-height: 1 !important;

        box-sizing: border-box !important;
    }

    .hll-mobile-phone-link svg {
        display: block !important;

        width: 21px !important;
        height: 21px !important;

        margin: 0 !important;
        padding: 0 !important;

        fill: #101b28 !important;
        flex: none !important;
    }

    .hll-mobile-menu-toggle {
        flex: 0 0 auto !important;
        margin: 0 !important;
    }

    /* Desktop CTA stays hidden in compact mobile header */
    .hll-header-cta {
        display: none !important;
    }

    .hll-whatsapp-float {
        right: 16px !important;
        bottom: 18px !important;

        width: 56px !important;
        height: 56px !important;
        min-width: 56px !important;
        min-height: 56px !important;
    }

    .hll-whatsapp-float svg {
        width: 30px !important;
        height: 34px !important;
    }
}


/* =========================================================
   KLAVIERTRANSPORT ASCHAFFENBURG
   ========================================================= */

.hll-piano-page{
    overflow:hidden;
}

.hll-piano-hero{
    padding:88px 0 78px;
    background:
        radial-gradient(circle at 85% 15%,rgba(196,151,63,.16),transparent 30%),
        linear-gradient(135deg,#101419 0%,#171d24 100%);
    color:#fff;
}

.hll-piano-hero-grid,
.hll-piano-local-grid{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
    gap:54px;
    align-items:center;
}

.hll-piano-copy h1{
    margin:14px 0 22px;
    max-width:820px;
    font-size:clamp(42px,5.4vw,76px);
    line-height:1.02;
    letter-spacing:-.045em;
    color:#fff;
}

.hll-piano-copy h1 span{
    display:block;
    color:#d8b56d;
}

.hll-piano-lead{
    max-width:720px;
    font-size:19px;
    line-height:1.75;
    color:rgba(255,255,255,.78);
}

.hll-piano-actions,
.hll-piano-cta-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.hll-piano-trust{
    display:flex;
    flex-wrap:wrap;
    gap:10px 22px;
    margin-top:25px;
    font-size:14px;
    color:rgba(255,255,255,.78);
}

.hll-piano-request{
    padding:34px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:24px;
    background:rgba(255,255,255,.07);
    box-shadow:0 28px 70px rgba(0,0,0,.25);
    backdrop-filter:blur(12px);
}

.hll-piano-request h2{
    margin:10px 0 12px;
    color:#fff;
    font-size:30px;
}

.hll-piano-request > p{
    color:rgba(255,255,255,.72);
    line-height:1.7;
}

.hll-piano-card-label{
    color:#d8b56d;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.1em;
}

.hll-piano-request-list{
    display:grid;
    gap:10px;
    margin:24px 0;
}

.hll-piano-request-list > div{
    display:flex;
    gap:14px;
    padding:13px 0;
    border-bottom:1px solid rgba(255,255,255,.1);
}

.hll-piano-request-list > div > span,
.hll-piano-steps article > span{
    display:grid;
    place-items:center;
    flex:0 0 38px;
    width:38px;
    height:38px;
    border-radius:50%;
    background:#d8b56d;
    color:#111;
    font-weight:900;
}

.hll-piano-request-list strong,
.hll-piano-request-list small{
    display:block;
}

.hll-piano-request-list small{
    margin-top:3px;
    color:rgba(255,255,255,.62);
}

.hll-piano-intro,
.hll-piano-situations,
.hll-piano-process,
.hll-piano-local,
.hll-piano-faq{
    padding:88px 0;
}

.hll-piano-intro,
.hll-piano-process,
.hll-piano-faq{
    background:#fff;
}

.hll-piano-situations,
.hll-piano-local{
    background:#f5f4f0;
}

.hll-piano-narrow{
    max-width:900px;
}

.hll-piano-narrow > h2,
.hll-piano-head h2,
.hll-piano-local h2{
    margin:10px 0 18px;
    font-size:clamp(32px,4vw,52px);
    line-height:1.08;
    letter-spacing:-.035em;
}

.hll-piano-narrow > p,
.hll-piano-head > p,
.hll-piano-local p{
    font-size:17px;
    line-height:1.8;
    color:#555e66;
}

.hll-piano-head{
    max-width:780px;
    margin-bottom:36px;
}

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

.hll-piano-grid article{
    padding:30px 26px;
    border:1px solid #e5e1d8;
    border-radius:20px;
    background:#fff;
}

.hll-piano-grid article > span{
    display:block;
    margin-bottom:38px;
    color:#b58a38;
    font-size:13px;
    font-weight:900;
}

.hll-piano-grid h3{
    margin:0 0 10px;
    font-size:21px;
}

.hll-piano-grid p{
    margin:0;
    line-height:1.7;
    color:#60666c;
}

.hll-piano-steps{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.hll-piano-steps article{
    display:flex;
    gap:18px;
    padding:27px;
    border:1px solid #e6e6e6;
    border-radius:18px;
}

.hll-piano-steps h3{
    margin:2px 0 7px;
}

.hll-piano-steps p{
    margin:0;
    color:#62686e;
    line-height:1.7;
}

.hll-piano-local-card{
    padding:38px;
    border-radius:22px;
    background:#141a20;
    color:#fff;
}

.hll-piano-local-card > span{
    display:block;
    color:#d8b56d;
    font-weight:800;
    margin-bottom:8px;
}

.hll-piano-local-card strong{
    display:block;
    margin-bottom:14px;
    font-size:30px;
}

.hll-piano-local-card p{
    margin:0;
    color:rgba(255,255,255,.7);
}

.hll-piano-local a{
    font-weight:800;
    text-decoration:underline;
    text-underline-offset:3px;
}

.hll-piano-faq details{
    border-top:1px solid #dedede;
    padding:21px 0;
}

.hll-piano-faq details:last-child{
    border-bottom:1px solid #dedede;
}

.hll-piano-faq summary{
    cursor:pointer;
    font-size:18px;
    font-weight:800;
}

.hll-piano-faq details p{
    max-width:760px;
    margin:13px 0 0;
    color:#60666c;
    line-height:1.75;
}

.hll-piano-cta{
    padding:74px 0;
    background:#12171d;
    color:#fff;
}

.hll-piano-cta-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.hll-piano-cta h2{
    max-width:720px;
    margin:9px 0 12px;
    color:#fff;
    font-size:clamp(32px,4vw,50px);
    line-height:1.08;
}

.hll-piano-cta p{
    max-width:680px;
    margin:0;
    color:rgba(255,255,255,.7);
    line-height:1.7;
}

@media (max-width:980px){
    .hll-piano-hero-grid,
    .hll-piano-local-grid{
        grid-template-columns:1fr;
    }

    .hll-piano-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .hll-piano-cta-inner{
        align-items:flex-start;
        flex-direction:column;
    }
}

@media (max-width:640px){
    .hll-piano-hero{
        padding:62px 0 52px;
    }

    .hll-piano-intro,
    .hll-piano-situations,
    .hll-piano-process,
    .hll-piano-local,
    .hll-piano-faq{
        padding:64px 0;
    }

    .hll-piano-copy h1{
        font-size:42px;
    }

    .hll-piano-request{
        padding:24px 20px;
    }

    .hll-piano-grid,
    .hll-piano-steps{
        grid-template-columns:1fr;
    }

    .hll-piano-actions,
    .hll-piano-cta-actions{
        flex-direction:column;
    }

    .hll-piano-actions .hll-btn,
    .hll-piano-cta-actions .hll-btn{
        width:100%;
        justify-content:center;
        text-align:center;
    }
}

/* =========================================================
   HLL Küchenmontage Aschaffenburg
   ========================================================= */

.hll-kitchen-page{
    overflow:hidden;
}

.hll-kitchen-hero{
    padding:82px 0 74px;
    background:
        radial-gradient(circle at 90% 10%,rgba(197,157,86,.15),transparent 32%),
        linear-gradient(135deg,#f8f7f3 0%,#fff 58%);
}

.hll-kitchen-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
    gap:58px;
    align-items:center;
}

.hll-kitchen-hero h1{
    max-width:850px;
    margin:12px 0 22px;
    font-size:clamp(42px,5.3vw,72px);
    line-height:1.02;
    letter-spacing:-.035em;
}

.hll-kitchen-hero h1 span{
    display:block;
    margin-top:9px;
}

.hll-kitchen-lead{
    max-width:760px;
    margin:0;
    font-size:19px;
    line-height:1.75;
    color:#565e64;
}

.hll-kitchen-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.hll-kitchen-trust{
    display:flex;
    flex-wrap:wrap;
    gap:10px 20px;
    margin-top:28px;
    font-size:14px;
    font-weight:700;
}

.hll-kitchen-request{
    padding:34px;
    border:1px solid #e6e0d6;
    border-radius:24px;
    background:#fff;
    box-shadow:0 24px 70px rgba(30,34,37,.08);
}

.hll-kitchen-card-label{
    display:inline-block;
    margin-bottom:9px;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.hll-kitchen-request h2{
    margin:0 0 13px;
    font-size:30px;
    line-height:1.15;
}

.hll-kitchen-request p,
.hll-kitchen-request li{
    color:#62696e;
    line-height:1.65;
}

.hll-kitchen-request ul{
    margin:20px 0;
    padding-left:20px;
}

.hll-kitchen-request a{
    font-weight:800;
}

.hll-kitchen-section{
    padding:78px 0;
}

.hll-kitchen-soft{
    background:#f7f5f0;
}

.hll-kitchen-intro{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:70px;
}

.hll-kitchen-intro h2,
.hll-kitchen-heading h2,
.hll-kitchen-local h2,
.hll-kitchen-cta h2{
    margin:8px 0 16px;
    font-size:clamp(32px,4vw,50px);
    line-height:1.08;
    letter-spacing:-.025em;
}

.hll-kitchen-intro p,
.hll-kitchen-heading p,
.hll-kitchen-local p,
.hll-kitchen-two p,
.hll-kitchen-cta p{
    color:#60686e;
    font-size:17px;
    line-height:1.75;
}

.hll-kitchen-heading{
    max-width:820px;
    margin-bottom:38px;
}

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

.hll-kitchen-card{
    padding:30px;
    border:1px solid #e5e0d6;
    border-radius:20px;
    background:#fff;
}

.hll-kitchen-card > span{
    display:block;
    margin-bottom:24px;
    font-size:13px;
    font-weight:900;
    opacity:.55;
}

.hll-kitchen-card h3{
    margin:0 0 10px;
    font-size:23px;
}

.hll-kitchen-card p{
    margin:0;
    color:#62696e;
    line-height:1.65;
}

.hll-kitchen-two{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:55px;
}

.hll-kitchen-related{
    display:flex;
    flex-direction:column;
    gap:12px;
    padding:30px;
    border-radius:20px;
    background:#171a1d;
    color:#fff;
}

.hll-kitchen-related strong{
    margin-bottom:7px;
    font-size:20px;
}

.hll-kitchen-related a{
    padding:13px 0;
    border-bottom:1px solid rgba(255,255,255,.15);
    color:#fff;
    font-weight:700;
}

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

.hll-kitchen-steps article{
    padding:28px;
    border-radius:18px;
    background:#fff;
}

.hll-kitchen-steps b{
    display:flex;
    width:40px;
    height:40px;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    border-radius:50%;
    background:#171a1d;
    color:#fff;
}

.hll-kitchen-steps h3{
    margin:0 0 9px;
}

.hll-kitchen-steps p{
    margin:0;
    color:#62696e;
    line-height:1.6;
}

.hll-kitchen-local{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:60px;
    align-items:center;
}

.hll-kitchen-local-box{
    display:flex;
    flex-direction:column;
    gap:7px;
    padding:32px;
    border:1px solid #e5e0d6;
    border-radius:20px;
}

.hll-kitchen-local-box strong{
    margin-bottom:6px;
    font-size:24px;
}

.hll-kitchen-local-box a:first-of-type{
    margin-top:12px;
}

.hll-kitchen-faq{
    max-width:900px;
}

.hll-kitchen-faq details{
    padding:22px 0;
    border-bottom:1px solid #ded9cf;
}

.hll-kitchen-faq summary{
    cursor:pointer;
    font-size:19px;
    font-weight:800;
}

.hll-kitchen-faq details p{
    max-width:760px;
    margin:14px 0 0;
    color:#62696e;
    line-height:1.7;
}

.hll-kitchen-cta{
    padding:76px 0;
    background:#171a1d;
    color:#fff;
}

.hll-kitchen-cta-inner{
    display:flex;
    justify-content:space-between;
    gap:50px;
    align-items:center;
}

.hll-kitchen-cta p{
    max-width:700px;
    color:rgba(255,255,255,.72);
}

@media (max-width:900px){

    .hll-kitchen-hero-grid,
    .hll-kitchen-intro,
    .hll-kitchen-two,
    .hll-kitchen-local{
        grid-template-columns:1fr;
        gap:36px;
    }

    .hll-kitchen-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .hll-kitchen-steps{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .hll-kitchen-cta-inner{
        display:block;
    }
}

@media (max-width:600px){

    .hll-kitchen-hero{
        padding:54px 0;
    }

    .hll-kitchen-hero h1{
        font-size:39px;
    }

    .hll-kitchen-section{
        padding:58px 0;
    }

    .hll-kitchen-grid,
    .hll-kitchen-steps{
        grid-template-columns:1fr;
    }

    .hll-kitchen-request,
    .hll-kitchen-card,
    .hll-kitchen-related,
    .hll-kitchen-local-box{
        padding:24px;
    }

    .hll-kitchen-actions{
        flex-direction:column;
    }

    .hll-kitchen-actions .hll-btn{
        width:100%;
        justify-content:center;
        text-align:center;
    }
}

/* =========================================================
   HLL Möbelmontage Aschaffenburg
   ========================================================= */

.hll-assembly-page{
    overflow:hidden;
}

.hll-assembly-hero{
    padding:82px 0 74px;
    background:
        radial-gradient(circle at 88% 12%,rgba(197,157,86,.14),transparent 32%),
        linear-gradient(135deg,#f7f6f2 0%,#fff 60%);
}

.hll-assembly-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
    gap:58px;
    align-items:center;
}

.hll-assembly-hero h1{
    max-width:900px;
    margin:12px 0 22px;
    font-size:clamp(42px,5.3vw,72px);
    line-height:1.02;
    letter-spacing:-.035em;
}

.hll-assembly-hero h1 span{
    display:block;
    margin-top:9px;
}

.hll-assembly-lead{
    max-width:760px;
    margin:0;
    font-size:19px;
    line-height:1.75;
    color:#565e64;
}

.hll-assembly-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.hll-assembly-points{
    display:flex;
    flex-wrap:wrap;
    gap:10px 20px;
    margin-top:28px;
    font-size:14px;
    font-weight:700;
}

.hll-assembly-box{
    padding:34px;
    border:1px solid #e6e0d6;
    border-radius:24px;
    background:#fff;
    box-shadow:0 24px 70px rgba(30,34,37,.08);
}

.hll-assembly-label{
    display:inline-block;
    margin-bottom:9px;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.hll-assembly-box h2{
    margin:0 0 13px;
    font-size:30px;
    line-height:1.15;
}

.hll-assembly-box p,
.hll-assembly-box li{
    color:#62696e;
    line-height:1.65;
}

.hll-assembly-box ul{
    margin:20px 0;
    padding-left:20px;
}

.hll-assembly-box a{
    font-weight:800;
}

.hll-assembly-section{
    padding:78px 0;
}

.hll-assembly-soft{
    background:#f7f5f0;
}

.hll-assembly-intro{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:70px;
}

.hll-assembly-intro h2,
.hll-assembly-heading h2,
.hll-assembly-local h2,
.hll-assembly-cta h2{
    margin:8px 0 16px;
    font-size:clamp(32px,4vw,50px);
    line-height:1.08;
    letter-spacing:-.025em;
}

.hll-assembly-intro p,
.hll-assembly-heading p,
.hll-assembly-local p,
.hll-assembly-two p,
.hll-assembly-cta p{
    color:#60686e;
    font-size:17px;
    line-height:1.75;
}

.hll-assembly-heading{
    max-width:820px;
    margin-bottom:38px;
}

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

.hll-assembly-grid article{
    padding:30px;
    border:1px solid #e5e0d6;
    border-radius:20px;
    background:#fff;
}

.hll-assembly-grid article > span{
    display:block;
    margin-bottom:24px;
    font-size:13px;
    font-weight:900;
    opacity:.55;
}

.hll-assembly-grid h3{
    margin:0 0 10px;
    font-size:23px;
}

.hll-assembly-grid p{
    margin:0;
    color:#62696e;
    line-height:1.65;
}

.hll-assembly-two{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:55px;
}

.hll-assembly-related{
    display:flex;
    flex-direction:column;
    gap:12px;
    padding:30px;
    border-radius:20px;
    background:#171a1d;
    color:#fff;
}

.hll-assembly-related strong{
    margin-bottom:7px;
    font-size:20px;
}

.hll-assembly-related a{
    padding:13px 0;
    border-bottom:1px solid rgba(255,255,255,.15);
    color:#fff;
    font-weight:700;
}

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

.hll-assembly-steps article{
    padding:28px;
    border-radius:18px;
    background:#fff;
}

.hll-assembly-steps b{
    display:flex;
    width:40px;
    height:40px;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    border-radius:50%;
    background:#171a1d;
    color:#fff;
}

.hll-assembly-steps h3{
    margin:0 0 9px;
}

.hll-assembly-steps p{
    margin:0;
    color:#62696e;
    line-height:1.6;
}

.hll-assembly-local{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:60px;
    align-items:center;
}

.hll-assembly-local-box{
    display:flex;
    flex-direction:column;
    gap:7px;
    padding:32px;
    border:1px solid #e5e0d6;
    border-radius:20px;
}

.hll-assembly-local-box strong{
    margin-bottom:6px;
    font-size:24px;
}

.hll-assembly-local-box a:first-of-type{
    margin-top:12px;
}

.hll-assembly-faq{
    max-width:900px;
}

.hll-assembly-faq details{
    padding:22px 0;
    border-bottom:1px solid #ded9cf;
}

.hll-assembly-faq summary{
    cursor:pointer;
    font-size:19px;
    font-weight:800;
}

.hll-assembly-faq details p{
    max-width:760px;
    margin:14px 0 0;
    color:#62696e;
    line-height:1.7;
}

.hll-assembly-cta{
    padding:76px 0;
    background:#171a1d;
    color:#fff;
}

.hll-assembly-cta-inner{
    display:flex;
    justify-content:space-between;
    gap:50px;
    align-items:center;
}

.hll-assembly-cta p{
    max-width:700px;
    color:rgba(255,255,255,.72);
}

@media (max-width:900px){

    .hll-assembly-hero-grid,
    .hll-assembly-intro,
    .hll-assembly-two,
    .hll-assembly-local{
        grid-template-columns:1fr;
        gap:36px;
    }

    .hll-assembly-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .hll-assembly-steps{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .hll-assembly-cta-inner{
        display:block;
    }
}

@media (max-width:600px){

    .hll-assembly-hero{
        padding:54px 0;
    }

    .hll-assembly-hero h1{
        font-size:39px;
    }

    .hll-assembly-section{
        padding:58px 0;
    }

    .hll-assembly-grid,
    .hll-assembly-steps{
        grid-template-columns:1fr;
    }

    .hll-assembly-box,
    .hll-assembly-grid article,
    .hll-assembly-related,
    .hll-assembly-local-box{
        padding:24px;
    }

    .hll-assembly-actions{
        flex-direction:column;
    }

    .hll-assembly-actions .hll-btn{
        width:100%;
        justify-content:center;
        text-align:center;
    }
}
