/* Go PetiA Site 1.27.0 — PetiA AI landing redesign */
:root{
  --gph-bg:#f7f5fb;
  --gph-card:#ffffff;
  --gph-line:#e7def7;
  --gph-text:#23143d;
  --gph-muted:#695d7e;
  --gph-purple:#6b42ff;
  --gph-purple-2:#8d63ff;
  --gph-purple-soft:#f1ebff;
  --gph-yellow:#ffcf2f;
  --gph-shadow:0 18px 44px rgba(67,32,129,.10);
}

body.gph-petify-home .gph-home{
  width:100%;
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Inter,system-ui,sans-serif;
  padding:14px 0 150px;
  color:var(--gph-text);
}
body.gph-petify-home .gph-home *{box-sizing:border-box;}
body.gph-petify-home .gph-home__shell{
  display:grid;
  gap:18px;
}
body.gph-petify-home .gph-home__hero,
body.gph-petify-home .gph-home__section,
body.gph-petify-home .gph-home__recent{
  background:var(--gph-card);
  border:1px solid var(--gph-line);
  border-radius:28px;
  box-shadow:var(--gph-shadow);
}

body.gph-petify-home .gph-home__hero{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);
  gap:22px;
  padding:26px;
  align-items:center;
  background:linear-gradient(180deg,#fff 0%,#fbf9ff 100%);
}
body.gph-petify-home .gph-home__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:var(--gph-purple-soft);
  color:var(--gph-purple);
  font-size:14px;
  font-weight:800;
}
body.gph-petify-home .gph-home__hero-title{
  margin:16px 0 12px;
  font-family:'Avenir Next','SF Pro Display',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-size:clamp(38px,5vw,64px);
  line-height:.98;
  font-weight:900;
  letter-spacing:-.04em;
}
body.gph-petify-home .gph-home__hero-title span{
  display:block;
}
body.gph-petify-home .gph-home__hero-title .is-accent{
  color:var(--gph-purple);
}
body.gph-petify-home .gph-home__hero-lead{
  margin:0;
  max-width:590px;
  color:var(--gph-muted);
  font-size:18px;
  line-height:1.65;
  font-weight:600;
}
body.gph-petify-home .gph-home__status{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:20px;
  min-height:54px;
  padding:12px 18px;
  border:1px solid rgba(107,66,255,.16);
  border-radius:18px;
  background:#fff;
  color:var(--gph-purple);
  font-weight:800;
  font-size:15px;
  cursor:pointer;
}
body.gph-petify-home .gph-home__status-dot{
  width:12px;height:12px;border-radius:50%;background:#57d9b5;box-shadow:0 0 0 6px rgba(87,217,181,.16);
}
body.gph-petify-home .gph-home__visual{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:100%;
}
body.gph-petify-home .gph-home__visualframe{
  width:100%;
  min-height:350px;
  max-width:520px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  border-radius:28px;
  background:radial-gradient(circle at 50% 32%, #f2ebff 0%, #f7f3ff 45%, #ffffff 100%);
  position:relative;
  overflow:hidden;
}
body.gph-petify-home .gph-home__visualframe::before,
body.gph-petify-home .gph-home__visualframe::after{
  content:"";
  position:absolute;
  border-radius:50%;
  background:rgba(107,66,255,.09);
}
body.gph-petify-home .gph-home__visualframe::before{width:280px;height:280px;right:16%;top:10%;}
body.gph-petify-home .gph-home__visualframe::after{width:120px;height:120px;right:8%;bottom:14%;}
body.gph-petify-home .gph-home__visualframe img{
  position:relative;
  z-index:1;
  display:block;
  margin:0 auto;
  width:min(100%,400px);
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 22px 38px rgba(93,52,167,.18));
}

