/* ══════════════════════════════════════════
   Individual Industry Page — Page-Specific Styles
   Extends global.css (reuses service-email patterns)
   ══════════════════════════════════════════ */

/* Override block-theme content constraints */
.ind-hero,
.ind-problem,
.ind-included,
.ind-services,
.ind-case,
.ind-other,
.page-cta {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* CTA constrained to 1280px max width, centered */
.page-cta-full {
  max-width: 1280px !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

/* INDUSTRY HERO — grid layout */
.ind-hero {
  background: var(--red);
  padding: 0;
  display: grid;
  grid-template-columns: 3fr 2fr;
  align-items: stretch;
}
.ind-hero-content { padding: 80px 64px; min-width: 0; }
.ind-hero .breadcrumb { font-size: 0.78rem; color: rgba(255,255,255,0.5); margin-bottom: 20px; }
.ind-hero .breadcrumb a { color: #fff; text-decoration: none; font-weight: 600; }
.ind-hero .breadcrumb a:hover { color: white; }
.ind-hero h1 { font-size: clamp(2.8rem, 5vw, 5rem); color: white; line-height: 1; margin-bottom: 24px; max-width: 750px; }
.ind-hero h1 em { font-style: italic; color: rgba(255,255,255,0.4); }
.ind-hero p { font-size: 1.5rem; color: #fff; max-width: 580px; line-height: 1.75; margin-bottom: 36px; }
.ind-hero .ind-hero-text { margin-bottom: 56px; }
.ind-hero .ind-hero-text p:last-child { margin-bottom: 0; }
.ind-hero-content .btn { margin-top: 32px; }
.ind-hero .hero-stats { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 32px; }
.ind-hero .hero-stat-val { font-family: 'Inter Tight', sans-serif; font-weight: 900; font-size: 2rem; color: white; line-height: 1; }
.ind-hero .hero-stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.6); margin-top: 4px; }

.ind-hero-graphic {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.1);
}
.ind-hero-placeholder {
  font-size: 8rem;
  opacity: 0.5;
}
.ind-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* PROBLEM SECTION */
.ind-problem {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: stretch;
}
.ind-problem > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ind-problem h2 { margin-bottom: 20px; }
.ind-problem > div > p { color: var(--muted); font-size: 1.5rem; line-height: 1.8; margin-bottom: 16px; }
.ind-problem .ind-challenge-content p { font-size: 1.5rem; }
.ind-problem .ind-challenge-content { margin-bottom: 40px; }
.ind-problem .ind-challenge-content p:last-child { margin-bottom: 0; }
.ind-problem > div > .btn { margin-top: 36px; }
.pain-list { display: flex; flex-direction: column; gap: 14px; }
.pain-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: white;
  border-radius: 16px;
  padding: 20px 24px;
  border: 1px solid rgba(61,43,31,0.07);
}
.pain-x {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #fee2e0;
  color: var(--red);
  font-weight: 900;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pain-item h4 { font-size: 0.92rem; color: var(--brown); margin-bottom: 4px; }
.pain-item p { font-size: 0.95rem; color: var(--muted); line-height: 1.55; margin: 0; }

/* WHAT'S INCLUDED — Services color scheme */
.ind-included { width: 100%; box-sizing: border-box; padding: 80px 64px; background: #EDE8DF; }
.ind-included-header { margin-bottom: 48px; }
.ind-included-header .section-label { margin-bottom: 16px; }
.ind-included h2 { margin-bottom: 20px; color: #3A3026; }
.ind-included-desc { color: #717171; font-size: 1.25rem; line-height: 1.8; margin-bottom: 48px; }
.ind-included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
  min-width: 0;
}
.inc-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  background: #FFFFFF;
  border-radius: 0;
  padding: 40px 36px;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(61,43,31,0.07);
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.inc-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(61,43,31,0.08); }
.inc-card-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  opacity: 0.05;
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.inc-card-icon svg {
  width: 100%;
  height: 100%;
}
.inc-card-icon i {
  font-size: 12rem;
}
.inc-card h3,
.inc-card p {
  position: relative;
  z-index: 1;
}
.inc-card h3 { font-size: 1.2rem; color: #3A3026; margin-bottom: 12px; }
.inc-card p { font-size: 1.1rem; color: #717171; line-height: 1.65; }

/* OUR E-COMMERCE EMAIL MARKETING SERVICES — Services color scheme */
.ind-services {
  padding: 80px 64px;
  background: #EDE8DF;
  text-align: center;
}
.ind-services-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: #3A3026;
  margin-bottom: 20px;
}
.ind-services-subtitle {
  color: #717171;
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto 48px;
}
.ind-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  text-align: left;
}
.ind-svc-card {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid rgba(61,43,31,0.06);
  transition: all 0.2s;
}
.ind-svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(61,43,31,0.08);
}
.ind-svc-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 320px;
  opacity: 0.05;
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(15%, -15%);
  pointer-events: none;
}
.ind-svc-icon svg {
  width: 100%;
  height: 100%;
}
.ind-svc-card h3,
.ind-svc-card > p,
.ind-svc-card ul {
  position: relative;
  z-index: 1;
}
.ind-svc-card h3 {
  font-size: 1.75rem;
  color: #3A3026;
  margin-bottom: 12px;
}
.ind-svc-card > p {
  font-size: 1rem;
  color: #717171;
  line-height: 1.6;
  margin-bottom: 16px;
}
.ind-svc-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ind-svc-card ul li {
  font-size: 1rem;
  color: #717171;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}
.ind-svc-card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}

