:root {
  --servy-brand: #ed241c;
  --servy-brand-hover: #d51d17;
  --servy-brand-pressed: #bd1712;
  --servy-brand-soft: #fff2f1;
  --servy-brand-pale: #ffe1de;
  --servy-ink: #191919;
  --servy-muted: #6b6868;
  --servy-line: #e8e4e3;
  --servy-surface: #f8f7f7;
}

.studio-icon-preview{display:flex;align-items:center;gap:8px;margin:8px 0;font-weight:700}.studio-icon-preview img,.studio-plan-icon{width:38px;height:38px;object-fit:contain;border-radius:9px;background:#fff;border:1px solid #eee}.studio-plan-editors{margin-top:24px}.studio-plan-editors>h3{margin-bottom:12px}.studio-plan-editors .studio-item{margin-bottom:10px}

/* Comunidad: composición editorial exclusiva para escritorio */
@media (min-width: 768px) {
  body.page-community .desktop-nav a:nth-child(3) { order: 4; }
  body.page-community .desktop-nav a.desktop-home-community { order: 3; }
  body.page-community .desktop-home-notifications { position: relative; }
  body.page-community .desktop-home-notifications span {
    position: absolute; top: 0; right: 0; display: grid; place-items: center;
    width: 16px; height: 16px; border: 2px solid #d70000; border-radius: 50%;
    background: #fff; color: var(--servy-brand); font-size: 8px; font-weight: 900;
  }
  body.page-community .servy-community-searchband { padding: 0 0 14px; }
  body.page-community .servy-community-searchband > .shell { width: min(calc(100% - 104px), 1430px); }
  body.page-community .servy-community-searchband .servy-home-search {
    min-height: 56px; padding: 6px 8px 6px 18px; border-radius: 12px;
  }
  body.page-community .servy-community-searchband .servy-home-search input { font-size: 13px; }
  body.page-community .servy-community-searchband .servy-home-search button {
    min-width: 100px; min-height: 42px; border-radius: 9px; font-size: 12px;
  }
  body.page-community .servy-community-page { padding: 28px 0 42px; }
  body.page-community .servy-community-shell {
    display: grid; grid-template-columns: minmax(0, 1fr) 286px; gap: 76px;
    width: min(calc(100% - 112px), 1320px); max-width: none;
  }
  body.page-community .community-main-column { position: relative; min-width: 0; }
  body.page-community .servy-community-intro { position: relative; min-height: 148px; padding-right: 410px; }
  body.page-community .servy-community-intro > span { font-size: 10px; }
  body.page-community .servy-community-intro h1 { margin: 13px 0 12px; font-size: 40px; }
  body.page-community .servy-community-intro p { max-width: 550px; font-size: 14px; line-height: 1.55; }

  body.page-community .community-people-art {
    position: absolute; top: -10px; right: 18px; display: block !important; width: 350px; height: 150px;
  }
  body.page-community .community-person {
    position: absolute; z-index: 2; display: grid; place-items: center; width: 62px; height: 62px;
    border: 8px solid #ffe8e8; border-radius: 50%; background: #fff4f4; color: var(--servy-brand);
  }
  body.page-community .community-person .icon { width: 30px; height: 30px; }
  body.page-community .community-person--one { left: 22px; top: 66px; }
  body.page-community .community-person--two { right: 28px; top: 16px; }
  body.page-community .community-person--three { right: 38px; bottom: -4px; }
  body.page-community .community-chat-shape {
    position: absolute; left: 123px; top: 67px; width: 132px; height: 53px; border-radius: 9px;
    background: var(--servy-brand); box-shadow: -40px -49px 0 -15px #f2f2f2, -15px -25px 0 -13px #efefef;
  }
  body.page-community .community-chat-shape::after {
    content: ''; position: absolute; right: 17px; bottom: -12px; border: 12px solid transparent; border-top-color: var(--servy-brand); transform: rotate(20deg);
  }
  body.page-community .community-chat-shape i { position: absolute; left: 22px; right: 22px; height: 3px; border-radius: 4px; background: #fff; }
  body.page-community .community-chat-shape i:first-child { top: 18px; }
  body.page-community .community-chat-shape i:last-child { top: 30px; right: 52px; }

  body.page-community .community-trust { grid-template-columns: repeat(3, 1fr); gap: 0; margin: 9px 0 24px; border: 1px solid #ededed; border-radius: 12px; overflow: hidden; }
  body.page-community .community-trust article { gap: 10px; min-height: 62px; padding: 10px 14px; border: 0; border-right: 1px solid #ededed; border-radius: 0; }
  body.page-community .community-trust article:last-child { border-right: 0; }
  body.page-community .community-trust .icon { width: 36px; height: 36px; padding: 8px; }
  body.page-community .community-trust strong { font-size: 11px; }
  body.page-community .community-trust small { font-size: 9px; }

  body.page-community .community-space-cards { gap: 18px; margin-top: 0; }
  body.page-community .community-space-cards > a { min-height: 122px; padding: 18px 20px 15px 72px; align-content: center; border-radius: 11px; }
  body.page-community .community-space-icon { position: absolute; left: 18px; top: 20px; width: 39px; height: 39px; padding: 9px; }
  body.page-community .community-space-cards > a > b { top: 49px; right: 18px; font-size: 24px; }
  body.page-community .community-space-cards strong { margin-top: 0; font-size: 16px; }
  body.page-community .community-space-cards small { font-size: 10px; }
  body.page-community .community-space-cards em { margin-top: 12px; font-size: 8px; }
  body.page-community .community-login-cta,
  body.page-community .community-new-thread > summary { justify-content: flex-start; min-height: 70px; margin-top: 18px; padding: 0 24px; border-radius: 10px; background: linear-gradient(100deg,#d80000,#ff2020); font-size: 14px; }
  body.page-community .community-login-cta::after { content: 'Iniciar sesión  ›'; margin-left: auto; padding: 11px 22px; border-radius: 8px; background: #fff; color: var(--servy-brand); font-size: 11px; }
  body.page-community .community-login-note { margin: 8px 0 0; font-size: 9px; }
  body.page-community .community-recent { margin-top: 22px; }
  body.page-community .community-recent > header { margin-bottom: 10px; }
  body.page-community .community-recent h2 { font-size: 17px; }
  body.page-community .community-thread-list { gap: 0; border: 1px solid #e7e7e7; border-radius: 11px; overflow: hidden; }
  body.page-community .community-thread-list > a { min-height: 72px; padding: 10px 14px; border: 0; border-bottom: 1px solid #e7e7e7; border-radius: 0; }
  body.page-community .community-thread-list > a:last-child { border-bottom: 0; }
  body.page-community .thread-copy strong { font-size: 13px; }

  body.page-community .desktop-community-sidebar { display: grid !important; align-content: start; gap: 16px; }
  body.page-community .desktop-community-sidebar > section { padding: 20px 22px; border: 1px solid #e1e1e1; border-radius: 12px; background: #fff; }
  body.page-community .desktop-community-sidebar h2 { margin: 0 0 14px; font-size: 15px; }
  body.page-community .desktop-community-sidebar section > a:not(.community-rules-button) { display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: center; min-height: 58px; }
  body.page-community .desktop-community-sidebar section > a > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--servy-brand-soft); color: var(--servy-brand); }
  body.page-community .desktop-community-sidebar section > a .icon { width: 19px; }
  body.page-community .desktop-community-sidebar b,
  body.page-community .desktop-community-sidebar small { display: block; }
  body.page-community .desktop-community-sidebar b { font-size: 11px; }
  body.page-community .desktop-community-sidebar b small { margin-top: 3px; color: var(--servy-muted); font-size: 8px; font-weight: 400; }
  body.page-community .desktop-community-rules ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
  body.page-community .desktop-community-rules li { display: flex; gap: 9px; align-items: center; font-size: 9px; }
  body.page-community .desktop-community-rules li i { display: grid; place-items: center; width: 14px; height: 14px; border: 1px solid var(--servy-brand); border-radius: 50%; color: var(--servy-brand); font-size: 8px; font-style: normal; font-weight: 900; }
  body.page-community .community-rules-button { display: flex; justify-content: center; margin-top: 18px; padding: 9px; border: 1px solid #e3e3e3; border-radius: 7px; font-size: 9px; font-weight: 850; }
  body.page-community .desktop-community-help p { margin: 0 0 14px; color: var(--servy-muted); font-size: 10px; line-height: 1.55; }
  body.page-community .desktop-community-help > a { display: flex !important; grid-template-columns: none !important; justify-content: center; gap: 8px !important; min-height: 39px !important; border-radius: 7px; background: #0ebc5b; color: #fff; font-size: 10px; font-weight: 850; }
  body.page-community .desktop-community-help > a .icon { width: 16px; }
  body.page-community .desktop-community-help > small { margin-top: 12px; color: var(--servy-muted); text-align: center; font-size: 8px; }
}

/* Centro de ayuda renovado: composición exclusiva para móvil. */
.help-center-page { display: none; }

@media (min-width: 768px) {
  body.page-help { background: #fff; }
  body.page-help .help-desktop-page { display: block; padding: 30px 0 20px; background: #fff; }
  body.page-help .help-desktop-shell { width: min(1240px, calc(100% - 64px)); }
  body.page-help .help-desktop-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 24px; align-items: start; }
  body.page-help .help-desktop-main { min-width: 0; }
  body.page-help .help-desktop-hero { display: grid; grid-template-columns: minmax(390px, .9fr) minmax(330px, 1.1fr); align-items: center; min-height: 255px; }
  body.page-help .help-desktop-hero-copy { position: relative; z-index: 2; padding: 6px 0 0 16px; }
  body.page-help .help-desktop-hero .eyebrow { color: var(--servy-brand); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
  body.page-help .help-desktop-hero h1 { margin: 14px 0 10px; font-size: clamp(36px, 3.3vw, 52px); line-height: 1; letter-spacing: -.048em; }
  body.page-help .help-desktop-hero p { max-width: 480px; margin: 0; color: #626262; font-size: 15px; line-height: 1.55; }
  body.page-help .help-desktop-agent { align-self: end; justify-self: center; width: min(100%, 520px); max-height: 245px; object-fit: contain; object-position: center bottom; }
  body.page-help .help-desktop-search { display: grid; grid-template-columns: 24px minmax(0,1fr) 92px; align-items: center; gap: 12px; width: min(100%, 520px); min-height: 48px; margin-top: 22px; padding: 5px 6px 5px 16px; border: 1px solid #e4e4e4; border-radius: 8px; background: #fff; box-shadow: 0 8px 23px rgba(22,22,22,.045); }
  body.page-help .help-desktop-search .icon { width: 20px; height: 20px; }
  body.page-help .help-desktop-search input { min-width: 0; border: 0; outline: 0; color: var(--servy-ink); font-size: 12px; }
  body.page-help .help-desktop-search button { min-height: 37px; border: 0; border-radius: 6px; background: var(--servy-brand); color: #fff; font-size: 11px; font-weight: 850; cursor: pointer; }

  body.page-help .help-desktop-sidebar { display: grid; gap: 20px; }
  body.page-help .help-desktop-sidebar > section { border: 1px solid #e5e5e5; border-radius: 10px; background: #fff; box-shadow: 0 8px 22px rgba(22,22,22,.035); }
  body.page-help .help-desktop-benefits { display: grid; gap: 1px; padding: 15px 18px; }
  body.page-help .help-desktop-benefits article { display: grid; grid-template-columns: 42px 1fr; gap: 11px; align-items: center; min-height: 57px; }
  body.page-help .help-desktop-benefits article > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; }
  body.page-help .help-desktop-benefits article > span .icon { width: 19px; height: 19px; }
  body.page-help .help-desktop-benefits strong, body.page-help .help-desktop-benefits small { display: block; }
  body.page-help .help-desktop-benefits strong { font-size: 11px; }
  body.page-help .help-desktop-benefits small { margin-top: 4px; color: #747474; font-size: 9px; }
  body.page-help .help-desktop-benefits .is-green > span { background: #eaf9f2; color: #0da665; }
  body.page-help .help-desktop-benefits .is-purple > span { background: #f2ebfd; color: #7c36d9; }
  body.page-help .help-desktop-benefits .is-blue > span { background: #eaf4ff; color: #3889e9; }
  body.page-help .help-desktop-benefits .is-orange > span { background: #fff1e7; color: #e97820; }

  body.page-help .help-desktop-actions { margin-top: 14px; }
  body.page-help .help-desktop-actions h2, body.page-help .help-desktop-topics h2 { margin: 0 0 13px; font-size: 20px; letter-spacing: -.025em; }
  body.page-help .help-desktop-action-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
  body.page-help .help-desktop-action-grid button { display: grid; grid-template-columns: 48px minmax(0,1fr) 22px; align-items: center; gap: 12px; min-height: 96px; padding: 14px 15px; text-align: left; border: 1px solid #e8e8e8; border-radius: 9px; background: #fff; cursor: pointer; }
  body.page-help .help-desktop-action-grid button.is-red { border-color: #ffc9c7; background: #fff9f9; }
  body.page-help .help-desktop-action-grid button > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; }
  body.page-help .help-desktop-action-grid button > span .icon { width: 22px; }
  body.page-help .help-desktop-action-grid button > .icon { width: 19px; }
  body.page-help .help-desktop-action-grid strong, body.page-help .help-desktop-action-grid small { display: block; }
  body.page-help .help-desktop-action-grid strong { font-size: 12px; }
  body.page-help .help-desktop-action-grid small { margin-top: 5px; color: #686868; font-size: 9px; line-height: 1.45; }
  body.page-help .help-desktop-action-grid .is-green > span { background: #eaf9f2; color: #0d9d61; }
  body.page-help .help-desktop-action-grid .is-green > .icon { color: #0d9d61; }
  body.page-help .help-desktop-action-grid .is-red > span { background: #ffebea; color: var(--servy-brand); }
  body.page-help .help-desktop-action-grid .is-red > .icon { color: var(--servy-brand); }
  body.page-help .help-desktop-action-grid .is-blue > span { background: #ebf4ff; color: #3788e8; }
  body.page-help .help-desktop-action-grid .is-blue > .icon { color: #3788e8; }

  body.page-help .help-desktop-topics { margin-top: 31px; }
  body.page-help .help-desktop-section-head { display: flex; justify-content: space-between; align-items: center; }
  body.page-help .help-desktop-section-head > a { display: inline-flex; gap: 7px; align-items: center; color: var(--servy-brand); font-size: 10px; font-weight: 800; }
  body.page-help .help-desktop-section-head > a .icon { width: 15px; }
  body.page-help .help-desktop-topic-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
  body.page-help .help-desktop-topic-grid > a { display: grid; grid-template-columns: 36px minmax(0,1fr) 14px; gap: 9px; align-items: center; min-height: 70px; padding: 10px; border: 1px solid #e9e9e9; border-radius: 8px; }
  body.page-help .help-desktop-topic-grid > a > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #f7f7f7; color: var(--servy-brand); }
  body.page-help .help-desktop-topic-grid > a > span .icon { width: 17px; }
  body.page-help .help-desktop-topic-grid > a > .icon { width: 13px; color: #777; }
  body.page-help .help-desktop-topic-grid strong, body.page-help .help-desktop-topic-grid small { display: block; }
  body.page-help .help-desktop-topic-grid strong { font-size: 10px; line-height: 1.2; }
  body.page-help .help-desktop-topic-grid small { margin-top: 4px; color: #777; font-size: 8px; line-height: 1.35; }

  body.page-help .help-desktop-contact { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 18px; align-items: center; min-height: 94px; margin-top: 20px; padding: 15px 22px; border-radius: 9px; background: linear-gradient(90deg,#fff5f4,#fffafa); }
  body.page-help .help-contact-block { display: grid; grid-template-columns: 47px minmax(0,1fr) max-content; align-items: center; gap: 12px; }
  body.page-help .help-contact-block > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #ffe8e6; color: var(--servy-brand); }
  body.page-help .help-contact-block > span .icon { width: 22px; }
  body.page-help .help-contact-block strong, body.page-help .help-contact-block small { display: block; }
  body.page-help .help-contact-block strong { font-size: 11px; }
  body.page-help .help-contact-block small { max-width: 210px; margin-top: 4px; color: #686868; font-size: 8.5px; line-height: 1.45; }
  body.page-help .help-contact-block > a { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 0 15px; border: 1px solid var(--servy-brand); border-radius: 6px; color: var(--servy-brand); font-size: 9px; font-weight: 850; }
  body.page-help .help-contact-block.is-whatsapp > a { border-color: var(--servy-brand); background: var(--servy-brand); color: #fff; }
  body.page-help .help-contact-block > a .icon { width: 14px; }
  body.page-help .help-contact-divider { width: 1px; height: 56px; background: #eadfdf; }
  body.page-help .help-desktop-bottom-strip { display: flex; justify-content: space-between; align-items: center; min-height: 42px; margin-top: 18px; padding: 0 15px; border-radius: 7px; background: #fcfcfc; color: #676767; font-size: 9px; }
  body.page-help .help-desktop-bottom-strip button { display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; color: var(--servy-brand); font-size: 9px; font-weight: 850; cursor: pointer; }
  body.page-help .help-desktop-bottom-strip .icon { width: 14px; }

  body.page-help .help-desktop-quick { padding: 17px 18px; }
  body.page-help .help-desktop-quick h2 { margin: 0 0 12px; font-size: 14px; }
  body.page-help .help-desktop-quick > a { display: grid; grid-template-columns: 38px minmax(0,1fr) 15px; gap: 10px; align-items: center; min-height: 58px; border-top: 1px solid #f0f0f0; }
  body.page-help .help-desktop-quick > a:first-of-type { border-top: 0; }
  body.page-help .help-desktop-quick > a > span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: #f7f7f7; color: #555; }
  body.page-help .help-desktop-quick > a > span .icon { width: 17px; }
  body.page-help .help-desktop-quick > a > .icon { width: 13px; color: #777; }
  body.page-help .help-desktop-quick strong, body.page-help .help-desktop-quick small { display: block; }
  body.page-help .help-desktop-quick strong { font-size: 10px; }
  body.page-help .help-desktop-quick small { margin-top: 4px; color: #777; font-size: 8px; }
}

@media (max-width: 767px) {
  body.page-help { background: #fff; }
  body.page-help .site-footer { display: none; }
  body.page-help .help-desktop-legacy { display: none; }
  body.page-help .help-center-page { display: block; padding: 38px 0 28px; background: #fff; }
  body.page-help .help-center-shell { width: min(calc(100% - 40px), 640px); }

  .help-center-intro .eyebrow { color: var(--servy-brand); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
  .help-center-intro h1 { margin: 9px 0 10px; font-size: clamp(32px, 9vw, 46px); line-height: 1.05; letter-spacing: -.045em; }
  .help-center-intro p { margin: 0; color: #686868; font-size: 17px; line-height: 1.55; }

  .help-center-search { display: grid; grid-template-columns: 25px 1fr; align-items: center; gap: 12px; min-height: 62px; margin: 24px 0 18px; padding: 0 21px; border: 1px solid #e4e4e4; border-radius: 999px; background: #fff; box-shadow: 0 8px 24px rgba(22,22,22,.07); }
  .help-center-search .icon { width: 24px; height: 24px; color: var(--servy-brand); stroke-width: 2; }
  .help-center-search input[type="search"] { min-width: 0; height: 54px; padding: 0; border: 0; outline: 0; background: transparent; color: var(--servy-ink); font-size: 16px; }

  .help-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; padding: 20px 10px; border: 1px solid #ededed; border-radius: 20px; background: #fff; box-shadow: 0 9px 25px rgba(22,22,22,.055); }
  .help-trust-grid article { min-width: 0; text-align: center; }
  .help-trust-grid article > span { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 10px; border-radius: 50%; }
  .help-trust-grid article > span .icon { width: 24px; height: 24px; }
  .help-trust-grid strong,.help-trust-grid small { display: block; }
  .help-trust-grid strong { min-height: 42px; font-size: 12px; line-height: 1.35; }
  .help-trust-grid small { margin-top: 7px; color: #737373; font-size: 10px; line-height: 1.4; }
  .help-trust-grid .is-green > span { background: #e9faf2; color: #08a862; }
  .help-trust-grid .is-purple > span { background: #f1eafd; color: #7c35dc; }
  .help-trust-grid .is-blue > span { background: #eaf4ff; color: #3688ed; }
  .help-trust-grid .is-orange > span { background: #fff1e7; color: #e9751d; }

  .help-center-actions { margin-top: 24px; }
  .help-center-actions h2 { margin: 0 0 12px; font-size: 21px; letter-spacing: -.025em; }
  .help-action-list { display: grid; gap: 9px; }
  .help-action-list button { display: grid; grid-template-columns: 54px minmax(0,1fr) 48px; align-items: center; gap: 14px; width: 100%; min-height: 104px; padding: 13px 15px; text-align: left; border: 1px solid #ededed; border-radius: 18px; background: #fff; box-shadow: 0 7px 20px rgba(22,22,22,.045); cursor: pointer; }
  .help-action-list button.is-red { border-color: #ff312b; background: linear-gradient(90deg,#fffafa,#fff); }
  .help-action-icon,.help-action-arrow { display: grid; place-items: center; border-radius: 50%; }
  .help-action-icon { width: 54px; height: 54px; }
  .help-action-arrow { width: 48px; height: 48px; justify-self: end; }
  .help-action-icon .icon { width: 26px; height: 26px; }
  .help-action-arrow .icon { width: 25px; height: 25px; }
  .help-action-list strong,.help-action-list small { display: block; }
  .help-action-list strong { font-size: 16px; line-height: 1.25; }
  .help-action-list small { margin-top: 5px; color: #747474; font-size: 12px; line-height: 1.45; }
  .help-action-list .is-green .help-action-icon,.help-action-list .is-green .help-action-arrow { background: #eaf9f2; color: #119a60; }
  .help-action-list .is-red .help-action-icon,.help-action-list .is-red .help-action-arrow { background: #ffebea; color: var(--servy-brand); }
  .help-action-list .is-blue .help-action-icon,.help-action-list .is-blue .help-action-arrow { background: #edf5ff; color: #438ce8; }

  .help-whatsapp-card { position: relative; min-height: 176px; margin-top: 17px; padding: 24px 20px 69px; overflow: hidden; border-radius: 19px; background: linear-gradient(110deg,#fff2f2 0%,#fff9f8 100%); }
  .help-whatsapp-copy { position: relative; z-index: 2; display: grid; grid-template-columns: 40px 1fr; gap: 10px; align-items: start; max-width: 76%; }
  .help-whatsapp-robot { display: grid; place-items: center; width: 40px; height: 40px; color: var(--servy-brand); }
  .help-whatsapp-robot .icon { width: 28px; height: 28px; }
  .help-whatsapp-card h2 { margin: 0; font-size: 19px; }
  .help-whatsapp-card p { margin: 4px 0 0; font-size: 12px; line-height: 1.45; }
  .help-whatsapp-card > a { position: absolute; z-index: 3; left: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 8px; min-height: 41px; padding: 0 17px; border-radius: 9px; background: var(--servy-brand); color: #fff; font-size: 13px; font-weight: 850; }
  .help-whatsapp-card > a .icon { width: 17px; }
  .help-agent-art { position: absolute; z-index: 1; right: -3px; bottom: -5px; display: grid; place-items: end center; width: 42%; height: 100%; }
  .help-agent-art span { font-size: 88px; line-height: 1; filter: drop-shadow(0 8px 14px rgba(0,0,0,.08)); }
}

/* Desktop logo treatment: preserve each brand's proportions and improve legibility. */
@media (min-width: 768px) {
  body.page-home .desktop-featured-grid .service-brand {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    padding: 3px;
    border: 1px solid #eee9e7;
    border-radius: 11px;
    background: #fff;
    overflow: hidden;
  }

  body.page-home .desktop-featured-grid .service-brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
  }

  body.page-home .desktop-home-new .service-brand,
  body.page-home .desktop-home-popular .service-brand {
    padding: 2px;
    border: 1px solid #eee9e7;
    background: #fff;
    overflow: hidden;
  }

  body.page-home .desktop-home-new .service-brand img,
  body.page-home .desktop-home-popular .service-brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
  }

  body.page-marketplace .desktop-category-card .service-brand {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    padding: 2px;
    border: 1px solid #eee9e7;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
  }

  body.page-marketplace .desktop-category-card .service-brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
  }
}

/*
 * Contenedor maestro de escritorio.
 *
 * Servicios es la referencia visual del sitio: 1240 px como ancho maximo y
 * 78 px de margen por lado en un viewport de 1366 px. Varias fases antiguas
 * dejaron anchos particulares para Home, Comunidad, Ayuda y los detalles;
 * estas reglas cierran la cascada y mantienen el mismo eje al navegar.
 */
@media (min-width: 768px) {
  body:not(.page-studio) .shell:not(.narrow) {
    width: min(calc(100% - 156px), 1240px) !important;
    max-width: none !important;
    margin-inline: auto !important;
  }

  body:not(.page-studio) .compact-market,
  body:not(.page-studio) .servy-community-shell,
  body:not(.page-studio) .servy-offer-shell,
  body:not(.page-studio) .help-center-shell,
  body:not(.page-studio) .help-desktop-shell {
    width: min(calc(100% - 156px), 1240px) !important;
    max-width: none !important;
    margin-inline: auto !important;
  }

  /* La navegacion de categorias conserva el mismo ancho, alto y separacion. */
  body.page-home .home-pills,
  body.page-marketplace .services-pills,
  body.page-service .service-desktop-pills {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)) !important;
    gap: 14px !important;
    width: auto !important;
    
    justify-content: stretch !important;
    overflow: visible !important;
  }

  body.page-home .home-pills a,
  body.page-marketplace .services-pills a,
  body.page-service .service-desktop-pills a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 8px 11px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    order: initial !important;
  }

  body.page-home .home-pills a .icon,
  body.page-marketplace .services-pills a .icon,
  body.page-service .service-desktop-pills a .icon {
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
  }
}

/* Ficha de servicio desktop 2026: composición independiente de móvil. */
@media (min-width: 768px) {
  body.page-service .desktop-nav a.desktop-home-community { order: 3; }
  body.page-service .desktop-nav a:nth-child(3) { order: 4; }
  body.page-service .service-page { padding: 28px 0 44px; background: #fff; }
  body.page-service .servy-service-searchband { padding-bottom: 14px; }
  body.page-service .servy-service-detail > .shell { width: min(1400px, calc(100% - 64px)); }
  body.page-service .service-desktop-pills { display: grid !important; grid-template-columns: repeat(7, max-content); justify-content: center; gap: 28px; margin: 17px 0 25px; }
  body.page-service .service-desktop-pills a { min-height: 38px; padding: 8px 21px; border-color: #e2e2e2; color: #161616; font-size: 11px; }
  body.page-service .service-desktop-pills a.is-active { border-color: var(--servy-brand); background: var(--servy-brand); color: #fff; }
  body.page-service .service-breadcrumbs { margin: 0 0 18px; font-size: 11px; }
  body.page-service .service-profile,
  body.page-service .service-benefits,
  body.page-service .service-plans-heading,
  body.page-service .service-plan-list,
  body.page-service .service-confidence,
  body.page-service .servy-service-detail > .shell > .notice-card { display: none; }

  body.page-service .desktop-service-product { display: grid !important; grid-template-columns: minmax(0, 1fr) 320px; gap: 54px; align-items: start; }
  body.page-service .desktop-service-product__main { min-width: 0; }
  body.page-service .desktop-service-hero { display: grid; grid-template-columns: 152px minmax(0,1fr); gap: 35px; align-items: center; }
  body.page-service .desktop-service-hero__brand { display: grid; gap: 8px; }
  body.page-service .desktop-service-hero__brand .service-brand--large { width: 146px; height: 132px; border-radius: 18px; }
  body.page-service .desktop-service-hero__brand .service-brand--large img { width: 112px; height: 112px; }
  body.page-service .desktop-service-hero__copy h1 { margin: 11px 0 9px; font-size: 44px; line-height: .95; letter-spacing: -.045em; }
  body.page-service .desktop-service-hero__copy p { margin: 3px 0; color: var(--servy-muted); font-size: 15px; line-height: 1.4; }
  body.page-service .desktop-service-benefits { display: grid; grid-template-columns: repeat(4,1fr); margin: 24px 0 30px; }
  body.page-service .desktop-service-benefits article { display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: center; padding: 0 18px; border-right: 1px solid #e8e8e8; }
  body.page-service .desktop-service-benefits article:first-child { padding-left: 16px; }
  body.page-service .desktop-service-benefits article:last-child { border-right: 0; }
  body.page-service .desktop-service-benefits .icon { width: 39px; height: 39px; padding: 8px; border: 1px solid #e4e4e4; border-radius: 9px; color: var(--servy-brand); }
  body.page-service .desktop-service-benefits strong, body.page-service .desktop-service-benefits small { display: block; }
  body.page-service .desktop-service-benefits strong { font-size: 11px; }
  body.page-service .desktop-service-benefits small { margin-top: 3px; color: var(--servy-muted); font-size: 10px; }
  body.page-service .desktop-service-plans-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 16px; }
  body.page-service .desktop-service-plans-heading span { color: var(--servy-brand); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
  body.page-service .desktop-service-plans-heading h2 { margin: 6px 0 0; font-size: 25px; }
  body.page-service .desktop-service-plans-heading small { color: var(--servy-muted); font-size: 11px; }
  body.page-service .desktop-service-plan-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
  body.page-service .desktop-service-plan { display: flex; flex-direction: column; min-height: 326px; padding: 18px; border: 1px solid #dedede; border-radius: 14px; background: #fff; }
  body.page-service .desktop-service-plan.is-selected { border-color: var(--servy-brand); }
  body.page-service .desktop-service-plan__badges { display: flex; align-items: center; justify-content: space-between; min-height: 22px; }
  body.page-service .desktop-service-plan__badges .available-pill:only-child { margin-left: auto; }
  body.page-service .desktop-service-plan h3 { margin: 13px 0 7px; font-size: 17px; line-height: 1.25; }
  body.page-service .desktop-service-plan__device { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--servy-muted); font-size: 10px; }
  body.page-service .desktop-service-plan ul { display: grid; gap: 10px; margin: 18px 0; padding: 0; list-style: none; color: #464646; font-size: 10px; }
  body.page-service .desktop-service-plan li::first-letter { color: var(--servy-brand); }
  body.page-service .desktop-service-plan__price { margin-top: auto; color: var(--servy-brand); font-size: 19px; }
  body.page-service .desktop-service-plan > a { display: flex; align-items: center; justify-content: center; min-height: 38px; margin-top: 12px; border: 1px solid #dedede; border-radius: 8px; color: #161616; font-size: 10px; font-weight: 850; }
  body.page-service .desktop-service-plan > a b { margin-left: auto; padding-right: 14px; font-size: 18px; }
  body.page-service .desktop-service-plan.is-selected > a { border-color: var(--servy-brand); background: var(--servy-brand); color: #fff; }
  body.page-service .desktop-service-confidence { display: flex; align-items: center; gap: 18px; min-height: 82px; margin-top: 14px; padding: 15px 22px; border: 1px solid #ffd1d1; border-radius: 12px; background: linear-gradient(90deg,#fff2f2,#fffafa); }
  body.page-service .desktop-service-confidence .icon { width: 42px; height: 42px; padding: 9px; border-radius: 50%; background: #ffe2e2; color: var(--servy-brand); }
  body.page-service .desktop-service-confidence strong { font-size: 11px; }
  body.page-service .desktop-service-confidence p { max-width: 430px; margin: 4px 0 0; color: var(--servy-muted); font-size: 9px; }
  body.page-service .desktop-service-product__aside { display: grid; gap: 15px; }
  body.page-service .desktop-service-product__aside > section { padding: 20px 22px; border: 1px solid #e2e2e2; border-radius: 16px; background: #fff; box-shadow: 0 5px 16px rgba(0,0,0,.025); }
  body.page-service .desktop-service-product__aside h2 { margin: 0 0 15px; font-size: 16px; }
  body.page-service .desktop-service-product__aside dl { margin: 0; }
  body.page-service .desktop-service-product__aside dl > div { display: flex; align-items: center; justify-content: space-between; min-height: 38px; border-bottom: 1px solid #ececec; }
  body.page-service .desktop-service-product__aside dl > div:last-child { border-bottom: 0; }
  body.page-service .desktop-service-product__aside dt { display: flex; align-items: center; gap: 10px; font-size: 10px; }
  body.page-service .desktop-service-product__aside dt .icon { width: 15px; }
  body.page-service .desktop-service-product__aside dd { margin: 0; color: #079347; font-size: 10px; }
  body.page-service .desktop-service-product__aside > section > p { margin: 0; color: #3f3f3f; font-size: 11px; line-height: 1.65; }
  body.page-service .desktop-service-product__aside .desktop-service-price { padding: 26px 22px 20px; }
  body.page-service .desktop-service-price > span { display: block; color: var(--servy-brand); font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
  body.page-service .desktop-service-price > strong { display: block; margin: 8px 0 13px; font-size: 32px; }
  body.page-service .desktop-service-price > a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; border-radius: 7px; background: #08b85b; color: #fff; font-size: 10px; font-weight: 850; }
  body.page-service .desktop-service-price > a .icon { width: 16px; }
  body.page-service .desktop-service-price > small { display: block; max-width: 230px; margin: 12px auto 0; color: var(--servy-muted); text-align: center; font-size: 9px; line-height: 1.4; }
}

@media (min-width: 768px) {
  body.page-service .service-desktop-pills { margin-top: 0; margin-bottom: 30px; }
  body.page-service .desktop-service-plan > button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    margin-top: 12px;
    border: 1px solid #dedede;
    border-radius: 8px;
    background: #fff;
    color: #161616;
    font: inherit;
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
  }
  body.page-service .desktop-service-plan > button b { margin-left: auto; padding-right: 14px; font-size: 18px; font-weight: 400; }
  body.page-service .desktop-service-plan.is-selected > button { border-color: var(--servy-brand); background: var(--servy-brand); color: #fff; }
  body.page-service .desktop-service-price > .desktop-service-price__plan {
    display: block;
    max-width: none;
    margin: 8px 0 0;
    color: #555;
    text-align: left;
    font-size: 10px;
    font-weight: 700;
  }
}

/* Logotipos públicos móviles: mismo contenedor limpio y proporcionado del home. */
@media (max-width: 767px) {
  body:not(.page-studio) .service-brand:not(.service-brand--large) {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 2px;
    border: 1px solid #eee9e7;
    border-radius: 9px;
    background: #fff;
    overflow: hidden;
  }

  body:not(.page-studio) .service-brand:not(.service-brand--large) img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
  }
}

/* Home de escritorio 2026: aislado para no alterar móvil ni otras páginas. */
@media (min-width: 768px) {
  body.page-home { background: #fff; }
  body.page-home::before { background-position: center 36%; background-size: cover; }
  body.page-home:not(.page-studio) .app-header {
    height: 72px;
    border: 0;
    background: transparent;
    color: #fff;
  }
  body.page-home .header-inner,
  body.page-home .servy-home-searchband > .shell,
  body.page-home .gudfy-home > .shell {
    width: min(calc(100% - 112px), 1420px);
    max-width: none;
  }
  body.page-home .header-inner { gap: 42px; }
  body.page-home .brand { flex: 0 0 182px; height: 48px; }
  body.page-home .brand-logo--header {
    width: 182px;
    height: 48px;
    object-fit: contain;
  }
  body.page-home .desktop-nav { display: flex; gap: 8px; }
  body.page-home .desktop-nav a {
    padding: 10px 17px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 750;
  }
  body.page-home .desktop-nav a:hover { background: rgba(255,255,255,.12); }
  body.page-home .desktop-home-community { order: 3; }
  body.page-home .desktop-nav a:last-child { order: 4; }
  body.page-home .header-actions { margin-left: auto; gap: 8px; }
  body.page-home .header-actions .icon-button,
  body.page-home .header-actions .account-button { color: #fff; }
  body.page-home .desktop-home-notifications { position: relative; }
  body.page-home .desktop-home-notifications span {
    position: absolute; top: 0; right: 0; display: grid; place-items: center;
    width: 17px; height: 17px; border: 2px solid #d80000; border-radius: 50%;
    background: #fff; color: var(--servy-brand); font-size: 9px; font-weight: 900;
  }
  body.page-home .account-button { gap: 7px; font-weight: 750; }
  body.page-home .account-button::after { content: '⌄'; font-size: 13px; }

  body.page-home .servy-home-searchband { padding: 3px 0 12px; }
  body.page-home .servy-home-search {
    min-height: 62px;
    padding: 7px 9px 7px 24px;
    border-radius: 13px;
    box-shadow: 0 8px 22px rgba(73,0,0,.12);
  }
  body.page-home .servy-home-search input { font-size: 17px; }
  body.page-home .servy-home-search button { min-width: 92px; min-height: 44px; border-radius: 10px; }
  body.page-home .gudfy-home { padding: 18px 0 60px; }
  body.page-home .home-pills {
    display: grid;
    grid-template-columns: .8fr .78fr 1fr .82fr 1.28fr 1fr 1.12fr;
    gap: 28px;
    margin: 0 0 22px;
    overflow: visible;
  }
  body.page-home .home-pills a {
    justify-content: center;
        min-width: 0;
        min-height: 42px;
        padding: 8px 11px;
        border-color: #e6e6e6;
        color: #161616;
        font-size: 12px;
        font-weight: 700;
  }
  body.page-home .home-pills a:first-child {
    border-color: var(--servy-brand);
    background: linear-gradient(135deg,#ff322b,#e11313);
    color: #fff;
    box-shadow: 0 8px 18px rgba(220,0,0,.14);
  }
  body.page-home .home-pills a:nth-child(5) { order: 7; }
  body.page-home .home-pills .home-pill-desktop:nth-last-child(2) { order: 5; }
  body.page-home .home-pills .home-pill-desktop:last-child { order: 6; }
  body.page-home .home-pills .icon { width: 19px; }

  body.page-home .servy-home-sections,
  body.page-home .home-final-cta { display: none; }
  .servy-desktop-home { display: grid !important; gap: 25px; }
  .desktop-home-promo {
    position: relative;
    min-height: 282px;
    overflow: hidden;
    border-radius: 17px;
    background:
      radial-gradient(circle at 70% 50%, rgba(246,0,0,.72), transparent 27%),
      linear-gradient(112deg,#170d0d 0%,#3a0505 35%,#b10000 68%,#790000 100%);
    color: #fff;
    box-shadow: 0 14px 30px rgba(38,0,0,.14);
  }
  .desktop-home-promo::after {
    content: ''; position: absolute; inset: 0;
    background: url('brand/servy-header-bg.jpg') center/cover no-repeat;
    opacity: .26; mix-blend-mode: screen;
  }
  .desktop-home-promo__copy { position: relative; z-index: 3; padding: 30px 0 28px 66px; }
  .desktop-home-promo__copy > span {
    display: inline-flex; padding: 6px 11px; border-radius: 7px;
    background: rgba(255,77,66,.34); font-size: 10px; font-weight: 850;
  }
  .desktop-home-promo__copy h1 { margin: 13px 0 5px; font-size: 36px; line-height: 1.02; }
  .desktop-home-promo__copy p { margin: 0; color: #fff; font-size: 15px; line-height: 1.5; }
  .desktop-home-promo__copy a {
    display: inline-flex; align-items: center; gap: 18px; margin-top: 22px;
    padding: 12px 18px; border-radius: 8px; background: #fff; color: var(--servy-brand);
    font-size: 13px; font-weight: 850;
  }
  .desktop-home-room { position: absolute; z-index: 2; right: 9%; bottom: 0; width: 540px; height: 276px; }
  .desktop-home-tv {
    position: absolute; right: 165px; top: 18px; display: grid; place-items: center;
    width: 300px; height: 172px; border: 8px solid #282828; border-radius: 7px;
    background: linear-gradient(145deg,#171717,#050505); box-shadow: 0 18px 23px rgba(0,0,0,.4);
  }
  .desktop-home-tv::after { content: ''; position: absolute; bottom: -34px; width: 180px; height: 22px; border-radius: 4px; background: #181818; }
  .desktop-home-tv b { color: #f01818; font-size: 62px; filter: drop-shadow(0 5px 5px #000); }
  .desktop-home-chair {
    position: absolute; right: 0; bottom: -8px; width: 220px; height: 150px;
    border-radius: 48px 48px 13px 13px; background: linear-gradient(135deg,#ff3b31,#bc0000);
    box-shadow: inset -18px -20px 0 rgba(90,0,0,.24), 0 18px 25px rgba(0,0,0,.25);
  }
  .desktop-home-chair::before { content: ''; position: absolute; left: 22px; top: -48px; width: 152px; height: 100px; border-radius: 36px 36px 12px 12px; background: #ee251f; transform: rotate(-4deg); }
  .desktop-home-popcorn {
    position: absolute; z-index: 3; left: 77px; bottom: 8px; width: 82px; height: 92px;
    border-radius: 5px 5px 15px 15px; background: repeating-linear-gradient(90deg,#fff 0 13px,#d90000 13px 26px);
  }
  .desktop-home-popcorn::before { content: '●●●'; position: absolute; left: -4px; top: -38px; color: #ffe9bd; font-size: 38px; letter-spacing: -18px; text-shadow: 15px -5px #fff1cf,30px 2px #f8d997; }
  .desktop-home-plant { position: absolute; left: 0; bottom: 15px; width: 58px; height: 105px; border-radius: 50% 4px 45% 6px; background: #16762e; transform: skew(-9deg); }
  .desktop-home-dots { position: absolute; z-index: 4; bottom: 22px; left: 50%; display: flex; gap: 10px; }
  .desktop-home-dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.7); }
  .desktop-home-dots i:first-child { width: 22px; border-radius: 999px; background: #ff2f26; }

  .desktop-home-featured > header,
  .desktop-home-new > header,
  .desktop-home-popular > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
  .desktop-home-featured header > div,
  .desktop-home-new header > div,
  .desktop-home-popular header > div { display: flex; align-items: center; gap: 10px; }
  .servy-desktop-home h2 { margin: 0; font-size: 21px; }
  .desktop-home-featured header span,
  .desktop-home-new header span,
  .desktop-home-popular header span { padding: 5px 9px; border-radius: 8px; background: #fff0f0; color: var(--servy-brand); font-size: 10px; font-weight: 850; }
  .desktop-home-featured header a,
  .desktop-home-popular header a { color: var(--servy-brand); font-size: 13px; font-weight: 800; }
  .desktop-featured-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 17px; }
  .desktop-featured-grid > a {
    display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 13px; min-height: 146px;
    padding: 20px 17px; border: 1px solid #e8e8e8; border-radius: 13px; background: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,.035);
  }
  .desktop-featured-grid .service-brand { width: 52px; height: 52px; flex-basis: 52px; border-radius: 10px; }
  .desktop-featured-grid .service-brand img { width: 44px; height: 44px; }
  .desktop-featured-grid > a > span { display: flex; flex-direction: column; min-width: 0; }
  .desktop-featured-grid strong { font-size: 14px; }
  .desktop-featured-grid small { margin-top: 5px; color: var(--servy-muted); font-size: 10px; line-height: 1.35; }
  .desktop-featured-grid em { align-self: flex-start; margin-top: auto; padding: 5px 9px; border-radius: 7px; background: #fff3f3; color: var(--servy-brand); font-size: 10px; font-style: normal; font-weight: 800; }

  .desktop-home-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
  .desktop-home-benefits article { display: flex; align-items: center; gap: 19px; min-height: 105px; padding: 18px 24px; border: 1px solid #ffd1d1; border-radius: 12px; background: linear-gradient(135deg,#fff9f9,#fff); }
  .desktop-home-benefits .icon { width: 42px; height: 42px; padding: 10px; border-radius: 50%; background: #ffecec; color: var(--servy-brand); }
  .desktop-home-benefits strong,.desktop-home-benefits small { display: block; }
  .desktop-home-benefits strong { font-size: 13px; }
  .desktop-home-benefits small { margin-top: 5px; color: var(--servy-muted); font-size: 10px; line-height: 1.5; }

  .desktop-home-bottom { display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; }
  .desktop-home-popular { padding-left: 24px; border-left: 1px solid #e4e4e4; }
  .desktop-home-new > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
  .desktop-home-new > div > a { display: flex; align-items: center; gap: 12px; min-height: 72px; padding: 13px; border: 1px solid #e8e8e8; border-radius: 12px; }
  .desktop-home-new .service-brand { width: 46px; height: 46px; flex-basis: 46px; }
  .desktop-home-new .service-brand img { width: 40px; height: 40px; }
  .desktop-home-new strong { font-size: 12px; }
  .desktop-home-popular > a { display: grid; grid-template-columns: 20px 36px 1fr auto; gap: 12px; align-items: center; min-height: 72px; padding: 13px; border: 1px solid #e8e8e8; border-radius: 12px; }
  .desktop-home-popular .service-brand { width: 36px; height: 36px; flex-basis: 36px; }
  .desktop-home-popular .service-brand img { width: 30px; height: 30px; }
  .desktop-home-popular > a span strong,.desktop-home-popular > a span small,.desktop-home-popular > a em strong { display: block; }
  .desktop-home-popular > a span strong { font-size: 12px; }
  .desktop-home-popular > a span small { margin-top: 3px; color: #888; font-size: 9px; }
  .desktop-home-popular > a em { color: #777; font-size: 9px; font-style: normal; }
  .desktop-home-popular > a em strong { color: #161616; font-size: 14px; }
}

body:not(.page-studio) {
  background: #fff;
  color: var(--servy-ink);
}

body:not(.page-studio) .app-header {
  background: var(--servy-brand);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

body:not(.page-studio) .brand:has(.brand-logo--header) {
  background-image: url('brand/servy_logo_blanco.svg');
}

.brand-tagline {
  white-space: nowrap;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
}

body:not(.page-studio) .desktop-nav a,
body:not(.page-studio) .app-header .icon-button,
body:not(.page-studio) .app-header .account-button {
  color: #fff;
}

body:not(.page-studio) .desktop-nav a:hover,
body:not(.page-studio) .desktop-nav a.is-active,
body:not(.page-studio) .app-header .icon-button:hover,
body:not(.page-studio) .app-header .account-button:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

body:not(.page-studio) .button--primary {
  background: var(--servy-brand);
  border-color: var(--servy-brand);
  color: #fff;
  box-shadow: 0 8px 20px rgba(237, 36, 28, 0.16);
}

body:not(.page-studio) .button--primary:hover {
  background: var(--servy-brand-hover);
  border-color: var(--servy-brand-hover);
}

body:not(.page-studio) .button--primary:active {
  background: var(--servy-brand-pressed);
  border-color: var(--servy-brand-pressed);
}

body:not(.page-studio) .text-link,
body:not(.page-studio) .eyebrow {
  color: var(--servy-brand);
}

body:not(.page-studio) :focus-visible {
  outline-color: rgba(237, 36, 28, 0.38);
}

.page-home .gudfy-home,
.marketplace-hero--compact,
.compact-market,
.service-page,
.offer-page,
.simple-page {
  background: #fff;
}

.home-pills a {
  border-color: var(--servy-line);
  background: #fff;
  color: var(--servy-ink);
  box-shadow: none;
}

.home-pills a:first-child,
.home-pills a:hover {
  border-color: var(--servy-brand);
  background: var(--servy-brand-soft);
  color: var(--servy-brand);
}

.directory-group header,
.home-final-cta,
.marketplace-hero--compact,
.service-hero {
  border-color: var(--servy-line);
}

.directory-group h2,
.service-list-group > header h3 {
  color: var(--servy-ink);
}

.directory-group header span,
.marketplace-hero--compact .breadcrumbs,
.marketplace-hero--compact .marketplace-title p,
.compact-results .results-heading p {
  color: var(--servy-muted);
}

.directory-group a {
  color: var(--servy-ink);
}

.directory-group a:hover,
.service-list-item:hover,
.service-list-item:focus-visible {
  background: var(--servy-brand-soft);
}

.directory-group a > span:last-child:not(.service-brand),
.offer-count {
  background: var(--servy-brand);
  color: #fff;
  box-shadow: none;
}

.marketplace-hero--compact .market-search {
  border-color: var(--servy-line);
  background: #fff;
  box-shadow: 0 8px 24px rgba(25, 25, 25, 0.04);
}

.marketplace-hero--compact .market-search:focus-within {
  border-color: var(--servy-brand);
  outline: 3px solid rgba(237, 36, 28, 0.11);
}

.compact-market .chips a,
.filter-button {
  border-color: var(--servy-line);
  background: #fff;
  color: var(--servy-ink);
}

.compact-market .chips a.is-active,
.compact-market .chips a:hover {
  border-color: var(--servy-brand);
  background: var(--servy-brand-soft);
  color: var(--servy-brand);
}

.service-list-group,
.product-plan-card,
.service-education article,
.offer-detail > div,
.request-card,
.terms-card {
  border-color: var(--servy-line);
  background: #fff;
  box-shadow: 0 7px 20px rgba(25, 25, 25, 0.035);
}

.service-list-group > header {
  border-color: var(--servy-line);
}

.service-list-group > header .icon,
.notice-card .icon {
  color: var(--servy-brand);
}

.service-list-item,
.service-hero {
  color: var(--servy-ink);
}

.service-page .breadcrumbs,
.offer-page .breadcrumbs,
.service-hero p,
.product-plan-main p,
.product-plan-buy small,
.offer-detail .lead,
.request-card p,
.simple-page .lead {
  color: var(--servy-muted);
}

.service-hero .eyebrow {
  color: var(--servy-brand);
}

.notice-card {
  border-color: var(--servy-brand-pale);
  background: var(--servy-brand-soft);
}

.offer-facts > div {
  background: var(--servy-surface);
  border-color: var(--servy-line);
}

.simple-page .help-options button {
  border-color: var(--servy-line);
  background: #fff;
}

.simple-page .help-options button:hover {
  border-color: var(--servy-brand);
  background: var(--servy-brand-soft);
}

.auth-page {
  background: var(--servy-brand-soft);
}

.auth-card {
  border-color: var(--servy-line);
  background: #fff;
  color: var(--servy-ink);
  box-shadow: 0 25px 70px rgba(109, 29, 25, 0.12);
}

.auth-card .muted,
.auth-card small {
  color: var(--servy-muted);
}

.auth-card .eyebrow,
.auth-card .text-link,
.auth-links a {
  color: var(--servy-brand);
}

.auth-card input {
  border-color: var(--servy-line);
  background: #fff;
  color: var(--servy-ink);
}

.auth-card input:focus {
  border-color: var(--servy-brand);
  outline-color: rgba(237, 36, 28, 0.18);
}

.site-footer {
  border-color: var(--servy-line);
  background: #fff;
}

.site-footer .footer-grid details {
  border-color: var(--servy-line);
}

.help-fab,
.page-home .help-fab {
  background: var(--servy-brand);
  box-shadow: 0 12px 30px rgba(237, 36, 28, 0.24);
}

.help-panel {
  border-color: var(--servy-line);
  background: #fff;
}

.help-panel__head {
  background: var(--servy-brand);
  color: #fff;
}

.quick-actions a:hover {
  border-color: var(--servy-brand);
  background: var(--servy-brand-soft);
}

.menu-drawer {
  background: #fff !important;
  color: var(--servy-ink) !important;
  border-color: var(--servy-line) !important;
}

.menu-drawer a {
  color: var(--servy-ink) !important;
}

.menu-drawer a:hover,
.menu-drawer a.is-active {
  background: var(--servy-brand-soft) !important;
  color: var(--servy-brand) !important;
}

.menu-drawer > a .icon {
  color: var(--servy-brand);
}

.account-menu {
  background: #fff;
  border-color: var(--servy-line);
  color: var(--servy-ink);
  box-shadow: 0 18px 48px rgba(25, 25, 25, 0.14);
}

.account-menu a {
  color: var(--servy-ink);
}

.account-menu a:hover {
  background: var(--servy-brand-soft);
  color: var(--servy-brand);
}

.mobile-nav {
  border-color: var(--servy-line);
  background: #fff;
}

.mobile-nav .is-active {
  color: var(--servy-brand);
}

.mobile-nav .is-active::before {
  background: var(--servy-brand);
}

.mobile-whatsapp {
  color: #168653 !important;
}

.button--whatsapp {
  box-shadow: 0 8px 20px rgba(32, 169, 107, 0.17);
}

@media (max-width: 767px) {
  .product-plan-buy {
    border-color: var(--servy-line);
  }

  .site-footer,
  .mobile-nav {
    background: #fff;
  }
}

/* Cierre de cascada del home desktop. Debe permanecer al final. */
@media (min-width: 768px) {
  body.page-home:not(.page-studio) .app-header {
    height: 72px;
    border: 0;
    background: transparent;
    color: #fff;
  }
  body.page-home .header-inner,
  body.page-home .servy-home-searchband > .shell,
  body.page-home .gudfy-home > .shell {
    width: min(calc(100% - 112px), 1420px);
    max-width: none;
  }
  body.page-home .brand {
    flex: 0 0 182px;
    width: 182px;
    height: 48px;
    overflow: hidden;
    background: url('brand/servy_logo_blanco.svg') center/182px 182px no-repeat;
  }
  body.page-home .brand-logo--header { opacity: 0; }
  body.page-home .desktop-nav a,
  body.page-home .header-actions .icon-button,
  body.page-home .header-actions .account-button { color: #fff; }
  body.page-home .desktop-nav a.desktop-home-community { order: 3; }
  body.page-home .desktop-nav a:nth-child(3) { order: 4; }
  body.page-home .servy-home-searchband { padding: 3px 0 12px; }
  body.page-home .servy-home-search { min-height: 62px; padding: 7px 9px 7px 24px; border-radius: 13px; }
  body.page-home .servy-home-search input { font-size: 17px; }
  body.page-home .servy-home-search button { min-width: 92px; min-height: 44px; border-radius: 10px; }
  body.page-home .gudfy-home { padding: 18px 0 60px; background: #fff; }
  body.page-home .home-pills {
    display: grid;
    grid-template-columns: .8fr .78fr 1fr .82fr 1.28fr 1fr 1.12fr;
    gap: 28px;
    justify-content: stretch;
    margin: 0 0 22px;
    overflow: visible;
  }
  body.page-home .home-pills a { justify-content: center; min-height: 46px; padding: 9px 13px; }
  body.page-home .home-pills a:nth-child(5) { order: 7; }
  body.page-home .home-pills .home-pill-desktop:nth-last-child(2) { order: 5; }
  body.page-home .home-pills .home-pill-desktop:last-child { order: 6; }
  body.page-home .servy-home-sections,
  body.page-home .home-final-cta { display: none; }
  body.page-home .servy-desktop-home { display: grid !important; }
}

/* Comunidad SERVY */
.servy-community-searchband { padding-bottom: 18px; }
.servy-community-page {
  position: relative;
  z-index: 1;
  padding: 38px 0 110px;
  background: #fff;
}
.servy-community-shell { max-width: 1000px; }
.servy-community-intro > span {
  color: var(--servy-brand);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.servy-community-intro h1 {
  margin: 10px 0 12px;
  font-size: 48px;
  letter-spacing: -.04em;
  line-height: 1;
}
.servy-community-intro p {
  max-width: 760px;
  margin: 0;
  color: var(--servy-muted);
  font-size: 17px;
}
.community-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 32px 0;
}
.community-trust article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--servy-line);
  border-radius: 14px;
}
.community-trust .icon,
.community-space-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 50%;
  background: var(--servy-brand-soft);
  color: var(--servy-brand);
}
.community-trust strong,
.community-trust small { display: block; }
.community-trust strong { font-size: 12px; }
.community-trust small { color: var(--servy-muted); font-size: 10px; }

.community-space-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 26px;
}
.community-space-cards > a {
  position: relative;
  display: grid;
  min-height: 190px;
  align-content: start;
  padding: 24px;
  border: 1px solid var(--servy-line);
  border-radius: 16px;
  background: #fff;
}
.community-space-cards > a.is-active {
  border-color: var(--servy-brand);
  background: linear-gradient(135deg, var(--servy-brand-soft), #fff);
}
.community-space-cards > a > b {
  position: absolute;
  top: 27px;
  right: 24px;
  color: var(--servy-muted);
  font-size: 26px;
  font-weight: 400;
}
.community-space-cards strong {
  margin-top: 18px;
  font-size: 20px;
}
.community-space-cards small {
  color: var(--servy-muted);
}
.community-space-cards em {
  width: max-content;
  margin-top: 12px;
  padding: 5px 9px;
  border: 1px solid var(--servy-line);
  border-radius: 999px;
  color: var(--servy-brand);
  font-size: 10px;
  font-style: normal;
}
.community-login-cta,
.community-new-thread > summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  margin-top: 24px;
  border-radius: 11px;
  background: var(--servy-brand);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}
.community-login-cta .icon,
.community-new-thread > summary .icon { width: 18px; }
.community-login-note {
  display: flex;
  justify-content: center;
  gap: 7px;
  color: var(--servy-muted);
  font-size: 11px;
}
.community-login-note .icon { width: 14px; }
.community-new-thread,
.community-profile-prompt {
  margin-top: 24px;
  border: 1px solid var(--servy-line);
  border-radius: 14px;
  overflow: hidden;
}
.community-profile-prompt > summary {
  padding: 15px;
  color: var(--servy-brand);
  font-weight: 850;
  cursor: pointer;
}
.community-recent { margin-top: 42px; }
.community-recent > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.community-recent h2 { margin: 0; font-size: 24px; }
.community-recent > header span { color: var(--servy-muted); font-size: 12px; }
.community-thread-list { display: grid; gap: 10px; }
.community-thread-list > a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 80px 16px;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--servy-line);
  border-radius: 15px;
  background: #fff;
}
.thread-avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--servy-brand-soft);
  color: var(--servy-brand);
  font-weight: 850;
}
.thread-copy { min-width: 0; }
.thread-copy small,
.thread-copy strong,
.thread-copy em { display: block; }
.thread-copy small {
  color: var(--servy-brand);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}
.thread-copy strong { overflow: hidden; font-size: 17px; text-overflow: ellipsis; white-space: nowrap; }
.thread-copy em { color: var(--servy-muted); font-size: 11px; font-style: normal; }
.thread-replies {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 4px;
  color: var(--servy-muted);
}
.thread-replies .icon { width: 16px; }
.thread-replies small { grid-column: 1 / -1; font-size: 9px; }
.thread-arrow { color: var(--servy-muted); font-size: 24px; font-weight: 400; }

@media (max-width: 767px) {
  body.page-community:not(.page-studio) .app-header { height: 72px; }
  .servy-community-searchband { padding: 2px 14px 9px; }
  .servy-community-searchband > .shell { width: min(calc(100% - 28px), var(--container)); }
  .servy-community-searchband .servy-home-search {
    grid-template-columns: 20px minmax(0, 1fr) auto;
    gap: 9px;
    min-height: 42px;
    padding: 4px 5px 4px 13px;
    border-radius: 12px;
  }
  .servy-community-searchband .servy-home-search input { font-size: 11px; }
  .servy-community-searchband .servy-home-search button {
    min-height: 32px;
    padding: 0 13px;
    border-radius: 9px;
    font-size: 11px;
  }
  .servy-community-page { padding: 30px 0 82px; }
  .servy-community-intro > span { font-size: 9px; }
  .servy-community-intro h1 { margin: 8px 0 10px; font-size: 31px; }
  .servy-community-intro p { font-size: 13px; line-height: 1.65; }
  .community-trust { gap: 6px; margin: 20px 0; }
  .community-trust article { gap: 5px; padding: 8px 6px; border-radius: 10px; }
  .community-trust .icon { width: 26px; height: 26px; padding: 5px; }
  .community-trust strong { font-size: 7px; white-space: nowrap; }
  .community-trust small { font-size: 6px; }
  .community-space-cards { gap: 9px; margin-top: 18px; }
  .community-space-cards > a { min-height: 126px; padding: 13px; border-radius: 12px; }
  .community-space-icon { width: 31px; height: 31px; padding: 6px; }
  .community-space-cards > a > b { top: 14px; right: 12px; font-size: 20px; }
  .community-space-cards strong { margin-top: 10px; font-size: 13px; }
  .community-space-cards small { font-size: 8px; }
  .community-space-cards em { margin-top: 7px; padding: 3px 6px; font-size: 7px; }
  .community-login-cta,
  .community-new-thread > summary { min-height: 42px; margin-top: 14px; font-size: 12px; }
  .community-login-note { margin: 8px 0 0; font-size: 7px; }
  .community-recent { margin-top: 28px; }
  .community-recent > header { margin-bottom: 10px; }
  .community-recent h2 { font-size: 17px; }
  .community-recent > header span { font-size: 8px; }
  .community-thread-list > a {
    grid-template-columns: 34px minmax(0, 1fr) 42px 10px;
    gap: 8px;
    padding: 11px;
    border-radius: 12px;
  }
  .thread-avatar { width: 31px; height: 31px; font-size: 10px; }
  .thread-copy small { font-size: 6px; }
  .thread-copy strong { font-size: 12px; }
  .thread-copy em { font-size: 7px; }
  .thread-replies { gap: 2px; }
  .thread-replies .icon { width: 12px; }
  .thread-replies b { font-size: 9px; }
  .thread-replies small { font-size: 6px; }
  .thread-arrow { font-size: 17px; }
}

/* Detalle del plan elegido */
.servy-offer-searchband {
  padding-bottom: 18px;
}

.servy-offer-page {
  position: relative;
  z-index: 1;
  padding: 28px 0 110px;
  background: #fff;
}

.servy-offer-shell {
  max-width: 1000px;
}

.servy-offer-breadcrumbs {
  margin-bottom: 28px;
}

.servy-offer-breadcrumbs span:last-child {
  color: var(--servy-brand);
}

.servy-offer-hero {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.servy-offer-logo .service-brand--large {
  width: 150px;
  height: 150px;
  border-radius: 26px;
}

.servy-offer-logo .service-brand--large img {
  width: 130px;
  height: 130px;
}

.servy-offer-intro h1 {
  margin: 10px 0 12px;
  font-size: 48px;
  line-height: .95;
}

.servy-offer-intro h1 small {
  display: block;
  margin-top: 8px;
  font-size: 27px;
}

.servy-offer-intro p {
  margin: 3px 0;
  color: var(--servy-muted);
}

.servy-offer-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 38px 0 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--servy-line);
}

.servy-offer-benefits article {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-right: 1px solid var(--servy-line);
}

.servy-offer-benefits article:first-child { padding-left: 0; }
.servy-offer-benefits article:last-child { border-right: 0; }
.servy-offer-benefits .icon { width: 28px; height: 28px; }
.servy-offer-benefits strong,
.servy-offer-benefits small { display: block; }
.servy-offer-benefits strong { font-size: 12px; }
.servy-offer-benefits small { color: var(--servy-muted); font-size: 10px; }

.servy-offer-card {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--servy-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(25,25,25,.035);
}

.servy-offer-card h2 { margin: 0; font-size: 20px; }
.servy-plan-info > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.servy-plan-info article {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.servy-plan-info article > .icon,
.servy-plan-includes header > .icon {
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 50%;
  background: var(--servy-brand-soft);
  color: var(--servy-brand);
}

.servy-plan-info small,
.servy-plan-info strong { display: block; }
.servy-plan-info small {
  color: var(--servy-brand);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}
.servy-plan-info strong { font-size: 11px; }

.servy-plan-includes header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.servy-plan-includes p {
  margin: 18px 0 0 50px;
  color: var(--servy-muted);
  font-size: 13px;
}

.servy-offer-checkout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px 30px;
  overflow: hidden;
  margin-top: 28px;
  padding: 30px;
  border: 1px solid var(--servy-brand-pale);
  border-radius: 18px;
  background: linear-gradient(120deg, #fff8f7, #fff0ef);
}

.servy-offer-checkout > div:first-child { position: relative; z-index: 1; }
.servy-offer-checkout > div:first-child > span {
  display: block;
  color: var(--servy-brand);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.servy-offer-checkout > div:first-child > strong {
  display: block;
  margin: 8px 0;
  font-size: 42px;
}
.servy-offer-checkout p {
  max-width: 540px;
  margin: 0;
  color: var(--servy-muted);
  font-size: 12px;
}
.servy-offer-art {
  display: grid;
  place-items: center;
  min-height: 130px;
  border-radius: 18px;
  background: linear-gradient(135deg, #222, #080808);
}
.servy-offer-art .service-brand--large {
  width: 105px;
  height: 105px;
  border: 0;
  background: transparent;
}
.servy-offer-art .service-brand--large img { width: 90px; height: 90px; }
.servy-offer-checkout > .button {
  grid-column: 1 / -1;
  min-height: 52px;
  border-radius: 12px;
  font-size: 16px;
}
.servy-offer-checkout > small {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 7px;
  color: var(--servy-muted);
  font-size: 10px;
}
.servy-offer-checkout > small .icon { width: 13px; height: 13px; }

@media (max-width: 767px) {
  body.page-offer:not(.page-studio) .app-header { height: 72px; }

  .servy-offer-searchband {
    padding: 2px 14px 9px;
  }

  .servy-offer-searchband > .shell {
    width: min(calc(100% - 28px), var(--container));
  }

  .servy-offer-searchband .servy-home-search {
    grid-template-columns: 20px minmax(0, 1fr) auto;
    gap: 9px;
    min-height: 42px;
    padding: 4px 5px 4px 13px;
    border-radius: 12px;
  }

  .servy-offer-searchband .servy-home-search input { font-size: 12px; }
  .servy-offer-searchband .servy-home-search button {
    min-height: 32px;
    padding: 0 14px;
    border-radius: 9px;
    font-size: 12px;
  }

  .servy-offer-page { padding: 12px 0 82px; }
  .servy-offer-breadcrumbs {
    gap: 5px;
    overflow: hidden;
    margin-bottom: 13px;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 8px;
  }
  .servy-offer-hero {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
  }
  .servy-offer-logo .service-brand--large {
    width: 80px;
    height: 80px;
    border-radius: 17px;
  }
  .servy-offer-logo .service-brand--large img { width: 68px; height: 68px; }
  .servy-offer-intro .service-category-pill {
    width: max-content;
    padding: 3px 7px;
    font-size: 7px;
  }
  .servy-offer-intro h1 {
    margin: 4px 0;
    font-size: 27px;
  }
  .servy-offer-intro h1 small {
    margin-top: 3px;
    font-size: 17px;
  }
  .servy-offer-intro p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 8px;
  }
  .servy-offer-benefits {
    margin: 15px 0 13px;
    padding-bottom: 11px;
  }
  .servy-offer-benefits article {
    display: grid;
    justify-items: center;
    gap: 3px;
    padding: 0 3px;
    text-align: center;
  }
  .servy-offer-benefits .icon { width: 19px; height: 19px; }
  .servy-offer-benefits strong { font-size: 6.5px; white-space: nowrap; }
  .servy-offer-benefits small { font-size: 5.5px; white-space: nowrap; }
  .servy-offer-card {
    margin-top: 10px;
    padding: 13px;
    border-radius: 12px;
  }
  .servy-offer-card h2 { font-size: 13px; }
  .servy-plan-info > div { gap: 5px; margin-top: 11px; }
  .servy-plan-info article { gap: 4px; }
  .servy-plan-info article > .icon,
  .servy-plan-includes header > .icon {
    width: 25px;
    height: 25px;
    padding: 5px;
  }
  .servy-plan-info small { font-size: 5px; }
  .servy-plan-info strong { font-size: 6.5px; white-space: nowrap; }
  .servy-plan-includes header { gap: 7px; }
  .servy-plan-includes p {
    margin: 9px 0 0 32px;
    font-size: 8px;
    line-height: 1.55;
  }
  .servy-offer-checkout {
    grid-template-columns: minmax(0, 1fr) 100px;
    gap: 10px;
    margin-top: 13px;
    padding: 16px;
    border-radius: 13px;
  }
  .servy-offer-checkout > div:first-child > span { font-size: 7px; }
  .servy-offer-checkout > div:first-child > strong {
    margin: 4px 0;
    font-size: 26px;
  }
  .servy-offer-checkout p { font-size: 7px; line-height: 1.45; }
  .servy-offer-art { min-height: 83px; border-radius: 10px; }
  .servy-offer-art .service-brand--large { width: 65px; height: 65px; }
  .servy-offer-art .service-brand--large img { width: 55px; height: 55px; }
  .servy-offer-checkout > .button {
    min-height: 38px;
    font-size: 11px;
  }
  .servy-offer-checkout > small { font-size: 7px; }
}

/* Home inspirado en el catálogo móvil SERVY */
body.page-home,
body.page-marketplace,
body.page-service,
body.page-offer,
body.page-community {
  position: relative;
}

body.page-home::before,
body.page-marketplace::before,
body.page-service::before,
body.page-offer::before,
body.page-community::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 178px;
  background-color: #d9000a;
  background-image: linear-gradient(rgba(193, 0, 10, 0.04), rgba(193, 0, 10, 0.04)), url('brand/servy-header-bg.jpg');
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
}

body.page-home:not(.page-studio) .app-header,
body.page-marketplace:not(.page-studio) .app-header,
body.page-service:not(.page-studio) .app-header,
body.page-offer:not(.page-studio) .app-header,
body.page-community:not(.page-studio) .app-header {
  position: relative;
  z-index: 2;
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
}

body:not(.page-studio):not(.page-home):not(.page-marketplace):not(.page-service):not(.page-offer):not(.page-community) .app-header {
  border-bottom: 0;
  background-color: #d9000a;
  background-image: linear-gradient(rgba(193, 0, 10, 0.04), rgba(193, 0, 10, 0.04)), url('brand/servy-header-bg.jpg');
  background-position: center 18%;
  background-size: cover;
}

/* Detalle de servicio */
.servy-service-searchband {
  padding-bottom: 18px;
}

.servy-service-detail {
  position: relative;
  z-index: 1;
  padding: 32px 0 110px;
  background: #fff;
}

.service-breadcrumbs {
  margin-bottom: 30px;
}

.service-breadcrumbs span:last-child {
  color: var(--servy-brand);
}

.service-profile {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  max-width: 900px;
}

.service-profile__brand {
  display: grid;
  gap: 10px;
}

.service-profile__brand .service-brand--large {
  width: 145px;
  height: 145px;
  border-radius: 24px;
}

.service-profile__brand .service-brand--large img {
  width: 125px;
  height: 125px;
}

.service-category-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--servy-brand-soft);
  color: var(--servy-brand);
  font-size: 11px;
  font-weight: 800;
}

.service-category-pill .icon {
  width: 15px;
}

.popular-pill,
.chosen-pill,
.available-pill,
.quality-pill {
  display: inline-flex;
  align-items: center;
  width: max-content;
  border-radius: 999px;
  font-weight: 850;
  text-transform: uppercase;
}

.popular-pill {
  padding: 5px 9px;
  background: var(--servy-brand-soft);
  color: var(--servy-brand);
  font-size: 10px;
}

.service-profile__copy h1 {
  margin: 9px 0 8px;
  font-size: clamp(42px, 6vw, 64px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.service-profile__copy p {
  max-width: 680px;
  margin: 3px 0;
  color: var(--servy-muted);
}

.service-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1000px;
  margin: 38px 0 34px;
  padding: 18px 0;
  border-bottom: 1px solid var(--servy-line);
}

.service-benefits article {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 0 20px;
  border-right: 1px solid var(--servy-line);
}

.service-benefits article:first-child {
  padding-left: 0;
}

.service-benefits article:last-child {
  border-right: 0;
}

.service-benefits .icon {
  width: 29px;
  height: 29px;
  color: var(--servy-ink);
}

.service-benefits strong,
.service-benefits small {
  display: block;
}

.service-benefits strong {
  font-size: 12px;
}

.service-benefits small {
  margin-top: 2px;
  color: var(--servy-muted);
  font-size: 10px;
}

.service-plans-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 0 18px;
}

.service-plans-heading span {
  color: var(--servy-brand);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-plans-heading h2 {
  margin: 5px 0 0;
  font-size: 30px;
}

.service-plans-heading > small {
  color: var(--servy-muted);
}

.service-plan-list {
  display: grid;
  gap: 12px;
  max-width: 1000px;
}

.service-plan-list .product-plan-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 22px;
  align-items: center;
  min-height: 138px;
  padding: 18px 20px;
  border: 1px solid var(--servy-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(25,25,25,.035);
}

.service-plan-list .product-plan-card.is-featured {
  border-color: #f0d0ce;
}

.service-plan-list .product-plan-main {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.service-plan-list .service-brand {
  width: 64px;
  height: 64px;
  border-radius: 13px;
}

.service-plan-list .service-brand img {
  width: 55px;
  height: 55px;
}

.chosen-pill {
  padding: 4px 8px;
  background: var(--servy-brand);
  color: #fff;
  font-size: 8px;
}

.service-plan-list h3 {
  margin: 6px 0 5px;
  font-size: 18px;
}

.service-plan-list .product-plan-main p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--servy-muted);
  font-size: 11px;
}

.quality-pill {
  padding: 3px 7px;
  border: 1px solid var(--servy-line);
  color: var(--servy-muted);
  font-size: 8px;
}

.service-plan-list .product-plan-main small {
  display: block;
  margin-top: 12px;
  color: var(--servy-muted);
  font-size: 10px;
}

.service-plan-list .product-plan-buy {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.available-pill {
  padding: 4px 8px;
  background: #edf9f3;
  color: #18875b;
  font-size: 8px;
}

.service-plan-list .product-plan-buy > strong {
  color: var(--servy-brand);
  font-size: 21px;
}

.service-plan-list .product-plan-buy .button {
  min-width: 170px;
  min-height: 42px;
  justify-content: space-between;
}

.service-plan-list .product-plan-buy .button b {
  font-size: 22px;
  font-weight: 400;
}

.service-confidence {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1000px;
  margin-top: 38px;
  padding: 24px;
  border: 1px solid var(--servy-brand-pale);
  border-radius: 16px;
  background: var(--servy-brand-soft);
}

.service-confidence > .icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 1px solid #f2c6c2;
  border-radius: 50%;
  color: var(--servy-brand);
}

.service-confidence strong {
  font-size: 13px;
}

.service-confidence p {
  margin: 4px 0 0;
  color: var(--servy-muted);
  font-size: 11px;
}

/* Catálogo de servicios */
.servy-services-searchband {
  padding-bottom: 18px;
}

.servy-services-page {
  position: relative;
  z-index: 1;
  padding: 18px 0 100px;
  background: #fff;
}

.servy-services-page .compact-market {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.services-pills {
  justify-content: center;
  margin: 0 0 38px;
}

.services-pills a:first-child {
  border-color: var(--servy-line);
  background: #fff;
  color: var(--servy-ink);
}

.services-pills a.is-active,
.services-pills a:hover {
  border-color: var(--servy-brand);
  background: var(--servy-brand-soft);
  color: var(--servy-brand);
}

.services-results {
  max-width: 1020px;
  margin: auto;
}

.services-results__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.services-results__head h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.services-results__head p {
  margin: 8px 0 0;
  color: var(--servy-muted);
}

.services-results__head > a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px 0;
  color: var(--servy-brand);
  white-space: nowrap;
  font-weight: 800;
}

.services-results__head > a b {
  color: #777;
  font-size: 25px;
  font-weight: 400;
}

.services-accordion {
  display: grid;
  gap: 14px;
}

.services-accordion .service-list-group {
  overflow: hidden;
  border: 1px solid var(--servy-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(25, 25, 25, 0.025);
}

.services-accordion .service-list-group > summary {
  display: grid;
  grid-template-columns: 30px 1fr auto 22px;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 12px 18px;
  cursor: pointer;
  list-style: none;
}

.services-accordion .service-list-group > summary::-webkit-details-marker {
  display: none;
}

.services-accordion .service-group-icon {
  color: var(--servy-brand);
}

.services-accordion .service-group-icon .icon {
  width: 23px;
}

.services-accordion .service-list-group h2 {
  margin: 0;
  color: var(--servy-ink);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.services-accordion .service-list-group summary small {
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--servy-surface);
  color: var(--servy-muted);
  white-space: nowrap;
}

.services-accordion .service-list-group summary i {
  color: #777;
  font-size: 23px;
  font-style: normal;
  line-height: 1;
  transition: transform 0.2s ease;
}

.services-accordion .service-list-group[open] summary i {
  transform: rotate(180deg);
}

.services-accordion .service-list {
  padding: 0 18px 10px;
}

.services-accordion .service-list-item {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto 18px;
  gap: 14px;
  align-items: center;
  min-height: 82px;
  padding: 10px 0;
  border-top: 1px solid var(--servy-line);
  color: var(--servy-ink);
}

.services-accordion .service-list-item:hover {
  background: var(--servy-brand-soft);
}

.services-accordion .service-brand {
  width: 50px;
  height: 50px;
  border-radius: 11px;
}

.services-accordion .service-brand img {
  width: 43px;
  height: 43px;
}

.services-accordion .service-list-copy {
  min-width: 0;
}

.services-accordion .service-list-copy strong,
.services-accordion .service-list-copy small {
  display: block;
}

.services-accordion .service-list-copy strong {
  font-size: 16px;
  font-weight: 800;
}

.services-accordion .service-list-copy small {
  overflow: hidden;
  margin-top: 3px;
  color: var(--servy-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.services-accordion .offer-count {
  min-width: 34px;
  padding: 6px 8px;
  border-radius: 999px;
  background: var(--servy-brand-soft);
  color: var(--servy-brand);
  text-align: center;
  font-weight: 850;
}

.service-row-arrow {
  color: #777;
  font-size: 25px;
  font-weight: 400;
}

body.page-home .home-notifications {
  position: relative;
}

body.page-home .home-notifications span {
  position: absolute;
  top: 1px;
  right: 0;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border: 2px solid var(--servy-brand);
  border-radius: 50%;
  background: #fff;
  color: var(--servy-brand);
  font-size: 9px;
  font-weight: 900;
}

.servy-home-searchband {
  position: relative;
  z-index: 1;
  padding: 0 0 20px;
  border: 0;
  background: transparent;
  color: #fff;
}

.servy-home-searchband p {
  margin: 0 0 14px;
  text-align: center;
  font-size: 15px;
  opacity: 0.92;
}

.servy-home-search {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 7px 8px 7px 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(120, 10, 6, 0.16);
}

.servy-home-search .icon {
  width: 23px;
  color: var(--servy-brand);
}

.servy-home-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--servy-ink);
  font: inherit;
  font-size: 16px;
}

.servy-home-search button {
  min-height: 44px;
  padding: 0 25px;
  border: 0;
  border-radius: 12px;
  background: var(--servy-brand);
  color: #fff;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.page-home .gudfy-home {
  position: relative;
  z-index: 1;
  padding: 18px 0 90px;
  background: #fff;
}

.page-home .home-pills {
  justify-content: center;
  margin: 0 0 34px;
}

.page-home .home-pills a {
  min-height: 44px;
  padding: 9px 18px;
}

.servy-home-sections {
  display: grid;
  gap: 24px;
}

.page-home .directory-group {
  display: block;
  margin: 0;
}

.page-home .directory-group header {
  display: flex;
  justify-content: space-between;
  padding: 0 0 14px;
  border: 0;
}

.page-home .directory-group header > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.page-home .directory-group header h2 {
  font-size: 23px;
  letter-spacing: 0;
  text-transform: none;
}

.page-home .directory-group header span {
  min-width: 28px;
  padding: 4px 8px;
  border-radius: 9px;
  background: var(--servy-brand-soft);
  color: var(--servy-brand);
  text-align: center;
  font-weight: 850;
}

.page-home .directory-group header > a {
  min-height: auto;
  padding: 5px 0;
  color: var(--servy-brand);
  font-size: 14px;
  font-weight: 800;
}

.page-home .directory-group > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.page-home .directory-group > div > a {
  position: relative;
  min-height: 92px;
  padding: 14px 16px;
  border: 1px solid var(--servy-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(25, 25, 25, 0.06);
}

.page-home .directory-group > div > a::after {
  content: '›';
  flex: 0 0 auto;
  color: #777;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.page-home .directory-group .service-brand {
  width: 58px;
  height: 58px;
  flex-basis: 58px;
  border-radius: 13px;
}

.page-home .directory-group .service-brand img {
  width: 46px;
  height: 46px;
}

.home-service-copy {
  display: grid;
  flex: 1;
  gap: 5px;
  min-width: 0;
}

.home-service-copy strong {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.15;
}

.home-service-copy small {
  overflow: hidden;
  color: var(--servy-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.home-service-copy small b {
  color: var(--servy-brand);
}

.page-home .home-service-count {
  min-width: 34px !important;
  padding: 7px 8px !important;
  background: var(--servy-brand-soft) !important;
  color: var(--servy-brand) !important;
  font-size: 14px !important;
}

.servy-entertainment-promo {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  padding: 30px 34px;
  border-radius: 20px;
  background: linear-gradient(125deg, #a90000, var(--servy-brand) 56%, #c50000);
  color: #fff;
  box-shadow: 0 14px 32px rgba(173, 0, 0, 0.18);
}

.servy-entertainment-promo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 48%, rgba(255,255,255,.08) 48% 61%, transparent 61%);
}

.servy-entertainment-promo > div:first-child {
  position: relative;
  z-index: 2;
}

.servy-entertainment-promo span {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  font-size: 10px;
  font-weight: 850;
}

.servy-entertainment-promo h2 {
  margin: 10px 0 7px;
  font-size: 34px;
  line-height: 1.03;
}

.servy-entertainment-promo p {
  margin: 0;
  color: rgba(255,255,255,.9);
}

.servy-entertainment-promo a {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #fff;
  color: var(--servy-brand);
  font-weight: 850;
}

.promo-living-room {
  position: absolute;
  right: 5%;
  bottom: 22px;
  z-index: 1;
  width: 330px;
  height: 190px;
}

.promo-screen {
  position: absolute;
  right: 85px;
  top: 10px;
  display: grid;
  place-items: center;
  width: 180px;
  height: 115px;
  border: 8px solid #242424;
  border-radius: 8px;
  background: #111;
  color: var(--servy-brand);
  font-style: normal;
  font-size: 38px;
}

.promo-chair {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 95px;
  border-radius: 35px 35px 15px 15px;
  background: #ff3a31;
  box-shadow: inset -10px -12px 0 rgba(120,0,0,.2);
}

.promo-popcorn {
  position: absolute;
  left: 14px;
  bottom: 0;
  display: grid;
  place-items: start center;
  width: 72px;
  height: 78px;
  border-radius: 8px 8px 18px 18px;
  background: repeating-linear-gradient(90deg,#fff 0 12px,var(--servy-brand) 12px 24px);
  color: #fff3c7;
  font-size: 70px;
  font-style: normal;
  line-height: .2;
}

@media (max-width: 767px) {
  body:not(.page-studio) .header-inner {
    position: relative;
    width: min(calc(100% - 32px), var(--container));
    justify-content: initial;
    gap: 0;
  }

  body:not(.page-studio) .header-inner > [data-menu-trigger] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  body:not(.page-studio) .brand:has(.brand-logo--header) {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 152px;
    height: 42px;
    margin: 0;
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: 152px 152px;
  }

  body:not(.page-studio) .header-actions {
    position: absolute;
    right: 0;
    top: 50%;
    gap: 0;
    margin: 0;
    transform: translateY(-50%);
  }

  body:not(.page-studio) .header-actions .icon-button,
  body:not(.page-studio) .header-actions .account-button {
    min-width: 40px;
    width: 40px;
    height: 44px;
    padding: 0;
  }

  body.page-marketplace:not(.page-studio) .app-header {
    height: 72px;
  }

  body.page-service:not(.page-studio) .app-header {
    height: 72px;
  }

  body.page-service:not(.page-studio) .brand:has(.brand-logo--header) {
    transform: translate(-50%, -62%);
  }

  .servy-services-searchband {
    padding: 0 14px 14px;
  }

  .servy-services-searchband p {
    position: relative;
    z-index: 3;
    margin: -9px 0 8px;
    font-size: 12px;
    line-height: 1.2;
  }

  .servy-service-searchband {
    padding: 2px 14px 9px;
  }

  .servy-service-searchband p {
    position: absolute;
    z-index: 3;
    top: -19px;
    right: 0;
    left: 0;
    margin: 0;
    font-size: 10px;
    line-height: 1.2;
  }

  .servy-service-searchband .servy-home-search {
    min-height: 42px;
    padding: 4px 5px 4px 13px;
    border-radius: 12px;
  }

  .servy-service-searchband .servy-home-search button {
    min-height: 32px;
    padding: 0 14px;
    border-radius: 9px;
  }

  .servy-service-searchband .servy-home-search input {
    font-size: 12px;
  }

  .servy-service-detail {
    padding: 12px 0 80px;
  }

  .service-breadcrumbs {
    gap: 6px;
    margin-bottom: 11px;
    font-size: 9px;
  }

  .service-profile {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 11px;
  }

  .service-profile__brand .service-brand--large {
    width: 68px;
    height: 68px;
    border-radius: 14px;
  }

  .service-profile__brand .service-brand--large img {
    width: 58px;
    height: 58px;
  }

  .service-category-pill {
    gap: 4px;
    padding: 4px 5px;
    font-size: 8px;
  }

  .popular-pill {
    padding: 4px 7px;
    font-size: 8px;
  }

  .service-profile__copy h1 {
    margin: 3px 0;
    font-size: 27px;
  }

  .service-profile__copy p {
    display: -webkit-box;
    overflow: hidden;
    margin: 2px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 9px;
  }

  .service-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 14px 0;
    padding: 8px 0 11px;
  }

  .service-benefits article {
    display: grid;
    justify-items: center;
    gap: 4px;
    padding: 0 4px;
    text-align: center;
  }

  .service-benefits .icon {
    width: 20px;
    height: 20px;
  }

  .service-benefits strong {
    font-size: 7px;
  }

  .service-benefits small {
    font-size: 6px;
  }

  .service-plans-heading h2 {
    font-size: 19px;
  }

  .service-plans-heading > small {
    font-size: 10px;
  }

  .service-plan-list .product-plan-card {
    grid-template-columns: minmax(0, 1fr) 86px;
    gap: 6px;
    min-height: 96px;
    padding: 9px;
  }

  .service-plan-list .product-plan-main {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 7px;
  }

  .service-plan-list .service-brand {
    width: 38px;
    height: 38px;
  }

  .service-plan-list .service-brand img {
    width: 32px;
    height: 32px;
  }

  .service-plan-list h3 {
    margin: 3px 0;
    font-size: 11px;
    line-height: 1.15;
  }

  .service-plan-list .product-plan-main p {
    gap: 5px;
    font-size: 8px;
  }

  .service-plan-list .product-plan-main small {
    overflow: hidden;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 7px;
  }

  .service-plan-list .product-plan-buy {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
    width: 86px;
    min-width: 0;
  }

  .service-plan-list .product-plan-buy > strong {
    max-width: 100%;
    font-size: 12px;
    white-space: nowrap;
  }

  .service-plan-list .product-plan-buy .button {
    grid-row: auto;
    grid-column: 1;
    width: 86px;
    min-width: 0;
    min-height: 31px;
    padding: 0 7px;
    font-size: 8px;
  }

  .service-plan-list .product-plan-buy .button b {
    font-size: 14px;
  }

  .service-confidence {
    gap: 13px;
    margin-top: 28px;
    padding: 18px;
  }

  .servy-services-page {
    padding-top: 16px;
  }

  .services-pills {
    justify-content: flex-start;
    gap: 6px;
    margin: 0 -14px 30px;
    padding: 0 14px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .services-pills::-webkit-scrollbar {
    display: none;
  }

  .services-pills a {
    min-height: 40px;
    gap: 6px;
    padding: 7px 9px;
    font-size: 11px;
  }

  .services-pills .icon {
    width: 16px;
  }

  .services-results__head {
    margin-bottom: 20px;
  }

  .services-results__head h1 {
    font-size: 26px;
  }

  .services-results__head p {
    font-size: 12px;
  }

  .services-results__head > a {
    gap: 8px;
    font-size: 12px;
  }

  .services-accordion .service-list-group > summary {
    grid-template-columns: 25px 1fr auto 18px;
    min-height: 56px;
    padding: 10px 12px;
  }

  .services-accordion .service-list-group h2 {
    font-size: 12px;
  }

  .services-accordion .service-list-group summary small {
    padding: 4px 8px;
    font-size: 10px;
  }

  .services-accordion .service-list {
    padding: 0 12px 7px;
  }

  .services-accordion .service-list-item {
    grid-template-columns: 45px minmax(0, 1fr) auto 13px;
    gap: 10px;
    min-height: 70px;
    padding: 8px 0;
  }

  .services-accordion .service-brand {
    width: 42px;
    height: 42px;
  }

  .services-accordion .service-brand img {
    width: 36px;
    height: 36px;
  }

  .services-accordion .service-list-copy strong {
    font-size: 14px;
  }

  .services-accordion .service-list-copy small {
    font-size: 10px;
  }

  .services-accordion .offer-count {
    min-width: 29px;
    padding: 5px 6px;
    font-size: 12px;
  }
  body.page-home:not(.page-studio) .app-header {
    height: 72px;
  }

  body.page-home .header-inner {
    position: relative;
    width: min(calc(100% - 32px), var(--container));
    justify-content: initial;
    gap: 0;
  }

  body.page-home .header-inner > [data-menu-trigger] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  body.page-home .brand:has(.brand-logo--header) {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 152px;
    height: 42px;
    margin: 0;
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: 152px 152px;
  }

  body.page-home .header-actions {
    position: absolute;
    right: 0;
    top: 50%;
    gap: 0;
    margin: 0;
    transform: translateY(-50%);
  }

  body.page-home .header-actions .icon-button,
  body.page-home .header-actions .account-button {
    min-width: 40px;
    width: 40px;
    height: 44px;
    padding: 0;
  }

  body.page-home .header-actions .icon {
    width: 23px;
    height: 23px;
  }

  .servy-home-searchband {
    padding: 0 14px 14px;
  }

  .servy-home-searchband p {
    position: relative;
    z-index: 3;
    margin: -9px 0 8px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
  }

  .servy-home-search {
    min-height: 52px;
    border-radius: 14px;
  }

  .servy-home-search input {
    font-size: 14px;
  }

  .servy-home-search button {
    min-height: 40px;
    padding: 0 18px;
  }

  .page-home .gudfy-home {
    padding-top: 16px;
  }

  .page-home .home-pills {
    justify-content: flex-start;
    gap: 6px;
    margin: 0 -14px 28px;
    padding: 0 14px;
  }

  .page-home .home-pills a {
    min-height: 40px;
    gap: 6px;
    padding: 7px 9px;
    font-size: 11px;
  }

  .page-home .home-pills .icon {
    width: 16px;
  }

  .page-home .directory-group header h2 {
    font-size: 20px;
  }

  .page-home .directory-group > div {
    gap: 10px;
  }

  .page-home .directory-group > div > a {
    min-height: 66px;
    padding: 8px 48px 8px 8px;
    border-radius: 13px;
  }

  .page-home .directory-group .service-brand {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 9px;
  }

  .page-home .directory-group .service-brand img {
    width: 32px;
    height: 32px;
  }

  .home-service-copy strong {
    font-size: 12px !important;
    line-height: 1.12;
  }

  .home-service-copy small {
    display: block;
    font-size: 8px;
  }

  .page-home .home-service-count {
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    min-width: 25px !important;
    padding: 4px 5px !important;
    font-size: 11px !important;
  }

  .page-home .directory-group > div > a::after {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-52%);
    font-size: 21px;
  }

  .page-home .directory-group:not(.directory-group--streaming) > div {
    grid-template-columns: 1fr;
  }

  .page-home .directory-group:not(.directory-group--streaming) > div > a {
    min-height: 70px;
  }

  .page-home .directory-group:not(.directory-group--streaming) .home-service-copy strong {
    font-size: 14px !important;
  }

  /* Home móvil: tarjetas compactas y alineadas como el catálogo de referencia. */
  .page-home .directory-group > div {
    gap: 8px 9px;
  }

  .page-home .directory-group > div > a {
    min-height: 76px;
    gap: 8px;
    padding: 8px 38px 8px 8px;
    border-radius: 13px;
    align-items: center;
    box-shadow: 0 5px 14px rgba(22, 22, 22, 0.055);
  }

  .page-home .directory-group .service-brand {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 2px;
    border-radius: 9px;
    background: #fff;
    border-color: #eee9e7;
  }

  .page-home .directory-group .service-brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
  }

  .page-home .directory-group .home-service-copy {
    align-content: center;
    gap: 3px;
  }

  .page-home .directory-group .home-service-copy strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px !important;
    line-height: 1.2;
  }

  .page-home .directory-group .home-service-copy small {
    font-size: 8px;
    line-height: 1.2;
  }

  .page-home .directory-group--streaming > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 9px;
  }

  .page-home .directory-group--streaming > div > a {
    min-height: 76px;
    gap: 8px;
    padding: 8px 38px 8px 8px;
    border-radius: 13px;
    align-items: center;
    box-shadow: 0 5px 14px rgba(22, 22, 22, 0.055);
  }

  .page-home .directory-group--streaming .service-brand {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 2px;
    border-radius: 9px;
    background: #fff;
    border-color: #eee9e7;
  }

  .page-home .directory-group--streaming .service-brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
  }

  .page-home .directory-group--streaming .home-service-copy {
    align-content: center;
    gap: 3px;
  }

  .page-home .directory-group--streaming .home-service-copy strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px !important;
    line-height: 1.2;
  }

  .page-home .directory-group--streaming .home-service-copy small {
    font-size: 8px;
    line-height: 1.2;
  }

  .page-home .directory-group--streaming .home-service-count {
    right: 20px;
  }

  .page-home .directory-group--streaming > div > a::after {
    right: 6px;
  }

  .servy-entertainment-promo {
    min-height: 220px;
    padding: 22px;
    border-radius: 17px;
  }

  .servy-entertainment-promo h2 {
    font-size: 27px;
  }

  .servy-entertainment-promo p {
    font-size: 12px;
  }

  .promo-living-room {
    right: -55px;
    bottom: 17px;
    transform: scale(.72);
    transform-origin: bottom right;
  }
}

@media (max-width: 430px) {
  .page-home .directory-group > div > a {
    align-items: center;
  }

  .servy-entertainment-promo > div:first-child {
    max-width: 58%;
  }
}

/* Header móvil único: misma geometría en todas las vistas públicas. */
@media (max-width: 767px) {
  body:not(.page-studio) .app-header,
  body.page-home:not(.page-studio) .app-header,
  body.page-marketplace:not(.page-studio) .app-header,
  body.page-service:not(.page-studio) .app-header {
    height: 72px;
  }

  body:not(.page-studio) .brand:has(.brand-logo--header),
  body.page-home .brand:has(.brand-logo--header),
  body.page-marketplace .brand:has(.brand-logo--header),
  body.page-service .brand:has(.brand-logo--header) {
    top: 50%;
    width: 152px;
    height: 42px;
    overflow: visible;
    transform: translate(-50%, -62%);
    background-position: center;
    background-size: 152px 152px;
  }

  body:not(.page-studio) .brand-tagline {
    position: absolute;
    top: 35px;
    left: 50%;
    display: block;
    width: max-content;
    transform: translateX(-50%);
    font-size: 10px;
    line-height: 1;
  }

  .servy-home-searchband,
  .servy-services-searchband,
  .servy-service-searchband {
    padding: 2px 14px 9px;
  }

  .servy-home-searchband > .shell,
  .servy-services-searchband > .shell,
  .servy-service-searchband > .shell {
    width: min(calc(100% - 28px), var(--container));
  }

  .servy-home-searchband .servy-home-search,
  .servy-services-searchband .servy-home-search,
  .servy-service-searchband .servy-home-search {
    grid-template-columns: 20px minmax(0, 1fr) auto;
    gap: 9px;
    min-height: 42px;
    padding: 4px 5px 4px 13px;
    border-radius: 12px;
  }

  .servy-home-searchband .servy-home-search .icon,
  .servy-services-searchband .servy-home-search .icon,
  .servy-service-searchband .servy-home-search .icon {
    width: 20px;
    height: 20px;
  }

  .servy-home-searchband .servy-home-search input,
  .servy-services-searchband .servy-home-search input,
  .servy-service-searchband .servy-home-search input {
    min-width: 0;
    font-size: 12px;
  }

  .servy-home-searchband .servy-home-search button,
  .servy-services-searchband .servy-home-search button,
  .servy-service-searchband .servy-home-search button {
    min-height: 32px;
    padding: 0 14px;
    border-radius: 9px;
    font-size: 12px;
  }
}

/* Home desktop: prioridad final, sin efecto bajo 768px. */
@media (min-width: 768px) {
  body.page-home .desktop-nav a.desktop-home-community { order: 3 !important; }
  body.page-home .desktop-nav a:nth-child(3) { order: 4 !important; }
  body.page-home:not(.page-studio) .app-header { height: 72px; border: 0; background: transparent; color: #fff; }
  body.page-home .header-inner,
  body.page-home .servy-home-searchband > .shell,
  body.page-home .gudfy-home > .shell { width: min(calc(100% - 112px), 1420px); max-width: none; }
  body.page-home .brand { flex: 0 0 182px; width: 182px; height: 48px; overflow: hidden; background: url('brand/servy_logo_blanco.svg') center/182px 182px no-repeat; }
  body.page-home .brand-logo--header { opacity: 0; }
  body.page-home .desktop-nav a,
  body.page-home .header-actions .icon-button,
  body.page-home .header-actions .account-button { color: #fff; }
  body.page-home .servy-home-searchband { padding: 3px 0 12px; }
  body.page-home .servy-home-search { min-height: 62px; padding: 7px 9px 7px 24px; border-radius: 13px; }
  body.page-home .servy-home-search input { font-size: 17px; }
  body.page-home .servy-home-search button { min-width: 92px; min-height: 44px; border-radius: 10px; }
  body.page-home .gudfy-home { padding: 18px 0 60px; background: #fff; }
  body.page-home .home-pills { display: grid; grid-template-columns: .8fr .78fr 1fr .82fr 1.28fr 1fr 1.12fr; gap: 28px; justify-content: stretch; margin: 0 0 22px; overflow: visible; }
  body.page-home .home-pills a { justify-content: center; min-height: 46px; padding: 9px 13px; }
  body.page-home .home-pills a:nth-child(5) { order: 7; }
  body.page-home .home-pills .home-pill-desktop:nth-last-child(2) { order: 5; }
  body.page-home .home-pills .home-pill-desktop:last-child { order: 6; }
  body.page-home .servy-home-sections,
  body.page-home .home-final-cta { display: none; }
  body.page-home .servy-desktop-home { display: grid !important; }
}

/* Servicios desktop 2026: no modifica la composición móvil. */
@media (min-width: 768px) {
  body.page-marketplace { background: #fff; }
  body.page-marketplace::before { background-position: center 35%; background-size: cover; }
  body.page-marketplace:not(.page-studio) .app-header { height: 58px; border: 0; background: transparent; color: #fff; }
  body.page-marketplace .header-inner,
  body.page-marketplace .servy-services-searchband > .shell,
  body.page-marketplace .compact-market { width: min(calc(100% - 156px), 1240px); max-width: none; }
  body.page-marketplace .header-inner { gap: 30px; }
  body.page-marketplace .brand { flex: 0 0 140px; width: 140px; height: 40px; overflow: hidden; background: url('brand/servy_logo_blanco.svg') center/140px 140px no-repeat; }
  body.page-marketplace .brand-logo--header { opacity: 0; }
  body.page-marketplace .desktop-nav { display: flex; gap: 7px; }
  body.page-marketplace .desktop-nav a { order: initial; padding: 9px 14px; border-radius: 9px; color: #fff; font-size: 12px; font-weight: 750; }
  body.page-marketplace .desktop-nav a.is-active { background: rgba(255,255,255,.14); color: #fff; }
  body.page-marketplace .desktop-nav a.desktop-home-community { order: 3; }
  body.page-marketplace .desktop-nav a:nth-child(3) { order: 4; }
  body.page-marketplace .header-actions { margin-left: auto; gap: 7px; }
  body.page-marketplace .header-actions .icon-button,
  body.page-marketplace .header-actions .account-button { color: #fff; }
  body.page-marketplace .desktop-home-notifications { position: relative; }
  body.page-marketplace .desktop-home-notifications span { position: absolute; top: 0; right: 0; display: grid; place-items: center; width: 16px; height: 16px; border: 2px solid #d70000; border-radius: 50%; background: #fff; color: var(--servy-brand); font-size: 8px; font-weight: 900; }
  body.page-marketplace .account-button::after { content: '⌄'; font-size: 12px; }
  body.page-marketplace .servy-services-searchband { padding: 0 0 12px; }
  body.page-marketplace .servy-home-search { min-height: 48px; padding: 5px 7px 5px 18px; border-radius: 12px; box-shadow: 0 8px 22px rgba(73,0,0,.12); }
  body.page-marketplace .servy-home-search input { font-size: 14px; }
  body.page-marketplace .servy-home-search button { min-width: 84px; min-height: 36px; padding: 0 18px; border-radius: 9px; font-size: 12px; }
  body.page-marketplace .servy-services-page { position: relative; z-index: 1; background: #fff; }

  body.page-marketplace .services-pills { display: grid; grid-template-columns: .82fr .72fr 1fr .78fr 1.28fr .88fr 1.08fr; gap: 12px;  overflow: visible; }
  body.page-marketplace .services-pills a { justify-content: center; min-width: 0; min-height: 42px; padding: 8px 11px; border-color: #e6e6e6; color: #161616; font-size: 12px; font-weight: 700; }
  body.page-marketplace .services-pills a.is-active { border-color: var(--servy-brand); background: linear-gradient(135deg,#ff322b,#e11313); color: #fff; }
  body.page-marketplace .services-pills a:nth-child(5) { order: 7; }
  body.page-marketplace .services-pills .services-pill-desktop:nth-last-child(2) { order: 5; }
  body.page-marketplace .services-pills .services-pill-desktop:last-child { order: 6; }
  body.page-marketplace .services-results--mobile { display: none; }
  body.page-marketplace .servy-desktop-services { display: block !important; }

  .desktop-services-intro { display: grid; grid-template-columns: .9fr 1.35fr; gap: 60px; align-items: center; margin-bottom: 24px; }
  .desktop-services-intro > div:first-child > span { color: var(--servy-brand); font-size: 10px; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; }
  .desktop-services-intro h1 { margin: 9px 0 8px; font-size: 37px; line-height: .98; letter-spacing: -.035em; }
  .desktop-services-intro p { margin: 0; color: var(--servy-muted); font-size: 13px; line-height: 1.5; }
  .desktop-services-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
  .desktop-services-trust article { display: flex; align-items: center; gap: 14px; min-height: 84px; padding: 16px 18px; border-radius: 10px; background: linear-gradient(135deg,#fff1f1,#fff8f8); }
  .desktop-services-trust .icon { width: 38px; height: 38px; color: var(--servy-brand); }
  .desktop-services-trust strong,.desktop-services-trust small { display: block; }
  .desktop-services-trust strong { font-size: 12px; }
  .desktop-services-trust small { margin-top: 6px; color: var(--servy-muted); font-size: 10px; line-height: 1.5; }

  .desktop-services-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 15px; }
  .desktop-services-heading h2 { margin: 0; font-size: 22px; }
  .desktop-services-heading p { margin: 5px 0 0; color: var(--servy-muted); font-size: 11px; }
  .desktop-view-switch { display: flex; align-items: center; gap: 5px; padding: 4px 6px 4px 15px; border-radius: 999px; background: #f5f5f5; }
  .desktop-view-switch small { margin-right: 5px; font-size: 9px; }
  .desktop-view-switch button { display: flex; align-items: center; gap: 6px; padding: 7px 11px; border: 0; border-radius: 999px; background: transparent; color: inherit; font: inherit; font-size: 9px; cursor: pointer; }
  .desktop-view-switch button.is-active { background: var(--servy-brand); color: #fff; }
  .desktop-view-switch .icon { width: 13px; }

  .desktop-category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px 20px; }
  .desktop-category-grid.is-list-view { grid-template-columns: 1fr; }
  .desktop-category-grid.is-list-view .desktop-category-card > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 18px; }
  .desktop-category-card { display: flex; flex-direction: column; min-height: 214px; padding: 15px 18px 10px; border: 1px solid #e4e4e4; border-radius: 13px; background: #fff; box-shadow: 0 5px 14px rgba(0,0,0,.025); }
  .desktop-category-card > header { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 9px; padding-bottom: 10px; border-bottom: 1px solid #ededed; }
  .desktop-category-card > header .icon { width: 19px; color: var(--servy-brand); }
  .desktop-category-card h3 { margin: 0; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
  .desktop-category-card > header small { color: var(--servy-muted); font-size: 9px; }
  .desktop-category-card > div { display: grid; padding: 5px 0; }
  .desktop-category-card > div > a { display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; min-height: 37px; padding: 4px 7px; border-bottom: 1px solid #f1f1f1; }
  .desktop-category-card .service-brand { width: 28px; height: 28px; flex-basis: 28px; border-radius: 6px; }
  .desktop-category-card .service-brand img { width: 24px; height: 24px; }
  .desktop-category-card > div strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
  .desktop-category-card > div span { display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px; background: var(--servy-brand); color: #fff; font-size: 8px; font-weight: 850; }
  .desktop-category-more { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 30px; margin-top: auto; border-radius: 8px; background: #fff0f0; color: var(--servy-brand); font-size: 10px; font-weight: 850; }
  .desktop-category-more b { font-size: 18px; line-height: 1; }

  .desktop-services-whatsapp { display: grid; grid-template-columns: 46px 1fr 300px; gap: 18px; align-items: center; min-height: 78px; margin-top: 22px; padding: 14px 30px; border-radius: 12px; background: linear-gradient(90deg,#fff1f1,#fff8f8); }
  .desktop-services-whatsapp > .icon { width: 42px; height: 42px; padding: 10px; border-radius: 50%; background: #ffdede; color: var(--servy-brand); }
  .desktop-services-whatsapp strong,.desktop-services-whatsapp small { display: block; }
  .desktop-services-whatsapp strong { font-size: 12px; }
  .desktop-services-whatsapp small { margin-top: 4px; color: var(--servy-muted); font-size: 10px; }
  .desktop-services-whatsapp a { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 42px; border-radius: 9px; background: var(--servy-brand); color: #fff; font-size: 11px; font-weight: 850; }
  .desktop-services-whatsapp a b { font-size: 18px; }
}

/* Navegación de categorías: alineación estable y dinámica solo en escritorio. */
@media (min-width: 768px) {
  body.page-home .home-pills,
  body.page-marketplace .services-pills {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 14px;
  }

  body.page-home .home-pills a,
  body.page-marketplace .services-pills a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 0;
    overflow: hidden;
    line-height: 1;
    white-space: nowrap;
    order: initial;
  }

  body.page-home .home-pills a .icon,
  body.page-marketplace .services-pills a .icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  body:not(.page-studio) .services-accordion .service-brand,
  body:not(.page-studio) .service-plan-list .service-brand {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 2px;
    border: 1px solid #eee9e7;
    border-radius: 9px;
    background: #fff;
    overflow: hidden;
  }

  body:not(.page-studio) .services-accordion .service-brand img,
  body:not(.page-studio) .service-plan-list .service-brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
  }
}

/* Desktop brand marks: proportional boxes shared by Home and Services. */
@media (min-width: 768px) {
  body.page-home .desktop-featured-grid .service-brand {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    padding: 3px;
    border: 1px solid #eee9e7;
    border-radius: 11px;
    background: #fff;
    overflow: hidden;
  }

  body.page-home .desktop-featured-grid .service-brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
  }

  body.page-home .desktop-home-new .service-brand,
  body.page-home .desktop-home-popular .service-brand {
    padding: 2px;
    border: 1px solid #eee9e7;
    background: #fff;
    overflow: hidden;
  }

  body.page-home .desktop-home-new .service-brand img,
  body.page-home .desktop-home-popular .service-brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
  }

  body.page-marketplace .desktop-category-card > div > a {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    min-height: 43px;
  }

  body.page-marketplace .desktop-category-card .service-brand {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    padding: 2px;
    border: 1px solid #eee9e7;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
  }

  body.page-marketplace .desktop-category-card .service-brand img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
  }
}
