/* Dentalkonzepte Knapp – Components (Design-Tokens via tailwind.config.js) */
:root {
    /* Sections: leicht transparent → Hintergrundbild scheint durch */
    --surface-section-solid: #FAFBFC;
    --surface-section-edge-solid: #FFFFFF;
    --surface-section-border-solid: #DDE4EC;
    --surface-section: rgba(250, 251, 252, 0.72);
    --surface-section-edge: rgba(255, 255, 255, 0.65);
    --surface-section-border: rgba(221, 228, 236, 0.75);
    --surface-section-shadow: 0 4px 28px rgba(15, 23, 42, 0.06);

    /* Header: deckend; Hero-Panel, Footer weiter Milchglas */
    --surface-glass-solid: #FFFFFF;
    --surface-header: #FFFFFF;
    --surface-header-scrolled: #FFFFFF;
    --surface-hero-panel: rgba(255, 255, 255, 0.88);
    --surface-border-light: rgba(255, 255, 255, 0.78);
    --surface-footer: rgba(14, 116, 144, 0.88);
    --surface-footer-bottom: rgba(27, 58, 107, 0.92);
    --surface-cta-band: rgba(27, 58, 107, 0.88);

    --surface-quote: var(--surface-accent);
    --surface-primary: #1B3A6B;
    --surface-accent: #0E7490;

    --text-on-dark: #FFFFFF;
    --text-on-dark-muted: #CBD5E1;
    --text-on-dark-soft: #E2E8F0;
    --text-on-primary-label: #94B8D4;
    --border-on-dark: #334155;
    --border-on-dark-subtle: #1E4976;
}
@media (prefers-reduced-transparency: reduce) {
    :root {
        --surface-header: var(--surface-glass-solid);
        --surface-header-scrolled: var(--surface-glass-solid);
        --surface-hero-panel: var(--surface-glass-solid);
        --surface-border-light: #DDE4EC;
        --surface-footer: var(--surface-accent);
        --surface-footer-bottom: var(--surface-primary);
        --surface-cta-band: var(--surface-primary);
        --surface-section: var(--surface-section-solid);
        --surface-section-edge: var(--surface-section-edge-solid);
        --surface-section-border: var(--surface-section-border-solid);
    }
}
@supports not (backdrop-filter: blur(1px)) {
    :root {
        --surface-header: var(--surface-glass-solid);
        --surface-header-scrolled: var(--surface-glass-solid);
        --surface-hero-panel: var(--surface-glass-solid);
        --surface-border-light: #DDE4EC;
        --surface-footer: var(--surface-accent);
        --surface-footer-bottom: var(--surface-primary);
        --surface-cta-band: var(--surface-primary);
        --surface-section: var(--surface-section-solid);
        --surface-section-edge: var(--surface-section-edge-solid);
        --surface-section-border: var(--surface-section-border-solid);
    }
}
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
:root {
    --color-primary: #1B3A6B;
    --color-primary-hover: #234881;
    --color-accent: #0E7490;
    --color-accent-hover: #0B6578;
    --color-accent-soft: #E6F4F7;
    --color-text: #1E293B;
    --color-text-muted: #64748B;
    --color-text-inverse: #FFFFFF;
    --color-bg: #FFFFFF;
    --color-bg-alt: #F4F7FA;
    --color-border: #DDE4EC;
    --font: Plus Jakarta Sans, system-ui, -apple-system, sans-serif;
    --font-display: Plus Jakarta Sans, system-ui, -apple-system, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    --container: 1180px;
    --header-h: 84px;
    --radius: 6px;
    --radius-lg: 10px;
    --radius-xl: 12px;
    --space-1: 0.5rem;
    --space-2: 1rem;
    --space-3: 1.5rem;
    --space-4: 2rem;
    --space-5: 3rem;
    --space-6: 4.5rem;
    --shadow-header: 0 2px 8px rgba(15, 23, 42, 0.12), 0 1px 3px rgba(15, 23, 42, 0.08);
    --shadow-card: 0 4px 16px rgba(15, 23, 42, 0.10);
    --shadow-card-hover: 0 8px 24px rgba(15, 23, 42, 0.14);
    --shadow-card-accent: 0 10px 26px rgba(124, 179, 66, 0.35);
    --shadow-footer: 0 -2px 8px rgba(15, 23, 42, 0.12), 0 -12px 28px rgba(15, 23, 42, 0.1);
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.75rem;
    --text-2xl: 2.25rem;
    --text-3xl: 3rem;
    --transition: 0.2s ease;
}
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: auto;
    font-family: Plus Jakarta Sans, system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
