/*
 * SERVICE PAGES — Shared Design System
 * Piyon Co. — covers wdp-* classes used across:
 *   /web-tasarim, /grafik-tasarim, /endustriyel-tasarim
 *   /logo-tasarim-hizmetleri, /tasarim-hizmetleri
 * ================================================== */

/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&display=swap');

/* ── Base ── */
body {
  overflow-x: hidden;
}

/* ── WhatsApp button variants ── */
.wdp-btn--wa {
  background: #25d366;
  color: #fff !important;
  border: none;
}

.wdp-btn--wa:hover {
  background: #1ebe5e;
  color: #fff !important;
  transform: translateY(-2px);
}

.wdp-btn--wa i {
  font-size: 1.1em;
}

/* Pricing card WhatsApp link */
.wdp-pcard__wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #25d366;
  text-decoration: none;
  padding: 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(37, 211, 102, 0.15);
  background: rgba(37, 211, 102, 0.04);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.wdp-pcard__wa:hover {
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(37, 211, 102, 0.35);
  transform: translateY(-1px);
}

.wdp-pcard__wa i {
  font-size: 1em;
}

/* Contact WhatsApp link */
.wdp-contact__wa {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #25d366 !important;
  font-size: 0.9rem;
  text-decoration: none;
  margin-top: 0.6rem;
  transition: opacity 0.2s;
}

.wdp-contact__wa:hover {
  opacity: 0.8;
}

.wdp-contact__wa i {
  font-size: 1.15em;
}

/* Queen CTA button row */
.wdp-queen-cta__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Speed CTA group */
.wdp-speed__cta-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ── Floating WhatsApp button ── */
.wdp-float-wa {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9980;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.8rem 1.3rem 0.8rem 1rem;
  border-radius: 100px;
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.35);
  transition: transform 0.25s, box-shadow 0.25s;
  overflow: hidden;
  max-width: 200px;
}

.wdp-float-wa i {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.wdp-float-wa__label {
  white-space: nowrap;
}

.wdp-float-wa:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 40px rgba(37, 211, 102, 0.5);
  color: #fff;
}

@media (max-width: 767px) {
  .wdp-float-wa {
    padding: 0.85rem;
    border-radius: 50%;
  }

  .wdp-float-wa__label {
    display: none;
  }

  .wdp-float-wa {
    bottom: 1.25rem;
    right: 1.25rem;
  }
}

/* ── Cursor Glow ── */
#cursor-glow {
  pointer-events: none;
  position: fixed;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  z-index: 9990;
  transition: opacity 0.3s;
  mix-blend-mode: screen;
}

/* ── Three.js Canvas ── */
#three-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
  transition: opacity 0.6s;
}

/* ── Page wrapper: ensure sections appear above canvas ── */
.wdp-hero,
.wdp-marquee,
.wdp-services,
.wdp-portfolio,
.wdp-speed,
.wdp-process,
.wdp-pricing,
.wdp-faq,
.wdp-queen-cta,
.wdp-contact,
.wdp-seo-text,
.wdp-awards,
.tdp-hero,
.tdp-marquee,
.tdp-services,
.tdp-portfolio,
.tdp-story,
.tdp-contact,
.tdp-awards,
.tdp-philosophy,
.active {
  position: relative;
  z-index: 2;
}

/* ══════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════ */
.wdp-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 160px 0 80px;
}

.wdp-hero__noise {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.wdp-hero__inner {
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.wdp-hero__overline {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 2rem;
}

.wdp-dot {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  animation: wdp-pulse-dot 2s ease-in-out infinite;
}

@keyframes wdp-pulse-dot {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.wdp-hero__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(5rem, 13vw, 11rem);
  font-weight: 700;
  line-height: 0.92;
  margin: 0 0 2.5rem;
  letter-spacing: -0.02em;
}

.wdp-line {
  display: block;
  color: #fff;
}

.wdp-line--stroke {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

.wdp-hero__sub {
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  color: #999;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 2.5rem;
}

.wdp-hero__cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.wdp-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.2rem;
  border-radius: 100px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
  white-space: nowrap;
}

.wdp-btn--primary {
  background: #fff;
  color: #000;
}

.wdp-btn--primary:hover {
  background: #ddd;
  color: #000;
  transform: translateY(-2px);
}

.wdp-btn--ghost {
  border: 1px solid #333;
  color: #aaa;
}

.wdp-btn--ghost:hover {
  border-color: #888;
  color: #fff;
}

.wdp-btn--full {
  width: 100%;
  justify-content: center;
  border-radius: 12px;
  padding: 1.1rem;
}

.wdp-hero__stats {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.wdp-stat__num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.wdp-stat__label {
  font-size: 0.75rem;
  color: #888;
  letter-spacing: 0.05em;
}

.wdp-stat__div {
  width: 1px;
  height: 40px;
  background: #222;
}

.wdp-hero__scroll {
  position: absolute;
  bottom: 3rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #444;
}

.wdp-scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, #444, transparent);
  animation: wdp-scroll-pulse 2s ease-in-out infinite;
}

@keyframes wdp-scroll-pulse {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }
}

/* ══════════════════════════════════════════════════
   MARQUEE
   ══════════════════════════════════════════════════ */
.wdp-marquee {
  overflow: hidden;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: 1.2rem 0;
  background: #000;
}

.wdp-marquee__track {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: wdp-marquee 30s linear infinite;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #444;
}

.wdp-mx {
  color: #222;
}

@keyframes wdp-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ══════════════════════════════════════════════════
   SECTION HEADER
   ══════════════════════════════════════════════════ */
.wdp-section-head {
  margin-bottom: 4rem;
}

.wdp-section-head__label {
  font-size: 0.73rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.wdp-section-head__label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #555;
}

.wdp-section-head__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}

