/*
Theme Name: My Robotic Workers
Theme URI: https://myroboticworkers.com
Description: Tema hijo de GeneratePress para My Robotic Workers.
Author: My Robotic Workers
Author URI: https://myroboticworkers.com
Template: generatepress
Version: 3.0.0
Text Domain: mrw-theme
*/

:root {
  --mrw-ink: #17202a;
  --mrw-muted: #5d6975;
  --mrw-line: #dce5e9;
  --mrw-soft: #f4f8f8;
  --mrw-surface: #ffffff;
  --mrw-brand: #087f8c;
  --mrw-brand-dark: #075f69;
  --mrw-accent: #ffb000;
  --mrw-radius: 18px;
  --mrw-shadow: 0 16px 44px rgba(23, 32, 42, .08);
}

html { scroll-behavior: smooth; }
body {
  color: var(--mrw-ink);
  background: var(--mrw-surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: var(--mrw-brand-dark); text-underline-offset: .16em; }
a:hover { color: var(--mrw-brand); }
.site-header { border-bottom: 1px solid var(--mrw-line); }
.inside-header { padding-block: 18px; }
.site-logo img { width: min(260px, 68vw); height: auto; }
.main-navigation .main-nav ul li a { font-weight: 650; letter-spacing: -.01em; }
.main-navigation .main-nav ul li[class*="current-menu-"] > a { color: var(--mrw-brand); }
.site-content { padding-block: 42px 70px; }
.entry-title, h1, h2, h3 { letter-spacing: -.035em; line-height: 1.16; }
h1 { font-size: clamp(2.25rem, 5vw, 4.8rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.55rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); }
.entry-content > * { max-width: 760px; }
.entry-content > .alignwide, .entry-content > .mrw-wide { max-width: 1180px; }
.entry-content > .alignfull { max-width: none; }
.mrw-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  max-width: 1180px !important;
  padding: clamp(38px, 7vw, 88px);
  border: 1px solid var(--mrw-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 12%, rgba(8,127,140,.15), transparent 34%),
    linear-gradient(145deg, #fff 0%, #f4f9f9 100%);
  overflow: hidden;
}
.mrw-hero--photo {
  min-height: min(720px, 76vh);
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 30%, rgba(255,255,255,.22) 61%, rgba(255,255,255,.02) 100%),
    url("assets/images/hero-automation.webp") center/cover no-repeat;
}
.mrw-hero--photo > div:first-child { max-width: 640px; }
.mrw-kicker {
  margin: 0 0 14px;
  color: var(--mrw-brand-dark);
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .78rem;
}
.mrw-hero h1 { margin: 0 0 22px; max-width: 760px; }
.mrw-lead { color: var(--mrw-muted); font-size: clamp(1.08rem, 1.6vw, 1.3rem); max-width: 660px; }
.mrw-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.mrw-button, .wp-block-button__link, button, input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  background: var(--mrw-brand);
  font-weight: 750;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}
