
/* =============================================
   Cost Form 2026
   ============================================= */

.cf26 {
  max-width: 760px;
  margin: 0 auto;
  padding: 62px 30px 72px;
}

/* ── Checkbox area: single column ── */

.cf26__checks {
  margin-top: 34px;
}

.cf26__checks-label {
  font-size: 15px;
  font-weight: 700;
  color: #111111;
}

.cf26__systems-grid {
  display: grid;
  gap: 11px;
  margin-top: 16px;
}

/* Individual checkbox + label */
.cf26__check-item {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 15.5px;
  color: #5d5d5d;
  cursor: pointer;
}

.cf26__check-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #111111;
  flex-shrink: 0;
}

/* ── Input fields: 2-column grid ──
   First Name | Last Name    → row 1
   Email      | Phone        → row 2
   Message                   → full width */

.cf26__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.cf26__input {
  border: 1px solid #d9d9d9;
  width: 100%;
  min-width: 0;
  padding: 13px 15px;
  font-size: 15.5px;
  color: #333333;
  background: #f5f5f5;
  border-radius: 6px;
  box-sizing: border-box;
}

/* Message: spans full row */
.cf26__input--full {
  grid-column: 1 / -1;
  resize: vertical;
}

.cf26__input::placeholder {
  color: #999999;
}

/* ── GDPR ── */

.cf26__gdpr {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 22px;
  font-size: 14.5px;
  color: #6a6a6a;
  cursor: pointer;
}

.cf26__gdpr input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #111111;
  margin-top: 2px;
  flex-shrink: 0;
}

.cf26__gdpr a {
  color: #6a6a6a;
  text-decoration: underline;
}

/* ── Submit ── */

.cf26__submit {
  display: block;
  width: 100%;
  margin-top: 26px;
  background: #4a8af4;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 15px 28px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}

.cf26__submit:hover {
  background: #3a7ae4;
}

/* ── Phone prefix & Country holders inside cf26 grid ── */

.cf26 .cf26__phone-holder {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  background: none;
  padding: 0;
}

.cf26 .cf26__phone-holder .ch1 {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  background: #f5f5f5;
  border-radius: 6px;
  padding: 0 10px;
  min-height: 50px;
  flex-shrink: 0;
  box-sizing: border-box;
  cursor: pointer;
  position:Relative !important;
}
body.pages-2026.sub .static_page .content .content-inner .cf26 .cf26__phone-holder .ch1 .phonePrefixArrow {
    left:auto !important;
    right:15px !important;
    top:10px;
}
body.pages-2026.sub .static_page .content .content-inner .cf26 .cf26__phone-holder .ch1 .flag {
    top:20px;
    width:25px;
}
body .static_page.static_page_new .content .content-inner .cf26 .cf26__phone-holder .ch1 input {
    width:70%;
    background-color:transparent !important;
    height:100%;
    border:0px solid transparent;
}
body .static_page.static_page_new .content .content-inner .cf26 .cf26__country-holder input{
    border:0px solid transparent;
    padding-left:65px;
}
body .static_page.static_page_new .content .content-inner .cf26 .cf26__country-holder .flag {
    margin-left:0px;
}
body .static_page.static_page_new .content .content-inner .cf26 .cf26__country-holder .countryArrow {
    top:8px;
    left:15px;
}
.cf26 .cf26__phone-holder .ch1 .flag {
  width: 24px;
  height: 16px;
  flex-shrink: 0;
}

.cf26 .cf26__phone-holder .ch1 .flag img {
  width: 24px;
  height: auto;
}

.cf26 .cf26__phone-holder .ch1 .phone-prefix {
  border: none;
  background: transparent;
  width: 52px;
  padding: 0 2px;
  font-size: 15.5px;
  color: #333333;
  text-align: center;
}

.cf26 .cf26__phone-holder .ch1 .phonePrefixArrow {
  margin-left: 2px;
}

.cf26 .cf26__phone-holder .ch2 {
  flex: 1;
  min-width: 0;
}

.cf26 .cf26__phone-holder .ch2 input {
  border: 1px solid #d9d9d9;
  background: #f5f5f5;
  border-radius: 6px;
  width: 100%;
  padding: 13px 15px;
  font-size: 15.5px;
  color: #333333;
  box-sizing: border-box;
}

.cf26 .cf26__country-holder {
  border: 1px solid #d9d9d9;
  background: #f5f5f5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  min-height: 47px;
  box-sizing: border-box;
  position: relative;
}

.cf26 .cf26__country-holder .flag {
  width: 24px;
  height: 16px;
  margin-left: 12px;
  flex-shrink: 0;
}

.cf26 .cf26__country-holder .flag img {
  width: 24px;
  height: auto;
}

.cf26 .cf26__country-holder .countryArrow {
  margin-right: 4px;
}

.cf26 .cf26__country-holder input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 0;
  padding: 13px 15px;
  font-size: 15.5px;
  color: #333333;
  box-sizing: border-box;
}

