:root {
  --ubv-yellow: #fffc00;
  --ubv-black: #050505;
  --ubv-white: #fff;
  --ubv-cloud: #f3f4f6;
  --ubv-blue: #3157ff;
  --ubv-coral: #ff5b48;
  --ubv-green: #18a865;
  --ubv-muted: #66666d;
}

.ub-home2 { background: #fff; color: var(--ubv-black); font-family: "DM Sans", "Inter", sans-serif; overflow: hidden; }
.ub-home2 * { box-sizing: border-box; }
.ub-home2 h1,
.ub-home2 h2,
.ub-home2 h3 { color: inherit; font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-weight: 800; letter-spacing: -.025em; margin: 0; }
.ub-home2 p { margin-top: 0; }

body:has(.ub-home2) #header .navbar-brand-logo { filter: brightness(0) invert(1); }
body:has(.ub-home2) #header .nav-link { color: rgba(255,255,255,.78); }
body:has(.ub-home2) #header .nav-link:hover { color: #fff; }
body:has(.ub-home2) #header .btn-dark { background: transparent; border-color: #fff; color: #fff; }
body:has(.ub-home2) #header .btn-primary { background: var(--ubv-yellow); border-color: var(--ubv-yellow); color: #000; }
body:has(.ub-home2) #header.navbar-scrolled .navbar-brand-logo { filter: none !important; }
body:has(.ub-home2) #header.navbar-scrolled .nav-link { color: #303037 !important; }
body:has(.ub-home2) #header.navbar-scrolled .nav-link:hover { color: #000; }
body:has(.ub-home2) #header.navbar-scrolled .btn-dark { border-color: #111; color: #111; }

#funciones,
#torneos,
#precios { scroll-margin-top: 60px; }

.ubv-hero { background: var(--ubv-black); color: #fff; isolation: isolate; min-height: 790px; overflow: hidden; padding: 164px 0 96px; position: relative; }
.ubv-hero::before { background: radial-gradient(circle at 76% 42%, rgba(255,252,0,.14), transparent 24%), radial-gradient(circle at 92% 18%, rgba(49,87,255,.14), transparent 20%); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 0; }
.ubv-hero-layout { align-items: center; display: grid; gap: 68px; grid-template-columns: minmax(0, 1fr) minmax(470px, .92fr); position: relative; z-index: 2; }
.ubv-hero h1 { font-size: clamp(46px, 4.5vw, 62px); line-height: .99; max-width: 750px; }
.ubv-hero h1 em { color: var(--ubv-yellow); font-style: normal; }
.ubv-hero-copy > p { color: #d1d1d5; font-size: 18px; line-height: 1.58; margin: 30px 0 32px; max-width: 650px; }
.ubv-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 26px; }
.ubv-btn { align-items: center; border: 0; border-radius: 999px; display: inline-flex; font-size: 15px; font-weight: 800; justify-content: center; min-height: 55px; padding: 0 29px; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.ubv-btn:hover { transform: translateY(-3px); }
.ubv-btn-yellow { background: var(--ubv-yellow); color: #000 !important; }
.ubv-btn-yellow:hover { background: #fff; }
.ubv-btn-black { background: #050505; color: #fff !important; }
.ubv-btn-black:hover { background: #242424; }
.ubv-btn-outline { border: 2px solid #050505; color: #050505 !important; }
.ubv-btn-outline:hover { background: #050505; color: #fff !important; }
.ubv-link { align-items: center; color: inherit; display: inline-flex; font-size: 14px; font-weight: 800; gap: 9px; text-decoration: none; }
.ubv-link i { transition: transform .2s ease; }
.ubv-link:hover i { transform: translateX(4px); }
.ubv-hero .ubv-link,
.ubv-final .ubv-link { color: #fff; }
.ubv-hero-trust { border-top: 1px solid #343438; display: flex; flex-wrap: wrap; gap: 13px 26px; margin-top: 43px; max-width: 680px; padding-top: 19px; }
.ubv-hero-trust span { align-items: center; color: #b7b7bc; display: inline-flex; font-size: 11px; font-weight: 700; gap: 7px; }
.ubv-hero-trust i { color: var(--ubv-yellow); font-size: 15px; }

.ubv-field-lines { animation: ubv-field-drift 11s ease-in-out infinite; border: 1px solid rgba(255,255,255,.14); height: 560px; pointer-events: none; position: absolute; right: -7vw; top: 118px; transform: perspective(900px) rotateY(-13deg) rotateZ(-7deg); width: min(61vw, 910px); z-index: 1; }
.ubv-field-lines::before { border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ""; height: 235px; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 235px; }
.ubv-field-lines::after { background: rgba(255,255,255,.12); content: ""; height: 100%; left: 50%; position: absolute; top: 0; width: 1px; }
.ubv-field-lines i { border: 1px solid rgba(255,255,255,.12); position: absolute; }
.ubv-field-lines i:nth-child(1), .ubv-field-lines i:nth-child(2) { height: 210px; top: 50%; transform: translateY(-50%); width: 95px; }
.ubv-field-lines i:nth-child(1) { border-left: 0; left: 0; }
.ubv-field-lines i:nth-child(2) { border-right: 0; right: 0; }
.ubv-field-lines i:nth-child(3), .ubv-field-lines i:nth-child(4) { background: rgba(255,252,0,.62); border: 0; border-radius: 50%; box-shadow: 0 0 24px rgba(255,252,0,.7); height: 5px; width: 5px; }
.ubv-field-lines i:nth-child(3) { animation: ubv-signal-run 7s linear infinite; left: 14%; top: 22%; }
.ubv-field-lines i:nth-child(4) { animation: ubv-signal-run 7s 3.5s linear infinite reverse; bottom: 17%; right: 17%; }

.ubv-hero-product { display: grid; gap: 14px; grid-template-columns: minmax(0, 1.35fr) minmax(175px, .65fr); isolation: isolate; min-height: 490px; position: relative; }
.ubv-hero-product::before { animation: ubv-product-light-spin 14s linear infinite; background: conic-gradient(from 10deg, transparent 0 10%, rgba(255,252,0,.78) 22%, rgba(49,87,255,.7) 37%, transparent 50%, rgba(0,220,255,.62) 63%, transparent 76%, rgba(255,252,0,.58) 88%, transparent); border-radius: 48%; bottom: -18%; content: ""; filter: blur(52px); left: 0; mix-blend-mode: screen; opacity: .92; pointer-events: none; position: absolute; right: -18%; top: -18%; will-change: transform, opacity; z-index: 0; }
.ubv-hero-product::after { animation: ubv-product-light-pulse 6.5s ease-in-out infinite alternate; background: radial-gradient(circle at 24% 44%, rgba(49,87,255,.58), transparent 35%), radial-gradient(circle at 76% 30%, rgba(255,252,0,.62), transparent 32%), radial-gradient(circle at 63% 82%, rgba(0,220,255,.45), transparent 31%); bottom: -10%; content: ""; filter: blur(26px); left: 0; opacity: .9; pointer-events: none; position: absolute; right: -10%; top: -10%; will-change: transform, opacity; z-index: 0; }
.ubv-hero-photo,
.ubv-hero-stack,
.ubv-product-signal { z-index: 2; }
.ubv-hero-photo { border-radius: 18px; margin: 0; min-height: 490px; overflow: hidden; position: relative; }
.ubv-hero-photo::after { background: linear-gradient(180deg, transparent 38%, rgba(0,0,0,.82)); content: ""; inset: 0; position: absolute; z-index: 1; }
.ubv-hero-photo img { animation: ubv-photo-breathe 12s ease-in-out infinite; height: 100%; object-fit: cover; object-position: center; position: absolute; transform: scale(1.025); width: 100%; }
.ubv-photo-scan { animation: ubv-photo-scan 6s ease-in-out infinite; background: linear-gradient(180deg, transparent, rgba(255,252,0,.3), transparent); height: 24%; left: 0; position: absolute; top: -28%; width: 100%; z-index: 2; }
.ubv-photo-corner { border-color: var(--ubv-yellow); border-style: solid; height: 38px; position: absolute; width: 38px; z-index: 3; }
.ubv-photo-corner-a { border-width: 2px 0 0 2px; left: 16px; top: 16px; }
.ubv-photo-corner-b { border-width: 0 2px 2px 0; bottom: 16px; right: 16px; }
.ubv-hero-photo figcaption { bottom: 21px; display: flex; flex-direction: column; left: 21px; position: absolute; z-index: 4; }
.ubv-hero-photo figcaption span { color: var(--ubv-yellow); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.ubv-hero-photo figcaption b { font-size: 16px; margin-top: 4px; }
.ubv-hero-stack { display: grid; gap: 14px; grid-template-rows: .82fr 1.18fr; }
.ubv-availability,
.ubv-next-booking { border-radius: 18px; overflow: hidden; padding: 21px; }
.ubv-availability { background: var(--ubv-yellow); color: #000; display: flex; flex-direction: column; justify-content: center; }
.ubv-availability > span { font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.ubv-availability > strong { font-family: "Barlow Condensed", sans-serif; font-size: 82px; line-height: .82; margin: 17px 0 13px; }
.ubv-availability > small { font-size: 11px; font-weight: 800; }
.ubv-next-booking { background: #fff; color: #050505; }
.ubv-next-booking header { align-items: center; display: flex; font-size: 9px; font-weight: 900; justify-content: space-between; letter-spacing: .08em; }
.ubv-next-booking header i { background: #ff453a; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,69,58,.14); height: 7px; width: 7px; }
.ubv-next-booking time { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 53px; font-weight: 800; line-height: 1; margin-top: 25px; }
.ubv-next-booking time small { font-family: "DM Sans", sans-serif; font-size: 10px; }
.ubv-next-booking p { display: flex; flex-direction: column; margin: 13px 0 17px; }
.ubv-next-booking p b { font-size: 13px; }
.ubv-next-booking p span { color: #777; font-size: 10px; margin-top: 2px; }
.ubv-next-booking footer { border-top: 1px solid #e2e2e5; display: flex; flex-direction: column; font-size: 9px; padding-top: 13px; }
.ubv-next-booking footer strong { font-size: 12px; margin-top: 3px; }
.ubv-availability { animation: ubv-card-float 7s ease-in-out infinite; }
.ubv-next-booking { animation: ubv-card-float 7s 1.4s ease-in-out infinite; }
.ubv-product-signal { align-items: center; backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.2); box-shadow: 0 18px 48px rgba(0,0,0,.28); display: flex; position: absolute; z-index: 6; }
.ubv-product-signal-top { animation: ubv-card-float 6s .7s ease-in-out infinite; background: rgba(12,13,17,.88); border-radius: 12px; gap: 11px; left: 24px; padding: 12px 15px; top: -30px; }
.ubv-product-signal-top > i { align-items: center; background: var(--ubv-yellow); border-radius: 50%; color: #000; display: flex; height: 30px; justify-content: center; width: 30px; }
.ubv-product-signal-top p { display: flex; flex-direction: column; margin: 0; }
.ubv-product-signal-top b { font-size: 10px; }
.ubv-product-signal-top span { color: #a9aab0; font-size: 8px; margin-top: 2px; }
.ubv-product-signal-bottom { animation: ubv-card-float 6s 2.1s ease-in-out infinite; background: rgba(255,255,255,.94); border-radius: 12px; bottom: -32px; color: #111; flex-direction: column; left: 43%; padding: 13px 15px; width: 190px; }
.ubv-product-signal-bottom p { align-items: end; display: flex; justify-content: space-between; margin: 0 0 9px; width: 100%; }
.ubv-product-signal-bottom p span { font-size: 7px; font-weight: 900; letter-spacing: .07em; }
.ubv-product-signal-bottom p b { font-family: "Barlow Condensed", sans-serif; font-size: 24px; line-height: .8; }
.ubv-product-signal-bottom > i { background: #e1e1e5; border-radius: 999px; height: 5px; overflow: hidden; width: 100%; }
.ubv-product-signal-bottom > i b { animation: ubv-progress 3.2s ease-in-out infinite alternate; background: var(--ubv-blue); display: block; height: 100%; width: 72%; }

@keyframes ubv-field-drift { 0%,100% { transform: perspective(900px) rotateY(-13deg) rotateZ(-7deg) translate3d(0,0,0); } 50% { transform: perspective(900px) rotateY(-10deg) rotateZ(-5deg) translate3d(-14px,8px,0); } }
@keyframes ubv-product-light-spin { 0% { opacity: .74; transform: rotate(0deg) scale(.9); } 50% { opacity: 1; transform: rotate(180deg) scale(1.1); } 100% { opacity: .74; transform: rotate(360deg) scale(.9); } }
@keyframes ubv-product-light-pulse { 0% { opacity: .65; transform: translate3d(-5%,-3%,0) scale(.9); } 100% { opacity: 1; transform: translate3d(6%,5%,0) scale(1.14); } }
@keyframes ubv-signal-run { 0% { opacity: .2; transform: translate3d(0,0,0); } 50% { opacity: 1; transform: translate3d(80px,45px,0); } 100% { opacity: .2; transform: translate3d(165px,5px,0); } }
@keyframes ubv-photo-breathe { 0%,100% { transform: scale(1.025); } 50% { transform: scale(1.075); } }
@keyframes ubv-photo-scan { 0%,15% { opacity: 0; top: -28%; } 35%,70% { opacity: .85; } 88%,100% { opacity: 0; top: 108%; } }
@keyframes ubv-card-float { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-7px,0); } }
@keyframes ubv-progress { from { width: 56%; } to { width: 72%; } }

.ubv-yellow-band { background: var(--ubv-yellow); padding: 90px 0 78px; }
.ubv-yellow-band h2 { font-size: clamp(44px, 4.7vw, 66px); line-height: .98; max-width: 810px; }
.ubv-control-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; }
.ubv-control-grid > div { border-left: 1px solid rgba(0,0,0,.28); padding: 3px 28px 0; }
.ubv-control-grid > div:first-child { border-left: 0; padding-left: 0; }
.ubv-control-grid b { font-size: 18px; }
.ubv-control-grid p { font-size: 13px; line-height: 1.48; margin: 11px 0 0; max-width: 215px; }

.ubv-reservations { padding: 116px 0 126px; }
.ubv-section-heading { max-width: 850px; }
.ubv-section-heading > span,
.ubv-finance-copy > span,
.ubv-tournament-copy > span,
.ubv-cloud-copy > span,
.ubv-pricing-heading > span,
.ubv-faq-intro > span { display: block; font-size: 12px; font-weight: 900; letter-spacing: .12em; margin-bottom: 19px; text-transform: uppercase; }
.ubv-section-heading h2,
.ubv-finance-copy h2,
.ubv-tournament-copy h2,
.ubv-cloud-copy h2,
.ubv-pricing-heading h2,
.ubv-faq-intro h2,
.ubv-final h2 { font-size: clamp(40px, 4.15vw, 58px); line-height: .99; }
.ubv-section-heading > p { color: var(--ubv-muted); font-size: 17px; line-height: 1.6; margin: 25px 0 0; max-width: 710px; }
.ubv-calendar-showcase { align-items: center; display: grid; gap: 70px; grid-template-columns: minmax(0, 1.32fr) minmax(300px, .68fr); margin-top: 75px; }
.ubv-calendar-ui { background: #fff; border: 1px solid #dedee3; border-radius: 18px; box-shadow: 0 24px 65px rgba(21,27,39,.1); overflow: hidden; }
.ubv-calendar-ui > header { align-items: center; border-bottom: 1px solid #e7e7ea; display: flex; justify-content: space-between; padding: 19px 21px; }
.ubv-calendar-ui > header div { display: flex; flex-direction: column; }
.ubv-calendar-ui > header b { font-size: 13px; }
.ubv-calendar-ui > header span { color: #888; font-size: 9px; margin-top: 3px; }
.ubv-calendar-ui > header button { background: var(--ubv-blue); border: 0; border-radius: 999px; color: #fff; font-size: 9px; font-weight: 800; padding: 9px 13px; }
.ubv-calendar-grid { display: grid; grid-template-columns: 55px repeat(3, 1fr); min-height: 390px; padding: 16px 14px 18px; }
.ubv-hours { display: grid; grid-template-rows: 31px repeat(6, 1fr); padding-top: 31px; }
.ubv-hours span { color: #999; font-size: 8px; padding-top: 4px; }
.ubv-court-column { border-left: 1px solid #e8e8eb; display: grid; grid-template-rows: 31px repeat(6, 1fr); min-width: 0; padding: 0 7px; position: relative; }
.ubv-court-column > b { font-size: 9px; text-align: center; }
.ubv-court-column::after { background: repeating-linear-gradient(to bottom, transparent 0, transparent calc(16.666% - 1px), #ededf0 calc(16.666% - 1px), #ededf0 16.666%); bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 31px; }
.booking { border-radius: 8px; display: flex; flex-direction: column; grid-row: calc(var(--start) + 1) / span var(--span); margin: 3px 0; min-height: 0; padding: 9px; position: relative; z-index: 1; }
.booking strong { font-size: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.booking span,
.booking small { font-size: 7px; margin-top: 3px; }
.booking small { font-weight: 800; margin-top: auto; }
.booking-blue { background: #3157ff; color: #fff; }
.booking-yellow { background: #fffca8; }
.booking-coral { background: #ff6b59; color: #fff; }
.booking-white { background: #f0f0f3; }
.booking-green { background: #bcefd7; }
.ubv-calendar-copy > div { border-top: 1px solid #d7d7dc; display: grid; gap: 13px 17px; grid-template-columns: 31px 1fr; padding: 22px 0; }
.ubv-calendar-copy > div > span { color: #8a8a91; font-size: 11px; font-weight: 800; padding-top: 4px; }
.ubv-calendar-copy h3 { font-family: "DM Sans", sans-serif; font-size: 17px; letter-spacing: 0; }
.ubv-calendar-copy p { color: var(--ubv-muted); font-size: 13px; grid-column: 2; line-height: 1.52; margin: -7px 0 0; }

.ubv-finance { background: var(--ubv-black); color: #fff; padding: 116px 0; }
.ubv-finance-layout { align-items: center; display: grid; gap: 105px; grid-template-columns: 1fr .92fr; }
.ubv-finance-copy > p { color: #c2c2c7; font-size: 17px; line-height: 1.6; margin: 27px 0 30px; max-width: 620px; }
.ubv-finance-copy ul { list-style: none; margin: 0; padding: 0; }
.ubv-finance-copy li { align-items: center; color: #dedee2; display: flex; font-size: 13px; gap: 10px; padding: 7px 0; }
.ubv-finance-copy li i { color: var(--ubv-yellow); font-size: 18px; }
.ubv-finance-ui { background: #fff; border-radius: 18px; color: #050505; overflow: hidden; padding: 24px; }
.ubv-finance-ui > header { align-items: center; display: flex; font-size: 10px; font-weight: 900; justify-content: space-between; letter-spacing: .09em; }
.ubv-finance-total { background: var(--ubv-yellow); border-radius: 12px; display: flex; flex-direction: column; margin: 22px 0; padding: 21px; }
.ubv-finance-total span { font-size: 10px; font-weight: 800; }
.ubv-finance-total strong { font-family: "Barlow Condensed", sans-serif; font-size: 44px; line-height: 1; margin: 9px 0 5px; }
.ubv-finance-total small { color: #5b5900; font-size: 9px; }
.ubv-finance-bars > span { display: grid; gap: 4px 10px; grid-template-columns: 1fr auto; margin-top: 15px; }
.ubv-finance-bars > span::before { background: #e8e8eb; border-radius: 4px; content: ""; grid-column: 1 / -1; grid-row: 2; height: 7px; }
.ubv-finance-bars i { background: var(--ubv-blue); border-radius: 4px; grid-column: 1 / -1; grid-row: 2; height: 7px; position: relative; z-index: 1; }
.ubv-finance-bars span:nth-child(2) i { background: var(--ubv-coral); }
.ubv-finance-bars span:nth-child(3) i { background: var(--ubv-green); }
.ubv-finance-bars b,
.ubv-finance-bars em { font-size: 9px; font-style: normal; }
.ubv-finance-ui > footer { border-top: 1px solid #dedee2; display: grid; gap: 22px; grid-template-columns: 1fr 1fr; margin-top: 24px; padding-top: 19px; }
.ubv-finance-ui footer p { display: flex; flex-direction: column; margin: 0; }
.ubv-finance-ui footer span { color: #777; font-size: 9px; }
.ubv-finance-ui footer b { font-size: 17px; margin-top: 3px; }

.ubv-tournaments { background: var(--ubv-yellow); padding: 112px 0; }
.ubv-tournament-layout { align-items: center; display: grid; gap: 85px; grid-template-columns: .88fr 1.12fr; }
.ubv-tournament-copy > p { font-size: 17px; line-height: 1.58; margin: 27px 0 28px; max-width: 585px; }
.ubv-tournament-points { border-top: 1px solid rgba(0,0,0,.28); display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 31px; }
.ubv-tournament-points span { border-bottom: 1px solid rgba(0,0,0,.28); font-size: 12px; font-weight: 800; padding: 12px 0; }
.ubv-tournament-points span:nth-child(odd) { border-right: 1px solid rgba(0,0,0,.28); }
.ubv-tournament-points span:nth-child(even) { padding-left: 17px; }
.ubv-tournament-media { display: grid; gap: 13px; grid-template-columns: 1fr .55fr; min-height: 455px; }
.ubv-tournament-media figure { border-radius: 18px; margin: 0; overflow: hidden; position: relative; }
.ubv-tournament-media figure::after { background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.75)); content: ""; inset: 0; position: absolute; }
.ubv-tournament-media img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
.ubv-tournament-media figcaption { bottom: 20px; color: #fff; display: flex; flex-direction: column; left: 20px; position: absolute; z-index: 1; }
.ubv-tournament-media figcaption span { color: var(--ubv-yellow); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.ubv-tournament-media figcaption b { font-size: 15px; margin-top: 4px; }
.ubv-tournament-score { background: #fff; border-radius: 18px; padding: 20px; }
.ubv-tournament-score header { align-items: center; display: flex; font-size: 8px; font-weight: 900; justify-content: space-between; letter-spacing: .06em; }
.ubv-tournament-score header b { color: var(--ubv-green); }
.ubv-tournament-score p { align-items: center; border-bottom: 1px solid #e4e4e7; display: grid; gap: 10px; grid-template-columns: 30px 1fr auto; margin: 27px 0 0; padding-bottom: 14px; }
.ubv-tournament-score p i { align-items: center; background: var(--ubv-blue); border-radius: 50%; color: #fff; display: flex; font-size: 8px; font-style: normal; font-weight: 900; height: 30px; justify-content: center; width: 30px; }
.ubv-tournament-score p:nth-of-type(2) i { background: var(--ubv-coral); }
.ubv-tournament-score p span { font-size: 9px; font-weight: 800; }
.ubv-tournament-score p strong { font-family: "Barlow Condensed", sans-serif; font-size: 34px; }
.ubv-tournament-score footer { color: #777; font-size: 9px; margin-top: 22px; }
.ubv-tournament-score footer b { color: #050505; margin-left: 6px; }

.ubv-modules { padding: 116px 0; }
.ubv-section-heading-center { margin: 0 auto; text-align: center; }
.ubv-module-list { border-top: 1px solid #d8d8dc; display: grid; grid-template-columns: 1fr 1fr; margin-top: 69px; }
.ubv-module-list article { align-items: start; border-bottom: 1px solid #d8d8dc; display: grid; gap: 12px 18px; grid-template-columns: 34px 1fr 36px; padding: 28px 24px 28px 0; }
.ubv-module-list article:nth-child(odd) { border-right: 1px solid #d8d8dc; }
.ubv-module-list article:nth-child(even) { padding-left: 28px; }
.ubv-module-list article > b { color: #898990; font-size: 10px; padding-top: 4px; }
.ubv-module-list article > h3 { font-family: "DM Sans", sans-serif; font-size: 17px; letter-spacing: 0; }
.ubv-module-list article > p { color: var(--ubv-muted); font-size: 13px; grid-column: 2; line-height: 1.55; margin: -5px 0 0; max-width: 460px; }
.ubv-module-list article > i { align-items: center; background: var(--ubv-cloud); border-radius: 50%; display: flex; font-size: 16px; grid-column: 3; grid-row: 1 / span 2; height: 36px; justify-content: center; width: 36px; }

.ubv-cloud { background: var(--ubv-cloud); padding: 112px 0; }
.ubv-cloud-layout { align-items: center; display: grid; gap: 90px; grid-template-columns: 1.14fr .86fr; }
.ubv-cloud-visual { padding: 18px 0 0 18px; }
.ubv-device { background: #fff; border-radius: 17px; box-shadow: 0 27px 70px rgba(22,28,42,.13); overflow: hidden; }
.ubv-device > header { align-items: center; background: #08090c; color: #fff; display: flex; font-size: 9px; font-weight: 900; gap: 10px; letter-spacing: .08em; padding: 15px 17px; }
.ubv-device > header i { background: var(--ubv-yellow); border-radius: 50%; height: 8px; width: 8px; }
.ubv-device-body { display: grid; grid-template-columns: 105px 1fr; min-height: 335px; }
.ubv-device-body aside { background: #f7f7f8; display: flex; flex-direction: column; font-size: 9px; gap: 17px; padding: 23px 16px; }
.ubv-device-body aside b { color: var(--ubv-blue); }
.ubv-device-body main { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; padding: 27px; }
.ubv-device-body main > div { background: var(--ubv-cloud); border-radius: 10px; display: flex; flex-direction: column; padding: 17px; }
.ubv-device-body main > div span { color: #777; font-size: 9px; }
.ubv-device-body main > div b { font-family: "Barlow Condensed", sans-serif; font-size: 35px; margin-top: 6px; }
.ubv-device-body svg { background: #fafaff; border-radius: 10px; grid-column: 1 / -1; height: 145px; padding: 20px; width: 100%; }
.ubv-cloud-copy > p { color: var(--ubv-muted); font-size: 17px; line-height: 1.6; margin: 27px 0 30px; }
.ubv-cloud-notes { border-top: 1px solid #cfd0d5; display: flex; flex-wrap: wrap; gap: 12px 28px; padding-top: 18px; }
.ubv-cloud-notes span { font-size: 12px; font-weight: 800; }

.ubv-pricing { background: var(--ubv-black); color: #fff; padding: 112px 0; }
.ubv-pricing-heading { max-width: 780px; }
.ubv-pricing-heading > p { color: #c1c1c6; font-size: 17px; line-height: 1.6; margin: 25px 0 0; max-width: 650px; }
.ubv-pricing-layout { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; margin-top: 68px; }
.ubv-plan { border-radius: 18px; padding: 35px; }
.ubv-plan-free { background: #fff; color: #050505; }
.ubv-plan-premium { background: var(--ubv-yellow); color: #050505; }
.ubv-plan-premium > header,
.ubv-plan-premium > header > span,
.ubv-plan-premium > header > b,
.ubv-plan-premium > header small,
.ubv-plan-premium > p,
.ubv-plan-premium > ul,
.ubv-plan-premium > ul li { color: #050505 !important; }
.ubv-plan > header { align-items: flex-start; display: flex; justify-content: space-between; }
.ubv-plan > header > span { font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.ubv-plan > header > b { align-items: baseline; display: flex; font-family: "Barlow Condensed", sans-serif; font-size: 46px; gap: 6px; line-height: 1; }
.ubv-plan > header > b small { font-family: "DM Sans", sans-serif; font-size: 9px; }
.ubv-plan > p { font-size: 14px; margin: 28px 0 22px; }
.ubv-plan > ul { border-top: 1px solid rgba(0,0,0,.2); list-style: none; margin: 0 0 27px; padding: 13px 0 0; }
.ubv-plan > ul li { font-size: 12px; font-weight: 700; padding: 6px 0; }
.ubv-plan > ul li::before { content: "✓"; font-weight: 900; margin-right: 9px; }
.ubv-plan > small { color: #6f6f74; display: block; font-size: 9px; margin-top: 16px; }
.ubv-plan-premium > small { color: #4f4f00 !important; }
.ubv-plan-premium .ubv-btn-black { color: #fff !important; }

.ubv-faq { padding: 112px 0; }
.ubv-faq-layout { align-items: start; display: grid; gap: 100px; grid-template-columns: .7fr 1.3fr; }
.ubv-faq-intro > p { color: var(--ubv-muted); font-size: 15px; line-height: 1.6; margin: 24px 0 0; }
.ubv-faq-list { border-top: 1px solid #d8d8dc; }
.ubv-faq-list details { border-bottom: 1px solid #d8d8dc; }
.ubv-faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: 15px; font-weight: 800; gap: 20px; justify-content: space-between; list-style: none; padding: 23px 0; }
.ubv-faq-list summary::-webkit-details-marker { display: none; }
.ubv-faq-list summary i { transition: transform .2s ease; }
.ubv-faq-list details[open] summary i { transform: rotate(45deg); }
.ubv-faq-list details p { color: var(--ubv-muted); font-size: 14px; line-height: 1.65; margin: -5px 45px 24px 0; }

.ubv-final { background: var(--ubv-black); color: #fff; padding: 112px 0 120px; }
.ubv-final h2 { max-width: 930px; }
.ubv-final > .container > p { color: #c5c5ca; font-size: 17px; line-height: 1.6; margin: 28px 0 32px; max-width: 640px; }

@media (max-width: 1199px) {
  .ubv-hero-layout { gap: 42px; grid-template-columns: 1fr 1fr; }
  .ubv-hero h1 { font-size: 56px; }
  .ubv-hero-product { grid-template-columns: 1.25fr .75fr; }
  .ubv-calendar-showcase { gap: 44px; }
  .ubv-finance-layout,
  .ubv-tournament-layout,
  .ubv-cloud-layout { gap: 60px; }
}

@media (max-width: 991px) {
  body:has(.ub-home2) #header .navbar-toggler { color: #fff; }
  body:has(.ub-home2) #header .navbar-collapse { background: #080808; border-radius: 14px; padding: 14px; }
  body:has(.ub-home2) #header.navbar-scrolled .navbar-toggler { color: #111; }
  body:has(.ub-home2) #header.navbar-scrolled .navbar-collapse { background: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.1); }
  .ubv-hero { min-height: 0; padding: 145px 0 82px; }
  .ubv-hero-layout,
  .ubv-finance-layout,
  .ubv-tournament-layout,
  .ubv-cloud-layout,
  .ubv-faq-layout { grid-template-columns: 1fr; }
  .ubv-hero-copy { max-width: 760px; }
  .ubv-hero h1 { font-size: clamp(46px, 7vw, 58px); }
  .ubv-hero-product { min-height: 520px; }
  .ubv-control-grid { grid-template-columns: 1fr 1fr; row-gap: 38px; }
  .ubv-control-grid > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .ubv-calendar-showcase { grid-template-columns: 1fr; }
  .ubv-calendar-copy { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
  .ubv-calendar-copy > div { display: block; }
  .ubv-calendar-copy h3 { margin-top: 13px; }
  .ubv-calendar-copy p { margin-top: 8px; }
  .ubv-finance-copy,
  .ubv-tournament-copy,
  .ubv-cloud-copy { max-width: 720px; }
  .ubv-tournament-media { min-height: 500px; }
  .ubv-cloud-visual { order: 2; }
  .ubv-faq-layout { gap: 50px; }
}

@media (max-width: 767px) {
  .ubv-hero h1 { font-size: clamp(37px, 9.8vw, 45px); }
  .ubv-hero-copy > p { font-size: 16px; }
  .ubv-hero-product { grid-template-columns: 1fr; min-height: 0; }
  .ubv-hero-photo { min-height: 410px; }
  .ubv-hero-stack { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
  .ubv-product-signal-top { left: 15px; top: -25px; }
  .ubv-product-signal-bottom { bottom: -24px; left: auto; right: 18px; }
  .ubv-availability,
  .ubv-next-booking { min-height: 225px; }
  .ubv-yellow-band,
  .ubv-reservations,
  .ubv-finance,
  .ubv-tournaments,
  .ubv-modules,
  .ubv-cloud,
  .ubv-pricing,
  .ubv-faq,
  .ubv-final { padding: 78px 0; }
  .ubv-section-heading h2,
  .ubv-finance-copy h2,
  .ubv-tournament-copy h2,
  .ubv-cloud-copy h2,
  .ubv-pricing-heading h2,
  .ubv-faq-intro h2,
  .ubv-final h2 { font-size: clamp(34px, 9.5vw, 45px); }
  .ubv-control-grid { display: block; margin-top: 48px; }
  .ubv-control-grid > div { border-bottom: 1px solid rgba(0,0,0,.28); border-left: 0; padding: 19px 0; }
  .ubv-calendar-showcase { margin-top: 55px; }
  .ubv-calendar-ui { overflow-x: auto; }
  .ubv-calendar-ui > header,
  .ubv-calendar-grid { min-width: 620px; }
  .ubv-calendar-copy { display: block; }
  .ubv-tournament-media { min-height: 445px; }
  .ubv-module-list { display: block; }
  .ubv-module-list article,
  .ubv-module-list article:nth-child(even) { border-right: 0; padding: 24px 0; }
  .ubv-device-body { grid-template-columns: 78px 1fr; }
  .ubv-device-body main { padding: 18px; }
  .ubv-pricing-layout { grid-template-columns: 1fr; }
  .ubv-plan > header { gap: 20px; }
  .ubv-plan > header > b { font-size: 38px; }
}

@media (max-width: 520px) {
  .ubv-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .ubv-hero-trust { align-items: flex-start; flex-direction: column; }
  .ubv-hero-stack { gap: 10px; }
  .ubv-product-signal { display: none; }
  .ubv-field-lines { opacity: .6; right: -85vw; width: 170vw; }
  .ubv-availability,
  .ubv-next-booking { padding: 16px; }
  .ubv-availability > strong { font-size: 67px; }
  .ubv-next-booking time { font-size: 45px; }
  .ubv-tournament-points { grid-template-columns: 1fr; }
  .ubv-tournament-points span:nth-child(odd) { border-right: 0; }
  .ubv-tournament-points span:nth-child(even) { padding-left: 0; }
  .ubv-tournament-media { grid-template-columns: 1fr; min-height: 0; }
  .ubv-tournament-media figure { min-height: 350px; }
  .ubv-tournament-score { min-height: 315px; }
  .ubv-device-body aside { display: none; }
  .ubv-device-body { grid-template-columns: 1fr; }
  .ubv-plan { padding: 26px 22px; }
  .ubv-plan > header { flex-direction: column; }
  .ubv-faq-list summary { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .ubv-btn,
  .ubv-link i,
  .ubv-faq-list summary i { transition: none; }
  .ubv-hero-product::before,
  .ubv-hero-product::after,
  .ubv-field-lines,
  .ubv-field-lines i,
  .ubv-hero-photo img,
  .ubv-photo-scan,
  .ubv-availability,
  .ubv-next-booking,
  .ubv-product-signal,
  .ubv-product-signal-bottom > i b { animation: none; }
}
