/*
Theme Name: EgeLi Çocuk Giyim Coming Soon
Theme URI: https://example.com/
Author: OpenAI
Author URI: https://openai.com/
Description: Mobil uyumlu, video destekli yapım aşamasında teması. Video, telefon, e-posta ve adres bilgileri yönetim panelinden düzenlenebilir.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: egeli-coming-soon
*/

:root {
  --text: #ffffff;
  --muted: rgba(255,255,255,0.82);
  --line: rgba(255,255,255,0.18);
  --glass: rgba(255,255,255,0.08);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: radial-gradient(circle at top, #364152 0%, #1f2937 25%, #10161f 100%);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
img, video, iframe { display: block; max-width: 100%; }

.egeli-page {
  min-height: 100vh;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.egeli-construction-box {
  position: relative;
  width: min(1240px, 100%);
  min-height: 680px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  background: #2a3441;
  box-shadow: var(--shadow);
}

.egeli-background-media,
.egeli-overlay,
.egeli-content-wrap {
  position: absolute;
  inset: 0;
}

.egeli-background-media {
  background: linear-gradient(180deg, #5f6b78 0%, #2b3643 100%);
}

.egeli-background-media video,
.egeli-background-media iframe,
.egeli-background-media .wp-video,
.egeli-background-media .wp-video-shortcode,
.egeli-background-media .wp-video-shortcode video {
  width: 100% !important;
  height: 100% !important;
  border: 0;
  object-fit: cover;
}

.egeli-background-media .wp-video { max-width: none !important; }
.egeli-background-media iframe { pointer-events: none; }
.egeli-background-media video::-webkit-media-controls { display: none !important; }

.egeli-fallback-lines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 16, 27, 0.28) 0%, rgba(8, 16, 27, 0.7) 100%),
    linear-gradient(64deg, transparent 37%, rgba(255,255,255,0.07) 37.3%, rgba(255,255,255,0.07) 38%, transparent 38.3%, transparent 41%, rgba(255,255,255,0.07) 41.3%, rgba(255,255,255,0.07) 42%, transparent 42.3%),
    linear-gradient(116deg, transparent 37%, rgba(255,255,255,0.07) 37.3%, rgba(255,255,255,0.07) 38%, transparent 38.3%, transparent 41%, rgba(255,255,255,0.07) 41.3%, rgba(255,255,255,0.07) 42%, transparent 42.3%),
    linear-gradient(180deg, #657080 0%, #273241 100%);
}

.egeli-overlay {
  background:
    linear-gradient(180deg, rgba(14, 20, 28, 0.40) 0%, rgba(14, 20, 28, 0.78) 100%),
    linear-gradient(90deg, rgba(15, 23, 34, 0.48) 0%, rgba(15, 23, 34, 0.18) 50%, rgba(15, 23, 34, 0.48) 100%);
}

.egeli-content-wrap {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 34px 148px;
  text-align: center;
}

.egeli-logo-area {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  margin-bottom: 8px;
}

.egeli-logo-area.has-custom-logo img {
  max-width: 220px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.egeli-logo-mark {
  position: relative;
  width: 58px;
  height: 40px;
}

.egeli-logo-mark span {
  position: absolute;
  top: 0;
  width: 29px;
  height: 29px;
  border: 4px solid rgba(255,255,255,0.96);
  border-radius: 6px;
  transform: rotate(45deg);
}

.egeli-logo-mark span:first-child { left: 2px; border-right: 0; border-bottom: 0; }
.egeli-logo-mark span:last-child { right: 2px; border-left: 0; border-bottom: 0; }

.egeli-brand-name {
  font-size: 0.88rem;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  margin: 0 0 24px;
  padding-left: 0.52em;
}

.egeli-center-text { max-width: 760px; }

.egeli-status-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.84rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.76);
}

.egeli-main-title {
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 6rem);
  line-height: 1.02;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: pre-line;
  word-break: break-word;
}

.egeli-main-description {
  width: min(620px, 100%);
  margin: 18px auto 0;
  font-size: 1rem;
  line-height: 1.9;
  color: var(--muted);
}

