/* BD WEB TEK AI home page styles. Generated from source HTML; scoped to avoid theme header/footer bleed. */
.bdwt-ai-home *,
.bdwt-ai-home *::before,
.bdwt-ai-home *::after{
      margin: 0;
      padding: 0;
      box-sizing: border-box
    }
.bdwt-ai-home{
      --bg: #050A12;
      --bg2: #080E1A;
      --surface: #0C1522;
      --surface2: #0F1C2E;
      --border: #1A2640;
      --border2: #243350;
      --accent: #1E7BFF;
      --accent2: #00C8A8;
      --accent3: #7B5FFF;
      --amber: #F0A030;
      --red: #FF4D6A;
      --text: #F0F4FF;
      --text2: #C8D4E8;
      --muted: #6B7FA8;
      --muted2: #4A5A78;
    }
.bdwt-ai-home{
      scroll-behavior: smooth
    }
.bdwt-ai-home{
      background: var(--bg);
      color: var(--text);
      font-family: 'Noto Sans SC', sans-serif;
      line-height: 1.6;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased
    }
.bdwt-ai-home a{
      text-decoration: none;
      color: inherit
    }
.bdwt-ai-home button{
      font-family: inherit;
      cursor: pointer;
      border: none;
      background: none
    }
.bdwt-ai-home ul{
      list-style: none
    }
@media(prefers-reduced-motion:reduce){
/* BD WEB TEK AI home page styles. Generated from source HTML; scoped to avoid theme header/footer bleed. */
.bdwt-ai-home *{
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important
      }

}
.bdwt-ai-home .reveal{
      opacity: 0;
      transform: translateY(16px);
      transition: opacity .6s cubic-bezier(.16, 1, .3, 1), transform .6s cubic-bezier(.16, 1, .3, 1)
    }
.bdwt-ai-home .reveal.in{
      opacity: 1;
      transform: translateY(0)
    }
.bdwt-ai-home .mono{
      font-family: 'DM Mono', monospace
    }
.bdwt-ai-home .wrap{
      max-width: 1240px;
      margin: 0 auto;
      padding: 0 4rem
    }
.bdwt-ai-home .divider{
      width: 100%;
      height: 1px;
      background: var(--border)
    }
.bdwt-ai-home .section-label{
      font-family: 'DM Mono', monospace;
      font-size: .65rem;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--accent);
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: .9rem
    }
.bdwt-ai-home .section-label::before{
      content: '';
      display: block;
      width: 22px;
      height: 1.5px;
      background: var(--accent)
    }
.bdwt-ai-home .section-label.c-teal{
      color: var(--accent2)
    }
.bdwt-ai-home .section-label.c-teal::before{
      background: var(--accent2)
    }
.bdwt-ai-home .section-title{
      font-family: 'Noto Sans SC', sans-serif;
      font-weight: 900;
      font-size: clamp(1.9rem, 3.4vw, 2.6rem);
      letter-spacing: -.01em;
      line-height: 1.2;
      color: var(--text);
      margin-bottom: .8rem;
      text-wrap: balance
    }
.bdwt-ai-home .section-sub{
      color: var(--text2);
      font-size: .93rem;
      line-height: 1.8;
      max-width: 560px
    }
.bdwt-ai-home .section-sub.nowrap-lg{
      max-width: none;
      white-space: nowrap
    }
.bdwt-ai-home .section-hd{
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 1rem;
      margin-bottom: 3rem
    }
.bdwt-ai-home .btn-primary{
      background: var(--accent);
      color: #fff;
      padding: .85rem 1.9rem;
      border-radius: 8px;
      font-size: .9rem;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      transition: transform .15s, opacity .15s;
      letter-spacing: .01em;
      box-shadow: 0 4px 18px rgba(30, 123, 255, .28)
    }
.bdwt-ai-home .btn-primary:hover{
      transform: translateY(-2px);
      opacity: .92
    }
.bdwt-ai-home .btn-outline{
      border: 1px solid var(--border2);
      color: var(--text2);
      padding: .85rem 1.9rem;
      border-radius: 8px;
      font-size: .9rem;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      transition: border-color .2s, color .2s, background .2s;
      background: transparent
    }
