﻿@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap");

:root {
  --ox-bg: #070a18;
  --ox-surface: rgba(13, 18, 42, 0.72);
  --ox-surface-strong: rgba(22, 28, 58, 0.86);
  --ox-border: rgba(126, 86, 255, 0.34);
  --ox-text: #f4f7ff;
  --ox-muted: #a8b3d4;
  --ox-accent: #43d8ff;
  --ox-accent-2: #7f6dff;
  --ox-success: #4ade80;
  --ox-danger: #fb7185;
}

body.site-refresh {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ox-text);
  background:
    radial-gradient(1000px 380px at 8% -5%, rgba(67, 216, 255, 0.14), transparent 62%),
    radial-gradient(900px 360px at 100% 0%, rgba(127, 109, 255, 0.2), transparent 62%),
    linear-gradient(180deg, #090d1f 0%, #060913 100%);
}

body.site-refresh h1,
body.site-refresh h2,
body.site-refresh h3,
body.site-refresh .font-bold,
body.site-refresh .font-black {
  font-family: "Sora", "Segoe UI", sans-serif;
  letter-spacing: -0.02em;
}

body.site-refresh section {
  position: relative;
}

body.site-refresh .max-w-7xl,
body.site-refresh .max-w-6xl,
body.site-refresh .max-w-5xl {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

body.site-refresh .rounded-2xl,
body.site-refresh .card-user,
body.site-refresh .card-lift {
  background: linear-gradient(170deg, rgba(18, 23, 50, 0.86), rgba(10, 14, 34, 0.88)) !important;
  border: 1px solid var(--ox-border) !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(127, 109, 255, 0.08) inset !important;
  backdrop-filter: blur(8px);
}

body.site-refresh .card-lift:hover,
body.site-refresh .card-user:hover {
  transform: translateY(-6px) scale(1.012);
  border-color: rgba(67, 216, 255, 0.55) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.5), 0 0 32px rgba(67, 216, 255, 0.16) !important;
}

body.site-refresh .text-gray-500,
body.site-refresh .text-gray-400,
body.site-refresh .text-gray-300 {
  color: var(--ox-muted) !important;
}

body.site-refresh .text-white {
  color: var(--ox-text) !important;
}

body.site-refresh .profit,
body.site-refresh .profit-num {
  color: var(--ox-success) !important;
  text-shadow: 0 0 14px rgba(74, 222, 128, 0.2) !important;
}

body.site-refresh .risk,
body.site-refresh .risk-num {
  color: var(--ox-danger) !important;
  text-shadow: 0 0 14px rgba(251, 113, 133, 0.2) !important;
}

body.site-refresh .inline-flex.items-center.gap-2.bg-gradient-to-r {
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ox-accent), var(--ox-accent-2)) !important;
  color: #071226 !important;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(67, 216, 255, 0.3);
}

body.site-refresh .inline-flex.items-center.gap-2.bg-gradient-to-r:hover {
  filter: saturate(1.06) brightness(1.04);
  transform: translateY(-1px);
}

