@import url("styles.css");

/* Variante deliberadamente corta y directa */
.section { padding: clamp(72px, 7vw, 96px) 0; }
.hero h1 { font-size: clamp(58px, 5.6vw, 86px); line-height: .98; }
.hero-lead { max-width: 610px; }
.hero-principles strong { min-width: 28px; font-size: 10px; }
.example-label {
  width: max-content;
  margin: -10px 0 14px;
  padding: 5px 9px;
  color: var(--gold-dark);
  background: rgba(232,195,122,.16);
  border: 1px solid rgba(156,111,46,.22);
  border-radius: 999px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.short-diagnostic { background: var(--paper); }
.short-heading {
  margin-bottom: 44px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 80px;
  align-items: end;
}
.short-heading h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 1;
  letter-spacing: -.06em;
}
.short-heading h2 em { color: var(--green); font-style: normal; }
.short-promise { padding: 22px 0 2px; border-top: 1px solid var(--line); }
.short-promise strong { color: var(--gold-dark); font-family: "Sora", sans-serif; font-size: 21px; letter-spacing: -.04em; }
.short-promise p, .short-heading > p { max-width: 500px; margin: 8px 0 0; color: var(--muted); font-size: 14px; }

.answer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.answer-grid article {
  min-height: 240px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.66);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  transition: color .4s, background .4s, transform .4s var(--ease);
}
.answer-grid article:hover { color: var(--warm); background: var(--green); transform: translateY(-7px); }
.answer-grid span { color: var(--gold-dark); font-family: "Sora", sans-serif; font-size: 9px; font-weight: 700; }
.answer-grid h3 { margin: auto 0 12px; font-family: "Sora", sans-serif; font-size: clamp(28px, 2.7vw, 38px); line-height: 1; letter-spacing: -.05em; }
.answer-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.answer-grid article:hover p { color: rgba(251,250,247,.65); }

.delivery {
  margin-top: 14px;
  padding: 18px 18px 18px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--warm);
  background: var(--green);
  border-radius: var(--radius-sm);
}
.delivery > div { display: grid; gap: 3px; }
.delivery > div span { color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.delivery > div strong { font-family: "Sora", sans-serif; font-size: 16px; }
.delivery .button-primary { color: var(--green-deep); background: var(--gold); box-shadow: none; }
.delivery .button-icon { color: var(--warm); background: var(--green-deep); }

.short-services { overflow: hidden; color: var(--warm); background: var(--green-deep); }
.short-services::before {
  content: "LEVIORA";
  position: absolute;
  left: 50%;
  bottom: -6vw;
  transform: translateX(-50%);
  color: rgba(255,255,255,.025);
  font-family: "Sora", sans-serif;
  font-size: 22vw;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.08em;
}
.short-services .container { position: relative; z-index: 1; }
.short-heading-light h2 em { color: var(--gold); }
.short-heading-light > p { margin-bottom: 8px; color: rgba(251,250,247,.58); line-height: 1.7; }
.micro-services { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.micro-services article {
  min-height: 310px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius-sm);
  transition: transform .4s var(--ease), background .4s;
}
.micro-services article:hover { transform: translateY(-7px); background: rgba(255,255,255,.08); }
.micro-services article > span { color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.micro-services h3 { margin: auto 0 12px; font-family: "Sora", sans-serif; font-size: clamp(35px, 3.7vw, 52px); line-height: 1; letter-spacing: -.06em; }
.micro-services p { margin: 0 0 22px; color: rgba(251,250,247,.58); font-size: 12px; }
.micro-services a { padding-top: 16px; display: flex; justify-content: space-between; color: var(--gold); border-top: 1px solid rgba(255,255,255,.13); font-size: 10px; font-weight: 800; text-decoration: none; }
.micro-services a i { font-size: 16px; font-style: normal; transition: transform .3s; }
.micro-services a:hover i { transform: translate(3px, -3px); }

.sector-line { margin-top: 14px; padding: 19px 22px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-sm); }
.sector-line strong { margin-right: auto; color: var(--gold); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.sector-line span { padding: 6px 10px; color: rgba(251,250,247,.67); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; font-size: 8px; font-weight: 700; }

.short-contact { position: relative; overflow: hidden; color: var(--warm); background: var(--green); }
.short-contact .contact-grid { position: relative; z-index: 2; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.short-contact .contact-copy h2 { font-size: clamp(56px, 6vw, 82px); line-height: .98; }
.short-contact .contact-copy > p:not(.kicker) { margin-block: 24px 18px; }
.short-contact .contact-form { padding: 24px; }
.short-contact .contact-form textarea { min-height: 74px; }
.short-contact .contact-form label { margin-bottom: 11px; }

.footer { padding: 32px 0; }
.footer-short { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; }
.footer-short > p { margin: 0; color: rgba(251,250,247,.38); font-size: 10px; }

@media (max-width: 900px) {
  .hero h1 { font-size: clamp(58px, 9vw, 82px); }
  .short-heading { grid-template-columns: 1fr; gap: 24px; }
  .answer-grid { grid-template-columns: 1fr; }
  .answer-grid article { min-height: 190px; }
  .micro-services { grid-template-columns: 1fr; }
  .short-contact .contact-grid { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 620px) {
  .section { padding: 64px 0; }
  .hero h1 { font-size: clamp(45px, 13.2vw, 62px); }
  .hero-lead { line-height: 1.55; }
  .example-label { margin-top: -7px; }
  .short-heading { margin-bottom: 34px; }
  .short-heading h2 { font-size: clamp(39px, 11vw, 50px); }
  .answer-grid article { min-height: 168px; padding: 22px; }
  .delivery { align-items: stretch; flex-direction: column; padding: 22px; }
  .delivery .button { align-self: flex-start; }
  .micro-services article { min-height: 280px; padding: 24px; }
  .micro-services h3 { font-size: 37px; }
  .sector-line { align-items: flex-start; }
  .sector-line strong { width: 100%; margin-bottom: 5px; }
  .short-contact .contact-copy h2 { font-size: clamp(54px, 16vw, 68px); }
  .footer-short { grid-template-columns: 1fr; gap: 18px; }
  .footer-short .back-top { justify-self: start; }
}
