
/* ==========================================================================
   Omega Webs — Landing principal · Dirección visual A · V18
   Mobile-first. Conserva la lógica de demos, modal y WhatsApp existente.
   ========================================================================== */

body.theme-webs {
  --webs-night: #020f24;
  --webs-navy: #031a3d;
  --webs-blue: #007bff;
  --webs-cyan: #12b9f2;
  --webs-sky: #72d3ff;
  --webs-light: #f4f9fd;
  --webs-line: #d7e5f1;
  --webs-ink: #0a1730;
  --webs-muted: #64748b;
  background: #fff;
}

body.theme-webs .nav {
  border-top: 0;
}

.webs-home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 54px 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 84% 15%, rgba(18,185,242,.23), transparent 29%),
    radial-gradient(circle at 12% 90%, rgba(0,123,255,.12), transparent 27%),
    linear-gradient(135deg, #031a3d 0%, #020f24 58%, #063f79 150%);
}

.webs-hero-mesh {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .44;
  background:
    linear-gradient(rgba(114,211,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114,211,255,.055) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
}

.webs-home-hero::before,
.webs-home-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.webs-home-hero::before {
  width: 500px;
  height: 500px;
  right: -290px;
  top: -250px;
  border: 1px solid rgba(114,211,255,.15);
  box-shadow:
    0 0 0 54px rgba(114,211,255,.025),
    0 0 0 108px rgba(114,211,255,.015);
}

.webs-home-hero::after {
  width: 320px;
  height: 320px;
  left: -190px;
  bottom: -205px;
  background: radial-gradient(circle, rgba(0,123,255,.16), transparent 68%);
}

.webs-hero-layout {
  display: grid;
  gap: 45px;
  align-items: center;
}

.webs-hero-copy {
  min-width: 0;
}

.webs-kicker,
.webs-section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #78d6ff;
  font-size: .71rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.webs-hero-copy h1 {
  max-width: 790px;
  margin-top: 18px;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(2.5rem, 12.8vw, 4.18rem);
  line-height: .98;
  letter-spacing: -.062em;
  text-wrap: balance;
}

.webs-hero-copy h1 span {
  display: block;
  background: linear-gradient(90deg, #66b6ff, #65e0ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.webs-hero-lead {
  max-width: 700px;
  margin-top: 23px;
  color: #c6d5e6;
  font-size: clamp(.98rem, 3.7vw, 1.08rem);
  line-height: 1.75;
}

.webs-hero-actions {
  display: grid;
  gap: 11px;
  margin-top: 28px;
}

.webs-btn-primary,
.webs-btn-secondary,
.webs-btn-outline,
.webs-btn-outline-dark {
  min-height: 48px;
  border-radius: 12px;
}

.webs-btn-primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #0069d9, #08a4f4);
  box-shadow: 0 16px 38px rgba(0,123,255,.28);
}

.webs-btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 21px 48px rgba(0,123,255,.38);
}

.webs-btn-secondary {
  color: #fff;
  border-color: rgba(255,255,255,.27);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
}

.webs-btn-secondary:hover {
  color: #fff;
  border-color: rgba(255,255,255,.58);
  background: rgba(255,255,255,.11);
}

.webs-hero-benefits {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.webs-hero-benefits > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #aabdd2;
  font-size: .79rem;
}

.webs-hero-benefits i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #70d4ff;
  font-size: 1rem;
}

.webs-hero-benefits strong {
  color: #fff;
}

.webs-device-stage {
  position: relative;
  min-height: 470px;
  display: grid;
  align-content: center;
  padding: 18px 0 0;
}

.webs-preview-glow {
  position: absolute;
  inset: 11% 7% 14%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18,185,242,.24), rgba(0,123,255,.08) 48%, transparent 72%);
  filter: blur(7px);
}

.webs-desktop-shell {
  position: relative;
  z-index: 2;
  width: min(92vw, 500px);
  height: 310px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 78px rgba(0,0,0,.34);
}

.webs-browser-bar,
.webs-showcase-toolbar {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 40px;
  padding: 7px 10px;
  border-bottom: 1px solid #dce7f1;
  background: #f4f7fb;
}

