
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;
}

}



.yangclud-home-widget{
width:100vw;
margin-left:calc(50% - 50vw);
margin-right:calc(50% - 50vw);
padding:36px 18px 42px;
background:
radial-gradient(circle at 12% 0%,rgba(255,198,170,.22),transparent 34%),
radial-gradient(circle at 88% 10%,rgba(183,110,97,.25),transparent 38%),
linear-gradient(180deg,#130706 0%,#060202 58%,#020101 100%);
font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
box-sizing:border-box;
overflow:hidden;
position:relative;
}

.yangclud-home-widget *{
box-sizing:border-box;
}

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

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

.yangclud-home-inner{
width:100%;
max-width:980px;
margin:0 auto;
position:relative;
z-index:1;
}

.yangclud-about-card{
padding:32px;
border-radius:34px;
border:2px solid rgba(255,198,170,.78);
background:
linear-gradient(180deg,rgba(38,14,11,.74),rgba(6,2,2,.9));
box-shadow:
0 0 24px rgba(255,174,145,.34),
0 16px 48px rgba(0,0,0,.62),
inset 0 0 26px rgba(255,190,160,.10);
overflow:hidden;
}

.yangclud-about-head{
width:100%;
text-align:center;
}

.yangclud-kicker{
display:inline-flex;
align-items:center;
justify-content:center;
margin-bottom:14px;
padding:8px 16px;
border-radius:999px;
border:1px solid rgba(255,198,170,.68);
background:rgba(255,198,170,.08);
color:#ffe2bf;
font-size:14px;
font-weight:900;
letter-spacing:2px;
box-shadow:0 0 14px rgba(255,174,145,.22);
}

.yangclud-about-head h1{
margin:0 0 12px;
font-size:48px;
line-height:1.12;
font-weight:950;
letter-spacing:2px;
background:linear-gradient(90deg,#f7c6b0 0%,#fff0d8 38%,#c97966 72%,#ffd9be 100%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
text-shadow:0 0 22px rgba(255,183,155,.28);
}

.yangclud-about-head h2{
margin:0 0 24px;
font-size:30px;
line-height:1.32;
font-weight:950;
letter-spacing:1px;
color:#fff4ec;
text-shadow:0 0 18px rgba(255,174,145,.34);
}

.yangclud-about-layout{
display:grid;
grid-template-columns:.82fr 1.18fr;
gap:26px;
align-items:center;
margin-top:12px;
}

.yangclud-photo-frame{
width:100%;
max-width:360px;
margin:0 auto;
position:relative;
padding:8px;
border-radius:28px;
background:
linear-gradient(135deg,#fff7ef 0%,#f7d2bf 34%,#b76e61 68%,#fff0d8 100%);
box-shadow:
0 0 18px rgba(255,244,235,.42),
0 0 28px rgba(255,183,155,.42),
0 14px 38px rgba(0,0,0,.62);
}

.yangclud-photo-frame:before{
content:"";
position:absolute;
inset:15px;
border-radius:21px;
border:1px solid rgba(255,255,255,.42);
box-shadow:inset 0 0 18px rgba(255,255,255,.12);
pointer-events:none;
z-index:2;
}

.yangclud-photo-frame img{
width:100%;
height:360px;
display:block;
object-fit:cover;
border-radius:20px;
background:#120706;
position:relative;
z-index:1;
}

.yangclud-photo-caption{
position:absolute;
left:18px;
right:18px;
bottom:18px;
z-index:3;
padding:9px 12px;
border-radius:15px;
background:linear-gradient(180deg,rgba(8,3,3,.72),rgba(8,3,3,.88));
border:1px solid rgba(255,198,170,.48);
box-shadow:0 0 16px rgba(255,174,145,.28);
color:#ffe2bf;
font-size:13px;
font-weight:900;
letter-spacing:1px;
text-align:center;
}

.yangclud-about-description{
min-height:260px;
padding:22px;
border-radius:26px;
border:1px solid rgba(255,198,170,.48);
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);
color:#fff4ec;
font-size:16px;
line-height:1.85;
font-weight:750;
text-shadow:0 0 10px rgba(0,0,0,.7);
}

.yangclud-about-description p{
margin:0;
}

/* CTA */
.yangclud-line-qr-widget{
display:flex;
align-items:center;
gap:18px;
margin:28px 0 0;
padding:17px 19px;
border-radius:26px;
background:
radial-gradient(circle at 10% 0%,rgba(255,198,170,.20),transparent 34%),
linear-gradient(180deg,#120806,#050202);
border:2px solid rgba(255,183,155,.95);
box-shadow:
0 0 18px rgba(255,174,145,.48),
0 0 30px rgba(255,212,168,.28),
inset 0 0 20px rgba(255,190,160,.12);
position:relative;
overflow:hidden;
font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
}

.yangclud-line-qr-widget:before{
content:"";
position:absolute;
left:-40px;
top:-40px;
width:120px;
height:120px;
background:radial-gradient(circle,rgba(255,217,183,.42),rgba(188,94,76,.18),transparent 70%);
filter:blur(8px);
opacity:.9;
}

.yangclud-line-qr-widget:after{
content:"";
position:absolute;
right:-10px;
bottom:-10px;
width:90px;
height:90px;
background:radial-gradient(circle,#ffe0bc 0%,#d88975 38%,transparent 72%);
opacity:.8;
filter:blur(9px);
}

.yangclud-line-qr-img{
flex:0 0 112px;
width:112px;
height:112px;
padding:7px;
border-radius:20px;
background:
linear-gradient(135deg,#fff7ef,#f7d2bf 45%,#b76e61 100%);
box-shadow:
0 0 14px rgba(255,244,235,.72),
0 0 20px rgba(255,183,155,.65),
inset 0 0 10px rgba(255,255,255,.65);
position:relative;
z-index:1;
}

.yangclud-line-qr-img img{
width:100%;
height:100%;
display:block;
object-fit:cover;
border-radius:14px;
background:#fff;
}

.yangclud-line-qr-content{
flex:1;
position:relative;
z-index:1;
}

.yangclud-line-qr-content h3{
margin:0 0 8px;
font-size:30px;
line-height:1.25;
font-weight:950;
letter-spacing:.5px;
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,.25);
}

.yangclud-line-qr-content h3 span{
letter-spacing:5px;
}

.yangclud-line-qr-content p{
margin:0 0 12px;
color:#fff7ef;
font-size:17px;
line-height:1.55;
font-weight:800;
text-shadow:0 0 10px rgba(0,0,0,.75);
}

.yangclud-line-id-badge{
display:inline-flex;
align-items:center;
gap:10px;
padding:9px 18px;
border-radius:999px;
border:2px solid rgba(255,198,170,.95);
background:linear-gradient(180deg,rgba(38,13,10,.82),rgba(8,3,3,.72));
box-shadow:
0 0 16px rgba(255,174,145,.45),
inset 0 0 14px rgba(255,214,180,.12);
text-decoration:none;
}

.yangclud-line-id-badge b{
display:inline-flex;
align-items:center;
justify-content:center;
width:42px;
height:42px;
border-radius:50%;
background:linear-gradient(135deg,#fff3e6,#f2b9a3 48%,#b76e61);
color:#4b1510;
font-size:13px;
font-weight:950;
box-shadow:0 0 12px rgba(255,217,190,.72);
}

.yangclud-line-id-badge strong{
color:#ffe2bf;
font-size:22px;
font-weight:950;
letter-spacing:1px;
text-shadow:0 0 10px rgba(255,183,155,.35);
}

@media(max-width:820px){

.yangclud-home-widget{
padding:24px 12px 30px;
}

.yangclud-about-card{
padding:18px;
border-radius:26px;
}

.yangclud-about-head h1{
font-size:34px;
line-height:1.16;
}

.yangclud-about-head h2{
font-size:22px;
line-height:1.35;
margin-bottom:20px;
}

.yangclud-about-layout{
grid-template-columns:1fr;
gap:18px;
}

.yangclud-photo-frame{
width:76%;
max-width:320px;
min-width:0;
border-radius:24px;
padding:7px;
}

.yangclud-photo-frame img{
height:auto;
max-height:360px;
border-radius:18px;
}

.yangclud-photo-caption{
left:15px;
right:15px;
bottom:15px;
font-size:12px;
border-radius:13px;
padding:8px 10px;
}

.yangclud-about-description{
min-height:180px;
padding:18px;
border-radius:22px;
font-size:15px;
line-height:1.8;
}

.yangclud-line-qr-widget{
gap:12px;
padding:12px;
border-radius:21px;
}

.yangclud-line-qr-img{
flex-basis:92px;
width:92px;
height:92px;
border-radius:16px;
padding:6px;
}

.yangclud-line-qr-img img{
border-radius:11px;
}

.yangclud-line-qr-content h3{
font-size:20px;
line-height:1.28;
}

.yangclud-line-qr-content h3 span{
letter-spacing:3px;
}

.yangclud-line-qr-content p{
font-size:13px;
line-height:1.45;
margin-bottom:9px;
}

.yangclud-line-id-badge{
padding:7px 12px;
gap:7px;
}

.yangclud-line-id-badge b{
width:30px;
height:30px;
font-size:10px;
}

.yangclud-line-id-badge strong{
font-size:16px;
}

}

@media(max-width:420px){

.yangclud-about-head h1{
font-size:30px;
}

.yangclud-about-head h2{
font-size:20px;
}

.yangclud-kicker{
font-size:12px;
padding:7px 13px;
}

.yangclud-photo-frame{
width:82%;
}

.yangclud-line-qr-widget{
align-items:flex-start;
}

}



.yangclud-purpose-widget{
width:100vw;
margin-left:calc(50% - 50vw);
margin-right:calc(50% - 50vw);
padding:38px 16px 44px;
background:
radial-gradient(circle at 12% 0%,rgba(255,198,170,.22),transparent 34%),
radial-gradient(circle at 88% 8%,rgba(183,110,97,.24),transparent 38%),
linear-gradient(180deg,#130706 0%,#060202 58%,#020101 100%);
font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
box-sizing:border-box;
overflow:hidden;
position:relative;
}

.yangclud-purpose-widget *{
box-sizing:border-box;
}

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

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

.yangclud-purpose-inner{
width:100%;
max-width:980px;
margin:0 auto;
position:relative;
z-index:1;
}

.yangclud-service-purpose{
padding:30px;
border-radius:34px;
border:2px solid rgba(255,198,170,.78);
background:
linear-gradient(180deg,rgba(38,14,11,.74),rgba(6,2,2,.92));
box-shadow:
0 0 24px rgba(255,174,145,.34),
0 16px 48px rgba(0,0,0,.62),
inset 0 0 26px rgba(255,190,160,.10);
}

.yangclud-service-purpose h2{
margin:0 0 22px;
font-size:38px;
line-height:1.25;
font-weight:950;
letter-spacing:2px;
text-align:center;
background:linear-gradient(90deg,#f7c6b0 0%,#fff0d8 38%,#c97966 72%,#ffd9be 100%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
text-shadow:0 0 22px rgba(255,183,155,.28);
}

.yangclud-purpose-block{
margin:0 0 18px;
padding:18px 20px;
border-radius:22px;
border:1px solid rgba(255,198,170,.38);
background:
linear-gradient(180deg,rgba(255,198,170,.08),rgba(20,7,6,.58));
box-shadow:
0 0 16px rgba(255,174,145,.13),
inset 0 0 14px rgba(255,214,180,.05);
}

.yangclud-purpose-block h3{
margin:0 0 10px;
font-size:21px;
line-height:1.35;
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;
text-shadow:0 0 14px rgba(255,183,155,.25);
}

.yangclud-purpose-block p{
margin:0;
padding:0;
border:0;
background:none;
box-shadow:none;
color:#fff4ec;
font-size:16px;
line-height:1.9;
font-weight:760;
letter-spacing:.5px;
text-shadow:0 0 10px rgba(0,0,0,.72);
}

.yangclud-purpose-block:last-of-type{
margin-bottom:0;
}

/* LINE CTA */
.yangclud-line-qr-widget{
display:flex;
align-items:center;
gap:18px;
margin:28px 0 0;
padding:17px 19px;
border-radius:26px;
background:
radial-gradient(circle at 10% 0%,rgba(255,198,170,.20),transparent 34%),
linear-gradient(180deg,#120806,#050202);
border:2px solid rgba(255,183,155,.95);
box-shadow:
0 0 18px rgba(255,174,145,.48),
0 0 30px rgba(255,212,168,.28),
inset 0 0 20px rgba(255,190,160,.12);
position:relative;
overflow:hidden;
font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
}

.yangclud-line-qr-widget:before{
content:"";
position:absolute;
left:-40px;
top:-40px;
width:120px;
height:120px;
background:radial-gradient(circle,rgba(255,217,183,.42),rgba(188,94,76,.18),transparent 70%);
filter:blur(8px);
opacity:.9;
}

.yangclud-line-qr-widget:after{
content:"";
position:absolute;
right:-10px;
bottom:-10px;
width:90px;
height:90px;
background:radial-gradient(circle,#ffe0bc 0%,#d88975 38%,transparent 72%);
opacity:.8;
filter:blur(9px);
}

.yangclud-line-qr-img{
flex:0 0 112px;
width:112px;
height:112px;
padding:7px;
border-radius:20px;
background:
linear-gradient(135deg,#fff7ef,#f7d2bf 45%,#b76e61 100%);
box-shadow:
0 0 14px rgba(255,244,235,.72),
0 0 20px rgba(255,183,155,.65),
inset 0 0 10px rgba(255,255,255,.65);
position:relative;
z-index:1;
}

.yangclud-line-qr-img img{
width:100%;
height:100%;
display:block;
object-fit:cover;
border-radius:14px;
background:#fff;
}

.yangclud-line-qr-content{
flex:1;
position:relative;
z-index:1;
}

.yangclud-line-qr-content h3{
margin:0 0 8px;
font-size:30px;
line-height:1.25;
font-weight:950;
letter-spacing:.5px;
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,.25);
}

.yangclud-line-qr-content h3 span{
letter-spacing:5px;
}

.yangclud-line-qr-content p{
margin:0 0 12px;
padding:0;
border:0;
background:none;
box-shadow:none;
color:#fff7ef;
font-size:17px;
line-height:1.55;
font-weight:800;
text-shadow:0 0 10px rgba(0,0,0,.75);
}

.yangclud-line-id-badge{
display:inline-flex;
align-items:center;
gap:10px;
padding:9px 18px;
border-radius:999px;
border:2px solid rgba(255,198,170,.95);
background:linear-gradient(180deg,rgba(38,13,10,.82),rgba(8,3,3,.72));
box-shadow:
0 0 16px rgba(255,174,145,.45),
inset 0 0 14px rgba(255,214,180,.12);
text-decoration:none;
cursor:pointer;
}

.yangclud-line-id-badge b{
display:inline-flex;
align-items:center;
justify-content:center;
width:42px;
height:42px;
border-radius:50%;
background:linear-gradient(135deg,#fff3e6,#f2b9a3 48%,#b76e61);
color:#4b1510;
font-size:13px;
font-weight:950;
box-shadow:0 0 12px rgba(255,217,190,.72);
}

.yangclud-line-id-badge strong{
color:#ffe2bf;
font-size:22px;
font-weight:950;
letter-spacing:1px;
text-shadow:0 0 10px rgba(255,183,155,.35);
}

@media(max-width:820px){

.yangclud-purpose-widget{
padding:26px 12px 34px;
}

.yangclud-service-purpose{
padding:18px;
border-radius:26px;
}

.yangclud-service-purpose h2{
font-size:28px;
line-height:1.3;
margin-bottom:18px;
}

.yangclud-purpose-block{
padding:15px 15px;
border-radius:18px;
margin-bottom:14px;
}

.yangclud-purpose-block h3{
font-size:18px;
line-height:1.35;
}

.yangclud-purpose-block p{
font-size:15px;
line-height:1.8;
}

.yangclud-line-qr-widget{
gap:12px;
padding:12px;
border-radius:21px;
}

.yangclud-line-qr-img{
flex-basis:92px;
width:92px;
height:92px;
border-radius:16px;
padding:6px;
}

.yangclud-line-qr-img img{
border-radius:11px;
}

.yangclud-line-qr-content h3{
font-size:20px;
line-height:1.28;
}

.yangclud-line-qr-content h3 span{
letter-spacing:3px;
}

.yangclud-line-qr-content p{
font-size:13px;
line-height:1.45;
margin-bottom:9px;
}

.yangclud-line-id-badge{
padding:7px 12px;
gap:7px;
}

.yangclud-line-id-badge b{
width:30px;
height:30px;
font-size:10px;
}

.yangclud-line-id-badge strong{
font-size:16px;
}

}

@media(max-width:420px){

.yangclud-service-purpose h2{
font-size:25px;
}

.yangclud-line-qr-widget{
align-items:flex-start;
}

}



.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;
}

.yangclud-float-buttons a{
width:58px;
height:58px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
font-size:13px;
font-weight:950;
line-height:1.15;
text-align:center;
letter-spacing:.5px;
border:2px solid rgba(255,224,200,.9);
background:linear-gradient(135deg,#fff1e4,#f3bba8 48%,#b76e61);
color:#3c120d;
box-shadow:
0 0 16px rgba(255,174,145,.62),
0 8px 22px rgba(0,0,0,.45),
inset 0 0 10px rgba(255,255,255,.32);
transition:.25s ease;
}

.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:
linear-gradient(135deg,#fff7ef 0%,#f3bba8 38%,#b76e61 78%,#fff0d8 100%);
color:#38110d;
}

@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;
}

}
