/*!
 * Start Bootstrap - New Age v5.0.7 (https://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */

:root {
  --navy: #1d3557;
  --navy-deep: #14213d;
  --accent: #e63946;
  --accent-dark: #c1121f;
  --gold: #ffd166;
  --ink: #1f2a37;
  --muted: #5c6b7a;
  --line: #e7ebf0;
  --bg-soft: #f5f8fc;
  --radius: 16px;
  --shadow-sm: 0 6px 18px rgba(20, 33, 61, 0.08);
  --shadow-md: 0 14px 40px rgba(20, 33, 61, 0.16);
}

html,
body {
  width: 100%;
  height: 100%;
  color: white;
}

body {
  font-family: "Pretendard Variable", Pretendard, "Nanum Gothic", -apple-system,
    BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Helvetica Neue", Arial, sans-serif;
  /* 한글이 어절 중간에서 끊기지 않고 띄어쓰기 단위로 줄바꿈되도록 */
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #457b9d;
  transition: all 0.35s;
}

a:hover,
a:focus {
  color: #457b9d;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 50px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  transition: all 0.35s;
  font-weight: 200;
  letter-spacing: 1px;
  display: none;
}

#mainNav.scrolled {
  display: block;
  background-color: rgb(255, 255, 255);
}

#mainNav .navbar-brand {
  color: #1d3557;
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
  color: #1d3557;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #1d3557 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #1d3557;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }

  #mainNav.scrolled {
    background-color: rgb(34, 34, 34);
  }

  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.9);
  }
  #mainNav .navbar-brand:hover,
  #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover,
  #mainNav.navbar-shrink .navbar-brand:focus {
    color: #1d3557;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #1d3557;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background-color: black;
  background-image: url("/images/covers/background1-hero.jpg");
  /*background-position: bottom;*/
  background-size: cover;
}

header.masthead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    160deg,
    rgba(13, 22, 41, 0.74) 0%,
    rgba(13, 22, 41, 0.52) 45%,
    rgba(13, 22, 41, 0.8) 100%
  );
}

header.masthead .container {
  position: relative;
  z-index: 1;
}

