* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Cairo", sans-serif;
}

body {
  min-height: 100vh;
  background: #f2f2f2;
  color: #111;
  direction: rtl;
}

body[dir="ltr"] {
  direction: ltr;
}

body.legal-page-de,
.ltr-section,
.legal-page-de,
.de-content {
  direction: ltr;
  text-align: left;
  unicode-bidi: plaintext;
}

body[dir="ltr"] .legal-page {
  text-align: left;
}

a {
  color: inherit;
  text-decoration: none;
}

.ticker-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  height: 44px;
}

.ticker-label {
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: #cc0000;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.ticker-scroll {
  display: flex;
  flex: 1;
  align-items: center;
  overflow: hidden;
  background: #06284b;
}

.ticker-track {
  display: flex;
  gap: 28px;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  animation: tickerMove 28s linear infinite;
}

.ticker-track .sep {
  color: rgba(255, 255, 255, 0.28);
}

.about-page {
  padding: 68px 18px 44px;
}

.about-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto 18px;
  color: #06284b;
  font-weight: 800;
}

.about-nav a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 4px 14px;
  border: 1px solid #ccd7e3;
  border-radius: 999px;
  background: #fff;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: 28px;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
}

.hero-copy {
  display: flex;
  min-height: 460px;
  flex-direction: column;
  justify-content: center;
  padding: 44px;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(204, 0, 0, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(6, 40, 75, 0.08) 0 1px, transparent 1px 100%),
    #fff;
  background-size: 44px 44px;
  box-shadow: 0 18px 50px rgba(6, 40, 75, 0.12);
}

.eyebrow {
  width: fit-content;
  margin-bottom: 16px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #cc0000;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.hero-copy h1 {
  max-width: 720px;
  color: #06284b;
  font-size: clamp(34px, 6vw, 68px);
  font-weight: 800;
  line-height: 1.25;
}

.hero-copy p {
  max-width: 680px;
  margin-top: 18px;
  color: #334155;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}

.signal-board {
  position: relative;
  display: grid;
  gap: 14px;
  align-content: center;
  min-height: 460px;
  padding: 28px;
  overflow: hidden;
  border-radius: 18px;
  background: #06284b;
  color: #fff;
  box-shadow: 0 18px 50px rgba(6, 40, 75, 0.18);
}

.signal-line {
  position: absolute;
  top: 38px;
  bottom: 38px;
  right: 50px;
  width: 2px;
  background: rgba(255, 255, 255, 0.18);
}

.signal-step {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 78px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  animation: stepFloat 3.8s ease-in-out infinite;
}

.signal-step:nth-child(3) {
  animation-delay: 0.25s;
}

.signal-step:nth-child(4) {
  animation-delay: 0.5s;
}

.signal-step:nth-child(5) {
  animation-delay: 0.75s;
}

.signal-step strong {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #06284b;
  font-size: 13px;
}

.signal-step span {
  font-size: 17px;
  font-weight: 800;
}

.signal-step.is-live strong {
  background: #cc0000;
  color: #fff;
  box-shadow: 0 0 0 8px rgba(204, 0, 0, 0.18);
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  max-width: 1080px;
  margin: 24px auto 0;
}

.about-story article,
.promise-panel {
  border: 1px solid #dde3ea;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(6, 40, 75, 0.08);
}

.about-story article {
  padding: 34px;
}

.about-story p {
  color: #263242;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.15;
}

.about-story p + p {
  margin-top: 18px;
}

.promise-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.promise-panel div {
  padding: 24px;
  border-bottom: 1px solid #edf1f5;
}

.promise-panel div:last-child {
  border-bottom: 0;
}

.promise-panel span {
  display: block;
  margin-bottom: 6px;
  color: #cc0000;
  font-size: 13px;
  font-weight: 800;
}

.promise-panel strong {
  color: #06284b;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.55;
}

.contact-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 1080px;
  margin: 24px auto 0;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(6, 40, 75, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 50%, rgba(204, 0, 0, 0.08), transparent 30%),
    linear-gradient(135deg, #fff, #f8fbfd);
  box-shadow: 0 14px 38px rgba(6, 40, 75, 0.09);
}

.contact-signal {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #06284b;
}

.contact-signal span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #cc0000;
  box-shadow: 0 0 0 10px rgba(204, 0, 0, 0.16);
  animation: contactPulse 1.4s ease-in-out infinite;
}

.contact-copy {
  display: grid;
  gap: 4px;
}

.contact-eyebrow {
  color: #cc0000;
  font-size: 13px;
  font-weight: 900;
}

.contact-copy h2 {
  color: #06284b;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.45;
}

.contact-copy p {
  color: #5f6c7c;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
}

.contact-mail {
  display: grid;
  gap: 2px;
  min-width: 260px;
  padding: 14px 18px;
  border-radius: 14px;
  background: #06284b;
  color: #fff;
  text-align: left;
  direction: ltr;
  box-shadow: 0 14px 28px rgba(6, 40, 75, 0.18);
}

