/* MESAJ PRO — WhatsApp yeşili odaklı palet (#25D366, #128C7E, #075E54) */
:root {
  --navy-900: #053d35;
  --navy-800: #075e54;
  --navy-700: #0d7368;
  --blue-600: #128c7e;
  --blue-500: #25d366;
  --blue-400: #4ade80;
  --blue-100: #d1fae5;
  --blue-50: #ecfdf5;
  --teal-500: #34d399;
  --surface: #ffffff;
  --bg-page: #f4fbf7;
  --bg-band: #e6f9ef;
  --text: #0a1f1c;
  --text-muted: #5c6f6a;
  --border: #cfe8dc;
  --border-strong: #a3d4c0;
  --radius-lg: 1rem;
  --radius-xl: 1.35rem;
  --shadow-sm: 0 1px 3px rgba(7, 94, 84, 0.08);
  --shadow-md: 0 16px 48px -12px rgba(7, 94, 84, 0.14);
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg-page);
  background-image:
    radial-gradient(ellipse 100% 55% at 50% -15%, rgba(37, 211, 102, 0.12), transparent),
    radial-gradient(ellipse 70% 45% at 100% 30%, rgba(18, 140, 126, 0.06), transparent);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--blue-600);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--navy-800);
}

.container {
  width: min(1180px, 92vw);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Top bar */
.top-bar {
  background: var(--navy-800);
  color: #e2e8f0;
  font-size: 0.875rem;
}

.top-bar a {
  color: #f1f5f9;
}

.top-bar a:hover {
  color: #ffffff;
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  flex-wrap: wrap;
}

.top-bar-contact {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.top-bar .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.top-bar-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Language dropdown */
.lang-dd {
  position: relative;
}

.lang-dd::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px; /* hover bridge to prevent gap */
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(2, 6, 23, 0.08);
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  font-weight: 800;
  font-size: 0.78rem;
  color: var(--navy-900);
}

.lang-code {
  letter-spacing: 0.06em;
}

.lang-flag-img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  flex: 0 0 auto;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 160px;
  background: #fff;
  border: 1px solid rgba(2, 6, 23, 0.08);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  padding: 0.35rem;
  display: none;
  z-index: 250;
}

.lang-dd:hover .lang-menu,
.lang-dd:focus-within .lang-menu {
  display: block;
}

.lang-menu a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.6rem;
  border-radius: 12px;
  color: var(--navy-900);
  font-weight: 700;
  font-size: 0.9rem;
}

.lang-menu a:hover {
  background: var(--blue-50);
  color: var(--navy-900);
}

.link-quiet {
  font-weight: 500;
  color: #e2e8f0;
}

.link-quiet:hover {
  color: #fff;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  flex-wrap: wrap;
}

.logo-link {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 62px;
  width: auto;
}

.nav-mega {
  display: none;
  align-items: center;
  gap: 0.25rem;
  flex: 1;
  justify-content: center;
}

.nav-item {
  position: relative;
}

.nav-trigger,
.nav-link {
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-muted);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
}

.nav-trigger:hover,
.nav-link:hover {
  color: var(--navy-800);
  background: var(--blue-50);
}

.nav-item.has-dropdown.is-open .nav-trigger {
  color: var(--navy-800);
  background: var(--blue-50);
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding: 0.5rem;
  margin-top: 0.25rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  z-index: 50;
}

.nav-item.has-dropdown.is-open .dropdown {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.dropdown a {
  display: block;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
}

.dropdown a:hover {
  background: var(--blue-50);
  color: var(--blue-600);
}

.header-cta {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.92rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-sm {
  padding: 0.4rem 0.9rem;
  font-size: 0.85rem;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--blue-500), var(--navy-700));
  color: #fff;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.38);
}

.btn-primary:hover {
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.top-bar .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.btn-ghost {
  background: var(--surface);
  color: var(--navy-800);
  border: 1px solid var(--border-strong);
}

.btn-ghost:hover {
  background: var(--blue-50);
  border-color: var(--blue-400);
  color: var(--navy-800);
}

.btn-block {
  width: 100%;
}

.paket-card .btn-outline {
  color: var(--navy-800);
  border-color: var(--border-strong);
}

.paket-card .btn-outline:hover {
  background: var(--blue-50);
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  margin-left: auto;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy-800);
  border-radius: 2px;
}

