:root {
    --golvtjanst-brand: #c82b2b;
    --golvtjanst-brand-strong: #a62424;
    --golvtjanst-accent: #c82b2b;
    --golvtjanst-red: #c82b2b;
    --golvtjanst-red-hover: #a62020;
    --golvtjanst-text: #111111;
    --golvtjanst-text-soft: #4d5965;
    --golvtjanst-surface: #ffffff;
    --golvtjanst-surface-soft: #f6f7f8;
    --golvtjanst-border: #ececec;
    --golvtjanst-border-strong: #bfc3c8;
    --golvtjanst-shadow: 0 18px 50px rgba(17, 17, 17, 0.08);
    --golvtjanst-radius: 28px;
    --golvtjanst-footer-bg: #1b1b1b;
    --gt-navbar-h: 83px;
}

body {
    color: var(--golvtjanst-text);
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
    font-family: "Ubuntu", sans-serif;
    letter-spacing: -0.02em;
}

/* ── Header topbar ──────────────────────────── */
.gt-header-topbar {
    background: #1e2832;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 0.5rem 0;
    font-size: 0.77rem;
}

.gt-topbar-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gt-topbar-contact {
    display: flex;
    align-items: center;
    gap: 0;
}

.gt-topbar-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    padding: 0.1rem 1.25rem;
    transition: color 0.15s ease;
    line-height: 1;
}

.gt-topbar-contact-item:hover {
    color: #ffffff;
}

.gt-topbar-contact-item svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    opacity: 0.7;
}

.gt-topbar-divider {
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,0.18);
    flex-shrink: 0;
}

/* ── Main navbar ─────────────────────────────── */
.gt-navbar {
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.75rem 0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}

/* Logo sizing */
.gt-logo {
    padding: 0;
    line-height: 1;
}

.gt-logo img {
    height: 58px;
    width: auto;
    display: block;
}

/* Nav end group: segment switch + offert button */
.gt-nav-end {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Segment / pill switcher */
.gt-segment-switch {
    display: flex;
    align-items: center;
    background: #f0f2f4;
    border-radius: 999px;
    padding: 3px;
    gap: 2px;
}

.gt-segment-btn {
    display: inline-block;
    padding: 0.3rem 0.85rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    border-radius: 999px;
    transition: background 0.18s ease, color 0.18s ease;
    white-space: nowrap;
}

.gt-segment-btn:hover {
    color: #111;
}

.gt-segment-btn--active {
    background: #ffffff;
    color: #111111;
    box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}

/* Offert CTA button in nav */
.gt-btn-offert {
    display: inline-flex;
    align-items: center;
    height: 44px;
    padding: 0 1.35rem;
    background: var(--golvtjanst-red);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.88rem;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.18s ease;
}

.gt-btn-offert:hover {
    background: var(--golvtjanst-red-hover);
    color: #ffffff;
}

/* Hamburger */
.gt-hamburger {
    border: 1px solid var(--golvtjanst-border-strong);
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
}

.gt-hamburger:focus {
    box-shadow: none;
}

/* Nav links */
.gt-nav-links {
    align-items: center;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%2817,17,17,0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar .menu-item {
    list-style: none;
}

.navbar .menu-item > a {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    padding: 0.4rem 0.7rem;
    color: #222222;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.18s ease;
}

.navbar .menu-item > a:hover {
    color: #111111;
}

.navbar .current-menu-item > a,
.navbar .current-page-ancestor > a {
    color: #111111;
    font-weight: 700;
}

.gt-section {
    padding: 2.5rem 0 5rem;
}

.gt-hero-shell,
.gt-content-shell,
.gt-side-card,
.gt-feature-card,
.gt-cta-panel,
.gt-logo-panel,
.gt-form-shell,
.gt-profile-card {
    background: var(--golvtjanst-surface);
    border: 1px solid var(--golvtjanst-border);
    border-radius: var(--golvtjanst-radius);
    box-shadow: var(--golvtjanst-shadow);
}

.gt-hero-shell {
    padding: clamp(1.8rem, 2vw, 2.6rem);
    overflow: hidden;
    position: relative;
}

.gt-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(200, 43, 43, 0.06), transparent 48%, rgba(178, 0, 0, 0.06));
    pointer-events: none;
}

.gt-display {
    font-size: clamp(2.4rem, 4vw, 4.4rem);
    font-weight: 700;
    line-height: 0.95;
    max-width: 12ch;
}

.gt-eyebrow {
    color: var(--golvtjanst-accent);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gt-lead,
.gt-muted {
    color: var(--golvtjanst-text-soft);
}

.gt-lead {
    font-size: clamp(1.05rem, 1.35vw, 1.2rem);
    max-width: 52ch;
}

.gt-hero-card {
    overflow: hidden;
    border-radius: calc(var(--golvtjanst-radius) - 8px);
    min-height: 100%;
    background: linear-gradient(160deg, rgba(200, 43, 43, 0.10), rgba(17, 17, 17, 0.04));
}

.gt-hero-card img,
.gt-gallery-item img,
.gt-profile-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gt-hero-placeholder {
    display: grid;
    min-height: 340px;
    place-items: center;
    padding: 2rem;
    background: linear-gradient(135deg, var(--golvtjanst-brand) 0%, rgba(200, 43, 43, 0.55) 100%);
    color: #ffffff;
    font-family: "Caveat", cursive;
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.gt-content-shell,
.gt-form-shell {
    padding: clamp(1.5rem, 2vw, 2.3rem);
}

.gt-richtext > * + * {
    margin-top: 1.1rem;
}

.gt-richtext h2,
.gt-richtext h3 {
    margin-top: 2rem;
    margin-bottom: 0.6rem;
}

.gt-richtext p,
.gt-richtext li {
    color: var(--golvtjanst-text-soft);
    font-size: 1.02rem;
}

.gt-richtext ul,
.gt-richtext ol {
    padding-left: 1.2rem;
}

.gt-summary-panel {
    padding: 1.35rem 1.4rem;
    border-radius: 20px;
    background: rgba(200, 43, 43, 0.06);
}

.gt-side-card,
.gt-profile-body,
.gt-feature-card,
.gt-cta-panel,
.gt-logo-panel {
    padding: clamp(1.35rem, 1.8vw, 2rem);
}

.gt-feature-card,
.gt-profile-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gt-feature-card:hover,
.gt-profile-card:hover {
    transform: translateY(-4px);
    border-color: rgba(200, 43, 43, 0.25);
    box-shadow: 0 22px 60px rgba(17, 17, 17, 0.11);
}

.gt-feature-card h3 a,
.gt-profile-card h3 a {
    color: inherit;
}

.gt-feature-card-soft {
    background: linear-gradient(180deg, rgba(200, 43, 43, 0.04) 0%, #ffffff 100%);
}

.gt-card-kicker,
.gt-inline-link {
    color: var(--golvtjanst-red);
    font-size: 0.88rem;
    font-weight: 700;
}

.gt-inline-link {
    display: inline-flex;
    margin-top: 0.75rem;
}

.gt-card-grid,
.gt-gallery-grid,
.gt-logo-grid {
    display: grid;
    gap: 1.4rem;
}

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

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

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

.gt-gallery-grid-large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gt-gallery-item,
.gt-profile-media,
.gt-logo-cell {
    overflow: hidden;
    border-radius: 24px;
}

.gt-logo-panel {
    background: linear-gradient(160deg, rgba(200, 43, 43, 0.04), rgba(255, 255, 255, 0.98));
}

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

.gt-logo-cell {
    display: grid;
    place-items: center;
    min-height: 120px;
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid var(--golvtjanst-border);
}

.gt-btn-primary,
.gt-btn-secondary {
    min-height: 50px;
    border-radius: 999px;
    font-weight: 700;
    padding: 0.82rem 1.35rem;
}

.gt-btn-primary {
    background: var(--golvtjanst-red);
    border: 1px solid var(--golvtjanst-red);
    color: #ffffff;
}

.gt-btn-primary:hover {
    background: var(--golvtjanst-red-hover);
    border-color: var(--golvtjanst-red-hover);
    color: #ffffff;
}

.gt-btn-secondary {
    background: #ffffff;
    border: 1px solid var(--golvtjanst-border-strong);
    color: var(--golvtjanst-text);
}

.gt-btn-secondary:hover {
    border-color: #aaaaaa;
    color: var(--golvtjanst-text);
}

.gt-cta-panel {
    background: linear-gradient(135deg, rgba(200, 43, 43, 0.06), rgba(255, 255, 255, 0.98));
}

.gt-form-section + .gt-form-section {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--golvtjanst-border);
}

.gt-form-label {
    display: inline-block;
    margin-bottom: 0.55rem;
    font-weight: 700;
    font-size: 0.95rem;
}

.gt-form-control {
    min-height: 52px;
    border: 1px solid var(--golvtjanst-border-strong);
    border-radius: 18px;
    box-shadow: none;
    padding: 0.9rem 1rem;
    color: var(--golvtjanst-text);
}

.gt-form-control:focus {
    border-color: var(--golvtjanst-brand);
    box-shadow: 0 0 0 4px rgba(200, 43, 43, 0.10);
}

.gt-choice-grid {
    display: grid;
    gap: 0.75rem;
}

.gt-choice-card {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    min-height: 60px;
    padding: 0.95rem 1rem;
    border: 1px solid var(--golvtjanst-border-strong);
    border-radius: 18px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.gt-choice-card input {
    width: 20px;
    height: 20px;
    margin: 0;
}

.gt-choice-card.is-selected,
.gt-choice-card:hover {
    background: rgba(200, 43, 43, 0.05);
    border-color: rgba(200, 43, 43, 0.30);
}

.gt-choice-card span {
    font-weight: 700;
}

/* ══════════════════════════════════════════════════════════════
 * FORMIDABLE FORM — global overrides
 * ══════════════════════════════════════════════════════════════ */

/* Base wrapper — no card */
.frm_forms {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

/* ── Grid layout (frm6 = 50 %, frm4 = 33 %) ───────────────── */
.frm_forms .frm_fields_container {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.25rem;
}

.frm_forms .frm_form_field {
    flex: 0 0 100%;
    min-width: 0;
    margin-bottom: 1.25rem;
}

.frm_forms .frm_form_field.frm6  { flex: 0 0 calc(50% - 0.625rem); }
.frm_forms .frm_form_field.frm4  { flex: 0 0 calc(33.333% - 0.833rem); }
.frm_forms .frm_form_field.frm3  { flex: 0 0 calc(25% - 0.938rem); }

/* ── Section headings inside frm_html_container ──────────── */
.frm_forms .frm_html_container h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--golvtjanst-text);
    letter-spacing: -0.01em;
    margin: 0.5rem 0 0;
    padding-bottom: 0.5rem;
}

.frm_forms .frm_html_container p {
    font-size: 0.95rem !important;
    color: var(--golvtjanst-text-soft);
    margin: 0.25rem 0 0;
    font-size: 1rem;
}

/* ── HR dividers ─────────────────────────────────────────── */
.frm_forms .frm_html_container hr {
    border: none;
    border-top: 1px solid var(--golvtjanst-border);
    margin: 0.25rem 0;
}

/* ── Labels ──────────────────────────────────────────────── */
.frm_forms .frm_primary_label {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--golvtjanst-text);
    margin-bottom: 0.6rem;
    line-height: 1.4;
}

.frm_forms label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--golvtjanst-text);
}

