@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@400;500;600;700&display=swap");

.tapcon-landing {
  background: #f5f7fb;
  color: #0e2244;
  font-family: "Raleway", sans-serif;
  box-sizing: border-box;
  
  --tapcon-font-family-base: "Raleway", sans-serif;
  --tapcon-font-family-display: "Antonio", sans-serif;
  --tapcon-font-weight-strong: 800;
  --tapcon-font-weight-heavy: 900;
  --tapcon-color-navy: #0e2244;
  --tapcon-color-navy-deep: #091a37;
  --tapcon-color-blue: #1261c9;
  --tapcon-color-blue-strong: #0f54ac;
  --tapcon-color-text-muted: #5f6f88;
  --tapcon-color-border: #d5dcea;
  --tapcon-color-surface: #ffffff;
  --tapcon-color-surface-soft: #fbfcfe;
  --tapcon-radius-sm: 4px;
  --tapcon-radius-md: 8px;
  --tapcon-radius-lg: 12px;
  --tapcon-shadow-card: 0 24px 54px rgba(4, 20, 43, 0.28);
  --tapcon-shadow-focus: 0 0 0 3px rgba(18, 97, 201, 0.12);
}

.tapcon-landing * {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
}

.tapcon-landing h1,
.tapcon-landing h2,
.tapcon-landing h3,
.tapcon-landing h4,
.tapcon-landing h5,
.tapcon-landing h6 {
  margin: 0 0 0.5em;
  color: inherit;
}

