/* WDD HOMEPAGE CSS — extracted verbatim from supplied homepage HTML.
   IMPORTANT: Migration file; do not load alongside all existing inline styles permanently.
   Styles preserve original block order, but moving them to one location may affect cascade.
   Keep original HTML backup and verify desktop/mobile before removing inline styles. */


/* ===== 01: fwd-load-page ===== */
/* Match WDD overlay: opaque full-viewport cover, wordmark inside the frame, above the sticky bar. */
html body .load{
  position:fixed!important;
  inset:0!important;
  top:0!important;right:0!important;bottom:0!important;left:0!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  z-index:2147483646!important;
  background:#070A08!important;
  background-color:#070A08!important;
  color:#fff!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  padding:40px!important;
  overflow:hidden!important;
  transform:none!important;
  -webkit-transform:none!important;
  filter:none!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  isolation:isolate!important;
  contain:none!important;
}
html body .load-giant{
  position:absolute!important;
  top:auto!important;
  right:24px!important;
  bottom:28%!important;
  left:24px!important;
  width:auto!important;
  max-width:calc(100vw - 48px)!important;
  margin:0!important;
  font-family:var(--d,"Archivo",sans-serif)!important;
  font-weight:800!important;
  font-size:clamp(28px,6.2vw,96px)!important;
  line-height:.88!important;
  letter-spacing:-.03em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  overflow:visible!important;
  z-index:2!important;
  color:#fff!important;
}
html body .load-giant b,
html body .load-last{color:#04ea86!important}
html body .load-row{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:flex-end!important;
  gap:20px!important;
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  max-width:100%!important;
}
html body .load-pct{
  font-family:var(--d,"Archivo",sans-serif)!important;
  font-weight:800!important;
  font-size:clamp(40px,8vw,84px)!important;
  line-height:1!important;
  letter-spacing:-.04em!important;
  font-variant-numeric:tabular-nums!important;
  color:#fff!important;
}
html body .load-bar{
  position:absolute!important;
  left:0!important;right:0!important;bottom:0!important;
  height:6px!important;
  background:rgb(255 255 255 / .12)!important;
}
html body .load-bar i{
  display:block!important;height:100%!important;width:0;background:#04ea86!important;
}
@media (max-width:600px){
  html body .load{padding:24px 20px 40px!important}
  html body .load-giant{
    left:20px!important;right:20px!important;bottom:30%!important;
    max-width:calc(100vw - 40px)!important;
    font-size:clamp(22px,8vw,42px)!important;
  }
  html body .load-pct{font-size:clamp(32px,10vw,56px)!important}
}
@media (prefers-reduced-motion:reduce){
  html body .load{display:none!important}
}


/* ===== 02: fwd-faq-close-page ===== */
/* Reset the pasted card. FAQ + looking-for use the same bands as the rest of the page. */
html{
  scroll-padding-top:calc(var(--tde-nav-h,108px) + 16px)!important;
}
#tde-home section.faq,#tde-page section.faq{
  position:relative!important;top:auto!important;left:auto!important;right:auto!important;
  bottom:auto!important;inset:auto!important;transform:none!important;float:none!important;
  z-index:1!important;display:block!important;
  padding:clamp(56px,8vw,88px) 0!important;
  scroll-margin-top:calc(var(--tde-nav-h,108px) + 16px)!important;
}
#tde-home .faq .w,#tde-page .faq .w{
  width:min(760px,calc(100% - (var(--wrap-pad,40px) * 2)))!important;
  max-width:none!important;margin-inline:auto!important;
}
#tde-home .faq-list,#tde-page .faq-list{
  position:relative!important;display:flex!important;flex-direction:column!important;
  gap:10px!important;width:100%!important;max-width:none!important;margin:22px 0 0!important;
}
#tde-home .faq-item,#tde-page .faq-item{
  position:relative!important;top:auto!important;left:auto!important;right:auto!important;
  bottom:auto!important;inset:auto!important;transform:none!important;float:none!important;
  display:block!important;opacity:1!important;visibility:visible!important;
  scroll-margin-top:calc(var(--tde-nav-h,108px) + 16px)!important;
}


/* Same full-bleed band as “Work With a Web Designer From Anywhere”. */
#tde-home .why.why-slim,#tde-page .why.why-slim{
  position:relative!important;z-index:2!important;overflow:hidden!important;
  isolation:auto!important;
  padding:clamp(64px,8vw,112px) 0!important;
}
#tde-home .why.why-slim .w,#tde-page .why.why-slim .w{
  width:min(var(--wrap,1280px),calc(100% - (var(--wrap-pad,40px) * 2)))!important;
  max-width:none!important;margin-inline:auto!important;
}
#tde-home .why.why-slim .sec-h,#tde-page .why.why-slim .sec-h{
  max-width:16ch!important;margin:0 0 16px!important;text-align:left!important;
}
#tde-home .why.why-slim .why-lead,#tde-page .why.why-slim .why-lead{
  max-width:46ch!important;margin:0 0 clamp(18px,2.4vw,28px)!important;text-align:left!important;
}
#tde-home .why.why-slim .cta-row,#tde-page .why.why-slim .cta-row{
  display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;
  align-items:center!important;justify-content:flex-start!important;
  gap:14px!important;margin:clamp(24px,3vw,36px) 0 0!important;
  width:auto!important;min-width:0!important;
}
#tde-home .why.why-slim .cta-row .btn,#tde-page .why.why-slim .cta-row .btn{
  width:auto!important;
}


/* Ticker is a different product from every other homepage band — drop it. */
#tde-home .cta-slide.start-ticker,#tde-page .cta-slide.start-ticker,
#tde-home .fwd-ticker-clip,#tde-page .fwd-ticker-clip{
  display:none!important;height:0!important;max-height:0!important;
  margin:0!important;padding:0!important;overflow:hidden!important;
  border:0!important;
}
#tde-home .elementor-element:has(.cta-slide.start-ticker),
#tde-page .elementor-element:has(.cta-slide.start-ticker){
  display:none!important;height:0!important;min-height:0!important;
  margin:0!important;padding:0!important;
}


