.text-transform-inherit {
        text-transform: inherit !important;
      }
      .gbs-home-prototype {
        background: #f5f1f4;
      }
      .gbs-home-prototype .gbs-legacy-header,
      .gbs-home-prototype .gbs-legacy-header .header-wrap-clone {
        display: none !important;
      }
      .gbs-home-nav {
        position: fixed;
        top: 18px;
        left: 0;
        right: 0;
        z-index: 1200;
        padding: 0 18px;
      }
      .gbs-home-nav-shell {
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        padding: 14px 18px;
        border-radius: 22px;
        border: 1px solid rgba(255,255,255,.18);
        background: rgba(16,16,16,.22);
        box-shadow: 0 20px 44px rgba(2,6,23,.14);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(18px);
        transition: background .25s ease, box-shadow .25s ease, transform .25s ease, border-color .25s ease;
      }
      .gbs-home-nav.is-scrolled .gbs-home-nav-shell {
        background: rgba(255,255,255,.96);
        border-color: rgba(15,23,42,.08);
        box-shadow: 0 18px 38px rgba(15,23,42,.10);
      }
      .gbs-home-brand {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        flex-shrink: 0;
      }
      .gbs-home-brand img {
        height: 44px;
        width: auto;
        display: block;
      }
      .gbs-home-menu {
        display: flex;
        align-items: center;
        gap: 6px;
        flex: 1 1 auto;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .gbs-home-menu-item {
        position: relative;
      }
      .gbs-home-menu-item.has-submenu::after,
      .gbs-home-lang::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 14px;
      }
      .gbs-home-menu-link,
      .gbs-home-submenu-link,
      .gbs-home-lang-current,
      .gbs-home-lang-option {
        text-decoration: none;
      }
      .gbs-home-menu-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        padding: 10px 12px;
        border-radius: 12px;
        border: 0;
        background: transparent;
        transition: color .2s ease, background .2s ease;
        cursor: pointer;
        font-family: "Poppins", sans-serif;
      }
      .gbs-home-nav.is-scrolled .gbs-home-menu-link {
        color: #253041;
      }
      .gbs-home-menu-link.is-active,
      .gbs-home-menu-link:hover,
      .gbs-home-menu-item.is-open > .gbs-home-menu-link {
        color: #fff;
        background: rgba(255,255,255,.12);
      }
      .gbs-home-nav.is-scrolled .gbs-home-menu-link.is-active,
      .gbs-home-nav.is-scrolled .gbs-home-menu-link:hover,
      .gbs-home-nav.is-scrolled .gbs-home-menu-item.is-open > .gbs-home-menu-link {
        color: #253041;
        background: rgba(234,10,42,.08);
      }
      .gbs-home-menu-caret,
      .gbs-home-lang-caret {
        font-size: 10px;
        line-height: 1;
        transition: transform .2s ease;
      }
      .gbs-home-menu-item.is-open > .gbs-home-menu-link .gbs-home-menu-caret,
      .gbs-home-lang.is-open .gbs-home-lang-caret {
        transform: rotate(180deg);
      }
      .gbs-home-submenu {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        min-width: 270px;
        list-style: none;
        margin: 0;
        padding: 12px;
        border-radius: 18px;
        border: 1px solid rgba(15,23,42,.08);
        background: rgba(255,255,255,.98);
        box-shadow: 0 20px 40px rgba(15,23,42,.12);
        display: none;
      }
      .gbs-home-menu-item.is-open > .gbs-home-submenu {
        display: block;
      }
      .gbs-home-menu-item.has-submenu:hover > .gbs-home-submenu {
        display: block;
      }
      .gbs-home-submenu li + li {
        margin-top: 4px;
      }
      .gbs-home-submenu-link {
        display: block;
        color: #253041;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.45;
        padding: 10px 12px;
        border-radius: 12px;
        transition: background .2s ease, color .2s ease;
      }
      .gbs-home-submenu-link:hover {
        color: #ea0a2a;
        background: rgba(234,10,42,.06);
      }
      .gbs-home-actions {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
      }
      .gbs-home-lang {
        position: relative;
      }
      .gbs-home-lang-current {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        padding: 10px 12px;
        border-radius: 12px;
        border: 0;
        background: transparent;
        transition: color .2s ease, background .2s ease;
        cursor: pointer;
      }
      .gbs-home-nav.is-scrolled .gbs-home-lang-current {
        color: #253041;
      }
      .gbs-home-lang-current:hover,
      .gbs-home-lang.is-open .gbs-home-lang-current {
        background: rgba(255,255,255,.12);
      }
      .gbs-home-nav.is-scrolled .gbs-home-lang-current:hover,
      .gbs-home-nav.is-scrolled .gbs-home-lang.is-open .gbs-home-lang-current {
        background: rgba(234,10,42,.08);
      }
      .gbs-home-lang img {
        width: 18px;
        height: 12px;
        border-radius: 2px;
        display: block;
      }
      .gbs-home-lang-menu {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        min-width: 170px;
        padding: 10px;
        border-radius: 16px;
        border: 1px solid rgba(15,23,42,.08);
        background: rgba(255,255,255,.98);
        box-shadow: 0 20px 40px rgba(15,23,42,.12);
        display: none;
      }
      .gbs-home-lang.is-open .gbs-home-lang-menu {
        display: block;
      }
      .gbs-home-lang-option {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #253041;
        font-size: 13px;
        font-weight: 700;
        padding: 10px 12px;
        border-radius: 12px;
      }
      .gbs-home-lang-option:hover {
        color: #ea0a2a;
        background: rgba(234,10,42,.06);
      }
      .gbs-home-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 46px;
        padding: 0 18px;
        border-radius: 999px;
        border: 0;
        background: #ec092c;
        color: #ffffffff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
      }
      .gbs-home-toggle {
        display: none;
        width: 46px;
        height: 46px;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        border: 1px solid rgba(255,255,255,.18);
        background: rgba(255,255,255,.10);
        color: #fff;
        font-size: 18px;
        position: relative;
        z-index: 3;
        cursor: pointer;
      }
      .gbs-home-mobile-only {
        display: none;
      }
      .gbs-home-nav.is-scrolled .gbs-home-toggle {
        color: #253041;
        border-color: rgba(15,23,42,.08);
        background: rgba(15,23,42,.03);
      }
      .gbs-home-prototype #slider {
        min-height: 100vh;
        overflow: hidden;
      }
      .gbs-home-prototype #content {
        position: relative;
        z-index: 10;
        background: #f5f1f4;
      }
      .gbs-home-prototype #slider .slider-inner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(15,23,42,.34) 0%, rgba(15,23,42,.26) 38%, rgba(15,23,42,.82) 100%);
        z-index: 1;
      }
      .gbs-home-prototype #slider .video-wrap,
      .gbs-home-prototype #slider .gbs-hero-layer {
        position: inherit;
        z-index: 2;
      }
      .gbs-home-prototype #slider .gbs-hero-layer {
        min-height: 100vh;
        display: flex;
        align-items: center;
        width: 100%;
        padding-top: 110px;
        z-index: 6;
      }
      .gbs-home-prototype #slider .gbs-hero-layer,
      .gbs-home-prototype #slider .emphasis-title,
      .gbs-home-prototype #slider .gbs-hero-kicker,
      .gbs-home-prototype #slider .emphasis-title h1,
      .gbs-home-prototype #slider .emphasis-title h2,
      .gbs-home-prototype #slider .gbs-home-copy,
      .gbs-home-prototype #slider .gbs-home-hero-actions {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
      }
      .gbs-home-prototype .emphasis-title {
        position: relative;
        z-index: 7;
      }
      .gbs-home-prototype .emphasis-title {
        max-width: 980px;
        margin: 0 auto;
      }
      .gbs-home-prototype .gbs-hero-kicker {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 16px;
        border-radius: 999px;
        border: 1px solid rgba(255,255,255,.18);
        background: rgba(255,255,255,.12);
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .02em;
        margin-bottom: 24px;
      }
      .gbs-home-prototype .emphasis-title h1 {
        color: #fff;
        font-size: clamp(1.8rem, 2.8vw, 2.75rem) !important;
        line-height: 1.08;
        letter-spacing: -0.045em;
        margin-bottom: 18px;
        font-weight: 700 !important;
      }
      .gbs-home-prototype .emphasis-title h2 {
        color: #fff !important;
        font-size: clamp(2.35rem, 5vw, 4.3rem) !important;
        line-height: 1.02;
        max-width: 980px;
        margin: 0 auto;
        font-weight: 800 !important;
      }
      .gbs-home-prototype .emphasis-title h2 span {
        color: #fff !important;
        background: #ea0a2a !important;
        padding: 2px 12px 8px !important;
        border-radius: 12px;
        display: inline-block;
      }
      .gbs-home-hero-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-top: 28px;
        flex-wrap: wrap;
      }
      .gbs-home-hero-actions .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-width: 220px;
        min-height: 56px;
        padding: 0 26px;
        border-radius: 999px;
        font-size: 15px;
        font-weight: 900;
        line-height: 1;
        vertical-align: middle;
        box-shadow: 0 20px 34px rgba(15,23,42,.18);
      }
      .gbs-home-hero-actions .btn i {
        margin: 0 !important;
        line-height: 1;
        position: static !important;
        top: auto !important;
      }
      .gbs-home-hero-actions .btn.btn-primary {
        background: #ea0a2a;
        border-color: #ea0a2a;
      }
      .gbs-home-hero-actions .btn.btn-light {
        background: rgba(255,255,255,.92);
        border-color: rgba(255,255,255,.92);
        color: #0f172a !important;
      }
      .gbs-home-copy {
        max-width: 720px;
        margin: 22px auto 0;
        color: rgba(255,255,255,.84);
        font-size: 1.05rem;
        line-height: 1.75;
      }
      .gbs-home-prototype #slider .slider-inner {
        overflow: visible;
        transform: none !important;
      }
      .gbs-inner-prototype #slider {
        min-height: clamp(300px, 38vw, 330px);
      }
      .gbs-inner-prototype #slider .slider-inner::before {
        background: linear-gradient(90deg, rgba(15,23,42,.82) 0%, rgba(15,23,42,.58) 42%, rgba(15,23,42,.32) 100%);
      }
      .gbs-inner-prototype #slider .gbs-hero-layer {
        min-height: clamp(300px, 38vw, 330px);
        align-items: flex-end;
        padding: 140px 0 52px;
      }
      .gbs-inner-prototype #slider .gbs-hero-layer .container {
        width: 100%;
      }
      .gbs-inner-hero-copy {
        position: relative;
        z-index: 7;
        max-width: 70%;
        margin: 0;
        text-align: left;
      }
      .gbs-inner-hero-eyebrow {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        padding: 0 14px;
        margin-bottom: 18px;
        border-radius: 999px;
        border: 1px solid rgba(255,255,255,.16);
        background: rgba(255,255,255,.10);
        color: #fff;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .18em;
        text-transform: uppercase;
      }
      .gbs-inner-hero-copy h2 {
        margin: 0;
        color: #fff;
        font-size: clamp(2.2rem, 5vw, 4.5rem) !important;
        line-height: .98;
        letter-spacing: -.06em;
        font-weight: 800 !important;
      }
      .gbs-trust-band-wrap {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 26px;
        z-index: 5;
        padding: 0 18px;
      }
      .gbs-trust-band {
        max-width: 1180px;
        margin: 0 auto;
        position: relative;
        background: rgba(255,255,255,.96);
        border: 1px solid rgba(15,23,42,.08);
        border-radius: 24px;
        box-shadow: 0 22px 48px rgba(15,23,42,.10);
        overflow: hidden;
      }
      .gbs-trust-track {
        display: flex;
        align-items: center;
        width: max-content;
        animation: gbsTrustMarquee 24s linear infinite;
      }
      .gbs-trust-item {
        min-width: 236px;
        min-height: 98px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 22px;
        border-right: 1px solid rgba(15,23,42,.08);
        background: rgba(255,255,255,.96);
      }
      .gbs-trust-item:last-child {
        border-right: 0;
      }
      .gbs-trust-item img {
        max-width: 100%;
        max-height: 42px;
        width: auto;
        height: auto;
        object-fit: contain;
        filter: grayscale(100%);
        opacity: .86;
      }
      .gbs-trust-band:hover .gbs-trust-track {
        animation-play-state: paused;
      }
      @keyframes gbsTrustMarquee {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(-50%);
        }
      }
      .gbs-section-shell {
        position: relative;
        padding: 86px 0;
        overflow: hidden;
      }
      .gbs-section-shell.gbs-section-soft {
        background: #f5f1f4;
      }
      .gbs-section-shell.gbs-section-soft-alt {
        background: linear-gradient(180deg, #f5f1f4 0%, #f9f5f7 100%);
      }
      .world-map::before {
        content: "";
        position: absolute;
        inset: 80px 0;
        background: url('<?=SITE_URL?>/images/dots-world-map.png') center 44% / contain no-repeat !important;
        opacity: .10;
        filter: invert(1) grayscale(1) contrast(1.1);
        mix-blend-mode: multiply;
        pointer-events: none;
        z-index: 0;
      }
      .gbs-section-shell .container {
        position: relative;
        z-index: 1;
      }
      .gbs-section-head {
        text-align: center;
        max-width: 860px;
        margin: 0 auto 42px;
      }
      .gbs-section-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        border-radius: 999px;
        border: 1px solid rgba(234,10,42,.12);
        background: rgba(255,255,255,.72);
        color: #ea0a2a;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .04em;
        margin-bottom: 16px;
        text-transform: uppercase;
      }
      .gbs-section-head h2 {
        color: #2d3140;
        font-size: clamp(2rem, 4vw, 3.25rem);
        line-height: 1.1;
        letter-spacing: -0.04em;
        margin-bottom: 14px;
      }
      .gbs-section-head p {
        color: #5b6476;
        font-size: 1rem;
        line-height: 1.9;
        margin: 0;
      }
      .gbs-showcase-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px;
      }
      .gbs-showcase-card {
        position: relative;
        min-height: 440px;
        border-radius: 28px;
        overflow: hidden;
        background: #fff;
        border: 1px solid rgba(15,23,42,.08);
        box-shadow: 0 20px 40px rgba(15,23,42,.10);
        transform: translateY(0);
        transition: transform .22s ease, box-shadow .22s ease;
      }
      .gbs-showcase-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 28px 52px rgba(15,23,42,.14);
      }
      .gbs-showcase-media {
        position: absolute;
        inset: 0;
      }
      .gbs-showcase-media img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
      }
      .gbs-showcase-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(15,23,42,0) 18%, rgba(15,23,42,.18) 42%, rgba(15,23,42,.58) 68%, rgba(0,0,0,.88) 100%);
      }
      .gbs-showcase-body {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        padding: 26px 24px 24px;
        color: #fff;
      }
      .gbs-showcase-index {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 999px;
        background: rgba(255,255,255,.16);
        border: 1px solid rgba(255,255,255,.26);
        font-size: 14px;
        font-weight: 900;
        margin-bottom: 16px;
      }
      .gbs-showcase-body h3 {
        color: #fff;
        font-size: 1.75rem;
        line-height: 1.05;
        letter-spacing: -0.03em;
        margin-bottom: 10px;
      }
      .gbs-showcase-body p {
        color: rgba(255,255,255,.86);
        font-size: .98rem;
        line-height: 1.7;
        margin: 0;
      }
      .gbs-showcase-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-top: 34px;
        flex-wrap: wrap;
      }
      .gbs-showcase-actions .btn {
        min-width: 210px;
        min-height: 54px;
        border-radius: 999px;
        font-size: 15px;
        font-weight: 900;
      }
      .gbs-showcase-actions .btn-dark {
        background: #303544;
        border-color: #303544;
      }
      .gbs-showcase-actions .btn-outline-secondary {
        border-color: rgba(48,53,68,.26);
        color: #303544;
        background: rgba(255,255,255,.72);
      }
      .gbs-ugc-section {
        margin-top: 34px;
        padding-top: 112px;
        background:
          radial-gradient(circle at top left, rgba(234,10,42,.10), transparent 28%),
          radial-gradient(circle at bottom right, rgba(247,198,61,.16), transparent 26%),
          linear-gradient(180deg, #f8f3f6 0%, #f4eff4 100%);
        border-top: 1px solid rgba(15,23,42,.08);
      }
      .gbs-ugc-section::after {
        content: "";
        position: absolute;
        top: -1px;
        left: 50%;
        width: 180px;
        height: 4px;
        border-radius: 999px;
        transform: translateX(-50%);
        background: linear-gradient(90deg, #ea0a2a 0%, #f7c63d 100%);
        box-shadow: 0 10px 24px rgba(234,10,42,.18);
      }
      .gbs-ugc-section::before {
        background: url('<?=SITE_URL?>/images/grid.png') center center / cover no-repeat;
        opacity: .05;
      }
      .gbs-ugc-stage {
        display: grid;
        grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
        gap: 36px;
        align-items: center;
      }
      .gbs-ugc-copy {
        position: relative;
        z-index: 1;
      }
      .gbs-ugc-copy .gbs-section-eyebrow {
        background: rgba(255,255,255,.82);
        box-shadow: 0 12px 28px rgba(15,23,42,.06);
      }
      .gbs-ugc-copy h2 {
        color: #232938;
        font-size: clamp(2.35rem, 4vw, 3.4rem);
        line-height: 1.02;
        letter-spacing: -0.05em;
        margin-bottom: 16px;
      }
      .gbs-ugc-copy p {
        color: #5d6778;
        font-size: 1.04rem;
        line-height: 1.9;
        margin-bottom: 0;
      }
      .gbs-ugc-metrics {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        margin-top: 28px;
      }
      .gbs-ugc-metric {
        padding: 20px 18px;
        border-radius: 22px;
        background: rgba(255,255,255,.72);
        border: 1px solid rgba(15,23,42,.08);
        box-shadow: 0 16px 34px rgba(15,23,42,.07);
      }
      .gbs-ugc-metric strong {
        display: block;
        color: #202634;
        font-size: 1.05rem;
        line-height: 1.25;
        margin-bottom: 8px;
      }
      .gbs-ugc-metric span {
        display: block;
        color: #6a7280;
        font-size: .94rem;
        line-height: 1.65;
      }
      .gbs-ugc-actions {
        display: flex;
        align-items: center;
        gap: 14px;
        flex-wrap: wrap;
        margin-top: 28px;
      }
      .gbs-ugc-actions .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 210px;
        height: 54px;
        padding: 0 24px;
        border-radius: 999px;
        font-size: 15px;
        font-weight: 900;
        line-height: 1;
        vertical-align: middle;
        box-sizing: border-box;
        white-space: nowrap;
      }
      .gbs-ugc-actions .btn i {
        margin: 0 !important;
        line-height: 1;
        position: static !important;
        top: auto !important;
      }
      .gbs-ugc-actions .btn-dark {
        background: #2b3242;
        border-color: #2b3242;
      }
      .gbs-ugc-actions .btn-outline-secondary {
        background: rgba(255,255,255,.76);
        border-color: rgba(43,50,66,.18);
        color: #2b3242;
      }
      .gbs-ugc-collage {
        position: relative;
        min-height: 700px;
      }
      .gbs-ugc-card {
        position: absolute;
        overflow: hidden;
        border-radius: 30px;
        border: 1px solid rgba(255,255,255,.24);
        box-shadow: 0 24px 54px rgba(15,23,42,.14);
        background: #dfe5ed;
      }
      .gbs-ugc-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(15,23,42,.08) 0%, rgba(15,23,42,.70) 100%);
        z-index: 1;
      }
      .gbs-ugc-card img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
      }
      .gbs-ugc-card-body {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        padding: 22px 22px 20px;
      }
      .gbs-ugc-card-tag {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        padding: 0 14px;
        border-radius: 999px;
        background: rgba(255,255,255,.16);
        border: 1px solid rgba(255,255,255,.22);
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
        margin-bottom: 12px;
      }
      .gbs-ugc-card-body h3 {
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.06;
        letter-spacing: -0.035em;
        margin-bottom: 8px;
      }
      .gbs-ugc-card-body p {
        color: rgba(255,255,255,.84);
        font-size: .95rem;
        line-height: 1.65;
        margin: 0;
      }
      .gbs-ugc-card-main {
        inset: 40px 140px 52px 120px;
        z-index: 2;
      }
      .gbs-ugc-card-main .gbs-ugc-card-body h3 {
        font-size: 2rem;
      }
      .gbs-ugc-card-a {
        top: 0;
        left: 0;
        width: 270px;
        height: 280px;
        transform: rotate(-7deg);
        z-index: 3;
      }
      .gbs-ugc-card-b {
        top: 82px;
        right: 8px;
        width: 240px;
        height: 250px;
        transform: rotate(6deg);
        z-index: 4;
      }
      .gbs-ugc-card-c {
        right: -100px;
        bottom: -38px;
        width: 265px;
        height: 220px;
        transform: rotate(-4deg);
        z-index: 3;
      }
      .gbs-ugc-glow {
        position: absolute;
        border-radius: 999px;
        filter: blur(18px);
        opacity: .55;
        pointer-events: none;
      }
      .gbs-ugc-glow-one {
        top: 38px;
        right: 128px;
        width: 120px;
        height: 120px;
        background: rgba(234,10,42,.22);
      }
      .gbs-ugc-glow-two {
        left: 110px;
        bottom: 86px;
        width: 150px;
        height: 150px;
        background: rgba(247,198,61,.24);
      }
      .gbs-wa-float {
        position: fixed;
        left: 18px;
        bottom: 18px;
        z-index: 99999;
        display: flex;
        align-items: center;
        gap: 12px;
        height: 54px;
        padding: 0 16px 0 12px;
        border-radius: 999px;
        text-decoration: none;
        color: #fff;
        background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
        box-shadow: 0 14px 30px rgba(0,0,0,.18);
        transform: translateZ(0);
        transition: transform .18s ease, box-shadow .18s ease, width .25s ease;
        animation: gbsWaFloatIn .6s ease both;
      }
      .gbs-wa-icon {
        width: 38px;
        height: 38px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        background: rgba(255,255,255,.16);
        backdrop-filter: blur(6px);
      }
      .gbs-wa-text {
        font: 600 14px/1.1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        letter-spacing: .2px;
        white-space: nowrap;
        max-width: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-width .25s ease, opacity .18s ease;
      }
      .gbs-wa-text small {
        display:block;
        font-weight: 500;
        opacity: .9;
        margin-top: 3px;
        font-size: 12px;
      }
      .gbs-wa-float:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 38px rgba(0,0,0,.22);
      }
      .gbs-wa-float:hover .gbs-wa-text {
        max-width: 290px;
        opacity: 1;
      }
      .gbs-wa-pulse {
        position: absolute;
        left: 8px;
        width: 46px;
        height: 46px;
        border-radius: 999px;
        background: rgba(37, 211, 102, .35);
        filter: blur(.2px);
        animation: gbsPulse 1.7s ease-out infinite;
        pointer-events: none;
      }
      @keyframes gbsPulse {
        0% { transform: scale(.85); opacity: .65; }
        70% { transform: scale(1.35); opacity: 0; }
        100% { transform: scale(1.35); opacity: 0; }
      }
      @keyframes gbsWaFloatIn {
        from { opacity: 0; transform: translateY(14px); }
        to { opacity: 1; transform: translateY(0); }
      }
      @media (min-width: 992px) {
        .gbs-wa-float {
          opacity: 0;
          visibility: hidden;
          transform: translateY(20px);
          transition: all 0.4s ease;
        }
        .gbs-wa-float.show-on-scroll {
          opacity: 1;
          visibility: visible;
          transform: translateY(0);
        }
      }
      @media (max-width: 1199.98px) {
        .gbs-home-menu-link {
          padding: 10px 8px;
          font-size: 13px;
        }
      }
      @media (max-width: 991.98px) {
        .gbs-home-menu-item.has-submenu::after,
        .gbs-home-lang::after {
          display: none;
        }
        .gbs-home-nav {
          top: 14px;
          padding: 0 14px;
        }
        .gbs-home-nav-shell {
          padding: 14px;
          gap: 14px;
          align-items: center;
          flex-wrap: nowrap;
        }
        .gbs-home-nav.is-open .gbs-home-nav-shell {
          background: transparent;
          border-color: transparent;
          box-shadow: none;
          backdrop-filter: none;
          -webkit-backdrop-filter: none;
        }
        .gbs-home-brand,
        .gbs-home-actions {
          position: relative;
          z-index: 4;
        }
        .gbs-home-toggle {
          display: inline-flex;
        }
        .gbs-home-menu {
          position: fixed;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 100vw;
          height: 100dvh;
          display: none;
          flex-direction: column;
          align-items: stretch;
          justify-content: flex-start;
          gap: 10px;
          padding: 112px 20px 30px;
          background: rgba(2,4,10,.98);
          backdrop-filter: blur(12px);
          -webkit-backdrop-filter: blur(12px);
          overflow-y: auto;
          z-index: 3;
        }
        .gbs-home-nav.is-open .gbs-home-menu {
          display: flex;
        }
        .gbs-home-nav.is-open .gbs-home-brand img {
          filter: none;
        }
        .gbs-home-menu-item {
          width: 100%;
        }
        .gbs-home-menu-link,
        .gbs-home-nav.is-scrolled .gbs-home-menu-link,
        .gbs-home-nav.is-open .gbs-home-menu-link,
        .gbs-home-nav.is-open.is-scrolled .gbs-home-menu-link {
          color: #fff;
          background: rgba(255,255,255,.06);
          width: 100%;
          justify-content: space-between;
          min-height: 58px;
          padding: 0 18px;
          border-radius: 18px;
          font-size: 17px;
          font-weight: 700;
        }
        .gbs-home-submenu {
          position: static;
          min-width: 100%;
          margin-top: 8px;
          padding: 10px;
          border-color: rgba(255,255,255,.08);
          background: rgba(255,255,255,.05);
          box-shadow: none;
          border-radius: 16px;
        }
        .gbs-home-menu-item.has-submenu:hover > .gbs-home-submenu {
          display: none;
        }
        .gbs-home-menu-item.is-open > .gbs-home-submenu,
        .gbs-home-menu-item.is-open:hover > .gbs-home-submenu {
          display: block;
        }
        .gbs-home-submenu-link {
          color: rgba(255,255,255,.88);
          font-size: 15px;
          font-weight: 600;
        }
        .gbs-home-nav.is-open .gbs-home-submenu-link,
        .gbs-home-nav.is-open.is-scrolled .gbs-home-submenu-link {
          color: rgba(255,255,255,.92);
        }
        .gbs-home-submenu-link:hover {
          color: #fff;
          background: rgba(255,255,255,.08);
        }
        .gbs-home-actions {
          margin-left: auto;
        }
        .gbs-home-lang {
          display: none;
        }
        .gbs-home-cta {
          display: none;
        }
        .gbs-home-mobile-only {
          display: block;
        }
        .gbs-home-mobile-flags {
          display: flex;
          align-items: center;
          gap: 12px;
          padding: 6px 2px 0;
          margin-top: 2px;
        }
        .gbs-home-mobile-flag {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 52px;
          height: 38px;
          border-radius: 12px;
          background: rgba(255,255,255,.08);
          border: 1px solid rgba(255,255,255,.12);
        }
        .gbs-home-mobile-flag img {
          width: 24px;
          height: 16px;
          display: block;
          border-radius: 2px;
        }
        .gbs-home-nav.is-open .gbs-home-toggle,
        .gbs-home-nav.is-open.is-scrolled .gbs-home-toggle {
          color: #fff;
          border-color: rgba(255,255,255,.18);
          background: rgba(255,255,255,.10);
        }
        body.gbs-mobile-menu-open {
          overflow: hidden;
        }
        .gbs-home-prototype .emphasis-title h2 {
          font-size: 2.6rem !important;
        }
        .gbs-home-prototype .emphasis-title h1 {
          font-size: 1.8rem !important;
        }
        .gbs-trust-band {
          max-width: calc(100% - 12px);
        }
        .gbs-trust-item {
          min-width: 210px;
        }
        .gbs-showcase-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .gbs-ugc-stage {
          grid-template-columns: 1fr;
          gap: 28px;
        }
        .gbs-ugc-collage {
          min-height: 620px;
        }
        .gbs-ugc-card-main {
          inset: 48px 120px 52px 90px;
        }
        .gbs-ugc-card-a,
        .gbs-ugc-card-b,
        .gbs-ugc-card-c {
          width: 220px;
        }
      }
      @media (max-width: 767.98px) {
        .gbs-home-nav-shell {
          padding: 12px;
        }
        .gbs-home-brand img {
          height: 38px;
        }
        .gbs-home-menu {
          padding: 92px 16px 24px;
        }
        .gbs-home-prototype #slider .gbs-hero-layer {
          position: absolute;
          inset: 0;
          min-height: 100%;
          align-items: center;
          justify-content: center;
          padding: 104px 16px 144px;
          text-align: center;
        }
        .gbs-home-prototype #slider .gbs-hero-layer .container {
          width: 100%;
          max-width: 100%;
          padding: 0 6px;
        }
        .gbs-home-prototype .emphasis-title {
          max-width: 100%;
          margin: 0 auto;
          padding: 0;
          border-radius: 0;
          text-align: center;
        }
        .gbs-home-prototype .gbs-hero-kicker {
          font-size: 12px;
          margin-bottom: 16px;
          justify-content: center;
        }
        .gbs-home-prototype .emphasis-title h1 {
          font-size: 1.15rem !important;
          line-height: 1.18;
          margin-bottom: 14px;
        }
        .gbs-home-prototype .emphasis-title h2 {
          font-size: clamp(2rem, 10vw, 2.7rem) !important;
          line-height: 1.02;
          max-width: 100%;
        }
        .gbs-home-copy {
          font-size: .92rem;
          line-height: 1.7;
          max-width: 100%;
          margin: 18px auto 0;
          text-align: center;
        }
        .gbs-home-hero-actions {
          justify-content: center;
          margin-top: 22px;
        }
        .gbs-home-hero-actions .btn {
          min-width: 100%;
          min-height: 52px;
          font-size: 15px;
        }
        .gbs-inner-prototype #slider {
          min-height: 220px;
        }
        .gbs-inner-prototype #slider .gbs-hero-layer {
          position: absolute;
          inset: 0;
          min-height: 100%;
          align-items: flex-end;
          justify-content: flex-end;
          padding: 108px 16px 32px;
          text-align: left;
        }
        .gbs-inner-prototype #slider .gbs-hero-layer .container {
          width: 100%;
          max-width: 100%;
          padding: 0 6px;
        }
        .gbs-inner-hero-copy {
          max-width: 100%;
        }
        .gbs-inner-hero-eyebrow {
          min-height: 30px;
          padding: 0 12px;
          margin-bottom: 14px;
          font-size: 10px;
          letter-spacing: .14em;
        }
        .gbs-inner-hero-copy h1 {
          max-width: 100%;
          font-size: clamp(1.8rem, 9vw, 2.8rem) !important;
          line-height: 1;
        }
        .gbs-trust-band-wrap {
          bottom: 14px;
        }
        .gbs-trust-band-wrap {
          bottom: 18px;
        }
        .gbs-trust-band {
          max-width: 100%;
        }
        .gbs-trust-item {
          min-width: 170px;
          min-height: 82px;
          padding: 16px 18px;
        }
        .gbs-trust-item img {
          max-height: 34px;
        }
        .gbs-section-shell {
          padding: 66px 0;
        }
        .gbs-showcase-grid {
          grid-template-columns: 1fr;
          gap: 18px;
        }
        .gbs-ugc-section {
          margin-top: 18px;
          padding-top: 78px;
        }
        .gbs-ugc-metrics {
          grid-template-columns: 1fr;
        }
        .gbs-ugc-actions .btn {
          width: 100%;
        }
        .gbs-ugc-collage {
          min-height: 0;
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 16px;
        }
        .gbs-ugc-card {
          position: relative;
          top: auto;
          right: auto;
          bottom: auto;
          left: auto;
          width: 100%;
          height: 240px;
          transform: none;
        }
        .gbs-ugc-card-main {
          grid-column: 1 / -1;
          height: 320px;
          inset: auto;
        }
        .gbs-ugc-glow {
          display: none;
        }
        .gbs-showcase-card {
          min-height: 400px;
        }
        .gbs-section-head h2 {
          font-size: 2rem;
        }
        .gbs-showcase-actions .btn {
          min-width: 100%;
        }
      }
      @media (max-width: 520px) {
        .gbs-wa-text {
          max-width: 290px;
          opacity: 1;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        .gbs-wa-float,
        .gbs-wa-pulse {
          animation: none !important;
          transition: none !important;
        }
      }

.gbs-reels{
  --r-text:#eff6ff;
  --r-text-dark:#0f172a;
  --r-muted:rgba(226,232,240,.74);
  --r-muted-dark:#64748b;
  --r-border:rgba(148,163,184,.18);
  --r-card:rgba(255,255,255,.93);
  --r-shadow:0 30px 70px rgba(2,6,23,.32);
  --r-shadow-soft:0 16px 40px rgba(2,6,23,.16);
  --r-radius:24px;
  --r-radius-sm:18px;
  position:relative;
  background:linear-gradient(180deg, #f3f7fc 0%, #edf3fb 100%);
}

.gbs-reels .container-fluid{
  max-width:1600px;
}

.gbs-reels .reels-wrap{
  position:relative;
  overflow:hidden;
  padding:42px;
  border-radius:36px;
  background:
    radial-gradient(circle at 15% 18%, rgba(99,102,241,.26), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(236,72,153,.24), transparent 26%),
    radial-gradient(circle at 72% 82%, rgba(59,130,246,.20), transparent 24%),
    linear-gradient(135deg, #06111f 0%, #0b1830 46%, #13284b 100%);
  box-shadow:0 24px 70px rgba(15,23,42,.16);
}

.gbs-reels .reels-orb{
  position:absolute;
  border-radius:999px;
  filter:blur(18px);
  opacity:.48;
  pointer-events:none;
}

.gbs-reels .reels-orb-one{
  top:84px;
  left:-44px;
  width:168px;
  height:168px;
  background:radial-gradient(circle, rgba(96,165,250,.42) 0%, rgba(96,165,250,0) 72%);
}

.gbs-reels .reels-orb-two{
  top:18px;
  right:14%;
  width:132px;
  height:132px;
  background:radial-gradient(circle, rgba(244,114,182,.38) 0%, rgba(244,114,182,0) 72%);
}

.gbs-reels .reels-orb-three{
  right:-24px;
  bottom:180px;
  width:188px;
  height:188px;
  background:radial-gradient(circle, rgba(56,189,248,.30) 0%, rgba(56,189,248,0) 72%);
}

.gbs-reels .reels-head{
  position:relative;
  z-index:2;
  display:block;
}

.gbs-reels .reels-copy{
  max-width:80%;
  margin:0 auto;
  text-align:center;
}

.gbs-reels .reels-pill{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  color:#fff;
  font-weight:800;
  font-size:.76rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.gbs-reels h3{
  color:var(--r-text);
  margin:18px auto 14px auto;
  font-size:clamp(2rem, 3.6vw, 3.85rem);
  line-height:1;
  letter-spacing:-.05em;
}

.gbs-reels p{
  color:var(--r-muted);
  line-height:1.85;
  margin:0;
  font-size:1rem;
}

.gbs-reels .reels-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:24px;
}

.gbs-reels .reels-primary,
.gbs-reels .reels-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  font-size:.93rem;
  font-weight:900;
  transition:transform .22s ease, background .22s ease, border-color .22s ease;
}

.gbs-reels .reels-primary{
  background:#fff;
  border:1px solid rgba(255,255,255,.5);
  color:#0f172a;
  box-shadow:0 18px 36px rgba(15,23,42,.16);
}

.gbs-reels .reels-secondary{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
}

.gbs-reels .reels-primary:hover,
.gbs-reels .reels-secondary:hover{
  transform:translateY(-2px);
}

.gbs-reels .reels-stage-head{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:20px;
  margin-top:36px;
  margin-bottom:22px;
  text-align:center;
}

.gbs-reels .reels-stage-label{
  display:block;
  color:rgba(191,219,254,.90);
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:8px;
}

.gbs-reels .reels-stage-title p{
  max-width:620px;
  margin:0 auto;
}

.gbs-reels .reels-stage-mini{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
}

.gbs-reels .reels-stage-mini span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:.82rem;
  font-weight:800;
}

.gbs-reels .reels-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:18px;
}

