
:root{--black:#0d0d0e;--gold:#d6a21f;--paper:#f7f4ed;--white:#fff;--muted:#6d6d72;--line:#e4ded2;--green:#25d366;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,Arial,sans-serif;color:#202024;background:var(--paper)}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}
.top{background:#050505;color:#bbb;font-size:12px}.top .wrap{min-height:36px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.header{position:sticky;top:0;z-index:99;background:rgba(13,13,14,.97);border-bottom:1px solid #242426}.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{color:var(--gold);font-weight:800;line-height:1.05;text-transform:uppercase}.brand small{display:block;color:#888;font-size:9px;letter-spacing:.16em;margin-top:5px}
.menu{display:flex;align-items:center;gap:20px}.menu>a,.dropbtn{color:#ddd;font-size:13px;font-weight:700;background:none;border:0;cursor:pointer;padding:0}
.menu>a:hover,.dropbtn:hover{color:#fff}.dropdown{position:relative}.dropdown-menu{position:absolute;top:28px;left:-14px;min-width:250px;padding:12px;background:#171719;border:1px solid #2a2a2d;border-radius:14px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;box-shadow:0 18px 45px rgba(0,0,0,.35)}
.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{opacity:1;visibility:visible;transform:none}.dropdown-menu a{display:block;padding:10px 12px;border-radius:9px;color:#bbb;font-size:12px}.dropdown-menu a:hover{background:#252529;color:var(--gold)}
.lang-menu{right:0;left:auto;min-width:190px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 22px;border-radius:999px;font-weight:800}.btn-gold{background:var(--gold);color:#111}.menu-toggle{display:none;width:44px;height:44px;border:0;border-radius:50%;background:var(--gold);font-size:20px}
.hero,.page-hero{color:#fff;background:linear-gradient(90deg,rgba(5,5,5,.96),rgba(5,5,5,.55)),url("../img/hero.webp") center/cover no-repeat}
.hero{min-height:720px;display:flex;align-items:center}.hero-copy{max-width:760px;padding:110px 0}.hero h1,.page-hero h1,.title{letter-spacing:-.04em;line-height:1.02}
.hero h1{font-size:clamp(48px,7vw,84px);margin:20px 0}.hero h1 span{color:var(--gold)}.hero p,.page-hero p{max-width:700px;color:#c9c9cc;font-size:17px;line-height:1.8}
.page-hero{padding:110px 0 85px}.page-hero h1{font-size:clamp(42px,6vw,70px);margin:16px 0}.kicker{color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.outline{border:1px solid #777;color:#fff}
.section{padding:94px 0}.soft{background:#eee8dc}.dark{background:#111;color:#fff}.title{font-size:clamp(34px,5vw,58px);margin:12px 0 18px}.lead{color:var(--muted);max-width:760px;font-size:16px;line-height:1.8}.dark .lead{color:#aaa}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.photo{width:100%;height:500px;object-fit:cover;border-radius:24px}.card{padding:28px;border-radius:20px;background:#fff;border:1px solid var(--line)}.dark .card{background:#19191b;border-color:#2a2a2d}.card h3{margin:0 0 10px}.card p{color:var(--muted);line-height:1.7;font-size:14px}.dark .card p{color:#aaa}
.stats{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.12);margin-top:-40px;position:relative;z-index:4}.stat{padding:26px;text-align:center;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat strong{display:block;color:#9b7200;font-size:34px}.stat span{font-size:12px;color:var(--muted)}
.wa{position:fixed;right:20px;bottom:20px;z-index:999;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;box-shadow:0 14px 35px rgba(0,0,0,.3)}.wa svg{width:32px;height:32px;fill:currentColor}
.footer{background:#070707;color:#aaa}.footer-main{padding:55px 0}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr 1fr;gap:35px}.footer h4{color:#fff}.footer-links{display:grid;gap:9px;font-size:13px}.footer-bottom{border-top:1px solid #232323}.footer-bottom .wrap{min-height:66px;display:flex;align-items:center;justify-content:space-between;font-size:11px}
@media(max-width:1020px){.menu-toggle{display:block}.menu{position:fixed;top:82px;right:-100%;width:min(390px,92%);height:calc(100vh - 82px);display:block;padding:24px;background:#111;overflow:auto;transition:.3s}.menu.open{right:0}.menu>a,.dropdown{display:block;padding:14px 4px;border-bottom:1px solid #28282b}.dropdown-menu{position:static;display:none;opacity:1;visibility:visible;transform:none;margin-top:10px}.dropdown.open .dropdown-menu{display:block}.grid3{grid-template-columns:repeat(2,1fr)}.grid4{grid-template-columns:repeat(2,1fr)}.grid2{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.top{display:none}.section{padding:72px 0}.stats,.grid3,.grid4{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--line)}.footer-grid{grid-template-columns:1fr}.footer-bottom .wrap{flex-direction:column;justify-content:center;padding:18px}.photo{height:380px}}

.page-content{max-width:860px}
.info-band{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}
.info-box{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff}
.info-box strong{display:block;margin-bottom:7px;font-size:15px}
.info-box p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}
.feature-list{display:grid;gap:14px;margin:28px 0;padding:0;list-style:none}
.feature-list li{position:relative;padding-left:34px;color:#505055;font-size:14px;line-height:1.7}
.feature-list li:before{content:"✓";position:absolute;left:0;top:0;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--gold);font-weight:900}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px}
.timeline article{padding:25px;border-radius:20px;background:#fff;border:1px solid var(--line)}
.timeline b{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--black);color:var(--gold)}
.timeline h3{margin:26px 0 10px;font-size:18px}
.timeline p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}
.content-section{padding:74px 0}
.content-section h2{font-size:clamp(28px,4vw,45px);line-height:1.08;letter-spacing:-.035em}
.content-section h3{margin-top:30px;font-size:20px}
.content-section p,.content-section li{color:#56565b;line-height:1.85}
.service-table{width:100%;border-collapse:collapse;margin-top:30px;background:#fff;border-radius:18px;overflow:hidden}
.service-table th,.service-table td{padding:16px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}
.service-table th{background:#171719;color:#fff}
.service-table tr:last-child td{border-bottom:0}
.language-menu a.current{background:rgba(214,162,31,.13);color:var(--gold)}
.language-menu small{display:block;color:#85858a;font-size:10px;margin-top:2px}
.breadcrumb{display:flex;gap:8px;flex-wrap:wrap;color:rgba(255,255,255,.58);font-size:12px;margin-top:16px}
.breadcrumb a:hover{color:var(--gold)}
.quote-note{padding:17px 19px;border-left:4px solid var(--gold);background:#fff7de;border-radius:10px;font-size:13px;color:#5b4a18}
.form-panel{padding:36px;border-radius:22px;background:#fff;border:1px solid var(--line)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:800}
.field input,.field select,.field textarea{width:100%;padding:14px;border:1px solid var(--line);border-radius:11px;background:#fafafa}
.field textarea{min-height:135px;resize:vertical}
@media(max-width:900px){.timeline,.info-band{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.timeline,.info-band,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}


/* Selector funcional español / inglés */
.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0
}
.language-switcher{display:flex;align-items:center}
.language-switcher select{
  min-height:40px;
  padding:8px 34px 8px 13px;
  border:1px solid #343438;
  border-radius:999px;
  outline:none;
  color:#fff;
  background:#171719;
  font-family:Poppins,Arial,sans-serif;
  font-size:12px;
  font-weight:700;
  cursor:pointer
}
.language-switcher select:hover,
.language-switcher select:focus{border-color:var(--gold)}
.language-switcher option{color:#111;background:#fff}
@media(max-width:1020px){
  .language-switcher{padding:14px 4px;border-bottom:1px solid #28282b}
  .language-switcher select{width:100%}
}


/* =========================================================
   PÁGINA NOSOTROS
========================================================= */

.about-intro{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:60px;
  align-items:center;
}

.about-intro img{
  width:100%;
  height:560px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 24px 70px rgba(0,0,0,.14);
}

.about-copy p{
  color:var(--muted);
  line-height:1.85;
}

.mission-vision{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
  margin-top:42px;
}

.mv-card{
  padding:34px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 35px rgba(0,0,0,.05);
}

.mv-card h3{
  margin:0 0 14px;
  font-size:24px;
}

.mv-card p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}

.values-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:40px;
}

.value-card{
  padding:28px;
  border-radius:20px;
  background:#171719;
  color:#fff;
  border:1px solid #2a2a2d;
}

.value-card strong{
  display:block;
  margin-bottom:10px;
  color:var(--gold);
  font-size:18px;
}

.value-card p{
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:14px;
  line-height:1.75;
}

.history-timeline{
  position:relative;
  margin-top:48px;
}

.history-timeline:before{
  content:"";
  position:absolute;
  left:38px;
  top:10px;
  bottom:10px;
  width:2px;
  background:var(--gold);
}

.history-item{
  position:relative;
  display:grid;
  grid-template-columns:78px 1fr;
  gap:28px;
  margin-bottom:28px;
}

.history-year{
  width:76px;
  height:76px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--gold);
  color:#111;
  font-weight:800;
  z-index:2;
}

.history-content{
  padding:24px 26px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
}

.history-content h3{
  margin:0 0 8px;
  font-size:20px;
}

.history-content p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
}

.team-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:42px;
}

.team-card{
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 35px rgba(0,0,0,.05);
}

.team-card .team-photo{
  min-height:240px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 70% 15%,rgba(214,162,31,.22),transparent 32%),
    #151517;
  color:var(--gold);
  font-size:54px;
  font-weight:800;
}

.team-body{
  padding:26px;
}

.team-body h3{
  margin:0;
  font-size:21px;
}

.team-role{
  display:block;
  margin-top:5px;
  color:#9b7200;
  font-weight:800;
  font-size:13px;
}

.team-body p{
  margin:15px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}

.about-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:42px;
}

.about-stat{
  padding:28px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  text-align:center;
}

.about-stat strong{
  display:block;
  color:#9b7200;
  font-size:34px;
}

.about-stat span{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-size:12px;
  font-weight:700;
}

.about-cta{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:36px;
  align-items:center;
  padding:54px;
  border-radius:28px;
  background:
    linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,.55)),
    url("../img/moving.webp") center/cover no-repeat;
  color:#fff;
}

.about-cta h2{
  margin:0;
  font-size:clamp(34px,5vw,54px);
  line-height:1.05;
}

.about-cta p{
  color:rgba(255,255,255,.7);
}

.about-cta-actions{
  display:grid;
  gap:12px;
}

@media(max-width:1000px){
  .about-intro,
  .about-cta{
    grid-template-columns:1fr;
  }

  .mission-vision,
  .team-grid,
  .values-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .about-stats{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:680px){
  .mission-vision,
  .team-grid,
  .values-grid,
  .about-stats{
    grid-template-columns:1fr;
  }

  .about-intro img{
    height:420px;
  }

  .history-item{
    grid-template-columns:60px 1fr;
    gap:18px;
  }

  .history-year{
    width:58px;
    height:58px;
    font-size:12px;
  }

  .history-timeline:before{
    left:29px;
  }

  .about-cta{
    padding:36px 24px;
  }
}


.team-card .team-body{padding-top:30px;}
.about-stat strong{
 display:block;
 margin-bottom:14px;
 line-height:1;
}
.about-stat span{
 display:block;
 margin-top:12px;
 line-height:1.5;
}


/* =========================================================
   NOSOTROS MODERNO
========================================================= */
.about-modern-hero{
  position:relative;
  min-height:700px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(6,6,7,.97) 0%,rgba(6,6,7,.84) 47%,rgba(6,6,7,.28) 82%),
    url("../img/hero.webp") center/cover no-repeat;
}
.about-modern-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 24%,rgba(214,162,31,.18),transparent 25%),
    linear-gradient(180deg,transparent 68%,rgba(0,0,0,.62));
}
.about-modern-hero .wrap{position:relative;z-index:2}
.about-modern-copy{max-width:780px;padding:120px 0}
.about-modern-copy h1{
  margin:20px 0 24px;
  max-width:760px;
  font-size:clamp(50px,7vw,90px);
  line-height:.96;
  letter-spacing:-.055em;
}
.about-modern-copy h1 span{color:var(--gold)}
.about-modern-copy p{
  max-width:650px;
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:18px;
  line-height:1.85;
}
.about-modern-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.about-modern-highlights{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  margin-top:48px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
}
.about-modern-highlight{
  min-height:105px;
  padding:21px;
  background:rgba(10,10,11,.58);
}
.about-modern-highlight strong{display:block;color:var(--gold);font-size:13px}
.about-modern-highlight span{display:block;margin-top:6px;color:rgba(255,255,255,.68);font-size:12px;line-height:1.5}

.about-story{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
}
.about-story-media{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  grid-template-rows:230px 230px;
  gap:14px;
}
.about-story-media img{
  width:100%;height:100%;object-fit:cover;border-radius:24px;
  box-shadow:0 18px 52px rgba(0,0,0,.14);
}
.about-story-media img:first-child{grid-row:1/3}
.about-story-copy{padding:18px 0}
.about-story-copy .title{margin-bottom:28px}
.about-story-copy p{margin:0 0 18px;color:var(--muted);line-height:1.9}
.about-story-divider{width:72px;height:4px;margin:24px 0;background:var(--gold);border-radius:999px}

.about-principles{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:48px;
}
.about-principle{
  position:relative;
  min-height:350px;
  padding:34px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 50px rgba(0,0,0,.06);
  transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.about-principle:hover{
  transform:translateY(-10px);
  border-color:rgba(214,162,31,.55);
  box-shadow:0 28px 75px rgba(0,0,0,.11);
}
.about-principle::after{
  content:"";
  position:absolute;
  width:170px;height:170px;
  right:-75px;bottom:-85px;
  border-radius:50%;
  background:rgba(214,162,31,.1);
}
.about-principle-icon{
  width:62px;height:62px;display:grid;place-items:center;
  margin-bottom:30px;border-radius:20px;
  background:var(--black);color:var(--gold);font-size:28px;
}
.about-principle h3{margin:0 0 16px;font-size:24px}
.about-principle p{margin:0;color:var(--muted);line-height:1.85;font-size:14px}
.about-values-list{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:21px}
.about-values-list span{position:relative;padding-left:22px;color:#59595e;font-size:13px}
.about-values-list span::before{content:"✓";position:absolute;left:0;color:#a77900;font-weight:900}

.about-history-shell{
  padding:72px;
  border-radius:34px;
  color:#fff;
  background:
    radial-gradient(circle at 12% 12%,rgba(214,162,31,.15),transparent 25%),
    #111216;
  box-shadow:0 30px 90px rgba(0,0,0,.18);
}
.about-history-shell .title{max-width:780px}
.about-history{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-top:54px;
}
.about-history::before{
  content:"";
  position:absolute;
  left:4%;right:4%;top:36px;height:2px;
  background:linear-gradient(90deg,transparent,var(--gold),var(--gold),transparent);
}
.about-history-card{position:relative;padding-top:78px}
.about-history-year{
  position:absolute;top:0;left:0;
  width:72px;height:72px;display:grid;place-items:center;
  border:7px solid #111216;border-radius:50%;
  background:var(--gold);color:#111;font-weight:800;z-index:2;
  box-shadow:0 8px 26px rgba(214,162,31,.25);
}
.about-history-content{
  min-height:270px;
  padding:27px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:22px;
  background:rgba(255,255,255,.04);
  transition:.3s;
}
.about-history-content:hover{transform:translateY(-7px);border-color:rgba(214,162,31,.5)}
.about-history-content h3{margin:0 0 13px;color:#fff;font-size:20px}
.about-history-content p{margin:0;color:rgba(255,255,255,.62);font-size:13px;line-height:1.8}

.about-team-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:48px;
}
.about-team-card{
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 55px rgba(0,0,0,.07);
  transition:.35s;
}
.about-team-card:hover{transform:translateY(-10px);box-shadow:0 30px 80px rgba(0,0,0,.13)}
.about-team-image{
  height:260px;
  background:
    linear-gradient(180deg,transparent 40%,rgba(0,0,0,.62)),
    url("../img/packing.webp") center/cover no-repeat;
}
.about-team-card:nth-child(2) .about-team-image{
  background:
    linear-gradient(180deg,transparent 40%,rgba(0,0,0,.62)),
    url("../img/moving.webp") center/cover no-repeat;
}
.about-team-card:nth-child(3) .about-team-image{
  background:
    linear-gradient(180deg,transparent 40%,rgba(0,0,0,.62)),
    url("../img/hero.webp") center/cover no-repeat;
}
.about-team-body{padding:28px}
.about-team-body h3{margin:0;font-size:22px}
.about-team-role{display:block;margin-top:7px;color:#9b7200;font-size:13px;font-weight:800}
.about-team-body p{margin:18px 0 0;color:var(--muted);font-size:13px;line-height:1.8}

.about-benefits{
  display:grid;
  grid-template-columns:1.1fr 1.9fr;
  gap:34px;
  align-items:start;
}
.about-benefits-intro{
  position:sticky;
  top:120px;
  padding:34px;
  border-radius:26px;
  background:#fff;
  border:1px solid var(--line);
}
.about-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.about-benefit{
  padding:27px;border-radius:22px;background:#171719;color:#fff;border:1px solid #2a2a2e;transition:.3s
}
.about-benefit:hover{transform:translateY(-7px);border-color:var(--gold)}
.about-benefit-icon{
  width:49px;height:49px;display:grid;place-items:center;margin-bottom:20px;border-radius:15px;background:var(--gold);color:#111;font-size:22px
}
.about-benefit h3{margin:0 0 10px;font-size:18px}
.about-benefit p{margin:0;color:rgba(255,255,255,.62);font-size:13px;line-height:1.75}

.about-numbers-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:45px;
}
.about-number{
  position:relative;
  min-height:190px;
  display:flex;flex-direction:column;justify-content:center;
  padding:30px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 45px rgba(0,0,0,.05);
}
.about-number::before{
  content:"";
  position:absolute;right:-45px;top:-45px;width:130px;height:130px;border-radius:50%;
  background:rgba(214,162,31,.13);
}
.about-number strong{
  position:relative;z-index:2;display:block;margin-bottom:18px;color:#111;font-size:40px;line-height:1
}
.about-number span{
  position:relative;z-index:2;display:block;max-width:150px;color:var(--muted);font-size:13px;line-height:1.55;font-weight:700
}

.about-cta-modern{
  position:relative;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:40px;
  align-items:center;
  overflow:hidden;
  padding:64px;
  border-radius:32px;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(0,0,0,.97),rgba(0,0,0,.55)),
    url("../img/moving.webp") center/cover no-repeat;
  box-shadow:0 28px 80px rgba(0,0,0,.22);
}
.about-cta-modern h2{margin:0;font-size:clamp(38px,5vw,58px);line-height:1.05}
.about-cta-modern p{max-width:650px;color:rgba(255,255,255,.7);line-height:1.8}
.about-cta-modern-actions{display:grid;gap:12px}

/* Animaciones */
.about-reveal{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .75s ease,transform .75s ease;
}
.about-reveal.is-visible{opacity:1;transform:none}
.about-delay-1{transition-delay:.08s}
.about-delay-2{transition-delay:.16s}
.about-delay-3{transition-delay:.24s}

@media(max-width:1050px){
  .about-modern-highlights{grid-template-columns:repeat(2,1fr)}
  .about-story,.about-benefits,.about-cta-modern{grid-template-columns:1fr}
  .about-principles,.about-team-grid{grid-template-columns:repeat(2,1fr)}
  .about-history,.about-numbers-grid{grid-template-columns:repeat(2,1fr)}
  .about-history::before{display:none}
  .about-benefits-intro{position:static}
}
@media(max-width:700px){
  .about-modern-hero{min-height:760px}
  .about-modern-copy{padding:100px 0 125px}
  .about-modern-highlights,.about-principles,.about-team-grid,.about-benefits-grid,.about-history,.about-numbers-grid{grid-template-columns:1fr}
  .about-story-media{grid-template-columns:1fr;grid-template-rows:300px 190px 190px}
  .about-story-media img:first-child{grid-row:auto}
  .about-history-shell{padding:38px 22px}
  .about-cta-modern{padding:40px 24px}
}


/* =========================================================
   NUEVO DISEÑO EDITORIAL - PÁGINA NOSOTROS
========================================================= */
.about2-hero{
  position:relative;
  min-height:610px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(180deg,rgba(8,8,9,.08) 0%,rgba(8,8,9,.34) 44%,rgba(8,8,9,.94) 100%),
    url("../img/hero.webp") center/cover no-repeat;
}
.about2-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(8,8,9,.68),transparent 72%);
}
.about2-hero-inner{
  position:relative;
  z-index:2;
  width:100%;
  padding:80px 0 72px;
}
.about2-hero-grid{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:48px;
  align-items:end;
}
.about2-hero h1{
  margin:16px 0 18px;
  max-width:760px;
  font-size:clamp(48px,7vw,86px);
  line-height:.96;
  letter-spacing:-.055em;
}
.about2-hero h1 span{color:var(--gold)}
.about2-hero p{
  max-width:620px;
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:17px;
  line-height:1.8;
}
.about2-hero-note{
  padding:28px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:rgba(16,16,18,.64);
  backdrop-filter:blur(12px);
}
.about2-hero-note strong{
  display:block;
  margin-bottom:12px;
  color:var(--gold);
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.about2-hero-note span{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.75;
}

.about2-intro{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:64px;
  align-items:start;
}
.about2-sidebar{
  position:sticky;
  top:120px;
  padding:30px;
  border-radius:24px;
  background:#111216;
  color:#fff;
}
.about2-sidebar span{
  display:block;
  color:var(--gold);
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.about2-sidebar h2{
  margin:15px 0 16px;
  font-size:34px;
  line-height:1.08;
}
.about2-sidebar p{
  margin:0;
  color:rgba(255,255,255,.65);
  line-height:1.8;
}
.about2-copy{
  padding-top:8px;
}
.about2-copy > p{
  margin:0 0 20px;
  color:var(--muted);
  font-size:16px;
  line-height:1.95;
}
.about2-bento{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  grid-template-rows:230px 230px;
  gap:16px;
  margin-top:34px;
}
.about2-bento article{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  border:1px solid var(--line);
  background:#fff;
}
.about2-bento .image-main{
  grid-row:1/3;
  background:
    linear-gradient(180deg,transparent 55%,rgba(0,0,0,.7)),
    url("../img/packing.webp") center/cover no-repeat;
}
.about2-bento .image-small{
  background:
    linear-gradient(180deg,transparent 55%,rgba(0,0,0,.7)),
    url("../img/moving.webp") center/cover no-repeat;
}
.about2-bento .quote-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:28px;
  background:var(--gold);
  color:#111;
}
.about2-bento .quote-card strong{
  font-size:23px;
  line-height:1.3;
}
.about2-bento .quote-card span{
  margin-top:12px;
  font-size:13px;
  opacity:.72;
}
.about2-bento-label{
  position:absolute;
  left:22px;
  bottom:18px;
  color:#fff;
  font-size:13px;
  font-weight:800;
}

.about2-purpose{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin-top:44px;
}
.about2-purpose-card{
  position:relative;
  min-height:300px;
  padding:34px;
  overflow:hidden;
  border-radius:26px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 16px 45px rgba(0,0,0,.06);
}
.about2-purpose-card::after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-80px;
  width:190px;
  height:190px;
  border-radius:50%;
  background:rgba(214,162,31,.1);
}
.about2-purpose-card small{
  display:block;
  margin-bottom:18px;
  color:#9b7200;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.about2-purpose-card h3{
  margin:0 0 16px;
  font-size:27px;
}
.about2-purpose-card p{
  margin:0;
  color:var(--muted);
  line-height:1.85;
}
.about2-values-strip{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
  margin-top:22px;
}
.about2-value{
  padding:18px 12px;
  border-radius:16px;
  background:#111216;
  color:#fff;
  text-align:center;
  font-size:12px;
  font-weight:700;
}
.about2-value::before{
  content:"•";
  display:block;
  margin-bottom:8px;
  color:var(--gold);
  font-size:24px;
  line-height:1;
}

.about2-timeline{
  position:relative;
  max-width:980px;
  margin:52px auto 0;
}
.about2-timeline::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:2px;
  background:linear-gradient(180deg,transparent,var(--gold),var(--gold),transparent);
  transform:translateX(-50%);
}
.about2-time-item{
  position:relative;
  display:grid;
  grid-template-columns:1fr 80px 1fr;
  align-items:center;
  margin-bottom:34px;
}
.about2-time-item:nth-child(odd) .about2-time-content{grid-column:1}
.about2-time-item:nth-child(odd) .about2-time-empty{grid-column:3}
.about2-time-item:nth-child(even) .about2-time-content{grid-column:3}
.about2-time-item:nth-child(even) .about2-time-empty{grid-column:1}
.about2-time-dot{
  grid-column:2;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin:auto;
  border:6px solid var(--paper);
  border-radius:50%;
  background:var(--gold);
  color:#111;
  font-weight:800;
  z-index:2;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}
.about2-time-content{
  padding:28px;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 14px 40px rgba(0,0,0,.05);
}
.about2-time-content h3{
  margin:0 0 10px;
  font-size:22px;
}
.about2-time-content p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}

.about2-team-layout{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:34px;
  align-items:stretch;
  margin-top:46px;
}
.about2-team-feature{
  position:relative;
  min-height:560px;
  overflow:hidden;
  border-radius:28px;
  background:
    linear-gradient(180deg,transparent 45%,rgba(0,0,0,.82)),
    url("../img/packing.webp") center/cover no-repeat;
}
.about2-team-feature-content{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  color:#fff;
}
.about2-team-feature-content h3{
  margin:0;
  font-size:28px;
}
.about2-team-feature-content span{
  display:block;
  margin-top:7px;
  color:var(--gold);
  font-weight:800;
}
.about2-team-feature-content p{
  margin:14px 0 0;
  color:rgba(255,255,255,.68);
  line-height:1.75;
}
.about2-team-list{
  display:grid;
  gap:18px;
}
.about2-team-row{
  display:grid;
  grid-template-columns:170px 1fr;
  min-height:170px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  transition:.3s;
}
.about2-team-row:hover{
  transform:translateX(8px);
  box-shadow:0 18px 48px rgba(0,0,0,.08);
}
.about2-team-row-image{
  background:url("../img/moving.webp") center/cover no-repeat;
}
.about2-team-row:nth-child(2) .about2-team-row-image{
  background:url("../img/hero.webp") center/cover no-repeat;
}
.about2-team-row-body{
  padding:24px;
}
.about2-team-row-body h3{
  margin:0;
  font-size:21px;
}
.about2-team-row-body span{
  display:block;
  margin-top:6px;
  color:#9b7200;
  font-size:13px;
  font-weight:800;
}
.about2-team-row-body p{
  margin:14px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.75;
}

.about2-numbers{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:42px;
}
.about2-number{
  padding:30px;
  border-radius:22px;
  background:#111216;
  color:#fff;
  text-align:left;
}
.about2-number strong{
  display:block;
  margin-bottom:16px;
  color:var(--gold);
  font-size:38px;
  line-height:1;
}
.about2-number span{
  display:block;
  max-width:130px;
  color:rgba(255,255,255,.64);
  font-size:13px;
  line-height:1.55;
}

.about2-cta{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:34px;
  align-items:center;
  padding:56px;
  border-radius:30px;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.58)),
    url("../img/moving.webp") center/cover no-repeat;
  box-shadow:0 26px 75px rgba(0,0,0,.2);
}
.about2-cta h2{
  margin:0;
  font-size:clamp(36px,5vw,56px);
  line-height:1.05;
}
.about2-cta p{
  color:rgba(255,255,255,.7);
  line-height:1.8;
}
.about2-cta-actions{
  display:grid;
  gap:12px;
}

/* Animaciones nuevas */
.about2-reveal{
  opacity:0;
  transform:translateY(30px);
  transition:opacity .7s ease,transform .7s ease;
}
.about2-reveal.visible{
  opacity:1;
  transform:none;
}
.about2-slide-left{
  opacity:0;
  transform:translateX(-38px);
  transition:opacity .75s ease,transform .75s ease;
}
.about2-slide-left.visible{opacity:1;transform:none}
.about2-slide-right{
  opacity:0;
  transform:translateX(38px);
  transition:opacity .75s ease,transform .75s ease;
}
.about2-slide-right.visible{opacity:1;transform:none}

@media(max-width:1050px){
  .about2-hero-grid,
  .about2-intro,
  .about2-team-layout,
  .about2-cta{
    grid-template-columns:1fr;
  }
  .about2-sidebar{position:static}
  .about2-values-strip{grid-template-columns:repeat(3,1fr)}
  .about2-numbers{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .about2-bento{grid-template-columns:1fr;grid-template-rows:320px 200px 200px}
  .about2-bento .image-main{grid-row:auto}
  .about2-purpose{grid-template-columns:1fr}
  .about2-values-strip{grid-template-columns:repeat(2,1fr)}
  .about2-timeline::before{left:29px}
  .about2-time-item{grid-template-columns:58px 1fr;gap:18px}
  .about2-time-dot{grid-column:1}
  .about2-time-item:nth-child(odd) .about2-time-content,
  .about2-time-item:nth-child(even) .about2-time-content{grid-column:2}
  .about2-time-empty{display:none}
  .about2-team-row{grid-template-columns:1fr}
  .about2-team-row-image{min-height:210px}
  .about2-numbers{grid-template-columns:1fr}
  .about2-cta{padding:38px 24px}
}


/* =========================================================
   NOSOTROS CON EL MISMO LENGUAJE VISUAL DE SERVICIOS
========================================================= */
.about-services-intro{
  max-width:820px;
  margin:0 auto 52px;
  text-align:center;
}
.about-services-intro .title{
  margin-inline:auto;
}
.about-services-intro .lead{
  margin-inline:auto;
}
.about-services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.about-services-card{
  position:relative;
  min-height:330px;
  display:flex;
  flex-direction:column;
  padding:30px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 35px rgba(0,0,0,.04);
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.about-services-card:hover{
  transform:translateY(-8px);
  border-color:rgba(214,162,31,.58);
  box-shadow:0 24px 60px rgba(0,0,0,.1);
}
.about-services-card::after{
  content:"";
  position:absolute;
  right:-50px;
  bottom:-60px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:rgba(214,162,31,.09);
}
.about-services-card-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  margin-bottom:24px;
  border-radius:17px;
  background:var(--gold);
  color:#111;
  font-size:24px;
}
.about-services-card h3{
  position:relative;
  z-index:2;
  margin:0 0 14px;
  font-size:22px;
  line-height:1.25;
}
.about-services-card p{
  position:relative;
  z-index:2;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.78;
}
.about-services-card ul{
  position:relative;
  z-index:2;
  display:grid;
  gap:9px;
  margin:20px 0 0;
  padding:0;
  list-style:none;
}
.about-services-card li{
  position:relative;
  padding-left:20px;
  color:#59595e;
  font-size:13px;
  line-height:1.55;
}
.about-services-card li::before{
  content:"•";
  position:absolute;
  left:0;
  color:#9b7200;
  font-weight:900;
}
.about-services-dark{
  background:#111;
  color:#fff;
}
.about-services-dark .about-services-card{
  background:#171719;
  border-color:#29292d;
  box-shadow:none;
}
.about-services-dark .about-services-card:hover{
  border-color:var(--gold);
  box-shadow:0 24px 60px rgba(0,0,0,.3);
}
.about-services-dark .about-services-card h3{
  color:#fff;
}
.about-services-dark .about-services-card p,
.about-services-dark .about-services-card li{
  color:rgba(255,255,255,.66);
}
.about-services-timeline{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:42px;
}
.about-services-year{
  padding:28px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
}
.about-services-year strong{
  display:block;
  margin-bottom:18px;
  color:#9b7200;
  font-size:34px;
  line-height:1;
}
.about-services-year h3{
  margin:0 0 10px;
  font-size:19px;
}
.about-services-year p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.75;
}
.about-services-team{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:42px;
}
.about-services-team-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
}
.about-services-team-image{
  height:230px;
  background:
    linear-gradient(180deg,transparent 45%,rgba(0,0,0,.55)),
    url("../img/packing.webp") center/cover no-repeat;
}
.about-services-team-card:nth-child(2) .about-services-team-image{
  background:
    linear-gradient(180deg,transparent 45%,rgba(0,0,0,.55)),
    url("../img/moving.webp") center/cover no-repeat;
}
.about-services-team-card:nth-child(3) .about-services-team-image{
  background:
    linear-gradient(180deg,transparent 45%,rgba(0,0,0,.55)),
    url("../img/hero.webp") center/cover no-repeat;
}
.about-services-team-body{
  padding:25px;
}
.about-services-team-body h3{
  margin:0;
  font-size:21px;
}
.about-services-team-role{
  display:block;
  margin-top:6px;
  color:#9b7200;
  font-size:13px;
  font-weight:800;
}
.about-services-team-body p{
  margin:15px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.75;
}
.about-services-numbers{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:42px;
}
.about-services-number{
  padding:29px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  text-align:center;
}
.about-services-number strong{
  display:block;
  margin-bottom:14px;
  color:#9b7200;
  font-size:36px;
  line-height:1;
}
.about-services-number span{
  display:block;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
  font-weight:700;
}
.about-services-cta{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:36px;
  align-items:center;
  padding:52px;
  border-radius:28px;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.56)),
    url("../img/moving.webp") center/cover no-repeat;
}
.about-services-cta h2{
  margin:0;
  font-size:clamp(34px,5vw,54px);
  line-height:1.06;
}
.about-services-cta p{
  color:rgba(255,255,255,.7);
}
.about-services-actions{
  display:grid;
  gap:12px;
}
.about-services-card,
.about-services-year,
.about-services-team-card,
.about-services-number{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .65s ease,transform .65s ease;
}
.about-services-card.visible,
.about-services-year.visible,
.about-services-team-card.visible,
.about-services-number.visible{
  opacity:1;
  transform:none;
}
@media(max-width:1000px){
  .about-services-grid,
  .about-services-team{
    grid-template-columns:repeat(2,1fr);
  }
  .about-services-timeline,
  .about-services-numbers{
    grid-template-columns:repeat(2,1fr);
  }
  .about-services-cta{
    grid-template-columns:1fr;
  }
}
@media(max-width:700px){
  .about-services-grid,
  .about-services-team,
  .about-services-timeline,
  .about-services-numbers{
    grid-template-columns:1fr;
  }
  .about-services-cta{
    padding:36px 24px;
  }
}


/* =========================================================
   AJUSTE VISUAL: TARJETAS MÁS COMPACTAS Y ANIMACIONES VISIBLES
========================================================= */

.about-services-intro{
  max-width:760px;
  margin-bottom:56px;
}

.about-services-intro .title{
  margin-bottom:22px;
}

.about-services-intro .lead{
  max-width:700px;
  margin-top:0;
}

/* Limita el ancho general para que las tarjetas no se vean exageradamente grandes */
.about-services-grid,
.about-services-timeline,
.about-services-team,
.about-services-numbers{
  width:min(1040px,100%);
  margin-left:auto;
  margin-right:auto;
}

/* Tarjetas principales más estrechas, altas y elegantes */
.about-services-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.about-services-card{
  min-height:290px;
  padding:26px 24px;
  border-radius:20px;
  transform:translateY(50px) scale(.94);
  opacity:0;
  filter:blur(5px);
  transition:
    opacity .75s cubic-bezier(.2,.8,.2,1),
    transform .75s cubic-bezier(.2,.8,.2,1),
    filter .75s cubic-bezier(.2,.8,.2,1),
    box-shadow .3s ease,
    border-color .3s ease;
}

.about-services-card.visible{
  opacity:1;
  transform:translateY(0) scale(1);
  filter:blur(0);
}

.about-services-card:hover{
  transform:translateY(-10px) scale(1.015);
}

.about-services-card-icon{
  width:48px;
  height:48px;
  margin-bottom:20px;
  border-radius:15px;
  font-size:21px;
  transition:transform .35s ease;
}

.about-services-card:hover .about-services-card-icon{
  transform:rotate(-6deg) scale(1.08);
}

.about-services-card h3{
  margin-bottom:12px;
  font-size:20px;
}

.about-services-card p{
  font-size:13px;
  line-height:1.72;
}

.about-services-card ul{
  margin-top:17px;
  gap:8px;
}

.about-services-card li{
  font-size:12.5px;
}

/* Historia: tarjetas más pequeñas y mejor distribuidas */
.about-services-timeline{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}

.about-services-year{
  min-height:250px;
  padding:24px 22px;
  transform:translateY(45px) rotateX(7deg);
  opacity:0;
  transform-origin:bottom;
  transition:
    opacity .7s ease,
    transform .7s cubic-bezier(.2,.8,.2,1),
    box-shadow .3s ease;
}

.about-services-year.visible{
  opacity:1;
  transform:translateY(0) rotateX(0);
}

.about-services-year:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 52px rgba(0,0,0,.09);
}

.about-services-year strong{
  margin-bottom:15px;
  font-size:31px;
}

.about-services-year h3{
  font-size:18px;
}

/* Equipo: reduce anchura visual y resalta imagen */
.about-services-team{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.about-services-team-card{
  max-width:320px;
  width:100%;
  margin-inline:auto;
  transform:translateY(55px) scale(.95);
  opacity:0;
  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.2,.8,.2,1),
    box-shadow .3s ease;
}

.about-services-team-card.visible{
  opacity:1;
  transform:translateY(0) scale(1);
}

.about-services-team-card:hover{
  transform:translateY(-10px) scale(1.015);
  box-shadow:0 24px 64px rgba(0,0,0,.13);
}

.about-services-team-image{
  height:210px;
}

.about-services-team-body{
  padding:22px;
}

.about-services-team-body h3{
  font-size:19px;
}

/* Números: menos ancho, más altos y centrados */
.about-services-numbers{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}

.about-services-number{
  max-width:220px;
  width:100%;
  min-height:170px;
  margin-inline:auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:24px 20px;
  transform:translateY(40px) scale(.9);
  opacity:0;
  transition:
    opacity .7s ease,
    transform .7s cubic-bezier(.2,.8,.2,1),
    box-shadow .3s ease;
}

.about-services-number.visible{
  opacity:1;
  transform:translateY(0) scale(1);
}

.about-services-number:hover{
  transform:translateY(-8px) scale(1.03);
  box-shadow:0 18px 48px rgba(0,0,0,.1);
}

.about-services-number strong{
  margin-bottom:18px;
  font-size:38px;
}

.about-services-number span{
  max-width:145px;
  margin-inline:auto;
}

/* Más espacio vertical entre títulos y contenido */
.about-services-dark .title,
.section.soft .title,
.section .title{
  margin-bottom:34px;
}

.about-services-dark .kicker,
.section.soft .kicker,
.section .kicker{
  display:inline-block;
  margin-bottom:8px;
}

/* Stagger visible */
.about-services-card:nth-child(1),
.about-services-year:nth-child(1),
.about-services-team-card:nth-child(1),
.about-services-number:nth-child(1){transition-delay:.05s}

.about-services-card:nth-child(2),
.about-services-year:nth-child(2),
.about-services-team-card:nth-child(2),
.about-services-number:nth-child(2){transition-delay:.15s}

.about-services-card:nth-child(3),
.about-services-year:nth-child(3),
.about-services-team-card:nth-child(3),
.about-services-number:nth-child(3){transition-delay:.25s}

.about-services-card:nth-child(4),
.about-services-year:nth-child(4),
.about-services-number:nth-child(4){transition-delay:.35s}

.about-services-card:nth-child(5){transition-delay:.45s}
.about-services-card:nth-child(6){transition-delay:.55s}

@media(max-width:1000px){
  .about-services-grid,
  .about-services-team{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .about-services-timeline,
  .about-services-numbers{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .about-services-team-card,
  .about-services-number{
    max-width:none;
  }
}

@media(max-width:700px){
  .about-services-grid,
  .about-services-team,
  .about-services-timeline,
  .about-services-numbers{
    grid-template-columns:1fr;
    width:min(440px,100%);
  }

  .about-services-card,
  .about-services-year,
  .about-services-team-card,
  .about-services-number{
    max-width:100%;
  }

  .about-services-card{
    min-height:auto;
  }
}

/* Respeta usuarios que prefieren menos movimiento */
@media(prefers-reduced-motion:reduce){
  .about-services-card,
  .about-services-year,
  .about-services-team-card,
  .about-services-number{
    opacity:1 !important;
    transform:none !important;
    filter:none !important;
    transition:none !important;
  }
}


/* =========================================================
   SELECTOR DE IDIOMA CON ENLACES DIRECTOS
   No depende de JavaScript
========================================================= */
.language-direct{
  position:relative;
}
.language-direct summary{
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:8px 13px;
  border:1px solid #343438;
  border-radius:999px;
  color:#fff;
  background:#171719;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
  list-style:none;
  user-select:none;
}
.language-direct summary::-webkit-details-marker{display:none}
.language-direct summary:hover,
.language-direct[open] summary{
  border-color:var(--gold);
}
.language-direct summary span{
  color:var(--gold);
  transition:transform .2s ease;
}
.language-direct[open] summary span{
  transform:rotate(180deg);
}
.language-direct-menu{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  z-index:1200;
  min-width:220px;
  padding:10px;
  border:1px solid #2e2e32;
  border-radius:15px;
  background:#151517;
  box-shadow:0 18px 45px rgba(0,0,0,.38);
}
.language-direct-menu a{
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:11px 12px;
  border-radius:10px;
  color:#d0d0d2;
  font-size:12px;
}
.language-direct-menu a:hover{
  color:var(--gold);
  background:rgba(214,162,31,.11);
}
.language-direct-menu a.current{
  color:var(--gold);
  background:rgba(214,162,31,.08);
}
.language-direct-menu small{
  color:#808086;
  font-size:10px;
  font-weight:500;
}
@media(max-width:1020px){
  .language-direct{
    display:block;
    padding:14px 4px;
    border-bottom:1px solid #28282b;
  }
  .language-direct summary{
    width:100%;
    justify-content:space-between;
  }
  .language-direct-menu{
    position:static;
    width:100%;
    margin-top:9px;
    box-shadow:none;
  }
}


/* Logo corporativo */
.site-logo{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  width:auto;
  max-width:275px;
  padding:0;
  line-height:0;
}
.site-logo img{
  display:block;
  width:100%;
  max-width:275px;
  height:auto;
  max-height:58px;
  object-fit:contain;
  object-position:left center;
}
.header .site-logo{min-width:205px}
.footer .site-logo{max-width:310px}
.footer .site-logo img{max-width:310px;max-height:78px}
@media(max-width:1120px){
  .site-logo,.site-logo img{max-width:230px}
  .header .site-logo{min-width:185px}
}
@media(max-width:700px){
  .site-logo,.site-logo img{max-width:185px;max-height:48px}
  .header .site-logo{min-width:0}
  .nav{gap:14px}
  .footer .site-logo,.footer .site-logo img{max-width:235px;max-height:65px}
}
@media(max-width:390px){
  .site-logo,.site-logo img{max-width:158px}
}


/* =========================================================
   LOGO TRANSPARENTE Y TAMAÑO CORREGIDO
========================================================= */
.header .site-logo{
  min-width:0 !important;
  max-width:158px !important;
}
.header .site-logo img{
  width:158px !important;
  max-width:158px !important;
  max-height:44px !important;
  object-fit:contain !important;
  object-position:left center !important;
}
.footer .site-logo{
  max-width:178px !important;
}
.footer .site-logo img{
  width:178px !important;
  max-width:178px !important;
  max-height:54px !important;
  object-fit:contain !important;
  object-position:left center !important;
}
@media(max-width:900px){
  .header .site-logo,
  .header .site-logo img{
    width:145px !important;
    max-width:145px !important;
    max-height:40px !important;
  }
  .footer .site-logo,
  .footer .site-logo img{
    width:165px !important;
    max-width:165px !important;
  }
}
@media(max-width:430px){
  .header .site-logo,
  .header .site-logo img{
    width:128px !important;
    max-width:128px !important;
    max-height:36px !important;
  }
  .footer .site-logo,
  .footer .site-logo img{
    width:150px !important;
    max-width:150px !important;
  }
}


/* Logo final sin fondo ni detalles negros internos */
.header .site-logo{
  width:136px !important;
  max-width:136px !important;
  min-width:0 !important;
}
.header .site-logo img{
  width:136px !important;
  max-width:136px !important;
  max-height:38px !important;
  object-fit:contain !important;
}
.footer .site-logo{
  width:150px !important;
  max-width:150px !important;
}
.footer .site-logo img{
  width:150px !important;
  max-width:150px !important;
  max-height:46px !important;
  object-fit:contain !important;
}
@media(max-width:700px){
  .header .site-logo,
  .header .site-logo img{
    width:118px !important;
    max-width:118px !important;
    max-height:34px !important;
  }
  .footer .site-logo,
  .footer .site-logo img{
    width:138px !important;
    max-width:138px !important;
    max-height:42px !important;
  }
}

.about-services-timeline{
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:900px;
}
@media(max-width:850px){
  .about-services-timeline{
    grid-template-columns:1fr;
    max-width:480px;
  }
}


/* =========================================================
   FOTOGRAFÍAS REALES Y NUEVOS SERVICIOS
========================================================= */
.real-services-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.real-service-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#171719;
  color:#fff;
  box-shadow:0 15px 42px rgba(0,0,0,.08);
  transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.real-service-card:hover{
  transform:translateY(-9px);
  border-color:var(--gold);
  box-shadow:0 25px 65px rgba(0,0,0,.2);
}
.real-service-image{
  height:230px;
  overflow:hidden;
}
.real-service-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease;
}
.real-service-card:hover .real-service-image img{transform:scale(1.065)}
.real-service-body{padding:25px}
.real-service-body h3{margin:0 0 12px;font-size:20px}
.real-service-body p{
  min-height:88px;
  margin:0 0 20px;
  color:rgba(255,255,255,.66);
  font-size:13px;
  line-height:1.72;
}
.real-service-body .btn{width:100%}

.real-work-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-auto-rows:235px;
  gap:14px;
}
.real-work-item{
  position:relative;
  overflow:hidden;
  border-radius:19px;
  background:#111;
  cursor:zoom-in;
}
.real-work-item.wide{grid-column:span 2}
.real-work-item.tall{grid-row:span 2}
.real-work-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease,filter .55s ease;
}
.real-work-item:hover img{
  transform:scale(1.06);
  filter:brightness(.72);
}
.real-work-caption{
  position:absolute;
  inset:auto 0 0;
  padding:40px 18px 17px;
  color:#fff;
  font-size:13px;
  font-weight:700;
  background:linear-gradient(transparent,rgba(0,0,0,.82));
  transform:translateY(8px);
  opacity:.9;
  transition:.35s;
}
.real-work-item:hover .real-work-caption{
  transform:none;
  opacity:1;
}
.real-photo-feature{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:center;
}
.real-photo-feature.reverse .real-photo-media{order:2}
.real-photo-media{
  min-height:480px;
  overflow:hidden;
  border-radius:26px;
  box-shadow:0 24px 70px rgba(0,0,0,.14);
}
.real-photo-media img{
  width:100%;
  height:100%;
  min-height:480px;
  object-fit:cover;
}
.real-photo-copy .title{margin-bottom:22px}
.real-photo-copy p{color:var(--muted);line-height:1.85}
.real-photo-copy ul{
  display:grid;
  gap:10px;
  margin:25px 0 0;
  padding:0;
  list-style:none;
}
.real-photo-copy li{
  position:relative;
  padding-left:25px;
  color:#54545a;
  font-size:14px;
}
.real-photo-copy li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#9b7200;
  font-weight:900;
}

