.ironwood-scheduler-shell {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #000000;
    color: #f8fafc;
    font-family: inherit;
  }

  .ironwood-scheduler,
  .ironwood-scheduler * {
    box-sizing: border-box;
  }

  .ironwood-scheduler * {
    min-width: 0;
  }

  .ironwood-scheduler {
    width: min(1320px, calc(100% - 48px));
    max-width: 100%;
    margin: 0 auto;
    padding: 34px 0;
    display: grid;
    grid-template-columns: minmax(430px, .9fr) minmax(620px, 1.1fr);
    gap: 22px;
    align-items: stretch;
    color: #f8fafc;
  }

  .scheduler-intro,
  .scheduler-card {
    width: 100%;
    max-width: 100%;
    border: 1px solid #2b4774;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(14, 28, 51, .99), rgba(10, 22, 41, .99));
    box-shadow: 0 24px 90px rgba(0, 0, 0, .32);
  }

  .scheduler-intro {
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    grid-column: 1;
    grid-row: 1;
  }

  .scheduler-card {
    padding: 26px;
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .scheduler-eyebrow,
  .review-kicker {
    margin: 0;
    color: #60a5fa;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
  }

  .scheduler-intro h2,
  .scheduler-card h3,
  .scheduler-reviews h3 {
    margin: 0;
    color: #f8fafc;
    letter-spacing: 0;
  }

  .scheduler-intro h2 {
    max-width: 620px;
    font-size: clamp(34px, 3.1vw, 48px);
    line-height: 1.02;
    font-weight: 750;
  }

  .scheduler-card h3 {
    font-size: 26px;
    line-height: 1.1;
  }

  .scheduler-lead {
    max-width: 620px;
    margin: 0;
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.55;
  }

  .scheduler-phone {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 13px;
    border: 1px solid #365b92;
    border-radius: 999px;
    background: #0b1220;
    color: #bfdbfe;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    white-space: normal;
  }

  .scheduler-phone:hover {
    border-color: #60a5fa;
    color: #ffffff;
  }

  .scheduler-action-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 620px;
  }

  .scheduler-action {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border: 1px solid #365b92;
    border-radius: 12px;
    background: #0b1220;
    color: #dbeafe;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
  }

  .scheduler-action:hover {
    transform: translateY(-1px);
    border-color: #60a5fa;
    color: #ffffff;
  }

  .scheduler-action.primary {
    display: none;
    border-color: #2563eb;
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 12px 34px rgba(37, 99, 235, .22);
  }

  .scheduler-action.primary:hover {
    background: #1d4ed8;
  }

  .appointment-location-note {
    padding: 14px;
    border: 1px solid #2f4f80;
    border-radius: 14px;
    background: #102444;
    color: #cbd5e1;
  }

  .appointment-location-note p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.5;
  }

  .appointment-location-note .note-title {
    margin-bottom: 6px;
    color: #f8fafc;
    font-size: 15px;
    font-weight: 850;
  }

  .appointment-location-note .note-subtitle {
    margin-top: 12px;
    color: #e2e8f0;
    font-size: 13px;
    font-weight: 850;
  }

  .appointment-location-note .note-phone-line,
  .appointment-location-note .note-service-line {
    display: none;
  }

  .appointment-location-note ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0;
    padding: 0;
    list-style: none;
  }

  .appointment-location-note li {
    padding: 7px 9px;
    border: 1px solid #365b92;
    border-radius: 999px;
    background: #0b1220;
    color: #bfdbfe;
    font-size: 12px;
    font-weight: 800;
    white-space: normal;
  }

  .scheduler-reviews {
    width: 100%;
    max-width: 100%;
    margin-top: 4px;
    padding: 16px;
    border: 1px solid #2f4f80;
    border-radius: 14px;
    background: #102444;
  }

  .scheduler-warranty {
    width: 100%;
    max-width: 100%;
    padding: 14px;
    border: 1px solid #2f4f80;
    border-radius: 14px;
    background: #102444;
  }

  .section-heading h3 {
    margin: 5px 0 0;
    color: #f8fafc;
    font-size: 19px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .scheduler-warranty ul {
    display: grid;
    gap: 7px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
  }

  .scheduler-warranty li {
    position: relative;
    padding-left: 18px;
    color: #cbd5e1;
    font-size: 12px;
    line-height: 1.45;
  }

  .scheduler-warranty li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #22c55e;
  }

  .scheduler-warranty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 8px 10px;
    border: 1px solid #365b92;
    border-radius: 12px;
    background: #0b1220;
    color: #bfdbfe;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
  }

  .scheduler-warranty a:hover {
    border-color: #60a5fa;
    color: #ffffff;
  }

  .review-header {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    justify-content: space-between;
  }

  .review-header a {
    color: #93c5fd;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
  }

  .scheduler-reviews h3 {
    margin-top: 5px;
    font-size: 19px;
  }

  .review-score {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 15px;
    color: #cbd5e1;
  }

  .review-stars {
    color: #f59e0b;
    letter-spacing: .06em;
  }

  .review-score strong {
    color: #f8fafc;
  }

  .review-card {
    width: 100%;
    max-width: 100%;
    margin-top: 12px;
    padding: 14px;
    border-radius: 12px;
    background: #0b1220;
    border: 1px solid #365b92;
    transition: opacity .2s ease, transform .2s ease;
  }

  .review-showcase-card {
    overflow: hidden;
    padding: 0;
  }

  .review-showcase-card > img {
    display: block;
    width: 100%;
    height: 154px;
    object-fit: cover;
    filter: saturate(.98) contrast(1.05);
  }

  .review-showcase-body {
    padding: 14px;
  }

  .review-showcase-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
  }

  .review-showcase-meta span:first-child {
    display: inline-flex;
    padding: 6px 8px;
    border: 1px solid #365b92;
    border-radius: 999px;
    background: #102444;
    color: #bfdbfe;
    font-size: 11px;
    font-weight: 850;
  }

  .review-card p {
    margin: 0;
    color: #f8fafc;
    font-weight: 650;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .review-card span {
    display: block;
    margin-top: 10px;
    color: #94a3b8;
    font-size: 13px;
  }

  .review-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
  }

  .review-carousel-controls button {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #365b92;
    border-radius: 10px;
    background: #0b1220;
    color: #bfdbfe;
    font: inherit;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
  }

  .review-carousel-controls button:hover {
    border-color: #60a5fa;
    background: #102444;
  }

  .review-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    flex: 1;
  }

  .review-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #365b92;
  }

  .review-dot.active {
    width: 18px;
    background: #60a5fa;
  }

  .scheduler-card-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: end;
    margin-bottom: 16px;
  }

  .schedule-options {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 20px;
  }

  .schedule-option {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 86px;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid #2f4f80;
    background: #102444;
    color: #f8fafc;
    cursor: pointer;
    text-align: left;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
  }

  .schedule-option:hover {
    border-color: #60a5fa;
    transform: translateY(-1px);
  }

  .schedule-option.active {
    border-color: #60a5fa;
    background: linear-gradient(180deg, #2563eb, #1e3a8a);
    box-shadow: 0 12px 28px rgba(37, 99, 235, .28), inset 0 0 0 1px rgba(191, 219, 254, .28);
    color: #ffffff;
    transform: translateY(-1px);
  }

  .option-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 12px;
    background: #1e3a5f;
    color: #bfdbfe;
    transition: background .18s ease, color .18s ease;
  }

  .schedule-option.active .option-icon {
    background: rgba(255, 255, 255, .16);
    color: #ffffff;
  }

  .option-icon svg,
  .input-with-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .schedule-option strong,
  .schedule-option small {
    display: block;
  }

  .schedule-option strong {
    color: #e2e8f0;
    font-size: 15px;
    line-height: 1.2;
  }

  .schedule-option small {
    margin-top: 4px;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.35;
  }

  .schedule-option.active strong {
    color: #ffffff;
  }

  .schedule-option.active small {
    color: #dbeafe;
  }

  .form-grid {
    display: grid;
    gap: 12px;
  }

  .form-grid.two {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .field {
    margin-top: 12px;
  }

  .ironwood-scheduler label {
    display: block;
    margin-bottom: 7px;
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 800;
  }

  .ironwood-scheduler input,
  .ironwood-scheduler textarea,
  .ironwood-scheduler select {
    width: 100%;
    max-width: 100%;
    min-height: 46px;
    padding: 11px 12px;
    border: 1px solid #2f4f80;
    border-radius: 12px;
    background: #0f172a;
    color: #f8fafc;
    font: inherit;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
  }

  .ironwood-scheduler input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    color-scheme: dark;
    background-image: none;
    position: relative;
  }

  .ironwood-scheduler input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    opacity: 0;
    cursor: pointer;
  }

  .ironwood-scheduler input:focus,
  .ironwood-scheduler textarea:focus,
  .ironwood-scheduler select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .22);
  }

  .ironwood-scheduler input::placeholder,
  .ironwood-scheduler textarea::placeholder {
    color: #64748b;
  }

  .ironwood-scheduler textarea {
    min-height: 108px;
    resize: vertical;
  }

  .input-with-icon {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .input-with-icon input {
    padding-right: 46px;
  }

  .input-with-icon span {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #60a5fa;
    pointer-events: none;
  }

  .ironwood-scheduler select option {
    background: #1e293b;
    color: #f8fafc;
  }

  .notice-card,
  .schedule-note,
  .slot-status {
    border: 1px solid #2f4f80;
    border-radius: 12px;
    background: #102444;
  }

  .notice-card {
    margin-top: 14px;
    padding: 14px;
  }

  .check-label {
    display: flex !important;
    gap: 10px;
    align-items: flex-start;
    margin: 0 !important;
    color: #cbd5e1;
    line-height: 1.45;
  }

  .check-label input {
    width: auto;
    min-height: 0;
    margin-top: 3px;
    accent-color: #2563eb;
  }

  .slot-status {
    margin: 10px 0 0;
    padding: 9px 11px;
    color: #94a3b8;
    font-size: 13px;
  }

  .slot-status.ready {
    color: #22c55e;
  }

  .slot-status.warning {
    color: #f59e0b;
  }

  .schedule-note {
    margin-top: 14px;
    padding: 10px 11px;
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.45;
  }

  #submit-schedule {
    width: 100%;
    min-height: 50px;
    margin-top: 16px;
    padding: 13px 16px;
    border: 1px solid #2563eb;
    border-radius: 12px;
    background: #2563eb;
    color: #f8fafc;
    font: inherit;
    font-weight: 850;
    cursor: pointer;
    transition: background .18s ease, transform .18s ease, border-color .18s ease;
  }

  #submit-schedule:hover {
    background: #1e3a5f;
    border-color: #60a5fa;
    transform: translateY(-1px);
  }

  #submit-schedule:disabled {
    opacity: .68;
    cursor: not-allowed;
    transform: none;
  }

  #schedule-status {
    min-height: 22px;
    margin: 13px 0 0;
    color: #f59e0b;
    font-weight: 750;
  }

  .schedule-success {
    text-align: center;
    padding: 34px 16px;
  }

  .schedule-success-icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    place-items: center;
    padding: 8px;
    border: 1px solid #365b92;
    border-radius: 999px;
    background-color: #0b1220;
    background-image: url("https://cdn.prod.website-files.com/698f94700bb1077169ab7fc9/699f949532c79a48707ad273_favicon-32x32.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, .12);
  }

  .schedule-success-icon img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 999px;
    object-fit: contain;
  }

  .schedule-success h2 {
    margin: 0 0 12px;
    color: #f8fafc;
    font-size: 30px;
  }

  .schedule-success p {
    max-width: 520px;
    margin: 10px auto 0;
    color: #cbd5e1;
    line-height: 1.6;
  }

  @media (max-width: 920px) {
    .ironwood-scheduler {
      grid-template-columns: 1fr;
      width: min(720px, calc(100% - 24px));
      max-width: calc(100% - 24px);
      padding: 18px 0;
    }

    .scheduler-intro {
      padding: 22px;
    }

    .scheduler-intro h2 {
      font-size: 38px;
    }

    .scheduler-intro {
      order: 1;
      grid-column: auto;
      grid-row: auto;
    }

    .scheduler-card {
      order: 2;
      grid-column: auto;
      grid-row: auto;
    }

    .scheduler-reviews {
      order: 3;
      grid-column: auto;
      grid-row: auto;
    }

  }

  @media (max-width: 640px) {
    .ironwood-scheduler-shell {
      width: 100%;
      max-width: 100vw;
      padding: 0;
    }

    .ironwood-scheduler {
      width: 100%;
      max-width: 100%;
      padding: 8px 10px 10px;
      gap: 10px;
    }

    .scheduler-intro,
    .scheduler-card {
      width: 100%;
      max-width: 100%;
      border-radius: 14px;
    }

    .scheduler-intro {
      display: contents;
      padding: 0;
      border: 0;
      background: transparent;
      box-shadow: none;
    }

    .scheduler-card {
      padding: 14px;
      order: 6;
    }

    .scheduler-eyebrow {
      order: 1;
      margin-top: 4px;
    }

    .scheduler-intro h2 {
      order: 2;
      max-width: 100%;
      font-size: clamp(26px, 8.4vw, 32px);
      line-height: 1.02;
      overflow-wrap: anywhere;
    }

    .scheduler-lead {
      order: 3;
      font-size: 14px;
      line-height: 1.4;
    }

    .scheduler-action-row {
      order: 4;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      max-width: 100%;
    }

    .scheduler-action {
      min-height: 40px;
      padding: 9px 10px;
      border-radius: 11px;
      font-size: 12px;
    }

    .scheduler-action.primary {
      display: inline-flex;
      grid-column: 1 / -1;
    }

    .scheduler-phone {
      display: none;
      order: 5;
      width: 100%;
      padding: 10px 12px;
    }

    .appointment-location-note {
      order: 5;
      padding: 10px 12px;
      border-radius: 11px;
    }

    .appointment-location-note .note-title {
      display: none;
    }

    .appointment-location-note .note-location-line {
      color: #f8fafc;
      font-weight: 850;
    }

    .appointment-location-note .note-phone-line {
      display: block;
      margin-top: 4px;
      color: #bfdbfe;
      font-size: 13px;
      font-weight: 850;
      line-height: 1.35;
      text-decoration: none;
    }

    .appointment-location-note .note-service-line {
      display: block;
      margin-top: 5px;
      color: #94a3b8;
      font-size: 12px;
      font-weight: 800;
    }

    .appointment-location-note p {
      font-size: 13px;
      line-height: 1.42;
    }

    .appointment-location-note .note-subtitle,
    .appointment-location-note ul {
      display: none;
    }

    .schedule-options,
    .form-grid.two {
      grid-template-columns: 1fr;
      width: 100%;
      max-width: 100%;
    }

    .review-header,
    .scheduler-card-header {
      display: block;
    }

    .review-header a {
      display: inline-block;
      margin-top: 10px;
    }

    .scheduler-reviews {
      order: 7;
      padding: 14px;
    }

    .scheduler-warranty {
      padding: 14px;
      order: 8;
    }

    .schedule-option {
      min-height: 68px;
      border-width: 2px;
    }

    .field {
      margin-top: 10px;
    }

    .ironwood-scheduler textarea {
      min-height: 96px;
    }
  }

  @media (max-width: 380px) {
    .ironwood-scheduler {
      padding-left: 8px;
      padding-right: 8px;
    }

    .scheduler-intro,
    .scheduler-card {
      padding: 14px;
    }

    .scheduler-intro h2 {
      font-size: clamp(25px, 8.6vw, 30px);
    }

    .option-icon {
      width: 38px;
      height: 38px;
      flex-basis: 38px;
    }
  }


  .workflow-panel[hidden],
  .build-wizard-panel[hidden],
  .onsite-address-panel[hidden] {
    display: none !important;
  }

  .location-segmented {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .location-segment {
    min-height: 42px;
    padding: 10px 13px;
    border: 1px solid #365b92;
    border-radius: 999px;
    background: #0b1220;
    color: #dbeafe;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
  }

  .location-segment:hover {
    transform: translateY(-1px);
    border-color: #60a5fa;
    color: #ffffff;
  }

  .location-segment.active {
    border-color: #60a5fa;
    background: linear-gradient(180deg, #2563eb, #1e3a8a);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .22), inset 0 0 0 1px rgba(191, 219, 254, .22);
  }

  .build-wizard-panel {
    margin-top: 14px;
    padding: 18px;
    border: 1px solid #2f4f80;
    border-radius: 14px;
    background: linear-gradient(180deg, #102444, #0b1220);
  }

  .build-wizard-kicker {
    margin: 0 0 8px;
    color: #60a5fa;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .build-wizard-panel h4 {
    margin: 0 0 8px;
    color: #f8fafc;
    font-size: 22px;
    line-height: 1.1;
  }

  .build-wizard-panel p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.55;
  }

  .build-wizard-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
  }

  .build-wizard-primary,
  .build-wizard-secondary {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 13px;
    border-radius: 12px;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
  }

  .build-wizard-primary {
    border: 1px solid #2563eb;
    background: #2563eb;
    color: #ffffff;
  }

  .build-wizard-secondary {
    border: 1px solid #365b92;
    background: #0b1220;
    color: #dbeafe;
  }
