/* ==========================================================================
   TIKTOK REKLAM AJANSI — KURUMSAL / HAKKIMIZDA PAGE STYLESHEET (1:1 REFERENCE)
   ========================================================================== */

/* GLOBAL PAGE WRAPPER */
body.kurumsal-page {
  background-color: #06070A;
  color: #FFFFFF;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   1. HERO BANNER SECTION (DARK)
   ========================================================================== */
/* ==========================================================================
   1. HERO BANNER SECTION (DARK 1:1 REFERENCE WITH 3 PHONE MOCKUPS)
   ========================================================================== */
.about-hero-section {
  background-color: #000000;
  padding: 70px 0 90px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* Background Neon Glow Circles */
.hero-glow-pink {
  position: absolute;
  left: 32%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  background: #FF2056;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.45;
  pointer-events: none;
}

.hero-glow-cyan {
  position: absolute;
  right: -30px;
  bottom: 10%;
  width: 200px;
  height: 200px;
  background: #00F2EA;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.4;
  pointer-events: none;
}

.about-hero-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.about-hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-brand-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-size: 13.5px;
  font-weight: 700;
  margin-bottom: 24px;
}

.about-hero-title {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 56px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.08;
  letter-spacing: -1.5px;
  margin: 0 0 20px;
}

.about-hero-small {
  display: block;
  font-size: 34px;
  font-weight: 800;
  color: #FFFFFF;
  margin-top: 12px;
  letter-spacing: -0.8px;
  line-height: 1.2;
}

.text-cyan {
  color: #00F2EA;
}

.dot-pink {
  color: #FF2056;
}

.about-hero-desc {
  font-size: 15.5px;
  color: #94A3B8;
  line-height: 1.6;
  max-width: 460px;
  margin: 0 0 32px;
}

.btn-hero-pink-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #FF2056 0%, #E6003A 100%);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 800;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(255, 32, 86, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-hero-pink-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 32, 86, 0.65);
}

/* RIGHT 3 PHONES GRID */
.about-hero-phones-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: center;
  position: relative;
}

.hero-phone-card {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 340px;
  border-radius: 20px;
  overflow: hidden;
  background: #0B0E14;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.hero-phone-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 32, 86, 0.5);
}

.phone-card-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.phone-top-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 10px;
}

.phone-right-actions-col {
  position: absolute;
  right: 8px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 3;
}

.phone-action-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #FFFFFF;
  font-size: 9.5px;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.phone-avatar-plus {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid #FFFFFF;
}

.phone-avatar-plus img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.avatar-plus-badge {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
  background: #FF2056;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 900;
}

.phone-bottom-views {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #FFFFFF;
  font-size: 11.5px;
  font-weight: 800;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

/* ==========================================================================
   2. SECTION 1: BİZ KİMİZ ? (WHITE BACKGROUND)
   ========================================================================== */
.about-who-section {
  background-color: #FFFFFF;
  color: #0F172A;
  padding: 100px 0;
}

.about-who-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: center;
}

.about-badge-red {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FF2056;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.about-badge-red::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FF2056;
  display: inline-block;
}

.about-sec-title {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: #0F172A;
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin: 0 0 24px;
}

.about-p-text {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 18px;
}

.about-feats-row {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #F1F5F9;
}

.about-feat-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-feat-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #FFF0F5;
  color: #FF2056;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-feat-item span {
  font-size: 13px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.3;
}

.about-office-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.about-office-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

/* ==========================================================================
   3. SECTION 2: EKİBİMİZ (DARK BACKGROUND)
   ========================================================================== */
.about-team-section {
  background-color: #0B0E14;
  color: #FFFFFF;
  padding: 100px 0;
}

.about-team-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: flex-end;
  margin-bottom: 60px;
}

.team-header-left h2 {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.2;
}