.mrw-button:hover, .wp-block-button__link:hover { transform: translateY(-2px); background: var(--mrw-brand-dark); }
.mrw-button--ghost { color: var(--mrw-ink) !important; background: #fff; border: 1px solid var(--mrw-line); }
.mrw-orbit { min-height: 320px; display: grid; place-items: center; }
.mrw-orbit svg { width: min(100%, 420px); height: auto; filter: drop-shadow(0 24px 30px rgba(8,127,140,.14)); }
.mrw-section { max-width: 1180px !important; margin-block: clamp(64px, 9vw, 116px); }
.mrw-section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }
.mrw-section-head p { color: var(--mrw-muted); max-width: 560px; margin: 0; }
.mrw-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.mrw-card {
  display: block;
  padding: 26px;
  border: 1px solid var(--mrw-line);
  border-radius: var(--mrw-radius);
  color: inherit;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(23,32,42,0);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.mrw-card:hover { color: inherit; transform: translateY(-4px); border-color: #b8d3d6; box-shadow: var(--mrw-shadow); }
.mrw-card__icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 14px; background: #e8f5f5; color: var(--mrw-brand-dark); font-weight: 850; }
.mrw-card h3 { margin: 0 0 10px; }
.mrw-card p { color: var(--mrw-muted); margin: 0; }
.mrw-card--image { padding: 0; overflow: hidden; }
.mrw-card--image img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.mrw-card--image .mrw-card__body { padding: 24px 26px 27px; }
.mrw-page-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 56px;
  padding: clamp(28px, 6vw, 64px);
  overflow: hidden;
  border-radius: 26px;
  background: var(--mrw-soft);
  isolation: isolate;
}
.mrw-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--mrw-page-image, linear-gradient(145deg,#e8f5f5,#fff)) center/cover no-repeat;
}
.mrw-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(10,18,24,.82), rgba(10,18,24,.02) 75%);
}
.mrw-page-hero__content { max-width: 700px; color: #fff; }
.mrw-page-hero h1 { margin: 0; color: #fff; }
.mrw-page-hero p { margin: 14px 0 0; color: rgba(255,255,255,.86); font-size: 1.1rem; }
.mrw-article-shell { display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 300px); gap: clamp(36px, 7vw, 90px); justify-content: center; align-items: start; }
.mrw-article-aside { position: sticky; top: 34px; padding: 22px; border: 1px solid var(--mrw-line); border-radius: 16px; background: var(--mrw-soft); }
.mrw-article-aside strong { display: block; margin-bottom: 8px; }
.mrw-article-aside p { color: var(--mrw-muted); font-size: .92rem; }
.mrw-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-block: 30px; }
.mrw-fact { padding: 18px; border-radius: 14px; background: var(--mrw-soft); }
.mrw-fact small { display: block; color: var(--mrw-muted); }
.mrw-fact strong { font-size: 1.06rem; }
.mrw-verdict { margin-block: 34px; padding: clamp(24px,4vw,38px); border-radius: 18px; color: #fff; background: var(--mrw-brand-dark); }
.mrw-verdict h2 { color: #fff; }
.mrw-comparison-table { width: 100%; border-collapse: collapse; margin-block: 28px; }
.mrw-comparison-table th, .mrw-comparison-table td { padding: 15px; border-bottom: 1px solid var(--mrw-line); text-align: left; }
.mrw-comparison-table th { background: var(--mrw-soft); }
.mrw-badge { display:inline-flex; padding:5px 10px; border-radius:999px; color:var(--mrw-brand-dark); background:#e8f5f5; font-size:.78rem; font-weight:800; letter-spacing:.03em; text-transform:uppercase; }
.mrw-product-shell { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 42px; align-items: start; }
.mrw-product-panel { position: sticky; top: 32px; padding: 26px; border: 1px solid var(--mrw-line); border-radius: var(--mrw-radius); background: var(--mrw-soft); }
.mrw-product-panel dl { margin: 0; }
.mrw-product-panel dt { color: var(--mrw-muted); font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.mrw-product-panel dd { margin: 2px 0 18px; font-weight: 700; }
.mrw-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-block: 28px; }
.mrw-pros-cons > div { padding: 22px; border: 1px solid var(--mrw-line); border-radius: 14px; }
.mrw-disclosure { padding: 14px 18px; border-left: 4px solid var(--mrw-accent); background: #fff8e7; font-size: .92rem; }
.mrw-meta { color: var(--mrw-muted); font-size: .92rem; }
.mrw-empty-link { display: block; padding: 14px; border: 1px dashed #aab9be; border-radius: 12px; color: var(--mrw-muted); text-align: center; }
.mrw-buy-buttons { display: grid; gap: 10px; margin-block: 18px; }
.mrw-score { display:flex; align-items:baseline; gap:7px; margin-bottom:22px; color:var(--mrw-brand-dark); }
.mrw-score strong { font-size:3rem; line-height:1; letter-spacing:-.06em; }
.mrw-score span { color:var(--mrw-muted); font-weight:700; }
.mrw-specs { margin-block:40px; }
.mrw-specs dl { margin:0; border-top:1px solid var(--mrw-line); }
.mrw-specs dl > div { display:grid; grid-template-columns:minmax(140px,.6fr) 1fr; gap:20px; padding:14px 0; border-bottom:1px solid var(--mrw-line); }
.mrw-specs dt { font-weight:750; }
.mrw-specs dd { margin:0; color:var(--mrw-muted); }
.site-footer { border-top: 1px solid var(--mrw-line); background: var(--mrw-soft); }
.footer-widgets { background: transparent; }
.mrw-footer-note { color: var(--mrw-muted); font-size: .9rem; }
@media (max-width: 900px) {
  .mrw-hero, .mrw-product-shell, .mrw-article-shell { grid-template-columns: 1fr; }
  .mrw-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mrw-product-panel, .mrw-article-aside { position: static; }
  .mrw-hero--photo { min-height: 640px; background-position: 62% center; }
}
@media (max-width: 620px) {
  .site-content { padding-top: 22px; }
  .mrw-hero { padding: 30px 22px; border-radius: 20px; }
  .mrw-grid, .mrw-pros-cons { grid-template-columns: 1fr; }
  .mrw-facts { grid-template-columns: 1fr; }
  .mrw-section-head { display: block; }
  .mrw-hero--photo { min-height: 620px; background-image: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 58%, rgba(255,255,255,.12) 100%), url("assets/images/hero-automation.webp"); background-position: 64% center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