.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem 0 1rem;
  border-top: 1px solid var(--border);
}

.nav-mobile.is-open {
  display: flex;
}

.nav-mobile a {
  color: var(--text-muted);
  font-weight: 600;
  padding: 0.35rem 0;
}

@media (min-width: 1024px) {
  .nav-mega {
    display: flex;
  }
  .header-cta {
    display: block;
  }
  .menu-toggle {
    display: none;
  }
  .nav-mobile {
    display: none !important;
  }
}

/* Hero */
.hero-hr {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 8vw, 5rem);
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-band) 50%, rgba(236, 253, 245, 0.85) 100%);
}

.hero-hr-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 960px) {
  .hero-hr-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
  }
}

.hero-kicker {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue-600);
  margin: 0 0 0.75rem;
}

.hero-title {
  margin: 0 0 1.25rem;
  font-size: clamp(2rem, 4.8vw, 3.25rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--navy-900);
}

.hero-title .line {
  display: block;
}

.hero-title .line.accent {
  background: linear-gradient(120deg, #128c7e, var(--blue-500), #34d399);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  margin: 0 0 1.75rem;
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 36ch;
}

.hero-hr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.play-ico {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent var(--navy-800);
}

.hero-hr-visual {
  display: flex;
  justify-content: center;
}

.hero-figure {
  width: 100%;
  max-width: 480px;
  margin: 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  background: var(--surface);
}

.hero-photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

/* Kanal ikonları — WhatsApp, SMS, e-posta */
.block-kanallar {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.kanallar-baslik {
  margin: 0 0 0.65rem;
  text-align: center;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 800;
  color: var(--navy-900);
}

.kanallar-ozet {
  margin: 0 auto 2rem;
  max-width: 42rem;
  text-align: center;
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.kanallar-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .kanallar-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.kanal-kart {
  padding: 1.75rem 1.35rem;
  text-align: center;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #fff, var(--blue-50));
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.kanal-kart:hover {
  border-color: rgba(37, 211, 102, 0.4);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.kanal-ikon {
  width: 88px;
  height: 88px;
  margin: 0 auto 1.15rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--border);
}

.kanal-wa .kanal-ikon {
  background: linear-gradient(145deg, rgba(37, 211, 102, 0.14), rgba(18, 140, 126, 0.08));
  color: var(--navy-800);
  border-color: rgba(37, 211, 102, 0.25);
}

.kanal-sms .kanal-ikon {
  background: linear-gradient(145deg, var(--blue-50), rgba(37, 211, 102, 0.15));
  color: var(--navy-800);
  border-color: rgba(37, 211, 102, 0.28);
}

.kanal-mail .kanal-ikon {
  background: linear-gradient(145deg, rgba(18, 140, 126, 0.12), var(--blue-50));
  color: #128c7e;
  border-color: rgba(18, 140, 126, 0.28);
}

.kanal-kart h3 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--navy-900);
}

.kanal-kart p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* WhatsApp service block */
.block-whatsapp {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  background: radial-gradient(900px 520px at 20% 20%, rgba(37, 211, 102, 0.18), transparent 60%),
    radial-gradient(900px 520px at 80% 10%, rgba(18, 140, 126, 0.16), transparent 60%),
    linear-gradient(180deg, #052f2a, var(--navy-900));
  color: rgba(255, 255, 255, 0.9);
}

.block-sms {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  background: radial-gradient(1000px 520px at 15% 15%, rgba(56, 189, 248, 0.22), transparent 60%),
    radial-gradient(900px 520px at 85% 20%, rgba(99, 102, 241, 0.18), transparent 62%),
    linear-gradient(180deg, #06101f, #071a2a 55%, #05111f);
  color: rgba(255, 255, 255, 0.9);
}

.block-sms .whatsapp-title .accent {
  color: rgba(147, 197, 253, 0.95);
}

.block-sms .wa-ico {
  background: rgba(56, 189, 248, 0.14);
  border-color: rgba(56, 189, 248, 0.28);
}

.block-email {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  background: radial-gradient(1000px 520px at 18% 18%, rgba(168, 85, 247, 0.22), transparent 60%),
    radial-gradient(900px 520px at 82% 20%, rgba(59, 130, 246, 0.18), transparent 62%),
    linear-gradient(180deg, #120821, #0b1630 55%, #0a0820);
  color: rgba(255, 255, 255, 0.9);
}

.block-email .whatsapp-title .accent {
  color: rgba(216, 180, 254, 0.95);
}

.block-email .wa-ico {
  background: rgba(168, 85, 247, 0.14);
  border-color: rgba(168, 85, 247, 0.28);
}

.whatsapp-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 980px) {
  .whatsapp-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.whatsapp-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.whatsapp-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.9rem, 3.2vw, 2.55rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: #fff;
}

.whatsapp-title .accent {
  display: block;
  color: var(--blue-500);
}

.whatsapp-word {
  color: var(--blue-500);
}

.block-sms .sms-word {
  color: rgba(147, 197, 253, 0.95);
}

.block-email .email-word {
  color: rgba(216, 180, 254, 0.95);
}

.whatsapp-sub {
  margin: 0 0 1.25rem;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.whatsapp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.block-whatsapp .btn-outline {
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
}

.block-whatsapp .btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
}

.whatsapp-split {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 720px) {
  .whatsapp-split {
    grid-template-columns: 1fr 1fr;
  }
}

.whatsapp-box {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  padding: 1.1rem 1rem;
}

.whatsapp-box h3 {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.whatsapp-cards {
  display: grid;
  gap: 0.65rem;
}

.wa-card {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.85rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(2, 6, 23, 0.18);
}

.wa-ico {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(37, 211, 102, 0.14);
  border: 1px solid rgba(37, 211, 102, 0.28);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 900;
  font-size: 0.95rem;
}

.wa-card strong {
  display: block;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.92);
}

.wa-card p {
  margin: 0.2rem 0 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.45;
}

.whatsapp-visual-frame {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.whatsapp-visual-frame img {
  display: block;
  width: 100%;
  height: auto;
}

/* Nedir */
.block-nedir {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: var(--surface);
}

.nedir-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 1.75rem;
}

.nedir-head h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--navy-900);
}

.nedir-head p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1.05rem;
}

.nedir-banner {
  margin: 0 auto 2.25rem;
  max-width: 960px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.nedir-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
}

.nedir-cols {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .nedir-cols {
    grid-template-columns: repeat(3, 1fr);
  }
}

.nedir-card {
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background: var(--bg-page);
}

.nedir-ico {
  font-size: 1.5rem;
  color: var(--blue-500);
  margin-bottom: 0.75rem;
}

.nedir-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy-900);
}