.frm_forms .frm_required {
    color: var(--golvtjanst-red);
    margin-left: 2px;
}

/* ── Text inputs, selects, textarea ──────────────────────── */
.frm_forms input[type="text"],
.frm_forms input[type="email"],
.frm_forms input[type="tel"],
.frm_forms input[type="number"],
.frm_forms input[type="url"],
.frm_forms select,
.frm_forms textarea {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 0.7rem 1rem;
    border: 1.5px solid #dde1e7;
    border-radius: 8px;
    background: #fff;
    color: var(--golvtjanst-text);
    font-size: 0.95rem;
    font-family: inherit;
    transition: border-color 0.18s, box-shadow 0.18s;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.frm_forms select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234d5965' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    padding-right: 2.5rem;
}

.frm_forms input:focus,
.frm_forms select:focus,
.frm_forms textarea:focus {
    border-color: var(--golvtjanst-red);
    box-shadow: 0 0 0 3px rgba(200, 43, 43, 0.08);
}

.frm_forms textarea {
    min-height: 140px;
    resize: vertical;
}

.frm_forms input::placeholder,
.frm_forms textarea::placeholder {
    color: #adb5bd;
    opacity: 1;
}

/* ── Radio buttons ───────────────────────────────────────── */
.frm_forms .frm_opt_container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Reset Formidable's own style-template backgrounds */
.frm_forms.with_frm_style,
.frm_forms .frm_form_fields,
.frm_forms .frm_fields_container,
.frm_forms fieldset {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.frm_forms .frm_radio label,
.frm_forms .frm_checkbox label {
    display: flex !important;
    align-items: center !important;
    gap: 0.65rem;
    font-size: 0.93rem;
    font-weight: 500;
    color: var(--golvtjanst-text);
    cursor: pointer;
    padding: 0.45rem 0.75rem !important;
    padding-left: 0.75rem !important;
    text-indent: 0 !important;
    border-radius: 8px;
    border: 1.5px solid transparent;
    transition: background 0.15s, border-color 0.15s;
    user-select: none;
    background: transparent;
    white-space: normal;
}

.frm_forms .frm_radio label:hover,
.frm_forms .frm_checkbox label:hover {
    background: #f7f8fa !important;
    border-color: #dde1e7;
}

/* Replace native radio/checkbox with custom rendering */
.frm_forms .frm_radio input[type="radio"],
.frm_forms .frm_checkbox input[type="checkbox"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    border: 2px solid #c8cdd4 !important;
    background: #fff !important;
    transition: border-color 0.15s, background 0.15s;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
}

.frm_forms .frm_radio input[type="radio"] {
    border-radius: 50% !important;
}

.frm_forms .frm_checkbox input[type="checkbox"] {
    border-radius: 4px !important;
}

/* Kill Formidable's blue inset box-shadow on ::before pseudo-elements */
.frm_forms .frm_radio input[type="radio"]::before,
.frm_forms .frm_checkbox input[type="checkbox"]::before {
    box-shadow: none !important;
}

/* Checked states */
.frm_forms .frm_radio input[type="radio"]:checked {
    border-color: var(--golvtjanst-red) !important;
    background: var(--golvtjanst-red) !important;
    box-shadow: inset 0 0 0 5px #fff !important;
}

.frm_forms .frm_checkbox input[type="checkbox"]:checked {
    border-color: var(--golvtjanst-red) !important;
    background: var(--golvtjanst-red) !important;
}

.frm_forms .frm_checkbox input[type="checkbox"]:checked::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 5px !important;
    top: 2px !important;
    width: 6px !important;
    height: 10px !important;
    border: 2px solid #fff !important;
    border-top: none !important;
    border-left: none !important;
    transform: rotate(45deg) !important;
}

/* Checked row highlight */
.frm_forms .frm_radio input[type="radio"]:checked + *,
.frm_forms .frm_checkbox input[type="checkbox"]:checked + * {
    color: var(--golvtjanst-text);
    font-weight: 600;
}

/* ── Dropzone (file upload) ───────────────────────────────── */
.frm_forms .frm_dropzone {
    border: 2px dashed #dde1e7;
    border-radius: 10px;
    background: #f9fafb;
    padding: 1.75rem 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s;
}

.frm_forms .frm_dropzone:hover,
.frm_forms .frm_dropzone.dz-drag-hover {
    border-color: var(--golvtjanst-red);
    background: #fff5f5;
}

.frm_forms .frm_dropzone .dz-message {
    color: var(--golvtjanst-text-soft);
    font-size: 0.9rem;
}

.frm_forms .frm_dropzone .frm_upload_text button,
.frm_forms .frm_dropzone .frm_compact_text button {
    background: none;
    border: none;
    color: var(--golvtjanst-red);
    font-weight: 700;
    font-size: inherit;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

.frm_forms .frm_dropzone .frm_small_text p {
    font-size: 0.78rem;
    color: #adb5bd;
    margin: 0.35rem 0 0;
}

.frm_forms .frm_description {
    font-size: 0.8rem;
    color: #adb5bd;
    margin-top: 0.4rem;
}

/* ── Submit button ───────────────────────────────────────── */
.frm_forms .frm_submit button,
.frm_forms .frm_submit input[type="submit"],
.frm_forms button[type="submit"] {
    display: inline-flex;
    align-items: center;
    background: var(--golvtjanst-red) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 0.85rem 2.25rem;
    font-size: 0.97rem;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.18s, transform 0.15s, box-shadow 0.18s;
    margin-top: 0.75rem;
    box-shadow: 0 4px 16px rgba(200, 43, 43, 0.22);
    letter-spacing: 0.01em;
}

.frm_forms .frm_submit button:hover,
.frm_forms .frm_submit input[type="submit"]:hover,
.frm_forms button[type="submit"]:hover {
    background: #a82323 !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(200, 43, 43, 0.30);
}

/* ── Error / success ─────────────────────────────────────── */
.frm_forms .frm_error {
    color: var(--golvtjanst-red);
    font-size: 0.82rem;
    margin-top: 0.3rem;
}

.frm_forms .frm_message,
.frm_forms .frm_good {
    background: #ecfdf5;
    border: 1px solid #6ee7b7;
    border-radius: 8px;
    color: #065f46;
    padding: 1rem 1.25rem;
    font-size: 0.92rem;
    margin-bottom: 1rem;
}

/* ── Pro char count ──────────────────────────────────────── */
.frm_forms .frm_pro_max_limit_desc {
    font-size: 0.78rem;
    color: #adb5bd;
    margin-top: 0.35rem;
    text-align: right;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 767.98px) {
    .frm_forms .frm_form_field.frm6,
    .frm_forms .frm_form_field.frm4,
    .frm_forms .frm_form_field.frm3 {
        flex: 0 0 100%;
    }
}

/* ── End Formidable overrides ─────────────────────────────── */

.gt-contact-stack {
    display: grid;
    gap: 0.8rem;
}

.gt-contact-link,
.gt-mini-link {
    color: var(--golvtjanst-text);
    font-weight: 700;
}

.gt-mini-list {
    display: grid;
    gap: 0.7rem;
}

.gt-profile-card {
    overflow: hidden;
}

.gt-profile-media {
    aspect-ratio: 4 / 4.5;
    background: linear-gradient(135deg, rgba(200, 43, 43, 0.06), rgba(17, 17, 17, 0.03));
}

.gt-profile-body {
    border-top: 1px solid var(--golvtjanst-border);
}

/* ── Dark footer (matching golvtjanst.se) ────── */
/* ── Pre-footer CTA strip ────────────────────── */
.gt-footer-prefooter {
    background: linear-gradient(135deg, #1a2a3a 0%, #0f1d2b 100%);
    border-top: 1px solid rgba(200, 43, 43, 0.20);
    padding: 2.25rem 0;
}

.gt-footer-prefooter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.gt-footer-prefooter-eyebrow {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--golvtjanst-brand);
    margin: 0 0 0.25rem;
}

.gt-footer-prefooter-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

.gt-footer-prefooter-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.gt-footer-prefooter-btn-primary {
    display: inline-flex;
    align-items: center;
    background: var(--golvtjanst-red);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 0.65rem 1.4rem;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.18s ease;
    white-space: nowrap;
}

.gt-footer-prefooter-btn-primary:hover {
    background: var(--golvtjanst-red-hover);
    color: #ffffff;
}

.gt-footer-prefooter-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.18s ease;
    white-space: nowrap;
}