/* ===== 03: fwd-proc-page ===== */
/*fwd-proc-single-rail-v2*/
@media (min-width:981px){
#tde-home .proc-rail,
#tde-page .proc-rail{
display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:flex-start;overflow:visible
}
#tde-home .proc-rail .proc-step,
#tde-page .proc-rail .proc-step{
flex:1 1 0!important;max-width:none!important;min-width:0
}
#tde-home .proc:has(.proc-step:nth-child(6)),
#tde-page .proc:has(.proc-step:nth-child(6)){--proc-node:clamp(44px,4.6vw,64px)}
#tde-home .proc:has(.proc-step:nth-child(6)) .proc-rail,
#tde-page .proc:has(.proc-step:nth-child(6)) .proc-rail{gap:clamp(8px,1.1vw,16px)}
#tde-home .proc:has(.proc-step:nth-child(6)) .proc-track,
#tde-page .proc:has(.proc-step:nth-child(6)) .proc-track{max-width:none}
#tde-home .proc:has(.proc-step:nth-child(6)) .proc-copy,
#tde-page .proc:has(.proc-step:nth-child(6)) .proc-copy{max-width:none}
#tde-home .proc:has(.proc-step:nth-child(6)) .proc-copy h3,
#tde-page .proc:has(.proc-step:nth-child(6)) .proc-copy h3{font-size:clamp(14px,1.35vw,18px);margin:0 0 8px}
#tde-home .proc:has(.proc-step:nth-child(6)) .proc-copy p,
#tde-page .proc:has(.proc-step:nth-child(6)) .proc-copy p{font-size:clamp(12px,1.05vw,15px);line-height:1.45}
#tde-home .proc:has(.proc-step:nth-child(6)) .proc-node b,
#tde-page .proc:has(.proc-step:nth-child(6)) .proc-node b{font-size:clamp(15px,1.5vw,20px)}
#tde-home .proc-track>.proc-line,
#tde-page .proc-track>.proc-line{display:block!important}
#tde-home .proc-rail .proc-step::before,
#tde-page .proc-rail .proc-step::before{content:none!important}
}


/* ===== 04: fwd-wdd-shell ===== */
/* Titles animate via CSS entrance (fwd-hero-entrance-v1). Keep copy/CTAs visible if motion stalls; do not kill title transform/clip-path. */
html body #tde-home .hero .hero-copy,
html body #tde-home .hero .cta-row,
html body #tde-page .sv-sub-hero .lead,
html body #tde-page .sv-sub-hero .cta-row{
  opacity:1!important;
  visibility:visible!important;
}
html body #tde-home .hero h1,
html body #tde-page .sv-sub-hero h1,
html body #tde-page [data-hero-title]{
  opacity:1!important;
  visibility:visible!important;
}
/*fwd-proc-single-rail-v2: one desktop row like WDD JLT, not 3+3+1 wrap.*/
@media (min-width:981px){
  #tde-home .proc-rail,
  #tde-page .proc-rail{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:flex-start;
    overflow:visible;
  }
  #tde-home .proc-rail .proc-step,
  #tde-page .proc-rail .proc-step{
    flex:1 1 0;
    max-width:none;
    min-width:0;
  }
  #tde-home .proc:has(.proc-step:nth-child(6)),
  #tde-page .proc:has(.proc-step:nth-child(6)){
    --proc-node:clamp(44px,4.6vw,64px);
  }
  #tde-home .proc:has(.proc-step:nth-child(6)) .proc-rail,
  #tde-page .proc:has(.proc-step:nth-child(6)) .proc-rail{
    gap:clamp(8px,1.1vw,16px);
  }
  #tde-home .proc:has(.proc-step:nth-child(6)) .proc-track,
  #tde-page .proc:has(.proc-step:nth-child(6)) .proc-track{
    max-width:none;
  }
  #tde-home .proc:has(.proc-step:nth-child(6)) .proc-copy,
  #tde-page .proc:has(.proc-step:nth-child(6)) .proc-copy{max-width:none}
  #tde-home .proc:has(.proc-step:nth-child(6)) .proc-copy h3,
  #tde-page .proc:has(.proc-step:nth-child(6)) .proc-copy h3{font-size:clamp(14px,1.35vw,18px);margin:0 0 8px}
  #tde-home .proc:has(.proc-step:nth-child(6)) .proc-copy p,
  #tde-page .proc:has(.proc-step:nth-child(6)) .proc-copy p{font-size:clamp(12px,1.05vw,15px);line-height:1.45}
  #tde-home .proc:has(.proc-step:nth-child(6)) .proc-node b,
  #tde-page .proc:has(.proc-step:nth-child(6)) .proc-node b{font-size:clamp(15px,1.5vw,20px)}
  #tde-home .proc-track > .proc-line,
  #tde-page .proc-track > .proc-line{display:block}
  #tde-home .proc-rail .proc-step::before,
  #tde-page .proc-rail .proc-step::before{content:none}
}


/* Service pages live on #tde-page; copy WDD home .why tokens only. */
#tde-page .why-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.18fr);gap:clamp(28px,4.5vw,72px);align-items:center}
#tde-page .why-list{list-style:none;margin:0;padding:0;border-top:1px solid rgba(255,255,255,.14)}
#tde-page .why-list li{display:grid;grid-template-columns:36px minmax(0,1fr);gap:14px;align-items:start;margin:0;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:16px;line-height:1.45;color:rgba(255,255,255,.88)}
#tde-page .why-list b{font-family:var(--d);font-weight:var(--fw-display);font-size:15px;letter-spacing:.04em;color:var(--g,#04ea86);padding-top:2px}
#tde-page .why-copy .cta-row,#tde-home .why.why-slim .cta-row{margin-top:clamp(24px,3vw,36px)}
#tde-page .why-lead,#tde-home .why-lead{max-width:62ch;color:rgba(255,255,255,.76);font-size:var(--t-lead,clamp(16px,.55vw + 12px,18px));line-height:1.55}
#tde-page .why-lead + .why-lead,#tde-home .why-lead + .why-lead{margin-top:12px}
#tde-home .why.why-slim,#tde-page .why.why-slim{padding-top:clamp(56px,7vw,88px);padding-bottom:clamp(56px,7vw,88px)}
#tde-home .why.why-slim .w,#tde-page .why.why-slim .w{max-width:760px}
@media (max-width:900px){
  #tde-page .why-grid{grid-template-columns:1fr}
}