.gbs-reels .reel-card{
  position:relative;
  background:var(--r-card);
  border:1px solid rgba(255,255,255,.38);
  border-radius:var(--r-radius);
  overflow:hidden;
  box-shadow:var(--r-shadow-soft);
  transition:transform .28s ease, box-shadow .28s ease, background .28s ease;
}

.gbs-reels .reel-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--r-shadow);
  background:#fff;
}

.gbs-reels .reel-thumb{
  position:relative;
  aspect-ratio:9 / 16;
  background:#0b1220;
}

.gbs-reels .reel-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.01);
}

.gbs-reels .reel-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  padding:12px;
  background:linear-gradient(180deg, rgba(2,6,23,0) 30%, rgba(2,6,23,.24) 54%, rgba(2,6,23,.82) 100%);
}

.gbs-reels .reel-badge{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  color:#fff;
  font-weight:800;
  font-size:.9rem;
  border:1px solid rgba(255,255,255,.25);
  padding:.35rem .55rem;
  border-radius:999px;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  background:rgba(255,255,255,.12);
}

.gbs-reels .reel-play{
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.30);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:16px;
  font-weight:900;
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.gbs-reels .reel-body{
  padding:14px 14px 16px 14px;
}

.gbs-reels .reel-title{
  color:var(--r-text-dark);
  font-weight:900;
  margin:0 0 6px 0;
  font-size:1rem;
  line-height:1.35;
}

