/* == Page-specific <style> blocks extracted verbatim from the original
   tdp-enterprise HTML source (these were in each page's <head> and were
   dropped during the initial HTML->Elementor conversion since only
   <body> content was captured). Extracted as-is for exact visual fidelity. == */

/* ---- case-studies.html ---- */
.cs-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-2xl);padding:40px;margin-bottom:40px}
.cs-card:last-child{margin-bottom:0}
.cs-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:12px}
.cs-meta{display:flex;gap:8px;flex-wrap:wrap}
.cs-tag{display:inline-block;padding:4px 12px;border-radius:100px;font-size:12px;font-weight:600;background:var(--surface);color:var(--text-2);border:1px solid var(--border)}
.cs-tag--blue{background:rgba(58,157,212,.1);color:var(--blue);border-color:rgba(58,157,212,.2)}
.cs-tag--orange{background:rgba(244,112,32,.1);color:var(--orange);border-color:rgba(244,112,32,.2)}
.cs-timeline{font-size:12px;color:var(--text-3);font-weight:500;display:flex;align-items:center;gap:6px}
.cs-timeline::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--blue);flex-shrink:0}
.cs-title{font-size:clamp(1.15rem,2.2vw,1.45rem);margin-bottom:28px;line-height:1.4}
.cs-grid{display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:start}
.cs-body{display:flex;flex-direction:column;gap:24px}
.cs-block h4{font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);font-weight:700;margin-bottom:10px}
.cs-block p{font-size:14.5px;color:var(--text-2);line-height:1.8}
.cs-list{display:flex;flex-direction:column;gap:7px;list-style:none;padding:0;margin:0}
.cs-list li{font-size:13.5px;color:var(--text-2);display:flex;gap:8px;align-items:flex-start;line-height:1.6}
.cs-list li::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--blue);flex-shrink:0;margin-top:6px}
.cs-outcomes{background:var(--navy);border-radius:var(--r-xl);padding:28px;color:#fff}
.cs-outcomes h4{font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.6);font-weight:700;margin-bottom:20px}
.cs-outcome-list{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}
.cs-outcome-item{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:20px}
.cs-outcome-item:last-child{border-bottom:none;padding-bottom:0}
.cs-outcome-num{font-size:2rem;font-weight:800;color:var(--orange);line-height:1;margin-bottom:6px}
.cs-outcome-label{font-size:13px;color:rgba(255,255,255,.7);line-height:1.55}
.cs-lesson{background:rgba(255,255,255,.06);border-radius:var(--r-lg);padding:16px;margin-top:4px}
.cs-lesson h5{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--blue-light);margin-bottom:8px}
.cs-lesson p{font-size:13px;color:rgba(255,255,255,.75);line-height:1.65}
@media(max-width:1100px){.cs-grid{grid-template-columns:1fr}}
@media(max-width:768px){.cs-card{padding:28px 20px}}

