.tcpel-b2-page {
  --navy: #0b2946;
  --blue: #0d5fb8;
  --sky: #edf7fd;
  --paper: #f7fbfe;
  --ink: #12283e;
  --muted: #5f7488;
  --line: #d8e4ed;
  --green: #238c64;
  --max: 1200px;
  --shadow: 0 18px 50px rgba(11, 41, 70, .12);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow: hidden;
}

.tcpel-b2-page,
.tcpel-b2-page * { box-sizing: border-box; }
.tcpel-b2-page a { color: var(--blue); }
.tcpel-b2-page img { display: block; max-width: 100%; }
.tcpel-b2-page .hero,
.tcpel-b2-page .tcpel-b2-section { display: block !important; width: 100% !important; }
.tcpel-b2-page .wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.tcpel-b2-page .hero { background: linear-gradient(135deg, #f8fcff 0%, #edf7fd 52%, #fff 100%) !important; }
.tcpel-b2-page .hero-grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 64px;
}
.tcpel-b2-page .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 32px;
}
.tcpel-b2-page .breadcrumb a { color: var(--muted); }
.tcpel-b2-page .eyebrow,
.tcpel-b2-page .eyebrow p {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 850;
  color: var(--blue);
  margin: 0 0 14px;
}
.tcpel-b2-page .light,
.tcpel-b2-page .light p { color: #8cd5ff; }
.tcpel-b2-page h1,
.tcpel-b2-page h2,
.tcpel-b2-page h3,
.tcpel-b2-page .elementor-heading-title {
  font-family: "Arial Narrow", Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.08;
  color: var(--navy);
  margin-top: 0;
}
.tcpel-b2-page h1 { font-size: clamp(44px, 5.2vw, 72px); letter-spacing: -.045em; margin-bottom: 24px; }
.tcpel-b2-page h2 { font-size: clamp(34px, 4vw, 52px); letter-spacing: -.035em; max-width: 850px; margin-bottom: 30px; }
.tcpel-b2-page h3 { font-size: 22px; letter-spacing: -.018em; margin-bottom: 12px; }
.tcpel-b2-page .lead,
.tcpel-b2-page .lead p { font-size: 19px; line-height: 1.65; color: #3f5b72; max-width: 720px; }
.tcpel-b2-page .hero-actions { display: flex; flex-direction: row; gap: 20px; align-items: center; margin: 32px 0; }
.tcpel-b2-page .button .elementor-button,
.tcpel-b2-page .button.elementor-widget-button .elementor-button,
.tcpel-b2-page .elementor-widget-button.button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  background: var(--blue);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(13, 95, 184, .18);
}
.tcpel-b2-page .secondary .elementor-button { background: #fff; color: var(--blue); border: 1px solid #b9d5ea; box-shadow: none; }
.tcpel-b2-page .text-link .elementor-button { background: transparent; box-shadow: none; color: var(--blue); padding-inline: 0; }
.tcpel-b2-page .facts { display: flex; flex-direction: row; gap: 10px; flex-wrap: wrap; margin: 30px 0 0; }
.tcpel-b2-page .fact { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 12px 15px; min-width: 145px; }
.tcpel-b2-page .fact dl { margin: 0; }
.tcpel-b2-page .fact dt { text-transform: uppercase; letter-spacing: .08em; font-size: 10px; color: var(--muted); font-weight: 800; }
.tcpel-b2-page .fact dd { margin: 3px 0 0; font-weight: 800; color: var(--navy); }
.tcpel-b2-page .media-box,
.tcpel-b2-page .media .elementor-widget-container { background: #fff; border-radius: 16px; overflow: hidden; min-height: 220px; }
.tcpel-b2-page .media img { width: 100%; height: 100%; object-fit: cover; }
.tcpel-b2-page .hero-media .elementor-widget-container { min-height: 520px; box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: center; }
.tcpel-b2-page .hero-media img { object-fit: contain; max-height: 540px; }
.tcpel-b2-page .elementor-image-caption { font-size: 12px; color: var(--muted); padding: 9px 3px 0; text-align: left; }
.tcpel-b2-page .answer { background: var(--navy) !important; color: #fff; }
.tcpel-b2-page .answer-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; padding-top: 48px; padding-bottom: 48px; align-items: center; }
.tcpel-b2-page .answer h2,
.tcpel-b2-page .answer h3,
.tcpel-b2-page .answer strong { color: #fff; }
.tcpel-b2-page .answer h2 { font-size: 36px; margin-bottom: 12px; }
.tcpel-b2-page .answer p { margin: 0; color: #d9e7f3; }
.tcpel-b2-page .answer aside { border-left: 3px solid #4cb2ed; padding-left: 24px; }
.tcpel-b2-page .answer aside strong { font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.tcpel-b2-page .section { padding-block: 86px; }
.tcpel-b2-page .section.tint { background: var(--paper) !important; }
.tcpel-b2-page .section.dark { background: #091f34 !important; color: #dce8f2; }
.tcpel-b2-page .section.dark h2,
.tcpel-b2-page .section.dark h3,
.tcpel-b2-page .section.dark .elementor-heading-title { color: #fff; }
.tcpel-b2-page .section.dark .elementor-image-caption { color: #acc1d2; }
.tcpel-b2-page .cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.tcpel-b2-page .card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 26px; min-height: 220px; box-shadow: 0 8px 25px rgba(11, 41, 70, .05); }
.tcpel-b2-page .card p { color: var(--muted); }
.tcpel-b2-page .card-link .elementor-button { background: transparent; box-shadow: none; color: var(--blue); padding: 6px 0 0; }
.tcpel-b2-page .two { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.tcpel-b2-page .two > .e-con { min-width: 0; }
.tcpel-b2-page .gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.tcpel-b2-page .gallery .media .elementor-widget-container { aspect-ratio: 4 / 3; min-height: 0; }
.tcpel-b2-page .gallery .technical .elementor-widget-container { aspect-ratio: 1 / 1; }
.tcpel-b2-page .gallery .elementor-image-caption { height: auto; background: #fff; }
.tcpel-b2-page .checklist .elementor-icon-list-items { margin: 18px 0; }
.tcpel-b2-page .checklist .elementor-icon-list-items { padding: 0; list-style: none; }
.tcpel-b2-page .checklist .elementor-icon-list-item { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.tcpel-b2-page .checklist .elementor-icon-list-icon { color: var(--green); display: inline-flex; flex: 0 0 15px; margin-top: .34em; }
.tcpel-b2-page .checklist .elementor-icon-list-icon svg { display: block; width: 14px !important; height: 14px !important; fill: currentColor; }
.tcpel-b2-page .checklist .elementor-icon-list-text { flex: 1 1 auto; min-width: 0; }
.tcpel-b2-page .table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 28px rgba(11, 41, 70, .06); }
.tcpel-b2-page table { width: 100%; border-collapse: collapse; min-width: 760px; }
.tcpel-b2-page th { background: var(--navy); color: #fff; text-align: left; padding: 14px 16px; font-size: 13px; letter-spacing: .03em; }
.tcpel-b2-page td { padding: 13px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.tcpel-b2-page tbody tr:nth-child(even) { background: #f8fbfd; }
.tcpel-b2-page .process { display: grid; gap: 15px; }
.tcpel-b2-page .process-step { display: grid; grid-template-columns: 78px 1fr; gap: 22px; align-items: start; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px; }
.tcpel-b2-page .process-number .elementor-heading-title { font-size: 32px; font-weight: 900; color: #78b8df; }
.tcpel-b2-page .process-step p { margin: 0; color: var(--muted); }
.tcpel-b2-page .videos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.tcpel-b2-page .videos.single { grid-template-columns: minmax(0, 520px); }
.tcpel-b2-page .video-card { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; }
.tcpel-b2-page .video-card .elementor-wrapper { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #06182a; }
.tcpel-b2-page .video-card .elementor-video { position: absolute; inset: 0; width: 100%; height: 100%; }
.tcpel-b2-page .video-card .elementor-custom-embed-image-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background-position: center; background-repeat: no-repeat; background-size: cover; cursor: pointer; }
.tcpel-b2-page .video-card .elementor-custom-embed-play { display: inline-flex; width: 62px; height: 62px; align-items: center; justify-content: center; color: #fff; filter: drop-shadow(0 3px 10px rgba(0,0,0,.45)); }
.tcpel-b2-page .video-card .elementor-custom-embed-play svg { display: block; width: 62px !important; height: 62px !important; fill: currentColor; }
.tcpel-b2-page .video-card h3,
.tcpel-b2-page .video-card p { margin-left: 20px; margin-right: 20px; }
.tcpel-b2-page .video-card h3 { margin-top: 20px; }
.tcpel-b2-page .video-card p { color: var(--muted); margin-bottom: 22px; }
.tcpel-b2-page .faq { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tcpel-b2-page .faq .elementor-accordion-item { border: 1px solid var(--line); border-radius: 12px; background: #fff; overflow: hidden; }
.tcpel-b2-page .faq .elementor-tab-title { display: flex; align-items: center; gap: 10px; font-weight: 850; color: var(--navy); padding: 18px 20px; cursor: pointer; }
.tcpel-b2-page .faq .elementor-accordion-title { flex: 1 1 auto; min-width: 0; color: inherit; text-decoration: none; }
.tcpel-b2-page .faq .elementor-accordion-icon { display: inline-flex; flex: 0 0 14px; width: 14px; color: var(--blue); }
.tcpel-b2-page .faq .elementor-accordion-icon span { display: inline-flex; }
.tcpel-b2-page .faq .elementor-accordion-icon svg { display: block; width: 14px !important; height: 14px !important; fill: currentColor; }
.tcpel-b2-page .faq .elementor-accordion-icon-opened { display: none; }
.tcpel-b2-page .faq .elementor-tab-title.elementor-active .elementor-accordion-icon-closed { display: none; }
.tcpel-b2-page .faq .elementor-tab-title.elementor-active .elementor-accordion-icon-opened { display: inline-flex; }
.tcpel-b2-page .faq .elementor-tab-content { display: none; color: var(--muted); padding: 0 20px 18px; }
.tcpel-b2-page .faq .elementor-tab-content.elementor-active { display: block; }
.tcpel-b2-page .rfq { padding-block: 72px; background: linear-gradient(135deg, #0b2946, #0d5fb8) !important; color: #fff; }
.tcpel-b2-page .rfq h2,
.tcpel-b2-page .rfq h3,
.tcpel-b2-page .rfq .elementor-heading-title { color: #fff; }
.tcpel-b2-page .rfq-panel { display: block !important; width: 100% !important; background: #fff; color: var(--ink); border-radius: 14px; padding: 28px; }
.tcpel-b2-page .rfq-panel h3,
.tcpel-b2-page .rfq-panel .elementor-heading-title { color: var(--navy); }
.tcpel-b2-page .rfq-panel .elementor-icon-list-item { border-bottom-color: #d8e4ed; }
.tcpel-b2-page .light-button .elementor-button { background: var(--navy); margin-top: 12px; }
.tcpel-b2-page .entity { background: var(--navy); color: #fff; padding: 30px; border-radius: 14px; }
.tcpel-b2-page .entity h3,
.tcpel-b2-page .entity .elementor-heading-title { color: #fff; }
.tcpel-b2-page .contact-panel { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; background: #edf7fd; border-radius: 16px; padding: 36px; }
.tcpel-b2-page .tcpel-b2-rfq-form { margin-top: 18px; }
.tcpel-b2-page .tcpel-b2-rfq-form .ff-el-form-control { border-color: var(--line); border-radius: 7px; }
.tcpel-b2-page .tcpel-b2-rfq-form .ff-btn-submit { background: var(--blue); border-radius: 8px; font-weight: 800; }

@media (max-width: 1000px) {
  .tcpel-b2-page .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .tcpel-b2-page .hero-media .elementor-widget-container { min-height: 400px; }
  .tcpel-b2-page .cards { grid-template-columns: 1fr 1fr; }
  .tcpel-b2-page .gallery { grid-template-columns: 1fr 1fr; }
  .tcpel-b2-page .answer-grid { grid-template-columns: 1fr; }
  .tcpel-b2-page .videos { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .tcpel-b2-page .wrap { width: min(calc(100% - 28px), var(--max)); }
  .tcpel-b2-page .hero-grid { min-height: 0; padding-top: 26px; padding-bottom: 48px; }
  .tcpel-b2-page .breadcrumb { margin-bottom: 24px; }
  .tcpel-b2-page h1 { font-size: 42px; }
  .tcpel-b2-page h2 { font-size: 34px; }
  .tcpel-b2-page .lead,
  .tcpel-b2-page .lead p { font-size: 17px; }
  .tcpel-b2-page .hero-actions { align-items: stretch; flex-direction: column; }
  .tcpel-b2-page .facts { display: grid; grid-template-columns: 1fr 1fr; }
  .tcpel-b2-page .fact { min-width: 0; }
  .tcpel-b2-page .hero-media .elementor-widget-container { min-height: 300px; }
  .tcpel-b2-page .answer-grid { padding-top: 36px; padding-bottom: 36px; }
  .tcpel-b2-page .section { padding-block: 60px; }
  .tcpel-b2-page .cards,
  .tcpel-b2-page .two,
  .tcpel-b2-page .gallery,
  .tcpel-b2-page .videos,
  .tcpel-b2-page .faq,
  .tcpel-b2-page .contact-panel { grid-template-columns: 1fr; }
  .tcpel-b2-page .card { min-height: 0; }
  .tcpel-b2-page .process-step { grid-template-columns: 50px 1fr; padding: 19px; }
  .tcpel-b2-page .table-wrap { margin-left: -14px; margin-right: -14px; border-radius: 0; }
  .tcpel-b2-page .rfq { padding-block: 56px; }
}