.gt-footer-prefooter-btn-secondary:hover {
    color: #ffffff;
}

/* ── Main footer ─────────────────────────────── */
.gt-footer {
    background: var(--golvtjanst-footer-bg);
    color: rgba(255, 255, 255, 0.6);
    padding: 0;
}

.gt-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1.2fr 1.2fr 1.6fr;
    gap: 3rem;
    padding: 4rem 0 3.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.gt-footer-logo-link {
    display: inline-block;
    margin-bottom: 1.1rem;
}

.gt-footer-logo {
    display: block;
    filter: invert(1) brightness(100);
    max-width: 130px;
    height: auto;
}

.gt-footer-tagline {
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.83rem;
    line-height: 1.7;
    max-width: 28ch;
    margin: 0 0 1.25rem;
}

.gt-footer-badges {
    margin-bottom: 1.1rem;
}

.gt-footer-aaa {
    display: inline-block;
    opacity: 0.75;
    filter: brightness(0) invert(1);
}

/* Column headings */
.gt-footer-col-heading {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin: 0 0 1.1rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.gt-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.gt-footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.18s ease;
}

.gt-footer-links a::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--golvtjanst-brand);
    opacity: 0;
    transition: opacity 0.18s ease;
    flex-shrink: 0;
}

.gt-footer-links a:hover {
    color: #ffffff;
}

.gt-footer-links a:hover::before {
    opacity: 1;
}

/* Contact block */
.gt-footer-contact-block {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.gt-footer-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.18s ease;
}

.gt-footer-contact-link svg {
    flex-shrink: 0;
    color: var(--golvtjanst-brand);
    opacity: 0.8;
}

.gt-footer-contact-link--phone {
    font-weight: 600;
    font-size: 0.95rem;
    color: #ffffff;
}

.gt-footer-contact-link:hover {
    color: #ffffff;
}

.gt-footer-address {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-style: normal;
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.38);
    line-height: 1.75;
    margin: 0;
}

.gt-footer-address svg {
    flex-shrink: 0;
    margin-top: 0.2rem;
    color: var(--golvtjanst-brand);
    opacity: 0.6;
}

/* Social icons */
.gt-footer-social {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.gt-footer-social-link {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.gt-footer-social-link:hover {
    background: var(--golvtjanst-brand);
    border-color: var(--golvtjanst-brand);
    color: #ffffff;
}

/* Bottom bar */
.gt-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
}

.gt-footer-bottom-copy {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.28);
    margin: 0;
}

.gt-footer-bottom-sub {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.18);
    margin: 0;
}

/* ── Video / image hero ──────────────────────── */
.gt-hero-video-wrap {
    position: relative;
    min-height: 58vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #111111;
}

.gt-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.gt-hero-image-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.gt-hero-image-fallback {
    background: linear-gradient(135deg, #1a2a40 0%, #0f1a2a 100%);
}

.gt-hero-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
    z-index: 1;
}

.gt-hero-video-content {
    position: relative;
    z-index: 2;
    padding: 3.5rem 0 3rem;
}

.gt-hero-eyebrow {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 1rem;
}

.gt-hero-video-title {
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.08;
    margin-bottom: 1rem;
    max-width: 14ch;
}

.gt-hero-video-sub {
    font-size: clamp(0.95rem, 1.2vw, 1.08rem);
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1.75rem;
    line-height: 1.65;
}

.gt-hero-btn-outline {
    display: inline-flex;
    align-items: center;
    height: 50px;
    padding: 0 1.65rem;
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.93rem;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease;
}

.gt-hero-btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #ffffff;
    color: #ffffff;
}

.gt-hero-btn-red {
    display: inline-flex;
    align-items: center;
    height: 50px;
    padding: 0 1.65rem;
    background: var(--golvtjanst-red);
    border: 2px solid var(--golvtjanst-red);
    color: #ffffff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.93rem;
    text-decoration: none;
    transition: background 0.18s ease;
}

.gt-hero-btn-red:hover {
    background: var(--golvtjanst-red-hover);
    border-color: var(--golvtjanst-red-hover);
    color: #ffffff;
}

/* ═══════════════════════════════════════════════════
   SUBPAGE DESIGN SYSTEM
   ═══════════════════════════════════════════════════ */

/* ── Page Banner Hero (replaces old gt-hero-shell) ── */
.gt-page-banner {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    background: #1e3242;
    overflow: hidden;
}

.gt-page-banner-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.gt-page-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(10, 25, 42, 0.82) 0%, rgba(10, 25, 42, 0.54) 60%, rgba(10, 25, 42, 0.32) 100%);
    z-index: 1;
}

.gt-page-banner--photo .gt-page-banner-overlay {
    background: linear-gradient(to right, rgba(10, 25, 42, 0.78) 0%, rgba(10, 25, 42, 0.48) 55%, rgba(10, 25, 42, 0.25) 100%);
}

.gt-page-banner-inner {
    position: relative;
    z-index: 2;
    padding: 3.5rem 0 3rem;
    max-width: 680px;
}

.gt-page-banner-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--golvtjanst-accent);
    margin-bottom: 0.7rem;
}

.gt-page-banner-title {
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.08;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.gt-page-banner-lead {
    font-family: 'Caveat', cursive;
    font-size: clamp(1.25rem, 1.8vw, 1.65rem);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    max-width: 52ch;
    margin-bottom: 0;
}

/* ── Subpage CTA (dark image banner) ────────────── */
.gt-subpage-cta-section {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

.gt-subpage-cta-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.gt-subpage-cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 22, 35, 0.76);
    z-index: 1;
}

.gt-subpage-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.gt-subpage-cta-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.9rem;
}

.gt-subpage-cta-text {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    max-width: 58ch;
    margin: 0 auto 2rem;
}

/* ── Subpage sections ────────────────────────────── */
.gt-sp-section {
    padding: 4rem 0;
}

.gt-sp-section--gray {
    background: #f5f7f9;
}

.gt-sp-section-title {
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--golvtjanst-text);
}

/* ── Subpage intro text block ────────────────────── */
.gt-subpage-intro {
    padding: 2.5rem 0 0;
}

.gt-subpage-intro-text {
    max-width: 700px;
    font-size: 1.05rem;
    color: var(--golvtjanst-text-soft);
    line-height: 1.75;
}

.gt-subpage-intro-text h2,
.gt-subpage-intro-text h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--golvtjanst-text);
    margin-top: 1.75rem;
    margin-bottom: 0.4rem;
    border-left: 3px solid var(--golvtjanst-red);
    padding-left: 0.75rem;
}

.gt-subpage-intro-text p + h2,
.gt-subpage-intro-text p + h3 {
    margin-top: 2rem;
}

.gt-subpage-intro-text p {
    margin-bottom: 0.75rem;
}

/* ── Service / reference photo cards ─────────────── */
.gt-sp-card-grid {
    display: grid;
    gap: 1.5rem;
}

.gt-sp-card-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gt-sp-card-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gt-sp-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid var(--golvtjanst-border);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.gt-sp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 48px rgba(17, 17, 17, 0.12);
    border-color: #d0d0d0;
    color: inherit;
}

.gt-sp-card-img {
    overflow: hidden;
    aspect-ratio: 16/9;
    background: #e8edf2;
}

.gt-sp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gt-sp-card:hover .gt-sp-card-img img {
    transform: scale(1.04);
}

.gt-sp-card-img-placeholder {
    width: 100%;
    height: 100%;
    background: #d0d0d0;
}

.gt-sp-card-body {
    padding: 1.35rem 1.4rem 1.6rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gt-sp-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: var(--golvtjanst-text);
}

.gt-sp-card-text {
    font-size: 0.92rem;
    color: var(--golvtjanst-text-soft);
    line-height: 1.6;
    flex: 1;
    margin-bottom: 1rem;
}

.gt-sp-card-link {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--golvtjanst-red);
    margin-top: auto;
    text-decoration: none;
}

/* Arrow animation shared by card links */
.gt-arrow {
    display: inline-block;
    transition: transform 0.2s ease;
}

a:hover .gt-arrow,
.gt-service-icon-card:hover .gt-arrow,
.gt-sp-area-card:hover .gt-arrow {
    transform: translateX(4px);
}

/* ── Area/city link cards ────────────────────────── */
.gt-sp-area-card {
    display: flex;
    flex-direction: column;
    padding: 1.4rem 1.6rem;
    background: #ffffff;
    border: 1px solid var(--golvtjanst-border);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gt-sp-area-card:hover {
    transform: translateY(-3px);
    border-color: #d0d0d0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    color: inherit;
}

.gt-sp-area-card-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--golvtjanst-text);
}

/* ── City-detail: more services strip ───────────── */
/* ── FAQ accordion (service city detail pages) ──────────────────────────────── */
.gt-faq-block {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 2px solid var(--golvtjanst-border);
}

.gt-faq-heading {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--golvtjanst-text);
    margin-bottom: 1.5rem;
}

.gt-faq-accordion .accordion-item {
    border: 1px solid var(--golvtjanst-border);
    border-radius: 8px !important;
    margin-bottom: 0.6rem;
    overflow: hidden;
}

.gt-faq-accordion .accordion-button {
    font-size: 1rem;
    font-weight: 600;
    color: var(--golvtjanst-text);
    background: #fff;
    padding: 1rem 1.25rem;
    box-shadow: none;
    border-radius: 8px !important;
}

.gt-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--golvtjanst-red);
    background: #fff9f9;
    box-shadow: none;
    border-bottom: 1px solid var(--golvtjanst-border);
    border-radius: 8px 8px 0 0 !important;
}

.gt-faq-accordion .accordion-button::after {
    filter: none;
}

