/* ============================================
   FUENTES LOCALES
============================================ */
@font-face {
  font-family: 'Boyrun';
  src: url('../tipografia/principal/Figtree-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Boyrun';
  src: url('../tipografia/principal/Figtree-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../tipografia/secundaria/Boyrun.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   VARIABLES — Marfil Matte × Negro Puro
============================================ */
:root {
  --black:       #000000;
  --black-soft:  #0A0A0A;
  --black-mid:   #111111;
  --char:        #1C1C1C;
  --ivory:       #F5F2EA;
  --ivory-alt:   #EDE9DE;
  --ivory-dark:  #E0DACE;
  --ivory-light: #FAF8F4;
  --white:       #FFFFFF;
  --accent:      #8B7060;
  --accent-lt:   #C4A882;
  --text-dark:   #0A0A0A;
  --text-mid:    #3D3A34;
  --text-light:  #7A7068;
  --green-wp:    #25D366;

  --shadow-sm:   0 2px 12px rgba(0,0,0,.08);
  --shadow-md:   0 8px 32px rgba(0,0,0,.15);
  --shadow-lg:   0 16px 50px rgba(0,0,0,.25);

  --radius-sm:   8px;
  --radius-md:   16px;
  --radius-lg:   24px;
  --radius-xl:   32px;
  --radius-full: 9999px;

  --ease: cubic-bezier(.4,0,.2,1);
  --t:    all .3s var(--ease);
  --ts:   all .5s var(--ease);
}

/* ============================================
   RESET & BASE
============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Boyrun', sans-serif;
  color: var(--text-dark);
  background: var(--ivory);
  line-height: 1.6;
  overflow-x: hidden;
}
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.hide-sm { display: inline; }

/* ============================================
   UTILITY: EYEBROW LABELS
============================================ */
.eyebrow-label {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--accent); margin-bottom: .75rem;
}
.eyebrow-label::before,
.eyebrow-label::after {
  content: ''; width: 24px; height: 1px;
  background: var(--accent); opacity: .6;
}
.eyebrow-label.light { color: var(--ivory-alt); }
.eyebrow-label.light::before,
.eyebrow-label.light::after { background: var(--ivory-alt); }

/* ============================================
   UTILITY: SECTION HEADERS
============================================ */
.section-header { text-align: center; margin-bottom: 3rem; }
.section-title {
  font-family: 'Figtree', serif;
  font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 700;
  color: var(--black); line-height: 1.15; margin-bottom: 1rem;
}
.section-title.light { color: var(--ivory); }
.section-header.light .section-title { color: var(--ivory); }
.section-desc { color: var(--text-light); max-width: 520px; margin: 0 auto; font-size: 1.02rem; }
.section-desc.light { color: rgba(245,242,234,.5); }

/* ============================================
   UTILITY: BUTTONS
============================================ */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .9rem 2rem; border-radius: var(--radius-full);
  font-family: 'Boyrun', sans-serif; font-weight: 600; font-size: .9rem;
  cursor: pointer; transition: var(--t); border: 2px solid transparent;
}
.btn-ivory {
  background: var(--ivory); color: var(--black);
  border-color: var(--ivory);
}
.btn-ivory:hover {
  background: var(--white); border-color: var(--white);
  transform: translateY(-2px); box-shadow: 0 8px 30px rgba(245,242,234,.2);
}
.btn-dark {
  background: var(--black); color: var(--ivory);
  border-color: var(--black);
}
.btn-dark:hover {
  background: var(--char); border-color: var(--char);
  transform: translateY(-2px); box-shadow: var(--shadow-md);
}
.btn-ghost {
  background: transparent; color: var(--ivory);
  border-color: rgba(245,242,234,.4);
}
.btn-ghost:hover {
  background: rgba(245,242,234,.1); border-color: var(--ivory);
  transform: translateY(-2px);
}
.btn-ivory-sm {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .65rem 1.4rem; border-radius: var(--radius-full);
  background: var(--ivory); color: var(--black);
  font-family: 'Boyrun', sans-serif; font-weight: 600; font-size: .82rem;
  border: 2px solid var(--ivory); cursor: pointer; transition: var(--t);
}
.btn-ivory-sm:hover { background: var(--white); transform: translateY(-2px); }

/* ============================================
   TOP BAR
============================================ */
.topbar {
  background: var(--black); padding: .5rem 0;
  font-size: .78rem; color: rgba(245,242,234,.55);
  position: relative; z-index: 1001;
}
.topbar-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 1.5rem;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem;
}
.topbar-items { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.topbar-items span { display: flex; align-items: center; gap: .4rem; }
.topbar-items i { color: var(--accent-lt); font-size: .72rem; }
.tb-sep { opacity: .2; }
.topbar-social { display: flex; gap: .7rem; }
.topbar-social a { color: rgba(245,242,234,.45); font-size: .82rem; transition: var(--t); }
.topbar-social a:hover { color: var(--ivory); }

/* ============================================
   NAVBAR
============================================ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 1rem 0; transition: var(--t); background: transparent;
}
.navbar.pinned {
  background: rgba(0,0,0,.92);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0,0,0,.5);
  padding: .75rem 0;
}
.nav-container {
  max-width: 1200px; margin: 0 auto; padding: 0 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
}

.nav-logo { display: flex; align-items: center; }
.nav-logo-img {
  height: 190px; width: auto;
  filter: invert(1);
  mix-blend-mode: screen;
  margin: -55px -10px;
}

.nav-menu { display: flex; align-items: center; gap: 1.75rem; }
.nav-link {
  color: rgba(255,255,255,.75); font-weight: 500; font-size: .86rem;
  transition: var(--t); position: relative;
}
.nav-link::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 1.5px; background: var(--ivory); transition: var(--t);
}
.nav-link:hover { color: var(--white); }
.nav-link:hover::after { width: 100%; }
.nav-cta {
  display: inline-flex; align-items: center; gap: .45rem;
  background: var(--ivory); color: var(--black) !important;
  padding: .52rem 1.2rem; border-radius: var(--radius-full);
  font-weight: 700; font-size: .83rem; transition: var(--t);
}
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--white); transform: translateY(-2px); }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: .3rem;
}
.nav-toggle span {
  display: block; width: 26px; height: 2px;
  background: var(--white); border-radius: 2px; transition: var(--t);
}
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ============================================
   HERO
============================================ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; padding: 140px 1.5rem 100px;
}
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.62); z-index: 1;
}
.hero-pattern {
  position: absolute; inset: 0; opacity: .025; z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='32' fill='none' stroke='%23fff' stroke-width='.8'/%3E%3Ccircle cx='40' cy='40' r='16' fill='none' stroke='%23fff' stroke-width='.8'/%3E%3Ccircle cx='40' cy='40' r='4' fill='%23fff'/%3E%3C/svg%3E");
}
.hero-deco { position: absolute; pointer-events: none; color: var(--ivory); z-index: 2; }
.hero-deco-1 { top: 14%; left: 7%; font-size: 5rem; opacity: .05; animation: floatA 7s ease-in-out infinite; }
.hero-deco-2 { top: 18%; right: 9%; font-size: 10rem; opacity: .04; animation: floatB 9s ease-in-out infinite; }
.hero-deco-3 { bottom: 22%; left: 13%; font-size: 3.5rem; opacity: .06; animation: floatA 6s ease-in-out infinite .5s; }
@keyframes floatA { 0%,100%{transform:translateY(0) rotate(0)} 50%{transform:translateY(-18px) rotate(6deg)} }
@keyframes floatB { 0%,100%{transform:translateY(0) rotate(0)} 50%{transform:translateY(14px) rotate(-4deg)} }

.hero-content {
  position: relative; z-index: 3; text-align: center;
  color: var(--white); max-width: 820px;
  animation: fadeUp .8s var(--ease) both;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .75rem;
  font-size: .76rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(245,242,234,.75); margin-bottom: 1.5rem;
}
.eyebrow-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--ivory); display: inline-block;
}
.hero-title {
  font-family: 'Figtree', serif;
  font-size: clamp(3.8rem, 9.5vw, 7.5rem); font-weight: 700;
  line-height: 1.05; margin-bottom: 1.5rem;
  text-shadow: 0 4px 30px rgba(0,0,0,.4);
}
.hero-title em {
  font-style: italic;
  background: linear-gradient(120deg, var(--ivory), var(--accent-lt));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-desc {
  font-size: 1.08rem; color: rgba(255,255,255,.68);
  line-height: 1.85; margin-bottom: 2.5rem;
}
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3.5rem; }
.hero-stats {
  display: inline-flex; align-items: center; gap: 2.5rem;
  background: rgba(0,0,0,.38); backdrop-filter: blur(16px);
  border: 1px solid rgba(245,242,234,.14);
  border-radius: var(--radius-xl); padding: 1.25rem 3rem;
  flex-wrap: wrap; justify-content: center;
}
.hero-stat { text-align: center; }
.stat-num {
  display: block;
  font-family: 'Figtree', serif;
  font-size: 2.1rem; font-weight: 700; color: var(--ivory); line-height: 1;
}
.stat-lbl { font-size: .72rem; color: rgba(245,242,234,.5); display: block; margin-top: .3rem; }
.hero-stat-div { width: 1px; height: 42px; background: rgba(245,242,234,.15); }
.hero-wave { position: absolute; bottom: -1px; left: 0; right: 0; z-index: 4; line-height: 0; }
.hero-wave svg { width: 100%; display: block; }

/* ============================================
   TICKER
============================================ */
.ticker {
  background: var(--black); color: var(--ivory);
  overflow: hidden; padding: .75rem 0;
  font-weight: 600; font-size: .86rem; letter-spacing: .03em;
}
.ticker-track {
  display: flex; gap: 2rem; white-space: nowrap;
  animation: tickScroll 32s linear infinite;
}
.ticker-track span { padding: 0 .25rem; }
.t-sep { opacity: .25; }
@keyframes tickScroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ============================================
   ABOUT
============================================ */
.about { padding: 7rem 0; background: var(--ivory); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }

.about-visual { position: relative; }
.about-card-main {
  border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 4/5; position: relative;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: var(--black);
}
.about-card-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; opacity: .88;
}
.about-card-content {
  position: relative; z-index: 2; padding: 2rem;
  background: linear-gradient(to top, rgba(0,0,0,.88) 0%, transparent 100%);
}
.about-card-content blockquote {
  font-family: 'Figtree', serif; font-size: 1.3rem;
  font-style: italic; color: rgba(245,242,234,.9); line-height: 1.55; margin-bottom: .75rem;
}
.about-card-content cite { font-size: .78rem; color: var(--accent-lt); font-style: normal; font-weight: 600; }

