@keyframes rotateSquare {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.intro-pattern-overlay {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 20px, currentColor 20px, currentColor 40px);
    opacity: 0.03;
    top: -20%;
    left: -30%;
    width: 100%;
    height: 100%;
    animation: rotateSquare 20s linear infinite;
}

.intro-pattern-content {
    max-width: 56rem;
}

.steps-arrow-stack__badge-circle {
    width: 3rem;
    height: 3rem;
}

.steps-arrow-stack__icon-box {
    width: 2rem;
    height: 2rem;
}

.steps-arrow-stack__sm-circle {
    width: 1.5rem;
    height: 1.5rem;
}

.whyus-stacked-cards__grid {
    max-width: 56rem;
}

.whyus-stacked-cards__accent {
    top: -5.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 5rem;
}

.whyus-stacked-cards__thumb {
    width: 5rem;
    height: 5rem;
}

.rounded-stack-quote__portrait {
    width: 5rem;
    height: 5rem;
}