.cf26 .cf26__phone-holder .ch1.high {
  border-color: #e53935;
}

.cf26 .cf26__phone-holder .ch2 input.high {
  border-color: #e53935;
}

.cf26 .cf26__country-holder.high {
  border-color: #e53935;
}

/* ── Validation: error highlighting ── */

.cf26 .cf26__input.high {
  border-color: #e53935;
}

.cf26 .cf26__checks-label.high {
  color: #e53935;
  text-align:left !important;
}

.cf26 .cf26__gdpr.high {
  color: #e53935;
}

.cf26 .cf26__gdpr.high a {
  color: #e53935;
}

.cf26 .high-message {
  display: block;
  font-size: 12px;
  color: #e53935;
  margin-top: 4px;
}

/* ── Lightbox context ── */

.fancybox-inner .cf26 {
  padding: 30px 25px 35px;
}

.fancybox-wrap.fancybox-type-ajax {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

.fancybox-overlay {
  position: fixed !important;
}

/* ── Responsive ── */

@media (max-width: 640px) {
    body.pages-2026.sub .static_page .content .content-inner .cf26 .cf26__phone-holder .ch1 {
        flex:0 0 130px;
        max-width:130px;
    }
    body.pages-2026.sub .static_page .content .content-inner .cf26 .cf26__phone-holder .ch1 {
        min-height:43px;
    }
    body.pages-2026.sub .static_page .content .content-inner .cf26 .cf26__phone-holder .ch1 .flag {
        top:16px;
    }
    body.pages-2026.sub .static_page .content .content-inner .cf26 .cf26__phone-holder .ch1 .phonePrefixArrow {
        top:6px;
    }
    body.pages-2026.sub .static_page .content .content-inner .cf26 .cf26__phone-holder .ch2 {
        flex:0 0 calc( 100% - 140px );
        max-width: calc( 100% - 140px );
    }
    body .static_page.static_page_new .content .content-inner .cf26 .cf26__country-holder input,
    body.pages-2026.sub .static_page .content .content-inner .cf26 .cf26__phone-holder .ch2 input {
        padding-top:8px;
        padding-bottom:8px;
    }
    .fancybox-inner .cf26 {
  padding: 10px 5px 5px;
}
.fancybox-inner .cf26 h2 {
    font-size:20px;
    font-weight:600;
}
body .cf26-lightbox .fancybox-close {
    width: 25px;
    height: 25px;
    background-size: 100% auto;
  }
.fancybox-inner .cf26 h2 + p{
    display:none;
}
body .fancybox-inner .cf26__check-item {
    margin-bottom:0px;
      font-size:12px;
}
.cf26__input {
  padding: 9px 10px;
  font-size: 12.5px;
}
.cf26__submit {
  margin-top: 16px;
  padding: 10px 15px;
  font-size: 14px;
}
.cf26__gdpr {
    font-size:12px;
}
.fancybox-inner .cf26__checks {
  margin-top: 14px;
}
  .cf26 {
    padding: 40px 16px 50px;
  }

  .cf26__fields {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* =============================================
   Comparison Block – collapsible table
   ============================================= */

.cq-comparison {
  margin-top: 40px;
}

.cq-comparison details {
  background: #f7f7f7;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
}

/* ── Header / Summary ── */

.cq-comparison__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  list-style: none;
  cursor: pointer;
}

.cq-comparison__header::-webkit-details-marker {
  display: none;
}

.cq-comparison__header:hover {
  background: #f0f0f0;
  border-radius: 12px;
}

details[open] > .cq-comparison__header {
  border-radius: 12px 12px 0 0;
}

.cq-comparison__title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.cq-comparison__icon {
  flex-shrink: 0;
}

.cq-comparison__title {
  font-size: 17px;
  margin: 0;
  font-weight: 700;
}

.cq-comparison__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 999px;
  padding: 8px 16px;
}

.cq-comparison__btn-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1b6ef3;
}

.cq-comparison__chevron {
  transition: transform 0.25s ease;
}

details[open] .cq-comparison__chevron {
  transform: rotate(180deg);
}

/* ── Body (revealed on open) ── */

.cq-comparison__body {
  padding: 0 24px 4px;
}

/* ── Table wrapper ── */

.cq-comparison__table-wrap > .cq-comparison__table-wrap {
  border: 1px solid #e0e0e0;
  background: #ffffff;
  overflow: auto;
}

/* ── Table ── */

.cq-table {
  width: 100%;
  font-size: 14.5px;
  border-collapse: collapse;
}

/* Header row */
.cq-table thead tr {
  background: #000000;
}

.cq-table th {
  padding: 15px 10px;
  font-size: 13px;
  font-weight: 500;
  color: #c8c8c8;
  text-align: center;
  white-space: nowrap;
}

.cq-table__label-col {
  text-align: left !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #ffffff !important;
  width: 32%;
}