.nedir-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-muted);
}

/* Tabs */
.block-tabs {
  padding: 0 0 clamp(2.5rem, 5vw, 4rem);
  background: var(--surface);
}

.tabs-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 900px) {
  .tabs-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.5rem;
  }
}

.tabs-aside img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  object-fit: cover;
  padding: 30px;
}

/* About page: keep the aside visual smaller */
#hakkimizda .tabs-aside img {
  width: min(100%, 420px);
  margin-inline: auto;
  padding: 16px;
}

/* About page: reduce space between the two columns */
#hakkimizda .tabs-layout {
  gap: 1.25rem;
}

@media (min-width: 900px) {
  #hakkimizda .tabs-layout {
    gap: 1.5rem;
  }
}

.tabs-wrap {
  max-width: none;
  margin: 0;
}

.tabs-list {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--border);
}

.tab-btn {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-muted);
  background: none;
  border: none;
  padding: 0.75rem 1rem;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}

.tab-btn.is-active {
  color: var(--navy-800);
  border-bottom-color: var(--blue-500);
}

.tab-panel {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.tab-panel.is-active {
  display: block;
}

/* Sunuyoruz */
.block-sunuyoruz {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  background: linear-gradient(180deg, var(--bg-band), var(--bg-page));
}

.section-head-split {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .section-head-split {
    grid-template-columns: 1fr 1.2fr;
    align-items: end;
  }
}

.section-head-split h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 800;
  color: var(--navy-900);
}