.wdp-section-head__desc {
  color: #999;
  font-size: 1.05rem;
  max-width: 540px;
  margin-top: 1.25rem;
  line-height: 1.7;
}

/* ══════════════════════════════════════════════════
   SERVICES GRID
   ══════════════════════════════════════════════════ */
.wdp-services {
  padding: 8rem 0;
  background: #000;
}

.wdp-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #151515;
  border-radius: 20px;
  overflow: hidden;
}

.wdp-svc-card {
  padding: 2.75rem 2.25rem;
  background: #050505;
  border-right: 1px solid #151515;
  border-bottom: 1px solid #151515;
  transition: background 0.3s;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.wdp-svc-card:nth-child(3n) {
  border-right: none;
}

.wdp-svc-card:nth-child(n+4) {
  border-bottom: none;
}

.wdp-svc-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.18) 50%, transparent 100%);
  transform: scaleX(0);
  transition: transform 0.4s;
}

.wdp-svc-card:hover::after {
  transform: scaleX(1);
}

.wdp-svc-card:hover {
  background: #0a0a0a;
}

.wdp-svc-card__num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: #1e1e1e;
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
  transition: color 0.3s;
}

.wdp-svc-card:hover .wdp-svc-card__num {
  color: #333;
}

.wdp-svc-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #fff;
  background: #0f0f0f;
  border: 1px solid #1a1a1a;
  border-radius: 14px;
  margin-bottom: 1.5rem;
  transition: border-color 0.3s, background 0.3s;
}

.wdp-svc-card:hover .wdp-svc-card__icon {
  border-color: #333;
  background: #1a1a1a;
}

.wdp-svc-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.65rem;
  color: #e0e0e0;
  line-height: 1.3;
}

.wdp-svc-card p {
  font-size: 0.875rem;
  color: #777;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}

.wdp-svc-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.wdp-svc-card__tags span {
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  color: #555;
  border: 1px solid #1e1e1e;
  border-radius: 100px;
  padding: 0.18rem 0.65rem;
  transition: color 0.2s, border-color 0.2s;
}

.wdp-svc-card:hover .wdp-svc-card__tags span {
  color: #888;
  border-color: #2a2a2a;
}

/* ══════════════════════════════════════════════════
   PROCESS
   ══════════════════════════════════════════════════ */
.wdp-process {
  padding: 8rem 0;
  background: #000;
}

.wdp-process__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.wdp-step {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 3rem 0;
  border-bottom: 1px solid #111;
  transition: none;
}

.wdp-step:first-child {
  border-top: 1px solid #111;
}

.wdp-step__num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #111;
  line-height: 1;
  min-width: 100px;
  transition: color 0.25s;
}

.wdp-step:hover .wdp-step__num {
  color: #333;
}

.wdp-step__body h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.wdp-step__body p {
  color: #888;
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 500px;
}

/* ══════════════════════════════════════════════════
   PRICING
   ══════════════════════════════════════════════════ */
.wdp-pricing {
  padding: 8rem 0;
  background: #000;
}

.wdp-pricing__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.wdp-pcard {
  background: #060606;
  border: 1px solid #141414;
  border-top: 1px solid #222;
  border-radius: 24px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.wdp-pcard:hover {
  border-color: #2a2a2a;
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.wdp-pcard--featured {
  border-color: #2a2a2a;
  border-top-color: #fff;
  background: #0a0a0a;
}

.wdp-pcard--featured:hover {
  box-shadow: 0 30px 80px rgba(255, 255, 255, 0.04);
}

.wdp-pcard__badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #000;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 1.2rem;
  border-radius: 0 0 10px 10px;
}

.wdp-pcard__chess {
  font-size: 1.75rem;
  color: #252525;
  margin-bottom: 1.5rem;
}

.wdp-pcard--featured .wdp-pcard__chess {
  color: #666;
}

.wdp-pcard__name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #555;
  margin-bottom: 0.25rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wdp-pcard--featured .wdp-pcard__name {
  color: #ccc;
}

.wdp-pcard__price {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin: 0.5rem 0 0.25rem;
  letter-spacing: -0.02em;
}

.wdp-pcard__currency {
  font-size: 1.5rem;
  vertical-align: super;
  margin-right: 2px;
  color: #444;
}

.wdp-pcard__desc {
  font-size: 0.84rem;
  color: #777;
  line-height: 1.6;
  margin: 1rem 0 2rem;
  min-height: 42px;
}

.wdp-pcard__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  flex: 1;
}

.wdp-pcard__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: #999;
  padding: 0.6rem 0;
  border-bottom: 1px solid #0f0f0f;
}

.wdp-pcard--featured .wdp-pcard__list li {
  border-bottom-color: #151515;
}

.wdp-pcard__list li:last-child {
  border-bottom: none;
}

.wdp-pcard__list li i {
  color: #fff;
  margin-top: 2px;
  font-size: 0.7rem;
  flex-shrink: 0;
}

.wdp-pcard__btn {
  display: block;
  text-align: center;
  background: transparent;
  border: 1px solid #1a1a1a;
  color: #555;
  padding: 0.9rem;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
  margin-top: auto;
  letter-spacing: 0.03em;
}

.wdp-pcard__btn:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.wdp-pcard--featured .wdp-pcard__btn {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.wdp-pcard--featured .wdp-pcard__btn:hover {
  background: #e0e0e0;
}

/* ══════════════════════════════════════════════════
   FAQ
   ══════════════════════════════════════════════════ */
.wdp-faq {
  padding: 8rem 0;
  background: #000;
}

.wdp-faq__list {
  max-width: 760px;
}

.wdp-faq__item {
  border-bottom: 1px solid #111;
}

.wdp-faq__item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.wdp-faq__item summary:hover {
  color: #fff;
}

.wdp-faq__item summary::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
  color: #444;
  flex-shrink: 0;
}

.wdp-faq__item[open] summary::after {
  content: '−';
  color: #fff;
}

