.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face {
font-family: 'Space Grotesk';
src: url(//gelner-media.com/wp-content/themes/gelner-media/assets/fonts/SpaceGrotesk-Regular.woff2) format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Space Grotesk';
src: url(//gelner-media.com/wp-content/themes/gelner-media/assets/fonts/SpaceGrotesk-Medium.woff2) format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Space Grotesk';
src: url(//gelner-media.com/wp-content/themes/gelner-media/assets/fonts/SpaceGrotesk-SemiBold.woff2) format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Space Grotesk';
src: url(//gelner-media.com/wp-content/themes/gelner-media/assets/fonts/SpaceGrotesk-Bold.woff2) format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
} @font-face {
font-family: 'Inter';
src: url(//gelner-media.com/wp-content/themes/gelner-media/assets/fonts/Inter-Light.woff2) format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: url(//gelner-media.com/wp-content/themes/gelner-media/assets/fonts/Inter-Regular.woff2) format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: url(//gelner-media.com/wp-content/themes/gelner-media/assets/fonts/Inter-Medium.woff2) format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}:root,
[data-scheme="noir"] {
--gm-bg:           #080C12;
--gm-surface:      #0E1520;
--gm-surface2:     #141E2E;
--gm-surface3:     #1A2538;
--gm-text:         #E0E6F4;
--gm-muted:        #6878A0;
--gm-accent:       #818CF8;
--gm-accent-deep:  #4F46E5;
--gm-accent-text:  #080C12;
--gm-border:       rgba(255,255,255,0.06);
--gm-border-solid: #1E2C42;
--gm-nav:          rgba(8,12,18,0.96);
--gm-tag-bg:       rgba(129,140,248,0.12);
--gm-tag-text:     #818CF8;
--gm-overlay:      rgba(8,12,18,0.88);
--gm-img-bg:       #0E1520;
--gm-footer-bg:    #04060A;
--gm-grid-line:    rgba(255,255,255,0.028);
}
[data-scheme="licht"] {
--gm-bg:           #F4F6FB;
--gm-surface:      #FFFFFF;
--gm-surface2:     #EBEEF8;
--gm-surface3:     #E0E5F4;
--gm-text:         #080C1C;
--gm-muted:        #4A5580;
--gm-accent:       #4338CA;
--gm-accent-deep:  #3730A3;
--gm-accent-text:  #FFFFFF;
--gm-border:       rgba(0,0,0,0.07);
--gm-border-solid: #D8DEEE;
--gm-nav:          rgba(244,246,251,0.96);
--gm-tag-bg:       rgba(67,56,202,0.08);
--gm-tag-text:     #4338CA;
--gm-overlay:      rgba(4,6,10,0.90);
--gm-img-bg:       #E0E5F4;
--gm-footer-bg:    #080C1C;
--gm-grid-line:    rgba(0,0,0,0.03);
}
[data-scheme="wald"] {
--gm-bg:           #070F0B;
--gm-surface:      #0C1A13;
--gm-surface2:     #12231A;
--gm-surface3:     #192D22;
--gm-text:         #D4EDE2;
--gm-muted:        #6A9E87;
--gm-accent:       #34D399;
--gm-accent-deep:  #059669;
--gm-accent-text:  #070F0B;
--gm-border:       rgba(255,255,255,0.06);
--gm-border-solid: #1A3326;
--gm-nav:          rgba(7,15,11,0.96);
--gm-tag-bg:       rgba(52,211,153,0.10);
--gm-tag-text:     #34D399;
--gm-overlay:      rgba(7,15,11,0.90);
--gm-img-bg:       #0C1A13;
--gm-footer-bg:    #040908;
--gm-grid-line:    rgba(255,255,255,0.022);
} *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
background:  var(--gm-bg);
color:       var(--gm-text);
font-family: 'Inter', system-ui, sans-serif;
font-weight: 300;
line-height: 1.65;
transition:  background 0.35s ease, color 0.35s ease;
overflow-x:  hidden;
} body::before {
content: '';
position: fixed;
inset: 0;
background-image:
linear-gradient(var(--gm-grid-line) 1px, transparent 1px),
linear-gradient(90deg, var(--gm-grid-line) 1px, transparent 1px);
background-size: 48px 48px;
pointer-events: none;
z-index: 0;
transition: background-image 0.35s ease;
}
h1, h2, h3, h4 {
font-family: 'Space Grotesk', system-ui, sans-serif;
font-weight: 700;
line-height: 1.05;
letter-spacing: -0.03em;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; } .gm-container {
max-width: 1280px;
margin: 0 auto;
padding: 0 48px;
position: relative;
z-index: 2;
}
.gm-eyebrow {
font-family: 'Space Grotesk', sans-serif;
font-size: 11px; font-weight: 500;
letter-spacing: 0.18em; text-transform: uppercase;
color: var(--gm-accent);
display: inline-flex; align-items: center; gap: 10px;
margin-bottom: 20px;
transition: color 0.35s ease;
}
.gm-eyebrow::before {
content: ''; width: 20px; height: 1.5px;
background: var(--gm-accent); flex-shrink: 0;
transition: background 0.35s ease;
}
.gm-tag-chip {
display: inline-flex; align-items: center;
background: var(--gm-tag-bg); color: var(--gm-tag-text);
font-family: 'Space Grotesk', sans-serif;
font-size: 11px; font-weight: 500;
letter-spacing: 0.08em; text-transform: uppercase;
padding: 5px 12px; border-radius: 3px;
transition: all 0.35s ease;
}
.gm-btn {
display: inline-flex; align-items: center; gap: 8px;
font-family: 'Space Grotesk', sans-serif;
font-size: 13px; font-weight: 500;
padding: 12px 22px; border-radius: 4px;
cursor: pointer; border: none;
white-space: nowrap; line-height: 1;
transition: all 0.2s; text-decoration: none;
}
.gm-btn--primary { background: var(--gm-accent); color: var(--gm-accent-text); }
.gm-btn--primary:hover { opacity: 0.88; transform: translateY(-1px); }
.gm-btn--ghost {
background: transparent; color: var(--gm-text);
border: 1px solid var(--gm-border-solid);
}
.gm-btn--ghost:hover { border-color: var(--gm-accent); color: var(--gm-accent); }
.gm-btn--ghost-white {
background: transparent; color: #fff;
border: 1px solid rgba(255,255,255,0.30);
}
.gm-btn--ghost-white:hover { border-color: rgba(255,255,255,0.70); }
.gm-section { padding: 112px 0; position: relative; }
.gm-section--surface {
background: var(--gm-surface);
border-top: 1px solid var(--gm-border-solid);
border-bottom: 1px solid var(--gm-border-solid);
transition: background 0.35s ease, border-color 0.35s ease;
} .gm-hide-mobile  { display: block; }
.gm-hide-tablet  { display: block; }
.gm-hide-desktop { display: none !important; } .gm-nav {
position: fixed; top: 0; left: 0; right: 0;
z-index: 200;
background: var(--gm-nav);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-bottom: 1px solid var(--gm-border-solid);
transition: background 0.35s ease, border-color 0.35s ease;
}
.gm-nav__inner {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
height: 60px;
gap: 32px;
max-width: 1280px;
margin: 0 auto;
padding: 0 48px;
}
.gm-nav__logo {
display: flex; align-items: center; gap: 10px; flex-shrink: 0;
text-decoration: none;
}
.gm-nav__logo-icon {
width: 32px; height: 32px;
background: var(--gm-accent); border-radius: 6px;
display: flex; align-items: center; justify-content: center;
flex-shrink: 0; transition: background 0.35s ease;
}
.gm-nav__logo-icon svg { width: 14px; height: 14px; fill: var(--gm-accent-text); }
.gm-nav__logo-name {
font-family: 'Space Grotesk', sans-serif;
font-size: 14px; font-weight: 600;
color: var(--gm-text); transition: color 0.35s ease;
}
.gm-nav__menu {
display: flex; align-items: center; justify-content: center;
gap: 28px; list-style: none;
}
.gm-nav__menu a {
font-family: 'Space Grotesk', sans-serif;
font-size: 13px; font-weight: 400;
color: var(--gm-muted); letter-spacing: 0.01em;
transition: color 0.2s;
}
.gm-nav__menu a:hover,
.gm-nav__menu .current-menu-item > a,
.gm-nav__menu .current-page-ancestor > a { color: var(--gm-text); }
.gm-nav__right {
display: flex; align-items: center; gap: 12px; flex-shrink: 0;
}
.gm-scheme-toggle {
display: flex; align-items: center;
background: var(--gm-surface2);
border: 1px solid var(--gm-border-solid);
border-radius: 5px; padding: 3px; gap: 2px;
transition: all 0.35s ease;
}
.gm-scheme-btn {
padding: 4px 10px; border-radius: 3px;
font-family: 'Space Grotesk', sans-serif;
font-size: 11px; font-weight: 500;
cursor: pointer; border: none;
background: transparent; color: var(--gm-muted);
transition: all 0.2s;
}
.gm-scheme-btn.active { background: var(--gm-accent); color: var(--gm-accent-text); }
.gm-nav__lang {
font-family: 'Space Grotesk', sans-serif;
font-size: 12px; font-weight: 500;
letter-spacing: 0.06em; color: var(--gm-muted);
padding: 4px 6px; transition: color 0.2s;
} .gm-nav__lang .lang-item a {
font-family: 'Space Grotesk', sans-serif;
font-size: 12px; font-weight: 500;
letter-spacing: 0.06em; color: var(--gm-muted);
padding: 0 4px; transition: color 0.2s;
}
.gm-nav__lang .lang-item.current-lang a,
.gm-nav__lang .lang-item a:hover { color: var(--gm-text); }
.gm-nav__lang ul { display: flex; gap: 4px; list-style: none; }
.gm-nav__lang ul li::after { content: ' |'; color: var(--gm-border-solid); }
.gm-nav__lang ul li:last-child::after { content: ''; }
.gm-nav__cta {
background: var(--gm-accent); color: var(--gm-accent-text);
font-family: 'Space Grotesk', sans-serif;
font-size: 12px; font-weight: 600;
padding: 9px 18px; border-radius: 4px;
transition: opacity 0.2s; white-space: nowrap;
}
.gm-nav__cta:hover { opacity: 0.85; }
.gm-nav__burger {
display: none; flex-direction: column;
gap: 5px; cursor: pointer; padding: 4px;
}
.gm-nav__burger span {
display: block; width: 22px; height: 1.5px;
background: var(--gm-text); transition: all 0.3s ease;
}
.gm-nav__burger.open span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
.gm-nav__burger.open span:nth-child(2) { opacity: 0; }
.gm-nav__burger.open span:nth-child(3) { transform: rotate(-45deg) translate(4px, -4px); } .gm-mobile-nav {
display: none;
position: fixed; inset: 60px 0 0 0;
z-index: 190;
background: var(--gm-nav);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
padding: 32px 24px;
flex-direction: column;
gap: 0;
overflow-y: auto;
transition: background 0.35s ease;
}
.gm-mobile-nav.open { display: flex; }
.gm-mobile-nav ul { list-style: none; }
.gm-mobile-nav a {
display: block; padding: 16px 0;
font-family: 'Space Grotesk', sans-serif;
font-size: 18px; font-weight: 600;
color: var(--gm-text);
border-bottom: 1px solid var(--gm-border-solid);
transition: color 0.2s;
}
.gm-mobile-nav a:hover { color: var(--gm-accent); }
.gm-mobile-nav__bottom {
margin-top: 32px;
display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
} .gm-hero {
min-height: 100vh;
display: flex; flex-direction: column;
justify-content: center;
padding-top: 60px;
position: relative; overflow: hidden;
}
.gm-hero__bg {
position: absolute; inset: 0; z-index: 0;
transition: opacity 0.5s ease;
}
.gm-hero__bg img {
width: 100%; height: 100%;
object-fit: cover; object-position: center 25%;
display: block; transition: opacity 0.5s ease, filter 0.5s ease;
} .gm-hero--panel .gm-hero__bg img {
opacity: 0.18; filter: saturate(0.4);
}
[data-scheme="licht"] .gm-hero--panel .gm-hero__bg img {
opacity: 0.10; filter: saturate(0.2) brightness(0.6);
}
[data-scheme="wald"] .gm-hero--panel .gm-hero__bg img {
opacity: 0.16; filter: saturate(0.6) hue-rotate(100deg);
}
.gm-hero--panel .gm-hero__bg::after {
content: ''; position: absolute; inset: 0;
background:
radial-gradient(ellipse 70% 55% at 50% 100%, var(--gm-bg) 0%, transparent 65%),
radial-gradient(ellipse 35% 80% at 0% 50%,   var(--gm-bg) 0%, transparent 65%);
} .gm-hero--fullbg .gm-hero__bg img {
opacity: 0.80; filter: saturate(0.85) brightness(0.9);
}
[data-scheme="licht"] .gm-hero--fullbg .gm-hero__bg img {
opacity: 0.70; filter: saturate(0.7) brightness(0.75);
}
[data-scheme="wald"] .gm-hero--fullbg .gm-hero__bg img {
opacity: 0.78; filter: saturate(0.7) hue-rotate(90deg) brightness(0.85);
}
.gm-hero--fullbg .gm-hero__bg::after {
content: ''; position: absolute; inset: 0;
background: linear-gradient(to top,
rgba(4,4,8,0.97) 0%, rgba(4,4,8,0.70) 40%,
rgba(4,4,8,0.30) 75%, rgba(4,4,8,0.10) 100%
);
}
.gm-hero--fullbg { align-items: flex-end; }
.gm-hero--fullbg .gm-hero__inner { padding-bottom: 100px; align-items: flex-end; grid-template-columns: 3fr 2fr; }
.gm-hero--fullbg .gm-hero__right { display: none; }
.gm-hero--fullbg .gm-hero__title  { color: #FFFFFF !important; }
.gm-hero--fullbg .gm-hero__sub    { color: rgba(255,255,255,0.72) !important; }
.gm-hero--fullbg .gm-hero__badge  { background: rgba(255,255,255,0.10) !important; border-color: rgba(255,255,255,0.18) !important; color: #FFFFFF !important; }
.gm-hero--fullbg .gm-hero__title-rule { background: var(--gm-accent); }
.gm-hero__inner {
display: grid; grid-template-columns: 1fr 1fr;
gap: 64px; align-items: center;
padding: 80px 0 72px;
position: relative; z-index: 2;
}
.gm-hero__badge {
display: inline-flex; align-items: center; gap: 8px;
background: var(--gm-tag-bg); border: 1px solid var(--gm-border-solid);
color: var(--gm-accent);
font-family: 'Space Grotesk', sans-serif;
font-size: 11px; font-weight: 500;
letter-spacing: 0.10em; text-transform: uppercase;
padding: 6px 14px; border-radius: 100px;
margin-bottom: 32px; transition: all 0.35s ease;
}
.gm-hero__badge-dot {
width: 6px; height: 6px; border-radius: 50%;
background: var(--gm-accent); flex-shrink: 0;
animation: gm-pulse 2.5s ease-in-out infinite;
transition: background 0.35s ease;
}
@keyframes gm-pulse {
0%, 100% { opacity: 1; transform: scale(1); }
50%       { opacity: 0.5; transform: scale(0.75); }
}
.gm-hero__title {
font-size: clamp(44px, 5.5vw, 86px);
font-weight: 700; line-height: 1.0;
letter-spacing: -0.04em; color: var(--gm-text);
margin-bottom: 28px; transition: color 0.35s ease;
}
.gm-hero__title-accent { color: var(--gm-accent); transition: color 0.35s ease; }
.gm-hero__title-rule {
display: block; width: 48px; height: 3px;
background: var(--gm-accent); margin: 20px 0 24px;
border-radius: 2px; transition: background 0.35s ease;
}
.gm-hero__sub {
font-size: 16px; font-weight: 300;
color: var(--gm-muted); line-height: 1.8;
max-width: 420px; margin-bottom: 40px;
transition: color 0.35s ease;
}
.gm-hero__btns { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 56px; }
.gm-hero__media-tags { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.gm-hero__media-label {
font-family: 'Space Grotesk', sans-serif;
font-size: 11px; font-weight: 400;
color: var(--gm-muted); letter-spacing: 0.06em;
margin-right: 4px; transition: color 0.35s ease;
} .gm-hero__right { position: relative; }
.gm-hero__img-wrap {
position: relative; border-radius: 12px; overflow: hidden;
aspect-ratio: 4/5; background: var(--gm-img-bg);
border: 1px solid var(--gm-border-solid);
transition: border-color 0.35s ease;
box-shadow: 0 40px 80px rgba(0,0,0,0.35);
}
.gm-hero__img-wrap img {
width: 100%; height: 100%;
object-fit: cover; object-position: center 20%;
display: block; transition: transform 0.6s ease;
}
.gm-hero__img-wrap:hover img { transform: scale(1.03); }
.gm-hero__img-badge {
position: absolute; bottom: 24px; left: 24px;
background: var(--gm-nav); backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid var(--gm-border-solid);
border-radius: 8px; padding: 14px 20px;
transition: all 0.35s ease;
}
.gm-hero__img-badge-val {
font-family: 'Space Grotesk', sans-serif;
font-size: 28px; font-weight: 700; letter-spacing: -0.03em;
color: var(--gm-accent); line-height: 1;
transition: color 0.35s ease;
}
.gm-hero__img-badge-label {
font-size: 11px; color: var(--gm-muted);
margin-top: 3px; transition: color 0.35s ease;
}
.gm-hero__img-deco {
position: absolute; top: -16px; right: -16px;
width: 80px; height: 80px;
border: 1.5px solid var(--gm-accent);
border-radius: 50%; opacity: 0.25; pointer-events: none;
transition: border-color 0.35s ease;
} .gm-hero__stats {
border-top: 1px solid var(--gm-border-solid);
position: relative; z-index: 2;
transition: border-color 0.35s ease;
}
.gm-hero__stats-inner {
display: grid; grid-template-columns: repeat(4, 1fr);
max-width: 1280px; margin: 0 auto; padding: 0 48px;
}
.gm-hero__stat {
padding: 24px 32px;
border-right: 1px solid var(--gm-border-solid);
transition: border-color 0.35s ease, background 0.2s;
}
.gm-hero__stat:last-child { border-right: none; }
.gm-hero__stat:hover { background: var(--gm-surface); }
.gm-hero__stat-val {
font-family: 'Space Grotesk', sans-serif;
font-size: 28px; font-weight: 700; letter-spacing: -0.03em;
color: var(--gm-accent); line-height: 1; margin-bottom: 4px;
transition: color 0.35s ease;
}
.gm-hero__stat-label {
font-size: 12px; color: var(--gm-muted);
transition: color 0.35s ease;
} .gm-trust {
background: var(--gm-surface);
border-bottom: 1px solid var(--gm-border-solid);
transition: background 0.35s ease, border-color 0.35s ease;
}
.gm-trust__inner { display: flex; align-items: center; }
.gm-trust__label {
font-family: 'Space Grotesk', sans-serif;
font-size: 10px; font-weight: 500;
letter-spacing: 0.16em; text-transform: uppercase;
color: var(--gm-muted); padding: 20px 32px 20px 0;
border-right: 1px solid var(--gm-border-solid);
white-space: nowrap; flex-shrink: 0;
transition: color 0.35s ease, border-color 0.35s ease;
}
.gm-trust__logos { display: flex; align-items: center; flex: 1; overflow: hidden; }
.gm-trust__item {
flex: 1; padding: 16px 24px;
border-right: 1px solid var(--gm-border-solid);
display: flex; align-items: center; gap: 10px;
transition: all 0.35s ease; cursor: default;
min-width: 0;
}
.gm-trust__item:last-child { border-right: none; }
.gm-trust__item:hover { background: var(--gm-surface2); }
.gm-trust__item-icon {
width: 28px; height: 28px; min-width: 28px;
background: var(--gm-tag-bg); border-radius: 6px;
display: flex; align-items: center; justify-content: center;
font-family: 'Space Grotesk', sans-serif;
font-size: 10px; font-weight: 700; color: var(--gm-accent);
transition: all 0.35s ease;
}
.gm-trust__item-name {
font-family: 'Space Grotesk', sans-serif;
font-size: 12px; font-weight: 600;
color: var(--gm-text); opacity: 0.55; line-height: 1.2;
transition: all 0.35s ease; white-space: nowrap;
}
.gm-trust__item:hover .gm-trust__item-name { opacity: 0.9; }
.gm-trust__item-type {
font-size: 10px; color: var(--gm-muted);
letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.6;
white-space: nowrap;
} .gm-pos__grid {
display: grid; grid-template-columns: 1fr 1fr;
gap: 96px; align-items: start;
}
.gm-pos__h2 {
font-size: clamp(32px, 3.5vw, 52px);
font-weight: 700; line-height: 1.05; letter-spacing: -0.03em;
margin-bottom: 24px; transition: color 0.35s ease;
}
.gm-pos__h2 strong { color: var(--gm-accent); transition: color 0.35s ease; }
.gm-pos__text {
font-size: 15px; color: var(--gm-muted); line-height: 1.85;
transition: color 0.35s ease;
}
.gm-pos__text + .gm-pos__text { margin-top: 14px; }
.gm-pos__right {
display: flex; flex-direction: column; gap: 1px;
background: var(--gm-border-solid);
border: 1px solid var(--gm-border-solid);
border-radius: 8px; overflow: hidden;
transition: background 0.35s ease, border-color 0.35s ease;
}
.gm-pos__item {
background: var(--gm-surface); padding: 28px 32px;
display: grid; grid-template-columns: 40px 1fr;
gap: 20px; align-items: start;
transition: background 0.2s;
}
.gm-pos__item:hover { background: var(--gm-surface2); }
.gm-pos__item-num {
font-family: 'Space Grotesk', sans-serif;
font-size: 13px; font-weight: 700;
color: var(--gm-accent); letter-spacing: 0.04em; padding-top: 2px;
transition: color 0.35s ease;
}
.gm-pos__item-title {
font-family: 'Space Grotesk', sans-serif;
font-size: 14px; font-weight: 600;
color: var(--gm-text); margin-bottom: 6px;
transition: color 0.35s ease;
}
.gm-pos__item-text {
font-size: 13.5px; color: var(--gm-muted); line-height: 1.65;
transition: color 0.35s ease;
} .gm-services__header {
display: grid; grid-template-columns: 1fr 1fr;
gap: 80px; align-items: end; margin-bottom: 56px;
}
.gm-services__h2 {
font-size: clamp(28px, 3vw, 46px); letter-spacing: -0.03em;
transition: color 0.35s ease;
}
.gm-services__sub {
font-size: 15px; color: var(--gm-muted); line-height: 1.8; padding-top: 8px;
transition: color 0.35s ease;
}
.gm-services__panels {
display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
background: var(--gm-border-solid);
border: 1px solid var(--gm-border-solid);
border-radius: 10px; overflow: hidden;
transition: background 0.35s ease, border-color 0.35s ease;
}
.gm-svc {
background: var(--gm-surface); padding: 40px 36px;
display: flex; flex-direction: column;
transition: background 0.25s ease; cursor: default;
}
.gm-svc:hover { background: var(--gm-surface2); }
.gm-svc--link { cursor: pointer; }
.gm-svc__num {
font-family: 'Space Grotesk', sans-serif;
font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
color: var(--gm-accent); margin-bottom: 28px;
transition: color 0.35s ease;
}
.gm-svc__icon {
width: 48px; height: 48px; background: var(--gm-tag-bg);
border-radius: 8px; display: flex; align-items: center; justify-content: center;
margin-bottom: 24px; transition: all 0.35s ease;
}
.gm-svc:hover .gm-svc__icon { background: var(--gm-accent); }
.gm-svc:hover .gm-svc__icon svg { stroke: var(--gm-accent-text); }
.gm-svc__icon svg {
width: 22px; height: 22px; stroke: var(--gm-accent);
fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
transition: stroke 0.35s ease;
}
.gm-svc__title {
font-family: 'Space Grotesk', sans-serif;
font-size: 22px; font-weight: 700; letter-spacing: -0.02em;
color: var(--gm-text); margin-bottom: 14px;
transition: color 0.35s ease;
}
.gm-svc__text {
font-size: 14px; color: var(--gm-muted); line-height: 1.75;
flex: 1; margin-bottom: 28px; transition: color 0.35s ease;
}
.gm-svc__tags { display: flex; flex-direction: column; gap: 6px; }
.gm-svc__tag {
display: flex; align-items: center; gap: 8px;
font-size: 12.5px; color: var(--gm-muted); transition: color 0.35s ease;
}
.gm-svc__tag::before {
content: ''; width: 4px; height: 4px; border-radius: 50%;
background: var(--gm-accent); flex-shrink: 0;
transition: background 0.35s ease;
}
.gm-svc__link {
display: inline-flex; align-items: center; gap: 6px;
font-family: 'Space Grotesk', sans-serif;
font-size: 12px; font-weight: 600;
color: var(--gm-accent); margin-top: 28px;
letter-spacing: 0.04em;
opacity: 0; transform: translateY(4px); transition: all 0.25s;
}
.gm-svc:hover .gm-svc__link { opacity: 1; transform: translateY(0); } .gm-projects__header {
display: flex; justify-content: space-between;
align-items: flex-end; margin-bottom: 48px;
}
.gm-projects__h2 {
font-size: clamp(28px, 3vw, 46px); letter-spacing: -0.03em;
transition: color 0.35s ease;
}
.gm-projects__all-link {
display: flex; align-items: center; gap: 7px;
font-family: 'Space Grotesk', sans-serif;
font-size: 13px; font-weight: 600;
color: var(--gm-accent); letter-spacing: 0.04em;
transition: gap 0.2s, color 0.35s ease;
}
.gm-projects__all-link:hover { gap: 12px; }
.gm-projects__grid {
display: grid;
grid-template-columns: 1.45fr 1fr 1fr;
grid-template-rows: auto auto;
gap: 2px;
background: var(--gm-border-solid);
border: 1px solid var(--gm-border-solid);
border-radius: 12px; overflow: hidden;
transition: background 0.35s ease, border-color 0.35s ease;
}
.gm-project-card {
background: var(--gm-surface); cursor: pointer;
position: relative; display: flex; flex-direction: column;
transition: background 0.35s ease;
}
.gm-project-card:hover { background: var(--gm-surface2); }
.gm-project-card--featured { grid-row: span 2; }
.gm-project-card__thumb {
background: var(--gm-surface2); position: relative;
overflow: hidden; display: flex; align-items: center;
justify-content: center; aspect-ratio: 16/10;
transition: background 0.35s ease;
}
.gm-project-card--featured .gm-project-card__thumb {
aspect-ratio: unset; flex: 1; min-height: 280px;
}
.gm-project-card__thumb img {
position: absolute; inset: 0; width: 100%; height: 100%;
object-fit: cover; display: block; transition: transform 0.5s ease;
}
.gm-project-card:hover .gm-project-card__thumb img { transform: scale(1.05); }
.gm-project-card__thumb::after {
content: ''; position: absolute; inset: 0;
background: linear-gradient(to top, var(--gm-overlay) 0%, transparent 55%);
opacity: 0; transition: opacity 0.3s;
}
.gm-project-card:hover .gm-project-card__thumb::after { opacity: 0.55; } .gm-play-overlay {
position: absolute; inset: 0;
display: flex; align-items: center; justify-content: center;
z-index: 2; pointer-events: none;
}
.gm-play-btn {
width: 52px; height: 52px;
background: rgba(8,12,18,0.65); border-radius: 50%;
display: flex; align-items: center; justify-content: center;
border: 2px solid rgba(255,255,255,0.35);
backdrop-filter: blur(4px); transition: all 0.25s;
}
.gm-play-btn svg { fill: #fff; width: 16px; height: 16px; margin-left: 2px; }
.gm-project-card:hover .gm-play-btn {
transform: scale(1.10);
background: var(--gm-accent); border-color: transparent;
}
.gm-thumb-type {
position: absolute; top: 12px; right: 12px;
font-family: 'Space Grotesk', sans-serif;
font-size: 10px; font-weight: 600;
letter-spacing: 0.10em; text-transform: uppercase;
color: #fff; background: rgba(8,12,18,0.60);
backdrop-filter: blur(4px);
padding: 4px 10px; border-radius: 100px; z-index: 3;
}
.gm-project-card__info { padding: 22px 24px; }
.gm-project-card--featured .gm-project-card__info { padding: 28px 32px; }
.gm-project-card__cat {
font-family: 'Space Grotesk', sans-serif;
font-size: 10px; font-weight: 600;
letter-spacing: 0.12em; text-transform: uppercase;
color: var(--gm-tag-text); background: var(--gm-tag-bg);
padding: 3px 10px; border-radius: 100px;
display: inline-block; margin-bottom: 10px;
transition: all 0.35s ease;
}
.gm-project-card__title {
font-family: 'Space Grotesk', sans-serif;
font-size: 15px; font-weight: 700;
color: var(--gm-text); letter-spacing: -0.01em;
margin-bottom: 7px; transition: color 0.35s ease;
}
.gm-project-card--featured .gm-project-card__title { font-size: 20px; margin-bottom: 10px; }
.gm-project-card__desc {
font-size: 13px; color: var(--gm-muted); line-height: 1.6;
transition: color 0.35s ease;
} .gm-projects__dots {
display: flex; align-items: center; justify-content: center;
gap: 8px; margin-top: 36px;
}
.gm-projects__dot {
width: 8px; height: 8px; border-radius: 50%;
background: var(--gm-border-solid);
cursor: pointer; border: none;
transition: all 0.25s;
}
.gm-projects__dot.active {
background: var(--gm-accent); width: 24px; border-radius: 4px;
} .gm-usp {
padding: 112px 0; position: relative; overflow: hidden;
}
.gm-usp__bg { position: absolute; inset: 0; z-index: 0; }
.gm-usp__bg img {
width: 100%; height: 100%;
object-fit: cover; object-position: center;
filter: saturate(0.3); transition: opacity 0.35s ease;
}
[data-scheme="noir"]  .gm-usp__bg img { opacity: 0.28; }
[data-scheme="licht"] .gm-usp__bg img { opacity: 0.16; filter: saturate(0.25) brightness(0.55); }
[data-scheme="wald"]  .gm-usp__bg img { opacity: 0.24; filter: saturate(0.6) hue-rotate(110deg); }
.gm-usp__bg::after {
content: ''; position: absolute; inset: 0;
background:
radial-gradient(ellipse 100% 50% at 50% 0%,   var(--gm-surface) 0%, transparent 70%),
radial-gradient(ellipse 100% 50% at 50% 100%, var(--gm-surface) 0%, transparent 70%);
transition: background 0.35s ease;
}
.gm-usp__inner {
position: relative; z-index: 2;
text-align: center; margin-bottom: 64px;
}
.gm-usp__h2 {
font-size: clamp(28px, 3vw, 46px); letter-spacing: -0.03em;
margin-bottom: 16px; transition: color 0.35s ease;
}
.gm-usp__sub {
font-size: 15px; color: var(--gm-muted);
max-width: 520px; margin: 0 auto; line-height: 1.75;
transition: color 0.35s ease;
}
.gm-usp__grid {
display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
background: var(--gm-border-solid);
border: 1px solid var(--gm-border-solid);
border-radius: 10px; overflow: hidden;
position: relative; z-index: 2;
transition: background 0.35s ease, border-color 0.35s ease;
}
.gm-usp__item {
background: var(--gm-surface); padding: 48px 36px; text-align: center;
transition: background 0.2s;
}
.gm-usp__item:hover { background: var(--gm-surface2); }
.gm-usp__item-num {
font-family: 'Space Grotesk', sans-serif;
font-size: 56px; font-weight: 700; letter-spacing: -0.04em;
color: var(--gm-accent); line-height: 1; margin-bottom: 12px;
transition: color 0.35s ease, transform 0.3s;
}
.gm-usp__item:hover .gm-usp__item-num { transform: scale(1.05); }
.gm-usp__item-title {
font-family: 'Space Grotesk', sans-serif;
font-size: 15px; font-weight: 600;
color: var(--gm-text); margin-bottom: 8px;
transition: color 0.35s ease;
}
.gm-usp__item-text {
font-size: 13px; color: var(--gm-muted); line-height: 1.6;
transition: color 0.35s ease;
} .gm-process__header {
display: grid; grid-template-columns: 1fr 1fr;
gap: 80px; align-items: start; margin-bottom: 72px;
}
.gm-process__h2 {
font-size: clamp(28px, 3vw, 46px); letter-spacing: -0.03em;
transition: color 0.35s ease;
}
.gm-process__sub {
font-size: 15px; color: var(--gm-muted); line-height: 1.8; padding-top: 8px;
transition: color 0.35s ease;
}
.gm-process__steps {
display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
background: var(--gm-border-solid);
border: 1px solid var(--gm-border-solid);
border-radius: 10px; overflow: hidden;
transition: background 0.35s ease, border-color 0.35s ease;
}
.gm-process__step {
background: var(--gm-surface); padding: 40px 36px;
transition: background 0.2s;
}
.gm-process__step:hover { background: var(--gm-surface2); }
.gm-process__step-num {
font-family: 'Space Grotesk', sans-serif;
font-size: 11px; font-weight: 700; letter-spacing: 0.16em;
color: var(--gm-accent); margin-bottom: 28px;
display: flex; align-items: center; gap: 12px;
transition: color 0.35s ease;
}
.gm-process__step-num::after {
content: ''; flex: 1; height: 1px;
background: var(--gm-border-solid); transition: background 0.35s ease;
}
.gm-process__step:last-child .gm-process__step-num::after { display: none; }
.gm-process__step-title {
font-family: 'Space Grotesk', sans-serif;
font-size: 18px; font-weight: 700; letter-spacing: -0.02em;
color: var(--gm-text); margin-bottom: 12px;
transition: color 0.35s ease;
}
.gm-process__step-text {
font-size: 14px; color: var(--gm-muted); line-height: 1.7;
transition: color 0.35s ease;
} .gm-cta {
position: relative; padding: 140px 0; overflow: hidden;
border-top: 1px solid var(--gm-border-solid);
transition: border-color 0.35s ease;
}
.gm-cta__bg { position: absolute; inset: 0; z-index: 0; }
.gm-cta__bg img {
width: 100%; height: 100%; object-fit: cover;
object-position: center 40%; display: block;
transition: opacity 0.35s ease;
}
[data-scheme="noir"]  .gm-cta__bg img { opacity: 0.52; }
[data-scheme="licht"] .gm-cta__bg img { opacity: 0.35; filter: brightness(0.65) saturate(0.7); }
[data-scheme="wald"]  .gm-cta__bg img { opacity: 0.44; filter: saturate(0.6) hue-rotate(100deg); }
.gm-cta__bg::after {
content: ''; position: absolute; inset: 0;
background: linear-gradient(100deg, var(--gm-bg) 0%, rgba(8,12,18,0.85) 40%, rgba(8,12,18,0.50) 70%, transparent 100%);
transition: background 0.35s ease;
}
[data-scheme="licht"] .gm-cta__bg::after {
background: linear-gradient(100deg, var(--gm-bg) 0%, rgba(244,246,251,0.88) 40%, rgba(244,246,251,0.55) 70%, transparent 100%);
}
[data-scheme="wald"] .gm-cta__bg::after {
background: linear-gradient(100deg, var(--gm-bg) 0%, rgba(7,15,11,0.88) 40%, rgba(7,15,11,0.55) 70%, transparent 100%);
}
.gm-cta__content { position: relative; z-index: 2; max-width: 640px; }
.gm-cta__h2 {
font-size: clamp(36px, 4.5vw, 68px);
line-height: 1.0; letter-spacing: -0.04em;
margin: 16px 0 24px; transition: color 0.35s ease;
}
.gm-cta__h2 span { color: var(--gm-accent); transition: color 0.35s ease; }
.gm-cta__text {
font-size: 16px; color: var(--gm-muted); line-height: 1.75;
max-width: 460px; margin-bottom: 44px; transition: color 0.35s ease;
}
.gm-cta__btns { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.gm-cta__mail {
font-size: 13px; color: var(--gm-muted); margin-top: 20px;
transition: color 0.35s ease;
}
.gm-cta__mail a { color: var(--gm-accent); font-weight: 500; transition: color 0.35s ease; } .gm-faq { max-width: 780px; margin: 0 auto; }
.gm-faq__header { text-align: center; margin-bottom: 56px; }
.gm-faq__h2 {
font-size: clamp(24px, 2.5vw, 38px); letter-spacing: -0.03em;
margin-bottom: 12px; transition: color 0.35s ease;
}
.gm-faq__sub {
font-size: 15px; color: var(--gm-muted); transition: color 0.35s ease;
}
.gm-faq__list { display: flex; flex-direction: column; }
.gm-faq__item {
border-bottom: 1px solid var(--gm-border-solid);
transition: border-color 0.35s ease;
}
.gm-faq__item:first-child { border-top: 1px solid var(--gm-border-solid); }
.gm-faq__q {
width: 100%; display: flex; align-items: center;
justify-content: space-between; gap: 16px;
padding: 20px 0; background: none; border: none;
cursor: pointer; text-align: left;
font-family: 'Space Grotesk', sans-serif;
font-size: 15px; font-weight: 600; color: var(--gm-text);
transition: color 0.2s;
}
.gm-faq__q:hover { color: var(--gm-accent); }
.gm-faq__q-icon {
width: 22px; height: 22px; min-width: 22px; border-radius: 50%;
background: var(--gm-tag-bg);
display: flex; align-items: center; justify-content: center;
transition: all 0.25s;
}
.gm-faq__q-icon svg {
width: 12px; height: 12px; stroke: var(--gm-accent);
fill: none; stroke-width: 2.5; transition: transform 0.25s;
}
.gm-faq__item.open .gm-faq__q-icon { background: var(--gm-accent); }
.gm-faq__item.open .gm-faq__q-icon svg { stroke: var(--gm-accent-text); transform: rotate(45deg); }
.gm-faq__a {
font-size: 14px; color: var(--gm-muted); line-height: 1.75;
max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease;
}
.gm-faq__item.open .gm-faq__a { max-height: 400px; padding-bottom: 20px; }  .gm-gallery--horizontal {
display: flex; gap: 3px; overflow-x: auto; cursor: grab;
height: var(--strip-height, clamp(280px, 55vh, 580px));
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.gm-gallery--horizontal::-webkit-scrollbar { display: none; }
.gm-gallery--horizontal:active { cursor: grabbing; }
.gm-gallery--horizontal .gm-gallery__item {
height: 100%; flex-shrink: 0;
position: relative; overflow: hidden; border-radius: 0;
}
.gm-gallery--horizontal .gm-gallery__item img {
height: 100%; width: auto; max-width: none; display: block;
transition: filter 0.3s;
}
.gm-gallery--horizontal .gm-gallery__item:hover img { filter: brightness(0.85); } .gm-gallery--masonry {
columns: var(--gm-columns, 3); gap: 4px;
}
.gm-gallery--masonry .gm-gallery__item {
break-inside: avoid; margin-bottom: 4px;
position: relative; overflow: hidden; cursor: pointer;
}
.gm-gallery--masonry .gm-gallery__item img {
width: 100%; display: block; transition: transform 0.4s ease;
}
.gm-gallery--masonry .gm-gallery__item:hover img { transform: scale(1.03); }
.gm-gallery__item { cursor: pointer; } .gm-lightbox {
display: none; position: fixed; inset: 0; z-index: 9900;
background: rgba(0,0,0,0.92);
backdrop-filter: blur(8px);
align-items: center; justify-content: center;
}
.gm-lightbox.open { display: flex; } .gm-lightbox--video .gm-lightbox__video-wrap {
position: relative; width: min(90vw, 1200px); aspect-ratio: 16/9;
background: #000; border-radius: 8px; overflow: hidden;
}
.gm-lightbox--video iframe,
.gm-lightbox--video video {
position: absolute; inset: 0; width: 100%; height: 100%;
} .gm-lightbox--gallery {
flex-direction: column;
}
.gm-lightbox__gallery-strip {
display: flex; gap: 4px; max-height: 80vh;
overflow-x: auto; padding: 0 40px;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.gm-lightbox__gallery-strip::-webkit-scrollbar { display: none; }
.gm-lightbox__gallery-strip img {
height: 80vh; width: auto; max-width: none;
display: block; border-radius: 4px;
transition: opacity 0.2s;
} .gm-lightbox__gallery-masonry {
max-width: min(90vw, 1200px); max-height: 85vh;
overflow-y: auto; padding: 0;
columns: 3; gap: 4px;
}
.gm-lightbox__gallery-masonry img {
width: 100%; display: block; break-inside: avoid;
margin-bottom: 4px; border-radius: 3px;
}
.gm-lightbox__close {
position: absolute; top: 20px; right: 20px;
width: 44px; height: 44px; border-radius: 50%;
background: rgba(255,255,255,0.12); border: none; cursor: pointer;
display: flex; align-items: center; justify-content: center;
transition: background 0.2s;
}
.gm-lightbox__close:hover { background: rgba(255,255,255,0.25); }
.gm-lightbox__close svg {
width: 18px; height: 18px; stroke: #fff;
fill: none; stroke-width: 2; stroke-linecap: round;
}
.gm-lightbox__counter {
margin-top: 16px;
font-family: 'Space Grotesk', sans-serif;
font-size: 12px; color: rgba(255,255,255,0.40);
letter-spacing: 0.1em;
} .gm-footer {
background: var(--gm-footer-bg);
padding: 64px 0 36px;
transition: background 0.35s ease;
}
.gm-footer__top {
display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
gap: 48px; margin-bottom: 48px; padding-bottom: 48px;
border-bottom: 1px solid rgba(255,255,255,0.06);
}
.gm-footer__logo {
display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
}
.gm-footer__logo-icon {
width: 32px; height: 32px; background: var(--gm-accent);
border-radius: 6px; display: flex; align-items: center; justify-content: center;
flex-shrink: 0; transition: background 0.35s ease;
}
.gm-footer__logo-icon svg { fill: var(--gm-accent-text); width: 14px; height: 14px; }
.gm-footer__logo-name {
font-family: 'Space Grotesk', sans-serif;
font-size: 13px; font-weight: 600; color: rgba(224,230,244,0.80);
}
.gm-footer__tagline {
font-size: 13px; color: rgba(224,230,244,0.35);
line-height: 1.7; max-width: 220px; margin-bottom: 20px;
}
.gm-footer__mail {
font-family: 'Space Grotesk', sans-serif;
font-size: 12px; color: var(--gm-accent); transition: color 0.35s ease;
}
.gm-footer__col-title {
font-family: 'Space Grotesk', sans-serif;
font-size: 10px; font-weight: 600;
letter-spacing: 0.16em; text-transform: uppercase;
color: rgba(224,230,244,0.25); margin-bottom: 18px;
}
.gm-footer__links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.gm-footer__links a {
font-size: 13px; color: rgba(224,230,244,0.45); transition: color 0.2s;
}
.gm-footer__links a:hover { color: rgba(224,230,244,0.85); }
.gm-footer__bottom {
display: flex; justify-content: space-between; align-items: center;
}
.gm-footer__copy { font-size: 12px; color: rgba(224,230,244,0.20); }
.gm-footer__legal { display: flex; gap: 20px; }
.gm-footer__legal a {
font-size: 12px; color: rgba(224,230,244,0.20); transition: color 0.2s;
}
.gm-footer__legal a:hover { color: rgba(224,230,244,0.60); } #gm-cc {
position: fixed; bottom: 0; left: 0; right: 0; z-index: 9980;
background: var(--gm-surface); border-top: 1px solid var(--gm-border-solid);
transform: translateY(100%);
transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
box-shadow: 0 -8px 40px rgba(0,0,0,.15);
}
#gm-cc.gm-cc--visible { transform: translateY(0); }
.gm-cc__inner {
max-width: 1280px; margin: 0 auto;
padding: 1.2rem clamp(1.25rem, 4vw, 3rem);
display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
}
.gm-cc__text {
flex: 1; font-size: 0.8rem; line-height: 1.65;
color: var(--gm-muted); margin: 0;
}
.gm-cc__link { color: var(--gm-accent); text-decoration: underline; margin-left: 0.3em; }
.gm-cc__btns { display: flex; gap: 0.6rem; flex-shrink: 0; }
.gm-cc__btn {
font-family: 'Space Grotesk', sans-serif;
font-size: 0.68rem; font-weight: 500; letter-spacing: 0.1em;
text-transform: uppercase; border: 1px solid transparent;
padding: 0.55rem 1.4rem; cursor: pointer; border-radius: 3px;
transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.gm-cc__btn--accept {
background: var(--gm-accent); color: var(--gm-accent-text);
border-color: var(--gm-accent);
}
.gm-cc__btn--accept:hover { opacity: 0.85; }
.gm-cc__btn--decline {
background: transparent; color: var(--gm-muted);
border-color: var(--gm-border-solid);
}
.gm-cc__btn--decline:hover { border-color: var(--gm-muted); color: var(--gm-text); } .gm-page-content {
max-width: 800px; margin: 0 auto;
padding: 100px 48px 80px;
}
.gm-page-content h1 {
font-size: clamp(32px, 4vw, 52px); margin-bottom: 40px;
}
.gm-page-content h2 {
font-size: 20px; margin: 36px 0 12px;
color: var(--gm-text);
}
.gm-page-content h3 {
font-size: 16px; margin: 24px 0 8px; color: var(--gm-text);
}
.gm-page-content p {
font-size: 15px; color: var(--gm-muted); line-height: 1.8; margin-bottom: 16px;
}
.gm-page-content a { color: var(--gm-accent); text-decoration: underline; }
.gm-page-content ul, .gm-page-content ol {
padding-left: 20px; margin-bottom: 16px;
}
.gm-page-content li {
font-size: 15px; color: var(--gm-muted); line-height: 1.8; margin-bottom: 6px;
}
.gm-page-content hr {
border: none; border-top: 1px solid var(--gm-border-solid); margin: 36px 0;
} .gm-analytics-wrap { font-family: 'Inter', system-ui, sans-serif; }
.gm-analytics-grid {
display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 32px;
}
.gm-analytics-card {
background: #fff; border: 1px solid #e5e7eb; border-radius: 8px;
padding: 20px; text-align: center;
}
.gm-analytics-card__val { font-size: 32px; font-weight: 700; color: #111; line-height: 1; }
.gm-analytics-card__label { font-size: 12px; color: #6b7280; margin-top: 6px; } .gm-ico {
display: block; stroke: var(--gm-accent); fill: none;
stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
transition: stroke 0.35s ease;
}
.gm-ico-sm {
width: 14px; height: 14px; stroke: currentColor; fill: none;
stroke-width: 2.5; stroke-linecap: round;
} @media (max-width: 1024px) {
.gm-hero__inner { grid-template-columns: 1fr; gap: 48px; }
.gm-hero--fullbg .gm-hero__inner { grid-template-columns: 1fr; }
.gm-hero__img-wrap { aspect-ratio: 16/9; max-width: 560px; }
.gm-hero__sub { max-width: 100%; }
.gm-hero__stats-inner { grid-template-columns: repeat(2, 1fr); }
.gm-hero__stat:nth-child(2) { border-right: none; }
.gm-hero__stat:nth-child(3),
.gm-hero__stat:nth-child(4) { border-top: 1px solid var(--gm-border-solid); }
.gm-usp__grid { grid-template-columns: 1fr 1fr; }
.gm-pos__grid { grid-template-columns: 1fr; gap: 48px; }
.gm-services__header { grid-template-columns: 1fr; gap: 20px; }
.gm-projects__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
.gm-project-card--featured { grid-row: auto; grid-column: span 2; }
.gm-project-card--featured .gm-project-card__thumb { aspect-ratio: 16/10; flex: unset; min-height: unset; }
.gm-gallery--masonry { columns: 2; }
.gm-lightbox__gallery-masonry { columns: 2; }
}
@media (max-width: 900px) {
.gm-container { padding: 0 28px; }
.gm-nav__menu  { display: none; }
.gm-nav__burger { display: flex; }
.gm-services__panels { grid-template-columns: 1fr; }
.gm-process__header { grid-template-columns: 1fr; gap: 20px; }
.gm-process__steps  { grid-template-columns: 1fr; }
.gm-footer__top     { grid-template-columns: 1fr 1fr; }
.gm-trust__logos    { flex-wrap: wrap; }
.gm-trust__item     { flex: none; width: 50%; }
.gm-trust__item:nth-child(even) { border-right: none; }
.gm-trust__inner { flex-direction: column; }
.gm-trust__label { border-right: none; border-bottom: 1px solid var(--gm-border-solid); padding: 16px 20px; width: 100%; }
.gm-projects__grid  { grid-template-columns: 1fr; }
.gm-project-card--featured { grid-column: 1; }
.gm-hide-tablet { display: none !important; }
}
@media (max-width: 600px) {
.gm-container { padding: 0 18px; }
.gm-section  { padding: 64px 0; }
.gm-nav__cta, .gm-nav__lang { display: none; }
.gm-scheme-btn { padding: 4px 8px; font-size: 10px; }
.gm-hero__inner { padding: 56px 0 48px; gap: 36px; }
.gm-hero__title { font-size: clamp(38px, 9vw, 54px); }
.gm-hero__img-wrap { aspect-ratio: 3/2; }
.gm-hero__stats-inner { grid-template-columns: repeat(2, 1fr); padding: 0 18px; }
.gm-hero__stat { padding: 18px 20px; }
.gm-hero__stat:nth-child(2) { border-right: none; }
.gm-hero__stat:nth-child(3) { border-top: 1px solid var(--gm-border-solid); }
.gm-hero__stat:nth-child(4) { border-top: 1px solid var(--gm-border-solid); border-right: none; }
.gm-usp__grid  { grid-template-columns: 1fr 1fr; }
.gm-usp__item  { padding: 32px 24px; }
.gm-usp__item-num { font-size: 40px; }
.gm-footer__top { grid-template-columns: 1fr; }
.gm-footer__bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
.gm-hero__btns { flex-direction: column; align-items: flex-start; }
.gm-hero__btns .gm-btn { width: 100%; justify-content: center; }
.gm-projects__header { flex-direction: column; align-items: flex-start; gap: 12px; }
.gm-cta { padding: 88px 0; }
.gm-gallery--masonry { columns: 1; }
.gm-lightbox__gallery-masonry { columns: 1; }
.gm-hide-mobile { display: none !important; }
.gm-cc__inner { flex-direction: column; align-items: stretch; }
.gm-cc__btns  { justify-content: flex-end; }
.gm-page-content { padding: 80px 18px 60px; }
}