/* ═══════════════════════════════════════════════════════
   TGD CONNECTION — WIDGET DEFAULT STYLES v1.1.0
   :where() wrappers = zero specificity so Elementor
   per-widget controls always win.
   ═══════════════════════════════════════════════════════ */

:root {
    --tgd-ink:        #0b1530;
    --tgd-ink-soft:   #4a5773;
    --tgd-muted:      #6b7390;
    --tgd-line:       rgba(11,21,48,.10);
    --tgd-surface:    #ffffff;
    --tgd-surface-2:  #f5f7fb;
    --tgd-blue:       #2563eb;
    --tgd-blue-deep:  #0f2c6e;
    --tgd-green:      #2dd4a8;
    --tgd-radius:     16px;
    --tgd-radius-sm:  10px;
    --tgd-shadow:     0 10px 30px -12px rgba(11,21,48,.18);
    --tgd-grad:       linear-gradient(135deg, var(--tgd-green) 0%, var(--tgd-blue) 55%, var(--tgd-blue-deep) 100%);
    --tgd-container:  1200px;
}

/* ── Base reset ─────────────────────────────────────── */
:where(.tgd-hero, .tgd-stat-bar, .tgd-founder, .tgd-services-section,
       .tgd-pillars-section, .tgd-about-intro, .tgd-credentials,
       .tgd-product-grid, .tgd-blog-featured, .tgd-blog-grid,
       .tgd-contact-form, .tgd-cta-banner) {
    box-sizing: border-box;
    width: 100%;
    color: var(--tgd-ink);
    font-family: inherit;
}
:where(.tgd-hero, .tgd-stat-bar, .tgd-founder, .tgd-services-section,
       .tgd-pillars-section, .tgd-about-intro, .tgd-credentials,
       .tgd-product-grid, .tgd-blog-featured, .tgd-blog-grid,
       .tgd-contact-form, .tgd-cta-banner) *,
:where(.tgd-hero, .tgd-stat-bar, .tgd-founder, .tgd-services-section,
       .tgd-pillars-section, .tgd-about-intro, .tgd-credentials,
       .tgd-product-grid, .tgd-blog-featured, .tgd-blog-grid,
       .tgd-contact-form, .tgd-cta-banner) *::before,
:where(.tgd-hero, .tgd-stat-bar, .tgd-founder, .tgd-services-section,
       .tgd-pillars-section, .tgd-about-intro, .tgd-credentials,
       .tgd-product-grid, .tgd-blog-featured, .tgd-blog-grid,
       .tgd-contact-form, .tgd-cta-banner) *::after {
    box-sizing: border-box;
}

