
html{scroll-behavior:smooth}body{margin:0}.static-seo-hidden{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.static-noscript-warning{padding:10px 14px;background:#140807;color:#fff4ec;text-align:center;font:14px/1.6 Arial,"Microsoft JhengHei",sans-serif}
img{max-width:100%;height:auto}video{max-width:100%;height:auto}



.yangclud-site-header{
width:100vw;
margin-left:calc(50% - 50vw);
margin-right:calc(50% - 50vw);
background:
radial-gradient(circle at 10% 0%,rgba(255,198,170,.18),transparent 34%),
linear-gradient(180deg,#140807,#050202);
border-bottom:1px solid rgba(255,198,170,.55);
box-shadow:
0 0 20px rgba(255,174,145,.24),
0 8px 30px rgba(0,0,0,.55);
font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
position:relative;
z-index:9999;
}

.yangclud-site-header *{
box-sizing:border-box;
}

.yangclud-header-inner{
width:100%;
max-width:1280px;
margin:0 auto;
padding:16px 26px;
display:flex;
align-items:center;
justify-content:space-between;
gap:22px;
box-sizing:border-box;
position:relative;
z-index:3;
}

.yangclud-logo{
display:flex;
flex-direction:column;
text-decoration:none;
line-height:1.2;
flex:0 0 auto;
position:relative;
z-index:4;
pointer-events:auto!important;
}

.yangclud-logo strong{
font-size:28px;
font-weight:950;
letter-spacing:3px;
background:linear-gradient(90deg,#f7c6b0 0%,#fff0d8 42%,#c97966 72%,#ffd9be 100%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
text-shadow:0 0 16px rgba(255,183,155,.28);
}

.yangclud-logo span{
margin-top:5px;
font-size:12px;
font-weight:800;
letter-spacing:3px;
color:#f6c9b6;
}

.yangclud-desktop-nav{
display:flex;
align-items:center;
justify-content:flex-end;
gap:10px;
flex:1;
position:relative;
z-index:4;
pointer-events:auto!important;
}

.yangclud-desktop-nav a{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:42px;
padding:9px 15px;
border-radius:999px;
color:#fff4ec;
font-size:15px;
font-weight:850;
line-height:1.2;
text-decoration:none!important;
border:1px solid rgba(255,198,170,.32);
background:rgba(20,8,7,.38);
box-shadow:inset 0 0 12px rgba(255,214,180,.05);
transition:.25s ease;
white-space:nowrap;
position:relative;
z-index:5;
pointer-events:auto!important;
cursor:pointer;
}

.yangclud-desktop-nav a:hover{
color:#3c120d;
background:linear-gradient(135deg,#fff1e4,#f3bba8 48%,#b76e61);
box-shadow:
0 0 16px rgba(255,174,145,.58),
0 0 26px rgba(255,218,185,.25);
transform:translateY(-2px);
}

.yangclud-desktop-nav .yangclud-contact-link{
color:#3c120d;
background:linear-gradient(135deg,#fff1e4,#f3bba8 48%,#b76e61);
border-color:rgba(255,224,200,.85);
box-shadow:
0 0 16px rgba(255,174,145,.52),
inset 0 0 10px rgba(255,255,255,.32);
}

.yangclud-menu-btn{
display:none;
width:46px;
height:46px;
border-radius:15px;
border:1px solid rgba(255,198,170,.72);
background:
linear-gradient(180deg,rgba(38,13,10,.92),rgba(8,3,3,.86));
box-shadow:
0 0 14px rgba(255,174,145,.35),
inset 0 0 12px rgba(255,214,180,.08);
cursor:pointer;
position:relative;
z-index:6;
flex:0 0 auto;
pointer-events:auto!important;
}

.yangclud-menu-btn span{
display:block;
width:23px;
height:2px;
margin:5px auto;
border-radius:999px;
background:#ffe2bf;
box-shadow:0 0 8px rgba(255,183,155,.6);
transition:.25s ease;
}

.yangclud-mobile-nav{
display:none;
width:100%;
background:
radial-gradient(circle at 90% 0%,rgba(255,198,170,.16),transparent 34%),
linear-gradient(180deg,#0b0303,#030101);
border-top:1px solid rgba(255,198,170,.35);
padding:12px 14px 16px;
box-sizing:border-box;
position:relative;
z-index:5;
pointer-events:auto!important;
}

.yangclud-mobile-nav a{
display:flex;
align-items:center;
justify-content:center;
width:100%;
min-height:46px;
margin:8px 0;
padding:10px 14px;
border-radius:16px;
color:#fff4ec;
font-size:15px;
font-weight:900;
line-height:1.25;
text-decoration:none!important;
border:1px solid rgba(255,198,170,.34);
background:rgba(255,198,170,.06);
box-shadow:inset 0 0 12px rgba(255,214,180,.05);
box-sizing:border-box;
position:relative;
z-index:6;
pointer-events:auto!important;
cursor:pointer;
}

.yangclud-mobile-nav .yangclud-contact-link{
color:#3c120d;
background:linear-gradient(135deg,#fff1e4,#f3bba8 48%,#b76e61);
border-color:rgba(255,224,200,.9);
box-shadow:0 0 16px rgba(255,174,145,.5);
}

.yangclud-site-header.yangclud-menu-open .yangclud-mobile-nav{
display:block;
}

.yangclud-site-header.yangclud-menu-open .yangclud-menu-btn span:nth-child(1){
transform:translateY(7px) rotate(45deg);
}

.yangclud-site-header.yangclud-menu-open .yangclud-menu-btn span:nth-child(2){
opacity:0;
}

.yangclud-site-header.yangclud-menu-open .yangclud-menu-btn span:nth-child(3){
transform:translateY(-7px) rotate(-45deg);
}

@media(max-width:900px){

.yangclud-header-inner{
padding:13px 14px;
}

.yangclud-logo strong{
font-size:23px;
letter-spacing:2px;
}

.yangclud-logo span{
font-size:11px;
letter-spacing:2px;
}

.yangclud-desktop-nav{
display:none;
}

.yangclud-menu-btn{
display:block;
}

}

@media(max-width:420px){

.yangclud-header-inner{
gap:10px;
}

.yangclud-logo strong{
font-size:21px;
}

.yangclud-logo span{
font-size:10px;
letter-spacing:1.5px;
}

}



.yangclub-photo-select-wrap,
.yangclub-photo-select-wrap *{
  box-sizing:border-box;
}

.yangclub-photo-select-wrap{
  width:100vw;
  max-width:100vw;
  margin:0;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:34px 14px;
  overflow:hidden;
  color:#ffe9df;
  font-family:"Microsoft JhengHei",Arial,sans-serif;
  background:
    radial-gradient(circle at 10% 0%,rgba(255,190,170,.18),transparent 34%),
    radial-gradient(circle at 92% 8%,rgba(255,120,110,.14),transparent 30%),
    linear-gradient(180deg,#050202 0%,#120404 48%,#050202 100%);
}

.yangclub-photo-select{
  width:100%;
  max-width:1220px;
  margin:0 auto;
  position:relative;
  overflow:hidden;
  border-radius:38px;
  padding:32px;
  background:
    radial-gradient(circle at 8% 0%,rgba(255,190,170,.25),transparent 34%),
    radial-gradient(circle at 96% 12%,rgba(255,150,135,.18),transparent 30%),
    linear-gradient(180deg,#1a0706 0%,#070202 56%,#120504 100%);
  border:1px solid rgba(236,159,136,.70);
  box-shadow:
    0 18px 48px rgba(0,0,0,.58),
    inset 0 0 0 1px rgba(255,230,210,.12),
    inset 0 0 42px rgba(236,159,136,.12);
}

.yangclub-photo-select:before,
.yangclub-photo-select:after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  pointer-events:none;
  opacity:.20;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,220,205,.95) 0 8%,transparent 9%),
    repeating-radial-gradient(circle at 50% 50%,rgba(255,170,150,.38) 0 8px,transparent 9px 18px);
}

.yangclub-photo-select:before{
  right:-70px;
  top:-70px;
}

.yangclub-photo-select:after{
  left:-72px;
  bottom:-72px;
  opacity:.14;
}

.yangclub-photo-select-inner{
  position:relative;
  z-index:2;
}

.yangclub-photo-select-head{
  max-width:920px;
  margin:0 auto 24px;
  text-align:center;
}

.yangclub-photo-select-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  padding:9px 22px;
  border-radius:999px;
  color:#4b170f;
  font-size:15px;
  font-weight:950;
  letter-spacing:.12em;
  background:linear-gradient(135deg,#ffd7cc,#e69c86,#b96855);
  box-shadow:0 0 24px rgba(255,170,150,.24);
}

.yangclub-photo-select-head h2{
  margin:0 0 12px;
  color:#ffe2d6;
  font-size:clamp(34px,5vw,58px);
  line-height:1.18;
  font-weight:950;
  letter-spacing:.04em;
  text-shadow:0 0 18px rgba(255,190,170,.30);
}

.yangclub-photo-select-head p{
  margin:0 auto;
  max-width:780px;
  color:#fff6f0;
  font-size:clamp(16px,2.1vw,20px);
  line-height:1.9;
  font-weight:800;
}

.yangclub-photo-select-hero{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:stretch;
  margin:24px 0;
}

.yangclub-photo-select-image{
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:30px;
  padding:18px;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,190,170,.18),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,178,150,.045)),
    rgba(12,5,4,.92);
  border:1px solid rgba(255,188,160,.50);
  box-shadow:
    0 12px 30px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.yangclub-photo-select-image span{
  width:100%;
  min-height:300px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
  color:#ffd8cc;
  font-size:clamp(26px,4vw,46px);
  font-weight:950;
  letter-spacing:.08em;
  text-align:center;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,190,170,.16),transparent 48%),
    rgba(255,255,255,.045);
  border:1px dashed rgba(255,188,160,.52);
}

.yangclub-photo-select-main-card{
  min-height:100%;
  padding:28px;
  border-radius:30px;
  background:
    radial-gradient(circle at 92% 0%,rgba(255,190,170,.16),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,178,150,.045)),
    rgba(12,5,4,.92);
  border:1px solid rgba(255,188,160,.50);
  box-shadow:
    0 12px 30px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.yangclub-photo-select-main-card h3{
  margin:0 0 14px;
  color:#ffe2d6;
  font-size:clamp(28px,4vw,44px);
  line-height:1.25;
  font-weight:950;
}

.yangclub-photo-select-main-card p{
  margin:0 0 14px;
  color:#fff3ec;
  font-size:17px;
  line-height:1.9;
  font-weight:800;
}

.yangclub-photo-select-price{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:8px 0 16px;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  color:#4b170f;
  font-size:22px;
  font-weight:950;
  background:linear-gradient(135deg,#ffd7cc,#e69c86,#b96855);
  box-shadow:0 0 24px rgba(255,170,150,.24);
}

.yangclub-photo-select-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:18px;
}

.yangclub-photo-select-card{
  min-height:100%;
  padding:24px;
  border-radius:26px;
  background:
    radial-gradient(circle at 92% 0%,rgba(255,190,170,.15),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,178,150,.045)),
    rgba(12,5,4,.90);
  border:1px solid rgba(255,188,160,.46);
  box-shadow:
    0 12px 28px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.yangclub-photo-select-card h3{
  margin:0 0 12px;
  color:#ffd8cc;
  font-size:25px;
  line-height:1.35;
  font-weight:950;
}

.yangclub-photo-select-card p{
  margin:0;
  color:#fff3ec;
  font-size:17px;
  line-height:1.9;
  font-weight:760;
}

.yangclub-photo-select-cta{
  margin-top:18px;
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  padding:24px;
  border-radius:28px;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,190,170,.18),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,178,150,.045)),
    rgba(12,5,4,.92);
  border:1px solid rgba(255,188,160,.50);
  box-shadow:
    0 12px 30px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.08);
  text-align:center;
}

