.php-contact-flash {
  position: fixed;
  top: 24px;
  left: 50%;
  z-index: 20020;
  width: min(92vw, 560px);
  transform: translateX(-50%);
  border-radius: 20px;
  padding: 15px 18px;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.10);
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.php-contact-flash--success {
  background: #f8fbff;
  color: #1859b8;
  border: 1px solid #d8e8ff;
}

.php-contact-flash--error {
  background: #fff7f7;
  color: #a42828;
  border: 1px solid #f4d4d4;
}

.php-contact-flash--error p {
  margin: 0;
}

.php-contact-flash--error p + p {
  margin-top: 4px;
}

.php-modal-open {
  overflow: hidden;
}

.php-contact-modal-layer {
  position: fixed;
  inset: 0;
  z-index: 20010;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.36);
  backdrop-filter: blur(6px);
}

.php-contact-modal-layer.is-open {
  display: flex;
}

.php-contact-modal {
  position: relative;
  width: min(100%, 640px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  border: 1px solid #e4e7ec;
  border-radius: 28px;
  padding: 32px;
  background: #ffffff;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
  font-family: "Pretendard", sans-serif;
}

.php-contact-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #ffffff;
  color: #475467;
  font-size: 22px;
  cursor: pointer;
}

.php-contact-copy {
  margin-bottom: 24px;
}

.php-contact-copy h2 {
  margin: 0 0 12px;
  color: #18181b;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.php-contact-copy p {
  margin: 0;
  color: #667085;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}

.php-contact-eyebrow {
  display: inline-flex;
  margin-bottom: 10px !important;
  border-radius: 999px;
  padding: 7px 12px;
  background: #eff6ff;
  color: #2563eb !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.php-contact-form {
  display: grid;
  gap: 14px;
}

.php-contact-field {
  display: grid;
  gap: 8px;
}

.php-contact-field span {
  color: #18181b;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.php-contact-field input,
.php-contact-field select,
.php-contact-field textarea {
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  padding: 14px 16px;
  background: #ffffff;
  color: #18181b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.php-contact-field input:focus,
.php-contact-field select:focus,
.php-contact-field textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.14);
}

.php-contact-field textarea {
  resize: vertical;
  min-height: 140px;
}

.php-contact-field--hidden {
  display: none;
}

.php-contact-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #667085;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.php-contact-consent input {
  margin-top: 3px;
}

.php-contact-submit {
  border: 0;
  border-radius: 16px;
  padding: 16px 18px;
  background: #2563eb;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
}

.php-contact-submit:hover {
  filter: brightness(0.98);
}

html {
  scroll-behavior: smooth;
}

.php-pattern-dots {
  --php-pattern-image: radial-gradient(circle at 1.5px 1.5px, rgba(37, 99, 235, 0.13) 1.4px, transparent 0);
  --php-pattern-size: 24px 24px;
}

.php-pattern-grid {
  --php-pattern-image:
    linear-gradient(rgba(37, 99, 235, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.07) 1px, transparent 1px);
  --php-pattern-size: 30px 30px;
}

.php-pattern-diagonal {
  --php-pattern-image: repeating-linear-gradient(135deg, rgba(37, 99, 235, 0.07) 0 2px, transparent 2px 16px);
  --php-pattern-size: auto;
}

.php-pattern-rings {
  --php-pattern-image:
    radial-gradient(circle at 18px 18px, rgba(37, 99, 235, 0.10) 0 7px, transparent 7.5px),
    radial-gradient(circle at 90px 54px, rgba(59, 130, 246, 0.08) 0 11px, transparent 11.5px),
    radial-gradient(circle at 144px 126px, rgba(96, 165, 250, 0.08) 0 9px, transparent 9.5px);
  --php-pattern-size: 180px 180px;
}

.php-pattern-section {
  position: relative;
  isolation: isolate;
}

.php-pattern-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.78) 0%, rgba(255, 255, 255, 0.96) 100%);
  z-index: 0;
  pointer-events: none;
}

.php-pattern-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--php-pattern-image, none);
  background-size: var(--php-pattern-size, auto);
  background-position: center;
  background-repeat: repeat;
  opacity: 0.56;
  z-index: 0;
  pointer-events: none;
}