/* ---- contact.html ---- */
.contact-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.contact-info-col h2{font-size:clamp(1.5rem,3vw,2rem);margin-top:8px}
.contact-what-expect{margin-top:32px;padding:28px;background:var(--surface);border-radius:var(--r-xl)}
.contact-what-expect h4{font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);font-weight:700;margin-bottom:18px}
.contact-what-expect ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}
.contact-what-expect li{display:flex;gap:14px;align-items:flex-start}
.contact-what-expect li strong{display:block;font-size:14px;color:var(--text-1);margin-bottom:2px}
.contact-what-expect li span{font-size:13px;color:var(--text-2);line-height:1.6}
.contact-expect-num{width:26px;height:26px;border-radius:50%;background:var(--orange);color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.contact-direct{margin-top:32px}
.contact-direct h4{font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);font-weight:700;margin-bottom:14px}
.contact-direct-links{display:flex;flex-direction:column;gap:12px}
.contact-direct-link{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--r-lg);text-decoration:none;color:inherit;transition:border-color .2s,background .2s}
.contact-direct-link:hover{border-color:var(--blue);background:var(--blue-50)}
.contact-direct-link--static{cursor:default}
.contact-direct-link--static:hover{border-color:var(--border);background:transparent}
.contact-direct-icon{width:36px;height:36px;border-radius:var(--r-md);background:var(--surface);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-direct-icon svg{width:16px;height:16px;stroke:var(--blue)}
.contact-direct-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);font-weight:600;margin-bottom:2px}
.contact-direct-value{font-size:14px;font-weight:500;color:var(--text-1)}
.contact-form-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-2xl);padding:36px}
.contact-form-card h3{font-size:1.25rem;margin-bottom:4px}
.contact-form{display:flex;flex-direction:column;gap:18px;margin-top:24px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-group{display:flex;flex-direction:column;gap:6px}
.form-group label{font-size:13.5px;font-weight:500;color:var(--text-1)}
.form-group input,.form-group select,.form-group textarea{padding:10px 14px;border:1.5px solid var(--border);border-radius:var(--r-md);font-family:inherit;font-size:14px;color:var(--text-1);background:#fff;transition:border-color .2s;outline:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue)}
.form-group textarea{resize:vertical;min-height:120px}
.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:36px}
.form-req{color:var(--orange)}
.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}
.form-error-msg{font-size:12px;color:#ef4444;margin-top:2px}
@media(max-width:1100px){.contact-main-grid{grid-template-columns:1fr}}
@media(max-width:768px){.form-row{grid-template-columns:1fr}.contact-form-card{padding:24px 20px}}

/* ---- faq.html ---- */
.faq-cat-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}
.faq-cat-pills a{padding:7px 16px;border:1px solid rgba(255,255,255,.25);border-radius:100px;color:rgba(255,255,255,.8);font-size:13px;text-decoration:none;transition:background .2s,border-color .2s,color .2s}
.faq-cat-pills a:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.5);color:#fff}
.faq-section-hd{display:flex;align-items:center;gap:16px;margin:56px 0 28px;padding-bottom:16px;border-bottom:2px solid var(--border)}
.faq-section-hd:first-of-type{margin-top:0}
.faq-section-hd h2{font-size:clamp(1.2rem,2.5vw,1.6rem);margin:0}
.faq-section-icon{width:42px;height:42px;border-radius:var(--r-lg);background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.faq-section-icon svg{width:18px;height:18px;stroke:var(--text-3)}
.faq-section-icon--blue{background:rgba(58,157,212,.08);border-color:rgba(58,157,212,.2)}
.faq-section-icon--blue svg{stroke:var(--blue)}
.faq-section-icon--orange{background:rgba(244,112,32,.08);border-color:rgba(244,112,32,.2)}
.faq-section-icon--orange svg{stroke:var(--orange)}
@media(max-width:768px){.faq-cat-pills a{font-size:12px;padding:6px 12px}}

/* ---- industries.html ---- */
.industry-nav-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px;justify-content:flex-start}
.industry-nav-pills a{padding:7px 16px;border:1px solid rgba(255,255,255,.25);border-radius:100px;color:rgba(255,255,255,.8);font-size:13px;text-decoration:none;transition:background .2s,border-color .2s,color .2s}
.industry-nav-pills a:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.5);color:#fff}
.industry-section{scroll-margin-top:88px}
.industry-split{align-items:start;gap:64px}
.industry-split--reverse{direction:rtl}
.industry-split--reverse > *{direction:ltr}
.industry-callout{background:var(--surface);padding:32px;border-radius:var(--r-xl)}
.industry-callout h4{font-size:.95rem;margin-bottom:16px;color:var(--text-1)}
.industry-callout ul{display:flex;flex-direction:column;gap:10px;list-style:none;padding:0;margin:0}
.industry-callout ul li{font-size:13.5px;color:var(--text-2);padding-left:14px;position:relative;line-height:1.65}
.industry-callout ul li::before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;border-radius:50%;background:var(--blue)}
.industry-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:100px;font-size:13px;font-weight:600;margin-bottom:20px}
@media(max-width:768px){
  .industry-split{grid-template-columns:1fr}
  .industry-split--reverse{direction:ltr}
  .industry-nav-pills{gap:8px}
  .industry-nav-pills a{font-size:12px;padding:6px 12px}
}