/* ===== 05: fwd-plt-css-marquee ===== */
/* Seamless CSS marquee + hover pause (Elementor strips <script>) */
html body #tde-home .plt-view,
html body #tde-home [data-plt-view]{
  overflow:hidden!important;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%)!important;
  mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%)!important;
}
html body #tde-home .plt-track[data-plt-track],
html body #tde-home .plt-track{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:0!important;
  column-gap:0!important;
  row-gap:0!important;
  width:max-content!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  /* full shorthand so core paused/slow-hover rules cannot stick */
  animation:plt-marquee 35s linear infinite!important;
  animation-play-state:running!important;
}
/* Pause only while pointer is on the strip viewport */
html body #tde-home .plt-view:hover .plt-track[data-plt-track],
html body #tde-home .plt-view:hover .plt-track,
html body #tde-home [data-plt-view]:hover [data-plt-track],
html body #tde-home .plt-view:focus-within .plt-track{
  animation-play-state:paused!important;
  animation-duration:35s!important; /* kill core 80s hover slowdown */
}
html body #tde-home .plt-set{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  flex:0 0 auto!important;
  flex-shrink:0!important;
  width:max-content!important;
  min-width:max-content!important;
  max-width:none!important;
  margin:0!important;
  /* trailing gap is part of each set so -33.333% lands on an identical frame */
  gap:48px!important;
  column-gap:48px!important;
  padding:0 48px 0 0!important;
  box-sizing:content-box!important;
  background:transparent!important;
}
html body #tde-home .plt-set[aria-hidden="true"]{
  display:flex!important;
}
/* Three identical sets → travel exactly one set */
@keyframes plt-marquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(calc(-100% / 3),0,0)}
}
@keyframes fwd-plt-scroll{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(calc(-100% / 3),0,0)}
}
@media (prefers-reduced-motion:reduce){
  html body #tde-home .plt-track[data-plt-track],
  html body #tde-home .plt-track{
    animation:none!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    width:100%!important;
    gap:24px!important;
  }
  html body #tde-home .plt-set[aria-hidden="true"]{display:none!important}
  html body #tde-home .plt-set{padding:0!important}
  html body #tde-home .plt-view{
    -webkit-mask-image:none!important;mask-image:none!important;overflow:visible!important;
  }
}


/* ===== 06: fwd-services-css ===== */
/* SERVICES — layout only; global CSS controls typography and spacing */


#tde-home .fwd-services{
  position:relative;
  overflow:hidden;
}


#tde-home .fwd-services > .w{
  position:relative;
  z-index:1;
}


/* Header: heading left, WhatsApp button right */
#tde-home .fwd-services .serv-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  column-gap:20px;
  margin:0;
}


#tde-home .fwd-services-intro{
  min-width:0;
}


#tde-home .fwd-services .serv-head .sec-h{
  max-width:none;
  margin:10px 0 0;
}


#tde-home .fwd-services .serv-head .fwd-section-lead{
  max-width:750px;
  margin:20px 0 0;
}


#tde-home .fwd-services .fwd-services-cta{
  justify-self:end;
  align-self:center;
  width:max-content;
  max-width:100%;
  margin:0;
  white-space:nowrap;
}


/* Bordered services grid */
#tde-home .fwd-services .fwd-services-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  align-items:stretch;
  margin-top:var(--fwd-gap,40px);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}


/* Equal-height service cards */
#tde-home .fwd-services .fwd-service-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:290px;
  height:100%;
  padding:var(--fwd-card-pad,30px);
  overflow:hidden;
  color:inherit;
  text-decoration:none;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  transition:background .25s ease;
}


#tde-home .fwd-services .fwd-service-no{
  display:block;
  flex:none;
  margin:0 0 42px;
  color:var(--g,#04EA86);
  font:700 13px/1 var(--d,Archivo,sans-serif);
  letter-spacing:.08em;
}


/* Equal heading and paragraph alignment */
#tde-home .fwd-services .fwd-service-content{
  display:flex;
  flex:1;
  flex-direction:column;
  gap:12px;
  min-width:0;
}


#tde-home .fwd-services .fwd-service-content h3{
  min-height:90px;
  margin:0;
  font-family:var(--d,Archivo,sans-serif);
  font-size:clamp(21px,1.8vw,28px);
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.03em;
}


#tde-home .fwd-services .fwd-service-content p{
  max-width:46ch;
  margin:0;
  color:var(--mute);
  font-size:16px;
  line-height:1.65;
}


/* Hover effect */
#tde-home .fwd-services .fwd-service-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background:var(--g,#04EA86);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .3s ease;
}


@media(hover:hover){
  #tde-home .fwd-services a.fwd-service-card:hover{
    background:rgba(255,255,255,.035);
  }


  #tde-home .fwd-services a.fwd-service-card:hover::before{
    transform:scaleX(1);
  }


  #tde-home .fwd-services a.fwd-service-card:hover h3{
    color:var(--g,#04EA86);
  }
}


#tde-home .fwd-services a.fwd-service-card:focus-visible{
  outline:2px solid var(--g,#04EA86);
  outline-offset:-2px;
}


#tde-home .fwd-services .fwd-service-card-static{
  cursor:default;
}


/* Tablet */
@media(max-width:980px){
  #tde-home .fwd-services .serv-head{
    grid-template-columns:1fr;
    align-items:start;
    row-gap:20px;
  }


  #tde-home .fwd-services .fwd-services-cta{
    justify-self:start;
    align-self:start;
  }


  #tde-home .fwd-services .fwd-services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}


/* Mobile */
@media(max-width:640px){
  #tde-home .fwd-services .serv-head .fwd-section-lead{
    margin-top:16px;
  }


  #tde-home .fwd-services .fwd-services-grid{
    grid-template-columns:1fr;
  }


  #tde-home .fwd-services .fwd-service-card{
    min-height:0;
    height:auto;
    padding:25px 22px;
  }


  #tde-home .fwd-services .fwd-service-no{
    margin-bottom:28px;
  }


  #tde-home .fwd-services .fwd-service-content h3{
    min-height:0;
    font-size:24px;
    line-height:1.2;
  }


  #tde-home .fwd-services .fwd-services-cta{
    white-space:normal;
  }
}


@media(prefers-reduced-motion:reduce){
  #tde-home .fwd-services .fwd-service-card,
  #tde-home .fwd-services .fwd-service-card::before{
    transition:none;
  }
}


/* ===== 07: fwd-business-goals ===== */
/* BUSINESS GOALS — GLOBAL DESIGN SYSTEM */


#tde-home .goal-sec{
  position:relative;
  overflow:hidden;
}


#tde-home .goal-sec>.w{
  position:relative;
  z-index:1;
}


/* Balanced desktop columns */
#tde-home .goal-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);
  gap:clamp(36px,4vw,64px);
  align-items:start;
}


#tde-home .goal-copy,
#tde-home .goal-features{
  min-width:0;
}


/* Global H2 typography */
#tde-home .goal-copy .sec-h{
  max-width:none;
  margin:10px 0 0;
}


/* Introduction */
#tde-home .goal-text{
  max-width:620px;
  margin-top:28px;
}


