:root{
  --bg:#0b1220;
  --panel: rgba(255,255,255,.92);
  --text:#0f172a;
  --muted: rgba(15,23,42,.66);
  --border: rgba(15,23,42,.10);
  --primary:#7c3aed;
  --primary2:#22c55e;
  --shadow: 0 18px 55px rgba(0,0,0,.20);
  --radius: 22px;
}
*{box-sizing:border-box}
body{margin:0; font-family:'Noto Sans JP','Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; color:var(--text);
  background:
    radial-gradient(1100px 700px at 10% 0%, rgba(124,58,237,.40), transparent 55%),
    radial-gradient(1000px 700px at 90% 20%, rgba(34,197,94,.18), transparent 55%),
    linear-gradient(180deg, #0b1220 0%, #0b1220 100%);
}
a{color:inherit}
.wrap{width:min(1100px, calc(100% - 32px)); margin:0 auto;}

.bar{position:sticky; top:0; z-index:40; background: rgba(11,18,32,.70); border-bottom:1px solid rgba(255,255,255,.10); backdrop-filter: blur(10px);} 
.bar__inner{display:flex; justify-content:space-between; align-items:center; gap:14px; padding: 14px 0;}
.brand{text-decoration:none; color:#fff; font-weight:1000; letter-spacing:.02em;}
.nav{display:flex; gap:12px; flex-wrap:wrap; align-items:center;}
.nav a{text-decoration:none; color: rgba(255,255,255,.84); font-weight:900; font-size:14px;}
.nav a:hover{color:#fff; text-decoration:underline;}

.btn{display:inline-flex; align-items:center; justify-content:center; padding:10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.18); text-decoration:none; font-weight:1000; cursor:pointer;}
.btn--primary{background: linear-gradient(135deg, var(--primary), var(--primary2)); color:#fff; border-color: transparent; box-shadow: 0 12px 28px rgba(124,58,237,.22);} 
.btn--ghost{background: rgba(255,255,255,.10); color:#fff;}

/* Back to samples (consistent + accessible) */
.back-to-samples{white-space:nowrap;}
.back-to-samples:focus-visible{outline: 3px solid rgba(255,255,255,.85); outline-offset: 3px;}
@media (max-width: 980px){
  .back-to-samples{order:-1;}
}

.hero{padding: 30px 0 16px;}
.hero__inner{display:grid; grid-template-columns: 1.1fr .9fr; gap:16px; align-items:stretch;}
.hero__left{background: var(--panel); border-radius: 30px; box-shadow: var(--shadow); padding: 26px;}
.tag{display:inline-flex; padding:6px 10px; border-radius:999px; background: rgba(124,58,237,.10); color:#5b21b6; font-weight:1000; font-size:12px;}
.hero h1{margin:10px 0 8px; font-size: 34px; line-height:1.15;}
.hero p{margin:0; color: var(--muted); line-height:1.9;}
.cta{display:flex; gap:10px; flex-wrap:wrap; margin-top: 14px;}

.points{display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:10px; margin-top: 14px;}
.pt{background:#fff; border:1px solid var(--border); border-radius: 18px; padding: 12px;}
.pt b{display:block; font-size: 12px; color: rgba(15,23,42,.66);} 
.pt span{display:block; margin-top: 4px; font-weight:1000; color:#5b21b6;} 

.hero__right{display:flex;}
.panel{width:100%; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); border-radius: 30px; padding: 18px; color:#fff;}
.panel__title{font-weight:1000; margin-bottom: 10px;}
.panel__row{display:flex; justify-content:space-between; gap:10px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.14);} 
.panel__row:last-child{border-bottom:0}
.panel b{color: rgba(255,255,255,.78);} 
.panel span{font-weight:1000;}

.section{padding: 34px 0;}
.section--alt{background: rgba(255,255,255,.08); border-top: 1px solid rgba(255,255,255,.10); border-bottom: 1px solid rgba(255,255,255,.10);} 
.head h2{margin:0 0 6px; color:#fff; font-size: 22px;}
.head p{margin:0; color: rgba(255,255,255,.78); line-height:1.8;}

.grid3{display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:12px; margin-top: 14px;}
.c{background: rgba(255,255,255,.92); border: 1px solid rgba(15,23,42,.10); border-radius: 22px; padding: 16px;}
.c__t{font-weight:1000;}
.c__d{margin-top: 6px; color: rgba(15,23,42,.72); line-height:1.8;}

.table{margin-top: 14px; background: rgba(255,255,255,.92); border:1px solid rgba(15,23,42,.10); border-radius: 22px; overflow:hidden;}
.row{display:grid; grid-template-columns: 200px 1fr; gap: 12px; padding: 12px 14px; border-bottom: 1px solid rgba(15,23,42,.08);} 
.row:last-child{border-bottom:0}
.row b{color: rgba(15,23,42,.70);} 
.row span{font-weight:900;}

.flow{margin: 14px 0 0; padding-left: 18px; color: rgba(255,255,255,.82); line-height:2.0;}
.flow li{margin-bottom: 6px;}
.flow b{color:#fff;}
.flow span{color: rgba(255,255,255,.78); margin-left: 6px;}

.entry{display:grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items:start;}
.muted{color: rgba(255,255,255,.78); line-height:1.8;}
.form{background:#fff; border-radius: 22px; padding: 14px; border: 1px solid rgba(15,23,42,.10);} 
label{display:grid; gap:6px; font-size: 13px; color: rgba(15,23,42,.70); margin-bottom: 10px;}
input,textarea{font:inherit; padding: 10px 12px; border-radius: 14px; border: 1px solid rgba(15,23,42,.12);} 

.footer{padding: 16px 0 34px;}
.footer__inner{display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; color: rgba(255,255,255,.70); font-size: 12px;}
.footer__inner a{color: rgba(255,255,255,.78); text-decoration:none;}
.footer__inner a:hover{color:#fff; text-decoration:underline;}

@media (max-width: 980px){
  .hero__inner{grid-template-columns: 1fr;}
  .points{grid-template-columns: 1fr;}
  .grid3{grid-template-columns: 1fr;}
  .row{grid-template-columns: 1fr;}
  .entry{grid-template-columns: 1fr;}
  .hero h1{font-size: 28px;}
}