/*
Theme Name: OANS89 - Digital Agency & Artist Management
Theme URI: https://oans89.com
Author: OANS89
Author URI: https://oans89.com
Description: Temë profesionale WordPress për OANS89 - Agjenci Digjitale & Menaxhim Artistësh. Dizajn premium me ngjyra gold & zi.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oans89
Tags: one-page, custom-logo, gold, black, premium, music, artist-management
*/

/* ========== FONTS ========== */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:wght@300;400;500;600;700&display=swap');

/* ========== CSS RESET ========== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #0a0a0a;
  color: #e5e5e5;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea { font-family: inherit; }

/* ========== UTILITY CLASSES ========== */
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 1024px) { .container { padding: 0 32px; } }

.font-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

.font-logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic;
  letter-spacing: -0.02em;
}

/* ========== GOLD EFFECTS ========== */
.text-gold-gradient {
  background: linear-gradient(135deg, #d4a745 0%, #f0d68a 50%, #d4a745 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gold-glow-hover { transition: box-shadow 0.3s ease; }
.gold-glow-hover:hover {
  box-shadow: 0 0 20px rgba(212, 167, 69, 0.1), 0 0 40px rgba(212, 167, 69, 0.05);
}

/* ========== ANIMATIONS ========== */
@keyframes fade-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pulse-ring {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}
.animate-fade-in { animation: fade-in 0.6s ease-out; }

/* ========== SCROLLBAR ========== */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0a0a0a; }
::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #d4a745; }
::selection { background: #d4a745; color: #0a0a0a; }

/* ========== NAVBAR ========== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: #0a0a0a; transition: all 0.3s ease;
}
.navbar.scrolled {
  background: rgba(10,10,10,0.95); backdrop-filter: blur(12px);
  border-bottom: 1px solid #1a1a1a;
}
.navbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 80px;
}
.nav-logo { display: flex; align-items: center; }
.nav-logo-oans { font-size: 26px; font-weight: 800; color: #fff; }
.nav-logo-89 { font-size: 26px; font-weight: 800; color: #d4a745; }
.nav-links { display: none; align-items: center; gap: 32px; }
@media (min-width: 1024px) { .nav-links { display: flex; } }
.nav-links a {
  font-size: 15px; font-weight: 500; color: #999;
  transition: color 0.2s ease;
}
.nav-links a:hover { color: #d4a745; }
.nav-lang { display: none; align-items: center; gap: 4px; }
@media (min-width: 1024px) { .nav-lang { display: flex; } }
.lang-active {
  padding: 6px 12px; font-size: 12px; font-weight: 700;
  border-radius: 6px; background: #d4a745; color: #0a0a0a;
}
.lang-inactive {
  padding: 6px 12px; font-size: 12px; font-weight: 500;
  border-radius: 6px; color: #666; transition: color 0.2s;
}
.lang-inactive:hover { color: #fff; }
.mobile-toggle {
  display: block; padding: 8px; color: #fff; font-size: 24px;
}
@media (min-width: 1024px) { .mobile-toggle { display: none; } }
.mobile-menu {
  display: none; background: #0a0a0a;
  border-top: 1px solid #1a1a1a; padding: 16px 24px;
}
.mobile-menu.open { display: block; }
@media (min-width: 1024px) { .mobile-menu { display: none !important; } }
.mobile-menu a {
  display: block; padding: 12px; font-size: 15px; font-weight: 500;
  color: #999; border-radius: 8px; transition: all 0.2s;
}
.mobile-menu a:hover { color: #d4a745; background: #141414; }

/* ========== HERO ========== */
.hero {
  min-height: 100vh; display: flex; align-items: flex-end;
  padding-bottom: 64px; padding-top: 128px;
  background: #0a0a0a; position: relative; overflow: hidden;
}
.hero-pattern {
  position: absolute; inset: 0; opacity: 0.03;
  background-image: radial-gradient(circle at 1px 1px, #d4a745 1px, transparent 0);
  background-size: 40px 40px;
}
.hero-glow {
  position: absolute; top: 80px; right: 0;
  width: 500px; height: 500px;
  background: rgba(212,167,69,0.05); border-radius: 50%;
  filter: blur(120px);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px; border-radius: 9999px;
  background: rgba(212,167,69,0.1); border: 1px solid rgba(212,167,69,0.25);
  margin-bottom: 32px; animation: fade-in 0.6s ease-out;
}
.hero-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #d4a745; }
.hero-badge-text { font-size: 14px; font-weight: 500; color: #d4a745; }
.hero-heading { line-height: 0.9; margin-bottom: 32px; }
.hero-heading .line-main { display: block; font-size: clamp(3rem,8vw,6.5rem); color: #fff; }
.hero-heading .line-gold { display: block; font-size: clamp(3rem,8vw,6.5rem); }
.hero-heading .line-sub { display: block; font-size: clamp(2.2rem,6vw,4.5rem); margin-top: 12px; }
.hero-heading .opacity-30 { opacity: 0.3; color: #fff; }
.hero-heading .opacity-40-gold { opacity: 0.4; color: #d4a745; }
.hero-desc { font-size: 18px; color: #888; line-height: 1.7; max-width: 560px; margin-bottom: 40px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 16px; }
.btn-gold {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 28px; background: #d4a745; color: #0a0a0a;
  border-radius: 9999px; font-size: 15px; font-weight: 600;
  transition: background 0.2s;
}
.btn-gold:hover { background: #e0b84d; }
.btn-gold svg { transition: transform 0.2s; }
.btn-gold:hover svg { transform: translateX(4px); }
.btn-outline-gold {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 28px; background: transparent; color: #d4a745;
  border-radius: 9999px; font-size: 15px; font-weight: 600;
  border: 1px solid rgba(212,167,69,0.4); transition: all 0.2s;
}
.btn-outline-gold:hover { background: rgba(212,167,69,0.1); }

/* ========== STATS BAR ========== */
.stats-bar {
  background: #111; border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a; padding: 48px 0;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;
}
@media (min-width: 1024px) { .stats-grid { grid-template-columns: repeat(4, 1fr); gap: 48px; } }
.stat-number { font-size: 2rem; color: #d4a745; margin-bottom: 4px; }
@media (min-width: 1024px) { .stat-number { font-size: 2.5rem; } }
.stat-label { font-size: 14px; color: #666; }
.stat-item { text-align: center; }
@media (min-width: 1024px) { .stat-item { text-align: left; } }

/* ========== SECTION HEADERS ========== */
.section { padding: 80px 0; }
@media (min-width: 1024px) { .section { padding: 112px 0; } }
.section-alt { background: #080808; }
.section-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.25em;
  text-transform: uppercase; color: #d4a745; margin-bottom: 16px;
}
.section-title { font-size: clamp(2rem,5vw,3.5rem); color: #fff; line-height: 1.1; }
.section-header { margin-bottom: 64px; }

/* ========== SERVICES ========== */
.services-grid {
  display: grid; gap: 24px;
}
@media (min-width: 768px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
.service-card {
  padding: 32px; border-radius: 16px;
  border: 1px solid #1e1e1e; background: #111;
  transition: all 0.3s ease;
}
.service-card:hover { border-color: rgba(212,167,69,0.3); background: #141414; }
.service-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(212,167,69,0.1); color: #d4a745;
  margin-bottom: 24px; font-size: 22px; transition: transform 0.3s;
}
.service-card:hover .service-icon { transform: scale(1.1); }
.service-num { font-size: 14px; color: #444; margin-bottom: 12px; }
.service-title { font-size: 20px; color: #fff; margin-bottom: 12px; }
.service-desc { font-size: 15px; color: #777; line-height: 1.6; }

/* ========== PORTFOLIO ========== */
.portfolio-grid {
  display: grid; gap: 24px;
}
@media (min-width: 768px) { .portfolio-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .portfolio-grid { grid-template-columns: repeat(3, 1fr); } }
.portfolio-card {
  background: #111; border-radius: 16px; overflow: hidden;
  border: 1px solid #1e1e1e; transition: all 0.3s ease;
  display: block;
}
.portfolio-card:hover { border-color: rgba(212,167,69,0.3); }
.portfolio-img {
  aspect-ratio: 16/10; overflow: hidden; position: relative;
}
.portfolio-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.portfolio-card:hover .portfolio-img img { transform: scale(1.05); }
.portfolio-content { padding: 24px; }
.portfolio-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.portfolio-tag {
  display: inline-flex; padding: 4px 12px; font-size: 12px; font-weight: 600;
  border-radius: 9999px; background: rgba(212,167,69,0.1); color: #d4a745;
  border: 1px solid rgba(212,167,69,0.25);
}
.portfolio-country { font-size: 12px; color: #666; }
.portfolio-title {
  font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 8px;
  transition: color 0.2s;
}
.portfolio-card:hover .portfolio-title { color: #d4a745; }
.portfolio-desc { font-size: 14px; color: #777; line-height: 1.6; margin-bottom: 16px; }
.portfolio-link { font-size: 14px; font-weight: 500; color: #d4a745; display: inline-flex; align-items: center; gap: 6px; }

/* ========== ARTISTS ========== */
.artists-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
@media (min-width: 768px) { .artists-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .artists-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1280px) { .artists-grid { grid-template-columns: repeat(5, 1fr); } }
.artist-card {
  background: #111; border-radius: 16px; overflow: hidden;
  border: 1px solid #1e1e1e; transition: all 0.3s ease;
}
.artist-card:hover { border-color: rgba(212,167,69,0.3); }
.artist-img { aspect-ratio: 1; overflow: hidden; position: relative; }
.artist-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s;
}
.artist-card:hover .artist-img img { transform: scale(1.05); }
.artist-overlay {
  position: absolute; inset: 0; background: rgba(10,10,10,0.8);
  display: flex; align-items: center; justify-content: center; gap: 12px;
  opacity: 0; transition: opacity 0.3s;
}
.artist-card:hover .artist-overlay { opacity: 1; }
.artist-social {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(212,167,69,0.2); display: flex;
  align-items: center; justify-content: center;
  color: #d4a745; font-size: 14px; transition: all 0.2s;
}
.artist-social:hover { background: #d4a745; color: #0a0a0a; }
.artist-info { padding: 16px; }
.artist-name { font-size: 15px; font-weight: 600; color: #fff; }
.artist-genre { font-size: 12px; color: #666; margin-top: 2px; }

/* ========== PLATFORMS ========== */
.platforms {
  padding: 64px 0; background: #080808;
  border-top: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a;
}
.platforms-list {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: center; gap: 32px;
}
@media (min-width: 1024px) { .platforms-list { gap: 64px; } }
.platform-name {
  font-size: 20px; color: #444; transition: color 0.3s;
}
@media (min-width: 1024px) { .platform-name { font-size: 24px; } }
.platform-name:hover { color: #d4a745; }

/* ========== ABOUT ========== */
.about-grid { display: grid; gap: 64px; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: 1fr 1fr; } }
.about-text-main { font-size: 18px; color: #ccc; line-height: 1.7; margin-bottom: 24px; }
.about-text-sub { font-size: 16px; color: #888; line-height: 1.7; margin-bottom: 32px; }
.about-check {
  display: flex; align-items: center; gap: 12px; margin-bottom: 16px;
}
.about-check-icon {
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(212,167,69,0.15); border: 1px solid rgba(212,167,69,0.3);
  display: flex; align-items: center; justify-content: center;
  color: #d4a745; font-size: 12px; flex-shrink: 0;
}
.about-check-text { font-size: 15px; color: #ccc; font-weight: 500; }
.about-stats {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.about-stat {
  background: #111; border-radius: 16px; padding: 32px;
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center;
  border: 1px solid #1e1e1e; transition: all 0.3s;
}
.about-stat:hover { border-color: rgba(212,167,69,0.3); }
.about-stat-num { font-size: 3rem; color: #d4a745; margin-bottom: 8px; }
.about-stat-label { font-size: 14px; color: #777; }

/* ========== CONTACT ========== */
.contact-grid { display: grid; gap: 48px; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-cards { display: flex; flex-direction: column; gap: 20px; }
.contact-card {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 24px; border-radius: 16px;
  background: #111; border: 1px solid #1e1e1e;
  transition: all 0.3s;
}
.contact-card:hover { border-color: rgba(212,167,69,0.3); }
.contact-card.whatsapp-card {
  background: rgba(37,211,102,0.05); border-color: rgba(37,211,102,0.2);
}
.contact-card.whatsapp-card:hover { border-color: rgba(37,211,102,0.4); }
.contact-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(212,167,69,0.1); color: #d4a745;
  font-size: 20px; flex-shrink: 0;
}
.contact-icon.whatsapp-icon { background: rgba(37,211,102,0.15); color: #25D366; }
.contact-label { font-size: 14px; color: #666; margin-bottom: 4px; }
.contact-value { font-weight: 600; color: #fff; transition: color 0.2s; }
.contact-value a:hover { color: #d4a745; }
.contact-value.whatsapp-value a { color: #25D366; }
.contact-value.whatsapp-value a:hover { color: #20bd5a; }
.btn-whatsapp {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  width: 100%; padding: 16px 24px; background: #25D366;
  color: #fff; border-radius: 9999px; font-size: 15px;
  font-weight: 600; transition: background 0.2s; margin-top: 8px;
}
.btn-whatsapp:hover { background: #20bd5a; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-input, .form-textarea {
  width: 100%; padding: 16px 20px; background: #111;
  border: 1px solid #1e1e1e; border-radius: 12px;
  font-size: 15px; color: #fff; transition: all 0.2s;
}
.form-input::placeholder, .form-textarea::placeholder { color: #555; }
.form-input:focus, .form-textarea:focus {
  outline: none; border-color: #d4a745;
  box-shadow: 0 0 0 3px rgba(212,167,69,0.1);
}
.form-textarea { resize: none; min-height: 140px; }
.btn-submit {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 28px; background: #d4a745; color: #0a0a0a;
  border-radius: 9999px; font-size: 15px; font-weight: 600;
  transition: background 0.2s; align-self: flex-start;
}
.btn-submit:hover { background: #e0b84d; }

/* ========== FOOTER ========== */
.site-footer {
  background: #060606; border-top: 1px solid #1a1a1a; padding: 40px 0;
}
.footer-inner {
  display: flex; flex-direction: column; align-items: center;
  justify-content: space-between; gap: 16px;
}
@media (min-width: 768px) { .footer-inner { flex-direction: row; } }
.footer-copy { font-size: 14px; color: #555; }
.footer-socials { display: flex; align-items: center; gap: 16px; }
.footer-socials a { color: #555; transition: color 0.2s; font-size: 20px; }
.footer-socials a:hover { color: #d4a745; }
.footer-socials a.whatsapp-link:hover { color: #25D366; }

/* ========== WHATSAPP FLOAT ========== */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
}
.whatsapp-float-inner { display: flex; align-items: center; gap: 12px; }
.whatsapp-tooltip {
  display: none; align-items: center; padding: 8px 16px;
  background: #141414; border: 1px solid #2a2a2a; color: #fff;
  font-size: 14px; font-weight: 500; border-radius: 9999px;
  white-space: nowrap; box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.whatsapp-float-inner:hover .whatsapp-tooltip { display: flex; }
.whatsapp-btn-wrap { position: relative; }
.whatsapp-ping {
  position: absolute; inset: 0; background: #25D366;
  border-radius: 50%; animation: pulse-ring 2s ease-in-out infinite;
  opacity: 0.3;
}
.whatsapp-btn {
  position: relative; width: 56px; height: 56px;
  background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.2);
  transition: all 0.3s; color: #fff; font-size: 26px;
}
.whatsapp-btn:hover { background: #20bd5a; transform: scale(1.1); }

/* SVG icons inline */
.icon { width: 1em; height: 1em; display: inline-block; vertical-align: middle; }
