@charset "UTF-8";
/* 전역 변수 */
:root {
  --color-main: #2563EB;
  --color-sub: #1e293b;
  --color-error: #ef4444;
  --color-gray: #94a3b8;
  --color-base: #334155;
  --color-border: #e2e8f0;
  --color-grad: linear-gradient(135deg, #2563EB, #38BDF8);
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.point {
  color: var(--color-error) !important;
}

.dim {
  color: var(--color-gray) !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

/* ELLIPSIS */
/*
 * 파일명 : main.scss
 * 역할   : 메인페이지 레이아웃 (비주얼 및 보험료 계산기 컴포넌트)
 */
.visual {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background: radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.35), transparent 18%), radial-gradient(circle at 90% 65%, rgba(56, 189, 248, 0.38), transparent 24%), linear-gradient(135deg, #2563eb 0%, #1d4ed8 46%, #38bdf8 100%);
  padding: 5rem 0;
}
@media screen and (max-width: 1200px) {
  .visual {
    padding: 3rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .visual {
    padding: 2rem 1rem;
  }
}
.visual__inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1200px) {
  .visual__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.visual__content {
  width: 60%;
  height: auto;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .visual__content {
    width: 100%;
  }
}
.visual__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.visual__badge i {
  font-size: 0.85rem;
}
.visual__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .visual__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .visual__title {
    font-size: 1.8rem;
  }
}
.visual__title strong {
  font-weight: 800;
  color: #facc15;
}
.visual__desc {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 2.5rem;
  word-break: keep-all;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .visual__desc {
    font-size: 0.95rem;
    margin-bottom: 1.8rem;
  }
}
.visual__cards {
  display: flex;
  gap: 12px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .visual__cards {
    flex-direction: column;
    gap: 8px;
  }
}
.visual__item {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
  backdrop-filter: blur(5px);
}
.visual__item .subject {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.visual__item .sub {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}
.visual__recom {
  width: 40%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .visual__recom {
    width: 100%;
  }
}
.visual__recom .inner {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.5rem 2rem;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.15);
}
@media screen and (max-width: 767px) {
  .visual__recom .inner {
    padding: 2rem 1.5rem;
  }
}
.visual__recom .title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--color-sub);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2rem;
}
.visual__recom .title i {
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .visual__recom .title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
.visual__recom .list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.visual__recom .list li {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f8fafc;
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  padding: 1rem 1.2rem;
  box-sizing: border-box;
}
.visual__recom .list li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  color: var(--color-main);
  font-size: 1.1rem;
  flex-shrink: 0;
}
.visual__recom .list li .txt {
  font-weight: 700;
  color: var(--color-base);
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .visual__recom .list li .txt {
    font-size: 0.9rem;
  }
}

