/*
Theme Name: El Man de las Chapas
Version: 1.1
Text Domain: elman
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap');

:root {
  --blue: #1d4ed8;
  --blue-bright: #2563eb;
  --navy: #0f172a;
  --slate: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --paper: #f8fafc;
  --amber: #fbbf24;
  --green: #25d366;
  --font-display: 'Plus Jakarta Sans', Inter, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 168px; }
body { margin: 0; background: #fff; color: var(--slate); font: 16px/1.65 Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible { outline: 3px solid #f59e0b; outline-offset: 3px; }
img { display: block; max-width: 100%; }
.elm-wrap { width: min(1280px, 100%); margin-inline: auto; padding-inline: 32px; }
.elm-icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
.center { text-align: center; }
.center .elm-lead { margin-inline: auto; }

.elm-topbar {
  min-height: 36px; padding: 7px 16px; display: flex; align-items: center; justify-content: center; gap: 9px;
  background: #15803d; color: #fff; font-size: 14px; line-height: 22px; font-weight: 700; text-align: center;
}
.elm-topbar span { width: 13px; height: 13px; flex: 0 0 13px; border-radius: 50%; background: var(--status-dot); box-shadow: 0 0 0 0 var(--status-glow); animation: elm-status-pulse 1.6s ease-in-out infinite; }
.elm-topbar--available { --status-dot: #86efac; --status-glow: rgba(134,239,172,.62); background: #15803d; color: #fff; }
.elm-topbar--busy { --status-dot: #d97706; --status-glow: rgba(217,119,6,.48); background: #fbbf24; color: #1e293b; }
.elm-topbar--unavailable { --status-dot: #fecaca; --status-glow: rgba(254,202,202,.58); background: #dc2626; color: #fff; }
.elm-topbar--off_hours { --status-dot: #cbd5e1; --status-glow: rgba(203,213,225,.46); background: #475569; color: #fff; }
.elm-header { position: sticky; top: 0; z-index: 50; background: rgba(252,252,252,.97); border-bottom: 1px solid #e2e8f0; transition: box-shadow .3s ease; }
.elm-header.is-scrolled { box-shadow: 0 10px 28px rgba(15,23,42,.10); }
.elm-header-inner { height: 120px; display: flex; align-items: center; gap: 24px; }
.elm-brand { display: block; flex: 0 0 auto; transition: transform .3s ease; }
.elm-brand:hover { transform: scale(1.03); }
.elm-brand img { width: 338px; height: 113px; object-fit: contain; }
.elm-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; color: #475569; font-weight: 600; }
.elm-nav a { transition: color .2s ease; }
.elm-nav a:hover { color: var(--blue); }
.elm-header-actions, .elm-footer-actions { display: flex; align-items: center; gap: 12px; }
.elm-header-actions { gap: 8px; flex: 0 0 auto; }
.elm-phone, .elm-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; white-space: nowrap;
  border-radius: 999px; font-weight: 800; transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.elm-btn { white-space: normal; text-align: center; }
.elm-phone { min-height: 44px; flex: 0 0 auto; padding: 8px 14px; border: 2px solid #1d4ed8; color: #1d4ed8; font-size: 13px; line-height: 1; white-space: nowrap; }
.elm-phone span, .elm-header .elm-btn span { display: block; white-space: nowrap; }
.elm-btn { min-height: 48px; padding: 12px 24px; border-radius: 12px; }
.elm-btn:hover, .elm-phone:hover { transform: translateY(-2px); }
.elm-btn.primary { background: linear-gradient(90deg, #1d4ed8, #2563eb); color: #fff; box-shadow: 0 0 15px rgba(29,78,216,.35), 0 10px 18px rgba(29,78,216,.18); }
.elm-btn.white { background: rgba(255,255,255,.9); color: #334155; border: 1px solid rgba(226,232,240,.8); box-shadow: 0 5px 16px rgba(15,23,42,.08); }
.elm-btn.amber { background: #fbbf24; color: #172033; box-shadow: 0 0 15px rgba(251,191,36,.25); }
.elm-btn.whatsapp, .elm-btn.whatsapp { background: #25d366; color: #fff; box-shadow: 0 8px 18px rgba(37,211,102,.24); }
.elm-header .elm-btn,.elm-footer .elm-btn { white-space: nowrap; }
.elm-header .elm-btn { min-height: 44px; flex: 0 0 auto; padding: 9px 16px; border-radius: 999px; font-size: 13px; line-height: 1; white-space: nowrap; }
.elm-social { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; border-radius: 50%; color: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.elm-social:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(15,23,42,.2); }
.elm-social.instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
.elm-social.facebook { background: #2563eb; }
.elm-social .elm-icon { width: 19px; height: 19px; }
.elm-menu-toggle { display: none; border: 0; padding: 8px; background: none; color: #1e293b; cursor: pointer; }
.elm-menu-toggle .elm-icon { width: 28px; height: 28px; }
.elm-mobile-nav { display: none; }
.elm-legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; font-size: 13px; }
.elm-legal-links a { text-decoration: underline; text-underline-offset: 3px; }
.elm-form-privacy { margin: 18px 0 0; color: #475569; font-size: 14px; }
.elm-form-privacy a { color: #1d4ed8; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.elm-page .entry-content > .elman-prelaunch-notice { padding: 16px 18px; border: 2px solid #b45309; border-radius: 12px; background: #fffbeb; color: #78350f; }

.elm-hero { position: relative; overflow: hidden; background-color: #f8fafc; background-image: radial-gradient(#e2e8f0 1px, transparent 1px); background-size: 20px 20px; }
.elm-hero-grid { min-height: 707px; display: grid; grid-template-columns: minmax(0,592px) minmax(420px,560px); align-items: center; gap: 64px; padding-top: 92px; padding-bottom: 128px; position: relative; z-index: 2; }
.elm-hero-copy { position: relative; top: 3px; max-width: 592px; }
.elm-pills { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 29px; }
.elm-pills span { min-height: 29px; display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 999px; border: 1px solid #bfdbfe; background: #dbeafe; color: #1e40af; font-size: 12px; line-height: 17px; font-weight: 800; }
.elm-pills .available { border-color: #bbf7d0; background: #f0fdf4; color: #15803d; }
.elm-pills .available i, .elm-status i { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; animation: elm-live 1.5s ease-in-out infinite; }
.elm-pills .elm-icon { width: 15px; height: 15px; }
.elm-hero h1 { max-width: 592px; margin: 0 0 24px; color: #0f172a; font: 800 clamp(46px,4.7vw,60px)/1 var(--font-display); letter-spacing: -.025em; }
.elm-hero-copy > p { max-width: 620px; margin: 0 0 32px; color: #64748b; font-size: 20px; line-height: 1.55; }
.elm-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.elm-hero .elm-btn { min-height: 58px; flex: 0 0 auto; padding: 14px 18px; font-size: 15px; line-height: 1; white-space: nowrap; }
.elm-hero .elm-actions { gap: 10px; }
.elm-hero .elm-pulse-call { min-width: 246px; }
.elm-hero .elm-pulse-wa { min-width: 210px; }
.elm-hero .elm-actions { flex-wrap: nowrap; }
.elm-hero-notes { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 36px; color: #64748b; font-size: 14px; font-weight: 600; }
.elm-hero-notes span { display: inline-flex; align-items: center; gap: 8px; }
.elm-hero-notes span:first-child .elm-icon { color: #16a34a; }
.elm-hero-notes span:last-child .elm-icon { color: #2563eb; }
.elm-hero-art { position: relative; top: -36px; width: 100%; max-width: 560px; justify-self: end; }
.elm-hero-art > img { position: relative; z-index: 2; width: 100%; height: auto; min-height: 300px; max-height: 520px; object-fit: cover; border-radius: 24px; filter: drop-shadow(0 25px 30px rgba(15,23,42,.20)); transition: transform .5s ease; }
.elm-hero-art:hover > img { transform: scale(1.025); }
.elm-rating { position: absolute; z-index: 3; left: -48px; bottom: -18px; display: flex; align-items: center; gap: 14px; padding: 16px 17px; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; background: rgba(255,255,255,.78); backdrop-filter: blur(16px); box-shadow: 0 8px 32px rgba(31,38,135,.10); animation: elm-float 4s ease-in-out infinite; }
.elm-rating-faces { display: flex; align-items: center; padding-left: 8px; }
.elm-rating-faces img, .elm-rating-faces span { width: 40px; height: 40px; margin-left: -8px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 2px 8px rgba(15,23,42,.10); }
.elm-rating-faces span { display: grid; place-items: center; background: #f1f5f9; color: #475569; font-size: 11px; font-weight: 800; }
.elm-rating .elm-stars { margin: 0 0 3px; }
.elm-rating strong { display: block; color: #0f172a; font-size: 14px; line-height: 1.2; }
.elm-stars { display: flex; justify-content: center; gap: 3px; color: #fbbf24; }
.elm-stars .elm-icon { width: 16px; height: 16px; }
.elm-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .22; animation: elm-blob 8s infinite; pointer-events: none; }
.orb-one { top: 0; left: -5%; width: 320px; height: 320px; background: #3b82f6; }
.orb-two { top: 10%; right: -5%; width: 288px; height: 288px; background: #a855f7; animation-delay: 2s; }
.orb-three { bottom: -10%; left: 30%; width: 352px; height: 352px; background: #f59e0b; animation-delay: 4s; }

.elm-production-stats { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg,#1d4ed8,#1e40af,#312e81); }
.elm-stat-pattern { position: absolute; inset: 0; opacity: .65; background: radial-gradient(circle at center, transparent 0 35%, rgba(255,255,255,.035) 36% 36.4%, transparent 37%); }
.elm-four-stats { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); }
.elm-four-stats > div { min-height: 121px; padding: 27px 24px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.12); text-align: center; }
.elm-four-stats > div:last-child { border-right: 0; }
.elm-four-stats strong { color: #fff; font: 800 36px/1.1 var(--font-display); transition: transform .25s ease; }
.elm-four-stats > div:hover strong { transform: scale(1.08); }
.elm-four-stats .amber { color: #fbbf24; }
.elm-four-stats .green { color: #4ade80; }
.elm-four-stats span { margin-top: 7px; color: #93c5fd; font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .12em; }

.elm-trust { padding: 35px 0 38px; border-bottom: 1px solid #e2e8f0; background: #fff; color: #94a3b8; }
.elm-trust strong { display: block; margin-bottom: 19px; color: #94a3b8; font-size: 12px; line-height: 1.3; letter-spacing: .11em; }
.elm-trust div > div { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 32px 64px; filter: grayscale(1); opacity: .72; }
.elm-trust span { color: #475569; font: 700 19px/1.3 var(--font-display); }

.elm-section { padding: 80px 0; }
.elm-section.alt, .elm-stories-section { background: #f8fafc; }
.elm-section-head { max-width: 720px; margin: 0 auto 56px; }
.elm-eyebrow { color: #1d4ed8; font-size: 13px; line-height: 1.3; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.elm-eyebrow.pill { display: inline-block; padding: 6px 15px; border-radius: 999px; background: #dbeafe; }
.elm-title { margin: 7px 0 14px; color: #0f172a; font: 800 clamp(32px,3.5vw,40px)/1.15 var(--font-display); letter-spacing: -.025em; }
.elm-title.small { font-size: clamp(27px,3vw,32px); }
.elm-title em { color: transparent; font-style: normal; background: linear-gradient(90deg,#1d4ed8,#9333ea); background-clip: text; -webkit-background-clip: text; }
.elm-lead { max-width: 720px; margin: 0; color: #64748b; font-size: 18px; line-height: 1.65; }

.elm-instagram { padding: 63px 0 67px; border-bottom: 1px solid #f1f5f9; background: #fff; }
.elm-instagram-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 9px; color: #94a3b8; font-size: 12px; letter-spacing: .14em; }
.elm-instagram-label span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: radial-gradient(circle at 30% 107%,#fdf497 0 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%); }
.elm-instagram-label .elm-icon { width: 17px; height: 17px; }
.elm-instagram .elm-lead { font-size: 16px; }
.elm-instagram-placeholder { position: relative; max-width: 960px; margin: 30px auto 0; }
.elm-instagram-cells { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; opacity: .8; }
.elm-instagram-cells span { height: 228px; border: 1px solid #e2e8f0; border-radius: 12px; background: linear-gradient(145deg,#f8fafc,#f1f5f9); }
.elm-instagram-placeholder p { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: min(620px,calc(100% - 32px)); margin: 0; padding: 14px 20px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid #e2e8f0; border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 8px 25px rgba(15,23,42,.07); color: #64748b; font-size: 14px; font-weight: 600; }
.elm-instagram-live { max-width: 960px; margin: 30px auto 0; }

.elm-grid { display: grid; gap: 24px; }
.elm-services-grid { grid-template-columns: repeat(3,1fr); }
.elm-card { position: relative; overflow: hidden; background: #fff; border: 1px solid #f1f5f9; border-radius: 16px; box-shadow: 0 3px 10px rgba(15,23,42,.045); }
.elm-service-card { min-height: 276px; padding: 32px; transition: transform .4s cubic-bezier(.175,.885,.32,1.275), box-shadow .4s ease, border-color .4s ease; }
.elm-service-card::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: linear-gradient(90deg,#1d4ed8,#a855f7); transform: scaleX(0); transform-origin: left; transition: transform .4s ease; }
.elm-service-card:hover { z-index: 2; transform: translateY(-8px); border-color: rgba(37,99,235,.3); box-shadow: 0 20px 25px -5px rgba(0,0,0,.10),0 8px 10px -6px rgba(0,0,0,.10); }
.elm-service-card:hover::after { transform: scaleX(1); }
.elm-service-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 12px; transition: transform .25s ease, color .25s ease, background .25s ease; }
.elm-service-card:hover .elm-service-icon { transform: scale(1.1); }
.elm-service-icon .elm-icon { width: 29px; height: 29px; }
.tone-blue .elm-service-icon { color: #1d4ed8; background: #dbeafe; }
.tone-purple .elm-service-icon { color: #7e22ce; background: #f3e8ff; }
.tone-yellow .elm-service-icon { color: #b45309; background: #fef3c7; }
.tone-green .elm-service-icon { color: #15803d; background: #dcfce7; }
.tone-dark .elm-service-icon { color: #334155; background: #f1f5f9; }
.tone-red .elm-service-icon { color: #dc2626; background: #fee2e2; }
.tone-blue:hover .elm-service-icon { color: #fff; background: #2563eb; }
.tone-purple:hover .elm-service-icon { color: #fff; background: #9333ea; }
.tone-yellow:hover .elm-service-icon { color: #1e293b; background: #fbbf24; }
.tone-green:hover .elm-service-icon { color: #fff; background: #22c55e; }
.tone-dark:hover .elm-service-icon { color: #fff; background: #334155; }
.tone-red:hover .elm-service-icon { color: #fff; background: #ef4444; }
.elm-service-card h3 { margin: 0 0 11px; color: #0f172a; font: 800 20px/1.3 var(--font-display); }
.elm-service-card p { margin: 0; color: #64748b; line-height: 1.6; }
.elm-emergency { border: 2px solid #2563eb; background: #fff; }
.elm-hours { position: absolute; top: 0; right: 0; padding: 5px 13px; border-radius: 0 14px 0 10px; background: #2563eb; color: #fff; font-size: 11px; font-weight: 800; }

.elm-how { background: #fff; }
.elm-steps { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.elm-step-line { position: absolute; z-index: 0; top: 47px; left: calc(16.667% + 26px); right: calc(16.667% + 26px); height: 1px; background: linear-gradient(90deg,#bfdbfe,#d8b4fe,#bbf7d0); }
.elm-steps article { position: relative; z-index: 1; min-height: 330px; padding: 32px 27px; border: 1px solid #f1f5f9; border-radius: 24px; background: #f8fafc; text-align: center; transition: transform .3s ease,box-shadow .3s ease; }
.elm-steps article:hover { transform: translateY(-4px); box-shadow: 0 18px 28px rgba(15,23,42,.09); }
.elm-step-number { position: absolute; top: -13px; right: -13px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 12px; font-weight: 800; box-shadow: 0 4px 10px rgba(15,23,42,.18); }
.elm-step-icon { width: 64px; height: 64px; margin: 0 auto 21px; display: grid; place-items: center; border-radius: 16px; color: #fff; transition: transform .25s ease; }
.elm-steps article:hover .elm-step-icon { transform: scale(1.1); }
.elm-step-icon .elm-icon { width: 29px; height: 29px; }
.elm-steps .tone-blue .elm-step-icon,.elm-steps .tone-blue .elm-step-number { background: #2563eb; }
.elm-steps .tone-purple .elm-step-icon,.elm-steps .tone-purple .elm-step-number { background: #9333ea; }
.elm-steps .tone-green .elm-step-icon,.elm-steps .tone-green .elm-step-number { background: #16a34a; }
.elm-steps h3 { margin: 0 0 9px; color: #0f172a; font: 800 20px/1.3 var(--font-display); }
.elm-steps p { margin: 0; color: #64748b; font-size: 14px; line-height: 1.65; }
.elm-steps a,.elm-guarantee { display: inline-flex; align-items: center; gap: 7px; margin-top: 17px; color: #2563eb; font-size: 14px; font-weight: 800; }
.elm-steps a .elm-icon,.elm-guarantee .elm-icon { width: 16px; }
.elm-status { display: inline-flex; align-items: center; gap: 7px; margin-top: 17px; padding: 4px 11px; border: 1px solid #bbf7d0; border-radius: 999px; background: #f0fdf4; color: #15803d; font-size: 11px; font-weight: 800; }
.elm-guarantee { color: #334155; }

.elm-lock-cta { position: relative; overflow: hidden; padding: 62px 0; color: #fff; background: linear-gradient(145deg,#0f172a,#1e293b,#0f172a); }
.elm-lock-glow { position: absolute; top: -130px; right: -70px; width: 380px; height: 380px; border-radius: 50%; background: #2563eb; opacity: .25; filter: blur(70px); }
.elm-lock-cta .elm-wrap { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.elm-lock-cta .elm-wrap > div { max-width: 820px; }
.elm-lock-cta h2 { margin: 0 0 12px; font: 800 30px/1.25 var(--font-display); }
.elm-lock-cta p { margin: 0; color: #cbd5e1; font-size: 18px; line-height: 1.6; }
.elm-lock-cta .elm-btn { flex: 0 0 auto; min-height: 56px; padding-inline: 30px; font-size: 17px; }

.elm-why-section { background: #fff; }
.elm-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.elm-why .elm-title { margin-bottom: 19px; }
.elm-why-list { display: grid; gap: 22px; margin-top: 29px; }
.elm-why-list > div { display: flex; align-items: flex-start; gap: 16px; }
.elm-why-list > div > span { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 50%; }
.elm-why-list > div > span .elm-icon { width: 25px; height: 25px; }
.elm-why-list .tone-green > span { color: #16a34a; background: #dcfce7; }
.elm-why-list .tone-yellow > span { color: #b45309; background: #fef3c7; }
.elm-why-list .tone-blue > span { color: #2563eb; background: #dbeafe; }
.elm-why-list p { margin: 0; }
.elm-why-list b { display: block; margin-bottom: 3px; color: #0f172a; font: 800 19px/1.3 var(--font-display); }
.elm-why-list small { display: block; color: #64748b; font-size: 15px; line-height: 1.55; }
.elm-why-image { position: relative; }
.elm-why-image i { position: absolute; inset: 16px -16px -16px 16px; z-index: 0; border-radius: 24px; background: linear-gradient(135deg,rgba(37,99,235,.18),rgba(147,51,234,.08)); }
.elm-why-image img { position: relative; z-index: 1; width: 100%; height: 500px; object-fit: cover; border: 4px solid #fff; border-radius: 24px; box-shadow: 0 25px 50px rgba(15,23,42,.18); transition: transform .5s ease; }
.elm-why-image:hover img { transform: scale(1.015); }

.elm-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.elm-blog-card { overflow: hidden; display: flex; flex-direction: column; min-height: 470px; border: 1px solid #f1f5f9; border-radius: 16px; background: #fff; box-shadow: 0 8px 20px rgba(15,23,42,.07); transition: transform .3s ease,box-shadow .3s ease; }
.elm-blog-card:hover { transform: translateY(-6px); box-shadow: 0 20px 30px rgba(15,23,42,.12); }
.elm-blog-image { position: relative; height: 224px; flex: 0 0 224px; overflow: hidden; background: #f1f5f9; }
.elm-blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.elm-blog-card:hover .elm-blog-image img { transform: scale(1.05); }
.elm-blog-image > span { height: 100%; display: grid; place-items: center; color: #94a3b8; font-size: 13px; }
.elm-blog-image small { position: absolute; top: 16px; left: 16px; padding: 6px 11px; border-radius: 999px; background: rgba(255,255,255,.94); box-shadow: 0 3px 8px rgba(15,23,42,.08); color: #1d4ed8; font-size: 11px; font-weight: 800; text-transform: capitalize; }
.elm-blog-copy { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.elm-blog-copy h3 { margin: 0 0 11px; color: #0f172a; font: 800 20px/1.35 var(--font-display); }
.elm-blog-copy p { margin: 0 0 22px; color: #64748b; font-size: 14px; line-height: 1.65; }
.elm-blog-copy strong { margin-top: auto; padding-top: 17px; display: flex; align-items: center; gap: 8px; border-top: 1px solid #f1f5f9; color: #2563eb; font-size: 14px; }
.elm-blog-copy strong .elm-icon { width: 16px; transition: transform .2s ease; }
.elm-blog-card:hover strong .elm-icon { transform: translateX(4px); }

.elm-emergency-cta { position: relative; overflow: hidden; padding: 92px 16px; color: #fff; background: linear-gradient(135deg,#1d4ed8,#4f46e5); }
.elm-dot-pattern { position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(#fff 1px,transparent 1px); background-size: 20px 20px; }
.elm-emergency-cta .elm-wrap { position: relative; z-index: 1; max-width: 860px; }
.elm-key-icon { width: 80px; height: 80px; margin: 0 auto 27px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); color: #fde047; }
.elm-key-icon .elm-icon { width: 40px; height: 40px; }
.elm-emergency-cta h2 { margin: 0 0 19px; font: 800 clamp(36px,4vw,48px)/1.15 var(--font-display); letter-spacing: -.03em; }
.elm-emergency-cta p { margin: 0 0 32px; color: #dbeafe; font-size: 20px; }
.center-actions { justify-content: center; }
.elm-emergency-cta .elm-btn { min-height: 59px; padding: 14px 34px; font-size: 18px; }

.elm-testimonial-section { overflow: hidden; padding: 64px 0 48px; border-bottom: 1px solid #e2e8f0; background: #fff; }
.elm-testimonial-section header { margin-bottom: 30px; }
.elm-testimonials { overflow: hidden; padding: 18px 0 34px; mask-image: linear-gradient(90deg,transparent,#000 15%,#000 85%,transparent); -webkit-mask-image: linear-gradient(90deg,transparent,#000 15%,#000 85%,transparent); }
.elm-marquee { width: 100%; overflow: hidden; }
/* The marquee transform belongs only to this track: card hover/reveal transforms cannot overwrite it. */
.elm-review-track { display: flex; width: max-content; animation: elm-review-marquee 32s linear infinite; will-change: transform; }
.elm-review-sequence { display: flex; flex: 0 0 auto; gap: 24px; padding-right: 24px; }
@media (hover: hover) and (pointer: fine) { .elm-review-track:hover { animation-play-state: paused; } }
.elm-testimonial { position: relative; width: 320px; min-height: 286px; flex: 0 0 320px; display: flex; flex-direction: column; align-items: center; margin-top: 16px; padding: 32px 26px 26px; border: 1px solid #f1f5f9; border-radius: 24px; background: #fff; box-shadow: 0 10px 40px -5px rgba(0,0,0,.08); text-align: center; transition: transform .3s ease,box-shadow .3s ease; }
.elm-testimonial:hover { transform: translateY(-8px); box-shadow: 0 20px 40px -10px rgba(0,0,0,.14); }
.elm-quote-badge { position: absolute; top: -17px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #fff; border-radius: 50%; background: #dbeafe; color: #2563eb; box-shadow: 0 3px 8px rgba(15,23,42,.08); transition: color .25s ease,background .25s ease; }
.elm-testimonial:hover .elm-quote-badge { color: #fff; background: #2563eb; }
.elm-quote-badge .elm-icon { width: 17px; height: 17px; }
.elm-testimonial > .elm-stars { margin: 8px 0 14px; }
.elm-testimonial > p { margin: 0 0 21px; color: #334155; font-size: 15px; line-height: 1.65; font-weight: 500; }
.elm-reviewer { width: 100%; margin-top: auto; padding-top: 15px; border-top: 1px solid #f1f5f9; }
.elm-reviewer strong { display: block; color: #0f172a; font: 800 16px/1.3 var(--font-display); }
.elm-reviewer small { margin-top: 6px; display: inline-flex; align-items: center; gap: 4px; color: #16a34a; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.elm-reviewer small .elm-icon { width: 12px; height: 12px; }
.elm-review-cta { margin-top: 8px; padding: 4px 0 12px; text-align: center; }
.elm-review-cta h3 { margin: 0 0 4px; color: #0f172a; font: 800 21px/1.35 var(--font-display); }
.elm-review-cta p { margin: 0 0 14px; color: #64748b; }
.elm-review-cta .elm-btn { min-height: 45px; padding: 10px 18px; }
.elm-review-page { min-height: 62vh; padding: 78px 0 96px; background: #f8fafc; }
.elm-review-page-inner { max-width: 780px; }
.elm-review-page .elm-section-head { margin-bottom: 28px; }
.elm-review-form-wrap { max-width: 720px; margin: 0 auto; padding: 30px; border: 1px solid #dbeafe; border-radius: 22px; background: #f8fbff; text-align: center; }
.elm-review-form-wrap h3 { margin: 0 0 5px; color: #0f172a; font: 800 23px/1.35 var(--font-display); }
.elm-review-form-wrap > p { margin: 0 0 20px; color: #64748b; }
.elm-review-form-wrap .glsr-form { display: grid; gap: 14px; text-align: left; }
.elm-review-form-wrap .glsr-field { margin: 0; }
.elm-review-form-wrap .glsr-field label { display: block; margin-bottom: 6px; color: #334155; font-size: 14px; font-weight: 800; }
.elm-review-form-wrap .glsr-field input,.elm-review-form-wrap .glsr-field textarea,.elm-review-form-wrap .glsr-field select { width: 100%; padding: 11px 13px; border: 1px solid #cbd5e1; border-radius: 10px; background: #fff; color: #0f172a; font: inherit; }
.elm-review-form-wrap .glsr-field textarea { min-height: 118px; resize: vertical; }
.elm-review-form-wrap .glsr-button { justify-self: start; padding: 12px 18px; border: 0; border-radius: 10px; background: #1d4ed8; color: #fff; font-weight: 800; cursor: pointer; }
  .elm-review-form-wrap .glsr-field-choice { display: flex; align-items: center; gap: 7px; }

.elm-faq-section { background: #fff; }
.elm-faq-wrap { max-width: 800px; }
.elm-faq-section .elm-section-head { margin-bottom: 43px; }
.elm-faq details { margin: 0 0 12px; overflow: hidden; border: 1px solid #e2e8f0; border-radius: 16px; background: #f8fafc; transition: border-color .2s ease; }
.elm-faq details:hover { border-color: #bfdbfe; }
.elm-faq summary { position: relative; min-height: 65px; padding: 19px 55px 19px 24px; display: flex; align-items: center; color: #1e293b; font-weight: 800; cursor: pointer; list-style: none; }
.elm-faq summary::-webkit-details-marker { display: none; }
.elm-faq summary span { position: absolute; right: 25px; top: 50%; width: 16px; height: 16px; margin-top: -8px; transition: transform .3s ease; }
.elm-faq summary span::before,.elm-faq summary span::after { content: ''; position: absolute; left: 0; top: 7px; width: 16px; height: 2px; border-radius: 2px; background: #94a3b8; }
.elm-faq summary span::after { transform: rotate(90deg); }
.elm-faq details[open] summary span { transform: rotate(45deg); }
.elm-faq .answer { padding: 16px 24px 20px; border-top: 1px solid #e2e8f0; color: #64748b; line-height: 1.65; }
.elm-faq-cta { margin-top: 34px; }
.elm-faq-cta p { margin: 0 0 14px; color: #64748b; }

.elm-footer { position: relative; overflow: hidden; padding: 48px 0 0; color: #94a3b8; background: linear-gradient(180deg,#0f172a,#060b14); }
.elm-footer-accent { position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg,transparent,rgba(37,99,235,.45),transparent); }
.elm-footer-top { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.elm-footer-brand { display: flex; align-items: center; gap: 18px; }
.elm-footer .elm-brand img { width: 180px; height: 60px; }
.elm-footer-brand > div { display: grid; gap: 3px; }
.elm-footer-brand strong { color: #fff; font: 700 18px/1.25 var(--font-display); }
.elm-footer-brand span { display: flex; align-items: center; gap: 5px; font-size: 14px; }
.elm-footer-brand span .elm-icon { width: 14px; color: #fbbf24; }
.elm-footer-actions { gap: 12px; }
.elm-footer-actions .elm-btn { min-height: 42px; padding: 9px 18px; }
.elm-areas { padding: 24px 0 28px; border-top: 1px solid rgba(255,255,255,.10); }
.elm-areas > strong { color: #64748b; font-size: 11px; letter-spacing: .09em; }
.elm-areas > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.elm-areas span { padding: 4px 9px; border-radius: 8px; background: rgba(30,41,59,.65); color: #94a3b8; font-size: 12px; }
.elm-footer-divider { border-top: 1px solid rgba(255,255,255,.10); }
.elm-copyright { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #64748b; font-size: 13px; }
.elm-copyright small { font-size: 11px; }
.elm-mobile-actions { display: none; }

.elm-stories-archive { padding: 76px 0 90px; background: #f8fafc; }
.elm-stories-archive .elm-section-head { margin-bottom: 46px; }
.elm-stories-empty { padding: 32px; border: 1px solid #e2e8f0; border-radius: 18px; background: #fff; text-align: center; color: #64748b; }
.elm-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 42px; }
.elm-pagination .page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 8px; border: 1px solid #dbe3ef; border-radius: 10px; background: #fff; color: #475569; font-weight: 800; }
.elm-pagination .page-numbers.current,.elm-pagination .page-numbers:hover { border-color: #2563eb; background: #2563eb; color: #fff; }

.woocommerce ul.products { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; padding: 0; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; padding: 18px; border: 1px solid #e2e8f0; border-radius: 18px; background: #fff; box-shadow: 0 8px 24px rgba(15,23,42,.04); }
.woocommerce ul.products li.product .button { padding: 11px 14px; border-radius: 10px; background: var(--blue); color: #fff; }
.woocommerce span.onsale { background: var(--amber); color: var(--navy); }

@keyframes elm-live { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .45; transform: scale(.8); } }
@keyframes elm-status-pulse { 0%,100% { transform: scale(1); box-shadow: 0 0 0 0 var(--status-glow); } 50% { transform: scale(1.12); box-shadow: 0 0 10px 4px var(--status-glow); } }
@keyframes elm-glow-green { 0%,100% { box-shadow: 0 0 0 0 rgba(37,211,102,.6); transform: scale(1); } 50% { box-shadow: 0 0 20px 10px rgba(37,211,102,0); transform: scale(1.02); } }
@keyframes elm-glow-amber { 0%,100% { box-shadow: 0 0 0 0 rgba(251,191,36,.6); transform: scale(1); } 50% { box-shadow: 0 0 20px 10px rgba(251,191,36,0); transform: scale(1.02); } }
@keyframes elm-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes elm-blob { 0%,100% { transform: translate(0) scale(1); } 33% { transform: translate(20px,-40px) scale(1.1); } 66% { transform: translate(-20px,20px) scale(.9); } }
@keyframes elm-review-marquee { to { transform: translateX(-50%); } }
.elm-pulse-wa { animation: elm-glow-green 2s infinite; }
.elm-pulse-call { animation: elm-glow-amber 2s infinite; animation-delay: 1s; }
.elm-reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease,transform .8s ease; }
.elm-reveal.elm-visible { opacity: 1; transform: none; }
.elm-reveal[data-delay="100"] { transition-delay: .1s; }
.elm-reveal[data-delay="150"] { transition-delay: .15s; }
.elm-reveal[data-delay="200"] { transition-delay: .2s; }
.elm-reveal[data-delay="300"] { transition-delay: .3s; }

/* Scripted assistant: compact, keyboard-accessible, and independent of CRM/AI services. */
.elm-assistant { position: fixed; right: 24px; bottom: 24px; z-index: 110; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; max-width: calc(100vw - 24px); }
.elm-assistant-toggle { min-height: 48px; display: inline-flex; align-items: center; gap: 9px; padding: 11px 16px; border: 0; border-radius: 999px; background: #1d4ed8; color: #fff; box-shadow: 0 12px 28px rgba(29,78,216,.28); font: 800 14px/1 var(--font-body); cursor: pointer; }
.elm-assistant-toggle:hover { background: #1e40af; transform: translateY(-2px); }
.elm-assistant-toggle .elm-icon { width: 19px; height: 19px; }
.elm-assistant-panel { width: min(360px,calc(100vw - 24px)); overflow: hidden; border: 1px solid #dbeafe; border-radius: 18px; background: #fff; box-shadow: 0 20px 46px rgba(15,23,42,.24); color: #0f172a; }
.elm-assistant-panel[hidden] { display: none; }
.elm-assistant-header { min-height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 15px 13px 17px; background: linear-gradient(120deg,#1d4ed8,#4f46e5); color: #fff; }
.elm-assistant-header strong { display: block; font: 800 16px/1.2 var(--font-display); }
.elm-assistant-header span { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; color: #dbeafe; font-size: 12px; }
.elm-assistant-header span i { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 2px rgba(255,255,255,.18); }
.elm-assistant-close { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font-size: 24px; line-height: 1; cursor: pointer; }
.elm-assistant-close:hover { background: rgba(255,255,255,.24); }
.elm-assistant-content { max-height: min(410px,calc(100vh - 180px)); overflow-y: auto; padding: 16px; background: #f8fafc; }
.elm-assistant-message { margin: 0 0 12px; padding: 12px 13px; border: 1px solid #dbeafe; border-radius: 13px 13px 13px 3px; background: #fff; color: #334155; font-size: 14px; line-height: 1.48; white-space: pre-line; }
.elm-assistant-status { display: flex; align-items: flex-start; gap: 7px; margin: -3px 0 12px; color: #475569; font-size: 12px; line-height: 1.4; }
.elm-assistant-status i { width: 8px; height: 8px; flex: 0 0 8px; margin-top: 4px; border-radius: 50%; background: #16a34a; }
.elm-assistant-options { display: grid; gap: 8px; }
.elm-assistant-option,.elm-assistant-back,.elm-assistant-link { min-height: 40px; display: flex; align-items: center; justify-content: flex-start; width: 100%; padding: 9px 12px; border: 1px solid #dbeafe; border-radius: 10px; background: #fff; color: #1e3a8a; font: 800 13px/1.25 var(--font-body); text-align: left; text-decoration: none; cursor: pointer; }
.elm-assistant-option:hover,.elm-assistant-back:hover,.elm-assistant-link:hover { border-color: #93c5fd; background: #eff6ff; }
.elm-assistant-link.whatsapp { justify-content: center; border-color: #16a34a; background: #25d366; color: #fff; text-align: center; }
.elm-assistant-back { justify-content: center; margin-top: 12px; color: #475569; }
.elm-assistant-panel :is(button,a):focus-visible,.elm-assistant-toggle:focus-visible { outline: 3px solid #fbbf24; outline-offset: 2px; }

@media (max-width: 1120px) {
  html { scroll-padding-top: 140px; }
  .elm-brand img { width: 230px; height: 77px; }
  .elm-header-inner { height: 94px; gap: 16px; }
  .elm-nav { gap: 18px; font-size: 14px; }
  .elm-phone { padding-inline: 11px; font-size: 12px; }
  .elm-header .elm-btn { padding-inline: 13px; font-size: 12px; }
  .elm-hero .elm-actions { flex-wrap: wrap; }
  .elm-hero-grid { grid-template-columns: 1fr minmax(380px,48%); gap: 42px; }
}
@media (max-width: 900px) {
  html { scroll-padding-top: 132px; }
  body { padding-bottom: 72px; }
  .elm-wrap { width: 100%; padding-inline: 16px; }
  .elm-topbar { min-height: 36px; padding: 7px 10px; font-size: 14px; line-height: 20px; }
  .elm-header-inner { height: 96px; }
  .elm-brand img { width: 225px; height: 75px; }
  .elm-nav,.elm-header-actions { display: none; }
  .elm-menu-toggle { display: grid; place-items: center; margin-left: auto; }
  .elm-mobile-nav { position: absolute; left: 0; right: 0; top: 96px; display: flex; flex-direction: column; gap: 0; padding: 8px 18px 14px; border-top: 1px solid #e2e8f0; background: #fff; box-shadow: 0 16px 24px rgba(15,23,42,.10); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .elm-mobile-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .elm-mobile-nav a { padding: 10px 4px; border-bottom: 1px solid #f1f5f9; font-weight: 700; }
  .elm-hero-grid { min-height: auto; grid-template-columns: 1fr; row-gap: 108px; padding-top: 48px; padding-bottom: 76px; }
  .elm-hero-copy { top: 0; grid-row: 2; max-width: 720px; margin-inline: auto; text-align: center; }
  .elm-pills,.elm-actions,.elm-hero-notes { justify-content: center; }
  .elm-hero-art { display: block; top: 0; grid-row: 1; width: 100%; max-width: 356px; justify-self: center; }
  .elm-hero-art > img { width: 100%; height: 300px; min-height: 300px; object-fit: cover; border-radius: 24px; }
  .elm-rating { left: 50%; bottom: -68px; min-width: 203px; translate: -50% 0; gap: 8px; padding: 11px 12px; border-radius: 14px; }
  .elm-rating-faces img,.elm-rating-faces span { width: 32px; height: 32px; }
  .elm-rating strong { white-space: nowrap; font-size: 12px; }
  .elm-rating .elm-stars .elm-icon { width: 12px; height: 12px; }
  .elm-four-stats { grid-template-columns: repeat(2,1fr); }
  .elm-four-stats > div:nth-child(2) { border-right: 0; }
  .elm-four-stats > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .elm-services-grid,.elm-blog-grid { grid-template-columns: repeat(2,1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(2,1fr); }
  .elm-steps { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
  .elm-step-line { display: none; }
  .elm-lock-cta .elm-wrap { flex-direction: column; align-items: flex-start; }
  .elm-split { grid-template-columns: 1fr; }
  .elm-why-image { order: 2; }
  .elm-footer-top { align-items: flex-start; flex-direction: column; }
  .elm-mobile-actions { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr 52px; gap: 10px; padding: 10px 12px max(10px,env(safe-area-inset-bottom)); border-top: 1px solid rgba(226,232,240,.75); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); box-shadow: 0 -4px 20px rgba(15,23,42,.08); }
  .elm-mobile-actions a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; background: linear-gradient(90deg,#1d4ed8,#2563eb); color: #fff; font-weight: 800; }
  .elm-mobile-actions a:nth-child(2) { background: #25d366; }
  .elm-mobile-actions .mobile-instagram { background: #fff; color: #d6249f; box-shadow: inset 0 0 0 1px #e2e8f0; }
  .elm-mobile-actions .mobile-instagram .elm-icon { width: 22px; height: 22px; }
  .elm-assistant { right: 12px; bottom: 84px; }
  .elm-assistant-panel { width: min(360px,calc(100vw - 24px)); }
}
@media (max-width: 640px) {
  .elm-section { padding: 58px 0; }
  .elm-section-head { margin-bottom: 38px; }
  .elm-hero-grid { padding-top: 48px; padding-bottom: 62px; }
  .elm-hero h1 { margin-bottom: 18px; font-size: 36px; line-height: 1.25; }
  .elm-hero-copy > p { font-size: 17px; }
  .elm-hero .elm-btn { width: 100%; min-height: 55px; padding-inline: 18px; font-size: 16px; }
  .elm-hero .elm-actions { flex-wrap: wrap; }
  .elm-hero-notes { gap: 12px 18px; margin-top: 27px; font-size: 12px; }
  .elm-four-stats > div { min-height: 104px; padding: 20px 8px; }
  .elm-four-stats strong { font-size: 27px; }
  .elm-four-stats span { font-size: 9px; letter-spacing: .08em; }
  .elm-trust { padding: 29px 0; }
  .elm-trust strong { margin-bottom: 16px; font-size: 10px; }
  .elm-trust div > div { gap: 14px 24px; }
  .elm-trust span { font-size: 15px; }
  .elm-instagram { padding: 50px 0 54px; }
  .elm-instagram-cells { gap: 7px; }
  .elm-instagram-cells span { height: 112px; border-radius: 8px; }
  .elm-instagram-placeholder p { padding: 11px 13px; font-size: 11px; line-height: 1.4; }
  .elm-services-grid,.elm-blog-grid { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .elm-service-card { min-height: 0; padding: 27px; }
  .elm-title { font-size: 31px; }
  .elm-lead { font-size: 16px; }
  .elm-lock-cta { padding: 50px 0; }
  .elm-lock-cta h2 { font-size: 27px; }
  .elm-lock-cta p { font-size: 16px; }
  .elm-lock-cta .elm-btn { width: 100%; }
  .elm-why-image img { height: 330px; }
  .elm-blog-card { min-height: 440px; }
  .elm-emergency-cta { padding: 68px 4px; }
  .elm-emergency-cta h2 { font-size: 34px; }
  .elm-emergency-cta p { font-size: 17px; }
  .elm-emergency-cta .elm-btn { width: 100%; padding-inline: 18px; font-size: 16px; }
  .elm-testimonial { width: 286px; flex-basis: 286px; }
  .elm-faq summary { min-height: 62px; padding: 17px 49px 17px 18px; font-size: 14px; }
  .elm-faq summary span { right: 19px; }
  .elm-faq .answer { padding: 14px 18px 18px; font-size: 14px; }
  .elm-footer { padding-top: 40px; }
  .elm-footer-brand { align-items: flex-start; flex-direction: column; gap: 10px; }
  .elm-footer .elm-brand img { width: 180px; height: 60px; }
  .elm-footer-actions { flex-wrap: wrap; }
  .elm-footer-actions .elm-btn { padding-inline: 14px; }
  .elm-copyright { min-height: 92px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 2px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .elm-reveal { opacity: 1; transform: none; }
}
