@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");.dt-overview{background:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden;padding:80px 24px 150px;position:relative}.dt-overview__container{margin:0 auto;max-width:1400px}.dt-overview__grid{align-items:center;display:grid;gap:64px;grid-template-columns:1fr}@media (min-width:1024px){.dt-overview__grid{gap:96px;grid-template-columns:1fr 1fr}}.dt-overview__title{color:#0f172a;font-size:48px;font-weight:800;letter-spacing:-.03em;line-height:1.08;margin:0 0 24px}@media (min-width:1200px){.dt-overview__title{font-size:64px}}@media (max-width:1023px){.dt-overview__title{font-size:36px}}@media (max-width:640px){.dt-overview__title{font-size:32px}}.dt-overview__title-accent{color:#c8cdd3;font-weight:700}.dt-overview__description{color:#64748b;font-size:18px;line-height:1.7;margin:0 0 40px}@media (max-width:1023px){.dt-overview__description{font-size:16px}}@media (max-width:640px){.dt-overview__description{font-size:15px}}.dt-overview__features-heading{color:#0f172a;font-size:20px;font-weight:600;margin-bottom:24px}@media (max-width:640px){.dt-overview__features-heading{font-size:18px}}.dt-overview__features{display:flex;flex-direction:column;gap:20px}.dt-overview__feature-card{align-items:flex-start;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid rgba(0,0,0,.05);border-radius:20px;display:flex;gap:16px;padding:24px;transition:transform .3s ease}.dt-overview__feature-card:hover{transform:translateX(8px)}.dt-overview__feature-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;box-shadow:0 8px 20px rgba(37,99,235,.25);color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.dt-overview__feature-icon svg{height:24px;width:24px}@media (max-width:640px){.dt-overview__feature-icon{height:40px;width:40px}.dt-overview__feature-icon svg{height:20px;width:20px}.dt-overview__feature-card{padding:20px}}.dt-overview__feature-text{color:#0f172a;font-size:16px;font-weight:500;line-height:1.5;margin:0;padding-top:4px}@media (max-width:640px){.dt-overview__feature-text{font-size:15px}}.dt-overview__visual{height:600px;position:relative}@media (max-width:1023px){.dt-overview__visual{height:500px}}@media (max-width:640px){.dt-overview__visual{height:400px;margin-top:32px}}.dt-overview__card{background:#fff;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.05);padding:28px;position:absolute}.dt-overview__card--sales{left:0;top:0;width:280px}.dt-overview__card--service{right:0;top:50%;transform:translateY(-50%);width:300px}.dt-overview__card--parts{bottom:0;left:50%;transform:translateX(-50%);width:240px}@media (max-width:1023px){.dt-overview__card--sales{width:240px}.dt-overview__card--service{width:260px}.dt-overview__card--parts{width:200px}}@media (max-width:640px){.dt-overview__card{padding:20px}.dt-overview__card--sales{left:-20px;width:200px}.dt-overview__card--service{right:-20px;width:220px}.dt-overview__card--parts{width:180px}}.dt-overview__card-header{color:#64748b;font-size:14px;font-weight:600;letter-spacing:.05em;margin-bottom:16px;text-transform:uppercase}.dt-overview__card-metric{margin-bottom:24px}.dt-overview__metric-value{color:#0f172a;font-size:48px;font-weight:700;line-height:1;margin-bottom:8px}@media (max-width:640px){.dt-overview__metric-value{font-size:36px}}.dt-overview__metric-label{color:#64748b;font-size:14px;font-weight:500}.dt-overview__chart{align-items:flex-end;display:flex;gap:8px;height:80px}@media (max-width:640px){.dt-overview__chart{height:60px}}.dt-overview__chart-bar{animation:dt-overview-grow 1.5s ease-out both;background:linear-gradient(180deg,#2563eb,#3b82f6 50%,#06b6d4);border-radius:4px;flex:1}@keyframes dt-overview-grow{0%{height:0}}.dt-overview__service-items{display:flex;flex-direction:column;gap:16px}.dt-overview__service-item{align-items:center;background:#f8fafc;border-radius:12px;display:flex;gap:16px;padding:12px;transition:all .3s ease}.dt-overview__service-item:hover{background:#f1f5f9;transform:translateX(4px)}.dt-overview__service-dot{background:#cbd5e1;border-radius:50%;flex-shrink:0;height:12px;width:12px}.dt-overview__service-dot--active{animation:dt-overview-dot-pulse 2s ease-in-out infinite;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.2)}@keyframes dt-overview-dot-pulse{0%,to{box-shadow:0 0 0 4px rgba(34,197,94,.2)}50%{box-shadow:0 0 0 8px rgba(34,197,94,.1)}}.dt-overview__service-name{color:#0f172a;font-size:14px;font-weight:500;margin-bottom:2px}.dt-overview__service-time{color:#64748b;font-size:12px}.dt-overview__parts-status{align-items:center;display:flex;flex-direction:column;gap:16px}.dt-overview__status-circle{height:140px;position:relative;width:140px}@media (max-width:640px){.dt-overview__status-circle{height:100px;width:100px}}.dt-overview__status-circle svg{height:100%;transform:rotate(-90deg);width:100%}.dt-overview__circle-bg{fill:none;stroke:#e2e8f0;stroke-width:8}.dt-overview__circle-progress{animation:dt-overview-progress 2s ease-out both;fill:none;stroke:#22c55e;stroke-dasharray:283;stroke-dashoffset:17;stroke-linecap:round;stroke-width:8}@keyframes dt-overview-progress{0%{stroke-dashoffset:283}}.dt-overview__status-pct{color:#0f172a;font-size:32px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@media (max-width:640px){.dt-overview__status-pct{font-size:24px}}.dt-overview__status-label{color:#64748b;font-size:14px;font-weight:500}.dt-overview__bg-gradient{background:radial-gradient(circle,rgba(37,99,235,.08),transparent 70%);border-radius:50%;height:500px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:500px;z-index:-1}.dt-overview .dt-overview__text{opacity:0;transform:translateY(40px);transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1)}.dt-overview .dt-overview__visual{opacity:0;transform:translateY(40px);transition:opacity 1.2s cubic-bezier(.16,1,.3,1) .3s,transform 1.2s cubic-bezier(.16,1,.3,1) .3s}.dt-overview--visible .dt-overview__text,.dt-overview--visible .dt-overview__visual{opacity:1;transform:translateY(0)}.dt-overview .dt-overview__feature-card{opacity:0;transform:translateX(-20px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.dt-overview--visible .dt-overview__feature-card:first-child{opacity:1;transform:translateX(0);transition-delay:.4s}.dt-overview--visible .dt-overview__feature-card:nth-child(2){opacity:1;transform:translateX(0);transition-delay:.55s}.dt-overview--visible .dt-overview__feature-card:nth-child(3){opacity:1;transform:translateX(0);transition-delay:.7s}@media (max-width:640px){.dt-overview__visual{height:300px!important}.dt-overview__card--parts,.dt-overview__card--sales,.dt-overview__card--service{bottom:auto!important;left:auto!important;margin-bottom:16px!important;max-width:100%!important;position:relative!important;right:auto!important;top:auto!important;transform:none!important;width:100%!important}.dt-overview{padding:48px 16px 80px!important}}