/*
Theme Name: WiithDeniz Apps
Theme URI: https://denizoguzhan.com
Author: Deniz Oğuzhan
Description: Uygulama tanıtımı ve Instagram bağlantısı için sade, hızlı tek sayfalık tema.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: wiithdeniz
*/

:root {
  --ink: #302b35;
  --muted: #716a75;
  --paper: #fffaf7;
  --rose: #c86276;
  --rose-dark: #a7475b;
  --peach: #f7d9cf;
  --cream: #fff1e9;
  --sage: #b8c8b0;
  --white: #ffffff;
  --line: rgba(48, 43, 53, 0.1);
  --shadow: 0 24px 70px rgba(104, 64, 73, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 10%, rgba(247,217,207,.75), transparent 27rem),
    radial-gradient(circle at 93% 36%, rgba(184,200,176,.42), transparent 24rem),
    var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
.site-shell { min-height: 100vh; overflow: hidden; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.brand {
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: -.02em;
  text-decoration: none;
}
.ig-mini {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: .94rem;
  font-weight: 650;
  text-decoration: none;
  transition: color .2s ease;
}
.ig-mini:hover { color: var(--rose-dark); }
.ig-mini svg { width: 19px; height: 19px; }

.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
  padding: clamp(52px, 8vw, 108px) 0 92px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--rose-dark);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 9px;
  background: currentColor;
}
h1 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 7vw, 6.5rem);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .94;
}
.intro {
  max-width: 590px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.7;
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .96rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--rose); box-shadow: 0 12px 28px rgba(200,98,118,.25); }
.button-primary:hover { background: var(--rose-dark); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.62); }
.button-ghost:hover { box-shadow: 0 10px 24px rgba(70,50,55,.08); }

.phone-stage { position: relative; display: grid; place-items: center; min-height: 580px; }
.orb { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: linear-gradient(145deg, var(--peach), #f7ece5 54%, #dce4d7); filter: saturate(.88); }
.phone {
  position: relative;
  width: min(310px, 75vw);
  aspect-ratio: .51;
  padding: 12px;
  border: 1px solid rgba(48,43,53,.17);
  border-radius: 50px;
  background: #29252c;
  box-shadow: var(--shadow);
  transform: rotate(4deg);
}
.screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 39px;
  background: linear-gradient(160deg, #fff8f4, #fbe3dc 68%, #e9efe6);
}
.notch { position: absolute; z-index: 2; top: 11px; left: 50%; width: 96px; height: 25px; border-radius: 20px; background: #29252c; transform: translateX(-50%); }
.screen-content { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; padding: 30px; text-align: center; }
.app-mark {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 28px;
  color: white;
  background: linear-gradient(145deg, #d97c8e, #b44f64);
  box-shadow: 0 16px 35px rgba(177,70,91,.25);
}
.app-mark svg { width: 48px; height: 48px; }
.screen-label { margin: 0 0 8px; color: var(--rose-dark); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.screen-name { margin: 0; font-family: Georgia, serif; font-size: 2.15rem; font-weight: 500; line-height: 1.05; }
.screen-copy { margin: 16px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.float-card {
  position: absolute;
  right: -10px;
  bottom: 76px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 17px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 38px rgba(75,54,60,.12);
  backdrop-filter: blur(12px);
}
.float-dot { width: 11px; height: 11px; border-radius: 50%; background: #75a66a; box-shadow: 0 0 0 5px rgba(117,166,106,.13); }
.float-card strong { display: block; font-size: .88rem; }
.float-card span { color: var(--muted); font-size: .76rem; }

.details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0 0 80px;
}
.detail-card { padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.55); }
.detail-num { color: var(--rose-dark); font-family: Georgia, serif; font-size: 1.4rem; }
.detail-card h2 { margin: 20px 0 8px; font-size: 1rem; }
.detail-card p { margin: 0; color: var(--muted); font-size: .91rem; line-height: 1.55; }

.instagram {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 34px;
  color: #fff;
  background: linear-gradient(135deg, #3e3544, #6e4758 60%, #a95869);
}
.instagram h2 { margin: 0 0 10px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 500; }
.instagram p { margin: 0; color: rgba(255,255,255,.76); }
.instagram .button { flex: 0 0 auto; color: var(--ink); background: white; }
.site-footer { padding: 24px 0 42px; color: var(--muted); font-size: .82rem; text-align: center; }

@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; padding-top: 38px; text-align: center; }
  .eyebrow, .actions { justify-content: center; }
  .intro { margin-inline: auto; }
  .phone-stage { min-height: 540px; }
  .orb { width: 390px; height: 390px; }
  .details { grid-template-columns: 1fr; }
  .instagram { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .site-header { padding-top: 22px; }
  .ig-mini span { display: none; }
  .hero { padding-bottom: 56px; }
  .phone-stage { min-height: 500px; }
  .orb { width: 320px; height: 320px; }
  .phone { width: 258px; border-radius: 43px; }
  .screen { border-radius: 33px; }
  .float-card { right: 0; bottom: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

