
/* Testo 174 Promo (GNUBoard) - Minimal, catalog-like */
.promo-wrap{ max-width:1180px; margin:0 auto; padding:24px 16px 56px; }
.section-title{ margin:44px 0 18px; }
.section-title h2{ margin:0; font-size:28px; letter-spacing:-0.02em; }
.section-title p{ margin:8px 0 0; color:#666; }

.hero{
  border-radius:20px;
  background: linear-gradient(180deg, #fff7f2 0%, #fff 70%);
  border:1px solid rgba(0,0,0,.06);
  overflow:hidden;
}
.hero__inner{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap:24px;
  padding:28px;
  align-items:center;
}
.hero__badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 10px; border-radius:999px;
  background: rgba(243,111,33,.12);
  color: var(--accent);
  font-weight:700; font-size:12px;
}
.hero__title{ margin:10px 0 10px; font-size:40px; line-height:1.15; letter-spacing:-0.03em; }
.hero__sub{ margin:0; color:#555; font-size:16px; }
.hero__period{ margin:10px 0 0; color:#777; font-size:14px; }
.hero__cta{ display:flex; gap:10px; margin-top:18px; flex-wrap:wrap; }
.hero__notes{ margin-top:12px; color:#888; font-size:12px; }

.hero__visual{ display:grid; gap:14px; }
.visual-card{
  border-radius:18px;
  background:#111 !important;
  color:#fff !important;
  padding:18px;
  position:relative;
  overflow:hidden;
}
.visual-card::after{
  content:"";
  position:absolute;
  inset:-40px -60px auto auto;
  width:220px; height:220px;
  border-radius:50%;
  background: radial-gradient(circle at 30% 30%, rgba(243,111,33,.65), rgba(243,111,33,0));
}
.visual-card__kicker{ font-size:12px; opacity:.75; }
.visual-card__big{ font-size:56px; line-height:1; font-weight:800; margin-top:6px; }
.visual-card__small{ font-size:13px; opacity:.8; margin-top:4px; }
.visual-card__line{ height:1px; background:rgba(255,255,255,.18); margin:14px 0; }
.visual-card__meta{ display:flex; gap:10px; flex-wrap:wrap; font-size:12px; opacity:.9; }
.visual-card__meta > div{ padding:6px 10px; border-radius:999px; background:rgba(255,255,255,.08); }

.visual-img{
  border-radius:18px;
  border:1px dashed rgba(0,0,0,.18);
  background:#fff;
  min-height:210px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
}
.visual-img img{ width:100%; height:100%; object-fit:contain; }
.visual-img__placeholder{ color:#777; text-align:center; padding:20px; }

.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.card{
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  padding:18px;
  box-shadow: 0 8px 22px rgba(0,0,0,.04);
}
.card h3{ margin:0 0 8px; font-size:18px; }
.card p{ margin:0; color:#666; }

.product-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:14px;
}
.p-card{
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  padding:16px;
  box-shadow: 0 8px 22px rgba(0,0,0,.04);
  display:flex;
  flex-direction:column;
  gap:12px;
}
.p-badge{
  display:inline-flex;
  padding:5px 10px;
  border-radius:999px;
  background: rgba(243,111,33,.12);
  color: var(--accent);
  font-weight:700;
  font-size:12px;
}
.p-title{ margin:10px 0 4px; font-size:18px; letter-spacing:-0.02em; }
.p-desc{ margin:0; color:#666; font-size:13px; }
.p-img{
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:#fafafa;
  min-height:150px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.p-img img{ width:100%; height:100%; object-fit:contain; }
.p-img__placeholder{ color:#777; font-size:12px; text-align:center; padding:16px; }
.p-list{ margin:0; padding-left:18px; color:#555; font-size:13px; }
.p-list li{ margin:6px 0; }

.pricebox{
  margin-top:18px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  overflow:hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,.04);
}
.pricebox__head{ padding:18px 18px 0; }
.pricebox__head h3{ margin:0; font-size:18px; }
.pricebox__head p{ margin:8px 0 0; color:#666; }
.pricebox__body{
  padding:18px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
  align-items:start;
}
.price-img{
  border-radius:14px;
  border:1px dashed rgba(0,0,0,.18);
  background:#fff;
  min-height:220px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.price-img img{ width:100%; height:100%; object-fit:contain; }
.price-img__placeholder{ color:#777; font-size:12px; text-align:center; padding:16px; }

.price-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.08);
}
.price-table th, .price-table td{ padding:12px 12px; border-bottom:1px solid rgba(0,0,0,.06); }
.price-table th{ background:#fafafa; text-align:left; font-weight:800; font-size:13px; }
.price-table td{ font-size:13px; color:#444; }
.price-table tr:last-child td{ border-bottom:none; }
.muted{ color:#888; font-size:12px; margin:10px 0 0; }

.inquiry .form{
  border-radius:18px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  padding:18px;
  box-shadow: 0 10px 26px rgba(0,0,0,.04);
}
.form-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
}
.form-grid label{ display:flex; flex-direction:column; gap:8px; font-size:13px; color:#333; }
.form-grid label span b{ color: var(--accent); }
.form-grid input, .form-grid select, .form-grid textarea{
  border:1px solid rgba(0,0,0,.12);
  border-radius:12px;
  padding:12px 12px;
  font-size:14px;
  outline:none;
  background:#fff;
}
.form-grid textarea{ resize:vertical; }
.form-grid .col2{ grid-column: 1 / span 2; }

.agree{ margin-top:14px; display:grid; gap:10px; }
.chk{ display:flex; gap:10px; align-items:flex-start; font-size:13px; }
.chk input{ margin-top:3px; }
.agree__box{
  border-radius:12px;
  border:1px dashed rgba(0,0,0,.18);
  background:#fafafa;
  padding:12px;
  color:#666;
  font-size:12px;
  line-height:1.6;
}

.form-actions{ display:flex; gap:10px; margin-top:14px; flex-wrap:wrap; }
.btn1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 14px 20px;
  min-height: 48px;

  border-radius: 14px;
  border: 1px solid transparent;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;

  cursor: pointer;
  text-decoration: none;

  transition:
    background-color .25s ease,
    box-shadow .25s ease,
    transform .15s ease,
    color .25s ease;
}

.btn1--primary{
  background: var(--accent);
  border-color: var(--accent);
  color:#fff;
}
.btn1--ghost{
  background:#fff;
  color:#111;
}
.btn1--small{ padding:10px 12px; font-size:15px; }
.btn1--wide{ min-width:170px; }

.alert{
  border-radius:14px;
  padding:12px 14px;
  margin:10px 0 14px;
  border:1px solid rgba(0,0,0,.08);
}
.alert--ok{ background: rgba(46, 160, 67, .08); }
.alert--err{ background: rgba(220, 53, 69, .08); }

.footer-cta{
  margin-top:44px;
  border-radius:20px;
  background:#111;
  color:#fff;
  overflow:hidden;
}
.footer-cta__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:22px 18px;
  flex-wrap:wrap;
}
.footer-cta h2{ margin:0 0 6px; font-size:22px; }
.footer-cta p{ margin:0; opacity:.85; }
.footer-cta .btn1--primary{ box-shadow: 0 10px 26px rgba(243,111,33,.25); }

.hp{ position:absolute; left:-9999px; width:1px; height:1px; opacity:0; }

@media (max-width: 980px){
  .hero__inner{ grid-template-columns: 1fr; }
  .hero__title{ font-size:34px; }
  .grid3{ grid-template-columns: 1fr; }
  .product-grid{ grid-template-columns: repeat(2, 1fr); }
  .pricebox__body{ grid-template-columns: 1fr; }
}
@media (max-width: 560px){
  .product-grid{ grid-template-columns: 1fr; }
  .form-grid{ grid-template-columns: 1fr; }
  .form-grid .col2{ grid-column: 1 / span 1; }
}
