/* CODSHIPX_AI_R110_B5_R1_META_CONNECTION_CENTER */

.r83-whatsapp-page .r110-meta-suite {
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid #dbe4ee;
  background: #fff;
}

.r110-meta-head {
  align-items: flex-start;
  gap: 18px;
}

.r110-meta-head h2,
.r110-profile-title h3,
.r110-meta-detail h3 {
  color: #081c37;
}

.r110-meta-head p,
.r110-profile-title p {
  max-width: 760px;
}

.r110-meta-runtime {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.r110-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.r110-cap-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid #dce5ef;
  border-radius: 14px;
  background: #f8fafc;
}

.r110-cap-card small {
  display: block;
  margin-bottom: 7px;
  color: #65758a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.r110-cap-card strong {
  display: block;
  color: #081c37;
  font-size: 15px;
  line-height: 1.3;
}

.r110-cap-card span {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: #718096;
  font-size: 12px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.r110-meta-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.r110-meta-detail {
  min-width: 0;
  padding: 16px;
  border: 1px solid #e1e8f0;
  border-radius: 14px;
  background: #fff;
}

.r110-meta-detail h3 {
  margin: 0 0 12px;
  font-size: 15px;
}

.r110-resource-list {
  display: grid;
  gap: 8px;
}

.r110-resource-list > div {
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid #e6ebf1;
  border-radius: 10px;
  background: #f9fbfd;
}

.r110-resource-list strong,
.r110-resource-list span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.r110-resource-list strong {
  color: #102a46;
  font-size: 13px;
}

.r110-resource-list span,
.r110-empty {
  margin-top: 4px;
  color: #748399;
  font-size: 12px;
  line-height: 1.5;
}

.r110-profile-form {
  padding: 18px;
  border: 1px solid #dce5ef;
  border-radius: 15px;
  background: #f8fafc;
}

.r110-profile-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.r110-profile-title h3 {
  margin: 3px 0 4px;
  font-size: 17px;
}

.r110-profile-title p {
  margin: 0;
  color: #6d7d91;
  font-size: 12px;
}

.r110-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.r110-profile-grid label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.r110-profile-grid label > span {
  color: #3c4c61;
  font-size: 12px;
  font-weight: 800;
}

.r110-profile-grid input,
.r110-profile-grid textarea {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #ced9e5;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: #14263a;
  font: inherit;
}

.r110-profile-grid input {
  min-height: 40px;
  padding: 0 11px;
}

.r110-profile-grid textarea {
  resize: vertical;
  padding: 10px 11px;
  line-height: 1.5;
}

.r110-profile-grid input:focus,
.r110-profile-grid textarea:focus {
  border-color: #6684a5;
  box-shadow: 0 0 0 3px rgba(8,28,55,.07);
}

.r110-profile-wide {
  grid-column: 1 / -1;
}

.r110-meta-empty {
  margin-top: 18px;
  padding: 18px;
  border: 1px dashed #cbd7e4;
  border-radius: 14px;
  background: #f8fafc;
}

.r110-meta-empty strong {
  color: #081c37;
}

.r110-meta-empty p {
  margin: 5px 0 0;
  color: #6f7e91;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .r110-cap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .r110-meta-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .r110-cap-grid,
  .r110-profile-grid {
    grid-template-columns: 1fr;
  }

  .r110-profile-wide {
    grid-column: auto;
  }

  .r110-profile-title,
  .r110-meta-head {
    display: grid;
  }
}

/* ==========================================================
   CODSHIPX_AI_R110_B5_R2_PREMIUM_WHATSAPP_UX
   ========================================================== */

.r83-whatsapp-page .r110-wa-head {
  margin-bottom: 14px;
  align-items: flex-start;
}

.r83-whatsapp-page .r110-wa-head > div:first-child {
  max-width: 760px;
}

.r83-whatsapp-page .r110-wa-head h1 {
  margin-bottom: 7px;
}

.r83-whatsapp-page .r110-wa-head p {
  max-width: 720px;
  line-height: 1.55;
}

.r110-connection-choices {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  margin: 0 0 16px;
}

.r110-connect-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 242px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid #dce5ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(8,28,55,.045);
}

.r110-connect-card.featured {
  border-color: rgba(8,28,55,.32);
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f7fafc 68%,
      rgba(132,204,22,.09) 100%
    );
  box-shadow: 0 12px 30px rgba(8,28,55,.08);
}

.r110-connect-card.featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #84cc16;
}

.r110-connect-card.advanced {
  background: #f8fafc;
}

.r110-connect-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}

.r110-method-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid #dce6ef;
  border-radius: 12px;
  background: #f1f8e8;
  color: #397600;
}