.tapcon-landing h1 {
  font-family: var(--tapcon-font-family-display);
  font-size: clamp(7.6rem, 5vw, 9.6rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  font-weight: var(--tapcon-font-weight-heavy);
}

.tapcon-landing h2 {
  font-family: var(--tapcon-font-family-display);
  font-size: clamp(3.4rem, 3vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-weight: var(--tapcon-font-weight-heavy);
}

.tapcon-landing h3 {
  font-family: var(--tapcon-font-family-display);
  font-size: clamp(2.6rem, 2.4vw, 3.4rem); /* Used for form titles, etc. */
  line-height: 1.05;
  text-transform: uppercase;
  font-weight: var(--tapcon-font-weight-heavy);
}

.tapcon-landing h4 {
  font-family: var(--tapcon-font-family-display);
  font-size: clamp(2rem, 1.9vw, 2.4rem);
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: var(--tapcon-font-weight-heavy);
}

.tapcon-landing h5 {
  font-family: var(--tapcon-font-family-base);
  font-size: clamp(1.8rem, 1.5vw, 2rem); /* Great for card titles */
  font-weight: var(--tapcon-font-weight-strong);
}

.tapcon-landing h6 {
  font-family: var(--tapcon-font-family-base);
  font-size: clamp(1.6rem, 1.35vw, 1.8rem); /* Subheads */
  font-weight: var(--tapcon-font-weight-strong);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tapcon-landing p {
  margin: 0 0 1em;
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);
  line-height: 1.62;
}

.tapcon-landing li {
  font-size: clamp(1.6rem, 1.15vw, 1.8rem);
  line-height: 1.5;
}

.tapcon-landing a,
.tapcon-landing a:link,
.tapcon-landing a:visited,
.tapcon-landing a:hover {
  text-decoration: none;
}

/* =========================================
   LAYOUT & COMPONENTS
   ========================================= */

.tapcon-shell {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.tapcon-shell--holding-power {
  max-width: none;
  padding: 0;
}

.tapcon-hidden-pane {
  display: none;
}

.tapcon-pane {
  width: 100%;
}

.tapcon-pane .DnnModule,
.tapcon-pane .DNNModuleContent,
.tapcon-pane .contentpane,
.tapcon-pane .Normal,
.tapcon-pane .sc-content-block,
.tapcon-pane .White {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.tapcon-pane .DnnModule {
  width: 100%;
}

.tapcon-pane.DNNEmptyPane,
.tapcon-pane:empty {
  display: block;
}

.tapcon-pane--hero-copy.DNNEmptyPane,
.tapcon-pane--hero-form.DNNEmptyPane,
.tapcon-pane--section.DNNEmptyPane {
  min-height: 120px;
  position: relative;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.tapcon-section--light .tapcon-pane--section.DNNEmptyPane {
  border-color: rgba(14, 34, 68, 0.16);
  background: rgba(14, 34, 68, 0.03);
}

.tapcon-pane--hero-form.DNNEmptyPane {
  border-color: rgba(14, 34, 68, 0.14);
  background: #ffffff;
}

.tapcon-pane--hero-copy.DNNEmptyPane:before,
.tapcon-pane--hero-form.DNNEmptyPane:before,
.tapcon-pane--section.DNNEmptyPane:before {
  position: absolute;
  left: 18px;
  top: 16px;
  font-size: clamp(1rem, 0.8vw, 1.1rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.72;
}

.tapcon-pane--hero-copy.DNNEmptyPane:before { content: "HeroContentPane"; }
.tapcon-pane--hero-form.DNNEmptyPane:before { content: "HeroFormPane"; color: #0e2244; }
.tapcon-pane--section#OverviewPane.DNNEmptyPane:before { content: "OverviewPane"; }
.tapcon-pane--section#PerformancePane.DNNEmptyPane:before { content: "PerformancePane"; }
.tapcon-pane--section#BenefitsPane.DNNEmptyPane:before { content: "BenefitsPane"; }
.tapcon-pane--section#HoldingPowerPane.DNNEmptyPane:before { content: "HoldingPowerPane"; }
.tapcon-pane--section#ProcessPane.DNNEmptyPane:before { content: "ProcessPane"; }
.tapcon-pane--section#SpecsPane.DNNEmptyPane:before { content: "SpecsPane"; }
.tapcon-pane--section#ComparisonPane.DNNEmptyPane:before { content: "ComparisonPane"; }
.tapcon-pane--section#WorkTypesPane.DNNEmptyPane:before { content: "WorkTypesPane"; }
.tapcon-pane--section#CtaPane.DNNEmptyPane:before { content: "CtaPane"; }
.tapcon-pane--section#FaqPane.DNNEmptyPane:before { content: "FaqPane"; }

.tapcon-topbar {
  background: #ffffff;
  border-bottom: 1px solid rgba(14, 34, 68, 0.08);
}

.tapcon-topbar__inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.tapcon-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tapcon-brand img {
  max-width: 200px;
}

.tapcon-brand__mark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: var(--tapcon-font-weight-strong);
  letter-spacing: 0;
  text-transform: none;
  color: #1261c9;
  font-size: clamp(1.8rem, 1.7vw, 2.2rem);
  font-style: italic;
  line-height: 1;
}

.tapcon-brand__dot {
  display: none;
}

.tapcon-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(1.4rem, 1.05vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tapcon-nav a {
  color: #51627f;
  white-space: nowrap;
}

a.tapcon-nav__cta {
  border: 1px solid #0e2244;
  border-radius: 4px;
  padding: 10px 15px;
  display: inline-table;
  line-height: 1em;
  transition: background-color .3s ease 0s, color .3s ease 0s;  
}

a.tapcon-nav__cta:hover, a.tapcon-nav__cta:focus {
  background-color: #0e2244;
  color: #ffffff;
}

.tapcon-hero {
  background:
    radial-gradient(circle at top left, rgba(29, 84, 194, 0.24), transparent 32%),
    linear-gradient(135deg, #07162f 0%, #0d2348 42%, #081735 100%);
  color: #ffffff;
}

.tapcon-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 470px);
  gap: 56px;
  padding: 56px 24px 60px;
  align-items: start;
}

.text-lightblue {
  color: #a2c4f1 !important;
}

.tapcon-landing .tapcon-hero__eyebrow,
.tapcon-landing .tapcon-section__eyebrow {
  margin: 0 0 22px;
  font-size: clamp(1.8rem, 1vw, 2.4rem);
  font-weight: var(--tapcon-font-weight-strong);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5aa3ff;
}

.tapcon-hero__title,
.tapcon-section__title,
.tapcon-cta__title,
.tapcon-faq__title {
  margin: 0;
}

.tapcon-hero__title span,
.tapcon-cta__title span {
  color: #1e78ea;
}

.tapcon-hero__copy {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.8);
}

.tapcon-hero__copy p {
  max-width: 560px;
}

.tapcon-hero__copy h3 {
  margin: 0 0 18px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.01em;
}

.tapcon-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.tapcon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: #ffffff;
  border-radius: var(--tapcon-radius-sm);
  font-size: clamp(1.1rem, 0.9vw, 1.2rem);
  font-weight: var(--tapcon-font-weight-strong);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.tapcon-button:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.tapcon-button--primary {
  border-color: var(--tapcon-color-blue);
  background: var(--tapcon-color-blue);
}

.tapcon-button--primary:hover {
  background: var(--tapcon-color-blue-strong);
}

/* =========================================
   FORMS
   ========================================= */

.tapcon-form-slot {
  min-width: 0;
}

.tapcon-pane--hero-form {
  background: var(--tapcon-color-surface);
  color: var(--tapcon-color-navy);
  border-radius: var(--tapcon-radius-lg);
  padding: 24px 24px 18px;
  box-shadow: var(--tapcon-shadow-card);
}

.tapcon-pane--hero-form .DnnModule + .DnnModule {
  margin-top: 10px;
}

.checkbox label span {
  padding-left: 30px;
}

.tapcon-pane--hero-form h2 {
  margin: 0;
  text-transform: none;
  letter-spacing: -0.02em;
  color: var(--tapcon-color-navy);
  font-size: clamp(2.8rem, 2vw, 3.6rem);
  line-height: 0.94;
}

.tapcon-pane--hero-form h2 + p {
  margin: 10px 0 0;
  color: var(--tapcon-color-text-muted);
  font-size: clamp(1.5rem, 1.15vw, 1.6rem);
  line-height: 1.55;
}

.text-blue,
.tapcon-hero__eyebrow.text-blue,
.tapcon-plus {
  color: #1261c9 !important;
}

.tapcon-plus {
  font-weight: 900;
}

.tapcon-form {
  margin-top: 20px;
}

.tapcon-form .row {
  margin-left: -8px;
  margin-right: -8px;
}

.tapcon-form [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.tapcon-form .form-group {
  margin-bottom: 12px;
}

.tapcon-form label {
  display: block;
  margin-bottom: 6px;
  color: #51627f;
  font-size: clamp(1rem, 0.85vw, 1.1rem);
  font-weight: var(--tapcon-font-weight-strong);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tapcon-form input[type="text"],
.tapcon-form input[type="email"],
.tapcon-form input[type="tel"],
.tapcon-form select,
.tapcon-form textarea {
  width: 100%;
  height: auto;
  border: 1px solid var(--tapcon-color-border);
  border-radius: var(--tapcon-radius-sm);
  background: var(--tapcon-color-surface);
  color: var(--tapcon-color-navy);
  padding: 12px 14px;
  font-size: clamp(1.4rem, 1.05vw, 1.5rem);
  font-family: var(--tapcon-font-family-base);
  line-height: 1.4;
  box-shadow: none;
}

.tapcon-form textarea {
  min-height: 76px;
  resize: vertical;
}

.tapcon-form input::placeholder,
.tapcon-form textarea::placeholder {
  color: #8a97ad;
}

.tapcon-form input:focus,
.tapcon-form select:focus,
.tapcon-form textarea:focus {
  outline: none;
  border-color: var(--tapcon-color-blue);
  box-shadow: var(--tapcon-shadow-focus);
}

.tapcon-form .checkbox {
  margin: 0 0 10px;
}

.tapcon-form .tapcon-section-heading h3, .tapcon-form label#lblHowCanWeHelp {
    font-size: 16px;
    color: var(--tapcon-color-blue);
    font-family: var(--tapcon-font-family-base);
    line-height: 1.05;
}

.tapcon-form label#lblHowCanWeHelp {
  margin-bottom: 17px;
}

.tapcon-form .checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #31445f;
  font-size: clamp(1.4rem, 1.05vw, 1.5rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
  padding-left: 0px;
}

.tapcon-form input[type="checkbox"] {
  margin: 0;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  accent-color: var(--tapcon-color-blue);
}

.tapcon-section-heading h3 {
  margin: 18px 0 4px;
  font-size: clamp(1rem, 0.85vw, 1.1rem);
  color: #51627f;
  letter-spacing: 0.12em;
}

.tapcon-form .submit {
  margin-top: 14px;
}

.tapcon-form .btn,
.tapcon-form input[type="submit"] {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: var(--tapcon-radius-sm);
  background: var(--tapcon-color-blue);
  color: #ffffff;
  font-size: clamp(1.1rem, 0.9vw, 1.2rem);
  font-weight: var(--tapcon-font-weight-strong);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: none;
}

#dnn_ctr623_View_btnTest {
  display: none !important;
}

.tapcon-form .btn:hover,
.tapcon-form input[type="submit"]:hover {
  background: var(--tapcon-color-blue-strong);
  color: #ffffff;
}

.tapcon-form .validation-summary-errors,
.tapcon-form .field-validation-error {
  color: #b42318;
  font-size: clamp(1.2rem, 0.95vw, 1.3rem);
}

/* =========================================
   SECTIONS & GRIDS
   ========================================= */

.tapcon-section {
  padding: 64px 0;
}

.tapcon-section--light {
  background: #ffffff;
}

.tapcon-section--dark {
  background: #091a37;
  color: #ffffff;
}

.tapcon-section--specs {
  background: transparent;
}

.tapcon-section--holding-power {
  padding: 0;
}

.tapcon-section--holding-power .tapcon-pane--section {
  width: 100%;
}

.tapcon-section__header {
  max-width: 900px;
  margin: 0 auto 26px;
  text-align: center;
}

.tapcon-section__title {
  color: inherit;
}

.tapcon-section__body {
  margin: 12px auto 0;
  max-width: 680px;
  color: #5f6f88;
}

.tapcon-section--dark .tapcon-section__body {
  color: rgba(255, 255, 255, 0.76);
}

.tapcon-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.tapcon-card {
  background: #f7f9fc;
  border: 1px solid #e5ebf4;
  padding: 18px 16px;
  min-height: 210px;
  border-radius: var(--tapcon-radius-sm);
}

.tapcon-card__index {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #0e2244;
  color: #ffffff;
  font-size: clamp(1rem, 0.8vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.tapcon-landing .tapcon-performance .tapcon-section__eyebrow {
    color: white;
}

.tapcon-card h3,
.tapcon-spec-card h3,
.tapcon-step h3,
.tapcon-work-card h3 {
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  margin: 12px 0 8px;
  color: #0e2244;
}

.tapcon-card p,
.tapcon-spec-card p,
.tapcon-step p,
.tapcon-work-card p {
  margin: 0;
  color: #5f6f88;
}

.tapcon-performance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.tapcon-performance .tapcon-section__title,
.tapcon-split__content .tapcon-section__title {
  color: #ffffff;
}

.tapcon-performance .tapcon-section__body {
  max-width: none;
  margin: 18px 0 0;
}

.tapcon-performance__visual {
  min-height: 164px;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(145deg, rgba(18, 97, 201, 0.18), rgba(18, 97, 201, 0)),
    #0d2348;
  position: relative;
}

.tapcon-performance__visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/tapcon-chart.webp");
  background-repeat: no-repeat;
  background-size: 115% auto;
  background-position: 94% 37%;
  opacity: 0.9;
}

.tapcon-performance__visual img,
.tapcon-split__image img,
.tapcon-visual-row__image img {
  position: relative;
  z-index: 1;
  object-position: center;
}

.tapcon-performance__visual img {
  object-fit: contain !important;
  padding: 18px;
}

.tapcon-bullet-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin-top: 18px;
}

.tapcon-bullet-columns > div {
  display: flex;
  flex-direction: column;
}

.tapcon-bullet-columns h3 {
  margin: 0 0 16px;
  color: var(--tapcon-color-navy);
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-wrap-style: balance;
}

.tapcon-split__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tapcon-split__image--dynamic {
  background-position: center;
}

.tapcon-bullet-columns p {
  margin: 0 0 16px;
  color: var(--tapcon-color-text-muted);
  font-size: clamp(1.5rem, 1.15vw, 1.7rem);
  line-height: 1.55;
}

.tapcon-bullet-columns ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.tapcon-bullet-columns li {
  position: relative;
  margin: 0;
  padding: 1.2rem 0 1.2rem 1.8rem;
  border-bottom: 1px dotted #d8dfeb;
  color: #3e4f6c;
  font-size: clamp(1.35rem, 1vw, 1.5rem);
  font-weight: 700;
  line-height: 1.35;
}

.tapcon-bullet-columns li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.7rem;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--tapcon-color-blue);
  transform: rotate(45deg);
}

.tapcon-bullet-columns p:last-child {
  margin-top: auto;
  margin-bottom: 0;
  color: var(--tapcon-color-navy);
  font-size: clamp(1.3rem, 1vw, 1.5rem);
  font-weight: var(--tapcon-font-weight-strong);
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tapcon-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 0;
  overflow: hidden;
  border-radius: 0;
  background: var(--tapcon-color-navy-deep);
  min-height: 72rem;
}

.tapcon-split__image {
  position: relative;
  min-height: 72rem;
  background-image: url("images/tapcon-chart.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.tapcon-split__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tapcon-split__content {
  background: var(--tapcon-color-navy-deep);
  padding: 8rem 6.8rem 7.2rem 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tapcon-split__content .tapcon-section__eyebrow {
  margin-bottom: 2rem;
}

.tapcon-split__content .tapcon-section__body {
  max-width: none;
  margin: 2.6rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.7rem, 1.2vw, 1.9rem);
  line-height: 1.6;
}

.tapcon-split__content .tapcon-section__body .tapcon-split__list {
  margin-top: 0;
}

.tapcon-split__list {
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
}

.tapcon-split__list li {
  position: relative;
  margin: 0;
  padding: 1.6rem 0 1.6rem 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: clamp(1.6rem, 1.1vw, 1.8rem);
  font-weight: 700;
  line-height: 1.4;
}

.tapcon-split__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.9rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: var(--tapcon-color-blue);
}

.tapcon-split__list li:after {
  content: "";
  position: absolute;
  left: 0.65rem;
  top: 2.35rem;
  width: 0.5rem;
  height: 0.3rem;
  border-left: 0.2rem solid #ffffff;
  border-bottom: 0.2rem solid #ffffff;
  transform: rotate(-45deg);
}

.tapcon-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-block: 25px 80px;
}

.tapcon-step {
  background: #f4f6fa;
  border-top: 4px solid #1261c9;
  padding: 20px 18px;
  border-radius: 5px;
}

.tapcon-step__index {
  font-size: clamp(2.6rem, 2.4vw, 3.2rem);
  line-height: 1;
  font-weight: var(--tapcon-font-weight-heavy);
  color: #1261c9;
}

.tapcon-step > div:not(.tapcon-step__index) p {
  margin: 0;
}

.tapcon-visual-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 0;
  overflow: hidden;
  border-radius: 2px;
  margin-top: 18px;
  background: #091a37;
  border-radius: 8px;
}

