/*
Theme Name: UVIP888 Home V65 Mobile Remove Crossed Block
Description: UVIP888 homepage built directly from the user's supplied MASTER mobile and desktop references.
Version: 65.1
*/
:root{
  --navy:#061d36;
  --navy2:#092c4b;
  --blue:#087ec4;
  --blue2:#1aa8ed;
  --gold:#ffd51a;
  --gold2:#fff09a;
  --white:#f8fbff;
  --ink:#155c87;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  background:
    radial-gradient(circle at 50% -5%,rgba(48,153,229,.28),transparent 35%),
    linear-gradient(180deg,#04182b,#06385d 55%,#087fc0)!important;
  color:#fff;
  font-family:Arial,"Noto Sans Thai",Tahoma,sans-serif;
  line-height:1.35;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%;height:auto}
.uv-wrap{width:min(1180px,calc(100% - 40px));margin:auto}

/* HEADER */
.site-header{
  height:112px;
  position:relative;
  z-index:100;
  background:
    radial-gradient(circle at 75% 40%,rgba(255,213,26,.13),transparent 25%),
    linear-gradient(180deg,#082f50,#061d35)!important;
  border-bottom:3px solid var(--gold);
  box-shadow:0 6px 22px rgba(0,0,0,.5),0 0 18px rgba(255,213,26,.12);
}
.site-header:after{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:-8px;
  height:3px;
  background:linear-gradient(90deg,transparent,#fff2a5,#ffd51a,#fff2a5,transparent);
  box-shadow:0 0 14px rgba(255,213,26,.7);
}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.logo img{width:300px;filter:drop-shadow(0 5px 8px rgba(0,0,0,.45))}
.desktop-nav{display:flex;align-items:center;gap:12px}
.desktop-nav a{font-size:14px;font-weight:800;color:#fff;text-shadow:0 2px 5px #000}
.menu-btn{
  width:74px;height:74px;border:3px solid #fff4a8;border-radius:23px;
  background:linear-gradient(180deg,#fff08b,#ffd21a);color:#06233b;
  display:none;align-items:center;justify-content:center;flex-direction:column;gap:6px;
  box-shadow:0 0 25px rgba(255,213,26,.4);cursor:pointer;
}
.menu-btn span{width:30px;height:4px;border-radius:5px;background:#06233b}

/* TOP PROMOS */
.top-promos{
  background:linear-gradient(180deg,#031c30,#06192a);
  border-bottom:3px solid var(--gold);
  padding:13px 0;
}
.promo-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.promo-card{
  min-height:64px;background:linear-gradient(180deg,#fff,#edf3f8);
  color:#155a83;border:3px solid var(--gold);border-radius:17px;
  display:flex;align-items:center;justify-content:center;gap:8px;
  text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.3);
}
.promo-card strong{display:block;font-size:16px}
.promo-card small{display:block;font-size:11px;color:#617b8b}
.promo-icon{font-size:20px;color:#35627c}

/* QUICK 5 */
.quick-nav{background:linear-gradient(180deg,#061e33,#031523);border-bottom:3px solid var(--gold);padding:10px 0}
.quick-track{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.quick-card{
  height:80px;background:linear-gradient(180deg,#fff,#eef4f8);
  border:3px solid var(--gold);border-radius:18px;
  color:#155a83;display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;box-shadow:0 4px 10px rgba(0,0,0,.3)
}
.quick-card strong{font-size:18px}
.quick-card span{font-size:11px;color:#6c7f8c}

/* HERO */
.hero{
  position:relative;padding:26px 0 30px;
  background:
    radial-gradient(circle at 50% 45%,rgba(18,148,226,.28),transparent 43%),
    linear-gradient(180deg,#087fc1,#06385d);
}
.hero:before,.recommend:before{
  content:"";position:absolute;left:-10%;right:-10%;height:2px;
  background:linear-gradient(90deg,transparent,#fff0a0,#ffd51a,#fff0a0,transparent);
  box-shadow:0 0 16px rgba(255,213,26,.7)
}
.hero:before{top:0}
.hero-panel{
  min-height:260px;max-width:930px;margin:auto;
  padding:30px 36px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  background:
    radial-gradient(circle at 50% 30%,rgba(14,125,199,.18),transparent 45%),
    linear-gradient(145deg,#082e4b,#05243c 70%,#061f36);
  border:4px solid var(--gold);border-radius:30px;
  box-shadow:0 0 28px rgba(255,213,26,.18),0 10px 28px rgba(0,0,0,.38);
}
.hero-badge{
  background:linear-gradient(180deg,#fff18a,#ffd21a);color:#06233b;
  border-radius:22px;padding:6px 25px;font-weight:900;font-size:17px;
  box-shadow:0 0 24px rgba(255,213,26,.45)
}
.hero h1{margin:14px 0 7px;font-size:39px;line-height:1.15;color:#fff;text-shadow:0 3px 9px #000b}
.hero p{margin:0;color:#edf8ff;font-size:16px}
.hero-actions{width:min(690px,100%);display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}
.hero-actions a{
  height:58px;border-radius:19px;display:flex;align-items:center;justify-content:center;
  font-size:20px;font-weight:900
}
.btn-login{background:#031521;border:3px solid #06a2ec;color:#fff;box-shadow:0 0 12px rgba(0,160,240,.18)}
.btn-register{background:linear-gradient(180deg,#fff080,#ffd21a);border:3px solid #fff4aa;color:#07243b}

/* SERVICES */
.services{padding:28px 0 35px;background:linear-gradient(180deg,#087fc0,#086ca5)}
.services-box{
  position:relative;background:linear-gradient(180deg,#fff,#f2f6f9);color:var(--ink);
  border:4px solid var(--gold);border-radius:30px;padding:25px 20px 31px;
  box-shadow:0 8px 28px rgba(0,0,0,.3)
}
.services-box h2{text-align:center;font-size:34px;margin:0;color:#155d88}
.gold-rule{
  width:60%;height:5px;margin:11px auto 10px;
  background:linear-gradient(90deg,transparent,#76c8e8,#ffd51a,#76c8e8,transparent)
}
.services-box>p{text-align:center;color:#6b7d8b;margin:0 0 17px}
.service-window{position:relative}
.service-track{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;overflow:hidden}
.service-card{
  min-width:0;height:145px;padding:10px 5px 11px;
  display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;
  background:linear-gradient(180deg,#159cdc,#0878ba);
  border:3px solid var(--gold);border-radius:20px;
  color:#fff;box-shadow:0 7px 16px rgba(0,47,82,.28)
}
.service-icon{
  width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:#fff;border:3px solid var(--gold);font-size:28px;color:#123;overflow:hidden
}
.service-icon img{width:100%;height:100%;object-fit:cover}
.service-card strong{font-size:12px;text-shadow:0 2px 4px #0008}
.service-arrow{
  position:absolute;top:50%;transform:translateY(-50%);z-index:5;
  width:48px;height:62px;border-radius:17px;border:3px solid var(--gold);
  background:#062944;color:#fff;font-size:39px;line-height:1;display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 12px #0008;cursor:pointer
}
.service-arrow.left{left:-8px}.service-arrow.right{right:-8px}

/* RECOMMENDATION */
.recommend{
  position:relative;padding:30px 0 36px;
  background:
    radial-gradient(circle at 50% 25%,rgba(14,135,211,.22),transparent 40%),
    linear-gradient(180deg,#073c62,#05263f)
}
.recommend:before{top:0}
.recommend-box{
  background:linear-gradient(145deg,#082e4b,#061f36);
  border:3px solid var(--gold);border-radius:28px;padding:24px 24px 28px;
  text-align:center;box-shadow:0 0 26px rgba(255,213,26,.14),0 8px 25px rgba(0,0,0,.4)
}
.recommend h2{margin:0;color:#fff;font-size:32px;text-shadow:0 2px 6px #000}
.recommend p{margin:7px 0 14px;color:#eaf7ff}
.recommend-image{
  width:100%;height:270px;border:3px solid var(--gold);border-radius:20px;
  background-size:cover;background-position:center;box-shadow:0 0 18px rgba(255,213,26,.2)
}

/* INFO/FOOTER */
.bottom-info{background:linear-gradient(180deg,#06385b,#041d32);padding:30px 0}
.info-inner{text-align:center}
.info-inner h2{margin:0;color:#fff;font-size:30px}
.info-inner p{color:#c6d8e3;margin:8px 0}
.site-footer{background:#031422;color:#b7cbd7;text-align:center;padding:28px 0 40px}
.site-footer strong{color:#ffe65a;font-size:24px}
.site-footer p{font-size:12px;margin:6px 0}

/* MOBILE MENU */
.menu{position:fixed;inset:0;z-index:300;background:#0009;opacity:0;visibility:hidden;transition:.2s}
.menu.open{opacity:1;visibility:visible}
.menu .panel{
  position:absolute;right:0;top:0;width:min(520px,100%);height:100%;overflow:auto;
  background:#eef5fa;color:#07304c;padding:18px;transform:translateX(100%);transition:.25s
}
.menu.open .panel{transform:none}
.menuhead{display:flex;align-items:center;justify-content:space-between;padding:14px;background:#062640;border-radius:18px;margin-bottom:14px}
.menuhead img{width:270px;max-width:72%}
.menu-close{width:54px;height:54px;border:0;border-radius:14px;background:#ffd21a;color:#06243b;font-size:36px}
.menugrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.menugrid a{min-height:70px;background:#fff;border:3px solid var(--gold);border-radius:14px;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:900}

/* BOTTOM 4 BUTTONS — keep the agreed position */
.bottom-nav{
  position:fixed!important;left:10px!important;right:10px!important;bottom:0!important;width:auto!important;
  height:76px!important;padding:0 0 env(safe-area-inset-bottom,0)!important;
  display:grid!important;grid-template-columns:repeat(4,1fr)!important;z-index:2147483000!important;
  background:linear-gradient(180deg,#116da5,#063d64)!important;
  border:3px solid var(--gold)!important;border-bottom:0!important;
  border-radius:28px 28px 0 0!important;overflow:hidden;
  box-shadow:0 -7px 22px rgba(0,0,0,.65)!important
}
.bottom-nav a{
  height:76px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
  gap:3px;padding:4px 2px!important;color:#fff!important;border-right:2px solid rgba(255,213,26,.42)!important;
  font-size:13px!important;font-weight:900!important;text-align:center!important
}
.bottom-nav a:last-child{border-right:0!important}
.bottom-nav a:first-child{background:linear-gradient(180deg,#b90c17,#65050b)!important}
.bottom-nav a:nth-child(n+2){background:linear-gradient(180deg,#116da5,#06436c)!important}
.bottom-nav b{font-size:24px!important;line-height:1!important}
main{padding-bottom:88px!important}

/* LOGIN MODAL */
.modal{position:fixed;inset:0;z-index:400;background:#000b;display:none;align-items:center;justify-content:center;padding:15px}
.modal.open{display:flex}
.modalbox{position:relative;width:min(430px,100%);padding:24px;background:#06243d;border:3px solid var(--gold);border-radius:20px;box-shadow:0 0 30px rgba(255,213,26,.25)}
.modalbox h2{text-align:center;margin:0 0 18px}
.x{position:absolute;right:9px;top:5px;background:none;border:0;color:#fff;font-size:30px}
.login label{display:block;margin:10px 0 5px;color:#d8e9f3;font-size:13px}
.login input{width:100%;padding:13px;border-radius:10px;border:1px solid #39708e;background:#031725;color:#fff}
.btn{width:100%;min-height:50px;border-radius:12px;border:0;font-weight:900}
.btn-primary{background:linear-gradient(180deg,#fff080,#ffd21a);color:#06243b;margin-top:16px}

/* DESKTOP */
@media(min-width:800px){
  .bottom-nav{display:none!important}
  main{padding-bottom:0!important}
  .site-footer{padding-bottom:35px!important}
}

/* MOBILE */
@media(max-width:799px){
  .uv-wrap{width:calc(100% - 40px)}
  .site-header{height:112px}
  .logo img{width:255px;max-width:70vw}
  .desktop-nav{display:none}
  .menu-btn{display:flex}
  .promo-row{display:flex;overflow:hidden;gap:14px}
  .promo-card{flex:0 0 382px;min-height:72px}
  .quick-nav{padding:9px 0}
  .quick-track{width:calc(100% - 38px);display:flex;gap:8px;overflow:hidden}
  .quick-card{flex:0 0 145px;height:78px}
  .quick-card strong{font-size:16px}
  .quick-card span{font-size:10px}
  .hero{padding:18px 0 23px}
  .hero-panel{min-height:285px;padding:28px 12px 23px;border-radius:28px}
  .hero-badge{font-size:16px;padding:6px 22px}
  .hero h1{font-size:30px;line-height:1.16}
  .hero p{font-size:13px}
  .hero-actions{gap:10px;margin-top:18px}
  .hero-actions a{height:56px;font-size:18px}
  .services{padding:20px 0 30px}
  .services-box{padding:22px 9px 28px;border-radius:28px}
  .services-box h2{font-size:28px}
  .gold-rule{width:68%;height:4px}
  .services-box>p{font-size:13px;margin-bottom:15px}
  .service-track{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
  .service-card{height:145px;border-radius:20px}
  .service-icon{width:70px;height:70px}
  .service-card strong{font-size:11px}
  .service-arrow{width:45px;height:60px;border-radius:17px}
  .service-arrow.left{left:-8px}.service-arrow.right{right:-8px}
  .recommend{padding:20px 0 30px}
  .recommend-box{padding:21px 12px 22px;border-radius:25px}
  .recommend h2{font-size:26px}
  .recommend p{font-size:13px}
  .recommend-image{height:155px;border-radius:17px}
  .bottom-info{padding:25px 0}
  .info-inner h2{font-size:25px}
  .site-footer{padding-bottom:95px}
}


/* ===== V21 MASTER refinement ===== */
body{
  background:
    radial-gradient(ellipse at 50% 8%,rgba(255,224,73,.18),transparent 23%),
    radial-gradient(ellipse at 5% 35%,rgba(20,144,223,.38),transparent 30%),
    radial-gradient(ellipse at 95% 55%,rgba(20,144,223,.25),transparent 30%),
    linear-gradient(180deg,#03192c 0%,#062b49 30%,#087fc0 66%,#062b49 100%)!important;
}
.site-header{
  height:126px;
  background:
    radial-gradient(ellipse at 18% 20%,rgba(255,214,35,.13),transparent 25%),
    radial-gradient(ellipse at 80% 65%,rgba(19,137,216,.18),transparent 30%),
    linear-gradient(180deg,#082e4e,#041b30)!important;
}
.site-header:before{
  content:"";
  position:absolute;left:-8%;right:-8%;top:10px;height:45px;
  background:linear-gradient(165deg,transparent 20%,rgba(255,224,94,.14) 42%,rgba(255,255,190,.5) 46%,transparent 50%);
  transform:skewY(-3deg);pointer-events:none;
}
.header-inner{width:min(1420px,calc(100% - 80px))}
.logo img{width:325px}
.desktop-nav{gap:17px}
.desktop-nav a{font-size:15px}

.top-promos{padding:14px 0 16px}
.promo-row{width:min(1420px,calc(100% - 80px));grid-template-columns:repeat(4,1fr);gap:14px}
.promo-card{min-height:70px;border-radius:16px}

.quick-nav{padding:12px 0 14px}
.quick-track{width:min(1420px,calc(100% - 80px));gap:12px}
.quick-card{height:86px;border-radius:17px}

.hero{
  padding:30px 0 34px;
  background:
    radial-gradient(ellipse at 50% 50%,rgba(20,145,225,.35),transparent 48%),
    linear-gradient(180deg,#0a81c3,#073b60);
}
.hero:after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(155deg,transparent 12%,rgba(255,224,83,.10) 31%,transparent 34%,transparent 68%,rgba(255,224,83,.09) 74%,transparent 77%);
}
.hero .uv-wrap{width:min(1320px,calc(100% - 80px))}
.hero-panel{
  max-width:1200px;min-height:310px;padding:38px 50px;border-width:4px;border-radius:31px;
  box-shadow:0 0 35px rgba(255,213,26,.28),0 12px 35px rgba(0,0,0,.4);
}
.hero h1{font-size:43px}
.hero p{font-size:17px}
.hero-actions{width:760px;gap:16px}
.hero-actions a{height:64px;font-size:22px}

.services{padding:30px 0 38px}
.services .uv-wrap{width:min(1500px,calc(100% - 80px))}
.services-box{padding:26px 24px 34px;border-radius:29px}
.services-box h2{font-size:36px}
.service-track{display:flex;flex-wrap:nowrap;gap:12px;overflow:hidden}
.service-card{flex:0 0 calc((100% - 60px)/6);height:154px}
.service-arrow.left{left:-4px}.service-arrow.right{right:-4px}

.recommend .uv-wrap{width:min(1320px,calc(100% - 80px))}
.recommend-box{padding:27px 30px 32px;border-radius:29px}
.recommend-image{height:330px}

.bottom-info{padding:34px 0}

@media(max-width:799px){
  .site-header{height:112px}
  .header-inner{width:calc(100% - 40px)}
  .logo img{width:255px}
  .top-promos{padding:9px 0}
  .promo-row{width:calc(100% - 38px)}
  .hero .uv-wrap{width:calc(100% - 40px)}
  .hero-panel{min-height:285px;padding:28px 12px 23px}
  .hero h1{font-size:30px}
  .services .uv-wrap{width:calc(100% - 40px)}
  .service-track{display:flex;flex-wrap:nowrap;gap:9px}
  .service-card{flex:0 0 calc((100% - 18px)/3);height:145px}
  .recommend .uv-wrap{width:calc(100% - 40px)}
  .recommend-image{height:155px}
}


/* =========================================================
   UVIP888 V21 MASTER FINAL — visual refinement only
   Keep existing backend/content settings intact.
   ========================================================= */

:root{
  --uv-gold:#ffd51a;
  --uv-gold-soft:#ffe76a;
  --uv-blue:#0b6fa8;
  --uv-deep:#062b49;
  --uv-navy:#031b2d;
}

/* Global MASTER atmosphere */
html,body{
  background:
    radial-gradient(circle at 50% 8%, rgba(255,215,50,.10), transparent 22%),
    linear-gradient(180deg,#031b2d 0%,#062e4d 31%,#087bb8 62%,#075b8d 100%);
}
body{
  overflow-x:hidden;
}
a{transition:all .18s ease}

/* Header: larger logo, stronger gold light sweep */
.site-header,
header.site-header{
  position:relative;
  background:
    linear-gradient(180deg,rgba(5,38,61,.98),rgba(2,25,42,.98));
  border-bottom:3px solid var(--uv-gold);
  box-shadow:0 7px 25px rgba(0,0,0,.35),0 1px 0 rgba(255,231,106,.65) inset;
}
.site-header:before,
header.site-header:before{
  content:"";
  position:absolute;
  left:0; top:0; width:62%; height:100%;
  background:linear-gradient(155deg,transparent 35%,rgba(255,224,100,.24) 48%,transparent 60%);
  pointer-events:none;
}
.site-header .custom-logo,
.site-header img,
header.site-header .custom-logo,
header.site-header img{
  filter:drop-shadow(0 4px 9px rgba(0,0,0,.5));
}
.site-header nav a,
header.site-header nav a{
  text-shadow:0 2px 3px rgba(0,0,0,.8);
}

/* Promo rows: tighter MASTER-style cards */
.uvip-promo-strip,
.promo-strip,
.uvip-top-promos{
  background:linear-gradient(180deg,#061e31,#031724);
  border-bottom:2px solid var(--uv-gold);
}
.uvip-promo-strip .promo-item,
.promo-strip .promo-item,
.uvip-top-promos .promo-item{
  box-shadow:0 4px 13px rgba(0,0,0,.32),0 0 7px rgba(255,215,35,.14);
}

/* Main page background + gold light accents */
.uvip-home,
.site-main,
main{
  position:relative;
}
.uvip-home:before,
.site-main:before,
main:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(128deg,transparent 0%,rgba(255,221,75,.10) 28%,transparent 44%),
    linear-gradient(315deg,transparent 48%,rgba(255,221,75,.07) 68%,transparent 80%);
}

/* Hero: closer to MASTER proportions and lighting */
.uvip-hero,
.hero,
.home-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 45%,rgba(13,106,165,.20),transparent 45%),
    linear-gradient(145deg,#0a3553,#041f36 72%,#062b49);
  border:3px solid var(--uv-gold);
  box-shadow:
    0 0 24px rgba(255,215,45,.24),
    0 14px 32px rgba(0,0,0,.28),
    inset 0 0 35px rgba(0,0,0,.30);
}
.uvip-hero:before,
.hero:before,
.home-hero:before{
  content:"";
  position:absolute;
  inset:-25%;
  background:linear-gradient(135deg,transparent 36%,rgba(255,226,100,.16) 46%,transparent 55%);
  transform:rotate(-5deg);
  pointer-events:none;
}
.uvip-hero .badge,
.hero .badge,
.home-hero .badge{
  box-shadow:0 0 20px rgba(255,219,58,.42);
}
.uvip-hero h1,
.hero h1,
.home-hero h1{
  text-shadow:0 3px 5px rgba(0,0,0,.65);
}

/* Services card: make it the main visual block */
.uvip-services,
.services-section,
.home-services{
  background:
    radial-gradient(circle at 50% 20%,rgba(255,255,255,.98),rgba(245,248,250,.98) 62%,rgba(226,232,236,.98));
  border:3px solid var(--uv-gold);
  box-shadow:
    0 0 24px rgba(255,215,35,.22),
    0 12px 28px rgba(0,0,0,.22);
}
.uvip-services h2,
.services-section h2,
.home-services h2{
  text-shadow:0 2px 2px rgba(0,0,0,.08);
}
.uvip-services .service-card,
.services-section .service-card,
.home-services .service-card{
  background:linear-gradient(180deg,#1599d2 0%,#0875b8 100%);
  border:3px solid var(--uv-gold);
  box-shadow:
    0 7px 15px rgba(0,0,0,.24),
    0 0 12px rgba(255,216,45,.20);
}
.uvip-services .service-card:hover,
.services-section .service-card:hover,
.home-services .service-card:hover{
  transform:translateY(-2px);
  box-shadow:0 9px 20px rgba(0,0,0,.28),0 0 18px rgba(255,216,45,.28);
}

/* Recommendation block: visually complete, not a blank placeholder */
.uvip-recommend,
.recommend-section,
.home-recommend{
  position:relative;
  background:
    radial-gradient(circle at 50% 15%,rgba(12,87,137,.32),transparent 45%),
    linear-gradient(145deg,#062e4c,#041f36);
  border:2px solid var(--uv-gold);
  box-shadow:0 0 22px rgba(255,215,35,.20),0 12px 30px rgba(0,0,0,.25);
}
.uvip-recommend img,
.recommend-section img,
.home-recommend img{
  border:3px solid var(--uv-gold);
  box-shadow:0 0 18px rgba(255,215,35,.24);
}

/* Fixed bottom mobile navigation stays compact and readable */
.uvip-bottom-nav,
.mobile-bottom-nav,
.bottom-nav{
  box-shadow:0 -4px 18px rgba(0,0,0,.35);
  border-top:2px solid var(--uv-gold);
}
.uvip-bottom-nav a,
.mobile-bottom-nav a,
.bottom-nav a{
  min-height:64px;
}

/* Desktop: use the width like the MASTER reference */
@media (min-width: 1000px){
  .site-header > .container,
  header.site-header > .container,
  .uvip-container,
  .container{
    max-width:1320px;
  }

  .uvip-hero,
  .hero,
  .home-hero{
    width:min(1210px,calc(100% - 80px));
    margin-left:auto;
    margin-right:auto;
    min-height:290px;
  }

  .uvip-services,
  .services-section,
  .home-services{
    width:min(1280px,calc(100% - 70px));
    margin-left:auto;
    margin-right:auto;
  }

  .uvip-services .service-grid,
  .services-section .service-grid,
  .home-services .service-grid{
    grid-template-columns:repeat(6,minmax(0,1fr));
  }

  .uvip-recommend,
  .recommend-section,
  .home-recommend{
    width:min(1280px,calc(100% - 70px));
    margin-left:auto;
    margin-right:auto;
  }
}

/* Mobile: preserve the approved bottom-nav position while showing
   enough of the services and recommendation sections. */
@media (max-width: 700px){
  .site-header,
  header.site-header{
    min-height:170px;
  }

  .uvip-hero,
  .hero,
  .home-hero{
    margin-left:16px;
    margin-right:16px;
    border-width:3px;
    min-height:365px;
  }

  .uvip-hero h1,
  .hero h1,
  .home-hero h1{
    font-size:clamp(30px,8vw,43px);
    line-height:1.12;
  }

  .uvip-services,
  .services-section,
  .home-services{
    margin-left:16px;
    margin-right:16px;
    border-width:3px;
    padding-bottom:22px;
  }

  .uvip-services .service-grid,
  .services-section .service-grid,
  .home-services .service-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }

  .uvip-services .service-card,
  .services-section .service-card,
  .home-services .service-card{
    min-height:125px;
  }

  .uvip-recommend,
  .recommend-section,
  .home-recommend{
    margin-left:16px;
    margin-right:16px;
  }

  body{
    padding-bottom:78px;
  }
}


/* =========================================================
   UVIP888 V21 — MASTER DESKTOP PROPORTION PASS
   Do not alter content/admin functionality.
   ========================================================= */

/* Keep the page centered but make the visual frame wider,
   matching the supplied MASTER desktop composition. */
@media (min-width:1000px){

  .site-header .container,
  header.site-header .container,
  .uvip-container,
  .container{
    width:100%;
    max-width:1440px;
    margin-left:auto;
    margin-right:auto;
  }

  /* Header */
  .site-header,
  header.site-header{
    min-height:118px;
  }

  .site-header .custom-logo,
  .site-header img.custom-logo,
  header.site-header .custom-logo,
  header.site-header img.custom-logo{
    width:330px;
    max-width:330px;
  }

  /* Promo area fills the MASTER width */
  .uvip-promo-strip,
  .promo-strip,
  .uvip-top-promos{
    padding:14px 0 15px;
  }

  .uvip-promo-strip .promo-grid,
  .promo-strip .promo-grid,
  .uvip-top-promos .promo-grid{
    width:min(1300px,calc(100% - 80px));
    margin:0 auto;
  }

  /* Hero: remove the narrow center-box appearance */
  .uvip-hero,
  .hero,
  .home-hero{
    width:min(1280px,calc(100% - 100px));
    min-height:330px;
    margin:30px auto 34px;
    padding-left:70px;
    padding-right:70px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .uvip-hero > *,
  .hero > *,
  .home-hero > *{
    position:relative;
    z-index:1;
  }

  .uvip-hero h1,
  .hero h1,
  .home-hero h1{
    font-size:clamp(42px,3.2vw,58px);
    margin-top:10px;
    margin-bottom:12px;
  }

  .uvip-hero p,
  .hero p,
  .home-hero p{
    font-size:18px;
  }

  .uvip-hero .hero-actions,
  .hero .hero-actions,
  .home-hero .hero-actions{
    width:min(760px,100%);
    margin:24px auto 0;
  }

  /* Services: wider, six cards in one row */
  .uvip-services,
  .services-section,
  .home-services{
    width:min(1380px,calc(100% - 80px));
    margin:0 auto 34px;
    padding:30px 26px 34px;
  }

  .uvip-services .service-grid,
  .services-section .service-grid,
  .home-services .service-grid{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:12px;
  }

  .uvip-services .service-card,
  .services-section .service-card,
  .home-services .service-card{
    min-height:150px;
    border-radius:18px;
  }

  /* Recommendation follows immediately and gets MASTER presence */
  .uvip-recommend,
  .recommend-section,
  .home-recommend{
    width:min(1380px,calc(100% - 80px));
    margin:0 auto 32px;
    padding:28px 30px 34px;
  }

  .uvip-recommend img,
  .recommend-section img,
  .home-recommend img{
    width:100%;
    max-height:360px;
    object-fit:cover;
  }

  /* Footer */
  .site-footer,
  footer{
    min-height:120px;
  }
}

/* Slightly smaller desktop/laptop widths */
@media (min-width:701px) and (max-width:1199px){
  .uvip-hero,
  .hero,
  .home-hero{
    width:calc(100% - 50px);
    padding-left:40px;
    padding-right:40px;
  }

  .uvip-services,
  .services-section,
  .home-services,
  .uvip-recommend,
  .recommend-section,
  .home-recommend{
    width:calc(100% - 40px);
  }
}


/* =========================================================
   UVIP888 V21 — MASTER DESKTOP STRUCTURE CORRECTION
   IMPORTANT: .hero is the section/background; .hero-panel is
   the actual bordered card. Remove the accidental outer frame.
   ========================================================= */

@media (min-width:1000px){

  /* MASTER uses a broad centered content frame */
  .uv-wrap{
    width:calc(100% - 80px);
    max-width:1380px;
    margin-left:auto;
    margin-right:auto;
  }

  /* Header logo/nav proportions */
  .site-header .uv-wrap{
    max-width:1440px;
  }
  .logo img{
    width:330px;
  }

  /* Keep the gold light atmosphere, but do NOT put a border
     around the entire hero section. */
  .hero{
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    min-height:350px;
    padding:30px 0 38px;
    background:
      linear-gradient(145deg,rgba(255,218,75,.13),transparent 24%),
      linear-gradient(325deg,rgba(255,218,75,.09),transparent 30%),
      radial-gradient(circle at 50% 35%,rgba(18,148,226,.28),transparent 45%),
      linear-gradient(180deg,#087fc1 0%,#063b61 100%);
  }

  /* One large MASTER hero card — no nested frame */
  .hero .uv-wrap{
    width:calc(100% - 80px);
    max-width:1380px;
  }

  .hero-panel{
    width:100%;
    max-width:none !important;
    min-height:310px;
    box-sizing:border-box;
    margin:0 auto;
    padding:42px 70px;
    border:4px solid var(--gold);
    border-radius:30px;
    background:
      linear-gradient(145deg,rgba(255,226,80,.08),transparent 30%),
      radial-gradient(circle at 50% 25%,rgba(11,114,181,.20),transparent 48%),
      linear-gradient(145deg,#082e4b,#05243c 72%,#061f36);
    box-shadow:
      0 0 32px rgba(255,213,26,.22),
      0 12px 30px rgba(0,0,0,.38),
      inset 0 0 30px rgba(0,0,0,.22);
  }

  .hero h1{
    font-size:48px;
    line-height:1.12;
  }

  .hero p{
    font-size:18px;
  }

  .hero-actions{
    width:min(760px,100%);
    gap:16px;
    margin-top:23px;
  }

  .hero-actions a{
    height:62px;
    font-size:21px;
    border-radius:20px;
  }

  /* Services should start as a strong, wide white MASTER card */
  .services{
    padding:34px 0 42px;
    background:
      linear-gradient(135deg,rgba(255,219,55,.08),transparent 25%),
      linear-gradient(180deg,#0b82c3,#086da5);
  }

  .services-box{
    width:100%;
    box-sizing:border-box;
    padding:30px 28px 36px;
    border-radius:30px;
  }

  .services-box h2{
    font-size:36px;
  }

  .service-track{
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:12px;
  }

  .service-card{
    height:150px;
    border-radius:20px;
  }

  /* Recommendation width follows services */
  .recommend .uv-wrap{
    width:calc(100% - 80px);
    max-width:1380px;
  }

  .recommend-box{
    padding:28px 30px 34px;
    border-radius:28px;
  }

  .recommend-image{
    height:300px;
  }
}

/* Keep tablet/laptop clean without changing the approved mobile design. */
@media (min-width:701px) and (max-width:1199px){
  .uv-wrap{
    width:calc(100% - 40px);
  }
  .hero .uv-wrap{
    width:calc(100% - 40px);
  }
  .hero-panel{
    padding:34px 45px;
  }
}

/* Mobile: explicitly cancel desktop correction so the existing
   approved mobile layout remains intact. */
@media (max-width:700px){
  .hero{
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
  }
  .hero-panel{
    max-width:930px;
  }
}


/* =========================================================
   UVIP888 V21 — MASTER HERO WIDTH FIX
   The hero background must span the page; only the inner
   bordered MASTER card is constrained.
   ========================================================= */
@media (min-width:1000px){
  .hero{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:34px 0 40px !important;
    box-sizing:border-box;
    border:0 !important;
    border-radius:0 !important;
    background:
      linear-gradient(135deg,rgba(255,220,65,.12),transparent 22%),
      linear-gradient(315deg,rgba(255,220,65,.10),transparent 28%),
      radial-gradient(circle at 50% 45%,rgba(14,132,205,.25),transparent 52%),
      linear-gradient(180deg,#0a7fb9 0%,#073e62 100%) !important;
  }

  .hero .uv-wrap{
    width:calc(100% - 80px) !important;
    max-width:1250px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .hero-panel{
    width:100% !important;
    max-width:none !important;
    margin:0 auto !important;
    min-height:310px;
  }
}

/* Keep the mobile layout untouched. */
@media (max-width:700px){
  .hero{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
  }
}


/* =========================================================
   UVIP888 V21 — MASTER DETAIL PASS
   Desktop only: widen the service/recommendation content,
   refine card proportions and keep the approved mobile
   bottom navigation untouched.
   ========================================================= */
@media (min-width:1000px){
  /* Services: MASTER has a broad white content panel */
  .services > .uv-wrap{
    width:calc(100% - 80px) !important;
    max-width:1500px !important;
  }
  .services-box{
    padding:30px 34px 38px !important;
    border-width:4px;
    border-radius:30px;
  }
  .services-box h2{
    font-size:38px !important;
    margin-bottom:2px;
  }
  .services-box > p{
    font-size:16px;
    margin-bottom:20px;
  }
  .service-track{
    grid-template-columns:repeat(6,minmax(0,1fr)) !important;
    gap:14px !important;
  }
  .service-card{
    height:158px !important;
    padding:12px 7px 13px !important;
    border-radius:21px !important;
    border-width:3px !important;
  }
  .service-icon{
    width:76px !important;
    height:76px !important;
    border-width:3px !important;
  }
  .service-card strong{
    font-size:13px !important;
  }
  .service-arrow{
    width:48px !important;
    height:60px !important;
  }

  /* Recommendation: same visual width as the services panel */
  .recommend > .uv-wrap{
    width:calc(100% - 80px) !important;
    max-width:1500px !important;
  }
  .recommend{
    padding:34px 0 42px !important;
  }
  .recommend-box{
    padding:30px 32px 36px !important;
    border-radius:28px !important;
  }
  .recommend h2{
    font-size:34px !important;
  }
  .recommend-image{
    height:330px !important;
    border-radius:20px !important;
  }
}

/* Mobile remains unchanged from the approved version. */
@media (max-width:700px){
  .services > .uv-wrap,
  .recommend > .uv-wrap{
    width:auto !important;
    max-width:none !important;
  }
}


/* =========================================================
   UVIP888 V21 — MASTER RHYTHM / PROPORTION PASS
   Desktop only. Approved mobile layout and bottom dock
   are intentionally left untouched.
   ========================================================= */
@media (min-width:1000px){

  /* Hero: slightly shorter and more compact, like MASTER */
  .hero{
    padding:28px 0 34px !important;
  }
  .hero .uv-wrap{
    width:calc(100% - 110px) !important;
    max-width:1280px !important;
  }
  .hero-panel{
    min-height:280px !important;
    padding:34px 40px 36px !important;
    border-radius:30px !important;
  }
  .hero-panel h1{
    margin:10px 0 8px !important;
  }
  .hero-panel p{
    margin-bottom:18px !important;
  }
  .hero-actions{
    gap:18px !important;
  }

  /* Services section: reduce the large empty top area */
  .services{
    padding:30px 0 38px !important;
  }
  .services > .uv-wrap{
    width:calc(100% - 110px) !important;
    max-width:1450px !important;
  }
  .services-box{
    padding:24px 30px 32px !important;
    border-radius:28px !important;
  }
  .services-box h2{
    margin:0 0 2px !important;
  }
  .services-box > p{
    margin:6px 0 18px !important;
  }

  /* Cleaner section-to-section transition */
  .recommend{
    padding-top:28px !important;
  }
}

/* Never alter the approved mobile proportions here. */
@media (max-width:700px){
  .hero,
  .hero-panel,
  .services,
  .services-box,
  .recommend{
    /* existing mobile rules remain authoritative */
  }
}


/* =========================================================
   UVIP888 V21 — SERVICE SECTION MASTER PASS
   Desktop focus only. Hero, header and approved bottom
   navigation are intentionally preserved.
   ========================================================= */
@media (min-width:1000px){

  .services{
    padding:24px 0 36px !important;
  }

  .services > .uv-wrap{
    width:calc(100% - 110px) !important;
    max-width:1450px !important;
  }

  .services-box{
    padding:22px 28px 28px !important;
    border-radius:28px !important;
    box-shadow:0 0 26px rgba(255,215,45,.20);
  }

  .services-box h2{
    font-size:34px !important;
    line-height:1.15 !important;
    margin:0 0 5px !important;
  }

  .services-box h2 + p,
  .services-box > p{
    font-size:15px !important;
    line-height:1.35 !important;
    margin:4px 0 15px !important;
  }

  .service-track{
    grid-template-columns:repeat(6,minmax(0,1fr)) !important;
    gap:12px !important;
    align-items:stretch !important;
  }

  .service-card{
    height:150px !important;
    min-width:0 !important;
    padding:10px 6px 12px !important;
    border-radius:20px !important;
    border-width:3px !important;
    box-shadow:0 6px 14px rgba(0,0,0,.20);
  }

  .service-icon{
    width:72px !important;
    height:72px !important;
    margin:0 auto 7px !important;
  }

  .service-card strong{
    font-size:13px !important;
    line-height:1.15 !important;
  }

  .service-card small{
    font-size:11px !important;
  }

  .service-arrow{
    width:44px !important;
    height:56px !important;
    border-radius:14px !important;
  }
}

/* Mobile: keep existing V21 mobile styling unchanged. */
@media (max-width:700px){
  .services-box h2,
  .service-card,
  .service-track,
  .service-arrow{
    /* existing mobile rules remain in force */
  }
}


/* =========================================================
   UVIP888 V22 — MASTER DETAILS ROUND
   Focus: service carousel + recommendation + lower-page
   rhythm. Header, hero and agreed bottom navigation are
   intentionally preserved.
   ========================================================= */

/* Desktop: show exactly one MASTER row (6 cards) and let the
   existing arrows move through the remaining services. */
@media (min-width:1000px){
  .services{
    padding:30px 0 42px !important;
  }
  .services > .uv-wrap{
    width:calc(100% - 150px) !important;
    max-width:1420px !important;
  }
  .services-box{
    padding:28px 32px 32px !important;
    border-radius:30px !important;
    box-shadow:0 0 26px rgba(255,213,26,.18),0 10px 28px rgba(0,0,0,.28) !important;
  }
  .services-box h2{
    font-size:37px !important;
    margin:0 !important;
  }
  .services-box > p{
    margin:5px 0 18px !important;
  }
  .service-track{
    display:flex !important;
    flex-wrap:nowrap !important;
    overflow:hidden !important;
    gap:12px !important;
  }
  .service-card{
    flex:0 0 calc((100% - 60px)/6) !important;
    width:auto !important;
    height:154px !important;
    box-sizing:border-box !important;
    padding:11px 7px 13px !important;
  }
  .service-icon{
    width:74px !important;
    height:74px !important;
  }
  .service-card strong{
    font-size:13px !important;
    letter-spacing:.1px;
  }
  .service-arrow{
    width:46px !important;
    height:58px !important;
    border-radius:15px !important;
  }
  .service-arrow.left{left:-7px !important}
  .service-arrow.right{right:-7px !important}

  /* Recommendation follows the same width and spacing language
     as the MASTER service panel. */
  .recommend{
    padding:34px 0 40px !important;
    background:
      linear-gradient(135deg,rgba(255,219,55,.07),transparent 25%),
      linear-gradient(180deg,#073d62,#05263f) !important;
  }
  .recommend > .uv-wrap{
    width:calc(100% - 150px) !important;
    max-width:1420px !important;
  }
  .recommend-box{
    padding:28px 30px 32px !important;
    border-width:3px !important;
    border-radius:28px !important;
  }
  .recommend h2{
    font-size:34px !important;
    margin:0 0 5px !important;
  }
  .recommend p{
    margin:4px 0 16px !important;
    font-size:16px !important;
  }
  .recommend-image{
    height:300px !important;
    border-width:3px !important;
    border-radius:20px !important;
    background-size:cover !important;
    background-position:center !important;
  }

  .bottom-info{
    padding:30px 0 34px !important;
  }
  .info-inner h2{
    font-size:28px !important;
  }
  .info-inner p{
    margin-top:7px !important;
  }
}

/* Mobile: preserve the approved proportions, but finish the
   service/recommendation spacing so the page reads continuously. */
@media (max-width:700px){
  .services{
    padding:22px 0 28px !important;
  }
  .services-box{
    padding:20px 12px 24px !important;
  }
  .services-box h2{
    font-size:27px !important;
  }
  .gold-rule{
    width:68% !important;
    height:4px !important;
    margin:8px auto 8px !important;
  }
  .services-box > p{
    font-size:13px !important;
    margin:0 0 14px !important;
  }
  .service-track{
    gap:9px !important;
  }
  .service-card{
    flex-basis:calc((100% - 18px)/3) !important;
    height:145px !important;
    border-radius:19px !important;
  }
  .service-icon{
    width:68px !important;
    height:68px !important;
  }
  .service-arrow{
    width:43px !important;
    height:55px !important;
  }
  .recommend{
    padding:24px 0 30px !important;
  }
  .recommend-box{
    padding:20px 12px 22px !important;
    border-radius:25px !important;
  }
  .recommend h2{
    font-size:26px !important;
  }
  .recommend p{
    font-size:13px !important;
    line-height:1.45 !important;
    margin:5px 0 12px !important;
  }
  .recommend-image{
    height:155px !important;
    border-radius:17px !important;
  }
  .bottom-info{
    padding:26px 0 30px !important;
  }
}


/* =========================================================
   UVIP888 V23 — MASTER SERVICE FINISH
   Only service/recommendation details are refined.
   Header, top menus, hero and bottom 4-button navigation
   remain unchanged.
   ========================================================= */
@media (min-width:1000px){
  .services{padding:30px 0 36px !important}
  .services > .uv-wrap{width:calc(100% - 190px) !important;max-width:1420px !important}
  .services-box{padding:26px 26px 28px !important;border-radius:29px !important}
  .services-box h2{font-size:36px !important;line-height:1.15 !important}
  .services-box > p{font-size:14px !important;margin:5px 0 17px !important}
  .service-track{gap:12px !important}
  .service-card{height:154px !important;padding:10px 6px 12px !important;border-radius:18px !important}
  .service-icon{width:72px !important;height:72px !important;margin-bottom:8px !important}
  .service-card strong{font-size:12px !important}
  .service-arrow{width:44px !important;height:54px !important;border-radius:14px !important}
  .service-arrow.left{left:-6px !important}.service-arrow.right{right:-6px !important}

  .recommend{padding:30px 0 34px !important}
  .recommend > .uv-wrap{width:calc(100% - 190px) !important;max-width:1420px !important}
  .recommend-box{padding:25px 28px 29px !important;border-radius:28px !important}
  .recommend h2{font-size:32px !important;line-height:1.2 !important}
  .recommend p{font-size:15px !important;margin:6px 0 14px !important}
  .recommend-image{height:285px !important;border-radius:19px !important}
}

@media (max-width:700px){
  .services{padding:20px 0 26px !important}
  .services-box{padding:19px 10px 22px !important;border-radius:24px !important}
  .services-box h2{font-size:26px !important}
  .service-track{gap:9px !important}
  .service-card{flex-basis:calc((100% - 18px)/3) !important;height:142px !important}
  .service-icon{width:66px !important;height:66px !important}
  .service-card strong{font-size:11px !important}
  .recommend{padding:22px 0 28px !important}
  .recommend-box{padding:19px 11px 21px !important;border-radius:23px !important}
  .recommend h2{font-size:25px !important}
  .recommend-image{height:152px !important}
}


/* UVIP888 V24 — MASTER lower-page finish
   Header, top menus, hero and bottom navigation are untouched. */

@media (min-width:1000px){
  .services{padding:32px 0 40px !important}
  .services > .uv-wrap{width:min(1360px,calc(100% - 120px)) !important}
  .services-box{padding:27px 28px 30px !important;border-radius:30px !important}
  .services-box h2{font-size:36px !important;line-height:1.15 !important}
  .gold-rule{width:58% !important;height:4px !important;margin:10px auto 9px !important}
  .services-box > p{font-size:14px !important;margin:0 0 17px !important}
  .service-track{gap:12px !important}
  .service-card{
    flex:0 0 calc((100% - 60px)/6) !important;
    height:158px !important;
    padding:10px 6px 13px !important;
    border-radius:19px !important
  }
  .service-icon{width:76px !important;height:76px !important}
  .service-card strong{font-size:12px !important;line-height:1.2 !important}
  .service-arrow{width:46px !important;height:58px !important;border-radius:15px !important}
  .service-arrow.left{left:-8px !important}
  .service-arrow.right{right:-8px !important}

  .recommend{padding:34px 0 40px !important}
  .recommend > .uv-wrap{width:min(1320px,calc(100% - 120px)) !important}
  .recommend-box{padding:27px 30px 31px !important;border-radius:29px !important}
  .recommend h2{font-size:34px !important;margin:0 0 6px !important}
  .recommend p{font-size:16px !important;margin:5px 0 16px !important}
  .recommend-image{
    height:315px !important;
    border-width:3px !important;
    border-radius:20px !important
  }
  .bottom-info{padding:32px 0 38px !important}
  .info-inner h2{font-size:29px !important}
}

@media (max-width:700px){
  .services{padding:21px 0 28px !important}
  .services-box{padding:20px 10px 23px !important;border-radius:25px !important}
  .services-box h2{font-size:26px !important;line-height:1.2 !important}
  .gold-rule{width:70% !important;height:4px !important;margin:8px auto 9px !important}
  .services-box > p{font-size:13px !important;margin-bottom:14px !important}
  .service-track{gap:9px !important}
  .service-card{
    flex-basis:calc((100% - 18px)/3) !important;
    height:146px !important;
    padding:9px 4px 11px !important;
    border-radius:19px !important
  }
  .service-icon{width:67px !important;height:67px !important}
  .service-card strong{font-size:11px !important}
  .service-arrow{width:42px !important;height:54px !important;border-radius:14px !important}
  .recommend{padding:23px 0 29px !important}
  .recommend-box{padding:20px 11px 22px !important;border-radius:24px !important}
  .recommend h2{font-size:25px !important}
  .recommend p{font-size:13px !important;margin:5px 0 12px !important}
  .recommend-image{height:158px !important;border-radius:17px !important}
  .bottom-info{padding:27px 0 32px !important}
}


/* =========================================================
   UVIP888 V25 — MASTER FINAL LOWER-SECTION POLISH
   Keep all established upper-page geometry unchanged.
   ========================================================= */

@media (min-width:1000px){
  /* Service panel */
  .services-box{
    box-shadow:0 14px 34px rgba(0,0,0,.24) !important;
  }
  .service-card{
    box-shadow:0 8px 18px rgba(0,0,0,.18) !important;
  }

  /* Recommendation panel: MASTER-style compact heading + wide banner */
  .recommend-box{
    max-width:1260px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-shadow:0 12px 30px rgba(0,0,0,.22) !important;
  }
  .recommend-image{
    width:100% !important;
    aspect-ratio:4/1 !important;
    height:auto !important;
    object-fit:cover !important;
    object-position:center !important;
  }

  /* Footer transition */
  .bottom-info{
    border-top:1px solid rgba(255,214,0,.45) !important;
  }
}

@media (max-width:700px){
  .services-box{
    box-shadow:0 10px 24px rgba(0,0,0,.20) !important;
  }
  .service-card{
    box-shadow:0 6px 14px rgba(0,0,0,.17) !important;
  }
  .recommend-box{
    box-shadow:0 9px 22px rgba(0,0,0,.20) !important;
  }
  .recommend-image{
    width:100% !important;
    aspect-ratio:4/1 !important;
    height:auto !important;
    min-height:0 !important;
    object-fit:cover !important;
    object-position:center !important;
  }
  .bottom-info{
    border-top:1px solid rgba(255,214,0,.45) !important;
  }
}


/* =========================================================
   UVIP888 V26 — MASTER FOOTER
   Lower page only. Keeps the established header/hero/services
   layout and replaces the empty/white tail with a navy-gold
   branded footer inspired by the supplied MASTER reference.
   ========================================================= */

html, body{background:#041c30 !important;}

.master-footer{
  position:relative;
  overflow:hidden;
  color:#dceaf4;
  background:
    radial-gradient(circle at 8% 50%,rgba(25,126,196,.34),transparent 22%),
    radial-gradient(circle at 92% 50%,rgba(25,126,196,.30),transparent 22%),
    linear-gradient(180deg,#073b5d 0%,#062b46 45%,#031827 100%) !important;
  border-top:1px solid rgba(255,214,0,.65);
  padding:0 !important;
  text-align:center;
}
.master-footer:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(115deg,transparent 0 25%,rgba(255,214,0,.10) 31%,transparent 38%),
    linear-gradient(65deg,transparent 0 68%,rgba(255,214,0,.08) 74%,transparent 82%);
}
.footer-wrap{
  position:relative;
  z-index:2;
  padding:34px 0 24px;
}
.footer-glow{
  position:absolute;
  width:280px;height:280px;
  border-radius:50%;
  filter:blur(40px);
  opacity:.22;
  background:#118bd0;
  pointer-events:none;
}
.footer-glow-left{left:-170px;top:80px}
.footer-glow-right{right:-170px;top:80px}

.footer-brand{margin-bottom:24px}
.footer-title-line{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}
.footer-title-line span{
  display:block;
  width:180px;
  height:2px;
  background:linear-gradient(90deg,transparent,#ffd600);
  box-shadow:0 0 10px rgba(255,214,0,.45);
}
.footer-title-line span:last-child{
  background:linear-gradient(90deg,#ffd600,transparent);
}
.footer-title-line strong{
  color:#fff;
  font-size:31px;
  letter-spacing:.5px;
  text-shadow:0 2px 12px rgba(0,0,0,.35);
}
.footer-brand p{
  margin:8px 0 0;
  color:#c9d9e4;
  font-size:14px;
}

.footer-features{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
  max-width:1180px;
  margin:0 auto 25px;
}
.footer-feature{
  min-height:84px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:10px 8px;
  border:1px solid rgba(255,214,0,.75);
  border-radius:15px;
  background:linear-gradient(180deg,rgba(5,44,71,.9),rgba(3,26,43,.94));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 7px 18px rgba(0,0,0,.18);
}
.footer-feature b{
  color:#ffd62a;
  font-size:24px;
  line-height:1;
  margin-bottom:7px;
}
.footer-feature strong{
  color:#fff;
  font-size:13px;
  line-height:1.2;
}
.footer-feature span{
  color:#9fc0d3;
  font-size:10px;
  margin-top:3px;
}

.footer-divider{
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,214,0,.75),transparent);
  margin:5px auto 18px;
  position:relative;
}
.footer-divider span{
  position:relative;
  top:-11px;
  padding:0 14px;
  background:#062e4a;
  color:#ffd62a;
  font-size:13px;
  font-weight:700;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:0;
  max-width:1180px;
  margin:0 auto 18px;
}
.footer-links a{
  color:#fff !important;
  text-decoration:none !important;
  font-size:13px;
  padding:0 12px;
  border-right:1px solid rgba(255,255,255,.35);
}
.footer-links a:last-child{border-right:0}
.footer-links a:hover{color:#ffd62a !important}

.footer-socials{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
  margin:0 auto 24px;
}
.footer-socials a{
  min-width:155px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:22px;
  text-decoration:none !important;
  background:#061e32;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 5px 14px rgba(0,0,0,.18);
}
.footer-socials b{font-size:15px}
.footer-socials span{font-size:12px}
.social-line{border-color:#2ee66b !important}
.social-fb{border-color:#2384ff !important}
.social-tg{border-color:#28b9ff !important}
.social-yt{border-color:#ff4242 !important}

.footer-bottom{
  border-top:1px solid rgba(255,214,0,.28);
  padding-top:19px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:22px;
}
.footer-logo{text-align:left}
.footer-logo img{
  width:210px;
  height:auto;
  max-height:58px;
  object-fit:contain;
  object-position:left center;
}
.footer-copy{
  display:flex;
  flex-direction:column;
  gap:5px;
}
.footer-copy strong{
  color:#ffd62a;
  font-size:20px;
}
.footer-copy span{
  color:#a9c1d0;
  font-size:11px;
}
.footer-badges{
  display:flex;
  justify-content:flex-end;
  gap:10px;
}
.footer-badges span{
  min-width:58px;
  padding:8px 10px;
  border:1px solid #ffd62a;
  border-radius:10px;
  color:#ffd62a;
  font-weight:700;
  font-size:11px;
  background:#062036;
}

@media (max-width:700px){
  .footer-wrap{padding:27px 14px 86px}
  .footer-title-line{gap:9px}
  .footer-title-line span{width:55px}
  .footer-title-line strong{font-size:23px}
  .footer-brand{margin-bottom:18px}
  .footer-brand p{font-size:11px;line-height:1.5;margin-top:6px}

  .footer-features{
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin-bottom:21px;
  }
  .footer-feature{
    min-height:78px;
    padding:8px 4px;
    border-radius:12px;
  }
  .footer-feature b{font-size:20px;margin-bottom:5px}
  .footer-feature strong{font-size:10px}
  .footer-feature span{font-size:8px}

  .footer-divider{margin-bottom:15px}
  .footer-links{
    gap:8px 0;
    margin-bottom:17px;
  }
  .footer-links a{
    font-size:10px;
    padding:0 8px;
  }

  .footer-socials{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:8px;
    margin-bottom:19px;
  }
  .footer-socials a{
    min-width:0;
    height:36px;
    border-radius:19px;
  }
  .footer-socials b{font-size:12px}
  .footer-socials span{font-size:10px}

  .footer-bottom{
    grid-template-columns:1fr;
    gap:10px;
    padding-top:15px;
  }
  .footer-logo{text-align:center}
  .footer-logo img{
    width:170px;
    max-height:48px;
    object-position:center;
  }
  .footer-copy strong{font-size:17px}
  .footer-copy span{font-size:9px}
  .footer-badges{justify-content:center}
  .footer-badges span{font-size:9px;padding:6px 9px}
}

/* UVIP888 V27 — remove the stray white tail below the homepage footer */
html,body{background:#031827 !important;min-height:100%;}

/* If Elementor/another page builder leaves an empty block after the theme footer,
   keep that tail on-brand instead of allowing the browser white background through. */
footer.master-footer ~ .elementor,
footer.master-footer ~ .elementor-location-single,
footer.master-footer ~ .elementor-location-footer,
footer.master-footer ~ .elementor-location-header{
  background:#031827 !important;
}
footer.master-footer ~ .elementor .elementor-section,
footer.master-footer ~ .elementor .elementor-container,
footer.master-footer ~ .elementor .elementor-widget-wrap{
  background:#031827 !important;
}

/* Hide only empty builder blocks that contain the default broken-image placeholder,
   without touching the login modal or normal theme content. */
footer.master-footer ~ .elementor:has(img[src*="placeholder"]){
  min-height:0 !important;
}

/* Make the MASTER footer visually continue to the bottom edge. */
.master-footer{
  min-height:330px;
  padding-bottom:0 !important;
}
@media(max-width:700px){
  .master-footer{min-height:360px}
}

/* If a blank Elementor section is literally the final sibling, make it visually invisible. */
footer.master-footer ~ .elementor:last-of-type:empty{display:none !important;}

/* UVIP888 V28 — remove the remaining white tail under the MASTER footer */
html, body, #page, .site, .site-content, main, .content-area,
.elementor, .elementor-page, .elementor-location-single, .elementor-location-footer {
  background-color:#041c30 !important;
}
body{
  background:
    radial-gradient(circle at 10% 45%,rgba(25,126,196,.22),transparent 28%),
    radial-gradient(circle at 90% 45%,rgba(25,126,196,.18),transparent 28%),
    linear-gradient(180deg,#062f4b 0%,#041c30 100%) !important;
  min-height:100vh;
}
.site-content{min-height:0 !important;}
/* Hide the broken/empty image placeholder that was producing the visible white block */
img[src*="placeholder"],
img[src*="image-placeholder"],
img[src*="placeholder-image"]{display:none !important;}
/* Any empty Elementor spacer/container after the footer should not create a white area */
.master-footer + .elementor,
.master-footer ~ .elementor,
.master-footer + .site-content,
.master-footer ~ .site-content{
  background:transparent !important;
}

/* UVIP888 V29 — MASTER footer cleanup: prevent any trailing builder block from creating a white tail */
html, body { background:#041c30 !important; }
body { overflow-x:hidden; }
footer.master-footer { position:relative; z-index:2; background:#041c30 !important; }
footer.master-footer ~ * { background-color:#041c30 !important; color:inherit; }
footer.master-footer ~ *:not(script):not(style) { min-height:0 !important; }
footer.master-footer ~ .elementor,
footer.master-footer ~ .elementor-location-single,
footer.master-footer ~ .elementor-location-footer,
footer.master-footer ~ .elementor-location-header,
footer.master-footer ~ #content,
footer.master-footer ~ .site-content { display:none !important; }
footer.master-footer ~ * img { display:none !important; }


/* UVIP888 V31 — FINAL full-page background cleanup */
html { background:#041c30 !important; }
html body { background:#041c30 !important; }
body { min-height:100vh !important; }
/* Elementor can output an extra wrapper outside the theme footer. Keep every outer wrapper on-brand. */
body > #page,
body > .site,
body > .elementor,
body > .elementor-location-single,
body > .elementor-location-footer,
body > .elementor-location-header,
body > #content,
body > .site-content,
body > main { background:#041c30 !important; }
/* Common WordPress/Elementor wrappers must never expose the browser's white background. */
#page, .site, #content, .site-content, .content-area, .elementor-page,
.elementor-location-single, .elementor-location-footer, .elementor-section-wrap,
.elementor-container, .elementor-widget-wrap { background-color:#041c30 !important; }
/* If an empty Elementor canvas remains after the footer, collapse it completely. */
body .elementor:empty,
body .elementor-location-single:empty,
body .elementor-location-footer:empty { display:none !important; min-height:0 !important; height:0 !important; }
/* Remove empty builder sections/containers after the theme footer. */
.master-footer ~ .elementor-section,
.master-footer ~ .elementor-container,
.master-footer ~ .elementor-widget-wrap,
.master-footer ~ .elementor-element,
.master-footer ~ .elementor { display:none !important; }
/* The page should end in the same dark-blue MASTER tone, never white. */
body::after { content:""; display:block; height:0 !important; background:#041c30 !important; }


/* UVIP888 V31 — force the MASTER footer to be the only visible footer.
   Some Elementor/Hostinger/WooCommerce templates can inject a second generic
   footer during wp_footer; hide those wrappers so the page ends on-brand. */
footer:not(.master-footer),
.site-footer:not(.master-footer),
.elementor-location-footer,
.elementor-theme-builder-footer,
[data-elementor-type="footer"] {
  display:none !important;
}
/* Prevent the generic footer's white wrapper from being visible. */
body > .elementor-location-footer,
body > .elementor,
body > footer:not(.master-footer) {
  background:#041c30 !important;
}
/* Keep the page bottom in the MASTER blue tone. */
html, body { background:#041c30 !important; }


/* =========================================================
   UVIP888 V32 — MASTER footer polish
   Keep the existing MASTER homepage intact and make the
   footer feel like one continuous premium section.
   ========================================================= */

.master-footer{
  border-top:2px solid #ffd600 !important;
  background:
    radial-gradient(circle at 12% 20%,rgba(24,150,220,.22),transparent 28%),
    radial-gradient(circle at 88% 20%,rgba(24,150,220,.18),transparent 28%),
    linear-gradient(180deg,#073b5d 0%,#052b46 52%,#031827 100%) !important;
}

.master-footer .footer-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:34px 24px 22px;
}

.master-footer .footer-brand{
  margin-bottom:20px;
}

.master-footer .footer-title-line strong{
  font-size:30px;
  color:#fff;
  text-shadow:0 0 14px rgba(255,214,0,.16);
}

.master-footer .footer-title-line span{
  width:150px;
  background:linear-gradient(90deg,transparent,#ffd600) !important;
}

.master-footer .footer-title-line span:last-child{
  background:linear-gradient(90deg,#ffd600,transparent) !important;
}

.master-footer .footer-brand p{
  color:#d7e8f2;
  font-size:13px;
}

.master-footer .footer-features{
  max-width:1120px;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
  margin-bottom:22px;
}

.master-footer .footer-feature{
  min-height:74px;
  border-color:rgba(255,214,0,.62);
  border-radius:12px;
  background:linear-gradient(180deg,rgba(7,55,87,.92),rgba(3,28,46,.96));
  transition:transform .2s ease,border-color .2s ease;
}

.master-footer .footer-feature:hover{
  transform:translateY(-2px);
  border-color:#ffd600;
}

.master-footer .footer-feature b{
  color:#ffd62a;
}

.master-footer .footer-divider{
  margin:3px auto 17px;
}

.master-footer .footer-links{
  max-width:1080px;
  margin-bottom:17px;
}

.master-footer .footer-links a{
  font-size:12px;
  padding:0 11px;
}

.master-footer .footer-socials{
  gap:10px;
  margin-bottom:21px;
}

.master-footer .footer-socials a{
  min-width:145px;
  height:38px;
  background:rgba(2,22,36,.88);
  border-color:rgba(255,255,255,.25);
}

.master-footer .footer-bottom{
  padding-top:16px;
  border-top-color:rgba(255,214,0,.4);
}

.master-footer .footer-logo img{
  width:185px;
  max-height:52px;
}

.master-footer .footer-copy strong{
  color:#ffd62a;
  font-size:19px;
}

.master-footer .footer-badges span{
  border-color:rgba(255,214,0,.8);
  color:#ffd62a;
}

/* Keep the very bottom dark-blue even if another WordPress wrapper follows. */
html,body{
  background:#031827 !important;
}
.master-footer + *,
.master-footer ~ *{
  background:#031827 !important;
}

@media(max-width:700px){
  .master-footer .footer-wrap{
    padding:27px 12px 86px;
  }

  .master-footer .footer-title-line strong{
    font-size:22px;
  }

  .master-footer .footer-title-line span{
    width:45px;
  }

  .master-footer .footer-features{
    grid-template-columns:repeat(3,1fr);
    gap:7px;
  }

  .master-footer .footer-feature{
    min-height:76px;
  }

  .master-footer .footer-links a{
    font-size:10px;
    padding:0 7px;
  }

  .master-footer .footer-socials a{
    height:36px;
  }

  .master-footer .footer-logo img{
    width:160px;
  }
}


/* UVIP888 V33 — compact footer finishing pass */
.master-footer{
  position:relative;
  overflow:hidden;
}
.master-footer .footer-wrap{
  padding-top:28px;
  padding-bottom:18px;
}
.master-footer .footer-brand{
  margin-bottom:15px;
}
.master-footer .footer-title-line strong{
  font-size:28px;
}
.master-footer .footer-brand p{
  margin:6px 0 0;
}
.master-footer .footer-features{
  margin-top:12px;
  margin-bottom:17px;
}
.master-footer .footer-feature{
  min-height:68px;
  padding:10px 8px;
}
.master-footer .footer-feature b{
  font-size:20px;
  line-height:1;
}
.master-footer .footer-feature strong{
  font-size:12px;
}
.master-footer .footer-feature span{
  font-size:10px;
}
.master-footer .footer-divider{
  margin:2px auto 13px;
}
.master-footer .footer-links{
  margin-bottom:14px;
}
.master-footer .footer-socials{
  margin-bottom:17px;
}
.master-footer .footer-bottom{
  padding-top:13px;
}
.master-footer .footer-logo img{
  width:165px;
}
.master-footer .footer-copy strong{
  font-size:17px;
}

@media(max-width:700px){
  .master-footer .footer-wrap{
    padding:23px 10px 78px;
  }
  .master-footer .footer-title-line strong{
    font-size:21px;
  }
  .master-footer .footer-brand p{
    font-size:11px;
  }
  .master-footer .footer-features{
    grid-template-columns:repeat(3,1fr);
    gap:6px;
  }
  .master-footer .footer-feature{
    min-height:66px;
    padding:8px 5px;
  }
  .master-footer .footer-feature b{
    font-size:17px;
  }
  .master-footer .footer-feature strong{
    font-size:10px;
  }
  .master-footer .footer-feature span{
    font-size:9px;
  }
}


/* =========================================================
   UVIP888 V36 — footer built from the user's reference image
   ========================================================= */

.master-footer{
  position:relative;
  overflow:hidden;
  border-top:1px solid rgba(255,214,0,.72) !important;
  background:
    radial-gradient(ellipse at 0% 55%,rgba(0,136,255,.26),transparent 31%),
    radial-gradient(ellipse at 100% 55%,rgba(0,136,255,.26),transparent 31%),
    radial-gradient(ellipse at 50% 120%,rgba(0,72,130,.45),transparent 52%),
    linear-gradient(180deg,#073d60 0%,#052e4b 50%,#021a2b 100%) !important;
  color:#fff;
}

.master-footer:before{
  content:"";
  position:absolute;
  left:0;right:0;top:38px;
  height:310px;
  opacity:.55;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 7% 65%,transparent 0 25%,rgba(22,154,230,.26) 26%,transparent 27%),
    radial-gradient(ellipse at 93% 65%,transparent 0 25%,rgba(22,154,230,.26) 26%,transparent 27%),
    linear-gradient(165deg,transparent 45%,rgba(255,255,255,.10) 46%,transparent 47%),
    linear-gradient(15deg,transparent 45%,rgba(255,255,255,.08) 46%,transparent 47%);
}

.footer-stadium-glow{
  position:absolute;
  width:270px;height:270px;
  top:30px;
  border-radius:50%;
  opacity:.5;
  filter:blur(1px);
  pointer-events:none;
}
.footer-stadium-left{left:-135px;background:radial-gradient(circle,#f8ffff 0 2%,#54cfff 3% 5%,transparent 7% 100%);}
.footer-stadium-right{right:-135px;background:radial-gradient(circle,#f8ffff 0 2%,#54cfff 3% 5%,transparent 7% 100%);}

.master-footer .footer-wrap{
  position:relative;
  z-index:2;
  max-width:1200px;
  margin:0 auto;
  padding:27px 24px 17px;
}

.master-footer .footer-brand{margin-bottom:15px;text-align:center;}
.master-footer .footer-title-line{display:flex;align-items:center;justify-content:center;gap:14px;}
.master-footer .footer-title-line span{
  width:190px;height:2px;
  background:linear-gradient(90deg,transparent,#ffd21a) !important;
  box-shadow:0 0 7px rgba(255,210,26,.45);
}
.master-footer .footer-title-line span:last-child{
  background:linear-gradient(90deg,#ffd21a,transparent) !important;
}
.master-footer .footer-title-line strong{
  color:#fff;
  font-size:29px;
  letter-spacing:.3px;
  text-shadow:0 2px 10px rgba(0,0,0,.45);
}
.master-footer .footer-brand p{margin:6px 0 0;color:#e2eef5;font-size:13px;}

.master-footer .footer-features{
  display:grid !important;
  grid-template-columns:repeat(6,1fr) !important;
  gap:12px;
  max-width:1140px;
  margin:16px auto 19px;
}
.master-footer .footer-feature{
  min-height:67px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:9px 7px;
  border:1px solid rgba(255,210,26,.82) !important;
  border-radius:14px;
  background:rgba(2,27,44,.58) !important;
  box-shadow:inset 0 0 18px rgba(0,135,220,.08),0 4px 16px rgba(0,0,0,.16);
}
.master-footer .footer-feature b{
  font-size:25px;
  line-height:1;
  color:#ffd21a;
  margin-bottom:6px;
  text-shadow:0 0 8px rgba(255,210,26,.24);
}
.master-footer .footer-feature strong{
  color:#fff;
  font-size:12px;
  white-space:nowrap;
}

.master-footer .footer-payment-title{
  display:flex;align-items:center;justify-content:center;gap:12px;
  color:#ffd21a;
  margin:4px auto 11px;
}
.master-footer .footer-payment-title span{
  height:2px;flex:1;max-width:330px;
  background:linear-gradient(90deg,transparent,#ffd21a);
}
.master-footer .footer-payment-title span:last-child{
  background:linear-gradient(90deg,#ffd21a,transparent);
}
.master-footer .footer-payment-title strong{font-size:15px;}

.master-footer .footer-payments{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:13px;
  flex-wrap:wrap;
  margin-bottom:17px;
}
.master-footer .footer-payments span{
  min-width:83px;height:48px;
  padding:0 12px;
  display:flex;align-items:center;justify-content:center;
  border-radius:9px;
  background:linear-gradient(180deg,#fff,#edf4f8);
  color:#123e5c;
  border:1px solid rgba(255,210,26,.8);
  font-size:10px;
  font-weight:800;
  box-shadow:0 3px 10px rgba(0,0,0,.22);
}

.master-footer .footer-divider{
  width:100%;
  height:1px;
  margin:3px auto 14px;
  background:linear-gradient(90deg,transparent,rgba(255,210,26,.7),transparent);
}

.master-footer .footer-links{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:0;
  margin:0 auto 16px;
  max-width:1160px;
}
.master-footer .footer-links a{
  color:#fff !important;
  font-size:12px;
  font-weight:700;
  padding:2px 10px;
}
.master-footer .footer-links a:hover{color:#ffd21a !important;}
.master-footer .footer-links i{font-style:normal;color:#ffd21a;opacity:.75;}

.master-footer .footer-socials{
  display:flex;
  justify-content:center;
  gap:22px;
  margin:0 auto 17px;
  flex-wrap:wrap;
}
.master-footer .footer-socials a{
  min-width:164px;height:40px;
  display:flex;align-items:center;justify-content:center;gap:11px;
  border-radius:22px;
  background:rgba(2,24,39,.82) !important;
  color:#fff !important;
  border:1px solid currentColor;
  box-shadow:0 4px 13px rgba(0,0,0,.22);
}
.master-footer .footer-socials b{font-size:14px;}
.master-footer .social-line{color:#24ef70 !important;}
.master-footer .social-fb{color:#3e8cff !important;}
.master-footer .social-tg{color:#26c9ff !important;}
.master-footer .social-yt{color:#ff3434 !important;}

.master-footer .footer-bottom{
  display:grid;
  grid-template-columns:1fr 1.55fr auto;
  align-items:center;
  gap:25px;
  padding-top:15px;
  border-top:1px solid rgba(255,210,26,.34);
}
.master-footer .footer-logo{display:flex;flex-direction:column;align-items:flex-start;}
.master-footer .footer-logo img{width:185px;max-height:52px;object-fit:contain;}
.master-footer .footer-logo small{margin-top:3px;color:#ffd21a;font-size:8px;letter-spacing:1.5px;}
.master-footer .footer-copy{display:flex;flex-direction:column;align-items:center;gap:5px;text-align:center;}
.master-footer .footer-copy span{font-size:11px;color:#e5f0f6;}
.master-footer .footer-badges{display:flex;gap:13px;align-items:center;}
.master-footer .footer-badges span{
  min-width:52px;height:44px;
  display:flex;align-items:center;justify-content:center;
  border:2px solid #d9a91b;
  border-radius:50%;
  color:#ffd21a;
  font-size:10px;font-weight:900;
  background:rgba(1,20,32,.72);
}

@media(max-width:700px){
  .master-footer .footer-wrap{padding:24px 10px 76px;}
  .master-footer .footer-title-line{gap:8px;}
  .master-footer .footer-title-line span{width:55px;}
  .master-footer .footer-title-line strong{font-size:21px;}
  .master-footer .footer-brand p{font-size:10px;}
  .master-footer .footer-features{grid-template-columns:repeat(3,1fr) !important;gap:7px;margin-top:14px;}
  .master-footer .footer-feature{min-height:68px;padding:7px 4px;border-radius:11px;}
  .master-footer .footer-feature b{font-size:19px;margin-bottom:4px;}
  .master-footer .footer-feature strong{font-size:9px;}
  .master-footer .footer-payment-title span{max-width:65px;}
  .master-footer .footer-payment-title strong{font-size:12px;}
  .master-footer .footer-payments{gap:7px;}
  .master-footer .footer-payments span{min-width:69px;height:38px;padding:0 6px;font-size:8px;}
  .master-footer .footer-links a{font-size:9px;padding:3px 5px;}
  .master-footer .footer-links i{font-size:9px;}
  .master-footer .footer-socials{gap:7px;}
  .master-footer .footer-socials a{min-width:137px;height:36px;font-size:10px;}
  .master-footer .footer-bottom{grid-template-columns:1fr;gap:12px;text-align:center;}
  .master-footer .footer-logo{align-items:center;}
  .master-footer .footer-logo img{width:155px;}
  .master-footer .footer-copy{order:3;}
  .master-footer .footer-badges{justify-content:center;}
}


/* ===== UVIP888 V36 FOOTER: direct homepage footer, reference-inspired ===== */
.uvip-v35-footer{
  position:relative;
  overflow:hidden;
  color:#eef8ff;
  background:
    radial-gradient(ellipse at 0% 60%,rgba(16,129,207,.55),transparent 28%),
    radial-gradient(ellipse at 100% 60%,rgba(16,129,207,.48),transparent 28%),
    linear-gradient(180deg,#063451 0%,#052844 48%,#021725 100%);
  border-top:1px solid rgba(255,214,25,.85);
  box-shadow:inset 0 20px 60px rgba(0,0,0,.12);
}
.uvip-v35-footer:before{
  content:"";
  position:absolute;
  left:0;right:0;top:105px;height:260px;
  background:
    repeating-linear-gradient(164deg,transparent 0 34px,rgba(66,169,230,.10) 35px,transparent 36px 70px),
    linear-gradient(180deg,transparent,rgba(0,0,0,.18));
  opacity:.8;
}
.v35-stadium-light{
  position:absolute;top:30px;width:260px;height:180px;
  background:radial-gradient(ellipse at center,rgba(135,219,255,.75),rgba(25,144,215,.18) 32%,transparent 70%);
  filter:blur(4px);
  opacity:.9;
}
.v35-light-left{left:-100px;transform:rotate(-20deg)}
.v35-light-right{right:-100px;transform:rotate(20deg)}
.v35-ball{
  position:absolute;bottom:20px;width:130px;height:130px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:78px;opacity:.65;
  filter:drop-shadow(0 0 18px rgba(255,214,25,.55));
}
.v35-ball-left{left:-35px}.v35-ball-right{right:-35px}
.v35-footer-inner{position:relative;z-index:2;padding:30px 0 22px}
.v35-footer-heading{display:flex;align-items:center;justify-content:center;gap:14px}
.v35-footer-heading span{width:180px;height:2px;background:linear-gradient(90deg,transparent,#ffd61a)}
.v35-footer-heading span:last-child{transform:scaleX(-1)}
.v35-footer-heading strong{font-size:30px;color:#fff;white-space:nowrap}
.v35-footer-sub{text-align:center;margin:8px 0 22px;color:#dcebf4;font-size:14px}
.v35-footer-features{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}
.v35-footer-features>div{
  min-height:78px;border:1px solid #e8b91c;border-radius:16px;
  background:rgba(3,30,48,.72);display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:5px;
  box-shadow:inset 0 0 20px rgba(16,141,211,.08);
}
.v35-footer-features b{font-size:29px;line-height:1}
.v35-footer-features strong{font-size:13px}
.v35-section-line{display:flex;align-items:center;justify-content:center;gap:15px;margin:25px 0 12px}
.v35-section-line span{height:2px;flex:1;max-width:390px;background:linear-gradient(90deg,transparent,#ffd61a)}
.v35-section-line span:last-child{transform:scaleX(-1)}
.v35-section-line strong{color:#ffd61a;font-size:18px}
.v35-payments{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}
.v35-payments span{
  min-width:105px;height:48px;padding:0 12px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  background:#f5f7f9;color:#12344b;font-weight:800;font-size:12px;
  border:1px solid #ffd61a;box-shadow:0 3px 12px rgba(0,0,0,.18)
}
.v35-divider{height:1px;background:linear-gradient(90deg,transparent,#44677c,transparent);margin:20px 0 12px}
.v35-links{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}
.v35-links a{color:#fff;text-decoration:none;font-size:14px;font-weight:600}
.v35-links a:hover{color:#ffd61a}.v35-links i{color:#7894a7;font-style:normal}
.v35-socials{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin:22px 0}
.v35-socials a{
  min-width:170px;height:44px;padding:0 18px;border-radius:24px;
  border:1px solid #149eff;background:rgba(2,24,40,.82);
  color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:12px;
  box-shadow:0 0 10px rgba(20,158,255,.16)
}
.v35-socials a:nth-child(1){border-color:#27e66f}.v35-socials a:nth-child(3){border-color:#19c7ff}.v35-socials a:nth-child(4){border-color:#ff3030}
.v35-socials b{font-size:18px}.v35-socials span{font-weight:700}
.v35-bottom{
  display:grid;grid-template-columns:1fr 1.6fr auto;align-items:center;gap:24px;
  border-top:1px solid rgba(255,214,25,.35);padding-top:18px
}
.v35-brand{display:flex;flex-direction:column;align-items:flex-start}
.v35-brand img{width:210px;max-width:100%;height:auto}.v35-brand small{color:#ffd61a;font-size:9px;letter-spacing:1px}
.v35-copy{display:flex;flex-direction:column;gap:4px;text-align:right;font-size:12px;color:#d2e1ea}
.v35-copy strong{font-size:14px;color:#fff}.v35-badges{display:flex;gap:12px;align-items:center}
.v35-badges span{border:1px solid #ffd61a;border-radius:22px;padding:10px 14px;color:#ffd61a;font-weight:800;background:rgba(2,20,32,.72)}

@media(max-width:900px){
  .v35-footer-inner{padding:26px 14px 88px}
  .v35-footer-heading span{width:60px}.v35-footer-heading strong{font-size:22px}
  .v35-footer-sub{font-size:11px}
  .v35-footer-features{grid-template-columns:repeat(3,1fr);gap:8px}
  .v35-footer-features>div{min-height:72px}.v35-footer-features b{font-size:22px}.v35-footer-features strong{font-size:9px}
  .v35-section-line span{max-width:65px}.v35-section-line strong{font-size:12px}
  .v35-payments{gap:7px}.v35-payments span{min-width:72px;height:38px;font-size:8px;padding:0 6px}
  .v35-links{gap:4px}.v35-links a{font-size:9px}.v35-links i{font-size:9px}
  .v35-socials{gap:7px}.v35-socials a{min-width:135px;height:36px;font-size:10px}
  .v35-bottom{grid-template-columns:1fr;gap:12px;text-align:center}
  .v35-brand{align-items:center}.v35-brand img{width:165px}
  .v35-copy{text-align:center}.v35-badges{justify-content:center}
  .v35-ball{font-size:48px;width:90px;height:90px}
}



/* =========================================================
   UVIP888 V36 — PREMIUM STADIUM FOOTER POLISH
   Footer only: richer stadium atmosphere, gold detailing,
   stronger hierarchy, responsive spacing.
   ========================================================= */

.uvip-v35-footer{
  min-height:420px;
  background:
    radial-gradient(ellipse at 50% 20%,rgba(13,111,171,.42),transparent 44%),
    radial-gradient(ellipse at 0% 62%,rgba(19,139,213,.55),transparent 30%),
    radial-gradient(ellipse at 100% 62%,rgba(19,139,213,.55),transparent 30%),
    linear-gradient(180deg,#073b5c 0%,#032b46 48%,#011b2c 100%);
  border-top:2px solid #e9bf20;
  box-shadow:inset 0 22px 70px rgba(0,0,0,.18),0 -8px 30px rgba(0,0,0,.12);
}

.uvip-v35-footer:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;height:110px;
  background:
    linear-gradient(90deg,transparent 0 9%,rgba(255,214,26,.16) 9.1% 9.2%,transparent 9.3% 90.7%,rgba(255,214,26,.16) 90.8% 90.9%,transparent 91%),
    linear-gradient(180deg,transparent,rgba(0,0,0,.30));
  pointer-events:none;
}

.v35-stadium-light{
  width:360px;height:250px;top:5px;
  background:
    radial-gradient(ellipse at center,rgba(195,239,255,.92),rgba(40,171,231,.30) 30%,rgba(10,115,188,.10) 48%,transparent 72%);
  filter:blur(3px);
}
.v35-light-left{left:-125px;transform:rotate(-18deg)}
.v35-light-right{right:-125px;transform:rotate(18deg)}

.v35-ball{
  width:175px;height:175px;bottom:-22px;
  font-size:105px;opacity:.52;
  filter:drop-shadow(0 0 22px rgba(255,214,26,.55));
}
.v35-ball-left{left:-52px}.v35-ball-right{right:-52px}

.v35-footer-inner{
  padding:36px 0 24px;
}

.v35-footer-heading{
  gap:18px;
}
.v35-footer-heading span{
  width:230px;height:2px;
  background:linear-gradient(90deg,transparent,#ffd61a 70%,#fff0a1);
  box-shadow:0 0 8px rgba(255,214,26,.45);
}
.v35-footer-heading strong{
  font-size:32px;
  letter-spacing:.3px;
  text-shadow:0 2px 12px rgba(0,0,0,.55);
}

.v35-footer-sub{
  margin:8px 0 26px;
  font-size:14px;
  text-shadow:0 1px 5px rgba(0,0,0,.45);
}

.v35-footer-features{
  gap:18px;
}
.v35-footer-features>div{
  min-height:88px;
  border:1px solid rgba(255,214,26,.92);
  border-radius:14px;
  background:
    linear-gradient(180deg,rgba(7,52,78,.94),rgba(2,27,44,.92));
  box-shadow:
    inset 0 0 24px rgba(20,154,218,.10),
    0 5px 18px rgba(0,0,0,.20);
  transition:transform .2s ease,box-shadow .2s ease;
}
.v35-footer-features>div:hover{
  transform:translateY(-3px);
  box-shadow:0 7px 22px rgba(255,214,26,.13),inset 0 0 24px rgba(20,154,218,.12);
}
.v35-footer-features b{
  color:#ffd43a;
  font-size:32px;
  text-shadow:0 0 12px rgba(255,210,40,.28);
}
.v35-footer-features strong{
  font-size:13px;
  color:#fff;
}

.v35-section-line{
  margin:28px 0 14px;
}
.v35-section-line span{
  max-width:430px;
  background:linear-gradient(90deg,transparent,#ffd61a 70%,transparent);
}
.v35-section-line strong{
  font-size:17px;
  text-shadow:0 0 9px rgba(255,214,26,.22);
}

.v35-payments{
  gap:12px;
}
.v35-payments span{
  min-width:118px;height:50px;
  border:1px solid #e8bf22;
  border-radius:9px;
  box-shadow:0 4px 14px rgba(0,0,0,.20);
}

.v35-divider{
  margin:22px 0 14px;
  background:linear-gradient(90deg,transparent,#6d8a9a,transparent);
}

.v35-links{
  gap:9px;
}
.v35-links a{
  font-size:14px;
  transition:color .15s ease,text-shadow .15s ease;
}
.v35-links a:hover{
  color:#ffd61a;
  text-shadow:0 0 8px rgba(255,214,26,.30);
}

.v35-socials{
  gap:14px;
  margin:22px 0 25px;
}
.v35-socials a{
  min-width:178px;height:46px;
  background:linear-gradient(180deg,rgba(5,43,68,.96),rgba(2,25,41,.96));
  box-shadow:0 4px 16px rgba(0,0,0,.18);
}
.v35-socials a:nth-child(1){box-shadow:0 0 13px rgba(39,230,111,.11)}
.v35-socials a:nth-child(3){box-shadow:0 0 13px rgba(25,199,255,.11)}
.v35-socials a:nth-child(4){box-shadow:0 0 13px rgba(255,48,48,.11)}

.v35-bottom{
  padding-top:20px;
  gap:30px;
}
.v35-brand img{
  width:220px;
  filter:drop-shadow(0 3px 7px rgba(0,0,0,.42));
}
.v35-brand small{
  margin-top:2px;
  letter-spacing:1.3px;
}
.v35-copy{
  font-size:12px;
}
.v35-copy strong{
  color:#fff;
}
.v35-badges{
  gap:10px;
}
.v35-badges span{
  min-width:55px;
  text-align:center;
  padding:10px 13px;
  box-shadow:0 3px 12px rgba(0,0,0,.18);
}

/* A subtle stadium horizon behind the footer content */
.v35-footer-inner:before{
  content:"";
  position:absolute;
  left:0;right:0;top:122px;height:155px;
  background:
    linear-gradient(172deg,transparent 0 43%,rgba(64,174,226,.16) 43.5%,transparent 44.5%),
    linear-gradient(8deg,transparent 0 43%,rgba(64,174,226,.14) 43.5%,transparent 44.5%);
  pointer-events:none;
  opacity:.85;
}

@media(max-width:900px){
  .uvip-v35-footer{min-height:0}
  .v35-footer-inner{padding:28px 14px 92px}
  .v35-footer-heading{gap:8px}
  .v35-footer-heading span{width:55px}
  .v35-footer-heading strong{font-size:23px}
  .v35-footer-sub{font-size:11px;margin-bottom:20px}
  .v35-footer-features{grid-template-columns:repeat(3,1fr);gap:7px}
  .v35-footer-features>div{min-height:76px;padding:7px 3px}
  .v35-footer-features b{font-size:23px}
  .v35-footer-features strong{font-size:9px;text-align:center}
  .v35-section-line{margin:22px 0 11px;gap:8px}
  .v35-section-line span{max-width:50px}
  .v35-section-line strong{font-size:11px}
  .v35-payments{gap:6px}
  .v35-payments span{min-width:67px;height:36px;font-size:8px}
  .v35-divider{margin:17px 0 11px}
  .v35-links{gap:4px}
  .v35-links a,.v35-links i{font-size:9px}
  .v35-socials{gap:6px;margin:17px 0 20px}
  .v35-socials a{min-width:calc(50% - 3px);height:38px;font-size:10px}
  .v35-bottom{gap:11px;padding-top:16px}
  .v35-brand img{width:170px}
  .v35-copy{font-size:10px}
  .v35-copy strong{font-size:12px}
  .v35-badges span{padding:8px 11px;font-size:11px}
  .v35-ball{width:90px;height:90px;font-size:52px;bottom:-10px}
  .v35-stadium-light{width:220px;height:150px;top:15px}
}


/* =========================================================
   UVIP888 V37 — FOOTER REFERENCE FINAL
   Footer-only refinement based on the supplied reference:
   stadium atmosphere, compact premium cards, payment row,
   social row, brand/copyright/badges, and no white tail.
   ========================================================= */

body.home{
  background:#021b2c !important;
}

.uvip-v35-footer{
  min-height:0 !important;
  background:
    radial-gradient(circle at 4% 52%,rgba(68,184,241,.26),transparent 15%),
    radial-gradient(circle at 96% 52%,rgba(68,184,241,.26),transparent 15%),
    radial-gradient(ellipse at 50% 18%,rgba(13,112,174,.30),transparent 42%),
    linear-gradient(180deg,#063957 0%,#032b46 54%,#011b2b 100%) !important;
  border-top:1px solid #e8bd20 !important;
}

.uvip-v35-footer:before{
  top:92px !important;
  height:300px !important;
  opacity:.72 !important;
  background:
    linear-gradient(168deg,transparent 0 45%,rgba(91,192,238,.12) 45.5%,transparent 46.2%),
    linear-gradient(12deg,transparent 0 45%,rgba(91,192,238,.10) 45.5%,transparent 46.2%),
    repeating-linear-gradient(164deg,transparent 0 44px,rgba(91,192,238,.055) 45px,transparent 46px 90px) !important;
}

.v35-footer-inner{
  padding:26px 0 18px !important;
}

.v35-footer-heading{
  gap:16px !important;
}

.v35-footer-heading span{
  width:190px !important;
  height:2px !important;
  background:linear-gradient(90deg,transparent,#eec528 72%,#fff0a2) !important;
  box-shadow:0 0 7px rgba(238,197,40,.35);
}

.v35-footer-heading strong{
  font-size:31px !important;
  text-shadow:0 2px 12px rgba(0,0,0,.5);
}

.v35-footer-sub{
  margin:7px 0 20px !important;
  font-size:13px !important;
}

.v35-footer-features{
  max-width:1180px;
  margin:0 auto;
  gap:14px !important;
}

.v35-footer-features>div{
  min-height:82px !important;
  border-radius:13px !important;
  border:1px solid rgba(236,195,31,.95) !important;
  background:linear-gradient(180deg,rgba(4,44,68,.92),rgba(1,26,42,.88)) !important;
  box-shadow:0 5px 16px rgba(0,0,0,.18),inset 0 0 22px rgba(43,162,220,.08) !important;
}

.v35-footer-features b{
  font-size:30px !important;
}

.v35-footer-features strong{
  font-size:12px !important;
}

.v35-section-line{
  margin:21px auto 10px !important;
  max-width:1000px;
}

.v35-section-line span{
  max-width:330px !important;
  background:linear-gradient(90deg,transparent,#eec528) !important;
}

.v35-section-line strong{
  font-size:16px !important;
  color:#ffd62b !important;
}

.v35-payments{
  gap:10px !important;
}

.v35-payments span{
  min-width:106px !important;
  height:44px !important;
  border-radius:8px !important;
  border:1px solid #dfb81d !important;
  background:linear-gradient(180deg,#fff,#edf2f5) !important;
  box-shadow:0 3px 10px rgba(0,0,0,.18) !important;
  font-size:11px !important;
  letter-spacing:.2px;
}

.v35-divider{
  max-width:1180px;
  margin:17px auto 10px !important;
  background:linear-gradient(90deg,transparent,#557588,transparent) !important;
}

.v35-links{
  gap:8px !important;
}

.v35-links a{
  font-size:13px !important;
}

.v35-socials{
  gap:12px !important;
  margin:18px 0 19px !important;
}

.v35-socials a{
  min-width:174px !important;
  height:42px !important;
  border-radius:23px !important;
  background:linear-gradient(180deg,rgba(4,43,67,.94),rgba(1,25,41,.94)) !important;
}

.v35-bottom{
  max-width:1180px;
  margin:0 auto;
  padding-top:16px !important;
  gap:24px !important;
}

.v35-brand img{
  width:205px !important;
}

.v35-copy{
  font-size:11px !important;
}

.v35-copy strong{
  font-size:13px !important;
}

.v35-badges span{
  padding:9px 13px !important;
  border-color:#e8bd20 !important;
  color:#ffd62b !important;
}

.v35-ball{
  opacity:.56 !important;
  filter:drop-shadow(0 0 20px rgba(255,214,25,.42)) !important;
}

/* Eliminate any accidental blank/white page tail after the theme footer. */
html, body{
  min-height:100%;
}
body.home #page,
body.home .site{
  background:#021b2c !important;
}

@media(max-width:900px){
  .v35-footer-inner{
    padding:24px 12px 82px !important;
  }

  .v35-footer-heading span{
    width:48px !important;
  }

  .v35-footer-heading strong{
    font-size:21px !important;
  }

  .v35-footer-sub{
    font-size:10px !important;
    margin-bottom:17px !important;
  }

  .v35-footer-features{
    gap:7px !important;
  }

  .v35-footer-features>div{
    min-height:70px !important;
    border-radius:11px !important;
  }

  .v35-footer-features b{
    font-size:21px !important;
  }

  .v35-footer-features strong{
    font-size:8px !important;
  }

  .v35-section-line{
    margin:19px 0 9px !important;
  }

  .v35-section-line span{
    max-width:48px !important;
  }

  .v35-section-line strong{
    font-size:11px !important;
  }

  .v35-payments{
    gap:5px !important;
  }

  .v35-payments span{
    min-width:67px !important;
    height:35px !important;
    font-size:7px !important;
  }

  .v35-divider{
    margin:14px 0 9px !important;
  }

  .v35-links{
    gap:3px !important;
  }

  .v35-links a,.v35-links i{
    font-size:8px !important;
  }

  .v35-socials{
    gap:6px !important;
    margin:15px 0 17px !important;
  }

  .v35-socials a{
    min-width:calc(50% - 3px) !important;
    height:36px !important;
    font-size:9px !important;
  }

  .v35-bottom{
    gap:9px !important;
    padding-top:14px !important;
  }

  .v35-brand img{
    width:155px !important;
  }

  .v35-copy{
    font-size:9px !important;
  }

  .v35-copy strong{
    font-size:11px !important;
  }

  .v35-badges span{
    padding:7px 10px !important;
    font-size:10px !important;
  }
}


/* =========================================================
   UVIP888 V38 — DESKTOP / MOBILE VISUAL POLISH
   Keep V37 structure; refine spacing, alignment, scale,
   footer balance and responsive behavior only.
   ========================================================= */

/* Desktop: better visual balance */
@media (min-width: 901px){
  .uvip-v35-footer{
    overflow:hidden !important;
  }

  .v35-footer-inner{
    max-width:1280px !important;
    margin:0 auto !important;
    padding:30px 22px 20px !important;
  }

  .v35-footer-heading{
    margin-bottom:2px !important;
  }

  .v35-footer-heading strong{
    letter-spacing:.3px !important;
  }

  .v35-footer-features{
    width:100% !important;
    grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  }

  .v35-footer-features>div{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    padding:12px 8px !important;
  }

  .v35-payments{
    justify-content:center !important;
  }

  .v35-links{
    justify-content:center !important;
    flex-wrap:wrap !important;
  }

  .v35-socials{
    justify-content:center !important;
  }

  .v35-bottom{
    width:100% !important;
    display:grid !important;
    grid-template-columns:1fr auto 1fr !important;
    align-items:center !important;
  }

  .v35-brand{
    justify-self:start !important;
  }

  .v35-copy{
    justify-self:center !important;
    text-align:center !important;
  }

  .v35-badges{
    justify-self:end !important;
  }

  .v35-brand img{
    width:220px !important;
    height:auto !important;
  }

  .v35-ball.left{
    left:-12px !important;
  }

  .v35-ball.right{
    right:-12px !important;
  }
}

/* Tablet */
@media (min-width:601px) and (max-width:900px){
  .v35-footer-inner{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .v35-footer-features{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }

  .v35-bottom{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    align-items:center !important;
  }

  .v35-copy{
    text-align:right !important;
  }

  .v35-badges{
    grid-column:1/-1 !important;
    justify-content:center !important;
  }
}

/* Mobile: clean, centered, compact and no horizontal overflow */
@media (max-width:600px){
  html,body{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  .uvip-v35-footer{
    width:100% !important;
    overflow:hidden !important;
  }

  .uvip-v35-footer:before{
    top:60px !important;
    height:235px !important;
    opacity:.52 !important;
  }

  .v35-footer-inner{
    width:100% !important;
    box-sizing:border-box !important;
    padding:22px 12px 86px !important;
  }

  .v35-footer-heading{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
  }

  .v35-footer-heading span{
    flex:0 1 42px !important;
    width:42px !important;
  }

  .v35-footer-heading strong{
    font-size:20px !important;
    white-space:nowrap !important;
  }

  .v35-footer-sub{
    line-height:1.55 !important;
    max-width:310px !important;
    margin:7px auto 16px !important;
  }

  .v35-footer-features{
    width:100% !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:7px !important;
  }

  .v35-footer-features>div{
    min-width:0 !important;
    min-height:68px !important;
    box-sizing:border-box !important;
    padding:8px 4px !important;
  }

  .v35-footer-features b{
    line-height:1 !important;
    margin-bottom:4px !important;
  }

  .v35-footer-features strong{
    line-height:1.25 !important;
    text-align:center !important;
  }

  .v35-section-line{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    margin:18px 0 9px !important;
  }

  .v35-section-line span{
    flex:0 1 38px !important;
    width:38px !important;
    height:1px !important;
  }

  .v35-section-line strong{
    white-space:nowrap !important;
  }

  .v35-payments{
    width:100% !important;
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:6px !important;
  }

  .v35-payments span{
    min-width:0 !important;
    width:100% !important;
    box-sizing:border-box !important;
    height:34px !important;
  }

  .v35-divider{
    width:100% !important;
    margin:14px 0 9px !important;
  }

  .v35-links{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    flex-wrap:wrap !important;
    gap:2px 5px !important;
    line-height:1.7 !important;
  }

  .v35-links a,
  .v35-links i{
    font-size:8px !important;
  }

  .v35-socials{
    width:100% !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:7px !important;
    margin:15px 0 17px !important;
  }

  .v35-socials a{
    min-width:0 !important;
    width:100% !important;
    height:36px !important;
    box-sizing:border-box !important;
  }

  .v35-bottom{
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:10px !important;
    padding-top:13px !important;
  }

  .v35-brand{
    width:100% !important;
    display:flex !important;
    justify-content:center !important;
  }

  .v35-brand img{
    width:175px !important;
    max-width:70vw !important;
    height:auto !important;
  }

  .v35-copy{
    width:100% !important;
    text-align:center !important;
    line-height:1.55 !important;
  }

  .v35-badges{
    justify-content:center !important;
    width:100% !important;
  }

  .v35-badges span{
    padding:7px 10px !important;
  }

  .v35-ball{
    opacity:.35 !important;
    transform:scale(.72) !important;
  }

  .v35-ball.left{
    left:-30px !important;
  }

  .v35-ball.right{
    right:-30px !important;
  }
}

/* Very small phones */
@media (max-width:380px){
  .v35-footer-heading strong{
    font-size:18px !important;
  }

  .v35-footer-features>div{
    min-height:63px !important;
  }

  .v35-footer-features b{
    font-size:19px !important;
  }

  .v35-footer-features strong{
    font-size:7px !important;
  }

  .v35-payments span{
    height:32px !important;
    font-size:6.5px !important;
  }

  .v35-socials a{
    font-size:8px !important;
  }
}


/* =========================================================
   UVIP888 V39 — FINAL FOOTER DETAIL / POSITION POLISH
   ========================================================= */

@media (min-width:901px){
  .v35-footer-inner{
    padding-top:32px !important;
    padding-bottom:22px !important;
  }

  .v35-footer-heading span{
    width:210px !important;
  }

  .v35-footer-features{
    margin-top:2px !important;
  }

  .v35-section-line{
    margin-top:23px !important;
    margin-bottom:11px !important;
  }

  .v35-payments{
    margin-bottom:2px !important;
  }

  .v35-divider{
    margin-top:19px !important;
  }

  .v35-socials{
    margin-top:19px !important;
    margin-bottom:21px !important;
  }

  .v35-bottom{
    padding-top:19px !important;
    grid-template-columns:1.05fr 1fr 1.05fr !important;
  }

  .v35-brand img{
    width:235px !important;
  }

  .v35-copy{
    line-height:1.7 !important;
    max-width:420px !important;
  }

  .v35-copy strong{
    display:block !important;
    margin-bottom:3px !important;
  }

  .v35-badges{
    gap:10px !important;
  }

  .v35-ball.left{
    left:-4px !important;
    transform:scale(.96) !important;
  }

  .v35-ball.right{
    right:-4px !important;
    transform:scale(.96) !important;
  }
}

@media (max-width:900px){
  .v35-footer-inner{
    padding-bottom:94px !important;
  }

  .v35-copy{
    margin:0 auto !important;
    max-width:310px !important;
  }

  .v35-badges{
    margin-bottom:2px !important;
  }
}

@media (max-width:600px){
  .v35-footer-inner{
    padding-top:24px !important;
    padding-left:10px !important;
    padding-right:10px !important;
    padding-bottom:104px !important;
  }

  .v35-footer-heading{
    margin-bottom:1px !important;
  }

  .v35-footer-heading span{
    flex-basis:34px !important;
    width:34px !important;
  }

  .v35-footer-heading strong{
    font-size:19px !important;
  }

  .v35-footer-sub{
    max-width:285px !important;
    margin-bottom:17px !important;
  }

  .v35-footer-features{
    gap:6px !important;
  }

  .v35-footer-features>div{
    min-height:66px !important;
    padding:7px 3px !important;
  }

  .v35-section-line{
    margin-top:18px !important;
    margin-bottom:10px !important;
  }

  .v35-payments{
    gap:5px !important;
  }

  .v35-payments span{
    height:33px !important;
  }

  .v35-divider{
    margin-top:15px !important;
    margin-bottom:10px !important;
  }

  .v35-socials{
    gap:6px !important;
    margin-top:15px !important;
    margin-bottom:18px !important;
  }

  .v35-bottom{
    padding-top:14px !important;
    gap:11px !important;
  }

  .v35-brand img{
    width:185px !important;
    max-width:74vw !important;
  }

  .v35-copy{
    max-width:300px !important;
    font-size:8.5px !important;
    line-height:1.6 !important;
  }

  .v35-copy strong{
    display:block !important;
    margin-bottom:2px !important;
  }

  .v35-badges{
    gap:7px !important;
  }

  .v35-ball.left{
    left:-42px !important;
    transform:scale(.64) !important;
  }

  .v35-ball.right{
    right:-42px !important;
    transform:scale(.64) !important;
  }

  /* Keep the footer clear of the fixed mobile navigation. */
  .v35-footer{
    padding-bottom:0 !important;
  }
}

@media (max-width:380px){
  .v35-footer-inner{
    padding-bottom:108px !important;
  }

  .v35-footer-heading strong{
    font-size:17px !important;
  }

  .v35-brand img{
    width:170px !important;
  }
}

/* =========================================================
   UVIP888 V44 — FULL HOMEPAGE ON MOBILE
   Built directly from V39 MASTER.
   ALL rules in this block are mobile-only.
   Desktop V39 rules above remain untouched.
   ========================================================= */
@media (max-width:799px){

  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
  main.uv-home{width:100%!important;max-width:100%!important;display:block!important;overflow:visible!important;padding-bottom:84px!important}

  /* Header */
  .site-header{height:82px!important}
  .header-inner{width:calc(100% - 28px)!important;min-height:82px!important}
  .logo img{width:190px!important;max-width:58vw!important;height:auto!important}
  .desktop-nav{display:none!important}
  .menu-btn{display:flex!important;width:48px!important;height:48px!important;border-radius:15px!important}

  /* TOP PROMOS: show ALL 4 items */
  .top-promos{
    display:block!important;
    padding:9px 0 11px!important;
    border-bottom:3px solid var(--gold)!important;
  }
  .promo-row{
    width:calc(100% - 24px)!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    overflow:visible!important;
  }
  .promo-card{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    min-width:0!important;
    height:64px!important;
    min-height:64px!important;
    box-sizing:border-box!important;
    padding:4px!important;
    border-width:2px!important;
    border-radius:14px!important;
  }
  .promo-icon{font-size:15px!important}
  .promo-card strong{font-size:12px!important;line-height:1.1!important}
  .promo-card small{font-size:8px!important;line-height:1.1!important}

  /* QUICK MENU: show ALL 5 items, 2 + 2 + 1 */
  .quick-nav{
    display:block!important;
    padding:9px 0 11px!important;
    border-bottom:3px solid var(--gold)!important;
  }
  .quick-track{
    width:calc(100% - 24px)!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    overflow:visible!important;
  }
  .quick-card{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    min-width:0!important;
    height:68px!important;
    box-sizing:border-box!important;
    border-width:2px!important;
    border-radius:14px!important;
  }
  .quick-card strong{font-size:15px!important;line-height:1.05!important}
  .quick-card span{font-size:9px!important;line-height:1.1!important}

  /* HERO: same V39 panel, visible and immediately after quick menu */
  .hero{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    width:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:22px 0 26px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  .hero .uv-wrap{
    display:block!important;
    width:calc(100% - 24px)!important;
    max-width:none!important;
    margin:0 auto!important;
  }
  .hero-panel{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    max-width:none!important;
    min-height:250px!important;
    box-sizing:border-box!important;
    margin:0 auto!important;
    padding:24px 12px 22px!important;
    border-width:3px!important;
    border-radius:24px!important;
  }
  .hero-badge{font-size:15px!important;padding:6px 18px!important}
  .hero h1{
    font-size:clamp(24px,7vw,32px)!important;
    line-height:1.18!important;
    margin:11px 0 7px!important;
  }
  .hero p{font-size:11px!important;line-height:1.45!important;max-width:340px!important}
  .hero-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    width:100%!important;
    gap:8px!important;
    margin-top:16px!important;
  }
  .hero-actions a{
    width:100%!important;
    min-width:0!important;
    height:50px!important;
    box-sizing:border-box!important;
    border-radius:15px!important;
    font-size:15px!important;
  }

  /* SERVICES: keep full section visible below Hero */
  .services{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    padding:22px 0 28px!important;
  }
  .services .uv-wrap{
    width:calc(100% - 24px)!important;
    max-width:none!important;
    margin:0 auto!important;
  }
  .services-box{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    box-sizing:border-box!important;
    padding:20px 8px 24px!important;
    border-width:3px!important;
    border-radius:24px!important;
  }
  .services-box h2{font-size:24px!important;line-height:1.15!important}
  .gold-rule{width:62%!important;height:3px!important;margin:8px auto!important}
  .services-box>p{font-size:10px!important;margin:0 0 12px!important}
  .service-window{display:block!important;position:relative!important}
  .service-track{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:6px!important;
    width:100%!important;
    overflow:hidden!important;
  }
  .service-card{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    min-width:0!important;
    height:118px!important;
    box-sizing:border-box!important;
    padding:7px 3px 8px!important;
    border-width:2px!important;
    border-radius:15px!important;
  }
  .service-icon{width:54px!important;height:54px!important}
  .service-card strong{font-size:9px!important;line-height:1.1!important}
  .service-arrow{width:30px!important;height:44px!important}

  /* RECOMMENDATION */
  .recommend{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    padding:21px 0 27px!important;
  }
  .recommend .uv-wrap{
    width:calc(100% - 24px)!important;
    max-width:none!important;
    margin:0 auto!important;
  }
  .recommend-box{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    box-sizing:border-box!important;
    padding:19px 10px 20px!important;
    border-width:3px!important;
    border-radius:23px!important;
  }
  .recommend h2{font-size:22px!important;line-height:1.2!important}
  .recommend p{font-size:10px!important;margin:6px 0 11px!important}
  .recommend-image{display:block!important;width:100%!important;height:145px!important;border-width:2px!important}

  /* INFO + FOOTER */
  .bottom-info{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    padding:24px 0 28px!important;
  }
  .bottom-info .uv-wrap{width:calc(100% - 24px)!important;margin:0 auto!important}
  .site-footer{padding-bottom:92px!important}

  /* Bottom nav stays fixed but does not hide page content */
  .bottom-nav{
    display:flex!important;
    position:fixed!important;
    left:6px!important;
    right:6px!important;
    bottom:0!important;
    height:64px!important;
    z-index:999!important;
    border-radius:22px 22px 0 0!important;
  }
  .bottom-nav a{
    height:64px!important;
    min-height:64px!important;
    font-size:11px!important;
  }
}

@media (max-width:380px){
  .site-header{height:78px!important}
  .header-inner{min-height:78px!important}
  .logo img{width:176px!important}
  .menu-btn{width:44px!important;height:44px!important}
  .promo-card{height:58px!important;min-height:58px!important}
  .promo-card strong{font-size:11px!important}
  .quick-card{height:63px!important}
  .quick-card strong{font-size:14px!important}
  .hero{padding:18px 0 22px!important}
  .hero-panel{min-height:235px!important;padding:20px 10px 19px!important}
  .hero h1{font-size:22px!important}
  .hero p{font-size:10px!important}
  .hero-actions a{height:47px!important;font-size:14px!important}
  .services-box h2{font-size:22px!important}
  .service-card{height:108px!important}
  .recommend h2{font-size:20px!important}
  .recommend-image{height:130px!important}
}

/* =========================================================
   UVIP888 V45 — MOBILE HERO / FLOW SAFETY
   Mobile-only. Desktop V39 remains untouched.
   ========================================================= */
@media (max-width:799px){
  main.uv-home .hero,
  main.uv-home .services,
  main.uv-home .recommend,
  main.uv-home .bottom-info{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    float:none!important;
    clear:both!important;
  }

  main.uv-home .hero{
    min-height:300px!important;
    height:auto!important;
    overflow:visible!important;
  }
  main.uv-home .hero-panel{
    display:flex!important;
    flex-direction:column!important;
    visibility:visible!important;
    opacity:1!important;
    height:auto!important;
    min-height:250px!important;
  }

  /* Four equal bottom buttons, without text overlap. */
  .bottom-nav{
    width:auto!important;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  .bottom-nav a{
    min-width:0!important;
    width:100%!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    white-space:nowrap!important;
  }
  .bottom-nav a span,
  .bottom-nav a b{
    max-width:100%!important;
  }
}

/* For mobile browsers that report a wider CSS viewport, JS below
   adds the same safe visibility rules without changing desktop. */

/* V46 mobile hero hard-visibility safeguard. Desktop untouched. */
@media (max-width:799px){
  .uv-home > section.hero{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    height:auto!important;
    min-height:300px!important;
    max-height:none!important;
    overflow:visible!important;
    position:relative!important;
    clear:both!important;
  }
  .uv-home > section.hero .hero-panel{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    height:auto!important;
    min-height:250px!important;
    max-height:none!important;
    overflow:visible!important;
  }
}

/* V47 — final mobile visibility rules. Desktop untouched. */
@media (max-width:799px){
  main.uv-home > .hero,
  main.uv-home > .services,
  main.uv-home > .recommend,
  main.uv-home > .bottom-info{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    position:relative !important;
    clear:both !important;
    float:none !important;
    height:auto !important;
    max-height:none !important;
  }
  main.uv-home > .hero{
    min-height:300px !important;
    padding:22px 0 26px !important;
  }
  main.uv-home > .hero .hero-panel{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    height:auto !important;
    max-height:none !important;
    min-height:250px !important;
  }
  main.uv-home > .services{min-height:180px !important}
  main.uv-home > .recommend{min-height:180px !important}
}

/* V48 — compact mobile header only. Desktop V39 is untouched. */
@media (max-width:799px){
  .site-header{
    height:72px!important;
    min-height:72px!important;
    padding:0!important;
  }
  .header-inner{
    width:calc(100% - 24px)!important;
    min-height:72px!important;
    height:72px!important;
    padding:0!important;
  }
  .logo{
    display:flex!important;
    align-items:center!important;
    height:72px!important;
    max-height:72px!important;
  }
  .logo img{
    width:170px!important;
    max-width:52vw!important;
    height:auto!important;
    max-height:52px!important;
    object-fit:contain!important;
  }
  .menu-btn{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    border-radius:14px!important;
  }
}
@media (max-width:380px){
  .site-header,
  .header-inner,
  .logo{height:68px!important;min-height:68px!important}
  .logo img{
    width:158px!important;
    max-width:50vw!important;
    max-height:48px!important;
  }
  .menu-btn{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
  }
}

/* V49 — mobile header: remove one of the two gold divider lines.
   Keep the header's normal bottom border; remove only the decorative :after line.
   Desktop remains untouched. */
@media (max-width:799px){
  .site-header:after{
    display:none!important;
    content:none!important;
  }
}

/* V50 — add 6th quick card only on mobile.
   Desktop V39 appearance remains unchanged by hiding item 6 there. */
.quick-track .quick-card:nth-child(6){
  display:none;
}
@media (max-width:799px){
  .quick-track .quick-card:nth-child(6){
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
  }
}

/* V51 — mobile touch motion for the six menu cards.
   Small lift/scale on touch; desktop remains untouched. */
@media (max-width:799px){
  .quick-track .quick-card{
    transform:translate3d(0,0,0) scale(1);
    transform-origin:center center;
    transition:transform .16s ease, box-shadow .16s ease, filter .16s ease;
    -webkit-tap-highlight-color:transparent;
    will-change:transform;
  }
  .quick-track .quick-card:active,
  .quick-track .quick-card.touch-active{
    transform:translate3d(0,-4px,0) scale(.985)!important;
    filter:brightness(1.035);
    box-shadow:0 7px 16px rgba(0,0,0,.24);
  }

  /* The large promotion cards also respond subtly when touched. */
  .promo-row .promo-card{
    transform:translate3d(0,0,0) scale(1);
    transform-origin:center center;
    transition:transform .16s ease, box-shadow .16s ease, filter .16s ease;
    -webkit-tap-highlight-color:transparent;
    will-change:transform;
  }
  .promo-row .promo-card:active,
  .promo-row .promo-card.touch-active{
    transform:translate3d(0,-3px,0) scale(.99)!important;
    filter:brightness(1.03);
    box-shadow:0 6px 14px rgba(0,0,0,.22);
  }
}

/* V52 — mobile quick menu: ONE ROW + continuous horizontal auto-slide.
   Desktop is completely untouched. */
@media (max-width:799px){
  .quick-nav{
    overflow:hidden!important;
  }
  .quick-track{
    display:flex!important;
    flex-wrap:nowrap!important;
    grid-template-columns:none!important;
    width:calc(100% - 24px)!important;
    max-width:none!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    gap:10px!important;
    padding:2px 0 8px!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
    scroll-behavior:auto!important;
    touch-action:pan-x!important;
  }
  .quick-track::-webkit-scrollbar{display:none!important}
  .quick-card{
    flex:0 0 170px!important;
    width:170px!important;
    min-width:170px!important;
    height:72px!important;
    margin:0!important;
  }
}
@media (max-width:380px){
  .quick-card{
    flex-basis:158px!important;
    width:158px!important;
    min-width:158px!important;
  }
}

/* V55 — mobile menu carousel, modeled on the supplied example:
   one horizontal track, clipped viewport, cards continuously move LEFT.
   Desktop is untouched. */
@media (max-width:799px){
  .quick-nav{
    position:relative!important;
    overflow:hidden!important;
  }
  .quick-track{
    display:flex!important;
    flex-wrap:nowrap!important;
    width:max-content!important;
    max-width:none!important;
    overflow:visible!important;
    gap:12px!important;
    padding:4px 0 10px!important;
    margin:0!important;
    transform:none!important;
    scroll-behavior:auto!important;
    touch-action:pan-x!important;
  }
  .quick-track .quick-card{
    flex:0 0 78vw!important;
    width:78vw!important;
    min-width:78vw!important;
    height:86px!important;
    margin:0!important;
    box-sizing:border-box!important;
  }
  /* Show a slice of the neighboring card, like the reference carousel. */
  .quick-nav:before,
  .quick-nav:after{
    content:""!important;
    position:absolute!important;
    top:0!important;
    bottom:0!important;
    width:10px!important;
    z-index:5!important;
    pointer-events:none!important;
  }
  .quick-nav:before{left:0!important}
  .quick-nav:after{right:0!important}
}
@media (max-width:380px){
  .quick-track .quick-card{
    flex-basis:78vw!important;
    width:78vw!important;
    min-width:78vw!important;
  }
}

/* V56 — FINAL MOBILE QUICK CAROUSEL
   Exactly ~3 cards visible, continuously moving LEFT.
   Desktop remains untouched. */
@media (max-width:799px){
  .quick-nav{
    width:100%!important;
    overflow:hidden!important;
    position:relative!important;
  }

  .quick-nav .quick-track{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    width:max-content!important;
    max-width:none!important;
    margin:0!important;
    padding:6px 0 10px!important;
    gap:12px!important;
    overflow:visible!important;
    transform:translate3d(0,0,0)!important;
    animation:uvip-v56-slide 9s linear infinite!important;
    will-change:transform!important;
    touch-action:pan-x!important;
  }

  .quick-nav .quick-track .quick-card{
    flex:0 0 31vw!important;
    width:31vw!important;
    min-width:31vw!important;
    height:86px!important;
    margin:0!important;
    box-sizing:border-box!important;
    transform:none!important;
  }

  /* Pause the automatic motion while the user touches the row. */
  .quick-nav .quick-track:active{
    animation-play-state:paused!important;
  }

  @keyframes uvip-v56-slide{
    from{transform:translate3d(0,0,0)!important}
    to{transform:translate3d(calc(-186vw - 72px),0,0)!important}
  }
}
@media (max-width:380px){
  .quick-nav .quick-track .quick-card{
    flex-basis:31vw!important;
    width:31vw!important;
    min-width:31vw!important;
  }
}

/* V57 — reliable mobile LEFT carousel.
   Uses the CSS 'left' property instead of transform, because earlier
   transform: !important rules prevented animation on some browsers. */
@media (max-width:799px){
  .quick-nav .quick-track{
    position:relative!important;
    left:0;
    transform:none!important;
    animation:none!important;
    transition:none!important;
  }
}

/* V58 — mobile carousel left/right slide symbols.
   Desktop untouched. */
@media (max-width:799px){
  .quick-nav{
    position:relative!important;
  }

  .uvip-carousel-arrow{
    position:absolute!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:30!important;
    width:48px!important;
    height:64px!important;
    border:2px solid #ffd51a!important;
    border-radius:18px!important;
    background:rgba(6,29,54,.94)!important;
    color:#fff!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:42px!important;
    line-height:1!important;
    font-family:Arial,sans-serif!important;
    font-weight:400!important;
    padding:0!important;
    margin:0!important;
    box-shadow:0 3px 12px rgba(0,0,0,.35)!important;
    cursor:pointer!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  .uvip-carousel-arrow.left{left:8px!important}
  .uvip-carousel-arrow.right{right:8px!important}

  .uvip-carousel-arrow:active{
    transform:translateY(-50%) scale(.94)!important;
    filter:brightness(1.12)!important;
  }

  .quick-nav .quick-track{
    padding-left:0!important;
    padding-right:0!important;
  }
}
@media (max-width:380px){
  .uvip-carousel-arrow{
    width:44px!important;
    height:58px!important;
    font-size:38px!important;
    border-radius:16px!important;
  }
  .uvip-carousel-arrow.left{left:5px!important}
  .uvip-carousel-arrow.right{right:5px!important}
}

/* V59 — smaller left/right carousel controls + reliable auto-left motion. */
@media (max-width:799px){
  .quick-nav .quick-track{
    position:relative!important;
    left:0;
    transform:none!important;
    animation:none!important;
    transition:none!important;
  }

  .uvip-carousel-arrow{
    width:42px!important;
    height:54px!important;
    border-radius:15px!important;
    font-size:34px!important;
    border-width:2px!important;
  }
  .uvip-carousel-arrow.left{left:6px!important}
  .uvip-carousel-arrow.right{right:6px!important}
}
@media (max-width:380px){
  .uvip-carousel-arrow{
    width:38px!important;
    height:50px!important;
    font-size:31px!important;
    border-radius:14px!important;
  }
  .uvip-carousel-arrow.left{left:4px!important}
  .uvip-carousel-arrow.right{right:4px!important}
}

/* V60 — tiny carousel arrows, tucked closer to the screen edges.
   Mobile only; desktop remains untouched. */
@media (max-width:799px){
  .uvip-carousel-arrow{
    width:34px!important;
    height:46px!important;
    border-radius:13px!important;
    font-size:28px!important;
    border-width:2px!important;
    box-shadow:0 2px 8px rgba(0,0,0,.30)!important;
  }
  .uvip-carousel-arrow.left{left:3px!important}
  .uvip-carousel-arrow.right{right:3px!important}
}
@media (max-width:380px){
  .uvip-carousel-arrow{
    width:31px!important;
    height:43px!important;
    font-size:26px!important;
    border-radius:12px!important;
  }
  .uvip-carousel-arrow.left{left:2px!important}
  .uvip-carousel-arrow.right{right:2px!important}
}

/* V61 — mobile logo centered, slightly smaller and slightly higher.
   Desktop remains unchanged. */
@media (max-width:799px){
  .site-header .header-inner{
    position:relative!important;
  }
  .site-header .logo{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-56%)!important;
    width:190px!important;
    max-width:190px!important;
    margin:0!important;
  }
  .site-header .logo img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
  }
}
@media (max-width:380px){
  .site-header .logo{
    width:178px!important;
    max-width:178px!important;
  }
}

/* V62 — compact the gap above the mobile hero card only.
   Desktop remains unchanged. */
@media (max-width:799px){
  .hero{
    margin-top:6px!important;
  }
  .hero-panel{
    margin-top:0!important;
  }
}


/* V62 PATCH — reduce only the bottom inner spacing of the mobile hero panel.
   Keeps the panel height/min-height and all desktop styles unchanged. */
@media (max-width:799px){
  .hero-panel{
    padding-bottom:10px!important;
  }
}

/* V62 FINAL MICRO-TUNE — mobile Hero: tighten bottom space a little more.
   Keeps hero height and desktop styles untouched. */
@media (max-width:799px){
  .hero-panel{padding-bottom:4px!important;}
}

/* V63 — permanently shift the mobile footer logo + SPORT tagline slightly left.
   Mobile-only; desktop remains untouched. */
@media (max-width:799px){
  .v35-brand{
    transform:translateX(-10px)!important;
  }
}
@media (max-width:380px){
  .v35-brand{
    transform:translateX(-8px)!important;
  }
}

/* V64 — mobile footer layout matched to the approved reference.
   Logo + SPORT tagline stay on the left; SECURE + 18+ sit on the right.
   Copy moves directly underneath. Desktop remains untouched. */
@media (max-width:799px){
  .v35-bottom{
    display:grid !important;
    grid-template-columns:minmax(0,1.35fr) minmax(150px,.65fr) !important;
    align-items:center !important;
    column-gap:8px !important;
    row-gap:8px !important;
    padding-top:10px !important;
    padding-bottom:104px !important;
  }
  .v35-brand{
    width:auto !important;
    justify-content:flex-start !important;
    align-items:flex-start !important;
    transform:translateX(-10px) !important;
  }
  .v35-brand img{
    width:185px !important;
    max-width:100% !important;
  }
  .v35-brand small{
    display:block !important;
    white-space:nowrap !important;
    font-size:9px !important;
    letter-spacing:1px !important;
  }
  .v35-copy{
    grid-column:1 / -1 !important;
    width:100% !important;
    margin:0 auto !important;
    text-align:center !important;
    max-width:310px !important;
    line-height:1.55 !important;
  }
  .v35-badges{
    width:auto !important;
    justify-content:flex-end !important;
    margin:0 !important;
    gap:7px !important;
  }
  .v35-badges span{
    white-space:nowrap !important;
    padding:7px 10px !important;
  }
}
@media (max-width:380px){
  .v35-bottom{
    grid-template-columns:minmax(0,1.25fr) minmax(135px,.75fr) !important;
    column-gap:5px !important;
    padding-top:9px !important;
    padding-bottom:104px !important;
  }
  .v35-brand{
    transform:translateX(-8px) !important;
  }
  .v35-brand img{
    width:170px !important;
  }
  .v35-brand small{
    font-size:8px !important;
  }
  .v35-badges{
    gap:5px !important;
  }
  .v35-badges span{
    padding:6px 8px !important;
    font-size:8px !important;
  }
}

/* V65 — FINAL MOBILE FOOTER ROW FIX.
   Keep logo + SPORT on the left and SECURE + 18+ on the right in the SAME ROW.
   Copy sits underneath. Mobile only; desktop remains untouched. */
@media (max-width:799px){
  .v35-bottom{
    display:grid !important;
    grid-template-columns:minmax(0,56%) minmax(0,44%) !important;
    grid-template-rows:auto auto !important;
    align-items:start !important;
    column-gap:0 !important;
    row-gap:8px !important;
    padding-top:10px !important;
    padding-bottom:104px !important;
  }
  .v35-brand{
    grid-column:1 !important;
    grid-row:1 !important;
    width:100% !important;
    min-width:0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    transform:translateX(0) !important;
  }
  .v35-brand img{
    width:min(470px,100%) !important;
    max-width:100% !important;
    height:auto !important;
    display:block !important;
  }
  .v35-brand small{
    display:block !important;
    white-space:nowrap !important;
    font-size:clamp(8px,1.55vw,14px) !important;
    letter-spacing:1px !important;
    line-height:1.2 !important;
    margin-top:2px !important;
  }
  .v35-badges{
    grid-column:2 !important;
    grid-row:1 !important;
    width:100% !important;
    min-width:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    margin:0 !important;
    padding-top:8px !important;
    padding-left:8px !important;
  }
  .v35-badges span{
    white-space:nowrap !important;
    padding:7px 10px !important;
    font-size:clamp(9px,1.65vw,15px) !important;
    line-height:1.2 !important;
  }
  .v35-copy{
    grid-column:1 / -1 !important;
    grid-row:2 !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    text-align:center !important;
    line-height:1.55 !important;
  }
}

@media (max-width:600px){
  .v35-bottom{
    grid-template-columns:minmax(0,55%) minmax(0,45%) !important;
    row-gap:7px !important;
    padding-top:9px !important;
    padding-bottom:104px !important;
  }
  .v35-brand img{
    width:100% !important;
  }
  .v35-brand small{
    font-size:clamp(7px,2.1vw,11px) !important;
  }
  .v35-badges{
    gap:5px !important;
    padding-left:5px !important;
    padding-top:5px !important;
  }
  .v35-badges span{
    padding:6px 8px !important;
    font-size:clamp(8px,2.1vw,11px) !important;
  }
}


/* V65 FINAL — remove only the large empty area below the mobile copyright text.
   Mobile-only; logo, menus, payment/social sections, and all desktop styles stay unchanged. */
@media (max-width:799px){
  .v35-footer-inner{
    padding-bottom:0 !important;
  }
  .v35-bottom{
    padding-bottom:0 !important;
  }
  main.uv-home{
    padding-bottom:0 !important;
  }
}

/* V65 FINAL MOBILE-ONLY FIX — remove the crossed UVIP888.NET info block.
   Desktop is untouched. All other mobile sections remain unchanged. */
@media (max-width:799px){
  main.uv-home > .bottom-info{
    display:none !important;
    visibility:hidden !important;
    height:0 !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
  }
}
