/*
Theme Name: Solidcare
Theme URI: https://solidcareqatar.com
Author: Solidcare Contracting & Hospitality Services
Author URI: https://solidcareqatar.com
Description: Custom theme for Solidcare Contracting and Hospitality Services, Doha, Qatar. A luxury dark-gold WordPress theme with bilingual English/Arabic support.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: solidcare
Tags: custom-menu, featured-images, full-width-template, rtl-language-support, translation-ready
*/

/* =========================================================
   SOLIDCARE THEME — MAIN STYLESHEET
   Colors: Gold #B08D57 · Dark #1A1610 · Cream #FAF7F2
   Fonts: Cinzel (headings) · Cormorant Garamond (body)
   ========================================================= */

:root {
  --gold:        #b08d57;
  --gold-light:  #d4ae72;
  --gold-dark:   #7a5f30;
  --cream:       #faf7f2;
  --dark:        #1a1610;
  --dark2:       #2a2118;
  --dark3:       #3a2f1e;
  --white:       #ffffff;
  --muted:       #9a8a6a;
  --font-head:   'Cinzel', 'Times New Roman', serif;
  --font-body:   'Cormorant Garamond', Georgia, serif;
  --font-ar:     'Tajawal', 'Arial', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  background: var(--dark);
  color: var(--cream);
  overflow-x: hidden;
  line-height: 1.7;
}

img { max-width: 100%; height: auto; display: block; }
a  { color: var(--gold-light); text-decoration: none; transition: color .3s; }
a:hover { color: var(--gold); }

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-head);
  color: var(--white);
  line-height: 1.15;
}

p { font-weight: 300; color: rgba(250,247,242,.72); }

/* ── UTILITIES ── */
.container { max-width: 1300px; margin: 0 auto; padding: 0 2rem; }
.text-gold  { color: var(--gold-light) !important; }
.text-muted { color: var(--muted); }
.section-pad { padding: 7rem 0; }

.section-label {
  font-family: var(--font-head);
  font-size: .68rem;
  letter-spacing: .28em;
  color: var(--gold);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1rem;
}
.section-label::before {
  content: '';
  width: 30px; height: 1px;
  background: var(--gold);
}

.section-title {
  font-family: var(--font-head);
  font-size: clamp(2rem,3.5vw,3rem);
  font-weight: 700;
  color: var(--white);
}
.section-title span { color: var(--gold-light); }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  padding: 1rem 2.2rem;
  font-family: var(--font-head);
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid var(--gold);
  cursor: pointer;
  transition: all .3s;
}
.btn-primary:hover {
  background: transparent;
  color: var(--gold-light);
  border-color: var(--gold-light);
}
.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--cream);
  padding: 1rem 2.2rem;
  font-family: var(--font-head);
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  border: 1px solid rgba(250,247,242,.3);
  cursor: pointer;
  transition: all .3s;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold-light); }

/* ── DIVIDER ── */
.gold-divider {
  display: flex; align-items: center; gap: 1rem;
  padding: 0 2rem; max-width: 1300px; margin: 0 auto;
}
.gold-divider-line { flex: 1; height: 1px; background: rgba(176,141,87,.25); }
.gold-divider-diamond {
  width: 10px; height: 10px;
  background: var(--gold); transform: rotate(45deg);
}

/* ─────────────────────────────────────────
   HEADER
───────────────────────────────────────── */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(26,22,16,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(176,141,87,.25);
  transition: box-shadow .4s;
}
#site-header.scrolled { box-shadow: 0 4px 40px rgba(0,0,0,.5); }

.header-inner {
  max-width: 1300px; margin: 0 auto;
  padding: 0 2rem;
  display: flex; align-items: center;
  justify-content: space-between;
  height: 80px;
}

/* Logo */
.site-logo-wrap { display: flex; align-items: center; gap: 1rem; text-decoration: none; }
.site-logo-wrap img { height: 38px; object-fit: contain; }
.site-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.site-logo-text .logo-en {
  font-family: var(--font-head);
  font-size: .75rem; font-weight: 700;
  letter-spacing: .12em; color: var(--gold-light);
  text-transform: uppercase;
}
.site-logo-text .logo-ar {
  font-family: var(--font-ar);
  font-size: .72rem; color: var(--muted); direction: rtl;
}

