/* TPVy Canvas Rendering Engine — loaded only in Canvas contexts. */
.tpvy-canvas-root,
.tpvy-canvas-root > * {
	margin-block-start: 0;
}

.tpvy-canvas-root {
	width: 100%;
	max-width: none;
	padding: 0;
}

/* Native Canvas & Builder Foundation 1.2.0 */
.tpvy-builder-empty-canvas{min-height:68vh;display:grid;place-items:center;padding:48px 24px;background:#f8fafc;color:#0f172a;text-align:center}
.tpvy-builder-empty-canvas>div{max-width:620px;padding:34px;border:1px dashed #cbd5e1;background:#fff}
.tpvy-builder-empty-canvas strong{display:block;font-size:clamp(24px,3vw,42px);line-height:1.1}.tpvy-builder-empty-canvas p{margin:14px 0 0;color:#64748b}
.tpvy-builder-section{width:100%}.tpvy-builder-container{width:min(var(--tpvy-content-width,1280px),calc(100% - (2 * var(--tpvy-page-gutter,16px))));margin-inline:auto}.tpvy-builder-grid{display:grid}.tpvy-builder-column{min-width:0}

/* --------------------------------------------------------------------------
 * TPVy Theme 1.2.1 — Section / Container / Grid Engine
 * -------------------------------------------------------------------------- */
.tpvy-builder-section{position:relative;width:100%}
.tpvy-builder-container{width:100%;margin-inline:auto;padding-inline:var(--tpvy-builder-container-gutter,16px)}
.tpvy-builder-container.is-content{max-width:calc(var(--tpvy-content-width,1280px) + (2 * var(--tpvy-builder-container-gutter,16px)))}
.tpvy-builder-container.is-wide{max-width:calc(var(--tpvy-wide-width,1440px) + (2 * var(--tpvy-builder-container-gutter,16px)))}
.tpvy-builder-container.is-full{max-width:none}
.tpvy-builder-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--tpvy-builder-grid-gap,16px);width:100%}
/* v1.3.5.6 · A row may intentionally break out of a content/wide container and occupy the whole section viewport. */
.tpvy-builder-grid.is-full-section{position:relative;left:50%!important;width:100vw!important;max-width:none!important;margin-left:-50vw!important;margin-right:-50vw!important}
@supports(width:100dvw){.tpvy-builder-grid.is-full-section{width:100dvw!important;margin-left:-50dvw!important;margin-right:-50dvw!important}}
.tpvy-mega-panel .tpvy-builder-grid.is-full-section{left:auto!important;width:100%!important;margin-left:0!important;margin-right:0!important}
/* v1.3.5.6 · A full container with zero gutter is a true edge-to-edge shell. */
.tpvy-builder-container.is-full[style*="--tpvy-builder-container-gutter:0px"]{width:100%!important;max-width:none!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}
.tpvy-builder-container.is-full[style*="--tpvy-builder-container-gutter:0px"]>.tpvy-builder-grid.is-full-section{left:auto!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
.tpvy-builder-column{min-width:0;display:flex;flex-direction:column}

/* Legacy-safe mobile baseline. 1.2.7 ID-scoped device rules override it when configured. */
@media(max-width:680px){.tpvy-builder-grid>.tpvy-builder-column{grid-column:1/-1!important}}

/* Private Builder preview only: structure remains selectable even while empty. */
/* Builder geometry fidelity: the preview must look like the public page.
 * Structural chrome is an overlay only; it never adds border, background,
 * padding or a permanent outline to a real frontend box. */
.tpvy-native-builder-preview .tpvy-builder-section,
.tpvy-native-builder-preview .tpvy-builder-container,
.tpvy-native-builder-preview .tpvy-builder-grid,
.tpvy-native-builder-preview .tpvy-builder-column{outline:0;background-clip:padding-box}
.tpvy-native-builder-preview .tpvy-builder-grid{min-height:0}
.tpvy-native-builder-preview .tpvy-builder-column{min-height:0;position:relative}
.tpvy-native-builder-preview .tpvy-builder-column:empty{min-height:36px}
.tpvy-native-builder-preview .tpvy-builder-column:empty::after{content:"Añadir módulo";position:absolute;inset:0;display:grid;place-items:center;border:1px dashed rgba(148,163,184,.58);background:rgba(248,250,252,.35);color:#94a3b8;font:600 10px/1.3 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-transform:uppercase;letter-spacing:.04em;pointer-events:none}
.tpvy-native-builder-preview [data-tpvy-node-id]{cursor:pointer}
.tpvy-native-builder-preview [data-tpvy-node-id].is-tpvy-builder-selected{outline:2px solid #1264e5!important;outline-offset:-2px!important}

/* --------------------------------------------------------------------------
 * TPVy Theme 1.2.2 — Text / Heading / Button / Icon
 * Semantic content modules. No frontend JavaScript or icon fonts.
 * -------------------------------------------------------------------------- */
.tpvy-builder-module{min-width:0}
.tpvy-builder-heading{width:100%}
.tpvy-builder-heading-eyebrow{margin:0 0 10px;color:var(--tpvy-color-primary,#1264e5);font:700 12px/1.2 var(--tpvy-font-body,inherit);letter-spacing:.08em;text-transform:uppercase}
.tpvy-builder-heading-text{margin:0;color:var(--tpvy-color-ink,#0f172a);font-family:var(--tpvy-font-heading,var(--tpvy-font-body,inherit));text-wrap:balance}
.tpvy-builder-text{color:var(--tpvy-color-text,#334155);font-family:var(--tpvy-font-body,inherit)}
.tpvy-builder-text>:first-child{margin-top:0}.tpvy-builder-text>:last-child{margin-bottom:0}
.tpvy-builder-text p{margin:0 0 1em}.tpvy-builder-text ul,.tpvy-builder-text ol{margin:0 0 1em;padding-inline-start:1.3em}.tpvy-builder-text a{color:var(--tpvy-color-primary,#1264e5);text-underline-offset:.15em}
.tpvy-builder-button-wrap{display:flex;width:100%}.tpvy-builder-button-wrap.align-left{justify-content:flex-start}.tpvy-builder-button-wrap.align-center{justify-content:center}.tpvy-builder-button-wrap.align-right{justify-content:flex-end}
.tpvy-builder-button{display:inline-flex;align-items:center;justify-content:center;gap:.55em;min-height:44px;padding:12px 20px;border:1px solid transparent;border-radius:var(--tpvy-radius,6px);font:700 14px/1 var(--tpvy-font-body,inherit);text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}
.tpvy-builder-button:hover{transform:translateY(-1px)}
.tpvy-builder-button.is-small{min-height:38px;padding:9px 15px;font-size:12px}.tpvy-builder-button.is-large{min-height:54px;padding:16px 28px;font-size:15px}
.tpvy-builder-button.is-primary{background:var(--tpvy-color-primary,#1264e5);color:#fff;border-color:var(--tpvy-color-primary,#1264e5)}
.tpvy-builder-button.is-secondary{background:var(--tpvy-color-surface-alt,#f1f5f9);color:var(--tpvy-color-ink,#0f172a);border-color:var(--tpvy-color-border,#dbe2ea)}
.tpvy-builder-button.is-outline{background:transparent;color:var(--tpvy-color-primary,#1264e5);border-color:currentColor}
.tpvy-builder-button.is-link{min-height:0;padding:4px 0;background:transparent;color:var(--tpvy-color-primary,#1264e5);border:0;border-radius:0}
.tpvy-builder-button-icon{display:block;width:1.1em;height:1.1em;flex:0 0 auto}
.tpvy-builder-icon{display:flex;width:100%}.tpvy-builder-icon.align-left{justify-content:flex-start}.tpvy-builder-icon.align-center{justify-content:center}.tpvy-builder-icon.align-right{justify-content:flex-end}
.tpvy-builder-icon>a{display:inline-flex;color:inherit;text-decoration:none}.tpvy-builder-icon-glyph{display:inline-flex;color:var(--tpvy-color-primary,#1264e5);line-height:0}.tpvy-builder-icon-svg{display:block;width:1em;height:1em}
.tpvy-builder-column>.tpvy-builder-module+.tpvy-builder-module{margin-top:var(--tpvy-space-4,16px)}

@media(prefers-reduced-motion:reduce){.tpvy-builder-button{transition:none}.tpvy-builder-button:hover{transform:none}}

/* --------------------------------------------------------------------------
 * TPVy Theme 1.2.3 — Image / Video / SVG
 * Responsive media modules. Images use WordPress srcset/sizes; video uses
 * native HTML5 or privacy-oriented embeds; SVG is inline and sanitized.
 * -------------------------------------------------------------------------- */
.tpvy-builder-image{margin:0;width:100%}.tpvy-builder-media-frame{width:100%;overflow:hidden}.tpvy-builder-image-element{display:block;width:100%;height:auto}.tpvy-builder-image[style*="aspect-ratio"] .tpvy-builder-media-frame{aspect-ratio:inherit}.tpvy-builder-image[style*="aspect-ratio"] .tpvy-builder-image-element{width:100%;height:100%;object-fit:var(--tpvy-builder-media-fit,cover);object-position:var(--tpvy-builder-media-position,center)}
.tpvy-builder-image-link{display:block;color:inherit;text-decoration:none}.tpvy-builder-image figcaption{margin-top:8px;color:var(--tpvy-color-muted,#64748b);font:400 13px/1.5 var(--tpvy-font-body,inherit)}
.tpvy-builder-video{position:relative;width:100%;overflow:hidden;background:#0b0f19}.tpvy-builder-video iframe,.tpvy-builder-video video{display:block;width:100%;height:100%;border:0;object-fit:cover}.tpvy-builder-video.is-native video{background:#000}
.tpvy-builder-svg{display:flex;width:100%}.tpvy-builder-svg.align-left{justify-content:flex-start}.tpvy-builder-svg.align-center{justify-content:center}.tpvy-builder-svg.align-right{justify-content:flex-end}.tpvy-builder-svg>a,.tpvy-builder-svg-inner{display:inline-flex;max-width:100%;color:inherit;text-decoration:none;line-height:0}.tpvy-builder-svg svg{display:block;width:100%;height:auto;max-width:100%}.tpvy-builder-svg.is-monochrome svg path:not([fill="none"]),.tpvy-builder-svg.is-monochrome svg circle:not([fill="none"]),.tpvy-builder-svg.is-monochrome svg ellipse:not([fill="none"]),.tpvy-builder-svg.is-monochrome svg rect:not([fill="none"]),.tpvy-builder-svg.is-monochrome svg polygon:not([fill="none"]){fill:currentColor!important}.tpvy-builder-svg.is-monochrome svg [stroke]:not([stroke="none"]){stroke:currentColor!important}
.tpvy-builder-media-placeholder{display:grid;place-items:center;gap:6px;min-height:180px;padding:28px;border:1px dashed #94a3b8;background:#f8fafc;color:#64748b;text-align:center}.tpvy-builder-media-placeholder strong{font:800 12px/1 var(--tpvy-font-body,inherit);letter-spacing:.08em;color:#334155}.tpvy-builder-media-placeholder span{font:500 13px/1.4 var(--tpvy-font-body,inherit)}

/* TPVy Theme 1.2.4 — Code components */
.tpvy-builder-code{position:relative;width:100%;min-width:0}
.tpvy-builder-code-preview-notice{position:relative;z-index:50;margin:0 0 12px;padding:9px 12px;border:1px dashed #8bb5f5;background:#eef6ff;color:#174f99;font:600 12px/1.4 var(--tpvy-font-body,system-ui,sans-serif)}

/* 1.2.7 · Hidden elements stay editable in private Builder preview. */
.tpvy-native-builder-preview [data-tpvy-node-id]{transition:opacity .15s ease,outline-color .15s ease}

/* --------------------------------------------------------------------------
 * TPVy Theme 1.3.1 — Builder Pro generic modules
 * -------------------------------------------------------------------------- */
.tpvy-builder-pro-hero{position:relative;min-height:var(--tpvy-hero-min-height,620px);overflow:hidden;background:#111827;color:#fff}.tpvy-pro-hero-track{position:absolute;inset:0}.tpvy-pro-hero-slide{position:absolute;inset:0;display:flex;align-items:center;opacity:0;visibility:hidden;z-index:1;background-size:cover;background-position:center;transition:opacity .45s ease,visibility .45s ease}.tpvy-pro-hero-slide.is-active{opacity:1;visibility:visible;z-index:2}.tpvy-builder-pro-hero-inner{position:relative;z-index:3;width:min(var(--tpvy-content-width,1280px),calc(100% - 48px));margin:auto;padding-block:72px}.tpvy-builder-pro-hero.align-center .tpvy-builder-pro-hero-inner{text-align:center}.tpvy-builder-pro-hero.align-right .tpvy-builder-pro-hero-inner{text-align:right}.tpvy-hero-eyebrow{display:block;margin-bottom:14px;color:#dfe8ff;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.tpvy-hero-title{max-width:850px;margin:0;color:#fff;font-size:clamp(38px,5vw,72px);line-height:.98;letter-spacing:-.045em}.tpvy-builder-pro-hero.align-center .tpvy-hero-title,.tpvy-builder-pro-hero.align-center .tpvy-hero-text{margin-inline:auto}.tpvy-builder-pro-hero.align-right .tpvy-hero-title,.tpvy-builder-pro-hero.align-right .tpvy-hero-text{margin-left:auto}.tpvy-hero-text{max-width:690px;margin:22px 0 28px;color:rgba(255,255,255,.88);font-size:clamp(16px,1.8vw,21px);line-height:1.5}.tpvy-button{display:inline-flex;align-items:center;gap:8px;text-decoration:none}.tpvy-pro-hero-nav{position:absolute;z-index:7;top:50%;display:grid;place-items:center;width:46px;height:46px;border:0;border-radius:50%;background:rgba(255,255,255,.22);color:#fff;font-size:28px;line-height:1;backdrop-filter:blur(8px);cursor:pointer;transform:translateY(-50%)}.tpvy-pro-hero-nav:hover{background:rgba(255,255,255,.34)}.tpvy-pro-hero-nav.is-prev{left:22px}.tpvy-pro-hero-nav.is-next{right:22px}.tpvy-pro-hero-dots{position:absolute;z-index:7;left:50%;bottom:22px;display:flex;gap:7px;transform:translateX(-50%)}.tpvy-pro-hero-dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:width .2s ease,background .2s ease}.tpvy-pro-hero-dots button.is-active{width:26px;background:#fff}
.tpvy-builder-pro-banner{display:flex;align-items:center;min-height:420px;padding:52px;background:#1f2937 center/cover no-repeat;color:#fff}.tpvy-builder-pro-banner>div{width:min(720px,100%)}.tpvy-builder-pro-banner.align-center{justify-content:center;text-align:center}.tpvy-builder-pro-banner.align-right{justify-content:flex-end;text-align:right}.tpvy-builder-pro-banner>div>span{display:block;margin-bottom:10px;font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.tpvy-builder-pro-banner h3{margin:0;font-size:clamp(30px,4vw,54px);line-height:1.04}.tpvy-builder-pro-banner p{margin:16px 0 24px;font-size:17px;line-height:1.55;color:rgba(255,255,255,.9)}
.tpvy-builder-pro-gallery{display:grid;grid-template-columns:repeat(var(--tpvy-gallery-cols,3),minmax(0,1fr));gap:var(--tpvy-gallery-gap,16px)}.tpvy-builder-pro-gallery figure{margin:0;aspect-ratio:var(--tpvy-gallery-ratio,1/1);overflow:hidden;background:#eef2f7}.tpvy-builder-pro-gallery figure img{display:block;width:100%;height:100%;object-fit:cover}.tpvy-builder-pro-gallery .tpvy-pro-placeholder{grid-column:1/-1;display:grid;place-items:center;min-height:220px;border:1px dashed #9eacc0;background:#f8fafc;color:#64748b}
.tpvy-builder-pro-benefits{display:grid;grid-template-columns:repeat(var(--tpvy-benefit-cols,3),minmax(0,1fr));gap:22px}.tpvy-builder-pro-benefits article{padding:24px;border:1px solid var(--tpvy-color-border,#dfe5ef);background:#fff}.tpvy-benefit-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:17px;border-radius:12px;background:#edf3ff;color:#3157f4;font-size:21px;font-weight:900}.tpvy-builder-pro-benefits h3{margin:0 0 8px;font-size:19px}.tpvy-builder-pro-benefits p{margin:0;color:#64748b;line-height:1.55}.tpvy-builder-divider hr{margin:0}.tpvy-builder-spacer{width:100%}
@media(max-width:680px){.tpvy-builder-pro-hero-inner{width:calc(100% - 36px);padding-block:54px}.tpvy-pro-hero-nav{width:38px;height:38px}.tpvy-pro-hero-nav.is-prev{left:10px}.tpvy-pro-hero-nav.is-next{right:10px}.tpvy-builder-pro-gallery{grid-template-columns:1fr 1fr}.tpvy-builder-pro-benefits{grid-template-columns:1fr}.tpvy-builder-pro-banner{padding:34px 22px}}
@media(prefers-reduced-motion:reduce){.tpvy-pro-hero-slide,.tpvy-pro-hero-dots button{transition:none}}

/* Builder Pro Parity 2.0 generic content/navigation modules */
.tpvy-builder-pro-accordion>h2,.tpvy-builder-pro-tabs>h2{margin:0 0 18px}.tpvy-builder-pro-accordion details{border-top:1px solid var(--tpvy-color-border,#dfe5ef)}.tpvy-builder-pro-accordion details:last-child{border-bottom:1px solid var(--tpvy-color-border,#dfe5ef)}.tpvy-builder-pro-accordion summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 2px;list-style:none;cursor:pointer}.tpvy-builder-pro-accordion summary::-webkit-details-marker{display:none}.tpvy-builder-pro-accordion summary b{font-size:20px;font-weight:400;transition:transform .2s ease}.tpvy-builder-pro-accordion details[open] summary b{transform:rotate(45deg)}.tpvy-pro-accordion-body{padding:0 2px 20px;color:var(--tpvy-color-text,#475569);line-height:1.65}.tpvy-pro-accordion-body>:first-child{margin-top:0}.tpvy-pro-accordion-body>:last-child{margin-bottom:0}
.tpvy-pro-tablist{display:flex;gap:8px;overflow:auto;padding-bottom:10px;border-bottom:1px solid var(--tpvy-color-border,#dfe5ef)}.tpvy-pro-tablist button{flex:0 0 auto;padding:10px 14px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--tpvy-color-muted,#64748b);font:700 14px/1.2 var(--tpvy-font-body,inherit);cursor:pointer}.tpvy-pro-tablist button.is-active{border-color:#cbd8ff;background:#eef3ff;color:var(--tpvy-color-primary,#1264e5)}.tpvy-pro-tabpanels{padding-top:18px;color:var(--tpvy-color-text,#475569);line-height:1.65}.tpvy-pro-tabpanels>[hidden]{display:none!important}
.tpvy-builder-pro-testimonial{margin:0;padding:28px;border:1px solid var(--tpvy-color-border,#dfe5ef);background:#fff}.tpvy-builder-pro-testimonial.align-center{text-align:center}.tpvy-builder-pro-testimonial.align-right{text-align:right}.tpvy-pro-rating{margin-bottom:14px;color:#f59e0b;letter-spacing:.12em}.tpvy-builder-pro-testimonial blockquote{margin:0 0 18px;font-size:clamp(20px,2.4vw,31px);line-height:1.35;color:var(--tpvy-color-ink,#0f172a)}.tpvy-builder-pro-testimonial figcaption{display:grid;gap:2px}.tpvy-builder-pro-testimonial figcaption strong{font-size:14px}.tpvy-builder-pro-testimonial figcaption span{font-size:13px;color:var(--tpvy-color-muted,#64748b)}
.tpvy-builder-pro-cta{padding:clamp(30px,5vw,64px);background:var(--tpvy-color-surface-alt,#f3f6fb)}.tpvy-builder-pro-cta>div{max-width:820px}.tpvy-builder-pro-cta.align-center>div{margin-inline:auto;text-align:center}.tpvy-builder-pro-cta.align-right>div{margin-left:auto;text-align:right}.tpvy-builder-pro-cta .tpvy-eyebrow,.tpvy-builder-pro-location .tpvy-eyebrow,.tpvy-builder-pro-profile .tpvy-eyebrow{display:block;margin-bottom:10px;color:var(--tpvy-color-primary,#1264e5);font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.tpvy-builder-pro-cta h2{margin:0;font-size:clamp(30px,4vw,54px);line-height:1.05}.tpvy-builder-pro-cta p{margin:16px 0 24px;color:var(--tpvy-color-muted,#64748b);font-size:17px;line-height:1.6}.tpvy-pro-cta-actions{display:flex;flex-wrap:wrap;gap:10px}.tpvy-builder-pro-cta.align-center .tpvy-pro-cta-actions{justify-content:center}.tpvy-builder-pro-cta.align-right .tpvy-pro-cta-actions{justify-content:flex-end}
.tpvy-builder-pro-stats{display:grid;grid-template-columns:repeat(var(--tpvy-stats-cols,4),minmax(0,1fr));gap:16px}.tpvy-builder-pro-stats>div{padding:22px;border:1px solid var(--tpvy-color-border,#dfe5ef);background:#fff}.tpvy-builder-pro-stats strong{display:block;font-size:clamp(28px,4vw,48px);line-height:1;color:var(--tpvy-color-ink,#0f172a)}.tpvy-builder-pro-stats span{display:block;margin-top:8px;color:var(--tpvy-color-muted,#64748b);font-size:13px}
.tpvy-builder-pro-social>strong,.tpvy-builder-pro-links>strong{display:block;margin-bottom:12px}.tpvy-builder-pro-social>div{display:flex;flex-wrap:wrap;gap:8px}.tpvy-builder-pro-social a{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid var(--tpvy-color-border,#dfe5ef);border-radius:8px;color:var(--tpvy-color-ink,#0f172a);text-decoration:none}.tpvy-builder-pro-social a span{display:grid;place-items:center;min-width:26px;height:26px;border-radius:6px;background:#eef3ff;color:var(--tpvy-color-primary,#1264e5);font-size:10px;font-weight:900}.tpvy-builder-pro-social a b{font-size:13px}.tpvy-builder-pro-links ul{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid var(--tpvy-color-border,#dfe5ef)}.tpvy-builder-pro-links li{border-bottom:1px solid var(--tpvy-color-border,#dfe5ef)}.tpvy-builder-pro-links a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;color:var(--tpvy-color-ink,#0f172a);font-weight:650;text-decoration:none}.tpvy-builder-pro-links a:hover{color:var(--tpvy-color-primary,#1264e5)}
.tpvy-builder-pro-logo-strip>p{margin:0 0 18px;text-align:center}.tpvy-builder-pro-logo-strip>div{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:var(--tpvy-logo-gap,34px)}.tpvy-builder-pro-logo-strip figure{display:grid;place-items:center;width:150px;min-height:70px;margin:0}.tpvy-builder-pro-logo-strip img{display:block;max-width:100%;max-height:70px;width:auto;height:auto;object-fit:contain}.tpvy-builder-pro-logo-strip.is-grayscale img{filter:grayscale(1);opacity:.72}.tpvy-builder-pro-logo-strip .tpvy-pro-placeholder{width:100%;min-height:120px}
.tpvy-builder-pro-search>label{display:block;margin-bottom:8px}.tpvy-builder-pro-search>div{display:flex;gap:8px}.tpvy-builder-pro-search input[type=search]{flex:1;min-width:0;height:46px;padding:0 14px;border:1px solid var(--tpvy-color-border,#d1d9e6);border-radius:8px;background:#fff;color:var(--tpvy-color-ink,#0f172a);font:inherit}.tpvy-builder-pro-search .tpvy-builder-button{flex:0 0 auto}
.tpvy-builder-pro-hours,.tpvy-builder-pro-location,.tpvy-builder-pro-profile{padding:24px;border:1px solid var(--tpvy-color-border,#dfe5ef);background:#fff}.tpvy-builder-pro-hours h3,.tpvy-builder-pro-location h3,.tpvy-builder-pro-profile h2{margin:0 0 14px}.tpvy-builder-pro-hours ul{display:grid;gap:9px;margin:0;padding:0;list-style:none;color:var(--tpvy-color-text,#475569)}.tpvy-builder-pro-hours li{display:flex;justify-content:space-between;gap:20px;padding-bottom:9px;border-bottom:1px solid #edf1f6}.tpvy-builder-pro-hours li:last-child{border-bottom:0;padding-bottom:0}.tpvy-builder-pro-location address{margin:0 0 18px;color:var(--tpvy-color-text,#475569);font-style:normal;line-height:1.65}.tpvy-builder-pro-location address a{color:var(--tpvy-color-primary,#1264e5)}.tpvy-builder-pro-profile p{max-width:760px;color:var(--tpvy-color-text,#475569);line-height:1.65}.tpvy-pro-profile-meta{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.tpvy-pro-profile-meta span{padding:7px 10px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:12px}
@media(max-width:680px){.tpvy-builder-pro-stats{grid-template-columns:1fr 1fr}.tpvy-pro-tablist{margin-inline:-2px}.tpvy-builder-pro-search>div{flex-direction:column}.tpvy-builder-pro-search .tpvy-builder-button{width:100%}.tpvy-builder-pro-cta-actions{flex-direction:column}.tpvy-builder-pro-cta-actions .tpvy-builder-button{width:100%}.tpvy-builder-pro-logo-strip figure{width:110px}.tpvy-builder-pro-social a b{display:none}}
.tpvy-builder-html-anchor{display:block;position:relative;width:0;height:0;visibility:hidden}

/* TPVy Builder 1.3.3.3 · disabled objects remain selectable in private preview. */
.tpvy-builder-disabled-node{min-height:46px;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border:1px dashed #94a3b8;background:repeating-linear-gradient(135deg,rgba(148,163,184,.08),rgba(148,163,184,.08) 8px,rgba(255,255,255,.75) 8px,rgba(255,255,255,.75) 16px);color:#64748b;font:600 12px/1.3 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;opacity:.8}
.tpvy-builder-disabled-node strong{color:#334155}


/* --------------------------------------------------------------------------
 * TPVy Theme 1.3.4.0 — Advanced Background Engine
 * Universal video layers shared by sections, containers, grids, columns and
 * content modules. Media is decorative, pointer-safe and always behind content.
 * -------------------------------------------------------------------------- */
.tpvy-builder-has-bg-media{position:relative;isolation:isolate;overflow:hidden}
.tpvy-builder-has-bg-media>.tpvy-builder-bg-video,
.tpvy-builder-has-bg-media>.tpvy-builder-bg-overlay{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.tpvy-builder-has-bg-media>.tpvy-builder-bg-video{z-index:0;display:block;object-fit:var(--tpvy-bg-video-fit,cover);object-position:var(--tpvy-bg-video-position,center center);opacity:var(--tpvy-bg-video-opacity,1)}
.tpvy-builder-has-bg-media>.tpvy-builder-bg-overlay{z-index:1}
.tpvy-builder-has-bg-media>:not(.tpvy-builder-bg-video):not(.tpvy-builder-bg-overlay){position:relative;z-index:2}
@media(max-width:680px){.tpvy-builder-bg-video.is-mobile-hidden{display:none}}
@media(prefers-reduced-motion:reduce){.tpvy-builder-bg-video{display:none}}

/* --------------------------------------------------------------------------
 * TPVy Theme 1.3.7.3 — End-to-End Full Width Flow
 * Full-width is a property of the structural flow. It must never create a
 * synthetic 100vw box inside a Grid, because that pushes siblings into an
 * apparent “extra module / row”.
 * -------------------------------------------------------------------------- */
.tpvy-builder-section.is-full-bleed,
.tpvy-builder-container.is-full-bleed{
	width:100%!important;
	max-width:none!important;
	margin-left:0!important;
	margin-right:0!important;
}
.tpvy-builder-container.is-full-bleed{
	padding-left:0!important;
	padding-right:0!important;
}
/* Content modules may fill the space assigned by their structural parent,
 * but they never escape the Grid on their own. */
.tpvy-builder-force-full-width{
	width:100%!important;
	max-width:none!important;
	margin-left:0!important;
	margin-right:0!important;
	align-self:stretch!important;
}
/* A Column request is intentionally geometry-neutral. The Renderer promotes
 * it to the parent Grid (`is-full-section`) while keeping the original span. */
.tpvy-builder-column.has-full-width-request{
	width:100%!important;
	max-width:none!important;
}

/* v1.3.7.3 · A promoted full-width structural chain must be 100% at every level. */
.tpvy-builder-container.has-full-width-request{
	width:100%!important;
	max-width:none!important;
	padding-left:0!important;
	padding-right:0!important;
	margin-left:0!important;
	margin-right:0!important;
}
.tpvy-builder-container.has-full-width-request>.tpvy-builder-grid{
	width:100%!important;
	max-width:none!important;
	left:auto!important;
	margin-left:0!important;
	margin-right:0!important;
}
.tpvy-builder-grid.has-full-width-request>.tpvy-builder-column{min-width:0}
.tpvy-builder-grid.has-full-width-request>.tpvy-builder-column.has-full-width-request{width:100%!important;max-width:none!important}



/* TPVy Theme 1.3.7.8 — selection colors + sticky main menu compatibility in native Builder preview. */
.tpvy-native-builder-preview [data-tpvy-node-type="section"].is-tpvy-builder-selected{outline-color:#f97316!important}
.tpvy-native-builder-preview [data-tpvy-node-type="container"].is-tpvy-builder-selected{outline-color:#7c3aed!important}
.tpvy-native-builder-preview [data-tpvy-node-type="grid"].is-tpvy-builder-selected{outline-color:#16a34a!important}
.tpvy-native-builder-preview [data-tpvy-node-type="column"].is-tpvy-builder-selected{outline-color:#0891b2!important}
.tpvy-native-builder-preview [data-tpvy-node-id].is-tpvy-builder-selected:not([data-tpvy-node-type="section"]):not([data-tpvy-node-type="container"]):not([data-tpvy-node-type="grid"]):not([data-tpvy-node-type="column"]){outline-color:#3157f4!important}
