:root {
  --fgc-primary: #055089;
  --fgc-primary-dark: #003f6d;
  --fgc-primary-deep: #00345a;
  --fgc-primary-soft: #eaf4fb;
  --fgc-ink: #102331;
  --fgc-muted: #647482;
  --fgc-line: #dfe9f1;
  --fgc-white: #ffffff;
  --fgc-shadow: 0 22px 64px rgba(5, 80, 137, 0.13);
  --fgc-radius: 22px;
  --fgc-container: 1440px;
  --fgc-header-h: 92px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--fgc-ink); background: #fff; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16.5px; line-height: 1.72; overflow-x: hidden; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.fgc-container { width: min(calc(100% - 72px), var(--fgc-container)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; clip: auto; padding: 12px 18px; margin: 10px; z-index: 99999; background: #fff; color: #000; border-radius: 8px; }

.fgc-header { position: fixed; inset: 0 0 auto; height: var(--fgc-header-h); z-index: 1000; background: rgba(255,255,255,.94); border-bottom: 1px solid transparent; transition: height .35s ease, box-shadow .35s ease, border-color .35s ease, backdrop-filter .35s ease; }
.fgc-header.is-scrolled { height: 78px; border-color: var(--fgc-line); box-shadow: 0 14px 40px rgba(5, 80, 137, .08); backdrop-filter: blur(18px); }
.fgc-header__inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 44px; }
.fgc-header__brand { min-width: 250px; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-width: 250px; max-height: 66px; }
.fgc-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--fgc-primary); }
.fgc-brand__mark { width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; }
.fgc-brand__mark img { width: 100%; height: 100%; object-fit: contain; }
.fgc-brand__mark svg { width: 100%; height: 100%; stroke: none; }
.fgc-brand__text { display: grid; line-height: 1; color: var(--fgc-ink); }
.fgc-brand__text strong { font-family: Manrope, sans-serif; font-size: 23px; letter-spacing: -.04em; }
.fgc-brand__text small { margin-top: 7px; font-size: 10px; letter-spacing: .34em; }
.fgc-navigation { justify-self: center; }
.fgc-menu, .fgc-navigation ul { display: flex; align-items: center; gap: 38px; list-style: none; margin: 0; padding: 0; }
.fgc-menu li { position: relative; }
.fgc-menu a { display: inline-flex; align-items: center; padding: 31px 0 27px; color: #263746; font-size: 14px; font-weight: 600; white-space: nowrap; transition: color .25s ease; }
.fgc-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--fgc-primary); transition: right .25s ease; }
.fgc-menu a:hover, .fgc-menu .current-menu-item > a { color: var(--fgc-primary); }
.fgc-menu a:hover::after, .fgc-menu .current-menu-item > a::after { right: 0; }
.fgc-menu .sub-menu { position: absolute; top: calc(100% - 12px); left: -20px; min-width: 220px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--fgc-line); border-radius: 16px; background: #fff; box-shadow: var(--fgc-shadow); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s ease; }
.fgc-menu li:hover > .sub-menu, .fgc-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.fgc-menu .sub-menu a { width: 100%; padding: 10px 12px; border-radius: 10px; }
.fgc-menu .sub-menu a::after { display: none; }
.fgc-menu .sub-menu a:hover { background: var(--fgc-primary-soft); }
.fgc-header__actions { display: flex; align-items: center; gap: 12px; }
.fgc-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: #f1f6fa; cursor: pointer; }
.fgc-menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--fgc-ink); transition: .25s ease; }

.fgc-button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 54px; padding: 0 25px; border: 1px solid var(--fgc-primary); border-radius: 9px; background: linear-gradient(135deg, var(--fgc-primary), var(--fgc-primary-dark)); color: #fff; font-size: 13.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; box-shadow: 0 12px 28px rgba(5, 80, 137, .20); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.fgc-button svg { width: 18px; height: 18px; }
.fgc-button:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(5, 80, 137, .27); }
.fgc-button--small { min-height: 46px; padding-inline: 22px; font-size: 11.5px; }
.fgc-button--ghost { color: var(--fgc-ink); background: rgba(255,255,255,.92); border-color: #d5e0e9; box-shadow: 0 10px 24px rgba(10, 55, 89, .08); }
.fgc-button--ghost:hover { color: var(--fgc-primary); border-color: #9fbcd2; }
.fgc-play { width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #91aabd; border-radius: 50%; }
.fgc-play svg { width: 13px; height: 13px; stroke: none; fill: currentColor; }

.fgc-language { position: relative; }
.fgc-language__current { height: 42px; min-width: 62px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 0 12px; border: 1px solid var(--fgc-line); border-radius: 10px; background: #fff; color: var(--fgc-ink); font-size: 12px; font-weight: 700; cursor: pointer; }
.fgc-language__current svg { width: 14px; height: 14px; transition: transform .2s ease; }
.fgc-language.is-open .fgc-language__current svg { transform: rotate(180deg); }
.fgc-language__menu { position: absolute; top: calc(100% + 10px); right: 0; width: 72px; padding: 6px; border: 1px solid var(--fgc-line); border-radius: 12px; background: #fff; box-shadow: var(--fgc-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .22s ease; }
.fgc-language.is-open .fgc-language__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.fgc-language__menu a { display: flex; align-items: center; justify-content: center; min-height: 36px; padding: 8px; border-radius: 8px; font-size: 12px; font-weight: 700; text-align: center; }
.fgc-language__menu a:hover, .fgc-language__menu a[aria-current="page"] { background: var(--fgc-primary-soft); color: var(--fgc-primary); }

.fgc-hero { position: relative; min-height: 780px; padding-top: var(--fgc-header-h); display: flex; align-items: stretch; overflow: hidden; background: #f7fafc; }
.fgc-hero__media { position: absolute; inset: var(--fgc-header-h) 0 0 39%; background-image: var(--hero-image); background-size: cover; background-position: center; transform: translate3d(var(--pointer-x, 0), var(--pointer-y, 0), 0) scale(1.035); transition: transform .35s ease-out; }
.fgc-hero__veil { position: absolute; inset: var(--fgc-header-h) 0 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.99) 28%, rgba(255,255,255,.78) 49%, rgba(255,255,255,.08) 75%); }
.fgc-hero__layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 215px; align-items: center; gap: 64px; padding-block: 105px 88px; }
.fgc-hero__content { max-width: 720px; }
.fgc-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; color: var(--fgc-primary); font-size: 11.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.fgc-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--fgc-primary); }
.fgc-hero h1, .fgc-section h2, .fgc-contact h2, .fgc-section-heading h2, .fgc-page-header h1 { margin: 0; font-family: Manrope, Inter, sans-serif; font-weight: 800; letter-spacing: -.055em; line-height: 1.09; }
.fgc-hero h1 { max-width: 760px; font-size: clamp(50px, 5.15vw, 82px); }
.fgc-hero h1 em { color: var(--fgc-primary); font-style: normal; }
.fgc-hero__description { max-width: 610px; margin: 28px 0 34px; color: #435565; font-size: 18px; line-height: 1.75; }
.fgc-hero__buttons { display: flex; flex-wrap: wrap; gap: 16px; }
.fgc-stats { justify-self: end; width: 215px; padding: 12px 20px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 30px 80px rgba(0, 51, 89, .22); backdrop-filter: blur(15px); }
.fgc-stat { display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--fgc-line); }
.fgc-stat:last-child { border-bottom: 0; }
.fgc-stat__icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--fgc-primary-soft); color: var(--fgc-primary); }
.fgc-stat__icon svg { width: 20px; height: 20px; }
.fgc-stat strong { display: block; font-size: 22px; line-height: 1.1; }
.fgc-stat small { display: block; margin-top: 5px; color: var(--fgc-muted); font-size: 10.5px; line-height: 1.35; }
.fgc-section { padding: 92px 0; }
.fgc-about { padding-top: 96px; padding-bottom: 82px; background: #fff; }
.fgc-about__grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 78px; align-items: center; }
.fgc-about__visual { position: relative; }
.fgc-about__image-wrap { position: relative; border-radius: var(--fgc-radius); transition: transform .25s ease-out; transform-style: preserve-3d; }
.fgc-about__image-wrap::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; border: 1px solid rgba(5, 80, 137, .14); pointer-events: none; z-index: 2; }
.fgc-about__image-wrap img { width: 100%; aspect-ratio: 1.48; object-fit: cover; border-radius: inherit; box-shadow: var(--fgc-shadow); }
.fgc-about__badge { position: absolute; right: 9%; bottom: -38px; min-width: 250px; display: flex; align-items: center; gap: 14px; padding: 18px 22px; border: 1px solid rgba(5,80,137,.12); border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: 0 22px 50px rgba(0,58,99,.14); backdrop-filter: blur(10px); transform: translateZ(20px); }
.fgc-about__badge > span { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--fgc-primary-soft); color: var(--fgc-primary); }
.fgc-about__badge svg { width: 19px; height: 19px; }
.fgc-about__badge strong { display: block; font-size: 20px; }
.fgc-about__badge small { color: var(--fgc-muted); font-size: 12px; }
.fgc-dot-grid { position: absolute; left: -54px; bottom: -42px; width: 110px; height: 110px; opacity: .45; background-image: radial-gradient(circle, var(--fgc-primary) 1.2px, transparent 1.4px); background-size: 11px 11px; }
.fgc-about__content h2 { max-width: 620px; font-size: clamp(40px, 4vw, 62px); }
.fgc-about__content h2::first-line { color: var(--fgc-ink); }
.fgc-about__content > p:not(.fgc-kicker) { color: var(--fgc-muted); font-size: 16.5px; line-height: 1.9; }
.fgc-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, auto)); gap: 20px; margin: 32px 0 34px; }
.fgc-benefits span { display: inline-flex; align-items: center; gap: 9px; color: var(--fgc-primary-dark); font-size: 12.5px; font-weight: 700; white-space: nowrap; }
.fgc-benefits i { width: 24px; height: 24px; display: inline-flex; color: var(--fgc-primary); }
.fgc-benefits svg { width: 100%; height: 100%; }

.fgc-services { position: relative; padding: 70px 0 104px; background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%); }
.fgc-services::before, .fgc-services::after { content: ""; position: absolute; width: 130px; height: 200px; opacity: .23; background-image: radial-gradient(circle, var(--fgc-primary) 1.2px, transparent 1.3px); background-size: 12px 12px; }
.fgc-services::before { right: -34px; top: 52%; }
.fgc-services::after { left: -55px; top: 16%; }
.fgc-section-heading { max-width: 850px; margin: 0 auto 54px; text-align: center; }
.fgc-section-heading .fgc-kicker { justify-content: center; }
.fgc-section-heading h2 { font-size: clamp(38px, 4vw, 56px); }
.fgc-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.fgc-service-card { position: relative; overflow: hidden; min-height: 250px; display: grid; grid-template-columns: 62px 1fr; gap: 22px; padding: 32px; border: 1px solid var(--fgc-line); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 12px 34px rgba(5, 80, 137, .055); transition: transform .25s ease-out, border-color .25s ease, box-shadow .25s ease; transform-style: preserve-3d; }
.fgc-service-card:hover { border-color: rgba(5,80,137,.25); box-shadow: 0 24px 46px rgba(5,80,137,.11); }
.fgc-service-card__icon { width: 62px; height: 62px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--fgc-primary); background: radial-gradient(circle at 30% 30%, #f7fbff, var(--fgc-primary-soft)); box-shadow: 0 8px 22px rgba(5,80,137,.12); transform: translateZ(16px); }
.fgc-service-card__icon svg { width: 30px; height: 30px; }
.fgc-service-card h3 { margin: 0 0 13px; font-family: Manrope, sans-serif; font-size: 20px; line-height: 1.35; letter-spacing: -.025em; }
.fgc-service-card p { margin: 0 0 22px; color: var(--fgc-muted); font-size: 14.5px; line-height: 1.7; }
.fgc-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--fgc-primary); font-size: 13px; font-weight: 700; }
.fgc-text-link svg { width: 16px; height: 16px; transition: transform .2s ease; }
.fgc-text-link:hover svg { transform: translateX(4px); }

