/**
 * app.qrsis.net — TEK ORTAK FRONTEND STİL DOSYASI (app-public.css)
 * ────────────────────────────────────────────────────────────────
 * Tüm public tanıtım sayfalarının stilleri burada toplanır:
 *   home.php · signup.php · signup_classic.php · legal.php · (pay.php · find-tenant.php link'li)
 *
 * Bölümler:
 *   1) Temel (reset, değişkenler, html/body)
 *   2) Ana sayfa (.home-*)
 *   3) Yasal metin (.legal-*)
 *   4) Ortak header / navbar — qrsis.net layout, açık tema (.pubnav)
 *   5) Ortak footer — qrsis.net layout, açık tema (.pubfoot)
 *   6) Yasal metin modalı (.legal-modal-*)
 *   7) Signup sihirbazı — daisyUI teması ([data-theme="qrsis"], .sf2-*)
 *   8) Signup klasik (.qrsis-*, .signup-hero-*, .plan-card-label, #slug-preview, html.signup-embed)
 *
 * Tüm sınıflar namespaced; farklı sayfalar birbirinin stiline karışmaz.
 * Kaynak dosyalar (home.css, legal.css, app-public-footer.css, platform-legal-modal.css)
 * ve sayfa içi inline <style> blokları bu dosyada birleştirildi.
 */

/* ═══════════════════════════════════════════════════════════════
   1) TEMEL — reset, değişkenler, html/body
   ═══════════════════════════════════════════════════════════════ */
:root {
  --qrsis-brand: #f97316;
  --qrsis-brand-dark: #ea580c;
  --qrsis-brand-light: #fff7ed;
  --qrsis-text: #111827;
  --qrsis-muted: #4b5563;
  --qrsis-border: #fed7aa;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}

body.home-page {
  font-family: "Google Sans Flex", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ═══════════════════════════════════════════════════════════════
   2) ANA SAYFA — home.php (.home-*)
   ═══════════════════════════════════════════════════════════════ */
/* İçerik butonları — header/footer signup Tailwind ile yönetilir */
.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  min-height: 2.75rem;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  white-space: normal;
}
.home-btn:active { transform: translateY(1px); }
@media (min-width: 640px) { .home-btn { white-space: nowrap; } }

.home-btn--primary {
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  color: #fff !important;
  background: var(--qrsis-brand);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}
.home-btn--primary:hover { background: var(--qrsis-brand-dark); }

.home-btn--primary-lg {
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  color: #fff !important;
  background: var(--qrsis-brand);
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.28);
}
.home-btn--primary-lg:hover { background: var(--qrsis-brand-dark); }

.home-btn--ghost-lg {
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  color: #1f2937 !important;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.home-btn--ghost-lg:hover {
  border-color: #fed7aa;
  background: rgba(255, 247, 237, 0.65);
}

.home-btn--white {
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--qrsis-brand-dark) !important;
  background: #fff;
}
.home-btn--white:hover { background: #fff7ed; }

/* Hero */
.home-hero { text-align: center; }

.home-hero__inner { max-width: 48rem; margin-left: auto; margin-right: auto; }

.home-pill-block {
  margin: 0 0 1.25rem;
}

.home-pill {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  max-width: 100%;
  margin: 0;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(254, 215, 170, 0.85);
  background: #fff;
  font-size: 0.875rem;
  color: #374151;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.home-pill b { color: var(--qrsis-brand); font-weight: 800; }

.home-pill-sub {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.45;
  color: #047857;
}
@media (min-width: 640px) { .home-pill-sub { font-size: 0.875rem; } }

.home-hero h1,
.home-hero .home-h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
  margin: 0 0 1.25rem;
  font-size: clamp(1.75rem, 4.5vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 900;
  color: #111827;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.home-hero h1 .home-h1-plain,
.home-hero .home-h1 .home-h1-plain {
  display: block;
}
.home-hero h1 .home-grad,
.home-hero .home-h1 .home-grad {
  display: block;
  color: var(--qrsis-brand);
  background: linear-gradient(90deg, #f97316, #fb923c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .home-hero h1 .home-grad { -webkit-text-fill-color: var(--qrsis-brand); color: var(--qrsis-brand); }
}

.home-lead {
  margin: 0 auto;
  max-width: 42rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--qrsis-muted);
}
@media (min-width: 640px) { .home-lead { font-size: 1.125rem; } }

.home-cta-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  margin-top: 2rem;
}
.home-cta-row .home-btn { width: 100%; }
@media (min-width: 640px) {
  .home-cta-row {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .home-cta-row .home-btn {
    width: auto;
    flex: 0 1 auto;
  }
}

.home-cta-note {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  color: #6b7280;
}

.home-notice {
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid #fde68a;
  background: #fffbeb;
  font-size: 0.875rem;
  color: #92400e;
}

/* Modules */
.home-modules {
  padding: 3rem 0;
  border-top: 1px solid rgba(254, 215, 170, 0.55);
  background: rgba(255, 255, 255, 0.72);
}
.home-modules h2 {
  margin: 0 0 2rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
}

.home-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .home-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.home-card {
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid #ffedd5;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.home-card:hover {
  border-color: #fed7aa;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
}

.home-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.75rem;
  border-radius: 0.75rem;
  background: #ffedd5;
  color: var(--qrsis-brand);
  font-size: 1rem;
}

.home-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  color: #111827;
  overflow-wrap: break-word;
}
.home-card p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--qrsis-muted);
  overflow-wrap: break-word;
}

