/* ==============================
   INDEX
   Dosya: css/index.css
================================= */

:root {
  --main-dark: #101827;
  --main-blue: #0f2f57;
  --main-blue-2: #174f87;
  --gold: #d79a6b;
  --gold-dark: #a9653c;
  --gold-light: #e0a575;
  --soft-bg: #f7f8fb;
  --text: #334155;
  --muted: #64748b;
  --white: #ffffff;
  --border: #e5e7eb;
  --shadow: 0 20px 50px rgba(15, 23, 42, .12);
  --shadow-soft: 0 12px 35px rgba(15, 23, 42, .07);
  --radius: 14px;
}

/* ==============================
   BASE
================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: #ffffff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
  color: var(--main-dark);
}

a {
  text-decoration: none;
}

.section-padding {
  padding: 80px 0;
}

.bg-soft {
  background: var(--soft-bg);
}

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

/* ==============================
   SECTION LABEL - KURUMSAL ETİKET
================================= */

.section-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: transparent;
  color: var(--main-dark);
  border: none;
  border-left: 3px solid var(--gold-dark);
  padding: 4px 0 4px 13px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.section-label i {
  color: var(--gold-dark);
  font-size: 14px;
}

.section-label::after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: -7px;
  width: 42px;
  height: 1px;
  background: rgba(169, 101, 60, .45);
}

.section-title {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}

.section-text {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

/* ==============================
   BUTTONS
================================= */

.btn-gold {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(169, 101, 60, .22);
  transition: all .25s ease;
}

.btn-gold:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(169, 101, 60, .30);
}

.btn-blue {
  background: linear-gradient(135deg, var(--main-blue), var(--main-blue-2));
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  transition: all .25s ease;
}

.btn-blue:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-light-outline {
  border: 1px solid rgba(255, 255, 255, .48);
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  transition: all .25s ease;
}

.btn-light-outline:hover {
  background: #ffffff;
  color: var(--main-blue);
}

/* ==============================
   HERO
================================= */

.hero-section {
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(10, 20, 33, .92), rgba(10, 20, 33, .70), rgba(10, 20, 33, .36)),
    url("../img/hero.png") center center / cover no-repeat;
  color: #ffffff;
  overflow: hidden;
}

.hero-container {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  padding: 300px 76px 90px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding-top: 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 14px;
  backdrop-filter: blur(8px);
}

.hero-badge i {
  color: #f2c186;
}

.hero-title {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 700;
  margin-bottom: 16px;
  max-width: 620px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .28);
}

.hero-subtitle {
  color: rgba(255, 255, 255, .92);
  font-size: 14px;
  line-height: 1.65;
  max-width: 620px;
  margin-bottom: 22px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-info-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 20px;
  max-width: 680px;
}

.hero-info-box {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  width: 205px;
  min-width: 0;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  padding: 10px 11px;
  backdrop-filter: blur(6px);
}

.hero-info-box i {
  color: #f2c186;
  font-size: 16px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.hero-info-box strong {
  display: block;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.3;
}

.hero-info-box span {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.35;
  margin-top: 2px;
}

/* ==============================
   ABOUT / HAKKIMIZDA
================================= */

.about-image-wrapper {
  position: relative;
  min-height: 460px;
}

.about-image {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: var(--shadow);
  background: linear-gradient(135deg, #e5e7eb, #cbd5e1);
}

.experience-box {
  position: absolute;
  left: -24px;
  bottom: 32px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 18px 20px;
  max-width: 235px;
}

.experience-box strong {
  display: block;
  color: var(--main-blue);
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}

.experience-box span {
  display: block;
  color: var(--muted);
  font-weight: 600;
  margin-top: 6px;
}

/* Genel tik maddeleri */
.check-item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--main-dark);
  font-weight: 700;
}

.check-item i {
  color: var(--gold-dark);
  font-size: 18px;
}

/* ==============================
   FOUNDER / KURUCU ORTAK
================================= */

.founder-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(15, 47, 87, .05), transparent 36%),
    linear-gradient(180deg, #ffffff, #fbfbfd);
}

.founder-photo-wrapper {
  display: flex;
  justify-content: center;
}

.founder-photo-card {
  width: 100%;
  max-width: 380px;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: 0 24px 60px rgba(15, 23, 42, .14);
}

.founder-photo {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.founder-title {
  margin-bottom: 22px;
}

/* Kurucu ortak bilgi kutusu */
.founder-highlight-box {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 16px 45px rgba(15, 23, 42, .08);
}

/* Founder listesi - yeşil yok, ağır lacivert/bronze sistem */
.founder-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #101827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.founder-check-item i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--main-blue), #1d3f68);
  border: 1px solid rgba(15, 47, 87, .22);
  font-size: 12px;
  box-shadow: 0 6px 14px rgba(15, 47, 87, .18);
}

/* ==============================
   CARDS
================================= */

.feature-card,
.service-card,
.process-card,
.testimonial-card,
.contact-info-card,
.contact-form-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}

.feature-card,
.service-card,
.process-card,
.testimonial-card {
  height: 100%;
  padding: 26px;
  transition: all .25s ease;
}