.calc {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background-color: #f8fafc;
  padding: 5rem 0;
}
@media screen and (max-width: 1200px) {
  .calc {
    padding: 4rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .calc {
    padding: 3rem 1rem;
  }
}
.calc__inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .calc__inner {
    gap: 2rem;
  }
}
.calc__inner.is-result .calc__form {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .calc__inner.is-result .calc__form {
    width: 100%;
  }
}
.calc__inner.is-result .calc__result {
  display: flex;
  width: 50%;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1200px) {
  .calc__inner.is-result .calc__result {
    width: 100%;
  }
}
.calc__head {
  text-align: center;
}
.calc__head .badge {
  display: inline-block;
  background-color: rgba(37, 99, 235, 0.1);
  color: var(--color-main);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.calc__head .title {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-sub);
  margin-bottom: 0.8rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .calc__head .title {
    font-size: 1.4rem;
  }
}
.calc__head .desc {
  color: var(--color-gray);
  font-weight: 500;
}
.calc__content {
  width: 100%;
  display: flex;
  gap: 2rem;
  align-items: stretch;
}
@media screen and (max-width: 1200px) {
  .calc__content {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.calc__form {
  width: 50%;
  transition: width 0.4s ease;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .calc__form {
    width: 100%;
  }
}
.calc__form .inner {
  flex: 1;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .calc__form .inner {
    padding: 2rem;
  }
}
.calc__form .group {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.calc__form .label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-sub);
}
.calc__form .input-wrap {
  position: relative;
  width: 100%;
}
.calc__form .input-wrap i {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-main);
  font-size: 1.1rem;
}
.calc__form .input-wrap input {
  width: 100%;
  height: 56px;
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  padding: 0 1rem 0 3rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-sub);
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.calc__form .input-wrap input:focus {
  border-color: var(--color-main);
  outline: none;
}
.calc__form .radio-box,
.calc__form .plan-box {
  display: flex;
  gap: 12px;
  width: 100%;
}
.calc__form .radio-box .radio,
.calc__form .radio-box .plan,
.calc__form .plan-box .radio,
.calc__form .plan-box .plan {
  flex: 1;
  cursor: pointer;
}
.calc__form .radio-box .radio input,
.calc__form .radio-box .plan input,
.calc__form .plan-box .radio input,
.calc__form .plan-box .plan input {
  display: none;
}
.calc__form .radio-box .radio span,
.calc__form .radio-box .radio .box,
.calc__form .radio-box .plan span,
.calc__form .radio-box .plan .box,
.calc__form .plan-box .radio span,
.calc__form .plan-box .radio .box,
.calc__form .plan-box .plan span,
.calc__form .plan-box .plan .box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-base);
  background-color: #fff;
  transition: all 0.2s ease;
}
.calc__form .radio-box .radio span i,
.calc__form .radio-box .radio .box i,
.calc__form .radio-box .plan span i,
.calc__form .radio-box .plan .box i,
.calc__form .plan-box .radio span i,
.calc__form .plan-box .radio .box i,
.calc__form .plan-box .plan span i,
.calc__form .plan-box .plan .box i {
  color: var(--color-main);
  transition: color 0.2s;
}
.calc__form .radio-box .radio input:checked + span,
.calc__form .radio-box .radio input:checked + .box,
.calc__form .radio-box .plan input:checked + span,
.calc__form .radio-box .plan input:checked + .box,
.calc__form .plan-box .radio input:checked + span,
.calc__form .plan-box .radio input:checked + .box,
.calc__form .plan-box .plan input:checked + span,
.calc__form .plan-box .plan input:checked + .box {
  background: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}