.tapcon-visual-row__image {
  min-height: 164px;
  background-image: url("images/tapcon-chart.webp");
  background-repeat: no-repeat;
  background-size: 160% auto;
  background-position: left 73%;
}

.tapcon-visual-row__copy {
  padding: 22px 24px 22px 40px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
}

.tapcon-landing .tapcon-visual-row__copy p {
    padding: 40px;
    border-left: 3px solid #1261c9;
}

/* =========================================
   TABLES & COMPARISON
   ========================================= */

.tapcon-specs {
  max-width: 104rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0.8rem;
  padding: 0;
  box-shadow: 0 2rem 4rem rgba(8, 27, 58, 0.1);
  overflow: hidden;
}

.tapcon-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
}

.tapcon-table thead th {
  background: var(--tapcon-color-navy-deep);
  color: #ffffff;
  padding: 2.1rem 1.2rem;
  font-size: clamp(1.2rem, 0.95vw, 1.3rem);
  font-weight: var(--tapcon-font-weight-strong);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: left;
}

.tapcon-table thead th:first-child {
  width: 42%;
  padding-left: 1.4rem;
}

.tapcon-table thead th:not(:first-child) {
  text-align: center;
}

.tapcon-table tbody td {
  padding: 1.8rem 1.2rem;
  border-bottom: 1px solid #dce4f0;
  color: #43597d;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  line-height: 1.35;
}