.gt-faq-accordion .accordion-button:not(.collapsed)::after {
    filter: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23c82b2b' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

.gt-faq-accordion .accordion-body {
    font-size: 0.95rem;
    color: var(--golvtjanst-text-soft);
    line-height: 1.7;
    padding: 1rem 1.25rem;
    background: #fff;
}

/* ── City more section ───────────────────────────── */
.gt-city-more-section {
    padding: 3rem 0;
    background: #f8f9fa;
}

.gt-city-more-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0.2rem 0 1.5rem;
    color: var(--golvtjanst-text);
}

.gt-city-more-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.gt-city-more-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 1.2rem;
    background: #fff;
    border: 1px solid var(--golvtjanst-border);
    border-radius: 99px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--golvtjanst-text);
    text-decoration: none;
    transition: border-color .18s, color .18s, box-shadow .18s;
}

.gt-city-more-pill:hover {
    border-color: var(--golvtjanst-red);
    color: var(--golvtjanst-red);
    box-shadow: 0 2px 10px rgba(200,43,43,.12);
}

/* ── Area page: trust strip ──────────────────────── */
.gt-area-trust-strip {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    border: 1px solid var(--golvtjanst-border);
    border-radius: 14px;
    overflow: hidden;
}

.gt-area-trust-item {
    flex: 1 1 0;
    min-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    border-right: 1px solid var(--golvtjanst-border);
    text-align: center;
}

.gt-area-trust-item:last-child {
    border-right: none;
}

.gt-area-trust-number {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--golvtjanst-red);
    line-height: 1;
    margin-bottom: 0.35rem;
}

.gt-area-trust-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--golvtjanst-text-soft);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ── Sidebar card (service detail, contact etc.) ─── */
.gt-sp-sidebar {
    background: #f5f7f9;
    border: 1px solid var(--golvtjanst-border);
    border-radius: 12px;
    padding: 1.75rem 1.8rem;
    top: calc(var(--gt-navbar-h, 83px) + 1.5rem) !important;
    z-index: 10 !important;
}

.gt-sp-sidebar-divider {
    border-color: var(--golvtjanst-border);
    margin: 1.4rem 0;
}

.gt-sp-sidebar-link {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--golvtjanst-text);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.gt-sp-sidebar-link:hover {
    color: var(--golvtjanst-red);
}

/* ── Link list in sidebar ─────────────────────────── */
.gt-sp-link-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.gt-sp-link-item {
    font-size: 0.9rem;
    color: var(--golvtjanst-text);
    text-decoration: none;
    padding: 0.45rem 0;
    border-bottom: 1px solid var(--golvtjanst-border);
    transition: color 0.15s ease, padding-left 0.15s ease;
}

.gt-sp-link-item:hover {
    color: var(--golvtjanst-red);
    padding-left: 0.4rem;
}

/* ── Service cities section ──────────────────────── */
.gt-service-cities-section {
    background: #f6f7f9;
    padding: 4rem 0;
}

.gt-service-cities-inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.gt-service-cities-header {
    margin-bottom: 2rem;
}

.gt-service-cities-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--golvtjanst-text);
    margin-bottom: 0.5rem;
}

.gt-service-cities-lead {
    color: var(--golvtjanst-text-soft);
    font-size: 0.95rem;
    max-width: 520px;
    margin: 0 auto;
}

.gt-service-cities-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
}

.gt-service-city-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 1.1rem;
    background: #ffffff;
    border: 1.5px solid var(--golvtjanst-border);
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--golvtjanst-text);
    text-decoration: none;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
    white-space: nowrap;
}

.gt-service-city-pill:hover {
    border-color: var(--golvtjanst-red);
    color: var(--golvtjanst-red);
    background: rgba(200, 43, 43, 0.04);
    box-shadow: 0 2px 8px rgba(200, 43, 43, 0.12);
}

.gt-service-city-icon {
    flex-shrink: 0;
    opacity: 0.55;
    transition: opacity 0.15s ease;
}

.gt-service-city-pill:hover .gt-service-city-icon {
    opacity: 1;
}

/* ═══════════════════════════════════════════════════
   SERVICE DETAIL PAGE – new structured layout
   ═══════════════════════════════════════════════════ */

/* ── Stats strip ─────────────────────────────────── */
.gt-svc-stats {
    background: #111;
    padding: 0;
}

.gt-svc-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.gt-svc-stat {
    text-align: center;
    padding: 1.5rem 1rem;
    border-right: 1px solid rgba(255,255,255,0.08);
}

.gt-svc-stat:last-child {
    border-right: none;
}

.gt-svc-stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: -0.02em;
}

.gt-svc-stat-label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
    margin-top: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ── Material cards ──────────────────────────────── */
.gt-svc-materials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.gt-svc-material-card {
    border: 1.5px solid var(--golvtjanst-border);
    border-radius: 12px;
    padding: 1.4rem 1.2rem 1.3rem;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.gt-svc-material-card:hover {
    border-color: var(--golvtjanst-brand);
    box-shadow: 0 4px 16px rgba(200,43,43,0.08);
}

.gt-svc-material-icon {
    width: 40px;
    height: 40px;
    color: var(--golvtjanst-brand);
    margin-bottom: 0.75rem;
}

.gt-svc-material-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.gt-svc-material-name {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--golvtjanst-text);
    margin: 0 0 0.25rem;
}

.gt-svc-material-desc {
    font-size: 0.8rem;
    color: var(--golvtjanst-text-soft);
    margin: 0;
    line-height: 1.5;
}

/* ── Trust cards ─────────────────────────────────── */
.gt-svc-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.gt-svc-trust-card {
    background: #fff;
    border-radius: 14px;
    padding: 2rem 1.75rem;
    text-align: center;
    box-shadow: 0 2px 14px rgba(0,0,0,0.06);
}

.gt-svc-trust-icon {
    width: 52px;
    height: 52px;
    color: var(--golvtjanst-brand);
    margin: 0 auto 1rem;
}

.gt-svc-trust-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.gt-svc-trust-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--golvtjanst-text);
    margin: 0 0 0.5rem;
}

.gt-svc-trust-text {
    font-size: 0.88rem;
    color: var(--golvtjanst-text-soft);
    margin: 0;
    line-height: 1.6;
}

/* ── Process steps ───────────────────────────────── */
.gt-svc-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 2.5rem;
    position: relative;
}

.gt-svc-process-grid::before {
    content: '';
    position: absolute;
    top: 20px;
    left: calc(10% + 20px);
    right: calc(10% + 20px);
    height: 2px;
    background: var(--golvtjanst-border);
    z-index: 0;
}

.gt-svc-process-step {
    text-align: center;
    padding: 0 0.75rem 1.5rem;
    position: relative;
    z-index: 1;
}

.gt-svc-process-num {
    width: 40px;
    height: 40px;
    background: var(--golvtjanst-brand);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.95rem;
    margin: 0 auto 0.9rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 4px #fff;
}

.gt-svc-process-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--golvtjanst-text);
    margin: 0 0 0.35rem;
}

.gt-svc-process-text {
    font-size: 0.8rem;
    color: var(--golvtjanst-text-soft);
    margin: 0;
    line-height: 1.55;
}

/* ── Summary + sidebar grid ──────────────────────── */
.gt-svc-content-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 3.5rem;
    align-items: start;
}

/* ── FAQ section layout ──────────────────────────── */
.gt-svc-faq-wrap {
    max-width: 860px;
    margin: 0 auto;
}

.gt-svc-faq-header {
    margin-bottom: 2rem;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 991px) {
    .gt-svc-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gt-svc-stat {
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .gt-svc-stat:nth-child(2),
    .gt-svc-stat:nth-child(4) {
        border-right: none;
    }

    .gt-svc-materials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gt-svc-trust-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .gt-svc-trust-card {
        text-align: left;
        display: flex;
        align-items: flex-start;
        gap: 1.25rem;
        padding: 1.25rem 1.5rem;
    }

    .gt-svc-trust-icon {
        flex-shrink: 0;
        margin: 0;
        width: 40px;
        height: 40px;
    }

    .gt-svc-process-grid {
        grid-template-columns: 1fr;
    }

    .gt-svc-process-grid::before {
        display: none;
    }

    .gt-svc-process-step {
        text-align: left;
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        padding: 0.75rem 0;
        border-bottom: 1px solid var(--golvtjanst-border);
    }

    .gt-svc-process-step:last-child {
        border-bottom: none;
    }

    .gt-svc-process-num {
        margin: 0;
        flex-shrink: 0;
    }

    .gt-svc-content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 575px) {
    .gt-svc-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gt-svc-materials-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .gt-svc-material-card {
        padding: 1rem;
    }

    .gt-svc-stat-number {
        font-size: 1.6rem;
    }
}

/* ── Summary/intro panel ─────────────────────────── */
.gt-sp-summary {
    background: rgba(200, 43, 43, 0.05);
    border-left: 3px solid var(--golvtjanst-brand);
    border-radius: 0 10px 10px 0;
    padding: 1.25rem 1.4rem;
    font-size: 1.04rem;
    color: var(--golvtjanst-text-soft);
}

/* ── Rich text content ───────────────────────────── */
.gt-sp-richtext > * + * {
    margin-top: 1rem;
}

.gt-sp-richtext h2,
.gt-sp-richtext h3 {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    color: var(--golvtjanst-text);
}

.gt-sp-richtext p,
.gt-sp-richtext li {
    font-size: 1.02rem;
    color: var(--golvtjanst-text-soft);
    line-height: 1.78;
}

.gt-sp-richtext ul,
.gt-sp-richtext ol {
    padding-left: 1.3rem;
}

.gt-sp-richtext ul li::marker {
    color: var(--golvtjanst-brand);
}

/* ── Highlight cards (service details) ───────────── */
.gt-sp-highlight-card {
    padding: 1.5rem 1.6rem;
    background: #ffffff;
    border: 1px solid var(--golvtjanst-border);
    border-top: 3px solid var(--golvtjanst-brand);
    border-radius: 10px;
}

.gt-sp-highlight-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--golvtjanst-text);
}

