:root{
  --bg:#07111f;
  --bg2:#0d1830;
  --panel:rgba(13,25,49,.62);
  --panel-border:rgba(154,188,255,.18);
  --text:#eaf2ff;
  --muted:#a9b8d8;
  --line:rgba(255,255,255,.08);
  --accent:#5bd6ff;
  --accent2:#6d8cff;
  --shadow:0 20px 60px rgba(0,0,0,.34);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter","Noto Sans JP",sans-serif;
  color:var(--text);
  background:radial-gradient(circle at top left, #11264f 0%, var(--bg) 45%, #040914 100%);
  min-height:100vh;
  position:relative;
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.container{
  width:min(1120px, calc(100% - 40px));
  margin:0 auto;
}

.bg-grid{
  position:fixed;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:40px 40px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.45), transparent 85%);
  pointer-events:none;
}

.bg-orb{
  position:fixed;
  border-radius:999px;
  filter:blur(60px);
  opacity:.34;
  pointer-events:none;
}
.orb-1{
  width:360px;height:360px;left:-80px;top:40px;
  background:linear-gradient(135deg, var(--accent), transparent 65%);
}
.orb-2{
  width:420px;height:420px;right:-80px;top:140px;
  background:linear-gradient(135deg, var(--accent2), transparent 65%);
}

.brand-logo-link{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}

.brand-texts{
  display:flex;
  flex-direction:column;
  justify-content:center;
  color:inherit;
  min-width:0;
}

.glass{
  background:var(--panel);
  backdrop-filter:blur(16px);
  border:1px solid var(--panel-border);
  box-shadow:var(--shadow);
}

.site-header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(4,10,22,.55);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}

.header-inner{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
}

.brand-logo{height:44px;width:auto}
.company-logo{max-width:120px;object-fit:contain}
.brand-sub{
  display:block;
  font-size: 11px;
  transform:scale(0.8);
  transform-origin:left;
  letter-spacing:.0.1em;
  color:#9fbbff;
  text-transform:uppercase;
  margin-left:8px;
  margin-bottom:1px;
}
.brand-main{
  display:block;
  font-size:24px;
  transform:scale(1.2);
  transform-origin:left;
  font-weight:800;
  letter-spacing:.04em;
}

.nav{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.nav a{color:var(--muted);font-size:14px}
.nav a:hover{color:#fff}
.nav-cta{
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
}


/* intro movie */
.intro-video-section{
  padding:42px 0 0;
}
.intro-video-card{
  border-radius:28px;
  padding:26px;
}
.intro-video-head{
  margin-bottom:18px;
}
.intro-video-head p:last-child{
  margin:10px 0 0;
  color:var(--muted);
  line-height:1.8;
}
.intro-video-frame{
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.32);
}
/*
.intro-video-frame video{
  display:block;
  width:100%;
  height:auto;
  max-height:70vh;
  background:#000;
}
*/
.hero{
  padding:72px 0 56px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:center;
}
.eyebrow{
  margin:0 0 12px;
  color:#8ec5ff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.24em;
/*  text-transform:uppercase; */
}
.hero h1{
  margin:0;
  font-size:clamp(34px, 5vw, 45px);
  line-height:1.1;
  letter-spacing:-.02em;
}
.hero-lead{
  margin:22px 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.9;
}

.tamper-highlight {
  color: #ff88cc;
  font-weight: 800;
  background: rgba(255,102,204,0.12);
  padding: 2px 6px;
  border-radius: 6px;
}

.hero-actions{
  display:flex;
  gap:14px;
  margin-top:28px;
  flex-wrap:wrap;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:14px;
  font-weight:700;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:linear-gradient(135deg, var(--accent), #79a1ff);
  color:#03111d;
}
.btn-secondary{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
}
.hero-note{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:18px;
  color:var(--muted);
  flex-wrap:wrap;
}
.badge, .pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(91,214,255,.14);
  border:1px solid rgba(91,214,255,.32);
  color:#b7eeff;
  font-size:12px;
  font-weight:700;
}

.site-notice{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:24px;
  padding:14px 18px;
  border-radius:18px;
  border:1px solid rgba(255, 205, 87, .32);
  background:linear-gradient(135deg, rgba(255, 196, 61, .14), rgba(255, 196, 61, .06));
  color:#ffe28c;
}
.price-contact{
  color:#b7eeff;
}
.price-contact:hover{
  color:#ff00ff;
}
.price-highlight{
  font-size:1.1rem;
  color:#ffe28c;
  font-weight:700;
}
.site-notice strong{
  color:#fff3c1;
  white-space:nowrap;
}
.site-notice-inline{
  margin-top:0;
  margin-bottom:24px;
}
.notes-notice{
  margin:16px 0 0;
  color:#ffe28c;
  font-weight:700;
}

.hero-card{
  border-radius:28px;
  padding:26px;
}
.product-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:20px;
}
.product-icon{
  width:64px;height:64px;
  border-radius:18px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.05);
}
.product-label{
  margin:0 0 4px;
  color:#9dc8ff;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.product-head h2{margin:0;font-size:28px}
.mini-panel{
  display:grid;
  gap:12px;
}

.panel-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  padding:14px 0;
  border-top:1px solid var(--line);
  color:var(--muted);
}