.tapcon-table tbody td:first-child {
  padding-left: 1.4rem;
  font-weight: 700;
  color: var(--tapcon-color-navy);
}

.tapcon-table tbody td:not(:first-child) {
  text-align: center;
}

.tapcon-table tbody tr:last-child td {
  border-bottom: 0;
}

.tapcon-specs > :last-child {
  padding: 1.8rem 1.4rem 2.4rem;
  border-top: 1px solid #e6edf6;
  text-align: center;
}

.tapcon-specs > :last-child p {
  margin: 0;
  color: #7c8ba3;
  font-size: clamp(1.3rem, 0.95vw, 1.4rem);
}

.tapcon-specs > :last-child a {
  color: var(--tapcon-color-blue);
  text-decoration: underline;
}

.tapcon-compare {
  max-width: 102rem;
  margin: 0 auto;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  background: transparent;
}

.tapcon-compare > .tapcon-compare {
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr 1fr;
  align-items: stretch;
  column-gap: 0.8rem;
}

.tapcon-compare__column {
  display: flex;
  flex-direction: column;
  padding: 0;
  min-height: 100%;
}

.tapcon-compare__column--label {
  background: transparent !important;
  color: var(--tapcon-color-navy);
}

.tapcon-compare__column--tapcon {
  background: transparent !important;
  color: var(--tapcon-color-navy);
}

