/* ================================================================
   Studio TMN — Main Stylesheet v1.0.0
   Compatible with WordPress + Elementor Page Builder
   ================================================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --black: #0a0a0a;
  --dark: #111111;
  --surface: #1a1a1a;
  --surface2: #222222;
  --border: rgba(255,255,255,0.08);
  --border2: rgba(255,255,255,0.14);
  --white: #f5f2ee;
  --cream: #e8e0d4;
  --gold: #c9a96e;
  --gold2: #e8c98a;
  --muted: rgba(245,242,238,0.45);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
  cursor: default;
}

/* ── WordPress admin bar fix ───────────────────────────────────── */
body.admin-bar header#site-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar header#site-header { top: 46px; }
}

/* ── Elementor full-width ─────────────────────────────────────── */
.elementor-section-wrap,
.elementor-page { width: 100%; }

/* ── CUSTOM CURSOR ─────────────────────────────────────────────── */
.cursor {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease, opacity 0.2s;
}
.cursor-ring {
  width: 36px; height: 36px;
  border: 1px solid rgba(201,169,110,0.5);
  border-radius: 50%;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease, width 0.3s, height 0.3s, border-color 0.3s;
}
body:has(a:hover) .cursor-ring,
body:has(button:hover) .cursor-ring {
  width: 56px; height: 56px;
  border-color: var(--gold);
}

/* ── HEADER ────────────────────────────────────────────────────── */
header#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem 3rem;
  transition: background 0.4s, backdrop-filter 0.4s;
}
header#site-header.scrolled {
  background: rgba(10,10,10,0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.logo {
  font-family: var(--serif);
  font-size: 1.35rem;
  letter-spacing: 0.12em;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
}
.logo span { color: var(--gold); }

header#site-header nav {
  display: flex; align-items: center; gap: 2.5rem;
}
header#site-header nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.25s;
}
header#site-header nav a:hover { color: var(--white); }

.nav-cta {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold) !important;
  padding: 0.55rem 1.4rem;
  font-size: 0.75rem !important;
  letter-spacing: 0.16em;
  cursor: pointer;
  transition: background 0.25s, color 0.25s !important;
  text-decoration: none;
  display: inline-block;
}
.nav-cta:hover {
  background: var(--gold) !important;
  color: var(--black) !important;
}

/* ── HAMBURGER ─────────────────────────────────────────────────── */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 4px;
}
.hamburger span {
  width: 26px; height: 1px;
  background: var(--white);
  transition: transform 0.3s, opacity 0.3s;
  display: block;
}
.hamburger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ── MOBILE MENU ───────────────────────────────────────────────── */
.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 99;
  background: rgba(10,10,10,0.97);
  backdrop-filter: blur(20px);
  flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--serif);
  font-size: 2rem;
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s;
}
.mobile-menu a:hover { color: var(--gold); }