.gbs-reels .reel-meta{
  color:var(--r-muted-dark);
  font-size:.92rem;
  line-height:1.55;
  margin:0 0 12px 0;
}

.gbs-reels .reel-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.gbs-reels .reel-actions a{
  text-decoration:none;
}

.gbs-reels .btn-ig{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  min-height:46px;
  border-radius:14px;
  padding:.65rem 1rem;
  font-weight:900;
  border:1px solid rgba(231,76,60,.16);
  background:linear-gradient(135deg, rgba(244,114,182,.12), rgba(255,255,255,.96));
  color:#0f172a;
  transition:transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.gbs-reels .btn-ig:hover{
  transform:translateY(-2px);
  background:#fff;
  box-shadow:0 14px 24px rgba(15,23,42,.10);
}

.gbs-reels .reels-footer{
  position:relative;
  z-index:2;
  margin-top:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:20px 22px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.gbs-reels .reels-footer-copy strong{
  display:block;
  color:#fff;
  font-size:1.08rem;
  line-height:1.2;
  margin-bottom:6px;
}

.gbs-reels .reels-footer-copy p{
  font-size:.96rem;
}

@media (max-width:1199.98px){
  .gbs-reels .reels-wrap{
    padding:34px 28px;
  }

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

}

@media (max-width:991.98px){
  .gbs-reels .reels-stage-head,
  .gbs-reels .reels-footer{
    flex-direction:column;
    align-items:center;
  }

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

@media (max-width:767.98px){
  .gbs-reels .reels-wrap{
    padding:24px 18px;
    border-radius:26px;
  }

  .gbs-reels h3{
    font-size:clamp(1.85rem, 10vw, 2.85rem);
    line-height:1;
  }

  .gbs-reels p{
    font-size:.96rem;
    line-height:1.75;
  }

  .gbs-reels .reels-primary,
  .gbs-reels .reels-secondary,
  .gbs-reels .btn-ig{
    width:100%;
  }

  .gbs-reels .reels-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .gbs-reels .reels-stage-mini{
    justify-content:center;
  }

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

@media (max-width:575.98px){
  .gbs-reels .reels-grid{
    grid-template-columns:1fr;
  }
}

#section-video.gbs-video-editorial{
  position:relative;
  min-height:92vh;
  padding:0;
  background:#09101c;
}
#section-video.gbs-video-editorial .gbs-video-shell{
  position:relative;
  z-index:3;
  width:100%;
  padding:120px 0 92px;
}
#section-video.gbs-video-editorial .gbs-video-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(300px, .78fr);
  gap:34px;
  align-items:end;
}
#section-video.gbs-video-editorial .gbs-video-copy{
  max-width:760px;
}
#section-video.gbs-video-editorial .gbs-video-pill{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:18px;
}
#section-video.gbs-video-editorial .gbs-video-copy h2{
  color:#fff;
  font-size:clamp(2.2rem, 4vw, 4.3rem);
  line-height:.98;
  letter-spacing:-.05em;
  margin:0 0 18px;
  max-width:760px;
}
#section-video.gbs-video-editorial .gbs-video-copy p{
  color:rgba(255,255,255,.82);
  font-size:1.02rem;
  line-height:1.85;
  max-width:620px;
  margin:0;
}
#section-video.gbs-video-editorial .gbs-video-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}
#section-video.gbs-video-editorial .gbs-video-actions .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:200px;
  height:54px;
  padding:0 24px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
}
#section-video.gbs-video-editorial .gbs-video-actions .btn-light{
  color:#1f2937;
}
#section-video.gbs-video-editorial .gbs-video-panel{
  padding:26px;
  border-radius:28px;
  background:rgba(8,14,24,.46);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(18px);
  box-shadow:0 24px 60px rgba(2,6,23,.24);
}
#section-video.gbs-video-editorial .gbs-video-panel-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}
#section-video.gbs-video-editorial .gbs-video-kpi{
  color:#fff;
  font-size:2.4rem;
  font-weight:900;
  line-height:1;
  letter-spacing:-.05em;
}
#section-video.gbs-video-editorial .gbs-video-kpi-text{
  color:rgba(255,255,255,.64);
  font-size:.88rem;
  line-height:1.6;
  max-width:150px;
  text-align:right;
}
#section-video.gbs-video-editorial .gbs-video-panel strong{
  display:block;
  color:#fff;
  font-size:1.55rem;
  line-height:1.08;
  letter-spacing:-.04em;
  margin-bottom:10px;
}
#section-video.gbs-video-editorial .gbs-video-panel p{
  color:rgba(255,255,255,.76);
  line-height:1.8;
  font-size:.95rem;
  margin:0 0 20px;
}
#section-video.gbs-video-editorial .gbs-video-list{
  display:grid;
  gap:10px;
}
#section-video.gbs-video-editorial .gbs-video-list-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:56px;
  padding:0 18px;
  border-radius:18px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
  font-size:.92rem;
  font-weight:700;
}
#section-video.gbs-video-editorial .gbs-video-list-item span{
  color:rgba(255,255,255,.52);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
