:root {
  --orange: #f57c00;
  --orange-dark: #cf6500;
  --graphite: #4b4b4b;
  --medium: #a7a7a7;
  --white: #ffffff;
  --soft: #f5f5f5;
  --soft-2: #eeeeee;
  --ink: #252525;
  --line: rgba(75, 75, 75, 0.14);
  --shadow: 0 18px 50px rgba(75, 75, 75, 0.13);
  --radius: 8px;
  --container: 1180px;
  font-family: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--graphite);
  background: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  color: var(--white);
  background: var(--orange);
}

:focus-visible {
  outline: 3px solid rgba(245, 124, 0, 0.38);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.section-band {
  position: relative;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 28px rgba(75, 75, 75, 0.08);
}

.nav-wrap {
  width: min(100% - 40px, 1240px);
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-link img {
  width: 190px;
  height: auto;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--graphite);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-panel a:not(.nav-cta) {
  position: relative;
  padding: 8px 0;
}

.nav-panel a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--orange);
  transition: width 0.2s ease;
}

.nav-panel a:hover::after,
.nav-panel a:focus-visible::after {
  width: 100%;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 10px 22px rgba(245, 124, 0, 0.22);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--graphite);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  min-height: calc(100svh - 78px);
  padding: 92px 0 72px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(245, 245, 245, 0.86) 100%),
    url("/assets/empresarias/isotipo.png") right -120px center / 620px no-repeat;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  width: 38vw;
  height: 38vw;
  min-width: 360px;
  min-height: 360px;
  right: -18vw;
  top: 3%;
  border: 1px solid rgba(245, 124, 0, 0.25);
  transform: rotate(45deg);
}

.hero::after {
  left: -120px;
  bottom: -170px;
  width: 360px;
  height: 360px;
  background: var(--graphite);
  clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%);
  opacity: 0.1;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-bg::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -60px;
  width: 290px;
  height: 290px;
  background: var(--orange);
  clip-path: polygon(0 0, 100% 0, 0 72%);
  opacity: 0.92;
}

.hero-mark {
  position: absolute;
  right: 8%;
  bottom: 2%;
  width: min(42vw, 500px);
  opacity: 0.08;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: 58px;
}

.hero-copy {
  min-width: 0;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 3rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

h3 {
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.lead {
  max-width: 640px;
  margin-bottom: 18px;
  color: var(--graphite);
  font-size: 1.2rem;
}

.hero-statement {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 32px;
  padding-left: 16px;
  border-left: 4px solid var(--orange);
  color: var(--graphite);
  font-weight: 700;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 13px 18px;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 14px 30px rgba(245, 124, 0, 0.24);
}

.btn-primary:hover {
  background: var(--orange-dark);
}

.btn-secondary {
  color: var(--graphite);
  background: var(--white);
  border-color: var(--line);
}

.btn-secondary:hover {
  border-color: rgba(245, 124, 0, 0.5);
  box-shadow: 0 12px 24px rgba(75, 75, 75, 0.08);
}

.btn-dark {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 16px 32px rgba(37, 37, 37, 0.2);
}

.icon {
  font-size: 1.1rem;
}

.hero-panel {
  position: relative;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.hero-panel::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 42%;
  height: 10px;
  background: var(--orange);
  border-radius: 0 var(--radius) 0 var(--radius);
}

.hero-logo-block {
  display: flex;
  min-height: 170px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(245, 124, 0, 0.06), rgba(255, 255, 255, 0.9)),
    var(--white);
}

.hero-logo-block img {
  width: min(100%, 330px);
}

.quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.quick-item {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.quick-icon,
.card-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: var(--radius);
  color: var(--orange);
  background: rgba(245, 124, 0, 0.1);
}

.quick-icon svg,
.card-icon svg {
  width: 21px;
  height: 21px;
}

.quick-item strong,
.quick-item span:last-child {
  display: block;
}

.quick-item strong {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.25;
}

.quick-item span:last-child {
  color: #707070;
  font-size: 0.84rem;
  line-height: 1.35;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.align-left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.section-heading p:not(.eyebrow) {
  color: #666;
  font-size: 1rem;
}

.services {
  background: var(--white);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.benefit-item,
.step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.service-card {
  min-height: 250px;
  padding: 24px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 124, 0, 0.32);
  box-shadow: var(--shadow);
}

.service-card h3,
.benefit-item h3,
.step h3 {
  margin-bottom: 10px;
}

.service-card p,
.benefit-item p,
.step p {
  margin-bottom: 0;
  color: #676767;
  font-size: 0.92rem;
}

.service-card-accent {
  grid-column: span 2;
  color: var(--white);
  background:
    linear-gradient(rgba(245, 124, 0, 0.95), rgba(245, 124, 0, 0.9)),
    url("/assets/empresarias/isotipo.png") right -50px bottom -70px / 260px no-repeat;
}

.service-card-accent h3,
.service-card-accent p {
  color: var(--white);
}

.service-card-accent .card-icon {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
}

.benefits {
  background:
    linear-gradient(90deg, var(--soft) 0%, var(--soft) 50%, var(--white) 50%, var(--white) 100%);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  align-items: start;
  gap: 56px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.benefit-item {
  padding: 22px;
}

.benefit-item span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--orange);
  font-size: 0.84rem;
  font-weight: 800;
}

.process {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.process::before {
  content: "";
  position: absolute;
  right: -160px;
  top: 70px;
  width: 390px;
  height: 390px;
  background: url("/assets/empresarias/isotipo.png") center / contain no-repeat;
  opacity: 0.06;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), rgba(167, 167, 167, 0.35));
}