.photo-strip{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  margin-top:38px;
}
.photo-strip img{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:15px;
}

.photo-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  place-items:center;
  padding:24px;
  background:rgba(0,0,0,.9);
}
.photo-lightbox.open{display:grid}
.photo-lightbox img{
  max-width:min(1150px,94vw);
  max-height:88vh;
  border-radius:15px;
  box-shadow:0 20px 90px rgba(0,0,0,.5);
}
.photo-lightbox button{
  position:absolute;
  top:20px;
  right:25px;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  color:#111;
  background:var(--gold);
  font-size:25px;
  cursor:pointer;
}
.real-service-card,
.real-work-item,
.real-photo-feature{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .7s ease,transform .7s ease;
}
.real-service-card.visible,
.real-work-item.visible,
.real-photo-feature.visible{
  opacity:1;
  transform:none;
}
@media(max-width:1000px){
  .real-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .real-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .real-photo-feature{grid-template-columns:1fr}
  .real-photo-feature.reverse .real-photo-media{order:0}
  .photo-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:650px){
  .real-services-grid,
  .real-work-grid{grid-template-columns:1fr}
  .real-work-item.wide{grid-column:auto}
  .real-work-item.tall{grid-row:auto}
  .real-work-grid{grid-auto-rows:270px}
  .photo-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .photo-strip img{height:150px}
}


