/* =============================================================
   XIN TUN ECOM - COLD CHAIN COMMERCE SYSTEMS
   Dark abyss-petrol reefer-logistics terminal theme
   Palette:
   Abyss-petrol #07222B  (body)
   Reefer-steel #0E2F3A  (panels)
   Engine-well #051318   (deep wells)
   Emerald-frost #37B884 (bright bio-green primary)
   Reefer-hazard #E3D26F (pale hazard-tape yellow, accents only)
   Hull-grey #93A8B5     (secondary text)
   Frost-white #E9EFF2   (headings / primary text)
   Ice tone derived from frost-white over steel = solid value used for ribbons
   ============================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #07222B;
  color: #E9EFF2;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #37B884;
  text-decoration: none;
}

a:hover {
  color: #5BD3A4;
}

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}

section.site {
  scroll-margin-top: 96px;
}

/* ------------------------------------------------------------------ */
/* NAVIGATION - REEFER RACK NAV                                        */
/* ------------------------------------------------------------------ */
.reefer-rack-nav {
  position: sticky;
  top: 0;
  z-index: 900;
  width: 100%;
  background-color: #0E2F3A;
  box-shadow: 0 2px 18px #02080c;
}

/* Top 20px unit-rack band: six reefer door silhouettes in a row */
.unit-rack-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20px;
  padding: 0 14px;
  background-color: #051318;
  border-bottom: 1px solid #1B4150;
  overflow: hidden;
}

.door-silhouette {
  position: relative;
  width: 9.5%;
  height: 12px;
  border: 1px solid #0E2F3A;
  border-radius: 2px;
  background-color: #081F28;
}

.door-silhouette::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 50%;
  width: 1px;
  background-color: #153B48;
  transform: translateX(-50%);
}

.door-silhouette.has-light::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #37B884;
}

.rack-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  max-width: 1220px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
}

.snowflake-glyph {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  position: relative;
  border: 1px solid #37B884;
  color: #37B884;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.snowflake-glyph::before {
  content: "\2744";
  font-size: 20px;
  line-height: 1;
}

.wordmark-holder .brand-name {
  font-size: 19px;
  letter-spacing: 0.22em;
  color: #E9EFF2;
  font-weight: 700;
  line-height: 1.1;
}

.wordmark-holder .brand-sub {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #93A8B5;
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-links a {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #93A8B5;
  font-weight: 600;
  padding: 4px 2px;
}

.nav-links a:hover {
  color: #37B884;
}

.nav-links a.current {
  color: #E9EFF2;
  border-bottom: 2px solid #37B884;
}

.sep-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #37B884;
  display: inline-block;
}

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 1px solid #1B4150;
  border-radius: 4px;
  padding: 9px 10px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #37B884;
}

/* ------------------------------------------------------------------ */
/* COLD CHAIN HERO                                                     */
/* ------------------------------------------------------------------ */
.cold-chain-hero {
  background-color: #07222B;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.hero-upper {
  text-align: center;
  padding: 56px 24px 40px;
}

.eyebrow-chip {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 24px;
  background-color: #37B884;
  color: #051318;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 24px;
}

.hero-headline {
  font-size: 52px;
  line-height: 1.08;
  color: #E9EFF2;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 22px;
}

.hero-headline .accent {
  color: #37B884;
}

.hero-subcopy {
  max-width: 760px;
  margin: 0 auto 30px;
  color: #93A8B5;
  font-size: 17px;
  line-height: 1.75;
}

.cta-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  border: 2px solid transparent;
  text-align: center;
  transition: background-color 0.2s, border-color 0.2s, transform 0.15s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background-color: #37B884;
  color: #051318;
}

.btn-primary:hover {
  background-color: #2da872;
  color: #051318;
}

.btn-outline {
  background-color: transparent;
  color: #E3D26F;
  border-color: #E3D26F;
}

.btn-outline:hover {
  background-color: #E3D26F;
  color: #051318;
}

