﻿@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);
}

@media (max-width: 640px) {
  body.site-refresh .lang-toggle-btn {
    min-width: 108px;
  }

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