.wdp-faq__item[open] summary {
  color: #fff;
}

.wdp-faq__item p {
  color: #888;
  line-height: 1.8;
  font-size: 0.92rem;
  padding-bottom: 1.5rem;
  margin: 0;
}

/* ══════════════════════════════════════════════════
   VEZIR CTA SECTION
   ══════════════════════════════════════════════════ */
.wdp-queen-cta {
  position: relative;
  overflow: hidden;
  background: #000;
  padding: 0;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

#queen-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.wdp-queen-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 90vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.wdp-queen-cta__text {
  max-width: 600px;
}

.wdp-queen-cta__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 1rem 0 1.5rem;
}

.wdp-queen-cta__desc {
  font-size: 1.1rem;
  color: #999;
  line-height: 1.75;
  max-width: 440px;
  margin-bottom: 2rem;
}

.wdp-queen-cta__feats {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.wdp-queen-cta__feats li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.9rem;
  color: #888;
}

.wdp-queen-cta__feats li i {
  color: #fff;
  font-size: 0.75rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .wdp-queen-cta {
    min-height: 70vh;
  }

  .wdp-queen-cta__inner {
    min-height: 70vh;
  }
}

/* ══════════════════════════════════════════════════
   CONTACT
   ══════════════════════════════════════════════════ */
.wdp-contact {
  padding: 8rem 0 10rem;
  background: #000;
}

.wdp-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  align-items: start;
}

.wdp-contact__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 1rem 0 1.25rem;
}

.wdp-contact__left>p {
  color: #888;
  font-size: 0.95rem;
  line-height: 1.7;
}

.wdp-contact__info {
  margin-top: 2rem;
}

.wdp-contact__info a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #888;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s;
}

.wdp-contact__info a:hover {
  color: #fff;
}

.wdp-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wdp-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.wdp-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.wdp-form__group label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #777;
}

.wdp-form__group input,
.wdp-form__group select,
.wdp-form__group textarea {
  background: #080808;
  border: 1px solid #1a1a1a;
  border-radius: 10px;
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
  color: #fff;
  transition: border-color 0.2s;
  outline: none;
  font-family: inherit;
  resize: vertical;
}

.wdp-form__group input::placeholder,
.wdp-form__group textarea::placeholder {
  color: #555;
}

.wdp-form__group input:focus,
.wdp-form__group select:focus,
.wdp-form__group textarea:focus {
  border-color: #444;
}

.wdp-form__group select option {
  background: #111;
}

/* ══════════════════════════════════════════════════
   SEO TEXT (indexable but visually hidden)
   ══════════════════════════════════════════════════ */
.wdp-seo-text {
  padding: 0 0 4rem;
  background: #000;
}

.wdp-seo-text h2 {
  font-size: 0.01px;
  color: transparent;
  pointer-events: none;
  user-select: none;
}

.wdp-seo-text p {
  font-size: 0.01px;
  color: transparent;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  max-height: 1px;
  overflow: hidden;
}

/* ══════════════════════════════════════════════════
   PORTFOLIO
   ══════════════════════════════════════════════════ */
.wdp-portfolio {
  padding: 8rem 0;
  background: #000;
}

.wdp-port__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.wdp-port__item {
  cursor: default;
}

.wdp-port__browser {
  background: #0a0a0a;
  border: 1px solid #181818;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.35s, box-shadow 0.35s, transform 0.35s;
}

.wdp-port__item:hover .wdp-port__browser {
  border-color: #2e2e2e;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.65);
  transform: translateY(-4px);
}

.wdp-port__bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.9rem;
  background: #0d0d0d;
  border-bottom: 1px solid #181818;
}

.wdp-port__dots {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
}

.wdp-port__dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: block;
}

.wdp-port__dots span:nth-child(1) {
  background: #3d1c1c;
}

.wdp-port__dots span:nth-child(2) {
  background: #2e2a14;
}

.wdp-port__dots span:nth-child(3) {
  background: #162213;
}

.wdp-port__url {
  font-size: 0.66rem;
  color: #2e2e2e;
  background: #080808;
  border: 1px solid #181818;
  border-radius: 5px;
  padding: 0.18rem 0.6rem;
  flex: 1;
  text-align: center;
  letter-spacing: 0.04em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s;
}

.wdp-port__item:hover .wdp-port__url {
  color: #555;
}

.wdp-port__frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.wdp-port__frame img {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(0);
  will-change: transform;
}

.wdp-port__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 1rem 0.15rem 0;
  gap: 0.5rem;
}

.wdp-port__meta h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #bbb;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wdp-port__meta span {
  font-size: 0.7rem;
  color: #444;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

/* ══════════════════════════════════════════════════
   AWARDS
   ══════════════════════════════════════════════════ */
.wdp-awards {
  padding: 8rem 0;
  background: #050505;
}

.wdp-awards__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.wdp-award__card {
  background: #080808;
  border: 1px solid #151515;
  border-radius: 16px;
  padding: 2.5rem;
  transition: border-color 0.3s, background 0.3s;
}

.wdp-award__card:hover {
  border-color: #2a2a2a;
  background: #0d0d0d;
}

.wdp-award__icon {
  font-size: 2rem;
  color: #333;
  margin-bottom: 1rem;
}

.wdp-award__year {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.wdp-award__card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #e0e0e0;
  margin-bottom: 0.75rem;
}

