
/* 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(3,minmax(145px,.9fr)) minmax(165px,1fr);
}

.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 > span {
  display:flex;
  align-items:center;
  gap:10px;
}

.ct-license-details summary > span::before {
  content:'+';
  display:grid;
  place-items:center;
  flex:0 0 22px;
  width:22px;
  height:22px;
  border:2px solid currentColor;
  border-radius:50%;
  font-size:18px;
  line-height:1;
  font-weight:900;
}

.ct-license-details[open] summary > span::before {
  content:'−';
}


.ct-license-details[open] summary b {
  font-size:0;
}

.ct-license-details[open] summary b::after {
  content:'Close Package';
  font-size:8px;
}

.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/7;
  }

  .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}
}


/* V68 application success state */
.countertrade-application-success {
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(41, 214, 164, .45);
  background: rgba(41, 214, 164, .1);
  color: #07533f;
  font-weight: 800;
  line-height: 1.5;
}
.countertrade-application-cf7 form[aria-busy="true"] {
  pointer-events: none;
}


/* V73 — single license fee column and projected monthly income */


@media(max-width:620px) {
  .ct-license-details summary {
    align-items:center;
    gap:10px;
    padding:15px 14px;
  }

  .ct-license-details summary > span {
    line-height:1.35;
  }

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

/* V74 — Foundation Exchange tier and explicit plus/minus license accordions */

/* ==============================================================
   V75 — GUIDED, WORLD-CLASS APPLICATION EXPERIENCE
   ============================================================== */
.countertrade-application-experience{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 340px!important;
  grid-template-rows:auto auto!important;
  gap:30px!important;
  align-items:start!important;
  width:100%!important;
  max-width:1460px!important;
  margin:0 auto!important;
}
#countertrade-license-selector{
  grid-column:1!important;
  grid-row:1!important;
  min-width:0!important;
}
.ct-form-stage{
  grid-column:1!important;
  grid-row:2!important;
  min-width:0!important;
}
.countertrade-application-experience>.ct-application-review{
  grid-column:2!important;
  grid-row:1 / span 2!important;
  align-self:start!important;
}
.ct-license-selector.ct-application-flow{
  width:100%!important;
  margin:0!important;
  color:#071a34!important;
}

