/* ===========================
    PREMIUM STUDIO THEME
    Dark, Gold, Neon Highlights
   =========================== */

/* ----------- FONTS ----------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&family=Playfair+Display:wght@700&display=swap");

/* ----------- VARIABLES ----------- */
:root {
  --bg-color: #0a0e27;
  --card-bg: #1a1f3a;
  --text-color: #e0e0e0;
  --accent-color: #d4af37;
  --accent-hover: #b5952f;

  --primary-blue: #2563eb;
  --secondary-purple: #a855f7;
  --tertiary-cyan: #06b6d4;

  --accent-red: #ef4444;
  --accent-orange: #f97316;

  --font-heading: "Playfair Display", serif;
  --font-body: "Montserrat", sans-serif;
}

/* ----------- RESET ----------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ----------- GENERAL ----------- */
body {
  font-family: var(--font-body);
  background-color: var(--bg-color);
  color: var(--text-color);
  direction: rtl;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ----------- TYPOGRAPHY ----------- */
h1,
h2,
h3 {
  font-family: var(--font-heading);
  color: var(--accent-color);
  margin-bottom: 1rem;
}

h1 {
  font-size: 5.5rem;
  letter-spacing: 2px;
  text-shadow: 0 0 30px rgba(168, 85, 247, 0.4);
  background: linear-gradient(to right, #fff, #e0e0e0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
}
h2 {
  font-size: 2.5rem;
  border-bottom: 2px solid var(--accent-color);
  display: inline-block;
  padding-bottom: 10px;
}
p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: #ccc;
}

/* ----------- LAYOUT ----------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  padding: 80px 0;
}

/* ----------- HEADER (HOMEPAGE) ----------- */
header {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  background: radial-gradient(
      circle at center,
      rgba(26, 31, 58, 0.4) 0%,
      rgba(10, 14, 39, 0.95) 100%
    ),
    url("photos/studio_bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

  animation: fadeIn 1.5s ease-in-out;
  position: relative;
  overflow: hidden;

  box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.7);
}

header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 20% 50%,
      rgba(165, 85, 247, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(37, 99, 235, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

header p {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: #e0e0e0;
  margin-bottom: 2.5rem;
  max-width: 800px;
}

/* ----------- BUTTONS ----------- */
.btn {
  display: inline-block;
  padding: 14px 35px;

  background: linear-gradient(
    135deg,
    var(--primary-blue),
    var(--secondary-purple)
  );
  color: #fff;

  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;

  border: none;
  border-radius: 50px; /* Rounded pill shape */
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s ease;
  box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    var(--secondary-purple),
    var(--primary-blue)
  );
  z-index: -1;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(168, 85, 247, 0.5);
}

.btn:hover::before {
  opacity: 1;
}

/* ----------- CARD ----------- */
.card {
  background: linear-gradient(135deg, var(--card-bg), rgba(168, 85, 247, 0.05));
  padding: 40px;
  max-width: 600px;
  margin: auto;
  border-radius: 8px;

  border: 1px solid rgba(168, 85, 247, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 40px rgba(168, 85, 247, 0.1);
}

/* ----------- FORM ----------- */
form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

label {
  font-weight: 600;
  color: var(--accent-color);
  margin-bottom: 5px;
}

input,
textarea {
  width: 100%;
  padding: 15px;
  background: rgba(42, 42, 74, 0.5);
  border: 2px solid rgba(168, 85, 247, 0.2);
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  transition: 0.3s ease;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--secondary-purple);
  box-shadow: 0 0 15px rgba(168, 85, 247, 0.3);
}

textarea {
  resize: vertical;
  min-height: 150px;
}

/* ----------- SERVICES GRID ----------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.service-card {
  background: rgba(26, 31, 58, 0.4); /* Semi-transparent */
  backdrop-filter: blur(12px); /* Glass effect */
  -webkit-backdrop-filter: blur(12px);
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;

  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

  overflow: hidden;
  position: relative;
}

.service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #fff;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;

  background: linear-gradient(
    90deg,
    var(--primary-blue),
    var(--secondary-purple),
    var(--tertiary-cyan)
  );
  opacity: 0.7;
  transition: 0.3s ease;
}

.service-card:hover {
  transform: translateY(-15px);
  background: rgba(26, 31, 58, 0.6);
  border-color: rgba(168, 85, 247, 0.4);
  box-shadow: 0 20px 50px rgba(168, 85, 247, 0.25), inset 0 0 20px rgba(168, 85, 247, 0.05);
}

.service-card:hover::before {
  height: 100%;
  opacity: 0.05;
}

/* ----------- GALLERY GRID ----------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.gallery-item {
  width: 100%;
  height: 250px; /* גובה קבוע */
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ממלא את המסגרת בלי לשבור יחס */
  display: block;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/* ----------- MENU BUTTON ----------- */
#menu-btn {
  position: fixed;
  top: 10px;
  right: 20px;
  font-size: 32px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 2000;
}

#menu-btn.active {
  transform: rotate(90deg);
  color: var(--accent-color);
}

/* ----------- SIDE MENU ----------- */
nav#side-menu {
  position: fixed;
  top: 0;
  right: -260px;
  width: 260px;
  height: 100%;

  background: rgba(0, 0, 0, 0.92);
  border-left: 2px solid var(--accent-color);

  padding-top: 70px;
  transition: 0.35s ease;

  backdrop-filter: blur(6px);
  z-index: 1500;
}