#tde-home .goal-text p{
  margin:0 0 18px;
  color:var(--mute);
  font-size:17px;
  line-height:1.65;
}


#tde-home .goal-text p:last-child{
  margin-bottom:0;
}


/* Highlight statement */
#tde-home .goal-statement{
  position:relative;
  max-width:620px;
  margin-top:32px;
  padding:20px 24px 20px 28px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}


#tde-home .goal-mark{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:3px;
  background:var(--g,#04EA86);
}


#tde-home .goal-statement p{
  margin:0;
  color:var(--mute);
  font-size:16px;
  line-height:1.65;
}


#tde-home .goal-statement strong{
  color:#fff;
  font-weight:700;
}


/* Feature list */
#tde-home .goal-features{
  border-top:1px solid var(--line);
}


#tde-home .goal-feature{
  position:relative;
  display:grid;
  grid-template-columns:34px minmax(0,1fr) 24px;
  align-items:center;
  column-gap:16px;
  min-height:82px;
  padding:16px 8px;
  border-bottom:1px solid var(--line);
  transition:padding .3s ease,background .3s ease;
}


#tde-home .goal-feature::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:3px;
  background:var(--g,#04EA86);
  transform:scaleY(0);
  transform-origin:bottom;
  transition:transform .3s ease;
}


#tde-home .goal-num{
  color:var(--g,#04EA86);
  font:700 12px/1 var(--d,Archivo,sans-serif);
  letter-spacing:.08em;
}


#tde-home .goal-feature h3{
  min-width:0;
  margin:0;
  color:#fff;
  font-family:var(--d,Archivo,sans-serif);
  font-size:clamp(18px,1.5vw,22px);
  font-weight:700;
  line-height:1.25;
  letter-spacing:-.025em;
  transition:color .3s ease,transform .3s ease;
}


#tde-home .goal-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--mute);
  font:19px/1 Arial,sans-serif;
  transition:color .3s ease,transform .3s ease;
}


/* Hover */
@media(hover:hover){
  #tde-home .goal-feature:hover{
    padding-left:18px;
    padding-right:12px;
    background:rgba(255,255,255,.025);
  }


  #tde-home .goal-feature:hover::before{
    transform:scaleY(1);
  }


  #tde-home .goal-feature:hover h3{
    color:var(--g,#04EA86);
    transform:translateX(3px);
  }


  #tde-home .goal-feature:hover .goal-icon{
    color:var(--g,#04EA86);
    transform:translate(3px,-3px);
  }
}


/* Tablet */
@media(max-width:980px){
  #tde-home .goal-grid{
    grid-template-columns:1fr;
    gap:40px;
  }


  #tde-home .goal-copy .sec-h{
    max-width:850px;
  }


  #tde-home .goal-text,
  #tde-home .goal-statement{
    max-width:760px;
  }
}


/* Mobile */
@media(max-width:640px){
  #tde-home .goal-grid{
    gap:32px;
  }


  #tde-home .goal-text{
    margin-top:22px;
  }


  #tde-home .goal-text p{
    font-size:16px;
  }


  #tde-home .goal-statement{
    margin-top:26px;
    padding:18px 18px 18px 22px;
  }


  #tde-home .goal-feature{
    grid-template-columns:28px minmax(0,1fr) 20px;
    column-gap:10px;
    min-height:72px;
    padding:14px 2px;
  }


  #tde-home .goal-feature h3{
    font-size:17px;
  }
}


@media(prefers-reduced-motion:reduce){
  #tde-home .goal-feature,
  #tde-home .goal-feature::before,
  #tde-home .goal-feature h3,
  #tde-home .goal-icon{
    transition:none;
  }
}


/* ===== 08: fwd-about-omer ===== */
/* ABOUT SECTION */
#tde-home .about-omer{
  position:relative;
  overflow:hidden;
  padding:var(--fwd-section,clamp(64px,7vw,96px)) 0;
}
#tde-home .about-omer>.w{position:relative;z-index:1}
#tde-home .about-omer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  align-items:center;
  gap:clamp(36px,5vw,80px);
}
#tde-home .about-omer-content,
#tde-home .about-photo-wrap{min-width:0}
#tde-home .about-omer-content .sec-h{max-width:750px;margin:0}
#tde-home .about-omer-copy{
  max-width:650px;
  margin-top:clamp(24px,3vw,36px);
}
#tde-home .about-omer-copy p{
  margin:0 0 16px;
  color:var(--mute);
  font-size:16px;
  line-height:1.7;
}
#tde-home .about-omer-copy p:last-child{margin-bottom:0}


/* DIRECT WORKING */
#tde-home .about-direct{
  max-width:650px;
  margin-top:30px;
  padding:22px 24px;
  border-left:3px solid var(--g,#04EA86);
  background:rgba(255,255,255,.025);
}
#tde-home .about-direct h3{
  margin:0 0 10px;
  color:#fff;
  font:700 clamp(19px,1.6vw,24px)/1.25 var(--d,"Archivo",sans-serif);
}
#tde-home .about-direct p{
  margin:0;
  color:var(--mute);
  font-size:15px;
  line-height:1.65;
}
#tde-home .about-omer-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
#tde-home .about-omer-actions .mag-inner{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
}
#tde-home .about-omer-actions svg{
  width:18px;
  height:18px;
  flex:0 0 18px;
}


/* PHOTO */
#tde-home .about-photo-wrap{width:100%}
#tde-home .about-photo{
  position:relative;
  width:100%;
  max-width:560px;
  margin-left:auto;
  aspect-ratio:9/11;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--fwd-radius,12px);
  background:#171b18;
}
#tde-home .about-photo>img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
#tde-home .about-photo-overlay{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.45));
}


/* COMPACT BADGES */
#tde-home .about-photo .about-photo-badge{
  position:absolute!important;
  z-index:2;
  display:flex!important;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  width:max-content!important;
  max-width:calc(100% - 28px);
  min-width:0!important;
  height:auto!important;
  padding:11px 14px!important;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  background:rgba(7,10,8,.88);
  backdrop-filter:blur(10px);
  flex:none!important;
}
#tde-home .about-photo .about-photo-badge strong{
  color:var(--g,#04EA86);
  font:700 25px/1.1 var(--d,"Archivo",sans-serif);
}
#tde-home .about-photo .about-photo-badge span{
  color:#fff;
  font-size:11px;
  line-height:1.35;
  white-space:nowrap;
}


/* EXPERIENCE: TOP LEFT */
#tde-home .about-photo .badge-one{
  top:18px!important;
  left:18px!important;
  right:auto!important;
  bottom:auto!important;
}