.team-header-right p {
  font-size: 15px;
  color: #94A3B8;
  margin: 0;
  line-height: 1.6;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.team-member-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.team-avatar-wrap {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, #FF2056 0%, rgba(255, 32, 86, 0.2) 100%);
  margin-bottom: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member-card:hover .team-avatar-wrap {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 10px 25px rgba(255, 32, 86, 0.35);
}

.team-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #1E293B;
  display: block;
}

.team-name {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 4px;
}

.team-role {
  font-size: 12.5px;
  font-weight: 700;
  color: #FF2056;
  margin: 0;
}

/* ==========================================================================
   4. SECTION 3: NELER YAPIYORUZ ? (1:1 MATCHING REFERENCE)
   ========================================================================== */
.about-services-section {
  background-color: #FAFAFC;
  color: #0F172A;
  padding: 100px 0;
}

.about-services-header {
  margin-bottom: 45px;
}

.about-services-header h2,
.services-header-left h2 {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: #0F172A;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -1px;
}

.services-header-right p {
  font-size: 15px;
  color: #64748B;
  margin: 0;
  line-height: 1.65;
  max-width: 500px;
}

.about-services-3grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card-3d {
  background: #FFFFFF;
  border: 1px solid #F1F5F9;
  border-radius: 28px;
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card-3d:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(255, 32, 86, 0.08);
  border-color: #FCE7F0;
}

.service-card-graphic {
  width: 100%;
  height: 220px;
  background: #F8FAFC;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid #F1F5F9;
  padding: 12px;
}

.service-card-3d-title {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 21px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 14px;
  letter-spacing: -0.3px;
}

.service-card-3d-desc {
  font-size: 13.5px;
  color: #64748B;
  line-height: 1.65;
  margin: 0;
}

/* Card 1 Graphic Details */
.gfx-card-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.gfx-phone-mock {
  width: 90px;
  height: 160px;
  background: #0B0E14;
  border-radius: 16px;
  border: 1.5px solid #1E293B;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  position: relative;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gfx-phone-tt-logo {
  width: 24px;
  height: 24px;
  margin: 30px auto 0;
  color: #FF2056;
}

.gfx-roas-badge {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 12px 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border: 1px solid #F1F5F9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

/* Card 2 Graphic Details */
.gfx-ai-badge {
  background: linear-gradient(135deg, #FFF0F5 0%, #FFE4ED 100%);
  border: 1px dashed #FF2056;
  border-radius: 16px;
  padding: 8px 12px;
  color: #FF2056;
  font-weight: 900;
  font-size: 16px;
}

.gfx-ugc-browser {
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #E2E8F0;
  padding: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

/* Card 3 Graphic Details */
.gfx-analytics-board {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #E2E8F0;
  padding: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* ==========================================================================
   5. SECTION 4: DARK BOTTOM STATS BAR
   ========================================================================== */
.about-stats-bar-wrap {
  margin-top: 60px;
}

.about-dark-stats-bar {
  background: #000000;
  border-radius: 24px;
  padding: 32px 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.astat-col {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.astat-col:last-child {
  border-right: none;
}

.astat-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 32, 86, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.astat-info {
  display: flex;
  flex-direction: column;
}

.astat-number {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.1;
}

.astat-label {
  font-size: 12px;
  color: #94A3B8;
  margin-top: 2px;
}

/* ==========================================================================
   6. RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1100px) {
  .about-team-grid,
  .about-services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .about-dark-stats-bar {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 0;
  }
  .astat-col {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .about-hero-container,
  .about-who-grid,
  .about-team-header,
  .about-services-header {
    grid-template-columns: 1fr;
  }
  .about-hero-title {
    font-size: 36px;
  }
  .about-sec-title {
    font-size: 28px;
  }
  .about-team-grid,
  .about-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-dark-stats-bar {
    grid-template-columns: 1fr;
  }
  .astat-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 12px;
  }
  .astat-col:last-child {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .about-hero-title {
    font-size: 28px;
  }
  .about-team-grid,
  .about-services-grid {
    grid-template-columns: 1fr;
  }
  .about-values-grid {
    grid-template-columns: 1fr;
  }
}