/* Nav */
#primary-nav ul {
  display: flex; list-style: none; gap: 2.5rem; align-items: center;
}
#primary-nav ul li a {
  font-family: var(--font-head);
  font-size: .72rem; letter-spacing: .14em;
  color: var(--cream); text-transform: uppercase;
  position: relative; transition: color .3s;
}
#primary-nav ul li a::after {
  content: ''; position: absolute;
  bottom: -4px; left: 0; right: 0; height: 1px;
  background: var(--gold);
  transform: scaleX(0); transform-origin: center;
  transition: transform .3s;
}
#primary-nav ul li a:hover { color: var(--gold-light); }
#primary-nav ul li a:hover::after { transform: scaleX(1); }

#primary-nav ul li.menu-item-cta a {
  background: var(--gold); color: var(--dark) !important;
  padding: .6rem 1.4rem; font-weight: 700;
}
#primary-nav ul li.menu-item-cta a::after { display: none; }
#primary-nav ul li.menu-item-cta a:hover { background: var(--gold-light); }

/* Hamburger */
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: .5rem;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--gold); }

/* Mobile nav */
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  #primary-nav {
    display: none; position: absolute;
    top: 80px; left: 0; right: 0;
    background: rgba(26,22,16,.98);
    padding: 1.5rem 2rem;
    border-bottom: 1px solid rgba(176,141,87,.2);
  }
  #primary-nav.open { display: block; }
  #primary-nav ul { flex-direction: column; gap: 1rem; }
}

/* ─────────────────────────────────────────
   HERO
───────────────────────────────────────── */
.hero-section {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right,rgba(26,22,16,.98) 35%,rgba(26,22,16,.55) 70%,rgba(26,22,16,.3) 100%),
    url('images/hero-doha.jpg') center/cover no-repeat;
  transform: scale(1.05);
  animation: heroZoom 20s ease-in-out infinite alternate;
}
@keyframes heroZoom {
  from { transform: scale(1.05); }
  to   { transform: scale(1.12); }
}
.hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 50%,rgba(176,141,87,.06) 0%,transparent 60%);
}
.hero-content { position: relative; z-index: 2; padding-top: 100px; }

.hero-eyebrow {
  display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;
  opacity: 0; animation: fadeUp .8s .3s forwards;
}
.hero-eyebrow::before { content:''; width:40px; height:1px; background:var(--gold); }
.hero-eyebrow span {
  font-family: var(--font-head); font-size: .7rem;
  letter-spacing: .25em; color: var(--gold); text-transform: uppercase;
}
.hero-title {
  font-family: var(--font-head);
  font-size: clamp(2.8rem,5.5vw,5.5rem);
  font-weight: 700; line-height: 1.05; color: var(--white);
  max-width: 650px;
  opacity: 0; animation: fadeUp .9s .5s forwards;
}
.hero-title span { color: var(--gold-light); display: block; }
.hero-desc {
  margin-top: 1.8rem; font-size: 1.25rem; font-weight: 300;
  color: rgba(250,247,242,.75); max-width: 480px; line-height: 1.7;
  opacity: 0; animation: fadeUp .9s .7s forwards;
}
.hero-ar {
  font-family: var(--font-ar); font-size: 1rem; color: var(--gold);
  margin-top: .6rem; direction: rtl;
  opacity: 0; animation: fadeUp .9s .9s forwards;
}
.hero-actions {
  display: flex; gap: 1.2rem; margin-top: 2.5rem; flex-wrap: wrap;
  opacity: 0; animation: fadeUp .9s 1.1s forwards;
}
.hero-stats {
  display: flex; gap: 3rem; margin-top: 4rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(176,141,87,.2);
  opacity: 0; animation: fadeUp .9s 1.3s forwards; flex-wrap: wrap;
}
.hero-stat h3 {
  font-family: var(--font-head); font-size: 2rem;
  color: var(--gold-light); font-weight: 700;
}
.hero-stat p {
  font-size: .75rem; letter-spacing: .1em;
  color: var(--muted); text-transform: uppercase; margin-top: .25rem;
}

