/*
Theme Name: Company Renew Child
Template: cocoon-master
Version: 1.0
*/

/* ====== Base ====== */
:root{
  --container: 1120px;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(0,0,0,.08);
  --border: 1px solid rgba(0,0,0,.08);
  --muted: rgba(0,0,0,.62);
}
*{ box-sizing:border-box; }
.cr-container{ max-width: var(--container); margin:0 auto; padding: 0 16px; }
.cr-section{ padding: 56px 0; }
.cr-card{
  background:#fff;
  border: var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
}
.cr-grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.cr-h1{ font-size: clamp(28px, 3.2vw, 44px); line-height:1.15; margin: 0 0 12px; }
.cr-lead{ font-size: 16px; line-height: 1.8; color: var(--muted); margin: 0 0 18px; }
.cr-kicker{ font-size: 12px; letter-spacing:.08em; color: var(--muted); margin:0 0 8px; text-transform: uppercase; }

.cr-btn{
  display:inline-flex; align-items:center; justify-content:center;
  height: 44px; padding:0 16px;
  border-radius: 12px;
  border: var(--border);
  background:#fff;
  text-decoration:none;
  font-weight:700;
}
.cr-btn.primary{
  border: none;
  background:#111;
  color:#fff;
}
.cr-btns{ display:flex; gap:10px; flex-wrap:wrap; margin-top: 12px; }

.cr-hero{ padding: 40px 0 22px; }
.cr-hero .cr-card{ padding: 22px; }
.cr-badges{ display:flex; gap:8px; flex-wrap:wrap; margin-top: 10px; }
.cr-badge{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: var(--border);
  background:#fff;
}

.cr-features li{ margin: 0 0 8px; }
.cr-list{ margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.8; }

.cr-col-7{ grid-column: span 7; }
.cr-col-5{ grid-column: span 5; }
.cr-col-4{ grid-column: span 4; }
.cr-col-6{ grid-column: span 6; }
.cr-col-12{ grid-column: span 12; }

.cr-mini-title{ font-size: 18px; margin:0 0 8px; }
.cr-muted{ color: var(--muted); }

.cr-faq details{
  border: var(--border);
  border-radius: 14px;
  padding: 14px 14px;
  background:#fff;
}
.cr-faq details + details{ margin-top: 10px; }
.cr-faq summary{ cursor:pointer; font-weight:700; }
.cr-faq p{ margin: 10px 0 0; color: var(--muted); line-height: 1.8; }

@media (max-width: 860px){
  .cr-col-7,.cr-col-5,.cr-col-6,.cr-col-4{ grid-column: span 12; }
  .cr-section{ padding: 44px 0; }
}
/* =========================
  Visual Enhancements（トップを寂しくしない）
========================= */
.cr-hero-bg{
  position: relative;
  overflow: hidden;
}
.cr-hero-bg:before,
.cr-hero-bg:after{
  content:"";
  position:absolute;
  width:520px; height:520px;
  border-radius: 999px;
  filter: blur(30px);
  opacity: .35;
  z-index: 0;
}
.cr-hero-bg:before{ left:-220px; top:-260px; background: rgba(0,0,0,.20); }
.cr-hero-bg:after{ right:-260px; bottom:-300px; background: rgba(0,0,0,.14); }

.cr-hero-inner{ position:relative; z-index:1; }

.cr-badge{ display:inline-flex; align-items:center; gap:8px; }
.cr-badge .emo{ font-size: 16px; line-height: 1; }

.cr-mini-kpi{
  display:flex; gap:10px; flex-wrap:wrap;
  margin-top: 14px;
}
.cr-kpi{
  flex: 1 1 160px;
  border: var(--border);
  border-radius: 14px;
  padding: 12px 12px;
  background:#fff;
}
.cr-kpi .num{ font-size: 18px; font-weight: 800; margin: 0; }
.cr-kpi .lbl{ font-size: 12px; color: var(--muted); margin: 2px 0 0; }

.cr-iconRow{
  display:flex; gap:10px; flex-wrap:wrap;
  margin-top: 10px;
}
.cr-iconPill{
  display:inline-flex; align-items:center; gap:8px;
  border: var(--border);
  border-radius: 999px;
  padding: 8px 12px;
  background:#fff;
  font-size: 13px;
  color: rgba(0,0,0,.78);
}
.cr-iconPill .emo{ font-size: 16px; }

