/* Public CMS theme. Admin and customer workspaces keep their own styles. */
.site-body {
  --public-border: #dbe6e4;
  --public-muted: #5f7280;
  --public-panel: var(--theme-surface, #fff);
  background: var(--site-surface, #f5f8f7);
  color: var(--site-ink, #142b36);
  font-family: var(--theme-font, "Manrope", sans-serif);
}

.site-body :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--site-accent, #0e938b);
  outline-offset: 3px;
}

.site-body .site-header {
  border-bottom-color: #dce8e5;
  background: rgb(255 255 255 / .94);
  box-shadow: 0 12px 30px -30px #102f3a80;
}
.site-body .site-header > div { width: 100%; min-width: 0; min-height: 4.5rem; }
.site-body .site-header .brand-lockup {
  min-width: 0;
  max-width: 11.875rem;
  flex: 0 1 11.875rem;
  overflow: hidden;
}
.site-body .site-header .brand-lockup img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 3rem;
  object-fit: contain;
  object-position: left center;
}
.site-body .site-header nav[aria-label="Ana menü"] { min-width: 0; }
.site-body .site-header nav[aria-label="Ana menü"] a { white-space: nowrap; }
.site-body .site-header > div > div { flex-shrink: 0; }
.site-body .nav-link { color: #45606a; }
.site-body .nav-link:hover { color: var(--site-primary, #0c7882); }
.site-body .nav-link::after { background: var(--site-primary, #0c7882); }
.site-body .brand-lockup b { color: var(--site-primary, #0c7882); }
.site-body .brand-mark { background: linear-gradient(145deg, var(--site-primary-dark, #0d3442), var(--site-primary, #0c7882)); }

.site-body .btn-primary {
  min-height: 2.85rem;
  border: 1px solid transparent;
  border-radius: .76rem;
  background: var(--site-primary-dark, #0d3442);
  box-shadow: 0 11px 24px -18px #0d3442bf;
  color: #fff;
}
.site-body .btn-primary:hover { background: var(--site-primary, #0c7882); box-shadow: 0 13px 24px -16px #0d3442a0; }
.site-body .btn-secondary {
  border-color: #c8d8d6;
  border-radius: .76rem;
  background: #fff;
  color: var(--site-primary-dark, #0d3442);
}
.site-body .btn-secondary:hover { border-color: var(--site-primary, #0c7882); background: #f4faf8; }
.site-body .btn-large { min-height: 3.45rem; padding: .88rem 1.35rem; }
.site-body .eyebrow { color: var(--site-primary, #0c7882); letter-spacing: .16em; }

.site-body .business-hero {
  color: var(--site-ink, #142b36);
  background: linear-gradient(112deg, #f9fbf8 0%, #f1f7f4 54%, #e8f2f0 100%);
}
.site-body .business-hero::after {
  right: -13rem;
  bottom: -23rem;
  border-color: #b9d8d280;
  box-shadow: 0 0 0 5rem #d8e9e42b, 0 0 0 10rem #d8e9e41c;
}
.site-body .business-hero-grid {
  opacity: .45;
  background-image: linear-gradient(to right, #8cb7b41c 1px, transparent 1px), linear-gradient(to bottom, #8cb7b41c 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, black, transparent 70%);
}
.site-body .business-hero > div:last-child { min-height: 37rem; }
.site-body .trust-badge {
  border-color: #bbdcd6;
  background: #fff;
  box-shadow: none;
  color: var(--site-primary, #0c7882);
  font-size: .7rem;
  letter-spacing: .055em;
}
.site-body .trust-badge span { background: var(--site-accent, #0e938b); box-shadow: 0 0 0 4px #d8eeea; }
.site-body .hero-title {
  max-width: 50rem;
  color: var(--site-primary-dark, #0d3442);
  font-size: clamp(2.55rem, 5.8vw, 5rem);
  letter-spacing: -.058em;
  line-height: 1.05;
}
.site-body .hero-title em { color: var(--site-primary, #0c7882); }
.site-body .hero-copy {
  max-width: 39rem;
  color: #536b74;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.75;
}
.site-body .business-hero .btn-primary { background: var(--site-primary-dark, #0d3442); color: #fff; box-shadow: 0 18px 32px -22px #0d3442a0; }
.site-body .business-hero .btn-primary:hover { background: var(--site-primary, #0c7882); }
.site-body .business-hero .btn-secondary { border-color: #b9d1ce; background: #fff; color: var(--site-primary-dark, #0d3442); }
.site-body .business-hero .btn-secondary:hover { background: #f0f8f5; }
.site-body .hero-proof {
  max-width: 40rem;
  margin-top: 2.45rem;
  border-top-color: #cededb;
}
.site-body .hero-proof strong { color: var(--site-primary-dark, #0d3442); font-size: .85rem; }
.site-body .hero-proof span { color: #637a82; font-size: .69rem; line-height: 1.5; }

.site-body .hero-console {
  position: relative;
  border: 1px solid #305762;
  border-radius: 1.2rem;
  background: linear-gradient(150deg, #123d48, var(--site-primary-dark, #0d3442) 65%);
  box-shadow: 0 28px 58px -36px #062834ab;
  backdrop-filter: none;
}
.site-body .hero-console::before {
  content: "";
  position: absolute;
  top: -.65rem;
  right: .75rem;
  bottom: .65rem;
  left: -.65rem;
  z-index: -1;
  border: 1px solid #bed7d0;
  border-radius: 1.2rem;
  pointer-events: none;
}
.site-body .console-label { color: #a4c8cb; }
.site-body .console-top strong { font-size: 1rem; }
.site-body .console-chip { border: 1px solid #8bc1bb60; border-radius: 999px; padding: .4rem .65rem; color: #b6e2d9; font-size: .68rem; font-weight: 800; white-space: nowrap; }
.site-body .certificate-card { border-color: #84b4ac4d; border-radius: .9rem; background: #ffffff10; }
.site-body .certificate-seal { border-radius: .75rem; background: var(--site-primary, #0c7882); box-shadow: none; }
.site-body .certificate-card span { color: #a8ddd3; }
.site-body .certificate-card small { color: #b1c8cb; }
.site-body .process-list { gap: .2rem; margin-top: 1rem; }
.site-body .process-list li { grid-template-columns: 2rem 1fr; min-height: 3.6rem; padding: .62rem .75rem; color: #b4c6c9; }
.site-body .process-list li + li { border-top: 1px solid #ffffff13; border-radius: 0; }
.site-body .process-list li > span { border-color: #9ecfc84d; border-radius: .52rem; color: #aee5d9; }
.site-body .process-list li strong { color: #f4fbfa; font-size: .8rem; }
.site-body .process-list li small { color: #a7c0c4; font-size: .68rem; }
.site-body .console-security { color: #b4c9cb; }

.site-body .trust-strip { border-color: var(--public-border); background: #fff; }
.site-body .trust-strip > div { padding-top: 1.15rem; padding-bottom: 1.15rem; }
.site-body .trust-icon { border: 1px solid #d5e9e4; border-radius: .65rem; background: #f3faf6; color: var(--site-primary, #0c7882); }
.site-body .trust-strip strong { color: var(--site-primary-dark, #0d3442); font-size: .76rem; }
.site-body .trust-strip small { color: #687e83; }
.site-body .section-space { padding: clamp(4rem, 7vw, 6.5rem) 0; }
.site-body .section-heading h2,
.site-body .site-faq h2 { color: var(--site-primary-dark, #0d3442); font-size: clamp(2rem, 3.6vw, 3.05rem); line-height: 1.13; letter-spacing: -.048em; }
.site-body .section-heading > p { color: var(--public-muted); font-size: .92rem; }
.site-body .service-page-grid { gap: 1rem; }
.site-body .service-page-card,
.site-body .package-card,
.site-body .compliance-grid article,
.site-body .journey-item {
  border-color: var(--public-border);
  border-radius: 1.05rem;
  background: var(--theme-surface, #fff);
  box-shadow: 0 18px 34px -32px #1c465066;
}
.site-body .service-page-card:hover,
.site-body .package-card:hover { transform: translateY(-3px); border-color: var(--site-primary, #0c7882); box-shadow: 0 20px 36px -30px #1c46507a; }
.site-body .service-page-card > span { display: grid; width: 2.1rem; height: 2.1rem; place-items: center; border-radius: .58rem; background: #edf7f4; color: var(--site-primary, #0c7882); }
.site-body .service-page-card h3 { color: var(--site-primary-dark, #0d3442); font-size: 1.18rem; }
.site-body .service-page-card p { color: #657982; font-size: .84rem; }
.site-body .service-page-card strong,
.site-body .site-text-link { color: var(--site-primary, #0c7882); font-size: .8rem; font-weight: 800; }
.site-body .site-text-link { display: inline-flex; gap: .45rem; margin-top: 1.4rem; }
.site-body .site-text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.site-body .site-faq { border-top: 1px solid var(--public-border); background: #fff; }
.site-body .site-faq > div > div:first-child > p:not(.eyebrow) { max-width: 25rem; margin-top: 1.1rem; color: var(--public-muted); font-size: .92rem; line-height: 1.8; }
.site-body .faq-list { display: grid; gap: .65rem; }
.site-body .faq-list details { border: 1px solid var(--public-border); border-radius: .82rem; background: var(--theme-surface, #fff); }
.site-body .faq-list details[open] { border-color: #a8d1c9; background: #f8fcfa; }
.site-body .faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 1.1rem 3.2rem 1.1rem 1.25rem; color: var(--site-primary-dark, #0d3442); font-size: .88rem; font-weight: 800; }
.site-body .faq-list summary::-webkit-details-marker { display: none; }
.site-body .faq-list summary::after { content: "+"; position: absolute; right: 1.25rem; top: 50%; color: var(--site-primary, #0c7882); font-size: 1.5rem; line-height: 1; transform: translateY(-50%); }
.site-body .faq-list details[open] summary::after { content: "−"; }
.site-body .faq-list details p { border-top: 1px solid #e3ece9; padding: .85rem 1.25rem 1.2rem; color: #5a7079; font-size: .84rem; line-height: 1.75; }

.site-body .business-cta { border-color: #285564; background: var(--site-primary-dark, #0d3442); }
.site-body .business-cta .eyebrow { color: #a7dfd2; }
.site-body .business-cta h2 { color: #fff; }
.site-body .business-cta .btn-primary { border-color: #d3ebe2; background: #e6f5eb; color: var(--site-primary-dark, #0d3442); box-shadow: none; }
.site-body .business-cta .btn-primary:hover { background: #fff; }

.site-body .page-hero { border-color: var(--public-border); background: linear-gradient(115deg, #f9fbf8, #eaf4f1); }
.site-body .page-hero::after { border-color: #8ebbb14d; box-shadow: 0 0 0 4rem #8ebbb10a, 0 0 0 8rem #8ebbb108; }
.site-body .page-hero h1 { max-width: 53rem; color: var(--site-primary-dark, #0d3442); font-size: clamp(2.6rem, 6vw, 4.8rem); line-height: 1.08; }
.site-body .page-hero > div > p:last-child { color: #5a7179; }
.site-body .page-hero-dark { border: 0; background: linear-gradient(130deg, var(--site-primary-dark, #0d3442), #184d56); }
.site-body .page-hero-dark h1 { color: #fff; }
.site-body .page-hero-dark > div > p:last-child { color: #d0e2e0; }
.site-body .page-hero-dark .eyebrow { color: #a7dfd2; }

.site-body .package-grid { gap: 1rem; }
.site-body .empty-packages { grid-column: 1 / -1; border: 1px solid var(--public-border); border-radius: 1rem; background: var(--theme-surface, #fff); padding: clamp(1.5rem, 4vw, 2.5rem); }
.site-body .empty-packages h2 { color: var(--site-primary-dark, #0d3442); font-size: 1.2rem; font-weight: 800; }
.site-body .empty-packages p { margin: .5rem 0 1.2rem; color: var(--public-muted); font-size: .9rem; }
.site-body .package-card { padding: clamp(1.25rem, 2.4vw, 1.8rem); }
.site-body .package-card-featured { border-color: var(--site-primary, #0c7882); background: linear-gradient(145deg, var(--site-primary-dark, #0d3442), #174954); box-shadow: 0 20px 40px -28px #123d4c94; }
.site-body .package-card-featured:hover { border-color: var(--site-accent, #0e938b); }
.site-body .package-years { color: var(--site-primary, #0c7882); }
.site-body .package-card-featured .package-years { color: #a7dfd2; }
.site-body .package-price strong { letter-spacing: -.04em; }
.site-body .package-saving { background: #eaf7ed; }
.site-body .package-ribbon { background: #def0e6; color: #145747; }
.site-body .package-card-featured .btn-primary { border-color: #bfe0d5; background: #def1e9; color: var(--site-primary-dark, #0d3442); box-shadow: none; }
.site-body .package-card-featured .btn-primary:hover { background: #fff; }
.site-body .info-band { border-color: var(--public-border); border-radius: 1rem; background: var(--public-border); }
.site-body .info-band > div { background: var(--theme-surface, #fff); }
.site-body .info-band a { color: var(--site-primary, #0c7882); }

.site-body .journey-list { gap: .8rem; }
.site-body .journey-item > span { border-radius: .72rem; background: var(--site-primary-dark, #0d3442); color: #c6ede0; }
.site-body .journey-item h2,
.site-body .provider-disclosure h2,
.site-body .compliance-grid h3 { color: var(--site-primary-dark, #0d3442); }
.site-body .journey-item div p,
.site-body .compliance-grid p { color: #62777e; font-size: .83rem; }
.site-body .process-help,
.site-body .provider-disclosure { border: 1px solid #cce5dc; border-radius: 1.05rem; background: #f1faf6; }
.site-body .process-help h2 { color: var(--site-primary-dark, #0d3442); }
.site-body .compliance-grid { gap: .85rem; }
.site-body .legal-link-grid a { border-color: var(--public-border); border-radius: .78rem; }
.site-body .legal-link-grid a:hover { border-color: var(--site-primary, #0c7882); }
.site-body .legal-link-grid span { color: var(--site-primary, #0c7882); }

.site-body .surface-grid {
  background-image: linear-gradient(to right, #7faaa611 1px, transparent 1px), linear-gradient(to bottom, #7faaa611 1px, transparent 1px);
  background-size: 42px 42px;
}
.site-body .soft-card { border-color: var(--public-border); border-radius: 1.1rem; background: var(--theme-surface, #fff); box-shadow: 0 20px 44px -38px #1c465080; backdrop-filter: none; }
.site-body .soft-card:hover { border-color: #c6dcd6; box-shadow: 0 20px 44px -38px #1c465080; }
.site-body .form-field { border-color: #c8d8d5; border-radius: .68rem; }
.site-body .form-field:focus { border-color: var(--site-primary, #0c7882); box-shadow: 0 0 0 4px #91c9be40; }
.site-body :where(button, select):disabled { cursor: not-allowed; opacity: .55; }
.site-body .application-shell > div,
.site-body .payment-shell > div { align-items: start; }
.site-body .application-aside,
.site-body .payment-aside { position: sticky; top: 7rem; }
.site-body .application-aside h1,
.site-body .payment-aside h1 { color: var(--site-primary-dark, #0d3442); line-height: 1.14; }
.site-body .application-aside .application-notes { border-top: 1px solid #d5e4df; padding-top: 1.3rem; }
.site-body .application-notes p { display: flex; gap: .65rem; align-items: baseline; }
.site-body .application-notes p::first-letter { color: var(--site-primary, #0c7882); }
.site-body .payment-summary { border-color: var(--public-border); border-radius: .95rem; background: var(--theme-surface, #fff); box-shadow: 0 14px 30px -28px #1c465066; }
.site-body .payment-method-card { overflow: hidden; }
.site-body .payment-method-tabs button { min-height: 3.15rem; }
.site-body .payment-method-card button[type="submit"],
.site-body .application-shell button[type="submit"] { border-radius: .76rem; background: var(--site-primary-dark, #0d3442); box-shadow: none; }
.site-body .payment-method-card button[type="submit"]:hover,
.site-body .application-shell button[type="submit"]:hover { background: var(--site-primary, #0c7882); }
.site-body footer { background: var(--site-primary-dark, #0d3442); }
.site-body footer img[alt="İmza.cc"] {
  display: block;
  width: auto;
  height: auto;
  max-width: min(12.5rem, 100%);
  max-height: 3.5rem;
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 640px) and (max-width: 1179px) {
  .site-body .site-header .mobile-menu { display: block; }
}
@media (min-width: 1024px) and (max-width: 1179px) {
  .site-body .site-header nav[aria-label="Ana menü"] { display: none; }
}
@media (max-width: 1023px) {
  .site-body .application-aside,
  .site-body .payment-aside { position: static; }
}
@media (max-width: 639px) {
  .site-body .business-hero > div:last-child { min-height: 0; }
  .site-body .hero-title { font-size: clamp(2.5rem, 11vw, 3.55rem); }
  .site-body .hero-proof { grid-template-columns: 1fr; gap: .8rem; }
  .site-body .hero-proof div { grid-template-columns: 6rem 1fr; gap: .5rem; }
  .site-body .hero-console::before { display: none; }
  .site-body .site-faq { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .site-body .page-hero h1 { font-size: clamp(2.4rem, 10vw, 3.7rem); }
  .site-body .site-header .mobile-menu-panel { max-height: calc(100vh - 5rem); overflow-y: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .site-body .reveal { animation: none; }
}