.r110-method-badge {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 9px;
  border: 1px solid #dce5ef;
  border-radius: 999px;
  background: #f8fafc;
  color: #607188;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.r110-method-badge.recommended {
  border-color: rgba(132,204,22,.34);
  background: rgba(132,204,22,.11);
  color: #3e6d08;
}

.r110-method-badge.basic {
  background: #fff;
  color: #52647a;
}

.r110-connect-card h3 {
  margin: 0 0 8px;
  color: #081c37;
  font-size: 17px;
  line-height: 1.3;
}

.r110-connect-card p {
  margin: 0 0 13px;
  color: #68798e;
  font-size: 12.5px;
  line-height: 1.55;
}

.r110-method-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: auto 0 14px;
}

.r110-method-tags span {
  padding: 5px 8px;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  background: #f8fafc;
  color: #607188;
  font-size: 10px;
  font-weight: 700;
}

.r110-connect-card > .button {
  width: 100%;
  justify-content: center;
  min-height: 41px;
}

.r83-whatsapp-page .wa-hero {
  margin-top: 0;
  padding: 18px 20px;
}

.r83-whatsapp-page .wa-status h2 {
  margin-top: 2px;
  margin-bottom: 4px;
}

.r83-whatsapp-page .wa-health {
  min-width: min(430px,100%);
}

.r83-whatsapp-page .r110-meta-suite {
  padding: 22px !important;
  border-radius: 16px;
}

.r83-whatsapp-page .r110-meta-head {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6ebf1;
}

.r83-whatsapp-page .r110-meta-head h2 {
  margin: 3px 0 5px;
}

.r83-whatsapp-page .r110-meta-head p {
  margin: 0;
}

.r110-meta-empty {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.r110-onboarding-modal {
  width: min(760px,calc(100vw - 32px));
  max-width: 760px;
  overflow: hidden;
  border: 1px solid rgba(8,28,55,.12);
  border-radius: 20px;
  box-shadow: 0 26px 80px rgba(8,28,55,.24);
}

.r110-onboarding-modal header {
  padding: 22px 24px 18px;
  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #fbfdf8 72%,
      rgba(132,204,22,.10) 100%
    );
}

.r110-onboarding-modal header h2 {
  margin: 3px 0 5px;
  color: #081c37;
  font-size: 22px;
}

.r110-onboarding-modal header p {
  max-width: 610px;
  margin: 0;
  color: #68798e;
  line-height: 1.5;
}

.r110-onboarding-modal > .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding: 20px 24px;
}

.r110-onboarding-modal .r83-token-field {
  display: grid;
  gap: 7px;
  padding: 16px;
  border: 1px solid #dce5ef;
  border-radius: 14px;
  background: #f8fafc;
}

.r110-onboarding-modal .r83-token-field > span {
  color: #263b52;
  font-size: 12px;
  font-weight: 800;
}

.r110-onboarding-modal .r83-token-field input {
  min-height: 45px;
  border-radius: 11px;
  font-size: 15px;
  letter-spacing: .08em;
}

.r110-onboarding-modal .r83-token-field small {
  color: #6c7c90;
  font-size: 11px;
  line-height: 1.5;
}

.r110-onboarding-steps {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 9px;
}

.r110-onboarding-steps > div {
  display: flex;
  gap: 10px;
  min-width: 0;
  padding: 13px;
  border: 1px solid #e0e7ef;
  border-radius: 13px;
  background: #fff;
}

.r110-onboarding-steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 50%;
  background: #081c37;
  color: #fff;
  font-size: 11px;
}

.r110-onboarding-steps span {
  min-width: 0;
}

.r110-onboarding-steps strong,
.r110-onboarding-steps small {
  display: block;
}

.r110-onboarding-steps strong {
  color: #20364d;
  font-size: 11.5px;
  line-height: 1.35;
}

.r110-onboarding-steps small {
  margin-top: 4px;
  color: #76869a;
  font-size: 10.5px;
  line-height: 1.4;
}

.r110-onboarding-modal footer {
  padding: 14px 24px;
  border-top: 1px solid #e3e9f0;
  background: #fbfcfd;
}

.r110-onboarding-modal footer > span {
  margin-right: auto;
  color: #52657a;
  font-size: 12px;
  font-weight: 700;
}

.r110-manual-modal header p {
  max-width: 650px;
}

@media (max-width: 1180px) {
  .r110-connection-choices {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 760px) {
  .r110-connection-choices {
    grid-template-columns: 1fr;
  }

  .r110-connect-card {
    min-height: auto;
  }

  .r110-onboarding-steps {
    grid-template-columns: 1fr;
  }

  .r110-onboarding-modal {
    width: calc(100vw - 20px);
  }

  .r83-whatsapp-page .wa-hero {
    padding: 16px;
  }
}
