﻿/*
Theme Name: Simplerra Theme
Theme URI: https://example.com/entropia-video-theme
Author: Simplerra
Author URI: https://simplerra.com
Description: Tema WordPress de tip landing page cu fundal video fullscreen, logo configurabil si butoane inspirate de designul de referinta.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: entropia-video-theme
*/

:root {
  --evt-bg: #080b13;
  --evt-bg-soft: rgba(9, 11, 17, 0.58);
  --evt-panel: rgba(255, 255, 255, 0.08);
  --evt-border: rgba(255, 255, 255, 0.14);
  --evt-text: #f4f1f1;
  --evt-text-soft: rgba(255, 255, 255, 0.82);
  --evt-muted: rgba(255, 255, 255, 0.58);
  --evt-accent: #ff971f;
  --evt-accent-strong: #ffc12c;
  --evt-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
  --evt-font-display: "Orbitron", "Segoe UI", sans-serif;
  --evt-font-body: "Rajdhani", "Segoe UI", sans-serif;
  --evt-container: min(100% - 48px, 1440px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 76%, rgba(255, 128, 83, 0.2), transparent 34%),
    radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #090b12 0%, #0d1018 58%, #111521 100%);
  color: var(--evt-text);
  font-family: var(--evt-font-body);
  min-height: 100vh;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.evt-site {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.evt-video-wrap,
.evt-video-fallback,
.evt-overlay {
  position: absolute;
  inset: 0;
}

.evt-video-wrap {
  z-index: -3;
  background: #090b12;
}

.evt-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.evt-video-fallback {
  z-index: -2;
  background:
    radial-gradient(circle at 20% 75%, rgba(226, 124, 91, 0.36), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, #0b1018 0%, #191621 52%, #2d2126 100%);
  filter: saturate(1.05);
}

.evt-overlay {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 9, 15, 0.88) 0%, rgba(7, 9, 15, 0.38) 24%, rgba(7, 9, 15, 0.46) 100%),
    radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.22), transparent 24%),
    radial-gradient(circle at 24% 80%, rgba(255, 145, 82, 0.18), transparent 28%);
}

.evt-header {
  width: var(--evt-container);
  margin: 0 auto;
  padding: 22px 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.evt-brand {
  display: inline-flex;
  align-items: center;
}

.evt-brand-fallback,
.evt-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.evt-brand-mark {
  width: 38px;
  height: 38px;
  border: 2px solid var(--evt-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--evt-font-display);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--evt-accent);
  letter-spacing: 0.08em;
}

.evt-brand img {
  max-height: 44px;
  width: auto;
}

.evt-brand-text {
  font-family: var(--evt-font-display);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 1rem;
  font-weight: 700;
}

.evt-nav {
  display: flex;
  align-items: center;
}

.evt-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.4vw, 34px);
  margin: 0;
  padding: 0;
}

.evt-nav a {
  font-family: var(--evt-font-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.84);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.evt-nav a:hover,
.evt-nav a:focus-visible {
  color: #fff;
}

.evt-hero {
  width: var(--evt-container);
  margin: 0 auto;
  min-height: calc(100vh - 92px);
  display: grid;
  align-items: center;
  justify-items: end;
  padding: 48px 0 72px;
}

.evt-hero-panel {
  width: min(100%, 740px);
  text-align: left;
}

.evt-eyebrow {
  margin: 0 0 10px;
  font-family: var(--evt-font-display);
  font-size: clamp(1.2rem, 1.7vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
}

.evt-title {
  margin: 0;
  font-family: var(--evt-font-display);
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff7f0f 0%, #ff9d1d 48%, #ffd040 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}

.evt-subtitle {
  margin: 26px 0 0;
  max-width: 680px;
  font-size: clamp(1.2rem, 1.7vw, 2rem);
  line-height: 1.35;
  color: var(--evt-text-soft);
}

.evt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 38px;
}

.evt-button {
  min-width: 240px;
  padding: 18px 28px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--evt-font-body);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.evt-button:hover,
.evt-button:focus-visible {
  transform: translateY(-2px);
}

.evt-button-primary {
  background: rgba(255, 248, 248, 0.95);
  color: #181818;
  box-shadow: var(--evt-shadow);
}

.evt-button-secondary {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
  backdrop-filter: blur(6px);
}

.evt-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 46px;
}

.evt-stat {
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--evt-panel);
  border: 1px solid var(--evt-border);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  backdrop-filter: blur(8px);
}

.evt-main {
  width: var(--evt-container);
  margin: 0 auto;
  padding: 64px 0;
}

.evt-content-card {
  max-width: 900px;
  padding: 32px;
  border: 1px solid var(--evt-border);
  background: rgba(9, 11, 17, 0.68);
  backdrop-filter: blur(10px);
}

.evt-content-card h1,
.evt-content-card h2,
.evt-content-card h3,
.evt-content-card h4 {
  font-family: var(--evt-font-display);
  letter-spacing: 0.06em;
}

.evt-content-card p,
.evt-content-card li {
  color: var(--evt-text-soft);
  font-size: 1.15rem;
  line-height: 1.7;
}

.evt-footer {
  width: var(--evt-container);
  margin: 0 auto;
  padding: 0 0 28px;
  color: var(--evt-muted);
  font-size: 0.98rem;
}

@media (max-width: 1024px) {
  .evt-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .evt-hero {
    justify-items: stretch;
    padding-top: 32px;
  }

  .evt-hero-panel {
    width: 100%;
  }
}

@media (max-width: 782px) {
  :root {
    --evt-container: min(100% - 32px, 1440px);
  }

  .evt-header {
    padding-top: 18px;
  }

  .evt-nav ul {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .evt-eyebrow {
    letter-spacing: 0.32em;
  }

  .evt-actions,
  .evt-stats {
    flex-direction: column;
    align-items: stretch;
  }

  .evt-button {
    width: 100%;
    min-width: 0;
  }

  .evt-content-card {
    padding: 24px;
  }
}


.evt-video-wrap.evt-has-video {
  z-index: -2;
}

.evt-video-wrap.evt-has-video + .evt-overlay {
  z-index: -1;
}

.evt-button-disabled {
  opacity: 0.68;
  pointer-events: none;
  cursor: default;
}