body {
    position: relative;
    overflow-x: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(244 247 250 / var(--tw-bg-opacity, 1));
}
body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    background-color: var(--color-bg-alt);
    background-image: url('/assets/hintergrund.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: translateZ(0);
}
body.menu-open {
    overflow: hidden;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
}
a {
    --tw-text-opacity: 1;
    color: rgb(27 58 107 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: ease;
    transition-duration: 200ms;
}
ul {
    list-style: none;
}
:focus-visible {
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #0E7490;
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1180px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.skip-link {
    position: absolute;
    top: -100%;
    left: 16px;
    z-index: 2000;
    padding: 10px 16px;
    background: var(--color-primary);
    color: var(--color-text-inverse);
    border-radius: var(--radius);
    font-weight: 600;
    font-size: var(--text-sm);
}
.skip-link:focus {
    top: 16px;
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}
/* ── Typography ── */
h1, h2 {
    font-family: Plus Jakarta Sans, system-ui, -apple-system, sans-serif;
    font-weight: 700;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(27 58 107 / var(--tw-text-opacity, 1));
    letter-spacing: -0.03em;
}
h3, h4 {
    font-family: Plus Jakarta Sans, system-ui, -apple-system, sans-serif;
    font-weight: 700;
    line-height: 1.375;
    letter-spacing: -0.025em;
    --tw-text-opacity: 1;
    color: rgb(27 58 107 / var(--tw-text-opacity, 1));
}
h1 {
    font-size: clamp(2.4rem, 4vw + 1rem, 3.6rem);
    line-height: 1.04;
    letter-spacing: -0.025em;
}
h2 {
    font-size: clamp(1.9rem, 2.4vw + 1rem, 2.6rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
}
h3 {
    font-size: 1.125rem;
    line-height: 1.7;
    font-weight: 600;
}
h4 {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600;
}
p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
p:last-child {
    margin-bottom: 0px;
}
/* ── Sections (einheitliches Raster) ── */
.section {
    position: relative;
    z-index: 1;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    background-color: var(--surface-section);
    border-top: 1px solid var(--surface-section-edge);
    border-bottom: 1px solid var(--surface-section-border);
    box-shadow: var(--surface-section-shadow);
    contain: layout style paint;
}
@supports (backdrop-filter: blur(1px)) {
    @media (prefers-reduced-transparency: no-preference) {
        .section,
        .section-hero {
            backdrop-filter: blur(10px) saturate(1.05);
            -webkit-backdrop-filter: blur(10px) saturate(1.05);
        }
    }
}
section[id] {
    scroll-margin-top: 84px;
}
.section-head {
    margin-bottom: 3rem;
    text-align: left;
}
.section-head--right {
    text-align: right;
}
.section-head--right h2,
.section-head--right .section-desc {
    margin-left: auto;
}
.section-label {
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    --tw-text-opacity: 1;
    color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.section-label::before {
    content: '';
    height: 1px;
    width: 1.75rem;
    background-color: #7DB8CC;
}
.section-label__num {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(27 58 107 / var(--tw-text-opacity, 1));
}
.section-head h2 {
    margin-bottom: 1rem;
    max-width: 28ch;
}
.section-desc {
    max-width: 56ch;
    font-size: 1.125rem;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
/* ── Panel (einheitliche Karten) ── */
.panel {
    border-radius: 10px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(221 228 236 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    box-shadow: var(--shadow-card);
}
/* ── Buttons ── */
.btn {
    display: inline-flex;
    min-height: 2.75rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border-width: 1px;
    border-color: transparent;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: Plus Jakarta Sans, system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: ease;
    transition-duration: 200ms;
}
.btn-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(27 58 107 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(35 72 129 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-accent {
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-accent:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(11 101 120 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-secondary {
    --tw-border-opacity: 1;
    border-color: rgb(221 228 236 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(27 58 107 / var(--tw-text-opacity, 1));
}
.btn-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(27 58 107 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(27 58 107 / var(--tw-text-opacity, 1));
}
.btn-secondary {
    background-color: var(--color-accent-soft);
}
.btn-secondary:hover {
    background-color: var(--color-bg-alt);
}
.btn-lg {
    min-height: 52px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.125rem;
    line-height: 1.7;
}
.btn-ghost {
    border: 1px solid var(--border-on-dark);
    background-color: var(--surface-primary);
    color: var(--text-on-dark);
}
.btn-ghost:hover {
    border-color: var(--text-on-dark);
    background-color: var(--color-primary-hover);
    color: var(--text-on-dark);
}
.btn-block {
    display: flex;
    width: 100%;
}
/* ── Header ── */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: var(--surface-header);
    box-shadow: var(--shadow-header);
    transition: background-color var(--transition), box-shadow var(--transition);
    contain: layout style;
}
.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);
}
.header--scrolled {
    background-color: var(--surface-header-scrolled);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.14), 0 2px 6px rgba(15, 23, 42, 0.1);
}
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--header-h);
}
.logo {
    display: flex;
    flex-direction: column;
    gap: 1px;
    color: var(--color-primary);
}
.logo:hover { color: var(--color-primary); }
.logo-text {
    font-size: var(--text-lg);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.logo-tagline {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-accent);
}
.header .logo--image {
    display: block;
    line-height: 0;
}
.header .logo-img {
    display: block;
    height: 52px;
    width: auto;
    max-width: min(280px, 45vw);
}
.main-nav {
    display: flex;
    align-items: center;
}
.nav-links {
    display: flex;
    gap: 32px;
    align-items: center;
}
.nav-links a {
    font-size: var(--text-base);
    font-weight: 500;
    color: var(--color-text);
}
.nav-links a:not(.btn) {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}
.nav-links a:not(.btn)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: width var(--transition);
}
.nav-links a:not(.btn):hover,
.nav-links a:not(.btn).active {
    color: var(--color-primary);
}
.nav-links a:not(.btn):hover::after,
.nav-links a:not(.btn).active::after {
    width: 100%;
}
.nav-links a.btn-primary {
    color: var(--color-text-inverse);
    font-size: var(--text-sm);
    padding: 0 20px;
    min-height: 40px;
}
.nav-links a.btn-primary:hover {
    background: var(--color-primary-hover);
    color: var(--color-text-inverse);
}
.nav-links a.btn-accent {
    color: var(--color-text-inverse);
    font-size: var(--text-sm);
    padding: 0 20px;
    min-height: 40px;
}
.nav-links a.btn-accent:hover {
    background: var(--color-accent-hover);
    color: var(--color-text-inverse);
}
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: none;
    border: none;
    cursor: pointer;
}
.mobile-menu-toggle .bar {
    height: 2px;
    width: 100%;
    background: var(--color-primary);
    border-radius: 1px;
    transition: transform var(--transition), opacity var(--transition);
}
.mobile-menu-toggle.active .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle.active .bar:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.active .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
/* ── Hero ── */
.section-hero {
    position: relative;
    margin: 0 0 var(--space-5);
    padding-top: calc(var(--header-h) + var(--space-6));
    padding-bottom: var(--space-6);
    background-color: var(--surface-section);
    border-top: 1px solid var(--surface-section-edge);
    border-bottom: 1px solid var(--surface-section-border);
    box-shadow: var(--surface-section-shadow);
}
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-mono);
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: var(--space-3);
}
.hero-eyebrow::before {
    content: '';
    width: 28px;
    height: 1px;
    background: #5BA4B8;
}
.hero-content h1 {
    margin-bottom: var(--space-3);
    max-width: 14ch;
}
.hero-lead {
    max-width: 42ch;
    margin-bottom: var(--space-4);
    line-height: 1.75;
    font-size: var(--text-lg);
    color: var(--color-text);
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
}
.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-1) var(--space-3);
    margin-top: var(--space-4);
}
.hero-trust li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--color-text);
}
.hero-trust__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-accent-soft);
    color: var(--color-accent);
    font-size: 0.7rem;
    font-weight: 700;
    flex-shrink: 0;
}
.hero-media {
    display: flex;
    justify-content: flex-end;
}
.hero-media .panel {
    width: 100%;
    max-width: 520px;
    padding: var(--space-1);
    overflow: hidden;
    border-radius: var(--radius-lg);
}
.hero-media img {
    width: 100%;
    aspect-ratio: 5 / 4;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: calc(var(--radius-lg) - 2px);
}
.hero-media .gallery-slider {
    width: 100%;
    max-width: 520px;
}
.gallery-slider--hero.panel {
    background-color: var(--surface-hero-panel);
    border: 1px solid var(--surface-border-light);
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}
@supports (backdrop-filter: blur(1px)) {
    @media (prefers-reduced-transparency: no-preference) {
        .gallery-slider--hero.panel {
            backdrop-filter: blur(12px) saturate(1.06);
            -webkit-backdrop-filter: blur(12px) saturate(1.06);
        }
    }
}
.gallery-slider--hero .gallery-slide img {
    aspect-ratio: 5 / 4;
}
/* ── Features ── */
.section-features {
    padding: var(--space-6) 0;
}
.feature-card {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    text-align: left;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
    transition: transform var(--transition), box-shadow var(--transition);
}
.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card-hover), var(--shadow-card-accent);
}
.feature-card__media {
    flex: 0 0 38%;
    border-right: 1px solid var(--color-border);
    overflow: hidden;
}
.feature-card__media img {
    width: 100%;
    height: 100%;
    min-height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}