/* Terminal bay band */
.terminal-bay {
  background-color: #0E2F3A;
  border-top: 1px solid #37B884;
  border-bottom: 1px solid #37B884;
  padding: 26px 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.reefer-unit {
  position: relative;
  width: 170px;
  background-color: #051318;
  border: 2px solid #1B4150;
  border-radius: 6px;
  padding: 16px 14px 12px;
}

.reefer-unit .rib {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #123744;
}

.reefer-unit .rib.r1 { left: 34px; }
.reefer-unit .rib.r2 { left: 84px; }
.reefer-unit .rib.r3 { left: 134px; }

.reefer-unit .unit-model {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #93A8B5;
  text-align: center;
  margin-top: 6px;
}

.realight {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #37B884;
}

.dial-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.temp-dial {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 4px solid #1B4150;
  border-top-color: #37B884;
  transform: rotate(25deg);
}

.temp-readout {
  font-family: "Consolas", "Courier New", monospace;
  font-size: 15px;
  color: #37B884;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.hazard-stripe {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 60px;
  height: 10px;
  background-image: repeating-linear-gradient(
    -45deg,
    #E3D26F 0 10px,
    #051318 10px 20px
  );
  border-radius: 2px;
}

.region-static {
  min-width: 220px;
  max-width: 360px;
}

.ammo-dock {
  min-width: 220px;
  max-width: 380px;
}

.sub-title {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #37B884;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}

.nowrap-label {
  font-size: 13px;
  font-weight: 700;
  color: #E9EFF2;
  margin-bottom: 10px;
}

.pallet-block {
  background-color: #123744;
  border-radius: 4px;
  padding: 4px;
}

.pallet-ribs {
  height: 5px;
  background-color: #081F28;
  border-radius: 3px;
  margin-bottom: 6px;
}

.pallet-ribs.light {
  background-color: #16404e;
}

.cargo-stack {
  display: flex;
  gap: 6px;
  justify-content: center;
}

.tape-big {
  width: 88px;
  height: 60px;
  border: 2px solid #E3D26F;
  background-color: #0A2731;
  border-radius: 3px;
  position: relative;
}

.tape-big::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  background-image: repeating-linear-gradient(
    -45deg,
    #37B884 0 8px,
    #071d25 8px 16px
  );
}

.ice-row {
  width: 100%;
  height: 6px;
  margin: 6px 0;
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0 12px,
    #bfe6f2 12px 24px,
    transparent 24px 36px
  );
  border-radius: 3px;
  height: 5px;
}

/* Dock leveler ramp + thermometer band */
.dock-leveler {
  border-left: 3px solid #1B4150;
  padding-left: 16px;
}

.dock-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #93A8B5;
  margin-bottom: 6px;
}

.dock-ramp {
  height: 26px;
  width: 150px;
  background-color: #0A2731;
  clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 65%);
  margin-bottom: 4px;
}

.dock-deck {
  height: 12px;
  width: 170px;
  background-color: #37B884;
  opacity: 1;
  border-radius: 2px;
}

.thermo-band {
  border-top: 3px solid #1B4150;
  margin-top: 14px;
  padding-top: 8px;
  max-width: 270px;
}

.thermo-title {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #93A8B5;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.thermo-scale {
  display: flex;
  height: 26px;
  border-radius: 3px;
  overflow: hidden;
}

.thermo-block {
  flex: 1;
}