#section-video.gbs-video-editorial .video-wrap{
  z-index:1;
}
#section-video.gbs-video-editorial .video-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(234,10,42,.18), transparent 24%),
    linear-gradient(90deg, rgba(7,11,19,.86) 0%, rgba(7,11,19,.58) 42%, rgba(7,11,19,.46) 100%);
  z-index:2;
}
#section-video.gbs-video-editorial .video-overlay{
  background:rgba(0,0,0,.44) !important;
  z-index:1;
}
@media (max-width:991.98px){
  #section-video.gbs-video-editorial{
    min-height:auto;
  }
  #section-video.gbs-video-editorial .gbs-video-shell{
    padding:96px 18px 72px;
  }
  #section-video.gbs-video-editorial .gbs-video-grid{
    grid-template-columns:1fr;
    align-items:start;
  }
}
@media (max-width:767.98px){
  #section-video.gbs-video-editorial .gbs-video-shell{
    padding:84px 20px 56px;
  }
  #section-video.gbs-video-editorial .gbs-video-copy h2{
    font-size:clamp(1.9rem, 8vw, 2.9rem);
  }
  #section-video.gbs-video-editorial .gbs-video-actions .btn{
    width:100%;
  }
  #section-video.gbs-video-editorial .gbs-video-panel{
    padding:22px 18px;
  }
}