.egeli-main-actions { margin-top: 26px; }

.egeli-main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(191, 229, 255, 0.26) 0%, rgba(255,255,255,0.08) 100%);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 10px 30px rgba(0,0,0,0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  cursor: pointer;
}

.egeli-main-button:hover {
  background: linear-gradient(180deg, rgba(191, 229, 255, 0.32) 0%, rgba(255,255,255,0.12) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 14px 36px rgba(0,0,0,0.18);
  transform: translateY(-1px);
}

.egeli-contact-bar {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.egeli-contact-item {
  padding: 16px 18px;
  border: 1px solid var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 10px 24px rgba(0,0,0,0.14);
  border-radius: 14px;
  text-align: left;
}

.egeli-contact-item:nth-child(1),
.egeli-contact-item:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 214, 230, 0.18) 0%, rgba(255,255,255,0.08) 100%);
  border-color: rgba(255, 214, 230, 0.24);
}

.egeli-contact-item:nth-child(2) {
  background: linear-gradient(180deg, rgba(191, 229, 255, 0.20) 0%, rgba(255,255,255,0.08) 100%);
  border-color: rgba(191, 229, 255, 0.26);
}

.egeli-contact-label {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.68);
  margin-bottom: 8px;
}

.egeli-contact-item a,
.egeli-contact-item span:last-child {
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.96);
  word-break: break-word;
}

.egeli-bottom-note,
.egeli-footer {
  width: min(1240px, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.egeli-bottom-note {
  margin-top: 16px;
  color: rgba(255,255,255,0.72);
  font-size: 0.96rem;
  line-height: 1.7;
}

.egeli-footer {
  margin-top: 10px;
  color: rgba(255,255,255,0.58);
  font-size: 0.9rem;
}

.egeli-admin-help { max-width: 820px; }

@media (max-width: 991px) {
  .egeli-page { padding: 14px; }
  .egeli-construction-box { min-height: 820px; }
  .egeli-content-wrap { padding: 32px 18px 178px; }
  .egeli-brand-name { font-size: 0.78rem; letter-spacing: 0.34em; padding-left: 0.34em; }
  .egeli-main-title { font-size: clamp(2rem, 9vw, 3.8rem); letter-spacing: 0.08em; }
  .egeli-main-description { font-size: 0.95rem; line-height: 1.7; }
  .egeli-contact-bar {
    left: 16px;
    right: 16px;
    bottom: 16px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .egeli-page { padding: 10px; }
  .egeli-construction-box {
    min-height: auto;
    border-radius: 12px;
  }
  .egeli-content-wrap {
    position: relative;
    padding: 28px 14px 18px;
    justify-content: flex-start;
  }
  .egeli-logo-area { min-height: 64px; }
  .egeli-logo-area.has-custom-logo img { max-width: 180px; max-height: 64px; }
  .egeli-brand-name {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    padding-left: 0.22em;
    margin-bottom: 14px;
  }
  .egeli-status-label {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
  }
  .egeli-main-title {
    font-size: clamp(1.55rem, 10.8vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: 0.05em;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .egeli-main-description {
    margin-top: 14px;
    font-size: 0.88rem;
    line-height: 1.55;
  }
  .egeli-main-actions { margin-top: 18px; }
  .egeli-main-button {
    width: 100%;
    max-width: 260px;
    min-height: 46px;
    font-size: 0.74rem;
    letter-spacing: 0.11em;
  }
  .egeli-contact-bar {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
    gap: 10px;
  }
  .egeli-contact-item {
    padding: 13px 14px;
    border-radius: 12px;
  }
  .egeli-contact-item a,
  .egeli-contact-item span:last-child {
    font-size: 0.92rem;
    line-height: 1.45;
  }
  .egeli-bottom-note {
    margin-top: 10px;
    font-size: 0.82rem;
    line-height: 1.5;
    padding: 0 4px;
  }
  .egeli-footer {
    margin-top: 8px;
    font-size: 0.82rem;
  }
}