/* PROJECTS: BOTTOM RIGHT */
#tde-home .about-photo .badge-two{
  top:auto!important;
  left:auto!important;
  right:18px!important;
  bottom:22px!important;
}


/* AVAILABILITY */
#tde-home .about-photo-location{
  position:absolute;
  z-index:2;
  bottom:22px;
  left:22px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font:700 11px/1.4 var(--d,"Archivo",sans-serif);
  letter-spacing:.04em;
}
#tde-home .about-location-dot{
  display:block;
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:var(--g,#04EA86);
  box-shadow:0 0 0 5px rgba(4,234,134,.12);
}


/* TABLET */
@media(max-width:980px){
  #tde-home .about-omer-grid{
    grid-template-columns:1fr;
    gap:42px;
  }
  #tde-home .about-photo{
    max-width:620px;
    margin:0;
  }
}


/* MOBILE */
@media(max-width:640px){
  #tde-home .about-omer-grid{gap:34px}
  #tde-home .about-omer-copy{margin-top:24px}
  #tde-home .about-omer-copy p{font-size:15px}
  #tde-home .about-direct{
    margin-top:26px;
    padding:20px;
  }
  #tde-home .about-omer-actions{
    flex-direction:column;
    align-items:stretch;
    margin-top:24px;
  }
  #tde-home .about-omer-actions .btn{
    width:100%;
    justify-content:center;
  }
  #tde-home .about-photo .about-photo-badge{
    padding:9px 11px!important;
  }
  #tde-home .about-photo .about-photo-badge strong{
    font-size:22px;
  }
  #tde-home .about-photo .badge-one{
    top:12px!important;
    left:12px!important;
  }
  #tde-home .about-photo .badge-two{
    right:12px!important;
    bottom:16px!important;
  }
  #tde-home .about-photo-location{
    bottom:18px;
    left:16px;
    font-size:10px;
  }
}


/* ===== 09: biz-industries-css ===== */
/* INDUSTRIES — global section spacing and typography */


#tde-home .biz-industries{
  position:relative;
  overflow:hidden;
}


#tde-home .biz-industries>.w{
  position:relative;
  z-index:1;
}


/* Header */
#tde-home .biz-industries-head{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
  align-items:end;
  gap:clamp(32px,4vw,64px);
  margin-bottom:var(--fwd-gap,40px);
}


#tde-home .biz-industries-title,
#tde-home .biz-industries-intro{
  min-width:0;
}


#tde-home .biz-industries .biz-industries-title .sec-h{
  max-width:none;
  margin:10px 0 0;
}


#tde-home .biz-industries-intro p{
  margin:0;
  color:var(--mute);
  font-size:16px;
  line-height:1.65;
}


#tde-home .biz-industries-intro p+p{
  margin-top:14px;
}


/* Two-column bordered grid */
#tde-home .biz-industries-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  align-items:stretch;
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}


/* Equal-height cards */
#tde-home .biz-industries .biz-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:280px;
  padding:var(--fwd-card-pad,30px);
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  overflow:hidden;
  transition:background .25s ease;
}


#tde-home .biz-industries .biz-card-num{
  display:block;
  flex:none;
  margin-bottom:42px;
  color:var(--g,#04EA86);
  font:700 13px/1 var(--d,Archivo,sans-serif);
  letter-spacing:.08em;
}


#tde-home .biz-industries .biz-card-content{
  display:flex;
  flex:1;
  flex-direction:column;
  gap:12px;
  min-width:0;
}


#tde-home .biz-industries .biz-card h3{
  min-height:64px;
  margin:0;
  color:#fff;
  font-family:var(--d,Archivo,sans-serif);
  font-size:clamp(21px,1.8vw,28px);
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.03em;
}


#tde-home .biz-industries .biz-card p{
  max-width:55ch;
  margin:0;
  color:var(--mute);
  font-size:16px;
  line-height:1.65;
}


/* Featured cards */
#tde-home .biz-industries .biz-card-featured::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background:var(--g,#04EA86);
}


@media(hover:hover){
  #tde-home .biz-industries .biz-card:hover{
    background:rgba(255,255,255,.035);
  }


  #tde-home .biz-industries .biz-card:hover h3{
    color:var(--g,#04EA86);
  }
}


/* Bottom CTA */
#tde-home .biz-industries-foot{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
  padding-top:32px;
}


#tde-home .biz-industries-foot-text{
  max-width:650px;
  min-width:0;
}


#tde-home .biz-industries-foot-text h3{
  margin:0 0 10px;
  color:#fff;
  font:700 clamp(20px,1.8vw,24px)/1.25
    var(--d,Archivo,sans-serif);
}


#tde-home .biz-industries-foot-text p{
  margin:0;
  color:var(--mute);
  font-size:16px;
  line-height:1.65;
}


#tde-home .biz-industries-foot .btn{
  justify-self:end;
  margin:0;
  white-space:nowrap;
}


/* Tablet */
@media(max-width:980px){
  #tde-home .biz-industries-head{
    grid-template-columns:1fr;
    align-items:start;
    gap:20px;
  }


  #tde-home .biz-industries-title .sec-h{
    max-width:850px;
  }


  #tde-home .biz-industries-intro{
    max-width:760px;
  }


  #tde-home .biz-industries .biz-card{
    min-height:270px;
  }


  #tde-home .biz-industries-foot{
    grid-template-columns:1fr;
    gap:20px;
  }


  #tde-home .biz-industries-foot .btn{
    justify-self:start;
  }
}


/* Mobile */
@media(max-width:700px){
  #tde-home .biz-industries-head{
    gap:18px;
    margin-bottom:28px;
  }


  #tde-home .biz-industries-grid{
    grid-template-columns:1fr;
  }


  #tde-home .biz-industries .biz-card{
    min-height:0;
    padding:25px 22px;
  }


  #tde-home .biz-industries .biz-card-num{
    margin-bottom:28px;
  }


  #tde-home .biz-industries .biz-card h3{
    min-height:0;
    font-size:24px;
  }


  #tde-home .biz-industries-foot{
    gap:20px;
    padding-top:26px;
  }


  #tde-home .biz-industries-foot .btn{
    max-width:100%;
    white-space:normal;
  }
}


@media(prefers-reduced-motion:reduce){
  #tde-home .biz-industries .biz-card{
    transition:none;
  }
}


/* ===== 10: fwd-remote-work ===== */
/* REMOTE WORK — global spacing and typography */


#tde-home .remote-work{
  position:relative;
  overflow:hidden;
}