.php-pattern-section > * {
  position: relative;
  z-index: 1;
}

.php-pattern-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
}

.php-pattern-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.12) 0, transparent 32%),
    radial-gradient(circle at bottom left, rgba(191, 219, 254, 0.16) 0, transparent 28%);
  z-index: 0;
  pointer-events: none;
}

.php-pattern-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--php-pattern-image, none);
  background-size: var(--php-pattern-size, auto);
  background-position: center;
  background-repeat: repeat;
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.php-pattern-panel > * {
  position: relative;
  z-index: 1;
}

.php-dark-pattern-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.php-dark-pattern-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.22) 0, transparent 34%),
    radial-gradient(circle at bottom left, rgba(96, 165, 250, 0.16) 0, transparent 32%);
  z-index: 1;
  pointer-events: none;
}

.php-dark-pattern-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--php-pattern-image, none);
  background-size: var(--php-pattern-size, auto);
  background-position: center;
  background-repeat: repeat;
  opacity: 0.14;
  mix-blend-mode: screen;
  z-index: 1;
  pointer-events: none;
}

.php-dark-pattern-panel > * {
  position: relative;
  z-index: 2;
}

.guide-hero {
  position: relative;
}

.guide-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.guide-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.guide-hero__controls {
  position: relative;
  z-index: 12;
  margin-top: -76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 24px 24px;
}

.guide-hero__indicators {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.guide-hero__indicator {
  width: 34px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease;
}

.guide-hero__indicator.is-active {
  width: 48px;
  background: #ffffff;
}

.guide-hero__nav {
  display: inline-flex;
  gap: 8px;
}

.guide-hero__nav-button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(9, 14, 27, 0.34);
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

#site_alarm_slidemenu_container,
#member_profile,
.nav-btn-icon.profile.alarm-toggle._show_alarm {
  display: none !important;
}

#w202511190fcfbebade622,
#w202511199581b738ae5f6,
#w20251119b1ec77a5a289e,
#w2025111934859dad95038,
#w202511053b83a5b0903f5,
#w20251104af1e15c764e85,
#w202511038b9c782a64776,
#w202511045ef3a0581da77 {
  display: none !important;
}

.php-blog-preview {
  width: 100%;
  margin: 28px auto 0;
  font-family: "Pretendard", sans-serif;
}

.php-info-showcase {
  width: 100%;
  margin: 28px auto 0;
  font-family: "Pretendard", sans-serif;
}

.php-vehicle-showcase {
  width: 100%;
  margin: 28px auto 0;
  font-family: "Pretendard", sans-serif;
}

.php-info-showcase__toolbar {
  display: none;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.php-info-showcase__controls {
  display: inline-flex;
  gap: 10px;
}

.php-info-showcase__control {
  width: 44px;
  height: 44px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #ffffff;
  color: #344054;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.php-info-showcase__control:hover:not(:disabled) {
  background: #f8fafc;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.php-info-showcase__control:disabled {
  opacity: 0.36;
  cursor: default;
  box-shadow: none;
}

.php-info-showcase__control span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 800;
}

.php-info-showcase__viewport {
  overflow: visible;
}

.php-info-showcase__track {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.php-info-showcase__slide {
  min-width: 0;
}

.php-vehicle-category-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #ffffff;
  padding: 0 20px;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.php-vehicle-category-button:hover {
  border-color: #d0d5dd;
  color: #101828;
}

.php-vehicle-category-button.is-active {
  border-color: #2563eb;
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.18);
}

.php-vehicle-showcase__toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.php-vehicle-showcase__controls {
  display: inline-flex;
  gap: 10px;
}

.php-vehicle-showcase__control {
  width: 44px;
  height: 44px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #ffffff;
  color: #344054;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.php-vehicle-showcase__control:hover:not(:disabled) {
  background: #f8fafc;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.php-vehicle-showcase__control:disabled {
  opacity: 0.36;
  cursor: default;
  box-shadow: none;
}

.php-vehicle-showcase__control span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 800;
}

.php-vehicle-showcase__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.php-vehicle-showcase__viewport::-webkit-scrollbar {
  display: none;
}