.about-cards-side {
  position: absolute; top: 50%; right: -2.25rem;
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: .75rem;
}
.about-mini-card {
  background: var(--white); border-radius: var(--radius-md); padding: .9rem 1.1rem;
  display: flex; align-items: center; gap: .75rem;
  box-shadow: var(--shadow-md); min-width: 190px;
}
.about-mini-card i {
  width: 36px; height: 36px; border-radius: var(--radius-sm);
  background: var(--ivory-dark); color: var(--accent);
  display: flex; align-items: center; justify-content: center; font-size: .9rem; flex-shrink: 0;
}
.about-mini-card strong { display: block; font-size: .83rem; color: var(--black); line-height: 1.2; }
.about-mini-card span   { font-size: .73rem; color: var(--text-light); }

.about-title {
  font-family: 'Figtree', serif;
  font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 700;
  color: var(--black); line-height: 1.15; margin-bottom: 1rem;
}
.about-title em { font-style: italic; color: var(--accent); }
.about-divider { width: 56px; height: 3px; background: var(--black); border-radius: 2px; margin-bottom: 1.5rem; }
.about-text p { color: var(--text-mid); font-size: 1rem; margin-bottom: 1rem; line-height: 1.8; }
.about-nums { display: flex; gap: 2.5rem; margin-top: 2rem; flex-wrap: wrap; }
.num-big {
  display: block;
  font-family: 'Figtree', serif;
  font-size: 2.6rem; font-weight: 700; color: var(--black); line-height: 1;
}
.num-lbl { font-size: .78rem; color: var(--text-light); font-weight: 500; }

