/* === VERTICAL CHILLERS PAGE === */

/* PAGE HERO */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 60%, var(--blue-mid) 100%);
  padding: 54px 0 48px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 40px,
    rgba(255,255,255,0.016) 40px, rgba(255,255,255,0.016) 41px);
}
.page-hero .inner { position: relative; z-index: 1; }
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: #7aaed0;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.breadcrumb a { color: #7aaed0; text-decoration: none; transition: color .2s; }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb span { color: rgba(255,255,255,0.35); }
.page-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}
.page-hero h1 em { font-style: normal; color: var(--gold-light); }
.page-hero .hero-sub {
  color: #a8c8ea;
  font-size: 1.05rem;
  max-width: 580px;
  line-height: 1.75;
  margin-bottom: 26px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* DISC NOTICE */
.disc-notice {
  background: #fff8e1;
  border: 1px solid #ffc107;
  border-left: 5px solid #e6a817;
  border-radius: 6px;
  padding: 16px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 48px;
}
.disc-notice .dn-icon { font-size: 1.4rem; margin-top: 2px; }
.disc-notice h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #7a5800;
  margin-bottom: 4px;
}
.disc-notice p { font-size: 0.88rem; color: #5a4000; line-height: 1.6; margin: 0; }

/* OVERVIEW */
.overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.overview-content h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.7rem, 2.5vw, 2.3rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 16px;
}
.overview-content h2 span { color: var(--blue-mid); }
.overview-content p {
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.8;
  margin-bottom: 14px;
}
.spec-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}
.spec-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--text);
  line-height: 1.5;
}
.spec-list li::before {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: var(--blue);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 900;
  border-radius: 50%;
  margin-top: 2px;
}
.spec-list li strong { color: var(--navy); }

/* SPEC PANEL */
.spec-panel {
  background: linear-gradient(160deg, var(--navy) 0%, var(--blue) 100%);
  border-radius: 8px;
  padding: 36px 30px;
  color: #fff;
}
.spec-panel h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.spec-rows { display: flex; flex-direction: column; gap: 0; }
.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 0.88rem;
}
.spec-row:last-child { border-bottom: none; }
.spec-row .sk { color: #8aafce; font-weight: 600; }
.spec-row .sv { color: #e0eeff; font-weight: 700; text-align: right; }
.new-line-callout {
  margin-top: 24px;
  padding: 16px;
  background: rgba(212,137,26,0.18);
  border: 1px solid rgba(212,137,26,0.4);
  border-radius: 6px;
  font-size: 0.85rem;
  color: var(--gold-light);
  line-height: 1.6;
}
.new-line-callout strong { display: block; margin-bottom: 4px; color: #fff; }

/* APPLICATIONS */
.apps-section { background: var(--off-white); }
.apps-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.app-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px 20px;
  text-align: center;
}
.app-item .ai { font-size: 2rem; margin-bottom: 10px; display: block; }
.app-item h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.app-item p { font-size: 0.86rem; color: var(--text-muted); line-height: 1.65; }

/* FAQ */
.faq-section { background: var(--white); }
.faq-list { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.96rem;
  color: var(--navy);
  background: var(--white);
  transition: background .2s;
  gap: 16px;
}
.faq-q:hover { background: var(--off-white); }
.faq-q .faq-icon { font-size: 1.1rem; color: var(--blue-mid); transition: transform .3s; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  display: none;
  padding: 0 22px 18px;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.8;
  background: var(--off-white);
}
.faq-item.open .faq-a { display: block; }

/* CTA BAND */
.cta-band {
  background: linear-gradient(135deg, var(--blue-mid) 0%, var(--navy) 100%);
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 30px,
    rgba(255,255,255,0.02) 30px, rgba(255,255,255,0.02) 31px);
}
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}
.cta-band p { color: #a8c8ea; font-size: 1rem; margin-bottom: 28px; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .overview-grid { grid-template-columns: 1fr; gap: 36px; }
  .apps-grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .apps-grid-3 { grid-template-columns: 1fr; }
}