body.gph-petify-home .gph-home__quickgrid{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
body.gph-petify-home .gph-home__quick{
  min-height:136px;
  padding:18px 16px;
  border-radius:22px;
  border:1px solid var(--gph-line);
  background:#fff;
  text-align:left;
  display:flex;
  flex-direction:column;
  gap:16px;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
body.gph-petify-home .gph-home__quick:hover,
body.gph-petify-home .gph-home__feature:hover,
body.gph-petify-home .gph-home__recentitem:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 32px rgba(73,39,138,.10);
  border-color:rgba(107,66,255,.22);
}
body.gph-petify-home .gph-home__icon{
  width:54px;height:54px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#7c56ff,#623dff); color:#fff; font-size:24px; box-shadow:0 10px 20px rgba(107,66,255,.20);
}
body.gph-petify-home .gph-home__icon.is-yellow{background:linear-gradient(135deg,#ffd24a,#ffbf0f); color:#5b3a00;}
body.gph-petify-home .gph-home__quick strong,
body.gph-petify-home .gph-home__feature strong,
body.gph-petify-home .gph-home__recenttitle{font-size:15px;line-height:1.28;color:var(--gph-text);font-weight:900;}
body.gph-petify-home .gph-home__quick span,
body.gph-petify-home .gph-home__feature p,
body.gph-petify-home .gph-home__recentmeta{font-size:14px;line-height:1.5;color:var(--gph-muted);font-weight:600;}

body.gph-petify-home .gph-home__section,
body.gph-petify-home .gph-home__recent{padding:24px;}
body.gph-petify-home .gph-home__sectionhead,
body.gph-petify-home .gph-home__recenthead{
  display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:18px;
}
body.gph-petify-home .gph-home__sectiontitle{
  margin:0;
  font-family:'Avenir Next','SF Pro Display',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-size:33px;
  line-height:1.05;
  letter-spacing:-.03em;
  font-weight:900;
  color:var(--gph-text);
}
body.gph-petify-home .gph-home__sectiontag{
  font-size:14px;font-weight:800;color:var(--gph-purple);background:var(--gph-purple-soft);padding:8px 12px;border-radius:999px;
}
body.gph-petify-home .gph-home__featuregrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
body.gph-petify-home .gph-home__feature{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:16px;
  min-height:148px;
  padding:20px;
  border-radius:22px;
  border:1px solid var(--gph-line);
  background:#fff;
  text-align:left;
  cursor:pointer;
}
body.gph-petify-home .gph-home__feature p{margin:8px 0 0;}
body.gph-petify-home .gph-home__arrow{
  width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;
  color:var(--gph-purple);font-size:28px;font-weight:700;background:var(--gph-purple-soft);
}
body.gph-petify-home .gph-home__recentlink{
  color:var(--gph-purple);font-size:15px;font-weight:900;background:none;border:0;cursor:pointer;padding:0;
}
body.gph-petify-home .gph-home__recentlist{display:grid;gap:12px;}
body.gph-petify-home .gph-home__recentitem{
  width:100%;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;
  padding:18px;border:1px solid var(--gph-line);border-radius:22px;background:#fff;text-align:left;cursor:pointer;
}
body.gph-petify-home .gph-home__recenttitle{display:block;}
body.gph-petify-home .gph-home__recentmeta{display:block;margin-top:6px;}

/* Composer cleanup only */
body.home .petia-input-label,
body.home .petia-composer-label,
body.home .petia1202-composer-label,
body.home .petia-char-counter{display:none!important;}
body.home #petia-page-form,
body.home .petia-form{row-gap:0!important;}
body.home textarea#petia-page-input,
body.home input#petia-page-input,
body.home .petia-input{
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
body.home textarea#petia-page-input::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}

/* Remove modal/promotional overlays unrelated to chat */
body.home .elementor-popup-modal,
body.home .dialog-widget,
body.home .pum-overlay,
body.home .pum-container,
body.home .mfp-bg,
body.home .mfp-wrap,
body.home [id^="pum-"]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;}

@media (max-width: 1080px){
  body.gph-petify-home .gph-home__hero{grid-template-columns:1fr;}
  body.gph-petify-home .gph-home__visualframe{min-height:300px;}
  body.gph-petify-home .gph-home__quickgrid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 720px){
  body.gph-petify-home .gph-home{padding:10px 0 128px;}
  body.gph-petify-home .gph-home__hero,
  body.gph-petify-home .gph-home__section,
  body.gph-petify-home .gph-home__recent{border-radius:22px;}
  body.gph-petify-home .gph-home__hero{padding:18px;gap:16px;}
  body.gph-petify-home .gph-home__eyebrow{font-size:13px;padding:7px 11px;}
  body.gph-petify-home .gph-home__hero-title{margin:12px 0 10px;font-size:clamp(28px,11vw,44px);}
  body.gph-petify-home .gph-home__hero-lead{font-size:15px;line-height:1.55;}
  body.gph-petify-home .gph-home__status{width:100%;justify-content:flex-start;font-size:14px;padding:12px 14px;min-height:0;}
  body.gph-petify-home .gph-home__visualframe{min-height:220px;padding:14px;}
  body.gph-petify-home .gph-home__visualframe img{width:min(100%,250px);}
  body.gph-petify-home .gph-home__quickgrid,
  body.gph-petify-home .gph-home__featuregrid{grid-template-columns:1fr 1fr;gap:10px;}
  body.gph-petify-home .gph-home__quick{min-height:122px;padding:14px 12px;border-radius:18px;gap:12px;}
  body.gph-petify-home .gph-home__icon{width:46px;height:46px;border-radius:15px;font-size:20px;}
  body.gph-petify-home .gph-home__quick strong,
  body.gph-petify-home .gph-home__feature strong,
  body.gph-petify-home .gph-home__recenttitle{font-size:14px;}
  body.gph-petify-home .gph-home__quick span,
  body.gph-petify-home .gph-home__feature p,
  body.gph-petify-home .gph-home__recentmeta{font-size:12.5px;}
  body.gph-petify-home .gph-home__section,
  body.gph-petify-home .gph-home__recent{padding:18px;}
  body.gph-petify-home .gph-home__sectionhead,
  body.gph-petify-home .gph-home__recenthead{margin-bottom:14px;}
  body.gph-petify-home .gph-home__sectiontitle{font-size:26px;}
  body.gph-petify-home .gph-home__sectiontag{display:none;}
  body.gph-petify-home .gph-home__feature{grid-template-columns:1fr;align-items:flex-start;min-height:0;padding:16px;border-radius:18px;gap:12px;}
  body.gph-petify-home .gph-home__feature .gph-home__arrow{display:none;}
  body.gph-petify-home .gph-home__recentitem{grid-template-columns:auto 1fr auto;padding:14px;border-radius:18px;}
}
@media (max-width: 460px){
  body.gph-petify-home .gph-home__quickgrid,
  body.gph-petify-home .gph-home__featuregrid{grid-template-columns:1fr 1fr;}
  body.gph-petify-home .gph-home__hero-title{font-size:clamp(26px,10.5vw,38px);}
}


/* 1.28.0 — integración nativa con AI Core 17.9.0. Sin montaje JS ni scroll forzado. */
#petify-ai-page-root.petia-site-welcome .gph-home{min-height:100%;}
#petify-ai-page-root.petia-site-welcome #petia-page-messages{scroll-padding-top:0!important;}
#petify-ai-page-root .gps-nav{position:relative!important;top:auto!important;margin:0!important;padding-top:0!important;border-radius:18px!important;}
@media(max-width:720px){
  #petify-ai-page-root .gps-nav{position:relative!important;top:auto!important;margin:0!important;border-radius:16px!important;box-shadow:none!important;}
  body.admin-bar.has-gpshell #petify-ai-page-root .gps-nav{top:auto!important;}
}

/* 1.29.0 — zona de crecimiento y promociones, inyectada en AI Core 18.0.0. */
.gps-growth{width:100%;display:grid;gap:14px;padding-top:2px;}
.gps-growth__head{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:0 2px;}
.gps-growth__head>div{min-width:0;}
.gps-growth__head span{display:block;margin-bottom:5px;color:#7445ed;font-size:10px;font-weight:900;letter-spacing:.12em;}
.gps-growth__head h2{margin:0;color:#2a1742;font-size:25px;line-height:1.08;letter-spacing:-.035em;font-weight:900;}
.gps-growth__head p{max-width:440px;margin:0;color:#776a83;font-size:12.5px;line-height:1.45;font-weight:600;text-align:right;}
.gps-growth__rail{display:flex;gap:12px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:none;scroll-snap-type:x proximity;}
.gps-growth__rail::-webkit-scrollbar{display:none;}
.gps-promo{flex:0 0 min(320px,82vw);min-height:178px;border:1px solid rgba(111,53,255,.10);border-radius:22px;background:#fff;color:#2a1742;text-decoration:none;overflow:hidden;box-shadow:0 13px 30px rgba(63,24,99,.08);scroll-snap-align:start;display:grid;grid-template-rows:92px auto;}
.gps-promo__media{display:block;background-size:cover;background-position:center;background-color:#f0eaff;}
.gps-promo__media.is-empty{background:radial-gradient(circle at 70% 20%,rgba(255,214,10,.28),transparent 32%),linear-gradient(135deg,#6f35ff,#9a62ff);}
.gps-promo__body{display:grid;gap:5px;padding:12px 14px;}
.gps-promo__body small{color:#7b4dee;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;}
.gps-promo__body strong{font-size:15px;line-height:1.2;font-weight:900;color:#291640;}
.gps-promo__body b{color:#6b3de4;font-size:12px;font-weight:850;}
.gps-growth__default{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.gps-growth-card{min-height:116px;border:1px solid rgba(111,53,255,.09);border-radius:21px;background:#fff;color:#291640;text-decoration:none;padding:16px;display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:center;text-align:left;box-shadow:0 12px 28px rgba(63,24,99,.06);font:inherit;cursor:pointer;}
.gps-growth-card--business{background:linear-gradient(135deg,#fff9dc,#f5edff);}
.gps-growth-card__icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#7447f3,#6037d4);color:#fff;font-size:22px;box-shadow:0 10px 22px rgba(111,53,255,.22);}
.gps-growth-card--business .gps-growth-card__icon{background:linear-gradient(145deg,#ffd449,#ffb91d);color:#5e3a00;}
.gps-growth-card strong{display:block;font-size:15px;line-height:1.2;font-weight:900;}
.gps-growth-card small{display:block;margin-top:5px;color:#756a80;font-size:11.5px;line-height:1.35;font-weight:600;}
.gps-growth-card b{display:block;margin-top:7px;color:#6b3de4;font-size:11.5px;font-weight:850;}
@media(max-width:720px){
  .gps-growth{gap:12px;}
  .gps-growth__head{display:block;padding:0 2px;}
  .gps-growth__head h2{font-size:21px;}
  .gps-growth__head p{margin-top:6px;text-align:left;font-size:11.5px;}
  .gps-growth__default{grid-template-columns:1fr;gap:9px;}
  .gps-growth-card{min-height:96px;border-radius:18px;padding:13px;grid-template-columns:42px minmax(0,1fr);gap:10px;}
  .gps-growth-card__icon{width:42px;height:42px;border-radius:13px;font-size:19px;}
  .gps-promo{flex-basis:78vw;min-height:160px;grid-template-rows:80px auto;border-radius:18px;}
}


/* 1.30.0 — Growth zone más integrada con el home unificado 18.1. */
.petia180-growth .gps-growth{margin-top:4px!important;}
.gps-growth{border:1px solid rgba(111,53,255,.08);border-radius:24px;background:linear-gradient(180deg,#fff,#fbf9ff);padding:18px;box-shadow:0 16px 38px rgba(63,24,99,.07);}
.gps-growth__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);gap:18px;align-items:end;margin-bottom:14px;}
.gps-growth__head h2{margin:4px 0 0;font-size:clamp(22px,2.2vw,32px);line-height:1.05;letter-spacing:-.035em;color:#291640;font-weight:900;}
.gps-growth__head span{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#7546e8;font-weight:900;}
.gps-growth__head p{margin:0;color:#75667f;font-size:13px;line-height:1.45;font-weight:650;}
.gps-growth__default{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.gps-growth-card{min-height:116px;border:1px solid rgba(111,53,255,.09);border-radius:20px;background:#fff;display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:center;padding:15px;text-align:left;color:#2a1742;text-decoration:none;box-shadow:0 10px 26px rgba(63,24,99,.055);}
.gps-growth-card__icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#efe8ff;color:#6639db;font-size:22px;font-weight:900;}
.gps-growth-card--business .gps-growth-card__icon{background:#fff0a9;color:#674300;}
.gps-growth-card strong{display:block;font-size:14px;font-weight:900;line-height:1.2;}
.gps-growth-card small{display:block;margin-top:4px;color:#776a82;font-size:12px;line-height:1.35;font-weight:600;}
.gps-growth-card b{display:block;margin-top:7px;color:#6b3de4;font-size:11px;font-weight:900;}
@media(max-width:720px){
  .gps-growth{padding:14px;border-radius:20px;}
  .gps-growth__head{grid-template-columns:1fr;gap:7px;align-items:start;}
  .gps-growth__head h2{font-size:22px;}
  .gps-growth__head p{font-size:12px;}
  .gps-growth__default{grid-template-columns:1fr;gap:9px;}
  .gps-growth-card{min-height:96px;padding:12px;border-radius:17px;grid-template-columns:42px minmax(0,1fr);gap:10px;}
  .gps-growth-card__icon{width:42px;height:42px;border-radius:13px;font-size:19px;}
  .gps-promo{flex-basis:82vw!important;}
}

/* ========================================================================== */
/* 1.32.0 — móvil limpio: home real, cards compactas y sin espacio desperdiciado. */
/* ========================================================================== */
@media (max-width:720px){
  body.gph-petify-home .gph-home{
    padding:6px 0 calc(112px + env(safe-area-inset-bottom,0px))!important;
  }
  body.gph-petify-home .gph-home__shell{gap:12px!important;}
  body.gph-petify-home .gph-home__hero{
    padding:14px!important;
    gap:12px!important;
    border-radius:18px!important;
  }
  body.gph-petify-home .gph-home__eyebrow{
    font-size:12px!important;
    padding:6px 10px!important;
  }
  body.gph-petify-home .gph-home__hero-title{
    margin:9px 0 8px!important;
    font-size:clamp(34px,10.5vw,46px)!important;
    line-height:.96!important;
  }
  body.gph-petify-home .gph-home__hero-lead{
    width:100%!important;
    max-width:none!important;
    font-size:13.5px!important;
    line-height:1.42!important;
  }
  body.gph-petify-home .gph-home__status{
    margin-top:12px!important;
    min-height:44px!important;
    padding:9px 12px!important;
    border-radius:14px!important;
    font-size:12.5px!important;
  }
  body.gph-petify-home .gph-home__visualframe{
    min-height:142px!important;
    padding:6px!important;
    border-radius:18px!important;
  }
  body.gph-petify-home .gph-home__visualframe::before{width:150px!important;height:150px!important;}
  body.gph-petify-home .gph-home__visualframe::after{width:70px!important;height:70px!important;}
  body.gph-petify-home .gph-home__visualframe img{width:min(100%,178px)!important;}
  body.gph-petify-home .gph-home__quickgrid,
  body.gph-petify-home .gph-home__featuregrid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.gph-petify-home .gph-home__quick{
    min-height:84px!important;
    padding:10px!important;
    border-radius:16px!important;
    display:grid!important;
    grid-template-columns:36px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    column-gap:8px!important;
    row-gap:2px!important;
    align-content:center!important;
  }
  body.gph-petify-home .gph-home__quick .gph-home__icon{
    grid-row:1 / 3!important;
    width:36px!important;
    height:36px!important;
    border-radius:12px!important;
    font-size:17px!important;
  }
  body.gph-petify-home .gph-home__quick strong{
    font-size:12.5px!important;
    line-height:1.15!important;
  }
  body.gph-petify-home .gph-home__quick > span:not(.gph-home__icon){
    font-size:10.5px!important;
    line-height:1.22!important;
  }
  body.gph-petify-home .gph-home__section,
  body.gph-petify-home .gph-home__recent{
    padding:14px!important;
    border-radius:18px!important;
  }
  body.gph-petify-home .gph-home__sectiontitle{font-size:22px!important;}
  body.gph-petify-home .gph-home__feature{
    padding:12px!important;
    border-radius:15px!important;
    gap:9px!important;
  }
  body.gph-petify-home .gph-home__feature .gph-home__icon{
    width:38px!important;
    height:38px!important;
    border-radius:12px!important;
    font-size:17px!important;
  }
  body.gph-petify-home .gph-home__recentitem{
    padding:11px!important;
    border-radius:15px!important;
  }

  /* La navegación está fuera de #petify-ai-page-root en algunas plantillas. */
  body.gph-petify-home.has-gpshell .gps-nav__inner{
    display:block!important;
    width:100%!important;
    min-height:0!important;
    padding:5px 6px 7px!important;
    overflow:visible!important;
  }
  body.gph-petify-home.has-gpshell .gps-nav__list{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    width:100%!important;
    min-width:0!important;
    gap:5px!important;
    overflow:visible!important;
  }
  body.gph-petify-home.has-gpshell .gps-nav__list>li{
    width:100%!important;
    min-width:0!important;
  }
  body.gph-petify-home.has-gpshell .gps-nav__link{
    width:100%!important;
    min-width:0!important;
    height:40px!important;
    min-height:40px!important;
    padding:0 3px!important;
    justify-content:center!important;
    gap:4px!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    font-size:10.5px!important;
    letter-spacing:-.02em!important;
    border-radius:12px!important;
  }
  body.gph-petify-home.has-gpshell .gps-nav__icon{
    flex:0 0 21px!important;
    width:21px!important;
    height:21px!important;
    min-width:21px!important;
    border-radius:7px!important;
  }
  body.gph-petify-home.has-gpshell .gps-nav__icon svg{
    width:12px!important;
    height:12px!important;
    min-width:12px!important;
    min-height:12px!important;
  }
}

@media (max-width:460px){
  body.gph-petify-home .gph-home__quick{min-height:68px!important;}
  body.gph-petify-home .gph-home__quick > span:not(.gph-home__icon){display:none!important;}
  body.gph-petify-home .gph-home__visualframe{min-height:122px!important;}
  body.gph-petify-home .gph-home__visualframe img{width:min(100%,154px)!important;}
}

@media (max-width:390px){
  body.gph-petify-home.has-gpshell .gps-nav__link{
    height:48px!important;
    min-height:48px!important;
    flex-direction:column!important;
    gap:2px!important;
    font-size:9.5px!important;
  }
  body.gph-petify-home.has-gpshell .gps-nav__icon{
    width:19px!important;
    height:19px!important;
    min-width:19px!important;
  }
}


/* ========================================================================== */
/* 1.33.0 — home móvil contenida dentro del viewport y primer render estable. */
/* ========================================================================== */
@media (max-width:720px){
  body.gph-petify-home,
  body.gph-petify-home #petify-ai-page-root,
  body.gph-petify-home .gph-home,
  body.gph-petify-home .gph-home__shell,
  body.gph-petify-home .gph-home__hero,
  body.gph-petify-home .gph-home__quickgrid,
  body.gph-petify-home .gph-home__featuregrid{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  body.gph-petify-home{
    margin:0!important;
    overflow-x:clip!important;
  }
  body.gph-petify-home .gph-home{
    margin:0!important;
    padding-left:0!important;
    padding-right:0!important;
    overflow-x:clip!important;
  }
  body.gph-petify-home .gph-home__shell{
    margin:0 auto!important;
    padding:0 8px!important;
    overflow:visible!important;
  }
  body.gph-petify-home .gph-home__hero,
  body.gph-petify-home .gph-home__section,
  body.gph-petify-home .gph-home__recent{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  body.gph-petify-home .gph-home__quick,
  body.gph-petify-home .gph-home__feature,
  body.gph-petify-home .gph-home__recentitem{
    min-width:0!important;
    max-width:100%!important;
  }
}
