      .detail-form-container {
         font-family: 'Roboto', Arial, sans-serif;
         min-height: 700px; 
      }
      .detail-card {
         background: #fff;
         border: none; 
         border-radius: 8px;
         padding: 48px 40px 36px;
         box-shadow: none; 
         width: 100%;
         max-width: 100%;
         min-height: 450px; 
      }
      .detail-form-title {
         font-size: 24px;
         font-weight: 700;
         color: #202124;
         margin-bottom: 24px;
         line-height: 1.3333;
      }
      .detail-card-header {
         text-align: center;
         margin-bottom: 24px;
      }
      .detail-card-header h1 {
         font-size: 24px;
         font-weight: 400;
         color: #202124;
         margin-bottom: 0;
         line-height: 1.3333;
      }
      .detail-card-subtitle {
         font-size: 16px;
         color: #202124;
         font-weight: 400;
         margin-top: 8px;
         line-height: 1.5;
      }
      .detail-form-grid {
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 20px 16px;
         margin-bottom: 0;
      }
      @media (max-width: 768px) {
         .detail-form-grid {
            grid-template-columns: 1fr;
         }
         .progress-header-section {
            width: 100% !important;
            margin-left: 0 !important;
            transform: none !important;
            padding: 0 16px !important;
         }
         .progress-header-section p {
            transform: none !important;
            font-size: 16px !important;
            text-align: center;
         }
         .col-span-12.md\:col-span-4,
         .col-span-12.md\:col-span-8 {
            height: auto !important;
            min-height: auto !important;
         }
         .detail-disclaimer {
            position: relative !important;
            bottom: auto !important;
            left: auto !important;
            right: auto !important;
            margin-top: 20px !important;
         }
         .hidden.md\:flex {
            transform: none !important;
         }
         .detail-card {
            min-height: auto !important;
            padding: 24px 16px !important;
         }
         .phone-input-wrapper-simple {
            gap: 6px;
         }
         .country-code-input {
            width: 55px;
            min-width: 55px;
            max-width: 55px;
            padding: 13px 6px;
            font-size: 15px;
         }
         .country-code-input:focus {
            padding: 12px 5px;
         }
      }
      .detail-form-group {
         margin-bottom: 0;
      }
      .detail-form-label {
         display: block;
         font-size: 14px;
         font-weight: 500;
         color: #202124;
         margin-bottom: 8px;
      }
      .required-asterisk {
         color: #d93025;
         margin-left: 2px;
      }
      .detail-form-group input {
         width: 100%;
         padding: 13px 15px;
         border: 1px solid #dadce0;
         border-radius: 4px;
         font-size: 16px;
         font-family: inherit;
         transition: all 0.2s;
         background: #fff;
         color: #202124;
      }
      .detail-form-group input::placeholder {
         color: #5f6368;
      }
      .detail-form-group input:hover {
         border-color: #202124;
         background: rgba(0, 0, 0, .01);
      }
      .detail-form-group input:focus {
         outline: none;
         border-color: #1a73e8;
         border-width: 2px;
         padding: 12px 14px;
         background: #fff;
      }
      .detail-form-select {
         width: 100%;
         padding: 13px 15px;
         border: 1px solid #dadce0;
         border-radius: 4px;
         font-size: 16px;
         font-family: inherit;
         transition: all 0.2s;
         background: #fff;
         color: #202124;
         appearance: none;
         background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%235f6368' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 10 8 6l-4 4'/%3E%3C/svg%3E");
         background-repeat: no-repeat;
         background-position: right 15px center;
         padding-right: 40px;
         cursor: pointer;
      }
      .detail-form-select:hover {
         border-color: #202124;
         background-color: rgba(0, 0, 0, .01);
      }
      .detail-form-select:focus {
         outline: none;
         border-color: #1a73e8;
         border-width: 2px;
         padding: 12px 39px 12px 14px;
         background-color: #fff;
      }
      .detail-form-select option {
         padding: 8px;
      }
      .detail-error-message {
         background: #fff;
         border: none;
         padding: 8px 0;
         margin: 8px 0 0 0;
         display: none;
         font-size: 12px;
         color: #d93025;
         font-weight: 400;
      }
      .detail-error-message.show {
         display: block;
      }
      .detail-button-row {
         display: flex;
         justify-content: center;
         align-items: center;
         margin-top: 32px;
      }
      .detail-submit-button {
         width: auto;
         padding: 14px 24px;
         background: #1a73e8;
         color: #fff;
         border: none;
         border-radius: 4px;
         font-size: 15px;
         font-weight: 500;
         cursor: pointer;
         transition: all 0.2s;
         height: 48px;
         display: inline-flex;
         align-items: center;
         justify-content: center;
         gap: 8px;
      }
      .detail-submit-button:hover:not(:disabled) {
         background: #1765cc;
         box-shadow: 0 1px 2px 0 rgba(66, 133, 244, .3), 0 1px 3px 1px rgba(66, 133, 244, .15);
      }
      .detail-submit-button:disabled {
         background: rgba(60, 64, 67, .12);
         color: rgba(60, 64, 67, .38);
         cursor: not-allowed;
         box-shadow: none;
      }
      .detail-loader {
         width: 16px;
         height: 16px;
         border: 2px solid rgba(255, 255, 255, 0.3);
         border-top-color: #fff;
         border-radius: 50%;
         animation: detail-spin 0.8s linear infinite;
      }
      @keyframes detail-spin {
         to {
            transform: rotate(360deg);
         }
      }
      .confirm-section {
         display: none;
      }
      .confirm-section.show {
         display: block;
      }
      .schedule-section {
         display: none;
      }
      .schedule-section.show {
         display: block;
      }
      .schedule-section {
         width: 100%;
         max-width: 100%;
         margin: 0;
         padding: 0;
      }
      .calendly-inline-widget {
         width: 100% !important;
         min-width: 100% !important;
         height: 700px !important;
         border: none !important;
      }
      .finish-section {
         display: none;
      }
      .finish-section.show {
         display: block;
      }
      .detail-form-section {
         display: block;
         min-height: 700px; 
      }
      .detail-form-section.hidden {
         display: none;
      }
      .phone-input-wrapper-simple {
         display: flex;
         align-items: center;
         gap: 8px;
         width: 100%;
      }
      .country-code-input {
         width: 60px;
         min-width: 60px;
         max-width: 60px;
         padding: 13px 8px;
         border: 1px solid #dadce0;
         border-radius: 4px;
         font-size: 16px;
         font-family: inherit;
         transition: all 0.2s;
         background: #fff;
         color: #202124;
         text-align: center;
         font-weight: 500;
         flex-shrink: 0;
      }
      .country-code-input::placeholder {
         color: #5f6368;
      }
      .country-code-input:hover {
         border-color: #202124;
         background: rgba(0, 0, 0, .01);
      }
      .country-code-input:focus {
         outline: none;
         border-color: #1a73e8;
         border-width: 2px;
         padding: 12px 7px;
         background: #fff;
      }
      .phone-input-wrapper-simple input[type="tel"] {
         flex: 1;
         min-width: 0;
         width: 100%;
         padding: 13px 15px;
         border: 1px solid #dadce0;
         border-radius: 4px;
         font-size: 16px;
         font-family: inherit;
         transition: all 0.2s;
         background: #fff;
         color: #202124;
      }
      .phone-input-wrapper-simple input[type="tel"]::placeholder {
         color: #5f6368;
      }
      .phone-input-wrapper-simple input[type="tel"]:hover {
         border-color: #202124;
         background: rgba(0, 0, 0, .01);
      }
      .phone-input-wrapper-simple input[type="tel"]:focus {
         outline: none;
         border-color: #1a73e8;
         border-width: 2px;
         padding: 12px 14px;
         background: #fff;
      }
      .button.is-link,
      .button.is-link.is-active,
      .button.is-link.is-focused,
      .button.is-link.is-hovered,
      .button.is-link:active,
      .button.is-link:focus,
      .button.is-link:hover {
         color: var(--secondary-invert);
         background-color: var(--secondary);
      }
@media (min-width: 768px) {
   .detail-disclaimer {
      transform: translateY(-50px) !important;
   }
}
html.in-iframe,
body.in-iframe {
  height: auto !important;
  min-height: 100%;
  overflow: visible !important;
}
html.in-iframe .min-h-screen {
  height: auto !important;
  min-height: 100vh;
}
html.in-iframe .flex-col {
  overflow: visible !important;
}
#auth-modal-overlay,
#auth-modal {
  position: fixed !important;
}
