
.dw-home{
  --dw-accent:#27C2E8;
  --dw-bg:#061018;
  --dw-card:#101922;
  --dw-text:#F4F7FA;
  --dw-muted:#B3BEC6;
  position:relative;
  overflow:hidden;
  color:var(--dw-text);
  font-family:Inter,Arial,sans-serif;
  background:
    radial-gradient(circle at 75% 4%,rgba(39,194,232,.08),transparent 28%),
    radial-gradient(circle at 12% 82%,rgba(39,194,232,.04),transparent 28%),
    linear-gradient(180deg,#061018 0%,#030b11 100%);
  isolation:isolate;
}
.dw-home *{box-sizing:border-box}
.dw-home-wrap{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));margin:auto;padding:34px 0 42px}
.dw-home-wave{position:absolute;border:1px solid rgba(55,197,232,.1);border-radius:50%;pointer-events:none}
.dw-home-wave-1{width:900px;height:220px;right:-230px;top:30px;transform:rotate(-8deg)}
.dw-home-wave-2{width:780px;height:180px;right:-180px;top:90px;transform:rotate(-15deg);opacity:.65}
.dw-eyebrow,.dw-section-heading>span,.dw-home-cta>div>span{
  font-size:11px;letter-spacing:.14em;font-weight:800;color:var(--dw-accent)
}
.dw-home-hero{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center;min-height:430px
}
.dw-home-copy h1{
  font-size:clamp(46px,5.4vw,72px);line-height:1.01;letter-spacing:-.045em;margin:10px 0 12px
}
.dw-home-copy h2{
  font-size:20px;line-height:1.5;margin:0 0 14px;color:#dfe7ec
}
.dw-home-copy p{
  max-width:630px;color:var(--dw-muted);font-size:15px;line-height:1.75;margin:0
}
.dw-home-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.dw-btn{
  display:inline-flex;align-items:center;gap:9px;padding:13px 18px;border-radius:8px;text-decoration:none!important;font-size:14px;font-weight:700;transition:.22s ease
}
.dw-btn svg,.dw-text-link svg{
  width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round
}
.dw-btn-primary{background:linear-gradient(135deg,var(--dw-accent),#2e9cda)!important;color:white!important}
.dw-btn-primary:hover{transform:translateY(-2px);background:linear-gradient(135deg,#35c9ef,#268fcf)!important}
.dw-btn-ghost{
  border:1px solid rgba(255,255,255,.14)!important;background:rgba(255,255,255,.025)!important;color:#e8eef2!important
}
.dw-btn-ghost:hover{border-color:rgba(39,194,232,.5)!important;background:rgba(39,194,232,.06)!important}
.dw-home-hero-visual{display:flex;align-items:center;justify-content:center;min-height:410px}
.dw-home-hero-visual img{
  width:100%;height:100%;max-height:410px;object-fit:cover;border-radius:16px;border:1px solid rgba(255,255,255,.08);box-shadow:0 26px 50px rgba(0,0,0,.28)
}
.dw-home-intro{margin-top:24px;padding-top:30px;border-top:1px solid rgba(255,255,255,.06)}
.dw-section-heading{text-align:center;max-width:780px;margin:0 auto 24px}
.dw-section-heading h2{font-size:30px;margin:6px 0 8px}
.dw-section-heading p{margin:0;color:var(--dw-muted);font-size:13px;line-height:1.7}
.dw-home-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.dw-home-pillar{text-align:center;padding:22px 22px 20px;border-right:1px solid rgba(255,255,255,.07)}
.dw-home-pillar:last-child{border-right:none}
.dw-icon{
  width:48px;height:48px;display:grid;place-items:center;color:var(--dw-accent);margin:0 auto 12px;
  border:1px solid rgba(39,194,232,.24);border-radius:14px;background:rgba(39,194,232,.035)
}
.dw-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.dw-home-pillar h3{font-size:16px;margin:0 0 8px}
.dw-home-pillar p{margin:0;color:var(--dw-muted);font-size:11px;line-height:1.6}
.dw-home-stats{
  margin-top:24px;padding:17px 22px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;
  background:linear-gradient(145deg,rgba(19,30,39,.98),rgba(11,18,24,.98));
  border:1px solid rgba(255,255,255,.08);border-radius:13px
}
.dw-home-stat{display:flex;align-items:center;justify-content:center;gap:13px;border-right:1px solid rgba(255,255,255,.08)}
.dw-home-stat:last-child{border-right:none}
.dw-home-stat .dw-icon{margin:0}
.dw-home-stat strong{display:block;font-size:31px;line-height:1}
.dw-home-stat span{display:block;margin-top:4px;color:var(--dw-muted);font-size:10px}
.dw-home-project{
  margin-top:20px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:26px;padding:24px 24px;
  background:linear-gradient(145deg,rgba(18,29,38,.98),rgba(11,18,24,.98));
  border:1px solid rgba(255,255,255,.08);border-radius:14px
}
.dw-home-project-copy h2{font-size:26px;margin:7px 0 10px}
.dw-home-project-copy p{color:var(--dw-muted);font-size:13px;line-height:1.7;margin:0 0 14px}
.dw-text-link{display:inline-flex;gap:8px;align-items:center;color:var(--dw-accent)!important;text-decoration:none!important;font-weight:700;font-size:13px}
.dw-home-project-visual img{width:100%;max-height:250px;object-fit:contain;display:block}
.dw-home-cta{
  margin-top:22px;display:flex;justify-content:space-between;align-items:center;gap:22px;padding:22px 24px;
  border:1px solid rgba(255,255,255,.08);border-radius:14px;
  background:linear-gradient(135deg,rgba(17,29,39,.98),rgba(11,18,24,.98))
}
.dw-home-cta h2{font-size:25px;margin:5px 0 6px}
.dw-home-cta p{margin:0;color:var(--dw-muted);font-size:13px}

@media(max-width:900px){
  .dw-home-hero{grid-template-columns:1fr}
  .dw-home-hero-visual{min-height:300px}
  .dw-home-project{grid-template-columns:1fr}
}
@media(max-width:700px){
  .dw-home-wrap{width:min(100% - 28px,1180px);padding-top:24px}
  .dw-home-copy h1{font-size:39px}
  .dw-home-copy h2{font-size:17px}
  .dw-home-copy p{font-size:14px}
  .dw-home-actions{flex-direction:column}
  .dw-btn{width:100%;justify-content:center}
  .dw-home-pillars{grid-template-columns:1fr}
  .dw-home-pillar{border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}
  .dw-home-pillar:last-child{border-bottom:none}
  .dw-home-stats{grid-template-columns:1fr}
  .dw-home-stat{justify-content:flex-start;border-right:none;border-bottom:1px solid rgba(255,255,255,.07);padding:8px 0}
  .dw-home-stat:last-child{border-bottom:none}
  .dw-home-cta{flex-direction:column;align-items:flex-start}
  .dw-home-cta .dw-btn{width:100%}
}
