/*
Theme Name: Candles Profile OnePage
Theme URI: https://eaqartabuk.com/
Author: OpenAI
Author URI: https://openai.com/
Description: قالب ووردبريس صفحة واحدة لروابط كاندلز عقار تبوك بواجهة عربية RTL وهوية ألوان مستوحاة من الموقع والتطبيق.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: candles-profile
*/

:root {
  --bg: #121a1f;
  --bg-soft: #1c262c;
  --panel: rgba(255,255,255,0.08);
  --panel-strong: rgba(255,255,255,0.12);
  --text: #f7f3ea;
  --muted: #d6d0c6;
  --gold: #c6a86a;
  --gold-dark: #a88747;
  --gold-soft: #e3d3ae;
  --line: rgba(255,255,255,0.12);
  --shadow: 0 22px 50px rgba(0,0,0,.28);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(198,168,106,.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(198,168,106,.14), transparent 22%),
    linear-gradient(180deg, #10161b 0%, #162128 100%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.candles-wrap {
  min-height: 100vh;
  padding: 34px 18px 46px;
}

.candles-shell {
  max-width: 760px;
  margin: 0 auto;
}

.candles-card {
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.candles-hero {
  padding: 26px;
  overflow: hidden;
  position: relative;
}

.candles-hero::before,
.candles-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(198,168,106,.12);
  filter: blur(4px);
}

.candles-hero::before {
  width: 220px;
  height: 220px;
  top: -80px;
  left: -40px;
}

.candles-hero::after {
  width: 200px;
  height: 200px;
  bottom: -90px;
  right: -30px;
}

.candles-brand {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 18px;
  align-items: center;
}

.candles-mark {
  width: 108px;
  height: 108px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(198,168,106,.18), rgba(255,255,255,.04));
  border: 1px solid rgba(198,168,106,.35);
  display: grid;
  place-items: center;
  padding: 14px;
}

.candles-mark__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.candles-logo {
  width: min(100%, 300px);
  margin-bottom: 10px;
}

.candles-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(198,168,106,.12);
  border: 1px solid rgba(198,168,106,.2);
  color: var(--gold-soft);
  font-size: 14px;
}

.candles-title {
  margin: 0 0 10px;
  font-size: clamp(30px, 5vw, 42px);
  line-height: 1.15;
  color: #fff;
}

.candles-subtitle {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  color: var(--muted);
}

.candles-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.candles-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.05));
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.candles-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(198,168,106,.45);
  background: linear-gradient(180deg, rgba(198,168,106,.18), rgba(255,255,255,.06));
}

.candles-btn.is-primary {
  background: linear-gradient(180deg, var(--gold), var(--gold-dark));
  color: #17120a;
  font-weight: 700;
}

.candles-btn.is-primary:hover {
  border-color: rgba(255,255,255,.22);
}

.candles-btn__text {
  display: grid;
  gap: 5px;
}

.candles-btn__title {
  font-size: 18px;
  font-weight: 700;
}

.candles-btn__meta {
  font-size: 14px;
  opacity: .88;
}

.candles-btn__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  font-size: 18px;
  flex-shrink: 0;
}

.candles-btn.is-primary .candles-btn__icon {
  background: rgba(255,255,255,.32);
}

.candles-grid {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.candles-section {
  padding: 22px;
}

.candles-section h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.candles-section p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.candles-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.candles-tag {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(198,168,106,.25);
  background: rgba(198,168,106,.08);
  color: var(--gold-soft);
  font-size: 14px;
}

.candles-footer {
  text-align: center;
  color: rgba(247,243,234,.7);
  font-size: 14px;
  padding: 20px 10px 0;
}

@media (max-width: 640px) {
  .candles-brand {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .candles-mark {
    margin: 0 auto;
  }

  .candles-logo {
    margin-inline: auto;
  }

  .candles-wrap {
    padding-inline: 14px;
  }

  .candles-hero,
  .candles-section {
    padding: 18px;
  }
}