.gbs-app-reporting{
  position:relative;
  padding:96px 0;
  margin-top:0;
  background:
    radial-gradient(circle at top right, rgba(234,10,42,.10), transparent 24%),
    radial-gradient(circle at bottom left, rgba(15,23,42,.08), transparent 26%),
    linear-gradient(180deg, #fbf9fb 0%, #f3eff4 100%);
  overflow:hidden;
}
.gbs-app-reporting-shell{
  display:grid;
  grid-template-columns:minmax(0, .84fr) minmax(0, 1.16fr);
  gap:34px;
  align-items:center;
}
.gbs-app-reporting-copy{
  position:relative;
  z-index:2;
}
.gbs-app-reporting-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 16px 34px rgba(15,23,42,.06);
  color:#243042;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:18px;
}
.gbs-app-reporting-copy h2{
  color:#1f2735;
  font-size:clamp(2.35rem, 4vw, 4rem);
  line-height:1.02;
  letter-spacing:-.05em;
  margin:0 0 16px;
  max-width:620px;
}
.gbs-app-reporting-copy p{
  color:#667085;
  font-size:1.02rem;
  line-height:1.9;
  max-width:560px;
  margin:0;
}
.gbs-app-reporting-points{
  display:grid;
  gap:14px;
  margin-top:28px;
}
.gbs-app-reporting-point{
  padding:20px 20px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 18px 38px rgba(15,23,42,.06);
}
.gbs-app-reporting-point strong{
  display:block;
  color:#202738;
  font-size:1rem;
  line-height:1.3;
  margin-bottom:8px;
}
.gbs-app-reporting-point span{
  display:block;
  color:#6b7280;
  font-size:.95rem;
  line-height:1.7;
}
.gbs-app-stage{
  position:relative;
  min-height:720px;
}
.gbs-app-stage-glow{
  position:absolute;
  border-radius:999px;
  filter:blur(24px);
  pointer-events:none;
  opacity:.55;
}
.gbs-app-stage-glow-one{
  top:88px;
  right:130px;
  width:140px;
  height:140px;
  background:rgba(234,10,42,.18);
}
.gbs-app-stage-glow-two{
  left:96px;
  bottom:72px;
  width:180px;
  height:180px;
  background:rgba(31,39,53,.14);
}
.gbs-app-device{
  position:absolute;
  overflow:hidden;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.42);
  background:linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.54) 100%);
  box-shadow:0 26px 64px rgba(15,23,42,.16);
}
.gbs-app-device img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.gbs-app-device-main{
  inset:78px 100px 34px 110px;
  z-index:3;
}
.gbs-app-device-main img{
  object-fit:cover;
  object-position:center top;
}
.gbs-app-device-top img,
.gbs-app-device-left img,
.gbs-app-device-right img,
.gbs-app-device-bottom-left img{
  object-fit:cover;
  object-position:center top;
}
.gbs-app-device-top{
  top:0;
  right:26px;
  width:240px;
  height:230px;
  transform:rotate(9deg);
  z-index:4;
}
.gbs-app-device-left{
  left:0;
  top:178px;
  width:220px;
  height:250px;
  transform:rotate(-8deg);
  z-index:2;
}
.gbs-app-device-right{
  right:0;
  bottom:34px;
  width:220px;
  height:250px;
  transform:rotate(7deg);
  z-index:4;
}
.gbs-app-device-bottom-left{
  left:42px;
  bottom:8px;
  width:190px;
  height:210px;
  transform:rotate(-10deg);
  z-index:4;
}
@media (max-width:991.98px){
  .gbs-app-reporting{
    padding:80px 0;
  }
  .gbs-app-reporting-shell{
    grid-template-columns:1fr;
    gap:28px;
  }
  .gbs-app-stage{
    min-height:620px;
  }
  .gbs-app-device-main{
    inset:64px 86px 24px 86px;
  }
  .gbs-app-device-top,
  .gbs-app-device-left,
  .gbs-app-device-right,
  .gbs-app-device-bottom-left{
    width:200px;
    height:220px;
  }
}
@media (max-width:767.98px){
  .gbs-app-reporting{
    padding:66px 0;
  }
  .gbs-app-reporting-copy h2{
    font-size:clamp(1.9rem, 8vw, 2.8rem);
  }
  .gbs-app-reporting-copy p{
    font-size:.95rem;
  }
  .gbs-app-stage{
    min-height:0;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
  }
  .gbs-app-stage-glow{
    display:none;
  }
  .gbs-app-device{
    position:relative;
    width:100%;
    height:250px;
    top:auto;
    right:auto;
    bottom:auto;
    left:auto;
    inset:auto;
    transform:none;
    border-radius:24px;
  }
  .gbs-app-device-main{
    grid-column:1 / -1;
    height:360px;
  }
}
.gbs-agency-story{
  position:relative;
  padding:84px 0 28px;
  background:
    radial-gradient(circle at top left, rgba(234,10,42,.12), transparent 25%),
    radial-gradient(circle at bottom right, rgba(15,23,42,.12), transparent 28%),
    linear-gradient(180deg, #101625 0%, #171f31 52%, #f5f1f4 52%, #f7f3f5 100%);
  overflow:hidden;
}
.gbs-agency-story .story-shell{
  position:relative;
  z-index:1;
}
.gbs-agency-story .story-hero{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  min-height:440px;
  background:
    linear-gradient(110deg, rgba(9,14,24,.92) 0%, rgba(9,14,24,.76) 42%, rgba(9,14,24,.24) 100%),
    url('https://growbyshare.b-cdn.net/images/growbyshare_sample_ss.png') center center / cover no-repeat;
  box-shadow:0 28px 70px rgba(2,6,23,.28);
}
.gbs-agency-story .story-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:28px 28px;
  opacity:.18;
}
.gbs-agency-story .story-hero-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(300px, .74fr);
  gap:28px;
  align-items:start;
  min-height:440px;
  padding:44px 56px 132px;
}
.gbs-agency-story .story-copy{
  align-self:start;
}
.gbs-agency-story .story-pill{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:20px;
}
.gbs-agency-story .story-copy h2{
  color:#fff;
  font-size:clamp(1.85rem, 2.8vw, 2.2rem);
  line-height:1.1;
  letter-spacing:-.05em;
  margin:0;
  max-width:760px;
}
.gbs-agency-story .story-copy p{
  color:rgba(255,255,255,.82);
  font-size:1.02rem;
  line-height:1.9;
  max-width:620px;
  margin:22px 0 0;
}
.gbs-agency-story .story-aside{
  align-self:start;
  justify-self:end;
  width:100%;
  max-width:340px;
  padding:26px 24px;
  border-radius:26px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(16px);
}
.gbs-agency-story .story-aside-label{
  color:rgba(255,255,255,.58);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
}
.gbs-agency-story .story-aside strong{
  display:block;
  color:#fff;
  font-size:1.85rem;
  line-height:1.08;
  letter-spacing:-.04em;
  margin-bottom:10px;
}
.gbs-agency-story .story-aside span{
  display:block;
  color:rgba(255,255,255,.76);
  line-height:1.8;
  font-size:.95rem;
}
.gbs-agency-story .story-cards{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
  margin-top:-88px;
}
.gbs-agency-story .story-card{
  position:relative;
  min-height:380px;
  padding:30px 28px 28px;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 22px 54px rgba(15,23,42,.12);
}
.gbs-agency-story .story-card-cardinal{
  background:linear-gradient(180deg, #ffffff 0%, #f6fbfb 100%);
}
.gbs-agency-story .story-card-navy{
  background:linear-gradient(180deg, #1d2738 0%, #273246 100%);
}
.gbs-agency-story .story-card-red{
  background:linear-gradient(180deg, #f15d52 0%, #dd3b40 100%);
}
.gbs-agency-story .story-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:22px;
}
.gbs-agency-story .story-card-no{
  font-size:14px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.gbs-agency-story .story-card-cardinal .story-card-no{ color:#16a294; }
.gbs-agency-story .story-card-navy .story-card-no{ color:#8ba2c7; }
.gbs-agency-story .story-card-red .story-card-no{ color:#ffd4cf; }
.gbs-agency-story .story-card-icon{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  font-size:22px;
}
.gbs-agency-story .story-card-cardinal .story-card-icon{
  background:rgba(22,162,148,.12);
  color:#16a294;
}
.gbs-agency-story .story-card-navy .story-card-icon{
  background:rgba(255,255,255,.08);
  color:#fff;
}
.gbs-agency-story .story-card-red .story-card-icon{
  background:rgba(255,255,255,.12);
  color:#fff;
}
.gbs-agency-story .story-card h3{
  font-size:1.45rem;
  line-height:1.08;
  letter-spacing:-.03em;
  margin:0 0 16px;
}
.gbs-agency-story .story-card p{
  font-size:.98rem;
  line-height:1.88;
  margin:0 0 24px;
}
.gbs-agency-story .story-card-cardinal h3{ color:#1c2433; }
.gbs-agency-story .story-card-cardinal p{ color:#647084; }
.gbs-agency-story .story-card-navy h3,
.gbs-agency-story .story-card-red h3{ color:#fff; }
.gbs-agency-story .story-card-navy p,
.gbs-agency-story .story-card-red p{ color:rgba(255,255,255,.82); }
.gbs-agency-story .story-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  height:50px;
  padding:0 22px;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:all .25s ease;
}
.gbs-agency-story .story-card-cardinal .story-link{
  border:1px solid rgba(22,162,148,.22);
  color:#1c2433;
  background:#fff;
}
.gbs-agency-story .story-card-navy .story-link,
.gbs-agency-story .story-card-red .story-link{
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  background:rgba(255,255,255,.08);
}
.gbs-agency-story .story-link:hover{
  transform:translateY(-2px);
}
@media (max-width:991.98px){
  .gbs-agency-story{
    padding:72px 0 20px;
    background:linear-gradient(180deg, #101625 0%, #171f31 46%, #f5f1f4 46%, #f7f3f5 100%);
  }
  .gbs-agency-story .story-hero-inner{
    grid-template-columns:1fr;
    align-items:start;
    min-height:auto;
    padding:34px 34px 44px;
  }
  .gbs-agency-story .story-aside{
    justify-self:start;
  }
  .gbs-agency-story .story-cards{
    grid-template-columns:1fr;
    margin-top:24px;
  }
}
@media (max-width:767.98px){
  .gbs-agency-story .story-hero{
    min-height:auto;
    border-radius:26px;
  }
  .gbs-agency-story .story-hero-inner{
    padding:26px 22px;
  }
  .gbs-agency-story .story-copy h2{
    font-size:clamp(2rem, 8vw, 2.8rem);
  }
  .gbs-agency-story .story-card{
    min-height:auto;
    border-radius:24px;
    padding:24px 20px;
  }
  .gbs-agency-story .story-link{
    width:100%;
  }
}

.gbs-faq{
  --f-text:#0f172a;
  --f-muted:#64748b;
  --f-border:rgba(15,23,42,.10);
  --f-bg:linear-gradient(135deg, rgba(239,68,68,.06), rgba(255,255,255,.94));
  --f-card:rgba(255,255,255,.86);
  --f-shadow:0 10px 26px rgba(2,6,23,.06);
  --f-radius:18px;
}
.gbs-faq .faq-wrap{
  background:var(--f-bg);
  border:1px solid var(--f-border);
  border-radius:22px;
  padding:28px 22px;
  box-shadow:var(--f-shadow);
}
@media (max-width:768px){ .gbs-faq .faq-wrap{ padding:18px 14px; border-radius:18px; } }

.gbs-faq .faq-pill{
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.45rem .8rem;
  border-radius:999px;
  border:1px solid rgba(239,68,68,.18);
  background:linear-gradient(135deg, rgba(239,68,68,.10), rgba(255,255,255,.92));
  color:var(--f-text);
  font-weight:900;
  font-size:.95rem;
}
.gbs-faq h3{ color:var(--f-text); margin:10px 0 8px 0; letter-spacing:-0.02em; }
.gbs-faq p{ color:var(--f-muted); line-height:1.8; margin:0; }

.gbs-faq .faq-item{
  background:var(--f-card);
  border:1px solid var(--f-border);
  border-radius:var(--f-radius);
  overflow:hidden;
  box-shadow:var(--f-shadow);
  margin-top:12px;
}
.gbs-faq .faq-q{
  width:100%;
  text-align:left;
  background:transparent;
  border:0;
  padding:14px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-weight:900;
  color:var(--f-text);
}
.gbs-faq .faq-q:focus{ outline:none; }
.gbs-faq .faq-a{
  padding:0 14px 14px 14px;
  color:var(--f-muted);
  line-height:1.8;
}
.gbs-faq .faq-icon{
  flex:0 0 auto;
  width:34px; height:34px;
  border-radius:999px;
  display:flex; align-items:center; justify-content:center;
  border:1px solid rgba(239,68,68,.18);
  background:rgba(239,68,68,.10);
  font-weight:900;
  color:#ef4444;
}
.gbs-faq .faq-cta{
  margin-top:16px;
  display:flex; align-items:center; justify-content:space-between;
  gap:12px;
  padding:14px 14px;
  border-radius:18px;
  border:1px solid rgba(239,68,68,.20);
  background:linear-gradient(135deg, rgba(239,68,68,.10), rgba(255,255,255,.92));
}
@media (max-width:768px){ .gbs-faq .faq-cta{ flex-direction:column; align-items:flex-start; } }
.gbs-faq .faq-cta p{ margin:0; font-weight:900; color:var(--f-text); }
.gbs-faq .faq-cta small{ display:block; margin-top:4px; color:var(--f-muted); font-weight:600; }

.gbs-testimonials-slider {
  position: relative;
}
.gbs-testimonials-viewport {
  overflow: hidden;
}
.gbs-testimonials-track {
  display: flex;
  transition: transform 0.6s ease;
}
.gbs-testimonials-slide {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  gap: 20px;
}
.gbs-testimonial-card {
  flex: 0 0 25%;
  max-width: 25%;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gbs-testimonials-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 26px;
}
.gbs-testimonials-prev {
  left: -40px;
}
.gbs-testimonials-next {
  right: -40px;
}
.gbs-testimonial-rating {
  font-size: 14px;
  color: #fbbf24;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.gbs-stars {
  letter-spacing: 2px;
}
.gbs-score {
  color: #6b7280;
  font-weight: 500;
}
.gbs-testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: #111827;
  margin-bottom: 16px;
}
.gbs-testimonial-meta {
  font-size: 13px;
  color: #6b7280;
}
.gbs-testimonial-name {
  font-weight: 600;
  color: #111827;
  display: block;
}
.gbs-testimonial-role {
  display: block;
}
@media (max-width: 991.98px) {
  .gbs-testimonials-slide {
    flex-direction: column;
  }
  .gbs-testimonial-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .gbs-testimonials-prev {
    left: -10px;
  }
  .gbs-testimonials-next {
    right: -10px;
  }
}

.gbs-news-section{
									margin:0;
									padding:110px 0 100px;
									background:#fff;
									overflow:hidden;
								}
								.gbs-news-shell{
									width:100%;
									padding:0 clamp(18px, 4vw, 54px);
								}
								.gbs-news-head{
									display:flex;
									align-items:flex-end;
									justify-content:space-between;
									gap:28px;
									margin-bottom:34px;
								}
								.gbs-news-copy{
									max-width:760px;
								}
								.gbs-news-copy .before-heading{
									margin-bottom:12px;
								}
								.gbs-news-copy h2{
									margin-bottom:12px;
									font-size:clamp(2rem, 4vw, 3.35rem);
									line-height:1;
									letter-spacing:-.04em;
								}
								.gbs-news-copy p{
									margin:0;
									color:#64748b;
									font-size:1rem;
									line-height:1.85;
									max-width:640px;
								}
								.gbs-news-cta{
									flex:0 0 auto;
								}
								.gbs-news-carousel{
									position:relative;
								}
								.gbs-news-track{
									display:flex;
									gap:24px;
									overflow-x:auto;
									overflow-y:hidden;
									padding:8px 54px 18px;
									scroll-snap-type:x proximity;
									scrollbar-width:none;
									-ms-overflow-style:none;
								}
								.gbs-news-track::-webkit-scrollbar{
									display:none;
								}
								.gbs-news-item{
									flex:0 0 min(31vw, 420px);
									min-width:290px;
									scroll-snap-align:start;
								}
								.gbs-news-card{
									height:100%;
									display:flex;
									flex-direction:column;
									border:1px solid rgba(15,23,42,.08);
									border-radius:24px;
									background:#fff;
									overflow:hidden;
									box-shadow:0 18px 40px rgba(15,23,42,.08);
									transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
								}
								.gbs-news-card:hover{
									transform:translateY(-6px);
									box-shadow:0 28px 56px rgba(15,23,42,.12);
									border-color:rgba(15,23,42,.14);
								}
								.gbs-news-media{
									display:block;
									aspect-ratio:16 / 10;
									overflow:hidden;
									background:#e2e8f0;
								}
								.gbs-news-media img{
									width:100%;
									height:100%;
									display:block;
									object-fit:cover;
									transition:transform .4s ease;
								}
								.gbs-news-card:hover .gbs-news-media img{
									transform:scale(1.04);
								}
								.gbs-news-body{
									display:flex;
									flex-direction:column;
									flex:1 1 auto;
									padding:22px 22px 24px;
								}
								.gbs-news-kicker{
									display:inline-flex;
									align-items:center;
									width:max-content;
									min-height:34px;
									padding:0 12px;
									border-radius:999px;
									background:#f8fafc;
									border:1px solid rgba(15,23,42,.07);
									color:#475569;
									font-size:.78rem;
									font-weight:800;
									letter-spacing:.08em;
									text-transform:uppercase;
									margin-bottom:16px;
								}
								.gbs-news-title{
									margin:0 0 12px;
									font-size:1.2rem;
									line-height:1.2;
									letter-spacing:-.03em;
								}
								.gbs-news-title a{
									color:#0f172a;
									text-decoration:none;
								}
								.gbs-news-desc{
									margin:0;
									color:#64748b;
									font-size:.98rem;
									line-height:1.75;
									display:-webkit-box;
									-webkit-line-clamp:3;
									-webkit-box-orient:vertical;
									overflow:hidden;
								}
								.gbs-news-actions{
									margin-top:auto;
									padding-top:18px;
								}
								.gbs-news-link{
									display:inline-flex;
									align-items:center;
									justify-content:center;
									min-height:46px;
									padding:0 18px;
									border-radius:999px;
									background:#0f172a;
									color:#fff;
									font-size:.92rem;
									font-weight:800;
									text-decoration:none;
								}
								.gbs-news-nav{
									position:absolute;
									top:50%;
									z-index:3;
									width:48px;
									height:48px;
									display:flex;
									align-items:center;
									justify-content:center;
									border:1px solid rgba(15,23,42,.08);
									border-radius:999px;
									background:rgba(255,255,255,.96);
									box-shadow:0 14px 28px rgba(15,23,42,.14);
									color:#0f172a;
									font-size:22px;
									line-height:1;
									transform:translateY(-50%);
									transition:opacity .2s ease, transform .2s ease, box-shadow .2s ease;
								}
								.gbs-news-nav:hover{
									box-shadow:0 20px 34px rgba(15,23,42,.18);
								}
								.gbs-news-nav.is-hidden{
									opacity:0;
									pointer-events:none;
								}
								.gbs-news-nav-prev{
									left:0;
								}
								.gbs-news-nav-next{
									right:0;
								}
								.gbs-news-footer{
									padding-top:34px;
									text-align:center;
								}
								.gbs-news-footer .button{
									margin-bottom:28px;
								}
								@media (max-width:991.98px){
									.gbs-news-head{
										flex-direction:column;
										align-items:flex-start;
									}
									.gbs-news-item{
										flex-basis:min(68vw, 420px);
									}
								}
								@media (max-width:767.98px){
									.gbs-news-section{
										padding:88px 0 78px;
									}
									.gbs-news-item{
										flex-basis:84vw;
										min-width:84vw;
									}
									.gbs-news-body{
										padding:18px 18px 20px;
									}
									.gbs-news-track{
										padding-left:6px;
										padding-right:6px;
									}
									.gbs-news-nav{
										width:42px;
										height:42px;
										font-size:19px;
									}
								}

#footer.gbs-footer-prototype{
			background:linear-gradient(180deg, #0a101b 0%, #0b1320 100%);
			border-top:none;
		}
		#footer.gbs-footer-prototype .container{
			max-width:1440px;
		}
		#footer.gbs-footer-prototype .footer-widgets-wrap{
			padding:56px 0 22px;
		}
		.gbs-footer-simple{
			display:grid;
			gap:34px;
		}
		.gbs-footer-intro{
			display:grid;
			grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
			gap:28px;
			padding-bottom:26px;
			border-bottom:1px solid rgba(255,255,255,.10);
		}
		.gbs-footer-intro-copy h2{
			margin:0 0 10px;
			color:#fff;
			font-size:clamp(1.2rem, 2vw, 1.75rem);
			line-height:1.15;
			letter-spacing:-.03em;
		}
		.gbs-footer-intro-copy p{
			margin:0;
			max-width:620px;
			color:rgba(226,232,240,.72);
			font-size:.95rem;
			line-height:1.8;
		}
		.gbs-footer-intro-actions{
			display:flex;
			align-items:flex-start;
			justify-content:flex-end;
			gap:12px;
			flex-wrap:wrap;
		}
		.gbs-footer-intro-actions .button{
			margin:0;
			min-height:44px;
			display:inline-flex;
			align-items:center;
			justify-content:center;
			padding-top:0;
			padding-bottom:0;
			font-size:.86rem;
			line-height:1;
		}
		.gbs-footer-main{
			display:grid;
			grid-template-columns:repeat(5, minmax(0,1fr));
			gap:28px;
			align-items:start;
		}
		.gbs-footer-offices{
			display:contents;
		}
		.gbs-footer-office h3{
			margin:0 0 10px;
			color:#fff;
			font-size:.95rem;
			line-height:1.25;
			letter-spacing:-.01em;
		}
		.gbs-footer-office address{
			margin:0;
			color:rgba(226,232,240,.70);
			font-size:.92rem;
			line-height:1.75;
		}
		.gbs-footer-meta{
			margin-top:10px;
			font-size:.9rem;
			line-height:1.7;
		}
		.gbs-footer-meta a{
			color:#fff;
			text-decoration:none;
		}
		.gbs-footer-meta a:hover{
			color:#dbeafe;
		}
		.gbs-footer-side{
			display:contents;
		}
		.gbs-footer-block-title{
			margin:0 0 12px;
			color:#fff;
			font-size:.92rem;
			font-weight:900;
			letter-spacing:.08em;
			text-transform:uppercase;
		}
		.gbs-footer-links{
			list-style:none;
			padding-left:0;
			margin:0;
			display:grid;
			gap:10px;
		}
		.gbs-footer-links li{
			margin:0;
		}
		.gbs-footer-links a{
			color:rgba(226,232,240,.72);
			text-decoration:none;
			line-height:1.6;
		}
		.gbs-footer-links a:hover{
			color:#fff;
		}
		.gbs-footer-platforms{
			display:flex;
			flex-wrap:wrap;
			align-items:center;
			justify-content:space-between;
			gap:18px 28px;
			padding-top:24px;
			border-top:1px solid rgba(255,255,255,.10);
		}
		.gbs-footer-platforms-group{
			display:flex;
			flex-wrap:wrap;
			gap:10px;
			align-items:center;
		}
		.gbs-footer-platforms-group a{
			display:inline-flex;
		}
		.gbs-footer-platforms-group img{
			height:40px;
			display:block;
		}
		.gbs-footer-trustpilot{
			width:220px;
			max-width:100%;
		}
		.gbs-footer-badges{
			display:flex;
			flex-wrap:wrap;
			gap:14px 18px;
			align-items:center;
		}
		.gbs-footer-badges a,
		.gbs-footer-badges div{
			display:inline-flex;
			align-items:center;
			min-height:28px;
		}
		.gbs-footer-badges img{
			max-height:20px;
			width:auto;
			display:block;
			filter:brightness(0) invert(1);
			opacity:.9;
		}
		.gbs-footer-badges .gbs-footer-designrush{
			filter:none;
			opacity:1;
		}
		.gbs-footer-socials{
			display:flex;
			flex-wrap:wrap;
			gap:10px;
		}
		.gbs-footer-socials .social-icon{
			width:38px;
			height:38px;
			border-radius:999px;
			display:inline-flex;
			align-items:center;
			justify-content:center;
			background:transparent;
			border:1px solid rgba(255,255,255,.12);
			color:#fff !important;
			margin:0;
		}
		.gbs-footer-socials .social-icon i + i{
			display:none;
		}
		#footer.gbs-footer-prototype #copyrights{
			margin-top:30px;
			padding:18px 0 0;
			border-top:1px solid rgba(255,255,255,.10);
			background:transparent;
		}
		#footer.gbs-footer-prototype #copyrights,
		#footer.gbs-footer-prototype #copyrights a{
			color:rgba(226,232,240,.72);
		}
		#footer.gbs-footer-prototype .copyright-links{
			margin-top:8px;
			line-height:1.9;
		}
		#footer.gbs-footer-prototype .copyright-links a{
			text-decoration:none;
		}
		#footer.gbs-footer-prototype .copyright-links a:hover{
			color:#fff;
		}
		@media (max-width:1199.98px){
			.gbs-footer-intro{
				grid-template-columns:1fr;
			}
			.gbs-footer-main{
				grid-template-columns:repeat(2, minmax(0,1fr));
			}
			.gbs-footer-intro-actions{
				justify-content:flex-start;
			}
			.gbs-footer-platforms{
				justify-content:flex-start;
			}
		}
		@media (max-width:767.98px){
			#footer.gbs-footer-prototype .footer-widgets-wrap{
				padding:48px 0 18px;
			}
			.gbs-footer-simple{
				gap:28px;
			}
			.gbs-footer-intro{
				gap:18px;
				padding-bottom:22px;
			}
			.gbs-footer-intro-actions{
				flex-direction:column;
				align-items:stretch;
			}
			.gbs-footer-intro-actions .button{
				width:100%;
				text-align:center;
			}
			.gbs-footer-main{
				grid-template-columns:1fr;
			}
			.gbs-footer-platforms{
				padding-top:20px;
				gap:16px;
			}
		}

.gbs-noscript-hidden {
  display: none;
}

.gbs-noscript-hidden-frame {
  display: none;
  visibility: hidden;
}

.gbs-video-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gbs-video-overlay-dim {
  background-color: rgba(0, 0, 0, 0.4);
}

.gbs-lang-link {
  width: 32px;
  display: inline;
}

.gbs-lang-link-tr {
  margin-right: 3px;
}

.gbs-inline-reels-bg {
  background: #f3f7fc;
}

.gbs-video-wrap-front {
  z-index: 1;
}

.gbs-inline-bg-white {
  background: #fff;
}

.gbs-inline-list-indent {
  padding-left: 20px;
}

.gbs-inline-section-soft {
  background: #f9fafb;
}

.gbs-inline-news-spacing {
  padding-top: 120px;
  background: #fff;
}

.gbs-footer-badge-logo {
  filter: brightness(0) invert(1);
}
