:root {
  --forest: #174f2a;
  --forest-deep: #0e3520;
  --green: #2f7a37;
  --lime: #7eb513;
  --lime-soft: #eef5df;
  --ink: #202620;
  --muted: #5f685f;
  --paper: #f7f8f4;
  --warm: #f0f2eb;
  --line: #dfe4dc;
  --white: #fff;
  --content: 1180px;
  --radius: 18px;
  --shadow: 0 24px 60px rgba(19, 50, 29, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--forest); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--green); }
p { margin: 0 0 1.15rem; }
h1, h2, h3, h4 { margin: 0 0 1rem; color: var(--ink); font-weight: 720; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.35rem, 5vw, 4.75rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
h4 { font-size: 1.15rem; }
ul, ol { padding-left: 1.25rem; }
blockquote { margin: 0; }

.skip-link { position: fixed; top: 1rem; left: -999px; z-index: 100; padding: .75rem 1rem; color: var(--white); background: var(--forest); border-radius: 8px; }
.skip-link:focus { left: 1rem; }
.utility-bar { color: #e7f0e8; background: var(--forest-deep); font-size: .78rem; font-weight: 650; letter-spacing: .02em; }
.utility-inner { width: min(var(--content), calc(100% - 3rem)); min-height: 35px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.utility-inner div { display: flex; gap: 1.5rem; }
.utility-inner a { color: #fff; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(223, 228, 220, .9); background: rgba(255, 255, 255, .97); backdrop-filter: blur(14px); }
.header-inner { width: min(var(--content), calc(100% - 3rem)); min-height: 92px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2.5rem; }
.brand { flex: 0 0 auto; }
.brand img { width: 250px; height: auto; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(1rem, 2vw, 2rem); }
.site-nav a { position: relative; padding: 2.1rem 0; color: var(--ink); font-size: .91rem; font-weight: 720; text-decoration: none; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 1.55rem; left: 0; height: 2px; background: var(--lime); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.site-nav a:hover, .site-nav a.is-active { color: var(--forest); }
.menu-toggle { display: none; border: 0; padding: .5rem; color: var(--ink); background: transparent; font: inherit; font-weight: 700; cursor: pointer; }
.menu-toggle i { display: inline-block; width: 22px; height: 2px; margin-left: .55rem; vertical-align: middle; background: currentColor; box-shadow: 0 -6px currentColor, 0 6px currentColor; }

.section, .container, .footer-main, .footer-bottom, .section-heading, .service-grid, .advantage-grid, .trust-inner, .hero-inner { width: min(var(--content), calc(100% - 3rem)); margin-right: auto; margin-left: auto; }
.section { padding-top: clamp(4.5rem, 8vw, 7.5rem); padding-bottom: clamp(4.5rem, 8vw, 7.5rem); }
.narrow { width: min(850px, 100%); }
.eyebrow { margin: 0 0 1rem; color: var(--green); font-size: .76rem; font-weight: 820; letter-spacing: .16em; text-transform: uppercase; }
.lead { color: #334036; font-size: clamp(1.18rem, 2vw, 1.42rem); line-height: 1.55; }
.button, .cta, input.action { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .76rem 1.2rem; border: 1px solid var(--forest); border-radius: 4px; color: var(--white); background: var(--forest); font: inherit; font-size: .92rem; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover, .cta:hover, input.action:hover { color: var(--white); background: var(--green); transform: translateY(-2px); }
.text-link { display: inline-flex; gap: .6rem; align-items: center; margin-top: .8rem; font-weight: 760; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

/* Home hero */
.hero-carousel { position: relative; min-height: clamp(540px, 58vw, 690px); overflow: hidden; background: var(--forest-deep); }
.hero-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity .7s ease, visibility .7s; }
.hero-slide.is-active { visibility: visible; opacity: 1; }
.hero-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11, 37, 21, .34), rgba(11, 37, 21, .05) 66%); }
.hero-inner { position: relative; z-index: 1; height: clamp(540px, 58vw, 690px); display: flex; align-items: center; }
.hero-card { width: min(610px, 92%); padding: clamp(2rem, 5vw, 4rem); background: rgba(255, 255, 255, .93); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.hero-card h1, .hero-card h2 { max-width: 540px; font-size: clamp(2.4rem, 4.5vw, 4.25rem); text-transform: uppercase; }
.hero-card > p:not(.eyebrow) { max-width: 530px; color: #465048; font-size: clamp(1rem, 1.45vw, 1.18rem); }
.hero-card .button { margin-top: .6rem; }
.hero-arrow { position: absolute; top: 50%; z-index: 3; width: 48px; height: 68px; border: 0; color: #fff; background: rgba(14, 53, 32, .66); font-size: 2rem; cursor: pointer; transform: translateY(-50%); transition: background .2s ease; }
.hero-arrow:hover { background: var(--forest); }
.hero-prev { left: 0; }
.hero-next { right: 0; }
.hero-dots { position: absolute; z-index: 4; right: max(1.5rem, calc((100% - var(--content)) / 2)); bottom: 1.5rem; display: flex; gap: .55rem; }
.hero-dot { width: 34px; height: 4px; padding: 0; border: 0; background: rgba(255, 255, 255, .58); cursor: pointer; }
.hero-dot.is-active { background: var(--lime); }

.trust-strip { color: var(--white); background: var(--forest); }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-inner div { padding: 1.5rem 1.25rem; border-right: 1px solid rgba(255, 255, 255, .18); }
.trust-inner div:last-child { border: 0; }
.trust-inner strong, .trust-inner span { display: block; }
.trust-inner strong { margin-bottom: .2rem; font-size: 1rem; }
.trust-inner span { color: #d4e3d6; font-size: .8rem; line-height: 1.4; }
.intro-section { background: var(--white); }
.section-heading { margin-bottom: 2.5rem; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr); gap: 4rem; align-items: end; }
.section-heading > p { color: var(--muted); }
.services-section { width: 100%; max-width: none; background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.service-card { position: relative; min-height: 360px; padding: clamp(2rem, 4vw, 3.4rem); overflow: hidden; color: var(--white); background: var(--forest); }
.service-card::before { content: ""; position: absolute; right: -70px; bottom: -80px; width: 260px; height: 260px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255, 255, 255, .035), 0 0 0 84px rgba(255, 255, 255, .025); }
.service-insolvency { background: #252d25; }
.service-number { margin-bottom: 3.5rem; color: #b9d67b; font-size: .8rem; font-weight: 800; letter-spacing: .14em; }
.service-card h3 { max-width: 460px; color: #fff; font-size: clamp(1.65rem, 3vw, 2.45rem); }
.service-card p { max-width: 560px; color: #dce8de; }
.service-card a { position: absolute; bottom: 2.5rem; left: clamp(2rem, 4vw, 3.4rem); color: #fff; font-weight: 760; text-decoration: none; }
.service-card a span { margin-left: .4rem; }
.advantages-section { background: var(--white); }
.advantage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.advantage-grid article { padding: 1.5rem; border: 1px solid var(--line); background: #fff; }
.advantage-grid img { width: 72px; height: 72px; margin-bottom: 1.4rem; object-fit: cover; border-radius: 50%; }
.advantage-grid h3 { font-size: 1.22rem; }
.advantage-grid p { color: var(--muted); font-size: .92rem; }
.quote-section { color: #fff; background: linear-gradient(110deg, var(--forest-deep), var(--forest)); }
.quote-inner { width: min(950px, calc(100% - 3rem)); margin: auto; padding: clamp(4.5rem, 9vw, 8rem) 0; text-align: center; }
.quote-section .eyebrow { color: #b8d67a; }
.quote-section blockquote { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.75rem, 4vw, 3.15rem); line-height: 1.35; }
.quote-author { margin-top: 1.5rem; color: #d1e1d4; font-size: .9rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.cta-section { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; align-items: center; color: #fff; background: var(--lime); }
.cta-section h2 { color: #102410; }
.cta-section p { color: #243724; }
.cta-actions { display: flex; flex-direction: column; gap: .9rem; align-items: center; }
.button-light { border-color: #fff; color: var(--forest-deep); background: #fff; }
.button-light:hover { color: #fff; background: var(--forest-deep); }
.phone-link { color: #162d16; font-weight: 800; text-decoration: none; }

/* Imported content pages */
.image-content-block, .insolvenz-page__header-image { position: relative; height: clamp(290px, 37vw, 480px); overflow: hidden; background: var(--forest); }
.image-content-block img, .insolvenz-page__header-image img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.text-content-block, .teasers-content-block, .i-can-bullet-points-content-block, .too-green-content-block, .testimonials-content-block, .team-holder-content-block { padding: clamp(4rem, 7vw, 6.5rem) 0; }
.text-content-block.-background-white { background: #fff; }
.text-content-block.-background-gray { background: var(--paper); }
.text-content-block.-background-green { color: #fff; background: var(--forest); }
.text-content-block.-background-green h1, .text-content-block.-background-green h2, .text-content-block.-background-green h3 { color: #fff; }
.text-content-block__content { width: min(900px, 100%); }
.text-content-block__content > h1:first-child { margin-bottom: 2rem; }
.text-content-block__content > h3:first-of-type { color: var(--forest); font-size: clamp(1.3rem, 2.5vw, 1.9rem); }
.row { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.col-12 { flex: 1 1 100%; min-width: 0; }
.col-6 { flex: 1 1 calc(50% - 1rem); }
.col-md-4 { flex: 1 1 calc(33.333% - 1rem); }
.col-md-6, .col-lg-6 { flex: 1 1 calc(50% - 1rem); }
.col-md-8 { flex: 1 1 650px; }
.col-lg-3 { flex: 1 1 calc(25% - 1.2rem); }
.check { padding: 0; list-style: none; }
.check li { position: relative; margin-bottom: .8rem; padding-left: 1.8rem; }
.check li::before { content: "✓"; position: absolute; top: 0; left: 0; color: var(--green); font-weight: 850; }
.check li p { margin: 0; }

.teasers-content-block { background: var(--warm); }
.teasers-content-block .row { display: grid; grid-template-columns: repeat(4, 1fr); }
.teasers-content-block__teaser { height: 100%; padding: 1.8rem; border-top: 4px solid var(--lime); background: #fff; }
.teasers-content-block__teaser img { width: 62px; height: 62px; margin-bottom: 1.2rem; object-fit: contain; }
.teasers-content-block__teaser-title { font-size: 1.2rem; }
.too-green-content-block { color: #fff; background: linear-gradient(110deg, var(--forest), var(--forest-deep)); }
.too-green-content-block .row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4rem; }
.too-green-content-block h1, .too-green-content-block h2, .too-green-content-block h3 { color: #fff; }
.too-green-content-block .cta { border-color: #fff; color: var(--forest-deep); background: #fff; }
.i-can-bullet-points-content-block { background: var(--paper); }
.i-can-bullet-points-content-block__content { margin-bottom: 2rem; }
.i-can-bullet-points-content-block .row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.i-can-bullet-point { height: 100%; display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.4rem; border: 1px solid var(--line); background: #fff; }
.i-can-bullet-point > div:first-child { flex: 0 0 68px; }
.i-can-bullet-point img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; }
.i-can-bullet-point h3 { margin-bottom: .35rem; font-size: 1.18rem; }
.testimonials-content-block { color: #fff; background: var(--forest); }
.testimonials-content-block h2 { color: #fff; }
.legacy-slider .legacy-slide { display: none; }
.legacy-slider .legacy-slide:first-child { display: block; }
.testimonial { max-width: 920px; padding: 0; color: #fff; background: none; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 3vw, 2.45rem); line-height: 1.45; }
.testimonial cite { display: block; margin-top: 1.3rem; color: #bdd3c0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .85rem; font-style: normal; }
.team-holder-content-block { background: var(--paper); }
.team-holder-content-block h2 { margin-bottom: 2rem; }
.team-holder-content-block .row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.team-member { height: 100%; padding: 1.2rem; border: 1px solid var(--line); background: #fff; }
.team-member > img[src]:not([src=""]) { width: 100%; aspect-ratio: 4 / 4.4; margin-bottom: 1.2rem; object-fit: cover; object-position: top; background: var(--warm); }
.team-member img[src=""] { display: none; }
.team-member__title, .team-member h3 { font-size: 1.15rem; }
.team-member p { color: var(--muted); font-size: .86rem; }

/* Insolvency information portal */
.insolvenz-page__breadcrumbs { padding: 2.4rem 0; color: #dce9de; background: var(--forest-deep); }
.insolvenz-page__breadcrumbs .container { width: min(var(--content), calc(100% - 3rem)); }
.insolvenz-page__breadcrumbs h1 { color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); }
.insolvenz-page__breadcrumbs a { color: #dce9de; }
.insolvenz-page__breadcrumbs > .container > a, .insolvenz-page__breadcrumbs > .container { font-size: .85rem; }
.insolvenz-page__breadcrumbs + .container { padding-top: 4rem; padding-bottom: 5rem; }
.insolvenz-page__breadcrumbs + .container > .row { flex-wrap: nowrap; align-items: flex-start; }
.order-md-2 { order: 2; }
.order-md-1 { order: 1; flex: 0 0 300px; }
.insolvenz-page__title { margin-bottom: 2rem; font-size: clamp(2rem, 3.5vw, 3.1rem); }
.insolvenz-page__content { color: #303931; }
.insolvenz-page__content h2, .insolvenz-page__content h3, .insolvenz-page__content h4 { margin-top: 2.2rem; }
.insolvenz-page__content img { margin: 1.5rem 0; }
.insolvenz-page__sidenav { position: sticky; top: 120px; margin: 0; padding: .55rem; border: 1px solid var(--line); background: var(--paper); list-style: none; }
.insolvenz-page__sidenav li { margin: 0; padding: 0; border-bottom: 1px solid var(--line); }
.insolvenz-page__sidenav li:last-child { border-bottom: 0; }
.insolvenz-page__sidenav a { display: block; padding: .65rem .7rem; color: #2c342d; font-size: .82rem; font-weight: 640; line-height: 1.35; text-decoration: none; }
.insolvenz-page__sidenav a:hover, .insolvenz-page__sidenav a.current { color: #fff; background: var(--forest); }
.insolvenz-page__sidenav ul { margin: 0; padding: 0 0 .4rem .65rem; list-style: none; }

/* Form and legal pages */
.userform .field { display: grid; gap: .35rem; margin-bottom: 1rem; }
.userform label { font-size: .86rem; font-weight: 750; }
.userform input, .userform textarea, .userform select { width: 100%; padding: .82rem .9rem; border: 1px solid #b8c2b8; border-radius: 3px; color: var(--ink); background: #fff; font: inherit; }
.userform input:focus, .userform textarea:focus, .userform select:focus { outline: 3px solid rgba(126, 181, 19, .25); border-color: var(--green); }
.userform textarea { min-height: 150px; resize: vertical; }
.btn-toolbar { margin-top: 1.2rem; }
.legal-hero { color: #fff; background: var(--forest-deep); }
.legal-hero > div { width: min(var(--content), calc(100% - 3rem)); margin: auto; padding: 5rem 0; }
.legal-hero h1 { color: #fff; }
.legal-hero .eyebrow { color: #b9d67b; }
.legal-content article { width: min(880px, 100%); }
.legal-content article h1:first-child { display: none; }
.legal-content article h2, .legal-content article h3, .legal-content article h4 { margin-top: 2.5rem; }

/* Footer */
.site-footer { color: #dce7de; background: #13291b; }
.footer-main { padding: 4.5rem 0 3.5rem; display: grid; grid-template-columns: 1.55fr 1.2fr .9fr .65fr; gap: 3rem; }
.footer-brand img { width: 220px; margin-bottom: 1.2rem; filter: invert(1); opacity: .96; }
.footer-brand p { max-width: 340px; color: #acbdaf; }
.site-footer address { margin-bottom: .8rem; font-style: normal; }
.site-footer a, .site-footer section > span { display: block; width: fit-content; margin: .35rem 0; color: #dce7de; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-title { margin-bottom: 1rem; color: #b7d171; font-size: .75rem; font-weight: 820; letter-spacing: .15em; text-transform: uppercase; }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .13); color: #91a395; font-size: .78rem; }

@media (max-width: 1020px) {
  .header-inner { min-height: 80px; }
  .brand img { width: 205px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 1rem 1.5rem 1.4rem; align-items: stretch; flex-direction: column; gap: 0; border-top: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .72rem 0; }
  .site-nav a::after { right: auto; bottom: .45rem; width: 35px; }
  .advantage-grid, .teasers-content-block .row, .team-holder-content-block .row { grid-template-columns: repeat(2, 1fr); }
  .trust-inner { grid-template-columns: repeat(2, 1fr); }
  .trust-inner div:nth-child(2) { border-right: 0; }
  .trust-inner div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .18); }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-main section:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .utility-bar { display: none; }
  .header-inner, .section, .container, .footer-main, .footer-bottom, .section-heading, .service-grid, .advantage-grid, .trust-inner, .hero-inner { width: min(100% - 1.5rem, var(--content)); }
  .site-header { top: 0; }
  .header-inner { min-height: 70px; }
  .brand img { width: 165px; }
  .hero-carousel, .hero-inner { min-height: 600px; }
  .hero-card { width: 100%; margin-top: auto; margin-bottom: 1.2rem; padding: 1.6rem; }
  .hero-card h1, .hero-card h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .hero-shade { background: linear-gradient(180deg, rgba(11, 37, 21, .05), rgba(11, 37, 21, .5)); }
  .hero-arrow { top: 42%; width: 40px; height: 56px; }
  .hero-dots { right: 1.2rem; bottom: 1.7rem; }
  .trust-inner, .service-grid, .advantage-grid, .section-heading, .too-green-content-block .row, .i-can-bullet-points-content-block .row, .team-holder-content-block .row, .cta-section, .footer-main { grid-template-columns: 1fr; }
  .section-heading { width: 100%; gap: 1rem; }
  .service-card { min-height: 390px; }
  .cta-section { width: 100%; padding-right: 1.5rem; padding-left: 1.5rem; }
  .cta-actions { align-items: flex-start; }
  .image-content-block, .insolvenz-page__header-image { height: 250px; }
  .text-content-block, .teasers-content-block, .i-can-bullet-points-content-block, .too-green-content-block, .testimonials-content-block, .team-holder-content-block { padding: 3.5rem 0; }
  .col-6, .col-md-4, .col-md-6, .col-lg-6, .col-lg-3 { flex-basis: 100%; }
  .insolvenz-page__breadcrumbs + .container > .row { flex-direction: column; }
  .order-md-1, .order-md-2 { order: initial; width: 100%; }
  .order-md-1 { flex: 1 1 auto; }
  .insolvenz-page__sidenav { position: static; max-height: 420px; overflow: auto; }
  .footer-main { gap: 1.8rem; }
  .footer-main section:last-child { grid-column: auto; }
  .footer-bottom { padding: 1.2rem 0; align-items: flex-start; flex-direction: column; gap: .4rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
