:root {
    --nav-bg: #427291;
    --white: #ffffff;
    --bg-color: #ffffff;
    --text-primary: #111111;
    --text-secondary: #4B5563;
    --nav-hover: #A0C4FF;
    --tag-bg: #E5E7EB;
    --tag-bg-hover: #D1D5DB;
    --shadow-color: rgba(11, 27, 61, 0.1);
    --shadow-color-strong: rgba(11, 27, 61, 0.2);
    --btn-color: #0d171d;
    --btn-hover: #1a2c38;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Manrope', sans-serif;
    overflow-x: hidden;
}

body {
    background-color: var(--bg-color);
    overflow-x: hidden;
    /* Verhindert Wackeln durch horizontale Scrollbalken */
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1000;
    /* Stellt sicher, dass Logo und Nav immer auf der obersten Ebene (über dem Bild) sind */
    pointer-events: none;
    /* Klicks durch den leeren Raum erlauben */
}

.logo-container {
    pointer-events: auto;
}

.burger-menu {
    display: none;
    /* Auf Desktop unsichtbar */
}

.logo {
    text-decoration: none;
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-color);
    display: flex;
    align-items: center;
}

.logo img {
    max-height: 45px;
    /* Kleiner gesetzt, damit es filigraner wirkt */
    width: auto;
    object-fit: contain;
}