/* ── Common atoms ───────────────────────────────────── */
:where(.tgd-eyebrow) {
    font-size: 12px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .28em; color: var(--tgd-blue);
    margin: 0 0 16px;
}
:where(.tgd-btn) {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px; border-radius: 999px;
    background: var(--tgd-grad); color: #fff !important;
    font-weight: 700; font-size: 13px; letter-spacing: .12em;
    text-transform: uppercase; text-decoration: none;
    border: 0; cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
    box-shadow: 0 8px 24px -10px rgba(37,99,235,.55);
}
:where(.tgd-btn):hover { transform: translateY(-2px); box-shadow: 0 14px 32px -10px rgba(37,99,235,.7); }
:where(.tgd-btn.tgd-btn-ghost) {
    background: transparent; color: var(--tgd-ink) !important;
    border: 1.5px solid rgba(11,21,48,.25); box-shadow: none;
}
:where(.tgd-btn.tgd-btn-ghost):hover { background: var(--tgd-ink); color: #fff !important; border-color: var(--tgd-ink); }

/* ── Reveal animation ───────────────────────────────── */
.tgd-reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.tgd-reveal.tgd-is-visible,
.elementor-editor-active .tgd-reveal { opacity: 1; transform: none; }
.tgd-reveal-delay-1 { transition-delay: .05s; }
.tgd-reveal-delay-2 { transition-delay: .15s; }
.tgd-reveal-delay-3 { transition-delay: .25s; }
.tgd-reveal-delay-4 { transition-delay: .35s; }

/* ── Hover utilities ────────────────────────────────── */
.tgd-hover-lift { transition: transform .3s ease, box-shadow .3s ease; }
.tgd-hover-lift:hover  { transform: translateY(-4px); box-shadow: var(--tgd-shadow); }
.tgd-hover-scale:hover { transform: scale(1.02); }
.tgd-hover-glow:hover  { box-shadow: 0 14px 40px -10px rgba(37,99,235,.35); }

/* ══════════════════════════════════════════
   HERO  ::  .tgd-hero
   ══════════════════════════════════════════ */
/* NOTE: outer padding comes from Elementor responsive control; no hardcoded padding here */
.tgd-hero { padding: 96px 0; }   /* fallback only — control overrides this */
.tgd-hero-inner {
    max-width: var(--tgd-container); margin: 0 auto;
    padding: 0 24px;
    display: grid; grid-template-columns: 1.1fr .9fr;
    gap: 56px; align-items: center;
}
:where(.tgd-hero .tgd-hero-title) {
    font-size: clamp(40px, 5.5vw, 68px); line-height: 1.02;
    font-weight: 900; margin: 0 0 24px; letter-spacing: -.02em;
    color: var(--tgd-ink);
}
:where(.tgd-hero .tgd-hero-sub) {
    font-size: 18px; line-height: 1.65; color: var(--tgd-ink-soft);
    margin: 0 0 32px; max-width: 560px;
}
.tgd-hero .tgd-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.tgd-hero .tgd-hero-media img {
    width: 100%; height: auto; display: block;
    border-radius: var(--tgd-radius); box-shadow: var(--tgd-shadow);
    aspect-ratio: 4/5; object-fit: cover;
}
@media (max-width: 1024px) {
    .tgd-hero .tgd-hero-inner { grid-template-columns: 1fr; gap: 40px; }
}

/* ══════════════════════════════════════════
   STAT BAR  ::  .tgd-stat-bar
   ══════════════════════════════════════════ */
.tgd-stat-bar { padding: 48px 0; background: var(--tgd-surface-2); }
.tgd-stat-bar-inner { max-width: var(--tgd-container); margin: 0 auto; padding: 0 24px; }
.tgd-stat-bar .tgd-stats {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.tgd-stat-bar .tgd-stat {
    text-align: center; padding: 28px 16px;
    background: #fff; border-radius: var(--tgd-radius-sm);
    box-shadow: 0 2px 12px -4px rgba(11,21,48,.06);
}
:where(.tgd-stat-bar .tgd-stat-value) {
    font-size: clamp(32px, 4vw, 48px); font-weight: 900; line-height: 1;
    margin: 0 0 10px; color: var(--tgd-blue);
}
:where(.tgd-stat-bar .tgd-stat-label) {
    font-size: 12px; text-transform: uppercase; letter-spacing: .18em;
    margin: 0; color: var(--tgd-ink-soft); font-weight: 600;
}
@media (max-width: 1024px) { .tgd-stat-bar .tgd-stats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .tgd-stat-bar .tgd-stats { grid-template-columns: repeat(2, 1fr); } }

/* ══════════════════════════════════════════
   FOUNDER HIGHLIGHT  ::  .tgd-founder
   ══════════════════════════════════════════ */
.tgd-founder { padding: 96px 0; background: var(--tgd-surface-2); }
.tgd-founder .tgd-founder-inner {
    max-width: var(--tgd-container); margin: 0 auto;
    padding: 0 24px;
    display: grid; grid-template-columns: 1fr 1.2fr;
    gap: 64px; align-items: start;
}
.tgd-founder .tgd-founder-figure { margin: 0; }
.tgd-founder .tgd-founder-figure img {
    width: 100%; height: auto; aspect-ratio: 4/5;
    object-fit: cover; border-radius: var(--tgd-radius);
    box-shadow: var(--tgd-shadow);
}
:where(.tgd-founder .tgd-founder-name) {
    font-size: clamp(32px, 3.5vw, 46px); font-weight: 900; line-height: 1.05;
    margin: 0 0 8px; letter-spacing: -.015em;
}
:where(.tgd-founder .tgd-founder-role) {
    font-size: 15px; color: var(--tgd-blue); font-weight: 700;
    text-transform: uppercase; letter-spacing: .18em;
    margin: 0 0 24px;
}
:where(.tgd-founder .tgd-founder-bio) {
    font-size: 17px; line-height: 1.75; color: var(--tgd-ink-soft);
    margin: 0 0 28px;
}
.tgd-founder .tgd-founder-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 1024px) { .tgd-founder .tgd-founder-inner { grid-template-columns: 1fr; gap: 40px; } }

/* ══════════════════════════════════════════
   SERVICES GRID  ::  .tgd-services-section
   ══════════════════════════════════════════ */
/* Outer wrapper: ZERO hardcoded padding — comes from responsive control */
.tgd-services-section { padding: 60px 0 80px; }   /* fallback only */
.tgd-services-section .tgd-services {
    max-width: var(--tgd-container); margin: 0 auto;
    padding: 0 24px;                               /* horizontal padding lives here */
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.tgd-services-section .tgd-service {
    background: #fff; border: 1px solid var(--tgd-line);
    border-radius: var(--tgd-radius); padding: 32px 28px;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    display: flex; flex-direction: column;
}
.tgd-services-section .tgd-service:hover {
    border-color: var(--tgd-blue);
}
.tgd-services-section .tgd-service-icon {
    width: 52px; height: 52px; display: grid; place-items: center;
    border-radius: var(--tgd-radius-sm);
    background: linear-gradient(135deg, rgba(45,212,168,.15), rgba(37,99,235,.15));
    color: var(--tgd-blue); font-size: 22px; line-height: 1;
    margin-bottom: 20px;
}
:where(.tgd-services-section .tgd-service-title) {
    font-size: 20px; font-weight: 800; line-height: 1.25;
    margin: 0 0 10px; color: var(--tgd-ink);
}
:where(.tgd-services-section .tgd-service-desc) {
    font-size: 15px; line-height: 1.65; color: var(--tgd-ink-soft);
    margin: 0 0 20px; flex: 1;
}
.tgd-services-section .tgd-link {
    color: var(--tgd-blue); font-weight: 700; font-size: 14px;
    text-decoration: none; align-self: flex-start;
    border-bottom: 1.5px solid transparent; transition: border-color .2s ease;
}
.tgd-services-section .tgd-link:hover { border-color: var(--tgd-blue); }
@media (max-width: 1024px) { .tgd-services-section .tgd-services { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .tgd-services-section .tgd-services { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════
   VALUE PILLARS  ::  .tgd-pillars-section
   ══════════════════════════════════════════ */
.tgd-pillars-section { padding: 80px 0; background: var(--tgd-surface-2); }
.tgd-pillars-inner {
    max-width: var(--tgd-container); margin: 0 auto;
    padding: 0 24px;
}
.tgd-pillars-section .tgd-pillars {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.tgd-pillars-section .tgd-pillar {
    text-align: center; padding: 36px 24px;
    background: #fff; border-radius: var(--tgd-radius);
    border: 1px solid var(--tgd-line);
    position: relative; overflow: hidden;
}
.tgd-pillars-section .tgd-pillar::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: var(--tgd-grad);
}
:where(.tgd-pillars-section .tgd-pillar-title) {
    font-size: 20px; font-weight: 800; margin: 0 0 12px;
    color: var(--tgd-ink); letter-spacing: -.005em;
}
:where(.tgd-pillars-section .tgd-pillar-desc) {
    font-size: 14px; line-height: 1.7; color: var(--tgd-ink-soft); margin: 0;
    text-align: center;
}
@media (max-width: 1024px) { .tgd-pillars-section .tgd-pillars { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 640px)  { .tgd-pillars-section .tgd-pillars { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════
   ABOUT INTRO  ::  .tgd-about-intro
   ══════════════════════════════════════════ */
.tgd-about-intro { padding: 96px 0; }
.tgd-about-intro .tgd-about-inner {
    max-width: var(--tgd-container); margin: 0 auto;
    padding: 0 24px;
    display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: center;
}
.tgd-about-intro .tgd-about-copy { max-width: 720px; }
:where(.tgd-about-intro .tgd-about-title) {
    font-size: clamp(36px, 4.5vw, 56px); font-weight: 900;
    line-height: 1.05; margin: 0 0 28px; letter-spacing: -.02em;
    color: var(--tgd-ink);
}
:where(.tgd-about-intro .tgd-about-body) {
    font-size: 18px; line-height: 1.8; color: var(--tgd-ink-soft);
}
.tgd-about-intro .tgd-about-body p { margin: 0 0 18px; }
.tgd-about-intro .tgd-about-figure { margin: 0; }
.tgd-about-intro .tgd-about-figure img {
    width: 100%; height: auto; border-radius: var(--tgd-radius);
    box-shadow: var(--tgd-shadow);
}
@media (max-width: 1024px) { .tgd-about-intro .tgd-about-inner { grid-template-columns: 1fr; gap: 40px; } }

/* ══════════════════════════════════════════
   CREDENTIALS  ::  .tgd-credentials
   ══════════════════════════════════════════ */
.tgd-credentials { padding: 80px 0; }
.tgd-credentials .tgd-credentials-inner { max-width: var(--tgd-container); margin: 0 auto; padding: 0 24px; }
:where(.tgd-credentials .tgd-credentials-title) {
    font-size: clamp(28px, 3vw, 38px); font-weight: 800;
    margin: 0 0 32px; color: var(--tgd-ink); letter-spacing: -.01em;
}
.tgd-credentials .tgd-credentials-list {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 32px;
}
.tgd-credentials .tgd-credential {
    font-size: 16px; color: var(--tgd-ink);
    padding: 14px 20px; background: #fff;
    border: 1px solid var(--tgd-line); border-radius: var(--tgd-radius-sm);
    display: flex; align-items: flex-start; gap: 10px;
    line-height: 1.4;
}
@media (max-width: 700px) { .tgd-credentials .tgd-credentials-list { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════
   PRODUCT GRID  ::  .tgd-product-grid
   ══════════════════════════════════════════ */
.tgd-product-grid { padding: 80px 0; }
.tgd-product-grid .tgd-product-grid-inner { max-width: var(--tgd-container); margin: 0 auto; padding: 0 24px; }
.tgd-product-grid .tgd-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.tgd-product-grid .tgd-card {
    background: #fff; border: 1px solid var(--tgd-line);
    border-radius: var(--tgd-radius); padding: 28px;
    display: flex; flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease;
}
.tgd-product-grid .tgd-card:hover { transform: translateY(-4px); box-shadow: var(--tgd-shadow); }
.tgd-product-grid .tgd-card-badge {
    display: inline-block; font-size: 11px; font-weight: 700;
    letter-spacing: .18em; text-transform: uppercase;
    color: var(--tgd-blue); background: rgba(37,99,235,.08);
    padding: 6px 12px; border-radius: 999px;
    align-self: flex-start; margin-bottom: 16px;
}
:where(.tgd-product-grid .tgd-card-title) {
    font-size: 20px; font-weight: 800; line-height: 1.25;
    margin: 0 0 10px; color: var(--tgd-ink);
}
:where(.tgd-product-grid .tgd-card-desc) {
    font-size: 14.5px; line-height: 1.65; color: var(--tgd-ink-soft);
    margin: 0 0 16px; flex: 1;
}
.tgd-product-grid .tgd-card-price {
    font-size: 14px; font-weight: 700; color: var(--tgd-ink); margin: 0 0 18px;
}
.tgd-product-grid .tgd-card-cta {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--tgd-ink); color: #fff !important;
    padding: 12px 22px; border-radius: 999px;
    font-weight: 700; font-size: 12px; letter-spacing: .12em;
    text-transform: uppercase; text-decoration: none;
    align-self: flex-start; transition: background .25s ease;
}
.tgd-product-grid .tgd-card-cta::after { content: " →"; }
.tgd-product-grid .tgd-card:hover .tgd-card-cta { background: var(--tgd-blue); }
@media (max-width: 1024px) { .tgd-product-grid .tgd-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .tgd-product-grid .tgd-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════
   BLOG FEATURED  ::  .tgd-blog-featured
   ══════════════════════════════════════════ */
.tgd-blog-featured { padding: 80px 0; }
.tgd-blog-featured .tgd-feat-inner {
    max-width: var(--tgd-container); margin: 0 auto;
    padding: 48px;
    background: linear-gradient(135deg, var(--tgd-surface-2) 0%, rgba(45,212,168,.06) 100%);
    border-radius: 24px; border: 1px solid var(--tgd-line);
    display: grid; grid-template-columns: 3fr 2fr; gap: 48px; align-items: center;
}
:where(.tgd-blog-featured .tgd-feat-title) {
    font-size: clamp(28px, 3.2vw, 42px); font-weight: 900;
    line-height: 1.1; margin: 0 0 18px; color: var(--tgd-ink); letter-spacing: -.01em;
}
:where(.tgd-blog-featured .tgd-feat-excerpt) {
    font-size: 17px; line-height: 1.7; color: var(--tgd-ink-soft); margin: 0 0 20px;
}
.tgd-blog-featured .tgd-feat-meta {
    display: flex; gap: 18px; font-size: 13px; color: var(--tgd-muted);
    text-transform: uppercase; letter-spacing: .12em; font-weight: 600;
}
.tgd-blog-featured .tgd-feat-cover {
    aspect-ratio: 1/1; border-radius: var(--tgd-radius);
    background: var(--tgd-grad); display: grid; place-items: center;
    color: rgba(255,255,255,.3); font-size: 80px; font-weight: 900;
    overflow: hidden;
}
.tgd-blog-featured .tgd-feat-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 900px) { .tgd-blog-featured .tgd-feat-inner { grid-template-columns: 1fr; padding: 32px; } }

/* ══════════════════════════════════════════
   BLOG GRID  ::  .tgd-blog-grid
   ══════════════════════════════════════════ */
.tgd-blog-grid { padding: 60px 0 100px; }
.tgd-blog-grid .tgd-blog-grid-inner { max-width: var(--tgd-container); margin: 0 auto; padding: 0 24px; }
.tgd-blog-grid .tgd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tgd-blog-grid .tgd-card {
    background: #fff; border: 1px solid var(--tgd-line);
    border-radius: var(--tgd-radius); padding: 24px;
    display: flex; flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease;
}
.tgd-blog-grid .tgd-card:hover { transform: translateY(-4px); box-shadow: var(--tgd-shadow); }
.tgd-blog-grid .tgd-card-cover {
    aspect-ratio: 16/10; border-radius: var(--tgd-radius-sm);
    background: linear-gradient(135deg, rgba(37,99,235,.15), rgba(45,212,168,.1));
    margin-bottom: 18px; overflow: hidden;
}
.tgd-blog-grid .tgd-card-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tgd-blog-grid .tgd-card-category {
    font-size: 11px; font-weight: 700; letter-spacing: .2em;
    text-transform: uppercase; color: var(--tgd-blue); margin-bottom: 10px;
}
:where(.tgd-blog-grid .tgd-card-title) { font-size: 20px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; color: var(--tgd-ink); }
:where(.tgd-blog-grid .tgd-card-desc)  { font-size: 14.5px; line-height: 1.65; color: var(--tgd-ink-soft); margin: 0 0 18px; flex: 1; }
.tgd-blog-grid .tgd-card-meta {
    display: flex; gap: 14px; font-size: 12px; color: var(--tgd-muted);
    padding-top: 14px; border-top: 1px solid var(--tgd-line);
    text-transform: uppercase; letter-spacing: .1em;
}
@media (max-width: 1024px) { .tgd-blog-grid .tgd-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .tgd-blog-grid .tgd-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════
   CONTACT FORM  ::  .tgd-contact-form
   ══════════════════════════════════════════ */
.tgd-contact-form { padding: 80px 0; }
.tgd-contact-form .tgd-cf-inner {
    max-width: var(--tgd-container); margin: 0 auto;
    padding: 0 24px;
    display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: start;
}
.tgd-contact-form .tgd-cf-row   { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.tgd-contact-form .tgd-cf-field { margin-bottom: 16px; display: flex; flex-direction: column; }
.tgd-contact-form .tgd-cf-field label {
    font-size: 12px; font-weight: 700; letter-spacing: .12em;
    text-transform: uppercase; color: var(--tgd-ink-soft); margin-bottom: 8px;
}
.tgd-contact-form .tgd-cf-field input,
.tgd-contact-form .tgd-cf-field textarea {
    width: 100%; padding: 14px 16px; font-size: 15px; font-family: inherit;
    border: 1.5px solid var(--tgd-line); border-radius: var(--tgd-radius-sm);
    background: #fff; color: var(--tgd-ink);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.tgd-contact-form .tgd-cf-field textarea { min-height: 140px; resize: vertical; }
.tgd-contact-form .tgd-cf-field input:focus,
.tgd-contact-form .tgd-cf-field textarea:focus {
    outline: none; border-color: var(--tgd-blue);
    box-shadow: 0 0 0 4px rgba(37,99,235,.12);
}
.tgd-contact-form .tgd-cf-submit {
    margin-top: 8px; padding: 16px 32px; border: 0; cursor: pointer;
    background: var(--tgd-grad); color: #fff; border-radius: 999px;
    font-weight: 700; font-size: 13px; letter-spacing: .14em;
    text-transform: uppercase; box-shadow: 0 10px 24px -10px rgba(37,99,235,.5);
    transition: transform .25s ease, box-shadow .25s ease;
}
.tgd-contact-form .tgd-cf-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(37,99,235,.65); }
.tgd-contact-form .tgd-hp { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; }
.tgd-contact-form .tgd-cf-sent {
    padding: 14px 18px; margin-bottom: 18px;
    background: rgba(45,212,168,.12); color: #0b6b52;
    border: 1px solid rgba(45,212,168,.35); border-radius: var(--tgd-radius-sm);
    font-weight: 600;
}
.tgd-contact-form .tgd-cf-info {
    background: var(--tgd-surface-2); padding: 32px;
    border-radius: var(--tgd-radius); border: 1px solid var(--tgd-line);
}
.tgd-contact-form .tgd-cf-info p { margin: 0 0 18px; font-size: 14px; line-height: 1.6; color: var(--tgd-ink-soft); }
.tgd-contact-form .tgd-cf-info p:last-child { margin-bottom: 0; }
.tgd-contact-form .tgd-cf-info strong {
    display: inline-block; font-size: 11px; font-weight: 700;
    letter-spacing: .18em; text-transform: uppercase; color: var(--tgd-blue); margin-bottom: 4px;
}
.tgd-contact-form .tgd-cf-info a { color: var(--tgd-ink); text-decoration: none; font-weight: 600; }
.tgd-contact-form .tgd-cf-info a:hover { color: var(--tgd-blue); }
@media (max-width: 900px) {
    .tgd-contact-form .tgd-cf-inner { grid-template-columns: 1fr; gap: 32px; padding: 0 20px; }
    .tgd-contact-form .tgd-cf-row   { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════
   CTA BANNER  ::  .tgd-cta-banner
   ══════════════════════════════════════════ */
.tgd-cta-banner { padding: 60px 24px; }
.tgd-cta-banner .tgd-cta-inner {
    max-width: 1100px; margin: 0 auto;
    text-align: center; padding: 64px 40px;
    border-radius: 24px; background: var(--tgd-grad);
    color: #fff; box-shadow: 0 20px 60px -20px rgba(11,21,48,.35);
}
:where(.tgd-cta-banner .tgd-cta-title) {
    font-size: clamp(24px, 3.2vw, 38px); font-weight: 900;
    line-height: 1.2; margin: 0 0 14px; color: #fff; letter-spacing: -.01em;
}
:where(.tgd-cta-banner .tgd-cta-sub) {
    font-size: 17px; line-height: 1.6; opacity: .9;
    margin: 0 auto 32px; max-width: 640px; color: #fff;
}
.tgd-cta-banner .tgd-btn {
    background: #fff; color: var(--tgd-blue-deep) !important;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,.3);
    border: 2px solid rgba(255,255,255,.9);
}
.tgd-cta-banner .tgd-btn:hover { background: rgba(255,255,255,.92); transform: translateY(-2px); }
@media (max-width: 600px) {
    .tgd-cta-banner { padding: 40px 16px; }
    .tgd-cta-banner .tgd-cta-inner { padding: 48px 24px; }
}

/* ══════════════════════════════════════════
   Editor visibility override
   ══════════════════════════════════════════ */
.elementor-editor-active .tgd-reveal { opacity: 1 !important; transform: none !important; }

/* ══════════════════════════════════════════
   PROCESS STEPS  ::  .tgd-process-steps
   ══════════════════════════════════════════ */

.tgd-process-steps { padding: 80px 0; }
.tgd-ps-inner { max-width: 860px; margin: 0 auto; padding: 0 24px; }

/* Step row: spine (badge + line) + card */
.tgd-ps-step {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 24px;
    align-items: flex-start;
    --ps-accent: #2563eb;
    --ps-accent-light: rgba(37,99,235,.08);
    --ps-accent-border: rgba(37,99,235,.25);
}
.tgd-ps-accent-secondary {
    --ps-accent: #0F6E56;
    --ps-accent-light: rgba(45,212,168,.10);
    --ps-accent-border: rgba(45,212,168,.40);
}

/* Spine */
.tgd-ps-spine {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2px;
}
.tgd-ps-badge {
    width: 52px; height: 52px;
    border-radius: 50%;
    border: 2px solid var(--ps-accent);
    background: var(--ps-accent-light);
    color: var(--ps-accent);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; font-weight: 800; line-height: 1;
    flex-shrink: 0;
    transition: transform .3s ease, box-shadow .3s ease;
}
.tgd-ps-step:hover .tgd-ps-badge {
    transform: scale(1.08);
    box-shadow: 0 0 0 6px var(--ps-accent-light);
}
.tgd-ps-line {
    width: 2px;
    flex: 1;
    min-height: 48px;
    background: rgba(11,21,48,.12);
    margin: 10px 0 0;
}

/* Card */
.tgd-ps-card {
    background: #fff;
    border: 1px solid var(--tgd-line);
    border-radius: 16px;
    padding: 32px 36px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}
.tgd-ps-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px -12px rgba(11,21,48,.14);
}

/* Gradient top accent bar */
:where(.tgd-ps-has-bar)::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--tgd-green) 0%, var(--tgd-blue) 100%);
}

/* Eyebrow */
:where(.tgd-ps-eyebrow) {
    font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .22em;
    color: var(--ps-accent);
    margin: 0 0 8px;
}

/* Title */
:where(.tgd-ps-title) {
    font-size: 22px; font-weight: 800; line-height: 1.2;
    color: var(--tgd-ink);
    margin: 0 0 14px;
}

/* Body */
:where(.tgd-ps-body) {
    font-size: 15px; line-height: 1.7;
    color: var(--tgd-ink-soft);
    margin: 0 0 16px;
}

/* Price badge */
.tgd-ps-price {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 18px;
    border-radius: 999px;
    background: var(--ps-accent-light);
    border: 1px solid var(--ps-accent-border);
    color: var(--ps-accent);
    font-size: 14px; font-weight: 600;
    margin: 0 0 18px;
}
.tgd-ps-price-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--ps-accent);
    flex-shrink: 0;
}

/* Checklist */
.tgd-ps-checklist {
    list-style: none; padding: 0;
    margin: 16px 0 4px;
    display: flex; flex-direction: column;
    gap: 10px;
}
.tgd-ps-checklist li {
    display: flex; align-items: flex-start;
    gap: 10px; line-height: 1.5;
}
.tgd-ps-check {
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    width: 20px; height: 20px;
    margin-top: 1px;
    border-radius: 50%;
    background: var(--ps-accent);
}
.tgd-ps-check::after {
    content: '';
    display: block;
    width: 5px; height: 9px;
    border: 2px solid #fff;
    border-top: none; border-left: none;
    transform: rotate(45deg) translate(-1px, -1px);
}
:where(.tgd-ps-checklist li span) {
    font-size: 14.5px; color: var(--tgd-ink-soft);
    line-height: 1.5;
}

/* CTA Button */
:where(.tgd-ps-cta) {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 13px 28px; border-radius: 999px;
    background: linear-gradient(135deg, var(--tgd-green) 0%, var(--tgd-blue) 100%);
    color: #fff !important;
    font-size: 13px; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; text-decoration: none;
    margin-top: 8px;
    transition: transform .25s ease, box-shadow .25s ease;
    box-shadow: 0 8px 20px -8px rgba(37,99,235,.55);
}
:where(.tgd-ps-cta):hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -8px rgba(37,99,235,.7);
}

/* Mobile */
@media (max-width: 640px) {
    .tgd-ps-step { grid-template-columns: 44px 1fr; gap: 14px; }
    .tgd-ps-badge { width: 44px; height: 44px; font-size: 16px; }
    .tgd-ps-card { padding: 24px 20px; margin-bottom: 20px; border-radius: 12px; }
    :where(.tgd-ps-title) { font-size: 18px; }
    :where(.tgd-ps-cta) { font-size: 12px; padding: 11px 22px; }
}