.wdp-award__card p {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.wdp-award__tag {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  color: #555;
  border: 1px solid #1e1e1e;
  border-radius: 100px;
  padding: 0.18rem 0.65rem;
}

/* ══════════════════════════════════════════════════
   PORTFOLIO HOVER SCROLL — Desktop & Mobile
   ══════════════════════════════════════════════════ */

/* ══════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════ */
@media (max-width: 991px) {
  .wdp-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .wdp-pricing__cards {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .wdp-contact__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

@media (max-width: 767px) {
  .wdp-hero {
    padding: 120px 0 60px;
  }

  .wdp-services__grid {
    grid-template-columns: 1fr;
  }

  .wdp-port__grid {
    grid-template-columns: 1fr;
  }

  .wdp-form__row {
    grid-template-columns: 1fr;
  }

  .wdp-step {
    flex-direction: column;
    gap: 1rem;
  }

  .wdp-step__num {
    font-size: 3rem;
    min-width: auto;
  }

  .wdp-hero__cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .wdp-hero__stats {
    gap: 1.5rem;
  }

  .wdp-hero__scroll {
    display: none;
  }
}

/* ════════════════════════════════════════════ SWIPER PORTFOLIO ══ */
.brutal-swiper {
  width: 100%;
  padding-bottom: 3.5rem !important;
  cursor: grab;
  overflow: hidden;
  position: relative;
}

.brutal-swiper:active {
  cursor: grabbing;
}

.brutal-swiper-btn {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #333;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.brutal-swiper-btn:hover {
  background: #fff;
  color: #000 !important;
  transform: scale(1.1);
}

.brutal-swiper-btn::after {
  font-size: 1.2rem !important;
  font-weight: bold;
}

.swiper-button-prev.brutal-swiper-btn {
  left: 1rem !important;
}

.swiper-button-next.brutal-swiper-btn {
  right: 1rem !important;
}

.brutal-card {
  width: clamp(300px, 40vw, 600px) !important;
  background: #080808;
  border: 1px solid #1a1a1a;
  padding: 1rem;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.brutal-card:hover {
  border-color: #444;
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.brutal-card__img {
  width: 100%;
  height: clamp(280px, 40vh, 450px);
  background: #050505;
  overflow: hidden;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brutal-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.brutal-card:hover .brutal-card__img img {
  transform: scale(1.04);
}

.brutal-card__meta {
  padding: 0.5rem 0.2rem;
}

.brutal-card__meta h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .brutal-card {
    width: 50vw;
  }

  .brutal-swiper-btn {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .brutal-card {
    width: 85vw;
  }

  .brutal-card__meta h3 {
    font-size: 1.5rem;
  }
}

/* ══════════════════════════════════════════════════
   TASARIM HİZMETLERİ
   ══════════════════════════════════════════════════ */

body {
  overflow-x: hidden;
}

#cursor-glow {
  pointer-events: none;
  position: fixed;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  z-index: 9990;
  transition: opacity 0.3s;
  mix-blend-mode: screen;
}

#tdp-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
  transition: opacity 0.6s;
}

.tdp-hero,
.tdp-marquee,
.tdp-services,
.tdp-portfolio,
.tdp-story,
.tdp-contact {
  position: relative;
  z-index: 2;
}

/* ══ HERO ══ */
.tdp-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 160px 0 80px;
}

.tdp-hero__inner {
  max-width: 900px;
}

.tdp-hero__overline {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 2rem;
}

.tdp-dot {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
}

.tdp-hero__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(5rem, 13vw, 11rem);
  font-weight: 700;
  line-height: 0.92;
  margin: 0 0 2.5rem;
  letter-spacing: -0.02em;
}

.tdp-line {
  display: block;
  color: #fff;
}

.tdp-line--stroke {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

.tdp-hero__sub {
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  color: #999;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 2.5rem;
}

.tdp-hero__cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.tdp-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.2rem;
  border-radius: 100px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
  white-space: nowrap;
}

.tdp-btn--primary {
  background: #fff;
  color: #000;
}

.tdp-btn--primary:hover {
  background: #ddd;
  color: #000;
  transform: translateY(-2px);
}

.tdp-btn--ghost {
  border: 1px solid #333;
  color: #aaa;
}

.tdp-btn--ghost:hover {
  border-color: #888;
  color: #fff;
}

.tdp-btn--full {
  width: 100%;
  justify-content: center;
  border-radius: 12px;
  padding: 1.1rem;
}

.tdp-hero__stats {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.tdp-stat__num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.tdp-stat__label {
  font-size: 0.75rem;
  color: #888;
  letter-spacing: 0.05em;
}

.tdp-stat__div {
  width: 1px;
  height: 40px;
  background: #222;
}

.tdp-hero__scroll {
  position: absolute;
  bottom: 3rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #444;
}

.tdp-scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, #444, transparent);
  animation: tdp-scroll-pulse 2s ease-in-out infinite;
}

@keyframes tdp-scroll-pulse {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }
}

/* ══ MARQUEE ══ */
.tdp-marquee {
  overflow: hidden;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: 1.2rem 0;
  background: #000;
}

.tdp-marquee__track {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: tdp-marquee 28s linear infinite;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #444;
}

.tdp-mx {
  color: #222;
}

@keyframes tdp-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ══ SECTION HEAD ══ */
.tdp-section-head {
  margin-bottom: 4rem;
}

.tdp-section-head__label {
  font-size: 0.73rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.tdp-section-head__label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #333;
}

.tdp-section-head__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.0;
  letter-spacing: -0.01em;
  margin: 0;
}

/* ══ SERVICES ══ */
.tdp-services {
  padding: 8rem 0;
  background: #000;
}

.tdp-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #151515;
  border-radius: 20px;
  overflow: hidden;
}

.tdp-svc-card {
  padding: 2.75rem 2.25rem;
  background: #050505;
  border-right: 1px solid #151515;
  border-bottom: 1px solid #151515;
  transition: background 0.3s;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.tdp-svc-card:nth-child(3n) {
  border-right: none;
}

.tdp-svc-card:nth-child(n+4) {
  border-bottom: none;
}

.tdp-svc-card:last-child {
  border-right: none;
}

.tdp-svc-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.18) 50%, transparent 100%);
  transform: scaleX(0);
  transition: transform 0.4s;
}