.calc__form .radio-box .radio input:checked + span i,
.calc__form .radio-box .radio input:checked + .box i,
.calc__form .radio-box .plan input:checked + span i,
.calc__form .radio-box .plan input:checked + .box i,
.calc__form .plan-box .radio input:checked + span i,
.calc__form .plan-box .radio input:checked + .box i,
.calc__form .plan-box .plan input:checked + span i,
.calc__form .plan-box .plan input:checked + .box i {
  color: #fff;
}
.calc__form {
  /* 수정 사항 : 모바일 플랜 버튼 정렬 유연화 및 디테일 보정 */
}
@media screen and (max-width: 767px) {
  .calc__form .plan-box {
    flex-direction: column;
  }
}
.calc__form .plan-box .plan .box {
  height: auto;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .calc__form .plan-box .plan .box {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.calc__form .plan-box .plan .box i {
  font-size: 1.5rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .calc__form .plan-box .plan .box i {
    font-size: 1rem;
  }
}
.calc__form .plan-box .plan .box strong {
  font-size: 1.1rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .calc__form .plan-box .plan .box strong {
    font-size: 0.85rem;
    word-break: keep-all;
  }
}
.calc__form .plan-box .plan .box em {
  font-size: 0.85rem;
  font-weight: 500;
  opacity: 0.7;
}
.calc__form .notice {
  font-size: 0.85rem;
  color: var(--color-gray);
  font-weight: 500;
  margin-top: auto;
}
.calc__form .submit {
  width: 100%;
  height: 60px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 55%, #1e40af 100%);
  border: none;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.25);
  transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
  .calc__form .submit {
    font-size: 1rem;
  }
}
.calc__form .submit:active {
  transform: scale(0.99);
}
.calc__result {
  display: none;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.calc__result .inner {
  flex: 1;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 55%, #1e40af 100%);
  border-radius: 2rem;
  padding: 2.5rem;
  color: #fff;
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .calc__result .inner {
    padding: 2rem;
  }
}
.calc__result .label {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0.9;
}
.calc__result .price {
  font-size: 3.2rem;
  font-weight: 900;
  color: #facc15;
  margin-bottom: 0.5rem;
}
.calc__result .price .unit {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .calc__result .price {
    font-size: 2.5rem;
  }
}
.calc__result .box {
  border-radius: 1rem;
  padding: 1.5rem;
}
.calc__result .box .title {
  font-size: 0.95rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}
.calc__result .box .list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.calc__result .box .list li {
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
  opacity: 0.95;
}
.calc__result .box--blue {
  background-color: rgba(15, 23, 42, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.calc__result .box--blue .title {
  color: #facc15;
}
.calc__result .box--blue .list li {
  color: rgba(255, 255, 255, 0.85);
}
.calc__result .box {
  /* 수정 사항 : 피드백 반영 시안 매칭 정밀 스펙 (왼쪽 바, 배경색 및 정렬 변경) */
}
.calc__result .box--white {
  background-color: #fff5f5;
  border: 1px solid #fee2e2;
  border-left: 6px solid #dc2626;
  padding: 1.5rem;
  text-align: left;
}
.calc__result .box--white .title {
  color: #dc2626;
  font-size: 0.85rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.calc__result .box--white .title i {
  color: #dc2626;
}
.calc__result .box--white .list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 0;
}
.calc__result .box--white .list li {
  color: #dc2626;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  opacity: 1;
  word-break: keep-all;
}
.calc__result .cards {
  display: flex;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .calc__result .cards {
    flex-direction: column;
  }
}
.calc__result .cards .item {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 1rem 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.calc__result .cards .item .tit {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 4px;
}
.calc__result .cards .item .val {
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
}
.calc__result .foot {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  line-height: 1.4;
}

.cs {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background-color: #f8fafc;
  padding: 3rem 0;
}
@media screen and (max-width: 1200px) {
  .cs {
    padding: 2.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .cs {
    padding: 1.5rem 1rem;
  }
}
.cs__inner {
  width: 100%;
  max-width: 1200px;
}
.cs__inner .inner {
  background-color: #fff;
  border: 2px solid var(--color-main);
  border-radius: 2rem;
  padding: 2.5rem;
  box-shadow: 0 15px 40px rgba(37, 99, 235, 0.08);
}
@media screen and (max-width: 1200px) {
  .cs__inner .inner {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .cs__inner .inner {
    border-radius: 1rem;
  }
}
.cs__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-main);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .cs__title {
    font-size: 1rem;
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
  }
}
.cs {
  /* 규칙 반영: Grid를 배제하고 Flex와 가로폭 수치로만 제어 */
}
.cs__form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .cs__form {
    gap: 16px 12px;
  }
}
@media screen and (max-width: 767px) {
  .cs__form {
    gap: 12px 0;
  }
}
.cs__form .group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: calc((100% - 60px) / 6);
}
@media screen and (max-width: 1200px) {
  .cs__form .group {
    width: calc((100% - 24px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .cs__form .group {
    width: 100%;
  }
}
.cs__form .label {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--color-sub);
  padding-left: 2px;
}
.cs__form .input-wrap {
  width: 100%;
}
.cs__form .input-wrap input {
  width: 100%;
  height: 48px;
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  padding: 0 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-sub);
  box-sizing: border-box;
  background-color: #fff;
  transition: border-color 0.2s;
}
@media screen and (max-width: 767px) {
  .cs__form .input-wrap input {
    height: 44px;
    padding: 0 0.6rem;
    font-size: 0.85rem;
  }
}
.cs__form .input-wrap input:focus {
  border-color: var(--color-main);
  outline: none;
}
.cs__form .radio-box {
  display: flex;
  gap: 6px;
  width: 100%;
}
.cs__form .radio-box .radio {
  flex: 1;
  cursor: pointer;
}
.cs__form .radio-box .radio input {
  display: none;
}
.cs__form .radio-box .radio span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #94a3b8;
  background-color: #fff;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .cs__form .radio-box .radio span {
    height: 44px;
    font-size: 0.85rem;
  }
}
.cs__form .radio-box .radio input:checked + span {
  background: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}
.cs__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .cs__foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cs__foot {
    margin-top: 1.2rem;
    gap: 1.2rem;
  }
}
.cs__agree {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .cs__agree {
    width: 100%;
    justify-content: space-between;
  }
}
.cs__agree .check-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.cs__agree .check-label input {
  display: none;
}
.cs__agree .check-label .custom-check {
  width: 18px;
  height: 18px;
  border: 2px solid var(--color-gray);
  border-radius: 4px;
  position: relative;
  transition: all 0.2s;
}
.cs__agree .check-label .custom-check::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  display: none;
}
.cs__agree .check-label input:checked + .custom-check {
  background-color: var(--color-main);
  border-color: var(--color-main);
}
.cs__agree .check-label input:checked + .custom-check::after {
  display: block;
}
.cs__agree .check-label .txt {
  font-size: 0.88rem;
  font-weight: 700;
  color: #475569;
}
@media screen and (max-width: 767px) {
  .cs__agree .check-label .txt {
    font-size: 0.8rem;
  }
}
.cs__agree .btn-link {
  background: none;
  border: none;
  color: var(--color-main);
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cs__agree .btn-link {
    font-size: 0.8rem;
  }
}
.cs__buttons {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .cs__buttons {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cs__buttons {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.cs__buttons .btn-submit {
  height: 54px;
  padding: 0 1.8rem;
  border: none;
  border-radius: 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.15s;
}
@media screen and (max-width: 1200px) {
  .cs__buttons .btn-submit {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .cs__buttons .btn-submit {
    width: 100%;
    height: 48px;
    flex: auto;
    font-size: 0.9rem;
    padding: 0 1rem;
  }
}
.cs__buttons .btn-submit:active {
  transform: scale(0.98);
}
.cs__buttons .btn-submit--dark {
  background-color: #475569;
  box-shadow: 0 4px 15px rgba(71, 85, 105, 0.2);
}
.cs__buttons .btn-submit--kakao {
  background-color: #fee500;
  color: #191919;
  box-shadow: 0 4px 15px rgba(254, 229, 0, 0.25);
}

.coverage {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background-color: #f8fafc;
  padding: 5rem 0;
}
@media screen and (max-width: 1200px) {
  .coverage {
    padding: 4rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .coverage {
    padding: 3rem 1rem;
  }
}
.coverage__inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .coverage__inner {
    gap: 2rem;
  }
}
.coverage__head {
  text-align: center;
}
.coverage__head .badge {
  display: inline-block;
  background-color: rgba(37, 99, 235, 0.1);
  color: var(--color-main);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.coverage__head .title {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-sub);
  margin-bottom: 0.8rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .coverage__head .title {
    font-size: 1.4rem;
    word-break: keep-all;
    text-wrap: balance;
  }
}
.coverage__head .desc {
  font-size: 1.05rem;
  color: var(--color-gray);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .coverage__head .desc {
    font-size: 0.9rem;
    word-break: keep-all;
    text-wrap: balance;
  }
}
.coverage__cards {
  width: 100%;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .coverage__cards {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .coverage__cards {
    flex-direction: column;
    gap: 14px;
  }
}
.coverage__cards .item {
  width: calc((100% - 48px) / 3);
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.5rem 2rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .coverage__cards .item {
    width: calc((100% - 32px) / 3);
    padding: 2rem 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .coverage__cards .item {
    width: 100%;
    padding: 1.8rem 1.5rem;
  }
}
.coverage__cards .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.06);
}
.coverage__cards .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: rgba(37, 99, 235, 0.08);
  border-radius: 12px;
  color: var(--color-main);
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .coverage__cards .icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.coverage__cards .subject {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-sub);
  margin-bottom: 0.8rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .coverage__cards .subject {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
}
.coverage__cards .txt {
  font-size: 0.95rem;
  color: var(--color-base);
  line-height: 1.6;
  font-weight: 500;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .coverage__cards .txt {
    font-size: 0.85rem;
  }
}