.gt-sp-highlight-text {
    font-size: 0.92rem;
    color: var(--golvtjanst-text-soft);
    margin-bottom: 0;
    line-height: 1.6;
}

/* ── Contact rows ─────────────────────────────────── */
.gt-sp-contact-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: var(--golvtjanst-text-soft);
}

.gt-sp-contact-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--golvtjanst-text);
    text-decoration: none;
}

.gt-sp-contact-link:hover {
    color: var(--golvtjanst-red);
    text-decoration: none;
}

.gt-sp-muted {
    font-size: 0.92rem;
    color: var(--golvtjanst-text-soft);
    line-height: 1.6;
    margin-bottom: 0;
}

/* ── Person cards (contact hub) ───────────────────── */
.gt-sp-person-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid var(--golvtjanst-border);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gt-sp-person-card:not(.gt-sp-person-card--static):hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(17, 17, 17, 0.1);
    color: inherit;
}

.gt-sp-person-card--static {
    cursor: default;
}

.gt-sp-person-card--static:hover {
    transform: none;
    box-shadow: none;
}

.gt-sp-person-img {
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #dce4ec;
}

.gt-sp-person-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.gt-sp-person-card:hover .gt-sp-person-img img {
    transform: scale(1.05);
}

.gt-sp-person-img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #c0d4e8 0%, #98b8d2 100%);
}

.gt-sp-person-body {
    padding: 1rem 1.25rem 1.3rem;
}

.gt-sp-person-name {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: var(--golvtjanst-text);
}

.gt-sp-person-role {
    font-size: 0.85rem;
    color: var(--golvtjanst-text-soft);
    margin-bottom: 0;
}

.gt-sp-person-bio {
    font-size: 0.85rem;
    color: var(--golvtjanst-text-soft);
    line-height: 1.5;
    margin: 0.5rem 0 0;
}

.gt-sp-person-contacts {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--golvtjanst-border);
}

.gt-sp-person-contact-link {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.82rem;
    color: var(--golvtjanst-text-soft);
    text-decoration: none;
    transition: color 0.15s;
}

.gt-sp-person-contact-link:hover {
    color: var(--golvtjanst-red);
}

/* ── Thanks panel ─────────────────────────────────── */
.gt-sp-thanks-panel {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem;
    background: #f5f7f9;
    border-radius: 16px;
}

.gt-sp-thanks-icon {
    width: 64px;
    height: 64px;
    color: var(--golvtjanst-red);
    margin-bottom: 1.5rem;
}

.gt-sp-thanks-panel h2 {
    margin-bottom: 0.8rem;
}

.gt-sp-thanks-panel p {
    color: var(--golvtjanst-text-soft);
    margin-bottom: 0;
}

/* ── Gallery grid modifier (larger) ─────────────── */
.gt-home-gallery-grid--lg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* ── Stats bar ─────────────────────────────────── */
.gt-stats-bar {
    background: #222222;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.gt-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.gt-stat-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    justify-content: center;
}

.gt-stat-item:last-child {
    border-right: 0;
}

.gt-stat-num {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    white-space: nowrap;
}

.gt-stat-label {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

/* ── Section eyebrow (reusable) ─────────────────── */
.gt-section-eyebrow {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--golvtjanst-red);
    margin-bottom: 0.65rem;
}

/* ── Front page: intro + service icon grid ───── */
.gt-home-intro {
    background: #ffffff;
    padding: 5rem 0;
    text-align: center;
}

.gt-home-intro-title {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 700;
    margin-bottom: 0.85rem;
    color: #111111;
}

.gt-home-intro-sub {
    font-size: 1.05rem;
    color: #555555;
    max-width: 68ch;
    margin: 0 auto 3.5rem;
    line-height: 1.6;
}

.gt-service-icon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #dddddd;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.gt-service-icon-card {
    padding: 2.75rem 1.75rem;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background 0.18s ease;
}

.gt-service-icon-card:hover {
    background: #f8f8f8;
    color: inherit;
}

/* Remove right border on 3rd column */
.gt-service-icon-card:nth-child(3n) {
    border-right: 0;
}

/* Remove bottom border on last row */
.gt-service-icon-card:nth-last-child(-n+3) {
    border-bottom: 0;
}

.gt-service-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1.4rem;
}

.gt-service-icon img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
}

.gt-service-icon-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
    color: #111111;
}

.gt-service-icon-desc {
    font-size: 0.88rem;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 1rem;
    flex: 1;
}

.gt-service-icon-cta {
    display: inline-block;
    margin-top: auto;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--golvtjanst-red);
    text-decoration: none;
}

.gt-service-icon-card:hover .gt-service-icon-cta {
    text-decoration: none;
}

.gt-service-icon-read-more {
    display: inline-block;
    margin-top: auto;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--golvtjanst-red);
    transition: gap 0.15s ease;
}

.gt-service-icon-card:hover .gt-service-icon-read-more {
    text-decoration: none;
}

/* ── Front page: info cards section ──────────── */
.gt-home-info-section {
    background: #f0f2f4;
    padding: 5rem 0;
}

.gt-home-info-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.gt-home-info-heading {
    font-size: clamp(1.7rem, 2.5vw, 2.4rem);
    font-weight: 700;
    color: var(--golvtjanst-text);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.gt-home-info-sub {
    font-size: 1rem;
    color: var(--golvtjanst-text-soft);
    max-width: 56ch;
    margin: 0 auto;
    line-height: 1.7;
}

.gt-home-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.gt-home-info-card {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 5/6;
    background: #111;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gt-home-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.18);
}

.gt-home-info-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}

.gt-home-info-card:hover .gt-home-info-img {
    transform: scale(1.05);
}

.gt-home-info-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.05) 100%);
    z-index: 1;
}

.gt-home-info-body {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.75rem;
}

.gt-home-info-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.gt-home-info-text {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.gt-home-info-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(255,255,255,0.45);
    padding-bottom: 2px;
    transition: border-color 0.18s ease;
}

.gt-home-info-card:hover .gt-home-info-link {
    border-color: #ffffff;
}

/* ── Front page: featured project ──────────────── */
.gt-home-feature-section {
    background: #f8f8f8;
    padding: 5.5rem 0;
}

.gt-home-feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.gt-home-feature-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}

.gt-home-feature-img-wrap img {
    display: block;
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.gt-home-feature-text h2 {
    font-size: clamp(1.7rem, 2.5vw, 2.4rem);
    font-weight: 700;
    color: #111111;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.gt-home-feature-text p {
    color: #555555;
    font-size: 0.98rem;
    line-height: 1.7;
    margin-bottom: 1.4rem;
}

.gt-home-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.gt-home-feature-list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.92rem;
    color: #333333;
    font-weight: 500;
}

.gt-home-feature-list li::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--golvtjanst-red);
    flex-shrink: 0;
}

/* ── Front page: project gallery ────────────────── */
.gt-home-gallery-section {
    background: #ffffff;
    padding: 5rem 0;
}

.gt-home-gallery-title {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 700;
    text-align: center;
    color: #111111;
    margin-bottom: 2.5rem;
}

.gt-home-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.gt-home-gallery-item {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #e0e0e0;
}

.gt-home-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gt-home-gallery-item:hover img {
    transform: scale(1.04);
}

/* ── Front page: dark CTA section ────────────── */
/* ── Partners section ────────────────────────── */
.gt-home-partners-section {
    padding: 3.5rem 0 2.5rem;
    background: #f8f8f8;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

.gt-home-partners-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--golvtjanst-text);
    margin-bottom: 2rem;
    text-align: center;
}

/* marquee track */
.gt-home-partners-marquee-wrap {
    overflow: hidden;
    position: relative;
    /* fade edges */
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.gt-home-partners-track {
    display: flex;
    align-items: center;
    gap: 3rem;
    width: max-content;
    animation: gt-marquee 30s linear infinite;
}

.gt-home-partners-marquee-wrap:hover .gt-home-partners-track {
    animation-play-state: paused;
}

@keyframes gt-marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.gt-home-partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gt-home-partner-item img {
    max-height: 48px;
    max-width: 140px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.gt-home-partners-marquee-wrap:hover .gt-home-partner-item img {
    filter: grayscale(0%);
    opacity: 1;
}

/* ── Offer hub page ─────────────────────────── */
.gt-sp-section-lead {
    font-size: 1.05rem;
    color: var(--golvtjanst-text-soft);
    max-width: 60ch;
    line-height: 1.7;
    margin-bottom: 0;
}

.gt-offer-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 991px) {
    .gt-offer-hub-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .gt-offer-hub-grid {
        grid-template-columns: 1fr;
    }
}

.gt-offer-hub-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid var(--golvtjanst-border);
    border-radius: 12px;
    padding: 2rem;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.gt-offer-hub-card:hover {
    border-color: var(--golvtjanst-brand);
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    transform: translateY(-3px);
    text-decoration: none;
}

.gt-offer-hub-card--support {
    background: #f8f8f8;
}

.gt-offer-hub-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    overflow: hidden;
    color: var(--golvtjanst-brand);
    margin-bottom: 1.25rem;
    flex-shrink: 0;
    align-self: flex-start;
    display: block;
}

.gt-offer-hub-icon svg {
    display: block;
    width: 48px;
    height: 48px;
}

.gt-offer-hub-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--golvtjanst-text);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.gt-offer-hub-sub {
    font-size: 0.88rem;
    color: var(--golvtjanst-text-soft);
    line-height: 1.6;
    flex: 1;
    margin-bottom: 1.25rem;
}

.gt-offer-hub-cta {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--golvtjanst-red);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: auto;
}

.gt-offer-hub-card:hover .gt-offer-hub-cta {
    color: var(--golvtjanst-red-hover);
}

/* ── Offer hub hero modifier: centered text + extra bottom for overlap ── */
.gt-page-banner--centered {
    text-align: center;
}
.gt-page-banner--centered .gt-page-banner-inner {
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 7rem;
    text-align: center;
}
.gt-page-banner--centered .gt-page-banner-lead {
    max-width: 60ch;
    margin: 0 auto;
}

