/* ============================================================
   KOKOMO CAMPUS PAGE STYLES
   ============================================================ */

.sac-kokomo-hero,
.sac-kokomo-welcome,
.sac-kokomo-worship,
.sac-kokomo-expect,
.sac-kokomo-connect,
.sac-kokomo-map {
  --sac-purple: #514786;
  --sac-purple-dark: #2b2450;
  --sac-purple-light: #f0edf8;
  --sac-teal: #00796B;
  --sac-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

/* ── Hero ── */
.sac-kokomo-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sac-kokomo-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,16,53,0.85) 0%, rgba(43,36,80,0.75) 50%, rgba(61,52,112,0.65) 100%);
}
.sac-kokomo-hero__content {
  position: relative;
  z-index: 2;
  padding: 120px 24px 80px;
  max-width: 720px;
}
.sac-kokomo-hero__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
}
.sac-kokomo-hero__title {
  font-size: clamp(36px, 6vw, 58px);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 20px;
}
.sac-kokomo-hero__sub {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  margin: 0 0 32px;
  max-width: 560px;
}
.sac-kokomo-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sac-kokomo-btn--white {
  display: inline-block;
  background: #fff;
  color: var(--sac-purple-dark);
  font-weight: 800;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  transition: transform .2s, box-shadow .2s;
}
.sac-kokomo-btn--white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  text-decoration: none;
}
.sac-kokomo-btn--outline-white {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  padding: 12px 26px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: border-color .2s, background .2s;
}
.sac-kokomo-btn--outline-white:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
  text-decoration: none;
}
.sac-kokomo-hero__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.sac-kokomo-hero__meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
}
.sac-kokomo-hero__meta-item svg { opacity: .6; flex-shrink: 0; }
.sac-kokomo-hero__meta-divider {
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,0.25);
}

/* ── Welcome ── */
.sac-kokomo-welcome {
  padding: 100px 0;
  background: #fff;
}
.sac-kokomo-welcome__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.sac-kokomo-welcome__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--sac-purple);
  margin-bottom: 12px;
}
.sac-kokomo-welcome__text h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 20px;
}
.sac-kokomo-welcome__text p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 16px;
}
.sac-kokomo-welcome__stats {
  display: flex;
  gap: 32px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 2px solid var(--sac-purple-light);
}
.sac-kokomo-welcome__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sac-kokomo-welcome__stat strong {
  font-size: 28px;
  font-weight: 900;
  color: var(--sac-purple);
}
.sac-kokomo-welcome__stat span {
  font-size: 12px;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.sac-kokomo-welcome__img-stack {
  position: relative;
}
.sac-kokomo-welcome__img-main {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--sac-shadow);
}
.sac-kokomo-welcome__img-main img {
  width: 100%;
  height: auto;
  display: block;
}
.sac-kokomo-welcome__img-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: var(--sac-purple);
  color: #fff;
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(81,71,134,0.3);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

/* ── Worship ── */
.sac-kokomo-worship {
  padding: 100px 0;
  background: #fafafa;
}
.sac-kokomo-worship__header {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 60px;
}
.sac-kokomo-worship__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--sac-purple);
  margin-bottom: 12px;
}
.sac-kokomo-worship__header h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 14px;
}
.sac-kokomo-worship__header p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
.sac-kokomo-worship__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.sac-kokomo-worship__card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: var(--sac-shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 3px solid var(--sac-purple);
  transition: transform .3s;
}
.sac-kokomo-worship__card:hover { transform: translateY(-3px); }
.sac-kokomo-worship__card-icon {
  width: 56px;
  height: 56px;
  background: var(--sac-purple-light);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sac-purple);
  margin-bottom: 4px;
}
.sac-kokomo-worship__card-day {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--sac-purple);
}
.sac-kokomo-worship__card-time {
  font-size: 18px;
  font-weight: 900;
  color: #222;
}
.sac-kokomo-worship__card h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}
.sac-kokomo-worship__card p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
.sac-kokomo-worship__card-features {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sac-kokomo-worship__card-features li {
  font-size: 13px;
  color: #444;
  padding-left: 16px;
  position: relative;
}
.sac-kokomo-worship__card-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--sac-purple);
  font-weight: 700;
}

