:root {
  --cocoa-950: #24130c;
  --cocoa-900: #321d13;
  --cocoa-850: #432817;
  --coffee-800: #58351f;
  --coffee-700: #70472b;
  --coffee-600: #8a5d3e;
  --caramel-500: #a8784f;
  --caramel-400: #c69763;
  --sand-300: #dcc096;
  --beige-200: #ecd8b8;
  --beige-100: #f7ead5;
  --cream-50: #fff9ef;
  --white: #ffffff;
  --text: #2c2119;
  --muted: #6f5a47;
  --line: rgba(88, 53, 31, .16);
  --line-strong: rgba(112, 71, 43, .28);
  --shadow: 0 26px 70px rgba(36, 19, 12, .20);
  --shadow-soft: 0 16px 45px rgba(88, 53, 31, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 7%, rgba(220, 192, 150, .42), transparent 28%),
    radial-gradient(circle at 92% 19%, rgba(168, 120, 79, .18), transparent 30%),
    linear-gradient(180deg, var(--cream-50) 0%, var(--white) 44%, var(--beige-100) 100%);
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 34px)); margin: 0 auto; }
.section-pad { padding: 88px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 249, 239, .94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.navbar {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: var(--cocoa-950);
}
.brand-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--cocoa-950);
  background: linear-gradient(135deg, var(--beige-200) 0%, var(--caramel-400) 50%, var(--cream-50) 100%);
  box-shadow: 0 14px 30px rgba(112, 71, 43, .25), inset 0 0 0 1px rgba(255,255,255,.85);
}
.brand-text { font-size: clamp(1rem, 2vw, 1.22rem); }
.menu { display: flex; align-items: center; gap: 8px; }
.menu a {
  padding: 12px 14px;
  border-radius: 999px;
  font-weight: 800;
  color: var(--coffee-800);
  transition: .25s ease;
}
.menu a:hover { background: rgba(236, 216, 184, .55); transform: translateY(-1px); color: var(--cocoa-950); }
.nav-call {
  background: linear-gradient(135deg, var(--coffee-800), var(--caramel-500)) !important;
  color: var(--white) !important;
  box-shadow: 0 13px 30px rgba(88, 53, 31, .26);
}
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; padding: 10px; }
.menu-toggle span { display: block; width: 28px; height: 3px; background: var(--cocoa-950); margin: 5px 0; border-radius: 999px; }

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 9% 18%, rgba(220, 192, 150, .56), transparent 28%),
    radial-gradient(circle at 93% 12%, rgba(138, 93, 62, .23), transparent 30%),
    linear-gradient(135deg, var(--cream-50) 0%, var(--beige-200) 46%, var(--beige-100) 100%);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.90) 100%);
  pointer-events: none;
}
.hero-bg-shape { position: absolute; border-radius: 999px; opacity: .45; filter: blur(1px); }
.shape-one { width: 470px; height: 470px; right: -155px; top: 86px; background: linear-gradient(135deg, var(--coffee-600), var(--sand-300)); }
.shape-two { width: 350px; height: 350px; left: -118px; bottom: 10px; background: linear-gradient(135deg, var(--beige-200), var(--caramel-400)); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 54px; align-items: center; position: relative; z-index: 1; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--coffee-700);
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
}
h1, h2, h3 { font-family: 'Montserrat', sans-serif; color: var(--cocoa-950); line-height: 1.06; margin-top: 0; }
h1 { font-size: clamp(3.2rem, 7vw, 6.8rem); letter-spacing: -.07em; margin-bottom: 18px; }
h2 { font-size: clamp(2.15rem, 4.6vw, 4rem); letter-spacing: -.045em; margin-bottom: 18px; }
h3 { font-size: 1.35rem; margin-bottom: 12px; }
p { line-height: 1.72; }
.hero-lead { font-size: clamp(1.35rem, 2.8vw, 2.1rem); color: var(--coffee-700); font-weight: 800; margin: 0 0 14px; }
.hero-text { font-size: 1.08rem; color: var(--muted); max-width: 620px; margin-bottom: 28px; }
.hero-actions, .cta-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn.primary {
  background: linear-gradient(135deg, var(--coffee-800) 0%, var(--coffee-600) 52%, var(--caramel-400) 100%);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(88, 53, 31, .30);
}
.btn.secondary {
  background: rgba(255,255,255,.95);
  color: var(--cocoa-900);
  border: 1px solid var(--line-strong);
  box-shadow: 0 10px 26px rgba(88, 53, 31, .11);
}
.btn.light { background: var(--cream-50); color: var(--cocoa-900); }