.step {
  position: relative;
  padding: 26px 22px;
  box-shadow: 0 12px 30px rgba(75, 75, 75, 0.06);
}

.step-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--white);
  background: var(--orange);
  font-weight: 800;
}

.service-area {
  background: var(--soft);
}

.area-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: 58px;
}

.area-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.area-visual::before,
.area-visual::after {
  content: "";
  position: absolute;
  background: var(--orange);
}

.area-visual::before {
  top: 0;
  left: 0;
  width: 44%;
  height: 16px;
}

.area-visual::after {
  right: -40px;
  bottom: -40px;
  width: 190px;
  height: 190px;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%, 0 28%);
}

.area-visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(64%, 290px);
  opacity: 0.78;
  transform: translate(-50%, -50%);
}

.map-lines span {
  position: absolute;
  display: block;
  background: rgba(75, 75, 75, 0.12);
}

.map-lines span:nth-child(1) {
  top: 24%;
  left: 12%;
  width: 76%;
  height: 1px;
}

.map-lines span:nth-child(2) {
  top: 15%;
  left: 28%;
  width: 1px;
  height: 70%;
}

.map-lines span:nth-child(3) {
  top: 62%;
  left: 8%;
  width: 84%;
  height: 1px;
  transform: rotate(-14deg);
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.area-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(245, 124, 0, 0.28);
  border-radius: var(--radius);
  color: var(--graphite);
  background: var(--white);
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  color: var(--orange);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.cta-section {
  padding: 76px 0;
  color: var(--white);
  background:
    linear-gradient(rgba(245, 124, 0, 0.94), rgba(245, 124, 0, 0.92)),
    url("/assets/empresarias/isotipo.png") right 8% center / 340px no-repeat;
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
}

.cta-section .eyebrow,
.cta-section h2,
.cta-section p {
  color: var(--white);
}

.cta-section p {
  max-width: 720px;
  margin-bottom: 0;
  font-size: 1.05rem;
}

.contact {
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.65fr);
  gap: 56px;
  align-items: start;
}

.contact-info > p:not(.eyebrow) {
  max-width: 650px;
  color: #666;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 32px 0;
}

.contact-list div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.contact-list dt {
  color: var(--medium);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-list dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.contact-list a:hover,
.footer-contact a:hover,
.footer-links a:hover {
  color: var(--orange);
}

.contact-form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  box-shadow: var(--shadow);
}

.contact-form h3 {
  margin-bottom: 20px;
  font-size: 1.35rem;
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(75, 75, 75, 0.18);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font-weight: 500;
}

.contact-form textarea {
  resize: vertical;
}

.form-note {
  margin: 14px 0 0;
  color: #747474;
  font-size: 0.82rem;
}

.site-footer {
  color: var(--white);
  background: #202020;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 42px;
  padding: 54px 0 32px;
}

.footer-logo {
  width: 190px;
  margin-bottom: 18px;
}

.footer-grid p {
  max-width: 430px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.76);
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-links a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.footer-bottom {
  padding: 18px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.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;
}

.chatbot-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 46;
  font-family: "Montserrat", Arial, sans-serif;
}