.feature-card:hover,
.service-card:hover,
.process-card:hover,
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(169, 101, 60, .28);
}

.icon-box {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(15, 47, 87, .10), rgba(169, 101, 60, .12));
  color: var(--main-blue);
  font-size: 23px;
  margin-bottom: 18px;
}

.feature-card h4,
.service-card h4,
.process-card h4 {
  font-family: "Inter", sans-serif;
  color: var(--main-dark);
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 11px;
}

.feature-card p,
.service-card p,
.process-card p,
.testimonial-card p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 0;
}

/* ==============================
   SERVICE
================================= */

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, var(--main-blue), var(--gold-dark));
}

/* ==============================
   PROCESS
================================= */

.process-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--main-blue), #1d3f68);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 18px;
  box-shadow: 0 10px 22px rgba(15, 47, 87, .18);
}

/* ==============================
   CTA
================================= */

.cta-box {
  background:
    linear-gradient(135deg, rgba(15, 47, 87, .97), rgba(17, 24, 39, .97)),
    url("../img/hero.jpg") center center / cover no-repeat;
  border-radius: 12px;
  padding: 50px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.cta-box h2 {
  color: #ffffff;
  font-size: clamp(26px, 4vw, 40px);
  margin-bottom: 14px;
}

.cta-box p {
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
}

/* ==============================
   TESTIMONIAL
================================= */

.stars {
  color: var(--gold-dark);
  margin-bottom: 15px;
  font-size: 17px;
}

.testimonial-user {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--main-blue), var(--gold-dark));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.testimonial-user strong {
  display: block;
  color: var(--main-dark);
}

.testimonial-user span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

/* ==============================
   CONTACT
================================= */

.contact-info-card,
.contact-form-card {
  padding: 30px;
  box-shadow: var(--shadow);
}

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 22px;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item i {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(15, 47, 87, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-blue);
  font-size: 20px;
  flex: 0 0 auto;
}

.contact-item strong {
  display: block;
  color: var(--main-dark);
  margin-bottom: 4px;
}

.contact-item span,
.contact-item a {
  color: var(--muted);
}

.contact-item a:hover {
  color: var(--main-blue);
}

.form-label {
  font-weight: 700;
  color: var(--main-dark);
}

.form-control,
.form-select {
  border-radius: 8px;
  padding: 12px 14px;
  border: 1px solid #dbe1ea;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--gold-dark);
  box-shadow: 0 0 0 .2rem rgba(169, 101, 60, .15);
}

.form-note {
  color: var(--muted);
}

/* ==============================
   RESPONSIVE
================================= */

@media (max-width: 991px) {
  .section-padding {
    padding: 70px 0;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-container {
    min-height: auto;
    padding: 150px 24px 70px;
  }

  .hero-content {
    padding-top: 0;
    max-width: 100%;
  }

  .hero-title {
    font-size: 32px;
    max-width: 500px;
  }

  .hero-subtitle {
    font-size: 14px;
    max-width: 500px;
  }

  .hero-info-row {
    max-width: 100%;
  }

  .hero-info-box {
    width: 200px;
  }

  .experience-box {
    left: 20px;
    bottom: 24px;
  }

  .founder-photo-card {
    max-width: 340px;
  }

  .founder-photo {
    height: 430px;
  }

  .founder-highlight-box {
    padding: 24px;
  }

  .cta-box {
    padding: 40px 26px;
  }
}

@media (max-width: 767px) {
  .hero-buttons .btn {
    width: 100%;
  }

  .hero-info-row {
    flex-wrap: wrap;
  }

  .hero-info-box {
    width: 100%;
  }

  .section-title {
    font-size: 30px;
  }

  .about-image-wrapper {
    min-height: auto;
  }

  .about-image {
    min-height: 350px;
  }

  .experience-box {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: none;
    margin: -55px 18px 0;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 24px;
  }
}

@media (max-width: 575px) {
  .section-padding {
    padding: 56px 0;
  }

  .hero-container {
    padding: 130px 18px 60px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 1.18;
  }

  .hero-subtitle {
    font-size: 13.5px;
  }

  .section-label {
    font-size: 11px;
    padding-left: 11px;
    letter-spacing: .9px;
  }

  .section-title {
    font-size: 28px;
  }

  .section-text {
    font-size: 15.5px;
  }

  .founder-photo-card {
    max-width: 100%;
    border-radius: 10px;
  }

  .founder-photo {
    height: 380px;
  }

  .founder-highlight-box {
    padding: 20px;
    border-radius: 10px;
  }

  .founder-check-item {
    font-size: 14px;
  }

  .founder-check-item i {
    width: 21px;
    height: 21px;
    font-size: 11px;
  }

  .feature-card,
  .service-card,
  .process-card,
  .testimonial-card {
    padding: 22px;
  }

  .cta-box {
    border-radius: 10px;
    padding: 30px 20px;
  }
}

/* =========================================================
   INDEX SON DÜZELTME - v158
   Kurucu Avukat tik ikonları + Anasayfa iletişim bölümü
   Not: Bu blok dosyanın sonunda olduğu için önceki çakışmaları ezer.
========================================================= */

/* Kurucu Avukat bölümü - ilk temiz orana dönüş */
.founder-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(15, 47, 87, .05), transparent 36%),
    linear-gradient(180deg, #ffffff, #fbfbfd);
}