.browser-dots {
  display: flex;
  gap: 5px;
}

.browser-dots i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.browser-dots i:nth-child(1) { background: #ff6259; }
.browser-dots i:nth-child(2) { background: #ffbd2e; }
.browser-dots i:nth-child(3) { background: #29c941; }

.browser-address,
.browser-url {
  min-width: 0;
  overflow: hidden;
  color: #6b7b90;
  font-size: .64rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browser-status,
.browser-chip {
  color: #0b6bbf;
  font-size: .55rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.preview-desktop,
.preview-phone,
.preview-showcase {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #fff;
}

.webs-desktop-shell .preview-desktop {
  height: calc(100% - 40px);
}

.webs-phone-shell {
  position: absolute;
  z-index: 4;
  right: 3%;
  bottom: 33px;
  width: 128px;
  height: 258px;
  overflow: hidden;
  border: 7px solid #101827;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(0,0,0,.38);
}

.phone-speaker {
  position: absolute;
  z-index: 3;
  width: 36px;
  height: 5px;
  left: 50%;
  top: 7px;
  border-radius: 999px;
  background: #101827;
  transform: translateX(-50%);
}

.webs-phone-shell .preview-phone {
  height: 100%;
}

.webs-preview-label {
  position: absolute;
  z-index: 5;
  left: 2%;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid rgba(114,211,255,.18);
  border-radius: 12px;
  background: rgba(3,26,61,.84);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
}

.preview-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #26d980;
  box-shadow: 0 0 0 6px rgba(38,217,128,.12);
}

.webs-preview-label small,
.webs-preview-label strong {
  display: block;
}

.webs-preview-label small {
  color: #87a2bd;
  font-size: .55rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.webs-preview-label strong {
  margin-top: 2px;
  color: #fff;
  font-size: .75rem;
}

.webs-trust-bar {
  position: relative;
  z-index: 5;
  display: grid;
  gap: 1px;
  margin-top: 45px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}

.webs-trust-bar > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  background: rgba(2,15,36,.69);
}

.trust-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 11px;
  color: #70d4ff;
  background: rgba(0,123,255,.13);
}

.webs-trust-bar strong,
.webs-trust-bar small {
  display: block;
}

.webs-trust-bar strong {
  color: #fff;
  font-size: .82rem;
}

.webs-trust-bar small {
  margin-top: 3px;
  color: #91a8c1;
  font-size: .71rem;
  line-height: 1.5;
}

.webs-examples-section {
  padding: 74px 0;
  background: #f4f9fd;
}

.webs-section-heading {
  display: grid;
  gap: 17px;
}

.webs-section-label {
  color: #0f71b8;
}

.webs-section-heading h2,
.backing-copy h2,
.webs-faq-intro h2,
.webs-closing-cta h2 {
  margin-top: 12px;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(2rem, 8.9vw, 3.46rem);
  line-height: 1.06;
  letter-spacing: -.052em;
  text-wrap: balance;
}

.webs-section-heading p {
  max-width: 570px;
  color: #65758a;
}

.webs-rubro-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 8px;
  margin-top: 31px;
}

.rubro-tab {
  min-width: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 9px;
  color: #51647b;
  border: 1px solid #d5e4f0;
  border-radius: 12px;
  background: #fff;
  font-size: .71rem;
  font-weight: 800;
  cursor: pointer;
}

.rubro-tab:hover,
.rubro-tab.active {
  color: #fff;
  border-color: #087bd1;
  background: linear-gradient(135deg, #006acb, #0da3ea);
  box-shadow: 0 10px 24px rgba(0,123,255,.18);
}

.rubro-tab i {
  flex: 0 0 auto;
  font-size: 1rem;
}

.webs-showcase {
  display: grid;
  gap: 24px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #d5e4f0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(3,26,61,.08);
}

.webs-showcase-copy {
  padding: 25px 22px 0;
}

.showcase-tag {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  color: #0b6bbf;
  background: #e7f5ff;
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.webs-showcase-copy h3 {
  max-width: 570px;
  margin-top: 14px;
  color: #0b1730;
  font-size: clamp(1.65rem, 7vw, 2.3rem);
  line-height: 1.1;
  letter-spacing: -.043em;
}

.webs-showcase-copy > p {
  max-width: 590px;
  margin-top: 13px;
  color: #66768b;
  font-size: .89rem;
  line-height: 1.7;
}

.showcase-features {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.showcase-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #40536b;
  font-size: .77rem;
  font-weight: 750;
}

.showcase-features i {
  flex: 0 0 auto;
  color: #078fea;
}

.showcase-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.webs-btn-outline {
  color: #0c67ab;
  border-color: #b9d8ed;
  background: #f6fbff;
}

.webs-btn-outline:hover {
  color: #07518c;
  border-color: #7cbce5;
  background: #eaf7ff;
}

.webs-showcase-browser {
  min-width: 0;
  height: 440px;
  overflow: hidden;
  border-top: 1px solid #dbe7f0;
  background: #fff;
}

.webs-showcase-browser .preview-showcase {
  height: calc(100% - 40px);
}

.webs-all-examples {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #d5e4f0;
  border-radius: 15px;
  background: #fff;
}

.webs-all-examples span {
  color: #66768b;
  font-size: .78rem;
}

.webs-all-examples a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0b70bd;
  font-size: .78rem;
  font-weight: 850;
}

.webs-process-section {
  padding: 72px 0;
  background: #fff;
}

.webs-process-grid {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.webs-process-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 14px;
  padding: 20px;
  border: 1px solid #d7e5f0;
  border-radius: 18px;
  background: #f8fbfe;
}

.webs-process-grid article > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #0876ce;
  background: #e5f4ff;
  font-family: Manrope, Inter, sans-serif;
  font-size: .72rem;
  font-weight: 850;
}

.webs-process-grid h3 {
  color: #0b1730;
  font-size: .97rem;
}

.webs-process-grid p {
  margin-top: 5px;
  color: #68788d;
  font-size: .79rem;
  line-height: 1.55;
}

.webs-process-link {
  margin-top: 19px;
  text-align: center;
}

.webs-process-link a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0b70bd;
  font-size: .8rem;
  font-weight: 850;
}

.webs-backing-section {
  padding: 70px 0;
  background: #f4f9fd;
}

.webs-backing-panel {
  overflow: hidden;
  color: #fff;
  border-radius: 26px;
  background:
    linear-gradient(rgba(114,211,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114,211,255,.04) 1px, transparent 1px),
    radial-gradient(circle at 87% 10%, rgba(18,185,242,.18), transparent 29%),
    linear-gradient(135deg, #031a3d, #020f24);
  background-size: 28px 28px, 28px 28px, auto, auto;
  box-shadow: 0 27px 70px rgba(3,26,61,.18);
}

.backing-brand {
  min-height: 240px;
  display: grid;
  place-items: center;
  padding: 30px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle, rgba(0,123,255,.16), transparent 62%);
}

.backing-brand img {
  width: min(74%, 310px);
  max-height: 180px;
  padding: 15px;
  object-fit: contain;
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 44px rgba(0,0,0,.25);
}

.backing-copy {
  padding: 29px 23px;
}

.webs-section-label--light {
  color: #77d4ff;
}

.backing-copy h2 {
  max-width: 710px;
  font-size: clamp(1.9rem, 8vw, 3.18rem);
}

.backing-copy p {
  max-width: 660px;
  margin-top: 16px;
  color: #acbed2;
}

.backing-points {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.backing-points span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d1dfed;
  font-size: .76rem;
  font-weight: 750;
}

.backing-points i {
  color: #70d4ff;
}

.webs-backing-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: #79d6ff;
  font-size: .8rem;
  font-weight: 850;
}

