@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #050806;
  --bg-soft: #0a0f0b;
  --panel: rgba(13, 18, 14, 0.84);
  --gold: #e0b85b;
  --gold-bright: #f6d98d;
  --gold-dark: #9d6c20;
  --text: #f6f0df;
  --muted: #b9b3a6;
  --line: rgba(224, 184, 91, 0.22);
  --shadow: 0 24px 80px rgba(0,0,0,.44);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 85% 8%, rgba(224,184,91,.12), transparent 32%),
    radial-gradient(circle at 10% 42%, rgba(168,113,30,.08), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: "Cairo", system-ui, sans-serif;
  line-height: 1.8;
}
a { color: inherit; text-decoration: none; }
svg { width: 1.35rem; fill: currentColor; }

.page-glow { position: fixed; inset: auto; width: 420px; height: 420px; border-radius: 50%; filter: blur(110px); opacity: .08; pointer-events: none; z-index: -1; }
.page-glow--one { right: -180px; top: 18%; background: var(--gold); }
.page-glow--two { left: -220px; bottom: 2%; background: #b7791f; }

.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.topbar {
  position: sticky; top: 0; z-index: 50;
  height: 76px;
  display: flex; align-items: center; justify-content: space-between;
  padding-inline: max(20px, calc((100vw - 1180px)/2));
  background: rgba(5,8,6,.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(224,184,91,.12);
}
.brand-mini { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .14em; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); font-family: Georgia, serif; font-size: .95rem; }
.brand-name { font-family: Georgia, serif; color: var(--gold-bright); }
.quick-nav { display: flex; gap: 26px; color: var(--muted); font-size: .92rem; }
.quick-nav a:hover { color: var(--gold-bright); }

.hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(40px, 7vw, 90px); padding-block: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-size: .92rem; letter-spacing: .06em; }
.eyebrow::before { content:""; width: 38px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
h1 { margin: 18px 0 20px; font-size: clamp(2.6rem, 6.2vw, 5.5rem); line-height: 1.12; letter-spacing: -.04em; }
h1 span { color: transparent; background: linear-gradient(135deg, #fff1b8, #e2b757 48%, #9c661e); -webkit-background-clip: text; background-clip: text; }
.hero-text { max-width: 650px; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.16rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn { min-height: 54px; padding: 12px 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; transition: .25s ease; }
.btn--gold { color: #141006; background: linear-gradient(135deg, #f6d98d, #d39a2b); box-shadow: 0 12px 34px rgba(213,157,44,.22); }
.btn--ghost { border: 1px solid var(--line); background: rgba(255,255,255,.025); color: var(--text); }
.btn:hover { transform: translateY(-2px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 28px; color: #8f8a7f; font-size: .83rem; }
.trust-row span::before { content:"•"; color: var(--gold); margin-left: 8px; }

.hero-visual { display: grid; place-items: center; }
.visual-frame { position: relative; width: min(100%, 470px); border-radius: 34px; padding: 1px; background: linear-gradient(145deg, rgba(246,217,141,.65), rgba(224,184,91,.08) 38%, rgba(255,255,255,.02)); box-shadow: var(--shadow); }
.visual-frame::before { content:""; position: absolute; inset: 7% -8% -4% 12%; border: 1px solid rgba(224,184,91,.16); border-radius: 34px; z-index: -1; }
.visual-frame img { display: block; width: 100%; height: auto; border-radius: 33px; }

.services { padding-block: 95px; }
.section-heading { margin-bottom: 34px; }
.section-heading span { color: var(--gold); font-size: .9rem; }
h2 { margin: 6px 0 0; font-size: clamp(1.9rem, 3.6vw, 3.2rem); line-height: 1.25; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 240px; padding: 28px; border-radius: var(--radius); border: 1px solid rgba(224,184,91,.14); background: linear-gradient(155deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); box-shadow: 0 18px 44px rgba(0,0,0,.18); transition: .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(224,184,91,.35); }
.icon-wrap { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; color: var(--gold-bright); background: rgba(224,184,91,.09); border: 1px solid rgba(224,184,91,.18); }
.icon-wrap svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 22px 0 8px; font-size: 1.25rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.contact { padding-block: 55px 105px; }
.contact-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; padding: clamp(26px, 5vw, 54px); border-radius: 34px; border: 1px solid rgba(224,184,91,.2); background: linear-gradient(145deg, rgba(224,184,91,.08), rgba(255,255,255,.02) 45%, rgba(224,184,91,.035)); box-shadow: var(--shadow); }
.contact-copy p { color: var(--muted); }
.phone-link, .email-link { display: block; width: fit-content; direction: ltr; }
.phone-link { margin-top: 18px; font-size: clamp(1.8rem, 3.8vw, 3rem); color: var(--gold-bright); font-weight: 800; letter-spacing: .03em; }
.email-link { color: #d3ccbd; font-size: .94rem; }
.social-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; align-content: center; }
.social-card { display: flex; align-items: center; gap: 14px; min-height: 92px; padding: 18px; border-radius: 20px; border: 1px solid rgba(224,184,91,.14); background: rgba(4,7,5,.6); transition: .25s ease; }
.social-card:hover { transform: translateY(-3px); border-color: rgba(224,184,91,.34); }
.social-card--wide { grid-column: 1 / -1; }
.social-icon { flex: 0 0 auto; min-width: 48px; height: 48px; padding-inline: 8px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(145deg, rgba(246,217,141,.16), rgba(224,184,91,.06)); color: var(--gold-bright); font-family: Georgia, serif; font-size: .78rem; border: 1px solid rgba(224,184,91,.17); }
.social-card span:last-child { display: grid; }
.social-card strong { font-size: .98rem; }
.social-card small { color: var(--muted); font-size: .78rem; }

footer { border-top: 1px solid rgba(224,184,91,.1); color: #817d74; font-size: .78rem; }
.footer-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.floating-actions { position: fixed; left: 18px; bottom: max(18px, env(safe-area-inset-bottom)); display: grid; gap: 10px; z-index: 60; }
.floating-actions a { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-bright); background: rgba(8,12,9,.92); border: 1px solid rgba(224,184,91,.3); box-shadow: 0 12px 30px rgba(0,0,0,.3); }
.floating-actions .wa { color: white; background: #1e9e57; border-color: transparent; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 46px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-text { margin-inline: auto; }
  .hero-visual { order: -1; }
  .visual-frame { width: min(72vw, 420px); }
  .cards-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .contact-panel { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .section-shell { width: min(100% - 24px, 1180px); }
  .topbar { height: 66px; padding-inline: 14px; }
  .quick-nav { display: none; }
  .hero { min-height: auto; gap: 36px; padding-block: 34px 60px; }
  h1 { font-size: clamp(2.35rem, 13vw, 4rem); }
  .visual-frame { width: min(88vw, 390px); border-radius: 26px; }
  .visual-frame img { border-radius: 25px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .btn { padding-inline: 12px; font-size: .9rem; }
  .services { padding-block: 70px; }
  .contact { padding-bottom: 90px; }
  .contact-panel { border-radius: 26px; }
  .social-grid { grid-template-columns: 1fr; }
  .social-card--wide { grid-column: auto; }
  .phone-link { font-size: 2rem; }
  .footer-inner { flex-direction: column; justify-content: center; text-align: center; padding-block: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
