:root {
  --ph-color-text: #1f2933;
  --ph-color-bg: #f7f8fa;
  --ph-color-surface: #ffffff;
  --ph-color-accent: #1570ef;
  --ph-color-muted: #52606d;
  --ph-font-body: "Lato", Sans-serif;
  --ph-font-display: "Montserrat", Sans-serif;
  --ph-text-hero: clamp(3rem, 6vw, 5rem);
  --ph-text-h1: clamp(2.625rem, 5vw, 4rem);
  --ph-text-h2: clamp(2rem, 4.5vw, 3.375rem);
  --ph-text-h3: 1.375rem;
  --ph-text-eyebrow: 0.875rem;
  --ph-text-body-lg: clamp(1.125rem, 1.8vw, 1.25rem);
  --ph-text-body: 1rem;
  --ph-text-body-sm: 0.9375rem;
  --ph-text-button: 1rem;
  --ph-leading-tight: 1.05;
  --ph-leading-normal: 1.65;
  --ph-tracking-display: -0.03em;
  --ph-gold-button-start: #efb33e;
  --ph-gold-button-end: #ffd072;
  --ph-gold-button-start-hover: #f5c357;
  --ph-gold-button-end-hover: #ffe08a;
  --ph-gold-button-text: #1b2b3c;
  --ph-gold-button-text-hover: #17283a;
  --ph-gold-button-border: rgba(214, 150, 28, 0.68);
  --ph-gold-button-border-hover: rgba(214, 150, 28, 0.82);
  --ph-gold-button-focus-ring: rgba(239, 179, 62, 0.28);
  --ph-gold-button-shadow: 0 14px 30px rgba(239, 179, 62, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.44);
  --ph-gold-button-shadow-hover: 0 14px 28px rgba(239, 179, 62, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.46);
  --ph-gold-button-shadow-active: 0 10px 22px rgba(239, 179, 62, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.36);
  --ph-gold-button-radius: 12px;
  --ph-gold-button-min-height: 56px;
  --ph-gold-button-padding-block: 14px;
  --ph-gold-button-padding-inline: 20px;
  --ph-gold-button-gap: 10px;
  --ph-gold-button-font-family: "Montserrat", Sans-serif;
  --ph-gold-button-font-size: 16px;
  --ph-gold-button-font-weight: 700;
  --ph-gold-button-line-height: 1;
  --ph-gold-button-letter-spacing: 0.12em;
  --ph-gold-button-text-transform: uppercase;
  --ph-primary-green-button-start: #8dd09a;
  --ph-primary-green-button-mid: #69b381;
  --ph-primary-green-button-end: #4f8d67;
  --ph-primary-green-button-start-hover: #97d9a4;
  --ph-primary-green-button-mid-hover: #74bb8a;
  --ph-primary-green-button-end-hover: #58956f;
  --ph-primary-green-button-text: #ffffff;
  --ph-primary-green-button-text-hover: #ffffff;
  --ph-primary-green-button-border: rgba(75, 124, 89, 0.34);
  --ph-primary-green-button-border-hover: rgba(75, 124, 89, 0.42);
  --ph-primary-green-button-focus-ring: rgba(79, 141, 103, 0.3);
  --ph-primary-green-button-shadow: 0 16px 30px rgba(86, 140, 93, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  --ph-primary-green-button-shadow-hover: 0 20px 36px rgba(86, 140, 93, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.48);
  --ph-primary-green-button-shadow-active: 0 12px 24px rgba(86, 140, 93, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.36);
  --ph-primary-green-button-radius: var(--ph-gold-button-radius);
  --ph-primary-green-button-min-height: 52px;
  --ph-primary-green-button-padding-block: 13px;
  --ph-primary-green-button-padding-inline: 20px;
  --ph-primary-green-button-gap: 10px;
  --ph-primary-green-button-font-family: "Montserrat", Sans-serif;
  --ph-primary-green-button-font-size: 0.95rem;
  --ph-primary-green-button-font-weight: 700;
  --ph-primary-green-button-line-height: 1.05;
  --ph-primary-green-button-letter-spacing: 0.02em;
  --ph-primary-green-button-text-transform: none;
  --ph-secondary-dark-surface-bg: rgba(255, 255, 255, 0.08);
  --ph-secondary-dark-surface-bg-hover: rgba(255, 255, 255, 0.14);
  --ph-secondary-dark-surface-border: rgba(255, 255, 255, 0.56);
  --ph-secondary-dark-surface-border-hover: rgba(255, 255, 255, 0.78);
  --ph-secondary-dark-surface-text: #ffffff;
  --ph-secondary-dark-surface-shadow: 0 14px 28px rgba(15, 23, 42, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  --ph-secondary-dark-surface-shadow-hover: 0 18px 34px rgba(15, 23, 42, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  --ph-secondary-dark-surface-focus: rgba(255, 255, 255, 0.34);
  --ph-secondary-light-surface-bg: rgba(41, 47, 54, 0.04);
  --ph-secondary-light-surface-bg-hover: rgba(41, 47, 54, 0.09);
  --ph-secondary-light-surface-border: rgba(41, 47, 54, 0.26);
  --ph-secondary-light-surface-border-hover: rgba(41, 47, 54, 0.4);
  --ph-secondary-light-surface-text: #292f36;
  --ph-secondary-light-surface-shadow: 0 14px 28px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.68);
  --ph-secondary-light-surface-shadow-hover: 0 18px 34px rgba(15, 23, 42, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.76);
  --ph-secondary-light-surface-focus: rgba(41, 47, 54, 0.2);
  --ph-secondary-ink-surface-bg: linear-gradient(180deg, #2d312a 0%, #1c1f1a 100%);
  --ph-secondary-ink-surface-bg-hover: linear-gradient(180deg, #363a33 0%, #232722 100%);
  --ph-secondary-ink-surface-border: rgba(54, 58, 51, 0.82);
  --ph-secondary-ink-surface-border-hover: rgba(210, 168, 57, 0.42);
  --ph-secondary-ink-surface-text: #f7f3ea;
  --ph-secondary-ink-surface-shadow: 0 16px 30px rgba(15, 23, 42, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --ph-secondary-ink-surface-shadow-hover: 0 20px 36px rgba(15, 23, 42, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  --ph-secondary-ink-surface-focus: rgba(41, 47, 54, 0.24);
  --ph-spacing-2: 8px;
  --ph-spacing-3: 12px;
  --ph-spacing-4: 16px;
  --ph-spacing-6: 24px;
  --ph-spacing-8: 32px;
  --ph-radius-sm: 8px;
  --ph-radius-md: 10px;
  --ph-radius-soft: 18px;
  --ph-radius-chip: 20px;
  --ph-radius-card: 24px;
  --ph-radius-panel: 30px;
  --ph-radius-pill: 999px;
}

@media (max-width: 767px) {
  :root {
    --ph-gold-button-min-height: 54px;
    --ph-gold-button-font-size: 15px;
    --ph-gold-button-letter-spacing: 0.1em;
    --ph-primary-green-button-font-size: 0.92rem;
  }
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

button,
[type="button"],
[type="submit"],
[type="reset"],
a.ph-button,
.ph-button,
.ph-primary-green-button,
.ph-cta-primary-lg,
.ph-cta-secondary {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="submit"]:disabled,
[type="reset"]:disabled,
.ph-button[disabled],
.ph-primary-green-button[disabled],
.ph-cta-primary-lg[disabled],
.ph-cta-secondary[disabled],
[aria-disabled="true"] {
  cursor: not-allowed;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--ph-color-bg);
  color: var(--ph-color-text);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.l-container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.c-header,
.c-footer {
  background: var(--ph-color-surface);
  border-bottom: 1px solid #e4e7eb;
}

.c-footer {
  border-top: 1px solid #e4e7eb;
  border-bottom: 0;
  padding: var(--ph-spacing-6) 0;
  margin-top: var(--ph-spacing-8);
  color: var(--ph-color-muted);
}

.c-header .l-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ph-spacing-4);
  padding: var(--ph-spacing-6) 0;
}

.c-brand {
  font-size: 1.125rem;
  font-weight: 700;
}

.c-nav {
  display: flex;
  gap: var(--ph-spacing-4);
}

.c-nav a {
  color: var(--ph-color-text);
  text-decoration: none;
  font-weight: 600;
}

.c-nav a:hover {
  color: var(--ph-color-accent);
}

.c-main {
  background: var(--ph-color-surface);
  border: 1px solid #d9e2ec;
  border-radius: var(--ph-radius-md);
  margin-top: var(--ph-spacing-8);
  padding: var(--ph-spacing-8);
}

.c-panel {
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  background: #ffffff;
  padding: 16px;
  margin-bottom: 16px;
}

.c-form {
  max-width: 460px;
  display: grid;
  gap: var(--ph-spacing-3);
}

.c-form-label {
  font-weight: 600;
}

.c-form-input {
  border: 1px solid #bcccdc;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 1rem;
}

.c-button {
  margin-top: var(--ph-spacing-3);
  border: 0;
  border-radius: 8px;
  background: var(--ph-color-accent);
  color: #ffffff;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
}

.c-button-secondary {
  background: #334e68;
}

.c-alert {
  margin-bottom: var(--ph-spacing-4);
  border-radius: 8px;
  padding: 10px 12px;
}

.c-alert-error {
  background: #fde8e8;
  color: #912018;
  border: 1px solid #f8b4b4;
}

.c-note {
  color: var(--ph-color-muted);
  font-size: 0.95rem;
}

.c-form-wide {
  max-width: 720px;
}

.c-inline-form {
  display: inline;
}

.c-link-button {
  border: 0;
  background: transparent;
  color: var(--ph-color-accent);
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  margin-left: 8px;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.c-table th,
.c-table td {
  border: 1px solid #d9e2ec;
  text-align: left;
  padding: 10px;
  vertical-align: top;
}

.c-table th {
  background: #f0f4f8;
}

.c-shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.c-card {
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  background: #ffffff;
  padding: 16px;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #f8fbff;
  padding: 12px;
}

code {
  background: #eff4fa;
  border-radius: 4px;
  padding: 2px 6px;
}

.ph-main-shell {
  width: min(1120px, 92%);
  margin: 32px auto 0;
}

.ph-portal-nav-shell {
  background: #ffffff;
  border-bottom: 1px solid #e4e7eb;
  padding: 18px 0;
}

.ph-portal-title {
  margin: 0 0 12px;
  font-size: 1.25rem;
}

.ph-site-footer .ph-element-63c9d4d a[href*="/portal-login"],
.ph-site-footer .ph-element-63c9d4d a[href*="/get-started/"],
.elementor-location-footer .elementor-element-63c9d4d a[href*="/portal-login"],
.elementor-location-footer .elementor-element-63c9d4d a[href*="/get-started/"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #f6e5ad;
  background: linear-gradient(180deg, #fffdf3 0%, #fff7da 100%);
  color: #171717;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.ph-site-footer .ph-element-63c9d4d a[href*="/portal-login"] .ph-icon-list-text,
.ph-site-footer .ph-element-63c9d4d a[href*="/get-started/"] .ph-icon-list-text,
.elementor-location-footer .elementor-element-63c9d4d a[href*="/portal-login"] .elementor-icon-list-text,
.elementor-location-footer .elementor-element-63c9d4d a[href*="/get-started/"] .elementor-icon-list-text {
  font-weight: 700;
}

.ph-site-footer .ph-element-63c9d4d a[href*="/portal-login"]:hover,
.ph-site-footer .ph-element-63c9d4d a[href*="/portal-login"]:focus-visible,
.ph-site-footer .ph-element-63c9d4d a[href*="/get-started/"]:hover,
.ph-site-footer .ph-element-63c9d4d a[href*="/get-started/"]:focus-visible,
.elementor-location-footer .elementor-element-63c9d4d a[href*="/portal-login"]:hover,
.elementor-location-footer .elementor-element-63c9d4d a[href*="/portal-login"]:focus-visible,
.elementor-location-footer .elementor-element-63c9d4d a[href*="/get-started/"]:hover,
.elementor-location-footer .elementor-element-63c9d4d a[href*="/get-started/"]:focus-visible {
  border-color: #fdc438;
  background: linear-gradient(180deg, #fffbe7 0%, #ffeeb6 100%);
  color: #111827;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(17, 24, 39, 0.14);
}

@media (max-width: 991px) {
  .c-nav {
    flex-wrap: wrap;
  }
}

/* Guard against legacy Hello reset fallback colors (#c36/#336). */
:root {
  --ph-legacy-button-color: var(--ph-brand-yellow-2, #fdc438);
  --ph-legacy-button-hover-bg: var(--ph-brand-dark, #1f211d);
  --ph-legacy-button-hover-text: var(--ph-brand-yellow, #ffc53a);
  --ph-legacy-button-hover-border: var(--ph-brand-dark, #1f211d);
  --ph-legacy-button-focus-ring: rgba(253, 196, 56, 0.35);
  --ph-legacy-button-shadow-rest: 0 8px 20px rgba(31, 33, 29, 0.12);
  --ph-legacy-button-shadow-hover: 0 14px 26px rgba(31, 33, 29, 0.2);
  --ph-legacy-button-shadow-active: 0 6px 14px rgba(31, 33, 29, 0.16);
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  border-color: var(--ph-legacy-button-color);
  color: var(--ph-legacy-button-color);
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow: var(--ph-legacy-button-shadow-rest);
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
  background-color: var(--ph-legacy-button-hover-bg);
  border-color: var(--ph-legacy-button-hover-border);
  color: var(--ph-legacy-button-hover-text);
  transform: translateY(-1px);
  box-shadow: var(--ph-legacy-button-shadow-hover);
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
  transform: translateY(0);
  box-shadow: var(--ph-legacy-button-shadow-active);
}

input[type="button"]:focus-visible,
input[type="submit"]:focus-visible,
input[type="reset"]:focus-visible,
button:focus-visible {
  outline: 2px solid var(--ph-legacy-button-focus-ring);
  outline-offset: 2px;
}

/* Reusable secondary CTA system for buttons paired with the gold primary CTA. */
a.ph-button.ph-button-link.ph-cta-secondary,
a.ph-button.ph-button-link.ph-cta-secondary:visited,
a.ph-button.ph-button-link.ph-cta-secondary:hover,
a.ph-button.ph-button-link.ph-cta-secondary:focus-visible,
a.ph-button.ph-button-link.ph-cta-secondary:active {
  border-radius: var(--ph-gold-button-radius, 12px) !important;
  border-style: solid !important;
  border-width: 1.5px !important;
  box-shadow: var(--ph-secondary-light-surface-shadow) !important;
  text-decoration: none !important;
  text-shadow: none !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease !important;
}

a.ph-button.ph-button-link.ph-cta-secondary > span,
a.ph-button.ph-button-link.ph-cta-secondary .ph-button-text,
a.ph-button.ph-button-link.ph-cta-secondary .ph-button-content-wrapper,
a.ph-button.ph-button-link.ph-cta-secondary svg,
a.ph-button.ph-button-link.ph-cta-secondary i {
  color: inherit !important;
  fill: currentColor !important;
}

a.ph-button.ph-button-link.ph-cta-secondary:hover,
a.ph-button.ph-button-link.ph-cta-secondary:focus-visible {
  transform: translateY(-1px) !important;
}

a.ph-button.ph-button-link.ph-cta-secondary:active {
  transform: translateY(0) !important;
}

a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--dark,
a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--dark:visited,
a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--dark:hover,
a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--dark:focus-visible,
a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--dark:active {
  background: var(--ph-secondary-dark-surface-bg) !important;
  border-color: var(--ph-secondary-dark-surface-border) !important;
  color: var(--ph-secondary-dark-surface-text) !important;
  box-shadow: var(--ph-secondary-dark-surface-shadow) !important;
}

a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--dark:hover,
a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--dark:focus-visible {
  background: var(--ph-secondary-dark-surface-bg-hover) !important;
  border-color: var(--ph-secondary-dark-surface-border-hover) !important;
  color: var(--ph-secondary-dark-surface-text) !important;
  box-shadow: var(--ph-secondary-dark-surface-shadow-hover) !important;
}

a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--dark:active {
  box-shadow: var(--ph-secondary-dark-surface-shadow) !important;
}

a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--dark:focus-visible {
  outline: 2px solid var(--ph-secondary-dark-surface-focus) !important;
  outline-offset: 3px !important;
}

a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--light,
a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--light:visited,
a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--light:hover,
a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--light:focus-visible,
a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--light:active {
  background: var(--ph-secondary-light-surface-bg) !important;
  border-color: var(--ph-secondary-light-surface-border) !important;
  color: var(--ph-secondary-light-surface-text) !important;
  box-shadow: var(--ph-secondary-light-surface-shadow) !important;
}

a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--light:hover,
a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--light:focus-visible {
  background: var(--ph-secondary-light-surface-bg-hover) !important;
  border-color: var(--ph-secondary-light-surface-border-hover) !important;
  color: var(--ph-secondary-light-surface-text) !important;
  box-shadow: var(--ph-secondary-light-surface-shadow-hover) !important;
}

a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--light:active {
  box-shadow: var(--ph-secondary-light-surface-shadow) !important;
}

a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--light:focus-visible {
  outline: 2px solid var(--ph-secondary-light-surface-focus) !important;
  outline-offset: 3px !important;
}

a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--ink,
a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--ink:visited,
a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--ink:hover,
a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--ink:focus-visible,
a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--ink:active {
  background: var(--ph-secondary-ink-surface-bg) !important;
  border-color: var(--ph-secondary-ink-surface-border) !important;
  color: var(--ph-secondary-ink-surface-text) !important;
  box-shadow: var(--ph-secondary-ink-surface-shadow) !important;
}

a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--ink:hover,
a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--ink:focus-visible {
  background: var(--ph-secondary-ink-surface-bg-hover) !important;
  border-color: var(--ph-secondary-ink-surface-border-hover) !important;
  color: var(--ph-secondary-ink-surface-text) !important;
  box-shadow: var(--ph-secondary-ink-surface-shadow-hover) !important;
}

a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--ink:active {
  box-shadow: var(--ph-secondary-ink-surface-shadow) !important;
}

a.ph-button.ph-button-link.ph-cta-secondary.ph-cta-secondary--ink:focus-visible {
  outline: 2px solid var(--ph-secondary-ink-surface-focus) !important;
  outline-offset: 3px !important;
}

/* Shared gold CTA treatment for public-facing yellow buttons. */
a.ph-treatments-btn-primary,
a.ph-treatments-btn-primary:visited,
a.ph-treatments-btn-primary:hover,
a.ph-treatments-btn-primary:focus-visible,
a.ph-treatments-btn-primary:active,
a.ph-treatments-btn,
a.ph-treatments-btn:visited,
a.ph-treatments-btn:hover,
a.ph-treatments-btn:focus-visible,
a.ph-treatments-btn:active,
a.ph-labs-btn-primary,
a.ph-labs-btn-primary:visited,
a.ph-labs-btn-primary:hover,
a.ph-labs-btn-primary:focus-visible,
a.ph-labs-btn-primary:active,
a.ph-labs-btn,
a.ph-labs-btn:visited,
a.ph-labs-btn:hover,
a.ph-labs-btn:focus-visible,
a.ph-labs-btn:active,
a.ph-blog-btn-primary,
a.ph-blog-btn-primary:visited,
a.ph-blog-btn-primary:hover,
a.ph-blog-btn-primary:focus-visible,
a.ph-blog-btn-primary:active,
a.ph-button.ph-button-link:not(.ph-header-quick-btn),
a.ph-button.ph-button-link:not(.ph-header-quick-btn):visited,
a.ph-button.ph-button-link:not(.ph-header-quick-btn):hover,
a.ph-button.ph-button-link:not(.ph-header-quick-btn):focus-visible,
a.ph-button.ph-button-link:not(.ph-header-quick-btn):active,
a.get-started-btn,
a.get-started-btn:visited,
a.get-started-btn:hover,
a.get-started-btn:focus-visible,
a.get-started-btn:active,
.ph-sermo-btn-primary,
.ph-sermo-btn-primary:visited,
.ph-sermo-btn-primary:hover,
.ph-sermo-btn-primary:focus-visible,
.ph-sermo-btn-primary:active,
.page-peptide-therapy .ph-sermo-v5-btn-primary,
.page-peptide-therapy .ph-sermo-v5-btn-primary:visited,
.page-peptide-therapy .ph-sermo-v5-btn-primary:hover,
.page-peptide-therapy .ph-sermo-v5-btn-primary:focus-visible,
.page-peptide-therapy .ph-sermo-v5-btn-primary:active,
.page-peptide-therapy .ph-peptide-btn-primary,
.page-peptide-therapy .ph-peptide-btn-primary:visited,
.page-peptide-therapy .ph-peptide-btn-primary:hover,
.page-peptide-therapy .ph-peptide-btn-primary:focus-visible,
.page-peptide-therapy .ph-peptide-btn-primary:active,
.ph-location-page a.ph-location-btn--primary,
.ph-location-page a.ph-location-btn--primary:visited,
.ph-location-page a.ph-location-btn--primary:hover,
.ph-location-page a.ph-location-btn--primary:focus-visible,
.ph-location-page a.ph-location-btn--primary:active,
.pp-btn-yellow,
.pp-btn-yellow:visited,
.pp-btn-yellow:hover,
.pp-btn-yellow:focus,
.pp-btn-yellow:focus-visible,
.pp-btn-yellow:active,
.ph-homepage-mirror .ph-section-care .ph-care-cta .ph-button,
.ph-homepage-mirror .ph-section-care .ph-care-cta .ph-button:visited,
.ph-homepage-mirror .ph-section-care .ph-care-cta .ph-button:hover,
.ph-homepage-mirror .ph-section-care .ph-care-cta .ph-button:focus-visible,
.ph-homepage-mirror .ph-section-care .ph-care-cta .ph-button:active,
.ph-homepage-mirror .ph-section-labs-cta .ph-labs-cta-primary .ph-button,
.ph-homepage-mirror .ph-section-labs-cta .ph-labs-cta-primary .ph-button:visited,
.ph-homepage-mirror .ph-section-labs-cta .ph-labs-cta-primary .ph-button:hover,
.ph-homepage-mirror .ph-section-labs-cta .ph-labs-cta-primary .ph-button:focus-visible,
.ph-homepage-mirror .ph-section-labs-cta .ph-labs-cta-primary .ph-button:active,
.ph-homepage-mirror .ph-section-explore-treatments .ph-explore-cta .ph-button,
.ph-homepage-mirror .ph-section-explore-treatments .ph-explore-cta .ph-button:visited,
.ph-homepage-mirror .ph-section-explore-treatments .ph-explore-cta .ph-button:hover,
.ph-homepage-mirror .ph-section-explore-treatments .ph-explore-cta .ph-button:focus-visible,
.ph-homepage-mirror .ph-section-explore-treatments .ph-explore-cta .ph-button:active,
.ph-homepage-mirror .ph-section-prime-turn .ph-prime-turn-cta .ph-button,
.ph-homepage-mirror .ph-section-prime-turn .ph-prime-turn-cta .ph-button:visited,
.ph-homepage-mirror .ph-section-prime-turn .ph-prime-turn-cta .ph-button:hover,
.ph-homepage-mirror .ph-section-prime-turn .ph-prime-turn-cta .ph-button:focus-visible,
.ph-homepage-mirror .ph-section-prime-turn .ph-prime-turn-cta .ph-button:active,
.ph-homepage-mirror .treatments-mega-menu .treatments-view-more .ph-button,
.ph-homepage-mirror .treatments-mega-menu .treatments-view-more .ph-button:visited,
.ph-homepage-mirror .treatments-mega-menu .treatments-view-more .ph-button:hover,
.ph-homepage-mirror .treatments-mega-menu .treatments-view-more .ph-button:focus-visible,
.ph-homepage-mirror .treatments-mega-menu .treatments-view-more .ph-button:active {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: var(--ph-gold-button-gap) !important;
  min-height: var(--ph-gold-button-min-height) !important;
  padding: var(--ph-gold-button-padding-block) var(--ph-gold-button-padding-inline) !important;
  background: linear-gradient(135deg, var(--ph-gold-button-start), var(--ph-gold-button-end)) !important;
  border: 1px solid var(--ph-gold-button-border) !important;
  border-radius: var(--ph-gold-button-radius) !important;
  box-shadow: var(--ph-gold-button-shadow) !important;
  color: var(--ph-gold-button-text) !important;
  fill: currentColor !important;
  font-family: var(--ph-gold-button-font-family) !important;
  font-size: var(--ph-gold-button-font-size) !important;
  font-weight: var(--ph-gold-button-font-weight) !important;
  line-height: var(--ph-gold-button-line-height) !important;
  letter-spacing: 0.035em !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  white-space: nowrap !important;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease !important;
}

a.ph-treatments-btn > span,
a.ph-treatments-btn .ph-button-text,
a.ph-treatments-btn .ph-button-content-wrapper,
a.ph-treatments-btn svg,
a.ph-treatments-btn i,
a.ph-labs-btn > span,
a.ph-labs-btn .ph-button-text,
a.ph-labs-btn .ph-button-content-wrapper,
a.ph-labs-btn svg,
a.ph-labs-btn i,
a.ph-button.ph-button-link:not(.ph-header-quick-btn) > span,
a.ph-button.ph-button-link:not(.ph-header-quick-btn) .ph-button-text,
a.ph-button.ph-button-link:not(.ph-header-quick-btn) .ph-button-content-wrapper,
a.ph-button.ph-button-link:not(.ph-header-quick-btn) svg,
a.ph-button.ph-button-link:not(.ph-header-quick-btn) i,
a.get-started-btn > span,
a.get-started-btn svg,
a.get-started-btn i {
  color: inherit !important;
  fill: currentColor !important;
}

a.ph-treatments-btn-primary:hover,
a.ph-treatments-btn-primary:focus-visible,
a.ph-treatments-btn:hover,
a.ph-treatments-btn:focus-visible,
a.ph-labs-btn-primary:hover,
a.ph-labs-btn-primary:focus-visible,
a.ph-labs-btn:hover,
a.ph-labs-btn:focus-visible,
a.ph-blog-btn-primary:hover,
a.ph-blog-btn-primary:focus-visible,
a.ph-button.ph-button-link:not(.ph-header-quick-btn):hover,
a.ph-button.ph-button-link:not(.ph-header-quick-btn):focus-visible,
a.get-started-btn:hover,
a.get-started-btn:focus-visible,
.ph-sermo-btn-primary:hover,
.ph-sermo-btn-primary:focus-visible,
.page-peptide-therapy .ph-sermo-v5-btn-primary:hover,
.page-peptide-therapy .ph-sermo-v5-btn-primary:focus-visible,
.page-peptide-therapy .ph-peptide-btn-primary:hover,
.page-peptide-therapy .ph-peptide-btn-primary:focus-visible,
.ph-location-page a.ph-location-btn--primary:hover,
.ph-location-page a.ph-location-btn--primary:focus-visible,
.pp-btn-yellow:hover,
.pp-btn-yellow:focus-visible,
.ph-homepage-mirror .ph-section-care .ph-care-cta .ph-button:hover,
.ph-homepage-mirror .ph-section-care .ph-care-cta .ph-button:focus-visible,
.ph-homepage-mirror .ph-section-labs-cta .ph-labs-cta-primary .ph-button:hover,
.ph-homepage-mirror .ph-section-labs-cta .ph-labs-cta-primary .ph-button:focus-visible,
.ph-homepage-mirror .ph-section-explore-treatments .ph-explore-cta .ph-button:hover,
.ph-homepage-mirror .ph-section-explore-treatments .ph-explore-cta .ph-button:focus-visible,
.ph-homepage-mirror .ph-section-prime-turn .ph-prime-turn-cta .ph-button:hover,
.ph-homepage-mirror .ph-section-prime-turn .ph-prime-turn-cta .ph-button:focus-visible,
.ph-homepage-mirror .treatments-mega-menu .treatments-view-more .ph-button:hover,
.ph-homepage-mirror .treatments-mega-menu .treatments-view-more .ph-button:focus-visible {
  background: linear-gradient(135deg, var(--ph-gold-button-start-hover), var(--ph-gold-button-end-hover)) !important;
  border-color: var(--ph-gold-button-border-hover) !important;
  box-shadow: var(--ph-gold-button-shadow-hover) !important;
  color: var(--ph-gold-button-text-hover) !important;
  fill: currentColor !important;
  transform: translateY(-1px) !important;
}

a.ph-treatments-btn-primary:active,
a.ph-treatments-btn:active,
a.ph-labs-btn-primary:active,
a.ph-labs-btn:active,
a.ph-blog-btn-primary:active,
a.ph-button.ph-button-link:not(.ph-header-quick-btn):active,
a.get-started-btn:active,
.ph-sermo-btn-primary:active,
.page-peptide-therapy .ph-sermo-v5-btn-primary:active,
.page-peptide-therapy .ph-peptide-btn-primary:active,
.ph-location-page a.ph-location-btn--primary:active,
.pp-btn-yellow:active,
.ph-homepage-mirror .ph-section-care .ph-care-cta .ph-button:active,
.ph-homepage-mirror .ph-section-labs-cta .ph-labs-cta-primary .ph-button:active,
.ph-homepage-mirror .ph-section-explore-treatments .ph-explore-cta .ph-button:active,
.ph-homepage-mirror .ph-section-prime-turn .ph-prime-turn-cta .ph-button:active,
.ph-homepage-mirror .treatments-mega-menu .treatments-view-more .ph-button:active {
  box-shadow: var(--ph-gold-button-shadow-active) !important;
  transform: translateY(0) !important;
}

a.ph-treatments-btn-primary:focus-visible,
a.ph-treatments-btn:focus-visible,
a.ph-labs-btn-primary:focus-visible,
a.ph-labs-btn:focus-visible,
a.ph-blog-btn-primary:focus-visible,
a.ph-button.ph-button-link:not(.ph-header-quick-btn):focus-visible,
a.get-started-btn:focus-visible,
.ph-sermo-btn-primary:focus-visible,
.page-peptide-therapy .ph-sermo-v5-btn-primary:focus-visible,
.page-peptide-therapy .ph-peptide-btn-primary:focus-visible,
.ph-location-page a.ph-location-btn--primary:focus-visible,
.pp-btn-yellow:focus-visible,
.ph-homepage-mirror .ph-section-care .ph-care-cta .ph-button:focus-visible,
.ph-homepage-mirror .ph-section-labs-cta .ph-labs-cta-primary .ph-button:focus-visible,
.ph-homepage-mirror .ph-section-explore-treatments .ph-explore-cta .ph-button:focus-visible,
.ph-homepage-mirror .ph-section-prime-turn .ph-prime-turn-cta .ph-button:focus-visible,
.ph-homepage-mirror .treatments-mega-menu .treatments-view-more .ph-button:focus-visible {
  outline: 2px solid var(--ph-gold-button-focus-ring) !important;
  outline-offset: 3px !important;
}

/* Saved reusable gold CTA for primary button actions outside anchor-only button systems. */
a.ph-primary-gold-button,
a.ph-primary-gold-button:visited,
a.ph-primary-gold-button:hover,
a.ph-primary-gold-button:focus-visible,
a.ph-primary-gold-button:active,
button.ph-primary-gold-button,
button.ph-primary-gold-button:hover,
button.ph-primary-gold-button:focus-visible,
button.ph-primary-gold-button:active,
input[type="submit"].ph-primary-gold-button,
input[type="submit"].ph-primary-gold-button:hover,
input[type="submit"].ph-primary-gold-button:focus-visible,
input[type="submit"].ph-primary-gold-button:active {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: var(--ph-gold-button-gap) !important;
  min-height: var(--ph-gold-button-min-height) !important;
  padding: var(--ph-gold-button-padding-block) var(--ph-gold-button-padding-inline) !important;
  background: linear-gradient(135deg, var(--ph-gold-button-start), var(--ph-gold-button-end)) !important;
  border: 1px solid var(--ph-gold-button-border) !important;
  border-radius: var(--ph-gold-button-radius) !important;
  box-shadow: var(--ph-gold-button-shadow) !important;
  color: var(--ph-gold-button-text) !important;
  fill: currentColor !important;
  font-family: var(--ph-gold-button-font-family) !important;
  font-size: var(--ph-gold-button-font-size) !important;
  font-weight: var(--ph-gold-button-font-weight) !important;
  line-height: var(--ph-gold-button-line-height) !important;
  letter-spacing: var(--ph-gold-button-letter-spacing) !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: var(--ph-gold-button-text-transform) !important;
  white-space: nowrap !important;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease !important;
}

a.ph-primary-gold-button > span,
a.ph-primary-gold-button svg,
a.ph-primary-gold-button i,
button.ph-primary-gold-button > span,
button.ph-primary-gold-button svg,
button.ph-primary-gold-button i,
input[type="submit"].ph-primary-gold-button > span,
input[type="submit"].ph-primary-gold-button svg,
input[type="submit"].ph-primary-gold-button i {
  color: inherit !important;
  fill: currentColor !important;
}

a.ph-primary-gold-button:hover,
a.ph-primary-gold-button:focus-visible,
button.ph-primary-gold-button:hover,
button.ph-primary-gold-button:focus-visible,
input[type="submit"].ph-primary-gold-button:hover,
input[type="submit"].ph-primary-gold-button:focus-visible {
  background: linear-gradient(135deg, var(--ph-gold-button-start-hover), var(--ph-gold-button-end-hover)) !important;
  border-color: var(--ph-gold-button-border-hover) !important;
  box-shadow: var(--ph-gold-button-shadow-hover) !important;
  color: var(--ph-gold-button-text-hover) !important;
  fill: currentColor !important;
  transform: translateY(-1px) !important;
}

a.ph-primary-gold-button:active,
button.ph-primary-gold-button:active,
input[type="submit"].ph-primary-gold-button:active {
  box-shadow: var(--ph-gold-button-shadow-active) !important;
  transform: translateY(0) !important;
}

a.ph-primary-gold-button:focus-visible,
button.ph-primary-gold-button:focus-visible,
input[type="submit"].ph-primary-gold-button:focus-visible {
  outline: 2px solid var(--ph-gold-button-focus-ring) !important;
  outline-offset: 3px !important;
}

/* Saved reusable green CTA for future use without replacing the default gold primary button. */
a.ph-button.ph-button-link.ph-cta-primary-green,
a.ph-button.ph-button-link.ph-cta-primary-green:visited,
a.ph-button.ph-button-link.ph-cta-primary-green:hover,
a.ph-button.ph-button-link.ph-cta-primary-green:focus-visible,
a.ph-button.ph-button-link.ph-cta-primary-green:active,
a.ph-primary-green-button,
a.ph-primary-green-button:visited,
a.ph-primary-green-button:hover,
a.ph-primary-green-button:focus-visible,
a.ph-primary-green-button:active,
button.ph-primary-green-button,
button.ph-primary-green-button:hover,
button.ph-primary-green-button:focus-visible,
button.ph-primary-green-button:active {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: var(--ph-primary-green-button-gap) !important;
  min-height: var(--ph-primary-green-button-min-height) !important;
  padding: var(--ph-primary-green-button-padding-block) var(--ph-primary-green-button-padding-inline) !important;
  background: linear-gradient(135deg, var(--ph-primary-green-button-start), var(--ph-primary-green-button-mid) 56%, var(--ph-primary-green-button-end)) !important;
  border: 1px solid var(--ph-primary-green-button-border) !important;
  border-radius: var(--ph-primary-green-button-radius) !important;
  box-shadow: var(--ph-primary-green-button-shadow) !important;
  color: var(--ph-primary-green-button-text) !important;
  fill: currentColor !important;
  font-family: var(--ph-primary-green-button-font-family) !important;
  font-size: var(--ph-primary-green-button-font-size) !important;
  font-weight: var(--ph-primary-green-button-font-weight) !important;
  line-height: var(--ph-primary-green-button-line-height) !important;
  letter-spacing: var(--ph-primary-green-button-letter-spacing) !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: var(--ph-primary-green-button-text-transform) !important;
  white-space: nowrap !important;
}

a.ph-button.ph-button-link.ph-cta-primary-green > span,
a.ph-button.ph-button-link.ph-cta-primary-green .ph-button-text,
a.ph-button.ph-button-link.ph-cta-primary-green .ph-button-content-wrapper,
a.ph-button.ph-button-link.ph-cta-primary-green svg,
a.ph-button.ph-button-link.ph-cta-primary-green i,
a.ph-primary-green-button > span,
a.ph-primary-green-button .ph-button-text,
a.ph-primary-green-button .ph-button-content-wrapper,
a.ph-primary-green-button svg,
a.ph-primary-green-button i,
button.ph-primary-green-button > span,
button.ph-primary-green-button svg,
button.ph-primary-green-button i {
  color: inherit !important;
  fill: currentColor !important;
}

a.ph-button.ph-button-link.ph-cta-primary-green:hover,
a.ph-button.ph-button-link.ph-cta-primary-green:focus-visible,
a.ph-primary-green-button:hover,
a.ph-primary-green-button:focus-visible,
button.ph-primary-green-button:hover,
button.ph-primary-green-button:focus-visible {
  background: linear-gradient(135deg, var(--ph-primary-green-button-start-hover), var(--ph-primary-green-button-mid-hover) 56%, var(--ph-primary-green-button-end-hover)) !important;
  border-color: var(--ph-primary-green-button-border-hover) !important;
  box-shadow: var(--ph-primary-green-button-shadow-hover) !important;
  color: var(--ph-primary-green-button-text-hover) !important;
  fill: currentColor !important;
  transform: translateY(-1px) !important;
}

a.ph-button.ph-button-link.ph-cta-primary-green:active,
a.ph-primary-green-button:active,
button.ph-primary-green-button:active {
  box-shadow: var(--ph-primary-green-button-shadow-active) !important;
  transform: translateY(0) !important;
}

a.ph-button.ph-button-link.ph-cta-primary-green:focus-visible,
a.ph-primary-green-button:focus-visible,
button.ph-primary-green-button:focus-visible {
  outline: 2px solid var(--ph-primary-green-button-focus-ring) !important;
  outline-offset: 3px !important;
}

.ph-homepage-mirror .ph-section-explore-treatments .ph-explore-cta .ph-button,
.ph-homepage-mirror .treatments-mega-menu .treatments-view-more .ph-button {
  min-height: 52px !important;
  padding: 16px 24px !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

/* Canonical large CTA sizing for public conversion actions. */
a.get-started-btn.lg,
a.ph-button.ph-button-link.ph-cta-primary-lg,
a.ph-button.ph-button-link.ph-cta-primary-lg:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: var(--ph-gold-button-gap) !important;
  min-width: 0 !important;
  min-height: var(--ph-gold-button-min-height) !important;
  padding: var(--ph-gold-button-padding-block) var(--ph-gold-button-padding-inline) !important;
  background: linear-gradient(135deg, var(--ph-gold-button-start), var(--ph-gold-button-end)) !important;
  border: 1px solid var(--ph-gold-button-border) !important;
  border-radius: var(--ph-gold-button-radius) !important;
  box-shadow: var(--ph-gold-button-shadow) !important;
  color: var(--ph-gold-button-text) !important;
  fill: currentColor !important;
  font-family: var(--ph-gold-button-font-family) !important;
  font-size: var(--ph-gold-button-font-size) !important;
  font-weight: var(--ph-gold-button-font-weight) !important;
  letter-spacing: var(--ph-gold-button-letter-spacing) !important;
  line-height: var(--ph-gold-button-line-height) !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: var(--ph-gold-button-text-transform) !important;
  white-space: nowrap !important;
  transform: none !important;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease !important;
}

a.get-started-btn.lg span,
a.ph-button.ph-button-link.ph-cta-primary-lg .ph-button-text {
  white-space: nowrap !important;
}

a.ph-button.ph-button-link.ph-cta-primary-lg .ph-button-content-wrapper {
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: var(--ph-gold-button-gap) !important;
  justify-content: center !important;
}

a.ph-button.ph-button-link.ph-cta-primary-lg:hover,
a.ph-button.ph-button-link.ph-cta-primary-lg:focus-visible {
  background: linear-gradient(135deg, var(--ph-gold-button-start-hover), var(--ph-gold-button-end-hover)) !important;
  border-color: var(--ph-gold-button-border-hover) !important;
  box-shadow: var(--ph-gold-button-shadow-hover) !important;
  color: var(--ph-gold-button-text-hover) !important;
  fill: currentColor !important;
  filter: none !important;
  transform: translateY(-1px) !important;
}

a.ph-button.ph-button-link.ph-cta-primary-lg:active {
  box-shadow: var(--ph-gold-button-shadow-active) !important;
  transform: translateY(0) !important;
}

a.ph-button.ph-button-link.ph-cta-primary-lg:focus-visible {
  outline: 2px solid var(--ph-gold-button-focus-ring) !important;
  outline-offset: 3px !important;
}

a.ph-button.ph-button-link.ph-cta-primary-lg .ph-button-content-wrapper,
a.ph-button.ph-button-link.ph-cta-primary-lg .ph-button-text,
a.ph-button.ph-button-link.ph-cta-primary-lg svg,
a.ph-button.ph-button-link.ph-cta-primary-lg i {
  color: inherit !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  text-decoration: none !important;
}

a.ph-button.ph-button-link.ph-cta-primary-lg svg {
  width: 1em !important;
  height: 1em !important;
  flex: 0 0 auto !important;
}

/* Paired secondary CTAs share the same type system as the gold primary CTA. */
a.ph-button.ph-button-link.ph-cta-secondary,
a.ph-button.ph-button-link.ph-cta-secondary:visited,
a.ph-button.ph-button-link.ph-cta-secondary:hover,
a.ph-button.ph-button-link.ph-cta-secondary:focus-visible,
a.ph-button.ph-button-link.ph-cta-secondary:active {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: var(--ph-gold-button-gap) !important;
  min-height: var(--ph-gold-button-min-height) !important;
  padding: var(--ph-gold-button-padding-block) var(--ph-gold-button-padding-inline) !important;
  font-family: var(--ph-gold-button-font-family) !important;
  font-size: var(--ph-gold-button-font-size) !important;
  font-weight: var(--ph-gold-button-font-weight) !important;
  letter-spacing: var(--ph-gold-button-letter-spacing) !important;
  line-height: var(--ph-gold-button-line-height) !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: var(--ph-gold-button-text-transform) !important;
  white-space: nowrap !important;
}

a.ph-button.ph-button-link.ph-cta-secondary .ph-button-content-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: var(--ph-gold-button-gap) !important;
  justify-content: center !important;
}

/* Equal-width paired CTA groups for primary + secondary conversion rows. */
.ph-cta-pair-group {
  --ph-cta-pair-width: 332px;
  --ph-cta-pair-gap: 16px;
  display: flex !important;
  flex-wrap: wrap;
  gap: var(--ph-cta-pair-gap);
  align-items: stretch !important;
  justify-content: start;
  width: min(100%, calc((2 * var(--ph-cta-pair-width)) + var(--ph-cta-pair-gap)));
}

.ph-cta-pair-group.ph-cta-pair-group--wide {
  --ph-cta-pair-width: 360px;
}

.ph-cta-pair-group > .ph-widget,
.ph-cta-pair-group > .ph-element {
  flex: 1 1 var(--ph-cta-pair-width);
  min-width: min(100%, var(--ph-cta-pair-width));
  width: min(100%, var(--ph-cta-pair-width));
  max-width: 100%;
  margin: 0 !important;
}

.ph-cta-pair-group .ph-shortcode {
  display: block;
  width: 100%;
}

.ph-cta-pair-group .get-started-btn.lg,
.ph-cta-pair-group a.ph-button.ph-button-link.ph-cta-primary-lg,
.ph-cta-pair-group a.ph-button.ph-button-link.ph-cta-secondary {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  justify-content: center !important;
}

/* Keep small homepage tab/footer actions from inflating into hero-sized CTAs. */
.ph-homepage-mirror .treatments-view-more .ph-button.ph-cta-primary-lg,
.ph-homepage-mirror .treatments-mega-menu .treatments-view-more .ph-button.ph-cta-primary-lg {
  min-height: 44px !important;
  padding: 12px 24px !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

@media (max-width: 576px) {
  a.get-started-btn.lg,
  a.ph-button.ph-button-link.ph-cta-primary-lg {
    min-height: var(--ph-gold-button-min-height) !important;
    padding: var(--ph-gold-button-padding-block) var(--ph-gold-button-padding-inline) !important;
    font-size: var(--ph-gold-button-font-size) !important;
  }

  a.ph-button.ph-button-link.ph-cta-primary-lg .ph-button-content-wrapper {
    gap: var(--ph-gold-button-gap) !important;
  }

  .ph-cta-pair-group,
  .ph-cta-pair-group.ph-cta-pair-group--wide {
    width: 100%;
    gap: 10px;
  }

  .ph-cta-pair-group > .ph-widget,
  .ph-cta-pair-group > .ph-element {
    flex-basis: 100%;
    width: 100%;
  }
}

/* Normalize mixed product art into a consistent media frame across the standard product-card sliders. */
.product-card .product-card-inner {
  overflow: hidden;
}

.product-card .product-image {
  margin: 12px 0 10px;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border-radius: 12px;
  background: #f6f3ec;
}

.product-card .product-image:hover {
  transform: none;
}

.product-card .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.product-card .product-card-inner:hover .product-image img {
  transform: scale(1.04);
}