#tde-home .remote-work>.w{
  position:relative;
  z-index:1;
}


/* Two-column layout */
#tde-home .remote-work-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  align-items:center;
  gap:clamp(36px,4vw,64px);
}


#tde-home .remote-work-content,
#tde-home .remote-work-visual{
  min-width:0;
}


/* Global heading */
#tde-home .remote-work-content .sec-h{
  max-width:none;
  margin:10px 0 0;
}


/* Text */
#tde-home .remote-work-copy{
  max-width:620px;
  margin-top:28px;
}


#tde-home .remote-work-copy p{
  margin:0 0 18px;
  color:var(--mute);
  font-size:17px;
  line-height:1.65;
}


#tde-home .remote-work-copy p:last-child{
  margin-bottom:0;
}


#tde-home .remote-work-actions{
  margin-top:30px;
}


/* Image */
#tde-home .remote-image-wrap{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--fwd-radius,12px);
  background:#171b18;
}


#tde-home .remote-image-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(
    180deg,
    rgba(5,10,8,.18),
    transparent 42%,
    transparent 55%,
    rgba(5,10,8,.88)
  );
}


#tde-home .remote-image-wrap img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .5s ease;
}


@media(hover:hover){
  #tde-home .remote-image-wrap:hover img{
    transform:scale(1.02);
  }
}


/* Availability badge */
#tde-home .remote-image-status{
  position:absolute;
  z-index:3;
  top:18px;
  left:18px;
}


#tde-home .remote-status{
  display:flex;
  align-items:center;
  gap:9px;
  width:max-content;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:6px;
  background:rgba(5,10,8,.78);
  backdrop-filter:blur(10px);
  color:#fff;
  font:700 10px/1.2 var(--d,Archivo,sans-serif);
  letter-spacing:.08em;
  text-transform:uppercase;
}


#tde-home .remote-status i{
  display:block;
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:var(--g,#04EA86);
  box-shadow:0 0 0 4px rgba(4,234,134,.12);
}


/* Image bottom text */
#tde-home .remote-image-bottom{
  position:absolute;
  z-index:3;
  right:clamp(18px,3vw,30px);
  bottom:clamp(18px,3vw,28px);
  left:clamp(18px,3vw,30px);
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
}


#tde-home .remote-image-label{
  display:block;
  margin-bottom:8px;
  color:var(--g,#04EA86);
  font:700 10px/1.2 var(--d,Archivo,sans-serif);
  letter-spacing:.12em;
  text-transform:uppercase;
}


#tde-home .remote-image-bottom strong{
  display:block;
  color:#fff;
  font:700 clamp(20px,2vw,29px)/1.1
    var(--d,Archivo,sans-serif);
  letter-spacing:-.025em;
}


#tde-home .remote-image-globe{
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  flex:0 0 44px;
  border:1px solid rgba(4,234,134,.4);
  border-radius:50%;
  color:var(--g,#04EA86);
  font-size:24px;
}


/* Region cards */
#tde-home .remote-regions{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-left:1px solid var(--line);
}


#tde-home .remote-region{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:8px;
  min-width:0;
  min-height:74px;
  padding:16px 12px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
}


#tde-home .remote-region span{
  color:var(--g,#04EA86);
  font:700 11px/1 var(--d,Archivo,sans-serif);
  letter-spacing:.08em;
}


#tde-home .remote-region strong{
  color:#fff;
  font:700 12px/1.4 var(--d,Archivo,sans-serif);
}


/* Tablet */
@media(max-width:980px){
  #tde-home .remote-work-grid{
    grid-template-columns:1fr;
    align-items:start;
    gap:40px;
  }


  #tde-home .remote-work-content .sec-h{
    max-width:850px;
  }


  #tde-home .remote-work-copy{
    max-width:760px;
  }


  #tde-home .remote-work-visual{
    max-width:900px;
  }
}


/* Mobile */
@media(max-width:640px){
  #tde-home .remote-work-grid{
    gap:32px;
  }


  #tde-home .remote-work-copy{
    margin-top:22px;
  }


  #tde-home .remote-work-copy p{
    font-size:16px;
  }


  #tde-home .remote-work-actions{
    margin-top:26px;
  }


  #tde-home .remote-work-actions .btn{
    width:100%;
    justify-content:center;
  }


  #tde-home .remote-image-wrap{
    aspect-ratio:4/3;
  }


  #tde-home .remote-image-status{
    top:12px;
    left:12px;
  }


  #tde-home .remote-status{
    padding:8px 10px;
    font-size:9px;
  }


  #tde-home .remote-image-bottom{
    right:14px;
    bottom:14px;
    left:14px;
    gap:10px;
  }


  #tde-home .remote-image-bottom strong{
    font-size:clamp(17px,4.5vw,21px);
  }


  #tde-home .remote-image-globe{
    width:36px;
    height:36px;
    flex-basis:36px;
    font-size:19px;
  }


  #tde-home .remote-regions{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }


  #tde-home .remote-region{
    min-height:70px;
    padding:14px 12px;
  }
}


@media(prefers-reduced-motion:reduce){
  #tde-home .remote-image-wrap img{
    transition:none;
  }
}


/* ===== 11: fwd-picked-spacing ===== */
/* PORTFOLIO — section spacing and typography come from global CSS.
   Carousel movement, dimensions and animations remain in wdd-core.css / site JS. */
#tde-home .picked{position:relative;overflow:hidden}
#tde-home .picked>.w{position:relative;z-index:2}
#tde-home .picked .picked-head{margin-bottom:var(--fwd-gap,40px)}
#tde-home .picked .picked-title{min-width:0}
/* The global .sec-h class controls font size and line height. */
#tde-home .picked .picked-title .sec-h{max-width:none;margin:10px 0 0}
#tde-home .picked .picked-lead{max-width:65ch;margin:20px 0 0;color:var(--mute);font-size:16px;line-height:1.65}
#tde-home .picked .picked-aside .btn{white-space:nowrap}
#tde-home .picked .picked-meta strong{font-family:var(--d,Archivo,sans-serif)}
#tde-home .picked .picked-card:focus-visible{outline:2px solid var(--g,#04EA86);outline-offset:-2px}
@media(max-width:980px){
  #tde-home .picked .picked-head{gap:24px}
}
@media(max-width:767px){
  #tde-home .picked .picked-head{padding-right:0;margin-bottom:28px}
  #tde-home .picked .picked-aside{position:static;margin-top:22px}
  #tde-home .picked .picked-lead{margin-top:16px}
  #tde-home .picked .picked-aside .btn{max-width:100%;white-space:normal}
}


