.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}
.text-shadow-architect {
    text-shadow: 0 4px 12px rgba(0, 20, 47, 0.1);
}

/* Accesibilidad SEO */
:focus {
    outline: 2px solid #005fcc;
    outline-offset: 2px;
}
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 1000;
    transition: top 0.3s;
}
.skip-link:focus { top: 6px; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Helpers exclusivos de WordPress / JIREH */
.jireh-honeypot{
    position:absolute!important;
    left:-9999px!important;
    width:1px!important;
    height:1px!important;
    opacity:0!important;
    pointer-events:none!important;
}
#jireh-form-message{
    margin-top:1rem;
    padding:1rem;
    border-radius:.5rem;
    font-weight:600;
}
#jireh-form-message.is-success{
    background:#ecfdf5;
    color:#065f46;
}
#jireh-form-message.is-error{
    background:#fef2f2;
    color:#991b1b;
}


/* JIREH UX / CRO enhancements */
.jireh-feature-card,.jireh-service-card,.jireh-cert-card,.jireh-contact-shell{
    transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.jireh-feature-card:hover,.jireh-cert-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(0,20,47,.10)}
.jireh-service-card:hover{transform:translateY(-5px);box-shadow:0 28px 58px rgba(0,20,47,.16)}
.jireh-contact-shell:hover{box-shadow:0 38px 74px -16px rgba(0,20,47,.14)}
a,button{transition-property:transform,box-shadow,background-color,color,opacity,filter;transition-duration:.22s}
#inicio a:hover,#inicio button:hover{transform:translateY(-2px)}

.jireh-reveal{opacity:0;transform:translateY(22px);transition:opacity .65s cubic-bezier(.2,.7,.2,1),transform .65s cubic-bezier(.2,.7,.2,1)}
.jireh-reveal.is-visible{opacity:1;transform:none}

/* Google Ads landing hero */
.jireh-ads-hero{position:relative;min-height:760px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#00142f;color:#fff}
.jireh-ads-hero__media{position:absolute;inset:0}
.jireh-ads-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}
.jireh-ads-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,20,47,.64),rgba(0,20,47,.86)),radial-gradient(circle at 50% 32%,rgba(121,247,234,.22),transparent 38%)}
.jireh-ads-hero__inner{position:relative;z-index:2;width:min(calc(100% - 40px),1120px);margin:auto;padding:110px 0 78px;text-align:center}
.jireh-ads-hero__content{max-width:900px;margin:0 auto}
.jireh-ads-hero__badge{display:inline-flex;align-items:center;gap:9px;padding:10px 16px;border-radius:999px;background:#ffdf9a;color:#251a00;font-family:Manrope,Inter,sans-serif;font-weight:800;font-size:14px;letter-spacing:.08em;box-shadow:0 10px 35px rgba(0,0,0,.16)}
.jireh-ads-hero h1{margin:24px auto 20px;font-family:Manrope,Inter,sans-serif;font-weight:800;letter-spacing:-.045em;line-height:1.02;text-shadow:0 14px 40px rgba(0,0,0,.32)}
.jireh-ads-hero h1 span{display:block;font-size:clamp(30px,4vw,52px);color:#f7be1d;letter-spacing:.01em}
.jireh-ads-hero h1 strong{display:block;margin-top:9px;font-size:clamp(48px,7vw,84px);color:#fff}
.jireh-ads-hero__content>p{max-width:720px;margin:0 auto;color:#d6e3ff;font-size:clamp(17px,2vw,22px);line-height:1.65}

.jireh-ads-hero__service-badge{
    width:max-content;
    max-width:100%;
    margin:18px auto 0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:10px 16px;
    border-radius:999px;
    background:rgba(100,226,215,.14);
    border:1px solid rgba(121,247,234,.42);
    color:#8af4e9;
    font-family:Manrope,Inter,sans-serif;
    font-size:14px;
    line-height:1;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
    backdrop-filter:blur(10px);
    box-shadow:0 8px 25px rgba(0,20,47,.18);
}
.jireh-ads-hero__service-badge .material-symbols-outlined{
    font-size:19px;
    color:#79f7ea;
}

.jireh-ads-hero__highlights{display:flex;justify-content:center;flex-wrap:wrap;gap:9px;margin:20px auto 0;max-width:820px}
.jireh-ads-hero__highlights>span{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);color:#fff;font-family:Manrope,Inter,sans-serif;font-size:13px;font-weight:800;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.12)}
.jireh-ads-hero__highlights .material-symbols-outlined{font-size:18px;color:#79f7ea}
.jireh-ads-hero__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:31px}
.jireh-ads-btn{min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 24px;border-radius:10px;font-family:Manrope,Inter,sans-serif;font-weight:800;box-shadow:0 16px 38px rgba(0,0,0,.20)}
.jireh-ads-btn svg{width:22px;height:22px;fill:currentColor}
.jireh-ads-btn--whatsapp{background:#25d366;color:#fff}.jireh-ads-btn--whatsapp:hover{background:#128c7e;box-shadow:0 22px 46px rgba(37,211,102,.22)}
.jireh-ads-btn--secondary{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.35);color:#fff;backdrop-filter:blur(12px)}.jireh-ads-btn--secondary:hover{background:#fff;color:#00142f}
.jireh-ads-hero__proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:720px;margin:36px auto 0}
.jireh-ads-hero__proof>div{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;text-align:left;column-gap:10px;align-items:center;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.07);backdrop-filter:blur(10px)}
.jireh-ads-hero__proof .material-symbols-outlined{grid-row:1/3;color:#79f7ea;font-size:27px}.jireh-ads-hero__proof strong{font-size:14px}.jireh-ads-hero__proof small{color:#c7d8ef;font-size:12px}

@media(max-width:767px){
  .jireh-ads-hero{min-height:calc(100svh - 72px);min-height:680px}
  .jireh-ads-hero__media img{object-position:center center}
  .jireh-ads-hero__inner{width:min(calc(100% - 28px),1120px);padding:72px 0 44px}
  .jireh-ads-hero__badge{font-size:12px;padding:8px 13px}
  .jireh-ads-hero h1{margin-top:19px}.jireh-ads-hero h1 span{font-size:28px}.jireh-ads-hero h1 strong{font-size:46px;line-height:1.02}

  .jireh-ads-hero__service-badge{
    margin-top:13px;
    padding:9px 13px;
    font-size:12px;
    letter-spacing:.045em;
  }
  .jireh-ads-hero__service-badge .material-symbols-outlined{font-size:17px}
  .jireh-ads-hero__content>p{font-size:16px;line-height:1.55}
  .jireh-ads-hero__highlights{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:16px}
  .jireh-ads-hero__highlights>span{justify-content:center;padding:8px 9px;border-radius:10px;font-size:11px;line-height:1.2}
  .jireh-ads-hero__actions{display:grid;grid-template-columns:1fr;width:100%;gap:10px;margin-top:24px}
  .jireh-ads-btn{width:100%;min-height:58px;font-size:15px}
  .jireh-ads-hero__proof{grid-template-columns:1fr;margin-top:22px;gap:8px}
  .jireh-ads-hero__proof>div{padding:10px 13px}.jireh-ads-hero__proof .material-symbols-outlined{font-size:23px}
}
@media(prefers-reduced-motion:reduce){.jireh-reveal{opacity:1;transform:none}.jireh-feature-card:hover,.jireh-cert-card:hover,.jireh-service-card:hover{transform:none}}
