*{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-question:hover{color:var(--accent)}.faq-icon{flex-shrink:0;color:var(--accent);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)}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-toggle span{width:2rem;height:.2rem;background:var(--text);border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0;transform:translateX(20px)}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg)}.desktop-nav{display:flex;align-items:center;gap:1.5rem}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;width:80%;max-width:300px;background:var(--bg);box-shadow:-2px 0 8px rgba(0,0,0,.1);display:flex;flex-direction:column;padding:5rem 2rem 2rem;animation:slideIn .3s ease-in-out;overflow-y:auto}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.mobile-nav-link{display:block;padding:1rem 0;color:var(--text);text-decoration:none;font-size:1.125rem;font-weight:500;border-bottom:1px solid var(--border);transition:color .2s}.mobile-nav-link:hover{color:var(--accent)}.mobile-theme-toggle{margin-top:1.5rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.mobile-theme-toggle:hover{background:var(--accent);color:#fff;border-color:var(--accent)}@media (max-width:768px){.desktop-nav{display:none}.mobile-menu-toggle{display:flex}.mobile-menu-overlay{display:block}}.website-layout{min-height:100vh;display:flex;flex-direction:column}:root{--sindir-blue:#2551a2;--sindir-blue-hover:#1e4290}body{background:#fff!important;color:#1a1a1a!important}:root,[data-theme=dark],[data-theme=light]{--bg:#fff!important;--surface:#f9f9f9!important;--text:#1a1a1a!important;--muted:#666!important;--border:#e0e0e0!important}.sindir-notice{background:var(--surface);padding:1.5rem 1.25rem;text-align:center}.sindir-notice p{margin:0 0 1rem;font-size:1.125rem;color:var(--text);line-height:1.6}.sindir-notice .btn{display:inline-block;background:var(--sindir-blue);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600}.sindir-notice .btn:hover{background:var(--sindir-blue-hover)}.sindir-notice .btn.hidden{display:none}.sindir-hero{min-height:70vh;padding:2.5rem 1.5rem}.sindir-hero,.sindir-hero-small{background:var(--sindir-blue);color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.sindir-hero-small{min-height:35vh;padding:2rem 1.5rem}.sindir-hero h1{font-size:clamp(1.75rem,5vw,2.75rem);margin:0 0 1rem}.sindir-hero h1,.sindir-hero-small h1{font-weight:700;line-height:1.2;color:#fff}.sindir-hero-small h1{font-size:clamp(1.5rem,4vw,2.25rem);margin:0}.sindir-hero .lead{font-size:1.125rem;max-width:56rem;margin:0 auto 1.5rem;opacity:.95;color:#fff}.sindir-hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.sindir-hero-ctas a{color:#fff;border:2px solid #fff;border-radius:9999px;padding:.5rem 1.5rem;font-size:1.125rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s}.sindir-hero-ctas a:hover{background:#fff;color:var(--sindir-blue)}.sindir-section{padding:3rem 0;background:var(--surface)}.sindir-section .container-narrow{max-width:64rem;margin:0 auto;padding:0 1.5rem;text-align:center}.sindir-section h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;margin-bottom:1rem;color:var(--text)}.sindir-section .intro{font-size:1.125rem;color:var(--muted);line-height:1.7;margin-bottom:2rem}.sindir-section .intro+h2{margin-top:2rem}.sindir-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem;max-width:56rem;margin-left:auto;margin-right:auto}.sindir-card{display:flex;align-items:center;justify-content:center;min-height:8rem;background:var(--sindir-blue);color:#fff;text-align:center;padding:2.5rem 1rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.25rem;transition:background .2s;box-shadow:0 4px 14px rgba(0,0,0,.15)}.sindir-card:hover{background:var(--sindir-blue-hover);color:#fff}.sindir-map-wrap{margin-top:1.5rem}.sindir-map-wrap iframe{width:100%;height:450px;border:0;border-radius:8px;background:var(--surface)}.sindir-contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;max-width:56rem;margin:2rem auto 0;text-align:center}@media (max-width:720px){.sindir-contact-grid{grid-template-columns:1fr}}.sindir-contact-box{background:var(--bg);padding:2.5rem;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.sindir-contact-box.highlight{background:var(--sindir-blue);color:#fff}.sindir-contact-box h3{font-size:1.5rem;margin-bottom:1rem}.sindir-contact-box.highlight h3{color:#fff!important}.sindir-contact-box p{margin:0 0 .5rem;font-size:1rem;line-height:1.6}.sindir-contact-box a{color:var(--accent)}.sindir-contact-box.highlight a{color:#fff;text-decoration:underline}.sindir-contact-box .icon,.sindir-contact-icon{width:3rem;height:3rem;margin:0 auto 1rem;opacity:.9;display:flex;justify-content:center;align-items:center}.sindir-contact-icon svg{width:3em;height:3em}.sindir-contact-box.highlight .sindir-contact-icon{color:#fff}.sindir-contact-box .sindir-contact-block{margin-bottom:3rem}.sindir-contact-box .sindir-contact-block:last-child{margin-bottom:0}.sindir-prose{max-width:56rem;text-align:center}.sindir-prose-body{text-align:left;margin-top:1rem}.sindir-prose-body p{margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7;color:var(--muted)}.sindir-prose-body p:last-child{margin-bottom:0}.sindir-ext-link{color:var(--accent);text-decoration:underline}.sindir-ext-link:hover{opacity:.85}.sindir-btn{display:inline-block;background:#1d4ed8;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;border:none;cursor:pointer;font-size:1rem}.sindir-btn:hover{background:#1e40af;color:#fff}.sindir-img{max-width:100%;height:auto;display:block;border-radius:4px}.sindir-ask{max-width:56rem;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center}.sindir-ask,.sindir-ask h2{text-align:center}.sindir-ask .legal{color:var(--muted);font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem;text-align:left;max-width:100%}.sindir-ask .contact-form{margin:0 auto}.sindir-links{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:72rem;margin:2rem auto 0}@media (max-width:900px){.sindir-links{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.sindir-links{grid-template-columns:1fr}}.sindir-link-card{background:var(--sindir-blue);color:#fff;padding:1.5rem;border-radius:8px;min-height:14rem;display:flex;flex-direction:column;justify-content:space-between;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.1)}.sindir-link-card h3{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;flex-grow:1;display:flex;align-items:center;justify-content:center;color:#fff}.sindir-link-card p{margin:0 0 .25rem;font-size:.95rem;opacity:.95}.sindir-link-card a{color:#fff;text-decoration:underline;margin-top:.75rem;display:inline-block}.sindir-link-card a:hover{opacity:.9}.sindir-form-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:72rem;margin:0 auto}@media (max-width:900px){.sindir-form-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.sindir-form-cards{grid-template-columns:1fr}}.sindir-form-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.06)}.sindir-form-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.sindir-form-card p{font-size:.875rem;color:var(--muted);line-height:1.5;margin-bottom:1rem;flex-grow:1}.sindir-form-card .sindir-btn{margin-top:auto}.sindir-doc-heading{text-align:center;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;margin:2rem 0 1.5rem;color:var(--text)}.sindir-doc-cards{display:grid;grid-gap:1.5rem;gap:1.5rem;max-width:72rem;margin:0 auto 2rem;padding:0 1.5rem}.sindir-doc-cards.cols-1{grid-template-columns:1fr}.sindir-doc-cards.cols-2{grid-template-columns:repeat(2,1fr)}.sindir-doc-cards.cols-3{grid-template-columns:repeat(3,1fr)}.sindir-doc-cards.cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.sindir-doc-cards.cols-2,.sindir-doc-cards.cols-3,.sindir-doc-cards.cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.sindir-doc-cards.cols-2,.sindir-doc-cards.cols-3,.sindir-doc-cards.cols-4{grid-template-columns:1fr}}.organigram-section{margin:3rem 0;padding:2rem;background:var(--surface);border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.organigram-title{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:2rem;color:var(--text)}.organigram-category{margin-bottom:2.5rem}.organigram-category:last-child{margin-bottom:0}.organigram-category-title{text-align:center;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--sindir-blue);padding:.5rem;background:rgba(37,81,162,.1);border-radius:8px}.organigram-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}.organigram-grid.cols-2{grid-template-columns:repeat(2,1fr)}.organigram-grid.cols-3{grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.organigram-grid.cols-2,.organigram-grid.cols-3{grid-template-columns:1fr}}.organigram-card{background:#fff;padding:1.5rem;border-radius:8px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.1);border:2px solid var(--sindir-blue);transition:all .2s}.organigram-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.organigram-name{font-size:1.125rem;font-weight:700;color:var(--sindir-blue);margin-bottom:.5rem}.organigram-role{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.organigram-institution{font-size:.95rem;color:var(--muted);font-style:italic}