/* =========================================================
   AJUSTE FINAL DE FOTOGRAFÍAS REALES
   Más calidad, tamaños moderados y menos recortes
========================================================= */
.real-services-grid{
  width:min(1020px,100%);
  margin-inline:auto;
  gap:20px;
}
.real-service-card{
  max-width:320px;
  width:100%;
  margin-inline:auto;
}
.real-service-image{
  height:180px !important;
  background:#0f0f10;
}
.real-service-image img{
  object-fit:cover;
  object-position:center;
}
.real-service-body{
  padding:21px;
}
.real-service-body p{
  min-height:0;
}

.real-work-grid{
  width:min(1040px,100%);
  margin-inline:auto;
  grid-auto-rows:190px !important;
  gap:12px;
}
.real-work-item{
  border-radius:16px;
}
.real-work-item.tall{
  grid-row:span 2;
}
.real-work-item img{
  object-position:center;
}

.real-photo-feature{
  width:min(1000px,100%);
  margin-inline:auto;
  gap:34px;
}
.real-photo-media{
  min-height:360px !important;
  max-height:430px;
}
.real-photo-media img{
  min-height:360px !important;
  max-height:430px;
  object-fit:cover;
  object-position:center;
}

.photo-strip{
  width:min(980px,100%);
  margin-inline:auto;
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.photo-strip img{
  height:130px !important;
  border-radius:12px;
  object-fit:cover;
}

@media(max-width:1000px){
  .real-service-card{max-width:none}
  .real-work-grid{grid-auto-rows:180px !important}
  .photo-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:650px){
  .real-services-grid{width:min(390px,100%)}
  .real-service-image{height:175px !important}
  .real-work-grid{
    width:min(390px,100%);
    grid-auto-rows:220px !important;
  }
  .real-work-item.wide,
  .real-work-item.tall{
    grid-column:auto;
    grid-row:auto;
  }
  .real-photo-media,
  .real-photo-media img{
    min-height:280px !important;
    max-height:320px;
  }
  .photo-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .photo-strip img{
    height:125px !important;
  }
}


/* =========================================================
   FOTOGRAFÍAS COMPACTAS - CORRECCIÓN FINAL
========================================================= */
.real-services-grid{
  width:min(940px,100%) !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
}
.real-service-card{
  max-width:285px !important;
  width:100% !important;
  margin-inline:auto !important;
  border-radius:18px !important;
}
.real-service-image{
  height:145px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#101012 !important;
}
.real-service-image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.real-service-body{
  padding:18px !important;
}
.real-service-body h3{
  font-size:17px !important;
}
.real-service-body p{
  font-size:12px !important;
  line-height:1.62 !important;
  min-height:58px !important;
}

.real-work-grid{
  width:min(900px,100%) !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  grid-auto-rows:160px !important;
  gap:12px !important;
}
.real-work-item,
.real-work-item.wide,
.real-work-item.tall{
  grid-column:auto !important;
  grid-row:auto !important;
  min-height:160px !important;
  max-height:160px !important;
  border-radius:14px !important;
}
.real-work-item img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.real-work-caption{
  padding:32px 13px 12px !important;
  font-size:11px !important;
}

.real-photo-feature{
  width:min(900px,100%) !important;
  grid-template-columns:.9fr 1.1fr !important;
  gap:28px !important;
}
.real-photo-media{
  min-height:290px !important;
  max-height:340px !important;
  border-radius:18px !important;
}
.real-photo-media img{
  min-height:290px !important;
  max-height:340px !important;
  object-fit:cover !important;
}
.photo-strip{
  width:min(860px,100%) !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:8px !important;
}
.photo-strip img{
  height:105px !important;
  border-radius:10px !important;
}

@media(max-width:920px){
  .real-services-grid,
  .real-work-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .real-service-card{max-width:none !important}
  .real-photo-feature{grid-template-columns:1fr !important}
  .photo-strip{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
}
@media(max-width:560px){
  .real-services-grid,
  .real-work-grid{
    width:min(360px,100%) !important;
    grid-template-columns:1fr !important;
  }
  .real-work-item,
  .real-work-item.wide,
  .real-work-item.tall{
    min-height:190px !important;
    max-height:190px !important;
  }
  .real-service-image{height:160px !important}
  .photo-strip{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .photo-strip img{height:95px !important}
}

/* =========================================================
   NOSOTROS PROFESIONAL
========================================================= */
.about-pro-intro{
  max-width:800px;
  margin:0 auto 48px;
  text-align:center;
}
.about-pro-intro .title{margin-bottom:22px}
.about-pro-intro p{
  margin:0 auto;
  color:var(--muted);
  line-height:1.9;
}
.about-pro-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.about-pro-card{
  min-height:300px;
  padding:30px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 42px rgba(0,0,0,.05);
  transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.about-pro-card:hover{
  transform:translateY(-8px);
  border-color:rgba(214,162,31,.55);
  box-shadow:0 24px 65px rgba(0,0,0,.1);
}
.about-pro-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  border-radius:16px;
  background:var(--gold);
  color:#111;
  font-size:22px;
}
.about-pro-card h3{
  margin:0 0 14px;
  font-size:21px;
}
.about-pro-card p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.78;
}
.about-pro-values{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:38px;
}
.about-pro-value{
  padding:23px;
  border-radius:18px;
  background:#171719;
  color:#fff;
  border:1px solid #2b2b2f;
}
.about-pro-value strong{
  display:block;
  margin-bottom:9px;
  color:var(--gold);
  font-size:16px;
}
.about-pro-value p{
  margin:0;
  color:rgba(255,255,255,.65);
  font-size:12px;
  line-height:1.7;
}
.about-pro-history{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:40px;
}
.about-pro-history article{
  padding:27px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
}
.about-pro-history strong{
  display:block;
  margin-bottom:14px;
  color:#9b7200;
  font-size:32px;
}
.about-pro-history h3{
  margin:0 0 10px;
  font-size:19px;
}
.about-pro-history p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.75;
}
.about-pro-process{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:40px;
}
.about-pro-step{
  position:relative;
  padding:26px 24px 24px 72px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--line);
}
.about-pro-step b{
  position:absolute;
  left:22px;
  top:23px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--gold);
  color:#111;
}
.about-pro-step h3{
  margin:0 0 8px;
  font-size:17px;
}
.about-pro-step p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.65;
}
.about-pro-team{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:40px;
}
.about-pro-team article{
  padding:28px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
}
.about-pro-team h3{
  margin:0;
  font-size:20px;
}
.about-pro-role{
  display:block;
  margin-top:6px;
  color:#9b7200;
  font-size:12px;
  font-weight:800;
}
.about-pro-team p{
  margin:15px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.75;
}
.about-pro-numbers{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:38px;
}
.about-pro-number{
  padding:26px 20px;
  border-radius:18px;
  background:#111216;
  color:#fff;
  text-align:center;
}
.about-pro-number strong{
  display:block;
  margin-bottom:12px;
  color:var(--gold);
  font-size:34px;
}
.about-pro-number span{
  display:block;
  color:rgba(255,255,255,.65);
  font-size:12px;
}
.about-pro-faq{
  max-width:900px;
  margin:38px auto 0;
  display:grid;
  gap:12px;
}
.about-pro-faq details{
  padding:0;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  overflow:hidden;
}
.about-pro-faq summary{
  padding:20px 22px;
  cursor:pointer;
  font-weight:700;
}
.about-pro-faq p{
  margin:0;
  padding:0 22px 20px;
  color:var(--muted);
  font-size:13px;
  line-height:1.75;
}
.about-pro-card,
.about-pro-value,
.about-pro-history article,
.about-pro-step,
.about-pro-team article,
.about-pro-number{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .65s ease,transform .65s ease;
}
.about-pro-card.visible,
.about-pro-value.visible,
.about-pro-history article.visible,
.about-pro-step.visible,
.about-pro-team article.visible,
.about-pro-number.visible{
  opacity:1;
  transform:none;
}
@media(max-width:920px){
  .about-pro-grid,
  .about-pro-values,
  .about-pro-history,
  .about-pro-process,
  .about-pro-team{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .about-pro-numbers{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  .about-pro-grid,
  .about-pro-values,
  .about-pro-history,
  .about-pro-process,
  .about-pro-team,
  .about-pro-numbers{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   FOTOGRAFÍAS: MINIATURAS PEQUEÑAS, NÍTIDAS Y SIN RECORTES
========================================================= */

/* Servicios con fotos pequeñas */
.real-services-grid{
  width:min(880px,100%) !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:16px !important;
}

.real-service-card{
  max-width:265px !important;
  border-radius:16px !important;
}

.real-service-image{
  height:118px !important;
  padding:6px !important;
  background:#111 !important;
}

.real-service-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:10px !important;
  background:#111 !important;
}

.real-service-body{
  padding:16px !important;
}

.real-service-body h3{
  font-size:16px !important;
  line-height:1.3 !important;
}

.real-service-body p{
  min-height:0 !important;
  font-size:11.5px !important;
  line-height:1.55 !important;
}

/* Galerías en miniaturas reales, sin bloques enormes */
.real-work-grid{
  width:min(820px,100%) !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  grid-auto-rows:118px !important;
  gap:9px !important;
}

.real-work-item,
.real-work-item.wide,
.real-work-item.tall{
  grid-column:auto !important;
  grid-row:auto !important;
  min-height:118px !important;
  max-height:118px !important;
  border-radius:11px !important;
  background:#111 !important;
}

.real-work-item img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}

.real-work-caption{
  padding:26px 10px 8px !important;
  font-size:9px !important;
  line-height:1.35 !important;
}

/* Fotos principales de páginas de servicio */
.real-photo-feature{
  width:min(820px,100%) !important;
  grid-template-columns:320px 1fr !important;
  gap:24px !important;
}

.real-photo-media{
  min-height:230px !important;
  max-height:270px !important;
  border-radius:15px !important;
  background:#111 !important;
  padding:7px !important;
}

.real-photo-media img{
  width:100% !important;
  height:100% !important;
  min-height:216px !important;
  max-height:256px !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:10px !important;
}

/* Tira inferior */
.photo-strip{
  width:min(760px,100%) !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:7px !important;
}

.photo-strip img{
  height:78px !important;
  object-fit:cover !important;
  border-radius:8px !important;
}

/* Lightbox: mantiene la foto completa */
.photo-lightbox img{
  object-fit:contain !important;
  background:#111 !important;
}

/* Evitar que el hover agrande demasiado imágenes */
.real-service-card:hover .real-service-image img,
.real-work-item:hover img{
  transform:scale(1.025) !important;
}

/* Espacio más compacto alrededor de secciones con fotos */
.section:has(.real-services-grid),
.section:has(.real-work-grid),
.section:has(.real-photo-feature){
  padding-top:58px !important;
  padding-bottom:58px !important;
}

@media(max-width:900px){
  .real-services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    width:min(570px,100%) !important;
  }

  .real-service-card{
    max-width:275px !important;
  }

  .real-work-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    width:min(650px,100%) !important;
  }

  .real-photo-feature{
    grid-template-columns:1fr !important;
    width:min(520px,100%) !important;
  }

  .real-photo-media{
    min-height:220px !important;
    max-height:260px !important;
  }

  .photo-strip{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media(max-width:560px){
  .real-services-grid{
    grid-template-columns:1fr !important;
    width:min(300px,100%) !important;
  }

  .real-service-card{
    max-width:300px !important;
  }

  .real-service-image{
    height:128px !important;
  }

  .real-work-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    width:min(350px,100%) !important;
    grid-auto-rows:105px !important;
  }

  .real-work-item,
  .real-work-item.wide,
  .real-work-item.tall{
    min-height:105px !important;
    max-height:105px !important;
  }

  .real-photo-media{
    min-height:205px !important;
    max-height:230px !important;
  }

  .real-photo-media img{
    min-height:191px !important;
    max-height:216px !important;
  }

  .photo-strip{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    width:min(330px,100%) !important;
  }

  .photo-strip img{
    height:72px !important;
  }
}


/* =========================================================
   REDISEÑO DEFINITIVO DE FOTOGRAFÍAS
========================================================= */

/* Ocultar las galerías antiguas que pudieran quedar por caché de estructura */
.real-work-grid{
  display:none !important;
}

/* Tarjetas de logística: imagen realmente pequeña */
.real-services-grid{
  width:min(920px,100%) !important;
  margin-inline:auto !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
}
.real-service-card{
  max-width:285px !important;
  margin-inline:auto !important;
  border-radius:18px !important;
}
.real-service-image{
  height:96px !important;
  padding:0 !important;
  background:#171719 !important;
}
.real-service-image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:0 !important;
}
.real-service-body{
  padding:17px !important;
}
.real-service-body h3{
  margin-bottom:8px !important;
  font-size:15px !important;
}
.real-service-body p{
  min-height:0 !important;
  margin-bottom:14px !important;
  font-size:11px !important;
  line-height:1.55 !important;
}
.real-service-body .btn{
  min-height:36px !important;
  padding:9px 13px !important;
  font-size:11px !important;
}