.founder-photo-wrapper {
  display: flex;
  justify-content: center;
}

.founder-photo-card {
  width: 100%;
  max-width: 380px;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: 0 24px 60px rgba(15, 23, 42, .14);
}

.founder-photo {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.founder-title {
  margin-bottom: 22px;
}

.founder-highlight-box {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 16px 45px rgba(15, 23, 42, .08);
}

.founder-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #101827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

/* Lacivert yuvarlak içinde beyaz tik */
.founder-check-item i {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--main-blue), #1d3f68) !important;
  border: 1px solid rgba(15, 47, 87, .22);
  font-size: 15px !important;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(15, 47, 87, .18);
}

/* Ana sayfa iletişim bölümü */
.home-contact-section {
  background:
    radial-gradient(circle at 15% 10%, rgba(169, 101, 60, .10), transparent 30%),
    linear-gradient(180deg, #f8f6f2 0%, #eef2f6 100%);
  padding: 92px 0;
  position: relative;
  overflow: hidden;
}

.home-contact-section::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 80px;
  width: 420px;
  height: 420px;
  background: rgba(15, 47, 87, .06);
  border-radius: 50%;
  pointer-events: none;
}

.home-contact-section .container {
  position: relative;
  z-index: 2;
}

.home-contact-heading {
  margin-bottom: 34px;
}

.home-contact-heading .section-title {
  max-width: 780px;
  margin-bottom: 16px;
}

.home-contact-heading .section-text {
  max-width: 720px;
}

.home-contact-grid {
  align-items: stretch;
}

.home-contact-info-panel,
.home-contact-form-panel {
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 22px 55px rgba(15, 23, 42, .11);
  overflow: hidden;
}

.home-contact-info-panel {
  background:
    linear-gradient(135deg, rgba(15, 47, 87, .98), rgba(16, 24, 39, .98));
  color: #fff;
  padding: 34px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .08);
}

.home-contact-info-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 5%, rgba(215, 154, 107, .18), transparent 36%),
    radial-gradient(circle at 90% 90%, rgba(255, 255, 255, .05), transparent 28%);
  pointer-events: none;
}

.home-contact-info-panel > * {
  position: relative;
  z-index: 2;
}

.home-contact-info-top {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.home-contact-info-top h3 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.home-contact-info-top p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.75;
  margin-bottom: 0;
}

.home-contact-list {
  display: grid;
  gap: 18px;
}

.home-contact-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.home-contact-item i {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 10px;
  background: rgba(215, 154, 107, .14);
  border: 1px solid rgba(215, 154, 107, .30);
  color: #d79a6b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.home-contact-item strong {
  display: block;
  color: #fff;
  font-size: 15.5px;
  font-weight: 800;
  margin-bottom: 4px;
}

.home-contact-item a,
.home-contact-item span {
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  line-height: 1.65;
  font-size: 15px;
}

.home-contact-item a:hover {
  color: #d79a6b;
}

.home-contact-mini-note {
  margin-top: 26px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 12px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.65;
  font-size: 14px;
}

.home-contact-form-panel {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, .08);
  padding: 34px;
}

.home-contact-form-panel h3 {
  font-family: "Playfair Display", serif;
  color: #101827;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.home-contact-form-panel .form-intro {
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 24px;
}

.home-contact-form-panel .form-label {
  color: #101827;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 7px;
}

.home-contact-form-panel .form-control,
.home-contact-form-panel .form-select {
  border-radius: 9px;
  border: 1px solid rgba(15, 23, 42, .13);
  background: #f8fafc;
  color: #101827;
  padding: 12px 14px;
  font-size: 15px;
  transition: all .2s ease;
}

.home-contact-form-panel .form-control:focus,
.home-contact-form-panel .form-select:focus {
  border-color: #a9653c;
  box-shadow: 0 0 0 .2rem rgba(169, 101, 60, .12);
  background: #fff;
}

.home-contact-form-panel textarea.form-control {
  min-height: 138px;
  resize: vertical;
}

.home-contact-submit-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 6px;
}

.home-contact-note {
  color: #94a3b8;
  font-size: 12.5px;
  line-height: 1.55;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .home-contact-section {
    padding: 72px 0;
  }

  .home-contact-info-panel,
  .home-contact-form-panel {
    height: auto;
  }

  .home-contact-submit-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .home-contact-info-panel,
  .home-contact-form-panel {
    border-radius: 13px;
    padding: 24px;
  }

  .home-contact-info-top h3,
  .home-contact-form-panel h3 {
    font-size: 28px;
  }

  .founder-photo-card {
    max-width: 100%;
    border-radius: 10px;
  }

  .founder-photo {
    height: 380px;
  }

  .founder-highlight-box {
    padding: 20px;
    border-radius: 10px;
  }

  .founder-check-item {
    font-size: 14px;
  }

  .founder-check-item i {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    font-size: 13px !important;
  }
}