.section-head-split .thin {
  font-weight: 600;
  color: var(--text-muted);
}

.section-head-split p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1.02rem;
}

.sunuyoruz-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .sunuyoruz-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .sunuyoruz-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.sun-card {
  padding: 1.35rem 1.25rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.sun-card:hover {
  border-color: rgba(37, 211, 102, 0.38);
  box-shadow: var(--shadow-md);
}

.sun-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy-900);
}

.sun-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* Showcase */
.block-one-cikan {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  background: var(--surface);
}

.one-title {
  text-align: center;
  margin: 0 0 2.5rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--navy-900);
}

.showcase-row {
  display: grid;
  gap: 2rem;
  align-items: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

@media (min-width: 900px) {
  .showcase-row {
    grid-template-columns: 1fr 1fr;
  }
  .showcase-row.reverse .showcase-text {
    order: 2;
  }
  .showcase-row.reverse .showcase-visual {
    order: 1;
  }
}

.showcase-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--blue-600);
}

.showcase-text h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 800;
  color: var(--navy-900);
}

.showcase-text p {
  margin: 0 0 1rem;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.text-link {
  font-weight: 700;
  color: var(--blue-600);
}

.text-link:hover {
  color: var(--navy-800);
}

.showcase-visual {
  min-height: 200px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--blue-50);
  box-shadow: var(--shadow-sm);
}

.showcase-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

/* Entegrasyon */
.block-entegrasyon {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  background: var(--bg-band);
}

.section-head-center {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

.section-head-center h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--navy-900);
}

.section-head-center p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1.05rem;
}

/* Legal pages */
.legal-page {
  background: var(--surface);
}

.legal-doc {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--bg-page);
  box-shadow: var(--shadow-sm);
}

.legal-doc h3 {
  margin: 1.5rem 0 0.6rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy-900);
}

.legal-doc p {
  margin: 0 0 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.legal-doc ul {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.legal-doc li {
  margin: 0.35rem 0;
}

.legal-meta {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--navy-900);
}

.legal-note {
  margin: 1.25rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  font-size: 0.92rem;
}

.entegrasyon-banner {
  margin: 0 auto 2rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  max-height: 280px;
}

.entegrasyon-banner img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 280px;
  object-fit: cover;
}

.ent-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .ent-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ent-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ent-card {
  padding: 1.5rem 1.35rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.ent-name {
  display: block;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--navy-900);
  margin-bottom: 0.75rem;
}

.ent-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.ent-card li {
  margin-bottom: 0.35rem;
}

/* Quotes */
.block-quotes {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: var(--surface);
  text-align: center;
}

.quotes-main {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 800;
  color: var(--navy-900);
}

.quotes-lead {
  margin: 0 auto 2rem;
  max-width: 560px;
  color: var(--text-muted);
}

.quotes-inline blockquote {
  margin: 0 auto;
  max-width: 720px;
  font-size: 1.15rem;
  font-weight: 600;
  font-style: italic;
  color: var(--navy-800);
  line-height: 1.5;
}

.quotes-author {
  margin: 1rem 0 0;
  font-size: 0.95rem;
  color: var(--text-muted);
}

/* Testimonials */
.block-testimonials {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  background: linear-gradient(180deg, var(--bg-page), #fff);
}

.testi-carousel {
  position: relative;
  margin-top: 1.25rem;
  padding: 0 2.5rem;
}

.testi-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.25rem 0.25rem 0.75rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge legacy */
  cursor: grab;
}

.testi-track:focus {
  outline: 2px solid rgba(14, 165, 233, 0.35);
  outline-offset: 6px;
  border-radius: var(--radius-xl);
}

.testi-track:active {
  cursor: grabbing;
}

