.elementor-1962 .elementor-element.elementor-element-fc413c4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-a091cfa */.trado-cad-section {
    background-color: #f9f9f9;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

/* Background Technical Grid */
.cad-grid-overlay {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgba(0,0,0,0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 30px 30px;
}

.cad-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    align-items: center;
    position: relative;
    z-index: 2;
}

.cad-title {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1;
    color: #1a1a1a;
    margin: 15px 0;
}

.red-text { color: #8B0000; }

.cad-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #8B0000;
}

/* SVG DRAWING ANIMATION */
.drawing-svg {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.draw-path {
    fill: none;
    stroke: #333;
    stroke-width: 0.8;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: drawLines 4s forwards ease-in-out;
}

.delay-1 { animation-delay: 0.5s; }
.delay-2 { animation-delay: 0.8s; }
.delay-3 { animation-delay: 1.1s; }
.delay-4 { stroke: #8B0000; animation-delay: 1.5s; }

@keyframes drawLines {
    to { stroke-dashoffset: 0; }
}

/* Technical Callout Nodes */
.spec-node {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 10px;
}

.spec-tag {
    font-size: 9px;
    background: #e0e0e0;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: bold;
}

.spec-node p {
    font-size: 13px;
    margin: 8px 0 0;
    font-weight: 500;
}

.scanning-coordinate {
    text-align: center;
    font-size: 10px;
    font-family: monospace;
    margin-top: 20px;
    color: #999;
}/* End custom CSS */