/* ─────────────────────────────────────────
   ABOUT
───────────────────────────────────────── */
.about-section { background: var(--dark2); padding: 7rem 0; }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center;
}
.about-img-wrap { position: relative; }
.about-img-frame {
  position: absolute; top: -16px; left: -16px; right: 16px; bottom: 16px;
  border: 1px solid rgba(176,141,87,.35); pointer-events: none;
}
.about-img-wrap img {
  width: 100%; height: 500px; object-fit: cover; position: relative; z-index: 1;
}
.about-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--gold); color: var(--dark);
  padding: 1.5rem; text-align: center; z-index: 2;
}
.about-badge strong {
  display: block; font-family: var(--font-head);
  font-size: 2rem; font-weight: 900;
}
.about-badge span { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.about-text p { font-size: 1.15rem; line-height: 1.9; margin-bottom: 1.2rem; }
.about-highlights {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem;
}
.highlight-item {
  display: flex; align-items: flex-start; gap: .75rem;
  padding: 1rem; background: rgba(176,141,87,.06); border-left: 2px solid var(--gold);
}
.highlight-item svg { width: 20px; height: 20px; fill: var(--gold); flex-shrink: 0; margin-top: 2px; }
.highlight-item p { font-size: .9rem !important; margin: 0 !important; color: var(--cream) !important; }

/* ─────────────────────────────────────────
   SERVICES
───────────────────────────────────────── */
.services-section { background: var(--dark); padding: 7rem 0; }
.services-header { text-align: center; margin-bottom: 4rem; }
.services-header .section-label { justify-content: center; }
.services-header .section-subtitle {
  font-size: 1.2rem; font-weight: 300;
  color: rgba(250,247,242,.65); margin: .8rem auto 0;
  text-align: center; max-width: 540px; line-height: 1.8;
}
.services-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1.5px; background: rgba(176,141,87,.15);
}
.service-card {
  background: var(--dark2); padding: 2.8rem 2rem; text-align: center;
  transition: all .4s; cursor: default; position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .4s;
}
.service-card:hover { background: var(--dark3); transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 60px; height: 60px; margin: 0 auto 1.5rem;
  background: rgba(176,141,87,.12); border: 1px solid rgba(176,141,87,.3);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.service-icon svg { width: 28px; height: 28px; fill: var(--gold); }
.service-card h3 {
  font-family: var(--font-head); font-size: 1rem; font-weight: 600;
  color: var(--white); letter-spacing: .08em; margin-bottom: .8rem;
}
.service-card p { font-size: .95rem; color: rgba(250,247,242,.6); line-height: 1.7; }

/* ─────────────────────────────────────────
   WHY US
───────────────────────────────────────── */
.why-section { background: var(--dark2); padding: 7rem 0; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.why-img { width: 100%; height: 580px; object-fit: cover; }
.why-items { display: flex; flex-direction: column; gap: 2rem; }
.why-item {
  display: flex; gap: 1.5rem; align-items: flex-start;
  padding-bottom: 2rem; border-bottom: 1px solid rgba(176,141,87,.12);
}
.why-item:last-child { border-bottom: none; padding-bottom: 0; }
.why-num {
  font-family: var(--font-head); font-size: 2.5rem; font-weight: 900;
  color: rgba(176,141,87,.2); line-height: 1; flex-shrink: 0; width: 60px;
}
.why-item h4 {
  font-family: var(--font-head); font-size: 1rem; font-weight: 600;
  color: var(--gold-light); margin-bottom: .4rem; letter-spacing: .05em;
}
.why-item p { font-size: 1rem; line-height: 1.7; }

/* ─────────────────────────────────────────
   CTA BANNER
───────────────────────────────────────── */
.cta-banner {
  background: linear-gradient(rgba(26,22,16,.88),rgba(26,22,16,.88)),
    url('images/cta-bg.jpg') center/cover no-repeat fixed;
  padding: 7rem 0; text-align: center;
}
.cta-banner h2 { font-family: var(--font-head); font-size: clamp(1.8rem,3.5vw,3rem); font-weight: 700; color: var(--white); margin-bottom: 1rem; }
.cta-banner h2 span { color: var(--gold-light); }
.cta-banner p { font-size: 1.2rem; font-weight: 300; color: rgba(250,247,242,.65); margin-bottom: 2.5rem; }

/* ─────────────────────────────────────────
   CONTACT
───────────────────────────────────────── */
.contact-section { background: var(--dark); padding: 7rem 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 5rem; }
.contact-info h3 { font-family: var(--font-head); font-size: 1.6rem; color: var(--white); margin-bottom: 1.5rem; }
.contact-info > p { font-size: 1.05rem; line-height: 1.8; margin-bottom: 2rem; }
.contact-items { display: flex; flex-direction: column; gap: 1.2rem; }
.contact-item { display: flex; align-items: center; gap: 1rem; }
.ci-icon {
  width: 44px; height: 44px;
  background: rgba(176,141,87,.1); border: 1px solid rgba(176,141,87,.25);
  border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ci-icon svg { width: 18px; height: 18px; fill: var(--gold); }
.contact-item label {
  display: block; font-family: var(--font-head); font-size: .65rem;
  letter-spacing: .2em; color: var(--gold); text-transform: uppercase; margin-bottom: .2rem;
}
.contact-item span { font-size: 1rem; color: var(--cream); }

/* Contact Form */
.solidcare-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: .4rem; }
.form-group label {
  font-family: var(--font-head); font-size: .65rem;
  letter-spacing: .18em; color: var(--gold); text-transform: uppercase;
}
.form-group input,
.form-group textarea,
.form-group select {
  background: rgba(255,255,255,.04); border: 1px solid rgba(176,141,87,.2);
  color: var(--cream); padding: .85rem 1rem;
  font-family: var(--font-body); font-size: 1rem;
  outline: none; transition: border-color .3s; resize: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(250,247,242,.3); }
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--gold); }
.form-group select option { background: var(--dark2); }
.form-group textarea { min-height: 130px; }
.form-submit { width: 100%; font-size: .78rem; padding: 1.1rem; border: none; }

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
#site-footer { background: var(--dark2); border-top: 1px solid rgba(176,141,87,.18); }
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem; padding: 4rem 0;
}
.footer-brand p { font-size: .95rem; color: rgba(250,247,242,.5); line-height: 1.7; margin: 1.2rem 0 1rem; }
.footer-cr { font-family: var(--font-head); font-size: .68rem; letter-spacing: .1em; color: var(--gold); }
.footer-col h4 {
  font-family: var(--font-head); font-size: .72rem;
  letter-spacing: .2em; color: var(--white); text-transform: uppercase; margin-bottom: 1.5rem;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .7rem; }
