:root {
  --ct-navy: #071b4d;
  --ct-teal: #16b9b4;
  --ct-teal-dark: #087f7b;
  --ct-pale: #eef8f7;
  --ct-soft: #f6f9fb;
  --ct-text: #61727b;
  --ct-line: #d9e6e7;
  --ct-white: #fff;
  --ct-font: Inter, "Helvetica Neue", Arial, sans-serif;
  --ct-weight-regular: 400;
  --ct-weight-medium: 500;
  --ct-weight-semibold: 600;
  --ct-weight-bold: 700;
}

body.page-id-27 > .breadcumb-wrapper,
body.page-id-27 > .mediax-fluid,
body.page-id-27 > .preloader {
  display: none !important;
}

.ct-page,
.ct-page * { box-sizing: border-box; }
.ct-page {
  overflow: hidden;
  color: var(--ct-navy);
  background: var(--ct-white);
  font-family: var(--ct-font);
  font-size: 16px;
  font-weight: var(--ct-weight-regular);
  line-height: 1.65;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.ct-page button,
.ct-page input,
.ct-page select,
.ct-page textarea { font-family: var(--ct-font); }
.ct-page a { text-decoration: none; }
.ct-container { width: min(1380px, calc(100% - 48px)); margin-inline: auto; }
.ct-page h1,
.ct-page h2,
.ct-page h3,
.ct-page p { margin-top: 0; }
.ct-page h1,
.ct-page h2,
.ct-page h3 { color: var(--ct-navy); font-weight: var(--ct-weight-bold); letter-spacing: -.02em; }
.ct-page h1 { max-width: 590px; margin-bottom: 18px; font-size: clamp(40px, 3.2vw, 52px); font-weight: var(--ct-weight-bold); line-height: 1.08; letter-spacing: -.028em; }
.ct-page h2 { margin-bottom: 12px; font-size: clamp(32px, 2.6vw, 44px); font-weight: var(--ct-weight-bold); line-height: 1.15; letter-spacing: -.024em; }
.ct-page h3 { margin-bottom: 6px; font-size: 18px; line-height: 1.35; }
.ct-page p { color: var(--ct-text); font-size: 15px; line-height: 1.72; }

.ct-eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
  gap: 10px;
  color: var(--ct-teal-dark);
  font-size: 11px;
  font-weight: var(--ct-weight-bold);
  letter-spacing: .15em;
  text-transform: uppercase;
}
.ct-eyebrow::before { width: 30px; height: 2px; content: ""; background: var(--ct-teal); }
.ct-eyebrow-centered { display: flex; justify-content: center; }