body.site-refresh .w-full.bg-gradient-to-r {
  background: linear-gradient(90deg, #281f52 0%, #15203f 50%, #1f2f55 100%) !important;
  border-bottom: 1px solid rgba(127, 109, 255, 0.35) !important;
}

body.site-refresh img[alt="OramaX365"] {
  filter: drop-shadow(0 10px 22px rgba(67, 216, 255, 0.2));
}

body.site-refresh .bar-fill {
  background: linear-gradient(90deg, rgba(67, 216, 255, 0.9), rgba(74, 222, 128, 0.86)) !important;
  box-shadow: 0 0 20px rgba(67, 216, 255, 0.18);
}

body.site-refresh .hero-side-cta {
  width: 100%;
  justify-content: center;
  align-self: center;
}

body.site-refresh .hero-side-cta-card {
  width: min(100%, 470px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.9rem;
  padding: 1rem 1rem 1rem 1.1rem;
  border: 1px solid rgba(114, 233, 255, 0.18);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at top left, rgba(67, 216, 255, 0.12), transparent 48%),
    linear-gradient(135deg, rgba(15, 26, 56, 0.98), rgba(13, 16, 44, 0.94));
  box-shadow:
    0 24px 60px rgba(1, 10, 30, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.site-refresh .hero-side-cta-copy {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
  width: 100%;
}

body.site-refresh .hero-side-cta-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(67, 216, 255, 0.18);
  background: rgba(67, 216, 255, 0.08);
  color: #8feaff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.site-refresh .hero-side-cta-support {
  color: rgba(224, 235, 255, 0.76);
  font-size: 0.88rem;
  line-height: 1.45;
  max-width: none;
}

body.site-refresh .hero-side-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  flex-shrink: 0;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ox-accent), var(--ox-accent-2));
  color: #071226;
  font-weight: 800;
  white-space: normal;
  text-align: center;
  line-height: 1.3;
  box-shadow:
    0 16px 32px rgba(67, 216, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  transition:
    transform 0.22s ease,
    filter 0.22s ease,
    box-shadow 0.22s ease;
}

