* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    font-family: "Lexend", sans-serif;
  background: #f9fafb;
  color: #111827;
  line-height: 1.6;
}

/* LOGO BAR */
.logo-bar {
  background: #fff;
  padding: 22px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.logo {
  font-size: 28px;
  font-weight: 700;
}

.logo span {
  color: #6366f1;
}

/* HERO */
/* HERO (Optimized Height) */
.hero {
  position: relative;
  background: url("https://images.unsplash.com/photo-1525182008055-f88b95ff7980?q=80&w=1920") center/cover no-repeat;
  padding: 100px 20px 90px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(79,70,229,.85), rgba(59,130,246,.75));
  backdrop-filter: blur(2px);
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: auto;
}

.hero h1 {
  font-size: clamp(40px, 5vw, 58px);
  margin-bottom: 22px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: .95;
}

/* START CHAT BUTTON */
.btn-primary {
  display: inline-block;
  font-size: 20px;
  padding: 20px 56px;
  border-radius: 999px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 12px 40px rgba(34,197,94,.5);
  transition: all .35s ease;
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 22px 60px rgba(34,197,94,.6);
}

/* FEATURES */
.features {
  padding: 90px 20px;
}

.features-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.feature-box {
  background: #fff;
  padding: 36px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.icon {
  font-size: 36px;
  margin-bottom: 16px;
}

/* CONTENT */
.content {
  background: #fff;
  padding: 90px 20px;
}

.content-inner {
  max-width: 960px;
  margin: auto;
}

/* FAQ */
.faq {
  padding: 90px 20px;
  max-width: 900px;
  margin: auto;
}

.faq h2 {
  text-align: center;
  margin-bottom: 40px;
}

.faq-item {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: none;
  border: none;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
}

.faq-question.active {
  color: #4f46e5;
}

.faq-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eef2ff;
  color: #4f46e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  color: #4b5563;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

/* Açık durum */
.faq-item.active .faq-answer {
  padding: 0 22px 22px 78px;
}
/* FOOTER */
.footer {
  background: #111827;
  color: #9ca3af;
  text-align: center;
  padding: 44px 20px;
}

.footer a {
  color: #9ca3af;
  text-decoration: none;
}
/* CONTENT TYPOGRAPHY FIX */
.content-inner h2 {
  font-size: 34px;
  margin-bottom: 28px;
}

.content-inner h3 {
  font-size: 22px;
  margin-top: 42px;
  margin-bottom: 16px;
  line-height: 1.35;
}

.content-inner p {
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 22px;
  color: #374151;
}

/* İlk paragraf biraz daha nefes alsın */
.content-inner p:first-of-type {
  font-size: 18px;
  margin-bottom: 32px;
}
/* Content Image */
.contentImageWrap{
  display:flex;
  justify-content:center;
  margin: 26px 0 30px;
}

.contentImage{
  width: 100%;
  max-width: 60%; /* ğŸ‘ˆ Desktop geniÅŸliÄŸi (70â€“85 arasÄ± oynayabilirsin) */
  height: auto;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 30px 70px rgba(20,26,50,.18);
  border: 1px solid rgba(255,255,255,.6);
  transition: transform .4s ease, box-shadow .4s ease;
}

/* Hover efekti (sadece desktop) */
@media (hover:hover){
  .contentImage:hover{
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 40px 90px rgba(20,26,50,.22);
  }
}

/* Mobilde tam geniÅŸlik */
@media (max-width: 768px){
  .contentImage{
    max-width: 100%;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  #chatContainer iframe {
    height: 75vh;
  }
}
/* LEGAL / STATIC PAGES */
.page-wrap {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
}

.page-wrap h1 {
  font-size: 38px;
  margin-bottom: 16px;
}

.page-wrap h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 14px;
}

.page-wrap p {
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 18px;
  color: #374151;
}

.page-meta {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 30px;
}

/* Contact Form */
.contact-form {
  margin-top: 30px;
}

.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-size: 16px;
  margin-bottom: 18px;
  font-family: inherit;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form button {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  border: none;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
}

.contact-form button:hover {
  opacity: 0.95;
}
.logo-bar .logo {
  text-decoration: none;
  color: inherit;
}