/* Cards that overlap the bottom of the hero */
.gt-offer-hub-overlap {
    position: relative;
    z-index: 5;
    margin-top: -4rem;
    padding: 4rem 0 4rem;
    background: #ffffff;
}
.gt-offer-hub-overlap .container {
    padding-top: 0;
}

/* ── Offer sub-page: form section ────────────────────────────────── */
.gt-offer-form-section {
    padding: 4rem 0;
}

/* Offer hub fallback CTA strip – dark banner with photo */
.gt-offer-hub-fallback {
    position: relative;
    background: #1b1b1b url('/wp-content/uploads/2026/05/golvslip-2048x841-1.jpg') center center / cover no-repeat;
    padding: 6rem 0;
    text-align: center;
    isolation: isolate;
}
.gt-offer-hub-fallback::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15, 20, 30, 0.72);
    z-index: 0;
}
.gt-offer-hub-fallback .container {
    position: relative;
    z-index: 1;
}

.gt-offer-hub-fallback-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--golvtjanst-accent);
    margin-bottom: 0.75rem;
}

.gt-offer-hub-fallback-title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.gt-offer-hub-fallback-text {
    font-size: 1rem;
    color: rgba(255,255,255,0.65);
    margin-bottom: 2rem;
    max-width: 50ch;
    margin-left: auto;
    margin-right: auto;
}

/* ── Trustindex reviews strip ────────────────────────── */
.gt-reviews-section {
    padding: 4rem 0;
    background: #f8f9fa;
}
.gt-reviews-section-title {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.5rem;
    color: var(--golvtjanst-text);
    letter-spacing: -0.02em;
}

/* ── Dark CTA section ────────────────────────── */
.gt-home-cta-section {
    position: relative;
    padding: 7rem 0;
    text-align: center;
    overflow: hidden;
    background: #252525;
}

.gt-home-cta-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

.gt-home-cta-content {
    position: relative;
    z-index: 1;
}

.gt-home-cta-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.gt-home-cta-text {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.75);
    max-width: 56ch;
    margin: 0 auto 2.25rem;
    line-height: 1.65;
}

/* ── Responsive adjustments ──────────────────── */
@media (max-width: 991.98px) {
    .gt-card-grid-3,
    .gt-card-grid-4,
    .gt-gallery-grid,
    .gt-gallery-grid-large,
    .gt-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .navbar-nav {
        align-items: stretch;
        padding-top: 0.75rem;
    }

    .navbar .menu-item > a {
        justify-content: flex-start;
    }

    .gt-footer-prefooter-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }

    .gt-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .gt-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .gt-service-icon-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Correct border removals for 2-col grid */
    .gt-service-icon-card:nth-child(3n) {
        border-right: 1px solid #dddddd;
    }

    .gt-service-icon-card:nth-child(2n) {
        border-right: 0;
    }

    .gt-service-icon-card:nth-last-child(-n+3) {
        border-bottom: 1px solid #dddddd;
    }

    .gt-service-icon-card:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .gt-home-info-grid {
        grid-template-columns: 1fr;
    }

    .gt-home-feature-row {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .gt-home-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gt-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gt-stat-item:nth-child(2) {
        border-right: 0;
    }

    .gt-stat-item:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, 0.08);
    }
}

@media (max-width: 767.98px) {
    .section-space,
    .gt-section {
        padding-top: 1.6rem;
        padding-bottom: 3.4rem;
    }

    .gt-card-grid-3,
    .gt-card-grid-4,
    .gt-gallery-grid,
    .gt-gallery-grid-large,
    .gt-logo-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .gt-hero-shell,
    .gt-content-shell,
    .gt-side-card,
    .gt-feature-card,
    .gt-cta-panel,
    .gt-logo-panel,
    .gt-form-shell,
    .gt-profile-body {
        border-radius: 22px;
    }

    .gt-hero-video-wrap {
        min-height: 88vh;
    }

    .gt-service-icon-grid {
        grid-template-columns: 1fr;
    }

    .gt-service-icon-card {
        border-right: 0 !important;
    }

    .gt-home-gallery-grid {
        grid-template-columns: 1fr;
    }

    .gt-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gt-home-feature-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .gt-home-feature-img-wrap img {
        height: 240px;
    }

    .gt-footer-prefooter-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .gt-footer-prefooter-btn-primary,
    .gt-footer-prefooter-btn-secondary {
        justify-content: center;
    }

    .gt-footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .gt-topbar-right {
        gap: 0.75rem;
        font-size: 0.72rem;
    }
}

/* ═══════════════════════════════════════════════════
   SUBPAGE RESPONSIVE
   ═══════════════════════════════════════════════════ */

@media (max-width: 1199.98px) {
    .gt-sp-card-grid--4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .gt-page-banner {
        min-height: 260px;
    }

    .gt-page-banner-inner {
        padding: 2.5rem 0 2.2rem;
    }

    .gt-sp-card-grid--3,
    .gt-sp-card-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gt-home-gallery-grid--lg {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gt-sp-sidebar {
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    .gt-page-banner {
        min-height: 220px;
    }

    .gt-page-banner-title {
        font-size: clamp(1.75rem, 5vw, 2.4rem);
    }

    .gt-page-banner-lead {
        font-size: 0.95rem;
    }

    .gt-sp-card-grid--3,
    .gt-sp-card-grid--4,
    .gt-home-gallery-grid--lg {
        grid-template-columns: minmax(0, 1fr);
    }

    .gt-subpage-cta-section {
        padding: 3.5rem 0;
    }

    .gt-sp-section {
        padding: 2.8rem 0;
    }

    .gt-sp-thanks-panel {
        padding: 2rem 1.4rem;
    }
}

/* ══════════════════════════════════════════════════════════════
 * REFERENSPROJEKT (gt_project CPT)
 * ══════════════════════════════════════════════════════════════ */

/* ── Filter bar ─────────────────────────────────────────────── */
/* ── References hub: category cards ────────────────────────── */
.gt-ref-hub-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    text-align: center;
    margin: 0.5rem 0 2.5rem;
    color: var(--golvtjanst-text);
}

.gt-ref-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 991.98px) {
    .gt-ref-cat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .gt-ref-cat-grid {
        grid-template-columns: 1fr;
    }
}

.gt-ref-cat-card {
    background: #fff;
    border: 1px solid var(--golvtjanst-border);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.75rem 1.6rem;
    text-decoration: none;
    color: var(--golvtjanst-text);
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.gt-ref-cat-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.09);
    transform: translateY(-3px);
    border-color: var(--golvtjanst-red);
    color: var(--golvtjanst-text);
}

.gt-ref-cat-icon {
    width: 48px;
    height: 48px;
    color: var(--golvtjanst-red);
    margin-bottom: 1.1rem;
}

.gt-ref-cat-icon svg {
    width: 100%;
    height: 100%;
}

.gt-ref-cat-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    line-height: 1.25;
}

.gt-ref-cat-count {
    font-size: 0.78rem;
    color: var(--golvtjanst-text-soft);
    margin-bottom: 1rem;
}

.gt-ref-cat-cta {
    font-size: 0.83rem;
    font-weight: 600;
    color: var(--golvtjanst-red);
    margin-top: auto;
}

.gt-ref-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--golvtjanst-text-soft);
    text-decoration: none;
    margin-bottom: 1.75rem;
    transition: color 0.18s;
}

.gt-ref-back-link:hover {
    color: var(--golvtjanst-red);
}

/* ── Project filter bar ─────────────────────────────────────── */
.gt-project-filter-bar {
    background: #fff;
    border-bottom: 1px solid var(--golvtjanst-border);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 40;
}

.gt-project-filter-bar .container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.gt-project-filter-btn {
    background: transparent;
    border: 1.5px solid var(--golvtjanst-border);
    border-radius: 999px;
    color: var(--golvtjanst-text-soft);
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    padding: 0.35rem 1rem;
    transition: background 0.18s, border-color 0.18s, color 0.18s;
}

.gt-project-filter-btn:hover,
.gt-project-filter-btn.is-active {
    background: var(--golvtjanst-brand);
    border-color: var(--golvtjanst-brand);
    color: #fff;
}

/* ── References hub category cards ─────────────────────────── */
.gt-refs-intro-section {
    padding: 2.5rem 0;
    background: var(--golvtjanst-bg-gray, #f8f9fa);
    border-bottom: 1px solid var(--golvtjanst-border);
}
.gt-refs-intro-text {
    max-width: 68ch;
    margin: 0 auto;
    text-align: center;
    color: var(--golvtjanst-text-soft);
    font-size: 1.05rem;
    line-height: 1.75;
}
.gt-refs-intro-text h2,
.gt-refs-intro-text h3 { display: none; }

.gt-refs-hub-section { padding-top: 3.5rem; }
.gt-refs-hub-section .gt-sp-section-title { margin-bottom: 2.5rem; }

.gt-refs-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.gt-refs-cat-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--golvtjanst-border);
    text-decoration: none;
    color: var(--golvtjanst-text);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.gt-refs-cat-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    transform: translateY(-3px);
    color: var(--golvtjanst-text);
    text-decoration: none;
}

.gt-refs-cat-img {
    position: relative;
    height: 210px;
    background-size: cover;
    background-position: center;
    background-color: #e9ecef;
}

.gt-refs-cat-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: rgba(15, 22, 35, 0.75);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 20px;
    padding: 0.25rem 0.65rem;
    letter-spacing: 0.02em;
}

.gt-refs-cat-body {
    padding: 1.2rem 1.4rem 1.35rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    border-top: 3px solid var(--golvtjanst-red);
}
.gt-refs-cat-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
    color: var(--golvtjanst-text);
}
.gt-refs-cat-desc {
    font-size: 0.875rem;
    color: var(--golvtjanst-text-soft);
    line-height: 1.6;
    flex: 1;
    margin-bottom: 1rem;
}
.gt-refs-cat-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--golvtjanst-red);
    margin-top: auto;
}
.gt-refs-cat-card:hover .gt-refs-cat-link { text-decoration: underline; }