body.site-refresh .hero-side-cta-button:hover {
  transform: translateY(-1px);
  filter: saturate(1.05) brightness(1.03);
  box-shadow:
    0 18px 36px rgba(67, 216, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

body.site-refresh .hero-side-cta-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

body.site-refresh #example-growth .pill-profit {
  background: rgba(74, 222, 128, 0.12) !important;
  border: 1px solid rgba(74, 222, 128, 0.35) !important;
  color: #b8ffd6 !important;
}

@media (max-width: 1024px) {
  body.site-refresh .max-w-7xl,
  body.site-refresh .max-w-6xl,
  body.site-refresh .max-w-5xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 640px) {
  body.site-refresh h1 {
    letter-spacing: -0.01em;
  }

  body.site-refresh .rounded-2xl,
  body.site-refresh .card-user,
  body.site-refresh .card-lift {
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.42) !important;
  }

  body.site-refresh .inline-flex.items-center.gap-2.bg-gradient-to-r {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  body.site-refresh .hero-side-cta-card {
    width: min(100%, 420px);
    text-align: center;
  }

  body.site-refresh .hero-side-cta-copy {
    align-items: center;
  }

  body.site-refresh .hero-side-cta-support {
    max-width: none;
  }

  body.site-refresh .hero-side-cta-button {
    width: 100%;
  }
}

/* Hero alignment patch (requested) */
@media (min-width: 1024px) {
  /* first hero two-column row */
  body.site-refresh section.relative.overflow-hidden .grid.grid-cols-1.lg\:grid-cols-2 {
    align-items: start !important;
  }

  /* right visual card up and centered in its column */
  body.site-refresh section.relative.overflow-hidden .grid.grid-cols-1.lg\:grid-cols-2 > .relative {
    margin-top: -18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.75rem;
  }

  /* tighten left column bottom row and center it visually */
  body.site-refresh section.relative.overflow-hidden .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child > .flex.flex-col.sm\:flex-row {
    justify-content: center;
  }
}

/* Center section directly below hero */
body.site-refresh section.bg-\[\#0a0a1a\].py-12 .max-w-6xl {
  text-align: center;
}
body.site-refresh section.bg-\[\#0a0a1a\].py-12 .flex.flex-wrap.justify-center.items-center {
  margin-left: auto;
  margin-right: auto;
}

/* Center hero stats card block */
@media (min-width: 1024px) {
  body.site-refresh section.relative.overflow-hidden .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child > .mt-6.mb-8.bg-white\/\[0\.04\] {
    width: min(100%, 460px);
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }

  body.site-refresh section.relative.overflow-hidden .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child > .flex.flex-col.sm\:flex-row {
    justify-content: flex-start;
  }
}

/* Full-hero centering for highlighted stats block */
@media (min-width: 1024px) {
  body.site-refresh section.relative.overflow-hidden .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child > .mt-6.mb-8.bg-white\/\[0\.04\] {
    width: min(100%, 460px);
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  body.site-refresh section.relative.overflow-hidden .grid.grid-cols-1.lg\:grid-cols-2 > div:first-child > .flex.flex-col.sm\:flex-row.gap-4.items-start.sm\:items-center {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    justify-content: flex-start;
  }
}

/* Language toggle */
body.site-refresh .lang-toggle-btn {
  position: relative;
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  min-width: 118px;
  padding: 3px;
  border: 1px solid rgba(67, 216, 255, 0.34);
  background:
    linear-gradient(135deg, rgba(67, 216, 255, 0.14), rgba(127, 109, 255, 0.18)),
    rgba(8, 14, 36, 0.92);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  appearance: none;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.22s ease,
    filter 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

body.site-refresh .lang-toggle-btn:focus-visible {
  outline: none;
  border-color: rgba(114, 233, 255, 0.9);
  box-shadow:
    0 0 0 3px rgba(67, 216, 255, 0.18),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

body.site-refresh .lang-toggle-track {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: calc(50% - 3px);
  border-radius: 999px;
  background: linear-gradient(135deg, #7df0ff, #4bbcff);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 8px 18px rgba(48, 164, 255, 0.28);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.28s ease,
    box-shadow 0.28s ease;
  z-index: 0;
}

body.site-refresh .lang-toggle-btn[data-lang="en"] .lang-toggle-track {
  transform: translateX(100%);
  background: linear-gradient(135deg, #9f8dff, #6cbcff);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 8px 18px rgba(120, 110, 255, 0.28);
}

body.site-refresh .lang-toggle-option {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  padding: 0.5rem 0.7rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  color: rgba(234, 247, 255, 0.78);
  transition:
    color 0.22s ease,
    transform 0.22s ease,
    opacity 0.22s ease;
}

body.site-refresh .lang-toggle-flag {
  font-size: 0.88rem;
  line-height: 1;
  filter: saturate(1.1);
}

body.site-refresh .lang-toggle-label {
  display: inline-block;
  min-width: 1.5rem;
  text-align: center;
}

body.site-refresh .lang-toggle-btn[data-lang="el"] .lang-toggle-option-el,
body.site-refresh .lang-toggle-btn[data-lang="en"] .lang-toggle-option-en {
  color: #051522;
}

body.site-refresh .lang-toggle-btn[data-lang="el"] .lang-toggle-option-en,
body.site-refresh .lang-toggle-btn[data-lang="en"] .lang-toggle-option-el {
  color: rgba(234, 247, 255, 0.74);
}

body.site-refresh .lang-toggle-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
  border-color: rgba(67, 216, 255, 0.62);
}

body.site-refresh .lang-toggle-btn:hover .lang-toggle-option {
  transform: scale(1.015);
}

body.site-refresh .lang-toggle-btn:active {
  transform: translateY(0);
}

body.site-refresh .footer-legal-shell {
  position: relative;
  background:
    radial-gradient(820px 260px at 15% 0%, rgba(67, 216, 255, 0.12), transparent 58%),
    radial-gradient(760px 320px at 100% 8%, rgba(127, 109, 255, 0.18), transparent 62%),
    linear-gradient(180deg, rgba(7, 10, 24, 0.96), #04060f 100%) !important;
  overflow: hidden;
}

body.site-refresh .footer-legal-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(72rem, calc(100% - 2rem));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(67, 216, 255, 0.55), rgba(127, 109, 255, 0.5), transparent);
  opacity: 0.9;
}

body.site-refresh .footer-legal-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 54rem;
  margin: 0 auto;
}

body.site-refresh .footer-legal-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.25rem;
}

body.site-refresh .footer-legal-logo {
  width: min(210px, 48vw);
  opacity: 0.92;
  filter: drop-shadow(0 10px 22px rgba(67, 216, 255, 0.18));
}

body.site-refresh .footer-legal-brand-copy {
  margin: 0;
  color: rgba(229, 235, 255, 0.58) !important;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.site-refresh .footer-legal-card {
  position: relative;
  padding: 1.8rem 1.9rem;
  border: 1px solid var(--ox-border);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at top left, rgba(67, 216, 255, 0.09), transparent 34%),
    linear-gradient(170deg, rgba(18, 23, 50, 0.9), rgba(10, 14, 34, 0.92));
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(127, 109, 255, 0.08) inset;
  backdrop-filter: blur(10px);
  text-align: center;
}

body.site-refresh .footer-legal-card-lg {
  padding-top: 1.95rem;
  padding-bottom: 1.95rem;
}

body.site-refresh .footer-legal-card-sm {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}

body.site-refresh .footer-legal-copy {
  margin: 0 auto;
  max-width: 46rem;
  color: rgba(229, 235, 255, 0.76) !important;
  font-size: 0.98rem;
  line-height: 1.88;
}

body.site-refresh .footer-legal-copy + .footer-legal-copy {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.site-refresh .footer-legal-copy strong {
  color: var(--ox-text);
  font-weight: 800;
  text-shadow: 0 0 14px rgba(67, 216, 255, 0.12);
}

body.site-refresh .footer-legal-copy-compact {
  max-width: 44rem;
  font-size: 0.95rem;
}

body.site-refresh .footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.72rem 0.95rem;
  padding: 0.15rem 0 0.2rem;
}

body.site-refresh .footer-legal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.72rem 1.2rem;
  border: 1px solid rgba(67, 216, 255, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(67, 216, 255, 0.09), rgba(127, 109, 255, 0.12)),
    rgba(12, 17, 38, 0.84);
  color: #f3f6ff !important;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(4, 10, 28, 0.28);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}

body.site-refresh .footer-legal-link:hover {
  transform: translateY(-1px);
  border-color: rgba(67, 216, 255, 0.36);
  box-shadow:
    0 14px 30px rgba(4, 10, 28, 0.34),
    0 0 20px rgba(67, 216, 255, 0.1);
  filter: brightness(1.03);
}

body.site-refresh .footer-legal-bottom {
  padding-top: 0.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.site-refresh .footer-legal-meta {
  margin: 0;
  color: rgba(229, 235, 255, 0.48) !important;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-align: center;
}

body.site-refresh.policy-page {
  min-height: 100vh;
  background:
    radial-gradient(900px 360px at 12% -4%, rgba(67, 216, 255, 0.16), transparent 62%),
    radial-gradient(840px 340px at 100% 0%, rgba(127, 109, 255, 0.22), transparent 60%),
    linear-gradient(180deg, #090d1f 0%, #05070f 100%);
}

body.site-refresh .policy-shell {
  width: min(100%, 72rem);
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

body.site-refresh .policy-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

body.site-refresh .policy-hero {
  margin-bottom: 1.75rem;
  padding: 1.5rem 1.6rem 1.8rem;
  border: 1px solid var(--ox-border);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at top left, rgba(67, 216, 255, 0.1), transparent 34%),
    linear-gradient(170deg, rgba(18, 23, 50, 0.9), rgba(10, 14, 34, 0.92));
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(127, 109, 255, 0.08) inset;
  text-align: center;
}

body.site-refresh .policy-logo {
  width: min(220px, 50vw);
  margin: 0 auto 0.85rem;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(67, 216, 255, 0.16));
}

body.site-refresh .policy-eyebrow {
  margin: 0 0 0.45rem;
  color: rgba(229, 235, 255, 0.58) !important;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.site-refresh .policy-title {
  margin: 0;
  color: var(--ox-text);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

body.site-refresh .policy-updated {
  margin: 0.8rem 0 0;
  color: rgba(229, 235, 255, 0.62) !important;
  font-size: 0.95rem;
}

body.site-refresh .policy-summary {
  width: min(100%, 48rem);
  margin: 1rem auto 0;
  color: rgba(229, 235, 255, 0.8) !important;
  font-size: 1rem;
  line-height: 1.8;
}

body.site-refresh .policy-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  padding: 0.72rem 1.15rem;
  border: 1px solid rgba(67, 216, 255, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(67, 216, 255, 0.08), rgba(127, 109, 255, 0.12)),
    rgba(12, 17, 38, 0.84);
  color: #f3f6ff !important;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(4, 10, 28, 0.28);
}

body.site-refresh .policy-back:hover {
  transform: translateY(-1px);
  border-color: rgba(67, 216, 255, 0.36);
}

body.site-refresh .policy-grid {
  display: grid;
  gap: 1rem;
}

body.site-refresh .policy-card {
  padding: 1.35rem 1.4rem;
  border: 1px solid var(--ox-border);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at top left, rgba(67, 216, 255, 0.08), transparent 34%),
    linear-gradient(170deg, rgba(18, 23, 50, 0.88), rgba(10, 14, 34, 0.9));
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(127, 109, 255, 0.08) inset;
}

body.site-refresh .policy-card h2 {
  margin: 0 0 0.85rem;
  color: var(--ox-text);
  font-size: 1.18rem;
}

body.site-refresh .policy-card p,
body.site-refresh .policy-card li {
  color: rgba(229, 235, 255, 0.78) !important;
  font-size: 0.97rem;
  line-height: 1.8;
}

body.site-refresh .policy-card p:last-child,
body.site-refresh .policy-card ul:last-child {
  margin-bottom: 0;
}

body.site-refresh .policy-card a {
  color: var(--ox-accent) !important;
  text-decoration: none;
}

body.site-refresh .policy-card a:hover {
  text-decoration: underline;
}

body.site-refresh .policy-list {
  margin: 0;
  padding-left: 1.15rem;
}

body.site-refresh .policy-list li + li {
  margin-top: 0.5rem;
}

body.site-refresh .policy-footer-note {
  margin-top: 1rem;
  text-align: center;
  color: rgba(229, 235, 255, 0.5) !important;
  font-size: 0.83rem;
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  body.site-refresh .policy-shell {
    padding: 1.2rem 1rem 3rem;
  }

  body.site-refresh .policy-toolbar {
    margin-bottom: 0.85rem;
  }

  body.site-refresh .policy-hero {
    padding: 1.15rem 1rem 1.35rem;
    border-radius: 1.2rem;
  }

  body.site-refresh .policy-back {
    width: 100%;
  }

  body.site-refresh .policy-card {
    padding: 1.1rem 1rem;
    border-radius: 1rem;
  }

  body.site-refresh .policy-card p,
  body.site-refresh .policy-card li,
  body.site-refresh .policy-summary {
    font-size: 0.92rem;
    line-height: 1.72;
  }

  body.site-refresh .footer-legal-wrap {
    gap: 1rem;
  }

  body.site-refresh .footer-legal-card {
    padding: 1.35rem 1rem;
    border-radius: 1rem;
  }

  body.site-refresh .footer-legal-brand {
    gap: 0.62rem;
  }

  body.site-refresh .footer-legal-logo {
    width: min(180px, 58vw);
  }

  body.site-refresh .footer-legal-brand-copy {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  body.site-refresh .footer-legal-copy,
  body.site-refresh .footer-legal-copy-compact {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  body.site-refresh .footer-legal-links {
    gap: 0.55rem;
  }

  body.site-refresh .footer-legal-link {
    width: 100%;
    min-height: 2.55rem;
    padding: 0.68rem 0.95rem;
    font-size: 0.86rem;
  }

  body.site-refresh .footer-legal-meta {
    font-size: 0.71rem;
  }

  body.site-refresh .lang-toggle-btn {
    min-width: 108px;
  }

  body.site-refresh .lang-toggle-option {
    padding: 0.46rem 0.58rem;
    font-size: 0.7rem;
  }
}

body.site-refresh #faq {
  position: relative;
  overflow: hidden;
}

body.site-refresh #faq::before {
  content: "";
  position: absolute;
  left: -8%;
  bottom: 8%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.12), transparent 68%);
  filter: blur(10px);
  pointer-events: none;
}

body.site-refresh #faq::after {
  content: "";
  position: absolute;
  right: -7%;
  top: 6%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.12), transparent 70%);
  filter: blur(12px);
  pointer-events: none;
}