/* ---- insights.html ---- */
.insight-featured{background:var(--navy);border-radius:var(--r-2xl);padding:48px;margin-top:24px}
.insight-featured-inner{display:grid;grid-template-columns:1fr 320px;gap:48px;align-items:start}
.insight-featured-content{display:flex;flex-direction:column;align-items:flex-start}
.insight-featured-content h2{color:#fff;margin-top:16px;font-size:clamp(1.35rem,2.8vw,1.85rem)}
.insight-featured-content p{color:rgba(255,255,255,.75);font-size:15px;line-height:1.8;margin-top:14px}
.insight-featured-sidebar{background:rgba(255,255,255,.06);border-radius:var(--r-xl);padding:28px}
.insight-featured-sidebar h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.5);margin-bottom:16px}
.insight-featured-sidebar ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px}
.insight-featured-sidebar ul li{font-size:13.5px;color:rgba(255,255,255,.75);padding-left:16px;position:relative;line-height:1.55}
.insight-featured-sidebar ul li::before{content:"";position:absolute;left:0;top:7px;width:5px;height:5px;border-radius:50%;background:var(--orange)}
.insight-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.insight-tag{display:inline-block;padding:3px 10px;border-radius:100px;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.insight-tag--blue{background:rgba(58,157,212,.15);color:var(--blue-light)}
.insight-tag--orange{background:rgba(244,112,32,.15);color:#f9a26a}
.insight-date{font-size:12px;color:rgba(255,255,255,.5)}
.insight-read{font-size:12px;color:rgba(255,255,255,.4)}
.insight-author{display:flex;align-items:center;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}
.insight-author-name{font-size:14px;font-weight:600;color:#fff}
.insight-author-role{font-size:12.5px;color:rgba(255,255,255,.6)}
.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.insight-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-xl);padding:28px;display:flex;flex-direction:column;justify-content:space-between;transition:border-color .2s,box-shadow .2s}
.insight-card:hover{border-color:var(--blue);box-shadow:var(--shadow-md)}
.insight-card-top{flex:1}
.insight-card-top .insight-meta .insight-date,.insight-card-top .insight-meta .insight-read{color:var(--text-3)}
.insight-card-top .insight-tag--blue{background:rgba(58,157,212,.1);color:var(--blue)}
.insight-card-top .insight-tag--orange{background:rgba(244,112,32,.1);color:var(--orange)}
.insight-card h3{font-size:1rem;line-height:1.4;margin-top:14px;margin-bottom:12px}
.insight-card p{font-size:13.5px;color:var(--text-2);line-height:1.75}
.insight-card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}
.insight-card-foot .insight-read{color:var(--text-3);font-size:12px}
.insight-read-link{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--blue);text-decoration:none;transition:gap .2s}
.insight-read-link:hover{gap:10px}
.insight-read-link svg{width:14px;height:14px}
.newsletter-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-2xl);padding:48px;text-align:center}
.newsletter-form{margin-top:28px}
.newsletter-inputs{display:flex;gap:12px;max-width:440px;margin:0 auto}
.newsletter-inputs input{flex:1;padding:11px 16px;border:1.5px solid var(--border);border-radius:var(--r-md);font-family:inherit;font-size:14px;outline:none;transition:border-color .2s}
.newsletter-inputs input:focus{border-color:var(--blue)}
@media(max-width:1100px){.insight-featured-inner{grid-template-columns:1fr}.insight-featured-sidebar{display:none}.insights-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.insights-grid{grid-template-columns:1fr}.insight-featured{padding:28px 20px}.newsletter-inputs{flex-direction:column}.newsletter-inputs input{width:100%}}

/* ---- privacy.html ---- */
.inner-hero--sm{padding:120px 0 60px}
.legal-grid{display:grid;grid-template-columns:220px 1fr;gap:64px;align-items:start}
.legal-toc{position:sticky;top:100px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);padding:24px}
.legal-toc h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);font-weight:700;margin-bottom:14px}
.legal-toc ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}
.legal-toc a{font-size:13px;color:var(--text-2);text-decoration:none;transition:color .2s}
.legal-toc a:hover{color:var(--blue)}
.legal-body{max-width:760px}
.legal-body h2{font-size:1.25rem;margin-top:40px;margin-bottom:14px;padding-top:8px;border-top:1px solid var(--border)}
.legal-body h2:first-of-type{margin-top:0;border-top:none;padding-top:0}
.legal-body h3{font-size:1rem;margin-top:24px;margin-bottom:10px;color:var(--text-1)}
.legal-body p{font-size:14.5px;color:var(--text-2);line-height:1.82;margin-bottom:14px}
.legal-body ul{padding-left:20px;margin-bottom:14px;display:flex;flex-direction:column;gap:6px}
.legal-body ul li{font-size:14.5px;color:var(--text-2);line-height:1.75}
.legal-body a{color:var(--blue);text-decoration:underline}
.legal-alert{background:rgba(58,157,212,.08);border:1px solid rgba(58,157,212,.2);border-radius:var(--r-lg);padding:18px 20px;margin-bottom:36px;font-size:14px;color:var(--text-2);line-height:1.7}
.legal-contact{background:var(--surface);border-radius:var(--r-lg);padding:20px;margin-top:14px;font-size:14.5px;color:var(--text-2);line-height:2}
@media(max-width:1100px){.legal-grid{grid-template-columns:1fr}.legal-toc{position:static}}