/* ===== 12: unnamed ===== */
@media (hover:hover) and (pointer:fine){
  #tde-home .picked .picked-shot{
    position:relative;
    cursor:none;
  }
  #tde-home .picked .picked-lens{
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    pointer-events:none;
    opacity:0;
    visibility:hidden;
    transform:translate(-50%,-50%);
    transition:opacity .2s ease,visibility .2s ease;
    will-change:left,top;
  }
  #tde-home .picked .picked-shot:hover .picked-lens{
    opacity:1;
    visibility:visible;
  }
}
@media (hover:none), (pointer:coarse){
  #tde-home .picked .picked-lens{display:none!important}
}


/* ===== 13: fwd-testimonials-css ===== */
/* TESTIMONIALS — GLOBAL SPACING + LOCAL LAYOUT */


#tde-home .proof{
  position:relative;
  overflow:hidden;
}


#tde-home .proof>.w{
  position:relative;
  z-index:1;
}


/* Header */
#tde-home .proof .rv-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:var(--fwd-gap,40px);
}


/* H2 typography and width are controlled in wdd-core-headings-final.css. */


#tde-home .proof .rv-all{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex:none;
  min-height:44px;
  color:#fff;
  font:700 12px/1.4 var(--d,Archivo,sans-serif);
  letter-spacing:.04em;
  text-decoration:none;
  transition:color .2s ease;
}


#tde-home .proof .rv-all:hover{
  color:var(--g,#04EA86);
}


#tde-home .proof .rv-all .rv-gicon{
  width:20px;
  height:20px;
  flex:0 0 20px;
}


/* Review slider */
#tde-home .proof .rv-stage{
  position:relative;
  min-width:0;
}


#tde-home .proof .rv-view{
  min-width:0;
}


#tde-home .proof .rv-card{
  box-sizing:border-box;
  min-width:0;
  height:100%;
}


#tde-home .proof .rv-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}


#tde-home .proof .rv-who{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}


#tde-home .proof .rv-who>div{
  min-width:0;
}


#tde-home .proof .rv-ava{
  width:44px;
  height:44px;
  flex:0 0 44px;
  object-fit:cover;
  border-radius:50%;
}


#tde-home .proof .rv-who strong{
  display:block;
  color:#fff;
  font:700 15px/1.35 var(--d,Archivo,sans-serif);
}


#tde-home .proof .rv-who span:not(.rv-ava){
  display:block;
  margin-top:4px;
  color:var(--mute);
  font-size:12px;
}


#tde-home .proof .rv-top>.rv-gicon{
  width:20px;
  height:20px;
  flex:0 0 20px;
}


/* Review text */
#tde-home .proof .rv-card>p{
  color:var(--mute);
  font-size:16px;
  line-height:1.65;
  overflow-wrap:break-word;
}


#tde-home .proof .rv-more{
  font-size:13px;
  line-height:1.5;
}


/* Video testimonials */
#tde-home .proof .proof-vids{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
  gap:20px;
  margin-top:clamp(36px,4vw,56px);
}


#tde-home .proof .proof-vid{
  min-width:0;
  margin:0;
}


#tde-home .proof .proof-vid-frame{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--fwd-radius,12px);
  background:#171b18;
}


#tde-home .proof .proof-vid-frame iframe{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  border:0;
}


#tde-home .proof .proof-vid figcaption{
  margin-top:14px;
  color:#fff;
  font:600 15px/1.5 var(--d,Archivo,sans-serif);
}


/* Tablet */
@media(max-width:980px){
  #tde-home .proof .rv-head{
    align-items:start;
  }


  #tde-home .proof .proof-vids{
    gap:16px;
  }
}


/* Mobile */
@media(max-width:700px){
  #tde-home .proof .rv-head{
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
    margin-bottom:28px;
  }


  #tde-home .proof .rv-all{
    min-height:40px;
  }


  #tde-home .proof .rv-card>p{
    font-size:15px;
    line-height:1.65;
  }


  #tde-home .proof .proof-vids{
    grid-template-columns:1fr;
    gap:28px;
    margin-top:36px;
  }


  #tde-home .proof .proof-vid figcaption{
    font-size:14px;
  }
}


@media(prefers-reduced-motion:reduce){
  #tde-home .proof .rv-all{
    transition:none;
  }
}


/* ===== 14: fwd-final-cta ===== */
/* SECTION — GLOBAL SPACING */
#tde-home .final-cta{
  position:relative;
  overflow:hidden;
}


#tde-home .final-cta>.w{
  position:relative;
  z-index:1;
}


/* MAIN WRAPPER */
#tde-home .final-cta-wrap{
  position:relative;
  overflow:hidden;
  padding:clamp(28px,4vw,52px);
  border:1px solid var(--line,rgba(255,255,255,.14));
  border-radius:var(--fwd-radius,12px);
  background:linear-gradient(
    120deg,
    rgba(4,234,134,.045),
    rgba(4,234,134,.012) 35%,
    rgba(255,255,255,.012)
  );
}


#tde-home .final-cta-wrap:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:120px;
  height:3px;
  background:var(--g,#04EA86);
}


#tde-home .final-cta-wrap:after{
  content:"";
  position:absolute;
  top:-220px;
  right:-160px;
  width:500px;
  height:500px;
  border:1px solid rgba(4,234,134,.08);
  border-radius:50%;
  pointer-events:none;
}


/* TOP */
#tde-home .final-cta-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:16px;
  padding-bottom:24px;
  border-bottom:1px solid var(--line,rgba(255,255,255,.14));
}


#tde-home .final-cta-top .eyebrow{
  margin:0;
}


#tde-home .final-cta-status{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--mute,rgba(255,255,255,.7));
  font:700 11px/1.4 var(--d,Archivo,sans-serif);
  letter-spacing:.08em;
  text-transform:uppercase;
}


#tde-home .final-cta-dot{
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:var(--g,#04EA86);
  box-shadow:
    0 0 0 5px rgba(4,234,134,.09),
    0 0 18px rgba(4,234,134,.18);
}


/* MAIN CONTENT */
#tde-home .final-cta-main{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
  align-items:center;
  gap:clamp(28px,4vw,64px);
  padding:clamp(36px,4.5vw,60px) 0;
}


#tde-home .final-cta-title,
#tde-home .final-cta-copy{
  min-width:0;
}


/*
  H2 uses the global .sec-h typography.
  No separate desktop or mobile font size.
*/
#tde-home .final-cta-title .sec-h{
  max-width:760px;
  margin:0;
}


