*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:#0d1117;
  color:#c9d1d9;
  font-family:'Noto Sans JP',sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a{color:#58a6ff;text-decoration:none;transition:opacity .2s}
a:hover{opacity:.8}
img{max-width:100%;height:auto;display:block}

.text-white{color:#fff!important}
.text-muted-custom{color:#8b949e!important}
.text-blue-lt{color:#58a6ff!important}
.text-success-custom{color:#3fb950!important}
.text-danger-custom{color:#f85149!important}
.bg-purple-custom{background-color:#7b2cf5!important}
.box-bg{background:#161b22!important}
.pale-pink{color:#ffb3c6}
.pale-blue{color:#a8d8ff}
.pale-yellow{color:#ffd666}
.letter-wide{letter-spacing:.08em}
.lh-base{line-height:1.7}

#promo-strip{
  background:#0066ff;
  padding:9px 15px;
}
.promo-txt{
  font-size:13px;
  font-weight:500;
  color:#fff;
  letter-spacing:.3px;
}
.promo-sep{opacity:.5}

#site-hdr{
  background:rgba(13,17,23,.97);
  border-bottom:1px solid #30363d;
  position:sticky;
  top:0;
  z-index:999;
  backdrop-filter:blur(10px);
}
#main-nav{padding:13px 0}
.fuji-logo-icon{
  font-size:1.8rem;
  color:#58a6ff;
}
.fuji-brand-txt{
  font-size:1.2rem;
  font-weight:900;
  color:#fff;
  letter-spacing:.03em;
}
.nav-link{
  color:#8b949e!important;
  font-size:14px;
  font-weight:500;
  padding:6px 12px!important;
  transition:color .2s;
  border-radius:6px;
}
.nav-link:hover,.active-nav{color:#fff!important}
.nav-toggler-custom{cursor:pointer;display:inline-flex;align-items:center}
.cart-nav-icon{
  color:#8b949e;
  display:inline-flex;
  align-items:center;
  cursor:pointer;
  position:relative;
  transition:color .2s;
}
.cart-nav-icon:hover{color:#fff;opacity:1}
.cart-cnt-badge{
  position:absolute;
  top:-7px;
  right:-9px;
  background:#0066ff;
  color:#fff;
  font-size:10px;
  font-weight:700;
  width:18px;
  height:18px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}

.offcanvas{
  background:#161b22;
  border-right:1px solid #30363d;
  max-width:280px;
}
.mob-nav-a{
  color:#c9d1d9;
  font-size:15px;
  font-weight:600;
  display:block;
  padding:10px 0;
  border-bottom:1px solid #30363d;
}
.mob-nav-a:hover{color:#fff;opacity:1}
.mob-nav-a-sm{
  color:#8b949e;
  font-size:13px;
  display:block;
  padding:6px 0;
}
.mob-nav-a-sm:hover{color:#fff;opacity:1}

#hero-wrap{background:#0d1117;overflow:hidden}
.hero-eyebrow{
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#58a6ff;
  font-weight:500;
}
.hero-h1{
  font-size:clamp(2rem,5vw,3.6rem);
  color:#fff;
  line-height:1.15;
}
.hero-accent{color:#58a6ff}
.hero-img-shell{
  background:#161b22;
  border:1px solid #30363d;
  aspect-ratio:4/3;
  position:relative;
}
.hero-prod-img{width:100%;height:100%;object-fit:cover}
.hero-img-badge{position:absolute;bottom:16px;left:16px}
.hero-trust-item{
  font-size:13px;
  color:#8b949e;
  display:inline-flex;
  align-items:center;
}
.hero-trust-item i{color:#58a6ff}

.btn-primary-fuji{
  background:#0066ff;
  color:#fff;
  border:2px solid #0066ff;
  font-weight:700;
  font-family:'Noto Sans JP',sans-serif;
  transition:background .2s,transform .1s;
}
.btn-primary-fuji:hover{background:#0052d9;border-color:#0052d9;color:#fff;transform:translateY(-1px)}
.btn-outline-fuji{
  background:transparent;
  color:#c9d1d9;
  border:2px solid #30363d;
  font-weight:700;
  font-family:'Noto Sans JP',sans-serif;
  transition:all .2s;
}
.btn-outline-fuji:hover{border-color:#fff;color:#fff}

#stat-row{
  background:#161b22;
  border-top:1px solid #30363d;
  border-bottom:1px solid #30363d;
}
.stat-cell{padding:2.5rem 1.5rem}
.stat-cell-mid{
  border-left:1px solid #30363d;
  border-right:1px solid #30363d;
}
.stat-num{
  font-size:clamp(2.5rem,5vw,3.5rem);
  font-weight:900;
  line-height:1;
  margin:.4rem 0;
}

#products-wrap{background:#0d1117}
.cat-pill{
  background:transparent;
  border:1px solid #30363d;
  color:#8b949e;
  padding:8px 20px;
  font-size:13px;
  font-weight:600;
  border-radius:50rem;
  cursor:pointer;
  transition:all .2s;
  font-family:'Noto Sans JP',sans-serif;
}
.cat-pill:hover{border-color:#58a6ff;color:#fff}
.cat-pill.active{background:#0066ff;border-color:#0066ff;color:#fff}

.prod-card{
  background:#161b22;
  border:1px solid #30363d;
  border-radius:12px;
  overflow:hidden;
  cursor:pointer;
  transition:transform .25s,box-shadow .25s,border-color .25s;
  height:100%;
  display:flex;
  flex-direction:column;
  position:relative;
}
.prod-card:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 35px rgba(0,102,255,.12);
  border-color:rgba(0,102,255,.4);
}
.prod-card-imgbox{
  aspect-ratio:4/3;
  overflow:hidden;
  background:#1c2128;
}
.prod-card-img-el{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .35s;
}
.prod-card:hover .prod-card-img-el{transform:scale(1.06)}
.prod-card-body{
  padding:16px 18px 20px;
  flex:1;display:flex;flex-direction:column;
}
.prod-card-badge{
  position:absolute;top:10px;left:10px;
  background:#7b2cf5;
  color:#fff;
  font-size:11px;font-weight:700;
  padding:3px 10px;
  border-radius:4px;
  z-index:2;
  letter-spacing:.5px;
}
.prod-card-name{color:#fff;font-size:14px;font-weight:700;margin-bottom:5px;line-height:1.4}
.prod-card-specs{color:#8b949e;font-size:11px;margin-bottom:8px;line-height:1.5}
.prod-cur-pr{color:#fff;font-size:1.2rem;font-weight:700}
.prod-old-pr{color:#8b949e;font-size:12px;text-decoration:line-through}
.prod-stock-txt{font-size:11px;color:#3fb950;margin:4px 0 12px}
.prod-stock-txt.stock-out{color:#f85149}
.prod-add-btn{
  background:transparent;
  border:1px solid #30363d;
  color:#8b949e;
  padding:9px 12px;
  font-size:12px;font-weight:600;
  border-radius:50rem;
  cursor:pointer;
  transition:all .2s;
  width:100%;margin-top:auto;
  font-family:'Noto Sans JP',sans-serif;
  display:flex;align-items:center;justify-content:center;
}
.prod-add-btn:hover{background:#0066ff;border-color:#0066ff;color:#fff}

#features-wrap{background:#0d1117}
.feat-img-shell{
  background:#161b22;
  border:1px solid #30363d;
  aspect-ratio:16/10;overflow:hidden;
}
.feat-img-shell img{width:100%;height:100%;object-fit:cover}
.feat-label{
  font-size:12px;letter-spacing:2px;text-transform:uppercase;
  color:#58a6ff;font-weight:600;
}
.feat-check-list{display:flex;flex-direction:column;gap:.5rem}
.feat-check-list li{color:#8b949e;font-size:14px}

#reviews-wrap{
  background:#161b22;
  border-top:1px solid #30363d;
  border-bottom:1px solid #30363d;
}
.review-card{border:1px solid #30363d}
.star-gold{color:#d29922;font-size:14px}

#checkout-wrap{background:#0d1117}
.form-lbl{
  display:block;
  font-size:11px;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;
  color:#8b949e;margin-bottom:6px;
}
.form-ctrl-dark{
  display:block;width:100%;
  background:#1c2128;
  border:1px solid #30363d;
  color:#c9d1d9;
  border-radius:8px;
  padding:10px 14px;
  font-size:14px;
  font-family:'Noto Sans JP',sans-serif;
  transition:border-color .2s,box-shadow .2s;
  outline:none;
}
.form-ctrl-dark:focus{
  border-color:#0066ff;
  box-shadow:0 0 0 3px rgba(0,102,255,.18);
}
.form-ctrl-dark::placeholder{color:rgba(139,148,158,.5)}
.was-validated .form-ctrl-dark:invalid{border-color:#f85149}
.invalid-feedback{color:#f85149;font-size:11px;margin-top:4px;display:none}
.was-validated .form-ctrl-dark:invalid~.invalid-feedback{display:block}
.form-ctrl-ta{resize:vertical;min-height:80px}

.pay-opts-wrap{
  border:1px solid #30363d;
  border-radius:10px;overflow:hidden;
  background:#1c2128;
}
.pay-opt-row{
  display:flex;align-items:flex-start;gap:12px;
  padding:14px 16px;cursor:pointer;
  border-bottom:1px solid #30363d;
  transition:background .15s;
}
.pay-opt-row:last-child{border-bottom:none}
.pay-opt-row:hover{background:rgba(255,255,255,.03)}
.pay-opt-row input[type="radio"]{margin-top:3px;accent-color:#0066ff}

.order-summ-sticky{position:sticky;top:80px}
.summ-item-row{
  display:flex;justify-content:space-between;align-items:center;
  padding:8px 0;border-bottom:1px solid #30363d;gap:10px;
}
.summ-item-row:last-child{border-bottom:none}
.order-summ-note{
  background:rgba(88,166,255,.06);
  border:1px solid rgba(88,166,255,.15);
  border-radius:8px;padding:10px 14px;
  font-size:12px;color:#8b949e;line-height:1.5;
}
.order-summ-note i{color:#58a6ff}

#contact-wrap{background:#0d1117}
.contact-tile{min-width:160px}
.contact-tile-icon{font-size:2.2rem;color:#58a6ff}
.contact-vr{width:1px;background:#30363d;height:80px;border:none}

#guarantee-bar{background:linear-gradient(to right,#0066ff,#7b2cf5)}
.guarantee-list{margin:0;padding:0}
.guarantee-list .list-inline-item{color:#fff;font-size:15px;font-weight:600;margin:8px 20px}

#site-footer{background:#010409}
.footer-lnk{
  color:#8b949e;font-size:13px;display:block;padding:4px 0;transition:color .2s;
}
.footer-lnk:hover{color:#fff;opacity:1}
.footer-hr{border:none;border-top:1px solid rgba(48,54,61,.8)}

.cart-panel{
  position:fixed;top:0;right:-440px;
  width:420px;max-width:100vw;height:100vh;
  background:#0d1117;
  border-left:1px solid #21262d;
  z-index:1050;
  transition:right .32s cubic-bezier(.4,0,.2,1);
  display:flex;flex-direction:column;
  box-shadow:-8px 0 40px rgba(0,0,0,.5);
}
.cart-panel.open{right:0}
.cart-overlay{
  position:fixed;inset:0;
  background:rgba(0,0,0,.6);
  z-index:1040;display:none;
  backdrop-filter:blur(2px);
}
.cart-overlay.show{display:block}

.cart-panel-hdr{
  flex-shrink:0;
  background:linear-gradient(135deg,#161b22 0%,#1c2128 100%);
  border-bottom:1px solid #21262d;
}
.cp-hdr-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:20px 22px;
}
.cp-hdr-left{display:flex;align-items:center;gap:12px}
.cp-hdr-icon{
  width:38px;height:38px;border-radius:10px;
  background:rgba(0,102,255,.15);
  border:1px solid rgba(0,102,255,.25);
  display:flex;align-items:center;justify-content:center;
  color:#58a6ff;font-size:1.25rem;flex-shrink:0;
}
.cp-hdr-title{
  color:#fff;font-weight:700;font-size:15px;line-height:1.2;
}
.cp-hdr-sub{
  color:#8b949e;font-size:11px;margin-top:2px;
}
.cp-close-btn{
  width:34px;height:34px;border-radius:8px;
  background:rgba(255,255,255,.05);
  border:1px solid #30363d;
  color:#8b949e;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;font-size:1.35rem;
  transition:all .18s;
}
.cp-close-btn:hover{background:rgba(248,81,73,.1);border-color:#f85149;color:#f85149}

.cart-panel-body{
  flex:1;overflow-y:auto;
  padding:8px 0;
  scrollbar-width:thin;
  scrollbar-color:#30363d transparent;
}
.cart-panel-body::-webkit-scrollbar{width:4px}
.cart-panel-body::-webkit-scrollbar-track{background:transparent}
.cart-panel-body::-webkit-scrollbar-thumb{background:#30363d;border-radius:4px}

.cp-empty-state{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  height:100%;min-height:240px;padding:40px 20px;text-align:center;
}
.cp-empty-icon{
  width:64px;height:64px;border-radius:16px;
  background:#161b22;border:1px solid #30363d;
  display:flex;align-items:center;justify-content:center;
  font-size:1.8rem;color:#30363d;margin-bottom:16px;
}
.cp-empty-title{color:#8b949e;font-size:14px;font-weight:600;margin-bottom:4px}
.cp-empty-hint{color:#484f58;font-size:12px;margin:0}

.cp-item{
  display:flex;align-items:flex-start;gap:12px;
  padding:14px 20px;
  border-bottom:1px solid rgba(33,38,45,.8);
  transition:background .15s;
  position:relative;
}
.cp-item:hover{background:rgba(255,255,255,.02)}
.cp-item:last-child{border-bottom:none}
.cp-item-img{
  width:58px;height:58px;border-radius:10px;
  background:#161b22;border:1px solid #30363d;
  overflow:hidden;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
}
.cp-item-img img{width:100%;height:100%;object-fit:cover;display:block}
.cp-item-body{flex:1;min-width:0}
.cp-item-name{
  color:#e6edf3;font-size:13px;font-weight:600;
  line-height:1.4;margin-bottom:3px;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.cp-item-price{color:#58a6ff;font-size:12px;margin-bottom:8px}
.cp-item-controls{display:flex;align-items:center;justify-content:space-between}
.cp-stepper{
  display:flex;align-items:center;gap:0;
  background:#161b22;border:1px solid #30363d;border-radius:8px;
  overflow:hidden;
}
.cp-step-btn{
  width:28px;height:26px;
  background:transparent;border:none;
  color:#8b949e;font-size:14px;
  cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  transition:all .15s;font-family:'Noto Sans JP',sans-serif;
}
.cp-step-btn:hover{background:rgba(0,102,255,.15);color:#58a6ff}
.cp-step-val{
  min-width:28px;text-align:center;
  color:#fff;font-size:13px;font-weight:700;
  border-left:1px solid #30363d;border-right:1px solid #30363d;
  line-height:26px;
}
.cp-item-subtotal{color:#c9d1d9;font-size:12px;font-weight:700}
.cp-item-del{
  position:absolute;top:10px;right:14px;
  background:transparent;border:none;
  color:#484f58;font-size:1rem;
  cursor:pointer;padding:4px;
  display:flex;align-items:center;
  transition:color .15s;
}
.cp-item-del:hover{color:#f85149}

.cart-panel-ftr{
  flex-shrink:0;
  background:#161b22;
  border-top:1px solid #21262d;
  padding:18px 20px;
}
.cp-total-row{
  display:flex;align-items:center;justify-content:space-between;
  margin-bottom:14px;
}
.cp-total-label{display:flex;flex-direction:column;gap:2px}
.cp-total-label>span:first-child{color:#8b949e;font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:600}
.cp-free-ship{color:#3fb950;font-size:11px;display:flex;align-items:center;gap:4px}
.cp-free-ship i{font-size:.9rem}
.cp-total-price{color:#fff;font-size:1.5rem;font-weight:900}
.cp-checkout-btn{
  display:flex;align-items:center;justify-content:space-between;
  background:#0066ff;color:#fff;
  border:none;border-radius:12px;
  padding:14px 20px;
  font-size:14px;font-weight:700;
  cursor:pointer;text-decoration:none;
  transition:background .2s,transform .1s;
  font-family:'Noto Sans JP',sans-serif;
  width:100%;
}
.cp-checkout-btn:hover{background:#0052d9;color:#fff;transform:translateY(-1px)}
.cp-checkout-btn i{font-size:1.2rem}
.cp-secure-note{
  text-align:center;
  font-size:11px;color:#484f58;
  margin:10px 0 0;
  display:flex;align-items:center;justify-content:center;gap:4px;
}

.modal-dark-shell{background:#161b22;border:1px solid #30363d;color:#c9d1d9}
.modal-dark-shell .modal-header{background:#161b22;border-bottom:1px solid #30363d}
.modal-dark-shell .modal-body{background:#161b22}
.modal-img-shell{background:#1c2128;border:1px solid #30363d;aspect-ratio:4/3}
.modal-img-shell img{width:100%;height:100%;object-fit:cover}
.modal-badge{position:absolute;top:12px;left:12px}
.modal-qty-sel{
  background:#1c2128;border:1px solid #30363d;
  color:#c9d1d9;font-size:14px;
  padding:6px 10px;border-radius:8px;
  font-family:'Noto Sans JP',sans-serif;outline:none;
}

.add-toast{
  position:fixed;bottom:-65px;left:50%;transform:translateX(-50%);
  background:#161b22;border:1px solid #30363d;
  color:#c9d1d9;padding:13px 24px;border-radius:50rem;
  font-size:13px;font-weight:600;z-index:2000;
  transition:bottom .3s cubic-bezier(.4,0,.2,1);
  white-space:nowrap;box-shadow:0 6px 25px rgba(0,0,0,.5);
}
.add-toast.show{bottom:28px}

.faq-q-btn{
  background:none!important;
  border:none!important;
  outline:none!important;
  box-shadow:none!important;
  padding:0!important;
  width:100%;
  cursor:pointer;
  text-align:left;
}
.faq-q-btn:focus,.faq-q-btn:active,.faq-q-btn:focus-visible{
  background:none!important;
  outline:none!important;
  box-shadow:none!important;
}
.faq-item-block{
  border-bottom:1px solid #30363d;
}
.faq-item-block:last-child{border-bottom:none}
.faq-ans{
  overflow:hidden;
  max-height:0;
  transition:max-height .32s ease,padding .22s ease;
  padding-bottom:0;
}
.faq-ans.open{
  max-height:400px;
  padding-bottom:18px;
}

#checkout-wrap{
  background:#0d1117;
  position:relative;
}
#checkout-wrap::before{
  content:'';
  display:block;
  height:3px;
  background:linear-gradient(to right,#0066ff,#7b2cf5);
}
.ckout-step-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  margin-bottom:40px;
}
.ckout-step{
  display:flex;
  align-items:center;
  gap:10px;
  color:#8b949e;
  font-size:13px;
  font-weight:600;
}
.ckout-step.done .ckout-step-num{background:#3fb950;color:#fff;border-color:#3fb950}
.ckout-step.active .ckout-step-num{background:#0066ff;color:#fff;border-color:#0066ff}
.ckout-step.active .ckout-step-label{color:#fff}
.ckout-step.done .ckout-step-label{color:#3fb950}
.ckout-step-num{
  width:28px;height:28px;border-radius:50%;
  border:2px solid #30363d;
  display:flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:700;color:#8b949e;
  flex-shrink:0;
}
.ckout-step-sep{
  width:48px;height:1px;background:#30363d;margin:0 8px;flex-shrink:0;
}
.ckout-main-grid{
  display:grid;
  grid-template-columns:1fr 380px;
  gap:28px;
  align-items:start;
}
.ckout-form-panel{
  background:#161b22;
  border:1px solid #30363d;
  border-radius:16px;
  overflow:hidden;
}
.ckout-form-section-hdr{
  display:flex;align-items:center;gap:10px;
  padding:18px 28px;
  border-bottom:1px solid #30363d;
  background:rgba(0,102,255,.04);
}
.ckout-form-section-hdr i{color:#58a6ff;font-size:1.1rem}
.ckout-form-section-hdr span{
  font-size:13px;font-weight:700;
  letter-spacing:.05em;text-transform:uppercase;
  color:#c9d1d9;
}
.ckout-form-body{padding:24px 28px}
.ckout-pay-card{
  display:flex;align-items:flex-start;gap:14px;
  padding:16px 18px;
  border:1.5px solid #30363d;
  border-radius:10px;
  cursor:pointer;
  transition:border-color .18s,background .18s;
  margin-bottom:10px;
  background:transparent;
  position:relative;
}
.ckout-pay-card:last-child{margin-bottom:0}
.ckout-pay-card:hover{border-color:#58a6ff;background:rgba(88,166,255,.04)}
.ckout-pay-card input[type="radio"]{
  position:absolute;opacity:0;width:0;height:0;
}
.ckout-pay-card.selected{border-color:#0066ff;background:rgba(0,102,255,.07)}
.ckout-pay-radio-dot{
  width:18px;height:18px;border-radius:50%;
  border:2px solid #30363d;
  flex-shrink:0;margin-top:2px;
  display:flex;align-items:center;justify-content:center;
  transition:border-color .18s;
}
.ckout-pay-card.selected .ckout-pay-radio-dot{border-color:#0066ff}
.ckout-pay-radio-dot::after{
  content:'';width:8px;height:8px;border-radius:50%;
  background:#0066ff;opacity:0;transition:opacity .18s;
}
.ckout-pay-card.selected .ckout-pay-radio-dot::after{opacity:1}
.ckout-pay-icon{
  width:36px;height:36px;border-radius:8px;
  background:#1c2128;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.ckout-pay-icon i{font-size:1.2rem;color:#58a6ff}

.ckout-summ-panel{
  background:#161b22;
  border:1px solid #30363d;
  border-radius:16px;
  overflow:hidden;
  position:sticky;
  top:84px;
}
.ckout-summ-hdr{
  padding:16px 22px;
  border-bottom:1px solid #30363d;
  display:flex;align-items:center;gap:8px;
}
.ckout-summ-hdr i{color:#58a6ff}
.ckout-summ-hdr span{font-weight:700;color:#fff;font-size:14px}
.ckout-summ-items{padding:16px 22px;min-height:60px}
.ckout-summ-item{
  display:flex;justify-content:space-between;align-items:flex-start;
  padding:10px 0;border-bottom:1px solid rgba(48,54,61,.6);gap:12px;
}
.ckout-summ-item:last-child{border-bottom:none}
.ckout-summ-item-name{color:#c9d1d9;font-size:13px;line-height:1.4;flex:1}
.ckout-summ-item-qty{color:#8b949e;font-size:11px;margin-top:2px}
.ckout-summ-item-price{color:#fff;font-weight:700;font-size:13px;white-space:nowrap}
.ckout-summ-footer{
  padding:16px 22px;
  border-top:1px solid #30363d;
  background:rgba(0,0,0,.2);
}
.ckout-summ-line{
  display:flex;justify-content:space-between;align-items:center;
  margin-bottom:8px;font-size:13px;
}
.ckout-summ-line:last-child{margin-bottom:0}
.ckout-summ-total{
  display:flex;justify-content:space-between;align-items:center;
  padding-top:12px;margin-top:4px;
  border-top:1px solid #30363d;
}
.ckout-submit-area{padding:16px 22px;border-top:1px solid #30363d}
.ckout-empty-msg{
  color:#8b949e;font-size:13px;text-align:center;
  padding:20px 0;
}

.ck-banner{
  position:fixed;
  bottom:24px;right:24px;
  z-index:9100;
  transform:translateY(calc(100% + 40px));
  opacity:0;
  transition:transform .4s cubic-bezier(.34,1.56,.64,1), opacity .3s ease;
  pointer-events:none;
}
.ck-banner.visible{
  transform:translateY(0);
  opacity:1;
  pointer-events:all;
}
.ck-banner-card{
  background:#161b22;
  border:1px solid #30363d;
  border-radius:16px;
  width:340px;
  box-shadow:0 20px 60px rgba(0,0,0,.6), 0 0 0 1px rgba(88,166,255,.06);
  overflow:hidden;
}
.ck-card-top{
  display:flex;align-items:flex-start;gap:12px;
  padding:20px 20px 16px;
}
.ck-card-icon-wrap{
  width:40px;height:40px;border-radius:10px;flex-shrink:0;
  background:rgba(0,102,255,.12);
  border:1px solid rgba(0,102,255,.2);
  display:flex;align-items:center;justify-content:center;
  font-size:1.25rem;color:#58a6ff;
}
.ck-card-text{flex:1;min-width:0}
.ck-card-title{
  color:#fff;font-size:13px;font-weight:700;
  margin:0 0 5px;line-height:1.3;
}
.ck-card-body{
  color:#8b949e;font-size:12px;line-height:1.6;margin:0;
}
.ck-card-body a{color:#58a6ff;text-decoration:underline;text-underline-offset:2px}
.ck-card-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  padding:0 16px 16px;
}
.ck-card-btn-accept{
  grid-column:1/-1;
  background:#0066ff;color:#fff;
  border:none;border-radius:10px;
  padding:11px 16px;font-size:13px;font-weight:700;
  cursor:pointer;font-family:'Noto Sans JP',sans-serif;
  transition:background .18s,transform .1s;
  display:flex;align-items:center;justify-content:center;gap:4px;
}
.ck-card-btn-accept:hover{background:#0052d9;transform:translateY(-1px)}
.ck-card-btn-reject{
  background:#1c2128;color:#c9d1d9;
  border:1px solid #30363d;border-radius:10px;
  padding:10px 12px;font-size:12px;font-weight:600;
  cursor:pointer;font-family:'Noto Sans JP',sans-serif;
  transition:all .18s;
  display:flex;align-items:center;justify-content:center;
}
.ck-card-btn-reject:hover{border-color:#58a6ff;color:#58a6ff;background:rgba(88,166,255,.06)}
.ck-card-btn-settings{
  background:#1c2128;color:#8b949e;
  border:1px solid #30363d;border-radius:10px;
  padding:10px 12px;font-size:12px;font-weight:600;
  cursor:pointer;font-family:'Noto Sans JP',sans-serif;
  transition:all .18s;
  display:flex;align-items:center;justify-content:center;gap:3px;
}
.ck-card-btn-settings:hover{border-color:#30363d;color:#c9d1d9;background:#21262d}

.ck-modal-overlay{
  position:fixed;inset:0;
  background:rgba(0,0,0,.7);
  z-index:9200;
  display:none;align-items:flex-end;justify-content:center;
  padding:0;
}
.ck-modal-overlay.open{display:flex}
.ck-modal{
  background:#161b22;
  border:1px solid #30363d;
  border-bottom:none;
  border-radius:16px 16px 0 0;
  width:100%;
  max-width:540px;
  max-height:90vh;
  overflow-y:auto;
  box-shadow:0 -12px 50px rgba(0,0,0,.6);
}
.ck-modal-hdr{
  display:flex;justify-content:space-between;align-items:center;
  padding:22px 26px 18px;
  border-bottom:1px solid #30363d;
  position:sticky;top:0;
  background:#161b22;
  z-index:2;
}
.ck-modal-title{
  font-size:16px;font-weight:700;color:#fff;
  display:flex;align-items:center;gap:8px;
}
.ck-modal-title i{color:#58a6ff}
.ck-modal-x{
  background:none;border:1px solid #30363d;border-radius:8px;
  width:30px;height:30px;display:flex;align-items:center;justify-content:center;
  cursor:pointer;color:#8b949e;font-size:1.1rem;
  transition:all .2s;
}
.ck-modal-x:hover{border-color:#fff;color:#fff}
.ck-modal-body{padding:20px 26px}
.ck-modal-intro{
  font-size:13px;color:#8b949e;line-height:1.7;
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #30363d;
}
.ck-toggle-row{
  display:flex;justify-content:space-between;align-items:flex-start;
  gap:16px;padding:18px 0;
  border-bottom:1px solid rgba(48,54,61,.5);
}
.ck-toggle-row:last-child{border-bottom:none}
.ck-toggle-info{flex:1}
.ck-toggle-name{
  font-size:14px;font-weight:700;color:#fff;margin-bottom:4px;
  display:flex;align-items:center;gap:8px;
}
.ck-toggle-badge{
  font-size:10px;font-weight:700;letter-spacing:.04em;
  padding:2px 7px;border-radius:4px;
  background:rgba(63,185,80,.15);color:#3fb950;
}
.ck-toggle-badge.required{background:rgba(0,102,255,.15);color:#58a6ff}
.ck-toggle-desc{font-size:12px;color:#8b949e;line-height:1.6}
.ck-switch{
  position:relative;width:44px;height:24px;flex-shrink:0;margin-top:2px;
}
.ck-switch input{opacity:0;width:0;height:0;position:absolute}
.ck-switch-track{
  position:absolute;inset:0;
  background:#30363d;border-radius:12px;
  cursor:pointer;transition:background .2s;
}
.ck-switch input:checked + .ck-switch-track{background:#0066ff}
.ck-switch input:disabled + .ck-switch-track{background:#3fb950;cursor:not-allowed}
.ck-switch-track::after{
  content:'';position:absolute;
  width:18px;height:18px;border-radius:50%;
  background:#fff;top:3px;left:3px;
  transition:transform .2s;
  box-shadow:0 1px 4px rgba(0,0,0,.3);
}
.ck-switch input:checked + .ck-switch-track::after{transform:translateX(20px)}
.ck-switch input:disabled + .ck-switch-track::after{transform:translateX(20px)}
.ck-modal-footer{
  display:flex;gap:10px;flex-wrap:wrap;
  padding:18px 26px 24px;
  border-top:1px solid #30363d;
  background:#161b22;
  position:sticky;bottom:0;
}
.ck-modal-footer .ck-btn-accept{flex:1;text-align:center}
.ck-modal-footer .ck-btn-reject{flex:1;text-align:center}

@media(max-width:991px){
  .stat-cell-mid{border-left:none;border-right:none;border-top:1px solid #30363d;border-bottom:1px solid #30363d}
  .ckout-main-grid{grid-template-columns:1fr}
  .ckout-summ-panel{position:static}
}
@media(max-width:767px){
  .hero-h1{font-size:2rem}
  .stat-num{font-size:2.5rem}
  .stat-cell{padding:1.8rem 1rem}
  .cart-panel{width:100vw;right:-100vw}
  .guarantee-list .list-inline-item{display:block;margin:6px 0}
  .ck-banner{bottom:0;right:0;left:0}
  .ck-banner-card{width:100%;border-radius:16px 16px 0 0;border-bottom:none}
  .ck-card-actions{grid-template-columns:1fr 1fr}
  .ck-card-btn-accept{grid-column:1/-1}
}
@media(max-width:575px){
  #hero-wrap .container{padding-top:1.5rem;padding-bottom:2rem}
  .contact-tile{min-width:120px}
  .btn-lg{padding:.6rem 1.4rem;font-size:.95rem}
  .ckout-step-sep{width:24px}
  .ck-modal{border-radius:12px 12px 0 0}
  .cp-item-name{font-size:12px}
  .cp-item-img{width:50px;height:50px}
}
.sub-breadcrumb{
  display:flex;align-items:center;gap:6px;
  font-size:12px;color:#8b949e;
  margin-bottom:28px;padding-top:32px;
}
.sub-breadcrumb a{color:#58a6ff;text-decoration:none}
.sub-breadcrumb a:hover{opacity:.8}
.sub-breadcrumb i{font-size:.85rem;color:#484f58}

.about-hero{
  background:#0d1117;
  border-bottom:1px solid #21262d;
  padding-bottom:0;
}
.sub-page-hero{padding:0}
.about-hero .container{padding-bottom:60px}
.sub-hero-h1{
  font-size:clamp(2.2rem,5vw,3.8rem);
  font-weight:900;
  color:#fff;
  line-height:1.15;
  margin-bottom:14px;
}
.sub-hero-lead{
  font-size:16px;color:#8b949e;margin:0;
}

.about-origin-wrap{
  padding:70px 0;
  background:#0d1117;
}
.about-img-frame{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  border:1px solid #30363d;
  aspect-ratio:4/3;
}
.about-img-frame img{
  width:100%;height:100%;
  object-fit:cover;display:block;
}
.about-img-tag{
  position:absolute;bottom:16px;left:16px;
  background:rgba(13,17,23,.88);
  border:1px solid #30363d;
  border-radius:8px;
  padding:8px 14px;
  display:flex;flex-direction:column;gap:2px;
}
.about-img-tag span{color:#c9d1d9;font-size:12px;font-weight:600}
.about-img-year{color:#58a6ff!important;font-size:11px!important;font-weight:400!important}
.about-section-h2{
  font-size:clamp(1.5rem,3.5vw,2.2rem);
  font-weight:800;color:#fff;line-height:1.25;
}
.about-founder-sig{padding-top:20px;border-top:1px solid #30363d}
.about-founder-name{color:#fff;font-size:15px;font-weight:700;margin-bottom:3px}
.about-checklist{display:flex;flex-direction:column;gap:10px}
.about-check-item{
  display:flex;align-items:center;gap:10px;
  color:#c9d1d9;font-size:14px;
}
.about-check-item i{font-size:1.1rem;flex-shrink:0}

.about-numbers-wrap{
  background:#161b22;
  border-top:1px solid #30363d;
  border-bottom:1px solid #30363d;
  padding:48px 0;
}
.about-numbers-grid{
  display:flex;align-items:center;justify-content:center;
  flex-wrap:wrap;gap:0;
}
.about-num-item{
  text-align:center;
  padding:0 48px;
}
.about-num-val{
  font-size:clamp(2rem,4vw,3rem);
  font-weight:900;
  line-height:1;
  margin-bottom:6px;
}
.about-num-label{
  font-size:12px;color:#8b949e;
}
.about-num-sep{
  width:1px;height:48px;
  background:#30363d;
}

.about-workshop-wrap{
  padding:70px 0;
  background:#0d1117;
}

.about-philosophy-wrap{
  padding:70px 0 80px;
  background:#161b22;
  border-top:1px solid #30363d;
}
.about-principles-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-bottom:48px;
}
.about-principle-card{
  background:#0d1117;
  border:1px solid #30363d;
  border-radius:14px;
  padding:28px 24px;
}
.apc-num{
  font-size:2.5rem;font-weight:900;
  color:#21262d;
  line-height:1;
  margin-bottom:14px;
}
.apc-title{
  color:#fff;font-size:15px;font-weight:700;
  margin-bottom:12px;line-height:1.4;
}
.apc-body{
  color:#8b949e;font-size:13px;line-height:1.75;margin:0;
}
.about-cta-row{
  display:flex;justify-content:center;gap:16px;flex-wrap:wrap;
}

.rev-hero-wrap{
  background:#0d1117;
  padding:0 0 56px;
  border-bottom:1px solid #21262d;
}
.rev-hero-inner{
  display:flex;align-items:flex-start;gap:48px;flex-wrap:wrap;
  margin-top:8px;
}
.rev-score-block{text-align:center;flex-shrink:0}
.rev-score-big{
  font-size:5rem;font-weight:900;color:#fff;
  line-height:1;margin-bottom:8px;
}
.rev-stars-row{display:flex;justify-content:center;gap:3px;margin-bottom:6px}
.rev-stars-row i,.rev-score-count + i{color:#d29922;font-size:1.4rem}
.rev-score-count{color:#8b949e;font-size:12px}
.rev-bars-block{flex:1;min-width:200px;display:flex;flex-direction:column;gap:8px;padding-top:8px}
.rev-bar-row{display:flex;align-items:center;gap:10px}
.rev-bar-lbl{color:#8b949e;font-size:12px;font-weight:600;width:10px;text-align:right;flex-shrink:0}
.rev-bar-track{
  flex:1;height:8px;
  background:#21262d;border-radius:4px;overflow:hidden;
}
.rev-bar-fill{height:100%;background:#0066ff;border-radius:4px;transition:width .6s ease}
.rev-bar-num{color:#8b949e;font-size:12px;width:20px;text-align:right;flex-shrink:0}

.rev-featured-wrap{padding:64px 0}
.rev-section-title{
  font-size:clamp(1.4rem,3vw,2rem);
  font-weight:800;color:#fff;
  margin-bottom:32px;
}
.rev-featured-grid{display:flex;flex-direction:column;gap:32px}
.rev-card-big{
  background:#161b22;
  border:1px solid #30363d;
  border-radius:16px;
  overflow:hidden;
  display:grid;
  grid-template-columns:280px 1fr;
}
.rev-card-alt{background:#1c2128}
.rev-card-photo{
  aspect-ratio:3/4;
  overflow:hidden;
  background:#1c2128;
}
.rev-card-photo img{width:100%;height:100%;object-fit:cover;display:block}
.rev-card-content{padding:28px 28px 24px}
.rev-card-stars{display:flex;gap:3px;margin-bottom:16px}
.rev-card-stars i{color:#d29922;font-size:1.1rem}
.rev-card-text{
  color:#c9d1d9;font-size:14px;line-height:1.8;
  margin-bottom:20px;
  font-style:italic;
}
.rev-card-meta{margin-bottom:14px}
.rev-card-name{color:#fff;font-weight:700;font-size:15px}
.rev-card-detail{font-size:12px;margin-top:2px}
.rev-card-product-tag{
  display:inline-flex;align-items:center;
  background:rgba(0,102,255,.1);
  border:1px solid rgba(0,102,255,.2);
  border-radius:6px;
  padding:5px 10px;
  font-size:11px;color:#58a6ff;
}

.rev-grid-wrap{
  padding:0 0 64px;
  background:#161b22;
  border-top:1px solid #30363d;
  padding-top:56px;
}
.rev-photo-strip{
  width:120px;height:80px;border-radius:10px;
  overflow:hidden;border:1px solid #30363d;flex-shrink:0;
}
.rev-photo-strip img{width:100%;height:100%;object-fit:cover;display:block}
.rev-mini-card{
  background:#0d1117;
  border:1px solid #30363d;
  border-radius:12px;
  padding:20px;
  height:100%;
  display:flex;flex-direction:column;
}
.rev-mini-hdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.rev-mini-stars{display:flex;gap:2px}
.rev-mini-stars i{color:#d29922;font-size:.9rem}
.rev-mini-date{font-size:11px}
.rev-mini-text{color:#c9d1d9;font-size:13px;line-height:1.7;flex:1;margin-bottom:14px;font-style:italic}
.rev-mini-footer{padding-top:12px;border-top:1px solid #21262d}
.rev-mini-name{color:#fff;font-size:13px;font-weight:700;margin-bottom:2px}
.rev-mini-prod{font-size:11px}

.rev-cta-wrap{
  padding:60px 0;
  background:#0d1117;
}
.rev-cta-inner{
  max-width:560px;
  margin:0 auto;
  text-align:center;
}

.faq-page-hero{
  background:#0d1117;
  padding-bottom:56px;
  border-bottom:1px solid #21262d;
  position:relative;
  overflow:hidden;
}
.faq-page-hero::before{
  content:'';
  position:absolute;top:-120px;right:-80px;
  width:400px;height:400px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,102,255,.06) 0%,transparent 70%);
  pointer-events:none;
}
.faq-page-h1{
  font-size:clamp(2.5rem,6vw,4.5rem);
  font-weight:900;color:#fff;
  line-height:1.1;
  margin-bottom:16px;
}
.faq-page-lead{
  font-size:15px;color:#8b949e;margin-bottom:28px;
}
.faq-cats-row{display:flex;flex-wrap:wrap;gap:10px}
.faq-cat-chip{
  display:inline-flex;align-items:center;
  background:#161b22;
  border:1px solid #30363d;
  border-radius:50rem;
  padding:9px 18px;
  font-size:13px;font-weight:600;
  color:#c9d1d9;
  text-decoration:none;
  transition:all .2s;
}
.faq-cat-chip:hover{border-color:#58a6ff;color:#58a6ff;background:rgba(88,166,255,.06)}

.faq-body-wrap{padding:56px 0 80px}
.faq-group{margin-bottom:52px}
.faq-group-hdr{
  display:flex;align-items:center;gap:14px;
  margin-bottom:20px;
  padding-bottom:16px;
  border-bottom:2px solid #21262d;
}
.faq-group-icon{
  width:36px;height:36px;border-radius:10px;
  background:rgba(0,102,255,.12);
  border:1px solid rgba(0,102,255,.2);
  display:flex;align-items:center;justify-content:center;
  color:#58a6ff;font-size:1.15rem;flex-shrink:0;
}
.faq-group-title{
  font-size:1.15rem;font-weight:700;color:#fff;margin:0;
}
.faq-page-acc{display:flex;flex-direction:column}
.faq-page-item{border-bottom:1px solid #21262d}
.faq-page-btn{
  width:100%;background:none;border:none;
  display:flex;justify-content:space-between;align-items:center;
  gap:16px;padding:18px 0;
  cursor:pointer;text-align:left;
}
.faq-page-btn:focus{outline:none}
.faq-page-btn span{color:#c9d1d9;font-size:14px;font-weight:600;line-height:1.5}
.faq-page-btn:hover span{color:#fff}
.faq-page-ico{
  font-size:1.1rem;color:#58a6ff;flex-shrink:0;
  transition:transform .25s;
}
.faq-page-ans{
  max-height:0;overflow:hidden;
  transition:max-height .3s ease;
}
.faq-page-ans p{
  color:#8b949e;font-size:13.5px;line-height:1.8;
  padding-bottom:18px;margin:0;
}
.faq-page-ans p strong{color:#c9d1d9}

.faq-sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:90px}
.faq-sb-contact{
  background:#161b22;
  border:1px solid #30363d;
  border-radius:14px;
  padding:24px;
}
.faq-sb-icon{
  width:44px;height:44px;border-radius:12px;
  background:rgba(0,102,255,.1);border:1px solid rgba(0,102,255,.2);
  display:flex;align-items:center;justify-content:center;
  font-size:1.4rem;color:#58a6ff;
  margin-bottom:14px;
}
.faq-sb-title{color:#fff;font-size:15px;font-weight:700;margin-bottom:8px}
.faq-sb-body{font-size:13px;line-height:1.7;margin-bottom:16px}
.faq-sb-btn{
  display:flex;align-items:center;justify-content:center;
  background:#0066ff;color:#fff;
  border:none;border-radius:10px;
  padding:11px 16px;font-size:13px;font-weight:700;
  text-decoration:none;
  transition:background .2s;
}
.faq-sb-btn:hover{background:#0052d9;color:#fff}
.faq-sb-divider{height:1px;background:#30363d;margin:16px 0}
.faq-sb-phone{display:flex;align-items:center;gap:12px}
.faq-sb-returns{
  background:#161b22;
  border:1px solid #30363d;
  border-radius:12px;
  padding:16px 18px;
  display:flex;align-items:center;gap:12px;
}
.faq-sb-small-icon{font-size:1.3rem;color:#8b949e;flex-shrink:0}
.faq-sb-returns a{color:#58a6ff;font-size:12px;text-decoration:none}
.faq-sb-returns a:hover{opacity:.8}

.ret-hero-wrap{
  background:#0d1117;
  padding-bottom:64px;
  border-bottom:1px solid #21262d;
}
.ret-hero-h1{
  font-size:clamp(2rem,5vw,3.4rem);
  font-weight:900;color:#fff;
  line-height:1.15;
  margin-bottom:16px;
}
.ret-hero-sub{color:#8b949e;font-size:15px;line-height:1.7;margin-bottom:24px}
.ret-hero-promise{display:flex;flex-direction:column;gap:8px}
.ret-promise-item{
  display:flex;align-items:center;gap:10px;
  color:#c9d1d9;font-size:14px;
}
.ret-promise-item i{font-size:1.1rem;flex-shrink:0}
.ret-hero-img{
  border-radius:16px;overflow:hidden;
  border:1px solid #30363d;
  aspect-ratio:4/3;
}
.ret-hero-img img{width:100%;height:100%;object-fit:cover;display:block}

.ret-process-wrap{
  padding:64px 0;
  background:#0d1117;
}
.ret-section-h2{
  font-size:clamp(1.5rem,3.5vw,2.2rem);
  font-weight:800;color:#fff;margin-bottom:10px;
}
.ret-steps{
  max-width:720px;margin:0 auto;
  display:flex;flex-direction:column;
}
.ret-step{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:24px;
  align-items:start;
}
.ret-step-num{
  width:64px;height:64px;border-radius:16px;
  background:rgba(0,102,255,.1);
  border:1px solid rgba(0,102,255,.2);
  display:flex;align-items:center;justify-content:center;
  font-size:1.1rem;font-weight:900;color:#58a6ff;
  flex-shrink:0;
}
.ret-step-body{padding-top:12px}
.ret-step-title{color:#fff;font-size:15px;font-weight:700;margin-bottom:10px}
.ret-step-text{font-size:13.5px;line-height:1.75;margin:0}
.ret-step-note{
  margin-top:12px;
  background:rgba(255,209,102,.06);
  border:1px solid rgba(255,209,102,.15);
  border-radius:8px;
  padding:10px 14px;
  font-size:12px;color:#ffd666;
  display:flex;align-items:flex-start;gap:6px;
}
.ret-step-connector{
  width:1px;height:32px;
  background:linear-gradient(to bottom,rgba(0,102,255,.3),rgba(0,102,255,.1));
  margin-left:32px;
}

.ret-policy-wrap{
  padding:64px 0 72px;
  background:#161b22;
  border-top:1px solid #30363d;
}
.ret-policy-card{
  background:#0d1117;
  border-radius:14px;
  overflow:hidden;
  height:100%;
}
.ret-policy-ok{border:1px solid rgba(63,185,80,.2)}
.ret-policy-ng{border:1px solid rgba(248,81,73,.15)}
.ret-policy-card-hdr{
  display:flex;align-items:center;gap:12px;
  padding:20px 22px 16px;
  border-bottom:1px solid #21262d;
}
.ret-policy-icon{
  width:36px;height:36px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.15rem;flex-shrink:0;
}
.ret-icon-ok{background:rgba(63,185,80,.1);color:#3fb950}
.ret-icon-ng{background:rgba(248,81,73,.1);color:#f85149}
.ret-policy-title{color:#fff;font-size:14px;font-weight:700;margin:0}
.ret-policy-list{
  list-style:none;padding:16px 22px;margin:0;
  display:flex;flex-direction:column;gap:10px;
}
.ret-policy-list li{
  display:flex;align-items:center;gap:10px;
  color:#c9d1d9;font-size:13px;
}
.ret-policy-list li i{font-size:1rem;flex-shrink:0}
.ret-contact-bar{
  margin-top:32px;
  background:#0d1117;
  border:1px solid #30363d;
  border-radius:12px;
  padding:22px 28px;
  display:flex;align-items:center;justify-content:space-between;
  gap:20px;flex-wrap:wrap;
}

@media(max-width:991px){
  .about-numbers-grid{gap:0}
  .about-num-item{padding:0 28px}
  .about-principles-grid{grid-template-columns:1fr}
  .rev-card-big{grid-template-columns:1fr}
  .rev-card-photo{aspect-ratio:16/7}
  .faq-sidebar{position:static}
}
@media(max-width:767px){
  .sub-hero-h1{font-size:2rem}
  .about-num-sep{display:none}
  .about-num-item{padding:16px 0;width:50%}
  .about-numbers-grid{flex-wrap:wrap;justify-content:flex-start;padding:0 1rem}
  .faq-page-h1{font-size:2.4rem}
  .ret-step{grid-template-columns:48px 1fr;gap:16px}
  .ret-step-num{width:48px;height:48px;font-size:.95rem}
  .ret-step-connector{margin-left:24px}
  .ret-contact-bar{flex-direction:column}
}
@media(max-width:575px){
  .about-hero .container,.about-origin-wrap,.about-workshop-wrap,
  .about-philosophy-wrap,.about-numbers-wrap{padding-left:0;padding-right:0}
  .rev-section-title{font-size:1.4rem}
  .faq-cats-row{flex-direction:column}
  .faq-cat-chip{justify-content:center}
}
.legal-wrap{
  padding:48px 0 80px;
}
.legal-breadcrumb{
  display:flex;align-items:center;gap:6px;
  font-size:12px;color:#8b949e;
  margin-bottom:36px;
}
.legal-breadcrumb a{color:#58a6ff;text-decoration:none}
.legal-breadcrumb a:hover{opacity:.8}
.legal-breadcrumb i{font-size:.85rem;color:#484f58}
.legal-doc{
  max-width:720px;
}
.legal-h1{
  font-size:clamp(1.7rem,4vw,2.4rem);
  font-weight:800;color:#fff;
  margin-bottom:20px;line-height:1.2;
  padding-bottom:20px;
  border-bottom:1px solid #21262d;
}
.legal-intro{
  font-size:14px;color:#8b949e;
  line-height:1.8;margin-bottom:32px;
}
.legal-h2{
  font-size:14px;font-weight:700;
  color:#c9d1d9;
  text-transform:uppercase;
  letter-spacing:.06em;
  margin:28px 0 10px;
  padding-left:12px;
  border-left:2px solid #0066ff;
}
.legal-p{
  font-size:13.5px;color:#8b949e;
  line-height:1.85;margin:0 0 8px;
}
.legal-table-wrap{
  margin:4px 0 28px;
  border:1px solid #21262d;
  border-radius:10px;
  overflow:hidden;
}
.legal-table{
  width:100%;border-collapse:collapse;
}
.legal-table th{
  width:140px;padding:13px 16px;
  font-size:12px;font-weight:700;
  color:#8b949e;text-align:left;
  background:#161b22;
  border-bottom:1px solid #21262d;
  white-space:nowrap;vertical-align:top;
}
.legal-table td{
  padding:13px 16px;
  font-size:13px;color:#c9d1d9;
  background:#0d1117;
  border-bottom:1px solid #21262d;
  line-height:1.6;
}
.legal-table tr:last-child th,
.legal-table tr:last-child td{border-bottom:none}
.legal-note{font-size:11px;color:#484f58}

@media(max-width:767px){
  .legal-table th{width:100px;font-size:11px;padding:11px 12px}
  .legal-table td{font-size:12px;padding:11px 12px}
  .legal-h2{font-size:13px}
}