.thermo-block.t1 { background-color: #0B3A4A; }
.thermo-block.t2 { background-color: #2C8FB0; }
.thermo-block.t3 { background-color: #9DDAEC; }

/* ------------------------------------------------------------------ */
/* SECTION HEADINGS                                                    */
/* ------------------------------------------------------------------ */
.section-title {
  color: #E9EFF2;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}

.section-title em {

  font-style: normal;
  color: #37B884;
}

.section-intro {
  color: #93A8B5;
  max-width: 840px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 1.7;
}

.section-head {
  text-align: center;
  padding-bottom: 20px;
}

/* ------------------------------------------------------------------ */
/* FROST LINE ROWS                                                     */
/* ------------------------------------------------------------------ */
.frost-line-rows {
  background-color: #07222B;
  padding: 72px 0 24px;
}

.service-rows {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.frost-row {
  display: flex;
  align-items: stretch;
  background-color: #0E2F3A;
  border: 1px solid #37B884;
  border-radius: 4px;
  overflow: hidden;
  min-height: 150px;
}

.gauge-column {
  flex: 0 0 74px;
  background-color: #051318;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.thermo-tube {
  position: relative;
  width: 12px;
  flex: 1;
  background-color: #0A2731;
  border-radius: 6px;
  overflow: hidden;
}

.gauge-scale {
  font-family: "Consolas", monospace;
  font-size: 9px;
  color: #93A8B5;
  margin-top: 8px;
  text-align: center;
  line-height: 1.5;
}

.thermo-tube .fill {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #37B884;
  border-radius: 0 3px 3px 0;
}
.row-level-1 { height: 30%; }
.row-level-2 { height: 72%; }
.row-level-3 { height: 48%; }
.row-level-4 { height: 86%; }
.row-level-5 { height: 58%; }
.row-level-6 { height: 36%; }

.frost-body {
  flex: 1;
  padding: 22px 22px 22px 24px;
}

.frost-body h3 {
  font-size: 22px;
  color: #E9EFF2;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.25;
}

.frost-body h3 span {
  color: #37B884;
}

.frost-body p {
  color: #93A8B5;
  font-size: 16px;
  line-height: 1.7;
}

.rook-tag {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #37B884;
  margin-top: 10px;
  font-weight: 700;
}

.set-point-chip {
  flex: 0 0 auto;
  align-self: center;
  background-color: #051318;
  border: 1px solid #1B4150;
  border-radius: 14px;
  padding: 8px 14px;
  margin-right: 20px;
  font-family: "Consolas", monospace;
  font-size: 15px;
  color: #93A8B5;
  letter-spacing: 0.04em;
  position: relative;
}

.set-point-chip .chip-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #37B884;
  margin-right: 7px;
  vertical-align: middle;
}

/* Set point chip text values per row; text handled in HTML */

/* ------------------------------------------------------------------ */
/* METRIC BAND                                                         */
/* ------------------------------------------------------------------ */
.metric-band {
  background-color: #051318;
  border-top: 1px solid #0E2F3A;
  border-bottom: 1px solid #0E2F3A;
  padding: 44px 24px;
  margin-top: 48px;
}

.metric-grid {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

.metric-cell {
  flex: 1;
  text-align: center;
  border-right: 1px solid #153B48;
  padding: 0 12px;
}

.metric-cell:last-child {
  border-right: none;
}

.metric-number {
  font-size: 46px;
  font-weight: 800;
  color: #E9EFF2;
  line-height: 1.1;
}

.metric-label {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #37B884;
  font-weight: 600;
}

/* ------------------------------------------------------------------ */
/* STATEMENT BAND                                                      */
/* ------------------------------------------------------------------ */
.statement-band {
  background-color: #0E2F3A;
  padding: 60px 24px;
  margin-top: 24px;
  border-top: 1px solid #37B884;
  border-bottom: 1px solid #37B884;
}

.statement-inner {
  max-width: 960px;
  margin: 0 auto;
  border-left: 4px solid #37B884;
  padding-left: 26px;
}

.statement-inner p {
  font-size: 24px;
  line-height: 1.5;
  color: #E9EFF2;
  font-weight: 500;
}

.statement-attr {
  margin-top: 16px;
  color: #93A8B5;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

/* ------------------------------------------------------------------ */
/* CTA BAND                                                            */
/* ------------------------------------------------------------------ */
.cta-band {
  background-color: #07222B;
  text-align: center;
  padding: 72px 24px;
}

.cta-band h2 {
  color: #37B884;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 14px;
}

.cta-band .cta-sub {
  color: #93A8B5;
  font-size: 17px;
  margin: 0 auto 30px;
  max-width: 720px;
}

/* ------------------------------------------------------------------ */
/* FOOTER - REEFER DOOR FOOTER                                         */
/* ------------------------------------------------------------------ */
.reefer-door-footer {
  width: 100%;
  background-color: #051318;
  color: #93A8B5;
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.unit-door-strip {
  height: 16px;
  background-color: #0E2F3A;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.door-edge {
  flex: 1;
  max-width: 30px;
  position: relative;
  height: 12px;
  border-right: 1px solid #081F28;
  border-left: 1px solid #081F28;
  background-color: #0A2731;
}

.door-edge::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 50%;
  width: 1px;
  background-color: #153B48;
}

.door-edge.middle-light::before {
  content: "";
  position: absolute;
  top: -3px;
  right: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #37B884;
}

.footer-close {
  position: relative;
  z-index: 2;
}

.foot-grid {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  padding: 34px 24px 20px;
  position: relative;
  z-index: 1;
}

.foot-band {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.foot-zone {
  flex: 1;
  min-width: 220px;
}

.foot-zone .fallback-glyph {
  width: 34px;
  height: 34px;
  border: 1px solid #37B884;
  color: #37B884;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.foot-wordmark {
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #E9EFF2;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}

.foot-desc {
  font-size: 14px;
  color: #93A8B5;
  max-width: 330px;
}

.foot-zones-inner {
  display: flex;
  gap: 30px;
}

.foot-link-head {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #37B884;
  font-weight: 700;
  margin-bottom: 10px;
}

.foot-link-head.grey {
  color: #37B884;
}

.foot-links {
  list-style: none;
}

.foot-links li {
  margin-bottom: 8px;
}

.foot-links a {
  color: #93A8B5;
  font-size: 14px;
}

.foot-links a:hover {
  color: #E9EFF2;
}

.foot-contact {
  font-size: 14px;
  line-height: 1.8;
  max-width: 380px;
}

.foot-legal-rule {
  border: none;
  border-top: 1px solid #153B48;
  margin: 0;
}

.foot-legal {
  padding: 12px 24px 22px;
  text-align: center;
  width: 100%;
  font-size: 13px;
  color: #93A8B5;
  position: relative;
  z-index: 1;
}

/* Visibility of any decorative abs watermark */
.deco-watermark {
  position: absolute;
  visibility: hidden;
}

/* ------------------------------------------------------------------ */
/* SCROLL REVEAL (safe without JS)                                     */
/* ------------------------------------------------------------------ */
[data-reveal] {
  opacity: 1;
  transform: none;
}

[data-reveal].revealed {
  opacity: 1;
  transform: none;
}

/* ------------------------------------------------------------------ */
/* CONTACT / FORMS                                                     */
/* ------------------------------------------------------------------ */
.contact-form {
  display: block;
}

.form-field {
  margin-bottom: 18px;
}

.form-field label {
  display: block;
  margin-bottom: 7px;
  color: #E9EFF2;
  font-size: 14px;
  font-weight: 600;
}

.form-input {
  width: 100%;
  background-color: #051318;
  border: 1px solid #1B4150;
  color: #E9EFF2;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 16px;
  font-family: inherit;
}

.form-input:focus {
  outline: none;
  border-color: #37B884;
}

textarea.form-input {
  min-height: 150px;
  resize: vertical;
}

.form-status {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 15px;
}

.form-status.ok {
  background-color: #0E2F3A;
  color: #37B884;
  border: 1px solid #37B884;
}

.form-status.err {
  background-color: #0E2F3A;
  color: #E3D26F;
  border: 1px solid #E3D26F;
}

/* Contact page FAQ */
.faq-item {
  background-color: #0E2F3A;
  border: 1px solid #37B884;
  border-radius: 4px;
  margin-bottom: 12px;
}

.faq-q {
  color: #E9EFF2;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.faq-q::after {
  content: "+";
  color: #37B884;
  font-size: 22px;
  line-height: 1;
}

.faq-item.open .faq-q::after {
  content: "-";
}

.faq-a {
  color: #B9C7CE;
  font-size: 15px;
  line-height: 1.7;
  padding: 0 20px 18px;
}

/* Icon text glyph headings used on secondary pages */
.mini-glyph {
  color: #37B884;
  font-size: 14px;
  margin-right: 8px;
}

/* Second-level pages: services / contact --------------------------------- */
.page-banner {
  background-color: #0E2F3A;
  border-bottom: 1px solid #37B884;
  padding: 48px 24px 42px;
}

.page-banner .page-title {
  color: #E9EFF2;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}

.page-banner .page-title span {
  color: #37B884;
}

.page-banner .page-lede {
  color: #93A8B5;
  font-size: 17px;
  max-width: 800px;
  line-height: 1.7;
}

.content-band {
  background-color: #07222B;
  padding: 60px 24px;
}

.content-block {
  max-width: 1220px;
  padding: 0;
}

.service-block {
  border: 1px solid #1B4150;
  border-left: 4px solid #37B884;
  background-color: #0E2F3A;
  border-radius: 4px;
  padding: 28px 30px;
  margin-bottom: 20px;
}

.service-block h2 {
  color: #E9EFF2;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 12px;
}

.service-block h2 .num {
  color: #37B884;
}

.service-block p {
  color: #B9C7CE;
  line-height: 1.75;
  margin-bottom: 14px;
}

.service-block .svc-tags {
  margin-top: 6px;
}

.service-block .svc-tag {
  display: inline-block;
  background-color: #051318;
  border: 1px solid #37B884;
  color: #37B884;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 13px;
  margin: 3px 6px 3px 0;
}

.mini-sec-head {
  color: #E9EFF2;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 24px;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.process-step {
  flex: 1 1 170px;
  background-color: #0E2F3A;
  border: 1px solid #1B4150;
  border-top: 3px solid #37B884;
  border-radius: 4px;
  padding: 20px;
}

.process-step .step-num {
  color: #37B884;
  font-family: "Consolas", monospace;
  font-size: 18px;
  font-weight: 700;
}

.process-step h3 {
  color: #E9EFF2;
  font-size: 17px;
  margin: 6px 0 8px;
}

.process-step p {
  color: #B9C7CE;
  font-size: 14px;
  line-height: 1.6;
}

.two-col {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.col {
  flex: 1 1 260px;
}

.contact-card {
  background-color: #0E2F3A;
  border: 1px solid #37B884;
  border-radius: 4px;
  padding: 26px;
  margin-bottom: 20px;
}

.contact-card h3 {
  color: #E9EFF2;
  font-size: 18px;
  border-left: 3px solid #37B884;
  padding-left: 12px;
  margin-bottom: 12px;
}

.contact-card p,
.contact-card div {
  color: #B9C7CE;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 720px) {
  .page-banner {
    padding: 36px 20px;
  }
  .service-block {
    padding: 20px;
  }
}

/* ------------------------------------------------------------------ */
/* RESPONSIVE                                                          */
/* ------------------------------------------------------------------ */
@media (min-width: 900px) {
  .foot-band {
    flex-direction: row;
  }
}

@media (max-width: 900px) {
  .metric-grid {
    flex-direction: column;
    gap: 26px;
  }
  .metric-cell {
    border-right: none;
    border-bottom: 1px solid #153B48;
    padding-bottom: 20px;
  }
  .metric-cell:last-child {
    border-bottom: none;
  }
  .service-rows {
    flex-direction: column;
  }
  .set-point-chip {
    margin: 0 0 16px 74px;
    align-self: flex-start;
  }
  .hero-headline {
    font-size: 38px;
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding-top: 8px;
    border-top: 1px solid #1B4150;
  }

  .nav-links.open {
    display: flex;
  }

  .sep-dot {
    display: none;
  }

  .unit-rack-band {
    display: none;
  }

  .hero-headline {
    font-size: 30px;
  }

  .terminal-bay {
    flex-direction: column;
    align-items: center;
  }

  .reefer-unit {
    width: 90%;
    max-width: 320px;
  }

  .frost-row {
    flex-direction: column;
  }

  .gauge-column {
    flex: 0 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 14px;
  }

  .thermo-tube {
    width: 70%;
    height: 12px;
    flex: initial;
  }

  .gauge-scale {
    display: none;
  }

  .foot-zones-inner {
    flex-direction: column;
  }

  .foot-horizontal {
    flex-direction: column;
  }
}
