
    body { font-family: 'Inter', sans-serif; }
    h1, h2, h3, h4, h5, h6, .font-heading { font-family: 'Montserrat', sans-serif; }
    .hero-bottom-right-panel { clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%); }
    .hero-orange-slash { clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0); }
    .service-card-clip { clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%); }
    .animate-fade-up { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
    .animate-fade-up.visible { opacity: 1; transform: translateY(0); }
    .static-image { transform: none !important; transition: none !important; filter: none !important; }
    .draw-border-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 50; }
    .draw-border-rect { fill: none; stroke: #E44B2F; stroke-width: 2px; stroke-dasharray: 2400; stroke-dashoffset: 2400; transition: stroke-dashoffset 0.8s cubic-bezier(0.25, 1, 0.5, 1); }
    .group:hover .draw-border-rect { stroke-dashoffset: 0; }
    .cta-img-clip { clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); }
    @media (max-width: 1024px) { .cta-img-clip { clip-path: none; } }

