/*
Theme Name: PROFESIONAMOS
Theme URI: https://profesionamos.com
Author: PROFESIONAMOS
Description: Tema institucional de PROFESIONAMOS para empresas importadoras.
Version: 1.0.1
Text Domain: profesionamos
*/

@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-latin-400-normal.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-latin-500-normal.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-latin-600-normal.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-latin-700-normal.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-latin-800-normal.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; }

:root {
  --black: #080808;
  --ink: #141414;
  --muted: #62656a;
  --paper: #ffffff;
  --soft: #f3f4f6;
  --line: #dfe2e7;
  --blue: #0d6efd;
  --blue-dark: #0758cf;
  --blue-soft: #e8f1ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.nav {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; border-radius: 50%; overflow: hidden; background: var(--black); }
.brand img { width: 74px; height: 74px; object-fit: cover; display: block; background: var(--black); border-radius: 50%; }
.nav .brand { width: 74px; height: 74px; border-radius: 50%; overflow: hidden; background: var(--black); }
.nav .brand img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 700; }
.nav-links > a:not(.nav-cta) { border-bottom: 2px solid transparent; padding: 10px 0; }
.nav-links > a:not(.nav-cta):hover { border-color: var(--blue); }
.nav-cta { background: var(--black); color: white; padding: 13px 23px; border-radius: 10px; transition: .2s; }
.nav-cta:hover { background: var(--blue); transform: translateY(-2px); }

