/* OneTop24 메인 (/index2) — 기획안 v2 */
:root {
  --ot-navy: #061f4a;
  --ot-navy-2: #0b2d66;
  --ot-orange: #ff6a00;
  --ot-orange-2: #ff8a18;
  --ot-line: #e7edf5;
  --ot-text: #102345;
  --ot-muted: #63708a;
}

.index2-body:has(.ot-page) {
  margin: 0;
  background: #eef2f7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Malgun Gothic", sans-serif;
  color: var(--ot-text);
}

.ot-page .ot-orange { color: var(--ot-orange); }

.ot-page {
  max-width: 1100px;
  margin: 0 auto;
  background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
  border: 1px solid #dfe6f0;
  box-shadow: 0 18px 50px rgba(6, 31, 74, 0.12);
  overflow: hidden;
}

.ot-page__wrap { padding: 8px 44px 0; }

.ot-brand.ot-brand__link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

/* ===== TOP / HERO (1열 문구 + 2열 우측 비주얼) ===== */
.ot-top {
  display: block;
  padding-bottom: 8px;
}

.ot-top__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 32px;
  align-items: center;
  margin-top: 28px;
}
.ot-top__left .ot-hero-copy { margin-top: 0; }
.ot-top__left .ot-hero-cta {
  margin-top: 24px;
  text-align: left;
}
.ot-top__right {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ot-brand__img {
  width: auto;
  height: 165px;
  max-width: min(100%, 680px);
  object-fit: contain;
  object-position: left top;
  display: block;
  margin: 0;
}

.ot-hero-copy { margin-top: 32px; }
.ot-hero-copy h1 {
  margin: 0;
  color: var(--ot-navy);
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.22;
  letter-spacing: -2px;
  font-weight: 900;
}
.ot-hero-line2 {
  display: inline-block;
  white-space: nowrap;
}
.ot-hero-line2--desc {
  font-size: clamp(14px, 1.6vw, 17px);
  letter-spacing: -0.4px;
}
.ot-hero-copy p {
  margin: 22px 0 0;
  color: var(--ot-navy);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.ot-hero-copy__corp {
  margin-top: 20px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #fff8f3 0%, #fff 55%, #f4f8ff 100%);
  border: 1px solid #ffe0cc;
  border-left: 4px solid var(--ot-orange);
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.8;
  box-shadow: 0 6px 18px rgba(255, 106, 0, 0.08);
}
.ot-corp-tag {
  color: var(--ot-orange);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.5px;
}
.ot-corp-line {
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(14px, 1.5vw, 16px);
  letter-spacing: -0.35px;
}

.ot-hero-cta {
  margin: 28px 0 0;
  text-align: center;
}
.ot-top__left .ot-hero-cta { text-align: left; }
.ot-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ot-navy);
  color: #fff;
  border-radius: 999px;
  height: 44px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.2px;
}

/* 우측(2번) 트럭 + 대표 */
.ot-hero-scene {
  position: relative;
  width: 100%;
  min-height: 270px;
  overflow: hidden;
}
.ot-hero-truck {
  position: absolute;
  left: -6%;
  bottom: 0;
  margin: 0;
  width: 78%;
  max-width: 480px;
  z-index: 2;
  pointer-events: none;
}
.ot-hero-truck img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: bottom left;
  filter: drop-shadow(0 12px 16px rgba(6, 31, 74, 0.1));
}

.ot-hero-ceo {
  position: absolute;
  right: -4px;
  bottom: 0;
  margin: 0;
  width: 36%;
  max-width: 195px;
  height: 255px;
  z-index: 5;
  pointer-events: none;
}
.ot-hero-ceo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 14px 24px rgba(6, 31, 74, 0.2));
}

/* ===== SECTIONS ===== */
.ot-sec {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--ot-line);
  border-radius: 14px;
  padding: 28px 18px 18px;
  margin-top: 14px;
  position: relative;
  box-shadow: 0 4px 18px rgba(6, 31, 74, 0.04);
}

.ot-sec__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 900;
  color: var(--ot-navy);
  margin: 0 0 16px;
}
.ot-num {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: var(--ot-navy);
  color: #fff;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ot-grid-2 {
  display: grid;
  grid-template-columns: 2fr 0.95fr;
  gap: 14px;
}

.ot-cards3, .ot-cards4, .ot-service-grid {
  display: grid;
  gap: 14px;
}
.ot-cards3 { grid-template-columns: repeat(3, 1fr); }
.ot-cards4 { grid-template-columns: repeat(4, 1fr); }
.ot-service-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }

.ot-mini-card, .ot-strength-card, .ot-service-card {
  background: #fff;
  border: 1px solid var(--ot-line);
  border-radius: 12px;
  text-align: center;
  padding: 14px 14px 18px;
  box-shadow: 0 6px 14px rgba(6, 31, 74, 0.04);
}
.ot-service-card__illus {
  background: #eef1f5;
  border-radius: 12px;
  padding: 12px 10px;
  margin-bottom: 14px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ot-service-card__illus img {
  width: 100%;
  height: auto;
  max-height: 110px;
  object-fit: contain;
  display: block;
}
.ot-service-card:first-child .ot-service-card__illus img {
  max-height: 100px;
}
.ot-mini-card__icon { font-size: 36px; margin-bottom: 10px; }
.ot-mini-card h3, .ot-strength-card h3, .ot-service-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 900;
  color: var(--ot-navy);
}
.ot-mini-card p, .ot-strength-card p, .ot-service-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 600;
  color: var(--ot-navy-2);
}

.ot-menu-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}
.ot-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 22px 0 28px;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(255, 106, 0, 0.2);
}
.ot-action--orange {
  background: linear-gradient(90deg, var(--ot-orange), var(--ot-orange-2));
}
.ot-action--navy {
  background: linear-gradient(90deg, var(--ot-navy), #09295d);
  box-shadow: 0 10px 18px rgba(6, 31, 74, 0.16);
}
.ot-action--outline {
  background: #fff;
  color: var(--ot-navy);
  border: 2px solid var(--ot-navy);
  box-shadow: none;
  font-size: 15px;
  height: 48px;
}
.ot-action__arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: var(--ot-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.ot-action--navy .ot-action__arrow { color: var(--ot-navy); }
.ot-action--outline .ot-action__arrow {
  background: var(--ot-navy);
  color: #fff;
  font-size: 14px;
}

/* 서비스 일러스트 */
.ot-service-img {
  height: 100px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, #f9fbfd, #eef3f8);
  position: relative;
  overflow: hidden;
}
.ot-prop { position: absolute; }
.ot-fridge { left: 22px; bottom: 14px; width: 48px; height: 72px; background: linear-gradient(90deg, #eef2f6, #d9e0e7); border: 1px solid #c9d3df; border-radius: 4px; }
.ot-fridge::before { content: ""; position: absolute; top: 34px; left: 0; right: 0; height: 1px; background: #c5ced9; }
.ot-sofa { left: 78px; bottom: 16px; width: 88px; height: 36px; background: #c3c1bd; border-radius: 8px 8px 5px 5px; }
.ot-sofa::before { content: ""; position: absolute; left: -10px; bottom: 0; width: 18px; height: 28px; background: #b3b0aa; border-radius: 8px 4px 4px 6px; }
.ot-small-box { width: 34px; height: 28px; background: #c99252; border-radius: 3px; bottom: 14px; left: 68px; }
.ot-lamp { right: 24px; bottom: 12px; width: 22px; height: 68px; border-left: 3px solid #b7b8ba; }
.ot-lamp::before { content: ""; position: absolute; right: -10px; top: -4px; width: 22px; height: 11px; background: #f5a23f; border-radius: 10px 10px 2px 2px; transform: rotate(-25deg); }
.ot-desk { left: 48px; bottom: 20px; width: 110px; height: 36px; background: #c9a06b; border-radius: 4px; }
.ot-desk::before { content: ""; position: absolute; left: 16px; top: -36px; width: 46px; height: 30px; background: #27384f; border-radius: 3px; box-shadow: 0 36px 0 -14px #27384f; }
.ot-chair { left: 100px; bottom: 20px; width: 38px; height: 62px; border-radius: 8px 8px 4px 4px; border-left: 7px solid #202a3b; border-top: 34px solid #28364d; }
.ot-office-box1 { right: 36px; bottom: 22px; width: 40px; height: 34px; background: #c99252; border-radius: 3px; }
.ot-office-box2 { right: 22px; bottom: 54px; width: 34px; height: 28px; background: #d5a467; border-radius: 3px; }
.ot-service-img--moving .ot-blue-truck {
  left: 50%;
  bottom: 16px;
  transform: translateX(-52%);
  width: 178px;
  height: 72px;
}
.ot-blue-truck::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 48px;
  height: 42px;
  background: #0c4b88;
  border-radius: 14px 4px 4px 5px;
  z-index: 2;
}
.ot-blue-truck::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 0;
  width: 132px;
  height: 58px;
  background: #0a3b75;
  border-radius: 5px;
  z-index: 1;
}
.ot-service-img--moving .ot-wheel-a,
.ot-service-img--moving .ot-wheel-b {
  position: absolute;
  bottom: 0;
  width: 18px;
  height: 18px;
  background: #152235;
  border-radius: 50%;
  border: 3px solid #536176;
  z-index: 3;
}
.ot-service-img--moving .ot-wheel-a { left: 26px; }
.ot-service-img--moving .ot-wheel-b { left: 146px; }
.ot-service-img--moving .ot-truck-card-logo {
  left: 50%;
  top: 30px;
  transform: translateX(-38%);
  z-index: 5;
  color: #fff;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: -0.4px;
  white-space: nowrap;
}
.ot-truck-card-logo .ot-small { font-size: 0.75em; }
.ot-service-img--moving .ot-moving-box {
  right: 10px;
  bottom: 18px;
  width: 30px;
  height: 28px;
  background: #c99252;
  border-radius: 3px;
  z-index: 4;
}

.ot-lower-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 14px;
}
.ot-sec--visual-note {
  min-width: 0;
}
.ot-visual-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ot-visual-photo {
  margin: 0;
  text-align: center;
}
.ot-visual-photo img {
  width: 92%;
  max-width: 240px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(6, 31, 74, 0.1);
}
.ot-process-line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px 6px;
  margin-top: 8px;
}
.ot-step {
  text-align: center;
  position: relative;
  grid-column: span 2;
}
.ot-step:nth-child(1) { grid-column: 1 / 3; }
.ot-step:nth-child(2) { grid-column: 3 / 5; }
.ot-step:nth-child(3) { grid-column: 5 / 7; }
.ot-step:nth-child(4) { grid-column: 2 / 4; }
.ot-step:nth-child(5) { grid-column: 4 / 6; }
.ot-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -4px;
  top: 34px;
  color: #a1afc2;
  font-weight: 900;
}
.ot-step:nth-child(3)::after,
.ot-step:nth-child(5)::after {
  display: none;
}
.ot-step-num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ot-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.ot-step-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--ot-line);
  margin: 0 auto 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: #fff;
}
.ot-step-label {
  display: block;
  font-size: 12px;
  font-weight: 900;
  color: var(--ot-navy);
  white-space: nowrap;
  letter-spacing: -0.45px;
}

.ot-page__account {
  margin: 14px 44px 0;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid var(--ot-line);
  border-radius: 12px;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  color: var(--ot-navy);
}

.ot-page-footer {
  margin-top: 12px;
  padding: 22px 20px;
  background: linear-gradient(90deg, #031936, #06234d);
  color: #fff;
  text-align: center;
}
.ot-page-footer strong {
  display: block;
  font-size: clamp(18px, 3vw, 24px);
  letter-spacing: -0.5px;
}
.ot-page-footer span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  opacity: 0.95;
}

/* ===== MOBILE ===== */
@media (max-width: 900px) {
  .ot-page { border: 0; margin: 0; max-width: none; }
  .ot-page__wrap { padding: 20px 16px 0; }
  .ot-brand__img { height: 120px; max-width: min(100%, 420px); }
  .ot-top__grid { grid-template-columns: 1fr; }
  .ot-top__left .ot-hero-cta { text-align: center; }
  .ot-grid-2, .ot-lower-grid { grid-template-columns: 1fr; }
  .ot-cards3, .ot-cards4, .ot-service-grid { grid-template-columns: 1fr; }
  .ot-top__right { justify-content: center; }
  .ot-hero-scene { min-height: 220px; }
  .ot-hero-truck { left: -4%; width: 72%; max-width: min(380px, 92vw); }
  .ot-hero-ceo { max-width: 150px; height: 200px; }
  .ot-visual-photo img { width: 85%; max-width: 200px; }
  .ot-process-line { grid-template-columns: 1fr; gap: 12px; }
  .ot-step:not(:last-child)::after { content: "↓"; right: auto; left: 50%; top: auto; bottom: -10px; transform: translateX(-50%); }
  .ot-page__account { margin: 12px 16px 0; font-size: 14px; }
  .ot-visual-inner { grid-template-columns: 1fr; }
}