.ct-application-progress{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  margin:0 0 20px!important;
  overflow:hidden!important;
  border:1px solid #c9dce8!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 18px 48px rgba(7,31,66,.10)!important;
}
.ct-application-progress button{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:72px!important;
  padding:13px 16px!important;
  border:0!important;
  border-right:1px solid #d5e3ec!important;
  background:#fff!important;
  color:#6a7f92!important;
  cursor:pointer!important;
  font:800 11px/1.2 Arial,sans-serif!important;
  text-transform:uppercase!important;
  letter-spacing:.07em!important;
}
.ct-application-progress button:last-child{border-right:0!important}
.ct-application-progress button:disabled{cursor:not-allowed!important;opacity:.56!important}
.ct-application-progress button span{
  display:grid!important;
  place-items:center!important;
  width:32px!important;
  height:32px!important;
  flex:0 0 32px!important;
  border:1px solid #b9cbd7!important;
  border-radius:50%!important;
  background:#eef4f8!important;
  color:#526a7e!important;
  font-size:11px!important;
}
.ct-application-progress button.is-current{
  background:linear-gradient(145deg,#071b3b,#0a3565)!important;
  color:#fff!important;
}
.ct-application-progress button.is-current span{
  border-color:#82e6ff!important;
  background:#13789e!important;
  color:#fff!important;
}
.ct-application-progress button.is-complete:not(.is-current){
  background:#edf9f3!important;
  color:#087a50!important;
}
.ct-application-progress button.is-complete:not(.is-current) span{
  border-color:#087a50!important;
  background:#087a50!important;
  color:#fff!important;
}
.ct-application-progress button.is-complete:not(.is-current) span::before{content:'✓'}
.ct-application-progress button.is-complete:not(.is-current) span{font-size:0!important}
.ct-application-progress button.is-complete:not(.is-current) span::before{font-size:14px!important}

.ct-flow-step{
  margin:0 0 22px!important;
  overflow:hidden!important;
  border:1px solid #c8dce9!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 26px 70px rgba(7,31,66,.13)!important;
}
.ct-step-panel{display:block!important}
.ct-application-js .ct-flow-step.is-collapsed>.ct-step-panel,
.ct-application-js .ct-flow-step.is-locked>.ct-step-panel{
  display:none!important;
}
.ct-step-complete-bar{
  display:none!important;
  grid-template-columns:44px minmax(0,1fr) auto!important;
  gap:14px!important;
  align-items:center!important;
  min-height:82px!important;
  padding:17px 22px!important;
  background:linear-gradient(90deg,#eef9f4,#fff)!important;
}
.ct-application-js .ct-flow-step.is-collapsed>.ct-step-complete-bar{display:grid!important}
.ct-step-complete-check{
  display:grid!important;
  place-items:center!important;
  width:40px!important;
  height:40px!important;
  border-radius:50%!important;
  background:#087a50!important;
  color:#fff!important;
  font-size:17px!important;
  font-weight:900!important;
}
.ct-step-complete-bar small{
  display:block!important;
  color:#087a50!important;
  font-size:8px!important;
  letter-spacing:.14em!important;
  font-weight:900!important;
}
.ct-step-complete-bar strong{
  display:block!important;
  margin-top:5px!important;
  color:#071a34!important;
  font-size:15px!important;
  line-height:1.4!important;
}
.ct-step-complete-bar button{
  min-height:40px!important;
  padding:0 16px!important;
  border:1px solid #9fc1d3!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#0c5e82!important;
  cursor:pointer!important;
  font-size:9px!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}

.ct-step-heading{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 300px!important;
  gap:30px!important;
  align-items:center!important;
  padding:36px 38px!important;
  background:
    radial-gradient(circle at 90% 0,rgba(130,230,255,.15),transparent 38%),
    linear-gradient(145deg,#061a38,#0a3564)!important;
}
.ct-step-heading h2{
  margin:10px 0 10px!important;
  color:#fff!important;
  font-size:clamp(32px,3.4vw,50px)!important;
  line-height:1!important;
  letter-spacing:-.035em!important;
}
.ct-step-heading p{
  max-width:760px!important;
  margin:0!important;
  color:#bdd0df!important;
  font-size:14px!important;
  line-height:1.7!important;
}
.ct-step-heading .ct-license-selection-status{
  min-height:86px!important;
  margin:0!important;
  padding:18px!important;
  border-radius:12px!important;
}
.ct-license-eyebrow{
  color:#82e6ff!important;
  font-size:9px!important;
  letter-spacing:.17em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}

.ct-license-tabs{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  padding:18px!important;
  border-bottom:1px solid #d2e1ea!important;
  background:#eff6fa!important;
}
.ct-license-tabs button{
  min-height:72px!important;
  padding:13px 16px!important;
  border:1px solid #c5d8e4!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#496477!important;
  cursor:pointer!important;
  text-align:left!important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease!important;
}
.ct-license-tabs button:hover{transform:translateY(-1px)!important;border-color:#73bad8!important}
.ct-license-tabs button span{
  display:block!important;
  color:#0b3159!important;
  font-size:16px!important;
  font-weight:900!important;
}
.ct-license-tabs button small{
  display:block!important;
  margin-top:5px!important;
  color:#6d8294!important;
  font-size:9px!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  font-weight:800!important;
}
.ct-license-tabs button.is-active{
  border-color:#1687b5!important;
  background:linear-gradient(145deg,#e9f8ff,#fff)!important;
  box-shadow:inset 0 0 0 1px #1687b5,0 12px 28px rgba(22,135,181,.12)!important;
}
.ct-license-tabs button.is-active span{color:#087a50!important}

.ct-license-card-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  padding:22px!important;
  background:#f5f9fc!important;
}
.ct-license-card-grid>.ct-license-tier[hidden]{display:none!important}
.ct-license-tier.ct-license-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  overflow:hidden!important;
  border:1px solid #cddde8!important;
  border-radius:16px!important;
  background:#fff!important;
  cursor:pointer!important;
  box-shadow:0 14px 36px rgba(9,48,81,.075)!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
.ct-license-tier.ct-license-card:hover{
  transform:translateY(-3px)!important;
  border-color:#78b9d3!important;
  background:#fff!important;
  box-shadow:0 22px 48px rgba(9,48,81,.13)!important;
}
.ct-license-tier.ct-license-card:focus-visible{
  outline:none!important;
  box-shadow:0 0 0 4px rgba(22,135,181,.18),0 22px 48px rgba(9,48,81,.13)!important;
}
.ct-license-tier.ct-license-card.is-selected{
  border:2px solid #087a50!important;
  background:linear-gradient(145deg,#f0fbf6,#fff)!important;
  box-shadow:0 24px 55px rgba(8,122,80,.16)!important;
}
.ct-license-card-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 34px!important;
  gap:12px!important;
  align-items:start!important;
  padding:23px 22px 17px!important;
}
.ct-license-card-head small{
  display:block!important;
  color:#1687b5!important;
  font-size:8px!important;
  letter-spacing:.13em!important;
  font-weight:900!important;
}
.ct-license-card-head h3{
  margin:7px 0 0!important;
  color:#071a34!important;
  font-size:22px!important;
  line-height:1.12!important;
}
.ct-license-card .ct-license-check{
  width:30px!important;
  height:30px!important;
  border:2px solid #9db0bf!important;
  border-radius:8px!important;
  background:#fff!important;
}
.ct-license-card.is-selected .ct-license-check{
  border-color:#087a50!important;
  background:#087a50!important;
}
.ct-license-card.is-selected .ct-license-check::after{
  content:'✓'!important;
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:900!important;
}
.ct-license-fee{
  padding:20px 22px!important;
  background:linear-gradient(145deg,#071a3d,#0c315d)!important;
}
.ct-license-fee small,
.ct-license-credit small,
.ct-license-income-grid small{
  display:block!important;
  color:#7c91a3!important;
  font-size:8px!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
.ct-license-fee small{color:#8deaff!important}
.ct-license-fee strong{
  display:block!important;
  margin-top:7px!important;
  color:#fff!important;
  font-size:30px!important;
  line-height:1!important;
  letter-spacing:-.025em!important;
}
.ct-license-credit{
  padding:20px 22px 17px!important;
  border-bottom:1px solid #dbe6ed!important;
}
.ct-license-credit strong{
  display:block!important;
  margin-top:7px!important;
  color:#087a50!important;
  font-size:20px!important;
  line-height:1.2!important;
}
.ct-license-income-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  border-bottom:1px solid #dbe6ed!important;
}
.ct-license-income-grid>div{
  min-width:0!important;
  padding:17px 16px 18px!important;
  border-right:1px solid #dbe6ed!important;
}
.ct-license-income-grid>div:last-child{border-right:0!important}
.ct-license-income-grid strong{
  display:block!important;
  margin-top:7px!important;
  color:#173d59!important;
  font-size:13px!important;
  line-height:1.35!important;
}
.ct-license-best{
  flex:1 1 auto!important;
  min-height:92px!important;
  margin:0!important;
  padding:18px 22px!important;
  color:#5e7285!important;
  font-size:12px!important;
  line-height:1.62!important;
}
.ct-license-best strong{color:#071a34!important}
.ct-license-card-actions{
  display:grid!important;
  gap:9px!important;
  padding:0 22px 22px!important;
}
.ct-license-card-actions button{
  width:100%!important;
  min-height:44px!important;
  padding:11px 14px!important;
  border-radius:8px!important;
  cursor:pointer!important;
  font-size:9px!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
.ct-license-select-button{
  border:0!important;
  background:#0c426f!important;
  color:#fff!important;
}
.ct-license-select-button:hover,
.ct-license-card.is-selected .ct-license-select-button{background:#087a50!important}
.ct-license-card.is-selected .ct-license-select-button::after{content:' ✓'!important}
.ct-license-inclusions-button{
  border:1px solid #b5ccda!important;
  background:#f2f8fb!important;
  color:#0c668b!important;
}
.ct-license-inclusions-button:hover{border-color:#1687b5!important;background:#e5f5fc!important}

.ct-license-comparison-cta{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:20px!important;
  align-items:center!important;
  margin:0 22px 22px!important;
  padding:20px 22px!important;
  border:1px solid #c9dce8!important;
  border-radius:14px!important;
  background:#fff!important;
}
.ct-license-comparison-cta strong{
  display:block!important;
  color:#071a34!important;
  font-size:15px!important;
}
.ct-license-comparison-cta span{
  display:block!important;
  margin-top:5px!important;
  color:#687e91!important;
  font-size:11px!important;
  line-height:1.55!important;
}
.ct-license-comparison-cta button{
  min-height:46px!important;
  padding:0 19px!important;
  border:1px solid #1687b5!important;
  border-radius:8px!important;
  background:#eaf8fe!important;
  color:#0a668c!important;
  cursor:pointer!important;
  font-size:9px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
.ct-step-actions{
  display:flex!important;
  justify-content:flex-end!important;
  padding:0 22px 24px!important;
}
.ct-step-continue{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:52px!important;
  padding:0 24px!important;
  border:0!important;
  border-radius:9px!important;
  background:linear-gradient(135deg,#087a50,#075f40)!important;
  color:#fff!important;
  cursor:pointer!important;
  font-size:10px!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
  box-shadow:0 14px 30px rgba(8,122,80,.20)!important;
}
.ct-step-continue span{font-size:16px!important}
.ct-step-continue:disabled{
  background:#a9b9c4!important;
  cursor:not-allowed!important;
  box-shadow:none!important;
}

.ct-run-mode-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  padding:22px!important;
  background:#f4f8fb!important;
}
.ct-run-mode-choice{
  position:relative!important;
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  gap:16px!important;
  min-width:0!important;
  padding:25px!important;
  overflow:visible!important;
  border:1px solid #cadbe6!important;
  border-radius:16px!important;
  background:#fff!important;
  cursor:pointer!important;
  box-shadow:0 14px 35px rgba(8,44,76,.075)!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
.ct-run-mode-choice:hover{transform:translateY(-2px)!important;border-color:#78b9d3!important}
.ct-run-mode-choice.is-selected{
  border:2px solid #087a50!important;
  background:linear-gradient(145deg,#eefaf4,#fff)!important;
  box-shadow:0 22px 48px rgba(8,122,80,.14)!important;
}
.ct-run-mode-choice .ct-operations-check,
.ct-run-mode-icon{
  width:32px!important;
  height:32px!important;
  display:grid!important;
  place-items:center!important;
  border:2px solid #9db0bf!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#0c668b!important;
  font-size:9px!important;
  font-weight:900!important;
}
.ct-run-mode-choice.is-selected .ct-operations-check,
.ct-run-mode-choice.is-selected .ct-run-mode-icon{
  border-color:#087a50!important;
  background:#087a50!important;
  color:#fff!important;
}
.ct-run-mode-choice.is-selected .ct-operations-check::after{content:'✓'!important;color:#fff!important;font-size:16px!important}
.ct-run-mode-choice small{
  display:block!important;
  color:#1687b5!important;
  font-size:8px!important;
  letter-spacing:.13em!important;
  font-weight:900!important;
}
.ct-run-mode-choice h3{
  margin:7px 0 9px!important;
  color:#071a34!important;
  font-size:24px!important;
  line-height:1.12!important;
}
.ct-run-mode-choice p{
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  color:#5d7285!important;
  font-size:13px!important;
  line-height:1.65!important;
}
.ct-run-mode-choice ul{
  display:grid!important;
  gap:7px!important;
  margin:16px 0 20px!important;
  padding:0!important;
  list-style:none!important;
}
.ct-run-mode-choice li{
  position:relative!important;
  padding-left:18px!important;
  color:#36586f!important;
  font-size:11px!important;
  line-height:1.5!important;
}
.ct-run-mode-choice li::before{
  content:'✓'!important;
  position:absolute!important;
  left:0!important;
  color:#087a50!important;
  font-weight:900!important;
}
.ct-run-mode-choice>button{
  grid-column:1/-1!important;
  min-height:46px!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:8px!important;
  background:#0c426f!important;
  color:#fff!important;
  cursor:pointer!important;
  font-size:9px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
.ct-run-mode-choice>button:hover,
.ct-run-mode-choice.is-selected>button{background:#087a50!important}

.ct-dfy-coverage{
  margin:0 22px 22px!important;
  overflow:hidden!important;
  border:1px solid #bfd5e2!important;
  border-radius:17px!important;
  background:#f6fafc!important;
  box-shadow:0 20px 50px rgba(7,31,66,.10)!important;
}
.ct-dfy-coverage[hidden]{display:none!important}
.ct-dfy-coverage>header{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:20px!important;
  align-items:center!important;
  padding:27px 28px!important;
  background:linear-gradient(145deg,#071b3b,#0b3d6f)!important;
}
.ct-dfy-coverage>header small{
  color:#82e6ff!important;
  font-size:8px!important;
  letter-spacing:.14em!important;
  font-weight:900!important;
}
.ct-dfy-coverage>header h3{
  margin:7px 0 7px!important;
  color:#fff!important;
  font-size:30px!important;
  line-height:1.08!important;
}
.ct-dfy-coverage>header p{
  margin:0!important;
  color:#bdd0df!important;
  font-size:12px!important;
  line-height:1.6!important;
}
.ct-close-dfy-coverage{
  min-height:42px!important;
  padding:0 15px!important;
  border:1px solid rgba(255,255,255,.25)!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.07)!important;
  color:#e8f9ff!important;
  cursor:pointer!important;
  font-size:8px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
.ct-dfy-service-ladder{
  display:grid!important;
  gap:10px!important;
  padding:18px!important;
}
.ct-operations-card.ct-dfy-row{
  position:relative!important;
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr) 185px 132px!important;
  gap:15px!important;
  align-items:center!important;
  min-width:0!important;
  overflow:visible!important;
  padding:18px!important;
  border:1px solid #cadce7!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:none!important;
  cursor:pointer!important;
  transform:none!important;
}
.ct-operations-card.ct-dfy-row:hover{border-color:#75bad5!important;box-shadow:0 10px 26px rgba(8,44,76,.08)!important}
.ct-operations-card.ct-dfy-row.is-selected{
  border:2px solid #087a50!important;
  background:#effaf5!important;
  box-shadow:inset 4px 0 0 #087a50!important;
}
.ct-operations-card.ct-dfy-row.ct-operations-featured::before{display:none!important}
.ct-dfy-row .ct-operations-check{
  width:28px!important;
  height:28px!important;
  border:2px solid #9db0bf!important;
  border-radius:50%!important;
  background:#fff!important;
}
.ct-dfy-row.is-selected .ct-operations-check{border-color:#087a50!important;background:#087a50!important}
.ct-dfy-row.is-selected .ct-operations-check::after{content:'✓'!important;color:#fff!important;font-size:14px!important}
.ct-dfy-row-copy small{
  display:block!important;
  color:#1687b5!important;
  font-size:7px!important;
  letter-spacing:.11em!important;
  font-weight:900!important;
}
.ct-dfy-row.ct-operations-featured .ct-dfy-row-copy small{color:#087a50!important}
.ct-dfy-row-copy h4{
  margin:5px 0 4px!important;
  color:#071a34!important;
  font-size:17px!important;
  line-height:1.2!important;
}
.ct-dfy-row-copy p{
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  color:#64798b!important;
  font-size:11px!important;
  line-height:1.5!important;
}
.ct-dfy-row-pricing{
  padding:11px 13px!important;
  border-radius:9px!important;
  background:#071f42!important;
}
.ct-dfy-row-pricing small{
  display:block!important;
  color:#82e6ff!important;
  font-size:7px!important;
  letter-spacing:.08em!important;
  font-weight:900!important;
}
.ct-dfy-row-pricing strong{
  display:block!important;
  margin-top:5px!important;
  color:#fff!important;
  font-size:16px!important;
}
.ct-dfy-row-pricing span,
.ct-dfy-row-pricing em{
  display:block!important;
  margin-top:3px!important;
  color:#bfd4e4!important;
  font-size:9px!important;
  line-height:1.35!important;
  font-style:normal!important;
}
.ct-dfy-row-actions{display:grid!important;gap:7px!important}
.ct-dfy-row-actions button{
  min-height:34px!important;
  padding:7px 10px!important;
  border-radius:7px!important;
  cursor:pointer!important;
  font-size:8px!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
.ct-package-scope-button{border:1px solid #acc7d7!important;background:#edf6fa!important;color:#0b668b!important}
.ct-operation-select{border:0!important;background:#0c426f!important;color:#fff!important}
.ct-dfy-row.is-selected .ct-operation-select{background:#087a50!important}
.ct-dfy-row.is-selected .ct-operation-select::after{content:' ✓'!important}

.ct-package-shared-detail{
  margin:0 18px 18px!important;
  overflow:hidden!important;
  border:1px solid #cbdce7!important;
  border-radius:13px!important;
  background:#fff!important;
}
.ct-package-detail-placeholder{
  display:flex!important;
  gap:15px!important;
  align-items:center!important;
  min-height:108px!important;
  padding:22px!important;
  color:#61778a!important;
}
.ct-package-detail-placeholder>span{
  display:grid!important;
  place-items:center!important;
  width:40px!important;
  height:40px!important;
  flex:0 0 40px!important;
  border-radius:50%!important;
  background:#eaf6fb!important;
  color:#1687b5!important;
  font-size:18px!important;
}
.ct-package-detail-placeholder strong{display:block!important;color:#071a34!important;font-size:14px!important}
.ct-package-detail-placeholder p{margin:5px 0 0!important;font-size:11px!important;line-height:1.55!important}
.ct-package-detail-content{padding:24px!important}
.ct-package-detail-title{
  margin:-24px -24px 20px!important;
  padding:23px 24px!important;
  background:#eaf6fb!important;
}
.ct-package-detail-title small{color:#087a50!important;font-size:8px!important;letter-spacing:.12em!important;font-weight:900!important}
.ct-package-detail-title h4{margin:6px 0 5px!important;color:#071a34!important;font-size:25px!important}
.ct-package-detail-title p{margin:0!important;color:#557084!important;font-size:12px!important}
.ct-package-detail-content .ct-package-facts{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:9px!important;
  margin:0 0 17px!important;
}
.ct-package-detail-content .ct-package-facts>div{padding:13px!important;border:1px solid #cfe0e9!important;background:#f8fbfd!important}
.ct-package-detail-content .ct-scope-columns{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:13px!important}
.ct-package-detail-content .ct-scope-columns section{padding:17px!important;border:1px solid #cae2d7!important;background:#eef9f4!important}
.ct-package-detail-content .ct-scope-columns .ct-scope-exclusions{border-color:#ead7c7!important;background:#fff8f1!important}
.ct-package-detail-content h4{margin:0 0 11px!important;color:#071a34!important;font-size:13px!important}
.ct-package-detail-content ul{display:grid!important;gap:8px!important;margin:0!important;padding:0!important;list-style:none!important}
.ct-package-detail-content li{position:relative!important;padding-left:18px!important;color:#526b7f!important;font-size:11px!important;line-height:1.55!important}
.ct-package-detail-content li::before{content:'✓'!important;position:absolute!important;left:0!important;color:#087a50!important;font-weight:900!important}
.ct-package-detail-content .ct-scope-exclusions li::before{content:'—'!important;color:#a45b28!important}
.ct-package-detail-content>p{margin:16px 0 0!important;padding:14px!important;border-left:3px solid #1c96c6!important;background:#e5f3fa!important;color:#426077!important;font-size:11px!important;line-height:1.55!important}
.ct-confirm-package{
  width:100%!important;
  min-height:46px!important;
  margin-top:17px!important;
  border:0!important;
  border-radius:8px!important;
  background:#087a50!important;
  color:#fff!important;
  cursor:pointer!important;
  font-size:9px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}

.ct-operations-acknowledgement{
  display:grid!important;
  grid-template-columns:26px minmax(0,1fr)!important;
  gap:13px!important;
  align-items:start!important;
  margin:0 22px 18px!important;
  padding:18px 20px!important;
  border:1px solid #c7d9e5!important;
  border-radius:12px!important;
  background:#fffaf0!important;
  color:#5f7180!important;
  font-size:11px!important;
  line-height:1.6!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
.ct-operations-acknowledgement input{
  width:23px!important;
  height:23px!important;
  margin:1px 0 0!important;
  accent-color:#087a50!important;
}
.ct-operations-acknowledgement strong{display:block!important;color:#071a34!important;font-size:12px!important}
.ct-operations-selector.is-ack-error .ct-operations-acknowledgement{
  border-color:#d56868!important;
  background:#fff2f2!important;
  box-shadow:inset 4px 0 0 #c34f4f!important;
}

/* Sticky desktop summary. */
.countertrade-application-experience>.ct-application-review{
  position:sticky!important;
  top:118px!important;
  z-index:15!important;
  display:block!important;
  width:100%!important;
  margin:0!important;
  overflow:hidden!important;
  border:1px solid #1687b5!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 24px 60px rgba(7,31,66,.18)!important;
}
.countertrade-application-experience>.ct-application-review>div{
  min-width:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
.countertrade-application-experience>.ct-application-review .ct-review-heading{
  padding:24px 23px!important;
  background:linear-gradient(145deg,#071a38,#0b3b6d)!important;
}
.countertrade-application-experience>.ct-application-review .ct-review-heading small{color:#82e6ff!important;font-size:8px!important;letter-spacing:.14em!important;font-weight:900!important}
.countertrade-application-experience>.ct-application-review .ct-review-heading h3{margin:7px 0 6px!important;color:#fff!important;font-size:27px!important;line-height:1.05!important}
.countertrade-application-experience>.ct-application-review .ct-review-heading p{margin:0!important;color:#bfd2e1!important;font-size:11px!important;line-height:1.55!important}
.ct-review-line{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:10px!important;
  align-items:center!important;
  padding:17px 19px!important;
  border-bottom:1px solid #d7e4ec!important;
  background:#f6fafc!important;
}
.ct-review-line small,
.countertrade-application-experience>.ct-application-review .ct-review-breakdown small{
  display:block!important;
  color:#167294!important;
  font-size:7px!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
.ct-review-line strong,
.countertrade-application-experience>.ct-application-review .ct-review-breakdown strong{
  display:block!important;
  margin-top:5px!important;
  color:#071a34!important;
  font-size:13px!important;
  line-height:1.4!important;
}
.ct-review-line span{display:block!important;margin-top:3px!important;color:#6a7f90!important;font-size:10px!important;line-height:1.4!important}
.ct-review-line button{
  padding:7px 10px!important;
  border:1px solid #b6cedc!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#0c668b!important;
  cursor:pointer!important;
  font-size:7px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
.countertrade-application-experience>.ct-application-review .ct-review-breakdown{
  display:grid!important;
  grid-template-columns:1fr!important;
  background:#fff!important;
}
.countertrade-application-experience>.ct-application-review .ct-review-breakdown>div{
  padding:14px 19px!important;
  border-right:0!important;
  border-bottom:1px solid #dbe6ed!important;
}
.countertrade-application-experience>.ct-application-review .ct-review-total{
  display:block!important;
  min-height:0!important;
  padding:21px 19px!important;
  background:linear-gradient(145deg,#087a50,#075f42)!important;
}
.countertrade-application-experience>.ct-application-review .ct-review-total small{color:#c8ffe9!important;font-size:8px!important;letter-spacing:.13em!important;font-weight:900!important}
.countertrade-application-experience>.ct-application-review .ct-review-total strong{display:block!important;margin-top:7px!important;color:#fff!important;font-size:32px!important;line-height:1!important}
.countertrade-application-experience>.ct-application-review .ct-review-total span{display:block!important;margin-top:8px!important;color:#d7f8e9!important;font-size:9px!important;line-height:1.45!important}
.ct-summary-primary-action{
  width:calc(100% - 38px)!important;
  min-height:48px!important;
  margin:18px 19px 10px!important;
  border:0!important;
  border-radius:8px!important;
  background:#0c426f!important;
  color:#fff!important;
  cursor:pointer!important;
  font-size:9px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
.ct-summary-primary-action:hover{background:#087a50!important}
.ct-summary-disclosure{
  margin:0!important;
  padding:0 19px 19px!important;
  color:#748696!important;
  font-size:8px!important;
  line-height:1.5!important;
}

.ct-mobile-summary{display:none!important}

/* Step 3 and Step 4 applicant form. */
.ct-form-stage{
  margin:0!important;
  overflow:hidden!important;
  border:1px solid #c8dce9!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 26px 70px rgba(7,31,66,.13)!important;
}
.ct-form-stage-heading{
  padding:34px 38px!important;
  background:linear-gradient(145deg,#071a38,#0a3564)!important;
}
.ct-form-stage-heading h2{
  margin:10px 0 9px!important;
  color:#fff!important;
  font-size:clamp(31px,3.2vw,48px)!important;
  line-height:1!important;
  letter-spacing:-.035em!important;
}
.ct-form-stage-heading p{
  max-width:780px!important;
  margin:0!important;
  color:#bdd0df!important;
  font-size:13px!important;
  line-height:1.65!important;
}
.ct-form-stage .countertrade-application-cf7{padding:22px!important;background:#f4f8fb!important}
.countertrade-application-cf7 .tcb-form-card,
.countertrade-application-cf7>.app-form-card{
  overflow:hidden!important;
  padding:0!important;
  border:1px solid #cbdce7!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 16px 42px rgba(7,31,66,.09)!important;
}
.countertrade-application-cf7 .tcb-form-card::before{content:none!important;display:none!important}
.countertrade-application-cf7 .app-form-card-head{display:none!important}
.countertrade-application-cf7 .app-form-fields{padding:0!important}
.ct-cf7-information-block{
  display:block!important;
  padding:25px 27px 28px!important;
  border-bottom:1px solid #d8e4ec!important;
}
.ct-cf7-information-block:last-child{border-bottom:0!important}
.ct-cf7-block-heading,
.ct-final-review-heading{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:13px!important;
  align-items:start!important;
  margin:0 0 20px!important;
  padding:0 0 16px!important;
  border-bottom:1px solid #dbe6ed!important;
}
.ct-injected-form-heading{
  margin:26px 0 18px!important;
}
.ct-injected-form-heading:first-child{margin-top:0!important}
.ct-cf7-block-heading>span,
.ct-final-review-heading>span{
  display:grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  border-radius:50%!important;
  background:#087a50!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:900!important;
}
.ct-cf7-block-heading small,
.ct-final-review-heading small{
  display:block!important;
  color:#1687b5!important;
  font-size:8px!important;
  letter-spacing:.13em!important;
  font-weight:900!important;
}
.ct-cf7-block-heading h3,
.ct-final-review-heading h3{
  margin:5px 0 0!important;
  color:#071a34!important;
  font-size:22px!important;
  line-height:1.15!important;
}
.ct-final-review-heading p{margin:6px 0 0!important;color:#61778a!important;font-size:11px!important;line-height:1.55!important}
.countertrade-application-cf7 .tcb-form-card>.ct-injected-form-heading,
.countertrade-application-cf7 .tcb-form-card>.tcb-frow{
  margin-left:27px!important;
  margin-right:27px!important;
}
.countertrade-application-cf7 .tcb-form-card>.ct-injected-form-heading:first-child{margin-top:27px!important}
.countertrade-application-cf7 .tcb-form-card>.tcb-frow:last-child{margin-bottom:28px!important}
.countertrade-application-cf7 .app-form-fields>.ct-cf7-block-heading,
.countertrade-application-cf7 .app-form-fields>label,
.countertrade-application-cf7 .app-form-fields>.app-field-row{
  margin-left:27px!important;
  margin-right:27px!important;
}
.countertrade-application-cf7 .app-form-fields>.ct-cf7-block-heading:first-child{margin-top:27px!important}
.countertrade-application-cf7 .app-form-fields>.app-checkbox{margin-top:22px!important}
.countertrade-application-cf7 .tcb-foot,
.countertrade-application-cf7 .ct-final-review-submit{
  margin:20px 0 0!important;
  padding:26px 27px!important;
  border:1px solid #c6dbe7!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 16px 42px rgba(7,31,66,.09)!important;
}
.countertrade-application-cf7 .ct-final-review-heading{margin-bottom:21px!important}
.countertrade-application-cf7 .tcb-submit-area{margin-top:18px!important}

/* Modals replace page-length accordions. */
body.ct-modal-open{overflow:hidden!important}
.ct-modal[hidden]{display:none!important}
.ct-modal{
  position:fixed!important;
  z-index:1000000!important;
  inset:0!important;
  display:grid!important;
  place-items:center!important;
  padding:24px!important;
}
.ct-modal-backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(1,9,22,.82)!important;
  backdrop-filter:blur(6px)!important;
}
.ct-modal-dialog{
  position:relative!important;
  z-index:1!important;
  width:min(1080px,calc(100vw - 40px))!important;
  max-height:calc(100vh - 48px)!important;
  overflow:hidden!important;
  border:1px solid rgba(130,230,255,.36)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 36px 110px rgba(0,0,0,.48)!important;
}
.ct-comparison-dialog{width:min(1320px,calc(100vw - 40px))!important}
.ct-modal-dialog>header{
  padding:27px 32px!important;
  background:linear-gradient(145deg,#071a38,#0b3b6d)!important;
}
.ct-modal-dialog>header small{color:#82e6ff!important;font-size:8px!important;letter-spacing:.14em!important;font-weight:900!important}
.ct-modal-dialog>header h3{margin:7px 44px 6px 0!important;color:#fff!important;font-size:clamp(28px,3vw,42px)!important;line-height:1.05!important}
.ct-modal-dialog>header p{margin:0!important;color:#bfd2e1!important;font-size:12px!important;line-height:1.55!important}
.ct-modal-close{
  position:absolute!important;
  z-index:3!important;
  top:18px!important;
  right:18px!important;
  width:40px!important;
  height:40px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  cursor:pointer!important;
  font-size:25px!important;
  line-height:1!important;
}
.ct-modal-scroll{
  max-height:calc(100vh - 185px)!important;
  overflow:auto!important;
  padding:24px!important;
  overscroll-behavior:contain!important;
}
.ct-inclusion-modal-intro{
  display:flex!important;
  justify-content:space-between!important;
  gap:18px!important;
  align-items:center!important;
  margin-bottom:18px!important;
  padding:16px 18px!important;
  border-left:4px solid #1687b5!important;
  background:#eaf6fb!important;
}
.ct-inclusion-modal-intro strong{color:#071a34!important;font-size:14px!important}
.ct-inclusion-modal-intro span{color:#557084!important;font-size:11px!important;text-align:right!important}
.ct-inclusion-modal-content>ol{
  counter-reset:license-modal-item!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:11px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.ct-inclusion-modal-content>ol>li{
  counter-increment:license-modal-item!important;
  position:relative!important;
  min-height:126px!important;
  margin:0!important;
  padding:43px 17px 17px!important;
  border:1px solid #d5e3ed!important;
  border-radius:10px!important;
  background:linear-gradient(145deg,#fff,#f8fbfd)!important;
  color:#596f82!important;
  font-size:11px!important;
  line-height:1.6!important;
}
.ct-inclusion-modal-content>ol>li::before{
  content:counter(license-modal-item,decimal-leading-zero)!important;
  position:absolute!important;
  top:13px!important;
  left:15px!important;
  display:grid!important;
  place-items:center!important;
  width:25px!important;
  height:25px!important;
  border-radius:50%!important;
  border:1px solid #75d0ef!important;
  background:#e9f8ff!important;
  color:#147da9!important;
  font-size:8px!important;
  font-weight:900!important;
}
.ct-inclusion-modal-content>ol>li strong{color:#071a34!important;font-size:12px!important}
.ct-inclusion-modal-content>p{margin:17px 0 0!important;padding:15px!important;border:1px solid #d2e5ee!important;background:#f8fbfd!important;color:#526b7f!important;font-size:11px!important;line-height:1.55!important}
.ct-comparison-table-wrap{overflow:auto!important;border:1px solid #cbdce7!important;border-radius:12px!important}
.ct-comparison-table{width:100%!important;min-width:980px!important;border-collapse:collapse!important;background:#fff!important}
.ct-comparison-table th,
.ct-comparison-table td{padding:15px 14px!important;border-right:1px solid #dbe6ed!important;border-bottom:1px solid #dbe6ed!important;text-align:left!important;color:#496275!important;font-size:11px!important;line-height:1.4!important}
.ct-comparison-table thead th{position:sticky!important;top:0!important;z-index:1!important;background:#071f42!important;color:#bfeeff!important;font-size:8px!important;letter-spacing:.09em!important;text-transform:uppercase!important}
.ct-comparison-table tbody th{color:#071a34!important;font-size:12px!important;background:#f5f9fc!important}
.ct-comparison-table tr:last-child th,
.ct-comparison-table tr:last-child td{border-bottom:0!important}
.ct-comparison-table th:last-child,
.ct-comparison-table td:last-child{border-right:0!important}
.ct-modal-license-select{
  min-height:34px!important;
  padding:0 12px!important;
  border:0!important;
  border-radius:7px!important;
  background:#087a50!important;
  color:#fff!important;
  cursor:pointer!important;
  font-size:8px!important;
  text-transform:uppercase!important;
  letter-spacing:.07em!important;
  font-weight:900!important;
}

@media(max-width:1240px){
  .countertrade-application-experience{
    grid-template-columns:minmax(0,1fr) 310px!important;
    gap:22px!important;
  }
  .ct-license-card-grid{gap:13px!important;padding:17px!important}
  .ct-license-fee strong{font-size:26px!important}
  .ct-license-card-head h3{font-size:20px!important}
  .ct-operations-card.ct-dfy-row{grid-template-columns:30px minmax(0,1fr) 170px 120px!important;gap:11px!important;padding:15px!important}
}

@media(max-width:1080px){
  .countertrade-application-experience{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto auto!important;
  }
  #countertrade-license-selector{grid-column:1!important;grid-row:1!important}
  .countertrade-application-experience>.ct-application-review{
    grid-column:1!important;
    grid-row:2!important;
    position:static!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(280px,.7fr)!important;
    align-items:stretch!important;
  }
  .ct-form-stage{grid-column:1!important;grid-row:3!important}
  .countertrade-application-experience>.ct-application-review .ct-review-heading{grid-column:1!important}
  .ct-review-line{grid-column:1!important}
  .countertrade-application-experience>.ct-application-review .ct-review-breakdown{grid-column:1!important}
  .countertrade-application-experience>.ct-application-review .ct-review-total{grid-column:2!important;grid-row:1 / span 4!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
  .ct-summary-primary-action{grid-column:2!important;align-self:end!important;margin:0 19px 12px!important}
  .ct-summary-disclosure{grid-column:2!important;padding:0 19px 18px!important}
  .ct-step-heading{grid-template-columns:1fr!important}
  .ct-step-heading .ct-license-selection-status{max-width:480px!important}
  .ct-license-card-grid{grid-template-columns:repeat(3,minmax(230px,1fr))!important;overflow-x:auto!important;scroll-snap-type:x proximity!important}
  .ct-license-card{scroll-snap-align:start!important}
  .ct-run-mode-grid{grid-template-columns:1fr!important}
}

@media(max-width:820px){
  .ct-application-progress button{min-height:66px!important;padding:10px 7px!important;gap:6px!important;font-size:8px!important;letter-spacing:.04em!important}
  .ct-application-progress button span{width:28px!important;height:28px!important;flex-basis:28px!important}
  .ct-step-heading{padding:29px 23px!important}
  .ct-step-heading h2{font-size:34px!important}
  .ct-license-tabs{padding:12px!important;gap:7px!important}
  .ct-license-tabs button{min-height:62px!important;padding:10px!important}
  .ct-license-tabs button span{font-size:14px!important}
  .ct-license-tabs button small{font-size:7px!important}
  .ct-license-card-grid{grid-template-columns:repeat(3,minmax(270px,86vw))!important;padding:14px!important}
  .ct-license-comparison-cta{grid-template-columns:1fr!important;margin:0 14px 17px!important;padding:17px!important}
  .ct-license-comparison-cta button{width:100%!important}
  .ct-step-actions{padding:0 14px 18px!important}
  .ct-step-continue{width:100%!important}
  .ct-run-mode-grid{padding:14px!important}
  .ct-dfy-coverage{margin:0 14px 17px!important}
  .ct-dfy-coverage>header{grid-template-columns:1fr!important;padding:24px 20px!important}
  .ct-close-dfy-coverage{width:100%!important}
  .ct-operations-card.ct-dfy-row{grid-template-columns:30px minmax(0,1fr)!important}
  .ct-dfy-row-pricing{grid-column:1/-1!important}
  .ct-dfy-row-actions{grid-column:1/-1!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ct-package-detail-content .ct-package-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .countertrade-application-experience>.ct-application-review{display:none!important}
  .ct-mobile-summary{
    position:fixed!important;
    z-index:99980!important;
    right:12px!important;
    bottom:12px!important;
    left:12px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:12px!important;
    align-items:center!important;
    padding:12px 13px!important;
    border:1px solid rgba(130,230,255,.42)!important;
    border-radius:14px!important;
    background:rgba(5,22,47,.97)!important;
    box-shadow:0 18px 50px rgba(0,0,0,.38)!important;
    transform:translateY(calc(100% + 30px))!important;
    opacity:0!important;
    pointer-events:none!important;
    transition:transform .22s ease,opacity .22s ease!important;
  }
  .ct-mobile-summary.is-visible{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important}
  .ct-mobile-summary small{display:block!important;color:#82e6ff!important;font-size:7px!important;letter-spacing:.1em!important;font-weight:900!important}
  .ct-mobile-summary strong{display:block!important;margin-top:4px!important;color:#fff!important;font-size:18px!important;line-height:1!important}
  .ct-mobile-summary button{min-height:43px!important;padding:0 14px!important;border:0!important;border-radius:8px!important;background:#087a50!important;color:#fff!important;font-size:8px!important;letter-spacing:.07em!important;text-transform:uppercase!important;font-weight:900!important}
  body.ct-mobile-summary-open{padding-bottom:82px!important}
  .ct-form-stage .countertrade-application-cf7{padding:14px!important}
  .ct-form-stage-heading{padding:29px 22px!important}
  .ct-form-stage-heading h2{font-size:34px!important}
  .ct-cf7-information-block{padding:23px 20px 25px!important}
  .countertrade-application-cf7 .tcb-form-card>.ct-injected-form-heading,
  .countertrade-application-cf7 .tcb-form-card>.tcb-frow,
  .countertrade-application-cf7 .app-form-fields>.ct-cf7-block-heading,
  .countertrade-application-cf7 .app-form-fields>label,
  .countertrade-application-cf7 .app-form-fields>.app-field-row{margin-left:20px!important;margin-right:20px!important}
  .countertrade-application-cf7 .tcb-foot,
  .countertrade-application-cf7 .ct-final-review-submit{padding:23px 20px!important}
}

@media(max-width:620px){
  .ct-application-progress{grid-template-columns:repeat(4,1fr)!important;border-radius:12px!important}
  .ct-application-progress button{flex-direction:column!important;min-height:72px!important}
  .ct-application-progress button b{font-size:7px!important;line-height:1.15!important;text-align:center!important}
  .ct-flow-step,.ct-form-stage{border-radius:15px!important}
  .ct-step-complete-bar{grid-template-columns:38px minmax(0,1fr) auto!important;padding:14px!important}
  .ct-step-complete-check{width:35px!important;height:35px!important}
  .ct-step-complete-bar strong{font-size:12px!important}
  .ct-step-complete-bar button{padding:0 11px!important}
  .ct-step-heading{padding:26px 19px!important}
  .ct-step-heading h2{font-size:31px!important}
  .ct-step-heading p{font-size:12px!important}
  .ct-license-tabs{grid-template-columns:1fr!important}
  .ct-license-tabs button{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;min-height:52px!important}
  .ct-license-tabs button small{text-align:right!important}
  .ct-license-card-grid{grid-template-columns:repeat(3,minmax(260px,88vw))!important}
  .ct-license-income-grid{grid-template-columns:1fr!important}
  .ct-license-income-grid>div{border-right:0!important;border-bottom:1px solid #dbe6ed!important}
  .ct-license-income-grid>div:last-child{border-bottom:0!important}
  .ct-run-mode-choice{grid-template-columns:30px minmax(0,1fr)!important;padding:20px 17px!important}
  .ct-run-mode-choice h3{font-size:21px!important}
  .ct-dfy-coverage>header h3{font-size:26px!important}
  .ct-dfy-service-ladder{padding:12px!important}
  .ct-operations-card.ct-dfy-row{padding:15px 13px!important}
  .ct-dfy-row-actions{grid-template-columns:1fr!important}
  .ct-package-detail-content{padding:18px!important}
  .ct-package-detail-title{margin:-18px -18px 17px!important;padding:20px 18px!important}
  .ct-package-detail-content .ct-package-facts,
  .ct-package-detail-content .ct-scope-columns{grid-template-columns:1fr!important}
  .ct-operations-acknowledgement{margin:0 14px 15px!important;padding:16px!important}
  .ct-mobile-summary{right:8px!important;bottom:8px!important;left:8px!important}
  .ct-mobile-summary strong{font-size:16px!important}
  .ct-mobile-summary button{padding:0 11px!important;max-width:145px!important}
  .ct-modal{padding:10px!important}
  .ct-modal-dialog{width:calc(100vw - 20px)!important;max-height:calc(100vh - 20px)!important;border-radius:15px!important}
  .ct-modal-dialog>header{padding:23px 20px!important}
  .ct-modal-dialog>header h3{font-size:28px!important}
  .ct-modal-scroll{max-height:calc(100vh - 155px)!important;padding:15px!important}
  .ct-inclusion-modal-intro{display:block!important}
  .ct-inclusion-modal-intro span{margin-top:5px!important;text-align:left!important}
  .ct-inclusion-modal-content>ol{grid-template-columns:1fr!important}
  .ct-inclusion-modal-content>ol>li{min-height:0!important}
  .ct-form-stage-heading{padding:26px 19px!important}
  .ct-form-stage-heading h2{font-size:31px!important}
  .ct-cf7-block-heading,.ct-final-review-heading{grid-template-columns:36px minmax(0,1fr)!important}
  .ct-cf7-block-heading>span,.ct-final-review-heading>span{width:34px!important;height:34px!important}
  .ct-cf7-block-heading h3,.ct-final-review-heading h3{font-size:19px!important}
}

/* V75 final sidebar spacing correction. */
.countertrade-application-experience>.ct-application-review>.ct-review-line{
  padding:17px 19px!important;
  border-right:0!important;
  border-bottom:1px solid #d7e4ec!important;
  background:#f6fafc!important;
}

/* V75 compact high-level inclusion categories on each license card. */
.ct-license-category-summary{
  padding:15px 20px 17px!important;
  border-top:1px solid #dbe6ed!important;
  background:#f8fbfd!important;
}
.ct-license-category-summary>small{
  display:block!important;
  margin-bottom:9px!important;
  color:#1687b5!important;
  font-size:7px!important;
  letter-spacing:.11em!important;
  font-weight:900!important;
}
.ct-license-category-summary ul{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:6px 10px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.ct-license-category-summary li{
  position:relative!important;
  margin:0!important;
  padding:0 0 0 14px!important;
  color:#526b7f!important;
  font-size:8px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
.ct-license-category-summary li::before{
  content:'✓'!important;
  position:absolute!important;
  left:0!important;
  top:0!important;
  color:#087a50!important;
  font-weight:900!important;
}
@media(max-width:620px){
  .ct-license-category-summary ul{grid-template-columns:1fr!important}
}


/* ==============================================================
   V77 COMPACT PREMIUM APPLICATION DESIGN
   ============================================================== */
#application .countertrade-application-experience{grid-template-columns:minmax(0,1fr) 318px!important;gap:22px!important;max-width:1420px!important}
#application .ct-application-progress{margin-bottom:14px!important;border-radius:13px!important;box-shadow:0 10px 28px rgba(5,31,61,.07)!important}
#application .ct-application-progress button{min-height:58px!important;padding:8px 13px!important}
#application .ct-application-progress button span{width:27px!important;height:27px!important;font-size:10px!important}
#application .ct-application-progress button b{font-size:8px!important;letter-spacing:.08em!important}
#application .ct-flow-step{border-radius:16px!important;box-shadow:0 18px 48px rgba(6,35,69,.10)!important}
#application .ct-step-heading{grid-template-columns:minmax(0,1fr) 250px!important;gap:24px!important;padding:27px 30px!important;background:linear-gradient(135deg,#071a38 0%,#0b3969 100%)!important}
#application .ct-step-heading h2{max-width:700px!important;margin:7px 0 8px!important;font-size:clamp(29px,2.6vw,40px)!important;line-height:1.04!important;letter-spacing:-.028em!important}
#application .ct-step-heading p{max-width:720px!important;font-size:12px!important;line-height:1.6!important}
#application .ct-license-eyebrow{font-size:8px!important;letter-spacing:.14em!important}
#application .ct-step-heading .ct-license-selection-status{min-height:70px!important;padding:14px 15px!important;border:1px solid rgba(145,220,246,.2)!important;border-radius:10px!important;background:rgba(255,255,255,.055)!important;box-shadow:none!important}
#application .ct-license-selection-status small{font-size:7px!important}
#application .ct-license-selection-status strong{font-size:12px!important}

#application .ct-license-tabs{gap:6px!important;padding:9px!important;border-bottom:1px solid #d9e5ec!important;background:#eaf1f5!important}
#application .ct-license-tabs button{min-height:55px!important;padding:9px 13px!important;border:1px solid transparent!important;border-radius:9px!important;background:transparent!important;box-shadow:none!important;text-align:center!important;transform:none!important}
#application .ct-license-tabs button:hover{border-color:#bfd4df!important;background:rgba(255,255,255,.62)!important}
#application .ct-license-tabs button.is-active{border-color:#b7cfdb!important;background:#fff!important;box-shadow:0 5px 16px rgba(8,48,82,.08)!important}
#application .ct-license-tabs button span{font-size:14px!important;color:#123a5d!important}
#application .ct-license-tabs button.is-active span{color:#087a50!important}
#application .ct-license-tabs button small{margin-top:3px!important;font-size:7px!important;letter-spacing:.06em!important}

#application .ct-license-card-grid{gap:13px!important;padding:17px!important;background:#f3f7f9!important}
#application .ct-license-tier.ct-license-card{min-height:0!important;border:1px solid #d4e0e7!important;border-radius:13px!important;background:#fff!important;box-shadow:0 7px 22px rgba(8,45,77,.055)!important}
#application .ct-license-tier.ct-license-card:hover{transform:translateY(-2px)!important;border-color:#79b6cd!important;box-shadow:0 14px 32px rgba(8,45,77,.105)!important}
#application .ct-license-tier.ct-license-card.is-selected{border:2px solid #087a50!important;background:#fff!important;box-shadow:0 14px 34px rgba(8,122,80,.14)!important}
#application .ct-license-card-head{min-height:76px!important;padding:18px 18px 13px!important}
#application .ct-license-card-head small{display:inline-flex!important;padding:4px 7px!important;border-radius:999px!important;background:#edf7fb!important;color:#0a6b91!important;font-size:7px!important;letter-spacing:.11em!important}
#application .ct-license-card-head h3{margin:9px 0 0!important;font-size:20px!important;line-height:1.14!important}
#application .ct-license-card .ct-license-check{width:27px!important;height:27px!important;border-radius:50%!important}

#application .ct-license-fee{padding:4px 18px 17px!important;border:0!important;background:#fff!important}
#application .ct-license-fee small{color:#6b8091!important;font-size:7px!important}
#application .ct-license-fee strong{margin-top:5px!important;color:#071a34!important;font-size:31px!important;line-height:1!important}
#application .ct-license-tier.is-selected .ct-license-fee strong{color:#087a50!important}
#application .ct-license-credit{margin:0 17px!important;padding:13px 14px!important;border:1px solid #dce7ed!important;border-radius:9px!important;background:#f6fafc!important}
#application .ct-license-credit small,#application .ct-license-income-grid small{color:#718495!important;font-size:7px!important;letter-spacing:.075em!important}
#application .ct-license-credit strong{margin-top:5px!important;color:#087a50!important;font-size:17px!important}
#application .ct-license-income-grid{margin:10px 17px 0!important;overflow:hidden!important;border:1px solid #dce7ed!important;border-radius:9px!important;background:#fff!important}
#application .ct-license-income-grid>div{padding:13px 12px 14px!important;border-right:1px solid #dce7ed!important}
#application .ct-license-income-grid strong{margin-top:5px!important;color:#173d59!important;font-size:12px!important;line-height:1.32!important}
#application .ct-license-best,#application .ct-license-category-summary{display:none!important}
#application .ct-license-card-actions{margin-top:auto!important;gap:7px!important;padding:16px 17px 17px!important}
#application .ct-license-card-actions button{min-height:41px!important;padding:9px 10px!important;border-radius:7px!important;font-size:8px!important;letter-spacing:.055em!important}
#application .ct-license-select-button{background:#0b3f6c!important}
#application .ct-license-select-button:hover,#application .ct-license-card.is-selected .ct-license-select-button{background:#087a50!important}
#application .ct-license-inclusions-button{border-color:#c8d9e3!important;background:#f7fafc!important;color:#0b668b!important}
#application .ct-license-comparison-cta{margin:0 17px 17px!important;padding:15px 17px!important;border-radius:11px!important;box-shadow:none!important}
#application .ct-license-comparison-cta strong{font-size:13px!important}
#application .ct-license-comparison-cta span{font-size:10px!important}
#application .ct-license-comparison-cta button{min-height:41px!important;padding:0 15px!important;border-radius:7px!important;font-size:8px!important}
#application .ct-step-footer{padding:0 17px 17px!important}
#application .ct-step-continue{min-height:46px!important;border-radius:8px!important;font-size:9px!important}

#application .ct-run-mode-grid{gap:13px!important;padding:17px!important}
#application .ct-run-mode-choice{padding:21px!important;border-radius:13px!important;box-shadow:0 7px 20px rgba(8,45,77,.045)!important}
#application .ct-run-mode-choice h3{font-size:21px!important}
#application .ct-run-mode-choice p,#application .ct-run-mode-choice li{font-size:11px!important}
#application .ct-dfy-coverage{margin:0 17px 17px!important;border-radius:13px!important}
#application .ct-operations-card{border-radius:10px!important}
#application .ct-application-review{border-radius:15px!important;box-shadow:0 16px 40px rgba(7,35,66,.12)!important}
#application .ct-review-heading{padding:18px!important}
#application .ct-review-heading h2{font-size:23px!important}
#application .ct-review-line,#application .ct-review-breakdown{padding:15px 17px!important}
#application .ct-review-total{padding:18px!important}
#application .ct-review-total strong{font-size:25px!important}

@media(max-width:1180px){
  #application .countertrade-application-experience{grid-template-columns:1fr!important}
  #application .ct-license-card-grid{grid-template-columns:repeat(3,minmax(250px,1fr))!important}
}
@media(max-width:760px){
  #application .ct-step-heading{grid-template-columns:1fr!important;padding:23px 19px!important}
  #application .ct-step-heading h2{font-size:30px!important}
  #application .ct-license-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  #application .ct-license-tabs button{display:block!important;min-height:56px!important;padding:8px 5px!important}
  #application .ct-license-tabs button span{font-size:12px!important}
  #application .ct-license-tabs button small{font-size:6px!important;text-align:center!important}
  #application .ct-license-card-grid{grid-template-columns:1fr!important;overflow:visible!important}
  #application .ct-license-income-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  #application .ct-license-comparison-cta{grid-template-columns:1fr!important}
  #application .ct-license-comparison-cta button{width:100%!important}
}
@media(max-width:430px){
  #application .ct-application-progress button b{display:none!important}
  #application .ct-license-tabs button small{display:none!important}
  #application .ct-license-tabs button{min-height:44px!important}
  #application .ct-license-income-grid{grid-template-columns:1fr!important}
  #application .ct-license-income-grid>div{border-right:0!important;border-bottom:1px solid #dce7ed!important}
  #application .ct-license-income-grid>div:last-child{border-bottom:0!important}
}


/* ======================================================================
   V89 — SUBTLY DISTINCTIVE LICENSE FEE ROW
   ====================================================================== */
#application .ct-license-fee {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 14px 20px 0 !important;
  padding: 13px 15px 13px 17px !important;
  overflow: hidden !important;
  border: 1px solid #d2e1e9 !important;
  border-radius: 11px !important;
  background: linear-gradient(135deg, #f7fbfd 0%, #eef5f8 100%) !important;
  box-shadow: inset 3px 0 0 #62b9dc, 0 8px 18px rgba(9, 48, 78, .06) !important;
}
#application .ct-license-fee::after {
  content: '' !important;
  position: absolute !important;
  top: -34px !important;
  right: -34px !important;
  width: 82px !important;
  height: 82px !important;
  border-radius: 50% !important;
  background: rgba(105, 195, 229, .10) !important;
  pointer-events: none !important;
}
#application .ct-license-fee small {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #526f83 !important;
  font-size: 8px !important;
  font-weight: 900 !important;
  letter-spacing: .115em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}
#application .ct-license-fee small::before {
  content: '$' !important;
  display: grid !important;
  place-items: center !important;
  width: 22px !important;
  height: 22px !important;
  border: 1px solid #b9dbe9 !important;
  border-radius: 7px !important;
  background: #e6f5fb !important;
  color: #0b709b !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}
#application .ct-license-fee strong {
  position: relative !important;
  z-index: 1 !important;
  margin: 0 !important;
  color: #0a2f50 !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -.025em !important;
  white-space: nowrap !important;
}
#application .ct-license-tier.is-selected .ct-license-fee {
  border-color: #acd8c5 !important;
  background: linear-gradient(135deg, #f5fbf8 0%, #eaf6f0 100%) !important;
  box-shadow: inset 3px 0 0 #0b8b5b, 0 8px 18px rgba(8, 122, 80, .07) !important;
}
#application .ct-license-tier.is-selected .ct-license-fee small::before {
  border-color: #b9dfce !important;
  background: #e4f5ec !important;
  color: #087a50 !important;
}
#application .ct-license-tier.is-selected .ct-license-fee strong {
  color: #087a50 !important;
}
@media (max-width: 760px) {
  #application .ct-license-fee {
    align-items: center !important;
    margin: 12px 16px 0 !important;
    padding: 12px 13px !important;
  }
  #application .ct-license-fee small {
    font-size: 7px !important;
    letter-spacing: .09em !important;
  }
  #application .ct-license-fee strong {
    font-size: 19px !important;
  }
}