nav#side-menu.active {
  right: 0;
}

nav#side-menu ul {
  list-style: none;
}
nav#side-menu li {
  margin: 25px 0;
  text-align: center;
}

nav#side-menu a {
  color: var(--accent-color);
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  transition: 0.2s ease;
}

nav#side-menu a:hover {
  color: var(--accent-hover);
}

/* ----------- OVERLAY ----------- */
#overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;

  transition: 0.3s ease;
  z-index: 1000;
}

#overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ----------- ANIMATIONS ----------- */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scroll Down Animation */
.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0.7;
  animation: bounce 2s infinite;
}

.scroll-down span {
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mouse {
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 20px;
  position: relative;
}

.wheel {
  width: 4px;
  height: 8px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll 1.5s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateX(-50%) translateY(0);}
  40% {transform: translateX(-50%) translateY(-10px);}
  60% {transform: translateX(-50%) translateY(-5px);}
}

@keyframes scroll {
  0% {opacity: 1; top: 10px;}
  100% {opacity: 0; top: 30px;}
}

/* ----------- RESPONSIVE ----------- */
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  .container {
    padding: 0 15px;
  }
}

/* =========================================
   ABOUT PAGE — Premium Studio Gold Theme
   ========================================= */

/* Wrapper של עמוד האודות */
.about-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 20px;
}

/* כותרת מרכזית */
.about-title {
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 60px;
  color: var(--accent-color);
  animation: fadeIn 1.2s ease;
}

/* קופסת תוכן */
.about-card {
  background: linear-gradient(135deg, var(--card-bg), rgba(168, 85, 247, 0.05));
  padding: 50px;
  border-radius: 12px;
  border: 1px solid rgba(168, 85, 247, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  animation: fadeIn 1.4s ease;
}

/* תת כותרות */
.about-card h2 {
  font-size: 2rem;
  color: var(--accent-color);
  border-bottom: 2px solid var(--accent-color);
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

/* טקסט פסקאות */
.about-card p {
  font-size: 1.2rem;
  color: #d2d2d2;
  margin-bottom: 22px;
  line-height: 1.9;
}

/* רשימת יתרונות */
.about-list {
  margin-top: 20px;
  padding-right: 20px;
}

.about-list li {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 12px;
  position: relative;
}

.about-list li::before {
  content: "✔";
  color: var(--accent-color);
  font-weight: bold;
  margin-left: 10px;
}

/* תמונה אופציונלית */
.about-image {
  margin-top: 40px;
  text-align: center;
}

.about-image img {
  width: 90%;
  max-width: 700px;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(168, 85, 247, 0.25);
  animation: fadeIn 1.6s ease;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .about-title {
    font-size: 2.5rem;
  }

  .about-card {
    padding: 30px;
  }

  .about-card p {
    font-size: 1.1rem;
  }
}

/* =========================================
   NEW FEATURES — Footer, Lightbox, Player
   ========================================= */

/* ----------- FOOTER ----------- */
footer {
  background: #050714;
  padding: 50px 0 20px;
  margin-top: 80px;
  border-top: 1px solid rgba(168, 85, 247, 0.2);
  text-align: center;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.social-links {
  display: flex;
  gap: 20px;
}

.social-links a {
  color: var(--text-color);
  font-size: 1.5rem;
  transition: 0.3s ease;
  text-decoration: none;
}

.social-links a:hover {
  color: var(--accent-color);
  transform: translateY(-3px);
}

.footer-bottom {
  font-size: 0.9rem;
  color: #666;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
}

/* ----------- LIGHTBOX (GALLERY) ----------- */
#lightbox {
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

#lightbox.active {
  opacity: 1;
  visibility: visible;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border: 2px solid var(--accent-color);
  box-shadow: 0 0 50px rgba(212, 175, 55, 0.2);
  transform: scale(0.9);
  transition: 0.3s ease;
}

#lightbox.active img {
  transform: scale(1);
}

#lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

#lightbox-close:hover {
  color: var(--accent-color);
}

/* ----------- SCROLL REVEAL ANIMATION ----------- */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ----------- AUDIO PLAYER (PORTFOLIO) ----------- */
.audio-player-container {
  background: linear-gradient(145deg, #1e2342, #131629);
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(168, 85, 247, 0.2);
  margin-bottom: 20px;
  transition: 0.3s ease;
}

.audio-player-container:hover {
  border-color: var(--accent-color);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.play-btn {
  background: var(--accent-color);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #000;
  transition: 0.3s;
}

.play-btn:hover {
  background: #fff;
  transform: scale(1.1);
}

.player-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.track-info {
  width: 100%;
}

.track-title {
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 2px;
}

.track-artist {
  font-size: 0.85rem;
  color: #aaa;
}

.progress-container {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.seek-bar {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
}

.seek-bar:hover {
  background: rgba(255, 255, 255, 0.2);
}

.seek-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: var(--accent-color);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}

.seek-bar::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

.current-time,
.duration {
  font-size: 0.75rem;
  color: #ccc;
  min-width: 35px;
}

/* ----------- TESTIMONIALS ----------- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.testimonial-card {
  background: #131629;
  padding: 30px;
  border-radius: 8px;
  border-left: 4px solid var(--accent-color);
  position: relative;
}

.testimonial-card p {
  font-style: italic;
  margin-bottom: 15px;
  color: #ddd;
}

.client-name {
  font-weight: bold;
  color: var(--accent-color);
  text-align: left;
}