/* Páginas individuales: una imagen editorial, no gigante */
.real-photo-feature{
  width:min(780px,100%) !important;
  grid-template-columns:240px 1fr !important;
  gap:26px !important;
  align-items:center !important;
}
.real-photo-media{
  width:240px !important;
  min-height:0 !important;
  height:170px !important;
  max-height:170px !important;
  padding:0 !important;
  overflow:hidden !important;
  border-radius:16px !important;
  background:#111 !important;
  box-shadow:0 14px 35px rgba(0,0,0,.12) !important;
}
.real-photo-media img{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:0 !important;
}
.photo-strip{
  display:none !important;
}

/* Nueva franja profesional: fotos discretas */
.compact-projects{
  padding:44px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#f7f7f5;
}
.compact-projects-inner{
  display:grid;
  grid-template-columns:260px 1fr;
  gap:34px;
  align-items:center;
}
.compact-projects-copy h2{
  margin:9px 0 8px;
  font-size:25px;
  line-height:1.15;
}
.compact-projects-copy p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.65;
}
.compact-projects-track{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}
.compact-photo{
  height:82px;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.1);
  border-radius:11px;
  background:#111;
  cursor:zoom-in;
  box-shadow:0 7px 18px rgba(0,0,0,.07);
  transition:transform .25s ease,box-shadow .25s ease;
}
.compact-photo:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 28px rgba(0,0,0,.13);
}
.compact-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform .35s ease;
}
.compact-photo:hover img{
  transform:scale(1.035);
}