/* MINI CASE STUDY */
.ind-case {
  padding: 80px 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.case-result {
  background: var(--red);
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.case-metric { display: flex; align-items: baseline; gap: 12px; }
.case-metric-val { font-family: 'Inter Tight', sans-serif; font-weight: 900; font-size: 3.5rem; color: white; line-height: 1; }
.case-metric-label { font-size: 0.88rem; color: #fff; }
.case-text .section-label { margin-bottom: 16px; }
.case-text h2 { margin-bottom: 16px; }
.case-text p { color: var(--muted); font-size: 1rem; line-height: 1.8; margin-bottom: 16px; }
.case-quote {
  background: var(--cream-dark);
  border-left: 3px solid var(--red);
  padding: 16px 20px;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  font-size: 0.92rem;
  color: var(--brown);
  line-height: 1.6;
  margin-top: 20px;
}
.case-quote-author { font-size: 0.75rem; color: var(--muted); font-style: normal; margin-top: 8px; }

/* OTHER INDUSTRIES */
.ind-other { padding: 80px 0px; }
.ind-other h2 { margin-bottom: 40px; }
.other-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.other-card {
  text-decoration: none;
  display: block;
  padding: 32px;
  background: white;
  border: 1px solid rgba(61,43,31,0.08);
  border-radius: 16px;
  transition: all 0.2s;
}
.other-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(61,43,31,0.08); border-color: var(--red); }
.other-card:hover .other-link { color: var(--red); }
.other-card h3 { font-size: 1.2rem; color: var(--brown); margin-bottom: 12px; }
.other-card p { font-size: 0.95rem; color: var(--muted); line-height: 1.6; margin-bottom: 16px; }
.other-link { font-size: 0.88rem; font-weight: 700; color: var(--brown); transition: color 0.2s; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .ind-hero { grid-template-columns: 1fr; }
  .ind-hero-content { padding: 48px 24px; }
  .ind-hero-graphic { min-height: 120px; }
  .ind-hero-placeholder { font-size: 4rem; }
  .ind-problem,
  .ind-included,
  .ind-services,
  .ind-case,
  .ind-other { padding: 48px 24px; }
  .ind-problem,
  .ind-case { grid-template-columns: 1fr; }
  .ind-included-grid,
  .ind-services-grid,
  .other-grid { grid-template-columns: 1fr; }
  .inc-card { aspect-ratio: auto; }
  .page-cta-full { padding: 48px 24px; }
}