.cr-visual{
  border: var(--border);
  border-radius: 18px;
  background:#fff;
  box-shadow: var(--shadow);
  overflow:hidden;
}
.cr-visualTop{
  display:flex; align-items:center; gap:8px;
  padding: 10px 12px;
  border-bottom: var(--border);
  background: rgba(0,0,0,.02);
}
.cr-dot{ width:10px; height:10px; border-radius:999px; background: rgba(0,0,0,.18); }
.cr-visualBody{ padding: 12px; }
.cr-visualBody svg{ width:100%; height:auto; display:block; }

.cr-featureIcon{
  width: 42px; height: 42px;
  border-radius: 14px;
  border: var(--border);
  display:flex; align-items:center; justify-content:center;
  font-size: 20px;
  background: rgba(0,0,0,.02);
}
.cr-featureHead{ display:flex; gap:12px; align-items:flex-start; }
.cr-featureHead .cr-mini-title{ margin: 2px 0 6px; }

/* =========================
  Tech / Product-site Look
========================= */
.cr-tech *{ box-sizing:border-box; }
.cr-tech a{ text-decoration:none; }

.cr-hero-tech{
  position: relative;
  padding: 56px 0 28px;
  color: rgba(255,255,255,.92);
  background:
    radial-gradient(900px 520px at 20% 15%, rgba(96,165,250,.30), transparent 55%),
    radial-gradient(860px 520px at 90% 35%, rgba(94,234,212,.20), transparent 55%),
    linear-gradient(180deg, #0b1020 0%, #0b1020 60%, rgba(0,0,0,0) 100%);
  overflow:hidden;
}
.cr-hero-tech:before{
  content:"";
  position:absolute;
  inset:-40px;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity:.22;
  transform: skewY(-6deg);
  pointer-events:none;
}
.cr-hero-tech .cr-container{ position:relative; z-index:1; }

.cr-kicker-tech{
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color: rgba(255,255,255,.72);
  margin:0 0 10px;
}
.cr-kicker-tech .dot{
  width:8px; height:8px; border-radius:999px;
  background: rgba(94,234,212,.9);
  box-shadow: 0 0 18px rgba(94,234,212,.45);
}

.cr-h1-tech{
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.12;
  margin: 0 0 12px;
}
.cr-lead-tech{
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 18px;
  color: rgba(255,255,255,.72);
}

.cr-tags{
  display:flex; flex-wrap:wrap; gap:8px;
  margin: 10px 0 18px;
}
.cr-tag{
  display:inline-flex; align-items:center; gap:8px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.82);
  font-size: 12px;
}
.cr-tag code{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  color: rgba(255,255,255,.86);
}

.cr-btn.tech{
  height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.90);
  font-weight: 800;
}
.cr-btn.tech.primary{
  border: none;
  background: linear-gradient(135deg, rgba(96,165,250,.95), rgba(94,234,212,.85));
  color: rgba(0,0,0,.88);
}
.cr-btns{ display:flex; gap:10px; flex-wrap:wrap; margin-top: 6px; }

.cr-mock{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  box-shadow: 0 18px 60px rgba(0,0,0,.30);
  overflow:hidden;
}
.cr-mockTop{
  display:flex; align-items:center; gap:8px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.cr-dot{ width:10px; height:10px; border-radius:999px; background: rgba(255,255,255,.22); }
.cr-mockBody{ padding: 12px; }
.cr-mockBody svg{ width:100%; height:auto; display:block; }

.cr-section-title{
  margin: 0 0 10px;
  font-size: clamp(20px, 2.2vw, 30px);
}
.cr-sublead{
  margin: 0 0 18px;
  color: rgba(0,0,0,.60);
  line-height: 1.8;
}

.cr-card.flat{
  box-shadow: none;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: #fff;
}
.cr-icon{
  width: 42px; height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  display:flex; align-items:center; justify-content:center;
  background: rgba(0,0,0,.03);
}
.cr-icon svg{ width: 22px; height: 22px; opacity: .82; }

.cr-news{
  display:flex; flex-direction:column; gap:10px;
}
.cr-news a{
  display:flex; gap:12px; align-items:flex-start;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background:#fff;
  color: rgba(0,0,0,.86);
}
.cr-news time{
  font-size: 12px;
  color: rgba(0,0,0,.55);
  min-width: 92px;
}
.cr-news .title{ font-weight: 800; line-height: 1.4; }
.cr-news .excerpt{ font-size: 13px; color: rgba(0,0,0,.60); margin-top: 4px; line-height: 1.7; }

@media (max-width: 860px){
  .cr-hero-tech{ padding: 44px 0 20px; }
}