/* ── Expect ── */
.sac-kokomo-expect {
  padding: 100px 0;
  background: linear-gradient(135deg, #2b2450 0%, #514786 100%);
  color: #fff;
}
.sac-kokomo-expect__header {
  text-align: center;
  max-width: 580px;
  margin: 0 auto 60px;
}
.sac-kokomo-expect__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 12px;
}
.sac-kokomo-expect__header h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 14px;
  color: #fff;
}
.sac-kokomo-expect__header p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin: 0;
}
.sac-kokomo-expect__timeline {
  max-width: 760px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sac-kokomo-expect__step {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sac-kokomo-expect__step:last-child { border-bottom: none; }
.sac-kokomo-expect__step-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  flex-shrink: 0;
}
.sac-kokomo-expect__step-content h3 {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
}
.sac-kokomo-expect__step-content p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin: 0;
}
.sac-kokomo-expect__extras {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.sac-kokomo-expect__extra {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
}
.sac-kokomo-expect__extra svg {
  color: rgba(255,255,255,0.6);
  flex-shrink: 0;
  margin-top: 2px;
}
.sac-kokomo-expect__extra strong { color: #fff; }
.sac-kokomo-expect__extra a {
  color: #a78bfa;
  text-decoration: none;
}
.sac-kokomo-expect__extra a:hover { text-decoration: underline; }

/* ── Connect ── */
.sac-kokomo-connect {
  padding: 100px 0;
  background: #fff;
}
.sac-kokomo-connect__header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 60px;
}
.sac-kokomo-connect__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--sac-purple);
  margin-bottom: 12px;
}
.sac-kokomo-connect__header h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 14px;
}
.sac-kokomo-connect__header p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
.sac-kokomo-connect__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.sac-kokomo-connect__card {
  background: #fafafa;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #ede9f8;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .3s, box-shadow .3s;
}
.sac-kokomo-connect__card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sac-shadow);
}
.sac-kokomo-connect__card-num {
  font-size: 13px;
  font-weight: 900;
  color: var(--sac-purple);
  opacity: .5;
  letter-spacing: .05em;
}
.sac-kokomo-connect__card h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}
.sac-kokomo-connect__card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0;
  flex: 1;
}
.sac-kokomo-connect__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--sac-purple);
  text-decoration: none;
  margin-top: 8px;
  transition: gap .2s;
}
.sac-kokomo-connect__link:hover {
  gap: 12px;
  text-decoration: none;
}

/* ── Map ── */
.sac-kokomo-map {
  padding: 100px 0;
  background: #fafafa;
}
.sac-kokomo-map__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}
.sac-kokomo-map__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--sac-purple);
  margin-bottom: 12px;
}
.sac-kokomo-map__info h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 32px;
}
.sac-kokomo-map__detail {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.sac-kokomo-map__detail-icon {
  width: 40px;
  height: 40px;
  background: var(--sac-purple-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sac-purple);
  flex-shrink: 0;
}
.sac-kokomo-map__detail strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #999;
  margin-bottom: 4px;
}
.sac-kokomo-map__detail p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
.sac-kokomo-map__detail a {
  color: var(--sac-purple);
  text-decoration: none;
  font-weight: 600;
}
.sac-kokomo-map__detail a:hover { text-decoration: underline; }
.sac-kokomo-map__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.sac-kokomo-btn--primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--sac-purple);
  color: #fff;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  transition: background .2s, transform .2s;
}
.sac-kokomo-btn--primary:hover {
  background: var(--sac-purple-dark);
  transform: translateY(-1px);
  text-decoration: none;
}
.sac-kokomo-btn--outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--sac-purple);
  border: 2px solid var(--sac-purple);
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  transition: background .2s, color .2s;
}
.sac-kokomo-btn--outline:hover {
  background: var(--sac-purple);
  color: #fff;
  text-decoration: none;
}
.sac-kokomo-map__embed {
  border-radius: 20px;
  overflow: hidden;
  height: 480px;
  box-shadow: var(--sac-shadow);
}
.sac-kokomo-map__embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ── Responsive ── */
@media(max-width:900px) {
  .sac-kokomo-welcome__grid { grid-template-columns: 1fr; gap: 40px; }
  .sac-kokomo-worship__grid { grid-template-columns: 1fr; }
  .sac-kokomo-expect__extras { grid-template-columns: 1fr; }
  .sac-kokomo-connect__grid { grid-template-columns: 1fr; }
  .sac-kokomo-map__grid { grid-template-columns: 1fr; gap: 40px; }
  .sac-kokomo-map__embed { height: 320px; }
}
@media(max-width:640px) {
  .sac-kokomo-hero__content { padding: 80px 20px 60px; }
  .sac-kokomo-hero__meta { flex-direction: column; gap: 10px; align-items: flex-start; }
  .sac-kokomo-hero__meta-divider { display: none; }
  .sac-kokomo-welcome__stats { flex-direction: column; gap: 20px; }
  .sac-kokomo-expect__step { flex-direction: column; gap: 16px; }
}
