/* ══ RESET & TOKENS ══ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --brown:        #2C1A0E;
  --brown-rich:   #1A0F08;
  --brown-mid:    #4A2C18;
  --tan:          #C49A6C;
  --tan-light:    #D4AF8A;
  --tan-pale:     #EFE3D4;
  --tan-ghost:    #F7F1EA;
  --cream:        #FAF8F5;
  --white:        #FFFFFF;
  --slate:        #6B5E54;
  --slate-light:  #9B8E86;
  --serif:        'Playfair Display', Georgia, serif;
  --sans:         'Inter', system-ui, sans-serif;
  --ease-out:     cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--brown); background: var(--white); line-height: 1.6; overflow-x: hidden; cursor: none; }
img  { display: block; max-width: 100%; }
a    { color: inherit; text-decoration: none; }

/* ══ CUSTOM CURSOR ══ */
.cursor-dot {
  position: fixed; top: 0; left: 0; z-index: 9999; pointer-events: none;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--tan); transform: translate(-50%, -50%);
  transition: transform 0.1s, opacity 0.3s;
}
.cursor-ring {
  position: fixed; top: 0; left: 0; z-index: 9998; pointer-events: none;
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(196,154,108,0.5);
  transform: translate(-50%, -50%);
  transition: width 0.3s var(--ease-out), height 0.3s var(--ease-out),
              border-color 0.3s, transform 0.06s linear;
}
.cursor-ring.expand { width: 56px; height: 56px; border-color: var(--tan); }
body:not(:hover) .cursor-dot, body:not(:hover) .cursor-ring { opacity: 0; }

/* ══ UTILS ══ */
.container { max-width: 1160px; margin: 0 auto; padding: 0 32px; }
.container-wide { max-width: 1400px; margin: 0 auto; padding: 0 32px; }

