*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--surface:#12121a;--accent:#3b82f6;--primary:#1e3a5f;--text:#e8e8ed;--muted:#8888a0;--border:hsla(0,0%,100%,.06);--font-sans:"Segoe UI",-apple-system,BlinkMacSystemFont,sans-serif}[data-theme=light]{--bg:#f8f9fa;--surface:#fff;--accent:#2563eb;--primary:#1e3a5f;--text:#1a1a1a;--muted:#6c757d;--border:rgba(0,0,0,.08)}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6;font-size:1rem}.h1,h1{font-size:clamp(1.75rem,5vw,2.75rem);line-height:1.2;margin:0 0 .5rem}.h1,.h2,h1,h2{font-weight:700;color:var(--text)}.h2,h2{font-size:clamp(1.5rem,3vw,2.25rem);margin:0 0 .75rem}.h3,h3{font-size:1.25rem;font-weight:700}.h3,.h4,h3,h4{margin:0 0 .5rem;color:var(--text)}.h4,h4{font-size:1.125rem;font-weight:600}.h5,h5{font-size:1rem}.h5,.h6,h5,h6{font-weight:600;margin:0 0 .25rem;color:var(--text)}.h6,h6{font-size:.9375rem}.lead{line-height:1.6;color:var(--text);opacity:.95}.intro,.lead{font-size:1.125rem}.intro{color:var(--muted);line-height:1.7;margin-bottom:1.5rem}.section-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;margin-bottom:1rem;text-align:center;color:var(--text)}.section-intro{font-size:1.125rem;color:var(--muted);line-height:1.7;margin-bottom:2rem;text-align:center;max-width:36rem;margin-left:auto;margin-right:auto}p{margin:0 0 .75rem}p:last-child{margin-bottom:0}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px}.container,.container-narrow{margin:0 auto;padding:0 1.5rem}.container-narrow{max-width:64rem}header{padding:1rem 0;border-bottom:1px solid var(--border);background:var(--surface)}.header-inner{justify-content:space-between;flex-wrap:wrap;gap:.75rem}.header-inner,.logo{display:flex;align-items:center}.logo{font-size:1.35rem;font-weight:700;color:var(--accent);text-decoration:none}.logo:hover{opacity:.85}.logo-img{height:50px;width:auto;max-width:200px;object-fit:contain}nav{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.nav-link{color:var(--muted);text-decoration:none;padding:.4rem .5rem;font-weight:500;font-size:.95rem}.nav-link:hover{color:var(--accent)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.35rem .5rem;font-size:1.2rem;line-height:1;border-radius:6px}.theme-toggle:hover{background:hsla(0,0%,100%,.06)}[data-theme=light] .theme-toggle:hover{background:rgba(0,0,0,.05)}main{flex:1 1}footer{padding:2rem 0;color:var(--muted);font-size:.9rem;border-top:1px solid var(--border);background:var(--surface)}.hero,footer{text-align:center}.hero{padding:3rem 1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:50vh}.hero .h1,.hero h1{margin-bottom:1rem}.hero .lead{margin-bottom:1.5rem;max-width:56rem}.hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.page-section{padding:2rem 0}.section{padding:3rem 1.5rem}.section-alt{background:var(--surface)}.page-section .h1,.page-section h1{font-size:1.75rem;margin-bottom:1rem}.page-section .h2,.page-section h2{font-size:1.35rem;margin:1.5rem 0 .5rem}.page-section li,.page-section p{color:var(--muted);margin-bottom:.75rem;line-height:1.7}.page-section ul{margin-left:1.25rem}.page-section a{color:var(--accent)}.page-section a:hover{text-decoration:underline}.box{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}.box.highlight{background:var(--accent);color:#fff}.box.highlight a{color:#fff;text-decoration:underline}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;transition:box-shadow .2s;box-shadow:0 2px 8px rgba(0,0,0,.06)}.card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12)}.card .h3,.card h3{margin:0 0 .5rem}.card p{font-size:.95rem;color:var(--muted);line-height:1.5;flex-grow:1}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:start}@media (max-width:720px){.contact-grid{grid-template-columns:1fr}}.contact-form{max-width:42rem;width:100%}.contact-form label{display:block;margin-bottom:.25rem;font-weight:500;font-size:.9rem;text-align:left}.contact-form input,.contact-form textarea{width:100%;padding:.6rem .75rem;margin-bottom:1rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-size:1rem;font-family:inherit}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button{padding:.6rem 1.25rem;background:var(--accent);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;font-size:1rem;font-family:inherit}.contact-form button:hover{opacity:.9}.contact-form button:disabled{opacity:.6;cursor:not-allowed}.form-error{color:#ef4444;font-size:.9rem;margin-bottom:.5rem}.form-success{color:#22c55e;font-size:.95rem;margin-bottom:.5rem}.contact-form-wrap{max-width:42rem;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;display:flex;align-items:center;gap:.75rem;padding:1rem 0;background:none;border:none;font-size:1.05rem;font-weight:600;text-align:left;color:var(--text);cursor:pointer;font-family:inherit}.faq-icon,.faq-question:hover{color:var(--accent)}.faq-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.faq-answer{max-height:0;overflow:hidden;transition:max-height .25s ease-out}.faq-item-open .faq-answer{max-height:20rem}.faq-answer p{margin:0 0 1rem;padding:0 0 1rem 2.5rem;font-size:1rem;color:var(--muted);line-height:1.6}.faq-answer p:last-child{margin-bottom:0}.map-embed{height:360px}.map-embed,.map-wrap iframe{width:100%;border:0;border-radius:8px;background:var(--surface)}.map-wrap iframe{height:450px}.links-list{list-style:none;margin-left:0;padding:0}.links-list li{margin-bottom:.75rem}.links-list a{color:var(--accent)}.website-layout{min-height:100vh;display:flex;flex-direction:column}:root{--agencija-primary:#558d94;--agencija-primary-hover:#46767c;--agencija-text:#333;--agencija-text-light:#666;--agencija-bg-light:#f8f9fa;--agencija-white:#fff}.agencija-hero{position:relative;min-height:90vh;height:90vh;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;padding:4rem 0}.agencija-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 20%,rgba(0,0,0,.3));display:flex;align-items:center}.agencija-hero-content{position:relative;z-index:1;color:#fff;max-width:1200px;width:100%;margin:0 auto;padding:0 1.5rem;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.agencija-hero-content>*{max-width:50%}.agencija-hero-title{margin-bottom:2rem}.agencija-hero-title-main{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:.5rem}.agencija-hero-title-main,.agencija-hero-title-sub{display:block;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.agencija-hero-title-sub{font-size:2.5rem;font-weight:700;line-height:1.3}.agencija-hero-text{font-size:1.25rem;line-height:1.8;margin-bottom:1.5rem;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.agencija-hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.agencija-btn-primary{display:inline-block;background:var(--agencija-primary);color:#fff;padding:1rem 2rem;border-radius:.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:background .3s ease}.agencija-btn-primary:hover{background:var(--agencija-primary-hover)}.agencija-section{padding:4rem 0}.agencija-section-alt{background:var(--agencija-bg-light)}.agencija-section-title{font-size:2.5rem;font-weight:700;color:var(--agencija-text);margin-bottom:1.5rem;line-height:1.3}.agencija-label{color:var(--agencija-primary);font-weight:700;text-transform:uppercase;font-size:.875rem;letter-spacing:.05em;margin-bottom:1rem}.agencija-text{font-size:1.125rem;line-height:1.8;color:var(--agencija-text-light);margin-bottom:1.5rem}.agencija-content-row{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center}.agencija-content-row-reverse{grid-template-columns:1fr}.agencija-content-image img{width:100%;height:auto;border-radius:.5rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}.agencija-services-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.agencija-service-card{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.agencija-service-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.agencija-service-icon{font-size:3rem;margin-bottom:1rem}.agencija-service-title{font-size:1.5rem;font-weight:700;color:var(--agencija-primary);margin-bottom:.75rem}.agencija-service-desc{color:var(--agencija-text-light);line-height:1.6}.agencija-location-content{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:start}.agencija-location-info{background:#fff;padding:2rem}.agencija-location-info,.agencija-location-map{border-radius:.5rem;box-shadow:0 4px 15px rgba(0,0,0,.08)}.agencija-location-map{width:100%;overflow:hidden}.agencija-location-map iframe{display:block;width:100%}.agencija-news-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.agencija-news-card{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.agencija-news-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.agencija-news-image{width:100%;height:200px;overflow:hidden}.agencija-news-image img,.agencija-news-image svg{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s ease}.agencija-news-image svg .news-bg-rect{transition:fill .3s ease}.agencija-news-card:hover .agencija-news-image img,.agencija-news-card:hover .agencija-news-image svg{transform:scale(1.05)}.agencija-news-card[data-news-index="0"]:hover .news-bg-rect{fill:#46767c}.agencija-news-card[data-news-index="1"]:hover .news-bg-rect{fill:#5a9da4}.agencija-news-card[data-news-index="2"]:hover .news-bg-rect{fill:#6aacb3}.agencija-news-card[data-news-index="3"]:hover .news-bg-rect{fill:#7abbc2}.agencija-news-card[data-news-index="4"]:hover .news-bg-rect{fill:#8acad1}.agencija-news-card[data-news-index="5"]:hover .news-bg-rect{fill:#9ad9e0}.agencija-news-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.agencija-news-date{font-size:.875rem;color:var(--agencija-primary);font-weight:600;margin-bottom:.75rem;display:block}.agencija-news-title{font-size:1.25rem;font-weight:700;color:var(--agencija-text);margin-bottom:.75rem;line-height:1.4}.agencija-news-excerpt{font-size:1rem;color:var(--agencija-text-light);line-height:1.6;margin-bottom:1rem;flex-grow:1}.agencija-news-link{color:var(--agencija-primary);font-weight:600;text-decoration:none;display:inline-flex;align-items:center;transition:color .3s ease}.agencija-news-link:hover{color:var(--agencija-primary-hover)}.agencija-section-contact{background:var(--agencija-bg-light)}.agencija-contact-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}.agencija-contact-form,.agencija-contact-info{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 15px rgba(0,0,0,.08)}@media (max-width:767px){.agencija-hero{min-height:90vh;height:90vh}.agencija-hero-content>*{max-width:100%}.agencija-hero-title-main{font-size:2.5rem;color:#fff}.agencija-hero-title-sub{font-size:1.75rem;color:#fff}.agencija-hero-text{font-size:1rem;color:#fff}.agencija-section-title{font-size:2rem}}@media (min-width:768px){.agencija-hero{min-height:90vh;height:90vh}.agencija-hero-title-main{font-size:4.5rem;color:#fff}.agencija-hero-title-sub{font-size:3rem;color:#fff}.agencija-news-grid,.agencija-services-grid{grid-template-columns:repeat(2,1fr)}.agencija-contact-grid,.agencija-location-content{grid-template-columns:1fr 1.5fr}}@media (min-width:1024px){.agencija-content-row,.agencija-content-row-reverse{grid-template-columns:1fr 1fr}.agencija-content-row-reverse .agencija-content-image{order:-1}.agencija-news-grid,.agencija-services-grid{grid-template-columns:repeat(3,1fr)}}.agencija-news-featured-image{width:100%;overflow:hidden;border-radius:.5rem}.agencija-news-featured-image img{width:100%;height:auto;display:block}.agencija-news-body{color:var(--agencija-text);line-height:1.8}.agencija-news-body h2{font-size:2rem;font-weight:700;color:var(--agencija-primary);margin-top:2rem;margin-bottom:1rem}.agencija-news-body h3{font-size:1.5rem;font-weight:700;color:var(--agencija-text);margin-top:1.5rem;margin-bottom:.75rem}.agencija-news-body p{margin-bottom:1rem}.agencija-news-body ol,.agencija-news-body ul{margin-bottom:1rem;padding-left:2rem}.agencija-news-body li{margin-bottom:.5rem}.agencija-news-body hr{border:0;border-top:2px solid #e5e7eb;margin:2rem 0}.agencija-news-body strong{font-weight:600;color:var(--agencija-text)}.agencija-news-body em{font-style:italic;color:var(--agencija-text-light)}