.tdp-svc-card:hover::after {
  transform: scaleX(1);
}

.tdp-svc-card:hover {
  background: #0a0a0a;
}

.tdp-svc-card__num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: #1e1e1e;
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
  transition: color 0.3s;
}

.tdp-svc-card:hover .tdp-svc-card__num {
  color: #333;
}

.tdp-svc-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #fff;
  background: #0f0f0f;
  border: 1px solid #1a1a1a;
  border-radius: 14px;
  margin-bottom: 1.5rem;
  transition: border-color 0.3s, background 0.3s;
}

.tdp-svc-card:hover .tdp-svc-card__icon {
  border-color: #333;
  background: #1a1a1a;
}

.tdp-svc-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.65rem;
  color: #e0e0e0;
  line-height: 1.3;
}

.tdp-svc-card p {
  font-size: 0.875rem;
  color: #777;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}

.tdp-svc-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.tdp-svc-card__tags span {
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  color: #555;
  border: 1px solid #1e1e1e;
  border-radius: 100px;
  padding: 0.18rem 0.65rem;
  transition: color 0.2s, border-color 0.2s;
}

.tdp-svc-card:hover .tdp-svc-card__tags span {
  color: #888;
  border-color: #2a2a2a;
}

/* ══ WORKS: SHARED ══ */
.tdp-works {
  padding: 8rem 0;
  background: #000;
  border-top: 1px solid #0e0e0e;
}

.tdp-works--cosmos {
  border-top: none;
}

.tdp-works__head {
  margin-bottom: 4rem;
}

.tdp-works__lead {
  font-size: 1rem;
  color: #888;
  line-height: 1.75;
  max-width: 520px;
  margin-top: 1rem;
}

/* ══ COSMOS SCENE (SVG) ══ */
.tdp-cosmos-svg-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tdp-cosmos-svg-wrap object {
  width: 100%;
  max-width: 1000px;
  height: 100vh;
  pointer-events: none;
}

/* Graphic grid — square cards with light bg for logo/UI work */
.tdp-graphic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.tdp-graphic-card {
  border-radius: 16px;
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid #151515;
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
  transform-style: preserve-3d;
  will-change: transform;
}

.tdp-graphic-card:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border-color: #222;
}

.tdp-graphic-card__img {
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
}

.tdp-graphic-card__img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  transition: transform 0.4s;
  padding: 1rem;
}

.tdp-graphic-card:hover .tdp-graphic-card__img img {
  transform: scale(1.06);
}

.tdp-graphic-card__shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.tdp-graphic-card__body {
  padding: 1.25rem;
}

.tdp-graphic-card__body span {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 0.3rem;
}

.tdp-graphic-card__body h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* ══ PROJECT GROUPS (16:9) ══ */
.tdp-projects-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.tdp-project-group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.tdp-project-group__info {
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 1rem;
}

.tdp-project-group__info h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem;
}

.tdp-project-group__info span {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #777;
}

.tdp-project-group__gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  align-items: start;
}

.tdp-project-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #080808;
  border: 1px solid #151515;
}

.tdp-project-img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.tdp-project-img:hover img {
  transform: scale(1.03);
}

.tdp-col-12 {
  grid-column: span 12;
}

.tdp-col-8 {
  grid-column: span 8;
}

.tdp-col-6 {
  grid-column: span 6;
}

.tdp-col-4 {
  grid-column: span 4;
}

@media (max-width: 992px) {
  .tdp-col-8 {
    grid-column: span 12;
  }

  .tdp-col-6 {
    grid-column: span 12;
  }

  .tdp-col-4 {
    grid-column: span 6;
  }
}

@media (max-width: 600px) {
  .tdp-col-4 {
    grid-column: span 12;
  }

  .tdp-project-group__gallery {
    gap: 0.5rem;
  }
}

.tdp-cosmos-card:hover img {
  transform: scale(1.04);
}

.tdp-cosmos-card__shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: 16px;
}

.tdp-cosmos-card__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  z-index: 3;
}

.tdp-cosmos-card__caption span {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.3rem;
}

.tdp-cosmos-card__caption h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* Graphic grid — square cards with light bg for logo/UI work */
.tdp-graphic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.tdp-graphic-card {
  border-radius: 16px;
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid #151515;
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
  transform-style: preserve-3d;
  will-change: transform;
}

.tdp-graphic-card:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border-color: #222;
}

.tdp-graphic-card__img {
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
}

.tdp-graphic-card__img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  transition: transform 0.4s;
  padding: 1rem;
}

.tdp-graphic-card:hover .tdp-graphic-card__img img {
  transform: scale(1.06);
}

.tdp-graphic-card__shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.tdp-graphic-card__body {
  padding: 1.25rem;
}

.tdp-graphic-card__body span {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 0.3rem;
}

.tdp-graphic-card__body h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* Industrial grid — square cards with light bg for renders */
.tdp-industrial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.tdp-industrial-card {
  border-radius: 16px;
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid #151515;
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
  transform-style: preserve-3d;
  will-change: transform;
}

.tdp-industrial-card:hover {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  border-color: #222;
}

.tdp-industrial-card--wide {
  grid-column: span 2;
}

.tdp-industrial-card__img {
  position: relative;
  overflow: hidden;
  background: #f2f2f0;
}

.tdp-industrial-card__img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  transition: transform 0.4s;
  padding: 0.75rem;
}

.tdp-industrial-card--wide .tdp-industrial-card__img img {
  aspect-ratio: 2/1;
}

.tdp-industrial-card:hover .tdp-industrial-card__img img {
  transform: scale(1.06);
}

.tdp-industrial-card__shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.tdp-industrial-card__body {
  padding: 1.25rem;
}

.tdp-industrial-card__body span {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 0.3rem;
}