.bdwt-ai-home .btn-outline:hover{
      border-color: var(--accent);
      color: var(--accent);
      background: rgba(30, 123, 255, .08)
    }
.bdwt-ai-home /* ══════════ NAV ══════════ */
    nav{
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 4rem;
      height: 68px;
      background: rgba(5, 10, 18, .95);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--border);
      position: sticky;
      top: 0;
      z-index: 300
    }
.bdwt-ai-home .logo{
      display: flex;
      align-items: center;
      gap: 9px
    }
.bdwt-ai-home .logo-text{
      font-family: 'Noto Sans SC', sans-serif;
      font-weight: 700;
      font-size: .9rem;
      letter-spacing: .08em;
      color: var(--text)
    }
.bdwt-ai-home .logo-text em{
      color: var(--accent);
      font-style: normal
    }
.bdwt-ai-home nav ul{
      display: flex;
      gap: 2rem
    }
.bdwt-ai-home nav ul a{
      color: var(--muted);
      font-size: .85rem;
      font-weight: 500;
      letter-spacing: .02em;
      transition: color .2s
    }
.bdwt-ai-home nav ul a:hover,
.bdwt-ai-home nav ul a.active{
      color: var(--text)
    }
.bdwt-ai-home .nav-badge{
      font-family: 'DM Mono', monospace;
      font-size: .6rem;
      color: var(--accent2);
      background: rgba(0, 200, 168, .1);
      border: 1px solid rgba(0, 200, 168, .22);
      padding: 2px 8px;
      border-radius: 10px;
      letter-spacing: .1em
    }
.bdwt-ai-home .nav-cta{
      background: var(--accent);
      color: #fff;
      padding: .5rem 1.3rem;
      border-radius: 6px;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .03em;
      transition: opacity .2s, transform .15s
    }
.bdwt-ai-home .nav-cta:hover{
      opacity: .88;
      transform: translateY(-1px)
    }
.bdwt-ai-home .nav-ham{
      display: none;
      flex-direction: column;
      gap: 5px;
      width: 36px;
      height: 36px;
      padding: 5px;
      flex-shrink: 0
    }
.bdwt-ai-home .nav-ham span{
      display: block;
      width: 22px;
      height: 2px;
      background: var(--text);
      border-radius: 2px;
      transition: transform .25s, opacity .2s
    }
.bdwt-ai-home .nav-ham.open span:nth-child(1){
      transform: translateY(7px) rotate(45deg)
    }
.bdwt-ai-home .nav-ham.open span:nth-child(2){
      opacity: 0
    }
.bdwt-ai-home .nav-ham.open span:nth-child(3){
      transform: translateY(-7px) rotate(-45deg)
    }
.bdwt-ai-home .mob-drawer{
      display: none;
      position: fixed;
      top: 68px;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--bg);
      overflow-y: auto;
      padding: 1rem 1.6rem 2rem;
      z-index: 290;
      flex-direction: column
    }
.bdwt-ai-home .mob-drawer.open{
      display: flex
    }
.bdwt-ai-home .mob-drawer a{
      display: flex;
      align-items: center;
      padding: .95rem 0;
      color: var(--text2);
      font-size: 1rem;
      font-weight: 500;
      border-bottom: 1px solid var(--border)
    }
.bdwt-ai-home .mob-drawer .nav-cta{
      margin-top: 1.4rem;
      text-align: center;
      justify-content: center;
      display: flex
    }
.bdwt-ai-home /* ══════════ HERO ══════════ */
    .hero{
      min-height: calc(100vh - 68px);
      padding: 0 4rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
      overflow: hidden;
      border-bottom: 1px solid var(--border)
    }
.bdwt-ai-home .hero-glow{
      position: absolute;
      top: -200px;
      right: -100px;
      width: 700px;
      height: 700px;
      background: radial-gradient(circle, rgba(30, 123, 255, .12) 0%, transparent 65%);
      pointer-events: none
    }
.bdwt-ai-home .hero-glow2{
      position: absolute;
      bottom: -100px;
      left: 8%;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(0, 200, 168, .07) 0%, transparent 65%);
      pointer-events: none
    }