.main-nav {
    pointer-events: auto;
    background-color: var(--nav-bg);
    padding: 1rem 2rem;
    border-radius: 8px;
    /* Oder runder, wie man möchte */
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.main-nav a {
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
    /* Notwendig für Transform-Animationen */
    transition: all 0.3s ease;
}

.main-nav a:hover {
    color: var(--nav-hover);
    /* Ein sanftes Hellblau */
    transform: scale(1.05) translateY(-1px);
    /* Leichtes Vergrößern und minimal nach oben schieben */
}

/* Hero Section */
.hero {
    /* Weniger Abstand unten, damit das Bild näher an der Headline ist */
    padding: 200px 2rem 2rem 2rem;
    width: 100%;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.hero.fade-out {
    opacity: 0;
    transform: translateY(-20px);
    /* Schiebt sich beim Ausblenden leicht nach oben */
    pointer-events: none;
}

.hero-text-content {
    position: relative;
    z-index: 20;
    margin-bottom: 2rem;
}

.hero-text-content h1 {
    font-size: clamp(1.8rem, 6vw, 4.4rem);
    /* Genau der Sweetspot: Größer als am Anfang, aber bricht nicht um */
    font-weight: 400;
    /* Beides in der gleichen Dicke (Regular, nicht ganz so dick) */
    line-height: 1.1;
    letter-spacing: -1.5px;
    /* Minimal enger für die perfekte Breite */
    margin-bottom: 0.2rem;
}

.hero-text-content .text-black {
    color: var(--text-primary);
    font-weight: 700;
    font-size: clamp(2.4rem, 8vw, 5.5rem);
    /* Ein tiefes, edles Schwarz */
}

/* Subheadline mit Wechselanimation */
.hero-subheadline {
    font-size: clamp(1.8rem, 6vw, 4.4rem);
    /* Gleiche Größe wie h1 */
    font-weight: 200;
    /* Noch dünner */
    color: var(--text-secondary);
    /* Mittel- bis hellgrau */
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-top: 0.5rem;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
}

.text-rotator {
    display: inline-grid;
}

.text-rotator .word {
    grid-area: 1 / 1;
    opacity: 0;
    animation: spinWords 8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

.text-rotator .w-1 {
    animation-delay: 0s;
}

.text-rotator .w-2 {
    animation-delay: 2s;
}

.text-rotator .w-3 {
    animation-delay: 4s;
}

.text-rotator .w-4 {
    animation-delay: 6s;
}

@keyframes spinWords {
    0% {
        opacity: 0;
        transform: translateY(-15px);
    }

    5%,
    20% {
        opacity: 1;
        transform: translateY(0);
    }

    25%,
    100% {
        opacity: 0;
        transform: translateY(15px);
    }
}

/* Service Kästen unter der Headline */
.hero-services {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    /* Abstand zur Überschrift */
    flex-wrap: wrap;
    /* Bricht um, wenn der Platz nicht reicht */
}

/* Spezifisch für die oberen Hero-Kästen (Mobile: Grid, Desktop: 1 Reihe) */
.hero .hero-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 992px) {
    .hero .hero-services {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

.service-tag {
    background-color: var(--tag-bg);
    /* Hellgrau */
    color: var(--text-primary);
    /* Schwarzer Text */
    text-decoration: none;
    font-weight: 600;
    padding: 1rem 1rem;
    border-radius: 8px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-tag:hover {
    background-color: var(--tag-bg-hover);
    /* Beim Hover ein minimal dunkleres Grau */
    transform: translateY(-2px);
    /* Leichtes Anheben */
}

.hero-text-content .text-blue {
    color: var(--nav-bg);
    /* Das Blau aus der Navigation */
}

/* Neue Scroll Trigger Sektion */
.image-trigger-section {
    position: relative;
    width: 100%;
    height: 70vh;
    /* Feste Höhe verhindert das Wackeln/Jittering beim Scrollen */
    margin-top: 2rem;
}

.image-grow-wrapper {
    position: absolute;
    /* Nimmt das Bild aus dem Layout-Flow */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* Exaktes Zentrieren ohne vw (verhindert Scrollbar-Wackeln) */
    width: calc(100% - 4rem);
    /* Gleicher Abstand wie Header (2rem links/rechts) */
    height: 70vh;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px var(--shadow-color);
    /* Animiert die Vergrößerung weich, wenn die Klasse hinzugefügt wird */
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.image-grow-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.25); /* Zoomt das Bild herein, um die Ränder abzuschneiden */
}

/* Der Zustand, wenn das Bild reingescrollt wurde */
.image-grow-wrapper.is-fullscreen {
    width: 100%;
    /* Verhindert Wackeln durch Scrollbalken, da 100% relativ zum Body ist */
    height: 100dvh;
    border-radius: 0;
    transform: translate(-50%, -30vh);
    /* Schiebt sich hoch und bleibt zentriert */
    box-shadow: none;
}

/* Gradient Overlay */
.image-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Zwei kombinierte Verläufe: 
       1. Von unten nach oben für den nahtlosen Übergang in die weiße Sektion 
       2. Von links nach rechts für den CTA Button */
    background:
        linear-gradient(to top, #ffffff 0%, #ffffff 15%, rgba(255, 255, 255, 0) 40%),
        linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 60%);
    opacity: 0;
    /* Unsichtbar am Anfang */
    transition: opacity 0.8s ease 0.3s;
    /* Erscheint leicht verzögert */
    pointer-events: none;
    /* Blockiert keine Klicks */
}

.image-grow-wrapper.is-fullscreen .image-gradient-overlay {
    opacity: 1;
}

/* Button im Bild */
.image-button {
    position: absolute;
    top: 2rem;
    /* Weiter oben im Bild, damit man ihn direkt sieht */
    left: 2rem;
    /* Startet linksbündig wie die Headline */
    background-color: transparent;
    /* KEIN Hintergrund! */
    padding: 0;
    transform: translateY(0);
    color: var(--white);
    /* Text ist weiß bevor das Bild groß wird */

    /* Riesige Schrift */
    font-size: 7.5vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -3px;

    /* Dickerer Unterstrich passend zur riesigen Schrift */
    text-decoration: none;
    border-bottom: 8px solid currentColor;
    padding-bottom: 8px;

    display: inline-flex;
    align-items: center;
    gap: 1rem;
    /* Pfeil direkt am Text */

    opacity: 1;
    /* Von Anfang an sichtbar */
    transition: top 0.8s cubic-bezier(0.25, 1, 0.5, 1),
        transform 0.8s cubic-bezier(0.25, 1, 0.5, 1),
        border-color 0.3s ease, color 0.3s ease;
    z-index: 10;
}

.image-button .material-symbols-rounded {
    font-size: 7.5vw;
    /* Icon exakt so groß wie der Text */
    font-variation-settings: 'wght' 400;
    /* Passt die Dicke exakt an die Schrift an */
}

.image-grow-wrapper.is-fullscreen .image-button {
    top: 50%;
    transform: translateY(-50%);
    /* Zieht es exakt in die vertikale Mitte */
    color: var(--btn-color);
    /* Wechselt zu dunkel */
}

.image-button:hover {
    border-color: transparent;
    /* Unterstrich verschwindet sanft */
}

/* Nächste Sektion (Über Uns) */
.content-section {
    background-color: var(--white);
    /* Weiß, damit das Bild nahtlos hineinfadet */
    width: 100%;
    min-height: 100vh;
    padding: 6rem 2rem; /* Zurück zum Standard-Padding */
    position: relative;
    z-index: 5;
    margin-top: -2px;
    /* Zieht die Sektion 2 Pixel nach oben, um browserbedingte 1px-Rundungsfehler-Blitzer zu verhindern */
    display: flex;
    flex-direction: column; /* Damit Text und Grid untereinander stehen */
    align-items: center;
    justify-content: center; /* Das Grid bleibt exakt in der Mitte */
}

/* Dekorativer Wasserstrahl Hintergrund (angelehnt an das Referenzdesign) */
.water-jet-bg {
    --ju: max(1vw, 10px); /* Minimal unit is 15px to keep massive scaling on mobile */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.water-jet-bg div {
    position: absolute;
    transform: rotate(-8deg); /* Alle Balken im gleichen sanften Winkel */
}

.jet-main {
    background-color: var(--nav-bg);
    width: calc(150 * var(--ju));
    height: calc(24 * var(--ju));
    top: 40%;
    left: calc(-25 * var(--ju));
    display: flex;
    align-items: center;
    justify-content: center;
}

.jet-main-text {
    font-size: 15vw; /* Riesig und wächst mit dem Bildschirm */
    font-weight: 800;
    color: rgba(255, 255, 255, 0.15); /* Weiß und leicht transparent */
    letter-spacing: 0.5rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.jet-splash-1 {
    background-color: #ffffff;
    width: calc(21 * var(--ju));
    height: calc(1 * var(--ju));
    top: calc(40% + 1 * var(--ju));
    left: calc(10 * var(--ju));
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.jet-splash-2 {
    background-color: var(--nav-hover);
    width: calc(31 * var(--ju));
    height: calc(1.2 * var(--ju));
    top: calc(40% + 23 * var(--ju));
    right: calc(-10 * var(--ju));
}

.jet-splash-3 {
    background-color: #E5E7EB;
    width: calc(13 * var(--ju));
    height: calc(0.8 * var(--ju));
    top: calc(40% - 5 * var(--ju));
    right: calc(22 * var(--ju));
}

.jet-splash-4 {
    background-color: var(--nav-hover);
    width: calc(18 * var(--ju));
    height: calc(0.9 * var(--ju));
    top: calc(40% + 31 * var(--ju));
    left: calc(-5 * var(--ju));
}

/* Gemeinsame Überschriften-Klasse für Typografie */
.section-heading {
    font-size: clamp(1.5rem, 4vw, 2.6rem); position: relative; z-index: 20;
    font-weight: 500;
    color: var(--text-primary);
    text-align: center;
    max-width: 900px;
    line-height: 1.3;
}

.section-heading .highlight {
    color: var(--nav-bg); /* Das dunklere Blau, wie im Nav-Bereich */
}

/* Spezifische Positionierung für den Intro-Text über den Kästen */
.section-intro {
    position: absolute;
    top: 4rem; /* Weit oben, sehr nah am Bild */
    left: 50%;
    transform: translateX(-50%); /* Exakt zentrieren */
    width: calc(100% - 4rem); /* Verhindert Überstehen an den Seiten */
    z-index: 2; /* Über dem Wasserstrahl */
}

.content-section .services-grid {
    position: relative;
    z-index: 2; /* Grid über dem Hintergrund-Wasserstrahl */
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Genau 2 nebeneinander auf großen Bildschirmen */
    gap: 2rem;
    width: 100%;
    margin-top: 18rem; /* Schiebt die Kästen noch weiter nach unten, direkt auf den Balken */
}

.service-card {
    background-color: var(--white);
    border: 2px solid var(--nav-bg);
    /* Etwas dickerer, dunklerer blauer Strich */
    border-radius: 12px;
    padding: 2rem; /* Wieder das ursprüngliche Padding */
    box-shadow: 0 10px 30px var(--shadow-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px var(--shadow-color-strong);
}

.service-card .service-icon {
    position: absolute;
    bottom: 1rem; /* Ein bisschen Padding vom Rand */
    left: 1rem; /* Ein bisschen Padding vom Rand */
    font-size: 8rem;
    color: var(--nav-hover); /* Hellblau statt Dunkelblau, damit es farbig bleibt */
    opacity: 0.25; /* Nicht mehr ganz so blass, echtes Blass-Blau statt Grau */
    margin-bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.service-card h3,
.service-card p {
    position: relative;
    z-index: 2; /* Damit der Text über dem Icon bleibt */
}

.service-card h3 {
    font-size: 1.5rem;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.service-card p {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    position: relative;
    z-index: 2; /* Damit der Text über dem Icon bleibt */
}

/* Info Section (Neuer Textbereich unten) */
.info-section {
    background-color: transparent; /* Lässt den herausragenden Balken durchscheinen */
    position: relative;
    z-index: 10; /* Z-Index höher als die obere Sektion, damit der Text ÜBER dem Balken liegt */
    padding: 6rem 2rem;
    width: 100%;
}

.info-container {
    position: relative;
    z-index: 20;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.info-container .section-heading {
    text-align: left;
    margin-bottom: 2rem;
    max-width: 550px; /* Begrenzt die Breite der Überschrift */
}

.info-split {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Text und Tags starten oben auf gleicher Höhe */
    gap: 2rem;
}

.info-text-col {
    flex: 1;
    max-width: 550px; /* Begrenzt die Breite des Textes stark */
}

.info-text-col .text-content {
    font-size: 1.2rem;
    color: var(--text-secondary); /* Dezentes Grau für Lesbarkeit */
    line-height: 1.8;
    text-align: left; /* Linksbündig */
}

.info-tags-col {
    flex: 0.4; /* Weniger Platzanteil, dadurch rückt es viel näher an den Text */
    display: flex;
    justify-content: center; width: 100%; /* Richtet den Inhalt nach links zum Text hin aus */
}

.info-tags-col .hero-services {
    margin-top: 0; /* Entfernt den Abstand nach oben */
    flex-direction: column; /* Ordnet die Tags untereinander an */
    align-items: stretch; max-width: 400px; margin: 0 auto; /* Linksbündig in ihrer Spalte */
    width: 100%; /* Einheitliche Breite für alle Tags */
}

.info-tags-col .service-tag {
    width: 100%; /* Füllt die 220px aus */
    justify-content: center; /* Text im Tag mittig */
}

/* Gallery Section (Bilder-Raster) */
.gallery-section {
    background-color: transparent;
    padding: 2rem 0 6rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.gallery-grid {
    width: calc(100% - 4rem); /* Genau so breit wie das Hero-Bild */
    height: auto; /* Genau so hoch wie das Hero-Bild im Normalzustand */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
}

.gallery-item {
    border-radius: 8px; /* Gleiche Abrundung wie das Hero-Bild */
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.item-1 { }

.item-2 { }

.item-3 { }

.item-4 { }

/* FAQ Section */
.faq-list {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.faq-item {
    border: 2px solid var(--nav-bg);
    border-radius: 12px;
    background-color: var(--white);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 5px 15px var(--shadow-color);
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 1.5rem 2rem;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: var(--nav-bg);
}

.faq-question .material-symbols-rounded {
    transition: transform 0.3s ease;
    font-size: 1.8rem;
}

.faq-item.is-open .faq-question .material-symbols-rounded {
    transform: rotate(180deg);
}

.faq-item.is-open .faq-question {
    color: var(--nav-bg);
}

.faq-answer-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.faq-item.is-open .faq-answer-wrapper {
    grid-template-rows: 1fr;
}

.faq-answer {
    overflow: hidden;
}

.faq-answer-content {
    padding: 0 2rem 1.5rem 2rem;
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: flex-start; /* Setzt den Inhalt an den oberen Rand (über den Balken) */
    justify-content: center;
    background-color: var(--white);
    /* overflow: hidden entfernt, damit der schräge Balken unten nicht abgeschnitten wird */
    padding: 6rem 2rem;
    margin-bottom: 20rem; /* Genug Platz für den Balken, der herausragt, plus weißen Abstand zum Footer */
}


.cta-jet-bg .jet-main {
    background-color: var(--nav-bg);
    width: calc(150 * var(--ju));
    height: calc(24 * var(--ju));
    top: 40%;
    left: calc(-25 * var(--ju));
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-jet-bg {
    transform: scaleX(-1); /* Spiegelt den kompletten Original-Hintergrund, sodass der Winkel und die Positionen zu 100% stimmen! */
}

/* CTA Inhalt */
.cta-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:  18vh; /* Abstand vergrößert, damit der Button mittig auf dem blauen Balken sitzt */
    width: 100%;
}

.cta-headline {
    font-size: clamp(1.8rem, 6vw, 4.4rem); position: relative; z-index: 20; /* Genau wie die Haupt-Headline */
    font-weight: 400; /* Regular, nicht bold (genau wie "Ihr lokaler Partner...") */
    letter-spacing: -1.5px; /* Genau wie die Haupt-Headline */
    color: var(--text-primary);
    text-align: center;
    max-width: 1000px;
    line-height: 1.1;
}

.cta-button {
    position: relative; /* Überschreibt das absolute Positioning vom original image-button */
    top: auto;
    left: auto;
    transform: none; /* Verhindert Animations-Konflikte mit der originalen Klasse */
}

/* Service Details Page */
.service-detail-section {
    padding: clamp(3rem, 8vw, 6rem) 1rem;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: var(--white);
}

.service-detail-section:nth-child(even) {
    background-color: #f9fafb; /* Slight off-white for alternating feel */
}

.service-detail-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.service-detail-text {
    flex: 1;
}

.service-detail-text h2 {
    font-size: clamp(1.8rem, 5vw, 2.6rem);
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.service-detail-text p {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.service-detail-text ul {
    list-style: none;
    margin-bottom: 2rem;
}

.service-detail-text ul li {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: 0.8rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.service-detail-text ul li::before {
    content: "check_circle";
    font-family: "Material Symbols Rounded";
    color: var(--nav-bg);
}

.service-detail-image {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px var(--shadow-color);
}

.service-detail-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

/* Contact Page */
.contact-page-section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--white);
    overflow: hidden;
}

.contact-page-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 4rem;
    align-items: center; /* Vertikal zentriert sieht in einer großen Karte meist besser aus */
    position: relative;
    z-index: 10;
    
    background-color: #ffffff;
    padding: clamp(2rem, 5vw, 4rem) 2rem;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
}

.contact-info-col {
    flex: 1;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.contact-detail-item strong {
    color: var(--text-primary);
    font-weight: 600;
}

.contact-detail-item a {
    color: var(--nav-bg);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-detail-item a:hover {
    color: var(--nav-hover);
}

.contact-icon {
    font-size: 2rem;
    color: var(--nav-bg);
    margin-top: 0.2rem;
}

.contact-form-col {
    flex: 1.2;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form-row {
    display: flex;
    gap: 2rem;
}

.form-row .form-group {
    flex: 1;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.form-group label {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-left: 0.2rem;
}

.form-control {
    width: 100%;
    padding: 1.2rem 1.5rem;
    font-family: inherit;
    font-size: 1rem;
    color: var(--text-primary);
    background-color: #f9fafb;
    border: 2px solid transparent;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

textarea.form-control {
    resize: none;
}

.form-control::placeholder {
    color: #9CA3AF;
}

.form-control:focus {
    border-color: var(--nav-hover);
    box-shadow: 0 0 0 4px rgba(160, 196, 255, 0.2);
    background-color: var(--white);
}

.submit-btn {
    background-color: var(--btn-color);
    color: var(--white);
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 1rem;
}

.submit-btn:hover {
    background-color: var(--btn-hover);
    transform: translateY(-2px);
}

/* =========================================
   Footer
   ========================================= */
.main-footer {
    background-color: var(--nav-bg);
    color: var(--white);
    padding: 4rem 2rem 1rem 2rem;
    margin-top: auto;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-col p {
    color: #e5e7eb;
    line-height: 1.6;
    font-size: 0.95rem;
}

.footer-col h4 {
    color: var(--white);
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-col a {
    color: #e5e7eb;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.footer-col a:hover {
    color: var(--nav-hover);
}

.footer-contact {
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #e5e7eb;
    font-size: 0.95rem;
}

.footer-contact .material-symbols-rounded {
    font-size: 1.2rem;
    color: var(--nav-hover);
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    color: #9ca3af;
    font-size: 0.85rem;
    margin: 0;
}

.footer-designed-by {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-designed-by img {
    height: 16px;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

/* =========================================
   Checkbox Styles
   ========================================= */
.checkbox-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.8rem;
    margin-top: 0.5rem;
}

.checkbox-group input[type="checkbox"] {
    margin-top: 0.2rem;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
}

.checkbox-group label {
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-secondary);
    line-height: 1.5;
}

.checkbox-group label a {
    color: var(--nav-bg);
    text-decoration: none;
}

.checkbox-group label a:hover {
    text-decoration: underline;
}

/* =========================================
   Mobile Optimierung (Smartphones & Tablets)
   ========================================= */

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 2px 2px 15px rgba(0,0,0,0.25);
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}


/* =========================================
   Mobile Base Styles (Mobile First)
   ========================================= */
.main-header {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.logo img {
    max-height: 35px;
}
.burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--nav-bg);
    color: var(--white);
    border: none;
    border-radius: 8px;
    padding: 0.6rem;
    pointer-events: auto;
    cursor: pointer;
    z-index: 1002;
}
.burger-menu .material-symbols-rounded {
    font-size: 2rem;
}
.main-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 1rem;
    right: 1rem;
    padding: 2rem;
    background-color: var(--nav-bg);
    border-radius: 12px;
    box-shadow: 0 10px 30px var(--shadow-color-strong);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.main-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.main-nav a {
    font-size: 1.5rem;
    font-weight: 500;
}
.hero {
    padding: 120px 1rem 2rem 1rem;
}
.hero-text-content h1 {
    
    
}
.services-grid {
    grid-template-columns: 1fr;
}
.hero-subheadline {
    
    
}
.service-tag {
    padding: 0.8rem 1.2rem;
    font-size: 0.9rem;
}
.image-trigger-section {
    height: 60vh;
    margin-top: 20vh;
}
.image-grow-wrapper {
    width: calc(100% - 2rem);
    height: 60vh;
}
.image-grow-wrapper.is-fullscreen {
    width: 100%;
    height: 100dvh;
}
.image-button {
    left: 1rem;
    font-size: 12vw;
    border-bottom: 4px solid currentColor;
    gap: 0.5rem;
}
.image-button .material-symbols-rounded {
    font-size: 12vw;
}
.content-section {
    padding: 4rem 1rem;
}
.content-section h2 {
    
}
.faq-question {
    font-size: 1.1rem;
    padding: 1rem 1.5rem;
}
.faq-answer-content {
    padding: 0 1.5rem 1rem 1.5rem;
}
.service-detail-container {
    flex-direction: column;
    gap: 2rem;
}
.contact-page-container {
    flex-direction: column;
    gap: 3rem;
    padding: 2.5rem 1.5rem;
}
.contact-form-col {
    width: 100%;
}
.form-row {
    flex-direction: column;
}
.whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
}
.whatsapp-float img {
    width: 30px;
    height: 30px;
}


/* =========================================
   Desktop Optimierung (Mobile First)
   ========================================= */
@media (min-width: 769px) {
    .main-header {
        padding: 2rem;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    .logo img {
        max-height: 45px;
    }
    .burger-menu {
        display: none;
    }
    .main-nav {
        position: static;
        padding: 1rem 2rem;
        background-color: var(--nav-bg);
        border-radius: 8px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
    }
    .main-nav ul {
        flex-direction: row;
        align-items: center;
        gap: 2rem;
    }
    .main-nav a {
        font-size: 1rem;
        font-weight: 600;
    }
    .hero {
        padding: 200px 2rem 2rem 2rem;
    }
    .hero-text-content h1 {
        font-size: clamp(1.8rem, 6vw, 4.4rem);
        letter-spacing: -1.5px;
    }
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-subheadline {
        font-size: clamp(1.8rem, 6vw, 4.4rem);
        letter-spacing: -1.5px;
    }
    .service-tag {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    .image-trigger-section {
        height: 70vh;
        margin-top: 2rem;
    }
    .image-grow-wrapper {
        width: calc(100% - 4rem);
        height: 70vh;
    }
    .image-button {
        left: 2rem;
        font-size: 7.5vw;
        border-bottom: 8px solid currentColor;
        gap: 1rem;
    }
    .image-button .material-symbols-rounded {
        font-size: 7.5vw;
    }
    .content-section {
        padding: 6rem 2rem;
    }
    .faq-question {
        font-size: 1.2rem;
        padding: 1.5rem 2rem;
    }
    .faq-answer-content {
        padding: 0 2rem 1.5rem 2rem;
    }
    .service-detail-container {
        flex-direction: row;
        gap: 4rem;
    }
    .contact-page-container {
        flex-direction: row;
        gap: 4rem;
        padding: clamp(2rem, 5vw, 4rem) 2rem;
    }
    .contact-form-col {
        flex: 1.2;
        width: auto;
    }
    .form-row {
        flex-direction: row;
    }
    .whatsapp-float {
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
    }
    .whatsapp-float img {
        width: 35px;
        height: 35px;
    }

    .info-split {
        flex-direction: row;
        gap: 4rem;
    }
    .gallery-grid {
        grid-template-columns: 2fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        height: 70vh;
    }
    .item-1 { grid-column: 1 / 2; grid-row: 1 / 3; }
    .item-2 { grid-column: 2 / 4; grid-row: 1 / 2; }
    .item-3 { grid-column: 2 / 3; grid-row: 2 / 3; }
    .item-4 { grid-column: 3 / 4; grid-row: 2 / 3; }

    .jet-main {
    background-color: var(--nav-bg);
    width: calc(150 * var(--ju));
    height: calc(24 * var(--ju));
    top: 40%;
    left: calc(-25 * var(--ju));
    display: flex;
    align-items: center;
    justify-content: center;
}

    .info-tags-col .hero-services {
        width: 220px;
    }

    .cta-content {
        gap: 18vh;
    }

    .info-tags-col {
        justify-content: flex-start;
        width: auto;
    }
    .info-tags-col .hero-services {
        align-items: flex-start;
        max-width: none;
        margin: 0;
    }
}


/* LOCAL FONTS */
/* Extracted from https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&display=swap */
/* cyrillic-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggqxSuXd.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggOxSuXd.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggSxSuXd.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggixSuXd.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggmxSuXd.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggqxSuXd.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggOxSuXd.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggSxSuXd.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggixSuXd.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggmxSuXd.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggqxSuXd.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggOxSuXd.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggSxSuXd.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggixSuXd.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggmxSuXd.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggqxSuXd.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggOxSuXd.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggSxSuXd.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggixSuXd.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggmxSuXd.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggqxSuXd.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggOxSuXd.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggSxSuXd.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggixSuXd.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggmxSuXd.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggqxSuXd.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggOxSuXd.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggSxSuXd.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggixSuXd.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggmxSuXd.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Extracted from https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,0,0 */
/* fallback */
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 400;
  src: url(assets/fonts/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOc7TOVpeRL2w5rwZu2rIelXxc.woff2) format('woff2');
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