.testi-track::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.testi-card {
  flex: 0 0 clamp(280px, 32vw, 340px);
  scroll-snap-align: start;
  padding: 1.75rem 1.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
}

@media (min-width: 900px) {
  .testi-card {
    flex-basis: 320px;
  }
}

.testi-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy-900);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  z-index: 2;
}

.testi-nav:hover {
  background: #fff;
}

.testi-prev {
  left: 0;
}

.testi-next {
  right: 0;
}

@media (max-width: 640px) {
  .testi-nav {
    display: none;
  }

  .testi-carousel {
    padding: 0;
  }
}

.testi-card p {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.testi-avatar {
  margin-bottom: 1rem;
}

.testi-avatar img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.testi-card footer {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.testi-card strong {
  color: var(--navy-900);
  font-size: 0.95rem;
}

.testi-card span {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* Stats */
.block-stats {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: var(--navy-800);
  color: #f1f5f9;
}

.stats-row {
  display: grid;
  gap: 2rem;
  text-align: center;
}

@media (min-width: 640px) {
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .stats-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.stat-figures {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem;
}

.stat-num {
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.stat-unit {
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 800;
  color: var(--blue-400);
}

.stat-label {
  font-size: 0.95rem;
  color: rgba(241, 245, 249, 0.85);
  margin-top: 0.35rem;
}

/* Paket */
.block-paket {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: radial-gradient(1100px 520px at 50% 0%, rgba(14, 165, 233, 0.12), transparent 60%),
    linear-gradient(180deg, var(--surface), #fff);
  color: var(--navy-900);
}

.block-paket .section-head-center {
  margin-bottom: 0;
}

.block-paket .section-head-center h2,
.block-paket .pricing-title h2 {
  color: var(--navy-900);
}

.block-paket .section-head-center p,
.block-paket .pricing-title p {
  color: var(--text-muted);
}

.pricing-head {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 1.75rem;
}

@media (min-width: 900px) {
  .pricing-head {
    grid-template-columns: 1fr auto;
  }
}

.pricing-title h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 900;
}

.pricing-title p {
  margin: 0;
  max-width: 52ch;
}

.pricing-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-page);
}

.pricing-toggle-label {
  font-size: 0.9rem;
  color: rgba(15, 23, 42, 0.6);
  font-weight: 700;
}

.pricing-toggle-label.is-active {
  color: var(--navy-900);
}

.pricing-save {
  font-size: 0.72rem;
  font-weight: 900;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.14);
  color: #166534;
  letter-spacing: 0.02em;
}

.switch {
  position: relative;
  width: 52px;
  height: 30px;
  display: inline-block;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-ui {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.switch-ui::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--navy-900);
  box-shadow: 0 6px 16px rgba(2, 6, 23, 0.18);
  transition: transform 0.22s ease;
}

.switch input:checked + .switch-ui {
  background: rgba(14, 165, 233, 0.12);
  border-color: rgba(14, 165, 233, 0.35);
}

.switch input:checked + .switch-ui::after {
  transform: translateY(-50%) translateX(22px);
}

.pricing-grid {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .pricing-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.5rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow-md);
}

.pricing-card.is-popular {
  border-color: rgba(14, 165, 233, 0.55);
  box-shadow: 0 18px 45px rgba(14, 165, 233, 0.16), var(--shadow-md);
}

.pricing-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--navy-900);
  background: rgba(14, 165, 233, 0.14);
  border: 1px solid rgba(14, 165, 233, 0.35);
  text-transform: uppercase;
}

.pricing-name {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--navy-900);
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
  margin: 0.35rem 0 0.25rem;
  color: var(--navy-900);
}

.pricing-currency {
  font-size: 1.35rem;
  font-weight: 900;
  opacity: 0.95;
}

.pricing-amount {
  font-size: 2.65rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.pricing-unit {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-muted);
  margin-left: 0.1rem;
}

.pricing-sub {
  margin: 0 0 1.25rem;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.pricing-features {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.pricing-btn {
  margin-top: auto;
}

.pricing-features li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.6rem;
  align-items: start;
}

.pricing-features li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.28);
  color: #166534;
  font-weight: 900;
  font-size: 0.78rem;
  margin-top: 0.15rem;
}