.chatbot-toggle {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(75, 75, 75, 0.12);
  border-radius: 999px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 18px 38px rgba(37, 37, 37, 0.22);
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.chatbot-toggle:hover,
.chatbot-toggle:focus-visible {
  transform: translateY(-3px);
  background: #111;
  box-shadow: 0 22px 44px rgba(37, 37, 37, 0.3);
}

.chatbot-toggle svg {
  width: 22px;
  height: 22px;
}

.chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 76px;
  width: min(380px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(37, 37, 37, 0.24);
}

.chatbot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 16px;
  color: var(--white);
  background:
    linear-gradient(rgba(245, 124, 0, 0.95), rgba(245, 124, 0, 0.92)),
    url("/assets/empresarias/isotipo.png") right -28px center / 120px no-repeat;
}

.chatbot-head p,
.chatbot-head h2 {
  margin: 0;
  color: var(--white);
}

.chatbot-head p {
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.chatbot-head h2 {
  font-size: 1.05rem;
  line-height: 1.2;
}

.chatbot-close {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  font-size: 1.7rem;
  line-height: 1;
}

.chatbot-messages {
  display: grid;
  max-height: min(360px, 48vh);
  gap: 10px;
  overflow-y: auto;
  padding: 16px;
  background: var(--soft);
}

.chat-msg {
  width: fit-content;
  max-width: 88%;
  padding: 11px 13px;
  border-radius: var(--radius);
  font-size: 0.86rem;
  line-height: 1.45;
  box-shadow: 0 8px 20px rgba(75, 75, 75, 0.06);
}

.chat-msg.bot {
  justify-self: start;
  color: var(--graphite);
  background: var(--white);
  border: 1px solid var(--line);
}

.chat-msg.user {
  justify-self: end;
  color: var(--white);
  background: var(--orange);
}

.chatbot-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.chatbot-options button {
  min-height: 34px;
  border: 1px solid rgba(245, 124, 0, 0.25);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--graphite);
  background: rgba(245, 124, 0, 0.08);
  font-size: 0.78rem;
  font-weight: 800;
}

.chatbot-options button:hover,
.chatbot-options button:focus-visible {
  color: var(--white);
  background: var(--orange);
}

.chatbot-form {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 8px;
  padding: 0 14px 14px;
  background: var(--white);
}

.chatbot-form input {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 11px 12px;
  color: var(--ink);
  background: var(--white);
  font-size: 0.88rem;
  outline: none;
}

.chatbot-form input:focus {
  border-color: rgba(245, 124, 0, 0.58);
}

.chatbot-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--orange);
}

.chatbot-form svg {
  width: 20px;
  height: 20px;
}

.chatbot-whatsapp {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin: 0 14px 14px;
  border-radius: var(--radius);
  color: var(--white);
  background: #25d366;
  font-weight: 800;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 92px;
  z-index: 40;
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: #25d366;
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.34);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(37, 211, 102, 0.42);
}