@media (max-width: 991px) {
    .gt-refs-cat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .gt-refs-cat-grid { grid-template-columns: 1fr; }
}

/* ── Project card grid ──────────────────────────────────────── */
.gt-project-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-top: 2rem;
}

@media (max-width: 991.98px) {
    .gt-project-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .gt-project-card-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}

/* ── Project card ───────────────────────────────────────────── */
.gt-project-card {
    background: #fff;
    border: 1px solid var(--golvtjanst-border);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    color: var(--golvtjanst-text);
    transition: box-shadow 0.22s, transform 0.22s;
}

.gt-project-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    transform: translateY(-3px);
    color: var(--golvtjanst-text);
}

.gt-project-card--featured {
    border-color: var(--golvtjanst-brand);
}

.gt-project-card-img {
    aspect-ratio: 4 / 3;
    background: #e8edf0;
    overflow: hidden;
    position: relative;
}

.gt-project-card-img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 0.35s;
}

.gt-project-card:hover .gt-project-card-img img {
    transform: scale(1.04);
}

.gt-project-card-img-placeholder {
    background: linear-gradient(135deg, #dce3e8, #c4cdd4);
    height: 100%;
    width: 100%;
}

/* Badges */
.gt-project-card-badge {
    background: var(--golvtjanst-brand);
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.2rem 0.7rem;
    text-transform: uppercase;
    margin-bottom: 0.55rem;
}

.gt-project-card-featured-badge {
    background: var(--golvtjanst-red);
    border-radius: 999px;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.22rem 0.75rem;
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    text-transform: uppercase;
}

.gt-project-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.3rem;
    padding: 1.25rem 1.25rem 1.4rem;
}

.gt-project-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 0.15rem;
    color: var(--golvtjanst-text);
}

.gt-project-card-meta {
    color: var(--golvtjanst-text-soft);
    font-size: 0.8rem;
    margin: 0;
}

.gt-project-card-lead {
    color: var(--golvtjanst-text-soft);
    font-size: 0.88rem;
    line-height: 1.55;
    margin: 0.1rem 0 0;
    flex: 1;
}

.gt-project-card .gt-sp-card-link {
    color: var(--golvtjanst-brand);
    font-size: 0.83rem;
    font-weight: 600;
    margin-top: 0.6rem;
}

/* ── Breadcrumb ─────────────────────────────────────────────── */
.gt-project-breadcrumb {
    background: #f8f9fa;
    border-bottom: 1px solid var(--golvtjanst-border);
    padding: 0.7rem 0;
}

.gt-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gt-breadcrumb li {
    align-items: center;
    color: var(--golvtjanst-text-soft);
    display: flex;
    font-size: 0.82rem;
}

.gt-breadcrumb li + li::before {
    content: '/';
    margin-right: 0.5rem;
    opacity: 0.5;
}

.gt-breadcrumb a {
    color: var(--golvtjanst-brand);
    text-decoration: none;
}

.gt-breadcrumb a:hover {
    text-decoration: underline;
}

/* ── Single project body ────────────────────────────────────── */
.gt-project-body {
    padding: 4rem 0 3rem;
}

/* Description richtext */
.gt-project-description {
    font-size: 1.02rem;
    line-height: 1.75;
    color: var(--golvtjanst-text);
    margin-bottom: 2.5rem;
}

/* Gallery grid */
.gt-project-gallery-heading {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 2.5rem 0 0.75rem;
    color: var(--golvtjanst-text);
    border-top: 1px solid var(--golvtjanst-border);
    padding-top: 1.75rem;
}

.gt-project-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-top: 2rem;
}

@media (max-width: 767.98px) {
    .gt-project-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 419.98px) {
    .gt-project-gallery {
        grid-template-columns: 1fr;
    }
}

.gt-project-gallery-item {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    background: #e8edf0;
}

.gt-project-gallery-item img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s;
}

.gt-project-gallery-item:hover img {
    transform: scale(1.04);
}

.gt-gallery-zoom {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.28);
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.2s ease;
    border-radius: 8px;
    pointer-events: none;
}

.gt-project-gallery-item {
    position: relative;
}

.gt-project-gallery-item:hover .gt-gallery-zoom {
    opacity: 1;
}

/* ── Sidebar ─────────────────────────────────────────────────── */
.gt-project-sidebar {
    top: calc(var(--gt-navbar-h, 83px) + 1.5rem);
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.gt-project-meta-card {
    background: #f8f9fa;
    border: 1px solid var(--golvtjanst-border);
    border-radius: 12px;
    padding: 1.5rem 1.6rem;
}

.gt-project-meta-heading {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--golvtjanst-text-soft);
    margin-bottom: 1rem;
}

.gt-project-meta-list {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.45rem 1rem;
    margin: 0;
}

.gt-project-meta-list dt {
    color: var(--golvtjanst-text-soft);
    font-size: 0.83rem;
    font-weight: 600;
}

.gt-project-meta-list dd {
    color: var(--golvtjanst-text);
    font-size: 0.83rem;
    margin: 0;
}

.gt-project-meta-list dd a {
    color: var(--golvtjanst-brand);
    text-decoration: none;
}

.gt-project-meta-list dd a:hover {
    text-decoration: underline;
}

.gt-project-cta-card {
    background: #ffffff;
    border: 1px solid var(--golvtjanst-border);
    border-left: 4px solid var(--golvtjanst-red);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    padding: 1.6rem 1.6rem;
}

.gt-project-cta-card .gt-hero-btn-red,
.gt-hero-btn-block {
    display: flex !important;
    justify-content: center;
    width: 100%;
    border: none;
    border-radius: 25px;
}

.gt-project-cta-heading {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0.25rem 0 0.6rem;
    color: var(--golvtjanst-text);
}

.gt-project-cta-text {
    color: var(--golvtjanst-text-soft);
    font-size: 0.87rem;
    line-height: 1.55;
    margin-bottom: 1.1rem;
}

.gt-sp-sidebar-link {
    color: var(--golvtjanst-text-soft);
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
}

.gt-sp-sidebar-link:hover {
    color: var(--golvtjanst-brand);
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .gt-project-body {
        padding: 2.5rem 0 2rem;
    }

    .gt-project-sidebar {
        position: static;
        margin-top: 2.5rem;
    }

    .gt-project-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ══════════════════════════════════════════════════════════════
 * BRAND PAGE (miljo-kvalitet, om-oss, jobba-hos-oss etc.)
 * ══════════════════════════════════════════════════════════════ */

/* ── Brand sidebar ──────────────────────────────────────────── */
.gt-brand-sidebar {
    top: 5rem;
    display: flex;
    flex-direction: column;
}

.gt-brand-sidebar-fact {
    background: #f5f7f9;
    border: 1px solid var(--golvtjanst-border);
    border-top: 3px solid var(--golvtjanst-red);
    border-radius: 12px;
    padding: 1.75rem 1.8rem;
}

.gt-brand-sidebar-title {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    color: var(--golvtjanst-text);
}

/* ── Miljö & Kvalitet – ledningssystem checklist ─────────────── */
.gt-miljo-ledning-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.gt-miljo-ledning-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--golvtjanst-text);
    margin: 0.3rem 0 1rem;
    line-height: 1.25;
}

.gt-miljo-ledning-intro {
    font-size: 1rem;
    color: var(--golvtjanst-text-soft);
    line-height: 1.7;
    margin: 0;
}

.gt-miljo-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.gt-miljo-check-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: #fff;
    border: 1px solid var(--golvtjanst-border);
    border-radius: 8px;
    padding: 0.75rem 1rem;
}

.gt-miljo-check-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 1px;
}

.gt-miljo-check-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.gt-miljo-check-text {
    font-size: 0.95rem;
    color: var(--golvtjanst-text);
    line-height: 1.5;
}

/* ── Miljö & Kvalitet – cert badge cards ────────────────────── */
.gt-miljo-certs-section {
    padding: 3.5rem 0;
    background: #fff;
}

.gt-miljo-certs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 991.98px) {
    .gt-miljo-certs-grid {
        grid-template-columns: 1fr;
    }
}

.gt-miljo-cert-card {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    background: #f8f9fa;
    border: 1px solid var(--golvtjanst-border);
    border-radius: 12px;
    padding: 1.6rem 1.4rem;
    transition: box-shadow 0.2s, transform 0.2s;
}

.gt-miljo-cert-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.gt-miljo-cert-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: rgba(200, 43, 43, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--golvtjanst-red);
}

.gt-miljo-cert-icon svg {
    width: 30px;
    height: 30px;
}

.gt-miljo-cert-icon--green {
    background: rgba(22, 160, 80, 0.08);
    color: #16a050;
}

.gt-miljo-cert-icon--blue {
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
}

.gt-miljo-cert-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--golvtjanst-text-soft);
    margin-bottom: 0.2rem;
}

.gt-miljo-cert-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--golvtjanst-text);
    margin: 0 0 0.4rem;
}

.gt-miljo-cert-text {
    font-size: 0.875rem;
    color: var(--golvtjanst-text-soft);
    line-height: 1.6;
    margin: 0;
}

/* ── Quality highlights strip (miljo-kvalitet) ──────────────── */
.gt-brand-highlights-section {
    padding: 4.5rem 0;
    background: #f5f7f9;
}

.gt-brand-highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
}

@media (max-width: 1199.98px) {
    .gt-brand-highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .gt-brand-highlights-grid {
        grid-template-columns: 1fr;
    }
}

.gt-brand-highlight-item {
    background: #ffffff;
    border: 1px solid var(--golvtjanst-border);
    border-radius: 12px;
    padding: 1.75rem 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: box-shadow 0.2s, transform 0.2s;
}

