
/* WordPress and Contact Form 7 integration layer. */
#wpadminbar {
  z-index: 999999;
}

.admin-bar .ct-global-header,
.admin-bar .sv-header {
  top: 32px;
}

.countertrade-application-cf7,
.countertrade-contact-cf7 {
  width: 100%;
  min-width: 0;
}

.app-form-grid.cf7-connected {
  grid-template-columns: 1fr;
}

.app-form-grid.cf7-connected .app-form-copy {
  max-width: 900px;
}

.countertrade-application-cf7 {
  grid-column: 1 / -1;
}

.countertrade-application-cf7 .wpcf7,
.countertrade-application-cf7 .tcb-app,
.countertrade-application-cf7 .tcb-inner {
  width: 100%;
  max-width: 100%;
}

.countertrade-application-cf7 .tcb-inner {
  padding-left: 0;
  padding-right: 0;
}

.countertrade-contact-cf7 .wpcf7,
.countertrade-contact-cf7 form {
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 15px 18px;
  border-width: 1px;
}

.wpcf7-not-valid-tip {
  margin-top: 7px;
  font-size: 12px;
}

.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 782px) {
  .admin-bar .ct-global-header,
  .admin-bar .sv-header {
    top: 46px;
  }
}


/* CF7 form wrappers inserted by the WordPress theme. */
.countertrade-contact-cf7 .ct-form-fields {
  padding: 30px 34px 34px;
}

.countertrade-contact-cf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.countertrade-contact-cf7 .wpcf7-form-control {
  width: 100%;
}

.countertrade-contact-cf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.countertrade-contact-cf7 .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
}


/* ==============================================================
   APPLICATION CF7 MATRIX — FULL-WIDTH INSTITUTIONAL PRESENTATION
   ==============================================================
   The CF7 application is substantially wider than the original compact
   preview form. These rules give it a dedicated stage and prevent the
   seven-column license table from being squeezed into the old right column.
*/
.cf7-application-section .app-shell {
  width: min(1540px, calc(100vw - 48px)) !important;
  max-width: none !important;
}

.cf7-application-section .app-form-grid.cf7-connected {
  display: block !important;
  width: 100% !important;
}

.cf7-application-section .app-form-grid.cf7-connected .app-form-copy {
  max-width: 1080px !important;
  margin: 0 auto 46px !important;
  text-align: center;
}

.cf7-application-section .app-form-grid.cf7-connected .app-form-copy > p {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.cf7-application-section .app-form-expect {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  text-align: left;
}

.cf7-application-section .app-form-expect article {
  grid-template-columns: 48px 1fr;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.035);
}

.countertrade-application-cf7 {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 auto !important;
}

