/*
Theme Name: Haircoach Professional
Theme URI: https://haircoach.at
Author: Haircoach
Description: Updatefestes WooCommerce-Theme für die Haircoach Professional Academy.
Version: 1.1.2
Text Domain: haircoach-professional
*/

:root {
  --hc-ink: #111216;
  --hc-black: #0c0d10;
  --hc-paper: #ffffff;
  --hc-soft: #ffffff;
  --hc-muted: #65676c;
  --hc-line: #e2dfd8;
  --hc-pink: #86672f;
  --hc-pink-dark: #684d20;
  --hc-gold: #b89555;
  --hc-wrap: 1240px;
  --hc-radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--hc-ink);
  background: var(--hc-paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .hc-site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hc-wrap { width: min(calc(100% - 48px), var(--hc-wrap)); margin-inline: auto; }
.hc-section { padding: 96px 0; }
.hc-kicker {
  margin: 0 0 14px;
  color: var(--hc-pink);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.hc-kicker--gold { color: var(--hc-gold); }
.hc-display, .hc-heading { margin: 0; letter-spacing: -.045em; line-height: .98; }
.hc-display { max-width: 700px; font-size: clamp(3rem, 5.4vw, 5.4rem); font-weight: 800; }
.hc-heading { font-size: clamp(2.1rem, 3.5vw, 3.8rem); font-weight: 780; }
.hc-heading--small { font-size: clamp(1.9rem, 3vw, 3.25rem); }
.hc-pink { color: var(--hc-pink); }
.hc-copy { max-width: 670px; color: var(--hc-muted); font-size: 1.05rem; }
.hc-copy--light { color: #c9c9cc; }

.hc-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 22px;
  border: 1px solid var(--hc-ink);
  border-radius: var(--hc-radius);
  background: transparent;
  color: var(--hc-ink);
  font-size: .9rem;
  font-weight: 700;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.hc-btn:hover, .hc-btn:focus-visible { transform: translateY(-2px); }
.hc-btn--primary { border-color: var(--hc-gold); background: var(--hc-black); color: #fff; box-shadow: 0 10px 26px rgba(12,13,16,.16); }
.hc-btn--primary:hover, .hc-btn--primary:focus-visible { border-color: var(--hc-gold); background: var(--hc-gold); color: var(--hc-black); }
.hc-btn--light { border-color: #d0d0d2; background: #fff; }
.hc-btn--dark { border-color: var(--hc-black); background: var(--hc-black); color: #fff; }
.hc-btn--outline-light { border-color: #55565a; color: #fff; }

.hc-topline { height: 28px; display: grid; place-items: center; background: var(--hc-black); color: var(--hc-gold); font-size: .62rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hc-site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid #ececeb; backdrop-filter: blur(16px); }
.hc-header-row { min-height: 86px; display: grid; grid-template-columns: 235px 1fr auto; align-items: center; gap: 22px; }
.hc-brand img { width: 220px; max-height: 60px; object-fit: contain; }
.hc-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 3vw, 44px); }
.hc-nav a { position: relative; padding: 30px 0 27px; font-size: .86rem; font-weight: 650; }
.hc-nav a::after { content: ""; position: absolute; inset: auto 50% 20px; height: 2px; background: var(--hc-pink); transition: inset .2s ease; }
.hc-nav a:hover::after, .hc-nav a:focus-visible::after, .hc-nav a[aria-current="page"]::after { inset-inline: 0; }
.hc-nav .hc-cart-link { display: inline-flex; min-width: 25px; align-items: center; justify-content: center; }
.hc-nav .hc-cart-link::after { display: none; }
.hc-cart-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hc-cart-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.hc-cart-count { position: absolute; top: 17px; right: -12px; display: grid; min-width: 18px; height: 18px; place-items: center; padding: 0 5px; border: 1px solid var(--hc-gold); border-radius: 999px; background: var(--hc-black); color: var(--hc-gold); font-size: .62rem; font-weight: 800; line-height: 1; }
.hc-header-actions { display: flex; align-items: center; gap: 12px; }
.hc-header-actions .hc-btn { min-height: 46px; padding: 10px 20px; }
.hc-mobile-nav-actions { display: none; }
.hc-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--hc-line); background: #fff; font-size: 1.4rem; }

.hc-hero { min-height: 680px; display: grid; align-items: stretch; background: #fff; }
.hc-hero__image { grid-area: 1 / 1; background: url("assets/01-haircoach-hero.png") center / cover no-repeat; }
.hc-hero__content { grid-area: 1 / 1; z-index: 1; display: flex; min-height: 680px; align-items: center; }
.hc-hero__inner { width: min(51%, 690px); padding: 70px 0; }
.hc-hero__inner::before { content: ""; position: absolute; pointer-events: none; }
.hc-hero .hc-copy { margin: 24px 0 30px; max-width: 590px; }
.hc-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hc-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 610px; margin-top: 42px; border-top: 1px solid var(--hc-line); }
.hc-metric { padding: 20px 22px 0 0; border-right: 1px solid var(--hc-line); }
.hc-metric:last-child { border-right: 0; padding-left: 22px; }
.hc-metric strong { display: block; font-size: 1.25rem; line-height: 1.1; }
.hc-metric span { display: block; margin-top: 6px; color: #88898d; font-size: .64rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hc-ribbon { background: var(--hc-black); color: #fff; }
.hc-ribbon__row { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 18px; }
.hc-ribbon__item { display: flex; align-items: baseline; gap: 11px; font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hc-ribbon__item em { color: var(--hc-gold); font-style: normal; }
.hc-ribbon__item span { color: #999a9e; font-size: .6rem; }

.hc-section-head { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 44px; }
.hc-section-head .hc-copy { max-width: 520px; margin: 0; }
.hc-curriculum-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.hc-course-card { min-width: 0; border: 1px solid var(--hc-line); background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.hc-course-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(17,18,22,.09); }
.hc-course-card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.hc-course-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hc-course-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: #f2f2f0; color: #c6c6c2; font-size: 2.25rem; font-weight: 800; letter-spacing: .12em; }
.hc-course-card:hover img { transform: scale(1.035); }
.hc-course-card__level { position: absolute; inset: 14px auto auto 14px; padding: 5px 8px; background: rgba(12,13,16,.9); color: #fff; font-size: .57rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hc-course-card__body { padding: 20px; }
.hc-course-card__number { color: var(--hc-pink); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hc-course-card h3 { min-height: 54px; margin: 8px 0 15px; font-size: 1.25rem; line-height: 1.18; letter-spacing: -.025em; }
.hc-course-card__meta, .hc-course-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #77797d; font-size: .72rem; }
.hc-course-card__foot { margin-top: 17px; padding-top: 15px; border-top: 1px solid var(--hc-line); color: var(--hc-ink); font-weight: 700; }
.hc-circle-arrow { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #bbbcc0; border-radius: 50%; }

.hc-standard { padding: 0; background: #17181c; color: #fff; }
.hc-standard__grid { display: grid; min-height: 620px; grid-template-columns: 1.12fr .88fr; }
.hc-standard__visual { min-height: 620px; background: linear-gradient(90deg, transparent 70%, #17181c 100%), url("assets/06-haircoach-professional-masterclass.png") center / cover no-repeat; }
.hc-standard__content { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(34px, 6vw, 90px); }
.hc-standard .hc-copy { margin: 24px 0 28px; }
.hc-principles { counter-reset: principle; margin: 0; padding: 0; list-style: none; }
.hc-principles li { counter-increment: principle; display: grid; grid-template-columns: 42px 1fr; gap: 10px; padding: 15px 0; border-top: 1px solid #35363a; }
.hc-principles li::before { content: "0" counter(principle); color: var(--hc-gold); font-size: .7rem; font-weight: 800; }
.hc-principles strong { display: block; font-size: .88rem; }
.hc-principles span { display: block; margin-top: 3px; color: #929399; font-size: .72rem; }

.hc-learning { background: var(--hc-soft); }
.hc-learning__grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(45px, 9vw, 120px); }
.hc-learning .hc-copy { margin: 24px 0 30px; }
.hc-path { background: #fff; border: 1px solid #dededc; box-shadow: 0 24px 60px rgba(17,18,22,.08); }
.hc-path__top { display: flex; justify-content: space-between; padding: 18px 22px; background: #15161a; color: #fff; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.hc-path__top span { color: #aaa; font-size: .65rem; }
.hc-path__row { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; min-height: 70px; padding: 0 22px; border-bottom: 1px solid #e5e5e3; }
.hc-path__row b { color: var(--hc-gold); font-size: .69rem; }
.hc-path__row strong { font-size: .84rem; }
.hc-path__status { color: #46a885; font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hc-path__status--active { color: #8c8d91; }
.hc-path__certificate { display: flex; justify-content: space-between; align-items: center; padding: 20px 22px; color: #777; font-size: .68rem; }
.hc-path__certificate span { padding: 7px 10px; border: 1px solid #c9b281; color: #9a7736; letter-spacing: .08em; text-transform: uppercase; }

.hc-ai { background: #fff; }
.hc-ai__intro { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 44px; }
.hc-ai__panel { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--hc-line); }
.hc-ai__demo { min-height: 400px; display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 64px); background: #15161a; color: #fff; }
.hc-ai__demo .hc-kicker { margin-bottom: 26px; }
.hc-ai__demo h3 { margin: 0 0 24px; font-size: clamp(2rem, 3vw, 3.3rem); line-height: 1; }
.hc-chat { border-left: 3px solid var(--hc-pink); padding: 16px 18px; background: #26272b; font-size: .8rem; }
.hc-chat-answer { margin: 14px 0 0 34px; padding: 16px 18px; background: #fff; color: #2c2d31; font-size: .8rem; }
.hc-ai__benefits { padding: clamp(32px, 5vw, 64px); background: #fff; }
.hc-ai__benefits h3 { margin: 0 0 22px; font-size: 1.05rem; }
.hc-ai__benefit { display: grid; grid-template-columns: 36px 1fr; gap: 13px; padding: 16px 0; border-top: 1px solid #dededc; }
.hc-ai__benefit b { color: var(--hc-pink); font-size: .68rem; }
.hc-ai__benefit strong { display: block; font-size: .86rem; }
.hc-ai__benefit span { display: block; margin-top: 3px; color: #777; font-size: .73rem; }

.hc-testimonials { background: var(--hc-soft); }
.hc-testimonial-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 38px; }
.hc-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hc-quote { margin: 0; padding: 26px; border-top: 3px solid #25262a; background: #fff; }
.hc-quote p { min-height: 78px; margin: 0 0 22px; font-size: .9rem; }
.hc-quote cite { font-style: normal; font-size: .72rem; }
.hc-quote cite strong { display: block; }
.hc-quote cite span { color: #8a8b8e; font-size: .64rem; text-transform: uppercase; }

.hc-final-cta { position: relative; overflow: hidden; background: #15161a; color: #fff; }
.hc-final-cta::after { content: ""; position: absolute; inset: 0 0 0 48%; background: linear-gradient(90deg, #15161a, rgba(21,22,26,.2)), url("assets/06-haircoach-professional-masterclass.png") center 35% / cover no-repeat; opacity: .38; }
.hc-final-cta__row { position: relative; z-index: 1; min-height: 230px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.hc-final-cta h2 { margin: 0 0 12px; font-size: clamp(2rem, 3.4vw, 3.7rem); letter-spacing: -.04em; line-height: 1; }
.hc-final-cta p { margin: 0; color: #b2b3b6; }

.hc-site-footer { padding: 60px 0 26px; background: #0b0c0e; color: #d3d3d5; }
.hc-footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 44px; }
.hc-footer-logo { width: min(100%, 280px); }
.hc-footer-col h3 { margin: 0 0 18px; color: #fff; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.hc-footer-col a, .hc-footer-col p { display: block; margin: 8px 0; color: #a7a8ac; font-size: .77rem; }
.hc-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 24px; border-top: 1px solid #2b2c30; color: #707176; font-size: .63rem; letter-spacing: .07em; text-transform: uppercase; }
.hc-cookie-settings-link { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; }
.hc-cookie-settings-link:hover, .hc-cookie-settings-link:focus-visible { color: #fff; }
.hc-cookie-banner[hidden] { display: none; }
.hc-cookie-banner { position: fixed; z-index: 99999; right: 12px; bottom: 12px; left: 12px; display: flex; justify-content: center; pointer-events: none; }
.hc-cookie-panel { display: flex; align-items: center; gap: 18px; width: min(760px, 100%); padding: 12px 14px; border: 1px solid #34353a; border-radius: 8px; background: #111216; color: #f8f8f8; box-shadow: 0 10px 35px rgba(0,0,0,.25); pointer-events: auto; }
.hc-cookie-copy { flex: 1; min-width: 190px; }
.hc-cookie-panel h2 { margin: 0 0 2px; font-size: .95rem; }
.hc-cookie-panel p { margin: 0; color: #b9bac0; font-size: .75rem; line-height: 1.35; }
.hc-cookie-panel a { color: #fff; text-decoration: underline; }
.hc-cookie-actions { display: flex; flex: none; gap: 7px; }
.hc-cookie-actions .hc-btn { min-width: 126px; min-height: 36px; padding: 8px 11px; border-radius: 6px; cursor: pointer; font-size: .72rem; white-space: nowrap; }
@media (max-width: 560px) {
  .hc-cookie-banner { right: 6px; bottom: 6px; left: 6px; }
  .hc-cookie-panel { align-items: stretch; gap: 8px; padding: 10px; }
  .hc-cookie-panel h2 { font-size: .84rem; }
  .hc-cookie-panel p { font-size: .68rem; }
  .hc-cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hc-cookie-actions .hc-btn { min-height: 32px; padding: 6px 8px; font-size: .66rem; }
}
.hc-external-media-placeholder { display: grid; place-items: center; min-height: 280px; padding: 30px; background: #111216; color: #fff; text-align: center; }
.hc-external-media-placeholder p { color: #b9bac0; }
.hc-withdrawal-card { margin: 24px 0 46px; padding: clamp(22px, 4vw, 40px); border: 1px solid var(--hc-line); background: #fff; }
.hc-checkout-consents { margin: 18px 0; padding: 16px; border: 1px solid var(--hc-line); background: #fafafa; }
.hc-checkout-legal-link { margin: 6px 0 0; font-size: .9rem; }

.hc-page { width: min(calc(100% - 48px), var(--hc-wrap)); min-height: 58vh; margin-inline: auto; padding: 70px 0 100px; }
.hc-page-title, .entry-title { margin: 0 0 34px; font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -.045em; line-height: 1; }
.entry-content { max-width: 900px; }
.hc-legal { max-width: 900px; color: #36373b; }
.hc-legal__updated { display: inline-block; margin: 0 0 34px; padding: 7px 10px; background: var(--hc-soft); color: #747579; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.hc-legal h2 { margin: 52px 0 16px; padding-top: 20px; border-top: 1px solid var(--hc-line); color: var(--hc-ink); font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.2; letter-spacing: -.025em; }
.hc-legal h2:first-of-type { margin-top: 0; }
.hc-legal h3 { margin: 34px 0 10px; color: var(--hc-ink); font-size: 1.15rem; }
.hc-legal p, .hc-legal li { line-height: 1.75; }
.hc-legal a { color: var(--hc-pink-dark); text-decoration: underline; text-underline-offset: 3px; }
.hc-legal ul { padding-left: 22px; }
.hc-contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.hc-contact-intro { position: sticky; top: 150px; }
.hc-contact-intro h2 { margin: 0 0 22px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.045em; }
.hc-contact-intro > p:not(.hc-kicker) { color: var(--hc-muted); }
.hc-contact-details { display: flex; flex-direction: column; gap: 7px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--hc-line); }
.hc-contact-details a { color: var(--hc-pink-dark); text-decoration: underline; text-underline-offset: 3px; }
.hc-contact-reveal { width: fit-content; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--hc-pink-dark); cursor: pointer; font: inherit; text-align: left; }
.hc-contact-reveal:hover, .hc-contact-reveal:focus-visible { color: var(--hc-pink); }
.hc-contact-revealed { color: var(--hc-pink-dark); text-decoration: underline; text-underline-offset: 3px; }
.hc-contact-card { padding: clamp(26px, 5vw, 54px); border: 1px solid var(--hc-line); background: #fff; box-shadow: 0 24px 60px rgba(17,18,22,.07); }
.hc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.hc-field { margin: 0 0 22px; }
.hc-field label { display: block; margin-bottom: 8px; font-size: .82rem; font-weight: 750; }
.hc-field label > span { color: #85868a; font-size: .72rem; font-weight: 500; }
.hc-field input, .hc-field textarea { width: 100%; border: 1px solid #cfd0d2; border-radius: 0; background: #fff; color: var(--hc-ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.hc-field input { min-height: 50px; padding: 11px 13px; }
.hc-field textarea { min-height: 180px; padding: 13px; resize: vertical; }
.hc-field input:focus, .hc-field textarea:focus { border-color: var(--hc-gold); box-shadow: 0 0 0 3px rgba(184,149,85,.14); }
.hc-field--trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.hc-consent { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; margin: 4px 0 26px; color: #5f6064; font-size: .8rem; line-height: 1.55; }
.hc-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--hc-pink); }
.hc-consent a { color: var(--hc-pink-dark); text-decoration: underline; }
.hc-contact-submit { min-width: 210px; border: 0; cursor: pointer; }
.hc-required-note { display: inline-block; margin: 0 0 0 14px; color: #88898d; font-size: .72rem; }
.hc-form-notice { margin-bottom: 28px; padding: 16px 18px; border-left: 3px solid; font-size: .9rem; }
.hc-form-notice--success { border-color: #2d916b; background: #edf8f3; color: #215f49; }
.hc-form-notice--error { border-color: #bd324c; background: #fff0f3; color: #842238; }
.woocommerce .button, .woocommerce button.button, .woocommerce input.button, .wc-block-components-button {
  min-height: 44px !important; border: 1px solid var(--hc-gold) !important; border-radius: var(--hc-radius) !important; background: var(--hc-black) !important; color: #fff !important; font-weight: 700 !important;
}
.woocommerce .button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wc-block-components-button:hover { background: var(--hc-gold) !important; color: var(--hc-black) !important; }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 0 0 22px; border: 1px solid var(--hc-line); background: #fff; }
.woocommerce ul.products li.product img { margin: 0 0 18px !important; aspect-ratio: 4 / 3; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-inline: 18px !important; }
.woocommerce ul.products li.product .price { color: var(--hc-pink) !important; font-weight: 800; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 46px; padding: 10px 12px; border: 1px solid #cfd0d2; background: #fff; }
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; border: 1px solid var(--hc-line); }
.woocommerce-MyAccount-navigation li a { display: block; padding: 13px 16px; border-bottom: 1px solid var(--hc-line); }
.woocommerce-MyAccount-navigation li.is-active a { border-left: 3px solid var(--hc-pink); font-weight: 800; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--hc-pink) !important; }
.woocommerce-info::before, .woocommerce-message::before { color: var(--hc-pink) !important; }

/* Premium login and registration */
.hc-auth-page .hc-page { width: 100%; max-width: none; padding: 0; background: #fff; }
.hc-auth-page .entry-title { display: none; }
.hc-auth-page .entry-content { max-width: none; }
.hc-auth {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 72px 24px 96px;
  background: #fff;
}
.hc-auth__header { width: min(100%, 700px); margin: 0 auto 34px; text-align: center; }
.hc-auth__header .hc-kicker { margin-bottom: 13px; }
.hc-auth__header h1 { margin: 0; font-size: clamp(2.45rem, 4.6vw, 4.5rem); line-height: 1; letter-spacing: -.05em; }
.hc-auth__header > p:last-child { margin: 18px 0 0; color: var(--hc-muted); font-size: 1.02rem; }
.hc-auth-card { width: min(100%, 600px); margin: 0 auto; padding: clamp(26px, 4vw, 46px); border: 1px solid rgba(17,18,22,.11); border-radius: 12px; background: #fff; box-shadow: 0 24px 70px rgba(17,18,22,.09); }
.hc-auth-card__heading { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 18px; margin-bottom: 30px; }
.hc-auth-card__icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: rgba(184,149,85,.13); color: var(--hc-pink-dark); font-size: 1.4rem; font-weight: 800; }
.hc-auth-card__heading h2 { margin: 0; font-size: 1.65rem; line-height: 1.15; letter-spacing: -.025em; }
.hc-auth-card__heading p { margin: 5px 0 0; color: var(--hc-muted); font-size: .9rem; }
.hc-auth-form { margin: 0 !important; padding: 0 !important; border: 0 !important; }
.hc-auth-form .form-row { margin: 0 0 20px !important; padding: 0 !important; }
.hc-auth-form label { display: block; margin-bottom: 7px; font-size: .82rem; font-weight: 700; }
.hc-auth-form .required { color: var(--hc-pink); }
.woocommerce .hc-auth-form input.input-text { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #cacbd0; border-radius: 6px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.woocommerce .hc-auth-form input.input-text:focus { border-color: var(--hc-gold); box-shadow: 0 0 0 3px rgba(184,149,85,.14); }
.hc-auth-options { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: -2px 0 24px; font-size: .82rem; }
.hc-auth-options label { display: flex; align-items: center; gap: 8px; margin: 0; font-weight: 500; }
.hc-auth-options input { width: 17px; height: 17px; accent-color: var(--hc-pink); }
.hc-auth-options a, .hc-auth-form__privacy a, .hc-auth-switch a { color: var(--hc-pink-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.woocommerce .hc-auth-submit { display: flex !important; float: none !important; width: 100%; min-height: 52px !important; margin: 0 !important; align-items: center; justify-content: center; border-radius: 6px !important; box-shadow: 0 10px 25px rgba(12,13,16,.14); }
.hc-auth-form__privacy, .hc-auth-form__note { margin: 2px 0 24px; color: var(--hc-muted); font-size: .84rem; line-height: 1.6; }
.hc-auth-form__columns { display: grid; grid-template-columns: minmax(120px, .42fr) minmax(0, 1fr); gap: 16px; }
.haircoach-social-login { position: relative; display: block; clear: both; width: 100%; margin-top: 30px !important; padding-top: 28px !important; border-top: 1px solid var(--hc-line) !important; }
.haircoach-social-login > p { position: absolute; top: -12px; left: 50%; min-width: 54px; margin: 0 !important; padding: 2px 10px; transform: translateX(-50%); background: #fff; color: #77797d; font-size: .76rem; font-weight: 500 !important; }
.haircoach-social-login .nsl-container, .haircoach-social-login .nsl-container-buttons { width: 100%; }
.haircoach-social-login .nsl-container-buttons { display: block !important; }
.haircoach-social-login .nsl-button { position: relative; display: flex !important; width: 100% !important; min-height: 52px; align-items: center; border: 1px solid #b9bbc0 !important; border-radius: 6px !important; background: #fff !important; color: var(--hc-ink) !important; box-shadow: none !important; }
.haircoach-social-login .nsl-button:hover, .haircoach-social-login .nsl-button:focus-visible { border-color: #77797d !important; background: #fafafa !important; }
.haircoach-social-login .nsl-button-svg-container { position: absolute; left: 18px; top: 50%; display: flex !important; width: 20px !important; height: 20px; padding: 0 !important; transform: translateY(-50%); align-items: center; justify-content: center; border: 0 !important; }
.haircoach-social-login .nsl-button-svg-container::before { content: ""; display: block; width: 20px; height: 20px; background: url("assets/google-g.svg") center / contain no-repeat; }
.haircoach-social-login .nsl-button-label-container { flex: 1; margin: 0 !important; padding: 0 52px !important; text-align: center; }
.hc-auth-switch { margin: 26px 0 0; text-align: center; color: var(--hc-muted); font-size: .88rem; }

@media (max-width: 560px) {
  .hc-auth { min-height: auto; padding: 48px 16px 68px; }
  .hc-auth__header { margin-bottom: 26px; }
  .hc-auth__header h1 { font-size: 2.5rem; }
  .hc-auth-card { padding: 24px 18px; border-radius: 10px; }
  .hc-auth-card__heading { grid-template-columns: 48px 1fr; gap: 14px; }
  .hc-auth-card__icon { width: 48px; height: 48px; }
  .hc-auth-card__heading h2 { font-size: 1.35rem; }
  .hc-auth-options { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hc-auth-form__columns { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 1050px) {
  .hc-header-row { grid-template-columns: 175px 1fr auto; gap: 18px; }
  .hc-brand img { width: 165px; max-height: 48px; }
  .hc-nav { gap: 18px; }
  .hc-header-actions .hc-btn--light { display: none; }
  .hc-hero__inner { width: 58%; }
  .hc-curriculum-grid { grid-template-columns: repeat(2, 1fr); }
  .hc-footer-grid { grid-template-columns: 1.2fr repeat(3, 1fr); }
}

@media (max-width: 820px) {
  body.admin-bar .hc-site-header { top: 46px; }
  .hc-wrap { width: min(calc(100% - 32px), var(--hc-wrap)); }
  .hc-section { padding: 70px 0; }
  .hc-topline { font-size: .52rem; text-align: center; }
  .hc-header-row { min-height: 74px; grid-template-columns: 1fr auto; }
  .hc-brand img { width: 150px; max-height: 44px; }
  .hc-menu-toggle { display: block; }
  .hc-nav { display: none; position: absolute; inset: 102px 0 auto; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 24px; background: #fff; border-bottom: 1px solid var(--hc-line); box-shadow: 0 18px 30px rgba(0,0,0,.08); }
  .hc-nav.is-open { display: flex; }
  .hc-nav a { padding: 13px 0; }
  .hc-nav a::after { display: none; }
  .hc-nav .hc-cart-link { justify-content: flex-start; gap: 9px; }
  .hc-cart-label { position: static; width: auto; height: auto; overflow: visible; clip: auto; }
  .hc-cart-count { position: static; }
  .hc-mobile-nav-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 12px; padding-top: 18px; border-top: 1px solid var(--hc-line); }
  .hc-nav .hc-mobile-nav-actions .hc-btn { min-height: 48px; padding: 12px 18px; }
  .hc-header-actions { display: none; }
  .hc-hero { display: block; }
  .hc-hero__image { height: 52vw; min-height: 360px; background-position: 68% center; }
  .hc-hero__content { min-height: auto; padding: 0 0 60px; }
  .hc-hero__inner { width: 100%; padding: 46px 0 0; }
  .hc-display { font-size: clamp(2.65rem, 10vw, 4.4rem); }
  .hc-ribbon__row { grid-template-columns: repeat(2, 1fr); padding: 20px 0; }
  .hc-section-head, .hc-ai__intro, .hc-testimonial-head { display: block; }
  .hc-section-head .hc-copy, .hc-ai__intro .hc-copy, .hc-testimonial-head .hc-copy { margin-top: 22px; }
  .hc-standard__grid, .hc-learning__grid, .hc-ai__panel { grid-template-columns: 1fr; }
  .hc-standard__visual { min-height: 520px; background-image: linear-gradient(0deg, #17181c 0%, transparent 35%), url("assets/06-haircoach-professional-masterclass.png"); }
  .hc-learning__grid { gap: 44px; }
  .hc-contact-layout { grid-template-columns: 1fr; }
  .hc-contact-intro { position: static; }
  .hc-testimonials-grid { grid-template-columns: 1fr; }
  .hc-quote p { min-height: auto; }
  .hc-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .hc-footer-col:first-child { grid-column: 1 / -1; }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .hc-section { padding: 58px 0; }
  .hc-hero__image { min-height: 310px; }
  .hc-actions { flex-direction: column; }
  .hc-actions .hc-btn { width: 100%; }
  .hc-metrics { grid-template-columns: 1fr; }
  .hc-metric, .hc-metric:last-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--hc-line); }
  .hc-ribbon__row, .hc-curriculum-grid { grid-template-columns: 1fr; }
  .hc-standard__visual { min-height: 380px; }
  .hc-standard__content, .hc-ai__demo, .hc-ai__benefits { padding: 38px 24px; }
  .hc-ai__panel { border: 0; }
  .hc-final-cta__row { min-height: 300px; align-items: flex-start; justify-content: center; flex-direction: column; }
  .hc-final-cta::after { left: 25%; }
  .hc-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .hc-footer-bottom { flex-direction: column; }
  .hc-page { width: min(calc(100% - 32px), var(--hc-wrap)); padding: 50px 0 70px; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content { float: none !important; width: 100% !important; }
  .woocommerce-MyAccount-content { margin-top: 28px; }
  .hc-form-grid { grid-template-columns: 1fr; gap: 0; }
  .hc-contact-card { padding: 24px 18px; }
  .hc-contact-submit { width: 100%; }
  .hc-required-note { display: block; margin: 12px 0 0; }
}
