:root{
  --yellow:#ffc400;
  --yellow-2:#ffe24a;
  --dark:#0f0f10;
  --black:#070707;
  --text:#0b0d14;
  --muted:#555b66;
  --line:#e8e8e8;
  --soft:#f5f5f3;
  --card:#ffffff;
  --shadow:0 16px 36px rgba(16,22,35,.10);
  --radius:12px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Poppins',Arial,sans-serif;color:var(--text);background:#fff;line-height:1.45}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1200px,calc(100% - 48px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(100deg,#090909,#181818);color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.18)}.header-inner{height:82px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:12px;min-width:220px}.brand-mark{width:48px;height:48px;border-radius:12px;background:linear-gradient(145deg,var(--yellow-2),#dbc83c);color:#111;display:grid;place-items:center;font-weight:900;font-size:17px;letter-spacing:-.04em}.brand-text{display:flex;flex-direction:column;line-height:1}.brand-text strong{font-size:22px;letter-spacing:.03em;font-weight:900}.brand-text small{font-size:11px;margin-top:4px;color:#f1f1f1;font-weight:500}.nav{display:flex;align-items:center;justify-content:center;gap:22px;flex:1}.nav a{font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:.02em;position:relative;padding:32px 0}.nav a.active:after,.nav a:hover:after{content:"";height:3px;background:var(--yellow);position:absolute;left:0;right:0;bottom:19px}.header-cta{background:var(--yellow);color:#080808;border-radius:7px;padding:14px 18px;text-transform:uppercase;font-weight:900;font-size:13px;box-shadow:0 10px 24px rgba(255,196,0,.2);white-space:nowrap}.header-cta .ico{font-size:16px;margin-right:7px}.menu-toggle{display:none;background:transparent;color:#fff;border:0;font-size:24px}
.hero{background:linear-gradient(90deg,#fff 0%,#f5f5f3 58%,#ececea 100%);overflow:hidden}.hero-grid{min-height:510px;display:grid;grid-template-columns:52% 48%;align-items:center}.hero-copy{padding:74px 20px 70px 0;position:relative;z-index:3}.eyebrow{color:#f2b600;text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:.03em;margin:0 0 12px}.center{text-align:center}.hero h1{font-size:54px;line-height:1.08;letter-spacing:-.015em;margin:0 0 26px;font-weight:800;max-width:600px}.lead{font-size:17px;max-width:585px;margin:0;color:#111;line-height:1.68;font-weight:500}.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin:44px 0 30px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;height:52px;padding:0 26px;text-transform:uppercase;font-weight:900;font-size:13px;border:1.5px solid #111;transition:.2s ease}.btn-primary{background:var(--yellow);border-color:var(--yellow);box-shadow:0 14px 26px rgba(255,196,0,.22)}.btn-secondary{background:#fff}.btn:hover{transform:translateY(-2px)}.hero-badges{display:flex;gap:28px;align-items:center;flex-wrap:wrap;font-weight:800;font-size:14px}.hero-badges span{display:flex;align-items:center;gap:10px}.hero-badges span+span{border-left:1px solid #999;padding-left:28px}.pin,.shield{display:inline-grid;place-items:center;width:22px;height:22px;background:#111;border-radius:50%;position:relative}.pin:after{content:"";width:8px;height:8px;background:#fff;border-radius:50%}.shield{border-radius:7px}.shield:after{content:"✓";font-size:13px;color:#fff}.hero-media{height:510px;position:relative;align-self:stretch}.hero-media:before{content:"";position:absolute;left:-48px;top:0;bottom:0;width:150px;z-index:2;background:linear-gradient(90deg,#f5f5f3 0%,rgba(245,245,243,.82) 42%,rgba(245,245,243,0) 100%);pointer-events:none}.hero-media img{height:100%;width:100%;object-fit:cover;object-position:center center;filter:saturate(1.04) contrast(1.02)}
.section{padding:28px 0 34px;background:#f7f7f6}.section-title{font-size:32px;line-height:1.1;font-weight:900;letter-spacing:-.035em;margin:0 0 26px}.services-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.service-card{position:relative;background:#fff;border:1px solid #eee;border-radius:9px;padding:26px 18px 20px;box-shadow:0 9px 22px rgba(18,24,34,.07);min-height:245px;transition:.2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(18,24,34,.10)}.service-card.featured{background:linear-gradient(180deg,#fff8d8,#fff1a9)}.num{position:absolute;top:10px;left:10px;width:22px;height:22px;background:var(--yellow);border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:12px}.service-icon{height:56px;display:flex;justify-content:center;align-items:center;margin-bottom:14px}.service-icon svg{width:52px;height:52px;fill:none;stroke:#111;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-card h3{font-size:15px;line-height:1.18;text-align:center;margin:0 0 14px;font-weight:900}.service-card ul{padding-left:16px;margin:0}.service-card li{font-size:12.5px;line-height:1.6;margin:0;color:#111;font-weight:500}
.about{background:#fff;padding:18px 0 26px}.about-grid{display:grid;grid-template-columns:42% 37% 21%;gap:34px;align-items:center}.about-image img{height:294px;width:100%;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}.about-copy h2{font-size:31px;margin:0 0 1px;line-height:1.05;letter-spacing:-.035em;font-weight:900}.about-copy h3{font-size:14px;margin:0 0 13px;font-weight:800}.about-copy p{font-size:13.2px;margin:0 0 10px;line-height:1.55;font-weight:500;color:#1d1d1d}.profile-card{justify-self:end;text-align:center}.profile-card img{width:196px;height:196px;object-fit:cover;border-radius:8px;margin:0 auto 13px;background:#f2f2f2}.profile-card strong{display:block;font-size:17px;font-weight:900;line-height:1.1}.profile-card span{font-size:13px;color:#222}.profile-highlights{grid-column:2/4;display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:26px;margin-top:16px;align-items:center}.profile-highlights .highlight-item{display:flex;align-items:center;gap:10px;min-height:58px;background:transparent;border-radius:0;padding:0;min-width:0}.profile-highlights svg{flex:0 0 34px;width:34px;height:34px;fill:var(--yellow);stroke:var(--yellow);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.profile-highlights .highlight-text{display:block;min-width:0}.profile-highlights .highlight-text strong,.profile-highlights .highlight-text span{display:block;font-size:12px;line-height:1.25;font-weight:900;color:#111;white-space:normal}.profile-highlights .highlight-text span{font-weight:800}
.sectors{background:#fafafa;padding-top:28px}.sector-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.sector-card{position:relative;background:#fff;border-radius:6px;box-shadow:0 10px 22px rgba(18,24,34,.08);overflow:hidden;min-height:122px}.sector-card img{width:100%;height:70px;object-fit:cover;object-position:center}.sector-card:after{content:"";position:absolute;left:0;right:0;top:47px;height:24px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff)}.sector-icon{position:absolute;left:16px;top:45px;width:54px;height:54px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;z-index:2;box-shadow:0 6px 14px rgba(0,0,0,.08)}.sector-icon svg{width:27px;height:27px;fill:none;stroke:#111;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sector-card strong{display:block;padding:20px 10px 14px 74px;font-size:13.5px;line-height:1.1;font-weight:900;color:#111}
.benefits{background:#fff;padding:16px 0 30px}.benefit-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.benefit{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start}.benefit svg{width:38px;height:38px;fill:none;stroke:#111;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.benefit:nth-child(3) svg{stroke:var(--yellow);fill:#ffe58a}.benefit strong{font-size:13px;font-weight:900;display:block}.benefit span{display:block;font-size:11.5px;line-height:1.35;color:#111;margin-top:4px;font-weight:500}
.contact{background:linear-gradient(100deg,#080808,#1a1a1a);color:#fff;position:relative;overflow:hidden}.contact-grid{display:grid;grid-template-columns:28% 37% 35%;gap:22px;align-items:center;min-height:190px;padding:20px 0}.contact-info h2{font-size:24px;line-height:1.05;margin:0 0 13px;font-weight:900}.contact-info a,.contact-info span{display:block;font-size:17px;font-weight:800;margin:5px 0}.contact-info small{display:block;margin-top:10px;font-size:11.5px;color:#fff}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:8px}.contact-form input,.contact-form textarea{width:100%;height:38px;border:0;border-radius:4px;padding:0 13px;font-family:inherit;font-size:13px}.contact-form textarea{grid-column:1/-1;height:58px;padding-top:12px;resize:vertical}.contact-form button{grid-column:1/-1;height:42px;border:0;border-radius:4px;background:var(--yellow);color:#070707;text-transform:uppercase;font-weight:900;font-family:inherit;cursor:pointer}.contact-photo{height:190px;opacity:.72}.contact-photo img{width:100%;height:100%;object-fit:cover;border-radius:2px}.footer-line{border-top:1px solid rgba(255,255,255,.25);display:flex;justify-content:space-between;gap:16px;padding:11px 0 14px;font-size:11px}.whatsapp{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#24d366;color:#fff;font-size:30px;font-weight:900;z-index:60;box-shadow:0 10px 25px rgba(0,0,0,.22)}
@media (max-width:1100px){.container{width:min(100% - 32px,1050px)}.header-inner{height:auto;min-height:78px;gap:16px}.brand{min-width:245px}.nav{gap:18px}.header-cta{padding:14px 16px}.hero-grid{grid-template-columns:1fr}.hero-media{height:330px;order:-1}.hero-copy{padding:38px 0}.services-grid{grid-template-columns:repeat(3,1fr)}.about-grid{grid-template-columns:1fr 1fr}.profile-card{justify-self:center}.profile-highlights{grid-column:1/-1}.sector-grid{grid-template-columns:repeat(3,1fr)}.benefit-grid{grid-template-columns:repeat(3,1fr)}.contact-grid{grid-template-columns:1fr 1fr}.contact-photo{display:none}}
@media (max-width:760px){.menu-toggle{display:block;margin-left:auto}.header-inner{flex-wrap:wrap}.brand{min-width:0}.brand-text strong{font-size:21px}.brand-mark{width:48px;height:48px}.nav{display:none;order:3;flex-basis:100%;flex-direction:column;align-items:flex-start;gap:0;padding:4px 0 18px}.nav.open{display:flex}.nav a{padding:12px 0}.header-cta{display:none}.hero h1{font-size:40px}.lead{font-size:15px}.hero-media{height:280px}.hero-actions{display:grid}.hero-badges span+span{border-left:0;padding-left:0}.services-grid,.sector-grid,.benefit-grid{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr}.about-image img{height:260px}.profile-card{justify-self:start}.profile-highlights{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}.contact-form{grid-template-columns:1fr}.footer-line{flex-direction:column}.section-title{font-size:27px}}



/* AJUSTE FINAL - atributos personales Sobre mí */
.profile-highlights{
  grid-column: 2 / 4 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  align-items: center !important;
}

.profile-highlights .highlight-item{
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

.profile-highlights svg{
  flex: 0 0 30px !important;
  width: 30px !important;
  height: 30px !important;
}

.profile-highlights .highlight-text{
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.profile-highlights .highlight-text strong,
.profile-highlights .highlight-text span{
  display: block !important;
  font-size: 11.5px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  color: #111 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

@media (max-width: 1020px){
  .profile-highlights{
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


/* REBALANCEO atributos */
.profile-highlights{
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 28px !important;
  justify-content: space-between !important;
}

.profile-highlights .highlight-item{
  width:100% !important;
}

.profile-highlights .highlight-text strong,
.profile-highlights .highlight-text span{
  font-size:12px !important;
  line-height:1.2 !important;
}


/* AJUSTE DEFINITIVO - atributos personales en 2 renglones */
.profile-highlights{
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(170px, 1fr)) !important;
  gap: 34px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 22px !important;
  align-items: center !important;
}

.profile-highlights .highlight-item{
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

.profile-highlights svg{
  flex: 0 0 36px !important;
  width: 36px !important;
  height: 36px !important;
  fill: var(--yellow) !important;
  stroke: var(--yellow) !important;
}

.profile-highlights .highlight-text{
  display: block !important;
  min-width: 120px !important;
  max-width: 155px !important;
}

.profile-highlights .highlight-text strong,
.profile-highlights .highlight-text span{
  display: block !important;
  font-size: 13px !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  color: #111 !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

@media (max-width: 1020px){
  .profile-highlights{
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
    gap: 18px 28px !important;
  }
}

@media (max-width: 760px){
  .profile-highlights{
    grid-template-columns: 1fr !important;
  }
}


/* ajuste fino final atributos */
.profile-highlights{
  gap: 18px !important;
}
.profile-highlights .highlight-item{
  gap: 8px !important;
}
.profile-highlights .highlight-text{
  min-width: 105px !important;
  max-width: 140px !important;
}

/* badges hero compactos */
.hero-badges{gap:14px!important;flex-wrap:nowrap!important}
.hero-badges span{font-size:14px!important;white-space:nowrap!important}
.hero-badges i,.hero-badges svg{margin-right:6px!important}