.tdp-industrial-card__body h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* ══ ÖDÜLLER ══ */
.tdp-awards, .wdp-awards {
  padding: 8rem 0;
  background: #000;
  border-top: 1px solid #0e0e0e;
}

.tdp-award-row, .wdp-award-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
  padding: 5rem 0;
  border-bottom: 1px solid #0e0e0e;
}

.tdp-award-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tdp-award-row__photo {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #111;
}

.tdp-award-row__photo img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.6s;
}

.tdp-award-row:hover .tdp-award-row__photo img {
  transform: scale(1.03);
}

.tdp-award-row__num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #111;
  line-height: 1;
  margin-bottom: 1rem;
}

.tdp-award-row__year {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #888;
  border: 1px solid #1a1a1a;
  border-radius: 100px;
  padding: 0.3rem 0.85rem;
  margin-bottom: 1.25rem;
}

.tdp-award-row__body h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.0;
  letter-spacing: -0.01em;
  margin: 0 0 1rem;
}

.tdp-award-row__body p {
  font-size: 0.92rem;
  color: #888;
  line-height: 1.8;
  max-width: 460px;
  margin: 0 0 1.5rem;
}

.tdp-award-row__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tdp-award-row__tags li {
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  color: #666;
  border: 1px solid #1a1a1a;
  border-radius: 100px;
  padding: 0.25rem 0.75rem;
}

/* ══ VEZİR CTA ══ */
.tdp-queen-cta {
  position: relative;
  z-index: 2;
  min-height: 80vh;
  background: #000;
  border-top: 1px solid #0e0e0e;
  overflow: hidden;
}

#tdp-queen-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.tdp-queen-cta .container {
  position: relative;
  z-index: 2;
}

.tdp-queen-cta__inner {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 6rem 0;
}

.tdp-queen-cta__text {
  max-width: 500px;
}

.tdp-queen-cta__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 0.95;
  color: #fff;
  letter-spacing: -0.02em;
  margin: 1.25rem 0 1.5rem;
}

.tdp-queen-cta__desc {
  font-size: 1rem;
  color: #888;
  line-height: 1.75;
  margin-bottom: 2rem;
}

.tdp-queen-cta__feats {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
}

.tdp-queen-cta__feats li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  color: #888;
  padding: 0.55rem 0;
  border-bottom: 1px solid #0f0f0f;
}

.tdp-queen-cta__feats li:last-child {
  border-bottom: none;
}

.tdp-queen-cta__feats li i {
  color: #fff;
  font-size: 0.7rem;
  flex-shrink: 0;
}

/* ══ STORY ══ */
.tdp-story {
  padding: 8rem 0;
  background: #000;
  border-top: 1px solid #0e0e0e;
}

.tdp-story__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.tdp-story__text {
  max-width: 500px;
}

.tdp-story__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.0;
  letter-spacing: -0.01em;
  margin: 1.25rem 0 1.75rem;
}

.tdp-story__text p {
  color: #888;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.tdp-story__sign {
  font-style: normal;
  color: #888;
  font-size: 0.95rem;
  font-weight: 600;
  border-top: 1px solid #111;
  padding-top: 1.25rem;
  margin-top: 1.5rem;
}

.tdp-story__sign span {
  display: block;
  font-weight: 400;
  color: #777;
  font-size: 0.82rem;
  margin-top: 0.2rem;
}

.tdp-story__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tdp-story__photo {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 1px solid #1a1a1a;
  filter: grayscale(0.25);
  transition: filter 0.4s;
}

.tdp-story__visual:hover .tdp-story__photo {
  filter: grayscale(0);
}

/* ══ CONTACT ══ */
.tdp-contact {
  padding: 8rem 0;
  background: #000;
  border-top: 1px solid #0e0e0e;
}

.tdp-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 6rem;
  align-items: start;
}

.tdp-contact__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.0;
  letter-spacing: -0.01em;
  margin: 1.25rem 0 1rem;
}

.tdp-contact__left p {
  color: #888;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.tdp-contact__info a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #888;
  font-size: 0.9rem;
  text-decoration: none;
  border: 1px solid #1a1a1a;
  padding: 0.65rem 1.2rem;
  border-radius: 8px;
  transition: color 0.2s, border-color 0.2s;
}

.tdp-contact__info a:hover {
  color: #fff;
  border-color: #444;
}

.tdp-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tdp-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.tdp-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.tdp-form__group label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: #888;
}

.tdp-form__group input,
.tdp-form__group select,
.tdp-form__group textarea {
  background: #050505;
  border: 1px solid #1a1a1a;
  border-radius: 10px;
  color: #e0e0e0;
  font-size: 0.92rem;
  padding: 0.85rem 1rem;
  transition: border-color 0.2s;
  font-family: inherit;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}

.tdp-form__group input:focus,
.tdp-form__group select:focus,
.tdp-form__group textarea:focus {
  outline: none;
  border-color: #444;
}

.tdp-form__group textarea {
  resize: vertical;
}

.tdp-form__group select {
  cursor: pointer;
}