/* ---- process.html ---- */
.process-timeline{display:flex;flex-direction:column;gap:0;margin-top:56px;position:relative}
.process-timeline::before{content:"";position:absolute;left:36px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--blue),var(--orange));opacity:.25}
.process-phase{display:grid;grid-template-columns:72px 1fr;gap:32px;padding-bottom:48px;position:relative}
.process-phase:last-child{padding-bottom:0}
.process-num{width:72px;height:72px;border-radius:50%;background:var(--navy);color:#fff;font-size:1rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1;letter-spacing:-.02em}
.process-num--orange{background:var(--orange)}
.process-content{padding-top:16px}
.process-phase-tag{display:inline-block;padding:3px 10px;border-radius:100px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:rgba(58,157,212,.1);color:var(--blue);margin-bottom:10px}
.process-content h3{font-size:clamp(1.05rem,2vw,1.25rem);margin-bottom:12px}
.process-content p{color:var(--text-2);font-size:14.5px;line-height:1.8}
.process-deliverables{margin-top:20px;padding:18px 20px;background:var(--surface);border-radius:var(--r-lg)}
.process-del-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);font-weight:600;margin-bottom:10px}
.process-del-list{display:flex;flex-wrap:wrap;gap:8px}
.process-del-list span{font-size:12px;padding:4px 10px;background:#fff;border:1px solid var(--border);border-radius:100px;color:var(--text-2)}
@media(max-width:768px){
  .process-timeline::before{left:28px}
  .process-phase{grid-template-columns:56px 1fr;gap:20px}
  .process-num{width:56px;height:56px;font-size:.875rem}
}

/* ---- terms.html ---- */
.inner-hero--sm{padding:120px 0 60px}
.legal-grid{display:grid;grid-template-columns:220px 1fr;gap:64px;align-items:start}
.legal-toc{position:sticky;top:100px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);padding:24px}
.legal-toc h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);font-weight:700;margin-bottom:14px}
.legal-toc ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}
.legal-toc a{font-size:13px;color:var(--text-2);text-decoration:none;transition:color .2s}
.legal-toc a:hover{color:var(--blue)}
.legal-body{max-width:760px}
.legal-body h2{font-size:1.25rem;margin-top:40px;margin-bottom:14px;padding-top:8px;border-top:1px solid var(--border)}
.legal-body h2:first-of-type{margin-top:0;border-top:none;padding-top:0}
.legal-body p{font-size:14.5px;color:var(--text-2);line-height:1.82;margin-bottom:14px}
.legal-body ul{padding-left:20px;margin-bottom:14px;display:flex;flex-direction:column;gap:6px}
.legal-body ul li{font-size:14.5px;color:var(--text-2);line-height:1.75}
.legal-body a{color:var(--blue);text-decoration:underline}
.legal-alert{background:rgba(58,157,212,.08);border:1px solid rgba(58,157,212,.2);border-radius:var(--r-lg);padding:18px 20px;margin-bottom:36px;font-size:14px;color:var(--text-2);line-height:1.7}
.legal-contact{background:var(--surface);border-radius:var(--r-lg);padding:20px;margin-top:14px;font-size:14.5px;color:var(--text-2);line-height:2}
@media(max-width:1100px){.legal-grid{grid-template-columns:1fr}.legal-toc{position:static}}

/* ---- services.html (no <style> block in source; icon wrapper's box/bg/radius
   are set inline via style="" in the markup, only the svg itself needs sizing,
   matching the 30x30 convention used for .svc-card-icon svg elsewhere) ---- */
.svc-icon svg { width: 30px; height: 30px; flex-shrink: 0; }

/* ---- why-tdp.html ---- */
.why-compare-item{display:grid;grid-template-columns:1fr 1fr;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border)}
.why-compare-col{padding:16px 18px;font-size:13.5px;line-height:1.6;color:var(--text-2)}
.why-compare-col--other{background:var(--surface);border-right:1px solid var(--border)}
.why-compare-col--tdp{background:rgba(58,157,212,.06)}
.why-compare-label{font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:4px}
.why-compare-col--other .why-compare-label{color:var(--text-3)}
.why-compare-col--tdp .why-compare-label{color:var(--blue)}
.testimonial-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-xl);padding:32px;position:relative;overflow:hidden}
.testimonial-quote{font-size:5rem;font-family:Georgia,serif;color:var(--blue);line-height:.6;opacity:.15;position:absolute;top:20px;left:20px;pointer-events:none;aria-hidden:true}
.testimonial-card blockquote{font-size:14.5px;line-height:1.8;color:var(--text-1);font-style:italic;position:relative;z-index:1;margin:0;border:none;padding:0}
.testimonial-role{margin-top:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-3)}
@media(max-width:768px){.why-compare-item{grid-template-columns:1fr}.why-compare-col--other{border-right:none;border-bottom:1px solid var(--border)}}