/* ══ SCROLL REVEAL ══ */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-left { opacity: 0; transform: translateX(-50px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.reveal-left.visible { opacity: 1; transform: none; }
.reveal-right { opacity: 0; transform: translateX(50px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.reveal-right.visible { opacity: 1; transform: none; }

/* ══ NAVBAR ══ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  padding: 0; transition: background 0.4s, box-shadow 0.4s, padding 0.4s;
}
.navbar.scrolled {
  background: rgba(250,248,245,0.96); backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(44,26,14,0.08);
}
.navbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 80px; transition: height 0.4s;
}
.navbar.scrolled .navbar-inner { height: 64px; }
.navbar-logo img { height: 52px; width: auto; transition: height 0.4s, filter 0.4s; }
.navbar.scrolled .navbar-logo img { height: 40px; }
.hero-visible .navbar-logo img { filter: brightness(0) invert(1); }
.navbar-nav { display: flex; align-items: center; gap: 40px; }
.navbar-nav a {
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--white); opacity: 0.75; transition: opacity 0.2s;
  position: relative;
}
.navbar-nav a::after {
  content: ''; position: absolute; bottom: -3px; left: 0; right: 0; height: 1px;
  background: var(--tan); transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s var(--ease-out);
}
.navbar-nav a:hover { opacity: 1; }
.navbar-nav a:hover::after { transform: scaleX(1); }
.navbar.scrolled .navbar-nav a { color: var(--brown); }
.btn-nav {
  background: var(--tan) !important; color: var(--brown) !important; opacity: 1 !important;
  padding: 11px 24px; border-radius: 2px; font-weight: 700 !important;
  transition: background 0.2s, transform 0.15s !important;
}
.btn-nav::after { display: none !important; }
.btn-nav:hover { background: var(--tan-light) !important; transform: translateY(-1px); }
.navbar.scrolled .btn-nav { color: var(--brown) !important; }
.menu-toggle { display: none; background: none; border: none; cursor: none; padding: 4px; }
.menu-toggle span { display: block; width: 24px; height: 1.5px; background: var(--white); margin: 6px 0; transition: 0.3s; }
.navbar.scrolled .menu-toggle span { background: var(--brown); }

/* ══ HERO ══ */
.hero {
  min-height: 100vh; background: var(--brown-rich); position: relative;
  display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 65% 40%, rgba(196,154,108,0.12) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 20% 70%, rgba(196,154,108,0.06) 0%, transparent 60%);
}
.hero-grid-lines {
  position: absolute; inset: 0; opacity: 0.04;
  background-image: linear-gradient(rgba(196,154,108,1) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(196,154,108,1) 1px, transparent 1px);
  background-size: 80px 80px;
}
.hero-content { position: relative; z-index: 2; padding: 140px 0 100px; }
.hero-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 80px; }
.hero-eyebrow {
  display: flex; align-items: center; gap: 12px; margin-bottom: 28px;
}
.hero-eyebrow-line { width: 40px; height: 1px; background: var(--tan); }
.hero-eyebrow-text { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--tan); }
.hero h1 {
  font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 400; line-height: 1.05; color: var(--white); max-width: 760px;
}
.hero h1 em { font-style: italic; color: var(--tan-light); }
.hero-right { flex-shrink: 0; max-width: 340px; text-align: right; }
.hero-sub { font-size: 1rem; color: rgba(255,255,255,0.5); line-height: 1.8; margin-bottom: 32px; }
.hero-cta { display: flex; gap: 14px; justify-content: flex-end; flex-wrap: wrap; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--tan); color: var(--brown);
  padding: 15px 30px; border-radius: 2px;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  transition: background 0.25s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(196,154,108,0.3);
}
.btn-primary:hover { background: var(--tan-light); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(196,154,108,0.4); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.75);
  padding: 15px 30px; border-radius: 2px;
  font-size: 0.82rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  transition: border-color 0.25s, color 0.25s;
}
.btn-outline:hover { border-color: rgba(255,255,255,0.5); color: var(--white); }
.hero-bottom {
  display: flex; align-items: stretch;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.hero-stat-item {
  flex: 1; padding: 36px 40px; border-right: 1px solid rgba(255,255,255,0.07);
  position: relative; overflow: hidden; transition: background 0.3s;
}
.hero-stat-item:last-child { border-right: none; }
.hero-stat-item:hover { background: rgba(196,154,108,0.06); }
.hero-stat-num {
  font-family: var(--serif); font-size: 2.6rem; font-weight: 700; color: var(--tan);
  line-height: 1; margin-bottom: 6px;
}
.hero-stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.4); letter-spacing: 0.06em; }
.hero-scroll {
  position: absolute; bottom: 220px; right: 40px; z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  writing-mode: vertical-lr; font-size: 0.68rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(255,255,255,0.3);
}
.hero-scroll-line { width: 1px; height: 60px; background: rgba(255,255,255,0.15); position: relative; overflow: hidden; }
.hero-scroll-line::after {
  content: ''; position: absolute; top: -100%; left: 0; right: 0; height: 100%;
  background: var(--tan); animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine { 0% { top: -100%; } 100% { top: 200%; } }

/* ══ MARQUEE BAND ══ */
.marquee-band {
  background: var(--tan); padding: 18px 0; overflow: hidden;
  border-top: 1px solid rgba(44,26,14,0.1);
}
.marquee-track {
  display: flex; gap: 0; white-space: nowrap;
  animation: marquee 25s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }
.marquee-item {
  display: inline-flex; align-items: center; gap: 28px; padding: 0 28px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--brown); flex-shrink: 0;
}
.marquee-item::after { content: '◆'; opacity: 0.4; font-size: 0.5rem; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ══ SOBRE (editorial) ══ */
.about { background: var(--cream); padding: 140px 0; }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.about-left {
  padding-right: 80px; border-right: 1px solid rgba(44,26,14,0.1);
  display: flex; flex-direction: column; justify-content: center;
}
.about-right { padding-left: 80px; }
.section-label {
  display: flex; align-items: center; gap: 12px; margin-bottom: 20px;
}
.section-label-line { width: 32px; height: 1px; background: var(--tan); }
.section-label-text { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--tan); }
.about h2 {
  font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400; color: var(--brown); line-height: 1.2; margin-bottom: 28px;
}
.about h2 em { font-style: italic; color: var(--tan); }
.about-lead { font-size: 1.05rem; color: var(--brown); line-height: 1.8; margin-bottom: 16px; font-weight: 300; }
.about-text { font-size: 0.9rem; color: var(--slate); line-height: 1.85; margin-bottom: 16px; }
.about-cta { margin-top: 36px; }
.about-numbers {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 48px;
}
.about-num-card {
  background: var(--brown); padding: 36px 28px; position: relative; overflow: hidden;
}
.about-num-card:nth-child(2n) { background: var(--brown-mid); }
.about-num-card-accent {
  position: absolute; bottom: -20px; right: -20px;
  width: 80px; height: 80px; border-radius: 50%;
  background: rgba(196,154,108,0.1);
}
.about-num-val { font-family: var(--serif); font-size: 2.8rem; font-weight: 700; color: var(--tan); line-height: 1; }
.about-num-label { font-size: 0.78rem; color: rgba(255,255,255,0.5); margin-top: 6px; line-height: 1.4; }
.about-quote-block {
  background: var(--tan-ghost); border-left: 3px solid var(--tan);
  padding: 28px 32px;
}
.about-quote-text { font-family: var(--serif); font-size: 1.05rem; font-style: italic; color: var(--brown); line-height: 1.6; }
.about-quote-author { font-size: 0.78rem; color: var(--slate-light); margin-top: 14px; letter-spacing: 0.06em; }