.webs-pricing-section {
  padding: 74px 0;
  background: #fff;
}

.webs-pricing-grid {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.webs-price-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 23px;
  border: 1px solid #d7e4ef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(3,26,61,.06);
}

.webs-price-card--featured {
  color: #fff;
  border-color: rgba(0,123,255,.34);
  background:
    radial-gradient(circle at 91% 5%, rgba(18,185,242,.18), transparent 29%),
    linear-gradient(145deg, #031a3d, #062b63);
  box-shadow: 0 24px 56px rgba(3,26,61,.20);
}

.price-featured-label {
  align-self: flex-start;
  margin: -34px 0 17px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #007bff, #12b9f2);
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 9px 22px rgba(0,123,255,.25);
}

.price-plan {
  color: #0b70bd;
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.webs-price-card--featured .price-plan {
  color: #76d4ff;
}

.price-card-head p {
  margin-top: 10px;
  color: #65758a;
  font-size: .84rem;
  line-height: 1.55;
}

.webs-price-card--featured .price-card-head p {
  color: #b9cbdd;
}

.price-setup {
  margin-top: 20px;
  padding: 15px 0;
  border-top: 1px solid #e0e9f1;
  border-bottom: 1px solid #e0e9f1;
}

.webs-price-card--featured .price-setup {
  border-color: rgba(255,255,255,.12);
}

.price-setup small,
.price-setup strong,
.price-setup span {
  display: block;
}

.price-setup small {
  color: #748399;
  font-size: .64rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.webs-price-card--featured .price-setup small {
  color: #8faccc;
}

.price-setup strong {
  margin-top: 4px;
  color: #0b1730;
  font-family: Manrope, Inter, sans-serif;
  font-size: 1.35rem;
}

.webs-price-card--featured .price-setup strong {
  color: #fff;
}

.price-setup span {
  margin-top: 4px;
  color: #7a8799;
  font-size: .68rem;
}

.webs-price-card--featured .price-setup span {
  color: #9db2ca;
}

.price-monthly {
  display: flex;
  align-items: end;
  gap: 7px;
  margin-top: 21px;
}

.price-monthly strong {
  color: #0b1730;
  font-family: Manrope, Inter, sans-serif;
  font-size: 2.65rem;
  line-height: .9;
  letter-spacing: -.05em;
}

.webs-price-card--featured .price-monthly strong {
  color: #fff;
}

.price-monthly sup {
  margin-right: 2px;
  font-size: 1rem;
  vertical-align: top;
}

.price-monthly span {
  color: #77869a;
  font-size: .76rem;
}

.webs-price-card--featured .price-monthly span {
  color: #aabfd5;
}

.webs-price-card ul {
  display: grid;
  gap: 10px;
  margin: 23px 0;
  padding: 0;
  list-style: none;
}

.webs-price-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #53657b;
  font-size: .76rem;
  line-height: 1.48;
}

.webs-price-card--featured li {
  color: #c8d7e6;
}

.webs-price-card li i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #078fea;
}

.webs-price-card .btn {
  width: 100%;
  margin-top: auto;
}

.webs-btn-outline-dark {
  color: #0b67aa;
  border-color: #bad8ec;
  background: #f7fbfe;
}

.webs-btn-outline-dark:hover {
  color: #07518c;
  border-color: #78b9e4;
  background: #eaf7ff;
}

.webs-pricing-note {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #d7e5f0;
  border-radius: 15px;
  background: #f7fbfe;
}

.webs-pricing-note > i {
  color: #0b7acb;
}

.webs-pricing-note span {
  color: #62738a;
  font-size: .75rem;
  line-height: 1.5;
}

.webs-pricing-note a {
  grid-column: 2;
  color: #0b70bd;
  font-size: .75rem;
  font-weight: 850;
}

.webs-faq-section {
  padding: 72px 0;
  background: #f4f9fd;
}

.webs-faq-layout {
  display: grid;
  gap: 30px;
}

.webs-faq-intro h2 {
  max-width: 560px;
  color: #0b1730;
  font-size: clamp(1.9rem, 8vw, 3.15rem);
}

.webs-faq-intro p {
  max-width: 520px;
  margin-top: 15px;
  color: #66768b;
}

.webs-faq-intro > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
  color: #0b70bd;
  font-size: .8rem;
  font-weight: 850;
}