.pricing-card.is-popular .pricing-features li::before {
  background: rgba(34, 197, 94, 0.14);
  border-color: rgba(34, 197, 94, 0.28);
  color: #166534;
}

.pricing-features li.is-disabled {
  opacity: 0.55;
}

.pricing-features li.is-disabled::before {
  content: "✕";
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.28);
  color: #b91c1c;
  line-height: 1;
  font-size: 0.74rem;
  transform: translateY(-0.5px);
}

.pricing-card.is-popular .pricing-features li.is-disabled::before {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.28);
  color: #b91c1c;
}

.pricing-btn.btn-primary {
  background: var(--blue-600);
  border-color: transparent;
  color: #fff;
}

.pricing-btn.btn-primary:hover {
  background: var(--navy-800);
}

.pricing-btn.btn-outline {
  border-color: var(--border);
  color: var(--navy-900);
  background: #fff;
}

.pricing-btn.btn-outline:hover {
  border-color: rgba(14, 165, 233, 0.35);
  background: var(--blue-50);
}

/* CTA */
.block-cta-final {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  background: var(--bg-page);
}

.cta-band {
  padding: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, var(--navy-800), var(--blue-600));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-md);
}

.cta-band h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
}

.cta-band p {
  margin: 0 auto 1.5rem;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.9);
}

.form-alert {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fef3c7;
  color: #92400e;
}

.form-alert strong {
  color: #7c2d12;
}

.form-alert--success {
  background: #fef3c7;
  color: #92400e;
  border-color: rgba(146, 64, 14, 0.22);
}

.form-alert--success strong {
  color: #7c2d12;
}

/* Ensure alerts are readable inside .cta-band (overrides .cta-band p) */
.cta-band .form-alert,
.cta-band .form-alert--success,
.cta-band .form-alert--warning {
  color: #92400e;
}

.cta-band .form-alert--success {
  color: #92400e;
}

.cta-band .form-alert--success strong,
.cta-band .form-alert--warning strong {
  color: #7c2d12;
}

.form-alert--warning {
  background: #fef3c7;
  color: #92400e;
  border-color: rgba(146, 64, 14, 0.18);
}

.form-alert-list {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
}

.cta-band .btn-primary {
  background: #fff;
  color: var(--navy-800);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.cta-band .btn-primary:hover {
  background: var(--blue-50);
  color: var(--navy-900);
}

/* Footer */
.site-footer.rich {
  padding: 0;
  background: var(--navy-900);
  color: #94a3b8;
  border-top: none;
}

.footer-policies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
}

.footer-policies a {
  color: #cbd5e1;
}

.footer-policies a:hover {
  color: #fff;
}

.footer-grid.rich {
  display: grid;
  gap: 2rem;
  padding: 2.5rem 0 2rem;
}

@media (min-width: 768px) {
  .footer-grid.rich {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
}

.footer-brand .logo-img {
  display: inline-block;
  background: transparent;
  padding: 0;
  border-radius: 0;
  height: auto;
  max-height: 90px;
}

.site-footer.rich .footer-brand .logo-img {
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.footer-brand p {
  margin: 0.75rem 0 0;
  max-width: 32ch;
  font-size: 0.9rem;
  line-height: 1.55;
}

.footer-col h4 {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue-400);
}

.footer-col p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer-col a {
  color: #cbd5e1;
}

.footer-col a:hover {
  color: #fff;
}

.site-footer .footer-bottom {
  padding: 1.25rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 0.85rem;
  color: #94a3b8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.footer-bottom-copy {
  line-height: 1.5;
}

.footer-piramitx-link {
  margin-top: 0.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.92;
}

.footer-piramitx-link:hover {
  opacity: 1;
}

.footer-piramitx-logo {
  height: 22px;
  width: auto;
  max-width: min(200px, 70vw);
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

/* Modal */
.modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.modal[hidden] {
  display: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
}

.modal-box {
  position: relative;
  width: min(640px, 100%);
  background: var(--surface);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  box-shadow: var(--shadow-md);
  z-index: 1;
}

.modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 8px;
  background: var(--bg-page);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  color: var(--navy-800);
}

.modal-placeholder {
  padding: 2rem 1rem;
  text-align: center;
  color: var(--text-muted);
  border: 2px dashed var(--border);
  border-radius: var(--radius-lg);
  margin-top: 0.5rem;
}

@media (max-width: 1023px) {
  .nav-mega {
    display: none;
  }
  .header-cta {
    display: none;
  }
}

/* Coming soon */
.page-coming-soon .site-footer.rich {
  margin-top: 0;
}

.coming-soon {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-band) 50%, rgba(236, 253, 245, 0.85) 100%);
}

