/* Vepar — tanıtım sitesi */
html { scroll-behavior: smooth; }

.site-body {
  background: #070d18;
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(99, 102, 241, 0.12), transparent),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(14, 165, 233, 0.06), transparent);
  color: #f8fafc;
  min-height: 100vh;
  font-family: "Segoe UI", system-ui, sans-serif;
  line-height: 1.55;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0  clamp(20px, 5vw, 48px);
  height: 68px;
  background: rgba(7, 13, 24, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(51, 65, 85, 0.55);
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 17px;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}

.site-brand-stack,
.site-brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  line-height: 1.15;
}

.site-brand-stack .brand-name,
.site-brand-name,
.site-footer-brand {
  font-size: 17px;
  font-weight: 800;
  color: #f8fafc;
}

.site-brand-name {
  line-height: 1;
  letter-spacing: -0.01em;
}

.site-brand-stack .brand-tag,
.site-footer-tag {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: 0.02em;
  margin-top: 2px;
}

.site-footer-tag {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .site-brand-stack .brand-tag { font-size: 12px; }
}

.site-brand:hover { opacity: 0.92; text-decoration: none; }

.site-logo {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, #818cf8, #6366f1);
  color: #0b1220;
  font-weight: 800;
  display: grid;
  place-items: center;
  font-size: 16px;
}

.site-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

.site-links a,
.site-link {
  color: #94a3b8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
}

.site-links a:hover,
.site-link:hover {
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

.site-cta-nav {
  background: #6366f1 !important;
  color: #fff !important;
}

.site-cta-nav:hover {
  background: #818cf8 !important;
}

.site-hero {
  padding: 72px clamp(20px, 5vw, 48px) 64px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}

@media (max-width: 900px) {
  .site-hero { grid-template-columns: 1fr; }
  .site-links { display: none; }
}

.site-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #818cf8;
  background: rgba(99, 102, 241, 0.15);
  border: 1px solid rgba(129, 140, 248, 0.35);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.site-hero h1 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}

.site-hero .lead {
  font-size: 17px;
  color: #94a3b8;
  max-width: 540px;
  margin-bottom: 28px;
}

.site-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.btn-site-primary {
  background: linear-gradient(135deg, #6366f1, #818cf8);
  color: #fff;
}

.btn-site-primary:hover {
  filter: brightness(1.08);
  text-decoration: none;
  color: #fff;
}

.btn-site-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
  border: 1px solid rgba(51, 65, 85, 0.8);
}

.btn-site-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: #fff;
}

.btn-wa {
  background: #128c7e;
  color: #fff;
}

.btn-wa:hover {
  background: #0d7368;
  color: #fff;
  text-decoration: none;
}

.site-hero-card {
  background: linear-gradient(160deg, #151c2c 0%, #0f172a 100%);
  border: 1px solid rgba(51, 65, 85, 0.7);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.site-hero-card h3 {
  font-size: 14px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.site-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

.site-stat {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 14px;
}

.site-stat .n {
  font-size: 22px;
  font-weight: 800;
  color: #818cf8;
}

.site-stat .l {
  font-size: 12px;
  color: #64748b;
}

.site-section {
  padding: 64px clamp(20px, 5vw, 48px);
  max-width: 1100px;
  margin: 0 auto;
}

.site-section h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.site-section .sub {
  color: #94a3b8;
  margin-bottom: 36px;
  max-width: 560px;
}

.site-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.site-card {
  background: #151c2c;
  border: 1px solid rgba(51, 65, 85, 0.65);
  border-radius: 14px;
  padding: 24px;
}

.site-card .icon {
  font-size: 28px;
  margin-bottom: 12px;
}

.site-card h3 {
  font-size: 17px;
  margin-bottom: 8px;
}

.site-card p {
  font-size: 14px;
  color: #94a3b8;
}

.site-steps {
  display: grid;
  gap: 16px;
}

.site-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #151c2c;
  border: 1px solid rgba(51, 65, 85, 0.5);
  border-radius: 12px;
  padding: 20px 22px;
}

.site-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(99, 102, 241, 0.2);
  color: #818cf8;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.site-step h3 {
  font-size: 16px;
  margin-bottom: 4px;
}

.site-step p {
  font-size: 14px;
  color: #94a3b8;
}

.site-cta-band {
  margin: 48px clamp(20px, 5vw, 48px) 64px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.25), rgba(14, 165, 233, 0.12));
  border: 1px solid rgba(129, 140, 248, 0.35);
  border-radius: 18px;
  padding: 40px 36px;
  text-align: center;
}

