/* Inter self-host (WOFF2) */
@font-face{
  font-family:"Inter";
  src:url("./fonts/Inter/inter-v20-latin-regular.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Inter";
  src:url("./fonts/Inter/inter-v20-latin-500.woff2") format("woff2");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Inter";
  src:url("./fonts/Inter/inter-v20-latin-600.woff2") format("woff2");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Inter";
  src:url("./fonts/Inter/inter-v20-latin-700.woff2") format("woff2");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Inter";
  src:url("./fonts/Inter/inter-v20-latin-800.woff2") format("woff2");
  font-weight:800;
  font-style:normal;
  font-display:swap;
}

:root, body{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
:root{
--py-bg-dark: #0A0E13;
    --py-bg-card: #13171D;
    --py-surface: rgba(255, 255, 255, 0.04);
    --py-text: #f7f8f8;
    --py-text-secondary: #949698;
    --py-text-tertiary: #c0c4c7;
    --py-text-quaternary: #6b7280;
    --py-text-heading: #f7f8f8;
    --py-primary: #FF6A00;
    --py-border: rgba(255, 106, 0, 0.08);
    --py-border-subtle: rgba(255, 255, 255, 0.08);
    
    
    --py-accent: #FF6A00;
    --py-accent-weak: rgba(255, 106, 0, .18);
    --py-accent-glow: rgba(255, 106, 0, .35);
    --py-accent-ink: #1A1A1A;
    
    
    --py-ease: cubic-bezier(.4, 0, .2, 1);
    --py-micro: 180ms;
    --py-reveal: 620ms;
    --py-reveal-distance: 14px;
    
    
    --py-radius: 16px;
    --py-shadow: 0 10px 30px rgba(0,0,0,.25);
    
    
    --py-font-weight-normal: 400;
    --py-font-weight-medium: 500;
    --py-text-mini: 10px;
    --py-text-small: 12px;
    --py-text-regular: 14px;
    --py-text-large: 14px;
    --py-title-1: 60px;
    --py-title-2: 30px;
    --py-title-3: 20px;
    --py-title-5: 24px;
    --py-title-6: 20px;
    --py-line-mini: 1.2;
    --py-line-small: 1.3;
    --py-line-regular: 1.4;
    --py-line-large: 1.5;
    --py-letter-spacing: -0.02em;
    
    
    --py-space-1: 8px;
    --py-space-2: 16px;
    --py-space-3: 24px;
    --py-space-4: 32px;
    --py-space-5: 40px;
    --py-space-6: 48px;
    --py-space-xl: 112px;
    --py-space-l: 80px;
    --py-space-m: 56px;
    
    
    --py-container-max: 1200px;
    --py-container-padding: clamp(16px, 5vw, 90px);
  --py-primary-weak: rgba(255, 106, 0, .18);
  --py-primary-glow: rgba(255, 106, 0, .35);
  --py-primary-ink: #1A1A1A;
    --py-radius-lg: 14px;
  --py-logo-h: 18px;
  --py-bg-elevated: #1A1F27;
  --py-border-medium: rgba(255, 255, 255, 0.12);
  --py-primary-light: #FF8534;
  --py-primary-dark: #E55D00;
  --py-radius-xl: 32px;
  --py-shadow-lg: 0 25px 50px rgba(0,0,0,.35);
  --py-text-muted: #6B7280;
	--py-whatsapp: #25D366;
}

*, *::before, *::after{
margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
-moz-osx-font-smoothing: grayscale;
  background: var(--py-bg-dark);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: var(--py-text-secondary);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.5;
}

html{
scroll-padding-top: 92px;
  scroll-behavior: auto;
}
/* =====================================================
   Focus visible SOLO para teclado (TAB)
   - Mouse / touch: sin marco molesto.
   - Teclado: marco visible y consistente (accesibilidad real).
   ===================================================== */

/* Estado: por defecto asumimos mouse/touch */
html:not(.user-tabbing) a:focus,
html:not(.user-tabbing) button:focus,
html:not(.user-tabbing) summary:focus,
html:not(.user-tabbing) [role="button"]:focus {
  outline: none;
  box-shadow: none;
}

/* Teclado: replicamos TU look (glow naranja) */
html.user-tabbing a:focus,
html.user-tabbing button:focus,
html.user-tabbing summary:focus,
html.user-tabbing .py-tab-btn:focus,
html.user-tabbing .py-q-btn:focus,
html.user-tabbing [role="button"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255,127,22,.35),
              0 0 0 6px rgba(255,127,22,.16);
  border-color: rgba(255,127,22,.55);
}

/* WhatsApp float: glow premium solo teclado */

.py-wa-float{
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    z-index: 12000;
    color: #fff;
    background: var(--py-whatsapp);
    border: none;
    box-shadow: 0 4px 24px rgba(37, 211, 102, 0.4);
    transition: all 0.4s var(--py-ease);
    text-decoration: none;
}
.py-wa-float:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
}
.py-wa-float svg{ width: 26px; height: 26px; }
/* Inputs: mouse/touch con foco sutil; teclado con halo completo */
html:not(.user-tabbing) .py-field input:focus,
html:not(.user-tabbing) .py-field textarea:focus {
  border-color: rgba(255,106,0,.55);
  box-shadow: none;
}

html.user-tabbing .py-field input:focus,
html.user-tabbing .py-field textarea:focus {
  border-color: rgba(255,106,0,.55);
  box-shadow: 0 0 0 6px rgba(255,106,0,.14);
}
.py-hero-title{
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.05;
  margin: 0 0 14px;
}




