/* ====================================================
   contact.css — TikTok Danışmanlık Başvuru Bölümü (Birebir Referans)
   ==================================================== */

.contact-section {
  position: relative;
  padding: 90px 0 100px;
  background-color: #FAFAFC !important;
  color: #0F172A;
  overflow: hidden;
}

.contact-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* ─── MAIN 3-COLUMN GRID (LEFT, PHONE, RIGHT FORM) ─── */
.contact-main-grid {
  display: grid;
  grid-template-columns: 1.1fr 240px 1.15fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 50px;
}

/* ─── LEFT COLUMN ─── */
.contact-left-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 9999px;
  background: #FFF0F3;
  border: 1px solid rgba(255, 32, 86, 0.25);
  color: #FF2056;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.contact-headline {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1.2px;
  color: #0F172A;
  margin: 0 0 16px;
}

.text-pink {
  color: #FF2056;
}

.contact-subtext {
  font-size: 14px;
  line-height: 1.6;
  color: #64748B;
  margin: 0 0 28px;
}

/* 3 Feature Points */
.contact-features-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-feat-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.feat-icon-bg {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0B0E14;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.feat-text-box {
  display: flex;
  flex-direction: column;
}

.feat-title {
  font-size: 15px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 2px;
}

.feat-desc {
  font-size: 12.5px;
  line-height: 1.45;
  color: #64748B;
  margin: 0;
}

/* ─── MIDDLE PHONE GRAPHIC ─── */
.contact-phone-wrapper {
  position: relative;
  width: 240px;
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-red-aura-glow {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, #FF2056 0%, #E6003A 65%, transparent 100%);
  opacity: 0.9;
  filter: blur(4px);
  z-index: 1;
}

.phone-device-frame {
  position: relative;
  z-index: 2;
  width: 190px;
  height: 350px;
  background: #000000;
  border-radius: 36px;
  padding: 8px;
  border: 4px solid #1E293B;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  transform: rotate(-6deg);
  display: flex;
  flex-direction: column;
}

.phone-screen-inner {
  width: 100%;
  height: 100%;
  background: #090A0F;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 10px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.phone-tt-logo-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.phone-headline-text {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  color: #FFFFFF;
  margin: 0;
}

/* Floating Bottom Team Badge */
.phone-team-badge {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: #FFFFFF;
  border-radius: 9999px;
  padding: 6px 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  border: 1px solid #F1F5F9;
}

.avatar-stack {
  display: flex;
  align-items: center;
}

.stack-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  margin-left: -8px;
  object-fit: cover;
}

.stack-avatar:first-child {
  margin-left: 0;
}

.happy-brands-text {
  font-size: 11.5px;
  color: #475569;
}

.happy-brands-text b {
  color: #FF2056;
  font-weight: 800;
}

/* ─── RIGHT FORM CARD ─── */
.contact-right-col {
  width: 100%;
}

.contact-form-card {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  border: 1px solid #F1F5F9;
}

.form-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.form-header-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #FF2056 0%, #E6003A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(255, 32, 86, 0.35);
  flex-shrink: 0;
}

.form-card-title {
  font-size: 18px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 3px;
  letter-spacing: -0.3px;
}

.form-card-sub {
  font-size: 12.5px;
  color: #64748B;
  margin: 0;
}

.new-contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.f-group {
  display: flex;
  flex-direction: column;
}

.f-input, .f-select, .f-textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 13px 16px;
  font-size: 13.5px;
  color: #0F172A;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.f-input::placeholder, .f-textarea::placeholder {
  color: #94A3B8;
  font-size: 13px;
}

.f-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%3C64748B' stroke-width='2.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.f-input:focus, .f-select:focus, .f-textarea:focus {
  border-color: #FF2056;
  outline: none;
  box-shadow: 0 0 0 3.5px rgba(255, 32, 86, 0.12);
}

.f-textarea {
  resize: vertical;
  min-height: 80px;
}

.btn-new-contact-submit {
  width: 100%;
  height: 52px;
  background: linear-gradient(135deg, #FF2056 0%, #E6003A 100%);
  border: none;
  border-radius: 14px;
  color: #FFFFFF;
  font-size: 15.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(255, 32, 86, 0.4);
  transition: all 0.25s ease;
  margin-top: 4px;
}

.btn-new-contact-submit:hover {
  transform: translateY(-1.5px);
  box-shadow: 0 12px 30px rgba(255, 32, 86, 0.6);
}

.privacy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  color: #64748B;
  margin-top: 6px;
}

/* ─── BOTTOM GUARANTEE TRUST BAR ─── */
.contact-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid #E2E8F0;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

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

.trust-text-group {
  display: flex;
  flex-direction: column;
}

.trust-title {
  font-size: 14px;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.2;
}

.trust-desc {
  font-size: 11.5px;
  color: #64748B;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
  .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-phone-wrapper {
    display: none;
  }
  .contact-trust-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .contact-headline { font-size: 32px; }
  .form-grid-2col { grid-template-columns: 1fr; }
  .contact-trust-bar { grid-template-columns: 1fr; }
}
