:root {
  --td-blue: #1769ff;
  --td-blue-bright: #2f7cff;
  --td-ink: #07101f;
  --td-night: #030814;
  --td-soft: #f2f5fa;
  --td-muted: #68758a;
  --td-line: #d7dfe9;
  --td-radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: hidden; color: var(--td-ink); background: #fff; font-family: "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.td-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
.td-page-content { min-height: 50vh; }
.td-shell { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.td-section { padding-block: 120px; }
.td-section-dark { color: #fff; background: var(--td-night); }
.td-section-soft { background: var(--td-soft); }
.td-global-template, .td-global-template > .e-con-inner { padding: 0; max-width: none; }
.td-global-template .elementor-widget-html, .td-global-template .elementor-widget-container { width: 100%; }

.td-kicker .elementor-widget-container, .td-kicker { color: #8b9bb2; font-size:  14px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.td-kicker .elementor-widget-container { display: flex; align-items: center; gap: 10px; }
.td-kicker p { margin: 0; }
.td-kicker-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--td-blue-bright); box-shadow: 0 0 14px var(--td-blue-bright); }
.td-kicker-dark, .td-kicker-dark .elementor-widget-container { color: #657286; }
.td-section-title .elementor-heading-title { margin: 20px 0 0; font-size: clamp(42px, 4.8vw, 70px); line-height: 1.04; letter-spacing: -.065em; font-weight: 600; }
.td-section-title em { color: var(--td-blue); font-style: normal; font-weight: 500; }
.td-section-intro { max-width: 760px; margin-top: 24px; }
.td-section-intro p { margin: 0; color: #6a778b; font-size: 15px; line-height: 1.85; }
.td-section-dark .td-section-intro p { color: #8f9db2; }
.td-heading-block { margin-bottom: 62px; }

.td-button .elementor-button, a.td-button { min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--td-ink); font-size:  14px; font-weight: 800; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.td-button .elementor-button:hover, a.td-button:hover { transform: translateY(-2px); background: var(--td-blue); }
.td-button-light .elementor-button, a.td-button-light { color: var(--td-ink); background: #fff; }
.td-button-light .elementor-button:hover, a.td-button-light:hover { color: var(--td-ink); background: #dce9ff; }
.td-button-ghost .elementor-button { border-color: rgba(255,255,255,.24); color: #fff; background: transparent; }
.td-button-outline .elementor-button { border-color: #c5cfdb; color: var(--td-ink); background: transparent; }
.td-actions { margin-top: 34px; }

.td-site-header { height: 100px; position: absolute; z-index: 90; inset: 0 0 auto; color: #fff; }
.admin-bar .td-site-header { top: 32px; }
.td-header-inner { height: 100px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.13); }
.td-brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.td-brand > b { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 11px; color: #fff; font-size: 21px; letter-spacing: -.08em; transform: skewX(-5deg); }
.td-brand > span { display: flex; flex-direction: column; gap: 4px; }
.td-brand strong { color: #fff; font-size: 15px; letter-spacing: .17em; }
.td-brand small { color: rgba(255,255,255,.62); font-size:  14px; letter-spacing: .48em; }
.td-nav { height: 100%; margin-left: auto; display: flex; align-items: center; gap: 28px; }
.td-nav > a, .td-nav-dropdown > a { color: rgba(255,255,255,.73); font-size:  14px; transition: color .2s; }
.td-nav > a:hover, .td-nav-dropdown:hover > a { color: #fff; }
.td-nav-dropdown { height: 100%; display: flex; align-items: center; }
.td-nav-dropdown > a i { margin-left: 7px; color: #6686b5; font-style: normal; }
.td-mega { width: min(1280px, calc(100vw - 56px)); min-height: 340px; padding: 34px; position: absolute; top: 100px; left: 50%; border: 1px solid rgba(255,255,255,.12); border-radius: 0 0 24px 24px; display: grid; grid-template-columns: .72fr 1.45fr .65fr; gap: 32px; color: #fff; background: rgba(3,8,20,.985); box-shadow: 0 35px 90px rgba(0,0,0,.45); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%,-12px); transition: opacity .25s, transform .3s, visibility .25s; }
.td-nav-dropdown:hover .td-mega, .td-nav-dropdown:focus-within .td-mega { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%,0); }
.td-mega-intro small, .td-mega-local small { color: #5b7091; font-size:  14px; letter-spacing: .16em; }
.td-mega-intro h3 { margin: 22px 0 18px; font-size: 31px; line-height: 1.08; letter-spacing: -.055em; }
.td-mega-intro h3 em { color: #78a7ff; font-style: normal; }
.td-mega-intro p { color: #7d8ba0; font-size:  14px; line-height: 1.7; }
.td-mega-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.td-mega-links a { min-height: 94px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; display: grid; grid-template-columns: 28px 1fr; align-items: center; background: rgba(255,255,255,.025); transition: background .2s, border-color .2s; }
.td-mega-links a:last-child { grid-column: 1/-1; }
.td-mega-links a:hover { border-color: rgba(65,139,255,.55); background: rgba(23,105,255,.12); }
.td-mega-links b { color: #5b7caf; font-size:  14px; }
.td-mega-links span { color: #dce4f0; font-size:  14px; font-weight: 650; }
.td-mega-local { padding: 22px; border-radius: 17px; display: flex; flex-direction: column; gap: 15px; background: linear-gradient(145deg,#1769ff,#0a347f); }
.td-mega-local small { margin-bottom: 8px; color: rgba(255,255,255,.6); }
.td-mega-local a { color: #fff; font-size:  14px; }
.td-mega-projects { grid-template-columns: .7fr 1.6fr; }
.td-region-links { grid-template-columns: repeat(3,1fr); }
.td-region-links a, .td-region-links a:last-child { min-height: 220px; grid-column: auto; align-content: end; }
.td-region-links b { font-size: 28px; color: rgba(255,255,255,.18); }
.td-header-actions { margin-left: 28px; display: flex; align-items: center; gap: 17px; }
.td-phone { color: #fff; font-size:  14px; font-weight: 700; }
.td-menu-toggle { width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; display: none; align-items: center; justify-content: center; flex-direction: column; gap: 7px; color: #fff; background: transparent; cursor: pointer; }
.td-menu-toggle span { width: 18px; height: 1.5px; background: currentColor; transition: transform .25s; }
.td-menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.td-menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.td-mobile-menu { display: none; }

.td-hero { min-height: 900px; position: relative; overflow: hidden; }
.td-hero:before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.027) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.027) 1px,transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom,#000,transparent 95%); }
.td-hero > .e-con-inner, .td-hero > .td-shell { position: relative; z-index: 2; }
.td-hero-grid { min-height: 610px; display: flex; flex-direction: row; align-items: center; }
.td-hero-copy-wrap { flex: 1.08; }
.td-hero-title .elementor-heading-title { margin: 25px 0; max-width: 820px; color: #fff; font-size: clamp(56px,6.2vw,92px); line-height: .96; letter-spacing: -.073em; font-weight: 600; }
.td-hero-title span { color: #7ca9ff; font-weight: 500; }
.td-hero-copy { max-width: 680px; }
.td-hero-copy p { margin: 0; color: #9aa8bb; font-size: 16px; line-height: 1.82; }
.td-hero-visual { flex: .92; min-height: 500px; border: 1px solid rgba(255,255,255,.11); border-radius: 44% 44% 23% 23%; display: grid; place-items: center; position: relative; background: radial-gradient(circle,rgba(49,118,242,.2),transparent 57%); }
.td-hero-visual:before, .td-hero-visual:after { content: ""; position: absolute; border: 1px solid rgba(84,148,255,.22); border-radius: 50%; }
.td-hero-visual:before { inset: 8%; transform: rotate(22deg) scaleY(.72); }
.td-hero-visual:after { inset: 20% 4%; transform: rotate(-38deg) scaleY(.48); }
.td-hero-visual .elementor-widget-container { width: 100%; height: 100%; position: relative; }
.td-orbit { position: absolute; inset: 12%; border: 1px dashed rgba(90,153,255,.2); border-radius: 50%; }
.td-orbit-two { inset: 24%; }
.td-visual-card { width: 64%; min-height: 50%; padding: 32px; position: absolute; z-index: 3; left: 18%; top: 25%; border: 1px solid rgba(255,255,255,.15); border-radius: 21px; display: flex; flex-direction: column; justify-content: center; background: rgba(3,10,23,.78); box-shadow: 0 30px 80px rgba(0,0,0,.35); transform: rotate(-3deg); }
.td-visual-card small { color: #637b9f; font-size:  14px; letter-spacing: .15em; }
.td-visual-card strong { margin: 20px 0; color: #fff; font-size: clamp(44px,5vw,70px); letter-spacing: -.08em; }
.td-visual-card span { color: #70819a; font-size:  14px; letter-spacing: .1em; }

.td-card-grid { display: flex; flex-wrap: wrap; border-top: 1px solid var(--td-line); border-left: 1px solid var(--td-line); }
.td-card { min-height: 300px; flex: 1 1 30%; padding: 32px; border-right: 1px solid var(--td-line); border-bottom: 1px solid var(--td-line); display: flex; flex-direction: column; transition: transform .3s, background .3s, color .3s; }
.td-card:hover { z-index: 2; color: #fff; background: var(--td-ink); transform: translateY(-4px); }
.td-card-number p { margin: 0; }
.td-card-number span { color: #7f8ea4; font-size:  14px; letter-spacing: .13em; }
.td-card-title { margin-top: auto; }
.td-card-title .elementor-heading-title { margin: 70px 0 15px; color: inherit; font-size: 23px; line-height: 1.2; letter-spacing: -.045em; }
.td-card-copy p { margin: 0; color: #6d798c; font-size:  14px; line-height: 1.77; }
.td-section-dark .td-card { border-color: rgba(255,255,255,.13); }
.td-section-dark .td-card-copy p, .td-card:hover .td-card-copy p { color: #95a2b5; }
.td-link-card .td-button { margin-top: 24px; }
.td-link-card-grid .td-card { flex-basis: 30%; }
.td-process-grid .td-card { flex-basis: 24%; }
.td-article-grid .td-card { flex-basis: 30%; }
.td-contact-form { margin-top: 55px; padding: 38px; border: 1px solid var(--td-line); border-radius: var(--td-radius); background: #fff; }
.td-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.td-form-grid label { display: flex; flex-direction: column; gap: 9px; color: #68758a; font-size:  14px; letter-spacing: .06em; text-transform: uppercase; }
.td-form-grid input, .td-form-grid select, .td-form-grid textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid #cfd8e4; border-radius: 10px; color: var(--td-ink); background: #f8fafc; font: inherit; }
.td-form-grid textarea { min-height: 150px; }
.td-form-grid input[type="submit"] { width: auto; padding-inline: 25px; border: 0; color: #fff; background: var(--td-ink); font-weight: 750; cursor: pointer; }
.td-form-full { grid-column: 1/-1; }

.td-cta > .e-con-inner, .td-cta > .td-shell { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; }
.td-cta .td-heading-block { margin-bottom: 0; }
.td-cta .td-button { justify-self: end; }

.td-site-footer { padding-bottom: 28px; color: #fff; background: #020610; }
.td-footer-statement { min-height: 410px; padding: 90px 0 70px; border-bottom: 1px solid rgba(255,255,255,.11); display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.td-footer-statement > div > span { color: #62728a; font-size:  14px; letter-spacing: .17em; }
.td-footer-statement h2 { margin: 26px 0 0; font-size: clamp(48px,6vw,80px); line-height: .98; letter-spacing: -.07em; font-weight: 550; }
.td-footer-statement h2 em { color: #82aaf5; font-style: normal; }
.td-footer-statement > a { width: 145px; height: 145px; padding: 26px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; display: flex; flex-direction: column; justify-content: space-between; font-size: 14px; font-weight: 700; transition: background .25s, transform .25s; }
.td-footer-statement > a:hover { background: var(--td-blue); transform: rotate(-5deg); }
.td-footer-statement > a b { align-self: flex-end; }
.td-footer-main { padding: 68px 0 55px; display: grid; grid-template-columns: 1.45fr 1fr .8fr .8fr; gap: 60px; }
.td-footer-main > div > p { max-width: 390px; margin: 24px 0 0; color: #718096; font-size:  14px; line-height: 1.8; }
.td-footer-main nav { display: flex; flex-direction: column; gap: 12px; }
.td-footer-main nav h3 { margin: 4px 0 12px; color: #526078; font-size:  14px; letter-spacing: .16em; text-transform: uppercase; }
.td-footer-main nav a { color: #a3adbb; font-size:  14px; }
.td-footer-main nav a:hover { color: #fff; }
.td-footer-local { min-height: 72px; margin-bottom: 30px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; display: flex; align-items: center; gap: 10px; }
.td-footer-local span { margin-right: auto; color: #526078; font-size:  14px; letter-spacing: .15em; }
.td-footer-local a { padding: 8px 11px; border: 1px solid rgba(255,255,255,.09); border-radius: 25px; color: #9aa7b8; font-size:  14px; }
.td-footer-contact { border: 1px solid rgba(255,255,255,.1); border-radius: 17px; display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; }
.td-footer-contact > * { min-height: 102px; padding: 22px; border-right: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; justify-content: center; gap: 9px; }
.td-footer-contact > *:last-child { border-right: 0; }
.td-footer-contact span { color: #526078; font-size:  14px; letter-spacing: .13em; text-transform: uppercase; }
.td-footer-contact strong { color: #d0d9e6; font-size:  14px; overflow-wrap: anywhere; }
.td-footer-bottom { min-height: 70px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: start; color: #596579; font-size:  14px; }
.td-footer-bottom div { display: flex; gap: 20px; }
.td-footer-bottom > b { justify-self: end; font-size:  14px; letter-spacing: .13em; }

.td-editorial-single, .td-editorial-archive { padding: 170px 0 110px; }
.td-editorial-single h1, .td-editorial-archive > h1 { max-width: 900px; margin: 24px 0 50px; font-size: clamp(48px,6vw,80px); line-height: 1; letter-spacing: -.065em; }
.td-prose { max-width: 820px; font-size: 17px; line-height: 1.85; }
.td-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.td-post-grid article { min-height: 260px; padding: 28px; border: 1px solid var(--td-line); border-radius: 18px; }
.td-not-found { min-height: 760px; padding-top: 220px; }
.td-not-found h1 { margin: 25px 0; font-size: clamp(55px,7vw,95px); letter-spacing: -.07em; }
.td-not-found p { max-width: 600px; margin-bottom: 34px; color: #98a6ba; }

@media (max-width: 1100px) {
  .td-shell { width: min(960px, calc(100% - 48px)); }
  .td-nav, .td-phone { display: none; }
  .td-menu-toggle { display: flex; }
  .td-header-actions { margin-left: auto; }
  .td-mobile-menu { max-height: 0; padding: 0 28px; display: flex; flex-direction: column; position: fixed; inset: 100px 0 auto; overflow: hidden; opacity: 0; background: rgba(3,8,20,.99); transition: max-height .4s, opacity .25s, padding .3s; }
  .td-mobile-menu.is-open { max-height: calc(100vh - 100px); padding: 24px 28px 40px; overflow-y: auto; opacity: 1; }
  .td-mobile-menu > a { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; font-size: 27px; font-weight: 600; }
  .td-mobile-menu > div { padding-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .td-mobile-menu > div small { grid-column: 1/-1; color: #587094; font-size:  14px; letter-spacing: .15em; }
  .td-mobile-menu > div a { color: #a8b5c7; font-size:  14px; }
  .td-hero { min-height: 1080px; }
  .td-hero-grid { flex-direction: column; align-items: stretch; gap: 55px; }
  .td-hero-visual { width: 470px; min-height: 470px; align-self: center; flex: none; }
  .td-card { flex-basis: 48%; }
  .td-process-grid .td-card { flex-basis: 48%; }
  .td-footer-main { grid-template-columns: 1.3fr 1fr 1fr; gap: 48px 30px; }
  .td-footer-main nav:last-child { grid-column: 2/4; }
  .td-footer-local { flex-wrap: wrap; }
  .td-footer-local span { width: 100%; margin: 0; }
  .td-footer-contact { grid-template-columns: 1fr 1fr; }
  .td-footer-contact > *:nth-child(2) { border-right: 0; }
  .td-footer-contact > * { border-bottom: 1px solid rgba(255,255,255,.1); }
  .td-footer-contact > *:nth-child(n+3) { border-bottom: 0; }
}

@media (max-width: 782px) {
  .admin-bar .td-site-header { top: 46px; }
}

@media (max-width: 760px) {
  .td-shell { width: calc(100% - 36px); }
  .td-section { padding-block: 82px; }
  .td-site-header, .td-header-inner { height: 82px; }
  .td-header-inner { width: calc(100% - 28px); }
  .td-header-actions > .td-button { display: none; }
  .td-brand > b { width: 34px; height: 34px; }
  .td-mobile-menu { top: 82px; }
  .td-hero { min-height: 910px; padding-top: 125px; padding-bottom: 72px; }
  .td-hero-grid { min-height: 0; gap: 42px; }
  .td-hero-title .elementor-heading-title { font-size: 47px; line-height: 1; }
  .td-hero-copy p { font-size: 14px; line-height: 1.75; }
  .td-actions { flex-direction: column; align-items: stretch; }
  .td-actions .td-button, .td-actions .elementor-button { width: 100%; }
  .td-hero-visual { width: min(100%,390px); min-height: 360px; border-radius: 42% 42% 21% 21%; }
  .td-visual-card { width: 72%; left: 14%; padding: 24px; }
  .td-visual-card strong { font-size: 42px; }
  .td-section-title .elementor-heading-title { font-size: 40px; }
  .td-section-intro p { font-size:  14px; }
  .td-heading-block { margin-bottom: 40px; }
  .td-card, .td-link-card-grid .td-card, .td-process-grid .td-card, .td-article-grid .td-card { min-height: 260px; flex-basis: 100%; padding: 27px; }
  .td-card-title .elementor-heading-title { margin-top: 48px; }
  .td-cta > .e-con-inner, .td-cta > .td-shell { grid-template-columns: 1fr; gap: 35px; }
  .td-cta .td-button { justify-self: stretch; }
  .td-footer-statement { min-height: 0; padding: 75px 0 58px; grid-template-columns: 1fr; }
  .td-footer-statement h2 { font-size: 44px; }
  .td-footer-statement > a { width: 120px; height: 120px; }
  .td-footer-main { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .td-footer-main > div { grid-column: 1/-1; }
  .td-footer-main nav:last-child { grid-column: auto; }
  .td-footer-local a { flex: 1 1 calc(50% - 8px); text-align: center; }
  .td-footer-contact { grid-template-columns: 1fr; }
  .td-footer-contact > * { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .td-footer-contact > *:nth-child(n+3) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .td-footer-contact > *:last-child { border-bottom: 0; }
  .td-footer-bottom { grid-template-columns: 1fr; gap: 14px; }
  .td-footer-bottom > b { justify-self: start; }
  .td-form-grid { grid-template-columns: 1fr; }
  .td-form-full { grid-column: auto; }
  .td-contact-form { padding: 25px 20px; }
  .td-post-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto; animation-duration: .01ms; animation-iteration-count: 1; transition-duration: .01ms; }
}

/* v2.2.0 — exact visual parity layer for the approved Tasios Designs preview. */
:root { --tdp-blue:#1769ff; --tdp-blue-bright:#2f7cff; --tdp-ink:#07101f; --tdp-night:#030814; --tdp-soft:#f2f5fa; --tdp-line:#dfe5ef; }
.tdp-home, .tdp-global-header, .tdp-global-footer { font-family:"Manrope",Arial,sans-serif; }
.tdp-home .elementor-widget, .tdp-global-header .elementor-widget, .tdp-global-footer .elementor-widget { margin:0; }
.tdp-home .elementor-widget-container p { margin:0; }
/* Elementor 4 adds a 10px/20px base padding-gap layer to every Container.
   Reset only those inherited defaults. Any value selected in the Elementor
   editor is emitted later for the element ID and remains able to override it. */
.tdp-home.e-con, .tdp-home .e-con,
.tdp-global-header.e-con, .tdp-global-header .e-con,
.tdp-global-footer.e-con, .tdp-global-footer .e-con {
  --padding-top:0px;
  --padding-right:0px;
  --padding-bottom:0px;
  --padding-left:0px;
  --row-gap:0px;
  --column-gap:0px;
}
.tdp-shell { width:min(1280px,calc(100% - 80px)); margin-inline:auto; }
.tdp-section { padding-block:132px; }
.tdp-section-soft { background:var(--tdp-soft); }

/* Header and mega menus. */
.tdp-site-header { width:100%; position:absolute; inset:0 0 auto; z-index:90; color:#fff; }
.admin-bar .tdp-site-header { top:32px; }
.tdp-header-shell { width:min(1390px,calc(100% - 56px)); height:100px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; }
.tdp-brand-logo { width:172px; flex:0 0 172px; }
.tdp-brand-logo .elementor-widget-container, .tdp-brand-logo a { display:block; line-height:0; }
.tdp-brand-logo img { width:100%; height:auto; display:block; }
.tdp-brand { display:inline-flex; align-items:center; gap:12px; line-height:1; }
.tdp-brand-mark { width:38px; height:38px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.42); border-radius:11px; color:#fff; font-size:22px; font-weight:800; letter-spacing:-.08em; transform:skewX(-5deg); }
.tdp-brand-words { display:flex; flex-direction:column; gap:4px; }
.tdp-brand-words b { color:#fff; font-size:15px; letter-spacing:.17em; }
.tdp-brand-words small { color:rgba(255,255,255,.62); font-size: 14px; letter-spacing:.48em; }
.tdp-desktop-nav { height:100%; margin-left:auto; margin-right:34px; display:flex; align-items:center; gap:28px; }
.tdp-desktop-nav > a, .tdp-nav-dropdown-link { color:rgba(255,255,255,.72); font-size: 14px; transition:color .25s; }
.tdp-desktop-nav > a:hover, .tdp-nav-dropdown:hover .tdp-nav-dropdown-link { color:#fff; }
.tdp-nav-dropdown { height:100%; display:flex; align-items:center; position:static; }
.tdp-nav-dropdown-link { display:inline-flex; align-items:center; gap:8px; }
.tdp-nav-dropdown-link span { color:#6d8ec3; transition:transform .25s,color .25s; }
.tdp-nav-dropdown:hover .tdp-nav-dropdown-link span, .tdp-nav-dropdown:focus-within .tdp-nav-dropdown-link span { color:#fff; transform:rotate(180deg) translateY(-1px); }
.tdp-mega-menu { width:100vw; position:absolute; top:146px; left:0; overflow:hidden; border-bottom:1px solid rgba(255,255,255,.12); border-radius:0 0 26px 26px; color:#fff; background:rgba(4,10,23,.985); box-shadow:0 35px 90px rgba(0,0,0,.48); opacity:0; visibility:hidden; pointer-events:none; transform:translateY(-14px); transition:opacity .25s,transform .35s,visibility .25s; }
.tdp-mega-menu:before { content:""; width:520px; height:520px; position:absolute; right:9%; bottom:-420px; border-radius:50%; background:rgba(23,105,255,.24); filter:blur(90px); }
.tdp-nav-dropdown:hover .tdp-mega-menu, .tdp-nav-dropdown:focus-within .tdp-mega-menu { opacity:1; visibility:visible; pointer-events:auto; transform:none; }
.tdp-mega-shell { width:min(1390px,calc(100% - 56px)); min-height:418px; padding:38px 0; margin:0 auto; display:grid; grid-template-columns:.82fr 1.55fr .72fr; gap:36px; position:relative; z-index:1; }
.tdp-mega-intro { padding:11px 10px 8px 4px; display:flex; flex-direction:column; align-items:flex-start; }
.tdp-mega-intro > small { color:#597093; font-size: 14px; font-weight:800; letter-spacing:.18em; }
.tdp-mega-intro h2 { margin:22px 0 19px; font-size:31px; line-height:1.08; letter-spacing:-.055em; font-weight:600; }
.tdp-mega-intro h2 em { color:#78a7ff; font-style:normal; font-weight:500; }
.tdp-mega-intro p { margin:0; color:#77869b; font-size: 14px; line-height:1.75; }
.tdp-mega-intro > a { margin-top:auto; padding-bottom:6px; border-bottom:1px solid #41516a; color:#dce6f6; font-size: 14px; font-weight:800; }
.tdp-mega-services { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.tdp-mega-services > a { min-height:110px; padding:18px; display:grid; grid-template-columns:25px 1fr 26px; gap:10px; align-items:start; border:1px solid rgba(255,255,255,.1); border-radius:16px; background:rgba(255,255,255,.025); transition:transform .25s,border-color .25s,background .25s; }
.tdp-mega-services > a:last-child { grid-column:1/-1; }
.tdp-mega-services > a:hover { transform:translateY(-2px); border-color:rgba(80,145,255,.55); background:rgba(23,105,255,.1); }
.tdp-mega-services > a > span { padding-top:3px; color:#5279b6; font-size: 14px; }
.tdp-mega-services strong { display:block; color:#edf3fc; font-size: 14px; }
.tdp-mega-services small { margin-top:8px; display:block; color:#718097; font-size: 14px; line-height:1.55; }
.tdp-mega-services > a > b { width:26px; height:26px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.14); border-radius:50%; color:#7993ba; font-size: 14px; font-weight:400; }
.tdp-mega-highlight { padding:25px 22px; border-radius:18px; display:flex; flex-direction:column; align-items:flex-start; position:relative; overflow:hidden; background:linear-gradient(145deg,#1769ff,#0b3a92); }
.tdp-mega-highlight > span { position:relative; z-index:2; color:rgba(255,255,255,.65); font-size: 14px; letter-spacing:.14em; }
.tdp-mega-highlight > div { position:absolute; right:-14px; top:18px; color:rgba(255,255,255,.09); font-size:180px; line-height:.8; font-weight:800; transform:rotate(-8deg); }
.tdp-mega-highlight h3 { margin:auto 0 14px; position:relative; z-index:2; font-size:21px; line-height:1.16; letter-spacing:-.045em; }
.tdp-mega-highlight p { margin:0 0 23px; position:relative; z-index:2; color:#c9dcff; font-size: 14px; line-height:1.65; }
.tdp-mega-highlight a { padding-bottom:5px; position:relative; z-index:2; border-bottom:1px solid rgba(255,255,255,.48); color:#fff; font-size: 14px; font-weight:800; }
.tdp-projects-mega { background:linear-gradient(105deg,rgba(3,8,20,.995),rgba(7,18,38,.99)); }
.tdp-projects-mega-shell { min-height:390px; grid-template-columns:.6fr 1.9fr; gap:50px; }
.tdp-projects-mega-intro { padding-right:28px; border-right:1px solid rgba(255,255,255,.09); }
.tdp-mega-regions { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.tdp-mega-regions > a { min-height:314px; padding:21px; border:1px solid rgba(255,255,255,.1); border-radius:20px; display:flex; flex-direction:column; position:relative; overflow:hidden; background:rgba(255,255,255,.025); transition:transform .3s,border-color .3s,background .3s; }
.tdp-mega-regions > a:hover { transform:translateY(-5px); border-color:rgba(83,148,255,.55); background:rgba(23,105,255,.08); }
.tdp-mega-regions > a > span { color:#587398; font-size: 14px; }
.tdp-mega-regions > a > b { position:absolute; right:21px; top:16px; color:rgba(255,255,255,.16); font-size:31px; }
.tdp-mega-regions > a > i { height:77px; margin:25px 0 20px; border-top:1px solid rgba(105,158,245,.25); transform:rotate(-7deg); }
.tdp-mega-regions small { color:#597093; font-size: 14px; letter-spacing:.13em; }
.tdp-mega-regions strong { margin-top:8px; color:#edf3fc; font-size:16px; }
.tdp-mega-regions p { margin:9px 0 0; color:#748299; font-size: 14px; line-height:1.6; }
.tdp-mega-regions em { width:29px; height:29px; margin-top:auto; display:grid; place-items:center; border:1px solid rgba(255,255,255,.14); border-radius:50%; color:#7891b6; font-size: 14px; font-style:normal; }
.tdp-header-actions { display:flex; align-items:center; gap:20px; }
.tdp-header-phone { color:#fff; font-size: 14px; font-weight:700; }
.tdp-header-cta { padding:13px 17px; border-radius:12px; display:inline-flex; align-items:center; gap:14px; color:var(--tdp-ink); background:#fff; font-size: 14px; font-weight:800; transition:transform .25s,background .25s; }
.tdp-header-cta:hover { transform:translateY(-2px); background:#dce9ff; }
.tdp-header-info-bar { height:46px; border-top:1px solid rgba(255,255,255,.09); border-bottom:1px solid rgba(255,255,255,.13); background:rgba(3,8,20,.28); backdrop-filter:blur(12px); }
.tdp-header-info-shell { width:min(1390px,calc(100% - 56px)); height:46px; margin:0 auto; }
.tdp-header-info-shell > .elementor-widget, .tdp-header-contact-links > .elementor-widget { width:auto; flex:none; }
.tdp-info-news-link .elementor-button, .tdp-info-contact-link .elementor-button { padding:0; line-height:1.2; white-space:nowrap; }
.tdp-info-news-link .elementor-button:hover, .tdp-info-contact-link .elementor-button:hover { color:#fff; }
.tdp-menu-toggle { width:44px; height:44px; padding:0; border:1px solid rgba(255,255,255,.25); border-radius:12px; display:none; flex-direction:column; justify-content:center; align-items:center; gap:7px; color:#fff; background:transparent; cursor:pointer; position:relative; z-index:3; }
.tdp-menu-toggle span { width:18px; height:1.5px; background:currentColor; transition:transform .25s; }
.tdp-menu-toggle[aria-expanded="true"] span:first-child { transform:translateY(4.25px) rotate(45deg); }
.tdp-menu-toggle[aria-expanded="true"] span:last-child { transform:translateY(-4.25px) rotate(-45deg); }
.tdp-mobile-menu { display:none; }

/* Approved homepage hero. */
.tdp-home-hero { min-height:1016px; padding:226px 0 0; position:relative; overflow:hidden; color:#fff; background:radial-gradient(circle at 78% 36%,#0b2145 0,var(--tdp-night) 42%,#02050c 72%); }
.tdp-home-hero:before { content:""; position:absolute; inset:0; opacity:.32; background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size:78px 78px; mask-image:linear-gradient(to bottom,#000,transparent 85%); }
.tdp-hero-glow { width:700px; height:700px; position:absolute; right:-200px; top:50px; border-radius:50%; background:rgba(23,105,255,.14); filter:blur(110px); }
.tdp-hero-grid { min-height:680px; position:relative; z-index:2; display:grid; grid-template-columns:1.02fr .98fr; align-items:center; gap:56px; }
.tdp-hero-copy { padding-bottom:20px; position:relative; z-index:4; }
.tdp-eyebrow .elementor-widget-container { display:flex; align-items:center; gap:11px; color:rgba(255,255,255,.65); font-size: 14px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.tdp-eyebrow-dot { width:7px; height:7px; flex:0 0 7px; border-radius:50%; background:var(--tdp-blue-bright); box-shadow:0 0 16px var(--tdp-blue-bright); }
.tdp-eyebrow-dark .elementor-widget-container { color:#5c6a7f; }
.tdp-hero-title .elementor-heading-title { max-width:760px; margin:27px 0 25px; color:#fff; font-size:clamp(52px,5.2vw,78px); line-height:.99; letter-spacing:-.065em; font-weight:600; }
.tdp-hero-title span { color:#86aefb; font-weight:500; }
.tdp-hero-lead { max-width:560px; }
.tdp-hero-lead p { color:#9fabbd; font-size:17px; line-height:1.8; }
.tdp-hero-actions { --display:flex; --flex-direction:row; --flex-wrap:nowrap; margin-top:38px; display:flex; flex-direction:row; align-items:center; gap:28px; }
.tdp-button .elementor-button { min-height:54px; padding:0 23px; border:0; border-radius:14px; display:inline-flex; align-items:center; justify-content:center; gap:20px; font-size: 14px; font-weight:800; line-height:1.2; transition:transform .25s,background .25s,color .25s,border-color .25s; }
.tdp-button .elementor-button:hover { transform:translateY(-3px); }
.tdp-button-light .elementor-button { color:var(--tdp-ink); background:#fff; }
.tdp-button-light .elementor-button:hover { color:var(--tdp-ink); background:#dce9ff; }
.tdp-button-dark .elementor-button { color:#fff; background:var(--tdp-ink); }
.tdp-button-dark .elementor-button:hover { color:#fff; background:var(--tdp-blue); }
.tdp-button-outline .elementor-button { border:1px solid #bdc7d6; color:var(--tdp-ink); background:transparent; }
.tdp-button-outline .elementor-button:hover { border-color:var(--tdp-ink); color:var(--tdp-ink); background:transparent; }
.tdp-button-ghost .elementor-button { border:1px solid rgba(255,255,255,.23); color:#fff; background:transparent; }
.tdp-button-ghost .elementor-button:hover { border-color:#fff; color:var(--tdp-ink); background:#fff; }
.tdp-text-link .elementor-button { padding:12px 0; border:0; color:#c7cfdb; background:transparent; font-size: 14px; font-weight:700; }
.tdp-text-link .elementor-button:hover { color:#fff; background:transparent; }
.tdp-hero-proof { --display:flex; --flex-direction:row; --flex-wrap:nowrap; max-width:610px; margin-top:52px; padding-top:29px; border-top:1px solid rgba(255,255,255,.12); display:flex; flex-direction:row; align-items:flex-start; flex-wrap:nowrap; gap:40px; }
.tdp-proof-item .elementor-widget-container { display:flex; flex-direction:column; gap:5px; }
.tdp-proof-item strong { color:#fff; font-size:19px; letter-spacing:-.04em; }
.tdp-proof-item span { color:#718095; font-size: 14px; letter-spacing:.13em; text-transform:uppercase; }
.tdp-hero-visual { position:relative; }
.tdp-visual-frame { height:600px; position:relative; overflow:visible; border-radius:170px 170px 26px 26px; }
.tdp-visual-image { position:absolute; inset:0 -110px 0 -150px; filter:saturate(1.08) contrast(1.05); }
.tdp-visual-frame:after { content:""; position:absolute; inset:80px -20px 45px 12%; border:1px solid rgba(255,255,255,.1); border-radius:60% 18% 42% 18%; pointer-events:none; }
.tdp-floating-note { position:absolute; z-index:3; border:1px solid rgba(255,255,255,.16); color:#fff; background:rgba(4,12,26,.62); box-shadow:0 20px 70px rgba(0,0,0,.25); backdrop-filter:blur(14px); }
.tdp-note-top { top:74px; right:-30px; padding:12px 17px; border-radius:30px; display:flex; align-items:center; gap:10px; color:#bdc9dc; font-size: 14px; letter-spacing:.12em; text-transform:uppercase; }
.tdp-note-top i { width:6px; height:6px; border-radius:50%; background:#50a0ff; box-shadow:0 0 10px #50a0ff; }
.tdp-note-bottom { left:0; bottom:58px; padding:18px 20px; border-radius:18px; display:grid; grid-template-columns:auto 1fr; gap:5px 18px; }
.tdp-note-bottom span { grid-row:1/4; color:#4d84dd; font-size:31px; font-weight:500; }
.tdp-note-bottom b { color:#d5dfef; font-size: 14px; letter-spacing:.16em; text-transform:uppercase; }
.tdp-marquee { height:86px; position:absolute; z-index:4; bottom:0; left:0; right:0; overflow:hidden; border-top:1px solid rgba(255,255,255,.12); background:rgba(3,8,20,.76); }
.tdp-marquee .elementor-widget-container { height:100%; display:flex; align-items:center; }
.tdp-marquee .elementor-widget-container > div { width:max-content; display:flex; align-items:center; white-space:nowrap; color:#5f6b7b; font-size: 14px; font-weight:700; letter-spacing:.2em; animation:tdpMarquee 28s linear infinite; }
.tdp-marquee i { width:5px; height:5px; margin:0 28px; border-radius:50%; background:var(--tdp-blue); }
@keyframes tdpMarquee { to { transform:translateX(-42%); } }

/* Homepage sections. */
.tdp-intro-grid { display:grid; grid-template-columns:.65fr 2.1fr; gap:60px; }
.tdp-display-title .elementor-heading-title { margin:0 0 42px; font-size:clamp(44px,5.2vw,76px); line-height:1.07; letter-spacing:-.06em; font-weight:600; }
.tdp-display-title em, .tdp-process-heading em { color:var(--tdp-blue); font-style:normal; font-weight:500; }
.tdp-large-copy { max-width:800px; margin-bottom:36px; }
.tdp-large-copy p { color:#657085; font-size:19px; line-height:1.8; }
.tdp-section-heading { margin-bottom:66px; display:flex; flex-direction:row; justify-content:space-between; align-items:flex-end; gap:60px; }
.tdp-section-title .elementor-heading-title { margin:22px 0 0; color:var(--tdp-ink); font-size:clamp(42px,4.4vw,68px); line-height:1.04; letter-spacing:-.06em; font-weight:600; }
.tdp-project-section .tdp-section-title .elementor-heading-title { color:#fff; }
.tdp-section-heading-copy { max-width:440px; margin-bottom:5px; }
.tdp-section-heading-copy p { color:#69758a; font-size:15px; line-height:1.75; }
.tdp-heading-light-copy p { color:#8793a7; }
.tdp-services-grid { display:grid; grid-template-columns:repeat(6,1fr); border-top:1px solid #ccd4df; border-left:1px solid #ccd4df; }
.tdp-service-card { min-height:330px; grid-column:span 2; padding:32px; border-right:1px solid #ccd4df; border-bottom:1px solid #ccd4df; display:flex; flex-direction:column; position:relative; overflow:hidden; transition:background .35s,color .35s,transform .35s; }
.tdp-service-card:nth-child(n+4) { grid-column:span 3; }
.tdp-service-card:after { content:""; width:180px; height:180px; position:absolute; right:-100px; bottom:-110px; border-radius:50%; background:var(--tdp-blue); opacity:0; filter:blur(10px); transition:opacity .35s,transform .35s; }
.tdp-service-card:hover { z-index:2; color:#fff; background:var(--tdp-ink); transform:translateY(-4px); }
.tdp-service-card:hover:after { opacity:.45; transform:scale(1.4); }
.tdp-service-top .elementor-widget-container { display:flex; align-items:center; justify-content:space-between; }
.tdp-service-top span { color:#8c99ab; font-size: 14px; letter-spacing:.1em; }
.tdp-service-top b { width:34px; height:34px; display:grid; place-items:center; border:1px solid #bfc9d7; border-radius:50%; font-weight:400; transition:background .25s,transform .25s; }
.tdp-service-card:hover .tdp-service-top b { border-color:var(--tdp-blue); background:var(--tdp-blue); transform:rotate(10deg); }
.tdp-service-title { margin-top:auto; }
.tdp-service-title .elementor-heading-title { margin:0 0 18px; color:inherit; font-size:24px; line-height:1.2; letter-spacing:-.04em; }
.tdp-service-copy p { position:relative; z-index:1; color:#6e7a8d; font-size: 14px; line-height:1.75; }
.tdp-service-card:hover .tdp-service-copy p { color:#9eabbd; }
.tdp-center-action { margin-top:48px; display:flex; justify-content:center; }
.tdp-project-section { color:#fff; background:linear-gradient(180deg,#030814,#071020); }
.tdp-projects-grid { width:100%; display:flex; flex-direction:row; flex-wrap:nowrap; gap:30px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }
.tdp-projects-grid::-webkit-scrollbar { display:none; }
.tdp-projects-grid > .tdp-project-card { width:calc((100% - 60px)/3); max-width:calc((100% - 60px)/3); min-width:calc((100% - 60px)/3); flex:0 0 calc((100% - 60px)/3); scroll-snap-align:start; }
.tdp-project-card { min-width:0; }
.tdp-project-browser { aspect-ratio:1.22; padding:9% 7% 0; border-radius:24px; display:block; overflow:hidden; transition:transform .45s; }
.tdp-project-browser:hover { transform:translateY(-8px); }
.tdp-project-blue { background:radial-gradient(circle at 75% 25%,#4da2ff,transparent 36%),linear-gradient(135deg,#0d2c59,#081323 72%); }
.tdp-project-silver { background:radial-gradient(circle at 20% 10%,#fff,transparent 28%),linear-gradient(135deg,#b6c4d5,#66778e); }
.tdp-project-warm { background:radial-gradient(circle at 75% 35%,#ffd6ad,transparent 28%),linear-gradient(135deg,#6b3728,#170f12 76%); }
.tdp-project-ink { background:radial-gradient(circle at 20% 20%,#3e4965,transparent 25%),linear-gradient(135deg,#171a29,#070811 75%); }
.tdp-browser-window { height:100%; display:block; border-radius:18px 18px 0 0; overflow:hidden; box-shadow:0 30px 70px rgba(0,0,0,.28); transform:perspective(900px) rotateX(2deg); }
.tdp-browser-bar { height:34px; padding:0 12px; display:flex; align-items:center; gap:5px; color:#7e8999; background:#eef2f7; }
.tdp-browser-bar i { width:6px; height:6px; border-radius:50%; background:#b8c1cc; }
.tdp-browser-bar small { margin-left:8px; font-size: 14px; }
.tdp-browser-canvas { height:calc(100% - 34px); padding:10%; display:flex; flex-direction:column; justify-content:center; position:relative; overflow:hidden; color:var(--tdp-ink); background:#fff; }
.tdp-browser-canvas:after { content:""; width:52%; aspect-ratio:1; position:absolute; right:-12%; bottom:-22%; border-radius:50%; background:linear-gradient(145deg,#65a9ff,#0c315e); }
.tdp-project-silver .tdp-browser-canvas:after { background:linear-gradient(145deg,#afb8c5,#243247); }
.tdp-project-warm .tdp-browser-canvas:after { background:linear-gradient(145deg,#e7a56f,#5a2119); }
.tdp-project-ink .tdp-browser-canvas:after { background:linear-gradient(145deg,#51627f,#111520); }
.tdp-browser-canvas strong { position:relative; z-index:2; font-size:clamp(22px,3vw,44px); letter-spacing:-.06em; }
.tdp-browser-canvas > small { margin-top:9px; position:relative; z-index:2; color:#7a8797; font-size: 14px; }
.tdp-browser-canvas u { width:max-content; margin-top:25px; position:relative; z-index:2; color:#758197; font-size: 14px; text-decoration:none; border-bottom:1px solid #bdc5d1; }
.tdp-project-meta { margin-top:20px; display:grid; grid-template-columns:auto 1fr auto; gap:18px; align-items:start; }
.tdp-project-number span { padding-top:6px; color:#5d6a7f; font-size: 14px; }
.tdp-project-title .elementor-heading-title { margin:0; color:#fff; font-size:19px; font-weight:600; }
.tdp-project-copy p { margin-top:6px; color:#6d7a8e; font-size: 14px; }
.tdp-project-arrow b { color:#748196; font-size:18px; font-weight:400; }
.tdp-process-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:100px; }
.tdp-process-intro { position:sticky; top:60px; align-self:start; }
.tdp-process-heading .elementor-heading-title { margin:24px 0 30px; font-size:clamp(42px,4.5vw,66px); line-height:1.05; letter-spacing:-.06em; font-weight:600; }
.tdp-process-intro-copy { max-width:500px; }
.tdp-process-intro-copy p { color:#6d7889; font-size:15px; line-height:1.8; }
.tdp-process-list { border-top:1px solid var(--tdp-line); }
.tdp-process-item { padding:36px 0; border-bottom:1px solid var(--tdp-line); display:grid; grid-template-columns:70px 1fr; gap:28px; }
.tdp-process-number span { padding-top:6px; color:var(--tdp-blue); font-size: 14px; letter-spacing:.13em; }
.tdp-process-title .elementor-heading-title { margin:0 0 12px; font-size:26px; letter-spacing:-.04em; }
.tdp-process-copy p { color:#6d7889; font-size: 14px; line-height:1.75; }
.tdp-quote-wrap { max-width:970px; text-align:center; }
.tdp-quote-mark { height:70px; }
.tdp-quote-mark span { display:block; color:var(--tdp-blue); font-family:Georgia,serif; font-size:110px; line-height:1; }
.tdp-quote-text blockquote { margin:0; color:var(--tdp-ink); font-size:clamp(34px,4vw,58px); line-height:1.2; letter-spacing:-.055em; font-weight:500; }
.tdp-quote-author p { margin-top:30px; color:#7b8798; font-size: 14px; letter-spacing:.18em; text-transform:uppercase; }
.tdp-split-cta { padding:112px 0; position:relative; overflow:hidden; color:#fff; background:var(--tdp-blue); }
.tdp-split-cta:after { content:"T"; position:absolute; right:-40px; bottom:-210px; color:rgba(255,255,255,.07); font-size:620px; font-weight:800; line-height:1; }
.tdp-split-cta-grid { display:grid; grid-template-columns:1.25fr .75fr; align-items:end; gap:80px; position:relative; z-index:2; }
.tdp-cta-title .elementor-heading-title { margin:23px 0 0; color:#fff; font-size:clamp(44px,4.6vw,68px); line-height:1.05; letter-spacing:-.06em; font-weight:600; }
.tdp-cta-title em { color:#cfe0ff; font-style:normal; font-weight:500; }
.tdp-cta-copy { margin-bottom:29px; }
.tdp-cta-copy p { color:#cfe0ff; font-size:14px; line-height:1.75; }

/* Footer. */
.tdp-site-footer { padding:0 0 28px; position:relative; overflow:hidden; color:#fff; background:#020610; }
.tdp-footer-glow { width:720px; height:520px; position:absolute; left:45%; top:-410px; border-radius:50%; background:rgba(23,105,255,.22); filter:blur(105px); }
.tdp-footer-shell { position:relative; z-index:2; }
.tdp-footer-statement { min-height:440px; padding:95px 0 75px; border-bottom:1px solid rgba(255,255,255,.11); display:grid; grid-template-columns:1fr auto; gap:70px; align-items:center; }
.tdp-footer-status { display:flex; align-items:center; gap:10px; color:#63738b; font-size: 14px; font-weight:700; letter-spacing:.18em; }
.tdp-footer-status i { width:7px; height:7px; border-radius:50%; background:var(--tdp-blue-bright); box-shadow:0 0 14px var(--tdp-blue-bright); }
.tdp-footer-statement h2 { max-width:900px; margin:27px 0 0; font-size:clamp(47px,6vw,82px); line-height:.98; letter-spacing:-.07em; font-weight:550; }
.tdp-footer-statement h2 em { color:#82aaf5; font-style:normal; font-weight:500; }
.tdp-footer-circle { width:154px; height:154px; padding:28px; border:1px solid rgba(255,255,255,.25); border-radius:50%; display:flex; flex-direction:column; justify-content:space-between; color:#fff; background:rgba(255,255,255,.025); transition:transform .35s,background .35s,border-color .35s; }
.tdp-footer-circle:hover { transform:rotate(-5deg) scale(1.04); border-color:var(--tdp-blue); background:var(--tdp-blue); }
.tdp-footer-circle span { font-size:14px; line-height:1.2; font-weight:700; }
.tdp-footer-circle b { align-self:flex-end; font-size:20px; font-weight:400; }
.tdp-footer-main { padding:70px 0 64px; display:grid; grid-template-columns:1.45fr 1fr .8fr .8fr; gap:70px; }
.tdp-footer-brand { padding-right:35px; }
.tdp-footer-brand > p { max-width:390px; margin:24px 0 0; color:#6f7d91; font-size: 14px; line-height:1.8; }
.tdp-footer-brand > span { margin-top:35px; display:block; color:#41506a; font-size: 14px; font-weight:800; letter-spacing:.19em; }
.tdp-footer-main nav { display:flex; flex-direction:column; align-items:flex-start; gap:13px; }
.tdp-footer-main nav h3 { margin:5px 0 13px; color:#526078; font-size: 14px; letter-spacing:.17em; text-transform:uppercase; }
.tdp-footer-main nav a { color:#a3adbb; font-size: 14px; line-height:1.45; transition:color .2s,transform .2s; }
.tdp-footer-main nav a:hover { color:#fff; transform:translateX(2px); }
.tdp-footer-local { min-height:74px; margin-bottom:36px; padding:18px 22px; border:1px solid rgba(255,255,255,.1); border-radius:18px; display:flex; align-items:center; gap:12px; background:rgba(255,255,255,.018); }
.tdp-footer-local > span { margin-right:auto; color:#526078; font-size: 14px; font-weight:800; letter-spacing:.15em; }
.tdp-footer-local a { padding:8px 12px; border:1px solid rgba(255,255,255,.08); border-radius:30px; color:#98a5b7; font-size: 14px; }
.tdp-footer-contact { margin:0 0 36px; padding:0; border:1px solid rgba(255,255,255,.1); border-radius:18px; display:grid; grid-template-columns:repeat(4,1fr); overflow:hidden; font-style:normal; }
.tdp-footer-contact > * { min-height:106px; padding:22px; border-right:1px solid rgba(255,255,255,.1); display:grid; grid-template-columns:1fr auto; align-content:center; gap:9px; background:rgba(255,255,255,.018); }
.tdp-footer-contact > *:last-child { border-right:0; }
.tdp-footer-contact span { grid-column:1/-1; color:#526078; font-size: 14px; letter-spacing:.13em; text-transform:uppercase; }
.tdp-footer-contact strong { color:#cfd8e5; font-size: 14px; font-weight:600; overflow-wrap:anywhere; }
.tdp-footer-contact b { color:#566a88; font-size: 14px; font-weight:400; }
.tdp-footer-contact i { grid-column:1/-1; color:#48546a; font-size: 14px; font-style:normal; letter-spacing:.12em; text-transform:uppercase; }
.tdp-footer-bottom { min-height:52px; padding-top:22px; border-top:1px solid rgba(255,255,255,.1); display:grid; grid-template-columns:1fr auto 1fr; align-items:end; gap:30px; color:#596579; font-size: 14px; }
.tdp-footer-bottom div { display:flex; gap:22px; }
.tdp-footer-bottom > b { justify-self:end; color:#778398; font-size: 14px; letter-spacing:.14em; }

@media (max-width:1100px) {
  .tdp-shell { width:min(960px,calc(100% - 48px)); }
  .tdp-desktop-nav, .tdp-header-phone { display:none; }
  .tdp-menu-toggle { display:flex; }
  .tdp-mobile-menu { padding:125px 36px 40px; display:block; position:fixed; inset:0; overflow-y:auto; color:#fff; background:rgba(3,8,20,.985); transform:translateY(-102%); opacity:0; pointer-events:none; transition:transform .45s,opacity .3s; }
  .tdp-mobile-menu.is-open { transform:none; opacity:1; pointer-events:auto; }
  .tdp-mobile-menu > nav { display:flex; flex-direction:column; }
  .tdp-mobile-menu > nav > a, .tdp-mobile-group > div { min-height:70px; border-bottom:1px solid rgba(255,255,255,.12); display:flex; align-items:center; justify-content:space-between; }
  .tdp-mobile-menu > nav > a, .tdp-mobile-group > div > a { color:#fff; font-size:clamp(25px,6vw,42px); font-weight:600; letter-spacing:-.04em; }
  .tdp-mobile-menu > nav > a > span { color:#526078; font-size: 14px; }
  .tdp-mobile-group > div > a { flex:1; padding:15px 0; }
  .tdp-mobile-group button { min-width:58px; height:54px; padding:0 2px 0 10px; border:0; display:flex; align-items:center; justify-content:space-between; color:#fff; background:transparent; }
  .tdp-mobile-group button span { color:#526078; font-size: 14px; }
  .tdp-mobile-group button i { width:30px; height:30px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.18); border-radius:50%; font-size:17px; font-style:normal; transition:transform .3s,background .3s; }
  .tdp-mobile-group.is-open button i { transform:rotate(45deg); border-color:var(--tdp-blue); background:var(--tdp-blue); }
  .tdp-mobile-group > nav { max-height:0; overflow:hidden; opacity:0; border-bottom:1px solid rgba(255,255,255,.12); transition:max-height .45s,opacity .3s,padding .35s; }
  .tdp-mobile-group.is-open > nav { max-height:540px; padding:13px 0 19px; opacity:1; }
  .tdp-mobile-group > nav a { min-height:55px; padding:8px 4px; display:grid; grid-template-columns:33px 1fr 25px; align-items:center; border-bottom:1px solid rgba(255,255,255,.06); color:#b9c4d5; font-size: 14px; }
  .tdp-mobile-group > nav span { color:#4b70a7; font-size: 14px; }
  .tdp-mobile-group > nav i { color:#57708f; font-size: 14px; font-style:normal; }
  .tdp-mobile-menu > div { margin-top:30px; display:flex; flex-direction:column; gap:10px; color:#8693a7; font-size: 14px; }
  .tdp-home-hero { min-height:1100px; padding-top:160px; }
  .tdp-hero-grid { min-height:auto; grid-template-columns:1fr; }
  .tdp-hero-copy { max-width:760px; }
  .tdp-visual-frame { height:430px; }
  .tdp-visual-image { inset:-50px -50px -50px 0; background-position:64% 50%; }
  .tdp-note-top { right:4%; }
  .tdp-services-grid { grid-template-columns:1fr 1fr; }
  .tdp-service-card, .tdp-service-card:nth-child(n+4) { grid-column:span 1; }
  .tdp-process-grid { gap:60px; }
  .tdp-footer-statement { min-height:380px; }
  .tdp-footer-main { grid-template-columns:1.3fr 1fr 1fr; gap:55px 35px; }
  .tdp-footer-main nav:last-child { grid-column:2/4; }
  .tdp-footer-local { flex-wrap:wrap; }
  .tdp-footer-local > span { width:100%; margin-right:0; }
  .tdp-footer-contact { grid-template-columns:1fr 1fr; }
  .tdp-footer-contact > *:nth-child(2) { border-right:0; }
  .tdp-footer-contact > * { border-bottom:1px solid rgba(255,255,255,.1); }
  .tdp-footer-contact > *:nth-child(n+3) { border-bottom:0; }
}

@media (max-width:782px) { .admin-bar .tdp-site-header { top:46px; } }

@media (max-width:760px) {
  .tdp-shell { width:calc(100% - 36px); }
  .tdp-section { padding-block:84px; }
  .tdp-header-shell { width:calc(100% - 28px); height:82px; }
  .tdp-header-cta { display:none; }
  .tdp-brand-mark { width:34px; height:34px; }
  .tdp-mobile-menu { padding:105px 20px 34px; }
  .tdp-mobile-menu > nav > a, .tdp-mobile-group > div { min-height:61px; }
  .tdp-mobile-menu > nav > a, .tdp-mobile-group > div > a { font-size:26px; }
  .tdp-home-hero { min-height:1030px; padding-top:126px; }
  .tdp-hero-grid { gap:30px; }
  .tdp-hero-title .elementor-heading-title { font-size:46px; line-height:1.02; letter-spacing:-.06em; }
  .tdp-hero-lead p { font-size:14px; line-height:1.75; }
  .tdp-hero-actions { flex-direction:column; align-items:stretch; gap:6px; }
  .tdp-hero-actions .tdp-button, .tdp-hero-actions .elementor-button { width:100%; }
  .tdp-text-link { text-align:center; }
  .tdp-hero-proof { margin-top:28px; gap:19px; justify-content:space-between; }
  .tdp-proof-item strong { font-size:17px; }
  .tdp-proof-item span { font-size: 14px; }
  .tdp-visual-frame { height:300px; border-radius:90px 90px 20px 20px; }
  .tdp-visual-image { inset:-30px -60px -30px -40px; }
  .tdp-note-top { top:15px; right:0; }
  .tdp-note-bottom { left:0; bottom:12px; padding:12px 14px; }
  .tdp-note-bottom span { font-size:24px; }
  .tdp-marquee { height:66px; }
  .tdp-intro-grid { grid-template-columns:1fr; gap:30px; }
  .tdp-display-title .elementor-heading-title { margin-bottom:27px; font-size:42px; }
  .tdp-large-copy p { font-size:15px; }
  .tdp-section-heading { margin-bottom:38px; display:block; }
  .tdp-section-title .elementor-heading-title { font-size:42px; }
  .tdp-section-heading-copy { margin-top:24px; }
  .tdp-section-heading-copy p { font-size: 14px; }
  .tdp-services-grid { grid-template-columns:1fr; }
  .tdp-service-card { min-height:270px; padding:26px; }
  .tdp-projects-grid { grid-template-columns:1fr; gap:44px; }
  .tdp-project-browser { aspect-ratio:1.1; border-radius:18px; }
  .tdp-process-grid { grid-template-columns:1fr; gap:44px; }
  .tdp-process-intro { position:static; }
  .tdp-process-heading .elementor-heading-title { font-size:42px; }
  .tdp-quote-text blockquote { font-size:31px; }
  .tdp-split-cta { padding:82px 0; }
  .tdp-split-cta-grid { grid-template-columns:1fr; gap:35px; }
  .tdp-cta-title .elementor-heading-title { font-size:42px; }
  .tdp-footer-statement { min-height:0; padding:76px 0 60px; grid-template-columns:1fr; gap:42px; }
  .tdp-footer-statement h2 { font-size:45px; }
  .tdp-footer-circle { width:120px; height:120px; padding:22px; }
  .tdp-footer-main { padding:58px 0 50px; grid-template-columns:1fr 1fr; gap:46px 25px; }
  .tdp-footer-brand { grid-column:1/-1; padding-right:0; }
  .tdp-footer-main nav:last-child { grid-column:auto; }
  .tdp-footer-local a { flex:1 1 calc(50% - 8px); text-align:center; }
  .tdp-footer-contact { grid-template-columns:1fr; }
  .tdp-footer-contact > * { border-right:0; border-bottom:1px solid rgba(255,255,255,.1); }
  .tdp-footer-contact > *:nth-child(n+3) { border-bottom:1px solid rgba(255,255,255,.1); }
  .tdp-footer-contact > *:last-child { border-bottom:0; }
  .tdp-footer-bottom { grid-template-columns:1fr; align-items:start; gap:16px; }
  .tdp-footer-bottom > b { justify-self:start; }
}

/* v2.18.0 — scoped corrections requested for services, contact, socials and reviews. */
.tdp-services-home .tdp-section-heading {
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  align-items:end;
}
.tdp-services-home .tdp-heading-left,
.tdp-services-home .tdp-section-title { width:100%; min-width:0; }
.tdp-services-home .tdp-services-heading-button {
  width:auto;
  grid-column:1/-1;
  grid-row:2;
  justify-self:center;
  margin-top:6px;
}
.tdp-services-home .tdp-section-heading-copy { grid-column:2; grid-row:1; }

.td-contact-cards.e-con { width:100%; margin-top:44px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.td-contact-card.e-con {
  width:auto;
  min-width:0;
  min-height:245px;
  padding:30px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.018));
  box-shadow:0 20px 55px rgba(0,0,0,.16);
  transition:transform .3s,border-color .3s,box-shadow .3s;
}
.td-contact-card.e-con:before { content:""; width:150px; height:150px; position:absolute; right:-70px; top:-75px; border-radius:50%; background:rgba(23,105,255,.22); filter:blur(2px); }
.td-contact-card.e-con:hover { transform:translateY(-7px); border-color:rgba(96,151,255,.52); box-shadow:0 28px 70px rgba(0,0,0,.28); }
.td-contact-card-icon { width:58px; height:58px; display:grid; place-items:center; border:1px solid rgba(130,173,255,.35); border-radius:17px; background:rgba(23,105,255,.15); }
.td-contact-card-icon .elementor-heading-title { font-size:30px; line-height:1; }
.td-contact-card-number { position:absolute; right:24px; top:25px; }
.td-contact-card-title { margin-top:auto; }
.td-contact-card-title .elementor-heading-title { font-size:24px; }
.td-contact-card-value { margin-top:10px; width:auto; align-self:flex-start; }
.td-contact-card-value .elementor-button { padding:0; }
.td-contact-socials.e-con {
  width:100%;
  margin:28px 0 8px;
  padding:18px 22px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:16px;
  background:rgba(255,255,255,.035);
}
.td-contact-socials-label { margin-right:auto; }
.td-contact-social-link { width:auto; }
.td-contact-social-link .elementor-button { padding:9px 14px; border:1px solid rgba(130,173,255,.32); border-radius:999px; background:rgba(23,105,255,.12); }

.tdp-footer-socials-label { width:100%; margin-top:24px; }
.tdp-footer-socials.e-con { width:100%; margin-top:8px; display:flex; }
.tdp-footer-social-link { width:auto; }
.tdp-footer-social-link .elementor-button { min-height:40px; padding:9px 13px; border:1px solid rgba(159,181,213,.24); border-radius:999px; background:rgba(255,255,255,.035); }

.tdp-reviews-grid.e-con { width:100%; display:block; columns:3; column-gap:24px; }
.tdp-review-card.e-con {
  width:100%;
  margin:0 0 24px;
  padding:28px;
  border:1px solid #d5deea;
  border-radius:22px;
  break-inside:avoid;
  background:#fff;
  box-shadow:0 18px 50px rgba(14,34,67,.07);
  transition:transform .3s,border-color .3s,box-shadow .3s;
}
.tdp-review-card.e-con:hover { transform:translateY(-5px); border-color:#9fbcf2; box-shadow:0 25px 65px rgba(14,34,67,.12); }
.tdp-review-image { width:64px; min-width:64px; }
.tdp-review-image img { width:64px; height:64px; border-radius:18px; object-fit:cover; }
.tdp-review-name .elementor-heading-title { font-size:18px; line-height:1.2; }
.tdp-review-role .elementor-heading-title { margin-top:5px; font-size:14px; line-height:1.45; }
.tdp-review-stars { margin:22px 0 13px; letter-spacing:.14em; }
.tdp-review-copy p { margin:0; color:#4e5d72; font-size:15px; line-height:1.82; }

@media (max-width:1100px) {
  .tdp-services-home .tdp-section-heading { grid-template-columns:1fr; }
  .tdp-services-home .tdp-section-heading-copy { grid-column:1; grid-row:2; max-width:680px; }
  .tdp-services-home .tdp-services-heading-button { grid-column:1; grid-row:3; }
  .td-contact-cards.e-con { grid-template-columns:1fr 1fr; }
  .td-contact-card.e-con:last-child { grid-column:1/-1; }
  .tdp-reviews-grid.e-con { columns:2; }
}
@media (max-width:760px) {
  .tdp-services-home .tdp-section-heading { display:grid; }
  .tdp-services-home .tdp-services-heading-button { justify-self:center; margin-top:4px; }
  .td-contact-cards.e-con { grid-template-columns:1fr; }
  .td-contact-card.e-con:last-child { grid-column:auto; }
  .td-contact-socials-label { width:100%; margin-bottom:4px; }
  .tdp-reviews-grid.e-con { columns:1; }
}

@media (prefers-reduced-motion:reduce) {
  .tdp-marquee .elementor-widget-container > div { animation-duration:.01ms; animation-iteration-count:1; }
}

/* v2.5.0 — native Elementor structure. Layout CSS is only the starting
   design layer; Elementor's generated page CSS loads after it so every
   user-selected color, size, spacing and background remains overridable. */
.tdp-global-header, .tdp-global-footer, .tdp-home { width:100%; }
.tdp-global-header .elementor-widget-button .elementor-button,
.tdp-global-footer .elementor-widget-button .elementor-button { min-width:0; }
.tdp-brand .elementor-widget { width:auto; }
.tdp-brand-logo.elementor-widget { width:172px; flex:0 0 172px; }
.tdp-brand-mark .elementor-button { width:38px; height:38px; padding:0; border:1px solid rgba(255,255,255,.42); border-radius:11px; display:grid; place-items:center; transform:skewX(-5deg); }
.tdp-brand-words { gap:3px; }
.tdp-brand-name .elementor-button, .tdp-brand-sub .elementor-heading-title { padding:0; line-height:1; letter-spacing:.17em; }
.tdp-brand-sub .elementor-heading-title { letter-spacing:.48em; }
.tdp-desktop-nav > .elementor-widget, .tdp-header-actions > .elementor-widget { width:auto; }
.tdp-nav-link .elementor-button { padding:0; white-space:nowrap; }
.tdp-nav-link .elementor-button:hover { color:#fff; }
.tdp-nav-dropdown { width:auto; align-self:stretch; justify-content:center; }
.tdp-nav-dropdown:hover > .tdp-nav-link .elementor-button { color:#fff; }
.tdp-mega-service-item { min-height:110px; padding:18px; border:1px solid rgba(255,255,255,.1); border-radius:16px; background:rgba(255,255,255,.025); transition:transform .25s,border-color .25s,background .25s; }
.tdp-mega-service-item:hover { transform:translateY(-2px); border-color:rgba(80,145,255,.55); background:rgba(23,105,255,.1); }
.tdp-mega-service-item .elementor-widget { width:auto; }
.tdp-mega-item-content { flex:1; gap:8px; }
.tdp-mega-title .elementor-button, .tdp-mega-arrow .elementor-button { padding:0; }
.tdp-mega-copy .elementor-heading-title { line-height:1.55; }
.tdp-mega-arrow .elementor-button { width:26px; height:26px; border:1px solid rgba(255,255,255,.14); border-radius:50%; display:grid; place-items:center; }
.tdp-mega-heading .elementor-heading-title { margin:22px 0 19px; font-size:31px; line-height:1.08; letter-spacing:-.055em; }
.tdp-mega-heading em { color:#78a7ff; font-style:normal; }
.tdp-mega-intro-copy .elementor-heading-title { line-height:1.75; }
.tdp-mega-all-link { margin-top:auto; }
.tdp-mega-all-link .elementor-button { padding:0 0 6px; border-bottom:1px solid #41516a; border-radius:0; }
.tdp-highlight-letter { position:absolute; right:-14px; top:18px; }
.tdp-highlight-title .elementor-heading-title { margin:auto 0 14px; font-size:21px; line-height:1.16; letter-spacing:-.045em; }
.tdp-highlight-copy .elementor-heading-title { line-height:1.65; }
.tdp-highlight-link .elementor-button { padding:0 0 5px; border-bottom:1px solid rgba(255,255,255,.48); border-radius:0; }
.tdp-region-item { min-height:314px; padding:21px; border:1px solid rgba(255,255,255,.1); border-radius:20px; position:relative; overflow:hidden; background:rgba(255,255,255,.025); transition:transform .3s,border-color .3s,background .3s; }
.tdp-region-item:hover { transform:translateY(-5px); border-color:rgba(83,148,255,.55); background:rgba(23,105,255,.08); }
.tdp-region-line { height:77px; margin:25px 0 20px; border-top:1px solid rgba(105,158,245,.25); transform:rotate(-7deg); }
.tdp-region-title .elementor-button { padding:8px 0 0; text-align:left; }
.tdp-region-copy .elementor-heading-title { margin-top:9px; line-height:1.6; }
.tdp-region-arrow { margin-top:auto; }
.tdp-region-arrow .elementor-button { width:29px; height:29px; padding:0; border:1px solid rgba(255,255,255,.14); border-radius:50%; display:grid; place-items:center; }
.tdp-header-phone .elementor-button { padding:0; }
.tdp-header-cta .elementor-button { min-height:52px; padding:0 22px; border-radius:13px; color:#07101f; background:#fff; }
.tdp-menu-toggle { display:none; }
.tdp-menu-toggle .elementor-button { width:44px; height:44px; padding:0; border:1px solid rgba(255,255,255,.25); border-radius:12px; display:grid; place-items:center; background:transparent; }
.tdp-menu-toggle.is-open .elementor-button { color:#fff; background:#1769ff; }
.tdp-mobile-menu .elementor-widget { width:100%; }
.tdp-mobile-link .elementor-button, .tdp-mobile-sublink .elementor-button { width:100%; padding:16px 0; border-radius:0; justify-content:flex-start; text-align:left; }
.tdp-mobile-link .elementor-button { border-bottom:1px solid rgba(255,255,255,.12); }

.tdp-hero-visual .tdp-visual-frame { width:100%; }
.tdp-eyebrow > .elementor-widget,
.tdp-hero-actions > .elementor-widget,
.tdp-hero-proof > .elementor-widget,
.tdp-note-top > .elementor-widget,
.tdp-note-bottom > .elementor-widget { width:auto; flex:none; }
.tdp-visual-image { position:absolute; inset:-85px -70px -85px -20px; z-index:1; opacity:.92; }
.tdp-visual-image .elementor-widget-container, .tdp-visual-image img { width:100%; height:100%; }
.tdp-visual-image img { object-fit:contain; object-position:64% 50%; }
.tdp-note-dot { width:6px; height:6px; flex:none; border-radius:50%; background:#4d8eff; box-shadow:0 0 10px #4d8eff; }
.tdp-note-number .elementor-heading-title, .tdp-note-word .elementor-heading-title, .tdp-note-label .elementor-heading-title { margin:0; }
.tdp-note-number { grid-row:1/4; }
.tdp-marquee { display:flex; align-items:center; }
.tdp-marquee-track { width:max-content; min-width:max-content; flex-wrap:nowrap; white-space:nowrap; animation:tdpMarquee 28s linear infinite; }
.tdp-marquee-track > .elementor-widget { width:auto; flex:none; }
.tdp-marquee-label .elementor-heading-title { letter-spacing:.2em; white-space:nowrap; }
.tdp-marquee-dot { width:5px; height:5px; margin:0 28px; flex:none; border-radius:50%; background:#1769ff; }

.tdp-service-number .elementor-heading-title { letter-spacing:.1em; }
.tdp-service-arrow .elementor-button { width:34px; height:34px; padding:0; border:1px solid #bfc9d7; border-radius:50%; display:grid; place-items:center; }
.tdp-service-title { margin-top:auto; }
.tdp-service-title .elementor-button { padding:0 0 18px; justify-content:flex-start; text-align:left; line-height:1.2; letter-spacing:-.04em; }
.tdp-service-card:hover .tdp-service-title .elementor-button { color:#fff; }
.tdp-service-card:hover .tdp-service-arrow .elementor-button { color:#fff; border-color:#1769ff; background:#1769ff; }

.tdp-project-browser { min-height:0; }
.tdp-browser-window { height:100%; }
.tdp-browser-bar > .elementor-widget { width:auto; }
.tdp-browser-dot { width:6px; height:6px; flex:none; border-radius:50%; background:#b8c1cc; }
.tdp-browser-canvas { flex:1; }
.tdp-browser-name .elementor-heading-title { position:relative; z-index:2; font-size:clamp(22px,3vw,44px); line-height:1.05; letter-spacing:-.06em; }
.tdp-browser-tagline .elementor-heading-title { margin-top:9px; position:relative; z-index:2; }
.tdp-browser-link { width:auto; margin-top:25px; position:relative; z-index:2; align-self:flex-start; }
.tdp-browser-link .elementor-button { padding:0 0 4px; border-bottom:1px solid #bdc5d1; border-radius:0; }
.tdp-browser-orb { width:52%; aspect-ratio:1; position:absolute; right:-12%; bottom:-22%; border-radius:50%; background:linear-gradient(145deg,#65a9ff,#0c315e); }
.tdp-project-silver .tdp-browser-orb { background:linear-gradient(145deg,#afb8c5,#243247); }
.tdp-project-warm .tdp-browser-orb { background:linear-gradient(145deg,#e7a56f,#5a2119); }
.tdp-project-ink .tdp-browser-orb { background:linear-gradient(145deg,#51627f,#111520); }
.tdp-project-title .elementor-button, .tdp-project-arrow .elementor-button { padding:0; justify-content:flex-start; }
.tdp-project-meta > .elementor-widget { width:auto; }
.tdp-project-meta > .tdp-project-identity { width:100%; }

.tdp-page-hero { min-height:650px; position:relative; overflow:hidden; color:#fff; }
.tdp-page-hero:before { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:72px 72px; }
.tdp-page-hero-shell { position:relative; z-index:2; }
.tdp-page-hero-title .elementor-heading-title { margin:30px 0; max-width:1100px; font-size:clamp(58px,7vw,102px); line-height:.94; letter-spacing:-.07em; font-weight:600; }
.tdp-page-hero-title span { color:#85adf8; font-weight:500; }
.tdp-page-hero-copy { max-width:630px; }
.tdp-page-hero-copy p { margin:0; color:#95a2b6; font-size:16px; line-height:1.8; }
.tdp-page-orb { width:520px; height:520px; position:absolute; right:5%; bottom:-250px; border:1px solid rgba(71,139,255,.22); border-radius:50%; box-shadow:0 0 130px rgba(23,105,255,.2),inset 0 0 100px rgba(23,105,255,.08); }
.tdp-content-columns { display:grid; grid-template-columns:.75fr 1.25fr; gap:90px; }
.tdp-content-title .elementor-heading-title { margin:24px 0 0; font-size:clamp(40px,4vw,62px); line-height:1.08; letter-spacing:-.055em; }
.tdp-content-copy p { margin:0 0 24px; color:#667286; font-size:16px; line-height:1.85; }
.tdp-value-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; border:1px solid #cfd7e2; background:#cfd7e2; }
.tdp-value-card { min-height:300px; padding:30px; background:#fff; }
.tdp-value-title { margin-top:auto; }
.tdp-value-title .elementor-heading-title { margin:0 0 16px; font-size:22px; letter-spacing:-.04em; }
.tdp-value-copy p { margin:0; color:#738095; font-size: 14px; line-height:1.7; }

.tdp-footer-statement-title .elementor-heading-title { max-width:900px; margin:27px 0 0; font-size:clamp(47px,6vw,82px); line-height:.98; letter-spacing:-.07em; }
.tdp-footer-statement-title em { color:#82aaf5; font-style:normal; }
.tdp-footer-circle .elementor-button { width:154px; height:154px; padding:28px; border:1px solid rgba(255,255,255,.25); border-radius:50%; color:#fff; background:rgba(255,255,255,.025); white-space:normal; text-align:left; }
.tdp-footer-brand { flex:1.45; }
.tdp-footer-brand-copy .elementor-heading-title { max-width:390px; margin-top:24px; line-height:1.8; }
.tdp-footer-brand-values .elementor-heading-title { margin-top:35px; letter-spacing:.19em; }
.tdp-footer-logo.elementor-widget { width:196px; flex-basis:196px; }
.tdp-footer-nav { flex:1; align-items:flex-start; gap:13px; }
.tdp-footer-nav .elementor-widget { width:auto; }
.tdp-footer-nav-title .elementor-heading-title { margin:5px 0 13px; letter-spacing:.17em; text-transform:uppercase; }
.tdp-footer-nav-link .elementor-button { padding:0; justify-content:flex-start; text-align:left; line-height:1.45; }
.tdp-footer-local > .elementor-widget { width:auto; }
.tdp-footer-local-label { margin-right:auto; }
.tdp-footer-local-label .elementor-heading-title { letter-spacing:.15em; }
.tdp-footer-city-link .elementor-button { padding:8px 12px; border:1px solid rgba(255,255,255,.08); border-radius:30px; }
.tdp-footer-contact-item { width:25%; min-height:106px; padding:22px; border-right:1px solid rgba(255,255,255,.1); display:grid; grid-template-columns:1fr auto; align-content:center; gap:9px; background:rgba(255,255,255,.018); }
.tdp-footer-contact-label { grid-column:1/-1; }
.tdp-footer-contact-label .elementor-heading-title { letter-spacing:.13em; text-transform:uppercase; }
.tdp-footer-contact-value .elementor-button { padding:0; justify-content:flex-start; text-align:left; }
.tdp-footer-contact-arrow .elementor-button { padding:0; }
.tdp-footer-copy .elementor-heading-title, .tdp-footer-signature .elementor-heading-title { margin:0; }
.tdp-footer-signature .elementor-heading-title { letter-spacing:.14em; }

@media (max-width:1100px) {
  .tdp-desktop-nav, .tdp-header-phone { display:none; }
  .tdp-header-info-bar { display:none; }
  .tdp-menu-toggle { display:block; }
  .tdp-mobile-menu { padding:125px 36px 40px; display:flex; position:fixed; inset:0; overflow-y:auto; color:#fff; background:rgba(3,8,20,.985); transform:translateY(-102%); opacity:0; pointer-events:none; transition:transform .45s,opacity .3s; }
  .tdp-mobile-menu.is-open { transform:none; opacity:1; pointer-events:auto; }
  .tdp-header-actions { margin-left:auto; }
  .tdp-content-columns { grid-template-columns:1fr; gap:45px; }
  .tdp-value-grid { grid-template-columns:1fr 1fr; }
  .tdp-footer-main { flex-wrap:wrap; }
  .tdp-footer-brand { flex:1 1 100%; }
  .tdp-footer-nav { flex:1 1 28%; }
  .tdp-footer-contact { flex-wrap:wrap; }
  .tdp-footer-contact-item { width:50%; }
}

@media (max-width:760px) {
  .tdp-header-logo.elementor-widget { width:142px; flex-basis:142px; }
  .tdp-page-hero { min-height:570px; padding:160px 0 80px; }
  .tdp-page-hero-title .elementor-heading-title { font-size:54px; }
  .tdp-page-hero-copy p { font-size:14px; }
  .tdp-value-grid { grid-template-columns:1fr; }
  .tdp-value-card { min-height:260px; padding:26px; }
  .tdp-footer-statement { flex-direction:column; align-items:flex-start; }
  .tdp-footer-statement-title .elementor-heading-title { font-size:45px; }
  .tdp-footer-circle .elementor-button { width:120px; height:120px; padding:22px; }
  .tdp-footer-nav { flex:1 1 calc(50% - 25px); }
  .tdp-footer-contact-item { width:100%; border-right:0; border-bottom:1px solid rgba(255,255,255,.1); }
  .tdp-footer-bottom { flex-direction:column; align-items:flex-start; gap:16px; }
}

/* v2.11.0 — exact static hero artwork and resilient Elementor header layout. */
.tdp-site-header { position:fixed; overflow:visible; transition:background .28s ease,box-shadow .28s ease,backdrop-filter .28s ease; }
.tdp-site-header.tdp-global-header.e-con { width:100%; left:0; right:0; display:flex; flex-direction:column; align-items:stretch; visibility:visible; opacity:1; }
.tdp-global-header .tdp-header-shell.e-con { width:min(1390px,calc(100% - 56px)); max-width:1390px; height:100px; margin-inline:auto; display:grid; grid-template-columns:172px minmax(0,1fr) auto; column-gap:clamp(28px,3.4vw,58px); align-items:center; flex:0 0 auto; }
.tdp-global-header .tdp-header-logo.elementor-widget { width:172px; min-width:172px; grid-column:1; }
.tdp-global-header .tdp-header-info-bar.e-con { width:100%; flex:0 0 auto; }
.tdp-global-header .tdp-header-info-shell.e-con { width:min(1390px,calc(100% - 56px)); max-width:1390px; margin-inline:auto; flex:0 0 auto; }
.tdp-global-header .tdp-desktop-nav.e-con { width:auto; min-width:0; height:100%; margin:0; display:flex; flex-direction:row; flex-wrap:nowrap; align-items:center; justify-content:center; gap:28px; grid-column:2; }
.tdp-global-header .tdp-desktop-nav.e-con > .elementor-element { width:auto; min-width:0; flex:0 0 auto; }
.tdp-global-header .tdp-header-actions.e-con { width:auto; min-width:max-content; margin:0; display:flex; flex-direction:row; flex-wrap:nowrap; align-items:center; justify-content:flex-end; gap:20px; grid-column:3; }
.tdp-global-header .tdp-header-actions.e-con > .elementor-element { width:auto; flex:0 0 auto; }
.tdp-global-header .tdp-header-cta.elementor-widget { width:auto; padding:0; border-radius:0; background:transparent; }
.tdp-global-header .tdp-header-cta.elementor-widget:hover { background:transparent; }
.tdp-header-shell { transition:height .3s ease,background .3s ease; }
.tdp-site-header.is-scrolled { background:rgba(3,8,20,.94); box-shadow:0 18px 55px rgba(0,0,0,.26); backdrop-filter:blur(18px); }
.tdp-site-header.is-scrolled .tdp-header-shell { height:78px; }
.tdp-header-info-bar { max-height:46px; overflow:hidden; transition:max-height .3s ease,opacity .2s ease,transform .3s ease,border-width .3s ease; }
.tdp-site-header.is-scrolled .tdp-header-info-bar { max-height:0; border-width:0; opacity:0; transform:translateY(-12px); pointer-events:none; }
.tdp-site-header.is-scrolled .tdp-mega-menu { top:78px; }
.tdp-info-news-link .elementor-button,.tdp-info-contact-link .elementor-button { font-size: 14px; line-height:1; }
.tdp-info-mobile .elementor-button:before { content:""; width:9px; height:14px; margin-right:7px; border:1.4px solid currentColor; border-radius:2px; display:inline-block; box-shadow:inset 0 -2px 0 -1px currentColor; }
.tdp-nav-has-submenu .elementor-button-text { display:inline-flex; align-items:center; gap:8px; }
.tdp-nav-has-submenu .elementor-button-text:after { content:""; width:7px; height:7px; margin-top:-4px; border-right:1.5px solid #6d8ec3; border-bottom:1.5px solid #6d8ec3; transform:rotate(45deg); transform-origin:center; transition:transform .25s,border-color .25s; }
.tdp-nav-dropdown:hover > .tdp-nav-has-submenu .elementor-button-text:after,.tdp-nav-dropdown:focus-within > .tdp-nav-has-submenu .elementor-button-text:after { border-color:#fff; transform:rotate(225deg) translate(-1px,-1px); }
.tdp-mega-highlight { padding:30px 26px; min-height:100%; justify-content:flex-end; gap:13px; }
.tdp-highlight-title .elementor-heading-title { margin:auto 0 0; font-size:23px; }
.tdp-highlight-copy .elementor-heading-title { font-size: 14px; }
.tdp-highlight-link { margin-top:7px; }
.tdp-highlight-link .elementor-button { padding:10px 14px; border:1px solid rgba(255,255,255,.34); border-radius:999px; background:rgba(255,255,255,.08); }
.tdp-projects-mega-shell { grid-template-columns:.62fr 1.78fr; gap:38px; }
.tdp-mega-project-content { min-width:0; gap:14px; }
.tdp-projects-mega-shell .tdp-region-item { min-height:255px; }
.tdp-mega-project-taxonomy { min-height:52px; padding:10px 14px; border:1px solid rgba(255,255,255,.1); border-radius:14px; gap:18px; background:rgba(255,255,255,.025); }
.tdp-mega-taxonomy-label { width:auto; flex:none; }
.tdp-mega-taxonomy-links { gap:7px; }
.tdp-mega-taxonomy-links > .elementor-widget { width:auto; flex:none; }
.tdp-mega-taxonomy-link .elementor-button { padding:6px 10px; border:1px solid rgba(255,255,255,.09); border-radius:999px; }
.tdp-mega-taxonomy-link .elementor-button:hover { border-color:#2f7cff; color:#fff; background:rgba(23,105,255,.18); }
.tdp-mega-review-card { width:100%; min-width:0; margin-top:auto; padding:18px 0 0; border-top:1px solid rgba(107,156,255,.3); background:transparent; }
.tdp-mega-review-title .elementor-heading-title { margin:10px 0 7px; font-size:15px; line-height:1.2; }
.tdp-mega-review-copy .elementor-heading-title { line-height:1.7; }
.tdp-mega-review-link { margin-top:11px; }
.tdp-mega-review-link .elementor-button { padding:0; justify-content:flex-start; }
.tdp-visual-frame { isolation:isolate; }
.tdp-hero-energy-trail.elementor-widget { width:114%; max-width:none; height:100%; position:absolute; left:27%; top:-1%; z-index:0; display:block; visibility:visible; opacity:1; pointer-events:none; mix-blend-mode:screen; filter:saturate(1.15) brightness(1.06) drop-shadow(0 0 16px rgba(59,130,246,.62)); transform:none; }
.tdp-hero-energy-trail .elementor-widget-container { width:100%; height:100%; }
.tdp-hero-energy-trail img { width:100%; height:100%; object-fit:contain; object-position:left center; }
.tdp-visual-image { inset:-72px -30px -115px -70px; z-index:1; visibility:visible; opacity:1; transform:none; }
.tdp-visual-image img { object-fit:contain; object-position:54% 50%; }
.tdp-visual-frame:after { z-index:2; }
.tdp-intro-art-column { min-width:0; align-items:flex-start; }
.tdp-intro-abstract { width:min(118%,520px); margin:22px 0 -62px -72px; filter:drop-shadow(0 34px 62px rgba(23,105,255,.24)); }
.tdp-intro-abstract img { width:100%; height:auto; }
.tdp-services-grid > .tdp-service-card:nth-child(4) { grid-column:1/span 3; }
.tdp-services-grid > .tdp-service-card:nth-child(5) { grid-column:4/span 3; min-height:330px; }
.tdp-button-outline .elementor-button { color:#fff; border-color:#1769ff; background:#1769ff; }
.tdp-button-outline .elementor-button:hover { color:#fff; border-color:#0f52d7; background:#0f52d7; }
.tdp-project-discovery-row { margin-top:72px; display:grid; grid-template-columns:1.35fr .65fr; gap:22px; }
.tdp-project-taxonomy-panel,.tdp-project-review-panel { padding:26px; border:1px solid rgba(255,255,255,.12); border-radius:24px; background:rgba(255,255,255,.025); }
.tdp-project-taxonomy-label .elementor-heading-title { letter-spacing:.15em; }
.tdp-project-taxonomy-grid { margin-top:20px; display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.tdp-project-taxonomy-item { min-height:58px; padding:0 15px; border:1px solid rgba(255,255,255,.08); border-radius:13px; display:grid; grid-template-columns:28px 1fr auto; align-items:center; }
.tdp-project-taxonomy-item:hover { border-color:rgba(47,124,255,.65); background:rgba(23,105,255,.12); }
.tdp-project-taxonomy-item > .elementor-widget { width:auto; }
.tdp-taxonomy-link { width:100%; }
.tdp-taxonomy-link .elementor-button { width:100%; min-height:58px; padding:0; align-items:center; justify-content:flex-start; }
.tdp-project-review-panel { padding:30px; background:linear-gradient(145deg,rgba(23,105,255,.17),rgba(255,255,255,.02)); }
.tdp-project-review-title .elementor-heading-title { margin:22px 0 12px; font-size:24px; letter-spacing:-.04em; }
.tdp-project-review-copy p { margin:0 0 26px; color:#8794a8; font-size: 14px; line-height:1.75; }
.tdp-project-review-link { margin-top:auto; padding-top:18px; border-top:1px solid rgba(255,255,255,.1); }
.tdp-project-review-link .elementor-button { padding:0; justify-content:flex-start; }
.tdp-global-footer .tdp-footer-contact.e-con { width:100%; display:grid; grid-template-columns:.8fr .84fr 1.36fr 1.15fr; }
.tdp-global-footer .tdp-footer-contact-item.e-con { width:auto; min-width:0; }
.tdp-footer-contact-value .elementor-button,.tdp-footer-contact-value .elementor-heading-title { white-space:nowrap; overflow-wrap:normal; }
@media (max-width:1100px) { .tdp-global-header .tdp-header-shell.e-con{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.tdp-global-header .tdp-desktop-nav.e-con{display:none}.tdp-global-header .tdp-header-actions.e-con{margin-left:auto}.tdp-site-header.is-scrolled .tdp-header-shell{height:82px}.tdp-site-header.is-scrolled .tdp-mega-menu{top:82px}.tdp-intro-abstract{width:360px;margin-left:0}.tdp-project-discovery-row{grid-template-columns:1fr}.tdp-global-footer .tdp-footer-contact.e-con{grid-template-columns:1fr 1fr}.tdp-footer-contact-value .elementor-heading-title{white-space:normal} }
@media (max-width:760px) { .tdp-global-header .tdp-header-shell.e-con{width:calc(100% - 28px)}.tdp-global-header .tdp-header-logo.elementor-widget{width:142px;min-width:142px}.tdp-intro-art-column{align-items:center}.tdp-intro-art-column>.tdp-eyebrow{align-self:flex-start}.tdp-intro-abstract{width:290px;margin:20px auto -10px}.tdp-project-taxonomy-grid{grid-template-columns:1fr}.tdp-services-grid>.tdp-service-card:last-child{min-height:270px}.tdp-hero-energy-trail.elementor-widget{width:128%;left:18%;top:0}.tdp-global-footer .tdp-footer-contact.e-con{grid-template-columns:1fr}.tdp-footer-contact-value .elementor-button{white-space:normal} }

/* v2.12.0 — approved unified AI artwork, contact bar and viewport-safe mega menus. */
.tdp-global-header .tdp-header-info-bar.e-con { width:100%; height:46px; min-height:46px; display:block; position:relative; order:2; }
.tdp-global-header .tdp-header-info-shell.e-con { width:min(1390px,calc(100% - 56px)); height:46px; margin-inline:auto; display:flex; flex-direction:row; flex-wrap:nowrap; align-items:center; justify-content:space-between; gap:30px; }
.tdp-global-header .tdp-header-contact-links.e-con { width:auto; margin-left:auto; display:flex; flex-direction:row; flex-wrap:nowrap; align-items:center; gap:24px; }
.tdp-global-header .tdp-header-contact-links.e-con > .elementor-element { width:auto; flex:0 0 auto; }
.tdp-global-header .tdp-mega-menu.e-con { width:100vw; max-width:none; position:fixed; top:146px; right:0; left:0; margin:0; transform:translateY(-14px); }
.tdp-global-header .tdp-nav-dropdown:hover > .tdp-mega-menu.e-con,
.tdp-global-header .tdp-nav-dropdown:focus-within > .tdp-mega-menu.e-con { transform:none; }
.tdp-global-header .tdp-mega-shell.e-con { width:min(1390px,calc(100% - 56px)); max-width:1390px; min-height:418px; margin-inline:auto; padding:38px 0; display:grid; grid-template-columns:minmax(230px,.82fr) minmax(540px,1.55fr) minmax(220px,.72fr); gap:36px; }
.tdp-global-header .tdp-mega-services.e-con { min-width:0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.tdp-global-header .tdp-mega-services.e-con > .tdp-mega-service-item:last-child { grid-column:1/-1; }
.tdp-global-header .tdp-mega-service-item.e-con { min-width:0; display:grid; grid-template-columns:25px minmax(0,1fr) 26px; gap:10px; }
.tdp-global-header .tdp-mega-service-item.e-con > .elementor-element { width:auto; min-width:0; }
.tdp-global-header .tdp-projects-mega-shell.e-con { grid-template-columns:minmax(250px,.62fr) minmax(0,1.78fr); gap:38px; }
.tdp-global-header .tdp-mega-project-content.e-con { min-width:0; display:flex; flex-direction:column; gap:14px; }
.tdp-global-header .tdp-mega-regions.e-con { min-width:0; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.tdp-site-header.is-scrolled .tdp-mega-menu.e-con { top:78px; }
.tdp-visual-frame { isolation:auto; }
.tdp-hero-energy-trail { display:none; }
.tdp-visual-image { width:142%; max-width:none; height:auto; inset:-86px auto auto -14%; opacity:1; }
.tdp-visual-image .elementor-widget-container { width:100%; height:auto; }
.tdp-visual-image img { width:100%; height:auto; object-fit:contain; object-position:center; }

@media (max-width:1320px) {
  .tdp-global-header .tdp-mega-shell.e-con { grid-template-columns:minmax(215px,.72fr) minmax(500px,1.5fr) minmax(205px,.66fr); gap:24px; }
  .tdp-global-header .tdp-projects-mega-shell.e-con { grid-template-columns:minmax(235px,.58fr) minmax(0,1.72fr); }
}
@media (max-width:1100px) {
  .tdp-global-header .tdp-header-info-bar.e-con { display:none; }
  .tdp-global-header .tdp-mega-menu.e-con { display:none; }
  .tdp-visual-image { width:124%; inset:-38px auto auto -8%; }
}
@media (max-width:760px) {
  .tdp-visual-image { width:132%; inset:-22px auto auto -12%; }
}

/* v2.13.0 — exact approved hero reference and focused header interaction fixes. */
.tdp-global-header .tdp-desktop-nav.e-con { justify-content:flex-end; }
.tdp-global-header .tdp-header-cta.elementor-widget { width:162px; min-width:162px; }
.tdp-global-header .tdp-header-cta .elementor-button { width:100%; min-height:52px; justify-content:center; text-align:center; }
.tdp-global-header .tdp-mega-menu.e-con { top:100px; }
.tdp-site-header.is-scrolled .tdp-mega-menu.e-con { top:78px; }
.tdp-visual-frame { height:600px; overflow:visible; }
.tdp-visual-frame:after { display:none; }
.tdp-visual-image { width:auto; max-width:none; height:calc(100% + 62px); inset:-18px -38px -44px -24px; }
.tdp-visual-image .elementor-widget-container,.tdp-visual-image img { width:100%; height:100%; }
.tdp-visual-image img { object-fit:contain; object-position:center; }
.tdp-floating-note { display:none; }
@media (max-width:1100px) {
  .tdp-visual-image { width:auto; height:calc(100% + 34px); inset:-4px -16px -30px -10px; }
}
@media (max-width:760px) {
  .tdp-visual-image { width:auto; height:calc(100% + 18px); inset:-2px -10px -16px -8px; }
}

/* v2.14.0 — isolated hero transparency and header interaction corrections. */
.tdp-global-header .tdp-header-info-bar.e-con { z-index:1; }
.tdp-global-header .tdp-mega-menu.e-con { z-index:150; top:100px; }
.tdp-site-header.is-scrolled .tdp-mega-menu.e-con { top:78px; }
.tdp-global-header .tdp-header-cta .elementor-button { height:52px; min-height:52px; padding:0 17px; display:flex; align-items:center; justify-content:center; line-height:1; }
.tdp-global-header .tdp-header-cta .elementor-button-content-wrapper,
.tdp-global-header .tdp-header-cta .elementor-button-text { height:100%; display:flex; align-items:center; justify-content:center; line-height:1; }
.tdp-info-mobile .elementor-button { display:inline-flex; flex-direction:row; align-items:center; justify-content:flex-start; }
.tdp-info-mobile .elementor-button:before { flex:0 0 9px; order:-1; margin:0 9px 0 0; display:block; }
.tdp-visual-image { width:156%; max-width:none; height:auto; inset:-92px auto auto -20%; }
.tdp-visual-image .elementor-widget-container,
.tdp-visual-image img { width:100%; height:auto; }
.tdp-visual-image img { object-fit:contain; object-position:center; }
@media (max-width:1100px) {
  .tdp-visual-image { width:138%; height:auto; inset:-48px auto auto -12%; }
}
@media (max-width:760px) {
  .tdp-visual-image { width:142%; height:auto; inset:-28px auto auto -16%; }
}

/* v2.15.0 — requested homepage sections only; header and mega-menu remain unchanged. */
.tdp-home-hero .tdp-visual-image { width:176%; max-width:none; height:auto; inset:-132px auto auto -29%; }
.tdp-home-hero .tdp-visual-image .elementor-widget-container,
.tdp-home-hero .tdp-visual-image img { width:100%; height:auto; }
.tdp-hero-label-top { width:min(78%,440px); min-height:34px; padding:0 17px; position:absolute; z-index:3; top:40px; right:4%; border:1px solid rgba(255,255,255,.13); border-radius:30px; display:flex; align-items:center; color:#bdc9dc; background:rgba(3,8,20,.66); backdrop-filter:blur(14px); }
.tdp-hero-label-top:before { content:""; width:6px; height:6px; margin-right:10px; border-radius:50%; background:#50a0ff; box-shadow:0 0 10px #50a0ff; }
.tdp-hero-label-top .elementor-heading-title { font-size: 14px; letter-spacing:.12em; }
.tdp-hero-label-bottom { min-width:295px; padding:18px 20px; position:absolute; z-index:3; left:-2%; bottom:24px; border:1px solid rgba(255,255,255,.13); border-radius:18px; display:grid; grid-template-columns:auto 1fr; gap:5px 18px; background:rgba(3,8,20,.66); backdrop-filter:blur(14px); }
.tdp-hero-label-index { grid-row:1/4; }
.tdp-hero-label-index .elementor-heading-title { font-size:31px; color:#6f9ef1; font-weight:500; }
.tdp-hero-label-value-list { display:flex; flex-direction:column; gap:5px; }
.tdp-hero-label-value .elementor-heading-title { color:#d5dfef; font-size: 14px; letter-spacing:.12em; text-transform:uppercase; }
.tdp-intro-grid { grid-template-columns:.8fr 2fr; }
.tdp-intro-art-column { min-width:0; }
.tdp-intro-art-column .tdp-intro-abstract { width:min(150%,570px); max-width:none; margin:22px 0 -70px -82px; filter:drop-shadow(0 35px 62px rgba(23,105,255,.24)); }
.tdp-services-showcase { height:430px; margin:0 0 -72px; border:1px solid #d5deea; border-radius:34px; position:relative; overflow:hidden; background:radial-gradient(circle at 50% 45%,rgba(23,105,255,.18),transparent 44%),linear-gradient(145deg,#071426,#020711); }
.tdp-services-showcase:before { content:""; position:absolute; inset:0; opacity:.28; background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size:58px 58px; }
.tdp-services-art { width:min(92%,980px); height:100%; position:absolute; left:50%; bottom:-11%; transform:translateX(-50%); filter:drop-shadow(0 30px 54px rgba(0,0,0,.4)); }
.tdp-services-art .elementor-widget-container,.tdp-services-art img { width:100%; height:100%; }
.tdp-services-art img { object-fit:contain; }
.tdp-services-home .tdp-services-grid { position:relative; z-index:2; margin-inline:26px; border-radius:24px; overflow:hidden; box-shadow:0 24px 70px rgba(8,25,53,.12); }
.tdp-services-home .tdp-service-card { background:rgba(248,250,253,.96); }
.tdp-projects-carousel-controls { margin:0 0 22px; display:flex; justify-content:flex-end; gap:10px; }
.tdp-carousel-button { width:48px; }
.tdp-carousel-button .elementor-button { width:48px; height:48px; min-height:48px; padding:0; border:1px solid rgba(255,255,255,.2); border-radius:50%; color:#fff; background:rgba(255,255,255,.035); font-size:18px; }
.tdp-carousel-button .elementor-button:hover { border-color:#3f84ff; color:#fff; background:#1769ff; }
.tdp-project-section .tdp-projects-grid { display:flex; flex-wrap:nowrap; gap:30px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; }
.tdp-project-section .tdp-projects-grid::-webkit-scrollbar { display:none; }
.tdp-project-section .tdp-project-card { min-width:0; flex:0 0 calc((100% - 60px)/3); scroll-snap-align:start; }
.tdp-process-section .tdp-process-grid { display:block; }
.tdp-process-section .tdp-process-intro { max-width:900px; margin-bottom:58px; position:static; }
.tdp-process-section .tdp-process-list { border:0; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.tdp-process-section .tdp-process-item { aspect-ratio:1; padding:28px; border:1px solid #ccd5e1; border-radius:22px; display:flex; flex-direction:column; gap:0; position:relative; overflow:hidden; background:linear-gradient(145deg,#fff,#f2f6fb); transition:transform .3s,border-color .3s,box-shadow .3s; }
.tdp-process-section .tdp-process-item:after { content:""; width:150px; height:150px; position:absolute; right:-100px; bottom:-100px; border-radius:50%; background:#1769ff; opacity:.12; transition:transform .3s,opacity .3s; }
.tdp-process-section .tdp-process-item:hover { transform:translateY(-7px); border-color:#8eb6f8; box-shadow:0 24px 55px rgba(22,68,136,.12); }
.tdp-process-section .tdp-process-item:hover:after { opacity:.22; transform:scale(1.5); }
.tdp-process-section .tdp-process-number { padding:0; }
.tdp-process-section .tdp-process-body { margin-top:auto; position:relative; z-index:1; }
.tdp-footer-brand-copy p { font-size: 14px; }
.tdp-footer-signature .elementor-heading-title { font-size: 14px; }
.tdp-footer-nav-title .elementor-heading-title { font-size: 14px; }
.tdp-footer-nav-link .elementor-button { font-size: 14px; }
.tdp-footer-local-label .elementor-heading-title { font-size: 14px; }
.tdp-footer-city-link .elementor-button { font-size: 14px; }
.tdp-footer-contact-label .elementor-heading-title,.tdp-footer-contact-note .elementor-heading-title { font-size: 14px; }
.tdp-footer-contact-value .elementor-button,.tdp-footer-contact-value .elementor-heading-title { font-size:14px; }
.tdp-footer-copy .elementor-heading-title,.tdp-footer-legal-link .elementor-button { font-size: 14px; }
.tdp-footer-signature-bottom .elementor-heading-title { font-size: 14px; }

@media (max-width:1100px) {
  .tdp-home-hero .tdp-visual-image { width:154%; inset:-68px auto auto -18%; }
  .tdp-intro-abstract { width:410px; margin-left:0; }
  .tdp-process-section .tdp-process-list { grid-template-columns:1fr 1fr; }
  .tdp-project-section .tdp-project-card { flex-basis:calc((100% - 30px)/2); }
}
@media (max-width:760px) {
  .tdp-home-hero .tdp-visual-image { width:150%; inset:-35px auto auto -18%; }
  .tdp-hero-label-top { width:74%; top:38px; right:4%; }
  .tdp-hero-label-bottom { left:2%; bottom:22px; min-width:230px; }
  .tdp-intro-abstract { width:310px; margin:20px auto -10px; }
  .tdp-services-showcase { height:310px; margin-bottom:-38px; border-radius:24px; }
  .tdp-services-home .tdp-services-grid { margin-inline:12px; }
  .tdp-project-section .tdp-project-card { flex-basis:88%; }
  .tdp-process-section .tdp-process-list { grid-template-columns:1fr; }
  .tdp-process-section .tdp-process-item { min-height:280px; aspect-ratio:auto; }
}

/* v2.16.0 — dynamic Insights taxonomy, AJAX site search and 14px minimum text. */
.td-news-articles { padding-block:110px; }
.tdp-insights-tools { margin-bottom:42px; display:grid; grid-template-columns:1fr minmax(340px,.62fr); gap:32px; align-items:end; }
.tdp-insights-categories { display:flex; flex-wrap:wrap; gap:9px; }
.tdp-insights-categories a { min-height:42px; padding:0 16px; border:1px solid #cbd4df; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; color:#647084; }
.tdp-insights-categories a:hover,.tdp-insights-categories a.is-active { color:#fff; border-color:#071120; background:#071120; }
.tdp-site-search { position:relative; }
.tdp-site-search label { margin-bottom:10px; display:block; color:#66758a; font-weight:700; }
.tdp-site-search input { width:100%; min-height:52px; padding:0 18px; border:1px solid #cbd4df; border-radius:14px; color:#071120; background:#fff; font:inherit; outline:none; }
.tdp-site-search input:focus { border-color:#1769ff; box-shadow:0 0 0 3px rgba(23,105,255,.1); }
.tdp-site-search-results { width:100%; max-height:380px; padding:8px; position:absolute; z-index:30; top:calc(100% + 8px); left:0; overflow:auto; border:1px solid #d5deea; border-radius:16px; background:#fff; box-shadow:0 24px 60px rgba(7,20,42,.16); }
.tdp-site-search-results[hidden] { display:none; }
.tdp-site-search-results a { min-height:58px; padding:10px 12px; display:grid; grid-template-columns:92px 1fr auto; gap:12px; align-items:center; border-bottom:1px solid #edf1f6; }
.tdp-site-search-results a:last-child { border-bottom:0; }
.tdp-site-search-results span { color:#6c7b91; }
.tdp-site-search-results b { color:#1769ff; }
.tdp-insights-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:42px 24px; }
.tdp-insight-card a { height:100%; display:flex; flex-direction:column; }
.tdp-insight-art { height:240px; margin-bottom:18px; border-radius:18px; position:relative; overflow:hidden; background:linear-gradient(145deg,#e9eef5,#ccd7e5); }
.tdp-insight-art:before { content:""; width:180px; height:180px; position:absolute; right:-35px; bottom:-60px; border-radius:46px; background:linear-gradient(145deg,#1769ff,#092861); transform:rotate(28deg); transition:transform .35s; }
.tdp-insight-card:nth-child(3n+2) .tdp-insight-art { background:linear-gradient(145deg,#101c31,#030814); }
.tdp-insight-card:nth-child(3n+2) .tdp-insight-art:before { background:linear-gradient(145deg,#f3f6fb,#7488a4); }
.tdp-insight-card:nth-child(3n+3) .tdp-insight-art { background:linear-gradient(145deg,#d8e7ff,#8bb8ff); }
.tdp-insight-card:hover .tdp-insight-art:before { transform:rotate(38deg) scale(1.08); }
.tdp-insight-art span { padding:7px 11px; position:absolute; z-index:2; top:18px; left:18px; border-radius:20px; color:#566377; background:rgba(255,255,255,.9); }
.tdp-insight-card h2 { margin:0 0 12px; color:#071120; font-size:22px; line-height:1.35; letter-spacing:-.035em; }
.tdp-insight-card p { margin:0 0 13px; color:#657287; line-height:1.65; }
.tdp-insight-card small { margin-top:auto; color:#8490a2; }
.tdp-taxonomy-hero { min-height:420px; padding:190px 0 80px; color:#fff; background:linear-gradient(145deg,#02060d,#07152d); }
.tdp-taxonomy-hero h1 { margin:22px 0 0; font-size:clamp(48px,6vw,82px); line-height:1; letter-spacing:-.06em; }
.tdp-taxonomy-description { max-width:700px; margin-top:24px; color:#93a1b5; line-height:1.75; }
.tdp-taxonomy-content { padding-block:100px; }
body { font-size:14px; }
body :is(p,a,span,small,label,button,input,textarea,select,option,li,td,th,figcaption,blockquote,address,strong,b,em,u) { font-size:max(14px,1em); }
@media (max-width:1100px) { .tdp-insights-tools{grid-template-columns:1fr}.tdp-insights-grid{grid-template-columns:1fr 1fr} }
@media (max-width:760px) { .tdp-insights-grid{grid-template-columns:1fr}.tdp-site-search-results a{grid-template-columns:1fr auto}.tdp-site-search-results a span{grid-column:1/-1} }

/* v2.17.0 — only the ten user-requested corrections. */
.tdp-mega-highlight { isolation:isolate; padding:27px 24px; }
.tdp-mega-highlight > * { position:relative; z-index:2; }
.tdp-highlight-letter { z-index:0; right:-24px; top:62px; opacity:.7; pointer-events:none; }
.tdp-highlight-title { max-width:210px; margin-top:auto; }
.tdp-services-home .tdp-section-heading { display:grid; grid-template-columns:1fr auto .72fr; align-items:center; gap:42px; }
.tdp-services-heading-button { width:auto; justify-self:center; }
.tdp-services-heading-button .elementor-button { white-space:nowrap; }
.tdp-project-section .tdp-projects-grid.e-con { width:100%; display:flex; flex-direction:row; flex-wrap:nowrap; gap:30px; overflow-x:auto; }
.tdp-project-section .tdp-projects-grid.e-con > .tdp-project-card.e-con { width:calc((100% - 60px)/3); max-width:calc((100% - 60px)/3); min-width:calc((100% - 60px)/3); flex:0 0 calc((100% - 60px)/3); }
body.single .tdp-site-header,body.single-td_project .tdp-site-header { color:#fff; background:linear-gradient(105deg,#020610,#0a1c3c); }
body.single .tdp-header-info-bar,body.single-td_project .tdp-header-info-bar { background:#0b2858; }
body.single .td-editorial-single,body.single-td_project .td-editorial-single { padding-top:210px; }
.tdp-footer-brand-copy { margin-top:14px; }
.tdp-footer-brand-copy .elementor-heading-title,.tdp-footer-brand-copy p { margin-top:0; }
.tdp-footer-brand-values { margin-top:22px; }
.tdp-footer-socials { margin-top:18px; display:flex; gap:16px; }
.tdp-footer-social-link { width:auto; }
.tdp-footer-social-link .elementor-button { padding:0 0 4px; border-bottom:1px solid rgba(159,181,213,.35); }
.tdp-footer-local-label { flex:1 1 440px; margin-right:auto; }
.td-contact-experience { position:relative; overflow:hidden; color:#fff; background:radial-gradient(circle at 86% 15%,rgba(23,105,255,.32),transparent 30%),linear-gradient(145deg,#020610,#071a38); }
.td-contact-experience:before { content:""; position:absolute; inset:0; opacity:.25; background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size:72px 72px; }
.td-contact-experience > .e-con-inner,.td-contact-experience > .td-shell { position:relative; z-index:2; }
.td-contact-experience .td-heading-block h2,.td-contact-experience .td-heading-block .elementor-heading-title { color:#fff; }
.td-contact-experience .td-heading-copy p { color:#9cabc0; }
.td-contact-experience .td-card-grid { border-color:rgba(255,255,255,.13); }
.td-contact-experience .td-card { min-height:220px; border-color:rgba(255,255,255,.13); color:#fff; background:rgba(255,255,255,.025); }
.td-contact-experience .td-card-copy p { color:#9babbe; }
.td-contact-socials { margin:28px 0 0; display:flex; gap:18px; }
.td-contact-social-link { width:auto; }
.td-contact-social-link .elementor-button { padding:0 0 5px; border-bottom:1px solid rgba(104,157,255,.5); color:#82adff; }
.td-contact-experience .td-contact-form { padding:48px; border:1px solid rgba(255,255,255,.14); background:linear-gradient(145deg,#0c2146,#071225); box-shadow:0 35px 85px rgba(0,0,0,.28); }
.td-contact-experience .td-form-grid label { color:#9aabc1; }
.td-contact-experience .td-form-grid input,.td-contact-experience .td-form-grid select,.td-contact-experience .td-form-grid textarea { border-color:rgba(255,255,255,.2); color:#fff; background:rgba(255,255,255,.045); }
.td-editorial-single .td-article-lead { padding-bottom:38px; border-bottom:1px solid #d1dae6; color:#23334a; font-size:20px; line-height:1.75; }
.td-editorial-single .td-article-section { padding:52px 0 34px; border-bottom:1px solid #d7dfe9; }
.td-editorial-single .td-article-index { color:#1769ff; font-weight:800; letter-spacing:.14em; }
.td-editorial-single .td-article-section h2 { margin:14px 0 26px; font-size:clamp(32px,3.6vw,50px); line-height:1.08; letter-spacing:-.055em; }
.td-editorial-single .td-article-section p { color:#4f5d72; font-size:17px; line-height:1.85; }
.td-editorial-single .td-article-section ul { padding:0; list-style:none; border-top:1px solid #d1dae6; }
.td-editorial-single .td-article-section li { padding:14px 0 14px 28px; position:relative; border-bottom:1px solid #d1dae6; font-size:16px; }
.td-editorial-single .td-article-section li:before { content:""; width:7px; height:7px; position:absolute; left:2px; top:22px; border-radius:50%; background:#1769ff; }
.td-article-cta { margin-top:48px; padding:30px; border-radius:18px; display:flex; align-items:center; justify-content:space-between; gap:25px; color:#fff; background:linear-gradient(135deg,#071326,#1769ff); }
.td-article-cta a { padding-bottom:4px; border-bottom:1px solid rgba(255,255,255,.55); font-weight:800; }
@media (max-width:1100px) {
  .tdp-services-home .tdp-section-heading { grid-template-columns:1fr auto; }
  .tdp-services-home .tdp-section-heading-copy { grid-column:1/-1; max-width:620px; }
  .tdp-project-section .tdp-projects-grid.e-con > .tdp-project-card.e-con { width:calc((100% - 30px)/2); max-width:calc((100% - 30px)/2); min-width:calc((100% - 30px)/2); flex-basis:calc((100% - 30px)/2); }
}
@media (max-width:760px) {
  .tdp-services-home .tdp-section-heading { display:block; }
  .tdp-services-heading-button { margin-top:24px; }
  .tdp-project-section .tdp-projects-grid.e-con > .tdp-project-card.e-con { width:88%; max-width:88%; min-width:88%; flex-basis:88%; }
  .td-contact-experience .td-contact-form { padding:28px 20px; }
  .td-article-cta { align-items:flex-start; flex-direction:column; }
}

/* v2.18.0 final cascade guard — these requested changes must win after legacy release layers. */
.tdp-services-home .tdp-section-heading { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr); align-items:end; }
.tdp-services-home .tdp-heading-left,.tdp-services-home .tdp-section-title { width:100%; min-width:0; }
.tdp-services-home .tdp-section-heading-copy { grid-column:2; grid-row:1; }
.tdp-services-home .tdp-services-heading-button { width:auto; grid-column:1/-1; grid-row:2; justify-self:center; margin-top:6px; }
.td-contact-cards.e-con { width:100%; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.td-contact-socials.e-con { width:100%; display:flex; padding:18px 22px; border:1px solid rgba(255,255,255,.14); border-radius:16px; background:rgba(255,255,255,.035); }
.td-contact-social-link .elementor-button { padding:9px 14px; border:1px solid rgba(130,173,255,.32); border-radius:999px; color:#fff; background:rgba(23,105,255,.12); }
.tdp-footer-socials.e-con { width:100%; margin-top:8px; display:flex; }
.tdp-footer-social-link .elementor-button { min-height:40px; padding:9px 13px; border:1px solid rgba(159,181,213,.24); border-radius:999px; background:rgba(255,255,255,.035); }
.td-article-breadcrumb { margin-bottom:24px; display:flex; gap:10px; color:#65758a; font-size:14px; }
.td-article-breadcrumb a { color:#1769ff; }
.td-article-toc { margin:42px 0 22px; padding:28px 30px; border:1px solid #d4deea; border-radius:18px; background:#f5f8fc; }
.td-article-toc strong { display:block; margin-bottom:15px; font-size:18px; }
.td-article-toc ol { margin:0; padding-left:22px; columns:2; column-gap:40px; }
.td-article-toc li { margin:0 0 10px; break-inside:avoid; color:#69778b; }
.td-article-toc a { color:#23364f; }
.td-article-updated { margin:28px 0 0; color:#718096; font-size:14px; }
@media (max-width:1100px) {
  .tdp-services-home .tdp-section-heading { grid-template-columns:1fr; }
  .tdp-services-home .tdp-section-heading-copy { grid-column:1; grid-row:2; }
  .tdp-services-home .tdp-services-heading-button { grid-column:1; grid-row:3; }
  .td-contact-cards.e-con { grid-template-columns:1fr 1fr; }
  .td-contact-card.e-con:last-child { grid-column:1/-1; }
}
@media (max-width:760px) {
  .tdp-services-home .tdp-section-heading { display:grid; }
  .td-contact-cards.e-con { grid-template-columns:1fr; }
  .td-contact-card.e-con:last-child { grid-column:auto; }
  .td-article-toc ol { columns:1; }
}