.php-vehicle-showcase__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 72px) / 4);
  gap: 20px;
}

.php-vehicle-showcase__slide {
  min-width: 0;
  scroll-snap-align: start;
}

.php-vehicle-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 27, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.07);
}

.php-vehicle-card__media {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 0.78;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.88), transparent 38%),
    linear-gradient(180deg, rgba(244, 244, 245, 0.98), rgba(228, 231, 235, 0.96));
}

.php-vehicle-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.php-vehicle-card__like {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #18181b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.php-vehicle-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 24px 24px 26px;
}

.php-vehicle-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #18181b;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.045em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.php-vehicle-card__meta {
  margin: 12px 0 0;
  color: #5b5560;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: -0.02em;
}

.php-vehicle-card__pricing {
  padding-top: 8px;
}

.php-vehicle-card__price-label {
  margin: 0;
  color: #71717a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.php-vehicle-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.php-vehicle-card__price {
  color: #09090b;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.php-vehicle-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 1px solid rgba(24, 24, 27, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #18181b;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.php-vehicle-card__action:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.10);
}

.php-vehicle-card__action span {
  font-size: 22px;
  line-height: 1;
}

.php-car-detail-thumb {
  display: block;
  width: 112px;
  min-width: 112px;
  height: 84px;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 27, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}

.php-car-detail-thumb:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.09);
}

.php-car-detail-thumb.is-active {
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.php-blog-preview__toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.php-blog-preview__controls {
  display: inline-flex;
  gap: 10px;
}

.php-blog-preview__control {
  width: 44px;
  height: 44px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #ffffff;
  color: #344054;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.php-blog-preview__control:hover:not(:disabled) {
  background: #f8fafc;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.php-blog-preview__control:disabled {
  opacity: 0.36;
  cursor: default;
  box-shadow: none;
}

.php-blog-preview__control span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 800;
}

.php-blog-preview__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.php-blog-preview__viewport::-webkit-scrollbar {
  display: none;
}

.php-blog-preview__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 72px) / 4);
  gap: 20px;
}

.php-blog-preview__slide {
  min-width: 0;
  scroll-snap-align: start;
}

.php-blog-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.php-blog-card {
  --card-accent: #8d64f8;
  --card-accent-light: rgba(225, 215, 255, 0.9);
  --card-soft: rgba(233, 228, 247, 0.86);
  --card-border: rgba(49, 41, 74, 0.06);
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 476px;
  height: 100%;
  border: 1px solid var(--card-border);
  border-radius: 30px;
  padding: 28px 28px 192px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 46px rgba(21, 16, 38, 0.05);
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.php-blog-card--peach {
  --card-accent: #f2ae8b;
  --card-accent-light: rgba(255, 227, 214, 0.94);
  --card-soft: rgba(255, 242, 235, 0.94);
}

.php-blog-card--mint {
  --card-accent: #77d2c7;
  --card-accent-light: rgba(219, 246, 243, 0.94);
  --card-soft: rgba(238, 252, 249, 0.94);
}

.php-blog-card--sky {
  --card-accent: #aac4ef;
  --card-accent-light: rgba(228, 237, 252, 0.94);
  --card-soft: rgba(241, 246, 255, 0.96);
}

.php-blog-card__content {
  min-height: 224px;
  position: relative;
  z-index: 2;
}

.php-blog-card h3 {
  display: -webkit-box;
  margin: 0 0 22px;
  overflow: hidden;
  color: #2c2931;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -0.04em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.php-blog-card__summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #4f4a55;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.php-blog-card-link:hover .php-blog-card {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(21, 16, 38, 0.09);
}

.php-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 18px;
  color: #6f6976;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 2;
}

.php-blog-card__meta span {
  position: relative;
}

.php-blog-card__meta span + span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px 2px 0;
  border-radius: 999px;
  background: rgba(100, 92, 128, 0.34);
  vertical-align: middle;
}

.php-blog-card__thumb {
  position: absolute;
  inset: auto 0 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: 188px;
  height: 45%;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: var(--card-soft);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.php-blog-card__thumb::before,
.php-blog-card__thumb::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.php-blog-card__thumb::before {
  inset: -1px -1px 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.96) 18%, rgba(255, 255, 255, 0.72) 36%, rgba(255, 255, 255, 0.18) 68%, rgba(255, 255, 255, 0.04) 100%);
}