.bdwt-ai-home /* blueprint grid + mouse spotlight background */
    .hero{
      --mx: 50%;
      --my: 40%
    }
.bdwt-ai-home .hero-grid-base{
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
      background-size: 48px 48px;
      opacity: .4
    }
.bdwt-ai-home .hero-grid-glow{
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(30, 123, 255, .8) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 123, 255, .8) 1px, transparent 1px),
        radial-gradient(rgba(0, 200, 168, .95) 1.5px, transparent 1.6px);
      background-size: 48px 48px, 48px 48px, 48px 48px;
      -webkit-mask-image: radial-gradient(circle 220px at var(--mx) var(--my), #000 0%, transparent 72%);
      mask-image: radial-gradient(circle 220px at var(--mx) var(--my), #000 0%, transparent 72%)
    }
.bdwt-ai-home .hero-grid-cursor{
      position: absolute;
      z-index: 0;
      pointer-events: none;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      left: var(--mx);
      top: var(--my);
      transform: translate(-50%, -50%);
      background: var(--accent2);
      box-shadow: 0 0 14px 4px rgba(0, 200, 168, .6);
      transition: opacity .2s;
      opacity: var(--cursor-op, 0)
    }
.bdwt-ai-home .hero-center{
      position: relative;
      z-index: 2;
      max-width: 760px;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 4.5rem 0;
      pointer-events: none
    }
.bdwt-ai-home .hero-center>*{
      pointer-events: auto
    }
.bdwt-ai-home .hero h1{
      font-family: 'Noto Sans SC', sans-serif;
      font-weight: 900;
      font-size: clamp(2.1rem, 4.4vw, 3.5rem);
      line-height: 1.24;
      letter-spacing: -.01em;
      color: var(--text);
      margin-bottom: .9rem;
      text-wrap: balance
    }
.bdwt-ai-home .hero-subtitle{
      font-size: 1rem;
      color: var(--text2);
      font-weight: 400;
      letter-spacing: .01em;
      margin-bottom: 2.4rem;
      line-height: 1.8;
      white-space: nowrap
    }
.bdwt-ai-home .hero-btns{
      display: flex;
      gap: .9rem;
      flex-wrap: wrap;
      justify-content: center
    }
.bdwt-ai-home /* ══════════ PAIN / SOLUTION ══════════ */
    .pain-section{
      padding: 5.5rem 4rem
    }
.bdwt-ai-home .pain-grid{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      margin-top: 1rem
    }
.bdwt-ai-home .pain-card{
      background: var(--surface);
      border: 1px solid var(--border);
      border-left: 3px solid var(--red);
      border-radius: 0 14px 14px 0;
      padding: 2rem
    }
.bdwt-ai-home .pain-card-title{
      font-family: 'Noto Sans SC', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      color: var(--text);
      margin-bottom: 1.2rem;
      display: flex;
      align-items: center;
      gap: 10px
    }
.bdwt-ai-home .pain-list{
      display: flex;
      flex-direction: column;
      gap: .9rem
    }
.bdwt-ai-home .pain-item{
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: .85rem;
      color: var(--text2);
      line-height: 1.65
    }
.bdwt-ai-home .pain-x{
      width: 18px;
      height: 18px;
      border-radius: 4px;
      background: rgba(255, 77, 106, .12);
      border: 1px solid rgba(255, 77, 106, .25);
      color: var(--red);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      flex-shrink: 0;
      margin-top: 2px
    }
.bdwt-ai-home .solution-card{
      background: linear-gradient(150deg, #0C1A2E 0%, #0A1422 100%);
      border: 1px solid rgba(30, 123, 255, .25);
      border-left: 3px solid var(--accent2);
      border-radius: 0 14px 14px 0;
      padding: 2rem
    }
.bdwt-ai-home .sol-list{
      display: flex;
      flex-direction: column;
      gap: .9rem
    }
.bdwt-ai-home .sol-item{
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: .85rem;
      color: var(--text2);
      line-height: 1.65
    }
.bdwt-ai-home .sol-check{
      width: 18px;
      height: 18px;
      border-radius: 4px;
      background: rgba(0, 200, 168, .12);
      border: 1px solid rgba(0, 200, 168, .25);
      color: var(--accent2);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      flex-shrink: 0;
      margin-top: 2px
    }
.bdwt-ai-home /* ══════════ 六大能力 ══════════ */
    .cap-section{
      background: var(--bg2);
      padding: 5.5rem 4rem
    }
.bdwt-ai-home .cap-grid{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem;
      margin-top: 1rem
    }
.bdwt-ai-home .cap-card{
      background: linear-gradient(160deg, #0C1A2E, #0A1422);
      border: 1px solid var(--border);
      border-top: 3px solid var(--ic, var(--accent));
      border-radius: 14px;
      padding: 2rem 1.7rem;
      display: flex;
      flex-direction: column;
      gap: .9rem;
      transition: transform .2s, border-color .2s
    }
.bdwt-ai-home .cap-card:hover{
      transform: translateY(-3px)
    }
.bdwt-ai-home .cap-title{
      font-family: 'Noto Sans SC', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      color: var(--text)
    }
.bdwt-ai-home .cap-desc{
      font-size: .83rem;
      color: var(--text2);
      line-height: 1.7
    }
.bdwt-ai-home .cap-custom{
      grid-column: 1/-1;
      background: linear-gradient(120deg, #0F1A30 0%, #140F2C 100%);
      border: 1px dashed rgba(123, 95, 255, .4);
      border-radius: 14px;
      padding: 2.2rem 2.4rem;
      display: flex;
      align-items: center;
      gap: 1.6rem
    }
.bdwt-ai-home .cap-custom-title{
      font-family: 'Noto Sans SC', sans-serif;
      font-weight: 800;
      font-size: 1.05rem;
      color: var(--text);
      margin-bottom: .4rem
    }
.bdwt-ai-home .cap-custom-desc{
      font-size: .86rem;
      color: var(--text2);
      line-height: 1.75;
      white-space: nowrap
    }
.bdwt-ai-home /* ══════════ 业务流程 TIMELINE ══════════ */
    .flow-section{
      padding: 5.5rem 4rem
    }
.bdwt-ai-home .timeline{
      position: relative;
      margin-top: 2.6rem
    }
.bdwt-ai-home .tl-rail{
      position: absolute;
      left: 27px;
      top: 6px;
      bottom: 6px;
      width: 2px;
      background: var(--border)
    }
.bdwt-ai-home .tl-rail-fill{
      position: absolute;
      left: 0;
      top: 0;
      width: 2px;
      background: var(--accent);
      height: 0%;
      transition: height .1s linear
    }
.bdwt-ai-home .tl-item{
      position: relative;
      padding-left: 72px;
      margin-bottom: 1.8rem
    }
.bdwt-ai-home .tl-item:last-child{
      margin-bottom: 0
    }
.bdwt-ai-home .tl-dot{
      position: absolute;
      left: 0;
      top: 0;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: var(--surface);
      border: 2px solid var(--border2);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'DM Mono', monospace;
      font-weight: 500;
      font-size: .88rem;
      color: var(--muted);
      z-index: 2
    }
.bdwt-ai-home .tl-card{
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 1.4rem 1.7rem
    }
.bdwt-ai-home .tl-name{
      font-family: 'Noto Sans SC', sans-serif;
      font-weight: 700;
      font-size: .98rem;
      color: var(--text);
      margin-bottom: .4rem
    }
.bdwt-ai-home .tl-desc{
      font-size: .85rem;
      color: var(--text2);
      line-height: 1.75
    }
.bdwt-ai-home /* ══════════ 陪跑理念 / ABOUT ══════════ */
    .about-section{
      padding: 5.5rem 4rem;
      background: var(--bg2)
    }
.bdwt-ai-home .about-grid{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: start;
      margin-top: 1rem
    }
.bdwt-ai-home .about-text p{
      font-size: .93rem;
      color: var(--text2);
      line-height: 1.9;
      margin-bottom: 1.2rem
    }
.bdwt-ai-home .about-stats{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
      align-content: start
    }
.bdwt-ai-home .about-stat{
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 1.3rem 1.4rem
    }
.bdwt-ai-home .about-stat-n{
      font-family: 'Noto Sans SC', sans-serif;
      font-size: 1.6rem;
      font-weight: 900;
      color: var(--accent);
      line-height: 1
    }
.bdwt-ai-home .about-stat-l{
      font-size: .76rem;
      color: var(--text2);
      margin-top: 5px;
      line-height: 1.5
    }
.bdwt-ai-home /* ══════════ CTA ══════════ */
    .cta-section{
      padding: 2rem 4rem 5.5rem
    }
.bdwt-ai-home .cta-box{
      background: linear-gradient(130deg, #0C1A30 0%, #0C1430 50%, #120C2C 100%);
      border: 1px solid rgba(30, 123, 255, .2);
      border-radius: 20px;
      padding: 4rem;
      text-align: center;
      position: relative;
      overflow: hidden
    }
.bdwt-ai-home .cta-box::before{
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 50% 0%, rgba(30, 123, 255, .14) 0%, transparent 60%);
      pointer-events: none
    }
.bdwt-ai-home .cta-box *{
      position: relative;
      z-index: 1
    }
.bdwt-ai-home .cta-box h2{
      font-family: 'Noto Sans SC', sans-serif;
      font-weight: 900;
      font-size: clamp(1.6rem, 3vw, 2.3rem);
      letter-spacing: -.01em;
      margin-bottom: .9rem
    }
.bdwt-ai-home .cta-box p{
      font-size: .95rem;
      color: var(--text2);
      max-width: 560px;
      margin: 0 auto 2.2rem;
      line-height: 1.85
    }
.bdwt-ai-home .cta-btns{
      display: flex;
      gap: 1rem;
      justify-content: center;
      flex-wrap: wrap
    }
.bdwt-ai-home /* ══════════ FOOTER ══════════ */
    footer{
      border-top: 1px solid var(--border);
      padding: 4rem 4rem 2.5rem
    }
.bdwt-ai-home .footer-grid{
      display: grid;
      grid-template-columns: 1.6fr 1fr 1fr 1fr;
      gap: 3rem;
      margin-bottom: 3rem
    }
.bdwt-ai-home .footer-brand p{
      font-size: .8rem;
      color: var(--muted);
      line-height: 1.8;
      margin-top: .9rem;
      max-width: 250px
    }
.bdwt-ai-home .footer-col h4{
      font-family: 'Noto Sans SC', sans-serif;
      font-weight: 700;
      font-size: .75rem;
      letter-spacing: .08em;
      color: var(--text2);
      margin-bottom: 1.1rem
    }
.bdwt-ai-home .footer-col ul{
      display: flex;
      flex-direction: column;
      gap: .55rem
    }
.bdwt-ai-home .footer-col a{
      font-size: .78rem;
      color: var(--muted);
      transition: color .2s
    }
.bdwt-ai-home .footer-col a:hover{
      color: var(--text)
    }
.bdwt-ai-home .footer-bottom{
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: .8rem;
      padding-top: 1.5rem;
      border-top: 1px solid var(--border)
    }
.bdwt-ai-home .copy{
      font-size: .72rem;
      color: var(--muted2)
    }
.bdwt-ai-home .social{
      display: flex;
      gap: 1.4rem
    }
.bdwt-ai-home .social a{
      font-size: .72rem;
      color: var(--muted2);
      transition: color .2s
    }
.bdwt-ai-home .social a:hover{
      color: var(--text)
    }
.bdwt-ai-home /* ══════════ RESPONSIVE ══════════ */
    @media(max-width:1024px){
      nav {
        padding: 0 2rem
      }

      nav ul {
        gap: 1.3rem
      }

      .wrap {
        padding: 0 2.5rem
      }

      section,
      .hero,
      .pain-section,
      .cap-section,
      .flow-section,
      .about-section,
      .cta-section {
        padding-left: 2.5rem;
        padding-right: 2.5rem
      }

      .hero {
        min-height: auto;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
      }

      .hero-center {
        padding: 0
      }

      .pain-grid {
        grid-template-columns: 1fr;
        gap: 1.4rem
      }

      .cap-grid {
        grid-template-columns: 1fr 1fr
      }

      .about-grid {
        grid-template-columns: 1fr;
        gap: 2.6rem
      }

      .about-stats {
        grid-template-columns: repeat(4, 1fr)
      }

      .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem
      }

      .section-hd {
        flex-direction: column;
        align-items: flex-start
      }
    }
@media(max-width:768px){
/* BD WEB TEK AI home page styles. Generated from source HTML; scoped to avoid theme header/footer bleed. */
.bdwt-ai-home nav{
        padding: 0 1.4rem
      }
.bdwt-ai-home nav ul{
        display: none
      }
.bdwt-ai-home .nav-cta{
        display: none
      }
.bdwt-ai-home .nav-ham{
        display: flex
      }
.bdwt-ai-home section,
.bdwt-ai-home .hero,
.bdwt-ai-home .pain-section,
.bdwt-ai-home .cap-section,
.bdwt-ai-home .flow-section,
.bdwt-ai-home .about-section{
        padding: 3.5rem 1.4rem
      }
.bdwt-ai-home .cta-section{
        padding: 1.5rem 1.4rem 4rem
      }
.bdwt-ai-home .hero{
        padding: 3rem 1.4rem
      }
.bdwt-ai-home .hero h1{
        font-size: clamp(2rem, 8vw, 2.8rem)
      }
.bdwt-ai-home .hero-subtitle{
        white-space: normal
      }
.bdwt-ai-home .hero-btns{
        flex-direction: column;
        gap: .75rem
      }
.bdwt-ai-home .btn-primary,
.bdwt-ai-home .btn-outline{
        width: 100%;
        justify-content: center
      }
.bdwt-ai-home .cap-grid{
        grid-template-columns: 1fr
      }
.bdwt-ai-home .cap-custom{
        flex-direction: column;
        text-align: center;
        padding: 1.8rem 1.4rem
      }
.bdwt-ai-home .cap-custom-desc{
        white-space: normal
      }
.bdwt-ai-home .tl-item{
        padding-left: 60px
      }
.bdwt-ai-home .tl-dot{
        width: 46px;
        height: 46px;
        font-size: .78rem
      }
.bdwt-ai-home .tl-card{
        padding: 1.1rem 1.3rem
      }
.bdwt-ai-home .about-stats{
        grid-template-columns: 1fr 1fr
      }
.bdwt-ai-home .cta-box{
        padding: 2.5rem 1.4rem;
        border-radius: 14px
      }
.bdwt-ai-home .cta-btns{
        flex-direction: column;
        gap: .75rem
      }
.bdwt-ai-home .cta-btns .btn-primary,
.bdwt-ai-home .cta-btns .btn-outline{
        width: 100%;
        justify-content: center
      }
.bdwt-ai-home .section-title{
        font-size: 1.7rem
      }
.bdwt-ai-home .section-sub.nowrap-lg{
        white-space: normal;
        max-width: 560px
      }
.bdwt-ai-home .footer-grid{
        grid-template-columns: 1fr;
        gap: 1.8rem
      }
.bdwt-ai-home footer{
        padding: 3rem 1.4rem 2rem
      }
.bdwt-ai-home .footer-bottom{
        flex-direction: column;
        align-items: flex-start
      }

}
@media(max-width:420px){
/* BD WEB TEK AI home page styles. Generated from source HTML; scoped to avoid theme header/footer bleed. */
.bdwt-ai-home .about-stats{
        grid-template-columns: 1fr 1fr
      }

}

/* Mobile layout alignment: keep section content on the same grid as the hero. */
@media (max-width: 768px) {
  .bdwt-ai-home .pain-section .wrap,
  .bdwt-ai-home .cap-section .wrap,
  .bdwt-ai-home .flow-section .wrap,
  .bdwt-ai-home .about-section .wrap,
  .bdwt-ai-home .cta-section .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .bdwt-ai-home .pain-grid,
  .bdwt-ai-home .about-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bdwt-ai-home .about-text,
  .bdwt-ai-home .about-stats,
  .bdwt-ai-home .about-stat {
    min-width: 0;
  }

  .bdwt-ai-home .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
