.elementor-561 .elementor-element.elementor-element-b78fb3d{--display:flex;}.elementor-561 .elementor-element.elementor-element-3b6d520{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3b6d520 */.trtukpath-page{
  --accent:#b3b401;
  --accent-hover:#d6d73a;
  --bg:#0b0b0b;
  --bg-card:linear-gradient(180deg,#171717 0%,#111111 100%);
  --bg-card-soft:linear-gradient(180deg,rgba(255,255,255,0.025) 0%,rgba(255,255,255,0.01) 100%);
  --text-main:#ffffff;
  --text-body:#bbbbbb;
  --text-soft:#d1d1d1;
  --border-soft:rgba(255,255,255,0.06);
  --border-faint:rgba(255,255,255,0.04);
  --shadow-lg:0 18px 44px rgba(0,0,0,0.30);
  --shadow-md:0 12px 28px rgba(0,0,0,0.20);
  --radius-xl:26px;
  --radius-lg:22px;
  --radius-md:18px;
  background:var(--bg);
  padding:110px 0 96px;
  font-family:'Montserrat',sans-serif;
}

.trtukpath-page *{box-sizing:border-box;}
.trtukpath-page img{max-width:100%;display:block;}
.trtukpath-page h1,
.trtukpath-page h2,
.trtukpath-page h3{margin-top:0;}

.trtukpath-shell{
  width:90%;
  max-width:1240px;
  margin:0 auto;
}

/* HERO */
.trtukpath-hero{
  max-width:980px;
  margin:0 auto 52px;
  text-align:center;
}

.trtukpath-eyebrow,
.trtukpath-kicker,
.trtukpath-path__label,
.trtukpath-highlight__label,
.trtukpath-compare-label{
  display:inline-block;
  color:var(--accent);
  font-size:12px;
  font-weight:700;
  letter-spacing:0.16em;
  text-transform:uppercase;
}

.trtukpath-eyebrow{margin-bottom:16px;}
.trtukpath-kicker{margin-bottom:16px;}
.trtukpath-path__label,
.trtukpath-highlight__label,
.trtukpath-compare-label{
  margin-bottom:12px;
  letter-spacing:0.12em;
}

.trtukpath-hero h1{
  margin:0 0 18px;
  color:var(--text-main);
  font-size:60px;
  line-height:1.03;
  letter-spacing:-0.035em;
  font-weight:800;
}

.trtukpath-intro p,
.trtukpath-copy p,
.trtukpath-narrow p,
.trtukpath-panel__intro p,
.trtukpath-column p,
.trtukpath-feature__content p,
.trtukpath-wide p,
.trtukpath-faq-answer p{
  margin:0 0 18px;
  color:var(--text-body);
  font-size:17px;
  line-height:1.95;
}

.trtukpath-intro p:last-child,
.trtukpath-copy p:last-child,
.trtukpath-narrow p:last-child,
.trtukpath-panel__intro p:last-child,
.trtukpath-column p:last-child,
.trtukpath-feature__content p:last-child,
.trtukpath-wide p:last-child{
  margin-bottom:0;
}

/* ACCENT */
.trtukpath-accent{
  width:78px;
  height:3px;
  margin:0 auto 28px;
  border-radius:999px;
  background:var(--accent);
}

.trtukpath-accent.small{
  width:64px;
  margin:0 0 22px;
}

/* LINKS */
.trtukpath-page a.trtukpath-link,
.trtukpath-page a.trtukpath-link:visited,
.trtukpath-page a.trtukpath-link:focus,
.trtukpath-page a.trtukpath-link:active{
  color:var(--accent) !important;
  font-weight:700;
  text-decoration:none !important;
  border-bottom:1px solid rgba(179,180,1,0.35);
  transition:color .18s ease,border-color .18s ease,opacity .18s ease;
}

.trtukpath-page a.trtukpath-link:hover{
  color:var(--accent-hover) !important;
  border-bottom-color:rgba(179,180,1,0.68);
  text-decoration:none !important;
  opacity:.96;
}

/* TOC */
.trtukpath-summary{margin:0 0 60px;}

.trtukpath-summary__card{
  padding:34px 32px;
  border:1px solid var(--border-soft);
  border-radius:var(--radius-xl);
  background:var(--bg-card);
  box-shadow:var(--shadow-md);
}

.trtukpath-summary__card h2,
.trtukpath-copy h2,
.trtukpath-narrow h2,
.trtukpath-panel__intro h2,
.trtukpath-feature__content h2,
.trtukpath-wide h2{
  margin:0 0 14px;
  color:var(--text-main);
  font-size:44px;
  line-height:1.06;
  letter-spacing:-0.03em;
  font-weight:800;
}

.trtukpath-summary__card h2{
  font-size:34px;
  line-height:1.1;
  letter-spacing:-0.02em;
}

.trtukpath-toc{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 18px;
  margin-top:6px;
}

.trtukpath-toc__item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:16px 18px;
  border:1px solid var(--border-soft);
  border-radius:16px;
  background:var(--bg-card-soft);
  text-decoration:none !important;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}

.trtukpath-toc__item:hover{
  transform:translateY(-4px);
  border-color:rgba(179,180,1,0.35);
  box-shadow:0 10px 24px rgba(0,0,0,0.18);
}

.trtukpath-toc__icon{
  flex:0 0 8px;
  width:8px;
  height:8px;
  margin-top:9px;
  border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 0 4px rgba(179,180,1,0.08);
}

.trtukpath-toc__text{
  color:var(--text-main);
  font-size:16px;
  line-height:1.55;
  font-weight:600;
  letter-spacing:-0.01em;
}

/* SECTIONS */
.trtukpath-section{
  padding:62px 0;
  border-top:1px solid var(--border-faint);
}

.trtukpath-grid{
  display:grid;
  grid-template-columns:1.02fr 0.98fr;
  gap:58px;
  align-items:center;
}

.trtukpath-narrow{max-width:920px;}
.trtukpath-wide{max-width:1080px;}

/* MEDIA */
.trtukpath-media{
  display:flex;
  justify-content:center;
}

.trtukpath-image-card{
  overflow:hidden;
  width:100%;
  border:1px solid var(--border-soft);
  border-radius:24px;
  background:var(--bg-card);
  box-shadow:var(--shadow-lg);
}

.trtukpath-image-card img{
  width:100%;
  min-height:500px;
  object-fit:cover;
}

.trtukpath-wide-image{margin-top:30px;}
.trtukpath-image-card--wide img{
  min-height:0;
  max-height:640px;
}

/* PATHS */
.trtukpath-pathways{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

.trtukpath-path,
.trtukpath-note,
.trtukpath-compare-card,
.trtukpath-highlight{
  padding:28px;
  border:1px solid var(--border-soft);
  border-radius:var(--radius-lg);
  background:var(--bg-card);
  box-shadow:var(--shadow-md);
}

.trtukpath-path h3,
.trtukpath-note h3{
  margin:0 0 14px;
  color:var(--text-main);
  font-size:22px;
  line-height:1.25;
  font-weight:700;
}

.trtukpath-path ol{
  margin:0;
  padding-left:20px;
}

.trtukpath-path li,
.trtukpath-note li,
.trtukpath-highlight li,
.trtukpath-references li{
  color:var(--text-soft);
  font-size:15px;
  line-height:1.8;
}

.trtukpath-path li{margin-bottom:12px;}
.trtukpath-path li:last-child{margin-bottom:0;}

/* PANEL */
.trtukpath-panel{
  padding:34px;
  border:1px solid var(--border-soft);
  border-radius:var(--radius-xl);
  background:var(--bg-card);
  box-shadow:var(--shadow-lg);
}

.trtukpath-panel__intro{
  max-width:920px;
  margin-bottom:24px;
}

.trtukpath-columns{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:26px;
}

.trtukpath-column--aside{
  display:grid;
  gap:18px;
  align-content:start;
}

.trtukpath-note ul,
.trtukpath-highlight ul,
.trtukpath-references{
  margin:0;
  padding:0;
  list-style:none;
}

.trtukpath-note li,
.trtukpath-highlight li,
.trtukpath-references li{
  position:relative;
  padding-left:18px;
  margin-bottom:12px;
}

.trtukpath-note li:last-child,
.trtukpath-highlight li:last-child,
.trtukpath-references li:last-child{
  margin-bottom:0;
}

.trtukpath-note li::before,
.trtukpath-highlight li::before,
.trtukpath-references li::before{
  content:"";
  position:absolute;
  top:10px;
  left:0;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent);
}

/* FEATURE */
.trtukpath-feature{
  max-width:1000px;
  display:grid;
  grid-template-columns:64px 1fr;
  gap:22px;
  align-items:start;
}

.trtukpath-feature__line{
  width:100%;
  height:100%;
  min-height:200px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--accent) 0%,rgba(179,180,1,0.08) 100%);
}