/* ══ SERVIÇOS ══ */
.services { background: var(--white); padding: 140px 0; }
.services-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 40px; margin-bottom: 80px;
}
.services h2 {
  font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400; color: var(--brown); line-height: 1.2; max-width: 500px;
}
.services h2 em { font-style: italic; color: var(--tan); }
.services-sub { font-size: 0.9rem; color: var(--slate); max-width: 300px; line-height: 1.7; flex-shrink: 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.service-card {
  background: var(--cream); padding: 48px 36px; position: relative;
  overflow: hidden; transition: background 0.35s;
  display: flex; flex-direction: column;
}
.service-card:hover { background: var(--brown); }
.service-card-num {
  font-family: var(--serif); font-size: 0.8rem; color: var(--tan);
  letter-spacing: 0.1em; margin-bottom: 40px; transition: color 0.35s;
}
.service-card:hover .service-card-num { color: rgba(196,154,108,0.5); }
.service-icon-wrap {
  width: 52px; height: 52px; border: 1px solid rgba(44,26,14,0.15);
  border-radius: 2px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 28px; transition: border-color 0.35s, background 0.35s;
}
.service-card:hover .service-icon-wrap { border-color: rgba(196,154,108,0.3); background: rgba(196,154,108,0.1); }
.service-icon-wrap svg { width: 22px; height: 22px; color: var(--tan); transition: color 0.35s; }
.service-title {
  font-family: var(--serif); font-size: 1.2rem; color: var(--brown);
  margin-bottom: 14px; transition: color 0.35s;
}
.service-card:hover .service-title { color: var(--white); }
.service-text { font-size: 0.87rem; color: var(--slate); line-height: 1.75; transition: color 0.35s; flex: 1; }
.service-card:hover .service-text { color: rgba(255,255,255,0.6); }
.service-arrow {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 32px;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--tan); opacity: 0; transform: translateY(8px);
  transition: opacity 0.35s, transform 0.35s;
}
.service-card:hover .service-arrow { opacity: 1; transform: none; }
.service-card:last-child:nth-child(3n+1) { grid-column: span 3; }