/* ══ RESPONSIVE ══ */
@media (max-width: 1024px) {
  .tdp-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tdp-svc-card:nth-child(3n) {
    border-right: 1px solid #151515;
  }

  .tdp-svc-card:nth-child(2n) {
    border-right: none;
  }

  .tdp-svc-card:last-child {
    border-right: none;
  }

  .tdp-cosmos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tdp-cosmos-card--main {
    grid-column: span 2;
  }

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

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

  .tdp-industrial-card--wide {
    grid-column: span 2;
  }

  .tdp-award-row {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .tdp-story__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .tdp-contact__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

@media (max-width: 768px) {
  .tdp-hero__title {
    font-size: clamp(3.5rem, 12vw, 5rem);
  }

  .tdp-services__grid {
    grid-template-columns: 1fr;
  }

  .tdp-svc-card {
    border-right: none !important;
  }

  .tdp-svc-card:not(:last-child) {
    border-bottom: 1px solid #151515 !important;
  }

  .tdp-svc-card:last-child {
    border-bottom: none !important;
  }

  .tdp-cosmos-grid {
    grid-template-columns: 1fr;
  }

  .tdp-cosmos-card--main {
    grid-column: auto;
  }

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

  .tdp-industrial-grid {
    grid-template-columns: 1fr;
  }

  .tdp-industrial-card--wide {
    grid-column: auto;
  }

  .tdp-industrial-card--wide .tdp-industrial-card__img img {
    aspect-ratio: 1/1;
  }

  .tdp-form__row {
    grid-template-columns: 1fr;
  }

  .tdp-story__visual {
    display: none;
  }
}

/* ══ WhatsApp variants ══ */
.tdp-btn--wa {
  background: #25d366;
  color: #fff;
  border: none;
}

.tdp-btn--wa:hover {
  background: #1ebe5e;
  color: #fff;
  transform: translateY(-2px);
}

.tdp-btn--wa i {
  font-size: 1.1em;
}

/* Queen CTA button row */
.tdp-queen-cta__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.tdp-svc-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  transition: gap 0.3s ease, color 0.3s ease;
}

.tdp-svc-card__link:hover {
  gap: 0.8rem;
  color: #aaa;
}

.tdp-svc-card__link i {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.tdp-svc-card__link:hover i {
  transform: translateX(4px);
}

/* Contact WA link */
.tdp-contact__wa {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  color: #25d366 !important;
  margin-top: 0.65rem;
  border-color: rgba(37, 211, 102, 0.2) !important;
}

.tdp-contact__wa:hover {
  opacity: 0.8;
}

/* ══ Web Tasarım Cross-Promo ══ */
.tdp-webdev {
  padding: 9rem 0;
  background: #000;
  border-top: 1px solid #0e0e0e;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.tdp-webdev__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.tdp-webdev__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(3rem, 5.5vw, 6rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0.75rem 0 1.5rem;
}

.tdp-webdev__title--stroke {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.3);
}

.tdp-webdev__text>p {
  font-size: 1rem;
  color: #777;
  line-height: 1.85;
  max-width: 480px;
  margin-bottom: 2.5rem;
}

.tdp-webdev__features {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.tdp-webdev__feat {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.tdp-webdev__feat-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  border: 1px solid #1a1a1a;
  border-radius: 10px;
  font-size: 0.9rem;
  color: #fff;
  margin-top: 1px;
}

.tdp-webdev__feat strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ccc;
  margin-bottom: 0.2rem;
}

.tdp-webdev__feat span {
  font-size: 0.82rem;
  color: #666;
  line-height: 1.5;
}

.tdp-webdev__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Stat cards */
.tdp-webdev__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.tdp-webdev__card {
  border-radius: 18px;
  border: 1px solid #141414;
  padding: 2.5rem 2rem;
  background: #060606;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: border-color 0.3s, transform 0.3s;
}

.tdp-webdev__card:hover {
  border-color: #252525;
  transform: translateY(-4px);
}

.tdp-webdev__card-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
}

.tdp-webdev__card-num span {
  font-size: 1.4rem;
  color: #444;
  font-weight: 600;
  margin-left: 2px;
}

.tdp-webdev__card-sub {
  font-size: 0.72rem;
  color: #555;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tdp-webdev__card--a {
  border-top-color: #22c55e;
}

.tdp-webdev__card--b {
  border-top-color: #3b82f6;
}

.tdp-webdev__card--c {
  border-top-color: #a855f7;
}

.tdp-webdev__card--d {
  border-top-color: #f59e0b;
}

@media (max-width: 991px) {
  .tdp-webdev__inner {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .tdp-webdev__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 640px) {
  .tdp-webdev__cards {
    grid-template-columns: 1fr 1fr;
  }
}

/* ══ Floating WhatsApp ══ */
.tdp-float-wa {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9980;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.8rem 1.3rem 0.8rem 1rem;
  border-radius: 100px;
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.35);
  transition: transform 0.25s, box-shadow 0.25s;
}

.tdp-float-wa i {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.tdp-float-wa__label {
  white-space: nowrap;
}

.tdp-float-wa:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 40px rgba(37, 211, 102, 0.5);
  color: #fff;
}

@media (max-width: 767px) {
  .tdp-float-wa {
    padding: 0.85rem;
    border-radius: 50%;
    bottom: 1.25rem;
    right: 1.25rem;
  }

  .tdp-float-wa__label {
    display: none;
  }
}

/* ══ CHESS PORTFOLIO v4 — SECTION BY SECTION BRUTALIST ══ */
.brutal-portfolio {
  background: #000;
  position: relative;
  z-index: 2;
  padding: 4rem 0 10rem 0;
  overflow: hidden;
  /* so the sticky texts don't break horizontal sizing */
}

/* Big Decorative Text Background */
.brutal-bg-text-fixed {
  position: absolute;
  top: 30vh;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(8rem, 20vw, 25rem);
  font-weight: 900;
  color: rgba(255, 255, 255, 0.02);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  line-height: 1;
}

/* Ekrana yapışan Dev Yazı sticky de yapılabilir ama absolute ortada daha güvenli
   Eğer ekranda sürekli kalsın istersek div position: sticky olması gerekir. */
.brutal-bg-text-fixed {
  position: sticky;
  top: 40vh;
  display: block;
  text-align: center;
}

/* 3D Corner (Sticky Pawn/Queen Canvas) */
.brutal-sticky-corner {
  position: sticky;
  bottom: -3rem;
  left: -2rem;
  width: 450px;
  height: 550px;
  z-index: 10;
  pointer-events: none;
  /* To not take layout space from the column */
  float: left;
  margin-top: -550px;
  margin-right: -450px;
  /* negates width impact */
}