.cq-table__highlight-col {
  font-weight: 700 !important;
  color: #ffffff !important;
}

/* Section separator rows */
.cq-table__section-row td {
  background: #f0f0f0;
  padding: 10px 20px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #6d6d6d;
}

/* Data rows */
.cq-table tbody tr {
  border-top: 1px solid #ededed;
}

.cq-table tbody tr:nth-child(even):not(.cq-table__section-row) {
  background: #fafafa;
}

/* Cell types */
.cq-table__label {
  padding: 12px 20px;
  color: #4d4d4d;
  text-align: left;
}

.cq-table__check {
  text-align: center;
  padding: 12px 10px;
  color: #111111;
  font-weight: 700;
}

.cq-table__text {
  text-align: center;
  padding: 12px 10px;
  color: #7f7f7f;
  font-size: 13.5px;
}

.cq-table__dash {
  text-align: center;
  padding: 12px 10px;
  color: #c4c4c4;
}

.cq-table__na {
  text-align: center;
  padding: 12px 10px;
  color: #a5a5a5;
  font-size: 13.5px;
}

.cq-table__brand {
  text-align: center;
  padding: 12px 10px;
  color: #111111;
  font-weight: 600;
  font-size: 13.5px;
}

/* ── Footer: legend + notes ── */

.cq-comparison__footer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 34px 44px;
  margin: 30px 0 28px;
}

.cq-comparison__footer-heading {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}

.cq-comparison__footer-text {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.7;
  color: #5d5d5d;
}

.cq-comparison__footer-text strong {
  color: #111111;
}

/* ── Responsive ── */

@media (max-width: 640px) {
  .cq-comparison__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 16px;
  }

  .cq-comparison__body {
    padding: 0 12px 4px;
  }

  .cq-comparison__title {
    font-size: 15px;
  }

  .cq-table {
    font-size: 13px;
  }

  .cq-table th {
    font-size: 11.5px;
    padding: 12px 6px;
  }

  .cq-table__label {
    padding: 10px 12px;
  }
}

/* ── RIVIS Promo Block ── */
.cq-rivis-promo {
  position: relative;
  background: #0b0b0b;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: stretch;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
  margin-left:-15px;
  margin-right:-15px;
  margin-top:8em;
  margin-bottom:3em;
}

/* ── Left: Content ── */
.cq-rivis-promo__content {
  padding: 60px 56px 60px 64px;
}

.cq-rivis-promo__logo-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom:30px;
}

.cq-rivis-promo__logo {
  height: 42px;
  width: auto;
  display: block;
}

.cq-rivis-promo__heading {
  margin-top: 22px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #fff;
  max-width: 520px;
}

.cq-rivis-promo__text {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: #a8a8a8;
}

body .static_page.static_page_new .content .content-inner .cq-rivis-promo__text p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: #a8a8a8;
}

body .static_page.static_page_new .content .content-inner .cq-rivis-promo__text strong {
  color: #fff;
  font-weight: 600;
}

/* ── Actions ── */
.cq-rivis-promo__actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
  flex-wrap: wrap;
}

body .static_page.static_page_new .content .content-inner .cq-rivis-promo__btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  font-family: inherit;
  background: #1b6ef3;
  color: #fff;
  border-radius: 999px;
  padding: 14px 30px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}

.cq-rivis-promo__btn:hover {
  background: #1559cc;
  color: #fff;
  text-decoration: none;
}

body .static_page.static_page_new .content .content-inner .cq-rivis-promo__phone {
  color: #9fb4d0;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.cq-rivis-promo__phone:hover {
  color: #c0d0e8;
  text-decoration: none;
}

/* ── Right: Image ── */
.cq-rivis-promo__image-wrap {
  position: relative;
  background: #0b0b0b;
  overflow: hidden;
}

.cq-rivis-promo__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 40%;
  display: block;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .cq-rivis-promo {
    grid-template-columns: 1fr;
  }

  .cq-rivis-promo__content {
    padding: 40px 32px;
  }

  .cq-rivis-promo__image-wrap {
    position: relative;
    min-height: 300px;
  }
}

@media (max-width: 640px) {
body .cq-rivis-promo {
    margin-left:0px;
    margin-right:0px;
    margin-top:4em;
    margin-bottom:4em;
}
body .cq-rivis-promo__actions {
    text-align:Center;
    display:block;
}
body .cq-rivis-promo__actions a {
    display:inline-block !important;
    margin-bottom:15px;
}
  .cq-rivis-promo__content {
    padding: 32px 20px;
  }

  .cq-rivis-promo__heading {
    font-size: 22px;
  }

  .cq-rivis-promo__text {
    font-size: 16px;
  }

  .cq-rivis-promo__btn {
    padding: 12px 24px;
    font-size: 11.5px;
  }

  .cq-rivis-promo__phone {
    font-size: 13px;
  }

  .cq-rivis-promo__image-wrap {
    min-height: 240px;
  }
}
