/* ============================================================================
   HANSECLOUD — STYLES
   Brand: Russo One (H1), Ubuntu (Body), Ubuntu Mono (Code/Mono)
   Colors: Cyan #36BACE, Cyan-Deep #1F8C9E, Schwarz #000111, Hellgrau #F4F4F4
   ============================================================================ */
  :root {
    --cyan: #36BACE;
    --cyan-deep: #1F8C9E;
    --cyan-soft: #DFF3F7;
    --cyan-tint: #F2FAFC;
    --black: #000111;
    --black-soft: #1A1B25;
    --grey-light: #F4F4F4;
    --grey-mid: #DADBDD;
    --grey-text: #6B7280;
    --grey-deep: #4B5563;
    --warm-bg: #FAFAFA;
  }

  * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Ubuntu', system-ui, sans-serif;
    background: #fff;
    color: var(--black);
    overflow-x: hidden;
    font-size: 15.5px;
    line-height: 1.6;
  }

  /* === TYPOGRAPHY === */
  .h1 {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.005em;
    line-height: 0.95;
  }
  .display { font-family: 'Ubuntu', sans-serif; font-weight: 700; letter-spacing: -0.02em; }
  .display-tight { font-family: 'Ubuntu', sans-serif; font-weight: 700; letter-spacing: -0.025em; line-height: 1.05; }
  .mono { font-family: 'Ubuntu Mono', monospace; }

  .container { max-width: 1200px; margin: 0 auto; padding: 0 22px; }
  @media(min-width:768px){ .container { padding: 0 36px; } }

  /* === BRAND === */
  /* Wortmarke (HANSE/CLOUD) */
  .wm { display: inline-flex; flex-direction: column; gap: 2px; align-items: flex-start; line-height: 1; }
  .wm-row {
    background: var(--black);
    color: #fff;
    font-family: 'Russo One', sans-serif;
    font-size: 13px;
    padding: 3px 8px 4px;
    transform: skew(-6deg);
    letter-spacing: 0.02em;
  }
  .wm-row > span { display: inline-block; transform: skew(6deg); }
  .wm-row.cyan { background: var(--cyan); color: var(--black); margin-left: 11px; }

  /* Brand-Tag mit 6° Skew */
  .btag {
    display: inline-block;
    background: var(--black);
    color: #fff;
    padding: 5px 12px 6px;
    font-family: 'Russo One', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transform: skew(-6deg);
    line-height: 1;
  }
  .btag-cyan { background: var(--cyan); color: var(--black); }
  .btag-soft { background: var(--cyan-soft); color: var(--cyan-deep); }
  .btag > span { display: inline-block; transform: skew(6deg); }

  /* Cloud-Blob */
  .cloud {
    position: absolute;
    border-radius: 64% 36% 60% 40% / 50% 60% 40% 50%;
    background: var(--cyan);
    pointer-events: none;
    z-index: 0;
  }
  .cloud-2 { border-radius: 50% 30% 70% 40% / 40% 70% 30% 60%; }
  .cloud-3 { border-radius: 70% 30% 50% 50% / 60% 40% 60% 40%; }

  /* === BUTTONS === */
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 999px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all .22s cubic-bezier(0.2, 0.7, 0.2, 1);
    border: 1.5px solid transparent;
    line-height: 1;
  }
  .btn-primary {
    background: var(--black);
    color: #fff;
    box-shadow: 0 4px 14px -3px rgba(10,14,26,0.28), 0 2px 6px -1px rgba(10,14,26,0.12);
  }
  .btn-primary:hover { background: var(--cyan); color: var(--black); transform: translateY(-2px); box-shadow: 0 10px 24px -6px rgba(54,186,206,0.45); }
  .btn-cyan {
    background: var(--cyan);
    color: var(--black);
    font-weight: 700;
    box-shadow: 0 4px 16px -3px rgba(54,186,206,0.45), 0 2px 6px -1px rgba(54,186,206,0.2);
  }
  .btn-cyan:hover { background: var(--black); color: var(--cyan); transform: translateY(-2px); box-shadow: 0 10px 28px -6px rgba(54,186,206,0.55); }
  .btn-outline { background: #fff; color: var(--black); border-color: var(--black); }
  .btn-outline:hover { background: var(--black); color: #fff; box-shadow: 0 6px 16px -4px rgba(10,14,26,0.25); }
  .btn-ghost { background: transparent; color: var(--black); }
  .btn-ghost:hover { color: var(--cyan-deep); }
  .btn-sm { padding: 10px 18px; font-size: 14px; }

  /* === CARDS === */
  .card {
    background: #fff;
    border: 1px solid var(--grey-mid);
    border-radius: 18px;
    color: var(--black);
    box-shadow: 0 1px 3px rgba(10,14,26,0.04), 0 4px 14px -4px rgba(10,14,26,0.07);
    transition: all .28s cubic-bezier(0.2, 0.7, 0.2, 1);
  }
  .card-hover:hover {
    border-color: var(--black);
    transform: translateY(-5px);
    box-shadow: 0 14px 34px -10px rgba(10,14,26,0.18), 0 6px 14px -6px rgba(10,14,26,0.10);
  }
  .card-deep {
    box-shadow: 0 4px 12px rgba(10,14,26,0.06), 0 18px 50px -16px rgba(10,14,26,0.18);
  }
  .card-soft {
    background: linear-gradient(135deg, var(--cyan-tint) 0%, #fff 100%);
    border: 1px solid var(--cyan-soft);
    border-radius: 18px;
    color: var(--black);
    box-shadow: 0 1px 3px rgba(54,186,206,0.06), 0 6px 18px -8px rgba(54,186,206,0.15);
  }

  /* === DARK HERO override für Atmosphäre bei Nacht/Dämmerung === */
  .hero-night {
    --grey-deep: rgba(255, 255, 255, 0.82);
    --grey-text: rgba(255, 255, 255, 0.55);
    --black: #fff;
    color: #fff;
  }
  /* Cards behalten ihre eigene Farbgebung — variables zurücksetzen */
  .hero-night .card,
  .hero-night .card-3d,
  .hero-night .card-soft,
  .hero-night .note-card {
    --grey-deep: #4B5563;
    --grey-text: #6B7280;
    --black: #000111;
    color: var(--black);
  }

  /* === FORM === */
  .field {
    background: #fff;
    border: 1.5px solid var(--grey-mid);
    padding: 13px 15px;
    border-radius: 12px;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14.5px;
    color: var(--black);
    transition: all .15s ease;
  }
  .field:focus { outline: none; border-color: var(--black); box-shadow: 0 0 0 4px rgba(54,186,206,0.18); }
  .field-label { font-size: 13.5px; font-weight: 500; color: var(--black); margin-bottom: 6px; display: block; }

  /* === LED === */
  .led {
    display: inline-block;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #22C55E;
    box-shadow: 0 0 0 0 rgba(34,197,94,0.6);
    animation: ledPulse 2.4s ease-in-out infinite;
  }
  @keyframes ledPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0.6); }
    50% { box-shadow: 0 0 0 5px rgba(34,197,94,0); }
  }

  /* === STEPPER === */
  .step-circle {
    width: 60px; height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-deep) 100%);
    color: var(--black);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Russo One', sans-serif;
    font-size: 22px;
    box-shadow: 0 10px 28px -8px rgba(54,186,206,0.55), 0 4px 12px -4px rgba(54,186,206,0.35), inset 0 -3px 6px rgba(0,0,0,0.08);
    flex-shrink: 0;
    border: 3px solid #fff;
  }
  .step-line {
    flex: 1;
    height: 2px;
    border-top: 2px dashed var(--cyan);
    margin: 28px 12px 0;
  }
  @media(max-width:768px){
    .step-line { display: none; }
  }

  /* === ANIMATIONS === */
  @keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
  .reveal { animation: fadeUp 0.7s cubic-bezier(0.2,0.7,0.2,1) both; }
  .reveal-1 { animation-delay: 0.08s; }
  .reveal-2 { animation-delay: 0.16s; }
  .reveal-3 { animation-delay: 0.24s; }
  .float { animation: float 4s ease-in-out infinite; }

  /* === FAQ === */
  .faq-item {
    border-bottom: 1px solid var(--grey-mid);
    transition: all .2s ease;
  }
  .faq-item:hover { background: var(--warm-bg); }
  .faq-item:last-child { border-bottom: none; }
  .faq-q {
    width: 100%;
    text-align: left;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: var(--black);
  }
  .faq-icon {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--cyan-tint);
    color: var(--cyan-deep);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: all .2s ease;
  }
  .faq-item.open .faq-icon {
    background: var(--cyan);
    color: var(--black);
    transform: rotate(45deg);
  }
  .faq-a {
    padding: 0 24px 22px 24px;
    color: var(--grey-deep);
    font-size: 15px;
    line-height: 1.65;
    max-width: 720px;
  }

  /* === SELECTION === */
  ::selection { background: var(--cyan); color: var(--black); }
  ::-webkit-scrollbar { width: 10px; height: 10px; }
  ::-webkit-scrollbar-track { background: transparent; }
  ::-webkit-scrollbar-thumb { background: var(--grey-mid); border-radius: 5px; }

  /* === STICKY MOBILE CTA === */
  .sticky-cta {
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 60;
    background: var(--cyan);
    color: var(--black);
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 30px -8px rgba(54,186,206,0.55);
    font-size: 15px;
  }
  @media(min-width:768px) { .sticky-cta { display: none; } }

  /* Avatar */
  .avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    border: 3px solid #fff;
    box-shadow: 0 4px 14px -3px rgba(10,14,26,0.22), 0 2px 5px -2px rgba(10,14,26,0.10);
    position: relative;
  }
  .avatar-online::after {
    content: "";
    position: absolute;
    bottom: -2px; right: -2px;
    width: 12px; height: 12px;
    border-radius: 50%;
    background: #22C55E;
    border: 2.5px solid #fff;
  }

  /* Eyebrow */
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Ubuntu Mono', monospace;
    font-size: 12px;
    color: var(--cyan-deep);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .eyebrow::before {
    content: ""; width: 24px; height: 2px; background: var(--cyan);
  }

  /* Phone block */
  .phone-block {
    font-family: 'Ubuntu Mono', monospace;
    letter-spacing: 0.02em;
  }

  /* Subtle radial glow für Tiefe in Hero */
  .radial-glow {
    background: radial-gradient(circle at 70% 30%, rgba(54,186,206,0.08) 0%, transparent 60%);
  }

  /* Persönliche Notiz / Handschrift-Akzent */
  .note-card {
    background: #FFFEF5;
    border: 1px solid #F5E9C7;
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04), 0 8px 20px -10px rgba(0,0,0,0.10);
    position: relative;
  }
  .note-card::before {
    content: "";
    position: absolute;
    top: -7px; left: 18px;
    width: 28px; height: 14px;
    background: rgba(54,186,206,0.4);
    border-radius: 2px;
    transform: rotate(-3deg);
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  }

  /* === PARALLAX === */
  .parallax-slow   { transform: translate3d(0, calc(var(--scroll-y, 0) * 0.35px), 0); will-change: transform; }
  .parallax-medium { transform: translate3d(0, calc(var(--scroll-y, 0) * 0.65px), 0); will-change: transform; }
  .parallax-fast   { transform: translate3d(0, calc(var(--scroll-y, 0) * 1.0px), 0); will-change: transform; }
  .parallax-extreme{ transform: translate3d(0, calc(var(--scroll-y, 0) * 1.4px), 0); will-change: transform; }
  .parallax-up     { transform: translate3d(0, calc(var(--scroll-y, 0) * -0.30px), 0); will-change: transform; }
  .parallax-up-strong { transform: translate3d(0, calc(var(--scroll-y, 0) * -0.55px), 0); will-change: transform; }

  /* Atmospheric depth: subtle mesh gradient layers für Hintergrund-Tiefe */
  .depth-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(ellipse 60% 40% at 80% 10%, rgba(54,186,206,0.14) 0%, transparent 65%),
      radial-gradient(ellipse 50% 50% at 10% 60%, rgba(54,186,206,0.09) 0%, transparent 70%),
      radial-gradient(ellipse 80% 30% at 50% 110%, rgba(54,186,206,0.07) 0%, transparent 60%);
  }

  /* Data dots cluster — kleine schwebende Datenpunkte */
  .data-dots {
    position: absolute;
    pointer-events: none;
    background-image: radial-gradient(rgba(54,186,206,0.55) 1.4px, transparent 1.6px);
    background-size: 14px 14px;
    -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
            mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  }
  .data-dots-soft {
    background-image: radial-gradient(rgba(54,186,206,0.30) 1px, transparent 1.2px);
    background-size: 12px 12px;
  }

  /* Connecting lines (Data-flow) */
  .data-line {
    position: absolute;
    pointer-events: none;
  }
  .data-line svg { width: 100%; height: 100%; }
  .data-line path { stroke: var(--cyan); stroke-width: 1.2; fill: none; stroke-dasharray: 3 5; opacity: 0.45; }
  .data-line circle { fill: var(--cyan); }

  /* 3D card lift — multi-layer shadow für Tiefenwirkung */
  .card-3d {
    background: #fff;
    border: 1px solid var(--grey-mid);
    border-radius: 18px;
    box-shadow:
      0 1px 2px rgba(10,14,26,0.04),
      0 4px 12px -2px rgba(10,14,26,0.06),
      0 12px 32px -10px rgba(10,14,26,0.10);
    transition: all .35s cubic-bezier(0.2, 0.7, 0.2, 1);
    transform: translateY(0);
  }
  .card-3d:hover {
    transform: translateY(-6px);
    border-color: rgba(0,1,17,0.4);
    box-shadow:
      0 1px 2px rgba(10,14,26,0.04),
      0 8px 20px -4px rgba(10,14,26,0.10),
      0 24px 56px -16px rgba(10,14,26,0.20);
  }

  /* Drift animation für leise Schwebebewegung */
  @keyframes driftX { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(8px); } }
  @keyframes driftY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
  .drift-x { animation: driftX 8s ease-in-out infinite; }
  .drift-y { animation: driftY 6s ease-in-out infinite; }

  /* === ADMIN BACKEND === */
  .admin-shell { background: var(--warm-bg); min-height: 100vh; }
  .admin-topbar {
    background: var(--black);
    color: #fff;
    border-bottom: 2px solid var(--cyan);
    padding: 14px 0;
  }
  .admin-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px 4px;
    background: var(--cyan);
    color: var(--black);
    font-family: 'Russo One', sans-serif;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transform: skew(-6deg);
  }
  .admin-tag > span { display: inline-block; transform: skew(6deg); }
  .admin-card {
    background: #fff;
    border: 1px solid var(--grey-mid);
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(10,14,26,0.05), 0 8px 24px -10px rgba(10,14,26,0.10);
  }
  .admin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
  }
  .admin-table th {
    background: var(--warm-bg);
    text-align: left;
    padding: 12px 16px;
    font-family: 'Ubuntu Mono', monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--grey-deep);
    font-weight: 700;
    border-bottom: 1px solid var(--grey-mid);
  }
  .admin-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--grey-mid);
    vertical-align: middle;
  }
  .admin-table tr:last-child td { border-bottom: none; }
  .admin-table tr.clickable { cursor: pointer; transition: background .15s ease; }
  .admin-table tr.clickable:hover { background: var(--cyan-tint); }

  .status-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: 'Ubuntu Mono', monospace;
  }
  .status-open      { background: #FEF3C7; color: #92400E; }
  .status-progress  { background: var(--cyan-tint); color: var(--cyan-deep); }
  .status-active    { background: #D1FAE5; color: #065F46; }
  .status-inactive  { background: #F3F4F6; color: #4B5563; }
  .status-pill::before { content: "●"; font-size: 9px; }

  .stat-tile {
    background: #fff;
    border: 1px solid var(--grey-mid);
    border-radius: 12px;
    padding: 16px 18px;
    box-shadow: 0 1px 3px rgba(10,14,26,0.04);
  }
  .stat-tile-num {
    font-family: 'Ubuntu Mono', monospace;
    font-weight: 700;
    font-size: 28px;
    color: var(--black);
    line-height: 1;
  }
  .stat-tile-label {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--grey-deep);
    margin-top: 6px;
  }

  /* Step indicator (Checkout multistep) */
  .step-bar { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; flex-wrap: wrap; }
  .step-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    background: var(--warm-bg);
    color: var(--grey-deep);
    border: 1px solid var(--grey-mid);
  }
  .step-pill.active {
    background: var(--cyan);
    color: var(--black);
    border-color: var(--cyan);
    box-shadow: 0 4px 14px -3px rgba(54,186,206,0.45);
  }
  .step-pill.done {
    background: #D1FAE5;
    color: #065F46;
    border-color: #A7F3D0;
  }
  .step-pill .step-num {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: rgba(0,1,17,0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Ubuntu Mono', monospace;
  }
  .step-pill.active .step-num { background: rgba(0,1,17,0.18); }
  .step-pill.done .step-num { background: rgba(6,95,70,0.15); }


/* ============================================================================
   CMS-HEADER + FOOTER + DRAWER (Master-Template-spezifisch)
   ============================================================================ */
body.hc {
  background: #fff;
  color: var(--black);
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
  padding: 0;
}

/* Header */
.hc-header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(150%) blur(10px);
  -webkit-backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid var(--grey-mid);
}
.hc-logo { height: 38px; width: auto; display: block; }
.hc-nav-link {
  padding: 8px 14px;
  border-radius: 8px;
  color: var(--black);
  text-decoration: none;
  transition: background-color .2s ease;
}
.hc-nav-link:hover { background: var(--cyan-tint); color: var(--cyan-deep); }
.hc-nav-link.active { background: var(--black); color: #fff; }

.hc-phone {
  color: var(--black);
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 6px;
  transition: color .2s;
}
.hc-phone:hover { color: var(--cyan-deep); }

.hc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease;
  white-space: nowrap;
  cursor: pointer;
  border: 1.5px solid transparent;
}
.hc-btn-primary { background: var(--black); color: #fff; }
.hc-btn-primary:hover { background: var(--cyan-deep); color: #fff; }
.hc-btn-cyan { background: var(--cyan); color: var(--black); }
.hc-btn-cyan:hover { background: var(--cyan-deep); color: #fff; }
.hc-btn-outline { background: transparent; color: var(--black); border-color: var(--black); }
.hc-btn-outline:hover { background: var(--black); color: #fff; }

.hc-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--warm-bg);
  color: var(--black);
  border: 1px solid var(--grey-mid);
  text-decoration: none;
  transition: all .2s ease;
  position: relative;
}
.hc-cart-btn:hover { background: var(--cyan-tint); border-color: var(--cyan); }
.hc-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--cyan);
  color: var(--black);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Ubuntu Mono', monospace;
}

.hc-burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: transparent;
  color: var(--black);
  border: 1px solid var(--grey-mid);
  cursor: pointer;
  transition: background .2s;
}
.hc-burger:hover { background: var(--warm-bg); }
.hc-burger[aria-expanded="true"] { background: var(--black); color: #fff; }

.hc-drawer { border-top: 1px solid var(--grey-mid); background: #fff; padding: 8px 0; }
.hc-drawer[hidden] { display: none; }
.hc-drawer-link {
  display: block;
  padding: 14px 20px;
  color: var(--black);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid var(--grey-mid);
}
.hc-drawer-link:last-child { border-bottom: 0; }
.hc-drawer-link:hover { background: var(--cyan-tint); color: var(--cyan-deep); }

.hc-breadcrumb-wrap { border-bottom: 1px solid var(--grey-mid); background: var(--warm-bg); }
.hc-breadcrumb,
.hc-breadcrumb ul,
.hc-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  font-size: 12.5px;
  color: var(--grey-text);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.hc-breadcrumb a { color: var(--grey-deep); text-decoration: none; }
.hc-breadcrumb a:hover { color: var(--cyan-deep); }
.hc-breadcrumb li + li::before { content: "›"; padding: 0 6px; color: var(--grey-mid); }
.hc-breadcrumb:empty { display: none; }

.hc-main { display: block; }

/* Footer */
.hc-footer { background: var(--black); color: #fff; margin-top: 80px; }
.hc-footer-lead {
  font-size: 14px;
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
  margin-bottom: 18px;
  max-width: 460px;
}
.hc-footer-contact { display: flex; flex-direction: column; gap: 6px; font-size: 13.5px; }
.hc-footer-contact a,
.hc-footer-contact span { color: rgba(255,255,255,0.78); text-decoration: none; }
.hc-footer-contact a:hover { color: var(--cyan); }
.hc-footer-contact strong { color: rgba(255,255,255,0.55); font-weight: 500; margin-right: 6px; }

.hc-footer-h {
  font-size: 11.5px;
  font-family: 'Ubuntu Mono', monospace;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--cyan);
  margin: 0 0 16px;
  font-weight: 700;
}
.hc-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.hc-footer-list a { color: rgba(255,255,255,0.82); text-decoration: none; transition: color .2s; }
.hc-footer-list a:hover { color: var(--cyan); }

.hc-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.10);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}

/* Box-Sizing Reset */
.hc *, .hc *::before, .hc *::after { box-sizing: border-box; }