.coming-soon-solo {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.coming-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.1rem;
}

.coming-logo-overlay {
  position: absolute;
  top: 1.15rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 94, 84, 0.12);
  box-shadow: 0 10px 28px rgba(7, 94, 84, 0.16);
  backdrop-filter: blur(10px);
}

.coming-logo-overlay:hover {
  border-color: rgba(37, 211, 102, 0.35);
  box-shadow: 0 14px 34px rgba(7, 94, 84, 0.2);
}

.coming-logo-img {
  height: 66px;
  width: auto;
  filter: drop-shadow(0 10px 18px rgba(7, 94, 84, 0.18));
}

.coming-soon-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
  flex: 1;
}

@media (max-width: 480px) {
  .coming-logo-overlay {
    top: 0.9rem;
    padding: 0.55rem 0.75rem;
    border-radius: 14px;
  }

  .coming-logo-img {
    height: 58px;
  }
}

@media (min-width: 980px) {
  .coming-soon-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.75rem;
  }
}

.coming-soon-card {
  padding: clamp(1.6rem, 3.5vw, 2.25rem);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(10px);
}

.coming-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue-600);
}

.coming-title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--navy-900);
}

.coming-title .line {
  display: block;
}

.coming-title .line.accent {
  background: linear-gradient(120deg, #128c7e, var(--blue-500), #34d399);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.coming-sub {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 52ch;
}

.coming-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 1.25rem;
}

.coming-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.coming-credit-label {
  font-weight: 600;
  color: rgba(92, 111, 106, 0.92);
}

.coming-page-credit {
  margin-top: auto;
  padding: 1.15rem 0 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.coming-page-credit-text {
  display: inline;
}

.coming-credit-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.coming-credit-link:hover {
  opacity: 0.92;
}

.coming-credit-logo {
  display: inline-block;
  height: 22px;
  width: auto;
  max-width: min(200px, 55vw);
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(7, 94, 84, 0.14));
}

.coming-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--blue-50);
  color: var(--navy-800);
  font-weight: 700;
  font-size: 0.86rem;
}

.coming-soon-aside {
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
}

.coming-blob {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 25% 20%, rgba(37, 211, 102, 0.25), transparent 55%),
    radial-gradient(circle at 80% 55%, rgba(18, 140, 126, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(236, 253, 245, 0.7), rgba(255, 255, 255, 0.8));
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.coming-preview {
  position: relative;
  width: min(420px, 100%);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}

.coming-preview-top {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 0.8rem;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, #fff, var(--blue-50));
}

.coming-preview-top .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(7, 94, 84, 0.18);
}

.coming-preview-body {
  padding: 1rem 1.05rem 1.25rem;
}

.skeleton {
  background: linear-gradient(90deg, rgba(7, 94, 84, 0.08), rgba(37, 211, 102, 0.12), rgba(7, 94, 84, 0.08));
  background-size: 220% 100%;
  border-radius: 10px;
  animation: shimmer 1.25s ease-in-out infinite;
}

.skeleton-title {
  height: 22px;
  width: 70%;
  margin: 0.25rem 0 1rem;
}

.skeleton-line {
  height: 12px;
  width: 100%;
  margin-bottom: 0.65rem;
}

.skeleton-line.short {
  width: 75%;
}

.skeleton-btn {
  height: 44px;
  width: 55%;
  margin-top: 1.1rem;
  border-radius: 999px;
}

@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
