﻿.prep-layout {
  display: grid;
  gap: 1.2rem;
  align-items: start;
}

.prep-panel {
  border: 1px solid #d6dcf4;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 34px -30px rgba(58, 67, 136, 0.9);
  padding: 1rem;
}

.prep-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.58rem;
}

.prep-link {
  display: flex;
  align-items: flex-start;
  gap: 0.62rem;
  width: 100%;
  text-decoration: none;
  border: 1px solid #c3cbed;
  border-radius: 0.86rem;
  background: linear-gradient(130deg, #3a4388, #4652a3);
  color: #ffffff;
  padding: 0.64rem 0.84rem;
  font-weight: 800;
  font-size: 0.92rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.prep-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px -22px rgba(43, 51, 110, 0.95);
  filter: brightness(1.03);
}

.prep-icon {
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
}

.prep-link span:last-child {
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.prep-hero-image {
  min-height: 27rem;
}

.prep-note {
  margin: 0;
  color: #49558d;
  line-height: 1.72;
}

.service-lead {
  margin: 0;
  color: #4d578c;
  font-size: 1.02rem;
  line-height: 1.68;
}

.prep-callout {
  margin: 0;
  padding: 0.95rem 1rem;
  border-radius: 0.95rem;
  border: 1px solid #d0d7f2;
  background: #f7f8ff;
  color: #2b3574;
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 639px) {
  .prep-panel {
    padding: 0.82rem;
    border-radius: 1rem;
  }

  .prep-list {
    gap: 0.52rem;
  }

  .prep-link {
    font-size: 0.86rem;
    padding: 0.58rem 0.7rem;
  }

  .prep-hero-image {
    min-height: 16rem;
  }

  .prep-note {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .service-lead {
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .prep-callout {
    padding: 0.8rem 0.86rem;
    font-size: 0.9rem;
  }
}

@media (min-width: 1024px) {
  .prep-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
}