/* COMPARISON */
.trtukpath-compare-grid{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
}

.trtukpath-compare-card ul{
  list-style:none;
  padding:0;
  margin:0;
}

.trtukpath-compare-card li{
  margin-bottom:18px;
  color:var(--text-body);
  font-size:15px;
  line-height:1.7;
}

.trtukpath-compare-card li strong{
  display:block;
  margin-bottom:4px;
  color:var(--text-main);
}

/* COSTS */
.trtukpath-aside{
  display:flex;
  align-items:center;
  justify-content:center;
}

/* REFERENCES */
.trtukpath-references li{
  margin-bottom:14px;
  font-size:16px;
}

/* FAQ */
.trtukpath-faq{
  padding:62px 0 10px;
  border-top:1px solid var(--border-faint);
}

.trtukpath-faq-list{
  display:grid;
  gap:14px;
  margin-top:8px;
}

.trtukpath-faq-item{
  border:1px solid var(--border-soft);
  border-radius:var(--radius-md);
  background:var(--bg-card-soft);
  overflow:hidden;
}

.trtukpath-faq-item summary{
  list-style:none;
  cursor:pointer;
  position:relative;
  padding:20px 56px 20px 20px;
  color:var(--text-main);
  font-size:18px;
  font-weight:700;
  line-height:1.5;
}

