/* ==========================================================================
   Global Girişim — özel stiller (Webflow şablonu üzerine eklenir)
   Marka vurgusu: turuncu #e33817 / kırmızı #ed1c24
   ========================================================================== */

:root {
  --gg-accent: #e33817;
  --gg-accent-2: #ed1c24;
  --gg-ink: #11151a;
  --gg-muted: #5a6573;
  --gg-line: #e4e7ec;
  --gg-soft: #f6f7f9;
  --gg-radius: 18px;
}

/* Genel bölüm ritmi */
.gg-section {
  padding: 84px 0;
}
.gg-eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gg-accent);
  margin-bottom: 14px;
}

/* Buton */
.gg-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: var(--gg-accent);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
  box-shadow: 0 8px 24px rgba(227, 56, 23, .22);
}
.gg-btn:hover {
  background: var(--gg-accent-2);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(237, 28, 36, .28);
}
.gg-btn[disabled] { opacity: .6; cursor: not-allowed; transform: none; }
.gg-btn-arrow { font-size: 1.15em; line-height: 1; transition: transform .18s ease; }
.gg-btn:hover .gg-btn-arrow { transform: translateX(4px); }

/* ---------- Rakamlarla Global Girişim (istatistik sayıları) ---------- */
.gg-stat-number {
  white-space: nowrap;
  line-height: 1.05;
  font-size: clamp(2rem, 4.2vw, 3.4rem) !important;
  color: var(--gg-accent);
}

/* ---------- Kuzey Marmara OHT ---------- */
.gg-kmo { background: var(--gg-soft); }
.gg-kmo-head { text-align: center; max-width: 820px; margin: 0 auto 36px; }
.gg-kmo-map {
  border-radius: var(--gg-radius);
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(17, 21, 26, .12);
  background: #fff;
  border: 1px solid var(--gg-line);
}
.gg-kmo-map img { display: block; width: 100%; height: auto; }
.gg-kmo-body { max-width: 880px; margin: 34px auto 0; text-align: center; }
.gg-kmo-body p { color: var(--gg-muted); font-size: 1.08rem; line-height: 1.7; }
.gg-kmo-locations {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 24px 0 8px;
}
.gg-kmo-locations span {
  display: inline-block; padding: 9px 18px; border-radius: 999px;
  background: #fff; border: 1px solid var(--gg-line);
  font-weight: 600; font-size: .92rem; color: var(--gg-ink);
}
.gg-kmo-cta-text { font-weight: 600; color: var(--gg-ink) !important; margin-top: 26px; }