.panel-row span{
  flex:0 0 120px;
}

.panel-row strong{
  color:#fff;
  text-align:right;
  white-space:nowrap;
  margin-left:auto;
}

.section{padding:40px 0}
.section-alt{padding-top:20px}
.section-head{margin-bottom:24px;text-align:center}
.section-head.left{text-align:left}
.section-head h2, .section-head h1{margin:0;font-size:clamp(28px,4vw,42px)}
.cards.three{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.feature-card,
.model-card{
  border-radius:24px;
  padding:24px;
}
.feature-card h3,
.model-card h3{margin:0 0 12px;font-size:20px}
.feature-card p,
.model-card p{margin:0;color:var(--muted);line-height:1.8}
.model-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.trial-box{
  border-radius:28px;
  padding:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.trial-box h2{margin:0 0 10px;font-size:30px}
.trial-box p{margin:0;color:var(--muted);line-height:1.9}

.download-main .first-section{padding-top:54px}
.download-lead{color:var(--muted);line-height:1.9}
.download-layout{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:20px;
  margin-top:28px;
}
.download-block,
.notes{
  border-radius:28px;
  padding:26px;
}
.download-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:10px;
}
.download-head h2,
.notes h2{margin:0;font-size:24px}
.download-desc{margin:0 0 18px;color:var(--muted);line-height:1.8}
.download-list{display:grid;gap:12px}
.download-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.04);
}
.download-link:hover{
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.16);
}
.download-link span{font-weight:600}
.download-link strong{color:#99e8ff;white-space:nowrap}
.notes{margin-top:20px}
.notes ol{margin:16px 0 0;padding-left:1.2em;color:var(--muted);line-height:2}

.site-footer{
  border-top:1px solid var(--line);
  margin-top:42px;
  background:rgba(2,7,16,.45);
}
.footer-inner{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:var(--muted);
}
.footer-copy{text-align:right}

@media (max-width: 980px){
  .hero-grid,
  .download-layout,
  .cards.three,
  .model-grid,
  .trial-box{
    grid-template-columns:1fr;
  }
  .trial-box{align-items:flex-start}
}

@media (max-width: 720px){

  .intro-video-section{padding-top:24px}
  .intro-video-card{padding:20px}
  .header-inner,
  .footer-inner{
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding:14px 0;
  }
  .brand-main{font-size:20px}
  .hero{padding-top:44px}
  .hero-card,
  .download-block,
  .notes,
  .feature-card,
  .model-card,
  .trial-box{padding:20px}
  .panel-row,
  .download-link,
  .site-notice{
    flex-direction:column;
    align-items:flex-start;
  }
}

/* manual link support */
.trial-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}
.trial-actions .btn{
  white-space:nowrap;
}