body.site-refresh .faq-heading {
  position: relative;
  z-index: 1;
}

body.site-refresh .faq-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(52, 211, 153, 0.22);
  background: rgba(15, 23, 42, 0.78);
  color: #8bfae2;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 12px 34px rgba(8, 145, 178, 0.14);
}

body.site-refresh .faq-subtitle {
  line-height: 1.8;
}

body.site-refresh .faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.92), rgba(10, 14, 28, 0.96)),
    linear-gradient(135deg, rgba(56, 189, 248, 0.08), rgba(168, 85, 247, 0.06));
  box-shadow: 0 18px 55px rgba(2, 6, 23, 0.28);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

body.site-refresh .faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(34, 211, 238, 0.08), transparent 38%, rgba(168, 85, 247, 0.08));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

body.site-refresh .faq-item:hover,
body.site-refresh .faq-item.is-open {
  transform: translateY(-3px);
  border-color: rgba(99, 102, 241, 0.34);
  box-shadow: 0 24px 65px rgba(76, 29, 149, 0.18);
}

body.site-refresh .faq-item:hover::before,
body.site-refresh .faq-item.is-open::before {
  opacity: 1;
}

body.site-refresh .faq-q {
  position: relative;
  z-index: 1;
  gap: 1rem;
  width: 100%;
  padding: 1.35rem 1.45rem 1.1rem;
  background: transparent;
  transition: background-color 0.25s ease;
}

