:root{
  --card-bg:#ffffff;
  --card-border:#e6eaf0;
  --card-muted:#64748b;
  --card-text:#0f172a;
  --card-soft:#f8fafc;
  --box-padding:10px;
  --accent: #f5ccbe;     
  --accent-ink:#0b735f;
  --shadow-sm:0 2px 6px rgba(2,6,23,.06);
  --shadow-lg:0 14px 32px -14px rgba(2,6,23,.22);
  --ui-bg: #ffffff;
  --ui-bg-soft:#f8fafc;
  --ui-text:#0f172a;
  --ui-muted:#64748b;
  --ui-border:#e5e7eb;
  --ui-border-strong:#d1d5db;
  --ui-primary:#111827;
  --ui-shadow: 0 6px 20px rgba(0,0,0,.06);
  
  --pc-icon-color: #000000;
}


html{ scroll-behavior: smooth; }




#popup-month-options{
    background: var(--ui-bg);
    display: grid;
    gap: 12px;
}


#popup-month-options .sku-row{
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 12px;
}


#popup-month-options .row-label{
  color: var(--ui-muted);
  font-size: 12px;
  line-height: 1;
  text-align: right;
  user-select: none;
}


#popup-month-options .btn-group{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}


#popup-month-options .chip{
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--ui-border-strong);
  background: var(--ui-bg-soft);
  color: var(--ui-text);
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  transition: transform .06s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
  user-select: none;
  outline: none;
}

#popup-month-options .chip:hover{
  transform: translateY(-1px);
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
  border-color: var(--ui-border);
}

#popup-month-options .chip:active{
  transform: translateY(0);
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
}

#popup-month-options .chip:focus-visible{
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


#popup-month-options .chip.active{
  background: var(--ui-primary);
  color: #fff;
  border-color: var(--ui-primary);
}


#popup-month-options .chip[disabled]{
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none;
}

.buyers-rail{
  display:flex;
  flex-direction:column;
  align-items:center;
  
  
}
.buyers-track{
  display:flex;
  align-items:center;
}
.buyers-track .buyer{
  
  width: 35px;
  height: 35px;
  border-radius:50%;
  overflow:hidden;
  background:#eee;
  position:relative;
  border:2px solid #fff;
  
  margin-left:-10px;
  display:grid;
  place-items:center;
}
.buyers-track .buyer:first-child{ margin-left:0; }
.buyers-track .buyer img{ width:100%; height:100%; object-fit:cover; display:block; }
.buyers-track .buyer-add{
  background:#fff; color:#666; font-weight:700;
  border:2px dashed #ffc6c6;
}

.buyer-caption{
  font-size:12px;
  color:#8a8a8a;
  line-height:1;
}
.buyer-caption .name{ font-weight:600; margin-right:.4em; color:#7a7a7a; }




.buyers-track .buyer:not(.buyer-add):nth-last-child(n+6) {
  display: none;
}


.buyers-track .buyer {
  transition: transform 420ms cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .buyers-track .buyer { transition: none; }
}



@media (max-width: 560px){
  #popup-month-options{
    gap: 10px;
  }
  #popup-month-options .sku-row{
    grid-template-columns: 1fr;
    gap: 6px;
  }
  #popup-month-options .row-label{
    text-align: left;
    font-size: 11px;
  }
  #popup-month-options .btn-group{
    gap: 6px;
  }
  #popup-month-options .chip{
    padding: 7px 10px;
    font-size: 12px;
  }
}

.product-page {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    
    margin-top: 10px;
}

.product-page a {
    
    color: #0fa084;
    font-size: 15px;
}


.price-details + .purchase-options #popup-month-options{
  margin-top: 8px;
}


.home-product-section__grid{
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    /* align-items: stretch; */
    /* align-content: flex-start; */
    gap: 15px;
    /* margin-top: 22px; */
}








.info {
        
    font-weight: normal;
    color: coral;
}


.site-nav .tools {
  display: flex;
  align-items: center;
  gap: 12px;          
}


.site-nav .tools a {
  text-decoration: none;
  font-weight: 500;
}


.site-nav .tools .service {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}





.fw-hero{
    position: relative;
    background: #f0f8ff;
    overflow: clip;
    isolation: isolate;
    border-radius: 20px;
    
    min-height: 100vh;   
    min-height: 100svh;  
}

.content .fw-hero,
#Main > .fw-hero{
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border-radius: 0; 
  
}
.fw-hero.has-photo{
    
    background: center/cover no-repeat var(--hero-photo);
}
.fw-hero.has-photo::before{
    content: "";
    position: absolute; inset: 0;
    
    background: linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.18));
    z-index: 0;
}
.hero-wrap{
      max-width: none; 
      margin: 0 auto;
      padding: clamp(48px, 2vw, 120px) 16px;
      display: grid;
      place-items: center;
      text-align: center;
      gap: 20px;
      
      min-height: inherit;
      position: relative; z-index: 1;
}