.floating-whatsapp svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 1120px) {
  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .container,
  .nav-wrap {
    width: min(100% - 28px, var(--container));
  }

  .menu-toggle {
    display: inline-block;
  }

  .nav-panel {
    position: fixed;
    top: 78px;
    right: 14px;
    left: 14px;
    display: grid;
    gap: 6px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .nav-panel.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-panel a:not(.nav-cta) {
    padding: 12px 4px;
  }

  .nav-cta {
    margin-top: 8px;
  }

  .hero {
    min-height: auto;
    padding: 70px 0 56px;
    background:
      linear-gradient(115deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 58%, rgba(245, 245, 245, 0.9) 100%),
      url("/assets/empresarias/isotipo.png") right -120px top 120px / 420px no-repeat;
  }

  .hero-grid,
  .split-layout,
  .area-grid,
  .contact-grid,
  .cta-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .split-layout,
  .area-grid,
  .contact-grid {
    gap: 36px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: 1fr 1fr;
  }

  .timeline::before {
    display: none;
  }

  .cta-inner {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 72px 0;
  }

  .nav-wrap {
    min-height: 70px;
  }

  .brand-link img {
    width: 164px;
  }

  .nav-panel {
    top: 70px;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-bg::before {
    width: 210px;
    height: 210px;
  }

  h1 {
    max-width: 100%;
    font-size: 2.72rem;
    line-height: 1.02;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  h2 {
    font-size: 2.18rem;
  }

  .lead {
    font-size: 1.02rem;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .btn {
    width: 100%;
    min-height: 52px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .quick-grid,
  .service-grid,
  .benefit-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card-accent {
    grid-column: auto;
    min-height: 0;
  }

  .hero-panel {
    padding: 14px;
  }

  .hero-logo-block {
    min-height: 134px;
  }

  .benefits {
    background: var(--soft);
  }

  .area-visual {
    min-height: 320px;
  }

  .contact-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .contact-form {
    padding: 20px;
  }

  .footer-grid {
    gap: 26px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 86px;
    width: 56px;
    height: 56px;
  }

  .chatbot-widget {
    right: 14px;
    bottom: 14px;
  }

  .chatbot-toggle {
    min-height: 54px;
    padding: 12px 15px;
  }

  .chatbot-panel {
    bottom: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Premium visual refresh */
:root {
  --charcoal: #171717;
  --charcoal-2: #242424;
  --paper: #fbfaf8;
  --panel: #ffffff;
  --green: #25d366;
  --shadow-strong: 0 28px 80px rgba(23, 23, 23, 0.22);
  --shadow-soft: 0 18px 44px rgba(23, 23, 23, 0.1);
}

body {
  background: var(--paper);
}

.site-header {
  background: rgba(251, 250, 248, 0.9);
}

.site-header.is-scrolled {
  box-shadow: 0 16px 44px rgba(23, 23, 23, 0.1);
}

.nav-cta {
  background: var(--charcoal);
  box-shadow: 0 14px 28px rgba(23, 23, 23, 0.18);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--orange);
}

.hero {
  min-height: 760px;
  padding: 118px 0 84px;
  color: rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(118deg, rgba(23, 23, 23, 0.97) 0%, rgba(36, 36, 36, 0.96) 58%, rgba(245, 124, 0, 0.86) 156%),
    url("/assets/empresarias/logo-principal.png") right -130px center / 720px no-repeat;
}

.hero::before {
  right: -90px;
  top: 92px;
  width: 360px;
  height: 360px;
  min-width: 0;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(245, 124, 0, 0.22), rgba(255, 255, 255, 0.04));
}

.hero::after {
  left: 0;
  bottom: 0;
  width: 54%;
  height: 10px;
  background: linear-gradient(90deg, var(--orange), rgba(245, 124, 0, 0));
  clip-path: none;
  opacity: 1;
}

.hero-bg::before {
  top: 0;
  left: 0;
  width: 44%;
  height: 8px;
  clip-path: none;
}

.hero-mark {
  right: 42%;
  bottom: -80px;
  width: 420px;
  opacity: 0.045;
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.62fr);
  gap: 72px;
}

.hero-copy {
  max-width: 790px;
}

.hero .eyebrow {
  color: #ffae53;
}

h1 {
  max-width: 820px;
  color: var(--white);
  font-size: 4.55rem;
  line-height: 0.98;
}

h2 {
  font-size: 3rem;
}

.hero .lead {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.22rem;
}

.hero-statement {
  color: rgba(255, 255, 255, 0.86);
  border-left-color: #ffae53;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
}

.hero-proof span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.82rem;
  font-weight: 800;
}

.btn {
  min-height: 54px;
  padding: 15px 20px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--orange), #ff9b2f);
  box-shadow: 0 18px 38px rgba(245, 124, 0, 0.34);
}

.hero .btn-secondary {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.hero .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.btn-dark {
  background: var(--charcoal);
}

.btn-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

.hero-panel {
  padding: 20px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-strong);
}

.hero-panel::before {
  width: 54%;
  height: 8px;
  background: linear-gradient(90deg, #ffae53, var(--orange));
}

.hero-logo-block {
  min-height: 148px;
  margin-bottom: 12px;
  background:
    linear-gradient(135deg, rgba(23, 23, 23, 0.04), rgba(245, 124, 0, 0.08)),
    var(--white);
}

.hero-logo-block img {
  width: min(100%, 300px);
}

.hero-status {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 12px;
  margin-bottom: 12px;
  padding: 14px;
  border: 1px solid rgba(37, 211, 102, 0.22);
  border-radius: var(--radius);
  background: rgba(37, 211, 102, 0.08);
}

.status-dot {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(37, 211, 102, 0.13);
}

.hero-status strong {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.25;
}

.hero-status p {
  margin: 4px 0 0;
  color: #666;
  font-size: 0.82rem;
  line-height: 1.45;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.hero-metrics div {
  min-width: 0;
  padding: 12px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f7f7f7;
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  color: var(--orange);
  font-size: 1.34rem;
  line-height: 1;
}

.hero-metrics span {
  margin-top: 5px;
  color: #666;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.quick-grid {
  gap: 10px;
}

.quick-item,
.service-card,
.benefit-item,
.step,
.contact-form,
.area-visual {
  box-shadow: var(--shadow-soft);
}

.quick-item {
  background: linear-gradient(180deg, #fff, #fafafa);
}

.section {
  padding: 108px 0;
}

.section-heading {
  margin-bottom: 50px;
}

.services {
  background:
    linear-gradient(180deg, var(--paper), #ffffff 48%, var(--paper));
}

.service-grid {
  gap: 18px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 268px;
  padding: 26px;
  background:
    linear-gradient(180deg, #ffffff, #fbfbfb);
  box-shadow: 0 12px 34px rgba(23, 23, 23, 0.07);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--orange), rgba(245, 124, 0, 0));
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(23, 23, 23, 0.13);
}

.card-icon,
.quick-icon {
  color: var(--white);
  background: var(--charcoal);
}

.service-card-accent {
  background:
    linear-gradient(135deg, rgba(23, 23, 23, 0.96), rgba(245, 124, 0, 0.92)),
    url("/assets/empresarias/isotipo.png") right -50px bottom -70px / 260px no-repeat;
  box-shadow: 0 22px 60px rgba(245, 124, 0, 0.22);
}

.benefits {
  background:
    linear-gradient(90deg, var(--charcoal) 0%, var(--charcoal) 42%, #ffffff 42%, #ffffff 100%);
}

.benefits .section-heading h2,
.benefits .section-heading p:not(.eyebrow) {
  color: var(--white);
}

.benefit-item {
  border-color: rgba(23, 23, 23, 0.08);
  background: #ffffff;
}

.benefit-item span {
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--orange);
}

.process {
  background: #ffffff;
}

.step {
  background: linear-gradient(180deg, #ffffff, #fafafa);
}

.step-number {
  border-radius: var(--radius);
  background: var(--charcoal);
}

.service-area {
  background: var(--paper);
}

.area-visual {
  background:
    linear-gradient(135deg, #ffffff, #f6f6f6);
}

.cta-section {
  padding: 86px 0;
  background:
    linear-gradient(112deg, rgba(23, 23, 23, 0.97) 0%, rgba(36, 36, 36, 0.96) 58%, rgba(245, 124, 0, 0.92) 150%),
    url("/assets/empresarias/isotipo.png") right 8% center / 380px no-repeat;
}

.cta-inner {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow-strong);
}

.contact {
  background: #ffffff;
}

.contact-form {
  background: var(--paper);
}

.chatbot-toggle {
  background: var(--charcoal);
  box-shadow: 0 18px 42px rgba(23, 23, 23, 0.28);
}

.chatbot-head {
  background:
    linear-gradient(118deg, rgba(23, 23, 23, 0.97), rgba(245, 124, 0, 0.92)),
    url("/assets/empresarias/isotipo.png") right -28px center / 120px no-repeat;
}

.chatbot-whatsapp {
  background: var(--green);
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.24);
}

.floating-whatsapp {
  width: auto;
  min-width: 168px;
  height: 58px;
  gap: 10px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #18b956);
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.34);
  font-weight: 800;
}

.floating-whatsapp svg {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
}

.floating-whatsapp span {
  line-height: 1;
}

@media (max-width: 1120px) {
  h1 {
    font-size: 3.85rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
    gap: 44px;
  }
}

@media (max-width: 920px) {
  .hero {
    min-height: auto;
    padding: 84px 0 64px;
    background:
      linear-gradient(128deg, rgba(23, 23, 23, 0.98), rgba(36, 36, 36, 0.97) 72%, rgba(245, 124, 0, 0.72) 150%),
      url("/assets/empresarias/logo-principal.png") right -190px top 130px / 520px no-repeat;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .benefits {
    background: var(--charcoal);
  }

  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-inner {
    padding: 26px;
  }
}

@media (max-width: 640px) {
  .container,
  .nav-wrap {
    width: min(100% - 28px, var(--container));
  }

  .section {
    padding: 76px 0;
  }

  .hero {
    padding: 48px 0 42px;
  }

  h1 {
    font-size: 2.42rem;
    line-height: 1.02;
  }

  h2 {
    font-size: 2.08rem;
    line-height: 1.08;
  }

  .hero .lead {
    font-size: 1rem;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 24px;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .hero-panel {
    display: none;
  }

  .hero-metrics,
  .quick-grid,
  .service-grid,
  .benefit-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .cta-inner {
    padding: 20px;
  }

  .floating-whatsapp {
    display: none;
  }

  .chatbot-widget {
    right: 14px;
    bottom: 14px;
  }
}