header.masthead .header-content {
  /* max-width: 700px; */
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

.screen i {
  color: #6c757d;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 45px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

section.download {
  position: relative;
  padding: 150px 0;
}

section.download h2 {
  font-size: 50px;
  margin-top: 0;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}

section.features .section-heading {
  margin-bottom: 50px;
}

section.features .section-heading h2 {
  margin-top: 0;
}

section.features .section-heading p {
  margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.features .feature-item h3 {
  font-size: 30px;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: linear-gradient(to left, #1d3557, #14213d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== 자주 묻는 질문(FAQ) — 카드형 ===== */
.faq-list {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 6px 26px;
  margin-bottom: 0;
  text-align: left;
}
.faq-list dt {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  padding-top: 22px;
  margin-top: 0;
  border-top: 1px solid var(--line);
}
.faq-list dt:first-of-type {
  border-top: 0;
}
.faq-list dt::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--accent);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  vertical-align: middle;
}
.faq-list dd {
  margin: 10px 0 22px;
  padding-left: 34px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 16px;
}
.faq-list dd a {
  color: var(--accent-dark);
  font-weight: 700;
  white-space: nowrap;
}

/* ===== 산요(SANYO) 브랜드 헤리티지 밴드 ===== */
section.heritage {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(1100px 480px at 82% -8%, rgba(232, 17, 45, 0.22), transparent 60%),
    linear-gradient(160deg, #1f3a63 0%, #0c1322 55%, #05060a 100%);
  overflow: hidden;
}

section.heritage .overlay {
  display: none;
}

section.heritage .container {
  position: relative;
  z-index: 1;
}

section.heritage .heritage-content {
  max-width: 760px;
}

section.heritage .heritage-eyebrow {
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 14px;
}

section.heritage .heritage-heading {
  font-size: 42px;
  font-weight: 200;
  line-height: 1.25;
  color: #ffffff;
  margin: 0 0 22px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
}

section.heritage .heritage-heading .sanyo {
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  color: #e8112d;
  margin-left: 10px;
}

section.heritage .heritage-lead {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 34px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

section.heritage .brand-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  margin: 0;
}

section.heritage .brand-strip li {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 300px;
  color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(2px);
}

section.heritage .brand-strip li.brand-strip__main {
  color: #ffffff;
  border-color: #e8112d;
  background-color: rgba(232, 17, 45, 0.85);
  box-shadow: 0 4px 14px rgba(232, 17, 45, 0.35);
}

@media (max-width: 767px) {
  section.heritage {
    padding: 70px 0;
    background-position: center 32%;
  }
  section.heritage .heritage-heading {
    font-size: 30px;
  }
  section.heritage .heritage-heading .sanyo {
    display: inline-block;
    margin-left: 6px;
  }
  section.heritage .heritage-lead {
    font-size: 16px;
  }
  section.heritage .brand-strip li {
    font-size: 12px;
    padding: 7px 13px;
    letter-spacing: 1px;
  }
}

section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

footer {
  padding: 25px 0;
  text-align: center;
  background-color: #222222;
}

footer a {
  color: white;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #1d3557;
  background: linear-gradient(#1d3557, #14213d);
}

.text-primary {
  color: #1d3557;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  border-color: #14213d;
  background-color: #002076;
}

.btn {
  border-radius: 300px;
  letter-spacing: 0;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease,
    color 0.2s ease, border-color 0.2s ease;
}

.btn-xl {
  font-size: 16px;
  padding: 16px 40px;
}

.btn-xl i {
  margin-right: 8px;
}

@media (min-width: 992px) {
  .btn:hover {
    transform: translateY(-2px);
  }
}

section.pricing {
  background: #14213d;
  background: linear-gradient(#1d3557, #14213d);
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem auto;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.9;
  transition: all 0.2s;

  border-color: #002076;
  background-color: #002076;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

img.testimonial-profile {
  width: 120px;
}

img.ci {
  width: 250px;
  height: auto;
}

img.ci-simple {
  width: 40px;
  height: auto;
}

/* ===== 전화 문의 강조 (방문 → 전화 전환 유도) ===== */
#mainNav .navbar-brand {
  font-size: 18px;
  font-weight: 700;
}
#mainNav .navbar-brand i {
  margin-right: 6px;
}

header.masthead .header-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
}

header.masthead .header-content h1,
header.masthead .header-sub {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

/* 히어로 통화 카드 — 전화/휴대폰을 동일 아이콘·라벨로 균형 있게, 탭하기 쉽게 */
.hero-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 26px 0 18px;
}
.hero-call {
  flex: 1 1 220px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 15px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.38);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}
.hero-call:hover,
.hero-call:focus {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}
.hero-call__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.88);
}
.hero-call__num {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0.4px;
  line-height: 1.1;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}
.hero-call__num i {
  font-size: 0.66em;
  margin-right: 7px;
  color: var(--gold);
  vertical-align: middle;
}

header.masthead .header-hours {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}

/* 모바일 하단 고정 전화 버튼 */
.mobile-call-bar {
  display: none;
}

@media (max-width: 991px) {
  .mobile-call-bar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    padding: 15px 10px;
    background-color: #1d3557;
    color: #ffffff !important;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.25);
  }
  .mobile-call-bar:hover,
  .mobile-call-bar:focus {
    color: #ffffff !important;
    text-decoration: none;
  }
  .mobile-call-bar i {
    margin-right: 8px;
  }
  /* 하단 고정 버튼에 콘텐츠가 가려지지 않도록 여백 확보 */
  #footer {
    padding-bottom: 80px;
  }
}