.yangclub-photo-select-cta h3{
  margin:0 0 8px;
  color:#ffe2d6;
  font-size:clamp(26px,3.6vw,40px);
  line-height:1.28;
  font-weight:950;
}

.yangclub-photo-select-cta p{
  margin:0 0 14px;
  color:#fff3ec;
  font-size:17px;
  line-height:1.8;
  font-weight:850;
}

.yangclub-photo-select-btns{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
}

.yangclub-photo-select-btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:999px;
  color:#4b170f;
  font-size:19px;
  font-weight:950;
  text-decoration:none;
  background:linear-gradient(135deg,#ffd7cc,#e69c86,#b96855);
  box-shadow:0 0 24px rgba(255,170,150,.24);
}

.yangclub-photo-select-btn-line{
  color:#ffe9df;
  background:rgba(255,255,255,.055);
  border:2px solid rgba(255,205,190,.80);
}

.yangclub-photo-select-btn span{
  flex:0 0 auto;
  width:42px;
  height:42px;
  margin-right:10px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#4b170f;
  font-size:13px;
  font-weight:950;
  background:linear-gradient(135deg,#ffd4c8,#e49a83,#b96855);
}

.yangclub-photo-select-note{
  margin-top:18px;
  padding:20px;
  border-radius:24px;
  text-align:center;
  color:#ffe8dc;
  font-size:17px;
  line-height:1.85;
  font-weight:850;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,190,170,.16),transparent 42%),
    rgba(255,190,170,.075);
  border:1px solid rgba(255,188,160,.42);
}