/* ══ PROCESSO ══ */
.process { background: var(--brown); padding: 140px 0; }
.process-header { text-align: center; margin-bottom: 80px; }
.process-header .section-label { justify-content: center; }
.process h2 {
  font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400; color: var(--white); line-height: 1.2; margin-top: 16px;
}
.process h2 em { font-style: italic; color: var(--tan-light); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.process-steps::before {
  content: ''; position: absolute; top: 42px; left: 10%; right: 10%; height: 1px;
  background: rgba(196,154,108,0.2);
}
.process-step { padding: 0 28px; text-align: center; position: relative; }
.process-step-dot {
  width: 84px; height: 84px; border: 1px solid rgba(196,154,108,0.25);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 28px; background: var(--brown);
  font-family: var(--serif); font-size: 1.4rem; color: var(--tan); font-weight: 700;
  transition: background 0.3s, border-color 0.3s;
  position: relative; z-index: 1;
}
.process-step:hover .process-step-dot { background: var(--tan); color: var(--brown); border-color: var(--tan); }
.process-step-title { font-family: var(--serif); font-size: 1rem; color: var(--white); margin-bottom: 10px; }
.process-step-text { font-size: 0.83rem; color: rgba(255,255,255,0.45); line-height: 1.7; }

/* ══ DEPOIMENTOS ══ */
.testimonials { background: var(--tan-pale); padding: 140px 0; }
.testimonials-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 60px; }
.testimonials h2 { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 400; color: var(--brown); line-height: 1.2; }
.testimonials h2 em { font-style: italic; color: var(--tan); }
.testimonials-nav { display: flex; gap: 12px; }
.testi-btn {
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(44,26,14,0.2);
  background: none; cursor: none; display: flex; align-items: center; justify-content: center;
  color: var(--brown); transition: background 0.2s, color 0.2s;
}
.testi-btn:hover { background: var(--brown); color: var(--white); border-color: var(--brown); }
.testimonials-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card {
  background: var(--white); padding: 40px 36px; border-radius: 2px;
  box-shadow: 0 2px 20px rgba(44,26,14,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.testi-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(44,26,14,0.1); }
.testi-stars { display: flex; gap: 4px; margin-bottom: 20px; }
.testi-star { width: 14px; height: 14px; color: var(--tan); }
.testi-quote { font-size: 0.92rem; color: var(--slate); line-height: 1.8; font-style: italic; margin-bottom: 28px; }
.testi-quote::before { content: '\201C'; font-family: var(--serif); font-size: 2.5rem; color: var(--tan); opacity: 0.4; line-height: 0; vertical-align: -0.4em; margin-right: 4px; }
.testi-author { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid rgba(44,26,14,0.08); }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--tan-pale);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-weight: 700; color: var(--brown); font-size: 1rem;
}
.testi-name { font-size: 0.88rem; font-weight: 600; color: var(--brown); }
.testi-role { font-size: 0.78rem; color: var(--slate-light); }

/* ══ CTA CENTRAL ══ */
.cta-section {
  background: var(--white); padding: 160px 0; text-align: center;
  position: relative; overflow: hidden;
}
.cta-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(196,154,108,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.cta-eyebrow { display: flex; justify-content: center; margin-bottom: 24px; }
.cta-section h2 {
  font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4.5rem);
  font-weight: 400; color: var(--brown); line-height: 1.1;
  max-width: 760px; margin: 0 auto 24px;
}
.cta-section h2 em { font-style: italic; color: var(--tan); }
.cta-section p { font-size: 1rem; color: var(--slate); max-width: 440px; margin: 0 auto 48px; line-height: 1.75; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-primary-dark {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--brown); color: var(--white);
  padding: 16px 36px; border-radius: 2px;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  transition: background 0.25s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(44,26,14,0.2);
}
.btn-primary-dark:hover { background: var(--brown-mid); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(44,26,14,0.25); }
.btn-outline-dark {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(44,26,14,0.2); color: var(--brown);
  padding: 16px 36px; border-radius: 2px;
  font-size: 0.82rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  transition: border-color 0.25s, background 0.25s;
}
.btn-outline-dark:hover { border-color: var(--brown); background: rgba(44,26,14,0.04); }