.countertrade-application-cf7 > .wpcf7,
.countertrade-application-cf7 .wpcf7-form,
.countertrade-application-cf7 .tcb-app,
.countertrade-application-cf7 .tcb-app .tcb-inner {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.countertrade-application-cf7 .tcb-app .tcb-inner {
  padding: 0 !important;
}

.countertrade-application-cf7 .tcb-app .tcb-header {
  margin: 0 0 34px !important;
  padding: 44px 42px 40px !important;
  border: 1px solid rgba(141,226,255,.18) !important;
  border-bottom-color: rgba(141,226,255,.28) !important;
  border-radius: 18px 18px 0 0 !important;
  background:
    radial-gradient(circle at 50% -15%, rgba(141,226,255,.16), transparent 48%),
    linear-gradient(145deg,#061a39,#0a3566) !important;
  box-shadow: 0 28px 70px rgba(0,0,0,.22) !important;
}

.countertrade-application-cf7 .tcb-app .tcb-header h1 {
  font-size: clamp(34px, 4.2vw, 58px) !important;
  letter-spacing: -.02em !important;
  text-transform: none !important;
}

.countertrade-application-cf7 .tcb-app .tcb-section {
  margin-bottom: 38px !important;
}

.countertrade-application-cf7 .tcb-app .tcb-step-label {
  margin-bottom: 19px !important;
}

.countertrade-application-cf7 .tcb-app .tcb-step-num {
  width: 38px !important;
  height: 38px !important;
  background: linear-gradient(145deg,#07935f,#006742) !important;
  box-shadow: 0 9px 24px rgba(0,122,77,.22) !important;
}

.countertrade-application-cf7 .tcb-app .tcb-step-title {
  color: #68e5b4 !important;
  font-size: 11px !important;
  letter-spacing: 4px !important;
}

.countertrade-application-cf7 .tcb-app .tcb-table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  border: 1px solid rgba(124,207,240,.38) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 28px 75px rgba(0,0,0,.22) !important;
  scrollbar-color: #2d83ad #e8f1f7;
  scrollbar-width: thin;
}

.countertrade-application-cf7 .tcb-app .tcb-table-wrap::-webkit-scrollbar {
  height: 11px;
}

.countertrade-application-cf7 .tcb-app .tcb-table-wrap::-webkit-scrollbar-track {
  background: #e8f1f7;
}

.countertrade-application-cf7 .tcb-app .tcb-table-wrap::-webkit-scrollbar-thumb {
  background: #2d83ad;
  border: 2px solid #e8f1f7;
  border-radius: 999px;
}

.countertrade-application-cf7 .tcb-app table.tcb-table {
  width: 100% !important;
  min-width: 1240px !important;
  table-layout: fixed !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.countertrade-application-cf7 .tcb-app table.tcb-table thead tr {
  background: linear-gradient(90deg,#061b3b,#0a315f) !important;
}

.countertrade-application-cf7 .tcb-app table.tcb-table thead th {
  height: 70px !important;
  padding: 17px 14px !important;
  color: #bfeeff !important;
  font-size: 10px !important;
  letter-spacing: 1.7px !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  vertical-align: middle !important;
  border-right: 1px solid rgba(255,255,255,.07) !important;
}

.countertrade-application-cf7 .tcb-app table.tcb-table thead th:nth-child(1) { width: 58px !important; }
.countertrade-application-cf7 .tcb-app table.tcb-table thead th:nth-child(2) { width: 245px !important; }
.countertrade-application-cf7 .tcb-app table.tcb-table thead th:nth-child(3) { width: 165px !important; }
.countertrade-application-cf7 .tcb-app table.tcb-table thead th:nth-child(4) { width: 170px !important; }
.countertrade-application-cf7 .tcb-app table.tcb-table thead th:nth-child(5) { width: 155px !important; }
.countertrade-application-cf7 .tcb-app table.tcb-table thead th:nth-child(6) { width: 170px !important; }
.countertrade-application-cf7 .tcb-app table.tcb-table thead th:nth-child(7) { width: 177px !important; }

.countertrade-application-cf7 .tcb-app table.tcb-table thead th.th-invest {
  padding-right: 18px !important;
  background: linear-gradient(145deg,#146a98,#0d4f79) !important;
  color: #fff !important;
}

.countertrade-application-cf7 .tcb-app table.tcb-table tbody tr:not(.detail-row) {
  min-height: 104px !important;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

.countertrade-application-cf7 .tcb-app table.tcb-table tbody tr:not(.detail-row):hover {
  background: #edf8ff !important;
}

.countertrade-application-cf7 .tcb-app .tcb-oo-table table.tcb-table tbody tr.tcb-sel {
  background: linear-gradient(90deg,#e2f7ed,#f3fbf7) !important;
  box-shadow: inset 5px 0 0 #00895a !important;
}

.countertrade-application-cf7 .tcb-app table.tcb-table tbody td {
  padding: 22px 14px !important;
  color: #17324d !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  vertical-align: middle !important;
  border-bottom: 1px solid #dce8f0 !important;
  overflow-wrap: normal !important;
}

.countertrade-application-cf7 .tcb-app .lic-name {
  color: #071a34 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.countertrade-application-cf7 .tcb-app .lic-desc {
  max-width: 215px;
  margin-top: 6px !important;
  color: #62768a !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
}

.countertrade-application-cf7 .tcb-app td.td-credit {
  color: #007a4d !important;
  font-size: 15px !important;
  font-weight: 850 !important;
}

.countertrade-application-cf7 .tcb-app td.td-earn {
  color: #304b65 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

.countertrade-application-cf7 .tcb-app .invest-pill {
  min-width: 118px;
  margin-right: 0 !important;
  padding: 11px 14px !important;
  text-align: center;
  color: #9ceaff !important;
  background: linear-gradient(145deg,#071a3d,#0c315e) !important;
  box-shadow: 0 8px 22px rgba(7,26,61,.18) !important;
}

.countertrade-application-cf7 .tcb-app table.tcb-table tbody tr.detail-row,
.countertrade-application-cf7 .tcb-app table.tcb-table tbody tr.detail-row td {
  background: #f7fbfe !important;
}

.countertrade-application-cf7 .tcb-app table.tcb-table tbody tr.detail-row td {
  padding: 0 24px !important;
}

.countertrade-application-cf7 .tcb-app .tier-details summary {
  padding: 17px 0 !important;
  color: #007a4d !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

.countertrade-application-cf7 .tcb-app .detail-content {
  max-width: 1160px;
  padding: 6px 0 27px !important;
  color: #425b73 !important;
  font-size: 13px !important;
  line-height: 1.78 !important;
}

.countertrade-application-cf7 .tcb-app .detail-content li {
  margin-bottom: 11px !important;
}

.countertrade-application-cf7 .tcb-app .detail-content strong {
  color: #071a34 !important;
}

.countertrade-application-cf7 .tcb-app .tcb-form-card,
.countertrade-application-cf7 .tcb-app .tcb-foot {
  border-color: #cbddea !important;
  background: linear-gradient(145deg,#fff,#f5f9fc) !important;
  box-shadow: 0 22px 58px rgba(0,0,0,.14) !important;
}

.countertrade-application-cf7 .tcb-app .tcb-form-card {
  padding: 42px !important;
  border-radius: 16px 16px 0 0 !important;
}

.countertrade-application-cf7 .tcb-app .tcb-foot {
  border-radius: 0 0 16px 16px !important;
}

.countertrade-application-cf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.countertrade-application-cf7 .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
}

@media (max-width: 1180px) {
  .cf7-application-section .app-shell {
    width: min(100% - 30px, 1100px) !important;
  }
  .cf7-application-section .app-form-expect {
    grid-template-columns: 1fr;
  }
  .countertrade-application-cf7 .tcb-app table.tcb-table {
    min-width: 1180px !important;
  }
}

@media (max-width: 720px) {
  .cf7-application-section .app-shell {
    width: calc(100vw - 20px) !important;
  }
  .countertrade-application-cf7 .tcb-app .tcb-header,
  .countertrade-application-cf7 .tcb-app .tcb-form-card,
  .countertrade-application-cf7 .tcb-app .tcb-foot {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .countertrade-application-cf7 .tcb-app table.tcb-table {
    min-width: 1080px !important;
  }
}


/* V4: the Application section now contains only the actual form. */
#application.app-form-section {
  padding-top:78px!important;
}

#application .application-form-only-grid {
  display:block!important;
  width:100%!important;
}

#application .application-form-only-grid > .countertrade-application-cf7 {
  width:100%!important;
}

#application .application-form-only-grid > .app-form-card {
  max-width:900px;
  margin:0 auto;
}


/* ==============================================================
   V5 THEME-OWNED APPLICATION EXPERIENCE
   ============================================================== */
.countertrade-application-experience {
  width:100%;
}

.ct-license-selector {
  width:100%;
  margin:0 auto 34px;
  color:#071a34;
}

.ct-license-selector-head {
  display:grid;
  grid-template-columns:1fr 330px;
  gap:34px;
  align-items:end;
  padding:38px 40px;
  border:1px solid rgba(130,230,255,.18);
  border-radius:18px 18px 0 0;
  background:
    radial-gradient(circle at 90% 5%,rgba(130,230,255,.13),transparent 36%),
    linear-gradient(145deg,#061a38,#0a3564);
  box-shadow:0 30px 80px rgba(0,0,0,.20);
}

.ct-license-eyebrow {
  color:#82e6ff;
  font-size:9px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:900;
}

.ct-license-selector-head h2 {
  margin:13px 0 12px;
  color:#fff;
  font-size:clamp(36px,4vw,58px);
  line-height:.98;
  letter-spacing:-.035em;
}

.ct-license-selector-head p {
  max-width:820px;
  margin:0;
  color:#bcd0e2;
  font-size:16px;
  line-height:1.7;
}

.ct-license-selection-status {
  display:flex;
  gap:14px;
  align-items:center;
  min-height:94px;
  padding:20px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.045);
}

.ct-license-selection-status > span {
  width:15px;
  height:15px;
  flex:0 0 15px;
  border-radius:50%;
  background:#728ba2;
  box-shadow:0 0 0 7px rgba(114,139,162,.11);
}

.ct-license-selection-status small {
  display:block;
  color:#82e6ff;
  font-size:8px;
  letter-spacing:.15em;
  font-weight:900;
}

.ct-license-selection-status strong {
  display:block;
  margin-top:5px;
  color:#fff;
  font-size:14px;
  line-height:1.45;
}

.ct-license-selection-status.is-selected {
  border-color:rgba(82,222,164,.45);
  background:rgba(8,122,80,.18);
}

.ct-license-selection-status.is-selected > span {
  background:#52dea4;
  box-shadow:0 0 0 7px rgba(82,222,164,.12),0 0 22px rgba(82,222,164,.48);
}

.ct-license-selection-status.is-error {
  border-color:#f08c8c;
  background:rgba(157,39,39,.17);
}

.ct-license-selection-status.is-error > span {
  background:#f08c8c;
}

.ct-license-column-guide,
.ct-license-tier {
  display:grid;
  grid-template-columns:74px minmax(260px,1.65fr) repeat(4,minmax(130px,.85fr)) minmax(150px,.95fr);
}

.ct-license-column-guide {
  padding:15px 17px;
  border-left:1px solid #c8dce9;
  border-right:1px solid #c8dce9;
  background:#eaf3f8;
  color:#5e7287;
  font-size:8px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:900;
}

.ct-license-column-guide span {
  padding:0 12px;
}

.ct-license-list {
  border:1px solid #c8dce9;
  border-top:0;
  border-radius:0 0 18px 18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 34px 90px rgba(0,0,0,.20);
}

.ct-license-tier {
  position:relative;
  align-items:stretch;
  border-bottom:1px solid #d8e5ee;
  background:linear-gradient(90deg,#fff,#f8fbfd);
  cursor:pointer;
  outline:none;
  transition:background .2s ease,box-shadow .2s ease,transform .2s ease;
}

.ct-license-tier:last-child {
  border-bottom:0;
}

.ct-license-tier:hover {
  background:#eef8fd;
}

.ct-license-tier:focus-visible {
  box-shadow:inset 0 0 0 3px rgba(31,150,198,.28);
}

.ct-license-tier.is-selected {
  background:linear-gradient(90deg,#e2f7ed,#f6fbf8);
  box-shadow:inset 5px 0 0 #087a50;
}

.ct-license-select,
.ct-license-identity,
.ct-license-metric {
  min-width:0;
  padding:24px 16px;
  border-right:1px solid #e0eaf1;
}

.ct-license-select {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:9px;
}

.ct-license-select small {
  color:#718599;
  font-size:7px;
  letter-spacing:.10em;
  font-weight:900;
}

.ct-license-check {
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border:2px solid #9db0bf;
  border-radius:7px;
  background:#fff;
  box-shadow:inset 0 0 0 4px #fff;
}

.ct-license-tier.is-selected .ct-license-check {
  border-color:#087a50;
  background:#087a50;
}

.ct-license-tier.is-selected .ct-license-check::after {
  content:'✓';
  color:#fff;
  font-size:16px;
  font-weight:900;
}

.ct-license-identity {
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.ct-license-identity h3 {
  margin:0;
  color:#071a34;
  font-size:19px;
  line-height:1.15;
}

.ct-license-identity p {
  margin:8px 0 0;
  color:#687b8e;
  font-size:11px;
  line-height:1.55;
}

.ct-license-metric {
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.ct-license-metric small {
  display:block;
  color:#7b8da0;
  font-size:8px;
  letter-spacing:.07em;
  text-transform:uppercase;
  font-weight:800;
}

.ct-license-metric strong {
  display:block;
  margin-top:8px;
  color:#1a3d59;
  font-size:14px;
  line-height:1.35;
}

.ct-license-total {
  border-right:0;
  background:linear-gradient(145deg,#071a3d,#0c315d);
}

.ct-license-total small {
  color:#8cdff7;
}

.ct-license-total strong {
  color:#fff;
  font-size:17px;
}

.ct-license-details {
  grid-column:1/-1;
  border-top:1px solid #d8e5ee;
  background:#f4f9fc;
}

.ct-license-details summary {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:17px 22px;
  color:#087a50;
  cursor:pointer;
  list-style:none;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
}

.ct-license-details summary::-webkit-details-marker {
  display:none;
}

.ct-license-details summary b {
  color:#567086;
  font-size:8px;
  letter-spacing:.13em;
}

.ct-license-details[open] summary {
  background:#e9f5fa;
}

.ct-license-details .detail-content {
  max-width:none!important;
  padding:8px 22px 28px!important;
  color:#51677b!important;
}

.ct-license-details .detail-content::before {
  content:'Everything below is included with this ownership level.';
  display:block;
  margin-bottom:18px;
  padding:16px 18px;
  border-left:3px solid #1c96c6;
  background:#e5f3fa;
  color:#31546d;
  font-size:12px;
  font-weight:800;
}

.ct-license-details .detail-content ol {
  counter-reset:license-benefit;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}

.ct-license-details .detail-content li {
  counter-increment:license-benefit;
  position:relative;
  min-height:155px;
  margin:0!important;
  padding:48px 18px 19px!important;
  border:1px solid #d5e3ed;
  background:linear-gradient(145deg,#fff,#f8fbfd);
  color:#5a6d82!important;
  font-size:12px!important;
  line-height:1.66!important;
  box-shadow:0 10px 27px rgba(10,49,82,.05);
}

.ct-license-details .detail-content li::before {
  content:counter(license-benefit,decimal-leading-zero);
  position:absolute;
  top:15px;
  left:17px;
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid #75d0ef;
  background:#e9f8ff;
  color:#147da9;
  font-size:9px;
  font-weight:900;
}

.ct-license-details .detail-content li strong {
  color:#071a34!important;
  font-size:13px!important;
}

.ct-license-details .detail-content > p {
  margin-top:18px!important;
  padding:17px!important;
  border:1px solid #d2e5ee!important;
  background:#fff!important;
}

/* CF7 now supplies fields and delivery only. Hide its old internal selector. */
.countertrade-application-cf7 .tcb-app .tcb-header,
.countertrade-application-cf7 .tcb-app .tcb-inner > .tcb-section:first-of-type,
.countertrade-application-cf7 .tcb-app .tcb-inner > .tcb-divider,
.countertrade-application-cf7 .tcb-selection-status {
  display:none!important;
}

.countertrade-application-cf7 .tcb-app,
.countertrade-application-cf7 .tcb-inner {
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
}

.countertrade-application-cf7 .tcb-form-card {
  display:block!important;
  padding:38px!important;
  border:1px solid #ccdde9!important;
  border-radius:18px 18px 0 0!important;
  background:linear-gradient(145deg,#fff,#f5f9fc)!important;
  box-shadow:0 28px 75px rgba(0,0,0,.18)!important;
}

.countertrade-application-cf7 .tcb-form-card::before {
  content:'Applicant & Territory Information';
  display:block;
  margin-bottom:26px;
  padding-bottom:18px;
  border-bottom:1px solid #d8e4ed;
  color:#071a34;
  font-size:25px;
  font-weight:850;
}

.countertrade-application-cf7 .tcb-frow {
  display:grid!important;
  gap:16px!important;
  margin-bottom:17px!important;
}

.countertrade-application-cf7 .tcb-frow.cols-3 {
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

.countertrade-application-cf7 .tcb-frow.cols-2 {
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

.countertrade-application-cf7 .tcb-frow.cols-1 {
  grid-template-columns:1fr!important;
}

.countertrade-application-cf7 .tcb-field {
  min-width:0;
}

.countertrade-application-cf7 .tcb-field label {
  display:block!important;
  margin-bottom:8px!important;
  color:#304d65!important;
  font-size:10px!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
  font-weight:850!important;
}

.countertrade-application-cf7 .tcb-field label em {
  color:#c44b4b!important;
  font-style:normal!important;
}

.countertrade-application-cf7 .wpcf7-form-control-wrap {
  display:block!important;
  width:100%!important;
}

.countertrade-application-cf7 input[type='text'],
.countertrade-application-cf7 input[type='email'],
.countertrade-application-cf7 input[type='tel'],
.countertrade-application-cf7 textarea,
.countertrade-application-cf7 select {
  width:100%!important;
  min-height:50px!important;
  padding:13px 15px!important;
  border:1px solid #c9d9e4!important;
  border-radius:3px!important;
  background:#fff!important;
  color:#071a34!important;
  font:inherit!important;
  box-shadow:none!important;
  outline:none!important;
}

.countertrade-application-cf7 textarea {
  min-height:145px!important;
  resize:vertical!important;
}

.countertrade-application-cf7 input:focus,
.countertrade-application-cf7 textarea:focus,
.countertrade-application-cf7 select:focus {
  border-color:#2c9bc8!important;
  box-shadow:0 0 0 3px rgba(44,155,200,.12)!important;
}

.countertrade-application-cf7 .tcb-foot {
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:24px!important;
  align-items:center!important;
  padding:27px 32px!important;
  border:1px solid #ccdde9!important;
  border-top:0!important;
  border-radius:0 0 18px 18px!important;
  background:#eef5f9!important;
  box-shadow:0 24px 65px rgba(0,0,0,.14)!important;
}

.countertrade-application-cf7 .tcb-certification .wpcf7-list-item {
  margin:0!important;
}

.countertrade-application-cf7 .tcb-certification label {
  cursor:pointer!important;
}

.countertrade-application-cf7 .tcb-certification input[type='checkbox'] {
  position:absolute!important;
  opacity:0!important;
  width:1px!important;
  height:1px!important;
}

.countertrade-application-cf7 .tcb-certification .wpcf7-list-item-label {
  display:grid!important;
  grid-template-columns:32px 1fr!important;
  gap:13px!important;
  align-items:start!important;
}

.countertrade-application-cf7 .tcb-certification .wpcf7-list-item-label::before {
  content:'';
  width:27px;
  height:27px;
  display:block;
  border:2px solid #99adbd;
  border-radius:7px;
  background:#fff;
  box-shadow:inset 0 0 0 4px #fff;
}

.countertrade-application-cf7 .tcb-certification input:checked + .wpcf7-list-item-label::before {
  border-color:#087a50;
  background:#087a50;
  box-shadow:inset 0 0 0 5px #fff,0 0 0 3px rgba(8,122,80,.12);
}

.countertrade-application-cf7 .tcb-certification-copy strong {
  display:block!important;
  color:#071a34!important;
  font-size:14px!important;
}

.countertrade-application-cf7 .tcb-certification-copy em {
  display:block!important;
  margin-top:5px!important;
  color:#61758a!important;
  font-size:12px!important;
  line-height:1.58!important;
  font-style:normal!important;
}

.countertrade-application-cf7 .tcb-submit-area {
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  gap:8px!important;
}

.countertrade-application-cf7 .tcb-submit-area small {
  color:#76899b!important;
  font-size:8px!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
}

.countertrade-application-cf7 .wpcf7-submit {
  min-width:330px!important;
  padding:16px 22px!important;
  border:0!important;
  border-radius:3px!important;
  background:linear-gradient(135deg,#087a50,#075f40)!important;
  color:#fff!important;
  font-size:11px!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
  box-shadow:0 13px 30px rgba(8,122,80,.22)!important;
  cursor:pointer!important;
}

.countertrade-application-cf7 .tcb-hidden-required {
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
}

@media(max-width:1250px) {
  .ct-license-column-guide {
    display:none;
  }

  .ct-license-tier {
    grid-template-columns:64px 1.5fr repeat(2,minmax(130px,.8fr));
  }

  .ct-license-metric:nth-of-type(n+3) {
    border-top:1px solid #e0eaf1;
  }

  .ct-license-total {
    background:linear-gradient(145deg,#071a3d,#0c315d);
  }
}

@media(max-width:900px) {
  .ct-license-selector-head {
    grid-template-columns:1fr;
    padding:30px 25px;
  }

  .ct-license-tier {
    grid-template-columns:60px 1fr 1fr;
  }

  .ct-license-identity {
    grid-column:2/-1;
  }

  .ct-license-details {
    grid-column:1/-1;
  }

  .ct-license-details .detail-content ol {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .countertrade-application-cf7 .tcb-frow.cols-3,
  .countertrade-application-cf7 .tcb-frow.cols-2 {
    grid-template-columns:1fr!important;
  }

  .countertrade-application-cf7 .tcb-foot {
    grid-template-columns:1fr!important;
  }

  .countertrade-application-cf7 .tcb-submit-area {
    align-items:stretch!important;
  }

  .countertrade-application-cf7 .wpcf7-submit {
    min-width:0!important;
    width:100%!important;
  }
}

@media(max-width:620px) {
  .ct-license-tier {
    grid-template-columns:54px 1fr;
  }

  .ct-license-identity,
  .ct-license-metric,
  .ct-license-total {
    grid-column:2;
    border-top:1px solid #e0eaf1;
  }

  .ct-license-select {
    grid-row:1/8;
  }

  .ct-license-details .detail-content ol {
    grid-template-columns:1fr;
  }

  .countertrade-application-cf7 .tcb-form-card,
  .countertrade-application-cf7 .tcb-foot {
    padding:23px!important;
  }
}



/* ==============================================================
   V59 SIMPLE-ENGLISH DONE-FOR-YOU FEES AND CLEAR TOTALS
   ============================================================== */
.ct-license-operations-note{width:fit-content;display:inline-flex;margin-top:10px;padding:6px 9px;border:1px solid #b7d5e5;border-radius:999px;background:#edf7fb;color:#17617f;font-size:8px;line-height:1;letter-spacing:.08em;text-transform:uppercase;font-weight:900}
.ct-operations-selector{width:100%;margin:42px auto 34px;color:#071a34}
.ct-operations-head{display:grid;grid-template-columns:1fr 350px;gap:34px;align-items:end;padding:40px;border:1px solid rgba(130,230,255,.18);border-radius:18px 18px 0 0;background:radial-gradient(circle at 88% 8%,rgba(130,230,255,.15),transparent 38%),linear-gradient(145deg,#071a38,#0b3b6d);box-shadow:0 30px 80px rgba(0,0,0,.18)}
.ct-operations-head h2{margin:13px 0 12px;color:#fff;font-size:clamp(34px,3.7vw,54px);line-height:1;letter-spacing:-.035em}.ct-operations-head p{max-width:850px;margin:0;color:#bfd2e2;font-size:16px;line-height:1.7}
.ct-operations-selection-status{display:flex;gap:14px;align-items:center;min-height:94px;padding:20px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045)}.ct-operations-selection-status>span{width:15px;height:15px;flex:0 0 15px;border-radius:50%;background:#728ba2;box-shadow:0 0 0 7px rgba(114,139,162,.11)}.ct-operations-selection-status small{display:block;color:#82e6ff;font-size:8px;letter-spacing:.15em;font-weight:900}.ct-operations-selection-status strong{display:block;margin-top:5px;color:#fff;font-size:14px;line-height:1.45}.ct-operations-selection-status.is-selected{border-color:rgba(82,222,164,.45);background:rgba(8,122,80,.18)}.ct-operations-selection-status.is-selected>span{background:#52dea4;box-shadow:0 0 0 7px rgba(82,222,164,.12),0 0 22px rgba(82,222,164,.48)}.ct-operations-selection-status.is-error{border-color:#f08c8c;background:rgba(157,39,39,.17)}.ct-operations-selection-status.is-error>span{background:#f08c8c}
.ct-operations-disclosure{padding:18px 24px;border-right:1px solid #c8dce9;border-left:1px solid #c8dce9;background:#eaf3f8;color:#36576e;font-size:12px;line-height:1.65}.ct-operations-disclosure strong{color:#071a34}
.ct-operations-owner-wrap{padding:22px;border:1px solid #c8dce9;background:#f3f8fb}.ct-operations-owner-wrap .ct-operations-card{max-width:none}
.ct-dfy-package-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);gap:30px;align-items:end;padding:30px 30px 26px;border-right:1px solid #c8dce9;border-left:1px solid #c8dce9;background:#071f42}.ct-dfy-package-intro small{color:#82e6ff;font-size:8px;letter-spacing:.15em;font-weight:900}.ct-dfy-package-intro h3{margin:8px 0 0;color:#fff;font-size:clamp(27px,2.8vw,40px);line-height:1.05}.ct-dfy-package-intro p{margin:0;color:#b9ccdc;font-size:13px;line-height:1.7}
.ct-operations-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:22px;border:1px solid #c8dce9;background:#f3f8fb;box-shadow:0 34px 90px rgba(0,0,0,.16)}
.ct-operations-card{position:relative;min-width:0;overflow:hidden;display:flex;flex-direction:column;border:1px solid #cddde8;border-radius:14px;background:linear-gradient(145deg,#fff,#f7fafc);box-shadow:0 16px 40px rgba(10,49,82,.08);cursor:pointer;outline:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.ct-operations-card:hover{transform:translateY(-2px);border-color:#91bdd3;box-shadow:0 22px 50px rgba(10,49,82,.13)}.ct-operations-card:focus-visible{box-shadow:0 0 0 4px rgba(31,150,198,.18),0 22px 50px rgba(10,49,82,.13)}.ct-operations-card.is-selected{border-color:#087a50;background:linear-gradient(145deg,#ecfaf3,#fff);box-shadow:inset 5px 0 0 #087a50,0 24px 55px rgba(8,122,80,.14)}.ct-operations-featured{border-color:#76b9d5}.ct-operations-featured:before{content:'RECOMMENDED FOR FULL MANAGEMENT';position:absolute;z-index:2;right:-48px;top:23px;width:210px;padding:6px 0;transform:rotate(36deg);background:#087a50;color:#fff;text-align:center;font-size:7px;letter-spacing:.07em;font-weight:900}
.ct-package-ribbon{padding:9px 24px;background:#e8f4f9;color:#126d91;font-size:8px;letter-spacing:.13em;font-weight:900}.ct-operations-featured .ct-package-ribbon{background:#dff4ea;color:#087a50}
.ct-operations-card-top{display:grid;grid-template-columns:34px minmax(0,1fr) minmax(175px,auto);gap:15px;align-items:start;padding:24px 24px 17px}.ct-operations-check{width:28px;height:28px;display:grid;place-items:center;border:2px solid #9db0bf;border-radius:7px;background:#fff;box-shadow:inset 0 0 0 4px #fff}.ct-operations-card.is-selected .ct-operations-check{border-color:#087a50;background:#087a50}.ct-operations-card.is-selected .ct-operations-check:after{content:'✓';color:#fff;font-size:16px;font-weight:900}.ct-operations-card-title small{display:block;color:#1a7295;font-size:8px;letter-spacing:.12em;font-weight:900}.ct-operations-card-title h3{margin:7px 0 0;color:#071a34;font-size:22px;line-height:1.15}.ct-operations-price{min-width:175px;padding:12px 13px;border-radius:9px;background:#071f42;text-align:right}.ct-operations-price small{display:block;color:#82e6ff;font-size:7px;letter-spacing:.1em;text-transform:uppercase;font-weight:900}.ct-operations-price strong{display:block;margin-top:6px;color:#fff;font-size:13px;line-height:1.35}
.ct-operations-card>p{min-height:92px;margin:0;padding:0 24px;color:#5b7084;font-size:13px;line-height:1.7}.ct-operations-owner>p{min-height:auto}.ct-operations-tags{display:flex;flex-wrap:wrap;gap:7px;padding:18px 24px 22px}.ct-operations-tags span{padding:7px 9px;border:1px solid #d2e1ea;border-radius:999px;background:#edf5f9;color:#365e75;font-size:8px;letter-spacing:.06em;text-transform:uppercase;font-weight:850}
.ct-operations-details{margin-top:auto;border-top:1px solid #d8e5ee;background:#f4f9fc}.ct-operations-details summary{display:flex;justify-content:space-between;gap:20px;padding:16px 20px;color:#087a50;cursor:pointer;list-style:none;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.ct-operations-details summary::-webkit-details-marker{display:none}.ct-operations-details summary b{color:#567086;font-size:8px;letter-spacing:.12em}.ct-operations-details[open] summary{background:#e9f5fa}.ct-operations-scope-body{padding:0 22px 23px;color:#526b7f;font-size:12px;line-height:1.65}.ct-package-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:4px 0 18px}.ct-package-facts>div{padding:12px;border:1px solid #cfe0e9;background:#fff}.ct-package-facts small{display:block;color:#1a7295;font-size:7px;letter-spacing:.1em;font-weight:900}.ct-package-facts strong{display:block;margin-top:5px;color:#071a34;font-size:11px;line-height:1.35}.ct-scope-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ct-scope-columns section{padding:16px;border:1px solid #cae2d7;background:#eef9f4}.ct-scope-columns .ct-scope-exclusions{border-color:#ead7c7;background:#fff8f1}.ct-scope-columns h4{margin:0 0 12px;color:#071a34;font-size:12px}.ct-operations-details ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}.ct-operations-details li{position:relative;padding-left:19px}.ct-operations-details li:before{content:'✓';position:absolute;left:0;top:0;color:#087a50;font-weight:900}.ct-scope-exclusions li:before{content:'—';color:#a45b28}.ct-operations-details p{margin:16px 0 0;padding:14px;border-left:3px solid #1c96c6;background:#e5f3fa}
.ct-operations-select-button{width:calc(100% - 44px);margin:0 22px 22px;padding:14px 18px;border:0;border-radius:7px;background:#0c426f;color:#fff;cursor:pointer;font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:900}.ct-operations-select-button:hover{background:#087a50}.ct-operations-card.is-selected .ct-operations-select-button{background:#087a50}.ct-operations-card.is-selected .ct-operations-select-button:after{content:' ✓'}
.ct-package-pricing-note{padding:18px 24px;border-right:1px solid #c8dce9;border-left:1px solid #c8dce9;background:#fff8e9;color:#6d5930;font-size:12px;line-height:1.65}.ct-package-pricing-note strong{color:#493a1d}
.ct-operations-acknowledgement{display:grid;grid-template-columns:28px 1fr;gap:13px;align-items:start;padding:22px 24px;border:1px solid #c8dce9;border-top:0;background:#fff;color:#5b7084;font-size:12px;line-height:1.65;cursor:pointer}.ct-operations-acknowledgement input{width:24px;height:24px;margin:1px 0 0;accent-color:#087a50}.ct-operations-acknowledgement strong{display:block;color:#071a34;font-size:13px}.ct-operations-selector.is-ack-error .ct-operations-acknowledgement{border-color:#d56868;background:#fff2f2;box-shadow:inset 4px 0 0 #c34f4f}
.ct-application-review{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #c8dce9;border-top:0;border-radius:0 0 18px 18px;overflow:hidden;background:#071f42;box-shadow:0 25px 70px rgba(0,0,0,.15)}.ct-application-review>div{min-width:0;padding:18px 20px;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.ct-application-review>div:nth-child(3n){border-right:0}.ct-application-review>div:nth-last-child(-n+3){border-bottom:0}.ct-application-review>div:last-child{background:rgba(130,230,255,.08)}.ct-application-review small{display:block;color:#82e6ff;font-size:7px;letter-spacing:.12em;text-transform:uppercase;font-weight:900}.ct-application-review strong{display:block;margin-top:7px;color:#fff;font-size:12px;line-height:1.45}
.countertrade-application-cf7>.app-form-card{max-width:none!important;margin:0!important}.countertrade-application-cf7 .app-form-card input.tcb-hidden-required{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}
@media(max-width:1050px){.ct-operations-head{grid-template-columns:1fr;padding:30px 25px}.ct-dfy-package-intro{grid-template-columns:1fr}.ct-operations-grid{grid-template-columns:1fr}.ct-operations-card>p{min-height:auto}.ct-application-review{grid-template-columns:repeat(2,minmax(0,1fr))}.ct-application-review>div,.ct-application-review>div:nth-child(3n){border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}.ct-application-review>div:nth-child(2n){border-right:0}.ct-application-review>div:nth-last-child(-n+2){border-bottom:0}}
@media(max-width:720px){.ct-operations-grid,.ct-operations-owner-wrap{padding:14px}.ct-operations-card-top{grid-template-columns:30px 1fr;padding:21px 18px 15px}.ct-operations-price{grid-column:1/-1;min-width:0;text-align:left}.ct-operations-card>p,.ct-operations-tags{padding-left:18px;padding-right:18px}.ct-scope-columns,.ct-package-facts{grid-template-columns:1fr}.ct-dfy-package-intro{padding:25px 20px}.ct-operations-featured:before{display:none}.ct-application-review{grid-template-columns:1fr}.ct-application-review>div,.ct-application-review>div:nth-child(2n),.ct-application-review>div:nth-child(3n){border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.ct-application-review>div:last-child{border-bottom:0}}

/* ==============================================================
   V6 WORLD-CLASS CONTACT FORM
   ============================================================== */
.ct-form-section {
  padding-top:100px!important;
}

.ct-form-section .model-shell {
  max-width:1420px!important;
}

.ct-form-layout {
  grid-template-columns:minmax(330px,.72fr) minmax(0,1.38fr)!important;
  gap:58px!important;
}

.ct-form-guidance {
  position:sticky;
  top:150px;
}

.ct-form-guidance .sv-h2 {
  font-size:clamp(39px,3.8vw,58px)!important;
  line-height:1.01!important;
}

.ct-form-guidance > p {
  max-width:540px;
}

.ct-guidance-list {
  gap:11px;
  margin-top:31px!important;
  border-top:0!important;
}

.ct-guidance-list article {
  grid-template-columns:54px 1fr!important;
  gap:17px!important;
  padding:20px!important;
  border:1px solid #d2e1eb!important;
  background:linear-gradient(145deg,#fff,#f6fafd);
  box-shadow:0 12px 30px rgba(14,56,91,.055);
}

.ct-guidance-list article > span {
  width:48px!important;
  height:48px!important;
  border-color:#69cce9!important;
  background:linear-gradient(145deg,#eaf9ff,#dff3fb)!important;
  color:#147aa7!important;
}

.ct-guidance-list h3 {
  margin:2px 0 7px!important;
  font-size:18px!important;
}

.ct-guidance-list p {
  line-height:1.62!important;
}

.countertrade-contact-cf7,
.ct-contact-form-v2 {
  width:100%!important;
  min-width:0!important;
}

.countertrade-contact-cf7 > .wpcf7,
.countertrade-contact-cf7 form,
.ct-contact-form-v2 {
  width:100%!important;
  max-width:none!important;
}

.ct-contact-form-v2 {
  overflow:hidden;
  border:1px solid #c6dbe8!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 38px 95px rgba(12,52,88,.17)!important;
}

.ct-contact-form-v2 .ct-form-header {
  position:relative;
  display:grid;
  grid-template-columns:1fr 245px;
  gap:28px;
  align-items:center;
  padding:38px 40px!important;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  background:
    radial-gradient(circle at 92% 0,rgba(126,227,255,.17),transparent 36%),
    linear-gradient(145deg,#061a38,#0a3565)!important;
}

.ct-contact-form-v2 .ct-form-header::before {
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:3px;
  background:linear-gradient(90deg,#82e6ff,#2f95e8,#82e6ff);
}

.ct-form-header-copy,
.ct-form-header-status {
  position:relative;
  z-index:2;
}

.ct-contact-form-v2 .ct-form-header small {
  color:#82e6ff!important;
  font-size:8px!important;
  letter-spacing:.18em!important;
}

.ct-contact-form-v2 .ct-form-header h3 {
  margin:12px 0 9px!important;
  color:#fff!important;
  font-size:clamp(32px,3.4vw,46px)!important;
  letter-spacing:-.025em;
}

.ct-contact-form-v2 .ct-form-header p {
  max-width:720px;
  color:#bcd0e2!important;
  font-size:14px!important;
  line-height:1.68!important;
}

.ct-form-header-status {
  display:flex;
  align-items:center;
  gap:13px;
  min-height:82px;
  padding:17px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.045);
}

.ct-form-header-status > span {
  width:13px;
  height:13px;
  flex:0 0 13px;
  border-radius:50%;
  background:#55dda5;
  box-shadow:0 0 0 6px rgba(85,221,165,.11),0 0 18px rgba(85,221,165,.38);
}

.ct-form-header-status small {
  display:block;
  color:#82e6ff!important;
  font-size:7px!important;
}

.ct-form-header-status strong {
  display:block;
  margin-top:5px;
  color:#fff;
  font-size:12px;
  line-height:1.45;
}

.ct-contact-form-v2 .ct-form-fields {
  display:grid!important;
  gap:0!important;
  padding:0!important;
  background:#f3f8fb;
}

.ct-form-block {
  padding:31px 36px 34px;
  border-bottom:1px solid #d9e6ee;
  background:#fff;
}

.ct-form-block:nth-of-type(even) {
  background:linear-gradient(145deg,#f8fbfd,#f1f7fa);
}

.ct-form-block-head {
  display:grid;
  grid-template-columns:48px 1fr;
  gap:15px;
  align-items:center;
  margin-bottom:23px;
}

.ct-form-block-head > span {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid #5cc7e9;
  background:#e7f8ff;
  color:#147ba8;
  font-size:11px;
  font-weight:900;
}

.ct-form-block-head small {
  display:block;
  color:#1a7fae;
  font-size:8px;
  letter-spacing:.16em;
  font-weight:900;
}

.ct-form-block-head h4 {
  margin:6px 0 0;
  color:#071a34;
  font-size:21px;
  line-height:1.18;
}

.ct-contact-form-v2 .ct-field-row {
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:17px!important;
  margin-bottom:17px;
}

.ct-contact-form-v2 .ct-field-row:last-child {
  margin-bottom:0;
}

.ct-contact-form-v2 .ct-form-fields label {
  display:block!important;
  min-width:0;
}

.ct-contact-form-v2 .ct-form-fields label > span {
  display:block;
  margin-bottom:9px;
  color:#314f68!important;
  font-size:9px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}

.countertrade-contact-cf7 .wpcf7-form-control-wrap {
  display:block!important;
  width:100%!important;
}

.ct-contact-form-v2 input[type='text'],
.ct-contact-form-v2 input[type='email'],
.ct-contact-form-v2 input[type='tel'],
.ct-contact-form-v2 select,
.ct-contact-form-v2 textarea {
  width:100%!important;
  min-height:52px!important;
  padding:14px 15px!important;
  border:1px solid #c8d9e4!important;
  border-radius:5px!important;
  background:#fff!important;
  color:#071a34!important;
  font:inherit!important;
  font-size:14px!important;
  line-height:1.45!important;
  outline:none!important;
  box-shadow:0 1px 0 rgba(8,42,72,.02)!important;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}

.ct-contact-form-v2 select {
  cursor:pointer;
}

.ct-contact-form-v2 textarea {
  min-height:165px!important;
  resize:vertical!important;
}

.ct-contact-form-v2 input:focus,
.ct-contact-form-v2 select:focus,
.ct-contact-form-v2 textarea:focus {
  border-color:#2d9dca!important;
  background:#fcfeff!important;
  box-shadow:0 0 0 4px rgba(45,157,202,.11)!important;
}

.ct-contact-form-v2 input[readonly] {
  border-color:#b9d6e3!important;
  background:linear-gradient(145deg,#eaf5fa,#f4f9fc)!important;
  color:#24516c!important;
  font-weight:750!important;
}

.ct-field-help {
  display:block!important;
  margin-top:8px!important;
  color:#75889a!important;
  font-size:10px!important;
  line-height:1.55!important;
  text-transform:none!important;
  letter-spacing:0!important;
  font-weight:500!important;
}

.ct-message-field {
  margin-top:2px;
}

.ct-form-submit-panel {
  display:grid;
  grid-template-columns:1fr auto;
  gap:26px;
  align-items:center;
  padding:27px 36px;
  background:linear-gradient(145deg,#eaf3f8,#f6fafc);
}

.ct-contact-form-v2 .ct-consent,
.countertrade-contact-cf7 .ct-consent {
  display:block!important;
  margin:0!important;
}

.countertrade-contact-cf7 .ct-consent .wpcf7-list-item {
  margin:0!important;
}

.ct-contact-form-v2 .ct-consent label,
.countertrade-contact-cf7 .ct-consent label {
  position:relative;
  display:block!important;
  cursor:pointer;
}

.ct-contact-form-v2 .ct-consent input[type='checkbox'],
.countertrade-contact-cf7 .ct-consent input[type='checkbox'] {
  position:absolute!important;
  opacity:0!important;
  width:1px!important;
  height:1px!important;
}

.ct-contact-form-v2 .ct-consent > span,
.countertrade-contact-cf7 .ct-consent .wpcf7-list-item-label {
  display:grid!important;
  grid-template-columns:32px 1fr!important;
  gap:13px!important;
  align-items:start!important;
  color:#566c80!important;
  text-transform:none!important;
  letter-spacing:0!important;
}

.ct-contact-form-v2 .ct-consent > span::before,
.countertrade-contact-cf7 .ct-consent .wpcf7-list-item-label::before {
  content:'';
  width:27px;
  height:27px;
  display:block;
  border:2px solid #96aabb;
  border-radius:7px;
  background:#fff;
  box-shadow:inset 0 0 0 4px #fff;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.ct-contact-form-v2 .ct-consent input:checked + span::before,
.countertrade-contact-cf7 .ct-consent input:checked + .wpcf7-list-item-label::before {
  border-color:#087a50;
  background:#087a50;
  box-shadow:inset 0 0 0 5px #fff,0 0 0 3px rgba(8,122,80,.12);
}

.ct-contact-form-v2 .ct-consent strong,
.countertrade-contact-cf7 .ct-consent strong {
  display:block!important;
  color:#071a34!important;
  font-size:13px!important;
  text-transform:none!important;
  letter-spacing:0!important;
}

.ct-contact-form-v2 .ct-consent em,
.countertrade-contact-cf7 .ct-consent em {
  display:block!important;
  margin-top:5px!important;
  color:#64798c!important;
  font-size:11px!important;
  line-height:1.55!important;
  font-style:normal!important;
  text-transform:none!important;
  letter-spacing:0!important;
}

.ct-submit-wrap {
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
}

.ct-submit-wrap small {
  color:#728699;
  font-size:8px;
  letter-spacing:.10em;
  text-transform:uppercase;
  font-weight:800;
}

.ct-contact-form-v2 .ct-submit,
.countertrade-contact-cf7 .ct-submit {
  min-width:265px!important;
  width:auto!important;
  padding:16px 23px!important;
  border:0!important;
  border-radius:4px!important;
  background:linear-gradient(135deg,#087a50,#075f40)!important;
  color:#fff!important;
  font-size:10px!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
  box-shadow:0 13px 30px rgba(8,122,80,.22)!important;
  cursor:pointer!important;
}

.ct-contact-form-v2 .ct-submit:hover,
.countertrade-contact-cf7 .ct-submit:hover {
  transform:translateY(-1px);
  background:linear-gradient(135deg,#096f4b,#054d35)!important;
}

.countertrade-contact-cf7 .wpcf7-not-valid-tip {
  margin-top:7px!important;
  color:#b93c3c!important;
  font-size:11px!important;
}

.countertrade-contact-cf7 form .wpcf7-response-output {
  margin:20px 36px 30px!important;
  padding:16px 18px!important;
  border-width:1px!important;
  border-radius:5px!important;
}

.ct-contact-form-v2 .ct-form-note {
  padding:0 36px 24px;
  background:#f3f8fb;
}

@media(max-width:1160px) {
  .ct-form-layout {
    grid-template-columns:1fr!important;
  }

  .ct-form-guidance {
    position:static;
  }

  .ct-guidance-list {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:820px) {
  .ct-contact-form-v2 .ct-form-header {
    grid-template-columns:1fr;
    padding:30px 25px!important;
  }

  .ct-contact-form-v2 .ct-field-row {
    grid-template-columns:1fr!important;
  }

  .ct-form-submit-panel {
    grid-template-columns:1fr;
  }

  .ct-submit-wrap {
    align-items:stretch;
  }

  .ct-contact-form-v2 .ct-submit,
  .countertrade-contact-cf7 .ct-submit {
    width:100%!important;
    min-width:0!important;
  }
}

@media(max-width:620px) {
  .ct-guidance-list {
    grid-template-columns:1fr;
  }

  .ct-form-block {
    padding:25px 20px 28px;
  }

  .ct-form-submit-panel {
    padding:24px 20px;
  }

  .countertrade-contact-cf7 form .wpcf7-response-output {
    margin-left:20px!important;
    margin-right:20px!important;
  }
}


/* ==============================================================
   V7 CONTACT PAGE — DIRECT, FULL-WIDTH, INSTITUTIONAL
   ============================================================== */
.ct-form-section {
  padding-top:92px!important;
}

.ct-form-section .model-shell {
  max-width:1460px!important;
}

.ct-form-layout-v3 {
  display:block!important;
  width:100%!important;
}

.ct-contact-command {
  margin-bottom:24px;
  overflow:hidden;
  border:1px solid #cbdde8;
  border-radius:20px;
  background:#fff;
  box-shadow:0 28px 75px rgba(12,52,88,.12);
}

.ct-contact-command-head {
  display:grid;
  grid-template-columns:1fr 310px;
  gap:34px;
  align-items:center;
  padding:34px 38px;
  background:
    radial-gradient(circle at 92% 0,rgba(130,230,255,.15),transparent 35%),
    linear-gradient(145deg,#061a38,#0a3565);
}

.ct-contact-command-head h2 {
  margin:12px 0 10px;
  color:#fff;
  font-size:clamp(34px,4vw,54px);
  line-height:.98;
  letter-spacing:-.035em;
}

.ct-contact-command-head p {
  max-width:790px;
  margin:0;
  color:#bcd0e2;
  font-size:15px;
  line-height:1.68;
}

.ct-contact-command-status {
  display:flex;
  align-items:center;
  gap:14px;
  min-height:88px;
  padding:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.045);
}

.ct-contact-command-status > span {
  width:14px;
  height:14px;
  flex:0 0 14px;
  border-radius:50%;
  background:#55dda5;
  box-shadow:0 0 0 7px rgba(85,221,165,.10),0 0 20px rgba(85,221,165,.36);
}

.ct-contact-command-status small {
  display:block;
  color:#82e6ff;
  font-size:7px;
  letter-spacing:.15em;
  font-weight:900;
}

.ct-contact-command-status strong {
  display:block;
  margin-top:5px;
  color:#fff;
  font-size:13px;
  line-height:1.45;
}

.ct-route-selector {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  background:#edf5f9;
}

.ct-route-choice {
  position:relative;
  min-height:205px;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  align-items:start;
  padding:25px 22px;
  border:0;
  border-right:1px solid #cfdee7;
  background:linear-gradient(145deg,#fff,#f5f9fc);
  color:#071a34;
  text-align:left;
  cursor:pointer;
  transition:background .18s ease,box-shadow .18s ease,transform .18s ease;
}

.ct-route-choice:last-child {
  border-right:0;
}

.ct-route-choice:hover {
  z-index:2;
  background:#eef9fe;
  box-shadow:0 15px 34px rgba(10,59,96,.10);
  transform:translateY(-2px);
}

.ct-route-choice.is-active {
  z-index:3;
  background:linear-gradient(145deg,#e4f7ef,#f8fcfa);
  box-shadow:inset 0 -4px 0 #087a50;
}

.ct-route-choice > span {
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid #67cae9;
  background:#e8f8ff;
  color:#147aa7;
  font-size:10px;
  font-weight:900;
}

.ct-route-choice.is-active > span {
  border-color:#087a50;
  background:#087a50;
  color:#fff;
}

.ct-route-choice small {
  display:block;
  color:#1a7fad;
  font-size:7px;
  letter-spacing:.15em;
  font-weight:900;
}

.ct-route-choice strong {
  display:block;
  margin-top:8px;
  color:#071a34;
  font-size:17px;
  line-height:1.18;
}

.ct-route-choice p {
  margin:10px 0 0;
  color:#64788b;
  font-size:11px;
  line-height:1.58;
}

/* Full-width form shell */
.ct-form-layout-v3 > .ct-contact-form-v2,
.ct-form-layout-v3 > .countertrade-contact-cf7,
.ct-form-layout-v3 .countertrade-contact-cf7 {
  width:100%!important;
  max-width:none!important;
}

.ct-contact-form-v2 {
  border-radius:20px!important;
}

.ct-contact-form-v2 .ct-form-header {
  grid-template-columns:1fr 285px!important;
  padding:40px 42px!important;
}

.ct-contact-form-v2 .ct-form-header h3 {
  max-width:820px;
  font-size:clamp(35px,3.8vw,52px)!important;
}

.ct-contact-form-v2 .ct-form-fields {
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:1px!important;
  background:#d9e6ee!important;
}

.ct-contact-form-v2 .ct-form-block {
  min-width:0;
  padding:32px 34px 35px!important;
  border-bottom:0!important;
  background:#fff!important;
}

.ct-contact-form-v2 .ct-form-block-half {
  grid-column:span 1;
}

.ct-contact-form-v2 .ct-form-block-full,
.ct-contact-form-v2 .ct-form-submit-panel,
.ct-contact-form-v2 .wpcf7-response-output,
.ct-contact-form-v2 .ct-form-note {
  grid-column:1/-1;
}

.ct-contact-form-v2 .ct-form-block-routing {
  background:
    radial-gradient(circle at 100% 0,rgba(59,176,227,.08),transparent 32%),
    linear-gradient(145deg,#f6fbfe,#eef6fa)!important;
}

.ct-contact-form-v2 .ct-form-block-contact {
  background:#fff!important;
}

.ct-contact-form-v2 .ct-form-block-setup {
  background:linear-gradient(145deg,#f8fbfd,#f1f7fa)!important;
}

.ct-contact-form-v2 .ct-form-block-commercial {
  background:#fff!important;
}

.ct-contact-form-v2 .ct-form-block-head {
  margin-bottom:25px;
  padding-bottom:17px;
  border-bottom:1px solid #dae6ee;
}

.ct-contact-form-v2 .ct-form-block-head h4 {
  font-size:22px;
}

.ct-contact-form-v2 .ct-field-stack {
  display:grid;
  gap:17px;
}

.ct-contact-form-v2 .ct-field-row {
  margin-bottom:0!important;
}

.ct-contact-form-v2 input[type='text'],
.ct-contact-form-v2 input[type='email'],
.ct-contact-form-v2 input[type='tel'],
.ct-contact-form-v2 select,
.ct-contact-form-v2 textarea {
  min-height:54px!important;
  border-color:#c4d6e1!important;
  border-radius:6px!important;
  box-shadow:0 7px 18px rgba(12,52,88,.035)!important;
}

.ct-contact-form-v2 textarea {
  min-height:185px!important;
}

.ct-contact-form-v2 .ct-form-submit-panel {
  padding:30px 38px!important;
  border-top:1px solid #cbdde7;
  background:
    radial-gradient(circle at 100% 50%,rgba(31,151,200,.08),transparent 30%),
    linear-gradient(145deg,#eaf3f8,#f7fafc)!important;
}

.ct-contact-form-v2 .ct-submit,
.countertrade-contact-cf7 .ct-submit {
  min-width:300px!important;
  padding:17px 25px!important;
  border-radius:6px!important;
}

.ct-contact-form-v2 .ct-form-note {
  margin:0!important;
  padding:0 38px 25px!important;
  background:#f7fafc!important;
}

.countertrade-contact-cf7 form .wpcf7-response-output {
  margin:24px 38px 30px!important;
}

@media(max-width:1120px) {
  .ct-contact-command-head {
    grid-template-columns:1fr;
  }

  .ct-route-selector {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ct-route-choice:nth-child(2) {
    border-right:0;
  }

  .ct-route-choice:nth-child(-n+2) {
    border-bottom:1px solid #cfdee7;
  }
}

@media(max-width:860px) {
  .ct-contact-form-v2 .ct-form-header {
    grid-template-columns:1fr!important;
    padding:31px 24px!important;
  }

  .ct-contact-form-v2 .ct-form-fields {
    grid-template-columns:1fr!important;
  }

  .ct-contact-form-v2 .ct-form-block-half,
  .ct-contact-form-v2 .ct-form-block-full,
  .ct-contact-form-v2 .ct-form-submit-panel,
  .ct-contact-form-v2 .wpcf7-response-output,
  .ct-contact-form-v2 .ct-form-note {
    grid-column:1!important;
  }

  .ct-contact-form-v2 .ct-form-block {
    padding:27px 23px 30px!important;
  }
}

@media(max-width:620px) {
  .ct-contact-command-head {
    padding:28px 21px;
  }

  .ct-route-selector {
    grid-template-columns:1fr;
  }

  .ct-route-choice {
    min-height:auto;
    border-right:0;
    border-bottom:1px solid #cfdee7;
  }

  .ct-route-choice:last-child {
    border-bottom:0;
  }

  .ct-contact-form-v2 .ct-form-submit-panel {
    padding:25px 22px!important;
  }
}

/* ==============================================================
   V60 CLEAR OPERATING MODEL + GLOBAL SCROLL CONTROLS
   ============================================================== */

/* Keep the main site menu visible while the visitor scrolls. */
.ctu-header{
  position:fixed!important;
  z-index:9990!important;
  top:0!important;
  left:0!important;
  right:0!important;
  transform:translateZ(0);
  will-change:box-shadow,background-color;
}
body.admin-bar .ctu-header{top:32px!important}
.ctu-header.scrolled{
  background:rgba(3,11,27,.985)!important;
  box-shadow:0 18px 52px rgba(0,0,0,.38),inset 0 -1px 0 rgba(141,234,255,.16)!important;
}
html{scroll-padding-top:104px}

/* Clear and prominent application payment summary. */
.ct-application-review{
  display:block!important;
  margin:24px 0 0!important;
  border:2px solid #1687b5!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:#ffffff!important;
  box-shadow:0 28px 75px rgba(7,31,66,.22)!important;
}
.ct-application-review>div{
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
.ct-review-heading{
  padding:25px 28px!important;
  background:
    radial-gradient(circle at 90% 0,rgba(130,230,255,.18),transparent 34%),
    linear-gradient(145deg,#071a38,#0b3b6d)!important;
}
.ct-review-heading small{
  color:#82e6ff!important;
  font-size:8px!important;
  letter-spacing:.15em!important;
}
.ct-review-heading h3{
  margin:8px 0 7px!important;
  color:#ffffff!important;
  font-size:clamp(25px,2.5vw,36px)!important;
  line-height:1.08!important;
}
.ct-review-heading p{
  margin:0!important;
  color:#bed3e4!important;
  font-size:13px!important;
  line-height:1.6!important;
}
.ct-review-selections{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  border-bottom:1px solid #cbdde8!important;
  background:#eef6fa!important;
}
.ct-review-selections>div{
  min-width:0!important;
  padding:18px 21px!important;
  border-right:1px solid #cbdde8!important;
}
.ct-review-selections>div:last-child{border-right:0!important}
.ct-review-selections small,
.ct-review-breakdown small{
  display:block!important;
  color:#176f94!important;
  font-size:8px!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
.ct-review-selections strong,
.ct-review-breakdown strong{
  display:block!important;
  margin-top:7px!important;
  color:#071a34!important;
  font-size:14px!important;
  line-height:1.45!important;
}
.ct-review-fees{
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)!important;
  align-items:stretch!important;
}
.ct-review-breakdown{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  background:#ffffff!important;
}
.ct-review-breakdown>div{
  min-width:0!important;
  padding:24px 21px!important;
  border-right:1px solid #d6e3eb!important;
}
.ct-review-breakdown>div:last-child{border-right:0!important}
.ct-review-total{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-height:150px!important;
  padding:25px 28px!important;
  background:linear-gradient(145deg,#087a50,#075f42)!important;
  color:#ffffff!important;
}
.ct-review-total small{
  display:block!important;
  color:#c8ffe9!important;
  font-size:9px!important;
  letter-spacing:.15em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
.ct-review-total strong{
  display:block!important;
  margin-top:8px!important;
  color:#ffffff!important;
  font-size:clamp(30px,3.7vw,48px)!important;
  line-height:1!important;
  letter-spacing:-.03em!important;
}
.ct-review-total span{
  display:block!important;
  margin-top:11px!important;
  color:#d7f8e9!important;
  font-size:11px!important;
  line-height:1.5!important;
}
.ct-operations-acknowledgement{
  margin-top:16px!important;
  border:1px solid #c8dce9!important;
  border-radius:12px!important;
  box-shadow:0 12px 34px rgba(7,31,66,.08)!important;
}

/* A clear Back to Top control placed directly above the site footer. */
.ct-back-to-top-zone{
  display:flex;
  justify-content:center;
  padding:34px 20px;
  border-top:1px solid rgba(141,234,255,.13);
  border-bottom:1px solid rgba(141,234,255,.13);
  background:
    radial-gradient(circle at 50% 0,rgba(141,234,255,.10),transparent 48%),
    #05142c;
}
.ct-back-to-top-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:0 24px;
  border:1px solid rgba(141,234,255,.45);
  border-radius:999px;
  background:rgba(141,234,255,.08);
  color:#e9fbff;
  cursor:pointer;
  font:900 11px/1 Arial,sans-serif;
  letter-spacing:.11em;
  text-transform:uppercase;
  box-shadow:0 14px 35px rgba(0,0,0,.20);
  transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;
}
.ct-back-to-top-button:hover,
.ct-back-to-top-button:focus-visible{
  transform:translateY(-2px);
  background:#8deaff;
  color:#041022;
  box-shadow:0 18px 42px rgba(80,190,255,.24);
  outline:none;
}
.ct-back-to-top-button span{font-size:17px;line-height:1}

@media(max-width:1050px){
  .ct-review-fees{grid-template-columns:1fr!important}
  .ct-review-total{min-height:0!important}
}
@media(max-width:782px){body.admin-bar .ctu-header{top:46px!important}}
@media(max-width:720px){
  html{scroll-padding-top:88px}
  .ct-review-selections,
  .ct-review-breakdown{grid-template-columns:1fr!important}
  .ct-review-selections>div,
  .ct-review-breakdown>div{
    border-right:0!important;
    border-bottom:1px solid #d6e3eb!important;
  }
  .ct-review-selections>div:last-child,
  .ct-review-breakdown>div:last-child{border-bottom:0!important}
  .ct-review-heading,
  .ct-review-total{padding:23px 20px!important}
  .ct-back-to-top-zone{padding:28px 16px}
  .ct-back-to-top-button{width:100%;max-width:330px}
}


/* Countertrade V61 direct global scroll controls */
/* Countertrade V61: sticky header and Back to Top control on every page. */
:root{
  --ct-sticky-admin-offset:0px;
  --ct-sticky-header-height:82px;
}
body.admin-bar{--ct-sticky-admin-offset:32px}
.ctu-header,
.ct-global-header,
header[data-global-component="header-v1"]{
  position:fixed!important;
  top:var(--ct-sticky-admin-offset)!important;
  right:0!important;
  left:0!important;
  z-index:99990!important;
  transform:translateZ(0)!important;
  will-change:box-shadow,background-color!important;
}
.ctu-header.ct-sticky-header-scrolled,
.ct-global-header.ct-sticky-header-scrolled,
header[data-global-component="header-v1"].ct-sticky-header-scrolled{
  background:rgba(3,11,27,.992)!important;
  box-shadow:0 18px 52px rgba(0,0,0,.42),inset 0 -1px 0 rgba(141,234,255,.18)!important;
}
html{
  scroll-padding-top:calc(var(--ct-sticky-header-height) + var(--ct-sticky-admin-offset) + 18px)!important;
}
.ct-back-to-top-zone{
  display:flex!important;
  justify-content:center!important;
  width:100%!important;
  margin:0!important;
  padding:34px 20px!important;
  border-top:1px solid rgba(141,234,255,.13)!important;
  border-bottom:1px solid rgba(141,234,255,.13)!important;
  background:radial-gradient(circle at 50% 0,rgba(141,234,255,.10),transparent 48%),#05142c!important;
  box-sizing:border-box!important;
}
.ct-back-to-top-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:52px!important;
  padding:0 26px!important;
  border:1px solid rgba(141,234,255,.52)!important;
  border-radius:999px!important;
  background:rgba(141,234,255,.10)!important;
  color:#effcff!important;
  cursor:pointer!important;
  font:900 11px/1 Arial,sans-serif!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  box-shadow:0 14px 35px rgba(0,0,0,.24)!important;
  transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease!important;
}
.ct-back-to-top-button:hover,
.ct-back-to-top-button:focus-visible{
  transform:translateY(-2px)!important;
  background:#8deaff!important;
  color:#041022!important;
  box-shadow:0 18px 42px rgba(80,190,255,.28)!important;
  outline:none!important;
}
.ct-back-to-top-button span{font-size:18px!important;line-height:1!important}
@media(max-width:782px){body.admin-bar{--ct-sticky-admin-offset:46px}}
@media(max-width:720px){
  :root{--ct-sticky-header-height:72px}
  .ct-back-to-top-zone{padding:28px 16px!important}
  .ct-back-to-top-button{width:100%!important;max-width:340px!important}
}


/* ==============================================================
   V62 CONDITIONAL OPERATING CHOICE + FULL CONTENT EXPANSION
   ============================================================== */
.ct-run-choice-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  padding:22px;
  border:1px solid #c8dce9;
  background:#f3f8fb;
}
.ct-run-choice{
  appearance:none;
  width:100%;
  min-width:0;
  display:grid;
  grid-template-columns:34px minmax(0,1fr) minmax(150px,.42fr);
  gap:16px;
  align-items:center;
  padding:25px;
  border:2px solid #c8dce9;
  border-radius:14px;
  background:linear-gradient(145deg,#fff,#f7fafc);
  color:#071a34;
  text-align:left;
  cursor:pointer;
  box-shadow:0 16px 40px rgba(10,49,82,.08);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.ct-run-choice:hover{transform:translateY(-2px);border-color:#76b9d5;box-shadow:0 22px 50px rgba(10,49,82,.13)}
.ct-run-choice:focus-visible{outline:0;box-shadow:0 0 0 4px rgba(31,150,198,.18),0 22px 50px rgba(10,49,82,.13)}
.ct-run-choice.is-selected{border-color:#087a50;background:linear-gradient(145deg,#eafaf2,#fff);box-shadow:inset 5px 0 0 #087a50,0 24px 55px rgba(8,122,80,.14)}
.ct-run-choice-check{width:28px;height:28px;display:grid;place-items:center;border:2px solid #9db0bf;border-radius:7px;background:#fff;box-shadow:inset 0 0 0 4px #fff}
.ct-run-choice.is-selected .ct-run-choice-check{border-color:#087a50;background:#087a50}
.ct-run-choice.is-selected .ct-run-choice-check:after{content:'✓';color:#fff;font-size:16px;font-weight:900}
.ct-run-choice-copy small{display:block;color:#1a7295;font-size:8px;letter-spacing:.13em;font-weight:900}
.ct-run-choice-copy strong{display:block;margin-top:8px;color:#071a34;font-size:clamp(20px,1.7vw,27px);line-height:1.12}
.ct-run-choice-copy em{display:block;margin-top:10px;color:#5b7084;font-size:12px;line-height:1.6;font-style:normal}
.ct-run-choice-fee{min-width:150px;padding:14px;border-radius:9px;background:#071f42;text-align:right}
.ct-run-choice-fee small{display:block;color:#82e6ff;font-size:7px;letter-spacing:.11em;font-weight:900}
.ct-run-choice-fee strong{display:block;margin-top:7px;color:#fff;font-size:12px;line-height:1.4}
.ct-owner-choice-note{display:grid;gap:6px;padding:20px 24px;border:1px solid #bfe0cf;border-top:0;background:#edf9f3;color:#496b5c;font-size:12px;line-height:1.65}
.ct-owner-choice-note strong{color:#075f42;font-size:14px}
.ct-dfy-package-shell[hidden],.ct-owner-choice-note[hidden]{display:none!important}
.ct-dfy-package-shell{animation:ctDfyReveal .28s ease both}
@keyframes ctDfyReveal{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
.ct-dfy-package-shell .ct-dfy-package-intro{border-top:0}
.ct-application-review{clear:both;position:relative;z-index:1}
#application,.countertrade-application-experience,#countertrade-license-selector,#countertrade-operations-selector{
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  contain:none!important;
}
#application details[open],#application details[open]>*{max-height:none!important;overflow:visible!important}
@media(max-width:1050px){
  .ct-run-choice-grid{grid-template-columns:1fr}
}
@media(max-width:720px){
  .ct-run-choice-grid{padding:14px}
  .ct-run-choice{grid-template-columns:30px 1fr;padding:21px 18px}
  .ct-run-choice-fee{grid-column:1/-1;min-width:0;text-align:left}
}