.hero-card {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(255,255,255,.88);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  min-height: 535px;
  display: grid;
  align-content: space-between;
  position: relative;
  overflow: hidden;
}
.hero-card::before {
  content: '';
  position: absolute;
  inset: -36% -30% auto auto;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(220, 192, 150, .42), rgba(138, 93, 62, .16) 58%, transparent 70%);
  border-radius: 50%;
}
.hero-card-top { display: flex; align-items: center; gap: 10px; font-weight: 900; color: var(--coffee-800); position: relative; z-index: 1; }
.pulse-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--caramel-500); box-shadow: 0 0 0 8px rgba(168,120,79,.18); }
.service-orbit {
  position: relative;
  width: min(430px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,.98) 0%, rgba(247,234,213,.92) 50%, rgba(255,249,239,.80) 100%);
  border: 1px dashed rgba(112,71,43,.36);
  box-shadow: inset 0 0 35px rgba(220,192,150,.20);
}
.orbit-center {
  position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%);
  width: 136px; height: 136px; border-radius: 40px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--cocoa-950), var(--coffee-700));
  color: var(--beige-200);
  font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 2rem;
  box-shadow: 0 24px 50px rgba(36,19,12,.30);
}
.orbit-item {
  position: absolute;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 15px 35px rgba(88,53,31,.14);
  color: var(--coffee-800);
  border: 1px solid rgba(220,192,150,.38);
  font-weight: 900;
  font-size: .9rem;
}
.item-1 { top: 10%; left: 7%; }
.item-2 { top: 11%; right: 3%; }
.item-3 { bottom: 16%; left: 2%; }
.item-4 { bottom: 9%; right: 4%; }
.item-5 { top: 48%; right: -3%; }
.phone-card {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  background: linear-gradient(135deg, var(--beige-100), var(--cream-50));
  border: 1px solid rgba(220,192,150,.50);
  border-radius: 22px;
  padding: 18px;
  color: var(--cocoa-950);
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.intro { background: linear-gradient(180deg, var(--white) 0%, var(--beige-100) 100%); }
.split-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; align-items: start; }
.intro-panel, .contact-card {
  background: linear-gradient(135deg, rgba(255,249,239,.98), rgba(247,234,213,.98));
  border: 1px solid rgba(220,192,150,.52);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow-soft);
}
.intro-panel p:first-child { margin-top: 0; }
.intro-panel p:last-child { margin-bottom: 0; }
.center-heading { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.center-heading p { color: var(--muted); margin-bottom: 0; }
.services { background: linear-gradient(180deg, var(--beige-100) 0%, var(--cream-50) 72%, var(--white) 100%); }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card {
  min-height: 330px;
  background: linear-gradient(180deg, var(--white) 0%, var(--cream-50) 62%, var(--beige-100) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 18px 45px rgba(88,53,31,.10);
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(168,120,79,.50); }
.service-card p { color: var(--muted); margin-bottom: 22px; }
.service-card a { margin-top: auto; color: var(--coffee-700); font-weight: 900; font-family: 'Montserrat', sans-serif; }
.icon-wrap {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--cocoa-900) 0%, var(--coffee-700) 55%, var(--caramel-400) 100%);
  color: var(--cream-50);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.20), 0 14px 32px rgba(88,53,31,.24);
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1.65rem;
  margin-bottom: 22px;
}
.wide-card { grid-column: span 2; }
.feature-strip {
  background:
    radial-gradient(circle at 15% 20%, rgba(220,192,150,.22), transparent 28%),
    radial-gradient(circle at 90% 50%, rgba(168,120,79,.24), transparent 32%),
    linear-gradient(135deg, var(--cocoa-950) 0%, var(--cocoa-900) 52%, var(--coffee-800) 100%);
  color: var(--white);
}
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-box {
  border-radius: var(--radius);
  padding: 30px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(236,216,184,.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.feature-box span { color: var(--beige-200); font-family: 'Montserrat', sans-serif; font-size: 2.4rem; font-weight: 900; }
.feature-box h3 { color: var(--white); margin-top: 14px; }
.feature-box p { color: rgba(255,255,255,.80); margin-bottom: 0; }
.cta { background: linear-gradient(135deg, var(--cream-50), var(--beige-100)); }
.cta-card {
  border-radius: 38px;
  padding: clamp(30px, 5vw, 58px);
  background:
    radial-gradient(circle at 88% 15%, rgba(236,216,184,.35), transparent 28%),
    linear-gradient(135deg, var(--coffee-800) 0%, var(--coffee-600) 55%, var(--caramel-400) 100%);
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  box-shadow: var(--shadow);
}
.cta-card .eyebrow, .cta-card h2 { color: var(--white); }
.cta-card p { color: rgba(255,255,255,.84); margin-bottom: 0; max-width: 710px; }
.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 36px; align-items: center; }
.contact-card h3 { font-size: 2rem; }
.contact-card a:not(.btn) { color: var(--coffee-700); font-weight: 900; }
.footer {
  background: linear-gradient(135deg, #1b0e08 0%, var(--cocoa-950) 100%);
  color: rgba(255,255,255,.78);
  padding: 42px 0;
}
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.footer h2 { color: var(--white); margin-bottom: 10px; }
.footer a { color: var(--beige-200); font-weight: 900; }
.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 110;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coffee-800), var(--caramel-500));
  color: var(--white);
  font-size: 1.65rem;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(36,19,12,.32);
}
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid, .split-grid, .contact-grid, .cta-card { grid-template-columns: 1fr; }
  .hero-card { min-height: 480px; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .section-pad { padding: 64px 0; }
  .navbar { min-height: 70px; }
  .menu-toggle { display: block; }
  .menu {
    position: absolute;
    top: 70px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: rgba(255, 249, 239, .98);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 14px;
    box-shadow: var(--shadow);
  }
  .menu.open { display: flex; }
  .menu a { text-align: center; }
  h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero-grid { gap: 34px; }
  .hero-actions, .cta-actions, .contact-actions { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .cards-grid { grid-template-columns: 1fr; }
  .wide-card { grid-column: auto; }
  .service-orbit { width: min(320px, 100%); }
  .orbit-center { width: 108px; height: 108px; border-radius: 32px; font-size: 1.55rem; }
  .orbit-item { font-size: .75rem; padding: 9px 12px; }
  .item-5 { right: 0; }
  .hero-card, .intro-panel, .contact-card { padding: 24px; }
}

@media (max-width: 430px) {
  .brand-text { max-width: 170px; line-height: 1.1; }
  .hero-card { min-height: 430px; }
  .service-orbit { width: 270px; }
  .orbit-item { font-size: .68rem; }
}