@media(max-width:900px){
  .real-services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    width:min(590px,100%) !important;
  }
  .real-service-card{
    max-width:285px !important;
  }
  .compact-projects-inner{
    grid-template-columns:1fr;
    gap:20px;
  }
  .compact-projects-copy{
    max-width:520px;
  }
  .compact-projects-track{
    grid-template-columns:repeat(5,120px);
    overflow-x:auto;
    padding-bottom:8px;
    scroll-snap-type:x mandatory;
  }
  .compact-photo{
    scroll-snap-align:start;
  }
}

@media(max-width:620px){
  .real-services-grid{
    grid-template-columns:1fr !important;
    width:min(285px,100%) !important;
  }
  .real-photo-feature{
    grid-template-columns:1fr !important;
    width:min(330px,100%) !important;
  }
  .real-photo-media{
    width:100% !important;
    height:160px !important;
    max-height:160px !important;
  }
  .compact-projects{
    padding:34px 0;
  }
  .compact-projects-track{
    grid-template-columns:repeat(5,108px);
  }
  .compact-photo{
    height:72px;
  }
}

.prose{max-width:860px;margin-inline:auto}
.prose h2{margin:36px 0 12px;font-size:25px}
.prose p{color:var(--muted);line-height:1.9}
.prose .actions{margin-top:34px}