.php-blog-card__thumb::after {
  left: -6%;
  right: -6%;
  bottom: -40px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  filter: blur(10px);
}

.php-blog-card__thumb span {
  opacity: 0;
  font-size: 0;
}

@media (max-width: 1180px) {
  .php-blog-preview {
    width: 100%;
  }

  .php-info-showcase {
    width: 100%;
  }

  .php-vehicle-showcase {
    width: 100%;
  }

  .php-blog-preview__track {
    grid-auto-columns: calc((100% - 24px) / 2);
  }

  .php-vehicle-showcase__track {
    grid-auto-columns: calc((100% - 24px) / 2);
  }
}

@media (max-width: 767px) {
  .php-pattern-section::after {
    opacity: 0.42;
  }

  .php-pattern-panel::after {
    opacity: 0.3;
  }

  .php-dark-pattern-panel::after {
    opacity: 0.1;
  }

  .guide-hero__controls {
    margin-top: -68px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 18px 18px;
  }

  .guide-hero__indicator {
    width: 26px;
  }

  .guide-hero__indicator.is-active {
    width: 38px;
  }

  .guide-hero__nav-button {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .php-contact-modal-layer {
    padding: 16px;
    align-items: flex-end;
  }

  .php-contact-modal {
    max-height: 88vh;
    border-radius: 24px 24px 0 0;
    padding: 28px 20px 22px;
  }

  .php-contact-copy h2 {
    font-size: 24px;
  }

  .php-contact-copy p {
    font-size: 15px;
  }

  .php-blog-preview {
    width: 100%;
    margin-top: 22px;
  }

  .php-info-showcase {
    width: 100%;
    margin-top: 22px;
  }

  .php-vehicle-showcase {
    width: 100%;
    margin-top: 22px;
  }

  .php-info-showcase__toolbar {
    display: flex;
    margin-bottom: 14px;
  }

  .php-blog-preview__toolbar {
    margin-bottom: 14px;
  }

  .php-vehicle-showcase__toolbar {
    margin-bottom: 14px;
  }

  .php-info-showcase__control {
    width: 40px;
    height: 40px;
  }

  .php-blog-preview__control {
    width: 40px;
    height: 40px;
  }

  .php-vehicle-showcase__control {
    width: 40px;
    height: 40px;
  }

  .php-info-showcase__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .php-info-showcase__viewport::-webkit-scrollbar {
    display: none;
  }

  .php-info-showcase__track {
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - 44px);
    grid-template-columns: none;
    gap: 16px;
  }

  .php-info-showcase__slide {
    scroll-snap-align: start;
  }

  .php-blog-preview__track {
    grid-auto-columns: 100%;
    gap: 16px;
  }

  .php-vehicle-showcase__track {
    grid-auto-columns: 100%;
    gap: 16px;
  }

  .php-vehicle-card {
    border-radius: 26px;
  }

  .php-vehicle-card__body {
    gap: 18px;
    padding: 20px 20px 22px;
  }

  .php-vehicle-card h3 {
    font-size: 21px;
  }

  .php-vehicle-card__meta {
    font-size: 14px;
  }

  .php-vehicle-card__price {
    font-size: 25px;
  }

  .php-vehicle-card__action {
    width: 42px;
    height: 42px;
  }

  .php-car-detail-thumb {
    width: 92px;
    min-width: 92px;
    height: 72px;
    border-radius: 16px;
  }

  .php-blog-card {
    min-height: 430px;
    border-radius: 26px;
    padding: 22px 22px 160px;
  }

  .php-blog-card__content {
    min-height: 0;
  }

  .php-blog-card h3 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .php-blog-card__summary {
    font-size: 14px;
    line-height: 1.68;
    -webkit-line-clamp: 4;
  }

  .php-blog-card__meta {
    margin-top: 12px;
    font-size: 12px;
  }

  .php-blog-card__thumb {
    min-height: 154px;
    height: 43%;
  }
}