/* ══ CONTATO ══ */
.contact { background: var(--brown-rich); padding: 140px 0; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.contact-info .section-label-line { background: rgba(196,154,108,0.5); }
.contact-info h2 { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 400; color: var(--white); line-height: 1.2; margin-top: 16px; margin-bottom: 20px; }
.contact-info h2 em { font-style: italic; color: var(--tan-light); }
.contact-intro { font-size: 0.9rem; color: rgba(255,255,255,0.5); line-height: 1.8; margin-bottom: 52px; }
.contact-items { display: flex; flex-direction: column; gap: 0; }
.contact-item {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.contact-item:first-child { border-top: 1px solid rgba(255,255,255,0.06); }
.contact-item-icon {
  width: 42px; height: 42px; border: 1px solid rgba(196,154,108,0.2);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; border-radius: 2px;
}
.contact-item-icon svg { width: 18px; height: 18px; color: var(--tan); }
.contact-item-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--tan); margin-bottom: 4px; }
.contact-item-value { font-size: 0.92rem; color: rgba(255,255,255,0.75); }
.contact-form-wrap {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07);
  padding: 48px; border-radius: 2px;
}
.contact-form-title { font-family: var(--serif); font-size: 1.3rem; color: var(--white); margin-bottom: 36px; }
.form-group { margin-bottom: 22px; }
.form-group label { display: block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 9px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 14px 16px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 2px; font-family: var(--sans); font-size: 0.9rem;
  color: var(--white); outline: none; transition: border-color 0.2s, background 0.2s;
  appearance: none;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.2); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: rgba(196,154,108,0.5); background: rgba(255,255,255,0.08);
}
.form-group select option { background: var(--brown); color: var(--white); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.btn-submit {
  width: 100%; background: var(--tan); color: var(--brown);
  padding: 15px; border: none; border-radius: 2px; cursor: none;
  font-family: var(--sans); font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  transition: background 0.2s, transform 0.15s;
}
.btn-submit:hover { background: var(--tan-light); transform: translateY(-1px); }

/* ══ FOOTER ══ */
.footer { background: var(--brown); border-top: 1px solid rgba(255,255,255,0.06); }
.footer-main {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; padding: 72px 0 60px;
}
.footer-brand img { height: 44px; width: auto; margin-bottom: 20px; }
.footer-brand p { font-size: 0.83rem; color: rgba(255,255,255,0.35); line-height: 1.7; max-width: 260px; }
.footer-col-title { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--tan); margin-bottom: 20px; }
.footer-col a { display: block; font-size: 0.83rem; color: rgba(255,255,255,0.4); margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: var(--tan); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06); padding: 24px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  flex-wrap: wrap;
}
.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.3); }
.footer-social { display: flex; gap: 16px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.4); transition: border-color 0.2s, color 0.2s;
}
.footer-social a:hover { border-color: var(--tan); color: var(--tan); }
.footer-social a svg { width: 15px; height: 15px; }

/* ══ WHATSAPP FLOAT ══ */
.wa-float {
  position: fixed; bottom: 32px; right: 32px; z-index: 400;
  background: #25D366; color: var(--white);
  width: 58px; height: 58px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(37,211,102,0.35);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(37,211,102,0.45); }
.wa-float svg { width: 28px; height: 28px; }

/* ══ RESPONSIVE ══ */
@media (max-width: 1024px) {
  .hero-top { flex-direction: column; align-items: flex-start; }
  .hero-right { text-align: left; max-width: 100%; }
  .hero-cta { justify-content: flex-start; }
  .about-inner { grid-template-columns: 1fr; }
  .about-left { padding-right: 0; border-right: none; padding-bottom: 60px; border-bottom: 1px solid rgba(44,26,14,0.1); }
  .about-right { padding-left: 0; padding-top: 60px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:last-child:nth-child(3n+1) { grid-column: span 2; }
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .process-steps::before { display: none; }
  .testimonials-track { grid-template-columns: 1fr 1fr; }
  .contact-inner { grid-template-columns: 1fr; gap: 60px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  body { cursor: auto; }
  .cursor-dot, .cursor-ring { display: none; }
  .navbar-nav { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--brown-rich); flex-direction: column; align-items: center; justify-content: center; gap: 32px; z-index: 490; }
  .navbar-nav.open { display: flex; }
  .navbar-nav a { font-size: 1.2rem; opacity: 1; color: var(--white); }
  .btn-nav { padding: 14px 36px; }
  .menu-toggle { display: block; z-index: 500; }
  .hero-stat-item { padding: 24px 20px; }
  .hero-stat-num { font-size: 1.8rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card:last-child:nth-child(3n+1) { grid-column: span 1; }
  .process-steps { grid-template-columns: 1fr; }
  .testimonials-header { flex-direction: column; align-items: flex-start; gap: 24px; }
  .testimonials-track { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .hero-scroll { display: none; }
  .services-header { flex-direction: column; align-items: flex-start; }
  .hero-bottom { flex-direction: column; }
  .hero-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .hero-stat-item:last-child { border-bottom: none; }
}
@media (max-width: 480px) {
  .container { padding: 0 20px; }
  .contact-form-wrap { padding: 32px 24px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