.hero {
  min-height: 650px;
  padding: 72px 0 70px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  position: relative;
  background: var(--blue);
  color: white;
  box-shadow: 0 0 0 100vmax var(--blue);
  clip-path: inset(0 -100vmax);
}
.hero-copy { position: relative; z-index: 2; padding-top: 10px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 800;
  color: #656565;
  margin: 0 0 24px;
}
.eyebrow span { width: 30px; height: 3px; background: var(--blue); }
.hero-copy > .eyebrow { font-size: 14px; letter-spacing: 1.7px; }
.hero .eyebrow { color: rgba(255,255,255,.78); }
.hero .eyebrow span { background: white; }
h1, h2 { font-weight: 800; letter-spacing: -2.6px; line-height: 1.02; margin: 0; }
h1 { font-size: clamp(42px, 5vw, 64px); max-width: 700px; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero h1 em { color: white; }
.hero-lead { max-width: 625px; font-size: 19px; color: var(--muted); line-height: 1.65; margin: 31px 0 35px; }
.hero .hero-lead { color: rgba(255,255,255,.86); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.call-microcopy { max-width: 610px; margin: 18px 0 0; color: #6b6b6b; font-size: 13px; line-height: 1.6; }
.hero .call-microcopy { color: rgba(255,255,255,.75); }
.button {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 56px;
  padding: 0 25px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.primary { background: var(--blue); color: white; }
.primary:hover { background: var(--black); }
.hero-actions .primary { min-height: 60px; padding-inline: 30px; font-size: 16px; }
.hero-actions .primary { background: white; color: var(--blue); }
.hero-actions .primary:hover { background: var(--black); color: white; }
.text-link { font-size: 14px; font-weight: 800; padding: 14px 0; border-bottom: 2px solid var(--line); }
.text-link span { margin-left: 10px; color: var(--blue); }
.hero .text-link { color: white; border-bottom-color: rgba(255,255,255,.45); }
.hero .text-link span { color: white; }

.hero-art { position: relative; min-height: 500px; margin-top: -22px; }
.logo-panel {
  position: absolute;
  width: 320px;
  height: 320px;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50%;
  background: var(--black);
  border: 10px solid var(--black);
  box-shadow: 24px 24px 0 rgba(255,255,255,.2);
}
.logo-panel img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
.result-card {
  position: absolute;
  width: 255px;
  min-height: 132px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
}
.result-card small { text-transform: uppercase; font-size: 11px; letter-spacing: 1.3px; font-weight: 800; opacity: .7; margin-bottom: 9px; }
.result-card strong { font-size: 20px; line-height: 1.15; }
.result-card-one { background: white; border: 1px solid var(--line); left: -20px; bottom: 72px; transform: rotate(-3deg); }
.result-card-two { background: white; color: var(--blue); right: -18px; bottom: 5px; transform: rotate(3deg); z-index: 2; }
.result-card-two span { position: absolute; top: 15px; right: 18px; color: var(--blue); font-size: 22px; }
.shape { position: absolute; z-index: 3; }
.shape-star { color: white; font-size: 47px; top: -7px; left: 23px; transform: rotate(-10deg); }
.shape-circle { width: 34px; height: 34px; background: var(--black); border-radius: 50%; top: 105px; left: -6px; }
.shape-square { width: 28px; height: 28px; background: white; right: -15px; top: 180px; border-radius: 8px; }

.section { padding: 120px 0; }
.services { background: var(--soft); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; margin-bottom: 68px; }
.section-heading h2, .contact h2, .method h2 { font-size: clamp(34px, 4vw, 52px); }
.section-heading > p { color: var(--muted); font-size: 16px; line-height: 1.75; margin: 0 0 7px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  background: var(--paper);
  border: 1px solid #e2e2e5;
  border-top: 5px solid var(--black);
  padding: 31px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 455px;
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.service-card:hover { transform: translateY(-7px); box-shadow: 0 24px 48px rgba(0,0,0,.1); border-top-color: var(--blue); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.service-number { font-size: 12px; color: #777; font-weight: 800; letter-spacing: 1px; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; font-size: 25px; color: var(--black); border-radius: 14px; }
.service-icon.yellow, .service-icon.red, .service-icon.blue { background: var(--blue-soft); color: var(--blue); }
.service-icon.red { border-radius: 50%; }
.service-card h3, .step h3 { font-size: 22px; line-height: 1.15; font-weight: 800; margin: 0 0 15px; letter-spacing: -.5px; }
.service-card > p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0 0 20px; }
.service-card ul { margin: 0 0 25px; padding: 0; list-style: none; display: grid; gap: 8px; }
.service-card li { color: #343434; font-size: 13px; font-weight: 700; padding-left: 15px; position: relative; }
.service-card li::before { content: ""; width: 5px; height: 5px; background: var(--blue); position: absolute; left: 0; top: 7px; }
.service-card a { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; text-transform: uppercase; letter-spacing: 1.1px; font-weight: 800; }
.service-card a span { float: right; color: var(--blue); font-size: 18px; }

.method { background: var(--black); color: white; overflow: hidden; position: relative; }
.method::after { content: "PRO"; position: absolute; right: -35px; bottom: -110px; font: 800 260px/1 "Poppins", Arial, sans-serif; letter-spacing: -25px; color: rgba(255,255,255,.035); }
.method::before { content: ""; position: absolute; width: 150px; height: 150px; background: var(--blue); border-radius: 50%; left: -75px; top: 80px; }
.method-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; position: relative; z-index: 1; }
.eyebrow.light { color: #b8b8bd; }
.eyebrow.light span { background: var(--blue); }
.method h2 em { color: #78aaff; }
.method-intro > p:not(.eyebrow) { color: #b9b9bf; max-width: 410px; line-height: 1.8; margin: 30px 0; }
.light-button { background: white; color: var(--black); }
.light-button:hover { background: var(--blue); color: white; }
.steps { border-top: 1px solid rgba(255,255,255,.2); }
.step { display: grid; grid-template-columns: 66px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.step > span { color: #78aaff; font-size: 16px; font-weight: 800; }
.step h3 { margin-bottom: 8px; }
.step p { color: #b9b9bf; margin: 0; font-size: 14px; line-height: 1.7; }

.contact { background: white; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.contact h2 em { color: var(--blue); }
.contact-copy > p:not(.eyebrow) { color: var(--muted); max-width: 455px; line-height: 1.75; margin: 28px 0; }
.call-process { max-width: 455px; display: grid; gap: 0; margin: 0 0 24px; border-top: 1px solid var(--line); }
.call-process span { display: flex; align-items: center; gap: 13px; padding: 11px 0; border-bottom: 1px solid var(--line); color: #333; font-size: 13px; font-weight: 800; }
.call-process b { color: var(--blue); font-size: 11px; letter-spacing: 1px; }
.whatsapp-link { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); max-width: 455px; }
.wa-icon { width: 43px; height: 43px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: white; }
.wa-icon svg { width: 23px; height: 23px; fill: currentColor; }
.whatsapp-link > span:nth-child(2) { font-weight: 800; font-size: 14px; }
.whatsapp-link small { display: block; font-weight: 400; color: #787878; font-size: 12px; margin-bottom: 2px; }
.whatsapp-link b { margin-left: auto; color: var(--blue); }
.bio-link { display: inline-block; margin-top: 18px; font-size: 13px; font-weight: 800; color: #646464; }
.bio-link span { color: var(--blue); margin-left: 7px; }
.contact-form { background: var(--soft); padding: 42px; border: 1px solid #e2e2e5; border-top: 6px solid var(--blue); border-radius: 18px; box-shadow: 14px 14px 0 var(--blue-soft); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; font-size: 13px; font-weight: 800; margin-bottom: 20px; }
.contact-form input, .contact-form select, .contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1px solid #d2d2d7;
  background: white;
  border-radius: 10px;
  padding: 14px 15px;
  color: var(--ink);
  outline: none;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(82,113,255,.12); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.submit { width: 100%; background: var(--blue); color: white; }
.submit:hover { background: var(--black); }
.form-note { text-align: center; color: #777; font-size: 12px; margin: 13px 0 0; }
.form-note.sent { color: var(--blue); font-weight: 800; }

footer { background: var(--black); color: white; padding: 55px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 50px; padding-bottom: 43px; }
.footer-brand img { width: 86px; height: 86px; }
.footer-grid p { color: #aaaab0; font-size: 13px; max-width: 300px; }
.footer-links { display: flex; justify-content: flex-end; gap: 25px; font-size: 13px; font-weight: 700; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding-top: 20px; display: flex; justify-content: space-between; color: #85858b; font-size: 11px; text-transform: uppercase; letter-spacing: .8px; }
.floating-wa { position: fixed; right: 22px; bottom: 22px; z-index: 20; background: #25d366; color: white; width: 58px; height: 58px; padding: 0; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 10px 35px rgba(0,0,0,.2); transition: transform .2s, box-shadow .2s; }
.floating-wa:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(0,0,0,.24); }
.floating-wa svg { width: 31px; height: 31px; fill: currentColor; }

@media (max-width: 980px) {
  .shell { width: min(100% - 32px, 720px); }
  .hero { padding-top: 50px; grid-template-columns: 1fr; }
  .hero-art { min-height: 535px; margin-top: 55px; }
  .logo-panel { left: 50%; right: auto; transform: translateX(-50%); }
  .result-card-one { left: calc(50% - 255px); }
  .result-card-two { right: calc(50% - 255px); }
  .shape-star { left: calc(50% - 245px); }
  .shape-circle { left: calc(50% - 235px); }
  .shape-square { right: calc(50% - 225px); }
  .section-heading, .method-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .nav { height: 82px; }
  .brand img { width: 60px; height: 60px; }
  .nav-links > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 11px 17px; }
  .hero { padding-top: 42px; }
  .hero-copy > .eyebrow { font-size: 14px; letter-spacing: 1.2px; }
  h1, h2 { letter-spacing: -1.6px; }
  h1 { font-size: clamp(38px, 11vw, 46px); }
  .section-heading h2, .contact h2, .method h2 { font-size: clamp(32px, 9vw, 40px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .primary { width: 100%; }
  .hero-art { min-height: 430px; width: 112%; margin-left: -6%; transform: scale(.82); transform-origin: top center; }
  .section { padding: 84px 0; }
  .section-heading { margin-bottom: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 420px; }
  .method-intro .button { width: 100%; }
  .contact-form { padding: 27px 20px; box-shadow: 8px 8px 0 var(--blue-soft); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-bottom { gap: 18px; flex-direction: column; }
  .nav .brand { width: 60px; height: 60px; }
}

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