* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

:root {
    --gjs-t-color-primary: #ffffff;
    --gjs-t-color-secondary: #c9d4df;
    --gjs-t-color-accent: #9ec7eb;
    --gjs-t-color-success: #4ade80;
    --gjs-t-color-warning: #f59e0b;
    --gjs-t-color-error: #ef4444;
}

html {
    scroll-behavior: smooth;
}

.gjs-t-body {
    background-color: rgb(19, 20, 22);
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}

.gjs-t-h1 {
    font-family: 'Source Sans 3', sans-serif;
    color: #ffffff;
    font-size: 56px;
    line-height: 1.1;
}

.gjs-t-h2 {
    font-family: 'Source Sans 3', sans-serif;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.2;
}

.gjs-t-button {
    background-color: transparent;
    color: var(--gjs-t-color-accent);
    border-radius: 10px;
}

.gjs-t-link {
    color: var(--gjs-t-color-accent);
    text-decoration: none;
}

.gjs-t-border {
    border-radius: 16px;
    border-color: var(--gjs-t-color-accent);
}

*,
::before,
::after {
    box-sizing: border-box;
    undefined: undefined;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html,
:host {
    line-height: 1.5;
    undefined: undefined;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    undefined: undefined;
    line-height: inherit;
}

hr {
    height: 0;
    undefined: undefined;
    color: inherit;
    border-top-width: 1px;
}

abbr:where([title]) {
    text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    undefined: undefined;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    undefined: undefined;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    undefined: undefined;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    undefined: undefined;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    undefined: undefined;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    undefined: undefined;
    font: inherit;
}

summary {
    display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

dialog {
    padding: 0;
}

textarea {
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    undefined: undefined;
    color: #9ca3af;
}

button,
[role="button"] {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    undefined: undefined;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

.cls-q0fveu {
    scroll-behavior: smooth;
}

.cls-g2mlmi {
    font-family: Inter;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cls-g2mlmi *::selection {
    background-color: rgb(158 199 235 / 0.2);
    color: rgb(255 255 255 / 1);
}

.cls-g2mlmi *::selection:hover {
    color: rgb(255 255 255 / 1);
}

.cls-g2mlmi *::selection::selection {
    color: rgb(255 255 255 / 1);
}

.cls-g2mlmi::selection {
    background-color: rgb(158 199 235 / 0.2);
}

.cls-g2mlmi::selection::selection {
    color: rgb(255 255 255 / 1);
}

.fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 50;
}

.header-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.cls-hru2t1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-mark {
    height: 2rem;
    width: 2rem;
    border-radius: 9999px;
    background-color: rgb(158 199 235 / 0.3);
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cls-4zwvtl {
    height: 1rem;
    width: 1rem;
}

.cls-66mq49 {
    line-height: 1.25;
}

.cls-quvbfz {
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.35em;
    color: rgb(158 199 235 / 1);
}

.cls-p1tvgl {
    display: block;
    font-weight: 800;
    letter-spacing: 0.025em;
}



.mobile-nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
}

.mobile-nav-toggle:hover {
    color: rgb(158 199 235 / 1);
    border-color: rgb(158 199 235 / 1);
}

.mobile-nav-toggle:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-ptg2qt {
    height: 1.25rem;
    width: 1.25rem;
}

.header-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.025em;
}

.cls-tcjpjv {
    color: rgb(255 255 255 / 0.9);
}

.cls-tcjpjv:hover {
    color: rgb(158 199 235 / 1);
}

.cls-tcjpjv:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.cls-tcjpjv:focus-visible {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.cls-tcjpjv:focus-visible:focus-visible {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-gzy5q7 {
    color: rgb(255 255 255 / 0.9);
}

.cls-gzy5q7:hover {
    color: rgb(158 199 235 / 1);
}

.cls-gzy5q7:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.cls-gzy5q7:focus-visible {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.cls-gzy5q7:focus-visible:focus-visible {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-4q0k82 {
    color: rgb(255 255 255 / 0.9);
}

.cls-4q0k82:hover {
    color: rgb(158 199 235 / 1);
}

.cls-4q0k82:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.cls-4q0k82:focus-visible {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.cls-4q0k82:focus-visible:focus-visible {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-wsurmj {
    color: rgb(255 255 255 / 0.9);
}

.cls-wsurmj:hover {
    color: rgb(158 199 235 / 1);
}

.cls-wsurmj:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.cls-wsurmj:focus-visible {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.cls-wsurmj:focus-visible:focus-visible {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-yxmjy2 {
    pointer-events: none;
    position: absolute;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(16px);
}

.main-content {
    padding-top: 5rem;
}

.hero-section {
    position: relative;
    height: 45vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cls-bdrw8b {
    display: block;
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cls-hkmrpa {
    position: absolute;
    inset: 0px;
    background-color: rgb(0 0 0 / 0.55);
}

.hero-content {
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    max-width: 56rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
}

.hero-heading {
    font-weight: 800;
    letter-spacing: -0.025em;
}

.hero-subheadline {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(255 255 255 / 0.8);
}

.hero-cta-wrapper {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.primary-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-width: 1px;
    border-color: rgb(158 199 235 / 1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.025em;
}

.primary-cta:hover {
    background-color: rgb(158 199 235 / 0.1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.primary-cta:hover:focus {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 0 2px rgba(158, 199, 235, 0.35);
}

.primary-cta:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 0 2px rgba(158, 199, 235, 0.35);
}

.cls-0axufe {
    height: 1rem;
    width: 1rem;
}

.video-toggle {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.2);
    background-color: rgb(255 255 255 / 0.05);
    padding: 0.75rem;
}

.video-toggle:hover {
    background-color: rgb(158 199 235 / 0.1);
    border-color: rgb(158 199 235 / 1);
}

.video-toggle:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-yiab70 {
    height: 1.25rem;
    width: 1.25rem;
    opacity: 0.9;
}

.services-section {
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.cls-lqj0q9 {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cls-yurq92 {
    font-weight: 700;
    letter-spacing: -0.025em;
}

.cls-k71tq7 {
    margin-top: 0.75rem;
    height: 3px;
    width: 5rem;
    background-color: rgb(158 199 235 / 0.8);
    border-radius: 9999px;
}

.cls-p9w5ry {
    margin-top: 1rem;
    max-width: 48rem;
    color: rgb(255 255 255 / 0.7);
}

.services-grid {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.service-card {
    position: relative;
    border-radius: 0.75rem;
    border-top-width: 2px;
    border-color: rgb(158 199 235 / 1);
    background-color: rgb(255 255 255 / 0.05);
    padding: 1.75rem;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.service-card:hover {
    background-color: rgb(255 255 255 / 0.1);
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-26spf5 {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.cls-sajlxd {
    height: 1.75rem;
    width: 1.75rem;
}

.cls-x2hb71 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.cls-qzetnw {
    margin-top: 0.5rem;
    color: rgb(255 255 255 / 0.7);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.cls-2mwwld {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.cls-np4n8w {
    height: 1.75rem;
    width: 1.75rem;
}

.cls-0xs6xg {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.cls-x8k4p2 {
    margin-top: 0.5rem;
    color: rgb(255 255 255 / 0.7);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.cls-s0k42o {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.cls-a87zx2 {
    height: 1.75rem;
    width: 1.75rem;
}

.cls-ldcq06 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.cls-fcgpw4 {
    margin-top: 0.5rem;
    color: rgb(255 255 255 / 0.7);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.cls-a2y1oc {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.cls-qumonz {
    height: 1.75rem;
    width: 1.75rem;
}

.cls-zljo2q {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.cls-3g0nco {
    margin-top: 0.5rem;
    color: rgb(255 255 255 / 0.7);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.cls-hg2qe9 {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.cls-3secod {
    height: 1.75rem;
    width: 1.75rem;
}

.cls-hsh00k {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.cls-yi6r95 {
    margin-top: 0.5rem;
    color: rgb(255 255 255 / 0.7);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.cls-cycd8i {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.cls-p15uk7 {
    height: 1.75rem;
    width: 1.75rem;
}

.cls-xdnoh1 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.cls-x4dgo1 {
    margin-top: 0.5rem;
    color: rgb(255 255 255 / 0.7);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.about-section {
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.cls-44738t {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.cls-3q0e2l {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
}

.about-image-wrapper {
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.about-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.cls-il7pb7 {
    position: absolute;
    inset: 0px;
    background-color: rgb(42 64 84 / 0.3);
    mix-blend-mode: multiply;
}

.about-content {
    display: flex;
    flex-direction: column;
}

.cls-iel5jm {
    font-weight: 700;
    letter-spacing: -0.025em;
}

.cls-7wbfue {
    margin-top: 0.75rem;
    height: 3px;
    width: 5rem;
    background-color: rgb(158 199 235 / 0.8);
    border-radius: 9999px;
}

.cls-moscxy {
    margin-top: 1.5rem;
}

.cls-moscxy> :not([hidden])~ :not([hidden]) {
    margin-top: calc(1.25rem * calc(1 - 0));
    margin-bottom: calc(1.25rem * 0);
}

.cls-6a7veu {
    color: rgb(255 255 255 / 0.8);
}

.cls-20qm10 {
    color: rgb(255 255 255 / 0.7);
}

.cls-j546u1 {
    color: rgb(255 255 255 / 0.7);
}

.cls-x83o9b {
    margin-top: 2rem;
}

.about-ghost-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgb(158 199 235 / 1);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: rgb(158 199 235 / 1);
}

.about-ghost-button:hover {
    background-color: rgb(158 199 235 / 0.1);
}

.about-ghost-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-autkb1 {
    height: 1rem;
    width: 1rem;
}

.contact-section {
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.cls-fz4gu6 {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.cls-omo6l6 {
    font-weight: 700;
    letter-spacing: -0.025em;
}

.cls-w5bbiw {
    margin-top: 0.75rem;
    height: 3px;
    width: 5rem;
    background-color: rgb(158 199 235 / 0.8);
    border-radius: 9999px;
}

.cls-ai2x1w {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
}

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

.cls-3ceu5l {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cls-td147b {
    height: 1.25rem;
    width: 1.25rem;
}

.cls-l3eahu:hover {
    color: rgb(158 199 235 / 1);
}

.cls-l3eahu:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-2y6poh {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cls-9adfih {
    height: 1.25rem;
    width: 1.25rem;
}

.cls-erlnwn {
    color: rgb(255 255 255 / 0.9);
}

.cls-w6in00 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cls-99r0t8 {
    height: 1.25rem;
    width: 1.25rem;
}

.cls-1wzpdn {
    color: rgb(255 255 255 / 0.8);
}

.social-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.cls-ax1gip {
    display: inline-flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(158 199 235 / 1);
}

.cls-ax1gip:hover {
    background-color: rgb(158 199 235 / 0.1);
}

.cls-ax1gip:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-pudcxy {
    height: 1.5rem;
    width: 1.5rem;
}

.cls-bona04 {
    display: inline-flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(158 199 235 / 1);
}

.cls-bona04:hover {
    background-color: rgb(158 199 235 / 0.1);
}

.cls-bona04:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-cn5and {
    height: 1.5rem;
    width: 1.5rem;
}

.cls-4xymrj {
    display: inline-flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(158 199 235 / 1);
}

.cls-4xymrj:hover {
    background-color: rgb(158 199 235 / 0.1);
}

.cls-4xymrj:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-ipz3yv {
    height: 1.5rem;
    width: 1.5rem;
}

.footer {
    width: 100%;
    border-top-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(15 16 18 / 1);
}

.cls-90dzjp {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.cls-vy1jha {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(255 255 255 / 0.7);
}

.footer-center {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.cls-zuqo6o {
    color: rgb(255 255 255 / 0.8);
}

.cls-zuqo6o:hover {
    color: rgb(158 199 235 / 1);
}

.cls-zuqo6o:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-12dmbh {
    color: rgb(255 255 255 / 0.8);
}

.cls-12dmbh:hover {
    color: rgb(158 199 235 / 1);
}

.cls-12dmbh:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-72eaf1 {
    color: rgb(255 255 255 / 0.8);
}

.cls-72eaf1:hover {
    color: rgb(158 199 235 / 1);
}

.cls-72eaf1:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cls-tuwzt8 {
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
}

.cls-tuwzt8:hover {
    background-color: rgb(158 199 235 / 0.1);
    border-color: rgb(158 199 235 / 1);
}

.cls-tuwzt8:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-tu78mn {
    height: 1.25rem;
    width: 1.25rem;
}

.cls-mhu9hp {
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
}

.cls-mhu9hp:hover {
    background-color: rgb(158 199 235 / 0.1);
    border-color: rgb(158 199 235 / 1);
}

.cls-mhu9hp:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-6ztj6s {
    height: 1.25rem;
    width: 1.25rem;
}

.cls-nky3xs {
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
}

.cls-nky3xs:hover {
    background-color: rgb(158 199 235 / 0.1);
    border-color: rgb(158 199 235 / 1);
}

.cls-nky3xs:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.cls-xvw086 {
    height: 1.25rem;
    width: 1.25rem;
}

.cls-i23i8f {
    margin-top: 2rem;
    border-top-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    padding-top: 1.5rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(255 255 255 / 0.5);
}

.footer-credit-separator {
    opacity: 0.5;
    margin: 0 0.5em;
}

.footer-credit-link {
    opacity: 0.6;
    text-decoration: none;
}

.mobile-menu-panel {
    position: fixed;
    top: 4rem;
    right: 1rem;
    left: 1rem;
    z-index: 50;
    display: none;
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgba(15, 16, 18, 0.95);
    padding: 1rem;
    backdrop-filter: blur(12px);
}

.mobile-menu-panel.open {
    display: block;
}

.cls-dftz2g {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cls-46q1v9 {
    display: block;
    border-radius: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: rgb(255 255 255 / 0.9);
}

.cls-46q1v9:hover {
    background-color: rgb(255 255 255 / 0.05);
    color: rgb(158 199 235 / 1);
}

.cls-znjg4x {
    display: block;
    border-radius: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: rgb(255 255 255 / 0.9);
}

.cls-znjg4x:hover {
    background-color: rgb(255 255 255 / 0.05);
    color: rgb(158 199 235 / 1);
}

.cls-8iamhq {
    display: block;
    border-radius: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: rgb(255 255 255 / 0.9);
}

.cls-8iamhq:hover {
    background-color: rgb(255 255 255 / 0.05);
    color: rgb(158 199 235 / 1);
}

.cls-0uek75 {
    display: block;
    border-radius: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: rgb(255 255 255 / 0.9);
}

.cls-0uek75:hover {
    background-color: rgb(255 255 255 / 0.05);
    color: rgb(158 199 235 / 1);
}

#i0iks {
    color: #ffffff;
}

#i55l6k {
    max-height: 56px;
    width: auto;
    display: block;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
}

#i00uq {
    gap: 0.5rem;
}

#isy97 {
    color: #ffffff;
}

#i1syi {
    color: #ffffff;
}

#ih2hm {
    color: #ffffff;
}

#igz83 {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#iia7f {
    display: none;
}

#referenzen {
    background: #131416;
    padding: 7rem 5vw;
    color: #fff;
}

.ref-section-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.ref-eyebrow {
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #9ec7eb;
    font-size: 0.75rem;
    margin-bottom: 0.6rem;
}

#referenzen .ref-heading {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 800;
    margin: 0 0 0.5rem;
}

.ref-intro {
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    color: rgba(255, 255, 255, 0.85);
    max-width: 760px;
    margin: 0 0 2rem;
}

.ref-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 400px 280px;
    gap: 4px;
}

.ref-item {
    position: relative;
    overflow: hidden;
}

.ref-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease, filter 0.45s ease;
    filter: brightness(0.82);
}

.ref-item:hover .ref-img {
    transform: scale(1.05);
    filter: brightness(0.6);
}

.ref-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    background: linear-gradient(to top, rgba(13, 14, 16, 0.88) 0%, rgba(13, 14, 16, 0.1) 55%, transparent 100%);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.ref-item:hover .ref-overlay {
    opacity: 1;
    transform: translateY(0);
}

.ref-cat {
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    color: #9ec7eb;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.65rem;
    margin-bottom: 6px;
}

.ref-title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 0.98rem;
    color: #fff;
}

.ref-item-1 {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
}

.ref-item-2 {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.ref-item-3 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.ref-item-4 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.ref-item-5 {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
}

.ref-note {
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-top: 1rem;
    font-size: 0.85rem;
}

#iucflx {
    filter: unset;
}

#i0iks {
    color: #ffffff;
}

@media (hover:none) {
    .ref-overlay {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 992px) {
    .gjs-t-h1 {
        font-size: 40px;
        line-height: 1.15;
    }

    .gjs-t-h2 {
        font-size: 28px;
    }

    .header-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }



    .mobile-nav-toggle {
        display: inline-flex;
    }

    .header-links {
        display: none;
    }

    .hero-subheadline {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .services-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .cls-lqj0q9 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .cls-p9w5ry {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .services-grid {
        gap: 1.5rem;
    }

    .about-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .cls-44738t {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .cls-3q0e2l {
        gap: 2rem;
    }

    .contact-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .cls-fz4gu6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .cls-ai2x1w {
        gap: 2rem;
    }

    .cls-90dzjp {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .cls-vy1jha {
        flex-direction: column;
        gap: 2rem;
    }

    .ref-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 280px 240px 240px;
    }

    .ref-item-1 {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    .ref-item-2 {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .ref-item-3 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .ref-item-4 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .ref-item-5 {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }
}

@media (max-width: 480px) {
    .gjs-t-h1 {
        font-size: 32px;
    }

    .gjs-t-h2 {
        font-size: 24px;
    }

    .header-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }



    .mobile-nav-toggle {
        display: inline-flex;
    }

    .header-links {
        display: none;
    }

    .hero-subheadline {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .services-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .cls-lqj0q9 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .services-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .about-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .cls-44738t {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cls-3q0e2l {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .contact-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .cls-fz4gu6 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cls-ai2x1w {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .cls-90dzjp {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ref-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 240px;
    }

    .ref-item {
        height: 240px;
    }

    .ref-item-1 {
        grid-column: auto;
        grid-row: auto;
    }

    .ref-item-2 {
        grid-column: auto;
        grid-row: auto;
    }

    .ref-item-3 {
        grid-column: auto;
        grid-row: auto;
    }

    .ref-item-4 {
        grid-column: auto;
        grid-row: auto;
    }

    .ref-item-5 {
        grid-column: auto;
        grid-row: auto;
    }
}

/* ── Legal pages (impressum, datenschutz) ── */
.legal-page-wrap {
  padding-top: 5rem;
}

.legal-hero {
  padding: 5rem 2rem 3.5rem;
  max-width: 80rem;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.legal-eyebrow {
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9ec7eb;
  font-size: 0.75rem;
  margin-bottom: 0.6rem;
}

.legal-hero h1 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.legal-hero .accent-line {
  margin-top: 0.75rem;
  height: 3px;
  width: 5rem;
  background-color: rgba(158, 199, 235, 0.8);
  border-radius: 9999px;
}

.legal-body {
  max-width: 800px;
  margin: 0 auto;
  padding: 3.5rem 2rem 7rem;
  font-family: Inter, sans-serif;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
}

.legal-body h2 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 3rem;
  margin-bottom: 0.6rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.legal-body h2:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.legal-body h3 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #9ec7eb;
  margin-top: 1.8rem;
  margin-bottom: 0.4rem;
}

.legal-body p {
  margin-bottom: 0.9rem;
}

.legal-body a {
  color: #9ec7eb;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-all;
}

.legal-body a:hover {
  opacity: 0.75;
}

.address-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 2px solid rgba(158, 199, 235, 1);
  border-radius: 0.75rem;
  padding: 1.5rem 2rem;
  margin: 1.2rem 0 2rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 2;
  font-size: 0.95rem;
}

.legal-allcaps {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  margin-bottom: 0.9rem;
}

@media (max-width: 480px) {
  .legal-hero {
    padding: 3.5rem 1rem 2.5rem;
  }

  .legal-body {
    padding: 2.5rem 1rem 5rem;
  }
}