.contact-mail small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
}

.contact-mail strong {
  font-size: 17px;
  font-weight: 900;
  word-break: break-word;
}

.legal-page {
  max-width: 1080px;
  margin: 0 auto;
}

.legal-hero {
  display: grid;
  gap: 14px;
  padding: 42px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(204, 0, 0, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(6, 40, 75, 0.08) 0 1px, transparent 1px 100%),
    #fff;
  background-size: 44px 44px;
  box-shadow: 0 18px 50px rgba(6, 40, 75, 0.12);
}

.legal-hero h1 {
  max-width: 820px;
  color: #06284b;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  line-height: 1.25;
}

.legal-hero p {
  max-width: 760px;
  color: #334155;
  font-size: 18px;
  font-weight: 800;
  line-height: 2;
}

.legal-card {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding: 34px;
  border: 1px solid #dde3ea;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(6, 40, 75, 0.08);
}

.legal-card h2 {
  margin-top: 12px;
  color: #06284b;
  font-size: 24px;
  line-height: 1.45;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p {
  color: #263242;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.1;
}

.legal-card a {
  color: #cc0000;
  font-weight: 900;
  direction: ltr;
  unicode-bidi: embed;
}

.legal-contact {
  max-width: none;
}

.legal-list {
  display: grid;
  gap: 10px;
  padding-left: 22px;
  color: #263242;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.95;
}

.legal-list li {
  margin-left: 4px;
}

.legal-note,
.legal-source {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}

.legal-source a {
  color: #06284b;
}

.legal-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 24px auto 0;
  padding-bottom: 12px;
}

.legal-footer a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid #dbe3ec;
  border-radius: 999px;
  background: #fff;
  color: #06284b;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(6, 40, 75, 0.05);
}

.legal-footer a:hover {
  border-color: #06284b;
}

body[dir="ltr"] .ticker-track {
  animation-direction: reverse;
}

body[dir="ltr"] .ticker-bar,
body[dir="ltr"] .ticker-label,
body[dir="ltr"] .ticker-scroll,
body[dir="ltr"] .ticker-track,
body[dir="ltr"] .about-nav span,
body[dir="ltr"] .legal-page,
body[dir="ltr"] .legal-hero,
body[dir="ltr"] .legal-hero h1,
body[dir="ltr"] .legal-hero p,
body[dir="ltr"] .legal-card,
body[dir="ltr"] .legal-card h2,
body[dir="ltr"] .legal-card p,
body[dir="ltr"] .legal-list,
body[dir="ltr"] .legal-list li,
body[dir="ltr"] .legal-source,
body[dir="ltr"] .legal-note,
body[dir="ltr"] .legal-footer,
body[dir="ltr"] .contact-copy,
body[dir="ltr"] .contact-mail {
  direction: ltr;
  text-align: left;
  unicode-bidi: plaintext;
}

body[dir="ltr"] .about-nav,
body[dir="ltr"] .legal-hero,
body[dir="ltr"] .legal-card,
body[dir="ltr"] .legal-footer,
body[dir="ltr"] .contact-copy {
  text-align: left;
}

body[dir="ltr"] .about-nav {
  direction: ltr;
  text-align: left;
  justify-content: space-between;
}

body[dir="ltr"] .legal-card a,
body[dir="ltr"] .contact-mail {
  direction: ltr;
  unicode-bidi: plaintext;
}

body[dir="ltr"] .legal-list {
  padding-left: 22px;
  padding-right: 0;
}

body[dir="ltr"] .legal-list li {
  margin-left: 4px;
  margin-right: 0;
}

body[dir="ltr"] input,
body[dir="ltr"] textarea,
body[dir="ltr"] select,
.ltr-section input,
.ltr-section textarea,
.ltr-section select,
.de-content input,
.de-content textarea,
.de-content select {
  direction: ltr;
  text-align: left;
}

body[dir="ltr"] .legal-footer {
  justify-content: flex-start;
}

body[dir="ltr"] .legal-footer a,
body[dir="ltr"] .cookie-settings-trigger {
  justify-content: center;
}

@keyframes tickerMove {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes stepFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes contactPulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.82);
  }
}

@media (max-width: 820px) {
  .about-hero,
  .about-story {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .signal-board {
    min-height: auto;
  }

  .hero-copy {
    padding: 30px 22px;
  }

  .hero-copy p,
  .about-story p {
    font-size: 16px;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .contact-signal {
    width: 52px;
    height: 52px;
  }

  .contact-mail {
    min-width: 0;
    width: 100%;
  }

  .legal-hero,
  .legal-card {
    padding: 24px 18px;
  }

  .legal-hero p,
  .legal-card p {
    font-size: 16px;
  }

  .legal-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .legal-footer a {
    justify-content: center;
  }
}