.site-cta-band h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.site-cta-band p {
  color: #94a3b8;
  margin-bottom: 24px;
}

.site-footer {
  border-top: 1px solid rgba(51, 65, 85, 0.5);
  padding: 28px clamp(20px, 5vw, 48px);
  text-align: center;
  font-size: 13px;
  color: #64748b;
}

.site-footer a {
  color: #818cf8;
  text-decoration: none;
}

.site-checklist {
  list-style: none;
  font-size: 14px;
  color: #94a3b8;
  line-height: 2;
}

.site-checklist li::before {
  content: "✓ ";
  color: #818cf8;
  font-weight: 700;
}

.site-btns-center {
  justify-content: center;
}

.site-pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.price-card {
  background: #151c2c;
  border: 1px solid rgba(51, 65, 85, 0.65);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: border-color 0.2s, transform 0.2s;
}

.price-card:hover {
  border-color: rgba(129, 140, 248, 0.45);
  transform: translateY(-2px);
}

.price-card .btn-site {
  margin-top: auto;
  width: 100%;
  max-width: 220px;
}

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 20px;
  text-align: left;
  width: 100%;
  font-size: 13px;
  color: #94a3b8;
}

.price-card ul li {
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
}

.price-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #818cf8;
  font-weight: 700;
}

.price-save {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #34d399;
  background: rgba(52, 211, 153, 0.12);
  padding: 4px 10px;
  border-radius: 999px;
  margin-top: 4px;
}

.price-card h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.price-desc {
  font-size: 13px;
  color: #94a3b8;
}

.price-featured {
  border-color: rgba(129, 140, 248, 0.5);
  background: linear-gradient(160deg, #1a2236 0%, #151c2c 100%);
}

.price-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #818cf8;
  background: rgba(99, 102, 241, 0.2);
  padding: 4px 8px;
  border-radius: 6px;
}

.site-pricing-note {
  font-size: 14px;
  color: #64748b;
  text-align: center;
}

.site-pricing-wide,
.site-pricing-duo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 640px) {
  .site-pricing-wide,
  .site-pricing-duo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
}

.site-pricing-duo .price-card {
  height: 100%;
  min-height: 420px;
}

/* Fiyat karşılaştırma tablosu */
.site-section-wide {
  max-width: 980px;
}

.pricing-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 16px;
  border-radius: 16px;
  border: 1px solid rgba(51, 65, 85, 0.65);
  background: rgba(21, 28, 44, 0.55);
}

.pricing-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 14px;
}

.pricing-table th,
.pricing-table td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(51, 65, 85, 0.45);
  vertical-align: middle;
  text-align: center;
}

.pricing-table thead th {
  background: rgba(7, 13, 24, 0.65);
  font-size: 16px;
  font-weight: 800;
  color: #f8fafc;
  padding: 18px;
  border-bottom: 1px solid rgba(129, 140, 248, 0.35);
}

.pricing-table .pricing-feature-col,
.pricing-table tbody th[scope="row"] {
  text-align: left;
  color: #cbd5e1;
  font-weight: 600;
  width: 34%;
  background: rgba(7, 13, 24, 0.25);
}

.pricing-table tbody td {
  color: #94a3b8;
  width: 33%;
}

.pricing-col-featured {
  background: linear-gradient(180deg, rgba(99, 102, 241, 0.14) 0%, rgba(7, 13, 24, 0.65) 100%);
}

.pricing-table tbody tr:last-child th,
.pricing-table tbody tr:last-child td {
  border-bottom: none;
}

.pricing-row-desc td {
  font-size: 13px;
  line-height: 1.5;
}

.pricing-row-speed td {
  background: rgba(15, 23, 42, 0.35);
}

.pricing-slow {
  color: #94a3b8;
  font-weight: 700;
}

.pricing-fast {
  color: #34d399;
  font-weight: 800;
  font-size: 15px;
}

.pricing-row-price td {
  background: rgba(15, 23, 42, 0.45);
}

.pricing-row-price strong {
  font-size: 20px;
  color: #e2e8f0;
  font-weight: 800;
}