/* ---------- Başvuru formu ---------- */
.gg-form-section { background: #fff; }
.gg-form-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.gg-form-head p { color: var(--gg-muted); font-size: 1.05rem; line-height: 1.6; }
.gg-form {
  max-width: 760px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px;
}
.gg-field { display: flex; flex-direction: column; gap: 8px; }
.gg-field:nth-child(1) { grid-column: 1 / -1; } /* OHT seçimi tam genişlik */
.gg-field label { font-weight: 600; font-size: .92rem; color: var(--gg-ink); }
.gg-field input,
.gg-field select {
  width: 100%;
  padding: 14px 16px;
  font-size: 1rem;
  font-family: inherit;
  color: var(--gg-ink);
  background: var(--gg-soft);
  border: 1px solid var(--gg-line);
  border-radius: 12px;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.gg-field input:focus,
.gg-field select:focus {
  border-color: var(--gg-accent);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(227, 56, 23, .12);
}
.gg-form-actions {
  grid-column: 1 / -1;
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 6px;
}
.gg-form-status { margin: 0; font-weight: 600; font-size: .95rem; }
.gg-form-status.gg-ok { color: #1a7f37; }
.gg-form-status.gg-err { color: var(--gg-accent-2); }
.gg-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* ---------- İç sayfa başlık bandı (Projeler / Portföy vb.) ---------- */
.gg-page-hero {
  background: linear-gradient(135deg, #1c2128 0%, #11151a 100%);
  color: #fff;
  padding: 210px 0 110px;
  text-align: center;
}
.gg-page-hero .gg-eyebrow { color: #ff7a5c; }
.gg-page-hero h1 { color: #fff; margin: 0; }
.gg-page-hero p {
  color: rgba(255, 255, 255, .74);
  font-size: 1.12rem;
  line-height: 1.7;
  max-width: 640px;
  margin: 20px auto 0;
}
.gg-page-note {
  display: inline-block;
  margin: 30px 0 28px;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(227, 56, 23, .14);
  border: 1px solid rgba(227, 56, 23, .35);
  color: #ffb9a6;
  font-weight: 600;
  font-size: .92rem;
}
.gg-page-hero .gg-btn { margin-top: 6px; }

/* ---------- Projeler ---------- */
.gg-project {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}
.gg-project + .gg-project { margin-top: 36px; padding-top: 76px; border-top: 1px solid var(--gg-line); }
.gg-project--reverse .gg-project-media { order: 2; }
.gg-project-media {
  position: relative;
  border-radius: var(--gg-radius);
  overflow: hidden;
  background: #0c0f13;
  box-shadow: 0 20px 55px rgba(17, 21, 26, .16);
}
.gg-project-media video,
.gg-project-media img.gg-project-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.gg-project-tag {
  position: absolute; top: 16px; left: 16px;
  padding: 7px 14px; border-radius: 999px;
  background: rgba(227, 56, 23, .92); color: #fff;
  font-size: .78rem; font-weight: 700; letter-spacing: .04em;
}
.gg-project-loc { color: var(--gg-accent); }
.gg-project-name { margin: 6px 0 0; }
.gg-project-info > p { color: var(--gg-muted); font-size: 1.06rem; line-height: 1.72; margin-top: 16px; }
.gg-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.gg-chips span {
  padding: 8px 16px; border-radius: 999px;
  background: var(--gg-soft); border: 1px solid var(--gg-line);
  font-weight: 600; font-size: .88rem; color: var(--gg-ink);
}
.gg-project-gallery {
  grid-column: 1 / -1;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin-top: 26px;
}
.gg-project-gallery img {
  width: 100%; height: 150px; object-fit: cover;
  border-radius: 12px; border: 1px solid var(--gg-line);
  cursor: pointer; transition: opacity .2s ease, transform .25s ease;
}
.gg-project-gallery img:hover { opacity: .88; transform: translateY(-2px); }

@media (max-width: 900px) {
  .gg-project { grid-template-columns: 1fr; gap: 26px; }
  .gg-project--reverse .gg-project-media { order: 0; }
  .gg-project-gallery { grid-template-columns: repeat(2, 1fr); }
  .gg-project-gallery img { height: 120px; }
}

/* ---------- Portföy kartları ---------- */
.gg-portfolio-head { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.gg-portfolio-head p { color: var(--gg-muted); font-size: 1.08rem; line-height: 1.7; margin-top: 14px; }
.gg-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.gg-card {
  display: flex; flex-direction: column; gap: 12px;
  padding: 34px; border-radius: var(--gg-radius);
  background: #fff; border: 1px solid var(--gg-line);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gg-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(17, 21, 26, .10); border-color: transparent; }
.gg-card-num { font-size: .85rem; font-weight: 700; color: var(--gg-accent); letter-spacing: .08em; }
.gg-card h3 { margin: 0; }
.gg-card > p { color: var(--gg-muted); line-height: 1.65; margin: 0; flex: 1; }
.gg-card-link { color: var(--gg-ink); font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; }
.gg-card-link:hover { color: var(--gg-accent); }
.gg-card-link .gg-btn-arrow { color: var(--gg-accent); }

/* ---------- Prose / CTA / İletişim ---------- */
.gg-prose { max-width: 800px; margin: 0 auto; text-align: center; }
.gg-prose p { color: var(--gg-muted); font-size: 1.1rem; line-height: 1.8; margin: 0 0 18px; }
.gg-prose p strong { color: var(--gg-ink); }

.gg-cta {
  background: linear-gradient(135deg, #1c2128 0%, #11151a 100%);
  color: #fff; border-radius: var(--gg-radius);
  padding: 64px; text-align: center;
}
.gg-cta h2 { color: #fff; margin: 0; }
.gg-cta p { color: rgba(255, 255, 255, .74); max-width: 580px; margin: 16px auto 28px; line-height: 1.7; }

.gg-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 40px; }
.gg-contact-card {
  padding: 32px; border-radius: var(--gg-radius);
  background: var(--gg-soft); border: 1px solid var(--gg-line); text-align: center;
}
.gg-contact-card .gg-eyebrow { margin-bottom: 10px; }
.gg-contact-card a, .gg-contact-card p { color: var(--gg-ink); font-weight: 600; text-decoration: none; line-height: 1.6; margin: 0; }
.gg-contact-card a:hover { color: var(--gg-accent); }
.gg-map { border-radius: var(--gg-radius); overflow: hidden; border: 1px solid var(--gg-line); background: var(--gg-soft); }
.gg-map iframe { display: block; width: 100%; height: 440px; border: 0; }
.gg-map-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-weight: 600; color: var(--gg-ink); text-decoration: none; }
.gg-map-link:hover { color: var(--gg-accent); }
.gg-map-link .gg-btn-arrow { color: var(--gg-accent); }

/* ---------- Tamamlanan Projeler showcase (koyu) ---------- */
.gg-showcase-section { background: linear-gradient(180deg, #12161c 0%, #0b0e12 100%); color: #fff; }
.gg-showcase-head { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.gg-showcase-head h2 { color: #fff; margin: 0; }
.gg-showcase-head .gg-eyebrow { color: #ff7a5c; }
.gg-showcase { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.gg-showcase-card {
  position: relative; display: block; overflow: hidden;
  border-radius: var(--gg-radius); aspect-ratio: 4 / 3; text-decoration: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .35); background: #0c0f13;
}
.gg-showcase-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.gg-showcase-card:hover img { transform: scale(1.05); }
.gg-showcase-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8, 10, 14, .9) 0%, rgba(8, 10, 14, .25) 45%, transparent 72%);
}
.gg-showcase-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px; z-index: 2; }
.gg-showcase-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 600; color: rgba(255, 255, 255, .9); margin-bottom: 8px;
}
.gg-showcase-tag::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gg-accent); }
.gg-showcase-overlay h3 { color: #fff; margin: 0; }
.gg-showcase-foot { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 40px; }
.gg-showcase-foot p { color: rgba(255, 255, 255, .7); margin: 0; }

/* ---------- Hero video slider (2 video crossfade) ---------- */
.gg-hero-slider { position: absolute; inset: 0; overflow: hidden; }
.gg-hero-vid {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity 1.1s ease;
}
.gg-hero-vid.gg-active { opacity: 1; }
.gg-hero-toggle {
  position: absolute; left: 28px; bottom: 30px; z-index: 6;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px; border: 0; border-radius: 999px; cursor: pointer;
  background: rgba(12, 15, 19, .4); color: #fff;
  font-family: inherit; font-weight: 600; font-size: .9rem;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  transition: background .2s ease;
}
.gg-hero-toggle:hover { background: rgba(12, 15, 19, .62); }
.gg-hero-toggle-ico { display: inline-flex; width: 13px; height: 14px; align-items: center; justify-content: center; }
.gg-ico { display: none; width: 12px; height: 13px; }
.gg-ico-pause { display: block; }
.gg-hero-slider.gg-paused .gg-ico-pause { display: none; }
.gg-hero-slider.gg-paused .gg-ico-play { display: block; }
/* Hero alt katmanındaki gereksiz blur'u kaldır (koyu gradient kalsın) */
.fda-hero-image-layer-b { -webkit-backdrop-filter: none !important; backdrop-filter: none !important; }

/* ---------- Lightbox (galeri foto büyütme) ---------- */
.gg-lightbox {
  position: fixed; inset: 0; z-index: 9999; display: none;
  align-items: center; justify-content: center;
  background: rgba(6, 8, 11, .93); padding: 40px;
}
.gg-lightbox.gg-open { display: flex; }
.gg-lightbox img {
  max-width: 92vw; max-height: 86vh; object-fit: contain;
  border-radius: 8px; box-shadow: 0 24px 70px rgba(0, 0, 0, .55);
}
.gg-lb-btn {
  position: absolute; z-index: 2; background: rgba(255, 255, 255, .12); color: #fff;
  width: 52px; height: 52px; border-radius: 50%; border: 0; cursor: pointer;
  font-size: 1.7rem; line-height: 1; display: flex; align-items: center; justify-content: center;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); transition: background .2s ease;
}
.gg-lb-btn:hover { background: rgba(255, 255, 255, .26); }
.gg-lb-close { top: 22px; right: 22px; }
.gg-lb-prev { left: 22px; top: 50%; transform: translateY(-50%); }
.gg-lb-next { right: 22px; top: 50%; transform: translateY(-50%); }
.gg-lb-count { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; color: rgba(255, 255, 255, .7); font-size: .9rem; }

@media (max-width: 767px) {
  .gg-section { padding: 56px 0; }
  .gg-form { grid-template-columns: 1fr; }
  .gg-page-hero { padding: 150px 0 70px; }
  .gg-cards { grid-template-columns: 1fr; }
  .gg-contact-grid { grid-template-columns: 1fr; }
  .gg-cta { padding: 40px 24px; }
  .gg-showcase { grid-template-columns: 1fr; }
  .gg-lightbox { padding: 16px; }
  .gg-lb-btn { width: 44px; height: 44px; font-size: 1.4rem; }
  .gg-lb-prev { left: 10px; }
  .gg-lb-next { right: 10px; }
}
