:root{--color-primary:#f93;--color-primary-light:#ffb366;--color-primary-light-translucent:rgba(255,153,51,.3);--color-primary-medium-translucent:rgba(255,153,51,.5);--color-primary-dark:#cc7a29;--color-secondary:#7e243d;--color-secondary-light:#aa4c6f;--color-secondary-light-bg:#f4c2c7;--color-secondary-light-translucent:rgba(174,70,95,.3);--color-secondary-medium-translucent:rgba(174,70,95,.5);--color-secondary-dark:#5c1a2e;--color-secondary-darker:#3b2a52;--color-text-dark:#181818;--color-text-medium:#444;--color-text-light:#666;--color-text-lighter:#ccc;--color-text-white:#fff;--color-background:#fff;--color-background-alt:#f8f9fa;--color-background-darker:#e9ecef;--color-background-gradient-start:#eaf6ff;--color-border-light:#e0e0e0;--color-border-lighter:#f0f0f0;--color-border-lightest:#eee;--color-border-medium:#dfe4ea;--color-link-hover:#1565c0;--color-info:#2196f3;--color-info-dark:#1976d2;--color-info-light:#e5e7eb;--color-success-background:rgba(76,175,80,.1);--color-success-border:rgba(76,175,80,.5);--color-success-text:#2e7d32;--color-danger:#b22222;--color-warning-background:#fff3cd;--color-shadow-cta-hover:rgba(30,42,120,.2);--color-status-open:#58ee8f;--color-status-open-glow:rgba(34,197,94,.7);--color-status-closed:#f1618c;--color-status-closed-glow:rgba(241,97,140,.67);--color-highlight-start:#ffdd70;--color-highlight-end:#ffb347;--font-family-sans:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;--font-size-xs:0.8rem;--font-size-sm:0.9rem;--font-size-base:1rem;--font-size-md:1.1rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--font-size-xxl:2rem;--font-size-xxxl:2.5rem;--font-size-xxxxl:3.5rem;--line-height-base:1.6;--line-height-heading:1.4;--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-xxl:40px;--border-radius-sm:8px;--border-radius-md:12px;--border-radius-lg:16px;--box-shadow-sm:0 2px 12px rgba(0,0,0,.08);--box-shadow-md:0 4px 20px rgba(0,0,0,.08);--box-shadow-lg:0 8px 32px rgba(0,0,0,.12);--transition-fast:all 0.2s ease;--transition-medium:all 0.3s ease}body,html{padding:0;margin:0;font-family:var(--font-family-sans);width:100%;scroll-behavior:smooth;font-size:15px}a{color:inherit;text-decoration:none}*{box-sizing:border-box}body{font-family:var(--font-family-sans);margin:0;background:var(--color-background);font-size:1rem;line-height:var(--line-height-base)}body,h1,h2,h3,h4,h5,h6{color:var(--color-text-dark)}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:.5px;margin-bottom:14px;line-height:var(--line-height-heading)}h1{font-size:var(--font-size-xxxl)}h2{font-size:var(--font-size-xxl)}h3{font-size:var(--font-size-xl)}h4{font-size:var(--font-size-lg)}h5{font-size:var(--font-size-md)}h6{font-size:var(--font-size-base);font-weight:600}@media (max-width:700px){h1{font-size:1.35rem}h2{font-size:1.2rem}h3{font-size:1.1rem}h4{font-size:1rem}h5{font-size:.9rem}h6{font-size:.8rem}}p{line-height:1.7;color:var(--color-text-medium);text-align:justify}.container{max-width:1100px;margin:0 auto;padding:var(--space-md)}.row{display:flex;flex-wrap:wrap;gap:var(--space-lg)}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-5{flex:0 0 41.67%;max-width:41.67%}.col-md-7{flex:0 0 58.33%;max-width:58.33%}.col-md-12{flex:0 0 100%;max-width:100%}.card{background:var(--color-background);border-radius:var(--border-radius-md);box-shadow:var(--box-shadow-sm);margin-bottom:var(--space-lg);transition:var(--transition-fast);overflow:hidden}.card:hover{box-shadow:var(--box-shadow-lg)}.breadcrumb-container{margin:0 auto 20px;padding:10px 40px;background:var(--color-background);box-shadow:var(--box-shadow-sm)}.breadcrumb{font-size:.95rem;margin-bottom:18px;color:var(--color-text-dark);background:var(--color-background-alt);border-radius:6px;padding:10px 18px;display:inline-block}.breadcrumb-link{color:var(--color-text-dark);text-decoration:none;font-weight:600}.breadcrumb-link:hover{text-decoration:underline}.card-image{width:100%;height:180px;background-size:fir;background-position:top;border-radius:12px 12px 0 0}.card-content{padding:var(--space-md)}.card-title{font-weight:700;color:var(--color-text-dark);margin-bottom:var(--space-xs);font-size:1.1rem;letter-spacing:.3px}.card-text{margin:0;color:var(--color-text-medium);font-size:.95rem;line-height:var(--line-height-base)}footer{background:linear-gradient(to top,var(--color-primary-light),var(--color-primary-light-translucent));color:var(--color-text-dark);padding:var(--space-xxl) 0 0 0}footer .row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}footer .col-lg-6{flex:0 0 48%;max-width:48%}.footer-text{font-size:.98rem;color:var(--color-text-dark);padding-bottom:18px}.footer-img{height:45px;width:45px}.footer-img,.footer-qr{margin-right:12px;border-radius:10px;object-fit:cover;box-shadow:0 2px 8px rgba(0,0,0,.07);background:var(--color-background)}.footer-qr{height:430px;width:300px}footer p{color:var(--color-text-dark);font-size:.98rem;margin-bottom:4px}.footer-social{list-style:none;padding:0;gap:var(--space-sm);flex-direction:row;margin-top:10px}.footer-social,.footer-social li a{display:flex;align-items:center;justify-content:center}.footer-social li a{color:var(--color-secondary);font-size:1.5rem;text-decoration:none;background:var(--color-background);border-radius:50%;padding:8px;font-weight:600;transition:var(--transition-medium)}.footer-social li a:hover{background:var(--color-secondary);color:var(--color-background);transform:translateY(-2px)}.footer-col,.footer-col-right{display:flex;flex-direction:column;align-items:start;gap:34px;padding-left:20px}.footer-col-right{justify-content:flex-end;padding-right:20px}.footer-title{color:var(--color-secondary);font-size:1.1rem;margin:0 0 6px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;line-height:1.3}.footer-content{margin:8px 0 0;text-align:left}.footer-bottom-col{display:flex;flex-direction:row;align-items:center;justify-content:center;justify-items:center;min-width:160px;margin:auto auto 8px;padding:0 20px}.footer-bottom-col p{font-weight:600;margin:0 0 4px}.footer-bottom-col a{margin:0 5px}.footer-bottom-col a,.footer-link{color:var(--color-secondary);text-decoration:none}.footer-bottom-col a:hover{text-decoration:underline}.footer-social{margin:0}.footer-bottom-separator{margin-top:30px;margin-bottom:20px}.bottom-footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;text-align:left}.pwa-install-text{font-size:.98rem;color:var(--color-text-dark);font-weight:600;margin-top:5px}@media (max-width:1000px){.full-width.two-column{grid-template-columns:1fr}}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:.95rem;font-weight:600;margin-bottom:8px;color:var(--color-text-dark)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:var(--space-sm);border:1px solid var(--color-border-light);border-radius:8px;font-size:1rem;transition:var(--transition-medium)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-text-dark);outline:none}.form-group small{display:block;margin-top:6px;font-size:.85rem;color:var(--color-text-light)}.form-row{display:flex;flex-wrap:wrap;gap:20px}.form-group.half{flex:1 1;min-width:200px}.form-group.checkbox{display:flex;align-items:center;gap:10px}.form-group.checkbox input{width:auto;margin:0}.form-group.checkbox label{margin:0}.form-action{margin-top:32px;text-align:center}@media (max-width:1000px){.col-md-3{flex:0 0 50%;max-width:50%}.col-md-5,.col-md-7{flex:0 0 100%;max-width:100%}}@media (max-width:700px){.container{padding:18px 6px}.footer-img{height:28px;width:28px}.footer-text{font-size:.95rem}.bottom-footer{flex-direction:column;align-items:flex-start}footer .row{flex-direction:column-reverse}footer .col-lg-6{max-width:100%;flex:0 0 100%}}@media (max-width:500px){.col-md-3{flex:0 0 100%;max-width:100%}.footer-img{height:24px;width:24px}}