/* Bottom CTA */
.home-bottom-cta { padding: 3rem 0 3.5rem; }
.home-banner {
  padding: 2.5rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(254, 215, 170, 0.75);
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  text-align: center;
  color: #fff;
  box-shadow: 0 10px 28px rgba(234, 88, 12, 0.28);
}
@media (min-width: 640px) { .home-banner { padding: 2.5rem 2.5rem; } }
.home-banner h2 {
  margin: 0;
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  font-weight: 800;
}
.home-banner p {
  margin: 0.75rem auto 0;
  max-width: 36rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.94);
}
@media (min-width: 640px) { .home-banner p { font-size: 1rem; } }

/* ═══════════════════════════════════════════════════════════════
   3) YASAL METİN — legal.php (.legal-*)
   ═══════════════════════════════════════════════════════════════ */
.legal-page {
  padding: 1.5rem 0 2.5rem;
}

@media (min-width: 640px) {
  .legal-page {
    padding: 2rem 0 3rem;
  }
}

@media (min-width: 1024px) {
  .legal-page {
    padding: 2.5rem 0 3.5rem;
  }
}

.legal-doc {
  max-width: 48rem;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ffedd5;
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

@media (min-width: 640px) {
  .legal-doc {
    padding: 1.75rem 1.5rem;
  }
}

.legal-doc h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  color: #111827;
}

.legal-doc__body {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.65;
  color: #374151;
}

.legal-doc__body h2,
.legal-doc__body h3 {
  color: #111827;
  margin: 1.25rem 0 0.5rem;
  font-weight: 700;
  line-height: 1.35;
}

.legal-doc__body p {
  margin: 0 0 0.85rem;
}

.legal-doc__body ul,
.legal-doc__body ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.legal-doc__body a {
  color: #ea580c;
  font-weight: 500;
}

.legal-empty {
  color: #6b7280;
  text-align: center;
  padding: 2rem 0;
}