@media(max-width:900px){
  .yangclub-photo-select-wrap{
    padding:22px 10px;
  }

  .yangclub-photo-select{
    padding:22px 14px;
    border-radius:30px;
  }

  .yangclub-photo-select-hero,
  .yangclub-photo-select-grid{
    grid-template-columns:1fr;
  }

  .yangclub-photo-select-head{
    margin-bottom:18px;
  }

  .yangclub-photo-select-head h2{
    font-size:clamp(28px,7vw,42px);
  }

  .yangclub-photo-select-image{
    min-height:280px;
    padding:14px;
    border-radius:26px;
  }

  .yangclub-photo-select-image span{
    min-height:230px;
  }

  .yangclub-photo-select-main-card,
  .yangclub-photo-select-card,
  .yangclub-photo-select-cta{
    padding:20px 16px;
    border-radius:24px;
  }
}

@media(max-width:430px){
  .yangclub-photo-select-wrap{
    padding:12px 6px;
  }

  .yangclub-photo-select{
    padding:16px 10px;
    border-radius:24px;
  }

  .yangclub-photo-select:before,
  .yangclub-photo-select:after{
    width:120px;
    height:120px;
  }

  .yangclub-photo-select-badge{
    padding:7px 13px;
    font-size:12px;
    letter-spacing:.08em;
  }

  .yangclub-photo-select-head h2{
    font-size:27px;
    line-height:1.25;
  }

  .yangclub-photo-select-head p,
  .yangclub-photo-select-main-card p,
  .yangclub-photo-select-card p,
  .yangclub-photo-select-cta p{
    font-size:15px;
    line-height:1.75;
  }

  .yangclub-photo-select-hero{
    gap:12px;
    margin:16px 0;
  }

  .yangclub-photo-select-image{
    min-height:210px;
    padding:10px;
    border-radius:22px;
  }

  .yangclub-photo-select-image span{
    min-height:180px;
    border-radius:18px;
    font-size:24px;
  }

  .yangclub-photo-select-main-card h3{
    font-size:25px;
  }

  .yangclub-photo-select-card h3{
    font-size:21px;
  }

  .yangclub-photo-select-price{
    width:100%;
    min-height:46px;
    font-size:18px;
    padding:0 14px;
  }

  .yangclub-photo-select-btn{
    width:100%;
    min-height:46px;
    font-size:16px;
    padding:0 14px;
  }

  .yangclub-photo-select-btn span{
    width:32px;
    height:32px;
    font-size:11px;
    margin-right:8px;
  }

  .yangclub-photo-select-note{
    padding:15px 12px;
    font-size:15px;
    line-height:1.7;
  }
}



