.ubm-hero{padding:var(--space-section-inner) 0}@media(min-width:768px){.ubm-hero{padding:var(--space-section-inner-lg) 0}}.ubm-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:center}.ubm-hero-title{margin-top:var(--space-component);margin-bottom:var(--space-stack)}.ubm-hero-subtitle{max-width:30rem;font-size:clamp(1.35rem,2.2vw,1.65rem);line-height:1.5}.ubm-hero-video{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:16 / 9;background:#111}.ubm-hero-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.ubm-video-poster{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;cursor:pointer;background:url(/assets/ubm/video-thumbnail.jpg) center / cover no-repeat;z-index:1}.ubm-video-play-btn{background:none;border:none;cursor:pointer;padding:0;transition:transform .2s ease}.ubm-video-play-btn:hover{transform:scale(1.1)}.ubm-hero-secondary{display:flex;align-items:center;gap:.75rem;margin-top:.5rem;color:var(--text-muted-on-dark);font-size:.92rem}.ubm-hero-secondary a{color:var(--accent);text-decoration:none;font-weight:400}.ubm-hero-secondary a:hover{text-decoration:underline}.ubm-value-section{padding:clamp(3rem,6vw,6rem) 0}.ubm-value-header{text-align:center;margin-bottom:clamp(2rem,4vw,3.5rem)}.ubm-value-subheader{text-align:center;max-width:48rem;margin:.75rem auto 0;color:var(--text-secondary-on-dark);font-size:clamp(1.2rem,1.8vw,1.45rem);font-weight:400;line-height:1.55}.ubm-value-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.ubm-value-card{border-radius:12px;overflow:hidden;background:#fafbfb0f;border:1px solid rgba(250,251,251,.1);display:flex;flex-direction:column}.ubm-value-card-image{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block}.ubm-value-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.ubm-value-card-body h3{color:var(--text-inverse);font-size:1.15rem;font-weight:500;margin:0;line-height:1.25}.ubm-value-card-body p{color:var(--text-muted-on-dark);font-size:.9rem;margin:0;line-height:1.55}.ubm-testimonials{padding:clamp(3rem,6vw,6rem) 0}.ubm-testimonial-tabs{display:flex;gap:.5rem;margin-bottom:2rem;justify-content:center}.ubm-testimonial-tab{padding:.55rem 1.15rem .75rem;border-radius:48px;border:1px solid rgba(250,251,251,.18);background:transparent;color:var(--text-secondary-on-dark);font-size:.78rem;font-weight:400;letter-spacing:.06em;cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease;position:relative;overflow:hidden}.ubm-tab-label{position:relative;z-index:1}.ubm-tab-progress{position:absolute;bottom:0;left:0;height:3px;width:0%;background:var(--accent);border-radius:0 0 48px 48px}.ubm-testimonial-tab:hover{border-color:var(--border-on-dark)}.ubm-testimonial-tab[data-active=true]{background:#fafbfb1f;color:var(--text-inverse);border-color:var(--border-on-dark)}.ubm-testimonial-stack{display:grid}.ubm-testimonial-stack>.ubm-testimonial-card{grid-area:1 / 1}.ubm-testimonial-card{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:12px;overflow:hidden;background:#fafbfb0a;border:1px solid rgba(250,251,251,.1)}.ubm-testimonial-card[data-hidden=true]{visibility:hidden;pointer-events:none}.ubm-testimonial-image{width:100%;height:100%;min-height:320px;object-fit:cover;display:block}.ubm-testimonial-content{padding:clamp(1.5rem,3vw,2.5rem);display:flex;flex-direction:column;justify-content:center;gap:1.25rem}.ubm-testimonial-logo{height:4rem;width:auto;max-width:70%;object-fit:contain;object-position:left center;filter:brightness(0) invert(1);align-self:flex-start}.ubm-testimonial-quote{color:var(--text-inverse);font-size:1.5rem;font-weight:300;line-height:1.55;margin:0}.ubm-testimonial-byline{display:flex;flex-direction:column;gap:.15rem;margin-top:.75rem}.ubm-testimonial-name{color:var(--text-inverse);font-size:.95rem;font-weight:400}.ubm-testimonial-role{color:var(--text-faint-on-dark);font-size:.82rem}.ubm-testimonial-case-study-link{color:var(--accent);font-size:.9rem;font-weight:500;text-decoration:none;margin-top:.5rem;transition:opacity .2s ease}.ubm-testimonial-case-study-link:hover{opacity:.8}.ubm-insights-section{padding:clamp(3rem,6vw,6rem) 0}.ubm-insights-header{margin-bottom:clamp(2rem,4vw,3rem)}.ubm-insights-grid{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.ubm-insight-card{border-radius:12px;overflow:hidden;background:#fafbfb0a;border:1px solid rgba(250,251,251,.1);display:flex;flex-direction:column;width:calc((100% - 2.5rem) / 3)}.ubm-insight-card-visual{position:relative;overflow:hidden}.ubm-insight-card-image{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;transition:transform .4s ease}.ubm-insight-card:hover .ubm-insight-card-image{transform:scale(1.05)}.ubm-insight-card-overlay{position:absolute;inset:0;background:#000000bf;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .3s ease}.ubm-insight-card:hover .ubm-insight-card-overlay{opacity:1}.ubm-insight-card:hover .ubm-insight-peek-label{opacity:0}.ubm-insight-peek-label{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);background:var(--accent);color:var(--text-primary);font-size:.85rem;font-weight:600;letter-spacing:.04em;padding:.4rem 1.1rem;border-radius:24px;z-index:1;pointer-events:none;transition:opacity .3s ease;white-space:nowrap}.ubm-insight-metrics{display:flex;gap:1.5rem}.ubm-insight-metric{display:flex;flex-direction:column;align-items:center;gap:.15rem}.ubm-insight-metric-number{color:var(--text-inverse);font-size:1.6rem;font-weight:600}.ubm-insight-metric-desc{color:var(--text-muted-on-dark);font-size:.85rem}.ubm-insight-card-body{padding:clamp(1.25rem,2.5vw,1.5rem);display:flex;flex-direction:column;gap:.5rem;flex:1}.ubm-insight-card-body h3{color:var(--text-inverse);font-size:1.15rem;font-weight:500;margin:0;line-height:1.25}.ubm-insight-card-body p{color:var(--text-muted-on-dark);font-size:.92rem;margin:0;line-height:1.55}.ubm-steps-section{padding:clamp(3rem,6vw,6rem) 0}.ubm-steps-header{margin-bottom:clamp(2rem,4vw,3rem)}.ubm-steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.ubm-step-heading{display:flex;align-items:center;gap:.75rem}.ubm-step-card{border-radius:12px;overflow:hidden;background:#fafbfb0a;border:1px solid rgba(250,251,251,.1);padding:clamp(1.5rem,2.5vw,2rem);display:flex;flex-direction:column;gap:1rem}.ubm-step-card--wide{grid-column:span 2;flex-direction:row;align-items:center;gap:clamp(1.5rem,3vw,2.5rem);padding:0}.ubm-step-card--wide .ubm-step-card-body{padding:clamp(1.5rem,2.5vw,2rem);flex:0 0 45%;display:flex;flex-direction:column;gap:.75rem}.ubm-step-card--wide .ubm-step-card-image{flex:1;max-height:320px;object-fit:cover;border-radius:0}.ubm-step-card--horizontal{flex-direction:row;align-items:center;gap:clamp(1rem,2vw,1.5rem);padding:0}.ubm-step-card--horizontal .ubm-step-card-body{padding:clamp(1.25rem,2vw,1.75rem);flex:1;display:flex;flex-direction:column;gap:.75rem}.ubm-step-card--horizontal .ubm-step-card-image{flex:0 0 45%;max-height:280px;object-fit:contain;border-radius:0;margin:0}.ubm-step-card-image{width:100%;max-height:200px;object-fit:contain;margin-top:auto}.ubm-step-number{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#d3ed3126;color:var(--accent);font-size:.95rem;font-weight:600;flex-shrink:0}.ubm-step-card h3{color:var(--text-inverse);font-size:1.35rem;font-weight:500;margin:0;line-height:1.25}.ubm-step-card p{color:var(--text-muted-on-dark);font-size:1rem;margin:0;line-height:1.55}.ubm-hero-upload-prompt{color:var(--text-secondary-on-dark);font-size:.95rem;margin-top:1rem}.ubm-cta-section{padding:clamp(3rem,6vw,6rem) 0 clamp(4rem,7vw,7rem)}.ubm-cta-card .button{white-space:nowrap;flex-shrink:0}.ubm-cta-card{display:flex;align-items:center;justify-content:space-between;gap:2rem;border:1px solid rgba(250,251,251,.12);border-left:4px solid var(--border-accent);border-radius:10px;background:#fafbfb0a;padding:clamp(1.5rem,2.5vw,2.25rem) clamp(1.5rem,3vw,2.5rem);max-width:48rem;margin:0 auto}.ubm-cta-copy h2{color:var(--text-inverse);font-size:clamp(1.25rem,2vw,1.75rem);font-weight:300;margin:0;line-height:1.2}.ubm-cta-copy p{color:var(--text-muted-on-dark);font-size:.92rem;margin:.35rem 0 0;line-height:1.5}@media(max-width:900px){.ubm-hero-grid,.ubm-value-cards,.ubm-testimonial-card{grid-template-columns:1fr}.ubm-testimonial-image{min-height:200px;max-height:280px}.ubm-insight-card{width:100%}.ubm-steps-grid{grid-template-columns:1fr}.ubm-step-card--wide{grid-column:span 1;flex-direction:column}.ubm-step-card--wide .ubm-step-card-body{flex:auto}.ubm-step-card--wide .ubm-step-card-image{max-height:240px;width:100%}.ubm-step-card--horizontal{flex-direction:column}.ubm-step-card--horizontal .ubm-step-card-body{flex:auto;padding:1.25rem}.ubm-step-card--horizontal .ubm-step-card-image{flex:auto;max-height:200px;width:100%}.ubm-cta-card{flex-direction:column;align-items:flex-start}}@media(min-width:901px)and (max-width:1100px){.ubm-value-cards{grid-template-columns:1fr 1fr}.ubm-insight-card{width:calc((100% - 1.25rem)/2)}}@media(max-width:600px){.ubm-insight-card{width:100%}}