#tde-home .final-cta-copy{
  max-width:500px;
}


#tde-home .final-cta-copy>p{
  margin:0;
  color:var(--mute,rgba(255,255,255,.7));
  font-size:clamp(15px,1.2vw,17px);
  line-height:1.7;
}


/* BUTTONS */
#tde-home .final-cta-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}


#tde-home .final-cta-actions .mag-inner{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
}


#tde-home .final-cta-actions svg{
  width:18px;
  height:18px;
  flex-shrink:0;
}


/* PROOF BAR */
#tde-home .final-cta-proof{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid var(--line,rgba(255,255,255,.14));
  border-left:1px solid var(--line,rgba(255,255,255,.14));
}


#tde-home .final-cta-proof-item{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  min-height:108px;
  padding:22px 18px;
  border-right:1px solid var(--line,rgba(255,255,255,.14));
  border-bottom:1px solid var(--line,rgba(255,255,255,.14));
}


#tde-home .final-cta-proof-item>span{
  position:absolute;
  top:12px;
  right:14px;
  color:var(--g,#04EA86);
  font:700 10px/1.3 var(--d,Archivo,sans-serif);
  letter-spacing:.08em;
}


#tde-home .final-cta-proof-item strong{
  display:block;
  margin:0 20px 7px 0;
  color:#fff;
  font:700 clamp(18px,1.7vw,24px)/1.2
    var(--d,Archivo,sans-serif);
  letter-spacing:-.025em;
}


#tde-home .final-cta-proof-item small{
  display:block;
  color:var(--mute,rgba(255,255,255,.7));
  font-size:12px;
  line-height:1.5;
}


/* TABLET */
@media(max-width:980px){


  #tde-home .final-cta-main{
    grid-template-columns:1fr;
    align-items:start;
    gap:24px;
  }


  #tde-home .final-cta-copy{
    max-width:650px;
  }


  #tde-home .final-cta-proof{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}


/* MOBILE */
@media(max-width:640px){


  #tde-home .final-cta-wrap{
    padding:26px 20px;
  }


  #tde-home .final-cta-top{
    align-items:flex-start;
    flex-direction:column;
    gap:14px;
    padding-bottom:22px;
  }


  #tde-home .final-cta-main{
    gap:22px;
    padding:30px 0;
  }


  #tde-home .final-cta-copy>p{
    font-size:16px;
    line-height:1.65;
  }


  #tde-home .final-cta-actions{
    flex-direction:column;
    align-items:stretch;
    margin-top:24px;
  }


  #tde-home .final-cta-actions .btn{
    width:100%;
    justify-content:center;
  }


  #tde-home .final-cta-proof-item{
    min-height:96px;
    padding:20px 14px;
  }


  #tde-home .final-cta-proof-item strong{
    font-size:18px;
  }


  #tde-home .final-cta-proof-item small{
    font-size:11px;
  }
}


/* SMALL MOBILE — KEEP TWO COLUMNS */
@media(max-width:430px){


  #tde-home .final-cta-proof{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }


  #tde-home .final-cta-proof-item{
    min-height:100px;
  }
}


/* ===== 15: fwd-faq-close-page ===== */
/* Reset the pasted card. FAQ + looking-for use the same bands as the rest of the page. */
html{
  scroll-padding-top:calc(var(--tde-nav-h,108px) + 16px)!important;
}
#tde-home section.faq,#tde-page section.faq{
  position:relative!important;top:auto!important;left:auto!important;right:auto!important;
  bottom:auto!important;inset:auto!important;transform:none!important;float:none!important;
  z-index:1!important;display:block!important;
  padding:clamp(56px,8vw,88px) 0!important;
  scroll-margin-top:calc(var(--tde-nav-h,108px) + 16px)!important;
}
#tde-home .faq .w,#tde-page .faq .w{
  width:min(760px,calc(100% - (var(--wrap-pad,40px) * 2)))!important;
  max-width:none!important;margin-inline:auto!important;
}
#tde-home .faq-list,#tde-page .faq-list{
  position:relative!important;display:flex!important;flex-direction:column!important;
  gap:10px!important;width:100%!important;max-width:none!important;margin:22px 0 0!important;
}
#tde-home .faq-item,#tde-page .faq-item{
  position:relative!important;top:auto!important;left:auto!important;right:auto!important;
  bottom:auto!important;inset:auto!important;transform:none!important;float:none!important;
  display:block!important;opacity:1!important;visibility:visible!important;
  scroll-margin-top:calc(var(--tde-nav-h,108px) + 16px)!important;
}


/* Same full-bleed band as “Work With a Web Designer From Anywhere”. */
#tde-home .why.why-slim,#tde-page .why.why-slim{
  position:relative!important;z-index:2!important;overflow:hidden!important;
  isolation:auto!important;
  padding:clamp(64px,8vw,112px) 0!important;
}
#tde-home .why.why-slim .w,#tde-page .why.why-slim .w{
  width:min(var(--wrap,1280px),calc(100% - (var(--wrap-pad,40px) * 2)))!important;
  max-width:none!important;margin-inline:auto!important;
}
#tde-home .why.why-slim .sec-h,#tde-page .why.why-slim .sec-h{
  max-width:16ch!important;margin:0 0 16px!important;text-align:left!important;
}
#tde-home .why.why-slim .why-lead,#tde-page .why.why-slim .why-lead{
  max-width:46ch!important;margin:0 0 clamp(18px,2.4vw,28px)!important;text-align:left!important;
}
#tde-home .why.why-slim .cta-row,#tde-page .why.why-slim .cta-row{
  display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;
  align-items:center!important;justify-content:flex-start!important;
  gap:14px!important;margin:clamp(24px,3vw,36px) 0 0!important;
  width:auto!important;min-width:0!important;
}
#tde-home .why.why-slim .cta-row .btn,#tde-page .why.why-slim .cta-row .btn{
  width:auto!important;
}


/* Ticker is a different product from every other homepage band — drop it. */
#tde-home .cta-slide.start-ticker,#tde-page .cta-slide.start-ticker,
#tde-home .fwd-ticker-clip,#tde-page .fwd-ticker-clip{
  display:none!important;height:0!important;max-height:0!important;
  margin:0!important;padding:0!important;overflow:hidden!important;
  border:0!important;
}
#tde-home .elementor-element:has(.cta-slide.start-ticker),
#tde-page .elementor-element:has(.cta-slide.start-ticker){
  display:none!important;height:0!important;min-height:0!important;
  margin:0!important;padding:0!important;
}