.hero-title{
        font-size: clamp(30px, 8vw, 48px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: .2px;
    color: #111827;
}
.hero-sep{
  width: 2px;
  height: clamp(28px, 5vw, 54px);
  background: rgba(17,24,39,.25);
  margin: clamp(8px, 2vw, 16px) auto;
  border-radius: 1px;
}

.hero-type{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.25em;
  font: 600 clamp(34px,3vw,28px)/1.2 Arial, sans-serif;
  color: #418fff;
  min-height: 1.4em;
}
.caret{
  display:inline-block; width:2px; height:1.1em; background:#0f172a;
  animation: blink .9s steps(1) infinite;
}
@keyframes blink{ 50%{ opacity:0 } }

.hero-sub{
    font-size: clamp(13px, 0.4vw, 22px);
    color: #000000;
    margin: 0;
    border-radius: 13px;
    border: 1px solid #ffdcc2;
    padding: 4px;
    background-color: #ffffff;
}


@media (min-width: 1280px){
  
  #top .content{ max-width: 1200px; }
  
  .hero-wrap{ max-width: min(92vw, 1440px); }
}

@media (min-width: 1600px){
  
  .hero-wrap{ padding-top: 96px; padding-bottom: 96px; }
}
.hero-cta{
  display: flex;
  gap: 16px;
  margin-top: clamp(18px, 3vw, 28px);
}

.btn-primary:hover{ transform: translateY(-1px); }
.btn-ghost{
  background: #ffffff;
  color:#0f172a;
  border:1px solid #e5e7eb;
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.btn-ghost:hover{ transform: translateY(-1px); }


.stickers{
  position:absolute; inset:0;
  pointer-events:none;   
}
.fw-hero.has-photo .stickers{ display: none; }
.sticker{
    position: absolute;
    width: clamp(44px, 3vw, 110px);
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(15,23,42,.12))
    drop-shadow(0 2px 4px rgba(15,23,42,.08));
    transform: translateZ(0);
}


.s-aws     {     
    left: 8%;
    top: 68%;}
.s-apple   {    
         top: 69%;
    left: 86%;
    transform: rotate(
13deg);}


.s-meta    {     
    left: 3%;
    top: 44%;}

.s-netflix {    
    top: 14%;
    right: 93%;
    transform: rotate(
2deg);}
.s-chatgpt {    
    right: 4%;
    top: 45%;}
.s-duo     {     
    right: 3%;
    top: 8%;
    transform: rotate(
360deg);}


@media (max-width: 640px){
  .sticker{ width: clamp(36px, 11vw, 72px); }
  .s-aws     {left: 6%;top: 30%;display: none;}
  .s-meta    {
    display: none;
    left: 8%;
    top: 64%;
    }
  .s-netflix {
    right: 0%;
    top: 31%;
    transform: rotate(
6deg);
    }
  .s-chatgpt {     right: 6%;
    top: 75%; }
  .s-apple   {    left: 22px;
    top: 74%;
    transform: rotate(
326deg);}
  .s-duo     {
    right: 83%;
    top: 32%;
    transform: rotate(
346deg);
    }
}




.lxkf-card{
  display:flex; align-items:center; gap:10px;
  padding:10px 12px;
  background:#f9fafb;
  border:1px solid #eef0f3;
  border-radius:14px;
  text-decoration:none; color:#111;
  transition: transform .12s ease, box-shadow .2s ease;
}
.lxkf-card:hover{
  transform: translateY(-1px);
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.kf-image{ width:40px; height:40px; object-fit:cover; border-radius:10px; }
.wx-title{ font-weight:700; font-size:14px; }
.weixin{ font-size:12px; color:#0fa084; }


@media (max-width: 820px){
  .hero{ grid-template-columns: 1fr; }
  .lxkf-card{ justify-self:start; }
}

.classify-container {
    gap: 10px;
    margin-bottom: 20px;
    display: flex;
    overflow: auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    width: 100%;
}

.classify {
    white-space: nowrap;
    display: inline-block;
    padding: 5px 25px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    background-color: #ffffff;
    border: 1 solid 1px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid #bbbbbb;
}

.classify:hover {
    background-color: #b7b7b7;    
}

.classify.active {
  border-color: #0db09a;
}

.btn-classify {
    font-family: Arial, sans-serif; 
    text-transform: uppercase;      
}

.mtpt-text {
    width: 96%;
    font-size: 28px;
}
.tt-text, .pd-text {
    font-size: 21px;
}

.all-ly-card {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 20px;
    margin-bottom: 10px;
    
    overflow-x: auto;
}

.ly-card {
    font-family: Arial, sans-serif;
    margin: 0;
    min-width: 259px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #f5f5f7;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
}

.ly-card img {
    width: 40px;
}

.product-and-faq {
    display: flex;
    width: 100%;
    max-width: 1200px;
    flex-direction: row;
    flex-wrap: wrap;
}

.p-card {
    width: 378px;
    background: #ffffff;
    
    margin-bottom: 20px;
    
    box-shadow: 0px -1px 13px 1px rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative; 
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.p-badges{     
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    gap: 6px;
    z-index: 2;
}
.p-badges-left{
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    gap: 6px;
    z-index: 2;
}
.p-badge{     
        display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 8px;
    border-radius: 0px 0px 10px 10px;
    font-size: 11px;
    
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    backdrop-filter: saturate(140%) blur(2px);
}
.p-badge-new{ background:#ecfeff; color:#0e7490; border-color:#a5f3fc; }
.p-badge-hot{ background:#fee2e2; color:#b91c1c; border-color:#fecaca; }
.p-badge-sale{ background:#dcfce7; color:#166534; border-color:#bbf7d0; }
.p-badge-low{     
    background: #ffb3b3;
    color: #000000;
    border-color: #fde68a; 
}
.p-badge-custom{ background:#e0f2fe; color:#075985; border-color:#bae6fd; }
.p-badge-multi{ background:#eef2ff; color:#3730a3; border-color:#c7d2fe; }

.mtpt-text {
    width: 96%;
    height: 78px;
}

.ttpd-text {
    flex-direction: row;
    width: 87%;

}

.mt-text {
font-size:48px;
  font-weight:800;
  color:#333;
  line-height:1.1;
  margin-bottom:.25em;
}

.tt-text {
    margin-bottom: 9px;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    display: inline;
}

.pd-text {
    margin-bottom: 9px;
    font-size: 24px;
    color: #797979;
    font-weight: bold;
    display: inline;
}

.product-card-container {
    background: var(--card-bg);
  border:1px solid var(--card-border);
  border-radius:16px;
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
  transition: transform .16s ease, box-shadow .2s ease, border-color .2s ease;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji",
               "Segoe UI Emoji", "Segoe UI Symbol";

}
.product-card-container:hover{
  transform: translateY(-2px);
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
  border-color:#d9dee7;
}
  
  .fab-box {
        padding: 7px 18px 11px 18px;
        background-color: #ffffff;
        border-radius: 0px 0px 10px 10px;
        text-align: center; 
        margin-top: auto;
  }


.fab-box .product-detail-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  color: #1f2333;            
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.fab-box .product-detail-link:hover,
.fab-box .product-detail-link:focus-visible {
  color: #ca0300;            
  text-decoration: underline;
  outline: none;
}


.why{
  padding: clamp(20px, 2vw, 28px) 0;
  
  min-height: 100svh;
  display: grid;
  align-content: center; 
  margin-bottom: 0; 
  
  --flow-accent: #16a34a; 
  background-color: #fff3ea;
}
.why .why-wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0; 
}
.why .why-title{ 
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    color: #111827;
    margin: 0 0 6px;
}
.middle-info{
    font-size: small;
}
.why .why-sub{
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  text-align: center;
  
  
  
  
  
  background: linear-gradient(90deg, #3F12F5 0%, #FF5B8A 50%, #F99C52 100%);
  background-size: 100% 1.4em;
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
.why .why-grid{
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.why .why-card{ 
  position: relative; 
  background: var(--ui-bg); 
  border: 1px solid var(--ui-border); 
  border-radius: 12px; 
  padding: 14px 14px 12px 14px; 
  box-shadow: 0 2px 3px rgba(0,0,0,.1); 
  transition: transform .12s ease, box-shadow .18s ease, border-color .12s ease; 
}
.why .why-card:hover{ 
  transform: translateY(-2px); 
  box-shadow: 0 2px 3px rgba(0,0,0,.1); 
  border-color: color-mix(in srgb, var(--ui-border) 40%, var(--accent) 60%); 
}
.why .why-card h3{
  font-size: 22px;
  
  margin: 0 0 6px;
  color: #000000;
  font-weight: 600;
}
.why .why-card p{
  
  
  
  
  line-height: 1.4em;
  background: linear-gradient(90deg, #3F12F5 0%, #FF5B8A 50%, #F99C52 100%);
  background-size: 100% 1.4em;
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: block;
}
.why .why-badge{ 
  position: absolute; 
  top: 12px; left: 12px; 
  width: 28px; height: 28px; 
  display: inline-flex; align-items:center; justify-content:center; 
  border-radius: 9999px; 
  background: linear-gradient(135deg, var(--accent), var(--accent-ink)); 
  color: #fff; font-weight: 700; font-size: 14px; 
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
}

@media (max-width: 720px){
  .why .why-grid{grid-template-columns: 1fr;padding: 10px;}
}

.buy-fab {
  width: 100%;
  border-radius: 999px;
  background: rgb(230 230 230);
  border: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  
  padding: 12px 0px;
  color: #000000;
  
  text-decoration: none;
}

.buy-fab::before {content: none;}

.buy-fab:hover       {background: rgb(0 0 0);color: white;}
.buy-fab:active      { transform: scale(.95); }


.visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    margin: -1px; padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}
.all-rf-card {
    display: flex;
    width: 96%;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
}
.rf-card {
    width: 100%;
    max-width: 343px;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 4px;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #000000;
}

.rf-card img {
    width: 100%;
    border-radius: 15px;
    padding: 7px;
}

.all-re-card {
    display: flex;
    width: 96%;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 20px;
    margin-bottom: 10px;
    overflow-x: auto;
    margin-top: 20px;
}

.all-re-card img {
    width: 100%;
}

.lt-text {
    font-size: 10px;
    font-weight: bold;
    color: #797979;
}

.cp-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #888;
    text-align: center;
}

.re-card {
    margin-bottom: 10px;
    width: 100%;
    max-width: 343px;
    background-color: #0071e3;
    margin-bottom: 20px;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1000;
    width: 600px;
    max-width: 92vw;
    max-height: 88vh;
    height: auto;
    padding: 9px 20px 11px;
    background-color: #f1f1f1;
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    border-radius: 12px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .30s ease-in-out, opacity .30s ease-in-out, visibility 0s linear .30s;
    will-change: transform, opacity;
}

.popup {
top: 50%;
left: 50%;
transform: translate(-50%, -40%);
}
.popup.show {transform: translate(-50%, -50%);opacity: 1;visibility: visible;pointer-events: auto;z-index: 10000;transition: transform .30s ease-in-out, opacity .30s ease-in-out, visibility 0s;}

.divider {
    margin: 20px 0;
}

.video {
    border-radius: 14px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

@keyframes expandFromCenter {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.product-card-container.expanded {
    padding-top: 51px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    background-color: white;
    margin: 0;
    border-radius: 0;
    z-index: 10000;
    overflow-y: auto;
    padding-bottom: 55px;
    padding-left: 30px;
    padding-right: 30px;
    animation: expandFromCenter 0.3s ease-in-out;
}


.Product-header{
    background: linear-gradient(180deg, #ffffffd6, #f4f4f4d6, #d3d3d3 99%);
    border-radius: 12px 12px 0px 0px;
    padding: 14px;
    color: #0f172a;
    
    
    
    
}

.flot-intro {
    overflow: hidden; 
    height: 30px; 
    position: relative;
    background-color: #ffffff;
    margin-top: 10px;
    padding: 0px 20px;
    border-radius: 7px;
}

.flot-intro-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out; 
}

.flot-intro-line {
    font-size: 12px;
    color: #747474;
    height: 30px; 
    line-height: 30px; 
}

.product-img {
    display: flex;
    align-items: flex-start;
    padding: 3px;
}

.product-img img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    border-radius: 14px;
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
}

.products-name{ gap:6px; }
.CN_name{
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 800;
  color: var(--card-text);
  line-height: 1.15;
}

.en_name {
    font-size: 14px;
}

.Suffix {
    font-size: 12px;
    color: #8f8f8f;
    font-weight: bold;
    margin-top: 5px;
}

.share {
    display: flex;
    flex-direction: column;
    
    
    
}

.Money {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.product-price {
    font-size: 25px;
    
    
}

.Product-body-first {
    display: flex;
    width: 100%;
    height: auto;
    gap: 8px;
    padding-bottom: 0px;
    overflow-x: auto; 
    max-height: 100%; 
    min-height: 66px; 
}

.Product-body-first::-webkit-scrollbar {
    display: none;  
}

.little-card {
    position: relative;
    
  flex: 0 0 auto;       
  width: 100px;          
  height: 70px;         
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 4px;
}
.Product-body-first > .little-card:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-4px;          
  top:15%;             
  bottom:15%;          
  width:2px;
  background:#c9c9c9;  
}


.First-line {
  font-size: 12px;
  line-height: 1.2;
  color: #666;
  white-space: nowrap;   
}

.Second-line {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 4px 0;
  color: #666;
  white-space: nowrap;   
}

.Third-line {
  font-size: 12px;
  line-height: 1.2;
  color: #999;
  text-align: center;
  white-space: nowrap;   
}

.Product-body-second {
    display: flex;
}

.Product-body-second img {
    margin-top: 2px;
    width: 100%;
    border-radius: 15px;
    max-width: 320px;
}

.Image-card {
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
}

.Image-card p {
    margin: 0;
    color: #333;
}

.Product-tail {
    flex-direction: column;
    margin-top: 15px;
}

.sku-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-bottom: 12px;
    padding: 10px;
    scroll-snap-type: x mandatory;
    position: relative;
}

.sku-tab {
    flex: 0 0 auto;
    min-width: 160px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    
    padding: 8px 12px;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
    font: inherit;
    color: #5d5d5d;
    scroll-snap-align: start;
    position: relative; 
    padding-right: 48px; 
}


.sku-tab:hover{
    border-color: #cbd5e1; 
    background: #f8fafc;  
    color: #1f2937;       
}
.sku-tab.is-active:hover{
    background: none;
    border-color: #000000;
    color: #000000;
}

.sku-tab:focus-visible {
    outline: 2px solid #0ea5e9;
    outline-offset: 2px;
}

.sku-tab.is-active {
    background: none;
    border-color: #000000;
    color: #000000;
    
}

.sku-tab__label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    
}

.sku-tab__divider {
    opacity: 0.4;
}

.sku-tab__hint {
    font-size: 12px;
    opacity: 0.8;
}


.sku-tabs::before,
.sku-tabs::after{
  content: none;
  display: none;
}


.sku-tabs__status{
  text-align:right;
  font-size:12px; color:#64748b;
  margin-top:-6px; margin-bottom:6px;
}

.sku-pill-badge{
    position: absolute;
    top: -9px;
    right: 7px;
    font-size: 10px;
    padding: 2px 11px;
    line-height: 1;
    
    background: #ffffff;
    color: #737373;
    
    pointer-events: none;
}

.sku-panels {
    position: relative;
}

.sku-panel {
    display: none;
}

.sku-panel.is-active {
    display: block;
}

.sku-panel__content {
    font-size: 14px;
    line-height: 1.7;
    color: #374151;
}

.sku-panel__content.is-fallback {
    border: 1px dashed #d1d5db;
    border-radius: 12px;
    padding: 12px;
    background: #f8fafc;
    color: #64748b;
}



.products-share {
    display: flex;
    flex-direction: column;
}

.product-name {
    color: #4D4D4D;
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    margin-top: 15px;
    position: relative;
}

.name-and-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent; 
}


.product-user {
    color: #656565;
    font-size: 12px;
    font-family: Inter;
    margin-top: 100px;
}

.sku-tagline{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin-top:8px;
    justify-content: center;
}

.sku-highlights{
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 10px;
}

.sku-highlight{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 12px;
    background: #f8fafc; 
    border: 1px solid #e2e8f0; 
    color: #0f172a; 
    font-size: 13px;
    line-height: 1.35;
}

.sku-highlight__icon{
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 1px;
    object-fit: contain;
}

.sku-highlight__dot{
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin-top: 4px;
    border-radius: 999px;
    background: #a855f7; 
}

.sku-highlight__text{
    flex: 1 1 auto;
    word-break: break-word;
}
.sku-badge{
    font-size: 15px;
    padding:2px 8px;
    border-radius:999px;
    
    background: #ffffff;
    color: #ce3fc3;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}


.sku-badge:hover{
    background:#f8fafc;
    box-shadow:0 0 0 1px #e2e8f0 inset; 
}
.sku-badge--audience{
    
    background: #ffffff;
    color:#14532d;
}

.sku-badge--audience:hover{
    background:#f0fdf4;           
    color:#14532d;                
    box-shadow:0 0 0 1px #bbf7d0 inset; 
}

.sku-badge--stability{
    background:#ffffff;
    color:#92400e;
}

.sku-badge--stability:hover{
    background:#fff7ed;           
    color:#92400e;
    box-shadow:0 0 0 1px #fed7aa inset; 
}


.sku-badge--channel{
    background:#ffffff;
    color:#0f172a;                 
}

.sku-badge--channel:hover{
    background:#eff6ff;            
    color:#0c4a6e;                 
    box-shadow:0 0 0 1px #bfdbfe inset; 
}

.price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.currency-symbol {
    color: #4D4D4D;
    font-size: 12px;
    font-family: Inter;
}


.buy-button {

    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 19px;
    font-family: Inter;
    line-height: 18.2px;
    text-decoration: none;
    margin-top: 17px;
    margin-bottom: 5px;
    font-weight: bold;

    
    border: none;
    outline: none;
}
.view-more {
    color: #4D4D4D;
    font-size: 13px;
    font-family: Inter;
    font-weight: 300;
}

.product-details {
    color: #4D4D4D;
    font-size: 13px;
    font-family: Inter;
    font-weight: 400;
    line-height: 1.9;
    position: absolute;
    top: 40px;  
    left: 50px;
}

.per-month {
    color: #4D4D4D;
    font-size: 12px;
}



.product-card-container .close-button {
    display: none; 
    top: 10px;
    right: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    
    padding-bottom: 10px;
}

.back-little-card {
    font-size: 16px;
    color: #0066cc;
}

.product-card-container.expanded .close-button {
    display: block; 
}

.extra-content {
    display: none; 
    margin-top: 6px;
    width: 100%;  
    background: #ffffff;
}

.sd {
    display: flex;
    position: relative;
    flex-direction: column;
    background-color: #ffffff;
    
    
    padding: 4px 10px 2px 10px;
    height: auto;
    min-height: 0;
}


.scroll-hint {
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    background:rgba(0,0,0,.55);
    color:#fff;
    padding:2px 10px;
    border-radius:20px;
    font-size:12px;
    pointer-events:none;
    transition:opacity .3s;
}

.hide-hint .scroll-hint,
.hide-hint::after { opacity:0; }




.click-hint {
    position: absolute;
    top: 20%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;

    font-size:12px;
    line-height:1;
    padding:3px 10px;
    background:#eee;
    color:#666;
    border-radius:12px;
    white-space:nowrap;
    pointer-events:none;
    opacity:1;
    transition:opacity .1s;
}

.click-hint.hide { opacity:0; }
.reviews {
    display: flex;
    flex-direction: column;
    background-color:#ffffff;
}

.review-top-line {
    display: flex;
    background-color: #ffffff;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: solid 0.5px #d0d0d0;
    margin-bottom: 10px;
    margin-top: 7px;
    border-top: solid 1px #d0d0d0;
    padding-top: 7px;
    padding-bottom: 11px;
}

.review-top-line-First-Colum {
    display: flex;
    
    color: #474747;
    flex-direction: column;
    align-items: center;
    
}

.review-top-line-Second-Colum {
    display: flex;
    font-size: 15px;
    color: #474747;
    flex-direction: column;
    align-items: flex-end;
}

.review-container {
    display: flex;
    height: auto;
    
    overflow-x: auto;
    min-height: 176px;
    padding-bottom: 7px;
}

.pagination{
  display:flex; 
  gap:8px; 
  align-items:center; 
  justify-content:center;
  margin:16px 0 8px;
}
.pagination a, .pagination span{
  padding:6px 10px; 
  color: #000000;
  border:1px solid var(--border,#2a2a2a);
  border-radius:8px; 
  text-decoration:none; 
  font-size:14px;
}
.pagination .current{ 
    font-weight:700; 
    color: #000000;
    background:rgba(93,138,255,.12); }
.pagination .disabled{ opacity:.45; cursor:not-allowed; }


.all-review {
    display: flex;
    flex-direction: column;
    
    padding: 10px;
    width: 100%;
    margin-right: 13px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    background-color: #ffffff;
     
    
}

.review-First-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.review-Second-line {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}


.First-Column {
    display: flex;
    flex-direction: column;
    width: 76px;
}

.Second-Column {
    display: flex;
    flex-direction: column;
    width: 239px;
    align-items: flex-end;
    margin: 0px;
    font-size: 12px;
    color: #888888;
    
}


.star-ratings {
    width: 100%;
}

.star-rating {
    display: flex;
    align-items: center;
    margin-bottom: -2px;
}

.stars {
    display: flex;
    align-items: center;

}

.text {
    font-size: 12px;
    color: #888888;
}

span.review-First-line-2 {
    font-size: 29px;
    font-weight: bold;
    color: #8d8d8d;
}

.star {
    font-size: 7px;
    margin-right: 2px;
}

.star-filled {
    color: #797979;
}

.star-empty {
    color: #e0e0e0; 
}

.progress-bar-container {
    flex-grow: 1;
    width: 141px;
}

span.qb-text {
    
    font-size: 15px;
    color: #474747;
    
    
    font-weight: bold;
}

.progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    height: 3px;
    border-radius: 5px;
    overflow: hidden;
}

.progress {
    height: 100%;
    background-color: #797979;
    transition: width 0.3s;
}
.product-card-container.expanded .extra-content {
    display: block; 
}

#review-display {
    margin-top: 20px;
}

.product-tips {
    font-size: 13px;
    color: #747474;
}

.fangan-card {
        
        flex-direction: column;
        
        
        
        
        
        
        
        
        
        
        
}

.image-container-copy {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 7px;
    text-decoration: none;
    color: inherit;
}

.card-content {
    display: none;
    padding: 10px;
    background-color: #fff;
    
    
}

.text-and-icon {
    display: flex;
    align-items: center;
    flex-grow: 1;
    
    
}

.text-and-icon span {
    flex-grow: 1;
    font-size: 17px;
    color: #333;
    display: flex;
    align-items: center;
}

span.review-First-line-1 {
    
    font-size: 15px;
    color: #474747;
    
    
    font-weight: bold;
    margin-bottom: 5px;
}

span.\32 review-First-line-1 {
    
    font-size: 15px;
    color: #474747;
    
    
    font-weight: bold;
}

span.\32 review-First-line-3 {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #474747;

}

.specific-span {
    font-size: 12px;
    text-align: center;
}

.flot-intro {
    display: flex;
    height: 30px;
    flex-direction: column;
}

.flot-intro-line {
    font-size: 14px;
    color: #797979;
}
.review-text {
    margin: 0px;
    font-size: 12px;
    color: #000000;
}

span.ratting {
    margin: 0px;
    font-size: 12px;
    color: #646464;
}

.review-back {
    margin-top: 17px;
    font-size: 12px;
    color: #646464;
}

span.review-First-line-3 {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #474747;
}

.Tail-span {
    flex:1;
    font-size: 15px;
    font-weight: bold;
    color: #454545;
    margin-top: 4px;
}

.chevron {
    width: 24px;
    height: 24px;
    fill: #666;
    transition: transform 0.3s ease;
}

.popup {
    display: flex;
}

.popup-content {
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    border-radius: 8px;
    border: 0;
    padding: 10px;
    height: auto;
}

.buyname {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 6px;
}


.close {
    font-size: 30px;
    color: #646464;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: none; 
    cursor: pointer; 
}



.product-info {
    display: flex;
    align-items: flex-start; 
    width: 100%;
    padding: 1px;
    margin-bottom: 20px; 
}

.product-info img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 8px;
}

.fullintro {
    display: flex;
    flex-direction: column;
}

span#product-fullname.product-fullname {
    font-size: 25px;
    color: #000000;
}

.fullintro .intro1 {
    font-size: 14px;
    color: #747474;
}

.fullintro .intro2 {
    font-size: 10px;
    color: #747474;
}

.price-details {
    display: flex;
    flex-direction: column;
    margin-left: auto; 
    margin-right: 1px;
    align-items: flex-end;
}

.price-details .current-price {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    top: 1px
}

.price-details .original-price {
    font-size: 18px;
    text-decoration: line-through;
}

.price-details .monthly-price {
    font-size: 10px;
    color: #747474;
    position: relative; 
    top: -10;
}

.price-details .duration {
    font-size: 10px;
    color: #9b5e5e;
    background-color: bisque;
}

.purchase-options {
    display: flex; 
    flex-direction: column; 
    border: 0px solid;
    border-top: 1px solid #ccc; 
}

.purchase-options h3,
.coupon h3 {
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.month-option {
    background-color: rgb(223, 223, 223);
    border: 0px solid rgb(0, 0, 0);
    padding: 10px;
    border-radius: 50%; 
    width: 3px; 
    height: 3px; 
}

.package-row {
    display: flex;
    align-items: center;
    font-size: larger;
    justify-content: space-between;
    padding: 3px;
    padding-left: 2px;
    padding-right: 2px;
    border: 0px solid #ffffff;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3px;
    color: #575757;
}

.sku-months {
    margin-left: 10px;
}





.actions {
    display: flex;
    justify-content: space-between; 
    padding-top: 10px;
    gap: 30px; 
    padding-bottom: 10px;
}

.actions .proceed-payment, .actions .weixin {
    flex: 1; 
    max-width: calc(50% - 15px); 
    padding: 7px 1px; 
    margin-bottom: 8px; 
    margin-top: 8px;
    border: none; 
    cursor: pointer;
    border-radius: 10px; 
    color: white; 
    background-color: #383838; 
    text-align: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; 
    font-size: 13px; 
}

.actions .weixin {
    background-color: #25D366; 
}

#payment-form {
    display: flex; 
    flex-direction: column;
    padding: 0px;
    border: 0px solid #ccc; 
    border-radius: 5px;
}

.email-input {
    display: flex;
    flex-direction: column;
    margin-top: 5px;   
    margin-bottom: 10px;
    border-bottom: 1px solid #6e6e6e;
}

.email-input input:focus {
    outline: none; 
}

.discount-code-input {
    display: flex;
    flex-direction: column;
    margin-top: 5px;   
    margin-bottom: 10px;
    border-bottom: 1px solid #6e6e6e;
}

.discount-code-input input:focus {
    outline: none;
}

.discount-code-input input[type="text"] {
    width: 100%;
    padding-top: 3px;
    border: 0px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
}

.email-input h3 {
    margin-bottom: 10px; 
}

.email-input input[type="email"] {
    width: 100%;
    padding-top: 3px;
    border: 0px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
}

.ar-frist {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ar-frist .left {
    display: flex;
    align-items: center;
    gap: 8px;
}


.ar-frist .svc-name,
.ar-frist .review-time,
.ar-frist .meta-divider {
    font-size: 12px;
    color: #000000;
}

.ar-second {
    
    margin-top: 10px;
    font-size: 12px;
    color: #323232;
    line-height: 1;
     
}

.ar-third {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.username, 
.rc-date {
    color: #888888;
}
.stars {
    color: #ffbf00;
}

.avatar {
    width: 30px;
    border-radius: 5px;

}
.userlink {
    font-size: 12px;
    color: #f3f9f9;
    background-color: #0fa084;
    padding: 2px 6px;
    border-radius: 12px;
    text-decoration: none;
}



@media (min-width: 768px) {
    .product-card-container.expanded {
        width: 80%;
        max-width: 800px;
        height: auto;
        border-radius: 15px;
    }
}
@media (max-width: 600px) {
    .all-re-card {
        max-width: 90%;
    }
    .all-rf-card {
        max-width: 91%;
    }
    .rf-card {
        max-width: 100%;
    }
    .fangan-card {
        max-width: 100%;
    }
    .re-card {
        max-width: 100px;
        margin-bottom: 10px;
    }
    .popup {
        width: 100%;
        
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        height: auto;
        max-height: 80vh;
        transform: translateY(100%);
        -webkit-overflow-scrolling: touch;
  }
  .popup.show {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: transform .30s ease-in-out, opacity .30s ease-in-out, visibility 0s;
  }
}

@media (max-width: 600px) {

    .customer-service{
        flex-direction:column;      
        align-items:flex-start;     
        gap:12px;                   
    }

    .Prompt{
        min-height: 130px;
    }
    .lxkf-card{
        align-self:stretch;         
        width:100%;
    }

    .product-card-container {
        max-width: 100%;
    }
    .p-card {
        width: 100%;
    }

   
}

@media (min-width: 600px) {

    ttpd-text {
        width: 96%;
        padding-bottom: 15px;
    }
    .all-rf-card {
        width: 96%;
        margin-bottom: 30px;
    }
    .mtpt-text {
        display: inline;
        width: 96%;
        font-size: 48px;
    }
    .tt-text, .pd-text {
        font-size: 28px;
}
}

@media (max-width: 734px) and (max-device-width: 736px) {
    .wx {
        position: relative;
        inset-inline-end: 0px;
    }
}


.cn-value{
    --cnv-page-bg: var(--page-bg, #f7f8fb);
    --cnv-card: var(--card-bg, #fff);
    --cnv-text: var(--text, #0f172a);
    --cnv-muted: var(--muted, #64748b);
    --cnv-brand: var(--accent, #6366f1);
    --cnv-radius: var(--radius, 16px);
    --cnv-shadow: var(--shadow, 0 6px 20px rgba(15,23,42,.06));
    --cnv-dark: #0f172a;
    --cnv-dark-ink: #e5e7eb;
    --cnv-accent-bg: #e8fbf6;
    

    display: flex;
    
    margin: 0 auto;

}


.products-name {
    display: flex;
    align-items: center;
    gap: 12px;
}
.products-name .product-image img {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    object-fit: cover;
}
.products-name .CN_name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.cnv-grid{
      display: grid;
      gap: 16px;
      grid-template-columns: 3.1fr 3.7fr 1fr;
      grid-template-rows: auto auto;
      grid-template-areas:
            "hero media stats"
            "clean apps  stats";
      max-width: 1200px;
      margin: 0 auto;
      
}

.cnv-panel{
  background: var(--cnv-card);
  border-radius: var(--cnv-radius);
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
  overflow: hidden;
  position: relative;
}


.cnv-hero{
    grid-area: hero;
    
    color: #000000;
    background-color: #ffffff;
 }
.cnv-hero-inner{     padding: 28px;
    background-color: aliceblue; }
.cnv-hero h2{ font-size: 28px; line-height: 1.25; margin: 0 0 12px; letter-spacing: .2px; }
.cnv-sub{     
    color: #5c5c5c;
    margin-bottom: 16px;
}

.cnv-trust {
  grid-column: 1 / -1; 
  background: var(--cnv-card);
  
  
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
  padding: 20px;
}
.cnv-trust__row {
        display: flex;
    
    
    
    justify-content: center;
    gap: 36px;
}
.cnv-trust h3 {
  font-size: 18px; margin: 0 0 10px; color: var(--cnv-text);
}
.cnv-proof-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.cnv-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--cnv-text);
    text-decoration: none;
    flex-direction: row;
    flex-wrap: wrap;
}
.cnv-link:hover { box-shadow: 0 2px 3px rgba(0,0,0,.1); }
.cnv-link svg { width: 18px; height: 18px; }
.cnv-link .pill {
  margin-left: 6px; font-size: 12px; color: var(--cnv-muted);
  background: var(--card-soft); padding: 2px 6px; border-radius: 999px;
  border: 1px solid var(--card-border);
}
.pills {
        display: flex;
    flex-wrap: wrap;
}
.pill {
    margin-left: 6px;
    font-size: 12px;
    color: #000000;
    background: #ffffff;
    padding: 2px 6px;
    border-radius: 5px;
    
    border: 1px solid #a5a5a5;
}
.pillbox {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.cnv-qr {
      justify-self: end;
    display: grid;
    gap: 8px;
    text-align: center;
    justify-items: center;
}
.cnv-qr img {
  width: 140px; height: 140px; object-fit: cover;
  border-radius: 12px; border: 1px solid var(--card-border);
  background: #fff;
}
.cnv-qr .caption { font-size: 12px; color: var(--cnv-muted); }
.cnv-copy {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 8px;
  padding: 6px 8px; border: 1px dashed var(--card-border); border-radius: 10px;
  background: var(--card-soft);
}
.cnv-copy code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.copy-btn {
  border: 0; padding: 6px 10px; border-radius: 8px; cursor: pointer;
  background: var(--cnv-accent-bg); color: var(--accent);
}
@media (max-width: 860px){
  .cnv-trust__row { grid-template-columns: 1fr; }
  .cnv-qr { justify-self: start; }
}

.cnv-bullets{ margin: 0 0 18px 18px; padding: 0; }
.cnv-bullets li{ margin: 6px 0; }
.cnv-ctas{ display: flex; gap: 10px; flex-wrap: wrap; }

.cnv-btn{ display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0 16px; border-radius: 999px; font-weight: 600; text-decoration: none; }
.cnv-btn--primary{ background: var(--cnv-brand); color: #fff; }
.cnv-btn--primary:hover{ filter: brightness(.95); }
.cnv-btn--ghost{     background: rgb(255 255 255);
    border: 1px solid rgb(255 255 255);
    color: #808080; }
.cnv-btn--ghost:hover{ background: rgba(255,255,255,.12); }


.cnv-media{grid-area: media;display: grid;place-items: center;background: #0b1220;height: 100%;width: 100%;margin: 0;}
.cnv-media img{ width: 100%; height: 100%; object-fit: cover; display: block; }


.cnv-stats{     
    grid-area: stats;
    display: grid;
    gap: 10px;
    padding: 14px;
    background: #ffffff; 
}
.cnv-stat{    
    background: rgb(239 239 239);
    color: #000000;
    border-radius: 12px;
    padding: 14px;
    text-align: center;
}
.cnv-stat .num{ font-size: 28px; font-weight: 800; line-height: 1; margin-bottom: 4px; }
.cnv-stat .label{     
    font-size: 12px;
    color: #5b5b5b; 
}


.cnv-clean{ grid-area: clean; padding: 20px; }
.cnv-clean h3{ margin: 0 0 8px; font-size: 14px; }
.cnv-clean p{     color: #8a8a8a;
    margin: 0 0 14px;
    font-size: 12px; }
.cnv-clean-illustration{ height: 120px; border-radius: 12px; background:
  radial-gradient(60px 60px at 20% 40%, #9ae6b4 0, rgba(154,230,180,.0) 60%),
  radial-gradient(60px 60px at 70% 60%, #6ee7b7 0, rgba(110,231,183,.0) 60%),
  #e8fbf6; }


.cnv-apps{ grid-area: apps; padding: 18px; }
.cnv-apps-list{ list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.cnv-apps .app{ display: flex; align-items: center; gap: 8px; padding: 10px; border-radius: 12px; background: #f7f8fb; }
.cnv-apps .app img{ width: 22px; height: 22px; object-fit: contain; }
.cnv-apps .app span{ font-size: 14px; color: var(--cnv-text); }
.cnv-note{ display: block; color: var(--cnv-muted); margin-top: 8px; }


.cnv-apps .app:nth-child(1){ background:#eef2ff; }
.cnv-apps .app:nth-child(2){ background:#fee2e2; }
.cnv-apps .app:nth-child(3){ background:#dcfce7; }
.cnv-apps .app:nth-child(4){ background:#fef9c3; }
.cnv-apps .app:nth-child(5){ background:#e0f2fe; }
.cnv-apps .app:nth-child(6){ background:#fae8ff; }


@media (max-width: 1024px){
  .cnv-grid{
    grid-template-columns: 1.6fr 1.4fr;
    grid-template-areas:
      "hero  hero"
      "media stats"
      "clean apps";
  }
}
@media (max-width: 680px){
  .cnv-grid{
    grid-template-columns: 1fr;
    grid-template-areas:
      "hero"
      "media"
      "stats"
      "clean"
      "apps";
  }
  .cnv-media{ min-height: 200px; }
  .cnv-hero h2{ font-size: 22px; }
  .cnv-stat .num{ font-size: 24px; }
}





button.rv-tab{
        border: none;
        background-color: #ffffff;
        color: #000000;
        padding: 2px;
        border-radius: 4px;
        margin-bottom: 10px;
}

.reply-status {
    color: #f59e0b;
    font-size: 12px;
    margin-left: 4px;
}

.reply-header {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #646464;
    margin-top: 8px;
}

.reply-author {
    
    color: #374151;
}

.reply-time {
    color: #9ca3af;
    font-size: 12px;
}

.reply .review-back {
    margin-top: 6px;
}


.review-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 6px 0 4px;
    font-size: 12px;
    color: #4b5563;
}

.review-meta .meta-item {
    display: flex;
    align-items: center;
}

.review-meta .meta-divider {
    color: #d1d5db;
}

.agreement {
        color: #747474;
    font-size: 12px;
}
.user-agreement {
    padding: 10px;
    max-width: 1200px; 
    margin: 0 auto;
    padding: 0 10px;
    
}
.fw-hero.hero--dark{
    background: #0a0a0a;
    color: #fff;
}
.fw-hero.hero--dark .stickers{ display:none; }
.fw-hero.hero--light{
    
    background:
      radial-gradient(120% 80% at 0% 0%, #eef2ff 0%, rgba(238,242,255,.5) 40%, rgba(238,242,255,0) 70%),
      linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    color: #0f172a;
}
.fw-hero.hero--light .stickers{ display:none; }

.fw-hero.hero--light::before{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    
    z-index: 0;
}
.hero--light .alt-hero-title{
    
    color: #0f172a;
    font-family: Outfit;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
}


.gradient-text{
  background: linear-gradient(90deg, #F24E1E 0%, #FF7262 22.66%, #A259FF 48.18%, #1ABCFE 74.74%, #0ACF83 99.22%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  
  color: inherit;
}


.hero-title-rest{color: #0f172a;display: block;font-size: medium;font-weight: normal;margin-top: 15px;}
.hero--light .alt-hero-desc{    display: block;
    color: #363636;
    
    
    text-align: center;
    font-weight: 300;
    font-size: large;}
.hero--light .hero-v2__bullets li{
    background:#f1f5f9; border:1px solid #e5e7eb; color:#334155;
}
.hero--light .hero-v2__trust{color:#64748b;}
.hero--light .art-plate{
    background: #ffffff75;
    border: 1px solid #ffffff;
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    padding: 10px;
}
.hero--light .art-logo{ filter: drop-shadow(0 6px 16px rgba(16,185,129,.2)); }
.hero--light .art-title{ color:#334155; }
.hero--light .art-price{ color:#0f172a; }
.hero--light .art-note{ color:#64748b; }
.hero-v2{ position: relative; }
.hero-v2__wrap{
    
    display: flex;
    align-items: center;
    gap: clamp(16px, 3vw, 40px);
    padding: clamp(36px, 4vw, 80px) clamp(16px, 4vw, 60px);
    min-height: inherit;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    flex-direction: column;
}
.hero-copy{display: flex;min-width: 320px;gap: 16px;flex-direction: column;align-items: center;}
.hero-cta{ display:flex; gap:12px; align-items:center; margin-top: 8px; }
.hero-v2__text{
  
  flex: 1 1 0%;
  min-width: 320px;
  display: grid;
  gap: 16px;
}
.hero-v2__art{
  
  
  display: grid;
  place-items: center;
}
.hero-v2__text{
  display: grid; gap: 16px;
}
.hero-v2__bullets{
  list-style: none; padding: 0; margin: 4px 0 0;
  display: flex; flex-wrap: wrap; gap: 10px;
}
.hero-v2__bullets li{
  font-size: 13px; color: #e5e7eb; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  padding: 6px 10px; border-radius: 999px;
}
.hero-v2__trust{margin-top: 6px;color: #9ca3af;font-size: 18px;display:flex;gap:8px;align-items:center;}
.hero-v2__trust .sep{ opacity:.55 }

.hero-v2__art{display:grid;place-items:center;}
.art-plate{
  position: relative;
  width: min(90vw, 520px);
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  background: radial-gradient(120% 120% at 30% 20%, #1f2937 0%, #0b1320 50%, #0a0a0a 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
  display:grid;
  place-items:center;
  text-align:center;
  color:#fff;
}
.art-glow{ position:absolute; inset:auto 10% 10% 10%; height:40%; background:radial-gradient(50% 60% at 50% 0%, rgba(16,185,129,.45), rgba(16,185,129,.0)); filter: blur(24px); border-radius: 50%; }
.art-logo{height: 269px;object-fit: contain;filter: drop-shadow(0 8px 24px rgba(16,185,129,.22));}
.art-title{font-weight: 700;font-size: 18px;color:#e5e7eb;}
.art-price{margin-top: 2px;font-size: 30px;font-weight: 800;}
.art-note{ margin-top: 6px; font-size: 12px; color:#a3a3a3; }

@media (max-width: 960px){
  .hero-v2__wrap{ flex-direction: column; }
  
  .hero-copy{ order: 1; }
  .hero-v2__art{ order: 2; width: 100%; }
  .hero-ops-box{ order: 2; }
  .home-hero{
    padding: var(--box-padding);
  }
  
  .hero-cta{ 
    order: 3; 
    justify-content: center; 
    flex-direction: column;      
    align-items: stretch;        
    width: 100%;
    gap: 10px;
  }
  .pro-group{ order: 4; }
  .hero-cta .btn{ 
    width: 100%;                
    text-align: center; 
  }
  .art-plate{width: min(88vw, 440px);}
  
  .art-logo{height: auto;max-width: 47%;max-height: 70%;}
  .hero--light .alt-hero-title{ color: #0f172a; font-size: 45px; text-align: center; }
}
.alt-hero .alt-hero-title{
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .2px;
    text-align: center;
    color: #fff;
}
.alt-hero .alt-hero-desc{
    margin-top: 12px;
    color: rgba(255,255,255,.7);
    text-align: center;
    font-size: 14px;
}
.hero-features{
    margin-top: 22px;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
.hfeat-card{
    background: #262626;
    border: 1px solid #3a3a3a;
    border-radius: 12px;
    padding: 18px 16px;
    color: #fff;
    min-height: 110px;
}
.hfeat-title{ font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.hfeat-sub{ color: rgba(255,255,255,.75); font-size: 14px; }

@media (max-width: 1024px){
  .hero-features{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .alt-hero .alt-hero-title{ font-size: clamp(26px, 7vw, 36px); }
  .hero-features{ grid-template-columns: 1fr; }

}


.why-copy {
    max-width: 1000px;
    margin: auto;
}

.title-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 39px;
}

.reson-img {
    width: 50px;
    height: 50px;
    display: flex;
    
    
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #999;
}

img.reason-logo {
    width: 21px;
}

.reason-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.reason-title h3{
    margin: 0;
    font-size: 18px;
    color: var(--ui-text);
}
.reason-title p{
    margin: 0;
    color: var(--ui-muted);
    font-size: 14px;
}

.service-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}
.service-box span{
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 8px;
    border-radius: 9999px;
    background: var(--ui-bg-soft);
    border: 1px solid var(--ui-border);
    color: var(--ui-text);
    font-size: 12px;
}


.core{margin-top: 8px;border-top: 1px solid #ebebeb;}
.core-title{font-size: 12px;color: #000000;margin-bottom: 6px;}
.core-list{ list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.core-list li{position: relative;padding-left: 24px;color: #5b5b5b;font-size: 11px;}

.core-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M17.5939 4.94959C16.0057 3.68945 14.0385 3.00249 12.0111 3C9.98363 2.99751 8.01475 3.67964 6.42342 4.93588C4.83209 6.19211 3.71153 7.94885 3.2433 9.92147C2.77508 11.8941 2.9866 13.967 3.84362 15.8044C4.70064 17.6418 6.15293 19.136 7.9652 20.0449C9.77747 20.9538 11.8435 21.2242 13.8287 20.8123C15.8138 20.4003 17.6017 19.3302 18.9027 17.7752C20.2037 16.2202 20.9415 14.2716 20.9967 12.2449' stroke='%2316a34a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M8 12.5L11 15.5L23 6' stroke='%2316a34a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}


.hero-ops-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.hero-ops{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ui-bg-soft);
  border: 1px solid var(--ui-border);
  color: #334155;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
  transition: transform .12s ease, box-shadow .2s ease, border-color .12s ease, background .12s ease;
  font-size: x-small;
}
.hero-ops:hover{
  transform: translateY(-1px);
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
  background: color-mix(in srgb, var(--ui-bg-soft) 70%, white 30%);
  border-color: color-mix(in srgb, var(--ui-border) 50%, #cbd5e1 50%);
}
.hero-ops img,.hero-ops svg{ width: 18px; height: 18px; display:block; }

.pro-group{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  width: 100%;
}
@media (min-width: 640px){
  .pro-group{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1024px){
  .pro-group{ grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
}
.pro-group .cursor-pointer{
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 14px 12px;
  
  
  border-radius: 14px;
  
  transition: transform .12s ease, box-shadow .2s ease, border-color .12s ease, background .12s ease;
}
.pro-group .cursor-pointer:hover{
  transform: translateY(-2px);
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
  border-color: color-mix(in srgb, var(--ui-border) 40%, var(--ui-primary) 60%);
}
.group-hover{
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  
  border: 1px solid #666666;
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.pc-icon{ display:inline-flex; color: var(--pc-icon-color, var(--ui-primary, #16a34a)); }
.pc-icon svg{ width:24px; height:24px; display:block; }

.pc-icon svg [fill]:not([fill='none']) { fill: currentColor !important; }
.pc-icon svg [stroke]:not([stroke='none']) { stroke: currentColor !important; }
.pc-icon-img{ filter: brightness(0); }
.pc-icon-img{ width:24px; height:24px; object-fit:contain; display:block; }
.promotioncard-item{
  font-size: clamp(18px, 1.4vw, 22px);
  font-weight: 700;
  color: var(--ui-text);
}
.pro-text{
  font-size: 12px;
  color: var(--ui-muted);
}
.review-nav {
    
    margin: 0 auto;
    
    
    
}
.review-wrap {
        
        max-width: 1200px;
        margin: auto;
}
.fangan-wrap{
        max-width: 1200px;
        margin: auto;
        padding: 10px;
        background-color: #ffffff;
        border-radius: 10px;
}
.home-section {
        
max-width: 1200px;
        
margin: 30px auto;
        
/* height: 100%; */
}

.home-section__title,
.page-title {
        max-width: 1200px;
        margin: 0px;
        color: #747474;
        font-weight: 300;
        text-align: center;
}

.home-reviews {
        max-width: 1200px;
        margin: 0 auto;
        padding: 15px;
        border-radius: 5px;
        
        
        display: flex;
        flex-direction: column;
        gap: 20px;
}

.home-reviews__header {
        display: flex;
        
        gap: 12px;
        flex-direction: column;
        align-items: center;
}

.home-reviews__summary {
        display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #4b5563;
}

.home-reviews__tabs {
        display: flex;
    gap: 8px;
}

.home-reviews__tabs .rv-tab {
        border: 1px solid #e5e7eb;
        padding: 6px 14px;
        border-radius: 999px;
        background: #ffffff;
        font-size: 13px;
        cursor: pointer;
        transition: all 0.2s ease;
}

.home-reviews__tabs .rv-tab.is-active,
.home-reviews__tabs .rv-tab:hover,
.home-reviews__tabs .rv-tab:focus-visible {
        background: #111827;
    color: #ffffff;
    border-color: #111827;
    outline: none;
}

.home-reviews__list {
        display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.home-reviews__empty {
        margin: 12px 0;
    color: #6b7280;
    font-size: 14px;
    text-align: center;
}

.home-reviews__pagination {
        display: flex;
    justify-content: flex-end;
}

.review-card {
        border: 1px solid #e5e7eb;
        
        background: #ffffff;
        padding: 18px 20px;
        box-shadow: 0 2px 3px rgba(0,0,0,.1);
        display: flex;
        flex-direction: column;
        gap: 14px;
}

.review-card__header {
        display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.review-card__user {
        display: flex;
    align-items: flex-start;
    gap: 12px;
}

.review-card__avatar {
        width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e5e7eb;
}

.review-card__user-meta {
        display: flex;
    flex-direction: column;
    font-size: 13px;
    color: #1f2937;
    gap: 2px;
}

.review-card__service {
    display: inline-flex;
    align-items: flex-start;
    gap: 2px;
    color: #111827;
    font-weight: 400;
}

.review-card__service-label {
        font-weight: 600;
    white-space: nowrap;
}

.review-card__service-value {
        font-weight: 400;
}

.review-card__sku {
        font-size: 12px;
    color: #6b7280;
}

.review-card__meta {
        display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    font-size: 12px;
    color: #6b7280;
    flex-shrink: 0;
    align-self: flex-start;
}

.review-card__badge {
        display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.review-card__badge--verified {
        background: rgb(239 239 239);
        color: #000000;
}

.review-card__badge--pending {
        background: rgba(251, 191, 36, 0.18);
    color: #92400e;
}

.review-card__time {
        font-size: 11px;
}

.review-card__body {
        display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
}

.review-card__vote {
        font-weight: 600;
    color: #111827;
}

.review-card__text {
        margin: 0;
    white-space: pre-wrap;
}

.review-card__replies {
        margin-top: 6px;
        padding: 12px 14px;
        border-radius: 12px;
        background: #f7f7f7;
        border: 1px solid rgba(209, 213, 219, 0.6);
        display: flex;
        flex-direction: column;
        gap: 10px;
}

.review-reply__header {
        display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #4b5563;
}

.review-reply__author {
        font-weight: 600;
    color: #1f2937;
}

.review-reply__time {
        color: #9ca3af;
}

.review-reply__content {
        margin: 4px 0 0;
    font-size: 13px;
    color: #374151;
}

.home-faq {
        box-sizing: border-box;
        max-width: 1200px;
        margin: 20px auto;
        background: #ffffff;
        
        box-shadow: 0 2px 3px rgba(0,0,0,.1);
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 20px;
}

.home-faq__body {
        display: grid;
    gap: 12px;
}

.faq-item {
        border-bottom: 1px solid #e5e7eb;
        
        overflow: hidden;
        background: #ffffff;
}

.faq-item__header {
        cursor: pointer;
        
}

.faq-item__question {
        font-weight: 600;
    color: #111827;
}

.home-section--faq .chevron {
        transition: transform 0.2s ease;
}

.faq-item__header.is-open .chevron {
        transform: rotate(180deg);
}

@media (max-width: 1024px) {
  .home-reviews__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-reviews,
  .home-faq {
    padding: 18px;
    
    border-radius: 0px;
  }

  .review-card {
    padding: 16px;
  }

  .review-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .review-card__meta {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    align-self: stretch;
    justify-content: space-between;
  }

  .review-card__service {
    align-items: flex-start;
    flex-direction: row;
    display: flex;
  }

  .home-reviews__list {
    grid-template-columns: 1fr;
  }
}



.review-card__email {
        font-size: 12px;
        color: #606060;
        font-weight: normal;
}


h2#home-section-trust-title {
    color: #747474;
    font-weight: normal;
    text-align: center;
}

section.home-section.home-section--trust {
    margin: 24px auto;
}


.sku-image-display {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
  
  
}

.editorial{ margin-top: 8px; }
.editorial-actions{ text-align: right; margin-top: 8px; }
.editorial-more{ color:#0ea5e9; text-decoration:none; font-weight:600; }
.editorial-more:hover{ text-decoration:underline; }

.editorial-grid{
  display:grid;
  
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  grid-auto-flow: dense;
}


@media (max-width: 1024px){
  .editorial-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


@media (max-width: 640px){
  .editorial-grid{ grid-template-columns: 1fr; }
}

.editorial-card{
  position:relative;
  border-radius:16px;
  background:#ffffff;
  box-shadow: 0 2px 3px rgba(0,0,0,.06);
  
  overflow: hidden;
}
.editorial-inner{
  display:flex;
  flex-direction:column;
  gap: 16px;
  padding: 35px;
  min-height: 180px;
}
.editorial-date{
  align-self:flex-start;
  font-size: 12px;
  color:#475569; 
  background:#f1f5f9; 
  border-radius: 999px;
  padding: 6px 10px;
}
.editorial-meta{ color:#0f172a; }
.editorial-title{ font-weight:700; font-size: 1.25rem; line-height: 1.75rem; margin: 0; }
.editorial-excerpt{margin:0;opacity:.8;font-size:14px;line-height:1.6;color: #686868;}
.editorial-card__footer{ margin-top:auto; display:flex; justify-content:flex-end; }
.editorial-more-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  color:#1e40af;
  text-decoration:none;
  padding:6px 10px;
  border:1px solid #93c5fd;
  
  background:#fff;
}
.editorial-more-link:hover{ background:#eff6ff; }

.current-sku-image {
  max-width: 70px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  
  transition: opacity 0.3s ease;
}

.current-sku-image:hover {
  opacity: 0.9;
}


.sku-detail-wrapper {
  position: relative;
}

.collapsible-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  transition: all 0.3s ease;
  position: relative;
}


.collapsible-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.6em; 
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none; 
}

.collapsible-content.is-expanded {
  display: block; 
  -webkit-box-orient: unset;
  max-height: none;
  overflow: visible;
}


.collapsible-content.is-expanded::after {
  display: none;
}

.detail-toggle-btn {
  display: block; 
  width: 100%;
  padding: 8px;
  margin-top: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #667eea;
  transition: all 0.3s ease;
  border-radius: 4px;
  text-align: center;
}

.detail-toggle-btn.hidden {
  display: none;
}




.detail-toggle-icon {
  transition: transform 0.3s ease;
  display: block;
  margin: 0 auto;
}

.detail-toggle-btn.is-expanded .detail-toggle-icon {
  transform: rotate(180deg);
}

h2#home-section-products-title {
    text-align: justify;
}

span.products-title-dec {
    max-width: 1200px;
    margin: 0px;
    color: #0f172a;
    font-weight: 300;
    text-align: center;
    font-size: 10px;
}




.plan-selector-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}


#plan-nav.psb-nav {
  width: fit-content;
  max-width: 100%;
  margin: 24px auto;
  background-color: #e2e2e2;
  border: 2px solid #d8d8d8;
  border-radius: 999px;
  justify-content: center;
  padding: 4px;
}


.plan-selector-wrap .psb-panels {
  margin-top: 16px;
}

.plan-selector-wrap .psb-panel {
  display: none;
}

.plan-selector-wrap .psb-panel.is-active {
  display: block;
}


.plan-selector-wrap .psb-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}


.plan-selector-wrap .psb-card {
  position: relative;
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.06);
  width: 280px;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.plan-selector-wrap .psb-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(2, 6, 23, 0.12);
}


.plan-selector-wrap .psb-card__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.plan-selector-wrap .psb-card__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-weight: 700;
  color: #0f172a;
}


.plan-selector-wrap .psb-card__price {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  display: flex;
  align-items: baseline;
}

.plan-selector-wrap .psb-card__currency {
  font-size: 14px;
  color: #64748b;
  margin-right: 4px;
}

.plan-selector-wrap .psb-card__amount {
  font-size: 32px;
}

.plan-selector-wrap .psb-card__duration {
  font-size: 14px;
  color: #64748b;
  margin-left: 6px;
}


.plan-selector-wrap .psb-card__body {
  flex: 1;
  color: #475569;
  margin-bottom: 16px;
}

.plan-selector-wrap .psb-card__content {
  line-height: 1.6;
  font-size: 14px;
}


.plan-selector-wrap .psb-card__actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}


@media (max-width: 960px) {
  .plan-selector-wrap .psb-grid {
    flex-direction: column;
    align-items: center;
  }

  .plan-selector-wrap .psb-card {
    width: 100%;
    max-width: 400px;
  }
}
@media (min-width: 960px) {
  .home-product-section__grid{
    display: flex;
    gap: 20px;
    flex-direction: row;
  }
}
.home-product-section__grid


.product-group{ width: 100%; }
.product-group__title{
  margin: 20px 4px 6px 4px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}
.home-product-section__grid-row{ display: flex; flex-wrap: wrap; gap: 20px; }

.product-group.is-hidden{ display: none; }


@media (max-width: 640px) {
  #plan-nav.psb-nav {
    width: 100%;
    margin: 16px 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    padding: 0;
  }

  #plan-nav.psb-nav .psb-nav__chip {
    width: 100%;
    justify-content: center;
    padding: 10px 0;
  }

  .plan-selector-wrap {
    padding: 10px;
  }

  .plan-selector-wrap .psb-card {
    max-width: 100%;
    padding: 20px;
  }
}


:root{ --card-crumb-h: 24px; }
.carpool-crumb{position:absolute;top:0;left:0;right:0;height:var(--card-crumb-h);display:flex;align-items:center;gap:6px;padding:0 10px;font-size:12px;color:#475569;pointer-events:auto;justify-content: space-between;background-color: #ffeb7e;border-top-left-radius: 15px;border-top-right-radius: 15px;}
.carpool-crumb .crumb-code{color: #000000;font-weight:600;}
.carpool-crumb .sep{ color:#94a3b8; margin:0 4px; }
.carpool-crumb a{ color:#0ea5e9; text-decoration:none; }
.carpool-crumb a:hover{ text-decoration:underline; }

.p-card.sku-card-h{
  --sku-card-pad-y: clamp(14px, 3.2vw, 24px);
  --sku-card-pad-x: clamp(14px, 3.2vw, 24px);
  --sku-card-media-w: clamp(96px, 22vw, 140px);
  --sku-card-main-size: clamp(84px, 20vw, 120px);
  --sku-card-icon-size: clamp(36px, 9vw, 44px);
  --sku-card-icon-img: clamp(18px, 4.5vw, 22px);
  --sku-card-gap-x: clamp(12px, 3.2vw, 22px);
  --sku-card-gap-y: clamp(10px, 2.8vw, 14px);
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  margin-bottom: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: var(--sku-card-media-w) 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "media body"
    "footer footer";
  column-gap: var(--sku-card-gap-x);
  row-gap: var(--sku-card-gap-y);
  align-items: start;
  padding: var(--sku-card-pad-y) var(--sku-card-pad-x);
  border-radius: 15px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .10);
  background: #ffffff;
}

.p-card.sku-card-h.has-crumb{
  padding-top: calc(var(--sku-card-pad-y) + var(--card-crumb-h));
}

.sku-card-h__media{
  grid-area: media;
  flex: 0 0 var(--sku-card-media-w);
  width: var(--sku-card-media-w);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.sku-card-h__main{
  width: var(--sku-card-main-size);
  height: var(--sku-card-main-size);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sku-card-h__main-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sku-card-h__icons{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  flex: 1 1 auto;
}

.sku-card-h__icon{
  width: var(--sku-card-icon-size);
  height: var(--sku-card-icon-size);
  border-radius: 999px;
  background: #ededed;
  /* border: 1px solid rgba(15, 23, 42, .12); */
  /* box-shadow: 0 10px 18px rgba(15, 23, 42, .10); */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sku-card-h__icon-img{
  width: var(--sku-card-icon-img);
  height: var(--sku-card-icon-img);
  object-fit: contain;
}

.sku-card-h__icon-badge{
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(35%, -35%);
  padding: 4px 7px;
  border-radius: 999px;
  background: rgb(219 219 219 / 95%);
  border: 1px solid rgba(15, 23, 42, .12);
  color: #0f172a;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  /* box-shadow: 0 10px 18px rgba(15, 23, 42, .10); */
  pointer-events: none;
  white-space: nowrap;
  z-index: 1;
}

.sku-card-h__body{
  grid-area: body;
  flex: 1 1 auto;
  min-width: 0;
}

.sku-card-h__title{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sku-card-h__title-cn{
  font-size: clamp(17px, 2.4vw, 17px);
  font-weight: 500;
  color: #0f172a;
  line-height: 1.15;
  word-break: break-word;
}

.sku-card-h__desc{
  margin-top: 10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sku-card-h__desc-line{
  font-size: 14px;
  color: #8a8a8a;
  line-height: 1.55;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sku-card-h__footer{
  grid-area: footer;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.sku-card-h__price{
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: #0f172a;
  font-weight: 900;
  flex: 0 0 auto;
}

.sku-card-h__currency{
  font-size: 14px;
  color: #10b981;
  font-weight: 900;
}

.sku-card-h__amount{
  font-size: 22px;
  font-weight: 900;
}

.sku-card-h__duration{
  font-size: 14px;
  color: #94a3b8;
  font-weight: 700;
}

.sku-card-h__actions{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  margin-left: auto;
}

.sku-card-h .buy-fab.sku-card-h__cta{
  width: 78px;
  padding: 4px 20px;
  border-radius: 7px;
  background: #eaeaea;
  /* border: 2px solid #56dc90; */
  color: #3c9261;
  font-weight: 600;
  white-space: nowrap;
}

.sku-card-h .buy-fab.sku-card-h__cta:hover{
  background: #2563eb;
  color: #ffffff;
}

.sku-card-h__detail.product-detail-link{
  white-space: nowrap;
  font-size: 14px;
  color: #64748b;
  text-decoration: none;
}

.sku-card-h__detail.product-detail-link:hover{
  color: #0f172a;
  text-decoration: underline;
}

img.hc-ill2 {
    width: 265px;
    
    margin: 0 auto;
}

.hero-card.hero-card--image.hero-card--laptop {
    padding: 0px;
}