body.site-refresh .faq-q:hover,
body.site-refresh .faq-q[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.02);
}

body.site-refresh .faq-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.48rem;
}

body.site-refresh .faq-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.22rem 0.62rem;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.1);
  border: 1px solid rgba(96, 165, 250, 0.24);
  color: #8ec5ff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.site-refresh .faq-title {
  color: #fff;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.02rem;
  line-height: 1.55;
  font-weight: 600;
  padding-right: 0.5rem;
}

body.site-refresh .faq-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.76);
  color: #cbd5e1;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.site-refresh .faq-item.is-open .faq-icon-wrap {
  border-color: rgba(34, 211, 238, 0.34);
  background: rgba(14, 116, 144, 0.16);
}

body.site-refresh .faq-item.is-open .faq-icon {
  transform: rotate(180deg);
  color: #8ec5ff;
}

body.site-refresh .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, transform 0.3s ease;
}

body.site-refresh .faq-item.is-open .faq-answer {
  opacity: 1;
  transform: translateY(0);
}

body.site-refresh .faq-answer-inner {
  position: relative;
  z-index: 1;
  padding: 0 1.45rem 1.45rem;
  color: rgba(226, 232, 240, 0.84);
  font-size: 0.96rem;
  line-height: 1.82;
}

body.site-refresh .faq-answer-inner p + p {
  margin-top: 0.75rem;
}

@media (max-width: 767px) {
  body.site-refresh .faq-q {
    padding: 1.1rem 1rem 0.95rem;
  }

  body.site-refresh .faq-title {
    font-size: 0.95rem;
  }

  body.site-refresh .faq-answer-inner {
    padding: 0 1rem 1.1rem;
    font-size: 0.9rem;
  }

  body.site-refresh .faq-icon-wrap {
    width: 2.25rem;
    height: 2.25rem;
  }
}