.py-skip-link{
font-weight: 500;
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--py-bg-card);
  color: var(--py-text);
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 0 0 8px 0;
  z-index: 10000;
  transition: top 0.2s ease;
}

.py-skip-link:focus{
outline: 2px solid #fff;
  outline-offset: 2px;
  top: 0;
}

.py-menu-toggle[aria-expanded="true"] .py-hamburger{
flex-direction: row;
  width: 18px;
  height: 24px;
  justify-content: space-between;
}

.py-menu-toggle[aria-expanded="true"] .py-hamburger-line{
width: 2px;
  height: 100%;
}

.py-container{
max-width: var(--py-container-max);
    margin: 0 auto;
    padding: 0 var(--py-container-padding);
    width: 100%;
}

.py-section{
padding: 100px 0;
  position: relative;
}

.py-container li{
font-size: 14px;
  color: #949698;
}

.py-contact-grid{
margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.py-form-row{
display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.py-section.py-bg-accent{
background: linear-gradient(180deg,
    transparent 0%,
    rgba(255,106,0,.06) 18%,
    rgba(255,106,0,.10) 52%,
    rgba(255,106,0,.06) 86%,
    transparent 100%);
}

.py-section-desc{
max-width: 600px;
}

/* =========================
   PROCESS (desktop fijo + responsive real)
   ========================= */

/* Layout general: en desktop dale MÁS ancho a la columna de pasos */
.py-process-layout{
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  align-items: start;
  margin-top: var(--py-space-m);

  /* Mobile first */
  grid-template-columns: 1fr;
  grid-template-areas:
    "media"
    "grid";
}



/* Media (contenedor) */
.py-process-media{
  grid-area: media;
  border-radius: var(--py-radius-lg);
  overflow: hidden;
  border: 1px solid var(--py-border-subtle);
  background: rgba(255,255,255,.03);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
  min-width: 0;
}

/* La imagen NO puede ser 50% en desktop */
.py-process-media__img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: .92;
  filter: saturate(1.05) contrast(1.05);
}

/* Grid de pasos: tiene que ser GRID de verdad */
.py-process-grid{
  grid-area: grid;
  position: relative;

  display: grid;
  gap: clamp(14px, 2vw, 22px);

  /* Mobile: 1 columna */
  grid-template-columns: 1fr;

  min-width: 0;

  /* clave: container query para decidir 2 vs 4 según su ancho real */
  container-type: inline-size;
}

/* =========================
   FIX: títulos que se cortan
   ========================= */
.py-process-grid h3,
.py-process-grid .py-process-step__title{
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  max-width: 100%;
  hyphens: auto;
  text-wrap: balance;
}

.py-header{
position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(10, 14, 19, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--py-border-subtle);
    height: 72px;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){
.py-header{background: rgba(10, 14, 19, 0.95);}
}

.py-header__inner{
display: flex;
    align-items: center;
    height: 72px;
}

.py-brand{
display:inline-flex;
  align-items:center;
  line-height:0;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.py-brand__logo{
height:var(--py-logo-h);
  width: auto;
  display:block;
  opacity:.72;
  transition:opacity .18s ease;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.45));
}

.py-brand:hover .py-brand__logo, .py-brand__logo{
opacity:.95;
}
.py-nav > a {
    color: var(--py-text-secondary);
    text-decoration: none;
}


.py-nav > a::after{
content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--py-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--py-micro) var(--py-ease);
}

.py-nav > a:hover::after{
transform: scaleX(1);
}

.py-nav > a:hover{
color: var(--py-text-secondary);
}

.py-header-cta{
display: flex;
    justify-content: flex-end;
    margin-left: auto;
    align-items: center;
    z-index: 2;
    flex-shrink: 0;
}

.py-mobile-only{
display: none;
}

.py-desktop-only{
display: flex;
}

.py-menu-toggle{
display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    position: relative;
    width: 40px;
    height: 40px;
}

.py-menu-toggle:hover{
opacity: 0.7;
}

.py-hamburger{
position: relative;
    width: 24px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all var(--py-micro) var(--py-ease);
}

.py-hamburger-line{
width: 100%;
    height: 2px;
    background: var(--py-text);
    transition: all var(--py-micro) var(--py-ease);
    transform-origin: center;
}

.py-hamburger-line:nth-child(4){
background: var(--py-accent);
}

.py-menu-toggle[aria-expanded="true"] .py-hamburger{
flex-direction: row;
    width: 18px;
    height: 24px;
    justify-content: space-between;
}

.py-menu-toggle[aria-expanded="true"] .py-hamburger-line{
width: 2px;
    height: 100%;
}

.py-menu-toggle[aria-expanded="true"] .py-hamburger-line:nth-child(4){
background: var(--py-accent);
}