.pricing-period {
  font-size: 13px;
  color: #64748b;
  font-weight: 400;
}

.pricing-row-price .price-save {
  display: block;
  margin-top: 6px;
}

.pricing-row-action td {
  padding: 20px 18px 22px;
}

.pricing-yes {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.15);
  color: #34d399;
  font-weight: 800;
}

.pricing-no {
  color: #475569;
  font-size: 13px;
  line-height: 1.4;
}

.pricing-table td .pricing-no:not(:empty) {
  display: inline-block;
  max-width: 140px;
}

.pricing-table-note {
  text-align: center;
  font-size: 13px;
  color: #64748b;
  margin: 0 0 32px;
}

.site-info-grid-wide {
  max-width: 980px;
}

.btn-site-sm {
  padding: 10px 22px;
  font-size: 14px;
  min-width: 140px;
}

@media (max-width: 700px) {
  .pricing-table {
    min-width: 560px;
    font-size: 13px;
  }

  .pricing-table th,
  .pricing-table td {
    padding: 12px 14px;
  }

  .pricing-row-price strong {
    font-size: 17px;
  }
}

.price-amount {
  font-size: 22px;
  font-weight: 700;
  margin: 8px 0;
  color: #e2e8f0;
}

.price-amount span {
  font-size: 14px;
  font-weight: 400;
  color: #94a3b8;
}

.checkout-card {
  max-width: 560px;
  margin: 0 auto;
}

.checkout-form select,
.checkout-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(51, 65, 85, 0.65);
  background: #0f172a;
  color: #e2e8f0;
  font: inherit;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-section-title,
.checkout-sub {
  font-size: 15px;
  margin: 20px 0 8px;
  color: #94a3b8;
}

.price-summary {
  margin: 16px 0;
  padding: 12px 14px;
  background: rgba(15, 23, 42, 0.6);
  border-radius: 10px;
  border: 1px solid rgba(51, 65, 85, 0.5);
}

.price-line {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 14px;
  color: #94a3b8;
}

.price-line.price-total {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(51, 65, 85, 0.5);
  color: #e2e8f0;
  font-weight: 600;
}

@media (max-width: 560px) {
  .field-row {
    grid-template-columns: 1fr;
  }
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 12px;
}

.site-footer-links a {
  color: #94a3b8;
  font-size: 13px;
  text-decoration: none;
}

.site-footer-links a:hover {
  color: #818cf8;
}

/* Güvenlik / KVKK */
.site-trust {
  background: rgba(15, 23, 42, 0.45);
  border-top: 1px solid rgba(51, 65, 85, 0.4);
  border-bottom: 1px solid rgba(51, 65, 85, 0.4);
  max-width: none;
  padding-left: clamp(20px, 5vw, 48px);
  padding-right: clamp(20px, 5vw, 48px);
}

.site-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.site-trust-card {
  background: #151c2c;
  border: 1px solid rgba(51, 65, 85, 0.65);
  border-radius: 14px;
  padding: 24px;
}

.site-trust-card .trust-icon {
  font-size: 28px;
  margin-bottom: 12px;
}

.site-trust-card h3 {
  font-size: 17px;
  margin-bottom: 10px;
}

.site-trust-card p {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.65;
}

.site-trust-card strong {
  color: #cbd5e1;
  font-weight: 600;
}

.site-trust-note {
  margin-top: 28px;
  font-size: 14px;
  color: #64748b;
  text-align: center;
}

.site-trust-note a {
  color: #818cf8;
  text-decoration: none;
}

.site-trust-note a:hover {
  text-decoration: underline;
}

/* KVKK sayfası */
.site-legal {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px clamp(20px, 5vw, 48px) 64px;
}

.site-legal h1 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.site-legal-updated {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 36px;
}

.site-legal section {
  margin-bottom: 32px;
}

.site-legal h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #e2e8f0;
}

.site-legal p {
  font-size: 15px;
  color: #94a3b8;
  line-height: 1.7;
  margin-bottom: 12px;
}

.site-legal a {
  color: #818cf8;
  text-decoration: none;
}

.site-legal-back {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(51, 65, 85, 0.5);
}

.hidden { display: none !important; }