/* ============================================
   FEATURES STRIP
============================================ */
.features-strip { background: var(--black); padding: 3rem 0; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.feature-box {
  text-align: center; padding: 2rem 1rem;
  border-right: 1px solid rgba(245,242,234,.07);
  transition: var(--t);
}
.feature-box:last-child { border-right: none; }
.feature-box:hover { background: rgba(245,242,234,.03); }
.feature-box i  { font-size: 1.8rem; color: var(--ivory); margin-bottom: 1rem; display: block; }
.feature-box h3 { font-size: .95rem; color: var(--ivory); margin-bottom: .35rem; font-weight: 600; }
.feature-box p  { font-size: .8rem; color: rgba(245,242,234,.35); }

/* ============================================
   MENU
============================================ */
.menu {
  position: relative; padding: 7rem 0;
  background: #0A0A0A; overflow: hidden;
}
.menu-bg-text {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-family: 'Figtree', serif;
  font-size: clamp(10rem, 28vw, 22rem); font-weight: 700;
  color: rgba(245,242,234,.016); white-space: nowrap;
  pointer-events: none; z-index: 0; user-select: none;
}
.menu .container { position: relative; z-index: 1; }
.menu-wave-top, .menu-wave-bottom {
  position: absolute; left: 0; right: 0; z-index: 2; line-height: 0;
}
.menu-wave-top  { top: -1px; }
.menu-wave-bottom { bottom: -1px; }
.menu-wave-top svg, .menu-wave-bottom svg { width: 100%; display: block; }

.menu-tabs { display: flex; gap: .75rem; justify-content: center; margin-bottom: 2.5rem; flex-wrap: wrap; }
.tab-btn {
  display: flex; align-items: center; gap: .5rem;
  padding: .72rem 1.6rem; border-radius: var(--radius-full);
  border: 1.5px solid rgba(245,242,234,.15);
  background: transparent; color: rgba(245,242,234,.52);
  font-family: 'Boyrun', sans-serif; font-weight: 600; font-size: .84rem;
  cursor: pointer; transition: var(--t);
}
.tab-btn:hover { border-color: var(--ivory); color: var(--ivory); }
.tab-btn.active { background: var(--ivory); color: var(--black); border-color: var(--ivory); }
.tab-content { display: none; }
.tab-content.active { display: block; animation: fadeUp .4s var(--ease) both; }
@keyframes fadeUp { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:none} }

.menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(285px, 1fr)); gap: 1.5rem; }
.menu-card {
  background: rgba(245,242,234,.04); border: 1px solid rgba(245,242,234,.09);
  border-radius: var(--radius-md); overflow: hidden; transition: var(--t);
}
.menu-card:hover {
  background: rgba(245,242,234,.08); border-color: rgba(245,242,234,.2);
  transform: translateY(-5px); box-shadow: 0 18px 45px rgba(0,0,0,.5);
}
.menu-card-top {
  height: 110px; position: relative;
  display: flex; align-items: center; justify-content: center;
}
.c-espresso   { background: linear-gradient(135deg,#111111,#1E1A16); }
.c-cappuccino { background: linear-gradient(135deg,#18140F,#2C2318); }
.c-latte      { background: linear-gradient(135deg,#1A1812,#2E2B1E); }
.c-americano  { background: linear-gradient(135deg,#0D0D0D,#1C1C1C); }
.c-mocca      { background: linear-gradient(135deg,#161210,#28201A); }
.c-chai       { background: linear-gradient(135deg,#181410,#2A2218); }
.c-frappe     { background: linear-gradient(135deg,#0E1218,#1A2030); }
.c-coldbrew   { background: linear-gradient(135deg,#0A0E12,#141E28); }
.c-icedlatte  { background: linear-gradient(135deg,#101418,#1C2432); }
.c-matcha     { background: linear-gradient(135deg,#0E1410,#1A2218); }
.c-limonada   { background: linear-gradient(135deg,#131510,#222618); }
.c-milkshake  { background: linear-gradient(135deg,#16121A,#28203A); }
.c-croissant  { background: linear-gradient(135deg,#1A1610,#2E2820); }
.c-muffin     { background: linear-gradient(135deg,#16101E,#261832); }
.c-cheesecake { background: linear-gradient(135deg,#1A1016,#2E1C28); }
.c-brownie    { background: linear-gradient(135deg,#0F0A08,#1E1410); }
.c-tostada    { background: linear-gradient(135deg,#1A1610,#2A2418); }
.c-galleta    { background: linear-gradient(135deg,#1A1510,#2E2418); }

.menu-icon-wrap {
  width: 54px; height: 54px; border-radius: 50%;
  background: rgba(245,242,234,.12); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: rgba(245,242,234,.85);
  position: relative; z-index: 1;
}
.menu-card-top::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(245,242,234,.05), transparent 70%);
}
.menu-badge {
  position: absolute; top: .75rem; right: .75rem;
  padding: .18rem .65rem; border-radius: var(--radius-full);
  font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
}
.menu-badge.popular { background: var(--ivory); color: var(--black); }
.menu-badge.fav     { background: #E53935; color: var(--white); }
.menu-badge.special { background: var(--accent); color: var(--white); }

.menu-card-body { padding: 1.2rem 1.4rem 1.5rem; }
.menu-title-row { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: .45rem; }
.menu-title-row h3 { font-size: 1rem; color: var(--ivory); font-weight: 600; }
.price { font-weight: 700; color: var(--ivory); font-size: 1rem; white-space: nowrap; margin-left: .5rem; opacity: .8; }
.menu-card-body p { font-size: .83rem; color: rgba(245,242,234,.4); line-height: 1.5; }

.menu-dl-cta {
  margin-top: 3rem;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .75rem; text-align: center;
  background: rgba(245,242,234,.05); border: 1px solid rgba(245,242,234,.1);
  border-radius: var(--radius-lg); padding: 2rem;
}
.menu-dl-cta i { font-size: 2rem; color: rgba(245,242,234,.3); }
.menu-dl-cta-img {
  width: 140px; height: auto;
  filter: invert(1);
  mix-blend-mode: screen;
  margin: -28px 0;
}
.menu-dl-cta p { color: rgba(245,242,234,.55); font-size: .93rem; margin: 0; }

/* ============================================
   DOWNLOADS
============================================ */
.downloads { padding: 6rem 0; background: var(--ivory-alt); }
.downloads-grid {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem;
  max-width: 860px; margin: 0 auto;
}
.downloads-grid--single {
  grid-template-columns: 1fr;
  max-width: 420px;
}
.download-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 0;
  display: flex; flex-direction: column; align-items: stretch;
  box-shadow: var(--shadow-sm); border: 1px solid var(--ivory-dark);
  transition: var(--t); overflow: hidden;
}
.download-card:hover {
  box-shadow: var(--shadow-md); transform: translateY(-4px);
  border-color: var(--black);
}
.dl-preview-wrap {
  position: relative; width: 100%; height: 300px;
  overflow: hidden; background: var(--ivory-alt); flex-shrink: 0;
}
.dl-pdf-preview {
  width: 100%; height: 100%; border: none; pointer-events: none;
  transform-origin: top left;
}
.dl-preview-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 55%, rgba(0,0,0,.18));
  pointer-events: none;
}
.dl-body { padding: 1.5rem 1.75rem 1.75rem; }
.dl-body h3 {
  font-family: 'Figtree', serif;
  font-size: 1.25rem; font-weight: 700; color: var(--black); margin-bottom: .5rem;
}
.dl-body p { font-size: .87rem; color: var(--text-light); line-height: 1.6; margin-bottom: 1.25rem; }

/* ============================================
   TESTIMONIALS
============================================ */
.testimonials { padding: 6rem 0; background: var(--ivory); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; align-items: start; }
.testi-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 2rem;
  box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
  border: 1px solid var(--ivory-dark); transition: var(--t);
}
.testi-card::before {
  content: '"';
  position: absolute; top: .5rem; right: 1.5rem;
  font-family: 'Figtree', serif; font-size: 7rem;
  color: var(--ivory-dark); line-height: 1; pointer-events: none;
}
.testi-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testi-card.featured {
  background: var(--black); transform: scale(1.03);
  box-shadow: var(--shadow-lg); border-color: var(--black);
}
.testi-card.featured::before { color: rgba(245,242,234,.04); }
.testi-card.featured p       { color: rgba(245,242,234,.7); }
.testi-card.featured .testi-author strong { color: var(--ivory); }
.testi-card.featured .testi-author span   { color: var(--accent-lt); }
.testi-stars { color: var(--accent); font-size: 1rem; letter-spacing: .1em; margin-bottom: 1rem; }
.testi-card > p { color: var(--text-mid); font-size: .93rem; line-height: 1.75; font-style: italic; margin-bottom: 1.5rem; }
.testi-author { display: flex; align-items: center; gap: .9rem; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-lt));
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem; font-weight: 700; color: var(--white); flex-shrink: 0;
}
.testi-author strong { display: block; font-size: .88rem; color: var(--black); }
.testi-author span   { font-size: .76rem; color: var(--text-light); }

/* ============================================
   SOCIAL
============================================ */
.social { padding: 6rem 0; background: var(--ivory-alt); }
.social-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.25rem; }
.social-card {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.6rem 2rem; border-radius: var(--radius-lg);
  color: var(--white); transition: var(--t);
  box-shadow: var(--shadow-sm); overflow: hidden; position: relative;
}
.social-card::after {
  content: ''; position: absolute; top: -40px; right: -40px;
  width: 150px; height: 150px; border-radius: 50%;
  background: rgba(255,255,255,.07); pointer-events: none;
}
.social-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.sc-ig { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.sc-fb { background: linear-gradient(135deg,#1877F2,#0a52c1); }
.sc-tt { background: linear-gradient(135deg,#101010,#313131); }
.sc-wp { background: linear-gradient(135deg,#25D366,#128C7E); }
.sc-inner { display: flex; align-items: center; gap: 1.25rem; position: relative; z-index: 1; }
.sc-icon  { font-size: 2.3rem; }
.sc-body h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: .15rem; }
.sc-body p  { font-size: .83rem; opacity: .8; margin-bottom: .4rem; }
.sc-tag {
  display: inline-block; padding: .18rem .7rem;
  background: rgba(255,255,255,.22); border-radius: var(--radius-full);
  font-size: .7rem; font-weight: 700;
}
.sc-arrow { font-size: 1rem; opacity: .5; transition: var(--t); position: relative; z-index: 1; }
.social-card:hover .sc-arrow { opacity: 1; transform: translateX(5px); }

/* ============================================
   MAP SECTION
============================================ */
.map-section { padding: 6rem 0; background: var(--black); }
.map-layout   { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; align-items: center; }
.map-title {
  font-family: 'Figtree', serif;
  font-size: clamp(1.9rem, 4vw, 2.7rem); color: var(--ivory);
  line-height: 1.2; margin-bottom: 2rem;
}
.map-title strong { color: var(--white); display: block; }
.map-details { display: flex; flex-direction: column; gap: 1.5rem; }
.mdi { display: flex; gap: 1rem; align-items: flex-start; }
.mdi-icon {
  width: 44px; height: 44px; border-radius: var(--radius-sm); flex-shrink: 0;
  background: rgba(245,242,234,.1); color: var(--ivory);
  display: flex; align-items: center; justify-content: center; font-size: 1rem;
}
.mdi strong { display: block; font-size: .83rem; color: var(--ivory); margin-bottom: .2rem; }
.mdi p      { font-size: .86rem; color: rgba(245,242,234,.42); line-height: 1.6; }
.map-embed { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.map-embed iframe { display: block; }

/* ============================================
   FOOTER
============================================ */
.footer { background: var(--black-soft); }
.footer-top { padding: 4.5rem 0 3rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }
.footer-logo { display: flex; align-items: center; margin-bottom: 0; }
.footer-logo-img {
  height: 280px; width: auto;
  filter: invert(1);
  mix-blend-mode: screen;
  margin-bottom: -55px;
}
.footer-col.brand p { font-size: .87rem; color: rgba(245,242,234,.35); line-height: 1.75; margin-bottom: 1.5rem; }
.footer-socials { display: flex; gap: .65rem; }
.footer-socials a {
  width: 38px; height: 38px; border-radius: var(--radius-sm);
  background: rgba(245,242,234,.07); color: rgba(245,242,234,.42);
  display: flex; align-items: center; justify-content: center; font-size: .9rem;
  transition: var(--t);
}
.footer-socials a:hover { background: var(--ivory); color: var(--black); transform: translateY(-2px); }
.footer-col { display: flex; flex-direction: column; }
.footer-col h4 {
  font-size: .75rem; font-weight: 700; letter-spacing: .17em;
  text-transform: uppercase; color: var(--ivory); margin-bottom: 1.25rem;
  padding-bottom: .75rem; border-bottom: 1px solid rgba(245,242,234,.1);
}
.footer-col ul li { margin-bottom: .65rem; }
.footer-col ul li a { display: flex; align-items: center; gap: .5rem; font-size: .87rem; color: rgba(245,242,234,.38); transition: var(--t); }
.footer-col ul li a i { font-size: .6rem; color: var(--accent-lt); opacity: .55; transition: var(--t); }
.footer-col ul li a:hover { color: rgba(245,242,234,.82); }
.footer-col ul li a:hover i { opacity: 1; transform: translateX(3px); }
.footer-hours { margin-bottom: .5rem; }
.footer-hours li { display: flex; justify-content: space-between; padding: .5rem 0; border-bottom: 1px solid rgba(245,242,234,.05); font-size: .84rem; color: rgba(245,242,234,.38); }
.footer-hours li:last-child { border-bottom: none; }
.footer-hours li span:last-child { color: var(--ivory); font-weight: 600; }
.footer-wp-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  margin-top: 1.25rem; padding: .6rem 1.25rem; border-radius: var(--radius-full);
  background: var(--green-wp); color: var(--white); font-size: .82rem; font-weight: 700;
  transition: var(--t);
}
.footer-wp-btn:hover { background: #1ebe5d; transform: translateY(-2px); }
.footer-bottom { border-top: 1px solid rgba(245,242,234,.06); padding: 1.25rem 0; text-align: center; font-size: .78rem; color: rgba(245,242,234,.2); }

/* ============================================
   WHATSAPP FLOAT
============================================ */
.whatsapp-float {
  position: fixed; bottom: 1.75rem; right: 1.75rem; z-index: 9999;
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--green-wp); color: var(--white);
  display: flex; align-items: center; justify-content: center; font-size: 2rem;
  box-shadow: 0 4px 22px rgba(37,211,102,.48); transition: var(--t);
  animation: wpPulse 2.8s infinite;
}
.whatsapp-float:hover { background: #1ebe5d; transform: scale(1.1); animation: none; }
.wp-tooltip {
  position: absolute; right: 72px; top: 50%; transform: translateY(-50%);
  background: var(--black); color: var(--ivory);
  padding: .42rem .95rem; border-radius: var(--radius-full);
  font-size: .78rem; font-weight: 600; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: var(--t);
}
.whatsapp-float:hover .wp-tooltip { opacity: 1; }
@keyframes wpPulse {
  0%,100% { box-shadow: 0 4px 22px rgba(37,211,102,.48); }
  50%      { box-shadow: 0 4px 36px rgba(37,211,102,.75), 0 0 0 14px rgba(37,211,102,.12); }
}

/* ============================================
   SCROLL REVEAL
============================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

/* ============================================
   RESPONSIVE — 1024
============================================ */
@media (max-width: 1024px) {
  .about-cards-side { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-col.brand { grid-column: 1 / -1; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testi-card.featured { transform: none; }
  .downloads-grid { grid-template-columns: 1fr; }
}

/* ============================================
   RESPONSIVE — 768
============================================ */
@media (max-width: 768px) {
  .topbar-items .tb-sep,
  .topbar-items span:nth-child(3),
  .topbar-items span:nth-child(5) { display: none; }
  .nav-toggle { display: flex; }
  .nav-menu {
    position: fixed; top: 0; right: -100%; width: 300px; height: 100vh;
    background: var(--black);
    flex-direction: column; align-items: flex-start;
    justify-content: center; gap: 1.25rem;
    padding: 2rem 1.75rem; transition: right .35s var(--ease);
    box-shadow: -4px 0 30px rgba(0,0,0,.5); z-index: 1000;
  }
  .nav-menu.open { right: 0; }
  .nav-link { font-size: 1.08rem; }
  .hero { padding: 160px 1.5rem 90px; }
  .hero-stats { padding: 1rem 1.5rem; gap: 1.5rem; }
  .about-layout { grid-template-columns: 1fr; gap: 3rem; }
  .about-card-main { aspect-ratio: 16/9; }
  .features-grid { grid-template-columns: repeat(2,1fr); }
  .feature-box { border-right: none; border-bottom: 1px solid rgba(245,242,234,.07); }
  .feature-box:nth-child(odd) { border-right: 1px solid rgba(245,242,234,.07); }
  .feature-box:last-child,
  .feature-box:nth-last-child(2):nth-child(odd) { border-bottom: none; }
  .social-grid { grid-template-columns: 1fr; }
  .map-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .download-card { flex-direction: column; }
}

/* ============================================
   RESPONSIVE — 540
============================================ */
@media (max-width: 540px) {
  .hide-sm { display: none; }
  .hero-title { font-size: 3.2rem; }
  .hero-stat-div { display: none; }
  .hero-stats { padding: 1rem 1.25rem; gap: 1.25rem; }
  .stat-num { font-size: 1.6rem; }
  .menu-grid { grid-template-columns: 1fr; }
  .tab-btn span { display: none; }
  .tab-btn { padding: .7rem 1.1rem; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .whatsapp-float { bottom: 1.2rem; right: 1.2rem; width: 56px; height: 56px; font-size: 1.8rem; }
  .footer-grid { grid-template-columns: 1fr; }
}
