/* ===== InnerCube Hero Section ===== */
.ic-hero {
  text-align: center;
  background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)),
              url('../images/innercube_bg.jpg') center/cover no-repeat;
  background-attachment: fixed; 
  color: #fff;
  padding: 120px 20px 100px;
}
.ic-title {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.ic-subtitle {
  font-size: 1.25rem;
  opacity: 0.95;
  line-height: 1.6;
}

/* ===== How It Works Section ===== */
.ic-steps {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
}

.ic-steps-title {
  font-size: 1.8rem;
  margin-bottom: 40px;
  color: #444;
  font-weight: 600;
}

.ic-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  text-align: left;
  max-width: 950px;
  margin: 0 auto;
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding: 40px 0;
}

.ic-step {
  position: relative;
  padding: 10px 0 10px 10px;
  border-left: 3px solid rgba(43,77,69,0.15);
}

.ic-step h3 {
  color: #2b4d45;
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.ic-step p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 8px;
}

/* ===== Tally Embed Section ===== */
.ic-body {
  padding: 60px 20px;
  background: #f7f8f9;
}

.ic-body iframe {
  width: 100%;
  min-height: 80vh;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  background: #fff;
  display: block;
}

/* ===== Info Section Below Form ===== */
.ic-info {
  text-align: center;
  padding: 60px 20px 100px;
  background: #fff;
  color: #444;
  font-size: 1.1rem;
  line-height: 1.7;
}

.ic-wrap {
  max-width: 900px;
  margin: 0 auto;
}