.btn-primary{
position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  font-size: var(--py-text-large);
  font-weight: 400;
  font-family: inherit;
  letter-spacing: 0.02em;
  color: var(--py-text);
  background: linear-gradient(135deg, #ff6a00 0%, #ff8534 100%);
  border: none;
  border-radius: var(--py-text-mini);
  box-shadow: 0 4px 24px rgba(255, 106, 0, 0.3);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary{
display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    font-family: inherit;
    font-weight: 400;
    font-size: var(--py-text-large);
    letter-spacing: 0.02em;
    color: var(--py-text-secondary);
    background-color: transparent;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.btn-secondary:hover{
color: #f7f8f8;
    transform: translateX(4px);
}

.btn-secondary:active{
transform: translateX(2px);
}

.btn-secondary::after{
content: "→";
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}

.btn-secondary:hover::after{
transform: translateX(4px);
}

.btn-primary:disabled, .btn-secondary:disabled{
opacity: 0.4;
  cursor: not-allowed;
  transform: none;
  height: 40px;
  padding: 0 16px;
  font-size: 15px;
  border-radius: 10px;
  gap: 6px;
}

.btn-primary:disabled:hover, .btn-secondary:disabled:hover{
transform: none;
box-shadow: 0 4px 24px rgba(255, 106, 0, 0.3);
}

.py-hero-cta{
display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}

.py-pricing-cta .btn-primary, .py-pricing-cta .btn-secondary{
height: 40px;
  padding: 0 16px;
  border-radius: 10px;
}

.py-pricing-cta{
margin-top: auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.btn-primary::before{
content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
  height: 40px;
  padding: 0 16px;
  font-size: 15px;
  border-radius: 10px;
  gap: 6px;
}

.btn-primary:hover::before{
left: 100%;
  height: 40px;
  padding: 0 16px;
  font-size: 15px;
  border-radius: 10px;
  gap: 6px;
}

.btn-ghost{
display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--py-text-secondary);
  border: 1px solid var(--py-border-subtle);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  height: 40px;
  font-size: var(--py-text-regular);
  border-radius: 10px;
}

.btn-ghost:hover{
border-color: var(--py-primary);
  color: #949698;
}

.btn-full{
width: 100%;
}

.py-services-panel__cta{
display: flex;
  flex-wrap: wrap;
  gap: var(--py-space-2);
}

.py-hero{
padding-top: calc(72px + 88px);
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 24px 100px;
  position: relative;
  overflow: hidden;
}

.py-hero__photo{
position:absolute;
  inset:0;
  background:
    url("/wp-content/uploads/2025/12/Pylaris-Agencia-de-Marketing-Digital-oficina.webp");
	 background-size: cover;
  background-position: center;
  filter: blur(5px);
  opacity: .90;
  z-index: 0;
  pointer-events: none;
}

.py-hero__overlay{
position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,
      rgba(0,0,0,.62) 0%,
      rgba(0,0,0,.80) 55%,
      rgba(0,0,0,.90) 100%);
  z-index: 0;
  pointer-events: none;
}

.py-hero__glow{
z-index: 1;
}

.py-hero::before, .py-hero::after{
z-index: 1;
}

.py-hero-label{
display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 106, 0, 0.08);
  border: 1px solid rgba(255, 106, 0, 0.15);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  color: #949698;
  margin-bottom: 32px;
  backdrop-filter: blur(10px);
}

.py-hero-title{
font-size: clamp(40px, 6vw, 68px);
  font-weight: 600;
  line-height: 1.05;
  color: #f7f8f8;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.py-hero-subtitle{
font-size: 18px;
  color: #f7f8f8;
  max-width: 620px;
  margin: 0 auto 44px;
  line-height: 1.7;
}

p, .py-hero-subtitle{
font-size: var(--py-text-regular);
  color: #f7f8f8;
}

.py-hero-proof{
color: #949698;
  font-size: 14px;
  letter-spacing: .01em;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 56px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--py-border-subtle);
  border-radius: 100px;
  backdrop-filter: blur(10px);
  list-style: none;
}

.py-hero-proof-item{
position: relative;
  padding-left: 14px;
  font-size: 13px;
  color: #949698;
  display: flex;
  align-items: center;
  gap: 8px;
}

.py-hero-proof-item::before{
position: absolute;
  left: 0;
  top: 0;
  content: "✓";
  color: #949698;
  font-weight: 600;
}

p, li, .py-hero-subtitle, .py-faq-answer, .py-form-note, .py-footer p, .py-footer-contact, .py-footer-links a, .py-hero-proof{
color: var(--py-text-secondary);
  font-size: var(--py-text-regular);
}

h1, h2, h3, h4, h5, h6, .py-hero-title, .py-section-title, .py-footer-title{
color: var(--py-text-heading);
}

.py-hero::before{
content: "";
  position: absolute;
  top: -30%;
  right: -10%;
  width: 70%;
  height: 120%;
  background: radial-gradient(ellipse at center, rgba(255, 106, 0, 0.12), transparent 55%);
  filter: blur(80px);
  z-index: 1;
  pointer-events: none;
  animation: heroFloat 8s ease-in-out infinite;
}

.py-hero::after{
content: "";
  position: absolute;
  bottom: -20%;
  left: -15%;
  width: 60%;
  height: 80%;
  background: radial-gradient(ellipse at center, rgba(255, 106, 0, 0.08), transparent 55%);
  filter: blur(60px);
  pointer-events: none;
  animation: heroFloat 8s ease-in-out infinite reverse;
}

.py-hero__glow{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.06), transparent 60%);
  pointer-events: none;
}