.tapcon-compare__column--wedge {
  background: transparent !important;
  color: var(--tapcon-color-navy);
}

.tapcon-compare__column--sleeve {
  background: transparent !important;
  color: var(--tapcon-color-navy);
}

.tapcon-compare__heading {
  margin: 0 0 0.8rem;
  padding: 1.8rem 1.4rem;
  border-radius: 0.4rem 0.4rem 0 0;
  font-size: clamp(1.7rem, 1.3vw, 2.1rem);
  line-height: 1.05;
  font-weight: var(--tapcon-font-weight-heavy);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  min-height: 7.6rem;
}

.tapcon-compare__column--label .tapcon-compare__heading {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  background: transparent;
  color: #8c97aa;
  font-size: clamp(2.0rem, 1.2vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: 0.12em;
  min-height: 7.6rem;
  display: flex;
  align-items: center;
}

.tapcon-compare__column .tapcon-compare__heading {
  font-size: clamp(2.0rem, 1.2vw, 2.4rem);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tapcon-compare__column--tapcon .tapcon-compare__heading {
  background: #1861bb;
  color: #ffffff;
}

.tapcon-compare__column--wedge .tapcon-compare__heading {
  background: #ca3f2d;
  color: #ffffff;
}

.tapcon-compare__column--sleeve .tapcon-compare__heading {
  background: #efb313;
  color: #111b32;
}

.tapcon-compare__list {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1 1 auto;
}

.tapcon-compare__list li {
  margin: 0;
  padding: 1.8rem 0.8rem;
  border-bottom: 1px solid #e6ebf2;
  font-size: clamp(1.5rem, 1.15vw, 1.7rem);
  line-height: 1.35;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
  color: #6b7688;
  min-height: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tapcon-compare__column--label .tapcon-compare__list li {
  border-bottom-color: #e6ebf2;
  color: var(--tapcon-color-navy);
  font-weight: 700;
  text-align: left;
  justify-content: flex-start;
}

.tapcon-compare__column--tapcon .tapcon-compare__list li {
  margin-bottom: 0.4rem;
  padding: 1.6rem 1.2rem;
  border-bottom: 0;
  background: #111d3b !important;
  color: #ffffff;
  font-weight: 700;
  min-height: 6.8rem;
}

.tapcon-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.tapcon-work-card {
  background: #ffffff;
  border-left: 2px solid #1261c9;
  border-radius: 6px;
  padding: 18px 16px;
  box-shadow: 0 12px 28px rgba(8, 27, 58, 0.07);
}

/* =========================================
   CTA & FAQ
   ========================================= */

.tapcon-cta {
  background: linear-gradient(90deg, #1261c9 0%, #0f54ac 100%);
  color: #ffffff;
  text-align: center;
}

.tapcon-cta .tapcon-shell {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tapcon-pane--cta.DNNEmptyPane {
  min-height: 160px;
}

.tapcon-cta__copy {
  max-width: 580px;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.86);
}

.tapcon-cta .tapcon-button {
  border-color: rgba(255, 255, 255, 0.4);
  min-height: 32px;
  padding: 0 12px;
}

.tapcon-cta .tapcon-button--primary {
  background: #ffffff;
  color: #0e2244;
  border-color: #ffffff;
}

.tapcon-faq {
  background: #ffffff;
}

.tapcon-faq__title {
  color: #0e2244;
}

.tapcon-faq__list {
  max-width: 720px;
  margin: 24px auto 0;
  border-top: 1px solid #dce4f0;
}

.tapcon-faq__item {
  border-bottom: 1px solid #dce4f0;
}

.tapcon-faq__question {
  width: 100%;
  padding: 14px 8px 14px 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #0e2244;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  font-weight: var(--tapcon-font-weight-heavy);
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.tapcon-faq__toggle {
  flex: 0 0 auto;
  color: #1261c9;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  line-height: 1;
}

.tapcon-faq__answer {
  display: none;
  padding: 0 0 16px;
  color: #5f6f88;
}

.tapcon-faq__answer p {
  margin: 0;
}

.tapcon-faq__item.is-open .tapcon-faq__answer {
  display: block;
}

.tapcon-faq__item.is-open .tapcon-faq__toggle:before {
  content: "-";
}

.tapcon-faq__toggle:before {
  content: "+";
}

/* =========================================
   MEDIA QUERIES
   ========================================= */

@media only screen and (max-width: 991px) {
  .tapcon-nav {
    display: none;
  }

  .tapcon-hero__inner,
  .tapcon-performance,
  .tapcon-split,
  .tapcon-visual-row,
  .tapcon-card-grid,
  .tapcon-process,
  .tapcon-bullet-columns {
    grid-template-columns: 1fr;
  }

  .tapcon-work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tapcon-compare {
    max-width: none;
  }

  .tapcon-compare > .tapcon-compare {
    grid-template-columns: 1fr;
  }

  .tapcon-compare__column {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .tapcon-compare__column--label {
    border-bottom-color: #d9e2ef;
  }

  .tapcon-compare__heading {
    margin-bottom: 1.6rem;
  }

  .tapcon-split__image,
  .tapcon-performance__visual,
  .tapcon-visual-row__image {
    min-height: 280px;
  }

  .tapcon-split__content {
    padding: 4.2rem 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .tapcon-shell {
    padding: 0 18px;
  }

  .tapcon-shell--holding-power {
    padding: 0;
  }

  .tapcon-topbar__inner {
    min-height: 64px;
  }

  .tapcon-hero__inner {
    gap: 28px;
    padding: 36px 18px 44px;
  }

  .tapcon-split__content,
  .tapcon-visual-row__copy {
    padding: 32px 24px;
  }

  .tapcon-section {
    padding: 48px 0;
  }

  .tapcon-pane--hero-form {
    padding: 22px 18px 20px;
    border-radius: var(--tapcon-radius-md);
  }

  .tapcon-work-grid {
    grid-template-columns: 1fr;
  }
}
