#contact-map{height:450px;width:100%}#card-form{display:none}.content-readable{line-height:1.8}.share-btn-circle{width:40px;height:40px;padding:7px 0}.card-img-h-220{height:220px}.card-img-h-250{height:250px}.ci-error-page{padding:80px 0 100px;min-height:60vh;display:flex;align-items:center;background:linear-gradient(180deg,#f8f9fa 0%,#ffffff 100%);position:relative;overflow:hidden}.ci-error-page::before{content:'';position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:rgb(255 102 0 / .04);pointer-events:none}.ci-error-page::after{content:'';position:absolute;bottom:-80px;left:-80px;width:400px;height:400px;border-radius:50%;background:rgb(255 102 0 / .03);pointer-events:none}.ci-error-content{max-width:600px;margin:0 auto;position:relative;z-index:1}.ci-error-icon{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#ff6600,#ff8533);display:flex;align-items:center;justify-content:center;margin:0 auto 30px;box-shadow:0 12px 40px rgb(255 102 0 / .25);animation:errorIconPulse 2s ease-in-out infinite}.ci-error-icon i{font-size:48px;color:#fff}.ci-error-icon--warning{background:linear-gradient(135deg,#f0ad4e,#f5c06d);box-shadow:0 12px 40px rgb(240 173 78 / .25)}.ci-error-icon--danger{background:linear-gradient(135deg,#dc3545,#e65c6a);box-shadow:0 12px 40px rgb(220 53 69 / .25)}.ci-error-icon--lock{background:linear-gradient(135deg,#6c757d,#8b939a);box-shadow:0 12px 40px rgb(108 117 125 / .25)}.ci-error-icon--forbidden{background:linear-gradient(135deg,#c0392b,#e74c3c);box-shadow:0 12px 40px rgb(192 57 43 / .25)}@keyframes errorIconPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.ci-error-code{font-size:5rem;font-weight:800;color:#222;margin-bottom:10px;line-height:1;letter-spacing:-2px}.ci-error-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:16px}.ci-error-message{font-size:1.05rem;color:#666;line-height:1.7;margin-bottom:36px;max-width:480px;margin-left:auto;margin-right:auto}.ci-error-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.ci-error-actions .ci-btn-primary{background:linear-gradient(135deg,#ff6600,#ff8533);color:#fff;border:none;padding:12px 28px;border-radius:50px;font-weight:600;font-size:.95rem;transition:transform 0.3s ease,box-shadow 0.3s ease,background 0.3s ease;box-shadow:0 4px 15px rgb(255 102 0 / .3);text-decoration:none}.ci-error-actions .ci-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(255 102 0 / .4);background:linear-gradient(135deg,#e65c00,#ff6600);color:#fff}.ci-error-actions .ci-btn-outline{background:#fff0;color:#333;border:2px solid #ddd;padding:12px 28px;border-radius:50px;font-weight:600;font-size:.95rem;transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease,color 0.3s ease;text-decoration:none}.ci-error-actions .ci-btn-outline:hover{border-color:#f60;color:#f60;transform:translateY(-2px);box-shadow:0 4px 15px rgb(0 0 0 / .08)}@media (max-width:768px){.ci-error-page{padding:50px 0 70px}.ci-error-icon{width:90px;height:90px;margin-bottom:24px}.ci-error-icon i{font-size:36px}.ci-error-code{font-size:3.5rem}.ci-error-title{font-size:1.25rem}.ci-error-message{font-size:.95rem;margin-bottom:28px}.ci-error-actions .ci-btn-primary,.ci-error-actions .ci-btn-outline{padding:10px 22px;font-size:.9rem}}