/* Modal iframe — sade gövde, aynı font */
body.legal-embed {
  margin: 0;
  min-height: 100%;
  font-family: "Google Sans Flex", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #111827;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

.legal-page--embed {
  padding: 1rem 1rem 1.25rem;
}

.legal-page--embed .legal-doc {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.legal-page--embed .legal-doc__body {
  font-size: 1rem;
  line-height: 1.65;
}

/* Ortak iletişim — tüm yasal metinlerin altı */
.legal-contact {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid #ffedd5;
}

.legal-contact__title {
  margin: 0 0 0.85rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #9a3412;
}

.legal-contact__list {
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.legal-contact__row {
  display: grid;
  grid-template-columns: minmax(5.5rem, 7rem) 1fr;
  gap: 0.5rem 0.75rem;
  align-items: start;
  font-size: 0.9375rem;
  line-height: 1.55;
}

.legal-contact__row dt {
  margin: 0;
  font-weight: 600;
  color: #6b7280;
}

.legal-contact__row dd {
  margin: 0;
  color: #374151;
}

.legal-contact__row a {
  color: #ea580c;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-contact__row a:hover {
  color: #c2410c;
}

.legal-contact__address {
  white-space: pre-line;
}

.legal-page--embed .legal-contact {
  margin-top: 1.25rem;
  padding-top: 1rem;
}

@media (max-width: 480px) {
  .legal-contact__row {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}

/* ═══════════════════════════════════════════════════════════════
   4) ORTAK HEADER / NAVBAR — qrsis.net layout, açık/turuncu tema (.pubnav)
   ═══════════════════════════════════════════════════════════════ */
.pubnav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: saturate(1.5) blur(12px);
  backdrop-filter: saturate(1.5) blur(12px);
  border-bottom: 1px solid rgba(249, 115, 22, 0.16);
}

.pubnav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pubnav__brand {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.pubnav__logo {
  height: 2.75rem;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

@media (min-width: 640px) {
  .pubnav__logo { height: 3rem; }
}

.pubnav__menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.pubnav__list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pubnav__li { position: relative; }

.pubnav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.8rem;
  border-radius: 0.6rem;
  font-size: 0.95rem;
  font-weight: 500 !important;
  color: #7c2d12 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

.pubnav__link:hover { background: #fff7ed; color: #ea580c !important; }

.pubnav__arrow {
  font-size: 0.65rem;
  transition: transform 0.2s;
}

.pubnav__li.has-dropdown:hover .pubnav__arrow { transform: rotate(180deg); }

.pubnav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0.35rem;
  background: #ffffff;
  border: 1px solid rgba(249, 115, 22, 0.16);
  border-radius: 0.75rem;
  box-shadow: 0 12px 30px -12px rgba(124, 45, 18, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  z-index: 50;
}

.pubnav__li.has-dropdown:hover .pubnav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pubnav__droplink {
  display: block;
  padding: 0.6rem 0.8rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500 !important;
  color: #7c2d12 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}

.pubnav__droplink:hover { background: #fff7ed; color: #ea580c !important; }

.pubnav__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.pubnav__login {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  min-height: 2.25rem;
  padding: 0.5rem 0.8rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(249, 115, 22, 0.35);
  background: #ffffff;
  font-size: 0.9rem;
  font-weight: 500 !important;
  color: #7c2d12 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s;
}

.pubnav__login:hover { border-color: #fb923c; background: #fff7ed; }
.pubnav__login-ic { height: 1rem; width: 1rem; }

.pubnav__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: 0.6rem;
  background: #f97316;
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 600 !important;
  white-space: nowrap;
  text-decoration: none !important;
  box-shadow: 0 8px 18px -8px rgba(249, 115, 22, 0.7);
  transition: all 0.2s;
}

.pubnav__cta:hover { background: #ea580c; transform: translateY(-1px); }
.pubnav__cta i { font-size: 0.8rem; }

.pubnav__toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: #7c2d12;
  cursor: pointer;
  padding: 0.4rem;
}

/* Mobil drawer */
.pubnav__overlay {
  position: fixed;
  inset: 0;
  background: rgba(67, 20, 7, 0.45);
  z-index: 60;
  opacity: 0;
  transition: opacity 0.25s;
}
.pubnav__overlay.is-open { opacity: 1; }

.pubnav__mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(86vw, 340px);
  z-index: 61;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: #ffffff;
  transform: translateX(100%);
  transition: transform 0.28s ease;
  box-shadow: -20px 0 40px -20px rgba(124, 45, 18, 0.4);
  overflow-y: auto;
}
.pubnav__mobile.is-open { transform: translateX(0); }

.pubnav__mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(249, 115, 22, 0.16);
}
.pubnav__mobile-title { font-weight: 700; color: #431407; }
.pubnav__mobile-close {
  background: none;
  border: none;
  font-size: 1.3rem;
  color: #7c2d12;
  cursor: pointer;
  padding: 0.25rem 0.4rem;
}

.pubnav__mobile-list { list-style: none; margin: 0; padding: 0; }
.pubnav__mobile-li { border-bottom: 1px solid rgba(249, 115, 22, 0.08); }

.pubnav__mobile-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.5rem;
  padding: 0.85rem 0.4rem;
  background: none;
  border: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500 !important;
  color: #431407 !important;
  text-decoration: none !important;
}
.pubnav__mobile-link .pubnav__arrow { font-size: 0.75rem; }
.pubnav__mobile-li.is-expanded .pubnav__arrow { transform: rotate(180deg); }

.pubnav__mobile-sub {
  list-style: none;
  margin: 0;
  padding: 0 0 0.4rem 0.6rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.pubnav__mobile-sub.is-open { max-height: 300px; }
.pubnav__mobile-sublink {
  display: block;
  padding: 0.55rem 0.4rem;
  font-size: 0.9rem;
  font-weight: 400 !important;
  color: #7c2d12 !important;
  text-decoration: none !important;
}
.pubnav__mobile-sublink:hover { color: #ea580c !important; }

.pubnav__mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 1rem;
}
.pubnav__mobile-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(249, 115, 22, 0.35);
  background: #ffffff;
  font-weight: 500 !important;
  color: #7c2d12 !important;
  text-decoration: none !important;
}
.pubnav__mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.7rem 1rem;
  border-radius: 0.6rem;
  background: #f97316;
  color: #ffffff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.pubnav__mobile-cta:hover { background: #ea580c; }

@media (max-width: 1023px) {
  .pubnav__menu,
  .pubnav__login,
  .pubnav__cta { display: none !important; }
  .pubnav__toggle { display: inline-flex; }
}

/* ═══════════════════════════════════════════════════════════════
   5) ORTAK FOOTER — qrsis.net layout, açık/turuncu tema (.pubfoot)
   Tailwind .page [&_a] sıfırlamalarının üzerine yazar.
   ═══════════════════════════════════════════════════════════════ */
.pubfoot {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid rgba(249, 115, 22, 0.16);
  color: #7c2d12;
}

.pubfoot__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(249, 115, 22, 0.12);
}

.pubfoot__brand-col { flex: 1; min-width: 280px; }
.pubfoot__logo { height: 44px; width: auto; object-fit: contain; }
.pubfoot__desc {
  margin: 0.9rem 0 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(124, 45, 18, 0.72);
  max-width: 100%;
}

.pubfoot__social-col { flex-shrink: 0; }
.pubfoot__social-title {
  margin: 0 0 0.8rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9a3412;
}
.pubfoot__social { display: flex; gap: 0.6rem; }
.pubfoot__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(249, 115, 22, 0.12);
  color: #ea580c !important;
  text-decoration: none !important;
  transition: all 0.2s;
}
.pubfoot__social-link:hover { background: #f97316; color: #ffffff !important; transform: translateY(-2px); }

.pubfoot__content {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 2rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(249, 115, 22, 0.12);
}

.pubfoot__group + .pubfoot__group { margin-top: 1.75rem; }
.pubfoot__heading--map { margin-top: 1.75rem; }

.pubfoot__content--seal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}

.pubfoot__heading {
  margin: 0 0 1.1rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9a3412;
}

.pubfoot__links { list-style: none; margin: 0; padding: 0; }
.pubfoot__links li { margin-bottom: 0.7rem; }
.pubfoot__links a {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400 !important;
  color: rgba(124, 45, 18, 0.78) !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: color 0.15s, transform 0.15s;
}
.pubfoot__links a:hover { color: #ea580c !important; transform: translateX(3px); }

.pubfoot__map-col { display: flex; flex-direction: column; }
.pubfoot__map {
  flex: 1;
  min-height: 200px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(249, 115, 22, 0.16);
  line-height: 0;
}
.pubfoot__map iframe { width: 100%; height: 100%; min-height: 200px; border: 0; display: block; }

.pubfoot__contact { display: flex; flex-direction: column; gap: 0.9rem; }
.pubfoot__contact-item { display: flex; align-items: center; gap: 0.75rem; }
.pubfoot__contact-ic {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(249, 115, 22, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ea580c;
  transition: all 0.2s;
}
.pubfoot__contact-item:hover .pubfoot__contact-ic { background: #f97316; color: #ffffff; }
.pubfoot__contact-ic i { font-size: 0.85rem; }
.pubfoot__contact-item a {
  font-size: 0.9rem;
  font-weight: 400 !important;
  color: rgba(124, 45, 18, 0.78) !important;
  text-decoration: none !important;
  transition: color 0.15s;
  word-break: break-word;
}
.pubfoot__contact-item a:hover { color: #ea580c !important; }

.pubfoot__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.4rem 0;
}
.pubfoot__copyright { margin: 0; font-size: 0.82rem; color: rgba(124, 45, 18, 0.6); }
.pubfoot__bottom-right { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.pubfoot__credit { margin: 0; font-size: 0.82rem; color: rgba(124, 45, 18, 0.6); }
.pubfoot__credit i { color: #ef4444; }
.pubfoot__credit a { font-weight: 500 !important; color: rgba(124, 45, 18, 0.7) !important; text-decoration: none !important; }
.pubfoot__credit a:hover { color: #ea580c !important; }
.pubfoot__seal {
  display: inline-block;
  width: 90px;
  height: 30px;
  overflow: hidden;
  line-height: 0;
}
.pubfoot__seal #gogetssl-animated-seal {
  display: block;
  transform: scale(0.5);
  transform-origin: top left;
}

@media (max-width: 900px) {
  .pubfoot__content { grid-template-columns: 1fr 1fr; }
  .pubfoot__map-col,
  .pubfoot__contact-col { grid-column: span 2; }
  .pubfoot__map { min-height: 240px; }
}

@media (max-width: 640px) {
  .pubfoot__top { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .pubfoot__brand-col { min-width: 100%; }
  .pubfoot__content { grid-template-columns: 1fr; gap: 2rem; }
  .pubfoot__map-col,
  .pubfoot__contact-col { grid-column: auto; }
  .pubfoot__bottom { flex-direction: column; text-align: center; }
  .pubfoot__bottom-right { flex-direction: column; }
}

/* ═══════════════════════════════════════════════════════════════
   6) YASAL METİN MODALI — home / signup_classic / legal (.legal-modal-*)
   ═══════════════════════════════════════════════════════════════ */
.legal-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding:
    max(0.5rem, env(safe-area-inset-top, 0px))
    max(0.75rem, env(safe-area-inset-right, 0px))
    max(0.5rem, env(safe-area-inset-bottom, 0px))
    max(0.75rem, env(safe-area-inset-left, 0px));
  background: rgba(67, 20, 7, 0.32);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  overscroll-behavior: contain;
}

.legal-modal-overlay.is-open {
  display: flex;
}

.legal-modal-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 42rem;
  height: min(92dvh, 720px);
  max-height: calc(100dvh - max(1rem, env(safe-area-inset-top, 0px)) - max(1rem, env(safe-area-inset-bottom, 0px)));
  overflow: hidden;
  border: 1px solid rgba(254, 215, 170, 0.65);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14);
}

@media (min-width: 640px) {
  .legal-modal-overlay {
    padding: 1rem;
  }
  .legal-modal-card {
    height: min(720px, 88vh);
    border-radius: 1rem;
  }
}

.legal-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-shrink: 0;
  padding: 0.875rem 1rem;
  border-bottom: 1px solid rgba(249, 115, 22, 0.22);
  background: rgba(255, 247, 237, 0.65);
}

@media (min-width: 640px) {
  .legal-modal-head {
    padding: 0.875rem 1.25rem;
  }
}

.legal-modal-head h3 {
  margin: 0;
  min-width: 0;
  flex: 1;
  font-family: "Google Sans Flex", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0f172a;
  overflow-wrap: anywhere;
}

@media (min-width: 640px) {
  .legal-modal-head h3 {
    font-size: 1.125rem;
  }
}

.legal-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(254, 215, 170, 0.85);
  border-radius: 0.75rem;
  background: #fff;
  color: rgba(154, 52, 18, 0.55);
  line-height: 0;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.legal-modal-close__icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  pointer-events: none;
}

.legal-modal-close:hover,
.legal-modal-close:focus-visible {
  border-color: #fdba74;
  background: #fff7ed;
  color: #9a3412;
  outline: none;
}

.legal-modal-frame {
  display: block;
  width: 100%;
  min-height: 0;
  flex: 1;
  border: 0;
  background: #fff;
}

html.legal-modal-open,
html.legal-modal-open body {
  overflow: hidden;
  overscroll-behavior: none;
}

/* ═══════════════════════════════════════════════════════════════
   6) SIGNUP SİHİRBAZI — signup.php (daisyUI teması)
   daisyUI 4 oklch format — #f97316 tenant turuncusu
   ═══════════════════════════════════════════════════════════════ */
[data-theme="qrsis"] {
  color-scheme: light;
  --p: 70.4871% 0.1867 47.604;
  --pf: 64.6072% 0.1943 41.116;
  --pc: 100% 0 0;
  --s: 75.764% 0.159 55.934;
  --sf: 70.4871% 0.1867 47.604;
  --sc: 100% 0 0;
  --a: 64.6072% 0.1943 41.116;
  --af: 58.5% 0.19 38;
  --ac: 100% 0 0;
  --n: 32.1785% 0.02476 255.701624;
  --nc: 89.4994% 0.011585 252.096176;
  --b1: 100% 0 0;
  --b2: 96.1151% 0 0;
  --b3: 92.4169% 0.00108 197.137559;
  --bc: 27.8078% 0.029596 256.847952;
  --in: 72.06% 0.191 231.6;
  --inc: 0% 0 0;
  --su: 64.8% 0.150 160;
  --suc: 0% 0 0;
  --wa: 84.71% 0.199 83.87;
  --wac: 0% 0 0;
  --er: 71.76% 0.221 22.18;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.75rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
}
.sf2-card-check {
  --rounded-btn: 0.5rem;
  --size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  border-radius: 0.5rem;
}
.sf2-cycle-tabs {
  --sf2-cycle-pad: 0.25rem;
  --sf2-cycle-inner-r: 0.5rem;
  padding: var(--sf2-cycle-pad);
  gap: var(--sf2-cycle-pad);
  border-radius: calc(var(--sf2-cycle-inner-r) + var(--sf2-cycle-pad));
}
.sf2-cycle-tabs .sf2-flex-cycle-btn {
  border-radius: var(--sf2-cycle-inner-r);
}
.sf2-flex-cycle-btn {
  border-color: #fff;
  background-color: transparent;
  color: color-mix(in oklab, var(--bc) 70%, transparent);
}
.sf2-flex-cycle-btn:hover:not(.is-active) {
  background-color: var(--b1);
  border-color: #fff;
}
.sf2-flex-cycle-btn.is-active {
  border-color: #fff;
  background-color: #fff;
  color: #9a3412;
  box-shadow: 0 1px 2px rgb(249 115 22 / 0.12);
}
.sf2-flex-cycle-btn.is-active:hover {
  background-color: #fff;
  border-color: #fff;
}
.sf2-flex-cycle-btn.is-active .sf2-cycle-save-chip {
  background-color: #ecfdf5;
  border-color: #34d399;
  color: #065f46;
}
.sf2-summary-group:first-child {
  margin-top: 0;
}

/* ═══════════════════════════════════════════════════════════════
   7) SIGNUP KLASİK — signup_classic.php
   (.qrsis-*, .signup-hero-*, .plan-card-label, #slug-preview, html.signup-embed)
   ═══════════════════════════════════════════════════════════════ */
.qrsis-field-grid-2 { display: grid; grid-template-columns: 1fr; gap: 1rem; align-items: start; }
@media (min-width: 640px) {
  .qrsis-field-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.qrsis-field-grid-2 > .field,
.qrsis-field-grid-2 > .field.group { min-width: 0; }
/* Tüm metin alanları (İşletme adı, ad soyad, telefon, e-posta) — turuncu odak çerçevesi */
#qrsis-signup-form .qrsis-input:focus,
#qrsis-signup-form .qrsis-input:focus-visible {
  border-color: #f97316;
  outline: none;
}
/* Slug/şifre birleşik alan: sarmalayıcı odakta turuncu çerçeve */
.slug-wrap:focus-within,
.pwd-wrap:focus-within {
  border-color: #f97316;
}
/* Bölüm numarası — CDN sırasından bağımsız turuncu rozet */
.qrsis-section-num { background: #f97316 !important; color: #fff !important; }
/* Bölüm şeritleri 1–2 ve plan üstü: KVKK ile aynı #f8f9fa zemin ve border-black/12 çerçeve */
.qrsis-section-strip,
.qrsis-plan-head {
  border-color: rgba(0, 0, 0, 0.12) !important;
  background: #f8f9fa !important;
  color: #111827 !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
/* Hero .signup-hero-mini-icon ile aynı turuncu opaklık zemin (currentColor ile eşlenik #f97316) */
.bg-qrsis-form-tint {
  background-color: rgba(249, 115, 22, 0.14);
  background-color: color-mix(in srgb, #f97316 14%, transparent);
}
.border-qrsis-icon-tone {
  border-color: rgba(249, 115, 22, 0.3);
  border-color: color-mix(in srgb, #f97316 30%, transparent);
}
/* Slug önizleme: sol URL, sağda canlı durum; müsaitlik = zemin yeşil / değilse kırmızı */
#slug-preview.slug-preview-box {
  border-width: 1px;
  transition: background-color 0.18s ease, border-color 0.18s ease, border-style 0.12s ease;
}
#slug-preview.slug-preview-box[data-tone="neutral"] {
  background-color: rgba(249, 115, 22, 0.14);
  background-color: color-mix(in srgb, #f97316 14%, transparent);
  border-style: dashed;
  border-color: rgba(249, 115, 22, 0.3);
  border-color: color-mix(in srgb, #f97316 30%, transparent);
}
#slug-preview.slug-preview-box[data-tone="loading"] {
  background: #f8fafc;
  border-style: solid;
  border-color: #e2e8f0;
}
#slug-preview.slug-preview-box[data-tone="ok"] {
  background: #ecfdf5;
  border-style: solid;
  border-color: #a7f3d0;
}
#slug-preview.slug-preview-box[data-tone="bad"] {
  background: #fff1f2;
  border-style: solid;
  border-color: #fecdd3;
}
#slug-preview.slug-preview-box[data-tone="warn"] {
  background: #fffbeb;
  border-style: solid;
  border-color: #fde68a;
}
/* Plan kartı: seçili — büyüt, öne al, turuncu çerçeve (CDN'de :has/peer kaçarsa) */
.qrsis-plans-wrap { --qrsis-brand: #f97316; padding: 0.25rem; }
@media (min-width: 640px) { .qrsis-plans-wrap { padding: 0.5rem; } }
.plan-card-label { transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease; }
.plan-card-label:has(input[name="plan_id"]:checked) {
  position: relative;
  z-index: 2;
  transform: scale(1.03);
  border-color: var(--qrsis-brand) !important;
  background: #fff;
  box-shadow: 0 0 0 1px var(--qrsis-brand), 0 12px 32px rgba(249, 115, 22, 0.2);
}
.plan-card-label:has(input[name="plan_id"]:checked) .price-label { color: var(--qrsis-brand) !important; }
.plan-card-label:has(input[name="plan_id"]:focus-visible) {
  outline: 2px solid var(--qrsis-brand);
  outline-offset: 2px;
}
/* Üst rozet: tıklanabilir <label> içinde metin seçilebilsin */
.plan-card-label .mb-3 > span {
  -webkit-user-select: text;
  user-select: text;
}
/* Plan başlık satırı: isim + fiyat tek hizada; isim taşarsa kısaltılır */
.plan-card-head .plan-title-row { flex-wrap: nowrap; }
.plan .price { flex-wrap: nowrap; }
.plan .price.price-stacked { flex-wrap: wrap; }
.plan .ai-grant-text strong { font-weight: 700; }
/* Plan detay: ×/✓ rozetleri — modül chip + limit satırı aynı boyut/merkez */
.plan .ai-grant-icon,
.plan .ai-line-mark,
.plan .module-chip-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 1.3125rem; /* 21px @ 16px root, DOM ile uyum */
  height: 1.3125rem;
  min-width: 1.3125rem;
  min-height: 1.3125rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0.6875rem; /* 11px */
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  box-sizing: border-box;
  flex-shrink: 0;
  user-select: none;
  vertical-align: middle;
}
/* Hero: backups/signup.php.pre-tailwind-2026-04-28.php ile aynı yapı */
.signup-hero { position: relative; width: 100%; max-width: none; }
@keyframes signup-hero-load-in {
  from { opacity: 0; transform: translate3d(0, 14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes signup-hero-load-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.signup-hero-panel .signup-hero-load {
  animation: signup-hero-load-in 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(36ms + (var(--hero-load-i, 0)) * 48ms);
}
@media (prefers-reduced-motion: reduce) {
  .signup-hero-panel .signup-hero-load {
    animation-name: signup-hero-load-fade;
    animation-duration: 0.28s;
    animation-timing-function: ease;
    animation-delay: calc(12ms + (var(--hero-load-i, 0)) * 28ms);
  }
}
.signup-hero-panel {
  position: relative; overflow: hidden;
  border: 1px solid #fed7aa;
  border-radius: 18px;
  background: #fff;
  padding: 28px;
  box-shadow: none;
}
.signup-hero-panel::before,
.signup-hero-panel::after { display: none !important; content: ''; }
.signup-hero-content {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  min-width: 0;
}
@media (min-width: 1024px) {
  .signup-hero-content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px 28px;
  }
}
.signup-hero-copy { min-width: 0; }
@media (min-width: 1024px) {
  .signup-hero-lead { max-width: none; }
}
.signup-pill {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 11px 12px; border-radius: 10px;
  background: #ecfdf5; color: #065f46; font-size: 13px; font-weight: 800;
  margin-bottom: 18px; border: 1px solid #a7f3d0; box-shadow: none;
  letter-spacing: 0.1px; line-height: 1.35;
}
.signup-pill-text { flex: 1; min-width: 0; font-size: 15px; line-height: 1.4; }
@media (min-width: 640px) { .signup-pill-text { font-size: 16px; } }
@media (max-width: 639px) {
  .signup-pill { justify-content: center; align-items: center; }
  .signup-pill-text { text-align: center; font-size: 1.05rem; }
}
@media (max-width: 560px) {
  .signup-pill-text { width: 100%; }
}
.signup-pill-text b { color: #064e3b; font-weight: 900; }
@media (min-width: 640px) {
  .signup-pill-chip {
    display: inline-flex; align-items: center; justify-content: center; height: 28px; padding: 0 10px; border-radius: 8px;
    background: #d1fae5; color: #065f46; font-size: 11px; font-weight: 900; white-space: nowrap; border: 1px solid #a7f3d0;
  }
}
@media (max-width: 639px) {
  .signup-pill-chip { display: none !important; }
}
.signup-hero h1 {
  font-size: clamp(28px, 4vw, 48px); line-height: 1.05; margin: 0 0 16px; letter-spacing: -1.2px; font-weight: 900; color: #111827;
}
.signup-hero h1 .signup-hero-grad {
  color: #f97316;
  -webkit-text-fill-color: #f97316;
}
.signup-hero-lead { font-size: 1.125rem; color: #4b5563; margin: 0 0 22px; max-width: 640px; line-height: 1.65; }
@media (max-width: 560px) { .signup-hero-lead { font-size: 1rem; } }
.signup-hero-copy-minis { display: flex; flex-direction: column; gap: 10px; width: 100%; min-width: 0; box-sizing: border-box; margin: 0; }
.signup-hero-feature-panel {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; min-width: 0;
}
@media (min-width: 1024px) {
  .signup-hero-feature-panel { gap: 20px; }
}
@media (max-width: 420px) { .signup-hero-feature-panel { grid-template-columns: 1fr; } }
/* sol sütun: üst satır ikon+başlık yan yana; açıklama tam genişlik, ikonla aynı sol hizada başlar */
.signup-hero-copy-minis .signup-hero-mini-feature {
  min-width: 0; padding: 14px; border: 1px solid #ffedd5; border-radius: 14px; background: #fff; box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  text-align: start;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.signup-hero-copy-minis .signup-hero-mini-feature:hover {
  border-color: #fed7aa;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}
.signup-hero-copy-minis .signup-hero-mini-feature:hover .signup-hero-mini-icon {
  color: #ea580c;
}
.signup-hero-copy-minis .signup-hero-mini-feature--wide { width: 100%; }
.signup-hero-copy-minis .signup-hero-mini-feature-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.signup-hero-copy-minis .signup-hero-mini-feature-top > b {
  flex: 1 1 0;
  min-width: 0;
  margin: 0 !important;
  font-size: 1.125rem;
  line-height: 1.35;
}
@media (min-width: 640px) {
  .signup-hero-copy-minis .signup-hero-mini-feature-top > b {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.signup-hero-copy-minis > .signup-hero-mini-feature > .signup-hero-mini-desc {
  margin: 0;
  width: 100%;
  display: block;
}
/* sağ sütun: özellik kartı — Font Awesome, kompakt kutu (~56px) */
.signup-hero-feature-panel .signup-hero-mini-feature {
  min-width: 0; padding: 0.9375rem 0.75rem 0.875rem; border: 1px solid #fed7aa; border-radius: 0.875rem; background: #fff;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.035);
  display: flex; flex-direction: column; align-items: center; text-align: center;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.signup-hero-feature-panel .signup-hero-mini-feature:hover {
  border-color: #fdba74;
  box-shadow: 0 8px 22px rgba(249, 115, 22, 0.12), 0 4px 12px rgba(15, 23, 42, 0.05);
}
.signup-hero-feature-panel .signup-hero-mini-feature:hover .signup-hero-mini-icon {
  color: #ea580c;
}
@media (prefers-reduced-motion: no-preference) {
  .signup-hero-copy-minis .signup-hero-mini-feature:hover { transform: translateY(-2px); }
  .signup-hero-copy-minis .signup-hero-mini-feature:hover .signup-hero-mini-icon { transform: scale(1.04); }
  .signup-hero-feature-panel .signup-hero-mini-feature:hover { transform: translateY(-2px); }
  .signup-hero-feature-panel .signup-hero-mini-feature:hover .signup-hero-mini-icon { transform: scale(1.05); }
}
.signup-hero-feature-panel .signup-hero-mini-icon {
  margin: 0 0 0.625rem;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 0.875rem;
  color: #f97316;
  background: rgba(249, 115, 22, 0.14);
  background: color-mix(in srgb, currentColor 14%, transparent);
  border: 1px solid rgba(249, 115, 22, 0.3);
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  box-shadow: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.signup-hero-feature-panel .signup-hero-mini-icon > i.fa-solid {
  font-size: 1.375rem;
  line-height: 1;
}
.signup-hero-feature-panel .signup-hero-mini-feature b { margin: 0 0 6px; }
/* Form bölüm başlıklarıyla aynı: text-sm font-extrabold tracking-wide sm:text-base — kelime başı büyük */
.signup-hero-mini-feature b {
  display: block;
  color: #111827;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1.35;
  margin-bottom: 1px;
  overflow-wrap: break-word;
  text-transform: capitalize;
}
@media (min-width: 640px) {
  .signup-hero-mini-feature b { font-size: 1rem; }
}
/* Aynı puntolar: .signup-hero-lead ile eşleşir */
.signup-hero-mini-desc { display: block; color: #4b5563; font-size: 1.125rem; line-height: 1.65; overflow-wrap: break-word; }
@media (max-width: 560px) { .signup-hero-mini-desc { font-size: 1rem; } }
.signup-hero-mini-icon {
  position: relative;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-sizing: border-box;
  color: #f97316;
}
/* Sol sütun ikon: sağ kartla aynı stil, bir tık daha küçük */
.signup-hero-copy-minis .signup-hero-mini-icon {
  margin: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 0.75rem;
  color: #f97316;
  background: rgba(249, 115, 22, 0.14);
  background: color-mix(in srgb, currentColor 14%, transparent);
  border: 1px solid rgba(249, 115, 22, 0.3);
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  box-shadow: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.signup-hero-copy-minis .signup-hero-mini-icon > i.fa-solid {
  font-size: 1.25rem;
  line-height: 1;
}
@media (max-width: 380px) { .signup-hero-panel { border-radius: 14px; padding: 16px; } }
/* Iframe (html.signup-embed): pazarlama sitesi gömü — şeffaf arka plan, kutu/max genişlik yok */
html.signup-embed { background: transparent; }
html.signup-embed body {
  min-height: 0 !important;
  background: transparent !important;
}
html.signup-embed .page {
  min-height: 0 !important;
  overflow-x: visible;
}
html.signup-embed .page::before {
  display: none;
}
html.signup-embed main {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}
/* Iframe: üst hero / pazarlama sütununu gizle; yalnızca form (veya başarı/ödeme sonuç kartı) kalsın */
html.signup-embed section.signup-hero {
  display: none !important;
}
/* POST sonrası hata kutusuna kaydırma — yapışkan üst şerit altında kalsın */
#signup-form-alerts {
  scroll-margin-top: 5.75rem;
  outline: none;
}