.footer-col ul li a { font-size: .9rem; color: rgba(250,247,242,.5); transition: color .3s; }
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-bottom {
  border-top: 1px solid rgba(176,141,87,.1); padding: 1.5rem 0;
  display: flex; align-items: center; justify-content: space-between;
}
.footer-bottom p { font-family: var(--font-head); font-size: .65rem; letter-spacing: .12em; color: rgba(250,247,242,.3); }
.footer-bottom p span { color: var(--gold); }

/* ─────────────────────────────────────────
   WHATSAPP FAB
───────────────────────────────────────── */
.fab-whatsapp {
  position: fixed; bottom: 2rem; right: 2rem;
  width: 58px; height: 58px; background: #25d366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 30px rgba(37,211,102,.4);
  text-decoration: none; z-index: 999; transition: transform .3s, box-shadow .3s;
}
.fab-whatsapp:hover { transform: scale(1.1); box-shadow: 0 12px 40px rgba(37,211,102,.55); }
.fab-whatsapp svg { width: 30px; height: 30px; fill: white; }

/* ─────────────────────────────────────────
   ANIMATIONS
───────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 1100px) {
  .about-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .services-grid, .footer-top, .form-row, .about-highlights { grid-template-columns: 1fr; }
  .hero-stats { flex-wrap: wrap; gap: 1.5rem; }
  .about-badge { display: none; }
  .about-img-wrap img { height: 280px; }
  .why-img { height: 300px; }
  .contact-grid { gap: 2rem; }
}

/* ─────────────────────────────────────────
   MANAGER SECTION
───────────────────────────────────────── */
.manager-section {
  position: relative;
  padding: 7rem 0;
  overflow: hidden;
}
.manager-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.manager-inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 5rem;
  align-items: center;
}
.manager-photo-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.manager-photo-ring {
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  opacity: .5;
}
.manager-photo {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  border: 4px solid var(--gold);
  box-shadow: 0 0 60px rgba(176,141,87,.25);
  display: block;
  margin: 0 auto;
}
.manager-badge {
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--dark);
  padding: .4rem 1rem;
  font-family: var(--font-head);
  font-size: .62rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: .4rem;
  white-space: nowrap;
}
.manager-role {
  font-family: var(--font-head);
  font-size: .8rem;
  letter-spacing: .15em;
  color: var(--gold);
  text-transform: uppercase;
  margin: .5rem 0 1.5rem;
}
.manager-desc {
  font-size: 1.1rem;
  line-height: 1.85;
  color: rgba(250,247,242,.72);
  margin-bottom: 2rem;
}
.manager-contacts {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.manager-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .85rem 1.6rem;
  font-family: var(--font-head);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  border: 2px solid transparent;
}
.whatsapp-btn {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
}
.whatsapp-btn:hover {
  background: transparent;
  color: #25d366;
  border-color: #25d366;
}
.phone-btn {
  background: transparent;
  color: var(--gold-light);
  border-color: var(--gold);
}
.phone-btn:hover {
  background: var(--gold);
  color: var(--dark);
}

