/* ================================================================
   HIGHCON MMC — Inner Pages Shared Styles
   Dark professional theme matching main site
   ================================================================ */

/* ---- Page Hero ------------------------------------------------ */
.page-hero {
  background: linear-gradient(135deg, #0a0f1a 0%, #111827 50%, #0d1a2e 100%);
  padding: 56px 24px 52px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--clr-accent, #e8a000);
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -60%; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 700px;
  background: radial-gradient(ellipse, rgba(232,160,0,0.07) 0%, transparent 65%);
  pointer-events: none;
}
.page-hero h1 {
  margin: 0 0 12px;
  font-family: 'Barlow Condensed', Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
}
.page-hero h1 span { color: var(--clr-accent, #e8a000); }
.page-hero p {
  margin: 0 auto;
  max-width: 680px;
  color: #8b949e;
  font-size: 1.05rem;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 600px) {
  .page-hero h1 { font-size: 1.8rem; }
  .page-hero { padding: 40px 16px 36px; }
}

/* ---- Main Container ------------------------------------------ */
.container2 {
  width: 92%;
  max-width: 1100px;
  margin: 36px auto;
}

/* ---- Section Block ------------------------------------------- */
.section-block {
  background: #161b22;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.35);
  margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,0.07);
  transition: border-color 0.2s;
}
.section-block:hover {
  border-color: rgba(232,160,0,0.15);
}
.section-block h2 {
  color: #ffffff;
  font-family: 'Barlow Condensed', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(232,160,0,0.3);
  position: relative;
}
.section-block h2::before {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 40px; height: 2px;
  background: var(--clr-accent, #e8a000);
}
.section-block p {
  color: #8b949e;
  line-height: 1.7;
  font-size: 0.95rem;
  margin: 0 0 12px;
}
.section-block p:last-child { margin-bottom: 0; }
.section-block strong { color: #e6edf3; }

/* ---- Feature Cards ------------------------------------------- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.feat-card {
  background: #21262d;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.25s ease;
}
.feat-card:hover {
  border-color: rgba(232,160,0,0.3);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.feat-card h3 {
  color: var(--clr-accent, #e8a000);
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
}
.feat-card p {
  margin: 0;
  color: #8b949e;
  font-size: 0.88rem;
  line-height: 1.5;
}

/* ---- Tables -------------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  font-size: 0.92rem;
}
thead th {
  background: #0d1117;
  color: var(--clr-accent, #e8a000);
  padding: 12px 16px;
  text-align: left;
  font-family: 'Barlow Condensed', Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(232,160,0,0.3);
}
td {
  padding: 10px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: #e6edf3;
}
tr:nth-child(even) td { background: rgba(255,255,255,0.02); }
tr:hover td { background: rgba(232,160,0,0.04); }
@media (max-width: 600px) { table { display: block; overflow-x: auto; } }

/* ---- FAQ ----------------------------------------------------- */
.faq details {
  border-top: 1px solid rgba(255,255,255,0.07);
}
.faq details:first-of-type { border-top: none; }
.faq summary {
  cursor: pointer;
  padding: 14px 0;
  font-weight: 600;
  color: #e6edf3;
  font-size: 0.95rem;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before {
  content: '+';
  color: var(--clr-accent, #e8a000);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.faq details[open] summary::before { content: '−'; }
.faq summary:hover { color: var(--clr-accent, #e8a000); }
.faq .faq-a {
  padding: 0 0 14px 24px;
  color: #8b949e;
  line-height: 1.65;
  font-size: 0.9rem;
}

/* ---- Gallery ------------------------------------------------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.gal-ph {
  background: #21262d;
  border-radius: 12px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b949e;
  font-size: 13px;
  border: 2px dashed rgba(232,160,0,0.2);
  transition: border-color 0.2s;
}
.gal-ph:hover { border-color: rgba(232,160,0,0.4); }
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* ---- Order Section ------------------------------------------- */
.order-section {
  text-align: center;
  padding: 8px 20px 8px;
}
.order-section h2 {
  border-bottom: none !important;
}
.order-section h2::before { display: none; }
.order-section > p {
  color: #8b949e;
  margin: 0 auto 24px;
  max-width: 500px;
}
.order-btn {
  display: inline-block;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  margin: 8px;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(37,211,102,0.3);
}
.order-btn:hover {
  background: #1ab554;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37,211,102,0.4);
}
.order-btn.tel {
  background: #18567f;
  box-shadow: 0 4px 16px rgba(24,86,127,0.3);
}
.order-btn.tel:hover {
  background: #0f3e5a;
  box-shadow: 0 8px 24px rgba(24,86,127,0.4);
}

/* ---- Spec List (alternative to table) ------------------------ */
.spec-list {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.spec-list li {
  background: #21262d;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.88rem;
  color: #8b949e;
  border-left: 3px solid var(--clr-accent, #e8a000);
}
.spec-list li strong { color: #e6edf3; }

/* ---- Info Banner --------------------------------------------- */
.info-banner {
  background: rgba(232,160,0,0.08);
  border: 1px solid rgba(232,160,0,0.25);
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 16px;
  color: #e6edf3;
  font-size: 0.9rem;
  line-height: 1.6;
}
.info-banner strong { color: var(--clr-accent, #e8a000); }

/* ---- Body override for inner pages --------------------------- */
body {
  background: #0d1117;
  color: #e6edf3;
}