.feature-card__body {
    padding: var(--space-3);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.feature-card h3 {
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 6px;
    line-height: 1.3;
}
.feature-card p {
    font-size: var(--text-base);
    margin: 0;
    line-height: 1.6;
}
/* ── About ── */
.about-text {
    text-align: left;
}
.about-text .section-label {
    margin-bottom: var(--space-1);
    font-size: 0.95rem;
    line-height: 1.5;
}
.about-text h2 {
    margin-bottom: var(--space-3);
}
.about-text p:not(.section-label) {
    max-width: none;
    font-size: var(--text-lg);
    line-height: 1.7;
}
.about-media {
    width: 100%;
}
/* ── Services ── */
.service-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform var(--transition), box-shadow var(--transition);
}
.service-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card-hover), var(--shadow-card-accent);
}
.service-card__media {
    overflow: hidden;
    border-bottom: 1px solid var(--color-border);
}
.service-card__image {
    width: 100%;
    aspect-ratio: 3 / 2;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.service-card:hover .service-card__image {
    transform: scale(1.04);
}
.service-card__body {
    padding: var(--space-3) var(--space-4) var(--space-4);
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-1);
    text-align: left;
}
.service-card__index {
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    font-weight: 600;
    letter-spacing: 0.12em;
    color: var(--color-accent);
    padding-bottom: var(--space-1);
    border-bottom: 1px solid var(--color-border);
}
.service-card__body h3 {
    margin: 0;
    line-height: 1.3;
}
.service-card__body p {
    font-size: var(--text-base);
    margin: 0;
    line-height: 1.65;
    flex: 1;
}
/* ── Gallery ── */
.gallery-slider {
    position: relative;
}
.gallery-slider.panel {
    padding: var(--space-2);
    border-radius: var(--radius-xl);
}
.gallery-slider__viewport {
    overflow: hidden;
    border-radius: calc(var(--radius-xl) - 4px);
}
.gallery-slider__track {
    display: flex;
    transition: transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.gallery-slide {
    flex: 0 0 100%;
    width: 100%;
}
.gallery-slide img {
    width: 100%;
    aspect-ratio: 3 / 2;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: calc(var(--radius-xl) - 4px);
}
.gallery-slider__controls {
    position: absolute;
    bottom: calc(var(--space-3) + var(--space-2));
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: var(--space-2);
}
.gallery-slider__btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
}
.gallery-slider__dots {
    display: flex;
    gap: 6px;
}
.gallery-slider__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-border);
    border: none;
    cursor: pointer;
    padding: 0;
}
.gallery-slider__dot.active {
    background: var(--color-bg);
}
/* ── Contact ── */
.contact-info {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: var(--space-4);
    background: var(--color-primary);
    color: var(--color-text-inverse);
    border-radius: var(--radius-xl);
}
.contact-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3) var(--space-4);
    margin-bottom: var(--space-4);
}
.contact-list > div {
    text-align: left;
}
.contact-list__item--full {
    grid-column: 1 / -1;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: var(--space-2);
}
.contact-list__item--full dt {
    margin-bottom: 0;
}
.contact-list__item--full dd a {
    white-space: nowrap;
}
.contact-list dt {
    font-size: var(--text-base);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-on-primary-label);
    margin-bottom: 4px;
    line-height: 1.3;
}
.contact-list dd {
    font-size: var(--text-lg);
    color: var(--color-text-inverse);
    margin: 0;
    line-height: 1.5;
}
.contact-list a {
    color: var(--color-text-inverse);
}
.contact-list a:hover {
    color: var(--color-accent-soft);
}
.contact-map {
    position: relative;
    flex: 1;
    min-height: 220px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #e8eaed;
    display: flex;
    flex-direction: column;
}
.contact-map__link {
    position: relative;
    display: block;
    flex: 1;
    min-height: 200px;
    overflow: hidden;
}
.contact-map__link:hover .contact-map__image,
.contact-map__link:focus-visible .contact-map__image {
    opacity: 0.92;
}
.contact-map__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: opacity var(--transition);
}
.contact-map__hint {
    position: absolute;
    left: 50%;
    bottom: var(--space-2);
    z-index: 2;
    padding: 0.4rem 0.85rem;
    font-size: var(--text-sm);
    font-weight: 600;
    line-height: 1.3;
    color: var(--color-primary);
    background: rgba(255, 255, 255, 0.94);
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-50%) translateY(0.35rem);
    transition: opacity var(--transition), transform var(--transition);
}
.contact-map__link:hover .contact-map__hint,
.contact-map__link:focus-visible .contact-map__hint {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.contact-map__pin {
    position: absolute;
    left: 26.26%;
    top: 47.22%;
    z-index: 1;
    width: 2rem;
    height: 2.625rem;
    pointer-events: none;
    transform: translate(-50%, -100%);
    filter: drop-shadow(0 2px 4px rgba(15, 23, 42, 0.35));
}
.contact-map__pin svg {
    display: block;
    width: 100%;
    height: 100%;
}
.contact-map__attribution {
    margin: 0;
    padding: var(--space-1) var(--space-2);
    font-size: var(--text-sm);
    line-height: 1.4;
    color: var(--color-text-muted);
    background: #e2e8f0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}
.contact-map__attribution a {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.contact-map__attribution a:hover {
    color: var(--color-primary-hover);
}
.contact-form-wrap {
    padding: var(--space-4);
    border-radius: var(--radius-xl);
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3);
}
.form-group {
    margin-bottom: var(--space-3);
}
.form-group label {
    display: block;
    font-size: var(--text-base);
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 6px;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    font-family: inherit;
    font-size: var(--text-base);
    color: var(--color-text);
    background: var(--color-bg);
    box-shadow: inset 0 2px 4px rgba(15, 23, 42, 0.1);
    transition: border-color var(--transition), box-shadow var(--transition);
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: inset 0 2px 5px rgba(15, 23, 42, 0.14);
}
.form-group textarea {
    resize: vertical;
    min-height: 120px;
}
.form-note {
    font-size: var(--text-sm);
    color: var(--color-text-muted);
    margin-top: var(--space-2);
}
.form-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
.form-status {
    padding: var(--space-2) var(--space-3);
    margin-bottom: var(--space-3);
    border-radius: var(--radius);
    font-size: var(--text-sm);
    font-weight: 500;
    line-height: 1.5;
}
.form-status:focus {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}
.form-status--success {
    background: #ecfdf5;
    border: 1px solid #6ee7b7;
    color: #065f46;
}
.form-status--error {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}
/* ── Philosophie-Zitat ── */
.about-quote {
    position: relative;
    width: 100%;
    margin-top: var(--space-5);
    padding: var(--space-5);
    background-color: var(--surface-footer);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.22), 0 2px 10px rgba(15, 23, 42, 0.14);
    text-align: center;
    color: var(--color-text-inverse);
}
@supports (backdrop-filter: blur(1px)) {
    @media (prefers-reduced-transparency: no-preference) {
        .about-quote {
            backdrop-filter: blur(10px) saturate(1.08);
            -webkit-backdrop-filter: blur(10px) saturate(1.08);
        }
    }
}
.about-quote p {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 1.4vw + 1rem, 2rem);
    font-style: italic;
    font-weight: 600;
    line-height: 1.4;
    color: var(--color-text-inverse);
    margin-bottom: var(--space-2);
    max-width: none;
}
.about-quote cite {
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--text-on-dark-muted);
}
/* ── CTA-Band ── */
.cta-band {
    position: relative;
    z-index: 1;
    margin: var(--space-5) 0;
    padding: var(--space-5) 0;
    background-color: var(--surface-cta-band);
    color: var(--color-text-inverse);
}
@supports (backdrop-filter: blur(1px)) {
    @media (prefers-reduced-transparency: no-preference) {
        .cta-band {
            backdrop-filter: blur(10px) saturate(1.08);
            -webkit-backdrop-filter: blur(10px) saturate(1.08);
        }
    }
}
.cta-band__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    flex-wrap: wrap;
}
.cta-band__text h2 {
    color: var(--color-text-inverse);
    margin-bottom: var(--space-1);
    max-width: 20ch;
}
.cta-band__text p {
    color: var(--text-on-dark-soft);
    max-width: 46ch;
    margin: 0;
}
.cta-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
}
.cta-band__actions .btn-ghost {
    background-color: var(--color-accent-soft);
    border: 1px solid var(--color-border);
    color: var(--color-primary);
}
.cta-band__actions .btn-ghost:hover {
    background-color: var(--color-bg-alt);
    border-color: var(--color-primary);
    color: var(--color-primary);
}
/* ── Footer ── */
.footer {
    position: relative;
    z-index: 2;
    background-color: var(--surface-footer);
    color: var(--color-text-inverse);
    padding-top: var(--space-4);
    box-shadow: var(--shadow-footer);
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-4);
    padding-bottom: var(--space-5);
}
.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: var(--space-4);
    border-bottom: 1px solid var(--border-on-dark-subtle);
}
.footer-col {
    text-align: center;
}
@media (min-width: 576px) and (max-width: 991px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        -moz-column-gap: var(--space-5);
             column-gap: var(--space-5);
        row-gap: var(--space-4);
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}
@media (min-width: 992px) {
    .footer {
        padding-top: var(--space-6);
    }

    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr;
        -moz-column-gap: var(--space-6);
             column-gap: var(--space-6);
        row-gap: var(--space-4);
        padding-bottom: var(--space-5);
    }

    .footer-brand {
        align-items: flex-start;
        text-align: left;
        padding-bottom: 0;
        border-bottom: none;
    }

    .footer-col {
        text-align: left;
    }
}
@supports (backdrop-filter: blur(1px)) {
    @media (prefers-reduced-transparency: no-preference) {
        .footer,
        .footer-bottom {
            backdrop-filter: blur(10px) saturate(1.08);
            -webkit-backdrop-filter: blur(10px) saturate(1.08);
        }
    }
}
.footer-brand .logo-text {
    color: var(--color-text-inverse);
    font-size: var(--text-base);
    display: block;
    margin-bottom: var(--space-1);
}
@media (min-width: 992px) {
    .footer-brand .logo-text {
        font-size: var(--text-lg);
        margin-bottom: var(--space-2);
    }
}
.footer-brand__tagline {
    color: var(--text-on-dark-muted);
    font-size: var(--text-sm);
    max-width: 28rem;
    line-height: 1.5;
    margin-bottom: 0;
}
.footer-brand__logo {
    display: block;
    margin-top: var(--space-3);
    max-width: 200px;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: var(--radius);
    padding: var(--space-1) var(--space-2);
}
@media (min-width: 992px) {
    .footer-brand__tagline {
        max-width: 300px;
        line-height: 1.6;
    }

    .footer-brand__logo {
        margin-top: var(--space-4);
        max-width: 260px;
        border-radius: var(--radius-lg);
        padding: var(--space-2) var(--space-3);
    }
}
.footer-col h4 {
    color: var(--color-text-inverse);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: var(--space-2);
}
@media (min-width: 992px) {
    .footer-col h4 {
        font-size: var(--text-sm);
        margin-bottom: var(--space-3);
    }

    .footer-col li {
        margin-bottom: 8px;
    }
}
.footer-col li {
    margin-bottom: 4px;
}
.footer-col a {
    display: inline-block;
    padding: 2px 0;
    color: var(--text-on-dark-muted);
    font-size: var(--text-sm);
}
.footer-col a:hover {
    color: var(--color-text-inverse);
}
.footer-bottom {
    background-color: var(--surface-footer-bottom);
    border-top: 1px solid var(--border-on-dark-subtle);
    padding: var(--space-2) 0;
    text-align: center;
}
@media (min-width: 992px) {
    .footer-bottom {
        padding: var(--space-3) 0;
    }
}
.footer-bottom p {
    font-size: var(--text-sm);
    color: var(--text-on-dark-muted);
    margin: 0;
}
/* ── Legal ── */
.legal-page {
    padding-top: calc(var(--header-h) + var(--space-4));
    padding-bottom: var(--space-6);
}
.legal-page > .container {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    padding: var(--space-5) var(--space-4);
    margin-bottom: var(--space-4);
}
.legal-page h1 {
    font-size: var(--text-2xl);
    margin-bottom: var(--space-4);
}
.legal-page h2 {
    font-size: var(--text-xl);
    margin-top: var(--space-5);
    margin-bottom: var(--space-2);
}
.legal-page h3 {
    font-size: var(--text-lg);
    font-weight: 600;
    margin-top: var(--space-3);
    margin-bottom: var(--space-2);
}
.legal-page p,
.legal-page li {
    font-size: var(--text-lg);
    line-height: 1.7;
}
.legal-page ul {
    list-style: disc;
    padding-left: 1.35rem;
    margin-bottom: var(--space-3);
}
.legal-page li {
    margin-bottom: var(--space-1);
    color: var(--color-text-muted);
}
.legal-page li:last-child {
    margin-bottom: 0;
}
.legal-page a {
    font-size: inherit;
}
/* ── Responsive ── */
@media (max-width: 991px) {
    .footer {
        padding-top: var(--space-5);
    }

    .cta-band__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-media {
        justify-content: center;
    }

    .footer-col + .footer-col {
        padding-top: var(--space-3);
        border-top: 1px solid var(--border-on-dark-subtle);
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .footer-col + .footer-col {
        padding-top: 0;
        border-top: none;
    }
}
@media (max-width: 768px) {
    .header .logo-img {
        height: 44px;
        max-width: min(220px, 55vw);
    }

    .section {
        padding: var(--space-5) 0;
    }

    .section-hero {
        padding-top: calc(var(--header-h) + var(--space-4));
    }

    .mobile-menu-toggle { display: flex; }

    .nav-links {
        position: fixed;
        top: var(--header-h);
        left: 0;
        width: 100%;
        height: calc(100vh - var(--header-h));
        background: rgba(255, 255, 255, 0.85);
        flex-direction: column;
        justify-content: center;
        gap: var(--space-4);
        padding-bottom: 22vh;
        transform: translateX(-100%);
        z-index: 999;
        border-top: 1px solid var(--surface-border-light);
    }

    @supports (backdrop-filter: blur(1px)) {
        .nav-links {
            backdrop-filter: blur(12px) saturate(1.05);
            -webkit-backdrop-filter: blur(12px) saturate(1.05);
        }
    }

    @media (prefers-reduced-transparency: reduce) {
        .nav-links {
            background: var(--color-bg);
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
        }
    }

    .nav-links.active {
        transform: translateX(0);
        transition: transform 0.35s ease;
    }

    .nav-links li { text-align: center; }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn,
    .cta-band__actions .btn {
        width: 100%;
    }

    .cta-band__actions {
        width: 100%;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .gallery-slide img {
        aspect-ratio: 16 / 10;
    }
}
@media (max-width: 576px) {
    .feature-card {
        flex-direction: column;
    }

    .feature-card__media {
        flex: none;
        border-right: none;
        border-bottom: 1px solid var(--color-border);
    }

    .feature-card__media img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .contact-list {
        grid-template-columns: 1fr;
    }
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.z-\[1\] {
    z-index: 1;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-auto {
    height: auto;
}
.h-px {
    height: 1px;
}
.min-h-11 {
    min-height: 2.75rem;
}
.min-h-\[52px\] {
    min-height: 52px;
}
.w-full {
    width: 100%;
}
.max-w-\[28ch\] {
    max-width: 28ch;
}
.max-w-\[480px\] {
    max-width: 480px;
}
.max-w-\[56ch\] {
    max-width: 56ch;
}
.max-w-container {
    max-width: 1180px;
}
.flex-shrink {
    flex-shrink: 1;
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
    cursor: pointer;
}
.resize {
    resize: both;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-center {
    align-items: center;
}
.items-stretch {
    align-items: stretch;
}
.justify-center {
    justify-content: center;
}
.gap-12 {
    gap: 3rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-8 {
    gap: 2rem;
}
.rounded {
    border-radius: 6px;
}
.rounded-lg {
    border-radius: 10px;
}
.border {
    border-width: 1px;
}
.border-border {
    --tw-border-opacity: 1;
    border-color: rgb(221 228 236 / var(--tw-border-opacity, 1));
}
.border-transparent {
    border-color: transparent;
}
.bg-accent {
    --tw-bg-opacity: 1;
    background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}
.bg-bg-alt {
    --tw-bg-opacity: 1;
    background-color: rgb(244 247 250 / var(--tw-bg-opacity, 1));
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(27 58 107 / var(--tw-bg-opacity, 1));
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-\[4\.5rem\] {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.font-display {
    font-family: Plus Jakarta Sans, system-ui, -apple-system, sans-serif;
}
.font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.font-sans {
    font-family: Plus Jakarta Sans, system-ui, -apple-system, sans-serif;
}
.text-\[0\.95rem\] {
    font-size: 0.95rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.6;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.7;
}
.font-bold {
    font-weight: 700;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.italic {
    font-style: italic;
}
.leading-relaxed {
    line-height: 1.625;
}
.leading-snug {
    line-height: 1.375;
}
.leading-tight {
    line-height: 1.25;
}
.tracking-tight {
    letter-spacing: -0.025em;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(27 58 107 / var(--tw-text-opacity, 1));
}
.text-text {
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-text-inverse {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-text-muted {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.underline {
    text-decoration-line: underline;
}
.no-underline {
    text-decoration-line: none;
}
.outline {
    outline-style: solid;
}
.outline-2 {
    outline-width: 2px;
}
.outline-offset-2 {
    outline-offset: 2px;
}
.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: ease;
    transition-duration: 200ms;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: ease;
    transition-duration: 200ms;
}
.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(27 58 107 / var(--tw-border-opacity, 1));
}
.hover\:bg-accent-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(11 101 120 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(35 72 129 / var(--tw-bg-opacity, 1));
}
@media (min-width: 576px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .lg\:max-w-none {
        max-width: none;
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-\[0\.9fr_1\.1fr\] {
        grid-template-columns: 0.9fr 1.1fr;
    }
    .lg\:grid-cols-\[1\.3fr_0\.85fr\] {
        grid-template-columns: 1.3fr 0.85fr;
    }
    .lg\:gap-\[clamp\(2rem\2c 4vw\2c 4\.5rem\)\] {
        gap: clamp(2rem, 4vw, 4.5rem);
    }
}
