.fw-gh-wrap {
    --fw-blue: #0b2f5b;
    --fw-blue-dark: #061f3d;
    --fw-blue-light: #1d5f9f;
    --fw-red: #c81e1e;
    --fw-text: #172033;
    --fw-muted: #64748b;
    --fw-border: #dbe3ef;
    --fw-card: #ffffff;
    --fw-gh-columns: 2;
    --fw-gh-gap: 26px;
    --fw-gh-radius: 24px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 24px 12px 50px;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--fw-text);
}

.fw-gh-wrap *,
.fw-gh-wrap *::before,
.fw-gh-wrap *::after {
    box-sizing: border-box;
}

.fw-gh-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 30px;
    align-items: center;
    overflow: hidden;
    padding: clamp(34px, 6vw, 72px);
    border-radius: 30px;
    background:
        radial-gradient(circle at 78% 15%, rgba(255,255,255,.16), transparent 20%),
        radial-gradient(circle at 95% 90%, rgba(200,30,30,.28), transparent 32%),
        linear-gradient(135deg, #061f3d 0%, #0b2f5b 48%, #154f83 100%);
    box-shadow: 0 24px 70px rgba(6,31,61,.22);
    color: #fff;
}

.fw-gh-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to right, #000, transparent 95%);
}

.fw-gh-hero-copy,
.fw-gh-hero-symbol {
    position: relative;
    z-index: 2;
}

.fw-gh-kicker {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
}

.fw-gh-hero h1 {
    margin: 0;
    max-width: 760px;
    color: #fff !important;
    font-size: clamp(38px, 6vw, 72px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -.045em;
}

.fw-gh-hero p {
    max-width: 760px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.88);
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.7;
}

.fw-gh-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.fw-gh-hero-stats span {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    padding: 13px 16px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px;
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(8px);
    color: rgba(255,255,255,.78);
    font-size: 12px;
}

.fw-gh-hero-stats strong {
    color: #fff;
    font-size: 17px;
}

.fw-gh-hero-symbol {
    display: grid;
    place-items: center;
    min-height: 250px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 28px;
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 0 40px rgba(255,255,255,.05);
}

.fw-gh-hero-symbol span {
    font-size: 92px;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,.2));
}

.fw-gh-hero-symbol small {
    margin-top: -35px;
    color: rgba(255,255,255,.7);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
}

.fw-gh-grid {
    display: grid;
    grid-template-columns: repeat(var(--fw-gh-columns), minmax(0, 1fr));
    gap: var(--fw-gh-gap);
    margin-top: 34px;
}

.fw-gh-card {
    overflow: hidden;
    border: 1px solid var(--fw-border);
    border-radius: var(--fw-gh-radius);
    background: var(--fw-card);
    box-shadow: 0 18px 45px rgba(15,48,82,.09);
    transition: transform .25s ease, box-shadow .25s ease;
}

.fw-gh-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 65px rgba(15,48,82,.16);
}

.fw-gh-image {
    position: relative;
    height: 310px;
    overflow: hidden;
    background: #edf2f7;
}

.fw-gh-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}

.fw-gh-card:hover .fw-gh-image img {
    transform: scale(1.045);
}

.fw-gh-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(6,31,61,.88), transparent 60%);
}

.fw-gh-placeholder {
    display: grid;
    place-items: center;
    height: 100%;
    background: linear-gradient(135deg, #eaf2fa, #d7e5f3);
}

.fw-gh-placeholder span {
    font-size: 86px;
}

.fw-gh-image-label {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.fw-gh-image-label small {
    margin-bottom: 3px;
    color: rgba(255,255,255,.72);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.fw-gh-image-label strong {
    font-size: 24px;
    line-height: 1.15;
}

.fw-gh-content {
    padding: 26px;
}

.fw-gh-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}


.fw-gh-content h2 {
    margin: 0;
    color: var(--fw-blue-dark);
    font-size: 29px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.025em;
}

.fw-gh-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 17px;
    background: #eef4fb;
    font-size: 24px;
}

.fw-gh-address {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f7f9fc;
    color: #46596d;
    font-size: 14px;
    line-height: 1.6;
}

.fw-gh-address-icon {
    flex: 0 0 auto;
}

.fw-gh-description {
    margin-top: 18px;
    color: #536579;
    font-size: 15px;
    line-height: 1.75;
}

.fw-gh-description p {
    margin: 0 0 14px;
}

.fw-gh-vehicles-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e3e9f1;
}

.fw-gh-vehicles-head span {
    color: var(--fw-blue-dark);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.fw-gh-vehicles-head small {
    color: var(--fw-muted);
}

.fw-gh-vehicle-links {
    display: grid;
    gap: 9px;
    margin-top: 13px;
}

.fw-gh-vehicle-links a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    min-height: 46px;
    padding: 10px 13px;
    border: 1px solid #d9e3ee;
    border-radius: 14px;
    background: #fff;
    color: var(--fw-blue) !important;
    text-decoration: none !important;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.fw-gh-vehicle-links a:hover {
    transform: translateX(4px);
    border-color: var(--fw-blue);
    background: #eef5fb;
}

.fw-gh-vehicle-links b {
    color: var(--fw-red);
}

.fw-gh-map {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 22px;
    padding: 13px 16px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--fw-blue-dark), var(--fw-blue));
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 900;
}

.fw-gh-map:hover {
    background: linear-gradient(135deg, var(--fw-red), #9f1111);
}

.fw-gh-empty {
    grid-column: 1 / -1;
    display: grid;
    place-items: center;
    gap: 10px;
    padding: 50px;
    border: 1px dashed #b8c6d8;
    border-radius: 22px;
    background: #fff;
    color: #475569;
    text-align: center;
}

.fw-gh-empty span {
    font-size: 54px;
}

/* Designvariante: Glass */
.fw-gh-design-glass {
    padding: 34px 24px 50px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(29,95,159,.18), transparent 32%),
        linear-gradient(135deg, #f3f7fb, #e9f0f7);
}

.fw-gh-design-glass .fw-gh-card {
    background: rgba(255,255,255,.76);
    backdrop-filter: blur(14px);
}

/* Designvariante: Minimal */
.fw-gh-design-minimal .fw-gh-hero {
    border-radius: 0;
    box-shadow: none;
}

.fw-gh-design-minimal .fw-gh-card {
    border-radius: 12px;
    box-shadow: none;
    border-top: 5px solid var(--fw-red);
}

@media (max-width: 1100px) {
    .fw-gh-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .fw-gh-hero {
        grid-template-columns: 1fr;
    }

    .fw-gh-hero-symbol {
        min-height: 180px;
    }

    .fw-gh-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .fw-gh-wrap {
        padding: 14px 8px 36px;
    }

    .fw-gh-hero {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .fw-gh-hero-symbol {
        display: none;
    }

    .fw-gh-hero-stats {
        display: grid;
        grid-template-columns: 1fr;
    }

    .fw-gh-image {
        height: 235px;
    }

    .fw-gh-content {
        padding: 20px;
    }

    .fw-gh-design-glass {
        padding: 16px 8px 36px;
        border-radius: 18px;
    }
}