@media (max-width: 900px) {
  .manager-inner { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; }
  .manager-contacts { justify-content: center; }
  .manager-photo { width: 220px; height: 220px; }
}

/* ─────────────────────────────────────────
   SERVICE CARDS WITH IMAGES
───────────────────────────────────────── */
.services-grid-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.svc-card {
  background: var(--dark2);
  overflow: hidden;
  transition: transform .4s, box-shadow .4s;
  position: relative;
}
.svc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,.5);
}
.svc-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: transform .5s;
}
.svc-card:hover .svc-img { transform: scale(1.05); }
.svc-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(26,22,16,0) 40%, rgba(26,22,16,.85) 100%);
}
.svc-body {
  padding: 1.5rem;
  border-top: 2px solid var(--gold);
}
.svc-icon {
  width: 44px; height: 44px;
  background: rgba(176,141,87,.12);
  border: 1px solid rgba(176,141,87,.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
  color: var(--gold);
}
.svc-icon svg { width: 22px; height: 22px; }
.svc-body h3 {
  font-family: var(--font-head);
  font-size: .95rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: .06em;
  margin-bottom: .6rem;
}
.svc-body p {
  font-size: .9rem;
  color: rgba(250,247,242,.6);
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .services-grid-img { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .services-grid-img { grid-template-columns: 1fr; }
}

/* ── Why Us — card grid (no side image) ── */
.why-cards-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1.5rem;
}
.why-card {
  background: var(--dark2);
  border: 1px solid rgba(176,141,87,.15);
  border-top: 3px solid var(--gold);
  padding: 2rem 1.5rem;
  transition: transform .3s, box-shadow .3s;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.4); }
.why-card .why-num {
  font-family: var(--font-head);
  font-size: 2.8rem; font-weight: 900;
  color: rgba(176,141,87,.2);
  line-height: 1; margin-bottom: .75rem;
}
.why-card h4 {
  font-family: var(--font-head);
  font-size: .95rem; font-weight: 600;
  color: var(--gold-light);
  letter-spacing: .05em; margin-bottom: .6rem;
}
.why-card p { font-size: .95rem; line-height: 1.7; }

@media (max-width:1100px) { .why-cards-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width:600px)  { .why-cards-grid { grid-template-columns: 1fr; } }

/* ── Manager info card (no photo) ── */
.manager-info-card {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.manager-role {
  font-family: var(--font-head);
  font-size: .8rem; letter-spacing: .15em;
  color: var(--gold); text-transform: uppercase;
  margin: .5rem 0 1.5rem;
}
.manager-desc {
  font-size: 1.1rem; line-height: 1.85;
  color: rgba(250,247,242,.72); margin-bottom: 2rem;
}
.manager-contacts { display:flex; gap:1rem; flex-wrap:wrap; justify-content:center; }
