/* Handsfree client-website offering: dark operational presentation with a scrollable sample preview. */
:root {
  --hf-offer-ink: #071725;
  --hf-offer-panel: #0d2332;
  --hf-offer-teal: #11c5ae;
  --hf-offer-blue: #168bff;
  --hf-offer-paper: #f3f1ea;
}

.hf-websites-section {
  position: relative;
  overflow: hidden;
  padding: clamp(5.5rem, 9vw, 8.5rem) 1.5rem;
  background: var(--hf-offer-ink);
  color: #fff;
  isolation: isolate;
}

.hf-websites-section::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background: #0e1624;
}

.hf-websites-section::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(112deg, rgba(14, 22, 36, 0.1), rgba(14, 22, 36, 0.52));
  content: "";
}

.hf-websites-pattern {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
}

.hf-websites-shell {
  display: grid;
  grid-template-columns: minmax(17rem, 0.84fr) minmax(0, 1.16fr);
  align-items: center;
  max-width: 78rem;
  margin: 0 auto;
  gap: clamp(3.5rem, 8vw, 8rem);
}

.hf-websites-eyebrow,
.hf-websites-kicker,
.hf-websites-routes span {
  color: oklch(0.55 0.22 255);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hf-websites-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hf-websites-eyebrow::before {
  width: 3rem;
  height: 1px;
  background: oklch(0.55 0.22 255);
  content: "";
}

.hf-websites-title {
  max-width: 41rem;
  margin: 1rem 0 1.35rem;
  color: #fff;
  font-size: clamp(2.3rem, 4.7vw, 4.75rem);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 0.97;
}

.hf-websites-copy {
  max-width: 35rem;
  margin: 0;
  color: #bbcad1;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.72;
}

.hf-websites-features {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 2rem 0;
  list-style: none;
}

.hf-websites-features li {
  display: grid;
  grid-template-columns: 1.7rem 1fr;
  gap: 0.85rem;
  align-items: start;
  color: #e5ecef;
  font-size: 0.94rem;
  line-height: 1.55;
}

.hf-websites-features b {
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid rgba(17, 197, 174, 0.55);
  color: var(--hf-offer-teal);
  font-size: 0.7rem;
}

.hf-websites-routes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.hf-websites-routes span {
  padding: 0.48rem 0.66rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #b7c7cf;
  font-size: 0.62rem;
}

.hf-websites-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.75rem;
  margin-top: 2rem;
  padding: 0 1rem;
  border-radius: 10px;
  background: oklch(0.55 0.22 255);
  box-shadow: 0 10px 24px oklch(0.55 0.22 255 / 0.25);
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform 170ms cubic-bezier(0.23, 1, 0.32, 1), background 170ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 170ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hf-websites-cta:hover { background: oklch(0.48 0.20 255); box-shadow: 0 13px 29px oklch(0.55 0.22 255 / 0.32); transform: translateY(-2px); }
.hf-websites-cta:focus-visible { outline: 3px solid var(--hf-offer-blue); outline-offset: 4px; }

.hf-websites-preview-wrap { min-width: 0; }

.hf-websites-preview-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
  color: #a9bac2;
  font-size: 0.76rem;
  line-height: 1.4;
}

.hf-websites-preview-note a { color: var(--hf-offer-teal); font-weight: 750; text-decoration: none; }
.hf-websites-preview-note a:hover { color: #fff; }

.hf-websites-browser {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(190, 229, 229, 0.24);
  background: #02121c;
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.38);
}

.hf-websites-browser-bar {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  height: 2.55rem;
  padding: 0 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #0a1c27;
}

.hf-websites-browser-dot { width: 0.48rem; height: 0.48rem; border-radius: 50%; background: rgba(255, 255, 255, 0.3); }
.hf-websites-browser-address { overflow: hidden; flex: 1; margin-left: 0.45rem; padding: 0.38rem 0.55rem; border: 1px solid rgba(255, 255, 255, 0.11); color: #9eb2ba; font-size: 0.64rem; text-overflow: ellipsis; white-space: nowrap; }

.hf-websites-preview {
  display: block;
  width: 100%;
  height: clamp(28rem, 51vw, 42rem);
  border: 0;
  background: #071725;
}

.hf-websites-preview-link {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.75rem;
  background: rgba(5, 22, 32, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 750;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.hf-websites-preview-link:hover { border-color: var(--hf-offer-teal); color: var(--hf-offer-teal); }

@media (max-width: 850px) {
  .hf-websites-shell { grid-template-columns: 1fr; gap: 3.3rem; }
  .hf-websites-title, .hf-websites-copy { max-width: 42rem; }
  .hf-websites-preview { height: min(39rem, 104vw); }
}

@media (max-width: 520px) {
  .hf-websites-section { padding: 4.7rem 1.25rem; }
  .hf-websites-title { font-size: clamp(2.25rem, 12vw, 3.4rem); }
  .hf-websites-preview-note { align-items: flex-start; flex-direction: column; }
  .hf-websites-preview { height: 29rem; }
  .hf-websites-preview-link { right: 0.7rem; bottom: 0.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hf-websites-cta { transition: none; }
}
