@keyframes pulse-highlight{0%{box-shadow:0 0 0 0 rgb(74 111 165 / 40%)}70%{box-shadow:0 0 0 10px rgb(74 111 165 / 0%)}100%{box-shadow:0 0 0 0 rgb(74 111 165 / 0%)}}body.drag-active .app-section{background-color:rgb(74 111 165 / 5%);border:2px dashed #4a6fa5;transform:translateY(-2px);box-shadow:0 10px 25px rgb(0 0 0 / 10%)}body.drag-active #claudoodle-app{transform:scale(1.02);transition:transform 0.3s ease}.container{max-width:1200px;margin:0 auto;padding:2rem}.claudoodle-hero{background:linear-gradient(135deg,#4a6fa5 0%,#2c4160 100%);border-radius:12px;padding:2.5rem;margin-bottom:3rem;color:white;position:relative;overflow:hidden;box-shadow:0 8px 24px rgb(0 0 0 / 15%)}.claudoodle-hero h2{font-size:2.2rem;margin-bottom:1rem;font-weight:700;position:relative;z-index:2}.claudoodle-hero p{font-size:1.1rem;max-width:80%;margin-bottom:0;line-height:1.6;position:relative;z-index:2;color:rgb(255 255 255 / 95%);font-weight:500;text-shadow:0 1px 2px rgb(0 0 0 / 20%)}.claudoodle-hero::after{content:"";position:absolute;top:0;right:0;width:30%;height:100%;background-image:url("../../images/app-banners/claudoodle-banner.svg");background-repeat:no-repeat;background-position:right center;background-size:contain;opacity:0.2;z-index:1}.page-header{position:fixed;top:0;left:0;right:0;background-color:rgb(255 255 255 / 95%);box-shadow:0 2px 10px rgb(0 0 0 / 10%);z-index:100;backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color)}main{margin-top:56px;padding-top:0}.app-section{margin:2rem 0 3rem;border:1px solid var(--border-color);border-radius:12px;padding:2rem;background-color:#f8f9fa;box-shadow:0 8px 24px rgb(0 0 0 / 10%)}.app-section h3{text-align:center;color:var(--primary-color,#4a6fa5);margin-bottom:0.75rem;font-size:1.5rem;font-weight:600}.app-instructions{text-align:center;color:#666;margin-bottom:1.5rem;font-size:1rem;max-width:85%;margin-left:auto;margin-right:auto}@media (width <= 1024px){.claudoodle-hero::after{width:20%;opacity:0.1}}@media (width <= 768px){.container{padding:1rem}.claudoodle-hero{padding:2rem 1.5rem}.claudoodle-hero h2{font-size:1.8rem}.claudoodle-hero p{font-size:1rem;max-width:100%}.app-section{padding:1.5rem;margin:1.5rem 0}.app-section h3{font-size:1.3rem;margin-bottom:0.5rem}.app-instructions{font-size:0.9rem;max-width:100%;margin-bottom:1.2rem}}