/* Corrección: nombres visibles en la sección Nuestro Equipo */
.about-services-dark .about-pro-team h3,
.about-pro-team article h3{
  display:block !important;
  margin:0 0 8px !important;
  color:#111216 !important;
  font-size:21px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  opacity:1 !important;
  visibility:visible !important;
}
.about-pro-team .about-pro-role{
  margin-top:0 !important;
}


/* =========================================================
   AUDITORÍA FINAL: ICONOS VISIBLES Y CONSISTENTES
========================================================= */

/* Iconos principales de tarjetas: tamaño mínimo profesional */
.about-principle-icon,
.about-benefit-icon,
.about-services-card-icon,
.about-pro-icon,
.card-icon,
.service-icon,
.feature-icon,
.benefit-icon,
.icon-box,
[class$="-icon"]:not(.wa-icon):not(.menu-icon){
  width:64px !important;
  height:64px !important;
  min-width:64px !important;
  min-height:64px !important;
  display:grid !important;
  place-items:center !important;
  flex:0 0 64px !important;
  font-size:29px !important;
  line-height:1 !important;
  overflow:visible !important;
}

/* SVG e imágenes dentro de iconos */
.about-principle-icon svg,
.about-benefit-icon svg,
.about-services-card-icon svg,
.about-pro-icon svg,
.card-icon svg,
.service-icon svg,
.feature-icon svg,
.benefit-icon svg,
.icon-box svg,
[class$="-icon"] svg{
  width:30px !important;
  height:30px !important;
  display:block !important;
  stroke-width:1.9 !important;
}

.about-principle-icon img,
.about-benefit-icon img,
.about-services-card-icon img,
.about-pro-icon img,
.card-icon img,
.service-icon img,
.feature-icon img,
.benefit-icon img,
.icon-box img,
[class$="-icon"] img{
  width:32px !important;
  height:32px !important;
  object-fit:contain !important;
  display:block !important;
}

/* Contraste consistente */
.about-services-card-icon,
.about-pro-icon,
.about-benefit-icon{
  background:var(--gold) !important;
  color:#111 !important;
  box-shadow:0 10px 24px rgba(214,162,31,.22) !important;
}

.about-principle-icon{
  background:#111 !important;
  color:var(--gold) !important;
  box-shadow:0 10px 25px rgba(0,0,0,.16) !important;
}

/* Nombres del equipo siempre visibles */
.about-pro-team-card h3,
.about-team-body h3,
.about-services-team-body h3{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  color:#111 !important;
  font-size:21px !important;
  line-height:1.25 !important;
  margin:0 0 8px !important;
  font-weight:800 !important;
}

.about-pro-team-role,
.about-team-role,
.about-services-team-role{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  color:#9b7200 !important;
  font-size:13px !important;
  line-height:1.4 !important;
  font-weight:800 !important;
}

/* Mejor legibilidad general dentro de tarjetas */
.about-services-card h3,
.about-pro-card h3,
.about-principle h3,
.about-benefit h3{
  line-height:1.3 !important;
}

