:root {
  --hog-magenta: #bd168a;
  --hog-magenta-dark: #8d0f67;
  --hog-green: #245c1e;
  --hog-green-2: #327a2b;
  --hog-mint: #d9ffd0;
  --hog-ink: #151417;
  --hog-muted: #62616b;
  --hog-soft: #f7f7f4;
  --hog-line: rgba(21, 20, 23, .12);
  --hog-radius: 28px;
  --hog-shadow: 0 24px 70px rgba(21, 20, 23, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--hog-ink);
  background: #fff;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  background: #fff;
  color: var(--hog-ink);
  padding: .75rem 1rem;
  z-index: 9999;
  border-radius: 999px;
}
.skip-link:focus { left: 1rem; }

.section-pad { padding: 96px 0; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--hog-magenta);
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: .9rem;
}
.section-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
}
.section-kicker.light { color: #fff; opacity: .95; }
h1, h2, h3 { line-height: 1.05; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 7vw, 6.25rem); font-weight: 900; }
h2 { font-size: clamp(2.15rem, 4vw, 4.35rem); font-weight: 900; }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); font-weight: 850; }
p { color: var(--hog-muted); }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: #434149; }

.btn {
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -.01em;
  padding: .85rem 1.35rem;
  border-width: 2px;
}
.btn-lg { padding: 1rem 1.55rem; font-size: 1rem; }
.btn-hog {
  background: linear-gradient(135deg, var(--hog-magenta), #e02aa9);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 34px rgba(189, 22, 138, .28);
}
.btn-hog:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 44px rgba(189, 22, 138, .34); }
.btn-outline-hog {
  color: var(--hog-green);
  border-color: rgba(36, 92, 30, .28);
  background: #fff;
}
.btn-outline-hog:hover { color: #fff; background: var(--hog-green); border-color: var(--hog-green); transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--hog-green); border-color: #fff; }
.btn-white:hover { color: var(--hog-magenta); transform: translateY(-2px); }
.btn-soft-light { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.btn-soft-light:hover { background: rgba(255,255,255,.22); color: #fff; transform: translateY(-2px); }
.text-link-light { color: #fff; font-weight: 850; display: inline-flex; align-items: center; gap: .5rem; }
.text-link-light:hover { color: var(--hog-mint); }

.contact-ribbon {
  background: var(--hog-magenta-dark);
  color: #fff;
  padding: .68rem 0;
  font-size: .9rem;
}
.contact-ribbon span, .contact-ribbon a { display: inline-flex; align-items: center; gap: .45rem; opacity: .94; }
.ribbon-left, .ribbon-right { display: flex; gap: 1.45rem; }
.ribbon-right a:hover { opacity: 1; color: #fff; }

.main-nav {
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(21,20,23,.08);
  backdrop-filter: blur(18px);
  transition: all .28s ease;
}
.main-nav.nav-scrolled { box-shadow: 0 14px 40px rgba(21,20,23,.08); }
.navbar-brand img { width: 186px; height: auto; display: block; }
.nav-link {
  font-weight: 800;
  font-size: .92rem;
  color: #27242b;
  padding-inline: .85rem !important;
}
.nav-link:hover, .nav-link.active { color: var(--hog-magenta); }
.nav-cleaning {
  color: var(--hog-green) !important;
  position: relative;
}
.nav-cleaning::after {
  content: "";
  position: absolute;
  left: .85rem;
  right: .85rem;
  bottom: .35rem;
  height: 6px;
  background: rgba(207,247,191,.9);
  border-radius: 99px;
  z-index: -1;
}
.navbar-toggler { border: 0; box-shadow: none !important; }

.hero-section {
  background:
    radial-gradient(circle at 8% 15%, rgba(189,22,138,.12), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fbfaf7 52%, #eff9ea 100%);
}
.min-vh-hero { min-height: 760px; padding: 72px 0; }
.hero-bg-shape { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .24; pointer-events: none; }
.hero-shape-one { width: 360px; height: 360px; background: var(--hog-magenta); right: -150px; top: 130px; }
.hero-shape-two { width: 300px; height: 300px; background: var(--hog-green); left: -160px; bottom: 40px; }
.eyebrow {
  display: inline-flex;
  gap: .65rem;
  align-items: center;
  font-weight: 900;
  color: var(--hog-green);
  background: rgba(217,255,208,.72);
  border: 1px solid rgba(36,92,30,.13);
  padding: .55rem .8rem;
  border-radius: 999px;
  margin-bottom: 1.1rem;
}
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--hog-magenta); box-shadow: 0 0 0 7px rgba(189,22,138,.14); }
.hero-copy h1 { max-width: 760px; margin-bottom: 1.3rem; }
.hero-copy .lead { max-width: 680px; margin-bottom: 2rem; }
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 2.4rem;
  border: 1px solid var(--hog-line);
  border-radius: 22px;
  overflow: hidden;
  max-width: 610px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(12px);
}
.hero-proof div { padding: 1.05rem 1.15rem; border-right: 1px solid var(--hog-line); }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { display: block; color: var(--hog-magenta); font-size: 1.35rem; line-height: 1; }
.hero-proof span { display: block; color: var(--hog-muted); font-size: .84rem; font-weight: 750; margin-top: .35rem; }

.hero-visual {
  position: relative;
  min-height: 610px;
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 58px 28px 26px 70px;
  background: var(--hog-green);
  border-radius: 46px;
  transform: rotate(-4deg);
  z-index: -2;
}
.hero-visual::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(189,22,138,.16);
  right: -10px;
  top: 10px;
  z-index: -3;
}
.hero-image-main {
  position: absolute;
  inset: 0 26px 85px 26px;
  border-radius: 52px 52px 160px 52px;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(21,20,23,.02), rgba(21,20,23,.42)), url('https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=1200&q=85');
  background-size: cover;
  background-position: center;
  box-shadow: var(--hog-shadow);
}
.hero-glass-note {
  position: absolute;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.5);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(21,20,23,.14);
  border-radius: 999px;
  padding: .82rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-weight: 900;
  color: var(--hog-ink);
  animation: floaty 5.5s ease-in-out infinite;
}
.hero-glass-note i { color: var(--hog-magenta); font-size: 1.15rem; }
.note-one { left: -6px; top: 96px; }
.note-two { right: -2px; bottom: 166px; animation-delay: .8s; }
.hero-service-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  margin-inline: auto;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(21,20,23,.86);
  color: #fff;
  border-radius: 28px;
  padding: 1rem;
  gap: .75rem;
  box-shadow: 0 20px 60px rgba(21,20,23,.2);
}
.hero-service-strip span {
  display: grid;
  place-items: center;
  min-height: 64px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  font-weight: 850;
  font-size: .9rem;
}
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.service-statement { background: #fff; }
.service-statement h2 { margin-bottom: 0; max-width: 920px; }
.service-statement p { font-size: 1.07rem; margin-bottom: 0; }

.care-pathways { background: #fff; }
.pathway-shell {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  min-height: 660px;
  border-radius: var(--hog-radius);
  overflow: hidden;
  background: var(--hog-green);
  box-shadow: var(--hog-shadow);
}
.pathway-lead {
  padding: clamp(2rem, 5vw, 4.5rem);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(36,92,30,.93), rgba(36,92,30,.86)),
    url('https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=1100&q=85');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pathway-lead p { color: rgba(255,255,255,.83); font-size: 1.06rem; }
.pathway-list { background: #fbfaf7; padding: clamp(1rem, 3vw, 2rem); display: flex; flex-direction: column; justify-content: center; }
.pathway-item {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 1rem;
  align-items: center;
  min-height: 132px;
  padding: 1.25rem 1.25rem;
  border-bottom: 1px solid rgba(21,20,23,.1);
  transition: .28s ease;
}
.pathway-item:last-child { border-bottom: 0; }
.pathway-item > span {
  color: var(--hog-magenta);
  font-weight: 950;
  font-size: .88rem;
  letter-spacing: .14em;
}
.pathway-item h3 { margin: 0 0 .45rem; }
.pathway-item p { margin: 0; max-width: 680px; }
.pathway-item:hover, .pathway-item.active { background: #fff; border-radius: 24px; box-shadow: 0 15px 45px rgba(21,20,23,.08); transform: translateX(-5px); }
.pathway-item.cleaning-route { background: linear-gradient(135deg, var(--hog-magenta), var(--hog-magenta-dark)); border-radius: 24px; color: #fff; border-bottom: 0; margin-top: 1rem; }
.pathway-item.cleaning-route p, .pathway-item.cleaning-route > span { color: rgba(255,255,255,.86); }
.pathway-item.cleaning-route a { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.18); color: #fff; }

.about-editorial { background: linear-gradient(180deg, #fff, var(--hog-soft)); }
.about-photo-wrap { position: relative; min-height: 560px; }
.about-photo {
  position: absolute;
  inset: 0 78px 0 0;
  border-radius: 46px;
  background-image: linear-gradient(180deg, rgba(21,20,23,.02), rgba(21,20,23,.26)), url('https://images.unsplash.com/photo-1579684385127-1ef15d508118?auto=format&fit=crop&w=1200&q=85');
  background-size: cover;
  background-position: center;
  box-shadow: var(--hog-shadow);
}
.about-photo-wrap::after {
  content: "";
  position: absolute;
  width: 54%;
  height: 48%;
  right: 0;
  bottom: -26px;
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(189,22,138,.86), rgba(141,15,103,.94)),
    repeating-linear-gradient(45deg, transparent 0 10px, rgba(255,255,255,.08) 10px 20px);
  box-shadow: 0 24px 60px rgba(189,22,138,.26);
}
.about-badge {
  position: absolute;
  right: 24px;
  bottom: 38px;
  z-index: 2;
  background: #fff;
  border-radius: 22px;
  padding: 1rem 1.25rem;
  box-shadow: 0 18px 40px rgba(21,20,23,.12);
}
.about-badge strong, .about-badge span { display: block; }
.about-badge strong { color: var(--hog-green); }
.about-badge span { color: var(--hog-muted); font-size: .9rem; }
.about-points {
  display: grid;
  gap: .75rem;
  margin-top: 1.4rem;
}
.about-points div { font-weight: 800; display: flex; gap: .7rem; align-items: center; }
.about-points i { color: var(--hog-magenta); }

.cleaning-feature { background: var(--hog-soft); }
.cleaning-panel {
  display: grid;
  grid-template-columns: 1fr .8fr;
  min-height: 500px;
  border-radius: var(--hog-radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 10%, rgba(217,255,208,.3), transparent 28%),
    linear-gradient(135deg, var(--hog-green), #123d0e);
  color: #fff;
  box-shadow: var(--hog-shadow);
}
.cleaning-copy { padding: clamp(2rem, 5vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; }
.cleaning-copy p { color: rgba(255,255,255,.82); font-size: 1.08rem; max-width: 650px; }
.cleaning-visual {
  min-height: 420px;
  background-image: linear-gradient(90deg, rgba(36,92,30,.2), rgba(21,20,23,.2)), url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=1100&q=85');
  background-size: cover;
  background-position: center;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.standards-section { background: #fff; }
.standards-board {
  border: 1px solid var(--hog-line);
  border-radius: var(--hog-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 50px rgba(21,20,23,.07);
}
.standard-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 1.5rem;
  padding: 1.55rem 1.65rem;
  border-bottom: 1px solid var(--hog-line);
}
.standard-row:last-child { border-bottom: 0; }
.standard-row strong { color: var(--hog-green); font-size: 1.1rem; }
.standard-row span { color: var(--hog-muted); }
.standard-row:hover { background: #fbfaf7; }

.hiring-strip {
  background: linear-gradient(135deg, var(--hog-magenta), #9f0f73);
  color: #fff;
  padding: 58px 0;
}
.hiring-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.hiring-inner h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: .7rem; }
.hiring-inner p { color: rgba(255,255,255,.83); margin: 0; max-width: 720px; }

.request-section {
  background:
    radial-gradient(circle at 100% 15%, rgba(189,22,138,.08), transparent 30%),
    #fff;
}
.request-intro {
  background: var(--hog-ink);
  color: #fff;
  border-radius: var(--hog-radius);
  padding: clamp(2rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}
.request-intro::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(189,22,138,.38);
  right: -90px;
  bottom: -110px;
}
.request-intro p { color: rgba(255,255,255,.75); font-size: 1.05rem; }
.contact-stack { display: grid; gap: .8rem; position: relative; z-index: 1; }
.contact-stack a {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: .9rem 1rem;
  color: #fff;
}
.contact-stack a:hover { background: rgba(255,255,255,.14); }
.contact-stack i { color: var(--hog-mint); }
.request-form {
  background: #fff;
  border: 1px solid rgba(21,20,23,.1);
  border-radius: var(--hog-radius);
  padding: clamp(1.25rem, 3vw, 2.25rem);
  box-shadow: var(--hog-shadow);
}
.request-form label { display: block; font-size: .88rem; font-weight: 850; color: #37333b; margin-bottom: .42rem; }
.request-form input, .request-form select, .request-form textarea {
  width: 100%;
  border: 1px solid rgba(21,20,23,.13);
  background: #fbfaf7;
  border-radius: 16px;
  padding: .98rem 1rem;
  outline: none;
  transition: .2s ease;
  color: var(--hog-ink);
}
.request-form textarea { min-height: 140px; resize: vertical; }
.request-form input:focus, .request-form select:focus, .request-form textarea:focus {
  border-color: rgba(189,22,138,.55);
  box-shadow: 0 0 0 5px rgba(189,22,138,.08);
  background: #fff;
}
.form-note { margin: .85rem 0 0; text-align: center; font-size: .9rem; }

.site-footer {
  background: #111114;
  color: #fff;
  padding: 72px 0 28px;
}
.footer-logo { width: 190px; background: #fff; border-radius: 16px; margin-bottom: 1rem; }
.site-footer p { color: rgba(255,255,255,.68); }
.site-footer h3 { font-size: 1rem; letter-spacing: 0; margin-bottom: 1rem; }
.site-footer a { display: block; color: rgba(255,255,255,.68); margin-bottom: .55rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: rgba(255,255,255,.62);
  font-size: .92rem;
}
.footer-bottom a { display: inline; color: #fff; font-weight: 900; margin: 0; }

.quick-contact {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 1050;
}
.quick-toggle {
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: var(--hog-magenta);
  color: #fff;
  border-radius: 999px;
  padding: .95rem 1.15rem;
  box-shadow: 0 18px 48px rgba(189,22,138,.34);
  font-weight: 900;
}
.quick-toggle i { font-size: 1.15rem; }
.quick-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: 285px;
  background: #fff;
  border-radius: 22px;
  padding: 1rem;
  box-shadow: 0 24px 70px rgba(21,20,23,.18);
  border: 1px solid rgba(21,20,23,.08);
  transform-origin: bottom right;
  transform: translateY(10px) scale(.96);
  opacity: 0;
  pointer-events: none;
  transition: .22s ease;
}
.quick-panel.show { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
.quick-panel strong { display: block; margin-bottom: .7rem; }
.quick-panel a {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .72rem .75rem;
  border-radius: 14px;
  color: var(--hog-ink);
  font-weight: 800;
}
.quick-panel a:hover { background: var(--hog-soft); color: var(--hog-magenta); }

.back-to-top {
  position: fixed;
  left: 22px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--hog-green);
  color: #fff;
  box-shadow: 0 16px 40px rgba(36,92,30,.26);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: .22s ease;
  z-index: 1040;
}
.back-to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }

[data-animate] { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
[data-animate].in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1199.98px) {
  h1 { font-size: clamp(2.75rem, 8vw, 5.2rem); }
  .hero-service-strip { grid-template-columns: repeat(2, 1fr); }
  .hero-visual { min-height: 570px; }
}

@media (max-width: 991.98px) {
  .section-pad { padding: 72px 0; }
  .navbar-brand img { width: 168px; }
  .main-nav .btn { width: 100%; margin-top: .65rem; }
  .min-vh-hero { min-height: auto; padding: 54px 0 70px; }
  .hero-visual { min-height: 540px; margin-top: 1.5rem; }
  .pathway-shell, .cleaning-panel { grid-template-columns: 1fr; }
  .pathway-lead { min-height: 400px; }
  .cleaning-visual { clip-path: none; min-height: 360px; }
  .about-photo-wrap { min-height: 500px; }
  .standard-row { grid-template-columns: 1fr; gap: .35rem; }
  .hiring-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
  body { font-size: .98rem; }
  .section-pad { padding: 58px 0; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof div { border-right: 0; border-bottom: 1px solid var(--hog-line); }
  .hero-proof div:last-child { border-bottom: 0; }
  .hero-visual { min-height: 480px; }
  .hero-image-main { inset: 0 0 88px 0; border-radius: 34px 34px 110px 34px; }
  .hero-visual::before { inset: 44px 8px 56px 28px; border-radius: 32px; }
  .hero-glass-note { font-size: .85rem; padding: .65rem .75rem; }
  .note-one { left: 8px; top: 70px; }
  .note-two { right: 8px; bottom: 148px; }
  .hero-service-strip { left: 5px; right: 5px; width: calc(100% - 10px); padding: .7rem; gap: .5rem; }
  .hero-service-strip span { min-height: 52px; font-size: .78rem; border-radius: 16px; }
  .pathway-item { grid-template-columns: 42px 1fr; padding: 1rem; }
  .pathway-item.cleaning-route { grid-template-columns: 42px 1fr auto; }
  .about-photo-wrap { min-height: 440px; }
  .about-photo { inset: 0; border-radius: 32px; }
  .about-photo-wrap::after { width: 70%; height: 40%; right: -8px; bottom: -16px; border-radius: 28px; }
  .about-badge { right: 12px; bottom: 20px; }
  .quick-contact { right: 14px; bottom: 16px; }
  .quick-panel { width: min(285px, calc(100vw - 28px)); }
  .quick-toggle span { display: none; }
  .back-to-top { left: 14px; bottom: 16px; }
  .footer-bottom { flex-direction: column; }
}


/* Inner pages built on Version 1 structure */
.navbar-brand img[src$="hog-logo.png"] { width: 218px; max-height: 76px; object-fit: contain; }
.footer-logo[src$="hog-logo.png"] { width: 215px; max-height: 88px; object-fit: contain; padding: .45rem; }

.page-hero {
  background:
    radial-gradient(circle at 8% 12%, rgba(189,22,138,.12), transparent 34%),
    linear-gradient(135deg, #fff 0%, #fbfaf7 52%, #eff9ea 100%);
  padding: 88px 0 98px;
}
.page-hero h1 { max-width: 960px; margin-bottom: 0; }
.hog-breadcrumb {
  display: inline-flex;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(21,20,23,.08);
  border-radius: 999px;
  padding: .6rem .9rem;
  margin-bottom: 2.2rem;
  box-shadow: 0 12px 34px rgba(21,20,23,.06);
}
.hog-breadcrumb a { color: var(--hog-green); font-weight: 850; }
.hog-breadcrumb .active { color: var(--hog-magenta); font-weight: 850; }
.mission-section { background: var(--hog-soft); }
.mission-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 1.2rem;
}
.mission-main, .mission-aside {
  border-radius: var(--hog-radius);
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: var(--hog-shadow);
}
.mission-main {
  background: linear-gradient(135deg, var(--hog-green), #173f14);
  color: #fff;
}
.mission-main p { color: rgba(255,255,255,.8); font-size: 1.06rem; }
.mission-aside {
  background: linear-gradient(135deg, var(--hog-magenta), var(--hog-magenta-dark));
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.mission-aside p { color: rgba(255,255,255,.82); }
.service-shell { min-height: auto; }
.service-lines .pathway-item { min-height: 118px; }
.service-lines .pathway-item > span { letter-spacing: .04em; }
.service-photo-wrap { min-height: 520px; }
.home-care-photo {
  position: absolute;
  inset: 0 78px 0 0;
  border-radius: 46px;
  background-image: linear-gradient(180deg, rgba(21,20,23,.02), rgba(21,20,23,.26)), url('https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=1200&q=85');
  background-size: cover;
  background-position: center;
  box-shadow: var(--hog-shadow);
}
.compact-board .standard-row { grid-template-columns: 190px 1fr; }
.service-directory .standard-row { grid-template-columns: 260px 1fr; }
.hiring-page { background: #fff; }
.job-board {
  border: 1px solid var(--hog-line);
  border-radius: var(--hog-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--hog-shadow);
}
.job-row {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 1.25rem;
  padding: 1.4rem 1.55rem;
  border-bottom: 1px solid var(--hog-line);
  transition: .25s ease;
}
.job-row:last-child { border-bottom: 0; }
.job-row strong { color: var(--hog-green); font-size: 1.08rem; }
.job-row span { color: var(--hog-muted); }
.job-row:hover { background: #fbfaf7; transform: translateX(-4px); }
.forms-section { background: #fff; }
.forms-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 2rem;
  align-items: center;
  background:
    radial-gradient(circle at 100% 15%, rgba(217,255,208,.24), transparent 32%),
    linear-gradient(135deg, var(--hog-magenta), var(--hog-magenta-dark));
  color: #fff;
  border-radius: var(--hog-radius);
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: var(--hog-shadow);
}
.forms-panel p { color: rgba(255,255,255,.8); }
.download-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.download-link {
  display: grid;
  gap: .45rem;
  min-height: 178px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  color: #fff;
  padding: 1.35rem;
  align-content: center;
  transition: .25s ease;
}
.download-link i { font-size: 2rem; color: var(--hog-mint); }
.download-link span { font-size: 1.1rem; font-weight: 900; }
.download-link small { color: rgba(255,255,255,.72); font-weight: 800; }
.download-link:hover { color: #fff; transform: translateY(-4px); background: rgba(255,255,255,.18); }
.map-section { background: #fff; }
.map-panel {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  min-height: 430px;
  border-radius: var(--hog-radius);
  overflow: hidden;
  box-shadow: var(--hog-shadow);
  border: 1px solid var(--hog-line);
}
.map-copy { padding: clamp(2rem, 4vw, 3rem); background: var(--hog-soft); display: flex; flex-direction: column; justify-content: center; }
.map-panel iframe { width: 100%; height: 100%; min-height: 430px; border: 0; }
.is-invalid { border-color: #dc3545 !important; }

@media (max-width: 991.98px) {
  .page-hero { padding: 72px 0 78px; }
  .mission-grid, .forms-panel, .map-panel { grid-template-columns: 1fr; }
  .download-actions { grid-template-columns: 1fr; }
  .compact-board .standard-row, .service-directory .standard-row, .job-row { grid-template-columns: 1fr; gap: .35rem; }
  .home-care-photo { inset: 0; border-radius: 32px; }
  .navbar-brand img[src$="hog-logo.png"] { width: 190px; }
}

@media (max-width: 767.98px) {
  .page-hero { padding: 58px 0 64px; }
  .hog-breadcrumb { margin-bottom: 1.35rem; }
  .navbar-brand img[src$="hog-logo.png"] { width: 164px; }
  .footer-logo[src$="hog-logo.png"] { width: 190px; }
}

/* V4 refinements: compact inner-page breadcrumbs and forms download panel */
.page-hero {
  padding: 56px 0 64px;
}
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.05;
  max-width: 850px;
}
.page-hero .lead {
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
}
.hog-breadcrumb {
  font-size: .76rem;
  padding: .38rem .68rem;
  margin-bottom: 1.15rem;
  box-shadow: 0 8px 22px rgba(21,20,23,.045);
}
.hog-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(21,20,23,.42);
  font-weight: 700;
}
.form-open-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem;
}
.form-open-grid article {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  padding: .9rem;
}
.form-open-grid strong {
  display: block;
  color: #fff;
  font-size: .9rem;
  margin-bottom: .55rem;
}
.form-open-grid div {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.form-open-grid a {
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  padding: .38rem .62rem;
  font-size: .78rem;
  font-weight: 850;
}
.form-open-grid a:hover {
  color: var(--hog-green);
  background: var(--hog-mint);
}
@media (max-width: 991.98px) {
  .page-hero { padding: 48px 0 56px; }
}
@media (max-width: 767.98px) {
  .page-hero { padding: 40px 0 48px; }
  .hog-breadcrumb { font-size: .72rem; margin-bottom: .9rem; }
  .form-open-grid { grid-template-columns: 1fr; }
}


/* V5 typography and platform refinements: keep Version 1 design, reduce oversized hero/title fonts */
h1 { font-size: clamp(2.45rem, 3.55vw, 4.35rem); font-weight: 900; }
h2 { font-size: clamp(1.95rem, 2.85vw, 3.35rem); font-weight: 900; }
h3 { font-size: clamp(1.12rem, 1.55vw, 1.45rem); }
.hero-copy h1 { max-width: 720px; line-height: 1.08; letter-spacing: -.042em; }
.hero-copy .lead { font-size: clamp(1rem, 1.25vw, 1.16rem); }
.section-pad { padding: 84px 0; }
.min-vh-hero { min-height: 690px; padding: 58px 0; }
.eyebrow { font-size: .92rem; padding: .45rem .72rem; }
.hero-proof strong { font-size: 1.18rem; }
.hero-proof span { font-size: .78rem; }
.hero-visual { min-height: 560px; }
.hero-image-main { inset: 0 26px 72px 26px; }
.hero-service-strip { bottom: 18px; padding: .78rem; }
.hero-service-strip span { min-height: 54px; font-size: .84rem; }
.pathway-item h3, .standard-row strong, .job-row strong { letter-spacing: -.02em; }
.page-hero { padding: 38px 0 44px; }
.page-hero h1 { font-size: clamp(1.75rem, 2.75vw, 2.85rem); line-height: 1.08; max-width: 780px; letter-spacing: -.035em; }
.page-hero .lead { font-size: clamp(.92rem, 1.03vw, 1.02rem); max-width: 760px; }
.hog-breadcrumb { font-size: .70rem; padding: .32rem .56rem; margin-bottom: .75rem; box-shadow: 0 6px 18px rgba(21,20,23,.035); }
.hog-breadcrumb .breadcrumb-item + .breadcrumb-item::before { padding-right: .35rem; padding-left: .35rem; }
.nav-link { font-size: .88rem; }
.btn { font-size: .92rem; }
.contact-ribbon { font-size: .84rem; }
.navbar-brand img[src$="hog-logo.png"] { width: 202px; }

.booking-promo {
  background: linear-gradient(135deg, #fff, #fbfaf7 58%, #eff9ea);
  border-top: 1px solid rgba(21,20,23,.06);
  border-bottom: 1px solid rgba(21,20,23,.06);
}
.booking-promo-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.3rem;
  align-items: center;
  background: #fff;
  border: 1px solid var(--hog-line);
  border-radius: 26px;
  padding: clamp(1.3rem, 3vw, 2rem);
  box-shadow: 0 18px 50px rgba(21,20,23,.07);
}
.booking-promo-panel h2 { font-size: clamp(1.45rem, 2vw, 2.2rem); margin-bottom: .4rem; }
.booking-promo-panel p { margin-bottom: 0; }

/* Portal + admin UI */
.portal-body { background: #f7f7f4; min-height: 100vh; }
.portal-shell { min-height: 100vh; }
.portal-topbar {
  background: #fff;
  border-bottom: 1px solid rgba(21,20,23,.08);
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 10px 28px rgba(21,20,23,.04);
}
.portal-brand img { width: 190px; max-height: 72px; object-fit: contain; }
.portal-menu { display: flex; align-items: center; gap: .35rem; flex-wrap: wrap; }
.portal-menu a { padding: .62rem .82rem; border-radius: 999px; font-weight: 800; font-size: .86rem; color: #242229; }
.portal-menu a:hover, .portal-menu a.active { background: rgba(189,22,138,.09); color: var(--hog-magenta); }
.portal-hero {
  padding: 34px 0 24px;
  background: radial-gradient(circle at 2% 6%, rgba(189,22,138,.12), transparent 28%), linear-gradient(135deg, #fff, #eff9ea);
}
.portal-hero h1 { font-size: clamp(1.85rem, 3vw, 3rem); margin: 0 0 .45rem; }
.portal-card {
  background: #fff;
  border: 1px solid rgba(21,20,23,.08);
  border-radius: 24px;
  box-shadow: 0 18px 55px rgba(21,20,23,.07);
  padding: clamp(1.1rem, 2.4vw, 1.75rem);
}
.portal-card.soft { background: #fbfaf7; }
.portal-grid { display: grid; gap: 1rem; }
.portal-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.portal-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stat-card { background: #fff; border: 1px solid var(--hog-line); border-radius: 20px; padding: 1rem; }
.stat-card span { color: var(--hog-muted); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.stat-card strong { display: block; color: var(--hog-magenta); font-size: 1.8rem; line-height: 1; margin-top: .45rem; }
.portal-form label { font-weight: 850; font-size: .86rem; color: #2c2930; margin-bottom: .32rem; }
.portal-form .form-control, .portal-form .form-select, .portal-form textarea {
  border-radius: 14px;
  border: 1px solid rgba(21,20,23,.15);
  padding: .82rem .9rem;
  box-shadow: none !important;
}
.portal-form textarea { min-height: 118px; }
.portal-form .form-control:focus, .portal-form .form-select:focus, .portal-form textarea:focus { border-color: rgba(189,22,138,.55); }
.table-clean { margin: 0; }
.table-clean th { font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; color: var(--hog-muted); border-bottom-color: rgba(21,20,23,.1); }
.table-clean td { vertical-align: middle; color: #2c2930; }
.badge-soft { border-radius: 999px; padding: .42rem .65rem; font-weight: 850; font-size: .72rem; }
.badge-paid, .badge-active, .badge-scheduled, .badge-completed { background: rgba(36,92,30,.12); color: var(--hog-green); }
.badge-pending, .badge-sent, .badge-pending_payment { background: rgba(189,22,138,.11); color: var(--hog-magenta); }
.badge-blocked, .badge-cancelled, .badge-overdue { background: rgba(220,53,69,.11); color: #b02a37; }
.badge-draft { background: rgba(21,20,23,.08); color: #333; }
.auth-wrap { min-height: 100vh; display: grid; place-items: center; padding: 40px 16px; background: linear-gradient(135deg, #fff, #fbfaf7 56%, #eff9ea); }
.auth-card { width: min(520px, 100%); }
.auth-logo { width: 210px; display: block; margin: 0 auto 1.3rem; }
.notice { padding: .9rem 1rem; border-radius: 16px; margin-bottom: 1rem; font-weight: 750; }
.notice.success { background: rgba(36,92,30,.1); color: var(--hog-green); }
.notice.error { background: rgba(220,53,69,.1); color: #b02a37; }
.plan-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.plan-option { display: block; height: 100%; }
.plan-option input { position: absolute; opacity: 0; pointer-events: none; }
.plan-box { height: 100%; border: 1px solid rgba(21,20,23,.12); border-radius: 22px; padding: 1.1rem; background: #fff; cursor: pointer; transition: .22s ease; }
.plan-box strong { display: block; color: var(--hog-green); font-size: 1.1rem; margin-bottom: .25rem; }
.plan-box span { display: block; color: var(--hog-magenta); font-weight: 900; margin-top: .8rem; }
.plan-option input:checked + .plan-box { border-color: var(--hog-magenta); box-shadow: 0 0 0 4px rgba(189,22,138,.1); transform: translateY(-2px); }
.message-box { border-left: 4px solid var(--hog-magenta); background: #fff; border-radius: 16px; padding: 1rem; }
.invoice-total { font-size: 2rem; color: var(--hog-magenta); font-weight: 950; line-height: 1; }
.admin-danger-zone { border-color: rgba(220,53,69,.2); background: rgba(220,53,69,.04); }
@media (max-width: 991.98px) {
  h1 { font-size: clamp(2.1rem, 6vw, 3.3rem); }
  h2 { font-size: clamp(1.75rem, 5vw, 2.65rem); }
  .section-pad { padding: 64px 0; }
  .min-vh-hero { min-height: auto; padding: 46px 0 36px; }
  .hero-visual { min-height: 500px; }
  .page-hero { padding: 32px 0 38px; }
  .booking-promo-panel, .portal-grid.two, .portal-grid.three, .plan-list { grid-template-columns: 1fr; }
  .portal-menu { padding-bottom: .75rem; }
}
@media (max-width: 767.98px) {
  h1 { font-size: clamp(1.92rem, 8vw, 2.75rem); }
  h2 { font-size: clamp(1.55rem, 6.4vw, 2.2rem); }
  body { line-height: 1.58; }
  .lead { font-size: 1rem; }
  .hero-proof { grid-template-columns: 1fr; max-width: 100%; }
  .hero-proof div { border-right: 0; border-bottom: 1px solid var(--hog-line); }
  .hero-proof div:last-child { border-bottom: 0; }
  .hero-service-strip { grid-template-columns: repeat(2, 1fr); }
  .hero-image-main { border-radius: 34px 34px 90px 34px; }
  .hero-glass-note { font-size: .86rem; padding: .68rem .84rem; }
  .page-hero h1 { font-size: clamp(1.55rem, 7vw, 2.15rem); }
  .hog-breadcrumb { font-size: .68rem; padding: .28rem .5rem; }
  .portal-brand img { width: 165px; }
  .portal-menu a { font-size: .8rem; padding: .52rem .65rem; }
}


/* V6 consultation plans: visible homepage plans + smoother booking/account path */
.consultation-plans {
  background: linear-gradient(135deg, #fff 0%, #fbfaf7 50%, #eff9ea 100%);
  border-top: 1px solid rgba(21,20,23,.06);
  border-bottom: 1px solid rgba(21,20,23,.06);
}
.consultation-shell {
  display: grid;
  grid-template-columns: minmax(280px, .88fr) minmax(0, 1.3fr);
  gap: clamp(1rem, 2.8vw, 2rem);
  align-items: stretch;
}
.consultation-copy {
  background: #fff;
  border: 1px solid var(--hog-line);
  border-radius: 30px;
  padding: clamp(1.35rem, 3vw, 2.2rem);
  box-shadow: 0 18px 50px rgba(21,20,23,.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.consultation-copy h2 { font-size: clamp(1.45rem, 2.1vw, 2.35rem); margin-bottom: .85rem; }
.consultation-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.25rem 0 .85rem; }
.pricing-note { color: var(--hog-muted); font-weight: 750; }
.consultation-price-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .95rem;
}
.consult-price {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 28px;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(21,20,23,.1);
  transition: transform .22s ease, box-shadow .22s ease;
}
.consult-price:hover { transform: translateY(-4px); box-shadow: 0 18px 46px rgba(21,20,23,.11); }
.consult-price .plan-duration {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .34rem .64rem;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: rgba(217,255,208,.72);
  color: var(--hog-green);
  margin-bottom: .85rem;
}
.consult-price h3 { font-size: clamp(1.05rem, 1.45vw, 1.35rem); letter-spacing: -.025em; margin-bottom: .65rem; }
.consult-price p { font-size: .92rem; line-height: 1.55; min-height: 88px; }
.consult-price strong { display: block; font-size: clamp(1.55rem, 2.4vw, 2.15rem); line-height: 1; color: var(--hog-magenta); margin: 1rem 0 1.1rem; }
.consult-price.featured-soft { background: rgba(255,255,255,.88); }
.consult-price.featured-plan {
  background: linear-gradient(145deg, var(--hog-green), #153f10);
  color: #fff;
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 24px 60px rgba(36,92,30,.22);
}
.consult-price.featured-plan::after {
  content: "Popular";
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(189,22,138,.95);
  border-radius: 999px;
  padding: .32rem .55rem;
}
.consult-price.featured-plan p,
.consult-price.featured-plan .plan-duration { color: rgba(255,255,255,.9); }
.consult-price.featured-plan .plan-duration { background: rgba(255,255,255,.14); }
.consult-price.featured-plan strong { color: #fff; }
.auth-card .form-control { min-height: 48px; }
@media (max-width: 991.98px) {
  .consultation-shell,
  .consultation-price-list { grid-template-columns: 1fr; }
  .consult-price p { min-height: auto; }
}
@media (max-width: 767.98px) {
  .consultation-actions .btn { width: 100%; }
  .consult-price { border-radius: 22px; }
}

/* V7 portal refinement: normal sidebar portal, cleaner mobile dashboard menu */
.portal-body {
  background: #f6f6f2;
  min-height: 100vh;
  overflow-x: hidden;
}
.portal-app {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
}
.portal-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 54%, #f4fbef 100%);
  border-right: 1px solid rgba(21,20,23,.08);
  box-shadow: 14px 0 38px rgba(21,20,23,.045);
  z-index: 1040;
}
.portal-sidebar-head {
  padding: 1.15rem 1.15rem .85rem;
  border-bottom: 1px solid rgba(21,20,23,.07);
}
.portal-sidebar .portal-brand {
  display: block;
  padding: .25rem .35rem;
  border-radius: 18px;
}
.portal-sidebar .portal-brand:hover { background: rgba(189,22,138,.06); }
.portal-sidebar .portal-brand img { width: 205px; max-height: 72px; object-fit: contain; }
.portal-website-link {
  margin-top: .8rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--hog-green);
  font-size: .82rem;
  font-weight: 850;
}
.portal-website-link:hover { color: var(--hog-magenta); }
.portal-nav {
  flex: 1;
  padding: 1rem .85rem;
  overflow-y: auto;
}
.portal-nav-link {
  display: flex;
  align-items: center;
  gap: .75rem;
  width: 100%;
  padding: .85rem .95rem;
  border-radius: 16px;
  color: #2b2930;
  font-weight: 850;
  font-size: .92rem;
  margin-bottom: .35rem;
  transition: .2s ease;
}
.portal-nav-link i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(189,22,138,.08);
  color: var(--hog-magenta);
  font-size: 1rem;
}
.portal-nav-link:hover,
.portal-nav-link.active {
  background: var(--hog-magenta);
  color: #fff;
  box-shadow: 0 12px 26px rgba(189,22,138,.2);
  transform: translateX(2px);
}
.portal-nav-link:hover i,
.portal-nav-link.active i {
  background: rgba(255,255,255,.18);
  color: #fff;
}
.portal-logout { margin-top: .75rem; color: #a52230; }
.portal-logout i { background: rgba(220,53,69,.1); color: #a52230; }
.portal-sidebar-foot {
  padding: 1rem 1.15rem;
  border-top: 1px solid rgba(21,20,23,.07);
}
.portal-sidebar-foot small {
  display: block;
  color: var(--hog-muted);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .68rem;
}
.portal-sidebar-foot strong {
  display: block;
  color: var(--hog-ink);
  font-size: .9rem;
  margin-top: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portal-main { min-width: 0; }
.portal-mobilebar {
  display: none;
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(21,20,23,.08);
  backdrop-filter: blur(16px);
  padding: .65rem .9rem;
  align-items: center;
  gap: .72rem;
  box-shadow: 0 8px 24px rgba(21,20,23,.045);
}
.portal-menu-toggle,
.portal-mobile-logout {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(21,20,23,.1);
  background: #fff;
  color: var(--hog-magenta);
  font-size: 1.35rem;
}
.portal-mobile-brand img { width: 42px; height: 42px; object-fit: contain; }
.portal-mobile-title { min-width: 0; flex: 1; line-height: 1.12; }
.portal-mobile-title span {
  display: block;
  color: var(--hog-ink);
  font-weight: 950;
  font-size: .98rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portal-mobile-title small {
  color: var(--hog-muted);
  font-weight: 800;
  font-size: .72rem;
}
.portal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(21,20,23,.42);
  backdrop-filter: blur(4px);
  z-index: 1035;
}
.portal-hero {
  padding: 26px 0 20px;
  background: radial-gradient(circle at 8% 0%, rgba(189,22,138,.10), transparent 26%), linear-gradient(135deg, #fff, #f5fbf0);
  border-bottom: 1px solid rgba(21,20,23,.06);
}
.portal-hero h1 { font-size: clamp(1.6rem, 2.35vw, 2.45rem); letter-spacing: -.035em; }
.portal-hero p { margin-bottom: 0; max-width: 780px; font-size: .98rem; }
.portal-card { border-radius: 22px; box-shadow: 0 14px 42px rgba(21,20,23,.065); }
.stat-card { border-radius: 18px; background: linear-gradient(135deg, #fff, #fffafd); }
.stat-card strong { font-size: 1.55rem; }
.auth-logo-link { display: block; width: max-content; max-width: 100%; margin: 0 auto 1.2rem; }
.auth-logo-link .auth-logo { margin: 0; }
.auth-footer-links {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(21,20,23,.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .85rem;
  font-size: .88rem;
  font-weight: 800;
}
.auth-footer-links a { color: var(--hog-green); }
.auth-footer-links a:hover { color: var(--hog-magenta); }
@media (max-width: 1099.98px) {
  .portal-app { display: block; }
  .portal-mobilebar { display: flex; }
  .portal-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: min(316px, 86vw);
    max-width: 86vw;
    transform: translateX(-105%);
    transition: transform .25s ease;
    box-shadow: 24px 0 60px rgba(21,20,23,.16);
  }
  body.portal-menu-open .portal-sidebar { transform: translateX(0); }
  body.portal-menu-open .portal-overlay { display: block; }
  .portal-main { min-height: 100vh; }
  .portal-hero { padding: 22px 0 18px; }
}
@media (max-width: 767.98px) {
  .portal-card { border-radius: 18px; padding: 1rem; }
  .portal-nav-link { padding: .78rem .85rem; font-size: .88rem; }
  .portal-sidebar .portal-brand img { width: 184px; }
  .portal-hero h1 { font-size: clamp(1.35rem, 6vw, 1.8rem); }
  .portal-hero p { font-size: .9rem; }
  .stat-card { padding: .85rem; }
  .stat-card strong { font-size: 1.35rem; }
  .auth-wrap { align-items: start; padding-top: 22px; }
  .auth-card { border-radius: 20px; }
}


/* V10: Online job application */
.apply-hero{background:linear-gradient(135deg,rgba(189,22,138,.10),rgba(36,105,32,.08));padding:58px 0;border-bottom:1px solid rgba(36,105,32,.10)}
.apply-hero h1{font-size:clamp(2rem,5vw,3.1rem);line-height:1.08;margin-bottom:.75rem}
.apply-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:1.4rem;align-items:start}
.apply-side,.apply-form-card{background:#fff;border:1px solid rgba(23,23,31,.08);box-shadow:0 18px 55px rgba(23,23,31,.08);border-radius:24px;padding:1.45rem}
.apply-side ul{list-style:none;padding:0;margin:1rem 0;display:grid;gap:.75rem}.apply-side li{display:flex;gap:.65rem;color:#4d4c56}.apply-side i{color:#BD168A}.apply-form-card h2{font-size:1.55rem;margin-bottom:.25rem}.form-section-title{margin:1.45rem 0 .8rem;font-weight:900;color:#246920;border-bottom:1px solid rgba(36,105,32,.14);padding-bottom:.5rem}.application-form label{font-weight:800;color:#302c35;font-size:.88rem;margin-bottom:.32rem}.application-form .form-control,.application-form .form-select{border-radius:13px;min-height:49px;border:1px solid rgba(23,23,31,.14);background:#fff}.application-form textarea.form-control{min-height:110px}.application-form .form-control:focus,.application-form .form-select:focus{border-color:#BD168A;box-shadow:0 0 0 .18rem rgba(189,22,138,.12)}.application-note{font-size:.85rem;color:#6c6570;margin-top:.65rem}.job-apply-cta{background:linear-gradient(135deg,#246920,#143e12);border-radius:28px;color:#fff;padding:2rem;box-shadow:0 22px 70px rgba(20,62,18,.18)}.job-apply-cta h2,.job-apply-cta p{color:#fff}.job-apply-cta p{opacity:.86}.job-apply-cta .btn{background:#fff;color:#246920;border:0;font-weight:900}.job-apply-cta .btn:hover{background:#f4fff2;color:#246920}.document-view{background:#fff;border:1px solid #ddd;border-radius:14px;padding:28px;box-shadow:0 14px 45px rgba(0,0,0,.06);font-family:Arial,Helvetica,sans-serif;color:#111}.doc-header{display:flex;align-items:center;justify-content:space-between;border-bottom:3px solid #BD168A;padding-bottom:14px;margin-bottom:22px}.doc-header img{max-width:160px;height:auto}.doc-meta{text-align:right;font-size:13px;color:#555}.doc-title{text-align:center;margin:8px 0 20px;text-transform:uppercase;font-weight:800;color:#BD168A}.doc-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}.doc-field{border-bottom:1px solid #d6d6d6;padding:8px 0}.doc-field.full{grid-column:1/-1}.doc-field small{display:block;color:#777;font-weight:700;text-transform:uppercase;font-size:10px;letter-spacing:.04em}.doc-field span{display:block;font-size:14px;white-space:pre-wrap}.doc-section{margin-top:20px}.doc-section h3{font-size:15px;text-transform:uppercase;color:#246920;border-bottom:1px solid #ddd;padding-bottom:6px;margin-bottom:8px}.admin-actions-bar{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.admin-filter{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:1rem;box-shadow:0 10px 32px rgba(0,0,0,.05);margin-bottom:1rem}
@media(max-width:991px){.apply-layout{grid-template-columns:1fr}.doc-grid{grid-template-columns:1fr}.doc-header{display:block}.doc-meta{text-align:left;margin-top:.75rem}}
@media print{body{background:#fff!important}.portal-sidebar,.portal-mobilebar,.admin-actions-bar,.portal-hero,.notice,.no-print{display:none!important}.portal-main{margin:0!important}.portal-app{display:block!important}.section-pad,.container-xl{padding:0!important;max-width:100%!important}.document-view{box-shadow:none;border:0;border-radius:0;padding:0}.doc-header{break-inside:avoid}}
.badge-new,.badge-reviewed,.badge-shortlisted{background:rgba(189,22,138,.11);color:var(--hog-magenta)}
.badge-rejected{background:rgba(220,53,69,.11);color:#b02a37}.badge-archived{background:rgba(21,20,23,.08);color:#333}


/* V11 content update: direct employer and client feedback */
.direct-employer-section{background:linear-gradient(180deg,#fff 0%,#fbf4f9 100%)}
.direct-employer-card{background:#fff;border:1px solid rgba(189,22,138,.12);border-radius:28px;box-shadow:0 24px 70px rgba(32,23,38,.08);padding:2rem;display:grid;grid-template-columns:.9fr 1.1fr;gap:1.5rem;align-items:start;position:relative;overflow:hidden}.direct-employer-card:before{content:"";position:absolute;right:-90px;top:-90px;width:220px;height:220px;border-radius:50%;background:rgba(189,22,138,.08)}.direct-employer-lead{position:relative;z-index:1}.direct-employer-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.direct-employer-grid div{background:#fbf8fb;border:1px solid rgba(189,22,138,.1);border-radius:18px;padding:1rem}.direct-employer-grid i{color:var(--hog-pink);font-size:1.5rem}.direct-employer-grid strong{display:block;margin:.45rem 0 .25rem}.direct-employer-grid span{font-size:.9rem;color:#5c5362}.direct-employer-note{grid-column:1/-1;background:#143f16;color:#fff;border-radius:18px;padding:1rem 1.2rem;line-height:1.65}.direct-employer-note strong{color:#fff}.health-feedback{background:#fff}.health-feedback-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}.health-feedback-grid article{background:linear-gradient(180deg,#fff,#fff8fc);border:1px solid rgba(189,22,138,.12);border-radius:22px;padding:1.4rem;box-shadow:0 18px 50px rgba(32,23,38,.07)}.health-feedback-grid .stars{color:#f6b400;letter-spacing:.08em;margin-bottom:.8rem}.health-feedback-grid p{font-size:.98rem}.health-feedback-grid strong{color:var(--hog-green)}
@media(max-width:991px){.direct-employer-card{grid-template-columns:1fr}.health-feedback-grid{grid-template-columns:1fr}.direct-employer-grid{grid-template-columns:1fr}}