.fgc-clients { position: relative; padding: 82px 0 92px; overflow: hidden; background: linear-gradient(135deg, #003c69, #07598f); color: #fff; }
.fgc-clients__waves { position: absolute; inset: 0; opacity: .2; background-image: url('../img/waves.svg'); background-size: cover; background-position: center; }
.fgc-section-heading--light { position: relative; margin-bottom: 32px; }
.fgc-section-heading--light .fgc-kicker { color: rgba(255,255,255,.72); }
.fgc-section-heading--light h2 { color: #fff; }
.fgc-client-carousel { position: relative; display: grid; grid-template-columns: 48px minmax(0,1fr) 48px; gap: 22px; align-items: center; }
.fgc-client-carousel__viewport { overflow: auto hidden; scrollbar-width: none; scroll-snap-type: x mandatory; }
.fgc-client-carousel__viewport::-webkit-scrollbar { display: none; }
.fgc-client-carousel__track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); gap: 18px; }
.fgc-client-card { min-height: 132px; display: flex; align-items: center; justify-content: center; padding: 22px; border-radius: 11px; background: #fff; color: #172836; scroll-snap-align: start; box-shadow: 0 14px 32px rgba(0,48,82,.16); transition: transform .25s ease, box-shadow .25s ease; }
.fgc-client-card:hover { transform: translateY(-5px); box-shadow: 0 20px 38px rgba(0,48,82,.24); }
.fgc-client-card img { max-width: 180px; max-height: 74px; object-fit: contain; }
.fgc-client-card strong { font-family: Manrope, sans-serif; font-size: 22px; text-align: center; letter-spacing: -.03em; }
.fgc-carousel-button { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.fgc-carousel-button:hover { background: rgba(255,255,255,.18); transform: scale(1.06); }
.fgc-carousel-button svg { width: 19px; height: 19px; }

.fgc-contact { padding: 0; background: #fff; }
.fgc-contact__grid { display: grid; grid-template-columns: 42% 58%; align-items: stretch; min-height: 560px; }
.fgc-contact__details { padding: 86px 78px 82px 0; display: flex; flex-direction: column; justify-content: center; }
.fgc-contact h2 { max-width: 560px; margin-bottom: 32px; font-size: clamp(38px, 4vw, 56px); }
.fgc-contact-list { list-style: none; padding: 0; margin: 0 0 34px; display: grid; gap: 17px; }
.fgc-contact-list li { display: grid; grid-template-columns: 28px 1fr; gap: 13px; align-items: start; color: #485a68; font-size: 14.5px; }
.fgc-contact-list li > span { width: 24px; height: 24px; color: var(--fgc-primary); }
.fgc-contact-list svg { width: 100%; height: 100%; }
.fgc-contact-list strong { color: var(--fgc-ink); }
.fgc-contact-list p { margin: 2px 0 0; line-height: 1.6; }
.fgc-contact-list a:hover { color: var(--fgc-primary); }
.fgc-map { position: relative; min-height: 560px; overflow: hidden; background: #edf3f7; }
.fgc-map iframe { width: 100%; height: 100%; min-height: 560px; border: 0; filter: saturate(.65) contrast(.94) brightness(1.04); }
.fgc-map__card { position: absolute; left: 12%; top: 18%; max-width: 290px; padding: 21px 24px; border-radius: 12px; background: var(--fgc-primary); color: #fff; box-shadow: 0 20px 40px rgba(0,58,99,.26); }
.fgc-map__card strong { font-size: 14.5px; }
.fgc-map__card p { margin: 6px 0 0; font-size: 12.5px; line-height: 1.5; opacity: .85; }
.fgc-map__pin { position: absolute; right: 28%; top: 38%; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 50% 50% 50% 0; background: var(--fgc-primary); box-shadow: 0 12px 30px rgba(0,61,104,.25); transform: rotate(-45deg); }
.fgc-map__pin i { width: 11px; height: 11px; border-radius: 50%; background: #fff; }
.fgc-map__pin::after { content: ""; position: absolute; inset: -12px; border: 2px solid rgba(5,80,137,.27); border-radius: 50%; animation: fgc-pulse 2s infinite; }
@keyframes fgc-pulse { 0% { transform: scale(.7); opacity: .8; } 100% { transform: scale(1.5); opacity: 0; } }

.fgc-footer { position: relative; overflow: hidden; padding: 88px 0 28px; background: linear-gradient(135deg, #055089 0%, #00365f 100%); color: rgba(255,255,255,.78); }
.fgc-footer__pattern { position: absolute; right: 0; top: 0; width: 320px; height: 210px; opacity: .18; background-image: radial-gradient(circle, #fff 1.2px, transparent 1.4px); background-size: 13px 13px; mask-image: linear-gradient(135deg, transparent, #000); }
.fgc-footer__grid { position: relative; display: grid; grid-template-columns: 1.2fr .72fr 1.15fr 1.1fr; gap: 72px; }
.fgc-footer .fgc-brand { color: #71b7ea; }
.fgc-footer .fgc-brand__text { color: #fff; }
.fgc-footer .custom-logo { filter: brightness(0) invert(1); }
.fgc-footer__brand .fgc-brand__mark img { filter: brightness(0) invert(1); opacity: 1; }
.fgc-footer__brand p { max-width: 340px; margin: 22px 0; font-size: 14px; line-height: 1.8; }
.fgc-footer__socials { display: flex; gap: 10px; }
.fgc-social { width: 37px; height: 37px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: #fff; transition: background .2s ease, transform .2s ease; }
.fgc-social:hover { background: rgba(255,255,255,.14); transform: translateY(-3px); }
.fgc-social svg { width: 18px; height: 18px; }
.fgc-footer h3 { margin: 6px 0 20px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.fgc-footer-menu { display: grid !important; gap: 8px !important; list-style: none; padding: 0; margin: 0; }
.fgc-footer-menu li, .fgc-footer-menu a { padding: 0; color: rgba(255,255,255,.86); font-size: 13px; line-height: 1.55; }
.fgc-footer-menu a::after { display: none; }
.fgc-footer-menu a:hover { color: #fff; }
.fgc-contact-list--footer { margin: 0; gap: 13px; }
.fgc-contact-list--footer li { color: rgba(255,255,255,.78); }
.fgc-contact-list--footer li > span { color: #fff; }
.fgc-contact-list--footer a:hover { color: #fff; }
.fgc-footer__bottom { position: relative; margin-top: 58px; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.82); font-size: 12px; }
.fgc-back-top { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #fff; color: var(--fgc-primary); }
.fgc-back-top svg { width: 18px; height: 18px; }

.reveal-up, .reveal-left, .reveal-right { opacity: 0; transition: opacity .8s ease var(--reveal-delay, 0ms), transform .8s cubic-bezier(.2,.72,.2,1) var(--reveal-delay, 0ms); }
.reveal-up { transform: translateY(34px); }
.reveal-left { transform: translateX(-45px); }
.reveal-right { transform: translateX(45px); }
.reveal-up.is-visible, .reveal-left.is-visible, .reveal-right.is-visible { opacity: 1; transform: translate(0,0); }

.fgc-content-page { min-height: 65vh; padding: calc(var(--fgc-header-h) + 80px) 0 100px; }
.fgc-page-header { max-width: 900px; margin-bottom: 45px; }
.fgc-page-header h1 { font-size: clamp(40px, 6vw, 76px); }
.fgc-prose { max-width: 900px; }
.fgc-prose .entry-content { color: #354959; font-size: 17px; }
.fgc-prose .entry-content h2, .fgc-prose .entry-content h3 { color: var(--fgc-ink); font-family: Manrope, sans-serif; line-height: 1.25; }
.fgc-page-image { margin-bottom: 40px; overflow: hidden; border-radius: var(--fgc-radius); }
.fgc-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.fgc-post-card { overflow: hidden; border: 1px solid var(--fgc-line); border-radius: 16px; background: #fff; box-shadow: 0 12px 36px rgba(0,58,99,.07); }
.fgc-post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.fgc-post-card > div { padding: 24px; }
.fgc-post-card h2 { margin: 0 0 10px; font-family: Manrope, sans-serif; font-size: 22px; }
.fgc-post-card p { color: var(--fgc-muted); }
.fgc-not-found { text-align: center; }
.fgc-not-found .fgc-kicker { justify-content: center; }


/* v1.0.2 — premium scale, contrast and motion refinements */
.fgc-header__brand .custom-logo-link,
.fgc-footer__brand .custom-logo-link { flex-shrink: 0; }
.fgc-footer .custom-logo { max-width: 230px; max-height: 68px; }
.fgc-footer__brand .fgc-brand__mark { width: 54px; height: 54px; }
.fgc-footer__brand .fgc-brand__text strong { color: #fff; font-size: 23px; }
.fgc-footer__brand .fgc-brand__text small { color: rgba(255,255,255,.78); font-size: 10px; }
.fgc-footer-menu a { transition: color .22s ease, transform .22s ease; }
.fgc-footer-menu a:hover { color: #fff; transform: translateX(3px); }
.fgc-contact-list--footer li,
.fgc-contact-list--footer a,
.fgc-contact-list--footer p { color: rgba(255,255,255,.86); }
.fgc-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(420px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(5,80,137,.09), transparent 42%);
  opacity: 0;
  transition: opacity .28s ease;
}
.fgc-service-card::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -45%;
  width: 34%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  transform: skewX(-18deg);
  transition: left .7s cubic-bezier(.2,.7,.2,1);
}
.fgc-service-card:hover::before { opacity: 1; }
.fgc-service-card:hover::after { left: 125%; }
.fgc-service-card > * { position: relative; z-index: 1; }
.fgc-client-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.68); }
.fgc-client-card::after {
  content: "";
  position: absolute;
  inset: -80% -40%;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 42%, rgba(5,80,137,.08) 50%, transparent 58%);
  transform: translateX(-55%);
  transition: transform .75s ease;
}
.fgc-client-card:hover::after { transform: translateX(55%); }
.fgc-client-fallback { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 14px; text-align: left; }
.fgc-client-monogram { width: 46px; height: 46px; flex: 0 0 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; background: linear-gradient(135deg, var(--fgc-primary-soft), #fff); color: var(--fgc-primary); font-family: Manrope, sans-serif; font-size: 20px; font-weight: 800; box-shadow: inset 0 0 0 1px rgba(5,80,137,.12); }
.fgc-client-card strong { position: relative; z-index: 1; color: #18364d; }
.fgc-client-card strong::after { content: ""; display: block; width: 38px; height: 2px; margin: 10px 0 0; border-radius: 2px; background: var(--fgc-primary); opacity: .55; }
.fgc-hero__content { animation: fgc-hero-enter .9s cubic-bezier(.2,.72,.2,1) both; }
.fgc-stats { animation: fgc-stats-enter 1s .18s cubic-bezier(.2,.72,.2,1) both; }
@keyframes fgc-hero-enter { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fgc-stats-enter { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: translateX(0); } }

@media (max-width: 1240px) {
  :root { --fgc-container: 1120px; }
  .fgc-header__inner { gap: 18px; }
  .fgc-header__brand { min-width: 210px; }
  .fgc-menu, .fgc-navigation ul { gap: 24px; }
  .fgc-menu a { font-size: 13px; }
  .fgc-benefits { grid-template-columns: repeat(2, 1fr); }
  .fgc-contact__details { padding-right: 48px; }
  .fgc-footer__grid { gap: 44px; }
}

@media (max-width: 1020px) {
  :root { --fgc-header-h: 76px; }
  .fgc-header__inner { grid-template-columns: 1fr auto auto; }
  .fgc-menu-toggle { display: block; order: 3; }
  .fgc-navigation { position: fixed; inset: var(--fgc-header-h) 0 0; padding: 28px 24px 60px; background: rgba(255,255,255,.98); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transform: translateY(-16px); transition: .3s ease; overflow-y: auto; }
  .menu-open .fgc-navigation { opacity: 1; visibility: visible; transform: translateY(0); }
  .fgc-navigation .fgc-menu, .fgc-navigation ul { display: grid; gap: 0; }
  .fgc-navigation .fgc-menu a { width: 100%; padding: 16px 4px; border-bottom: 1px solid var(--fgc-line); font-size: 17px; }
  .fgc-navigation .fgc-menu a::after { display: none; }
  .fgc-menu .sub-menu { position: static; display: grid; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding-left: 16px; }
  .fgc-menu-toggle { order: 2; }
  .fgc-header__actions { order: 3; }
  .menu-open .fgc-menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .fgc-menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .fgc-menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .fgc-header__actions .fgc-button { display: none; }
  .fgc-hero { min-height: 860px; }
  .fgc-hero__media { inset: 50% 0 0 0; background-position: center 36%; }
  .fgc-hero__veil { background: linear-gradient(180deg, #fff 0%, #fff 43%, rgba(255,255,255,.45) 59%, rgba(255,255,255,.02) 100%); }
  .fgc-hero__layout { grid-template-columns: 1fr; align-items: start; padding-top: 72px; }
  .fgc-stats { align-self: end; justify-self: stretch; width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); padding: 8px 14px; margin-top: auto; }
  .fgc-stat { grid-template-columns: 30px 1fr; border-bottom: 0; border-right: 1px solid var(--fgc-line); padding: 13px 12px; }
  .fgc-stat:last-child { border-right: 0; }
  .fgc-about__grid { grid-template-columns: 1fr; gap: 74px; }
  .fgc-about__visual { max-width: 720px; }
  .fgc-services__grid { grid-template-columns: repeat(2, 1fr); }
  .fgc-contact__grid { grid-template-columns: 1fr; }
  .fgc-contact__details { padding: 70px 0 55px; }
  .fgc-map { min-height: 430px; margin-inline: -20px; }
  .fgc-map iframe { min-height: 430px; }
  .fgc-footer__grid { grid-template-columns: 1.15fr 1fr 1fr; }
  .fgc-footer__column:last-child { grid-column: 2 / -1; }
  .fgc-post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  :root { --fgc-header-h: 70px; }
  .fgc-container { width: min(calc(100% - 32px), var(--fgc-container)); }
  .fgc-header__inner { gap: 8px; }
  .fgc-header__brand { min-width: 0; }
  .custom-logo { max-width: 145px; max-height: 44px; }
  .fgc-brand__mark { width: 34px; height: 34px; }
  .fgc-brand__text strong { font-size: 15px; }
  .fgc-brand__text small { font-size: 7px; }
  .fgc-language__current { min-width: 50px; height: 40px; padding-inline: 9px; }
  .fgc-menu-toggle { width: 40px; height: 40px; }
  .fgc-hero { min-height: 950px; }
  .fgc-hero__layout { padding-top: 56px; padding-bottom: 24px; }
  .fgc-hero__media { inset: 48% 0 15% 0; background-position: 61% center; }
  .fgc-hero h1 { font-size: clamp(36px, 11.5vw, 52px); }
  .fgc-hero__description { margin-block: 20px 24px; font-size: 15px; }
  .fgc-hero__buttons { gap: 10px; }
  .fgc-button { min-height: 46px; padding-inline: 17px; font-size: 11px; }
  .fgc-stats { position: absolute; left: 15px; right: 15px; bottom: 34px; width: auto; grid-template-columns: repeat(4, 1fr); padding: 7px; border-radius: 16px; }
  .fgc-stat { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; padding: 9px 7px; }
  .fgc-stat__icon { width: 28px; height: 28px; }
  .fgc-stat__icon svg { width: 15px; height: 15px; }
  .fgc-stat strong { font-size: 15px; }
  .fgc-stat small { font-size: 7px; }
  .fgc-section { padding: 70px 0; }
  .fgc-about__grid { gap: 68px; }
  .fgc-about__visual { order: 2; }
  .fgc-about__content { order: 1; }
  .fgc-about__content h2 { font-size: 39px; }
  .fgc-about__image-wrap img { aspect-ratio: 1.25; }
  .fgc-about__badge { right: 12px; bottom: -38px; min-width: 205px; padding: 15px 17px; }
  .fgc-benefits { grid-template-columns: 1fr 1fr; gap: 14px 8px; }
  .fgc-benefits span { white-space: normal; line-height: 1.35; }
  .fgc-services { padding: 56px 0 76px; }
  .fgc-section-heading { margin-bottom: 32px; }
  .fgc-services__grid { grid-template-columns: 1fr; gap: 14px; }
  .fgc-service-card { min-height: 0; grid-template-columns: 50px 1fr; gap: 16px; padding: 23px; }
  .fgc-service-card__icon { width: 48px; height: 48px; }
  .fgc-service-card h3 { font-size: 17px; }
  .fgc-client-carousel { grid-template-columns: 1fr; }
  .fgc-carousel-button { display: none; }
  .fgc-client-carousel__track { grid-auto-columns: 72%; }
  .fgc-client-card { min-height: 100px; }
  .fgc-contact__details { padding: 65px 0 50px; }
  .fgc-contact h2 { font-size: 37px; }
  .fgc-map { min-height: 390px; margin-inline: -15px; }
  .fgc-map iframe { min-height: 390px; }
  .fgc-map__card { left: 20px; top: 26px; max-width: 220px; }
  .fgc-footer { padding-top: 62px; }
  .fgc-footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .fgc-footer__column:last-child { grid-column: auto; }
  .fgc-footer__bottom { align-items: flex-end; gap: 18px; }
  .fgc-footer__bottom p { margin: 0; max-width: 250px; }
  .fgc-post-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-up, .reveal-left, .reveal-right { opacity: 1 !important; transform: none !important; }
}


/* v1.0.3 — live screenshot alignment and admin-bar fixes */
.admin-bar .fgc-header {
  top: 32px;
}

.fgc-header__brand {
  min-width: 270px;
}

.fgc-header__brand .custom-logo {
  max-width: 270px;
  max-height: 70px;
}

.fgc-footer .fgc-footer__brand .custom-logo {
  width: auto;
  max-width: 260px;
  max-height: 78px;
}

.fgc-footer .fgc-footer-menu,
.fgc-footer .fgc-menu {
  display: grid !important;
  align-items: initial;
  gap: 10px !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fgc-footer .fgc-footer-menu li,
.fgc-footer .fgc-menu li {
  margin: 0;
  padding: 0;
}

.fgc-footer .fgc-footer-menu a,
.fgc-footer .fgc-menu a {
  display: inline-flex;
  width: fit-content;
  padding: 0;
  color: rgba(255,255,255,.88) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  text-transform: none;
  letter-spacing: 0;
  transition: color .22s ease, transform .22s ease;
}

.fgc-footer .fgc-footer-menu a::after,
.fgc-footer .fgc-menu a::after {
  display: none !important;
}

.fgc-footer .fgc-footer-menu a:hover,
.fgc-footer .fgc-menu a:hover {
  color: #fff !important;
  transform: translateX(4px);
}

.fgc-footer__brand p,
.fgc-contact-list--footer li,
.fgc-contact-list--footer a,
.fgc-contact-list--footer p {
  font-size: 14px;
}

.fgc-client-carousel__track {
  grid-auto-columns: calc((100% - 54px) / 4);
}

@media (max-width: 1240px) {
  .fgc-header__brand { min-width: 220px; }
  .fgc-header__brand .custom-logo { max-width: 220px; max-height: 62px; }
  .fgc-client-carousel__track { grid-auto-columns: calc((100% - 36px) / 3); }
}

@media (max-width: 1020px) {
  .admin-bar .fgc-navigation {
    top: calc(var(--fgc-header-h) + 32px);
  }
  .fgc-header__brand { min-width: 0; }
  .fgc-client-carousel__track { grid-auto-columns: calc((100% - 18px) / 2); }
}

@media screen and (max-width: 782px) {
  .admin-bar .fgc-header {
    top: 46px;
  }
  .admin-bar .fgc-navigation {
    top: calc(var(--fgc-header-h) + 46px);
  }
}

@media (max-width: 680px) {
  .fgc-header__brand .custom-logo { max-width: 148px; max-height: 44px; }
  .fgc-client-carousel__track { grid-auto-columns: 78%; }
  .fgc-footer .fgc-footer__brand .custom-logo { max-width: 235px; max-height: 72px; }
}


/* v1.0.4 — mobile horizontal overflow and viewport stability */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

body {
  position: relative;
  min-width: 320px;
}

.fgc-header,
.fgc-hero,
.fgc-about,
.fgc-services,
.fgc-clients,
.fgc-contact,
.fgc-footer,
.fgc-content-page {
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  .fgc-header,
  .fgc-hero,
  .fgc-about,
  .fgc-services,
  .fgc-clients,
  .fgc-contact,
  .fgc-footer,
  .fgc-content-page {
    overflow-x: clip;
  }
}

.fgc-header__inner > *,
.fgc-hero__layout > *,
.fgc-about__grid > *,
.fgc-services__grid > *,
.fgc-contact__grid > *,
.fgc-footer__grid > * {
  min-width: 0;
}

.fgc-header__brand,
.fgc-header__actions,
.fgc-hero__content,
.fgc-kicker,
.fgc-hero h1,
.fgc-hero__description,
.fgc-hero__buttons {
  max-width: 100%;
}

.fgc-header__brand {
  overflow: hidden;
}

.fgc-header__brand .custom-logo-link,
.fgc-header__brand .custom-logo {
  max-width: 100%;
}

.fgc-services::before,
.fgc-services::after,
.fgc-dot-grid {
  pointer-events: none;
}

@media (max-width: 1020px) {
  /* Horizontal reveal transforms were enlarging the touch scroll area on some Android browsers. */
  .reveal-left,
  .reveal-right {
    transform: translateY(30px);
  }

  .reveal-left.is-visible,
  .reveal-right.is-visible {
    transform: translateY(0);
  }
}

@media (max-width: 680px) {
  .fgc-header {
    width: 100%;
  }

  .fgc-header__inner {
    width: calc(100% - 24px);
    grid-template-columns: minmax(0, 1fr) 40px auto;
    gap: 8px;
  }

  .fgc-header__brand .custom-logo-link {
    width: fit-content;
  }

  .fgc-header__brand .custom-logo {
    width: auto;
    max-width: min(145px, 42vw);
  }

  .fgc-header__actions {
    justify-self: end;
  }

  .fgc-language__current {
    min-width: 52px;
    max-width: 64px;
  }

  .fgc-language__menu {
    right: 0;
    width: 72px;
  }

  .fgc-hero__layout,
  .fgc-hero__content {
    width: 100%;
  }

  .fgc-kicker {
    flex-wrap: wrap;
    overflow-wrap: anywhere;
  }

  .fgc-hero h1 {
    overflow-wrap: normal;
    word-break: normal;
  }

  .fgc-hero__buttons {
    min-width: 0;
  }

  .fgc-hero__buttons .fgc-button {
    max-width: 100%;
  }

  .fgc-about__badge {
    max-width: calc(100% - 18px);
  }

  .fgc-client-carousel__viewport {
    overscroll-behavior-x: contain;
  }
}

@media (max-width: 380px) {
  .fgc-header__inner {
    width: calc(100% - 18px);
    grid-template-columns: minmax(0, 1fr) 40px 50px;
    gap: 6px;
  }

  .fgc-header__brand .custom-logo {
    max-width: 132px;
  }

  .fgc-hero__buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fgc-hero__buttons .fgc-button {
    width: 100%;
  }
}

/* v1.0.5 — Elementor editable block compatibility */
.fgc-elementor-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.fgc-elementor-page > .elementor,
.fgc-elementor-page .elementor-section-wrap,
.fgc-elementor-page .elementor-element,
.fgc-elementor-page .elementor-widget-container {
  max-width: 100%;
}
.fgc-elementor-page .elementor-section,
.fgc-elementor-page .e-con,
.fgc-elementor-page .elementor-column,
.fgc-elementor-page .elementor-widget-wrap,
.fgc-elementor-page .elementor-widget-container {
  margin: 0;
}
.fgc-elementor-page .elementor-widget-fgc-hero,
.fgc-elementor-page .elementor-widget-fgc-about,
.fgc-elementor-page .elementor-widget-fgc-services,
.fgc-elementor-page .elementor-widget-fgc-clients,
.fgc-elementor-page .elementor-widget-fgc-contact {
  width: 100%;
}
.fgc-elementor-page .elementor-widget-fgc-hero > .elementor-widget-container,
.fgc-elementor-page .elementor-widget-fgc-about > .elementor-widget-container,
.fgc-elementor-page .elementor-widget-fgc-services > .elementor-widget-container,
.fgc-elementor-page .elementor-widget-fgc-clients > .elementor-widget-container,
.fgc-elementor-page .elementor-widget-fgc-contact > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-editor-active .reveal-up,
.elementor-editor-active .reveal-left,
.elementor-editor-active .reveal-right,
.elementor-editor-preview .reveal-up,
.elementor-editor-preview .reveal-left,
.elementor-editor-preview .reveal-right {
  opacity: 1 !important;
  transform: none !important;
}
.elementor-editor-active .fgc-header,
.elementor-editor-preview .fgc-header {
  pointer-events: none;
}

/* v1.0.8 — dedicated, non-homepage About page blocks */
.fgc-about-hero,
.fgc-about-story,
.fgc-about-values,
.fgc-about-timeline,
.fgc-about-cta {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  .fgc-about-hero,
  .fgc-about-story,
  .fgc-about-values,
  .fgc-about-timeline,
  .fgc-about-cta { overflow-x: clip; }
}

.fgc-about-hero {
  padding: calc(var(--fgc-header-h) + 92px) 0 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(5,80,137,.08), transparent 31%),
    linear-gradient(180deg, #f7fbfe 0%, #fff 82%);
}
.fgc-about-hero::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -190px;
  top: 30%;
  border: 1px solid rgba(5,80,137,.10);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(5,80,137,.025), 0 0 0 104px rgba(5,80,137,.018);
  pointer-events: none;
}
.fgc-about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .85fr);
  align-items: center;
  gap: 90px;
  padding-bottom: 76px;
}
.fgc-about-hero__content,
.fgc-about-hero__visual { min-width: 0; }
.fgc-about-hero h1 {
  max-width: 790px;
  margin: 0;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(50px, 5vw, 78px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.055em;
}
.fgc-about-hero h1 em { color: var(--fgc-primary); font-style: normal; }
.fgc-about-hero__description {
  max-width: 680px;
  margin: 28px 0 34px;
  color: #435565;
  font-size: 18px;
  line-height: 1.75;
}
.fgc-about-hero__visual {
  position: relative;
  border-radius: 0 34px 0 34px;
  transition: transform .25s ease-out;
  transform-style: preserve-3d;
}
.fgc-about-hero__visual::before {
  content: "";
  position: absolute;
  inset: 24px -24px -24px 24px;
  border: 1px solid rgba(5,80,137,.22);
  border-radius: inherit;
  z-index: 0;
}
.fgc-about-hero__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 510px;
  aspect-ratio: 1.12;
  object-fit: cover;
  border-radius: inherit;
  box-shadow: 0 34px 85px rgba(0,52,90,.20);
}
.fgc-about-hero__line {
  position: absolute;
  z-index: 2;
  left: -34px;
  bottom: 54px;
  width: 105px;
  height: 8px;
  border-radius: 99px;
  background: var(--fgc-primary);
  box-shadow: 0 17px 0 rgba(5,80,137,.28);
}
.fgc-about-hero__stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: -56px;
  border: 1px solid rgba(5,80,137,.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0,58,99,.13);
}
.fgc-about-hero__stat {
  position: relative;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 34px;
}
.fgc-about-hero__stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  right: 0;
  width: 1px;
  background: var(--fgc-line);
}
.fgc-about-hero__stat strong {
  color: var(--fgc-primary);
  font-family: Manrope, Inter, sans-serif;
  font-size: 30px;
  line-height: 1;
}
.fgc-about-hero__stat span {
  margin-top: 10px;
  color: var(--fgc-muted);
  font-size: 13px;
  line-height: 1.4;
}

.fgc-about-story {
  padding: 154px 0 106px;
  background: #fff;
}
.fgc-about-story__intro {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.08fr);
  gap: 100px;
  align-items: start;
  margin-bottom: 66px;
}
.fgc-about-story h2,
.fgc-about-values h2,
.fgc-about-timeline h2 {
  margin: 0;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(42px, 4.2vw, 64px);
  font-weight: 800;
  line-height: 1.09;
  letter-spacing: -.055em;
}
.fgc-about-story__copy > p {
  margin: 0 0 20px;
  color: var(--fgc-muted);
  font-size: 16.5px;
  line-height: 1.9;
}
.fgc-about-story__copy .fgc-about-story__lead {
  margin-bottom: 26px;
  color: var(--fgc-ink);
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: -.025em;
}
.fgc-about-story__visual {
  position: relative;
  min-height: 520px;
  border-radius: 26px;
}
.fgc-about-story__visual img {
  width: 100%;
  min-height: 520px;
  aspect-ratio: 2.15;
  object-fit: cover;
  border-radius: inherit;
  box-shadow: var(--fgc-shadow);
}
.fgc-about-story__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(0,42,72,.72) 0%, rgba(0,42,72,.2) 46%, transparent 72%);
  pointer-events: none;
}
.fgc-about-story__quote {
  position: absolute;
  z-index: 2;
  left: 54px;
  bottom: 50px;
  width: min(520px, calc(100% - 108px));
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  align-items: start;
  color: #fff;
}
.fgc-about-story__quote > span {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: rgba(255,255,255,.13);
  backdrop-filter: blur(8px);
}
.fgc-about-story__quote svg { width: 25px; height: 25px; }
.fgc-about-story__quote strong {
  display: block;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1.2;
}
.fgc-about-story__quote p {
  margin: 12px 0 0;
  color: rgba(255,255,255,.82);
  line-height: 1.65;
}

.fgc-about-values {
  padding: 104px 0 112px;
  background: #f5f9fc;
}
.fgc-about-values .fgc-section-heading { margin-bottom: 54px; }
.fgc-about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.fgc-about-value-card {
  position: relative;
  min-height: 310px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(5,80,137,.12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(5,80,137,.07);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.fgc-about-value-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: calc(var(--spot-x, 50%) - 90px);
  top: calc(var(--spot-y, 50%) - 90px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(5,80,137,.11), transparent 68%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}
.fgc-about-value-card:hover { transform: translateY(-8px); border-color: rgba(5,80,137,.26); box-shadow: 0 28px 64px rgba(5,80,137,.13); }
.fgc-about-value-card:hover::after { opacity: 1; }
.fgc-about-value-card > span {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--fgc-primary-soft);
  color: var(--fgc-primary);
}
.fgc-about-value-card svg { width: 29px; height: 29px; }
.fgc-about-value-card h3 {
  position: relative;
  z-index: 1;
  margin: 31px 0 14px;
  font-family: Manrope, Inter, sans-serif;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -.03em;
}
.fgc-about-value-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fgc-muted);
  font-size: 15.5px;
  line-height: 1.8;
}

.fgc-about-timeline {
  padding: 116px 0;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(135deg, var(--fgc-primary-deep), var(--fgc-primary));
}
.fgc-about-timeline__layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.3fr);
  gap: 90px;
  align-items: start;
}
.fgc-about-timeline .fgc-kicker { color: #8dc9f1; }
.fgc-about-timeline h2 { color: #fff; }
.fgc-about-timeline__heading > p:last-child {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.74);
  line-height: 1.8;
}
.fgc-about-timeline__items { position: relative; display: grid; gap: 0; }
.fgc-about-timeline__items::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: rgba(255,255,255,.25);
}
.fgc-about-timeline__item {
  position: relative;
  padding: 0 0 50px 58px;
}
.fgc-about-timeline__item:last-child { padding-bottom: 0; }
.fgc-about-timeline__dot {
  position: absolute;
  z-index: 1;
  left: 4px;
  top: 8px;
  width: 17px;
  height: 17px;
  border: 4px solid var(--fgc-primary-dark);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255,255,255,.13);
}
.fgc-about-timeline__item > strong {
  display: block;
  color: #8dc9f1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.fgc-about-timeline__item h3 {
  margin: 8px 0 10px;
  color: #fff;
  font-family: Manrope, Inter, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.fgc-about-timeline__item p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.75;
}


.fgc-about-cta {
  padding: 96px 0;
  background: #fff;
}
.fgc-about-cta__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .38fr);
  gap: 72px;
  align-items: center;
  overflow: hidden;
  padding: 68px 74px;
  border: 1px solid rgba(5,80,137,.13);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 14%, rgba(5,80,137,.10), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f7fbfe 100%);
  box-shadow: 0 26px 74px rgba(0,54,93,.10);
}
.fgc-about-cta__panel::before,
.fgc-about-cta__panel::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.fgc-about-cta__panel::before {
  width: 280px;
  height: 280px;
  right: -150px;
  top: -150px;
  border: 1px solid rgba(5,80,137,.12);
  box-shadow: 0 0 0 38px rgba(5,80,137,.025), 0 0 0 76px rgba(5,80,137,.018);
}
.fgc-about-cta__panel::after {
  width: 9px;
  height: 9px;
  left: 44px;
  bottom: 38px;
  background: var(--fgc-primary);
  box-shadow: 18px 0 0 rgba(5,80,137,.52), 36px 0 0 rgba(5,80,137,.22);
}
.fgc-about-cta__copy,
.fgc-about-cta__action { position: relative; z-index: 1; min-width: 0; }
.fgc-about-cta h2 {
  max-width: 820px;
  margin: 0;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(40px, 4.1vw, 62px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.055em;
}
.fgc-about-cta h2 em { color: var(--fgc-primary); font-style: normal; }
.fgc-about-cta__description {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--fgc-muted);
  font-size: 17px;
  line-height: 1.8;
}
.fgc-about-cta__points {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 28px;
  margin-top: 31px;
}
.fgc-about-cta__points > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--fgc-ink);
  font-size: 13px;
  font-weight: 700;
}
.fgc-about-cta__points i {
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 23px;
  border-radius: 50%;
  background: var(--fgc-primary-soft);
  color: var(--fgc-primary);
}
.fgc-about-cta__points svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fgc-about-cta__action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fgc-about-cta__icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border: 1px solid rgba(5,80,137,.15);
  border-radius: 22px;
  background: #fff;
  color: var(--fgc-primary);
  box-shadow: 0 17px 38px rgba(5,80,137,.13);
  transform: rotate(-7deg);
  transition: transform .3s ease, box-shadow .3s ease;
}
.fgc-about-cta__panel:hover .fgc-about-cta__icon {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 0 22px 46px rgba(5,80,137,.18);
}
.fgc-about-cta__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fgc-about-cta__action .fgc-button { min-width: 220px; justify-content: center; }
.fgc-about-cta__action > p {
  max-width: 260px;
  margin: 15px 0 0;
  color: var(--fgc-muted);
  font-size: 12px;
  line-height: 1.6;
}

.fgc-elementor-page .elementor-widget-fgc-about-hero,
.fgc-elementor-page .elementor-widget-fgc-about-story,
.fgc-elementor-page .elementor-widget-fgc-about-values,
.fgc-elementor-page .elementor-widget-fgc-about-timeline,
.fgc-elementor-page .elementor-widget-fgc-about-cta { width: 100%; }
.fgc-elementor-page .elementor-widget-fgc-about-hero > .elementor-widget-container,
.fgc-elementor-page .elementor-widget-fgc-about-story > .elementor-widget-container,
.fgc-elementor-page .elementor-widget-fgc-about-values > .elementor-widget-container,
.fgc-elementor-page .elementor-widget-fgc-about-timeline > .elementor-widget-container,
.fgc-elementor-page .elementor-widget-fgc-about-cta > .elementor-widget-container { margin: 0 !important; padding: 0 !important; }

@media (max-width: 1180px) {
  .fgc-about-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); gap: 56px; }
  .fgc-about-hero__visual img { min-height: 450px; }
  .fgc-about-story__intro { gap: 60px; }
  .fgc-about-timeline__layout { gap: 60px; }
  .fgc-about-cta__panel { gap: 48px; padding: 58px; }
}

@media (max-width: 1020px) {
  .fgc-about-hero { padding-top: calc(var(--fgc-header-h) + 70px); }
  .fgc-about-hero__grid { grid-template-columns: 1fr; gap: 58px; }
  .fgc-about-hero__content { max-width: 780px; }
  .fgc-about-hero__visual { max-width: 760px; }
  .fgc-about-hero__visual img { min-height: 420px; aspect-ratio: 1.55; }
  .fgc-about-hero__stats { grid-template-columns: repeat(2, 1fr); }
  .fgc-about-hero__stat:nth-child(2)::after { display: none; }
  .fgc-about-hero__stat:nth-child(-n+2) { border-bottom: 1px solid var(--fgc-line); }
  .fgc-about-story__intro { grid-template-columns: 1fr; gap: 34px; }
  .fgc-about-values__grid { grid-template-columns: 1fr; }
  .fgc-about-value-card { min-height: 0; }
  .fgc-about-timeline__layout { grid-template-columns: 1fr; gap: 58px; }
  .fgc-about-cta__panel { grid-template-columns: 1fr; gap: 40px; }
  .fgc-about-cta__action { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 0 20px; }
  .fgc-about-cta__icon { margin: 0; }
  .fgc-about-cta__action > p { flex-basis: 100%; margin-left: 92px; }
}

@media (max-width: 680px) {
  .fgc-about-hero { padding-top: calc(var(--fgc-header-h) + 48px); }
  .fgc-about-hero__grid { gap: 42px; padding-bottom: 48px; }
  .fgc-about-hero h1 { font-size: clamp(38px, 11.5vw, 52px); }
  .fgc-about-hero__description { margin-block: 20px 25px; font-size: 15.5px; }
  .fgc-about-hero__visual { border-radius: 0 20px 0 20px; }
  .fgc-about-hero__visual::before { inset: 12px -10px -12px 10px; }
  .fgc-about-hero__visual img { min-height: 330px; aspect-ratio: 1.1; }
  .fgc-about-hero__line { left: -14px; bottom: 34px; width: 76px; }
  .fgc-about-hero__stats { margin-bottom: -42px; }
  .fgc-about-hero__stat { min-height: 96px; padding: 19px 16px; }
  .fgc-about-hero__stat strong { font-size: 23px; }
  .fgc-about-hero__stat span { font-size: 10.5px; }
  .fgc-about-story { padding: 112px 0 76px; }
  .fgc-about-story h2,
  .fgc-about-values h2,
  .fgc-about-timeline h2 { font-size: 38px; }
  .fgc-about-story__copy .fgc-about-story__lead { font-size: 21px; }
  .fgc-about-story__visual,
  .fgc-about-story__visual img { min-height: 440px; }
  .fgc-about-story__visual img { aspect-ratio: .9; }
  .fgc-about-story__visual::after { background: linear-gradient(0deg, rgba(0,42,72,.83) 0%, rgba(0,42,72,.16) 68%, transparent 100%); }
  .fgc-about-story__quote { left: 24px; right: 24px; bottom: 28px; width: auto; grid-template-columns: 44px 1fr; gap: 14px; }
  .fgc-about-story__quote > span { width: 44px; height: 44px; }
  .fgc-about-story__quote strong { font-size: 24px; }
  .fgc-about-story__quote p { font-size: 13px; }
  .fgc-about-values { padding: 76px 0 82px; }
  .fgc-about-value-card { padding: 28px; }
  .fgc-about-timeline { padding: 82px 0; }
  .fgc-about-timeline__item { padding-left: 48px; }
  .fgc-about-cta { padding: 58px 0; }
  .fgc-about-cta__panel { gap: 34px; padding: 38px 26px 42px; border-radius: 20px; }
  .fgc-about-cta h2 { font-size: 38px; }
  .fgc-about-cta__description { font-size: 15.5px; }
  .fgc-about-cta__points { display: grid; gap: 12px; margin-top: 25px; }
  .fgc-about-cta__action { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .fgc-about-cta__icon { width: 60px; height: 60px; margin: 0 0 22px; }
  .fgc-about-cta__action .fgc-button { width: 100%; min-width: 0; }
  .fgc-about-cta__action > p { max-width: none; margin: 13px 0 0; text-align: center; }
}

/* =========================================================
   Services overview and detail pages — v1.0.11
   ========================================================= */
.fgc-service-hero,
.fgc-service-detail,
.fgc-service-process { position: relative; overflow-x: clip; }

.fgc-service-hero {
  padding: calc(var(--fgc-header-h) + 92px) 0 94px;
  background:
    radial-gradient(circle at 90% 8%, rgba(5,80,137,.13), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}
.fgc-service-hero::before {
  content: ""; position: absolute; inset: auto -80px 38px auto; width: 330px; height: 250px; opacity: .18;
  background-image: radial-gradient(circle, var(--fgc-primary) 1.25px, transparent 1.4px); background-size: 14px 14px;
  mask-image: linear-gradient(135deg, transparent 4%, #000 75%);
}
.fgc-service-hero__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(370px, .72fr); align-items: center; gap: 86px; }
.fgc-service-hero__copy,
.fgc-service-hero__panel { min-width: 0; }
.fgc-service-hero__back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; color: var(--fgc-primary); font-weight: 750; font-size: 13px; }
.fgc-service-hero__back svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.fgc-service-hero h1 { max-width: 930px; margin: 16px 0 0; color: var(--fgc-ink); font-family: var(--fgc-heading); font-size: clamp(48px, 5.4vw, 78px); line-height: 1.02; letter-spacing: -.055em; }
.fgc-service-hero h1 em { color: var(--fgc-primary); font-style: normal; }
.fgc-service-hero__description { max-width: 770px; margin: 28px 0 0; color: var(--fgc-muted); font-size: 18px; line-height: 1.8; }
.fgc-service-hero__panel { position: relative; padding: 48px 44px; overflow: hidden; border: 1px solid rgba(5,80,137,.13); border-radius: 30px; background: rgba(255,255,255,.86); box-shadow: 0 28px 80px rgba(0,47,82,.13); backdrop-filter: blur(12px); transform-style: preserve-3d; }
.fgc-service-hero__panel::before { content: ""; position: absolute; width: 220px; height: 220px; right: -75px; top: -88px; border-radius: 50%; background: rgba(5,80,137,.08); }
.fgc-service-hero__icon { position: relative; display: grid; place-items: center; width: 92px; height: 92px; margin-bottom: 34px; border-radius: 24px; color: #fff; background: linear-gradient(145deg, #0872bb, var(--fgc-primary)); box-shadow: 0 18px 36px rgba(5,80,137,.25); }
.fgc-service-hero__icon svg { width: 46px; height: 46px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.fgc-service-hero__points { position: relative; display: grid; gap: 0; }
.fgc-service-hero__points > span { display: flex; align-items: center; gap: 13px; min-height: 58px; padding: 14px 0; border-bottom: 1px solid var(--fgc-line); color: var(--fgc-ink); font-size: 14px; font-weight: 700; }
.fgc-service-hero__points > span:last-child { border-bottom: 0; }
.fgc-service-hero__points i { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; color: var(--fgc-primary); background: rgba(5,80,137,.09); }
.fgc-service-hero__points svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.fgc-service-detail { padding: 108px 0 118px; background: #fff; }
.fgc-service-detail__heading { display: grid; grid-template-columns: minmax(0, .88fr) minmax(360px, .65fr); gap: 80px; align-items: end; margin-bottom: 62px; }
.fgc-service-detail__heading .fgc-kicker { grid-column: 1 / -1; margin-bottom: -50px; }
.fgc-service-detail__heading h2 { margin: 0; color: var(--fgc-ink); font-family: var(--fgc-heading); font-size: clamp(38px, 4.2vw, 62px); line-height: 1.08; letter-spacing: -.045em; }
.fgc-service-detail__heading > p:last-child { margin: 0; color: var(--fgc-muted); font-size: 17px; line-height: 1.8; }
.fgc-service-detail__layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .65fr); gap: 54px; align-items: start; }
.fgc-service-detail__offers { display: grid; gap: 15px; }
.fgc-service-detail__offer { display: grid; grid-template-columns: 58px 1fr; gap: 24px; min-height: 142px; padding: 30px 32px; border: 1px solid var(--fgc-line); border-radius: 20px; background: #fff; box-shadow: 0 10px 32px rgba(0,47,82,.055); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.fgc-service-detail__offer:hover { transform: translateY(-4px); border-color: rgba(5,80,137,.24); box-shadow: 0 20px 42px rgba(0,47,82,.09); }
.fgc-service-detail__offer > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: var(--fgc-primary); background: rgba(5,80,137,.08); font-family: var(--fgc-heading); font-weight: 800; }
.fgc-service-detail__offer h3 { margin: 1px 0 9px; color: var(--fgc-ink); font-family: var(--fgc-heading); font-size: 20px; letter-spacing: -.025em; }
.fgc-service-detail__offer p { margin: 0; color: var(--fgc-muted); font-size: 14px; line-height: 1.75; }
.fgc-service-detail__side { position: sticky; top: calc(var(--fgc-header-h) + 28px); display: grid; gap: 18px; }
.fgc-service-detail__outcome { padding: 38px 36px; border-radius: 24px; color: rgba(255,255,255,.82); background: linear-gradient(145deg, #075c97, #003c6b); box-shadow: 0 24px 58px rgba(0,54,94,.18); }
.fgc-service-detail__side-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 25px; border-radius: 17px; color: #fff; background: rgba(255,255,255,.13); }
.fgc-service-detail__side-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.fgc-service-detail__outcome h3 { margin: 0 0 14px; color: #fff; font-family: var(--fgc-heading); font-size: 28px; line-height: 1.22; letter-spacing: -.03em; }
.fgc-service-detail__outcome p { margin: 0 0 24px; font-size: 14px; line-height: 1.75; }
.fgc-service-detail__outcome ul,
.fgc-service-detail__audience ul { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.fgc-service-detail__outcome li { position: relative; padding-left: 22px; color: #fff; font-size: 13px; font-weight: 650; }
.fgc-service-detail__outcome li::before { content: ""; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 50%; background: #71b7ea; box-shadow: 0 0 0 4px rgba(113,183,234,.15); }
.fgc-service-detail__audience { padding: 32px 34px; border: 1px solid var(--fgc-line); border-radius: 22px; background: #f7fafc; }
.fgc-service-detail__audience h3 { margin: 0 0 21px; color: var(--fgc-ink); font-family: var(--fgc-heading); font-size: 21px; }
.fgc-service-detail__audience li { display: flex; align-items: flex-start; gap: 12px; color: var(--fgc-muted); font-size: 13.5px; line-height: 1.55; }
.fgc-service-detail__audience li > span { flex: 0 0 8px; width: 8px; height: 8px; margin-top: 6px; border-radius: 50%; background: var(--fgc-primary); }

.fgc-service-process { padding: 104px 0 112px; background: linear-gradient(180deg, #f3f8fc 0%, #f8fbfd 100%); }
.fgc-service-process::before { content: ""; position: absolute; left: -70px; top: 24px; width: 250px; height: 230px; opacity: .13; background-image: radial-gradient(circle, var(--fgc-primary) 1.25px, transparent 1.4px); background-size: 14px 14px; }
.fgc-service-process__intro { display: grid; grid-template-columns: minmax(0, .8fr) minmax(340px, .55fr); gap: 80px; align-items: end; margin-bottom: 54px; }
.fgc-service-process__intro .fgc-kicker { grid-column: 1 / -1; margin-bottom: -44px; }
.fgc-service-process__intro h2 { margin: 0; color: var(--fgc-ink); font-family: var(--fgc-heading); font-size: clamp(38px, 4vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.fgc-service-process__intro > p:last-child { margin: 0; color: var(--fgc-muted); font-size: 16px; line-height: 1.8; }
.fgc-service-process__steps { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.fgc-service-process__step { position: relative; min-height: 270px; padding: 32px 28px; overflow: hidden; border: 1px solid rgba(5,80,137,.12); border-radius: 21px; background: rgba(255,255,255,.9); box-shadow: 0 12px 36px rgba(0,47,82,.05); }
.fgc-service-process__step::after { content: ""; position: absolute; right: -35px; bottom: -50px; width: 130px; height: 130px; border-radius: 50%; background: rgba(5,80,137,.055); transition: transform .35s ease; }
.fgc-service-process__step:hover::after { transform: scale(1.35); }
.fgc-service-process__step strong { display: block; margin-bottom: 54px; color: var(--fgc-primary); font-family: var(--fgc-heading); font-size: 15px; letter-spacing: .08em; }
.fgc-service-process__step h3 { position: relative; margin: 0 0 13px; color: var(--fgc-ink); font-family: var(--fgc-heading); font-size: 21px; letter-spacing: -.025em; }
.fgc-service-process__step p { position: relative; margin: 0; color: var(--fgc-muted); font-size: 13.5px; line-height: 1.72; }

.fgc-elementor-page .elementor-widget-fgc-service-hero,
.fgc-elementor-page .elementor-widget-fgc-service-detail,
.fgc-elementor-page .elementor-widget-fgc-service-process { width: 100%; }
.fgc-elementor-page .elementor-widget-fgc-service-hero > .elementor-widget-container,
.fgc-elementor-page .elementor-widget-fgc-service-detail > .elementor-widget-container,
.fgc-elementor-page .elementor-widget-fgc-service-process > .elementor-widget-container { margin: 0 !important; padding: 0 !important; }

@media (max-width: 1180px) {
  .fgc-service-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .65fr); gap: 48px; }
  .fgc-service-detail__layout { grid-template-columns: minmax(0, 1fr) minmax(310px, .58fr); gap: 34px; }
  .fgc-service-process__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fgc-service-process__step { min-height: 230px; }
}

@media (max-width: 900px) {
  .fgc-service-hero { padding-top: calc(var(--fgc-header-h) + 66px); }
  .fgc-service-hero__grid { grid-template-columns: 1fr; gap: 50px; }
  .fgc-service-hero__copy { max-width: 780px; }
  .fgc-service-hero__panel { max-width: 720px; }
  .fgc-service-detail__heading,
  .fgc-service-process__intro { grid-template-columns: 1fr; gap: 24px; }
  .fgc-service-detail__heading .fgc-kicker,
  .fgc-service-process__intro .fgc-kicker { grid-column: auto; margin-bottom: 0; }
  .fgc-service-detail__layout { grid-template-columns: 1fr; }
  .fgc-service-detail__side { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .fgc-service-hero { padding: calc(var(--fgc-header-h) + 46px) 0 62px; }
  .fgc-service-hero::before { display: none; }
  .fgc-service-hero h1 { font-size: clamp(38px, 12vw, 52px); }
  .fgc-service-hero__description { margin-top: 21px; font-size: 15.5px; line-height: 1.72; }
  .fgc-service-hero__back { margin-bottom: 22px; }
  .fgc-service-hero__panel { padding: 31px 25px; border-radius: 22px; }
  .fgc-service-hero__icon { width: 72px; height: 72px; margin-bottom: 24px; border-radius: 19px; }
  .fgc-service-hero__icon svg { width: 36px; height: 36px; }
  .fgc-service-hero__points > span { min-height: 52px; font-size: 13px; }
  .fgc-service-detail { padding: 72px 0 78px; }
  .fgc-service-detail__heading { margin-bottom: 38px; }
  .fgc-service-detail__heading h2,
  .fgc-service-process__intro h2 { font-size: 37px; }
  .fgc-service-detail__heading > p:last-child,
  .fgc-service-process__intro > p:last-child { font-size: 15px; }
  .fgc-service-detail__offer { grid-template-columns: 46px 1fr; gap: 17px; min-height: 0; padding: 24px 21px; }
  .fgc-service-detail__offer > span { width: 44px; height: 44px; border-radius: 14px; }
  .fgc-service-detail__offer h3 { font-size: 18px; }
  .fgc-service-detail__side { grid-template-columns: 1fr; }
  .fgc-service-detail__outcome { padding: 32px 26px; }
  .fgc-service-detail__outcome h3 { font-size: 25px; }
  .fgc-service-detail__audience { padding: 27px 25px; }
  .fgc-service-process { padding: 72px 0 80px; }
  .fgc-service-process__intro { margin-bottom: 36px; }
  .fgc-service-process__steps { grid-template-columns: 1fr; gap: 13px; }
  .fgc-service-process__step { min-height: 0; padding: 27px 24px; }
  .fgc-service-process__step strong { margin-bottom: 33px; }
}

/* =========================================================
   Contact and Career pages — v1.0.12
   ========================================================= */
.fgc-contact-page,
.fgc-career {
  position: relative;
  overflow-x: clip;
}

.fgc-contact-page {
  padding: 112px 0 124px;
  background:
    radial-gradient(circle at 8% 8%, rgba(5,80,137,.07), transparent 28%),
    #fff;
}
.fgc-contact-page::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: 42px;
  width: 250px;
  height: 230px;
  opacity: .13;
  pointer-events: none;
  background-image: radial-gradient(circle, var(--fgc-primary) 1.25px, transparent 1.4px);
  background-size: 14px 14px;
  mask-image: linear-gradient(135deg, transparent 2%, #000 78%);
}
.fgc-contact-page__intro {
  display: grid;
  grid-template-columns: minmax(220px,.36fr) minmax(0,1fr);
  gap: 80px;
  align-items: start;
  margin-bottom: 60px;
}
.fgc-contact-page__intro h2 {
  max-width: 900px;
  margin: 0;
  color: var(--fgc-ink);
  font-family: var(--fgc-heading);
  font-size: clamp(40px,4.5vw,64px);
  line-height: 1.08;
  letter-spacing: -.048em;
}
.fgc-contact-page__intro > div > p {
  max-width: 790px;
  margin: 22px 0 0;
  color: var(--fgc-muted);
  font-size: 17px;
  line-height: 1.8;
}
.fgc-contact-page__layout {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(390px,.64fr);
  gap: 34px;
  align-items: stretch;
}
.fgc-contact-page__offices {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
}
.fgc-contact-page__layout--single-office {
  grid-template-columns: minmax(0,.94fr) minmax(0,1.06fr);
  gap: 28px;
}
.fgc-contact-page__layout--no-office {
  grid-template-columns: minmax(0,1fr);
  max-width: 760px;
  margin-inline: auto;
}
.fgc-contact-page__offices--single {
  grid-template-columns: minmax(0,1fr);
  align-items: stretch;
}
.fgc-contact-office {
  --spot-x: 50%;
  --spot-y: 50%;
  position: relative;
  min-height: 360px;
  padding: 42px 38px;
  overflow: hidden;
  border: 1px solid var(--fgc-line);
  border-radius: 26px;
  background:
    radial-gradient(340px circle at var(--spot-x) var(--spot-y), rgba(5,80,137,.08), transparent 46%),
    #fff;
  box-shadow: 0 18px 48px rgba(0,47,82,.065);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.fgc-contact-office:hover {
  transform: translateY(-5px);
  border-color: rgba(5,80,137,.24);
  box-shadow: 0 26px 60px rgba(0,47,82,.11);
}
.fgc-contact-office__number {
  display: none !important;
}
.fgc-contact-office__icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin-bottom: 55px;
  border-radius: 20px;
  color: var(--fgc-primary);
  background: rgba(5,80,137,.08);
}
.fgc-contact-office__icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fgc-contact-office h3 {
  margin: 0 0 15px;
  color: var(--fgc-ink);
  font-family: var(--fgc-heading);
  font-size: 27px;
  letter-spacing: -.035em;
}
.fgc-contact-office p {
  min-height: 76px;
  margin: 0;
  color: var(--fgc-muted);
  font-size: 14px;
  line-height: 1.75;
}
.fgc-contact-office__hours {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 27px;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--fgc-primary);
  background: rgba(5,80,137,.075);
  font-size: 11.5px;
  font-weight: 750;
}
.fgc-contact-office--single {
  height: 100%;
  min-height: 0;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fgc-contact-office--single .fgc-contact-office__icon {
  margin-bottom: 38px;
}
.fgc-contact-office--single h3 {
  font-size: clamp(26px,2.2vw,32px);
}
.fgc-contact-office--single p {
  min-height: 0;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.75;
}
.fgc-contact-office--single .fgc-contact-office__hours {
  align-self: flex-start;
  margin-top: 30px;
}
.fgc-contact-page__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 42px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 95% 0%, rgba(113,183,234,.28), transparent 30%),
    linear-gradient(145deg,#075d99,#003b69);
  box-shadow: 0 28px 68px rgba(0,54,94,.2);
}
.fgc-contact-method {
  display: grid;
  grid-template-columns: 58px minmax(0,1fr);
  gap: 18px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.fgc-contact-method:first-child { padding-top: 0; }
.fgc-contact-method > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 17px;
  color: #fff;
  background: rgba(255,255,255,.12);
}
.fgc-contact-method svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fgc-contact-method small {
  display: block;
  margin-bottom: 5px;
  color: rgba(255,255,255,.6);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.fgc-contact-method a,
.fgc-contact-method strong {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-family: var(--fgc-heading);
  font-size: 17px;
  font-weight: 700;
}
.fgc-contact-page__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 34px;
}
.fgc-contact-page__actions .fgc-button {
  width: 100%;
  min-width: 0;
  justify-content: center;
  background: #fff;
  color: var(--fgc-primary);
  box-shadow: none;
}
.fgc-contact-page__actions .fgc-button--ghost {
  border-color: rgba(255,255,255,.3);
  color: #fff;
  background: rgba(255,255,255,.08);
}

.fgc-career {
  padding: 118px 0 126px;
  background:
    linear-gradient(180deg,#f3f8fc 0%,#fff 62%);
}
.fgc-career::before {
  content: "";
  position: absolute;
  left: -90px;
  top: 58px;
  width: 300px;
  height: 260px;
  opacity: .12;
  background-image: radial-gradient(circle,var(--fgc-primary) 1.25px,transparent 1.4px);
  background-size: 14px 14px;
}
.fgc-career__layout {
  display: grid;
  grid-template-columns: minmax(0,.72fr) minmax(560px,1fr);
  gap: 78px;
  align-items: start;
}
.fgc-career__content {
  position: sticky;
  top: calc(var(--fgc-header-h) + 38px);
}
.fgc-career h2 {
  margin: 17px 0 0;
  color: var(--fgc-ink);
  font-family: var(--fgc-heading);
  font-size: clamp(42px,4.6vw,64px);
  line-height: 1.08;
  letter-spacing: -.05em;
}
.fgc-career__description {
  max-width: 650px;
  margin: 25px 0 38px;
  color: var(--fgc-muted);
  font-size: 16.5px;
  line-height: 1.8;
}
.fgc-career__benefits {
  display: grid;
  gap: 13px;
}
.fgc-career-benefit {
  --spot-x: 50%;
  --spot-y: 50%;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(5,80,137,.12);
  border-radius: 18px;
  background:
    radial-gradient(260px circle at var(--spot-x) var(--spot-y),rgba(5,80,137,.07),transparent 50%),
    rgba(255,255,255,.86);
  transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.fgc-career-benefit:hover {
  transform: translateX(5px);
  border-color: rgba(5,80,137,.23);
  box-shadow: 0 16px 38px rgba(0,47,82,.07);
}
.fgc-career-benefit > span {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 14px;
  color: var(--fgc-primary);
  background: rgba(5,80,137,.08);
  font-family: var(--fgc-heading);
  font-size: 12px;
  font-weight: 800;
}
.fgc-career-benefit h3 {
  margin: 0 0 7px;
  color: var(--fgc-ink);
  font-family: var(--fgc-heading);
  font-size: 18px;
  letter-spacing: -.025em;
}
.fgc-career-benefit p {
  margin: 0;
  color: var(--fgc-muted);
  font-size: 13px;
  line-height: 1.65;
}
.fgc-career-form-card {
  padding: 44px;
  border: 1px solid rgba(5,80,137,.13);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 74px rgba(0,47,82,.11);
}
.fgc-career-form-card__head {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 30px;
}
.fgc-career-form-card__head > span {
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(145deg,#0872bb,var(--fgc-primary));
  box-shadow: 0 13px 28px rgba(5,80,137,.22);
}
.fgc-career-form-card__head svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fgc-career-form-card__head h3 {
  margin: 0;
  color: var(--fgc-ink);
  font-family: var(--fgc-heading);
  font-size: 28px;
  letter-spacing: -.035em;
}
.fgc-form-notice {
  margin: 0 0 25px;
  padding: 15px 18px;
  border: 1px solid;
  border-radius: 13px;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.55;
}
.fgc-form-notice.is-success {
  border-color: rgba(21,128,61,.25);
  color: #166534;
  background: #f0fdf4;
}
.fgc-form-notice.is-error {
  border-color: rgba(185,28,28,.2);
  color: #991b1b;
  background: #fef2f2;
}
.fgc-career-form { position: relative; }
.fgc-form-honeypot {
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.fgc-form-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 19px;
}
.fgc-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 9px;
}
.fgc-field--full { grid-column: 1 / -1; }
.fgc-field > span:first-child {
  color: var(--fgc-ink);
  font-size: 12px;
  font-weight: 750;
}
.fgc-field input:not([type="file"]),
.fgc-field select,
.fgc-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #dbe5ec;
  border-radius: 13px;
  outline: none;
  color: var(--fgc-ink);
  background: #fbfdff;
  font: inherit;
  font-size: 14px;
  transition: border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.fgc-field input:not([type="file"]),
.fgc-field select { height: 54px; padding: 0 16px; }
.fgc-field textarea { min-height: 126px; padding: 15px 16px; resize: vertical; line-height: 1.65; }
.fgc-field input:focus,
.fgc-field select:focus,
.fgc-field textarea:focus {
  border-color: rgba(5,80,137,.52);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(5,80,137,.08);
}
.fgc-file-field { position: relative; }
.fgc-file-field > input[type="file"] {
  position: absolute;
  inset: 29px 0 0;
  z-index: 2;
  width: 100%;
  height: calc(100% - 29px);
  opacity: 0;
  cursor: pointer;
}
.fgc-file-field__surface {
  position: relative;
  display: grid;
  min-height: 98px;
  padding: 23px 82px 23px 23px;
  align-content: center;
  border: 1.5px dashed rgba(5,80,137,.3);
  border-radius: 15px;
  color: var(--fgc-ink);
  background: rgba(5,80,137,.035);
  transition: border-color .2s ease,background .2s ease,transform .2s ease;
}
.fgc-file-field:hover .fgc-file-field__surface,
.fgc-file-field:focus-within .fgc-file-field__surface {
  border-color: var(--fgc-primary);
  background: rgba(5,80,137,.065);
  transform: translateY(-1px);
}
.fgc-file-field__surface strong { font-size: 14px; }
.fgc-file-field__surface small { margin-top: 5px; color: var(--fgc-muted); font-size: 11.5px; }
.fgc-file-field__surface i {
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  transform: translateY(-50%);
  color: #fff;
  background: var(--fgc-primary);
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .06em;
}
.fgc-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  align-items: start;
  margin: 22px 0 25px;
  color: var(--fgc-muted);
  font-size: 11.5px;
  line-height: 1.6;
  cursor: pointer;
}
.fgc-consent input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--fgc-primary);
}
.fgc-career-form__submit {
  width: 100%;
  min-height: 58px;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}

.fgc-elementor-page .elementor-widget-fgc-contact-details,
.fgc-elementor-page .elementor-widget-fgc-career-form { width: 100%; }
.fgc-elementor-page .elementor-widget-fgc-contact-details > .elementor-widget-container,
.fgc-elementor-page .elementor-widget-fgc-career-form > .elementor-widget-container { margin: 0 !important; padding: 0 !important; }

@media (max-width: 1120px) {
  .fgc-contact-page__layout { grid-template-columns: minmax(0,1fr) minmax(340px,.72fr); }
  .fgc-contact-page__layout--single-office { grid-template-columns: minmax(0,.94fr) minmax(0,1.06fr); }
  .fgc-contact-page__offices { grid-template-columns: 1fr; }
  .fgc-contact-office { min-height: 290px; }
  .fgc-career__layout { grid-template-columns: minmax(0,.68fr) minmax(500px,1fr); gap: 46px; }
}

@media (max-width: 900px) {
  .fgc-contact-page__intro { grid-template-columns: 1fr; gap: 18px; }
  .fgc-contact-page__layout,
  .fgc-contact-page__layout--single-office { grid-template-columns: 1fr; }
  .fgc-contact-page__offices { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fgc-contact-page__offices--single { grid-template-columns: minmax(0,1fr); }
  .fgc-contact-page__panel { min-height: 440px; }
  .fgc-career__layout { grid-template-columns: 1fr; }
  .fgc-career__content { position: static; }
  .fgc-career__benefits { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .fgc-career-benefit { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .fgc-contact-page { padding: 76px 0 82px; }
  .fgc-contact-page::after,
  .fgc-career::before { display: none; }
  .fgc-contact-page__intro { margin-bottom: 38px; }
  .fgc-contact-page__intro h2,
  .fgc-career h2 { font-size: 38px; }
  .fgc-contact-page__intro > div > p,
  .fgc-career__description { font-size: 15px; }
  .fgc-contact-page__offices { grid-template-columns: 1fr; }
  .fgc-contact-office { min-height: 0; padding: 30px 25px; border-radius: 20px; }
  .fgc-contact-office--single { min-height: 0; padding: 32px 25px; }
  .fgc-contact-office__icon { width: 57px; height: 57px; margin-bottom: 38px; border-radius: 17px; }
  .fgc-contact-office p { min-height: 0; }
  .fgc-contact-page__panel { min-height: 0; padding: 34px 25px; border-radius: 21px; }
  .fgc-contact-method { grid-template-columns: 50px minmax(0,1fr); gap: 14px; }
  .fgc-contact-method > span { width: 48px; height: 48px; border-radius: 15px; }
  .fgc-contact-method a,
  .fgc-contact-method strong { font-size: 15px; }
  .fgc-contact-page__actions { grid-template-columns: 1fr; }
  .fgc-career { padding: 76px 0 84px; }
  .fgc-career__layout { gap: 42px; }
  .fgc-career__benefits { grid-template-columns: 1fr; }
  .fgc-career-benefit { grid-template-columns: 45px 1fr; padding: 21px; }
  .fgc-career-form-card { padding: 29px 21px; border-radius: 21px; }
  .fgc-career-form-card__head h3 { font-size: 24px; }
  .fgc-form-grid { grid-template-columns: 1fr; gap: 16px; }
  .fgc-field--full { grid-column: auto; }
}

/* =========================================================
   v1.0.13 — tablet and mobile UI refinement
   ========================================================= */

/* Shared responsive safeguards */
.fgc-elementor-page .elementor,
.fgc-elementor-page .elementor-section-wrap,
.fgc-elementor-page .elementor-section,
.fgc-elementor-page .e-con,
.fgc-elementor-page .e-con-inner,
.fgc-elementor-page .elementor-container,
.fgc-elementor-page .elementor-column,
.fgc-elementor-page .elementor-widget-wrap,
.fgc-elementor-page .elementor-widget,
.fgc-elementor-page .elementor-widget-container {
  min-width: 0;
}

@media (hover: none), (pointer: coarse) {
  .fgc-service-card:hover,
  .fgc-client-card:hover,
  .fgc-about-value-card:hover,
  .fgc-service-detail__offer:hover,
  .fgc-career-benefit:hover,
  [data-tilt-card]:hover,
  [data-tilt-soft]:hover {
    transform: none !important;
  }

  .fgc-service-card::after,
  .fgc-client-card::after {
    display: none;
  }
}

/* Tablet */
@media (min-width: 681px) and (max-width: 1020px) {
  :root {
    --fgc-header-h: 78px;
  }

  .fgc-container {
    width: min(calc(100% - 48px), var(--fgc-container));
  }

  .fgc-header {
    background: rgba(255,255,255,.97);
    border-bottom-color: rgba(5,80,137,.08);
    box-shadow: 0 8px 26px rgba(0,47,82,.055);
  }

  .fgc-header__inner {
    grid-template-columns: minmax(0,1fr) 44px auto;
    gap: 12px;
  }

  .fgc-header__brand .custom-logo {
    max-width: 205px;
    max-height: 57px;
  }

  .fgc-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(5,80,137,.1);
    background: #f5f9fc;
  }

  .fgc-navigation {
    inset: var(--fgc-header-h) 18px auto;
    max-height: calc(100dvh - var(--fgc-header-h) - 28px);
    padding: 16px;
    border: 1px solid rgba(5,80,137,.11);
    border-radius: 0 0 22px 22px;
    background: rgba(255,255,255,.985);
    box-shadow: 0 28px 64px rgba(0,47,82,.16);
  }

  .admin-bar .fgc-navigation {
    max-height: calc(100dvh - var(--fgc-header-h) - 60px);
  }

  .fgc-navigation .fgc-menu a {
    min-height: 54px;
    padding: 14px 16px;
    border: 0;
    border-radius: 12px;
    font-size: 16px;
  }

  .fgc-navigation .fgc-menu li + li {
    margin-top: 4px;
  }

  .fgc-navigation .fgc-menu .current-menu-item > a,
  .fgc-navigation .fgc-menu a:hover {
    color: var(--fgc-primary);
    background: var(--fgc-primary-soft);
  }

  .fgc-menu .sub-menu {
    margin: 4px 0 8px;
    padding: 4px 0 4px 18px;
    background: transparent;
  }

  .fgc-menu .sub-menu a {
    min-height: 46px;
    font-size: 14px;
  }

  .fgc-language__current {
    height: 44px;
    min-width: 60px;
    border-radius: 12px;
  }

  .fgc-hero {
    min-height: 920px;
  }

  .fgc-hero__layout {
    display: block;
    padding-top: 82px;
    padding-bottom: 520px;
  }

  .fgc-hero__content {
    max-width: 760px;
  }

  .fgc-hero h1 {
    max-width: 700px;
    font-size: clamp(52px,8vw,70px);
  }

  .fgc-hero__description {
    max-width: 650px;
    font-size: 17px;
  }

  .fgc-hero__media {
    inset: auto 24px 178px;
    height: 330px;
    border-radius: 26px;
    background-position: center 40%;
    box-shadow: 0 24px 58px rgba(0,47,82,.14);
    transform: none !important;
  }

  .fgc-hero__veil {
    inset: auto 24px 178px;
    height: 330px;
    border-radius: 26px;
    background: linear-gradient(90deg,rgba(255,255,255,.62),rgba(255,255,255,.04) 55%);
    pointer-events: none;
  }

  .fgc-stats {
    position: absolute;
    z-index: 4;
    right: 24px;
    bottom: 28px;
    left: 24px;
    width: auto;
    grid-template-columns: repeat(2,minmax(0,1fr));
    padding: 10px 18px;
    border-radius: 20px;
  }

  .fgc-stat {
    min-height: 72px;
    padding: 12px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--fgc-line);
  }

  .fgc-stat:nth-child(odd) {
    border-right: 1px solid var(--fgc-line);
  }

  .fgc-stat:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .fgc-stat strong {
    font-size: 20px;
  }

  .fgc-stat small {
    font-size: 10px;
  }

  .fgc-section {
    padding: 90px 0;
  }

  .fgc-about__grid {
    gap: 56px;
  }

  .fgc-about__visual {
    max-width: 100%;
  }

  .fgc-about__image-wrap img {
    aspect-ratio: 16/10;
  }

  .fgc-about__badge {
    right: 24px;
  }

  .fgc-services__grid {
    gap: 18px;
  }

  .fgc-service-card {
    min-height: 250px;
    padding: 28px;
  }

  .fgc-client-carousel__track {
    grid-auto-columns: calc((100% - 18px) / 2);
  }

  .fgc-contact__details {
    padding: 76px 0 58px;
  }

  .fgc-map {
    margin-inline: 0;
    border-radius: 24px 24px 0 0;
  }

  .fgc-footer {
    padding-top: 76px;
  }

  .fgc-footer__grid {
    grid-template-columns: 1.15fr 1fr;
    gap: 48px 64px;
  }

  .fgc-footer__column:last-child {
    grid-column: auto;
  }

  .fgc-about-values__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .fgc-about-value-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .fgc-about-story__visual,
  .fgc-about-story__visual img {
    min-height: 500px;
  }

  .fgc-service-detail__side {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .fgc-contact-page__offices {
    gap: 18px;
  }

  .fgc-career__benefits {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
  }

  .fgc-career-benefit {
    min-height: 100%;
    padding: 22px 18px;
  }

  .fgc-career-form-card {
    padding: 38px;
  }
}

/* Mobile */
@media (max-width: 680px) {
  :root {
    --fgc-header-h: 72px;
    --fgc-radius: 18px;
  }

  body.menu-open::before {
    content: "";
    position: fixed;
    z-index: 990;
    inset: 0;
    background: rgba(7,30,47,.34);
    backdrop-filter: blur(3px);
  }

  .fgc-container {
    width: calc(100% - 28px);
  }

  .fgc-header {
    height: var(--fgc-header-h);
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid rgba(5,80,137,.08);
    box-shadow: 0 7px 24px rgba(0,47,82,.055);
  }

  .fgc-header.is-scrolled {
    height: var(--fgc-header-h);
    box-shadow: 0 10px 28px rgba(0,47,82,.11);
  }

  .fgc-header__inner {
    width: calc(100% - 22px);
    grid-template-columns: minmax(0,1fr) 42px auto;
    gap: 7px;
  }

  .fgc-header__brand {
    display: flex;
    align-items: center;
  }

  .fgc-header__brand .custom-logo-link,
  .fgc-header__brand .fgc-brand {
    max-width: 100%;
  }

  .fgc-header__brand .custom-logo {
    max-width: min(150px,43vw);
    max-height: 46px;
  }

  .fgc-brand {
    gap: 7px;
  }

  .fgc-brand__mark {
    width: 35px;
    height: 35px;
  }

  .fgc-brand__text strong {
    font-size: 15px;
  }

  .fgc-brand__text small {
    margin-top: 4px;
    font-size: 6.5px;
    letter-spacing: .25em;
  }

  .fgc-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(5,80,137,.1);
    border-radius: 13px;
    background: #f4f8fb;
  }

  .fgc-menu-toggle span {
    width: 19px;
  }

  .fgc-header__actions {
    gap: 0;
  }

  .fgc-language__current {
    min-width: 49px;
    height: 42px;
    padding: 0 8px;
    border-radius: 13px;
    background: #fff;
  }

  .fgc-language__menu {
    top: calc(100% + 8px);
    width: 66px;
    border-radius: 13px;
    box-shadow: 0 18px 38px rgba(0,47,82,.16);
  }

  .fgc-navigation {
    z-index: 1001;
    inset: var(--fgc-header-h) 10px auto;
    max-height: calc(100dvh - var(--fgc-header-h) - 20px);
    padding: 14px;
    border: 1px solid rgba(5,80,137,.11);
    border-radius: 0 0 20px 20px;
    background: rgba(255,255,255,.99);
    box-shadow: 0 28px 62px rgba(0,47,82,.2);
    overscroll-behavior: contain;
  }

  .admin-bar .fgc-navigation {
    max-height: calc(100dvh - var(--fgc-header-h) - 58px);
  }

  .fgc-navigation .fgc-menu,
  .fgc-navigation ul {
    gap: 4px;
  }

  .fgc-navigation .fgc-menu a {
    min-height: 52px;
    padding: 13px 15px;
    border: 0;
    border-radius: 12px;
    font-size: 15.5px;
    font-weight: 700;
  }

  .fgc-navigation .fgc-menu .current-menu-item > a,
  .fgc-navigation .fgc-menu .current-menu-ancestor > a,
  .fgc-navigation .fgc-menu a:hover {
    color: var(--fgc-primary);
    background: var(--fgc-primary-soft);
  }

  .fgc-menu .sub-menu {
    margin: 2px 0 8px;
    padding: 2px 0 2px 12px;
    background: transparent;
  }

  .fgc-menu .sub-menu a {
    min-height: 44px;
    padding-block: 10px;
    color: var(--fgc-muted);
    font-size: 13.5px;
  }

  .fgc-hero {
    min-height: 1030px;
    background: linear-gradient(180deg,#fff 0%,#f6fafc 100%);
  }

  .fgc-hero__layout {
    display: block;
    padding-top: 48px;
    padding-bottom: 585px;
  }

  .fgc-kicker {
    margin-bottom: 13px;
    font-size: 10px;
    letter-spacing: .13em;
  }

  .fgc-hero h1 {
    max-width: 100%;
    font-size: clamp(38px,11.4vw,49px);
    line-height: 1.08;
    letter-spacing: -.045em;
  }

  .fgc-hero__description {
    margin: 19px 0 24px;
    font-size: 14.5px;
    line-height: 1.68;
  }

  .fgc-hero__buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fgc-hero__buttons .fgc-button {
    width: 100%;
    min-height: 50px;
  }

  .fgc-hero__media {
    inset: auto 14px 238px;
    height: 300px;
    border-radius: 22px;
    background-position: 62% center;
    box-shadow: 0 20px 46px rgba(0,47,82,.13);
    transform: none !important;
  }

  .fgc-hero__veil {
    inset: auto 14px 238px;
    height: 300px;
    border-radius: 22px;
    background: linear-gradient(180deg,rgba(255,255,255,.06),rgba(0,43,73,.06));
    pointer-events: none;
  }

  .fgc-stats {
    right: 14px;
    bottom: 22px;
    left: 14px;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0;
    padding: 9px 12px;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 44px rgba(0,47,82,.15);
  }

  .fgc-stat {
    display: grid;
    grid-template-columns: 34px minmax(0,1fr);
    align-items: center;
    gap: 10px;
    min-height: 80px;
    padding: 12px 9px;
    border-right: 0;
    border-bottom: 1px solid var(--fgc-line);
  }

  .fgc-stat:nth-child(odd) {
    border-right: 1px solid var(--fgc-line);
  }

  .fgc-stat:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .fgc-stat__icon {
    width: 32px;
    height: 32px;
  }

  .fgc-stat__icon svg {
    width: 17px;
    height: 17px;
  }

  .fgc-stat strong {
    font-size: 17px;
  }

  .fgc-stat small {
    margin-top: 3px;
    font-size: 8.5px;
    line-height: 1.3;
  }

  .fgc-section {
    padding: 72px 0;
  }

  .fgc-section-heading {
    margin-bottom: 30px;
  }

  .fgc-section-heading h2,
  .fgc-about__content h2,
  .fgc-contact h2 {
    font-size: clamp(34px,10vw,41px);
    line-height: 1.12;
  }

  .fgc-about__grid {
    gap: 46px;
  }

  .fgc-about__content p {
    font-size: 14.5px;
    line-height: 1.72;
  }

  .fgc-benefits {
    gap: 10px;
  }

  .fgc-benefits span {
    min-height: 50px;
    padding: 11px 12px;
    border: 1px solid rgba(5,80,137,.09);
    border-radius: 12px;
    background: #f8fbfd;
    font-size: 12px;
  }

  .fgc-about__image-wrap {
    border-radius: 20px;
  }

  .fgc-about__image-wrap img {
    aspect-ratio: 4/3;
    border-radius: 20px;
  }

  .fgc-about__badge {
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-width: 0;
    max-width: none;
    padding: 14px 16px;
    border-radius: 15px;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(12px);
  }

  .fgc-dot-grid {
    display: none;
  }

  .fgc-about__content > .fgc-button {
    width: 100%;
  }

  .fgc-services {
    padding: 68px 0 76px;
  }

  .fgc-services__grid {
    gap: 12px;
  }

  .fgc-service-card {
    grid-template-columns: 48px minmax(0,1fr);
    gap: 15px;
    padding: 21px 18px;
    border-radius: 17px;
    box-shadow: 0 10px 28px rgba(0,47,82,.055);
  }

  .fgc-service-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .fgc-service-card h3 {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.28;
  }

  .fgc-service-card p {
    margin-bottom: 12px;
    font-size: 12.5px;
    line-height: 1.62;
  }

  .fgc-text-link {
    font-size: 12px;
  }

  .fgc-clients {
    padding: 68px 0 76px;
  }

  .fgc-client-carousel__viewport {
    margin-inline: -14px;
    padding-inline: 14px;
    scroll-padding-inline: 14px;
  }

  .fgc-client-carousel__track {
    grid-auto-columns: 84%;
    gap: 12px;
  }

  .fgc-client-card {
    min-height: 112px;
    padding: 18px;
    border-radius: 14px;
  }

  .fgc-client-card img {
    max-width: 165px;
    max-height: 66px;
  }

  .fgc-client-card strong {
    font-size: 19px;
  }

  .fgc-contact__details {
    padding: 68px 0 42px;
  }

  .fgc-contact-list {
    gap: 12px;
    margin-bottom: 26px;
  }

  .fgc-contact-list li {
    grid-template-columns: 42px minmax(0,1fr);
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(5,80,137,.09);
    border-radius: 14px;
    background: #f8fbfd;
    font-size: 13px;
  }

  .fgc-contact-list li > span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 9px;
    border-radius: 12px;
    background: rgba(5,80,137,.08);
  }

  .fgc-contact__details > .fgc-button {
    width: 100%;
  }

  .fgc-map {
    min-height: 360px;
    margin: 0 0 14px;
    border-radius: 20px;
  }

  .fgc-map iframe {
    min-height: 360px;
  }

  .fgc-map__card {
    top: 16px;
    right: 16px;
    left: 16px;
    max-width: none;
    padding: 15px 17px;
    border-radius: 13px;
  }

  .fgc-map__pin {
    right: 24%;
    top: 52%;
    width: 38px;
    height: 38px;
  }

  .fgc-footer {
    padding: 64px 0 24px;
  }

  .fgc-footer__grid {
    gap: 0;
  }

  .fgc-footer__brand,
  .fgc-footer__column {
    padding: 26px 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .fgc-footer__brand {
    padding-top: 0;
  }

  .fgc-footer__column:last-child {
    border-bottom: 0;
  }

  .fgc-footer h3 {
    margin: 0 0 16px;
    font-size: 12px;
  }

  .fgc-footer .fgc-footer-menu,
  .fgc-footer .fgc-menu {
    gap: 7px !important;
  }

  .fgc-footer .fgc-footer-menu a,
  .fgc-footer .fgc-menu a {
    min-height: 34px;
    align-items: center;
    font-size: 13.5px;
  }

  .fgc-footer__bottom {
    margin-top: 18px;
    padding-top: 20px;
    align-items: center;
  }

  .fgc-footer__bottom p {
    max-width: calc(100% - 60px);
    font-size: 11px;
    line-height: 1.55;
  }

  .fgc-back-top {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
  }

  /* About page */
  .fgc-about-hero {
    padding-top: calc(var(--fgc-header-h) + 38px);
  }

  .fgc-about-hero__grid {
    gap: 34px;
    padding-bottom: 34px;
  }

  .fgc-about-hero h1 {
    font-size: clamp(38px,11vw,49px);
  }

  .fgc-about-hero__visual img {
    min-height: 285px;
    aspect-ratio: 4/3;
    border-radius: 20px;
  }

  .fgc-about-hero__visual::before,
  .fgc-about-hero__line {
    display: none;
  }

  .fgc-about-hero__stats {
    margin: -14px 10px 0;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(0,47,82,.13);
  }

  .fgc-about-hero__stat {
    min-height: 90px;
    padding: 17px 12px;
  }

  .fgc-about-story {
    padding: 92px 0 70px;
  }

  .fgc-about-story__copy > p {
    font-size: 14.5px;
  }

  .fgc-about-story__copy .fgc-about-story__lead {
    font-size: 19px;
    line-height: 1.5;
  }

  .fgc-about-story__visual,
  .fgc-about-story__visual img {
    min-height: 350px;
  }

  .fgc-about-story__quote {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 17px;
    border-radius: 16px;
  }

  .fgc-about-story__quote strong {
    font-size: 20px;
  }

  .fgc-about-values__grid {
    gap: 12px;
  }

  .fgc-about-value-card {
    padding: 25px 22px;
    border-radius: 18px;
  }

  .fgc-about-timeline__item {
    padding: 0 0 34px 42px;
  }

  .fgc-about-timeline__items::before {
    left: 14px;
  }

  .fgc-about-timeline__dot {
    left: 3px;
  }

  .fgc-about-cta__panel {
    padding: 32px 21px 35px;
  }

  .fgc-about-cta__points > span {
    align-items: flex-start;
  }

  /* Services listing and details */
  .fgc-service-hero {
    padding: calc(var(--fgc-header-h) + 36px) 0 58px;
  }

  .fgc-service-hero__grid {
    gap: 34px;
  }

  .fgc-service-hero h1 {
    font-size: clamp(37px,11vw,48px);
  }

  .fgc-service-hero__panel {
    padding: 27px 21px;
    border-radius: 20px;
  }

  .fgc-service-hero__points > span {
    gap: 11px;
    min-height: 50px;
    font-size: 12.5px;
  }

  .fgc-service-detail,
  .fgc-service-process {
    padding-block: 68px 74px;
  }

  .fgc-service-detail__heading h2,
  .fgc-service-process__intro h2 {
    font-size: 34px;
  }

  .fgc-service-detail__offer {
    grid-template-columns: 42px minmax(0,1fr);
    gap: 14px;
    padding: 21px 17px;
    border-radius: 16px;
  }

  .fgc-service-detail__offer > span {
    width: 40px;
    height: 40px;
  }

  .fgc-service-detail__offer h3 {
    font-size: 17px;
  }

  .fgc-service-detail__outcome,
  .fgc-service-detail__audience {
    padding: 27px 22px;
    border-radius: 18px;
  }

  .fgc-service-process__step {
    padding: 24px 21px;
    border-radius: 17px;
  }

  .fgc-service-process__step strong {
    margin-bottom: 26px;
  }

  /* Contact page */
  .fgc-contact-page {
    padding: 68px 0 76px;
  }

  .fgc-contact-page__intro h2 {
    font-size: 35px;
  }

  .fgc-contact-office {
    padding: 27px 21px;
    border-radius: 18px;
  }

  .fgc-contact-office__icon {
    margin-bottom: 28px;
  }

  .fgc-contact-page__panel {
    padding: 29px 21px;
    border-radius: 18px;
  }

  .fgc-contact-method {
    grid-template-columns: 46px minmax(0,1fr);
    gap: 12px;
  }

  .fgc-contact-method > span {
    width: 44px;
    height: 44px;
  }

  /* Career page and form */
  .fgc-career {
    padding: 68px 0 76px;
  }

  .fgc-career__layout {
    gap: 36px;
  }

  .fgc-career h2 {
    font-size: 35px;
  }

  .fgc-career__description {
    margin: 20px 0 28px;
  }

  .fgc-career-benefit {
    grid-template-columns: 42px minmax(0,1fr);
    gap: 14px;
    padding: 18px;
    border-radius: 16px;
  }

  .fgc-career-benefit > span {
    width: 41px;
    height: 41px;
  }

  .fgc-career-form-card {
    padding: 25px 17px;
    border-radius: 19px;
    box-shadow: 0 18px 46px rgba(0,47,82,.1);
  }

  .fgc-career-form-card__head {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .fgc-career-form-card__head > span {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .fgc-career-form-card__head h3 {
    font-size: 22px;
    line-height: 1.25;
  }

  .fgc-field input:not([type="file"]),
  .fgc-field select {
    height: 52px;
  }

  .fgc-file-field__surface {
    min-height: 112px;
    padding: 20px 65px 20px 18px;
  }

  .fgc-file-field__surface i {
    right: 16px;
    width: 42px;
    height: 42px;
  }

  .fgc-consent {
    font-size: 11px;
  }
}

@media (max-width: 430px) {
  .fgc-header__brand .custom-logo {
    max-width: min(138px,40vw);
  }

  .fgc-benefits {
    grid-template-columns: 1fr;
  }

  .fgc-hero {
    min-height: 1060px;
  }

  .fgc-hero__layout {
    padding-bottom: 610px;
  }

  .fgc-hero__media,
  .fgc-hero__veil {
    bottom: 254px;
    height: 300px;
  }

  .fgc-stat {
    grid-template-columns: 30px minmax(0,1fr);
    gap: 8px;
    padding-inline: 7px;
  }

  .fgc-stat strong {
    font-size: 16px;
  }

  .fgc-stat small {
    font-size: 8px;
  }

  .fgc-client-carousel__track {
    grid-auto-columns: 88%;
  }
}

@media (max-width: 360px) {
  .fgc-header__inner {
    width: calc(100% - 16px);
    grid-template-columns: minmax(0,1fr) 40px 48px;
    gap: 5px;
  }

  .fgc-header__brand .custom-logo {
    max-width: 124px;
  }

  .fgc-menu-toggle,
  .fgc-language__current {
    height: 40px;
  }

  .fgc-hero h1,
  .fgc-about-hero h1,
  .fgc-service-hero h1 {
    font-size: 36px;
  }

  .fgc-stat {
    min-height: 76px;
  }
}

/* =========================================================
   v1.0.15 — contact form and mobile footer UI fix
   ========================================================= */
.fgc-contact-page__actions--single {
  grid-template-columns: 1fr;
}

.fgc-contact-form-block {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px,.68fr) minmax(0,1.32fr);
  gap: 58px;
  align-items: start;
  margin-top: 74px;
  padding: 58px;
  overflow: hidden;
  border: 1px solid rgba(5,80,137,.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0 100%, rgba(5,80,137,.08), transparent 32%),
    linear-gradient(135deg,#f7fbfe,#fff 58%);
  box-shadow: 0 28px 78px rgba(0,47,82,.09);
}

.fgc-contact-form-block::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -35px;
  width: 190px;
  height: 170px;
  opacity: .1;
  pointer-events: none;
  background-image: radial-gradient(circle,var(--fgc-primary) 1.2px,transparent 1.4px);
  background-size: 13px 13px;
  mask-image: linear-gradient(135deg,#000,transparent 85%);
}

.fgc-contact-form-block__intro {
  position: sticky;
  top: calc(var(--fgc-header-h) + 30px);
  z-index: 1;
}

.fgc-contact-form-block__intro h2 {
  margin: 15px 0 20px;
  color: var(--fgc-ink);
  font-family: var(--fgc-heading);
  font-size: clamp(38px,4vw,58px);
  line-height: 1.08;
  letter-spacing: -.048em;
}

.fgc-contact-form-block__intro > p:last-of-type {
  max-width: 480px;
  margin: 0;
  color: var(--fgc-muted);
  font-size: 15.5px;
  line-height: 1.8;
}

.fgc-contact-form-block__trust {
  display: flex;
  gap: 11px;
  margin-top: 30px;
}

.fgc-contact-form-block__trust span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(5,80,137,.12);
  border-radius: 14px;
  color: var(--fgc-primary);
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,47,82,.065);
}

.fgc-contact-form-block__trust svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fgc-contact-form-card {
  position: relative;
  z-index: 1;
  padding: 40px;
  border: 1px solid rgba(5,80,137,.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(0,47,82,.1);
}

.fgc-contact-form-card__head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 28px;
}

.fgc-contact-form-card__head > span {
  display: grid;
  place-items: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg,#0872bb,var(--fgc-primary));
  box-shadow: 0 13px 28px rgba(5,80,137,.2);
}

.fgc-contact-form-card__head svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fgc-contact-form-card__head h3 {
  margin: 0;
  color: var(--fgc-ink);
  font-family: var(--fgc-heading);
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.fgc-contact-enquiry-form {
  position: relative;
}

.fgc-contact-form__submit {
  width: 100%;
  min-height: 58px;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}

.fgc-contact-method strong {
  cursor: text;
}

@media (max-width: 1020px) {
  .fgc-contact-form-block {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 46px;
  }

  .fgc-contact-form-block__intro {
    position: static;
  }

  .fgc-contact-form-block__intro > p:last-of-type {
    max-width: 720px;
  }
}

@media (max-width: 680px) {
  .fgc-contact-page {
    padding-bottom: 72px;
  }

  .fgc-contact-page__panel {
    padding: 28px 20px;
  }

  .fgc-contact-page__actions--single {
    margin-top: 26px;
  }

  .fgc-contact-form-block {
    margin-top: 42px;
    padding: 28px 18px 18px;
    gap: 27px;
    border-radius: 22px;
  }

  .fgc-contact-form-block::after {
    display: none;
  }

  .fgc-contact-form-block__intro h2 {
    margin: 12px 0 15px;
    font-size: 36px;
  }

  .fgc-contact-form-block__intro > p:last-of-type {
    font-size: 14px;
    line-height: 1.72;
  }

  .fgc-contact-form-block__trust {
    margin-top: 22px;
  }

  .fgc-contact-form-block__trust span {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .fgc-contact-form-card {
    padding: 24px 16px;
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(0,47,82,.09);
  }

  .fgc-contact-form-card__head {
    align-items: flex-start;
    margin-bottom: 22px;
  }

  .fgc-contact-form-card__head > span {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .fgc-contact-form-card__head h3 {
    font-size: 22px;
  }

  .fgc-contact-enquiry-form .fgc-form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .fgc-contact-enquiry-form .fgc-field--full {
    grid-column: auto;
  }

  .fgc-contact-enquiry-form .fgc-field input:not([type="file"]),
  .fgc-contact-enquiry-form .fgc-field select {
    height: 52px;
  }

  .fgc-contact-enquiry-form .fgc-field textarea {
    min-height: 135px;
  }

  /* Keep footer contact rows compact and readable. The homepage contact
     card styling must never leak into the footer on mobile. */
  .fgc-footer .fgc-contact-list--footer {
    gap: 14px;
    margin: 0;
  }

  .fgc-footer .fgc-contact-list--footer li {
    display: grid;
    grid-template-columns: 36px minmax(0,1fr);
    gap: 12px;
    align-items: start;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: rgba(255,255,255,.88);
    background: transparent;
    font-size: 13px;
    line-height: 1.55;
  }

  .fgc-footer .fgc-contact-list--footer li > span {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 11px;
    color: #fff;
    background: rgba(255,255,255,.08);
  }

  .fgc-footer .fgc-contact-list--footer li > span svg {
    width: 20px;
    height: 20px;
  }

  .fgc-footer .fgc-contact-list--footer p,
  .fgc-footer .fgc-contact-list--footer a {
    margin: 3px 0 0;
    color: rgba(255,255,255,.88);
    overflow-wrap: anywhere;
  }

  .fgc-footer__brand,
  .fgc-footer__column {
    padding-block: 23px;
  }

  .fgc-footer__bottom {
    margin-top: 8px;
  }
}

@media (max-width: 380px) {
  .fgc-contact-form-block {
    padding-inline: 14px;
  }

  .fgc-contact-form-card {
    padding-inline: 14px;
  }
}

.fgc-contact-form__submit.is-sending,
.fgc-career-form__submit.is-sending {
  opacity: .72;
  cursor: wait;
}

/* =========================================================
   v1.0.19 — multilingual editable hero slider
   ========================================================= */
.fgc-hero--slider {
  display: block;
  min-height: 780px;
  padding-top: 0;
  isolation: isolate;
}

.fgc-hero-slider__slides {
  display: grid;
  min-height: inherit;
}

.fgc-hero-slide {
  position: relative;
  grid-area: 1 / 1;
  min-width: 0;
  min-height: inherit;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .72s ease, visibility .72s ease;
}

.fgc-hero-slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fgc-hero--slider .fgc-hero__layout {
  min-height: inherit;
  grid-template-columns: minmax(0,1fr);
  padding-top: calc(var(--fgc-header-h) + 92px);
  padding-bottom: 100px;
}

.fgc-hero--slider .fgc-hero__content {
  max-width: 850px;
  animation: none;
}

.fgc-hero--slider .fgc-hero__media {
  inset: var(--fgc-header-h) 0 0 43%;
  opacity: .82;
  transform: translate3d(var(--pointer-x,0),var(--pointer-y,0),0) scale(1.055);
  transition: transform 6.8s cubic-bezier(.2,.7,.2,1), opacity .7s ease;
}

.fgc-hero-slide.is-active .fgc-hero__media {
  opacity: 1;
  transform: translate3d(var(--pointer-x,0),var(--pointer-y,0),0) scale(1.025);
}

.fgc-hero--slider .fgc-hero__veil {
  inset: var(--fgc-header-h) 0 0;
  background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.995) 31%,rgba(255,255,255,.84) 51%,rgba(255,255,255,.18) 73%,rgba(255,255,255,.03) 100%);
}

.fgc-hero-slide .fgc-kicker,
.fgc-hero-slide h1,
.fgc-hero-slide .fgc-hero__description,
.fgc-hero-slide .fgc-hero__buttons {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .65s cubic-bezier(.2,.72,.2,1);
}

.fgc-hero-slide.is-active .fgc-kicker,
.fgc-hero-slide.is-active h1,
.fgc-hero-slide.is-active .fgc-hero__description,
.fgc-hero-slide.is-active .fgc-hero__buttons {
  opacity: 1;
  transform: translateY(0);
}

.fgc-hero-slide.is-active h1 { transition-delay: .07s; }
.fgc-hero-slide.is-active .fgc-hero__description { transition-delay: .14s; }
.fgc-hero-slide.is-active .fgc-hero__buttons { transition-delay: .21s; }

.fgc-hero-slider__nav {
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 34px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
  pointer-events: none;
}

.fgc-hero-slider__nav > * { pointer-events: auto; }

.fgc-hero-slider__arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(5,80,137,.16);
  border-radius: 50%;
  color: var(--fgc-primary);
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 32px rgba(0,47,82,.11);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: transform .22s ease, color .22s ease, background .22s ease, border-color .22s ease;
}

.fgc-hero-slider__arrow:hover,
.fgc-hero-slider__arrow:focus-visible {
  color: #fff;
  background: var(--fgc-primary);
  border-color: var(--fgc-primary);
  transform: translateY(-2px);
}

.fgc-hero-slider__arrow svg { width: 18px; height: 18px; }

.fgc-hero-slider__dots {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border: 1px solid rgba(5,80,137,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 32px rgba(0,47,82,.09);
  backdrop-filter: blur(12px);
}

.fgc-hero-slider__dot {
  width: 28px;
  height: 26px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.fgc-hero-slider__dot span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #a9bdcb;
  transition: width .28s ease, background .28s ease;
}

.fgc-hero-slider__dot.is-active span {
  width: 22px;
  background: var(--fgc-primary);
}

@media (min-width: 681px) and (max-width: 1020px) {
  .fgc-hero--slider {
    min-height: 850px;
  }

  .fgc-hero--slider .fgc-hero__layout {
    display: block;
    min-height: inherit;
    padding-top: calc(var(--fgc-header-h) + 64px);
    padding-bottom: 405px;
  }

  .fgc-hero--slider .fgc-hero__content {
    max-width: 760px;
  }

  .fgc-hero--slider .fgc-hero__media {
    inset: auto 24px 40px;
    height: 330px;
    border-radius: 26px;
    background-position: center 40%;
    box-shadow: 0 24px 58px rgba(0,47,82,.14);
    transform: none !important;
  }

  .fgc-hero--slider .fgc-hero__veil {
    inset: auto 24px 40px;
    height: 330px;
    border-radius: 26px;
    background: linear-gradient(90deg,rgba(255,255,255,.58),rgba(255,255,255,.04) 56%);
  }

  .fgc-hero-slider__nav {
    bottom: 54px;
    padding-right: 18px;
  }
}

@media (max-width: 680px) {
  .fgc-hero--slider {
    min-height: 880px;
    background: linear-gradient(180deg,#fff 0%,#f6fafc 100%);
  }

  .fgc-hero--slider .fgc-hero__layout {
    display: block;
    min-height: inherit;
    padding-top: calc(var(--fgc-header-h) + 42px);
    padding-bottom: 380px;
  }

  .fgc-hero--slider .fgc-hero h1 {
    font-size: clamp(37px,11.2vw,49px);
  }

  .fgc-hero--slider .fgc-hero__description {
    margin: 18px 0 23px;
    font-size: 14.5px;
    line-height: 1.68;
  }

  .fgc-hero--slider .fgc-hero__buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fgc-hero--slider .fgc-hero__buttons .fgc-button {
    width: 100%;
    min-height: 50px;
  }

  .fgc-hero--slider .fgc-hero__media {
    inset: auto 14px 50px;
    height: 292px;
    border-radius: 22px;
    background-position: 62% center;
    box-shadow: 0 20px 46px rgba(0,47,82,.13);
    transform: none !important;
  }

  .fgc-hero--slider .fgc-hero__veil {
    inset: auto 14px 50px;
    height: 292px;
    border-radius: 22px;
    background: linear-gradient(180deg,rgba(255,255,255,.04),rgba(0,43,73,.07));
  }

  .fgc-hero-slider__nav {
    bottom: 66px;
    justify-content: center;
    gap: 7px;
  }

  .fgc-hero-slider__arrow {
    width: 38px;
    height: 38px;
  }

  .fgc-hero-slider__dots {
    min-height: 38px;
    padding-inline: 9px;
  }

  .fgc-hero-slider__dot {
    width: 24px;
    height: 24px;
  }

}

@media (max-width: 430px) {
  .fgc-hero--slider {
    min-height: 900px;
  }

  .fgc-hero--slider .fgc-hero__layout {
    padding-bottom: 392px;
  }

  .fgc-hero--slider .fgc-hero__media,
  .fgc-hero--slider .fgc-hero__veil {
    bottom: 54px;
    height: 296px;
  }

  .fgc-hero-slider__nav {
    bottom: 70px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fgc-hero-slide,
  .fgc-hero-slide .fgc-kicker,
  .fgc-hero-slide h1,
  .fgc-hero-slide .fgc-hero__description,
  .fgc-hero-slide .fgc-hero__buttons,
  .fgc-hero--slider .fgc-hero__media {
    transition: none !important;
    transform: none !important;
  }
}

/* v1.0.21 — featured services CTA */
.fgc-services__all{display:flex;justify-content:center;margin-top:42px}
.fgc-services__all .fgc-button{min-width:210px;justify-content:center}
@media (max-width:767px){.fgc-services__all{margin-top:26px}.fgc-services__all .fgc-button{width:100%;min-width:0}}

/* v1.0.22 — expanded About profile content */
.fgc-about-profile { padding: 104px 0 112px; background: #fff; overflow: hidden; }
.fgc-about-profile__duo { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; margin-bottom:112px; }
.fgc-about-profile__statement { position:relative; min-height:420px; padding:52px 52px 48px; border:1px solid #dbe7f0; border-radius:28px; overflow:hidden; }
.fgc-about-profile__statement::after { content:""; position:absolute; right:-90px; bottom:-130px; width:330px; height:330px; border-radius:50%; background:radial-gradient(circle,rgba(5,80,137,.12),rgba(5,80,137,0) 70%); pointer-events:none; }
.fgc-about-profile__statement--mission { background:linear-gradient(145deg,#f7fbff 0%,#fff 72%); }
.fgc-about-profile__statement--vision { color:#fff; border-color:#0b5c96; background:linear-gradient(145deg,#064b7c 0%,#0b6099 100%); }
.fgc-about-profile__number { display:inline-flex; align-items:center; justify-content:center; width:52px; height:52px; margin-bottom:34px; border-radius:16px; background:#e8f3fa; color:#055089; font-weight:800; }
.fgc-about-profile__statement--vision .fgc-about-profile__number { background:rgba(255,255,255,.13); color:#fff; }
.fgc-about-profile__statement h2 { margin:0 0 24px; font-size:46px; line-height:1.04; letter-spacing:-.035em; }
.fgc-about-profile__richtext p { margin:0 0 18px; font-size:17px; line-height:1.82; color:#566a7b; }
.fgc-about-profile__richtext p:last-child { margin-bottom:0; }
.fgc-about-profile__statement--vision .fgc-about-profile__richtext p { color:rgba(255,255,255,.84); }
.fgc-about-profile__values { margin-bottom:112px; }
.fgc-about-profile__values .fgc-section-heading { max-width:760px; margin-bottom:46px; }
.fgc-about-profile__values-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.fgc-about-profile__value { position:relative; min-height:270px; padding:30px 28px 28px; border:1px solid #dfe9f1; border-radius:22px; background:#fff; box-shadow:0 14px 34px rgba(22,55,80,.055); transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease; overflow:hidden; }
.fgc-about-profile__value:hover { transform:translateY(-5px); border-color:#bed8ea; box-shadow:0 22px 48px rgba(22,55,80,.10); }
.fgc-about-profile__value-icon { display:flex; align-items:center; justify-content:center; width:50px; height:50px; margin-bottom:26px; border-radius:15px; background:#edf6fc; color:#055089; }
.fgc-about-profile__value-icon svg { width:24px; height:24px; }
.fgc-about-profile__value h3 { margin:0 0 13px; font-size:20px; line-height:1.25; }
.fgc-about-profile__value p { margin:0; color:#657888; font-size:14px; line-height:1.72; }
.fgc-about-profile__feature { display:grid; grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr); gap:92px; padding:76px 0; border-top:1px solid #e1eaf1; }
.fgc-about-profile__feature-heading h2,.fgc-about-profile__industries h2,.fgc-about-profile__cert h2 { margin:12px 0 0; font-size:46px; line-height:1.08; letter-spacing:-.035em; }
.fgc-about-profile__feature-copy { align-self:center; }
.fgc-about-profile__industries { margin:36px 0 96px; padding:72px; border-radius:30px; background:#f4f9fc; }
.fgc-about-profile__industries-heading { display:grid; grid-template-columns:.75fr 1.25fr; column-gap:70px; align-items:end; }
.fgc-about-profile__industries-heading .fgc-kicker { grid-column:1/-1; }
.fgc-about-profile__industries-heading > p:last-child { margin:0; color:#657888; font-size:16px; line-height:1.75; }
.fgc-about-profile__industry-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:42px; }
.fgc-about-profile__industry { display:flex; align-items:center; min-height:62px; padding:14px 18px; border:1px solid #d8e7f1; border-radius:15px; background:#fff; color:#203848; font-weight:650; font-size:14px; }
.fgc-about-profile__industry span { width:8px; height:8px; margin-right:12px; border-radius:50%; background:#0870b7; box-shadow:0 0 0 5px rgba(8,112,183,.09); flex:0 0 auto; }
.fgc-about-profile__industries-outro { max-width:980px; margin:34px 0 0; color:#596e7e; font-size:16px; line-height:1.8; }
.fgc-about-profile__cert { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:84px; align-items:center; padding:58px 62px; border-radius:28px; color:#fff; background:linear-gradient(135deg,#053f6a,#075d98); box-shadow:0 24px 60px rgba(5,80,137,.18); }
.fgc-about-profile__cert .fgc-kicker { color:#9fd5f5; }
.fgc-about-profile__cert h2 { color:#fff; }
.fgc-about-profile__cert .fgc-about-profile__richtext p { color:rgba(255,255,255,.82); }
.fgc-elementor-page .elementor-widget-fgc-about-profile,
.fgc-elementor-page .elementor-widget-fgc-about-profile > .elementor-widget-container { margin:0 !important; padding:0 !important; }

@media (max-width:1100px) {
  .fgc-about-profile__values-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .fgc-about-profile__feature,.fgc-about-profile__cert { gap:48px; }
  .fgc-about-profile__industries { padding:54px 42px; }
  .fgc-about-profile__industry-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:767px) {
  .fgc-about-profile { padding:72px 0 82px; }
  .fgc-about-profile__duo { grid-template-columns:1fr; gap:16px; margin-bottom:76px; }
  .fgc-about-profile__statement { min-height:auto; padding:34px 26px 32px; border-radius:22px; }
  .fgc-about-profile__statement h2,.fgc-about-profile__feature-heading h2,.fgc-about-profile__industries h2,.fgc-about-profile__cert h2 { font-size:34px; }
  .fgc-about-profile__richtext p { font-size:15px; line-height:1.72; }
  .fgc-about-profile__values { margin-bottom:72px; }
  .fgc-about-profile__values-grid { grid-template-columns:1fr; }
  .fgc-about-profile__value { min-height:auto; }
  .fgc-about-profile__feature { grid-template-columns:1fr; gap:24px; padding:54px 0; }
  .fgc-about-profile__industries { margin:20px 0 72px; padding:34px 22px; border-radius:22px; }
  .fgc-about-profile__industries-heading { grid-template-columns:1fr; gap:18px; }
  .fgc-about-profile__industries-heading .fgc-kicker { grid-column:auto; }
  .fgc-about-profile__industry-grid { grid-template-columns:1fr; margin-top:30px; }
  .fgc-about-profile__cert { grid-template-columns:1fr; gap:24px; padding:38px 26px; border-radius:22px; }
}

/* =========================================================
   Career page editorial system — v1.0.26
   ========================================================= */
.fgc-career-overview {
  position: relative;
  overflow: hidden;
  padding: 112px 0 88px;
  background: #fff;
}
.fgc-career-overview::before {
  content: "";
  position: absolute;
  right: -110px;
  top: 120px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(5,80,137,.08);
  border-radius: 50%;
  box-shadow: inset 0 0 0 48px rgba(5,80,137,.025), inset 0 0 0 96px rgba(5,80,137,.018);
  pointer-events: none;
}
.fgc-career-overview__intro {
  max-width: 920px;
  margin: 0 auto 92px;
  text-align: center;
}
.fgc-career-overview__intro .fgc-kicker { justify-content: center; }
.fgc-career-overview__intro .fgc-career-overview__title,
.fgc-career-overview h2,
.fgc-career-overview h3 {
  font-family: Manrope, Inter, sans-serif;
}
.fgc-career-overview__intro .fgc-career-overview__title {
  margin: 0;
  color: var(--fgc-ink);
  font-size: clamp(44px,5vw,72px);
  line-height: 1.04;
  letter-spacing: -.055em;
}
.fgc-career-overview__intro > p:last-child {
  max-width: 760px;
  margin: 26px auto 0;
  color: var(--fgc-muted);
  font-size: 17px;
  line-height: 1.85;
}
.fgc-career-overview__section { margin-bottom: 92px; }
.fgc-career-overview__section > .fgc-kicker,
.fgc-career-vacancies > .fgc-kicker { justify-content: center; }
.fgc-career-overview__section > h2,
.fgc-career-vacancies > h2 {
  max-width: 850px;
  margin: 0 auto;
  color: var(--fgc-ink);
  text-align: center;
  font-size: clamp(36px,4vw,54px);
  line-height: 1.08;
  letter-spacing: -.05em;
}
.fgc-career-overview__description {
  max-width: 800px;
  margin: 20px auto 42px;
  color: var(--fgc-muted);
  text-align: center;
  font-size: 15.5px;
  line-height: 1.8;
}
.fgc-career-overview__grid {
  display: grid;
  gap: 20px;
}
.fgc-career-overview__grid--4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.fgc-career-overview-card {
  --spot-x: 50%;
  --spot-y: 50%;
  min-height: 270px;
  padding: 30px;
  border: 1px solid rgba(5,80,137,.11);
  border-radius: 22px;
  background:
    radial-gradient(260px circle at var(--spot-x) var(--spot-y),rgba(5,80,137,.08),transparent 52%),
    #fff;
  box-shadow: 0 18px 44px rgba(3,57,95,.055);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.fgc-career-overview-card:hover {
  transform: translateY(-7px);
  border-color: rgba(5,80,137,.22);
  box-shadow: 0 26px 58px rgba(3,57,95,.1);
}
.fgc-career-overview-card__icon,
.fgc-career-privacy__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: var(--fgc-primary);
  background: var(--fgc-primary-soft);
}
.fgc-career-overview-card__icon svg,
.fgc-career-privacy__icon svg { width: 23px; height: 23px; }
.fgc-career-overview-card h3 {
  margin: 25px 0 10px;
  color: var(--fgc-ink);
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.03em;
}
.fgc-career-overview-card p {
  margin: 0;
  color: var(--fgc-muted);
  font-size: 13.5px;
  line-height: 1.72;
}

.fgc-career-overview__culture {
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
  gap: 70px;
  align-items: start;
  margin-bottom: 92px;
  padding: 64px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 10%,rgba(255,255,255,.12),transparent 22%),
    linear-gradient(135deg,var(--fgc-primary-deep),var(--fgc-primary));
  color: #fff;
  box-shadow: 0 28px 72px rgba(0,52,90,.18);
}
.fgc-career-overview__culture .fgc-kicker { color: #bfe2fa; }
.fgc-career-overview__culture h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px,4vw,56px);
  line-height: 1.08;
  letter-spacing: -.05em;
}
.fgc-career-overview__culture .fgc-career-overview__description {
  margin: 22px 0 0;
  color: rgba(255,255,255,.76);
  text-align: left;
}
.fgc-career-values { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fgc-career-values article {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 17px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(10px);
}
.fgc-career-values article > span {
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: #9ed8ff;
  box-shadow: 0 0 0 5px rgba(158,216,255,.09);
}
.fgc-career-values h3 { margin: 0 0 6px; color: #fff; font-size: 16px; }
.fgc-career-values p { margin: 0; color: rgba(255,255,255,.7); font-size: 12.5px; line-height: 1.6; }

.fgc-career-overview__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 92px;
}
.fgc-career-overview__panel {
  padding: 48px;
  border: 1px solid rgba(5,80,137,.11);
  border-radius: 28px;
  background: linear-gradient(180deg,#fff,#f7fbfe);
  box-shadow: 0 20px 52px rgba(3,57,95,.065);
}
.fgc-career-overview__panel .fgc-career-overview__description { margin: 18px 0 30px; text-align: left; }
.fgc-career-overview__panel h2 {
  margin: 0;
  color: var(--fgc-ink);
  font-size: clamp(34px,3.2vw,46px);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.fgc-career-simple-list { display: grid; gap: 1px; border-top: 1px solid var(--fgc-line); }
.fgc-career-simple-list article { padding: 22px 0; border-bottom: 1px solid var(--fgc-line); }
.fgc-career-simple-list h3 { margin: 0 0 7px; color: var(--fgc-ink); font-size: 17px; }
.fgc-career-simple-list p { margin: 0; color: var(--fgc-muted); font-size: 13px; line-height: 1.65; }
.fgc-career-overview__panel--blue {
  border-color: transparent;
  background: linear-gradient(145deg,#074d7f,#003b65);
  color: #fff;
}
.fgc-career-overview__panel--blue .fgc-kicker { color: #b8dcf4; }
.fgc-career-overview__panel--blue h2 { color: #fff; }
.fgc-career-overview__panel--blue .fgc-career-overview__description { color: rgba(255,255,255,.72); }
.fgc-career-growth { list-style: none; margin: 0; padding: 0; }
.fgc-career-growth li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.13); }
.fgc-career-growth li > span { color: #9ed8ff; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.fgc-career-growth h3 { margin: 0 0 6px; color: #fff; font-size: 17px; }
.fgc-career-growth p { margin: 0; color: rgba(255,255,255,.68); font-size: 12.8px; line-height: 1.62; }

.fgc-career-vacancies {
  margin-bottom: 32px;
  padding: 66px 56px;
  border: 1px solid rgba(5,80,137,.1);
  border-radius: 30px;
  background: #f7fbfe;
}
.fgc-career-vacancies__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 38px; }
.fgc-career-vacancy-card { padding: 28px; border: 1px solid rgba(5,80,137,.12); border-radius: 20px; background: #fff; }
.fgc-career-vacancy-card__meta { margin: 0 0 12px !important; color: var(--fgc-primary) !important; font-size: 11px !important; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.fgc-career-vacancy-card h3 { margin: 0 0 10px; color: var(--fgc-ink); font-size: 21px; }
.fgc-career-vacancy-card p { margin: 0 0 18px; color: var(--fgc-muted); font-size: 13px; line-height: 1.65; }
.fgc-text-link { color: var(--fgc-primary); font-size: 12.5px; font-weight: 800; }
.fgc-career-vacancies__empty {
  max-width: 820px;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 20px;
  align-items: center;
  margin: 38px auto 0;
  padding: 24px 28px;
  border: 1px dashed rgba(5,80,137,.24);
  border-radius: 18px;
  background: #fff;
}
.fgc-career-vacancies__empty > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--fgc-primary); background: var(--fgc-primary-soft); }
.fgc-career-vacancies__empty > span svg { width: 22px; height: 22px; }
.fgc-career-vacancies__empty p { margin: 0; color: var(--fgc-muted); font-size: 13.5px; line-height: 1.65; }

.fgc-career-internship {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  margin-bottom: 32px;
  padding: 48px 56px;
  border-radius: 28px;
  background: linear-gradient(130deg,#edf7fd,#fff 72%);
  border: 1px solid rgba(5,80,137,.1);
}
.fgc-career-internship h2 { margin: 0; color: var(--fgc-ink); font-size: clamp(32px,3vw,46px); line-height: 1.08; letter-spacing: -.045em; }
.fgc-career-internship p:not(.fgc-kicker) { max-width: 800px; margin: 18px 0 0; color: var(--fgc-muted); font-size: 14px; line-height: 1.75; }

.fgc-career-privacy {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  align-items: start;
  padding: 34px 38px;
  border-radius: 22px;
  border: 1px solid rgba(5,80,137,.12);
  background: #fff;
  box-shadow: 0 18px 48px rgba(3,57,95,.055);
}
.fgc-career-privacy h2 { margin: 0; color: var(--fgc-ink); font-size: 24px; letter-spacing: -.035em; }
.fgc-career-privacy p:not(.fgc-kicker) { margin: 12px 0 0; color: var(--fgc-muted); font-size: 13.5px; line-height: 1.7; }

@media (max-width: 1180px) {
  .fgc-career-overview__grid--4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .fgc-career-overview__culture { grid-template-columns: 1fr; gap: 42px; padding: 48px; }
  .fgc-career-values { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 900px) {
  .fgc-career-overview { padding: 88px 0 72px; }
  .fgc-career-overview__intro { margin-bottom: 66px; }
  .fgc-career-overview__split { grid-template-columns: 1fr; }
  .fgc-career-vacancies__grid { grid-template-columns: 1fr 1fr; }
  .fgc-career-internship { grid-template-columns: 1fr; gap: 28px; }
  .fgc-career-internship .fgc-button { justify-self: start; }
}
@media (max-width: 700px) {
  .fgc-career-overview { padding: 70px 0 58px; }
  .fgc-career-overview::before { display: none; }
  .fgc-career-overview__intro { margin-bottom: 54px; text-align: left; }
  .fgc-career-overview__intro .fgc-kicker { justify-content: flex-start; }
  .fgc-career-overview__intro .fgc-career-overview__title { font-size: 40px; }
  .fgc-career-overview__intro > p:last-child { margin: 20px 0 0; font-size: 15px; }
  .fgc-career-overview__section { margin-bottom: 62px; }
  .fgc-career-overview__section > .fgc-kicker,
  .fgc-career-vacancies > .fgc-kicker { justify-content: flex-start; }
  .fgc-career-overview__section > h2,
  .fgc-career-vacancies > h2 { margin: 0; text-align: left; font-size: 34px; }
  .fgc-career-overview__description { margin: 16px 0 28px; text-align: left; font-size: 14px; }
  .fgc-career-overview__grid--4 { grid-template-columns: 1fr; }
  .fgc-career-overview-card { min-height: auto; padding: 24px; }
  .fgc-career-overview-card h3 { margin-top: 18px; }
  .fgc-career-overview__culture { margin-bottom: 62px; padding: 30px 24px; border-radius: 24px; }
  .fgc-career-overview__culture h2 { font-size: 35px; }
  .fgc-career-values { grid-template-columns: 1fr; }
  .fgc-career-overview__split { margin-bottom: 62px; }
  .fgc-career-overview__panel { padding: 30px 24px; border-radius: 22px; }
  .fgc-career-overview__panel h2 { font-size: 33px; }
  .fgc-career-vacancies { margin-inline: 0; padding: 34px 22px; border-radius: 23px; }
  .fgc-career-vacancies__grid { grid-template-columns: 1fr; }
  .fgc-career-vacancies__empty { grid-template-columns: 44px 1fr; padding: 22px; }
  .fgc-career-vacancies__empty .fgc-text-link { grid-column: 2; }
  .fgc-career-internship { padding: 32px 24px; border-radius: 23px; }
  .fgc-career-internship h2 { font-size: 33px; }
  .fgc-career-internship .fgc-button { width: 100%; }
  .fgc-career-privacy { grid-template-columns: 48px 1fr; padding: 25px 22px; }
  .fgc-career-privacy__icon { width: 44px; height: 44px; }
}

/* Career form privacy notice — follows the CV form in the requested order. */
.fgc-career-form-privacy {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(5,80,137,.12);
  border-radius: 17px;
  background: #f7fbfe;
}
.fgc-career-form-privacy__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  color: var(--fgc-primary);
  background: #fff;
  box-shadow: 0 8px 22px rgba(5,80,137,.08);
}
.fgc-career-form-privacy__icon svg { width: 21px; height: 21px; }
.fgc-career-form-privacy .fgc-kicker { margin-bottom: 7px; font-size: 9.5px; }
.fgc-career-form-privacy h4 { margin: 0; color: var(--fgc-ink); font-family: Manrope,Inter,sans-serif; font-size: 17px; letter-spacing: -.025em; }
.fgc-career-form-privacy p:not(.fgc-kicker) { margin: 8px 0 0; color: var(--fgc-muted); font-size: 12px; line-height: 1.65; }
@media (max-width: 700px) {
  .fgc-career-form-privacy { grid-template-columns: 42px 1fr; padding: 18px; }
  .fgc-career-form-privacy__icon { width: 40px; height: 40px; }
}