.gt-brand-highlight-item:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.gt-brand-highlight-icon {
    width: 44px;
    height: 44px;
    color: var(--golvtjanst-brand);
    flex-shrink: 0;
}

.gt-brand-highlight-icon svg {
    width: 100%;
    height: 100%;
}

.gt-brand-highlight-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--golvtjanst-text);
    margin: 0;
}

.gt-brand-highlight-text {
    font-size: 0.88rem;
    color: var(--golvtjanst-text-soft);
    line-height: 1.65;
    margin: 0;
}

/* ── Brand gallery grid ─────────────────────────────────────── */
.gt-brand-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    border-radius: 12px;
    overflow: hidden;
}

.gt-brand-gallery-item {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e8edf0;
}

.gt-brand-gallery-item img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 0.35s;
}

.gt-brand-gallery-item:hover img {
    transform: scale(1.04);
}

@media (max-width: 767.98px) {
    .gt-brand-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .gt-brand-highlights-section {
        padding: 3rem 0;
    }

    .gt-brand-gallery-grid {
        grid-template-columns: 1fr;
    }

    .gt-brand-sidebar {
        position: static;
    }
}

/* ══════════════════════════════════════════════════════════════
 * COMPREHENSIVE MOBILE / RESPONSIVE POLISH
 * ══════════════════════════════════════════════════════════════ */

/* ── 991px: tablet ───────────────────────────────────────────── */
@media (max-width: 991.98px) {

    /* Topbar: hide contact items on tablet, keep email only */
    .gt-topbar-contact-item--phone { display: none; }

    /* Nav-end inside collapse: stack nicely */
    .gt-nav-end {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0.75rem 0 0.5rem;
        border-top: 1px solid var(--golvtjanst-border);
        margin-top: 0.5rem;
    }

    .gt-segment-switch {
        flex: 1;
    }

    /* Home sections: reduce top/bottom padding */
    .gt-home-intro,
    .gt-home-info-section,
    .gt-home-feature-section,
    .gt-home-gallery-section,
    .gt-home-partners-section {
        padding: 3.5rem 0;
    }

    .gt-home-cta-section {
        padding: 4.5rem 0;
    }

    /* Service detail: hero stats strip */
    .gt-svc-hero-section {
        padding: 2.5rem 0;
    }

    .gt-svc-section {
        padding: 2.5rem 0;
    }
}

/* ── 767px: mobile landscape / large mobile ─────────────────── */
@media (max-width: 767.98px) {

    /* Global section padding reduction */
    .gt-home-intro,
    .gt-home-info-section,
    .gt-home-feature-section,
    .gt-home-gallery-section,
    .gt-home-partners-section {
        padding: 2.75rem 0;
    }

    .gt-home-cta-section {
        padding: 3.5rem 0;
    }

    /* Hero: tighter */
    .gt-hero-video-wrap {
        min-height: 72vh;
    }

    .gt-hero-video-content {
        padding: 2.5rem 0 2rem;
    }

    .gt-hero-video-title {
        font-size: clamp(1.9rem, 7vw, 2.8rem);
    }

    /* Stats bar: 2x2 with smaller text */
    .gt-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gt-stat-num {
        font-size: 0.92rem;
    }

    .gt-stat-label {
        font-size: 0.65rem;
    }

    .gt-stat-item {
        padding: 0.5rem 0.75rem;
        gap: 0.4rem;
    }

    /* Info cards: fix aspect ratio on single column */
    .gt-home-info-card {
        aspect-ratio: 16 / 9;
    }

    .gt-home-info-title {
        font-size: 1.15rem;
    }

    /* Home intro: tighter typography */
    .gt-home-intro-title {
        font-size: clamp(1.7rem, 6vw, 2.4rem);
    }

    .gt-home-intro-sub {
        font-size: 0.95rem;
    }

    /* Service icon cards: less padding */
    .gt-service-icon-card {
        padding: 1.75rem 1.25rem;
    }

    /* Hero buttons: stack on narrow */
    .gt-hero-video-content .d-flex {
        flex-direction: column;
        gap: 0.75rem !important;
        align-items: flex-start;
    }

    .gt-hero-btn-outline,
    .gt-hero-btn-red {
        width: auto;
        min-width: 180px;
    }

    /* Page banner: smaller fonts */
    .gt-page-banner-title {
        font-size: clamp(1.55rem, 5.5vw, 2.2rem);
    }

    /* Subpage sections */
    .gt-sp-section {
        padding: 2rem 0;
    }

    .gt-svc-section,
    .gt-svc-hero-section,
    .gt-offer-form-section {
        padding: 2rem 0;
    }

    /* Offer hub overlap: reduce negative margin */
    .gt-offer-hub-overlap {
        margin-top: -2rem;
        padding: 2rem 0 3rem;
    }

    .gt-page-banner--centered .gt-page-banner-inner {
        padding-bottom: 4rem;
    }

    /* Reviews section */
    .gt-reviews-section {
        padding: 2.5rem 0;
    }

    /* Subpage CTA */
    .gt-subpage-cta-section,
    .gt-sp-cta-section {
        padding: 2.5rem 0;
    }

    /* Footer pre-footer */
    .gt-footer-prefooter {
        padding: 1.75rem 0;
    }

    /* Footer grid already 1-col but reduce spacing */
    .gt-footer-grid {
        padding: 2.5rem 0 2rem;
    }

    /* Topbar: hide entirely on mobile */
    .gt-header-topbar {
        display: none;
    }
}

/* ── 575px: small mobile ────────────────────────────────────── */
@media (max-width: 575.98px) {

    /* Stats bar: tighter on very small screens */
    .gt-stats-bar {
        padding: 0.6rem 0;
    }

    .gt-stat-item {
        flex-direction: column;
        align-items: center;
        gap: 0.15rem;
        padding: 0.5rem 0.5rem;
    }

    .gt-stat-num {
        font-size: 1rem;
    }

    .gt-stat-label {
        font-size: 0.6rem;
        text-align: center;
    }

    /* Hero: full height on phone */
    .gt-hero-video-wrap {
        min-height: 80vh;
    }

    /* Navbar: smaller logo on very small */
    .gt-logo img {
        height: 44px;
    }

    /* Segment switch full-width when menu open */
    .gt-nav-end {
        flex-direction: column;
        width: 100%;
    }

    .gt-segment-switch,
    .gt-btn-offert {
        width: 100%;
        justify-content: center;
    }

    .gt-btn-offert {
        display: flex;
        text-align: center;
    }

    /* Hero buttons: full width on phone */
    .gt-hero-btn-outline,
    .gt-hero-btn-red {
        width: 100%;
        justify-content: center;
    }

    .gt-hero-video-content .d-flex {
        align-items: stretch;
    }

    /* Home intro section */
    .gt-home-intro {
        padding: 2.25rem 0;
    }

    .gt-home-intro-title {
        font-size: clamp(1.6rem, 7vw, 2rem);
    }

    /* Service icon cards */
    .gt-service-icon-card {
        padding: 1.5rem 1rem;
    }

    /* CTA section */
    .gt-home-cta-section {
        padding: 3rem 0;
    }

    .gt-home-cta-title {
        font-size: clamp(1.6rem, 6vw, 2.4rem);
    }

    /* Project/reference cards: smaller gaps */
    .gt-project-card-grid {
        gap: 1rem;
    }

    /* Offer hub cards: horizontal layout on phone */
    .gt-offer-hub-card {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        padding: 1.25rem 1rem;
    }

    .gt-offer-hub-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin-bottom: 0;
    }

    .gt-offer-hub-icon svg {
        width: 36px;
        height: 36px;
    }

    .gt-offer-hub-title {
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }

    .gt-offer-hub-cta {
        font-size: 0.78rem;
    }

    /* Single project sidebar: reduce padding */
    .gt-project-meta-card,
    .gt-project-cta-card {
        padding: 1.2rem 1.1rem;
    }

    /* Formidable form fields: always full width */
    .frm_forms .frm_form_field.frm6,
    .frm_forms .frm_form_field.frm4,
    .frm_forms .frm_form_field.frm3 {
        flex: 0 0 100% !important;
    }

    /* Submit button full width on mobile */
    .frm_forms .frm_submit button {
        width: 100%;
    }

    /* Filter bar: scrollable */
    .gt-project-filter-bar .container {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.25rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .gt-project-filter-bar .container::-webkit-scrollbar {
        display: none;
    }

    .gt-project-filter-btn {
        white-space: nowrap;
        flex-shrink: 0;
    }

    /* Footer bottom */
    .gt-footer-bottom {
        gap: 0.5rem;
    }

    .gt-footer-bottom-copy,
    .gt-footer-bottom-sub {
        font-size: 0.72rem;
    }

    /* Miljo certs grid */
    .gt-miljo-certs-grid {
        grid-template-columns: 1fr;
    }

    /* Ref cat grid */
    .gt-refs-cat-grid {
        grid-template-columns: 1fr;
    }

    /* Brand highlights: fewer columns */
    .gt-brand-highlights-grid {
        grid-template-columns: 1fr;
    }

    /* Page banner lead text */
    .gt-page-banner-lead {
        font-size: 0.9rem;
    }

    /* Section titles */
    .gt-sp-section-title {
        font-size: clamp(1.35rem, 5.5vw, 1.75rem);
    }

    .gt-home-info-section .gt-home-info-header {
        margin-bottom: 1.5rem;
    }

    .gt-home-info-heading {
        font-size: clamp(1.4rem, 5vw, 1.9rem);
    }

    /* Feature section */
    .gt-home-feature-section {
        padding: 2.25rem 0;
    }

    .gt-home-feature-img-wrap img {
        height: 200px;
    }

    .gt-home-feature-text h2 {
        font-size: clamp(1.4rem, 5.5vw, 1.9rem);
    }

    /* Gallery on phone */
    .gt-home-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    /* Partners */
    .gt-home-partners-section {
        padding: 2rem 0;
    }
}