.yangclud-footer-wrap{
width:100vw;
margin-left:calc(50% - 50vw);
margin-right:calc(50% - 50vw);
background:
radial-gradient(circle at 12% 0%,rgba(255,198,170,.18),transparent 34%),
radial-gradient(circle at 88% 8%,rgba(183,110,97,.22),transparent 38%),
linear-gradient(180deg,#140807 0%,#060202 58%,#020101 100%);
border-top:1px solid rgba(255,198,170,.55);
box-shadow:
0 -8px 30px rgba(0,0,0,.55),
0 0 22px rgba(255,174,145,.22);
font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
position:relative;
z-index:50;
overflow:hidden;
box-sizing:border-box;
}

.yangclud-footer-wrap *{
box-sizing:border-box;
}

.yangclud-footer-wrap:before{
content:"";
position:absolute;
left:-80px;
top:-70px;
width:180px;
height:180px;
background:radial-gradient(circle,rgba(255,221,190,.28),rgba(183,110,97,.14),transparent 70%);
filter:blur(12px);
opacity:.9;
}

.yangclud-footer-wrap:after{
content:"";
position:absolute;
right:-80px;
bottom:-70px;
width:190px;
height:190px;
background:radial-gradient(circle,rgba(255,198,170,.24),rgba(201,121,102,.12),transparent 72%);
filter:blur(14px);
opacity:.9;
}

.yangclud-footer-inner{
width:100%;
max-width:1180px;
margin:0 auto;
padding:34px 24px 24px;
position:relative;
z-index:1;
}

.yangclud-footer-main{
display:grid;
grid-template-columns:1fr 1.45fr;
gap:26px;
align-items:start;
}

.yangclud-footer-brand{
padding:22px;
border-radius:26px;
border:1px solid rgba(255,198,170,.45);
background:linear-gradient(180deg,rgba(255,198,170,.08),rgba(20,7,6,.62));
box-shadow:
0 0 18px rgba(255,174,145,.16),
inset 0 0 14px rgba(255,214,180,.06);
}

.yangclud-footer-logo{
display:inline-flex;
flex-direction:column;
text-decoration:none;
line-height:1.2;
}

.yangclud-footer-logo strong{
font-size:30px;
font-weight:950;
letter-spacing:3px;
background:linear-gradient(90deg,#f7c6b0 0%,#fff0d8 42%,#c97966 72%,#ffd9be 100%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
text-shadow:0 0 18px rgba(255,183,155,.28);
}

.yangclud-footer-logo span{
margin-top:7px;
font-size:13px;
font-weight:850;
letter-spacing:3px;
color:#f6c9b6;
}

.yangclud-footer-brand p{
margin:16px 0 0;
color:#fff4ec;
font-size:15px;
line-height:1.8;
font-weight:750;
text-shadow:0 0 10px rgba(0,0,0,.7);
}

.yangclud-footer-nav-box{
padding:22px;
border-radius:26px;
border:1px solid rgba(255,198,170,.45);
background:linear-gradient(180deg,rgba(255,198,170,.07),rgba(10,3,3,.72));
box-shadow:
0 0 18px rgba(255,174,145,.16),
inset 0 0 14px rgba(255,214,180,.05);
}

.yangclud-footer-title{
margin:0 0 16px;
font-size:20px;
line-height:1.3;
font-weight:950;
letter-spacing:1px;
background:linear-gradient(90deg,#fff0d8 0%,#f3bba8 48%,#ffd9be 100%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.yangclud-footer-nav{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:12px;
}

.yangclud-footer-nav a{
display:flex;
align-items:center;
justify-content:center;
min-height:46px;
padding:10px 14px;
border-radius:999px;
color:#fff4ec;
font-size:15px;
font-weight:900;
line-height:1.25;
text-align:center;
text-decoration:none;
border:1px solid rgba(255,198,170,.34);
background:rgba(255,198,170,.06);
box-shadow:inset 0 0 12px rgba(255,214,180,.05);
transition:.25s ease;
}

.yangclud-footer-nav a:hover{
color:#3c120d;
background:linear-gradient(135deg,#fff1e4,#f3bba8 48%,#b76e61);
box-shadow:
0 0 16px rgba(255,174,145,.58),
0 0 26px rgba(255,218,185,.25);
transform:translateY(-2px);
}

.yangclud-footer-nav .yangclud-footer-contact{
color:#3c120d;
background:linear-gradient(135deg,#fff1e4,#f3bba8 48%,#b76e61);
border-color:rgba(255,224,200,.9);
box-shadow:
0 0 16px rgba(255,174,145,.52),
inset 0 0 10px rgba(255,255,255,.28);
}

.yangclud-footer-bottom{
margin-top:24px;
padding-top:18px;
border-top:1px solid rgba(255,198,170,.25);
display:flex;
align-items:center;
justify-content:space-between;
gap:16px;
color:#d9b7a8;
font-size:13px;
font-weight:750;
line-height:1.6;
}

.yangclud-footer-bottom b{
color:#ffe2bf;
}

.yangclud-float-buttons{
position:fixed;
right:18px;
bottom:18px;
z-index:99999;
display:flex;
flex-direction:column;
gap:10px;
font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
opacity:1!important;
filter:none!important;
mix-blend-mode:normal!important;
isolation:isolate;
}

.yangclud-float-buttons a{
width:58px;
height:58px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none!important;
font-size:13px;
font-weight:950;
line-height:1.15;
text-align:center;
letter-spacing:.5px;
border:2px solid rgba(255,224,200,.95)!important;
background-color:#f3bba8!important;
background-image:linear-gradient(135deg,#fff1e4 0%,#f3bba8 48%,#b76e61 100%)!important;
color:#3c120d!important;
box-shadow:
0 0 16px rgba(255,174,145,.72),
0 8px 22px rgba(0,0,0,.52),
inset 0 0 10px rgba(255,255,255,.38)!important;
transition:.25s ease;
opacity:1!important;
filter:none!important;
backdrop-filter:none!important;
-webkit-backdrop-filter:none!important;
mix-blend-mode:normal!important;
overflow:hidden;
position:relative;
isolation:isolate;
}

.yangclud-float-buttons a:before{
content:"";
position:absolute;
inset:0;
border-radius:50%;
background:linear-gradient(135deg,#fff7ef 0%,#f3bba8 45%,#b76e61 100%);
opacity:1;
z-index:-1;
}

.yangclud-float-buttons a:hover{
transform:translateY(-3px) scale(1.04);
box-shadow:
0 0 22px rgba(255,174,145,.82),
0 0 34px rgba(255,218,185,.38),
0 10px 26px rgba(0,0,0,.55);
}

.yangclud-float-buttons .yangclud-float-line{
background-color:#f3bba8!important;
background-image:linear-gradient(135deg,#fff7ef 0%,#f3bba8 38%,#b76e61 78%,#fff0d8 100%)!important;
color:#38110d!important;
opacity:1!important;
}

.yangclud-float-buttons .yangclud-float-line:before{
background:linear-gradient(135deg,#fff7ef 0%,#f3bba8 38%,#b76e61 78%,#fff0d8 100%);
opacity:1;
}

@media(max-width:820px){

.yangclud-footer-inner{
padding:28px 14px 22px;
}

.yangclud-footer-main{
grid-template-columns:1fr;
gap:16px;
}

.yangclud-footer-brand,
.yangclud-footer-nav-box{
padding:18px;
border-radius:22px;
text-align:center;
}

.yangclud-footer-logo strong{
font-size:26px;
letter-spacing:2px;
}

.yangclud-footer-logo span{
font-size:12px;
letter-spacing:2px;
}

.yangclud-footer-brand p{
font-size:14px;
line-height:1.75;
}

.yangclud-footer-title{
font-size:18px;
}

.yangclud-footer-nav{
grid-template-columns:1fr;
gap:10px;
}

.yangclud-footer-nav a{
min-height:45px;
border-radius:16px;
font-size:15px;
}

.yangclud-footer-bottom{
flex-direction:column;
text-align:center;
gap:6px;
font-size:12px;
}

.yangclud-float-buttons{
right:12px;
bottom:12px;
gap:8px;
}

.yangclud-float-buttons a{
width:52px;
height:52px;
font-size:12px;
}

}

@media(max-width:420px){

.yangclud-footer-logo strong{
font-size:24px;
}

.yangclud-footer-brand,
.yangclud-footer-nav-box{
padding:16px;
}

.yangclud-float-buttons{
right:10px;
bottom:10px;
}

.yangclud-float-buttons a{
width:50px;
height:50px;
font-size:11px;
}

}
