:root {
  --mobile-max-width: 680px;
  --bg: #005ca8;
  --card-gap: 2.2%;
  --cards-padding-x: 2.2%;
  --cards-padding-y: 2.1%;
  --card-width: calc((100% - var(--cards-padding-x) * 2 - var(--card-gap)) / 2);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Noto Sans KR", sans-serif;
  background: #e6eef6;
  color: #111;
  display: flex;
  justify-content: center;
}

.phone-preview {
  width: 100%;
  max-width: var(--mobile-max-width);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.top-header {
  height: 50px;
  background: #47bcff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-align: center;
}

.full-width-image {
  display: block;
  width: 100%;
  height: auto;
}

.hero-call {
  position: relative;
  container-type: inline-size;
}

.hero-call-text {
  position: absolute;
  z-index: 3;
  left: 18%;
  top: 23%;
  width: 64%;
  color: #960000;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  overflow: hidden;
}

.hero-call-text .line-top {
  display: block;
  font-size: 5.8cqw;
  margin-bottom: 1.2cqw;
  white-space: nowrap;
}

.hero-call-text .line-main {
  display: block;
  font-size: 15.6cqw;
  white-space: nowrap;
}

.hero-call-text .line-sub {
  display: block;
  font-size: 15.6cqw;
  margin-left: 20cqw;
  margin-top: -1cqw;
  white-space: nowrap;
}

.call-hotspot {
  position: absolute;
  left: 14%;
  top: 16%;
  width: 72%;
  height: 52%;
  z-index: 2;
  border-radius: 28px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
}

.staffing-banner-wrap {
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 5%;
  z-index: 3;
}

.staffing-banner {
  border: 5px solid #ffffff;
  border-radius: 34px;
  background: #0967c0;
  padding: 12px 16px 16px;
  text-align: center;
}

.staffing-title {
  color: #ffe223;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.02em;
  font-size: clamp(28px, 5.8vw, 56px);
  line-height: 1.04;
  white-space: nowrap;
}

.staffing-subtitle {
  margin-top: 6px;
  color: #eef5ff;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.01em;
  font-size: clamp(13px, 2.4vw, 24px);
  line-height: 1.2;
}

.staffing-call {
  margin-top: 12px;
  border-radius: 22px;
  background: #0547a8;
  padding: 10px 12px 12px;
  text-decoration: none;
  display: block;
}

.staffing-call-top {
  color: #ffe223;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.02em;
  font-size: clamp(24px, 4.4vw, 42px);
  line-height: 1.05;
}

.staffing-call-icon {
  color: inherit;
}

.staffing-call-icon::before {
  content: "☎";
}

.staffing-call-number {
  margin-top: 4px;
  color: #ffe223;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.01em;
  font-size: clamp(34px, 7vw, 68px);
  line-height: 1;
}

.section-two-copy {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: 3%;
  text-align: center;
  padding: 0 16px 8px;
}

.section-two-copy .title {
  display: block;
  font-size: 52px;
  line-height: 0.9;
  font-weight: 900;
  color: #1498ea;
  letter-spacing: -0.04em;
  text-shadow:
    0 2px 0 #004d8d,
    0 4px 0 #00345f,
    3px 5px 0 rgba(0, 0, 0, 0.18);
}

.section-two-copy .subtitle {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #121212;
}

.section-two-copy .subtitle .accent {
  color: #cb0048;
}

.cards {
  padding: var(--cards-padding-y) var(--cards-padding-x);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--card-gap);
  background: var(--bg);
}

.service-card {
  position: relative;
  aspect-ratio: 434 / 503;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7% 7.5% 0;
  text-align: center;
  color: #3a3a3a;
}

.service-card h3 {
  color: #0c63ad;
  font-size: clamp(20px, 3.6vw, 36px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.service-card p {
  margin-top: 5%;
  font-size: clamp(11px, 1.45vw, 16px);
  line-height: 1.25;
  letter-spacing: -0.015em;
  font-weight: 700;
}

.card-driving {
  background-image: url("./images/index_06.jpg");
}

.card-daily {
  background-image: url("./images/index_08.jpg");
}

.card-delivery {
  background-image: url("./images/index_12-06.jpg");
}

.card-business {
  background-image: url("./images/index_12.jpg");
}

.footer-strip {
  padding: var(--card-gap) var(--cards-padding-x) var(--cards-padding-y);
  background: var(--bg);
}

.bottom-info-card {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2%;
  padding: 0;
  color: #3a3a3a;
}

.bottom-info-text {
  width: 58%;
  padding: 8% 4% 6% 6%;
}

.bottom-info-card h3 {
  color: #0c63ad;
  font-size: clamp(28px, 4.6vw, 50px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.bottom-info-card p {
  margin-top: 6%;
  font-size: clamp(12px, 1.8vw, 20px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.bottom-info-image {
  display: block;
  width: 40%;
  object-fit: cover;
  object-position: center;
}

.bottom-contact {
  background: #ececec;
}

.contact-call-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 74px;
  padding: 10px 16px;
  background: #303032;
  border-top: 4px solid #04589e;
  flex-wrap: nowrap;
}

.contact-call-icon {
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1;
  transform: rotate(-12deg);
  flex: 0 0 auto;
  color: #ffffff;
}

.contact-call-icon::before {
  content: "☎";
  display: block;
}

.contact-call-number {
  color: #f1f1f1;
  font-size: clamp(30px, 6.2vw, 58px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.02em;
  white-space: nowrap;
  flex: 0 1 auto;
}

.contact-call-cta {
  margin-left: 34px;
  text-decoration: none;
  border-radius: 999px;
  background: #f6f6f7;
  color: #141b63;
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.01em;
  padding: 9px 14px 8px;
  flex: 0 0 auto;
}

.contact-info {
  padding: 14px 12px 18px;
  text-align: center;
}

.contact-info p {
  color: #2d2d2d;
  font-size: clamp(12px, 1.8vw, 20px);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contact-info p + p {
  margin-top: 4px;
}

@media (max-width: 360px) {
  .phone-preview {
    box-shadow: none;
  }
}