.ct-btn {
  display: inline-flex;
  min-height: 48px;
  padding: 12px 22px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--ct-navy);
  font-size: 13px;
  font-weight: var(--ct-weight-semibold);
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 7px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.ct-btn:hover { color: var(--ct-navy); transform: translateY(-1px); }
.ct-btn-primary { background: var(--ct-teal); }
.ct-btn-primary:hover { background: #3ccbc6; }
.ct-btn-outline { background: #fff; border-color: #b9cbce; }
.ct-btn-outline:hover { border-color: var(--ct-teal); }

/* Contact page hero */
.ct-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 80px;
  background:
    linear-gradient(90deg, rgba(241, 250, 249, .94), rgba(221, 247, 245, .86)),
    url('../media/2026/09/breadcumb-bg.jpg') center / cover no-repeat;
}
.ct-hero::after {
  position: absolute;
  top: -115px;
  right: 7%;
  width: 300px;
  height: 300px;
  border: 52px solid rgba(10, 186, 181, .08);
  border-radius: 50%;
  content: "";
}
.ct-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.ct-hero-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--ct-teal-dark);
  font-size: 12px;
  font-weight: var(--ct-weight-bold);
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ct-hero h1 {
  max-width: 850px;
  margin: 0 auto 17px;
  color: var(--ct-navy);
}
.ct-hero p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: #536b72;
  font-size: 18px;
  line-height: 1.65;
}
.ct-breadcrumb {
  display: inline-flex;
  min-height: 43px;
  padding: 10px 17px;
  align-items: center;
  gap: 10px;
  color: #667c83;
  font-size: 13px;
  line-height: 1.4;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(10, 186, 181, .2);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(7, 27, 77, .055);
}
.ct-breadcrumb a { color: var(--ct-navy); font-weight: var(--ct-weight-semibold); }
.ct-breadcrumb a:hover { color: var(--ct-teal-dark); }
.ct-breadcrumb i { color: #91a5aa; font-size: 9px; }
.ct-hero + .ct-inquiry { padding-top: 68px; }

/* Selected direction: Procurement First */
.ct-inquiry {
  padding: 24px 0 22px;
  background: #fff;
}

@media (max-width: 767px) {
  .ct-hero { padding: 62px 0 58px; }
  .ct-hero::after { right: -100px; width: 240px; height: 240px; border-width: 42px; }
  .ct-hero p { max-width: 560px; font-size: 16px; }
  .ct-hero + .ct-inquiry { padding-top: 44px; }
}
.ct-inquiry-shell {
  display: grid;
  width: min(1440px, calc(100% - 24px));
  min-height: 0;
  grid-template-columns: minmax(390px, .88fr) minmax(0, 1.12fr);
  overflow: hidden;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(7, 27, 77, .065);
}
.ct-contact-panel {
  display: flex;
  padding: 42px 46px 32px;
  flex-direction: column;
  justify-content: space-between;
  background: var(--ct-pale);
}
.ct-contact-panel .ct-lead {
  max-width: 520px;
  margin-bottom: 22px;
  font-size: 15px;
}
.ct-contact-links { display: grid; max-width: 460px; gap: 8px; }
.ct-contact-links a {
  display: flex;
  min-height: 57px;
  padding: 8px 11px;
  align-items: center;
  gap: 14px;
  color: var(--ct-navy);
  background: rgba(255,255,255,.76);
  border-radius: 8px;
  transition: background .2s ease, transform .2s ease;
}
.ct-contact-links a:nth-child(2) { background: #dff4f2; }
.ct-contact-links a:hover { color: var(--ct-navy); background: #fff; transform: translateX(3px); }
.ct-contact-links a > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  color: var(--ct-teal-dark);
  font-size: 17px;
  background: #dff4f2;
  border-radius: 50%;
  place-items: center;
}
.ct-contact-links small,
.ct-contact-links strong { display: block; }
.ct-contact-links small {
  margin-bottom: 2px;
  color: #789096;
  font-size: 10px;
  font-weight: var(--ct-weight-bold);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ct-contact-links strong { color: var(--ct-navy); font-size: 15px; font-weight: var(--ct-weight-semibold); }
.ct-support-points {
  display: grid;
  padding-top: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}
.ct-support-points span {
  display: grid;
  padding: 12px;
  gap: 8px;
  color: #4e6870;
  font-size: 11px;
  font-weight: var(--ct-weight-semibold);
  line-height: 1.45;
  background: rgba(255,255,255,.7);
  border-radius: 7px;
}
.ct-support-points span:nth-child(2) { background: #ddf3f1; }
.ct-support-points span:nth-child(3) { background: #e8f0f5; }
.ct-support-points i { color: var(--ct-teal-dark); font-size: 17px; }

.ct-form-card { padding: 28px 34px 24px; background: #fff; }
.ct-form-heading span {
  display: block;
  margin-bottom: 8px;
  color: var(--ct-teal-dark);
  font-size: 11px;
  font-weight: var(--ct-weight-bold);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.ct-form-heading h2 { font-size: clamp(30px, 2.3vw, 40px); }
.ct-form-heading p { margin-bottom: 15px; font-size: 14px; }
.ct-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
}
.ct-field { min-width: 0; }
.ct-field-wide,
.ct-form-bottom,
.ct-form-help { grid-column: 1 / -1; }
.ct-field label {
  display: block;
  margin-bottom: 4px;
  color: #20395e;
  font-size: 12px;
  font-weight: var(--ct-weight-semibold);
}
.ct-field input,
.ct-field select,
.ct-field textarea {
  display: block;
  width: 100%;
  margin: 0;
  color: var(--ct-navy);
  font: inherit;
  font-size: 14px;
  font-weight: var(--ct-weight-regular);
  background: var(--ct-soft);
  border: 1px solid #d5e2e5;
  border-radius: 6px;
  outline: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.ct-field input,
.ct-field select { height: 40px; padding: 0 12px; }
.ct-field textarea { min-height: 68px; padding: 10px 12px; resize: vertical; }
.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus {
  background: #fff;
  border-color: var(--ct-teal);
  box-shadow: 0 0 0 3px rgba(22,185,180,.1);
}
.ct-field ::placeholder { color: #9aa9ae; }
.ct-form-bottom { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 2px; gap: 12px; }
.ct-form-bottom .ct-btn { width: 100%; min-width: 0; min-height: 48px; }
.ct-form-bottom .ct-btn i { flex-shrink: 0; }
.ct-form-help {
  margin: -6px 0 0 !important;
  color: #83939a !important;
  font-size: 11px !important;
  text-align: center;
}
.ct-form-help i { margin-right: 5px; color: var(--ct-teal-dark); }

.ct-network {
  padding: 36px 0 42px;
  text-align: center;
  background: #eaf6f5;
}
.ct-network h2 { margin-bottom: 24px; font-size: clamp(30px, 2.4vw, 40px); }
.ct-warehouse-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.ct-warehouse-strip article {
  display: flex;
  min-height: 122px;
  padding: 22px 34px;
  align-items: center;
  gap: 17px;
  text-align: left;
  background: #fff;
  border-radius: 9px;
}
.ct-warehouse-strip article:nth-child(2) { background: #dff3f1; }
.ct-warehouse-strip article:nth-child(3) { background: #f2f6f8; }
.ct-warehouse-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  color: var(--ct-teal-dark);
  font-size: 19px;
  background: var(--ct-pale);
  border-radius: 50%;
  place-items: center;
}
.ct-warehouse-strip small {
  display: block;
  margin-bottom: 5px;
  color: var(--ct-teal-dark);
  font-size: 10px;
  font-weight: var(--ct-weight-bold);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ct-warehouse-strip p { margin: 0; font-size: 13px; line-height: 1.6; }

.ct-section-head { margin-bottom: 30px; }
.ct-process { padding: 78px 0; background: #fff; }
.ct-process-grid {
  display: grid;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}
.ct-process-grid li {
  position: relative;
  min-height: 205px;
  padding: 28px;
  background: #edf8f7;
  border-radius: 8px;
}
.ct-process-grid li:nth-child(2) { background: #f2f6fa; }
.ct-process-grid li:nth-child(3) { background: #e2f4f2; }
.ct-process-grid li:nth-child(4) { background: #f6f8fa; }
.ct-process-grid li > span {
  position: absolute;
  top: 20px;
  right: 22px;
  color: #b1c6c9;
  font-size: 21px;
  font-weight: var(--ct-weight-bold);
}
.ct-process-grid li > i {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  color: var(--ct-teal-dark);
  background: var(--ct-pale);
  border-radius: 50%;
  place-items: center;
}
.ct-process-grid h3 { font-size: 18px; }
.ct-process-grid p { margin: 0; font-size: 14px; line-height: 1.65; }

.ct-faq { padding: 82px 0; background: #fff; }
.ct-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr);
  gap: 75px;
}
.ct-faq-intro p { max-width: 440px; }
.ct-text-link {
  display: inline-flex;
  margin-top: 6px;
  align-items: center;
  gap: 8px;
  color: var(--ct-teal-dark);
  font-size: 13px;
  font-weight: var(--ct-weight-semibold);
}
.ct-accordion { display: grid; gap: 8px; }
.ct-accordion details {
  padding: 0 20px;
  overflow: hidden;
  background: #f1f7f8;
  border: 0;
  border-radius: 7px;
}
.ct-accordion details:nth-child(even) { background: #e8f6f4; }
.ct-accordion details[open] { background: #dff3f1; }
.ct-accordion summary {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--ct-navy);
  font-size: 15px;
  font-weight: var(--ct-weight-semibold);
  cursor: pointer;
  list-style: none;
}
.ct-accordion summary::-webkit-details-marker { display: none; }
.ct-accordion summary i { color: #91a4ac; font-size: 10px; transition: transform .2s ease; }
.ct-accordion details[open] summary i { color: var(--ct-teal-dark); transform: rotate(180deg); }
.ct-accordion details p { padding: 0 34px 18px 0; margin: 0; font-size: 14px; line-height: 1.7; }

.ct-final { padding: 0 0 82px; background: #fff; }
.ct-final-card {
  display: grid;
  padding: 48px 54px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 45px;
  color: #fff;
  background: var(--ct-navy);
  border-radius: 10px;
}
.ct-final-card .ct-eyebrow { color: #8ee5e2; }
.ct-final-card .ct-eyebrow::before { background: #8ee5e2; }
.ct-final-card h2 { color: #fff; }
.ct-final-card p { margin-bottom: 0; color: rgba(255,255,255,.67); }
.ct-actions { display: flex; gap: 10px; }
.ct-btn-light { background: #fff; }
.ct-btn-outline-light { color: #fff; border-color: rgba(255,255,255,.4); }
.ct-btn-outline-light:hover { color: #fff; border-color: #fff; }

@media (max-width: 1099px) {
  .ct-inquiry-shell { grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr); }
  .ct-contact-panel { padding: 52px 36px 38px; }
  .ct-form-card { padding: 45px 38px 38px; }
  .ct-warehouse-strip article { padding: 25px; }
}

@media (max-width: 991px) {
  .ct-inquiry { background: #fff; }
  .ct-inquiry-shell,
  .ct-faq-grid,
  .ct-final-card { grid-template-columns: 1fr; }
  .ct-contact-panel { min-height: 510px; }
  .ct-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ct-final-card { gap: 28px; }
}

@media (max-width: 767px) {
  .ct-container { width: min(100% - 28px, 1380px); }
  .ct-inquiry { padding: 28px 0 34px; }
  .ct-inquiry-shell { border-radius: 10px; }
  .ct-contact-panel { min-height: auto; padding: 38px 24px 30px; }
  .ct-page h1 { font-size: 39px; }
  .ct-page h2 { font-size: 30px; }
  .ct-contact-panel .ct-lead { font-size: 14px; }
  .ct-support-points { margin-top: 34px; }
  .ct-form-card { padding: 36px 23px 30px; }
  .ct-form { grid-template-columns: 1fr; }
  .ct-field-wide,
  .ct-form-bottom,
  .ct-form-help { grid-column: auto; }
  .ct-form-bottom { grid-template-columns: 1fr; }
  .ct-network { padding: 48px 0; }
  .ct-warehouse-strip { grid-template-columns: 1fr; }
  .ct-warehouse-strip article { min-height: 120px; padding: 24px 10px; }
  .ct-process,
  .ct-faq { padding: 66px 0; }
  .ct-process-grid { grid-template-columns: 1fr; }
  .ct-faq-grid { gap: 34px; }
  .ct-final { padding-bottom: 66px; }
  .ct-final-card { padding: 38px 24px; }
  .ct-final-card .ct-actions,
  .ct-final-card .ct-btn { width: 100%; }
}

@media (max-width: 480px) {
  .ct-support-points { grid-template-columns: 1fr; }
  .ct-support-points span { grid-template-columns: 22px 1fr; align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  .ct-page *,
  .ct-page *::before,
  .ct-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Homepage-aligned visual refinement */
.ct-page {
  background: #fff;
}

.ct-hero {
  padding: 94px 0 88px;
  background:
    radial-gradient(circle at 83% 18%, rgba(10, 186, 181, .16) 0 11%, transparent 11.2%),
    linear-gradient(112deg, #f5fbfb 0%, #e9f8f7 58%, #dff5f3 100%),
    url('../media/2026/09/breadcumb-bg.jpg') center / cover no-repeat;
}

.ct-hero::before {
  position: absolute;
  left: -74px;
  bottom: -88px;
  width: 220px;
  height: 220px;
  border: 42px solid rgba(10, 186, 181, .065);
  border-radius: 50%;
  content: "";
}

.ct-hero-kicker {
  padding: 8px 13px;
  border: 1px solid rgba(10, 186, 181, .23);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 8px 22px rgba(0, 70, 73, .045);
}

.ct-hero h1 {
  max-width: 900px;
  margin-bottom: 20px;
}

.ct-breadcrumb {
  backdrop-filter: blur(8px);
}

.ct-hero + .ct-inquiry {
  padding: 96px 0 82px;
}

.ct-inquiry-shell {
  width: min(1380px, calc(100% - 48px));
  border: 1px solid rgba(10, 186, 181, .14);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 46, 49, .1);
}

.ct-contact-panel {
  position: relative;
  padding: 52px 52px 40px;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 100%, rgba(10, 186, 181, .14), transparent 38%),
    linear-gradient(145deg, #f0faf9 0%, #e1f5f3 100%);
}

.ct-contact-panel::after {
  position: absolute;
  top: -76px;
  right: -70px;
  width: 210px;
  height: 210px;
  border: 38px solid rgba(10, 186, 181, .075);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.ct-contact-panel > * {
  position: relative;
  z-index: 1;
}

.ct-contact-links {
  gap: 10px;
}

.ct-contact-links a {
  min-height: 62px;
  padding: 10px 14px;
  border: 1px solid rgba(10, 186, 181, .12);
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(2, 62, 65, .045);
}

.ct-contact-links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(2, 62, 65, .08);
}

.ct-support-points span {
  border-radius: 11px;
}

.ct-form-card {
  padding: 48px 50px 40px;
}

.ct-form {
  gap: 13px 16px;
}

.ct-field input,
.ct-field select {
  height: 46px;
  padding: 0 14px;
}

.ct-field textarea {
  min-height: 92px;
  padding: 13px 14px;
}

.ct-field input,
.ct-field select,
.ct-field textarea {
  background: #f5f9fa;
  border-color: #d9e8e9;
  border-radius: 10px;
}

.ct-btn {
  min-height: 48px;
  border-radius: 999px;
}

.ct-form-bottom {
  padding-top: 5px;
  gap: 12px;
}

.ct-network {
  padding: 92px 0 96px;
  background: linear-gradient(180deg, #f4fafa 0%, #edf7f6 100%);
}

.ct-network h2 {
  margin-bottom: 38px;
}

.ct-warehouse-strip {
  gap: 20px;
}

.ct-warehouse-strip article,
.ct-warehouse-strip article:nth-child(2),
.ct-warehouse-strip article:nth-child(3) {
  min-height: 172px;
  padding: 30px;
  background: #fff;
  border: 1px solid #d8eeec;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(1, 48, 52, .065);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ct-warehouse-strip article:nth-child(2) {
  background: #ebf8f7;
}

.ct-warehouse-strip article:hover {
  border-color: rgba(10, 186, 181, .55);
  box-shadow: 0 20px 42px rgba(1, 48, 52, .11);
  transform: translateY(-5px);
}

.ct-warehouse-icon {
  width: 58px;
  height: 58px;
  flex-basis: 58px;
  font-size: 22px;
  background: #ddf7f5;
}

.ct-process {
  padding: 100px 0;
  background: #fff;
}

.ct-section-head {
  margin-bottom: 42px;
}

.ct-process-grid {
  gap: 20px;
}

.ct-process-grid li {
  min-height: 245px;
  padding: 32px 30px;
  overflow: hidden;
  background: #f4fafa;
  border: 1px solid #dceeed;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(1, 48, 52, .05);
  transition: transform .25s ease, box-shadow .25s ease;
}

.ct-process-grid li:nth-child(2),
.ct-process-grid li:nth-child(3),
.ct-process-grid li:nth-child(4) {
  background: #f4fafa;
}

.ct-process-grid li::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #0abab5, #5adbd6);
}

.ct-process-grid li:hover {
  box-shadow: 0 18px 40px rgba(1, 48, 52, .09);
  transform: translateY(-4px);
}

.ct-process-grid li > i {
  width: 52px;
  height: 52px;
  margin-bottom: 32px;
  color: #007c78;
  background: #ddf7f5;
}

.ct-faq {
  padding: 96px 0 104px;
  background: linear-gradient(180deg, #f6fbfb 0%, #eef8f7 100%);
}

.ct-faq-grid {
  gap: 86px;
  align-items: start;
}

.ct-faq-intro {
  position: sticky;
  top: 120px;
}

.ct-accordion {
  gap: 12px;
}

.ct-accordion details,
.ct-accordion details:nth-child(even) {
  padding: 0 22px;
  background: #fff;
  border: 1px solid #dcebea;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(1, 48, 52, .04);
}

.ct-accordion details[open] {
  background: #e9f7f6;
  border-color: rgba(10, 186, 181, .36);
}

.ct-accordion summary {
  min-height: 68px;
}

.ct-final {
  padding: 96px 0;
  background: #fff;
}

.ct-final-card {
  padding: 62px 64px;
  background:
    radial-gradient(circle at 90% 18%, rgba(10, 186, 181, .34), transparent 32%),
    #071b4d;
  border-radius: 24px;
  box-shadow: 0 24px 58px rgba(0, 30, 60, .16);
}

@media (max-width: 991px) {
  .ct-inquiry-shell {
    width: min(100% - 36px, 760px);
  }

  .ct-contact-panel {
    min-height: 0;
  }

  .ct-faq-intro {
    position: static;
  }
}

@media (max-width: 767px) {
  .ct-hero {
    padding: 70px 0 66px;
  }

  .ct-hero + .ct-inquiry {
    padding: 60px 0;
  }

  .ct-inquiry-shell {
    width: calc(100% - 28px);
    border-radius: 18px;
  }

  .ct-contact-panel,
  .ct-form-card {
    padding: 36px 24px 32px;
  }

  .ct-network,
  .ct-process,
  .ct-faq,
  .ct-final {
    padding: 68px 0;
  }

  .ct-warehouse-strip,
  .ct-process-grid {
    gap: 14px;
  }

  .ct-process-grid li {
    min-height: 0;
    border-radius: 15px;
  }

  .ct-final-card {
    padding: 42px 26px;
    border-radius: 18px;
  }
}