/* ===== 모바일 레이아웃 친화 개선 ===== */
@media (max-width: 991px) {
  /* CTA 버튼: 긴 한글 문구가 알약 안에서 깨지지 않고 폭을 꽉 채우도록,
     탭하기 쉬운 풀폭 버튼으로 */
  .btn-xl {
    display: block;
    width: 100%;
    padding: 14px 20px;
    letter-spacing: 1px;
    white-space: normal;
    line-height: 1.4;
  }

  /* 버튼이 위/아래 이미지·콘텐츠에 달라붙지 않도록 여백 확보 */
  .featurette .btn-xl {
    margin-top: 20px;
  }

  /* 세로로 쌓인 이미지·텍스트 컬럼 사이 간격 */
  .featurette > [class*="col-"] + [class*="col-"] {
    margin-top: 28px;
  }

  /* 모바일에서는 우측정렬 본문을 좌측으로 되돌려 가독성 향상 */
  .featurette .text-right {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  /* 과도한 세로 여백 축소 */
  section {
    padding: 60px 0;
  }

  section h2 {
    font-size: 32px;
  }

  header.masthead .header-content h1 {
    font-size: 24px;
  }

  .hero-call {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .hero-call__num {
    font-size: 25px;
  }
}

/* ============================================================
   디자인 리프레시 (모바일 우선 · 2026)
   ============================================================ */
body {
  overflow-x: hidden;
}

/* 이미지: w-100 + width/height 속성 조합 시 세로로 찌그러지는 현상 방지(height:auto),
   라운드 + 부드러운 그림자로 정돈 */
.featurette img,
section img.w-100 {
  height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

/* 섹션 제목 + 짧은 액센트 바 */
.section-heading {
  margin-bottom: 44px;
}
.section-heading hr,
.section-heading hr.light {
  border: 0;
  height: 3px;
  width: 56px;
  border-radius: 3px;
  margin: 18px auto 0;
  max-width: 56px;
}
.section-heading hr {
  background: var(--accent);
}
.section-heading hr.light {
  background: rgba(255, 255, 255, 0.9);
}

/* 서비스 섹션(featurette) */
@media (min-width: 768px) {
  .featurette {
    align-items: center;
  }
}
.svc-eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
#repair .svc-eyebrow {
  color: var(--gold);
}
.featurette-heading {
  font-size: 34px;
  margin-bottom: 16px;
}
/* 밝은 섹션의 제목·본문 색을 또렷하게 (회색 text-secondary 대체) */
.bg-light .featurette-heading {
  color: var(--navy) !important;
}
.bg-light .lead {
  color: var(--muted) !important;
}

/* 전화 CTA 버튼 = 전환 목표 → 눈에 띄는 액센트 채움 버튼 */
.btn-outline-primary {
  color: #ffffff;
  background-color: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 8px 20px rgba(230, 57, 70, 0.25);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  color: #ffffff;
  background-color: var(--accent-dark);
  border-color: var(--accent-dark);
  box-shadow: 0 12px 26px rgba(193, 18, 31, 0.34);
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #ffffff;
  background-color: var(--accent);
  border-color: var(--accent);
}

/* 연락처 섹션(#contact, navy 배경) — 글래스 카드 + 라운드 지도 */
#contact .address {
  max-width: 640px;
  margin: 0 auto 30px;
  padding: 28px 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
#contact .address p {
  font-size: 16px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.92);
}
#contact .address p:last-of-type {
  margin-bottom: 0;
}
#contact .address a {
  color: #ffffff;
  font-weight: 700;
}
#contact .address i {
  color: var(--gold);
  margin-right: 6px;
}
#contact .map-area,
#contact .map {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
#contact .map iframe {
  display: block;
}

/* 내비게이션: 한글 라벨에 맞게 대문자/자간 정리 */
#mainNav .navbar-nav > li > a {
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

/* 모바일 하단 고정 콜바 — '지금 전화' 액센트 + 라운드 상단 */
.mobile-call-bar {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%) !important;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -6px 22px rgba(193, 18, 31, 0.32) !important;
}

@media (max-width: 767px) {
  .featurette-heading {
    font-size: 26px;
  }
  .section-heading {
    margin-bottom: 32px;
  }
  .faq-list {
    padding: 4px 18px;
  }
  #contact .address {
    padding: 22px 18px;
  }
}

/* 히어로 브랜드 워드마크 */
.hero-brand {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 14px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.hero-brand::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 8px;
  vertical-align: middle;
}

/* 수리 섹션 — 칙칙한 회색 대신 딥 슬레이트-네이비 */
#repair.bg-secondary {
  background: linear-gradient(160deg, #2b3a52 0%, #1d3557 100%);
}

/* 아주 작은 화면에서 히어로 제목이 우측에 붙지 않도록 */
@media (max-width: 380px) {
  header.masthead .header-content h1 {
    font-size: 22px;
  }
  .hero-call__num {
    font-size: 23px;
  }
}
