/* ============================================================
   Ideation Assessment Methods — ideation-assessment-methods.css
   ============================================================ */

/* ---- Hero ---- */
.iam-hero {
  position: relative;
  min-height: 440px;
  background: linear-gradient(135deg, #072536 0%, #0d4d6d 52%, #0a3a54 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.iam-hero::before {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13,166,224,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.iam-hero-content {
  text-align: center;
  padding: 72px 24px;
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
}
.iam-hero .section-tag {
  background: rgba(255,255,255,0.15) !important;
  color: rgba(255,255,255,0.85) !important;
  margin-bottom: 20px;
}
.iam-hero-title {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 18px;
  font-family: 'Lato', sans-serif;
}
.iam-hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
  margin: 0 auto 32px;
  max-width: 620px;
}

/* ---- Intro ---- */
.iam-intro {
  background: linear-gradient(120deg, #eef7fd 0%, #dff0fb 100%);
  border-left: 4px solid #0da6e0;
  border-radius: 0 12px 12px 0;
  padding: 22px 28px;
  margin: 40px 0 52px;
  font-size: 15px;
  line-height: 1.9;
  color: #3a4a56;
  -webkit-box-shadow: 0 2px 12px rgba(13,166,224,0.08);
          box-shadow: 0 2px 12px rgba(13,166,224,0.08);
}
.iam-intro p { margin: 0; }
.iam-intro strong { color: #0da6e0; font-weight: 700; }

/* ---- Overview grid (4 method cards) ---- */
.iam-overview-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
      grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 64px;
}
.iam-overview-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e8edf3;
  padding: 28px 22px;
  text-align: center;
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.05);
          box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  -webkit-transition: -webkit-box-shadow 0.22s, -webkit-transform 0.2s;
          transition: box-shadow 0.22s, transform 0.2s;
  cursor: default;
}
.iam-overview-card:hover {
  -webkit-box-shadow: 0 8px 28px rgba(13,166,224,0.12);
          box-shadow: 0 8px 28px rgba(13,166,224,0.12);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.iam-overview-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #dff2fc 0%, #b3e2f7 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  color: #0da6e0;
  margin: 0 auto 16px;
  -webkit-transition: background 0.25s, color 0.25s;
          transition: background 0.25s, color 0.25s;
}
.iam-overview-card:hover .iam-overview-icon {
  background: linear-gradient(135deg, #0da6e0 0%, #0b8ec0 100%);
  color: #fff;
}
.iam-overview-card h3 {
  font-size: 15px;
  font-weight: 800;
  color: #12253a;
  margin: 0 0 6px;
  font-family: 'Lato', sans-serif;
}
.iam-overview-card p {
  font-size: 13px;
  color: #888;
  line-height: 1.6;
  margin: 0;
}

/* ---- Section spacing ---- */
.iam-section { padding: 64px 0; }
.iam-section-alt { background: #f8f9fb; }
.iam-section + .iam-section { border-top: 1px solid #f0f4f8; }
.iam-section-alt + .iam-section,
.iam-section + .iam-section-alt { border-top: none; }

/* ---- Section number badge ---- */
.iam-method-num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0da6e0 0%, #0b8ec0 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  margin-bottom: 14px;
}

/* ---- Section header ---- */
.iam-section-hdr { margin-bottom: 20px; }
.iam-section-hdr h2 {
  font-size: 26px;
  font-weight: 800;
  color: #12253a;
  margin: 0 0 12px;
  font-family: 'Lato', sans-serif;
}
.iam-section-hdr p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.82;
  margin: 0 0 14px;
}

/* ---- Two-column CSS Grid for image sections ---- */
.iam-method-grid {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.iam-method-grid-img-left  { -ms-grid-columns: 1fr 3rem 1.3fr; grid-template-columns: 1fr 1.3fr; }
.iam-method-grid-img-right { -ms-grid-columns: 1.3fr 3rem 1fr; grid-template-columns: 1.3fr 1fr; }

.iam-method-img {
  width: 100%;
  border-radius: 14px;
  -webkit-box-shadow: 0 8px 32px rgba(0,0,0,0.12);
          box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  display: block;
}

/* ---- Icon-only sections (methods without images) ---- */
.iam-icon-panel {
  background: linear-gradient(135deg, #072536 0%, #0d4d6d 52%, #0a3a54 100%);
  border-radius: 20px;
  padding: 52px 48px;
  -webkit-box-shadow: 0 16px 48px rgba(7,37,54,0.22);
          box-shadow: 0 16px 48px rgba(7,37,54,0.22);
}
.iam-icon-panel-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 2rem 1fr;
      grid-template-columns: 100px 1fr;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.iam-icon-panel-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  color: #0da6e0;
}
.iam-icon-panel .iam-method-num {
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.2);
}
.iam-icon-panel .iam-section-hdr h2 { color: #fff; }
.iam-icon-panel .iam-section-hdr p  { color: rgba(255,255,255,0.72); }

/* ---- Checklist ---- */
.iam-checklist {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.iam-checklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  font-size: 14px;
  color: #4a5568;
  line-height: 1.65;
  margin-bottom: 10px;
}
.iam-icon-panel .iam-checklist li { color: rgba(255,255,255,0.78); }
.iam-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(13,166,224,0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  margin-top: 2px;
}
.iam-icon-panel .iam-check { background: rgba(255,255,255,0.15); }
.iam-check i { font-size: 9px; color: #0da6e0; }
.iam-icon-panel .iam-check i { color: #7de3ff; }

/* ---- CTA box ---- */
.iam-cta-box {
  background: linear-gradient(135deg, #0a3a54 0%, #0d5c82 100%);
  border-radius: 20px;
  padding: 60px 48px;
  text-align: center;
  -webkit-box-shadow: 0 18px 52px rgba(7,37,54,0.24);
          box-shadow: 0 18px 52px rgba(7,37,54,0.24);
  margin: 16px 0 52px;
}
.iam-cta-box .section-tag {
  background: rgba(255,255,255,0.1) !important;
  color: rgba(255,255,255,0.78) !important;
  margin-bottom: 14px;
}
.iam-cta-box h2 {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 14px;
  font-family: 'Lato', sans-serif;
}
.iam-cta-box p {
  font-size: 15px;
  color: rgba(255,255,255,0.72);
  margin: 0 auto 28px;
  max-width: 560px;
  line-height: 1.7;
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .iam-hero-title { font-size: 34px; }
  .iam-overview-grid { grid-template-columns: repeat(2, 1fr); }
  .iam-method-grid-img-left,
  .iam-method-grid-img-right { grid-template-columns: 1fr; }
  .iam-icon-panel { padding: 40px 32px; }
  .iam-cta-box { padding: 44px 28px; }
}
@media (max-width: 768px) {
  .iam-hero { min-height: 360px; }
  .iam-hero-title { font-size: 26px; }
  .iam-hero-sub { font-size: 14px; }
  .iam-section { padding: 44px 0; }
  .iam-icon-panel { border-radius: 14px; padding: 32px 22px; }
  .iam-icon-panel-grid { grid-template-columns: 1fr; }
  .iam-cta-box { border-radius: 14px; padding: 36px 20px; }
  .iam-cta-box h2 { font-size: 22px; }
}
@media (max-width: 480px) {
  .iam-overview-grid { grid-template-columns: 1fr; }
}