/* manual page */
.manual-page{
  padding:44px 0 72px;
}
.manual-header{
  margin-bottom:22px;
}
.manual-header .back-link{
  color:var(--muted);
  font-size:14px;
}
.manual-hero{
  border-radius:28px;
  padding:28px;
  margin-bottom:22px;
}
.manual-hero p{
  color:var(--muted);
  line-height:1.9;
}
.manual-quicklinks{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}
.manual-section{
  border-radius:28px;
  padding:26px;
  margin-bottom:20px;
}
.manual-section h2{
  margin:0 0 18px;
  font-size:28px;
}
.manual-section h3{
  margin:22px 0 12px;
  font-size:20px;
}
.manual-section p,
.manual-section li{
  color:var(--muted);
  line-height:1.9;
}
.manual-section strong,
.manual-section code{
  color:#fff;
}
.manual-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.manual-image-card{
  border-radius:22px;
  overflow:hidden;
  border:1px solid var(--panel-border);
  background:rgba(255,255,255,.03);
}
.manual-image-card img{
  width:100%;
  height:auto;
  display:block;
}
.manual-caption{
  padding:12px 14px;
  color:var(--muted);
  font-size:14px;
  border-top:1px solid var(--line);
}
.manual-code{
  margin:14px 0;
  padding:18px;
  border-radius:18px;
  background:rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.08);
  color:#dff2ff;
  overflow:auto;
  white-space:pre-wrap;
}
.manual-table-wrap{
  overflow:auto;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
}
.manual-table{
  width:100%;
  border-collapse:collapse;
  min-width:680px;
}
.manual-table th,
.manual-table td{
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
  vertical-align:top;
}
.manual-table th{
  background:rgba(255,255,255,.04);
}
.manual-list,
.manual-steps{
  margin:0;
  padding-left:1.3em;
}
.manual-note{
  margin-top:14px;
  font-size:14px;
}

@media (max-width: 980px){
  .manual-grid{
    grid-template-columns:1fr;
  }
}

/* version/update highlights */
.version-history{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.version-item{
  display:block;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.035);
  color:var(--muted);
  line-height:1.8;
}
.version-item strong{
  display:block;
  color:#fff;
  margin-bottom:4px;
}
.version-item-new{
  border-color:rgba(91,214,255,.34);
  background:linear-gradient(135deg, rgba(91,214,255,.13), rgba(109,140,255,.07));
}
.version-badge-new{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  padding:4px 9px;
  border-radius:999px;
  background:rgba(91,214,255,.18);
  border:1px solid rgba(91,214,255,.42);
  color:#b7eeff;
  font-size:12px;
  font-weight:800;
  margin-bottom:10px;
}

.movie-info-wrap{
  display:flex;
  align-items:flex-start;
  gap:28px;
  margin-top:24px;
  flex-wrap:wrap;
}

.movie-info-wrap .intro-video-frame{
  flex:0 0 50%;
  max-width:560px;
}

.movie-info-wrap .top-movie{
  width:100%;
  height:auto;
  border-radius:16px;
  background:#000;
  box-shadow:0 10px 30px rgba(0,0,0,0.35);
}

.movie-description{
  flex:1;
  min-width:280px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:18px;
  padding:22px 24px;
}

.movie-description h3{
  margin:0 0 18px;
  color:#ffffff;
  font-size:24px;
}

.movie-description p{
  color:#cfdcff;
  line-height:1.9;
  margin:0 0 18px;
}

.movie-description p:last-child{
  margin-bottom:0;
}

@media (max-width: 768px){
  .movie-info-wrap{
    display:block;
  }

  .movie-info-wrap .intro-video-frame{
    max-width:none;
    width:100%;
  }

  .movie-description{
    margin-top:18px;
  }
}
