:root {
  --orange: #ef5208;
  --orange-2: #ff6a21;
  --ink: #0c0c0d;
  --ink-2: #171719;
  --muted: #6f7074;
  --line: #e7e4df;
  --paper: #f6f4f0;
  --white: #ffffff;
  --max: 1240px;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(12, 12, 13, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: 12px; top: -80px; background: #fff; color: #000; padding: 12px 16px; z-index: 100; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.topbar { background: var(--ink); color: #d7d7d8; font-size: 12px; letter-spacing: .02em; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar a { color: #fff; transition: color .2s ease; }
.topbar a:hover { color: var(--orange-2); }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(20,20,20,.07); }
.nav-shell { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 230px; flex: 0 0 auto; }
.brand img { width: 100%; height: 58px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.nav > a:not(.nav-cta) { position: relative; padding: 12px 0; }
.nav > a:not(.nav-cta)::after { content:""; position:absolute; left:0; right:100%; bottom:4px; height:2px; background: var(--orange); transition: right .22s ease; }
.nav > a:not(.nav-cta):hover::after { right:0; }
.nav-cta { background: var(--orange); color:#fff; padding: 14px 20px; border-radius: 999px; box-shadow: 0 8px 25px rgba(239,82,8,.22); transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { background:#d94500; transform: translateY(-2px); }
.menu-toggle { display:none; border:0; background:transparent; width:44px; height:44px; border-radius:50%; align-items:center; justify-content:center; flex-direction:column; gap:5px; }
.menu-toggle span { width:21px; height:2px; background:#111; display:block; transition:.2s ease; }

.hero { position: relative; min-height: 710px; overflow: hidden; color: #fff; background: #111; display: flex; align-items: stretch; }
.hero-media { position:absolute; inset:0; background: url('assets/mobiliario.webp') center/cover no-repeat; transform: scale(1.02); }
.hero-shade { position:absolute; inset:0; background: linear-gradient(90deg, rgba(8,8,9,.94) 0%, rgba(8,8,9,.78) 42%, rgba(8,8,9,.20) 75%, rgba(8,8,9,.14) 100%); }
.hero::before { content:""; position:absolute; width:500px; height:500px; left:-180px; top:-160px; border:1px solid rgba(255,255,255,.12); border-radius:50%; z-index:1; }
.hero::after { content:""; position:absolute; width:360px; height:360px; left:-110px; top:-90px; border:1px solid rgba(239,82,8,.6); border-radius:50%; z-index:1; }
.hero-inner { position:relative; z-index:2; display:grid; grid-template-columns: 1.25fr .65fr; align-items:center; gap:90px; padding-top:86px; padding-bottom:128px; }
.hero-copy { max-width: 750px; }
.kicker { display:flex; align-items:center; gap:12px; margin:0 0 26px; font-size:13px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:#f4f4f4; }
.kicker span { width:34px; height:3px; background:var(--orange); }
.hero h1 { margin:0; font-size: clamp(54px, 6.4vw, 92px); line-height:.94; letter-spacing:-.055em; max-width: 820px; }
.hero h1 em { color: var(--orange-2); font-style: normal; }
.hero-text { max-width: 680px; margin:30px 0 0; color:#dedede; font-size:19px; line-height:1.68; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:38px; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 23px; border-radius:999px; font-weight:800; font-size:14px; border:1px solid transparent; cursor:pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background:var(--orange); color:#fff; box-shadow:0 12px 30px rgba(239,82,8,.24); }
.btn-primary:hover { background:#d94700; }
.btn-secondary { color:#fff; border-color:rgba(255,255,255,.4); background:rgba(255,255,255,.06); backdrop-filter:blur(10px); }
.btn-secondary:hover { background:#fff; color:#111; }
.btn-light { background:#fff; color:#111; }
.btn-light:hover { background:#f0efec; }

.hero-card { align-self:center; background:rgba(8,8,9,.62); border:1px solid rgba(255,255,255,.18); backdrop-filter: blur(18px); padding:28px; border-radius:24px; box-shadow:0 28px 70px rgba(0,0,0,.28); }
.hero-card-label { margin:0 0 14px; color:#aeb0b3; font-size:12px; letter-spacing:.16em; text-transform:uppercase; font-weight:800; }
.hero-card a { display:grid; grid-template-columns:40px 1fr auto; align-items:center; gap:14px; padding:18px 0; border-top:1px solid rgba(255,255,255,.14); }
.hero-card a span { color:var(--orange-2); font-size:12px; font-weight:900; }
.hero-card a strong { font-size:20px; }
.hero-card a i { font-style:normal; font-size:20px; transition:transform .2s ease; }
.hero-card a:hover i { transform:translateX(6px); }
.hero-bottom { position:absolute; left:0; right:0; bottom:0; z-index:3; border-top:1px solid rgba(255,255,255,.16); background:rgba(8,8,9,.38); backdrop-filter:blur(14px); }
.hero-bottom-inner { min-height:72px; display:grid; grid-template-columns:repeat(3,1fr); }
.hero-bottom span { display:flex; align-items:center; gap:10px; color:#efefef; font-size:13px; font-weight:700; letter-spacing:.02em; }
.hero-bottom span::before { content:""; width:7px; height:7px; border-radius:50%; background:var(--orange); }

.section { padding:120px 0; }
.intro { background:#fff; }
.intro-grid { display:grid; grid-template-columns:.45fr 1.2fr .85fr; gap:56px; align-items:start; }
.section-tag { display:flex; align-items:center; gap:10px; color:#9a9a9e; font-size:12px; font-weight:900; letter-spacing:.16em; }
.section-tag span { color:var(--orange); }
.eyebrow { margin:0 0 14px; color:var(--orange); font-size:12px; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.intro h2, .section-head h2, .showcase h2, .process h2, .contact-copy h2 { margin:0; font-size:clamp(38px,4.4vw,64px); line-height:1.04; letter-spacing:-.045em; }
.intro-side { padding-top:34px; }
.intro-side p { color:#5f6064; font-size:17px; line-height:1.75; margin:0 0 25px; }
.text-link { display:inline-flex; align-items:center; gap:12px; font-weight:800; padding-bottom:5px; border-bottom:1px solid #111; }
.text-link span { color:var(--orange); }

.categories { background:var(--paper); }
.section-head { display:grid; grid-template-columns:1.15fr .85fr; gap:60px; align-items:end; margin-bottom:52px; }
.section-head p:last-child { margin:0; color:#696a6f; line-height:1.7; max-width:530px; justify-self:end; }
.category-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; align-items:stretch; }
.category-card { position:relative; min-height:640px; border-radius:var(--radius); overflow:hidden; background:#fff; box-shadow:0 18px 50px rgba(18,18,18,.07); transition:transform .28s ease, box-shadow .28s ease; display:flex; flex-direction:column; }
.category-card:hover { transform:translateY(-7px); box-shadow:var(--shadow); }
.category-image { height:250px; flex:0 0 250px; background-size:cover; background-position:center; }
.papeleria-image { background-image:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.12)),url('assets/papeleria.webp'); background-position:center 58%; }
.mobiliario-image { background-image:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.12)),url('assets/mobiliario.webp'); }
.category-content { padding:31px 30px 30px; flex:1; display:flex; flex-direction:column; min-width:0; }
.category-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:24px; }
.category-num { color:#9d9da2; font-size:12px; font-weight:900; letter-spacing:.12em; }
.category-icon { width:43px; height:43px; flex:0 0 43px; border-radius:50%; display:grid; place-items:center; background:#f4f1ed; color:var(--orange); font-size:21px; font-weight:900; }
.category-card h3 { margin:0; font-size:36px; line-height:1.05; letter-spacing:-.035em; }
.category-card p { margin:16px 0 22px; color:#67686c; line-height:1.65; }
.chips { display:flex; gap:7px; flex-wrap:wrap; align-content:flex-start; }
.chips span { padding:8px 10px; border-radius:999px; border:1px solid #e2dfda; font-size:11px; line-height:1.25; font-weight:800; color:#5d5e62; background:#fff; white-space:nowrap; }
.card-link { position:static; margin-top:auto; display:flex; justify-content:space-between; align-items:center; gap:16px; padding-top:18px; border-top:1px solid #e7e4df; font-weight:800; font-size:14px; line-height:1.25; }
.card-link span { color:var(--orange); font-size:20px; flex:0 0 auto; transition:transform .2s ease; }
.card-link:hover span { transform:translateX(5px); }
.category-tech { background:linear-gradient(150deg,#111114 0%,#1c1c20 58%,#09090a 100%); color:#fff; padding-top:250px; }
.tech-backdrop { position:absolute; z-index:0; right:-100px; top:-120px; width:420px; height:420px; border-radius:50%; background:radial-gradient(circle,rgba(239,82,8,.38),rgba(239,82,8,0) 68%); }
.tech-device { position:absolute; z-index:1; width:80%; max-width:365px; right:-18px; top:28px; filter:drop-shadow(0 24px 28px rgba(0,0,0,.45)); }
.tech-content { position:relative; z-index:2; min-height:0; background:linear-gradient(180deg,rgba(11,11,13,.12),rgba(11,11,13,.96) 23%,#0b0b0d 100%); padding-top:31px; }
.category-tech p { color:#c4c4c7; }
.category-tech .category-num { color:#8e8e92; }
.category-tech .category-icon { background:rgba(255,255,255,.08); color:var(--orange-2); }
.chips-dark span { background:rgba(255,255,255,.06); color:#d9d9dc; border-color:rgba(255,255,255,.13); }
.card-link.light { border-color:rgba(255,255,255,.16); color:#fff; }

.showcase { min-height:760px; display:grid; grid-template-columns:1.08fr .92fr; background:#111; }
.showcase-image { min-height:760px; background:url('assets/espacio.webp') center/cover no-repeat; }
.showcase-panel { display:flex; align-items:center; background:var(--orange); color:#fff; }
.showcase-panel-inner { padding:74px min(7vw,95px); max-width:690px; }
.eyebrow-light { color:#fff; opacity:.76; }
.showcase-panel > .showcase-panel-inner > p:not(.eyebrow) { font-size:17px; line-height:1.7; color:#fff2eb; margin:24px 0 28px; }
.service-lines { margin:22px 0 34px; border-top:1px solid rgba(255,255,255,.28); }
.service-lines article { display:grid; grid-template-columns:44px 1fr; gap:18px; padding:21px 0; border-bottom:1px solid rgba(255,255,255,.28); }
.service-lines article > span { font-size:11px; font-weight:900; opacity:.65; }
.service-lines h3 { margin:0 0 5px; font-size:18px; }
.service-lines p { margin:0; font-size:14px; line-height:1.55; color:#ffe4d7; }

.process { background:#fff; }
.process-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:start; }
.process-copy > p:last-child { color:#696a6f; line-height:1.72; font-size:17px; max-width:500px; }
.process-steps { border-top:1px solid var(--line); }
.process-steps article { display:grid; grid-template-columns:48px 180px 1fr; gap:20px; align-items:start; padding:28px 0; border-bottom:1px solid var(--line); }
.process-steps article > span { color:var(--orange); font-size:12px; font-weight:900; letter-spacing:.1em; }
.process-steps h3 { margin:0; font-size:22px; }
.process-steps p { margin:0; color:#696a6f; line-height:1.65; }

.contact-section { position:relative; overflow:hidden; background:#101012; color:#fff; padding:110px 0; }
.contact-section::before { content:""; position:absolute; width:620px; height:620px; border-radius:50%; border:1px solid rgba(255,255,255,.08); left:-240px; bottom:-320px; }
.contact-section::after { content:""; position:absolute; width:440px; height:440px; border-radius:50%; border:1px solid rgba(239,82,8,.55); left:-150px; bottom:-230px; }
.contact-grid { position:relative; z-index:1; display:grid; grid-template-columns:.8fr 1.2fr; gap:100px; align-items:start; }
.contact-copy > p:not(.eyebrow):not(.contact-small) { color:#bdbdc1; font-size:17px; line-height:1.7; max-width:510px; }
.mail-link { display:inline-flex; gap:12px; align-items:center; margin-top:22px; font-size:18px; font-weight:800; color:#fff; border-bottom:1px solid rgba(255,255,255,.35); padding-bottom:6px; }
.mail-link span { color:var(--orange-2); }
.contact-small { max-width:490px; color:#77787d; font-size:12px; line-height:1.55; margin-top:24px; }
.contact-form { background:#fff; color:#111; padding:36px; border-radius:26px; box-shadow:0 30px 80px rgba(0,0,0,.22); }
.contact-form label { display:block; margin-bottom:18px; font-size:12px; font-weight:800; color:#353539; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.contact-form input, .contact-form select, .contact-form textarea { width:100%; margin-top:8px; border:1px solid #dfddd8; border-radius:12px; background:#faf9f7; color:#111; padding:14px 15px; outline:none; transition:border .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color:var(--orange); box-shadow:0 0 0 3px rgba(239,82,8,.12); }
.contact-form textarea { min-height:120px; resize:vertical; }
.check { display:flex !important; gap:10px; align-items:flex-start; color:#68696d !important; font-weight:600 !important; }
.check input { width:17px !important; height:17px; margin:1px 0 0 !important; accent-color:var(--orange); }
.btn-submit { width:100%; border:0; }
.form-status { margin:12px 0 0; color:#7d7e82; font-size:11px; text-align:center; }

.footer { background:#080809; color:#fff; border-top:1px solid #202023; }
.footer-main { display:grid; grid-template-columns:1.5fr .6fr .7fr; gap:70px; padding:68px 0 54px; }
.footer-brand img { width:245px; height:98px; object-fit:contain; object-position:left center; background:#fff; border-radius:14px; padding:8px; }
.footer-brand p { color:#8f9094; font-size:13px; }
.footer-nav { display:flex; flex-direction:column; gap:11px; font-size:13px; }
.footer-nav strong { margin-bottom:8px; color:#fff; }
.footer-nav a { color:#9fa0a4; }
.footer-nav a:hover { color:#fff; }
.footer-bottom { min-height:64px; border-top:1px solid #1c1c1f; display:flex; align-items:center; justify-content:space-between; gap:20px; color:#6f7075; font-size:11px; }
.footer-bottom p { margin:0; }
.legal-note { text-align:right; }

.reveal { opacity:0; transform:translateY(22px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }
.reveal-delay { transition-delay:.12s; }

@media (max-width: 1020px) {
  .topbar { display:none; }
  .nav-shell { min-height:78px; }
  .brand { width:205px; }
  .brand img { height:52px; }
  .menu-toggle { display:flex; }
  .nav { position:absolute; top:78px; left:0; right:0; background:#fff; border-bottom:1px solid #e6e3de; padding:16px 24px 24px; flex-direction:column; align-items:stretch; gap:4px; transform:translateY(-10px); opacity:0; pointer-events:none; transition:.22s ease; box-shadow:0 18px 38px rgba(0,0,0,.08); }
  .nav.open { transform:none; opacity:1; pointer-events:auto; }
  .nav > a { padding:12px 0 !important; }
  .nav-cta { text-align:center; margin-top:8px; }
  .hero { min-height:780px; }
  .hero-inner { grid-template-columns:1fr; gap:34px; padding-top:76px; padding-bottom:136px; }
  .hero-card { max-width:540px; }
  .hero-shade { background:linear-gradient(90deg,rgba(8,8,9,.95) 0%,rgba(8,8,9,.78) 70%,rgba(8,8,9,.32) 100%); }
  .intro-grid { grid-template-columns:1fr; gap:26px; }
  .intro-side { padding-top:0; max-width:720px; }
  .category-grid { grid-template-columns:1fr 1fr; }
  .category-card:last-child { grid-column:1 / -1; min-height:600px; }
  .showcase { grid-template-columns:1fr; }
  .showcase-image { min-height:520px; }
  .showcase-panel-inner { max-width:900px; }
  .process-grid { grid-template-columns:1fr; gap:55px; }
  .contact-grid { grid-template-columns:1fr; gap:55px; }
  .footer-main { grid-template-columns:1.2fr .8fr .8fr; }
}

@media (max-width: 700px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .brand { width:176px; }
  .brand img { height:46px; }
  .nav-shell { min-height:72px; }
  .nav { top:72px; }
  .hero { min-height:780px; }
  .hero-media { background-position:60% center; }
  .hero-shade { background:linear-gradient(180deg,rgba(8,8,9,.92),rgba(8,8,9,.73) 64%,rgba(8,8,9,.68)); }
  .hero-inner { padding-top:58px; padding-bottom:150px; }
  .hero h1 { font-size:clamp(48px,15vw,68px); }
  .hero-text { font-size:16px; line-height:1.6; }
  .hero-card { padding:18px 20px; }
  .hero-card a { padding:14px 0; }
  .hero-card a strong { font-size:17px; }
  .hero-bottom-inner { grid-template-columns:1fr; gap:4px; padding:12px 0; }
  .hero-bottom { position:absolute; }
  .hero-bottom span { font-size:11px; }
  .section { padding:82px 0; }
  .intro h2, .section-head h2, .showcase h2, .process h2, .contact-copy h2 { font-size:40px; }
  .section-head { grid-template-columns:1fr; gap:24px; margin-bottom:34px; }
  .section-head p:last-child { justify-self:start; }
  .category-grid { grid-template-columns:1fr; }
  .category-card, .category-card:last-child { grid-column:auto; min-height:620px; }
  .category-image { height:235px; }
  .tech-device { width:74%; right:-8px; top:28px; }
  .showcase-image { min-height:360px; }
  .showcase-panel-inner { padding:60px 24px; }
  .process-steps article { grid-template-columns:40px 1fr; gap:12px; }
  .process-steps article p { grid-column:2; }
  .contact-section { padding:82px 0; }
  .contact-form { padding:25px 20px; border-radius:20px; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .footer-main { grid-template-columns:1fr 1fr; gap:38px; }
  .footer-brand { grid-column:1/-1; }
  .footer-bottom { flex-direction:column; align-items:flex-start; padding:18px 0; }
  .legal-note { text-align:left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation:none !important; transition:none !important; }
  .reveal { opacity:1; transform:none; }
}

/* ===== V3: confianza local, reseñas y ubicación ===== */
.topbar-pro { min-height: 38px; }
.topbar-group { display:flex; align-items:center; gap:13px; min-width:0; }
.topbar-rating { display:flex; align-items:center; gap:8px; white-space:nowrap; }
.topbar-rating .stars { color:#ffb400; letter-spacing:-1px; font-size:11px; }
.topbar-rating strong { color:#fff; }
.topbar-rating > span:last-child { color:#a9aaae; }
.topbar-divider { width:1px; height:14px; background:#39393d; }
.topbar-phone { font-weight:900; letter-spacing:.04em; }

.hero-proof { margin-top:32px; display:inline-grid; grid-template-columns:auto auto auto; align-items:center; gap:14px; padding:12px 14px; border:1px solid rgba(255,255,255,.18); border-radius:16px; background:rgba(0,0,0,.26); backdrop-filter:blur(12px); }
.hero-proof-score { font-size:31px; line-height:1; font-weight:900; letter-spacing:-.05em; }
.hero-proof-stars { color:#ffb400; letter-spacing:-1px; font-size:13px; }
.hero-proof p { margin:3px 0 0; font-size:11px; color:#c9c9cc; font-weight:700; }
.hero-proof > a { margin-left:6px; padding-left:14px; border-left:1px solid rgba(255,255,255,.18); font-size:12px; font-weight:800; white-space:nowrap; }
.hero-proof > a span { color:var(--orange-2); }
.hero-card-contact { margin-top:10px; padding-top:18px; border-top:1px solid rgba(255,255,255,.14); }
.hero-card-contact small { display:block; color:#aeb0b3; margin-bottom:8px; }
.hero-card-contact > a { display:flex; grid-template-columns:none; justify-content:space-between; padding:0; border:0; font-size:19px; font-weight:900; }

.trust-strip { position:relative; z-index:4; background:#fff; border-bottom:1px solid var(--line); }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-item { min-height:112px; display:flex; align-items:center; gap:16px; padding:22px 28px; border-right:1px solid var(--line); }
.trust-item:first-child { border-left:1px solid var(--line); }
.trust-icon { width:46px; height:46px; flex:0 0 46px; border-radius:14px; display:grid; place-items:center; background:#fff5ef; color:var(--orange); font-size:15px; font-weight:950; }
.trust-item strong { display:block; font-size:15px; letter-spacing:-.01em; }
.trust-item small { display:block; margin-top:4px; color:#85868a; font-size:11px; }

.btn-dark { background:#111114; color:#fff; }
.btn-dark:hover { background:#27272b; }
.btn-outline-dark { color:#111; border-color:#cfcac3; background:#fff; }
.btn-outline-dark:hover { border-color:#111; }

.reviews-section { background:#f6f4f0; }
.reviews-layout { display:grid; grid-template-columns:1.12fr .62fr; gap:90px; align-items:center; }
.reviews-copy h2 { margin:0; font-size:clamp(42px,4.6vw,68px); line-height:1.02; letter-spacing:-.05em; max-width:760px; }
.reviews-copy > p:not(.eyebrow) { color:#66676b; font-size:17px; line-height:1.75; max-width:630px; margin:24px 0 30px; }
.google-review-card { position:relative; overflow:hidden; border-radius:30px; padding:36px; background:#111114; color:#fff; box-shadow:0 32px 80px rgba(12,12,13,.16); }
.google-review-card::before { content:""; position:absolute; width:220px; height:220px; border-radius:50%; background:radial-gradient(circle,rgba(239,82,8,.38),rgba(239,82,8,0) 70%); right:-70px; top:-90px; }
.google-review-top { position:relative; display:flex; align-items:center; gap:13px; }
.google-g { width:43px; height:43px; border-radius:50%; background:#fff; color:#4285f4; display:grid; place-items:center; font-weight:950; font-size:22px; }
.google-review-top strong { display:block; font-size:17px; }
.google-review-top small { display:block; margin-top:2px; color:#8f9096; }
.rating-number { position:relative; margin-top:38px; font-size:92px; font-weight:950; line-height:.9; letter-spacing:-.07em; }
.rating-stars { position:relative; margin-top:18px; color:#ffb400; font-size:24px; letter-spacing:2px; }
.rating-count { position:relative; margin:9px 0 0; color:#d5d5d8; font-weight:800; }
.rating-separator { position:relative; height:1px; background:#2f2f34; margin:28px 0 20px; }
.rating-note { position:relative; margin:0; color:#8f9096; font-size:11px; line-height:1.65; }

.location-section { background:#fff; }
.location-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:70px; align-items:center; }
.map-card { min-height:540px; border-radius:30px; overflow:hidden; box-shadow:0 24px 70px rgba(12,12,13,.11); border:1px solid #e8e5e0; background:#eee; }
.map-card iframe { display:block; width:100%; height:540px; border:0; }
.location-copy h2 { margin:0; font-size:clamp(42px,4.5vw,64px); line-height:1.03; letter-spacing:-.05em; }
.location-copy address { display:flex; flex-direction:column; gap:6px; margin-top:28px; color:#626367; font-style:normal; font-size:16px; line-height:1.45; }
.location-copy address strong { color:#111; font-size:18px; margin-bottom:3px; }
.location-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:30px; }
.location-features { display:flex; flex-wrap:wrap; gap:8px; margin-top:30px; padding-top:24px; border-top:1px solid var(--line); }
.location-features span { position:relative; padding:9px 11px 9px 28px; border:1px solid #e3dfd8; border-radius:999px; font-size:11px; font-weight:800; color:#5e5f63; background:#faf9f7; }
.location-features span::before { content:"✓"; position:absolute; left:10px; color:var(--orange); font-weight:950; }
.location-note { margin:20px 0 0; color:#8b8c90; font-size:11px; line-height:1.6; }

.cta-band { padding:76px 0; background:var(--orange); color:#fff; }
.cta-band-inner { display:flex; align-items:center; justify-content:space-between; gap:50px; }
.cta-band h2 { margin:0; font-size:clamp(36px,4vw,58px); line-height:1.02; letter-spacing:-.05em; }
.cta-band .eyebrow-light { color:#ffe0d1; }
.cta-band-actions { display:flex; gap:10px; flex-wrap:wrap; flex:0 0 auto; }

.footer-main-v3 { grid-template-columns:1.5fr .6fr .9fr; }
.legal-links { display:flex; align-items:center; gap:8px; }
.legal-links a:hover { color:#aaa; }

.mobile-actions { display:none; }

@media (max-width: 1020px) {
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-item:nth-child(2) { border-right:1px solid var(--line); }
  .trust-item:nth-child(3) { border-left:1px solid var(--line); }
  .trust-item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .reviews-layout, .location-grid { grid-template-columns:1fr; gap:50px; }
  .google-review-card { max-width:560px; }
  .map-card, .map-card iframe { min-height:460px; height:460px; }
}

@media (max-width: 700px) {
  body { padding-bottom:66px; }
  .hero-proof { width:100%; grid-template-columns:auto 1fr; gap:12px; }
  .hero-proof > a { grid-column:1 / -1; margin-left:0; padding:10px 0 0; border-left:0; border-top:1px solid rgba(255,255,255,.16); }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-item { min-height:96px; padding:16px 14px; gap:10px; }
  .trust-icon { width:38px; height:38px; flex-basis:38px; border-radius:12px; font-size:12px; }
  .trust-item strong { font-size:13px; }
  .trust-item small { font-size:10px; }
  .reviews-layout { gap:34px; }
  .google-review-card { border-radius:22px; padding:26px 24px; }
  .rating-number { font-size:72px; }
  .rating-stars { font-size:20px; }
  .location-grid { gap:34px; }
  .map-card, .map-card iframe { min-height:360px; height:360px; border-radius:22px; }
  .location-actions { flex-direction:column; align-items:stretch; }
  .location-actions .btn { width:100%; }
  .cta-band { padding:62px 0; }
  .cta-band-inner { flex-direction:column; align-items:flex-start; gap:28px; }
  .cta-band-actions { width:100%; }
  .cta-band-actions .btn { flex:1; }
  .footer-main-v3 { grid-template-columns:1fr; }
  .footer-brand { grid-column:auto; }
  .legal-links { flex-wrap:wrap; }
  .mobile-actions { position:fixed; left:0; right:0; bottom:0; z-index:70; height:66px; display:grid; grid-template-columns:1fr 1fr; background:#0b0b0d; box-shadow:0 -8px 30px rgba(0,0,0,.18); }
  .mobile-actions a { display:flex; align-items:center; justify-content:center; gap:8px; color:#fff; font-size:13px; font-weight:850; border-right:1px solid #29292d; }
  .mobile-actions a:last-child { background:var(--orange); border-right:0; }
  .mobile-actions span { font-size:16px; }
}

/* ===== V6: cabecera limpia y contacto por departamentos ===== */
.topbar-clean {
  min-height: 38px;
  justify-content: center;
  color: #b9b9bd;
  font-weight: 700;
}

.nav-shell-clean {
  justify-content: center;
  min-height: 76px;
}

.nav-shell-clean .nav {
  margin-inline: auto;
}

.department-contact {
  background: #fff;
}

.contact-head {
  margin-bottom: 42px;
}

.department-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.department-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #faf9f7;
  box-shadow: 0 18px 48px rgba(12, 12, 13, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.department-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(12, 12, 13, .10);
}

.department-card-dark {
  background: #111114;
  color: #fff;
  border-color: #111114;
}

.department-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 42px;
}

.department-number {
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
}

.department-label {
  padding: 8px 11px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e2ded8;
  color: #595a5e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.department-card-dark .department-label {
  background: #1d1d21;
  border-color: #343439;
  color: #d8d8db;
}

.department-card h3 {
  margin: 0;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.department-card > p {
  margin: 18px 0 30px;
  color: #66676b;
  line-height: 1.65;
  font-size: 15px;
}

.department-card-dark > p {
  color: #b8b8bd;
}

.department-links {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.department-link {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 14px;
  align-items: center;
  padding: 16px 17px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e3dfd9;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.department-link:hover {
  transform: translateX(3px);
  border-color: var(--orange);
}

.department-card-dark .department-link {
  background: #1a1a1e;
  border-color: #323237;
}

.department-card-dark .department-link:hover {
  border-color: var(--orange);
  background: #202025;
}

.department-link small {
  grid-column: 1;
  color: #939499;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.department-link strong {
  grid-column: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.35;
}

.department-link > span {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: var(--orange);
  font-size: 18px;
}

@media (max-width: 1020px) {
  .nav-shell-clean { justify-content: flex-end; }
  .nav-shell-clean .nav { margin-inline: 0; }
  .department-grid { grid-template-columns: 1fr; }
  .department-card { min-height: 0; }
}

@media (max-width: 700px) {
  .nav-shell-clean { min-height: 70px; }
  .department-card { padding: 26px 22px; border-radius: 22px; }
  .department-card-top { margin-bottom: 30px; }
  .department-link { padding: 14px; }
  .department-link strong { font-size: 13px; }
}


/* ===== V6.1: integración de marca ===== */
.nav-shell-clean {
  justify-content: space-between;
  min-height: 82px;
  gap: 28px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  max-width: 320px;
}

.site-brand img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nav-shell-clean .nav {
  margin-left: auto;
}

.hero-card {
  position: relative;
}

.hero-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.hero-card-label {
  margin: 0;
}

.hero-card-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  padding: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.hero-card::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 116px;
  height: 116px;
  background: url('assets/isotipo-osorio.png') center/contain no-repeat;
  opacity: .08;
  pointer-events: none;
}

.footer-brand img {
  width: 270px;
  height: auto;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

@media (max-width: 1020px) {
  .nav-shell-clean {
    justify-content: space-between;
    min-height: 74px;
  }

  .site-brand {
    max-width: 230px;
  }

  .nav-shell-clean .nav {
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .site-brand {
    max-width: 170px;
  }

  .hero-card-head {
    margin-bottom: 10px;
  }

  .hero-card-logo {
    width: 42px;
    height: 42px;
    padding: 5px;
  }

  .footer-brand img {
    width: 220px;
  }
}


/* ===== V6.2: restaurar logo original del pie ===== */
.footer-brand img {
  width: 245px;
  height: 98px;
  object-fit: contain;
  object-position: left center;
  background: #fff;
  border-radius: 14px;
  padding: 8px;
}

@media (max-width: 700px) {
  .footer-brand img {
    width: 245px;
    height: 98px;
  }
}


/* ===== V6.4: logo original claro SOLO en el pie ===== */
.footer-brand img {
  width: 270px;
  height: auto;
  object-fit: contain;
  object-position: left center;
  background: #fff;
  border-radius: 14px;
  padding: 8px;
}
@media (max-width: 700px) {
  .footer-brand img { width: 245px; height: auto; }
}




/* ===== V6.4.4: accesos compactos en tarjeta Informática ===== */
.tech-card-actions {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.16);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tech-mini-link {
  min-width: 0;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.15;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.tech-mini-link span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tech-mini-link b {
  flex: 0 0 auto;
  color: var(--orange-2);
  font-size: 16px;
  transition: transform .2s ease;
}

.tech-mini-link:hover {
  transform: translateY(-2px);
  border-color: rgba(239,82,8,.75);
  background: rgba(255,255,255,.07);
}

.tech-mini-link:hover b {
  transform: translate(2px,-2px);
}

.tech-mini-link-primary {
  border-color: rgba(239,82,8,.55);
  background: rgba(239,82,8,.12);
}

@media (max-width: 430px) {
  .tech-card-actions { grid-template-columns: 1fr; }
}