#brutal-corner-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

/* Hamleler List Container */
.brutal-hamleler-list {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  /* Büyük boşluklar (Brutalist nefes alma) */
  padding: 4rem 0;
  width: 100%;
}

/* Individual Rows */
.brutal-hamle-row {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.brutal-intro-row,
.brutal-outro-row {
  align-items: center;
  text-align: center;
  padding: 0 2rem;
}

.brutal-intro__content,
.brutal-outro__content {
  max-width: 800px;
  position: relative;
  z-index: 2;
}

/* Header Text (Kategori & title) */
.brutal-hamle-header {
  padding-left: clamp(2rem, 10vw, 8rem);
  margin-bottom: 3rem;
  max-width: 1200px;
}

.brutal-kategori {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #888;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #222;
  padding-bottom: 0.5rem;
}

.brutal-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 1.05;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -0.01em;
}

.brutal-title-huge {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(4rem, 8vw, 9rem);
  font-weight: 800;
  line-height: 0.85;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
  letter-spacing: -0.02em;
}

.brutal-desc {
  font-size: 1.4rem;
  color: #999;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto;
}

/* Swiper Configuration for Brutalist Rows */
.brutal-swiper {
  width: 100%;
  padding-bottom: 3rem !important;
  /* Visual space below cards */
  /* Remove native CSS padding-left/right so Swiper doesn't clip the last slide. We will use slidesOffsetBefore/After in JS instead */
  cursor: grab;
  /* Ensure it doesn't overflow the page */
  overflow: hidden;
  position: relative;
  /* For arrows */
}

.brutal-swiper:active {
  cursor: grabbing;
}

/* Swiper Navigation Arrows */
.brutal-swiper-btn {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #333;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.brutal-swiper-btn:hover {
  background: #fff;
  color: #000 !important;
  transform: scale(1.1);
}

.brutal-swiper-btn::after {
  font-size: 1.2rem !important;
  font-weight: bold;
}

/* Position arrows relative to screen, hovering over the carousel outer edges */
.swiper-button-prev.brutal-swiper-btn {
  left: 2rem !important;
}

.swiper-button-next.brutal-swiper-btn {
  right: 2rem !important;
}

/* Brutalist Cards (Swiper Slides) */
.brutal-card {
  /* Dynamic width ensuring 3-4 cards can fit on a standard 1080p screen */
  width: clamp(320px, 45vw, 650px) !important;
  background: #080808;
  border: 1px solid #1a1a1a;
  padding: 1rem;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.brutal-card:hover {
  border-color: #666;
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.brutal-card__img {
  width: 100%;
  /* Flexible height container to accommodate A3 & 16:9 proportionally without breaking 3D rhythm */
  height: clamp(300px, 45vh, 500px);
  background: #080808;
  /* Blends nicely if there is letterboxing */
  overflow: hidden;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brutal-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Show the entire A3 image without cropping */
  /* Disable native browser image drag to make Swiper swiping perfect */
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  /* Let the parent card catch all drag/click events */
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.brutal-card:hover .brutal-card__img img {
  transform: scale(1.05);
}

.brutal-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.brutal-card__meta h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 1024px) {
  .brutal-card {
    width: 45vw;
  }

  .brutal-sticky-corner {
    width: 350px;
    height: 450px;
    margin-top: -450px;
    margin-right: -350px;
  }

  .brutal-swiper-btn {
    display: none !important;
  }

  /* Hide arrows on touch devices usually */
}

@media (max-width: 768px) {
  .brutal-hamleler-list {
    gap: 6rem;
  }

  .brutal-card {
    width: 80vw;
    padding: 1rem;
  }

  .brutal-hamle-header {
    margin-bottom: 2rem;
  }

  .brutal-card__meta h3 {
    font-size: 1.6rem;
  }

  .brutal-sticky-corner {
    width: 200px;
    height: 250px;
    margin-top: -250px;
    margin-right: -200px;
    left: -1rem;
    bottom: 0;
    opacity: 0.8;
  }

  .brutal-title-huge {
    font-size: 3.5rem;
  }
}

/* Mega-Hub Rich Text Styles */
.tdp-svc-card__rich-text {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.95rem;
  line-height: 1.7;
  color: #888;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tdp-svc-card__rich-text strong {
  color: #bbb;
}

/* FAQ Styles */
.tdp-faq {
  padding: 120px 0;
  background: #050505;
}

.tdp-faq__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-top: 4rem;
}

.tdp-faq__item h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #fff;
}

.tdp-faq__item p {
  color: #888;
  line-height: 1.6;
}
/*  Philosophy Section  */
tdp-philosophy {
  padding: 100px 0;
  background: #080808;
  border-top: 1px solid #111;
}

.tdp-philosophy__grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 80px;
  align-items: center;
}

.tdp-philosophy__content p {
  color: #888;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 700px;
}

.tdp-philosophy__stats {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tdp-p-stat__num {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.tdp-p-stat__label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #555;
  margin-top: 8px;
}

@media (max-width: 991px) {
  .tdp-philosophy__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

/*  Web Why Section  */
.wdp-why {
  padding: 100px 0;
  background: #0a0a0a;
  border-top: 1px solid #151515;
  position: relative;
  z-index: 2;
}

.wdp-why__grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: center;
}

.wdp-why__content p {
  color: #777;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 700px;
}

.wdp-why__stats {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.wdp-w-stat {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.wdp-w-stat:hover {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.1);
  transform: translateX(10px);
}

.wdp-w-stat__icon {
  font-size: 1.5rem;
  color: #4e00eb;
}

.wdp-w-stat__text strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 4px;
}

.wdp-w-stat__text span {
  font-size: 0.8rem;
  color: #555;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .wdp-why__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .wdp-w-stat:hover { transform: translateY(-5px); }
}