.py-hero__content{
position: relative;
  z-index: 2;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.py-hero-label::before{
content: "";
  width: 8px;
  height: 8px;
  background: var(--py-primary);
  border-radius: 50%;
  animation: heroPulse 2s ease-in-out infinite;
  box-shadow: 0 0 12px var(--py-primary);
}

.py-hero-title span{
background: linear-gradient(135deg, var(--py-primary) 0%, var(--py-primary-light) 50%, #FFB366 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.py-section-label{
display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 600;
  color: var(--py-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.py-section-title{
font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 16px;
}

.py-footer-section .py-footer-title{
letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.py-section-label::before{
content: "";
  width: 24px;
  height: 1px;
  background: var(--py-primary);
}

.py-services-grid{
margin-top: var(--py-space-m);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 32px;
  align-items: start;
}

.py-services-outcomes{
list-style: none;
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}

.py-services-outcome{
display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  color: #949698;
}

.py-services-outcome__icon{
width: 24px;
  height: 24px;
  background: var(--py-primary-weak);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.py-services-outcome__icon svg{
width: 14px;
  height: 14px;
  stroke: var(--py-primary);
  stroke-width: 2.5;
  fill: none;
}

.py-services-tabs{
display: flex;
  flex-direction: column;
  gap: 8px;
}

.py-services-tab{
display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: var(--py-bg-card);
  border: 1px solid var(--py-border-subtle);
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  font-family: inherit;
  color: #949698;
}

.py-services-tab:hover{
border-color: var(--py-border-medium);
  transform: translateX(4px);
}

.py-services-tab.active{
border-color: rgba(255, 106, 0, 0.4);
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.08), var(--py-bg-card));
  box-shadow: 0 0 0 1px rgba(255, 106, 0, 0.1) inset;
}

.py-services-tab__icon{
width: 44px;
  height: 44px;
  background: var(--py-surface);
  border: 1px solid var(--py-border-subtle);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.py-services-tab.active .py-services-tab__icon{
background: var(--py-primary-weak);
  border-color: rgba(255, 106, 0, 0.2);
}

.py-services-tab__icon svg{
width: 22px;
  height: 22px;
  stroke: var(--py-text-muted);
  stroke-width: 1.5;
  fill: none;
  transition: stroke 0.3s ease;
}

.py-services-tab.active .py-services-tab__icon svg{
stroke: var(--py-primary);
}

.py-services-tab__text{
flex: 1;
}

.py-services-tab__title{
font-size: 15px;
  font-weight: 600;
  color: #f7f8f8;
  margin-bottom: 2px;
}

.py-services-tab__desc{
font-size: 13px;
}

.py-services-tab__arrow{
width: 20px;
  height: 20px;
  stroke: var(--py-text-muted);
  stroke-width: 2;
  fill: none;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.py-services-tab.active .py-services-tab__arrow{
opacity: 1;
  transform: translateX(0);
  stroke: var(--py-primary);
}

.py-services-panel{
background: var(--py-bg-card);
  border: 1px solid var(--py-border-subtle);
  border-radius: var(--py-radius-lg);
  padding: 36px;
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: none;
}

.py-services-panel.active{
display: block;
}

.py-services-panel::before{
content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--py-primary), var(--py-primary-light));
}

.py-services-panel__badge{
display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: var(--py-primary-weak);
  border-radius: 100px;
  font-size: 10px;
  font-weight: 600;
  color: #949698;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.py-services-panel__badge svg{
width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.py-services-panel__title{
font-size: 26px;
  font-weight: 600;
  color: #f7f8f8;
  margin-bottom: 12px;
  line-height: 1.3;
}

.py-services-panel__desc{
line-height: 1.7;
  margin-bottom: 28px;
}

.py-services-panel__includes{
margin-bottom: 32px;
}

.py-services-panel__includes-title{
font-size: 11px;
  font-weight: 600;
  color: var(--py-text);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.py-services-panel__list{
list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.py-services-panel__item{
display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #949698;
}

.py-services-panel__check{
width: 18px;
  height: 18px;

  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.py-services-panel__check svg{
width: 10px;
  height: 10px;
  stroke: var(--py-primary);
  stroke-width: 3;
  fill: none;
}

.py-pricing-currency{
letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 600;
  color: #949698;
  align-self: flex-start;
  margin-top: 8px;
}

.py-pricing-features li::before{
content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--py-primary);
}

.py-pricing-amount{
font-size: 32px;
  font-weight: 700;
  color: var(--py-text);
  line-height: 1;
  letter-spacing: -0.03em;
}

.py-pricing-card::before{
opacity: .85;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--py-radius-lg);
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.py-pricing-name{
margin: 0 0 10px;
  font-size: 22px;
  text-align: center;
}

.py-pricing-badge::before{
content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.30) 45%, transparent 70%);
  transform: translateX(-140%);
  animation: py_badge_shine 3s infinite;
  pointer-events: none;
}

.py-pricing-badge{
display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid rgba(255,255,255,0.12);
  overflow: hidden;
  isolation: isolate;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 20px;
  background: linear-gradient(135deg, var(--py-primary), var(--py-primary-light));
  color: var(--py-text);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 20px rgba(255, 106, 0, 0.4);
  z-index: 10;
}

.py-pricing-features{
margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  display: grid;
  gap: 14px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}

.py-pricing-features li{
position: relative;
  padding-left: 22px;
  color: #949698;
  font-size: 14px;
}

#py-precios .py-pricing-badge{
z-index: 8;
}

.py-pricing-grid{
margin-top: var(--py-space-m);
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.py-pricing-card{
position: relative;
  background: var(--py-bg-card);
  border-radius: var(--py-radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s var(--py-ease);
  overflow: hidden;
}

.py-pricing-price{
align-items: baseline;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  margin: 6px 0 10px;
  font-size: 26px;
  line-height: 1.1;
  text-align: center;
  padding: 24px 0;
  margin-bottom: 24px;
  border-top: 1px solid var(--py-border-subtle);
  border-bottom: 1px solid var(--py-border-subtle);
  position: relative;
  z-index: 1;
}

.py-pricing-card::after{
content: "";
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 150px;
  background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.03), transparent 70%);
  pointer-events: none;
}

.py-pricing-card:hover{
transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.py-pricing-card--featured{
background: linear-gradient(180deg, rgba(255, 106, 0, 0.08) 0%, var(--py-bg-card) 25%, var(--py-bg-card) 100%);
  transform: scale(1.02);
  z-index: 2;
}

.py-pricing-card--featured::before{
background: linear-gradient(180deg, rgba(255, 106, 0, 0.4), rgba(255, 106, 0, 0.1) 30%, rgba(255, 255, 255, 0.05) 100%);
}

.py-pricing-card--featured::after{
background: radial-gradient(ellipse at top, rgba(255, 106, 0, 0.12), transparent 60%);
}

.py-pricing-card--featured:hover{
transform: scale(1.02) translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 0 60px rgba(255, 106, 0, 0.15), 0 0 0 1px rgba(255, 106, 0, 0.2);
}

.py-pricing-tagline{
text-align: center;
}

.py-pricing-card--featured .py-pricing-price{
border-color: rgba(255, 106, 0, 0.15);
}

.py-pricing-amount-wrap{
display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.py-pricing-amount--custom{
font-size: 32px;
}

.py-pricing-card--featured .py-pricing-amount{
background: linear-gradient(135deg, var(--py-text), var(--py-text-tertiary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.py-pricing-period{
font-size: 13px;
  color: #949698;
  margin-top: 8px;
}

.py-pricing-feature{
display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #949698;
  line-height: 1.4;
}

.py-pricing-highlight{
margin-top: 16px;
  padding: 12px 16px;
  background: rgba(255, 106, 0, 0.06);
  border: 1px solid rgba(255, 106, 0, 0.12);
  border-radius: 10px;
  font-size: 13px;
  color: #949698;
  text-align: center;
}

.py-pricing-note{
text-align: center;
  margin-top: 48px;
  padding: 20px;
  background: var(--py-surface);
  border: 1px solid var(--py-border-subtle);
  border-radius: 12px;
  font-size: 14px;
  color: #949698;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.py-pricing-note svg{
width: 18px;
  height: 18px;
  stroke: var(--py-primary);
  flex-shrink: 0;
}

.py-faq-list{
margin-top: var(--py-space-m);
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.py-faq-item{
margin-bottom: 16px;
  background: var(--py-bg-card);
  border: 1px solid var(--py-border-subtle);
  border-radius: var(--py-radius);
  overflow: hidden;
  transition: all 0.3s ease;
}

.py-faq-item:hover{
border-color: var(--py-border-medium);
}

.py-faq-question{
width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.py-faq-answer{
max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.py-faq-item.active .py-faq-answer{
max-height: 500px;
}

.py-faq-item.active{
border-color: rgba(255, 106, 0, 0.3);
}

.py-faq-question__text{
font-size: var(--py-text-large);
  font-weight: 400;
  line-height: 1.4;
}

.py-faq-question__icon{
width: 32px;
  height: 32px;
  background: var(--py-surface);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.py-faq-item.active .py-faq-question__icon{
background: var(--py-primary-weak);
  transform: rotate(180deg);
}

.py-faq-question__icon svg{
width: 18px;
  height: 18px;
  stroke: var(--py-text-muted);
  stroke-width: 2;
  transition: stroke 0.3s ease;
}

.py-faq-item.active .py-faq-question__icon svg{
stroke: var(--py-primary);
}

.py-faq-answer__content{
padding: 0 24px 24px;
  font-size: 15px;
  color: #949698;
  line-height: 1.7;
}

.py-process-card{
background: var(--py-bg-card);
  border: 1px solid var(--py-border-subtle);
  border-radius: var(--py-radius);
  padding: 28px 24px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  text-align: center;
}

.py-process-card::before{
content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--py-primary), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.py-process-card:hover{
transform: translateY(-6px);
  border-color: rgba(255, 106, 0, 0.3);
}

.py-process-card:hover::before{
opacity: 1;
}

.py-process-card__number{
width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  border: 2px solid var(--py-accent-glow);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  color: var(--py-primary);
  transition: all 0.3s ease;
}

.py-process-card:hover .py-process-card__number{
transform: scale(1.1);
  background: var(--py-primary);
  color: var(--py-text);
}

.py-process-card__title{
font-size: 17px;
  font-weight: 600;
  color: #f7f8f8;
  margin-bottom: 10px;
}

.py-process-card__desc{
font-size: 14px;
  color: #949698;
  line-height: 1.6;
  margin-bottom: 16px;
}

.py-process-card__duration{
display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: var(--py-bg-dark);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  color: #949698;
}

.py-process-card__duration svg{
width: 14px;
  height: 14px;
  stroke: var(--py-primary);
}

.js [data-py-reveal]{
opacity: 0;
  transform: translateY(var(--py-reveal-distance));
  transition: opacity var(--py-reveal) var(--py-ease),
                transform var(--py-reveal) var(--py-ease);
  will-change: opacity, transform;
  transition-delay: var(--py-delay, 0ms);
}

.js [data-py-reveal].py-in{
opacity: 1;
  transform: translateY(0);
}

.no-js [data-py-reveal]{
opacity: 1;
  transform: none;
}

.py-reveal-safe [data-py-reveal]{
opacity: 1;
  transform: none;
}

.py-hamburger{
position: relative;
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all var(--py-micro) var(--py-ease);
}

.py-hamburger-line{
width: 100%;
  height: 2px;
  background: var(--py-text);
  transition: all var(--py-micro) var(--py-ease);
  transform-origin: center;
}

.py-hamburger-line:nth-child(4){
background: var(--py-primary);
}

.py-social-link{
width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--py-primary);
  text-decoration: none;
  transition: all var(--py-micro) var(--py-ease);
}

.py-social-link:hover{
color: var(--py-text);
}

.py-contact-info h3{
margin: 0 0 10px;
  font-size: 18px;
}

.py-form-actions{
align-items: center;
  justify-content: flex-start;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.py-form-note{
margin: 6px 0 0;
  margin-top: 16px;
  font-size: 12px;
  color: #949698;
  display: flex;
  align-items: center;
  gap: 8px;
}

.py-bg-accent{
background: linear-gradient(180deg,
    transparent 0%,
    rgba(255, 106, 0, 0.04) 20%,
    rgba(255, 106, 0, 0.06) 50%,
    rgba(255, 106, 0, 0.04) 80%,
    transparent 100%);
}

.py-contact-info__title{
font-size: 36px;
  font-weight: 600;
  color: #f7f8f8;
  line-height: 1.2;
  margin-bottom: 16px;
}

.py-contact-info__desc{
font-size: 14px;
  color: #949698;
  line-height: 1.7;
  margin-bottom: 32px;
}

.py-contact-info__benefits{
margin-top: 15px;
  list-style: none;
  display: grid;
  gap: 16px;
}

.py-contact-info__benefit{
display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  color: #949698;
}

.py-contact-info__benefit-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.py-contact-info__benefit-icon svg{
width: 18px;
  height: 18px;
  stroke: var(--py-primary);
  stroke-width: 2;
  fill: none;
}

.py-contact-form{
background: var(--py-bg-card);
  border: 1px solid var(--py-border-subtle);
  border-radius: var(--py-radius-lg);
  padding: 36px;
  position: relative;
  overflow: hidden;
}

.py-contact-form::before{
content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--py-primary), var(--py-primary-light));
}

.py-contact-form__title{
font-size: 20px;
  font-weight: 600;
  color: #f7f8f8;
  margin-bottom: 8px;
}

.py-contact-form__subtitle{
font-size: 14px;
  color: #f7f8f8;
}

.py-form-field{
margin-bottom: 16px;
}

.py-form-field:last-of-type{
margin-bottom: 0;
}

.py-form-label{
display: block;
  font-size: 13px;
  font-weight: 500;
  color: #949698;
  margin-bottom: 8px;
}

.py-form-input, .py-form-textarea{
width: 100%;
  padding: 14px 16px;
  background: var(--py-bg-dark);
  border: 1px solid var(--py-border-subtle);
  border-radius: 10px;
  color: #949698;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: all 0.2s ease;
}

.py-form-input::placeholder, .py-form-textarea::placeholder{
color: #949698;
}

html:not(.user-tabbing) .py-form-input:focus,
html:not(.user-tabbing) .py-form-textarea:focus{
  border-color: var(--py-border-subtle);
  box-shadow: none;
}

html.user-tabbing .py-form-input:focus,
html.user-tabbing .py-form-textarea:focus{
  border-color: var(--py-primary);
  box-shadow: 0 0 0 4px rgba(255, 106, 0, 0.1);
}

.py-form-textarea{
resize: vertical;
  min-height: 120px;
}

.py-form-consent{
display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 20px 0;
}

.py-form-checkbox{
width: 20px;
  height: 20px;
  accent-color: var(--py-primary);
  margin-top: 2px;
  cursor: pointer;
}

.py-form-consent__text{
font-size: 13px;
  color: #949698;
  line-height: 1.5;
}

.py-form-note svg{
width: 14px;
  height: 14px;
  stroke: var(--py-primary);
  flex-shrink: 0;
}

.py-footer{
padding: var(--py-space-l) 0 32px;
  background: var(--py-bg-card);
  border-top: 1px solid var(--py-border);
  font-size: 12px;
}

.py-footer-grid{
display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24px, 1fr));
  gap: 48px;
  margin-bottom: 48px;
}

.py-footer-brand p{
color: #949698;
  font-size: 12px;
  line-height: var(--py-line-large);
  margin-bottom: 16px;
}

.py-footer-section h4{
font-size: 12px;
  font-weight: var(--py-font-weight-medium);
  color: #f7f8f8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.py-footer-links{
list-style: none;
}

.py-footer-links li{
margin-bottom: 12px;
}

.py-footer-links a{
font-size: 12px;
  text-decoration: none;
  transition: color var(--py-micro) var(--py-ease);
  align-items: center;
  min-height: 44px;
}

.py-footer-links a:hover{
color: #949698;
}

.py-footer-contact{
display: flex;
  flex-direction: column;
  gap: 12px;
}

.py-footer-contact-item{
display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #949698;
}

.py-footer-contact-icon{
width: 16px;
  height: 16px;
  stroke: var(--py-primary);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.py-footer-social{
display: flex;
  gap: 12px;
  margin-top: 16px;
}

.py-footer-bottom{
padding-top: 32px;
  border-top: 1px solid var(--py-border);
  text-align: left;
}

.py-footer-bottom p{
font-size: 12px;
text-align: center;
}

.py-services-panel__layout{
display:block;
}

.py-services-panel__body{
grid-area: auto;
}

.py-services-panel__media{
margin: 12px 0 14px;
  border-radius: var(--py-radius-lg);
  overflow: hidden;
  border: 1px solid var(--py-border-subtle);
  background: rgba(255,255,255,.02);
}

.py-services-panel__img{
width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}



.py-cases2-grid{
margin-top: var(--py-space-m);
  display:grid;
  grid-template-columns: 1.35fr .95fr;
  gap: 22px;
  align-items:start;
}

.py-case2-card{
position: relative;
  border: 1px solid var(--py-border-subtle);
  background: rgba(255,255,255,.02);
  border-radius: var(--py-radius-lg);
  overflow: hidden;
}

.py-case2-media{
position: relative;
  aspect-ratio: 16 / 10;
  background: rgba(255,255,255,.03);
}

.py-case2-media img{
width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: .92;
  transform: translateZ(0);
}

.py-case2-media::after{
content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(10,14,19,.10), rgba(10,14,19,.55));
  pointer-events:none;
}

.py-case2-badge{
position:absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 8px 12px;
  background: rgba(10,14,19,.72);
  border: 1px solid var(--py-border-subtle);
  color: rgba(255,255,255,.88);
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.py-case2-pill{
position:absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 7px 10px;
  background: rgba(10,14,19,.72);
  border: 1px solid var(--py-border-subtle);
  color: rgba(255,255,255,.88);
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.py-case2-body{
padding: 22px;
}

.py-case2-tags{
display:flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.py-case2-title{
margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.py-case2-desc{
margin: 0 0 16px;
  font-size: 14px;
  color: var(--py-text-muted);
  line-height: 1.6;
}

.py-case2-metrics{
display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
}

.py-case2-metric{
padding: 12px 12px;
  border: 1px solid var(--py-border-subtle);
  border-radius: 12px;
  background: rgba(255,255,255,.02);
}

.py-case2-metric__value{
font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 4px;
}

.py-case2-metric__label{
font-size: 12px;
  color: var(--py-text-muted);
}

.py-case2-what__title{
display:block;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--py-text-muted);
  margin: 0 0 8px;
  font-weight: 800;
}

.py-case2-what__list{
margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.py-case2-what__list li{
position: relative;
  padding-left: 16px;
  font-size: 14px;
  color: var(--py-text-muted);
  line-height: 1.5;
}

.py-case2-what__list li::before{
content:"";
  position:absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.45);
}

.py-case2-stack{
display:grid;
  gap: 22px;
}

.py-case2-media--mini{
aspect-ratio: 16 / 10;
}

.py-case2-mini__body{
padding: 14px 16px 16px;
}

.py-case2-mini__title{
margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.py-case2-mini__desc{
margin: 0;
  font-size: 14px;
  color: var(--py-text-muted);
  line-height: 1.55;
}

.py-contact-media{
margin-top: 22px;
  border-radius: var(--py-radius-lg);
  overflow: hidden;
  border: 1px solid var(--py-border-subtle);
  background: rgba(255,255,255,.03);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.py-contact-media__img{
width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  opacity: .92;
  filter: saturate(1.05) contrast(1.05);
}



@keyframes py-marquee{0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }}

@keyframes py_badge_shine{0%, 72% { transform: translateX(-140%); }
  88% { transform: translateX(140%); }
  100% { transform: translateX(140%); }}

@keyframes heroFloat{0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-20px) scale(1.02); }}

@keyframes heroPulse{0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }}

@keyframes waPulse{0% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.5); opacity: 0; }}

@media (prefers-reduced-motion: reduce){
:root{--py-micro: 0ms;
  --py-reveal: 0ms;
  --py-reveal-distance: 0px;}
*, *::before, *::after{animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;}
.js [data-py-reveal]{opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;}
html{scroll-behavior: auto;}
}
@media (prefers-reduced-motion: no-preference){
html{scroll-behavior: smooth;}
}


/* =========================
   PROCESS GRID (>= 640px)
   ========================= */
@media (min-width: 640px){
  .py-process-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================
   TABLET (769px – 1024px)
   *No se pisa con desktop*
   ========================= */
@media (min-width: 769px) and (max-width: 1024px){
  :root{
    --py-title-1: 48px;
    --py-title-2: 28px;
  }

  .py-nav{ gap: 24px; }

  .py-services-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================
   PRICING NAME (>= 900px)
   (no entra en conflicto con nada)
   ========================= */
@media (min-width: 900px){
  .py-pricing-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* =========================
   DESKTOP (>= 1025px)
   *Arranca en 1025 para NO pisar 1024*
   ========================= */
@media (min-width: 1025px){

  /* Process layout desktop */
  .py-process-layout{
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.55fr);
    grid-template-areas: "grid media";
    align-items: stretch;
  }

  /* Process grid line decor */
  .py-process-grid::before{
    content: "";
    position: absolute;
    top: 52px;
    left: calc(12.5% + 28px);
    right: calc(12.5% + 28px);
    height: 2px;
    background: linear-gradient(
      90deg,
      var(--py-border-subtle),
      var(--py-primary),
      var(--py-primary),
      var(--py-border-subtle)
    );
    z-index: 0;
  }

  /* Pricing grid desktop */
  .py-pricing-grid{
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  /* Nav links desktop (si querés que NO afecte overlay en tablet, que sea 1025+) */
  .py-nav > a{
    font-family: inherit;
    font-size: var(--py-text-small);
    font-weight: var(--py-font-weight-normal);
    color: var(--py-text-secondary);
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0;
    margin: 0;
    height: 72px;
    line-height: 72px;
    position: relative;
    transition: color var(--py-micro) var(--py-ease);
    vertical-align: middle;
  }
}

/* =========================
   CONTAINER QUERIES (mejor que media)
   ========================= */
@supports (container-type: inline-size){
  @container (min-width: 980px){
    .py-process-grid{
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}

/* Fallback si NO hay container queries */
@supports not (container-type: inline-size){
  @media (min-width: 1400px){
    .py-process-grid{
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}



.py-skip-link:focus{
top: 0;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.py-nav{
display: flex;
    align-items: center;
    gap: 32px;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    height: 72px;
}

.btn-primary:hover{
transform: translateY(-2px);
}

.btn-header{
display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    font-family: inherit;
    font-weight: 500;
    font-size: var(--py-text-small);
    letter-spacing: 0.02em;
    color: var(--py-text);
    background: linear-gradient(135deg, #ff6a00 0%, #ff8534 100%);
    border: none;
    border-radius: var(--py-text-mini);
    box-shadow: 0 4px 24px rgba(255, 106, 0, 0.3);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-header:hover{
transform: translateY(-2px);
box-shadow: 0 16px 48px rgba(255, 106, 0, 0.45);
}

.btn-header:active{
transform: translateY(0);
}



.js [data-py-reveal]{
opacity: 0;
    transform: translateY(var(--py-reveal-distance));
    transition: opacity var(--py-reveal) var(--py-ease),
                transform var(--py-reveal) var(--py-ease);
    will-change: opacity, transform;
    transition-delay: var(--py-delay, 0ms);
}

.js [data-py-reveal].py-in{
opacity: 1;
    transform: translateY(0);
}

.no-js [data-py-reveal]{
opacity: 1;
    transform: none;
}

.py-cv-auto{
content-visibility: auto;
    contain-intrinsic-size: auto 900px;
}


p, .py-section-desc, .py-pricing-note, .py-faq-answer p, .py-contact-info__desc{
color: var(--py-text-secondary);
}


.btn-primary:hover, .btn-secondary:hover, .btn-ghost:hover, .btn-header:hover{
transform: translateY(-2px);
}

.btn-primary:active, .btn-secondary:active, .btn-ghost:active, .btn-header:active{
transform: translateY(0);
}



/* =========================
   MAX-WIDTH (ordenado, sin duplicados)
   Pegalo en este orden (de mayor a menor)
   ========================= */

/* <= 1200px */
@media (max-width: 1200px){
  .py-pricing-grid{
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

/* <= 1024px */
@media (max-width: 1024px){

  :root{
    --py-title-1: 40px;
    --py-title-2: 24px;
    --py-space-xl: 80px;
    --py-space-l: 56px;
    --py-space-m: 40px;
    --py-container-padding: 20px;
  }

  .py-hero{
    padding: 120px 0 var(--py-space-l);
    padding-top: calc(72px + 48px);
    min-height: auto;
  }

  .py-header__inner{
    display: flex;
    gap: 16px;
    position: relative;
  }

  .py-mobile-only{ display: flex; }
  .py-desktop-only{ display: none; }

  .py-menu-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .py-nav{
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;

    height: calc(100vh - 72px);
    height: calc(100dvh - 72px);

    background: rgba(10, 14, 19, 0.92);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 32px var(--py-container-padding);
    z-index: 9999;
    overflow-y: auto;
    opacity: 0;
    transform: none;
  }

  .py-nav.active{
    display: flex;
    animation: py-fadeIn var(--py-micro) var(--py-ease) forwards;
  }

  @keyframes py-fadeIn{ to{ opacity: 1; } }

    .py-nav > a:link,
  .py-nav > a:visited{
    color: var(--py-text-secondary);
    text-decoration: none;
    display: flex;        /* para que justify-content funcione */
    align-items: center;
  }
  .py-nav > a{
    width: 100%;
    padding: 16px 0;
    font-size: 14px;
    font-weight: var(--py-font-weight-medium);
    justify-content: flex-start;
    text-align: left;
    height: auto;
    line-height: 1.4;
    border: none;
    background: none;
    color: var(--py-text-secondary);
    text-decoration: none;
  }

  .py-nav > a::after{ display: none; }

  .py-nav .py-header-cta{
    width: 100%;
    margin-top: 32px;
    justify-content: flex-start;
  }

  .py-nav .btn-header{ width: auto; }

  .py-section{ padding: var(--py-space-l) 0; }

  .py-services-grid{ grid-template-columns: 1fr; }
  .py-contact-grid{ grid-template-columns: 1fr; }

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

  .py-pricing-grid{
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .py-pricing-card--featured{ transform: none; }
  .py-pricing-card--featured:hover{ transform: translateY(-8px); }

  .py-footer-grid{
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .py-hero-cta{
    flex-direction: column;
    align-items: center;
  }

  .py-hero-cta .btn-primary,
  .py-hero-cta .btn-secondary{
    width: 100%;
    max-width: 280px;
  }
}

/* <= 1024px (reduce motion, pero sigue siendo max-width) */
@media (max-width: 1024px) and (prefers-reduced-motion: reduce){
  .py-nav.active{
    animation: none;
    opacity: 1;
  }
}

/* <= 980px */
@media (max-width: 980px){
  .py-cases2-grid{
    grid-template-columns: 1fr;
  }
}

/* <= 720px */
@media (max-width: 720px){
  .py-services-panel__img{ height: auto; }

  .py-case2-metrics{ grid-template-columns: 1fr; }
  .py-case2-title{ font-size: 17px; }
  .py-case2-body{ padding: 18px; }
}

/* <= 600px */
@media (max-width: 600px){
  .py-services-panel__list{ grid-template-columns: 1fr; }
  .py-process-grid{ grid-template-columns: 1fr; }
  .py-form-row{ grid-template-columns: 1fr; }

  .py-contact-media__img{ aspect-ratio: 16 / 10; }
}
/* =====================================================
   WP / Hello Elementor overrides (evita azul + subrayado)
   ===================================================== */
.py-header .py-nav a,
.py-header .py-nav a:link,
.py-header .py-nav a:visited,
.py-header .py-nav a:hover,
.py-header .py-nav a:focus{
  color: var(--py-text-secondary) !important;
  text-decoration: none !important;
}

/* CTA buttons inside nav (por si Hello fuerza estilos globales) */
.py-header .py-header-cta a{
  text-decoration: none !important;
}