@media(max-width:700px){
  .about-principle-icon,
  .about-benefit-icon,
  .about-services-card-icon,
  .about-pro-icon,
  .card-icon,
  .service-icon,
  .feature-icon,
  .benefit-icon,
  .icon-box,
  [class$="-icon"]:not(.wa-icon):not(.menu-icon){
    width:56px !important;
    height:56px !important;
    min-width:56px !important;
    min-height:56px !important;
    flex-basis:56px !important;
    font-size:26px !important;
  }

  [class$="-icon"] svg{
    width:27px !important;
    height:27px !important;
  }
}


/* =========================================================
   TARJETAS INTERACTIVAS: HOVER, TOQUE Y FOCO
========================================================= */

/* Tarjetas principales del sitio */
.card,
.service-card,
.about-pro-card,
.about-pro-team-card,
.about-services-card,
.about-principle,
.about-benefit,
.real-service-card,
.stat-card,
.process-card,
.feature-card,
.team-card,
[class*="card"]:not(.photo-lightbox){
  position:relative;
  overflow:hidden;
  transition:
    transform .28s ease,
    background-color .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    color .28s ease !important;
  -webkit-tap-highlight-color:transparent;
}

/* Capa decorativa dorada */
.card::before,
.service-card::before,
.about-pro-card::before,
.about-pro-team-card::before,
.about-services-card::before,
.about-principle::before,
.about-benefit::before,
.real-service-card::before,
.stat-card::before,
.process-card::before,
.feature-card::before,
.team-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(255,193,7,.16),rgba(255,193,7,.04));
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease;
  z-index:0;
}

/* Mantener el contenido por encima de la capa */
.card > *,
.service-card > *,
.about-pro-card > *,
.about-pro-team-card > *,
.about-services-card > *,
.about-principle > *,
.about-benefit > *,
.real-service-card > *,
.stat-card > *,
.process-card > *,
.feature-card > *,
.team-card > *{
  position:relative;
  z-index:1;
}

/* Hover de escritorio y navegación por teclado */
@media(hover:hover){
  .card:hover,
  .service-card:hover,
  .about-pro-card:hover,
  .about-pro-team-card:hover,
  .about-services-card:hover,
  .about-principle:hover,
  .about-benefit:hover,
  .real-service-card:hover,
  .stat-card:hover,
  .process-card:hover,
  .feature-card:hover,
  .team-card:hover,
  .card:focus-within,
  .service-card:focus-within,
  .about-pro-card:focus-within,
  .about-pro-team-card:focus-within,
  .about-services-card:focus-within,
  .about-principle:focus-within,
  .about-benefit:focus-within,
  .real-service-card:focus-within,
  .stat-card:focus-within,
  .process-card:focus-within,
  .feature-card:focus-within,
  .team-card:focus-within{
    transform:translateY(-8px) scale(1.012);
    background:#fff8dc !important;
    border-color:rgba(214,162,31,.72) !important;
    box-shadow:0 20px 46px rgba(0,0,0,.16) !important;
  }

  .card:hover::before,
  .service-card:hover::before,
  .about-pro-card:hover::before,
  .about-pro-team-card:hover::before,
  .about-services-card:hover::before,
  .about-principle:hover::before,
  .about-benefit:hover::before,
  .real-service-card:hover::before,
  .stat-card:hover::before,
  .process-card:hover::before,
  .feature-card:hover::before,
  .team-card:hover::before{
    opacity:1;
  }
}

/* Cambio de texto en tarjetas claras */
.card:hover h2,
.card:hover h3,
.service-card:hover h2,
.service-card:hover h3,
.about-pro-card:hover h3,
.about-pro-team-card:hover h3,
.about-services-card:hover h3,
.about-principle:hover h3,
.about-benefit:hover h3,
.real-service-card:hover h3,
.stat-card:hover h3,
.process-card:hover h3,
.feature-card:hover h3,
.team-card:hover h3{
  color:#111 !important;
}

.card:hover p,
.service-card:hover p,
.about-pro-card:hover p,
.about-pro-team-card:hover p,
.about-services-card:hover p,
.about-principle:hover p,
.about-benefit:hover p,
.real-service-card:hover p,
.stat-card:hover p,
.process-card:hover p,
.feature-card:hover p,
.team-card:hover p{
  color:#4b4b4b !important;
}

/* Iconos responden al hover */
.card:hover [class$="-icon"],
.service-card:hover [class$="-icon"],
.about-pro-card:hover [class$="-icon"],
.about-pro-team-card:hover [class$="-icon"],
.about-services-card:hover [class$="-icon"],
.about-principle:hover [class$="-icon"],
.about-benefit:hover [class$="-icon"],
.real-service-card:hover [class$="-icon"],
.stat-card:hover [class$="-icon"],
.process-card:hover [class$="-icon"],
.feature-card:hover [class$="-icon"],
.team-card:hover [class$="-icon"]{
  transform:rotate(-4deg) scale(1.08);
  box-shadow:0 13px 28px rgba(214,162,31,.32) !important;
}

/* Efecto al tocar en móviles */
.card:active,
.service-card:active,
.about-pro-card:active,
.about-pro-team-card:active,
.about-services-card:active,
.about-principle:active,
.about-benefit:active,
.real-service-card:active,
.stat-card:active,
.process-card:active,
.feature-card:active,
.team-card:active{
  transform:scale(.985);
  background:#fff1b8 !important;
  border-color:#d6a21f !important;
  box-shadow:0 12px 28px rgba(0,0,0,.14) !important;
}

/* Accesibilidad: respetar usuarios que prefieren menos movimiento */
@media(prefers-reduced-motion:reduce){
  .card,
  .service-card,
  .about-pro-card,
  .about-pro-team-card,
  .about-services-card,
  .about-principle,
  .about-benefit,
  .real-service-card,
  .stat-card,
  .process-card,
  .feature-card,
  .team-card,
  [class$="-icon"]{
    transition:none !important;
  }

  .card:hover,
  .service-card:hover,
  .about-pro-card:hover,
  .about-pro-team-card:hover,
  .about-services-card:hover,
  .about-principle:hover,
  .about-benefit:hover,
  .real-service-card:hover,
  .stat-card:hover,
  .process-card:hover,
  .feature-card:hover,
  .team-card:hover{
    transform:none !important;
  }
}