/* ── HERO ──────────────────────────────────────────────────────── */
.hero {
  height: 100vh; min-height: 640px;
  position: relative;
  display: flex; align-items: flex-end;
  padding: 0 3rem 5rem;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(10,10,10,1) 0%, rgba(10,10,10,0.3) 50%, rgba(10,10,10,0.5) 100%),
    linear-gradient(135deg, #1a1008 0%, #0d0d0d 40%, #0a0f1a 100%);
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.35;
  pointer-events: none;
}
.hero-flare {
  position: absolute; top: 15%; right: 20%;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(201,169,110,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-counter {
  position: absolute; top: 50%; right: 3rem;
  transform: translateY(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.hero-counter-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--border2);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.hero-counter-dot.active { background: var(--gold); transform: scale(1.4); }
.hero-content { position: relative; z-index: 2; max-width: 780px; }
.hero-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.4rem;
  display: flex; align-items: center; gap: 1rem;
}
.hero-eyebrow::before {
  content: '';
  width: 40px; height: 1px;
  background: var(--gold);
  display: inline-block;
}
.hero-title {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  line-height: 1.05;
  font-weight: 400;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.hero-title em { font-style: italic; color: var(--cream); }
.hero-subtitle {
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 480px;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.btn-primary {
  background: var(--gold);
  color: var(--black);
  border: none;
  padding: 1rem 2.2rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s;
  display: inline-block;
}
.btn-primary:hover { background: var(--gold2); transform: translateY(-1px); }
.btn-ghost {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border2);
  padding-bottom: 2px;
  transition: color 0.25s, border-color 0.25s;
}
.btn-ghost:hover { color: var(--white); border-color: var(--white); }

.hero-slide { display: none; animation: fadeSlide 0.6s ease; }
.hero-slide.active { display: block; }
@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-stats {
  position: absolute; bottom: 0; right: 0;
  display: flex; z-index: 2;
}
.hero-stat {
  padding: 1.2rem 2rem;
  border-left: 1px solid var(--border);
  background: rgba(10,10,10,0.6);
  backdrop-filter: blur(8px);
  text-align: center;
}
.hero-stat-num {
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--gold);
  display: block;
}
.hero-stat-label {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── REEL STRIP ────────────────────────────────────────────────── */
.reel-strip {
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 1rem 0;
  background: var(--surface);
}
.reel-track {
  display: flex; gap: 3rem;
  animation: marquee 18s linear infinite;
  width: max-content;
}
.reel-track:hover { animation-play-state: paused; }
.reel-item {
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.reel-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── SECTION BASE ──────────────────────────────────────────────── */
section { padding: 6rem 3rem; }
.section-label {
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
  display: flex; align-items: center; gap: 1rem;
}
.section-label::before { content: ''; width: 30px; height: 1px; background: var(--gold); }
.section-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}
.section-title em { font-style: italic; color: var(--cream); }
.section-body {
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 520px;
  line-height: 1.85;
}

/* ── SERVICES ──────────────────────────────────────────────────── */
#servicos { background: var(--dark); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 4rem;
}
.service-card {
  background: var(--dark);
  padding: 3rem 2.5rem;
  position: relative; overflow: hidden;
  transition: background 0.35s;
  cursor: default;
}
.service-card::before {
  content: '';
  position: absolute; bottom: 0; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width 0.45s ease;
}
.service-card:hover { background: var(--surface); }
.service-card:hover::before { width: 100%; }
.service-num {
  font-family: var(--serif);
  font-size: 3.5rem;
  color: var(--border2);
  line-height: 1;
  margin-bottom: 1.5rem;
  font-style: italic;
  transition: color 0.35s;
}
.service-card:hover .service-num { color: rgba(201,169,110,0.2); }
.service-icon {
  width: 44px; height: 44px;
  border: 1px solid var(--border2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem;
  transition: border-color 0.35s;
}
.service-card:hover .service-icon { border-color: var(--gold); }
.service-icon svg { width: 22px; height: 22px; stroke: var(--muted); transition: stroke 0.35s; }
.service-card:hover .service-icon svg { stroke: var(--gold); }
.service-name {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.service-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.75; }
.service-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.service-tag {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid var(--border2);
  padding: 0.3rem 0.7rem;
  color: var(--muted);
}

/* ── PORTFOLIO ─────────────────────────────────────────────────── */
#portfolio { background: var(--black); }
.portfolio-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  flex-wrap: wrap; gap: 2rem;
  margin-bottom: 3rem;
}
.portfolio-filters { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.filter-btn {
  background: none; border: none;
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: color 0.25s, border-color 0.25s;
}
.filter-btn.active, .filter-btn:hover { color: var(--white); border-color: var(--gold); }
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}
.pitem { overflow: hidden; position: relative; cursor: pointer; }
.pitem-a { grid-column: span 5; grid-row: span 2; }
.pitem-b { grid-column: span 4; }
.pitem-c { grid-column: span 3; }
.pitem-d { grid-column: span 7; }
.pitem-e { grid-column: span 5; }
.pitem-inner {
  background: var(--surface);
  width: 100%; height: 100%;
  min-height: 220px;
  display: flex; align-items: flex-end;
  padding: 1.5rem;
  position: relative; overflow: hidden;
  transition: transform 0.45s ease;
}
.pitem:hover .pitem-inner { transform: scale(1.02); }
.pitem:nth-child(1) .pitem-inner { background: linear-gradient(145deg, #1a1208 0%, #2d1f0a 50%, #150f05 100%); min-height: 460px; }
.pitem:nth-child(2) .pitem-inner { background: linear-gradient(135deg, #0a0f1a 0%, #10182a 100%); }
.pitem:nth-child(3) .pitem-inner { background: linear-gradient(135deg, #0e1508 0%, #1a2410 100%); }
.pitem:nth-child(4) .pitem-inner { background: linear-gradient(135deg, #150a1a 0%, #200f26 100%); min-height: 460px; }
.pitem:nth-child(5) .pitem-inner { background: linear-gradient(135deg, #1a1008 0%, #291808 100%); }
.pitem-inner::before, .pitem-inner::after {
  content: '';
  position: absolute;
  width: 16px; height: 16px;
  border-color: rgba(201,169,110,0.3);
  border-style: solid;
  opacity: 0;
  transition: opacity 0.35s;
}
.pitem-inner::before { top: 12px; left: 12px; border-width: 1px 0 0 1px; }
.pitem-inner::after { bottom: 12px; right: 12px; border-width: 0 1px 1px 0; }
.pitem:hover .pitem-inner::before,
.pitem:hover .pitem-inner::after { opacity: 1; }
.pitem-label {
  position: relative; z-index: 2;
  background: rgba(10,10,10,0.7);
  backdrop-filter: blur(8px);
  padding: 0.6rem 1rem;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.35s, opacity 0.35s;
}
.pitem:hover .pitem-label { transform: translateY(0); opacity: 1; }
.pitem-cat {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 3px;
}
.pitem-name { font-family: var(--serif); font-size: 0.95rem; }
.play-overlay {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 52px; height: 52px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity 0.3s, border-color 0.3s;
}
.play-overlay svg { width: 18px; height: 18px; fill: white; margin-left: 3px; }
.pitem.video:hover .play-overlay { opacity: 1; border-color: var(--gold); }

/* ── PROCESS ───────────────────────────────────────────────────── */
#processo { background: var(--surface); }
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  margin-top: 4rem;
  border: 1px solid var(--border);
}
.process-step {
  padding: 2.5rem 2rem;
  border-right: 1px solid var(--border);
  position: relative;
}
.process-step:last-child { border-right: none; }
.process-num {
  font-family: var(--serif);
  font-size: 0.75rem;
  color: var(--gold);
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
}
.process-name { font-family: var(--serif); font-size: 1.2rem; margin-bottom: 0.75rem; }
.process-desc { font-size: 0.83rem; color: var(--muted); line-height: 1.75; }
.process-arrow {
  position: absolute; top: 50%; right: -14px;
  width: 28px; height: 28px;
  background: var(--surface2);
  border: 1px solid var(--border2);
  display: flex; align-items: center; justify-content: center;
  z-index: 1; transform: translateY(-50%);
}
.process-arrow svg { width: 12px; height: 12px; stroke: var(--gold); }
.process-step:last-child .process-arrow { display: none; }

/* ── ABOUT ─────────────────────────────────────────────────────── */
#sobre { background: var(--dark); }
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.about-visual { position: relative; aspect-ratio: 4/5; max-height: 580px; }
.about-photo-frame {
  width: 100%; height: 100%;
  background: linear-gradient(145deg, #1a1208 0%, #2d1f0a 60%, #150f05 100%);
  position: relative; overflow: hidden;
}
.about-photo-frame::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 28px; height: 100%;
  background: repeating-linear-gradient(to bottom, transparent 0px, transparent 14px, rgba(0,0,0,0.6) 14px, rgba(0,0,0,0.6) 18px);
  border-right: 1px solid var(--border2);
}
.about-photo-frame::after {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 28px; height: 100%;
  background: repeating-linear-gradient(to bottom, transparent 0px, transparent 14px, rgba(0,0,0,0.6) 14px, rgba(0,0,0,0.6) 18px);
  border-left: 1px solid var(--border2);
}
.about-badge {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  width: 130px; height: 130px;
  background: var(--gold);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
}
.about-badge-num { font-family: var(--serif); font-size: 2.2rem; color: var(--black); line-height: 1; }
.about-badge-text {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--black);
  margin-top: 4px; line-height: 1.3;
}
.about-text .section-body { max-width: 100%; margin-bottom: 2rem; }
.about-skills { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2.5rem; }
.skill-pill {
  border: 1px solid var(--border2);
  padding: 0.35rem 0.9rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.team-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 2.5rem; }
.team-item {
  display: flex; gap: 1rem; align-items: center;
  padding: 1rem;
  border: 1px solid var(--border);
  transition: border-color 0.25s;
}
.team-item:hover { border-color: var(--border2); }
.team-avatar {
  width: 48px; height: 48px; flex-shrink: 0;
  background: var(--surface2);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-size: 1.1rem;
  color: var(--gold);
}
.team-name { font-size: 0.9rem; font-weight: 500; margin-bottom: 2px; }
.team-role { font-size: 0.75rem; color: var(--muted); }

/* ── TESTIMONIALS ──────────────────────────────────────────────── */
#depoimentos { background: var(--black); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 3.5rem;
}
.testimonial {
  border: 1px solid var(--border);
  padding: 2rem;
  position: relative;
  transition: border-color 0.3s;
}
.testimonial:hover { border-color: var(--border2); }
.testimonial::before {
  content: '\201C';
  font-family: var(--serif);
  font-size: 5rem;
  color: var(--gold);
  opacity: 0.2;
  position: absolute; top: 0.5rem; left: 1.5rem;
  line-height: 1;
}
.testimonial-text {
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--cream);
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; }
.testimonial-avatar {
  width: 40px; height: 40px;
  background: var(--surface2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-size: 0.9rem;
  color: var(--gold);
  flex-shrink: 0;
}
.testimonial-name { font-size: 0.85rem; font-weight: 500; }
.testimonial-role { font-size: 0.72rem; color: var(--muted); }
.stars { color: var(--gold); font-size: 0.75rem; letter-spacing: 2px; margin-bottom: 0.75rem; }

/* ── CONTACT ───────────────────────────────────────────────────── */
#contato { background: var(--surface); }
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  align-items: start;
}
.contact-info { padding-top: 0.5rem; }
.contact-item {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--border);
}
.contact-item:last-child { border-bottom: none; }
.contact-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  border: 1px solid var(--border2);
  display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.contact-icon svg { width: 18px; height: 18px; stroke: var(--gold); }
.contact-label { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.contact-value { font-size: 0.9rem; color: var(--white); }
.contact-value a { color: inherit; text-decoration: none; transition: color 0.2s; }
.contact-value a:hover { color: var(--gold); }

/* Contact form */
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-label { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.form-input, .form-textarea, .form-select {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border2);
  color: var(--white);
  padding: 0.85rem 1rem;
  font-family: var(--sans);
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.25s, background 0.25s;
  width: 100%;
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: var(--gold);
  background: rgba(201,169,110,0.04);
}
.form-textarea { resize: vertical; min-height: 130px; }
.form-select option { background: var(--surface2); color: var(--white); }
.form-submit {
  background: var(--gold);
  color: var(--black);
  border: none;
  padding: 1.1rem 2.5rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s;
  width: 100%;
}
.form-submit:hover { background: var(--gold2); transform: translateY(-1px); }
.form-submit:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }

/* ── CTA BANNER ────────────────────────────────────────────────── */
.cta-banner {
  background: var(--gold);
  padding: 4rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.cta-banner-text h2 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--black);
  font-weight: 400; line-height: 1.2;
}
.cta-banner-text p { color: rgba(0,0,0,0.6); font-size: 0.9rem; margin-top: 0.5rem; }
.btn-dark {
  background: var(--black);
  color: var(--white);
  border: none;
  padding: 1.1rem 2.4rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s;
  display: inline-block;
  white-space: nowrap;
}
.btn-dark:hover { background: #1a1a1a; }

/* ── FOOTER ────────────────────────────────────────────────────── */
footer {
  background: var(--dark);
  padding: 3rem;
  border-top: 1px solid var(--border);
}
.footer-layout {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1.5rem;
}
.footer-logo {
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
}
.footer-logo span { color: var(--gold); }
.footer-links { display: flex; gap: 2rem; flex-wrap: wrap; }
.footer-links a {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--white); }
.footer-social { display: flex; gap: 1rem; }
.social-btn {
  width: 36px; height: 36px;
  border: 1px solid var(--border2);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; color: var(--muted);
  transition: border-color 0.25s, background 0.25s, color 0.25s;
}
.social-btn svg { width: 16px; height: 16px; }
.social-btn:hover { border-color: var(--gold); background: rgba(201,169,110,0.08); color: var(--gold); }
.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
}
.footer-bottom span { font-size: 0.75rem; color: var(--muted); }

/* ── WHATSAPP FLOAT ────────────────────────────────────────────── */
.whatsapp-float {
  position: fixed; bottom: 2rem; right: 2rem;
  width: 56px; height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  z-index: 200;
  box-shadow: 0 4px 24px rgba(37,211,102,0.3);
  transition: transform 0.25s, box-shadow 0.25s;
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 32px rgba(37,211,102,0.45); }
.whatsapp-float svg { width: 28px; height: 28px; fill: white; }

/* ── FADE-IN ANIMATIONS ────────────────────────────────────────── */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-delay-1 { transition-delay: 0.15s; }
.fade-in-delay-2 { transition-delay: 0.3s; }
.fade-in-delay-3 { transition-delay: 0.45s; }

/* ── RESPONSIVE ────────────────────────────────────────────────── */
@media (max-width: 900px) {
  header#site-header { padding: 1.2rem 1.5rem; }
  header#site-header nav { display: none; }
  .hamburger { display: flex; }
  section { padding: 4rem 1.5rem; }
  .hero { padding: 0 1.5rem 4rem; }
  .hero-stats { display: none; }
  .hero-counter { display: none; }
  .about-layout { grid-template-columns: 1fr; gap: 3rem; }
  .about-visual { max-height: 360px; }
  .about-badge { bottom: -1rem; right: -0.5rem; width: 100px; height: 100px; }
  .about-badge-num { font-size: 1.7rem; }
  .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .form-row { grid-template-columns: 1fr; }
  .portfolio-grid { display: flex; flex-direction: column; }
  .pitem-inner { min-height: 200px !important; }
  .cta-banner { flex-direction: column; text-align: center; padding: 2.5rem 1.5rem; }
  footer { padding: 2rem 1.5rem; }
  .footer-layout { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .hero-title { font-size: 2.6rem; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step { border-right: none; border-bottom: 1px solid var(--border); }
  .process-step:last-child { border-bottom: none; }
  .process-arrow { display: none; }
}

@media (max-width: 560px) {
  .process-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .services-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
