/* Identidad y componentes compartidos. Sin fuentes ni dependencias externas. */
:root {
  --navy:#0c1c30;
  --navy-light:#142a43;
  --orange:#ff823f;
  --orange-dark:#ac420c;
  --ink:#14263d;
  --muted:#5c6979;
  --soft:#f5f7f9;
  --line:#dde3e9;
  --radius:12px;
  --shadow:0 12px 32px #10243a08
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body {
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:white;
  font-size:15px;
  line-height:1.75
}
body.modal-open {
  overflow:hidden
}
h1,h2,h3,p,ul,ol,blockquote {
  margin:0
}
h1,h2,h3 {
  line-height:1.2
}
a {
  color:inherit;
  text-decoration:none
}
button,input,textarea {
  font:inherit
}
button,a,input,textarea {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
svg {
  display:block;
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round
}
img {
  max-width:100%;
  height:auto
}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible {
  outline:3px solid var(--orange);
  outline-offset:5px
}
::selection {
  background:var(--orange);
  color:var(--navy)
}
[hidden] {
  display:none!important
}
.container {
  width:min(1200px,88%);
  margin-inline:auto
}
.section {
  padding-top:92px;
  padding-bottom:92px
}
.eyebrow {
  font-size:10px;
  font-weight:700;
  letter-spacing:1.8px;
  display:flex;
  align-items:center;
  gap:10px;
  line-height:1.5
}
.orange {
  color:var(--orange-dark)
}
.status-dot {
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:100%;
  background:var(--orange);
  flex-shrink:0
}
.icon {
  width:30px;
  height:30px
}
h2 {
  font-size:clamp(30px,3.3vw,45px);
  letter-spacing:-1.7px;
  margin-top:18px
}
h2 em {
  font-family:Georgia,serif;
  font-weight:400;
  color:var(--orange-dark)
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:36px;
  margin-bottom:30px
}
.section-heading>p {
  color:var(--muted);
  font-size:13px;
  max-width:370px
}
.section-intro {
  color:var(--muted);
  font-size:14px;
  margin-bottom:25px
}
.text-link {
  font-size:12px;
  font-weight:700;
  display:inline-flex;
  gap:18px;
  align-items:center
}
.text-link:hover {
  text-decoration:underline;
  text-underline-offset:5px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:14px 21px;
  border:1px solid transparent;
  border-radius:6px;
  font-weight:700;
  font-size:12px;
  line-height:1.5;
  transition:background .2s,transform .2s
}
.button:hover {
  transform:translateY(-2px)
}
.primary {
  color:var(--navy);
  background:var(--orange)
}
.primary:hover {
  background:#ff9d67
}
.ghost {
  color:#fff;
  background:transparent;
  border-color:#ffffff45
}
.ghost:hover {
  background:#ffffff0c
}
.button:disabled {
  cursor:not-allowed;
  opacity:.55;
  transform:none
}
/* Cabecera y portada */
.header {
  position:sticky;
  top:0;
  background:var(--navy);
  color:#fff;
  border-bottom:1px solid #ffffff14;
  z-index:20
}
.header-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:88px;
  gap:25px
}
.brand {
  display:flex;
  align-items:center;
  gap:11px;
  flex-shrink:0
}
.brand img {
  width:58px;
  height:58px;
  object-fit:contain;
  border-radius:50%
}
.brand>span {
  font-size:13px;
  font-weight:800;
  letter-spacing:1.6px;
  line-height:1.4
}
.brand>span>span {
  display:block;
  font-size:11px;
  letter-spacing:1.1px
}
.brand b {
  color:var(--orange)
}
#navigation {
  display:flex;
  gap:25px;
  align-items:center;
  font-size:12px
}
#navigation a:hover {
  color:var(--orange)
}
.nav-contact {
  border:1px solid #ffffff45;
  padding:8px 16px;
  border-radius:5px
}
.nav-contact span {
  margin-left:25px
}
.menu-toggle {
  display:none
}
.hero {
  background:var(--navy);
  color:#fff;
  overflow:hidden;
  position:relative
}
.hero-grid {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:45px;
  padding-top:64px;
  padding-bottom:62px;
  align-items:center
}
.hero-name {
  font-size:14px;
  letter-spacing:.5px;
  margin-top:23px;
  color:#c0ccdc
}
h1 {
  font-size:clamp(52px,5.8vw,79px);
  letter-spacing:-3.9px;
  line-height:1.03;
  margin:14px 0 25px;
  font-weight:750
}
h1 em {
  font-style:normal;
  color:var(--orange)
}
.hero-description {
  color:#c1ccda;
  font-size:15px;
  max-width:430px;
  line-height:1.85
}
.hero-actions {
  display:flex;
  gap:13px;
  margin-top:28px;
  flex-wrap:wrap
}
.hero-proof {
  display:flex;
  gap:22px;
  font-size:10px;
  color:#b8c5d5;
  margin-top:27px
}
.hero-art {
  min-height:500px;
  position:relative;
  display:grid;
  place-items:center
}
.hero-logo {
  width:360px;
  height:auto;
  position:relative;
  z-index:1;
  border-radius:50%;
  filter:drop-shadow(0 20px 38px #0005)
}
.orbit {
  border:1px solid #ffffff0d;
  position:absolute;
  border-radius:50%;
  width:440px;
  height:440px
}
.orbit-two {
  width:550px;
  height:550px;
  background:radial-gradient(circle,#ff823f09,transparent 65%)
}
.product-chip {
  position:absolute;
  z-index:2;
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 16px;
  background:#19304a;
  border:1px solid #ffffff18;
  border-radius:9px;
  box-shadow:0 10px 35px #0002;
  font-size:11px;
  color:#f2f5f9
}
.product-chip svg {
  width:21px;
  height:21px;
  color:var(--orange)
}
.chip-tech {
  top:13px;
  left:0;
  transform:rotate(-7deg)
}
.chip-home {
  right:-10px;
  top:75px;
  transform:rotate(6deg)
}
.chip-tool {
  bottom:77px;
  left:-20px;
  transform:rotate(-5deg)
}
.chip-move {
  bottom:32px;
  right:0;
  transform:rotate(5deg)
}
.art-spark {
  position:absolute;
  top:10px;
  right:90px;
  color:var(--orange);
  font-size:30px
}
.art-caption {
  position:absolute;
  bottom:-12px;
  display:flex;
  align-items:center;
  gap:12px;
  font-size:8px;
  letter-spacing:1.8px;
  color:#a4b5c9
}
.art-caption span {
  width:20px;
  height:1px;
  background:#ff823f70
}
.hero-bottom {
  border-top:1px solid #ffffff18;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-block:17px;
  gap:20px;
  color:#a8b9ce;
  font-size:10px
}
.hero-bottom>span:first-child {
  font-size:8px;
  letter-spacing:1.5px
}
.hero-bottom>a {
  width:28px;
  height:28px;
  border:1px solid #ffffff25;
  border-radius:50%;
  display:grid;
  place-items:center
}
.platform-strip {
  border-bottom:1px solid var(--line)
}
.strip-inner {
  padding-block:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.strip-inner>p {
  font-size:8px;
  letter-spacing:1px;
  line-height:1.8;
  color:var(--muted)
}
.strip-inner>p strong {
  font-size:9px;
  color:var(--ink)
}
.wordmark {
  font-size:30px;
  letter-spacing:-1.5px;
  font-weight:800;
  line-height:1.25;
  display:inline-block
}
.amazon {
  position:relative;
  padding-bottom:6px
}
.amazon>span {
  position:absolute;
  bottom:0;
  left:14px;
  width:57px;
  height:10px;
  border-bottom:3px solid var(--orange);
  border-radius:50%;
  transform:rotate(-6deg)
}
.shopify {
  font-style:italic
}
.shopify b {
  color:var(--orange)
}
.tiktok {
  font-size:26px;
  letter-spacing:-1px
}
.strip-inner>.strip-note {
  letter-spacing:0;
  border-left:1px solid var(--line);
  padding-left:30px;
  font-size:10px
}
/* Historia y servicios */
.story {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:85px
}
.story-copy {
  padding-top:30px
}
.story-copy>p {
  font-size:14px;
  color:var(--muted);
  margin-bottom:17px
}
.story-copy>.lead {
  font-size:21px;
  line-height:1.6;
  color:var(--ink)
}
.story-copy .text-link {
  margin-top:8px
}
.question-card {
  margin-top:28px;
  border-left:3px solid var(--orange);
  padding:17px 25px;
  position:relative;
  background:var(--soft);
  border-radius:0 8px 8px 0;
  max-width:390px
}
.question-card>span {
  position:absolute;
  right:24px;
  top:-3px;
  font:85px Georgia,serif;
  color:#dce3eb
}
.question-card p {
  font-size:23px;
  font-weight:700;
  line-height:1.4;
  position:relative;
  letter-spacing:-.5px
}
.question-card small {
  display:block;
  font-size:8px;
  letter-spacing:1.5px;
  margin-top:15px;
  color:var(--muted)
}
.work-section {
  padding-bottom:86px
}
.work-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px
}
.work-card {
  padding:28px 23px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  position:relative;
  box-shadow:var(--shadow)
}
.card-number {
  position:absolute;
  top:26px;
  right:23px;
  color:#7b8795;
  font-size:10px
}
.work-card svg {
  color:var(--orange-dark);
  margin-bottom:27px
}
.work-card h3 {
  font-size:18px;
  margin-bottom:12px;
  letter-spacing:-.5px
}
.work-card p {
  font-size:12px;
  color:var(--muted)
}
/* Categorías y catálogo */
.categories-section {
  background:var(--soft)
}
.category-grid {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px
}
.category-button {
  display:flex;
  flex-direction:column;
  align-items:start;
  position:relative;
  text-align:left;
  border:1px solid var(--line);
  background:#fff;
  padding:22px 18px;
  border-radius:9px;
  min-height:122px;
  color:var(--ink);
  transition:border-color .2s,transform .2s,box-shadow .2s
}
.category-button:hover,.category-button[aria-pressed=true] {
  border-color:var(--orange);
  box-shadow:0 6px 18px #10243a08;
  transform:translateY(-3px)
}
.category-button[aria-pressed=true] {
  background:#fff4ed
}
.category-button svg {
  color:var(--orange-dark);
  width:26px;
  height:26px;
  margin-bottom:16px
}
.category-button span {
  font-weight:700;
  font-size:12px;
  line-height:1.5
}
.category-button b {
  font-weight:400;
  position:absolute;
  right:15px;
  top:18px;
  color:#78889a
}
.demo-notice {
  padding:15px 18px;
  background:#fff5ed;
  border:1px solid #f6d8c3;
  display:flex;
  align-items:center;
  gap:14px;
  border-radius:7px
}
.badge {
  display:inline-block;
  border:1px solid #c7622945;
  background:#fff2e8;
  padding:3px 7px;
  font-size:8px;
  letter-spacing:1px;
  font-weight:700;
  color:#8c350b;
  line-height:1.6;
  white-space:nowrap;
  border-radius:3px
}
.demo-notice p {
  font-size:11px;
  color:#763f20
}
.filter-bar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:26px 0 19px;
  gap:15px
}
.filter-status {
  display:flex;
  gap:9px;
  align-items:center;
  font-size:12px;
  font-weight:700
}
.reset-filter {
  font-size:11px;
  padding:5px 12px;
  background:white;
  border:1px solid var(--line);
  color:var(--ink);
  border-radius:20px
}
.reset-filter span {
  margin-left:9px
}
.product-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px
}
.product-card {
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  background:white
}
.product-image {
  background:#eef2f6;
  position:relative;
  height:205px;
  display:grid;
  place-items:center
}
.product-image img {
  width:90%;
  height:100%;
  object-fit:contain
}
.product-image .badge {
  position:absolute;
  top:13px;
  left:13px;
  background:white
}
.product-image>span:last-child {
  position:absolute;
  bottom:13px;
  right:15px;
  font-size:8px;
  color:var(--muted)
}
.product-body {
  padding:24px;
  display:flex;
  flex-direction:column;
  flex:1
}
.product-meta {
  font-size:9px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--orange-dark);
  margin-bottom:9px
}
.product-body h3 {
  font-size:20px;
  letter-spacing:-.6px;
  line-height:1.4
}
.product-price {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:15px 0 20px;
  padding-bottom:17px;
  border-bottom:1px solid var(--line);
  gap:10px
}
.product-price strong {
  font-size:23px;
  letter-spacing:-.7px
}
.product-price small {
  display:block;
  font-size:8px;
  font-weight:400;
  letter-spacing:0;
  color:var(--muted)
}
.score {
  background:var(--navy);
  color:#fff;
  padding:5px 9px;
  border-radius:6px;
  font-size:11px;
  white-space:nowrap
}
.score span {
  color:var(--orange)
}
.pros-cons {
  display:grid;
  gap:13px
}
.pros-cons h4 {
  margin:0 0 3px;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.6px
}
.pros-cons ul {
  padding-left:16px;
  color:var(--muted);
  font-size:11px
}
.pros-cons .pro h4 {
  color:var(--ink)
}
.pros-cons .con h4 {
  color:var(--orange-dark)
}
.verdict {
  background:var(--soft);
  padding:12px;
  font-size:11px;
  margin:19px 0;
  color:var(--muted);
  border-radius:6px
}
.verdict strong {
  display:block;
  font-size:9px;
  letter-spacing:1px;
  margin-bottom:3px;
  color:var(--ink)
}
.product-actions {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:auto
}
.product-actions .button {
  justify-content:center;
  font-size:10px;
  padding:11px 8px;
  gap:6px
}
.outline {
  background:white;
  border-color:var(--line);
  color:var(--ink)
}
.outline:hover {
  background:var(--soft)
}
.empty-state {
  padding:45px 25px;
  border:1px dashed #bbc7d5;
  background:var(--soft);
  border-radius:var(--radius);
  text-align:center;
  font-size:14px;
  color:var(--muted)
}
/* Método, plataformas y confianza */
.method-section {
  padding:80px 0;
  background:var(--navy);
  color:white
}
.method-section .orange {
  color:var(--orange)
}
.method-section .section-heading>p {
  color:#b6c4d5
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  list-style:none;
  padding:12px 0 0
}
.steps li {
  padding:28px 30px 30px 0;
  border-top:1px solid #ffffff22
}
.steps li:nth-child(3n+2),.steps li:nth-child(3n+3) {
  padding-left:30px;
  border-left:1px solid #ffffff15
}
.steps li>span {
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid #ff823f80;
  color:var(--orange);
  border-radius:50%;
  font-size:10px;
  margin-bottom:18px
}
.steps h3 {
  font-size:18px;
  margin-bottom:10px
}
.steps p {
  font-size:12px;
  color:#b6c4d5;
  max-width:280px
}
.method-bottom {
  border-top:1px solid #ffffff22;
  padding-top:25px;
  display:flex;
  gap:15px;
  align-items:center
}
.method-bottom svg {
  color:var(--orange);
  flex-shrink:0
}
.method-bottom p {
  font-size:11px;
  color:#b6c4d5
}
.method-bottom strong {
  color:white;
  font-size:12px
}
.platform-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px
}
.platform-card {
  padding:27px;
  border:1px solid var(--line);
  border-radius:var(--radius)
}
.platform-index {
  font-size:8px;
  letter-spacing:1.4px;
  color:var(--muted);
  display:block
}
.platform-card .wordmark {
  margin:25px 0
}
.platform-card>p {
  font-size:12px;
  color:var(--muted)
}
.platform-card>.platform-detail {
  border-top:1px solid var(--line);
  padding-top:16px;
  margin-top:20px;
  color:var(--ink);
  font-size:11px
}
.affiliate-notice {
  display:flex;
  align-items:start;
  gap:14px;
  background:var(--soft);
  border-radius:7px;
  padding:20px;
  margin-top:22px
}
.affiliate-notice svg {
  width:21px;
  height:21px;
  flex-shrink:0
}
.affiliate-notice p {
  font-size:11px;
  color:var(--muted)
}
.affiliate-notice a {
  text-decoration:underline;
  text-underline-offset:3px;
  color:var(--ink)
}
.trust-section {
  padding:60px 0;
  background:#fff4ec;
  border-block:1px solid #f6dfcf
}
.trust-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center
}
.trust-grid>div>p:last-child {
  font-size:13px;
  color:var(--muted);
  max-width:400px;
  margin-top:20px
}
.trust-list {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  list-style:none;
  padding:0
}
.trust-list li {
  font-size:12px;
  font-weight:600;
  display:flex;
  gap:9px;
  align-items:start
}
.trust-list li:before {
  content:'✓';
  display:grid;
  place-items:center;
  flex-shrink:0;
  width:19px;
  height:19px;
  background:var(--navy);
  color:#fff;
  border-radius:50%;
  font-size:10px
}
/* Comunidad y redes */
.review-disclaimer {
  font-size:11px;
  color:var(--muted);
  margin-bottom:25px
}
.testimonial-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px
}
.testimonial {
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:26px;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column
}
.testimonial-top {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.stars {
  color:var(--orange-dark);
  letter-spacing:2px;
  font-size:14px
}
.testimonial blockquote {
  font-size:15px;
  line-height:1.8;
  margin:22px 0 25px;
  flex:1
}
.reviewer {
  display:flex;
  align-items:center;
  gap:11px;
  border-top:1px solid var(--line);
  padding-top:19px
}
.reviewer>span {
  display:grid;
  place-items:center;
  width:35px;
  height:35px;
  background:var(--soft);
  border-radius:50%;
  font-size:10px
}
.reviewer h3 {
  font-size:11px
}
.reviewer p {
  font-size:9px;
  color:var(--muted);
  margin-top:4px
}
.social-section {
  background:var(--soft);
  padding:65px 0
}
.social-grid {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:13px
}
.social-grid>a {
  display:flex;
  flex-direction:column;
  gap:15px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:9px;
  padding:23px 16px;
  transition:transform .2s,border-color .2s
}
.social-grid>a:hover {
  border-color:var(--orange);
  transform:translateY(-3px)
}
.social-grid svg {
  width:26px;
  height:26px
}
.social-grid strong {
  font-size:14px;
  line-height:1.2
}
.social-grid a>span {
  font-size:8px;
  color:var(--muted);
  line-height:1.7
}
.social-status {
  min-height:20px;
  margin-top:16px;
  font-size:10px;
  color:var(--muted)
}
/* Contacto y pie */
.contact-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:start
}
.contact-copy>p:not(.eyebrow) {
  margin-top:20px;
  font-size:13px;
  color:var(--muted);
  max-width:440px
}
.contact-details {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
  margin:25px 0
}
.contact-details>div {
  border-bottom:1px solid var(--line);
  padding-bottom:12px
}
.contact-details .full {
  grid-column:1/-1
}
.contact-details dt {
  font-size:10px;
  color:var(--muted)
}
.contact-details dd {
  font-size:12px;
  font-weight:700;
  margin:3px 0 0;
  overflow-wrap:anywhere
}
.collaboration-box {
  padding:19px;
  background:var(--soft);
  border-left:3px solid var(--orange);
  border-radius:0 7px 7px 0
}
.collaboration-box h3 {
  font-size:14px
}
.collaboration-box p {
  font-size:11px;
  color:var(--muted);
  margin-top:8px
}
.collaboration-box small {
  display:block;
  margin-top:10px;
  font-size:9px;
  color:var(--muted)
}
.form-card {
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:30px;
  box-shadow:var(--shadow)
}
.form-card>h3 {
  font-size:20px;
  letter-spacing:-.5px
}
.form-note {
  font-size:11px;
  color:var(--muted);
  margin:12px 0 23px
}
.form-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px
}
.field {
  margin-bottom:16px
}
.field label {
  font-size:11px;
  font-weight:700;
  display:block;
  margin-bottom:7px
}
.field label>span {
  color:var(--orange-dark)
}
input,textarea {
  background:#fafbfc;
  border:1px solid #cbd4df;
  border-radius:6px;
  width:100%;
  padding:11px 12px;
  color:var(--ink);
  font-size:12px;
  min-width:0
}
textarea {
  resize:vertical;
  min-height:130px
}
input::placeholder,textarea::placeholder {
  color:#657386;
  opacity:1
}
.form-privacy {
  font-size:9px;
  color:var(--muted);
  margin-bottom:19px
}
.form-privacy a {
  text-decoration:underline
}
.send-button {
  width:100%
}
.form-status {
  font-size:12px;
  margin-top:13px;
  color:var(--orange-dark)
}
.closing-banner {
  background:var(--orange);
  padding:38px 0
}
.closing-banner>.container {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px
}
.closing-banner p {
  font-size:32px;
  line-height:1.2;
  letter-spacing:-1px
}
.closing-banner .button {
  background:var(--navy);
  color:#fff
}
.footer {
  background:var(--navy);
  color:#c0cbd9;
  padding:52px 0 22px
}
.footer-grid {
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1.2fr;
  gap:35px
}
.footer .brand {
  color:#fff
}
.footer .brand img {
  width:64px;
  height:64px
}
.footer-identity>p {
  font-size:10px;
  margin-top:18px
}
.footer-identity>small {
  display:block;
  font-size:10px;
  color:#93a6bd;
  margin-top:8px;
  max-width:240px
}
.footer-grid>div>h2 {
  font-size:12px;
  letter-spacing:0;
  color:white;
  margin:7px 0 15px
}
.footer-grid>div:not(:first-child)>a,.footer-grid>div>span {
  display:block;
  font-size:11px;
  margin-bottom:7px;
  overflow-wrap:anywhere
}
.footer a:hover {
  color:var(--orange)
}
.footer-pending {
  font-size:9px;
  color:#93a6bd;
  margin-top:11px
}
.footer-affiliate {
  border-top:1px solid #ffffff18;
  margin-top:33px;
  padding-top:19px;
  font-size:9px;
  color:#a5b5c9
}
.footer-affiliate a {
  text-decoration:underline
}
.footer-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding-top:20px
}
.footer-bottom p {
  font-size:8px;
  color:#a5b5c9
}
.footer-bottom nav {
  display:flex;
  gap:16px;
  font-size:8px
}
.back-top {
  flex-shrink:0;
  width:30px;
  height:30px;
  border:1px solid #ffffff35;
  border-radius:50%;
  display:grid;
  place-items:center
}
.skip-link {
  position:fixed;
  top:-100px;
  left:15px;
  padding:10px 20px;
  background:#fff;
  color:var(--navy);
  z-index:100
}
.skip-link:focus {
  top:10px
}
/* Diálogo y páginas informativas */
dialog {
  width:min(650px,92vw);
  max-height:85vh;
  border:1px solid var(--line);
  border-radius:14px;
  padding:28px;
  color:var(--ink);
  box-shadow:0 25px 90px #0005
}
dialog::backdrop {
  background:#051323b8;
  backdrop-filter:blur(5px)
}
.dialog-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px
}
.dialog-close {
  background:var(--soft);
  border:1px solid var(--line);
  color:var(--ink);
  width:35px;
  height:35px;
  border-radius:50%;
  font-size:23px;
  line-height:1
}
#dialog-content h2 {
  font-size:29px;
  margin:20px 0
}
#dialog-content>p {
  font-size:13px;
  color:var(--muted);
  margin:13px 0
}
#dialog-content h3 {
  font-size:15px;
  margin-top:22px
}
#dialog-content .pros-cons {
  margin:22px 0
}
#dialog-content .pros-cons ul {
  font-size:13px
}
.dialog-product-image {
  height:160px;
  width:100%;
  object-fit:contain;
  background:var(--soft);
  border-radius:7px
}
.legal-main {
  max-width:820px;
  padding-block:65px 85px
}
.legal-main h1 {
  font-size:46px;
  margin:18px 0 22px;
  letter-spacing:-2px
}
.legal-main h2 {
  font-size:23px;
  letter-spacing:-.5px;
  margin:30px 0 12px
}
.legal-main p,.legal-main li {
  font-size:14px;
  color:var(--muted);
  margin-bottom:12px
}
.legal-main ul {
  padding-left:22px
}
.legal-main a {
  text-decoration:underline;
  text-underline-offset:3px
}
.legal-banner {
  padding:17px 20px;
  background:#fff1e5;
  border:1px solid #efcfb6;
  border-radius:8px;
  margin-bottom:25px
}
.legal-banner strong {
  font-size:13px;
  color:#8b3d12
}
.legal-banner p {
  margin:6px 0 0;
  font-size:12px
}
.placeholder {
  font-weight:700;
  color:#9c390c;
  background:#fff1e5;
  padding:2px 5px;
  overflow-wrap:anywhere
}
.legal-back {
  font-size:12px
}
.legal-footer {
  background:var(--navy);
  color:#c0cbd9;
  padding:25px 0
}
.legal-footer .container {
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  font-size:10px
}
.legal-footer nav {
  display:flex;
  gap:18px;
  flex-wrap:wrap
}
.reveal.is-ready {
  opacity:0;
  transform:translateY(15px);
  transition:opacity .55s ease,transform .55s ease
}
.reveal.is-visible {
  opacity:1;
  transform:translateY(0)
}
/* Adaptación a escritorio, tablet y móvil */
@media(min-width:1600px) {
  h1 {
    font-size:84px
  }
  .hero-grid {
    padding-block:80px
  }
  .hero-logo {
    width:395px
  }
}
@media(max-width:1100px) {
  .container {
    width:90%
  }
  #navigation {
    gap:17px;
    font-size:11px
  }
  .hero-grid {
    gap:20px
  }
  .hero-logo {
    width:310px
  }
  .hero-art {
    min-height:450px
  }
  .product-chip {
    padding:10px;
    font-size:10px
  }
  .chip-home {
    right:0
  }
  .chip-tool {
    left:0
  }
  .hero-proof {
    gap:13px
  }
  .story {
    gap:45px
  }
  .contact-section {
    gap:35px
  }
  .work-card {
    padding:24px 18px
  }
  .work-card p {
    font-size:11px
  }
  .category-button {
    padding:20px 14px
  }
  .product-body {
    padding:19px
  }
  .product-body h3 {
    font-size:18px
  }
  .product-actions {
    grid-template-columns:1fr
  }
  .footer-grid {
    gap:20px
  }
  .social-grid>a {
    padding:20px 12px
  }
  .social-grid a>span {
    font-size:7px
  }
  .hero-actions .button {
    padding:13px 15px;
    gap:14px;
    font-size:11px
  }
  .footer-bottom {
    flex-wrap:wrap
  }
  .footer-bottom nav {
    margin-left:auto
  }
}
@media(max-width:900px) {
  .header-inner {
    height:78px
  }
  .brand img {
    width:50px;
    height:50px
  }
  .menu-toggle {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:5px;
    border:1px solid #ffffff45;
    background:transparent;
    border-radius:5px;
    width:42px;
    height:42px;
    color:white
  }
  .menu-toggle span {
    height:1px;
    width:18px;
    background:currentColor
  }
  #navigation {
    display:none;
    position:absolute;
    top:78px;
    left:0;
    right:0;
    background:var(--navy);
    padding:23px 5%;
    align-items:stretch;
    font-size:14px;
    box-shadow:0 15px 25px #0003
  }
  #navigation.is-open {
    display:flex;
    flex-direction:column;
    gap:18px
  }
  .nav-contact {
    align-self:start
  }
  .hero-grid {
    grid-template-columns:1fr 1fr;
    padding-top:45px;
    padding-bottom:45px
  }
  h1 {
    font-size:55px;
    letter-spacing:-2.7px
  }
  .hero-art {
    min-height:390px
  }
  .hero-logo {
    width:270px
  }
  .orbit-one {
    width:320px;
    height:320px
  }
  .orbit-two {
    width:410px;
    height:410px
  }
  .chip-tech {
    top:3px;
    left:12px
  }
  .chip-home {
    top:70px;
    right:-7px;
    font-size:9px
  }
  .chip-tool {
    bottom:53px;
    left:-5px
  }
  .chip-move {
    bottom:3px;
    right:0
  }
  .art-caption {
    bottom:-35px;
    font-size:6px;
    letter-spacing:1px
  }
  .hero-description {
    font-size:13px
  }
  .hero-proof {
    font-size:8px;
    gap:11px;
    flex-wrap:wrap
  }
  .hero .eyebrow {
    font-size:8px;
    letter-spacing:1px
  }
  .work-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .work-card p {
    font-size:12px
  }
  .category-grid {
    grid-template-columns:repeat(5,1fr);
    gap:9px
  }
  .category-button span {
    font-size:10px
  }
  .category-button {
    padding:17px 11px;
    min-height:118px
  }
  .category-button b {
    right:10px;
    font-size:12px
  }
  .product-grid {
    gap:13px
  }
  .product-body {
    padding:15px
  }
  .product-body h3 {
    font-size:16px
  }
  .product-image {
    height:165px
  }
  .product-price strong {
    font-size:19px
  }
  .score {
    font-size:9px;
    padding:5px
  }
  .story-copy>.lead {
    font-size:18px
  }
  .section {
    padding-block:65px
  }
  .section-heading>p {
    font-size:11px
  }
  .story {
    gap:30px
  }
  .trust-grid {
    gap:30px
  }
  .trust-list {
    grid-template-columns:1fr;
    gap:13px
  }
  .platform-card {
    padding:20px
  }
  .platform-card .wordmark {
    font-size:25px
  }
  .platform-card .tiktok {
    font-size:22px
  }
  .testimonial {
    padding:19px
  }
  .testimonial blockquote {
    font-size:13px
  }
  .reviewer {
    gap:7px
  }
  .reviewer>span {
    width:27px;
    height:27px;
    flex-shrink:0
  }
  .reviewer h3 {
    font-size:10px
  }
  .reviewer p {
    font-size:8px
  }
  .social-grid {
    gap:8px
  }
  .social-grid strong {
    font-size:12px
  }
  .social-grid a>span {
    font-size:7px;
    overflow-wrap:anywhere
  }
  .form-card {
    padding:22px
  }
  .form-row {
    grid-template-columns:1fr;
    gap:0
  }
  .contact-section {
    gap:25px
  }
  .footer-grid {
    grid-template-columns:1.5fr 1fr 1fr
  }
  .footer-identity {
    grid-column:1/-1
  }
  .footer-identity>small {
    max-width:none
  }
  .footer .brand img {
    width:55px;
    height:55px
  }
}
@media(max-width:640px) {
  html {
    scroll-padding-top:94px
  }
  .container {
    width:88%
  }
  .header-inner {
    height:74px
  }
  #navigation {
    top:74px
  }
  .brand>span {
    font-size:12px
  }
  .brand>span>span {
    font-size:10px
  }
  .brand img {
    width:48px;
    height:48px
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:35px;
    padding-top:35px;
    padding-bottom:47px
  }
  .hero .eyebrow {
    font-size:8px;
    letter-spacing:1.3px
  }
  .hero-name {
    margin-top:20px;
    font-size:12px
  }
  h1 {
    font-size:clamp(49px,11.7vw,72px);
    letter-spacing:-2.8px;
    margin-top:14px
  }
  .hero-description {
    font-size:14px;
    max-width:450px
  }
  .hero-actions {
    gap:10px
  }
  .hero-actions .button {
    font-size:11px;
    gap:10px;
    padding:13px 14px
  }
  .hero-proof {
    font-size:9px;
    gap:18px;
    margin-top:23px
  }
  .hero-art {
    min-height:375px;
    max-width:380px;
    width:100%;
    margin:auto
  }
  .hero-logo {
    width:285px
  }
  .product-chip {
    font-size:9px;
    padding:10px
  }
  .chip-tech {
    top:0;
    left:0
  }
  .chip-home {
    top:60px;
    right:-5px
  }
  .chip-tool {
    bottom:55px;
    left:-5px
  }
  .chip-move {
    bottom:3px
  }
  .art-caption {
    bottom:-23px;
    font-size:7px
  }
  .art-spark {
    right:60px;
    top:0
  }
  .hero-bottom {
    padding-block:17px
  }
  .hero-bottom>span:first-child {
    font-size:7px;
    letter-spacing:1px
  }
  .hero-bottom>span:nth-child(2) {
    display:none
  }
  .strip-inner {
    flex-wrap:wrap;
    justify-content:center;
    gap:24px;
    padding-block:23px
  }
  .strip-inner>p:first-child {
    width:100%;
    text-align:center;
    font-size:7px
  }
  .strip-inner>p:first-child br {
    display:none
  }
  .strip-inner>p strong {
    font-size:7px
  }
  .strip-note {
    display:none
  }
  .strip-inner .wordmark {
    font-size:25px
  }
  .strip-inner .tiktok {
    font-size:21px
  }
  .section {
    padding-block:54px
  }
  h2 {
    font-size:32px;
    letter-spacing:-1.3px
  }
  .eyebrow {
    font-size:8px;
    letter-spacing:1.3px
  }
  .section-heading {
    flex-direction:column;
    align-items:start;
    gap:18px;
    margin-bottom:25px
  }
  .section-heading>p {
    font-size:12px
  }
  .story {
    grid-template-columns:1fr;
    gap:26px
  }
  .story-copy {
    padding:0
  }
  .story-copy>p {
    font-size:13px
  }
  .story-copy>.lead {
    font-size:18px
  }
  .question-card {
    max-width:none;
    padding:20px
  }
  .question-card p {
    font-size:22px
  }
  .work-section {
    padding-bottom:50px
  }
  .work-grid {
    gap:12px
  }
  .work-card {
    padding:22px 17px
  }
  .work-card h3 {
    font-size:16px
  }
  .work-card p {
    font-size:11px
  }
  .work-card svg {
    margin-bottom:20px;
    width:26px;
    height:26px
  }
  .card-number {
    right:16px;
    top:23px;
    font-size:9px
  }
  .category-grid {
    grid-template-columns:repeat(2,1fr);
    gap:11px
  }
  .category-button {
    padding:19px 16px;
    min-height:117px
  }
  .category-button span {
    font-size:12px
  }
  .category-button b {
    right:16px
  }
  .section-intro {
    font-size:12px
  }
  .demo-notice {
    align-items:start;
    padding:13px;
    gap:10px
  }
  .demo-notice p {
    font-size:10px
  }
  .product-grid {
    grid-template-columns:1fr;
    gap:22px
  }
  .product-image {
    height:220px
  }
  .product-body {
    padding:24px
  }
  .product-body h3 {
    font-size:23px
  }
  .product-price strong {
    font-size:26px
  }
  .score {
    font-size:12px;
    padding:6px 10px
  }
  .pros-cons ul {
    font-size:12px
  }
  .verdict {
    font-size:12px
  }
  .product-actions {
    grid-template-columns:1fr 1fr
  }
  .product-actions .button {
    font-size:11px;
    padding:12px
  }
  .product-price small {
    font-size:9px
  }
  .method-section {
    padding:55px 0
  }
  .steps {
    grid-template-columns:repeat(2,1fr)
  }
  .steps li,.steps li:nth-child(3n+2),.steps li:nth-child(3n+3) {
    padding:24px 18px 24px 0;
    border-left:0
  }
  .steps li:nth-child(even) {
    padding-left:20px;
    padding-right:0;
    border-left:1px solid #ffffff15
  }
  .steps h3 {
    font-size:16px
  }
  .steps p {
    font-size:11px
  }
  .method-bottom {
    align-items:start
  }
  .method-bottom strong {
    font-size:11px
  }
  .method-bottom p {
    font-size:10px
  }
  .platform-grid {
    grid-template-columns:1fr;
    gap:15px
  }
  .platform-card {
    padding:25px
  }
  .platform-card .wordmark {
    margin:21px 0;
    font-size:29px
  }
  .platform-card>p {
    font-size:13px
  }
  .affiliate-notice {
    padding:17px;
    gap:10px
  }
  .affiliate-notice p {
    font-size:10px
  }
  .trust-section {
    padding:48px 0
  }
  .trust-grid {
    grid-template-columns:1fr;
    gap:27px
  }
  .trust-list {
    grid-template-columns:1fr;
    gap:16px
  }
  .trust-list li {
    font-size:12px
  }
  .testimonial-grid {
    grid-template-columns:1fr;
    gap:17px
  }
  .testimonial {
    padding:25px
  }
  .testimonial blockquote {
    font-size:15px
  }
  .reviewer h3 {
    font-size:12px
  }
  .reviewer p {
    font-size:10px
  }
  .reviewer>span {
    width:35px;
    height:35px
  }
  .social-section {
    padding:50px 0
  }
  .social-grid {
    grid-template-columns:repeat(2,1fr);
    gap:12px
  }
  .social-grid>a {
    padding:22px 16px;
    gap:13px
  }
  .social-grid strong {
    font-size:14px
  }
  .social-grid a>span {
    font-size:8px
  }
  .social-grid>a:last-child {
    grid-column:1/-1
  }
  .contact-section {
    grid-template-columns:1fr;
    gap:30px
  }
  .form-card {
    padding:24px
  }
  .form-card>h3 {
    font-size:20px
  }
  .field label {
    font-size:12px
  }
  input,textarea {
    font-size:16px
  }
  .form-row {
    grid-template-columns:1fr
  }
  .closing-banner>.container {
    align-items:start;
    flex-direction:column;
    gap:23px
  }
  .closing-banner p {
    font-size:33px
  }
  .footer {
    padding-top:37px
  }
  .footer-grid {
    grid-template-columns:1fr 1fr;
    gap:25px
  }
  .footer-grid>div:last-child {
    grid-column:1/-1
  }
  .footer-identity>p {
    font-size:10px
  }
  .footer-bottom {
    gap:17px
  }
  .footer-bottom nav {
    margin-left:0;
    flex-wrap:wrap;
    gap:10px 16px;
    order:2;
    width:100%
  }
  .footer-bottom p {
    max-width:80%;
    font-size:8px
  }
  .footer-affiliate {
    font-size:9px
  }
  .legal-main h1 {
    font-size:37px;
    overflow-wrap:anywhere
  }
  .legal-main h2 {
    font-size:23px
  }
  .legal-main p,.legal-main li {
    font-size:13px
  }
  .legal-main {
    padding-block:40px 60px
  }
  dialog {
    padding:22px
  }
  #dialog-content h2 {
    font-size:25px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
  .reveal.is-ready {
    opacity:1;
    transform:none
  }
}
/* Banco de iconos integrado: conserva los símbolos sin ocupar espacio. */
.icon-sprite {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden;
  pointer-events:none
}
/* Toda el área del icono y nombre enlaza al mismo perfil oficial. */
.footer-grid>div>a[data-social] {
  display:flex;
  align-items:center;
  gap:9px;
  min-height:32px
}
.footer [data-social] svg {
  width:17px;
  height:17px;
  flex-shrink:0
}
.social-grid [data-social-caption] {
  overflow-wrap:anywhere
}
/* Pulido final: ritmo editorial, contraste, controles y estados compartidos. */
:root  {
  --shadow: 0 12px 32px #10243a0b;
}
body  {
  -webkit-font-smoothing: antialiased;
}
.container > *, .section-heading > *, .form-row > *  {
  min-width: 0;
}
h1, h2, h3  {
  text-wrap: balance;
}
.section  {
  padding-block: clamp(58px, 6.5vw, 94px);
}
.header  {
  box-shadow: 0 4px 24px #0715240b;
}
.brand img, .hero-logo, .footer .brand img  {
  border-radius: 50%;
  object-fit: contain;
}
#navigation a  {
  padding-block: 12px;
}
.button, .menu-toggle, .dialog-close, .back-top, .reset-filter  {
  min-height: 44px;
}
.back-top, .dialog-close  {
  min-width: 44px;
}
.button:active  {
  transform: translateY(0);
}
.button:focus-visible, .category-button:focus-visible  {
  outline-color: #bf4c11;
}
.ghost:focus-visible  {
  outline-color: var(--orange);
}
.work-card, .product-card, .platform-card, .testimonial  {
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.work-card:hover, .product-card:hover, .platform-card:hover, .testimonial:hover  {
  border-color: #b9c7d6;
  box-shadow: 0 16px 35px #10243a0e;
}
.work-card p, .product-body .pros-cons ul, .platform-card > p, .steps p, .values p  {
  font-size: 13px;
  line-height: 1.8;
}
.eyebrow, .category, .badge, .category-button span, .product-meta  {
  letter-spacing: .9px;
}
.eyebrow  {
  font-size: 10px;
}
.badge  {
  font-size: 9px;
}
.category-button  {
  min-height: 132px;
}
.category-button span  {
  font-size: 13px;
  letter-spacing: 0;
}
.category-button[aria-pressed=true]  {
  box-shadow: inset 0 0 0 1px var(--orange);
}
.product-body h3  {
  min-height: 2.8em;
}
.product-image  {
  height: 225px;
}
.product-price small, .product-image > span:last-child  {
  font-size: 10px;
}
.product-actions .button  {
  font-size: 12px;
}
.pros-cons h4  {
  font-size: 11px;
}
.verdict  {
  font-size: 12px;
  border-left: 2px solid #ced8e3;
}
.demo-notice p, .review-disclaimer, .affiliate-notice p  {
  font-size: 12px;
}
.platform-card  {
  display: flex;
  flex-direction: column;
}
.platform-card .wordmark  {
  align-self: start;
}
.platform-card .platform-detail  {
  flex: 1;
  font-size: 12px;
}
.platform-button  {
  margin-top: 22px;
  width: 100%;
  font-size: 12px;
}
.trust-list li  {
  font-size: 13px;
}
.social-grid strong  {
  font-size: 15px;
}
.social-grid a > span, .social-status  {
  font-size: 11px;
}
.social-grid a[data-pending=true]  {
  border-style: dashed;
}
.form-card  {
  background: linear-gradient(145deg, #fff 75%, #f5f7f9);
}
.form-note  {
  padding: 13px 15px;
  background: #fff4ec;
  border-left: 3px solid var(--orange);
  border-radius: 0 6px 6px 0;
  font-size: 12px;
}
.form-note strong  {
  color: var(--ink);
}
.field label  {
  font-size: 12px;
}
input, textarea  {
  font-size: 15px;
  min-height: 46px;
}
.form-privacy, .collaboration-box small, .reviewer p  {
  font-size: 11px;
}
.contact-details dt  {
  font-size: 12px;
}
.contact-details dd  {
  font-size: 14px;
}
.contact-details a, .footer [data-contact] a  {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contact-details a  {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
}
.contact-details dd, [data-config], [data-contact]  {
  overflow-wrap: anywhere;
}
.collaboration-box p  {
  font-size: 12px;
}
.footer-grid > div:not(:first-child) > a, .footer-grid > div > span  {
  font-size: 12px;
}
.footer-grid > div > h2  {
  font-size: 13px;
}
.footer-grid > div > a  {
  min-height: 30px;
}
.footer-grid > div > a[data-social]  {
  min-height: 36px;
}
.footer-identity > p, .footer-identity > small, .footer-affiliate, .footer-pending  {
  font-size: 11px;
}
.footer-bottom  {
  flex-wrap: wrap;
}
.footer-bottom p, .footer-bottom nav, .legal-footer .container  {
  font-size: 11px;
}
.footer-bottom nav  {
  flex-wrap: wrap;
}
.footer-bottom nav a, .legal-footer nav a  {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
}
.legal-main .eyebrow  {
  font-size: 10px;
}
.legal-main  {
  min-height: calc(100vh - 190px);
}
.link-status  {
  position: fixed;
  z-index: 60;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%, 12px);
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 13px 20px;
  background: var(--navy);
  border: 1px solid #62738a;
  border-radius: 9px;
  box-shadow: 0 8px 30px #0002;
  color: #fff;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s, transform .2s;
}
.link-status.is-active  {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (max-width: 1100px)  {
  .category-grid  {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .social-grid  {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-grid  {
    gap: 16px;
  }
  .product-price  {
    flex-wrap: wrap;
  }
  .product-body  {
    padding: 22px;
  }
}
@media (max-width: 900px)  {
  .product-grid  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-card:last-child  {
    grid-column: 1 / -1;
    max-width: none;
  }
  .product-actions  {
    grid-template-columns: 1fr 1fr;
  }
  .product-body h3  {
    font-size: 21px;
  }
  .platform-grid  {
    grid-template-columns: 1fr;
  }
  .platform-card  {
    padding: 28px;
  }
  .platform-card .wordmark  {
    margin-block: 18px;
  }
  .platform-card .platform-button  {
    max-width: 280px;
  }
  .section-heading  {
    align-items: start;
  }
}
@media (max-width: 640px)  {
  .eyebrow  {
    font-size: 9px;
  }
  .hero-logo  {
    width: min(285px, 90%);
  }
  .hero-proof  {
    font-size: 10px;
    gap: 12px;
  }
  .hero-actions .button  {
    font-size: 12px;
    padding: 13px 16px;
  }
  .section-heading  {
    gap: 20px;
  }
  .work-grid  {
    grid-template-columns: 1fr;
  }
  .work-card  {
    padding: 25px;
  }
  .work-card h3  {
    font-size: 20px;
  }
  .category-grid, .social-grid  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .category-button  {
    padding: 20px 16px;
  }
  .category-button span  {
    font-size: 13px;
  }
  .product-grid  {
    grid-template-columns: 1fr;
  }
  .product-body h3  {
    min-height: 0;
    font-size: 23px;
  }
  .product-body  {
    padding: 24px;
  }
  .product-actions  {
    grid-template-columns: 1fr 1fr;
  }
  .product-actions .button  {
    font-size: 11px;
  }
  .social-grid strong  {
    font-size: 14px;
  }
  .social-grid a > span  {
    font-size: 10px;
  }
  .contact-section  {
    gap: 36px;
  }
  .form-card  {
    padding: 23px;
  }
  input, textarea  {
    font-size: 16px;
  }
  .footer-bottom  {
    gap: 18px;
  }
  .footer-bottom nav  {
    gap: 5px 18px;
  }
  .legal-back  {
    font-size: 11px;
    max-width: 90px;
    text-align: right;
  }
  .legal-main h1  {
    font-size: 35px;
  }
}
@media (prefers-reduced-motion: reduce)  {
  .link-status  {
    transition: none;
  }
}

/* Navegación básica disponible incluso sin JavaScript. */
@media (max-width: 900px) {
  html:not(.js-enabled) .header { position: static; }
  html:not(.js-enabled) .header-inner { height: auto; flex-wrap: wrap; padding-block: 14px; }
  html:not(.js-enabled) .menu-toggle { display: none; }
  html:not(.js-enabled) #navigation { display: flex; flex-wrap: wrap; position: static; width: 100%; padding: 10px 0; box-shadow: none; gap: 14px; }
}

/* Productos por publicar y formulario de reseñas: mismo lenguaje visual. */
.coming-card { border-style: dashed; }
.coming-visual { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; background: radial-gradient(circle at 50% 40%, #e5ebf2, #f5f7f9 75%); }
.coming-visual svg { width: 48px; height: 48px; color: var(--orange-dark); stroke-width: 1.2; }
.coming-card .product-body h3 { min-height: 0; font-size: 21px; margin-bottom: 14px; }
.coming-card .product-body > p:not(.product-meta) { font-size: 13px; color: var(--muted); }
.coming-footnote { display: block; border-top: 1px solid var(--line); padding-top: 15px; margin-top: 25px; font-size: 11px; color: var(--muted); }
.review-actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.review-actions p { max-width: 630px; font-size: 14px; color: var(--muted); }
.review-actions .button { flex-shrink: 0; }
#review-dialog { width: min(650px, 92vw); }
#review-title { font-size: 30px; margin: 22px 0 16px; }
#review-intro { font-size: 13px; color: var(--muted); }
.review-rating { border: 0; padding: 0; margin: 0 0 20px; min-width: 0; }
.review-rating legend { font-size: 12px; font-weight: 700; margin-bottom: 10px; }
.rating-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.rating-option { display: flex; justify-content: center; align-items: center; gap: 6px; padding: 10px 3px; min-height: 46px; border: 1px solid var(--line); border-radius: 6px; cursor: pointer; font-size: 13px; }
.rating-option input, .review-consent input { width: 17px; height: 17px; min-height: 17px; flex-shrink: 0; margin: 0; accent-color: var(--orange-dark); }
.rating-option:has(input:checked) { border-color: var(--orange-dark); background: #fff2e8; }
.rating-option span { white-space: nowrap; }
.review-consent { display: flex; align-items: flex-start; gap: 10px; margin: 8px 0 24px; }
.review-consent input { margin-top: 4px; }
.review-consent label { font-size: 12px; }
.review-consent a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 640px) {
  .review-actions { flex-direction: column; align-items: flex-start; gap: 18px; }
  .review-actions .button { width: 100%; }
  #review-dialog { padding: 20px; }
  #review-title { font-size: 26px; }
  .rating-options { gap: 5px; }
  .rating-option { flex-direction: column; gap: 7px; font-size: 12px; }
  .coming-visual { min-height: 160px; }
}

/* Redes sin URL: estado informativo, sin enlace ficticio. */
.social-pending-label { font-size: 10px; color: #a5b5c9; margin-left: 5px; }
.social-grid a[aria-disabled="true"] { cursor: default; transform: none; }

/* Consentimiento y estados del formulario de contacto. */
.contact-consent { display: flex; align-items: flex-start; gap: 10px; margin: 8px 0 16px; }
.contact-consent input { width: 18px; height: 18px; min-height: 18px; margin: 4px 0 0; flex-shrink: 0; accent-color: var(--orange-dark); }
.contact-consent label { font-size: 12px; }
.contact-consent a { text-decoration: underline; text-underline-offset: 3px; }
#form-status:not(:empty) { padding: 12px 14px; border-radius: 6px; border-left: 3px solid var(--orange); background: #fff4ec; }
#form-status[data-state="success"] { color: var(--navy); background: var(--soft); border-color: var(--navy); }
#form-status[data-state="sending"] { color: var(--muted); background: var(--soft); }
#form-status:focus-visible { outline: 2px solid var(--orange-dark); outline-offset: 3px; }

/* Servicios: área de proyectos independiente del contenido editorial. */
.services-section { background: #f4f6f9; border-block: 1px solid #e2e7ee; }
.services-intro { max-width: 780px; margin: 0 0 36px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { padding: 28px; background: white; border: 1px solid #dfe5ed; border-radius: 14px; box-shadow: 0 4px 16px #0c1c3004; transition: border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { border-color: #edb38b; box-shadow: 0 10px 28px #0c1c300a; }
.service-card { display: flex; flex-direction: column; }
.service-card p { flex-grow: 1; }
.service-inquiry { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; align-self: flex-start; min-height: 44px; margin-top: 16px; padding: 6px 0; color: #ad4310; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: transparent; transition: color .2s ease, text-decoration-color .2s ease; }
.service-inquiry:hover { color: var(--navy); text-decoration-color: currentColor; }
.service-inquiry:focus-visible { outline: 2px solid #ad4310; outline-offset: 4px; border-radius: 3px; }
.services-project { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 28px; padding: 28px 0 0; border-top: 1px solid #dfe5ed; }
.services-project h3 { max-width: 650px; margin: 0 0 10px; color: var(--navy); font-size: 22px; line-height: 1.4; }
.services-project p { max-width: 650px; margin: 0; color: var(--muted); font-size: 14px; }
.services-project .button { flex-shrink: 0; }
@media (max-width: 1000px) {
  .services-project { flex-direction: column; align-items: flex-start; gap: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .service-inquiry { transition: none; }
}
.service-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.service-card-top > span { color: #687787; font-size: 11px; letter-spacing: .12em; }
.service-icon { width: 44px; height: 44px; padding: 9px; border-radius: 10px; background: #fff0e5; color: #ad4310; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { color: var(--navy); font-size: 19px; line-height: 1.35; margin: 0 0 12px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0; }
.services-partner { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 36px; margin-top: 32px; border-radius: 16px; background: var(--navy); color: white; border-top: 3px solid var(--orange); }
.services-partner .eyebrow { color: #ffb484; }
.services-partner h3 { max-width: 560px; color: white; font-size: clamp(22px, 2.5vw, 29px); line-height: 1.3; margin: 0 0 12px; }
.services-partner p:last-child { color: #c2cedc; margin: 0; }
.services-partner-action { flex-shrink: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.services-partner-action small { color: #c2cedc; font-size: 12px; }
.services-partner a[aria-disabled="true"] { cursor: default; transform: none; box-shadow: none; }
@media (max-width: 1000px) {
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-partner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { padding: 24px; }
  .service-card-top { margin-bottom: 18px; }
  .services-partner { padding: 26px 22px; gap: 24px; }
  .services-partner-action { flex-shrink: 1; max-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .service-card { transition: none; }
}

/* Portfolio: proyectos documentados y capacidades, sin casos comerciales ficticios. */
.portfolio-section { background: #fff; }
.portfolio-intro { max-width: 770px; font-size: clamp(18px, 2vw, 22px); line-height: 1.6; color: var(--navy); margin: 0 0 16px; }
.portfolio-note { max-width: 800px; font-size: 14px; color: var(--muted); margin-bottom: 28px; }
.portfolio-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.portfolio-filters button { min-height: 44px; padding: 8px 17px; border: 1px solid #dfe5ed; border-radius: 24px; background: #fff; color: var(--navy); font: inherit; font-size: 13px; cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.portfolio-filters button:hover { border-color: #ad4310; }
.portfolio-filters button[aria-pressed="true"] { background: var(--navy); border-color: var(--navy); color: #fff; }
.portfolio-filters button:focus-visible { outline: 2px solid #ad4310; outline-offset: 3px; }
.portfolio-count { font-size: 12px; color: var(--muted); margin: 16px 0 24px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.project-card { display: flex; flex-direction: column; min-width: 0; padding: 30px; border-radius: 14px; border: 1px solid #dfe5ed; background: #f8f9fb; transition: border-color .25s ease, box-shadow .25s ease; }
.project-card:hover { border-color: #dca682; box-shadow: 0 8px 24px #0c1c3008; }
.project-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 25px; }
.project-card-top .icon { color: #ad4310; width: 28px; height: 28px; flex-shrink: 0; }
.project-state { font-size: 11px; line-height: 1.5; padding: 5px 9px; background: #e9eef4; color: #354b62; border-radius: 5px; }
.project-types { font-size: 11px; color: #ad4310; margin: 0 0 10px; }
.project-card h3 { font-size: clamp(20px, 2vw, 25px); line-height: 1.3; color: var(--navy); margin: 0 0 14px; }
.project-description { flex-grow: 1; font-size: 14px; color: var(--muted); line-height: 1.75; margin: 0; }
.project-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 16px; margin-top: 20px; padding-top: 12px; border-top: 1px solid #dfe5ed; }
.project-actions .service-inquiry { margin-top: 0; }
.project-actions > span { font-size: 12px; color: #687787; }
.project-actions > a { min-height: 44px; }
/* Imagen opcional real: añadir antes de project-card-top cuando esté disponible. */
.project-image { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; border-radius: 8px; margin-bottom: 24px; }
.portfolio-ecosystem { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 24px 28px; margin-top: 32px; background: var(--navy); color: #fff; border-radius: 12px; }
.portfolio-ecosystem > p { max-width: 660px; margin: 0; font-size: 15px; }
.portfolio-ecosystem > div { flex-shrink: 0; }
.portfolio-ecosystem a { display: inline-flex; align-items: center; min-height: 44px; color: #ffb484; }
.portfolio-ecosystem small { display: block; color: #c2cedc; font-size: 11px; }
.portfolio-ecosystem a[aria-disabled="true"] { cursor: default; }
.project-card[hidden], .portfolio-filters[hidden], .project-actions > [hidden] { display: none; }
@media (max-width: 768px) {
  .portfolio-grid { grid-template-columns: 1fr; gap: 16px; }
  .project-card { padding: 24px; }
  .portfolio-ecosystem { align-items: flex-start; flex-direction: column; gap: 14px; padding: 24px; }
  .portfolio-ecosystem > div { flex-shrink: 1; }
}
@media (max-width: 375px) {
  .project-card { padding: 20px; }
  .project-card-top { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .project-card, .portfolio-filters button { transition: none; }
}

/* Honeypot: fuera de la vista y del recorrido de teclado/lectores de pantalla. */
.contact-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; pointer-events: none; }