.site-link-active { color: #f8fafc !important; background: rgba(255,255,255,0.06); }

.site-link-btn {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.site-menu-btn {
  display: none;
  background: none;
  border: 1px solid rgba(51,65,85,0.7);
  color: #f8fafc;
  font-size: 20px;
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .site-menu-btn { display: block; }
  .site-links {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: #0a101c;
    border-bottom: 1px solid rgba(51,65,85,0.6);
    padding: 12px;
  }
  .site-links.site-links-open { display: flex; }
  .site-nav { position: relative; flex-wrap: wrap; }
}

.site-footer-full { text-align: left; padding: 48px clamp(20px,5vw,48px) 24px; }

.site-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto 32px;
}

.site-footer-grid h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 12px;
}

.site-footer-grid a {
  display: block;
  color: #94a3b8;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 8px;
}

.site-footer-grid a:hover { color: #818cf8; }

.site-footer-brand { font-size: 16px; color: #e2e8f0; display: block; margin-bottom: 8px; }

.site-footer-desc { font-size: 13px; color: #64748b; line-height: 1.6; }

.site-footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid rgba(51,65,85,0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
  color: #64748b;
}

.site-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #151c2c;
  border-top: 1px solid rgba(129,140,248,0.35);
  padding: 16px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: #94a3b8;
}

.site-cookie a { color: #818cf8; }

.btn-sm { padding: 10px 18px; font-size: 13px; }

.site-panel {
  min-height: calc(100vh - 140px);
  display: grid;
  place-items: center;
  padding: 48px 20px;
}

.panel-card {
  max-width: 640px;
  width: 100%;
  background: #151c2c;
  border: 1px solid rgba(51,65,85,0.65);
  border-radius: 18px;
  padding: 36px;
}

.panel-card-sm { max-width: 480px; text-align: center; }

.panel-lead { color: #94a3b8; margin: 12px 0 28px; }

.panel-download {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  background: rgba(0,0,0,0.25);
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  .panel-download { grid-template-columns: 1fr; text-align: center; }
}

.panel-dl-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(99,102,241,0.2);
  display: grid;
  place-items: center;
  font-size: 24px;
}

.panel-ver { font-size: 13px; color: #818cf8; margin: 4px 0; }

.panel-note { font-size: 13px; color: #64748b; }

.panel-steps {
  margin: 0 0 24px 20px;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.9;
}

.panel-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(129,140,248,0.2);
  border-top-color: #818cf8;
  border-radius: 50%;
  margin: 0 auto 20px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

.panel-dev { margin-top: 16px; font-size: 12px; color: #64748b; }

.faq-list { display: grid; gap: 10px; }

.faq-item {
  background: #151c2c;
  border: 1px solid rgba(51,65,85,0.6);
  border-radius: 12px;
  padding: 4px 16px;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  padding: 12px 0;
  color: #e2e8f0;
}

.faq-item p { padding-bottom: 14px; font-size: 14px; color: #94a3b8; }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.contact-form {
  background: #151c2c;
  border: 1px solid rgba(51,65,85,0.6);
  border-radius: 14px;
  padding: 24px;
}

.contact-form label {
  display: block;
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(51,65,85,0.8);
  background: #0f172a;
  color: #f8fafc;
  font: inherit;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 600px) {
  .field-row { grid-template-columns: 1fr; }
}

.site-contact .sub { margin-bottom: 24px; color: #94a3b8; }

.site-legal-wide { max-width: 820px; }

.site-legal-note {
  background: rgba(21, 28, 44, 0.8);
  border: 1px solid rgba(51, 65, 85, 0.55);
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.65;
  margin-bottom: 28px;
}

.site-legal h3 {
  font-size: 15px;
  font-weight: 700;
  color: #cbd5e1;
  margin: 18px 0 8px;
}

.site-legal-highlight {
  padding: 14px 16px;
  border-left: 3px solid #818cf8;
  background: rgba(99, 102, 241, 0.08);
  border-radius: 0 10px 10px 0;
  color: #cbd5e1 !important;
}

.site-legal-disclaimer {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(51, 65, 85, 0.5);
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
}

.legal-table thead th {
  background: rgba(0, 0, 0, 0.25);
  color: #cbd5e1;
  font-weight: 700;
}

.site-section-wide {
  max-width: 980px;
}

.site-legal-hub-page {
  max-width: 1100px;
}

.site-page-hero-wide {
  max-width: 820px;
}

.site-page-hero a {
  color: #818cf8;
  text-decoration: none;
}

.site-page-hero a:hover {
  text-decoration: underline;
}

.legal-hub-heading {
  font-size: 20px;
  font-weight: 800;
  color: #e2e8f0;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

.legal-hub-heading:not(:first-child) {
  margin-top: 48px;
}

.legal-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.legal-hub-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 960px) {
  .legal-hub-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .legal-hub-grid-3 {
    grid-template-columns: 1fr;
  }
}

.legal-hub-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 700px) {
  .legal-hub-grid-2 {
    grid-template-columns: 1fr;
  }
}

.legal-hub-card {
  display: flex;
  flex-direction: column;
  background: #151c2c;
  border: 1px solid rgba(51, 65, 85, 0.65);
  border-radius: 14px;
  padding: 22px 22px 18px;
  text-decoration: none !important;
  color: #f8fafc !important;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  min-height: 168px;
}

.legal-hub-card:hover {
  border-color: rgba(129, 140, 248, 0.55);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  text-decoration: none !important;
  color: #f8fafc !important;
}

.legal-hub-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #f8fafc !important;
  margin: 0 0 8px;
}

.legal-hub-card p {
  font-size: 13px;
  color: #94a3b8 !important;
  line-height: 1.55;
  margin: 0 0 auto;
  flex: 1;
}

.legal-hub-link {
  display: inline-block;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 700;
  color: #818cf8 !important;
}

.legal-hub-info {
  background: rgba(21, 28, 44, 0.8);
  border: 1px solid rgba(51, 65, 85, 0.55);
  border-radius: 14px;
  padding: 22px;
}

.legal-hub-info h3 {
  font-size: 15px;
  font-weight: 700;
  color: #e2e8f0;
  margin: 0 0 10px;
}

.legal-hub-info p {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.6;
  margin: 0;
}

.legal-hub-contact {
  margin-top: 32px;
  padding: 20px 22px;
  border-radius: 14px;
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(129, 140, 248, 0.25);
}

.legal-hub-contact h3 {
  font-size: 15px;
  font-weight: 700;
  color: #e2e8f0;
  margin: 0 0 8px;
}

.legal-hub-contact p {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
  line-height: 1.6;
}

.legal-hub-contact a {
  color: #818cf8;
}

.site-legal .legal-hub-grid {
  margin-bottom: 8px;
}

.legal-table-compact {
  margin: 0;
  font-size: 13px;
}

.legal-table-compact th {
  width: 38%;
  padding: 8px 10px;
}

.legal-table-compact td {
  padding: 8px 10px;
}

.legal-hub-info a {
  color: #818cf8;
  text-decoration: none;
}

.site-legal a.legal-hub-card {
  color: inherit;
}

.site-legal code {
  font-size: 12px;
  background: rgba(15, 23, 42, 0.6);
  padding: 2px 6px;
  border-radius: 4px;
  color: #cbd5e1;
}

.legal-list {
  margin: 0 0 12px 20px;
  color: #94a3b8;
  line-height: 1.75;
  font-size: 15px;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 12px;
}

.legal-table th,
.legal-table td {
  border: 1px solid rgba(51,65,85,0.6);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  background: rgba(0,0,0,0.25);
  color: #cbd5e1;
  width: 32%;
}

.legal-table td { color: #94a3b8; }

.site-page-hero {
  text-align: center;
  padding: 56px clamp(20px, 5vw, 48px) 32px;
  max-width: 720px;
  margin: 0 auto;
}

.site-page-hero h1 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  margin: 12px 0;
  letter-spacing: -0.02em;
}

.site-page-hero p {
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.6;
}

.site-section-tight {
  padding-top: 0;
}

.site-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  max-width: 720px;
  margin: 40px auto 0;
}

.site-info-card {
  background: rgba(21, 28, 44, 0.8);
  border: 1px solid rgba(51, 65, 85, 0.55);
  border-radius: 12px;
  padding: 20px;
}

.site-info-card h3 {
  font-size: 15px;
  margin-bottom: 8px;
  color: #e2e8f0;
}

.site-info-card p {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.6;
  margin: 0;
}

.site-card {
  transition: border-color 0.2s, transform 0.2s;
}

.site-card:hover {
  border-color: rgba(129, 140, 248, 0.4);
  transform: translateY(-2px);
}