.webs-faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid #d6e4ef;
  border-radius: 15px;
  background: #fff;
}

.faq-q {
  width: 100%;
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 15px 16px;
  color: #12213a;
  border: 0;
  background: transparent;
  font-size: .82rem;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.faq-q i {
  transition: transform .2s ease;
}

.faq-item.open .faq-q i {
  transform: rotate(45deg);
}

.faq-a {
  display: none;
  padding: 0 16px 16px;
}

.faq-item.open .faq-a {
  display: block;
}

.faq-a p {
  color: #66768b;
  font-size: .78rem;
  line-height: 1.6;
}

.webs-closing-cta {
  padding: 68px 0;
  color: #fff;
  background:
    radial-gradient(circle at 90% 50%, rgba(18,185,242,.17), transparent 28%),
    linear-gradient(135deg, #031a3d, #020f24);
}

.webs-closing-grid {
  display: grid;
  gap: 28px;
}

.webs-closing-cta h2 {
  max-width: 800px;
  font-size: clamp(1.9rem, 8.3vw, 3.25rem);
}

.webs-closing-cta p {
  max-width: 640px;
  margin-top: 14px;
  color: #b0c2d5;
}

.webs-closing-actions {
  display: grid;
  gap: 13px;
}

.webs-closing-actions .webs-btn-primary {
  width: 100%;
}

.webs-closing-actions > span {
  color: #8fa7c1;
  font-size: .74rem;
  text-align: center;
}

body.theme-webs .nav-toggle {
  width: 44px;
  height: 44px;
}

@media (min-width: 390px) {
  .webs-rubro-tabs {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  .webs-phone-shell {
    width: 140px;
    height: 282px;
  }

  .webs-preview-label {
    left: 5%;
  }
}

@media (min-width: 700px) {
  .webs-home-hero {
    padding-top: 70px;
  }

  .webs-hero-layout {
    gap: 58px;
  }

  .webs-hero-copy h1 {
    font-size: clamp(3.5rem, 9vw, 5.1rem);
  }

  .webs-hero-actions {
    display: flex;
  }

  .webs-hero-benefits {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  .webs-trust-bar {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  .webs-trust-bar > div + div {
    border-left: 1px solid rgba(255,255,255,.08);
  }

  .webs-section-heading {
    grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr);
    align-items: end;
  }

  .webs-rubro-tabs {
    grid-template-columns: repeat(6, minmax(0,1fr));
  }

  .webs-showcase-copy {
    padding: 34px 34px 0;
  }

  .showcase-actions {
    display: flex;
  }

  .webs-all-examples {
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
  }

  .webs-process-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .webs-backing-panel {
    display: grid;
    grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr);
  }

  .backing-brand {
    min-height: 100%;
    border-right: 1px solid rgba(255,255,255,.10);
    border-bottom: 0;
  }

  .backing-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
  }

  .backing-points {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  .webs-pricing-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
    align-items: stretch;
  }

  .webs-faq-layout {
    grid-template-columns: minmax(0,.82fr) minmax(360px,1.18fr);
    align-items: start;
  }

  .webs-closing-grid {
    grid-template-columns: minmax(0,1fr) auto;
    align-items: end;
  }

  .webs-closing-actions {
    justify-items: end;
  }

  .webs-closing-actions .webs-btn-primary {
    width: auto;
  }

  .webs-closing-actions > span {
    text-align: right;
  }
}

@media (min-width: 1000px) {
  .webs-home-hero {
    padding-top: 78px;
  }

  .webs-hero-layout {
    grid-template-columns: minmax(0,1.04fr) minmax(440px,.96fr);
    gap: 78px;
  }

  .webs-hero-copy h1 {
    font-size: clamp(4.1rem, 5.35vw, 5.95rem);
  }

  .webs-device-stage {
    min-height: 560px;
  }

  .webs-desktop-shell {
    width: min(36vw, 540px);
    height: 340px;
  }

  .webs-phone-shell {
    right: 0;
    bottom: 58px;
    width: 155px;
    height: 314px;
  }

  .webs-preview-label {
    left: 0;
    bottom: 39px;
  }

  .webs-trust-bar {
    margin-top: 58px;
  }

  .webs-examples-section {
    padding: 92px 0;
  }

  .webs-showcase {
    grid-template-columns: minmax(340px,.82fr) minmax(0,1.18fr);
    align-items: stretch;
  }

  .webs-showcase-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px;
  }

  .showcase-actions {
    margin-top: 26px;
  }

  .webs-showcase-browser {
    height: 570px;
    border-top: 0;
    border-left: 1px solid #dbe7f0;
  }

  .webs-process-section {
    padding: 90px 0;
  }

  .webs-process-grid {
    grid-template-columns: repeat(4, minmax(0,1fr));
  }

  .webs-process-grid article {
    grid-template-columns: 1fr;
    min-height: 225px;
    align-content: start;
  }

  .webs-backing-section {
    padding: 92px 0;
  }

  .webs-pricing-section {
    padding: 92px 0;
  }

  .webs-price-card {
    min-height: 635px;
  }

  .webs-faq-section {
    padding: 90px 0;
  }

  .webs-closing-cta {
    padding: 82px 0;
  }
}

@media (max-width: 359px) {
  .webs-hero-copy h1 {
    font-size: 2.25rem;
  }

  .webs-kicker {
    font-size: .61rem;
    letter-spacing: .09em;
  }

  .webs-desktop-shell {
    width: 275px;
    height: 250px;
  }

  .webs-phone-shell {
    width: 108px;
    height: 220px;
  }

  .webs-rubro-tabs {
    grid-template-columns: 1fr;
  }

  .product-card-head {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .webs-btn-primary,
  .webs-btn-secondary,
  .rubro-tab,
  .webs-price-card,
  .faq-q i {
    transition: none;
  }
}


/* ==========================================================================
   HOTFIX VISUAL V20
   - Navbar fijo: separación correcta del kicker.
   - Iframes: escalado interno, no sobre el elemento iframe.
   - Contraste de pestañas e iconos.
   ========================================================================== */

body.theme-webs .webs-home-hero{
  padding-top:134px;
}

/* El transform anterior sobre el iframe causaba doble escalado y artefactos
   de composición. El escalado vive ahora dentro del documento de la demo. */
body.theme-webs .webs-desktop-shell,
body.theme-webs .webs-phone-shell,
body.theme-webs .webs-showcase-browser{
  contain:paint;
  isolation:isolate;
}

body.theme-webs .webs-desktop-shell .preview-desktop,
body.theme-webs .webs-phone-shell .preview-phone,
body.theme-webs .webs-showcase-browser .preview-showcase{
  position:static!important;
  inset:auto!important;
  width:100%!important;
  max-width:none!important;
  transform:none!important;
  transform-origin:initial!important;
  pointer-events:none;
}

body.theme-webs .webs-desktop-shell .preview-desktop{
  height:calc(100% - 40px)!important;
}

body.theme-webs .webs-phone-shell .preview-phone{
  height:100%!important;
}

body.theme-webs .webs-showcase-browser .preview-showcase{
  height:calc(100% - 40px)!important;
}

/* El CSS heredado tenía mayor especificidad y dejaba azul sobre azul. */
body.theme-webs .rubro-tab.active,
body.theme-webs .rubro-tab.active i,
body.theme-webs .rubro-tab.active span{
  color:#fff!important;
}

body.theme-webs .rubro-tab.active{
  border-color:#087bd1!important;
  background:linear-gradient(135deg,#006acb,#0da3ea)!important;
}

/* Garantía visible para cualquier icono de la franja. */
body.theme-webs .webs-trust-bar .trust-icon i{
  display:block;
  color:#70d4ff;
  font-size:1.08rem;
}

@media (min-width:700px){
  body.theme-webs .webs-home-hero{
    padding-top:146px;
  }
}

@media (min-width:1000px){
  body.theme-webs .webs-home-hero{
    padding-top:150px;
  }
}

@media (max-width:359px){
  body.theme-webs .webs-home-hero{
    padding-top:122px;
  }

  body.theme-webs .webs-phone-shell{
    width:118px;
    height:236px;
  }
}


/* Hotel icon V21: SVG propio para no depender de un glifo ausente. */
body.theme-webs .rubro-icon-svg{
  flex:0 0 auto;
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
