* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fbf8f3;
  color: #4e5d68;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

strong {
  color: #38434d;
  font-weight: 600;
}

a {
  color: #5f7150;
}

a:hover {
  color: #4e5f41;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.stroke {
  fill: none;
}

.hair014-quiz-card {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 16px;
  border: 1px solid #dbddce;
  background: #fff;
  padding: clamp(22px, 3.6vw, 34px);
  color: #38434d;
  box-shadow: 0 40px 80px -42px rgba(20, 30, 14, 0.6);
}

.hair014-quiz-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #c97b5a, #a85a3c 40%, #7e9070);
  content: "";
}

.hair014-progress-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #5f7150;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hair014-progress {
  display: flex;
  gap: 4px;
  margin-bottom: 22px;
}

.hair014-progress span {
  flex: 1;
  height: 5px;
  background: #e6e7da;
}

.hair014-progress span.is-filled {
  background: #7e9070;
}

.hair014-quiz-image {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  border-radius: 4px;
}

.hair014-tag {
  margin: 0 0 12px;
  color: #5f7150;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hair014-question {
  margin: 0 0 16px;
  color: #38434d;
  font-size: clamp(20px, 4vw, 25px);
  font-weight: 600;
  line-height: 1.3;
}

.hair014-sub {
  margin: 0 0 14px;
  color: #8a959e;
  font-size: 13.5px;
  font-weight: 600;
}

.hair014-why {
  margin: 0 0 18px;
  border-left: 2px solid #7e9070;
  background: #f1f0e6;
  padding: 9px 12px;
  color: #5f7150;
  font-size: 12.5px;
}

.hair014-options {
  display: grid;
  gap: 10px;
}

.hair014-option {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  border: 1px solid #dbddce;
  background: #fff;
  padding: 14px 18px;
  color: #38434d;
  font: 15px/1.45 Arial, sans-serif;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s, background 0.18s, transform 0.18s;
}

.hair014-option:hover,
.hair014-option:focus-visible {
  border-color: #7e9070;
  outline: none;
  transform: translateY(-1px);
}

.hair014-option.is-selected {
  border-color: #5f7150;
  background: #e8e9da;
}

.hair014-option-mark {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1.5px solid #a9b89a;
  color: #fff;
  font-size: 12px;
}

.hair014-option.is-selected .hair014-option-mark {
  border-color: #5f7150;
  background: #5f7150;
}

.hair014-feedback {
  margin-top: 20px;
  border-left: 4px solid #a85a3c;
  background: #f1dfd6;
  padding: 18px 20px;
  color: #4e5d68;
  font-size: 14.5px;
  line-height: 1.6;
  animation: hair014-fade 0.35s ease;
}

.hair014-button {
  width: 100%;
  margin-top: 20px;
  border: 0;
  background: #5f7150;
  padding: 16px 22px;
  color: #fff;
  font: 700 15px/1.2 Arial, sans-serif;
  cursor: pointer;
}

.hair014-button--accent {
  background: #a85a3c;
}

.hair014-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.hair014-loading {
  padding: 34px 0 18px;
  text-align: center;
}

.hair014-loading-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin: 20px 0;
}

.hair014-loading-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7e9070;
  animation: hair014-pulse 1s ease-in-out infinite;
}

.hair014-loading-dots span:nth-child(2) {
  animation-delay: 0.15s;
}

.hair014-loading-dots span:nth-child(3) {
  animation-delay: 0.3s;
}

.hair014-result {
  text-align: center;
}

.hair014-result-badge {
  display: inline-block;
  margin-bottom: 14px;
  background: #e8e9da;
  padding: 7px 12px;
  color: #5f7150;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hair014-result h3 {
  margin: 0 0 14px;
  color: #38434d;
  font-size: clamp(23px, 4vw, 30px);
  line-height: 1.2;
}

.hair014-recap-card {
  margin-bottom: 10px;
  border: 1px solid #dbddce;
  border-left: 3px solid #a85a3c;
  background: #fff;
  padding: 14px 16px;
}

.hair014-recap-card small {
  display: block;
  margin-bottom: 5px;
  color: #a85a3c;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hair014-comparison {
  touch-action: none;
}

.hair014-standard-footer {
  border-top: 1px solid #dbddce;
  background: #fff;
  padding: 24px 22px 42px;
  color: #7c8795;
  font-size: 12px;
  line-height: 1.65;
}

.hair014-standard-footer-inner {
  max-width: 802px;
  margin: 0 auto;
}

.hair014-disclaimer-box {
  margin-bottom: 23px;
  border: 1px solid #e4dcc2;
  background: #fffbea;
  padding: 16px;
}

.hair014-disclaimer-box h2 {
  margin: 0 0 7px;
  color: #38434d;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.hair014-disclaimer-box p {
  margin: 0 0 8px;
}

.hair014-disclaimer-box p:last-child {
  margin-bottom: 0;
}

.hair014-disclaimer-box ul {
  margin: 5px 0 0;
  padding-left: 20px;
}

.hair014-disclaimer-box li {
  margin: 0 0 5px;
  padding-left: 1px;
}

.hair014-disclaimer-box li:last-child {
  margin-bottom: 0;
}

.hair014-standard-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
}

@keyframes hair014-fade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

@keyframes hair014-pulse {
  0%, 100% { opacity: 0.3; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-5px); }
}

@keyframes bxReveal {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 640px) {
  body {
    font-size: 15.5px;
  }

  .hair014-masthead-inner {
    gap: 10px !important;
  }

  .hair014-brand-lockup {
    gap: 6px !important;
  }

  .hair014-brand-mark {
    width: 34px !important;
    height: 34px !important;
  }

  .hair014-brand-name {
    font-size: 16px !important;
  }

  .hair014-advertorial {
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: 9px !important;
    letter-spacing: 0.08em !important;
  }

  .hair014-author-card {
    align-items: flex-start !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  .hair014-author-card img {
    width: 78px !important;
    height: 78px !important;
  }

  .hair014-quiz-shell {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .hair014-offer-grid > div {
    min-width: 100% !important;
  }

  .hair014-quiz-card {
    padding: 24px 18px;
  }

  .hair014-option {
    padding: 13px 14px;
    font-size: 14px;
  }
}

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