/* =========================================================
   ICONOS LÓGICOS Y VISIBLES EN TARJETAS
========================================================= */
.logical-card-icon,
.card-icon[data-card-icon="true"]{
  width:64px !important;
  height:64px !important;
  min-width:64px !important;
  min-height:64px !important;
  display:grid !important;
  place-items:center !important;
  margin:0 0 20px !important;
  border-radius:18px !important;
  background:linear-gradient(145deg,#ffc928,#dca400) !important;
  color:#111 !important;
  font-size:30px !important;
  line-height:1 !important;
  box-shadow:0 12px 26px rgba(214,162,31,.28) !important;
  border:1px solid rgba(125,91,0,.18) !important;
  transition:transform .28s ease, box-shadow .28s ease, background .28s ease !important;
  overflow:visible !important;
}

/* Cambio del icono junto con la tarjeta */
.card:hover .logical-card-icon,
.service-card:hover .logical-card-icon,
.about-pro-card:hover .logical-card-icon,
.about-services-card:hover .logical-card-icon,
.about-principle:hover .logical-card-icon,
.about-benefit:hover .logical-card-icon,
.real-service-card:hover .logical-card-icon,
.process-card:hover .logical-card-icon,
.feature-card:hover .logical-card-icon{
  transform:translateY(-3px) rotate(-4deg) scale(1.08) !important;
  background:linear-gradient(145deg,#111,#2a2a2a) !important;
  color:#ffc928 !important;
  box-shadow:0 16px 30px rgba(0,0,0,.24) !important;
}

/* Mantener una separación clara entre icono, título y texto */
.logical-card-icon + h2,
.logical-card-icon + h3,
.logical-card-icon + h4{
  margin-top:0 !important;
}

@media(max-width:700px){
  .logical-card-icon,
  .card-icon[data-card-icon="true"]{
    width:58px !important;
    height:58px !important;
    min-width:58px !important;
    min-height:58px !important;
    font-size:27px !important;
    margin-bottom:16px !important;
    border-radius:16px !important;
  }
}


/* =========================================================
   CORRECCIÓN DEFINITIVA: EQUIPO, TARJETAS Y CONTADORES
========================================================= */

/* Los nombres del equipo deben ser oscuros sobre las tarjetas blancas */
.about-pro-team article h3,
.about-pro-team article > h3,
.about-pro-team h3,
.about-services-dark .about-pro-team article h3 {
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  color:#111216 !important;
  -webkit-text-fill-color:#111216 !important;
  text-shadow:none !important;
  font-size:21px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  margin:0 0 7px !important;
}

.about-pro-team article .about-pro-role,
.about-pro-team .about-pro-role {
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  color:#9b7200 !important;
  -webkit-text-fill-color:#9b7200 !important;
  font-weight:800 !important;
}

/* Tarjetas: efecto visible tanto por CSS como mediante la clase de respaldo JS */
.mpp-interactive-card {
  position:relative !important;
  overflow:hidden;
  cursor:default;
  transform:translateZ(0);
  transition:
    transform .3s ease,
    background-color .3s ease,
    border-color .3s ease,
    box-shadow .3s ease !important;
}

.mpp-interactive-card::after {
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:0;
  background:linear-gradient(135deg,rgba(255,201,40,.23),rgba(255,244,190,.08));
  transition:opacity .3s ease;
}

.mpp-interactive-card > * {
  position:relative;
  z-index:1;
}

.mpp-interactive-card:hover,
.mpp-interactive-card:focus-within,
.mpp-interactive-card.mpp-card-active {
  transform:translateY(-8px) scale(1.012) !important;
  background:#fff5c9 !important;
  border-color:#d6a21f !important;
  box-shadow:0 22px 48px rgba(0,0,0,.18) !important;
}

.mpp-interactive-card:hover::after,
.mpp-interactive-card:focus-within::after,
.mpp-interactive-card.mpp-card-active::after {
  opacity:1;
}

.mpp-interactive-card:hover h2,
.mpp-interactive-card:hover h3,
.mpp-interactive-card:focus-within h2,
.mpp-interactive-card:focus-within h3,
.mpp-interactive-card.mpp-card-active h2,
.mpp-interactive-card.mpp-card-active h3 {
  color:#111216 !important;
  -webkit-text-fill-color:#111216 !important;
}

.mpp-interactive-card:hover p,
.mpp-interactive-card:focus-within p,
.mpp-interactive-card.mpp-card-active p {
  color:#424242 !important;
}

.mpp-interactive-card:hover [class$="-icon"],
.mpp-interactive-card:focus-within [class$="-icon"],
.mpp-interactive-card.mpp-card-active [class$="-icon"],
.mpp-interactive-card:hover .logical-card-icon,
.mpp-interactive-card.mpp-card-active .logical-card-icon {
  transform:translateY(-3px) rotate(-4deg) scale(1.08) !important;
  background:#111216 !important;
  color:#ffc928 !important;
  box-shadow:0 15px 30px rgba(0,0,0,.25) !important;
}

/* El número permanece visible durante toda la animación */
[data-count] {
  display:block;
  min-height:1.15em;
  font-variant-numeric:tabular-nums;
  opacity:1 !important;
  visibility:visible !important;
}

@media (max-width:700px) {
  .mpp-interactive-card.mpp-card-active {
    transform:translateY(-4px) scale(1.006) !important;
  }
}

@media (prefers-reduced-motion:reduce) {
  .mpp-interactive-card {
    transition:none !important;
  }
  .mpp-interactive-card:hover,
  .mpp-interactive-card:focus-within,
  .mpp-interactive-card.mpp-card-active {
    transform:none !important;
  }
}


/* =========================================================
   WHATSAPP FLOTANTE CON MENSAJE EMERGENTE
========================================================= */
.mpp-whatsapp-widget{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:999999;
  display:flex;
  align-items:flex-end;
  gap:12px;
  font-family:"Poppins",Arial,sans-serif;
}

.mpp-whatsapp-popup{
  position:relative;
  width:235px;
  padding:17px 42px 17px 18px;
  border-radius:16px;
  background:#fff;
  color:#111;
  box-shadow:0 15px 40px rgba(0,0,0,.22);
  opacity:0;
  visibility:hidden;
  transform:translateY(14px) scale(.96);
  transition:opacity .35s ease,visibility .35s ease,transform .35s ease;
}

.mpp-whatsapp-popup.mpp-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}

.mpp-whatsapp-popup::after{
  content:"";
  position:absolute;
  right:-7px;
  bottom:21px;
  width:15px;
  height:15px;
  background:#fff;
  transform:rotate(45deg);
}

.mpp-whatsapp-popup strong,
.mpp-whatsapp-popup span{
  display:block;
}

.mpp-whatsapp-popup strong{
  margin-bottom:5px;
  font-size:15px;
  color:#111;
}

.mpp-whatsapp-popup span{
  font-size:13px;
  line-height:1.5;
  color:#555;
}

.mpp-whatsapp-close{
  position:absolute;
  top:6px;
  right:9px;
  border:0;
  background:transparent;
  color:#777;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}

.mpp-whatsapp-button{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  flex:0 0 62px;
  border-radius:50%;
  background:#25d366;
  color:#fff;
  text-decoration:none;
  box-shadow:0 12px 32px rgba(0,0,0,.25);
  transition:transform .25s ease,box-shadow .25s ease;
}

.mpp-whatsapp-button:hover{
  transform:scale(1.08);
  box-shadow:0 16px 38px rgba(0,0,0,.32);
}

.mpp-whatsapp-button svg{
  width:35px;
  height:35px;
  display:block;
}

@media(max-width:600px){
  .mpp-whatsapp-widget{
    right:15px;
    bottom:15px;
  }

  .mpp-whatsapp-button{
    width:57px;
    height:57px;
    flex-basis:57px;
  }

  .mpp-whatsapp-popup{
    position:fixed;
    right:15px;
    bottom:84px;
    width:min(245px,calc(100vw - 30px));
    box-sizing:border-box;
  }

  .mpp-whatsapp-popup::after{
    right:20px;
    bottom:-7px;
  }
}


/* V2 FASE 1 — ESTABILIDAD VISUAL */
.about-pro-team article h3,
.about-pro-team-card h3{
  color:#111216 !important;
  -webkit-text-fill-color:#111216 !important;
  opacity:1 !important;
  visibility:visible !important;
  text-shadow:none !important;
}

.about-pro-team article .about-pro-role,
.about-pro-team-card .about-pro-team-role{
  color:#9b7200 !important;
  -webkit-text-fill-color:#9b7200 !important;
}

.mpp-interactive-card,
.card,
.service-card,
.about-pro-card,
.about-services-card,
.about-principle,
.about-benefit,
.real-service-card,
.process-card,
.feature-card,
.stat-card{
  transition:transform .28s ease,background-color .28s ease,border-color .28s ease,box-shadow .28s ease !important;
}

@media(hover:hover){
  .mpp-interactive-card:hover,
  .card:hover,
  .service-card:hover,
  .about-pro-card:hover,
  .about-services-card:hover,
  .about-principle:hover,
  .about-benefit:hover,
  .real-service-card:hover,
  .process-card:hover,
  .feature-card:hover,
  .stat-card:hover{
    transform:translateY(-7px) !important;
    background:#fff5c9 !important;
    border-color:#d6a21f !important;
    box-shadow:0 20px 44px rgba(0,0,0,.16) !important;
  }
}

[data-count]{
  opacity:1 !important;
  visibility:visible !important;
  min-height:1.1em;
  font-variant-numeric:tabular-nums;
}


/* Actualización corporativa y destinos internacionales 2026-07-24 */
.site-logo{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important;text-decoration:none!important}
.site-logo .corporate-support{display:block;font-size:9px;line-height:1.25;font-weight:600;letter-spacing:.02em;color:rgba(255,255,255,.76);white-space:normal;max-width:230px}
.footer .site-logo .corporate-support{color:rgba(255,255,255,.68);font-size:10px}
@media(max-width:680px){.header .site-logo .corporate-support{font-size:7px;max-width:170px}.footer .site-logo .corporate-support{font-size:9px}}

.international-destinations{padding:82px 0;background:#f6f4ef}
.international-destinations .destinations-intro{max-width:850px;margin:0 auto 32px;text-align:center}
.international-destinations .destinations-intro p{color:#666}
.destinations-grid-expanded{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.destination-region-card{background:#fff;border:1px solid #e7dfcd;border-radius:22px;padding:26px;box-shadow:0 12px 32px rgba(0,0,0,.055)}
.destination-region-card h3{margin:0 0 16px;color:#171717;font-size:22px}
.destination-region-label{display:inline-block;margin-bottom:12px;padding:6px 11px;border-radius:999px;background:#fff1c5;color:#705000;font-size:12px;font-weight:800}
.destination-country-list{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 20px;padding:0;list-style:none}
.destination-country-list li{padding:8px 11px;border:1px solid #e7d6a2;border-radius:999px;background:#fffaf0;color:#3f3520;font-size:13px;font-weight:650}
.destination-time{padding-top:15px;border-top:1px solid #ece5d6;color:#171717;font-weight:800}
.destination-disclaimer{margin-top:24px;padding:17px 20px;border-left:4px solid #d6a21f;background:#fff9e7;color:#514115;border-radius:8px}
@media(max-width:820px){.destinations-grid-expanded{grid-template-columns:1fr}}
@media(max-width:520px){.international-destinations{padding:58px 0}.destination-region-card{padding:21px}.destination-country-list li{font-size:12px}}

/* =========================================================
   CORRECCIÓN FINAL MÓVIL: LOGO, RESPALDO CORPORATIVO Y MENÚ
   2026-07-24
========================================================= */
.header .nav{
  min-height:96px !important;
  align-items:center !important;
}
.header .site-logo{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  width:180px !important;
  max-width:180px !important;
  min-width:180px !important;
  gap:4px !important;
  line-height:1.15 !important;
  overflow:visible !important;
}
.header .site-logo img{
  display:block !important;
  width:128px !important;
  max-width:128px !important;
  height:auto !important;
  max-height:42px !important;
  object-fit:contain !important;
  object-position:left center !important;
  flex:none !important;
}
.header .site-logo .corporate-support{
  display:block !important;
  width:178px !important;
  max-width:178px !important;
  margin:0 !important;
  color:rgba(255,255,255,.86) !important;
  font-size:7px !important;
  font-weight:600 !important;
  line-height:1.25 !important;
  letter-spacing:.015em !important;
  text-transform:none !important;
  white-space:normal !important;
}
@media(max-width:1020px){
  .menu{
    top:96px !important;
    height:calc(100vh - 96px) !important;
  }
}
@media(max-width:480px){
  .header .nav{
    min-height:92px !important;
    gap:10px !important;
  }
  .header .site-logo{
    width:174px !important;
    max-width:174px !important;
    min-width:0 !important;
  }
  .header .site-logo img{
    width:118px !important;
    max-width:118px !important;
    max-height:38px !important;
  }
  .header .site-logo .corporate-support{
    width:168px !important;
    max-width:168px !important;
    font-size:6.5px !important;
  }
  .menu-toggle{
    flex:0 0 52px !important;
    width:52px !important;
    height:52px !important;
  }
  .menu{
    top:92px !important;
    height:calc(100vh - 92px) !important;
  }
}

/* Asegurar que las fotografías no desaparezcan por estilos heredados */
img{visibility:visible !important;opacity:1}
.photo,.compact-photo img,.gallery img{display:block !important;visibility:visible !important;opacity:1 !important}

/* Los contadores permanecen visibles mientras JavaScript inicia */
[data-count]{display:block !important;visibility:visible !important;opacity:1 !important}


/* Instagram en el pie de página: solo icono */
.footer-instagram{
  display:inline-grid!important;
  place-items:center;
  width:32px;
  height:32px;
  margin:7px 0;
  padding:0;
  color:#fff!important;
  text-decoration:none!important;
  border-radius:8px;
  transition:background .2s ease,transform .2s ease;
}
.footer-instagram svg{
  width:24px;
  height:24px;
  display:block;
  fill:none;
  stroke:#dcae1d;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-instagram:hover{
  background:rgba(220,174,29,.12);
  transform:translateY(-1px);
}
.footer-instagram:focus-visible{
  outline:2px solid #dcae1d;
  outline-offset:3px;
}
@media(max-width:700px){
  .footer-instagram{width:34px;height:34px;margin:8px 0}
  .footer-instagram svg{width:25px;height:25px}
}

/* Footer: reseñas de Google junto al logo */
.footer-brand-review{
  grid-column:span 2;
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.footer-brand-copy{flex:0 0 270px;min-width:0}
.footer-brand-copy p{font-size:13px;line-height:1.8;margin:12px 0 0}
.footer-review-box{
  flex:0 1 330px;
  min-width:290px;
  text-align:center;
  margin-left:0;
}
.footer-review-visual{
  position:relative;
  overflow:visible;
  line-height:0;
  background:transparent;
}
.footer-review-visual img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1519/473;
  object-fit:contain;
  background:transparent;
}
.footer-review-stars{
  position:absolute;
  left:50%;
  top:-28px;
  transform:translateX(-50%);
  width:88%;
  display:flex;
  justify-content:space-between;
  gap:7px;
  line-height:1;
  pointer-events:none;
  z-index:2;
}
.footer-review-stars span{
  color:#fff;
  font-size:clamp(29px,2.9vw,45px);
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.5));
  transition:color .22s ease,transform .22s ease,filter .22s ease;
  pointer-events:auto;
  cursor:default;
}
.footer-review-stars span:hover{
  color:#f7c51d;
  transform:translateY(-5px) scale(1.18) rotate(-5deg);
  filter:drop-shadow(0 0 11px rgba(247,197,29,.95));
}
.footer-review-link{
  display:inline-block;
  margin-top:10px;
  color:#fff;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:4px;
  transition:color .22s ease,transform .22s ease,filter .22s ease;
}
.footer-review-link:hover{
  color:#f7c51d;
  transform:translateY(-3px) scale(1.04);
  filter:drop-shadow(0 0 8px rgba(247,197,29,.7));
}
@media(max-width:1020px){
  .footer-brand-review{grid-column:1/-1}
}
@media(max-width:700px){
  .footer-brand-review{display:grid;grid-column:auto;gap:28px}
  .footer-brand-copy{flex-basis:auto;text-align:center}
  .footer-brand-copy .site-logo{margin-inline:auto}
  .footer-review-box{min-width:0;width:min(100%,360px);margin-inline:auto}
  .footer-review-stars{width:88%;top:-24px}
  .footer-review-stars span{font-size:clamp(28px,9vw,40px)}
}
@media(prefers-reduced-motion:reduce){
  .footer-review-stars span,.footer-review-link{transition:none}
}
}