.trtukpath-faq-item summary::-webkit-details-marker{display:none;}

.trtukpath-faq-item summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  color:var(--accent);
  font-size:24px;
  font-weight:700;
}

.trtukpath-faq-item[open] summary::after{content:"−";}
.trtukpath-faq-answer{padding:0 20px 20px;}

/* RESPONSIVE */
@media (max-width:1100px){
  .trtukpath-grid,
  .trtukpath-pathways,
  .trtukpath-columns,
  .trtukpath-toc,
  .trtukpath-compare-grid{
    grid-template-columns:1fr;
  }

  .trtukpath-grid{gap:32px;}

  .trtukpath-image-card img{min-height:320px;}

  .trtukpath-feature{
    grid-template-columns:1fr;
    gap:18px;
  }

  .trtukpath-feature__line{
    width:84px;
    min-height:3px;
    height:3px;
  }
}

@media (max-width:900px){
  .trtukpath-page{padding:82px 0;}

  .trtukpath-hero h1{font-size:42px;}

  .trtukpath-copy h2,
  .trtukpath-narrow h2,
  .trtukpath-panel__intro h2,
  .trtukpath-feature__content h2,
  .trtukpath-wide h2{
    font-size:34px;
  }

  .trtukpath-summary__card h2{font-size:28px;}

  .trtukpath-intro p,
  .trtukpath-copy p,
  .trtukpath-narrow p,
  .trtukpath-panel__intro p,
  .trtukpath-column p,
  .trtukpath-feature__content p,
  .trtukpath-wide p,
  .trtukpath-faq-answer p{
    font-size:16px;
  }

  .trtukpath-summary__card,
  .trtukpath-panel,
  .trtukpath-path,
  .trtukpath-note,
  .trtukpath-compare-card,
  .trtukpath-highlight{
    padding:24px;
  }
}

@media (max-width:640px){
  .trtukpath-hero h1{font-size:35px;}

  .trtukpath-copy h2,
  .trtukpath-narrow h2,
  .trtukpath-panel__intro h2,
  .trtukpath-feature__content h2,
  .trtukpath-wide h2{
    font-size:28px;
  }

  .trtukpath-summary__card h2{font-size:24px;}
  .trtukpath-accent{width:62px;}
  .trtukpath-image-card{border-radius:18px;}
  .trtukpath-image-card img{min-height:240px;}

  .trtukpath-faq-item summary{
    font-size:16px;
    padding:18px 48px 18px 18px;
  }

  .trtukpath-faq-answer{padding:0 18px 18px;}
  .trtukpath-summary__card{padding:24px 20px;}
  .trtukpath-section,
  .trtukpath-faq{padding:52px 0 10px;}
}/* End custom CSS */