.elementor-2186 .elementor-element.elementor-element-efd41a9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6ae69b9 */.botox-html {
    --gold: #A8864A;
    --gold-light: #C9A96E;
    --gold-dark: #7A6035;
    --cream: #FAF7F2;
    --cream-dark: #F0EBE1;
    --charcoal: #1C1C1C;
    --charcoal-mid: #3A3A3A;
    --text-muted: #888880;
    --surface: #FFFFFF;
    --surface-2: #F5F0E8;
    --border: #E2D9C8;

    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    background: var(--cream);
    color: var(--charcoal);
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px 80px;
    overflow-x: hidden;
  }

  .botox-html,
  .botox-html *,
  .botox-html *::before,
  .botox-html *::after {
    box-sizing: border-box;
  }

  .botox-html * {
    margin: 0;
    padding: 0;
  }

  /* Header */
  .botox-html .header {
    text-align: center;
    margin-bottom: 48px;
  }

  .botox-html .clinic-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .botox-html .header h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.1;
    color: var(--charcoal);
  }

  .botox-html .header h1 em {
    font-style: italic;
    color: var(--gold);
  }

  .botox-html .header-rule {
    width: 60px;
    height: 1px;
    background: var(--gold);
    margin: 20px auto;
    opacity: 0.5;
  }

  .botox-html .header p {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    color: var(--text-muted);
    text-transform: uppercase;
  }

  /* Wheel */
  .botox-html .wheel-wrap {
    position: relative;
    width: min(620px, 92vw);
    max-width: 100%;
    aspect-ratio: 1;
    margin: 0 auto;
  }

  .botox-html .wheel-svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default;
  }

  .botox-html .segment-group {
    cursor: pointer;
  }

  .botox-html .segment-path {
    fill: var(--surface-2);
    stroke: var(--border);
    stroke-width: 1.5;
    transition: fill 0.25s, filter 0.25s;
  }

  .botox-html .segment-group:hover .segment-path {
    fill: #EDE4D3;
    filter: drop-shadow(0 0 14px rgba(168, 134, 74, 0.25));
  }

  .botox-html .segment-icon {
    font-size: 14px;
    text-anchor: middle;
    dominant-baseline: central;
    pointer-events: none;
  }

  .botox-html .segment-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 8.5px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-anchor: middle;
    dominant-baseline: central;
    fill: var(--charcoal);
    text-transform: uppercase;
    pointer-events: none;
  }

  /* Center hub */
  .botox-html .hub-outer {
    fill: var(--cream);
    stroke: var(--gold);
    stroke-width: 1.5;
  }

  .botox-html .hub-inner {
    fill: var(--surface);
  }

  .botox-html .hub-text-top {
    font-family: 'Montserrat', sans-serif;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: 3px;
    text-anchor: middle;
    fill: var(--gold);
    text-transform: uppercase;
  }

  .botox-html .hub-text-main {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    text-anchor: middle;
    fill: var(--charcoal);
  }

  .botox-html .hub-text-bottom {
    font-family: 'Montserrat', sans-serif;
    font-size: 6px;
    letter-spacing: 2px;
    text-anchor: middle;
    fill: var(--text-muted);
    text-transform: uppercase;
  }

  /* Instruction */
  .botox-html .hint {
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-top: 28px;
  }

  .botox-html .hint span {
    color: var(--gold);
  }

  /* Lightbox */
  .botox-html .lightbox-overlay {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(250, 247, 242, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
    backdrop-filter: blur(6px);
    padding: 20px;
  }

  .botox-html .lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .botox-html .lightbox {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    max-width: 860px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    transform: translateY(20px) scale(0.97);
    transition: transform 0.3s;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  }

  .botox-html .lightbox-overlay.active .lightbox {
    transform: translateY(0) scale(1);
  }

  .botox-html .lightbox-top {
    padding: 36px 40px 28px;
    border-bottom: 1px solid var(--border);
  }

  .botox-html .lightbox-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .botox-html .lightbox h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 300;
    color: var(--charcoal);
    margin-bottom: 10px;
  }

  .botox-html .lightbox-desc {
    font-size: 13px;
    line-height: 1.8;
    color: var(--text-muted);
    max-width: 600px;
  }

  .botox-html .lightbox-body {
    padding: 32px 40px 40px;
    background: var(--cream);
  }

  .botox-html .ba-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .botox-html .ba-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
  }

  .botox-html .ba-slot {
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    border: 1px dashed var(--border);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--surface);
    position: relative;
    overflow: hidden;
  }

  .botox-html .ba-slot-label {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.85);
    padding: 3px 8px;
    border-radius: 4px;
  }

  .botox-html .ba-slot-icon {
    font-size: 36px;
    opacity: 0.15;
  }

  .botox-html .ba-slot-text {
    font-size: 11px;
    color: var(--border);
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.6;
    padding: 0 20px;
  }

  .botox-html .ba-slot img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .botox-html .details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
  }

  .botox-html .detail-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 18px 20px;
  }

  .botox-html .detail-card-label {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 6px;
  }

  .botox-html .detail-card-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--charcoal);
  }

  .botox-html .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    padding: 0;
    border-radius: 50%;
    background: var(--cream);
    border: 1px solid var(--border);
    color: var(--charcoal-mid);
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
    line-height: 1;
  }

  .botox-html .close-btn:hover {
    background: var(--cream-dark);
    border-color: var(--gold);
    color: var(--gold);
  }

  /* Hide upload functionality */
  .botox-html .ba-upload-btn,
  .botox-html .file-input {
    display: none !important;
  }

  @media (max-width: 500px) {
    .botox-html {
      min-height: auto;
      padding: 30px 12px 50px;
    }

    .botox-html .header {
      margin-bottom: 30px;
    }

    .botox-html .wheel-wrap {
      width: 94vw;
    }

    .botox-html .ba-grid {
      grid-template-columns: 1fr;
    }

    .botox-html .lightbox-top,
    .botox-html .lightbox-body {
      padding: 24px 20px;
    }
  }/* End custom CSS */